/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

body {
	-ms-overflow-style: none;
	scrollbar-width: none;
}
body::-webkit-scrollbar {
	display: none;
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #112339;
   color: #fff
}

::-moz-selection {
   background: #112339;
   color: #fff
}


::-webkit-selection {
    background: #112339;
   color: #fff
}


body, html {
	
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

/* ��� */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition:all 300ms ease-in-out;
	min-width:1280px;
	height: 120px;
}
.header.w {
	background-color:#fff;
	border-bottom: 1px solid #cccccc;
}
.header .row {
	max-width: 1700px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.header .row > a:nth-child(1) {
	position: relative;
	z-index: 999;
}
.header .nav {
	display:flex;
	position:absolute;
	top: 50%;
	left: 50%;
	transform:translate(calc(-50% + 80px), -50%);
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	position:relative;
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
	border-bottom: 4px solid rgba(255, 255, 255, 0);
}

/*.header .nav li::after {*/
/*	position:absolute;*/
/*	right: 0;*/
/*	top: 50%;*/
/*	margin-top: -5px;*/
/*	content:'';*/
/*	display:inline-block;*/
/*	width: 1px;*/
/*	height: 10px;*/
/*	background-color:#c7c7c7;*/
/*}*/

.header .nav li:last-child::after {
	display:none;
}

.header .nav li a {
	font-weight: 800;
	transform: skew(-0.001deg);
	letter-spacing: -1px;
	color: #212121;

	font: 1.2em 'NanumSquare', sans-serif;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-weight: bold;
	font-stretch: normal;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: NanumSquare, sans-serif;
	transform : rotate(0.04deg);
}

.header .nav li.on:before,
.header .nav li:hover:before {
	content: '';
	display: inline-block;
	position: absolute;
	height: 3px;
	width: 85px;
	background-color: #0f243a;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:#fff;
	width: 100%;
	border-top: 1px solid #cccccc;
	top: 120px;
	left: 0;
	padding: 30px 0;
	height: 215px;
}
.header.w .drop_menu {
	border-top: none;

}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	left: 50%;
	transform: translate(calc(-50% + 80px), 0);
	font-size:15px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#212121;
	font-size: 16px;
	font-family:'NotoSansKR-Regular';
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.header .right_box {
	height: 100%;
	display:flex;
	align-items:center;
}

.header .tel {
	margin-right: 35px;
	position: relative;
}
.header .tel:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 7px;
	right: -17px;
	width: 1px;
	height: 16px;
	background-color: #7d858d;
}

.header .open_text {
	display: flex;
	margin-right: 20px;
}

.header .open_text b {
	font-family:'NotoSansKR-Bold';
}

@media(max-width:1440px) {
	.header .nav,
	.header .drop_menu .drop {
		left: 40%;
	}
}

.footer {
	padding: 60px 0;
	background-color:#313131;
}

.footer .row {
	max-width:1340px;
}

.footer p {
	color:#fff;
	font-size:14px;
	letter-spacing:-.5px;
}

.footer p.logo {
	margin-bottom: 20px;
}

.footer p.copy {
	font-family:'Montserrat-Regular';
	margin-bottom: 10px;
}

.footer p.tail_text {
	color:#adadad;
	font-size:13px;
}

.footer p.tail_text.mb {
	margin-bottom: 10px;
}

.footer p.tel_text {
	margin-bottom: 15px;
}

.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%;
}

.popup_zone {
	position:fixed;
	z-index: 99999;
	top: 50%;
	transform:translateY(-50%);
	padding: 15px;
	background-color:#12243A;
}

.popup_zone .popup_btn {
	position:absolute;
	right: -60px;
	top: 50%;
	transform:translateY(-50%);
	display:block;
	width: 60px;
	height: 270px;
	background-image:url('../img/main/popup_btn_new.png');
	cursor:pointer;
}

.popup_zone .popup_btn.open {
	background-image:url('../img/main/popup_btn_close_new.png');
}

.back_top {
	position:absolute;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	cursor:pointer;
}

.back_top.fixed {
	position:fixed;
}


@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {

	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}

	

}

@media(max-width:575px) {

	


}