@charset "utf-8";

/* ========================================
   기본 설정
======================================== */
#ctt_company header {
    display: none;
}

/* ========================================
   메인 컨테이너 (.con01)
======================================== */
.con01 {
    position: relative;
    margin-bottom: 100px;
}

/* ========================================
   지도 관련 스타일
======================================== */

.root_daum_roughmap_landing {
    border: 1px solid #ddd;
}

.con01 .root_daum_roughmap .cont {
    display: none;
}

.root_daum_roughmap .wrap_controllers.hide {
    display: none;
}

/* ========================================
   위치 정보 박스 (.location_box)
======================================== */
.location_box {
    position: absolute;
    left: 110px;
    top: 30%;
    z-index: 2;
    width: 1100px;
    height: 520px;
    padding: 55px 60px;
    background: #fff;
    background-image: url('/theme/basic/img/con0303_logo.png');
    background-repeat: no-repeat;
    background-position: right 40px bottom 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-shadow: 14px 14px 20px 2px rgba(0, 0, 0, 0.12);
    display: flex;
    gap: 120px;
    align-items: center;
}

/* 위치 박스 - 왼쪽 영역 */
.location_box .left_box h4 {
    font-size: 3.5em;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.01em;
}

/* 위치 박스 - 오른쪽 영역 */
.location_box .right_box li {
    margin-bottom: 30px;
}

.location_box .right_box h5 {
    font-size: 1.6em;
    font-weight: 700;
    color: #264fff;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}

.location_box .right_box p {
    font-size: 1.6em;
    color: #333;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.location_box .right_box p span.w58 {
    display: inline-block;
    width: 58px;
}

/* 카카오맵 보기 버튼 */
.location_box .right_box .btn_box a {
    max-width: 200px;
    padding: 10px;
    background-color: #fedd00;
    border-radius: 30px;
    font-size: 1.8em;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.01em;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

/* ========================================
   대중교통 컨테이너 (.transport-container)
======================================== */
.transport-container {
    margin: 500px 100px 100px;
    overflow: hidden;
    display: flex;
    gap: 100px;
}

/* ========================================
   헤더 영역
======================================== */
.header {
    position: relative;
    padding: 10px 0 8px 25px;
    min-width: 200px;
    height: 80px;
}

/* 헤더 - 왼쪽 파란색 라인 */
.header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #4285f4;
}

/* 헤더 - 왼쪽 하단 진한 파란색 라인 */
.header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 24px;
    background: #0f1e5d;
}

/* 헤더 텍스트 */
.title {
    font-size: 35px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.01em;
    margin-bottom: 8px;
}

.subtitle {
    font-size: 16px;
    color: #aaa;
    letter-spacing: -0.01em;
}

/* ========================================
   정보 박스 영역
======================================== */
.info_box {
    width: calc(100% - 100px);
    border-top: 3px solid #333;
}

/* ========================================
   교통수단 섹션
======================================== */
.transport-section {
    display: flex;
	gap:140px;
}

/* 지하철 섹션 */
.transport-section.subway {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.transport-section.bus .info_wrap {
	display:flex;
	gap:60px;
	flex-wrap:wrap;
}

/* 버스 섹션 마지막 항목 */
.transport-section.bus .info_wrap:last-child {
    border: none;
}

/* 지하철 아이콘 마진 */
.transport-section.subway .info-label img:last-child {
    margin-right: 10px;
}

/* ========================================
   섹션 헤더
======================================== */
.section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width:130px;
}

/* 교통수단 아이콘 */
.transport-icon {
    width: 60px;
    height: 60px;
    background: #e8f1fc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 섹션 제목 */
.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
}

/* ========================================
   정보 항목들
======================================== */
.info_wrap {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.info-label {
    display: inline-block;
    width: 180px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.info-value {
    font-size: 16px;
    color: #333;
}

/* ========================================
   버스 번호 스타일
======================================== */
.bus-numbers {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.bus-number {
    min-width: 40px;
    padding: 6px 12px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #495057;
    text-align: center;
}

/* ========================================
   지하철 관련 스타일
======================================== */

.info-row-box {
	display:flex;
	flex-wrap:wrap;
}

.info-row-box .info_wrap {
	width:100%;
	 display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.subway-details {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.subway-lines {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* 지하철 노선 원형 아이콘 */
.line-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 노선별 색상 */
.line-1 {
    background: #0052a4;
}

.line-7 {
    background: #636363;
}

/* 지하철역 이름 */
.station-name {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
}

/* 출구 정보 */
.exit-info {
    padding: 4px 8px;
    background: #e3f2fd;
    border-radius: 12px;
    font-size: 14px;
    color: #495057;
}

/* 도보 정보 */
.walk-info {
    font-size: 14px;
    color: #495057;
}

.walk-time {
    font-weight: 600;
    color: #1976D2;
}

/* ========================================
   반응형 디자인
======================================== */
@media screen and (max-width: 1320px) {
	.con01 {
		margin-bottom:0;
	}

	.transport-container {
        flex-wrap: wrap;
		margin:500px 0 0 0;
		    gap: 60px;
	}
	.location_box {
		background-image:none;
		flex-wrap: wrap;
		left:0;
		gap:60px;
		padding:30px;
	}
	
	.location_box {
		top:20%;
		gap:30px;
	}

	.info_wrap {
		border-bottom:none;
		padding:20px 0;
	}

	.info_box {
		width:100%;
	}
	.transport-section {
		gap:40px;
		padding:1rem 0;
	}

	.transport-section.bus .info_wrap {
		gap:25px;
	}
}

@media screen and (max-width: 1120px) {
	.location_box {
		height:auto;
		width:auto;
	}
}

@media screen and (max-width:640px) {
	.transport-section {
		flex-wrap: wrap;
	}
}