@media screen and (max-width:1200px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:50px;}
.login_top {width:100%; height:50px; border-bottom:1px solid #eaeaea; margin-bottom:20px;}
.login_top h2 {font-size:30px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {font-size:15px; font-weight:400; }
.login_mid {display: block; justify-content: space-between; width:100%; overflow: hidden;}
.login_mid .login_con { width:100%; height:100%; }
.login_mid .login_con h2 {text-align:center; color:#222; font-size:40px; margin-bottom:20px;}
.login_mid .login_con .login_id {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:10px;}
.login_mid .login_con .login_id #mb_id {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con .login_pw {width:100%; height:40px; background:#fff; border:1px solid #fff; margin-bottom:20px;}
.login_mid .login_con .login_pw #mb_pass {height:100%; width:90%; border:none; background:none; font-size:14px; color:#666; line-height:40px; vertical-align: top;}
.login_mid .login_con span {display:inline-block;width:10%; height:100%; text-align:center; line-height:40px; }
.login_mid .login_con span img {vertical-align:middle;}
.login_mid .login_con input::placeholder {font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:14px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:14px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:55px; margin-top:20px;}
.login_mid .login_btn button {width:100%; height:100%; background:#4b4f58; border:1px solid #4b4f58; text-align:center; color:#fff; font-size:18px; line-height:53px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:20px; padding-left:20px; position:relative; line-height:35px;}
.login_mid .login_bottom li::before {width:1px; height:13px; background:#ddd; content:''; position:absolute; left:0; top:11px;}
.login_mid .login_bottom li:first-child {margin-left:0; padding-left:0;}
.login_mid .login_bottom li:first-child::before {display:none;}
.login_mid .login_bottom li a {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li a img {vertical-align:middle; margin-right:5px;}
.login_mid .login_bottom li label {color:#666; font-size:15px; line-height:15px;}
.login_mid .login_bottom li input[type="checkbox"] {vertical-align:-3px;}
.login_mid .login_bottom li .naver_login {display:inline-block; background: #00ce38; width: 200px; height: 35px; font-size: 14px; color: #fff; text-align: center; 
line-height: 35px; border-left: 1px solid #DDD; border-radius: 5px; vertical-align: middle;}
.login_mid .login_bottom li .naver_login img {vertical-align:-1px;}
.login_mid .login_img {width:100%; margin-top: 40px;}
.login_mid .login_img .img_wrap{position:relative; padding-bottom: 42.3%;}
.login_mid .login_img .img_wrap img{position:Absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: auto; height: auto; max-width: 100%; max-height:100%;}

.center{text-align:center;}
.pc_img {display:none;}
.tab_img {display:block;}
.mob_img {display:none;}
.pc {display:none;}
.tab {display:block;}
.mob {display:none;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:1200px; min-width: 350px; margin:0 auto; overflow:hidden;}
.inner{width:100%; margin:0 auto; padding: 0 3.4%;}

/* main 공통 */
.section{position: relative; padding-block:100px; background: #fff;}
.main_tit h3{font-size: 2.813rem; color: #000; font-family: "Playfair Display", serif; font-weight: 700;}
a.more_btn{display: flex; align-items: center; gap:30px; font-size: 1rem; color: #111111; font-weight: 500; position: relative; text-align: center; }
a.more_btn svg{width: 30px;}

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 5000; height: 80px;}
#header .inner{display: flex; align-items: center; justify-content: space-between; height: 100%;}
#header h1 a{display: block; background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 301px; height: 45px;}
#header.on{background: rgba(17, 17, 17, 0.80);}
#header.active{background: #2B210F;}
#header a.check {font-size: 1rem;}
#header a.global {font-size: 0.875rem;}

/* gnb */
#header .gnb{display: none;}

/* nav */
.nav_btn {width: 30px;height: 22px;position: relative;display: flex;flex-direction: column;justify-content: space-between;border: none;background: none;cursor: pointer;z-index: 100;}
.nav_btn span {display: block;width: 100%; height: 3px; background: #fff; border-radius:5px; transition: 0.3s ease;}
.nav_btn.on{width: 30px; height: 30px;}
.nav_btn.on span {position: absolute;top: 50%;left: 0;transform-origin: center;background: #fff;}
.nav_btn.on span:nth-child(1) {transform: translateY(-50%) rotate(45deg);}
.nav_btn.on span:nth-child(2) {opacity: 0;}
.nav_btn.on span:nth-child(3) {transform: translateY(-50%) rotate(-45deg);}
.navigation{position: fixed;left: 0;top: 80px;width: 100%;height: 100%;z-index: 3500; display:none;}
.navigation .lnb_wrap{position:absolute; top: 0; z-index:5000; width:100%;background-color:#fff;height:100%; right: 0px;}
.navigation.on{display:block;}
.navigation .nav_btm{display: flex; height: 100%;}
.navigation .lnb{width: 30%; padding-block: 20px; background: rgba(200, 165, 102, 0.10);}
.navigation .sub_panel{width: 70%; padding-inline: 15px; background: url('/assets/images/main/main_nav_bg.png')bottom right no-repeat;}
.navigation h3{width:100%;}
.navigation h3.active a:after{background:url(/images/main/main_nav_arw_tab.png)center no-repeat; background-size:cover; width: 13px; height: 7px;}
.navigation h3 a{position: relative; display: block; color:var(--co01);font-size:1.5rem; font-weight: 600; padding: 12px 16px;}
{border-radius: 24px;background: rgba(255, 255, 255, 0.10);}
.navigation h3.on a{border-radius: 24px; background: rgba(255, 255, 255, 0.10);}
.navigation .depth2{display: block; padding:15px 0;}
.navigation .depth2 > li > a{display: block; padding-inline: 12px; padding-block:10px; color:#222;font-size:14px;font-weight: 400; line-height: 1.6; transition:.3s; border-bottom: 1px solid #ddd;}
.navigation .depth2 > li:hover > a{color: var(--co01); font-weight: 600; transition:.3s;}
.navigation .depth2 > li > a.on{color: #222;}
.navigation .depth2 > li > a:after{display: none;}
.navigation .depth2 > li.more_depth > a{position: relative;}
.navigation .depth2 > li.more_depth > a::after{content:''; position: absolute; right: -5px; top: 50%; transform:translateY(-50%); display: block; background: url('/assets/images/main/nav_arw.png')center no-repeat; background-size:cover;width: 16px; height: 17px;}
.navigation .depth2 > li.more_depth.active > a::after{background: url('/assets/images/main/nav_arw_on.png')center no-repeat; background-size:cover;width: 16px; height: 17px; right: 20px;}
.navigation .depth2 > li.more_depth.active > a{padding-inline: 12px; background: #65B12F; border-radius:30px; color: #fff;}
.navigation .depth3{display: none; padding: 12px 20px;}
.navigation .depth3 li a{font-size: 14px; color: #222; line-height: 1.4;}
.navigation .depth3 li:not(:first-child){margin-top: 15px;}
.navi_bg{display: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.5);z-index: 1000;} 


/* visual */
#visual_wrap{position: relative;}
#visual_wrap .txt_wrap{position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); width: 75%; max-width:1400px; border-bottom: 1px solid #fff;}
#visual_wrap .txt_wrap h2{font-size: clamp(48px, 6.25vw, 100px); color: #fff; text-align: center;}
#visual_wrap .swiper-button-prev{left: 6%;}
#visual_wrap .swiper-button-next{right: 6%;}
#visual_wrap .swiper-button-prev svg, #visual_wrap .swiper-button-next svg{width: 18px; height: 32px; color: #fff;}

/* booking_mob */
.booking_pc{display: none;}
.booking_mob{display: block;}

.bkMobOpen{position:absolute;right:20px;bottom:20px;z-index:6000;border:0;padding:12px 14px;border-radius:999px;background:#b8944b;color:#fff;cursor:pointer;font-weight:700;}
.bookingBar{height: auto;}
.bkFab{position: absolute; bottom: 30px; right: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 90px; height: 90px; aspect-ratio:1; border-radius:50%; background: var(--co01);}
.bkFab span{font-size: 0.75rem; color: #fff;}
.bkMobPanel{position:absolute;right:0;bottom:0;width:min(420px, 92vw);background:#2B210F;border:1px solid rgba(255,255,255,.12);z-index:6500;padding:30px;display:none;}
.bkMobPanel.isOpen{ display:block; }
.bkMobClose{position:absolute;right:20px;top:10px;color:#fff;cursor:pointer;font-size: 2rem;line-height: 1; z-index: 900;}
.bkMobInner{ display:flex; flex-direction:column; gap:30px;}
.booking_mob .bkDropdown, .booking_mob .bkPopover{left:0; transform:none;bottom:auto;top: 100%; width:100%;}
.booking_mob .bkRoom .bkDropdown{height: 100%; overflow-y:auto;}
.booking_mob .bkCell{position: relative; flex-direction: column; gap:15px; align-items: flex-start; padding: 0; padding-bottom: 30px; border-bottom:1px solid #8B7246;}
.booking_mob .bkValue span{font-size: 1.5rem;}
.booking_mob .bkMobSubmit{width:100%; height:45px; cursor:pointer; font-weight:800; color:#fff; background:#b8944b; font-size: 1rem; font-weight: 600;}
.booking_mob .bkOption{font-size: 1rem; padding: 5px; line-height: 1.2;}
.booking_mob .bkGhost, .bkPrimary{height: 30px;}
.booking_mob .bkGuestsRow{display: none;}
.booking_mob .bkGuestPop{position: relative; display: block; border:none; background: #2B210F; box-shadow: none; padding: 0; z-index: 1;}

/* sec01 */
.sec_wrap{position: relative; height: 100vh;}
.main_v {width: 100%;height: 100vh;display: flex;align-items: center;justify-content: space-between;overflow: hidden;position: fixed; left: 0; top: 0;background-attachment: fixed;}
.main_v.isHidden{opacity:0; pointer-events:none;}
.main_v > * {flex-grow: 1;}
.circle--rotate {border-radius: 50%;border: 2px #dddddd solid;width: 48%;height: 48%;margin: 0 auto 0;position: relative;-webkit-transform: rotate(0deg);transform: rotate(0deg);z-index: 60;padding: 0;}
.circle--rotate:before{ content: ""; width: 92%; height: 92%; border: 2px dashed #ddd; border-radius: 50%; display: block; position: absolute; left: 0; right: 0; top: 4%; margin: 0 auto; animation: rotate 50s infinite linear; }
.circle--rotate > li {position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: block;border-radius: 50%;z-index: 80;visibility: hidden;}
.circle--rotate > li .icon {visibility: visible;cursor: pointer;text-align: center;overflow: hidden;font-size: 13px;color: #777777;height: 50px;width: 120px;margin: -33px auto;transition: all 500ms ease;}
.circle--rotate > li i {display: block; width: 12px; height: 12px; border-radius: 50%; margin: 0 auto; margin-top: 12px; position: relative;}
.circle--rotate > li i:before{content: ""; display: block; width: 22px; height: 22px; border: 2px solid #ddd; background-color: #fff; position: absolute; left: -5px; top: -5px; box-sizing: border-box; border-radius: 50%; z-index: -1; transition: 0.3s; }
.circle--rotate > li:hover i:before{width: 28px; height: 28px; animation: rotate 15s infinite linear; border-style: dashed; left: -7px; top: -7px;}
.circle--rotate > li i{background-color: var(--co01); }
.circle--rotate > li.active i:before{border: 2px solid #2B210F;}
.circle--rotate > li i::before {display: table-cell;vertical-align: middle;}
.circle--rotate > li img {margin: auto;}
.circle--slider {position: relative;top: 20%; left: 16%;z-index: 20;}
.circle--slider .rotate--circle {margin: 0 auto;}
.circle--slider .circle--rotate > li div {z-index: 60;position: relative;overflow: visible;}
.circle--slider .circle--rotate > li div span {display: none;-webkit-transform: rotate(0deg);transform: rotate(0deg);transition: all 2s;opacity: 0;}
.circle--slider .circle--rotate > li.active div {transition: all 1s;}
.circle--slider .animate-wrapper {width: 40%;height: 40%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;border-radius: 50%;}
.circle--slider .animate-title {display: table; width: 100%; height: 100%;color: #fff;}
.circle--slider .animate-title h4{ display: table-cell; vertical-align: middle; padding-top: 10%; }
.circle--slider .animate-img {width: 25%;height: 25%;border-radius: 50%;overflow: hidden;}
.circle--slider .animate-img .animate-img__in {position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;border-radius: 50%;background-repeat: no-repeat;z-index: 3;-webkit-transform: rotate3d(0, 0, 0, 0deg) scale(0.85);transform: rotate3d(0, 0, 0, 0deg) scale(0.85);transition: .55s ease-in-out;width: 100%;height: 100%;opacity: 0;background-size: cover;}
.circle--slider .animate-bg{/* position: fixed; *//* left: 0; *//* top: 0; *//* width: 100%; *//* height: 100%; *//* z-index: -3; */}
.circle--slider .bg01 .b_icon01{ position: absolute; left: 12%; bottom: -20px; }
.circle--slider .bg01 .b_icon02{ position: absolute; left: 30%; top: 0; }
.circle--slider .animate-text__in strong{position: relative; left: 50px; transition: 1s ease-in-out; opacity: 0; transition-delay: 0.2s;}
.circle--slider .animate.active .animate-text__in strong {left: 0; opacity: 1; transition-delay: 1.0s;}
.circle--slider .animate-text__in p{position: relative; left: 30px; transition: 1s ease-in-out; opacity: 0; transition-delay: 0.5s;}
.circle--slider .animate.active .animate-text__in p {left: 0; opacity: 1; transition-delay: 1.3s;}
.circle--slider .animate-more {opacity: 0;visibility: hidden;transition: all .5s .4s;min-width: 131px;overflow: hidden;text-align: center;z-index: 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;padding: 15px;-webkit-transform: scale(0.8);transform: scale(0.8);}
.circle--slider .animate.active .animate-more {opacity: 1;visibility: visible;-webkit-transform: scale(1);transform: scale(1);}
.circle--slider .animate.active .animate-img .animate-img__in {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.circle--slider .prev,.circle--slider .next {position: absolute;top: 0;bottom: 0;margin: auto;display: none;height: 62px;width: 87px;text-align: center;cursor: pointer;}
.circle--slider .prev span,.circle--slider .next span {-webkit-writing-mode: vertical-rl;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;text-orientation: upright;font-weight: 700;}
.circle--slider .prev {left: 250px;}
.circle--slider .next {right: 250px;}
.circle--slider .animate-text{ position: fixed; left: 0; top: 0; width: 40%; height: 60vh; display: table; z-index: -2;}
.circle--slider:before{ content: ""; width: 380px; height: 100%; display: block; position: fixed; lefT: 0; top: 0; z-index: -10;}
.circle--slider .animate-text .wrap{ display: table-cell; vertical-align: middle; padding-left: 7%;} 
.circle--slider .animate-text .wrap strong{ font-size: 4.063rem; line-height: 100px; color: #111111; font-family: 'Playfair Display', serif; font-weight: 700; display: block; margin-bottom: 30px; word-break:keep-all;}
.circle--slider .animate-text .wrap strong.font-loaded{ font-family: 'Playfair Display', serif; }
.circle--slider .animate-text .wrap p{margin-bottom: 50px; font-size: 1rem; word-break:keep-all;}
.circle--slider .animate.active .animate-text__in{ z-index: -1; }
.circle--slider .animate-text__in .wrap .more{position: relative; left: 30px; transition: 1s ease-in-out; opacity: 0; transition-delay: 0.9s;}
.circle--slider .animate.active .animate-text__in .wrap .more {left: 0; opacity: 1; transition-delay: 1.5s;}
.circle--slider .animate-text__in .wrap .more a:hover:before{ right: 45%; animation: btn_h .8s; animation-delay: .4s; animation-fill-mode: forwards;}
.circle--slider .animate-text__in .wrap .more a:hover:after{ left: 45%; }
.circle--slider .animate-text__in .wrap .more a:hover{color: var(--co01); transition: 0.5s; transition-delay: 0.5s;}


@keyframes btn_h {
    0 {
        transform: scale(1.0);
    }
    100% { 
        transform: scale(10);
    }
	
}


@keyframes bg_ani {
    0 {
        transform: scale(0);
    }
    50% { 
        transform: scale(1.15);
    }
     100% { 
        transform: scale(1.0);
    }
	
}

@keyframes rotate {
    0 {
        transform: rotate(0deg);
    }
    100% { 
        transform: rotate(360deg);
    }
	
}

.circle--slider .bg02 .b_icon01{ position: absolute; left: 12%; bottom: 50px; }
.circle--slider .bg02 .b_icon02{ position: absolute; left: 25%; top: 0; }
.circle--slider .bg03 .b_icon01{ position: absolute; left: 15%; bottom: 10px; }
.circle--slider .bg03 .b_icon02{ position: absolute; left: 25%; top: 0; }
.circle--slider .bg03 .b_icon03{ position: absolute; right: 2%; top: 30%; }
.circle--slider .bg04 .b_icon01{ position: absolute; left: 12%; bottom: 50px; }
.circle--slider .bg04 .b_icon02{ position: absolute; left: 25%; top: 0; }
.circle--slider .bg05 .b_icon01{ position: absolute; left: 15%; bottom: 40px; }
.circle--slider .bg05 .b_icon02{ position: absolute; left: 25%; top: 0; }
.circle--slider .bg05 .b_icon03{ position: absolute; right: -6%; top: 15%; }

.circle--slider .animate-bg__in .b_icon01{ transition: .55s ease-in-out; opacity: 0;  -webkit-transform: scale(0); transform: scale(0); }
.circle--slider .animate.active .animate-bg__in .b_icon01{   opacity: 1; animation: bg_ani 2s; animation-delay: .4s; animation-fill-mode: forwards;  }
.circle--slider .animate-bg__in .b_icon02{ transition: 1s ease-in-out; opacity: 0; top: -20px; }
.circle--slider .animate.active .animate-bg__in .b_icon02{ opacity: 1; top: 0; transition-delay: 0.7s; }
.circle--slider .animate-bg__in .b_icon03{ transition: .55s ease-in-out; opacity: 0;  -webkit-transform: scale(0); transform: scale(0); }
.circle--slider .animate.active .animate-bg__in .b_icon03{   opacity: 1; animation: bg_ani 2s; animation-delay: .4s; animation-fill-mode: forwards;  }

/* sec02 */
#sec02 .main_tit{text-align: center;}
.creos-wrap .creos-cover-wrap {
    margin-top: calc(var(--spacing)*6);
    width: 100%;
    position: relative;
    overflow: hidden
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap {
        margin-top:calc(var(--spacing)*10);
        height: calc(var(--spacing)*185)
    }
}

@media (min-width: 40rem) {
    .creos-wrap .creos-cover-wrap {
        margin-top:calc(var(--spacing)*20)
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap {
    gap: calc(var(--spacing)*4);
    flex-direction: column;
    height: 100%;
    display: flex;
    overflow: hidden
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap {
        gap:calc(var(--spacing)*0);
        flex-direction: row
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item {
    cursor: pointer;
    border-radius: var(--radius-xl);
    flex-direction: column;
    flex: 1;
    display: flex;
    position: relative;
    overflow: hidden
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item {
        border-radius:0
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-back {
    top: calc(var(--spacing)*-25);
    width: 100%;
    height: calc(100% + var(--spacing)*50);
    opacity: 1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .5s ease-in-out;
		will-change: opacity, transform;
    position: absolute;
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:first-child .creos-item-back {
    background-position: 0;
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2) .creos-item-back {
    background-position: 33.3%;
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(3) .creos-item-back {
    background-position: 66.7%;
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(4) .creos-item-back {
    background-position: 100%;
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2n) .creos-item-inner .text-wrap {
        padding-bottom:calc(var(--spacing)*30);
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2n) .creos-item-inner:before {
    top: calc(var(--spacing)*-25);
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(2n) .creos-item-inner .bg-darker-overlay {
        bottom:calc(var(--spacing)*25);
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:nth-child(odd) .creos-item-inner:after {
    bottom: calc(var(--spacing)*-25);
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:last-child .creos-item-inner .inner-gap {
    display: none;
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:last-child .creos-item-inner .radius {
    right: calc(var(--spacing)*0);
    bottom: calc(var(--spacing)*25);
    transform: translateY(1px);
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:last-child .creos-item-inner .radius {
        display:block;
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:first-child .creos-item-inner .radius {
    top: calc(var(--spacing)*25);
    left: calc(var(--spacing)*0);
    transform: rotate(180deg)translateY(1px);
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:first-child .creos-item-inner .radius {
        display:block;
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner {
    width: 100%;
    height: calc(100% + 100px);
    transition: all 1.5s .3s;
    position: relative;
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .radius {
    height: calc(var(--spacing)*10);
    width: calc(var(--spacing)*10);
    z-index: 3;
    background: radial-gradient(circle at 0 0,#0000 72%,#fff 72%);
    display: none;
    position: absolute;
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .bg-darker-overlay {
    bottom: calc(var(--spacing)*0);
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-bg-dark);
    --tw-gradient-stops: var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position));
    --tw-gradient-to: transparent;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .bg-darker-overlay {
        height:40%;
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .inner-gap {
    right: calc(var(--spacing)*0);
    height: 100%;
    width: calc(var(--spacing)*.25);
    background-color: #fff;
    z-index: 2;
    display: none;
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .inner-gap {
        display:block;
        position: absolute;
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap {
    height: calc(var(--spacing)*35);
    width: 100%;
    padding-inline:calc(var(--spacing)*5);padding-top: calc(var(--spacing)*5);
    padding-bottom: calc(var(--spacing)*7);
    z-index: 2;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    position: relative;
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap {
        gap:calc(var(--spacing)*5);
        height: 100%;
        padding-inline:calc(var(--spacing)*5);padding-top: calc(var(--spacing)*0);
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title {
    font-size: 1.5rem;
    line-height: var(--tw-leading,var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #fff;
    position: relative;
    overflow: hidden; font-family: "Playfair Display", serif;
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title {
        font-size:var(--text-3xl);
        line-height: var(--tw-leading,var(--text-3xl--line-height))
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:hover {
    border-color: var(--color-point);
    color: var(--color-point)
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:hover>span {
    transform: translateY(-100%)
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:hover:after {
    top: 0
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title>span {
    font-size: 1.25rem;
    line-height: var(--tw-leading,var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: #fff;
    transition: transform .5s cubic-bezier(.68,-.55,.265,1.55);
    display: inline-block
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .title:after {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
    --tw-gradient-from: var(--color-green-400);
    --tw-gradient-stops: var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position));
    --tw-gradient-via: var(--color-emerald-400);
    --tw-gradient-via-stops: var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);
    --tw-gradient-to: var(--color-teal-500);
    padding-block:calc(var(--spacing)*1);font-size: 1.5rem;
    line-height: var(--tw-leading,var(--text-2xl--line-height));
    color: #0000;
    content: attr(data-animation-keyword);
    -webkit-background-clip: text;
    background-clip: text;
    transition: top .5s cubic-bezier(.68,-.55,.265,1.55);
    display: inline;
    position: absolute;
    top: 100%;
    left: 0
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .description {
    color: #fff
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner .text-wrap .description {
        height:2lh
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner:before {
    top: calc(var(--spacing)*0);
    left: calc(var(--spacing)*0);
    height: calc(var(--spacing)*25);
    background-color: #fff;
    content: " ";
    z-index: 2;
    width: 100%;
    display: none;
    position: absolute
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner:before {
        display:block
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner:after {
    bottom: calc(var(--spacing)*0);
    left: calc(var(--spacing)*0);
    height: calc(var(--spacing)*25);
    background-color: #fff;
    content: " ";
    z-index: 2;
    width: 100%;
    display: none;
    position: absolute
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item .creos-item-inner:after {
        display:block
    }
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:hover .text-wrap .title>span {
    transform: translateY(-100%)
}

.creos-wrap .creos-cover-wrap .creos-item-wrap .creos-item:hover .text-wrap .title:after {
    top: 0
}

.creos-wrap .creos-cover-wrap .creos-image-wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute
}

@media (min-width: 768px) {
    .creos-wrap .creos-cover-wrap .creos-image-wrap {
        display:block
    }
}

.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image {
    top: calc(var(--spacing)*-25);
    width: 100%;
    height: calc(100% + var(--spacing)*50);
    opacity: 0;
    background-position: 50%;
    background-size: cover;
    transition: opacity .5s ease-in-out;
		will-change: opacity, transform;
    position: absolute
}

.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image:first-child {
    background-position: 0
}

.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image:nth-child(2) {
    background-position: 33.3%
}

.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image:nth-child(3) {
    background-position: 66.7%
}

.creos-wrap .creos-cover-wrap .creos-image-wrap .creos-image:nth-child(4) {
    background-position: 100%
}

/* sec03 */
#sec03 .main_tit{display: flex; justify-content: space-between; max-width:1600px; margin-bottom: 50px; padding-right: 3.4%;}
#sec03 .inner{width: 100%; margin: 0; margin-left: auto; max-width:100%; padding: 0; padding-left: 3.4%;}
#sec03 .serSlide .swiper-pagination{position: unset; max-width:1600px; background: #fff; display: flex; margin-top: 50px;}
#sec03 .serSlide .swiper-pagination .swiper-pagination-bullet{margin: 0 !important; border-radius:0; height: 2px; flex:1; background: rgb(0,0,0,.9);}
#sec03 .serSlide .swiper-pagination .swiper-pagination-bullet-active{opacity: 0.5; width: 20px;}
#sec03 .serSlide .item{display: flex; flex-direction: column; gap:50px; padding: 40px 30px; border-radius: 20px; background: #F8F8F8; transition:.3s;}
#sec03 .serSlide .item:hover{box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); transform:translateY(-5px);}
#sec03 .serSlide .item h4{font-size: 1.25rem; color: #222; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#sec03 .serSlide .item p{font-size: 1rem; color: #333; line-height: 1.4; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
#sec03 .serSlide .item span{font-size: 1rem; color: #333; text-align: right;}


/* sec04 */
#sec04{background: url('/images/main/main_sec04_bg.png')center no-repeat; background-size:cover; padding-block:250px 100px;}
#sec04 .inner{max-width:100%; margin: 0; margin-right: auto; padding: 0; padding-right: 3.4%;}
#sec04 .map_container{width: 100%; gap:50px;}
#sec04 h3{position: absolute; top: 10%; right: 5%; font-size: 3.125rem; color: #222; font-family: "Playfair Display", serif; line-height: 1.4;}
#sec04 h3 span{display: block; color: var(--co01); margin-left: 150px;}
#sec04 .map_wrap{width: 60%; height: 400px; border-radius: 0 100px 0 0; box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25); overflow: hidden;}
#sec04 .map_wrap iframe{width: 100%; height: 100%;}
#sec04 .info_wrap{position: relative; display: flex; flex-direction: column; justify-content: flex-end; width: 40%;}
#sec04 .contact_wrap {gap:0;}
#sec04 .info_wrap .contact_wrap dl{display: flex; flex-direction: column; gap:10px;}
#sec04 .info_wrap .contact_wrap dl dt{font-size: 1.625rem; color: var(--co01); font-family: "Playfair Display", serif; font-weight: 700; line-height: 1.6;}
#sec04 .info_wrap .contact_wrap dl dd{font-size: 1.125rem;}
#sec04 .info_wrap .contact_btm{display: flex; flex-direction: column; margin-top: 30px; gap: 30px;}


/* footer */
#footer{padding-block:50px; background: #B9A687;}
#footer .inner{display: flex; justify-content: space-between;}
#footer h2 img{width: 260px;}
#footer .info_wrap p{font-size: 0.875rem; color: rgba(255, 255, 255, 0.80); line-height: 1.4;}
#footer .info_wrap p:not(:first-child){margin-top: 10px;}
#footer .info_wrap .copy{font-size: 0.75rem; color: rgba(255, 255, 255, 0.50);}

/* main_quick */
#main_quick{position: fixed; right: 0; top: 45%; transform: translateY(-50%); z-index: 9999;}
#main_quick ul li a{display: flex; flex-direction: column; justify-content: center; align-items: center; gap:10px; width: 70px; height: 70px; aspect-ratio:1;}
#main_quick ul li a .quick_icon img {width:25px; height:25px;}
#main_quick ul li .label {color: #fff; font-size: 0.75rem;}
#main_quick.open ul {max-height: 500px; opacity: 1;transform: translateX(0);pointer-events: auto;}
#main_quick .quick_toggle {display: block;margin-bottom: 10px;color: #fff;padding: 10px;text-align: center;cursor: pointer;  width: 70px; word-break:keep-all; line-height: 1.5;border-radius: 12px 0 0 12px; background-color: var(--bk-bg);}
#main_quick .quick_toggle span{color:#fff; font-size:0.875rem;}



/* ################################ sub ############################# */

#header.sub_header h1 a{background: url('/images/main/main_logo_black.png')center no-repeat; background-size:cover; width: 301px; height: 45px;}
#header.sub_header.active h1 a {background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 301px; height: 45px;}
#header.sub_header.active .nav_wrap a.check {color:#fff;}
#header.sub_header.active .nav_wrap a.global {color:#fff; border:1px solid #fff;}
#header.sub_header.active .nav_wrap .nav_btn span {background: #fff;}
#header.sub_header .nav_btn span{background: #2B210F;}
#sub_contents{padding-bottom: 80px;}
#sub_contents .contop{height: 250px; display: flex; align-items: center; justify-content: center;}
#sub_contents .contop h2{font-size: 2.25rem; font-weight: 500; text-align: center; font-family: "Playfair Display", "Escoredream";}
#sub_contents .contop.reser_contop{height: auto; display: block; padding-block:100px;}

/* sub_visual */
.sub_visual_wrap{position: relative;}
.sub_visual_wrap .txt_wrap{position: absolute; left: 50%; top: 50%; transform:translate(-50%,-50%); width: 100%;}
.sub_visual_wrap .txt_wrap h2{font-size: 2.5rem; color: #fff; font-weight: 700;text-align: center;}
.sub_visual_wrap .txt_wrap p{padding-top: 30px; font-size: 1rem; color: #fff; text-align: center;}

.sec:not(:first-child){margin-top: 80px;}
h3.h3_tit{position: relative; padding-left: 20px; font-size: 1.25rem;}
h3.h3_tit::after{content:''; position: absolute; left: 0; top: 50%; transform:translateY(-50%); width: 4px; height: 100%; background: #2B210F;}
 
.log_info_box{position: relative; display: flex; gap:30px; padding-block:60px 40px; border-bottom: 1px solid #ddd;}
.log_info_box dl{position: relative; display: flex; gap:20px; font-size: 1.25rem;}
.log_info_box dl:not(:last-child){padding-right: 30px;}
.log_info_box dl:not(:last-child)::after{content:''; position: absolute; right: 0; top: 0; width: 1px; height: 50%; background: #ddd;}
.log_info_box dl dt{color: #666; font-family: "Playfair Display", serif;}
.log_info_box dl dd{color: #444; font-weight: 600;}
.log_info_box dl dd span{display: block; padding-top: 10px;}
.log_info_box dl dd em{font-size: 1rem;}

.reserve_step{width:100%; margin-top: 40px;}
.reserve_step ul{display:flex;justify-content:center;align-items:center;gap:56px;}
.reserve_step li{position:relative; display: flex; flex-direction: column; align-items: center; text-align:center; padding-right: 12px;}
.reserve_step li::after{content:"";position:absolute;top:25px;left:100%;width:40px;height:1px;background:#222;}
.reserve_step li:last-child::after{display:none;}
.reserve_step .num{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;border:1px solid #2B210F;font-size:1.125rem;color:#222;background:#fff; font-family: "Playfair Display", serif;}
.reserve_step li.on .num{background:#2B210F;border-color:#2B210F;color:#fff;}
.reserve_step p{padding-top: 10px; font-size:0.875rem;color:#222;}

/* sub0101 */
.sub0101_wrap .img_box img{width: 100%;}
.sub0101_wrap .info_box{margin-top: 60px; display: flex; justify-content: space-between;}
.sub0101_wrap .info_box strong{font-size: 1.563rem;}
.sub0101_wrap .info_box .info{width: 40%; font-size: 1rem; color: #000; line-height: 1.6; word-break:keep-all;}

/* sub0102 */
.sub0102_wrap .sec01{display: flex; align-items: flex-end; justify-content: space-between;}
.sub0102_wrap .sec01 .img_box{width: 43.75%; height: 700px;}
.sub0102_wrap .sec01 .img_box img{width: 100%; height: 100%; object-fit: cover; border-radius:20px;}
.sub0102_wrap .sec01 .info_wrap{width: 50%; display: flex; flex-direction: column; gap:80px;}
.sub0102_wrap .sec01 .info_wrap .txt p{font-size: 1rem; line-height: 1.4; word-break:keep-all;}
.sub0102_wrap .sec01 .info_wrap .txt p:not(:first-child){margin-top: 25px;}
.sub0102_wrap .sec01 .info_wrap .txt p:last-child{text-align: right;}
.sub0102_wrap .sec01 .info_wrap .info_box{display: flex; justify-content: space-between; gap: 20px; padding: 30px 40px; border-radius: 20px; background: #F5F5F5;}
.sub0102_wrap .sec01 .info_wrap .info_box .tit{font-size: 1.875rem; font-family: "Playfair Display", serif;}
.sub0102_wrap .sec01 .info_wrap .info_box ul{margin-top: 30px;}
.sub0102_wrap .sec01 .info_wrap .info_box ul li{display: flex; align-items: center; gap:20px; font-size: 1rem;}
.sub0102_wrap .sec01 .info_wrap .info_box ul li:not(:first-child){margin-top: 20px;}
.sub0102_wrap .sec01 .info_wrap .info_contact{flex-shrink:0;}
.sub0102_wrap .sec01 .info_wrap .info_box .bg_box img{width: 100%; height: 100%; object-fit: contain;}
.sub0102_wrap .sec02 .cont_wrap{margin-top: 35px;}
.sub0102_wrap .sec02 .cont_wrap .tit_info{font-size: 1rem; text-align: center; line-height: 1.5;}
.sub0102_wrap .sec02 .cont_wrap ul{display: flex; flex-wrap: wrap; justify-content: space-between; gap:40px; margin-top: 80px;}
.sub0102_wrap .sec02 .cont_wrap ul li{display: flex; flex-direction: column; align-items: center; gap:35px; width: 47%;}
.sub0102_wrap .sec02 .cont_wrap .circle_icon{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:20px; width: 200px; height: 200px; border-radius:50%; border: 1px solid #222;}
.sub0102_wrap .sec02 .cont_wrap .circle_icon img {width:80px; height:80px;}
.sub0102_wrap .sec02 .cont_wrap .circle_icon span{font-size: 1rem;}
.sub0102_wrap .sec02 .cont_wrap ul li p{font-size: 0.875rem; line-height: 1.4; word-break:keep-all; text-align: center;}

/* sub0103 */
.sub0103_wrap .map_box{height: 450px;}
.sub0103_wrap .map_box iframe{width: 100%; height: 100%;}
.sub0103_wrap .location_box{margin-top: 40px;}
.sub0103_wrap .location_box .loc_item{padding-block:40px; border-top: 1px solid #ddd;}
.sub0103_wrap .location_box .loc_item dl{display: flex;}
.sub0103_wrap .location_box .loc_item dl dt{width: 300px; flex-shrink:0; font-size: 1.25rem; line-height: 1.4;}
.sub0103_wrap .location_box .loc_item dl dt span{font-size: 1rem;}
.sub0103_wrap .location_box .loc_item dl dd{width: 100%; font-size: 1rem; line-height: 1.5;}
.sub0103_wrap .location_box .loc_item .way_box:not(:first-child){margin-top: 30px;}
.sub0103_wrap .location_box .loc_item .way_box ul{padding-top: 5px;}
.sub0103_wrap .location_box .loc_item .way_box ul li{position: relative; padding-left: 20px; word-break:keep-all;}
.sub0103_wrap .location_box .loc_item .way_box ul li::after{content:''; position: absolute; left: 0; top: 12px; width: 6px; height: 6px; background: #000; border-radius:50%;}
.sub0103_wrap .location_box .loc_item .desc p:not(:first-child){margin-top: 10px;}
.sub0103_wrap .location_box .loc_item .tbl_box{margin-top: 30px;}
.sub0103_wrap .location_box .loc_item .tbl_box span{display: block; margin-bottom: 10px;}
.sub0103_wrap .location_box .loc_item .time_table{width: 100%; border-collapse:collapse; font-size: 1.125rem; border-top: 1px solid #ccc;}
.sub0103_wrap .location_box .loc_item .time_table th{width: 180px; background: #F8F8F8;}
.sub0103_wrap .location_box .loc_item .time_table th, .sub0103_wrap .location_box .loc_item .time_table td{padding: 15px 30px; border-bottom:1px solid #ccc; text-align: left;}

/* sub0301 */
.sub0301_wrap .hallSlide .swiper-slide img{width: 100%; aspect-ratio:2 / 1; object-fit:cover;}
.sub0301_wrap .hallSlide .swiper-button-prev{left: 0;}
.sub0301_wrap .hallSlide .swiper-button-next{right: 0;}
.sub0301_wrap .hallSlide .swiper-button-prev, .sub0301_wrap .hallSlide .swiper-button-next{width: 40px; height: 40px; background: rgba(0, 0, 0, 0.60); margin-top: 0;}
.sub0301_wrap .hallSlide svg{width: 10px; color: #fff;}
.sub0301_wrap .hallSlide .slide_item{position: absolute; left: 50%; bottom: 20px; transform:translateX(-50%); padding: 7px 24px; border-radius: 30px; background: rgba(0, 0, 0, 0.30); z-index: 500;}
.sub0301_wrap .hallSlide .slide_item span, .sub0301_wrap .hallSlide .slide_item em{font-size: 0.875rem; color: #fff;}
.sub0301_wrap .cont_wrap .info_box{margin-top: 80px;}
.sub0301_wrap .cont_wrap .info_box .info_item:not(:first-child){margin-top: 80px;}
.sub0301_wrap .cont_wrap .info_item dl{display: flex; flex-direction: column; gap:30px;}
.sub0301_wrap .cont_wrap .info_item dl dt{width: 350px; flex-shrink:0; font-size: 2rem; font-family: "Playfair Display", serif; line-height: 1.4; font-weight: 600;}
.sub0301_wrap .cont_wrap .info_item dd ul li{position: relative; padding-left: 20px; font-size: 1rem; line-height: 1.4;}
.sub0301_wrap .cont_wrap .info_item dd ul li:not(:first-child){margin-top: 10px;}
.sub0301_wrap .cont_wrap .info_item dd ul li p:not(:first-child){padding-top: 5px;}
.sub0301_wrap .cont_wrap .info_item dd ul li::after{content:''; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; background: #222; border-radius:50%;}
.sub0301_wrap .cont_wrap .info_item .tbl_box:not(:first-child){margin-top: 60px;}
.sub0301_wrap .cont_wrap .info_item .tbl_box span{display: block; margin-bottom: 10px; font-size: 1rem; font-weight: 500;}
.sub0301_wrap .cont_wrap .info_item .tbl_box table{width: 100%; border-collapse:collapse;}
.sub0301_wrap .cont_wrap .info_item .tbl_box table thead th{background: #F8F8F8;}
.sub0301_wrap .cont_wrap .info_item .tbl_box table th, .sub0301_wrap .cont_wrap .info_item .tbl_box table td{padding: 10px 20px; border-bottom:1px solid #ccc; text-align: left; font-size: 1rem; font-weight: 400; word-break:keep-all;}

/* sub0402 */
.sub0402_wrap .price_box{padding-top:60px;}
.sub0402_wrap .price_box dl{display: flex; flex-direction: column; gap:20px;}
.sub0402_wrap .price_box dl dt{width: 350px; flex-shrink:0; font-size: 1.25rem; font-weight: 600;}
.sub0402_wrap .price_box dl dd{width: 100%;}
.sub0402_wrap .price_box dl .tbl_box table{width: 100%; border-collapse:collapse; border-top: 1px solid #ccc;}
.sub0402_wrap .price_box dl .tbl_box table thead th{background: #F8F8F8;}
.sub0402_wrap .price_box dl .tbl_box table thead th:not(:first-child){border-left: 1px solid #ccc;}
.sub0402_wrap .price_box dl .tbl_box table td{border-left: 1px solid #ccc;}
.sub0402_wrap .price_box dl .tbl_box table th, .sub0402_wrap .price_box dl .tbl_box table td{padding: 10px 20px; border-bottom:1px solid #ccc; text-align: left; font-size: 1rem; font-weight: 400;}


/*sub0407 */
.sub0407_wrap .con .click_all{ width: 70%; margin:0 auto;}
.sub0407_wrap .con .click_all ul.click_btn{gap:20px;}
.sub0407_wrap .con .click_all ul.click_btn li{font-size: 1.125rem;}
.sub0407_wrap .con .click_all ul.click_btn li::after{position: absolute; content:''; width: 100%; height: 2px; background: #2B210F; bottom:-5px; left:0;}
.sub0407_wrap .con .click_con {margin-top: 80px;}
.sub0407_wrap .con .click_con .sec{margin-bottom: 30px;}
.sub0407_wrap .con .click_con h2.h2_tit{font-size: 1.375rem;}
.sub0407_wrap .con .click_con h2.h2_tit::after{position: absolute; content:''; width: 4px;height: 100%; background: #2B210F; left:0; top:0;}
.sub0407_wrap .con .click_con p{font-size: 1rem;}
.sub0407_wrap .con .click_con .txt_box strong{font-size: 1.125rem;}
.sub0407_wrap .con .click_con .txt_box{margin-top: 15px;}
.sub0407_wrap .con .click_con ul.dot_list li{position: relative; padding-left: 15px; display: flex; gap:10px;}
.sub0407_wrap .con .click_con ul.dot_list li b{font-size: 1rem; }
.sub0407_wrap .con .click_con ul.dot_list li b em{display: block;}
.sub0407_wrap .con .click_con ul.dot_list li::before{position: absolute; content:''; width: 6px;height: 6px; background:#444; top:9px; left:0; border-radius:6px;}
.sub0407_wrap .con .click_con .e_box ,.sub0407_wrap .con .click_con .sec:not(:first-child){margin-top: 30px; padding-top: 30px;}


/* sub05 */
.sub05_wrap .sec{margin-top: 40px;}
.reserve_summary_bar{display:flex;align-items:center;justify-content:space-between; gap: 20px; padding-bottom: 35px; border-bottom: 1px solid #666;background:#fff;}
.reserve_summary_bar .reserve_info{display:flex;align-items:center;justify-content:space-between;}
.reserve_summary_bar .summary_item{position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 25px;min-height:auto;}
.reserve_summary_bar .summary_item:nth-child(1){padding-left: 0;}
.reserve_summary_bar .summary_item:not(:first-child)::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:30px;background:#d9d9d9;}
.reserve_summary_bar .summary_item .label{display:block;margin-bottom:14px;font-size:0.875rem;font-weight:400;color:#a0a0a0;line-height:1;text-transform:uppercase;}
.reserve_summary_bar .summary_item .value{font-size:1rem;font-weight:400;color:#333;line-height:1.2;white-space:nowrap;}
.reserve_summary_bar .summary_item.small{min-width:70px; padding-inline:22px; align-items: center;}
.reserve_summary_bar .summary_price{display:flex;align-items:center;justify-content:center;min-width:170px;padding:15px 30px;background:#a7a7a7;}
.reserve_summary_bar .summary_price p{font-size:1.125rem;font-weight:500;color:#fff;line-height:1;white-space:nowrap;}
.sub05_wrap .back_btn{display: flex; align-items: center; justify-content: center; margin-top: 60px;}
.sub05_wrap .back_btn button{padding: 14px 50px 14px 50px; font-size: 1rem; }

/* sub0501 */
.reserve_bar{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding-bottom:35px;border-bottom:1px solid #666;position:relative;}
.reserve_select_bar .reserve_bar_left{display:flex;align-items:flex-start;gap:20px;flex:1;position:relative;}
.reserve_select_bar .reserve_field{position:relative;}
.reserve_select_bar .reserve_field.reserve_field_date{min-width:auto;}
.reserve_select_bar .reserve_label{font-size:1rem;font-weight:400;line-height:1;letter-spacing:0.04em;color:#9a9a9a;margin-bottom:14px;}
.reserve_select_bar .reserve_value{display:flex;align-items:center;gap:15px;padding:0;border:0;background:none;font-size:1.125rem;font-weight:300;line-height:1.2;color:#222;cursor:pointer;white-space:nowrap;}
.reserve_select_bar .reserve_value .arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #222;margin-top:4px;flex-shrink:0;}
.reserve_select_bar .reserve_divider{width:1px;height:54px;background:#d5d5d5;margin-top:2px;}
.reserve_select_bar .reserve_search_btn{width:125px;height:45px;border:1px solid #8f8f8f;background:none;font-size:15px;font-weight:400;color:#222;cursor:pointer;transition:all .2s ease;}
.reserve_select_bar .reserve_search_btn:hover{background:#222;border-color:#222;color:#fff;}

.reserve_room_wrap{border-top:2px solid #222;}
.reserve_room_item{display:flex;align-items:stretch; justify-content: space-between; gap: 30px; padding:25px 20px;border-bottom:1px solid #222;}
.reserve_room_item .room_thumb{width: 50%; aspect-ratio:1.525 / 1;}
.reserve_room_item .room_thumb img{display:block;width:100%;height:100%;object-fit:cover;}
.reserve_room_item .room_info{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;width: 45%;}
.reserve_room_item .room_info_left h3{margin:0 0 25px;font-size:2rem;font-family: "Playfair Display", serif;font-weight:500;color:#222;line-height:1;text-transform:uppercase;}
.reserve_room_item .room_meta{display:flex;flex-direction:column;gap:6px;}
.reserve_room_item .room_meta li{display:flex;align-items:center;gap:10px;font-size:1rem;color:#666;line-height:1.6;}
.reserve_room_item .room_meta li span{position: relative;min-width:65px;color:#666; flex-shrink: 0; padding-right: 10px;}
.reserve_room_item .room_meta li span::after{content:''; position: absolute; right: 0; top: 50%; transform:translateY(-50%); width: 1px; height: 60%; background: #666;}
.reserve_room_item .room_meta li strong{font-weight:400;color:#444;}
.reserve_room_item .room_info_right{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;height:100%;margin-top:auto;}
.reserve_room_item .price{font-size:1.5rem;font-weight:500;color:#222;line-height:1.2; white-space: nowrap;}
.reserve_room_item .guide{margin:10px 0 30px;font-size:0.813rem;color:#888;line-height:1.4;}
.reserve_room_item .reserve_btn{display:inline-flex;align-items:center;justify-content:center;width: 100%;height:45px;background:#2B210F;font-size:1.125rem;font-weight:500;color:#fff;transition:.3s ease;}
.reserve_room_item .reserve_btn:hover{background:#22190d;}

/* sub0502 */
.reserve_option{display:flex;gap:50px;padding-top: 45px;}
.reserve_option .option_left{flex:1;min-width:0; padding: 25px; border-top:1px solid #8c8c8c;}
.reserve_option .option_right{flex:1;}
.reserve_option .option_top h3{font-size:1.25rem;font-weight:600;color:#222;line-height:1.4;}
.reserve_option .option_list{margin-top: 20px;}
.reserve_option .option_item{display:grid;grid-template-columns: repeat(3 , 1fr);align-items:center;gap:20px;padding:18px 0;}
.reserve_option .option_item .name{font-size:1rem;color:#333;line-height:1.5;}
.reserve_option .option_item .price{font-size:1rem;color:#333;text-align:center;}
.reserve_option .count_box{display:flex;align-items:center;justify-content:flex-end;gap:20px;}
.reserve_option .count_box input{width:24px;border:0;background:none;text-align:center;font-size:1rem;color:#555;}
.reserve_option .count_btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #ddd;background:#fff;font-size:20px;color:#999;cursor:pointer;padding:0;}
.reserve_option .option_desc{margin-top:6px;font-size:0.875rem;color:#b0b0b0;line-height:1.6;}
.reserve_option .option_notice{margin-top:30px;padding:20px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.reserve_option .option_notice ul{display:flex;flex-direction:column;gap:10px;}
.reserve_option .option_notice li{position:relative;padding-left:10px;font-size:0.875rem;color:#555;line-height:1.8;word-break:keep-all;}
.reserve_option .option_notice li::before{content:"•";position:absolute;left:0;top:0;}
.reserve_option .request_box{padding-top:36px;}
.reserve_option .request_box h4{margin-bottom:16px;font-size:1.125rem;font-weight:600;color:#222;}
.reserve_option .request_box textarea{width:100%;height:120px;border:1px solid #ddd;padding:12px;font-size:0.875rem;color:#333;resize:none;outline:none;}
.reserve_option .request_box textarea::placeholder{color:#b8b8b8;}
.reserve_option .request_box p{margin-top:12px;font-size:0.75rem;color:#9a9a9a;line-height:1.6;}
.reserve_option .request_box::after{content:"";display:block;margin-top:28px;border-bottom:1px solid #8c8c8c;}
.reserve_option .payment_box{border:1px solid #9a9a9a;padding:25px 30px;}
.reserve_option .payment_box .room_num{display:block;margin-bottom:15px;font-size:1rem;color:#555;}
.reserve_option .payment_box .total_top{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:10px;}
.reserve_option .payment_box .total_top strong{font-size:1.25rem;font-weight:700;color:#222;line-height:1.2;}
.reserve_option .payment_box .total_top p{font-size:1.5rem;font-weight:500;color:#222;line-height:1;}
.reserve_option .payment_box .pay_date{display:flex;align-items:center;justify-content:space-between;padding:25px 0;font-size:1.125rem;color:#666;}
.reserve_option .payment_box .pay_date p{color:#444;}
.reserve_option .payment_box .pay_list{display:flex;flex-direction:column;gap:25px;padding:20px 0;border-top:1px solid #eee;}
.reserve_option .payment_box .pay_list li, .reserve_option .payment_box .tax_row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:0.938rem;color:#777;line-height:1.5;}
.reserve_option .payment_box .pay_list li p, .reserve_option .payment_box .tax_row p{color:#444;}
.reserve_option .payment_box .tax_row{padding:16px 0 22px;border-top:1px solid #eee;}
.reserve_option .payment_btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;background:#2d210f;font-size:1rem;font-weight:500;color:#fff;transition:.3s ease;}
.reserve_option .payment_btn:hover{background:#1d1408;}


/* sub0503 */
.reserve_infom{display:flex;gap:50px; padding-top: 45px;}
.reserve_infom .info_left{flex:1;min-width:0; padding: 25px; border-top:1px solid #8c8c8c;}
.reserve_infom .info_right{flex:1;}
.reserve_infom_form .form_block{padding-top:14px;}
.reserve_infom_form .form_block + .form_block{margin-top:46px;}
.reserve_infom_form .form_block h3{font-size:1.25rem;}
.reserve_infom_form .form_row_wrap{padding-top: 30px;}
.reserve_infom_form .form_row{display:flex;gap:20px; width: 100%;}
.reserve_infom_form .form_row .form_item{width: 100%;}
.reserve_infom_form .form_row + .form_row{margin-top:40px;}
.reserve_infom_form .form_row_half .form_item{flex:1;}
.reserve_infom_form .form_row_tel .form_item:last-child{flex:1;}
.reserve_infom_form .form_row_tel .form_num_box{display: flex; gap:20px;}
.reserve_infom_form .form_item label{display:block;margin-bottom:15px;font-size:1rem;font-weight:500;color:#222;}
.reserve_infom_form input[type="text"], .reserve_infom_form input[type="email"], .reserve_infom_form select{width:100%;height:50px;border:1px solid #e2e2e2;padding:0 14px;font-size:0.875rem;color:#333;background:#fff;outline:none;}
.reserve_infom_form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:36px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666' stroke-width='1.2'/%3E%3C/svg%3E")no-repeat right 14px center / 10px 6px;}
.reserve_infom .blind{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;}
.reserve_infom .pay_method{display:flex;gap:20px; padding-top: 30px;}
.reserve_infom .pay_card{flex:1;cursor:pointer;}
.reserve_infom .pay_card input{display:none;}
.reserve_infom .pay_card span{display:flex;align-items:center;justify-content:center;height:55px;border:1px solid #d8d8d8;background:#fff;font-size:1rem;font-weight:500;color:#444;transition:.25s ease; border-radius: 10px;}
.reserve_infom .pay_card input:checked + span{background:#2e220f;border-color:#2e220f;color:#fff;}
.reserve_infom .agree_wrap{padding-top: 30px;}
.reserve_infom .agree_check{display:flex;align-items:center;gap:20px;position:relative;font-size:0.875rem;color:#444;}
.reserve_infom .agree_check + .agree_check{margin-top:10px;}
.reserve_infom .agree_check input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:22px;height:22px;border:1px solid #cfcfcf;background:#fff;cursor:pointer;position:relative;flex:0 0 22px;}
.reserve_infom .agree_check input[type="checkbox"]:checked{background:#666;border-color:#666;}
.reserve_infom .agree_check input[type="checkbox"]:checked::after{content:"";position:absolute;left:7px;top:2px;width:6px;height:12px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);}
.reserve_infom .agree_check span{line-height:1.5;}
.reserve_infom .agree_check .agree_link{margin-left:auto;font-size:0.75rem;color:#9a9a9a;text-decoration:none;}
.reserve_infom .payment_box{border:1px solid #9a9a9a;padding:25px 30px;}
.reserve_infom .payment_box .room_num{display:block;margin-bottom:15px;font-size:1rem;color:#555;}
.reserve_infom .payment_box .total_top{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-bottom:10px;}
.reserve_infom .payment_box .total_top strong{font-size:1.25rem;font-weight:700;color:#222;line-height:1.2;}
.reserve_infom .payment_box .total_top p{font-size:1.5rem;font-weight:500;color:#222;line-height:1;}
.reserve_infom .payment_box .pay_date{display:flex;align-items:center;justify-content:space-between;padding:25px 0;font-size:1.125rem;color:#666;}
.reserve_infom .payment_box .pay_date p{color:#444;}
.reserve_infom .payment_box .pay_list{display:flex;flex-direction:column;gap:25px;padding:20px 0;border-top:1px solid #eee;}
.reserve_infom .payment_box .pay_list li, .reserve_option .payment_box .tax_row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:0.938rem;color:#777;line-height:1.5;}
.reserve_infom .payment_box .pay_list li p, .reserve_option .payment_box .tax_row p{color:#444;}
.reserve_infom .payment_box .tax_row{padding:16px 0 22px;border-top:1px solid #eee;}
.reserve_infom .payment_btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;background:#2d210f;font-size:1rem;font-weight:500;color:#fff;transition:.3s ease;}

/* sub0504 */
.reserve_complete{padding:30px 0 60px;}
.reserve_complete_inner{border-top:1px solid #9e9e9e; border-bottom:1px solid #9e9e9e;  padding:30px 20px;}
.reserve_complete .complete_block + .complete_block{margin-top:34px;}
.reserve_complete .complete_block h3{margin-bottom:16px;font-size:1.25rem;font-weight:600;color:#222;line-height:1.4;}
.reserve_complete .complete_table{width:100%;border-collapse:collapse;table-layout:fixed;}
.reserve_complete .complete_table th, .complete_table td{padding:14px 16px;border-bottom:1px solid #e1e1e1;font-size:0.875rem;color:#333;text-align:left;vertical-align:middle;line-height:1.6;word-break:keep-all;}
.reserve_complete .complete_table th{background:#f8f8f8;font-weight:500;color:#444;}
.reserve_complete .complete_btn_wrap{display:flex;justify-content:center;gap:10px;margin-top:46px;padding-top:30px;}
.reserve_complete .complete_btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:50px;font-size:0.875rem;font-weight:500;transition:.3s ease;}

/* sub06_wrap */
.sub06_wrap{width: 660px; }
.sub06_wrap .reserve_infom_form .form_row_wrap {padding: 50px 30px;}
.sub06_wrap .btn_wrap button{ padding: 14px 0; font-size:1.125rem;}

/* sub0602_wrap */
.sub0602_wrap table{width: 100%; border-top: 1px solid #CCC;}
.sub0602_wrap table tr{border-bottom: 1px solid #ccc;}
.sub0602_wrap table tr th{padding: 12px 0; background: #F8F8F8; color: #222;font-size: 1rem;font-weight: 500;}
.sub0602_wrap table tr td{padding: 17px 0; color: #222;font-size: 1rem;font-weight: 200;text-align: center; word-break:keep-all;}
.sub0602_wrap table tr td a.detail_btn{background: #2B210F;width: 100px;height: 40px; display: block; text-align: center; line-height: 40px; color: #FFF;font-size: 0.875rem;font-weight: 500;margin: 0 auto;}
.sub0602_wrap .btn_wrap{margin-top: 60px;display: flex;justify-content: center;align-items: center; }
.sub0602_wrap .btn_wrap a{display: block; background: #2B210F; width: 160px;padding: 13px 0; text-align: center; color: #FFF;font-size: 1rem;font-weight: 500;}


/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .inner{width: 100%;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.basic_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.basic_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.basic_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}
.basic_bd02 .news-list ul{border-top: 1px solid #000;}
.basic_bd02 .news-list ul li{position: relative;border-bottom: 1px solid #eee;background: #fff;}
.basic_bd02 .news-list ul li::after{content:'';display: none;opacity: 0;position: absolute;right: 50px; top: 50%; transform:translateY(-50%);transition:.3s;background: url(/images/sub/basic_bd02_icon03.png)center no-repeat; width: 55px; height: 52px; background-size: cover;}
.basic_bd02 .news-list ul li a{display: flex;align-items: center;padding: 15px;}
.basic_bd02 .news-list ul li .date_box{display: flex; flex-direction: column;align-items: center;gap:10px;width: 65px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 30px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 15px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 95px);margin-left: 30px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 15px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 21px;border: 1px solid #eee;padding: 0 10px;font-size: 13px;margin-right: 10px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 20px; color: #222;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li .txt_box p{font-size: 13px; color: #777;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  }
.basic_bd02 .news-list ul li:hover{background: #f9f9f9;}
.basic_bd02 .news-list ul li:hover .date_box p{color: #222;}
.basic_bd02 .news-list ul li:hover .date_box span{color: #222;}
.basic_bd02 .news-list ul li:hover::after{opacity: 0;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 50px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 24px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 36px; margin: 20px 0px 30px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 18px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 80px 20px;}
.basic_bd01_view .view_box img{margin-bottom: 80px;}
.basic_bd01_view .view_box p{font-size: 16px; color: #000;}
.basic_bd01_view .file_box{padding: 22px 35px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:10px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:20px 10px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.basic_bd01_view .file_box ul li a{font-size: 15px; color: #444;transition:.3s;border-bottom: 1px solid transparent;}
.basic_bd01_view .file_box ul li a:hover{border-bottom: 1px solid #444;}
.basic_bd01_view .view_btn_box{display: flex; justify-content:space-between;align-items:center;padding: 50px 0px 20px; border-top: 1px solid #dcdcdc;}
.basic_bd01_view .view_btn_box .arr{display: flex;align-items:center;gap:20px;}
.basic_bd01_view .view_btn_box .arr p{font-size: 18px; color: #000;width: 200px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.basic_bd01_view .view_btn_box .arr.next p{text-align: end;}
.basic_bd01_view .view_btn_box .arr:hover p{text-decoration: underline;text-underline-position: under;}
.basic_bd01_view .view_btn_box .back{position: relative;width: 72px; height: 72px; border:1px solid var(--bg01); border-radius:10px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);}
.basic_bd01_view .view_btn_box .back:hover{background: url(/images/sub/basic_bd01_icon06_2.png)center no-repeat var(--bg01);}
.basic_bd01_view .view_btn_box .back:hover img{display: none;}

/* 사진갤러리&동영상게시판 */
.gallery_bd02 .con ul.img_li {display: flex; gap: 60px 2%; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 49%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 20px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 18px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {font-size: 14px; padding-top: 14px; margin-top: 14px;}
.gallery_bd02 .con ul.img_li {gap: 30px 2%;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 10px; font-size: 14px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 50px;margin-bottom: 30px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 18px;font-weight: 600;}
.gallery_bd02 .search_box .total em{color: var(--bg01);font-weight: 600;}
.gallery_bd02 .search_box .search{display: flex;gap:10px;justify-content: end; width: 100%;}
.gallery_bd02 .search_box .search select{font-size: 18px; color: #222; width: 182px; height: 70px; border:1px solid #ddd; border-radius:50px; padding: 0px 54px 0px 30px;-webkit-appearance:none; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 30px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 192px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 70px;font-size: 18px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 74px 0px 40px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{position: absolute; right: 30px; top: 50%; transform:translateY(-50%);}

}