/* sub_active nth-child(4) 수정*/
/* .sub_head1 > ul > li:nth-child(4) > a::after {
    content: '';
    display: block;
    background-color: #fff;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
} */
.sub_head1 > ul > li:nth-child(4) > a {
    color: #fff;
    font-weight: 500;
}

/* sub14_title */
.sub14_title {
    padding-top: 85px;
    text-align: center;
}
.sub14_title > div {
    border-bottom: 1px solid #acacac;
    padding-bottom: 30px;
}
.sub14_title > div > h3 {
    font-size: 36px;
    font-weight: 500;
    color: #03235d;
}
.sub14_title > div > img {
    margin-bottom: 25px;
}
.sub14_title > div > p {
    font-size: 24px;
    font-weight: 400;
    color: #7a7a7a;
}

/* sub14_map */
.sub14_map {
    padding-top: 50px;
}
.sub14_map > div {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    position: relative;
    display: flex;
}
.sub14_come {
    background-color: rgba(35, 57, 97, 0.9);
    color: #fff;
    position: relative;
    top: 0px;
    left: 0px;
    height: 625px;
    width: 483px;
    padding: 53px 56px;
    z-index: 1;
}
.sub14_come > h3 {
    font-size: 40px;
    font-weight: 500;
    color: #6ae8fc;
}
.sub14_come > h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 26px;
}
.sub14_come > h5 {
    font-size: 21px;
    font-weight: 400;
    color: #e5e5e5;
}
.sub14_come > p {
    font-size: 20px;
    font-weight: 400;
    color: #e5e5e5;
    display: inline;
    letter-spacing: 1px;
}
.sub14_come > span {
    font-size: 21px;
    font-weight: 500;
    color: #e5e5e5;
    margin-bottom: 5px;
    display: inline-block;
}
.sub14_come > p:nth-child(3) {
    letter-spacing: -1.3px;
}
.sub14_come > span:nth-child(5) {
    letter-spacing: 56px;
    margin-right: -29px;
}
.sub14_come > span:nth-child(8) {
    letter-spacing: 24px;
    margin-right: 2px;
}
.sub14_come > span:nth-child(11) {
    letter-spacing: 18px;
    margin-right: 9px;
}
.sub14_come > span:nth-child(14) {
    margin-right: 25px;
    margin-bottom: 10px;
}

/* sub14_info */
.sub14_info {
    padding-bottom: 85px;
}
.sub14_info > div {
    border-bottom: 1px solid #cccccc;
}
.sub14_parking {
    display: flex;
    padding-top: 44.5px;
    padding-bottom: 44.5px;
    padding-left: 96px;
    border-bottom: 1px solid #cccccc;
    align-items: center;
}
.sub14_parking > div > p {
    color: #727272;
    font-size: 20px;
    font-weight: 400;
}
.sub14_parking_icon,
.sub14_bus_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub14_parking_icon > img,
.sub14_bus_icon > img {
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
}
.sub14_bus_icon > span,
.sub14_parking_icon > span {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
}
.sub14_line {
    background-color: #dfdfdf;
    height: 112px;
    width: 1px;
    margin: 0px 53px 0px 89px;
}
.sub14_line2 {
    background-color: #dfdfdf;
    height: 488px;
    width: 1px;
    margin: 0px 64.5px 0px 66.5px;
}
.sub14_bus {
    display: flex;
    padding: 53.5px;
    padding-left: 73px;
    align-items: center;
}
/*tablet main*/
@media screen and (max-width: 1024px) {
    .center {
        width: 760px;
    }
    .sub14_title > div > p {
        font-size: 16px;
    }
    .sub14_come {
        width: 100%;
        position: relative;
    }
    .sub14_parking {
        padding-left: 0px;
        flex-direction: column;
    }

    .sub14_parking_icon > img,
    .sub14_bus_icon > img {
        max-width: 100%;
    }
    .sub14_bus {
        padding-left: 0px;
        flex-direction: column;
        padding-right: 0px;
    }
    .sub14_parking_icon,
    .sub14_bus_icon {
        margin-bottom: 50px;
    }

    .sub14_line {
        margin: 0px 28px 0px 43px;
        display: none;
    }
    .sub14_line2 {
        margin: 0px 24.5px 0px 35.5px;
        display: none;
    }
    .sub14_parking > div > p {
        font-size: 13px;
    }
    .sub14_bus_icon > span,
    .sub14_parking_icon > span {
        font-size: 28px;
    }
}

/*mobile main*/
@media screen and (max-width: 767px) {
    .center {
        width: 380px;
    }
    .m_con {
        display: block;
    }
    .sub14_title > div > h3 {
        font-size: 26px;
    }
    .sub14_title > div > p {
        font-size: 15px;
    }
    .sub14_come {
        padding: 57px 23px;
    }
    .sub14_come > p {
        font-size: 16px;
    }
    .sub14_parking > div > p {
        font-size: 15px;
    }
    .sub14_map > div {
        flex-direction: column;
    }
}
