@charset "utf-8";

#business06_location {}
#business06_location .map_view {
    height:535px;
    border-radius:30px;
    overflow:hidden;
    border:1px solid #ddd;
}
#business06_location .map_info {
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:30px;
} 
#business06_location .map_info .info_title {
    display:flex;
    align-items:center;
    gap:30px;
}
#business06_location .map_info .info_title .info_title_name {
    font-family: "The Jamsil";
    font-size:1.44em;
    font-weight:500;
    color:#7B4992;
    line-height:normal;
}
#business06_location .map_info .info_title .info_title_address {
    display:flex;
    align-items:center;
    gap:10px;
}
#business06_location .map_info .info_title .info_title_address .address_ti {
    font-size:1.11em;
    font-weight:700;
    line-height:1;
}
#business06_location .map_info .info_title .info_title_address .address_co {
    font-size:1.11em;
    font-weight:400;
    line-height:normal;
}
#business06_location .map_info .location_btn {
    border-radius:999px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(to top, #c95094, #7b4992);
    border-image-slice: 0;
    background-image: linear-gradient(to bottom, #fff, #fff), linear-gradient(to top, #c95094, #7b4992);
    background-origin: border-box;
    background-clip: content-box, border-box;
    overflow:hidden;
} 
#business06_location .map_info .location_btn a {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    padding:15px 20px;
    font-size:0.88em;
    color:#fff;
    font-weight:700;
    line-height:normal;
    background-color:#7B4992;
    background: rgb(201,80,148);
    background: linear-gradient(135deg, #c95094 16.43%, #7b4992 87.14%);
}
#business06_location .map_info .location_btn:hover {
    border:2px solid #7B4992;
}
#business06_location .map_info .location_btn:hover a {
    background:#fff;
    color:#7B4992;
}
#business06_location .map_info .location_btn:hover a path {
    fill:#7B4992
}
#business06_location .location_way {
    display:flex;
    align-items:flex-start;
    gap:30px;
}
#business06_location .location_way .way_icon {
    border:1px solid #DEDEDE;
    border-radius:10px;
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#business06_location .location_way .way_text {
    flex:1;
    display:flex;
    flex-direction:column;
    gap:12px;
}
#business06_location .location_way .way_text .way_tit {
    display:flex;
    align-items:center;
    gap:5px;
}
#business06_location .location_way .way_text .way_tit .way_ti {
    font-size:1em;
    font-weight:700;
    line-height:normal;
}
#business06_location .location_way .way_text .way_tit .way_number {
    display:flex;
    align-items:center;
    gap:5px;
}
#business06_location .location_way .way_text .way_tit .way_number p {
    font-size:1em;
    font-weight:700;
    color:#fff;
    line-height:normal;
    padding:5px 8px;
    background-color:#3C9;
    border-radius:30px;
    text-align:center;
}
#business06_location .location_way .way_text .way_co p {
    font-size:1em;
    font-weight:400;
    line-height:1.44;
}




/* 반응형 미디어쿼리 css */
@media (max-width: 1680px) {}
@media (max-width:1440px) {
    #business06_location .map_view {
        height:450px;
    }
  


    #business06_location .map_info .info_title {
        flex-direction:column;
        align-items: flex-start;
        gap:10px;
    }
}
@media (max-width:1200px) {}
@media (max-width:1024px) {
    #business06_location .map_view {
        height:400px;
    }
}
@media (max-width:991px) {}
@media (max-width:768px) {}
@media (max-width:640px) {
    #business06_location .map_view {
        height:350px;
    }


    #business06_location .map_info {
        flex-direction:column;
        align-items:stretch;
        gap:20px;
    }
}
@media (max-width:480px) {
    #business06_location .location_way {
        flex-direction:column;
    }
    #business06_location .location_way .way_icon {
        align-self:center;
    }
}
@media (max-width:320px) {
    #business06_location .location_way .way_text .way_tit {
        flex-direction: column;
    }
    #business06_location .location_way .way_text .way_tit .way_number {
        flex-wrap: wrap;
    }
}