@charset "utf-8";

.pc_img {
    display: block;
}
.tb_img {
    display: none;
}

.sub_con:has(.sub_visual_img) {
    position: relative;
}
.sub_visual_img {
    position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    width: 100%; height: 557px;
    background: url('../images/sub/sub01_visual.png') center center no-repeat;
    background-size: cover;
}
.sub_introduce {
    max-width: 1190px;
    margin: 0 auto;
    padding-top: 657px;
    position: relative;
}
.sub_introduce > img {
    position: absolute;
    top: 432px;
}
.sub_introduce_top {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_introduce_top p, .sub_introduce_bottom p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}
.sub_introduce_top img {
    margin-left: 38px;
}
.sub_introduce_bottom {
    background: url('../images/sub/architecture_text.png') top 51px left 10px no-repeat;
    margin-top: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.sub_introduce_bottom img {
    margin-right: 40px;
}
@media screen and (max-width: 1200px) {
    .pc_img {
        display: none;
    }
    .tb_img {
        display: block;
    }
    .sub_visual_img {
        margin-top: 100px;
        height: 400px;
        background: url('../images/sub/sub01_visual_tb.png') center center no-repeat;
    }
    .sub_introduce > img {
        width: 273px; height: 100px;
        top: 337px;
    }
    .sub_introduce {
        padding-top: 487px;
    }
    .sub_introduce_top {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .sub_introduce_top img {
        width: 292px; height: 46px;
        margin: 0;
        margin-bottom: 50px;
    }
    .sub_introduce_bottom {
        margin-top: 50px;
        background: transparent;
        flex-direction: column;
    }
    .sub_introduce_bottom img {
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .sub_visual_img {
        margin-top: 82px;
        height: 220px;
        background: url('../images/sub/sub01_visual_mb.png') center center no-repeat;
    }
    .sub_introduce {
        padding-top: 290px;
    }
    .sub_introduce > img {
        width: 164px; height: 60px;
        top: 191px;
    }
    .sub_introduce_top img {
        width: 137px; height: 21px;
        margin-bottom: 30px;
    }
    .sub_introduce_top p, .sub_introduce_bottom p {
        font-size: 16px;
        line-height: 26px;
    }
}

/* 오시는 길 */
.kakao_map.root_daum_roughmap {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 40px;
}
.kakao_map.root_daum_roughmap .wrap_map {
    height: 550px;
}
.kakao_map.root_daum_roughmap .wrap_map .map > div:nth-of-type(2) {
    display: none;
}
.kakao_map.root_daum_roughmap .wrap_controllers, .kakao_map .roughmap_maker_label, .kakao_map.root_daum_roughmap .wrap_btn_zoom {
    display: none;
}
.map_introduse {
    padding-bottom: 40px;
    border-bottom: 2px solid #1c1c1c;
}
.map_introduse ul {
    display: flex;
}
.map_introduse ul li {
    padding-left: 45px;
    margin-right: 81px;
}
.map_introduse ul li:nth-of-type(2) {
    flex-shrink: 0;
}
.map_introduse ul li:nth-of-type(3) {
    margin: 0;
    margin-right: 10px;
}
.map_introduse ul li:last-of-type {
    padding: 0;
    margin: 0;
    margin-left: auto;
}
.map_introduse ul li strong {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}
.map_introduse ul li strong::before {
    content: '';
    position: absolute;
    display: block;
    width: 30px; height: 30px;
    left: -46px; top: 1px;
    background-color: red;
}
.map_introduse ul li:nth-of-type(1) strong::before {
    background: url('../images/sub/map_icon.svg') center center no-repeat;
    background-size: contain;
}
.map_introduse ul li:nth-of-type(2) strong::before {
    background: url('../images/sub/phone_icon.svg') center center no-repeat;
    background-size: contain;
}
.map_introduse ul li:nth-of-type(3) strong::before {
    background: url('../images/sub/email_icon.svg') center center no-repeat;
    background-size: contain;
}
.map_introduse ul li p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
}
.map_introduse ul li a {
    display: block;
    width: 136px; height: 91px;
    line-height: 91px; text-align: center;
    color: #fff;
    background-color: #1c1c1c;
    font-size: 18px;
}
.operation_time {
    padding-top: 40px;
}
.operation_time h3 {
    padding-left: 46px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    background: url('../images/sub/time_icon.svg') left top no-repeat;
}
.operation_time .operation_text {
    display: flex;
    padding-left: 30px;
}
.operation_time .operation_text dl {
    flex: 1;
    margin-top: 20px;
}
.operation_time .operation_text dt {
    padding-left: 19px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    background: url('../images/sub/small_bullet.svg') left center no-repeat;
    margin-bottom: 16px;
}
.operation_time .operation_text dd {
    margin-left: 10px;
    padding-left: 18px;
    line-height: 19px;
    background: url('../images/sub/small_bar.svg') left top 1px no-repeat;
    margin-bottom: 16px;
}
.operation_time .operation_text dd.red_text {
    background: transparent;
    margin-left: 20px;
    color: #FF0000;
    padding: 0;
}
.operation_time .operation_text dd em {
    color: #FF0000;
    font-weight: 600;
}
@media screen and (max-width: 1200px) {
    .kakao_map.root_daum_roughmap {
        margin: 30px 0;
    }
    .kakao_map.root_daum_roughmap .wrap_map {
        height: 273px;
    }
    .map_introduse ul {
        position: relative;
        display: block;
    }
    .map_introduse ul li {
        margin-bottom: 30px;
    }
    .map_introduse ul li:last-of-type {
        position: absolute;
        right: 0; bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .kakao_map.root_daum_roughmap {
        margin-top: 24px;
        margin-bottom: 20px;
    }
    .kakao_map.root_daum_roughmap .wrap_map {
        height: 129px;
    }
    .map_introduse {
        padding-bottom: 20px;
    }
    .map_introduse ul li {
        padding-left: 33px;
    }
    .map_introduse ul li strong {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .map_introduse ul li strong::before {
        width: 24px; height: 24px;
        left: -32px;
    }
    .map_introduse ul li p {
        font-size: 16px;
        line-height: 24px;
    }
    .map_introduse ul li a {
        width: 76px; height: 53px;
        line-height: 53px;
    }
    .operation_time {
        padding-top: 24px;
    }
    .operation_time h3 {
        font-size: 20px;
        line-height: 24px;
        background-size: 24px 24px;
        padding-left: 32px;
    }
    .operation_time .operation_text {
        display: block;
        padding-left: 20px;
    }
    .operation_time .operation_text dl {
        margin-top: 16px;
    }
    .operation_time .operation_text dt {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .operation_time .operation_text dd em, .operation_time .operation_text dd b, .operation_time .operation_text dd {
        margin-left: 0;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
}