@keyframes zoomOut {
	0% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
		/* 원래 크기로 */
	}
}


.wrap {
	position: relative;
	width: 1340px;
	margin: 0 auto;
}

/* head */
.head {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	width: 100%;
	height: 90px;
}

.head .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.menu_inr {
	display: flex;
	flex-wrap: wrap;
}

.menu_inr li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 90px;
	padding: 0 40px;
}

.menu_inr li a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.smenu_dl {
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 90%;
	padding: 10px 0px;
	width: 100%;
	background: #ff5057;
	border-radius: 3px;
	z-index: 999;
	display: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.smenu_wh02 {
	width: 120%;
	left: -10%;
}

.smenu_dl dd {
	padding: 8px 5px;
	text-align: center;
	transition: 0.5s;
}

.smenu_dl dd:last-child {
	border-bottom: none;
}

.smenu_dl dd:hover {}

.smenu_dl dd a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	transition: 0.5s;
	word-break: keep-all;
}

.smenu_dl dd a:hover {
	color: #fff;
	text-decoration: underline;
}

.member {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 25px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 500px;
}

.member_inr {
	display: flex;
	flex-wrap: wrap;
}

.member_inr li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.member_inr li:first-child {
	padding-right: 15px;
}

.member_inr li:last-child {
	padding-left: 15px;
}

.member_inr li.round:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 6px;
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}

.member_inr li a {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
}

.menu-toggler,
.mobile_menu {
	display: none;
}

/* footer */
.footer {
	position: relative;
	background: #111;
	color: #fff;
}

.footer_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_menu_inr {
	display: flex;
	flex-wrap: wrap;
}

.footer_menu_inr li {
	position: relative;
	padding: 0 25px;
}

.footer_menu_inr li:after {
	content: '';
	position: absolute;
	right: -1px;
	top: 7px;
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
}

.footer_menu_inr li:last-child:after {
	display: none;
}

.footer_menu_inr li a {
	color: #fff;
	font-weight: 600;
}

/* 개인정보처리방침 — 법정 고지라 다른 메뉴보다 강조(2026-08-11)
   ⚠️ .footer_menu_inr li a 가 이미 font-weight:600 이라 단일 클래스로는 못 이김.
      반드시 li a.foot_privacy 로 specificity 를 올릴 것. */
.footer_menu_inr li a.foot_privacy {
	font-weight: 800;
}

.footer_info {
	text-align: center;
	padding: 60px 0;
}

.footer_info .info {
	line-height: 1.6;
}

.footer_info .info span {
	position: relative;
	padding: 0 20px;
	color: rgba(255, 255, 255, 0.6);
}

.footer_info .info span.point {
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
}

.footer_info .info span:after {
	content: '';
	position: absolute;
	top: 20%;
	right: 0px;
	width: 1px;
	height: 60%;
	background: #fff;
}

.footer_info .info span.noline:after {
	display: none;
}

.footer_info p {
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.2);
}

.quick {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}

.quick a {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #ffde00;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.quick a img {
	width: 35px;
	max-width: 100%;
}

/* main */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide .bg {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	transform: scale(1.1);
	transition: all 4s;
}

/* 히어로 가독성 오버레이 — 어둡게 하는 처리를 이미지에 굽지 않고 CSS로 분리(2026-07-29).
   밝은 원본을 그대로 얹어도 흰색 카피가 읽히며, 사진 교체 시 리터칭이 불필요하다. */
.main_vis .swiper-slide .bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(100deg, rgba(8, 26, 61, .78) 0%, rgba(8, 26, 61, .55) 45%, rgba(8, 26, 61, .34) 100%);
}

.swiper-slide-active .bg {
	transform: scale(1);
}

.main_vis {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow: visible;
}

/* 히어로 이미지 교체(2026-07-29). 파일명에 날짜를 넣는 이유:
   CF가 이미지를 장기 캐시(HIT)해 같은 파일명으로 덮으면 옛 이미지가 계속 서빙된다.
   ?v= 쿼리는 CF 이미지 캐시에 안 먹혀 파일명 자체를 바꾼다. */
.main_vis01 .bg {
	background: #222 url('../image/main/main_vis01_20260729.jpg') center top no-repeat;
	background-size: cover;
}

.main_vis02 .bg {
	background: #222 url('../image/main/main_vis02_20260729.jpg') center top no-repeat;
	background-size: cover;
}

.main_vis03 .bg {
	background: #222 url('../image/main/main_vis03_20260729.jpg') center top no-repeat;
	background-size: cover;
}

.main_vis .swiper-pagingbox {
	position: relative;
	z-index: 999;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	height: auto;
	margin-top: 80px;
}

.main_vis .swiper-progress-bar {
	position: relative;
	display: block;
	width: 130px;
	height: 2px;
}

.main_vis .swiper-progress-bar .slide_progress-bar {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: auto;
	height: 2px;
	background: rgba(255, 255, 255, 0.3);
	clear: both;
	opacity: 0;
}

.main_vis .swiper-progress-bar.active .slide_progress-bar {
	opacity: 1;
}

.main_vis .swiper-progress-bar .slide_progress-bar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	transition: 0.1s width linear;
}

.main_vis .swiper-progress-bar.animate .slide_progress-bar:after {
	width: 100%;
	transition: width linear;
	transition-delay: unset;
	transition-duration: 5s;
}

.main_vis .swiper-pagination-fraction {
	position: relative;
	bottom: auto;
	text-align: center;
	margin: 0 10px 0 20px;
	width: 40px;
	color: #fff;
}

.main_vis .swiper-pagination-fraction span {
	display: inline-block;
	width: 10px;
}

.main_vis .swiper-button-prev,
.main_vis .swiper-button-next {
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	margin-top: 0;
	background: transparent;
	border-radius: 0px;
	color: rgba(255, 255, 255, 0.9);
}

.main_vis .swiper-button-prev,
.main_vis .swiper-rtl .swiper-button-next {
	left: auto;
	right: auto;
}

.main_vis .swiper-button-next,
.main_vis .swiper-rtl .swiper-button-prev {
	right: auto;
	left: auto;
}

.main_vis .swiper-button-prev:after,
.main_vis .swiper-button-next:after {
	font-family: 'xeicon' !important;
	font-size: 24px;
}

.main_vis .swiper-button-prev:after {
	content: "\e93c";
}

.main_vis .swiper-button-next:after {
	content: "\e93f";
}

.main_text {
	position: absolute;
	top: 0px;
	left: 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: left;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	color: #fff;
	z-index: 9;
}

.main_text h2 {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	background: url('../image/main/main_text_deco01.png') center bottom no-repeat;
	font-family: "Montserrat";
	font-size: 85px;
	font-weight: 600;
	line-height: 1;
	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
	word-break: keep-all;
}

.main_text h2 span {
	display: block;
	margin-top: 30px;
	font-size: 34px;
}

.main_text h2 strong {
	font-weight: 600;
}

.main_text h2 .mo_br {
	display: none;
}

.main_text p {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.8;
	text-shadow: 0 0px 5px rgba(0, 0, 0, 0.6);
	word-break: keep-all;
}

.main_text p strong {
	font-weight: 700;
}

.main_con {
	padding: 100px 0;
}

.main_con_title {
	text-align: center;
	margin-bottom: 50px;
}

.main_con_title h2 {
	font-size: 48px;
	font-weight: 800;
	line-height: 1;
}

.main_con_title h2 span {
	display: block;
	margin-bottom: 30px;
	font-family: "Montserrat";
	font-size: 18px;
	color: #ff5057;
	line-height: 1;
}

.main_more01 {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	height: 55px;
	padding: 0 30px;
	border: 2px solid #222;
	border-radius: 5px;
	font-weight: 600;
	transition: all 0.3s;
}

.main_more01 i {
	font-weight: bold;
}

.main_more01:hover {
	background: #222;
	color: #fff;
}

.main_more02 {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 180px;
	height: 55px;
	padding: 0 30px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s;
}

.main_more02 i {
	font-weight: bold;
}

.main_more02:hover {
	background: #fff;
	color: #ff5057;
}

.main_con01 .wrap {
	display: flex;
	flex-wrap: wrap;
}

.main_con01_inr {
	width: 50%;
}

.main_con01_inr01 {}

.main_con01_inr01 img {
	max-width: 100%;
	border-radius: 10px 10px 80px 10px;
}

.main_con01_inr02 {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	padding-left: 80px;
}

.main_con01_inr02 .main_con01_logo {
	margin-bottom: 50px;
}

.main_con01_inr02 p {
	margin-bottom: 80px;
	font-size: 1.1em;
	line-height: 1.8;
}

.main_con02 {
	background: #f4f4f4;
}

.main_con02_list {
	padding-bottom: 50px;
}

.main_con02_list img {
	border-radius: 15px 0;
}

.main_con02_list h4 {
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
}

.main_con02 .swiper-pagination-progressbar {
	overflow: hidden;
	top: auto;
	bottom: 0px;
	border-radius: 5px;
}

.main_con02 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #888;
	border-radius: 5px;
}

.main_con02 .swiper-button-prev,
.main_con02 .swiper-button-next {
	width: 50px;
	height: 50px;
	margin-top: 0px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.main_con02 .swiper-button-prev,
.main_con02 .swiper-rtl .swiper-button-next {
	left: -60px;
	right: auto;
}

.main_con02 .swiper-button-next,
.main_con02 .swiper-rtl .swiper-button-prev {
	right: -60px;
	left: auto;
}

.main_con03 {
	text-align: center;
	background: url('../image/main/main_con03_bg01.jpg') center center no-repeat;
	background-size: cover;
	color: #fff;
}

/* CONTACT 는 보조 섹션 — 주요 섹션(사업소개 48px)보다 크면 시각 위계가 뒤집힌다.
   시뮬레이션 헤딩(42px)과 맞춰 리듬 통일 (2026-07-28) */
.main_con03 h2 {
	margin-bottom: 50px;
	font-size: 42px;
}

.main_con03 h2 span {
	display: block;
	margin-bottom: 40px;
	font-family: "Montserrat";
	font-size: 18px;
	color: #ff5057;
	line-height: 1;
}

/* sub */
.sub_vis {
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 550px;
	color: #fff;
}

.sub_vis .bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* 화면 전체 높이 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
	/* 처음엔 약간 확대 */
	animation: zoomOut 5s ease-out forwards;
	/* 로딩 시 애니메이션 실행 */
}

.sub_vis .bg01 {
	background: url('../image/sub/sub_vis01.jpg') center center no-repeat;
	background-size: cover;
}

/* 업종별 서브 히어로(2026-07-29). 종전엔 bg01(태양광) 한 장이 전 서브페이지에 깔려
   EV충전·주차관제·물류 페이지와 내용이 어긋났음. $bo_table 로 inc/sub_left.php 에서 분기.
   파일명에 날짜를 넣는 이유는 CF 이미지 캐시(같은 파일명이면 옛것 서빙) 회피. */

/* 가독성 오버레이 — 구 bg01(태양광)은 어두워 문제없었으나 신규 이미지엔 밝은 것이 섞여
   흰색 제목·브레드크럼이 묻힌다. 메인 히어로와 같은 방식으로 딤을 CSS에서 얹는다. */
.sub_vis .bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(8, 26, 61, .58) 0%, rgba(8, 26, 61, .46) 55%, rgba(8, 26, 61, .58) 100%);
}
.sub_vis .bg_biz01 {
	background: url('../image/sub/sub_vis_biz01_20260729.jpg') center center no-repeat;
	background-size: cover;
}

.sub_vis .bg_biz02 {
	background: url('../image/sub/sub_vis_biz02_20260729.jpg') center center no-repeat;
	background-size: cover;
}

.sub_vis .bg_biz03 {
	background: url('../image/sub/sub_vis_biz03_20260729.jpg') center center no-repeat;
	background-size: cover;
}

.sub_vis .bg_biz04 {
	background: url('../image/sub/sub_vis_biz04_20260729.jpg') center center no-repeat;
	background-size: cover;
}

.sub_vis .bg_biz05 {
	background: url('../image/sub/sub_vis_biz05_20260729.jpg') center center no-repeat;
	background-size: cover;
}

.sub_vis .bg_biz06 {
	background: url('../image/sub/sub_vis_biz06_20260729b.jpg') center center no-repeat;
	background-size: cover;
}

.sub_vis .bg_biz07 {
	background: url('../image/sub/sub_vis_biz07_20260729.jpg') center center no-repeat;
	background-size: cover;
}

/* 회사개요·뉴스·문의 — 종전엔 사업소개와 같은 bg01(태양광)을 공유했다.
   특정 소재(사무실·신문·악수 스톡)는 서양 인물/렌더 티가 강해 사이트와 겉돌아,
   메인 히어로와 같은 에너지 인프라 톤으로 통일하되 서로 겹치지 않게 골랐다. */
.sub_vis .bg_company {
	background: url('../image/sub/sub_vis_company_20260729.jpg') center center no-repeat;
	background-size: cover;
}

.sub_vis .bg_news {
	background: url('../image/sub/sub_vis_news_20260729.jpg') center center no-repeat;
	background-size: cover;
}

.sub_vis .bg_contact {
	background: url('../image/sub/sub_vis_contact_20260729.jpg') center center no-repeat;
	background-size: cover;
}

.sub_title {
	position: relative;
	z-index: 9;
	text-align: center;
	margin-top: 90px;
}

.sub_title h2 {
	font-size: 58px;
	font-weight: 800;
}

.sub_title p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.1em;
}

.sub_title p span {
	margin: 0 5px;
}

.sidebar {
	border-bottom: 1px solid #ddd;
}

.sidebar_inr {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sidebar_inr li {
	position: relative;
	height: 60px;
}

.sidebar_inr li:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 25%;
	width: 1px;
	height: 50%;
	background: #ccc;
}

.sidebar_inr li:first-child:after {
	display: none;
}

.sidebar_inr li:before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -1px;
	width: 0px;
	height: 2px;
	background: #ff5057;
	transition: 0.3s;
}

.sidebar_inr li:hover:before,
.sidebar_inr li.active:before {
	width: 100%;
}

.sidebar_wh03 li {
	flex: 1;
}

.sidebar_inr li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 1.1em;
	font-weight: 600;
	word-break: keep-all;
}

.sidebar_wh03 li a:hover,
.sidebar_wh03 li.active a {
	color: #ff5057;
}

.sub_contents {
	font-size: 18px;
}

.mg100 {
	margin: 100px 0;
}

.subpage_inr {
	padding: 120px 0;
}

.page_title {
	width: 300px;
}

.page_title h3 {
	font-family: 'GmarketSans';
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.page_title h3 span {
	position: relative;
}

.page_title h3 span:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -30px;
	width: 10px;
	height: 10px;
	background: #ff5057;
	border-radius: 500px;
}

.page_title02 {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

.page_title02 h3 {
	font-family: 'GmarketSans';
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.page_title02 h3 span {
	position: relative;
}

.page_title02 h3 span:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -30px;
	width: 10px;
	height: 10px;
	background: #ff5057;
	border-radius: 500px;
}

.page_cont {
	width: calc(100% - 300px);
	padding-left: 50px;
}

.company_inr02,
.company_inr04 {
	background: #f4f4f4;
}

.company_inr .wrap {
	display: flex;
	flex-wrap: wrap;
}

.overview_list {
	border-top: 2px solid #ff5057;
}

.overview_list li {
	display: flex;
	flex-wrap: wrap;
	min-height: 80px;
	border-bottom: 1px solid #ddd;
}

.overview_list li>div {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	padding: 20px;
}

.overview_list li .overview_title {
	width: 200px;
	background: #ffedee;
	font-weight: 700;
}

.overview_list li .overview_cont {
	gap: 10px 0;
	width: calc(100% - 200px);
}

.overview_list li .overview_cont p {
	position: relative;
	width: 100%;
	padding-left: 15px;
	line-height: 1.4;
}

.overview_list li .overview_cont p:after {
	content: '';
	position: absolute;
	top: 15%;
	left: 0px;
	width: 3px;
	height: 70%;
	background: #ff5057;
}

.overview_list li .overview_cont p strong {
	font-size: 1.2em;
}

.overview_list li .overview_cont p span {
	position: relative;
}

.overview_list li .overview_cont p span:first-child {
	padding-right: 15px;
	margin-right: 15px;
}

.overview_list li .overview_cont p span:first-child:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 9px;
	width: 3px;
	height: 3px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
}

.orgbox {
	text-align: center;
}

.orgbox img {
	max-width: 100%;
}

/* Org Chart */
.company_inr02 .page_cont {
	width: 100% !important;
	padding-left: 0 !important;
}

.org-chart {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0 20px;
}

.org-chart .org-ceo {
	display: inline-block;
	background: #2c3e50;
	color: #fff;
	font-size: 1.15em;
	font-weight: 700;
	padding: 18px 60px;
	border-radius: 8px;
	letter-spacing: 3px;
}

/* 세로선 */
.org-chart .org-vline {
	width: 2px;
	height: 25px;
	background: #333;
	margin: 0 auto;
}

/* 부서 세로선: border-top에 겹치게 끌어올림 */
.org-chart .org-node .org-vline {
	margin-top: -2px;
	height: 27px;
}

/* tier: border-top = 가로선 */
.org-chart .org-tier {
	border-top: 2px solid #333;
	display: flex;
	margin: 0 auto;
}

.org-chart .org-tier1 {
	width: 40%;
}

.org-chart .org-tier2 {
	width: 75%;
}

/* 부서 노드 */
.org-chart .org-node {
	flex: 1;
	text-align: center;
}

/* 부서 카드 */
.org-chart .org-dept-name {
	display: inline-block;
	background: #ff5057;
	color: #fff;
	font-weight: 700;
	padding: 12px 22px;
	font-size: 0.92em;
	white-space: nowrap;
	border-radius: 6px;
}

/* 부서 설명 */
.org-chart .org-dept-desc {
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: 0.82em;
	color: #666;
	line-height: 1.7;
}

/* 모바일 */
@media (max-width: 768px) {
	.org-chart {
		padding: 20px 0;
		overflow-x: auto;
	}

	.org-chart .org-ceo {
		padding: 14px 30px;
		font-size: 1em;
		letter-spacing: 1px;
	}

	.org-chart .org-tier1 {
		width: 70%;
	}

	.org-chart .org-tier2 {
		width: 98%;
		min-width: 500px;
	}

	.org-chart .org-dept-name {
		padding: 10px 14px;
		font-size: 0.82em;
	}

	.org-chart .org-vline {
		height: 18px;
	}
}

/* History :: Layout */
.center-history-wrap {
	position: relative;
}

.center-history {
	position: relative;
}

.center-history:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 119px;
	left: 50%;
	top: -100px;
	background: #ddd;
	display: none;
}

.center-history-wrapper {
	position: relative;
	padding-bottom: 80px;
}

.center-history-wrapper:after {
	clear: both;
	display: block;
	content: "";
}

.center-history-wrapper:before {
	position: absolute;
	top: 19px;
	height: 100%;
	width: 1px;
	left: 50%;
	background-color: #ddd;
	content: "";
}

.center-history-wrapper:last-child:before {
	display: none;
}

.history-last {
	padding-bottom: 0px;
}

.center-history-info-box {
	position: relative;
	width: 50%;
}

.center-history-info-box::before {
	position: absolute;
	top: 8px;
	width: 25px;
	height: 25px;
	background-color: #ff5057;
	border: 1px solid #ff5057;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	opacity: 0.2;
}

.center-history-info-box::after {
	position: absolute;
	top: 16px;
	width: 8px;
	height: 8px;
	background-color: #ff5057;
	border: 2px solid #ff5057;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
}

/* History :: 정보 */
.center-history-info .history-item {
	position: relative;
	line-height: 1.6;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	word-break: keep-all
}

.center-history-info .history-month {
	position: absolute;
	top: 1px;
	color: #222;
	font-family: 'PuradakGentleGothicR';
	font-weight: normal;
}

.center-history-info .history-txt {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #666;
}

.center-history-year {
	position: absolute;
	top: -5px;
	width: 250px;
	text-align: left;
	color: #ff5057;
	font-family: 'PuradakGentleGothicR';
	font-size: 36px;
}

@media all and (min-width:801px) {

	/* History :: 왼쪽 */
	.history-left .center-history-info-box {
		float: left;
	}

	.history-left .center-history-info-box::before,
	.history-left .center-history-info-box::after {
		left: 100%;
		transform: translatex(-50%)
	}

	.history-left .center-history-info {
		text-align: right;
		padding-right: 70px;
	}

	.history-left .center-history-info .history-item {
		padding-right: 70px;
	}

	.about_history .history-left .center-history-info .history-item {
		padding-right: 100px;
	}

	.history-left .center-history-info .history-month {
		right: 0;
	}

	.history-left .center-history-info .history-txt {
		/* padding-right:15px; */
	}

	.history-left .center-history-info .history-txt::before {
		right: 0;
	}

	.history-left .center-history-year {
		left: 100%;
		padding-left: 70px;
	}

	.history-left .center-history-year:before {
		left: 0
	}

	.history-left .center-history-img-box {
		float: right;
	}

	.history-left .center-history-img-box span {
		margin-left: 40px
	}

	/* History :: 오른쪽 */
	.history-right .center-history-info-box {
		float: right;
	}

	.history-right .center-history-info-box::before,
	.history-right .center-history-info-box::after {
		right: 100%;
		transform: translatex(50%)
	}

	.history-right .center-history-info {
		padding-left: 70px;
	}

	.history-right .center-history-info .history-item {
		padding-left: 70px;
	}

	.about_history .history-right .center-history-info .history-item {
		padding-left: 100px;
	}

	.history-right .center-history-info .history-month {
		left: 0;
	}

	.history-right .center-history-info .history-txt {
		/* padding-left:15px; */
	}

	.history-right .center-history-info .history-txt::before {
		left: 0;
	}

	.history-right .center-history-list-wrap .center-history-year {
		text-align: right;
		right: 100%;
		padding-right: 70px;
	}

	.history-right .center-history-list-wrap .center-history-year:before {
		right: 0
	}

	.history-right .center-history-img-box {
		float: left;
		text-align: right;
	}

	.history-right .center-history-img-box span {
		margin-right: 40px
	}
}

@media all and (max-width:800px) {

	/* sub */
	.center-history-wrapper {
		padding-bottom: 30px;
	}

	.history-last {
		padding-bottom: 0px;
	}

	.center-history:before {
		height: 73px;
		left: 10px;
		top: -60px;
	}

	/* History :: Layout */
	.center-history-wrapper:before {
		left: 7px;
		top: 14px;
	}

	.center-history-info-box {
		width: auto;
		padding-left: 120px
	}

	.center-history-info-box::before {
		top: 4px;
		left: 0;
		width: 15px;
		height: 15px;
		border-width: 3px;
	}

	.center-history-info-box::after {
		top: 9px;
		left: 5px;
		width: 5px;
		height: 5px;
		border-width: 1px;
	}

	/* History :: 정보 */
	.center-history-info .history-item {
		padding-left: 50px;
		margin-bottom: 10px;
		font-size: 0.95em;
	}

	.center-history-info .history-txt {
		font-size: 14px;
	}

	.center-history-info .history-month {
		left: 0;
	}

	.center-history-info .history-txt:before {
		display: none;
	}

	.center-history-year {
		top: 5px;
		font-size: 20px;
		padding-left: 30px;
		left: 10px;
	}

	.center-history-year::before {
		width: 20px;
		left: 0;
	}
}

.certificate_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
}

.certificate_list li {
	width: 32%;
}

.certificate_list li img {
	max-width: 100%;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.root_daum_roughmap {
	max-width: 100% !important;
}

.location_info {
	margin-bottom: 30px;
	font-size: 1.2em;
	font-weight: 600;
}

.location_info p {
	margin-top: 10px;
}

.location_info p span {
	position: relative;
}

.location_info p span:first-child {
	padding-right: 15px;
	margin-right: 15px;
}

.location_info p span:first-child:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 12px;
	width: 3px;
	height: 3px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 3px;
}

.business_inr02 {
	background: #f4f4f4;
}

.business_inr01 .wrap {
	display: flex;
	flex-wrap: wrap;
}

.business_imgbox,
.business_textbox {
	width: 50%;
}

.business_imgbox img {
	max-width: 100%;
	border-radius: 20px 0;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}

.business_textbox {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	padding-left: 80px;
}

.business_textbox h3 {
	width: 100%;
	margin-bottom: 50px;
	font-family: 'GmarketSans';
	font-size: 36px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height: 1;
}

.business_textbox h3 span {
	position: relative;
}

.business_textbox h3 span:after {
	content: '';
	position: absolute;
	top: 0px;
	right: -30px;
	width: 10px;
	height: 10px;
	background: #ff5057;
	border-radius: 500px;
}

.business_textbox p {
	color: #333;
	font-size: 1.05em;
	line-height: 1.8;
}

.step_list {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 2%;
}

.step_list li {
	width: 32%;
}

.step_list li img {
	max-width: 100%;
	border-radius: 0px 20px;
}

.step_list li h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 1.2em;
}

.business_inr02 .imglist {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 2%;
}

.business_inr02 .imglist dd {
	width: 32%;
}

.business_inr02 .imglist dd img {
	max-width: 100%;
}

.business_inr02 .imglist.wh04 {
	gap: 10px 1.33%;
}

.business_inr02 .imglist.wh04 dd {
	width: 24%;
}

.inquiry_btnbox {
	text-align: center;
	margin-top: 80px;
}

.inquiry_btn {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	height: 60px;
	padding: 0 30px;
	background: #ff5057;
	border-radius: 10px 0;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s;
}

.inquiry_btn i {
	font-weight: bold;
}

.inquiry_btn:hover {
	background: #ff5057;
	color: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* IT Product :: business07 */
.it_product_img {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.it_product_img img {
	max-width: 100%;
	border-radius: 8px;
}
.it_product {
	width: 100%;
}

.it_product_header {
	margin-bottom: 40px;
}

.it_product_header h4 {
	font-size: 1.5em;
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 15px;
}

.it_product_desc {
	font-size: 1em;
	line-height: 1.8;
	color: #555;
}

.it_product_highlight {
	margin-top: 15px;
	padding: 14px 24px;
	background: #f0faf0;
	border-left: 4px solid #22c55e;
	font-size: 1.05em;
	color: #333;
	border-radius: 0 6px 6px 0;
}

.it_product_highlight strong {
	color: #22c55e;
	font-size: 1.2em;
}

.it_feature_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px;
}

.it_feature_grid li {
	padding: 28px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 10px;
	transition: box-shadow 0.2s;
}

.it_feature_grid li:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.it_feature_icon {
	font-size: 2em;
	margin-bottom: 12px;
}

.it_feature_grid h5 {
	font-size: 1.1em;
	font-weight: 700;
	color: #222;
	margin-bottom: 10px;
}

.it_feature_grid p {
	font-size: 0.9em;
	line-height: 1.7;
	color: #666;
}

@media (max-width: 768px) {
	.it_feature_grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.it_feature_grid li {
		padding: 20px;
	}

	.it_product_header h4 {
		font-size: 1.2em;
	}
}

/* ===== business07 :: 영상보안 사업 브로슈어 (vsec) ===== */

/* 공통: 풀블리드 섹션은 .wrap 안에서 처리 */
.vsec_hero {
	position: relative;
	width: 100%;
	margin-bottom: 4px;
}

.vsec_hero_inner {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 56px;
	align-items: center;
	margin-bottom: 46px;
}

.vsec_eyebrow {
	position: relative;
	display: inline-block;
	font-size: 0.92em;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #ff5057;
	margin-bottom: 22px;
	padding-bottom: 9px;
}

.vsec_eyebrow:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 36px;
	height: 2px;
	background: #ff5057;
}

.vsec_hero_title {
	font-family: 'GmarketSans';
	font-size: 2.7em;
	font-weight: 800;
	line-height: 1.22;
	letter-spacing: -0.03em;
	color: #0d2b5e;
	margin-bottom: 22px;
}

.vsec_hero_title b {
	color: #2563eb;
}

.vsec_hero_lead {
	font-size: 1.22em;
	font-weight: 700;
	color: #16243d;
	margin-bottom: 10px;
}

.vsec_hero_lead strong {
	color: #ff5057;
}

.vsec_hero_sub {
	font-size: 1.02em;
	line-height: 1.8;
	color: #70798a;
}

.vsec_hero_media img {
	width: 100%;
	height: 360px;
	object-fit: cover;
	border-radius: 16px 0;
	box-shadow: 0 20px 44px rgba(13, 43, 94, 0.18);
}

/* 핵심 가치 strip — 헤어라인 */
.vsec_value {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #e6ebf3;
	border-bottom: 1px solid #e6ebf3;
}

.vsec_value li {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	flex: 1 1 0;
	padding: 22px 12px;
	text-align: center;
	border-left: 1px solid #e6ebf3;
}

.vsec_value li:first-child {
	border-left: none;
}

.vsec_value_t {
	font-size: 0.97em;
	font-weight: 700;
	color: #16243d;
}

.vsec_value_d {
	font-size: 0.8em;
	line-height: 1.4;
	color: #8a93a3;
}

.vsec_value_ico {
	display: inline-flex;
	color: #2563eb;
	margin-bottom: 2px;
}

.vsec_value_ico svg {
	width: 20px;
	height: 20px;
}

/* 적용 분야 — 포토카드 */
.vsec_fields {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5%;
}

.vsec_fields li {
	flex: 1;
	min-width: 150px;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e6ebf3;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.2s, box-shadow 0.2s;
}

.vsec_fields li:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 28px rgba(18, 58, 122, 0.14);
}

.vsec_field_img {
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.vsec_field_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s;
}

.vsec_fields li:hover .vsec_field_img img {
	transform: scale(1.06);
}

.vsec_field_name {
	padding: 18px 10px;
	text-align: center;
	font-size: 1.05em;
	font-weight: 700;
	color: #1f3a68;
}

/* 3단 강점/체계 */
.vsec_cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

.vsec_card {
	display: flex;
	flex-direction: column;
	padding: 28px 26px;
	border-radius: 16px;
	border: 1px solid #e6ebf3;
	background: #fff;
}

.vsec_card h4 {
	font-size: 1.25em;
	font-weight: 800;
	line-height: 1.35;
	color: #16243d;
	margin-bottom: 14px;
}

.vsec_card_tag {
	display: inline-block;
	align-self: flex-start;
	padding: 6px 14px;
	margin-bottom: 16px;
	border-radius: 6px;
	font-size: 0.85em;
	font-weight: 700;
	letter-spacing: 0.01em;
	background: #0d2b5e;
	color: #fff;
}

.vsec_card_tag_red {
	background: #ff5057;
}

.vsec_card_logo {
	display: inline-block;
	margin-bottom: 22px;
}

.vsec_card_logo img {
	height: 50px;
	width: auto;
}

.vsec_card_sp {
	background: linear-gradient(160deg, #0d2b5e 0%, #102f66 100%);
	border-color: transparent;
}

.vsec_card_sp h4 {
	color: #fff;
}

.vsec_card_sp .vsec_card_tag {
	background: rgba(255, 255, 255, 0.14);
	color: #cfe2ff;
}

.vsec_check {
	margin-top: 6px;
}

.vsec_check li {
	position: relative;
	padding: 8px 0 8px 30px;
	font-size: 0.95em;
	line-height: 1.45;
	color: #d6e3f7;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vsec_check li:first-child {
	border-top: none;
}

.vsec_check li:before {
	content: '\2714';
	position: absolute;
	left: 0;
	top: 8px;
	color: #60a5fa;
	font-weight: 700;
}

.vsec_card_desc {
	font-size: 0.95em;
	color: #555;
	line-height: 1.6;
	margin-bottom: 12px;
}

.vsec_steps {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.vsec_steps li {
	padding: 11px 16px;
	background: #fff6f6;
	border: 1px solid #ffdfe0;
	border-radius: 10px;
	font-size: 0.9em;
	line-height: 1.45;
	color: #5a5a5a;
}

.vsec_steps li strong {
	display: block;
	margin-bottom: 3px;
	font-size: 1.05em;
	color: #d83a41;
}

.vsec_card_foot {
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px dashed #e2c9ca;
	font-size: 0.82em;
	line-height: 1.55;
	color: #8a8a8a;
}

/* 사업 추진 체계 */
.vsec_card_flow {
	background: linear-gradient(160deg, #f7faff 0%, #eef3fb 100%);
	border-color: #e2eaf6;
}

.vsec_flow_title {
	text-align: center;
	margin-bottom: 8px;
}

.vsec_flow_svg {
	display: block;
	width: 100%;
	height: auto;
	margin: auto 0;
}

.vsec_flow_svg text {
	font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

.vsec_flow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 6px;
}

.vsec_flow_item {
	padding: 13px 12px;
	background: #fff;
	border: 1px solid #dbe4f1;
	border-radius: 10px;
	font-size: 0.84em;
	line-height: 1.4;
	color: #6b7686;
	text-align: center;
}

.vsec_flow_item strong {
	display: block;
	margin-bottom: 5px;
	font-size: 1.12em;
	color: #1f3a68;
}

.vsec_flow_core {
	grid-column: 1 / -1;
	order: 2;
	padding: 14px;
	background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
	border-radius: 10px;
	color: #fff;
	font-size: 1.1em;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
}

.vsec_flow_item:nth-child(1) { order: 1; }
.vsec_flow_item:nth-child(2) { order: 1; }
.vsec_flow_item:nth-child(4) { order: 3; }
.vsec_flow_item:nth-child(5) { order: 3; }

/* 전국 협력업체 지도 그래픽 */
.vsec_map {
	text-align: center;
	margin-bottom: 64px;
}

.vsec_map img {
	width: 100%;
	max-width: 820px;
	height: auto;
}

/* 파트너 헤더 */
.vsec_partner_head {
	text-align: center;
	margin-bottom: 28px;
}

.vsec_partner_label {
	display: inline-block;
	font-family: 'Montserrat', 'GmarketSans', sans-serif;
	font-size: 0.78em;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: #ff5057;
	margin-bottom: 8px;
}

.vsec_partner_head h4 {
	font-size: 1.5em;
	font-weight: 800;
	color: #16243d;
	letter-spacing: -0.02em;
}

/* 파트너 카드 (데스크탑 4열, 모바일 슬라이드) */
.vsec_partners {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.vsec_partners li {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 22px;
	background: #fff;
	border: 1px solid #e6ebf3;
	border-radius: 12px;
	text-align: center;
}

.vsec_partner_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	margin-bottom: 18px;
}

.vsec_partner_logo img {
	max-height: 34px;
	max-width: 100%;
	width: auto;
	object-fit: contain;
}

.vsec_partner_logo_dark {
	background: #15161a;
	border-radius: 8px;
	padding: 12px 18px;
	height: auto;
}

.vsec_partner_logo_dark img {
	max-height: 26px;
}

.vsec_partner_logo_text {
	font-family: 'Montserrat', 'GmarketSans', sans-serif;
	font-size: 0.92em;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: #1f3a68;
}

.vsec_yh_logo {
	height: 34px;
	width: auto;
}

.vsec_partner_role {
	font-size: 1em;
	font-weight: 700;
	color: #1f3a68;
	margin-bottom: 10px;
	min-height: 2.6em;
	display: flex;
	align-items: center;
}

.vsec_partner_desc {
	font-size: 0.85em;
	line-height: 1.6;
	color: #70798a;
}

/* 제휴 및 사업 문의 CTA */
.vsec_cta {
	padding: 56px 40px;
	border-radius: 20px 0;
	background: linear-gradient(135deg, #081a3d 0%, #123a7a 100%);
	color: #fff;
	text-align: center;
}

.vsec_cta_title {
	font-size: 1.2em;
	font-weight: 600;
	color: #7dd3fc;
	margin-bottom: 12px;
}

.vsec_cta_tel {
	margin-bottom: 18px;
}

.vsec_cta_tel a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: 'GmarketSans';
	font-size: 2.6em;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #fff;
}

.vsec_cta_sub {
	font-size: 1.05em;
	color: #c7d6ef;
	margin-bottom: 22px;
}

.vsec_cta_contact {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px 28px;
}

.vsec_cta_contact span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.98em;
	color: #cfe2ff;
}

@media (max-width: 1024px) {
	.vsec_hero_inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.vsec_hero_media img {
		height: 300px;
	}
	.vsec_value li {
		flex: 1 1 33%;
	}
	.vsec_cols {
		grid-template-columns: 1fr;
	}
	.vsec_fields li {
		flex: 1 1 31%;
	}
	.vsec_partners {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.vsec_hero_title {
		font-size: 1.85em;
	}
	.vsec_hero_lead {
		font-size: 1.08em;
	}
	.vsec_hero_media img {
		height: 240px;
	}
	.vsec_value li {
		flex: 1 1 50%;
		justify-content: flex-start;
		border-left: none;
		border-bottom: 1px solid #e6ebf3;
		padding: 16px 12px;
	}
	.vsec_fields {
		gap: 10px;
	}
	.vsec_fields li {
		flex: 1 1 47%;
		min-width: 0;
	}
	.vsec_map {
		margin-bottom: 44px;
	}
	.vsec_partners {
		display: flex;
		grid-template-columns: none;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 12px;
		padding-bottom: 12px;
	}
	.vsec_partners li {
		flex: 0 0 78%;
		scroll-snap-align: center;
	}
	.vsec_cta {
		padding: 40px 22px;
	}
	.vsec_cta_tel a {
		font-size: 1.9em;
	}
	.vsec_cta_contact {
		flex-direction: column;
		gap: 10px;
	}
}

/* Solar Simulation Banner */
.main_con_solar {
	background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
	padding: 100px 0;
}

.solar_banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.solar_banner_text {
	flex: 1;
	padding-right: 60px;
}

.solar_banner_text h2 span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #6366f1;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

.solar_banner_text h2 {
	font-size: 42px;
	color: #1e293b;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 24px;
	word-break: keep-all;
}

.solar_banner_text p {
	font-size: 18px;
	color: #475569;
	line-height: 1.7;
	margin-bottom: 40px;
	word-break: keep-all;
}

.solar_btn {
	display: inline-flex;
	align-items: center;
	background: linear-gradient(135deg, #6366f1, #3b82f6);
	color: #fff;
	padding: 16px 40px;
	border-radius: 50px;
	font-size: 17px;
	font-weight: 700;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 10px 25px -5px rgba(99, 102, 241, 0.4);
}

.solar_btn i {
	margin-left: 10px;
	transition: transform 0.3s ease;
}

.solar_btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 30px -10px rgba(99, 102, 241, 0.5);
}

.solar_btn:hover i {
	transform: translateX(5px);
}

.solar_banner_img {
	flex: 0 0 550px;
	position: relative;
}

.solar_banner_img img {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.solar_banner_img:hover img {
	transform: scale(1.02);
}

@media (max-width: 1024px) {
	.solar_banner_text h2 {
		font-size: 36px;
	}

	.solar_banner_img {
		flex: 0 0 450px;
	}
}

@media (max-width: 768px) {
	.main_con_solar {
		padding: 60px 0;
	}

	.solar_banner {
		flex-direction: column;
		text-align: center;
	}

	.solar_banner_text {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.solar_banner_text h2 {
		font-size: 28px;
	}

	.solar_banner_text p {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.solar_btn {
		width: 100%;
		justify-content: center;
	}

	.solar_banner_img {
		width: 100%;
		flex: auto;
	}
}

/* Solar Popup Card */
@keyframes slideInRight {
	from {
		transform: translateX(100px);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes floatUp {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

/* 팝업 배경 오버레이 */
.solar_popup_overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* 딤을 .6 → .35 로 완화(2026-07-29). 첫 방문자에게 히어로가 검게 눌려
	   첫인상을 해쳤음. 팝업 카드가 밝은 파랑이라 이 값으로도 대비는 충분하다. */
	background: rgba(0, 0, 0, 0.35);
	z-index: 9998;
	animation: fadeIn 0.5s ease;
}

.solar_popup {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	animation: popupBounce 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s both;
}

@keyframes popupBounce {
	from {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 0;
	}

	to {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.solar_popup_card {
	position: relative;
	background: linear-gradient(135deg, rgba(99, 102, 241, 0.95), rgba(59, 130, 246, 0.95));
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-radius: 24px;
	padding: 48px 40px;
	text-align: center;
	color: #fff;
	width: 420px;
	box-shadow:
		0 0 30px rgba(99, 102, 241, 0.6),
		0 0 60px rgba(59, 130, 246, 0.3),
		0 20px 60px rgba(0, 0, 0, 0.4);
	animation: cardGlow 2s ease-in-out infinite;
	overflow: hidden;
}

/* 빛나는 쉬머 효과 */
.solar_popup_card::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg,
			transparent 30%,
			rgba(255, 255, 255, 0.15) 50%,
			transparent 70%);
	animation: shimmer 3s ease-in-out infinite;
	pointer-events: none;
}

@keyframes shimmer {
	0% {
		transform: translateX(-100%) rotate(45deg);
	}

	100% {
		transform: translateX(100%) rotate(45deg);
	}
}

/* 카드 글로우 펄스 */
@keyframes cardGlow {

	0%,
	100% {
		box-shadow:
			0 0 30px rgba(99, 102, 241, 0.6),
			0 0 60px rgba(59, 130, 246, 0.3),
			0 20px 60px rgba(0, 0, 0, 0.4);
	}

	50% {
		box-shadow:
			0 0 40px rgba(99, 102, 241, 0.8),
			0 0 80px rgba(59, 130, 246, 0.5),
			0 0 120px rgba(245, 158, 11, 0.3),
			0 20px 60px rgba(0, 0, 0, 0.4);
	}
}

.solar_popup_card:hover {
	transform: scale(1.03);
	transition: transform 0.3s ease;
}

.solar_popup_close {
	position: absolute;
	top: 12px;
	right: 16px;
	background: rgba(255, 255, 255, 0.2);
	border: none;
	color: #fff;
	font-size: 24px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.2s;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.solar_popup_close:hover {
	background: rgba(255, 255, 255, 0.4);
	transform: rotate(90deg);
}

.solar_popup_icon {
	font-size: 72px;
	margin-bottom: 16px;
	animation: floatUp 3s ease-in-out infinite;
	filter: drop-shadow(0 0 20px rgba(245, 158, 11, 0.8));
}

.solar_popup_card h3 {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 14px;
	letter-spacing: 1px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.solar_popup_card p {
	font-size: 18px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 28px;
}

.solar_popup_btn {
	display: inline-block;
	background: linear-gradient(135deg, #f59e0b, #f97316);
	color: #fff;
	padding: 16px 40px;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
	box-shadow: 0 8px 30px rgba(245, 158, 11, 0.5);
	transition: all 0.3s ease;
	animation: btnPulse 2s ease-in-out infinite;
	text-decoration: none;
}

@keyframes btnPulse {

	0%,
	100% {
		box-shadow: 0 8px 30px rgba(245, 158, 11, 0.5);
	}

	50% {
		box-shadow: 0 8px 40px rgba(245, 158, 11, 0.8), 0 0 60px rgba(245, 158, 11, 0.3);
	}
}

.solar_popup_btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 12px 40px rgba(245, 158, 11, 0.7);
	color: #fff;
}

.solar_popup_today {
	display: block;
	margin-top: 20px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	text-decoration: underline;
	transition: color 0.2s;
}

.solar_popup_today:hover {
	color: rgba(255, 255, 255, 0.9);
}

/* 모바일 팝업 */
@media (max-width: 768px) {
	.solar_popup_card {
		width: 90vw;
		max-width: 340px;
		padding: 36px 24px;
	}

	.solar_popup_icon {
		font-size: 56px;
	}

	.solar_popup_card h3 {
		font-size: 24px;
	}

	.solar_popup_card p {
		font-size: 15px;
	}

	.solar_popup_btn {
		font-size: 17px;
		padding: 14px 32px;
	}
}

/* 모바일 Solar AI 미니 배너 */
.mobile_solar_btn {
	display: none;
}

@media (max-width: 768px) {
	.mobile_solar_btn {
		display: inline-block;
		position: fixed;
		top: 12px;
		right: 70px;
		z-index: 9990;
		background: linear-gradient(135deg, #f59e0b, #f97316);
		color: #fff !important;
		padding: 6px 14px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.5px;
		box-shadow: 0 2px 12px rgba(245, 158, 11, 0.5);
		animation: solarGlow 2s ease-in-out infinite;
		text-decoration: none;
	}
}

@keyframes solarGlow {

	0%,
	100% {
		box-shadow: 0 2px 12px rgba(245, 158, 11, 0.5);
	}

	50% {
		box-shadow: 0 4px 20px rgba(249, 115, 22, 0.8);
	}
}

/* News 새글 배지 */
.news_badge {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 5px;
	background: #ef4444;
	border-radius: 50%;
	vertical-align: super;
}

/* 언어 토글 (KO/EN) — PC 헤더 */
.menu_inr li.lang_switch {
	padding: 0 0 0 28px;
	gap: 4px;
}

.menu_inr li.lang_switch a {
	font-size: 15px;
	font-weight: 600;
	opacity: 0.55;
	letter-spacing: 0.5px;
	transition: opacity 0.3s;
}

.menu_inr li.lang_switch a.on {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.menu_inr li.lang_switch a:hover {
	opacity: 1;
}

.menu_inr li.lang_switch span {
	color: rgba(255, 255, 255, 0.4);
	font-size: 13px;
}

/* 언어 토글 — 모바일 메뉴 */
.mobile_lang_switch {
	display: flex;
	align-items: center;
	gap: 8px;
}

.mobile_lang_switch a {
	opacity: 0.55;
	font-weight: 600;
}

.mobile_lang_switch a.on {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.mobile_lang_switch span {
	opacity: 0.4;
}

/* ── 문의 게시판 개인정보 동의 (write.skin.php) — 2026-07-28 ── */
.gw_privacy_agree {
	margin: 24px 0 8px;
	padding: 18px 20px;
	background: #f7f9fc;
	border: 1px solid #dde3ec;
	border-radius: 4px;
}

.gw_privacy_label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.gw_privacy_label input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	cursor: pointer;
}

.gw_privacy_text {
	font-size: 14px;
	line-height: 1.7;
	color: #555;
}

.gw_privacy_text strong {
	color: #0d2b5e;
	font-weight: 700;
}

.gw_privacy_text a {
	color: #0d2b5e;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.gw_privacy_agree {
		padding: 14px 15px;
	}

	.gw_privacy_text {
		font-size: 13px;
	}
}

/* ── 개인정보처리방침 (privacy.php) — 2026-07-28 ── */

/* 제목 줄바꿈 방지(2026-08-11)
   전역 .page_title 은 width:300px 인데(좌측 제목 컬럼 레이아웃용),
   방침 페이지는 제목과 본문이 세로로 쌓이는 구조라 폭 제약이 역할을 못 하면서
   42px "개인정보처리방침"(≈336px)만 2줄로 깨뜨렸다.
   → .privacy_inr 스코프로만 해제한다(다른 서브페이지 레이아웃 무영향).
   여유 40px 은 h3 span:after 의 빨간 점(right:-30px)이 잘리지 않게 하기 위함. */
.privacy_inr .page_title {
	width: auto;
	padding-right: 40px;
}

.privacy_inr .page_title h3 {
	white-space: nowrap;
}

.pp_cont {
	max-width: 900px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.8;
	color: #333;
}

.pp_lead {
	padding: 20px 24px;
	margin-bottom: 40px;
	background: #f7f9fc;
	border-left: 3px solid #0d2b5e;
	color: #444;
}

.pp_cont h4 {
	margin: 40px 0 14px;
	padding-bottom: 10px;
	font-size: 19px;
	font-weight: 700;
	color: #0d2b5e;
	border-bottom: 1px solid #e6ebf3;
}

.pp_cont p {
	margin-bottom: 14px;
}

.pp_list {
	margin: 0 0 18px;
	padding-left: 20px;
}

.pp_list li {
	margin-bottom: 8px;
	list-style: disc;
}

ol.pp_list li {
	list-style: decimal;
}

.pp_table {
	width: 100%;
	border-collapse: collapse;
	margin: 14px 0 24px;
	font-size: 14.5px;
}

.pp_table th,
.pp_table td {
	padding: 12px 14px;
	border: 1px solid #dde3ec;
	text-align: left;
	vertical-align: top;
}

.pp_table thead th {
	background: #eef2f8;
	font-weight: 600;
	color: #0d2b5e;
}

.pp_table_officer th {
	width: 22%;
	background: #f7f9fc;
	font-weight: 600;
	color: #0d2b5e;
	white-space: nowrap;
}

.pp_muted {
	color: #7a838f;
	font-size: 13.5px;
}

/* 회사 확정 대기 항목 */
.pp_pending {
	display: inline-block;
	padding: 1px 9px;
	background: #fff3cd;
	border: 1px solid #e0b400;
	border-radius: 3px;
	font-size: 13px;
	color: #7a5c00;
}

.pp_draft_notice {
	padding: 14px 18px;
	margin-bottom: 30px;
	background: #fff9e6;
	border: 1px solid #e8d48a;
	border-radius: 4px;
	font-size: 14px;
	color: #7a5c00;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.pp_cont {
		font-size: 14px;
	}

	.pp_cont h4 {
		margin-top: 30px;
		font-size: 17px;
	}

	.pp_table {
		font-size: 13px;
	}

	.pp_table th,
	.pp_table td {
		padding: 9px 10px;
	}
}