        .section {
            width: 100%; height: 100vh;
            /*display: flex; align-items: center; justify-content: center;  */
        }
        .section:nth-child(1) { }
        .section:nth-child(2) { display: flex; align-items: center; justify-content: center;min-height:720px !important; }/*¸ÞÀÎ ½½¶óÀÌµå */
        .section:nth-child(3) { display: flex; align-items: center; justify-content: center; min-height:680px; }/*  ÀÌ´ÞÀÇ ¼Ò½Ä */
        .section:nth-child(4) { display: flex; align-items: center; justify-content: center; background:#fff8e6; min-height:800px;}/* º¹Áö°ü ¼Ò½Ä */
		.section:nth-child(5) { display: flex; align-items: center; justify-content: center; min-height:800px; } /* »ç·Ê°ü¸® */
		.section:nth-child(6) { display: flex; align-items: center; justify-content: center; background:#f8f8f8; min-height:900px;} /* º¹Áö°ü ÀÌ¸ðÀú¸ð */
		  
		.section:nth-child(7) {  height: auto ; display: flex; align-items: center; justify-content: center; }
  

  
@media screen and (max-width:1201px) {
	 .section {
           width: 100%;
		height: auto !important; 
		overflow: hidden;
		box-sizing: border-box;
	  padding-bottom: 2rem; 
    }
	 .section:nth-child(1) {  min-height:1000px; }

	  .section:nth-child(2) {  min-height:1200px; }

	 .section:nth-child(4) { height: 100vh;  } 
	 
		.section:nth-child(7) {  height: auto ; display: block; /* flex ÇØÁ¦ */     align-items: unset;    justify-content: unset;}

}		

@media screen and (max-width:640px) {
 .section {
	padding-bottom: 0rem; 
 }
 
  .section:nth-child(1) {  min-height:auto; }

 .section:nth-child(2) {  min-height:1200px; }

}
