/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #009fa8;
   color: #fff
}

::-moz-selection {
   background: #009fa8;
   color: #fff
}

::-webkit-selection {
    background: #009fa8;
   color: #fff
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
	user-select:none;
}

.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;
	border-bottom: 1px solid rgba(217, 217, 217, 0);
}

.header.w {
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid #d9d9d9;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 100px;
}
.header.new .row {
	padding: 0 40px;
}

.header .nav {
	display:flex;
	/*position:absolute;*/
	/*left: 50%;*/
	/*transform:translate(-50%, -50%);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}
.nav_wrap {
	position: absolute;
	top: 50%;
	left: calc(50% - 100px);
	transform: translate(-50%, -50%);
}
.header .nav li {
	width: 125px;
	text-align:center;
	height: 100%;
	line-height:120px;
}

.header .nav li a {
	font-family:'NotoSansKR-Medium';
	letter-spacing:-1px;
	color: #000000;
	font-size: 19px;
}


.header .nav li a:hover {
	color:#009fa8;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:rgba(255, 255, 255, .9);
	width: 100%;
	top: 120px;
	left: 0;
	padding: 30px 0;
	height: 300px;
	border-bottom: 1px solid #e5e5e5;
}

.header .drop_menu .drop {
	position: absolute;
	z-index: 998;
	left: calc(50% - 100px);
	transform: translateX(-50%);
	font-size: 16px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 125px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#000;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
	color:#009fa8;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}



.header .right_wingbanner {
	position: fixed;
    top: 0;
    right: 0;
	width: 100px;
	z-index: 999999;
}

.header .right_wingbanner a {
	display: block;
	width: 100%;
	height: 100%;
}

.header .right_wingbanner .popup {
	background-color: #009fa8;
	background-image: url("../img/popup_btn.png");
	background-position: center;
	height: 100px;
	font-size: 0;
}

.header .right_wingbanner .regi {
	background-color: #244677;
	background-image: url("../img/regi_btn.png");
	background-position: center;
	height: 130px;
	font-size: 0;
}

.header .right_wingbanner .open {
	background-color: #2a3d49;
	background-image: url("../img/open_btn.png");
	background-position: center;
	width: 100px;
	height: 320px;
	font-size: 0;
}

.header .right_wingbanner .loca {
	background-color: #008890;
	background-image: url("../img/loca_btn.png");
	background-position: center;
	height: 130px;
	font-size: 0;
}

.header .right_wingbanner .top {
	background-color: #616161;
	background-image: url("../img/top_btn.png");
	background-position: center;
	height: 100px;
	font-size: 0;
	cursor: pointer;
}

.top_regi_btn {
	margin-left: 30px;
	margin-right: 50px;
	position: relative;
}
.top_regi_btn::after {
	content: '|';
	display: inline-block;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	color: #002c5682;
	font-size: 20px;
}

.footer {
	padding: 60px 0;
	text-align:center;
	background-color:#1d1d1d;
	font-family:'NotoSansKR-Regular';
	font-size: 15px;
	color:#5e5e5e;
}

.footer .phara {
	margin-bottom: 20px;
	color: #969696;
}
.footer .phara_2 {
	font-size: 14px;
	color: #4D4D4D;
	margin-bottom: 20px;
	margin-top: 10px;
}

.footer .phara_2 em {
	color: #969696;
}
.footer .l_info {
	/*margin-bottom: 20px;*/
}

.footer .c_info {
	margin-bottom: 20px;
}





.floating {
	position: absolute;
	top: calc(50% + 40px);
	transform: translateY(-50%);
	right: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.floating > a {
	width: 100px;
	height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #002C56;
	border: 1px solid #fff;
	font-family:'NanumSquareB.woff';
}
.floating > a.floating_a01 {
	background-color: #002C56;
	height: 100px;
}
.floating > a > em {
	display: inline-block;
	line-height: 1.3;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-family: 'NotoSansKR-Regular';
}

.floating img {
	filter: brightness(0) invert(1);
}









.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: 1800px) {
	.header .right_box > a {
		margin: 0;
		transform: scale(0.75);
	}

}
@media screen and (max-width:1700px) {
	.header .row {
		padding: 0 20px;
	}
	.header .row .logo {
		transform: scale(0.75);
	}
	.header .nav li, .header .drop_menu .drop > li {
		width: 110px;
	}
}
@media screen and (max-width: 1400px) {
	.header .row .logo {
		transform-origin: left;
	}
	.header .nav li, .header .drop_menu .drop > li {
		width: 100px;
	}
	.header .right_box > a {
		transform: scale(0.55);
	}
	.top_regi_btn {
		left: 20px;
	}
	.tel {
		transform-origin: left;
	}
}

@media(min-width:992px) {
	.pc {
		display:block !important
	}

	.mobile {
		display:none !important
	}
}

@media(max-width:991px) {
	.pc {
		display:none !important
	}

	.mobile {
		display:block !important
	}
}
