/* COMMON */
.contents { padding-top: 140px; }
.sub-visual { height: 445px; text-align: center; background: url('/child/img/sub/sv1.png') no-repeat center / cover; }
.sv1 { background: url('/child/img/sub/sv1.png') no-repeat center / cover; }
.sv2 { background: url('/child/img/sub/sv2.png') no-repeat center / cover; }
.sv3 { background: url('/child/img/sub/sv3.png') no-repeat center / cover; }
.sv4 { background: url('/child/img/sub/sv4.png') no-repeat center / cover; }
.sv5 { background: url('/child/img/sub/sv5.png') no-repeat center / cover; }
.sub-visual h3 {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    color:#fff;
    margin-top: 40px;
}
.sub-visual p { margin-bottom: 13px; line-height: 26px; font-size: 20px; color: #fff; }
.sub-visual p:last-child { margin-bottom: 0; }
.sub-visual-dark h3 { color: #333 !important; }
@media (max-width: 1200px){
    .contents { padding-top: 100px; }
    .sub-visual { height: 300px; }
    .sub-visual h3 {font-size: 40px; margin:0 auto;}
}
@media (max-width: 1024px){
    .contents { padding-top: 80px; }
    .sub-visual { height: 200px; }
    .sub-visual h3 { font-size: 30px; }
    .sub-visual p { font-size: 18px; }
}
@media(max-width:992px){
    .contents { padding-top: 70px; }
}
@media (max-width: 768px){
    .contents { padding-top: 60px; }
    .sub-visual { height: 100px; }
    .sub-visual h3 { font-size: 20px; margin-bottom: 0; }
    .sub-visual p { font-size: 16px; }
}

/* Sub Tab List */
.sub-tab-area {
    z-index: 2; position: relative; width: 100%; margin: -60px auto 0;
    background-color: rgba(230, 170, 67, .6)
}
.sub-tab-list { display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width:1200px; margin: auto; }
.sub-tab-list li { min-width: 200px; }
.sub-tab-list li a {
    display: flex; align-items: center; justify-content: center;
    position: relative; height:60px; padding: 17px 10px 16px;
    text-align: center; font-size: 18px; font-weight: 400; color: #fff;
    word-break: keep-all;
    -webkit-transition: all ease-out .1s; transition: all ease-out .1s;
}
/* .sub-tab-list li a::before{
    content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 4px;
    -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) .3s; transition: all cubic-bezier(0.65, 0.05, 0.36, 1) .3s;
    transform-origin: center;
} */
.sub-tab-list li:last-child a::after { content: none; }
.sub-tab-list li.on a {
    color: #e6aa43;
    font-weight: 600;
    background-color: #fff;
}
.sub-tab-area li.on a::before,
.sub-tab-area li.on a::after{ background-color:#666; }

.sub-tab-area.fixed{
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
}
@media(min-width:1025px){
    .sub-tab-list li a:hover{ font-weight: 600;}
}
@media (max-width: 1200px){
    .sub-tab-area.fixed{
        position: static;
    }
    .sub-tab-list li { flex: 1 1; min-width: auto; }
}
@media (max-width: 1024px){
    .sub-tab-area { margin-top: 0px; background-color:#fff;}
    .sub-tab-list li a {
        font-size: 14px; line-height:1.2; color:#999; border-bottom: 1px solid #e6aa43;
        padding: 10px;
    }
    .sub-tab-list li.on a {
        color:#fff;
        background-color: #e6aa43;
    }
    /* .sub-tab-list li.on a:before{
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #e6aa43;
    } */
}
@media(max-width:992px){
}
@media (max-width: 768px){
    .sub-tab-area { margin-top: 0; padding: 0; }
    .sub-tab-list li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sub-tab-list li a { width:100%; height: 100%; font-size: 13px; padding: 14px 10px; }
}
@media(max-width:576px){
}


/* ==게시판== */
.pl-tit >a,
.pl-txt >em{
    display: none;
}


/* ==회사소개== */
/* 인사말 */
.intro-section{
    position: relative;
    padding-bottom: 160px;
}
.intro-section .box-style{
    position: absolute;
    bottom: 0px;
    right: 0;
    width:800px;
}
.intro-section .box-style p{
    margin-bottom: 10px;
}
.intro-name{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 2px;
    margin-top: 40px;
}
@media(min-width:1025px){
}
@media(max-width:1024px){
}
@media(max-width:992px){
    .intro-section{
        text-align: center;
        padding-bottom: 0;
    }
    .intro-section .box-style{
        position: static;
        width: 90%;
        margin-top: -100px;
    }
}
@media(max-width:768px){
    .intro-section .box-style p{
        margin-bottom: 5px;
    }
    .intro-name{
        font-size: 14px;
        margin-top: 30px;
    }
}
@media(max-width:576px){
    .intro-name{
        margin-top: 20px;
    }
}

/* 회사개요 */
.overview-section{
    position: relative;
}
.overview-section .box-style{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    width:880px;
    padding:30px 60px;
}
@media(min-width:1025px){
}
@media(max-width:1024px){
    .overview-section{
        padding-bottom: 0;
    }
    .overview-img{
        text-align: center;
    }
    .overview-section .box-style{
        position: static;
        width: 100%;
        margin-top: 10px;
        transform:none;
    }
}
@media(max-width:992px){
}
@media(max-width:768px){
    .overview-section .box-style{
        padding: 25px 30px;
    }
}
@media(max-width:576px){
}


/* 조직도 */
.organization-section{
    padding-top: 10px;
}
.organization-img{
    text-align: center;
}

/* 연혁 */
.history-section{
    position: relative;
}
.history-section:before,
.history-section:after{
    content:'';
    position: absolute;
    display:block;
    background-repeat: no-repeat;
    background-position:center;
}
.history-section:before{
    top:0;
    left:-200px;
    width:667px;
    height:667px;
    background-image: url(/child/img/sub/about/history-img.png);
}
.history-section:after{
    bottom:0;
    right:-200px;
    width:581px;
    height:391px;
    background-image: url(/child/img/sub/about/history-img2.png);
}
.history-section >ol{
    position: relative;
    list-style: none;
    z-index: 1;
}
.history-section >ol >li{
    position: relative;
    padding-left: 50%;
    padding-top: 100px;
    padding-bottom: 40px;
}
.history-section >ol >li:before{
    content: '';
    position: absolute;
    top:0;
    left:50%;
    display: block;
    width:1px;
    height:calc(100% + 40px);
    background-color: #f7e3c1;
}
.history-section >ol >li:last-child:before{
    height:100%;
}
.history-section >ol >li:nth-child(even){
    text-align: right;
    padding-left:0;
    padding-right: 50%;
}
.history-section >ol >li:last-child{
    padding-bottom: 0;;
}
.history-year{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #885d12;
    width: 80px;
    height: 80px;
    border: 6px solid #e6aa43;
    background-color: #fff;
    border-radius: 100%;
}
.history-list >li{
    position: relative;
    font-size: 16px;
    color: #885d12;
    padding-left: 15px;
    margin-bottom: 10px;
}
.history-list >li:last-child{
    margin-bottom: 0;
}
.history-list >li:before{
    content: '';
    position: absolute;
    top:10px;
    left:-3px;
    display: block;
    width:6px;
    height:6px;
    background-color: #f7e3c1;
}
.history-section >ol >li:nth-child(even) .history-list >li:before{
    left:auto;
    right:-3px;
}
.history-section >ol >li:nth-child(even) .history-list >li{
    padding-left:0;
    padding-right: 15px;
}
@media(min-width:1025px){
}
@media(max-width:1024px){
}
@media(max-width:992px){
    .history-section >ol >li,
    .history-section >ol >li:nth-child(even){
        display: flex;
        justify-content: center;
        padding:100px 0 40px;
    }
    .history-section >ol >li:before{
        display:none;
    }
    .history-section >ol >li:nth-child(even){
        text-align:left;
    }
    .history-section >ol >li:nth-child(even) .history-list >li{
        padding-left: 15px;
        padding-right: 0;
    }
    .history-section >ol >li:nth-child(even) .history-list >li:before{
        left: -3px;
        right: auto;
    }
}
@media(max-width:768px){
    .history-section:before,
    .history-section:after{
        display:none;
    }
    .history-section >ol >li, .history-section >ol >li:nth-child(even){
        padding: 80px 0 30px;
    }
    .history-year{
        width: 70px;
        height: 70px;
        border-width:4px;
    }
    .history-list >li,
    .history-section >ol >li:nth-child(even) .history-list >li{
        font-size: 14px;
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .history-list >li:before,
    .history-section >ol >li:nth-child(even) .history-list >li:before{
        left: 0;
        width: 4px;
        height: 4px;
    }
}
@media(max-width:576px){
}


/* 오시는길 */
.contact-section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-section .page-title-white{
    margin-bottom: 85px;
}
.contact-container{
    display: flex;
    flex-wrap: wrap;
}
.contact-left{
    width: 42.5%;
}
.contact-list >ul >li{
    font-size: 16px;
    color: #333;
    padding: 12px 40px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.contact-list >ul >li:nth-child(1){
    background-image: url(/child/img/main/contact-icon.png);
}
.contact-list >ul >li:nth-child(2){
    background-image: url(/child/img/main/contact-icon2.png);
}
.contact-list >ul >li:nth-child(3){
    background-image: url(/child/img/main/contact-icon3.png);
}
.contact-list >ul >li:nth-child(4){
    background-image: url(/child/img/main/contact-icon4.png);
}
.contact-btn-wrap{
    margin-top: 60px;
}
.contact-right{
    width: 57.5%;
    height: 360px;
}
@media(min-width:1025px){
}
@media(max-width:1024px){
    .contact-section .page-title-white{
        margin-bottom: 40px;
    }
}
@media(max-width:992px){
    .contact-left{
        width:100%;
        order:2;
        margin-top: 20px;
    }
    .contact-right{
        width:100%;
        order:1;
    }
    .contact-btn-wrap {
        text-align: center;
    }
}
@media(max-width:768px){
    .contact-section .page-title-white{
        margin-bottom: 35px;
    }
    .contact-btn-wrap {
        margin-top: 40px;
    }
    .contact-list >ul >li{
        font-size: 14px;
        padding: 8px 5px 8px 40px;
    }
}
@media(max-width:576px){
    .contact-section .page-title-white{
        margin-bottom: 30px;
    }
}

/* ==제품소개== */
/*화장품 renew*/
body.on,
html.on{
    overflow: hidden;
}
.renew-tab-list-box .renew-tab-list-box-inner,
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li:not(:last-child) a{
    position:relative;
}
.renew-tab-list-box .renew-tab-list-box-inner{
    margin-bottom:100px;
}
.renew-tab-list-box .renew-tab-list-box-inner::before,
.renew-tab-list-box .renew-tab-list-box-inner::after,
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li:not(:last-child) a::after{
    content:'';
    display:block;
    width:1px;
    height:16px;
    background-color:#cccccc;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.renew-tab-list-box.en .renew-tab-list-box-inner::before,
.renew-tab-list-box.en .renew-tab-list-box-inner::after,
.renew-tab-list-box.en .renew-tab-list-box-inner .renew-tab-list li:not(:last-child) a::after{
    height:70%;
}
.renew-tab-list-box .renew-tab-list-box-inner::before{
    left:0;
}
.renew-tab-list-box .renew-tab-list-box-inner::after,
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li:not(:last-child) a::after{
    right: 0;
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li{
    width:calc(100% / 3);
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li a{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#999999;
    font-weight:300;
    font-size:18px;

}
.renew-tab-list-box.en .renew-tab-list-box-inner .renew-tab-list li a{
    text-align: center;
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li.on a{
    color:#e6aa43;
    font-weight:700;
}

.cosmetics-banner-box{
    height:360px;
    position: relative;
    padding-top:120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.cosmetics-banner-box1{
    background-image: url('/child/img/sub/product/cosmetic-banner1.png');
}
.cosmetics-banner-box2{
    background-image: url('/child/img/sub/product/cosmetic-banner2.png');
}
.cosmetics-banner-box3{
    background-image: url('/child/img/sub/product/cosmetic-banner3.png');
}
.cosmetics-banner-box::after{
    content:'';
    display:block;
    position: absolute;
    left: 0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
}
.cosmetics-banner-box .cosmetics-banner-txt-box{
    text-align: center;
    color:#fff;
    position: relative;
    z-index: 1;
    font-size:40px;
    font-weight: 700;
}
.cosmetics-banner-box .cosmetics-banner-txt-box span{
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top:24px;
}

/*컨텐트 안에 공통 내용*/
.m-content .section .sec-title-box{
    font-size:24px;
    color:#333333;
    font-weight:700;
    padding-bottom:20px;
    margin-bottom:30px;
    border-bottom:2px solid #333333;
}
/*컨텐트 안에 공통 내용 end*/


.m-content .section:not(:last-child){
    margin-bottom:80px;
}
.m-content .s01{
    display:flex;
}
.m-content .s01 .left-box{
    width:550px;
    margin-right:80px;
    position: relative;
    transition:0.3s all ease;
}
.m-content .s01 .left-box .img-box{
    position: relative;
    width:100%;
    padding-top: 100%;
    margin-top:-80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.m-content .s01 .left-box .page1{
    background-image: url('/child/img/sub/product/cosmetic-pd1');
}
.m-content .s01 .left-box .page2{
    background-image: url('/child/img/sub/product/cosmetic-pd2');
}
.m-content .s01 .left-box .page3{
    background-image: url('/child/img/sub/product/cosmetic-pd3');
}
.m-content .s01 .right-box{
    width:calc(100% - 630px);
    padding-top: 80px;
}
.m-content .s01 .right-box .ddaom-box{
    margin-bottom:24px;
}
.m-content .s01 .right-box .right-title-box{
    font-size:24px;
    color:#333333;
    font-weight:700;
    padding-bottom:36px;
    margin-bottom:40px;
    border-bottom:1px solid #e6e6e6;
}
.m-content .s01 .right-box .pd-introduce-box{
    margin-bottom:80px;
}
.m-content .s01 .right-box .pd-introduce-box dl{
    display:flex;
    align-items: center;
    font-size:16px;;
}

.m-content .s01 .right-box .pd-introduce-box.en dl{
    align-items: flex-start;
}
.m-content .s01 .right-box .pd-introduce-box dl dt{
    color:#333333;
    font-weight:700;
    margin-right:40px;
}
.m-content .s01 .right-box .pd-introduce-box dl dd{
    color:#555555;
    font-weight:300;
}
.m-content .s01 .right-box .pd-btn-box{
    display:flex;
    align-items:center;
    justify-content: space-between;
}
.m-content .s01 .right-box .pd-btn-box button{
    width:calc(50% - 5px);
    border:1px solid #cccccc;
    height:60px;
    display:flex;
    align-items:center;
    justify-content: center;
}

.m-content .s01 .right-box .pd-btn-box button.wid-class{
    width:100%;
}
.m-content .s01 .right-box .pd-btn-box button span{
    font-size:18px;
    color:#555555;
    font-weight:700;
}
.m-content .s01 .right-box .pd-btn-box .type2{
    background-color:#e6aa43;
    border:1px solid #e6aa43;
}

.m-content .s01 .right-box .pd-btn-box .type2 span{
    color:#fff;
}
.m-content .s01 .right-box .pd-btn-box button i{
    margin-left:10px;
    transform:translateY(2px);
}
.m-content .s02 .Characteristic-list-box ul li{
    display:flex;
    align-items: center;
}
.m-content .s02 .Characteristic-list-box ul li:not(:last-child){
    margin-bottom: 10px;
}
.m-content .s02 .Characteristic-list-box ul li .num-icon-box{
    border-radius:50%;
    background-color:#cccccc;
    display:flex;
    align-items:center;
    justify-content: center;
    color:#fff;
    font-size:12px;
    font-weight:300;
    width:28px;
    height:28px;
    margin-right:10px;
}
.m-content .s02 .Characteristic-list-box ul li .txt-box{
    font-size:16px;
    font-weight: 300;
    color:#555555;
    width: calc(100% - 28px);
}
.m-content .s03 .ingredient-box .dl-box:not(:last-child){
    margin-bottom:20px;
}
.m-content .s03 .ingredient-box .dl-box dl{
    display: flex;
    align-items: center;
}
.m-content .s03 .ingredient-box .dl-box dl dt{
    margin-right: 20px;
    width:80px;
}
.m-content .s03 .ingredient-box .dl-box dl dt i{
    display: flex;
    align-items: center;
    width: 80px;
}
.m-content .s03 .ingredient-box .dl-box dl dt i img{
    display: block;
}
.m-content .s03 .ingredient-box .dl-box dl dd{
    font-size:16px;
    color:#555555;
    font-weight: 300;
    line-height: 1.6;
    display:flex;
    flex-direction: column;
    width: calc(100% - 80px);
}
.m-content .s03 .ingredient-box .dl-box dl dd span{
    color:#333333;
    font-weight:700;
    margin-bottom:10px;
}



/*youtube*/

.youtube-pop-box{
    transition: 0.3s all ease;
    opacity: 0;
    position:fixed;
    z-index: -99;
    left: 0;
    top: 0;
    width:100vw;
    height: 100vh;
    background-color:rgba(0,0,0,0.5);
}
.youtube-pop-box .youtube-content-box{
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    width:1200px;
    height:675px;
}
.youtube-pop-box .youtube-content-box iframe{
    width: 100%;
    height: 100%;
}
.youtube-pop-box .youtube-content-box .close-btn-box{
    position: absolute;
    right: 0;
    top: -40px;
    transform: translateY(-100%);
}
.youtube-pop-box.active{
    z-index: 99;
    opacity: 1;
}
/*youtube end*/


@media screen and (max-width: 1200px) {

    .youtube-pop-box .youtube-content-box{
        width:calc(100% - 30px);
    }
    .youtube-pop-box .youtube-content-box .close-btn-box {
        top: -20px;
    }


    .m-content .s01{
        flex-direction: column;
        align-items: center;
    }
    .m-content .s01 .left-box{
        margin-right: unset;
        max-width: 580px;
        width: 100%;
    }
    .m-content .s01 .right-box{
        width:100%;
        padding-top: 60px;
    }

}
@media screen and (max-width: 1024px) {


.youtube-pop-box .youtube-content-box{
    height:54vw;
}

.renew-tab-list-box .renew-tab-list-box-inner::before,
.renew-tab-list-box .renew-tab-list-box-inner::after,
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li:not(:last-child) a::after{
    display: none;
}
.renew-tab-list-box .renew-tab-list-box-inner{
    border: 1px solid #e6e6e6;
    margin-bottom: 80px;
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list{
    flex-wrap: wrap;
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li{
    width:calc(100% / 2);
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: unset;
    height: 60px;
}
.renew-tab-list-box.en .renew-tab-list-box-inner .renew-tab-list li a{
    padding:10px 0;
    height: auto;
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li:nth-child(-n + 2) a{
    border-bottom:1px solid #e3e3e3;
}
.renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li:nth-child(odd) a{
    border-right:1px solid #e3e3e3;
}
}/*1024*/
@media screen and (max-width: 820px) {
    .cosmetics-banner-box{
        margin-bottom:40px;
        padding-top:unset;
        display:flex;
        align-items: center;
        justify-content: center;
        padding:0 20px;
    }

    }/*820*/

    @media screen and (max-width: 768px) {
        .m-content .section:not(:last-child){
            margin-bottom:60px;
        }

        .m-content .section .sec-title-box{
            font-size: 18px;
            padding-bottom: 10px;
            margin-bottom: 20px;
        }
        .renew-tab-list-box .renew-tab-list-box-inner{
            margin-bottom:60px;
        }
        .renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li a{
            font-size: 14px;
            height: 45px;
        }
        .cosmetics-banner-box{
            height: 140px;
        }
        .cosmetics-banner-box .cosmetics-banner-txt-box{
            font-size: 20px;
        }
        .cosmetics-banner-box .cosmetics-banner-txt-box span{
            font-size: 14px;
            margin-top:12px;
        }
        .m-content .s01 .left-box{
            margin-bottom:40px;
        }
        .m-content .s01 .left-box .img-box{
            margin-top:0;
        }
        .m-content .s01 .right-box{
            padding:unset;
        }
        .m-content .s01 .right-box .right-title-box{
            font-size: 18px;
            padding-bottom:12px;
            margin-bottom: 20px;
        }
        .m-content .s01 .right-box .ddaom-box{
            margin-bottom: 10px;
        }
        .m-content .s01 .right-box .pd-introduce-box{
            margin-bottom:60px;
        }
        .m-content .s01 .right-box .pd-introduce-box dl{
            font-size: 14px;
        }
        .m-content .s01 .right-box .pd-btn-box button{
            height: 50px;
        }
        .m-content .s01 .right-box .pd-btn-box button span{
            font-size: 14px;
        }
        .m-content .s02 .Characteristic-list-box ul li{
            flex-direction: column;
            align-items: flex-start;
        }
        .m-content .s02 .Characteristic-list-box ul li .num-icon-box{
            margin-right: unset;
            margin-bottom:10px;
        }
        .m-content .s02 .Characteristic-list-box ul li .txt-box{
            word-break: break-all;
            width: 100%;
            font-size: 14px;
        }
        .m-content .s03 .ingredient-box .dl-box dl{
            flex-direction: column;
            align-items: flex-start;
        }
        .m-content .s03 .ingredient-box .dl-box dl dt{
            margin-bottom: 20px;
            margin-right: unset;
            width: 60px;
        }
        .m-content .s03 .ingredient-box .dl-box dl dt i{
            width: 60px;
        }
        .m-content .s03 .ingredient-box .dl-box dl dd{
            width: 100%;
            text-align: left;
            font-size: 14px;
        }
        .m-content .s03 .ingredient-box .dl-box dl dd br{
            display: none;
            word-break: break-all;
        }
        }/*768*/
            @media screen and (max-width: 576px){
                .renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li{
                    width:100%;
                }
                .renew-tab-list-box .renew-tab-list-box-inner .renew-tab-list li:nth-child(odd) a{
                    border-right: unset;
                }
                .cosmetics-banner-box .cosmetics-banner-txt-box{
                    font-size: 16px;
                }
                .m-content .s01 .right-box .ddaom-box i{
                    display: block;
                    width:25px;
                }
                .m-content .s01 .right-box .right-title-box{
                    word-break: break-all;
                }
                .m-content .s01 .right-box .right-title-box br{
                    display: none;
                }
                .m-content .s01 .right-box .pd-introduce-box dl{
                    align-items: flex-start;
                }
                .m-content .s01 .right-box .pd-btn-box{
                    flex-direction: column;
                }
                .m-content .s01 .right-box .pd-btn-box button{
                    width: 100%;
                }
                .m-content .s01 .right-box .pd-btn-box button:first-child{
                    margin-bottom: 10px;
                }
                .m-content .s03 .ingredient-box .dl-box dl dt{
                    margin-bottom: 10px;
                }
                .m-content .s01 .right-box .pd-introduce-box{
                    margin-bottom:40px;
                }

                .m-content .s01 .right-box .pd-introduce-box dl{
                    flex-direction: column;
                }
                .m-content .s01 .right-box .pd-introduce-box dl dt{
                    width: auto;
                    margin-bottom:10px;
                    margin-right:
                }


                }/*576*/





                /*화장품 renew end*/



/* 화장품 */
.cosmetics-section{
    margin-bottom: -140px;
}
.cosmetics-list >ul >li{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding:100px 0;
}
.cosmetics-list >ul >li:first-child{
    padding-top:0;
}
.cosmetics-list >ul >li:nth-child(even){
    background-color: #fcf6ec;
}
.cosmetics-list >ul >li:nth-child(even):before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    z-index: -1;
    display:block;
    width:3000px;
    height: 100%;
    background-color: #fcf6ec;
}
.cosmetics-list >ul >li:last-child{
    margin-bottom: 0;
}
.cl-left, .cl-right{
    width: 50%;
}
.cl-left{
    padding-right:50px;
}
.cl-img{
    display: block;
    width: 100%;
    height: 465px;
    border: 1px solid #e6e6e6;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}
.cosmetics-list >ul >li:nth-child(even) .cl-img{
    height: 570px;
    margin-top: 0;
    border-color: #fff;
}
.cl-video{
    display: block;
    width:100%;
    height:310px;
    margin-bottom: 25px;
    background-color: #000;
}
.cl-right{
    padding-left:10px;
}
.cl-con-header{
    padding-bottom: 24px;
    border-bottom: 1px solid #e6aa43;
}
.clc-tit{
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #e6aa43;
}
.clc-tit small{
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #555;
    margin-bottom: 10px;
}
.cl-con-body{
    padding-top:25px;
}
.clc-list >ul >li{
    position: relative; min-height: 38px;
    font-size: 16px;
    color: #555;
    padding-left: 120px;
    margin-bottom: 15px;
}
.clc-list >ul >li:last-child{
    margin-bottom: 0;
}
.clc-list >ul >li >em{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 120px;
    font-style: normal;
    font-weight: 600; line-height: 1.2;
}
.clc-img-tit{
    font-size: 16px;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}
.clc-img-list{
    padding-top: 20px;
}
.clc-img-list >ul >li{
    position: relative;
    min-height: 81px;
    font-size: 16px;
    color: #555;
    padding-left: 100px;
    margin-bottom: 20px;
}
.clc-img-list >ul >li:last-child{
    margin-bottom: 0;
}
.clc-img-list >ul >li >img{
    position: absolute;
    top: 0;
    left: 0px;
}
.clc-img-list >ul >li >strong{
    display: block;
    color: #885d12;
    margin-bottom: 5px;
}
.clc-bottom{
    margin-top: 30px;
}
@media(min-width:1025px){
}
@media(max-width:1200px){
    .cosmetics-section{
        margin-bottom: -100px;
    }
}
@media(max-width:1024px){
    .cosmetics-section{
        margin-bottom: -80px;
    }
    .cosmetics-list >ul >li{
        padding:40px 0;
    }
    .cl-left, .cl-right{
        width:100%;
        padding:0;
    }
    .cl-left{
        order:2;
    }
    .cl-right{
        order:1;
    }
    .cl-con-body{
        padding-bottom: 25px;
    }
    .cl-img{
        height: 500px;
        background-size: cover;
        background-color: #fff;
    }
    .cl-video{
        margin-bottom: 10px;
    }
}
@media(max-width:992px){
    .cosmetics-section{
        margin-bottom: -70px;
    }
}
@media(max-width:768px){
    .cosmetics-section{
        margin-bottom: -60px;
    }
    .cl-con-header{
        padding-bottom:18px;
    }
    .clc-tit{
        font-size: 20px;
    }
    .clc-tit small{
        font-size: 12px;
        margin-bottom: 2px;
    }
    .cl-con-body{
        padding-top:20px;
    }
    .clc-list >ul >li{
        font-size: 14px;
        padding-left: 110px;
    }
    .clc-list >ul >li >em{
        width:100px;
    }
    .clc-img-list >ul >li{
        font-size: 14px;
        min-height: 50px;
        padding-left: 70px;
        margin-bottom: 15px;
    }
    .clc-img-list >ul >li >img {
        width: 50px;
        height: 50px;
    }
}
@media(max-width:576px){
    .cl-img,
    .cosmetics-list >ul >li:nth-child(even) .cl-img{
        height: 300px;
    }
    .cosmetics-list >ul >li:nth-child(1) .cl-img{
        margin-top: 20px;
    }
    .clc-tit {
        font-size: 18px;
    }
}

/* 방역 */
.product-list >ul{
    display: flex;
    flex-wrap: wrap;
    margin: -25px -10px;
}
.product-list >ul >li{
    width: 25%;
    padding: 25px 10px;
}
.pl-img{
    display: block;
    width: 100%;
    height: 285px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.wrap .pl-img >a{
    pointer-events: none;
}
.pl-img .image{
    display:block;
    width:100%;
    height:100%;
    background-image: url(/child/img/noimg.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pl-con{
    margin-top: 20px;
}
.pl-tit{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}
.wrap .pl-tit a{
    cursor: text;
    pointer-events: none;
}
.pl-tit small{
    display: block;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #333 !important;
}
.pl-txt{
    font-size: 14px;
    font-weight: 400 !important;
    color: #999 !important;
    margin-top: 10px !important;
}
.product-btn-wrap{
    text-align: center;
}
@media(min-width:1025px){
    .product-list >ul >li .pl-img:hover .image{
        transform: scale(1.2);
        -webkit-transition: all ease-out .3s; transition: all ease-in-out .3s;
    }
}
@media(max-width:1024px){
}
@media(max-width:992px){
    .product-list >ul >li{
        width: 50%;
    }
    .pl-con {
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .product-list >ul{
        margin:-10px -5px;
    }
    .product-list >ul >li{
        padding:10px 5px;
    }
    .pl-con {
        margin-top: 10px;
    }
    .pl-txt {
        margin-top: 6px;
    }
}
@media(max-width:576px){
    .product-list >ul >li{
        width: 100%;
    }
}


/* ==기술품질== */
/* 제조공정 */
.process-img{
    text-align: center;
}

/* 인증현황 */
.certified-section{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.certified-left{
    width: 44.1666%;
}
.certified-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-top .certified-img-wrap {
    padding:10px;
}
.gallery-top .certified-img-wrap .certified-img{
    height: 719px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
}
.gallery-thumbs .certified-img{
    height: 187px;
    border:1px solid #e6e6e6;
}
.certified-tit{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #e6aa43;
    padding: 15px 20px;
}
.certified-right{
    width: 55.8334%;
    padding-left: 100px;
    padding-top: 10px;
}
.certified-section .gallery-thumbs{
    margin-top: 200px;
}
.certified-section .gallery-thumbs .swiper-slide{
    position: relative;
    cursor: pointer;
}
.certified-section .gallery-thumbs .swiper-slide-thumb-active:before{
    position: absolute;
    top:0;
    left:0;
    content:'';
    display:block;
    width:100%;
    height:100%;
    border:4px solid #e6aa43;
}
@media(min-width:1025px){
}
@media(max-width:1200px){
    .gallery-top .certified-img-wrap .certified-img {
        height: 600px;
    }
    .certified-right{
        padding-left: 50px;
    }
}
@media(max-width:1024px){
    .certified-left, .certified-right{
        width:100%;
        padding-left: 0px;
    }
    .certified-img{
        background-size: contain;
    }
    .gallery-top .certified-img-wrap{
        padding:0;
    }
    .gallery-top .certified-img-wrap .certified-img{
        height: 600px;
    }
    .gallery-top .certified-img-wrap .certified-img{
        background-size:contain;
        box-shadow:none;
        border: 1px solid #e6e6e6;
    }
    .certified-section .gallery-thumbs {
        margin-top: 50px;
    }
}
@media(max-width:992px){
    .certified-tit{
        font-size: 18px;
        padding: 10px 20px;
    }
}
@media(max-width:768px){
    .gallery-top .certified-img-wrap .certified-img{
        height: 500px;
    }
    .certified-tit{
        font-size: 16px;
        padding: 10px 15px;
    }
    .certified-section .gallery-thumbs {
        margin-top: 30px;
    }
    .gallery-thumbs .certified-img{
        height: 155px;
    }
}
@media(max-width:576px){
    .gallery-top .certified-img-wrap .certified-img{
        height: 410px;
    }
    .gallery-thumbs .certified-img{
        height: 109px;
    }
}


/* 제조설비 */


/* ==파트너사== */
.partners-section .pl-img,
.partners2-section .pl-img,
.partners3-section .pl-img,
.partners4-section .pl-img{
    height: 403px;
}
.partners-container{
    margin-bottom: 65px;
}
.partners-container .page-title{
    margin-bottom: 60px;
}
.product-title{
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #e6aa43;
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e6aa43;
}
.product-list-block >ul{
    margin:-20px -10px;
}
.product-list-block >ul >li{
    width:100%;
    padding:20px 10px;
}
.wrap .product-list-block >ul >li >a{
    display:block;
    width:100%;
    pointer-events: none;
}
.product-list-block img{
    min-width: 100%;
}
.partners-logo-section{
    position: relative;
    display: block;
    width: 100%;
    background-color: #dfdfdf;
    padding: 30px 0;
    margin: 0 0 -140px;
}
.partners-logo-section:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,0);
    z-index: -1;
    display:block;
    width:3000px;
    height: 100%;
    background-color: #dfdfdf;
}
.partners-logo-section >ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-logo-section >ul >li{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 25px;
}
@media(min-width:1025px){
}
@media(max-width:1200px){
    .partners-logo-section{
        margin: 0 0 -100px;
    }
}
@media(max-width:1024px){
    .partners-container .page-title{
        margin-bottom: 40px;
    }
    .product-title {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .partners-logo-section{
        margin: 0 0 -80px;
    }
    .partners-logo-section >ul >li {
        padding: 0 20px;
    }
}
@media(max-width:992px){
    .partners-container{
        margin-bottom: 40px;
    }
    .partners-title img{
        height:20px;
    }
    .partners4-title img{
        height:42px;
    }
    .product-list >ul .pl-block{
        display: block;
        width: 100%;
        padding: 10px;
    }
    .partners-logo-section{
        margin: 0 0 -70px;
    }
}
@media(max-width:768px){
    .partners-container .page-title{
        margin-bottom: 35px;
    }
    .product-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .product-list-block >ul{
        margin:-10px;
    }
    .product-list-block >ul >li{
        padding:10px;
    }
    .partners-logo-section{
        margin: 0 0 -60px;
    }
    .partners-logo-section >ul >li {
        padding: 0 10px;
    }
}
@media(max-width:576px){
    .partners-container .page-title{
        margin-bottom: 30px;
    }
    .product-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
}

/* 대경제약 */

/* ATBIOPHARM */

/* MiCo BioMed */
.partners3-section2 .product-list >ul >li:nth-child(4n-3) .pl-img,
.partners3-section2 .product-list >ul >li:nth-child(4n-3) .pl-txt{
    display:none;
}
.partners3-section2 .pl-tit >a{display:block;}
.partners3-section2 .product-list >ul >li:nth-child(4n-3) .pl-con{
    margin:0;
}
@media (max-width: 992px){
    .partners3-section2 .product-list >ul >li:nth-child(4n-3){
        display: block;
        width: 100%;
        padding: 10px;
    }
}

/* P&A */
.partners4-section2 .product-list-block >ul >li{
    width:50%;
}


/* ==상담문의== */



/*화장품*/
