#sub-page-container {
    width: 100%;
    overflow: hidden;
}

.sub-page-section {
    width: 100%;
}

.sub-img-wrap {
    width: 100%;
    line-height: 0;
    display: block;
}

.sub-img-wrap img,
.sub-img-wrap picture {
    width: 100%;
    height: auto;
    display: block;
}

/* 0104 - 오시는 길 */
.boga-0104-location-section {
    width: 100%;
    padding: 0px 20px 100px;
    box-sizing: border-box;
    background: #fff;
    color: #111;
}

.boga-0104-location-section * {
    box-sizing: border-box;
}

.boga-0104-location-inner {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.boga-0104-title {
    width: 100%;
    padding-top:50px;
    margin-bottom: 44px;
    text-align: center;
}

.boga-0104-title-img {
    margin-bottom: 18px;
    line-height: 0;
}

.boga-0104-title-img img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.boga-0104-title h2 {
    margin: 0;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.06em;
    color: #2c3d5f;
}

.boga-0104-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}

.boga-0104-tab li {
    width: 190px;
    height: 56px;
    margin: 0 4px;
    border: 1px solid #d9d9d9;
    border-radius: 999px;
    background: #fff;
    color: #333;
    font-size: 20px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    letter-spacing: -0.04em;
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.boga-0104-tab li.is-active {
    border-color: #08234b;
    background: #08234b;
    color: #fff;
}

.boga-0104-map-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.boga-0104-map-time {
    display: inline-block;
    float: left;
    width: 350px;
    height: 550px;
    padding: 80px 18px 0;
    background: #08234b url("../img/map_sign_logo.png") no-repeat right bottom;
    text-align: center;
    vertical-align: top;
}

.boga-0104-time-title {
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #fff;
    line-height: 1;
}

.boga-0104-time-title span {
    font-weight: 300;
}

.boga-0104-time-line {
    width: 57px;
    height: 1px;
    margin: 29px auto 30px;
    background-color: #b9c5cf;
}

.boga-0104-time-desc {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #65e7ea;
    line-height: 1.4;
}

.boga-0104-time-table {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
}

.boga-0104-time-table li {
    width: 100%;
    height: auto;
    margin-bottom: 4.5px;
    overflow: hidden;
}

.boga-0104-time-table li span {
    display: inline-block;
    float: left;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.boga-0104-time-table li .boga-0104-day {
    width: 103px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1px;
}

.boga-0104-time-table li .boga-0104-time {
    width: calc(100% - 103px);
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
}

.boga-0104-time-table li.boga-0104-center {
    text-align: center;
}

.boga-0104-time-table li .boga-0104-note {
    display: inline-block;
    float: none;
    width: auto;
    font-weight: 300;
}

.boga-0104-map {
    display: inline-block;
    float: left;
    width: 810px;
    height: 550px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    background: #f5f5f5;
}

.boga-0104-map-view {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.boga-0104-map-view.is-active {
    z-index: 2;
    opacity: 1;
    pointer-events: auto;
}

.boga-0104-map-rough {
    background: url("../img/rough_map1.jpg") no-repeat right top;
    background-size: cover;
}

.boga-0104-map-kakao {
    background: #fff;
}

.boga-0104-map-kakao .root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.boga-0104-map-kakao .root_daum_roughmap .wrap_map {
    width: 100% !important;
    height: 518px !important;
}

.boga-0104-map-kakao .root_daum_roughmap .wrap_controllers {
    width: 100% !important;
}

.boga-0104-directions {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-left: 10px;
    overflow: hidden;
}

.boga-0104-parking {
    display: inline-block;
    float: left;
    width: 551px;
    height: auto;
    vertical-align: top;
}

.boga-0104-vehicle {
    display: inline-block;
    float: left;
    width: calc(100% - 551px);
    height: auto;
    padding-left: 61px;
    vertical-align: top;
}

.boga-0104-directions-info {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.boga-0104-directions-info .boga-0104-icon {
    display: inline-block;
    float: left;
    width: 93px;
    height: 93px;
    position: relative;
    border-radius: 46.5px;
    background-color: #f7f7f7;
    vertical-align: top;
}

.boga-0104-directions-info .boga-0104-icon img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 54px;
    max-height: 54px;
    margin: auto;
}

.boga-0104-directions-info dl {
    display: inline-block;
    float: left;
    width: calc(100% - 93px);
    height: auto;
    margin: 0;
    padding: 20px 0 20px 20px;
    vertical-align: top;
}

.boga-0104-directions-info dt {
    margin: 0 0 6px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #444242;
    line-height: 1;
}

.boga-0104-directions-info dd {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #444242;
    line-height: 30px;
}

.boga-0104-directions-info dd span {
    color: #506e86;
    font-weight: 700;
}

.boga-0104-parking-map {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.boga-0104-mt30 {
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .boga-0104-location-inner {
        max-width: 1000px;
    }

    .boga-0104-map-time {
        width: 32%;
    }

    .boga-0104-map {
        width: 68%;
    }

    .boga-0104-time-title {
        font-size: 36px;
    }

    .boga-0104-time-desc {
        font-size: 17px;
    }

    .boga-0104-time-table li span {
        font-size: 15px;
    }

    .boga-0104-parking {
        width: 48%;
    }

    .boga-0104-vehicle {
        width: 52%;
        padding-left: 40px;
    }
}

@media screen and (max-width: 900px) {
    .boga-0104-location-section {
        padding: 70px 18px 80px;
    }

    .boga-0104-title h2 {
        font-size: 44px;
    }

    .boga-0104-map-time,
    .boga-0104-map {
        display: block;
        float: none;
        width: 100%;
    }

    .boga-0104-map-time {
        height: auto;
        min-height: 360px;
        padding: 58px 22px 46px;
    }

    .boga-0104-map {
        height: 430px;
    }

    .boga-0104-map-kakao .root_daum_roughmap .wrap_map {
        height: 398px !important;
    }

    .boga-0104-parking,
    .boga-0104-vehicle {
        display: block;
        float: none;
        width: 100%;
    }

    .boga-0104-vehicle {
        padding-left: 0;
        margin-top: 35px;
    }
}

@media screen and (max-width: 640px) {
    .boga-0104-location-section {
        padding: 54px 15px 70px;
    }

    .boga-0104-title {
        margin-bottom: 34px;
    }

    .boga-0104-title h2 {
        font-size: 36px;
    }

    .boga-0104-tab {
        margin-bottom: 24px;
    }

    .boga-0104-tab li {
        width: 50%;
        max-width: 160px;
        height: 46px;
        font-size: 17px;
        line-height: 44px;
    }

    .boga-0104-map-time {
        min-height: 320px;
        padding: 44px 18px 38px;
        background-size: 160px auto;
    }

    .boga-0104-time-title {
        font-size: 31px;
    }

    .boga-0104-time-line {
        margin: 22px auto 22px;
    }

    .boga-0104-time-desc {
        font-size: 15px;
        line-height: 1.45;
    }

    .boga-0104-time-table li span {
        font-size: 14px;
    }

    .boga-0104-time-table li .boga-0104-day {
        width: 94px;
    }

    .boga-0104-time-table li .boga-0104-time {
        width: calc(100% - 94px);
    }

    .boga-0104-map {
        height: 340px;
    }

    .boga-0104-map-kakao .root_daum_roughmap .wrap_map {
        height: 308px !important;
    }

    .boga-0104-directions {
        margin-top: 38px;
        padding-left: 0;
    }

    .boga-0104-directions-info .boga-0104-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
    }

    .boga-0104-directions-info .boga-0104-icon img {
        max-width: 42px;
        max-height: 42px;
    }

    .boga-0104-directions-info dl {
        width: calc(100% - 70px);
        padding: 10px 0 10px 15px;
    }

    .boga-0104-directions-info dt {
        font-size: 21px;
    }

    .boga-0104-directions-info dd {
        font-size: 15px;
        line-height: 1.55;
        word-break: keep-all;
    }

    .boga-0104-directions-info dd br {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .boga-0104-location-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .boga-0104-title h2 {
        font-size: 32px;
    }

    .boga-0104-time-table li span {
        float: none;
        display: block;
        width: 100% !important;
        text-align: center !important;
    }

    .boga-0104-time-table li {
        margin-bottom: 10px;
    }

    .boga-0104-map {
        height: 300px;
    }

    .boga-0104-map-kakao .root_daum_roughmap .wrap_map {
        height: 268px !important;
    }
}
