

/* **************************************** *
 *  fullpage > section0
 * **************************************** */

/*웹*/
	@media (min-width:1024px)  {

			#fullpage > #section0  h2 {top:305px;; font-size:50px;line-height:65px;}
			#fullpage > #section0 .btn dl dt {font-size: 20px; line-height: 27px; }

	}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
		#fullpage > #section0 h2 {line-height: 47px;}
			#fullpage > #section0 .btn dl br{ display:none; }
}

	/*모바일*/
	@media (max-width:640px) {
		#fullpage > #section0 .btn dl { padding: 7px 0px; }
			#fullpage > #section0 .btn dl dt { font-size: 14px; line-height: 22px; }

	 	}





/* **************************************** *
 *  fullpage > section1
 * **************************************** */



/*웹*/
	@media (min-width:1024px)  {
		#section1 .bx-pager .inner a {padding:30px 0px; font-size: 19px; line-height: 22px; }
		#section1 div.i_slider h2 { font-size: 28px; line-height: 41px;}
			#section1 div.i_slider h3 {text-align:justify; width:570px; word-break:keep-all;}
				#section1 div.i_slider h3 {
					font-size: 14px; line-height: 24px; }

	}

/*웹2*/
	@media (min-width:1024px) and (max-width:1200px) {

		#section1 div.i_slider h2 { font-size: 25px; line-height: 31px; width:500px; word-break:keep-all; height:auto; padding-bottom:20px;}
		#section1 div.i_slider h2 br {display:none;}
			#section1 div.i_slider h3 {width:500px; height:auto; padding-bottom:40px;}


	}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
	#section1 div.i_slider {padding-right:50px;}
		#section1 div.i_slider h2 { word-break:keep-all; height:130px;}
		#section1 div.i_slider h2 br {display:none;} 
		#section1 div.i_slider h3 {height:200px;}
}

	/*모바일*/
	@media (max-width:640px) {
	#section1 div.i_slider {padding-right:50px;}
		#section1 div.i_slider h2  { word-break:keep-all;       font-size: 20px;  line-height: 30px;} 
		#section1 div.i_slider h2 br {display:none; } 


	 	}


/* **************************************** *
 *  fullpage > section3
 * **************************************** */






/*웹*/
	@media (min-width:1024px)  {
#section3 .txt a {width:auto; padding-right:50px;}

	}


	/*패드*/
	@media (min-width:641px) and (max-width:1023px) {
#section3 .txt a {width:auto; padding-right:50px;}
#section3 .width_area .txt {width:96%}
}

	/*모바일*/
	@media (max-width:640px) {
#section3 .width_area .txt {width:98%}
#section3 .txt a {width:90%;}

	 	}


/* **************************************** *
 *  fullpage > section4
 * **************************************** */

	/*모바일*/
	@media (max-width:640px) {
#section4 .intit dt {
    font-size: 18px;}
	 	}



#section4 .intit dt {
    float: left;
    font-size: 20px;
    line-height: 40px;

}



#section4 ul li dt  {position:relative !important;}
#section4 ul li dt img  {position:absolute; display:block;   max-height:150%; max-width:150%;
top:50%;  left:50%;  min-width:100%; min-height:100%; transform:translate(-50%, -50%)}



#section4 ul li dd h3 {  overflow: hidden; 
  text-overflow: ellipsis;
  white-space: nowrap; }