/* main */
#main{
  width: 100%;
  position: relative;
}
.visual{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.v_0{
  width: 100%;
  height: 100vh;
}
.v_1{
  width: 100%;
  height: 100vh;
}
.v_2{
  width: 100%;
  height: 100vh;
}

.slide_text{
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
.slide_text span{
  font-size: 72px;
  color: #ffffff;
  font-family: 'SUIT-Bold', sans-serif;
}
.slick-active .slide_text span{
  animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.scroll{
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 0 8px ;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.scroll p{
  font-size: 11px;
  color: #ffffff;
  font-family: 'SUIT-Bold', sans-serif;
}
.scroll div{
  width: 30px;
  height: 20px;
  border: 1pt solid #ffffff; 
  border-radius: 30px;
  position: relative;
}
.scroll span{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 10px;
  left: 30%;
  transform: translateY(-50%);
  animation: scroll infinite 1.5s linear;
}
@keyframes scroll {
    0% {
        left: 5px;
    }

    100% {
        left: 25px;
        opacity: 0;
    }
}

/* main_sec1 */
.ms1{
  position: relative;
  height: 165px;
}
.ms1_con{
  position: absolute;
  top: -50%;
  left: 0;
  background: linear-gradient(to left, #031e49, #032458);
  border-radius: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 110px;
  padding: 20px 0;
}
.ms1_con li{
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  text-align: center;
  cursor: pointer;
}
.ms1_con .line{
  width: 1px;
  height: 110px;
  background-color: rgba(137,137,137,0.15);
  cursor: none;
}
.ms1_con span{
  font-size: 18px;
  color: #ffffff;
  font-family: 'SUIT-Bold', sans-serif;
}
.ms1_con .img_box{
  height: 50px;
}
.ms1_con img{
  max-width: 100%;
}

/* main_sec2 */
.ms2_title{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
}
.ms2_title>span{
  font-size: 55px;
  color: #012255;
  font-family: 'SUIT-ExtraBold', sans-serif;
}
.ms2_title div span{
  font-size: 16px;
  color: #333333;
  font-family: 'SUIT-ExtraBold', sans-serif;
}
.ms2_title img{
  margin-left: 10px;
}
.ms2 ul{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.ms2 img{
  max-width: 100%;
}
.ms2 .txt1{
  margin-top: 40px;
  font-size: 22px;
  color: #111111;
  font-family: 'SUIT-ExtraBold', sans-serif;
}
.ms2 .txt2{
  margin-top: 30px;
  font-size: 16px;
  color: #888888;
  font-family: 'SUIT-Medium', sans-serif;
}

/* main_sec3 */
.ms3{
  margin-top: 80px;
  padding: 90.5px 0;
  background-image: url(../images/ms3_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  gap: 0 240px;
  align-items: center;
}
.ms3 p{
  font-size: 55px;
  color: #ffffff;
  font-family: 'SUIT-Medium', sans-serif;
}
.ms3 p span{
  font-family: 'SUIT-ExtraBold', sans-serif;
}
.ms3 a{
  font-size: 20px;
  color: #ffffff;
  font-family: 'SUIT-Bold', sans-serif;
  background-color: #031f4b;
  border-radius: 50px;
  width: 338px;
  padding: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}

/* main_sec4 */
.ms4{
  margin-top: 148px;
}
.ms4 ul{
  margin-top: 58px;
  display: flex;
}
.ms4 li{
  border-left: 1px solid #252525;
  padding: 17px 0 20px 15px;
  cursor: pointer;
    width: 24%;
}
.ms4 li:hover .txt1{
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-position:under
}
.ms4 .txt1{
  font-size: 22px;
  color: #111111;
  font-family: 'SUIT-Regular', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.ms4 .txt2{
  margin-top: 30px;
  font-size: 16px;
  color: #888888;
  font-family: 'SUIT-Medium', sans-serif;
}

/* main_sec5 */
.ms5{
  margin-top: 150px;
  padding: 155px 0;
  background-image: url(../images/ms5_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ms5 p{
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  font-family: 'SUIT-ExtraBold', sans-serif;
}

/* mobile */
@media screen and (max-width: 767px){ 
  .slide_text span {
    font-size: 35px;
  }
  .scroll{
    right: -8%;
  }
  .scroll p {
    font-size: 9px;
  }
  .scroll div {
    width: 25px;
    height: 15px;
  }
  .scroll span {
    width: 2px;
    height: 2px;
    top: 7.5px;
  }

  /* main_sec1 */
  .ms1 {
    height: 150px;
  }
  .ms1_con{
    gap: 0 20px;
    padding: 10px 0;
  }
  .ms1_con li {
    gap: 15px 0;
  }
  .ms1_con span {
    font-size: 12px;
  }

  /* main_sec2 */
  .ms2_title>span {
    font-size: 30px;
  }
  .ms2_title div span {
    font-size: 12px;
  }
  .ms2_title img {
    margin-left: 5px;
    width: 10%;
  }
  .ms2 ul{
    flex-wrap: wrap;
    gap: 20px 0;
  } 
  .ms2 li{
    width: 48%;
  }
  .ms2 .txt1 {
    margin-top: 15px;
    font-size: 14px;
  }
  .ms2 .txt2 {
    margin-top: 10px;
    font-size: 12px;
  }

  /* main_sec3 */
  .ms3 {
    margin-top: 50px;
    gap: 20px 0;
    padding: 50.5px 0;
    flex-direction: column;
  }
  .ms3 p {
    font-size: 25px;
  }
  .ms3 a {
    font-size: 12px;
    width: 150px;
    padding: 8px 0;
    gap: 0 10px;
  }
  .ms3 a img{
    width: 6%;
  }

  /* main_sec4 */
  .ms4 {
    margin-top: 100px;
  }
  .ms4 ul{
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .ms4 li{
    width: 46%;
    padding: 12px 0 15px 10px;
  }
  .ms4 .txt1 {
    font-size: 14px;
  }
  .ms4 .txt2 {
    margin-top: 20px;
    font-size: 12px;
  }

  /* main_sec5 */
  .ms5 {
    margin-top: 100px;
    padding: 80px 0;
  }
  .ms5 p {
    font-size: 21px;
  }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){
  .visual, .v_0, .v_1, .v_2{
    height: unset;
  }

  .slide_text span {
    font-size: 45px;
  }
  .scroll{
    right: -2%;
  }
  .scroll p {
    font-size: 12px;
  }
  .scroll div {
    width: 30px;
    height: 20px;
  }
  .scroll span {
    width: 4px;
    height: 4px;
    top: 9.5px;
  }

  /* main_sec1 */
  .ms1 {
    height: 150px;
  }
  .ms1_con{
    gap: 0 100px;
    padding: 15px 0;
  }
  .ms1_con li {
    gap: 20px 0;
  }
  .ms1_con span {
    font-size: 14px;
  }

  /* main_sec2 */
  .ms2_title>span {
    font-size: 35px;
  }
  .ms2_title div span {
    font-size: 14px;
  }
  .ms2 ul{
    flex-wrap: wrap;
    gap: 25px 0;
  } 
  .ms2 li{
    width: 48%;
  }
  .ms2 img {
    width: 100%;
  }
  .ms2_title img {
    margin-left: 10px;
    width: 10%;
  }
  .ms2 .txt1 {
    margin-top: 20px;
    font-size: 16px;
  }
  .ms2 .txt2 {
    margin-top: 15px;
    font-size: 14px;
  }

  /* main_sec3 */
  .ms3 {
    margin-top: 120px;
    gap: 25px 0;
    padding: 55.5px 0;
    flex-direction: column;
  }
  .ms3 p {
    font-size: 27px;
  }
  .ms3 a {
    font-size: 14px;
    width: 180px;
    padding: 12px 0;
    gap: 0 15px;
  }
  .ms3 a img{
    width: 6%;
  }
  
  /* main_sec4 */
  .ms4 {
    margin-top: 120px;
  }
  .ms4 ul{
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .ms4 li{
    width: 48%;
    padding: 17px 0 20px 10px;
  }
  .ms4 .txt1 {
    font-size: 16px;
  }
  .ms4 .txt2 {
    margin-top: 25px;
    font-size: 14px;
  }
  
  /* main_sec5 */
  .ms5 {
    margin-top: 120px;
    padding: 85px 0;
  }
  .ms5 p {
    font-size: 23px;
  }

}