@charset "utf-8";
.map {height:460px;z-index: 0;position: relative;}
.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;border:none;}
.map_info {
    display: flex;
    padding-bottom: 3rem;
    align-items: flex-end;
}
.adr {width: 100%;height: 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: 12%;text-align: center;position: relative;display: flex;flex-direction: row;gap: 0 1rem;height: 70px;}
.local a {
    display: block;
    padding: .5rem;
    width: 100%;
    height: 100%;
    font-weight: 500;
    color: var(--color-main);
    /* border: 2px solid var(--color-main); */
    background-color: var(--color-main);
    border-radius: 1rem;
    transition:all .3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 1rem;
    color: #fff;
}
.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 {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.traffic .bus, .traffic .subway {width: calc(50% - 1rem);}
.traffic .car {width:100%}
.traffic ul {
    display: flex;
    justify-content: space-between;
}
.traffic ul li {width: 50%;}
.traffic li:last-child {}
.traffic li:first-child {}

.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: 17px;
    background-color: #f8f8f8;
    padding: 2rem;
    border-radius: 2rem;
    height: 100%;
}
.traffic > div dl dt {
    font-size: 22px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.traffic > div dt span {background: var(--gradient);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: .5rem 0;
    word-break: keep-all;
}
.traffic > div dd span {font-size: 17px;}
.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 p {font-weight:500}
.traffic > div dd strong {display:block;padding-bottom:.5rem;font-weight: 600;color: var(--color-main);}
span.c1 {background-color: #00AFBD;}
span.c2 {background-color: #FF451E;}
span.c3 {background-color: #47AF1B;}

/* 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: 25%;margin-top: 1rem;}
    .local a {
    background-color: var(--color-main2);
    color: #fff;
    padding: .5rem 2rem;
}
    .adr_2 address {font-size: 24px;}
    .map_info {padding:2rem 0;/* flex-wrap: wrap; */align-items: flex-start;flex-wrap: wrap;}
    .adr ul {/* padding-bottom: 2rem; */flex-wrap: wrap;gap: 0 1rem;}
    .adr ul li {width: auto;margin-right: 0;margin-bottom: 1rem;font-size: 18px;padding-right: 1rem;}
    .adr .local {
    margin-top: 2rem;
    width: 40%;
}
    .traffic {/* margin: 10% 0; */gap: 1.5rem;}
    .traffic > div dl {font-size:17px; padding:1.5rem}
    .traffic .bus, .traffic .subway {width: 48%;}
    .traffic > div dd p span {margin-right:5px}
    .imgmap {width:100%}
    .imgmap img {width:100%}
}

/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/ 
@media all and (max-width:767px) {
    .map {height:260px}
    .adr_2 address {font-size:22px}
    .adr ul li {font-size: 16px;border-right: 0;}
    .local {width:100%;/* padding:1rem 2rem; */height: auto;}
    .local a {padding:1rem}
    .traffic {/* margin: 15% 0; */flex-wrap: wrap;gap: 1rem;}
    .traffic ul li {width:100%;padding: 1rem;}
    .traffic ul li:first-child {}
    .traffic .traffic_list {width:100%;}
    .traffic .traffic_list h5 {
    text-align: center;
}
    .traffic .traffic_list dl dd {font-size:4.5vw}
    .traffic .traffic_list dl {width:100%;margin-bottom: 1rem;}
    .traffic .bus_stop {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 1rem;
}
    .traffic ul {flex-wrap: wrap;}
    .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 p{font-size:16px;word-break: keep-all;}
}


