﻿@charset "utf-8";

/* ==========================================================================
   하단 SITE MAP
   ========================================================================== */

.sun_footer_sitemap {
	position: relative;
	padding: 56px 0 58px;
	background: #747474;
	color: #fff;
}

.footer_sitemap_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 30px;
	margin-bottom: 34px;
}

.footer_sitemap_head h2 {
	margin: 0;
	color: rgba(255,255,255,.82);
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 2px;
}

.footer_sitemap_head p {
	margin: 0;
	color: rgba(255,255,255,.68);
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
	word-break: keep-all;
}

.footer_sitemap_grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px 18px;
}

.footer_sitemap_col {
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,.34);
}

.footer_sitemap_col h3 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.04em;
}

.footer_sitemap_col a {
	display: block;
	padding: 4px 0;
	color: rgba(255,255,255,.78);
	font-size: 13px;
	line-height: 1.45;
	text-decoration: none;
	letter-spacing: -0.04em;
}

.footer_sitemap_col a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}


/* ==========================================================================
   하단 사업자 정보
   ========================================================================== */

.sun_footer_company {
	position: relative;
	padding: 36px 0 38px;
	background: #3a77ca;
	color: #fff;
}

.footer_company_layout {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 34px;
	align-items: center;
}

.footer_company_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 118px;
	padding: 22px;
	/*background: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.18);*/
}

.footer_company_logo img {
	display: block;
	max-width: 160px;
	height: auto;
	filter: brightness(0) invert(1);
	opacity: .95;
}

.footer_company_content {
	min-width: 0;
}

.footer_company_main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255,255,255,.24);
}

.footer_company_main strong {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: -0.06em;
}

.footer_company_tel {
	display: flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}

.footer_company_tel span {
	color: rgba(255,255,255,.76);
	font-size: 14px;
	font-weight: 700;
}

.footer_company_tel a {
	color: #fff;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	letter-spacing: -0.04em;
}

.footer_company_info {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	color: rgba(255,255,255,.84);
	font-size: 13px;
	line-height: 1.65;
}

.footer_company_info p {
	margin: 0;
}

.footer_company_info span {
	display: inline-block;
	margin-right: 6px;
	color: rgba(255,255,255,.68);
	font-weight: 700;
}

.footer_company_info a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.footer_company_info strong {
	color: #fff;
	font-weight: 900;
}

.footer_address {
	flex-basis: 100%;
}

.footer_copyright {
	margin: 16px 0 0;
	color: rgba(255,255,255,.62);
	font-size: 12px;
	line-height: 1.5;
}

/* ==========================================================================
   우측 플로팅 퀵메뉴
   ========================================================================== */

.sun_quick_wrap {
	position: fixed;
	right: 18px;
	top: 260px;
	width: 112px;
	z-index: 995;
}

.sun_quick_wrap #stv_list {
	position: static !important;
}

html,
body {
	overflow-x: hidden;
}

.sun_quick {
	width: 112px;
	background: #fff;
	border: 1px solid #d9e3f0;
	box-shadow: 0 10px 24px rgba(0,0,0,.12);
	border-radius: 14px;
	overflow: hidden;
	font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.sun_quick_head {
	padding: 14px 10px 12px;
	background: #2d73c9;
	text-align: center;
	color: #fff;
}

.sun_quick_head strong {
	display: block;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .04em;
}

.sun_quick_head span {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	color: rgba(255,255,255,.78);
	line-height: 1.2;
}

.sun_quick_links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sun_quick_links li {
	border-bottom: 1px solid #edf1f6;
}

.sun_quick_links a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 8px;
	color: #333;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.05em;
	transition: background .2s ease, color .2s ease;
}

.sun_quick_links a:hover {
	background: #eef5fc;
	color: #2d73c9;
}

.sun_quick_sns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 12px 8px;
	border-bottom: 1px solid #edf1f6;
	background: #f8fafc;
}

.sun_quick_sns a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.sun_quick_sns img {
	display: block;
	max-width: 24px;
	max-height: 24px;
	width: auto;
	height: auto;
}

.sun_quick_tel {
	padding: 10px 9px 12px;
	background: #fff;
}

.quick_tel_item {
	padding: 9px 0;
	border-bottom: 1px solid #edf1f6;
	text-align: center;
}

.quick_tel_item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.quick_tel_item span {
	display: block;
	margin-bottom: 4px;
	color: #555;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.06em;
}

.quick_tel_item a {
	display: block;
	color: #2d73c9;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
	letter-spacing: -0.04em;
}

.quick_tel_item a:hover {
	color: #143d78;
}

.sun_quick_top {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	background: #143d78;
	color: #fff !important;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: .04em;
	transition: background .2s ease;
}

.sun_quick_top:hover {
	background: #2d73c9;
	color: #fff !important;
}

/* ==========================================================================
   서브페이지 공통 푸터 이식 보정
   - main2_common.css 없이 footer_info만 로드될 때 .sun_inner 보정
   ========================================================================== */

/* 서브/게시판/회원페이지 푸터 폭 보정 */
.sun_footer_sitemap,
.sun_footer_company {
	width: 100%;
	min-width: 1200px;
	box-sizing: border-box;
	clear: both;
}

.sun_footer_sitemap .sun_inner,
.sun_footer_company .sun_inner {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.sun_footer_sitemap * ,
.sun_footer_company * ,
.sun_quick_wrap * {
	box-sizing: border-box;
}

/* 기존 서브 table / float 구조와 충돌 방지 */
.sun_footer_sitemap {
	margin-top: 60px;
}

/* 푸터 안 링크 기본 스타일 강제 */
.sun_footer_sitemap a,
.sun_footer_company a {
	text-decoration: none;
}

/* 우측 퀵메뉴 위치 고정 보정 */
.sun_quick_wrap {
	position: fixed !important;
	right: 18px !important;
	top: 260px !important;
	left: auto !important;
	z-index: 995 !important;
}

.sun_quick_wrap #stv_list {
	position: static !important;
	top: auto !important;
	left: auto !important;
}

/* 게시판/서브페이지에서 우측 퀵메뉴가 본문 레이어에 묻히는 현상 보정 */
.sun_quick_wrap {
	z-index: 99999 !important;
}

.sun_quick_wrap #stv_list,
.sun_quick {
	z-index: 99999 !important;
	position: relative;
}

/* ==========================================================================
   푸터 / 퀵메뉴 Pretendard 폰트 강제 적용
   ========================================================================== */

.sun_footer_sitemap,
.sun_footer_sitemap *,
.sun_footer_company,
.sun_footer_company *,
.sun_quick_wrap,
.sun_quick_wrap * {
	font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}