/* 오시는 길 */

.about_tab {
    /* max-width: 1350px; */
    margin: 0 auto;
    /* padding: 0 20px; */
    margin-bottom: 50px;
    margin-top: 30px;
    /* height: 173px; */
}

.about_tab ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    /* padding: 0 30px; */
}

.about_tab li {
    min-width: 200px;
    text-align: center;
}

.about_tab li a {
    display: block;
    padding: 66px 30px;
    font-size: 24px;
    color: #666;
    position: relative;
    font-weight: 700;
}

.about_tab li.active a {
    color: var(--primary-color);
    font-weight: 700;
}

.about_tab li.active a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}

#map {
    width: 100%;
    height: 500px;
}

.location_wrap h2 {
    font-size: 60px;
    text-align: left;
    margin: 70px 0;
    font-weight: 700;
}

.location_wrap .map_area {
    width: 100%;
    height: 400px;
    margin-bottom: 60px;
}

.location_wrap .map_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location_info {
    max-width: 1350px;
    padding: 60px 0;
    margin-bottom: 200px;
}

.location_info .address {
    color: #e60012;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 0;
}

.location_info .addr_text {
    font-size: 24px;
    color: black;
    margin-bottom: 40px;
}

.location_info .contact_info {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.location_info .contact_info>div {
    display: flex;
    align-items: center;
}

.location_info .contact_info span {
    font-size: 44px;
    color: var(--primary-color);
    font-weight: 700;
    margin-right: 15px;
}

.location_info .contact_info p {
    font-size: 24px;
    color: #333;
}

@media screen and (max-width: 768px) {
    .about_tab {
        margin-bottom: 20px;
        padding: 0 16px;
    }
    .about_tab li {
        min-width: auto;
        flex: 1;
    }
    .about_tab li a {
        padding: 12px 15px;
        font-size: 16px;
    }
    .about_title h2 {
        font-size: 28px;
    }
    #map {
        border-radius: 10px;
    }
    .location_info {
        background: var(--primary-color);
        border-radius: 10px;
        padding: 48px 17px;
        margin: 30px 0 80px 0;
        color: #fff;
    }
    .location_info .address,
    .location_info .tel span,
    .location_info .fax span,
    .location_info .time span {
        font-size: 20px !important;
    }
    .location_info .addr_text,
    .location_info .tel p,
    .location_info .fax p,
    .location_info .time p {
        font-size: 14px !important;
    }
    .location_wrap h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .location_wrap .map_area {
        height: 300px;
        margin-bottom: 40px;
    }
    .location_info .address {
        font-size: 20px !important;
        color: white;
    }
    .location_info .addr_text {
        font-size: 14px !important;
        margin-bottom: 30px;
        color: white;
        font-weight: 300;
    }
    .location_info .contact_info {
        flex-direction: row;
        gap: 0;
        justify-content: center;
        font-size: 20px;
    }
    .location_info .contact_info span {
        font-size: 20px;
        color: white;
        width: 53px;
    }
    .location_info .contact_info p {
        font-size: 14px !important;
        color: white;
        font-weight: 300;
    }
    .location_info .contact_info > div {
        position: relative;
    }
    .location_info .contact_info span::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 17px;
        background: rgb(255 255 255 / 75%);
        display: block;
        left: 60px;
    }
    
.location_wrap h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.location_wrap .map_area {
    height: 300px;
    margin-bottom: 40px;
}

.location_info .address {
    font-size: 20px !important;
    color: white;
}

.location_info .addr_text {
    font-size: 14px !important;
    margin-bottom: 30px;
    color: white;
    font-weight: 300;
}

.location_info .contact_info {
    flex-direction: column;
    gap: 6px;
    font-size: 20px;
}

.location_info .contact_info span {
    font-size: 20px;
    color: white;
    width: 63px;
}

.location_info .contact_info p {
    font-size: 14px !important;
    color: white;
    font-weight: 300;
}
}
