/* 사용 할 수 있는 폰트 목록 */
/*
font-family: 'NanumMyeongjo, sans-serif;
font-family:'Nanum Gothic', sans-serif;
font-family:'Nanum Square';
font-family: 'Nanum Barun Gothic';


font-family: 'Noto Sans SC', sans-serif;
font-family: 'Noto Sans KR';

font-family:'MS-Gothic';

font-family: 'RIXMJEB';

font-family: 'Titillium Web', sans-serif;
font-family: font-family: 'Raleway', sans-serif;

*/
/* 사용 할 수 있는 폰트 목록 */
html {
	background: #f7f7f7;
	height: 100%;
}

body {
	position: relative;
	display: block;
	width: 100%;
	/* max-width: 1080px; */
	margin: 0 auto;
	background: #fff;
	height: 100%;
}
	
#wrap {
	position: relative;
	height: 100%;
	overflow-y: auto;
}

#wrap.over-hidden {
	overflow: hidden !important;
}


header {
	position: fixed;
	display: block;
	width: 100%;
	height: 76px;
	z-index: 990;
	left: 0;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.header_logo {
	position: absolute; left: 0;right: 0;margin: auto;top: 50%; transform:translateY(-50%);
	font-size: 0;
	display: block;
	width: 198px;
	height: 32px;
	background-image: url(/m/images/common/assets.png);
	background-size: 375px;
	background-position: left 0 top 0;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}

.header_nav_btn {
	font-size: 0;
	z-index: 1;
	display: block;
	width: 21px;
	height: 21px;
	background-image: url(/m/images/common/assets.png);
	background-size: 375px;
	background-position: left -217px top 0;
	background-repeat: no-repeat;
	cursor: pointer;
	position:absolute; top:50%; transform:translateY(-50%);
	left: 6%;
}


.h-nav-bg {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
}

.header-nav-inner {
	position: fixed;
	z-index: 99999999999999;
	left: calc(-77% - 43px);
	top: 0;
	width: 77%;
	height: 100%;
	background: #fff;
	transition: left 0.3s;
}

.header-nav-con {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 4;
}

#header-nav.active .h-nav-bg {
	display: block;
}
#header-nav.active .header-nav-inner {
	left: 0;
}

.header-nav-close {
	position: absolute;
	right: -43px;
	width: 43px;
	height: 43px;
	background: #cf0303;
	z-index: 4;
	font-size: 0;
	cursor: pointer;
	background-image: url(/m/images/common/assets.png);
	background-size: 650px;
	background-position: left -458px top 10px;
	background-repeat: no-repeat;
}

.header-nav-con .top {
	position: relative;
	display: block;
	width: 100%;
	height: 60px;
	background: #fff;
}

.header-nav-con .top .logo {
	cursor: pointer;
	font-size: 0;
	margin: 22px 0 0 21px;
	position: relative;
	display: inline-block;
	width: 166px;
	height: 20px;
	background-image: url(/m/images/common/assets.png);
	background-size: 313px;
	background-position: left -0 top 0;
	background-repeat: no-repeat;
}

.header-nav-sch {
	position: relative;
	display: block;
	width: 100%;
	/* height: 45px;
	line-height: 45px; */
	/* background: #333333; */
	background: #ea1064;
	height: 5px;
}

.header-nav-sch input {
	float: left;
	display: block;
	width: calc(100% - 55px);
	height: 100%;
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border: 0;
	border-right: 1px solid #111;
	padding-left: 21px;
	color: #fff;
}

.header-nav-sch input::placeholder {
  font-size:  14px;
  text-align: left;
  color: #fff;
  line-height: 1;
}
.header-nav-sch input:-ms-input-placeholder {
  font-size:  14px;
  text-align: left;
  color: #fff;
  line-height: 1;
}

.header-nav-sch button {
	float: left;
	display: block;
	width: 55px;
	height: 100%;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-size: 0;
	border: 0;
	background-image: url(/m/images/common/assets.png);
	background-size: 375px;
	background-position: left -230px top -35px;
	background-repeat: no-repeat;
}

.h-n-main {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.h-n-main .list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.h-n-main .list span.title {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
	line-height: 54px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	color: #333;
	font-weight: 700;
	padding-left: 21px;
	cursor: pointer;
}

.h-n-main .list span.title:after {
	font-family: 'Raleway', sans-serif;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	content: "∨";
	z-index: 5;
	font-size: 14px;
	color: #666;
	position:absolute; top:50%; transform:translateY(-50%);
	right: 10px;
	font-weight: bold;
}

.h-n-main .list.active span.title:after {
	content: "∧";
}

.h-n-main .list ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	transition: height 0.3s;
	overflow-y: hidden;
	font-size: 20px;
}

.h-n-main .list ul li {
	transition: height 0.3s;
	height: 0;
	background: #f9f9f9;
	overflow: hidden;
	line-height: 44px;
	box-sizing: border-box;
	padding-left: 21px;
	border-bottom: 0px solid #ddd;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	font-weight: 400;
}
.h-n-main .list.active ul li {
	height: 45px;
	border-bottom: 1px solid #eee;
}

.h-n-main .list ul li a {
	font-weight: 400;
	color: #333;
	width: 100%;
	height: 100%;
	display: block;
}
.h-n-main .list.active ul li.on {
	background-color: #f2f2f2;
}
.h-n-main .list.active ul li.on a {
	font-weight: 500;
	color: #061d45;
}

.header-nav-bottom {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 20px;
	background: #fff;
	font-size: 0;
	border-top: 1px solid #ddd;
}

.header-nav-bottom a {
	position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/m/images/common/fool_sns3.png);
    background-repeat: no-repeat;
    background-size: 190px;
    border-radius: 100%;
}

.header-nav-bottom a:nth-child(n+2) {
	margin-left: 10px;
}

.header-nav-bottom a.fb{
    background-position: left 0 top 0;
}
.header-nav-bottom a.ins{
	background-position: left -51px top 0;
}
.header-nav-bottom a.nb{
	background-position: left -100px top 0;
}

.header-nav-bottom a.yt{
	background-position: left -150px top 0;
}

/* 푸터시작 */

footer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: #3e3e3f;
}

.footer-inner {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 150px;
	text-align: center;
	font-size: 0;
	box-sizing: border-box;
	padding: 45px 0 ;
}

.footer-inner p {
	display: inline-block;
	font-size: 11px;
	color: #b4b4b4;
	font-weight: normal;
	letter-spacing: -0.5px;
	vertical-align: middle;
}

.footer-inner span {
	display: inline-block;
	font-size: 0;
	line-height: 1;
	width: 1px;
	height: 11px;
	background: #b4b4b4;
	vertical-align: middle;
	margin: 0 7px;
}

.foot-text-spacing {
	display: block;
	width: 100%;
	height: 6px;
	font-size: 0;
}

.footerSlider {
	position: relative;
	display: block;
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	box-sizing: border-box;
	/* padding: 0 8px; */
	 padding: 8px 0;
}

.footer-slider {
	position: relative;
	display: block;
	width: 100%;
	min-height: 65px;
	max-height: 70px;
	line-height: 65px;
}

.owl-dots, .owl-nav {
	display: none !important;
}

.owl-carousel .owl-item img {
	/* max-height: 60px; */
	/* width: auto !important; */
	display: inline-block !important;
}

@media all and (max-width: 420px) {

	.owl-carousel .owl-item img {
		
	}
}

.owl-carousel.owl-drag .owl-item .item {
	text-align: center;
	font-size: 0;
}

/* end */







































































































































































































































































































































































