@charset "utf-8";
.map {height:460px;z-index: 0;position: relative;/* border: 1px solid #ddd; */border-radius: 2rem 2rem 0 0;border-bottom: 0;}
.map .root_daum_roughmap .wrap_map {height:100%;}
.map .root_daum_roughmap .wrap_controllers {display: none;}
.map .root_daum_roughmap .wrap_btn_zoom {z-index:2}
.map .root_daum_roughmap_landing {border-radius: 2rem 2rem 0 0;border:none;}
.map .root_daum_roughmap .border1, .map .root_daum_roughmap .border2, .map .root_daum_roughmap .border3, .map .root_daum_roughmap .border4 {/* border:0; */display: none;}
.map .root_daum_roughmap .section_busstop .icon_bus {display: none;}
.map_info {
    display: flex;
    padding: 3rem .5rem;
    border: 1px solid #ddd;
    align-items: flex-end;
    /* background-color: #fff; */
    border-radius: 0 0 2rem 2rem;
    padding: 3rem;
    border-top: 0;
}
.adr {width: 100%;}
.adr_1 p {
    color: var(--color-main);
    font-size: 20px;
    font-weight: 500;
    /* padding: .5rem 0; */
}
.adr_2 {margin:1rem 0}
.adr_2 address {
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
}
.adr_3 span {margin-right:1rem;color: #888;}
.adr_3 a {font-weight:500;}
.adr_3 ul {display: flex;gap: 0 2rem;}
.adr_3 ul li {display: flex;align-items: center;font-weight: 500;border-right: 1px solid #ddd;padding-right: 2rem;font-size: 20px;line-height: 1;}
.adr_3 ul li:last-child {border:unset}
.local {width: 15%;text-align: center;position: relative;display: flex;flex-direction: row;gap: 0 1rem;height: 70px;}
.local a {
    display: block;
    padding: .5rem;
    width: 100%;
    font-weight: 500;
    color: #fff;
    /* border: 2px solid var(--color-main2); */
    border-radius: 3rem;
    transition:all .3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* gap: 0 1rem; */
    background-color: var(--color-main);
}
.local a:hover {background-color: var(--color-main2);color:#fff;}
.imgmap {background-color: #ebe9e1;border-radius: 2rem;margin-top: 3rem;}
.imgmap img {border-radius: 2rem;}
.traffic {
    /* margin: 3rem 0 120px; */
    display: flex;
    gap: 4rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.traffic > div {width:100%;}
.traffic .bus {}
.traffic .traffic_img {width: 300px;height: 300px;border: 1px dashed var(--color-main);padding: 2rem;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;}
.traffic .traffic_img img {/* border:1px solid var(--color-main); *//* padding:2rem; *//* border-radius: 50%; */}
.traffic .traffic_list {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.traffic .traffic_list h5 {width:100%;margin-bottom: 1rem;font-size: 24px;color: var(--color-main);}
.traffic .traffic_list div {width:100%}
.traffic .bus_stop strong {
    padding-right: 2rem;
    font-size: 20px;
    font-weight: 500;
}
.traffic .bus_stop {
    background-color: #f5f5f5;
    padding: 1rem;
    display: flex;
    justify-content: center;
    border-radius: 1rem;
    margin-top: 2rem;
    width:100%
}
.traffic > div dl {
    font-size: 18px;
    background-color: #ffffff;
    padding: 3rem;
    border-radius: 2rem;
    height: 100%;
    /* border: 2px solid #F5F3ED; */
    position: relative;
}
.traffic > div dl dt {
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
    color: var(--color-main);
}
.traffic > div dt span {background-color: var(--color-main);display: inline-flex;width: 45px;height: 45px;border-radius: 50%;color: #fff;font-size: 25px;align-items: center;justify-content: center;}
.traffic > div dt span i {
    font-weight: 100;
    color: #404040;
}
.traffic > div dd {
    padding: 1rem 0;
    word-break: keep-all;
}
.traffic > div dd p {padding: .2rem 0;}
.traffic > div dd p span {
    padding: .2rem 1rem;
    color: #fff;
    border-radius: 6px;
    margin-right: 1rem;
}
.traffic > div dd:first-of-type {/* border-bottom: 1px dashed #ddd; */}
.traffic > div dd:first-of-type p {font-weight:500}
.traffic > div dd ul {margin-bottom:1rem}
span.c1 {background-color: #00AFBD;}
span.c2 {background-color: #FF451E;}
span.c3 {background-color: #47AF1B;}
.bus .tb_wrap {width: 60%;}
.half {display: flex;gap: 3rem;}
.half .busmap {width:40%}
.half .busmap img {width:100%}
/* PC */ 
@media only screen and (min-width:1205px) and (max-width: 1600px)  {
    .traffic {gap:0 2rem}
    .traffic > div dd p span {margin-right:.5rem}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1024px)*/ 
@media all and (max-width:1024px) {
    .map {height:360px}
    .adr {width: 100%;}
    .adr_1 p {padding-top:0}
    .local {width: 40%;height: 60px;margin: 0 auto;margin-top: 1rem;}
    .local a {
    color: #fff;
    padding: .5rem 2rem;
}
    .adr_2 address {font-size: 22px;}
    .map_info {padding: 2rem;/* flex-wrap: wrap; */align-items: flex-start;flex-wrap: wrap;}
    .adr ul {flex-wrap: wrap;gap: 0 1rem;display: flex;}
    .adr ul li {width: auto;margin-right: 0;margin-bottom: 1rem;font-size: 18px;padding-right: 1rem;}
    .adr_3 span {margin-right:10px}
    .adr .local {
    margin-top: 2rem;
    width: 40%;
}
    .traffic > div dl {padding: 2rem;}
    .traffic > div dd p span {margin-right:5px}
    .imgmap {width:100%}
    .imgmap img {width:100%}
    .half {gap:1rem}
}

/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/ 
@media all and (max-width:767px) {
    .map {height:260px}
    .map_info {padding: 1.5rem 1rem;}
    .adr_2 address {font-size:20px}
    .adr {}
    .adr ul li {font-size: 16px;border-right: 0;}
    .adr .local {width:100%}
    .traffic {flex-wrap: wrap;}
    .traffic > div dl {width:100%;padding: 2rem 1rem;}
    .traffic .traffic_list dl dd {font-size: 15px;}

    .traffic .bus_stop {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1rem;
}
    .tb_wrap { overflow:auto;width:100%}
    .tb_wrap table {width:600px;}
    .traffic ul {flex-wrap: wrap;}
    .local {width: 100%;height: 50px;margin-top: 0;}
    .traffic .bus, .traffic .subway {width:100%}
    .traffic .subway {margin-top:1rem}
    .traffic > div dl dt {margin-bottom:0;font-size: 20px;}
    .traffic > div dt span {width:30px;height:30px;font-size: 20px;}
    .traffic > div dd  {padding-bottom:0}
    .traffic > div dd p{font-size:16px;word-break: keep-all;}
    .half {flex-wrap:wrap}
    .half .busmap {width:100%}
    .bus .tb_wrap {width:100%}
}


