@charset "utf-8";

#wrap {
	position: relative;
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}



#header {
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	z-index: 99;
	transform: translateX(-50%);
	border-bottom: 1px solid #C1C1C1;
	background: #fff;
}
#header .logo {
	font-size: 30px;
	font-weight: 700;
	padding: 23px 0;
}
#header .gnb {
	position: relative;
	align-items: center;
}

#header .header_nav {
	flex: 1;
	background: #fff;
	justify-content: end;
	padding: 0 30px 0 0;
}
#header .header_nav a {
	transition: all 0.3s ease;
}
#header .header_nav a.active span:after {
	content: '';
	position: relative;
    top: 5px;
	display: block;
	width: 100%;
	height: 3px;
	background: #232323;
}
#header nav {
	display: flex;
	justify-content: end;
  }
#header .header_nav a span {
	display: inline-block;
	color: #232323;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	pointer-events: none;
	transition: transform 0.1s linear;
	padding: 27px 30px;
}
#header .cursor {
	pointer-events: none;
	position: fixed;
	padding: 0.3rem;
	border-radius: 50%;
	mix-blend-mode: difference;
	transition: transform 0.3s ease;
}
#header .header_nav a:hover ~ .cursor {
	transform: translate(-50%, -50%) scale(8);
	background-color: #fff;
}
#header .lang {
	display: flex;
	background: #A5AEBC;
	border-radius: 100px;
	overflow: hidden;
}
#header .lang a {
	display: block;
	color: #fff;
	width: 43px;
	height: 36px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
}
#header .lang a.active {
	background: #232323;
	border-radius: 100px;
}



.menu {
    display: none;
    z-index: 12;
	position: absolute;
    top: 23px;
    left: 10px;
}
.menu a {
	display: block;
	width: 30px;
	height: 20px;
}
.menu a span {
	position:absolute;
	right: 0px;
	display:block;
	width: 23px;
	height: 2px;
	background: #000;
	transition: all .3s;
}
.menu a span:nth-child(1) {
	top: 0;
}
.menu a span:nth-child(2) {
	top: 8px;
	width: 30px;
}
.menu a span:nth-child(3) {
	top: 17px;
}

.menu.on span:nth-child(1) {
	transform: rotate(45deg);
	top:8px;
}
.menu.on span:nth-child(2) {
	display:none;
}
.menu.on span:nth-child(3) {
	transform: rotate(-45deg);
	top:8px;
}


#container {
	position: relative;
	padding-top: 77px;
}

.scrollFunc {
	width:100%;
	height:89%;
	overflow-y:auto;
}
.sideWrap {
    width: 100%;
    position: fixed;
    top: 0;
    right: -110%;
    z-index: 999;
    height: 100%;
    background: #fff;
    overflow: hidden;
    transition: all .3s;
}
.sideWrap.on {
	right:0;
}
.sideWrap .close {
	position: absolute;
    top: 15px;
    left: 15px;
    width: 20px;
}
.sideWrap .close img {
	width: 100%;
}
.sideWrap .depth {
	padding: 50px 0 0;
	margin: 0 30px;
}
.sideWrap .depth li a,
.sideWrap .depth li button {
	display: block;
	width: 100%;
    padding: 10px 0 10px 10px;
    text-align: left;
    font-size: 24px;
	color: #313131;
	font-weight: 500;
}
.sideWrap .depth li a:hover,
.sideWrap .depth li button:hover {
	color: #DA1515;
}
.sideWrap .depth li button {
	background: url("../images/ico-down2.png")no-repeat 95% 50% / 10px;
}
.sideWrap .depth01 {
	position: relative; 
}
.sideWrap .depth01.active > button {
	background: #2AB5B0;
	color: #fff;
}
.sideWrap .depth01.active .depth02 {
	max-height: 500px;  
	margin-bottom: -1px;
}
.sideWrap .depth01 > a {
	color:#1c1c1c; 
	font-size:16px; 
	position: relative;
}
.sideWrap .member {
	padding-top:50px;
	margin: 0 30px;
}
.sideWrap .member a {
	display: block;
	width: 100%;
    padding: 10px 0 10px 10px;
    text-align: left;
    font-size: 24px;
	color: #313131;
	font-weight: 500;
}
.sideWrap .img {
	margin-top:50px;
}
.sideWrap .img img {
	width:100%;
}



.blackBg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 11;
	background: rgba(0,0,0,0.3);
	display: none;
}
.not_scroll {
	overflow: hidden;
}



#footer {
	position: relative;
	z-index: 1;
	margin-top: 100px;
	background: #F7F7F7; 
	border-top: 1px solid #c1c1c1;
}
#footer .box {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin:0 auto;
	padding: 32px 0;
}
#footer .flex > div {
	margin-right: 20px;
	padding: 2px 0 2px 25px;
}
#footer .flex > div.addr {
	background:url("../images/location.svg")no-repeat 0 50%;
}
#footer .flex > div.tel {
	background:url("../images/call-calling.svg")no-repeat 0 50%;
}
#footer .flex > div.mail {
	background:url("../images/sms-edit.svg")no-repeat 0 50%;
	margin-right: 0px;
}
#footer .copy {
	color: #5E574F;
	font-size: 14px;
	font-weight: 400;
	font-family: '-apple-system';
	margin-top: 20px;
}




.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0.65);
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.modal .blackBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
	z-index: -1;
}
.modal .close {
	position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
}
.modal .close img {
	width: 100%;
}
.modal .modal-cont {
	position: relative;
	margin: 60px auto 20px;
	width: 95%;
	max-width: 1000px;
	box-sizing: border-box;
}
.modal-cont .close img {
	width: 100%;
}
.not-scroll {
	overflow: hidden;
}



h3.tit {
	font-weight: 700;
	font-size: 44px;
	padding-bottom: 40px;
	line-height: 1.2;
}
h3.tit span {
	display: inline-block;
	margin-left: 20px;
	font-size: 20px;
	font-weight: 500;
}

.m_tit {
	display: none;
	font-size: 16px;
	font-weight: 500;
	padding: 30px 20px 80px;
}


.pagenavi {
	margin-top: 40px;
}
.pagenavi ol {
	font-size: 0;
	text-align: center;
}
.pagenavi ol li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7.5px;
}
.pagenavi ol li.first,
.pagenavi ol li.prev,
.pagenavi ol li.next,
.pagenavi ol li.last {
	margin: 0;
}
.pagenavi ol li img {
	vertical-align: middle;
}
.pagenavi ol li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	font-size: 20px;
	color: #1E1E1E;
}
.pagenavi ol li a.this {
	background: #DA1515;
	color: #fff;
}



.top_btn {
	position: fixed;
	bottom: 50px;
	right: 40px;
	z-index: 10;
}
.top_btn a {
	display: block;
	width: 70px;
	height: 70px;
	background: url("../images/arrow-up.svg")no-repeat 50% 50% / 100%;
}



@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1280px) {
	#header .logo {
		font-size: 25px;
	}
	#header .header_nav {
		padding-right: 15px;
	}
	#header .header_nav a span {
		font-size: 15px;
		padding: 30px 20px;
	}
	
	
	#container {
		padding-top: 79px;
	}

	
	#footer .flex > div {
		margin-right: 15px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {
	#header .header_nav {
		display: none;
	}
	#header .logo {
		padding: 25px 0;
		font-size: 20px;
		margin-left: 28px;
	}
	#header .lang {
		position: absolute;
		top: 17px;
		right: 0;
	}
	.menu {
		display: block;
	}
	
	
	.m_tit {
		display: block;
	}
	
	
	#container {
		padding-top: 71px;
	}
	
	
	h3.tit {
		font-size: 30px;
		padding-bottom: 30px;
	}
	h3.tit span {
		margin-left: 15px;
		font-size: 18px;
	}
	
	
	#footer .inner {
		padding: 0 30px;
	}
	#footer .box {
		padding: 40px 0;
	}
	#footer .flex {
		display: block;
	}
	#footer .flex > div {
		font-size: 12px;
		background-size: auto 16px!important;
		margin: 15px 0;
	}
	#footer .copy {
		font-size: 12px;
		padding-top: 20px;
		margin-top: 0;
	}
	
	.top_btn {
		right: 20px;
	}
	.top_btn a {
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 768px) {
	#header .lang a {
		font-size: 12px;
		width: 35px;
		height: 32px;
		line-height: 34px;
		font-weight: 500;
	}
	
	
	h3.tit {
		font-size: 20px;
	}
	h3.tit span {
		font-size: 16px;
	}
	
	
	.pagenavi {
		margin-top: 20px;
	}
	.pagenavi ol li {
		margin: 0 1px;
	}
	.pagenavi ol li a {
		width: 22px;
		height: 22px;
		line-height: 20px;
		font-size: 13px;
	}
	.pagenavi ol li img {
		height: 10px;
	}
	
	
	.top_btn {
		right: 10px;
	}
	.top_btn a {
		width: 35px;
		height: 35px;
	}
}
@media screen and (max-width: 380px) {
	#header .logo {
		font-size: 15px;
		padding: 16px 0;
	}
	#header .logo .t_pk {
		display: block;
		margin-bottom: 2px;
	}
	#header .lang a {
		font-size: 10px;
	}
	
	
	#container {
		padding-top: 66px;
	}
}