@charset "utf-8";

#sub_title {
    position: relative;
    min-height: 70vh;
    background-image: url(../img/sub_03_01/st_bg.png);
    background-repeat: no-repeat;
    background-position: 0 35%;
    background-size: cover;
}

#sub_title .tt_left{
    color: #fff;
    position: absolute;
    left: 16%;
    bottom: 30px;
}
#sub_title .tt_left > div{
    display: flex;
    gap: 10px;
    align-items: center;
}
#sub_title .tt_left > div .box{
    background: #18375D;
    border-radius: 27px;
    color: #D9D9D9;
    font-size: 69px;
    line-height: 1.1;
    text-align: center;
    align-content: center;
    margin-right: 10px;
    padding: 17px 13px;
}
#sub_title .tt_left > div .info{
    font-size: 85px;
    font-weight: 700;
    line-height: 1.1;
}
#sub_title .tt_left p{
    margin-top: 17px;
    font-size: 17px;
    letter-spacing: 5px;
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.6);
}

#sub_title .tt_right{
    color: #fff;
    position: absolute;
    right: 17%;
    bottom: 51px;
}
#sub_title .tt_right figure{
    justify-content: left;
    display: flex;
    align-items: end;
    gap: 8px;
}
#sub_title .tt_right figure img{
    width: 50px;
    height: 50px;
}
#sub_title .tt_right figure span{
    margin-left: 5px;
}

@media (max-width: 900px){
    #sub_title .tt_right {
        display: none;
    }
    #sub_title .tt_left > div .box {
        font-size: 44px;
    }
    #sub_title .tt_left > div .info {
        font-size: 67px;
    }
    #sub_title .tt_left p {
        letter-spacing: 1px;
    }
}
@media (max-width: 768px){
    #sub_title .tt_left {
        left: 3%;
    }
}
