@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:320px;
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:20px;
letter-spacing:0em;
padding:0 30px;
}

/*.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;
margin-top:10px;
}
.tnb li{
display:inline-block;
padding-left:10px;
}




.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;
}



@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:#2c2927;
color:#fff;
padding:70px 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{
border-top:1px rgba(255,255,255,0.3) solid;
width:95%;
max-width: 1280px;
margin:40px auto 0;
padding-top:30px;
opacity:0.9;
}
.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;
}


.cacao-fix{
width:100%;
position:fixed;
bottom:0;
left:0;
background:#fae100;
z-index:999;
display:none;
}
.cacao-fix a{
max-width:1280px;
margin:0 auto;
padding:20px 0 30px;
width:100%;
display:flex;
justify-content: center;
align-items: flex-end;
}
.cacao-mobile{
display:none;
}
.cacao-fix a > img{
width:300px;
}
.cacao-fix a p{
font-size:20px;
color:#3e3c27;
margin:0 40px 0 20px;
}
.cacao-fix a p strong{
font-weight:700;
}
.cacao-fix a span{
background:#3a2020;
border-radius:10px;
color:#fae100;
padding:10px 30px;
font-weight:600;
transition: all .3s ease-out;
}
.cacao-fix a:hover span{
background:#95370b;
}
.cf-top{
display:flex;
justify-content: center;
align-items: center; 
}
.cft-img1 img{
width:90px;
}
.cft-img2{
padding-left:10px;
color:#371d1e;
}
.cft-img2 img{
width:320px;
margin-bottom:10px;
}

.cf-bottom{
font-weight:500;
text-align:center;
display:inline-block;
color:rgba(55, 29, 30, 0.867);
margin-top:10px;
padding-top:10px;
border-top:1px rgba(55, 29, 30, 0.168) solid;
}


/********************* 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;
}
.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% 20%;
background-size:cover;
position:absolute;
width:100%;
height:80%;
left:0;
top:0;
z-index:88;
opacity:0.6;
}
.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;
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;
}
@keyframes vt-ani {
  0 {opacity:0; -moz-transform:translatey(20%); -ms-transform:translatey(20%); transform:translatey(20%); }
  100% {opacity:1; moz-transform:translatey(0);  -ms-transform:translatey(0); transform:translatey(0);}
}
.slick-active .va-text {opacity:0;  -moz-transform:translatey(20%); -ms-transform:translatey(20%); transform:translatey(20%);  animation-timing-function: ease-out; animation-name: vt-ani;  animation-duration: 0.8s;animation-delay: 0.2s; animation-fill-mode:both;}
#introduce{
background:url(img/intro-bg.jpg);
background-size:cover;
background-position:50% 50%;
padding:100px 0;
padding-left:15%;
color:#fff;
border-top:10px #000 solid;
}
.intro-ico{
width:90px;
}
.it-t1{
font-size:20px;
font-weight:300;
padding:10px 0;
color:rgba(255,255,255,0.5);
letter-spacing:0.2em;
}
.it-t2{
font-size:65px;
font-weight:800;
text-transform: uppercase;
}
.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;
}


#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:100%;
position:relative;
z-index:1;
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:url(img/kind-bg.jpg);
background-size:cover;
background-position:50% 20%;
padding:180px 0 120px;
}
.kind-area{
width:95%;
max-width:1280px;
text-align:center;
margin:0 auto;
color:#fff;
}
.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:40px 0;
background:#262422;


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

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

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

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

#site-banner .slick-list{
overflow:hidden;
flex-grow: 1;
}
#site-banner .sb-list{
display:flex;
align-items: center;
gap:10px;
}
#site-banner .sb-list2{
display:flex;
align-items: center;
gap:10px;
}
#site-banner .sb-list3{
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:9999px;
display:flex;
width: 150px !important;
height: 150px;
overflow: hidden;
justify-content: center;
align-content: center;
flex-wrap:wrap;
background:#fff;
font-weight:600;
}
.sbl-box a img{
width:90%;
}

.sbl-box2 a{
display:block;
box-sizing:border-box;
border-radius:60px;
display:flex;
width: 220px !important;
height: 250px;
overflow: hidden;
justify-content: center;
align-content: center;
flex-wrap:wrap;
background:#fff;
font-weight:600;
}
.sbl-box2 a img{
width:90%;
}
.sbl-box3 a{
display:block;
box-sizing:border-box;
border-radius:60px;
display:flex;
width: 280px !important;
height: 300px;
overflow: hidden;
justify-content: center;
align-content: center;
flex-wrap:wrap;
background:#000;
font-weight:600;
}
.sbl-box3 a img{
width:99%;
}



/********************* 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:#f3ede2;
}
.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%;}

.sub-intro-box{
display:flex;
align-items: center;
}
.sub-intro-img{
width:550px;
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:60px;
}

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

.sc-partner{

}
.partner-slide{
position:relative;
}
.partner-slide .slick-list{
overflow:hidden;
width:85%;
margin:0 auto;
}
.partner-slide .slick-arrow{
position:absolute;
width:40px; 
height:40px;
border-radius:9999px;
display:flex;
justify-content: center;
align-items: center;
top:50%;
margin-top:-20px;
background:#8d877b;
color:#fff;
z-index:99;
}
.sc-partner .slick-arrow.slick-next{
right:0;
}
.partner-slide .slick-slide > div{
padding:0 10px;
}
.ps-img{
display:flex !important;
width:150px !important;
height:150px;
box-sizing:border-box;
padding:10px;
background:#fff;
border-radius:999px;
align-items: center;
text-align:center;
font-weight:700;
justify-content: center;
font-size:1.125em;
color:3615749;
overflow:hidden;
}

.ps-img img{
width:100%;
}
.partner-txt{
text-align:center;
font-weight: 700;
font-size: 36px;
color:#483f34;
margin-bottom:50px;
}
.partner-txt em{
letter-spacing: 0.16em;
display: block;
opacity: 0.6;
font-weight:300;
font-size:0.65em;
margin-bottom:20px;
}

.sc-li1 li{
background:#fff;
padding:20px;
box-sizing:border-box;
border-radius:5px;
display:flex;
margin:20px 0;
align-items: center;
border-left:5px #3f3a35 solid;
}
.bl-flag{
width:150px;
border-radius:10px;
overflow:hidden;
flex-shrink: 0;
padding-right:30px;
}
.bl-flag img{
width:100%;
}
.bl-txt{
flex-grow: 1;
box-sizing:border-box;
word-break:keep-all;
}
.bl-txt strong{
font-size:1.3em;
font-weight:800;
color:#64462b;
display:block;
}
.sc-li1.scl1-1 .bl-txt strong{
font-weight:600;
color:#3f3a35;
font-size:1.1em;
word-break:keep-all;
}
.bl-txt p{
margin-top:10px;
}
.sub-img2{width:100%; max-width:1280px; margin:0 auto 30px; position:relative; background:url(img/kind-bg.jpg); background-size:cover;
padding:150px 0 80px;
border-radius:20px;
}
.bean-txt{
text-align:center;
font-weight:700;
line-height:1.6em;
font-size: 32px;
color: #fff;
margin-bottom: 30px;
letter-spacing: -0.08em;
top:0;
word-break:keep-all;
text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.s21-you{
border-radius:30px;
color:#4e3c36;
padding:30px;
position:relative;
margin:0 auto;
width:580px;
text-align:center;
}
.s21y-link p{
font-weight:700;
font-size:35px;
margin-bottom:20px;
}

.s21y-link-a{
display:inline-block;
color:#fff;
background:#c91e11;
padding:10px 30px;
border-radius:999px;
margin-top:20px;
}

.s21y-play{
border-radius:10px;
overflow:hidden;
width:100%;
}
.s21y-p-box{
position: relative;
width: 100%;
height: auto;
padding-top: 120%;
}
.s21y-p-box iframe{
z-index: 1;
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
}
.s23-box{
display:flex;
align-items: center; 
}

.sc-li2{
display:flex;
flex-wrap:wrap;
gap:2%;
}
.sc-li2 li{
width:32%;
background:#583f3f;
padding:30px;
box-sizing:border-box;
border-radius:20px;
word-break: keep-all;
margin-bottom:2%;
line-height:1.5em;
color:#fff;
}
.sc-li2 li:nth-child(2){
background:#583f4d;
}
.sc-li2 li:nth-child(3){
background:#594861;
}
.sc-li2 li:nth-child(4){
background:#3f4568;
}
.sc-li2 li:nth-child(5){
background:#3f6568;
}
.sc-li2 li:nth-child(6){
background:#53724e;
}

.scl-ico{
width:60px;
margin-bottom:20px;
}
.scl-ico img{
width:100%;
}


.s21-p1{
font-weight:700;
font-size:30px;
margin-top:20px;
letter-spacing: -0.05em;
}
.s21-ico img{
width:120px;
margin:0 auto;
}
.s21-box{
background:url(img/s21-bg.jpg);
background-size:cover;
background-position:50%;
color:#fff;
padding:60px 20px;
border-radius:20px;
text-align:center;
}


.product{position:relative;width:100%;}
.product ul{position:relative;width:100%;display:flex; gap:1%; flex-wrap:wrap; }
.product ul li{margin-bottom:1%;width:24.25%; text-align:center;background:#fff;border:1px solid #e0e0e0; box-sizing:border-box; border-radius:10px;}
.product ul li a{position:relative; width:100%;overflow:hidden;}
.product ul li span{display:block; padding:15px 0;margin:0 8%;width:84%;}
.product ul li p{line-height:22px;font-size:16px;color:#666;}
.product ul li b{width:100%;line-height:100%; padding-bottom:10px;}
.product ul li .p-img{border-width:0;}
.pro_list{position:relative;width:100%;}
.pro_list ul{position:relative;width:100%; }
.pro_list ul li{position:relative;float:left; text-align:center;overflow:hidden; width:32%; margin-left:2%; margin-bottom:20px; background:#fff;}
.pro_list ul li:nth-child(3n+1){margin-left:0;}
.p-img{position:relative;width:100%; padding-top:100%;overflow:hidden; display:block; box-sizing:border-box;}
.p-img img{position:absolute; left:50%; top:50%; width:100%;transition: all .3s ease-out;}
.product ul li a:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.p-text{box-sizing:border-box; border:1px #eee solid; border-top-width:0; padding:25px;}
.p-text p{display:block; width:100%; height:25px; line-height:25px; overflow:hidden; font-size:1.125em; margin-bottom:10px;}
.p-text b{color:#cd3131;}
.pro_list ul li.pro_box{float:left;width:599px;height:298px;}
.pro_list ul:after{display:block; width:100%; content:""; clear:both;}

.pt-date{font-size:0.85em; color:#999;}
.pt-date em{font-style: normal; font-size:0.85em; display:inline-block; padding:0 10px; vertical-align:top; font-weight:100; color:#c9c9c9;}

/*paging*/
.paging{text-align:center; margin-top:50px;}
.paging a,
.paging strong{display:inline-block; margin-left:-1px;  width:40px; height:40px; line-height:40px; vertical-align:top; font-size:15px;}
.paging strong{color:#fff; background:#44261c;border-radius:999px;}
.paging .p-prev, 
.paging .p-next{font-size:0; text-indent:-999999; overflow:hidden; background:#fff; border-radius:999px; margin:0 10px;}
.p-prev i, 
.p-next i{font-size:20px; line-height:40px;}

.sub-news-list{display:flex; flex-wrap:wrap; margin-top:50px;}
.sub-news-list li{margin:0 2% 30px 0; width:49%;}
.sub-news-list li:nth-child(2n){margin-right:0;}
.sub-news-list:after{clear:both; content:"."; display:block; height:0; visibility:hidden;}
.sub-news-list a{display:block;}
/*.snl-img{margin-bottom:20px;width:100%; position:relative; overflow:hidden;box-sizing:border-box; }*/
.snl-img{border:1px #efefef solid; margin-bottom:20px;width:100%; position:relative; overflow:hidden;box-sizing:border-box; padding-top:56.4%}
.snl-img img{margin:0 auto; top:0; width:100%;}
.snl-img:hover > img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s}
.snl-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}
.snl-text{overflow: hidden; line-height:1.5em; height:1.5em; position:relative; text-align:center; }
.snl-date{font-family:'Barlow', sans-serif; font-weight:500;   color:#777; letter-spacing:0em; font-size:17px; text-align:center;}


.snl-mv{margin-bottom:20px;width:100%; position:relative; overflow:hidden;box-sizing:border-box;
  height: auto;
  padding-top: 56.25%; border-radius:15px;}
.snl-mv iframe{z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;}


/* 상세페이지 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#detail{position:relative;float:left;width:100%; box-sizing:border-box;}
.dtl_top{position:relative;float:left;width:100%;}
.dtl_img{position:relative;float:left;width:43%;height:100%;margin-right:2%;overflow:hidden;}

/* 썸네일 이미지 배너 */
#zoom_img{position:relative;float:left;width:80%;background:#fff;}
#zoom_img .img{width:100%; padding-top:100%;}
ul.thumb{position:absolute;right:0;top:0;width:80px;}
ul.thumb li{position:relative;float:left;width:100%;height:80px;background:#fff;margin-bottom:5px;}
ul.thumb li a{position:relative;float:left;width:78px;height:78px; overflow:hidden;}
ul.thumb li a.on{}

/* 상품정보 */
.dtl_text{position:relative;float:right;width:50%;height:100%;}
.dtl_text_name{width:97%;line-height:34px;font-size:26px;font-weight:400;color:#000;padding:0 0 1.5% 2%;}
.dtl_text table{float:left;width:100%;border-top:2px solid #000;}
.dtl_text table th,.dtl_text table td{font-size:16px;text-align:left;padding:10px;border-bottom:1px solid #e5dfd1;}
.dtl_text table th{width:20%;color:#000; font-weight:600;}
.dtl_text table td{color:#444;}
.dtl_text table td p{line-height:14px !important;font-size:11px;color:#aaa;}

/* 바로구매, 장바구니 */
.btn_w{position:relative;float:left;width:102%;text-align:center;margin:60px 0 0 -1%;}
input.btn{display:inline-block;width:21.333%;height:60px;line-height:100%;font-weight:600;cursor:pointer;background:#47312a;text-align:center;color:#fff;border:0;margin:0 1px; border-radius:999px;}
input.btn2{display:inline-block;width:21.333%;height:60px;line-height:100%;font-weight:600;cursor:pointer;background:#fff;text-align:center;argin:0 1px; border:0; border-radius:999px;}
input.btn3{display:inline-block;width:21.333%;height:60px;line-height:100%;font-weight:600;cursor:pointer;background:#fff;text-align:center;color:#666;border:2px solid #666;margin:0 1px;}
.btn_w input:hover{cursor:pointer;filter:alpha(opacity=20);opacity:0.8;-moz-opacity:0.8;}

/* 상세페이지 탭 */
.dtl_tab{position:relative;float:left;width:100%;height:60px;text-align:center;border-bottom:2px solid #333;margin:100px 0 60px 0;}
.dtl_tab ul{display:flex;}
.dtl_tab ul li{flex-grow: 1; }
.dtl_tab ul li a{width:100%;display:block;height:60px;line-height:60px;font-size:18px;text-align:center;color:#666;border:1px #b5b1a7 solid;border-left-width:0;border-bottom:none; }
.dtl_tab ul li:first-child a{border-left-width:1px;}
.dtl_tab ul li a.on{height:62px;line-height:60px;position:relative; color:#000;background:#f3ede2;border:2px solid #333;box-sizing:border-box;border-bottom:none; margin-bottom:-5px; font-weight:600;}


/* 상세페이지 이미지 내용 */
.dtl_cont{position:relative;float:left;width:100%;min-height:800px;}

/* 상세페이지 자세한정보 */
.dtl_info{position:relative;float:left;width:100%;}
.dtl_info table{float:left;width:100%;}
.dtl_info table th,.dtl_info table td{line-height:20px;font-size:14px;text-align:left;padding:14px;border:1px solid #e5dfd1;}
.dtl_info table th{width:34%;font-weight:400;color:#000;background:#fff;}
.dtl_info table td{color:#444; background:rgba(255,255,255,0.2)}
.dtl_info p{float:left;width:100%;line-height:20px;font-size:14px;color:#555;margin-top:20px;}

/* 배송정보 */
#delivery{position:relative;float:left;width:100%;}
#delivery table{float:left;width:100%;margin-top:-1px;background:#fff;}
#delivery table th{line-height:60px;font-size:20px;font-weight:400;letter-spacing:2px;text-align:center;color:#000;background:#d7d1c5;}
#delivery table td{vertical-align:top;text-align:left;padding:30px;color:#999;}
#delivery table th,#delivery table td{border:1px solid #c7bfb0;}

#delivery .tbl_title{float:left;display:inline-block;line-height:28px;font-size:16px;font-weight:600;color:#000;margin-bottom:15px;border-bottom:1px solid #000;}

#delivery ol{float:left;width:95%;list-style:decimal;margin-left:14px;}
#delivery ol li{float:left;width:100%;line-height:18px;font-size:13px;color:#888;margin:5px 0; list-style:disc;}
#delivery ol li span{font-weight:600;color:#444;}

.del_title{float:left;width:100%;text-align:center;margin-bottom:40px;}
.del_title b{float:left;width:100%;line-height:100%;font-size:60px;color:#000;margin-bottom:20px;}
.del_title span{float:left;width:100%;line-height:100%;font-size:18px;color:#666;}

.cs_info{float:left;width:100%;}
.cs_info b{float:left;width:100%;font-size:28px;font-weight:400;color:#000;}
.cs_info p{float:left;width:100%;line-height:22px;font-size:14px;color:#222;margin:15px 0 6px 0;}
.cs_info span{float:left;width:100%;line-height:18px;font-size:12px;color:#777;}

.cs_del{float:left;width:100%;line-height:22px;font-size:14px;color:#888;}
.cs_del b{color:#000;}

/* 이미지 비율 유지하면서 틀안에 */
.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}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* pc */
@media screen and (min-width:1025px){
	.view-cont  img { max-width:1150px; }
	.ww { width:560px;height:306px; }
	.memofile { max-width:1100px; }
}
/* tablet */
@media screen and (min-width:768px) and (max-width:1024px){
	.view-cont  img { width:98%; }
	.ww { width:560px;height:306px; }
	.memofile { max-width:1000px;  width:98%; }
}
/* mobile */
@media screen and (min-width:0) and (max-width:767px){
	.view-cont img { width:98%; }
	.ww { width:100%;height:300px; }
	.memofile { max-width:760px; width:98%; }
}


