@charset "utf-8";
/*************************************************************************
* @ 서비스명   : commonui
* @ 파일명     : /css/commonui.css
* @ 페이지설명  : commonui.css
* @ 작성자     : 한주현 (pointweb)
* @ 작성일     :

**************************************************************************/

/* basic style */
* {box-sizing: border-box;}
html {width: 100%;height: 100%;}
body {overflow: inherit;width: 100%;height: 100%;}
body.on {overflow: hidden;}
#wrap {width: 100%;height: 100%;}
.layout{position:relative;margin: 0 auto;max-width: 1200px;}
.no-data {display: block !important;font-size: 16px !important;width: 100% !important;padding: 100px 0 !important;text-align: center;margin: 0 !important;}
.page-title{font-size: 26px;font-weight: 500;color: #121212;}
.page-title2{display:flex;align-items:center;gap:20px;font-size: 28px;font-weight: bold;color: #202020;}
.page-title2 a{display: flex;align-items: center;justify-content:center;gap:10px;padding:0 20px;height:32px; border-radius: 5px;border: solid 1px #dcdfe6;background-color: #fff;  font-size: 15px;font-weight: 500;color: #057e54 ;}
.page-title2 i{line-height: normal;display: inline-block;}
.page-title2 i img{display: block;}
.page-title3 {font-size:22px;color:#057e54 ;margin:50px 0 25px;}
.page-title4 {font-size:20px;color:#057e54 ;margin:40px 0 20px;}

.ui-widget.ui-widget-content{z-index: 100 !important;}

.blind{position: absolute;top:-9999999px;left:-999999px;}
.required{color:#e32a2a;}
#pagination{margin-top:30px;display: flex;align-items: center;justify-content: center;gap:5px;}
#pagination a{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius: 5px;background: #f8f8f8;font-size: 14px;font-weight: normal;letter-spacing: -0.28px;text-align: center;color: #9a9a9a;line-height: 1;}
#pagination a.active{background: #fff;border:1px solid #057e54;color:#057e54;font-weight: 600;}
#pagination .end-prev,
#pagination .prev,
#pagination .next,
#pagination .end-next{}
#pagination .end-prev{background:url(/_public/images2/common/first-prev.svg) no-repeat;background-size:cover;}
#pagination .prev{background:url(/_public/images2/common/prev.svg) no-repeat;margin-right:10px;background-size:cover;}
#pagination .next{background:url(/_public/images2/common/next.svg) no-repeat;margin-left:10px;background-size:cover;}
#pagination .end-next{background: url(/_public/images2/common/end-next.svg) no-repeat;background-size:cover;}

.overlay{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(0,0,0,0.7);z-index:1000;line-height: normal;}

.color-orange { color: #057e54 !important}
.color-blue { color: #057e54 !important}
.color-purple{color:#4060FF !important;}
.color-red{color:#e50000 !important;}


.root_daum_roughmap .wrap_map{height:100% !important}

/* s::loading */
.spinner-wrap{display:none;position: fixed;top:0;left:0;width:100%;height:100%;background: rgba(255,255,255,0.5);z-index: 999999;}
.spinner-wrap .loading-box{position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);display: flex;flex-direction: column;align-items: center;justify-content: center;gap:5px;}
.spinner-wrap .loading-box i{display: inline-block;width:150px;text-align: center;}
.loader {font-size: 24px;font-weight: 800;display: inline-block;color: #057e54;letter-spacing: 2px;position: relative;box-sizing: border-box;}
.loader::after {content: 'Loading';position: absolute;left: 0;top: 0;color: #f8f8f8f8;width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;animation: animloader 3s linear infinite;}

@keyframes animloader {
    0% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
/* e::loading */


.tab{display: flex;margin-top:40px;gap:10px;}
.tab a{flex:1;display: flex;height:52px;align-items: center;justify-content: center; border-radius: 5px;background-color: #f8f8f8; font-size: 17px;font-weight: 600;color: #787878;}
.tab a.on{background: #202020;color:#fff;}

.tab2{display: flex;}
.tab2 .button{flex:1;display: flex;justify-content:center;align-items: center;gap:14px;height:45px;  border: solid 1px #787878;background-color: #fff;  font-size: 16px;font-weight: 500;color: #202020;}
.tab2 .button:after{content: "";display: none;width:8px;height:6px;background: url(/_public/images2/icon/ico_tab_white.svg) no-repeat;background-size: cover;}
.tab2 .button.active{border-color:#202020;background-color: #202020;color:#fff;}
.tab2 .button.active:after{display: block;}

.tab3{display: flex;gap:10px;}
.tab3 .button{flex:1;display: flex;align-items: center;justify-content: center; border-radius: 5px;background-color: #f8f8f8;height:55px;font-size: 18px;font-weight: bold;color: #787878;}
.tab3 .button.active{;background-color: #202020;color:#fff;}



.not-post{padding:50px 0;text-align: center;line-height: normal !important;}
.not-post figure{}
.not-post figure figcaption{display:block;font-size: 19px;font-weight: 600;letter-spacing: 0.19px;color: #202020;}
.not-post figure figcaption span{display: block;margin-top:5px; font-size: 15px;font-weight: normal;letter-spacing: 0.15px;text-align: center;color: #999;}

.not-find{padding:50px 0;text-align: center;line-height: normal !important;}
.not-find figure{}
.not-find figure figcaption{display:block;font-size: 19px;font-weight: 600;letter-spacing: 0.19px;color: #202020;}
.not-find figure figcaption span{display: block;margin-top:5px; font-size: 15px;font-weight: normal;letter-spacing: 0.15px;text-align: center;color: #999;}


/* text style */
.t-align-left {text-align: left !important;}
.t-align-center {text-align: center !important;}
.t-align-right {text-align: right !important;}

/* dl style */
.dl-type1{}
.dl-type1 dt{position:relative;clear:left;float:left;}
.dl-type1 dd{position:relative;width:100%;}
.dl-type1 dd:after {content: "";display: table;clear: both;}
/* text style */
.t-align-left {text-align: left !important;}
.t-align-center {text-align: center !important;}
.t-align-right {text-align: right !important;}



.ios-chk {display:inline-block;position: relative;cursor: pointer;}
.ios-chk input[type="checkbox"]{position: absolute;display: inline-block;opacity: 0;}
.ios-chk label {position:relative !important;top:inherit !important; left:inherit !important;cursor: pointer;display: inline-block;padding-left:60px;color: #555;font-size: 15px;line-height: 27px;vertical-align: middle;font-weight: 400;}
.apple-switch::before {content:"";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;left:0;vertical-align: middle;-webkit-appearance: none;outline: none;width: 50px;height: 25px;background-color: #fff;border: 1px solid #D9DADC;border-radius: 50px;box-shadow: inset -20px 0 0 0 #fff;cursor: pointer;}
.apple-switch:after {content: "";-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;position: absolute;top: 3px;left: 1px;background: transparent;width: 22px;height: 22px;border-radius: 50%;box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);}
.ios-chk input[type="checkbox"]:checked + .apple-switch:before {box-shadow: inset 26px 0 0 0 #222;border-color: #222;}
.ios-chk input[type="checkbox"]:checked + .apple-switch:after {left: 20px;box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);}

.filebox{position:relative;font-size:0;}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox label {position:relative ;display: inline-block;margin-right:5px;width:127px;color: #fff;font-size:14px;vertical-align: middle;cursor: pointer;border: 1px solid #383838;border-radius: 5px;line-height: 48px;text-align: center; font-size: 18px;background: #383838; color: #fff; margin-left: 10px;}
.filebox label:hover { background: #000; color: #fff; }
.filebox .upload-name {display: inline-block;width: calc(100% - 260px);height: 50px;font-size: 16px;color: #595757;padding: 0 40px;vertical-align: middle;background: #fafafa url(/_public/images2/icon/link_icon.svg) no-repeat;background-size: 30px 30px;border: 1px solid #bebebe;border-radius: 5px;background-position: 10px 50%;}

.filebox2{position:relative;}
.filebox2 input[type="file"] {position: absolute;width: 0;height: 0;padding: 0;overflow: hidden;border: 0;}
.filebox2 label {position:relative;display: flex;align-items: center;justify-content: center;width: 100%;height:55px;border-radius: 10px;border: dashed 1px #057e54;background-color: #f2fbf8;  font-size: 18px;font-weight: bold;letter-spacing: -0.36px;color: #057e54;cursor: pointer;}
.filebox2 label span{display: inline-block;position: absolute;left:20px;font-size: 18px;font-weight: 500;letter-spacing: -0.36px;color: #ccc;}
.filebox2 .upload-name {}

.checkbox-type1{position: relative;}
.checkbox-type1 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type1 label {position:relative;padding-left:25px;font-size: 15px;font-weight: 600;color: #202020;cursor: pointer;display: inline-block;}
.checkbox-type1 label:before {content: "";position: absolute;top:0;left: 0;display: inline-block;width: 20px;height: 20px;box-sizing: border-box;border: 1px solid #b9bfcc;border-radius:100%;}
.checkbox-type1 label:after {content: "";display: inline-block;position: absolute;top: 4px;left: 7px;width: 6px;height: 10px;border-right: 2px solid #b9bfcc;border-bottom: 2px solid #b9bfcc;transform: rotate(45deg);}
.checkbox-type1 input[type="checkbox"]:checked + label{color:#057e54;}
.checkbox-type1 input[type="checkbox"]:checked + label:before {border-color: #057e54;background-color:#057e54;}
.checkbox-type1 input[type="checkbox"]:checked + label:after {border-right: 2px solid #fff;border-bottom: 2px solid #fff;}

.checkbox-type2{position: relative;}
.checkbox-type2 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type2 label {position:relative;padding-left:25px;font-size: 15px;font-weight: 500;letter-spacing: -0.3px;color: #202020;cursor: pointer;display: inline-block;word-break: keep-all;}
.checkbox-type2 label:before {content: "";position: absolute;top:0;left: 0;display: inline-block;width: 20px;height: 20px;background: url(/_public/images2/icon/check_off.svg) no-repeat;background-size: cover;}
.checkbox-type2 input[type="checkbox"]:checked + label{color:#057e54; font-weight: bold;}
.checkbox-type2 input[type="checkbox"]:checked + label:before {background: url(/_public/images2/icon/check.svg) no-repeat;background-size: cover;}

.checkbox-type3{position: relative;}
.checkbox-type3 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type3 label {position:relative;padding:0 22px;height:40px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius: 10px;border: solid 1px #dcdfe6;background: #fff;cursor: pointer;font-size: 15px;font-weight: 600;color: #606060;line-height: 38px;}
.checkbox-type3 label:before {content: "";position:relative;top:-1px;display: none;width:17px;height:18px;background: url(/_public/images2/icon/ico_check_w.svg) no-repeat;background-size: cover;}
.checkbox-type3 input[type="checkbox"]:checked + label{border-color:#057e54;background:#057e54;color:#fff; }
.checkbox-type3 input[type="checkbox"]:checked + label:before {display: block;}

.checkbox-type4{position: relative;}
.checkbox-type4 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type4 label {position:relative;padding-left:26px;font-size: 16px;font-weight: normal;color: #202020;cursor: pointer;}
.checkbox-type4 label:before {content: "";position: absolute;top:-1px;left: 0;display: inline-block;width: 20px;height: 20px;background: url(/_public/images2/icon/ico_chk3.svg) no-repeat;background-size: cover;}
.checkbox-type4 input[type="checkbox"]:checked + label:before {background: url(/_public/images2/icon/ico_chk3_on.svg) no-repeat;background-size: cover;}

.checkbox-type5{position: relative;}
.checkbox-type5 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type5 label {position:relative;display:block;padding-left:30px;font-size: 15px;font-weight: 600;color: #202020;cursor: pointer;}
.checkbox-type5 label em{color:#057e54;}
.checkbox-type5 label:before {content: "";position: absolute;top:-1px;left: 0;display: inline-block;width: 20px;height: 20px;background: url(/_public/images2/icon/ico_chk4.svg) no-repeat;background-size: cover;}
.checkbox-type5 input[type="checkbox"]:checked + label:before {background: url(/_public/images2/icon/ico_chk_on.svg) no-repeat;background-size: cover;}

.checkbox-type6{position: relative;}
.checkbox-type6 input[type="checkbox"] {position: absolute;display: inline-block;opacity: 0;}
.checkbox-type6 label {position:relative;display:block;padding:0 10px 0 40px;border-radius: 10px;background-color: #f8f8f8;border:1px solid #f8f8f8;font-size: 14px;font-weight: normal;letter-spacing: -0.28px;color: #202020;cursor: pointer;line-height: 42px;}
.checkbox-type6 label:before{content: "";position: absolute;top:11px;left:10px;width: 20px;height: 20px;background: url(/_public/images2/icon/check_off.svg) no-repeat;background-size: cover;}
.checkbox-type6 input[type="checkbox"]:checked + label{color:#057e54;border-color: #057e54;background: #fff;}
.checkbox-type6 input[type="checkbox"]:checked + label:before{background: url(/_public/images2/icon/check2.svg) no-repeat;background-size: cover;}






.radio-type1 {position:relative;margin: -0.5px;}
.radio-type1 input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.radio-type1 label {position: relative !important;top: inherit !important;left: inherit !important;cursor: pointer;display: block;text-align: center;font-size: 14px;line-height: 50px;border: 1px solid #e5e5e5;}
.radio-type1 input[type="radio"]:checked + label {background-color: #222;color: #fff;}


.radio-type2{position:relative;}
.radio-type2 input[type="radio"]{position:absolute;opacity:0;}
.radio-type2 label{position:relative;padding-left:23px;display:block;font-size: 15px;font-weight: 500;cursor:pointer;}
.radio-type2 label::before{content: '';width: 18px;height: 18px;border: 1px solid #b9bfcc;border-radius: 50%;position: absolute;left: 0;top: 1px;}
.radio-type2 label::after{display:none;content:'';width:6px;height:6px;border-radius:50%;background:#fff;position:absolute;left:6px;top:6px;}
.radio-type2 input[type="radio"]:checked + label::before{border-color:#057e54;background: #057e54;}
.radio-type2 input[type="radio"]:checked + label::after{display:block;}


.radio-type3 {position:relative;}
.radio-type3 input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.radio-type3 label {position: relative;cursor: pointer;display:flex;align-items:center;justify-content:center;border-radius: 10px;background-color: #fff;height:55px;font-size: 15px;font-weight: 500;color:#787878;border: 1px solid #d5d5d5;line-height: 53px;}
.radio-type3 input[type="radio"]:checked + label {background-color: #f3eefc;color: #057e54;border:1px solid #057e54;}


.radio-type5{position: relative;}
.radio-type5 input[type="radio"] {display: inline-block;position: absolute;opacity: 0;}
.radio-type5 label{position: relative;display: block;padding:20px 20px 20px 50px; border-radius: 10px;border: solid 1px #d5d5d5;background-color: #fff;cursor: pointer;}
.radio-type5 label:before{content: "";position: absolute;top:20px;left:20px;display:block;width: 18px;height:18px;background: url(/_public/images2/icon/ico_radio.svg) no-repeat;background-size: cover;}
.radio-type5 label strong{display: block;font-size: 22px;font-weight: bold;color: #121212;line-height: 1;}
.radio-type5 label .txt1{display: block;margin-top:10px;font-size: 16px;font-weight: bold;color: #121212;}
.radio-type5 label .txt2{display: block;margin-top:5px;font-size: 14px;font-weight: 500;line-height: 1.71;color: #787878;}
.radio-type5 label .txt2 + .txt2{margin-top: 0;}
.radio-type5 label .day{position: absolute;top:25px;right:30px;font-size: 14px;font-weight: 600;color: #787878;}
.radio-type5 label .day em{display: inline;color:#121212;}
.radio-type5 input[type="radio"]:checked + label{border-color:#057e54;}
.radio-type5 input[type="radio"]:checked + label:before{background: url(/_public/images2/icon/ico_radio_on.svg) no-repeat;background-size: cover;}
.radio-type5 input[type="radio"]:disabled + label{border-color:#f1f1f1;background: #f1f1f1; }
.radio-type5 input[type="radio"]:disabled + label strong{color:#bcbfc7;}
.radio-type5 input[type="radio"]:disabled + label .txt1{color:#bcbfc7;}
.radio-type5 input[type="radio"]:disabled + label .txt2{color:#bcbfc7;}



@keyframes dropHeader {
    0% {
        top: -5rem;
    }
    100% {
        top: 0;
    }
}

@keyframes dropSearch {
    0% {
        top: -5rem;
    }
    100% {
        top: 90px;
    }
}

@keyframes dropSearch2 {
    0% {
        top: -5rem;
    }
    100% {
        top: 0px;
    }
}


/* s::header */
header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index: 100;}
header .h-cont{position:relative;display: flex;align-items: center;/*gap:140px;*/justify-content: space-between;width:100%;max-width:1200px;margin:0 auto;}

header .logo{display: inline-block;}
header .logo img{display: block;}
header .gnb{}
header .gnb .gnb-top{display: none;align-items: center;justify-content:space-between;height:60px;padding:0 20px;}
header .gnb .gnb-top .gnb-logo{display: inline-block;width:105px;}
header .gnb .gnb-top .gnb-logo img{display: block;width:100%;}
header .gnb .gnb-top .close-gnb{display: inline-block;}
header .gnb .gnb-top .close-gnb img{display:block;}
header .gnb .gnb-util{padding:20px;display: none;gap:15px;}
header .gnb .gnb-util a{display: flex;align-items: center;justify-content: center;padding:0 20px;height:40px;border-radius: 20px;gap:10px;font-size:17px;font-weight: 800;}
header .gnb .gnb-util .m-signup{background: #057e54;color:#fff;}
header .gnb .gnb-util .m-signup:before{content: "";position:relative;top:-1px;display: inline-block;width:14px;height:14px;background: url(/_public/images2/common/m_my_w.svg) no-repeat;background-size: cover;}
header .gnb .gnb-util .m-signin{border:1px solid #202020;background: #fff;}
header .gnb .gnb-util .m-mypage{border:1px solid #202020;background: #fff;color:#202020;}
header .gnb .gnb-util .m-mypage:before{content: "";position:relative;top:-1px;display: inline-block;width:14px;height:14px;background: url(/_public/images2/common/m_my.svg) no-repeat;background-size: cover;}
header .gnb .gnb-util .m-signout{background: #f8f8f8;color: #787878;}
header .gnb ul{display: flex;gap:13px;}
header .gnb ul li{position: relative;}
header .gnb ul li > a{position:relative;display: block;font-size: 20px;font-weight: 600;color: #202020;line-height: 90px;padding:0 25px;}
header .gnb ul li .dropdown{display:none;position: absolute;width: calc(100% + 20px);left:-10px;z-index: 10;border-radius:10px;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);background-color: #fff;padding:20px 0;}
header .gnb ul li .dropdown a{display: block;font-size: 17px;font-weight: 600;color: #202020;text-align: center;}
header .gnb ul li .dropdown a + a{margin-top:15px;}
header .gnb ul li .dropdown a:hover{color:#057e54;}
/* header .gnb ul li.level1{}
header .gnb ul li.level1 > a{text-align: center;display: flex;align-items: center;justify-content: center;gap:5px;}
header .gnb ul li.level1 > a:after{content: "";position:relative;top:0;display:block;width:15px;height:15px;background: url(/_public/images2/common/gnb_arrow.svg) no-repeat;background-size: cover;transition:all 0.3s;} */
header .gnb ul li.level1:hover > a{color:#057e54;}
header .gnb ul li.level1:hover > a:after{transform: rotate(-180deg);}
header .util{/*position:absolute;right:0;*/display: flex;gap:20px;align-items: center;}
header .util a{position:relative;display: inline-block;font-size: 16px;font-weight: 500;color: #202020;}
/* header .util a:first-child{margin-right: 10px;} */
/* header .util a:first-child:after{content: "";position:absolute;top:3px;right:-15px;display: inline-block;width:1px;height:14px;background: #ccc;} */
header .util .btn-signin{display: flex;align-items: center;justify-content: center;width:80px;height:40px;border-radius: 20px;border: solid 2px #202020;font-size: 16px;font-weight: bold;color: #202020;line-height: 36px;}
header .util .btn-mypage{display: flex;align-items: center;justify-content: center;width:100px;height:40px;border-radius: 20px;border: solid 2px #202020;font-size: 16px;font-weight: bold;color: #202020;gap:5px;line-height: 36px;}
header .util .btn-mypage:before{content: "";position:relative;top:-1px;display: inline-block;width:14px;height:14px;background: url(/_public/images2/common/m_my.svg) no-repeat;background-size: cover;}
header .util .open-gnb{display: none;}
header .util .open-gnb img{display:block;}
header .swipe-menu{padding:0 20px;display: none;}
header .swipe-menu ul{display: flex;}
header .swipe-menu ul li{flex:auto;}
header .swipe-menu ul li a{position:relative;display: block;line-height: 38px;font-size: 15px;font-weight: 600;color: #202020;text-align: center;}
header .swipe-menu ul li a:after{content: "";position: absolute;left:0;bottom:0;display:none;width:100%;height:3px;background: #057e54;}
header .swipe-menu ul li a.on{color:#057e54;}
header .swipe-menu ul li a.on:after{display: block;}
header .page-top{position:relative;display: none;height:50px;align-items: center;justify-content: center; box-shadow: 0 5px 5px 0 rgba(90, 90, 90, 0.1);background-color: #fff;}
header .page-top button{position:absolute;left:20px;display: inline-block;}
header .page-top button img{display:block;}
header .page-top h1{text-align: center;font-size: 18px;font-weight: bold;letter-spacing: -0.36px;color: #202020;}
header .btn-yen{position: absolute;top:25px;right:20px;display: flex;gap:5px;justify-content:center;align-items: center;width:119px;height:40px;border-radius: 20px;border: solid 1px #ccc;background-color: #fff;  font-size: 15px;font-weight: 600;letter-spacing: -0.3px;color: #000;}
header .btn-yen:before{content: "";position: relative;width:20px;height:20px;display: inline-block;background: url(/_public/images2/icon/flag_jpn.svg) no-repeat;background-size: cover;}
header.sub-reservation{position: absolute;}
header.sub-reservation.drop{top:-90px;}

    /* e::header */


/* s::footer */
footer{background: #f5f5f5;padding:30px 0 50px;}
footer .f-top{display: flex;justify-content: space-between;}
footer .f-top nav{display: flex;gap:30px;}
footer .f-top nav a{display: inline-block;font-size: 15px;font-weight: 600;letter-spacing: -0.3px;color: #202020;}
footer .f-top .link-box{display: flex;gap:10px;}
footer .f-top .link-box a{display: inline-block;}
footer .f-top .link-box a img{display:block;}
footer .f-bottom{margin-top:24px;padding-bottom: 40px;border-bottom: 1px solid #e5e5e5;}
footer .f-bottom h4{font-size: 15px;font-weight: normal;letter-spacing: -0.3px;color: #202020;}
footer .f-bottom address{margin-top:5px;}
footer .f-bottom address p{display: flex;gap:30px;}
footer .f-bottom address p + p{margin-top:5px;}
footer .f-bottom address p span{position:relative;display: inline-block;font-size: 15px;font-weight: normal;letter-spacing: -0.3px;color: #787878;}
footer .f-bottom address p span:before{content: "";position:absolute;top:3px;left:-15px;display: inline-block;width:1px;height:14px;background: #ccc;}
footer .f-bottom address p span:first-child:before{display: none;}
footer .f-ex {margin-top:30px;font-size:15px;color:#787878;line-height:1.54;}
footer copyright{margin-top:15px;display: block;font-size: 13px;font-weight: normal;letter-spacing: -0.26px;color: #787878;}
/* e::footer */

.search-panel{margin:0 auto;padding: 28px 30px;border-radius: 10px;box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);background-color: #f5f5f5;max-width:1200px;}
.search-panel .search-wrap{position:relative;margin:0 auto;max-width:1200px;display: flex;gap:30px;border-radius: 10px;padding:0;}
.search-panel .col1{width:calc(100% - 219px);display: flex;flex-direction: column;gap:15px;}
.search-panel .col1 .input-box{border-radius: 10px;border: solid 1px #e5e5e5;background: #fff;display: flex;gap:20px;padding:0 25px;cursor: pointer;align-items: center;}
.search-panel .col1 .input-box strong{display:inline-block;font-size: 16px;font-weight: bold;letter-spacing: -0.32px;color: #057e54;}
.search-panel .col1 .input-box .depart-wrap{width:calc(100% - 110px);display: flex;gap:60px;}
.search-panel .col1 .input-box .depart-wrap > div{position:relative;display: flex;align-items: center;gap:36px;height:62px;}
.search-panel .col1 .input-box .depart-wrap > div:before{content: "";position: absolute;left:-36px;width:20px;height:20px;background: url(/_public/images2/search/arrow.svg) no-repeat;background-size: cover;}
.search-panel .col1 .input-box .depart-wrap > div:first-child:before{display: none;}
.search-panel .col1 .input-box .depart-wrap > div ul{padding-left:30px;display: flex;gap:20px;position: relative;}
.search-panel .col1 .input-box .depart-wrap > div ul:before{content: "";position: absolute;top:2px;left:0;width:20px;height:20px;display: block;background: url(/_public/images2/search/depart_icon02.png) no-repeat;background-size: cover;}
.search-panel .col1 .input-box .depart-wrap > div ul li{position: relative;font-size: 18px;font-weight: 500;letter-spacing: -0.32px;color: #202020;}
.search-panel .col1 .input-box .depart-wrap > div ul li:before{content: "";position: absolute;left:-10px;top:6px;display:block;width:1px;height:14px;background: #ccc;}
.search-panel .col1 .input-box .depart-wrap > div ul li:first-child:before{display: none;}
.search-panel .col1 .input-box2{display: flex;gap:10px;margin-top:15px;}
.search-panel .col1 .input-box2 .box-wrap{border-radius: 10px;border: solid 1px #e5e5e5;background: #fff;display: flex;cursor: pointer;position:relative;align-items: center;height:62px;width:calc(100% - 170px);padding:0 25px;gap:20px;}
.search-panel .col1 .input-box2 .box-wrap strong{display:inline-block;font-size: 16px;font-weight: bold;letter-spacing: -0.32px;color: #057e54;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap{width:calc(100% - 115px);display: flex;gap:60px;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div{position:relative;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div:before{content: "";position: absolute;left:-36px;top:2px;width:20px;height:20px;background: url(/_public/images2/search/arrow.svg) no-repeat;background-size: cover;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div:first-child:before{display: none;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div strong{display: inline-block;font-size: 16px;font-weight: bold;letter-spacing: -0.32px;color: #057e54;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul{display: flex;gap:10px;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li{position: relative;padding-left: 30px;font-size: 18px;font-weight: 500;letter-spacing: -0.32px;color: #202020;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li:before{content: "";position: absolute;left:0;top:2px;width:20px;height:20px;display: block;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li.icon01:before{background: url(/_public/images2/search/ico_day.png) no-repeat;background-size: cover;}
.search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li.icon02:before{top:3px;background: url(/_public/images2/search/ico_time.png) no-repeat;background-size: cover;}
.search-panel .col1 .input-box2 p{position:relative;display:flex;border-radius: 10px;border: solid 1px #e5e5e5;background-color: #fff;width:160px;align-items: center;justify-content: center;gap:5px;}
.search-panel .col1 .input-box2 p strong{display: inline-block;font-size: 18px;font-weight: bold;letter-spacing: -0.4px;text-align: right;color:#202020;}
.search-panel .col1 .input-box2 p:before{content: "";position: relative;display:block;width:20px;height:20px;background: url(/_public/images2/search/ico_time2.png) no-repeat;background-size: cover;}


.search-panel .col2{width:189px;display: flex;flex-direction: column;gap:15px;}
.search-panel .col2 p{position:relative;padding-left:25px;display: flex;height:62px;justify-content: space-between;align-items: center;font-size: 14px;font-weight: 500;letter-spacing: -0.28px;color: #707070;}

.search-panel .col2 button{display:flex;align-items:center;justify-content:center;width:100%;height:100%; border-radius: 10px;background: #f8e436;font-size: 20px;font-weight: 600;letter-spacing: -0.32px;color: #191919;}

.search-panel.drop{top: 90px;left: 0;position: fixed;width:100%;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);background: #fff;max-width: 100%;border-radius: 0;padding:0 0 15px;animation: dropSearch 0.3s;z-index: 10;}
.search-panel.drop .search-wrap{border-radius: 10px;border: solid 1px #057e54;background: #fff;padding:15px 10px 10px;gap:20px;justify-content: space-between;}
.search-panel.drop .col1{flex-direction: row;width:calc(100% - 120px);gap:20px;}
.search-panel.drop .col1 form{display:flex;flex-direction: row;width:100%;gap:20px;}
.search-panel.drop .col1 .input-box{position:relative;border:0;border-radius: 0;padding:0 10px;flex-direction: column;align-items: flex-start;gap:5px;width:calc(50% - 10px);}
.search-panel.drop .col1 .input-box:after{content: "";position: absolute;top: 10px;right:0;width: 1px;height: 30px;background: #ccc;}

.search-panel.drop .col1 .input-box strong{font-size: 12px;font-weight: 500;letter-spacing: -0.24px;}
.search-panel.drop .col1 .input-box .depart-wrap{gap:10px;height:auto;}
.search-panel.drop .col1 .input-box .depart-wrap > div:before{display: none;}
.search-panel.drop .col1 .input-box .depart-wrap:after{display: none;}
.search-panel.drop .col1 .input-box .depart-wrap > div{height:auto;}
.search-panel.drop .col1 .input-box .depart-wrap > div ul{padding-left: 22px;}
.search-panel.drop .col1 .input-box .depart-wrap > div ul:before{top:0;width:18px;height:18px;}

.search-panel.drop .col1 .input-box > div ul{position:relative;width:100%;gap:5px;}
.search-panel.drop .col1 .input-box > div ul li{min-width:max-content;font-size: 15px;font-weight: 500;letter-spacing: -0.3px;color: #202020;}
.search-panel.drop .col1 .input-box > div ul li{padding-left: 0;}
.search-panel.drop .col1 .input-box > div ul li:before{display: none;}
.search-panel.drop .col1 .input-box2{padding:0 10px;gap:20px;margin-top:0;width:calc(50% - 10px);align-items: flex-end;}
.search-panel.drop .col1 .input-box2 .box-wrap{position:relative;padding:0;height:45px;border-radius: 0;border:0;flex-direction: column;align-items: flex-start;gap:5px;width:calc(100% - 120px);}
.search-panel.drop .col1 .input-box2 .box-wrap:before{content: "";position:absolute;top:10px;right:-15px;width:1px;height: 30px;background: #ccc;}
.search-panel.drop .col1 .input-box2 .box-wrap .date-wrap{width:100%;gap:30px;}
.search-panel.drop .col1 .input-box2 .box-wrap .date-wrap > div:before{left: -24px;width: 16px;height: 16px;}
.search-panel.drop .col1 .input-box2 .box-wrap strong{font-size: 12px;font-weight: 500;letter-spacing: -0.24px;}
.search-panel.drop .col1 .input-box2 .box-wrap .date-wrap > div ul{position:relative;width:100%;gap:5px;}

.search-panel.drop .col1 .input-box2 .box-wrap .date-wrap > div ul li{min-width: max-content;font-size: 15px;font-weight: 500;letter-spacing: -0.3px;color: #202020;padding-left: 20px;}
.search-panel.drop .col1 .input-box2 .box-wrap .date-wrap > div ul li:before{width:15px;height:15px;}
.search-panel.drop .col1 .input-box2 p:before{top:-2px;width:18px;height:18px;}
.search-panel.drop .col1 .input-box2 p{width:110px;border:0;top:-1px;}
.search-panel.drop .col1 .input-box2 p strong{font-size:16px;}
.search-panel.drop .col2{flex-direction: row;width:100px;}

.search-panel.drop .col2 button{height:45px;width:100px;font-size:16px;}

.search-panel.sub-reservation{position: absolute;top:-999999999px;left:0;width:100%;}
.search-panel.sub-reservation.drop{position:fixed;top:0;animation: dropSearch2 0.3s;padding:15px 0;}



.search-panel2{padding:25px 20px;border-radius: 10px;box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);background: #f5f5f5;}
.search-panel2 .flex-box{display: flex;gap:15px;}
.search-panel2 .flex-box > div{flex:1;position: relative;}
.search-panel2 .flex-box  h3{font-size: 18px;font-weight: bold;letter-spacing: -0.36px;color: #202020;line-height: 1;margin-bottom: 10px;}
.search-panel2 .flex-box .field{}
.search-panel2 .flex-box .field + .field{margin-top:4px;}
.search-panel2 .flex-box .field .select-box{position: relative;}
.search-panel2 .flex-box .field .select-box:before{content: "";position: absolute;top:18px;left: 15px;width:20px;height:20px;display: block;}
.search-panel2 .flex-box .field .select-box.icon01:before{background: url(/_public/images2/search/ico_area.svg) no-repeat;background-size: cover;}
.search-panel2 .flex-box .field .select-box.icon02:before{background: url(/_public/images2/search/depart_icon02.png) no-repeat;background-size: cover;}
.search-panel2 .flex-box .field .select-box.icon03:before{background: url(/_public/images2/search/ico_day.png) no-repeat;background-size: cover;}
.search-panel2 .flex-box .field .select-box.icon04:before{background: url(/_public/images2/search/ico_time.png) no-repeat;background-size: cover;}
.search-panel2 .flex-box .field .select-box select{width:100%;height:57px; border-radius: 10px;border: solid 1px #e5e5e5;background: #fff url(/_public/images2/search/select_icon.svg) 95% 50% no-repeat;padding:0 20px 0 40px;font-size: 18px;font-weight: 500;letter-spacing: -0.36px;color: #202020;}
.search-panel2 .flex-box .field .select-box input{width:100%;height:57px; border-radius: 10px;border: solid 1px #e5e5e5;font-size: 18px;font-weight: 500;letter-spacing: -0.36px;color: #202020;padding:0 20px 0 40px;background: #fff;}
.search-panel2 .flex-box .field .date-wrap{display: flex;gap:4px;}
.search-panel2 .flex-box .field .date-wrap .select-box{width:100%;}
.search-panel2 .flex-box .field .date-wrap .select-box:first-child{max-width:55%;}
.search-panel2 .flex-box .field .date-wrap .select-box:last-child{max-width:45%;}
.search-panel2 .btn-box{margin-top:25px;}
.search-panel2 .btn-box button{display: flex;align-items:center;justify-content: center;width:100%;height:60px;border-radius: 10px;background: #f8e436;font-size: 20px;font-weight: bold;letter-spacing: -0.4px;color: #191919;}

.search-panel2.drop{top: 90px;left: 0;position: fixed;width:100%;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);background: #fff;max-width: 100%;border-radius: 0;padding:0 0 10px;animation: dropSearch 0.3s;z-index: 10;}
.search-panel2.drop .inner{border:1px solid #057e54;border-radius: 10px;max-width: 1200px;margin:0 auto;padding:15px;display: flex;gap:15px;}
.search-panel2.drop .flex-box{width:calc(100% - 150px);gap:30px;}
.search-panel2.drop .flex-box > div:before{content: "";position: absolute;top:0;left:-15px;width:1px;height:100%;background: #ccc;}
.search-panel2.drop .flex-box > div:first-child:before{display: none;}
.search-panel2.drop .flex-box h3{font-size: 15px;font-weight: 500;letter-spacing: -0.3px;color: #999;margin-bottom: 5px;}
.search-panel2.drop .flex-box .field-wrap{display: flex;flex-wrap: wrap;gap:5px;}
.search-panel2.drop .flex-box .field-wrap .field{width:calc(50% - 3px);}
.search-panel2.drop .flex-box .field + .field{margin:0;}
.search-panel2.drop .flex-box .field:last-child{width:100%;}
.search-panel2.drop .flex-box .field .select-box{}
.search-panel2.drop .flex-box .field .select-box:before{width:15px;height:15px;top:12px;left:15px;}
.search-panel2.drop .flex-box .field .select-box select{border:0;background: #f7f7f7;border-radius: 5px;height:40px;padding:0 10px 0 40px;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #202020;}
.search-panel2.drop .flex-box .field .select-box input{border:0;background: #f7f7f7;border-radius: 5px;height:40px;padding:0 10px 0 40px;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #202020;}
.search-panel2.drop .flex-box .field .date-wrap .select-box:first-child{max-width: initial;}
.search-panel2.drop .flex-box .field .date-wrap .select-box:last-child{max-width: initial;}


.search-panel2.drop .btn-box{width:135px;margin:0;}
.search-panel2.drop .btn-box button{height:100%;font-size: 18px;font-weight: 700;letter-spacing: -0.36px;}


.search-panel2.sub-reservation{position:relative;width:100%;background: #fff;max-width: 100%;border-radius: 0;z-index: 10;box-shadow: none;padding:0;margin-bottom: 20px;}
.search-panel2.sub-reservation .inner{border:1px solid #057e54;border-radius: 10px;max-width: 1200px;margin:0 auto;padding:15px;display: flex;gap:15px;}
.search-panel2.sub-reservation .flex-box{width:calc(100% - 150px);gap:30px;}
.search-panel2.sub-reservation .flex-box > div:before{content: "";position: absolute;top:0;left:-15px;width:1px;height:100%;background: #ccc;}
.search-panel2.sub-reservation .flex-box > div:first-child:before{display: none;}
.search-panel2.sub-reservation .flex-box h3{font-size: 15px;font-weight: 500;letter-spacing: -0.3px;color: #999;margin-bottom: 5px;}
.search-panel2.sub-reservation .flex-box .field-wrap{display: flex;flex-wrap: wrap;gap:5px;}
.search-panel2.sub-reservation .flex-box .field-wrap .field{width:calc(50% - 3px);}
.search-panel2.sub-reservation .flex-box .field + .field{margin:0;}
.search-panel2.sub-reservation .flex-box .field:last-child{width:100%;}
.search-panel2.sub-reservation .flex-box .field .select-box{}
.search-panel2.sub-reservation .flex-box .field .select-box:before{width:15px;height:15px;top:12px;left:15px;}
.search-panel2.sub-reservation .flex-box .field .select-box select{border:0;background: #f7f7f7;border-radius: 5px;height:40px;padding:0 10px 0 40px;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #202020;}
.search-panel2.sub-reservation .flex-box .field .select-box input{border:0;background: #f7f7f7;border-radius: 5px;height:40px;padding:0 10px 0 40px;font-size: 16px;font-weight: 500;letter-spacing: -0.32px;color: #202020;}
.search-panel2.sub-reservation .flex-box .field .date-wrap .select-box:first-child{max-width: initial;}
.search-panel2.sub-reservation .flex-box .field .date-wrap .select-box:last-child{max-width: initial;}
.search-panel2.sub-reservation .btn-box{width:135px;margin:0;}
.search-panel2.sub-reservation .btn-box button{height:100%;font-size: 18px;font-weight: 700;letter-spacing: -0.36px;}
.search-panel2.sub-reservation.drop{position:fixed;top:0;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);animation: dropSearch2 0.3s;padding:10px;z-index: 10;}



.quick{position: fixed;right:50px;bottom:50px;z-index: 10;width:50px;display: flex;flex-direction: column;}
.quick a{display: block;margin-top:10px;}
.quick a img{display: block;border-radius: 100%;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);}
.quick button{display: block;}
.quick button img{display: block;border-radius: 100%;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);}

#ui-datepicker-div {font-size: 15px !important;}
.ui-datepicker {width:320px !important;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {text-align: center !important;padding: 4px 2px;}
.ui-datepicker-year {font-family: Arial, Helvetica, sans-serif !important;}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width:25% !important;margin-left:10px !important;}
.ui-datepicker .ui-datepicker-title select {color:#000 !important;}


@media all and (max-width:1520px) {
    header .h-cont{padding-right: 100px;}
}

@media all and (max-width:1280px) {
    #pagination {padding: 15px 0 50px;}
    #pagination a{width: 25px;height: 25px;line-height: 25px;font-size: 13px;}
    #pagination .end-prev,
    #pagination .prev,
    #pagination .next,
    #pagination .end-next {width: 25px;height: 25px;}


    .search-panel.drop{padding:0 10px 15px;}

    .search-panel.sub-reservation.drop{padding:15px 10px;}

    header .h-cont{padding:0 150px 0 20px;}
    header .util{right:20px;}
    footer{padding:30px 20px 50px;}

    .search-panel .search-wrap{gap:20px;}
    .search-panel .col1 .input-box .depart-wrap > div ul li{font-size:16px;}
    .search-panel .col1 .input-box2 .box-wrap{width:calc(100% - 150px);}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li{font-size:16px;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li:before{top:0;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li.icon02:before{top:0;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div:before{top:0;}

    .search-panel .col1 .input-box2 p{width:140px;}
    .search-panel .col1 .input-box2 p strong{font-size:16px;}
    .search-panel .col1 .input-box2 p:before{width:18px;height:18px;}
    .search-panel .col1{width:calc(100% - 170px);}
    .search-panel .col2{width:150px;}

    .search-panel.drop .col1 .input-box{width:40%;}
    .search-panel.drop .col1 .input-box2{width:60%;}


    .search-panel2 .flex-box .field .select-box select{height:50px;font-size:16px;}
    .search-panel2 .flex-box .field .select-box input{height:50px;font-size:16px;}
    .search-panel2 .flex-box .field .select-box:before{top:16px;width:18px;height:18px;}
    .search-panel2 .btn-box{margin-top:20px;}
    .search-panel2 .btn-box button{height:55px;font-size:18px;}
    .search-panel2.drop{padding:0 10px 10px 10px;}
    .search-panel2.drop .inner{padding:10px;}
}


@media all and (max-width:1024px) {
    .checkbox-type6 label{border-radius: 5px;}

    .radio-type5 label{padding:15px 15px 15px 40px;}
    .radio-type5 label:before{top:15px;left:15px;}
    .radio-type5 label strong{font-size:20px;}
    .radio-type5 label .txt1{font-size:14px;}
    .radio-type5 label .txt2{font-size:13px;}
    .radio-type5 label .day{font-size:13px;right:20px;top:20px;}


    header .h-cont{padding:15px 20px;display: flex;align-items: center;justify-content: space-between;gap:20px;}
    header .logo{width:145px;}
    header .util .btn-guide,
    header .util .btn-signup,
    header .util .btn-mypage{display: none;}
    header .util .open-gnb{display:block}
    header .util .btn-signin{width:67px;height:30px;font-size: 14px;}
    header .gnb{position: fixed;top:0;right:-360px;transition: all 0.4s;width:100%;max-width:360px;height:100%;background: #fff; z-index: 9999999;}
    header .gnb.active{right:0;}
    header .gnb .gnb-top{display: flex;}
    header .gnb .gnb-util{display:flex;}
    header .gnb ul{padding:20px;display: block;}
    header .gnb ul li.level1{width:100%;}
    header .gnb ul li.level1 > a{justify-content: flex-start;}
    header .gnb ul li:last-child{margin-left: 0;}
    header .gnb ul li > a{line-height: 55px;}
    header .gnb ul li.level1 > a:after{top:18px;width:16px;height:16px;position: absolute;right:0;background: url(/_public/images2/common/gnb_arrow.svg) no-repeat no-repeat;background-size: cover;}
    header .gnb ul li.level1:hover > a{color:#202020;}
    header .gnb ul li.level1:hover > a:after{transform: rotate(0deg);}
    header .gnb ul li.level1 a.on{color:#057e54;}
    header .gnb ul li.level1 > a.on:after{transform: rotate(-180deg);}
    header .gnb ul li .dropdown{position: relative;box-shadow: none;padding:20px;}
    header .gnb ul li .dropdown a{position:relative;padding-left: 15px;text-align: left;font-size: 16px;font-weight: 500;}
    header .gnb ul li .dropdown a:before{content: "";position: absolute;top:5px;left:0;display:none;width:10px;height:10px;background: url(/_public/images2/common/arrow_orange.svg) no-repeat;background-size: cover;}
    header .gnb ul li .dropdown a:hover{font-weight: bold;}
    header .gnb ul li .dropdown a:hover:before{display: block;}
    header .gnb ul li .dropdown a.on{font-weight: bold;}
    header .gnb ul li .dropdown a.on:before{display: block;}
    header .util{position: relative;right:0;}
    header .util .btn-signnout{display:flex;align-items:center;height:30px;font-size: 14px;background: #f8f8f8;color: #787878;border-radius: 20px;padding:0 15px;}
    header .swipe-menu{display:none;}
    header .page-top{display:flex;}
    header .btn-yen{top:15px;right:145px;font-size:14px;width:100px;height:30px;}

    footer{padding:30px 20px 16px;}
    footer .f-top nav{}
    footer .f-top nav a{font-size:14px;}
    footer .f-bottom h4{font-size:14px;}
    footer .f-bottom address p span{font-size:12px;}
    footer .f-ex {margin-top:20px;font-size:12px;}
    footer copyright{font-size:12px;margin-top:10px;}


    .search-panel{padding:20px;}
    .search-panel .search-wrap{flex-direction: column;gap:10px;}
    .search-panel .col1{width:100%;gap:10px;}
    .search-panel .col1 .input-box{gap:10px;padding:15px;flex-direction: column;align-items: flex-start;}
    .search-panel .col1 .input-box .depart-wrap{gap:20px;padding:0;width:100%;height:auto;}
    .search-panel .col1 .input-box .depart-wrap > div{height:auto;}
    .search-panel .col1 .input-box .depart-wrap > div:before{top: 2px;left: -18px;width: 16px;height: 16px;}
    .search-panel .col1 .input-box .depart-wrap > div ul{gap:10px;width:auto;padding-left: 20px;}
    .search-panel .col1 .input-box .depart-wrap > div ul:before{width:16px;height:16px;top:1px;}
    .search-panel .col1 .input-box .depart-wrap > div ul li{font-size:14px;min-width: initial;}
    .search-panel .col1 .input-box .depart-wrap > div ul li:before{left:-5px;top:3px;height:12px;}
    .search-panel .col1 .input-box > div ul li:before{top:2px;width:15px;height:15px;}
    .search-panel .col1 .input-box2{margin-top:10px;gap:10px;flex-direction: column;}
    .search-panel .col1 .input-box2 .box-wrap{padding:15px;height:auto;width:100%;flex-direction: column;align-items: flex-start;gap:10px;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap{gap:30px;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div:before{width:16px;height:16px;left:-24px;top:1px;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li{padding-left: 20px;font-size:14px;min-width: initial;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li:before{top:1px;width:15px;height:15px;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div ul li.icon02:before{top:2px;}
    .search-panel .col1 .input-box2 p{width:100%;height:45px;}
    .search-panel .col2{width:100%;gap:10px;}
    .search-panel .col2 p{height:50px;justify-content: flex-end;gap:5px;align-items: center;}
    .search-panel .col2 p:before{position: relative;top:-1px;}
    .search-panel .col2 p strong{font-size:18px;position: relative;top:-1px;}
    .search-panel .col2 button{height:50px;font-size:16px;}


    .search-panel.drop{position:relative;top:0;animation: none;border-radius: 10px;box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);background-color: #f5f5f5;padding:20px;z-index: 100;}
    .search-panel.drop .search-wrap{border:0;padding:0;background: transparent;gap:10px;}
    .search-panel.drop .col1{width:100%;flex-direction: column;gap:10px;}
    .search-panel.drop .col1 form{flex-direction: column;gap:10px;}
    .search-panel.drop .col1 .input-box{ max-width:100%;border-radius: 10px;border: solid 1px #e5e5e5;background: #fff;display: flex;gap:10px;flex-direction: column;align-items: flex-start;padding:15px;width:100%;}
    .search-panel.drop .col1 .input-box:after{display: none;}
    .search-panel.drop .col1 .input-box strong{font-size:16px;font-weight: bold;}
    .search-panel.drop .col1 .input-box .depart-wrap{position: relative;flex-direction: row;align-items: center;gap:20px;width:100%;padding:0;height: auto;}

    .search-panel.drop .col1 .input-box .depart-wrap > div:before{display: block;top:1px;}
    .search-panel.drop .col1 .input-box .depart-wrap > div:first-child:before{display: none;}
    .search-panel.drop .col1 .input-box .depart-wrap > div ul{width:auto;gap:10px;padding-left: 20px;}
    .search-panel.drop .col1 .input-box .depart-wrap > div ul:before{width:16px;height:16px;}
    .search-panel.drop .col1 .input-box .depart-wrap > div ul li{font-size: 14px;min-width: initial;}
    .search-panel.drop .col1 .input-box .depart-wrap > div ul li:before{display: block;}
    .search-panel.drop .col1 .input-box .depart-wrap > div ul li:first-child:before{display: none;}
    .search-panel.drop .col1 .input-box2{max-width:100%;gap:10px;padding:0;flex-direction: column;width:100%;}
    .search-panel.drop .col1 .input-box2 .box-wrap{width:100%;padding:15px;height:auto;    border-radius: 10px;border: solid 1px #e5e5e5;gap:10px;}
    .search-panel.drop .col1 .input-box2 .box-wrap strong{font-size:16px;font-weight: bold;}
    .search-panel.drop .col1 .input-box2 .box-wrap .date-wrap > div ul{gap:10px;}
    .search-panel.drop .col1 .input-box2 .box-wrap .date-wrap > div ul li{font-size:14px;}
    .search-panel.drop .col1 .input-box2 p{height:45px;width:100%;top:0;}
    .search-panel.drop .col2{width:100%;}
    .search-panel.drop .col2 button{width:100%;height:50px;}

    .search-panel.sub-reservation{position: relative;top:0;}
    .search-panel.sub-reservation.drop{position: relative;top: 0;animation: none;border-radius: 10px;box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);background-color: #f5f5f5;padding: 20px;}


    .search-panel2 .flex-box h3{font-size:16px;}
    .search-panel2 .flex-box .field .select-box select{height:45px;padding:0 10px 0 35px;}
    .search-panel2 .flex-box .field .select-box input{height:45px;padding:0 10px 0 35px;}
    .search-panel2 .flex-box .field .select-box:before{width:15px;height:15px;top:15px;left:15px;}
    .search-panel2 .flex-box .field .date-wrap .select-box:first-child{max-width: initial;}
    .search-panel2 .flex-box .field .date-wrap .select-box:last-child{max-width: initial;}

    .search-panel2.drop{position: relative;animation: none;top:0;padding: 25px 20px;border-radius: 10px;box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);background: #f5f5f5;}
    .search-panel2.drop .inner{border:0;display: block;;border-radius: 0;padding:0;}
    .search-panel2.drop .flex-box{width:100%;gap:15px;}
    .search-panel2.drop .flex-box h3{font-size: 16px;font-weight: bold;letter-spacing: -0.36px;color: #202020;margin-bottom: 5px;}
    .search-panel2.drop .flex-box > div:before{display: none;}
    .search-panel2.drop .flex-box .field-wrap{display: block;}
    .search-panel2.drop .flex-box .field-wrap .field{width:100%;}
    .search-panel2.drop .flex-box .field + .field{margin-top:4px;}
    .search-panel2.drop .flex-box .field .select-box select{border-radius: 10px;border: solid 1px #e5e5e5;height:45px;padding: 0 10px 0 35px;background: #fff url(/_public/images2/search/select_icon.svg) 95% 50% no-repeat;}
    .search-panel2.drop .flex-box .field .select-box input{border-radius: 10px;border: solid 1px #e5e5e5;height:45px;padding: 0 10px 0 35px;background: #fff;}
    .search-panel2.drop .btn-box{margin-top:20px;width:100%;}
    .search-panel2.drop .btn-box button{height:55px;font-size:18px;font-weight: bold;}

    .search-panel2.sub-reservation{position: relative;animation: none;top:0;padding: 25px 20px;border-radius: 10px;box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);background: #f5f5f5;}
    .search-panel2.sub-reservation .inner{border:0;display: block;;border-radius: 0;padding:0;}
    .search-panel2.sub-reservation .flex-box{width:100%;gap:15px;}
    .search-panel2.sub-reservation .flex-box h3{font-size: 16px;font-weight: bold;letter-spacing: -0.36px;color: #202020;margin-bottom: 5px;}
    .search-panel2.sub-reservation .flex-box > div:before{display: none;}
    .search-panel2.sub-reservation .flex-box .field-wrap{display: block;}
    .search-panel2.sub-reservation .flex-box .field-wrap .field{width:100%;}
    .search-panel2.sub-reservation .flex-box .field + .field{margin-top:4px;}
    .search-panel2.sub-reservation .flex-box .field .select-box select{border-radius: 10px;border: solid 1px #e5e5e5;height:45px;padding: 0 10px 0 35px;background: #fff url(/_public/images2/search/select_icon.svg) 95% 50% no-repeat;}
    .search-panel2.sub-reservation .flex-box .field .select-box input{border-radius: 10px;border: solid 1px #e5e5e5;height:45px;padding: 0 10px 0 35px;background: #fff;}
    .search-panel2.sub-reservation .btn-box{margin-top:20px;width:100%;}
    .search-panel2.sub-reservation .btn-box button{height:55px;font-size:18px;font-weight: bold;}
    .search-panel2.sub-reservation.drop{position: relative;animation: none;padding: 20px;}



    .quick{right:20px;bottom:20px;width:40px;}
    .page-title{display: none;}
}

/* mobile */
@media all and (max-width:768px) {
    .filebox2 label{font-size: 16px;height:45px;}
    .filebox2 label span{font-size:16px;}

    .not-post figure figcaption{font-size:17px;}
    .not-post figure figcaption span{font-size:14px;}

    .not-find figure figcaption{font-size:17px;}
    .not-find figure figcaption span{font-size:14px;}

    .checkbox-type6 label{line-height: 36px;padding:0 10px 0 35px;}
    .checkbox-type6 label:before{top:7px;}


    .radio-type5 label:before{left:10px;}
    .radio-type5 label{padding: 15px 15px 15px 35px;}
    .radio-type5 label strong{font-size:18px;}
    .radio-type5 label .day{right:10px;top:15px;}

    header .logo{width:120px;}
    header .util{gap: 10px;}
    header.sub-reservation.drop{top:0;position: fixed;}
    header .btn-yen{width: 70px;right:130px;}
    header .btn-yen em{display: none;}

    footer .f-top nav{gap:0;justify-content: space-between;width:100%;}
    footer .f-top nav a{flex:auto;}
    footer .f-top .link-box{position: absolute;left:0;bottom:140px;}
    footer .f-bottom{margin-top:35px;padding-bottom: 85px;}
    footer .f-bottom address{margin-top:10px;}
    footer .f-bottom address p{flex-direction: column;gap:5px;}
    footer .f-bottom address p span:before{display: none;}
    footer copyright{margin-top:15px;}

    .search-panel .col1 .input-box .depart-wrap{flex-direction: column;gap:10px;}
    .search-panel .col1 .input-box .depart-wrap > div:before{display: none;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap{gap:10px;flex-direction: column;width:100%;}
    .search-panel .col1 .input-box2 .box-wrap .date-wrap > div:before{display: none;}
    .search-panel .col2 button{height:45px;}

    .search-panel.drop .col1 .input-box .depart-wrap{flex-direction: column;align-items: flex-start;gap:10px;}
    .search-panel.drop .col1 .input-box .depart-wrap > div:before{display: none;}
    .search-panel.drop .col1 .input-box2 .box-wrap .date-wrap{gap:10px;}
    .search-panel.drop .col2 button{height:45px;}

    .search-panel.sub-reservation{position: absolute;width:100%;top:60px;left:0;z-index: 1000;display: none;}


    main .section01 .layout .cont1 {width: calc(100% + 40px) !important;margin: 0 -20px;}
    .search-panel2{padding:20px 10px;}
    .search-panel2 .flex-box{flex-direction: column;}
    .search-panel2 .flex-box .field-wrap{display:flex;flex-wrap: wrap;justify-content: space-between;}
    .search-panel2 .flex-box .field:nth-child(1){width:calc(50% - 2px);}
    .search-panel2 .flex-box .field:nth-child(2){margin:0;width:calc(50% - 2px);}
    .search-panel2 .flex-box .field:nth-child(3){width:100%;}
    .search-panel2 .flex-box .field .select-box:before {top:15px;left:8px;}
    .search-panel2 .flex-box .field .select-box select{font-size:15px;padding: 0 10px 0 26px;background-size: 12px;}
    .search-panel2 .flex-box .field .select-box input{font-size:15px;padding: 0 10px 0 26px;}
    .search-panel2.drop{padding:20px 10px;}
    .search-panel2.drop .flex-box .field-wrap {display:flex;gap:4px;}
    .search-panel2.drop .flex-box .field:nth-child(1){width:calc(50% - 2px);}
    .search-panel2.drop .flex-box .field:nth-child(2){margin:0;width:calc(50% - 2px);}
    .search-panel2.drop .flex-box .field + .field {margin-top:0;}
    .search-panel2.drop .flex-box .field .select-box:before {top:15px;left:8px;}
    .search-panel2.drop .flex-box .field .select-box select {font-size:15px;padding: 0 10px 0 26px;background-size: 12px;}
    .search-panel2.drop .flex-box .field .select-box input {font-size:15px;padding: 0 10px 0 26px;}
    .search-panel2.sub-reservation{padding:20px 10px;}

    .ui-datepicker {width:calc(100% - 20px) !important;}
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {padding: 6px 2px !important;}
}
