#sec_01 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  background: url(../img/main/sec_01_bg.png) no-repeat center / cover;
}

#sec_01 .scroll {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
}

#sec_01 .scroll p {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 16px;
  color: #fff;
  animation: scroll 1s infinite ease-out;
}

@keyframes scroll {
  0% {transform: translateY(0);}
  35% {transform: translateY(10%);}
  70% {transform: translateY(-10%);}
  100% {transform: translateY(0);}
}

#sec_02 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #053784;
  overflow: hidden;
}

#sec_02 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
}

#sec_02 .wrap .top {
  width: 100%;
  height: auto;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#sec_02 .wrap .top p {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
}

#sec_02 .wrap .line {
  width: 100%;
  height: 1px;
  position: relative;
  background: #fff;
  margin: 50px auto;
}

#sec_02 .wrap .line img {
  width: 50px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation: flowing 6s infinite linear alternate; 
}

@keyframes flowing {
  0% {
    left: 0;
    transform: translateY(-50%);
  }
  100% {
    left: calc(100% - 50px);
    transform: translateY(-50%);
  }
}

#sec_02 .wrap .bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#sec_02 .wrap .bottom * {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#sec_03 {
  width: 100%;
  height: 530px;
  background: url(../img/main/sec_03_bg.png) no-repeat center / cover;
}

#sec_04 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#sec_04 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  display: flex;
  align-items: flex-end;
  gap: 100px;
}

#sec_04 .wrap .txt {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  flex-shrink: 0;
}

#sec_04 .wrap .txt h2 {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 30px;
  color: #053784;
}

#sec_04 .wrap .txt  p {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 20px;
  color: #053784;
}

#sec_04 .wrap .txt  a {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 20px;
  color: #053784;
}

#sec_04 .wrap .gallery {
  width: 100%;
  max-width: 1090px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#sec_04 .wrap .gallery .item {
  width: calc((100% - 40px) / 3);
  height: 350px;
}

#sec_04 .wrap .gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec_05 {
  width: 100%;
  height: auto;
  background: #053784;
  overflow: hidden;
}

#sec_05 .wrap {
  width: 100%;
  max-width: 1600px;
  height: auto;
  padding: 100px 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#sec_05 .wrap a,
#sec_05 .wrap .txt p {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 20px;
  color: #fff;
}

#sec_05 .wrap .txt {
  width: auto;
  height: auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#sec_05 .wrap .txt h2 {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 30px;
  color: #fff;
}

#sec_05 .slide_wrap {
  width: 100%;
  height: auto;
}

#sec_05 .slide_wrap img {
  width: auto;
  height: auto;
}

#sec_05 .slide_wrap .slick-slide {
  margin: 0 10px;
}

#sec_05 .slide_wrap .slick-list {
  margin: 0 -10px;
}

#sec_06 {
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  overflow: hidden;
}

#sec_06 h2 {
  font-family: 'K_R';
	font-weight: normal;
  font-size: 30px;
  color: #053784;
  margin-bottom: 50px;
}

#sec_06 .slide_wrap {
  width: 100%;
  max-width: 1274px;
  height: auto;
  position: relative;
  margin: 0 auto;
}

#sec_06 .slide_wrap .slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

#sec_06 .slide_wrap .slide a {
  width: auto;
  height: auto;
}

#sec_06 .slide_wrap .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec_06 .slide_wrap .slide .slick-slide {
  margin: 0 25px;
}

#sec_06 .slide_wrap .slide .slick-list {
  margin: 0 -25px;
}

#sec_06 .slide_wrap .btn_wrap {
  width: calc(100% + 200px);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sec_06 .slide_wrap .btn_wrap button {
  width: auto;
  height: auto;
  border: none;
  background: none;
}

#sec_06 .slide_wrap .btn_wrap button img {
  width: auto;
  height: auto;
}

@media (max-width: 1600px) {
  #sec_02 .wrap {
    max-width: 90%;
  }

  #sec_04 .wrap {
    max-width: 90%;
  }

  #sec_04 .wrap .gallery .item {
    height: 300px;
  }

  #sec_05 .wrap {
    max-width: 90%;
  }

  #sec_06 .slide_wrap {
    max-width: 80%;
  }
}

@media (max-width: 1400px) {
  #sec_02 .wrap .top p {
    font-size: 24px;
  }

  #sec_02 .wrap .bottom * {
    font-size: 18px;
  }

  #sec_04 .wrap .txt h2 {
    font-size: 24px;
  }

  #sec_04 .wrap .txt p,
  #sec_04 .wrap .txt a {
    font-size: 18px;
  }

  #sec_04 .wrap .gallery .item {
    height: 250px;
  }
}

@media (max-width: 1200px) {
  #sec_04 .wrap {
    flex-wrap: wrap;
  }

  #sec_04 .wrap .gallery .item {
    height: 300px;
  }

  #sec_05 .wrap .txt h2 {
    font-size: 24px;
  }

  #sec_05 .wrap a, #sec_05 .wrap .txt p {
    font-size: 18px;
  }

  #sec_06 .slide_wrap {
    max-width: 70%;
  }
}

@media (max-width: 900px) {
  #sec_01 .scroll {
    height: 50px;
  }

  #sec_01 .scroll p {
    font-size: 14px;
  }

  #sec_02 .wrap .line img {
    width: 40px;
  }

  @keyframes flowing {
    0% {
      left: 0;
      transform: translateY(-50%);
    }
    100% {
      left: calc(100% - 40px);
      transform: translateY(-50%);
    }
  }

  #sec_03 {
    height: 400px;
  }

  #sec_04 .wrap .gallery .item {
    height: 250px;
  }
  
  #sec_06 .slide_wrap .slide .slick-slide {
    margin: 0 10px;
  }

  #sec_06 .slide_wrap .slide .slick-list {
    margin: 0 -10px;
  }

  #sec_06 .slide_wrap .btn_wrap button img {
    width: 40px;
  }

  #sec_06 .slide_wrap .btn_wrap {
    width: calc(100% + 160px);
  }
}

@media (max-width: 700px) {
  #sec_02 .wrap .top p {
    font-size: 20px;
  }

  #sec_02 .wrap .bottom * {
    font-size: 16px;
  }

  #sec_02 .wrap .top {
    text-align: center;
    justify-content: center;
  }

  #sec_02 .wrap .bottom {
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 30px;
  }

  #sec_02 .wrap .bottom * {
    width: 100%;
  }

  #sec_04 .wrap .txt h2 {
    font-size: 20px;
  }

  #sec_04 .wrap .txt p, #sec_04 .wrap .txt a {
    font-size: 16px;
  }

  #sec_04 .wrap .gallery .item {
    height: auto;
  }

  #sec_05 .wrap .txt h2 {
    font-size: 20px;
  }

  #sec_05 .wrap a, #sec_05 .wrap .txt p {
    font-size: 16px;
  }

  #sec_06 h2 {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  #sec_01 {
    height: 500px;
  }

  #sec_02 {
    padding: 50px 0;
  }

  #sec_02 .wrap .line img {
    width: 30px;
  }

  @keyframes flowing {
    0% {
      left: 0;
      transform: translateY(-50%);
    }
    100% {
      left: calc(100% - 30px);
      transform: translateY(-50%);
    }
  }

  #sec_02 .wrap .line {
    margin: 30px auto;
  }

  #sec_03 {
    height: 300px;
  }

  #sec_04 {
    padding: 50px 0;
  }

  #sec_04 .wrap {
    gap: 50px;
  }

  #sec_04 .wrap .txt {
    gap: 30px;
  }

  #sec_04 .wrap .gallery .item:nth-of-type(3),
  #sec_04 .wrap .gallery .item:nth-of-type(4) {
    display: none;
  }

  #sec_04 .wrap .gallery .item {
    width: calc((100% - 20px) / 2);
  }

  #sec_05 .wrap {
    padding: 50px 0;
  }

  #sec_05 .wrap .txt {
    gap: 30px;
  }

  #sec_05 .wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  #sec_05 .wrap a {
    order: 1;
    text-align: right;
  }

  #sec_06 .slide_wrap .btn_wrap button img {
    width: 30px;
  }

  #sec_06 .slide_wrap .btn_wrap {
    width: calc(100% + 80px);
  }

  #sec_06 {
    padding: 50px 0;
  }

  #sec_06 h2 {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  #sec_02 .wrap .bottom * {
    font-size: 14px;
  }

  #sec_04 .wrap .txt h2 {
    font-size: 18px;
  }

  #sec_04 .wrap .txt p, #sec_04 .wrap .txt a {
    font-size: 14px;
  }

  #sec_04 .wrap .gallery {
    gap: 10px;
  }

  #sec_04 .wrap .gallery .item {
    width: calc((100% - 10px) / 2);
  }

  #sec_05 .wrap .txt h2 {
    font-size: 18px;
  } 

  #sec_05 .wrap a, #sec_05 .wrap .txt p {
    font-size: 14px;
  }

  #sec_06 h2 {
    font-size: 18px;
  }
}