
.all_wrap {
    color: #111111;
    padding-top: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}
    .all_wrap .sub_wrap {
        max-width: 1400px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 80px;
        padding:120px 25px;
    }


.title_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 150px 0 230px 0;
    text-align: center;
    background-image: url(/UploadFile/Sub/Contact/loca_main.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
}

    .title_box .sub_tit {
        font-weight:300;
    }

    .title_box .main_tit {
        font-size: 50px;
        font-weight: 700;
        margin: 10px 0 20px 0;
    }


    .title_box .detail_txt {
        font-size: 22px;
        font-weight: 500;
    }

.sub_wrap .title {
    font-size: 32px;
    font-weight: 700;
}

.sub_wrap .ctn_row {
    border-radius: 30px;
    padding: 30px;
    margin-top: 20px;
    background: #f9f9f9;
    display: flex;
    justify-content: space-between;
}

    .sub_wrap .ctn_row .row_line {
        width: 1px;
        background: #e8e8e8;
        margin: 0 50px;
    }

    .contact_wrap .ctn_row .ctn_box {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
        .sub_wrap .ctn_row .ctn_box .tit {
            font-size: 22px;
            font-weight: 700;
        }
        .sub_wrap .ctn_row .ctn_box .ctn {
            margin-top:30px;
        }
        .sub_wrap .ctn_row .ctn_box .ctn p {
            width: 100%;
        }
            .sub_wrap .ctn_row .ctn_box .ctn p span {
                display: inline-block;
                width: 20%;
            }

.contact_wrap .ctn_row .ctn_box .ctn a.btn {
    display: inline-block;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #88d4da;
    border-radius: 10px;
    font-weight: 700;
    color: #6bc7cf;
    width: 48%;
    text-align: center;
}

.contact_wrap .ctn_row .ctn_box .ctn.call_no {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
    .contact_wrap .ctn_row .ctn_box .ctn.call_no a {
        line-height:1;
    }

    .contact_wrap .raw_line {
        width: 1px;
        background: #e3e3e3;
    }


.location_wrap .ctn_row .ctn_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.location_wrap .ctn_box .ctn.navig {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight:700;
}


        .location_wrap .ctn_box .ctn.navig .address.parking {
            font-size: 18px;
            font-weight: unset;
            color:#333;
            font-weight:700;
            margin-top:40px;
            line-height:2;
        }
            .location_wrap .ctn_box .ctn.navig .address.parking p {
                padding-left: 18px;
                font-size: 16px;
                color: #333;
                font-weight: 400;
            }

                .location_wrap .ctn_box .ctn.navig .address.parking p b {
                    font-weight: 700;
                }

                .location_wrap .ctn_box .ctn.navig .navig_btn {
                    display: flex;
                    flex-direction: column;
                    width: 40%;
                }
        .location_wrap .ctn_box .ctn.navig .navig_btn a {
            display: flex;
            justify-content: space-between;
            text-align: center;
            padding: 10px 15px;
            border-radius: 10px;
            font-weight: 700;
            color: #fff;
            margin-top: 20px;
            padding-left: 55px;
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: contain;
        }


            .location_wrap .ctn_box .ctn.navig .navig_btn a.kakao {
                background-image: url(/UploadFile/Sub/Contact/kakao.png);
                background-color: #f1d313;
            }
            .location_wrap .ctn_box .ctn.navig .navig_btn a.naver {
                background-image: url(/UploadFile/Sub/Contact/naver.png);
                background-color: #04c75a;
            }
            .location_wrap .ctn_box .ctn.navig .navig_btn a.google {
                background-image: url(/UploadFile/Sub/Contact/google.png);
                background-color: #5085f7;
            }

            .location_wrap .ctn_box .ctn.navig .navig_btn a span {
            }

            .location_wrap .ctn_box .map {
                width: 100%;
                height:100%;
            }




.location_wrap .ctn_column {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
}

    .location_wrap .ctn_column .ctn_box {
        display: flex;
        flex-direction: column;
        border-radius: 30px;
        background: #f9f9f9;
    }
        .location_wrap .ctn_column .ctn_box .subway_box,
        .location_wrap .ctn_column .ctn_box .bus_box,
        .location_wrap .ctn_column .ctn_box .airport_box {
            padding: 30px;
        }

            .location_wrap .ctn_column .ctn_box .subway_box .subway_ctn,
            .location_wrap .ctn_column .ctn_box .bus_box .ctn {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: end;
            }

    .location_wrap .ctn_column .subway_ctn .ctn {
        width: 50%;
    }

            .location_wrap .ctn_column .subway_ctn .ctn .subway_icon {
                margin-bottom:20px;
            }
                .location_wrap .ctn_column .subway_ctn .ctn .subway_icon .line,
                .location_wrap .ctn_column .ctn_box .bus_box .ctn .txt_box .bus_txt .line {
                    padding: 5px;
                    border-radius: 5px;
                    margin: 0px 5px 10px 0;
                    color: #fff;
                    font-size: 16px;
                    font-weight: 700;
                    display: inline-block;
                }

    .location_wrap .ctn_column .green {
        background: #3cb44a;
    }
    .location_wrap .ctn_column .red {
        background: #a71e31;
    }
    .location_wrap .ctn_column .gold {
        background: #cea43a;
    }
    .location_wrap .ctn_column .blue {
        background: #263c96;
    }
    .location_wrap .ctn_column .blugre {
        background: #0a795f;
    }


    .location_wrap .ctn_column .subway_ctn .ctn .youtube_box {
        padding-top: 56.25%;
        position: relative;
    }
        .location_wrap .ctn_column .subway_ctn .ctn .youtube_box iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


.sub_wrap .ctn_column .ctn_box .tit {
    font-size: 22px;
    font-weight: 700;
}

.sub_wrap .ctn_column .ctn_box .ctn.line_txt {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-weight: 700;
}


.location_wrap .ctn_column .bus_box .ctn .busstop,
.location_wrap .ctn_column .bus_box .ctn .txt_box {
    width: 50%;
}
    .location_wrap .ctn_column .bus_box .ctn .busstop {
        line-height:2;
    }
        .location_wrap .ctn_column .bus_box .ctn .busstop span {
            margin-bottom: 20px;
            padding-bottom: 5px;
            border-bottom:3px solid #333;
            font-weight: 700;
            display: inline-block;
        }
.location_wrap .ctn_column .ctn_box.airport .airport_box .ctn {
    margin-top: 30px;
}
    .location_wrap .ctn_column .ctn_box.airport .airport_box .ctn span {
        margin: 0 20px 15px 0;
        border-radius: 5px;
        /*padding-bottom: 5px;
        border-bottom: 3px solid #333;*/
        padding: 5px 10px;
        background: #3da0c9;
        color: #fff;
        font-weight: 700;
        display: inline-block;
    }
        .location_wrap .ctn_column .ctn_box.airport .airport_box .ctn span.gimpo {
            background: #3574c7;
        }



@media (min-width: 768px) and (max-width: 1024px) {
    .all_wrap {
        padding-top: 150px;
        font-size: 16px;
    }

    .sub_wrap .ctn_row .row_line {
        margin: 0 20px;
    }

    .contact_wrap .ctn_row .ctn_box .ctn.call_no {
        font-size: 30px;
    }

    .contact_wrap .ctn_row .ctn_box {
        width: 100%;
    }

        .contact_wrap .ctn_row .ctn_box .ctn a.btn {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 10px;
        }

    .sub_wrap .ctn_row .ctn_box .ctn {
        margin-top: 10px;
    }

        .sub_wrap .ctn_row .ctn_box .ctn p {
            font-size: 14px;
        }

            .sub_wrap .ctn_row .ctn_box .ctn p span {
                width: 30%;
            }

    .location_wrap .ctn_box .ctn.navig .navig_btn {
        flex-direction: row;
        width: unset;
        gap: 10px;
        justify-content: space-between;
        font-size: 14px;
    }

    .location_wrap .ctn_row {
        flex-direction: column;
        align-items: unset;
    }

        .location_wrap .ctn_row .ctn_box {
            width: 100%;
        }

    .location_wrap .ctn_box .map {
        margin-top: 30px;
        height: 200px; /*Áö¿ì±â*/
    }

    .location_wrap .ctn_column .bus_box .ctn .txt_box .bus_txt {
        margin-top: 20px;
    }

    .location_wrap .ctn_column .ctn_box .subway_box .subway_ctn,
    .location_wrap .ctn_column .ctn_box .bus_box .ctn {
        flex-direction: column;
        margin-top: 30px;
    }

    .location_wrap .ctn_column .subway_ctn .ctn,
    .location_wrap .ctn_column .bus_box .ctn .busstop,
    .location_wrap .ctn_column .bus_box .ctn .txt_box {
        width: 100%;
    }


    .sub_wrap .ctn_column .ctn_box .ctn.line_txt {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {

    .all_wrap {
        padding-top: 100px;
        font-size: 16px;
    }

        .all_wrap .sub_wrap {
            padding: 80px 25px;
        }

        .title_box {
            padding: 150px 0 180px 0;
        }

    .title_box .sub_tit {
        font-size: 14px;
    }
    .title_box .main_tit {
        font-size: 40px;
    }
    .title_box .detail_txt {
        font-size: 16px;
    }

    .sub_wrap .ctn_row,
    .location_wrap .ctn_column .ctn_box .subway_box .subway_ctn,
    .location_wrap .ctn_column .ctn_box .bus_box .ctn,
    .location_wrap .ctn_box .ctn.navig .navig_btn,
    .sub_wrap .ctn_column .ctn_box .ctn.line_txt {
        flex-direction: column;
        align-items: unset;
    }
        .sub_wrap .ctn_row .ctn_box .ctn {
            margin-top: 20px;
        }
    .contact_wrap .ctn_row .ctn_box,
    .location_wrap .ctn_row .ctn_box,
    .location_wrap .ctn_column .subway_ctn .ctn,
    .location_wrap .ctn_column .bus_box .ctn .busstop,
    .location_wrap .ctn_column .bus_box .ctn .txt_box {
        width: 100%;
    }

    .sub_wrap .ctn_row .row_line {
        width: 100%;
        height: 1px;
        margin: 30px 0;
    }
    .contact_wrap .ctn_row .ctn_box .ctn a.btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .location_wrap .ctn_box .ctn.navig .navig_btn {
        width:100%;
    }

    .location_wrap .ctn_box .ctn.navig .address.parking {
        line-height: 1.7;
    }

    .location_wrap .ctn_box .map {
        margin-top:30px;
        height:200px;/*Áö¿ì±â*/
    }


    .location_wrap .ctn_column .bus_box .ctn .busstop,
    .location_wrap .ctn_column .bus_box .ctn .txt_box {
        margin-top:30px;
    }

        .location_wrap .ctn_column .bus_box .ctn .txt_box .bus_txt {
            margin-top: 20px;
        }
            .location_wrap .ctn_column .bus_box .ctn .txt_box .bus_txt span {
                display: block;
            }



}