@import url('https://fonts.googleapis.com/css2?family=Montaga&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');
#ifrm {
    width: 100%;
   min-height: 300px;
    overflow: hidden;
    border: 0;
}


/* pc */
@media screen and (min-width:1300px){
   #memofile { max-width:1250px; }
}
/* tablet */
@media screen and (min-width:768px) and (max-width:1024px){
   #memofile { width:99%; }
}
/* mobile */
@media screen and (min-width:0) and (max-width:767px){
   #memofile { width:99%; }
}

body,div,p,h1,h2,h3,h4,h5,h6,ol,li,dl,dt,dd,ul,pre,form,fieldset,legend,button,table,th,td {
border:0;
margin:0;
padding:0;
}

ul,li,dl {
list-style:none;
}

img {
border:0;
vertical-align:top;
font-size:0;
}

address,caption,cite,code,dfn,em,var {
font-style:normal;
}

a {
text-decoration:none;
color:#333;
}

a:hover,a:active,a:focus {
text-decoration:none;
}

table {
border:0;
border-spacing:0;
border-collapse:collapse;
padding:0;
}

strong {
font-weight:500;
}

h1,h2,h3,h4,h5,h6 {
font-weight:400;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,main {
display:block;
}

body,th,td,input,select,textarea,button {
color:#333;
font-size:18px;
line-height:1.35;
letter-spacing:-0.05em;
font-family: 'SUIT';
font-weight:400;
}

body, html{
width:100%;
overflow-x:hidden;
}

:focus {
outline:none;
}

.blind, .-open-btn, .gnb-close-btn, .mobile-gnb {
display:none;
}


.slick-slide {
display:inline-block;
vertical-align:top;
}

.gnb:after,.sub-content:after {
clear:both;
display:block;
height:0;
content:"";
visibility:hidden;
}

.header-gnb .gnb > li.current > a{
font-weight:600;
color:#274295;
}

.side-top{
position:fixed;
right:10px;
bottom:10px;
width:90px;
height:90px;
line-height:90px;
text-align:center;
border-radius:999px;
background:rgba(0,0,0,0.4);
letter-spacing: 0.05em;
cursor: pointer;
color:#fff;
z-index:9999;
font-weight:600;
}

header {
width:100%;
height:80px;
line-height:80px;
background-size:cover;
position:fixed;
z-index:999999;
box-sizing:border-box;
display:flex;
padding:0 20px;
justify-content: space-between;
transition: .3s ease;
}
header.drop{
background:rgba(0,0,0,0.8)
}


.header-logo {
box-sizing:border-box;
line-height:inherit;
}

.header-logo a{
display:block;
line-height:inherit;
}

.header-logo a img{
width:240px;
vertical-align:middle;
}

.header-gnb {
z-index:99;
display:inline-block;
transition: .3s ease;
overflow:hidden;
}
.header.on{
background:rgba(0,0,0,0.8);
}


.header.on .header-gnb:after{
content:"";
display:block; 
width:100%;
height:1px;
background:rgba(255,255,255,0.1);
left:0;
top:80px;
position:absolute;
}

.header-gnb .gnb{
width:100%;
margin:0 auto;
box-sizing:border-box;
display:flex;

}

.header-gnb .gnb > li {
position:relative;
line-height:80px;
text-align:center;
box-sizing:border-box;
vertical-align:top;
}


.header-gnb .gnb > li:hover > a{
color:#fff;
font-weight:600;
}

.header-gnb .gnb > li > a {
display:block;
color:#fff;
position:relative;
font-weight:600;
font-size:18px;
letter-spacing:0em;
padding:0 40px;
}

/*.gnb > li > ul {
display:none;
position:absolute;
left:50%;
margin-left:-80px;
width:160px;
z-index:5;
background:#377cda;
box-sizing:border-box;
padding:5px 0;
border-radius:5px;
}*/
.header-gnb .gnb > li > ul:after{
content:"";
display:block;
background:url(img/menu-arrow.png);
width:12px;
height:7px;
position:absolute;
top:-7px;
left:50%;
margin-left:-6px;
}

.header-gnb .gnb > li:hover > ul {
height:auto;
display:block;
}

.header-gnb .gnb > li > ul li {
height:2em;
line-height:2em;
}

.header-gnb .gnb > li > ul{
padding-top:20px;
padding-bottom:40px;
box-sizing:border-box;
}

.header-gnb .gnb > li > ul li:first-child{
border-top-width:0;
}

.header-gnb .gnb > li > ul li a {
display:block;
font-size:18px;
font-weight:300;
color:rgba(255,255,255,0.7);
}


.header-gnb .gnb > li > ul li:hover a{
color:#fff;
font-weight:500;
}


.tnb{
text-align:right;
}





.tnb li a{
width:40px;
height:40px;
color:#fff;
display:inline-block;
line-height:inherit;
border-radius:999px;
overflow:hidden;
}
.tnb li a img{
width:100%;
}



@keyframes blink{
0% {background:#9cd94d;}
100% {background:#ffe21e;}
}
.tnb li.tnb-link a{
background:#ffe21e;
color:#000;
padding:0 15px;
border-radius:999px;
font-size:15px;
animation: blink 0.25s ease infinite alternate;
}
.tnb li.tnb-link a i{
font-size:15px;
}

.all-menu-area{
display:none;
}

.gnb-close-btn{
position:absolute;
right:290px;
top:10px;
z-index:99999;
width:35px;
height:35px;
line-height:35px;
text-align:center;
color:#fff;
font-size:25px;
display:block;
cursor:pointer;
}

.mobile-open-btn{
display:none;
}

#sidebar{
position:fixed;
top:0;
bottom:0; 
display:none; 
right:-200px; 
z-index:9999; 
-webkit-transition: right 1s;  
transition: right 1s; 
width:auto; 
overflow:visible; 
background:#000;
margin-left:0;
left:auto;
border:0;
}

.sidebg{
display:block;
position: fixed;
height: 150%;
background: rgba(0,0,0,0.5);
width: 100%;
top: 0;
right: 0;
z-index: 9;
}
.menu{
position:relative;
z-index:555555; 
width:280px; 
left:auto; 
right:0; 
overflow-x:hidden; 
overflow-y:auto; 
height:100%; 
background:#fff;
display:block;
text-align:left;
box-sizing:border-box;
padding:20px;
}

.menu > li{
display:block;
width:100%;
box-sizing:border-box;
border-left:0;
box-sizing:border-box;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px rgba(0,0,0,0.2) solid;
}

.menu > li > ul > li{
padding:5px 0;
}

.menu > li > a{
height:30px;
line-height:30px;
font-weight:800;
display:block;
width:100%;
}

.menu > li > ul > li > a{
display:block;
}
.side-tnb{
background:#fff;
border-bottom:1px #e0e0e0 solid;
padding:10px;
position:relative;
z-index:9999;
display:none;
}

.side-tnb a{
display:inline-block; margin-right:10px;
}

.h-tel a{
display:inline-block;
padding:0px 20px;
color:#fff;
height:45px;
line-height:45px;
border-radius:10px;
font-weight:600;
letter-spacing: 0em;
font-size:1.125em;
}



@media screen and (min-width:1025px) {
   .menu{
   width:100%;
   max-width:1280px;
   margin:0 auto;
   display:flex;
   flex-wrap:wrap;
   box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
   border-radius:10px 0 10px 10px; 
   box-sizing:border-box;
   padding:0;
   height:auto;
   }
   .menu > li{
   border-bottom:0;
   margin-bottom:0;
   padding-bottom:20px;
   text-align:center;
   width:20%;
   box-sizing:border-box;
   border-left:1px #e0e0e0 solid;
   border-bottom:1px #e0e0e0 solid;
   }
   .menu > li:nth-child(5n+1){
   border-left-width:0;
   }
   .menu > li:last-child{
   border-right:1px #e0e0e0 solid;
   }
   .menu > li > a{
   text-align:center;
   padding:10px 0;
   background:#215bc7;
   color:#fff;
   height:auto;
   margin-bottom:10px;
   }
   .menu > li ul{
   }
   #sidebar{
   width:100%;	
   background:rgba(0,0,0,0.3);
   top:20%;
   }
   .menu > li > ul > li{
   padding:2px;
   font-size:0.9em;
   }
   
   .gnb-close-btn{
   background:#002062;
   color:#fff;
   border-radius:0 10px 10px 0;
   width:50px;
   height:50px;
   line-height:50px;
   top:0px;
   left:50%;
   margin-left:640px;
   }

}




/*footer*/
footer{
width:100%;
background:#342a28;
color:#fff;
padding:50px 0;
position:relative;
z-index: 10;
}
.foot-info{
width:95%;
max-width:1280px;
margin:0 auto;
display:flex;
justify-content: space-between;
}
.fic-t1{
font-family: 'Montaga', serif;
letter-spacing: 0.05em;
font-weight:400;
text-transform: uppercase;
font-size:14px;
margin-bottom:10px;
opacity:0.9;
}
.fic-t2 img{
width:70%;
max-width:460px;
}
.fic-t3{
font-size:20px;
margin:15px 0 15px;
opacity:0.9;
}
.fic-a1{
font-size:40px;
font-weight:900;
color:#fff;
letter-spacing: 0em;
display:block;
margin-top:10px;
margin-bottom:10px;
}
.fic-a1 i{
vertical-align: -0.15em;
}

.fic-a2{
display:inline-block;
background:rgba(255,255,255,0.1);
padding:10px 25px;
color:rgba(255,255,255,0.8);
border-radius:999px;
}
.fic-a2 i{
vertical-align: -0.05em;
}
.fic-a2 i.xi-calendar-check{
font-size:1.125em;
vertical-align: -0.1em;
margin-right:5px;
}
.fi-menu{
text-align:right;
}
.fi-menu a{
display:inline-block;
padding:5px;
color:#fff;
font-size:19px;
opacity:0.8;
}

.foot-area{
width:95%;
max-width: 1280px;
margin:0 auto;
opacity:0.9;
text-align:center;
}
.foot-add img{
display:block;
margin:0 auto 30px;
width:240px;
opacity:0.7;
}
.foot-add p{
display:inline-block;
margin-right:15px;
font-size:0.94em;
}
.foot-copyright{
letter-spacing: 0em;
margin-top:10px;
opacity:0.8;
font-size:0.94em;
}

/********************* main *********************************/
.scroll-down-wrap{
position:absolute;
left:20px;
bottom:100px;
z-index:999;

}
.scroll-down-wrap a{
display: flex;
flex-flow: column;
align-items: center;
cursor: pointer;
padding-top:120px;
color:#fff;
}
.scroll-down-wrap p{
color:#fff;
font-size:16px;
transform: rotate(-90deg) translateX(50%);
letter-spacing:0em;
margin-bottom:0px;
}
.scroll-down-wrap img{
width:20px;
}
/*visual*/
#main-visual{
width:100%;
max-width:2000px;
margin:0 auto;
overflow:hidden;
position:relative;
z-index:9;

}

.mv-bg{
background-image:url(img/visual-bg.png);
background-position:0 0;
background-size:cover;
position:absolute;
width:100%;
height:80%;
left:0;
top:0;
z-index:88;
}
.mv-slide{
position:relative;
z-index:77;
}

#main-visual .slick-arrow{
position:absolute;
right:50px;
bottom:50px;
z-index:99999;
font-size:35px;
width:50px;
height:50px;
line-height:50px;
text-align:Center;
color:#fff; 
background:transparent;
}
#main-visual .slick-arrow.slick-prev{
right:100px;
}

.va-box{
position:relative;
}
.va-img img{
width:100%;
}

.va-text{
position:absolute;
width:100%;
height:100%;
left:0%;
top:0%;
align-items: center; 
justify-content: center;
display:flex;
flex-direction: column;
z-index:88;
color:#fff;
font-size:37px;
line-height:1.6em;
text-align:center;
letter-spacing:-0.05em;
text-shadow: 0 0 18px rgba(0,0,0,0.9);
}
.va-text strong{
font-weight:700;
}
.va-text img{
width:450px;
}

#introduce{
background:url(img/intro-bg.jpg);
background-size:cover;
background-position:50% 50%;
padding:130px 0;
padding-left:15%;
color:#fff;
border-top:10px #000 solid;
}
.intro-ico{
width:90px;
}
.it-t1{
font-size:24px;
font-weight:300;
padding:10px 0;
color:rgba(255,255,255,0.5);
}
.it-t2{
font-size:65px;
font-weight:800;
text-transform: uppercase;
}
.it-t2 span{
font-weight:300;
}
.it-t3{
font-size:22px;
font-weight:300;
opacity:0.7;
line-height:1.8em;
padding:20px 0 20px;
}
.it-t4{
font-size:20px;
color:rgba(255,255,255,0.6);
margin-bottom:50px;
}
.it-t4 i{
vertical-align:-3px;
}
.it-a{
display:inline-block;
border:1px rgba(255,255,255,0.8) solid;
border-radius:999px;
padding:5px 20px;
color:rgba(255,255,255,0.8);
letter-spacing: 0em;
transition: all .3s ease-out;
}
.it-a:hover{
background:#fff;
color:#333;
}

.product-area{
width:100%;
display:flex;
}

.product-area section{
width:25%;
text-align:center;
box-sizing:border-box;
}

.product-area section a{
display:flex;
color:#fff;
line-height:1.1;
justify-content: center;
align-items: center;
height:600px;
width:100%;
position:relative;
overflow:hidden;
background:#000;
}

.product-area section a:hover .pro-bg{ 
-webkit-transform: scale(1.2); 
transform: scale(1.2);
}

.bg-bg{
background-image:url(img/bg-bg.png);
background-position:50% 0%;
background-size:cover;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:5;
}
.pro-bg{
background-color:#333;
background-image:url(img/bg01.jpg);
background-position:50% 50%;
background-size:cover;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:1;
-webkit-transition: transform .3s ease-out;
transition: transform .3s ease-out;
}

#pr-a2 .pro-bg{
background-image:url(img/bg02.jpg);
}
#pr-a3 .pro-bg{
background-image:url(img/bg03.jpg);
}
#pr-a4 .pro-bg{
background-image:url(img/bg04.jpg);
}

.product-box{
width:100%;
}
.pro-tit{
position:relative;
z-index:66;
}
.pro-tit span{
opacity:0.6;
font-weight:200;
font-size:21px;
margin-bottom:5px;
display:block;
}
.pro-tit span strong{
font-weight:900;
}

.pro-tit p{
opacity:0.2;
font-family: 'Poppins', sans-serif;
font-weight:700;
font-size:28px;
letter-spacing:0.1em;
text-transform: uppercase;
}

.pro-tit h2{
font-weight:700;
letter-spacing:0;
font-size:40px;
padding:15px 0;
text-transform: uppercase;
line-height:1.05em;
height:2.1em;
display:flex;
align-items: center;
justify-content: center;
}

.pro-tit div{
font-size:18px;
font-weight:300;
opacity:0.7;
line-height:1.3;
}

.pro-btn{
display:inline-block;
border-bottom:2px #fff solid;
margin-top:30px;
position:relative;
z-index:2;
}





#rooms{
position:relative;
}
.rooms-nav{
position:absolute;
z-index:999;
left:65%;
padding-left:90px;
top: 250px;
font-size:22px;
color:#999;
font-weight:600;
cursor:pointer;
}
.rooms-nav .slick-slide{
margin-right:20px;
}
.rooms-nav .slick-slide.slick-current{
color:#a26c37;
}
.rs-box{
display:flex !important;
align-items: flex-end;
}
.rooms-slide .slick-dots{
position:absolute;
left:65%;
padding-left:90px;
top:180px;
}
.rooms-slide .slick-dots li{
display:none;
font-size:15px;
}
.rooms-slide .slick-dots li.slick-active{
display:block;
opacity:0.5;
font-weight:600;
letter-spacing:0.05em;
}
.rsb-img{
flex-shrink: 0;
width: 65%;
}
.rsb-img img{
width:100%;
}
.rsb-txt{
flex-grow: 1;
box-sizing:border-box;
padding: 90px;
}
.rsbt-t1{
font-size:42px;
color:#63584d;
font-family: 'Libre Baskerville', serif;
letter-spacing: 0.05em;
text-transform: uppercase;
}
.rsbt-t2{
color:#322e2a;
font-size:50px;
font-weight:700;
padding-top:20px;
}
.rsbt-t3{
font-size:20px;
font-weight:300;
opacity:0.7;
line-height:1.8em;
padding:40px 0 60px;
}
.rsbt-a{
display:inline-block;
border:2px #c9c9c9 solid;
border-radius:999px;
padding:5px 20px;
color:rgba(0,0,0,0.4);
letter-spacing: 0em;
transition: all .3s ease-out;
}
.rsbt-a:hover{
background:#c9c9c9;
}



#facilities{
background:url(img/fac-bg.gif); 
background-size:cover;
padding:100px 0 70px;
position:relative;
}
.fac-area{
width:85%;
margin-left:15%;
position:relative;
}

.fac-tit span{
font-size:20px;
letter-spacing: 0.2em;
color:#a26c37;
font-weight:300;
display:block;
}
.fac-tit p{
color:#63584d;
font-size:60px;
font-weight:800;
text-transform: uppercase;
}
.fac-slide{
margin-top:30px;

}
.slick-list{
width:100%;
overflow:hidden;
}
.fac-slide .slick-slide{
width:390px;
}

.fac-slide .slick-slide > div{
margin-right:30px;
}
.fac-slide .slick-arrow{
position:absolute;
right:15%;
top:65px;
z-index:20;
font-size:40px;
color:#817c77;
opacity:0.5;
background:transparent;
}
.fac-slide .slick-arrow.slick-prev{
margin-right:50px;
margin-top:3px;
}
.fs-box a{
display:block;
position:relative;
width:100%;
}
.fsb-txt{
z-index:2;
font-size:18px;
font-weight:500;
margin-top:10px;
}
.fsb-txt span{
letter-spacing: 0.02em;
text-transform: uppercase;
font-size:15px;
margin-top:10px;
display:block;
color:#777;
}
.fsb-txt span i{
vertical-align: -1px;
}
.fsb-img{
width:100%;
padding-top:80%;
position:relative;
z-index:1;
background:#333;
overflow:hidden;
}
.fsb-img img{
position:absolute;
left:50%;
top:50%;
width:100%;

transition: all .3s ease-out
}
.fsb-img:hover img{
-webkit-transform: scale(1.1); transform: scale(1.1);
}

.fac-slide .slick-dots{
position:absolute;
z-index:99; 
top:-30px;
left:0;
}
.fac-slide .slick-dots li{
position:absolute;
display:none; 
font-size:15px;
}
.fac-slide .slick-dots li.slick-active{
display:block;
color:#a49e98;
font-weight:600;
letter-spacing:0.05em;
}

@keyframes rollingTxt {
 from {
     transform: rotate(0);
 }

 to {
     transform: rotate(360deg);
 }
}
.text-deco{
position:absolute;
left:2%;
bottom:-90px;
}
.text-deco img{
width:180px;
animation: rollingTxt 6s linear infinite;transform-origin: 50% 50%;
}


#kind{
width:100%;
background-color:#333;
background-image:url(img/kind-bg.jpg);
background-size:cover;
background-position:50% 20%;
padding:180px 0 120px;
position:relative;
overflow:hidden;
}
.kind-slide{
position:absolute;
left:0%;
top:0;
z-index:1;
width:100%;
height:100%;
display:flex;
align-items: center;
justify-content: center;
}
.kind-slide .slick-track{
display:flex;
align-items: center;
}

.ks-box{
width:100%;
height:100%;
display:flex !important;
align-items: center;
justify-content: center;
}

.ks-box img{
width:100%;
}
.kind-area{
width:95%;
max-width:1280px;
text-align:center;
margin:0 auto;
color:#fff;
z-index:2;
position:relative;
}
.ka-t1{
font-size: 20px;
font-weight: 300;
padding: 10px 0;
color: rgba(255,255,255,0.5);
letter-spacing: 0.2em;
}
.ka-t2{
font-size: 26px;
font-weight: 600;
word-break:keep-all;
padding:20px 0 50px;
line-height:1.8em;
color:rgba(255,255,255,0.9);
}
.ka-link{
display: inline-block;
border: 1px rgba(255,255,255,0.8) solid;
border-radius: 999px;
padding: 5px 20px;
color: rgba(255,255,255,0.8);
letter-spacing: 0em;
transition: all .3s ease-out;
background-color:transparent;
}
.ka-link:hover{
border-color:#fff;
background-color:#fff;
color:#333;
}

#main-form{
background:#403a36;
padding:60px 0;
}
.main-form-area{
width:95%;
max-width:1280px;
margin:0 auto;
display:flex;
}

.sca41 #main-form{
background:transparent;
padding:0;
}
.sca41 #main-banner{
background:rgba(255,255,255,0.6);
}
.sca41 .coun_check span{
color:#666;
}
.sca41 a.layer_btn{
color:#111;
}

#main-banner{
background:#f7f0df;
background-image:url(img/banner-bg.gif);
background-position:50% 50%;
background-size:cover;
margin-right:40px;
text-align:center;
box-sizing:border-box;
padding:50px;
display:flex;
flex-direction: column;
justify-content: center;
flex-grow: 1;
border-radius:5px;
color:#4f2b21;

}
#main-banner img{
width:80%;
max-width:280px;
margin:0 auto;
}

.mb-t1{
letter-spacing: 0.05em;
font-weight:400;
text-transform: uppercase;
font-size:18px;
opacity:0.5;
margin-top:20px;
}
.mb-t2{
margin-top:10px;
font-size:20px;
font-weight:600;
}

#contact{
flex-shrink: 0;
width:680px;
}
.cnt_left{position:relative;}
.cnt_left select{width:100%; box-sizing:border-box; height:52px;line-height:100%;color:#000;padding-left:2%;margin-bottom:1%; border:none;background:#fff;}
.cnt_left input{margin-bottom:1%; border-radius:5px;}
.cnt_left input.ip1{float:left;width:49.5%; box-sizing:border-box; height:52px;line-height:100%;font-size:18px;color:#000;padding-left:2%;border:none;background:#fff;}
.cnt_left input.ip1-1{margin-left:1%;}
.cnt_left input.ip2{width:100%; box-sizing:border-box; height:52px;line-height:100%;font-size:18px;color:#000;padding-left:2%; border:none;background:#fff;}
.cnt_left textarea{width:100%; box-sizing:border-box; padding:2%;height:148px;line-height:26px;font-size:0.9em;color:#000;border:none;background:#fff; border-radius:5px;}
.cnt_left input::placeholder,.cnt_left textarea::placeholder{color:#777 !important;}
.cnt_left:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}


.coun_check{width:100%;height:14px;margin:15px 0 30px 0;}
.coun_check input{width:14px;height:14px;line-height:14px;margin-right:5px;}
.coun_check span{font-size:0.85em;line-height:14px;color:#bbb;}
a.layer_btn{line-height:14px;font-size:0.85em; color:#fff;margin-left:10px;}
button.coun_btn{width:100%; box-sizing:border-box; border-radius:5px; height:64px;line-height:66px;font-weight:600;text-align:center;color:#fff;background:#8b653f;cursor:pointer;webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;}
button:hover.coun_btn{background:#d4431d;}


button.coun_btn2{float:left;width:100%; box-sizing:border-box;;height:64px;line-height:33px;font-size:22px;font-weight:600;text-align:center;color:#fff;background:#02326d;cursor:pointer;border-bottom:4px solid #8d1a1e;}
button:hover.coun_btn2{background:#031e3f;}


.layer{display:none;position:fixed;_position:absolute;top:0;left:0;width:100%;height:100%;z-index:9999999999}
.layer .bg{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.7;filter:alpha(opacity=70);}
.layer .pop-layer{display:block;overflow-x:hidden;}
.pop-layer{display:none;position:absolute;top:50%;left:50%;width:46%;min-height:300px;background:#fff;border:1px solid #000;}	
.pop-layer .pop-container{position:relative;float:left;padding:4%;}
.assembly_title{position:relative;float:left;width:100%;color:#000;font-size:20px;font-weight:600;}
.btn-r{position:absolute;right:0;top:0;width:6%;z-index:100;}
a.cbtn{float:left;display:block;width:100%;height:42px;line-height:42px;background:#000;font-size:26px;color:#fff;text-align:center;}	
.rule_pop{float:left;width:100%;font-size:0.85em;line-height:1.4em;color:#777;margin-top:2%;}

#site-banner{
padding:20px 0;
background:#262422;


}
.sb-list{
width:96%;
max-width:1280px;
margin:0 auto;
position:relative;

}
#site-banner .slick-slide > div{
padding:0 5px;
}

#site-banner .slick-list{
overflow:hidden;
flex-grow: 1;
}
#site-banner .sb-list{
display:flex;
align-items: center;
gap:10px;
}
#site-banner .slick-arrow{
flex-shrink: 0;
background:#46403a;
width:40px;
height:40px;
line-height:40px;
text-align:center;
color:#fff;
border-radius:9999px;
}

.sbl-box a{
display:block;
box-sizing:border-box;
border-radius:5px;
display:flex;
overflow: hidden;
justify-content: center;
align-content: center;
flex-wrap:wrap;
height:65px;
background:#655b52;
}
.sbl-box a img{
width:90%;
}


#main-location{
height:500px;
overflow:hidden;
}

#main-location .root_daum_roughmap .wrap_map{
height:550px !important;
}

.ml-info{
width:100%;
background:#2e211e;
}
.mli-area{
width:96%;
max-width:1280px;
margin:0 auto;
display:flex;
justify-content: center;
align-items: center;
color:#fff;
gap:50px;
padding:30px 0;
}
.mli-area dl{
display:flex;
align-items: center;
gap:15px;
}
.mli-area dl dt{
border:1px rgba(255,255,255,0.5) solid;
border-radius:999px;
padding:5px 20px;
font-weight:700;
}


/********************* sub *********************************/
.sub-visual{
width:100%; 
height:35vh;
background-color:#000;
position:relative;
}

.sv-txt{
position:absolute;
z-index:22;
left:0;
top:0;
display:flex;
width:100%; 
height:100%;
flex-direction: column;
justify-content: center;
align-items: center;
color:#fff;
}
.sv-txt p{
font-size:65px;
font-weight:600;
padding-top:80px;
}
.sv-txt span{
text-transform:uppercase;
font-size:18px;
letter-spacing: 0.15em;
opacity:0.6;
margin-top:10px;
display:block;
width:100%;
text-align:center;
}
.sv-slide{
z-index:11;
position:relative;
}
.svs-img{
width:100%;
height:35vh;
background-position:50% 50%;
background-size:cover;
opacity:0.8;
}

.sv-slide .slick-arrow{
position:absolute;
right:150px;
bottom:30px;
z-index:99999;
font-size:35px;
color:#fff; 
background:transparent;
}
.sv-slide .slick-arrow.slick-prev{
right:200px;
}

.sub-content{
padding:120px 0;
background:#ede1dc;
}
.sub-content-area{
width:94%;
max-width:1280px;
margin:0 auto;
}
.sub-img{width:100%; max-width:1280px; margin:0 auto;}
.sub-img img{width:100%;}



/* 이미지 비율 유지하면서 틀안에 */
.img{position:relative;float:left;width:100%;height:100%;vertical-align:middle;text-align:center;}
.img img{position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%;max-height:100%;width:auto;height:auto;margin:auto;}
/* 마우스 오버시 효과 */
a:hover .img img,
a:hover .p-img img{transform:scale(1.2);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s}
/*  마우스 아웃시 효과 */
a .img img,
a .p-img img{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*1-1인사말*/
.sub-intro-box{
display:flex;
align-items: center;
}
.sub-intro-img{
width:580px;
flex-shrink: 0;
}
.sub-intro-img img{
width:100%;
}
.sub-intro-txt{
flex-grow: 1;
box-sizing:border-box;
padding-left:80px;
}
.intro-top em{
letter-spacing: 0.16em;
display:block;
opacity:0.6;
}
.intro-top p{
font-weight:700;
font-size:36px;
margin:15px 0 20px;
}
.intro-top span{
font-size:30px;
display:block;
font-weight: 300;
word-break:keep-all;
}
.intro-top:after{
content:"";
display:block;
width:80px;
height:3px;
background:#333;
margin-top:40px;
}

.intro-bottom{
margin-top:30px;
font-size:20px;
}
.intro-bottom p{
margin-top:10px;
opacity:0.8;
line-height:1.8em;
}



/*1-2오시는길*/
.sub-location .root_daum_roughmap .wrap_map{
height:450px !important;
}
.sl-info{

}
.sl-info{
display:flex;
align-items: center;
gap:50px;
padding:30px 0;
}
.sl-info dl{
display:flex;
align-items: center;
gap:15px;
}
.sl-info dl dt{
border:2px rgba(0,0,0,0.7) solid;
border-radius:999px;
padding:5px 20px;
font-weight:700;
}

/*2룸안내*/
.sub-tab{
display:flex;
justify-content: center;
align-items: center;
gap:10px;
margin-bottom:30px;
}
.sub-tab a{
padding:10px 60px;
border:#cbb 2px solid;
border-radius:999px;
color:#766;
font-size:1.125em;
font-weight:700;
transition: all .3s ease-out;
}
.sub-tab a:hover{
color:#433;
border-color:#433;
}
.sub-tab a.current{
background:#766;
border-color:#766;
color:#fff;
}
.room-slider-nav,
.cm-slider-nav{
position:relative;
z-index:99;
padding-top:45px;
margin-top:20px;
}
.room-slider-nav .slick-arrow,
.cm-slider-nav .slick-arrow{
position:absolute;
right:0;
top:0px;
width:35px;
height:35px;
background:#baa;
display:flex;
align-items: center;
justify-content: center;
border-radius:999px;
color:#fff;
}
.cm-slider-nav .slick-arrow{
background:rgba(0,0,0,0.5);
}
.room-slider-nav .slick-arrow.slick-prev,
.cm-slider-nav .slick-arrow.slick-prev{
right:40px;
}
.room-slider-nav .slick-list,
.cm-slider-nav .slick-list{
overflow:hidden;
margin-left:-10px;
width:calc(100% + 10px);
}
.room-slider-nav .slick-slide > div,
.cm-slider-nav .slick-slide > div{
padding-left:10px;
box-sizing:borde-box;
}

.room-slider-for,
.cm-slider-for{
position:relative;
z-index:44;
}
.rsn-box{
position:relative;
width:100%;
padding-top:65%;
overflow:hidden;
background:#877;
}

.rs-img{
display:flex;
justify-content: center;
align-items: center;
width:100%;
height:100%;
position:absolute;
left:0;
top:0;
background:rgba(0,0,0,0.5);
}
.rs-img img{
width:100%;
}

.rsf-box{
position:relative;
width:100%;
padding-top:65%;
overflow:hidden;
}

.sr-top{
background-color:#222;
background-size:cover;
background-position:50% 50%;
display:flex;
gap:50px;
align-items: center;
justify-content: center;
box-sizing:border-box;
padding:80px 50px;
margin-bottom:30px;
}
.srt-img{
width:220px;
}
.srt-img img{
width:100%;
}
.srt-txt{
color:#fff;
opacity:0.9;
font-size:1.5em;
text-align:center;
}

/*3-1메뉴안내*/
.menu-list{
display:flex;
gap:2%;
flex-wrap:wrap;
}
.menu-list li{
width:23.5%;
box-sizing:border-box;
transition: all .3s ease-out;
border:2px rgba(255,255,255,0) solid;
margin-bottom:20px;
}
.ml-img{
width:100%;
padding-top:75%;
overflow:hidden;
position:relative;
background:#c3b4ad;
}
.ml-img-area{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
display:flex;
align-items: center;
justify-content: center;
}
.ml-img-area img{
max-width:100%;
transition: transform .3s ease-out;
}
.menu-list li:hover{
border:2px #36231e solid;
}
.menu-list li:hover .ml-img-area img{
transform: scale(1.2);
}

.ml-txt{
text-align:center;
margin-top:20px;
padding-bottom:10px;
}
.ml-t1{
font-weight:700;
font-weight:1.125em;
}
.ml-t2{
font-size:0.9em;
font-weight:300;
margin-top:5px;
opacity:0.8;
}

/*3-2코스요리*/
.course-menu{
display:flex;

background:url(img/course-bg.jpg);
background-size:cover;
padding:80px;
box-sizing:border-box;
}
.cm-left{
width:50%;
padding-right:4%;
flex-shrink: 0;
box-sizing:border-box;
}
.cm-right{
border-left:1px rgba(0,0,0,0.3) dashed;
box-sizing:border-box;
padding-left:50px;
display:flex;
color:#f8f2e9;
flex-grow: 1;
gap:60px;
}

.cm-right dl{
display:flex;
justify-content: space-between;
align-items: center;
margin-bottom:20px;
}
.cm-right dl dt{
font-weight:600;
}
.cm-right dl dd{
letter-spacing: 0em;
font-weight:300;
opacity:0.8;
}
.cmr-t1{
color:#cc9c71;
font-size:1.5em;
font-weight:800;
}
.cmr-t2{
flex-grow: 1;
margin-top:10px;
}
.cmr-t2 em{
display:block;
color:#ef6253;
font-weight:300;
font-size:0.85em;
}


/*s4예약안내*/
.reservation{
background:url(img/reservation-bg.jpg);
background-size:cover;
padding:100px 0;
text-align:center;
color:#fff;
}
.res-area{
width:96%;
max-width:480px;
margin:0 auto;
}
.res-top img{
width:120px;
}
.res-top p{
font-size:24px;
margin:30px 0 30px;
}
.res-top p strong{
font-weight:800;
display:block;
font-size:38px;
margin-top:10px;
}

.res-ul li{
border-bottom:1px rgba(255,255,255,0.2) solid;
padding:10px 0 20px;
opacity:0.8;
}
.res-ul li:last-child{
border-width:0;
}

.res-tel{
background:#241e1c;
padding:30px 0;
box-sizing:border-box;
display:flex;
justify-content: center;
align-items: center;
gap:20px;
margin-top:10px;
border-radius:9999px;
}
.res-tel dd{
font-size:22px;
font-weight:600;
}
.res-tel a{
color:#fff;
}

/