@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 2rem 0 0;border:none;}
.map_info {
    display: flex;
    padding: 3rem;
    align-items: center;
    background-color: #222;
    border-radius: 0 0 2rem 2rem;
}
.adr {width: 90%;}
.adr_1 p {
    color: var(--color-main);
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    color: rgb(255 255 255 / 80%);
}
.adr_2 address {
    font-size: 26px;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 1rem;
    color: #fff;
}
.adr_3 span {margin-right:1rem;color: #888;color: #ffffff6b;}
.adr_3 a {font-weight: 300;color: #fff;}
.adr_3 ul {display: flex;gap: 0 2rem;}
.adr_3 ul li {display: flex;align-items: center;font-weight: 500;border-right: 1px solid #ffffff4f;padding-right: 2rem;font-size: 20px;line-height: 1;}
.adr_3 ul li:last-child {border:unset}
.local {width: 14%;text-align: center;position: relative;}
.local a {
    display: block;
    padding: 1rem;
    width: 100%;
    font-weight: 500;
    color: #fff;
    /* border: 2px solid var(--color-main); */
    border-radius: .5rem;
    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-main);color:#fff;}
.imgmap {background-color: #ebe9e1;border-radius: 2rem;margin-top: 3rem;}
.imgmap img {border-radius: 2rem;}
.traffic {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.traffic .bus, .traffic .subway {width: 48%;}
.traffic .car {width:100%;margin-top:3rem;\: var(--color-bg-green);}
.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 {display:flex;justify-content: space-between;align-items: center;}
.traffic .bus_stop ul {display:flex;width: 73%;justify-content: center;}
.traffic .bus_stop li {width: 66%;}
.traffic .bus_stop li:nth-child(2) {width: 32%;}
.traffic > div dl {
    font-size: 18px;
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 2rem;
    box-shadow: var(--boxshadow);
    height: 100%;
}
.traffic > div dl dt {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.traffic > div dt span {background-color: var(--color-bg-green);display: inline-flex;width: 40px;height: 40px;border-radius: 50%;align-items: center;justify-content: center;}
.traffic > div dt span i {
    font-weight: 100;
    color: var(--color-main);
}
.traffic > div dd {
    padding: 1rem 0.5rem;
}
.traffic > div dd p {/* padding: .2rem 0; *//* text-align: center; */line-height: 1.4;}
.traffic > div dd span {
    padding: .2rem 1rem;
    color: #fff;
    border-radius: 6px;
    margin-right: .5rem;
    font-size: 16px;
}
.traffic > div dd:first-of-type {border-bottom: 1px dashed #ddd;}
.traffic  dd p {/* font-weight:500; */}
span.c1 {background-color: #0068b7;}
span.c2 {background-color: #53b332;}
span.c3 {background-color: #FF451E;}
.traffic > .car dl {display:flex;flex-wrap: wrap;justify-content: space-between;background-color: var(--color-bg-green);box-shadow: unset;}
.traffic > .car dt {width:100%;margin-bottom: 1.5rem;}
.traffic > .car dt span {background-color:#fff}
.traffic > .car dd {width: 100%;background-color: #fff;padding: 2rem;margin-bottom: 1rem;border-radius: 1rem;}
.traffic > .car dd:first-of-type {border:unset}
.traffic > .car dd h5 {margin-bottom:.5rem; font-weight:500; font-size:20px}
.traffic > .car ul {display:block;padding-left: .5rem;}
.traffic > .car li {
    width: 100%;
}
/* PC */ 
@media only screen and (min-width:1024px) and (max-width: 1400px)  {
		.adr_3 ul {gap:0 1rem}
    .adr_3 ul li {flex-wrap:wrap}
		.adr_3 span {margin-right: 0;width:100%}
		.local {width:20%}
		.traffic > div dd p br {display:none;}
		.traffic .bus_stop, .traffic .bus_stop ul {flex-wrap:wrap;gap: .5rem 0;width: 100%;}
		.traffic ul li, .traffic .bus_stop li, .traffic .bus_stop li:nth-child(2) {width:100%}
}

/* 테블릿 가로, 테블릿 세로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) {
		.map_info {padding: 2rem;flex-wrap: wrap;}
	.adr {width:100%}
    .adr_3 ul {gap:0 1rem}
    .adr_3 ul li {flex-wrap:wrap}
		.adr_3 span {margin-right: 0;width:100%}
		.local {width:50%;/* margin: 0 auto; */margin-top: 1.5rem;}
		.traffic > div dl {padding:1.5rem}
		.traffic > div dd {word-break:keep-all}
		.traffic > div dd p br {display:none;}
		.traffic .bus_stop, .traffic .bus_stop ul {flex-wrap:wrap;gap: .5rem 0;width: 100%;}
		.traffic ul li, .traffic .bus_stop li, .traffic .bus_stop li:nth-child(2) {width:100%}
}

/* 모바일 가로, 모바일 세로 (해상도 ~ 767px)*/ 
@media all and (max-width:767px) {
    .map {height:260px}
		.map_info {padding: 2rem 1rem;}
		.adr_2 address {font-size: clamp(1rem, 5.2vw, 1.5rem);word-break:keep-all}
    .adr_3 ul {flex-wrap:wrap;gap: 0;}
		.adr_3 span {width:auto;margin-right: .5rem;font-size: clamp(.9rem, 4.2vw, 1.1rem)}
		.adr_3 ul li {padding-right: 0;border-right: 0;}
		.adr_3 ul li:first-child {padding-right:.5rem;margin-right: .5rem;border-right: 1px solid #ffffff4f;}
		.adr_3 a, .adr_1 p {font-size: clamp(.9rem, 4.2vw, 1rem)}
		.traffic {flex-wrap:wrap;gap: 1rem 0;}
		.traffic .bus, .traffic .subway {width:100%;}
		.traffic > div dl {padding: 1.5rem 1rem;}
		.traffic > div dl dt {margin-bottom:.5rem;font-size: clamp(1rem, 5.5vw, 2rem);}
		.traffic > .car dd {padding: 1.5rem 1rem;}
		.traffic > .car ul {padding-left:0}
	.traffic > .car li {padding-right:.5rem}
}


