@charset "utf-8";

/* intro */
.intro{
    background-image: url(../img/common/intro-non-covered.jpg);
}



/* 로그인 페이지 */
.price_page{
    padding: 20rem 0;
}
.price_page .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price_page .con1, .price_page .con2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price_page div img{
    width: 100%;
    object-fit: contain;
    max-width: 1040px;
}
.price_page div img.m{
    display: none;
}
.price_page .title{
    margin-bottom: 4rem;
}
.price_page .title span{
    font-family: "roboto", sans-serif;
    font-size: 16px;
    color: #B1ADA9;
    margin-bottom: 1.2rem;
    line-height: 1.5;
}
.price_page .con1{
    margin-bottom: 17rem;
}
.price_page .con2 small{
    margin-top: 6rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #B1ADA9;
}


@media (max-width: 768px) {
    .price_page{
        padding: 15rem 0;
    }
    .price_page .title span{
        font-size: 12px;
        margin-bottom: .6rem;
    }
    .price_page .con1{
        margin-bottom: 12rem;
    }
    .price_page .con2 small{
        margin-top: 4rem;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .price_page{
        padding: 14rem 0;
    }
    .price_page div img.pc{
        display: none;
    }
    .price_page div img.m{
        display: block;
    }
}