@charset "utf-8";
/*리셋*/
*{margin: 0; padding: 0; box-sizing: border-box;}
/* html{-ms-touch-action: pan-y; touch-action: pan-y; } */
html,body{width: 100%; position: relative; line-height: 1.6; font-family: "Noto Sans KR",sans-serif; color: #414242;}
li{list-style: none;}
a{text-decoration: none; color: #333;}
section{position: relative;}
main{overflow: hidden;}
.slide{background-size: cover; background-repeat: no-repeat; background-position: center;}
.slick-slider *{border: 0 ; outline: 0 ;}
a,input,label,button{background-color: transparent; box-shadow: none; border: 0; outline: none;}
/*리셋*/

/*공통*/
    .basic-slide-wrap{position: relative;}
    .con1{height: 100vh; padding-top: 120px; overflow: hidden;}
    .hd .inner-con{max-width: calc(100% - 300px);}
    .con1 .inner-con{max-width: calc(100% - 300px);}
    .con1 .slide{height: calc(100vh - 120px);}
    .con1 .top-left-con{position: absolute; width: 150px; height: 100%; left: -150px;}
    .con1 .top-left-con .sns-wrap{text-align: center; position: absolute; width: 100%; top: 50%; transform: translateY(-50%);} 
    .con1 .top-left-con .sns-wrap li{margin-bottom: 20px;}
    .con1 .top-left-con .scroll-down{position: absolute; bottom: 40px;  left: 0; text-align: center; width: 100%; cursor: pointer;}
    .con1 .top-left-con .scroll-down p{font-size: 12px; color: #636466; font-family: "Marcellus",sans-serif; font-weight: 300; transition: 0.8s; transition-delay: 0.8s;}
    .con1 .top-left-con .scroll-down .line{width: 1px; height: 115px; background-color: #cebfb8; margin: 0 auto; display: block; margin-bottom: 20px; position: relative;}
    .con1 .top-left-con .scroll-down .line::after{width: 100%; height: 100%; background-color: #636466; content: ""; display: block; position: absolute; top: 0; left: 0; transform: scaleY(0); transform-origin: top; transition: 0.8s;}
    .con1 .top-left-con .scroll-down:hover .line::after{transform: scaleY(1);}
    .con1 .top-left-con .scroll-down:hover p{color: #333;}
    .con1 .tit{position: absolute; top: 50%; width:100%; text-align: center; color: white; transform: translateY(-50%);}
    .con1 .tit h2{font-family: "Cormorant Garamond",sans-serif; font-size: 40px; font-style: italic; font-weight: 300; letter-spacing: 0.025em; text-shadow: 3px 3px 3px rgba(0,0,0,0.2);}
    .con1 .tit h3{font-family: "Iropke",sans-serif; font-size: 23px; text-shadow: 3px 3px 3px rgba(0,0,0,0.2); font-weight: 300; transition-delay: 0.4s;}
    .con1 .page-wrap{position: absolute; top: 50%; right: 0px; width: 150px; transform: translateX(150px); text-align: center;}
    .con1 .page-wrap button{display: block; width: 50px; height: 1px; background-color: #333; margin: 5px auto; position: relative; cursor: pointer;} 
    .con1 .page-wrap button.prev::after{content: ""; display: block; width: 15px; height: 1px; background-color: #333; transform: rotate(-45deg); position: absolute; top: 0; left: 0; transform-origin: left;}
    .con1 .page-wrap button.next::before{content: ""; display: block; width: 15px; height: 1px; background-color: #333; transform: rotate(-45deg); position: absolute; top: 0; right: 0; transform-origin: right;}
    .con1 .page-wrap span{font-size: 15px; font-family: "Marcellus",sans-serif; }
    .con1 .page-wrap .page-line{color: #333;}
    .reser-box{display: block; font-size: 16px; border: 1px solid #636466; color: #8f939b; text-align: center; border-radius: 10px; line-height: 40px; width: 180px; margin: 0 auto;  transition: 1.2s;}
    .reser-box:hover{background-color: #a7948d; color: white; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}

    .sub-wrap .con1 .sub_top_img{background-size: cover; background-repeat: no-repeat; background-position: center; height: calc(100vh - 120px);}
    
    .sub-wrap .con2 .sub-tit{padding-top: 155px; color: #636466; text-align: center;}
    .sub-wrap .con2 .sub-tit h5{font-size: 17px; font-family: "Cormorant Garamond",sans-serif; font-style: italic; font-weight: 500;}
    .sub-wrap .con2 .sub-tit h2{font-size: 60px; font-family: "Cormorant Garamond",sans-serif; font-weight: 500; line-height: 1; margin-bottom: 25px;}
    .sub-wrap .con2 .sub-tit h3{color: #5f5f5f; font-size: 18px; font-weight: 300;}

    .red{color: #9b3f3f;}
    /*inner-con*/
        .inner-con{max-width: 1620px; margin: 0 auto; position: relative;}
        .small-inner{max-width: 1450px; margin: 0 auto; position: relative;}
        .reser-inner{max-width: 1300px; margin: 0 auto; position: relative;}
        .view-inner{max-width: 860px; margin: 0 auto; position: relative;}
    /*inner-con*/

    .tap-menu > li > a{display: none;}
    .tap-menu::after{content: ""; display: table; clear: both;}
    .tap-menu .sub-menu{float: right; margin-top: 65px;}
    .tap-menu .sub-menu li{ margin-left: 20px; display: inline-block;}
    .tap-menu .sub-menu li a{font-size: 12px; color: #818181; transition: 0.8;}
    .tap-menu .sub-menu li::after{content: ""; display: block; height: 1px; background-color: #333; transform: scaleX(0); transition: 0.8s;}
    .tap-menu .sub-menu li.on::after{transform: scaleX(1);}
    .tap-menu .sub-menu li.on a{color: #333;}
    .tap-menu .sub-menu li:hover a{color: #333;}
    .tap-menu .sub-menu li:hover::after{transform: scaleX(1);}

/*공통*/
/*header*/    
    .hd{position: fixed; padding-top: 30px; height: 120px; width: 100%; z-index: 1500; background-color: white; overflow: hidden; transition: 0.8s;}
    .hd.hover{height: 400px;}    

    .hd .logo{float: left; width: 85px; margin-left: 35px;}
    .hd .logo img{width: 100%; display: block;}
    .hd .main-menu-wrap{position: absolute; top: 0; left: 50%; transform: translate(-20%); width: 100%; }
    .hd .main-menu-wrap a{display: block; transition: 0.8s;}
    
    .hd .main-menu-wrap > ul > li{float: left; width: 130px; text-align: center;} 
    .hd .main-menu-wrap > ul > li img{width: 100%;}
    .hd .main-menu-wrap > ul > li > a{font-family: "Marcellus",sans-serif; font-size: 15px; font-weight: 400;  color: #000; line-height: 90px;} 
    
    .hd .main-menu-wrap .sub-menu a{font-size: 14px; color: #6f6f6f; line-height: 2.2;}
    .hd .hd-reser-box{float: right; display: block; border: 1px solid #333; border-radius: 30px; padding: 5px 20px; font-size: 15px; margin-top: 20px; position: relative; z-index: 5; transition: 0.8s;}
    .hd .hd-reser-box:hover{background-color: #00929e; color: white; border-color: #636466; box-shadow: 0px 0px 5px rgba(0,0,0,0.5);}
    .hd .hd-reser-box i{margin-right: 15px; font-size: 18px;}
    
/*header*/

/*main*/
.main-wrap .con2{padding-top: 145px; padding-bottom: 240px;}
.main-wrap .con2 .intro-section .tit{text-align: center;}
.main-wrap .con2 .intro-section .tit h2{font-size: 60px; font-family: "Cormorant Garamond",sans-serif; color: #636466; font-weight: 500; font-style: italic; transition: 1.2s; transform: translateY(50px); opacity: 0;}
.main-wrap .con2 .intro-section .tit h3{font-family: "Iropke",sans-serif; font-size: 22px; color: #333; font-weight: 500; transition: 1.2s;  transition-delay: 0.4s; transform: translateY(50px);opacity: 0;}
.main-wrap .con2 .intro-section .tit img{ transform: translateY(50px);opacity: 0; transition: 1.2s;}

.main-wrap .con2 .intro-section .tit .line{display: block; width: 1px; height: 15px; background-color: #333; margin: 15px auto; transition: 1.2s;  transition-delay: 0.8s; transform: scaleY(0); transform-origin: top;}
.main-wrap .con2 .intro-section .tit p{font-size: 16px; color: #5f5f5f; margin-bottom: 15px; transition: 1.2s;  transition-delay: 1.2s; transform: translateY(50px);opacity: 0;} 
.main-wrap .con2 .intro-section .tit h5{font-size: 17px; color: #333; font-weight: 500; font-family: "Iropke",sans-serif; transition: 1.2s;  transition-delay: 1.4s; transform: translateY(50px);opacity: 0;}

.main-wrap .con2 .intro-section .tit.on img{ transform: translateY(0px);opacity: 1;}
.main-wrap .con2 .intro-section .tit.on h2{opacity: 1; transform: translateY(0);}
.main-wrap .con2 .intro-section .tit.on h3{opacity: 1; transform: translateY(0);}
.main-wrap .con2 .intro-section .tit.on p{opacity: 1; transform: translateY(0);}
.main-wrap .con2 .intro-section .tit.on h5{opacity: 1; transform: translateY(0);}
.main-wrap .con2 .intro-section .tit.on .line{ transform: scale(1);}


.main-wrap .con2 .intro-section .img-wrap{margin-top: 45px;}
.main-wrap .con2 .intro-section .img-wrap::after{content: ""; display: table; clear: both;}
.main-wrap .con2 .intro-section .img-wrap li{float: left;  width: calc(33.3333% - 33.3333px); position: relative; margin-right: 49.999px; margin-bottom: 50px; transition: 1.6s; transform: translateY(150px); opacity: 0; overflow: hidden;}


.main-wrap .con2 .intro-section .img-wrap li:nth-child(3){margin-right: 0;}
.main-wrap .con2 .intro-section .img-wrap li img{width: 100%; display: block; transform: scale(1.1); transition: 1.6s;}


.main-wrap .con2 .special-preview-section{padding-top: 300px;}
.main-wrap .con2 .special-preview-section{padding-bottom: 500px;}

.vdo-wrap{position: relative; width: 100%; height: 620px; margin: 50px auto;}

/*view*/
.view-wrap .con2{padding-bottom: 275px;}
.view-wrap .con2 .intro-section{padding-top: 150px;}
.view-wrap .con2 .intro-section .tit{text-align: center; color: #636466; margin-bottom: 65px;}
.view-wrap .con2 .intro-section .tit h5{font-size: 17px; font-family: "Cormorant Garamond",sans-serif; font-weight: 300; font-style: italic; }
.view-wrap .con2 .intro-section .tit h2{font-size: 60px; font-family: "Cormorant Garamond",sans-serif; font-weight: 300;}
.view-wrap .con2 .intro-section .tit h3{font-size: 25px; font-family: "Iropke",sans-serif; font-weight: 300; font-size: 25px;}
.view-wrap .con2 .intro-section .bg-img{background-size: cover; background-repeat: no-repeat; background-position: center; height: 500px; position: relative; overflow: hidden;}
.view-wrap .con2 .intro-section .bg-img img{position: absolute; bottom: 0; transform: translateY(100px); display: block; width: 100%; transition: 1.6s;}
.view-wrap .con2 .intro-section .txt{text-align: center; font-family: "Iropke",sans-serif; color: #818181; margin-top: 85px; padding-bottom: 150px;}
.view-wrap .con2 .intro-section .txt h3{font-size: 22px;  margin-bottom: 50px; font-weight: 500;}
.view-wrap .con2 .intro-section .txt p{font-size:16px; margin-bottom: 30px; }

.view-wrap .con2 .img-section{padding-top: 120px; background-color: #fbfbfb; padding-bottom: 165px;}
.view-wrap .con2 .img-section .tit{ text-align: center; color: #636466; margin-bottom: 90px;}
.view-wrap .con2 .img-section .tit h3{font-family: "Cormorant Garamond",sans-serif; font-size: 50px; margin-bottom: 15px; font-weight: 500;}
.view-wrap .con2 .img-section .tit p{font-family: "Iropke",sans-serif; font-size: 16px;}
.view-wrap .con2 .img-section .img-wrap::after{content: ""; display: table; clear: both;}
.view-wrap .con2 .img-section .img-wrap .img{float: left; display: block; overflow: hidden; transform: translateY(150px); opacity: 0; transition: 1.6s;}
.view-wrap .con2 .img-section .img-wrap .img img{transform: scale(1.1); transition: 1.6s;}
.view-wrap .con2 .img-section .img-wrap .img img{width: 100%;}
.view-wrap .con2 .img-section .img-wrap .big-img{width: 46.5%;}
.view-wrap .con2 .img-section .img-wrap .small-img{width: 30%;  margin: 0 8.25%; margin-top: 60px;}
.view-wrap .con2 .img-section .img-wrap .big-img:nth-child(2){margin-left: 7%;}
.view-wrap .con2 .img-section .img-wrap .big-img:nth-child(3){margin-right: 7%;}
.view-wrap .con2 .outtro-section .img-wrap{height: 695px; background-size: cover; background-repeat: no-repeat; background-position: center;}
.view-wrap .con2 .outtro-section .txt{padding: 0 160px; padding-top: 45px;}
.view-wrap .con2 .outtro-section .txt::after{content: ""; display: table; clear: both;}
.view-wrap .con2 .outtro-section .txt h3{float: left; display: inline-block; font-size:20px ; font-family: "Cormorant Garamond",sans-serif; color: #535353; font-weight: 500;}
.view-wrap .con2 .outtro-section .txt p{float: right; display: inline-block; font-size: 16px; font-family: "Iropke",sans-serif; color: #818181; transform: translateY();}
/*view*/

/*room*/
.room-wrap .con2 .info-section .tit{margin-top: 65px; color: #636466;}
.room-wrap .con2 .info-section .tit h5{font-size: 17px; font-family: "Cormorant Garamond",sans-serif; font-style: italic; transform: translateY(20px); opacity: 0; transition: 1.6s; }
.room-wrap .con2 .info-section .tit h2{font-size: 60px; font-family: "Cormorant Garamond",sans-serif; transform: skewX(-10deg); font-weight: 500; margin-bottom: 25px; line-height: 1;  transform: translateY(50px);  opacity: 0;  transition: 1.6s; transition-delay: 0.4s;}
.room-wrap .con2 .info-section .tit h2 span{font-size: 30px; font-family: "Iropke",sans-serif;}
.room-wrap .con2 .info-section .tit p{font-size: 18px; font-family: "Iropke"; color: #818181; margin-bottom: 35px;  transform: translateY(50px);  opacity: 0;  transition: 1.6s;  transition-delay: 0.8s;}

.room-wrap .con2 .info-section .tit.on h5{ transform: translateY(0); opacity: 1;}
.room-wrap .con2 .info-section .tit.on h2{transform: translateY(0); opacity: 1;}
.room-wrap .con2 .info-section .tit.on p{transform: translateY(0); opacity: 1;}

.room-wrap .con2 .info-section .info::after{content: ""; display: table; clear: both;}
.room-wrap .con2 .info-section .info .img{width: 55.5555%; height: 535px; background-size: cover; background-repeat: no-repeat; background-position: center; float: left;}
.room-wrap .con2 .info-section .info .txt{float: left; width: calc(100% - 55.5555%); padding-left: 85px; padding-top: 50px;}
.room-wrap .con2 .info-section .info .txt h3{font-size: 17px; color: #5f5f5f; font-family: "Marcellus",sans-serif; margin-bottom: 45px; transform: translateY(50px); opacity: 0; transition: 1.2s;}
.room-wrap .con2 .info-section .info .txt ul li{color: #636466; margin-bottom: 10px; transform: translateY(50px); opacity: 0; transition: 1.2s;}
.room-wrap .con2 .info-section .info .txt ul li::after{content: ""; display: table; clear: both;}
.room-wrap .con2 .info-section .info .txt ul li h5{font-size: 16px; font-family: "Marcellus",sans-serif; float: left; min-width: 155px; font-weight: 500;}
.room-wrap .con2 .info-section .info .txt ul li p{font-size: 16px; float: left; font-weight: 300;}
.room-wrap .con2 .info-section .info .txt .reser-box{margin-top: 100px; transform: translateY(50px); opacity: 0;  transition-delay: transform 0.6s;}

.room-wrap .con2 .info-section .info .txt ul li.li1{transition-delay: 0.1s;}
.room-wrap .con2 .info-section .info .txt ul li.li2{transition-delay: 0.2s;}
.room-wrap .con2 .info-section .info .txt ul li.li3{transition-delay: 0.3s;}
.room-wrap .con2 .info-section .info .txt ul li.li4{transition-delay: 0.4s;}
.room-wrap .con2 .info-section .info .txt ul li.li5{transition-delay: 0.5s;}
.room-wrap .con2 .info-section .info .txt ul li.li6{transition-delay: 0.6s;}

.room-wrap .con2 .info-section .info .txt.on h3{transform: translateY(0); opacity: 1;}
.room-wrap .con2 .info-section .info .txt.on ul li{transform: translateY(0); opacity: 1;}
.room-wrap .con2 .info-section .info .txt.on .reser-box{transform: translateY(0); opacity: 1;}





.room-wrap .con2 .thumb-section{padding-bottom: 260px; margin-top: 80px;}
.room-wrap .con2 .thumb-section h2{font-size: 120px; font-family: "LainieDay"; color: #8f939b;  font-weight: 100; text-align: right; transform: translateX(0px); transition: 1.6s; display: block;}
.room-wrap .con2 .thumb-section .thumb-wrap::after{content: ""; display: table; clear: both;}
.room-wrap .con2 .thumb-section .thumb-wrap .txt{color: #8f939b; float: left; padding-top: 130px; width: 33%; padding-left: 6%;}
.room-wrap .con2 .thumb-section .thumb-wrap .txt h3{font-size: 25px; font-family: "Cormorant Garamond",sans-serif; font-weight: 500; font-style: italic; line-height: 1; transform: translateY(50px); opacity: 0; transition: 1.6s;}
.room-wrap .con2 .thumb-section .thumb-wrap .txt p{font-size: 16px; transform: translateY(50px); opacity: 0; transition: 1.6s; transition-delay: 0.6s;}
.room-wrap .con2 .thumb-section .thumb-wrap .img-wrap{float: right; width: 67%;}
.room-wrap .con2 .thumb-section .thumb-wrap .img-wrap img{width: calc(33.3333% - 16.6666px); margin-right: 25px; display: block; float: left; opacity: 0; transition: 1.8s;}
.room-wrap .con2 .thumb-section .thumb-wrap .img-wrap img:last-child{margin-right: 0;}

.room-wrap .con2 .thumb-section .thumb-wrap.on .txt h3{transform: translateY(0); opacity: 1;}
.room-wrap .con2 .thumb-section .thumb-wrap.on .txt p{transform: translateY(0); opacity: 1;}

.room-wrap .con2 .thumb-section .thumb-wrap.on .img-wrap img.img1{opacity: 1; transition-delay: 1s;}
.room-wrap .con2 .thumb-section .thumb-wrap.on .img-wrap img.img2{opacity: 1; transition-delay: 1.2s;}
.room-wrap .con2 .thumb-section .thumb-wrap.on .img-wrap img.img3{opacity: 1; transition-delay: 1.4s;}

/* .room-wrap .con2 .table-section */
.room-wrap .con2 .table-section .reser-box{margin-top: 45px;}
.room-wrap .con2 .table-section .info{margin-top: 55px;}
.room-wrap .con2 .table-section .info h3{font-size: 17px; font-family: "Iropke",sans-serif; color: #1d1d1d; font-weight: 500; margin-bottom: 20px;}
.room-wrap .con2 .table-section .info p{font-size: 16px; color: #818181; font-weight: 300;}
.room-wrap .con2 .table-section .info p b{font-weight: 500;}
.room-wrap .con2 .table-section{padding-bottom: 210px; max-width: 1200px; margin: 0 auto;}
.room-wrap .con2 .room-preview-section{margin-bottom: 290px;}
/*room*/

/*special*/
.special-wrap .con2 .intro-wrap .tit {color:#636466; text-align: center; margin-top: 90px; margin-bottom: 35px; }
.special-wrap .con2 .intro-wrap .tit h5{font-size: 17px; font-family: "Cormorant Garamond",sans-serif; font-style: italic; font-weight: 500;}
.special-wrap .con2 .intro-wrap .tit h2{font-size: 50px; font-family: "Cormorant Garamond",sans-serif;  font-weight: 500; line-height: 1; margin-bottom: 20px;}
.special-wrap .con2 .intro-wrap .tit h3{font-size: 25px; font-family: 'Iropke',sans-serif; font-weight: 300;}
.special-wrap .con2 .intro-wrap .img{background-size: cover; background-repeat: no-repeat; background-position: center; height: 500px; overflow: hidden; position: relative;}
.special-wrap .con2 .intro-wrap .img img{width: 100%; display: block; position: absolute; bottom: 0; transform: translateY(100px); transition: 1.6s;}
.special-wrap .con2 .intro-wrap .txt{text-align: center; margin-top: 45px; margin-bottom: 435px;}
.special-wrap .con2 .intro-wrap .txt p{font-size: 16px; font-family: "Iropke",sans-serif; color: #818181; margin-bottom: 25px;}

.special-wrap .con2 .thumb-section{background-color: #fbfbfb; position: relative; padding-bottom: 155px;}
.special-wrap .con2 .thumb-section::after{content: ""; display: table; clear: both;}
.special-wrap .con2 .thumb-section .img-wrap{float: left; width: 62.35%; position: relative; margin-top: -235px;}
.special-wrap .con2 .thumb-section .img-wrap .img{display: block; float: left; transform: translateY(100px); opacity: 0; transition: 1.6s; overflow: hidden;}
.special-wrap .con2 .thumb-section .img-wrap .img img{width: 100%; transform: scale(1.1); transition: 1.6s;}
.special-wrap .con2 .thumb-section .img-wrap .img1{width: 33.63%; margin-bottom: 135px;}
.special-wrap .con2 .thumb-section .img-wrap .img2{width: 43.63%; margin-left: 14.5%; margin-top: 120px;}
.special-wrap .con2 .thumb-section .img-wrap .img3{width: 37.72%; margin-left: 17.72%; margin-top: -150px;}
.special-wrap .con2 .thumb-section .tit{float: left; padding-top: 140px; width: 27.65%; padding-left: 90px; color: #8f939b;}
.special-wrap .con2 .thumb-section .tit h3{font-size: 50px; font-family: "Cormorant Garamond";  line-height: 0.9; font-weight: 500; margin-bottom: 45px;}
.special-wrap .con2 .thumb-section .tit p{font-size: 14px; margin-bottom: 20px;}
.special-wrap .con2 .special-preview-section{padding-top: 145px; padding-bottom: 500px;}
/*special*/

/*tour*/
.tour-wrap .con2{padding-bottom: 220px;}
.tour-wrap .con2 .sub-tit{margin-bottom: 110px;}
.tour-wrap .con2 .tour-slide-wrap{margin-bottom: 155px;}
.tour-wrap .con2 .tour-slide-wrap::after{content: ""; display: table; clear: both;}
.tour-wrap .con2 .slide-wrap{float: left; width: 50%; position: relative; padding-right: 45px;}
.tour-wrap .con2 .slide-wrap .slide{height: 425px;}
.tour-wrap .con2 .txt{float: left; width: 50%; padding-left: 55px; padding-top: 100px; color: #928883;}
.tour-wrap .con2 .txt h4{font-size: 20px; font-family: "Cormorant Garamond",sans-serif; font-weight: 500; margin-bottom: 15px;}
.tour-wrap .con2 .txt h3{font-family: "Iropke",sans-serif; font-size: 22px; margin-bottom: 40px; font-weight: 500;}
.tour-wrap .con2 .txt h3 span{font-family: 'Noto Sans KR',sans-serif; font-size: 14px; margin-left: 30px; font-weight: 400; color: #8f939b;}
.tour-wrap .con2 .txt p{font-size: 15px; color: #787878;}
/*tour*/

/*location*/
    .map-wrap .con2 .sub-tit{margin-bottom: 50px;}
    .map-wrap .con2 .info li::after{content: ""; display: table; clear: both;}
    .map-wrap .con2 .info li{border-bottom: 1px solid #cccccc;}
    .map-wrap .con2 .info li h3{float: left; width: 50%; padding-left: 60px; font-family: "Iropke",sans-serif; color: #636466;}
    .map-wrap .con2 .info li .txt{float: left; width: 50%;}

    .map-wrap .con2 .info .navi-txt{padding-top: 80px; padding-bottom: 85px; color: #434343;}
    .map-wrap .con2 .info .navi-txt .txt h4{font-size: 17px; font-weight: 500;}
    .map-wrap .con2 .info .navi-txt .txt p{font-size: 18px; font-weight: 300;}

    .map-wrap .con2 .info .pickup-txt{padding-top: 40px; padding-bottom: 20px; color: #5f5f5f;}
    .map-wrap .con2 .info .pickup-txt .txt p{font-size: 16px;  margin-bottom: 40px;}
    .map-wrap .con2 .info .pickup-txt .txt p b{font-weight: 500; color: #252525;}
    
    .map-wrap .con2 .info .bus-txt{padding-top: 40px;  border-bottom: 0; padding-bottom: 140px;}
    .map-wrap .con2 .info .bus-txt .txt h4{font-size: 17px; color: #434343; margin-bottom: 20px; font-weight: 400;}
    .map-wrap .con2 .info .bus-txt .txt a{display: block; width: 170px; line-height: 35px; border: 1px solid #818181; text-align: center; color: #252525; margin-bottom: 45px; transition: 1.2s;}
    .map-wrap .con2 .info .bus-txt .txt a:hover{background-color: #a7948d; color: white;}
/*location*/

/*reservation*/
    .reser-wrap .con2{padding-bottom: 230px;}
    .reser-wrap .con2 .sub-tit{margin-bottom: 125px;}
    .reser-wrap .con2 .table-wrap h3{font-family: "Iropke",sans-serif; font-size: 20px; color: #636466; font-weight: 500; margin-bottom: 20px; line-height: 45px;}
    .reser-wrap .con2 .table-wrap h3 a{float: right; display: block; width: 130px; line-height: 45px; font-size: 14px; text-align: center; border: 1px solid #333; transition: 1.2s;}
    .reser-wrap .con2 .table-wrap h3 a:hover{background-color: #a7948d; color: white;}
    .reser-wrap .con2 .table-wrap{margin-bottom: 175px;}

    .reser-wrap .con2 .info1{margin-bottom: 180px;}
    .reser-wrap .con2 .info1 img{display: block; float: left; width: 52%;}
    .reser-wrap .con2 .info1 .txt{padding-left: 100px; width: 48%; float: left; margin-top: -15px;}
    .reser-wrap .con2 .info1 .txt h3{font-family: "Iropke",sans-serif; font-size: 18px; color: #636466; margin-bottom: 30px;}
    .reser-wrap .con2 .info1 .txt ul{margin-bottom: 45px;}
    .reser-wrap .con2 .info1 .txt li{font-size: 16px; color: #5f5f5f; line-height: 1.8;clear: both;}
    .reser-wrap .con2 .info1 .txt li span{float: left; display: inline-block; margin-right: 5px;}
    .reser-wrap .con2 .info1 .txt li.flex-li{display: flex;}
    .reser-wrap .con2 .info1 .txt p{font-size: 16px; color: #5f5f5f; margin-bottom: 20px;}
    .reser-wrap .con2 .info1 .txt p b{font-weight: 500;}
    .reser-wrap .con2 .info1::after{content: ""; display: table; clear: both;}

    .reser-wrap .con2 .info2 aside{float: left;}
    .reser-wrap .con2 .info2::after{content: ""; display: table; clear: both;}
    .reser-wrap .con2 .info2 h3{font-size: 20px;  font-family: "Iropke"; color: #636466; margin-bottom: 40px; font-weight: 600;}
    .reser-wrap .con2 .info2 h4{font-size: 16px; color: #636466; font-weight: 500; margin-bottom: 10px;}
    .reser-wrap .con2 .info2 .left p{padding-left: 30px; margin-bottom: 30px; font-size: 15px; color: #5f5f5f; line-height: 1.7;}
    .reser-wrap .con2 .info2 .right p{font-size: 16px; margin-bottom: 15px;}
    .reser-wrap .con2 .info2 .right p b{font-weight: 500;}
    .reser-wrap .con2 .info2 .right p.refund-table{margin-bottom:30px; margin-top: 5px;}
    
/*reservation*/

/*special-preview*/
.special-preview-section{position: relative;}
.special-preview-section .tit{padding-left: 20px;}
.special-preview-section .tit h2{font-size: 60px; font-family: "Cormorant Garamond",sans-serif; font-style: italic; color: #636466; font-weight: 500; margin-bottom: 10px; transform: translateX(200px); transition: 1.6s;}
.special-preview-section .tit h3{font-size: 24px; font-family: "Iropke",sans-serif; color: #333; font-weight: 500; margin-bottom: 20px;}
.special-preview-section .tit p{font-size: 16px; color: #5f5f5f; margin-bottom: 50px;}
.special-preview-section .slide-btn{padding-left: 20px;}
.special-preview-section .slide-btn li{margin-bottom: 15px;}
.special-preview-section .slide-btn li a{color: #818181; font-size: 16px; font-family: "Iropke",sans-serif; transition: 0.6s; display: inline-block; font-weight: 500;}
.special-preview-section .slide-btn li a::after{content: ""; display: block; width: 100%; height: 1px; background-color: #333; transform: scaleX(0); transition: 1.6s; transform-origin: left;}
.special-preview-section .slide-btn li a.on{color: #333; font-size: 18px;}
.special-preview-section .slide-btn li a.on::after{transform: scaleX(1);}
.special-preview-section .slide-img-wrap .slide{position: absolute; top: 0px; right: 0; width: calc(100% - 520px); opacity: 0; visibility: hidden; transition: 1.6s;}
.special-preview-section .slide-img-wrap .slide.on{opacity: 1; visibility: visible;}
.special-preview-section .slide-img-wrap .slide .img{display: inline-block; transition: 1.6s;}
.special-preview-section .slide-img-wrap .slide .img img{width: 100%;}
.special-preview-section .slide-img-wrap .slide .img1{width: 38%; margin-right: 14%;}
.special-preview-section .slide-img-wrap .slide .img2{width: 46%;}
.special-preview-section .slide-img-wrap .slide .img2 .txt{text-align: center; padding-top: 30px;}
.special-preview-section .slide-img-wrap .slide .img2 .txt p{font-size: 16px; color: #393838; font-weight: 300; min-height: 3.2em;}
.special-preview-section .slide-img-wrap .slide .img2 .txt a{margin-top: 40px; display: inline-block; font-size: 15px; font-family: "Lato",sans-serif;}
.special-preview-section .slide-img-wrap .slide .img2 .txt a::after{content: ""; display: block; background-color: #333; width: 100%; height: 1px;}
/*special-preview*/


/*room-preview*/
    .room-preview-section{position: relative;}
    .room-preview-section .slide{height: 650px;}
    .room-preview-section .slick-dots{text-align: center; margin-top: 40px; height: 1.5em;}
    .room-preview-section .slick-dots li{display: inline-block; font-family: "Iropke",sans-serif; font-size: 16px; color: #626262; transition: 1.2s; cursor: pointer; font-weight: 500; margin: 0 45px;}
    .room-preview-section .slick-dots li::after{content: ""; display: block; width: 100%; height: 1px; background-color: #333; transform: scale(0); transition: 1.2s;}
    .room-preview-section .slick-dots li:hover::after{transform: scale(1);}
    .room-preview-section .slick-dots li.slick-active{color: #333; font-size: 18px;}
    .room-preview-section .slick-dots li.slick-active::after{transform: scale(1);}
    .room-preview-section .btn-wrap {position: absolute; top: 45%; left: 0; width: 100%; transform: translateY(-50%); z-index: 10;}
    .room-preview-section .btn-wrap i{color: white; font-size: 32px;}
    .room-preview-section .btn-wrap .prev{float: left; margin-left: 95px;}
    .room-preview-section .btn-wrap .next{float: right; margin-right: 95px;}
    .room-preview-section .txt-box{background-color: rgba(255,255,255,0.34); position: absolute; top: 115px; left: 16vw; z-index: 5; color: white; padding-top: 60px; padding-left: 35px; padding-right: 50px; padding-bottom: 35px;}
    .room-preview-section .txt-box .line{width: 1px; height: 155px; background-color: white; opacity: 0.5; display: block; position: absolute; top: -115px; left: 50px;}
    .room-preview-section .txt-box h3{font-family: "Cormorant Garamond",sans-serif; font-size: 40px; font-style: italic; font-weight: 300; margin-bottom: 10px;}
    .room-preview-section .txt-box h3 span{font-family: "Iropke",sans-serif; font-size: 22px; font-weight: 300;}
    .room-preview-section .txt-box p{ margin-bottom: 45px; font-size: 16px;}
    .room-preview-section .txt-box a{color: white; font-size: 14px; font-family: "Marcellus",sans-serif;}
    .room-preview-section .txt-box a .arrow{display: inline-block; width: 40px; height: 1px; background-color: white; position: relative; margin-left: 5px; transform: translateY(-2px) scaleX(0); transition: 0.8s; transform-origin: left; transition-delay: 0.4s;}
    .room-preview-section .txt-box a .arrow::after{content: ""; display: block; position: absolute; right: 0; width: 10px; height: 1px; background-color: white; transform: rotate(45deg) scaleX(0); transform-origin: right; transition: 0.4s; transition-delay: 0s;}
    .room-preview-section .txt-box a:hover .arrow{transform: translateY(-2px) scaleX(1) ; transition-delay: 0s; }
    .room-preview-section .txt-box a:hover .arrow::after{transform: rotate(45deg) scaleX(1); transition-delay: 0.8s; }
/*room-preview*/
/*footer*/
.ft{padding-bottom: 75px;}
.ft .inner-con{border-top: 1px solid #bfbfbf; padding: 0 65px; padding-top: 50px; }
.ft .inner-con::after{content: ""; display: table; clear: both;}
.ft .left-con{float: left;}
.ft .right-con{float: right; border-left: 1px solid #333; padding-left: 75px;}
.ft .left-con .a-simbol{
    width: 100px;
    height: 97px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ft .left-con .a-flex{
    display: flex;
    justify-content: center;
}

.ft .ft_logo{width: 135px; margin-bottom: 25px;}
.ft .tel{margin-bottom: 25px;}
.ft .tel a{font-size: 25px; font-family: "Marcellus",sans-serif; color: #333; font-style: italic;}
/* .ft .tel a:first-child:after{content: "/"; display: inline-block; margin: 0 15px;} */

.ft .ft-info{font-size: 15px; color: #333; line-height: 1.8; margin-bottom: 20px;}
.ft .ft-info span{font-size: 14px; margin-right: 20px;}

.ft .copyright{font-size: 13px; color: #454545; margin-bottom: 55px;}
.ft .login{font-size: 15px; color: #454545; text-decoration: underline;}

.ft .sns-wrap{margin-bottom: 25px; margin-top: 15px;}
.ft .sns-wrap::after{content: ""; display: table; clear: both;}
.ft .sns-wrap li{float: left; margin-right: 15px; width: 18px;}
.ft .sns-wrap li img{width: 100%;}


.ft .ft-menu a{color: #333; font-size: 14px; font-family: "Marcellus",sans-serif; line-height: 2;}
.ft .ft-menu .sub-menu{display: none;}

.ft .toTop{position: absolute; bottom: 75px; right: 65px; font-size: 10px; font-family: "Marcellus",sans-serif; width: 30px; height: 30px; background-color: #636466; transform: rotate(45deg); cursor: pointer;}
.ft .toTop span{transform: rotate(-45deg); display: block; color: white;}
/*footer*/

/*예약하기 팝업*/
.reser-pop-wrap{position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); box-shadow: 5px 5px 10px rgba(0,0,0,0.3); background-color: white; padding: 30px 40px; z-index: 10000; visibility: hidden; opacity: 0; transition: 0.8s;}
.reser-pop-wrap.on{visibility: visible; opacity: 1;}

.reser-pop-wrap .close-btn{position: absolute; right: 20px; top: 12px;}
.reser-pop-wrap .checkT input{position: absolute; margin-top: 3px;}
.reser-pop-wrap .checkT p{width: 88%; margin: 0 auto;}
.reser-pop-wrap .checkT p:last-child{width: 100%;margin-bottom: 20px;}
.reser-pop-wrap .checkT p input{margin-right: 10px;}
.reser-pop-wrap .btnArea .btn a{border: 1px solid #191919; padding: 10px 20px; border-radius: 5px; transition: 0.5s;}
.reser-pop-wrap .btnArea .btn a:hover{background:#191919; color: #fff;}
.btnArea{visibility: hidden; opacity: 0; transition: 0.8s;}
.btnArea.on{visibility: visible; opacity: 1; transition: 0.8s; }
.btnArea.on a{color: #191919;}
.checkT p{font-size: 13px;}
.checkT p.ok{margin-top: 15px;}
.checkT p.red{color: red;}
/*예약하기 팝업*/

.m-map{display: none;}
.m-menu-btn{display: none;}
.hd .menu-img{display: none;}
/*애니메이션*/
.scroll-txt{transform: translateY(50px); opacity: 0; transition: 1.6s;}
.scroll-txt.skew{transform: translateY(50px) skew(-10deg);}

.scroll-txt.on{transform: translateY(0); opacity: 1;}
.scroll-txt.on.skew{transform: translateY(0) skew(-10deg); opacity: 1;}
.m-sns-wrap{display: none;}
.m-br{display: none;}
@media all and (min-width: 1025px){
    .hd .main-menu-wrap a:hover{color: #a38e86;}    
}

@media all and (max-width: 1920px){
    .hd .inner-con{width: calc(100% - 300px); max-width: 100%;}
    .con1 .inner-con{width: calc(100% - 300px); max-width: 100%;}
}
@media all and (max-width: 1680px){
    .hd .main-menu-wrap{left: 500px;}
    .hd .logo{width: 80px;}
    .hd .logo img{display: block; width: 100%;}
}
@media all and (max-width: 1520px){
    .hd .inner-con{width: calc(100% - 200px);}
    .con1 .inner-con{width: calc(100% - 200px);}
    .inner-con{width: calc(100% - 100px);}
    .small-inner{width: calc(100% - 150px);}
    .reser-inner{width: calc(100% - 150px);}
    .con1 .top-left-con{width: 100px; left: -100px;}
    .con1 .page-wrap{width: 100px; transform: translateX(100px);}
}

@media all and (max-width: 1400px){
    .hd .hd-reser-box{display: none;}  
}
@media all and (max-width: 1200px){
    .hd .main-menu-wrap{left: 380px;}
    .hd .main-menu-wrap > ul > li{width: 120px;}
}

@media all and (max-width: 1024px){
    .hd{overflow: visible;}
    .hd .main-menu-wrap{width: 100%; height: 100vh; position: absolute; top: -103vh; left: 0; background-color: white; display: block; padding-top: 100px; /*border-radius: 0 0 50% 50%;*/ padding-left: 25px;  position: relative; transition: border-radius 0.8s ease 1.2s, 1.2s ; transform: translateY(0); }
    .hd.on .main-menu-wrap{top: 0; /* border-radius: 0;*/}
    .hd .main-menu-wrap > ul > li{width: auto; float: none; text-align: left; pointer-events: all;}
    .hd .main-menu-wrap > ul > li > a{font-size: 20px; pointer-events: all; line-height: 2.2;}
    .hd .main-menu-wrap .sub-menu{display: block; position: absolute; left: 180px; top: 150px; opacity: 0; visibility: hidden; pointer-events: none; transition: 1.2s;}
    .hd .main-menu-wrap .sub-menu.on{pointer-events: all; visibility: visible; opacity: 1;}    
    
    .hd .main-menu-wrap .sub-menu{transition: 1.2s;}
    .hd .main-menu-wrap .sub-menu a{font-size: 13px; line-height: 2;}
    .hd .main-menu-wrap a{display: inline-block;}


    .con1 .inner-con{width: calc(100% - 200px);}
    .hd .inner-con{width: 100%; height: 0;}
    .hd .logo{padding-left: 10px; position: relative; z-index: 5;}    
    .view-inner{width: calc(100% - 150px);}


    .con1 .top-left-con{width: 100px; left: -100px;}
    .con1 .page-wrap{width: 100px; transform: translateX(100px);}
    .main-menu-wrap{display: none;}
    .m-menu-btn{display: block; width: 30px; height: 30px; float: right; cursor: pointer; margin-top: 20px; margin-left: 20px; margin-right: 10px; z-index: 5;  position: absolute; top: 0; right: 0;} 
    
    .m-menu-btn .line{display: block; background-color: #333; width: 100%; height: 1px; background-color: #333; position: absolute; top: 50%; left: 0; transition: 0.8s}
    .m-menu-btn .line1{transform: translateY(-10px);}
    .m-menu-btn .line3{transform: translateY(10px);}

    .m-menu-btn.on .line1{transform: rotate(45deg);}
    .m-menu-btn.on .line2{opacity: 0;}
    .m-menu-btn.on .line3{transform: rotate(-45deg);}
    .m-sns-wrap{display: block;}
    .hd .main-menu-wrap > ul.m-sns-wrap{margin-top: 15px;}
    .hd .main-menu-wrap > ul.m-sns-wrap li{ position: relative; margin-bottom: 15px; float: left; margin-left: 5px;}
    .hd .main-menu-wrap > ul.m-sns-wrap li a{line-height: 1; width: 18px;}
    .hd .main-menu-wrap > ul.m-sns-wrap li img{width: 100%;}
    .hd .menu-img {display: block; position: absolute; bottom: 0; right: 0; width: 45vw; height: 90vw; }
    .hd .menu-img .img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover ; background-repeat: no-repeat; background-position: center; visibility: hidden; opacity: 0; transition: 1.2s;}
    .hd .menu-img .img.on{visibility: visible; opacity: 1;}

    .view-wrap .con2 .intro-section .bg-img{height: auto;}
    .view-wrap .con2 .intro-section .bg-img img{transform: translateY(0); position: static;}

    .special-wrap .con2 .intro-wrap .img{height: auto;}
    .special-wrap .con2 .intro-wrap .img img{transform: translateY(0); position: static;}
    
    .vdo-wrap{height: 570px;}
}

@media all and (max-width: 900px){
    .con1 .inner-con{width: calc(100% - 200px);}
    .con1 .top-left-con{width: 100px; left: -100px;}
    .con1 .page-wrap{width: 100px; transform: translateX(100px);}
    
    .inner-con{width: calc(100% - 30px);}
    .small-inner{width: calc(100% - 30px);}
    .reser-inner{width: calc(100% - 30px);}
    .view-inner{width: calc(100% - 30px);}
    
    .vdo-wrap{height: 430px;}
}

@media all and (max-width: 700px){    
    .ft .left-con .a-simbol{
        width: 50px;
        height: 50px;
    }
    .hd .menu-img{width: 110px; height: 220px;}
    .hd{height: 70px; padding-top: 0px;}
    .hd .logo{width: 70px; margin-top: 10px;}
    .hd .logo img{width: 100%;}
    .m-menu-btn{margin-top: 20px;}
    
    .hd .hd-reser-box{display: none;}
    .con1{padding-top: 70px;}
    .con1 .inner-con{width: 100%;}
    .con1 .slide{height: calc(100vh - 80px);}
    .con1 .page-wrap{width: auto; top: auto; left: auto; bottom: 30px; right: 30px; transform: translateX(0); color: white;}
    .con1 .page-wrap button{background-color: white;}
    .con1 .page-wrap .page-line{color: white;}
    .con1 .tit h2{font-size: 32px;}
    .con1 .tit h3{font-size: 15px;}
    .con1 .page-wrap button.prev::after{background-color: white;}
    .con1 .page-wrap button.next::before{background-color: white;}
    .tap-menu .sub-menu{margin-top: 10px;}

    .con1 .page-wrap span{font-size: 12px; letter-spacing: 0;}    
    .con1 .page-wrap button{margin: 3px auto; width: 40px;}
    .con1 .page-wrap button.prev{margin-bottom: 1px;}

    .main-wrap .con2{padding-top: 50px; padding-bottom: 100px;}
    .main-wrap .con2 .intro-section .tit.on h2{font-size: 42px;}
    .main-wrap .con2 .intro-section .tit h3{font-size: 16px;}
    .main-wrap .con2 .intro-section .tit p{font-size: 13px;}
    .main-wrap .con2 .intro-section .tit h5{font-size: 14px;}
    .main-wrap .con2 .intro-section .tit img{width: 100px;}

    .main-wrap .con2 .intro-section .img-wrap li{margin-right: 5px; width: calc(33.3333% - 3.333px); transform: translateY(50px); margin-bottom: 5px;}
    .special-preview-section .slide-btn{padding-left: 0;}
    

    .main-wrap .con2 .special-preview-section{padding-top: 50px;  padding-bottom: 450px;}
    .special-preview-section .tit{padding-left: 0;}
    .special-preview-section .tit h2{font-size: 32px; transform: translateX(0);  margin-bottom: 25px;}
    .special-preview-section .tit h3{font-size: 16px; margin-bottom: 10px;}
    .special-preview-section .tit p{font-size: 13px; margin-bottom: 30px;}
    .special-preview-section .slide-btn li{margin-bottom: 5px;}
    .special-preview-section .slide-btn li a{font-size: 13px;}
    .special-preview-section .slide-btn li a.on{font-size: 14px;}

    .special-preview-section .slide-img-wrap .slide .img{display: block; float: right;}
    .special-preview-section .slide-img-wrap .slide::after{content: ""; display: table; clear: both;}
    .special-preview-section .slide-img-wrap .slide{position: absolute; width: 100%; margin-top: 30px; top: auto; left: 0;}
    .special-preview-section .slide-img-wrap .slide .img1{width: 40%; margin-left: 10px; margin-right: 0; margin-top: -50px;}
    .special-preview-section .slide-img-wrap .slide .img2{width: calc(60% - 15px);}

    .special-preview-section .slide-img-wrap .slide .img2 .txt{padding-top: 10px;}
    .special-preview-section .slide-img-wrap .slide .img2 .txt p{font-size: 12px;}
    .special-preview-section .slide-img-wrap .slide .img2 .txt p br{display: none;}
    .special-preview-section .slide-img-wrap .slide .img2 .txt a{margin-top: 15px;}

    .room-preview-section .slide{height: 350px;}

    .room-preview-section .slick-dots li{font-size: 12px; margin: 0; margin-right: 10px;}
    .room-preview-section .slick-dots li.slick-active{font-size: 14px;}

    .room-preview-section .txt-box{top: 180px; left: auto; right: 0; padding: 20px;}

    .room-preview-section .txt-box p{font-size: 12px; margin-bottom: 20px;}
    .room-preview-section .txt-box .line{display: none;}
    .room-preview-section .txt-box h3{font-size: 24px;}
    .room-preview-section .txt-box h3 span{font-size: 22px;}
    .room-preview-section .slick-dots{margin-top: 0; line-height: 30px;}
    .room-preview-section .btn-wrap{width: auto; top: 320px; right: 30px; left: auto;}
    .room-preview-section .btn-wrap i{font-size: 20px;}
    .room-preview-section .btn-wrap .next{float: left; margin-left: 15px; margin-right: 0;} 
    .room-preview-section .btn-wrap .prev{margin-left: 0;}
    .room-preview-section .txt-box a:hover .arrow{transform: translateY(-2px) scaleX(1);}
    .room-preview-section .txt-box a:hover .arrow::after{transform: rotate(45deg) scaleX(1);}    

    .ft{padding-bottom: 40px; position: relative;}
    .ft .inner-con{padding: 0; padding-top: 30px; text-align: center;}
    .ft .tel a{font-size: 20px;}
    .ft .ft_logo{width: 95px;}
    .ft .ft-info{font-size: 13px; margin-bottom: 15px;}
    .ft .ft-info span{font-size: 13px; display: block; margin-right: 0;}
    .ft .copyright{font-size: 12px;}
    .ft .copyright a{display: block;}
    .ft .login{font-size: 12px;}
    .ft .copyright{margin-bottom: 20px;}
    .ft .right-con{display: none;}
    .ft .toTop{right: 30px; bottom: 30px; display: block;}

    .ft .sns-wrap li{float: none; display: inline-block; margin: 0 5px;}
    .ft .sns-wrap{margin-bottom: 0;}
    .ft .left-con{float: none;}
    .sub-wrap .con1 .slide{height: 350px;}
    .sub-wrap .con1{height: auto;}

    .view-wrap .con2{padding-bottom: 100px;}
    .view-wrap .con2 .intro-section{padding-top: 50px;;}
    .view-wrap .con2 .intro-section .tit h5{font-size: 14px;}
    .view-wrap .con2 .intro-section .tit h2{font-size: 32px;}
    .view-wrap .con2 .intro-section .tit h3{font-size: 15px;}
    .view-wrap .con2 .intro-section .tit{margin-bottom: 30px;}

    .view-wrap .con2 .intro-section .bg-img{height: auto;}
    .view-wrap .con2 .intro-section .bg-img img{position: initial; transform: translateY(0);}
    .view-wrap .con2 .intro-section .txt{margin-top: 50px; padding-bottom: 50px;}
    .view-wrap .con2 .intro-section .txt h3{font-size: 16px;}
    .view-wrap .con2 .intro-section .txt p{font-size: 13px;}
    .view-wrap .con2 .intro-section .txt h3{margin-bottom: 30px;}

    .view-wrap .con2 .img-section{padding-top: 50px; padding-bottom: 100px;}
    .view-wrap .con2 .img-section .tit h3{font-size: 32px;}
    .view-wrap .con2 .img-section .tit p{font-size: 13px;}

    .view-wrap .con2 .img-section .img-wrap .small-img{width: 38%; margin: 0 5%;}
    .view-wrap .con2 .img-section .img-wrap .big-img:nth-child(2){margin-left: 5%;}
    .view-wrap .con2 .img-section .img-wrap .big-img:nth-child(3){margin-right: 5%;}
    
    .view-wrap .con2 .outtro-section .img-wrap{height: 250px;}
    .view-wrap .con2 .outtro-section .txt{padding: 0; padding-top: 15px;}
    .view-wrap .con2 .outtro-section .txt p{font-size: 12px; margin-top: 10px;}

    .room-wrap .con2 .info-section .tit h5{font-size: 14px;}
    .room-wrap .con2 .info-section .tit h2{font-size: 32px;}
    .room-wrap .con2 .info-section .tit h2 span{font-size: 14px;}
    .room-wrap .con2 .info-section .tit p{font-size: 13px;}
    .room-wrap .con2 .info-section .info .img{width: 100%; height: 200px;}
    .room-wrap .con2 .info-section .info .txt{width: 100%; padding: 0;}
    .room-wrap .con2 .info-section .info .txt ul li p{font-size: 13px;}
    .room-wrap .con2 .info-section .info .txt ul li h5{font-size: 15px; float: none; margin-bottom: 3px;}
    .room-wrap .con2 .info-section .info .txt ul li{margin-bottom: 15px;}
    .room-wrap .con2 .info-section .info .txt ul li p br{display: none;}
    .room-wrap .con2 .info-section .info .txt .reser-box{margin-top: 50px;}
    .room-wrap .con2 .thumb-section h2{font-size: 42px; display: none;}
    .room-wrap .con2 .thumb-section .thumb-wrap .txt{width: 100%; float: none;}
    .room-wrap .con2 .thumb-section .thumb-wrap .img-wrap{width: 100%;}
    .room-wrap .con2 .thumb-section .thumb-wrap .img-wrap img{width: calc(33.3333% - 2px); margin-right: 3px;}
    .room-wrap .con2 .thumb-section .thumb-wrap .txt{padding-left: 0; margin-bottom: 15px;}
    .room-wrap .con2 .thumb-section .thumb-wrap .txt h3{font-size: 22px;}
    .room-wrap .con2 .thumb-section .thumb-wrap .txt p{font-size: 13px;}

    .room-wrap .con2 .thumb-section .thumb-wrap .txt{padding-top: 50px;}
    .room-wrap .con2 .thumb-section{padding-bottom: 50px;}
    .room-wrap .con2 .info-section .info .txt h3{font-size: 15px; margin-top: 50px; margin-bottom: 30px;}
    .table-section .week_date p{font-size: 12px; padding: 0 5px;}

    .room-wrap .con2 .table-section .info h3{font-size: 15px;}
    .room-wrap .con2 .table-section .info p{font-size: 13px;}

    .room-wrap .con2 .table-section{padding-bottom: 80px;}
    .room-wrap .con2 .room-preview-section{margin-bottom: 80px;}

    .special-wrap .con2 .intro-wrap{padding-top: 50px;;}
    .special-wrap .con2 .intro-wrap .tit h5{font-size: 14px;}
    .special-wrap .con2 .intro-wrap .tit h2{font-size: 32px;}
    .special-wrap .con2 .intro-wrap .tit h3{font-size: 15px;}
    .special-wrap .con2 .intro-wrap .tit{margin-bottom: 30px;}

    .special-wrap .con2 .intro-wrap .img{height: auto;}
    .special-wrap .con2 .intro-wrap .img img{position: initial; transform: translateY(0);}
    .special-wrap .con2 .intro-wrap .tit{margin-top: 0;}
    .special-wrap .con2 .intro-wrap .txt p{font-size: 13px;}

    .special-wrap .con2 .intro-wrap .txt{margin-bottom: 80px;}
    .special-wrap .con2 .thumb-section .tit{padding-left: 0; width: 100%; padding-top: 50px;}
    .special-wrap .con2 .thumb-section .tit h3{font-size: 32px;}
    .special-wrap .con2 .thumb-section .tit p{font-size: 13px;}
    .special-wrap .con2 .special-preview-section{padding-bottom: 430px;}
    .special-wrap .con2 .thumb-section .img-wrap{width: 100%; margin-top: 50px;}
    .special-wrap .con2 .thumb-section .img-wrap .img{opacity: 0; transform: translateY(50px);}    
    .special-wrap .con2 .thumb-section .img-wrap .img1{margin-top: 0; margin-bottom: 0;}
    .special-wrap .con2 .thumb-section .img-wrap .img2{margin-top: -30px;}
    .special-wrap .con2 .thumb-section .img-wrap .img3{margin-top: -25px;}    


    .sub-wrap .con1 .sub_top_img{height: 350px;}
    .tour-wrap .con2 .sub-tit{padding-top: 50px; margin-bottom: 50px;}

    .sub-wrap .con2 .sub-tit h5{font-size: 14px;}
    .sub-wrap .con2 .sub-tit h2{font-size: 32px; margin-bottom: 10px;}
    .sub-wrap .con2 .sub-tit h3{font-size: 15px;}

    .tour-wrap .con2 .tour-slide-wrap{margin-bottom: 80px;}
    .tour-wrap .con2 .slide-wrap{width: 100%; padding-right: 0;}
    .tour-wrap .con2 .slide-wrap .slide{height: 200px;}
    .tour-wrap .con2 .txt{width: 100%; padding-left: 0; padding-top: 25px;}
    .tour-wrap .con2 .txt h4{font-size: 16px; margin-bottom: 5px;}
    .tour-wrap .con2 .txt h3{font-size: 22px; margin-bottom: 20px;}
    .tour-wrap .con2 .txt h3 span{font-size: 13px; margin-left: 0px; display: block;}
    .tour-wrap .con2 .txt p{font-size: 13px; }
    .tour-wrap .con2 .txt p br{display: none;}
    .tour-wrap .con2{padding-bottom: 80px;}


    .map-wrap .con2 .sub-tit{padding-top: 50px;}
    .map-wrap .con2 .info .navi-txt{padding-top: 50px; padding-bottom: 20px;}
    .map-wrap .con2 .info li h3{padding-left: 0; font-size: 16px; width: 100%; margin-bottom: 25px;}
    .map-wrap .con2 .info li .txt{width: 100%;}
    .map-wrap .con2 .info .navi-txt .txt h4{font-size: 15px;}
    .map-wrap .con2 .info .navi-txt .txt p{font-size: 13px;}
    .map-wrap .con2 .info .pickup-txt .txt p{font-size: 13px; margin-bottom: 20px;}
    .map-wrap .con2 .info .bus-txt .txt h4{font-size: 15px; margin-bottom: 5px;}
    .map-wrap .con2 .info .bus-txt .txt a{font-size: 13px; margin-bottom: 30px;}
    .map-wrap .con2 .info .bus-txt{padding-bottom: 80px;}


    .reser-wrap .con2 .sub-tit{padding-top: 50px;}
    .reser-wrap .con2 .sub-tit{margin-bottom: 50px;}
    .reser-wrap .con2 .info1 img{width: 100%;}
    .reser-wrap .con2 .info1 .txt{width: 100%; padding-left: 0; margin-top: 50px;}
    .reser-wrap .con2 .info1 .txt h3{font-size: 15px; margin-bottom: 15px; }
    .reser-wrap .con2 .table-wrap{margin-bottom: 80px;}
    .reser-wrap .con2 .table-wrap h3 a{line-height: 30px;}
    .reser-wrap .con2 .table-wrap h3{font-size: 16px; line-height: 30px;}
    .reser-wrap .con2 .info1 .txt li{font-size: 13px;}
    .reser-wrap .con2 .info1 .txt ul{margin-bottom: 30px;}
    .reser-wrap .con2 .info1 .txt p{font-size: 13px;}
    .reser-wrap .con2 .info1{margin-bottom: 50px;}
    .reser-wrap .con2 .info2 h3{font-size: 16px; margin-bottom: 15px;}
    .reser-wrap .con2 .info2 h4{font-size: 14px; margin-bottom: 10px;}
    .reser-wrap .con2 .info2 .left p{font-size: 13px; padding-left: 0;}
    .reser-wrap .con2 .info2 .right p{font-size: 13px; letter-spacing: -0.5px;}

    .reser-wrap .con2{padding-bottom: 80px;}
    
    .pc-map{display: none;}
    .m-map{display: block;}
    .m-br{display: block;}
    
    .vdo-wrap{height: 250px;}


    .reser-pop-wrap{width: 80%;    padding: 30px 20px;}
    .reser-pop-wrap .checkT p{width: 80%; font-size: 11px; padding-bottom: 10px;}
    .reser-pop-wrap .btnArea .btn a{font-size: 11px;}
    
    .reser-pop-wrap{width: 80%;    padding: 30px 20px;}
    .reser-pop-wrap .checkT p{width: 80%; font-size: 11px; padding-bottom: 10px;}
    .reser-pop-wrap .btnArea .btn a{font-size: 11px;}
}