#wrap{max-width: 720px;margin : 0 auto;}
.sub-title-box {display: flex;align-items: center;justify-content: center; height : 360px; overflow: hidden;position : relative;padding-top: 100px;}
.sub-title-bg{position : absolute;left : 0;top : 0;width : 100%;height: 100%; object-fit: cover; object-position: center;z-index: -1;animation : sub-title-bg 3s both}
.sub-tit-bg{position : absolute;left : 0;top : 0;width : 100%;height: 100%; background: url(../../../assets/images/sub/sub-title-bg.webp)no-repeat center / cover;z-index: -1;animation : sub-title-bg 3s both}
.sub-tit-bg.sub2{background: url(../../../assets/images/sub/sub-title-bg-02.webp)no-repeat center / cover;}
.sub-tit-bg.sub3{background: url(../../../assets/images/sub/sub-title-bg-03.webp)no-repeat center / cover;}
.sub-tit-bg.sub4{background: url(../../../assets/images/sub/sub-title-bg-04.webp)no-repeat center / cover;}
.sub-tit-bg.sub5{background: url(../../../assets/images/sub/sub-title-bg-05.webp)no-repeat center / cover;}
.sub-tit-bg.sub6{background: url(../../../assets/images/sub/sub-title-bg-06.webp)no-repeat center / cover;}
.sub-tit-bg.sub7{background: url(../../../assets/images/sub/sub-title-bg-07.webp)no-repeat center / cover;}

@keyframes sub-title-bg {
    0%{transform: scale(1.25);}
}
.sub-title{font-size: 40px; font-family: PT;color : #fff; letter-spacing: -0.025em;}
.sub-title .char{opacity: 0;}

.sub-menu-box{display: flex;justify-content: center;height : 40px; display: none;}
.sub-menu-inner{display: flex;align-items: center; width : 100%;max-width: 1200px;height : 100%;line-height: 1em;}

.sub-home{display: flex;align-items: center; gap : 9px; font-size: PT; font-size: 15px; margin-right: 30px;}
.sub-menu{font-size: 15px;font-weight: 500; letter-spacing: -0.025em; font-family: PT;}
.sub-menu.point{color : #003058;}

.sub-content-box{padding : 55px 20px 125px;}
.sub-content-img{margin : 0 auto;}

@media(max-width : 720px){
    .sub-title-box {height : 50vw;padding-top: 13.8889vw}
    .sub-title{font-size: 5.5556vw;}

    .sub-content-box{padding : 7.6389vw 2.7778vw 17.3611vw;}
}