* {
	line-height: 1.3;
	letter-spacing: -0.03em;
}

html,
body {
	width: 100%;
	max-width: 100%;
}

hr,
figure {
	padding: 0;
	margin: 0;
}

pre {
	white-space: pre-wrap;
}

textarea {
	resize: none;
}

hr {
	border: none;
	margin: 0;
}

#wrap {
	width: 100%;
	max-width: 100%;
	font-size: 1.6rem;
	position: relative;
	overflow-x: clip;
}

.dimmed {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

header,
footer {
	padding: 0 50px;
}

header>div,
footer>div {
	width: 100%;
	height: 100%;
}

#gnb .depth3,
#snb .depth3 {
	display: none;
}

:root {
	--header-height: 100px;
}

header {
	width: 100%;
	height: var(--header-height);
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

header * {
	transition: all 0.6s;
}

header .header-box {
	column-gap: 30px;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

header .header-box::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(229, 229, 229, 0.3);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

header .header-box>*:not(nav) {
	flex-shrink: 0;
}

header a {
	color: var(--color-white);
	line-height: 1.3;
}

header span {
	background: var(--color-white);
}

header .logo {
	position: relative;
	width: 179px;
	height: 36px;
}
header .logo a strong {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
}
header .logo > svg {
	position: relative;
	z-index: 3;
}

header nav {
	width: 60.17748%;
	margin-left: auto;
}

header nav * {
	font-family: var(--font-pretendard);
}

header .depth1 {
	display: flex;
}

header .depth1>li {
	width: 100%;
	position: relative;
}

header .depth1>li>a {
	width: 100%;
	height: var(--header-height);
	font-size: 2rem;
	font-weight: 600;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding:0 5px;
}

header .depth1>li:hover>a {
	color: var(--color-white);
}

header .depth2,
header .depth2::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

header .depth2 {
	width: 100%;
	text-align: center;
	padding: calc(var(--header-height) + 30px) 0 30px;
	transition: all 0s;
	display: none;
}

header .depth2::before, header .depth2::after {
	content: "";
	display: block;
}

header .depth2::before {
	background: var(--color-primary);
	z-index: -1;
	width: 100%;
	height: 100%;
}

header .depth2::after {
	width: 0;
	height: 0;
	border-top: 5px solid var(--color-white);
	border-left: 4.5px solid transparent;
	border-right: 4.5px solid transparent;
	position: absolute;
	top: var(--header-height);
	left: 50%;
	transform: translateX(-50%);
}

header .depth2>li>a {
	display: block;
	color: var(--color-white);
	font-size: 1.7rem;
	font-weight: 600;
	padding: 7.5px 7px;
	opacity: 0.3;
}

header .depth2>li:hover>a, header .depth2>li.on>a {
	opacity: 1;
}

header .language {
	display: flex;
	align-items: center;
	position: relative;
}

header .language ul {
	width: 60px;
	background: var(--color-white);
	padding: 10px 0;
	z-index: 1;
	transition: all 0s;
	display: none;
	position: absolute;
	top: calc(100% + 17px);
	left: 50%;
	transform: translateX(-50%);
}

header .language ul li,
header .language ul li a {
	width: 100%;
}

header .language ul li a {
	display: block;
	color: var(--color-gray);
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	padding: 1.5px 0;
}

header .language ul li:hover a, header .language ul li.on a {
	color: #111;
}

header .menu-button {
	width: 17px;
	height: 17px;
	display: grid;
	grid-template-rows: repeat(3, 3px);
	grid-template-columns: repeat(3, 3px);
	align-content: space-between;
	justify-content: space-between;
	position: relative;
}

header .menu-button span {
	display: block;
	border-radius: 50%;
	width: 100%;
	height: 100%;
}

header .menu-button span:nth-child(5)::before, header .menu-button span:nth-child(5)::after {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: var(--color-white);
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.6s;
}

header .menu-button span:nth-child(5)::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

header .menu-button span:nth-child(5)::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

header.color .logo-text {
	fill: #000;
}

header.color a {
	color: #111;
}

header.color .language img,
header.color .menu-button span {
	filter: invert(1);
}

header.active {
	background: rgba(255,255,255,0.3);
	z-index: 4;
}

header.active.snb-on {
	background: rgba(255,255,255,0);
}

header.snb-on {
	z-index: 4;
}

header.snb-on .header-box::after,
header.snb-on .header-box>*:not(.menu-button) {
	display: none;
}

header.snb-on .menu-button {
	margin-left: auto;
}

header.snb-on .menu-button span,
header.snb-on .menu-button span::before,
header.snb-on .menu-button span::after {
	transition-delay: 0.4s;
}

header.snb-on .menu-button span {
	opacity: 0;
	filter: invert(0);
}

header.snb-on .menu-button span:nth-child(5) {
	opacity: 1;
}

header.snb-on .menu-button span:nth-child(5)::before, header.snb-on .menu-button span:nth-child(5)::after {
	width: 22px;
	opacity: 1;
}

.site-map {
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	background: rgba(0, 0, 0, 0.8);
	backdrop-filter: blur(10px);
	z-index: 3;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.site-map * {
	font-family: var(--font-pretendard);
	line-height: 1.3;
}

.site-map .inner {
	max-width: 1760px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.site-map .depth1 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	position: relative;
}

.site-map .depth1::before {
	content: "";
	display: block;
	background-size: calc((100% - 1px) / 7) 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 1px, transparent 100%);
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.site-map .depth1 * {
	color: var(--color-white);
}

.site-map .depth1>li {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
	padding: 60px 0;
}

.site-map .depth1>li>a {
	font-size: 2.6rem;
	font-weight: 700;
	opacity: 0;
	transform: translateY(-40px);
	transition: all 0.8s var(--slow);
}

.site-map .depth2 {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.site-map .depth2>li {
	overflow: hidden;
}

.site-map .depth2>li>a {
	display: block;
	font-size: 1.9rem;
	font-weight: 600;
	opacity: 0.3;
	transform: translateY(100%);
	transition: all 0.6s var(--slow);
}

.site-map .depth2>li:hover>a, .site-map .depth2>li.on>a {
	opacity: 1;
}

.site-map .copy {
	color: #888;
	font-size: 1.7rem;
	font-weight: 500;
	position: absolute;
	left: -20px;
	bottom: 30px;
}

.site-map.on .depth1>li>a,
.site-map.on .depth2>li>a {
	transform: translateY(0);
}

.site-map.on .depth1>li>a {
	opacity: 1;
}

footer {
	background: #222;
}

footer .footer-box {
	padding: 80px 0 60px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between;
}

footer .footer-box * {
	color: var(--color-white);
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.3;
}

footer .text {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}

footer .links {
	display: flex;
	column-gap: 45px;
}

footer .information {
	width: 100%;
	max-width: 860px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	column-gap: 40px;
}

footer .information dl {
	display: flex;
	column-gap: 20px;
}

footer .information dl dd {
	color: #888;
	font-weight: 400;
}

footer .information .address {
	width: 100%;
}
footer .information .tit ul {
	display: flex;
	gap:5px 30px;
}

footer .info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	row-gap: 30px;
}

footer .logo {
	display: block;
	width: 250px;
	height: 50px;
}

footer .copy {
	color: #888;
	font-weight: 400;
}


/* 게시글 동영상 반응형 */
.video-container { position:relative; overflow:hidden; max-width:1200px; margin:1% auto; }
.video-container:before { content:''; display:block; padding-bottom:56.25%; /* 16:9 비율 */ }
.video-container video,
.video-container iframe { position:absolute; top:0; left:0; width:100% !important; height:100% !important; border:0; }

.slick-slide img {
	-webkit-user-drag:none; /* 이미지 드래그 방지 */
}