@charset "utf-8";

* em { font-style:normal !important; }

/*
@media (min-width: 1685px) {
  article.block-content { width: 1300px !important; margin: auto; }
}
@media (min-width: 990px) {
  article.block-content { width: 1200px; margin: auto; }
}
*/


/* ==================================================
   <Header>
/* ==================================================
   <Header>
================================================== */
header,
header .GNB_container,
header .searchForm_container {
	width:100%;
}
header .GNB_container .GNB,
header .searchForm_container .searchForm {
	width:1200px;
	margin:0 auto;
}

/* GNB */
header .GNB_container {
	height:37px;
	background-color:#f9f9f9;
	border-bottom:1px solid #ececec;
}
header .GNB_container .GNB { position:relative; }
header .GNB_container .GNB .logo {
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:183px;
	background-color:#6aa27c;
}
header .GNB_container .GNB .logo span {
	font-size:14px;
	color:#fff;
	padding-left:20px;
	padding-top:5px;
}
header .GNB_container .GNB .logo span:before {
	content:'';
	background-image:url("/theme/basic/css/css-images/head-icon.png");
	background-position:0 -110px;
	width:17px;
	height:12px;
	display:inline-block;
	vertical-align:middle;
	padding-right:5px;
}
header .GNB_container .GNB .logo img { margin:30px; }
header .GNB_container .GNB { font-size:12px; }
header .GNB_container .GNB span,
header .GNB_container .GNB ul,
header .GNB_container .GNB ul a li,
header .GNB_container .GNB p {
	display:inline-block;
	line-height:37px;
}
header .GNB_container .GNB span.favorite a:before {
	content:'';
	background-image:url("/theme/basic/css/css-images/head-icon.png");
	background-position:0 0;
	width:17px;
	height:16px;
	display:inline-block;
	vertical-align:text-top;
	padding-right:8px;
}
header .GNB_container .GNB span.favorite a { color:#737373; }
header .GNB_container .GNB ul { margin-left:30px; }
header .GNB_container .GNB ul li {
	text-indent:-1000px;
	width:29px;
	height:28px;
	margin-right:5px;
	vertical-align:top;
	margin-top:4px;
	background-image:url("/theme/basic/css/css-images/head-icon.png");
}
header .GNB_container .GNB ul li.kakao { background-position:0 -16px; }
header .GNB_container .GNB ul li.blog { background-position:-33px -16px; }
header .GNB_container .GNB ul li.face { background-position:-66px -16px; }
header .GNB_container .GNB ul li.insta { background-position:-99px -16px; }
header .GNB_container .GNB ul li.naver { background-position:-132px -16px; }
header .GNB_container .GNB p { float:right; }
header .GNB_container .GNB p span { padding-left:20px; }
header .GNB_container .GNB p span a { color:#737373; }
/* searchForm */
header .searchForm_container { height: 120px; }
header .searchForm_container .searchForm { padding-top: 10px;}
header .searchForm_container .searchForm div.logo,
header .searchForm_container .searchForm div.weatherBox,
header .searchForm_container .searchForm div.searchBox,
header .searchForm_container .searchForm dl,
header .searchForm_container .searchForm dl a {
	display:inline-block;
	vertical-align:middle;
}
header .searchForm_container .searchForm div.logo img { width:180px; height:auto; }
header .searchForm_container .searchForm .weatherBox {
	width:250px;
	vertical-align:bottom !important;
	margin-left:29px;
}
header .searchForm_container .searchForm .searchBox { line-height:98px; }
header .searchForm_container .searchForm .searchBox input {
	width:400px;
	height:35px;
	line-height:35px;
	padding-left:10px;
	border:1px solid #d84a1d;
	background-color:#fff;
	font-size:13px;
}
header .searchForm_container .searchForm .searchBox button {
	margin-left: -5px;
    background-color: #d84a1d;
    border: none;
    width: 41px;
    height: 37px;
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}
_:-ms-input-placeholder, :root header .searchForm_container .searchForm .searchBox button { margin-top:0; }
header .searchForm_container .searchForm dl {
	margin-left:13px;
	line-height:98px;
}
_:-ms-input-placeholder, :root header .searchForm_container .searchForm dl {
	float:right;
}
header .searchForm_container .searchForm dl dt {
	height:22px;
	vertical-align:top;
	margin-top:4px;
	background-image:url("/theme/basic/css/css-images/head-icon.png");
}
header .searchForm_container .searchForm dl dt.notice { background-position:15px -44px; }
header .searchForm_container .searchForm dl dt.book {
	background-position:15px -66px;
	height:21px !important;

}
header .searchForm_container .searchForm dl dt.board { background-position:15px -87px; }
header .searchForm_container .searchForm dl a dd {
	font-size:13px;
	color:#474747;
	line-height:24px;
}
header .searchForm_container .searchForm dl a dt,
header .searchForm_container .searchForm dl a dd {
	width:65px;
	text-align:center;
	margin-left:13px;
}

/* ==================================================
   <Weather>
================================================== */
.weather-slide {height:45px; overflow:hidden;width:100%;}
.weather-slide li{width:100%;height:100%;}
.weather-slide li h6 {text-align:left; font-size:12px; }
.weather-slide li > label {display:inline-block;position:relative;text-align:left;}
.weather-slide li span {color:#939393;display:inline-block;}
.weather-slide li span.temp {margin-top:0;font-size:20px;vertical-align:bottom;position:relative;padding-right:10px;color:#222}
.weather-slide li .temp em {font-size:10px;position:absolute;right:0;top:3px;}
.weather-slide li .sky {position:absolute;left:35px;bottom:3px; font-size:11px; width:150px; }
.bx-wrapper .weather-slide img {width:auto;display:inline;}
#weather {width:240px;}

/* ==================================================
   <Nav>
================================================== */
nav {
	width:100%;
	height:48px;
	line-height:48px;
	/* background-color:#d84a1d;
	border-top: 1px solid #0054a6;
	border-bottom: 1px solid #0054a6; */
}
nav ul {
	width:1200px;
	margin:0 auto;
	height:48px;
	line-height:48px;
}
nav ul > li {
	display:inline-block;
	padding:0;
	font-weight:600;
	height:48px;
	line-height:48px;
}
/* Dropdown Button */
.dropbtn {
	color: #fff;
    border: none;
    cursor: pointer;
    line-height: 48px;
    padding: 0 37px;
    font-size: 17px;
    margin-top: -5px;
    letter-spacing: -1px;
    /* font-weight: bold; */
    /* font-weight: 700; */
    transition: all 0.3s ease;
}
_:-ms-input-placeholder, :root nav ul > li .dropbtn { padding:0 37px; }
.dropbtn:focus { outline: none; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	height:48px;
	line-height:48px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 218px;
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 3;
	top:48px;
	border:1px solid #002238;
	padding:10px 0;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #252525;
	text-decoration: none;
	display: block;
	font-size:12px;
	line-height:34px;
	padding-left:26px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f5f5f5}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content { display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn,
.dropdown button.active  {
	/* background-color: #002238; */
	transition: all 0.3s ease;
	/* font-size: 18px; */
	color: #fff996;
}
.dropdown button.active  {
	box-shadow: 0 0px 0px 0px #002238, 0 0px 0px 0px #002238, 12px 0 15px -4px rgba(0,0,0,0.2), -12px 0 15px -4px rgba(0,0,0,0.2);
}






/* ==================================================
   <Footer>
================================================== */
footer.tail { background-color:#262626; width:100%; clear:both; }
footer.tail ul {
	width:1200px;
	margin:0 auto;
}
footer.tail ul.menu {
	height:40px;
	line-height:40px;
}
footer.tail ul.menu li {
	display:inline-block;
	text-align:left;
	width:125px;
}
footer.tail ul.menu li a {
	color:#d9d9d9;
	font-size:12px;
	letter-spacing:-1px;
}
footer.tail hr {
	display:block;
	border:none;
	width:100%;
	height:1px;
	background-color:#484848;
	margin:0;
}

footer.tail .footer {
	margin-top:45px;
}
footer.tail .footer li {
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	color:#fff;
	letter-spacing:0;
}
footer.tail .footer li:first-child {
	width:172px;
	text-transform:uppercase;
	font-size:14px;
}
footer.tail .footer li:first-child:after {
	content:'';
	width:11px;
	height:1px;
	border-bottom:1px solid #e7211b;
	display:block;
	padding-top:15px;
}
footer.tail .footer li p { line-height:20px; }
footer.tail .footer li p span { padding-right:8px; }
footer.tail .footer li p strong { font-size:20px; }

footer.tail .copy {
	width:100%;
	height:50px;
	background-color:#181818;
	text-transform:uppercase;
	margin-top:50px;
}
footer.tail .copy p {
	width:1200px;
	margin:0 auto;
	line-height:50px;
	color:#f5f5f5;
	font-size:11px;
	letter-spacing:0;
}



/* ==================================================
   <Main>
================================================== */
main {
	display:block;
	width:100%;
	height:659px;
	background:url('/template/img/main/visual-2.jpg') center no-repeat;
	background-size: 100% 100%;
}
main #mainBox {
	width:1200px;
	margin:0 auto;
	padding-top:88px;
}
main #mainBox .catch { text-align:center; }

/* index top tab search */
main #mainBox #tabs {
	width:1200px;
	margin:0 auto;
	margin-top:170px;
	box-shadow: 0px 3px 9px #00000090;
}
main #mainBox ul#tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
main #mainBox ul#tabs li {
	width:297px;
	height:35px;
	line-height:35px;
	display:inline-block;
	cursor:pointer;
	background-color:#d84a1d;
	color:#dedede;
	font-size:13px;
	text-align:center;
	float: left;
	margin-left:4px;
	font-weight: bold;
}
main #mainBox ul#tabs li:first-child { margin-left:0; }
main #mainBox ul#tabs li.current {
	background: #ffffff;
	color: #1b1b1b;
}
main #mainBox .tab-content{
	display: none;
	background: #ffffff;
	clear:both;
	padding:32px 0;
}
main #mainBox .tab-content.current {
	display: inherit;
}
main #mainBox table {
	width:1136px;
	margin:0 auto;
}
main #mainBox table th {
	color:#232323;
	font-size:13px;
	text-align:left;
	height:43px;
	line-height:43px;
}
main #mainBox table td {
	height:36px;
	line-height:36px;
	text-align:left;
}

main #mainBox .TopBanner ul > li {
	width:290px;
	height:153px;
	display:inline-block;
	float:left;
	margin-left:10px;
	border:1px solid #d0d0d0;
	box-shadow: 0px 3px 9px #00000090;
	/* background-image:url("/theme/basic/css/css-images/main-bannerBox.jpg"); */
}
main #mainBox .TopBanner ul > li:first-child { margin-left:0; width: 594px}
/* main #mainBox .TopBanner ul > li.air { background-position:0 0; }
main #mainBox .TopBanner ul > li.hotel { background-position:0 -153px; }
main #mainBox .TopBanner ul > li.rentcar { background-position:0 -306px; }
main #mainBox .TopBanner ul > li.tour { background-position:0 -459px; } */


main #mainBox .TopBanner ul > li.air {
	background: url('/template/img/main/v-bn-1.gif') no-repeat center center;
	background-size: cover;
}
main #mainBox .TopBanner ul > li.hotel {
	background: url('/template/img/main/v-bn-2.gif') no-repeat center center;
	background-size: cover;
}
main #mainBox .TopBanner ul > li.rentcar {
	background: url('/template/img/main/v-bn-3.gif') no-repeat center center;
	background-size: cover;
}


main #mainBox .TopBanner ul > li div {
	width: 100%;
    height: 100%;
    /* background-color: #00000070; */
}
main #mainBox .TopBanner ul > li div dl {
	padding: 30px 0 0 20px;
}

main #mainBox .TopBanner ul > li.air div dl {
	padding: 30px 0 0 50px;
}

main #mainBox .TopBanner ul > li div dl > dt {
	font-size: 24px;
    color: #fff;
    /* font-weight: 900;*/
}
main #mainBox .TopBanner ul > li div dl > dd {
	font-size: 12px;
    color: #fff;
    margin-top: 12px;
    max-height: 80px;
    display: grid;
}
main #mainBox .TopBanner ul > li div dl > dd a,
main #mainBox .TopBanner ul > li div dl > dd button {
	display: inline-block;
    /* background-color: #d84a1d; */
    padding: 10px;
    font-size: 13px;
    color: #fff;
    margin-top: 25px;
    /* font-weight: 900; */
    text-align: center;
    width: 60px;
    border: 1px solid #fff;
}
/* main #mainBox .TopBanner ul > li:nth-child(1) div dl > dd a,
main #mainBox .TopBanner ul > li:nth-child(1) div dl > dd button { background-color:#2e47ff; }
main #mainBox .TopBanner ul > li:nth-child(2) div dl > dd a,
main #mainBox .TopBanner ul > li:nth-child(2) div dl > dd button { background-color:#52810e; }
main #mainBox .TopBanner ul > li:nth-child(3) div dl > dd a,
main #mainBox .TopBanner ul > li:nth-child(3) div dl > dd button { background-color:#ff3947; }
main #mainBox .TopBanner ul > li:nth-child(4) div dl > dd a,
main #mainBox .TopBanner ul > li:nth-child(4) div dl > dd button { background-color:#74614f; } */
/* main #mainBox .TopBanner ul > li div dl > dd a:after ,
main #mainBox .TopBanner ul > li div dl > dd button:after {
	content:'▶';
	padding-left:20px;
	font-size:10px;
	vertical-align:top;
} */

section.container {
	width:100%;
	display:inline-block;
}
/* section #content {
	width:1200px;
	margin:0 auto;
} */
section #content.container { background-color:#fff; border:1px solid #e4e4e4; }
section #content .titleBox {
	height:68px;
	line-height:68px;
	border-left:2px solid #d84a1d;
	border-bottom:1px solid #e4e4e4;
	color:#3a3a3a;
	font-size:24px;
	font-weight:400;
	padding-left:40px;
	letter-spacing:-1px;
}
section #content .titleBox span {
	color:#8e8e8e;
	font-size:13px;
	padding-left:10px;
}
section #content .titleBox i {
	background-color:#d84a1d;
	height:68px;
	float:right;
	padding:0 20px;
}
section #content .titleBox i.fa-plus:before {
	font-size:35px;
	font-weight:100;
	color:#fff;
	vertical-align:middle;
	line-height:68px;
}


/* index item list */
section #content .item-list {
	width:1136px;
	height:auto;
	margin:0 auto;
}
/* .small-interval {margin-top:0;} delete */

ul.basic_ul_box {margin-left: -8px;list-style: none; margin-top:30px; }
.basic_ul_box > li{
	margin-left: 8px;
	margin-bottom:20px;
	float:left;
	width: 274px;
	background:#fff;
	border: 1px solid #e6e6e6;
	outline: 2px solid transparent;
}
.basic_ul_box > li.last{margin-right:0;}
.basic_ul_box > li:hover {outline: 2px solid #2975cb;}
.basic_ul_box .image_box{border-bottom: 1px solid #e6e6e6; width: 260px; height:175px; }
.basic_ul_box .text_box{position:relative;margin-top: 12px;margin-left: 8px;margin-right: 8px;margin-bottom: 8px;height: 65px;}
.basic_ul_box .tit_txt{
	display: block;
	max-width: 254px;
	font-size: 15px;
	font-weight: bold;
	color: #535353;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	letter-spacing: -1px;
}
.basic_ul_box .dr_txt{position: absolute;bottom: 0;left: 0;font-size: 30px;font-weight: bold;color: #e52222;}
.basic_ul_box .pc_txt{position: absolute;right: 0;bottom: 24px;font-size: 13px;font-weight: bold;color:#a2a2a2;text-decoration:line-through}
.basic_ul_box .di_txt{position: absolute;right: 0;bottom: 0;font-size: 18px;font-weight: bold;}
.basic_ul_box .boundary_txt{position: absolute;right: 0;top: 0px;font-size: 12px;font-weight: bold;color: #888;}
.basic_ul_box .type_txt{position: absolute;left: 0;top: 21px;font-size: 11px;font-weight: bold;color: #a2a2a2;}
.basic_ul_box .ctype_txt{position: absolute;right: 0;top: 20px;font-size: 12px;font-weight: bold;color: #888;}

/* index coupon 바로가기 */
section #couponBar {
	width:100%;
	height:226px;
	/* background:url('/theme/basic/css/css-images/indexCouponBanner.jpg') center no-repeat; */
	background: url('/template/img/main/v-bn-4.jpg') no-repeat center center;
	background-size: cover;
}
section #couponBar div {
	position:relative;
	width:1200px;
	height:226px;
	margin:0 auto;
	color:#fff;
	letter-spacing:-2px;
}
section #couponBar div h2 {
	font-size:20px;
	font-weight:400;
	line-height:45px;
	padding-top:30px;
}
section #couponBar div h1 {
	color: #fff;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: -6px;
    background: #00000080;
    width: 400px;
    text-align: center;
    padding: 10px;
}
section #couponBar div p {
	font-size:14px;
	padding-top:15px;
}
section #couponBar div img {
	position:absolute;
	right:-270px;
	bottom:0;
}
section #couponBar div a,
section #couponBar div button {
	position: absolute;
    text-align: center;
    display: inline-block;
    top: 155px;
    left: 1040px;
    z-index: 2;
    width: 132px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #fff;
    /* padding-right: 20px; */
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
section #couponBar div button i {
	background-color:#fff;
	position:absolute;
	top:0;
	right:0;
	width:22px;
	line-height:32px;
	font-size:18px;
	color:#c87571;
	padding-left:2px;
}


/* index bottom customer */
section .customer {
	width:1200px;
	margin:0 auto;
	margin-top:30px;
	border:1px solid #e4e4e4;
	background-color:#fff;
}
section .customer ul {
	width:1200px;
}
section .customer ul  > li {
	display:inline-block;
	float:left;
}

/* 공지사항 */
section .customer ul  > li.noticeLatest {
	width:384px;
	height:369px;
	background-color:#fff;
	text-align:center;
}
section .customer ul  > li.noticeLatest div.notice {
	width:327px;
	height:191px;
	margin:0 auto;
	margin-top:24px;
}
section .customer ul  > li.noticeLatest div.notice p {
	text-transform:uppercase;
	float:right;
	width:100%;
	height:23px;
	line-height:23px;
	font-size:10px;
	text-align:right;
	margin-bottom:15px;
}
section .customer ul  > li.noticeLatest div.notice p a {
	color:#535353;
}
section .customer ul  > li.noticeLatest div.notice p span {
	float:left;
	display:inline-block;
	padding:0 12px;
	font-size:11px;
	background-color:#c15858;
	color:#fff;
	letter-spacing:-1px;
}
	/* laste 최신글 */
	section .customer ul  > li.noticeLatest div.notice ul { margin-top:15px; width:327px; }
	section .customer ul  > li.noticeLatest div.notice ul > li {
		width:100%;
		line-height:20px;
	}
	section .customer ul  > li.noticeLatest div.notice ul > li p {
		font-size:12px;
		line-height:20px;
		white-space:nowrap;
		word-break:break-all;
		text-align:left;
		width:257px;
		float:left;
		margin:0;
	}
	section .customer ul  > li.noticeLatest div.notice ul > li span {
		float:right;
		width:70px;
		max-width:70px;
		text-align:right;
		font-size:12px;
		line-height:20px;
	}


section .customer ul  > li.bannerBox1 {
	background:url(/theme/basic/css/css-images/indexBanner.png) center no-repeat;
	/* background: #ffae00; */
	width:222px;
	height:369px;
    margin-left: 1px;
}
section .customer ul  > li.bannerBox1 a { display:inline-block; width:100%; height:100%;}
section .customer ul  > li.bannerBox1 a div { padding:35px 0 0 30px; width:193px; height:85px; letter-spacing:-1px; }
section .customer ul  > li.bannerBox1 a h1 {
	font-size:18px;
	font-weight:700;
	color:#000;
}
section .customer ul  > li.bannerBox1 a p {
	font-size:12px;
	color:#000;
	line-height:18px;
	padding-top:10px;
}

section .customer ul  > li.bannerBox2 {
	width:370px;
	height:100%;
	/* margin-left:1px; */
	letter-spacing:-1px;
}
section .customer ul  > li.bannerBox2 div[class^="sBanner"] {
	width:100%;
}
section .customer ul  > li.bannerBox2 div[class^="sBanner"] div:before {
	content:'';
	background-image:url("/theme/basic/css/css-images/head-icon.png");
	display:inline-block;
	float:left;
	text-align:center;
	padding-right:27px;
	width:79px;
	height:74px;
}
section .customer ul  > li.bannerBox2 div[class^="sBanner"] div {
	width:303px;
	height:74px;
	padding:25px 0 0 35px;
}
section .customer ul  > li.bannerBox2 a h1 {
	font-size:18px;
	font-weight:700;
	color:#fff;
}
section .customer ul  > li.bannerBox2 a p {
	font-size:12px;
	line-height:18px;
	padding-top:8px;
	color:#fff;
}

section .customer ul  > li.bannerBox2 .sBanner1 {
	background-color:#206bc0;
	height:122px;
}
section .customer ul  > li.bannerBox2 .sBanner1 div:before {
	background-position:0 -117px;
}
section .customer ul  > li.bannerBox2 .sBanner2 {
	background-color:#9c33b6;
	margin-top:1px;
	height:123px;
}
section .customer ul  > li.bannerBox2 .sBanner2 div:before {
	background-position: -3px -196px;
	height:63px !important;
}
section .customer ul  > li.bannerBox2 .sBanner3 {
	background-color:#949605;
	margin-top:1px;
	height:122px;
}
section .customer ul  > li.bannerBox2 .sBanner3 div:before {
	background-position:0 -259px;
}

section .customer ul  > li.cs {
	width:222px;
	height:369px;
	background:url(/theme/basic/css/css-images/indexCustomer.gif) center no-repeat;
	margin-left:1px;
}
section .customer ul  > li.cs div {
	width:192px;
	margin:25px auto;
	color:#fff;
}
section .customer ul  > li.cs div h1 { font-size:15px; letter-spacing:-1px; }
section .customer ul  > li.cs div p {
	width:182px;
	border:1px solid rgba(255,255,255,0.6);
	padding:10px 0;
	padding-left:10px;
	margin-top:10px;
}
section .customer ul  > li.cs div p strong {
	color:#fff047;
	font-size:26px;
	padding-bottom:10px;
}
section .customer ul  > li.cs div p span {
	display:block;
	line-height:16px;
	font-size:12px;
}
section .customer ul  > li.cs a,
section .customer ul  > li.cs button {
	background-color:#d84a1d;
	font-size:14px;
	color:#fff;
	text-align:center;
	width:194px;
	height:45px;
	line-height:45px;
	margin:0 auto;
	display:block;
}



/* ==================================================
   <input>
================================================== */
main #mainBox table td input.datepicker {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
  background: #fff url(./css-images/list-calendar.jpg) right center no-repeat;
}
main #mainBox table td button {
	background-color:#5e5e5e;
	color:#fff;
	font-size:14px;
	width:100%;
	height:36px;
}








/* ==================================================
   .Material-Process
================================================== */
.overlay-bg { position:fixed; left:0; right:0; top:0; bottom:0; width:100%; height:100%; background-color:rgba(255,255,255,0.8); z-index:51; }
#ajaxLodaing { position:fixed; top:50%; left:50%; z-index:52; margin-top:-50px; margin-left:-50px; }
.loading span { position:fixed; top:50%; left:50%; z-index:52; margin-top:12px; font-size:20px; font-weight:900; letter-spacing:-2px; }

.img-responsive {width: 100%; height: 200px;}

.default-interval {margin: 40px 0;}
.large-interval {margin-top: 100px;}

.push-10 {margin-bottom: 10px !important;}
.push-20 {margin-bottom: 20px !important;}
.push-30 {margin-bottom: 30px !important;}
.push-40 {margin-bottom: 30px !important;}
.push-50 {margin-bottom: 50px !important;}



.center-align {text-align: center;}
.left-align {text-align: left;}
.right-align {text-align: right;}

.font-theme-color {color: #ff000e;}
.font-bold {font-weight: 700 !important;}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: inherit;
}
h1, .h1 {font-size: 36px;}
h2, .h2 {font-size: 30px;}
h3, .h3 {font-size: 24px;}
h4, .h4 {font-size: 20px;}
h5, .h5 {font-size: 16px;}
h6, .h6 {font-size: 14px;}


.multiple-layout {width: 1200px;}
.multiple-layout .side-block {width: 400px; float: left;}
.multiple-layout .cnt-block {width: 780px; margin-left: 20px; float: right;}



.doc {margin-right: -10px;margin-left: -10px;}
.doc-content {padding: 15px;}
.col-doc-2,.col-doc-4,.col-doc-6,.col-doc-12,.col-doc-5,.col-doc-7,.col-doc-3
{ padding-right: 10px; padding-left: 10px; float: left; position: relative; min-height: 1px;}
.col-doc-12 {width: 100%;}
.col-doc-6 {width: 50%;}
.col-doc-3 {width: 25%;}
.col-doc-4 {width: 33.33333333%;}
.col-doc-5 {width: 41.66666667%;}
.col-doc-7 {width: 58.33333333%;}
.col-doc-2{width:16.66666667%;}

.box-line {border:1px solid #e6e6e6;}
.bg-white {background: #fff !important;}

.col-xs-4,.col-xs-6,.col-xs-12, .col-xs-3, .col-xs-7, .col-xs-5, .col-xs-8
{float: left; position: relative; min-height: 1px;padding: 0 0px;}
.col-xs-12 {width: 100%;}
.col-xs-6 {width: 50%;}
.col-xs-8 {width: 66.66666666%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.float-left {float: left;}
.float-right {float: right;}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.animated-color {transition: color 0.12s ease-out;-webkit-transition: color 0.12s ease-out;
}



/* ==================================================
   .CSS INPUT SYSTEM
================================================== */
.checkbox-large {width: 28px; height: 28px;}
.checkbox-medium {width: 22px; height: 22px;}
.checkbox-small {width: 18px; height: 18px;}
form input.css-checkbox {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: #fff;
  outline: none;
}

form label {cursor: pointer;font-size: 14px;display: inline-block;text-align: center; background-size: 100% 100%;}
form input.css-checkbox:checked { background: #d84a1d url(/monttak-images/css-images/check.png) center no-repeat; background-size: 100% 100%; }
form input.css-checkbox:hover {box-shadow: 0px 0px 4px 0px #b9b9b9;}
form input.css-checkbox:active {box-shadow: 0px 0px 4px 0px #444;}
form input.css-checkbox:disabled { background: #fff; }


.css-radio input {
  width: 0px;
  height: 0px;
  margin: 0;
}
.css-radio input + span{
    display: inline-block;
    width: 87px;
    height: 34px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #ddd;
}
 .css-radio input:checked + span {
    border-color: #ddd;
    border-width: 1px;
    background-color: #d84a1d;
}


label.css-img-radio input {display: inline-block;width: 16px;height: 16px;vertical-align: middle;-webkit-appearance: none;border-radius: 0;border: 0;margin:0;padding:0;cursor: pointer;}
label.css-img-radio input {outline:none; background: url(/monttak-images/css-images/artradio.png) no-repeat 0 0;}
label.css-img-radio input:checked {background-position: 0 -16px;}
label.css-img-radio { cursor: pointer; font-size: 16px;display: inline-block; text-align: left;}
label.css-img-radio span {vertical-align: text-bottom;padding-left: 7px;}

.select_sec {float: left;}


.link-menu {width: 1200px; color: #999;height: 100px; margin:0 auto; margin-top:55px;}
.link-menu ul {width: 1200px;list-style: none;clear: both;display: table;margin: auto;}
.link-menu li {
	text-align: center;
	background-color:#3e82d6;
	width: 300px;
	border: 1px solid #fff;
	border-right:none;
	float: left;
	height: 63px;
	line-height: 63px;
	font-size: 14px;
	vertical-align:middle;
}
.link-menu li:hover {background-color:#0e4d99; }
.link-menu li.last { border-right:  1px solid #fff; }
.link-menu a { color:#fff; }



/* ==================================================
   .Button
================================================== */


.css-button.button-default {
    color: #545454;
    background-color: #f5f5f5;
    border-color: #e9e9e9;
}


.css-button:hover { border-color: #cacaca; background: rgba(0, 0, 0, 0.15);}
.css-button:active {background-color: rgba(0, 0, 0, 0.25); border-color: #b1b1b1;}





  /* ==================================================
   .Advanced
================================================== */
/* ul box 4 col*/





/*Module Commerce*/
.commerce {content: " ";margin-right: -10px;margin-left: -10px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.col-commerce-2,.col-commerce-4,.col-commerce-6,.col-commerce-12,.col-commerce-5,.col-commerce-7,.col-commerce-3
{ padding-right: 10px; padding-left: 10px; float: left; position: relative; min-height: 1px;}
.col-commerce-12 {width: 100%;}
.col-commerce-7 {width: 58.33333333%;}
.col-commerce-6 {width: 50%;}
.col-commerce-5 {width: 41.66666667%;}
.col-commerce-4 {width: 33.33333333%;}
.col-commerce-3 {width: 25%;}
.col-commerce-2 {width:16.66666667%;}

.commerce .product-block {margin-bottom: 20px;outline: 1px solid transparent;}
.commerce .product-block:hover {outline: 1px solid #444;box-shadow: 0px 0px 8px 0px #828282;}
.commerce .product-block:hover .price_dc {font-weight: bold; }
.commerce .product-block:hover .boundary-text {color: #2975cb !important;}
.commerce .product-block:hover .price_now strong {text-decoration: underline;}

.commerce .product-block.trans-hover { opacity: 0.6; }
.commerce .product-block.trans-hover:hover { opacity: 1; }


.commerce .product-block.type-column-one {content: " ";  display: table;}
.commerce .product-block.type-column-one .img-container,
.commerce .product-block.type-column-one .commerce-content { position: relative; min-height: 1px; float: left;}
.commerce .product-block.type-column-one .img-container {width: 33.33333333%;}
.commerce .product-block.type-column-one .commerce-content {width: 66.66666666%; border-width:0;height: 241px;padding: 20px; }
.commerce .product-block.type-column-one {border: 1px solid #d9d9d9;}
.commerce .product-block.type-column-one .price_wrap { bottom: 0; position: absolute; margin-bottom: 15px; padding-top: 8px; width: 140px;}
.commerce .product-block.type-column-one .price {text-align: left;margin-top: -3px;}
.commerce .product-block.type-column-one .commerce-heading {}
.commerce .product-block.type-column-one .commerce-heading h4 {font-size: 24px;font-weight: bold;margin-top: 12px;}
.commerce .product-block.type-column-one .commerce-heading .type-text {font-size: 14px;padding-top: 10px;  }
.commerce .product-block.type-column-one blockquote {margin-top: 30px;font-size: 18px;}


.commerce .product-block.pad-box {padding: 10px; border: 1px solid #d9d9d9;background: #fff;}
.commerce .product-block.pad-box > .commerce-content {border:0;}

.commerce .product-block .commerce-content
{ padding: 10px 10px 1px; max-width: 100%; overflow-x: visible;  border: solid #efefef; border-width: 0 1px 1px 1px; background: #fff; margin: 0 auto;  }
.commerce .product-block .img-container {position: relative;overflow: hidden;z-index: 0;display: block;}
.commerce .product-block .img-container > img {}
.commerce .product-block .img-container span.ribbon {position: absolute; top: 0px; left: 0px; width: 70px; text-align: center; font-size: 15px; color: #fff; font-weight: bold; background: #ff6600;padding: 8px 0;}
.commerce .product-block .img-container span.caption {position: absolute; width: 100%; text-align: center; font-size: 12px; color: #fff; background: rgba(26, 26, 26, 0.5);bottom: 2px;left: 0px;padding: 8px 0;}

.commerce .product-block .price {text-align: right;margin-top: -3px;}
.commerce .product-block .type-text { font-size: 12px; color: #888; padding-top: 5px; }
.commerce .product-block .boundary-text { font-size: 13px; color: #444; float: right; padding-top: 3px; }
.commerce .product-block .price_wrap { padding-top: 8px;position: relative; margin-bottom: 13px;}
.commerce .product-block .price_dc {float: left; margin-right: 7px; color: #fd5d58; font-size: 20px;}
.commerce .product-block .price_dc strong { display: inline-block; color: #fd5d58; font-size: 34px; line-height: 1; letter-spacing: -2px;}
.commerce .product-block .price_ago {text-decoration: line-through; color: #888;font-size: 12px;}
.commerce .product-block .price_now {font-size: 16px; color: #333;}
.commerce .product-block .price_now strong { display: inline-block; font-size: 22px; font-weight: 600; color: #333; letter-spacing: -0.1em; }
.commerce .product-block blockquote {font-size: 13px;word-wrap: break-word;color: #888;white-space: nowrap;width: 100%;text-overflow: ellipsis;word-break: break-all;overflow: hidden;margin-bottom: 15px;}






/* main page - board-tile */
.board-tile {padding: 15px 15px;float: left;width: 306px;height: 220px;margin-left: 20px;background-color: #fff;}
.board-tile.fir {margin-left: 0px;}

.board-tile ul li {float: left;font-size: 13px; }
.board-tile ul li p {font-size: 12px;line-height: 23px;white-space: nowrap;width: 262px;text-overflow: ellipsis;word-break: break-all;overflow: hidden;}
.board-tile ul li:before {display: inline-block;vertical-align: top;width: 2px;height: 2px;float: left;background-color: #999;margin-top: 10px;margin-right: 5px;content: '';}
.board-tile ul li > a {color: #777;}
.board-tile ul li > a:hover {color: #000}

.main-more-btn {float: right; position: relative; right: 2px; }
.board-tile .answer{    margin-top: 2px;float: right;margin-left: 5px;}
.board-tile .date {margin-top: 5px;float: right;}
.board-tile .em {margin-top: 7px;font-size: 13px;}

.board-tile h2.number {font-size: 27px;font-weight: bold;color: #3080d2;margin-top: 10px;}
  .board-tile span { font-size: 12px; }
  .board-tile p {}
  .board-tile .n1, .board-tile .n2 {float: left;margin-top: 25px;height: 30px; font-size: 13px; text-align: center; line-height: 30px;}
  .board-tile div.n1 {background: #979595; width: 60px; color: #fff;}
  .board-tile div.n2 {background: #f1f1f1;width: 210px;}





 /* main page - notice */
section.main-block-notice {width:100%; height: 58px;background: #fff;}
.notice-box {float: left;}
.notice-box {padding-top: 21px;padding-left: 10px;}
.notice-box h4 {padding-left: 10px; padding-right: 30px; position: relative; top: 2px; font-weight: 700; font-size: 15px; color: #3a3a3a;}
.notice-box small {position: relative; top: 2px; font-size: 15px; color: #595959;}
a.moreview img {margin-top: 12px;}
.arrow-box {margin-top: 15px;width: 12px;margin-right: 20px;}
.float-left {float: left;}.float-right {float: right;}


/* main page - tile */
.tile-block {height: 300px; color: #fff; font-size: 13px;}
.tile-block .tile-heading {font-size: 14px;border-left: 1px solid #f6ff64; margin-top: 15px;padding-left: 10px; margin-bottom: 10px; margin-left: -12px;font-weight: normal;}
.tile-block .main-num {font-size: 30px;}
.tile-block .bank-num {}
.tile-block .worktime {}
.tile-block .worktime span {color: #ffef3f;}



.special-heading { font-weight: normal; letter-spacing: -2px; border-bottom: 1px solid #636363; position: relative; padding-bottom: 10px;}
.special-heading > .sec-title {font-weight:100;position:relative;display:inline;border-bottom:2px solid #636363;padding-bottom: 8px;}
.special-heading > .h6 {display: inline;padding-left: 10px;color: #888;}
.special-heading > a.plus {float: right;margin: 0;margin-top: 7px;padding: 0;}

/* ==================================================
   .responsive tab
================================================== */
.tab_container {
  width: 90%;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}

.tab_container input, .tab_container section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab_container label {
  font-size: 14px;
  display: block;
  float: left;
  width: 20%;
  padding: 1.5em;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
  color: #757575;
  font-weight: 700;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.2s ease-in-out;
  -moz-animation: fadeInScale 0.2s ease-in-out;
  animation: fadeInScale 0.2s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #0CE;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}





  .tab_container label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 100%;
  }


/*Content Animation*/
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}




.qsb-heading {margin-bottom: 10px;color: #444;font-weight: normal;font-size: 13px;}




.css-button.button-default {
    color: #545454;
    background-color: #f5f5f5;
    border-color: #e9e9e9;
}


.bz-quick-category input.css-checkbox:checked,
.bz-quick-category input.css-checkbox {background:none;margin:0;width:0;height:0;display:none;}

.tour-container input[type="checkbox"]:checked,
.price_tab li.tab.sel, .price_tab li.tab.checked {background-color:#d84a1d}

.bz-reservation-button ,
a.bz-reservation-button:link , a.bz-reservation-button:visited
{background-color: #d84a1d;color: #fff;}
.bz-reservation-button:hover , .bz-reservation-button:focus {background-color: #d84a1d;}

.ops_cnt30 .bz-reservation-button.direct {background: #fd4141;}

.bz-reservation-button.css-basket {color: #d84a1d;}
table.css-table tr td button.css-basket {border:1px solid #d84a1d;}

.bz-reservation-button:hover , .bz-reservation-button:focus {background-color: #d84a1d;}
.bz-reservation-button.css-basket:hover , .bz-reservation-button.css-basket:focus {background-color: #d84a1d;}

.price-bus .button-wrap a.move_btn {border:1px solid #d84a1d;}
.price-bus .button-wrap .bz-reservation-button.css-basket {color:#d84a1d;background-color:#fff;}


.sub_product_box .bz-reservation-button.css-basket:hover , .sub_product_box .bz-reservation-button.css-basket:focus,
.sub_product_box .button-red ,.sub_product_box  a.bz-reservation-button:link ,.sub_product_box  a.bz-reservation-button:visited {color:#ff6157;background-color:#fff;}






/*fix turret*/


.form-container li.block .block-name > small {color:#8c8c8c;}

.header-nav {height:40px;border-bottom:1px solid #e9e9e9;background-color:#f9f9f9;}
.header-nav > div {width:1200px; margin:0 auto;}
/*날씨*/
.weather-slide {height:65px; overflow:hidden;width:100%;}
.weather-slide li{width:100%;height:100%;}
.weather-slide li h6 {text-align:left;}
.weather-slide li > label {display:inline-block;position:relative;text-align:left;min-width:160px;}
.weather-slide li span {color:#939393;display:inline-block;}
.weather-slide li span.temp {margin-top:0;font-size:20px;vertical-align:bottom;position:relative;padding-right:10px;color:#222}
.weather-slide li .temp em {font-size:10px;position:absolute;right:0;top:3px;}
.weather-slide li .sky {position:absolute;left:35px;bottom:2px;}
.bx-wrapper .weather-slide img {width:auto;display:inline;}
#weather {width:240px;}


/* 재선언 클래스*/
.title-nav {display:none;}
.price-list:after {display:block;clear:both;content:'';}
.detail_cnt-title_box {padding:35px 40px;height:auto;}
.detail_cnt-title_box .box1 {width:45%;}
.detail_cnt-title_box .box2 {width:55%;}
.detail_cnt-title_box .box2 > ul {margin-left:50px;}
.detailpage_thumb {width: 526px; height: 296px;margin:0 auto;vertical-align:middle;display:table-cell}
.detailpage_thumb > img {width:100%;height:auto;}

.sub_product_box h2.img-caption {height:17px;}

.sub_product_box .flag {top:1px; z-index:1;}
.sub_product_box .flag label.call { display:inline-block;margin-left:0;width:53px;height:51px;background-image:url('../img/icon.png');background-position:0;left: 0;right:auto; position: absolute;}
.sub_product_box .flag label.live { display:inline-block;margin-left:0;width:53px;height:51px;background-image:url('../img/icon.png');background-position:-106px 0;left: 0;right:auto; position: absolute;}

.detail_cnt-info_box {padding:50px 30px}
.detail_cnt-info_box li .info-table {width:400px;}

.biz-car-content select.select-rentacar ,
.biz-room-content select.select-room {width:100%;}


.product-list > ul > li div.imgFilterBox,
ul.product-list > li dl a div.imgFilterBox {
	position:relative;
}
.product-list > ul > li div.imgFilterBox div,
ul.product-list > li dl a div.imgFilterBox div,
.product-list > ul > li div.noimgFilterBox div {
	display:none;
}
.product-list > ul > li:hover div.imgFilterBox div,
ul.product-list > li:hover dl a div.imgFilterBox div {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.7);
	text-align:center;
	color:#fff;
	font-size:15px;
	font-weight:700;
	line-height:35px;
	z-index:1;
}
ul.product-list > li:hover dl a div.imgFilterBox div {
	width:264px;
	height:172px;
}
.product-list > ul > li:hover div.imgFilterBox div img,
ul.product-list > li:hover dl a div.imgFilterBox div img{
	margin-top:45px;
}




/*  숙소상세 추가 2017 04 05  */

#form_write { position:fixed; left:50%; top:50%; transform: translate(-50%, -50%); background-color:#fff; width:1100px;height:400px; display:none; z-index:999; padding:30px; }

#form_write table { width:100%; color:#464646; font-size:14px; }
#form_write th { text-align:center; vertical-align:middle; font-weight:bold; border-bottom:1px solid #e2e2e2; }
#form_write td { text-align:left; vertical-align:middle; }
#form_write td:nth-child(5) { border-bottom:0px; }
#form_write p { font-size:18px; font-weight:bold; margin-bottom:10px; }
#form_write .submit { border:0; width:100px; height:35px; background-color:#f08200; color:#fff; font-weight:bold; }
#form_write .cancel { border:0; width:100px; height:35px; background-color:#777777; color:#fff; font-weight:bold; }
/* 리뷰 */

table.pension-calendar-table tbody tr.disabled {display:none;}
table.pension-calendar-table tbody td { color: #716e6e;cursor: pointer;width: 70px;height: 60px;position: relative;border: 1px solid #eaeaea; }
table.pension-calendar-table tbody td.off {color:#eaeaea;}
/*table.pension-calendar-table tbody td.sel , table.pension-calendar-table tbody td:hover , table.pension-calendar-table tbody td:focus {background-color:#eaea49;font-weight:bold;}*/

table.pension-calendar-table tbody td.sel, table.pension-calendar-table tbody td:not(.disabled):hover, table.pension-calendar-table tbody td:not(.disabled):focus {
    background-color:transparent;
    font-weight: bold;



}
table.pension-calendar-table tbody td.sel:after,
table.pension-calendar-table tbody td:not(.disabled):hover:after,
table.pension-calendar-table tbody td:not(.disabled):focus:after {
	content:'';
	position:absolute;
	/* width:112px; */
	height:97px;
	border:2px solid red;
	left:0;
	top:0;
}

table.pension-calendar-table tbody td.disabled { color: #d3d1d1;cursor: default; }
table.pension-calendar-table tbody td.disabled:hover, table.pension-calendar-table tbody td.disabled:focus { background-color:transparent;font-weight: normal; }
table.pension-calendar-table tbody td label.calen.date {display:block;text-align:right;position:absolute;right:5px;top:5px;}
/*table.pension-calendar-table tbody td label.sale_price:after {content:"원";}*/
table.pension-calendar-table tbody td label.sale_price {display:block;text-align:right;color:#ff5722;position:absolute;right:5px;bottom:5px;}
table.pension-calendar-table thead th { line-height: 45px;font-weight: 900;font-size: 17px; background-color:#fafafa; }
table.pension-calendar-table thead th.sun{color:#e24c4c;}
table.pension-calendar-table thead th.sat{color:blue;}

table.pension-calendar-table {width:100%;}
.view-image-wrap {padding:22px;float:left;}
.view-image-wrap .view-image ,
.view-image-wrap .thumb-image,
.view-image-wrap .thumb {float:left;}
.view-image-wrap .view-image {width:362px;height:272px;}
.view-image-wrap .view-image img {width:362px;height:272px;}
.view-image-wrap .thumb , .view-image-wrap .thumb img {width:50px;height:39px;margin:0 5px 5px 0;}
.view-image-wrap .thumb-image {width:110px;margin-left:10px;}

/*.tab_cnt dl dt {float:left;width:90px;font-weight:600;vertical-align:middle;overflow:hidden;position:relative;}*/
.tab_cnt dl dt:before {content:'▶';color:#d84a1d;vertical-align:middle;overflow:hidden;clear:both;  display: table-cell;float:left;margin-right:5px;}
/*.tab_cnt dl dl:after {clear:both;content:"";display:block;margin-bottom:12px;}*/
/*.tab_cnt dl dl.bz-tour-room_remark {clear:both;display:block;border:1px solid #eaeaea;padding:10px;}*/
/*.tab_cnt dl dl.clearfix {}*/
.ops_cnt100 .tab_cnt dl dt { float:left; font-weight:600; }
.ops_cnt100 .tab_cnt .ops_title {margin-bottom:10px;}

.room_info { font-size:13px; }

.room_bottom_info { margin:20px; display:inline-flex; width:100%; }
.room_bottom_info .left { float:left;width:50%; }
.room_bottom_info .left input { height: 30px;border: 1px solid #dedede; }
.room_bottom_info .left li { margin-bottom:5px; }
.room_bottom_info .left li .title { width:300px; border:0; }
.room_bottom_info .left li .cnt { width:50px;border:0;text-align:right; }
.room_bottom_info .left li span {
	display:inline-block;
	width:70px;
	height:22px;
	line-height:22px;
	color:#fff;
	background-color:#0054a6;
	text-align:center;
	margin-right:15px;
}
.room_bottom_info .left li:nth-child(2) span {
	background-color:#0f9b61;
}
.room_bottom_info .left button, .room_bottom_info .left button:hover { height: 32px;min-width: 60px;background-color: #fff;color: #000;padding: 0;margin: 0; }

.room_bottom_info .right { float:right;width:50%; }
.room_bottom_info .right button.css-basket { padding: 10px 20px;text-align: center;font-size: 18px;font-weight: bold;border-radius: 5px;margin-left:50px; }
.room_bottom_info .right button.direct { padding: 10px 20px;text-align: center;font-size: 18px;font-weight: bold;border-radius: 5px; margin-left:20px; }
.room_bottom_info .right p { font-size:13px; margin-bottom:10px; }

.hide { display:none; }
.show { display:block; }

div.warning {
	width:100%;
	height:40px;
	line-height:40px;
	border:1px solid #dddddd;
	background-color:#f4f4f4;
	color:#5e5e5e;
	font-size:13px;
}
div.warning img {
	padding-left:15px;
	vertical-align:text-bottom;
}
div.warning strong {
	color:#202020;
	padding:0 10px;
}

.pension-information-wrap { margin-bottom:40px; }
/*
.act-information-wrap .thumbarea,
.pension-information-wrap .thumbarea {width:470px; min-height:400px; } */
.act-information-wrap .thumbarea .thumb-first,
.pension-information-wrap .thumbarea .thumb-first{width:100%;height:300px;}
.act-information-wrap .thumb-layer,
.pension-information-wrap .thumb-layer {width:114px;height:65px;}
.act-information-wrap .thumbarea .thumb-layer > img ,
.pension-information-wrap .thumbarea .thumb-layer > img {width:100%;height:100%;}

.act-information-wrap .thumb-layer,
.pension-information-wrap .thumb-layer {margin-left:4px;}
.act-information-wrap .thumb-layer.fir,
.pension-information-wrap .thumb-layer.fir {margin-left:0;}
.act-information-wrap .bz-tour-title ,
.pension-information-wrap .bz-tour-title {border-bottom:2px solid #000;padding:15px 0;margin-bottom:20px;}

/* .act-information-wrap .infoarea ,
.pension-information-wrap .infoarea {width:705px;float:left;border-top:0;border-right:0;border-bottom:0;border-left:0;padding:0 0 0 25px;height:auto;} */
.act-information-wrap .infoarea .price ,
.pension-information-wrap .infoarea .price {position:absolute;float:right;width:254px;padding-left:35px;border-left:1px dashed #e9e9e9;left:440px;top:0;height:100%;}

.act-information-wrap .infoarea .price .minmap-wrap,
.pension-information-wrap .infoarea .price .minmap-wrap{height:266px;}

.act-information-wrap .infoarea > ul {margin-top:-10px;width:400px;}
/* .pension-information-wrap .infoarea > ul {margin-top:-10px;width:385px; letter-spacing:-1px;} */
.act-information-wrap .infoarea > ul li .list-item ,
.act-information-wrap .infoarea > ul li .list-item ,
.pension-information-wrap .infoarea > ul li .list-item {width:110px;}

.act-information-wrap .infoarea > ul li.li-auto > p ,
/* .pension-information-wrap .infoarea > ul li.li-auto > p {width:275px;float:right;} */

.act-information-wrap .infoarea > ul li .list-item:before ,
.pension-information-wrap .infoarea .list-item:before {content:"\f04b";display: inline-block;color:#d84a1d;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);}


.list-item.lp1:before {color:#d84a1d}
.list-item.lp2:before {color:#d84a1d}
.list-item.lp3:before {color:#d84a1d}
.list-item.lp4:before {color:#d84a1d}
.list-item.lp5:before {color:#d84a1d}

.infoarea .price .buybox {float:right;}
.infoarea .price .buybox .b_price {float:right;}
.review-box {border: 1px solid #9e9e9e;;border-radius: 5px;padding:15px 15px 15px 60px;height:50px;position:relative;}
.review-box > ul {float:none;margin-top:0;margin-bottom:0;}
.review-box > ul li {font-weight:bold;font-size:12px;float:none;height:auto;line-height:2em;position:relative; padding:0;}
.review-box > ul > li > label {position:absolute;right:0;}
.review-box > ul > li > .go-review {display:inline-block;width:60px;height:20px;line-height:20px;background-color:#636363;color:#fff; text-align:center;}
.review-box > ul > li > .go-review:hover { cursor:pointer; }
.review-box > ul li small {font-weight:300;color:#e0e0e0;}
.review-box .review_icon {
	position:absolute;
	left:-25px;
	top:-30px;
	border:1px solid #d84a1d;
	background-color:#d84a1d;
	border-radius:50px;
}
.review-box:after {
	content:'상품평';
	font-size:14px;
	font-weight:400;
	color:#fff;
	display:block;
	position:absolute;
	top:12px;
	left:-8px;
}
.review-box:before {
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 6px;
	border-color: transparent transparent #d84a1d transparent;
	position:absolute;
	top:22px;
	left:43px;
}

#minimap-box {width:100%;height:150px;border:1px solid #e0e0e0; border-radius:15px;margin-top:15px;}
.review-box img.star {width:15px;}



/* view_top_box 2017년 04월 10일 */
.act-information-wrap .infoarea .price .minmap-wrap,
.pension-information-wrap .infoarea .price .minmap-wrap {

}
.act-information-wrap .infoarea .price .minmap-wrap div.direct {
	position:relative;
	width:100%;
}
.act-information-wrap .infoarea .price .minmap-wrap div.direct a {
	border:none;
	background-color:#636363;
	padding:5px;
	color:#fff;
	position:absolute;
	top:110px;
	right:10px;
	font-size:12px;
	z-index:9;
}

.act-information-wrap .infoarea .price div.btn {
	margin-top:15px;
}
.act-information-wrap .infoarea .price div.btn a {
	width:105px;
	height:30px;
	display:inline-block;
	text-align:center;
	font-weight:600;
	float:left;
}
.act-information-wrap .infoarea .price div.btn a.go_cart {
	background-color:#f2f2f2;
	border:1px solid #e6e6e6;
	border-radius:25px;
	background-image: url("/img/golf_icon.png");
	background-position:0 0;
	padding-top:39px;
	text-decoration:none;
	color:#3f3f3f;
}
.act-information-wrap .infoarea .price div.btn a.booking {
	background-color:#ff4751;
	border:1px solid #ff4751;
	border-radius:25px;
	background-image: url("/img/golf_icon.png");
	background-position:0 -97px;
	padding-top:39px;
	text-decoration:none;
	color:#fff;
	background-repeat:no-repeat;
	margin-left:4px;
}

/* // end view_top_box 2017년 04월 10일 */



#imgChange {
	width:1200px;
	height:332px;
	margin-bottom:23px;
}
#imgChange ul li {
	display:inline-block;
	float:left;
	margin:0 auto;
}
#imgChange ul > li.txt_banner div {
	width:288px;
	height:82px;
	background-color:#f6f6f6;
	margin-top:1px;
}
#imgChange ul > li.txt_banner a {
	margin-top:1px;
}
#imgChange ul > li.txt_banner a:first-child {
	margin-top:0;
}
#imgChange ul > li.txt_banner div dl {
	width:223px;
	padding:18px 36px 18px 29px;
}
#imgChange ul > li.txt_banner div dl dt,
#imgChange ul > li.txt_banner div dl dd {
	width:100%;
	height:24px;
}
#imgChange ul > li.txt_banner a div dl dt {
	color:#2e2e2e;
	font-size:18px;
	letter-spacing:-1px;
}
#imgChange ul > li.txt_banner a div dl dd {
	color:#757575;
}
#imgChange ul > li.txt_banner a div dl dd:after {
	content:'▶';
	color:#373737;
	font-size:7px;
	float:right;
}

#imgChange ul > li.txt_banner a.active div {
	background-color:#0f67b8;
}
#imgChange ul > li.txt_banner a.active div dl dt {
	color:#fff04a;
}
#imgChange ul > li.txt_banner a.active div dl dd {
	color:#fff;
}
#imgChange ul > li.txt_banner a.active div dl dd:after {
	color:#fff;
}

#imgChange ul li.wrapper div.tab-content {
	position:relative;
	width:910px;
	display:none;
}
#imgChange ul li.wrapper div.tab-content.active {
	display:block;
}
#imgChange ul li.wrapper div.tab-content a img.icon {
	position:absolute;
	top:0;
	right:0;
}
#imgChange ul li.wrapper div.tab-content .layer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:106px;
	background-color:rgba(0,0,0,0.6);
}
#imgChange ul li.wrapper div.tab-content .layer h1,
#imgChange ul li.wrapper div.tab-content .layer p,
#imgChange ul li.wrapper div.tab-content .layer span {
	z-index:1;
	color:#fff;
}
#imgChange ul li.wrapper div.tab-content .layer h1 {
	font-family: 'Nanum Myeongjo', serif;
	font-size:30px;
	padding:26px 0 5px 47px;
}
#imgChange ul li.wrapper div.tab-content .layer p {
	width:815px;
	font-size:14px;
	padding-left:47px;
}
#imgChange ul li.wrapper div.tab-content .layer p span {
	float:right;
}

[class^="icon-font-"]:before, [class*=" icon-font-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-font-search:before { content: '\e800'; } /* '' */
.icon-font-up-dir:before { content: '\e801'; } /* '' */
.icon-font-pencil:before { content: '\e802'; } /* '' */
.icon-font-doc:before { content: '\e803'; } /* '' */
.icon-font-wrench:before { content: '\e804'; } /* '' */
.icon-font-left-dir:before { content: '\e805'; } /* '' */
.icon-font-right-dir:before { content: '\e806'; } /* '' */
.icon-font-down-dir:before { content: '\e807'; } /* '' */
.icon-font-basket:before { content: '\e808'; } /* '' */
.icon-font-check:before { content: '\e809'; } /* '' */
.icon-font-cancel:before { content: '\e80a'; } /* '' */
.icon-font-plus:before { content: '\e80b'; color: #fff;} /* '' */
.icon-font-flight:before { content: '\e80c'; } /* '' */
.icon-font-up-big:before { content: '\e80d'; } /* '' */
.icon-font-down-big:before { content: '\e80e'; } /* '' */
.icon-font-location:before { content: '\e80f'; } /* '' */
.icon-font-tags:before { content: '\e810'; } /* '' */
.icon-font-calendar:before { content: '\e811'; } /* '' */
.icon-font-mail:before { content: '\e812'; } /* '' */
.icon-font-pin:before { content: '\e813'; } /* '' */
.icon-font-ok:before { content: '\e814'; } /* '' */
.icon-font-clock:before { content: '\e815'; } /* '' */
.icon-font-block:before { content: '\e816'; } /* '' */
.icon-font-phone:before { content: '\e817'; } /* '' */
.icon-font-truck:before { content: '\e818'; } /* '' */
.icon-font-flag:before { content: '\e819'; } /* '' */
.icon-font-videocam:before { content: '\e81a'; } /* '' */
.icon-font-picture:before { content: '\e81b'; } /* '' */
.icon-font-camera:before { content: '\e81c'; } /* '' */
.icon-font-camera-alt:before { content: '\e81d'; } /* '' */
.icon-font-heart:before { content: '\e81e'; } /* '' */
.icon-font-star:before { content: '\e81f'; } /* '' */
.icon-font-th-list:before { content: '\e820'; } /* '' */
.icon-font-home:before { content: '\e821'; } /* '' */
.icon-font-gift:before { content: '\e822'; } /* '' */
.icon-font-user:before { content: '\e823'; } /* '' */
.icon-font-users:before { content: '\e824'; } /* '' */
.icon-font-chat-1:before { content: '\e825'; } /* '' */
.icon-font-heart-empty:before { content: '\e826'; } /* '' */
.icon-font-megaphone:before { content: '\e827'; } /* '' */
.icon-font-credit-card:before { content: '\e828'; } /* '' */
.icon-font-headphones:before { content: '\e829'; } /* '' */
.icon-font-left-big:before { content: '\e82a'; } /* '' */
.icon-font-right-big:before { content: '\e82b'; } /* '' */
.icon-font-left-open:before { content: '\e82c'; } /* '' */
.icon-font-right-open:before { content: '\e82d'; } /* '' */
.icon-font-down-open:before { content: '\e82e'; } /* '' */
.icon-font-up-open:before { content: '\e82f'; } /* '' */
.icon-font-asterisk:before { content: '\e830'; } /* '' */
.icon-font-bookmark:before { content: '\e831'; } /* '' */
.icon-font-thumbs-up:before { content: '\e832'; } /* '' */
.icon-font-thumbs-down:before { content: '\e833'; } /* '' */
.icon-font-download:before { content: '\e834'; } /* '' */
.icon-font-upload:before { content: '\e835'; } /* '' */
.icon-font-forward:before { content: '\e836'; } /* '' */
.icon-font-export:before { content: '\e837'; } /* '' */
.icon-font-edit:before { content: '\e838'; } /* '' */
.icon-font-print:before { content: '\e839'; } /* '' */
.icon-font-retweet:before { content: '\e83a'; } /* '' */
.icon-font-comment-1:before { content: '\e83b'; } /* '' */
.icon-font-bell:before { content: '\e83c'; } /* '' */
.icon-font-attention:before { content: '\e83d'; } /* '' */
.icon-font-attention-circled:before { content: '\e83e'; } /* '' */
.icon-font-trash-empty:before { content: '\e83f'; } /* '' */
.icon-font-folder:before { content: '\e840'; } /* '' */
.icon-font-folder-open:before { content: '\e841'; } /* '' */
.icon-font-cog:before { content: '\e842'; } /* '' */
.icon-font-cog-alt:before { content: '\e843'; } /* '' */
.icon-font-login:before { content: '\e844'; } /* '' */
.icon-font-logout:before { content: '\e845'; } /* '' */
.icon-font-volume-off:before { content: '\e846'; } /* '' */
.icon-font-volume-down:before { content: '\e847'; } /* '' */
.icon-font-volume-up:before { content: '\e848'; } /* '' */
.icon-font-resize-full:before { content: '\e849'; } /* '' */
.icon-font-resize-small:before { content: '\e84a'; } /* '' */
.icon-font-resize-vertical:before { content: '\e84b'; } /* '' */
.icon-font-resize-horizontal:before { content: '\e84c'; } /* '' */
.icon-font-zoom-in:before { content: '\e84d'; } /* '' */
.icon-font-zoom-out:before { content: '\e84e'; } /* '' */
.icon-font-down-circled2:before { content: '\e84f'; } /* '' */
.icon-font-up-circled2:before { content: '\e850'; } /* '' */
.icon-font-right-hand:before { content: '\e851'; } /* '' */
.icon-font-left-hand:before { content: '\e852'; } /* '' */
.icon-font-up-hand:before { content: '\e853'; } /* '' */
.icon-font-down-hand:before { content: '\e854'; } /* '' */
.icon-font-cw:before { content: '\e855'; } /* '' */
.icon-font-ccw:before { content: '\e856'; } /* '' */
.icon-font-arrows-cw:before { content: '\e857'; } /* '' */
.icon-font-shuffle:before { content: '\e858'; } /* '' */
.icon-font-play:before { content: '\e859'; } /* '' */
.icon-font-play-circled2:before { content: '\e85a'; } /* '' */
.icon-font-stop:before { content: '\e85b'; } /* '' */
.icon-font-pause:before { content: '\e85c'; } /* '' */
.icon-font-to-end:before { content: '\e85d'; } /* '' */
.icon-font-to-end-alt:before { content: '\e85e'; } /* '' */
.icon-font-to-start:before { content: '\e85f'; } /* '' */
.icon-font-to-start-alt:before { content: '\e860'; } /* '' */
.icon-font-fast-fw:before { content: '\e861'; } /* '' */
.icon-font-fast-bw:before { content: '\e862'; } /* '' */
.icon-font-eject:before { content: '\e863'; } /* '' */
.icon-font-target:before { content: '\e864'; } /* '' */
.icon-font-signal:before { content: '\e865'; } /* '' */
.icon-font-award:before { content: '\e866'; } /* '' */
.icon-font-globe:before { content: '\e867'; } /* '' */
.icon-font-inbox:before { content: '\e868'; } /* '' */
.icon-font-cloud:before { content: '\e869'; } /* '' */
.icon-font-flash:before { content: '\e86a'; } /* '' */
.icon-font-umbrella:before { content: '\e86b'; } /* '' */
.icon-font-leaf:before { content: '\e86c'; } /* '' */
.icon-font-briefcase:before { content: '\e86d'; } /* '' */
.icon-font-off:before { content: '\e86e'; } /* '' */
.icon-font-list-alt:before { content: '\e86f'; } /* '' */
.icon-font-book:before { content: '\e870'; } /* '' */
.icon-font-tint:before { content: '\e871'; } /* '' */
.icon-font-floppy:before { content: '\e872'; } /* '' */
.icon-font-font:before { content: '\e873'; } /* '' */
.icon-font-star-half:before { content: '\e874'; } /* '' */
.icon-font-th-large:before { content: '\e875'; } /* '' */
.icon-font-cancel-1:before { content: '\e876'; } /* '' */
.icon-font-tag:before { content: '\e877'; } /* '' */
.icon-font-music:before { content: '\e878'; } /* '' */
.icon-font-glass:before { content: '\e879'; } /* '' */
.icon-font-star-empty:before { content: '\e87a'; } /* '' */
.icon-font-help-circled:before { content: '\e87b'; } /* '' */
.icon-font-info-circled:before { content: '\e87c'; } /* '' */
.icon-font-plus-circled:before { content: '\e87d'; } /* '' */
.icon-font-minus-circled:before { content: '\e87e'; } /* '' */
.icon-font-move:before { content: '\f047'; } /* '' */
.icon-font-check-empty:before { content: '\f096'; } /* '' */
.icon-font-bookmark-empty:before { content: '\f097'; } /* '' */
.icon-font-phone-squared:before { content: '\f098'; } /* '' */
.icon-font-twitter:before { content: '\f099'; } /* '' */
.icon-font-facebook:before { content: '\f09a'; } /* '' */
.icon-font-rss:before { content: '\f09e'; } /* '' */
.icon-font-left-circled:before { content: '\f0a8'; } /* '' */
.icon-font-right-circled:before { content: '\f0a9'; } /* '' */
.icon-font-up-circled:before { content: '\f0aa'; } /* '' */
.icon-font-down-circled:before { content: '\f0ab'; } /* '' */
.icon-font-resize-full-alt:before { content: '\f0b2'; } /* '' */
.icon-font-docs:before { content: '\f0c5'; } /* '' */
.icon-font-menu:before { content: '\f0c9'; } /* '' */
.icon-font-gplus:before { content: '\f0d5'; } /* '' */
.icon-font-sort:before { content: '\f0dc'; } /* '' */
.icon-font-sort-down:before { content: '\f0dd'; } /* '' */
.icon-font-sort-up:before { content: '\f0de'; } /* '' */
.icon-font-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-font-comment-empty:before { content: '\f0e5'; } /* '' */
.icon-font-chat-empty:before { content: '\f0e6'; } /* '' */
.icon-font-paste:before { content: '\f0ea'; } /* '' */
.icon-font-lightbulb:before { content: '\f0eb'; } /* '' */
.icon-font-exchange:before { content: '\f0ec'; } /* '' */
.icon-font-download-cloud:before { content: '\f0ed'; } /* '' */
.icon-font-upload-cloud:before { content: '\f0ee'; } /* '' */
.icon-font-suitcase:before { content: '\f0f2'; } /* '' */
.icon-font-bell-alt:before { content: '\f0f3'; } /* '' */
.icon-font-coffee:before { content: '\f0f4'; } /* '' */
.icon-font-food:before { content: '\f0f5'; } /* '' */
.icon-font-doc-text:before { content: '\f0f6'; } /* '' */
.icon-font-building:before { content: '\f0f7'; } /* '' */
.icon-font-ambulance:before { content: '\f0f9'; } /* '' */
.icon-font-fighter-jet:before { content: '\f0fb'; } /* '' */
.icon-font-plus-squared:before { content: '\f0fe'; } /* '' */
.icon-font-angle-double-left:before { content: '\f100'; } /* '' */
.icon-font-angle-double-right:before { content: '\f101'; } /* '' */
.icon-font-angle-double-up:before { content: '\f102'; } /* '' */
.icon-font-angle-double-down:before { content: '\f103'; } /* '' */
.icon-font-angle-left:before { content: '\f104'; } /* '' */
.icon-font-angle-right:before { content: '\f105'; } /* '' */
.icon-font-angle-up:before { content: '\f106'; } /* '' */
.icon-font-angle-down:before { content: '\f107'; } /* '' */
.icon-font-desktop:before { content: '\f108'; } /* '' */
.icon-font-laptop:before { content: '\f109'; } /* '' */
.icon-font-tablet:before { content: '\f10a'; } /* '' */
.icon-font-mobile:before { content: '\f10b'; } /* '' */
.icon-font-circle-empty:before { content: '\f10c'; } /* '' */
.icon-font-quote-left:before { content: '\f10d'; } /* '' */
.icon-font-quote-right:before { content: '\f10e'; } /* '' */
.icon-font-circle:before { content: '\f111'; } /* '' */
.icon-font-reply:before { content: '\f112'; } /* '' */
.icon-font-folder-empty:before { content: '\f114'; } /* '' */
.icon-font-folder-open-empty:before { content: '\f115'; } /* '' */
.icon-font-gamepad:before { content: '\f11b'; } /* '' */
.icon-font-keyboard:before { content: '\f11c'; } /* '' */
.icon-font-flag-empty:before { content: '\f11d'; } /* '' */
.icon-font-flag-checkered:before { content: '\f11e'; } /* '' */
.icon-font-code:before { content: '\f121'; } /* '' */
.icon-font-reply-all:before { content: '\f122'; } /* '' */
.icon-font-star-half-alt:before { content: '\f123'; } /* '' */
.icon-font-direction:before { content: '\f124'; } /* '' */
.icon-font-help-1:before { content: '\f128'; } /* '' */
.icon-font-info:before { content: '\f129'; } /* '' */
.icon-font-attention-alt:before { content: '\f12a'; } /* '' */
.icon-font-mic:before { content: '\f130'; } /* '' */
.icon-font-mute:before { content: '\f131'; } /* '' */
.icon-font-calendar-empty:before { content: '\f133'; } /* '' */
.icon-font-angle-circled-left:before { content: '\f137'; } /* '' */
.icon-font-angle-circled-right:before { content: '\f138'; } /* '' */
.icon-font-angle-circled-up:before { content: '\f139'; } /* '' */
.icon-font-angle-circled-down:before { content: '\f13a'; } /* '' */
.icon-font-ellipsis:before { content: '\f141'; } /* '' */
.icon-font-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-font-rss-squared:before { content: '\f143'; } /* '' */
.icon-font-play-circled:before { content: '\f144'; } /* '' */
.icon-font-ticket:before { content: '\f145'; } /* '' */
.icon-font-minus-squared:before { content: '\f146'; } /* '' */
.icon-font-level-up:before { content: '\f148'; } /* '' */
.icon-font-level-down:before { content: '\f149'; } /* '' */
.icon-font-ok-squared:before { content: '\f14a'; } /* '' */
.icon-font-pencil-squared:before { content: '\f14b'; } /* '' */
.icon-font-export-alt:before { content: '\f14d'; } /* '' */
.icon-font-compass:before { content: '\f14e'; } /* '' */
.icon-font-expand:before { content: '\f150'; } /* '' */
.icon-font-collapse:before { content: '\f151'; } /* '' */
.icon-font-expand-right:before { content: '\f152'; } /* '' */
.icon-font-won:before { content: '\f159'; } /* '' */
.icon-font-doc-inv:before { content: '\f15b'; } /* '' */
.icon-font-doc-text-inv:before { content: '\f15c'; } /* '' */
.icon-font-thumbs-up-alt:before { content: '\f164'; } /* '' */
.icon-font-thumbs-down-alt:before { content: '\f165'; } /* '' */
.icon-font-youtube-play:before { content: '\f16a'; } /* '' */
.icon-font-instagram:before { content: '\f16d'; } /* '' */
.icon-font-down:before { content: '\f175'; } /* '' */
.icon-font-up:before { content: '\f176'; } /* '' */
.icon-font-left:before { content: '\f177'; } /* '' */
.icon-font-right:before { content: '\f178'; } /* '' */
.icon-font-sun:before { content: '\f185'; } /* '' */
.icon-font-moon:before { content: '\f186'; } /* '' */
.icon-font-box:before { content: '\f187'; } /* '' */
.icon-font-right-circled2:before { content: '\f18e'; } /* '' */
.icon-font-left-circled2:before { content: '\f190'; } /* '' */
.icon-font-collapse-left:before { content: '\f191'; } /* '' */
.icon-font-dot-circled:before { content: '\f192'; } /* '' */
.icon-font-wheelchair:before { content: '\f193'; } /* '' */
.icon-font-space-shuttle:before { content: '\f197'; } /* '' */
.icon-font-bank:before { content: '\f19c'; } /* '' */
.icon-font-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-font-fax:before { content: '\f1ac'; } /* '' */
.icon-font-building-filled:before { content: '\f1ad'; } /* '' */
.icon-font-paw:before { content: '\f1b0'; } /* '' */
.icon-font-cab:before { content: '\f1b9'; } /* '' */
.icon-font-taxi:before { content: '\f1ba'; } /* '' */
.icon-font-tree:before { content: '\f1bb'; } /* '' */
.icon-font-database:before { content: '\f1c0'; } /* '' */
.icon-font-file-pdf:before { content: '\f1c1'; } /* '' */
.icon-font-file-word:before { content: '\f1c2'; } /* '' */
.icon-font-file-excel:before { content: '\f1c3'; } /* '' */
.icon-font-file-powerpoint:before { content: '\f1c4'; } /* '' */
.icon-font-file-image:before { content: '\f1c5'; } /* '' */
.icon-font-file-archive:before { content: '\f1c6'; } /* '' */
.icon-font-file-audio:before { content: '\f1c7'; } /* '' */
.icon-font-file-video:before { content: '\f1c8'; } /* '' */
.icon-font-file-code:before { content: '\f1c9'; } /* '' */
.icon-font-circle-notch:before { content: '\f1ce'; } /* '' */
.icon-font-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-font-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.icon-font-history:before { content: '\f1da'; } /* '' */
.icon-font-circle-thin:before { content: '\f1db'; } /* '' */
.icon-font-sliders:before { content: '\f1de'; } /* '' */
.icon-font-share:before { content: '\f1e0'; } /* '' */
.icon-font-share-squared:before { content: '\f1e1'; } /* '' */
.icon-font-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-font-plug:before { content: '\f1e6'; } /* '' */
.icon-font-wifi:before { content: '\f1eb'; } /* '' */
.icon-font-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-font-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-font-bell-off:before { content: '\f1f6'; } /* '' */
.icon-font-bell-off-empty:before { content: '\f1f7'; } /* '' */
.icon-font-trash:before { content: '\f1f8'; } /* '' */
.icon-font-copyright:before { content: '\f1f9'; } /* '' */
.icon-font-bicycle:before { content: '\f206'; } /* '' */
.icon-font-bus:before { content: '\f207'; } /* '' */
.icon-font-cart-plus:before { content: '\f217'; } /* '' */
.icon-font-cart-arrow-down:before { content: '\f218'; } /* '' */
.icon-font-ship:before { content: '\f21a'; } /* '' */
.icon-font-motorcycle:before { content: '\f21c'; } /* '' */
.icon-font-user-plus:before { content: '\f234'; } /* '' */
.icon-font-bed:before { content: '\f236'; } /* '' */
.icon-font-train:before { content: '\f238'; } /* '' */
.icon-font-subway:before { content: '\f239'; } /* '' */
.icon-font-sticky-note:before { content: '\f249'; } /* '' */
.icon-font-sticky-note-o:before { content: '\f24a'; } /* '' */
.icon-font-calendar-check-o:before { content: '\f274'; } /* '' */
.icon-font-map:before { content: '\f279'; } /* '' */
.icon-font-commenting-o:before { content: '\f27b'; } /* '' */
.icon-font-credit-card-alt:before { content: '\f283'; } /* '' */
.icon-font-font-awesome:before { content: '\f2b4'; } /* '' */
.icon-font-handshake-o:before { content: '\f2b5'; } /* '' */
.icon-font-address-book:before { content: '\f2b9'; } /* '' */
.icon-font-address-book-o:before { content: '\f2ba'; } /* '' */
.icon-font-address-card:before { content: '\f2bb'; } /* '' */
.icon-font-address-card-o:before { content: '\f2bc'; } /* '' */
.icon-font-user-circle:before { content: '\f2bd'; } /* '' */
.icon-font-user-circle-o:before { content: '\f2be'; } /* '' */
.icon-font-user-o:before { content: '\f2c0'; } /* '' */
.icon-font-id-badge:before { content: '\f2c1'; } /* '' */
.icon-font-id-card:before { content: '\f2c2'; } /* '' */
.icon-font-id-card-o:before { content: '\f2c3'; } /* '' */
.icon-font-quora:before { content: '\f2c4'; } /* '' */
.icon-font-shower:before { content: '\f2cc'; } /* '' */
.icon-font-bath:before { content: '\f2cd'; } /* '' */
.icon-font-snowflake-o:before { content: '\f2dc'; } /* '' */


/* ==================================================
   .CSS INPUT SYSTEM
================================================== */
.checkbox-large {width: 28px; height: 28px;}
.checkbox-medium {width: 22px; height: 22px;}
.checkbox-small {width: 18px; height: 18px;}
.css-checkbox { width: 12px; height: 12px;}
label.css-label {font-size: 13px;vertical-align: middle; color: #888;}
.tour-container input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #fff;
}
.tour-container label {
	cursor: pointer;
	/* font-size: 13px; */
	display: inline-block;
	text-align: left;
}
.tour-container input[type="checkbox"]:checked { background: #d84a1d; }
.tour-container input[type="checkbox"]:disabled { background: #fff; }
.tour-container label.sat { color: blue; }
.tour-container label.sun { color: red; }

.css-radio input {
  width: 0px;
  height: 0px;
}
.css-radio input + span{
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
}
 .css-radio input:checked + span {
    border-color: #ddd;
    border-width: 1px;
    background-color: #d84a1d;
}


select.select-rentacar,
select.select-room,
select.css-selecter {
    /* min-width: 110px; */
    border: 1px solid #d9d9d9;
    height: 40px;
    font-size: 13px;
    /* padding-left: 5px; */
    color: #373737;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
select.css-selecter {
    background: #fff url(./css-images/select-arrow_bg.gif) right top no-repeat;
}
select.css-selecter.small-input{width:50px;}
input.css-selecter.normal-input {
  min-width: 110px;
    border: 1px solid #d9d9d9;
    height: 38px;
    font-size: 13px;
    padding-left: 5px;
    color: #373737;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.sel-large {width: 225px;}
.sel-medium {width: 180px;}
.sel-small {width: 140px;}
.sel-small3 {width: 133px;}
select.css-selecter.calendar {background: #fff url(./css-images/select-calendar_bg.png) right top repeat-y;}
select.css-selecter.white {background: #fff url(./css-images/sel-white.png) right center repeat-y;font-size: 18px;font-weight: 700;padding-left: 20px;font-family:'NanumBarunGothic', sans-serif;}
input.css-selecter.calendar {
  /* min-width: 110px;
    height: 38px;
    font-size: 13px;
    padding-left: 5px;
    color: #373737;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none; */
	min-width: calc(94%);
    border: 1px solid #d9d9d9;
    background: #fff url(./css-images/select-calendar_bg.png) right top repeat-y;}
select.css-selecter.white,
input.css-selecter.white {
  max-width:275px;
  min-width: 110px;
  border: 1px solid #d9d9d9;
  height: 32px;
  font-size: 13px;
  padding-left: 5px;
  color: #373737;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: #fff url(./css-images/sel-white.png) right center repeat-y;
  }
select.css-selecter.white{height:34px;}


label.css-img-radio input[type="radio"] {display: inline-block;width: 16px;height: 16px;vertical-align: middle;-webkit-appearance: none;border-radius: 0;border: 0;margin:0;padding:0;cursor: pointer;}
label.css-img-radio input[type="radio"] {outline:none; background: url(./css-images/artradio.png) no-repeat 0 0;}
label.css-img-radio input[type="radio"]:checked {background-position: 0 -16px;}
label.css-img-radio { margin-left: 10px;  cursor: pointer; font-size: 16px;display: inline-block;text-align: left;}
label.css-img-radio span {vertical-align: middle;font-size: 12px;padding-left: 7px; color: #888;}

.select_sec {float: left;}
select.css-sel {
    min-width: 60px;
    border: 1px solid #d9d9d9;
    height: 29px;
    font-size: 13px;
    padding-left: 5px;
    color: #373737;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(./css-images/list-arrow.jpg) right top no-repeat;
    outline: none;
    width: 93%;
}
select.css-sel.calendar {background: #fff url(./css-images/list-arrow.jpg) right top no-repeat;}
input.sel-calendar {
    width: 100px;
    height: 29px;
    font-size: 13px;
    padding: 0 0 0 5px;
    color: #373737;
    /* background-color: #fff; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 0;
    background: #fff url(./css-images/list-calendar.jpg) right top no-repeat;
}

input.css-txt {font-size: 14px; outline:none; border:0;margin: 0;width: 230px;top: -1px;padding-left: 15px;position: relative;height: 31px;padding-left: 10px;background-color: #e0e0e0;}
.qb-search-btn {margin: 0; float: right; height: 35px;}

input {
	height: 28px;
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    color: #373737;
    background-color: #fff;
    padding-left: 15px;
    /* width: 110px; */
    width: 86%;
}


/* section { background-color:#f4f4f4; } */


