@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  /* position: relative; */
}
ul,
li,
ol {
  list-style: none;
}
body {
  font-family: 'Noto Sans KR', sans-serif;
}
section {
  background-color: white;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
}
span {
  font-weight: 800;
}
/* 11111 */

.section1 {
  height: 850px;
  background-color: #dddddd;
  background-position: center;
  background-size: cover;
  background-blend-mode: color-burn;
}
.section1 .cont {
  width: 100%;
  height: 100%;
}
.section1 .cont1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 40%;
  color: white;
}
.section1 .cont1 h3 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-weight: 300;
  font-size: 30px;
}
.section1 .cont1 h1 {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  font-size: 80px;
}

@media (max-width: 1200px) {
  .section1 .cont1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 35%;
    color: white;
  }
  .section1 .cont1 h3 {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-weight: 500;
    font-size: 16px;
  }
  .section1 .cont1 h1 {
    padding-top: 10px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 50px;}
}




/*222222*/

.section2{
  height: auto;
  width: 100%;}
.section2 #br1{display: none;}
.section2 .container{
  margin: 0 auto;
  width: 70%; height: 100%;} 
.section2 .cont1{
  padding-top: 80px;
  text-align: center;
}
.section2 .cont1 h3{
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
}
.section2 .cont1 h1{
  letter-spacing: -1.5px;
  line-height: 55px;
  font-weight: 500;
  font-size: 48px;
  color:#023eb7;
  padding-bottom: 60px;
}
.section2 .cont2{
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
}
.section2 .cont2 img{
  width: 100%;}
.section2 .cont2 .box{
  padding-bottom: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section2 .cont2 .box .ro{
  color: #023eb7;
  background-color: #edf2fc;
  text-align: center; 
  line-height: 35px;
  border: 2px solid #023eb7;
  width: 140px;
  height: 35px;
  border-radius: 50px;
}
.section2 .cont2 .box h6{
  font-weight: 400;
  font-size: 16px;}
.section2 .cont2 .box h4{
  padding: 20px; 
  font-weight: 500;
  line-height: 20px;}

  @media (max-width: 1200px){
    .section2 #br1{display: block;}
    .section2{padding-bottom: 70px;}
    .section2 .cont1 h1{
      line-height: 45px;
      font-weight: 500;
      font-size: 37px;
      color:#023eb7;
      padding-bottom: 60px;
    }
    .section2 .cont2{
      display: flex; flex-direction: column;
    }
    .section2 .cont2 .box{
      padding-bottom: 5px;
    }
  }
  


/* 33333 */

.section3{
  overflow-x: hidden;
  background-color: #edf2fc;
  height: 85vh; 
  width: 100%;}

.section3 .container{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  gap: 50px;
  width: 70%;}
.section3 .cont1{
  padding-top: 90px;
  text-align: left;
}
.section3 .cont1 h3{
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
  color:#023eb7;
}
.section3 .cont1 h1{
  letter-spacing: -1.5px;
  line-height: 55px;
  font-weight: 500;
  font-size: 48px;
  padding-bottom: 70px;
}
.section3 .cont2{
  position: relative;
  align-items: right;
  width: 60%; height: 100%;
}

.section3 .cont2 .box1{
  margin-top: 120px;
  height: 70%;
  background-image: url(/minkimg/s3_1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section3 .cont2 .box2{
  margin-top: 30px;
  height: 80%;
  background-image: url(/minkimg/s3_2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.section3 .cont2 .box3{
  height: 80%;  
  margin-top: 30px;
  background-image: url(/minkimg/s3_3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.fade{
  width: 100%; height:100%;
  animation: fade 4s ease-in-out infinite;
}
@keyframes fade {
  0%, 100% {
      opacity: 0;
  }
  25%, 75% {
      opacity: 1;
  }
}

@media (max-width: 1000px){
  .section3{height: 100vh;}
  .section3 .container{
    display: flex; 
    flex-direction: column;}
  .section3 .cont1 h3{text-align: center;}
  .section3 .cont1 h1{
    text-align: center;
    line-height: 45px;
    font-weight: 500;
    font-size: 37px;
    padding-bottom: 0;
    word-break: keep-all;
  }
  .section3 .cont2{
    position: relative;
    text-align: center;
    width: 130%; height: 100%;
  }
  .section3 .cont2 .box{
    position: absolute;
    left: -50%;
    transform: translate(39%, 0);
  }
  .section3 .cont2 .box{margin-top: 10px;}
  .section3 .cont2 .box1{
    margin-top: 40px;
    background-size: contain;}
}







/* 444444 */

.section4{
  overflow: hidden;
  background-color: #e8ebf2;
  height: auto; 
  width: 100%;}

.section4 .container{
  display: flex;
  margin: 0 auto;
  width: 70%;}
.section4 .cont1{
  padding-top: 12%;
  width: 65%;}
.section4 .cont1 video{
  margin-bottom: 12%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  width: 90%;}
.section4 .cont2{
  padding-top: 90px;
  text-align: right;
}
.section4 .cont2 h3{
  line-height: 50px;
  font-weight: 500;
  font-size: 20px;
  color:#023eb7;
}
.section4 .cont2 h1{
  letter-spacing: -1.5px;
  line-height: 55px;
  font-weight: 500;
  font-size: 48px;
  padding-bottom: 70px;
}

@media (max-width: 1200px){
  .section4{
    background-color: #e8ebf2;
    height: auto; 
    width: 100%;}
  .section4 .container{
    display: flex;
    flex-direction: column-reverse;
  }
  .section4 .cont2 h3{text-align: center;}
  .section4 .cont2 h1{
    text-align: center;
    line-height: 45px;
    font-weight: 500;
    font-size: 37px;
    padding-bottom: 0;
    word-break: keep-all;
  }
  .section4 .cont1{
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    padding-top: 12%;
    width: 100%; height: auto;}
  .section4 .cont1 video{
    align-items: center;
    height: auto;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 20px;}
}

@media (max-width: 500px){
  .section4{
    background-color: #e8ebf2;
    height: 100vh; 
    width: 100%;}
  .section4 .cont2{padding-bottom:40px;}
  }


/* 55555 */

.section5{
  background-image: url(/minkimg/s5_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height:100%; 
  width: 100%;}

.section5 .container{
  gap: 50px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 70%;}
.section5 .cont1{
  padding-top: 90px;
  text-align: left;
}
.section5 .cont1 h3{
  line-height: 50px;
  font-weight: 400;
  font-size: 20px;
  color:#83f8ff;
}
.section5 .cont1 h1{
  letter-spacing: -2px;
  color: #ffffff;
  line-height: 55px;
  font-weight: 500;
  font-size: 48px;
  padding-bottom: 70px;
}
.section5 .cont2{
  padding-bottom: 130px;
  height: 100%;
  padding-top: 180px;
}
.section5 .cont2 img{
  filter: brightness(1);
  width: 100%;}


@media (max-width: 1000px){
  .section5 .container{
    display: flex; 
    flex-direction: column;
  }
  .section5 .cont1 h3{text-align: center;}
  .section5 .cont1 h1{
    text-align: center;
    line-height: 45px;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 0;
  }
  .section5 .cont2{
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
}
  
	/* PC */
	@media (min-width:1001px){
		.m_only {display:none !important;}
	}
	/* Mobile */
	@media (max-width:1000px){
		.pc_only {display:none !important;}
	}