@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

body {
	color:#666;
	background-color:#fff;
	font-family:'Noto Sans KR',Arial,Helvetica,sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-size:14px; line-height:1.5em;
	margin:0; padding:0;
	letter-spacing: -0.03em;
}
/* ¸Þ´º¿Í º»¹® »çÀÌÀÇ °£°Ý */
section {
		padding: 30px 0 30px 0;
		}

@media only screen and (min-width: 992px) {
	.sp50 {
		padding: 0 0 0 50px;
		}
}

article hr {
  border: 0;
  height: 0px; /* ±×¸²ÀÚ¾ø¾Ú */
  border-top: 1px dotted #e7e7e7;
}
h1 {
	font-family:'Noto Sans KR',Arial,Helvetica,sans-serif;
	font-size:30px; 
	font-weight: 700;
	}

h2 {
	font-family:'Noto Sans KR',Arial,Helvetica,sans-serif;
	font-size:20px; 
	font-weight: 400;
	}

h3 {
	font-family:'Noto Sans KR',Arial,Helvetica,sans-serif;
	font-size:16px; 
	font-weight: 400;
	}
.slogan {
	font-family: 'Nanum Myeongjo';
	font-weight: 600;
	}
h4 {
	font-family:'Noto Sans KR',Arial,Helvetica,sans-serif;
	font-size:12px; 
	font-weight: 300;
	}
h5 {
	font-family:'Noto Sans KR',Arial,Helvetica,sans-serif;
	font-size:10px; 
	font-weight: 300;
	}
h6 {
	font-family:'Noto Sans KR',Arial,Helvetica,sans-serif;
	font-size:16px; 
	font-weight: 300;
	}
.m_contact {
	font-size:30px; 
	font-weight: 700;
	}
.line-bottom {
		border-bottom: solid 1px #81666d;
	}
.line-top2 {
		border-top: solid 2px #179BD7;
	}
.line-left {
		border-left: rgba(0,0,0,0.1) 1px solid;
	}
.line-left3 {
		border-left: solid 3px #81666d;
		padding: 0 0 0 10px;
	}
		ul.iconx {
			cursor: default;
			list-style: none;
		}

			ul.iconx li {
				display: inline-block;
				zoom:1; *display:inline;
			}



/* ÇªÅÍ ¹è°æ Èò»ö */

#footer {
	background: #f9f9f9;
	color:#666;
}
#footer a{
	color:#666;
}
#footer a:hover{
	color:#0e849d;
}
#footer>.fbg {
			background-image:url('../img/f-bg.png');
			background-repeat: no-repeat;
}
#footer>.container {
	padding-top:40px;
	margin-bottom:40px;
}

	#footer h2 {
		font-size:20px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.01);
		color:#666;
	}
#footer hr {
  border: 0;
  height: 0px; 
  border-top: 1px dotted #ccc; /*±×¸²ÀÚ¾ø¾Ú */

  	margin-top:5px;
	margin-bottom:10px;
}
#footer>.copyright {
	background-color:rgba(0,0,0,0.1);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	padding:18px 0;
	font-size:13px;
	display:block;
}
#footer.footer-light {
	color:#666;
	background-color:#f9f9f9;
}


#footer>.container {
	padding-top:20px;
	margin-bottom:40px;
}
/* ·Î±×ÀÎ¿¡ ÁÙ »ý±â´Â °Å Á¦°Å */
legend {
  border: 0;
}

div.heading-title {
    position: relative;
    margin-bottom: 10px;
}
section {
	padding: 20px 0 0 0;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:600;
font-family:'Noto Sans KR',Arial,Helvetica,sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.flexslider {
  margin: 0;
  background: rgba(0, 0, 0, 0.0);
  border: 0px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 0px;
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.0);
}


@media only screen and (max-width: 767px) {
	div.side-nav ul {
		display:block;
		max-height:350px;
		overflow-y:auto;
		margin-bottom:30px;
		
	}
	div.side-nav ul>li {
		border-bottom:rgba(0,0,0,0.03) 0px solid !important;
	}
	div.side-nav .side-nav-head {
		height:44px;
		border-top:rgba(0,0,0,0.08) 1px solid !important;
		background-color:rgba(0,0,0,0.0);
		margin-bottom:30px;
	}
	div.side-nav .side-nav-head>h4 {
		line-height:44px;
		padding-left:15px;
		margin:0;
	}
	div.side-nav .side-nav-head button {
		display:block;
		position:absolute;
		right:0;
	}
}
@media only screen and (max-width: 768px) {
	div.side-nav ul {
		max-height:250px;
		overflow-y:auto;
	}
}

