/* style css */
* {
	outline:none !important;
}

html, body {
	overflow-x: hidden;
	height: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	/*user-select:none;
	-webkit-font-smoothing: antialiased;*/
	color:#333;
}

img {
	-webkit-user-drag: none;
}

::selection {
	background: #002554;
	color: #fff
}

::-moz-selection {
	background: #002554;
	color: #fff
}

::-webkit-selection {
	background: #002554;
	color: #fff
}

.row {
	padding: 0 20px;
	margin: auto
}
.main_top {
	width: 100vw;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	background-color: #f4f4f2;

}
.main_top01 {
	position: absolute;
	top: 0;
	left: 0;
}
.main_top02 {
	position: absolute;
	top: 0;
	right: 0;
}
.main_top_open02 {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.main_top_open03 {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

/* 헤더 */
.header {
	position:fixed;
	top: 0px;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition-duration: 400ms;
	min-width:1280px;
	height: 120px;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.header.w {
	background-color:#fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.header .logo {
	background-image: url("../img/logo.png");
	display: inline-block;
	height: 47px;
	width: 257px;
	text-indent: -9999px;
	background-size: contain;
}

.header.w .logo {
	background-image: url("../img/logo_img_w.png");
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 50px;
}

.header .nav_wrap {
	height: 100%;
	position: relative;
}

.header .nav {
	display:flex;
	height: 100%;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


.header .nav li {
	width: 110px;
	text-align:center;
	line-height:120px;
	padding: 0 15px;
}
.header .nav li#m06 {
	width: 130px;
}

.header .nav li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-bottom: 2px solid transparent;
	font-family:'NotoSansKR-Medium';
	letter-spacing:-1px;
	font-size:18px;
	color: #fff;
}

.header.w .nav li a {
	color:#323232;
}

.header .nav li.on a,
.header .nav li a:hover {
	border-bottom: 2px solid #0e0d0d;
}



.header .drop_menu {
	display:none;
	position:absolute;
	background-color:#fff;
	width: 100%;
	/*top: 120px;*/
	left: 0;
	padding: 30px 0;
	/*height: 250px;*/
	height: 205px;
	border-bottom: 1px solid #c0c0b4;
}

.header .drop_menu .drop {
	position: absolute;
	z-index: 998;
	/*right: 344px;*/
	left: calc(50%);
	transform: translateX(-50%);
	font-size: 16px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 110px;
	text-align:center;
}
.header .drop_menu .drop > li.m06 {
	width: 130px;
}
.header .drop_menu .drop > li a {
	color:#323232;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
	color:#1b3666;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 10px;
	letter-spacing:-1px;
}

.header .tel {
	background-image: url("../img/tel_img_n.png");
	display: inline-block;
	height: 25px;
	width: 292px;
	background-size: contain;
}
.header .tel.v02 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: none;
	width: unset;
	height: unset;
	letter-spacing: 1px;
}
.header.w .tel.v02 {
	color: #323232;
}
.header .tel.v02 em {
	color: #1aa3ff;
	position: relative;
	letter-spacing: 0;
	font-size: 22px;
	border: 1px solid #1aa3ff;
	border-radius: 50px;
	padding: 8px 25px;
	margin-right: 88px;
}
.header .tel.v02 em b {
	font-size: 26px;
	position: relative;
	top: 2px;
	font-weight: normal;
}
.header .tel.v02 em::before {
	position: absolute;
	content: none;
	display: inline-block;
	width: 1px;
	height: 20px;
	background-color: #fff;
	top: calc(50% + 1px);
	right: -10px;
	transform: translateY(-50%);
}
.header.w .tel.v02 em::before {
	background-color: #323232;
}
.header.w .tel {
	/*background-image: url("../img/tel_img_w.png");*/
}






.footer {
	width: 100%;
	background: #f3f3f3;
	padding: 80px 0;
	text-align: center;
	box-sizing: border-box;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-logo {
	margin: 0 0 30px;
}

.footer-logo img {
	display: block;
	margin: 0 auto;
	height: auto;
}

.footer-info {
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #1e1e1e;
	font-weight: 500;
	letter-spacing: -0.03em;
}

.footer-info em {
	display: inline-block;
	width: 1px;
	height: 10px;
	margin: 0 16px;
	background: #777;
	vertical-align: -1px;
}

.footer-notice {
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(78, 78, 78, 0.62);
	letter-spacing: -0.04em;
}

.footer-notice p {
	margin: 0;
}



.video-container {
	position: relative;
	padding-bottom: 53.5%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* top */
.top-btn {
	position: fixed;
	bottom: 60px;
	right: 60px;
	width: 100px;
	height: 100px;
	background: none;
	border: none;
	padding: 0;
	/*cursor: url('../img/main/scroll_img.png'), auto;*/
	z-index: 999999;
}

.top-btn img {
	width: 70%;
	height: 72%;
	display: block;
}

@media screen and (max-width: 1800px) {
	.header {
		height: 80px;
	}

	.header .nav li a {
		font-size: 16px;
	}

}
@media screen and (max-width: 1700px) {
	.footer {
		padding-right: 180px;
	}
}

@media screen and (max-width: 1600px) {

	.header .nav li {
		width: 80px;
	}
	.header .drop_menu .drop {
		left: calc(50% + 75px);
	}
	.header .drop_menu .drop > li {
		width: 80px;
	}
	.header .logo {
		width: 300px;
	}
	.header .tel {
		width: 150px;
	}
	.footer {
		padding: 80px 130px 80px 50px;
	}

	.footer .logo {
		width: 400px;
	}


}

@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {
	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}
}