* {
	outline:none !important;
}

body, html {
	overflow-x:hidden;
	min-width:1280px;
}


body {
	-webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #fe6e27;
   color: #fff
}

::-moz-selection {
   background: #fe6e27;
   color: #fff
}

::-webkit-selection {
    background: #fe6e27;
   color: #fff
}

body {
	color:#333;
}

.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: 110px;
	!background-color:#fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header:hover, .header.w, .header.main_w {
	background-color:#fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 150px;
}
.header .logo {
	position: unset;
	top: unset;
	left: unset;
	width: 232px;
	height: 59px;
	background-image: url("../img/logo_w_n2.png");
	background-repeat: no-repeat;
	display: inline-block;
}
.header.w .logo, .header.main_w .logo {
	background-image: url("../img/logo_n2.png");
}

.header .tel {
	width: 226px;
	height: 36px;
	background-image: url("../img/tel.png");
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 25px;
}

.header.w .tel, .header.main_w .tel {
	background-image: url("../img/tel_w.png");
}

.header .account {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid #fe6e27;
	background-color: rgba(0, 0, 0, 0.25);
	transition: .3s;
	cursor: pointer;
}
.header .account i {
	color: #fe6e27;
	font-size: 18px;
}

.header.w .account {
	background-color: #fff;
	color: #033656;
}

.header .nav {
	display:flex;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:110px;
	font-size: 19px;
}


.header .nav li a {
	font-family:'NotoSansKR-Bold', serif;
	color:#fff;
}
.header.w .nav li a, .header.main_w .nav li a {
	color: #000;
	transition: .2s;
	font-size: 19px;
}
.header .nav li.on a,
.header .nav li a:hover {
	color:#fe6e27;
}



.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:#fff;
	width: 100%;
	top: 110px;
	left: 0;
	padding: 30px 0;
	height: 170px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	/* left: 50%;
	transform:translate(-50%, 0); */
	right: 739px;
	font-size: 17px;
	display: flex;
	font-weight: bold;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#000;
	transition: .2s;
	font-size: 17px;
	/*font-family: 'NotoSansKR-Medium';*/
}
.header .drop_menu .drop > li a:hover {
	color: #033656;
}
.header .drop_menu .sub_menu {
	display: flex;
	flex-direction: column;
	gap: 15px;
}


.right_wingbanner {
	position:fixed;
	z-index: 9999999;
	background-color:#033656;
	width: 100px;
	top: 0;
	bottom: 0;
	right: 0;
	height: calc(var(--vh));
}

.right_wingbanner li {
	font-size: 17px;
	background-position: center;
	position: relative;
}

.right_wingbanner li.regi, .right_wingbanner li.loca {
	height: 30vh;
}
.right_wingbanner li.regi a, .right_wingbanner li.loca a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	color: #ffffff;
	font-size: 17px;
	transition: .3s;
}
.right_wingbanner li.regi a span, .right_wingbanner li.loca a span {
	font-family: 'NotoSansKR-Regular';
	font-size: 17px;
	color: #fff;
	text-align: center;
}
.right_wingbanner li.regi a:hover, .right_wingbanner li.loca a:hover {
	color: #FE6E27;
}
.right_wingbanner li.regi a > img, .right_wingbanner li.loca a > img {
	transition: .3s;
}
.right_wingbanner li.regi a:hover > img, .right_wingbanner li.loca a:hover > img {
	color: #FE6E27;
	transform: translateY(-7px);
}
/*.right_wingbanner li.regi::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 55px;
	background-color: rgba(205, 234, 255, 0.3);
	top: -74px;
	left: 50%;
	transform: translateX(-50%);
}*/
.right_wingbanner li.regi::after, .right_wingbanner li.loca::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 80px;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.31);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}



.right_wingbanner li.top_btn {
	width: 100%;
	height: 100px;
	background-color:#033656;
	position:absolute;
	bottom: 0;
	right: 0;
	background-image:url('../img/top_btn_img.png?new');
	cursor:pointer;
	top: unset;
}




.footer {
	padding: 60px 0;
	background-color:#fff;
}

.footer .row {
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer .cp_info {
	text-align: center;
}
.footer .cp_info .logo {
	margin-bottom: 45px;
	position: unset;
	top: unset;
	left: unset;
}


.footer .cp_info li {
	font-size:14px;
	letter-spacing:-1px;
}

.footer .cp_info .copy {
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
	line-height: 2.5;
	font-family: 'NotoSansKR-Regular';
}
.footer .cp_info .copy b {
	color: #000;
	font-size: 16px !important;
	font-family: 'NotoSansKR-Medium';
}
.footer .cp_info .copy h3 {
	font-size: 12px;
	display: inline;
	position: relative;
	bottom: 2px;
}

.footer a {
	color: #033656;
	padding: 4px 8px;
	background-color: #FFFFFF;
	border: 1px solid #033656;
	font-size: 15px;
	font-family: 'NotoSansKR-Regular';
}

.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%;
}
















@media screen and (max-width:1600px) {
	.header .row {
		padding: 0 130px 0 60px;
	}

	.header .drop_menu .drop {
		right: 374px;
	}
}




