@media screen and (max-width:767px) {
/*로그인스킨*/
#login_wrap {width:100%;  background:#f7f7f7; padding:30px;}
.login_top {width:100%; height:auto; border-bottom:1px solid #eaeaea; margin-bottom:20px; padding-bottom: 20px;}
.login_top h2 {font-size:20px; color:#4b4f58; line-height:1; font-weight:600;}
.login_top h2 span {display: block; font-size:12px; font-weight:400; margin-top: 5px; line-height: 18px}
.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:35px; 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:35px; 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:0; width: 14px;}
.login_mid .login_con input::placeholder {font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input::-moz-placeholder { /* Firefox 19+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-ms-input-placeholder { /* IE 10+ */font-size:12px; color:#c3c3c3;}
.login_mid .login_con input:-moz-placeholder { /* Firefox 18- */font-size:12px; color:#c3c3c3;}
.login_mid .login_btn {width:100%; height:45px; 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:15px; line-height:43px;}
.login_mid .login_bottom {text-align:center;}
.login_mid .login_bottom li {display:inline-block; margin-left:8px; padding-left:10px; position:relative; line-height:1;}
.login_mid .login_bottom li::before {width:1px; height:10px; background:#ddd; content:''; position:absolute; left:0; top:2px;}
.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:12px; 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:12px; 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: 20px;}
.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:none;}
.mob_img {display:block;}
.pc {display:none;}
.tab {display:none;}
.mob {display:block;}

/* === Main === */
#wrap {position:relative; width:100%; max-width:767px; min-width: 375px; margin:0 auto; overflow:hidden; word-break: keep-all;}
.inner{width:100%; margin:0 auto; padding: 0 2.66%;}

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

/* header */
#header{position: absolute; top: 0; left: 0; width: 100%; z-index: 5000; height: 60px;}
#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: 150px; height: 22px;}
#header.on{background: rgba(17, 17, 17, 0.80);}
#header.active{background: #2B210F;}
#header .nav_wrap {gap:20px;}
#header a.check {font-size: 0.875rem;}
#header a.global {padding:5px 10px; font-size: 0.75rem;}

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

/* nav */
.nav_btn {width: 20px;height: 16px;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: 2px; background: #fff; border-radius:5px; transition: 0.3s ease;}
.nav_btn.on{width: 20px; height: 20px;}
.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: 60px;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: 10px; background: rgba(200, 165, 102, 0.10);}
.navigation .sub_panel{width: 70%; padding-inline: 10px; 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:1rem; 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: 10px; padding-block:10px; color:#222;font-size:14px;font-weight: 400; line-height: 1.6; transition:.3s;}
.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: 0;}
#visual_wrap .txt_wrap h2{font-size: clamp(48px, 6.25vw, 100px); color: #fff; text-align: center; text-decoration: underline; text-decoration-thickness:1px; line-height: 1.2;}
#visual_wrap .swiper-button-prev{width: auto; left: 2%;}
#visual_wrap .swiper-button-next{width: auto; right: 2%;}
#visual_wrap .swiper-button-prev svg, #visual_wrap .swiper-button-next svg{width: 12px; height: 20px; color: #fff;}


/* booking_mob */
.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: 15px; right: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px; width: 40px; height: 40px; aspect-ratio:1; border-radius:50%; background: var(--co01);}
.bkFab img{width: 100%;}
.bkFab span{display: none;}
.bkMobPanel{position:absolute;right:0;bottom:0;width:100%;background:#2B210F;border:1px solid rgba(255,255,255,.12);z-index:6500;padding:15px 10px;display:none;}
.bkMobPanel.isOpen{ display:block; }
.bkMobClose{position:absolute;right:20px;top:10px;color:#fff;cursor:pointer;font-size: 2rem;line-height: 1;}
.bkMobInner{ display:flex; flex-direction:column; gap:14px; }
.booking_mob .bkDropdown, .booking_mob .bkPopover{transform:none;bottom:auto;width:100%;}
.booking_mob .bkLabel{font-size: 1rem;}
.booking_mob .bkCell{flex-direction: column; gap:15px; align-items: flex-start; padding: 0; padding-bottom: 15px; border-bottom:1px solid #8B7246;}
.booking_mob .bkValue span{font-size: 1.25rem;}
.booking_mob .bkMobSubmit{width:100%; height:30px; cursor:pointer; font-weight:800; color:#fff; background:#b8944b; font-size: 0.875rem; font-weight: 600;}
.booking_mob .bkOption{font-size: 1rem; padding: 5px;}
.booking_mob .bkGhost, .bkPrimary{height: 30px;}


/* 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: 1px #dddddd solid;width: 90%;height: 90%;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: 1px 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: 0.625rem;color: #777777;height: 40px;width: 100px;margin: -31px auto;transition: all 500ms ease;}
.circle--rotate > li i {display: block; width: 10px; height: 10px; border-radius: 50%; margin: 0 auto; margin-top: 14px; position: relative; }
.circle--rotate > li i:before{content: ""; display: block; width: 20px; height: 20px; border: 1px 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: 1px 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: 0;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: 75%;height: 75%;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: 100%; height: 50vh; display: table; z-index: -2;}
.circle--slider .animate-text .wrap{ display: table-cell; vertical-align: middle; padding-left: 7%;} 
.circle--slider .animate-text .wrap strong{ font-size: 2.5rem; line-height: 40px; color: #111111; font-family: 'Playfair Display', serif; font-weight: 700; display: block; margin-bottom: 15px; 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: 30px; font-size: 0.875rem; 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: 10px;
    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)*25);
    width: 100%;
    padding-inline:calc(var(--spacing)*3);padding-top: calc(var(--spacing)*3);
    padding-bottom: calc(var(--spacing)*3);
    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: 1rem;
    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: 20px; padding-right: 3.4%;}
#sec03 .main_tit .more_btn{display: none;}
#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: 20px;}
#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:25px; padding: 20px 15px; border-radius: 10px; 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: 1rem; 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: 0.75rem; 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: 0.75rem; color: #333; text-align: right;}


/* sec04 */
#sec04{background: url('/images/main/main_sec04_bg.png')center no-repeat; background-size:cover; padding-block:200px 60px;}
#sec04 .inner{max-width:100%; margin: 0; margin-right: auto; padding: 0; padding-right: 3.4%;}
#sec04 .map_container{flex-direction: column; gap:25px;}
#sec04 .map_wrap{width: 100%; height: 240px; 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: 100%; padding-inline: 3.4%;}
#sec04 h3{position: absolute; top: 6%; padding-inline: 3.4%; font-size: 1.875rem; color: #222; font-family: "Playfair Display", serif; line-height: 1.4;}
#sec04 h3 span{display: block; color: var(--co01); margin-left: 0; text-align: right;}
#sec04 .info_wrap .contact_wrap dl{display: flex; flex-direction: column; gap:10px;}
#sec04 .info_wrap .contact_wrap dl dt{font-size: 1.25rem; color: var(--co01); font-family: "Playfair Display", serif; font-weight: 700; line-height: 1.6;}
#sec04 .info_wrap .contact_wrap dl dd{font-size: 1rem;}
#sec04 .info_wrap .contact_btm{display: flex; flex-direction: column; margin-top: 15px; gap: 15px;}


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

/* main_quick */
#main_quick{position: fixed; right: 0; top: 50%; 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: 55px; height: 55px; aspect-ratio:1;}
#main_quick ul li a .quick_icon img {width:20px; height:20px;}
#main_quick ul li .label {color: #fff; font-size: 0.65rem;}
#main_quick.open ul {max-height: 500px; opacity: 1;transform: translateX(0);pointer-events: auto;}
#main_quick .quick_toggle {display: block;margin-bottom: 5px;color: #fff;padding: 10px;text-align: center;cursor: pointer;  width: 55px; 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.75rem;}

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

#header.sub_header h1 a{background: url('/images/main/main_logo_black.png')center no-repeat; background-size:cover; width: 150px; height: 22px;}
#header.sub_header.active h1 a{background: url('/images/main/main_logo.png')center no-repeat; background-size:cover; width: 150px; height: 22px;}
#header.sub_header .nav_btn span{background: #2B210F;}
#sub_contents{padding-bottom: 100px;}
#sub_contents .contop{height: 200px; display: flex; align-items: center; justify-content: center;}
#sub_contents .contop h2{font-size: 1.25rem; font-weight: 500; text-align: center; font-family: "Playfair Display", "Escoredream";}
#sub_contents .contop.reser_contop{height: auto; display: block; padding-block:60px;}

/* 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: 1.875rem; color: #fff; font-weight: 700;text-align: center;}
.sub_visual_wrap .txt_wrap p{padding-top: 30px; font-size: 0.875rem; color: #fff; text-align: center;}

.sec:not(:first-child){margin-top: 60px;}
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; flex-direction: column; gap:20px; padding-block:40px 20px; border-bottom: 1px solid #ddd;}
.log_info_box dl{position: relative; display: flex; gap:20px; font-size: 1rem;}
.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: 0.75rem;}

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

/* sub0102 */
.sub0102_wrap .sec01{display: flex; align-items: flex-end; justify-content: space-between; flex-direction: column; gap:30px;}
.sub0102_wrap .sec01 .img_box{width: 100%; height: auto;}
.sub0102_wrap .sec01 .img_box img{width: 100%; height: 100%; object-fit: cover; border-radius:20px;}
.sub0102_wrap .sec01 .info_wrap{width: 100%; display: flex; flex-direction: column; gap:60px;}
.sub0102_wrap .sec01 .info_wrap .txt p{font-size: 0.875rem; 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: 20px 30px; border-radius: 20px; background: #F5F5F5;}
.sub0102_wrap .sec01 .info_wrap .info_box .tit{font-size: 1.563rem; 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: 0.875rem;}
.sub0102_wrap .sec01 .info_wrap .info_box ul li:not(:first-child){margin-top: 20px;}
.sub0102_wrap .sec01 .info_wrap .info_box ul li span.icon img {width:20px; height: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: 0.875rem; 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: 60px;}
.sub0102_wrap .sec02 .cont_wrap ul li{display: flex; flex-direction: column; align-items: center; gap:20px; width: 44%;}
.sub0102_wrap .sec02 .cont_wrap .circle_icon{display: flex; flex-direction: column; align-items: center; justify-content: center; gap:20px; width: 160px; height: 160px; border-radius:50%; border: 1px solid #222;}
.sub0102_wrap .sec02 .cont_wrap .circle_icon img {width:60px; height:60px;}
.sub0102_wrap .sec02 .cont_wrap .circle_icon span{font-size: 0.875rem;}
.sub0102_wrap .sec02 .cont_wrap ul li p{font-size: 0.75rem; line-height: 1.4; word-break:keep-all; text-align: center;}

/* sub0103 */
.sub0103_wrap .map_box{height: 300px;}
.sub0103_wrap .map_box iframe{width: 100%; height: 100%;}
.sub0103_wrap .location_box{margin-top: 40px;}
.sub0103_wrap .location_box .loc_item{padding-block:30px; border-top: 1px solid #ddd;}
.sub0103_wrap .location_box .loc_item dl{display: flex; flex-direction: column; gap:20px;}
.sub0103_wrap .location_box .loc_item dl dt{width: 300px; flex-shrink:0; font-size: 1rem; 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: 0.75rem; 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: 1rem; border-top: 1px solid #ccc;}
.sub0103_wrap .location_box .loc_item .time_table th{width: 150px; background: #F8F8F8;}
.sub0103_wrap .location_box .loc_item .time_table th, .sub0103_wrap .location_box .loc_item .time_table td{padding: 10px 20px; 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: 30px; height: 30px; 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: 10px; 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.75rem; color: #fff;}
.sub0301_wrap .cont_wrap .info_box{margin-top: 60px;}
.sub0301_wrap .cont_wrap .info_box .info_item:not(:first-child){margin-top: 60px;}
.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: 1.75rem; 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: 0.875rem; 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: 6px; width: 6px; height: 6px; background: #222; border-radius:50%;}
.sub0301_wrap .cont_wrap .info_item .tbl_box:not(:first-child){margin-top: 40px;}
.sub0301_wrap .cont_wrap .info_item .tbl_box span{display: block; margin-bottom: 10px; font-size: 0.875rem; 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 10px; border-bottom:1px solid #ccc; text-align: left; font-size: 0.875rem; font-weight: 400; word-break:keep-all;}

/* sub0402 */
.sub0402_wrap .price_box{padding-top:40px;}
.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: 1rem; 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 10px; border-bottom:1px solid #ccc; text-align: left; font-size: 0.75rem; font-weight: 400;}

/*sub0407 */
.sub0407_wrap .con .click_all{ width: 100%; margin:0 auto;}
.sub0407_wrap .con .click_all ul.click_btn{gap:15px;}
.sub0407_wrap .con .click_all ul.click_btn li{font-size: 1rem;}
.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: 40px;}
.sub0407_wrap .con .click_con .sec{margin-bottom: 20px;}
.sub0407_wrap .con .click_con h2.h2_tit{font-size: 1.25rem;}
.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: 0.875rem;}
.sub0407_wrap .con .click_con .txt_box strong{font-size: 1rem;}
.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: 0.875rem; }
.sub0407_wrap .con .click_con ul.dot_list li::before{position: absolute; content:''; width: 4px;height: 4px; background:#444; top:10px; left:0; border-radius:6px;}
.sub0407_wrap .con .click_con .e_box ,.sub0407_wrap .con .click_con .sec:not(:first-child){margin-top: 20px; padding-top: 20px;}

.reserve_step{width:100%; margin-top: 40px;}
.reserve_step ul{display:flex;justify-content:center;align-items:center;gap:30px;}
.reserve_step li{position:relative; display: flex; flex-direction: column; align-items: center; text-align:center; padding-right: 5px;}
.reserve_step li::after{content:"";position:absolute;top:20px;left:100%;width:20px;height:1px;background:#222;}
.reserve_step li:last-child::after{display:none;}
.reserve_step .num{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid #2B210F;font-size:1rem;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.75rem;color:#222;}

/* sub05 */
.sub05_wrap .sec{margin-top: 20px;}
.reserve_summary_bar{display:flex; flex-direction: column; align-items:center;justify-content:space-between; gap: 20px; padding-bottom: 25px; padding-inline: 20px;border-bottom: 1px solid #666;background:#fff;}
.reserve_summary_bar .reserve_info{display:flex;align-items:flex-start;justify-content:space-between; flex-direction: column;width: 100%;gap: 10px;}
.reserve_summary_bar .summary_item{position:relative;display:flex;flex-direction:column;justify-content:center;padding:0;min-height:auto;}
.reserve_summary_bar .summary_item:nth-child(1){padding-left: 0;}
.reserve_summary_bar .summary_item:not(:first-child)::before{display: none;}
.reserve_summary_bar .summary_item .label{display:block;margin-bottom:8px;font-size:0.75rem;font-weight:400;color:#a0a0a0;line-height:1;text-transform:uppercase;}
.reserve_summary_bar .summary_item .value{font-size:0.875rem;font-weight:400;color:#333;line-height:1.2;white-space:nowrap;}
.reserve_summary_bar .summary_item.small{min-width:70px; padding-inline:0px; align-items: flex-start;}
.reserve_summary_bar .summary_price{display:flex;align-items:center;justify-content:center;min-width:150px;padding:15px 20px;background:#a7a7a7;}
.reserve_summary_bar .summary_price p{font-size:1rem;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: 40px;}
.sub05_wrap .back_btn button{padding: 10px 40px 10px 40px; font-size: 0.75rem; }

/* sub0501 */
.reserve_bar{display:flex;align-items:flex-start;justify-content:space-between; flex-direction: column; gap:15px;padding-bottom:35px;border-bottom:1px solid #666;position:relative;}
.reserve_select_bar .reserve_bar_left{display:flex;align-items:flex-start; flex-wrap: wrap; gap:15px 0;flex:1;position:relative; width: 100%;}
.reserve_select_bar .reserve_field{position:relative; width: 50%;}
.reserve_select_bar .reserve_field.reserve_field_date{min-width:auto; width: 100%;}
.reserve_select_bar .reserve_label{font-size:0.75rem;font-weight:400;line-height:1;letter-spacing:0.04em;color:#9a9a9a;margin-bottom:10px;}
.reserve_select_bar .reserve_value{display:flex;align-items:center;gap:15px;padding:0;border:0;background:none;font-size:1rem;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{display: none; width:1px;height:54px;background:#d5d5d5;margin-top:2px;}
.reserve_select_bar .reserve_divider:nth-child(2){display: block; width: 100%; height: 1px;}
.reserve_select_bar .reserve_search_btn{width:100%;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_select_bar .date_layer,.reserve_select_bar .guest_layer{display:none;position:absolute;top:100%;z-index:20; width: 100%;}
.reserve_select_bar .date_layer.active,.reserve_select_bar .guest_layer.active{display:block;}
.reserve_select_bar .date_layer{left:0;margin-top:18px;}
.reserve_select_bar .guest_layer{left:0;width:100%;min-width:auto;margin-top: 15px;padding:20px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.08);border-radius:20px;}
.reserve_select_bar .date_layer_inner{width:100%;padding:20px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.08);border-radius:20px;}
.reserve_select_bar .calendar_head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;}
.reserve_select_bar .cal_btn{width:32px;height:32px;border:0;background:#fff;font-size:18px;cursor:pointer;}
.reserve_select_bar .calendar_title{font-size:18px;font-weight:600;color:#222;}
.reserve_select_bar .calendar_week{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:8px;}
.reserve_select_bar .calendar_week span{display:block;padding:6px 0;text-align:center;font-size:11px;color:#999;}
.reserve_select_bar .calendar_grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;}
.reserve_select_bar .calendar_day{width:100%;aspect-ratio:1 / 1;border:1px solid transparent;border-radius:10px;background:#fff;font-size:14px;color:#222;cursor:pointer;transition:all .2s ease;}
.reserve_select_bar .calendar_day.empty{background:transparent;pointer-events:none;}
.reserve_select_bar .calendar_day.disabled{color:#c9c9c9;pointer-events:none;cursor:default;}
.reserve_select_bar .calendar_day.today{border-color:#bbb;}
.reserve_select_bar .calendar_day:hover{border-color:#222;}
.reserve_select_bar .calendar_day.selected, .reserve_select_bar .calendar_day.range_start, .reserve_select_bar .calendar_day.range_end{background:#222;color:#fff;}
.reserve_select_bar .calendar_day.in_range{background:#f1f1f1;}
.reserve_select_bar .calendar_info{display:flex;justify-content:space-between;gap:20px;margin-top:18px;padding-top:16px;border-top:1px solid #eee;}
.reserve_select_bar .calendar_info p{font-size:13px;line-height:1.5;color:#666;}
.reserve_select_bar .calendar_info strong{display:block;font-weight:600;color:#222;margin-bottom:2px;}
.reserve_select_bar .calendar_btns{display:flex;gap:8px;margin-top:18px;}
.reserve_select_bar .calendar_reset,.reserve_select_bar .calendar_apply{flex:1;height:42px;border:1px solid #ddd;border-radius:10px;background:#fff;font-size:14px;cursor:pointer;transition:all .2s ease;}
.reserve_select_bar .calendar_reset:hover{background:#f8f8f8;}
.reserve_select_bar .calendar_apply{background:#222;border-color:#222;color:#fff;}
.reserve_select_bar .calendar_apply:hover{background:#111;border-color:#111;}
.reserve_select_bar .guest_row{display:flex;align-items:center;justify-content:space-between;gap:20px;}
.reserve_select_bar .guest_row + .guest_row{margin-top:16px;padding-top:16px;border-top:1px solid #eee;}
.reserve_select_bar .guest_info strong{display:block;font-size:1rem;font-weight:600;color:#222;line-height:1.2;}
.reserve_select_bar .guest_info span{display:block;font-size:0.813rem;color:#999;margin-top:6px;line-height:1.4;}
.reserve_select_bar .guest_control{display:flex;align-items:center;gap:12px;}
.reserve_select_bar .count_btn{width:36px;height:36px;border:1px solid #e3e3e3;border-radius:50%;background:#fff;font-size:20px;font-weight:300;line-height:1;color:#222;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;}
.reserve_select_bar .count_btn:hover{background:#f7f7f7;border-color:#d0d0d0;}
.reserve_select_bar .count_num{min-width:24px;text-align:center;font-size:1rem;font-weight:500;color:#222;}
.reserve_select_bar .guest_apply{width:100%;height:42px;margin-top:18px;border:0;border-radius:10px;background:#222;font-size:0.875rem;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease;}
.reserve_select_bar .guest_apply:hover{background:#111;}

.reserve_room_wrap{border-top:2px solid #222;}
.reserve_room_item{display:flex;align-items:stretch; justify-content: space-between; flex-direction: column; gap: 20px; padding:12px 10px;border-bottom:1px solid #222;}
.reserve_room_item .room_thumb{width: 100%; 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: 100%;}
.reserve_room_item .room_info_left h3{margin:0 0 15px;font-size:1.125rem;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:3px;}
.reserve_room_item .room_meta li{display:flex;align-items:center;gap:10px;font-size:0.75rem;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:1rem;font-weight:500;color:#222;line-height:1.2;}
.reserve_room_item .guide{margin:10px 0 30px;font-size:0.75rem;color:#888;line-height:1.4;}
.reserve_room_item .reserve_btn{display:inline-flex;align-items:center;justify-content:center;width: 110px;height:40px;background:#2B210F;font-size:1rem;font-weight:500;color:#fff;transition:.3s ease;}
.reserve_room_item .reserve_btn:hover{background:#22190d;}


/* sub0502 */
.reserve_option{display:flex;gap:50px; flex-direction: column; padding-top: 30px;}
.reserve_option .option_left{flex:1;min-width:0; padding: 15px; border-top:1px solid #8c8c8c;}
.reserve_option .option_right{flex:1;}
.reserve_option .option_top h3{font-size:1rem;font-weight:600;color:#222;line-height:1.4;}
.reserve_option .option_list{margin-top: 10px;}
.reserve_option .option_item{display:grid;grid-template-columns: repeat(3 , 1fr);align-items:center;gap:5px;padding:10px 0;}
.reserve_option .option_item .name{font-size:0.875rem;color:#333;line-height:1.5;}
.reserve_option .option_item .price{font-size:0.875rem;color:#333;text-align:center;}
.reserve_option .count_box{display:flex;align-items:center;justify-content:flex-end;gap:10px;}
.reserve_option .count_box input{width:24px;border:0;background:none;text-align:center;font-size:0.75rem;color:#555;}
.reserve_option .count_btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1px solid #ddd;background:#fff;font-size:16px;color:#999;cursor:pointer;padding:0;}
.reserve_option .option_desc{margin-top:6px;font-size:0.75rem;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.75rem;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:25px;}
.reserve_option .request_box h4{margin-bottom:16px;font-size:1rem;font-weight:600;color:#222;}
.reserve_option .request_box textarea{width:100%;height:180px;border:1px solid #ddd;padding:12px;font-size:0.75rem;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:20px 25px;}
.reserve_option .payment_box .room_num{display:block;margin-bottom:15px;font-size:0.875rem;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:1rem;font-weight:700;color:#222;line-height:1.2;}
.reserve_option .payment_box .total_top p{font-size:1.25rem;font-weight:500;color:#222;line-height:1;}
.reserve_option .payment_box .pay_date{display:flex;align-items:center;justify-content:space-between;padding:15px 0;font-size:1rem;color:#666;}
.reserve_option .payment_box .pay_date p{color:#444;}
.reserve_option .payment_box .pay_list{display:flex;flex-direction:column;gap:20px;padding:10px 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.75rem;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; flex-direction: column; padding-top: 30px;}
.reserve_infom .info_left{flex:1;min-width:0; padding: 15px; 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:30px;}
.reserve_infom_form .form_block h3{font-size:1rem;}
.reserve_infom_form .form_row_wrap{padding-top: 30px;}
.reserve_infom_form .form_row{display:flex;gap:20px; width: 100%; flex-direction: column;}
.reserve_infom_form .form_row .form_item{width: 100%;}
.reserve_infom_form .form_row + .form_row{margin-top:20px;}
.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:10px; flex-direction: column;}
.reserve_infom_form .form_item label{display:block;margin-bottom:10px;font-size:0.875rem;font-weight:500;color:#222;}
.reserve_infom_form input[type="text"], .reserve_infom_form input[type="email"], .reserve_infom_form select{width:100%;height:45px;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; flex-direction: column;gap:10px; padding-top: 20px;}
.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:50px;border:1px solid #d8d8d8;background:#fff;font-size:0.875rem;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: 20px;}
.reserve_infom .agree_check{display:flex;align-items:center;gap:10px;position:relative;font-size:0.75rem;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:20px 25px;}
.reserve_infom .payment_box .room_num{display:block;margin-bottom:15px;font-size:0.875rem;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:1rem;font-weight:700;color:#222;line-height:1.2;}
.reserve_infom .payment_box .total_top p{font-size:1.25rem;font-weight:500;color:#222;line-height:1;}
.reserve_infom .payment_box .pay_date{display:flex;align-items:center;justify-content:space-between;padding:15px 0;font-size:1rem;color:#666;}
.reserve_infom .payment_box .pay_date p{color:#444;}
.reserve_infom .payment_box .pay_list{display:flex;flex-direction:column;gap:20px;padding:10px 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.75rem;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;}
.reserve_infom .payment_btn:hover{background:#1d1408;}

/* sub0504 */
.reserve_complete{padding:20px 0 40px;}
.reserve_complete_inner{border-top:1px solid #9e9e9e; border-bottom:1px solid #9e9e9e;  padding:20px 20px;}
.reserve_complete .complete_block + .complete_block{margin-top:34px;}
.reserve_complete .complete_block h3{margin-bottom:16px;font-size:1rem;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:10px;border-bottom:1px solid #e1e1e1;font-size:0.75rem;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:20px;padding-top:20px;}
.reserve_complete .complete_btn{display:inline-flex;align-items:center;justify-content:center;min-width:120px;height:40px;padding:0 24px;font-size:0.75rem;font-weight:500;transition:.3s ease;}

/* sub06_wrap */
.sub06_wrap{width: 90%; }
.sub06_wrap .reserve_infom_form .form_row_wrap {padding: 30px 20px;}
.sub06_wrap .btn_wrap button{ padding: 10px 0; font-size:0.875rem;}

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


/* 일반게시판_list */
.basic_bd02{line-height: 1;}
.basic_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 25px;margin-bottom: 15px;}
.basic_bd02 .search_box .total p{color: #000; font-size: 13px;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: 14px; color: #222; width: 88px; height: 43px; border:1px solid #ddd; border-radius:50px; padding: 0px 33px 0px 18px;-webkit-appearance:none;background-size: 8px; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 18px no-repeat;}
.basic_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 98px);}
.basic_bd02 .search_box .input_wrap input{width: 100%; height: 43px;font-size: 14px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 43px 0px 18px;}
.basic_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.basic_bd02 .search_box .input_wrap button{display: flex;position: absolute; right: 18px; top: 50%; transform:translateY(-50%);width: 14px;}
.basic_bd02 .search_box .input_wrap button img{width: 100%;}
.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: 41px;}
.basic_bd02 .news-list ul li .date_box p{font-size: 21px; color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .date_box span{font-size: 12px;color: #cfcfcf;font-weight: 700;transition:.3s;}
.basic_bd02 .news-list ul li .txt_box{width: calc(100% - 56px);margin-left: 25px;}
.basic_bd02 .news-list ul li .txt_box .tit_box{display: flex;width: calc(100% - 80px);margin-bottom: 10px;}
.basic_bd02 .news-list ul li .txt_box .tit_box span.tag01{display: inline-block;vertical-align: middle;height: 23px;line-height: 20px;border: 1px solid #eee;padding: 0 10px;font-size: 12px;margin-right: 5px;color: var(--bg01);}
.basic_bd02 .news-list ul li .txt_box .tit_box strong{font-size: 14px; 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 .txt_box p.mob_date{display: block;margin-top: 10px;font-size: 12px;}
.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;}
.basic_bd02 ul.paging li.prev a img {width: 18px;}
.basic_bd02 ul.paging li.next a img {width: 18px;}

/* 일반게시판_view */
.basic_bd01_view .tit_box{padding-bottom: 30px;border-bottom: 1px solid #2f3435;}
.basic_bd01_view .tit_box strong{font-size: 16px; color: var(--bg01); font-weight: 700;}
.basic_bd01_view .tit_box p{font-size: 21px; margin: 12px 0px 15px	; font-weight: 700;color: #000;}
.basic_bd01_view .tit_box span{font-size: 13px;color: #abadae;font-weight: 500;}
.basic_bd01_view .view_box{padding: 38px 10px;}
.basic_bd01_view .view_box img{width: 100%;margin-bottom: 40px;}
.basic_bd01_view .view_box p{font-size: 13px; color: #000;}
.basic_bd01_view .file_box{padding: 12px 13px;}
.basic_bd01_view .file_box ul {display: flex;align-items: center;gap:5px; flex-wrap:wrap;}
.basic_bd01_view .file_box ul li{display: flex;gap:10px 5px; width: 49%;}
.basic_bd01_view .file_box ul li em{display: block;width: 15px;}
.basic_bd01_view .file_box ul li a{font-size: 13px; 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{display: none;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: 42px; height: 42px; border:1px solid var(--bg01); border-radius:5px;}
.basic_bd01_view .view_btn_box .back img{position: absolute; top: 50%; left: 50%; transform:translate(-50%,-50%);width: 15px;}
.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 {gap: 20px 0;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 15px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {border-top: 0; margin-top: 0; padding-top: 5px; font-size: 12px;}
.gallery_bd02 .search_box{display: flex; justify-content:space-between;align-items: flex-start;flex-direction: column-reverse;gap: 25px;margin-bottom: 15px;}
.gallery_bd02 .search_box .total p{color: #000; font-size: 13px;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: 14px; color: #222; width: 88px; height: 43px; border:1px solid #ddd; border-radius:50px; padding: 0px 33px 0px 18px;-webkit-appearance:none;background-size: 8px; -moz-appearance:none; appearance:none; background: url(/images/sub/basic_bd01_icon01.png)center right 18px no-repeat;}
.gallery_bd02 .search_box .input_wrap{position: relative;width: calc(100% - 98px);}
.gallery_bd02 .search_box .input_wrap input{width: 100%; height: 43px;font-size: 14px; color: #222; border:1px solid #ddd;  border-radius:50px;padding: 0px 43px 0px 18px;}
.gallery_bd02 .search_box .input_wrap input::placeholder{color: rgba(0,0,0,.4);}
.gallery_bd02 .search_box .input_wrap button{display: flex;position: absolute; right: 18px; top: 50%; transform:translateY(-50%);width: 14px;}
.gallery_bd02 .search_box .input_wrap button img{width: 100%;}
.gallery_bd02 .con ul.img_li {display: flex; gap: 30px 0; flex-wrap: wrap;}
.gallery_bd02 .con ul.img_li li {width: 100%;}
.gallery_bd02 .con ul.img_li li .txt_wrap {margin-top: 16px;}
.gallery_bd02 .con ul.img_li li .txt_wrap span.month {font-size: 14px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_tit {font-size: 14px;}
.gallery_bd02 .con ul.img_li li .txt_wrap p.p_con {font-size: 12px; padding-top: 12px; margin-top: 12px;}
}