@charset "utf-8";
/********************************************
	HEADER
********************************************/
#header{position: fixed;left:0; top:0; width: 100%;height:var(--header-height); margin:0 auto; border-bottom:1px solid #666;background: #fff; transition:var(--transition-custom); -webkit-transition:var(--transition-custom);z-index:5; padding:0 var(--padding-w); box-sizing: border-box; }	
#header .header-inner{position: relative;width: 100%; max-width:var(--wrap-width); height:100%;margin:0 auto;transition:var(--transition-custom); -webkit-transition:var(--transition-custom); }
#header .header-top{display:flex; justify-content: space-between; align-items: center; gap:10px; height:55px; }
#header .logo{width:200px; height:100%;display:inline-flex; align-items: flex-end; z-index:6;}
#header .logo img{max-width:100%; height:45px; }
#header .util{display:flex; align-items: center; justify-content: flex-end;height:100%; z-index:6;}
/*
#header .logo{position:absolute; left:0;  top:10px; display:flex; align-items:flex-start; width:200px; height:100%;transition:var(--transition-custom); -webkit-transition:var(--transition-custom); z-index:6;} 
#header .logo img{max-width:100%; height:auto; height:50px; }
#header .util{position:absolute; right:0; top:0px;height:50px; display:flex; align-items: center; justify-content: flex-end; z-index:6;}
*/
.util_wrap{height:26px; background: #f0f0f0; border-radius: 30px;padding:0 20px; box-sizing: border-box; }	
.util_wrap .btn{position: relative; display: inline-flex;align-items: center;padding-left:14px; margin-left:10px; height:100%;font-weight:400; color:#0f0f0f; text-decoration:none; font-size:12px; line-height:1; }
.util_wrap .btn::after{position:absolute;content: "";left:0; top:50%;transform:translateY(-50%);  width:4px; height:4px;background:var(--concept-color); border-radius: 50%; }
.util_wrap .btn:hover{color:var(--concept-color);}
.util_wrap .btn:first-of-type{padding-left:0px; margin-left:0px; }
.util_wrap .btn:first-of-type::after{display:none; }
.btn_remote{display: inline-flex;align-items: center;  padding:0 16px 0 40px; height:100%; border-radius: 30px; font-weight:400; color:#fff; text-decoration:none; font-size:12px; line-height:1; background:url(/images/ico_remote.png) 16px 50% no-repeat var(--second-color); background-size:18px auto;}
.btn_remote:hover{background:url(/images/ico_remote.png) 16px 50% no-repeat var(--concept-color);background-size:18px auto;}

.header-tit{display:flex; justify-content: center;align-items: center;gap:5px; height:50px;text-align: center;font-family: 'GmarketSansBold'; color:#0b72ba; font-size:24px; line-height:1.2;  padding-top:5px; box-sizing: border-box; position: relative;z-index:5;}
.header-tit > span{color:var(--primary-color);}
#header.on{position: fixed;left:0; top:0;}

#gnb {display:flex; justify-content: center; align-items: center; width:100%; height:45px;  }
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:4}
#gnb #gnb1_ul {width: 100%;transition: 1.0s; position: relative; }
#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;  position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.5s; }
#gnb.on #gnb1_ul:before{height:580px; opacity: 1; } 
#gnb:after{ content: ""; display: block; position: fixed; width: 100%; height:1px; left: 0; right: 0; margin: 0 auto; top: 100px; background-color:#eee; z-index:4; opacity: 0; transition: 0.5s; }
#gnb:hover:after{ opacity: 1; }
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb1_li {float:none; display: inline-block; line-height:45px;position:relative; padding: 0 25px;}
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;font-weight: 600; color:#0f0f0f; text-decoration:none; font-size:16px;letter-spacing:0em;text-transform:capitalize;}
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top:45px; padding-top:0px;  width: 100%; left: 0; right: 0; opacity: 0; }
.gnb2_ul li{ position: relative; top: 0px; opacity: 0; }
#gnb .gnb1_li > a{ position: relative; transition: 0.3s;cursor: pointer; }
#gnb .gnb1_li:hover > a{ color:#333; }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px;background-color: var(--concept-color); position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index:5; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }

.gnb1_li:last-child .gnb2_ul_box {border-right:1px solid #eee;}
.gnb2_ul .gnb2_ul_box { border-top:0;padding:10px;  border-left:1px solid #eee;  height:480px; box-sizing: border-box;}
.gnb2_a {display:block;padding:7px 0px;font-weight: 300;font-size:13px; line-height:1.2; letter-spacing:-0.03em; color:#444;  text-align:left;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{font-weight: 500;  color: #000; }

.gnb1_li.point .gnb1_a, .gnb1_li.point .gnb2_a{color:var(--primary-color);  }
#gnb .gnb1_li.point:hover > a{ color:var(--primary-color);  }
#gnb .gnb1_li.point > a:after{background-color: var(--primary-color); } 

.gnb_tit{padding:6px 0 12px;font-weight:600;font-size:14px;line-height:1;color:#333;text-align:center;text-decoration:none;}
.gnb3_a {display:block;padding:6px 0px;font-weight:400;font-family: 'Pretendard'; font-size:13px;line-height:1.2;color:#666;text-align:center;text-decoration:none;position: relative; z-index: 1;}
a.gnb3_a:hover{color: #000; }

.gnb2_ul.on{ opacity: 1; }
.gnb2_ul.on li{ opacity: 1; top: 0; }
.gnb2_a:focus, .gnb2_a:hover {color: #000; }

/* new mobile-menu */
.nav-but-wrap{ position:fixed; top:0; right:var(--padding-w); display:inline-flex;justify-content:flex-end; align-items: center; width:50px;height:var(--header-height); text-align:right; transition : all 0.3s ease-out; z-index:100; margin-top:4px;  display:none; }
.nav-but-wrap.bg_on{height:var(--header-top-height);}
.nav-but-wrap.bg_on .menu-icon__line {background-color: var(--second-color);} 
body.nav-active .nav-but-wrap.bg_on{height:var(--header-height);  }
body.nav-active .nav-but-wrap.bg_on .menu-icon__line {background-color: #1a1a1a;} 

.menu-icon {height: 30px;width: 30px;position: relative;z-index:5;cursor: pointer;display: block;}
.menu-icon__line {height: 2px;width: 30px;display: block;background-color:  #1a1a1a; margin-bottom: 7px;cursor: pointer;-webkit-transition: background-color .5s ease, -webkit-transform .2s ease;transition: background-color .5s ease, -webkit-transform .2s ease;transition: transform .2s ease, background-color .5s ease;transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;}
.menu-icon__line-left {width: 16.5px;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon__line-right {width: 16.5px;float: right;-webkit-transition: all 200ms linear;-moz-transition: all 200ms linear;-o-transition: all 200ms linear;-ms-transition: all 200ms linear;transition: all 200ms linear;}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {width: 30px;}

.nav {position: fixed;left:0; top:0; z-index: 98;}
.nav:before, .nav:after {content: "";position: fixed;width: 100vw;min-height: 100vh;height:100%;background:#fff; /*background: rgba(9,9,12,0.6);*/ border-bottom-left-radius: 200%;z-index:-1;-webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;-webkit-transform: translateX(100%) translateY(-100%);transform: translateX(100%) translateY(-100%); }
.nav:after {/*background: rgba(9,9,12,1);*/ -webkit-transition-delay: 0s; transition-delay: 0s;}
.nav:before {-webkit-transition-delay: .2s; transition-delay: .2s;}

.nav__content {position: fixed;visibility: hidden;top:0;/* margin-top: 20px;  -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%);*/ display:flex; flex-direction: column; justify-content: flex-start; width: 100%; padding:60px 5% 60px;  overflow-y: auto;height:100%; box-sizing: border-box;}
.nav__list {/* position: relative; z-index: 2;  */ padding:0;margin: 0;}
/* new lnb */

.lnb_tit{width:100%;font-family: 'GmarketSansBold'; color: var(--concept-color); font-size:24px; line-height:1.2;  margin-bottom:30px; opacity: 0;  z-index:2}
.lnb_tit > span{color:var(--primary-color); }

.lnb_language{/* position:absolute; left:5%; top:7%; display:flex;align-items: center;*/ width:100%;display:flex;align-items: center; margin-bottom:10px; opacity: 0;  z-index:2}
.lnb_language li > a{position: relative;display: inline-flex;justify-content: center; align-items: center;margin-left:2px; padding:8px 20px; border-radius: 20px; background:#fff;  font-size:12px;line-height:1;color:rgba(0,0,0, .8); z-index: 4; }
.lnb_language li:first-child > a{margin-left:0px;}
.lnb_language li > a.on{background: var(--concept-color); font-weight: 600; color:rgba(255,255,255, 1);}

.lnb_util{width:100%;display:flex;align-items: center; border-bottom:1px solid var(--border-color); padding-bottom:20px; margin-bottom:30px;  opacity: 0;  z-index:2}
.lnb_util li > a{position: relative;display: inline-flex;justify-content: center; align-items: center;padding-left:18px;margin-left:15px;text-transform:capitalize; font-size:14px;line-height:1;color:rgba(0,0,0, .8);}
.lnb_util li > a::before{content: "";position:absolute; left:0; top:50%; transform:translateY(-50%); display:inline-block; width:3px;height:3px;background:var(--concept-color); border-radius: 50%; opacity: .7;}
.lnb_util li:first-child > a::before{display:none;}
.lnb_util li:first-child > a{padding-left:0px;margin-left:0px;}

.lnb_ul{width:100%; box-sizing: border-box;}
.lnb__li {position: relative;display:flex;align-items: center; flex-wrap: wrap;  -webkit-transition-delay: 0.8s;transition-delay: 0.8s;opacity: 0; overflow: hidden;-webkit-transform: translate(100px, 0%); transform: translate(100px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, -webkit-transform .3s ease;transition: opacity .2s ease, transform .3s ease;transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;  margin-bottom:10px;box-sizing: border-box; }
.lnb__li > a{ position: relative;display:inline-block; text-decoration: none; font-weight:700; font-size:17px;line-height: 1.15;color:#333; overflow: hidden; cursor: pointer;padding:10px 0; /*padding:10px 40px 10px 0px;*/z-index: 2; text-transform:capitalize; -webkit-transition: all 200ms linear; transition: all 200ms linear; /* min-width:200px; */ width:100%; }
.lnb__li > a:hover{color: rgba(0,0,0,1);}
.lnb__li.is-on > a{color: rgba(0,0,0,1);}

.lnb__li .toggle{display:flex;justify-content:center;align-items:center;position:absolute;right:0px;top:0px; width:30px;height:30px;box-sizing: border-box; cursor:pointer; /* z-index: 2; */ }
.lnb__li .toggle:before{content:'';display:block;width:8px;height:2px;background:#333;transform:rotate(45deg);transform-origin: right center;transition:0.3s}
.lnb__li .toggle:after{content:'';display:block;width:8px;height:2px;background:#333;transform:rotate(-45deg);transform-origin: left center;transition:0.3s}
.lnb__li.is-on .toggle:before{transform:rotate(-45deg);margin-top:-4px;transform-origin: right center;}
.lnb__li.is-on .toggle:after{transform:rotate(45deg);margin-top:-4px;transform-origin: left center;}
.lnb__sub{display:flex;flex-direction:row; gap:10px; flex-wrap: wrap;box-sizing: border-box; }
.lnb__sub > li{position: relative; padding-left:10px; }
.lnb__sub > li > a{display:block;line-height:1.3;font-size:14px; color:rgba(0,0,0,.8); }
.lnb__sub > li > a:hover{color:#333;}
.lnb__sub > li::after{position: absolute;content: ''; left:0; top:50%; transform:translateY(-50%);background:rgba(0,0,0,.4); width:1px; height:50%;   }
.lnb__sub > li:first-of-type{padding-left:0px; }
.lnb__sub > li:first-of-type::after{display:none; }

body.nav-active{   
  overflow: hidden;
/* position: fixed;width: 100%;height: 100% */
}
body.nav-active .nav__content {visibility: visible;}
body.nav-active .menu-icon__line {background-color: #333;-webkit-transform: translate(0px, 0px) rotate(-45deg);transform: translate(0px, 0px) rotate(-45deg);}
body.nav-active .menu-icon__line-left {width: 15px;-webkit-transform: translate(2px, 4px) rotate(45deg);transform: translate(2px, 4px) rotate(45deg);}
body.nav-active .menu-icon__line-right {width: 15px;float: right;-webkit-transform: translate(-3px, -3.5px) rotate(45deg);transform: translate(-3px, -3.5px) rotate(45deg);}
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {width: 15px;}
body.nav-active .nav {visibility: visible;}
body.nav-active .nav:before, body.nav-active .nav:after {-webkit-transform: translateX(0%) translateY(0%); transform: translateX(0%) translateY(0%);border-radius: 0;}
body.nav-active .nav:after {-webkit-transition-delay: .1s; transition-delay: .1s;}
body.nav-active .nav:before {-webkit-transition-delay: 0s;transition-delay: 0s;}
body.nav-active .lnb__li {opacity: 1;-webkit-transform: translateX(0%); transform: translateX(0%);-webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .lnb_util{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .lnb_language{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active .lnb_tit{opacity: 1; -webkit-transition-delay: 0.5s;transition-delay: 0.5s;}
body.nav-active #header .logo{ display:none; }
body.nav-active #header .util{display:none; }
/* Header END */

/* 팝업 Basic */
.popupWrap_A{position:relative;display:flex; align-items:center; width: 96%; height:100vh;/*background:#fff;*/margin:0 auto;padding:0 0%; box-sizing: border-box; box-shadow: 0 0 24px 0px rgba(0,0,0,.15); }/* basic */
.popupWrap_A img{max-width: 100%;}

.icon-close-black{position: absolute;right:20px;top:10px;width:18px; height:18px;background:url(/images/close-black.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white{position: absolute;right:5px;top:0px;width:18px; height:18px;background:url(/images/close-white.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white.p-inner{right:20px;top:12px;}
.icon-close-black.p-inner{right:20px;top:12px;}
.icon-close-circle{position: absolute;right:15px;top:15px;width:30px; height:30px;background:url(/images/close-white.png) 50% 50% no-repeat var(--concept-color);background-size:auto 12px; border-radius:50%; text-indent: -9999px; z-index:2}
.icon-close-pop{position: absolute;right:0px;top:0px; width:50px; height:50px;background:url(/images/close-white.png) 50% 50% no-repeat var(--second-color);background-size:auto 14px; text-indent: -9999px; z-index:2}
.close-black{width:24px; height:24px;background:url(/images/close-black.png) 50% 50% no-repeat;text-indent: -9999px;}

.popupBox_A{position:relative;width: 100%;padding:0px;/* background:#fff; */ margin-top:30px;border-radius:0px; overflow: auto; } /* basic - x버튼 위에 */
.popupBox_A img{max-width: 100%;}

/* 스크롤바 설정*/
.popupWrap_A::-webkit-scrollbar{width: 10px;}
.popupWrap_A::-webkit-scrollbar:vertical {width: 10px;}
.popupWrap_A::-webkit-scrollbar:horizontal {height: 10px;}
.popupWrap_A::-webkit-scrollbar-thumb{background-color: var(--concept-color);}
.popupWrap_A::-webkit-scrollbar-track{background-color: #242424;}

.popupBox_B{position:fixed; left:50%; transform:translateX(-50%); bottom:0; display:flex; flex-direction: column; width: 100%; max-height:100vh; background:#fff; border-radius:8px 8px 0px 0px; padding:0px; box-sizing: border-box;  -webkit-transition: all 0.3s ease-in-out;  -moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;  -webkit-overflow-scrolling: touch; } /* bottom  */
.pop--topline{width:100%; padding:20px 25px 10px; border-bottom:1px solid #dfdfdf; }

.popup--inner{width:100%;background:#fff; max-height:90vh; padding:30px;box-sizing: border-box;position:relative;overflow: auto;  }
.popupBox_B .popup--inner{max-height:100vh; }

/* modal iframe 호출시 height 100% 기준 */
.popupWrap-iframe{position:relative;display:flex; align-items:center; width: 100%;height:100vh;  margin:auto;padding:0; box-sizing: border-box;}
.popup-iframe{width:100%;background:#fff; height:calc(100vh - 85px); margin:0; box-sizing: border-box;position:relative; }  /* popup inner : height 100% 기준, pc버전에서는 위아래 여백을 둠 */
.popup-iframe.auto{max-height:calc(100vh - 85px);height:auto; } 

.modal-top{display:flex;justify-content: space-between; align-items:center; gap:10px; width:100%; height:45px; padding:0px 20px; background:#35425b; box-sizing: border-box;} 
.modal-top .close-white{width:18px; height:18px;background:url(/images/close-white.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.modal-top .close-black{width:18px; height:18px;background:url(/images/close-black.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.modal-top.wh{background:#fff;}
.pop-title {font-weight:700;font-size:17px;line-height:1;color:#fff;letter-spacing:-0.02em;}

.modal-iframe {width: 100%; height: 100%; border: none;} /* modal iframe */
.modal-form{width:100%; padding:30px 40px 80px; box-sizing: border-box;}

/* 바디에 스크롤 막는 방법 */
/* html, body.modal-open {overflow: hidden; height: 100%;}
.modal-hide-scroll {overflow: hidden !important;position: fixed !important;}
html.modal-hide-scroll {overflow: hidden !important;position: fixed !important;}
*/
body.modal-open {overflow: hidden;position: fixed;width: 100%;}
.not_scroll{position: fixed; overflow: hidden; width: 100%;height: 100%}
.not_scroll .cont { position: relative; top: 0;}

.textTb{display:block; width:100%; margin-bottom:20px;}
.textTb .tit{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#555;font-size:14px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:8px;}
.textTb .txt2{color:#555;font-size:14px;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;margin-bottom:8px;box-sizing: border-box;}

.pre-wrap{width:100%;white-space: pre-wrap;font-weight:300;  color:#444;font-size:14px;line-height:1.45; }
/* // 팝업 Basic */


/* footer Start */
.progress-wrap {position: fixed;right:15px;bottom:20px;height: 46px;width: 46px;cursor: pointer;display: block;border-radius: 50%;box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);z-index:2;opacity: 0;visibility: hidden;transform: translateY(15px);-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap.active-progress {opacity: 1;visibility: visible;transform: translateY(0);}
.progress-wrap::after {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;color:var(--concept-color);left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 1;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::after {opacity: .5;}
.progress-wrap::before {position: absolute;font-family: 'unicons';content: '\e84b';text-align: center;line-height: 46px;font-size: 24px;opacity: 0;background-image: linear-gradient(298deg, var(--red), var(--yellow));-webkit-background-clip: text;-webkit-text-fill-color: transparent;left: 0;top: 0;height: 46px;width: 46px;cursor: pointer;display: block;z-index: 2;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.progress-wrap:hover::before {opacity: 1;}
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path {stroke:var(--concept-color);stroke-width: 4;box-sizing:border-box;-webkit-transition: all 200ms linear; transition: all 200ms linear;}

.footer{width:100%; background:#35425b; margin:0px auto;padding:50px var(--padding-w); box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer-inner{display:flex; justify-content: space-between; flex-wrap: wrap;  width:100%; max-width:var(--wrap-width); height:100%;margin:0 auto;}
.footer .f_logo{flex:0 0 240px;text-align:left;min-height:50px;background:url(/images/logo.png) 0% 0% no-repeat;background-size:auto 50px; text-indent: -9999px;}
.footer .f_cont{flex:1;}
.footer .f_cont li{display:flex;flex-wrap: wrap; gap:8px 25px; margin-top:8px; }
.footer .f_cont li:first-child{margin-top:0px; }
.footer .f_cont li p{font-weight:500;color:#f0f0f0;font-size:13px;line-height:1.3;}
.footer .f_cont li p > span{display:inline-block;font-weight:300;margin-right:10px; }
.footer .f_cont li p.f_copy{font-weight: 300;color:#e1e1e1;font-size:13px;margin-top:10px;}	
.footer .f_cont li p.company-name{font-weight:500;color:#fff;font-size:16px;}
.footer .f_cont li p.desc{width:100%; font-weight:300;color:#e1e1e1; }
.footer .f_cont li p.desc br{display:none;}
.footer .f_right{flex:0 0 200px;display:inline-flex;flex-direction: column; align-items:flex-end; gap:25px; }
.footer .f_right img{max-width:100%;}

.f_cs{display:flex; gap:15px; align-items: center; }
.f_cs .icon{display:inline-block;width:36px; height:36px;background:url(/images/ico-tel.png) 50% 50% no-repeat var(--concept-color);background-size:20px auto; border-radius: 50%; }
.f_cs .tel{}
.f_cs .num{font-weight:800;color:#fff;font-size:20px;line-height:1.45;}
.f_cs .txt{font-weight: 300;color:#f0f0f0;font-size:12px;line-height:1.45; }
.sns{display:flex; align-items: center;gap:20px; }
.sns img{height:20px; }

/* footer End*/

.list-type{width:100%;margin:0px auto 40px;}
.list-type ul{display:flex;flex-wrap: wrap;width:100%; gap:40px; }
.list-type li{box-sizing: border-box; position:relative; }
.list-type ul.type-3 li{width:-webkit-calc(100% / 3 - 26.6666px); width:calc(100% / 3 - 26.6666px);}
.list-type ul.type-4 li{width:-webkit-calc(100% / 4 - 30px); width:calc(100% / 4 - 30px);}
.list-type ul.type-5 li{width:-webkit-calc(100% / 5 - 32px); width:calc(100% / 5 - 32px);}
.list-type.border li{background:#fff;border:1px solid #dfdfdf; }

.ellipsis-1{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ellipsis-2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 2.6em; }
.ellipsis-3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 3.9em; } 
.ellipsis-4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 5.2em; } 

/*img 관련 */
.imgMax{max-width:100%;}
.imgFix{width:100%;}
.fullsize{display: inline-block;width: 100%;}
.fullsize img{width: 100%;}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #eee; border-radius:0px;background-size: cover; background:#fff;box-sizing: border-box; }
.slideImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; }
.slideImg.mid{padding-top: 56.25%; }
.slideImg.mid-none{padding-top: 56.25%;border:0px solid #eee; }
.slideImg.full{padding-top: 100%; }
.slideImg.full-circle{padding-top: 100%;border-radius:50%;border:0px;}

/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;}
.youtubeP{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.inner{position:relative; width:100%;max-width:var(--wrap-width);margin:0 auto;padding:0;box-sizing: border-box;}
.inner:after {display:block; clear:both; content:'';}

/******************************************** 
	MAIN
********************************************/
/* partner 스와이퍼  */ 
.swiper_partner {position:relative; width:100%;margin:0px auto;z-index:1; border-top:1px solid #eee; padding:20px 0;box-sizing: border-box;} 
.swiper_partner .swiper-wrapper{display:flex;justify-content: center; gap:60px; }
.swiper_partner .swiper-slide { width:auto; display: flex;justify-content: center; align-items: center; }
.swiper_partner .swiper-slide img{max-width:100%; max-height:40px; /* border-radius:4px 48px 48px 4px; */}

.swiper_partner .swiper-scrollbar {display:none;border-radius:var(--border-radius);position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper_partner.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:5%;bottom:0px;z-index:50;height:2px;width:90%;}
.swiper_partner .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper_partner .swiper-scrollbar-cursor-drag {cursor:move}
.swiper_partner .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}

.section{ width:100%; margin:0px auto; padding:var(--padding-h) 0; box-sizing: border-box;}
.section.first{margin-top:var(--header-height);}
.section.sec1{ background:var(--sec1-bgcolor);border-top:1px solid #dde2eb; }
.section.sec2{ background:var(--sec2-bgcolor);border-top:1px solid #ded4e6; }
.section.sec3{ background:var(--sec3-bgcolor);border-top:1px solid #e2e0ca; }
.section.sec4{ background:var(--sec4-bgcolor);border-top:1px solid #a6b4cb; }
.section.sec5{ background:var(--light-bgcolor);border-top:1px solid #ebeced; }
.section.sec6{ background:var(--sec6-bgcolor);border-top:1px solid #cfe2de; }
.section h2{margin-bottom:var(--padding-t);}
.section.first > .inner > h3{margin-bottom:20px; padding-left:18px; box-sizing: border-box;}

/* main icon menu */
.quick_title{font-weight: 800;  font-size:28px; color: #35425b; line-height: 1.45;  text-align: center;  padding:0 8%; box-sizing: border-box;}
.quick_title > span{color:var(--primary-color);}
.quick_title br{display:none;}
.quick-stit{display:inline-flex;align-items: center; width:100%; min-height:32px; background:url(/images/icon-q.png) 5px 50% no-repeat; background-size:30px auto; padding-left:40px; font-weight:600; font-size:20px; color: #1a1a1a; line-height:1.2; margin-bottom:30px; box-sizing: border-box;}
.quick-stxt{ /* display:inline-flex; justify-content: center; align-items: center; flex-wrap: wrap; */ width:100%;text-align: center;min-height:40px; font-weight:400; font-size:24px; color: #1a1a1a; line-height:1.4; margin-top:40px; padding:0 50px; box-sizing: border-box;}
.quick-stxt > span{font-weight:600;}
.quick-stxt br{display:none;}

.quick_wrap{width:100%; max-width:1300px; margin:0px auto; box-sizing:border-box; }
.quick_wrap > ul{display:flex; justify-content: center; flex-wrap: wrap; gap:50px 50px;}
.quick_wrap > ul > li{width:-webkit-calc(100% / 8 - 43.75px); width:calc(100% / 8 - 43.75px); cursor: pointer; }
.quick_wrap.b2b > ul > li{width:-webkit-calc(100% / 7 - 42.857px); width:calc(100% / 7 - 42.857px); cursor: pointer; }
.quick_wrap > ul > li > a{position:relative; width: 100%;}
.quick_wrap .box{position:relative; border:1px solid var(--border-color); border-radius:8px; box-sizing:border-box;}
.quick_wrap .box img{width:100%;border-radius:8px; }
.quick_wrap .titArea{display:flex; justify-content: center; align-items: center; gap:10px; margin-top:5px; }
.quick_wrap .tit{font-weight:600; font-size:15px; color: var(--primary-color); line-height: 1.45;}
.quick_wrap .btn{font-weight:500; font-size:12px; color: var(--concept-color); line-height: 1.2; text-align: center; border-radius:4px; border:1px solid var(--concept-color); padding:3px 6px; box-sizing:border-box;}
.quick_wrap .btn:hover{color:#fff;background:var(--concept-color); }
.quick_wrap > ul > li:hover .box{border:1px solid var(--concept-color);box-shadow: 0 7px 18px rgba(0, 0, 0, 0.05); }

.quick_wrap.sub{max-width:800px; margin:0px auto var(--padding-t); padding:0;}
.quick_wrap.sub > ul{display:flex; justify-content: center; flex-wrap: wrap; gap:60px 50px;}
.quick_wrap.sub > ul > li{width:-webkit-calc(100% / 4 - 37.5px); width:calc(100% / 4 - 37.5px); cursor: pointer; }
.quick_wrap.sub .titArea{flex-direction: column; gap:5px; }
.quick_wrap.sub .tit{text-align: center; font-weight:500; color: var(--second-color);}

.myswiper{width:100%;margin:0 auto;position:relative;padding:0px 0px 0px;box-sizing: border-box;}
.myswiper .swiper-slide {}
.myswiper .swiper-slide img{max-width:100%;}
.myswiper .swiper-button-prev,  
.myswiper .swiper-button-next{width:115px; height:36px; background-size:36px auto; top:50%; margin-top:-18px;  z-index:2;}
.myswiper .swiper-button-prev{background: url(/images/q-prev.png) 50% 50% no-repeat; left:5%; }
.myswiper .swiper-button-next{background: url(/images/q-next.png) 50% 50% no-repeat; right:5%; }
.myswiper .control{position:relative;width:100%; max-width:1200px; min-height:40px;  margin:-40px auto 0; box-sizing: border-box;}
.myswiper .swiper-button-next.swiper-button-disabled, .myswiper .swiper-button-prev.swiper-button-disabled {opacity:0 !important;}

.swiper-form{min-height:400px;width:100%; max-width:1200px; margin:0px auto; box-sizing:border-box; }
.swiper-form > h3{margin-bottom:10px; }

.swiper-form .form_sty{margin:0px;padding-top:0px; } /* index quick 견적 */
.swiper-form .form_sty > ul{ border-bottom:1px solid #ddd;}

.areaSelect{width:100%; display:flex;align-items: center; flex-wrap: wrap; gap:2px; background: #f9f9f9;border:1px solid #ddd;padding:5px 8px; box-sizing: border-box;}
.areaSelect > a{flex:1; text-align: center; font-weight: 500;font-size:12px; color: var(--red-color); border:0px solid var(--border-color); border-radius:4px; padding: 4px;box-sizing: border-box;}
.areaSelect > a.active{ color:#fff;background:var(--red-color);}
.areaSelect .stit{font-weight: 400;font-size:12px; color: var(--red-color); margin-right:4px;}
.areaSelect .btn-type{padding:0 5px;}

.areaTable{width:100%;max-height:150px;overflow: auto; border:1px solid #ddd; margin-top:-1px; box-sizing: border-box;}
.areaTable > ul{width:100%; display:flex; flex-wrap: wrap; border-bottom:1px solid #ddd;box-sizing: border-box;}
.areaTable > ul > li{padding:8px 5px;box-sizing: border-box;}
.areaTable > ul .nation{flex:0 0 30%;display:inline-flex;flex-wrap: wrap;  font-weight:500; font-size:13px; color: var(--second-color); line-height:1.2;}
.areaTable > ul .city{flex:0 0 70%;display:inline-flex; align-items: center; gap: 5px 15px; flex-wrap: wrap;  font-weight:400; font-size:12px; color: var(--second-color); line-height:1.2; border-left:1px solid #ddd; padding-left:10px; }
.areaTable input[type=checkbox] + label{padding-left:20px;font-size: 12px;}
.areaTable input[type=checkbox]+ label:before {width:14px;height:14px;} 

.areaTable::-webkit-scrollbar{width: 6px;}
.areaTable::-webkit-scrollbar:vertical {width: 6px;}
.areaTable::-webkit-scrollbar:horizontal {height: 6px;}
.areaTable::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
.areaTable::-webkit-scrollbar-track:hover{background-color:transparent;}
.areaTable::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--concept-color);}/* 스크롤바 막대 설정*/
.areaTable::-webkit-scrollbar-button {display:none;}

.textArea-type1{width:100%;border:1px solid var(--border-color);height:150px;font-weight: 400;color:#333;font-size:14px;line-height:1.45;padding:10px;background:#fff;border-radius:4px;box-sizing: border-box;}
.flex-type1{display:inline-flex; align-items:center; flex-wrap: wrap; gap:8px;}
.flex-type1 .stit{position:relative;font-weight:600;font-size:15px;color:var(--concept-color);padding-left:10px;letter-spacing:0em;line-height:1.2;box-sizing: border-box; margin-right:2px;}
.flex-type1 .stit::before{position:absolute;content: ' ';left:0;top:7px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }
.chk-txt{display:inline-block;width: fit-content;text-align: left; min-height:20px;background:url(/images/talk-c.png) 0 0px no-repeat;background-size:18px auto; padding-left:24px;font-weight:400;font-size:14px;color:var(--concept-color); line-height:1.3;box-sizing: border-box;}
.chk-txt > span{font-weight:700;}




/* hover line 모션이벤트 사용시 적용 :border-radius는 적용안됨 
.quick_wrap .box::before {content: '';position: absolute;top: 0; left: 0;width: 0%; height:1px;background:var(--concept-color);transform-origin: left top; transition: width 0.15s ease-out;} 
.quick_wrap .box::after {content: '';position: absolute;top: 0; right: 0; height: 0%; width: 1px;background:var(--concept-color);transform-origin:right top; transition: height 0.15s ease-out;} 
.quick_wrap .box:hover::before{width: calc(100% - 1px);transform: translateY(calc(100% - 1px)) scaleX(1);transition-delay: 0s; }
.quick_wrap .box:hover::after {height: 100%;transform: translateX(calc(-100% + 1px)) scaleY(1);transition-delay: 0.15s;}
.quick_wrap .box > span{position:relative;display: inline-flex; width: 100%;height:100%; border-radius:8px;}
.quick_wrap .box > span::before {content: '';position: absolute;bottom: 0;right: 0;width: 0%; height:1px;background:var(--concept-color);transform-origin: right bottom; transition: width 0.15s ease-out;}
.quick_wrap .box > span::after {content: '';position: absolute;bottom: 0;left: 0;height: 0%; width: 1px;background:var(--concept-color);transform-origin: left bottom;  transition: height 0.15s ease-out;}
.quick_wrap .box:hover > span::before {width: calc(100% - 1px); transition-delay: calc(0.15s * 2); }
.quick_wrap .box:hover > span::after {height: 100%;transition-delay: calc(0.15s * 3);}
*/

.btn-search{display:inline-flex;justify-content: center;align-items: center; text-align:center; cursor:pointer; width:100px; height:60px;padding:0px; font-weight:600; color:#fff;font-size:20px;line-height:1;letter-spacing:0em;background:var(--concept-color); border-radius:var(--border-radius);box-sizing: border-box;transition:all 0.3s; }
.btn-search:hover{opacity:0.7;}
.btn-search.md{height:50px;font-size:18px;}
.btn-search.ss{width:80px; height:var(--input-height);font-size:14px; border-radius: 4px; }

.qa-btn{display:inline-flex;justify-content: center;align-items: center;cursor:pointer;height:24px;padding:0 10px; font-weight:500;font-size:14px; color:var(--green-color);line-height:1;border-radius:4px;background: #fff; border:1px solid var(--green-color); box-sizing: border-box;transition:all 0.3s; }
.qa-btn:hover{opacity:0.7;}

/* 검색 */
.search-box{width:100%;margin:0px auto; padding:40px; border:2px solid rgba(11, 114, 186, 1); background:#f9fbfc; border-radius:var(--border-radius); box-shadow: 0px 0px 16px 0px rgba(104, 104, 104, 0.08); box-sizing: border-box;}
.search-box .titleArea{display:flex; align-items: center; flex-wrap: wrap; gap:20px; margin-bottom:20px; }
.search-box .tit{position:relative; font-weight:700; font-size:20px; line-height:1;color:var(--second-color); padding-left:30px; }
.search-box .tit::after{position:absolute;content: '';left:0;top:0;width:20px;height:20px; background:url(/images/i_chkbox_wh.png) 50% 50% no-repeat var(--second-color);background-size:10px auto; border-radius: 50%;}
.search-box .stit{font-weight:600; font-size:18px; line-height:1;color:var(--primary-color);box-sizing: border-box;}
.search-box .stit-1{font-weight:600; font-size:18px; line-height:1;color:var(--primary-color);box-sizing: border-box;}
.search-box .rent img{height:45px;}
.search-box .stxt{font-weight:400; font-size:13px; line-height:1.2;color:#9e8211;}

.section .search-box{width:100%; max-width:var(--area-width); margin:0px auto var(--padding-t);   }
#air .search-box{border:4px solid rgba(11, 114, 186, .3); }
#hotel .search-box{border:4px solid rgba(194, 148, 231, .3); }
#rent .search-box{border:4px solid rgba(253, 210, 9, .3); }
#package .search-box{border:4px solid #bec2eb;  /*rgba(137, 130, 228, .3) */}
#golf .search-box{border:4px solid #c7e9e2;  /*rgba(137, 130, 228, .3) */}

.sec-title{display:flex;align-items: center; gap:10px; padding-left:20px; margin-bottom:15px;box-sizing: border-box;} 
.sec-title > h4{ font-weight:700; font-size:20px; line-height:1.2;color:var(--second-color);}
.sec-title > h4 > span{font-weight:800;color:var(--concept-color);}
.sec-tag{display:inline-flex;align-items: center;border-radius: 30px 30px 0 30px; background:url(/images/icon-c.png) 10px 50% no-repeat var(--concept-color); padding:0 10px 0 34px; height:28px;font-weight:700;font-size:14px;line-height:1;color:#fff; }
#hotel .sec-title > h4 > span{color:var(--sec2-color);}
#hotel .sec-tag{background:url(/images/icon-c.png) 15px 50% no-repeat var(--sec2-color);}
#rent .sec-title > h4 > span{color:var(--sec3-color);}
#rent .sec-tag{background:url(/images/icon-c.png) 15px 50% no-repeat #706d61;}
#package .sec-title > h4 > span{color:var(--sec4-color);}
#package .sec-tag{background:url(/images/icon-c.png) 15px 50% no-repeat var(--sec4-color);}
#golf .sec-title > h4 > span{color:var(--sec6-color);}
#golf .sec-tag{background:url(/images/icon-c.png) 15px 50% no-repeat var(--sec6-color);}

#hotel .btn-search{background:var(--sec2-color);}
#rent .btn-search{background:var(--yellow-color); color:#000}
#package .btn-search{background:var(--sec4-color);}
#golf .btn-search{background:var(--sec6-color);}

/* card 스와이퍼 */ 
.swiper-1 { position:relative; width:100%;margin:0px auto;z-index:1; padding:0 18px;box-sizing: border-box;} 
.swiper-1 .swiper-slide {width:100%;padding-bottom:30px; box-sizing:border-box;display: flex; justify-content: center;align-items: center; }
.swiper-1 .swiper-slide img{width:100%;}

.swiper-1 .swiper-button-prev,  
.swiper-1 .swiper-button-next{width:36px; height:36px; background-size:36px auto; top:35%; margin-top:-18px;  z-index:2;}
.swiper-1 .swiper-button-prev{background: url(/images/i-prev.png) 50% 50% no-repeat; left:0px; }
.swiper-1 .swiper-button-next{background: url(/images/i-next.png) 50% 50% no-repeat; right:0px; }

.swiper-1 .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper-1.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0%;bottom:0px;z-index:50;height:2px;width:100%;}
.swiper-1 .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper-1 .swiper-scrollbar-cursor-drag {cursor:move}
.swiper-1 .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}
.swiper-1 .swiper-button-next.swiper-button-disabled, .swiper-1 .swiper-button-prev.swiper-button-disabled {opacity:.2;cursor: auto;pointer-events: none}
.swiper-1 .swiper-pagination-bullet {width:10px;height:10px;margin:0px 4px;display: inline-block;border-radius:50%; background: #bbb; border:0;}
.swiper-1 .swiper-pagination-bullet-active {background:#333;}

#slide-5 .swiper-button-prev, #slide-5 .swiper-button-next{top:50%;transform:translateY(-50%); margin-top:-18px;}

/* card-wrap */
.card-wrap{width:100%;}
.card-wrap .cardimg{position:relative; width:100%; height:0; padding-top:66%;overflow: hidden; box-sizing: border-box;border-radius:var(--border-radius);}
.card-wrap .cardimg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;}
.card-wrap .cardTit{display:flex;justify-content: space-between; gap:10px; padding:20px 10px 0; box-sizing:border-box;}
.card-wrap .tit{flex:1;font-weight:700;font-size:18px;line-height:1.2;color:var(--second-color);}
.card-wrap .txt{font-weight:300;font-size:15px;line-height:1.2;color:#333;padding:8px 10px 0; box-sizing:border-box;}

/* cardBox 스와이퍼 */
.swiper-2 { position:relative; width:100%;margin:0px auto;z-index:1; padding:0 18px;box-sizing: border-box;} 
.swiper-2 .swiper-slide {width:100%; margin-bottom:30px; box-sizing: border-box; display: flex; justify-content: center;align-items: center; }
.swiper-2 .swiper-slide img{width:100%;}

.swiper-2 .swiper-button-prev,  
.swiper-2 .swiper-button-next{width:36px; height:36px; background-size:36px auto; top:50%;transform:translateY(-50%); margin-top:-18px;  z-index:2;}
.swiper-2 .swiper-button-prev{background: url(/images/i-prev.png) 50% 50% no-repeat; left:0px; }
.swiper-2 .swiper-button-next{background: url(/images/i-next.png) 50% 50% no-repeat; right:0px; }

.swiper-2 .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper-2.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0%;bottom:0px;z-index:50;height:2px;width:100%;}
.swiper-2 .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.swiper-2 .swiper-scrollbar-cursor-drag {cursor:move}
.swiper-2 .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}
.swiper-2 .swiper-button-next.swiper-button-disabled, .swiper-2 .swiper-button-prev.swiper-button-disabled {opacity:.2;cursor: auto;pointer-events: none}
.swiper-2 .swiper-pagination-bullet {width:10px;height:10px;margin:0px 4px;display: inline-block;border-radius:50%; background: #bbb; border:0;}
.swiper-2 .swiper-pagination-bullet-active {background:#333;}
/* cardBox */
.cardBox{width:100%;display:flex; flex-direction: column;justify-content: space-between; padding:35px 25px 25px; border:1px solid var(--border-color); border-radius:var(--border-radius); box-sizing: border-box;}
.cardBox.bg1{background: #eff2fc;}
.cardBox.bg2{background: #eff7fd;}
.cardBox.bg3{background: #f2f7ed;}
.cardBox.bg4{background: #f7f4ef;}
.cardBox.bg5{background: #f7f7f7;}
.cardBox .text{min-height:110px;}
.cardBox .text > h4{text-align: center;font-weight:700;font-size:18px;line-height:1.2;color:var(--violet-color); /*color:#681ddb;*/ margin-bottom:20px;}
.cardBox .text > p{text-align: center;font-weight:300;font-size:15px;line-height:1.45;color:#333; }
.cardBox .btnArea{display:flex; justify-content: center;align-items: center; gap:5px; margin-top:30px; }

.mainSearch-wrap{width:100%;}
.mainSearch-wrap > a{display:flex; justify-content: center;align-items: center; flex-wrap: wrap; gap:5px; width:100%;}
.mainSearch-wrap > a.mid{max-width:1040px; margin:0 auto;}
.mainSearch-wrap .search-form{flex:1; display:inline-flex;align-items: center; flex-wrap: wrap;   }
.mainSearch-wrap .search-form > *{position:relative; display:inline-flex; justify-content: center; align-items: center; height:60px;border-bottom:1px solid var(--border-color);  }
.mainSearch-wrap .search-form > *::before{position: absolute;content: ""; left:0; top:50%; transform:translateY(-50%); width:1px; height:16px; background:var(--border-color); }
.mainSearch-wrap .search-form > *:first-of-type:before{display:none; }

.mainSearch-wrap .hotel-form{flex:1; display:flex;align-items: center; flex-wrap: wrap; gap:15px;}
.mainSearch-wrap .hotel-form > *{position:relative;  }
.mainSearch-wrap .hotel-form > *::before{position: absolute;content: ""; left:0; top:50%; transform:translateY(-50%); width:1px; height:60px; background:var(--border-color); }
.mainSearch-wrap .hotel-form > *:first-of-type::before{display:none; }
.mainSearch-wrap .hotel-1{flex:1;display:inline-flex; flex-direction: column; gap:5px;}
.mainSearch-wrap .hotel-2{flex:1;}
.mainSearch-wrap .hotel-2 ul{display:flex; justify-content: center; align-items: center; text-align: center; padding:0 20px;box-sizing:border-box;}
.mainSearch-wrap .hotel-2 li{flex:1; display:inline-flex; flex-direction: column; gap:5px;}
.mainSearch-wrap .h-txt{font-weight:300;font-size:15px;line-height:1.2;color:#333; }
.mainSearch-wrap .h-tit{font-weight:700;font-size:18px;line-height:1.2;color:var(--second-color);}

.mainSearch-wrap .rent-top{display:inline-flex; justify-content: space-between; align-items: center; gap:10px;width:100%;padding:10px 5px 10px 0;box-sizing:border-box;}
.mainSearch-wrap .rent-form{flex:1; display:inline-flex;align-items: center; flex-wrap: wrap; gap:15px;margin-right:20px;}
.mainSearch-wrap .rent-input{display:inline-flex;align-items: center; height:50px;font-weight:400;font-size:14px;line-height:1;color:#666;border-radius: 4px; border:1px solid var(--border-color);padding:0 20px; box-sizing:border-box;}
.mainSearch-wrap .rent-tit{display:flex; align-items: center; gap:10px; font-weight:600;font-size:16px;line-height:1.2;color:var(--second-color);}
.mainSearch-wrap .rent-txt{font-weight:400;font-size:14px;line-height:1.2;color:#007bff; }
.mainSearch-wrap .w-1{flex:5; }
.mainSearch-wrap .w-2{flex:2.5; }
.mainSearch-wrap .w-3{flex:1; }

.mainSearch-wrap .package-form{flex:1; display:inline-flex;align-items: center; flex-wrap: wrap; gap:15px;padding:0 10px;}
.mainSearch-wrap .package-input{display:inline-flex; justify-content: center; align-items: center;text-align: center; height:50px;font-weight:400;font-size:14px;line-height:1;color:#666; border-radius: 4px; border:1px solid var(--border-color);padding:0 5px; box-sizing:border-box;}
.mainSearch-wrap .w-4{flex:1.5;}
.mainSearch-wrap .w-5{flex:1;}

.area-select, .date-select{flex:1;}
.mainSearch-wrap .search-form .input{flex:1;display:inline-flex;justify-content: center;align-items: center;  height:100%; padding:0 5px;color:#666;font-weight:400;font-size:14px;line-height:1;text-align:center;box-sizing:border-box; }

.passenger-num{flex:1.5; gap:10px; padding:0 10px; box-sizing: border-box; }
/*  increase decrease */
.qty-container{display: inline-flex;align-items:center;justify-content:center;}
.qty-container .qty-tit{font-weight:600; font-size:14px; line-height:1;color:#333; margin-right:10px; }
.qty-container .input-qty{text-align: center;border: none; margin: 0px;font-weight:400;font-size:13px; width:40px;height:26px;box-sizing: border-box;}
.qty-container .qty-btn-minus{ width:18px;height:18px;border-radius: 50%; background:url(/images/i-minus.png) 50% 50% no-repeat #fafafa;background-size:6px auto; border:1px solid #aaa; text-indent: -9999px; transition: 0.3s; box-sizing: border-box;}
.qty-container .qty-btn-plus{ width:18px;height:18px;border-radius: 50%; background:url(/images/i-plus.png) 50% 50% no-repeat #fafafa;background-size:8px auto; border:1px solid #aaa; text-indent: -9999px; transition: 0.3s; box-sizing: border-box;}
.qty-container .txt{width:40px; text-align: center;font-weight:400;font-size:13px; color:#666; }

.list-xscroll{width:100%;margin:10px auto 15px; padding:0;position:relative; box-sizing: border-box; overflow:hidden; }
.list-xscroll .x-scroll{display:flex; justify-content: center; }
.list-xscroll ul{display:flex;  align-items: center;width:100%;height:100%;gap:0px; box-sizing: border-box; }
.list-xscroll ul.tabs {white-space: nowrap;}
.list-xscroll li{position:relative;padding-right:20px; margin-right:20px;}
.list-xscroll li::before{position: absolute;content: ""; right:0; top:50%; transform:translateY(-50%); width:1px; height:12px; background:#888; }
.list-xscroll li:last-child{padding-right:0px; margin-right:0px;}
.list-xscroll li:last-child::before{display:none;}

.list-xscroll a{display:flex;align-items: center; justify-content: center;text-align:center;height:30px; font-weight:400;font-size:17px;line-height:1; box-sizing: border-box;color:#333;}
.list-xscroll li.active a{font-weight:700;color:var(--primary-color);}
.list-xscroll li:hover a{font-weight:700;color:var(--primary-color); }

.icon-round-trip{display:inline-block; width:26px; height:26px; background:url(/images/icon-round-trip.png) 50% 50% no-repeat;}
.icon-area{display:inline-block; width:18px; height:24px; background:url(/images/ico_earth.png) 50% 50% no-repeat; background-size:16px auto; }
.icon-date{display:inline-block; width:24px; height:24px; background:url(/images/ico_calendar.png) 0% 50% no-repeat; background-size:16px auto; }
.icon-bar{display:inline-block; width:20px; height:20px; background:url(/images/icon-bar.png) 50% 50% no-repeat;}
.icon-new{display:inline-block; width:9px; height:16px; background:url(/images/icon-new.png) 50% 50% no-repeat;}
.icon-new-b{display:inline-block; width:16px; height:18px; background:url(/images/icon-new-b.png) 50% 50% no-repeat;}
.icon-newwin{display: inline-block;width:12px; height:12px; background:url(/images/newwin.png) 50% 50% no-repeat;background-size:12px auto;}

.input-transparent{display:inline-block; vertical-align:middle;cursor: pointer; transition: all 0.3s ease-out; }
.input-transparent input{width:100%;height:100%; padding:0 5px;border:0;background:transparent; color:#333;font-weight:400;font-size:14px;line-height:1;text-align:center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; box-sizing:border-box;}
.input-transparent input:focus {outline: none;background:transparent;border:0; }
.input-transparent input:disabled, .input_sty input:read-only {background:transparent; }
.input-transparent input:disabled:focus, .input_sty input:read-only:focus {border:0; }

/* sec5 */
.text-wrap{ width:100%;margin:0 auto; padding-top:15px;}
.text-wrap .titleBar{position:relative; width:fit-content;font-weight:500;font-size:14px;color:#fff;line-height:1.2;letter-spacing:-0.01em; border-radius:30px;  padding:7px 24px 7px 50px; background:var(--second-color); box-sizing: border-box; margin-bottom:25px; }
.text-wrap .titleBar .icon{position:absolute;left:15px; top:-10px; width:28px; height:26px; background: url(/images/icon-star.png) no-repeat 0% 0%; background-size:auto 26px;}
.text-wrap .content{padding:0px 10px; box-sizing: border-box;}
.text-wrap .titArea{display:flex; align-items: flex-end; gap:20px;}
.text-wrap .tit{ font-weight:700; font-size:20px; line-height:1.2;color:var(--second-color);  }
.text-wrap .line{flex:1; height:1px; background:#666; margin-bottom:4px;}
.text-wrap li{margin-top:20px;}
.text-wrap .stit{display:flex;align-items: center; flex-wrap: wrap; gap:10px; font-weight:600; font-size:16px; line-height:1.2;color:var(--second-color);margin-bottom:6px; }
.text-wrap .num{display:inline-flex; justify-content: center;align-items: center;width:20px; height:20px; background: #84888b;font-weight:500; font-size:12px; line-height:1;color:#fff; border-radius: 50%;  }
.text-wrap .txt{font-weight:300; font-size:14px; line-height:1.45;color:var(--second-color);padding-left:30px; box-sizing: border-box; }
.text-wrap .txt-point{font-weight:500; font-size:14px; line-height:1.45;color:var(--primary-color);padding-left:10px; box-sizing: border-box; }
.text-wrap .btn{display:inline-flex; align-items: center;gap:10px; font-weight:300; font-size:13px; line-height:1;color:var(--second-color); border-radius:4px; border:1px solid #666; padding:4px 10px;box-sizing: border-box; }

.sec5-bnr{ width:100%;margin:60px auto 0;}
.sec5-bnr ul{display:flex; flex-wrap: wrap; gap:30px;}
.sec5-bnr li{display:inline-flex; flex-direction: column; justify-content: center;align-items: center; text-align: center; gap:5px; width:-webkit-calc(100% / 5 - 24px); width:calc(100% / 5 - 24px); border:2px solid var(--concept-color); background:#fff; padding:18px 10px; border-radius:var(--border-radius); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);  box-sizing: border-box; cursor: pointer;}
.sec5-bnr .tit{font-weight:700; font-size:18px; line-height:1.4; }
.sec5-bnr .txt{font-weight:400; font-size:13px; line-height:1.4;letter-spacing:-0.01em;color:#666;}
.sec5-bnr li.bnr1{border-color:var(--concept-color);}
.sec5-bnr li.bnr1 .tit{color:var(--concept-color); }
.sec5-bnr li.bnr2{border-color: #6c6c6c;}
.sec5-bnr li.bnr2 .tit{color:#6c6c6c; }
.sec5-bnr li.bnr3{border-color: var(--point-color);}
.sec5-bnr li.bnr3 .tit{color:var(--point-color);}
.sec5-bnr li.bnr4{border-color: var(--yellow-color);}
.sec5-bnr li.bnr4 .tit{color: #edb407;}
.sec5-bnr li.bnr5{border-color: #8982e4;}
.sec5-bnr li.bnr5 .tit{color:#454086;}

/* 팝업 내부 div */
.pop-text{width:100%; }
.pop-text > h3{color:var(--concept-color); text-align: center; margin-bottom:20px; }
.pop-text > section{margin-bottom:30px; }
.pop-text > section > h4{color:var(--concept-color);margin-bottom:15px; }

.box-sty1{background:var(--light-bgcolor); border:1px solid var(--border-color); padding:15px; border-radius:8px; box-sizing: border-box; }
.box-sty2{background:#fff3cd; color:#856404; padding:15px; border-radius:8px; font-size:14px; line-height:1.45; border:1px solid #ffeeba; margin-top:15px;box-sizing: border-box; }
.box-sty3{background:#fafafa; border:1px solid var(--border-color); padding:25px 25px 15px; border-radius:8px; box-sizing: border-box; margin-bottom:20px; }
.box-sty3 .form_sty{margin-bottom:0;}

/* 공통 text */
.tit-xlg{font-weight:700;font-size:40px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-lg{font-weight:700;font-size:30px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-md{font-weight:700;font-size:24px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-sm{font-weight:700;font-size:18px;color:#000;line-height:1.3;letter-spacing:0;}
.tit-s{font-weight:700;font-size:16px;color:#000;line-height:1.3;letter-spacing:0;}

.txt-lg{font-weight:400;font-size:24px;color:#333;line-height:1.45;}
.txt-m{font-weight:400;font-size:20px;color:#333;line-height:1.45;}
.txt-md{font-weight:400;font-size:18px;color:#333;line-height:1.45;}
.txt-sm{font-weight:400;font-size:16px;color:#333;line-height:1.45;}
.txt-s{font-weight:400;font-size:14px;color:#333;line-height:1.45;}

.tit--round{position:relative;font-weight:700;font-size:24px;color:#333;line-height:1.45; padding-left:20px;box-sizing: border-box;}
.tit--round::before{position:absolute;content: ' ';left:0;top:12px;background:var(--concept-color);border-radius:24px; width:12px; height:6px;  /* border-radius:50%; width:7px; height:7px;*/ }

.bullet-tit{position:relative;font-weight:400;font-size:18px;color:#333;line-height:1.45; padding-left:15px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-tit::before{position:absolute;content: ' ';left:0;top:12px; width:6px; height:6px;background:var(--concept-color); border-radius:50%; }

.bullet-txt{position:relative;font-weight:300;font-size:16px;color:#333;line-height:1.45; padding-left:10px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-txt::before{position:absolute;content: ' ';left:0;top:9px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.bullet-stxt{position:relative;font-weight:300;font-size:14px;color:#444;line-height:1.45; padding-left:10px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
.bullet-stxt::before{position:absolute;content: ' ';left:0;top:7px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

.line-list{position:relative;font-weight:400;font-size:16px;color:#333;line-height:1.45; padding-left:12px;box-sizing: border-box;}
.line-list::before{position:absolute;content: '-';left:0;top:0px;font-size:16px;color:#333; }

.bullet-txt.c1{color:var(--primary-color);}
.bullet-txt.c1::before{background:var(--primary-color);}
.bullet-txt.c2{color:#333;}
.bullet-txt.c2::before{background:#333;}

/* table--scroll 좌우사용 */
  .scrollbox{width: 100%; margin: 0 auto; margin: 0 auto;overflow: auto;  border-top:1px solid  var(--concept-color); box-sizing: border-box; position: relative;z-index:1;}
  .scrollbox::-webkit-scrollbar{width: 6px;}
  .scrollbox::-webkit-scrollbar:vertical {width: 6px;}
  .scrollbox::-webkit-scrollbar:horizontal {height: 6px;}
  .scrollbox::-webkit-scrollbar-track{border-radius: 0px;background-color:transparent;}/* 스크롤바 뒷 배경 설정*/
  .scrollbox::-webkit-scrollbar-track:hover{background-color:transparent;}
  .scrollbox::-webkit-scrollbar-thumb{border-radius: 0px; border: 0;background-color:var(--concept-color);}/* 스크롤바 막대 설정*/
  .scrollbox::-webkit-scrollbar-button {display:none;}
  .scrollbox.b-none{border-width:1px 0; }

  .scrollbox table {width: 100%;margin: auto; min-width:500px; border-collapse: collapse;font-variant-numeric: tabular-nums; vertical-align: middle; table-layout: fixed;}
  .scrollbox table th {text-align:center;padding:10px;vertical-align:middle; background:#f7f8f9; border-bottom:1px solid var(--border-color); border-left:1px solid var(--border-color); font-weight:500;font-size:16px;line-height:1.2;letter-spacing:-0.01em; box-sizing: border-box;}
  .scrollbox table thead {position: -webkit-sticky;position:sticky;top:0;z-index:2; }
  .scrollbox table td {text-align:center;padding:10px;vertical-align:middle;border-bottom:1px solid var(--border-color); border-left:1px solid var(--border-color);background: #fff; font-weight:400; font-size:15px;color: #333;line-height:1.4;letter-spacing:-0.01em; }

  .scrollbox table tfoot,.scrollbox table tfoot th, .scrollbox table tfoot td {position:-webkit-sticky;position:sticky;bottom:0;background:#7a848f;color:#fff;}
  .scrollbox tfoot th{font-weight:700;}
  .scrollbox table th:first-child,  .scrollbox table td:first-child{border-left:0px solid var(--border-color); }
  .scrollbox table.hover tbody tr:hover td{background:#f4f8fc;}
  .scrollbox table tbody tr.selected-bg:hover td{background:#d0e8f9;}
  .scrollbox table input[type=checkbox] + label{padding-left:16px;}
  .selected-bg{background:#d0e8f9;}

  .scrollbox.ptable {max-height:calc(100vh - 200px);}
  .scrollbox.ptable table {min-width:500px;}
  .td_sty1{} /* br태그 적용시 사용*/

  .scrollbox.atable{} /* x스크롤 없는 테이블 */
  .scrollbox.atable table {min-width:100%;table-layout:unset;}
  .scrollbox.atable th{padding:8px;font-size:13px; line-height:1.3;}
  .scrollbox.atable td{padding:8px;font-size:13px; line-height:1.3;}
  .scrollbox.atable.border-non th, .scrollbox.atable.border-non td{border:0;}

  .scrollbox.btable{} /* 견적서 */
  .scrollbox.btable table {min-width:600px;}
  .scrollbox.btable table th{font-size:13px;line-height:1.2;padding:8px;}
  .scrollbox.btable table td{font-size:13px;line-height:1.2;padding:8px;}
  .scrollbox.btable::-webkit-scrollbar-thumb{background-color:var(--gray-color); }
  .scrollbox.btable input[type=checkbox] + label{padding-left:20px;font-size: 13px;}
  .scrollbox.btable input[type=checkbox]+ label:before {width:14px;height:14px;} 

  .scrollbox.ctable{} /* 회원가입 동의 */
  .scrollbox.ctable table {}
  .scrollbox.ctable table th{font-size:14px;padding:8px;}
  .scrollbox.ctable table td{text-align:right; font-size:13px;padding:8px; }

  .scrollbox.dtable{max-height:400px; margin-top:10px;} /* 회원가입 업무지역(국가) 선택 */
  .scrollbox.dtable table {min-width:500px;}
  .scrollbox.dtable table th{font-size:13px;line-height:1.2;padding:8px;}
  .scrollbox.dtable table td{text-align:left; font-size:13px;line-height:1.2;padding:8px;}
  .scrollbox.dtable::-webkit-scrollbar-thumb{background-color:var(--gray-color); }
  .scrollbox.dtable input[type=checkbox] + label{padding-left:20px;font-size: 13px;}
  .scrollbox.dtable input[type=checkbox]+ label:before {width:14px;height:14px;} 

  .scrollbox.stable{max-height:400px;}
  .scrollbox.stable table {min-width:100%;table-layout:unset;}
  .scrollbox.stable table th{font-size:13px;padding:5px;}
  .scrollbox.stable table td{text-align:left; font-size:13px;text-transform: uppercase;padding:5px; cursor: pointer;word-break:break-all;	 }
  .scrollbox.stable table tbody tr:first-of-type td{padding-top:5px;}
  .scrollbox.stable::-webkit-scrollbar-thumb{background-color:var(--gray-color); }

  .scrollbox.etable{ border-top:0px solid var(--border-color);} /* x스크롤 없는 테이블 */
  .scrollbox.etable table {min-width:100%;table-layout:unset;}
  .scrollbox.etable th{background:#f4f4f4; padding:5px 8px;font-size:13px; line-height:1.3;}
  .scrollbox.etable td{padding:8px;font-size:13px; color: #666; line-height:1.3;}
  .scrollbox.etable.border-non th, .scrollbox.etable.border-non td{border:0;}

  .scrollbox table th.bg-3, .scrollbox table td.bg-3{background:#f6f6f6;}
  .scrollbox table th.bg-2, .scrollbox table td.bg-2{background:#f4f8fc;}
  .scrollbox table th.bg-1, .scrollbox table td.bg-1{background:#fff;}
  
  .scrollbox table .rborder{border-right:1px solid var(--border-color);}
  .scrollbox table td p{margin-top:5px;}
  .scrollbox table td p:first-child{margin-top:0px;}
  .scrollbox table .f-point{font-weight:400;color: var(--concept-color); }
  .scrollbox table .f-red{font-weight:400;color: var(--primary-color); }
  .scrollbox table .f-price{font-weight:500;color: var(--primary-color); text-align: right; }
  .scrollbox table .f-black{font-weight:400;color:var(--second-color);}
  .scrollbox table .ellipsis{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
  .scrollbox table .f-bold{font-weight:500;color: var(--primary-color);}
  .scrollbox table .f-bold.type1{color:var(--concept-color);}
  .scrollbox table .f-date{font-weight:300;font-size:12px !important; color: var(--primary-color);  }
  .scrollbox table tr.selected-on th, .scrollbox table tr.selected-on td{background:#f6f5e8 !important; }
  .scrollbox table tr.selected-on th > .link, .scrollbox table tr.selected-on td > .link{font-weight:500;color: var(--concept-color);  }
/* table 좌우사용 END */

/*   .container {width:100%;margin:0 auto; padding:calc(var(--header-height) + 60px) 0 80px; min-height:calc(100vh - 250px); box-sizing: border-box;} */
  .container { width:100%;margin:0 auto; padding:calc(var(--header-height) + 40px) 0 80px;  box-sizing: border-box;}
  .title{ font-weight:700; font-size:30px;color:var(--second-color);line-height:1.2;letter-spacing:-0.01em; text-transform:capitalize;margin-bottom:20px; }

  .location{width:100%;margin:0 0 40px;}
  .location li{position:relative;display: inline-block;padding-left: 25px;font-weight:400;font-size:14px;color: #666;line-height: 1;letter-spacing:-0.01em;} 
  .location li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 4px;height: 4px;background:#bbb;border-radius:50%;margin-left:10px; }
  .location .i_home{display: inline-block;width:16px; height:13px;background: url(/images/ico_home_bl.png) 0 50% no-repeat;text-indent: -9999px;}
  .location li:first-child{padding-left:0px; }
  .location li:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }

  .bottomBtn{position: fixed;left:0;/*bottom:0;*/bottom: env(safe-area-inset-bottom); display:flex; justify-content: center; align-items:center; gap:10px; width:100%; height:60px;border-top:1px solid var(--border-color);box-sizing: border-box; box-shadow:-1px 1px 16px rgba(0,0,0,.15); z-index: 2; }
  .bottomBtn::after { content: ""; position: absolute; bottom: calc(-1 * env(safe-area-inset-bottom)); left: 0; right: 0; height: env(safe-area-inset-bottom); background-color: #fff; z-index: -1; }
  .bottomBtn.bg-wh{background: #fff; }

  /* form */
  .form_box{ margin:0px auto; border:1px solid var(--border-color); padding:50px;box-sizing: border-box; }
  .form_sty{width:100%;margin:0px 0px 40px;border-top:1px solid #666; padding-top:10px; box-sizing: border-box;}
  .form_sty.b-none{border-top:0; padding-top:0px; margin:0px 0px 20px;}
  .form_sty > ul{display: flex;align-items: center;flex-wrap: wrap; gap:30px; width:100%;margin-top:0px;padding:10px 0px;}
  .form_sty > ul > li{padding:0px;display:inline-flex;align-items: center;flex-wrap: wrap; }
  .form_sty > ul > li.top{align-self:flex-start; padding-top:3px;  }
  .form_sty .tit{flex:0 0 150px; padding-top:0px; justify-content: flex-end;  }
  .form_sty .tit > *{position:relative;display: inline-block;font-weight:600;font-size:16px;color: #333;line-height:1.2;letter-spacing:-0.02em; cursor: default;}
  .form_sty .tit > *.required{padding-right:10px;}
  .form_sty .tit > *.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
  .form_sty .tit > *.point-tit{width:100%; margin-top:5px; font-weight:500;font-size:13px;color:var(--red-color);text-align: right;padding-right:10px; box-sizing: border-box;}
  .form_sty .tit.ss{flex:0 0 100px;  }
  .form_sty .tit.lg{flex:0 0 240px;  }
  .form_sty ul.full{display:block;}
  .form_sty ul.full > *{width:100%;justify-content:flex-start; margin-bottom:10px; }
  .form_sty ul.full .tit > *{width:240px;text-align: right;}
  .form_sty ul.full .cont{ padding-left:10px; box-sizing: border-box;}

  .form_sty .cont{flex:1;font-size:16px;min-height:var(--input-height);} /* input 기본 30px */
  .form_sty > ul > li:nth-of-type(3) {margin-left:30px;}
  .form_sty .ws1{flex:0 0 200px;}
  .form_sty .ws2{flex:0 0 50%; }
  .form_sty .ws3{width:200px;} /* select 넓이 지정 : 견적문의 국가 버튼있는경우 */
  .form_sty .ws4{width:100px;} /* select 넓이 지정 : 견적문의 여행기간 */
  .form_sty .ws5{width:200px;} /* select 넓이 지정 : 가입 국가지정 */
  .form_sty .select-w{flex:1;} /* select 넓이 지정 : 모바일 100%일경우 사용 */
  .form_sty .sm{flex:0 0 10px; text-align:center;font-weight:400;font-size:14px;color:#333;}
  .input-w{flex: 1;}

  .form_sty.pop{margin:0px;border-top:0; padding-top:0px;}
  .gap-s1 {gap:15px !important;}
  .gap-s2 {gap:15px 20px !important;}
  .gap-s3 {gap:15px 40px !important;}
  .select-div{position:relative; display:inline-flex; align-items:center; flex-wrap: wrap; gap:5px; width:100%; }
  .choice-input{position:relative;display:flex; align-items:center; gap:5px;margin-bottom:8px;width:100%;}
  .add_field {display:inline-flex;justify-content: center;align-items: center;gap:3px; width:70px; height:var(--input-height);padding:0 5px;background:var(--sub-color); border-radius:4px;box-sizing: border-box; } 
  .add_field .icon{font-weight:500;font-size:20px; color:#fff;line-height:1; padding-bottom:3px; } 
  .add_field .txt{font-weight:400;font-size:14px;color:#fff; line-height:1; } 

  .remove_field {display:inline-flex;justify-content: center;align-items: center;gap:3px; width:70px;height:var(--input-height);padding:0 5px;background:var(--gray-color); border-radius:4px;box-sizing: border-box;} 
  .remove_field .icon{font-weight:500;font-size:20px; color:#fff;line-height:1;padding-bottom:3px; } 
  .remove_field .txt{font-weight:400;font-size:15px;color:#fff; line-height:1; } 

  .flex-div{display:inline-flex; align-items:center; flex-wrap: wrap; gap:8px;}
  .flex-div .stit{position:relative;font-weight:400;font-size:16px;color:#333;line-height:1.45; padding-left:10px;letter-spacing:0em;line-height:1.4;box-sizing: border-box;}
  .flex-div .stit::before{position:absolute;content: ' ';left:0;top:9px; width:4px; height:4px;background:var(--concept-color); border-radius:50%; }

  /* login */
  .login-header{position: fixed;left:0; top:0;display:flex; justify-content:flex-end; align-items: center; width:100%; height:50px; background: #fff; padding:0 40px; box-sizing: border-box; z-index: 2; }
  /* .login-wrap{display:flex;flex-direction: column; justify-content: center; align-items: center; width:100%; padding:0 12%; margin:var(--header-height) auto 0; height:calc(100vh - var(--header-height)); box-sizing: border-box; } */
  .login-wrap{display:flex;flex-direction: column; justify-content: center; align-items: center; width:100%; padding:0 12%; margin:0 auto; height:100vh; min-height:100%; box-sizing: border-box; }
  .login-wrap.find{padding:0 8%;}
  .login-logo{width:100%;text-align:center;min-height:45px;background:url(/images/logo.png) 50% 0% no-repeat;background-size:auto 45px; margin-bottom:20px; }
  .login-txt{text-align:center;font-weight:500;font-size:16px;color:#222; margin-bottom:20px; }
  .login-txt > p{font-weight:400;font-size:16px;color:#222;line-height:1.45;letter-spacing:-0.01em;margin-top:5px; }
  .login-box{width:100%; max-width:400px; background:#fff; margin:0px auto 0; padding:40px 50px;border:1px solid var(--border-color);box-sizing: border-box; }

  .login-box .btn{display:flex;justify-content: center; align-items: center;width:100%;height:45px; cursor:pointer; font-weight:500;font-size:15px; color:#fff;line-height:1;border-radius:4px;box-sizing: border-box; margin-bottom:10px;  }
  .login-box .btn.login{background:var(--concept-color);}
  .login-box .btn.login > span{display:inline-flex;align-items: center;padding-left:30px;background:url(/images/i_lock.png) 0px 50% no-repeat;background-size:auto 20px; height:100%;}
  .login-box .btn.kakao{background:#fae64c;}
  .login-box .btn.naver{background:#26cc49;}
  .login-box .btn.kakao > span{display:inline-flex;align-items: center;background:url(/images/ico-kakao.png) 0px 50% no-repeat;background-size:22px auto; padding-left:30px; color:#1a1a1a; height:100%; }
  .login-box .btn.naver > span{display:inline-flex;align-items: center;background:url(/images/ico-naver-wh.png) 0px 50% no-repeat;background-size:16px auto; padding-left:24px; height:100%; }
  .login-box .btn.join{background:var(--second-color);}

  .login-box .text-btn{display:flex;justify-content: center; align-items: center; text-align:center; margin:15px 0 30px;}
  .login-box .text-btn > a{position:relative;font-weight: 500;font-size:14px; color:#666;line-height:1; margin-left:15px; padding-left:16px;}
  .login-box .text-btn > a::after{position:absolute;content: '';left:0; top:50%; transform:translateY(-50%);  width:1px; height:10px;background:#888; }
  .login-box .text-btn > a:first-of-type{ margin-left:0px; padding-left:0px;}
  .login-box .text-btn > a:first-of-type::after{display:none; }

  .input_login{width:100%; margin-bottom:15px;} /* login */
  .input_login label{width:100%;font-weight:600;font-size:14px; color:#333; margin-bottom:5px;}
  .input_login input{width:100%; height:40px; padding:5px 10px; color:#333;font-size:15px;border:1px solid #d1d1d1;  box-sizing:border-box;}
  .input_login input::placeholder, .input_login input:-ms-input-placeholder, .input_login input::-ms-input-placeholder, .input_login input::-webkit-input-placeholder, .input_login input::-moz-placeholder {font-size:14px;color:#666;}

  .login-tab{display:flex;width:100%; max-width:600px;margin:0px auto 10px;}
  .login-tab-menu{flex:1;display:inline-flex;justify-content:center; align-items: center;text-align:center; height:45px; border:1px solid var(--border-color);background:#fff; font-weight: 400; font-size:16px;color:#666;line-height:1;  }
  .login-tab-menu.is-on{border:1px solid var(--concept-color);background:var(--concept-color); color:#fff;}

  .join-tab{display:flex;gap:5px; width:100%; max-width:500px;margin:0px auto 30px;}
  .join-tab-menu{flex:1;display:inline-flex;justify-content:center; align-items: center;text-align:center; height:40px; border:1px solid #666;background:#fff; font-weight: 400; font-size:15px;color:#333;line-height:1; border-radius: 4px; }
  .join-tab-menu.is-on{border:3px solid var(--concept-color); color:var(--concept-color);}

  .tab-contents{display:none;width:100%; margin:0px auto 40px;}
  .tab-contents.is-on{display:block;}

  .id-box{width:100%; max-width:600px; background:#fff; margin:0px auto;padding:40px;border:1px solid var(--border-color);box-sizing: border-box;  }
  .id-box .txt{position:relative;font-weight:400;font-size:16px;color:#444; line-height:1.45; border-bottom:1px solid #666; padding-left:18px;  padding-bottom:10px; margin-bottom:15px; box-sizing: border-box;  }
  .id-box .txt::before{position:absolute;content: '※';left:0;top:2px; font-size:14px;color:inherit; font-family: 'GmarketSansMedium';}
  .id-box .btn-type.btn{padding:0 15px;}
  .id-box .desc{ margin-top:10px; background:#fafafa; border:1px solid var(--border-color);padding:15px;box-sizing: border-box; }
  .id-box .form_sty > ul{padding:10px 0px;}
  .id-box .form_sty > ul > li{min-height:40px;  }

  .join-header{position: fixed;left:0; top:0;display:flex; justify-content:space-between; align-items: center; width:100%; height:50px; background: #fff; padding:0 40px; border-bottom:1px solid var(--border-color); box-sizing: border-box; z-index: 2; }
  .join-header > *:first-child{flex:1; text-align: center; color: #333; }
  .join-wrap {width:100%; max-width:var(--wrap-width); margin:0 auto; padding:80px var(--padding-w);  box-sizing: border-box;}
  .register-title{display:flex;flex-wrap: wrap; align-items: center; gap:10px; font-weight:600;font-size:18px;color:var(--second-color);line-height:1;letter-spacing:-0.01em; margin-bottom:10px; background:url(/images/i_doc.png) 0 4px no-repeat;padding-left:20px;  }
  .register-stitle{display:flex;flex-wrap: wrap; align-items: center; gap:10px; font-weight:600;font-size:16px;color:var(--second-color);line-height:1;letter-spacing:-0.01em; margin-bottom:10px; }

  /* file upload */
  .inputfile-wrap {position: relative;display: flex; width: 100%; gap:5px;}
  .inputfile-wrap input[type="file"] {position: absolute;width: 1px;height: 1px;margin: -1px; padding: 0; border: 0; overflow: hidden;clip: rect(0, 0, 0, 0);}
  .inputfile-wrap label.btn {display:inline-flex;justify-content: center; align-items: center; width:80px;height:var(--input-height); color:#fff;border:0px solid #262729;background:#a3a5aa;line-height:1;padding:0px 5px;text-align:center; font-size:14px;font-weight: 400;border-radius:4px;box-sizing: border-box;}
  .inputfile-wrap input{flex:1; height:var(--input-height);padding:0 10px;border:1px solid var(--border-color);background:#fff;color:#666; border-radius:4px; font-size:14px;box-sizing:border-box;transition: border-color 0.15s ease-in-out;}
  .inputfile-wrap input:focus {outline: none;background-color:#fff;border-color:var(--concept-color);}
  .inputfile-wrap.line input{border:1px solid #ccc;border-width:0 0 1px 0; border-radius:0px;padding:0;}

  .agreement_box{width:100%; border-top:1px solid #666; padding-top:20px;  box-sizing: border-box;}
  .agreement_box > div{display:flex; align-items: center; justify-content: space-between;flex-wrap: wrap; border-bottom:1px solid var(--border-color); padding-bottom:15px; margin-bottom:15px;}
  .agreement_box .agreement_tit{font-weight:500;font-size: 16px;color: #333;line-height:1.2;}
  .agreement_box .viewBtn{display:inline-flex;align-items: center;  padding-left:10px;box-sizing: border-box;}
  .agreement_box .viewBtn > a{position: relative;font-weight: 400;font-size:14px;line-height:1.2;color:var(--concept-color);}
  .agreement_box .viewBtn > a::after { content: ' ';position: absolute;bottom:0; left:0;width:100%; height: 1px;background:var(--concept-color);}

  .land-select{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;  gap:10px; width:100%; }
  .btn-initial{ display:inline-flex;align-items: center; flex-wrap: wrap; gap:2px;  border: 1px solid var(--border-color); border-radius:4px; padding: 5px 8px;box-sizing: border-box;}
  .btn-initial > a{flex:1; font-weight: 500;font-size:12px; color: var(--red-color); border:0px solid var(--border-color); border-radius:4px; padding: 4px 5px;box-sizing: border-box;}
  .btn-initial > a.active{ color:#fff;background:var(--red-color);}
  .btn-initial .stit{font-weight: 400;font-size:13px; color: var(--red-color); margin-right:4px;}

  .flex-city{display:flex; gap: 5px 15px; flex-wrap: wrap;}

#land-theme{display:none;} 
#land-area{display:none;} 
#land-terms{display:none;}
#certificate-field{display:flex; width:100%; flex-wrap: wrap; margin:50px 0 20px; display:none; }

#land-headletter{margin-top:40px;}
#headletter-file-preview{width:100%; position: relative; border: 1px solid #000; margin-top:10px;}

.txt-required{position:relative;display: inline-block;font-weight:500;font-size:15px;color: #333;line-height:1;letter-spacing:-0.01em;cursor: default; padding-right:10px; }
.txt-required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:15px;color: #ff0000;}

.tit-required{margin-bottom:15px;}
.tit-required > span{position:relative;display: inline-block;font-weight:600;color: #333;font-size:16px; line-height:1;letter-spacing:-0.03em;}
.tit-required > span.required{padding-right:10px;}
.tit-required > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}

.f-group {display:flex;width:100%;margin:0px;align-items:center; gap:5px;}
.col--4{width:100%;display:flex; flex-wrap: wrap; padding-top:30px;gap:10px;  }
.col--4 > *{width:-webkit-calc(100% / 4 - 7.5px); width:calc(100% / 4 - 7.5px);padding: 16px; background-color: #f5f7fa;border: 1px solid #d3dce6; border-radius:8px;  box-sizing: border-box;}

.preview-info {font-size: 14px;color: #333;}
.preview-info h4 {margin-bottom: 12px;font-weight: 600; font-size: 16px;color: #2a4365;}
.preview-info li { margin-bottom: 8px;line-height: 1.6;}
.preview-info code { background-color: #e2e8f0;padding: 2px 6px; border-radius: 4px;font-family: monospace;font-size: 13px;}

/* join : 인허가 증명서 반응형 */
.tbList {width:100%;margin:0px auto; border-top:1px solid  var(--concept-color); }
.tbList ul {display:flex; width:100%;flex-wrap: wrap;justify-content: space-between;align-items: center; gap:0 10px; border-bottom:1px solid var(--border-color); }
.tbList .list-head{background:#f7f8f9;text-align:center;box-sizing: border-box; display:none; }
.tbList .list-head > *{font-weight: 600;font-size:16px;color:#333;line-height:1;padding:10px 0px;box-sizing: border-box;}
.tbList .tit-1{flex:0 0 150px;}
.tbList .tit-2{flex:1;} 
.tbList .tit-3{flex:0 0 120px;}
.tbList .tit-4{flex:0 0 200px;}
.tbList .list-body{background-color: #fff;padding:10px 0px;}
.tbList .list-body > *{font-weight: 400;font-size:16px;color:#333;line-height:1;box-sizing: border-box;}
.tbList .cont-1{flex:0 0 150px; text-align: right;}
.tbList .cont-2{flex:1; display:inline-flex; gap:10px 5px; } 
.tbList .cont-3{flex:0 0 120px;}
.tbList .cont-4{flex:0 0 200px;}

/* index : top-contents */
.top-contents{display:flex; flex-wrap: wrap; gap:40px; width:100%;margin:40px auto 0;}
.top-contents > *{width:-webkit-calc(100% / 2 - 20px); width:calc(100% / 2 - 20px);}
.top-contents .air-sec{}
.top-contents .tour-sec{}
.top-contents .sec-top{display:flex;justify-content: space-between; align-items: center; flex-wrap: wrap; padding-bottom:5px; border-bottom:1px solid #666; margin-bottom:10px; }
.top-contents .sec-top .top-tit{font-weight:700; font-size:18px; line-height:1.2;color:var(--second-color);z-index:1; }
.top-contents .sec-top .btnArea{ flex:1;display:inline-flex; justify-content:flex-end; align-items: center; gap:10px; }
.top-contents .sec-top .top-txt{display:inline-flex;align-items: center; gap:3px; font-weight:400; font-size:14px; line-height:1.2;color:var(--red-color); }
.top-contents .sec-top .btn-m{min-width:70px;}
.top-contents .sec-mid{display:flex;justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom:10px; }
.top-contents .sec-mid .btnArea{ flex:1;display:inline-flex; justify-content:flex-end; align-items: center; gap:10px; }
.top-contents .sec-mid .btn-m{min-width:70px;}
.top-contents .scrollbox{border:1px solid #666; height:400px; }
.top-contents .scrollbox table {min-width:510px;}
.top-contents .scrollbox table th{padding:5px;font-size:14px;border-left:0;}
.top-contents .scrollbox table td{padding:5px;font-size:13px;border-left:0; border-bottom:0;}
.top-contents .scrollbox table tbody tr:first-of-type td{padding-top:10px; }
.top-contents .scrollbox > section{margin-top:10px; border-top:1px solid var(--border-color); display: flex;flex-direction: column;padding-bottom: 10px;}
.top-contents .scrollbox > section:first-of-type{margin-top:0px; border-top:0;}

.top-contents .topArea{width:100%;display:flex;justify-content: space-between; align-items: center; flex-wrap: wrap; gap:5px; padding:8px 10px 0; box-sizing: border-box;background:#fff; }
.top-contents .topArea .titArea{flex: 1;font-weight: 600; font-size: 15px; line-height: 1.2; color: var(--second-color); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.top-contents .topArea .btn-type{min-width:50px; }
.top-contents .topArea .rightArea{ display:inline-flex; align-items: center; gap:5px;  }

.top-contents .midArea{width:calc(100% - 20px);font-size:12px; padding:10px;border: 1px solid #ccc;box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.15);border-radius: 10px;margin: 5px 10px; box-sizing: border-box;}
.top-contents .content-tit{font-weight:700; font-size:18px; line-height:1.2;color:var(--second-color); margin-bottom:10px;}
.top-contents .content{font-size:12px;  }
.top-contents .content img{width:100%;}
.top-contents .stxt{display:inline-flex;align-items: center; gap:3px;  font-weight: 400; font-size:12px; line-height: 1.2; color: var(--second-color);  }

.mypage {width:100%; max-width:1600px; margin:0 auto; padding:80px var(--padding-w) 30px;  box-sizing: border-box;}
.mypage-top{display:flex;justify-content: space-between; align-items: center;gap:5px; flex-wrap: wrap; margin-bottom:10px; box-sizing: border-box;}
.mypage-top > *{display:inline-flex; align-items: center;gap:5px; flex-wrap: wrap;}
.mypage-top .first{}
.mypage-top .second{justify-content: center;}
.mypage-top .btnArea{justify-content:flex-end;}
.mypage-top .selectArea{display:flex;align-items: center;gap:5px;}
.mypage-top .selectArea > * {flex:0 0 100px;}
.mypage-top .dateArea{display:flex;align-items: center;gap:5px;}
.mypage-top .dateArea .input_sty{flex:0 0 90px;}
.mypage-top input{padding:0 5px;}
.mypage-top .btn{padding:0 8px;}

#b2b-point.mypage {padding:30px var(--padding-w) 30px;}
#b2b-point .scrollbox.mytable{max-height:calc(100vh - 110px);} /* mypage b2b point */
.scrollbox.mytable{max-height:calc(100vh - 160px);} /* mypage */
.scrollbox.mytable table {min-width:900px; table-layout: fixed; }
.scrollbox.mytable table th{text-align: right; border-left:0; font-size:13px;line-height:1.2;padding:8px 5px;}
.scrollbox.mytable table td{text-align: right; border-left:0; font-size:13px;line-height:1.2;padding:8px 5px;}
.scrollbox.mytable::-webkit-scrollbar-thumb{background-color:var(--gray-color); }
.scrollbox.mytable::-webkit-scrollbar-track{border-radius: 0px;background-color:#bbb; }/* 스크롤바 뒷 배경 설정*/
.scrollbox.mytable::-webkit-scrollbar-track:hover{background-color:#bbb; }

.mybtn{display:inline-flex;align-items: center;justify-content: center; text-align:center; height:26px;font-weight:400;font-size:12px;line-height:1; padding:0 8px; border-radius:4px;box-sizing: border-box; }
.mybtn.type1{color:var(--dgray-color);border:1px solid var(--dgray-color);background:#fff;} /* 진행선택, 상담 대기 */
.mybtn.type2{color:var(--point-color);border:1px solid var(--point-color);background:#fff;} /* 1:1 채팅 요청, 1:1 상담 중, 견적요청중 */
.mybtn.type3{color:var(--orange-color);border:1px solid var(--orange-color);background:#fff;} /* 채팅/상담 중 */
.mybtn.type4{color:#695ac4;border:1px solid #695ac4;background:#fff;} /* 예약 확정 */
.mybtn.type5{color:#cd3636;border:1px solid #cd3636;background:#fff;} /* 여행 취소, 취소/환불 */
.mybtn.type6{color:var(--violet-color);border:1px solid var(--violet-color);background:#fff;} /* 견적서보냄, 받은 견적서  */
.mybtn.type7{color:var(--green-color);border:1px solid var(--green-color);background:#fff;} /* 견적서 보내기 */
.mybtn.type8{color:var(--red-color);border:1px solid var(--red-color);background:#fff; width:60px;} /* 수정/삭제 */
.mybtn.type9{color:var(--sub-color);border:1px solid var(--sub-color);background:#fff;} /* 상담 완료 */
.mybtn.type10{color:#fff; background:var(--point-color);} /* 채팅하기 */

.mybtn-Area{display:inline-flex;justify-content: center; gap:3px;width:220px; }
.mybtn-Area > *:first-of-type{flex:0 0 60px;}
.mybtn-Area > *{flex:0 0 70px;}
.mybtn-td{width:220px !important;}
.mybtn-Area .mybtn{padding:0 2px;width:100%; }

.popText{width:100%; margin-bottom:30px; }
.popText > ul{display:flex; flex-wrap: wrap; gap:5px; margin-top:8px; }
.popText > ul:first-of-type{ margin-top:0px; }
.popText .tit{font-weight: 600;color:#333;font-size:15px;line-height:1.45;letter-spacing:-0.01em;}
.popText .txt{color:#555;font-size:15px;line-height:1.45;letter-spacing:-0.01em;}
.popText .txt-box{ width:100%; text-align: center; font-weight:700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em; border:1px solid #cfdde7; background:#f3f7fa; padding:15px;box-sizing: border-box;  }

.point-charge{width:100%; background: #fff; padding:20px; box-sizing: border-box;}
.point-charge > ul{display:flex;flex-wrap: wrap;  gap:20px;}
.point-charge > ul > li{/*display:inline-flex; flex-direction: column;justify-content: space-between;*/ }
.point-charge .leftArea{flex:1; border:1px solid #d4dee6;}
.point-charge .left-top{padding:15px;border-bottom:1px solid #d4dee6; background: #f3f7fa;box-sizing: border-box;}
.point-charge .point{display:flex; align-items: center;gap:5px; font-weight: 700;color:#333;font-size:16px; margin-top:5px;}
.point-charge .point-icon{display:inline-flex;justify-content: center;align-items: center; width:18px; height:18px; border-radius: 50%; background: #f9b80a; font-weight: 600;color:#fff;font-size:12px;}
.point-charge .left-mid{padding:15px 0;box-sizing: border-box;}
.point-charge .left-tit{ font-weight:600;color:#333;font-size:14px; border-bottom:1px solid #d4dee6;padding:0 15px 10px;box-sizing: border-box;}

.point-charge .rightArea{flex:1.3;}
.point-charge .right-top{width:100%; margin-bottom:60px;}
.point-charge .right-top > ul{display:flex; justify-content: space-between; gap:10px; padding:8px;}
.point-charge .right-top > ul.total{padding:8px 0; border-bottom:1px solid #d4dee6;margin-bottom:8px; }
.point-charge .right-top > ul.point{background: #f3f7fa; border-top:1px solid #d4dee6; border-bottom:1px solid #d4dee6;}
.point-charge .right-top .tit{font-weight:400;color:#333;font-size:14px;line-height:1;}
.point-charge .right-top .price{font-weight:600;color:#1a1a1a;font-size:14px;line-height:1;}
.point-charge .right-top > ul.total .tit{font-weight:700;color:#1a1a1a;font-size:16px;}
.point-charge .right-top > ul.total .price{font-weight:700;color:#e30c0c;font-size:16px;}
.point-charge .right-top > ul.point .price{font-weight:400;color:#333;font-size:14px;}
.point-charge .borderBox{display:flex;justify-content: space-between; align-items: center; gap:5px; flex-wrap: wrap;  padding:10px;border:1px solid #d4dee6; background: #f3f7fa;box-sizing: border-box; margin-top:10px;}
.point-charge .bank{font-weight:700;color:#333;font-size:15px;}
.point-charge .txt{font-weight:400;color:#333;font-size:12px;}
.point-charge .tab-contents{margin:0 0 20px;min-height:200px;}

.form-s{width:100%;margin:0px 0 10px;}
.form-s > ul{display: flex;align-items: center;flex-wrap: wrap; gap:10px; width:100%;padding:8px 0px;}
.form-s > ul > li{display:inline-flex;align-items: center;flex-wrap: wrap; }
.form-s .tit{flex:0 0 80px; justify-content: flex-end;  }
.form-s .tit > *{position:relative;display: inline-block;font-weight:600;font-size:14px;color: #333;line-height:1.2;letter-spacing:-0.02em; cursor: default;}
.form-s .tit > *.required{padding-right:10px;}
.form-s .tit > *.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form-s .cont{flex:1; }

.pay-tab{display:flex;gap:2px; width:100%; margin:0px auto 10px;}
.pay-tab-menu{flex:1;display:inline-flex;justify-content:center; align-items: center;text-align:center; height:36px; border:1px solid #666;background:#fff; font-weight: 400; font-size:14px;color:#333;line-height:1; border-radius: 4px; }
.pay-tab-menu:last-of-type{flex:1.3;}
.pay-tab-menu.is-on{border:2px solid var(--concept-color); color:var(--concept-color); background: #f3f7fa;}

.card-choice{width:100%; display:flex;flex-wrap: wrap;gap:5px; margin:0; padding-top:10px;}

.notice-stxt{}
.notice-stxt > span{display:inline-block;width: fit-content;text-align: left; min-height:20px;background:url(/images/ico-notice.png) 0 0px no-repeat;background-size:15px auto; padding-left:20px;font-weight:300;font-size:13px;color:#444;line-height:1.3;box-sizing: border-box;}

.menuTab-wrap.active{position:fixed; left:0; top:0;width:100%;height: calc(var(--header-height)); }
.menuTab-wrap.active .menuTab{height: calc(var(--menuTab-height)); }
.menuTab-wrap.active .menuTab a{height: calc(var(--menuTab-height)); color:rgba(255,255, 255, .6);border-color:var(--sub-color);}
.menuTab-wrap.active .menuTab li.active a{color:#fff;}
.menuTab-wrap.active .menuTab li:hover a{color:#fff;}
.menuTab-wrap{ position:absolute; left:0; bottom:0; width:100%; margin:0 auto;height:var(--menuTab-height); background-color:#fff; border-bottom:1px solid var(--border-color);  padding:0px var(--wrap-padding); box-sizing: border-box;overflow:hidden;/*animation: menuAni 1s 0.2s both;*/  z-index:2;}

/* tab */
.sub-tab{position: sticky;top:calc(var(--header-height)); width:100%;height:var(--menuTab-height); margin:0 auto; background: #fff; border-bottom:1px solid #bbb; overflow:hidden; box-sizing: border-box; z-index: 4;}
.sub-tab .x-scroll{display:flex;/* justify-content: center;*/  max-width:var(--content-width);margin:0 auto;  } /* left정렬로 시작 */
.sub-tab ul{display:flex;/* justify-content: center;*/  align-items: center;width:100%;height:100%; gap:0px; box-sizing: border-box; }
.sub-tab ul.tabs {white-space: nowrap;}
.sub-tab li{margin-right:40px;}
.sub-tab li:last-child{margin-right:40px;}
.sub-tab li a{display:inline-flex;align-items: center; justify-content: center;text-align:center;height:var(--menuTab-height);font-weight:500;font-size:16px;line-height:1;padding:0 10px; box-sizing: border-box;color:rgba(0,0, 0, .6);}
.sub-tab li.active a{font-weight:700;color:var(--primary-color);border-bottom:3px solid #444; }
.sub-tab li:hover a:hover{font-weight:700;color:var(--primary-color);border-bottom:3px solid #444; }

.chat-list{width:100%;margin:20px auto;}
.chat-list > ul{display:flex;flex-wrap: wrap; gap:0px; border:1px solid #aaa; padding:25px; border-radius: 20px; margin-bottom:15px; position: relative;}
.chat-list .contents{flex:1;padding-right:40px; }
.chat-list .info{flex:0 0 300px;border-left:1px solid var(--border-color); padding-left:40px; /* background: #f6f6f6; padding:20px 40px; border-radius: 4px;*/ box-sizing: border-box;}
.chat-list .info > p{font-weight:400;font-size:14px; color:#666;line-height:1.3; margin-top:6px; }
.chat-list .info > p:first-of-type{margin-top:0px; }
.chat-list .info > p > span{color:#333;  }
.chat-list .logo-img{position: relative; width:60px; height:60px; border-radius: 50%; border:1px solid var(--border-color); background: #fff; margin-right:20px; }
.chat-list .logo-img img{position: absolute; left:50%; top:50%;transform:translate(-50%, -50%); max-width:100%; max-height:100%; }
.chat-list .c-name{display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; gap:5px;margin-bottom:5px;}
.chat-list .btnArea{display:inline-flex;justify-content: flex-end; align-items: center; gap:5px; }
.chat-list .chat-tb{width:100%; border-top:1px solid var(--border-color); padding-top:15px;margin-top:15px; }
.chat-list .chat-tb dl{display:flex;justify-content: space-between;flex-wrap: wrap;  gap:5px;margin-top:8px; }
.chat-list .chat-tb dl:first-of-type{margin-top:0px; }
.chat-list .chat-tb dt{flex:1; font-weight:400;font-size:15px;line-height:1.4;color:#333;  word-wrap: break-word;word-break: break-all;}
.chat-list .chat-tb dd{flex: 0 0 110px;text-align: right; font-weight: 400;font-size:13px;line-height:1;color:#555;}
.chat-list .point{font-weight:600;color:var(--sub-color); }

/*견적서 */
.estimate-sheet{width:100%;background: #fff; padding:20px; box-sizing: border-box;}
.estimate-sheet > h2{text-align: center; margin-bottom:20px; }
.estimate-sheet .logo-head{width:100%;text-align: center; padding:0 20px 20px; box-sizing: border-box;}
.estimate-sheet .logo-head img{width:100%; max-width:400px;}
.estimate-sheet .formDiv{width:100%; max-width:1000px; margin:0px auto; padding:40px 0; box-sizing: border-box;}
.estimate-sheet .titBox{display:flex;justify-content: space-between;align-items: center;flex-wrap: wrap; gap:5px; width:100%;margin-bottom:10px; border:1px solid var(--border-color); background: #f9f9f9; padding:5px 20px; box-sizing: border-box;}
.estimate-sheet .titBox > .txt-s{font-weight:500;}
.estimate-sheet .formDiv > section{margin-top:20px;}

/* 이용후기 */
.pop-review{width:100%;background: #fff; padding:20px; box-sizing: border-box;}
.pop-review .topArea{display:flex;justify-content: space-between;align-items: center;flex-wrap: wrap; gap:5px; border-bottom:1px solid #666; padding-bottom:10px; }
.pop-review .topSelect{width:100px; }
.pop-review .review-list{width:100%; margin-top:20px;}

.review-info{position: relative;display:flex; flex-wrap: wrap; align-items: center; width:100%;min-height:50px;padding-left:60px;  box-sizing: border-box;}
.review-info .review-logo{width:50px; height:50px; border-radius: 50%; border:1px solid var(--border-color); background: #fff;  position:absolute; left:0; top:0;}
.review-info .review-logo img{position: absolute; left:50%; top:50%;transform:translate(-50%, -50%); max-width:100%; max-height:100%;}
.review-info .review-name{font-weight:400;font-size:16px;color:#333;line-height:1.2; }
.review-info .info{display:flex;justify-content: space-between;align-items: center;width:100%; }
.review-info .date{font-weight:300;font-size:13px;color:#666;line-height:1;}
.review-txt{ width:100%; border:1px solid var(--border-color); border-radius: 4px; font-weight:400;font-size:14px;color:#555;line-height:1.45; margin-top:10px; padding:15px; box-sizing: border-box;}

.review-star{width:70px; }
.review-star,  .review-star span {display:inline-block; height:14px; overflow:hidden; background:url(/images/m_star.png) no-repeat; } 
.review-star span{ background-position:left bottom; line-height:0; vertical-align:top; } 

.review-star-s{width:60px; }
.review-star-s,  .review-star-s span {display:inline-block; height:12px; overflow:hidden; background:url(/images/r_star.png) no-repeat; } 
.review-star-s span{ background-position:left bottom; line-height:0; vertical-align:top; } 

.star_rating {width: 100%; box-sizing: border-box; display: inline-flex; justify-content:center; gap:10px; user-select: none;-webkit-tap-highlight-color: transparent;}
.star_rating .star { width: 20px;  height: 20px; display: inline-block;  background: url(/images/star-off.png) no-repeat center / contain;  background-size: 100%;  box-sizing: border-box; cursor: pointer; }
.star_rating .star.on {width: 20px;  height: 20px; display: inline-block;  background: url(/images/star-on.png) no-repeat center / contain; background-size: 100%;  box-sizing: border-box; }
.star_rating.readonly .star {cursor: default;}

/* 채팅창 */
.chat-wrap {width:100%; max-width:1400px; margin:0 auto; padding:20px; box-sizing: border-box; }
.chat-top{display:flex;justify-content:center; align-items: center;flex-wrap: wrap; gap:10px; margin-bottom:10px; box-sizing: border-box;}
.chat-top .dateArea{display:flex;align-items: center;gap:5px;}
.chat-top .dateArea .input_sty{flex:0 0 90px;}
.chat-top input{padding:0 5px;}
.chat-mid{display:flex;justify-content:center; align-items: center;flex-wrap: wrap; gap:10px; box-sizing: border-box;}
.chat-mid .chatBox{flex:1;}
.chatBox .topArea{ position: relative; display:flex;justify-content:center; align-items: center; width:100%; height:40px;font-weight:700;font-size:17px;color:#333;line-height:1.2; background: #f6f6f6;border:1px solid #888; padding:0px 20px; box-sizing: border-box;}
.chatBox .topBtn{position: absolute; right:5px; top:6px; }
.chatBox .midArea{height:calc(100vh - 128px - 5px);overflow: auto; border:1px solid var(--border-color);padding:20px; box-sizing: border-box; margin-top:5px; }

.chat-list-s{width:100%;margin:0px auto;}
.chat-list-s > ul{display:flex;flex-wrap: wrap; border-bottom:1px solid #aaa; padding-bottom:15px; margin-bottom:15px;position: relative;}
.chat-list-s > ul:last-of-type{border-bottom:0; padding-bottom:0px; margin-bottom:0px;}
.chat-list-s .contents{flex:1;}
.chat-list-s .logo-img{ position: absolute; left:0px; top:0px; width:40px; height:40px; border-radius: 50%; border:1px solid var(--border-color); background: #fff;}
.chat-list-s .logo-img img{position: absolute; left:50%; top:50%;transform:translate(-50%, -50%); max-width:100%; max-height:100%; }
.chat-list-s .nameArea{width:100%;min-height:40px;padding-left:50px;box-sizing: border-box; }
.chat-list-s .cont{display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; gap:5px; }
.chat-list-s .c-name{flex:1; font-weight:700;font-size:16px;color:#333;line-height:1.2;}
.chat-list-s .name{font-weight:400;font-size:14px;color:#333;line-height:1;margin-top:5px;}
.chat-list-s .desc{font-weight:400;font-size:13px;color:#333;line-height:1.2;margin-top:10px;}
.chat-list-s .date{font-weight:300;font-size:12px;color:#666;line-height:1.2;margin-top:5px;display:inline-flex;align-items: center;}
.chat-list-s .time{font-weight:300;font-size:12px; line-height:1; margin-left:8px;}
.chat-list-s .chat-tb{width:100%;padding-top:15px; }
.chat-list-s .chat-tb dl{display:flex;justify-content: space-between;align-items: flex-start; flex-wrap: wrap; gap:5px; width:100%; margin-top:8px; }
.chat-list-s .chat-tb dl:first-of-type{margin-top:0px; }
.chat-list-s .chat-tb dt{flex:1; font-weight:500;font-size:14px;line-height:1.4;color:#333; word-wrap: break-word;word-break: break-all;	 }
.chat-list-s .chat-tb dd{flex: 0 0 110px;font-weight:300;font-size:12px;line-height:1;color:#555; display:inline-flex;align-items: center;justify-content: flex-end;}
.chat-list-s .point{font-weight:600;color:var(--sub-color); }

/* 여행문의 받은 내역 */
.estimate-info{width:100%;background: #fff; padding:20px; box-sizing: border-box;}
.estimate-info .topArea{display:flex;justify-content:space-between; align-items: center; padding-bottom:10px; border-bottom:1px solid #666; margin-bottom:10px;}
.estimate-info .topTitle{display:inline-flex;align-items: center;gap:10px;font-weight:700;font-size:17px;color:#333;line-height:1.2;}
.estimate-info .logo-img{position: relative; width:40px; height:40px; border-radius: 50%; border:1px solid var(--border-color); background: #fff;}
.estimate-info .logo-img img{position: absolute; left:50%; top:50%;transform:translate(-50%, -50%); max-width:100%; max-height:100%; }
.estimate-info .formArea{width:100%;}
.estimate-info .formArea ul{width:100%;padding:8px 0;}
.estimate-info .formArea li{width:100%; display:flex;justify-content: center; align-items: center; gap:15px;}
.estimate-info .input-txt{flex:1;font-weight:500;font-size:14px;color:#333;line-height:1;text-align:center;}
.estimate-info .formArea li.line{padding-top:10px; border-top:1px solid var(--border-color); margin-bottom:10px;box-sizing: border-box; }
.estimate-info .tit{position: relative; width:100%; font-weight:500;font-size:14px;color:#333;line-height:1;text-align:left; padding-left:10px;box-sizing: border-box; }
.estimate-info .tit::after{position: absolute; content: ""; left:0; top:50%;transform:translateY(-50%); width:6px; height:6px; border-radius: 50%;background:var(--concept-color); }

.chat-stxt{text-align: center; font-weight:300;font-size:14px;color:#666;line-height:1.45; margin-bottom:20px;}
.chat-date{text-align: center; font-weight:600;font-size:16px;color:var(--concept-color);line-height:1.45; margin-bottom:10px;}
.chatting{width:100%;margin-bottom:30px;}
.chatting > ul{width:100%;}
.chatting > ul > li{width:100%;display:flex;flex-direction: column; align-items: flex-start;  margin-top:15px;}
.chatting .other{}
.chatting .user{align-items: flex-end;}
.chatting .nameArea{display:flex;align-items: center;gap:5px; margin-bottom:5px; }
.chatting .name{font-weight:500;font-size:14px;color:#1a1a1a;line-height:1.2;}
.chatting .time{font-weight:400;font-size:12px;color:#666;line-height:1.2; margin-left:10px;}
.chatting .logo-img{position:relative;width:40px; height:40px; border-radius: 50%; border:1px solid var(--border-color); background: #fff;}
.chatting .logo-img img{position: absolute; left:50%; top:50%;transform:translate(-50%, -50%); max-width:100%; max-height:100%; }
.chatting .talk{ max-width:80%; width:fit-content; border:1px solid var(--border-color); padding:15px; border-radius: 10px; font-weight:400;font-size:14px;color:#333;line-height:1.45; box-sizing: border-box;}

.review-write{width:100%;padding:20px; box-sizing: border-box;}
.review-write .tit{text-align: center; font-weight:400;font-size:18px;color:#1a1a1a;line-height:1.45; margin-bottom:20px;}
.review-write .tit > span{font-weight:700;}
.review-write .comment{text-align: center; font-weight:400;font-size:14px;color:#333;line-height:1.45; margin-top:10px;}
.review-write .form{width:100%;border-top:1px solid var(--border-color); padding-top:20px;  margin-top:20px;}
.review-write .form-tit{display:flex; align-items: center; gap:10px; font-weight:600;font-size:16px;color:#1a1a1a;line-height:1.45; margin-bottom:10px;}
.review-write .form-tag{padding:4px 10px; border-radius: 20px; font-weight:400;font-size:13px;color:#fff;line-height:1.2; background:var(--second-color); }
.review-write .form-txt{font-weight:400;font-size:14px;color:#333;line-height:1.45;margin-bottom:10px;}
.review-write .count{text-align: right; font-weight:300;font-size:13px;color:#666;line-height:1;margin-top:10px;}
.review-write .count > span{font-weight:500;}
.review-write .btnArea{text-align: center; margin-top:10px;}

.agency-info{width:100%;}
.agency-info > section{width:100%; padding-top:20px; border-top:1px solid var(--border-color); margin-top:20px;}
.agency-info > section:first-of-type{padding-top:0px; border-top:0; margin-top:0px;}
.agency-info > section .tit{font-weight:700;font-size:16px;color:#1a1a1a;line-height:1.45; margin-bottom:10px;}
.agency-info > section .imgArea{width:100%; border:1px solid var(--border-color); border-radius:4px; padding:10px; box-sizing: border-box;margin-bottom:15px;}
.agency-info > section .imgArea img{width:100%;}

/* 항공권 외 */
.mainBanner{position:relative;width:100%; max-width:var(--area-width);  overflow:hidden; margin:40px auto var(--padding-h);padding:0 18px;box-sizing: border-box;z-index:1; }
.mainBanner .swiper-slide {width:100%; border-radius:20px; box-sizing:border-box;display: flex; justify-content: center;align-items: center; }
.mainBanner .swiper-slide img{width:100%; border-radius:20px;}
.mainBanner a{width:100%;padding:0;margin:0;}
.mainBanner .thumb{position: relative;width:100%; height:0px;padding-top:34%;overflow: hidden;border-radius:20px;background-size: cover;border:1px solid #f1f1f1;box-sizing: border-box; }
.mainBanner .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; }

/* swiper mainBanner */
.swiper-control-box{background:rgba(0, 0, 0, .7); color:#fff;padding:4px 10px 0; height:24px; border-radius:20px; position:absolute; right:40px; bottom:10px; z-index:2; display:flex; align-items:center; justify-content: center; }
.swiper-control-box p{font-size:12px; font-weight:400; }
.swiper-control-box .swiper-pagination{position:relative; bottom:auto; left:auto;width:auto; }
.swiper-control-box .swiper-pagination > *{display: inline-flex;align-items: center;justify-content: center;min-width:14px;font-size:11px;line-height:1; }
.swiper-control-box .swiper-pagination .line{margin:0px 2px 0; min-width:auto; font-size:11px; color: #888; }
.swiper-control-box .swiper-pagination .swiper-pagination-total{opacity:.5; }

.mainBanner .swiper-button-prev,  
.mainBanner .swiper-button-next{width:36px; height:36px; background-size:36px auto; top:50%; margin-top:-18px;  z-index:2;}
.mainBanner .swiper-button-prev{background: url(/images/i-prev.png) 50% 50% no-repeat; left:0px; }
.mainBanner .swiper-button-next{background: url(/images/i-next.png) 50% 50% no-repeat; right:0px; }
.mainBanner .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.mainBanner.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:0%;bottom:0px;z-index:50;height:2px;width:100%;}
.mainBanner .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(0,0,0,.9);border-radius:0px;left:0;top:0}
.mainBanner .swiper-scrollbar-cursor-drag {cursor:move}
.mainBanner .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}
.mainBanner .swiper-button-next.swiper-button-disabled, .mainBanner .swiper-button-prev.swiper-button-disabled {opacity:.2;cursor: auto;pointer-events: none}

.air-top{display:flex;justify-content: space-between; align-items: center;gap:5px; flex-wrap: wrap; margin-bottom:15px; box-sizing: border-box;}
.air-top > *{display:inline-flex; align-items: center;gap:5px; flex-wrap: wrap; min-width:360px;}
.air-top .tit{font-weight:700;font-size:18px;color:#1a1a1a;line-height:1.2; }
.air-top .searchArea{justify-content: center;}
.air-top .sortArea{justify-content:flex-end; gap:10px; }
.air-top .sortArea > *{font-weight:400;font-size:14px;color:#888;line-height:1.2;}
.air-top .sortArea > *.on{font-weight:500;color:var(--concept-color);}
.air-top .selectArea{display:flex;align-items: center;gap:5px;}
.air-top .selectArea > * {flex:0 0 100px;}
.air-top .dateArea{display:flex;align-items: center;gap:5px;}
.air-top .dateArea .input_sty{flex:0 0 90px;}
.air-top input{padding:0 5px;}
.air-top .sortArea-m{display:none; justify-content:flex-end; gap:0px; /*display:inline-flex; */ }

.air-list{width:100%; margin:0px auto var(--padding-h);}
.air-list ul.pc{}
.air-list ul.mo{display:none;}
.air-list ul.pc li{position: relative; width:100%;display:flex;align-items: center;flex-wrap:wrap; gap:15px; border-radius:4px; border:1px solid var(--border-color); padding:15px; margin-top:10px;box-sizing: border-box; } /* list loof */
.air-list ul.pc li:first-of-type{margin-top:0px;}
.air-list ul.pc li > *{display:inline-flex; flex-direction: column; gap:15px; }
.air-list .tab-title{position: absolute; left:0; top:0; padding:6px 10px; border-radius:4px 0 4px 0; font-weight:500;font-size:12px;line-height:1;color: #fff; background:#766f57;box-sizing: border-box; }
.air-list .airline-wrap{flex:0 0 240px; align-items: center; }
.air-list .course-wrap{flex:1;}
.air-list .info-wrap{flex:0 0 120px; align-items: center; }
.air-list .pay-wrap{flex:0 0 260px; justify-content: space-between;align-items: flex-end;gap:10px;min-height:140px; }
.air-list .btnArea{display:inline-flex; align-items: center; gap:5px;}

.air-list ul.mo li{width:100%;border-radius:4px; border:1px solid var(--border-color); padding:0px; margin-top:15px;box-sizing: border-box; } /* mo list loof */
.air-list .titBar{display:flex;justify-content: center; align-items:center; gap:10px; width:100%; height:40px; background:#837d68;padding:0px 10px; border-radius: 4px 4px 0 0; box-sizing:border-box; }
.air-list .titBar .icon img{height:18px;}
.air-list .titBar .air-tit{font-weight:500;font-size: 14px;color:#fff;line-height:1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.air-list .titBar .bar{font-weight:400;font-size:12px;color:#fff;margin:0 5px;}
.air-list .contentBox{width:100%; padding:10px; border-radius: 0 0 4px 4px;box-sizing:border-box; }

.air-list .contentTop{width:100%; }
.air-list .contentTop > dl{display:flex;align-items:center; justify-content: flex-start; gap:10px;margin-top:5px; }
.air-list .contentTop > dl:first-child{margin-top:0px; }
.air-list .contentTop dt{width:65px; height:20px; display:inline-flex;align-items: center; justify-content: center; font-weight:400;font-size:12px;color:#333;line-height:1;border:1px solid var(--dgray-color); box-sizing:border-box; }
.air-list .contentTop dd{flex:1;font-weight:400;font-size:13px;color:#333;line-height:1; }
.air-list .contentTop .bar{font-weight:300;font-size:12px;color:#333;margin:0 5px; }
.air-list .contentTop .point-t{font-weight:600;color:var(--primary-color);}

.airline{display:flex;justify-content: center;align-items: center; gap:8px; min-height:40px;font-weight:700;font-size:22px;color: #333;line-height:1.2; } /* 항공명 */
.airline .icon img{height:36px;}
.airline-txt{font-weight:400;font-size:18px;color: #333; margin-top:0px; }  /* 항공편 및 기본 텍스트 : 높이 라인 맞추기 위해 flex 사용 */
.airline-txt.point{color:var(--primary-color);}

.airline-course{display:flex; justify-content:center;align-items: center; gap:5px; min-height:40px;}
.airline-course .airline-num{ min-width:140px;font-weight:500;font-size:18px;color:#333; line-height:1;letter-spacing:-0.02em;  display:inline-flex; align-items: center; justify-content: flex-start; gap:10px; }
.airline-course .airline-num.last{ justify-content: flex-end;}
.airline-course .air-point{font-weight:700;font-size:30px;}
.airline-course > *:nth-of-type(3){margin-left:30px;}
.airline-course .course-time{display:inline-flex; flex-direction: column; align-items: center; gap:2px; min-height:40px; min-width:140px;font-weight:400;font-size:13px;color:#333; line-height:1; }
.airline-course .course-time-bar{position: relative; width:130px; height:10px;background:url(/images/airline-bar-line.png) 50% 50% repeat-x;    }
.airline-course .course-time-bar::after{position: absolute;left:0; top:50%; transform: translateY(-50%); content: ""; width:7px;height:7px; background:#a0a0a0; border-radius: 50%;  }
.airline-course .course-time-bar::before{position: absolute;right:0; top:0; content: ""; width:8px; height:10px;background:url(/images/airline-bar-arrow.png) 50% 50% no-repeat;   }
.airline-course .course-time-txt {height:15px;font-weight:300;font-size:13px;color:#666;line-height:1.2;}

.airline-company{font-size:12px;color:var(--sub-color);line-height:1.2; }
.airline-company a{display:flex; justify-content: flex-end;flex-wrap: wrap; gap:10px; }
.airline-company .name{min-height:11px; background:url(/images/ico-newpage.png) 0% 50% no-repeat; padding-left:15px; }

.airline-pay{display:flex; flex-direction: column; gap:10px;justify-content: center;align-items: flex-end;}
.airline-pay .price{font-weight:800;font-size:22px;color:#195caf; letter-spacing:-0.03em;}
.airline-pay > p{display:inline-flex; align-items: center; gap:5px;color:#195caf;line-height:1;}
.airline-pay > p.sale{color:#fd7133 !important;}
.airline-pay > p.sale .price{color:#fd7133 !important;}
.txt-won{font-family: 'GmarketSansMedium';font-size:16px;line-height:1; padding-top:4px;}
.txt--ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.flex-col1{width:100%; margin:var(--padding-h) auto;} /* 후기 광고홍보방 5:5 */
.flex-col1 > ul{display:flex;flex-wrap: wrap; gap:40px;}
.flex-col1 > ul > li{width:-webkit-calc(100% / 2 - 20px); width:calc(100% / 2 - 20px); }

.top-title{display:flex;justify-content: space-between; align-items: center;flex-wrap: wrap; min-height:40px; padding-bottom:5px; border-bottom:1px solid #666; margin-bottom:10px; box-sizing: border-box; }
.top-title .tit{font-weight:700;font-size:18px;color:#333;line-height:1.2; }
.top-title .tit > span{font-weight:800;color:var(--concept-color); }

.search-top{display:flex;justify-content:center; align-items: center;flex-wrap: wrap; gap:10px; margin-bottom:10px; box-sizing: border-box;}
.search-top .select-wrap{flex:0 0 100px;}
.search-top .dateArea{display:flex;align-items: center;gap:5px;}
.search-top .dateArea .input_sty{flex:0 0 90px;}
.search-top input{padding:0 5px;  height:26px;font-size:13px;} 
.search-top .select-wrap .nice-select{height:26px;font-size:13px;}
.search-top .btn{height:26px;font-size:13px;padding:0 8px;}
.scrollbox.type1{border:1px solid var(--border-color); height:500px; padding:20px; box-sizing: border-box;}
.imgView{display:flex;gap:10px;flex-wrap: wrap; width:100%;}
.imgView > *{width:-webkit-calc(100% / 4 - 7.5px); width:calc(100% / 4 - 7.5px); cursor: pointer; }
.imgView img{width:100%; }

.img-slide{width:100%;margin:0 auto;position:relative;padding:0px 0px 10px;box-sizing: border-box;}
.img-slide .swiper-slide {display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.img-slide .swiper-slide img{width:100%;}

.img-thumb {text-align:center; z-index:2;}
.img-thumb .swiper-slide {display: inline-block; width:100%; margin:0 0px 0 0;background:#fff;border:1px solid #ebebeb;box-sizing: border-box;cursor:pointer; }
.img-thumb .swiper-slide-thumb-active{border:4px solid var(--concept-color);cursor:pointer;box-sizing: border-box;}
.img-thumb .swiper-slide-thumb-active::after {position:absolute;left:0px; top:0;content: ' '; width:100%;height:100%;background:var(--concept-color);opacity:.2; z-index:1; }
.img-thumb .swiper-slide img{display: inline-block; width:100%;}

.comment-write{display:flex;align-items: center; gap:5px; margin-top:10px;}
.comment-write .icon{margin-right:5px;}
.comment-write .textArea{flex:1;}
.comment-write .textArea textarea{display: inline-block;width:100%;border:1px solid var(--border-color);height:40px;font-weight: 400;color:#333;font-size:13px;line-height:1.45;padding:8px;background:#f9f9f9;border-radius:4px;box-sizing: border-box;}
.comment-write .textArea textarea:focus {outline: none;border-color:var(--concept-color);}
.comment-write .btn{height:40px; padding:0 8px;}

.flex-col2{display:flex; align-items: flex-end; flex-wrap: wrap; width:100%; margin:var(--padding-h) auto 0;}
.flex-col2 .swiperArea{width:600px;margin-right:30px;height:400px; border-radius: 10px; }
.flex-col2 .contents{width:-webkit-calc(100% - 630px); width:calc(100% - 630px);}
.flex-col2 .sec-top{display:flex;justify-content: space-between; align-items: center; flex-wrap: wrap; margin-bottom:10px; }
.flex-col2 .sec-top .top-tit{font-weight:700; font-size:18px; line-height:1.2;color:var(--second-color);z-index:1; }
.flex-col2 .sec-top .btnArea{ flex:1;display:inline-flex; justify-content:flex-end; align-items: center; gap:10px; }
.flex-col2 .scrollbox{border:1px solid #666; height:400px; }
.flex-col2 .scrollbox table {min-width:500px;}
.flex-col2 .scrollbox table th{padding:5px;font-size:14px; border-left:0;}
.flex-col2 .scrollbox table td{padding:5px;font-size:13px;border-left:0;border-bottom:0;}
.flex-col2 .scrollbox table tbody tr:first-of-type td{padding-top:10px; }


/* slider */
.img-swiper{width:100%;height:100%;}
.img-swiper.swiper-container{width: 100%;height: 100%;}
.img-swiper .swiper-slide {text-align: center;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center; overflow:hidden;}

.img-swiper .swiper-pagination{display:inline-flex; justify-content: center; width: fit-content;padding:0;text-align:center;box-sizing: border-box; z-index:2;}
.img-swiper .swiper-pagination .swiper-pagination-bullet {display: inline-block; width:6px;height:6px; background: rgba(252,255,255,1);  border-radius: 50%;  vertical-align: middle; transition: .37s ease;margin: 0 3px !important; opacity: 1; box-sizing: border-box; }
.img-swiper .swiper-pagination .swiper-pagination-bullet-active {background:var(--concept-color);}
.img-swiper .swiper-button-prev, .img-swiper .swiper-button-next{position:absolute;top:50%;width:100%;height:100%;margin-top:-22px;}
.img-swiper .swiper-button-prev:after,.swiper-button-next:after{display: none;}
.img-swiper .swiper-button-prev{left:40px;width:0px;height:0px;background: url(/images/slider-arr-prev.png) no-repeat 50% 50%; background-size:auto 44px;}
.img-swiper .swiper-button-next{right:40px;width:0px;height:0px;background: url(/images/slider-arr-next.png) no-repeat 50% 50%; background-size:auto 44px;}
.slider-area{width:100%;height:100%;overflow:hidden;}
.slider-area .thumb{position:relative; width:100%; height:100%; display: flex;align-items: center;justify-content: center; overflow: hidden;  border-radius: 10px; }
.slider-area .thumb img{position: absolute;top: 50%; left: 50%;transform: translateX(-50%) translateY(-50%); width: auto;min-width: 100%; height: auto; min-height: 100%; object-fit: cover; object-position: 50% 50%;  border-radius: 10px; }
.slider-area video{position: absolute;transform: translateX(-50%) translateY(-50%);top: 50%;left: 50%; width:100%;height:100%;object-fit: cover; object-position: 50% 50%;  border-radius: 10px; overflow: hidden;z-index: -1000;}

/* hotel */
.map-search{width:100%;padding:0; box-sizing: border-box;}
.map-search > h3{font-weight:700;color:var(--concept-color); margin-bottom:10px; padding-bottom:8px; border-bottom:1px solid #666;}
.flex-col3{ position: relative; display:flex; gap:16px; flex-wrap: wrap; width:100%; margin:0 auto;box-sizing: border-box; }
.flex-col3 .searchArea{flex:0 0 350px; background: #fff; border-bottom:1px solid #666; z-index: 3; }
.flex-col3 .searchArea section{margin-bottom:30px;}
.flex-col3 .topSearch{width:100%; border:1px solid #666; border-radius:var(--border-radius); padding:16px; box-sizing: border-box;}
.flex-col3 .topSearch > *{ display:flex;justify-content: center; align-items: center; gap:10px;margin-top:8px; }
.flex-col3 .topSearch > *:first-of-type{margin-top:0px;}
.flex-col3 .topSearch .btnArea{margin-top:15px; }
.flex-col3 .search-hotel{display:inline-flex; align-items: center; height:26px; padding:0 16px;font-weight:500;font-size:14px; color:var(--sub-color);border:1px solid var(--sub-color);border-radius:4px; }
.flex-col3 .topSearch .qty-container{}
.flex-col3 .topSearch .qty-container .qty-tit{font-size:14px;margin-right:5px; }
.flex-col3 .topSearch .qty-container .input-qty{font-size:12px; width:30px;height:26px; }
.flex-col3 .tit{display:flex; align-items: center; gap:10px; font-weight:600;font-size:16px;color:#333;line-height:1.2; margin-bottom:12px; }
.flex-col3 .txt{font-weight:300;font-size:13px;color:#666;line-height:1.2;}
.flex-col3 .choice{display:flex; gap:10px 5px;flex-wrap: wrap;}

.flex-col3 .mapArea{flex:1;  border:1px solid #666; border-radius:var(--border-radius); box-sizing: border-box; position: relative; }
.flex-col3 .mapArea img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:var(--border-radius);}
.flex-col3 .mapArea .btn-price{position: absolute; left:50%; top:50%; transform: translateX(-50%) translateY(-50%);z-index: 1; }
.flex-col3 .mapArea .btn-price > span{border:1px solid #666; border-radius:24px;background: #fff; padding:5px 10px;font-weight:500;font-size:14px;color:#333;line-height:1.2;cursor: pointer;  }

.flex-col3 .resultArea{position: absolute;left:0px; top:0; width:500px; height:100%;background: #fff; border:1px solid #666;border-radius:var(--border-radius); overflow-y: auto; z-index:2; opacity: 0;transform: translateX(0);transition: all 0.5s ease; }
.flex-col3 .resultArea.open{ opacity: 1;transform: translateX(366px);}
.flex-col3 .resultArea .topArea{position:sticky; left:0;top:0; display:flex;justify-content: center; align-items: center;width:100%; height:45px;border-bottom:1px solid #666; background: #fff; text-align: center; font-weight:700; font-size:16px; line-height:1.2;color:#333;z-index:2; }
.flex-col3 .resultArea .topArea > span{color:var(--concept-color);}
.flex-col3 .resultArea .search-close{position: absolute; right:10px; top:50%;transform:translateY(-50%); width:24px; height:24px;background:url(/images/close-black.png) 50% 50% no-repeat; background-size:16px auto;   text-indent: -9999px;}

.flex-col3 .roomArea{position: absolute;left:0px; top:0; width:500px; height:100%;background: #fff; border:1px solid #666;border-radius:var(--border-radius); overflow-y: auto; z-index:2; opacity: 0;transform: translateX(0);transition: all 0.5s ease;}
.flex-col3 .roomArea.open{ opacity: 1;transform: translateX(366px);}
.flex-col3 .roomArea .topArea{position:sticky; left:0;top:0; display:flex;justify-content: center; align-items: center;width:100%; height:45px;border-bottom:1px solid #666; background: #fff; text-align: center; font-weight:700; font-size:16px; line-height:1.2;color:#333;z-index:2; }
.flex-col3 .roomArea .topArea > span{color:var(--concept-color);}
.flex-col3 .roomArea .search-close{position: absolute; right:10px; top:50%;transform:translateY(-50%); width:24px; height:24px;background:url(/images/close-black.png) 50% 50% no-repeat; background-size:16px auto;   text-indent: -9999px;}
.flex-col3 .roomArea .room{width:100%;height:calc(100% - 65px); }

.golftee-result{position: absolute;left:0px; top:190px; width:350px; z-index: 3; }
.golftee-result .topArea{width:100%; text-align: center; font-weight:700; font-size:16px; line-height:1.2;color:#333; margin-bottom:0px; }
.golftee-result .topArea > span{color:var(--concept-color);}
#golf .flex-col3 .searchArea{border-bottom:0px;}
#golf .flex-col3 .searchArea section{margin-bottom:15px;}
#golf .flex-col3 .f1{flex:1.5;}
#golf .flex-col3 .mapArea{height:740px;}

.result-tit{text-align: center; font-weight:700; font-size:16px; line-height:1.2;color:#333; margin-bottom:0px; }
.result-tit> span{color:var(--concept-color);}

/*
.golftee-result{width:100%;}
.golftee-result .topArea{width:100%; text-align: center; font-weight:700; font-size:16px; line-height:1.2;color:#333; margin-bottom:10px; }
.golftee-result .topArea > span{color:var(--concept-color);}
*/

.golftee-list{width:100%;max-height:550px; background: #fff;  padding:10px; border:1px solid #666;border-radius:var(--border-radius); overflow-y: auto; }
.golftee-list ul{width:100%; }
.golftee-list li{display:flex;flex-wrap: wrap; gap:10px; margin-top:10px; border-top:1px solid var(--border-color); padding-top:10px;  }
.golftee-list li:first-of-type{margin-top:0; border-top:0; padding-top:0px; }
.golftee-list .imgArea{flex:0 0 100px; }
.golftee-list .thumb{position: relative; width:100%; height:100%;  }
.golftee-list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:0px;}
.golftee-list .contArea{flex:1;display:inline-flex; flex-direction: column; gap:3px; min-height:80px; }
.golftee-list .date{font-weight:300; font-size:12px; line-height:1.2;color:#333;}
.golftee-list .stit{font-weight:500; font-size:13px; line-height:1.2;color:#333;}
.golftee-list .stxt{font-weight:300; font-size:12px; line-height:1.2;color:#666;}
.golftee-list .price{display:flex;align-items: center;gap:2px;font-weight:500; font-size:14px; line-height:1;color:var(--orange-color);}
.golftee-list .price > span{font-weight:300; font-size:12px; line-height:1;color:#333;}
.golftee-list .cont{width:100%; font-weight:400;font-size:12px; color:#666; line-height:1.2;}
.golftee-list .btnArea{width:100%; display:flex;gap:3px;}
.golftee-list .btnArea > *{flex:1; height:24px;}

/* range-wrap */
.range-wrap{width:100%;}
.range-slider{position: relative; width:100%; height: 30px;}/* 슬라이더 영역 */
.range-slider input[type=range]{position: absolute;top:50%; transform:translateY(-50%); width: 100%; pointer-events: none;appearance: none; height: 6px; background: none; z-index: 2;}
.range-slider input[type=range]::-webkit-slider-thumb{  pointer-events: auto;appearance: none; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 2px solid var(--sub-color);cursor: pointer;}
.range-slider input[type=range]::-moz-range-thumb{pointer-events: auto; width: 16px; height: 16px; border-radius: 50%; background: #fff; border: 2px solid var(--sub-color);cursor: pointer;}
.track{position: absolute; top: 12px; width: 100%; height: 4px; background: var(--border-color); border-radius: 2px;} /* 전체 트랙 */
.range{ position: absolute; top: 12px; height: 4px; background: var(--sub-color); border-radius: 2px;z-index:1; }/* 선택된 범위 */
.price-input{ display: flex; justify-content: space-between; margin-top: 10px; gap:5px; }/* 금액 입력 */
.price-input div{flex:1; display:inline-flex; flex-direction: column;}
.price-input label{font-size: 12px;color:#666; margin-bottom: 4px;}
.price-input .txt-s{margin-top:25px; font-size: 12px;color:#666; }

.hotel-list{width:100%; }
.hotel-list ul{display:flex;gap:8px; flex-wrap: wrap; width:100%; padding:10px; border-top:1px solid #666;box-sizing: border-box; }
.hotel-list ul:first-of-type{border-top:0; }
.hotel-list li{position: relative; display:inline-flex; flex-direction: column;justify-content: space-between;}
.hotel-list .imgArea{flex:0 0 100px; }
.hotel-list .thumb{position: relative; width:100%; height:100%;  }
.hotel-list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:0px;}
.hotel-list .tag{position: absolute;left: 0;bottom: 0; padding:4px 5px 5px; background: rgba(244,125,46, .9);border-radius:0 4px; font-weight:400; font-size:10px; line-height:1;color:#fff;z-index: 1; }
.hotel-list .mail{position: absolute;right: 30px;top: 5px; display:inline-flex; width:24px; height:24px; background:url(/images/email-w.png) 50% 50% no-repeat rgba(0,0,0, .2); border:1px solid rgba(255,255,255, .8); background-size: 12px auto; border-radius: 50%;z-index: 1; }
.hotel-list .like-btn{position: absolute; right:5px; top:5px; z-index: 1;}
.hotel-list .contArea{flex:0 0 180px; min-height:100px;}
.hotel-list .hotel-name{font-weight:600; font-size:14px; line-height:1.2;color:#333;}
.hotel-list .hotel-eng{font-weight:300; font-size:11px; line-height:1.2;color:#888;}
.hotel-list .cont{display:inline-flex; flex-direction: column; gap:3px; margin-top:5px;}
.hotel-list .cont-tag{display:inline-flex;flex-wrap: wrap; gap:2px;}
.hotel-list .cont-tag > span{display:inline-flex;align-items: center; height:18px; padding:0 3px; font-weight:400;font-size:11px; color:var(--orange-color);border:1px solid var(--orange-color);}
.hotel-list .cont-txt{font-weight:300;font-size:11px; color:#666; overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; line-height: 1.2;height: 2.4em; word-break: break-all; }
.hotel-list .priceArea{flex:1;}
.hotel-list .price-wrap{flex:1; display:flex;flex-direction: column;align-items: center; justify-content: center; gap:5px;}
.hotel-list .btnArea{display:flex;gap:3px;}
.hotel-list .btnArea > *{flex:1; height:24px;}
.hotel-list .review{display:flex;align-items: center;gap:10px;}
.hotel-list .review-num{font-weight:400; font-size:12px; line-height:1.2;color:#333;}
.hotel-list .price{display:flex;align-items: center;gap:2px; font-weight:700; font-size:18px; line-height:1;color:var(--orange-color);}
.hotel-list .txt-won{font-size:13px; padding-top:2px;}
.hotel-list .price-txt{font-weight:300;font-size:11px; color:#666; line-height:1.2;}

.like-btn input[type=checkbox] {display:none;}
.like-btn input[type=checkbox] + label{padding-left:0px;}
.like-btn label {cursor:pointer;margin-right:0px;}
.like-btn input[type=checkbox]+ label:before {display: none;}
.like-btn .like {display: inline-block; width:24px; height:24px; border-radius:50%; background: url(/images/like-off-line.png) 50% 50% no-repeat rgba(0,0,0, .2); background-size: 14px auto;border:1px solid rgba(255,255,255, .8); -webkit-transition: -webkit-transform .65s ease; transition: -webkit-transform .65s ease; transition: transform .65s ease; transition: transform .65s ease, -webkit-transform .65s ease;box-sizing: border-box; }
.like-btn input[type=checkbox]:checked ~ .motion > .like {background: url(/images/like-on.png) 50% 50% no-repeat rgba(255,255,255, .6); background-size: 14px auto; border:1px solid rgba(255,255,255, .8);; -webkit-transition: -webkit-transform .65s ease; transition: -webkit-transform .65s ease; transition: transform .65s ease; transition: transform .65s ease, -webkit-transform .65s ease;}

.pc_only{}
.mo_only{display: none;}

.hotel-info{position: relative;display:flex; justify-content: space-between;align-items: flex-start; width:100%; max-width:1600px; margin:0 auto;  padding:30px 20px;box-sizing: border-box; }
.hotel-info .hotel-tit{width:100%; font-weight:700; font-size:24px; line-height:1.2;color:#333; text-align: center;}
.hotel-info .reserveBox{position: sticky; left:calc(50% + 480px); top:78px; width:300px;} /* 780px(기본 width 1560px/2) - 300px */
.hotel-info .reserveBox.on{top:20px; }
.hotel-info .contentsBox{display:flex;flex-wrap: wrap; gap:20px; width:1240px; margin-right:20px; }
.hotel-info .leftArea{width:-webkit-calc(100% / 2 - 10px); width:calc(100% / 2 - 10px); border-bottom:1px solid #dfdfdf;}
.hotel-info .rightArea{width:-webkit-calc(100% / 2 - 10px); width:calc(100% / 2 - 10px);}
.hotel-info .fullArea{flex:0 0 100%; padding-top:0px;}
.hotel-info .fullArea > section{margin-top:30px;}

.hotel-info .sub-tit{display:flex; justify-content: space-between; font-weight:600; font-size:18px; line-height:1.2;color:#444; margin-bottom:10px; }
.hotel-info table{border:1px solid var(--border-color); font-weight:300;font-size:13px;color: #333;line-height:1.45; }
.hotel-info table th, .hotel-info table td{padding:10px; border-left:1px solid var(--border-color); border-bottom:1px solid var(--border-color);}
.hotel-info table th:first-child, .hotel-info table td:first-child{border-left:0px;}

#golf.hotel-info .leftArea{display: inline-flex; flex-direction: column; justify-content: space-between; }

.info-swiper { position:relative; width:100%; margin:0 auto; } 
.info-swiper .swiper-button-prev,  
.info-swiper .swiper-button-next{width:12px; height: 20px; background-size: 12px auto;margin-top:-10px;} /*크기*/
.info-swiper .swiper-button-prev{background-image: url(/images/i_prev.png); left: 10px; } /*이미지,위치*/
.info-swiper .swiper-button-next{background-image: url(/images/i_next.png); right: 10px; }
.info-swiper .swiper-pagination-bullet {width:8px;height:8px;margin:0px 4px;display:inline-block;border-radius:50%;background:var(--border-color);opacity:1;border:1px solid var(--border-color);box-sizing: border-box;}
.info-swiper .swiper-pagination-bullet-active {opacity:1;background:#333;border:1px solid #333;}

/* popup slider */
.swiper-bigimg{position: relative;display: inline-block; width:100%; height:0px; padding-top:60%;overflow: hidden;border:0px solid #dfdfdf;background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.swiper-bigimg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;/* border-radius:50%;*/}
.swiper-tab {display: inline-block; width: 100%;margin-top:5px;text-align:center;overflow:hidden; box-sizing: border-box; z-index:2;}
.swiper-tab .swiper-slide {display: inline-block;width:100%; /*width:32.33333%; margin:0 0.5%;*/background:#fff;border:1px solid #ebebeb;box-sizing: border-box;cursor:pointer;}
.swiper-tab .swiper-slide-thumb-active{border:4px solid var(--orange-color);  box-sizing: border-box;}
.swiper-tab .swiper-slide-thumb-active::after {position:absolute;left:0px; top:0;content: ' '; width:100%;height:100%;background:var(--orange-color);opacity:.1; z-index:1; }
.swiper-tab .swiper-slide img{width:100%;}
.swiper-tab-thumb{position: relative; display: inline-block; width:100%;padding-top: 60%;/* 16:9인경우 56.25% */  overflow: hidden;background:#fff;}
.swiper-tab-thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

.info-list{width:100%; padding:25px 0;}
.info-list > ul{display:flex; margin-top:15px;}
.info-list > ul:first-child{margin-top:0px;}
.info-list > ul.line{margin-top:20px;padding-top:20px; border-top:1px solid #dfdfdf;}
.info-list .titArea{flex:0 0 140px;}
.info-list .contArea{flex:1;}
.info-list .b-tit{font-weight:500;font-size:20px;color: #777;line-height:1.45;}
.info-list .price-txt{font-weight:700;font-size:30px;color: #000;line-height:1;}
.info-list .price-txt > em{margin-left:10px;font-style: normal; font-weight:500;font-size:18px;color: #666;line-height:1; }
.info-list .c-tit{font-weight:500;font-size:16px;color: #777;line-height:1.45;}
.info-list .c-txt{font-weight:500;font-size:15px;color: #333;line-height:1.45;}
.info-list .c-desc{font-weight:400;font-size:14px;color: #666;line-height:1.45;letter-spacing:-0.03em;}
.info-list .price-stxt{font-weight:700;font-size:18px;color: #000;line-height:1;}
.info-list .price-stxt > em{margin-left:10px;font-style: normal; font-weight:500;font-size:14px;color: #666;line-height:1; }

.mapImg{position: relative;display: inline-block; width:100%; height:0px;padding-top:60%;overflow: hidden;border:1px solid #dfdfdf; border-radius:4px;background-size: cover; background:#fff;box-sizing: border-box;}
.mapImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%;/* border-radius:50%;*/}

.boxArea{font-weight:300;font-size:13px;color: #333;line-height:1.45;letter-spacing:0.01em; border:1px solid var(--border-color); background: #fff;padding:20px;border-radius:4px;box-sizing: border-box;}
.boxArea.bg{ background: #fafafa;}
.boxArea p{ margin-top:15px;}
.boxArea p:first-of-type{margin-top:0px;}
.boxArea .img{text-align:center;font-size:14px; margin-top:15px;}
.boxArea .img img{max-width:100%;}
.boxArea figcaption{margin-top:10px;}
.boxArea strong{font-weight:600;}
.boxArea .boxlist{display:flex; flex-wrap: wrap; gap:15px 5px; }
.boxArea .boxlist > *{width:-webkit-calc(100% / 6 - 6px); width:calc(100% / 6 - 6px);display:inline-flex;align-items: center; gap:10px;font-size:14px;}
.boxArea .boxlist .icon img{width:20px; }
.boxArea.s1{margin-top:-1px;}

.boxBar{display:flex; justify-content: center; align-items: center; gap:40px; width:100%; border-radius: 10px; background:#f29840; padding:10px 20px; box-sizing: border-box;}
.boxBar .tit{font-weight:700;font-size:18px;color: #313a4c;line-height:1.45;}
.bt-add{width:var(--input-height); height:var(--input-height); background: url(/images/i-plus.png) 50% 50% no-repeat; background-size: 10px auto;border:1px solid var(--border-color);box-sizing: border-box;}
.bt-del{width:var(--input-height); height:var(--input-height);background: url(/images/i-minus.png) 50% 50% no-repeat; background-size: 10px auto;border:1px solid var(--border-color);box-sizing: border-box;}
.inputArea{display:inline-flex;align-items: center; gap:10px; position: relative;}
.icon-search{display:inline-flex;align-items: center; height:var(--input-height); background: url(/images/i_search_wh.png) 16px 50% no-repeat var(--concept-color); background-size:14px auto; padding:0 16px 0 35px;font-weight:400;font-size:14px;color: #fff; border-radius: 4px;  }

.room_person {position:absolute;top:34px;left:260px;background-color:#fff;width:250px; padding:15px; border: 2px solid #545a68;  display:none;z-index: 999999;}
.room_person ul{display:flex; justify-content: center; align-items: center; gap:10px; margin-top:10px;}
.room_person ul:first-of-type{margin-top:0px;}
.room_person .stit{font-weight:500;font-size:16px;color: #444;line-height:1;}
.room_person input{height:var(--input-height);width:40px; font-weight:400;font-size:14px;color: #444;line-height:1;padding:0 5px;border:1px solid var(--border-color);background:#fff; }

.room-wrap{margin-top:10px; }
.table-list-k{width:100%; overflow:hidden;border:2px solid #888; margin-top: 5px; }
.table-list-k table{width:100%;}
.table-list-k th, .table-list-k td {border-bottom: 1px solid #eee; border-left:0; line-height:16px}
.table-list-k thead th {font-weight:500;font-size:14px;color: #4a505d;background:#f2f2f2; 	 border-top: 0px; padding:3px; border-left:0;  }
.table-list-k tbody {	border-top: 1px solid #cdcdcd;}
.table-list-k .border-line {padding:0px !important;height:1px !important; background:#b1b1b1 !important;}
.table-list-k .bg_gray {background:#f2f2f2 !important; }
.table-list-k tbody td span.blackPoint{font-weight: 700; color: #000;font-size: 16px;}
.table-list-k tbody td {font-size:14px;border-left:0; text-align:center; padding:6px 5px 4px; line-height:22px;word-wrap: break-word;word-break: keep-all;}
.table-list-k tbody tr:first-child > td { border-top-width:0; }
.table-list-k tbody td p{margin-top:10px;}
.table-list-k tbody td.left {padding:6px 8px 4px 15px; text-align:left; }
.table-list-k tbody td.first { vertical-align:top;padding:15px 15px 13px; }
.table-list-k tbody td.border-right {border-right: 1px solid #d1d1d1;}
.table-list-k tbody td a:hover {text-decoration: underline}
.table-list-k tbody tr:hover{background:none !important;}
.table-list-k tfoot td { text-align:center; padding:10px 5px 8px; border-left:none !important;}
.gallery_tb{display:inline-block;width:210px; margin:10px 0px 30px;}

.reserve-inbox{width:100%; min-height:calc(100vh - 120px);border:1px solid #ccc;background:#fff; padding:10px 10px 140px;box-sizing: border-box; }
.reserve-inbox > section{padding:5px;box-sizing: border-box;}
.reserve-bottom{ position:absolute; left:10px; bottom:10px; width:calc(100% - 20px);  }
.reserve-titleBar{width:100%;text-align: center;font-size:16px;line-height:1.45;color: #fff;  background:#2e3240;padding:8px; border-radius:4px;  box-sizing: border-box; margin-bottom:15px;}
.reserve__btn{width:100%;text-align: center;font-weight:500; font-size:16px;line-height:1.45;color: #fff;  background: #c25391;border:1px solid #333; padding:8px; border-radius:4px;  box-sizing: border-box; box-shadow: -1px 1px 4px rgba(22, 22, 22, .15); margin:12px 0;}
.change__btn{width:100%;text-align: center;margin:10px 0;}
.change__btn > a:hover, .change__btn > button:hover, .reserve__btn:hover{opacity: .8;}
.reserve__name{text-align: center; font-weight:500; font-size:16px;line-height:1.45;color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom:8px;}
.btn_i_calendar{display: inline-block; font-weight:500;font-size:14px;line-height:1.45;color: #fff; background: url('/images/icon-calendar-w.png') 25px 48% no-repeat #2c4c89;background-size:16px auto; padding:8px 25px 8px 52px;border-radius:4px;  box-sizing: border-box; box-shadow: -1px 1px 4px rgba(22, 22, 22, .15);}

.reserve__info{border-top:1px solid var(--border-color); border-bottom:1px solid var(--border-color); padding:5px 0; }
.reserve__info > ul{display:flex;align-items: center; padding:4px 0;}
.reserve__info > ul.line{border-top:1px solid var(--border-color);padding:8px 0;}
.reserve__info > ul .titArea{flex:0 0 80px;display:inline-flex; flex-direction: column;}
.reserve__info > ul .contArea{flex:1;text-align: right;}
.reserve__info.payment > ul .titArea{flex:1;}
.reserve__info.payment > ul .contArea{flex:0 0 100px;text-align: right;}

.reserve__info.hotel-payment{border-top:0px;}
.reserve__info.hotel-payment > ul .titArea{flex:1;}
.reserve__info.hotel-payment > ul .contArea{flex:0 0 100px;text-align: right;}

.reserve__info.lg > ul .titArea{flex:0 0 120px;}

.reserve__info .tit{font-weight:500; font-size:14px;line-height:1.45;color: #333;}
.reserve__info .price{font-size:14px;line-height:1.45;color: #dc2527;}
.reserve__info .txt{font-size:14px;line-height:1.45;color: #333; }
.reserve__info .desc{font-weight:300; font-size:13px;line-height:1.45;color: #dc2527;}

.reserve__info .nice-select{border:1px solid #666;; }
.reserve__info input{font-size:13px; height:24px; border:1px solid #666;box-sizing: border-box;}
.reserve__info input::placeholder {color:#666;font-size:13px;}
.reserve__info input:-ms-input-placeholder {color:#666;font-size:13px;}
.reserve__info input::-ms-input-placeholder { color:#666;font-size:13px;}
.reserve__info input::-webkit-input-placeholder {color:#666;font-size:13px;}
.reserve__info input::-moz-placeholder {color:#666;font-size:13px;}
.reserve__info .input_calendar input{height:var(--input-height); padding:0px 25px 0px 2px;border:0 !important;}

.reserve__info.b-none{border-top:0px; border-bottom:0px; padding:4px 0; } /* 문의처 등 info */
.reserve__info.b-none > ul .titArea{flex:0 0 50px;display:inline-flex; flex-direction: column;position:relative; }
.reserve__info.b-none > ul .titArea::after{content: "";position: absolute;right: 0; top:50%;transform:translateY(-50%); background:#888; width:1px; height:10px; }

.reserve__total{display:flex;align-items: center; padding:5px 0;}
.reserve__total .total-txt{flex:0 0 50px;font-weight:500; font-size:14px;line-height:1.45;color: #333; }
.reserve__total .total-price{flex:1; display:inline-flex; justify-content: flex-end;align-items: center; gap:3px;  text-align: right;font-weight:500; font-size:14px;line-height:1.45;color: #000;}
.reserve__total .total-price > span{font-weight:700; font-size:17px;}

.cs__info{width:100%; padding:5px;box-sizing: border-box;}
.cs__info > ul{display:flex;align-items: center; padding:4px 0;}
.cs__info > ul .titArea{font-weight:500;font-size:13px;line-height:1.45;color: #333; flex:0 0 50px;display:inline-flex; flex-direction: column;position:relative; }
.cs__info > ul .titArea::after{content: "";position: absolute;right: 0; top:50%;transform:translateY(-50%); background:#888; width:1px; height:10px; }
.cs__info > ul .contArea{flex:1;text-align: right; font-size:13px;line-height:1.45;color: #333;}
.reserve__snsBox{width:100%;}
.reserve__snsBox > ul{display:flex;align-items: center; width:100%; height:40px; border:1px solid #ccc;  box-sizing: border-box;}
.reserve__snsBox > ul > li{display:inline-flex;align-items: center;justify-content: center; width:40px;height:40px; font-weight:500; font-size:14px;line-height:1.45;color: #333; border-left:1px solid #ccc;box-sizing: border-box;}
.reserve__snsBox > ul > li:first-child{flex:1; border-left:0; }

.room-choice{position: relative;width:100%; margin:0 auto; padding:20px;box-sizing: border-box; }
.room-choice .formArea{display:flex; justify-content: center;width:100%;  margin-bottom:20px;}

.pop-detail{width:100%;background:#fff;  margin:0 auto; padding:20px;box-sizing: border-box; }
.pop-detail .imgArea{width:100%;}
.pop-detail > *{margin-top:20px;}
.pop-detail > *:first-child{margin-top:0px;}
.pop-detail .boxArea{width:100%; border:1px solid var(--border-color); padding:15px;box-sizing: border-box; }
.pop-detail .boxArea > ul{display:flex; gap:5px; padding:5px 0;box-sizing: border-box; }
.pop-detail .boxArea .line{width:100%;border-top:1px solid var(--border-color); padding-top:5px;margin-top:5px; box-sizing: border-box; }
.pop-detail .boxArea .tit{flex:0 0 90px;font-weight:500; font-size:14px;color: #000;line-height:1.3;}
.pop-detail .boxArea .tit.eng{font-size:13px;}
.pop-detail .boxArea .cont{flex:1;font-weight:400; font-size:14px;color: #666;line-height:1.3;}
.pop-detail .stit{font-weight:700;font-size:16px;color:#333;line-height:1.2; }
.pop-detail .locationArea > h3{margin-bottom:10px; }
.pop-detail .btnArea{display: flex;justify-content: center;align-items: center; gap:10px; width:100%; margin-top:20px;}
.pop-detail .btnArea > *{flex:1;}

.tab-menu {display: flex; flex-wrap:wrap; margin-bottom:15px; }
.tab-menu li {list-style: none; width:calc(100% / 4);min-height:35px;  margin-left:-1px;}
.tab-menu li:first-child, .tab-menu li:nth-child(5){margin-left:0px; }
.tab-menu li:nth-child(5), .tab-menu li:nth-child(6), .tab-menu li:nth-child(7){width:calc((100% - 1px) / 3);}
.tab-menu li a {display: flex;justify-content: center;align-items: center; height:100%; padding:0 5px; text-align:center;font-weight:400; font-size:13px; color: #333; line-height:1.3;letter-spacing:-0.03em;border:1px solid #ccc;background:#fff;box-sizing: border-box; }
.tab-menu li.active a {background:#eee; color:#000;}
.tab-menu li:nth-child(-n+4) a{border-bottom:0;}

.tab-menu.golf li:nth-child(5), .tab-menu.golf li:nth-child(6), .tab-menu.golf li:nth-child(7){width:calc((100% - 1px) / 4);}

.tab-div > div {width:100%;}
.tab-div > div > h3{margin-bottom:10px; }
.detail-nodata{min-height:100px; text-align: center;font-weight:400; font-size:14px;color: #666;line-height:1.3; }

.hotel-facilities{display: inline-block; width:100%;text-align:left; font-size:0;}
.hotel-facilities dt{display: inline-block; width:100%;text-align:left;font-weight:500;color: #333;font-size: 14px;line-height:1;letter-spacing:-0.03em;margin-bottom:15px;}
.hotel-facilities dd{display: inline-block; width:50%;text-align:left;margin-bottom:10px;}
.hotel-facilities input[type=checkbox] { display: none;  }
.hotel-facilities input[type=checkbox] + label{display: inline-block;  cursor: pointer;  position: relative;padding-left:20px;margin-right:0px; font-size: 13px; line-height:16px;color:#666;vertical-align:top;}
.hotel-facilities input[type=checkbox]+ label:before {content: "";  display: inline-block;width: 16px;height: 16px;transition:all .2s;position:absolute; left:0; top:0;margin-right:0px; border:1px solid #cbcdd3; background: #fff;box-sizing: border-box;} 
.hotel-facilities input[type=checkbox]:checked + label:before { content: "\2713";  /* 체크모양 */text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);font-size:14px; font-weight:400; border:1px solid #5c6065; background: #5c6065;color: #fff;text-align: center;line-height:1;box-sizing: border-box;}

.hotel-review{display: flex;flex-direction: column; align-items: center; gap:10px; padding:10px 0;}
.star_flex{display:inline-flex; justify-content:space-between;align-items: center;gap:10px; width:100%; padding:0 10px; box-sizing: border-box; }
.star_flex .star_tit{flex:0 0 70px;font-weight:400;font-size:14px;color:#333;line-height:1.2; }
.star_flex .star_rating{flex:1; justify-content: flex-end; }

.hotel-choice-top{width:100%;border:1px solid var(--border-color); border-radius:4px; box-sizing: border-box; }
.hotel-choice-top .img{width:100%;}
.hotel-choice-top .img img{width:100%;}
.hotel-choice-top .cont{display: flex;flex-direction: column; gap:8px; width:100%;padding:15px;box-sizing: border-box; }
.hotel-choice-top .name{font-weight:600; font-size:16px;color: #333;line-height:1.3; }
.hotel-choice-top .date{font-weight:400; font-size:13px;color: #333;line-height:1.3; }
.hotel-choice-top .price{font-weight:600; font-size:15px;color:var(--concept-color); line-height:1.3; }
.hotel-choice-top .txt{font-weight:300; font-size:13px;color: #333;line-height:1.3; }
.hotel-choice-date{display: flex; flex-wrap: wrap; gap:5px;width:100%; border:1px solid var(--border-color); padding:15px;border-radius:4px;box-sizing: border-box;}
.hotel-choice-date .btn-type{width:100%;}
.hotel-choice-date .input_calendar{flex:1;}

.hotel-choice{border:1px solid var(--border-color); background: #fff;padding:20px;border-radius:4px; box-sizing: border-box;}
.hotel-choice .topArea{display:flex; align-items: center; gap:5px; border-bottom:1px solid var(--border-color); padding-bottom:5px;margin-bottom:10px; }
.hotel-choice .topArea button{margin-left:5px; }
.hotel-choice .btnArea{ gap:5px; }
.hotel-choice .contArea{display: flex;flex-direction: column; gap:8px; }
.hotel-choice .date{font-weight:400;font-size:14px;color:var(--primary-color); line-height:1.45; padding-left:22px;background:url(/images/i_time.png) 0 50% no-repeat;background-size:auto 16px;  }
.hotel-choice dl{display:flex; align-items: center; gap:10px; font-weight:400;font-size:14px;color:#333; line-height:1.45;}
.hotel-choice dt{flex:0 0 65px;  }
.hotel-choice dt > .btn-type{width:100%;}
.hotel-choice dd{flex:1; }

/* 해외여행 */
.overseas-search{display:flex; align-items: center; flex-wrap: wrap; gap:15px; width:100%;}
.overseas-search > section{position:relative; display:inline-flex; align-items: center; gap:5px; flex:1;}
.overseas-search > section .input_sty{flex:1;}
.overseas-search > section .input_sty input{border:1px solid #888;}
.overseas-search > section.area-select{flex:1.5;}

.calendar-wrap{position: absolute; left:0px; top:30px; display:none;width:700px; min-height:200px; margin:0px auto; padding:10px; border:1px solid #666; background:#fff; border-radius:4px; box-shadow: 0px 0px 24px 0px rgba(104, 104, 104, 0.1); box-sizing: border-box; z-index:3; cursor:default; }
.calendar-wrap .btn-close{position:absolute; right:10px; top:10px; width:20px; height:20px; background:url(/images/close-white.png) 50% 50% no-repeat #333; background-size:10px auto; border-radius: 50%;  z-index: 3;}

/* area-search */
.area-search{position: absolute; left:0px; top:30px; display:none;width:100%; max-width:400px;margin:0px auto; padding:20px; border:1px solid #666; background:#fff; border-radius:4px; box-shadow: 0px 0px 24px 0px rgba(104, 104, 104, 0.1); box-sizing: border-box; z-index:3; cursor:default; }
.area-search .search-line{position:relative; display:flex; align-items: center; gap:5px; width:100%;padding-right:30px;  margin-bottom:5px;box-sizing: border-box;}
.area-search .inputArea{position:relative; flex:1; height:30px; border:1px solid var(--border-color); padding-right:30px;  box-sizing: border-box;}
.area-search .inputArea input{display:inline-block;width:100%;height:100%;font-weight:400; font-size:14px; color:#333;vertical-align:middle; padding:0 5px;box-sizing: border-box;}
.area-search .inputArea input:focus{outline: none;background:transparent ; }
.area-search .area-btn{position:absolute; right:5px; top:0px; width:20px; height:30px; background:url(/images/i_search.png) 50% 50% no-repeat; background-size:18px auto; z-index: 3;}
.area-search .area-num{width:50px; height:30px;background: #fff; border:1px solid var(--border-color); display:inline-flex;align-items: center; justify-content: flex-end; padding:5px;font-weight:300;font-size:12px;color:#666;line-height:1.3; border-radius: 4px; box-sizing: border-box;  }
.area-search .area-num > span{font-weight:500;}
.area-search .btn-close{position:absolute; right:20px; top:22px; width:22px; height:22px; background:url(/images/close-white.png) 50% 50% no-repeat #333; background-size:10px auto; border-radius: 50%;  z-index: 3;}
.area-search h4{margin-bottom:10px;}
/* 최근검색어 */
.area-search .lately-list{width:100%;}
.area-search .lately-list > ul{display: flex;flex-direction: column; align-items:flex-start; gap:0; }
.area-search .lately-list > ul > li{display:inline-flex; align-items: center; flex-wrap: wrap; gap:5px;}
.area-search .lately-txt{font-weight:400;font-size:16px;color:#333;line-height:1.3;}
.area-search .lately-txt > span{color:var(--blue-color);}
.area-search .lately-desc{font-weight:400;font-size:14px;color:#888;line-height:1.3;}
.area-search .lately-none{font-weight:400;font-size:16px;color:#888;line-height:1.3;}

#theme-search.area-search{left:auto; right:0; }
/* Search 관련 END */

.overseas-top{display:flex;justify-content: space-between; align-items: center;gap:5px; flex-wrap: wrap; border-bottom:1px solid #666; padding-bottom:5px; box-sizing: border-box;}
.overseas-top > *{display:inline-flex;align-items: center; gap:5px; }
.overseas-top .num{font-weight:400;font-size:14px;color:#333;line-height:1.2; }
.overseas-top .num > span{font-weight:600;}
.overseas-top .sortArea{ justify-content:flex-end; gap:15px; }
.overseas-top .sortArea > *{font-weight:400;font-size:14px;color:#888;line-height:1.2;}
.overseas-top .sortArea > *.on{font-weight:500;color:var(--concept-color);}
.overseas-top .sortArea-m{display:none; justify-content:flex-end; gap:0px; /*display:inline-flex; */ }

.overseas-list{width:100%; margin:0px auto var(--padding-h);}
.overseas-list ul.pc{}
.overseas-list ul.mo{display:none;}
.overseas-list ul li{display:flex;gap:20px; flex-wrap: wrap; width:100%; margin-top:10px; padding:15px; border:1px solid var(--border-color); border-radius:4px; box-sizing: border-box;  } 
.overseas-list ul li:first-of-type{margin-top:0px;}
.overseas-list ul.pc li{ } /* list loof */
.overseas-list ul.pc li > *{display:inline-flex; flex-direction: column;gap:5px; min-height:120px; }
.overseas-list ul.mo li{display:flex;flex-wrap: wrap;  gap:10px;padding:10px; margin-top:10px;box-sizing: border-box; } /* mo list loof */
.overseas-list .imgArea{flex:0 0 180px; }
.overseas-list .thumb{position: relative; width:100%; height:100%; }
.overseas-list .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%;object-fit: cover; object-position: 50% 50%; border-radius:0px;}

.overseas-list .contArea{flex:1;justify-content: center;}
.overseas-list .cont{display:flex;justify-content: space-between; gap:5px;}
.overseas-list .cont-tag{flex:0 0 240px; display:inline-flex;justify-content: flex-end; flex-wrap: wrap; }
.overseas-list .cont-txt{flex:1;display:inline-flex;flex-wrap: wrap; gap:5px 10px; font-weight:400;font-size:13px; color:#333;  }
.overseas-list .tit{font-weight:600; font-size:16px; line-height:1.2;color:#333;	margin-bottom:10px; }
.overseas-list .txtArea{display:flex; gap:5px;}
.overseas-list .txtArea > dt{width:70px; font-size:14px; color:#333;line-height: 1.3;}
.overseas-list .txtArea > dd{flex:1; font-size:14px; color:#666;line-height: 1.3;}
.overseas-list .priceArea{flex:0 0 260px; justify-content: space-between;align-items: flex-end;gap:10px;}
.overseas-list .airline-pay{flex:1; flex-direction: column;justify-content: center;align-items: flex-end; gap:10px;}
.overseas-list .btnArea{display:inline-flex; align-items: center; gap:5px;}
.overseas-list .date{display:flex; gap:5px;font-weight:300;font-size:12px; color:#333;line-height: 1.3;margin-bottom:5px;} /* 모바일 */
.overseas-list .date > span{font-weight: 400; color:#333;} 

/* swiper-badge 스와이퍼 */ 
.swiper-badge { position:relative; width:auto;z-index:1; padding:0;margin-left:auto;margin-right:0 !important;box-sizing: border-box;} 
.swiper-badge .swiper-slide {width:auto; padding:0px;box-sizing:border-box;display: flex; justify-content: center;align-items: center; }
.swiper-badge .swiper-slide img{width:100%;}
.blinking{font-size:12px; -webkit-animation:blink 1.5s ease-in-out infinite alternate;-moz-animation:blink 1.5s ease-in-out infinite alternate;animation:blink 1.5s ease-in-out infinite alternate;margin-left: 4px;border-radius:4px !important;padding:3px 5px;}
@-webkit-keyframes blink{
	0%		{ color: #ff2a2a; border: 1px solid #ff2a2a; }
	15%		{ color: #ff7a2a; border: 1px solid #ff7a2a; }
	30%		{ color: #f9b500; border: 1px solid #f9b500; }
	45%		{ color: #17bd00; border: 1px solid #17bd00; }
	60%		{ color: #005ed0; border: 1px solid #005ed0; }
	75%		{ color: #202082; border: 1px solid #202082; }
	90%		{ color: #6b2aff; border: 1px solid #6b2aff; }
	100%	{ color: #000000; border: 1px solid #000000; }
}
@-moz-keyframes blink{
	0%		{ color: #ff2a2a; border: 1px solid #ff2a2a; }
	15%		{ color: #ff7a2a; border: 1px solid #ff7a2a; }
	30%		{ color: #f9b500; border: 1px solid #f9b500; }
	45%		{ color: #17bd00; border: 1px solid #17bd00; }
	60%		{ color: #005ed0; border: 1px solid #005ed0; }
	75%		{ color: #202082; border: 1px solid #202082; }
	90%		{ color: #6b2aff; border: 1px solid #6b2aff; }
	100%	{ color: #000000; border: 1px solid #000000; }
}
@keyframes blink{
	0%		{ color: #ff2a2a; border: 1px solid #ff2a2a; }
	15%		{ color: #ff7a2a; border: 1px solid #ff7a2a; }
	30%		{ color: #f9b500; border: 1px solid #f9b500; }
	45%		{ color: #17bd00; border: 1px solid #17bd00; }
	60%		{ color: #005ed0; border: 1px solid #005ed0; }
	75%		{ color: #202082; border: 1px solid #202082; }
	90%		{ color: #6b2aff; border: 1px solid #6b2aff; }
	100%	{ color: #000000; border: 1px solid #000000; }
}

/* 골프티 */
.detail-top-btn{display:flex; justify-content:space-between;gap:10px; margin-top:20px;}
.detail-top-btn .snsArea{display:inline-flex;align-items: center;gap:5px;}
.detail-top-btn .btnArea{display:inline-flex; justify-content:flex-end; align-items: center;gap:5px;}
.detail-top-btn .btnArea button{min-width:100px;} 

.ico-facebook{display: inline-block;width:30px;height:30px; background: url(/images/i-fbook-w.png) 50% 50% no-repeat #3b5a9a;background-size:auto 16px;  border-radius: 50%; }
.ico-blog{display: inline-block;width:30px;height:30px; background: url(/images/sns-blog.png) 50% 50% no-repeat #42b649; background-size:16px auto; border-radius: 50%; }
.ico-X{display: inline-block;width:30px;height: 30px; background: url(/images/sns-x.png) 50% 50% no-repeat #000; background-size:auto 14px;  border-radius: 50%; }
.ico-twitter{display: inline-block;width:30px;height: 30px; background: url(/images/sns-twitter.png) 50% 50% no-repeat #2aade3; background-size:18px auto; border-radius: 50%; }

.linkBar { margin-bottom:20px;}
.linkBar ul {overflow: hidden;width: 100%;border-bottom: 1px solid #8a8a8a;}
.linkBar ul li {float: left;border-top: 1px solid #8a8a8a;;border-right: 1px solid #8a8a8a;;border-left: 1px solid #8a8a8a;background: #fff;margin-left: -1px;}
.linkBar ul li a {text-align: center;display: flex;justify-content: center;align-items: center; font-weight: 500; font-size: 14px;color: #333;min-width: 100px;height: 36px;line-height:1.2;padding:0 10px;box-sizing: border-box;}
.linkBar ul li:first-child  {margin-left: 0px;}
.linkBar ul li.linkBarOn a{background: #eee;}

.sch_txt{font-weight:300;font-size:13px;color: #333;line-height:1.45;letter-spacing:0.01em; border:1px solid var(--border-color); background: #fff;padding:20px;border-radius:4px;box-sizing: border-box;}
.sch_txt ul{display: inline-block; width:100%;margin-top:10px;border-top:1px solid #dfdfdf;padding-top:15px;}
.sch_txt ul:first-child{margin-top:5px;border-top:0px solid #dfdfdf;padding-top:0px;}
.sch_txt li{display: inline-block; width:100%;margin-top:8px;}
.sch_txt li:first-child{margin-top:0px;}
.sch_txt h3{font-weight:500; color: #333;font-size: 14px;line-height:1;letter-spacing:-0.03em;margin-bottom:8px;}
.sch_txt h4{font-weight:500;color: #666;font-size: 12px;line-height:1;letter-spacing:-0.03em;margin-bottom:5px;}
.sch_txt p{color: #666;font-size: 12px;line-height:1.3;letter-spacing:-0.03em;margin-bottom:5px;}
.sch_txt img{max-width:100%; height:auto;}
.sch_txt table{max-width:100% !important; height: auto !important;}

.g_box{display: inline-block;width:100%;text-align:left;margin-top:10px;border:1px solid #dfdfdf;background:#fff;padding:15px 10px;box-sizing: border-box;}
.g_box ul{border-top:1px solid #e6e6e6; padding-top:10px; margin-top:10px;}
.g_box ul:first-child{border-top:0px solid #e6e6e6; padding-top:0px; margin-top:0px;}

.review_box{display:flex;width:100%;justify-content: center;/*align-items: center;*/box-sizing: border-box; }
.review_box .score{ flex: 0 0 auto;width:60px;color: #333;font-size: 12px;line-height:1;letter-spacing:-0.03em;}
.review_box .score > p{font-weight: 500; color:var(--concept-color); font-size: 16px;line-height:1;margin-top:8px;}
.review_box .num{ flex: 0 0 auto;width:40px;color: #333;font-size: 12px;line-height:1;letter-spacing:-0.03em;}
.review_box .cont{ flex: 1 1 auto;padding-left:15px;color: #424242;font-size: 12px;line-height:1.4;letter-spacing:-0.03em;}
.review_box .cont h3{font-weight: 500; color: #1a1a1a;font-size: 12px;line-height:1.4;letter-spacing:-0.03em;margin-bottom:8px;}

.qa_area{width:100%; margin:15px auto; text-align:left; overflow: hidden;background:#fff;box-sizing: border-box;}
.qa_area li{display:inline-block;width:100%;padding:15px 10px; border-bottom:1px solid #dfdfdf;box-sizing: border-box;}
.qa_area li:first-child{ border-top:1px solid #dfdfdf;}
.qa_area li.dotted_line{border-top:1px dotted #d1d1d1;background:#fafafa;padding:15px 10px;}
.qa_area li.non{display:inline-block;width:100%; text-align:center; margin-top:15px; padding-top:40px; border-top:1px solid #dfdfdf;padding-bottom:40px; border-bottom:1px solid #dfdfdf; color:#424242;font-weight: 500; font-size:14px;line-height: 1.2;}

.qa_txt{display:inline-block;width:100%;}
.qa_txt .qname{float:left;width:70%;text-align:left;color:#1a1a1a;font-weight: 500; font-size:12px;line-height: 1;box-sizing: border-box;}
.qa_txt .qreply{float:left;width:70%;min-height:14px; text-align:left;color:#1a1a1a;font-weight: 500; font-size:12px;line-height: 1;background:url(/images/ico_reply.png) left top no-repeat; padding-left:25px;box-sizing: border-box;}
.qa_txt .qdate{float:right;width:30%;text-align:right;color:#666;font-size:12px;line-height:14px;letter-spacing:-0.03em;}
.qa_txt .qrtxt{display:inline-block;width:100%;margin-top:10px;text-align:left;color:#424242;font-size:12px;line-height:1.3;letter-spacing:-0.03em;}

.time_tb{border:1px solid var(--border-color); background: #fff;padding:20px;border-radius:4px; box-sizing: border-box; margin-bottom:15px;}
.time_tb .date{display: inline-block; width:100%;min-height:16px;font-weight:400;font-size:14px;color:var(--primary-color); line-height:1; padding-left:22px;background:url(/images/i_time.png) left top no-repeat;background-size:auto 16px; padding-bottom:10px; border-bottom:1px solid #e1e1e1;margin-bottom:10px;box-sizing: border-box;}
.time_tb dl{display:flex; align-items: center; gap:10px; flex-wrap: wrap; margin-top:8px; }
.time_tb dl:first-of-type{margin-top:0px; }
.time_tb dt{font-weight: 500; color:#1a1a1a;font-size:13px;line-height:1;}
.time_tb dd{font-size:13px; color:var(--concept-color); line-height:1;}
.time_tb .btnWrap{width:100%;display: flex; justify-content: center; gap:10px; margin-top:15px; }
.time_tb .btnWrap > *{padding:0 16px; height:28px;}

.schedule-view{width:100%; height:400px; background:#fff;  margin:0 auto; padding:20px;box-sizing: border-box; }

.processBg{width:100%;padding:0;background:#fafafa; border-top:1px solid #eee;padding:var(--padding-h) 0; box-sizing: border-box; }
.process-wrap{width:100%; max-width:1200px; margin:0px auto 60px; /*  margin:40px auto 60px; */  display: flex;align-items: center;justify-content:flex-end; flex-wrap: wrap;gap:10px 0px; }
.process-wrap .txt-lg{width:100%;  text-align: center; margin-bottom:30px; }
.process{width:-webkit-calc(100% / 5 - 48px); width:calc(100% / 5 - 48px); }
.process-step{position: relative; width:100%;padding-top:100%; overflow: hidden; border-radius: 50%; border:1px solid #a3adb9; box-sizing: border-box; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.process-step .step{position: absolute; top: 0; left: 0; width:100%; height:100%; display:flex; justify-content: center;align-items: center;flex-direction: column; text-align: center; font-weight:500;font-size:18px;color:#35425b; line-height:1.4;  padding:0 10px;box-sizing: border-box;  }
.process-step .step  > span{font-size:16px;}
.process-full{width:100%;display:inline-flex; justify-content: flex-end; }
.process-full .arrow{width:-webkit-calc(100% / 5 - 48px);  display:inline-flex; justify-content: center;  }

.process-step.type1{border:1px solid #4fc4e5;}
.process-step.type1 .step{color:#2881c0; }
.process-step.type2{border:1px solid #4abb45;}
.process-step.type2 .step{color:#4abb45; }
.process-step.type3{border:1px solid var(--orange-color);}
.process-step.type3 .step{color:var(--primary-color); }
.process-step.type4{border:1px solid #0fa486;}
.process-step.type4 .step{color:#0fa385; }
.process-step.type5{border:3px solid var(--violet-color);}
.process-step.type5 .step{color: var(--violet-color); }

.step-arrow{width:60px;height:60px;background: url(/images/arrow-basic.png) 50% 50% no-repeat; background-size:28px auto; animation: arrowMove 1.2s ease-in-out infinite; }
.step-arrow.s4{ /* background: url(/images/arrow-type1.png) 50% 50% no-repeat; */} /*2*/
.step-arrow.top{height:40px;background: url(/images/arrow-basic.png) 50% 50% no-repeat;background-size:28px auto;  transform:rotate(90deg); animation: arrowMoveTop 1.2s ease-in-out infinite; } /*5*/
.step-arrow.left{transform: rotate(180deg); animation-name: arrowMoveLeft;} /* 6 7 */
.step-arrow.last{background: url(/images/arrow-type3.png) 50% 50% no-repeat;animation: arrowMoveLast 1.2s ease-in-out infinite;  } /* 8 */

.process-wrap .s17{display:none;}

@keyframes arrowMove {
  0% {transform: translateX(0);}
  50% {transform: translateX(5px);}
  100% {transform: translateX(0);}
}

@keyframes arrowMoveTop {
  0%   { transform: rotate(90deg) translateX(0); }
  50%  { transform: rotate(90deg) translateX(5px); }
  100% { transform: rotate(90deg) translateX(0); }

}

@keyframes arrowMoveLeft {
  0%   { transform: rotate(180deg) translateX(0); }
  50%  { transform: rotate(180deg) translateX(5px); }
  100% { transform: rotate(180deg) translateX(0); }
}


@keyframes arrowMoveLast {
  0% {transform: translateX(0);}
  50% {transform: translateX(-5px);}
  100% {transform: translateX(0);}
}

.process-desc{width:100%; max-width:1200px; margin:0px auto 100px; border:4px solid #beb9d8; background:#fff; border-radius:var(--border-radius); box-shadow: 0px 0px 16px 0px rgba(104, 104, 104, 0.08); padding:35px;box-sizing: border-box; }
.process-desc > h3{font-weight:700;font-size:20px;color:var(--violet-color); line-height:1.4; margin-bottom:20px; }
.process-desc .txt{font-weight:500;font-size:16px;color:var(--second-color); line-height:1.4; text-indent:-16px; padding-left:16px;box-sizing: border-box;margin-top:8px;}
.process-desc .stxt{position:relative; font-weight:300;font-size:15px;color:#333; line-height:1.4; padding-left:24px;box-sizing: border-box; margin-top:5px;}
.process-desc .stxt::before{position:absolute;content: '-';left:16px;top:0px;font-size:14px;color:#333; }

.pay-wrap{width:100%; padding:15px;box-sizing: border-box;}
.pay-wrap .price-div{width:100%;border-bottom:1px solid #d4dee6;}
.pay-wrap .price-div > ul{display:flex; justify-content: space-between; gap:10px; padding:8px;}
.pay-wrap .price-div > ul.total{padding:8px 0; border-bottom:1px solid #d4dee6;margin-bottom:8px; }
.pay-wrap .price-div> ul.line{border-bottom:1px solid #d4dee6;}
.pay-wrap .total-tit{font-weight:700;color:#1a1a1a;font-size:16px;}
.pay-wrap .total-price{font-weight:700;color:#e30c0c;font-size:16px;}
.pay-wrap .tit{font-weight:400;color:#333;font-size:14px;line-height:1;}
.pay-wrap .price{font-weight:600;color:#1a1a1a;font-size:14px;line-height:1;}
.pay-wrap .stit{font-weight:700;color:#333;font-size:16px;line-height:1.2; margin-bottom:10px;}
.pay-wrap > section{margin-bottom:20px;}
.pay-wrap .borderBox{ padding:15px;border:1px solid #d4dee6; background: #f3f7fa;box-sizing: border-box;}
.pay-wrap .borderBox > dl{display:flex;justify-content: space-between; align-items: center; gap:5px; flex-wrap: wrap; width:100%; margin-top:10px;}
.pay-wrap .borderBox dt{flex:0 0 80px; font-weight:500;color:#333;font-size:14px; text-align: right;}
.pay-wrap .borderBox dd{flex:1; font-weight:400;color:#666;font-size:13px; text-align: right;}
.pay-wrap .desc{}
.pay-wrap .desc > h4{font-weight:600;color:var(--primary-color);font-size:14px;line-height:1.3;}
.pay-wrap .desc-txt{font-weight:300;font-size:13px;color:#333; line-height:1.4; text-indent:-12px; padding-left:12px;box-sizing: border-box; margin-top:10px;}
.pay-wrap .desc-stxt{font-weight:300;font-size:13px;color:#333; line-height:1.4; padding-left:12px;box-sizing: border-box; }

.pay-select{display:flex;gap:2px; width:100%; margin:0px auto 10px;}
.pay-select > *{flex:1;display:inline-flex;justify-content:center; align-items: center;text-align:center; height:36px; border:1px solid #666;background:#fff; font-weight: 400; font-size:14px;color:#333;line-height:1; border-radius: 4px; }
.pay-select > *.active{border:2px solid var(--concept-color); color:var(--concept-color); background: #f3f7fa;}








/* 아래는 이전 자료임 */
.register_ok{margin:40px 0; background: url(/images/register-ok.png) 50% 0 no-repeat; background-size:auto 50px; padding-top:80px; text-align: center; }
.register_ok > p{margin-top:20px; }

.member_out{margin:80px 0 40px;background: url(/images/outimg.png) 50% 0 no-repeat; background-size:auto 140px; padding-top:160px; text-align: center; }

/* print */
@media print {
  @page {
    size:210mm 297mm;	/* 실제 인쇄용지 크기 지정 */
    margin:0mm
  }
  * {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    color-adjust: exact !important;                 /* Firefox 48 – 96 */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
    
  }
  body {
    margin: 0;
    padding: 0;
    height: auto;
    margin-top:0px;	/* 아래 pop_from_fix 의 margin-top을 적절히 조절해서 위치를 조정한다. */
  }
  .no-print {display:none !important;}
}

/* ...줄임표 옆 아이콘적용시 */
.subject--wrap {display:inline-flex; width: 100%; height: 100%;align-items: center;justify-content: space-between;}
.subject--wrap .b-subject {flex:1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size:20px;}
.subject--wrap .list--type {width:80px;margin-left:4px;text-align:right}
.sp--icon {display: inline-block;vertical-align: middle;border-radius:24px; padding:8px 12px 8px;font-weight:500;font-size:13px;line-height:1;}
/* ...줄임표 옆 아이콘적용시 END */




  
