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

section{
    padding-top: 120px;
    scroll-behavior: smooth;
}

.inner{
    width: 1600px;
    height: auto;
    margin: 0 auto;
}

.banner{
    width: 100%;
    height: 720px;
    background: url(/image/img/img_waxingBannerBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.banner .inner{
    position: relative;
    height: 100%;
}

.banner .inner::before{
    content: "";
    background: url(/image/img/img_waxingBanner_human.png);
    position: absolute;
    right: -10%;
    top: 55%;
    transform: translateY(-50%);
    width: 849px;
    height: 1013px;
}

.banner .inner > div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #719fbb;
    position: relative;
    z-index: 10;
}

.banner .inner > div p{
    font-size: 45px;
    font-family: 'Cafe24Shiningstar';
    line-height: 1;
}

.banner .inner > div h1{
    font-size: 78px;
    font-weight: 600;
    margin: 30px 0;
    line-height: 1;
}

.banner .inner > div span{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}

.contents__inner .inner div:nth-child(1) h2{
    margin: 40px 0;
}

.contents__inner .inner div:nth-child(1) h2 > span{
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    width: fit-content;
    z-index: 3;
    display: block;
}

.contents__inner .inner div:nth-child(1) h2 > span:nth-child(2){
    margin-top: 20px;
}

.contents__inner .inner h2 > span::before{
    content: "";
    width: 100%;
    height: 18px;
    background-color: #e2d3c7;
    position: absolute;
    left: 0;
    transform: inherit;
    top: inherit;
    bottom: -5px;
    z-index: -1;
}

.contents .contents__inner .inner span.basic__text{
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #423b36;
    display: block;
}

.contents .contents__inner .inner span.text{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #998d85;
    display: block;
}

.contents .contents__inner .inner span.text strong{
    font-size: 33px;
    font-weight: 700;
    color: #423b36;
    margin-top: 10px;
    display: block;
}

.contents .contents__inner .img__wrap{
    box-shadow: 12px 10px 9px 5px rgba(0, 0, 0, 0.11);
}

.contents__title{
    font-size: 38px;
    font-weight: 700;
    color: #998d85;
    text-align: center;
}

.contents{
    margin: 190px 0 250px;
}

.contents .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contents .inner div:nth-child(1){
    width: 40%;
}

.contents .inner div:nth-child(2){
    width: 50%;
}

.improvement__wrap{
    width: 1600px;
    height: auto;
    margin: 200px auto 0;
}

.improvement__area{
    width: 100%;
    height: auto;
}

.improvement__area > p{
    font-size: 20px;
    font-weight: 500;
    color: #423b36;
    text-align: center;
    margin-top: 60px;
    line-height: 32px;
}

.improvement__area > p span{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #423b36;
    display: inline-block;
}

.improvement__area > p span::before{
    content: "";
    width: 100%;
    height: 80%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f1e4df;
    position: absolute;
    z-index: -1;
}

.improvement__grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.improvement__grid li{
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #423b36;
    border: 1px solid #d1baa9;
}

.laser__effectArea{
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.laser__effectArea > ul{
    margin-top: 20px;
    width: 100%;
    border-top: 2px solid #322717;
}

.laser__effectArea > ul li{
    width: 100%;
    height: auto;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4dcd7;
}

.laser__effectArea > ul li:last-of-type{
    border-bottom: none;
}

.laser__effectArea > ul li p{
    margin-left: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #302c29;
    position: relative;
    padding-left: 20px;
}

.laser__effectArea > ul li p::before{
    content: "";
    background: url(/image/img/img_laserChk.png);
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 12px;
    height: 9px;
    left: 0;
    top: 7px;
}





/* media */
@media screen and (max-width: 1650px){
    .inner{
        width: 100%;
        padding: 0 20px;
    }

    .improvement__wrap{
        width: 100%;
        padding: 0 40px;
    }
}

@media screen and (max-width: 1460px){
    .contents__inner .inner div:nth-child(1) h2 > span{
        font-size: 50px;
    }
}

@media screen and (max-width: 1420px){
    .contents__inner .inner div:nth-child(1) h2 > span{
        font-size: 48px;
    }

    .improvement__wrap{
        padding: 0 30px;
    }
}

@media screen and (max-width: 1400px){
    .contents__inner .inner div:nth-child(1) h2 > span{
        font-size: 40px;
        margin: 18px 0;
    }

    .contents__inner .inner div:nth-child(1) h2 > span:nth-child(2){
        margin-top: 18px;
    }

    .improvement__grid li{
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px){
    section{
        padding-top: 100px;
    }

    .banner{
        height: 550px;
    }

    .banner .inner > div p{
        font-size: 36px;
    }

    .banner .inner > div h1{
        font-size: 45px;
        margin: 20px 0;
    }

    .banner .inner > div span{
        font-size: 18px;
        line-height: 28px;
    }

    .banner .inner::before{
        width: 700px;
        height: 939px;
    }

    .contents .contents__inner .inner h1{
        margin: 24px 0;
    }

    .contents__inner .inner div:nth-child(1) h2 > span{
        font-size: 32px;
        margin: 10px 0;
    }

    .contents .contents__inner .inner span{
        font-size: 18px;
        line-height: 30px;
    }

    .contents .contents__inner .inner span.basic__text{
        font-size: 18px;
        line-height: 30px;
    }

    .contents .contents__inner .inner span.text{
        font-size: 18px;
        line-height: 30px;
    }

    .contents .contents__inner .inner span.text strong{
        font-size: 26px;
    }

    .contents__title{
        font-size: 30px;
    }

    .improvement__grid{
        gap: 20px;
        margin-top: 20px;
    }

    .improvement__grid li{
        text-align: center;
    }
}

@media screen and (max-width: 1024px){
    .improvement__wrap{
        margin: 150px auto 0;
    }
}

@media screen and (max-width: 1000px){
    .contents{
        margin: 0 0 250px;
    }

    .contents .inner{
        flex-direction: column-reverse;
        padding: 0;
    }

    .contents .inner div:nth-child(1){
        width: 100%;
        padding: 0 30px;
    }

    .contents .inner div:nth-child(2){
        width: 100%;
        box-shadow: none;
    }
}

@media screen and (max-width: 900px){
    .banner{
        height: 450px;
    }

    .banner .inner > div p{
        font-size: 30px;
    }

    .banner .inner > div h1{
        font-size: 40px;
    }

    .banner .inner > div span{
        font-size: 16px;
    }

    .banner .inner::before {
        width: 500px;
        height: 551px;
        background-size: cover;
        top: 60%;
    }
}

@media screen and (max-width: 768px){
    section{
        padding-top: 80px;
    }

    .improvement__grid{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
        gap: 20px;
    }

    .improvement__grid li{
        font-size: 18px;
    }

    .laser__effectArea > ul li {
        padding: 15px 10px;
    }

    .laser__effectArea > ul li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px){
    .banner{
        height: 600px;
        position: relative;
    }

    .banner .inner > div{
        justify-content: flex-start;
        padding-top: 100px;
        text-align: center;
    }

    .banner .inner::before{
        width: 450px;
        height: 496px;
        top: 40%;
        left: 40%;
        right: inherit;
        transform: translateX(-50%);
        display: none;
    }

    .banner .inner + .img__centerWaxing{
        width: 100%;
        height: auto;
        display: block !important;
        position: absolute;
        bottom: 0;
    }

    .contents__inner .inner div:nth-child(1) h2 > span{
        font-size: 30px;
    }

    .contents__inner .inner div:nth-child(1) h2 > span:nth-child(n+2){
        margin-top: 14px;
    }

    .contents__inner .inner div h2 > span{
        font-size: 30px;
        margin: 0px 0;
    }

    .contents .contents__inner .inner span:nth-child(n+2) {
        margin-top: 14px;
    }

    .contents .contents__inner .inner span.basic__text{
        font-size: 17px;
        line-height: 27px;
    }

    .contents .contents__inner .inner span.text{
        font-size: 17px;
        line-height: 27px;
    }

    .contents__title{
        font-size: 22px;
    }

    .improvement__wrap{
        margin: 100px auto 0;
    }

    .improvement__grid{
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
        gap: 20px;
    }

    .improvement__grid li{
        font-size: 18px;
    }

    .improvement__area > p{
        font-size: 18px;
    }

    .improvement__area > p span{
        font-size: 18px;
    }

    .improvement__area > p br{
        display: none;
    }

    .improvement__grid li{
        height: 65px;
        font-size: 16px;
    }

    .contents .inner div:nth-child(1){
        padding: 0 20px;
    }

    .improvement__area > p{
        font-size: 14px;
    }

    .improvement__area > p span{
        font-size: 14px;
        display: inline-block;
        width: fit-content;
    }

    .improvement__area > p br{
        display: none;
    }

    .improvement__grid{
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media screen and (max-width: 650px){
    .banner {
        height: 550px;
    }
}

@media screen and (max-width: 500px){
    .banner{
        height: 500px;
    }
}
