.sub-top-bn {
    height: 450px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.sub-top-bn::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../zento_img/history.jpg);
    background-position: 50% 64.5%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transform: scale(120%);

}

.sub-top-bn.start::before {
    transform: scale(100%);
    transition: transform 1.5s;
}

.sub-top-bn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #011A47;
    opacity: 0.3;
    padding-left: 100px;
    padding-right: 100px;
}

.sub-top-bn>.sub-top-bn-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    font-weight: 400;
    color: white;
    z-index: 1;
}

.sub-page-title {
    text-align: center;
    font-size: 1.2rem;
    padding: 80px;
}

.sub-page-title>.title {
    font-size: 2rem;
    font-weight: 600;
    padding-top: 10px;
}


/* 경로 */
.directions{
    padding:0 100px;

}
.directions > .directions-box{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 125px;
}
.directions > .directions-box > .map{
    width:100%;
    height: 550px;
}

.directions > .directions-box > .address{
    padding:25px 100px;
}
.directions > .directions-box > .address > div:first-child{
    padding-right:50px;
}
@media screen and (max-width:700px){
    .directions{
        padding:0;
    }
    .directions > .directions-box{
        box-shadow: none;
    }
    .directions > .directions-box > .address{
        padding:25px 30px;
    }
}