@import url(reset.css);* { box-sizing: border-box; } 
.wrapper{font-family:'Noto Serif KR', sans-serif !important;}
a { text-decoration: none; color: #000; } 

img { max-width: 100%; vertical-align: top; } 

body { font-size: 14px; font-family: "MaruBuri", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; color: #000; line-height: 1.2; background-color: #fdfcf4; overflow-x: hidden; } 

.swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1; display: block; } 

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after { display: none; } 

.w1440 { width: 100%; max-width: 1440px; margin: 0 auto; } 

@media (max-width: 1440px){
    .w1440 { padding-left: 40px; padding-right: 40px; } 
}
@media (max-width: 1180px){
    .w1440 { padding-left: 20px; padding-right: 20px; } 
}

.travelFont { font-family: "Travel November", sans-serif; } 

.btnReservation { display: inline-flex; align-items: center; position: relative; height: 58px; margin-top: 60px; padding-left: 90px; padding-right: 70px; background-image: url('/assets/images/common/icon_clock.png'); background-repeat: no-repeat; background-position: left 20px center; background-color: #866552; color: #fff; font-size: 16px; font-weight: 500; border-radius: 5px; } 
.btnReservation::after { content: ""; position: absolute; inset: -4px; border: 1px solid #866552; border-radius: 5px; } 
.btnReservation::before { content: ""; position: absolute; inset: 0; z-index: -1; background-color: #866552; transition: 0.3s; border-radius: 5px; } 
.btnReservation:hover::before { inset: -4px; } 

.img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } 

.conTitle { display: flex; flex-direction: column; gap: 20px; color: #866552; } 
@media (max-width: 1440px){
    .conTitle { gap: 10px; } 
}
.conTitle .title { font-size: 40px; font-weight: 500; } 
@media (max-width: 1440px){
    .conTitle .title { font-size: 24px; } 
}
.conTitle .subTitle { display: flex; gap: 5px; font-size: 16px; } 
@media (max-width: 1440px){
    .conTitle .subTitle { font-size: 13px; } 
}
.conTitle .subTitle .tag { display: flex; align-items: center; height: 30px; padding: 0 15px; border-radius: 10px; border: 1px solid #866552; } 
@media (max-width: 1440px){
    .conTitle .subTitle .tag { padding: 0 8px; } 
}

.__anim-sentence { overflow: hidden; display: inline-block; } 

.__sentence { display: inline-block; overflow: hidden; padding: 50px 0; } 

.__sentence span { display: inline-block; transform-origin: left; } 

.wrapper { overflow-x: hidden; } 

.header { position: fixed; left: 0; top: 0; width: 100%; z-index: 100; background-color: rgba(0, 0, 0, 0.4); } 
.header .w1440 { display: flex; align-items: center; justify-content: space-between; height: 100px; } 
.header .logo { width: 160px; } 
.header .right { display: flex; align-items: center; gap: 20px; } 
@media (max-width: 1440px){
    .header .right { gap: 5px; } 
}
.header .right > div { display: flex; align-items: center; height: 35px; margin-top: 0; padding-right: 15px; padding-left: 45px; border-radius: 999px; border: 1px solid #fff; color: #fff; background-repeat: no-repeat; background-position: left 15px center; background-size: 16px; cursor: pointer; font-size: 14px; font-weight: 400; background-color: rgba(0, 0, 0, 0); } 
@media (max-width: 1440px){
    .header .right > div { font-size: 13px; } 
}
.header .right > div a { color: #fff; } 
.header .right > div::after { display: none; } 
.header .right > div::before { display: none; } 
.header .right .btnMenu { background-image: url('/assets/images/common/icon_menu.png'); } 
.header .menu { position: fixed; top: 0; right: 0; transform: translate(100%, -100%); width: 915px; height: 915px; padding-top: 300px; padding-left: 200px; padding-right: 200px; border-radius: 50%; background-color: #fdfcf4; transition: 0.8s; } 
@media (max-width: 1440px){
    .header .menu { width: 100%; height: 100%; padding: 0; padding-top: 80px; padding-left: 40px; padding-right: 40px; border-radius: 0; } 
}
.header .menu.active { transform: translate(150px, -190px); } 
@media (max-width: 1440px){
    .header .menu.active { transform: translate(0, 0); } 
}
.header .menu .menuClose { position: absolute; right: 395px; top: 27%; cursor: pointer; } 
@media (max-width: 1440px){
    .header .menu .menuClose { right: 50px; top: 40px; } 
}
.header .menu .menuInner ul { display: flex; flex-direction: column; padding-bottom: 20px; } 
.header .menu .menuInner ul a { font-weight: 600; color: #866552; } 
.header .menu .menuInner ul .depth1.active > a { color: #dc970e; } 
.header .menu .menuInner ul .depth1.active .depth_box { max-height: 200px; opacity: 1; pointer-events: initial; } 
.header .menu .menuInner ul .depth1 a { font-size: 16px; transition: all 1s; } 
.header .menu .menuInner ul .depth1 a:hover { color: #dc970e; } 
.header .menu .menuInner ul .depth1 a span{}
.header .menu .menuInner ul .depth1 .depth_box { display: flex; flex-flow: row wrap; max-height: 0; transition: all 1s; opacity: 0; pointer-events: none;} 
.header .menu .menuInner ul .depth1 .depth_box li { margin:17px -17px 0px 35px;}
.header .menu .menuInner ul .depth1 .depth_box::before { content: ""; width: 100%; height: 0; } 
.header .menu .menuInner ul .depth1 .depth_box a { font-size: 14px; }

.aside {position:relative; z-index:1112;position:fixed;right:-480px;top:0;max-height:100%; min-width:320px;width:86%; max-width:480px;overflow-y:auto;background:#fef9f5;transition-timing-function:ease-in-out;display:flex;align-items: center; justify-content: center;-webkit-transition:right .6s cubic-bezier(.77,0,.175,1);-moz-transition:right .6s cubic-bezier(.77,0,.175,1);transition:right .6s cubic-bezier(.77,0,.175,1)}
.aside .aisde_inner {width:100% ;text-align:center;}
.aside.on{right:0;}
.aside .aside_box { }
.aside .btn_close {position:absolute;right:30px;top:30px;width:30px;height:30px;background-size:25px !important;z-index:9910;}
.aside.on .btn_close {display:block;}
.aside .depth1 {font-family: 'Montserrat'; font-size:32px;letter-spacing:0;line-height:1.4em;color:#867165;display:block; font-weight:600;}
.aside .depth1:nth-child(n+2){margin-top:30px;}
.aside .depth_list {display:none;transition:none;padding:15px 0}
.aside .depth_list li {}
.aside .depth_list li:nth-child(n+2){margin-top:15px}
.aside .depth_list li a {font-family: 'Noto Serif KR';font-size:20px;line-height:1.4em;display:block;color:#797979; font-weight:300;}
.aside .depth_list li a:hover{color:#353535}

.aside_bg {position:fixed;left:0;top:0;bottom:0;right:0;z-index:900;background:rgba(0,0,0,0.7);display:none;cursor:pointer;}

@media only screen and (max-width:1480px) {

}
@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1100px) {

}
@media only screen and (max-width:999px) {

}
@media only screen and (max-width:680px) {
    .header .logo {width: 110px; } 
    .footer .logo {width: 110px; margin:0 auto;} 
    .aside .depth1:nth-child(n+2){margin-top:25px;}
    .aside .btn_close {background-size:22px auto !important; right:25px; top:25px;}
    .aside .depth1 {font-size:28px;}
    .aside .depth_list li:nth-child(n+2){margin-top:12px}
    .aside .depth_list li a {font-size:18px;}



}
@media only screen and (max-width:480px) {
    .aside .depth1:nth-child(n+2){margin-top:20px;}
    .aside .btn_close {background-size:19px auto !important;right:20px; top:20px;}
    .aside .depth1 {font-size:24px;}
    .aside .depth_list li:nth-child(n+2){margin-top:10px}
    .aside .depth_list li a {font-size:16px;}
}
@media only screen and (max-width:400px) {
    .aside .depth1 {font-size:21px;}
    .aside .depth_list li a {font-size:15px;}
}

.footer { padding-top: 45px; padding-bottom: 45px; background-color: #e1d7cd; } 
@media (max-width: 1440px){
    .footer { text-align: center; } 
}
.footer .info { display: flex; gap: 80px; margin-top: 45px; } 
.footer .info dt { font-size: 16px; font-weight: 500; color: #bda095; } 
.footer .info dt > a{color:#bda095}

.footer .info dd { margin-top: 15px; font-size: 14px; font-weight: 500; color: #866552; } 
@media (max-width: 1440px){
    .footer .info { flex-wrap: wrap; justify-content: center; gap: 25px; } 
}
.footer .bottom { display: flex; align-items: center; gap: 20px; margin-top: 40px; font-size: 14px; color: #866552; font-weight: 500; } 
.footer .bottom a { color: #866552; font-weight: 700; } 
@media (max-width: 1440px){
    .footer .bottom { flex-direction: column; } 
}

.con0 { position: relative; } 
.con0.height .img { aspect-ratio: 1920/800; } 
.con0 .tx1 { position: absolute; bottom: 130px; left: 50%; z-index: 11; transform: translateX(-50%); font-size: 40px; color: #fff; } 
@media (max-width: 1440px){
    .con0 .tx1 { bottom: 60px; font-size: 17px; text-align: center; } 
}
.con0 .img { width: 100%; aspect-ratio: 1920/1000; background-size: cover !important; } 
@media (max-width: 1440px){
    .con0 .img { height: 420px; } 
}
.con0 .swiperNavi { display: flex; align-items: center; justify-content: center; gap: 50px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: 10; } 
@media (max-width: 1440px){
    .con0 .swiperNavi { gap: 40px; } 
}
.con0 .swiperNavi .bar { width: 1px; height: 90px; background-color: #fff; } 
@media (max-width: 1440px){
    .con0 .swiperNavi .bar { height: 40px; } 
}
.con0 .swiper-button-next,
.con0 .swiper-button-prev { display: flex; align-items: center; gap: 20px; position: relative; inset: 0; width: auto; height: auto; margin: 0; color: #fff; font-size: 18px; } 
@media (max-width: 1440px){
    .con0 .swiper-button-next,
    .con0 .swiper-button-prev { font-size: 14px; } 
    .con0 .swiper-button-next img,
    .con0 .swiper-button-prev img { width: 16px; } 
}

.con1 { padding-top: 280px; padding-bottom: 30px; text-align: center; } 
@media (max-width: 1440px){
    .con1 { padding-top: 100px; } 
}
.con1 .img { position: relative; width: 570px; margin: 0 auto; aspect-ratio: 1/1; } 
@media (max-width: 1440px){
    .con1 .img { width: 265px; } 
}
.con1 .img img { border-radius: 50%; } 
.con1 .tx { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 150px; color: #e1d7cd; white-space: nowrap; } 
@media (max-width: 1440px){
    .con1 .tx { font-size: 71px; } 
}

.con2 { padding-top: 45px; text-align: center; overflow: hidden; } 
.con2 .conTitle .subTitle { justify-content: center; } 
.con2 .imgRolling { display: flex; gap: 40px; margin-top: 80px; padding-bottom: 170px; } 
.con2 .imgRolling .img { min-width: 320px; aspect-ratio: 180/100; background-size: cover !important; } 
@media (max-width: 1440px){
    .con2 .imgRolling { gap: 20px; margin-top: 30px; padding-bottom: 80px; } 
    .con2 .imgRolling .img { min-width: 180px; } 
}
.con3 .swiper-wrapper{height:auto;}
.con3 { position: relative; padding-bottom: 50px; } 
@media (max-width: 1440px){
    .con3 { padding-bottom: 35px; } 
}
.con3.pt200 { padding-top: 160px; } 
@media (max-width: 1440px){
    .con3.pt200 { padding-top: 80px; } 
}
.con3.mb280 { margin-bottom: 280px; } 
@media (max-width: 1440px){
    .con3.mb280 { margin-bottom: 120px; } 
}
.con3::before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; top: 40%; background-color: #f6f2e7; } 
.con3 .swiper-container { margin-top: 35px; text-align: center; } 
@media (max-width: 1440px){
    .con3 .swiper-container { margin-top: 20px; } 
}
.con3 .swiper-container .img { width: 100%; aspect-ratio: 1440/590; background-size: cover !important; } 
@media (max-width: 1440px){
    .con3 .swiper-container .img { height: 200px; } 
}
.con3 .swiper-container .tx { margin-top: 85px; color: #6f5847; background-color: #f6f2e7; } 
@media (max-width: 1440px){
    .con3 .swiper-container .tx { margin-top: 35px; } 
}
.con3 .swiper-container .tx .tx1 { font-size: 24px; font-weight: 600; } 
@media (max-width: 1440px){
    .con3 .swiper-container .tx .tx1 { font-size: 20px; } 
}
.con3 .swiper-container .tx .tx2 { margin-top: 15px; font-size: 16px; } 
@media (max-width: 1440px){
    .con3 .swiper-container .tx .tx2 { margin-top: 10px; font-size: 14px; } 
}
.con3 .swiper-container .swiperNavi { display: flex; align-items: center; justify-content: center; position: absolute; bottom: 130px; left: 50%; transform: translateX(-50%); z-index: 1; width: 150px; height: 60px; background-color: #6f5847; border-radius: 15px; } 
@media (max-width: 1440px){
    .con3 .swiper-container .swiperNavi { justify-content: space-between; transform: translateX(0); position: absolute; bottom: 20px; left: 0; width: 100%; height: auto; background: none;display: none; } 
}
.con3 .swiper-container .swiperNavi .bar { width: 1px; height: 28px; margin: 0 10px; background-color: #e1d7cd; } 
@media (max-width: 1440px){
    .con3 .swiper-container .swiperNavi .bar { display: none; } 
}
.con3 .swiper-container .swiper-button-next,
.con3 .swiper-container .swiper-button-prev { display: flex; align-items: center; gap: 20px; position: relative; inset: 0; width: auto; height: auto; margin: 0; color: #fff; font-size: 18px; } 
@media (max-width: 1440px){
    .con3 .swiper-container .swiper-button-next,
    .con3 .swiper-container .swiper-button-prev { font-size: 14px; } 
    .con3 .swiper-container .swiper-button-next img,
    .con3 .swiper-container .swiper-button-prev img { display: none; } 
    .con3 .swiper-container .swiper-button-next:before,
    .con3 .swiper-container .swiper-button-prev:before { content: ""; width: 25px; aspect-ratio: 38/12; background-repeat: no-repeat; background-position: 0 0; background-size: contain; } 
}
@media (max-width: 1440px){
    .con3 .swiper-container .swiper-button-next::before { background-image: url('/assets/images/common/icon_arrow_right_3.png'); } 
    .con3 .swiper-container .swiper-button-prev::before { background-image: url('/assets/images/common/icon_arrow_left_3.png'); } 
}
.con4 .swiper-wrapper{height:auto;}
.con4 { padding-top: 360px; padding-bottom: 400px; background-image: url('/assets/images/common/con4_bg.png'); background-repeat: no-repeat; background-position: 0 0; } 
@media (max-width: 1440px){
    .con4 { padding-top: 120px; padding-bottom: 110px; } 
}
.con4 .w1440 { position: relative; } 
.con4 .conTitle { width: 360px; text-align: center; } 
@media (max-width: 1440px){
    .con4 .conTitle { width: 100%; } 
}
.con4 .conTitle .subTitle { justify-content: center; } 
.con4 .swiper-container { position: absolute; left: 600px; top: 50%; transform: translateY(-50%); width: 75%; } 
@media (max-width: 1440px){
    .con4 .swiper-container { position: relative; inset: 0; transform: translateY(0); width: 70%; margin-top: 35px; } 
}
.con4 .swiper-container .swiper-slide { width: 400px; margin-right: 40px; } 
@media (max-width: 1440px){
    .con4 .swiper-container .swiper-slide { width: 100%; margin-right: 20px; } 
}
.con4 .swiper-container .swiper-slide .img { width: 100%; height: 390px; aspect-ratio: 400/390; background-size: cover !important; } 
@media (max-width: 1440px){
    .con4 .swiper-container .swiper-slide .img { height: auto; } 
}
.con4 .tx { display: flex; justify-content: space-between; width: 100%; margin-top: 15px; font-size: 16px; color: #866552; } 
.con4 .swiperNavi { display: flex; align-items: center; justify-content: center; width: 150px; height: 60px; margin: 50px auto 0; background-color: #6f5847; border-radius: 15px; } 
@media (max-width: 1440px){
    .con4 .swiperNavi { justify-content: space-between; position: absolute; top: 60%; left: 20px; right: 20px; width: auto; height: auto; margin: 0; background: none; } 
}
.con4 .swiperNavi .bar { width: 1px; height: 28px; margin: 0 10px; background-color: #e1d7cd; } 
@media (max-width: 1440px){
    .con4 .swiperNavi .bar { display: none; } 
}
.con4 .swiper-button-next,
.con4 .swiper-button-prev { display: flex; align-items: center; gap: 20px; position: relative; inset: 0; width: auto; height: auto; margin: 0; color: #fff; font-size: 18px; } 
@media (max-width: 1440px){
    .con4 .swiper-button-next,
    .con4 .swiper-button-prev { font-size: 14px; } 
    .con4 .swiper-button-next img,
    .con4 .swiper-button-prev img { display: none; } 
    .con4 .swiper-button-next:before,
    .con4 .swiper-button-prev:before { content: ""; width: 25px; aspect-ratio: 38/12; background-repeat: no-repeat; background-position: 0 0; background-size: contain; } 
}
@media (max-width: 1440px){
    .con4 .swiper-button-next::before { background-image: url('/assets/images/common/icon_arrow_right_3.png'); } 
    .con4 .swiper-button-prev::before { background-image: url('/assets/images/common/icon_arrow_left_3.png'); } 
}

.con5 .img { height: 460px; } 
.con5 { padding-bottom: 280px; } 
@media (max-width: 1440px){
    .con5 { padding-bottom: 110px; } 
}
.con5.w1440 { padding-top: 300px; } 
@media (max-width: 1440px){
    .con5.w1440 { padding-top: 80px; } 
}
.con5.w1440 .tx { font-size: 150px; text-align: right; } 
@media (max-width: 1440px){
    .con5.w1440 .tx { width: 100%; font-size: 60px; } 
}
.con5 .w1440 { display: flex; justify-content: flex-end; margin-top: -90px; } 
@media (max-width: 1440px){
    .con5 .w1440 { justify-content: flex-start; margin-top: -30px; } 
}
@media (max-width: 1440px){
    .con5 .img { height: 240px; } 
}
.con5 .tx { font-size: 75px; color: #866552; } 
@media (max-width: 1440px){
    .con5 .tx { font-size: 45px; } 
}

/* 서브 카테고리 */
.con6 .w1440 .img{}
.con6_1 .w1440 {display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    padding: 30px 0;}
.con6_1 .w1440 ul {font-size:0;width:max-content;margin:0 auto;}
.con6_1 .w1440 ul li {font-size: 20px;
    width: max-content;
    margin: 0 auto;}
.con6_1 .w1440 ul li a {background: none;
    font-size: 16px;
    font-weight: 600;
    color: #866552;}
.con6_1 .w1440 ul li.on {color:#dc970e; }

.con6 { max-width: 1120px; margin: 0 auto; padding-bottom: 260px; } 
@media (max-width: 1440px){
    .con6 { padding-top: 45px; padding-bottom: 110px; } 
}
.con6 .item { display: flex; justify-content: space-between; padding: 20px; } 
@media (max-width: 1180px){
    .con6 .item { flex-direction: column; padding: 0; } 
}
.con6 .item .left { width: 600px; } 
@media (max-width: 1180px){
    .con6 .item .left { width: 100%; } 
}
.con6 .item .item .img{width:100%;height:100%;object-fit:cover;}
.con6 .item .left .img { box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1);height:100%; } 
@media (max-width: 1180px){
    .con6 .item .left .img { width: 100%; aspect-ratio: 670/500; } 
}
.con6 .item .right { display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end; width: 400px; } 
@media (max-width: 1440px){
    .con6 .item .right { padding-left: 40px; } 
}
@media (max-width: 1180px){
    .con6 .item .right { width: 100%; padding-left: 0; } 
}
.con6 .item .right .tx1 { display: inline-flex; align-items: center; justify-content: center; height: 40px; margin-top: 60px; padding: 0 8px; font-size: 14px; color: #866552; background-color: #f6f2e7; border-radius: 999px; } 
@media (max-width: 1440px){
    .con6 .item .right .tx1 { margin-top: 30px; } 
}
.con6 .item .right .tx2 { margin-top: 25px; font-size: 24px; font-weight: 600; color: #866552; } 
@media (max-width: 1440px){
    .con6 .item .right .tx2 { font-size: 20px; } 
}
.con6 .item .right .tx3 { margin-top: 12px; font-size: 16px; font-weight: 500; color: #6f5847; } 
@media (max-width: 1440px){
    .con6 .item .right .tx3 { font-size: 14px; } 
}
.con6 .item .right .tx4 { margin-top: 20px; font-size: 14px; font-weight: 500; line-height: 1.8; color: #6f5847; } 
.con6 .item .right .img { position: relative; height: 285px; margin-top: 70px; box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.1); } 
.con6 .item .right .img .tx5 { position: absolute; bottom: 0; left: 100%; transform: rotate(-90deg); width: 1px; height: 1px; padding-top: 20px; font-size: 14px; color: #b39e91; white-space: nowrap; } 
@media (max-width: 1440px){
    .con6 .item .right .img .tx5 { position: relative; inset: 0; transform: rotate(0deg); padding-top: 10px; font-size: 12px; } 
}
@media (max-width: 1440px){
    .con6 .item .right .img { margin-top: 30px; } 
}

.con6_1 { position: relative; inset: 0; margin-bottom: 200px; border-bottom: 2px solid #f6f2e7; } 
@media (max-width: 1440px){
    .con6_1 { margin-bottom: 40px; } 
}
.con6_1 .w1440 { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 40px; padding: 30px 0; } 
.con6_1 .w1440 a .on{color: #039390; }
@media (max-width: 1440px){
    .con6_1 .w1440 { gap: 20px; padding: 20px; } 
}
.con6_1 a { background: none; font-size: 16px; font-weight: 600; color: #866552; } 

@media (max-width: 1440px){
    .con6_1 a { font-size: 14px; } 
}

.con7 { margin-bottom: 100px; } 
@media (max-width: 1440px){
    .con7 { margin-bottom: 40px; } 
}
.con7 .w1440 { display: flex; justify-content: space-between; align-items: flex-start; gap: 80px; padding-top:240px;} 
@media (max-width: 1440px){
    .con7 .w1440 { justify-content: center; flex-wrap: wrap; gap: 20px; padding-top:45px;} 
}
.con7 .w1440 > .img { width: 364px; aspect-ratio: 364/400; background-size: cover !important; } 
@media (max-width: 1440px){
    .con7 .w1440 > .img { width: calc(50% - 10px); aspect-ratio: 320/350; } 
}
@media (max-width: 1440px){
    .con7 .w1440 .center { order: 3; width: 100%; text-align: center; } 
}
.con7 .w1440 .center .img { width: 550px; aspect-ratio: 550/500; background-size: cover; } 
@media (max-width: 1440px){
    .con7 .w1440 .center .img { width: 100%; height: 250px; } 
}
.con7 .tx1 { font-size: 45px; color: #866552; } 
@media (max-width: 1440px){
    .con7 .tx1 { font-size: 32px; } 
}
.con7 .tx2 { margin-top: 25px; margin-bottom: 60px; font-weight: 500; line-height: 1.8; color: #866552; text-align: center; } 
@media (max-width: 1440px){
    .con7 .tx2 { margin-top: 20px; margin-bottom: 40px; font-size: 14px; } 
}

.con8 { margin-bottom: 280px; text-align: center; } 
@media (max-width: 1440px){
    .con8 { margin-bottom: 90px; } 
}
.con8 .inner { overflow-x: auto; } 
.con8 table.pc { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; } 
@media (max-width: 1180px){
    .con8 table.pc { display: none; } 
}
.con8 table.pc th,
.con8 table.pc td { border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle; } 
.con8 table.pc th { background-color: #f2f2f2; font-weight: bold; } 
.con8 table.pc th[rowspan="2"] { width: 10%; } 
.con8 table.pc th[colspan="2"],
.con8 table.pc th[colspan="3"] { width: 15%; } 
.con8 table.pc th[colspan="2"] + th[colspan="3"],
.con8 table.pc th[colspan="3"] + th[colspan="3"] { width: 20%; } 
.con8 table.mobile { display: none; width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; } 
@media (max-width: 1180px){
    .con8 table.mobile { display: table; } 
}
.con8 table.mobile th,
.con8 table.mobile td { border: 1px solid #ddd; padding: 8px; text-align: center; vertical-align: middle; } 
.con8 table.mobile th { background-color: #f2f2f2; font-weight: bold; } 

.con9 { position: relative; max-width: 1440px; padding-bottom: 70px; } 
.con9::before { content: ""; position: absolute; bottom: 0; left: 50%; z-index: -1; transform: translateX(-50%); width: 200%; height: 70%; background-color: #f6f2e7; } 
@media (max-width: 1440px){
    .con9::before { height: 90%; } 
}
.con9 .item { display: flex; flex-direction: column; } 
.con9 .item .top { max-width: 1120px; margin: 0 auto; text-align: center; color: #866552; } 
.con9 .item .top .tx3 { margin-top: -60px; text-align: right; font-size: 110px; } 
@media (max-width: 1440px){
    .con9 .item .top .tx3 { margin-top: -30px; font-size: 50px; } 
}
.con9 .item .top .tx0 { margin-top: 70px; font-size: 24px; font-weight: 600; } 
@media (max-width: 1440px){
    .con9 .item .top .tx0 { margin-top: 30px; font-size: 20px; } 
}
.con9 .item .top .tx1 { margin-top: 30px; line-height: 1.8; font-size: 15px; } 
@media (max-width: 1440px){
    .con9 .item .top .tx1 { margin-top: 20px; font-size: 13px; } 
}
.con9 .item .bottom { display: flex; gap: 80px; margin-top: 70px; } 
@media (max-width: 1440px){
    .con9 .item .bottom { gap: 20px; margin-top: 30px;} 
}
.con9 .item .bottom .img { width: calc(50% - 10px); aspect-ratio: 680/360; background-size: cover !important; } 
@media (max-width: 1440px){
    .con9 .item .bottom .img { height: 200px; } 
}

.con11 { position: relative; margin-bottom: 150px; text-align: center; color: #866552; overflow: hidden; } 
@media (max-width: 1440px){
    .con11 { margin-bottom: 80px; } 
}
@media (min-width: 1441px){
    .con11::before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -2; width: 200%; height: 70%; background-color: #f6f2e7; } 
    .con11::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; width: 200%; height: 70%; background: linear-gradient(to top, #fdfcf4 60%, transparent 80%); transition: 5s; } 
    .con11.aos-animate::after { transform: translate(-50%, 100%); } 
}
.con11.pb240 { margin-bottom: 240px; } 
@media (max-width: 1440px){
    .con11.pb240 { margin-bottom: 100px; } 
}
.con11 .w1440 { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 160px 170px; } 
@media (max-width: 1440px){
    .con11 .w1440 { grid-template-columns: repeat(1, 1fr); grid-gap: 80px 90px; } 
}
.con11 .item { position: relative; padding-bottom: 35px; } 
@media (max-width: 1440px){
    .con11 .item::before { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -2; width: 200%; height: 70%; background-color: #f6f2e7; } 
    .con11 .item::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); z-index: -1; width: 200%; height: 70%; background: linear-gradient(to top, #fdfcf4 60%, transparent 80%); transition: 5s; } 
    .con11 .item.aos-animate::after { transform: translate(-50%, 100%); } 
}
.con11 .tx1 { margin-top: 40px; font-size: 16px; font-weight: 500; } 
.con11 .tx2 { margin-top: 5px; font-size: 14px; } 
.con11 .tx3 { margin-top: 40px; font-size: 13px; line-height: 1.6; word-break:word-break; } 

.con12 { padding-top: 240px; padding-bottom: 200px; text-align: center; } 
@media (max-width: 1440px){
    .con12 { padding-top: 110px; padding-bottom: 100px; } 
}
.con12 .tx0 { display: flex; flex-direction: column; font-size: 130px; color: #866552; } 
@media (max-width: 1440px){
    .con12 .tx0 { font-size: 60px; } 
}
.con12 .tx0 .tx0_1 { font-size: 28px; } 
@media (max-width: 1440px){
    .con12 .tx0 .tx0_1 { font-size: 16px; } 
}
.btn{text-align:center;padding-bottom:200px;}
.con13 { padding-bottom: 280px; color: #866552; } 
@media (max-width: 1440px){
    .con13 { padding-bottom: 90px; }
    .btn{text-align:center;padding-bottom:160px;}
}
.con13 .tx1 { font-size: 18px; } 
.con13 .tx1.mt150 { margin-top: 150px; } 
@media (max-width: 1440px){
    .con13 .tx1.mt150 { margin-top: 50px; } 
}
.con13 .tx2 { margin-top: 30px; line-height: 1.6; } 

.con14 { margin-bottom: 70px; }

.item .img{width: 100%;height: 55%;-o-object-fit: cover;object-fit: cover;}
@media (max-width: 1440px){
    .item .img{width: 100%;height: 45%;-o-object-fit: cover;object-fit: cover;}
}


/*** 테이블 기본 ***/
.for_pc {display:inline-block;font-family:'Pretendard Variable';}
.for_m {display:none;font-family:'Pretendard Variable';}

@media screen and (max-width:640px){
    .for_pc {display:none;font-family:'Pretendard Variable';}
    .for_m {display:block;font-family:'Pretendard Variable';}
}

/* 테이블 */
.table_box {margin-top:40px;margin-bottom:80px;}
.table_default {border-collapse:collapse;border-top:2px solid #866552;/*border-bottom:2px solid #ddd;*/table-layout:fixed;width: 100%;}
.table_default tr {background:#fffef9;}
.table_default th,
.table_default td {border: 1px solid #dbdbdb;border-left: none; border-top: none;color: #a0a0a0;font-size: 12px; padding: 7px 0;line-height: 1.7em;text-align: center;vertical-align:middle;}
.table_default strong {font-weight:600;color:#333;}
.table_default .bg {background:#fafafa;}
.table_default tr:hover td {color:#866552;}
.table_default thead th:last-of-type, 
.table_default tbody td:last-of-type {border-right:0;}
.table_default thead th:nth-of-type(1),
.table_default tbody td:nth-of-type(1) {}
.table_default thead th:nth-of-type(2),
.table_default tbody td:nth-of-type(2) {width:80px;}
.table_default thead th:nth-of-type(3),
.table_default tbody td:nth-of-type(3) {width:200px;}
.table_default thead th:nth-of-type(4),
.table_default tbody td:nth-of-type(4) {width:70px;}
.table_default tbody td:nth-of-type(1) {width:420px;font-size:12px;}
.table_text {font-size:13px;padding:20px 15px;color:#000;}
.table_text li {line-height:1.5;color:#000;font-size:13px;}
.table_text li:before {content:'';display:inline-block;vertical-align:middle;width:2px;height:2px;background:#000;border-radius:100%;margin-right:5px;}
.table_text li + li {margin-top:5px;}
.table_text li.point {color:#b00;}
.table_text li.point:before {display:none;}
.table_text strong {font-weight:600;font-size:13px;}
.btn_wrap {text-align:center;}
.btn_wrap .btn_reserve {font-size:15px;line-height:2.86;padding:0 2.33em;margin-top:3.33em;border:1px solid rgba(51,51,51,0.7);transition:all .5s;display:inline-block;}
.btn_wrap .btn_reserve:hover {background:#2a68a2;border:1px solid #2a68a2;color:#fff;}

@media only screen and (max-width:1450px) {
    /* 테이블 */
    .table_default th,
    .table_default td {font-size:13px;}
}
@media only screen and (max-width:1200px) {
    /* 테이블 */
    .table_default thead th:nth-of-type(1),
    .table_default tbody td:nth-of-type(1) {width:80px;}
    .table_default thead th:nth-of-type(2),
    .table_default tbody td:nth-of-type(2) {width:80px;}
    .table_default thead th:nth-of-type(3),
    .table_default tbody td:nth-of-type(3) {width:150px;}
}
@media only screen and (max-width:1023px) {


    /* 테이블 */
    .table_box {/*margin-top:0px;margin-bottom:80px;*/}
    .table_box.for_pc {display:none;}
    .table_box.for_m {display:block;}
    .table_box.for_m .table_default thead th {background:#fafafa;}
    .table_default thead th:nth-of-type(3),
    .table_default tbody td:nth-of-type(3) {width:130px;}
}
@media only screen and (max-width:860px) {


    /* 테이블 */
    .table_box {margin-top:30px;margin-bottom:40px;}
    .table_default th,
    .table_default td {}
    .table_default thead th:nth-of-type(1),
    .table_default tbody td:nth-of-type(1) {width:80px;}
    .table_default thead th:nth-of-type(2),
    .table_default tbody td:nth-of-type(2),
    .table_default thead th:nth-of-type(3),
    .table_default tbody td:nth-of-type(3) {}
    .table_default tbody td:nth-of-type(1) {font-size:13px;}
    .btn_wrap .btn_reserve {font-size:14px;}



    .con7 .w1440 {display:block; } 
    .con7 .w1440 .img { width: 100%; height: 250px; margin-bottom :30px; } 



    .con9 .item .bottom { display:block; } 
    .con9 .item .bottom .img { height: 200px; width:100%; margin-bottom: 30px; } 





}
@media only screen and (max-width:767px) {
}
@media only screen and (max-width:640px) {


    /* 테이블 */
    .table_box {margin-top:20px;margin-bottom:40px;width:100%;}
    .table_default {border:1px solid #ddd;border-top:2px solid #866552;}
    .table_default th {background:#f8f8f8;font-weight:600;color:#a0a0a0;}
    .table_default thead th:nth-of-type(1),
    .table_default tbody td:nth-of-type(1) {width:200px;}
    .table_default tbody td:nth-of-type(1) {font-size:12px;color:#a0a0a0;}
    .table_default thead th,
    .table_default tbody td,
    .table_default thead th:nth-of-type(2),
    .table_default tbody td:nth-of-type(2),
    .table_default thead th:nth-of-type(3),
    .table_default tbody td:nth-of-type(3),
    .table_default thead th:nth-of-type(4), 
    .table_default tbody td:nth-of-type(4) {width:auto;}
    .btn_wrap .btn_reserve {font-size:13px;padding:0 1.53em;line-height:2.38;}
}
@media only screen and (max-width:479px) {	
    /* 테이블 */
    .table_default th,
    .table_default td {font-size:13px;}
    .table_default thead th:nth-of-type(1),
    .table_default tbody td:nth-of-type(1) {width:100px;}

    #snb_wrap ul {padding: 0 30px;}
    .con9 .item .top .tx3 {margin-top:-43px;}
    .item .img { height: 200px; width:100%; margin-bottom: 30px; }
}



.ft_btn_reserve.on {position:fixed; bottom:27px; right:7px; z-index:999;}
.ft_btn_reserve.on > a > img{width:75px; height:75px}
.ft_kakao {position:fixed;bottom: 30px;z-index: 9;background:transparent;right: 30px;width:70px;}
.ft_kakao img {width:100%;}

/***map***/
.map_wrap {}
.map_wrap .map_inner {position:relative;overflow:hidden;}
.map_wrap .root_daum_roughmap {width:100% !important;}

/* ======================================================
#snb_wrap
=========================================================*/
#snb_wrap{}
#snb_wrap ul{font-size:0;text-align:center;max-width:1440px; margin:0 auto;margin-bottom:170px;border-bottom:2px solid #f6f2e7;}
#snb_wrap ul:after{display:block; content:"";clear:both}
#snb_wrap ul:nth-child(n+2){border-top:1px solid #c8c7c3}
#snb_wrap li{display:inline-block;vertical-align:top;}
#snb_wrap li:nth-child(n+2){margin-left:50px;}
#snb_wrap li a{font-size:15px;color:#866552; letter-spacing:-0.02em; line-height:67px; position:Relative; display:block;}
#snb_wrap li a:after{width:0;left:50%; bottom:20px; border-bottom:1px solid #866552; display:block; content:""; position:absolute;-webkit-transition:  width 0.4s ease-in-out;-moz-transition:  width 0.4s ease-in-out;-o-transition:  width 0.4s ease-in-out;transition: width 0.4s ease-in-out;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
#snb_wrap li.active a{color:#866552; font-weight:600;}
#snb_wrap li a:hover:after, #snb_wrap li.active a:after{width:100%;}

#snb_wrap .desktop{display:block;}
#snb_wrap .mobile{display:none; padding:0 15px;}
#snb_wrap .mobile li{margin-left:20px; float:left;}
#snb_wrap .mobile li:first-child{margin-left:0 !important;}
#snb_wrap .snb_mobile{overflow:visible !important;}
@media only screen and (max-width:1480px) {

}
@media only screen and (max-width:1280px) {
    #snb_wrap li:nth-child(n+2){margin-left:40px;}
    #snb_wrap li a{font-size:14px;line-height:60px; }
    #snb_wrap li a:after{bottom:18px}

    #snb_wrap .mobile li{margin-left:40px}
}
@media only screen and (max-width:1100px) {

}
@media only screen and (max-width:999px) {
    #snb_wrap li:nth-child(n+2){margin-left:30px;}
    #snb_wrap li a{font-size:13px;line-height:55px; }
    #snb_wrap li a:after{bottom:16px}

    #snb_wrap .mobile li{margin-left:30px}
}
@media only screen and (max-width:860px) {
    #snb_wrap .desktop{display:none;}
    #snb_wrap .mobile{display:block; overflow:hidden; height:55px;}
    #snb_wrap ul{font-size:0;text-align:center;max-width:1440px; margin:0 auto;}
    #snb_wrap ul:after{display:block; content:"";clear:both}
    #snb_wrap ul:nth-child(n+2){border-top:1px solid #c8c7c3}
}
@media only screen and (max-width:680px) {
    #snb_wrap li:nth-child(n+2){margin-left:20px;}
    #snb_wrap li a{line-height:50px;}
    #snb_wrap li a:after{bottom:14px}

    #snb_wrap .mobile{height:50px;}
    #snb_wrap .mobile li{margin-left:20px}
}

/* ======================================================
#snb_wrap_pre객실 미리보기 #snb_wrap_pre ul: margin-bottom:170px 삭제
=========================================================*/
#snb_wrap_pre{padding-bottom:40px;}
#snb_wrap_pre ul{font-size:0;text-align:center;max-width:1440px; margin:0 auto;border-bottom:2px solid #f6f2e7;}
#snb_wrap_pre ul:after{display:block; content:"";clear:both}
#snb_wrap_pre ul:nth-child(n+2){border-top:1px solid #c8c7c3}
#snb_wrap_pre li{display:inline-block;vertical-align:top;}
#snb_wrap_pre li:nth-child(n+2){margin-left:50px;}
#snb_wrap_pre li a{font-size:15px;color:#866552; letter-spacing:-0.02em; line-height:67px; position:Relative; display:block;}
#snb_wrap_pre li a:after{width:0;left:50%; bottom:20px; border-bottom:1px solid #866552; display:block; content:""; position:absolute;-webkit-transition:  width 0.4s ease-in-out;-moz-transition:  width 0.4s ease-in-out;-o-transition:  width 0.4s ease-in-out;transition: width 0.4s ease-in-out;-webkit-transform: translateX(-50%); -moz-transform: translateX(-50%);-ms-transform: translateX(-50%); -o-transform:  translateX(-50%);transform: translateX(-50%);}
#snb_wrap_pre li.active a{color:#866552; font-weight:600;}
#snb_wrap_pre li a:hover:after, #snb_wrap li.active a:after{width:100%;}

#snb_wrap_pre .desktop{display:block;}
#snb_wrap_pre .mobile{display:none; padding:0 15px;}
#snb_wrap_pre .mobile li{margin-left:20px; float:left;}
#snb_wrap_pre .mobile li:first-child{margin-left:0 !important;}
#snb_wrap_pre .snb_mobile{overflow:visible !important;}
@media only screen and (max-width:1480px) {

}
@media only screen and (max-width:1280px) {
    #snb_wrap_pre li:nth-child(n+2){margin-left:40px;}
    #snb_wrap_pre li a{font-size:14px;line-height:60px; }
    #snb_wrap_pre li a:after{bottom:18px}

    #snb_wrap_pre .mobile li{margin-left:40px}
}
@media only screen and (max-width:1100px) {

}
@media only screen and (max-width:999px) {
    #snb_wrap_pre li:nth-child(n+2){margin-left:30px;}
    #snb_wrap_pre li a{font-size:13px;line-height:55px; }
    #snb_wrap_pre li a:after{bottom:16px}

    #snb_wrap_pre .mobile li{margin-left:30px}
}
@media only screen and (max-width:860px) {
    #snb_wrap_pre .desktop{display:none;}
    #snb_wrap_pre .mobile{display:block; overflow:hidden; height:55px;}
    #snb_wrap_pre ul{font-size:0;text-align:center;max-width:1440px; margin:0 auto;}
    #snb_wrap_pre ul:after{display:block; content:"";clear:both}
    #snb_wrap_pre ul:nth-child(n+2){border-top:1px solid #c8c7c3}
}
@media only screen and (max-width:680px) {
    #snb_wrap_pre li:nth-child(n+2){margin-left:20px;}
    #snb_wrap_pre li a{line-height:50px;}
    #snb_wrap_pre li a:after{bottom:14px}

    #snb_wrap_pre .mobile{height:50px;}
    #snb_wrap_pre .mobile li{margin-left:20px}
}


































































