.elementor-2532 .elementor-element.elementor-element-bcf061f{--display:flex;}.elementor-2532 .elementor-element.elementor-element-567d28f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6d7e873 */@charset "utf-8";

/* 색 설정 */
:root {
    --main-color: #6B5548;
    --black-color : #222;
    --white-color : #fff;
    --text-mainbrown : #3F2F26;
    --lightbrown: #6B5548;
}

/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* 스크롤 커스텀 */
html::-webkit-scrollbar {width: 8px;}
html::-webkit-scrollbar-thumb {background-color: var(--main-color); border-radius: 10px;}

/* 드래그 블록 커스텀 */
::selection { background-color:var(--main-color); color:#fff; }

/*font* : pretendard*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
/* default */
*{
    font-size: inherit;
    font-weight: 500;
    font-family: 'Pretendard';
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: 'Pretendard', sans-serif; font-weight:400; font-size: 16px; letter-spacing: -0.04em; }
section{ display:block;}
a{ color:inherit; }

.inner{ width:1200px; margin:0 auto;}

.paging_box{ padding:10px 0; display:flex; align-items: center; justify-content: center; }

select{
    -webkit-appearance: none; -moz-appearance: none;  appearance: none;
    background: url('../img/common/select-icon.png') no-repeat 98% 50% #fff; 
}
select::-ms-expand{ display:none; }
p{ word-break: keep-all; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */

/*헤어 샴푸 페이지 : product1.html*/
/*sec1*/
section.sec1{
    height: 980px !important;
    background: linear-gradient(180deg, #3F2F26 0%, #D8C3B6 39.73%) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: end;
}
section.sec1 .inner{
    height: 80% !important;
    position: relative !important;
}
section.sec1 .inner .title{
    right: 0 !important;
    position: absolute !important;
    padding-top: 100px !important;
    height: 100% !important;
}
section.sec1 .inner .title img{
    display: inline-block;
    height: 60px;
    margin-bottom: 60px;
}
section.sec1 .inner .title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    letter-spacing: -0.36px;
    margin-bottom: 5px;
}
section.sec1 .inner .title p b{
    font-weight: 700;
    display: block;
}
section.sec1 .inner .title h1{
    color: #3F2F26;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -0.76px;
    position: relative;
}
section.sec1 .inner .title h1::before,
section.sec1 .inner .title h3::before{
    position: absolute;
    width: 100%;
    height: 18px;
    bottom: 0;
    left: 0;
    content: ' ';
    opacity: 0.3;
    background: #C59B5C;
}
section.sec1 .inner .title h3::before{
    width: 45%;
}
section.sec1 .inner .title h3{
    position: relative;
    color: #3F2F26;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.48px;
}
section.sec1 .inner .title h3 b{
    font-weight: 700;
}
section.sec1 .inner .title span{
    margin-top: 50px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.64px;
    border-radius: 4px;
    background: #7B6241;
}
section.sec1 .inner .image{
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    margin-top: 0 !important;
}
section.sec1 .inner .image img{
    width: 80% !important;
    height: 100% !important;
    display: inline-block;
    object-fit: cover !important;
    margin-top: 0 !important;
}
section.sec1.product2 .inner .image{
    width: 80% !important;
}
section.sec1.product2 .inner .image img{
    width: 100% !important;
}
/*sec2*/
section.sec2{
    padding: 50px 0;
}
.sub-title{
    margin-bottom: 30px;
}
.sub-title h2{
    padding-left: 10px;
    color: var(--text-mainbrown);
    font-size: 32px;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.64px;
    position: relative;
}
.sub-title h2 b{
    font-weight: 700;
}
.sub-title h2::before{
    transform: translateY(5px);
    content:  ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 30px;
    background: #3F2F26;
}
.sub-title p{
    padding-left: 10px;
    color: var(--text-mainbrown);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
}
.sub-title p b{
    font-weight: 700;
}
.sec2 .items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.sec2 .item{
    width: 48%;
    margin-bottom: 25px;
}
.sec2 .item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.sec2 .item .item-detail span{
    display: inline-block;
    margin: 20px 0 10px 0;
    font-size: 16px;
    color: var(--white-color);
    padding: 5px 20px;
    border-radius: 100px;
    background: #3F2F26;
}
.sec2 .item .item-detail .t1{
    color: var(--text-mainbrown);
    font-size: 24px;
    letter-spacing: -0.48px;
}
.sec2 .item .item-detail .t2{
    margin-top: 5px;
    color: #777;
    font-size: 16px;
    letter-spacing: -0.32px;
}
/*sec3*/
.sec3{
    background: rgba(245, 241, 238, 0.93);
    padding: 100px 0;
}
.sec3 .content{
    display: flex !important;
    gap: 30px !important;
}
.sec3 .items{
    flex: 1 !important;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
}
.sec3 .items .item{
    width: 100% !important;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 6px 10px 16px 0 rgba(0, 0, 0, 0.15);
}
.sec3 .items .item img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.sec3 .items .item .text{
    flex: 1;
}
.sec3 .items .item .text span{
    border-radius: 4px;
    background: #3F2F26;
    padding: 5px 20px;
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
}
.sec3 .items .item .text span .t1{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
}
.sec3 .t4{
    margin-top: 30px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    letter-spacing: -0.24px;
}
/*sec4*/
.sec4{
    padding: 100px 0;
}
.sec4 .items{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.sec4 .item{
    flex: 1;
}
.sec4 .item .title{
    color: var(--white-color);
    border-radius: 10px;
    background: #6B5548;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
}
.sec4 .item .title::before{
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #6B5548;
}
.sec4 .item .title b{
    color: var(--white-color);
    font-weight: 700;
    font-size: 20px;
}
.sec4 .item .detail{
    height: 300px;
    border-radius: 40px 40px 0 40px;
    background: #F5F1EE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec4 .item .detail div{
    color: var(--lightbrown, #6B5548);
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.48px;

}
.sec4 .item .detail div.test{
    font-weight: 700;
}
.sec4 .item .detail div span{
    display: block;
    color: var(--lightbrown);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.48px;
}
.sec4 .item .detail div .point{
    color: var(--lightbrown);
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.68px;
}
.sec4 .item .detail .point b{
    color: var(--lightbrown); 
    position: relative;
    font-weight: 700;
}
.sec4 .item .detail .point b::before{
    content: ' ';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #6B5548;
    left: 50%;
    transform: translateX(-50%);
}
.sec4 .item .detail .test div{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
}
.sec4 .item .detail .test div img{
    width: 120px;
    height: 80px;
    object-fit: cover;
}
.sec4 .item .t4{
    color: #7F7F7F;
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-top: 10px;
}
/*sec5*/
/*sec5-1*/
.sec5-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.sec5-1 img{
    width: 400px;
    height: 360px;
    object-fit: cover;
}
.sec5-1 .text{
    flex: 1;
}
.sec5-1 .text .title h1,
.sec5-2 .title h1{
    color: var(--text-mainbrown);
    font-size: 32px;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.64px;
}
.sec5-1 .text .title h3,
.sec5-2 .title h3{
    color: var(--text-mainbrown);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.56px;
}
.sec5-1 .text .details{
    margin-top: 20px;
}
.sec5-1 .text .details span:first-child{
    border-top: 1px solid var(--maincolor, #D8C3B6);
}
.sec5-1 .text .details span{
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
    padding: 20px;
    border-bottom: 1px solid var(--maincolor, #D8C3B6);
}
/*sec5-2*/
.sec5-2{
    margin-top: 50px;
}
.sec5-2 .items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.sec5-2 .items .item{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    flex: 1;
    padding: 20px;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.sec5-2 .items .item .review img{
    filter: invert(14%) sepia(8%) saturate(2534%) hue-rotate(337deg) brightness(98%) contrast(84%) !important;
}
.sec5-2 .items .item .photo img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.sec5-2 .items .item .text{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
}
/*sec6*/
.sec6{
    margin-top: 50px;
    padding: 140px 0;
    background: #3F2F26;
}
.sec6 .inner .sub-title h2,
.sec6 .inner .sub-title p{
    color: var(--white-color);
}
.sec6 .inner .sub-title h2::before{
    background-color: var(--white-color);
}
.sec6 .inner .sub-title p b{
    display: block;
    color: var(--white-color);
}
.sec6 .inner .items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.sec6 .inner .item{
    height: 380px;
    padding: 20px;
    flex: 1;
    border-radius: 4px;
    background: #F6F2EF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sec6 .inner .item span{
    color: #000;
    font-size: 16px;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
}
.sec6 .inner .item div div{
    margin: 10px auto;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 50%;
}
.sec6 .inner .item div img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.sec6 .inner .item h4{
    color: #3F2F26;
    text-align: center;
    font-size: 24px;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.48px;
    margin: 10px 0;
}
.sec6 .inner .item h4 b{
    font-weight: 700;
    display: block;

}
.sec6 .inner .item p{
    color: #7F7F7F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
}
/*헤어샴푸 : product2.html*/
section.sec1.product2 .inner .image{
    transform: translateX(-100px) !important;
}
/*영문 사이트 : product1-en.html*/
/*sec3*/
.sec3.en .item .text span{
    padding: 0px;
    font-size: 20px;
    background-color: transparent;
    color: #3F2F26;
    font-weight: 700;
}
/*sec4*/
.sec4.en .item .title{
    padding: 20px 10px;    
}
.sec4.en .item .title b{
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.sec4 .item .detail{
    padding: 10px;
}
.sec4.en .item .detail div{
    font-size: 20px;
}
.sec4.en .item .detail div span{
    font-size: 20px;
}
.sec4.en .item .detail div .point{
    font-size: 30px;
    display: block;
}
/* tablet */
@media screen and (max-width: 1250px) {
    section.sec1{
        height: 860px !important;
    }
    section.sec1 .inner{
        height: 80% !important;
    }
    section.sec1 .inner .image{ 
        left: 100px;
        height: 100% !important;
    }
    section.sec1 .inner .title{
        right: 50px !important;
    }
    .sec4 .item .detail{
        height: 280px;
    }
    .sec4 .item .title b{
        font-size: 18px;
    }
    .sec4 .item .detail .test div img{
        width: 100px;
        height: 60px;
    }
    .sec4 .item .t4{
        color: #7F7F7F;
        font-size: 12px;
        letter-spacing: -0.28px;
        margin-top: 10px;
    }
    .sec6 .inner .item{
        height: 300px;
    }
    .sec6 .inner .item div div{
        width: 100px;
        height: 100px;
    }
    .sec6 .inner .item div img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    .sec6 .inner .item h4{
        font-size: 20px;
    }
    .sec6 .inner .item p{
        font-size: 14px;
    }
    section.sec1.product2 .inner .title h1::before{
        width: 320px;
    }
} 
@media screen and (max-width: 960px) { 
    /*sec1*/
    .inner{
        padding: 0 20px !important;
    }
    section.sec1 {
        height: 580px !important
    }
    section.sec1 .inner{
        height: 100% !important;
    }
    section.sec1 .inner .image{
        width : 100% !important;
    }
    section.sec1 .inner .title{
        padding-top: 200px !important;
        height: 100% !important;
    }
    section.sec1 .inner .image{
        padding-top: 100px !important;
    }
    section.sec1 .inner .image img{
        object-fit: contain !important;
        margin-top: 0 !important;
        margin-left: -200px !important;
    }
    section.sec1.product2 .inner .image{
        width: 100% !important;
    }
    section.sec1.product2 .inner .image img{
        width: 100% !important;
    }
    section.sec1 .inner .title img{
        margin-bottom: 20px;
    }
    section.sec1 .inner .title h1{
        font-size: 30px;
    }
    section.sec1 .inner .title h1::before{
        width: 320px;
    }
    section.sec1 .inner .title h3::before{
        width: 180px;
    }
    section.sec1 .inner .title span{
        margin-top: 20px;
    }
    /*sec2*/
    .sub-title h2{
        font-size: 30px;
    }
    .sec2 .items{
        gap: 10px;
    }

    .sec2 .item img{
        height: 250px;
    }
    /*sec3*/
    .sec3 .content{
        gap: 10px;
    }
    .sec3 .items {
        gap: 10px;
    }
    .sec3 .items .item{
        width: 100%;
        padding: 20px;
        height: 150px;
    }
    .sec3 .items .item img{
        width: 60px;
        height: 60px;
    }
    /*sec4*/
    .sec4 .items{
        flex-wrap: wrap;
    }
    .sec4 .item{
        width: 48%;
        min-width: 300px;
    }
    .sec5-1{
        flex-direction: column;
        gap: 20px;
    }
    .sec5-1 img{
        width: 100%;
        max-height: 360px;
    }
    .sec5-1 .text{
        width: 100%;
    }
    /*sec 5-2*/
    .sec5-2 .items .item{
        padding: 20px 10px;
    }
    .sec5-2 .items .item .photo img{
        width: 70px;
        height: 70px;
    }
    /*sec6*/
    .sec6{
        padding: 100px 0;
    }
    .sec6 .inner .items{
        flex-wrap: wrap;
        gap: 20px;
    }
    .sec6 .inner .item{
        flex: auto;
        width: 48%;
    }
    /*헤어토닉 : product2.html*/
    section.sec1.product2 .inner .title h1::before{
        width: 260px;
    }
}
/* mobile */
@media screen and (max-width: 650px) { 
    section.sec1 {
        height: auto !important;
        padding: 0 !important;
    }
    section.sec1 .inner{
        height: 100% !important;
        display: flex;
        flex-direction: column-reverse !important;
    }
    section.sec1 .inner .image{
        position: relative !important;
    }
    section.sec1 .inner .title{
        position: relative !important;
        padding-top: 50px !important;
        right: 0 !important;
    }
    section.sec1 .inner .image{
        padding-top: 0px !important;
    }
    section.sec1 .inner .image img{
        margin-left: 0px !important;
    }
    section.sec1.product2 .inner .image{
        width: 100% !important;
    }
    section.sec1.product2 .inner .image img{
        width: 100% !important;
    }
    section.sec1 .inner .title {
        width: 100%;
    }
    section.sec1 .inner .title img{
        height: 40px;
        margin-bottom: 20px;
    }
    section.sec1 .inner .title h1{
        font-size: 30px;
    }
    section.sec1 .inner .title span{
        margin-top: 20px;
    }
    section.sec1 .inner .image{
        width: 100%;
        text-align: center;
    }
    section.sec1 .inner .image img{
        margin-left: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        transform: none;
    }
    /*sec2*/
    .sub-title{
        margin-bottom: 30px;
    }
    .sub-title h2{
        font-size: 26px;
    }
    .sub-title h2::before{
        height: 25px;
    }
    .sub-title p{
        padding-left: 0px;
    }
    .sec2 .item{
        width: 100%;
    }
    .sec2 .item img{
        height: 200px;
    }
    /*sec3*/
    .sec3{
        padding: 50px 0;
    }
    .sec3 .content{
        flex-direction: column !important;
    }
    .sec3 .items{
        flex-direction: column;
        gap: 10px;
    }
    .sec3 .items .item{
        width: 100%;
        padding: 10px;
        gap: 15px;
        height: auto;
    }
    .sec3 .items .item img{
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    .sec3 .items .item .text span{
        background-color: transparent;
        color: #3F2F26;
        font-size: 20px;
        padding: 0;
        width: 100%;
        font-weight: 700;
    }
    /*sec4*/
    .sec4{
        padding: 50px 0;
    }
    .sec4 .items{
        flex-direction: column;
    }
    .sec4 .item{
        width: 100%;
    }
    .sec4 .item .detail{
        height: 180px;
    }
    /*sec5*/
    .sec5-1 .text .title h1,
    .sec5-2 .title h1{
        font-size: 28px;
    }
    .sec5-1 .text .title h3,
    .sec5-2 .title h3{
        font-size: 20px;
    }
    .sec5-1 .text .details span{
        font-size: 16px;
        padding: 15px 0;
    }
    /*sec5-2*/
    .sec5-2 .items{
        flex-direction: column;
        gap: 10px;
    }
    .sec5-2 .items .item{
        padding: 10px;
    }
    /*sec6*/
    .sec6{
        padding: 50px 0;
    }
    .sec6 .inner .items{
        flex-direction: column;
    }
    .sec6 .inner .item{
        width: 100%;
        display: block;
        height: auto;
        padding: 20px 10px;
        position: relative;
        text-align: start;
    }
    .sec6 .inner .item div div{
        position: absolute;
        top: 10px;
        right: 10px;
        width: 80px;
        height: 80px;
    }
    .sec6 .inner .item div img{
        width: 40px;
        height: 40px;
        object-fit: cover;
    }
    .sec6 .inner .item h4,
    .sec6 .inner .item p{
        text-align: start;
    }
    /*헤어토닉 : product2.html*/
    section.sec1.product2 .inner .title h1::before{
        width: 260px;
    }
} 




.jupiterx-main-header:not(.jupiterx-main-header-custom){ display:none; }
.jupiterx-main-content{ padding:0;}
.jupiterx-main-content>.container>.row>[class*=col-]{ padding:0; }
.elementor-2567 .elementor-element.elementor-element-675aad0{ max-width:unset; padding:0;}
.container{ max-width:unset; padding:0; width:100%; }
.e-con.e-flex>.e-con-inner{ max-width:unset; padding:0; }

footer .e-con.e-flex>.e-con-inner{ max-width:1520px; padding:50px 10px; }
footer .f-info p{ color:rgb(170, 170, 170); }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bcf061f */header *{ color:inherit; }/* End custom CSS */
/* Start custom CSS */@charset "utf-8";

/* 색 설정 */
:root {
    --main-color: #6B5548;
    --black-color : #222;
    --white-color : #fff;
    --text-mainbrown : #3F2F26;
    --lightbrown: #6B5548;
}

/* size */
@media screen and (max-width: 1250px) { } /* tablet */
@media screen and (max-width: 650px) { } /* mobile */

/* 스크롤 커스텀 */
html::-webkit-scrollbar {width: 8px;}
html::-webkit-scrollbar-thumb {background-color: var(--main-color); border-radius: 10px;}

/* 드래그 블록 커스텀 */
::selection { background-color:var(--main-color); color:#fff; }

/*font* : pretendard*/
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
/* default */
*{
    font-size: inherit;
    font-weight: 500;
    font-family: 'Pretendard';
    color : #222;
    box-sizing: border-box;
    letter-spacing: inherit;
    line-height: inherit;
}

body{ font-family: 'Pretendard', sans-serif; font-weight:400; font-size: 16px; letter-spacing: -0.04em; }
section{ display:block;}
a{ color:inherit; }

.inner{ width:1200px; margin:0 auto;}

.paging_box{ padding:10px 0; display:flex; align-items: center; justify-content: center; }

select{
    -webkit-appearance: none; -moz-appearance: none;  appearance: none;
    background: url('../img/common/select-icon.png') no-repeat 98% 50% #fff; 
}
select::-ms-expand{ display:none; }
p{ word-break: keep-all; }

@media screen and (max-width: 1250px) { 
    .inner{ width:100%; padding:0 10px; }
} /* tablet */
@media screen and (max-width: 650px) { 
    .paging_box{ font-size: 13px; }
} /* mobile */

/*헤어 샴푸 페이지 : product1.html*/
/*sec1*/
section.sec1{
    height: 480px;
    background: linear-gradient(90deg, rgba(248, 249, 249, 0.00) 32.13%, #F8F9F9 100%), #D8C3B6;
}
section.sec1 .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.sec1 .inner .title img{
    display: inline-block;
    height: 60px;
    margin-bottom: 60px;
}
section.sec1 .inner .title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    letter-spacing: -0.36px;
    margin-bottom: 5px;
}
section.sec1 .inner .title p b{
    font-weight: 700;
    display: block;
}
section.sec1 .inner .title h1{
    color: #3F2F26;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: -0.76px;
    position: relative;
}
section.sec1 .inner .title h1::before,
section.sec1 .inner .title h3::before{
    position: absolute;
    width: 100%;
    height: 18px;
    bottom: 0;
    left: 0;
    content: ' ';
    opacity: 0.3;
    background: #C59B5C;
}
section.sec1 .inner .title h3::before{
    width: 45%;
}
section.sec1 .inner .title h3{
    position: relative;
    color: #3F2F26;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.48px;
}
section.sec1 .inner .title h3 b{
    font-weight: 700;
}
section.sec1 .inner .title span{
    margin-top: 50px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.64px;
    border-radius: 4px;
    background: #7B6241;
}
section.sec1 .inner .image img{
    height: 100%;
    width: 500px;
    object-fit: contain;
}
/*sec2*/
section.sec2{
    padding: 50px 0;
}
.sub-title{
    margin-bottom: 30px;
}
.sub-title h2{
    padding-left: 10px;
    color: var(--text-mainbrown);
    font-size: 32px;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.64px;
    position: relative;
}
.sub-title h2 b{
    font-weight: 700;
}
.sub-title h2::before{
    transform: translateY(5px);
    content:  ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 30px;
    background: #3F2F26;
}
.sub-title p{
    padding-left: 10px;
    color: var(--text-mainbrown);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.36px;
}
.sub-title p b{
    font-weight: 700;
}
.sec2 .items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.sec2 .item{
    width: 48%;
    margin-bottom: 25px;
}
.sec2 .item img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.sec2 .item .item-detail span{
    display: inline-block;
    margin: 20px 0 10px 0;
    font-size: 16px;
    color: var(--white-color);
    padding: 5px 20px;
    border-radius: 100px;
    background: #3F2F26;
}
.sec2 .item .item-detail .t1{
    color: var(--text-mainbrown);
    font-size: 24px;
    letter-spacing: -0.48px;
}
.sec2 .item .item-detail .t2{
    margin-top: 5px;
    color: #777;
    font-size: 16px;
    letter-spacing: -0.32px;
}
/*sec3*/
.sec3{
    background: rgba(245, 241, 238, 0.93);
    padding: 100px 0;
}
.sec3 .items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}
.sec3 .items .item{
    width: 48%;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 6px 10px 16px 0 rgba(0, 0, 0, 0.15);
}
.sec3 .items .item img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.sec3 .items .item .text{
    flex: 1;
}
.sec3 .items .item .text span{
    border-radius: 4px;
    background: #3F2F26;
    padding: 5px 20px;
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 10px;
}
.sec3 .items .item .text span .t1{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    letter-spacing: -0.32px;
}
.sec3 .t4{
    margin-top: 30px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    letter-spacing: -0.24px;
}
/*sec4*/
.sec4{
    padding: 100px 0;
}
.sec4 .items{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.sec4 .item{
    flex: 1;
}
.sec4 .item .title{
    color: var(--white-color);
    border-radius: 10px;
    background: #6B5548;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    position: relative;
}
.sec4 .item .title::before{
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #6B5548;
}
.sec4 .item .title b{
    color: var(--white-color);
    font-weight: 700;
    font-size: 20px;
}
.sec4 .item .detail{
    height: 300px;
    border-radius: 40px 40px 0 40px;
    background: #F5F1EE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec4 .item .detail div{
    color: var(--lightbrown, #6B5548);
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.48px;

}
.sec4 .item .detail div.test{
    font-weight: 700;
}
.sec4 .item .detail div span{
    display: block;
    color: var(--lightbrown);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.48px;
}
.sec4 .item .detail div .point{
    color: var(--lightbrown);
    display: inline-block;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.68px;
}
.sec4 .item .detail .point b{
    color: var(--lightbrown); 
    position: relative;
    font-weight: 700;
}
.sec4 .item .detail .point b::before{
    content: ' ';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #6B5548;
    left: 50%;
    transform: translateX(-50%);
}
.sec4 .item .detail .test div{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 20px 0;
}
.sec4 .item .detail .test div img{
    width: 120px;
    height: 80px;
    object-fit: cover;
}
.sec4 .item .t4{
    color: #7F7F7F;
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-top: 10px;
}
/*sec5*/
/*sec5-1*/
.sec5-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 70px;
}
.sec5-1 img{
    width: 400px;
    height: 360px;
    object-fit: cover;
}
.sec5-1 .text{
    flex: 1;
}
.sec5-1 .text .title h1,
.sec5-2 .title h1{
    color: var(--text-mainbrown);
    font-size: 32px;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.64px;
}
.sec5-1 .text .title h3,
.sec5-2 .title h3{
    color: var(--text-mainbrown);
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.56px;
}
.sec5-1 .text .details{
    margin-top: 20px;
}
.sec5-1 .text .details span:first-child{
    border-top: 1px solid var(--maincolor, #D8C3B6);
}
.sec5-1 .text .details span{
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
    padding: 20px;
    border-bottom: 1px solid var(--maincolor, #D8C3B6);
}
/*sec5-2*/
.sec5-2{
    margin-top: 50px;
}
.sec5-2 .items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.sec5-2 .items .item{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    flex: 1;
    padding: 20px;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.sec5-2 .items .item .review i{
    color: var(--text-mainbrown);
    margin-right: 3px;
    display: inline-block;
}
.sec5-2 .items .item .photo img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.sec5-2 .items .item .text{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: -0.28px;
}
/*sec6*/
.sec6{
    margin-top: 50px;
    padding: 140px 0;
    background: #3F2F26;
}
.sec6 .inner .sub-title h2,
.sec6 .inner .sub-title p{
    color: var(--white-color);
}
.sec6 .inner .sub-title h2::before{
    background-color: var(--white-color);
}
.sec6 .inner .sub-title p b{
    display: block;
    color: var(--white-color);
}
.sec6 .inner .items{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.sec6 .inner .item{
    height: 380px;
    padding: 20px;
    flex: 1;
    border-radius: 4px;
    background: #F6F2EF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.sec6 .inner .item span{
    color: #000;
    font-size: 16px;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
}
.sec6 .inner .item div div{
    margin: 10px auto;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-color);
    border-radius: 50%;
}
.sec6 .inner .item div img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.sec6 .inner .item h4{
    color: #3F2F26;
    text-align: center;
    font-size: 24px;
    line-height: 28px; /* 116.667% */
    letter-spacing: -0.48px;
    margin: 10px 0;
}
.sec6 .inner .item h4 b{
    font-weight: 700;
    display: block;

}
.sec6 .inner .item p{
    color: #7F7F7F;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.32px;
}
/*헤어샴푸 : product2.html*/
section.sec1.product2{
    background: linear-gradient(-90deg, rgba(248, 249, 249, 0.00) 32.13%, #F8F9F9 100%), #D8C3B6;
}
section.sec1.product2 .image img{
    height: 480px;
    width: 800px;
}
section.sec1.product2 .title{
    transform: translateX(-100px);
}
/*영문 사이트 : product1-en.html*/
/*sec3*/
.sec3.en .item .text span{
    padding: 0px;
    font-size: 20px;
    background-color: transparent;
    color: #3F2F26;
    font-weight: 700;
}
/*sec4*/
.sec4.en .item .title{
    padding: 20px 10px;    
}
.sec4.en .item .title b{
    display: block;
    font-weight: 600;
    font-size: 16px;
}
.sec4 .item .detail{
    padding: 10px;
}
.sec4.en .item .detail div{
    font-size: 20px;
}
.sec4.en .item .detail div span{
    font-size: 20px;
}
.sec4.en .item .detail div .point{
    font-size: 30px;
    display: block;
}
/* tablet */
@media screen and (max-width: 1250px) {
    .sec4 .item .detail{
        height: 280px;
    }
    .sec4 .item .title b{
        font-size: 18px;
    }
    .sec4 .item .detail .test div img{
        width: 100px;
        height: 60px;
    }
    .sec4 .item .t4{
        color: #7F7F7F;
        font-size: 12px;
        letter-spacing: -0.28px;
        margin-top: 10px;
    }
    .sec6 .inner .item{
        height: 300px;
    }
    .sec6 .inner .item div div{
        width: 100px;
        height: 100px;
    }
    .sec6 .inner .item div img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }
    .sec6 .inner .item h4{
        font-size: 20px;
    }
    .sec6 .inner .item p{
        font-size: 14px;
    }
    /*헤어토닉 : product2.html*/
    section.sec1.product2 .image img{
        margin-left: -100px;
    }
    section.sec1.product2 .inner .title{
        flex: 1;
        transform: none;
    }
    section.sec1.product2 .inner .title h1::before{
        width: 320px;
    }
} 
@media screen and (max-width: 960px) { 
    /*sec1*/
    .inner{
        padding: 0 20px;
    }
    section.sec1{
        height: auto;
        overflow-x: hidden;
    }
    section.sec1 .inner .image img{
        height: calc(100% + 40px);
        width: 300px;
        transform: translateX(50px);
    }
    section.sec1 .inner .title{
        padding: 20px 0;
    }
    section.sec1 .inner .title img{
        margin-bottom: 20px;
    }
    section.sec1 .inner .title h1{
        font-size: 30px;
    }
    section.sec1 .inner .title h1::before{
        width: 320px;
    }
    section.sec1 .inner .title h3::before{
        width: 180px;
    }
    section.sec1 .inner .title span{
        margin-top: 20px;
    }
    /*sec2*/
    .sub-title h2{
        font-size: 30px;
    }
    .sec2 .items{
        gap: 10px;
    }

    .sec2 .item img{
        height: 250px;
    }
    /*sec3*/
    .sec3 .items {
        gap: 10px;
    }
    .sec3 .items .item{
        width: 100%;
        padding: 20px;
    }
    .sec3 .items .item img{
        width: 60px;
        height: 60px;
    }
    /*sec4*/
    .sec4 .items{
        flex-wrap: wrap;
    }
    .sec4 .item{
        width: 48%;
        min-width: 300px;
    }
    .sec5-1{
        flex-direction: column;
        gap: 20px;
    }
    .sec5-1 img{
        width: 100%;
        max-height: 360px;
    }
    .sec5-1 .text{
        width: 100%;
    }
    /*sec 5-2*/
    .sec5-2 .items .item{
        padding: 20px 10px;
    }
    .sec5-2 .items .item .photo img{
        width: 70px;
        height: 70px;
    }
    /*sec6*/
    .sec6{
        padding: 100px 0;
    }
    .sec6 .inner .items{
        flex-wrap: wrap;
        gap: 20px;
    }
    .sec6 .inner .item{
        flex: auto;
        width: 48%;
    }
    /*헤어토닉 : product2.html*/
    section.sec1.product2 .image img{
        height: 100%;
        width: 550px;
        margin-left: -150px;
    }
    section.sec1.product2 .inner .title h1::before{
        width: 260px;
    }
}
/* mobile */
@media screen and (max-width: 650px) { 
    /*sec1*/
    section.sec1{
        height: auto;
        padding-bottom: 30px;
    }
    section.sec1 .inner{
        flex-direction: column-reverse;
        gap: 30px;
    }
    section.sec1 .inner .title {
        width: 100%;
    }
    section.sec1 .inner .title img{
        height: 40px;
        margin-bottom: 20px;
    }
    section.sec1 .inner .title h1{
        font-size: 30px;
    }
    section.sec1 .inner .title span{
        margin-top: 20px;
    }
    section.sec1 .inner .image{
        width: 100%;
        text-align: center;
    }
    section.sec1 .inner .image img{
        margin-left: 0;
        height: 100%;
        width: 100%;
        object-fit: contain;
        transform: none;
    }
    /*sec2*/
    .sub-title{
        margin-bottom: 30px;
    }
    .sub-title h2{
        font-size: 26px;
    }
    .sub-title h2::before{
        height: 25px;
    }
    .sub-title p{
        padding-left: 0px;
    }
    .sec2 .item{
        width: 100%;
    }
    .sec2 .item img{
        height: 200px;
    }
    /*sec3*/
    .sec3{
        padding: 50px 0;
    }
    .sec3 .items{
        flex-direction: column;
        gap: 10px;
    }
    .sec3 .items .item{
        width: 100%;
        padding: 10px;
        gap: 15px;
    }
    .sec3 .items .item img{
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    .sec3 .items .item .text span{
        background-color: transparent;
        color: #3F2F26;
        font-size: 20px;
        padding: 0;
        width: 100%;
        font-weight: 700;
    }
    /*sec4*/
    .sec4{
        padding: 50px 0;
    }
    .sec4 .items{
        flex-direction: column;
    }
    .sec4 .item{
        width: 100%;
    }
    .sec4 .item .detail{
        height: 180px;
    }
    /*sec5*/
    .sec5-1 .text .title h1,
    .sec5-2 .title h1{
        font-size: 28px;
    }
    .sec5-1 .text .title h3,
    .sec5-2 .title h3{
        font-size: 20px;
    }
    .sec5-1 .text .details span{
        font-size: 16px;
        padding: 15px 0;
    }
    /*sec5-2*/
    .sec5-2 .items{
        flex-direction: column;
        gap: 10px;
    }
    .sec5-2 .items .item{
        padding: 10px;
    }
    /*sec6*/
    .sec6{
        padding: 50px 0;
    }
    .sec6 .inner .items{
        flex-direction: column;
    }
    .sec6 .inner .item{
        width: 100%;
        display: block;
        height: auto;
        padding: 20px 10px;
        position: relative;
        text-align: start;
    }
    .sec6 .inner .item div div{
        position: absolute;
        top: 10px;
        right: 10px;
        width: 80px;
        height: 80px;
    }
    .sec6 .inner .item div img{
        width: 40px;
        height: 40px;
        object-fit: cover;
    }
    .sec6 .inner .item h4,
    .sec6 .inner .item p{
        text-align: start;
    }
    /*헤어토닉 : product2.html*/
    section.sec1.product2{
        background: linear-gradient(90deg, rgba(248, 249, 249, 0.00) 32.13%, #F8F9F9 100%), #D8C3B6;
    }
    section.sec1.product2 .inner{
        flex-direction: column;
    }
     section.sec1.product2 .image img{
        height: 100%;
        width: 550px;
        margin-left: 0px;
    }
    section.sec1.product2 .inner .title h1::before{
        width: 260px;
    }
} 

.container{ max-width:unset !important; }

.jupiterx-main-header:not(.jupiterx-main-header-custom){ display:none !important; }
.elementor-2532 .elementor-element.elementor-element-35446ba.e-con{ padding:0 !important; }
.jupiterx-main-content>.container>.row>[class*=col-]{ padding:0 !important; }
.section.sec1.product2{ padding:0 !important; }

.section.sec1.product2{ margin-top:70px !important; }

.jupiterx-main-content{ padding:0; }/* End custom CSS */