/* style css */
* {
	outline:none !important;
}

body, html {
	overflow-x:hidden;
	min-width:1280px;
}


body, html {
	-webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #990544;
   color: #fff
}

::-moz-selection {
   background: #990544;
   color: #fff
}

::-webkit-selection {
    background: #990544;
   color: #fff
}

body {
	color:#333;
	position: relative;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* 헤더 */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition-duration: 400ms;
	min-width:1280px;
	height: 100px;
	!background-color:#fff;
	border-bottom: 1px solid rgba(187, 187, 187, 0);
}

.header:hover,
.header.w {
	background-color:#fff;
	border-bottom: 1px solid #bbbbbb;
}


.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 100px;
}

.header .nav {
	display:flex;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .right_box .nav_wrap {
	margin-right: 80px;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
	font-size: 18px;
	transition-duration: 400ms;
}

.header .nav li a {
	font-family:'NotoSansKR-Bold';
	letter-spacing:-1px;
	color:#000;
}

.header .nav li.on a,
.header:hover .nav li a {
	color:#004149;
}

.header .vr_title {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 200px;
	height: 39px;
	object-fit: cover;
	margin-right: 140px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 8px;
	transition: .4s;

}
.header:hover .vr_title {
	border: 1px solid rgba(0, 65, 73, 0.65);
}

.header .tel {
	margin: 0 25px;
	background-image: url("../img/tel_img_n1.png");
	width: 194px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: cover;
	transition-duration: 400ms;
}
.header.w .tel, .header:hover .tel {
	background-image: url("../img/tel_img_w_n1.png");
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:#fff;
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 200px;
}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	/* left: 50%;
	transform:translate(-50%, 0); */
	right: 764px;
	font-size:17px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color: #323232;
	font-family: 'NotoSansKR-Bold';
	transition: .4s;
}
.header .drop_menu .drop > li:hover a {
	color:#004149;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.right_wingbanner {
	position: fixed;
	z-index: 9999999;
	top: 0;
	bottom: 0;
	right: 60px;
	height: fit-content;
}

.right_wingbanner li {
	font-size: 0px;
	width: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.right_wingbanner li.right_wingbanner01 {
	height: 140px;
	background-color:#ae0f37;
}
.right_wingbanner li.right_wingbanner02 {
	background-color:#6494b4;
	height: 62px;
}
.right_wingbanner li a {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.right_wingbanner li.right_wingbanner03 {
	height: 62px;
	background-color:#cecfcc;
}



.top_btn {
	position: absolute;
	bottom: 145px;
	right: 50px;
	cursor: pointer;
}

.footer {
	padding: 60px 0;
	background-color:#004149;
}

.footer .row {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .cp_info .logo {
	margin-bottom: 15px;
}

.footer .cp_info li {
	font-size:14px;
	letter-spacing:-1px;
}

.footer .cp_info .copy {
	margin-bottom: 5px;
	font-family:'Montserrat-Bold', 'NotoSansKR-Bold';
}

.video-container {
    position: relative;
    padding-bottom: 53.3%;
    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%;
}
@media screen and (max-width:1800px) {
	.header {
		min-width: unset;
	}
	.header .row {
		padding: 0 20px;
	}
	.header .right_box .nav_wrap {
		margin-right: 100px;
	}
	.header .drop_menu .drop {
		right: 704px;
	}
}

@media screen and (max-width:1600px) {

	.header .right_box .nav_wrap {
		margin-right: 0;
	}
	.header .drop_menu .drop {
		right: 264px;
	}
	.logo {
		width: 250px;
	}
	.header .drop_menu .drop {
		right: 514px;
	}
	.header .vr_title {
		margin-right: 50px;
	}

}

.wrap_slt {
    display: inline-block;
    margin-right: 10px;
}