@font-face {
    font-family: 'ghanachoco';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ghanachoco.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mainContent{
    width: 935px;
    margin: 0 auto;
    padding-top: 120px;
}

.priceContent{
    margin-top: 140px;
}

.priceContent:nth-child(1){
    margin-top: 0;
}

.priceContent:last-child{
    margin-bottom: 60px;
}

.priceContent-p01{
    font-size: 28px;
}

.priceContent h2{
    font-size: 60px;
    margin-top: 14px;
    border-bottom: 1px solid #282828;
    padding-bottom: 20px;
    font-weight: 300;
}

.priceContent ul{
    padding-top: 30px;
}

.priceContent ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.priceContent ul li:nth-child(1){
    margin-top: 0;
}

.servicename{
    font-size: 30px;
    color: #010101;
}

.pirce-p{
    font-size: 20px;
}

.redprice{
    font-size: 47px;
    font-weight: 600;
    color: #ff8e81;
    margin-right: 4px;
}

.vat{
    text-align: right;
    font-size: 18px;
    color: #8e8e8e;
    margin-top: 20px;
}


/* 배너 */
.mainbanner02{
    position: relative;
    width: 100%;
    height: 680px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("/img/sub/m12_20/mainbanner02.jpg");
}

.mainbanner02-left{
    position: absolute;
    top: 55px;
    left: 303px;
}

.mainbanner02-left p,
.mainbanner02-left h1{
    font-family: 'ghanachoco' !important;
}

.mainbanner02-left p:nth-child(1){
    font-size: 17px;
    color: #534d47;
}

.mainbanner02-left p:nth-child(3){
    font-size: 16px;
    line-height: 20px;
    color: #534d47;
}

.mainbanner02-left h1{
    position: relative;
    font-size: 84px;
    line-height: 76px;
    color: #f05e47;
    margin-top: 120px;
    margin-bottom: 90px;
}

.mainbanner02-left h1:after{
    content: "";
    position: absolute;
    right: -70px;
    top: 107px;
    display: block;
    width: 160px;
    height: 2px;
    background-color: #f05e47;
}


.mainbanner02-right{
    position: absolute;
    top: 238px;
    right: 377px
}

.mainbanner02-right p{
    font-size: 23px;
    color: #fff;   
}

.mainbanner02-right h2{
    font-family: 'ghanachoco' !important;
    font-size: 84px;
    color: #fff;
    margin-top: 20px;
}

/* 모바일 */
@media (max-width:990px){
    .mainContent{
        width: 100%;
        padding: 0 5%;
        padding-top: 40px;
    }

    .priceContent-p01{
        font-size: 14px;
    }

    .priceContent h2{
        font-size: 30px;
        font-weight: 300;
        margin-top: 8px;
    }

    .priceContent ul{
        padding-top: 16px;
    }

    .servicename{
        font-size: 16px;
    }

    .pirce-p{
        font-size: 11px;
    }

    .redprice{
        font-size: 22px;
        margin-right: 2px;
    }

    .priceContent ul li{
        margin-top: 10px;
    }

    .vat{
        font-size: 10px;
    }

    .priceContent{
        margin-top: 60px;
    }

    .priceContent:last-child{
        margin-bottom: 0;
    }
}