@charset "utf-8";

/*
font-family: 'Noto Sans', sans-serif;
*/


#main #container {padding-top: 156px;}


/* sec1 */
#sec1 {overflow: hidden;}
#sec1 img {width: 100%; /*transform: scale(1.1);*/}
/*#sec1.on img {-webkit-transition: transform 3s; -moz-transition: transform 3s; transition: transform 3s; transform: scale(1);}*/


/* PC */
@media all and (min-width:1025px){
	
}

/* 태블릿&모바일 공통*/
@media all and (max-width:1024px){
	#main #container {padding-top: 67px;}
}

/* 모바일 */
@media all and (max-width:768px){
	
}