/**
 * Created by PhpStorm.
 * Date         :
 * Developer    :
 * Description  : wp_style.css
 * ⓒ 2024. WebPlanet Co. All Rights Reserved.
 */

@charset "utf-8";

/**********************************************************************************************************************/
/* 작성방법 */
/*
1. 모든 스타일은 클래스명 .wp_wrap 을 시작으로 작성한다.
2. 공통 스타일의 클래스명은 cm_ 접두어를 사용한다.
 */
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/
/*FONT*/
@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'RIDIBatang';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font-pre100: 'Pretendard-Thin';
    --font-pre200: 'Pretendard-ExtraLight';
    --font-pre300: 'Pretendard-Light';
    --font-pre400: 'Pretendard-Regular';
    --font-pre500: 'Pretendard-Medium';
    --font-pre600: 'Pretendard-SemiBold';
    --font-pre700: 'Pretendard-Bold';
    --font-pre800: 'Pretendard-ExtraBold';
    --font-pre900: 'Pretendard-Black';
    --font-ridi: 'RIDIBatang';
}

.wp_wrap {
    word-break: keep-all;
    font-family: var(--font-pre400);
    overflow-x: clip;
}
.wp_wrap .cm_inner{
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}


.wp_wrap .cm_sec{
    padding: 120px 0;
}

.wp_wrap .cm_sec02{
    padding: 80px 0;
}

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header  {
    position: relative;
    z-index: 99;
}

/* h_top - 濡쒓퀬, 寃��됱갹 遺�遺� */
.wp_wrap header .h_top {
    background: #fff;
    border-bottom: 1px solid #E1E1E1;
}
.wp_wrap header .h_top .ht_inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
}
.wp_wrap header .h_top .ht_inner .mo_mopen{
    display: none;
}
.wp_wrap header .h_top .ht_inner .mo_tel{
    display: none;
}
.wp_wrap header .h_top .ht_inner .h_contact{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% - 585px);
}
.wp_wrap header .h_top .ht_inner .h_contact ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.wp_wrap header .h_top .ht_inner .h_contact ul>li{}
.wp_wrap header .h_top .ht_inner .h_contact ul>li.tel>a{
    font-size: 16px;
    font-family: var(--font-pre800);
    color: #686868;
}
.wp_wrap header .h_top .ht_inner .h_contact ul>li.mail>a{
    font-size: 16px;
    font-family: var(--font-ridi);
    line-height: 1.2;
    color: #ABABAB;
}
.wp_wrap header .h_top .ht_inner .h_logo{
    min-width: 171px;
    width: 171px;
}
.wp_wrap header .h_top .ht_inner .htop_sch_box{
    position: absolute;
    bottom: 30px;
    right : calc(50% - 585px);
    width: 180px;
    border-bottom: 1px solid #E2E2E2;
    padding: 5px 0 5px 5px;
}
.wp_wrap header .h_top .ht_inner .htop_sch_box form{
    width: 100%;
}
.wp_wrap header .h_top .ht_inner .htop_sch_box form .form_in{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.wp_wrap header .h_top .ht_inner .htop_sch_box form .form_in input{
    width: 100%;
    font-size: 15px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    font-family: var(--font-pre400);
}
.wp_wrap header .h_top .ht_inner .htop_sch_box form .form_in button{
    background: transparent;
}
.wp_wrap header .h_top .ht_inner .htop_sch_box form .form_in button img{
    width: 16px;
    min-width: 16px;
}
.wp_wrap header .h_top .ht_inner .mo_sch_box .mo_sch_modal{
    position: absolute;
    top: 35px;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 3px;
    display: none;
}









/* member_mnu */
.wp_wrap header .member_mnu{
    position: absolute;
    top: 50px;
    right:calc(50% - 585px);
} 
.wp_wrap header .member_mnu ul{
    display: flex;
    align-items: center;
} 
.wp_wrap header .member_mnu ul li{
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
} 
.wp_wrap header .member_mnu ul li:last-child{
    margin-right: 0;
    padding-right: 0;
} 
.wp_wrap header .member_mnu ul li::after{
    content: "";
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 13px;
    background: #D5D5D5;
} 
.wp_wrap header .member_mnu ul li:last-child:after{
    display: none;
} 
.wp_wrap header .member_mnu ul li a{
    font-size: 13px;
    font-family: var(--font-ridi);
    color: #8D8D8D;
} 








/* h_bot */
.wp_wrap header .h_bot{
    position: relative;
    background: #fff;
    border-bottom: 1px solid #E1E1E1;
}
.wp_wrap header .h_bot.fixed{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;    
    border-bottom: none;
}
.wp_wrap header .h_bot .hb_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.wp_wrap header .h_bot .hb_inner nav{
    flex: 1;
}
.wp_wrap header .h_bot .hb_inner nav .gnb{
    display: flex;
    align-items: center;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list{
    position: relative;
    width: 215px;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list:first-child{
    width: 95px;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list:first-child>a{
    color: #B78D67;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list>a{
    display: inline-block;
    font-size: 16px;
    font-family: var(--font-ridi);
    padding: 27px 0;
    width: 100%;
    text-align: center;
    line-height: 1;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list:hover>a{
    color: #B78D67;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list .sub_mnu{
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 180px;
    padding: 25px 0;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list .sub_mnu::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    width: 100%;
    height: 1px;
    background: #bbb;
    transition: 0.3s;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list:hover .sub_mnu::before{
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list .sub_mnu>li>a{
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 8px 0;
    font-size: 15px;
    font-family: var(--font-ridi);
    color: #6B6B6B;
}
.wp_wrap header .h_bot .hb_inner nav .gnb .m_list .sub_mnu>li:hover>a{
    color: #B78D67;
}
.wp_wrap header .h_bot .hb_inner .ful_mopen .icon_box i{
    font-size: 25px;
    color: #707070;
}
.wp_wrap header .h_bot .sub_mnu_bg{
    position: absolute;
    width: 100%;    
    height: 180px;
    background: #F9F9F9;
    z-index: -1;
    display: none;
}


.wp_wrap .mo_mnu_area{
    display: none;
}

/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer{}
.wp_wrap footer .f_top{
    padding: 55px 0;
    background: #CCCCCC;
}
.wp_wrap footer .f_top .f_inner{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.wp_wrap footer .f_top .f_inner .f_lt,
.wp_wrap footer .f_top .f_inner .f_rt{
    display: flex;
    align-items: flex-start;
}
.wp_wrap footer .f_top .f_inner .f_lt{
    width: 55%;
}
.wp_wrap footer .f_top .f_inner .f_rt{
    width: 45%;
}
.wp_wrap footer .f_top .f_inner .f_lt{
    gap: 10px;
}
.wp_wrap footer .f_top .f_inner .f_rt{
    justify-content: space-between;
}
.wp_wrap footer .f_top .f_inner .f_info{}
.wp_wrap footer .f_top .f_inner .f_info>p{
    font-size: 16px;
    font-family: var(--font-pre700);
    color: #1A1A1A;
    margin-bottom: 15px;
}
.wp_wrap footer .f_top .f_inner .f_info>ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap footer .f_top .f_inner .f_policy>ul{
    flex-direction: row;
    gap: 30px;
}
.wp_wrap footer .f_top .f_inner .f_info>ul li,
.wp_wrap footer .f_top .f_inner .f_policy>ul li button{
    font-size: 16px;
    font-family: var(--font-pre500);
    color: #1A1A1A;
}

.wp_wrap footer .f_top .f_inner .f_policy>ul li button{
    background: transparent;
}





.wp_wrap footer .f_bot{
    background: #5A5A5A;
    padding: 15px;
}
.wp_wrap footer .f_bot p{
    font-size: 15px;
    color: #979797;
    text-align: center;
}

.wp_wrap footer .f_bot p>a{
    color: #aaa9a965;
    transition: 0.4s;
}
.wp_wrap footer .f_bot p>a:hover{
    color: #db1f1fb9;
    transition: 0.4s;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .bg_gray{
    background: #F5F5F5;
}

/* 메인 - ms_visual */
.wp_wrap .ms_visual .m_slider{
    position: relative;
    overflow: hidden;
    max-height: 700px;
}
.wp_wrap .ms_visual .m_slider .m_slide{
    position: relative;
    overflow: hidden;
}
.wp_wrap .ms_visual .m_slider .slick-track,
.wp_wrap .ms_visual .m_slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 10ms;
}


.wp_wrap .ms_visual .m_slider .m_slide .img_box{
    height: 700px;
}
.wp_wrap .ms_visual .m_slider .m_slide .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}
.wp_wrap .ms_visual .m_slider .m_slide.action .img_box img{
    transform: scale(1);
    transition: 3s;
}
.wp_wrap .ms_visual .m_slider .m_slide .txt_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(183, 183, 136, 0.52);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wp_wrap .ms_visual .m_slider .m_slide .txt_box>img{
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(20%);
}
.wp_wrap .ms_visual .m_slider .m_slide .txt_box>.txt{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transform: translateY(20%);
}
.wp_wrap .ms_visual .m_slider .m_slide .txt_box>.txt p{
    font-size: 40px;
    font-family: var(--font-ridi);
    color: #fff;
    margin-top: 0;
    line-height: 1.2;
}
.wp_wrap .ms_visual .m_slider .m_slide .txt_box>.txt p span{
    color: #976D46;
}

.wp_wrap .ms_visual .m_slider .m_slide.action .txt_box>img{
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s;
}
.wp_wrap .ms_visual .m_slider .m_slide.action .txt_box>.txt{
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s 0.8s;
}



.wp_wrap .ms_visual .m_slider .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50% ;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 13px;
}
.wp_wrap .ms_visual .m_slider .slick-dots li button{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 0.39;
    font-size: 0;
}
.wp_wrap .ms_visual .m_slider .slick-dots li.slick-active button {
    opacity: 1;
}

/* 메인 - about */
.wp_wrap .m_about .inner_box{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.wp_wrap .m_about .inner_box .lt{
    width: 45%;
}
.wp_wrap .m_about .inner_box .lt .img_box{
    border-radius: 50px;
    overflow: hidden;
}
.wp_wrap .m_about .inner_box .lt .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    transform: scale(1.02);
}
.wp_wrap .m_about .inner_box .lt .img_box:hover img{
    transform: scale(1);
}
.wp_wrap .m_about .inner_box .rt{}
.wp_wrap .m_about .inner_box .rt .txt_box{
    text-align: left;
}
.wp_wrap .m_about .inner_box .rt .txt_box .tit{
    color: #CFB8A3;
    font-size: 20px;
    font-family: var(--font-ridi);
    margin-bottom: 20px;
}
.wp_wrap .m_about .inner_box .rt .txt_box .desc p{
    color: #212121;
    font-size: 20px;
    font-family: var(--font-ridi);
    margin-bottom: 25px;
    line-height: 1.5;
}
.wp_wrap .m_about .inner_box .rt .txt_box .desc p .size{
    font-size: 40px;
}
.wp_wrap .m_about .inner_box .rt .txt_box .desc p .color{
    color: #B78D67;
}
.wp_wrap .m_about .inner_box .rt .txt_box .desc02 p {
    font-size: 16px;
/*    font-family: var(--font-ridi);*/
    color: #212121;
    margin-bottom: 25px;
    line-height: 1.6;
}
.wp_wrap .m_about .inner_box .rt .txt_box .more{
    font-size: 16px;
    font-family: var(--font-ridi);
    color: #212121;
}

/* 메인 - product */
.wp_wrap .ms_prd{
    padding: 120px 0 80px 0;
}
.wp_wrap .ms_prd .tit_box{
    margin-bottom: 70px;
}
.wp_wrap .ms_prd .tit_box .tit{
    font-size: 40px;
    text-align: center;
}
.wp_wrap .ms_prd .tit_box .tit span{
    font-family: var(--font-pre700);
}



.wp_wrap .ms_prd_best #wp_shop ul, 
.wp_wrap .ms_prd_new #wp_shop ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}
.wp_wrap .ms_prd_best #wp_shop .list_li,
.wp_wrap .ms_prd_new #wp_shop .list_li{
    display: none;
    width: 100%;
    overflow: hidden;
} 
.wp_wrap .ms_prd_new #wp_shop .list_li{
    border: 1px solid #E8E8E8;
}

/* 
.wp_wrap .ms_prd .cont_box .prd_itms{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 55px;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li{
    display: none;
    letter-spacing: -0.2px;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li>a{
    display: block;
    height: 100%;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li .li_in{
    background: #fff;
    padding: 8px 7px 35px;
    height: 100%;
}
.wp_wrap .ms_prd_new .cont_box .prd_itms>li .li_in{
    border: 1px solid #E8E8E8;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li .li_in .img_area{
    width: 100%;
    /* height: 255px; *
    aspect-ratio: auto 1/1;
    margin-bottom: 25px;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li .li_in .img_area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li .li_in .info_area{}
.wp_wrap .ms_prd .cont_box .prd_itms>li .li_in .info_area .name{
    font-size: 17px;
    font-family: var(--font-pre200);
    color: #232323;
    margin-bottom: 2px;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li .li_in .info_area .price{
    font-size: 17px;
    font-family: var(--font-pre700);
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
    color: #232323;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li .li_in .info_area .price .origin{
    display: inline-block;
    font-size: 15px;
    color: #B1B1B1;
    font-family: var(--font-pre400);
    margin-left: 8px;
    text-decoration: line-through;
}
.wp_wrap .ms_prd .cont_box .prd_itms>li .li_in .info_area .desc{
    font-size: 14px;
    font-family: var(--font-pre300);
    color: #7E7E7E;
    line-height: 1.35;
} */
.wp_wrap .ms_prd .cont_box .more_btn{
    display: flex;
    align-items: center;
    justify-content: center;
}.wp_wrap .ms_prd .cont_box .more_btn>a{
    position: relative;
    font-size: 16px;
    color: #1A1A1A;
}
.wp_wrap .ms_prd .cont_box .more_btn>a::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1A1A1A;
}


/* 메인 - news */
.wp_wrap .ms_news .inner_box{
    display: flex;
    justify-content: space-between;
    gap: 100px;
}
.wp_wrap .ms_news .inner_box .lt{
    width: 59%;
}
.wp_wrap .ms_news .inner_box .lt .tit_box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wp_wrap .ms_news .inner_box .lt .tit_box .tit{
    font-size: 40px;
}
.wp_wrap .ms_news .inner_box .lt .tit_box>a{
    font-size: 16px;
    font-family: var(--font-pre700);
}
.wp_wrap .ms_news .inner_box .lt .cont_box{}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul{}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul li{
    /* width: 100%; */
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul li:first-child{
    border-top: 1px solid #707070;
}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul li a{
    width: 100%;
}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul li a .li_in{
    width: 100%;
    display: flex;
    align-items: center;
}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul li a .li_in .tit{
    font-size: 16px;
    font-family: var(--font-pre500);
    color: #1A1A1A;
    width: calc(100% - 125px);
}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul li:hover a .li_in .tit{
    color: #717171;
}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul li a .li_in .date{
    color: #A4A4A4;
    font-size: 16px;
    min-width: 100px;
    text-align: center;
}
.wp_wrap .ms_news .inner_box .lt .cont_box>ul li a .li_in i{
    font-size: 25px;
    color: #CCCCCC;
    min-width: 25px;
}

.wp_wrap .ms_news .inner_box .rt{}
.wp_wrap .ms_news .inner_box .rt ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px
}
.wp_wrap .ms_news .inner_box .rt ul li{
    width: 100%;
    aspect-ratio: auto 1/1;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #C2C2C2;
    width: 170px;
    transition: 0.3s;
}

.wp_wrap .ms_news .inner_box .rt ul li:hover{
    border: 1px solid #B78D67;
}
.wp_wrap .ms_news .inner_box .rt ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.wp_wrap .ms_news .inner_box .rt ul li a .li_in{
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.wp_wrap .ms_news .inner_box .rt ul li a .li_in>p{
    font-size: 16px;
    font-family: var(--font-ridi);
    color: #161616;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
/* 서브공통 ------------------------------------------------------------------------------------------------------ */
.wp_wrap #s_page{
    /* margin-top: 210px; */
}
/* sub_top */
.wp_wrap .sub_top{
    position: relative;
    /* background: url('../img/sub/sub_top_bg.jpg') no-repeat center center / cover; */
    /* height: 330px; */
    /* overflow: hidden; */
} 
.wp_wrap .sub_top .img_box{
    height: 330px;
    overflow: hidden;
} 
.wp_wrap .sub_top .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.08);
    transition: 3s;
} 
.wp_wrap .sub_top.on .img_box img{
    transform: scale(1);
} 
.wp_wrap .sub_top .txt_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(183, 183, 136, 0.51);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 3s;
}
.wp_wrap .sub_top .txt_box p{
    font-size: 40px;
    font-family: var(--font-ridi);
    color: #fff;
}
.wp_wrap .sub_top .sub_top_logo{
    position: absolute;
    bottom: 30px;
    left: calc(50% - 585px);
}

/* sub_title */
.wp_wrap .stit_box{
    position: relative;
    margin-bottom: 130px;
} 
.wp_wrap .stit_box02{
    margin-bottom: 70px;
} 
.wp_wrap .stit_box::before{
    content: "";
    background: url(../img/icon/stit_acc.png) no-repeat center center / cover;
    position: absolute;
    top: -60px;
    left: calc(50% + 40px);
    width: 200px;
    aspect-ratio: auto 1 / 1;
}
.wp_wrap .stit_box02::before{
    display: none;
} 
.wp_wrap .stit_box .tit{
    font-family: var(--font-ridi);
    font-size: 40px;
    color: #1A1A1A;
    text-align: center;
} 
/* 회사소개 ------------------------------------------------------------------------------------------------------ */
.wp_wrap .s_about{} 
.wp_wrap .ss_about01{}
.wp_wrap .ss_about01 .inner_box{}
.wp_wrap .ss_about01 .inner_box .desc_box{}
.wp_wrap .ss_about01 .inner_box .desc_box .txt01{
    margin-bottom: 55px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap .ss_about01 .inner_box .desc_box .txt01 p{
    font-size: 20px;
    font-family: var(--font-ridi);
    line-height: 1.3;
    color: #212121;
}
.wp_wrap .ss_about01 .inner_box .desc_box .txt01 p .size{
    font-size: 40px;
}
.wp_wrap .ss_about01 .inner_box .desc_box .txt01 p .color{
    color: #B78D67;
}
.wp_wrap .ss_about01 .inner_box .desc_box .txt02{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.wp_wrap .ss_about01 .inner_box .desc_box .txt02 p{
    font-size: 16px;
/*    font-family: var(--font-ridi);*/
    line-height: 1.5;
    letter-spacing: -0.2px;
}
.wp_wrap .ss_about02{}
.wp_wrap .ss_about02 .inner_box{}
.wp_wrap .ss_about02 .inner_box .cont_box{}
.wp_wrap .ss_about02 .inner_box .cont_box ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.wp_wrap .ss_about02 .inner_box .cont_box ul li{
    padding: 8px 7px 40px;
    background: #fff;
}
.wp_wrap .ss_about02 .inner_box .cont_box ul li:last-child{
    grid-row: 2/3;
    grid-column: 1/4;
}
.wp_wrap .ss_about02 .inner_box .cont_box ul li .img_box,
.wp_wrap .ss_about03 .inner_box .cont_box ul li .img_box{
    height: 265px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 25px;
}
.wp_wrap .ss_about02 .inner_box .cont_box ul li .img_box img,
.wp_wrap .ss_about03 .inner_box .cont_box ul li .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap .ss_about02 .inner_box .cont_box ul li .txt_box{}
.wp_wrap .ss_about02 .inner_box .cont_box ul li .txt_box .txt01,
.wp_wrap .ss_about03 .inner_box .cont_box ul li .txt_box .txt01{
    font-size: 17px;
    font-family: var(--font-pre700);
    margin-bottom: 15px;
}
.wp_wrap .ss_about03 .inner_box .cont_box ul li .txt_box .txt01{
    margin-bottom: 15px;
}
.wp_wrap .ss_about02 .inner_box .cont_box ul li .txt_box .txt02,
.wp_wrap .ss_about03 .inner_box .cont_box ul li .txt_box .txt02{
    font-size: 16px;
    font-family: var(--font-pre300);
    color: #7E7E7E;
    line-height: 1.35;
}
.wp_wrap .ss_about03{}
.wp_wrap .ss_about03 .inner_box .cont_box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.wp_wrap .ss_about03 .inner_box .cont_box ul li{
    padding: 8px 7px 40px;
    background: #fff;
}
.wp_wrap .ss_about03 .inner_box .cont_box ul li .txt_box{}
.wp_wrap .ss_about03 .inner_box .cont_box ul li .txt_box .txt01{
    margin-bottom: 10px;
}
.wp_wrap .ss_about03 .inner_box .cont_box ul li .txt_box .txt02 span{
    font-family: var(--font-pre600);
}






.wp_wrap .ss_history01 .inner_box .cont_box{
    position: relative;
    padding: 0 60px;
    /* overflow-y: hidden; */
}
.wp_wrap .ss_history01 .inner_box .cont_box::before{
    content: "";
    position: absolute;
    top: 30px;
    left: 220px;
    width: 1px;
    height: calc(100% - 60px);
    background: #C1C1C1;
}
.wp_wrap .ss_history01 .inner_box .cont_box::after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 213px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #B8B8B8;
}
.wp_wrap .ss_history01 .inner_box .cont_box .hst_arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('../img/icon/his_arr.png') no-repeat center center / cover;
    top: 20px; 
    left: 205px;
    transition: top 0.3s ease;
}
.wp_wrap .ss_history01 .inner_box .cont_box .year_li{
    display: flex;
    align-items: flex-start;
    opacity: 0.34;
    padding-bottom: 30px;
}

.wp_wrap .ss_history01 .inner_box .cont_box .year_li.now{
    opacity: 1;
}
.wp_wrap .ss_history01 .inner_box .cont_box .year_li .lt{
    position: relative;
    min-width: 190px;
    margin-right: 50px;
}

.wp_wrap .ss_history01 .inner_box .cont_box .year_li .lt p{
    font-size: 35px;
    font-family: var(--font-pre700);
    color: #707070;
}
.wp_wrap .ss_history01 .inner_box .cont_box .year_li .rt{
    padding-top: 7px;
}
.wp_wrap .ss_history01 .inner_box .cont_box .year_li .rt ul{}
.wp_wrap .ss_history01 .inner_box .cont_box .year_li .rt ul .month_li{
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
}

.wp_wrap .ss_history01 .inner_box .cont_box .year_li .rt ul .month_li:last-child{
    padding-bottom: 0;
}
.wp_wrap .ss_history01 .inner_box .cont_box .year_li .rt ul .month_li .month{
    font-size: 25px;
    font-family: var(--font-pre600);
    color: #000000;
    min-width: 75px;
}
.wp_wrap .ss_history01 .inner_box .cont_box .year_li .rt ul .month_li .desc{
    font-size: 24px;
    font-family: var(--font-pre300);
    color: #000000;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 개인정보, 이용약관 모달 */
/**********************************************************************************************************************/
.wp_wrap .com_md {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
}
.wp_wrap .pv_md.on {
    display: block;
}
.wp_wrap .tou_md.on {
    display: block;
}
.wp_wrap .com_md .md_outer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.wp_wrap .com_md .md_outer .width_inner {
    position: relative;
    max-width: 1100px;
    width: 100%;
    margin: 0 15px;
    height: 80vh;
    background: #fff;
    padding: 30px 40px 60px 40px;
}
.wp_wrap .com_md .md_outer .width_inner .icon_box {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1000;
    cursor: pointer;
}
.wp_wrap .com_md .md_outer .width_inner .icon_box i {
    border: 2px solid #999999;
    border-radius: 50%;
    padding: 6px;
    font-size: 18px;
    color: #999999;
    font-weight: 900;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner p {
    font-size: 33px;
    font-family: var(--font-presb);
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    padding: 15px;
    overflow-y: auto;    
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar { 
    width: 6px;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar-thumb { 
    border-radius:10px; 
    background-color: #999;
    cursor: pointer;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box::-webkit-scrollbar-track {  
    background-color: #fff; 
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box .txt_body pre {
    font-family: var(--font-pre400);
    font-size: 17px;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.4;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box .txt_body pre .cicnum {
    position: relative;
    display: inline-block;
    top: -1px;
    font-size: 11px;
}
/**********************************************************************************************************************/

















































