/* 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: 110px;
	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_i_open_n6.png");
	display: inline-block;
	height: 44px;
	width: 502px;
	/*width: 420px;*/
	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%;
}

.header .nav li {
	width: 110px;
	text-align:center;
	line-height:120px;
	padding: 0 15px;
}

.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: #231f20;
}

.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: 220px;
	border-bottom: 1px solid #c0c0b4;
}

.header .drop_menu .drop {
	position: absolute;
	z-index: 998;
	/*right: 344px;*/
	left: calc(50% + 149px);
	transform: translateX(-50%);
	font-size: 16px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 110px;
	text-align:center;
}

.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_open.png");
	display: inline-block;
	height: 35px;
	width: 201px;
	text-indent: -9999px;
	background-size: contain;
}

.header.w .tel {
	/*background-image: url("../img/tel_img_w.png");*/
}






.footer {
	padding: 80px 100px;
	background-color:#fff;
}

.footer .row__ {
	position:relative;
	text-align: left;
	width: 100%;
	max-width: 1800px;
	margin: auto;
}

.footer .fx__ {
	display:flex;
	justify-content:space-between;
	margin-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 40px;
}

.footer .pv_btn {
	display: inline-block;
	width: 170px;
	height: 30px;
	text-align: center;
	border: 1px solid #114e50;
	margin-bottom: 40px;
}

.footer .pv_btn a {
	font-family:'NotoSansKR-Medium';
	font-size: 14px;
	color: #114e50;
	letter-spacing: -0.5px;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 26px;
}

.footer .info {
	font-family:'NotoSansKR-Medium';
	font-size: 16px;
	color: #4c4c4c;
	margin-bottom: 20px;
}

.footer .info span {
	font-family:'NotoSansKR-Regular';
	font-size: 15px;
	color: #959595;
}

.footer .para {
	font-family:'NotoSansKR-Regular';
	font-size: 15px;
	color: #959595;
}


.footer_bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.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
	}
}