@charset "utf-8";

/* font */
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');



/* normalize */
*{
    margin: 0;
    padding: 0;
    color: inherit;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

a{color: inherit}

:root{
    font-size: 10px;
    /* Color */
    --main-color: #4f3e2e; 
    /* main and font */
    --secondary-color:#af9b7f;
    --third-color: #652c00;
    --point-color: #70C292; 
    --font-color: #666;   
    --font-light-color: #aaa;
    --font-light-color2: #ddd;
    /* width */
    --max-width: 1200px;
    /* line-height */
    --line-height: 1.8em;
    --normal-line-height: 1.6em;
    /* font */
    --serif:  'Nanum Myeongjo','Noto Serif KR', 'Noto Sans KR', sans-serif;
}


/* lib */
.flex{display: flex;}
.flex-jc-c{justify-content: center;}
.flex-jc-b{justify-content: space-between;}
.flex-jc-e{justify-content: flex-end;}
.flex-ai-c{align-items: center;}
.flex-d-c{flex-direction: column;}


/* 퀵메뉴 */
.quick {position: fixed;
    bottom: 20px;
    right: 5px;
    z-index: 3;
    border-radius: 10px;
    overflow: hidden;
}
.quick li {border-radius: 50%; padding: 15px;}
.quick li:first-child {background-color: #BEAB8F; margin-bottom: 10px;}
.quick li:last-child {background-color: #BEAB8F;}
.quick li a {display: block;}
.quick li img {display: block; margin: 0 auto; width: 100%; max-width: 45px;}

.con{
    width: var(--max-width);
    margin: 0 auto;
 }
 .mb{display: none;}
 .pc{display: block;}
 .img-box img{display: block; width: 100%;}
 .bold{font-weight: bold;}

 .point{color: var(--main-color)}
 .square-btn{
    padding: 0.4rem 2.2rem;
     border: 1px solid var(--third-color);
     transition: all 0.3s;
     color:  var(--third-color);
 }
 a.square-btn{
    padding: 0.4rem 2.2rem;
 }
 .square-btn a {
     color: var(--third-color);    
     display: block;
 }
 .square-btn:hover{
     background-color: var(--main-color);
     border: 1px solid var(--main-color);
     color: #fff;
 }

 .sec-tit{
    font-family: var(--serif);
    font-size: 3.9rem;    
    color: var(--main-color);
 }

 .sub-tit{
     font-family: var(--serif);
     font-size: 2.4rem;
     color: var(--secondary-color)
 }
.mb{
    display: none;
}
.pc{
    display: block;
}


.main_img_box{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}
.main_img_box li img{
    width: 100%;
    max-width: 70px;
}

/* custom */
 html, body{
    font-size: 1.6rem;
    font-family: 'Noto Sans KR', sans-serif;
    color: var(--font-color);
}

#container{width: 100%;}

h1,h2,h3,h4,h5,h6{
    font-family: 'Noto Sans KR', sans-serif;
}

#bo_w, #bo_v, #bo_gall, #bo_list{
    font-size: 16px;
}

a.btn, .btn{
    font-size: 1.3rem !important;
}

/* header */
#main-hd {
    background: #fff;
    border-bottom: 1px solid var(--font-light-color2);
}

#top-nav{
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--font-light-color2);
}

.lang{
    font-size: 1.2rem;
    color: var(--main-color);
}

.lang li{
    margin-right: 0.6rem;
}

.lang li a{
    display: flex;
    align-items: center;
}
.lang li img{
    margin-right: 0.5rem;
}

.sns{
    color: var(--main-color);
    font-size: 1.2rem;
}

.sns li{
    margin-right: 2.5rem;
}
.sns li:last-child{margin-right: 0;}
.sns li img{margin-right: 0.5rem;}

/* hd inner */
#hd-inner{
    height: 8rem;
}
.depth-1li{position: relative;}
.depth-1li a{
font-weight: 500;
color: var(--main-color);
margin: 0 1.2rem;
position: relative;
}


.depth-1li a::after{
    display: block;
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    transition: all 0.3s;
    background: var(--main-color);
}

.depth-1li.gnb_al_li_plus a:hover::after{
    display: none;
}


.depth-1li a:hover::after{
    width: 100%;
}

.depth-1li .bg{display: none;}

.gnb_2dul{
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
}
.gnb_2dul .gnb_2dul_box {
    border: none;
    background: #fff;
    border-radius: 1rem;
    padding: 0.7rem 0;
}

.depth-1li a{text-align: center;}
.gnb_2da {
    color: var(--secondary-color) !important;
    font-size: 1.4rem;
    transition: all 0.3s;
}
.gnb_2da:hover{
    color: var(--main-color) !important;
}
.hd-login .square-btn a{transition: all 0.3s}
.hd-login .square-btn a:hover{
    color: #fff;
}

/* main slide */
#main-slide{
    position: relative;
}
.main-slider {
    width: 100%;   
    position: relative;
}
.main-slider .slide{
    width: 100%;
    height: 600px;
}

.main-slider .slide .sub-tit{
    font-size: 3.2rem;
    font-family: var(--serif);
    color: #fff;
    font-weight: 400;
    text-align: center;
}



.main-slider .slide .sub-tit span{
    font-size: 2.6rem;
}

.main-slider .slide .sub-tit img{
    display: block;  
    margin: 0 auto;
    margin-bottom: 1rem;
}

.main-slider .slide .slide-tit{
    font-size: 5.5rem;
    font-family: var(--serif);
    color: #fff;
    font-weight: 400;
    margin-bottom: 6rem;
}

.main-slider .slide a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-slider .bar{
    width: 1px;
    height: 49px;
    background: #fff;
    opacity: 0.5;
    margin: 1.9rem 0;
    margin-bottom: 1rem;
}

.main-slider .square-btn{
    border: 1px solid #fff;
    color: #fff;
    font-family: var(--serif);
    font-size: 1.7rem;
    display: inline-block;
    padding: 0.9rem 2rem;
    margin-bottom: 2rem;
}

.main-slider .square-btn:hover{
    border: 1px solid #fff;
    color: var(--main-color);
    background: #fff;
    font-weight: 900;
}

/* introduce */
#introduce{
    padding: 80px 0;
    background-image: url('../images/mainbg01.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    color: var(--main-color);
}
#introduce .cell{width: 50%;}
#introduce p{
    font-size: 1.8rem;
    margin-top: 5.5rem;
    margin-bottom:  6rem;
}
#introduce .square-btn{
    padding: 1rem 4rem;
    font-size: 1.8rem;
}
#introduce ul {padding: 0 6rem;}
#introduce ul li {
    color: var(--font-color);
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--font-light-color2);
    margin-bottom: 0.7rem;
}
#introduce ul li:last-child{margin-bottom: 0;}
#introduce ul li a{
    padding: 1.7rem 0;
      width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s;
}
#introduce ul li a:hover{
    padding-right: 3rem;
}
#introduce ul li span{
    font-size: 1.9rem;
    font-family: var(--serif);
    color: var(--main-color);
    font-weight: 800;
}

/* product */
#product{
    padding: 80px 0;
    background: url('../images/mainbg02.jpg');
    background-size: cover;
}

#product .sec-tit{
    margin-bottom: 5.5rem;
    text-align: center;
}

#product .sub-tit{text-align: center;}
#product ul{justify-content: space-between;}
#product ul li{display: flex; flex-direction: column;}
#product ul li a{
    color: var(--main-color);
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

#product ul li img {
    display: block;
    margin-bottom: 0.8rem;
    border: 1px solid transparent;
    transition: all 0.3s;
}
#product ul li a:hover img{
    border: 1px solid var(--main-color);
}
#product2 {position: relative}
#product2 .sec-tit{
    margin-bottom: 5.5rem;
}

#product2 .con1 {
    padding: 80px 0;   
}
#product2 .con1::before{
    content: "";
    width: 100%;
    height: 555px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/mainbg03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
#product2 .con1 .img-box{
    margin-right: 5rem;
}
/* #product2 .con1 .text-box{margin-top: 1.2rem;} */
#product2 .con1 p{
    font-size: 2rem;
    color: var(--main-color);
}
#product2 .con1 p:nth-of-type(2){
    font-size: 1.8rem;
    margin-top: 4rem;
}

#product2 .con1 .square-btn{
    padding: 1rem 4rem;
    font-size: 1.8rem;
    margin-top: 5rem;
    display: inline-block;
}

#product2 .con2{
    justify-content: center;
}
#product2 .con2 ul{
    width: 100%;
    justify-content: space-around;
    padding: 5rem 0;
}
#product2 .con2 ul li{
    text-align: center;
    font-size: 1.5rem;
    color: var(--main-color);
}
#product2 .con2 ul li:nth-child(2) a{
    color:#ba0e0e;
}

#product2 .con2 .icon-box{
    margin-bottom: 1.5rem;
    transition: all 0.5s;
}
#product2 .con2 ul li a:hover .icon-box{
    transform: rotateY(180deg);
}


#video{
    padding: 5rem 0;
    background-image: url('../images/mainbg04.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#video .sec-tit{margin-bottom: 3.6rem;}

#video .cell:first-child{
    text-align: right;
}

#video p{
    font-size: 1.8rem;
    color: var(--main-color);
}

/* community */
#community{
   padding: 7rem 0;
}

#community .flex-jc-b{justify-content: center; gap: 20px;}
#community .sec-tit{
    margin-bottom: 6rem;
    text-align: center;
}
#community .sub-tit{
    text-align: center;
}

#community .banner-wrap .cell{
    transition: all 0.3s;
    border: 1px solid transparent;
}

#community .banner-wrap .cell:hover{
    border: 1px solid var(--main-color);
}

#community .banner-wrap .row:first-child .cell{
    background-image: url('../images/mainbg06.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
    /* margin-bottom: 3.1rem; */
}

#community .banner-wrap .row:first-child .cell a{
    width: 100%;
    height: 100%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#community .banner-wrap .row:first-child .cell h5{
    font-size: 2.4rem;
    color: var(--main-color);
    font-family: var(--serif);
    margin-bottom: 0.5rem;
}
#community .banner-wrap .row:first-child .cell p{
    font-size: 1.5rem;
    color: var(--main-color);
    opacity: 0.8;
}

/* #community .banner-wrap .row:nth-child(2) .cell:first-child{
    margin-right: 3.1rem;
} */

#community .notice{width: 580px;}

/* sub-ft */
#sub-ft{
    padding: 5rem 0;
    background-image: url('../images/mainbg05.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#sub-ft h2{
    font-size: 2.5rem;
    color: var(--main-color);
    font-family: var(--serif);
    letter-spacing: normal;
}
#sub-ft h2:first-child{
}
#sub-ft h2:last-child{
    margin-bottom: 2rem;
}
#sub-ft .cell:first-child{
    font-size: 2.4rem;
    width: 380px;
    height: 150px;
    color: var(--main-color);
    font-family: var(--serif);
    letter-spacing: 0.5rem;
    text-align: center;
    margin-right: 6rem;
    font-weight: 800;
    background: url('../images/deco03.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 30px 0 75px;
}
#sub-ft .cell:first-child img{
    display: block;
    margin-bottom: 2rem; 
}
#sub-ft .cell:first-child img:nth-of-type(2){
    transform: rotate(180deg);
}

#sub-ft .cell:nth-child(2){
    font-size: 2.2rem;
    color: var(--main-color);
    font-family: var(--serif);
    font-weight: 900;
    line-height: 3.3rem;
}

#sub-ft .cell:nth-child(2) .bold{
    font-size: 2.6rem;
}

/* footer */

#main-ft > .con{
    max-width: var(--max-width);
    width: 100%;
}

#main-ft{
 background: var(--main-color);
 padding: 6rem;
}

#main-ft .subj{
    font-size: 1.25em;
}
.ft-logo {
    margin-right: 5.5rem;
    transform: translateY(-0.5rem);
}

.ft-cnt {
    color: #fff;
    font-size: 1.2rem;
}
.ft-cnt .row {
    opacity: 0.7;   
    margin-bottom:0.7rem;
    display: flex;
    align-items: baseline;
}

.copy{
    margin-top: 1.7rem;
    opacity: 0.4;
}

.more_opt{
    white-space: nowrap;
}