/* style css */
body, html {

	min-width:1340px
}

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

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


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


.flex {
	display: -webkit-flex;
	display: flex
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center
}

body, html {
	
}

body {
	-webkit-font-smoothing: antialiased;
	color:#333;
}

.row {
	max-width:1760px;
	margin: auto;
	padding: 0 20px;
}

/* 헤더 */
.header {
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	text-align:center;
	z-index: 99;
	transition:all 300ms ease-in-out;
	background-color:#fff;
	height: 105px;
	padding-top: 35px;
	border-bottom:1px solid #efefef;
	min-width:1340px;
}


.header .logo {
	
}

.header .logo img {
	
}

.header .nav {
	font-size:0;
	padding-top: 5px;
}

.header .nav li {
	display:inline-block;
	font-size:20px;
	letter-spacing:-1px;
	position:relative;
	text-align:center;
}

.header .nav li::before {
	position:absolute;
	content:'';
	display:inline-block;
	width: 1px;
	height: 12px;
	top: 50%;
	left: 0px;
	margin-top: -6px;
	background-color:#d5d5d5
}

.header li.m01 {
	width: 260px;
}

.header li.m02,
.header li.m04 {
	width: 162px;
}

.header li.m03 {
	width: 240px;
}

.header li.m05 {
	width: 170px;
}

.header .nav li.on a,
.header .nav li a:hover {
	color:#fb8c00
}

.header .nav li:first-child::before {
	content:none;
}

.header .menu-btn {
	
	width: 22px;
	text-align:right;
	transform:rotate(180deg);
	cursor:pointer;
}

.header .menu-btn span {
	background-color:#252525;
	width: 22px;
	height: 3px;
	display:block;
	margin: 5px 0;
	transition:all 300ms;
}

.header .menu-btn span:last-child {
	background-color:#fb8c00
}

.header .menu-btn span:nth-child(2) {
	width: 18px;
}

.header .menu-btn.open span:nth-child(2){
  opacity: 0;
}

.header .menu-btn.open span:nth-child(1){
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
  width: 25px;
}

.header .menu-btn.open span:nth-child(3){
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
  background-color:#252525;
  width: 25px;
}


.header .drop-menu {
	display:none; 
	position:absolute;
	background-color:rgba(0,0,0,.9);
	width: 100%;
	top: 105px;
	left: 0;
	padding: 20px 0;
	height: 220px;
}

.header .drop-menu .drop {
	z-index: 98;
	margin-right: 22px;
}

.header .drop-menu .drop > li {
	float:left;
	padding: 0 45px;
	font-size:18px;
}

.header .drop-menu .drop > li a {
	color:#fff;
}

.header .drop-menu .drop > li a:hover {
	color:#fb8c00
}

.header .drop-menu .sub-menu > li {
	margin-bottom: 10px;
	letter-spacing:-1px
}

.more {
	text-align:center;
	padding: 20px 0;
}

.more li {
	display:inline-block;
	position:relative;
}

.more li a {
	display:block;
	padding: 40px 50px;
	text-align:center;
	cursor:pointer;
}


.more li:nth-child(2)::before {
	content:'';
	display:inline-block;
	left: 0;
	width: 1px;
	height: 10px;
	background-color:#d5d5d5;
	position:absolute;
	top: 0;
	bottom: 0;
	height: 100%;
}

.more li:nth-child(2)::after {
	content:'';
	display:inline-block;
	right: 0;
	width: 1px;
	height: 10px;
	background-color:#d5d5d5;
	position:absolute;
	top: 0;
	bottom: 0;
	height: 100%;
}

.footer {
	background-color:#f4f4f4;
	padding: 50px 0;
	text-align:center;
}

.hou-popup {
	display:none;
	position:relative;
}

.hou-popup .b-close {
	position:absolute;
	right:  -60px;
	top: 10px;
	cursor:pointer;
	width: 50px;
}

@media(max-width:1600px) {

	.header .logo img {
		max-width: 350px;
	}

	.header .nav li {
		font-size:18px;
	}

	.header .drop-menu .drop > li {
		font-size:16px;
	}

	.header li.m01 {
		width: 260x;
	}

	.header li.m02,
	.header li.m04 {
		width: 142px;
	}

	.header li.m03 {
		width: 220px;
	}

	.header li.m05 {
		width: 150px;
	}
}



@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) {

	


}