@font-face {
    font-family: 'GothicA1-Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2205@1.0/GothicA1-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SB 어그로 L';
    src: url('/font/SB 어그로 L.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'SB 어그로 M';
    src: url('/font/SB_Aggro_M.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SB 어그로 B';
    src: url('/font/SB_Aggro_B.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '지마켓 M';
    src: url('/font/GmarketSansTTFMedium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: '지마켓 B';
    src: url('/font/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.agro-l{
    font-family: 'SB 어그로 L';
}
.agro-m{
    font-family: 'SB 어그로 M';
}
.agro-b{
    font-family: 'SB 어그로 B';
}

.bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section01{
    position: relative;
    width: 100%;
    height: 678px;
    background-image: url("/img/sub/m13_03/section01-bg.png");
}


.titlebox{
    position: absolute;
    left: 515px;
    top: 130px;
}

.titlebox p:nth-child(1){
    font-family: 'SB 어그로 L';
    font-size: 68px;
    line-height: 82px;
    color: #010101;
}

.titlebox p:nth-child(1) span{
    font-family: 'SB 어그로 L';
    color: #004d8f;
}

.title{
    width: 393px;
    height: 68px;
    background-image: url("/img/sub/m13_03/title.png");
}

.titlebar{
    width: 2px;
    height: 86px;
    background-color: #2c4c70;
    margin-left: 185px;
    margin-top: 26px;
    margin-bottom: 26px;
}

.titlebox p:nth-child(4){
    font-size: 73px;
    color: #010101;
    font-family: 'SB 어그로 L';
}

.titlebox p:nth-child(4) span{
    font-family: 'SB 어그로 M';
}


/* 2 */
.section02{
    padding: 60px 0;
    background-color: #6586ab;
    text-align: center;
}

.section02-title-p01{
    font-size: 40px;
    color: #fff;
    margin-top: 30px !important;
}

.section02-title-p01 span{
    display: inline-block;
    position: relative;
    color: #000000;
    text-decoration: underline;
    text-underline-position: under;
    z-index: 2;
}

.section02-title-p01 span:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: -5px;
    z-index: -1;
    width: 160px;
    height: 50px;
    background-color: #46deff;
}

.section02 h2{
    font-size: 85px;
    color: #fff;
    margin-top: 30px;
}

.section02-title-p02{
    font-size: 30px;
    color: #fff;
    margin-top: 15px !important;
}

.sec02-ex-box{
    margin-top: 50px;
}

.sec02-ex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec02-ex:nth-child(2){
    margin-top: 50px;
}

.sec02-ex p{
    font-size: 30px;
    color: #fff;
    margin-top: 24px !important;
}

.sec02-ex-re-p{
    position: relative;
    display: inline-block;
}

.sec02-ex-re-p:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #46deff;
}

.sec02-last-p{
    font-size: 35px;
    line-height: 46px;
    margin-top: 70px !important;
    color: #fff;
}

.sec02-last-p span{
    position: relative;
    display: inline-block;
    color: #000000;
    text-decoration: underline;
    text-underline-position: under;
    z-index: 2;
}

.sec02-last-p span:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: -3px;
    width: 484px;
    height: 48px;
    background-color: #46deff;
    z-index: -1;
}


/* 3 */
.section03{
    text-align: center;
    background-color: #cddae8;
    padding: 60px 0;
}

.section03-title-p{
    font-size: 40px;
    color: #000;
}

.section03 h2{
    font-size: 85px;
    margin-top: 20px;
    color: #2c4c70;
}

.sec03-list-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.sec03-list-box li{
    position: relative;
    width: 297px;
    height: 433px;
}

.sec03-list-box li p{
    width: 100%;
    position: absolute;
    color: #2c4c70;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    font-size: 26px;
    line-height: 32px;
}

.sec03-list01{
    background-image: url("/img/sub/m13_03/sec03-list01.png");
}
.sec03-list02{
    background-image: url("/img/sub/m13_03/sec03-list02.png");
    margin: 0 10px;
}
.sec03-list03{
    background-image: url("/img/sub/m13_03/sec03-list03.png");
}


/* 4 */
.section04{
    width: 100%;
    padding: 60px 0;
    background-color: #7bacd5;
    text-align: center;
}

.section04 h2{
    font-size: 85px;
    color: #fff;
    margin-top: 30px;
}

.section04 .sec02-ex-re-p:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #004d8f;
}

.section04 .sec02-last-p span{
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: unset;;
    z-index: 2;
}

.section04 .sec02-last-p span:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: -3px;
    width: 720px;
    height: 42px;
    background-color: #004d8f;
    z-index: -1;
}


/* 5 */
.section05{
    width: 100%;
    padding: 60px 0;
    background-color: #cddae8;
    text-align: center;
}

.section05 .section02-title-p01{
    color: #000000;
}

.section05 h2{
    font-family: '지마켓 M';
    font-size: 85px;
    color: #004d8f;
    margin-top: 30px;
}

.section05 h2 span{
    font-family: '지마켓 B';
}

.section05 ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.section05 li{
    position: relative;
    width: 300px;
    height: 176px;
    border-radius: 23px;
    background-color: #004d8f;
}

.section05 li:nth-child(2){
    margin: 0 20px;
}

.section05 li p{
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    padding-top: 40px;

}

.circle-num{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #2c4c70;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #fff;
    border: 2px solid #004d8f;
}



/* 6 */
.section06{
    background-color: #6586ab;
    padding: 60px 0;
    width: 100%;
    text-align: center;
}

.section06 h2{
    font-size: 85px;
    color: #fff;
    margin-top: 30px;
}

.section06 .sec02-last-p span{
    text-decoration: unset;
}

.section06 .sec02-last-p span:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: -3px;
    width: 352px;
    height: 41px;
    background-color: #46deff;
    z-index: -1;
}

.section06-div02{
    margin-top: 90px;
}

.section06-div02 > p:nth-child(1){
    font-size: 48px;
    color: #fff;
}

.section06-img-box{
    margin: 30px 0;
}


.section06-div02 .sec02-last-p{
    margin-top: 0 !important;
}

.section06-div02 .sec02-last-p span:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: -3px;
    width: 417px;
    height: 41px;
    background-color: #46deff;
    z-index: -1;
}


/* 남자모델 롤링 */
.manModel-rolling{
    width: 100%;
    height: 416px;
    margin-top: 50px;
    background-image: url("/img/sub/m13_03/manModel-rolling.png");
    z-index: 1;
    background-repeat: repeat-x; /* 배경을 수평 방향으로 반복 */
    background-size: 2208px 416px; /* 이미지 크기를 지정 */
    animation: slidebg02 16s linear infinite; /* 10초 동안 반복되는 애니메이션 */
    overflow: hidden; /* 부모 요소를 넘어가는 부분을 숨김 */
}
@keyframes slidebg02 {
    0% {
        background-position: 0 0; /* 처음에 배경의 시작 위치 */
    }
    100% {
        background-position: -2208px 0; /* 끝날 때 배경이 왼쪽으로 이동 */
    }
}







/* 모바일 */
/* --------------------------------------------------- */
@media (max-width:990px){
    .m-section01{
        position: relative;
        width: 100%;
        height: 430px;
        background-image: url("/img/sub/m13_03/mobile/m-section01.png");
    }

    .m-section01-img{

    }
    
    .m-section01 .titlebox{
        position: absolute;
        left: unset;
        top: unset;
        right: 35px;
        bottom: 41px;
    }
    
    .titlebox p:nth-child(1){
        font-family: 'SB 어그로 L';
        font-size: 32px;
        line-height: 36px;
        color: #010101;
    }

    .titlebar{
        width: 1px;
        height: 33px;
        background-color: #2c4c70;
        margin-left: 72px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .title{
        width: 156px;
        height: 27px;
        background-image: url("/img/sub/m13_03/title.png");
    }

    .titlebox p:nth-child(4){
        font-size: 31px;
        color: #010101;
        font-family: 'SB 어그로 L';
    }

    .m-section01-img{
        position: absolute;
        right: 20px;
        top: 20px;
        width: 70px;
        height: 18px;
        background-image: url("/img/sub/m13_03/mobile/m-section01-img.png");
    }


    /* 2 */
    .m-section02{
        width: 100%;
        background-color: #6586ab;
        padding: 34px 20px;
        text-align: center;
    }

    .point{
        width: 70px;
    }

    .section02-title-p01{
        font-size: 15px;
    }

    .section02-title-p01 span:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 0px;
        left: -1px;
        z-index: -1;
        width: 59px;
        height: 18px;
        background-color: #46deff;
    }

    .section02-title-p01{
        font-size: 15px;
        color: #fff;
        margin-top: 12px !important;
    }

    .m-section02 h2{
        font-size: 35px;
        color: #fff;
        margin-top: 14px;
    }

    .section02-title-p02{
        font-size: 13px;
        color: #fff;
        margin-top: 10px !important;
    }

    .sec02-ex p{
        font-size: 11px;
        color: #fff;
        margin-top: 10px !important;
    }

    .sec02-ex-box{
        margin-top: 25px;
    }

    .sec02-ex-re-p:after{
        content: "";
        display: block;
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #46deff;
    }

    .sec02-last-p{
        font-size: 13px;
        line-height: 19px;
        margin-top: 24px !important;
        color: #fff;
    }

    .sec02-ex:nth-child(2){
        margin-top: 22px;
    }

    .sec02-last-p span:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 3px;
        left: -1px;
        width: 179px;
        height: 16px;
        background-color: #46deff;
        z-index: -1;
    }


    /* 3 */
    .m-section03{
        width: 100%;
        background-color: #cddae8;
        padding: 34px 0;
        text-align: center;
    }

    .section03-title-p{
        font-size: 15px;
        color: #000;
    }

    .m-section03 h2{
        font-size: 35px;
        margin-top: 14px;
        color: #2c4c70;
    }

    .sec03-list-box li{
        position: relative;
        width: 112px;
        height: 164px;
    }

    .sec03-list02{
        margin: 0 4px;
    }

    .sec03-list-box li p{
        width: 100%;
        position: absolute;
        color: #2c4c70;
        left: 50%;
        transform: translateX(-50%);
        bottom: 7px;
        font-size: 10px;
        line-height: 13px;
    }

    
    /* 4 */
    .m-section04{
        width: 100%;
        background-color: #7bacd5;
        padding: 34px 20px;
        text-align: center;
    }

    .m-section04 h2{
        font-size: 35px;
        margin-top: 14px;
        color: #fff;
    }

    .m-section04 .sec02-ex-re-p:after{
        background-color: #004d8f;
    }

    .m-section04 .sec02-last-p span{
        text-decoration: unset;
        color: #fff;
    }

    .m-section04 .sec02-last-p span:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 3px;
        left: -1px;
        width: 268px;
        height: 16px;
        background-color: #004d8f;
        z-index: -1;
    }


    /* 5 */
    .m-section05{
        width: 100%;
        padding: 34px 20px;
        background-color: #cddae8;
        text-align: center;
    }

    .m-section05 .section02-title-p01{
        color: #000000;
    }

    .m-section05 h2{
        font-family: '지마켓 M';
        font-size: 30px;
        color: #004d8f;
        margin-top: 10px;
    }

    .m-section05 h2 span{
        font-family: '지마켓 B';
    }

    .m-section05 ul{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .m-section05 li{
        position: relative;
        width: 300px;
        height: 74px;
        border-radius: 14px;
        background-color: #004d8f;
    }

    .m-section05 li:nth-child(2){
        margin: 0 5px;
    }

    .m-section05 li p{
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        padding-top: 17px;
    }

    .circle-num{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -10px;
        display: inline-block;
        text-align: center;
        font-size: 10px;
        color: #2c4c70;
        width: 22px;
        height: 22px;
        line-height: 21px;
        border-radius: 50px;
        background-color: #fff;
        border: 2px solid #004d8f;
    }

    /* 6 */
    .m-section06{
        width: 100%;
        padding: 34px 20px;
        background-color: #6586ab;
        text-align: center;
    }

    .m-section06 h2{
        font-size: 35px;
        margin-top: 14px;
        color: #fff;
    }

    .sec02-last-p span:after{
        width: 131px;
    }

    .section06-div02{
        margin-top: 30px;
    }

    .section06-div02 > p:nth-child(1){
        padding-top: 5px;
        padding-bottom: 2px;
        background-color: #d5e4ff;
        font-size: 16px;
        color: #000000;
    }

    .section06-img-box{
        margin-top: 0;
    }

    .m-section06 .sec02-last-p span{
        text-decoration: unset;
    }

    .section06-img-box{
        margin: 12px 0;
    }

    .section06-div02 .sec02-last-p span:after{
        content: "";
        display: block;
        position: absolute;
        bottom: 4px;
        left: -1px;
        width: 156px;
        height: 14px;
        background-color: #46deff;
        z-index: -1;
    }

    .manModel-rolling{
        width: 100%;
        height: 209px;
        margin-top: 25px;
        background-image: url("/img/sub/m13_03/manModel-rolling.png");
        z-index: 1;
        background-repeat: repeat-x; /* 배경을 수평 방향으로 반복 */
        background-size: 1100px 209px; /* 이미지 크기를 지정 */
        animation: slidebg02 16s linear infinite; /* 10초 동안 반복되는 애니메이션 */
        overflow: hidden; /* 부모 요소를 넘어가는 부분을 숨김 */
    }
    @keyframes slidebg02 {
        0% {
            background-position: 0 0; /* 처음에 배경의 시작 위치 */
        }
        100% {
            background-position: -1100px 0; /* 끝날 때 배경이 왼쪽으로 이동 */
        }
    }
}