@charset "utf-8";
@import url('paperlogy.css');

:root {
	--paperlogy: 'paperlogy', 'Malgun Gothic', '맑은고딕', sans-serif;
	--base: #2E2E2E;
	--point-blue: #009CDE;
	--gray: #6C6C6C
}

/* skip_nav */
#skipnav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}

#skipnav a {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#skipnav a:hover,
#skipnav a:active,
#skipnav a:focus {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	color: #ffd84e;
	font-size: 20px;
	font-weight: bold;
	line-height: 100px;
	background: #261d18;
	border: 2px solid #ffd84e;
	outline: none;
}

.wrap {
	margin: 0 auto;
}

header {
	--gnb: url(../img/main2025/gnb.svg) no-repeat 0 0;
}

header .wrap {
	max-width: 1600px;
	width: 100%;
}

header h1 a {
	display: block;
	line-height: 0;
}

header h1 a img {
	max-width: 100%;
}

header .logoTit,
header .submenu,
header .close {
	display: none;
}

#gnb>li>a {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 0;
	line-height: 0;
	background: var(--gnb);
}

#gnb #lang>a {
	background-position: calc(-34px * 2) 0;
}

#gnb .allmenu>a {
	background-position: calc(-34px * 5) 0;
}

#lang {
	position: relative;
	z-index: 999;
}

#lang>ul {
	display: none;
	position: absolute;
	left: -5px;
	padding: 10px 8px;
}

#lang>a[aria-expanded='true']+ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1px;
}

#lang>a[aria-expanded='true']+ul::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -34px;
	width: 100%;
	height: calc(100% + 34px);
	border-radius: 50px;
	background: var(--point-blue);
	z-index: -1;
}

#lang>ul>li a {
	display: block;
	text-align: center;
	margin-top: 1px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 150%;
}

footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #595959;
}

footer .wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1600px;
	width: 100%;
}

footer address {
	margin-bottom: 10px;
	color: #D3D3D3;
	font-weight: 500;
	line-height: 150%;
}

footer .copy {
	color: #ABABAB;
	font-size: 13px;
	font-weight: 500;
	line-height: 150%;
}

footer .wrap>p {
	line-height: 0;
}

footer .wrap img {
	max-width: 100%;
}

/*pc*/
@media all and (min-width:1280px) {
	.wrap {
		position: relative;
	}

	#lnb h2 {
		display: none;
	}

	header {
		position: relative;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		--h: 100px;
	}

	header .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
		height: var(--h);
	}

	#lnb,
	header nav#lnb .mn>ul>li>a,
	header nav#lnb .submenu>p,
	#lang>ul>li a {
		font-family: var(--paperlogy) !important;
	}

	#lnb a {
		display: block;
	}

	#lnb .close {
		display: none !Important;
	}

	#lnb .mn>ul {
		display: flex;
		align-items: center;
		gap: 40px;
		width: 100%;
	}

	#lnb .mn>ul>li {
		width: auto !important;
	}

	#lnb .mn>ul>li>a {
		position: relative;
		display: flex;
		align-items: center;
		margin-top: 2px;
		height: calc(var(--h) - 2px);
		color: var(--base);
		font-size: 18px;
		font-weight: 500;
		line-height: 150%;
		letter-spacing: -0.01em;
	}

	.eng #lnb .mn>ul>li>a {
		font-size: 16px;
	}

	#lnb .submenu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		text-align: left;
		margin: 0 auto;
		width: 100%;
		max-width: 1280px;
		min-height: 305px;
		overflow: hidden;
		z-index: 350;
	}

	#lnb .submenu>p {
		position: absolute;
		width: 20%;
		height: 100%;
		text-align: center;
		padding-top: 200px;
		font-size: 25px;
		color: #333;
		font-weight: bold;
	}

	#lnb .submenu>p:before {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		top: 60px;
		width: 150px;
		height: 120px;
		margin-left: -75px;
		background-image: url('/main/img/inc2020/ic_submenu.png');
		background-repeat: no-repeat;
	}

	#lnb .mn>ul>li.m1 .submenu>p:before {
		background-position: -1050px 0;
	}

	#lnb .mn>ul>li.m2 .submenu>p:before {
		background-position: -300px 0;
	}

	#lnb .mn>ul>li.m3 .submenu>p:before {
		background-position: -150px 0;
	}

	#lnb .mn>ul>li.m4 .submenu>p:before {
		background-position: -600px 0;
	}

	#lnb .mn>ul>li.m5 .submenu>p:before {
		background-position: -450px 0;
	}

	#lnb .mn>ul>li.m6 .submenu>p:before {
		background-position: 0 0;
	}

	#lnb .mn>ul>li.m7 .submenu>p:before {
		background-position: -900px 0;
	}

	#lnb .mn>ul>li.m8 .submenu>p:before {
		background-position: -750px 0;
	}

	#lnb .submenu>ul {
		margin-left: 350px;
		font-size: 0;
		line-height: 0;
	}

	#lnb .submenu>ul>li {
		width: 50%;
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.3em;
	}

	#lnb .submenu>ul>li>a {
		display: inline-block;
		margin: 10px 0 0;
		color: #333;
		font-weight: 700;
		font-size: 18px;
	}

	#lnb a:hover {
		text-decoration: underline;
	}

	#lnb .submenu>ul>li>ul>li {
		margin-top: 5px;
	}

	#lnb .submenu>ul>li>ul>li a {
		color: #333;
	}

	#lnb .submenu>ul>li>ul>li:first-child {
		margin-top: 20px;
	}

	.navBg {
		display: none;
		position: absolute;
		left: 0;
		top: 100px;
		width: 100%;
		height: 305px;
		background: #f9f9f9;
		box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
		z-index: 200;
	}

	.navBg.m1 {
		height: 460px;
	}

	.navBg.m7 {
		height: 540px;
	}

	.navBg.m8 {
		height: 470px;
	}

	#gnb {
		display: flex;
		align-items: center;
		gap: 20px;
	}
}


@media all and (max-width:1279px) {
	body.noScroll {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	header {
		position: relative;
		height: 100px;
		padding: 0 44px 0 0 !important;
	}

	header .wrap {
		position: static !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-left: 20px;
		padding-right: 20px;
		height: 100%;
	}

	#gnb {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	#lang {
		left: auto !important;
	}

	#gnb .allmenu {
		display: none;
	}

	#lnb h2 {
		position: absolute;
		right: 20px;
		top: 38px;
	}

	#lnb h2 a {
		display: block;
		width: 24px;
		height: 24px;
		font-size: 0;
		line-height: 0;
		background: var(--gnb);
		background-position: calc(-34px * 5) 0;
	}

	#lnb .logoTit {
		display: block;
		padding: 33px 20px;
		height: 85px;
		font-weight: 700;
		background: #f5f5f5;
	}

	#lnb .mn {
		position: fixed;
		right: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 9999;
		transition: .5s;
	}

	#lnb .mn-open {
		right: 0;
	}

	#lnb .mn>ul {
		display: flex;
		flex-direction: column;
		position: relative;
		width: 100%;
		height: calc(100% - 85px);
		margin-top: 0;
		overflow-y: auto;
	}

	#lnb .mn>ul:before {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 30%;
		height: 100%;
		min-height: 500px;
		background: #0a3fc1;
	}

	#lnb .mn>ul>li>a {
		position: relative;
		display: block;
		text-align: center;
		width: 30%;
		padding: 15px 10px;
		font-size: 15px;
		line-height: 1.4em;
		color: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
		z-index: 2;
	}

	#lnb .mn>ul>li>a span {
		display: block;
	}

	#lnb .mn>ul>li.on>a {
		color: #fff;
		background: rgba(0, 0, 0, .2);
	}

	#lnb .submenu {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 70%;
		height: 100%;
		padding: 10px;
		visibility: visible;
		overflow-y: auto;
	}

	#lnb .on .submenu {
		display: block;
	}

	#lnb .submenu>p {
		padding: 10px 20px 20px;
		font-size: 22px;
		font-weight: 500;
		color: #0a3fc1;
	}

	#lnb .submenu>ul>li.smenu {
		position: relative;
	}

	#lnb .submenu>ul>li.smenu:before {
		content: "";
		position: absolute;
		right: 20px;
		top: 12px;
		width: 6px;
		height: 6px;
		border-right: 2px solid #3c5eca;
		border-bottom: 2px solid #3c5eca;
		transform: rotate(45deg);
	}

	#lnb .submenu>ul>li.smenu.on {
		border: 2px solid #3c5eca;
	}

	#lnb .submenu>ul>li.on:before {
		border-color: #fff;
	}

	#lnb .submenu>ul>li>a {
		display: block;
		padding: 10px 20px;
		color: #333;
		font-size: 15px;
		border-bottom: 1px solid #dfdfdf;
	}

	#lnb .submenu>ul>li.on>a {
		color: #fff;
		border-top: 0;
		background: #3c5eca;
	}

	#lnb .submenu>ul>li>ul {
		display: none;
		padding: 10px 10px 10px 13px;
	}

	#lnb .submenu>ul>li>ul>li>a {
		display: block;
		position: relative;
		padding: 8px 0 8px 8px;
		font-size: 14px;
		color: #333;
	}

	#lnb .submenu>ul>li>ul>li.on>a {
		font-weight: 500;
		color: #3c5eca;
	}

	header nav a[target=_blank] {
		background-position: right 10px center;
	}

	#lnb .close {
		position: fixed;
		right: 27px;
		top: 28px;
		width: 30px;
		height: 30px;
		z-index: 100000;
	}

	#lnb .close:before,
	#lnb .close:after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		top: 48%;
		width: 28px;
		height: 2px;
		background: #333;
	}

	#lnb .close:before {
		transform: rotate(45deg);
	}

	#lnb .close:after {
		transform: rotate(-45deg);
	}
}

@media all and (max-width:1024px) {
	footer {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	footer .wrap {
		align-items: center;
		flex-direction: column-reverse;
		gap: 20px;
	}
}

@media all and (max-width:800px) {
	header {
		height: 70px !important;
		padding-right: 30px !important;
	}

	header h1 a {
		padding-right: 20px;
	}

	#lnb h2 {
		top: 25px;
	}

	#gnb {
		gap: 10px;
	}

	#gnb>li>a,
	#lnb h2 a {
		width: 20px;
		height: 20px;
		background-size: 170px;
	}

	#gnb #lang>a {
		background-position: calc(-30px * 2) 0;
	}

	#lnb h2 a {
		background-position: calc(-30px * 5) 0;
	}

	#lang>ul {
		left: -7px;
	}
}

/*포커스링*/
*:focus-visible {
	outline: 2px dashed #df002c;
	box-shadow: -4px -4px 0 #fff, 4px 4px 0 #fff, -4px 4px 0 #ffff, 4px -4px 0 #fff, 0 -4px 0 #fff, 0 4px 0 #fff, 4px 0 0 #fff, -4px 0 0 #fff;
	z-index: 999999999;
}


.focus:focus-visible {
	position: relative;
	outline: none;
	box-shadow: none;
	z-index: 9999;
}

.focus:focus-visible::after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	outline: 2px dashed #df002c;
	box-shadow: inset 0 -2px 0 #fff, inset 0 2px 0 #fff, inset 2px 0 0 #fff, inset -2px 0 0 #fff !important;
	z-index: 9999;
}


input[type=text]:focus-visible,
textarea:focus-visible {
	outline: 2px solid #df002c !important;
}