/* style css */
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: #091c2d;
   color: #fff
}

::-moz-selection {
   background: #091c2d;
   color: #fff
}


::-webkit-selection {
    background: #091c2d;
   color: #fff
}


body, html {
	
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	padding: 0 20px;
	margin: auto
}

.top_banner {
	width: 100%;
	height: 80px;
	position:fixed;
	left: 0;
	top: 0;
	right: 0;
	background-color:#091c2d;
	letter-spacing:-1px;
	padding: 0 100px;
	min-width: 1280px;
	z-index: 999998;
	transition-duration:400ms;
}

.top_banner .row {
    padding: 0;
    max-width: 1520px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* Çì´õ */
.header {
	position:fixed;
	top: 80px;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 999999;
	transition:all 300ms ease-in-out;
	min-width:1280px;
	background-color:#fff;
	height: 100px;
	border-bottom:1px solid #d5d5d5;
}

.header .row {
	position:relative;
	display:flex;
	align-items:center;
	justify-content: space-between;
	height: 100%;
	padding-left: 100px;
	padding-right: 0;
}

.header .nav {
	display:flex;
	/*position:absolute;
	left: 50%;
	transform:translate(-50%, 0);*/
}

.header .right_box {
	display:flex;
	align-items:center;
	height: 100%;
}

.header .tel {
	margin-left: 100px;
}

.header .popup_btn {
	display:flex;
	border-left:1px solid #d5d5d5;
	width: 100px;
	height: 100px;
	justify-content:center;
	align-items:center;
	cursor:pointer;
	margin-left: 30px;
}

.header .nav li {
	width: 120px;
	text-align:center;
	height: 100%;
	line-height:100px;
	
}

.header .nav li a {
	display:inline-block;
	padding-right: 2px;
	height: 100%;
	line-height:90px;
	font-family:'NotoSansKR-Bold';
	letter-spacing:-1px;
	color:#091c2d;
	border-bottom:5px solid transparent;
}

.header .nav li.on a,
.header .nav li a:hover {
	border-color:#ed6d26;
}

.header .drop_menu {
	display:none; 
	position:absolute;
	background-color:#fff;
	width: 100%;
	top: 100px;
	left: 0;
	padding: 30px 0;
	height: 250px;
	box-shadow:0 2px 10px #e5e5e5;

}

.header .drop_menu .drop {
	position:absolute;
	z-index: 998;
	right: 388px;
	font-size:15px;
	display: flex;
}

.header .drop_menu .drop > li {
	width: 120px;
	text-align:center;
}

.header .drop_menu .drop > li a {
	color:#091c2d;
}

.header .drop_menu .drop > li a:hover {
	font-weight: bold;
}

.header .drop_menu .sub_menu > li {
	margin-bottom: 15px;
	letter-spacing:-1px
}

.footer {
	padding: 60px 0;
	text-align:center;
	background-color:#fff;
	color:#091c2d;
	font-family:'NotoSansKR-Bold';
	font-size:14px;
}

.footer .logo {
	margin-bottom: 40px;
}

.footer .info {
	margin-bottom: 5px;
}

.footer .phara {
	font-size:12px;
	color:#95999f;
	font-family:'NotoSansKR-Medium';
	margin-top: 10px;
}

.footer .h_info {
	font-family:'NotoSansKR-Regular';
	color:#535b64;
	font-size:14px;
	margin-top: 25px;
}

.footer .h_info b {
	color:#091c2d;
	font-family:'NotoSansKR-Bold';
	font-size:16px;
	margin-left: 3px;
}

.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%;
}

.back-top {
	position:absolute;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	visibility:hidden;
	transition-duration: .4s;
	cursor:pointer;
}

.back-top.fixed {
	position:fixed;
}

.back-top.show {
	opacity: 1;
	visibility:visible;
}

.m_fixed {
	display:none;
}

@media screen and(max-width:1600px) {
	.header .row {
		padding-left: 60px;
	}

	.header .tel {
		margin-left: 30px;
	}
}
