@charset "utf-8";

#location {}
#location .map_view {
    height:600px;
    border-radius:40px;
    border:1px solid #ddd;
}
#location .map_info {
    margin-top:40px;
    display:flex;
    align-items:center;
    gap:40px;
}
#location .map_info .map_logo {}
#location .map_info .info_wrap {
    flex:1;
    background-color:#45A7E5;
    border-radius:999px;
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px 20px 20px 50px;
}
#location .map_info .info_wrap .info_box {
    display:flex;
    flex-wrap: wrap;
    gap:10px;
    flex:1;
}
#location .map_info .info_wrap .info_box ul {
    background-color:#fff;
    border-radius:999px;
    padding:10px 15px 8px;
    display:flex;
    align-items:center;
    gap:5px;
    width: max-content;
    min-width: 197px;
}
#location .map_info .info_wrap .info_box ul:first-child {
    width:100%;
}
#location .map_info .info_wrap .info_box ul:last-child {
    width:auto;
    flex:1;
}
#location .map_info .info_wrap .info_box ul .info_box_icon {
    display:flex;
    align-items:center;
    justify-content:center;
}
#location .map_info .info_wrap .info_box ul .info_box_ti {
    font-size:1rem;
    font-weight:700;
    letter-spacing:-0.54px;
}
#location .map_info .info_wrap .info_box ul .info_box_co {
    font-size:1rem;
    font-weight:400;
    letter-spacing:-0.54px;
}
#location .map_info .info_wrap .map_golink {
    background-color:#fff;
    display:flex;
    align-items:center;
    padding:20px 30px;
    border-radius:999px;
    width:220px;
}
#location .map_info .info_wrap .map_golink .map_golink_icon {
    width:52px;
    height:52px;
    background-color:#45A7E5;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#location .map_info .info_wrap .map_golink .map_golink_ti {
    font-size:1.33rem;
    font-weight:500;
    line-height: 108%;
    text-align:center;
    font-family: 'Paperlogy';
    width: 120px;
    flex: 1;
} 



#location .traffic_wrapper {
    display:flex;
    align-items:flex-start;
    gap:50px;
}
#location .traffic_wrapper .traffic_cont {
    flex:1;
    display:flex;
    flex-direction:column;
    gap:40px;
}
#location .traffic_wrapper .traffic_box .traffic_title {
    display:flex;
    flex-direction:column;
    gap:8px;
}
#location .traffic_wrapper .traffic_box .traffic_title .traffic_title_icon {
    width:80px;
    height:80px;
    border-radius:40px;
    border:3px solid #81B863;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
}
#location .traffic_wrapper .traffic_box .traffic_title .traffic_title_ti {
    font-size:1.33rem;
    font-weight:500;
    text-align:center;
    font-family:'Paperlogy';
}

#location .traffic_wrapper .traffic_box .bus {
    border:1px solid #ddd;
    background-color:#FBFBFB;
    border-radius:30px;
    display:flex;
    flex-direction:column;
    gap:15px;
    padding:30px;
    margin-top:20px;
}
#location .traffic_wrapper .traffic_box .bus .bus_box {
    border-bottom:2px dashed #ddd;
    display:flex;
    flex-direction:column;
    gap:10px;
    padding-bottom:15px;
}
#location .traffic_wrapper .traffic_box .bus .bus_box:last-child {
    border-bottom:none;
    padding-bottom:0;
}
#location .traffic_wrapper .traffic_box .bus .bus_box ul {
    display:flex;
    align-items:center;
    gap:10px;
}
#location .traffic_wrapper .traffic_box .bus .bus_box ul li {
    width:80px;
    height:36px;
    border:2px solid #ddd;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1rem;
    font-weight:600;
    text-align:center;
}
#location .traffic_wrapper .traffic_box .bus .bus_box .green_bus li {
    border-color:#81B863;
    color:#81B863;
}
#location .traffic_wrapper .traffic_box .bus .bus_box .blue_bus li {
    border-color:#45A7E5;
    color:#45A7E5;
}
#location .traffic_wrapper .traffic_box .bus .bus_box .bus_station {
    font-size:1rem;
    font-weight:400;
    letter-spacing:-0.54px;
    line-height:144%;
}

#location .traffic_wrapper .traffic_box .car {
    margin-top:20px;
    border:1px solid #ddd;
    border-radius:30px;
    padding:30px;
    background-color:#FBFBFB;
    display:flex;
    flex-direction:column;
    gap:15px;
}
#location .traffic_wrapper .traffic_box .car .car_addr {
    font-size:1rem;
    font-weight:600;
    letter-spacing:-0.54px;
    margin:10px 0;
    text-align:center;
    padding-bottom:15px;
    border-bottom:2px dashed #ddd;
}
#location .traffic_wrapper .traffic_box .car .car_cont {
    padding-bottom:15px;
    border-bottom:2px dashed #ddd;
    display:flex;
    flex-direction:column;
    gap:5px;
}
#location .traffic_wrapper .traffic_box .car .car_cont:last-child {
    border-bottom:none;
    padding-bottom:0;
}
#location .traffic_wrapper .traffic_box .car .car_cont .car_ti {
    font-size:1.11rem;
    font-weight:500;
    font-family:'Paperlogy';
    padding-left:28px;
    position: relative;
    margin:3px 0;
}
#location .traffic_wrapper .traffic_box .car .car_cont .car_ti::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    background: #45A7E5;
    background: linear-gradient(90deg, rgba(69, 167, 229, 1) 17%, rgba(255, 232, 173, 1) 99%);
}
#location .traffic_wrapper .traffic_box .car .car_cont .car_co p {
    font-size:1rem;
    font-weight: 400;
    line-height:144%;
    letter-spacing:-0.54px;
}

#location .traffic_wrapper .traffic_box .parking {
    margin-top:30px;
    border:1px solid #ddd;
    border-radius:30px;
    padding:30px;
    height:86px;
    display:flex;
    align-items:center;
}
#location .traffic_wrapper .traffic_box .parking p {
    font-size:1rem;
    font-weight:400;
    letter-spacing:-0.54px;
    line-height:144%;
}


/* ********** 반응형 미디어 쿼리 css ********** */
@media(max-width:1800px) {}
@media(max-width:1660px) {}
@media(max-width:1440px) {
    #location .map_view {
        height:450px;
    }
    #location .map_info {
        gap:20px;
    }
    #location .map_info .map_logo {
        width: 15%;
    }
    #location .map_info .map_logo img {
        width:100%;
    }
    #location .map_info .info_wrap {
        padding-left:30px;
        gap:10px;
    }
    #location .map_info .info_wrap .info_box ul {
        min-width:fit-content;
    }
    #location .map_info .info_wrap .map_golink {
        padding:20px;
    }

    #location .traffic_wrapper {
        gap:30px;
    }
}
@media(max-width:1200px) {
    #location .map_info {
        flex-direction:column;
    }
    #location .map_info .map_logo {
        width:50%;
        max-width:240px;
    }

}
@media(max-width:1024px) {
    #location .map_info .info_wrap {
        flex-direction:column;
        border-radius:50px;
        padding:20px;
    }


    #location .traffic_wrapper {
        flex-direction:column;
        gap:40px;
    }
    #location .traffic_wrapper .traffic_cont {
        width:100%;
    }
    #location .traffic_wrapper .traffic_box .parking {
        margin-top:20px;
    }

}
@media(max-width:991px) {}
@media(max-width:768px) {
    #location .map_view {
        height:350px;
    }

    #location .map_info .info_wrap .info_box {
        flex-direction:column;
    }
    #location .map_info .info_wrap .info_box ul {
        width:100%;
    }
}
@media(max-width:640px) {}
@media(max-width:480px) {
    #location .traffic_wrapper .traffic_box .bus .bus_box ul {
        flex-wrap: wrap;
    }
    #location .traffic_wrapper .traffic_box .bus .bus_box ul li {
        width:auto;
        padding: 0 10px;
    }
}
@media(max-width:320px) {}