/**
 * 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-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 200;
    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: 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: 'Cafe24Dangdanghae';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.2/Cafe24Dangdanghae.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-ddh: 'Cafe24Dangdanghae';
}

html{
    scroll-behavior: smooth;
}

.wp_wrap{
    font-family: var(--font-pre400);
    word-break: keep-all;
    overflow: hidden;
}

.wp_wrap .wp_alert_red{
    display: inline-block;
    font-size: 14px;
    padding-top: 5px;
}


.wp_wrap .cm_hinner{
    max-width: 1730px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.wp_wrap .cm_inner{
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}




.wp_wrap .tit_box .md_tit{
    font-size: 62px;
    font-family: var(--font-pre800);
    color: #0A0A0A;
}
.wp_wrap .tit_box .big_tit {
    margin-bottom: 40px;
}
.wp_wrap .tit_box .big_tit .six_txt{
    font-size: 118px;
    font-family: var(--font-pre800);
    color: #0A0A0A;
}
.wp_wrap .tit_box .big_tit .key_txt{
    padding-left: 165px;
    font-size: 230px;
    font-family: var(--font-pre800);
    line-height: 0.7;
    color: #E8E8E8;
}


.wp_wrap .m_secmr{
    padding: 200px 0;
}
.wp_wrap .m_secmrb{
    padding-bottom: 300px;    
}
.wp_wrap .m_secmrb .cont_box,
.wp_wrap .m_secmr .cont_box{
    padding-left: 165px;    
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt01,
.wp_wrap .m_secmr .cont_box .txt_box .txt01{
    font-size: 40px;
    color: #50614E;
    line-height: 1.4;
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt01{
    margin-bottom: 35px;
    font-family: var(--font-pre500);
}
.wp_wrap .m_secmr .cont_box .txt_box .txt01{
    margin-bottom: 60px;
}
.wp_wrap .m_secmr .cont_box .txt_box .txt01 span{
    font-family: var(--font-pre900);
    color: #C61015;
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt02{
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 70px;
}
.wp_wrap .m_who .cont_box .txt_box .txt02{
    margin-bottom: 35px;
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt02 p{
    font-size: 30px;
    color: #161616;
    line-height: 1.4;
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt02 p span{
    font-family: var(--font-pre800);
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt03{
    font-size: 40px;
    font-family: var(--font-pre700);
    color: #161616;
    color: #50614E;
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt03.black{
    color: #161616;
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt03 span{
    color: #C61015;
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt04{
    font-size: 30px;
    color: #161616;
    line-height: 1.4;
    padding-top: 35px;
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt04 .pos_re{
    position: relative;
    font-family: var(--font-pre900);
}
.wp_wrap .m_secmrb .cont_box .txt_box .txt04 .pos_ab{
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #C61015;
    border-radius: 50px;
}
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 999;
    transition: 0.5s;
}
.wp_wrap header.down {
    transform: translateY(-103%) !important;
}
.wp_wrap header.scroll_down {
    background: #c61015;
    background: #0A0A0A;
}
.wp_wrap header .h_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 130px;
}
.wp_wrap header .h_inner .h_lt .h_logo{
    min-width: 240px;
}
.wp_wrap header .h_inner .h_rt .gnb{
    display: flex;
    align-items: center;
}
.wp_wrap header .h_inner .h_rt .gnb>li{
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_wrap header .h_inner .h_rt .gnb>li>a{
    position: relative;
    font-size: 20px;
    font-family: var(--font-pre500);
    color: #fff;
    text-align: center;
}
.wp_wrap header .h_inner .h_rt .gnb>li>a::after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #C61015;
    transform: scale(0);
    transition: 0.3s;
}
.wp_wrap header.scroll_down .h_inner .h_rt .gnb>li>a::after{
    background: #fff;
}
.wp_wrap header .h_inner .h_rt .gnb>li:hover>a::after{
    transform: scale(1);
}
.wp_wrap header .mopen{
    display: none;
} 



/* 퀵메뉴 */
.wp_wrap .quick_mnu{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 9;
}
.wp_wrap .quick_mnu ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wp_wrap .quick_mnu ul>li{
    position: relative;
    width: 110px;
    aspect-ratio: auto 1/1;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.wp_wrap .quick_mnu ul>li:nth-child(1){
    background: #EFEFEF;
    animation: tongtong 0.8s infinite ease-in-out;
}
.wp_wrap .quick_mnu ul>li:nth-child(1) a .icon_box{
    display: none;
}
@keyframes tongtong {
    0% {
        transform: translateY(-5px);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translateY(0px);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateY(-5px);
        animation-timing-function: ease-in;
    }
    
}
.wp_wrap .quick_mnu ul>li:nth-child(2){
    background: #FFF7B1;
}
.wp_wrap .quick_mnu ul>li:nth-child(3){
    background: #C61015;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.27);
}
.wp_wrap .quick_mnu ul>li>.acc_box{
    position:absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    /* animation: shake 1s infinite ease-out; */
}

/* @keyframes shake {
    0% {
        transform: translateX(-65%) translateY(-3%) rotate(-8deg);
    }
    50% {
        transform: translateX(-50%) translateY(0) rotate(0);
    }
    100% {
        transform: translateX(-65%) translateY(-3%) rotate(-8deg);
    }
    
} */



.wp_wrap .quick_mnu ul>li a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}
.wp_wrap .quick_mnu ul>li a .txt{
    font-size: 20px;
    font-family: var(--font-ddh);
    color: #0A0A0A;
    text-align: center
}
.wp_wrap .quick_mnu ul>li:nth-child(3) a .txt{
    color: #fff;
}



/* 모바일 메뉴 */
.wp_wrap .mo_mnu{
    display: none;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
.wp_wrap footer {
    padding: 50px 0 70px 0;
    background: #C61015;
}
.wp_wrap footer .privacy{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.wp_wrap footer .privacy button{
    font-size: 15px;
    font-family: var(--font-pre300);
    color: #fff;
    background: transparent;
}
.wp_wrap footer .f_info{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 20px;
}
.wp_wrap footer .f_info>li,
.wp_wrap footer .f_info>li a{
    font-size: 14px;
    font-family: var(--font-pre200);
    color: #fff;
}
.wp_wrap footer .copyright,
.wp_wrap footer .copyright a{
    font-size: 15px;
    font-family: var(--font-pre300);
    color: #fff;
}
.wp_wrap footer .copyright a{
    color: #c17375;
    transition: 0.3s;
}
.wp_wrap footer .copyright a:hover{
    color: #fff;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
.wp_wrap .m_visual{
    position: relative;
    width: 100%;
    height: 100vh;
} 
.wp_wrap .m_visual .img_box{
    width: 100%;
    height: 100%;
    overflow: hidden;
} 
.wp_wrap .m_visual .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 70%;
} 
.wp_wrap .m_visual .txt_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}
.wp_wrap .m_visual .txt_box .white_txt{
    text-align: center;
    font-size: 170px;
    font-family: var(--font-pre900);
    color: #fff;
    /* text-shadow: 0 3px 6px rgba(0, 0, 0, 0.43); */
    /* opacity: 0; */
    /* transform:translateY(20%); */
    /* transition:0.8s; */
    animation:mvTxtani infinite 1s ease-in-out;
}
.wp_wrap .m_visual .txt_box .yellow_txt{
    text-align: center;
    font-size: 88px;
    font-family: var(--font-pre800);
    color: #FFE608;
    /* text-shadow: 0 3px 11px rgba(0, 0, 0, 0.63); */
    /* opacity: 0; */
    /* transform:translateY(20%); */
    /* transition:0.8s 0.8s; */
    /* animation:mvTxtani infinite 2s ease-in-out; */
}


@keyframes mvTxtani{
    0%{
        transform: translateY(5%);
        /* transform: rotate(-3deg); */
        /* transform: scale(1.1); */
    }
    50%{
        transform: translateY(0%);
        /* transform: rotate(0); */
        /* transform: scale(1); */
    }
    100%{
        transform: translateY(5%) ;
        /* transform: rotate(-3deg); */
        /* transform: scale(1.1); */
    }
}


.wp_wrap .m_visual.on .txt_box .white_txt,
.wp_wrap .m_visual.on .txt_box .yellow_txt{
    opacity: 1;
    transform:translateY(0)
}


/* 스크롤 아이콘 영역 */
.wp_wrap .m_visual .scr_down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}
.wp_wrap .m_visual .scr_down>a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wp_wrap .m_visual .scr_down > a > span {
    font-size: 12px;
    font-family: var(--font-pre300);
    color: #fff;
    padding: 5px 0;
    display: inline-block;
}
.wp_wrap .m_visual .scr_down > a .arrow_box {
    position: relative;
    display: flex;
    flex-direction: column;
}
.wp_wrap .m_visual .scr_down > a .arrow_box .ico_dwn {
    position: relative;
    font-size: 20px;
}
.wp_wrap .m_visual .scr_down > a .arrow_box .ico_dwn01 {
    color: rgba(255, 255, 255);
    bottom: 7px;
}
.wp_wrap .m_visual .scr_down > a .arrow_box .ico_dwn02 {
    color: rgba(255, 255, 255, 0.54);
    bottom: 19px;
}



/* m_worry */
.wp_wrap .m_worry{
    padding: 160px 0 200px 0;
}
.wp_wrap .m_worry .tit_box{
    margin-bottom: 100px;
}
.wp_wrap .m_worry .cont_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp_wrap .m_worry .cont_box .stamp{
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.wp_wrap .m_worry .cont_box .lt_box ul>li{
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 15px;
}
.wp_wrap .m_worry .cont_box .lt_box ul>li:last-child{
    margin-bottom: 0px;
}
.wp_wrap .m_worry .cont_box .lt_box ul>li p{
    font-size: 30px;
    font-family: var(--font-pre300);
    color: #0A0A0A;
    letter-spacing: -1px;
}
.wp_wrap .m_worry .cont_box .lt_box ul>li img{
    padding-top: 7px;
}
.wp_wrap .m_worry .cont_box .rt_box ul{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.wp_wrap .m_worry .cont_box .rt_box ul li.txt01{
    font-size: 30px;
    font-family: var(--font-pre500);
    letter-spacing: -1px;
}
.wp_wrap .m_worry .cont_box .rt_box ul li.txt01 span{
    font-family: var(--font-pre900);
}
.wp_wrap .m_worry .cont_box .rt_box ul li.txt02{
    font-size: 30px;
    font-family: var(--font-pre900);
}




/* m_who */
.wp_wrap .m_who .tit_box .md_tit{
    margin-bottom: 40px;
}




/* m_when */
.wp_wrap .m_when{
    position: relative;
}
.wp_wrap .m_when .cic_acc{
    position: absolute;
    top: -300px;
    right: 50px;
}




/* m_where */
.wp_wrap .m_where{
    position: relative;
}
.wp_wrap .m_where .load_acc {
    position: absolute;
    bottom: 35px;
    right: -20px;
    z-index: -1;
}

.wp_wrap .m_where .load_acc svg .locate_icon{
    animation: bounce 1.5s infinite ease-in-out;
    transform-box: fill-box;
    transform-origin: center bottom;
}


@keyframes bounce {
    0% {
        transform: translateY(-15px) scale(0.95);
        animation-timing-function: ease-in;
    }
    50% {
        transform: translateY(-2px) scale(0.8);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateY(-15px) scale(0.95);
        animation-timing-function: ease-in;
    }
}

.wp_wrap .m_where .cont_box{
    display: flex;
    align-items: flex-start;
}
.wp_wrap .m_where .cont_box .lt{
    width: 55%;
}
.wp_wrap .m_where .cont_box .rt{
    width: 45%;
    padding-right: 40px
}
.wp_wrap .m_where .cont_box .rt .video_box{
    width: 100%;
    height: 330px;
    background: #F6F6F6;
    border: 1px solid #707070;
    border-radius: 15px;
    overflow: hidden;
}

.wp_wrap .m_where .cont_box .rt .video_box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* m_what */
.wp_wrap .m_what{
    position: relative;
}
.wp_wrap .m_what .tit_box {
    margin-bottom: 90px;
}
.wp_wrap .m_what .tit_box .big_tit .key_txt{
    font-size: 188px;
    letter-spacing: -7px;
    line-height: 0.9;
}
.wp_wrap .m_what .cont_box .txt_box{
    margin-bottom: 90px;
}
.wp_wrap .m_what .cont_box .sales_box{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}
.wp_wrap .m_what .cont_box .sales_box .lt {
    min-width: 30%;
}
.wp_wrap .m_what .cont_box .sales_box .lt .img_box img{
    max-height: 800px;
}
.wp_wrap .m_what .cont_box .sales_box .rt .txt{
    font-size: 30px;
    font-family: var(--font-pre900);
    color: #C61015;
    margin-bottom: 20px;
    text-align: center;
}
.wp_wrap .m_what .cont_box .sales_box .rt .txt br{
    display: none;
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box{
    padding: 15px;
    border: 1px solid #D2D2D2;
    border-radius: 15px;
    margin-bottom: 30px;
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table{
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-pre400);
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr{
    border-bottom: 1px solid #707070
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr:nth-child(1){
    border-bottom: none;
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr:nth-child(odd){
    background: #F9F9F9;
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr:nth-child(even){
    background: #fff;
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr td{
    font-size: 24px;
    color: #0A0A0A;
    text-align: center;
    padding: 20px 5px;
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr td:first-child{
    border-right: 1px solid #F1F1F1;
    width: 68%;
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr:nth-child(9) td:first-child,
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr:nth-child(10) td:first-child{
    border-right:none;
}
.wp_wrap .m_what .cont_box .sales_box .rt .table_box table tr td.th{
    background: #C61015 !important;
    color: #fff !important;
    font-size: 25px !important; 
}
.wp_wrap .m_what .cont_box .sales_box .rt .caution{
    font-size: 20px;
    font-family: var(--font-pre600);
    color: #2C2C2C;
    text-align: center;
}



/* m_signature */
.wp_wrap .m_signature{
    position: relative;
}
.wp_wrap .m_signature .tit_box{
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wp_wrap .m_signature .tit_box .tit_inner{
    position: relative;
    display: inline-block;
}
.wp_wrap .m_signature .tit_box .tit_inner .tit{
    position: relative;
    font-size: 74px;
    font-family: var(--font-pre700);
    color: #D1D1D1;
}
.wp_wrap .m_signature .tit_box .tit_inner .more_mnu{
    position: absolute;
    top: -10px;
    right: -185px;
}
.wp_wrap .m_signature .tit_box .tit_inner .more_mnu a{
    position: relative;
    font-size: 20px;
    color: #FCFCFC;
}
.wp_wrap .m_signature .tit_box .tit_inner .more_mnu a::before{
    content: "";
    position: absolute;
    background: #C61015;
    top: 50%;
    transform: translateY(-50%);
    left: -35px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    z-index: -1;
    animation: cicani 2.5s infinite ease-in-out;
}

@keyframes cicani{
    0%{
        left: -55px;
    }
    50%{
        left: 0px;
    }
    100%{
        left: -55px;
    }
}

.wp_wrap .m_signature .tit_box .tit_inner>a{
    position: absolute;
}
.wp_wrap .m_signature .inner_box{
    position: relative;
    display: flex;
}
.wp_wrap .m_signature .inner_box .lt{
    width: 47.7%;
    background: url(../img/main/m_menu_bg01.jpg) no-repeat center center / cover;
    padding: 360px 0 280px 0;
}
.wp_wrap .m_signature .inner_box .rt{
    width: 52.3%;
    background: url(../img/main/m_menu_bg02.jpg) no-repeat center center / cover;
    padding: 360px 0 280px 0;
}
.wp_wrap .m_signature .inner_box .lt .video_area {
    width: 65.7%;
    margin-left: auto;
    margin-right: 6%;
    padding-top: 30px;
}
.wp_wrap .m_signature .inner_box .lt .video_area .video_box{
    height: 395px;
    background: #a7a7a7;
    border-radius: 20px;
    overflow: hidden;
}
.wp_wrap .m_signature .inner_box .lt .video_area .video_box video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap .m_signature .inner_box .lt .video_area .name{
    font-size: 30px;
    color: #FCFCFC;
    padding: 20px;
}
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-slide{
    position: relative;
}
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-slide::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 25px;
    background: url(../img/icon/shadow.png) no-repeat center center;
    z-index: 9;
}
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-slide,
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"]{ 
    transform: scale(0.77);
    opacity: 0.57;
    transition: 0.5s;
    cursor: pointer;
}
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-slide::after,
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"]::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 25px;
    background: url(../img/icon/shadow.png) no-repeat center center;
    z-index: 9;
    opacity: 0;
    transition: 0.3s 0.2s;
}
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-center,
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]{ 
    transform: scale(1);
    opacity: 1;
}
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-center::after,
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"]::after{
    opacity: 1;
}
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .mnuimg_slide .img_box{
    width: 325px;
    padding-bottom: 50px;
}
.wp_wrap .m_signature .inner_box .rt .mnuimg_slider .mnuimg_slide .img_box img{
    width: 100%;
}





/* m_how */
.wp_wrap .m_how .cont_box {
    margin-bottom: 145px;
}
.wp_wrap .m_how .last_txt_box .txt01{
    margin-bottom: 0 !important;
} 
.wp_wrap .m_how .step_box{
    margin-bottom: 60px;
}
.wp_wrap .m_how .step_box .step_itm{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 115px 30px;
    max-width: 990px;
}
.wp_wrap .m_how .step_box .step_itm::before {
    content: "";
    position: absolute;
    background: url(../img/icon/step_bg.jpg) no-repeat center center / cover;
    width: 100%;
    top: 25%;
    height: 365px;
    transform: translateY(-50px);
    right: -150px;
    z-index: -1;
}
.wp_wrap .m_how .step_box .step_itm > li {
    width: 225px;
    width: 100%;
    min-height: 225px;
    background: #fff;
    padding: 15px;
}
.wp_wrap .m_how .step_box .step_itm > li.li01 {
    border: 10px solid #F3F3F3;
}
.wp_wrap .m_how .step_box .step_itm > li.li02 {
    border: 10px solid #E8E8E8;
}
.wp_wrap .m_how .step_box .step_itm > li.li03 {
    border: 10px solid #D9D9D9;
}
.wp_wrap .m_how .step_box .step_itm > li.li04 {
    border: 10px solid #BABABA;
}
.wp_wrap .m_how .step_box .step_itm > li.li05 {
    border: 10px solid #565656;
}
.wp_wrap .m_how .step_box .step_itm > li.li06 {
    border: 10px solid #777777;
}
.wp_wrap .m_how .step_box .step_itm > li.li07 {
    border: 10px solid #979797;
}
.wp_wrap .m_how .step_box .step_itm > li.li08 {
    border: 10px solid #AEAEAE;
}
.wp_wrap .m_how .step_box .step_itm > li .top{
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 8px;
    margin-bottom: 10px;
}
.wp_wrap .m_how .step_box .step_itm > li .top .step{
    font-size: 23px;
    font-family: var(--font-pre900);
    color: #C61015;
    margin-bottom: 5px;
}
.wp_wrap .m_how .step_box .step_itm > li .top .name{
    font-size: 23px;
    font-family: var(--font-pre600);
    color: #724948;
}
.wp_wrap .m_how .step_box .step_itm > li .bot .desc,
.wp_wrap .m_how .step_box .step_itm > li .bot a{
    font-size: 20px;
    font-family: var(--font-pre500);
    color: #4D4C4C;
    line-height: 1.4;
}
.wp_wrap .m_how .nohave_box{
    padding-left: 60px;
}
.wp_wrap .m_how .nohave_box .top{
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wp_wrap .m_how .nohave_box .top .lt>p{
    font-size: 150px;
    font-family: var(--font-pre800);
    color: #0A0A0A;
}
.wp_wrap .m_how .nohave_box .top .lt>p span{
    font-weight: 800;
}
.wp_wrap .m_how .nohave_box .top .rt .nohave_itm{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px 20px;
}
.wp_wrap .m_how .nohave_box .top .rt .nohave_itm li{
    position: relative;
    width: 140px;
    aspect-ratio: auto 1/1;
    border-radius: 50%;
    background:#C61015;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.wp_wrap .m_how .nohave_box .top .rt .nohave_itm li>p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 20px;
    font-family: var(--font-pre500);
    color: #fff;
    text-align: center;
}
.wp_wrap .m_how .nohave_box .top .rt .nohave_itm li span{
    color: #FFE608;
    font-weight: 500;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table_out .scr_txt{
    display: none;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table{
    width: 100%;
    border-collapse: collapse;
    font-family: var(--font-pre400);
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr{
    border-bottom: 1px solid #707070;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr:nth-child(1){
    border-bottom: none;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr:nth-child(odd){
    background: #F9F9F9;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr:nth-child(even){
    background: #fff;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr td{
    padding: 17px 30px;
    border-right: 1px solid #AEAEAE;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr td:last-child{
    border-right: none;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr td>p{
    font-size: 20px;
    color: #0A0A0A;
    line-height: 1.4;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr td>p.tac{
    text-align: center;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr td.th{
    padding: 20px 5px;
    background: #3B3B3B !important;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr td.th>p{
    color: #fff;
    text-align: center;
    font-size: 30px;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr td.chunk{
    background: #C13030;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table table tr td.chunk>p{
    font-size: 125px;
    font-family: var(--font-pre800);
    color: #FFE609;
    text-align: center;
}
.wp_wrap .m_how .nohave_box .bot .nohove_table{
    margin-bottom: 35px;
}
.wp_wrap .m_how .nohave_box .bot .caution {
    padding-left: 15px;
}
.wp_wrap .m_how .nohave_box .bot .caution p{
    font-size: 20px;
    color: #161616;
    margin-bottom: 15px;
    
}
.wp_wrap .m_how .nohave_box .bot .caution p:last-child{
    margin-bottom: 0;
}



/* m_nomargin */
.wp_wrap .m_nomargin{
    padding: 180px 0;
    background: url(../img/main/nomargin_bg.jpg) no-repeat fixed center / cover;
}
.wp_wrap .m_nomargin .inner_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.wp_wrap .m_nomargin .inner_box .lt .logo_box{}
.wp_wrap .m_nomargin .inner_box .rt .txt_box{}
.wp_wrap .m_nomargin .inner_box .rt .txt_box .txt01{
    color: #FFE608;
    font-size: 60px;
    font-family: var(--font-pre800);
    margin-bottom: 20px;
}
.wp_wrap .m_nomargin .inner_box .rt .txt_box .txt02{
    font-family: var(--font-pre500);
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 40px;
}
.wp_wrap .m_nomargin .inner_box .rt .txt_box .txt03{
    font-family: var(--font-pre500);
    font-size: 30px;
    color: #D5D5D5;
    line-height: 1.5;
}




/* m_difrt */
.wp_wrap .m_difrt .cont_box  .red_txt{
    font-size: 40px;
    color: #C61015;
    font-family: var(--font-pre700);
    margin-bottom: 40px;
}
.wp_wrap .m_difrt .cont_box .top_sec{
    margin-bottom: 80px;
}
.wp_wrap .m_difrt .cont_box .top_sec .desc{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.wp_wrap .m_difrt .cont_box .top_sec .desc p{
    font-size: 30px;
    color: #161616;
    line-height: 1.4;
}
.wp_wrap .m_difrt .cont_box .top_sec .desc p span{
    font-family: var(--font-pre800);
}
.wp_wrap .m_difrt .cont_box .bot_sec ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 65px 30px;
    padding-bottom: 150px;
}
.wp_wrap .m_difrt .cont_box .bot_sec ul li{
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px;
}
.wp_wrap .m_difrt .cont_box .bot_sec ul li:nth-child(even){
    position: relative;
    top: 25%;
}
.wp_wrap .m_difrt .cont_box .bot_sec ul li .img_box{
    width: 100%;
    height: 370px;
    margin-bottom: 20px;
}
.wp_wrap .m_difrt .cont_box .bot_sec ul li .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap .m_difrt .cont_box .bot_sec ul li .txt_box{}
.wp_wrap .m_difrt .cont_box .bot_sec ul li .txt_box .tit{
    font-size: 30px;
    font-family: var(--font-pre700);
    color: #0A0A0A;
    margin-bottom: 20px;
}
.wp_wrap .m_difrt .cont_box .bot_sec ul li .txt_box .desc{
    font-size: 20px;
    color: #505050;
    line-height: 1.4;
}












/* m_bakmoon */
.wp_wrap .m_bakmoon{
    padding: 120px 0;
    background: url(../img/main/m_backmoon_bg.jpg) no-repeat center center / cover;
}
.wp_wrap .m_bakmoon .inner_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wp_wrap .m_bakmoon .inner_box .logo{
    min-width: 385px;
    margin-bottom: 45px;
}
.wp_wrap .m_bakmoon .inner_box .txt_box .txt01{
    font-size: 60px;
    font-family: var(--font-pre800);
    color: #FFE608;
    margin-bottom: 40px;
    text-align:center;
}
.wp_wrap .m_bakmoon .inner_box .txt_box .txt02{
    font-size: 30px;
    font-family:var(--font-pre500);
    color: #fff;
    text-align:center;
    line-height: 1.35;
}


/* m_customer */
.wp_wrap .m_customer{
    padding: 140px 0;
    background: url(../img/main/m_customer_bg.jpg) no-repeat center center / cover;
}

.wp_wrap .m_customer .inner_box .tit_box{
    margin-bottom: 50px;
}
.wp_wrap .m_customer .inner_box .tit_box .tit{
    font-size: 80px;
    font-family: var(--font-pre700);
    color: #fff;
    text-align: center;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_mnu{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 50px;
}

.wp_wrap .m_customer .inner_box .tab_wrap .tab_mnu>button{
    font-size: 30px;
    color: #686868;
    border-radius: 17px;
    width: 265px;
    height: 65px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.41);
}

.wp_wrap .m_customer .inner_box .tab_wrap .tab_mnu>button.on{
    background: #C61015;
    color: #fff;
    border: 1px solid #C61015;
}


.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li{
    display: none;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li.on{
    display: block;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 30px;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul>li{
    width: 100%;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul>li .li_inner{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #C5C5C5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px;
}

.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul>li .li_inner .img_box{   
    width: 100%;
    height: 190px;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul>li .li_inner .img_box img{   
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul>li .li_inner .txt_box{
    padding: 10px 0;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul>li .li_inner .txt_box .cate {
    font-size: 12px;
    font-family: var(--font-pre700);
    color: #fff;
    width: 75px;
    height: 23px;
    background: #C61015;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul>li .li_inner .txt_box .tit {
    font-size: 15px;
    font-family: var(--font-pre700);
    height: 37px;
    color: #0A0A0A;
    margin-bottom: 5px;
}
.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li>ul>li .li_inner .txt_box .desc {
    font-size: 15px;
    color: #505050;
    height: 37px;
}

.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li .more_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li .more_btn>a{
    font-size: 20px;
    font-family: var(--font-pre600);
    color: #636363;
    transition: 0.5s;
}

.wp_wrap .m_customer .inner_box .tab_wrap .tab_cont .tab_cont_li .more_btn>a:hover{
    color: #000;
}









/* m_inqiry */
.wp_wrap .m_inqiry {
    background: #0A0A0A;
    padding: 125px 0;
}
.wp_wrap .m_inqiry .inner_box{
    display: flex;
    align-items: flex-start;
    gap: 190px;
}
.wp_wrap .m_inqiry .inner_box .lt {
    min-width: 200px;
}
.wp_wrap .m_inqiry .inner_box .lt .tit_box .tit{
    font-size: 50px;
    font-family: var(--font-pre600);
    color: #C61015;
    margin-bottom: 50px;
}
.wp_wrap .m_inqiry .inner_box .lt .tit_box .logo{
    margin-bottom: 30px;
}
.wp_wrap .m_inqiry .inner_box .lt .tit_box .desc{
    font-size: 20px;
    color: #D2D2D2;
    line-height: 1.3;
}
.wp_wrap .m_inqiry .inner_box .rt {
    width: 100%;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .ip_box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .ta_box {
    align-items: flex-start;
    margin-bottom: 10px;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .ip_box .ques p {
    min-width: 130px;
    font-size: 20px;
    font-family: var(--font-prer);
    color: #fff;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .ta_box .ques p {
    margin-top: 30px;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .ip_box .answ {
    width: 100%;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .ip_box .answ input,
.wp_wrap .m_inqiry .inner_box .rt #inq_form .ip_box .answ textarea {
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    background: #fff;
    padding: 25px;
    font-size: 16px;
    width: 100%;
    outline: none;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    font-family: var(--font-pre400);
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .ip_box .answ textarea {
    resize: none;
    min-height: 250px;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .agr_box {
    padding-left: 130px;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .agr_box input[type="checkbox"] {
    display: none;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .agr_box input[type="checkbox"] + label {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #D4D4D4;
    font-family: var(--font-prer);
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .agr_box input[type="checkbox"] + label span {
    display: inline-block;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url("../img/icon/agr_chk_bf.png") no-repeat center center / cover;
    margin-right: 15px;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .agr_box input[type="checkbox"]:checked + label span {
    background: url("../img/icon/agr_chk_at.png") no-repeat center center / cover;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .agr_box input[type="checkbox"] + label button {
    font-size: 20px;
    color: #D4D4D4;
    background: transparent;
    font-family: var(--font-prer);
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    text-decoration-color: #D4D4D4;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .sbm_btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wp_wrap .m_inqiry .inner_box .rt #inq_form .sbm_btn button {
    width: 310px;
    height: 75px;
    color: #FFFFFF;
    font-size: 20px;
    font-family: var(--font-prer);
    background: #C61015;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
.wp_wrap .sub_top{
    position: relative;
}
.wp_wrap .sub_top .img_bg{
    height: 600px;
    overflow: hidden;
}
.wp_wrap .sub_top .img_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* scale: 1; */
    /* transition: 3s; */
}
/* .wp_wrap .sub_top.on .img_bg img{
    scale: 1;
} */
.wp_wrap .sub_top .txt_box{
    position: absolute;
    top: calc((100% - 130px) / 2);
    left: 50%;
    transform: translate(-50%, 0);
}
.wp_wrap .sub_top .txt_box .logo{
    margin-bottom: 25px;
}
.wp_wrap .sub_top .txt_box #category_name{
    font-size: 40px;
    color: #fff;
    text-align: center;
    transform: translateY(20%);
    opacity: 0;
    transition: 0.5s;
}
.wp_wrap .sub_top.on .txt_box #category_name{
    opacity: 1;
    transform: translateY(0);
}

.wp_wrap .s_menu,
.wp_wrap .s_store,
.wp_wrap .s_sns,
.wp_wrap .s_news,
.wp_wrap .s_blog{
    padding: 120px 0;
}

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











/**********************************************************************************************************************/
/* totop */
/**********************************************************************************************************************/
.wp_wrap .totop{
    position: fixed;
    bottom: 90px;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #303030;
    cursor: pointer;  
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1004;
} 
.wp_wrap .totop i{
    color: #C9C9C9;
    font-size: 25px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 개인정보 / 이용약관 모달 */
/**********************************************************************************************************************/
.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 {
    display: none;
}
.wp_wrap .tou_md {
    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: #C61015;
    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-prer);
    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: 14px;
}
/**********************************************************************************************************************/













































