/* 세련된 오시는 길(LOCATION) 스타일 */
.location-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 60%, #e3f0ff 100%);
    font-size: 1.13rem;
}
.location-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}
.location-title {
    text-align: center;
    margin-bottom: 36px;
}
.location-title h2 {
    font-size: 2.7rem;
    color: #222;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.location-desc {
    color: #555;
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: 500;
}
.location-map-wrap {
    position: relative;
    margin-bottom: 30px;
}
.location-map {
    width: 100%;
    height: 600px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    position: relative;
}
.map-overlay {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.90);
    padding: 22px 24px 18px 24px;
    border-radius: 0 0 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.map-address {
    font-size: 1.18rem;
    color: #222;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 9px;
}
.map-btn {
    display: inline-block;
    background: #007bff;
    color: #fff;
    font-weight: 700;
    border-radius: 7px;
    padding: 10px 22px;
    font-size: 1.08rem;
    margin-top: 4px;
    text-decoration: none;
    transition: background 0.2s;
}
.map-btn:hover {
    background: #0056b3;
}
.location-info-cards {
    display: flex;
    gap: 22px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.info-card {
    flex: 1 1 200px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 30px;
    min-width: 180px;
}
.info-card .icon {
    font-size: 30px;
    color: #007bff;
    min-width: 34px;
    text-align: center;
}

.icon_box{
	width:50px;
	height:50px;
	background-color:#005bac;
	background-repeat:no-repeat;
	border-radius:50%;
	background-position:center;
	vertical-align:middle;
	text-align:center;
}

.adress_area{
	margin-bottom:30px;
}
.icon_box img{
	margin-top:15px;
}
.info-label {
    font-size: 20px;
    color: #888;
    font-weight: 600;
}
.info-value {
    font-size: 20px;
    color: #222;
    font-weight: 900;
    letter-spacing: -0.5px;
}
.location-traffic {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 22px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.location-traffic h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 14px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 30px;
}
.traffic-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 30px 0 50px;
}
.traffic-tag {
    background: #e3f0ff;
    color: #007bff;
    border-radius: 18px;
    padding: 9px 22px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.bus-list {
    margin:30px 0;
    padding: 0;
    list-style: none;
}
.bus-list li {
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}
.bus-type {
    display: inline-block;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin-right: 8px;
}
.bus-type.general { background: #007bff; }
.bus-type.main { background: #00b894; }
.bus-type.loop { background: #fdcb6e; color: #222; }
/* 아이콘 예시 (폰트어썸 등 사용 가능, 여기선 간단히 유니코드) */
.icon-location:before { content: '\1F4CD'; }
.icon-phone:before { content: '\260E'; }
.icon-fax:before { content: '\1F5B7'; }
.icon-bus:before { content: '\1F68C'; }

@media screen and (max-width: 1440px) {
	.location-section{padding:60px 15px;}
	.list_header{width:100%; min-width:auto;}
}

@media screen and (max-width: 1200px) {
	.list_header{width:100%; min-width:auto;}
}

@media screen and (max-width: 768px) {
	.adress_area .adress_text{width:80%;}
    .location-section { padding: 30px 15px; font-size: 1.01rem; }
    .location-title h2 { font-size:15px }
    .location-desc { font-size:15px; }
    .location-map { height: 70vw; border-radius: 10px; }
    .map-overlay { border-radius: 0 0 10px 10px; padding: 8px 8px 6px 8px; gap: 7px; }
    .map-address { font-size:15px }
    .map-btn { font-size:15px; padding: 7px 12px; }
    .info-card { padding: 10px 6px; min-width: 0; }
    .info-label { font-size:15px }
    .info-value { font-size:15px }
    .location-traffic { padding: 25px; }
    .location-traffic h3 { font-size: 20px; }
    .traffic-tag { font-size:15px padding: 6px 10px; }
    .bus-list li { font-size:15px }
    .bus-list li p{ width:80%; }
	.bus-list li span{width:70px; text-align:center;}
    .bus-type { font-size:15px; padding: 3px 10px; }
} 