	/* Reset CSS
		 * --------------------------------------- */
		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
		form,fieldset,input,textarea,p,blockquote,th,td {
		    padding: 0;
		    margin: 0;
		}
		a{
			text-decoration:none;
		}
		table {
		    border-spacing: 0;
		}
		fieldset,img {
		    border: 0;
		}
		address,caption,cite,code,dfn,em,strong,th,var {
		    font-weight: normal;
		    font-style: normal;
		}
		strong{
			font-weight: bold;
		}
		ol,ul {
		    list-style: none;
		    margin:0;
		    padding:0;
		}
		caption,th {
		    text-align: left;

		}
		h1,h2,h3,h4,h5,h6 {
		    font-weight: normal;
		    font-size: 100%;
		    margin:0;
		    padding:0;
		    color:#444;
		}
		q:before,q:after {
		    content:'';
		}
		abbr,acronym { border: 0;
		}


		/* Custom CSS
		 * --------------------------------------- */
		body{
			font-family: 'Noto Sans KR', sans-serif;
			color: #F2F2F2;
			overflow-x: hidden;
			width: 100%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			animation: fadein 2000ms ease-out;
			-moz-animation: fadein 2000ms ease-out; /* Firefox */
			-webkit-animation: fadein 2000ms ease-out; /* Safari and  Chrome */
			-o-animation: fadein 2000ms ease-out; /* Opera */
		}
		@keyframes fadein {
			from {opacity:0;}
			to {opacity:1;}
		}
		@-moz-keyframes fadein { /* Firefox */
			from {opacity:0;}
			to {opacity:1;}
		}
		@-webkit-keyframes fadein { /* Safari and Chrome */
			from {opacity:0;}
			to {opacity:1;}
		}
		@-o-keyframes fadein { /* Opera */
			from {opacity:0;}
			to {opacity: 1;}
		}

		h1{
			font-size: 6em;
		}
		p{
			
		}
		.content{
			position: relative;
		}

		/* Section 1
		 * --------------------------------------- */
		#section0{
			background-color: #fff;
			height:100vh;
			overflow-x: hidden;
		}
		#section0 h1{
			color: #444;
		}
		#section0 p{
			color: #333;
			opacity: 0.4;
		}


		/* Section 2
		 * --------------------------------------- */
		#section1{ clear:both;
		 padding:60px 0 0 0;
		 overflow-x: hidden;

		}
		#section1 h1{
			color: #fff;
		}
		#section1 p{
		}


		/* Section 3
		 * --------------------------------------- */
		#section2{  clear:both;
		 padding:60px 0 50px 30px;
		 overflow-x: hidden;

		}
		#section2 h1{
			color: #F2F2F2;
		}
		#section2 p{
		}

		/* Section 4
		 * --------------------------------------- */
		#section3{  clear:both;
			 padding:30px 0 0 0;

overflow-x: hidden;
		}
		#section2 h1{
			color: #F2F2F2;
		}
		#section2 p{
		}

		/* Section 5
		 * --------------------------------------- */
		#section4{ clear:both;
		 padding:0;
		 height:150px;
overflow-x: hidden;
		}
		#section2 h1{
			color: #F2F2F2;
		}
		#section2 p{
		}


/* PC 1차 분기 */
@media screen and ( max-width:1280px ){
	
	#section1{ 
		 padding:40px 0 0 0;}
	#section2{  clear:both;
		 padding:40px 0 0 30px;
		 overflow-x: hidden;}
	#section3{ 
		 padding:20px 0 30px 0;}


}


/* Tablet CSS */
@media screen and ( max-width:1024px ){

}   


/* Mobile CSS */
@media screen and ( max-width:764px ){

		#section2{  clear:both;
		 padding:60px 0 0 0px;

}