@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/*Common*/
*{margin:0;padding:0;box-sizing:border-box;}
html,body{width:100%;height:100%}
html{overflow-y:scroll;font-size: 62.5%;}
body{background-color:#fff;word-break:keep-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body,h1,h2,h3,h4,h5,h6,th,td,li,dt,dd,a,p,input,textarea,select,option,button{
	color:#27272C;
	font-family:"pretendard","Manrope","Noto Sans KR","돋움",dotum,sans-serif;
	font-size:14px;font-weight:normal;
	line-height: 1.2;
}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#7d7d7d;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden;height: 0;}
input:focus, select:focus {
outline: none;
box-shadow: none;
}
hr{display:none;}
legend{width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{line-height:0}
img{max-width:100%;}
button{border:0;background-color:transparent;cursor:pointer;}


/* popup */
.pop_today_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}
.pop_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}

@media(max-width:767px){
	/* 메인 레이어 팝업 */
	.main_layer_popup{width:96%!important;left:50%!important;top:50px!important;transform:translateX(-50%)}
	.main_layer_popup .popupContent{height:100%!important}
	.main_layer_popup img{width:100%}
}

/*=============== 로딩스피너 =================*/
#loadingIndicator {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	display: none;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-top: 4px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes rotateBg{
	0%{transform:translate(-50%,-50%) scale(4) rotate(0);}
	100%{transform:translate(-50%,-50%) scale(4) rotate(360deg);}
}
/*=============== 로딩스피너 끝 ================*/

/*=============================== 사이트 CSS 시작 ===============================*/
/*header*/
.head *, .footer * {
font-family:"Manrope","pretendard","Noto Sans KR","돋움",dotum,sans-serif;
}

#header{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.head {
	height: 63px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	transition: background-color 0.3s;
	position: relative;
	z-index: 100;
}
.head .innerWrap{
	height: 100%;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
}
.head h1 {
	height: 100%;
	z-index: 1001;
}
.head h1 a{
	display:block;
	width:133px;
	aspect-ratio: 133 / 43;
	background:url(/images/common/logo_w.png) no-repeat center / contain;
	text-indent:-9999px;
	height: 100%;
	position: absolute;
	transition: background-image 0.3s;
}
.head .pcNav {
	height: 100%;
	position: relative;
}
.head .pcNav .menuList {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head .pcNav .menuList {
	position: relative;
}
.head .pcNav .menuList::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0px);
	width: 100vw;
	height: 0;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0ms linear 0.2s, height 0.2s ease;
}
.head.isMegaOpen .pcNav .menuList::after,
.head.isAllMenuOpen .pcNav .menuList::after {
	opacity: 1;
	height: 220px;
	visibility: visible;
	transform: translate(-50%, 0);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0ms, height 0.2s ease;
}
.head .pcNav .menuList > .listItem {
	position: relative;
	height: 100%;
}
.head .pcNav .menuList > .listItem > a {
	padding: 0 3vw;
	font-size: var(--fz-17);
	color: #fff;
	font-weight: 600;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: color 0.3s;
}
.head .pcNav .menuList .subMenu,
.head.isAllMenuOpen .pcNav .menuList .subMenu {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0px);
	z-index: 1;
	width: 100%;
	height: 220px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0ms linear 0.1s, height 0.2s ease;
}
.head.isMegaOpen .pcNav .menuList .subMenu,
.head.isAllMenuOpen .pcNav .menuList .subMenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
	transition: opacity 220ms ease, transform 220ms ease, visibility 0ms;
}
.head .pcNav .menuList .subMenu .menuWrap {
	padding-top: 30px;
}
.head .pcNav .menuList .subMenu .subMenuList {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.head .pcNav .menuList .subMenu .subMenuList > li {
	width: 100%;
	text-align: center;
}
.head .pcNav .menuList .subMenu .subMenuList > li a {
	display: block;
	padding: 0;
	font-size: var(--fz-16);
	color: #464646;
	font-weight: 400;
	padding: 8px 1vw;
	transition: color 0.2s;
}
.head.isMegaOpen .pcNav .menuList > .listItem.is-active > a {
	color: var(--main-color);
}
.head .pcNav .menuList .subMenu .subMenuList > li a:hover {
	color: var(--main-color);
	outline: none;
}

/* drop_menu(open) */
.head.isMegaOpen,
.head.isAllMenuOpen,
.head.isScrolled {
	background-color: #fff;
	border-bottom: 1px solid #D5D5D5;
}
.head.isMegaOpen h1 a,
.head.isAllMenuOpen h1 a,
.head.isScrolled h1 a {
	background-image: url(/images/common/logo_b.png);
}
.head.isMegaOpen .pcNav .menuList > .listItem > a,
.head.isAllMenuOpen .pcNav .menuList > .listItem > a,
.head.isScrolled .pcNav .menuList > .listItem > a {
	color: #27272C;
}
.head.isMegaOpen .gnb .lang .currentLang span,
.head.isAllMenuOpen .gnb .lang .currentLang span,
.head.isScrolled .gnb .lang .currentLang span {
	color: #27272C;
}
.head.isMegaOpen .gnb .allMenuBtn {
}
.head.isMegaOpen .gnb .allMenuBtn .line,
.head.isAllMenuOpen .gnb .allMenuBtn .line,
.head.isScrolled .gnb .allMenuBtn .line {
	background-color: #27272C;
}
.head.isMegaOpen .gnb .allMenuBtn,
.head.isAllMenuOpen .gnb .allMenuBtn {
	gap: 0;
}
.head.isMegaOpen .gnb .lang .currentLang .icon,
.head.isAllMenuOpen .gnb .lang .currentLang .icon,
.head.isScrolled .gnb .lang .currentLang .icon {
	background: url(/images/common/icon_lang_b.png);
}
.head.isMegaOpen .gnb .allMenuBtn .line:nth-child(1),
.head.isAllMenuOpen .gnb .allMenuBtn .line:nth-child(1) {
	transform: rotate(45deg) translateY(1px);
}
.head.isMegaOpen .gnb .allMenuBtn .line:nth-child(2),
.head.isAllMenuOpen .gnb .allMenuBtn .line:nth-child(2) {
	transform: rotate(-45deg) translateY(-1px);
}
.head .gnb {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 17px;
}
.head .gnb .lang {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.head .gnb .lang .currentLang {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
}
.head .gnb .lang .currentLang span {
	font-size: var(--fz-14);
	font-weight: 600;
	color: #fff;
	transition: color 0.3s;
}
.head .gnb .lang .currentLang .icon {
	display: block;
	width: 18px;
	height: 18px;
	background: url(/images/common/icon_lang_w.png);
	transition: background-image 0.3s;
}
.head .gnb .lang .langList {
	position: absolute;
	transition: all 0.2s;
	opacity: 0;
	height: 0;
	text-align: right;
	top: 100%;
	border-radius: 10px;
	background-color: #27272C;
	padding: 5px 24px;
	left: 0;
	pointer-events: none;
}
.head .gnb .lang .langList::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #27272C;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
}
.head .gnb .lang .langList.active {
	opacity: 1;
	height: auto;
	pointer-events: auto;
}
.head .gnb .lang .langList a {
	padding: 10px 0;
	font-size: var(--fz-14);
	color: #fff;
	transition: color 0.3s;
	width: 100%;
	display: block;
}
.head .gnb .allMenuBtn {
	padding: 16px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.head .gnb .allMenuBtn .line {
	width: 22px;
	height: 2px;
	background-color: #fff;
	transition: background-color 0.3s, transform 0.3s;
}
.allMenuLayer {
	display: none;
}

/* footer */
.footer {
	position: relative;
	background-color: #fff;
	border-top: 1px solid #D5D5D5;
	padding: 24px 0;
}
.footer .content1 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 2vw;
}
.footer .content1 .logoArea {
	flex-shrink: 0;
}
.footer .content1 .logoArea img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer .content1 .address {
	flex: 1;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 4px 13px;
}
.footer .content1 .addressList:nth-child(3) {
	width: 100%;
}
.footer .content1 .addressList:nth-child(2),
.footer .content1 .addressList:nth-child(5),
.footer .content1 .addressList:nth-child(6) {
	padding-left: 13px;
	position: relative;
}
.footer .content1 .addressList:nth-child(2)::before,
.footer .content1 .addressList:nth-child(5)::before,
.footer .content1 .addressList:nth-child(6)::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background-color: #000;
}
.footer .content1 .addressList .itemTitle {
	font-size: var(--fz-15);
	color: #27272C;
	font-weight: 600;
	display: inline-block;
}
.footer .content1 .addressList .itemText {
	font-size: var(--fz-15);
	color: #27272C;
	font-weight: 400;
	display: inline-block;
}
.footer .content2 {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid #D5D5D5;
}
.footer .content2 .copyRight {
	font-size: var(--fz-15);
	color: #000;
}
@media screen and (max-width: 830px) {
	.footer .content1 {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 2vw;
		flex-direction: column;
	}
	.footer .content1 .addressList:nth-child(3) {
		width: auto;
	}
	.footer .content1 .addressList .itemTitle,
	.footer .content1 .addressList .itemText {
		display: inline;
	}
}
@media screen and (max-width: 1000px) {
	.pcNav {
		display: none;
	}
	.head .innerWrap {
    grid-template-columns: 1fr auto auto;
	}
	/* allMenuLayer — 기본 숨김, allMenuBtn 클릭(isAllMenuOpen) 시 노출 */
	.allMenuLayer {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	/* .head 다음 형제 — allMenuBtn 클릭 시 오버레이 페이드 + 패널 슬라이드인 */
	.head.isAllMenuOpen + .allMenuLayer {
		opacity: 1;
		visibility: visible;
	}
	.allMenuLayer .allMenu {
		width: 50%;
		height: 100%;
		background-color: #fff;
		padding: 100px 5vw;
		margin-left: auto;
		transform: translateX(100%);
		transition: transform 0.3s ease;
	}
	.head.isAllMenuOpen + .allMenuLayer .allMenu {
		transform: translateX(0);
	}
	.allMenuLayer .allMenu .menuList {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.allMenuLayer .allMenu .menuList .listItem {
		width: 100%;
	}
	.allMenuLayer .allMenu .menuList .listItem > a {
	display: block;
	padding: 0;
	font-size: var(--fz-24);
	color: #27272C;
	font-weight: 600;
	transition: color 0.2s;
	cursor: pointer;
	padding: 10px 0;
	}
	/* 서브메뉴 아코디언 — 기본 접힘, listItem.is-open 시 펼침(JS 토글) */
	.allMenuLayer .allMenu .menuList .listItem .subMenu {
		overflow: hidden;
		max-height: 0;
		transition: max-height 0.3s ease;
	}
	.allMenuLayer .allMenu .menuList .listItem.is-open .subMenu {
		max-height: 400px;
	}
	.allMenuLayer .allMenu .menuList .listItem .subMenu .subMenuList > li > a {
	display: block;
	padding: 20px 0;
	font-size: var(--fz-20);
	color: #464646;
	font-weight: 400;
	transition: color 0.2s;
	}
	.allMenuLayer .allMenu .menuList .listItem a:hover {
		color: var(--main-color);
	}
}
@media screen and (max-width: 600px) {
	.allMenuLayer .allMenu {
		width: 100%;
	}
}