@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body, table, input, span, button{
	font-size:14px;
	font-family: 'Noto Sans KR', sans-serif;
}
/*À¥ÆùÆ®_³ª´®Ã¼ END*/

html {overflow:scroll;overflow-x:auto;}
body{background-color:#ffffff;font-family: 'Noto Sans KR', sans-serif;, sans-serif;;font-size:11px;line-height:140%;color: #888888;margin: 0px;padding:0px;}
textarea{overflow:auto;scrollbar-3dlight-color:#ebebeb;scrollbar-arrow-color:#ebebeb;scrollbar-track-color:#ededed;scrollbar-darkshadow-color:#ebebeb;scrollbar-face-color:#f9f9f9;scrollbar-highlight-color:#ebebeb;scrollbar-shadow-color:#ebebeb;border:solid 1px #c0c0c0;background-color:#ffffff;font-family:'Dotum','µ¸¿ò','µ¸¿òÃ¼';font-size:12px;line-height:140%;color:#8a8a8a;resize:none;}

img{border:none;}
a{line-height:140%;color:#5f6263;text-decoration:none;outline:none;select-dummy:expression(this.hideFocus=true);}
a:hover{ color:#333333; text-decoration: underline;}
input,th, td, select {font-family: 'Noto Sans KR', sans-serif;, sans-serif;;font-size:11px;line-height:140%;color:#888888;}
li img, dt img, dd img{vertical-align:top;}
ol, p, h1, h2, ul, li, dl, dt, dd {display:block;list-style:none;margin:0;padding:0;}
address{font-style:normal;}

.hidden{position:absolute; top:-9999px; width:0; height:0; font-size:0; line-height:0;}

/***** header *****/
.headerWrap{width:100%;border-bottom:1px solid #f0f0f0;background:#fff;z-index:100;}
.header{width:980px;height:105px;margin:0 auto;zoom:1;}
@media (min-width:992px){.header{width:980px}}
@media (min-width:1200px){.header{width:980px}}
.header:after{display:block;content:"";clear:both;}

.header h1{float:left;margin:39px 0 0 0;cursor:pointer;}
.header .menuWrap{float:right;zoom:1;}
.header .menuWrap:after{display:block;content:"";clear:both;}

.header .menuWrap .topMenu{float:right;margin:11px 0 0 0;zoom:1;}
.header .menuWrap .topMenu:after{display:block;content:"";clear:both;}
.header .menuWrap .topMenu dd{float:left;margin:0 0 0 10px;cursor:pointer;}

.header .menuWrap .gnb{zoom:1;margin:52px 0 0 0;}
.header .menuWrap .gnb:after{display:block;content:"";clear:both;}
.header .menuWrap .gnb li{ width:80px; height:auto; overflow:hidden; float:left;margin:0 0 0 55px;padding:10px 0;cursor:pointer;}



.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:992px){.container{width:980px}}
@media (min-width:1200px){.container{width:980px}}



#home-slider {
  background: url(../img/slider-bg.png) 0 100% repeat-x;
  position: relative;
}

#home-slider .main-slider {
  position: relative;
  height: 450px;
}

#home-slider .slide-text{
  position: absolute;
  top: 50px;
  left: 0;
  width: 450px;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-hill {
  position: absolute;
  right: 0;
  bottom: 0;
}

.animate-in .slider-hill {
  -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
  animation: bounceInDown 1000ms ease-in-out 200ms both;
}

#home-slider .slider-house {
  position: absolute;
  right: 110px;
  bottom: -30px;
}

.animate-in .slider-house {
  -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
  animation: bounceInDown 500ms ease-in-out 800ms both;
}

#home-slider .slider-sun {
  position: absolute;
  right: 365px;
  bottom: 100px;
}

.animate-in .slider-sun {
  -webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
  animation: scaleIn 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds1 {
  position: absolute;
  right: 470px;
  bottom: 75px;
}

.animate-in .slider-birds1 {
  -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
  animation: fadeInLeft 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds2 {
  position: absolute;
  right: 40px;
  bottom: 150px;
}

.animate-in .slider-birds2 {
  -webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
  animation: fadeInRight 500ms ease-in-out 1200ms both;
}


#home-slider h1{
	margin-top: 250px;
	margin-bottom: 25px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 300;
	font-size: 36px;
	color:#555;
}
#home-slider p{
	font-size: 14px;
}


#home-slider .btn-common {
  margin-top: 20px;
}

#home-slider .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -30px;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#home-slider .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #00aeef;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}


#action {
  background-image: url(../images/home/tour-bg.png);
  background-color: #fbfafa;
  background-repeat: repeat-x;
  height: 157px;
  background-position: center;
  display: table;
  position: static;
  width: 100%;
}


.main-content{
	width:980px;
	height:auto;
	overflow:auto;
}
.main-content .news{
	width: 380px;
	height:230px;
	float:left;
}
.main-content .news .ntable{
	margin-top:50px;
	width:380px;
	height:160px;
}
.main-content .micons{
	width:600px;
	height:230px;
	float:left;
}
.main-content .micons .micon1{
	cursor:pointer;
	margin-top:50px;
	margin-right:50px;
	width: 130px;
	height: 159px;
	float:right;
	background:url("../img/micon01.png") no-repeat;
}
.main-content .micons .micon2{
	cursor:pointer;
	margin-top:50px;
	margin-right:50px;
	width: 130px;
	height: 159px;
	float:right;
	background:url("../img/micon02.png") no-repeat;
}
.main-content .micons .micon3{
	cursor:pointer;
	margin-top:50px;
	width: 130px;
	height: 159px;
	float:right;
	background:url("../img/micon03.png") no-repeat;
}
.main-content .micons .micon1:hover{
	background:url("../img/micon01_ov.png") no-repeat;
}
.main-content .micons .micon2:hover{
	background:url("../img/micon02_ov.png") no-repeat;
}
.main-content .micons .micon3:hover{
	background:url("../img/micon03_ov.png") no-repeat;
}

#footer {
	margin-top:75px;
	position: relative;
	border-top:2px solid #a7a7a7;
	background-color:#e7e7e7;
}
#footer .container{
	height:80px;

}
#footer .container .main-footer{
	width: 980px;
	height:80px;
}
.table-content{
	height:23px;
	line-height:23px;
}

#common-content{
	padding-top:50px;
	width:100%;
	height:auto;
  position: relative;
}

dl, ul, ol, menu, li {
    list-style: none;
}
.menu-name{
	font-size:16px;
	color:#000;
	font-weight:bold;
}
.intro{
	margin-top:30px;
}
.intro dt {
    margin-bottom: 12px;
    color: #a50303;
    font-size: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: bold;
}
.intro dd {
	margin-top:20px;
    color: #444444;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;, sans-serif;
    font-weight: bold;
}
.ovt dd {
    font-weight: 400;
    line-height: 30px;
}
.ctitle1{
	width:105px;
	text-align:center;
	color:#000;
	font-size:20px;
	font-weight:bold;

	height:34px;
	border-bottom:2px solid #000;
	padding-top:5px;
	margin-top:30px;
}

.ctitle2{
	width:105px;
	height:34px;
	background:url("/img/intro_title2.png") 0 0 no-repeat;
	border-bottom:2px solid #000;
	padding-top:5px;
}
.w100{
	width:100%;
	height:auto;
	overflow:auto;
}
.clear{
	clear:both;
}
.logoWrapN{
	margin:auto;
	width:500px;
	height:150px;	
}
.logoWrap{
	margin:auto;
	border:1px solid #d7d7d7;
	width:600px;
	padding:20px;
}
.logoWrap img{
	width:100%;
}
.logoWrap2{
	margin:auto;
	width: 245px;
	height:150px;
	float:left;
}
.box{
	width:100px;
	height:100px;		
	margin-bottom:10px;
}
.cdes{
	
	color:#555;
	width:100px;
	height:180px;
	float:left;
	letter-spacing: 0.2px;
	margin-right:40px;
}
.c1{
	background-color:#0a4595;
}
.c2{
	background-color:#0095da;
}
.c3{
	background-color:#000000;
}
.c4{
	background-color:#ffffff;
	border:1px solid #d3d3d3;
	box-sizing: border-box;
}
#wrap{
	width: 100%;
	height:auto;
	overflow:auto;
}
.barea{
	padding-top:40px;
	width: 100%;
	height:400px;
	border-bottom:1px solid #d3d3d3;
	box-sizing: border-box;
}
.barea:last-child{
	border:0;
}
.bg-gray{
	background-color:#eee;
}
.bwrap{
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	height:350px;
	
}
.btitle{	
	width: 100%;
	height:60px;
	line-height:60px;
	font-size: 26px;
	text-align:center;
	margin-bottom:30px;
	color:#000;
	font-weight:bold;
	font-family: 'Noto Sans KR', sans-serif;, sans-serif;
}
.bcont{
	width: 100%;
	height:270px;
}
.border-gray{
	border: 1px solid #c3c3c3 !important;
}
.bcont .baBox{
	padding-top:50px;
	font-size:12px;
	color: #333;
	width: 310px;
	height:200px;
	margin-right:25px;
	text-align:center;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
	float:left;
}
.bcont .baBox:last-child{
	margin-right:0px;
}
.tabWrap{
	margin-top:40px;
	width:980px;
	height:60px;
}
.toptab{
	width: 326px;
	float:left;
	font-size:12px;
	color:#333;
	text-align:center;
	height:60px;
	line-height:60px;
	box-sizing: border-box;
	border-bottom:2px solid #e3e3e3;
	border-right:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	cursor:pointer;
}
.toptab:first-child{
	width: 327px;
	border-left:1px solid #e0e0e0;
}
.bor-bottom-blue{
	border-bottom:2px solid #0a4595 !important;
	color:#0a4595;
	font-weight:bold;
}
.contWrap{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	box-sizing: border-box;
	width:979px;
	height:auto;
	overflow:auto;
	padding-top:30px;
	padding-bottom:30px;
}
.contW100{
	margin-top:60px;
	padding-left:20px;
	width: calc(100%-20px);
	font-size:12px;
	line-height:28px;
	color:#333;
}
.w50{
	width: 50%;
	float:left;
	text-align:center;
}
#map{
	width:700px;
	height:450px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #a7a7a7;
}