@charset "utf-8";



/***************************
	font
***************************/
/* Noto Sans KR */
@font-face {
	font-family:"NSKR-T";
	src:local('@'),
		url('/asp/font/ui/NotoSansKR-Thin.otf') format('opentype'),
		url('/asp/font/ui/NotoSansKR-Thin.woff') format('woff'),
		url('/asp/font/ui/NotoSansKR-Thin.woff2') format('woff2');
}

@font-face {
	font-family:"NSKR-DL";
	src:local('※'),
		url('/asp/font/ui/NotoSansKR-DemiLight.otf') format('opentype'),
		url('/asp/font/ui/NotoSansKR-DemiLight.woff') format('woff'),
		url('/asp/font/ui/NotoSansKR-DemiLight.woff2') format('woff2');
}

@font-face {
	font-family:"NSKR-R";
	src:local('@'),
		url('/asp/font/ui/NotoSansKR-Regular.otf') format('opentype'),
		url('/asp/font/ui/NotoSansKR-Regular.woff') format('woff'),
		url('/asp/font/ui/NotoSansKR-Regular.woff2') format('woff2');
}

@font-face {
	font-family:"NSKR-M";
	src:local('※'),
		url('/asp/font/ui/NotoSansKR-Medium.otf') format('opentype'),
		url('/asp/font/ui/NotoSansKR-Medium.woff') format('woff'),
		url('/asp/font/ui/NotoSansKR-Medium.woff2') format('woff2');
}

@font-face {
	font-family:"NSKR-B";
	src:local('※'),
		url('/asp/font/ui/NotoSansKR-Bold.otf') format('opentype'),
		url('/asp/font/ui/NotoSansKR-Bold.woff') format('woff'),
		url('/asp/font/ui/NotoSansKR-Bold.woff2') format('woff2');
}

/* Spoqa Han Sans */
@font-face {
	font-family:"SHS-R";
	src:local('※'),
		url('/asp/font/ui/SpoqaHanSans-Regular.ttf') format('truetype'),
		url('/asp/font/ui/SpoqaHanSans-Regular.woff') format('woff'),
		url('/asp/font/ui/SpoqaHanSans-Regular.woff2') format('woff2');
}

@font-face {
	font-family:"SHS-B";
	src:local('※'),
		url('/asp/font/ui/SpoqaHanSans-Bold.ttf') format('truetype'),
		url('/asp/font/ui/SpoqaHanSans-Bold.woff') format('woff'),
		url('/asp/font/ui/SpoqaHanSans-Bold.woff2') format('woff2');
}

/* Gotham */
@font-face {
	font-family:"Gotham-M";
	src:local('※'),
		url('/asp/font/ui/Gotham-Medium.ttf') format('truetype'),
		url('/asp/font/ui/Gotham-Medium.woff') format('woff'),
		url('/asp/font/ui/Gotham-Medium.woff2') format('woff2');
}

@font-face {
	font-family:"Gotham-B";
	src:local('※'),
		url('/asps/font/ui/Gotham-Black.ttf') format('truetype'),
		url('/asps/font/ui/Gotham-Black.woff') format('woff'),
		url('/asps/font/ui/Gotham-Black.woff2') format('woff2');
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/***************************
	reset
***************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, select, input, textarea, button, p, blockquote, th, td{ margin:0; padding:0; font-size:100%; border:0; }
html, body { height:100%; font-family:"NSKR-R", 돋움, Dotum, sans-serif; letter-spacing:-.25px; -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none; }
body { line-height:1; color:#000; background:#fff; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; border:0; vertical-align:baseline; text-decoration:none; background:transparent; cursor: pointer; color:inherit;}
/*strong { font-weight:normal; }*/
em, i { font-style:normal; }
input, select, textarea, button { font-family:"NSKR-R", 돋움, Dotum, sans-serif; vertical-align:middle; -webkit-appearance:none; -moz-appearance:none; -o-appearance:none; -ms-appearance:none; appearance:none; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; -ms-border-radius:0; border-radius:0; border:0; background-color:transparent; outline:none; }
input, select { vertical-align:middle; }
input { -webkit-margin-before:0; -webkit-margin-after:0; }
input[type="text"]::-ms-clear { display:none; width:0; height:0; }
input[type="text"]::-ms-reveal { display:none; width:0; height:0; }
input[type="text"]::-webkit-input-placeholder { color:#999; }
input[type="text"]:-moz-placeholder { color:#999; }
input[type="text"]::-moz-placeholder { color:#999; }
input[type="text"]:placeholder-shown { color:#999; }

input[type="radio"] { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }
select::-ms-expand,
input::-ms-check { display:none; }
textarea { resize:none; }
button, label { cursor:pointer; }
img, legend, fieldset, button { border:0; }
table{ width:100%; font-size:inherit; table-layout:fixed; border-collapse:collapse; border-spacing:0; }
caption, legend { overflow:hidden; position:absolute; top:0; left:0; width:1px; height:1px; font-size:0; line-height:0; }

caption {height: 0; line-height: 0; font-size: 0; overflow: hidden; text-indent: -10000px;}
button {border: 0 none; background: none;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}

*:focus {outline:none;}
::-ms-clear { display: none; }

.pink {color:#f93345  !important}
.fontGM{ font-family: 'GmarketSansMedium' !important;}
.fontGML{ font-family: 'GmarketSansLight' !important;}
.hidden {position:absolute;width:1px;height:1px;overflow:hidden;text-indent:-999em;z-index:-999;left:-999em;}

/***************************
	layout
***************************/
#wrap { overflow:hidden; position:relative; min-width:1200px; }
#container { /* position:relative;  */}
#container #contents { width:1200px; margin:0 auto; padding-bottom:88px; }
#container #contents:after { content:''; display:block; clear:both; }

/*** topBannerWrap ***/
#topBannerWrap { width:100%; height:80px;
	background:-ms-linear-gradient(to right, #8dd3d0 0, #8dd3d0 50%, #ffcd53 50%, #ffcd53 100%); /* ie10+ */
	background:linear-gradient(to right, #8dd3d0 0, #8dd3d0 50%, #ffcd53 50%, #ffcd53 100%); /* w3c */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dd3d0', endColorstr='#ffcd53',GradientType=1 ); /* ie6-9 */
}
#topBannerWrap .inner { position:relative; width:1150px; margin:0 auto; font-size:0; }
#topBannerWrap a { display:inline-block; }
#topBannerWrap .btnClose { position:absolute; top:28px; right:0; width:24px; height:24px; text-indent:-9999px; background:url('/asp/images/btn/btn_topbanner_close.png') no-repeat 0 0; }

/*** header ***/
#header .inner { position:relative; /*width:1200px; margin:0 auto;*/ }
#header .logo { position:absolute; top:-5px; left:0; }
#header .logo a { display:block; width:106px; height:51px; text-indent:-9999px; background:url('/asp/images/common/logo.png') no-repeat 0 0; }

/** gateway **/
#header #gateway { height:35px; border-bottom:1px solid #e0e0e0; background-color:#f6f6f6; }
#header #gateway .inner:after { content:''; display:block; clear:both; }
#header #gateway ul { font-size:0; }
#header #gateway li { display:inline-block; height:35px; line-height:35px; }
#header #gateway li a { display:block; width:100%; height:100%; }

#header #gateway .menu { float:left; }
#header #gateway .menu li { position:relative; width:43px; border-left:1px solid #e5e5e5; }
#header #gateway .menu li:last-child { border-right:1px solid #e5e5e5; }
#header #gateway .menu li.current:after { content:''; position:absolute; bottom:-1px; left:0; width:100%; height:1px; background-color:#fff; }
#header #gateway .menu li a { background-repeat:no-repeat; background-position:50% 50%; }
#header #gateway .menu li.home a { background-image:url('/asp/images/icon/icon_gateway01.png'); }
#header #gateway .menu li.favorite a { background-image:url('/asp/images/icon/icon_gateway02.png'); }
#header #gateway .menu li.current a { background-color:#fff;}

#header #gateway .util { float:right; }
#header #gateway .util li { position:relative; margin-left:10px; padding-right:10px; }
#header #gateway .util li:after { content:''; position:absolute; top:50%; left:-10px; width:1px; height:11px; margin-top:-5px; background-color:#e5e5e5; }
#header #gateway .util li:first-child:after { content:none; }
#header #gateway .util li a { font-family:"NSKR-M"; font-size:13px; color:#888; }

/** headerTop **/
#header .headerTop { position:relative; padding:31px 0; }

/* 검색영역 */
#header .searchWrap { position:relative; margin:0 359px 0 177px; }
#header .searchWrap:after { content:''; display:block; clear:both; }
#header .searchWrap .inputArea { float:left; position:relative; width:439px; height:40px; margin-right:11px; }
#header .searchWrap .inputArea input { width:100%; height:40px; line-height:40px; padding:0 56px 0 16px; font-size:14px; border:2px solid #006abc ; box-sizing:border-box; }
#header .searchWrap .inputArea .btnSearch { position:absolute; top:0; right:0; width:40px; height:40px; text-indent:-9999px; background:#006abc  url('/asp/images/icon/icon_search.png') no-repeat 50% 50%; }

#header .searchWrap .keywordArea { transition:all .2s; overflow:hidden; float:left; position:absolute; top :0; right:0; z-index:200; width:165px; height:40px; border:2px solid #006abc ; box-sizing:border-box; background-color:#fff; cursor:pointer; }
#header .searchWrap .keywordArea:hover { height:auto; padding-bottom:14px; }
#header .searchWrap .keywordArea:hover .tit { display:block; }
#header .searchWrap .keywordArea:hover .keyword { padding:6px 17px 7px; }
#header .searchWrap .keywordArea .tit { display:none; margin:18px 14px 14px; font-family:"NSKR-M"; font-size:15px; color:#222; }
#header .searchWrap .keywordArea .keyword { display:block; position:relative; padding:11px 17px; font-size:14px; }
#header .searchWrap .keywordArea .keyword:after { content:''; position:absolute; top:50%; right:17px; width:10px; height:10px; margin-top:-5px; background-repeat:no-repeat; background-position:50% 50%; }
#header .searchWrap .keywordArea .keyword.up:after { background-image:url('/asp/images/icon/icon_arrow_up.png'); }
#header .searchWrap .keywordArea .keyword.down:after { background-image:url('/asp/images/icon/icon_arrow_down.png'); }
#header .searchWrap .keywordArea .keyword span { display:inline-block; width:13px; margin-right:7px; text-align:center; letter-spacing:-0.5px; color:#006abc ; }
#header .searchWrap .keywordArea .keyword strong { font-weight:normal; color:#000; }

/* promotionWrap */
#header .promotionWrap { position:absolute; top:-2px; right:5px; }
#header .promotionWrap:after { content:''; display:block; clear:both; }
#header .promotionWrap li { float:left; position:relative; }
#header .promotionWrap li + li { margin-left:30px; }
#header .promotionWrap li a { display:block; padding-top:37px; font-family:"NSKR-M"; font-size:13px; color:#333; }
#header .promotionWrap li a:after { content:''; position:absolute; top:0; left:50%; background-repeat:no-repeat; background-position:0 0; }
#header .promotionWrap li.promo01 a:after { width:29px; height:26px; margin-left:-14.5px; background-image:url('/asp/images/icon/icon_header_promotion01.png'); }
#header .promotionWrap li.promo02 a:after { width:26px; height:26px; margin-left:-13px; background-image:url('/asp/images/icon/icon_header_promotion02.png'); }
#header .promotionWrap li.promo03 a:after { top:-3px; width:24px; height:30px; margin-left:-12px; background-image:url('/asp/images/icon/icon_header_promotion03.png'); }
#header .promotionWrap li.promo04 a:after { width:24px; height:25px; margin-left:-12px; background-image:url('/asp/images/icon/icon_header_promotion04.png'); }

/** headerBottom **/
#header .headerBottom { position:relative; background-color:#404251; }
#header #navWrap .btnAllmenu { float:left; position:relative; width:121px; height:40px; line-height:40px; padding:0 15px 0 50px; font-family:"NSKR-DL"; font-size:14px; color:#fff; }
#header .btnAllmenu:before { content:''; position:absolute; top:14px; left:9px; width:20px; height:3px; background:#fff; box-shadow:0 3px #404251, 0 6px #fff, 0 9px #404251, 0 12px #fff; }
#header.active .btnAllmenu:before { width:17px; height:17px; background:url('/asp/images/btn/btn_allmenu_close.png') no-repeat 0 0; box-shadow:none; }

#header #navWrap { position:relative; width:1150px; height:40px; margin:0 auto; }
#header #navWrap:after { content:''; display:block; clear:both; }
#header #navWrap > ul > li { display:inline-block; position:relative; height:40px; line-height:40px; }
#header #navWrap > ul > li > a { display:block; height:100%; font-family:"NSKR-M"; font-size:14px; color:#fff; }

#header #navWrap .nav { float:left; }
#header #navWrap .nav li { padding:0 16px; }
#header #navWrap .nav li:before { content:''; position:absolute; top:50%; }
#header #navWrap .nav li.new:after { content:''; position:absolute; top:-6px; left:50%; width:28px; height:18px; margin-left:-14px; background:url('/asp/images/icon/icon_new.png') no-repeat 0 0; }
#header #navWrap .nav li:first-child { padding-left:21px; }
#header #navWrap .nav li:first-child:before { left:0; width:1px; height:14px; margin-top:-6px; background-color:#5d5e6b; }
#header #navWrap .nav li + li:before { left:-1.5px; width:3px; height:3px; margin-top:-1.5px; border-radius:100%; background-color:#626470; }

#header #navWrap .promotionMenu { float:right; font-size:0; }
#header #navWrap .promotionMenu li { width:115px; text-align:center; }
#header #navWrap .promotionMenu li + li { border-left:1px solid #404251; }
#header #navWrap .promotionMenu li a { background-color:#333545; }
#header #navWrap .promotionMenu li i { display:inline-block; position:relative; margin-right:8px; background-repeat:no-repeat; background-position:0 0; }
#header #navWrap .promotionMenu li.menu01 i { top:1px; width:12px; height:12px; background-image:url('/asp/images/icon/icon_new_small.png'); }
#header #navWrap .promotionMenu li.menu02 i { top:3px; width:26px; height:17px; background-image:url('/asp/images/icon/icon_coupon.png'); }

/* 전체메뉴 */
#header #allmenuWrap { display:none; overflow:hidden; position:absolute; top:40px; left:50%; z-index:100; width:1150px; margin-left:-575px; border:2px solid #404251; background-color:#fff; box-sizing:border-box; }
#header #allmenuWrap:after,
#header #allmenuWrap .menu:after { content:''; display:block; clear:both; }
#header #allmenuWrap .menu { float:left; width:917px; margin-top:-1px; }
#header #allmenuWrap .menu .dep1 { float:left; position:relative; width:25%; border-top:1px solid #e0e0e0; }
#header #allmenuWrap .menu .dep1:before { content:''; position:absolute; top:0; left:0; width:100%; height:100vh; border-right:1px solid #e0e0e0; }
#header #allmenuWrap .menu .dep1:nth-child(4n+1) { clear:both; }
#header #allmenuWrap .menu .dep1:last-child { border-bottom:0; }
#header #allmenuWrap .menu .dep1:last-child .sub { min-height:122px; }
#header #allmenuWrap .menu .dep1 > a { display:block; width:100%; height:41px; line-height:41px; padding:0 23px; font-family:"NSKR-M"; font-size:17px; color:#000; border-bottom:1px solid #e0e0e0; background-color:#f6f6f6; box-sizing:border-box; }
#header #allmenuWrap .menu .sub { padding:18px 0; }
#header #allmenuWrap .menu .sub li { position:relative; padding:6px 24px; }
#header #allmenuWrap .menu .sub li a { position:relative; font-size:14px; color:#000; }
#header #allmenuWrap .menu .sub li.new a:after { content:''; position:absolute; top:5px; right:-17px; width:12px; height:12px; background:url('/asp/images/icon/icon_new_small.png') no-repeat 0 0; }

#header #allmenuWrap .allmenu { float:left; width:229px; }
#header #allmenuWrap .allmenu > p { height:41px; line-height:41px; padding:0 20px; font-family:"NSKR-M"; font-size:17px; color:#fff; background-color:#006abc ; }
#header #allmenuWrap .allmenu ul li { position:relative; height:41px; line-height:41px; padding:0 20px; box-sizing:border-box; }
#header #allmenuWrap .allmenu ul li:after { content:''; position:absolute; top:50%; right:26px; width:0; height:0; margin-top:-4px; border-left:5px solid #000; border-top:4px solid transparent; border-bottom:4px solid transparent; }
#header #allmenuWrap .allmenu ul li + li { border-top:1px solid #e0e0e0; }
#header #allmenuWrap .allmenu ul li a { display:block; width:100%; height:100%; font-size:14px; color:#000; }


/** headerMarketingBn **/
#header #headerMarketingBn { overflow:hidden; position:absolute; top:-3px; right:-162px; width:136px; height:50px; }
#header #headerMarketingBn .slideWrap { padding-bottom:14px; }
#header #headerMarketingBn .slide a { display:block; width:100%; height:41px; }
#header #headerMarketingBn .slide img { width:100%; height:100%; }


/*** location ***/
#location { height:45px; line-height:45px; border-bottom:1px solid #e0e0e0; background-color:#f6f6f6; }
#location .inner { width:1150px; height:100%; margin:0 auto; text-align:right; }
#location ul { height:100%; font-size:0; }
#location ul li { display:inline-block; position:relative; height:100%; margin-left:12px; padding-left:16px; }
#location ul li + li:before { content:''; position:absolute; top:50%; left:0; width:5px; height:7px; margin-top:-4px; background:url('/asp/images/icon/icon_location_arrow.png') no-repeat 0 0; }
#location ul li a { display:block; font-size:12px; color:#888; }
#location ul li.current a { color:#000; }

/*** lnb ***/
#lnbWrap { float:left; width:220px; margin-right:30px; }
#lnbWrap .tit { margin-bottom:12px; font-family:"NSKR-M"; font-size:21px; text-indent:8px; }
#lnbWrap .lnb > li + li,
#lnbWrap .sub > ul li + li { margin-top:-1px; }
#lnbWrap ul li a { display:block; box-sizing:border-box; }

#lnbWrap .lnb > li > a { transition:background-image .3s; position:relative; padding:0 46px 0 26px; height:54px; line-height:54px; font-size:16px; color:#4a4a4a; border:1px solid #e0e0e0; }

#lnbWrap .lnb > li.hasSubDep > a { background:url('/asp/images/icon/icon_lnb_off.png') no-repeat top 50% right 19px; }

#lnbWrap .lnb > li.current > a { background-image:url('/asp/images/icon/icon_lnb_on.png'); }
#lnbWrap .lnb > li.current .sub { display:block; }

#lnbWrap .lnb .sub { margin-top:-1px; border:solid #e0e0e0; border-width:0 1px; background-color:#f8f8f8; }
#lnbWrap .lnb .sub .inner { padding:22px 12px; }
#lnbWrap .lnb .sub ul li a { height:42px; line-height:42px; padding:0 24px; font-size:13px; color:#888; border:solid #e0e0e0; border-width:1px 0; }
#lnbWrap .lnb .sub ul li a:hover { color:#006abc ; }
#lnbWrap .lnb .sub ul li a.active { color:#006abc ; }

#lnbWrap .detailSearch .airlineList { overflow-y:auto; height:205px; border-bottom:1px solid #e0e0e0; }
#lnbWrap .detailSearch .airlineList li { border-top:1px solid #e0e0e0; }
#lnbWrap .detailSearch .lnb .airlineList li a { line-height:initial; border:0; }
#lnbWrap .detailSearch .lnb .airlineList li p { display:table; height:100%; }
#lnbWrap .detailSearch .airlineList li i,
#lnbWrap .detailSearch .airlineList li span { display:table-cell; vertical-align:middle; }
#lnbWrap .detailSearch .airlineList li span { padding-left:5px; }

#lnbWrap .detailSearch .tit { margin-top:30px; }
#lnbWrap .detailSearch #calendar { margin:0 7px; }
#lnbWrap .detailSearch .searchWrap { padding:12px; background-color:#eee; border:solid #e0e0e0; border-width:0 1px 1px; }
#lnbWrap .detailSearch .inputArea { position:relative; }
#lnbWrap .detailSearch .inputArea input { width:100%; height:40px; line-height:40px; padding:0 42px 0 10px; border:1px solid #e0e0e0; background-color:#fff; box-sizing:border-box; }
#lnbWrap .detailSearch .inputArea .btnSearch { position:absolute; top:0; right:0; width:42px; height:100%; text-indent:-9999px; background:url('/asp/images/btn/btn_lnb_search.png') no-repeat 50% 50%; }

/*** subConWrap ***/
.subConWrap { float:left; position:relative; width:900px; }
.subConFullWrap { float:left; position:relative; width:1150px; }
/*** footer ***/
#footer { border-top:1px solid #e0e0e0; }
#footer .inner { position:relative; width:1150px; margin:0 auto; }
#footer .inner:after { content:''; display:block; clear:both; }

/** footerTop **/
#footer .contact { border-bottom:1px solid #e0e0e0; }
#footer .contact .inner { padding-left:138px; box-sizing:border-box; }
#footer .contact .logo { position:absolute; top:46px; left:0; width:106px; height:52px; text-indent:-9999px; background:url('/asp/images/common/logo_footer.png') no-repeat 0 0; }
#footer .contact .kakaoPlusFriends { float:left; width:502px; padding:30px 38px 30px 28px; border:solid #e0e0e0; border-width:0 1px; box-sizing:border-box; }
#footer .contact .kakaoPlusFriends ul { position:relative; }
#footer .contact .kakaoPlusFriends ul:after { content:''; position:absolute; top:0; left:50%; width:1px; height:77px; margin-left:-1px; border-left:1px dashed #e0e0e0; }
#footer .contact .kakaoPlusFriends ul li { display:table; float:left; padding:5px 0; font-family:"NSKR-M"; font-size:16px; }
#footer .contact .kakaoPlusFriends ul li:nth-child(2n) { float:right; padding-left:54px; }
#footer .contact .kakaoPlusFriends ul li:nth-child(2n+1) { clear:both; display:block; }
#footer .contact .kakaoPlusFriends ul li strong { margin-right:15px; vertical-align:middle; color:#333; }
#footer .contact .kakaoPlusFriends ul li a { vertical-align:middle; color:#888; }
#footer .contact .kakaoPlusFriends ul li .btnKakaoPlus { margin-left:8px; width:29px; height:28px; text-indent:-9999px; background:url('/asp/images/btn/btn_kakaoplus.png') no-repeat 0 0; background-size:100% 100%; }

#footer .contact .customer { float:left; width:510px; padding:32px 30px 32px 27px; font-size:0; border-right:1px solid #e0e0e0; box-sizing:border-box; }
#footer .contact .customer > p { margin-bottom:16px; font-family:"NSKR-M"; font-size:16px; color:#333; }
#footer .contact .customer > a { display:inline-block; font-family:"SHS-B"; font-size:40px; vertical-align:middle; color:#006abc ; }
#footer .contact .customer ul { display:inline-block; margin-left:14px; vertical-align:middle; }
#footer .contact .customer ul li { font-family:"NSKR-M"; font-size:15px; color:#888; }
#footer .contact .customer ul li + li { margin-top:5px; }

#footer .util { border-bottom:1px solid #e0e0e0; }
#footer .util ul { font-size:0; }
#footer .util ul li { display:inline-block; height:50px; line-height:50px; }
#footer .util ul li a { display:block; width:100%; height:100%; }

#footer .util .footerMenu { float:left; margin-left:164px; }
#footer .util .footerMenu li + li { margin-left:35px; }
#footer .util .footerMenu li a { font-family:"NSKR-M"; font-size:14px; color:#888; }
#footer .util .footerMenu li strong { color:#ff5400; }

#footer .util .social { float:right; }
#footer .util .social li a { width:25px; padding:0 10px; text-indent:-9999px; background-repeat:no-repeat; background-position:50% 50%; }
#footer .util .social li.instagram a { background-image:url('/asp/images/icon/icon_instagram.png'); }
#footer .util .social li.facebook a { background-image:url('/asp/images/icon/icon_facebook.png'); }
#footer .util .social li.blog a { background-image:url('/asp/images/icon/icon_blog.png'); }
#footer .util .social li.kakaoPlus a { background-image:url('/asp/images/icon/icon_kakaoplus.png'); }
#footer .util .social li.youtube a { background-image:url('/asp/images/icon/icon_youtube.png'); }

/** footerBottom **/
#footer .footerBottom { padding:39px 0 28px; background-color:#f6f6f6; }

#footer .info { margin:0 0 35px 164px; box-sizing:border-box; }
#footer .info:after { content:''; display:block; clear:both; }
#footer .info > p, #footer .info > ul { float:left; }
#footer .info > p { width:13.5%; padding-right:18px; font-family:"NSKR-B"; font-size:13px; line-height:21px; color:#888; box-sizing:border-box; }
#footer .info > ul { width:86.5%; font-size:0; margin-left:-14px; }
#footer .info > ul li { display:inline-block; margin-left:14px; font-family:"NSKR-M"; font-size:12px; line-height:21px; color:#888; }
#footer .info > ul li.copy { display:block; margin-top:23px; }

#footer .familyWrap > a { display:inline-block; margin-left:38px; vertical-align:middle; }
#footer .familyWrap > a:first-child { margin-left:0; }
#footer .familyWrap .familySite { float:right; position:relative; width:165px; }
#footer .familySite > button { width:100%; height:40px; padding:12px 28px 12px 14px; font-family:"NSKR-M"; font-size:14px; line-height:1; text-align:left; color:#888; border:1px solid #e2e2e2; background:#fff url('/asp/images/icon/bg_select_arrow.png') no-repeat right 9px center; background-size:10px 6px; box-sizing:border-box; }
#footer .familySite .inner { display:none; position:absolute !important; bottom:39px; left:0; z-index:20; width:100%; padding:18px 0; border:1px solid #e2e2e2; background-color:#fff; box-sizing:border-box; }
#footer .familySite .inner ul li + li { margin-top:18px; }
#footer .familySite .inner ul li a { display:block; text-align:center; }

/*** quickMenu ***/
#quickMenu.fixed{ position :fixed; top :0 !important;; right :0; }
#quickMenu .btnToggle { position:absolute; top:0; left:-25px; width:25px; height:42px; background:url('/asp/images/btn/btn_quick_toggle.png') no-repeat 0 0; }
#quickMenu .inner { /*display:none;*/ position:relative; width:120px; }
#quickMenu .btnTop { width:100%; height:35px; line-height:35px; font-family:"NSKR-B"; font-size:13px; color:#fff; background-color:#888; }
/* #quickMenu .btnTop span { position:relative; padding-right:20px; } */
/* #quickMenu .btnTop span:before { content:''; position:absolute; top:9px; right:0; width:0; height:0; border-bottom:4px solid #fff; border-left:4px solid transparent; border-right:4px solid transparent; } */

#quickMenu.on{ right :-120px;}
#quickMenu.on .btnToggle{ transform:rotate(180deg); border-right:1px solid #f0f0f0;}

#quickMenu .menu { border:1px solid #e0e0e0; box-sizing:border-box; }
#quickMenu .menu li { background-color:#fff; box-sizing:border-box; }
#quickMenu .menu li + li { border-top:1px solid #e0e0e0; }
#quickMenu .menu li > a { padding:0 18px; height:41px; font-size:13px; line-height:41px; letter-spacing:-1px; color:#333; }
#quickMenu .menu li > a span { color:#006abc ; }
#quickMenu .menu a { display:block; width:100%; }
#quickMenu li > p { display:inline-block; width:50%; font-size:0; box-sizing:border-box; }
#quickMenu li > p a { height:40px; background-repeat:no-repeat; background-position:50% 50%; }
#quickMenu li > p.gift a { background-image:url('/asp/images/icon/icon_gift.png'); background-size:22px 23px; }
#quickMenu li > p.coupon { margin-left:-4px; border-left:1px solid #e0e0e0; background-size:27px 17px; }
#quickMenu li > p.coupon a { background-image:url('/asp/images/icon/icon_coupon2.png'); }

#quickMenu li .slideWrap { height:235px; padding-bottom:28px; background-color:#f6f6f6; }
#quickMenu li .slide { padding:10px 20px 10px 10px; /* border-top:1px solid #e0e0e0; */ }
#quickMenu li .slide .item + .item { margin-top:15px; }
#quickMenu li .slide .img { width:100%; height:75px; }
#quickMenu li .slide .img img { width:100%; height:100%; }
#quickMenu li .slide .title { margin-top:5px; font-size:14px; width: 115px; white-space: nowrap; text-overflow: ellipsis;  overflow: hidden; position: relative;}
#quickMenu li .slide .price { margin-top:5px; font-size:14px; text-align:center; color:#f93345; }
#quickMenu li .slick-arrow { top:initial; bottom:12px; width:17px; height:17px; background-image:url('/asp/images/btn/btn_slide_arrow3.png'); }
#quickMenu li .slick-prev { left:43px; }
#quickMenu li .slick-next { right:43px; }

#quickMenu .bannerWrap { margin-top:16px; }
#quickMenu .bannerWrap a { display:block; }
#quickMenu .bannerWrap a + a { margin-top:11px; }


/***************************
	common
***************************/
body.freeze { overflow:hidden; }
.sectionInner { width:1150px; height:100%; margin:0 auto; box-sizing:border-box; }

/*** 정렬 ***/
.alignL { text-align:left !important; }
.alignC { text-align:center !important; }
.alignR { text-align:right !important; }

/*** text ***/
.dot { position:relative; padding-left:12px; }
.dot:before { content:''; position:absolute; top:9px; left:0; width:4px; height:4px; background-color:#006abc ; }

/** weight **/
.fMedium { font-family:"NSKR-M" !important; }
.fBold { font-family:"NSKR-B" !important; }

/** color **/
.pointColor { color:#f93345  !important; }
.fPurple { color:#854b9a !important; } /* 예약가능 */
.fRed { color:#cd3947 !important; } /* 출발확정 */
.fGreen { color:#328a55 !important; } /* 대기예약 */
.fBlue { color:#5064aa !important; } /* 집중모객 */
.fGray { color:#888 !important; } /* 예약마감 */

/* 예약상태 border */
.fPurple.bdr,
.fRed.bdr,
.fGreen.bdr,
.fBlue.bdr,
.fGray.bdr { display:inline-block; padding:5px; border-width:1px; border-style:solid; border-radius:7px; }

.fPurple.bdr { border-color:#854b9a; }
.fRed.bdr { border-color:#cd3947; }
.fGreen.bdr { border-color:#328a55; }
.fBlue.bdr { border-color:#5064aa; }
.fGray.bdr { border-color:#888; }

.infoTxt span { margin:0 6px; }
.infoTxt span:first-child { margin-left:0; }

/*** title ***/
.sectionTit { position:relative; font-family:"NSKR-M"; color:#333; }
.sectionTit.line:before { content:''; position:absolute; top:50%; left:0; width:100%; height:8px; margin-top:-4px; background:url('/asp/images/contents/bg_tit_pattern.png') repeat-x 0 0; }
.sectionTit.line span { position:relative; padding:0 14px; background-color:#fff; }
.sectionInner .sectionTit { font-size:32px; text-align:center; }

.subTitWrap { position:relative; margin:36px 0; padding-bottom:13px; border-bottom:2px solid #222; }
.subTitWrap .subTit { font-family:"NSKR-M"; font-size:29px; }
.subTitWrap .itemCount { position:absolute; bottom:10px; right:0; font-size:17px; color:#888; }
.subTitWrap .itemCount span { color:#000; }

.conTit { position:relative; padding-left:27px; font-family:"NSKR-M"; font-size:20px; }
.conTit:before { content:''; position:absolute; top:50%; left:0; width:15px; height:15px; margin-top:-7.5px; border:4px solid #006abc ; border-radius:100%; box-sizing:border-box; }

/*** button ***/
.bottomBtnWrap { margin-top:86px; text-align:center; }
.bottomBtnWrap button { min-width:155px; height:60px; line-height:60px; font-family:"NSKR-M"; font-size:20px; }
.bottomBtnWrap button + button { margin-left:16px; }

.mypage_res_btn_group{display: flex ; gap: 16px; justify-content: center;}

button > .icon img,
a > .icon img { margin-right:11px; vertical-align:middle; }


a[class^='btnBdr'],
button[class^='btnBdr'] { display:inline-block; height:29px; line-height:27px; padding:0 12px; font-size:13px; text-align:center; border-radius:2px; box-sizing:border-box; }

.btnFlat { display:inline-block; height:49px; line-height:49px; font-family:"NSKR-M"; font-size:16px; text-align:center; color:#fff; border-radius:2px; }
.btnFlat.bgOrange { background-color:#ff7000 ; }
.btnFlat.bgGray { background-color:#9b9b9b; }
.btnFlat.bgBlack { color:#fff; background-color:#222; }

.btnBdrGray { color:#000; border:1px solid #e2e2e2; }
.btnBdrOrange { color:#006abc ; border:1px solid #006abc ; }

.btnBdrGray.like { background:url('/asp/images/icon/icon_like.png') no-repeat 18px 50%; }
.btnBdrGray.like span { padding-left:28px; }
.btnBdrGray.likeOn {background-image: url('/asp/images/icon/icon_heart2.png');
}

.btnBdrGray.share { background:url('/asp/images/icon/icon_share.png') no-repeat 18px 50%; }
.btnBdrGray.share span { padding-left:26px; }

.btnBdrGray.print { background:url('/asp/images/icon/icon_print.png') no-repeat 18px 50%; }
.btnBdrGray.print span { padding-left:29px; color:#555; }

/*** form ***/
.inpTxt { height:38px; line-height:38px; padding:0 6px; font-size:14px; border:1px solid #e0e0e0; border-radius:2px; background-color:#fff; box-sizing:border-box; }
.inpTxt::-webkit-input-placeholder { color:#999; }
.inpTxt:-moz-placeholder { color:#999; }
.inpTxt::-moz-placeholder { color:#999; }
.inpTxt:placeholder-shown { color:#999; }

.textarea { overflow:auto; width:100%; padding:10px; border:1px solid #e0e0e0; background-color:#fff; box-sizing:border-box; }

.select { height:38px; line-height:38px; padding:0 30px 0 20px; font-size:14px; color:#999; border:1px solid #e0e0e0; border-radius:2px; box-sizing:border-box; background:#fff url('/asp/images/common/bg_select_arrow.png') no-repeat top 50% right 12px; }
.select.type1 { background-image:url('/asp/images/common/icon_select_arrow2.png'); }
.type_qna .select{padding: 0px 43px 0 20px;}

.inpChk + label { position:relative; padding-left:28px; font-size:15px; }
.inpChk + label:before { content:''; position:absolute; top:0; left:0; width:19px; height:19px; background:url('/asp/images/common/bg_check_unchecked.png') no-repeat 0 0; }
.inpChk:checked + label:before { background-image:url('/asp/images/common/bg_check_checked.png'); }

.inpRadio + label { position:relative; padding-left:27px; font-size:14px; line-height:20px; }
.inpRadio + label:before { content:''; position:absolute; top:0; left:0; width:20px; height:20px; background:url('/asp/images/common/bg_radio_unchecked.png') no-repeat 0 0; }
.inpRadio:checked + label:before { background-image:url('/asp/images/common/bg_radio_checked.png'); }

.radioWrap ul { text-align:center; }
.radioWrap ul:after { content:''; display:block; clear:both; }
.radioWrap ul li { float:left; position:relative; width:65px; height:40px; line-height:40px; font-size:14px; }
.radioWrap ul.itemSize2 li { width:50%; }
.radioWrap ul.itemSize3 li { width:33.33%; }
.radioWrap ul li + li { margin-left:-1px; }

.radioWrap label { display:inline-block; width:100%; color:#888; border:solid #e0e0e0; border-width:1px 0 1px 1px; background-color:#fff; }
.radioWrap input[type='radio']:checked + label { color:#000; }
.radioWrap input[type='radio']:checked + label:before { content:''; position:absolute; top:1px; left:0; z-index:1; width:100%; height:100%; border:1px solid #000; box-sizing:border-box; }
.radioWrap ul li:last-child label { border-right-width:1px; }

.radioWrap.rowWrap input { border-width:1px; }
.radioWrap.rowWrap ul.itemSize2 li:nth-child(2n) label { border-right-width:1px; }
.radioWrap.rowWrap ul.itemSize2 li:nth-child(2n) label:before { left:1px; }
.radioWrap.rowWrap ul.itemSize2 li:nth-child(2n+1) { margin-left:0; }

.optWrap { font-size:0; }
.optWrap span,
.optWrap label { display:inline-block; vertical-align:middle; }
.optWrap span{margin: 5px; margin-right: 20px;}
.optWrap span:nth-last-child(1){margin-right: 0px;}
.optWrap .inpChk + label { line-height:19px; }
.optWrap .inpRadio + label { line-height:20px; }
/* .optWrap span + span { margin-left:20px; } */

.fieldset { font-size:0; }
.inputWrap .unit { display:inline-block; vertical-align:middle; text-align:center; }

.formArea .inputWrap { font-size:0; }
.formArea .inputWrap .unit { height:40px; line-height:40px; font-size:18px; color:#888; }
.formArea .inputWrap .inpTxt { display:inline-block; }
.formArea .inputWrap.itemSize2 .unit { width:8.8%; }
.formArea .inputWrap.itemSize2 .inpTxt { width:45.6%; }

/*** 전화번호 ***/
.fieldset .phoneNumber .select,
.fieldset .phoneNumber .inpTxt { width:92px; }
.fieldset .phoneNumber .inpTxt { margin-left:12px; }

/*** 이메일 주소 ***/
.fieldset .email .inpTxt { width:92px; }
.fieldset .email .select { width:129px; margin-left:12px; }
.fieldset .email span { display:inline-block; margin:0 5px; font-size:15px; vertical-align:middle; color:#888; }

/*** 파일첨부 ***/
.attachWrap { overflow:hidden; position:relative; }
.attachWrap .btnAttach { position:absolute; top:0; right:0; width:45px; height:38px; text-indent:-9999px; vertical-align:middle; background:url('/asp/images/btn/btn_attach.png') no-repeat 0 0; cursor:pointer; }
.attachWrap .fileHidden { overflow:hidden; position:absolute; top:0; left:0; width:1px; height:1px; margin-left:-1px; padding:0; border:0; }

/*** table ***/
.tblWrap { position:relative; }
.tblWrap .tblTitWrap { position:relative; margin-bottom:14px; }
.tblWrap .tblTitWrap:after { content:''; display:block; clear:both; }

.tblWrap .tblTitWrap .left { float:left; }
.tblWrap .tblTitWrap .left .conTit { line-height:29px; }
.tblWrap .tblTitWrap .right { float:right; }
.tblWrap .tblTitWrap .txt { clear:both; position:absolute; bottom:0; right:0; font-family:"NSKR-M"; font-size:12px; color:#000; }
.tblWrap .tblTitWrap .txt span { vertical-align:middle; color:#006abc ; }
.tblWrap .tblTitWrap .optWrap { clear:both; position:absolute; bottom:0; right:0; }

.tblWrap .tblTitWrap .topBtnWrap button,
.tblWrap .tblTitWrap .topBtnWrap a { margin-left:2px; }
.tblWrap .tblTitWrap .topBtnWrap button:first-child,
.tblWrap .tblTitWrap .topBtnWrap a:first-child { margin-left:0; }

.tblWrap .tblGroup  + .tblGroup { margin-top:32px; }

.tblWrap .tblHeader { padding:10px; text-align:center; background-color:#404251; }
.tblWrap .tblHeader p { font-size:15px; color:#fff; }
.tblWrap .tblHeader + .typeCol { border-top:0; }

/* .tblWrap th .inpChk,
.tblWrap td .inpChk { position:static; width:19px; height:19px; background-image:url(/asp/images/common/bg_check_unchecked.png); background-repeat:no-repeat; background-position:0 0; }
.tblWrap th .inpChk:checked,
.tblWrap td .inpChk:checked { background-image:url(/asp/images/common/bg_check_checked.png); } */

.tblWrap table td.innerTbl { padding:0; border-bottom:0; }
.tblWrap table td.innerTbl .typeCol { border-top:0; }
.tblWrap table td.innerTbl .typeCol th,
.tblWrap table td.innerTbl .typeCol td { border-left:1px solid #e2e2e2; }
.tblWrap table td.innerTbl .typeCol th:first-child,
.tblWrap table td.innerTbl .typeCol td:first-child { border-left:0; }
.tblWrap table td.innerTbl .typeCol td { line-height:24px; }

.tblWrap .referTxt { margin:19px 0 0 16px; font-family:"NSKR-M"; font-size:13px; line-height:20px; text-indent:-16px; }
.tblWrap .referTxt + .referTxt { margin-top:4px; }
.tblWrap .referTxt span { padding-right:3px; color:#006abc ; }
.tblWrap .referTxt a { color:#006abc ; }

.tblWrap .necessary { font-family:"NSKR-M"; font-size:20px; vertical-align:middle; color:#e62b0e ; }

.tblWrap .paging { margin-top:30px; }

.tblWrap .typeCol { border-top:2px solid #333; }
.tblWrap .typeCol.type_faq { border-top:unset; }
.tblWrap .typeCol th,
.tblWrap .typeCol td,
.tblWrap .typeCol td a { color:#333; }
.tblWrap .typeCol td { height:45px; font-size:15px; line-height:20px; text-align:center; border-bottom:1px solid #e2e2e2; background-color:#fff; }
/* .tblWrap .typeCol td.alignL { padding-left:12px; } */
.tblWrap .typeCol td.txtOver { white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
.tblWrap .typeCol td.border { border: 1px solid #e2e2e2; }
.tblWrap .typeCol thead { border-bottom:1px solid #333; background-color:#f6f6f6; }
.tblWrap .typeCol thead th { height:50px; font-family:"NSKR-M"; font-weight:normal; font-size:16px; line-height:22px; text-align:center; border-top:1px solid #000; }
.tblWrap .typeCol thead th.bd_left {border-left: 1px solid #e2e2e2;}
.tblWrap .typeCol thead th.bd_right {border-right: 1px solid #e2e2e2;}
.tblWrap .typeCol thead th.bd_bottom {border-bottom: 1px solid #e2e2e2;}
.tblWrap .typeCol thead th.bd_bottom {border-top: 1px solid #e2e2e2;}
.tblWrap .typeCol tbody th { font-size:16px; font-weight:normal; line-height:22px; border-bottom:1px solid #e2e2e2; background-color:#f6f6f6; }

.tblWrap .typeCol.type1 thead th { height:45px; }
.tblWrap .typeCol.type1 td { padding:27px; line-height:26px; border-left:1px solid #000; }
.tblWrap .typeCol.type1 td:first-child { border-left:0; }

.tblWrap .typeCol.type2 thead { border-bottom:0; }
.tblWrap .typeCol.type2 thead th,
.tblWrap .typeCol.type2 td { border:solid #e2e2e2; border-width:0 0 1px 1px; }
.tblWrap .typeCol.type2 thead th:first-child,
.tblWrap .typeCol.type2 td:first-child { border-left:0;  }
.tblWrap .typeCol.type2 thead th { height:42px; }
.tblWrap .typeCol.type2 td { padding:8px 0; }

.tblWrap .typeRow { border-top:1px solid #333; }
.tblWrap .typeRow th,
.tblWrap .typeRow td { border-bottom:1px solid #e2e2e2; }
.tblWrap .typeRow th { font-family:"NSKR-M"; font-size:16px; font-weight:normal; background-color:#f6f6f6; }
.tblWrap .typeRow td { padding:13px 20px; font-size:15px; line-height: normal;}

.tblWrap .typeRow .timeTable { position:relative; }
.tblWrap .typeRow .timeTable .txtWrap .txt { display:inline-block; margin-right:8px; vertical-align:middle; }
.tblWrap .typeRow .timeTable ul { font-size:0;}
.tblWrap .typeRow .timeTable ul li { margin-bottom:8px; }
.tblWrap .typeRow .timeTable ul li:last-child { margin-bottom:0; }
.tblWrap .typeRow .timeTable ul li > * { display:inline-block; font-size:15px; vertical-align:middle; }
.tblWrap .typeRow .timeTable ul li.airline { margin-bottom:15px; }
.tblWrap .typeRow .timeTable ul li.airline span { margin-left:16px; }
.tblWrap .typeRow .timeTable ul li i { margin-right:15px; }
.tblWrap .typeRow .timeTable ul li i img { display:block; }
.tblWrap .typeRow .timeTable ul li span + span { margin-left:7px; }

.tblWrap.form .inputWrap { font-size:0; }
.tblWrap.form .typeCol td { padding:7px 4px !important; }
.tblWrap.form .typeCol td:first-child { padding-left:16px !important; }
.tblWrap.form .typeCol td:last-child { padding-right:16px !important; }
.tblWrap.form .typeCol td .inpTxt { width:100%; }
.tblWrap.form .typeRow td { padding:7px 20px !important; }
.tblWrap.form .typeRow .textarea { height:103px; }

.tblWrap .typeRow th.minh50 { height: 50px !important; }
.tblWrap .typeRow td.minh50 { height: 50px !important; }
.tblWrap .typeRow td.minh30 { height: 30px !important; }
.tblWrap .typeRow td.minh30 { height: 30px !important; }

.tblWrap #postCont img{object-fit: contain; width:100%; height:auto;}
.tblWrap #postCont.type_gallery img{object-fit: contain; width:100%!important; height:auto!important;}

.toggleTbl .viewTbl { border:5px solid #e2e2e2; }
.toggleTbl .viewTbl th { font-weight:normal; border-bottom:1px solid #e2e2e2; background-color:#f6f6f6; }
.toggleTbl .viewTbl td { color:#888; }
.toggleTbl .viewTbl td.contents { padding:20px 18px; }
.toggleTbl .viewTbl td.contents .txt { line-height:21px; text-align:left; color:#888; }
.toggleTbl .viewTbl td.contents .btnWrap { margin-top:20px; text-align:right; }
.toggleTbl .viewTbl td.contents .btnWrap button { width:77px; }
.toggleTbl .viewTbl .slideWrap { height:195px; margin:0 -18px 15px; padding:0 18px; }
.toggleTbl .viewTbl .slideWrap .slick-list { margin-left:-5px; }
.toggleTbl .viewTbl .slideWrap .slide { width:270px; height:195px; margin-left:5px; }
.toggleTbl .viewTbl .slideWrap .slide img { width:100%; height:100%; }

.toggleTbl .viewTbl .answerWrap { margin-top:23px; }
.toggleTbl .viewTbl .answerWrap .header { margin:0 -18px; padding:15px 23px; font-size:15px; text-align:left; color:#fff; background-color:#737373; }
.toggleTbl .viewTbl .answerWrap .conWrap { margin:0 -18px -20px; padding:20px 26px; background-color:#f6f6f6; }
.toggleTbl > table tbody tr:nth-child(even) { display:none; }

/** 출발일 보기 **/
.tblWrap .departure thead th { height:57px; }
.tblWrap .departure td { height:80px; font-size:14px; }
.tblWrap .departure td strong { font-family:"NSKR-M"; }
.tblWrap .departure td.date { line-height:22px; }
.tblWrap .departure td.date span { display:block; }
.tblWrap .departure td.airline p { margin-bottom:6px; }

/*** paging ***/
.paging { font-size:0; text-align:center; }
.paging a { display:inline-block; width:25px; height:25px; font-size:10px; line-height:2.2; margin-left:7px; font-size:10px; vertical-align:middle; text-align:center; color:#888; border:1px solid #e2e2e2; border-radius:3px; background-size:100%; box-sizing:border-box; }
.paging a.on { color:#006abc ; border-color:#006abc ; }
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last { border:0; }
.paging a.first,
.paging a.prev { background-repeat:no-repeat; background-position:0 0; }
.paging a.first { margin-left:0; }
.paging a.first,
.paging a.last { background-image:url('/asp/images/btn/btn_paging_first.png'); }
.paging a.prev,
.paging a.next { background-image:url('/asp/images/btn/btn_paging_prev.png'); }
.paging a.next,
.paging a.last { transform:rotate(-180deg); }

.pagingGoods { font-size:0; text-align:center; }
.pagingGoods a { display:inline-block; width:25px; height:25px; font-size:10px; line-height:2.2; margin-left:7px; font-size:10px; vertical-align:middle; text-align:center; color:#888; border:1px solid #e2e2e2; border-radius:3px; background-size:100%; box-sizing:border-box; }
.pagingGoods a.on { color:#006abc ; border-color:#006abc ; }
.pagingGoods a.first,
.pagingGoods a.prev,
.pagingGoods a.next,
.pagingGoods a.last { border:0; }
.pagingGoods a.first,
.pagingGoods a.prev { background-repeat:no-repeat; background-position:0 0; }
.pagingGoods a.first { margin-left:0; }
.pagingGoods a.first,
.pagingGoods a.last { background-image:url('/asp/images/btn/btn_paging_first.png'); }
.pagingGoods a.prev,
.pagingGoods a.next { background-image:url('/asp/images/btn/btn_paging_prev.png'); }
.pagingGoods a.next,
.pagingGoods a.last { transform:rotate(-180deg); }

/*** box ***/
.infoBox { display:table; width:100%; border:7px solid #eee; box-sizing:border-box; }
.infoBox .left,
.infoBox .right { display:table-cell; vertical-align:middle; }
.infoBox .left { width:138px; background-color:#f6f6f6; }
.infoBox .left p { font-family:"NSKR-M"; font-size:16px; line-height:22px; text-align:center; }
.infoBox .left span { color:#006abc ; }
.infoBox .right { position:relative; padding:29px 25px; }
.infoBox .txtWrap .txt { margin-bottom:5px; font-size:15px; }
.infoBox .txtWrap span { display:inline-block; font-size:15px; color:#006abc ; }

.borderBox { padding:17px 25px; border:7px solid #eee; box-sizing:border-box; }
.borderBox .txt { font-size:15px; line-height:22px; }
.borderBox + .tblWrap { margin-top:45px; }

.termsWrap .termBox { overflow-y:auto; padding:20px; border:7px solid #eee; background-color:#f6f6f6; box-sizing:border-box; }
.termsWrap .termBox.type2 { border-color:#eee; background-color:#fff; }
.termsWrap .termBox .txt { font-size:15px; line-height:22px; }
.termsWrap .termBox .txt { margin:24px 0; }
.termsWrap .termBox .txt:first-child { margin-top:0; }
.termsWrap .termBox .txt strong { font-family:"NSKR-B"; }
.termsWrap .termBox .numList li { font-size:15px; line-height:18px; color:#888; }
.termsWrap .verifyBox { margin-top:48px; padding:23px; background-color:#f6f6f6; }

/*** list ***/
.listWrap .listTit { margin-bottom:28px; padding:0 5px 28px; font-family:'NSKR-B'; font-size:30px; color:#A851CA; border-bottom:1px solid #eee; text-align: left; font-weight: 900}
.listWrap p {text-align: left;}
.listWrap .listDefault { padding:0 7px; }
.listWrap .listDefault li { font-size:16px; }
.listWrap .listDefault li .tit { font-family:"Montserrat-B", 'NSKR-B'; }
.listWrap .listDefault li .txt { margin-top:7px; line-height:30px; color:#666; }
.listWrap .listDefault li .txt span { color:#0082c8; }
.listWrap .listDefault li .txt .ast { display:block; margin-left:10px; text-indent:-10px; color:#666; }
.listWrap .listDefault li .txt .ast:before { content:'*'; }
.txtWrap{ font-size : 17px; color : #666; line-height: 35px;}
.txtWrap .txtList li{ margin-top : 0; }

.listWrap{ font-size : 16px; color: #666666; line-height: 30px;}
.listWrap br{ margin-top : 50px;}
.listWrap strong span{ color : #0082c8 !important; }
.listBox + .listBox {margin-top: 20px;}
.detailBox .informWrap .listBox {padding: 38px 33px 50px !important}


/** listTyDash **/
.listTyDash li { position:relative; padding-left:8px; font-size:13px; line-height:22px; color:#888; }
.listTyDash li:before { content:''; position:absolute; top:10px; left:0; width:4px; height:1px; background-color:#888; }

/** listTyDot **/
.listTyDot li { position:relative; padding-left:13px; font-size:15px; line-height:24px; }
.listTyDot li:before { content:''; position:absolute; top:9px; left:0; width:4px; height:4px; background-color:#006abc ; }
.listTyDot li span { color:#006abc ; }
.listTyDot li em { color:#888; }

/** 상품 리스트 **/
.prdtList:after { content:''; display:block; clear:both; }
.prdtList li { float:left; width:23.5%; margin-left:2%; box-sizing:border-box; }
.prdtList.itemSize3 li { width:33.33%; }
.prdtList li:first-child { margin-left:0 !important; }
.prdtList li:hover .imgWrap img { transform:scale(1.1); }
.prdtList li a { display:block; position:relative; }
.prdtList li:hover a:before { opacity:1; }
.prdtList li a:before { transition:all .3s; content:''; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; border:1px solid #006abc ; box-sizing:border-box; opacity:0; }


.prdtList .imgWrap { overflow:hidden; width:270px; height:200px; }
.prdtList .imgWrap img { transition:all .3s; width:100%; height:100%;object-fit: cover;object-position: 50% 50%;}
.prdtList .imgWrap.type02 img{object-fit: cover;object-position: 50% 50%;}
.prdtList .txtWrap { position:relative; min-height:210px; padding:14px 18px 24px; border:solid #e0e0e0; border-width:0 1px 1px; background-color:#fff; box-sizing:border-box; }
.prdtList .txtWrap:before { content:''; position:absolute; top:-14px; left:50%; width:0; height:0; margin-left:-14px; border-bottom:14px solid #fff; border-left:14px solid transparent; border-right:14px solid transparent;  }
.prdtList .txtWrap p { font-family:"NSKR-M"; }
.prdtList .txtWrap .tit { overflow:hidden; text-overflow:ellipsis; width:99%; margin-top:12px; font-size:18px; white-space:nowrap; letter-spacing:-1.5px; color:#000; }
.prdtList .txtWrap .txt,
.prdtList .txtWrap .date { margin-top:12px; font-size:13px; color:#888; }
.prdtList .txtWrap .date em { position:relative; padding-left:15px; }
.prdtList .txtWrap .date em:first-child { padding-left:0; }
.prdtList .txtWrap .date em + em:before { content:''; position:absolute; top:4px; left:6px; width:1px; height:12px; background-color:#888; }
.prdtList .txtWrap .txt { line-height:17px; }
.prdtList .txtWrap .price { margin-top:21px; font-size:15px; text-align:right; color:#006abc ; }
.prdtList .txtWrap .price span { font-family:"Gotham-M"; font-size:24px; letter-spacing:-1px; }
.prdtList .btnDeparture { width:100px; height:40px; line-height:38px; font-size:14px; text-align:center; border:1px solid #e0e0e0; background-color:#fff; }

.prdtList.vertical { margin-top:-26px; }
.prdtList.vertical li { width:49.1%; margin:26px 0 0 1.8%; }
.prdtList.vertical li:nth-child(2n+1) { margin-left:0; }
.prdtList.vertical li a:after { content:''; display:block; clear:both; }
.prdtList.vertical li .imgWrap,
.prdtList.vertical li .txtWrap { float:left; }
.prdtList.vertical li .txtWrap { width:293px; min-height:200px; padding:15px 19px 0; border-width:1px 1px 1px 0; }
.prdtList.vertical li .txtWrap:before { top:50%; left:-7px; transform:rotate(-90deg); }
.prdtList.vertical li .txtWrap .price { text-align:left; }

.prdtList.full li { float:none; position:relative; width:100%; margin-left:0; padding:0; }
.prdtList.full li:after { content:''; display:block; clear:both; }
.prdtList.full li + li { margin-top:14px; }
.prdtList.full li a { display:inline-block; }
.prdtList.full li .imgWrap { float:left; width:210px; height:150px; }
.prdtList.full li .txtWrap { float:left; width:690px; min-height:150px; padding:12px 257px 12px 30px; border-width:1px 1px 1px 0; }
.prdtList.full li .txtWrap:before { left:-7px; top:50%; transform:rotate(-90deg); }
.prdtList.full li .txtWrap .txt { width:340px; min-height:33px; }
.prdtList.full li .txtWrap .price { position:absolute; top:50%; right:130px; margin-top:0; transform:translateY(-50%); }
.prdtList.full li .btnDeparture { position:absolute; top:50%; right:19px; z-index:1; margin-top:-20px; }

/** iconList **/
.iconList > li:after { content:''; display:block; clear:both; }
.iconList > li .left { float:left; }
.iconList > li .left strong { display:block; margin-top:4px; font-family:"NSKR-M"; font-size:13px; text-align:center; color:#006abc ; }
.iconList > li .right { float:left; text-align:left; }

/** 리스트 타입보기 **/
.viewListWrap .typeAlbum .prdtList { margin-top:-15px; }
.viewListWrap .typeAlbum .prdtList li { position:relative; width:32%; margin:25px 0 0 2%; border:1px solid #e0e0e0; box-sizing:border-box; }
.viewListWrap .typeAlbum .prdtList li:nth-child(3n+1) { clear:both; margin-left:0; }
.viewListWrap .typeAlbum .prdtList .imgWrap { width:100%; height:199px; }
.viewListWrap .typeAlbum .prdtList .txtWrap { border:0; }
.viewListWrap .typeAlbum .prdtList .txtWrap .price { text-align:left; }
.viewListWrap .typeAlbum .prdtList .btnDeparture { position:absolute; bottom:13px; right:13px; z-index:5; }

/** linkList **/
.linkList { border-left:1px solid #e0e0e0; }
.linkList:after { content:''; display:block; clear:both; }
.linkList li { float:left; height:54px; line-height:54px; margin-top:-1px; text-align:center; border:solid #e0e0e0; border-width:1px 1px 1px 0; background-color:#fbfbfb; box-sizing:border-box; }
.linkList li a { display:block; font-size:19px; color:#888; }
.linkList li.current { background-color:#f4f5f7; }
.linkList li.current a { color:#333; }

.linkList.itemSize5 li { width:20%; }
.linkList.itemSize5 li:nth-child(5n+1) { clear:both; }

/** processList **/
.processList:after { content:''; display:block; clear:both; }
.processList ul li { float:left; position:relative; text-align:center; }
.processList ul li + li { padding-left:32px; }
.processList ul li + li:before { content:''; position:absolute; top:64px; left:11px; width:11px; height:21px; background:url('/asp/images/icon/icon_processlist_arrow.png') no-repeat 0 0; }
.processList ul li .state { display:table; width:149px; height:149px; border-radius:100%; background-color:#f8f8f8; background-repeat:no-repeat; box-sizing:border-box; }
.processList ul li .state p { display:table-cell; position:relative; font-size:17px; vertical-align:middle; }
/*.processList ul li .state p:before,
.processList ul li .state p:after { content:''; position:absolute; }
.processList ul li .state p:after { top:50%; left:50%; width:68px; height:76px; margin:-34px 0 0 -34px; }*/
.processList ul li.current .state { background-color:#fff6e1; }
.processList ul li .txt { margin-top:13px;  }
.processList ul li .txt strong { display:table; width:100%; min-height:43px; font-family:"NSKR-DL"; font-size:14px; line-height:18px; text-align:center; color:#333; }
.processList ul li .txt strong span { display:table-cell; vertical-align:middle; }
.processList ul li .txt > span { display:block; margin-top:10px; padding-top:10px; font-family:"NSKR-M"; font-size:14px; color:#888; border-top:1px dashed #e0e0e0; box-sizing:border-box; }
.processList ul li .txt > span em { color:#006abc ; }

/** 정렬 **/
.sortingList { font-size:0; }
.sortingList li { display:inline-block; position:relative; }
.sortingList li + li { margin-left:11px; padding-left:11px; }
.sortingList li + li:before { content:''; position:absolute; top:6px; left:0; width:1px; height:10px; background-color:#ccc; }
.sortingList li button { font-size:14px; color:#888; }
.sortingList li.current button { color:#000; }

/*** viewType - 리스트보기 ***/
.viewType { font-size:0; }
.viewType button { display:inline-block; width:40px; height:40px; text-indent:-9999px; border:1px solid #e0e0e0; box-sizing:border-box; background-repeat:no-repeat; background-position:50% 50%; }
.viewType button + button { margin-left:-1px; }
.viewType .btnList { background-image:url('/asp/images/icon/icon_list_off.png'); }
.viewType .btnList.current { background-image:url('/asp/images/icon/icon_list_on.png'); }
.viewType .btnAlbum { background-image:url('/asp/images/icon/icon_album_off.png'); }
.viewType .btnAlbum.current { background-image:url('/asp/images/icon/icon_album_on.png'); }

/*** itemBox ***/
.itemBox { position:relative; border:1px solid #e2e2e2; }
.itemBox .boxHeader { position:relative; padding:14px 24px; border-bottom:1px solid #e2e2e2; background-color:#f6f6f6; }
.itemBox .boxHeader p { font-family:"NSKR-M"; font-size:18px; }
.itemBox .boxHeader p span { color:#888; }
.itemBox .boxHeader .right { position:absolute; right:15px; top:50%; transform:translateY(-50%); }
.itemBox .boxHeader .right .location { font-family:"NSKR-M"; font-size:13px; color:#888; }
.itemBox .boxHeader .btnToggle { height:29px; line-height:29px; padding:0 15px; font-size:14px; }

.itemBox .conWrap  { overflow:hidden; padding:28px 30px 34px; box-sizing:border-box; }
.itemBox .label { display:table; position:absolute; top:0; left:0; width:55px; height:55px; text-align:center; }
.itemBox .label span { display:table-cell; font-size:13px; line-height:15px; vertical-align:middle; color:#fff; }
.itemBox .info { margin-top:10px; padding:17px 25px; font-family:"NSKR-M"; font-size:15px; line-height:21px; color:#333; background-color:#f3efeb; }


/*** classify ***/
.classify { font-size:0; }
.classify span { display:inline-block; text-align:center; box-sizing:border-box; }
.classify span + span { margin-left:4px; }

.classify .type01 { min-width:50px; height:22px; line-height:22px; padding:0 10px; font-family:"NSKR-M"; font-size:11px; letter-spacing:-0.5px; color:#fff; }
.classify .type02 { height:22px; line-height:20px; padding:0 8px; font-size:13px; color:#006abc ; border:1px solid #006abc ; border-radius:2px; }

.classify .bgGreen { background-color:#147e7a; } /* 노쇼핑 */
.classify .bgBlue { background-color:#596398; } /* 노팁 */
.classify .bgPink { background-color:#cd7da4; } /* 노옵션 */
.classify .bgCyan { background-color:#548ba9; } /* 얼리버드 */
.classify .bgRed { background-color:#c35562; } /* 추가혜택 */
.classify .bgPurple { background-color:#8a5e99; } /* 긴급모객 */

/*** roundLabel ***/
.roundLabel { display:inline-block; height:29px; line-height:29px; padding:0 12px; font-family:"NSKR-B"; font-size:15px; text-align:center; color:#fff; border-radius:14px; }

.roundLabel.bgBlue { background-color:#43509f; }
.roundLabel.bgYellow { background-color:#bc7026; }
.roundLabel.bgRed { background-color:#be2d2d; }

/*** tag ***/
.tagWrap { margin-left:-7px; font-size:0; }
.tagWrap .tag { display:inline-block; height:23px; line-height:23px; margin:5px 0 0 7px; padding:0 9px; font-size:12px; text-align:center; color:#616161; border-radius:3px; background-color:#f6f6f6; }

/*** 범례 ***/
.legend { font-size:0; }
.legend span { display:inline-block; position:relative; padding-left:19px; font-family:"NSKR-M"; font-size:13px; }
.legend span + span { margin-left:15px; }
.legend span:before { content:''; position:absolute; top:0; left:0; width:14px; height:14px; border-radius:100%; }
.legend .confirm:before { background-color:#cd1422; } /* 출발확정 */
.legend .possible:before { background-color:#05954e; } /* 예약가능 */
.legend .waiting:before { background-color:#c9151e; } /* 대기예약 */
.legend .end:before { background-color:#6f6f6f; } /* 예약마감 */
.legend .concentration:before { background-color:#5064aa; } /* 집중모객 */

/*** 달력 ***/
/*** 달력 ***/
.calendarWrap .calendarArea:after { content:''; display:block; clear:both; }
.calendarWrap .calendarArea > div[class*='Month'] { float:left; width:31.52%; /* height:280px; */ margin-left:2.72%; border:1px solid #e2e2e2; box-sizing:border-box; }
.calendarWrap .calendarArea > div[class*='Month']:first-child { margin-left:0; }
.calendarWrap .legend { margin:21px 0 0 21px; }

.calendarWrap a.confirm { color:#fff !important; background-color:#cd1422; } /* 출발확정 */
.calendarWrap a.possible { color:#fff !important; background-color:#05954e; } /* 예약가능 */
.calendarWrap a.waiting { color:#fff !important; background-color:#c9151e; } /* 대기예약 */
.calendarWrap a.end { color:#fff !important; background-color:#6f6f6f; } /* 예약마감 */
.calendarWrap a.concentration { color:#fff; background-color:#5064aa; } /* 집중모객 */

.calendarWrap .calHeader { position:relative; text-align:center; }
.calendarWrap .calHeader button { position:absolute; top:50%; width:35px; height:35px; margin-top:-17.5px; text-indent:-9999px; background:url('/asp/images/btn/btn_calendar.png') no-repeat 0 0; }
.calendarWrap .calHeader .btnNextMonth { transform:rotate(-180deg); }
.calendarWrap table td a { display:block; width:25px; height:25px; line-height:25px; margin:0 auto; color:#888; border-radius:100%; }

.inlineCal .calHeader { height:48px; line-height:48px; border-bottom:1px solid #e2e2e2; background-color:#f8f8f8; }
.inlineCal .calHeader .tit { font-size:22px; font-family:"NSKR-B"; color:#888; }
.inlineCal .calHeader button { position:absolute; top:50%; width:35px; height:35px; margin-top:-17.5px; text-indent:-9999px; background:url('/asp/images/btn/btn_calendar.png') no-repeat 0 0; }
.inlineCal .calHeader .btnPrevMonth { left:7px; }
.inlineCal .calHeader .btnNextMonth { right:7px; }

.inlineCal table { margin-top:6px; border-spacing:11px 21px }
.inlineCal table th,
.inlineCal table td { width:44px; height:44px; font-family:"NSKR-M"; font-size:13px; text-align:center; color:#888; vertical-align: initial;}
.inlineCal table td a { display:block; width:25px; height:25px; line-height:25px; margin:0 auto; color:#888; border-radius:100%; }

.oneLineCal .calHeader { margin-bottom:23px; }
.oneLineCal .calHeader .tit { display:inline-block; position:relative; padding:0 14px; font-size:26px; letter-spacing:-2px; }
.oneLineCal .calHeader .btnPrevMonth { left:-46px; }
.oneLineCal .calHeader .btnNextMonth { right:-46px; }

.oneLineCal table th,
.oneLineCal table td { height:36px; font-family:"NSKR-M"; font-size:12px; text-align:center; box-sizing:border-box; }
.oneLineCal table thead th { font-weight:normal; color:#fff; border:1px solid #666; background-color:#737373; }
.oneLineCal table thead .sat { background-color:#7e8eae; background-color:#7e8eae; }
.oneLineCal table thead .sun { background-color:#d35f5f; background-color:#d35f5f; }
.oneLineCal table td { border:solid #e0e0e0; border-width:0 1px 1px;  background-color:#f1f1f1; }
.oneLineCal table td a { width:22px; height:22px; line-height:22px; }


/*** slick slider ***/
.slick-slider { display:block; overflow:hidden; position:relative; height:100%; box-sizing:border-box; }
.slick-list { display:block; height:100%; overflow:hidden; position:relative; }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); }
.slick-track { display:block; position:relative; top:0; left:0; height:100%; }
.slick-track:before,
.slick-track:after { content:''; display:table; }
.slick-track:after { clear:both; }
.slick-slide { overflow:hidden; float:left; position:relative; height:100%; min-height:1px; background-repeat:no-repeat; background-position:0 0; }
.slick-slide img { display:block; }

.slick-arrow { transition:background .2s; position:absolute; top:50%; z-index:1; font-size:0; width:60px; height:60px; margin-top:-30px; background:url('/asp/images/btn/btn_slide_arrow.png') no-repeat 0 0; }
.slick-arrow.slick-prev { left:0; }
.slick-arrow.slick-next { right:0; transform:rotate(-180deg); }

.slick-dots { position:absolute; right:0; width:100%; text-align:right; }
.slick-dots li { display:inline-block; margin-left:6px; }
.slick-dots li:first-child { margin-left:0; }
.slick-dots li button { width:6px; height:6px; font-size:0; border-radius:100%; background:#b7b7b7; }
.slick-dots li.slick-active button { background-color:#333; }

.slick-counter { font-size:18px; text-align:center; letter-spacing:1px; color:#fff; }
.slick-counter .current { display:inline-block; min-width:12px; }

/*** tab ***/
.tabWrap .tab:after { content:''; display:block; clear:both; }
.tabWrap .tab li { float:left; box-sizing:border-box; }
.tabWrap .tab li a { display:block; position:relative; width:100%; text-align:center; }
.tabWrap .tabViewWrap .tabView { display:none; }

.tabWrap .tab.itemSize2 li { width:50%; }
.tabWrap .tab.itemSize3 li { width:33.33%; }
.tabWrap .tab.itemSize5 li { width:20%; }
.tabWrap .tab.itemSize6 li { width:16.66%; }

/** tab type01 **/
.tabWrap .tab.type01 { overflow:hidden; position:relative; height:61px; }
.tabWrap .tab.type01:after { content:''; width:100%; height:1px; position:absolute; bottom:0; left:-1px; background:#000; }
.tabWrap .tab.type01 li { float:left; position:relative; border:solid #e0e0e0; border-width:1px 1px 0 1px; background-color:#fbfbfb; }
.tabWrap .tab.type01 li a { display:block; height:60px; line-height:60px; font-size:18px; text-align:center; color:#888; }
.tabWrap .tab.type01 li.on { border-color:#000; border-width:1px 1px 0 1px; background-color:#fff; }
.tabWrap .tab.type01 li.on:after { content:''; position:absolute; bottom:0; left:0; z-index:1; width:100%; height:1px; background-color:#fff; }
.tabWrap .tab.type01 li + li { border-left-width:0; }
.tabWrap .tab.type01 li.on + li { border-left-width:1px; }
.tabWrap .tab.type01 li.on a { color:#000; }

/** tab type02 **/
.tabWrap .tab.type02 li { position:relative; margin:0 10px; padding:0 12px; }
.tabWrap .tab.type02 li:first-child { margin-left:0; }
.tabWrap .tab.type02 li + li:before { content:''; position:absolute; top:2px; left:-10px; width:1px; height:14px; background-color:#e0e0e0; }
.tabWrap .tab.type02 li a { padding-bottom:14px; font-size:16px; color:#666; }
.tabWrap .tab.type02 li.on:after { content:''; position:absolute; bottom:0; left:0; width:100%; height:3px; background-color:#006abc ; }
.tabWrap .tab.type02 li.on a { color:#006abc ; }

/** tab type03 **/
.tabWrap .tab.type03 li a { transition:all .2s; width:23px; height:23px; line-height:23px; font-family:"Gotham-M"; font-size:14px; color:#8c8cc9; border-radius:100%; }
.tabWrap .tab.type03 li.on a { color:#fff; background-color:#000; }

/** tab type04 **/
.tabWrap .tab.type04 li { position:relative; width:100%; height:45px; line-height:45px; border-bottom:1px solid #e0e0e0; }
.tabWrap .tab.type04 li:before { content:''; position:absolute; top:50%; right:7px; width:0; height:0; margin-top:-4px; border-left:4px solid #333; border-top:4px solid transparent; border-bottom:4px solid transparent; }
.tabWrap .tab.type04 li a { text-align:left; color:#333; }

/** tab type05 **/
.tabWrap .tab.type05 li {  }
.tabWrap .tab.type05 li a { height:50px; line-height:50px; font-size:16px; color:#888; border:1px solid #e0e0e0; background-color:#fbfbfb; }
.tabWrap .tab.type05 li.on a { font-family:"NSKR-M"; color:#fff; border-color:#737373; background-color:#737373; }

/*** layer popup ***/
.dim { display:none; position:fixed; top:0; left:0; z-index:2100; width:100%; height:100%; background-color:rgba(0, 0, 0, .58); }

.layerPop { display:none; position:fixed; z-index:3000; max-height:900px; background-color:#fff; }
.layerPop > .inner { position:relative;}
.layerPop .popHead { position:relative; padding:20px 70px 20px 29px; background-color:#222; }
.layerPop .popHead.bgOrange { color:#fff; background-color:#006abc ; }
.layerPop .popHead .layerTit { font-size:25px; color:#fff; }
.layerPop .popBody { overflow-y:auto; overflow-x:hidden; max-height:735px; }
.layerPop .layerCon { background-color:#fff; }
.layerPop .layerCon .layerSubTit { font-size:25px; }
.layerPop .btnWrap { text-align:center; }
.layerPop .btnLayerClose { position:absolute; top:17px; right:20px; width:31px; height:31px; text-indent:-9999px; background:url('/asp/images/btn/btn_layer_close.png') no-repeat 0 0; }

.layerSize01 { width:1200px; }
.layerSize02 { width:635px; }
.layerSize03 { width:850px; }
.layerSize04 { width:800px; }

.layerPop .tblTitWrap .conTit { padding-left:9px; font-size:18px; }
.layerPop .tblTitWrap .conTit:before { content:none; }

/* 1212 add */
#topBannerWrap.topBannerWrap2 { width:100%; height:81px;
	background:-ms-linear-gradient(to right, #f2e5db 0, #f2e5db 50%, #fad425 50%, #fad425 100%); /* ie10+ */
	background:linear-gradient(to right, #f2e5db 0, #f2e5db 50%, #fad425 50%, #fad425 100%); /* w3c */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2e5db', endColorstr='#fad425',GradientType=1 ); /* ie6-9 */
}
#header.header_new #gateway .util {border-left:1px solid #e5e5e5;}
#header.header_new #gateway .util li {margin:0; padding:0 ;border-right:1px solid #e5e5e5;}
#header.header_new #gateway .util li:after {display: none}
#header.header_new #gateway .util li a {width:auto; height:auto;font-size: 14px; padding:0 10px}
#header.header_new #gateway .util li:last-child a {background: #555; color:#fff;}
#header.header_new #gateway .menu li, #header.header_new #gateway li a {width:auto}
#header.header_new #gateway .menu li.current img {vertical-align:-2px}
#header.header_new #gateway .menu a {padding:0 16px; font-size: 12px; line-height:35px; color:#b2b2b2; background:#f6f6f6}
#header.header_new #gateway .menu a img {vertical-align: middle}
#header.header_new .logo a {width:125px; height:57px; background:url() no-repeat 0 0}
#header.header_new .inputArea {width:440px; padding:0 0 0 81px; border:2px solid #bd1c21; box-sizing: border-box;}
#header.header_new .inputArea input {width:316px; height:36px; border:none}
#header.header_new .inputArea select {position: absolute; top:0; left: 0; width:81px; height:36px; font-size:14px; line-height:36px; border-top-color:#fff; border-bottom-color:#fff}
#header.header_new .searchWrap .inputArea  .btnSearch {position: absolute; top:-2px; right:-2px; background-color:#bd1c21}
#header.header_new .searchWrap {margin:0 0 0 341px;}

/* #header.header_new #headerMarketingBn { overflow:hidden; position:absolute; top:-7px; right:0; width:333px; height:57px; }
#header.header_new #headerMarketingBn .slideWrap { padding-bottom:0; }
#header.header_new #headerMarketingBn .slide a { display:block; width:100%; height:57px; }
#header.header_new #headerMarketingBn .slide img { width:100%; height:100%; }
#header.header_new #headerMarketingBn .slick-prev {  width:15px; height:19px; margin-top:-9px; background:url(/asp/images/main_new/bt_left.png) no-repeat 0 0 }
#header.header_new #headerMarketingBn .slick-next {  width:15px; height:19px; margin-top:-9px; transform: rotate(0); background:url(/asp/images/main_new/bt_right.png) no-repeat right 0 }
 */
#header.header_new .headerBottom {background:#19439a}
#header.header_new #navWrap .nav li { flex: 1 1 0px; z-index: 2;}
#header.header_new #navWrap .nav > li > a {padding:0; font-size:15px; color:#fff; text-align: center}
/*#header.header_new #navWrap .nav > li > a.on, #header.header_new #navWrap .nav > li > a:hover {background:#c9151e}*/
#header.header_new #navWrap .nav > li + li:before,
#header.header_new #navWrap .nav > li *:before  {display: none}
#header.header_new #navWrap .nav > li .depth2 {display:none;}
#header.header_new #navWrap .nav > li .depth2.on {display:block;position: absolute; top:40px; left:0; width:100%;z-index:1; background:#fff}
#header.header_new #navWrap .nav > li .depth2 li {margin-top:-1px; padding:0;}
#header.header_new #navWrap .nav > li .depth2 li:first-child {margin-top:0; padding:0;}
#header.header_new #navWrap .nav > li .depth2 a {display:block; padding:0 0 0 15px; font-size:15px; line-height: 38px; color:#666; border:1px solid #ddd}
#header.header_new #navWrap .nav > li .depth2 a.on,
#header.header_new #navWrap .nav > li .depth2 a:hover {display:block; padding:0 0 0 15px; font-size:15px; line-height: 38px; color:#c9151e;}
#header input,#header select {vertical-align: middle;height: 32px; padding:0 20px 0 10px; font-size:12px; line-height:32px; color:#bbbbbb; box-sizing: border-box; border: 1px solid #ccc;}
#header select::-ms-expand { display: none; }
/* #header select {position:relative;	-webkit-appearance: none;-moz-appearance: none;	-ms-appearance: none;	appearance: none; background:url("/asp/images/main_new/arrow01.png") no-repeat 94% center;} */
#header select * {font-size:12px; line-height:32px;  color:#bbbbbb; background: #fff}

.container_new {margin:36px 0 0}

#footer.footer_new .util {height: 41px; text-align: center; font-size:12px; line-height: 41px;color:#fff;background:#7a7a7a }
#footer.footer_new .util a {margin:0 10px; font-size:12px; line-height: 41px;color:#fff;font-family: "NSKR-R", 돋움, Dotum, sans-serif;}
#footer.footer_new .util strong {color:#ff0008}
#footer.footer_new .footerBottom {padding: 23px 0;}
#footer.footer_new .footerBottom .inner {padding:0 0 0 144px; box-sizing: border-box;}
#footer.footer_new h2 {position: absolute; top:0; left: 0;}
#footer.footer_new p {font-size:12px; line-height:18px; color:#666}
#footer.footer_new p.copy {margin:20px 0 0; color:#909090}

.tblWrap .typeCol.type2_2 td { padding:0; }
.tblWrap .typeCol.type3 td:last-child {text-align: right; color:rgb(255, 0, 0); }

.new_ver .tblWrap .typeCol.type1_2 td {border-bottom:2px solid #333}
.btnFlat.bgblue { background-color:#006abc;}
.btnFlat.type_consult{background-color:#fe6100;}

.btnBdrblue { color:#19439a; border:1px solid #006abc ; }
.mt20 {margin-top:20px;}
.mt50 {margin-top:50px;}
.cr01 {color: #006abc  !important;}
.cr02 {color: #008d9b !important;}
.cr03 {font-size: 17px !important; color:#bd1c21 !important;}
.cr04 {color:#bd1c21 !important;}
.cr05 {color:#cd4b17 !important;}


/*201226추가*/
#searchLnbWrap{ float:left;width:220px;margin-right:30px ;}
#searchLnbWrap .tit{ margin-bottom:12px;font-family:NSKR-M;font-size:21px;text-indent:8px ;}
#lnbWrap .sub>ul li+li,#searchLnbWrap .lnb>li+li{ margin-top:-1px ;}
#searchLnbWrap .sub>ul li.active{ background:#19439a;color:#000 ;}
#searchLnbWrap ul li a{ display:block;box-sizing:border-box ;}
#searchLnbWrap .lnb>li>a{ transition:background-image .3s;position:relative;padding:0 46px 0 26px;height:54px;line-height:54px;font-size:16px;color:#4a4a4a;border:1px solid #e0e0e0 ;}
#searchLnbWrap .lnb>li.hasSubDep>a{ background:url(/asp/images/icon/icon_lnb_on.png) no-repeat top 50% right 19px ;}
#searchLnbWrap .lnb>li.current>a{ background-image:url(/asp/images/icon/icon_lnb_off.png) ;}
#searchLnbWrap .lnb>li.current .sub{ display:none ;}
#searchLnbWrap .lnb .sub{ display:block;margin-top:-1px;border:solid #e0e0e0;border-width:0 1px;background-color:#f8f8f8 ;}
#searchLnbWrap .lnb .sub .inner{ padding:22px 12px ;}
#searchLnbWrap .lnb .sub ul li a{ height:42px;line-height:42px;padding:0 24px;font-size:13px;color:#888;border:solid #e0e0e0;border-width:1px 0 ;}
#searchLnbWrap .lnb .sub ul li a:hover{ color:#19439a ;}
#searchLnbWrap .lnb .sub ul li a.active{ color:#fff ;}
#searchLnbWrap .lnb .sub ul.itemSize2 li a.btn50{ display:block;color:#555;font-size:13px;padding:0 10px 0 10px;min-width:50px;height:40px;line-height:38px;text-align:center;font-weight:600;text-decoration:none;background:#fff;border:1px solid #acacac;box-sizing:content-box ;}
#searchLnbWrap .lnb .sub ul.itemSize2 li a.active{ background:#19439a;color:#fff ;}
#searchLnbWrap .lnb .sub ul.itemSize3 li a.btn30{ display:block;color:#555;font-size:13px;padding:0 10px 0 10px;width:43px;height:40px;line-height:38px;text-align:center;font-weight:600;text-decoration:none;background:#fff;border:1px solid #acacac;box-sizing:content-box ;}
#searchLnbWrap .lnb .sub ul.itemSize3 li a.active{ background:#19439a;color:#fff ;}
#searchLnbWrap .detailSearch .airlineList{ overflow-y:auto;height:205px;border-bottom:1px solid #e0e0e0 ;}
#searchLnbWrap .detailSearch .airlineList li{ border-top:1px solid #e0e0e0 ;}
#searchLnbWrap .detailSearch .lnb .airlineList li a{ line-height:initial;border:0 ;}
#searchLnbWrap .detailSearch .lnb .airlineList li p{ display:table;height:100% ;}
#lnbWrap .detailSearch .airlineList li span,#searchLnbWrap .detailSearch .airlineList li i{ display:table-cell;vertical-align:middle ;}
#searchLnbWrap .detailSearch .airlineList li span{ padding-left:5px ;}
#searchLnbWrap .detailSearch .tit{ margin-top:30px ;}
#searchLnbWrap .detailSearch #calendar{ margin:0 7px ;}
#searchLnbWrap .detailSearch .searchWrap{ padding:12px;background-color:#eee;border:solid #e0e0e0;border-width:0 1px 1px ;}
#searchLnbWrap .detailSearch .inputArea{ position:relative ;}
#searchLnbWrap .detailSearch .inputArea input{ width:100%;height:40px;line-height:40px;padding:0 42px 0 10px;border:1px solid #e0e0e0;background-color:#fff;box-sizing:border-box ;}
#searchLnbWrap .detailSearch .inputArea .btnSearch{ position:absolute;top:0;right:0;width:42px;height:100%;text-indent:-9999px;background:url(/asp/images/btn/btn_lnb_search.png) no-repeat 50% 50% ;}
#searchLnbWrap .lnb.fixed{ position:fixed;width:220px;z-index:100;top:0 ;}



#searchLnbWrap .qs {position: relative; top: 0; left: 0; width:220px; padding:17px 15px 0; border:1px solid #ddd; box-sizing: border-box;margin-bottom: 10px;}
#searchLnbWrap .qs .tit_h3 {display:block; margin:0 0 17px; font-size:14px; line-height: 18px; color:#797979}
#searchLnbWrap .qs .tit_h3 strong {display: inline-block; margin:0 5px 0 0; padding:0 0 3px; font-size:16px; line-height: 18px; color:#c9151e; font-family: arial, sans-serif; font-weight: 600; border-bottom:1px solid #c9151e}
#searchLnbWrap .qs dl {overflow:hidden;}
#searchLnbWrap .qs dl dt {float:left; width:53px; font-size:14px; line-height: 32px; color:#797979}
#searchLnbWrap .qs dl dd {position: relative; float:left; width:100%; margin: 0 0 5px;}
#searchLnbWrap .qs dl dd select, #searchLnbWrap .qs dl dd input {width: 100%;}
#searchLnbWrap .qs dl dd.start_day a {position: absolute; top: 9px; right: 11px;}
#searchLnbWrap .qs a.btn {position: relative; bottom: -1px; left: 0;margin:10px 0;}
/* #searchLnbWrap .qs a.btn {display: block; width: 190px; height: 44px; font-size:14px; line-height: 35px; color:#fff; text-align: center; background:url(/asp/images/main_new/bg_btn01.png) no-repeat 0 0} */

.notibox  .price { margin-top:21px; text-align:right; color:#006abc ; }


/*****************************************************************************************************/
/* 메인팝업 css 시작  */
/*****************************************************************************************************/
div.popup_body_outer {
	/* background-color:#C2D5DC; */
	background-image:url(/image/popup/header_bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	/* border:1px solid #A4BED4; */
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	z-index:9999
}

div.popup_body_outer div.popup_handle {
	position:absolute;
	top:0;
	left:0;
	height:29px;
	z-index:1;
	cursor:move;
}

div.popup_body_outer div.popup_icon {
	-moz-user-select:none;
	background-image:url(/image/popup/icon_normal.gif);
	background-repeat:no-repeat;
	border:medium none;
	font-size:1px;
	height:16px;
	left:8px;
	top:7px;
	position:absolute;
	width:16px;
}

div.popup_body_outer div.popup_title {
	-moz-user-select:none;
	color:#000000;
	cursor:default;
	font-family:굴림;
	font-size:12px;
	font-weight:bold;
	overflow:hidden;
	position:absolute;
	left:28px;
	top:7px;
	white-space:nowrap;
}

div.popup_body_outer div.popup_button {
	background-image:url(/image/popup/buttons.gif);
	background-position:-96px 0;
	float:right;
	position:absolute;
	right:5px;
	top:6px;
	height:16px;
	width:16px;
	z-index:2;
	cursor:pointer;
}

div.popup_body_outer div.popup_body_inner {
	position:absolute;
	left:1px;
	/*top:30px; */
	top:0px;
	background:#FFF;
	width: 100%;
    height: 100%;
}

div.popup_body_outer div.popup_body_bottom {
	background:#000;
	color:#fff;
	height:30px;
	position:absolute;
	left:1px;
	bottom:0px;
}

div.popup_body_bottom  div.popup_close {
/*	background-image:url(/image/popup/icon_close.gif);*/
/*	background-position:center center;*/
/*	background-repeat:no-repeat;*/
	float:right;
	position:absolute;
	right:5px;
	bottom:6px;
	height:16px;
/*	width:16px;*/
	cursor:pointer;
	color:#fff
}

div.popup_body_bottom  div.popup_open {
	-moz-user-select:none;
	color:#000000;
	cursor:default;
	font-family:굴림;
	font-size:12px;
	font-weight:normal;
	overflow:hidden;
	position:absolute;
	/*right:28px; */
	left:8px;
	bottom:8px;
	white-space:nowrap;
	float:left;
}


/*****************************************************************************************************/
/* 메인팝업 css 끝  */
/*****************************************************************************************************/

/*****************************************************************************************************/
/* 2021-03-18 추가 공용캘린더 토일 색상 추가  */
/*****************************************************************************************************/
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:first-child a { color: red; }
.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a { color: blue; }

/* 0802 add */
.add_review {position: relative;min-height: 35px; display: flex; flex-direction: row-reverse;}
.add_review > div {position: absolute;top:0; left: 0;}
.add_review > a {display: inline-block; height: 38px; padding: 0 40px 0px 50px; font-size: 15px;  line-height: 36px; color: #fff; border-radius:5px; background-color: #FE6100 ;}
.add_review.type_icon > a{ border-radius: 0px; background: url('/asp/images/icon/icon_bd_write.png'); background-repeat: no-repeat; background-position: 30px center; background-size: 16px; background-color: #fe6100;}
.add_review.type_qna{margin-bottom:10px;}
.add_review button {display: inline-block; height: 38px; padding: 0 27px; font-size: 15px;  line-height: 38px; color: #fff; background-color: #888;}
.add_review button.type02 {background-color:#5DD6E9}
.bbs_searchBox_type01 {display: flex; justify-content: flex-end; margin-bottom: 10px;gap: 5px;}
.bbs_searchBox_type01.gallery {margin-bottom:0px;}
.bbs_searchBox_type01
.bbs_searchBox_type01 > a {display: inline-block; height: 36px; padding: 0 10px; font-size: 15px;  line-height: 36px; color: #fff; border-radius:5px; background-color: #006abc ;}
.bbs_searchBox_type01 button {display: inline-block; height: 38px; padding: 0 10px; font-size: 15px;  line-height: 38px; color: #fff; background-color: #888;}
.bbs_searchBox_type01 .write_btn{display: flex ; width: 120px; height: 38px; color: #fff; background: #4a4a4a; font-size: 14px; align-items: center; justify-content: center;}
.type_icon button{background: url('/asp/images/icon/icon_bd_search.png'); background-color: #888; background-repeat: no-repeat; background-position: center center; background-size: 18px;font-size: 0px;}
.viewListWrap .add_review2.typeAlbum .prdtList li {border-radius: 10px;overflow: hidden;}
.viewListWrap .add_review2 .prdtList li a:before {border-radius: 10px;}
.add_review2 .prdtList .txtWrap:before {display: none;}
.add_review2 .add_con { overflow: hidden; margin-top: 21px; }
.add_review2 .add_con span { float: left;font-size: 14px; color: #000;}
.add_review2 .add_con span:last-child { float: right;}
.add_review2 .prdtList .txtWrap { min-height: 110px;}
.add_review2 .prdtList .txtWrap .tit {margin:0; height: 45px; white-space: normal; line-height: 22px;}



.search_box { position: relative; padding:17px 0 17px 104px; margin:0 0 50px; background:#f8f8f8 }
.search_box .select01 { display: inline-block; margin:0 8px 0 0; vertical-align: top; width:200px; height: 36px; font-size:14px; line-height:34px; text-align:left; border:1px solid #d0d0d0; position: relative; appearance: none; padding: 0 15px; background: #fff url(/asp/images/sub_new/arrow.gif) no-repeat right 15px center; color: rgba(0,0,0,.5);}
.search_box .inp01 { display: inline-block; vertical-align: top; width: 593px; height: 36px; padding:0 15px; margin:0 8px 0 0; font-size:14px; line-height:36px; color:rgba(0,0,0,.5); border:1px solid #d0d0d0; background:#fff }
.search_box a { display: inline-block; vertical-align: top; width: 120px; height: 36px; font-size:16px; line-height:34px; color:rgba(0,0,0,1); text-align: center; border:1px solid #d0d0d0; background:#fff }
.panel { padding: 0 0 100px; }

.tab_yt05 { text-align: center; width:100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.tab_yt05.type_faq{margin-bottom:40px;}
.tab_yt05 li { width:50%; margin:0; height: 70px; vertical-align: top; }
.tab_yt05 li a { display: block; height:70px; font-size:16px; line-height:70px; color:#666; text-align: center; font-weight: 500; border-bottom:1px solid #9b9b9b; background:#fff }
.tab_yt05 li a.on { color:#000; line-height:70px; border-bottom:3px solid #006abc ; }
.box_tab01 { margin:0 0 30px; padding:27px 30px; font-size:16px; line-height:18px; color:#666; border:1px solid #d0d0d0; border-top:none }
.box_tab01 .dl01 { display: block; overflow: hidden; margin:45px 0 0 }
.box_tab01 .dl01 dt { float: left; width: 190px; margin:0 0 23px; font-size:14px; line-height:23px; color:rgba(0,0,0,.5); font-weight: 500; }
.box_tab01 .dl01 dd { float: left; width:629px; margin:0 0 23px; font-size:16px; line-height:23px; color:#666 }
.box_tab01 .dl01 dt:nth-child(5),
.box_tab01 .dl01 dd:nth-child(6) { margin: 0; }
.box_tab01.st2 { border:0; width: 490px; margin: 0 auto; padding: 0; }
.box_tab01.st2:after{ content: '';display: block;clear: both;overflow: hidden;}
.box_tab01.st2 .resT { text-align:center; position:relative; }
.box_tab01.st2 .resT:before { content:''; display: block; position:absolute; left: 0; width: 130px; height: 1px; background: #DDD; top: 10px; }
.box_tab01.st2 .resT:after { content:''; display: block; position:absolute; right: 0; width: 130px; height: 1px; background: #DDD; top: 10px; }

#quickMenu.fixed{ position :fixed; top :0 !important;; right :0; }
#quickMenu { position:absolute;  right:0; z-index:2000;  background : #fff;/* border: 1px solid #E7E7E7; */}
#quickMenu .btnToggle { position:absolute; top:0; left:-25px; width:25px; height:42px; background:url('/asp/images/btn/btn_quick_toggle.png') no-repeat 0 0; border-left: 1px solid #dfdfdf;border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf; }
#quickMenu .inner { /*display:none;*/ position:relative; width:160px;text-align: center; padding: 0; }
#quickMenu .btnTop { width:100%; height:40px; line-height:35px; font-family:"NSKR-B"; font-size:13px; color:#fff; background-color:#006abc ; }

#quickMenu.on{ right :-160px;}
#quickMenu.on .btnToggle{ transform:rotate(180deg); border-right:1px solid #f0f0f0;}

.quick_box .quick_box {display:block; border:1px solid #E7E7E7; padding:0; clear:both; background:#fff;}
.quick_box .banner {overflow:hidden;}

.quick_box .banner li {display:block; margin-bottom:10px; position:relative;}
.quick_box .banner li a {display:block;}
.quick_box .banner li a img {display:block;}
.quick_box .sns {clear:both; display:table; margin:0 auto; border: 0.5px solid #dfdfdf; border-collapse: collapse;}
.quick_box .sns li { float:left; width:100%; display:table-cell; padding: 5px; border: 0.5px solid #dfdfdf;}
.quick_box .sns li:last-child {margin-right:0;}
.quick_box .sns li a.ico_text {height: 40px; width: 96px; line-height: 40px; display: inline-block; float: right; font-weight: bolder; text-align: left; padding-left: 10px; font-size: 14px; color: #666666; font-family: "NSKR-M";}
.quick_box .sns li.kakao a.icoBox {background:url(/asp/images/common_re/quick_bn_kakao.png) no-repeat #FFCA3A 50% 50%; display:inline-block; width:42px; height:42px; border-radius:50%; font-size:0; text-indent:-9999px;}
.quick_box .sns li.blog a.icoBox {background:url(/asp/images/common_re/quick_bn_blog.png) no-repeat #02C73C 50% 50%; display:inline-block; width:42px; height:42px; border-radius:50%; font-size:0; text-indent:-9999px;}
.quick_box .sns li.facebook a.icoBox {background:url(/asp/images/common_re/quick_bn_facebook.png) no-repeat #1877F2 50% 50%; display:inline-block; width:42px; height:42px; border-radius:50%; font-size:0; text-indent:-9999px;}
.quick_box .sns li.kakaoStory a.icoBox {background:url(/asp/images/common/sns05.png) no-repeat #FFCA3A 50% 50%; width: 42px; height: 42px; background-size: 100%; display:inline-block; width:50px; height:50px; border-radius:50%; font-size:0; text-indent:-9999px;}
.quick_box .sns li.Insta a.icoBox {background:url(/asp/images/common/sns01.png) no-repeat #FFCA3A 50% 50%; width: 42px; height: 42px; background-size: 100%; display:inline-block; border-radius:50%; font-size:0; text-indent:-9999px;}
.quick_box .sns li.Band a.icoBox {background:url(/asp/images/common/sns03.png) no-repeat #FFCA3A 50% 50%; width: 42px; height: 42px; background-size: 100%; display:inline-block; border-radius:50%; font-size:0; text-indent:-9999px;}
.quick_box .sns li.faq a.icoBox {background:url(/asp/images/common/faq_emoji.png) no-repeat 50% 50%; width: 42px; height: 42px; background-size: 100%; display:inline-block; font-size:0; text-indent:-9999px;}
.quick_box .sns li.review a.icoBox {background:url(/asp/images/common/review_emoji.png) no-repeat 50% 50%; width: 42px; height: 42px; background-size: 100%; display:inline-block; font-size:0; text-indent:-9999px;}

.quick .scrolltop {position:absolute; left:0; right:0; bottom:0; }
.quick .scrolltop a {position:releative; width:158px; height:56px; line-height:54px; display:block;  font-family: 'Spoqa Han Sans Neo', Sans-serif;  font-size:13px; font-weight:700;  color:#111; letter-spacing:3.9px; border:1px solid #111; }
.quick .scrolltop a span {background:url(/asp/images/common_re/quick_top.png) no-repeat right top 50%; height:14px; padding-right:28px;}


/*공유하기 팝업*/
.p_up_wrap{display:none;background: rgba(0,0,0,0.6);height: 100%;width: 100%;position: fixed;top: 0;bottom: 0;z-index: 9999;overflow: scroll;/* max-width: 72rem; */}
.p_up_w{margin: 2rem auto;background: #fff;width: 700px;position: relative;border-radius: 0.5rem;overflow: hidden; margin-top: 40px;}
.p_up_w h2{font-size: 2.2rem;line-height: 230%;margin-bottom: 0;text-align: center;}
.btn_close{text-indent:-9999rem;display: block;background: url(/asp/images/common/ico_close.png) 50% 50% no-repeat;background-size: 1.85rem;position: absolute;top: 0;right: 0;width: 5rem;height: 5rem;}
.btn_close.type02{background-size: 3rem!important;;width: 2rem;height: 2rem;background-color: rgba(0,0,0,.4)!important;;border-radius: 25px;background: url(/asp/images/common/btn_totalclose.png) 50% 50% no-repeat;margin:5px;}
.p_up_box{padding: 2.5rem 2.5rem 3.5rem 2.5rem;overflow: hidden;text-align: center;}
.p_up_cont{margin:1rem 0;}

.p_up_wrap.tc{right: 0; overflow: unset;}
.p_up_wrap.tc .p_up_w .p_up_box{padding:4.5rem 2.5rem 3.5rem 2.5rem;}
.p_up_wrap.tc .p_up_w .p_up_box.no_pd{padding:unset;line-height: 0;}
.p_up_wrap.tc .p_up_w .p_up_box img{width: 100% !important; height: auto !important;}

.p_movie_box{background:#000;margin: 0 -1rem;padding:2rem 1rem 0 1rem;overflow:hidden;position: absolute;top: 3rem;}
.p_movie_box h2{color:#fff; background:transparent;}
.btn_movie_close{text-indent:-9999rem;display: block;background: #000 url(/asp/images/ico_close2.png) 50% 50% no-repeat;background-size: 1.5rem;position: absolute;top: -2.5rem;right: 0;width: 4rem;height: 3rem;opacity: 1;}
.phone_num {clear:both; margin:0 0 19px; border-top:1px solid #e5e5e5}
.phone_num dl { padding:11px 0 0 20%; }
.phone_num dt {display: block;margin:0 0 12px; font-size:14px; line-height:16px; color:#333; font-weight:bold; letter-spacing:-1px;}
.phone_num dt span { color:#333c4c}
.phone_num dd {display: block; font-size:24px; line-height:26px; color:#333c4c; font-weight:bold;}
.phone_num dd a {color:#333c4c; vertical-align:middle; font-family: fantasy; letter-spacing: 1px; font-weight: normal;}
.phone_num dd img {height:26px; vertical-align:middle}
.phone_num dd:last-child {display: block;margin:5px 0 18px; font-size:12px; line-height:16px; color:#333; font-weight:normal}

.phone_num ul {overflow:hidden; width:100%; padding:0 10%; box-sizing: border-box;}
.phone_num li {float:left; width:50%; box-sizing: border-box; display: block; padding:9px 0 8px 19px;  font-size:12px; line-height:14px; color:#333; font-weight:bold; border:1px solid #e5e5e5; border-left:none}
.phone_num li:first-child {border-left:1px solid #e5e5e5}
.phone_num li a {display: block; margin:6px 0 0 0 ; font-size:14px; line-height:16px;  color:#333c4c; font-family: fantasy; letter-spacing: 0.5px; font-weight: normal;}

.p_sns_box{ margin: 0 auto; width: fit-content;}
.p_sns_box li{ float: left; display: inline-block;}
.p_sns_box li a{background-image: url(/asp/images/icon/ico_sns.png);text-indent:-999rem;display:inline-block;width: 4rem;height: 4rem;margin: 0 0.55rem;background-repeat: no-repeat;background-size: auto 4rem;}
.p_sns_box li a.sns1{background-position: -5.4rem 0;}
.p_sns_box li a.sns2{background-position: 0 0;}
.p_sns_box li a.sns3{background-position: -10.8rem 0;}
.p_sns_box li a.sns4{background-position: -16.2rem 0;}
.p_sns_box li a.sns5{background-position: -21.6rem 0;}
.p_sns_box li:first-child a{margin-left: 0;}
.p_sns_box li:last-child a{margin-right:0;}
.p_up_box .btn_actionW{width:100%;margin: 1.5rem 0;}
.btn_actionW button {margin-right:0rem; }
.btn_act {background: #333c4c; height: 50px; font-size: 16px; font-weight: 600; border: 0; color: #fff;  width: 130px;}

.bbs_search_form.type_wide{flex:1;}
.bbs_search_form.type_wide > select{width:12%;}
.bbs_search_form.type_wide > input{width:75%;}
.bbs_search_form.type_wide > button{width:12%;}

.type_icon .bbs_search_form.type_wide > select{width:12%;}
.type_icon .bbs_search_form.type_wide > input{width: 81%; margin-right: 2px;}
.type_icon .bbs_search_form.type_wide > button{width:6%;}
