@charset "utf-8";

.container_sub-title {
    font-size: 15px;
    font-weight: 400;
    color: #231f20;
    display: block;
    margin-top: -49px;
}
.sub-content-box img {
    width: 100%;
}

/* 2 tab vw --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1300px) and (min-width:951px) {
    .container_sub-title {
        font-size: 1.111vw;
        font-weight: 400;
        color: #231f20;
        display: block;
        margin-top: -3.63vw;
    }
    .sub-content-box img {
        width: 100%;
    }
}







/* 1 mobile vw --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 950px){
    .container_sub-title {
        font-size: 3.29vw;
        font-weight: 400;
        color: #231f20;
        display: block;
        margin-top: -7.875vw;
    }
}