/* style css */
body, html {
	overflow-x:hidden;
	min-width:1280px
}

img {
	-webkit-user-drag: none;
}

::selection {
   background: #006a8e;
   color: #fff
}

::-moz-selection {
   background: #006a8e;
   color: #fff
}


::-webkit-selection {
    background: #006a8e;
   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;
	!background-color:#fff;
	height: 100px;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding: 0 0 0 100px;
}

.header:hover, .header.w {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.header:hover .nav li a, 
.header.w .nav li a {
	color: #000;
}

.header .logo {
	background-image: url("../img/logo_img.png");
	background-size: 100%;
	display: inline-block;
	height: 24px;
	width: 144px;
	text-indent: -9999px;
}

.header:hover .logo, .header.w .logo {
	background-image: url("../img/logo_img_on.png");
}

.header .nav {
	display:flex;
	position:absolute;
	left: 50%;
	transform:translate(-50%, -50%);
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
	position:relative;
}

.header .nav li::before {
	content:'';
	display:block;
	position:absolute;
	width: 6px;
	height: 6px;
	background-color:#34373a;
	border-radius: 50%;
	top: 50%;
	right: 0;
	transform:translateY(-50%);
}

.header .nav li:last-child::before {
	display:none;
}

.header:hover .nav li::before, .header.w .nav li::before {
	background-color:#dadada;
}

.header .nav li a {
	font-family:'NotoSansKR-Bold';
	letter-spacing:-1px;
	color: #fff;
}

.header .nav li.on a,
.header .nav li a:hover {
	color:#006a8e;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:rgba(255, 255, 255);
	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);
	font-size:15px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#000;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
	color: #006a8e;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.header .tel {
	height: 26px;
	width: 160px;
	display:inline-block;
	background-image: url("../img/tel_img.png");
	!margin-left: 20px;
	text-indent: -9999px;
	position: relative;
	!margin-right: 50px;
}

.header:hover .tel, .header.w .tel {
	background-image: url("../img/tel_img_on.png");
}

/*.header .tel::after {
	content:'';
	display:block;
	position:absolute;
	width: 2px;
	height: 16px;
	background-color:#c1c1c1;
	top: 50%;
	right: -25px;
	transform:translateY(-50%);
}*/

.header .logo_icon {
	background-image: url("../img/logo_home.png");
	background-size: 100%;
	display: inline-block;
	height: 24px;
	width: 48px;
	text-indent: -9999px;
}

.header:hover .logo_icon, .header.w .logo_icon {
	background-image: url("../img/logo_home_on.png");
}

.header .popup_btn {
	display:flex;
	width: 110px;
	height: 100px;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	margin-left: 80px;
	background-color: #023e7a;
}

.footer {
	padding: 30px 60px;
	background-color:#232323;
	color: #fff;
	font-family:'NotoSansKR-Regular';
	font-size: 13px;
}

.footer .row {
	position:relative;
	max-width:1760px;
}

.footer .row .top_arae {
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	border-bottom: 1px solid #656565;
	padding-bottom: 20px;
}

.footer span {
	font-size: 11px;
	color: #656565;
	padding: 0 5px;
}

.footer .cp_info .logo {
	margin-bottom: 20px;
}

.footer .cp_info .copy2 {
	margin-bottom: 5px;
	font-size: 12px;
}

.footer .cp_info .pharases {
	font-size: 12px;
	font-family:'NotoSansKR-Light';
	color: #a7a7a7;
}

.footer .ss_info {
	display: flex;
	justify-content:flex-end;
	margin-bottom: 10px;
}

.footer .ss_info li a {
	color: #fff;
	font-family:'NotoSansKR-Regular';
	font-size: 13px;
}	

.footer .right_area .btn_area {
	display: flex;
	align-items:center;
}

.footer .right_area .select__zone {
	position:relative;
	margin-left: 30px;
}

.footer .right_area .select__zone .title {
	border: 1px solid #3c3c3c;
	background-color: #191919;
	color: #fff;
	width: 220px;
	height: 40px;
	display: flex;
	align-items:center;
	padding-left: 25px;
	background-image: url('../img/footer_arrow.png?new');
	background-position: 90% center;
	cursor: pointer;
}

.footer .right_area .select_con {
	position:absolute;
	top: 45px;
	left: 0;
	right: 0;
	display: none;
}

.footer .right_area .select_con li {
	border: 1px solid #3c3c3c;
	width: 220px;
	height: 45px;
	margin-top: -1px;
}

.footer .right_area .select_con li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items:center;
	padding-left: 25px;
	background-color: #656363;
	color: #000;
}

.footer .bt_area {
	padding-top: 20px;
}

.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(max-width:1660px) {
	.header .row {
		padding-left: 60px;
	}

	.header .nav {
		margin-right: 80px;
	}

	.header .popup_btn {
		margin-left: 50px;
	}

}


@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) {

}