@charset "utf-8";

/* mian Background Slide */
.no-overflow {
  overflow: hidden;
}
.hero-slider{z-index:-1;position:absolute;top:0;left:0; height: 838px;}

.columns{
  position: relative;
}
.hero-image img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
  z-index: 1;
}

	
.slick-slider { overflow: hidden; }
    
.slick-slider div.slick-active .hero-image img{
  animation: myMove 6s 1 ease-in-out;
}
@keyframes myMove {
  from { transform: scale(1.2,1.2); transform-origin: 50% 50%; }
  to { transform: scale(1.0,1.0); transform-origin: 50% 50%; }
}
.slick-slider .columns{z-index:1 !important;}
.over-content { 
    position:absolute; 
    top:50px; 
    left:50px;
    width:300px; 
    height:300px; 
    background:#FFFFCC; 
    text-align:center; 
    line-height:300px;
}


/* main */
.mainTxt{position:absolute;top:358px;left:390px;display:block;}

.main-weather{float:left;width:480px;padding:12px 10px 10px 10px;border:#cbcbcb;}
.main-weather .weather-view {float:left; margin-left:5px;}
.main-weather .weather-view:first-child {margin-left:inherit;}
.main-weather .weather-data1 {margin-bottom:10px; text-align:left; color:#454545; font:11px 'Nanum GothicB', sans-serif;}
.main-weather .weather-data2 {margin-bottom:10px; text-align:left; color:#454545; font:13px 'Nanum Gothic', sans-serif;}
.main-weather .weather-data2 span {color:#454545; text-align:left; font:11px 'Nanum GothicB', sans-serif;}
.main-weather .weather-btnbox {text-align:left;}
.main-weather .weather-btnbox .btn-yellow {
	background:#e5b217 url(/Web/images/ico-extra.png) 1% 20% no-repeat;
	display:inline-block;
	color:#fff;
	padding:2px 12px;
	text-decoration:none;
	text-align:left;
	border-radius:12px;
	font:12px 'Nanum GothicB', sans-serif;
}






























































