@charset "utf-8";

/* eng */
  /* slide */
  .visual {
      width: 100%;
      height: 100vh;
      /* height: 100%; */
      position: relative;
      overflow: hidden;
      z-index: 1;
      background-image: url("../images2/sub1-11_bg.jpg");
      background-size: cover;
      background-position: 100% 100%;
      background-repeat: no-repeat;
  }

  .v_0 {
      width: 100%;
      height: 430px;
  }

  .v_1 {
      width: 100%;
      height: 1000px;
  }

  .v_2 {
      width: 100%;
      height: 1000px;
  }

  .wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    clear: both;
}

  .slide_box {
      position: absolute;
      width: 100%;
      /* height: 100%; */

  }

  .slide_box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* //slide */

  .scroll {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
  }

  .scroll_text {
      position: absolute;
      bottom: 4%;
      left: 50%;
      color: white;
      transform: translate(-50%, -6%);
      font-family: 'pretendard-Medium', sans-serif;
      font-size: 16px;

  }

  .bar {
      width: 2px;
      height: 38px;
      background-color: rgba(255, 255, 255, 0.6);
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      text-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
  }

  .circle {
      width: 8px;
      height: 8px;
      border-radius: 24px;
      position: absolute;
      bottom: 90px;
      left: 50%;
      transform: translateX(-52%);
      background-color: white;
      text-shadow: 1px 1px 15px rgb(0 0 0 / 30%);
      animation: scroll 2s infinite ease-out;
      z-index: 50;
            opacity: 1;
  }




  @keyframes scroll {
      0% {
        opacity: 1;
          bottom: 30px;
      }

      100% {
          bottom: 0;
          opacity: 0;
      }
  }

  .visual{
    position:relative;
    color: #fff;
  }

  .visual_text {
      position: absolute;
      bottom: 38%;
      left: 12%;
      /* transform: translate(-50%, -6%); */
  }

  .visual_text p{
    font-family: 'pretendard-Bold', sans-serif;
    font-size: 120px;
    line-height: 120px;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  }

  .visual_semi_title{
    display :inline-block;
    font-size: 28px;
    font-family: 'pretendard-Bold', sans-serif;
    margin-top:30px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  }

.section1 {
  /* background-color:#f3f3f3; */
  background-image: url("../images2/img_background.jpg");
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
  width:100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sec1_title{
  font-size: 45px;
  font-family: 'pretendard-Bold', sans-serif;
  text-align: center;
}

.sec1_content{
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  line-height: 40px;
  font-family: 'pretendard-Bold', sans-serif;
  color: #444444;
}

.blue2{
  color: var(--blue2);
}

.title{
  text-align: center;
  font-size: 45px;
  margin-bottom: 50px;
  font-family: 'pretendard-Bold', sans-serif;
}

.section2{
  padding: 100px 0;
}

.section2 ul{
  display: flex;
  flex-direction: column;
  gap: 54px;
  align-items: center;
}

.section2 ul li{
  width: 970px;
  height: 216px;
  /* height: 100%; */
  display: flex;
  align-items: center;
  word-break: keep-all;
  border-radius: 12px;
  border: 1px solid rgb(0 0 0 / 5%);
  box-shadow: 7px 7px 12px -8px rgb(0 0 0 / 50%);
}

.section2 ul li .img_wrap{
  /* width: 270px; */
  width: 27.8%;
  text-align: center;
}

.section2 ul li .text_wrap{
  padding: 30px 60px 30px 0;
}

.section2 .text_wrap p{
  font-size: 26px;
  font-family: 'pretendard-Bold', sans-serif;
  color: var(--blue2);
  margin-bottom: 20px;
}

.section2 .text_wrap span{
  color: #727272;
  font-size: 16px;
  line-height: 25px;
  display:block;
}

.section3 {
  position:relative;
  background-color:#f3f3f3;
  width:100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}

.section3 .title{
  margin-top:90px;
}

.short_bar{
  width: 15px;
  height:1px;
  background-color: #ccc;
  margin: 20px 0 15px;
}

.section3 ul{
  position: absolute;
  top:200px;
  background-color:white;
  display:flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 344px;
  word-break: keep-all;
  border-radius: 12px;
  border: 1px solid rgb(0 0 0 / 5%);
  box-shadow: 7px 7px 12px -8px rgb(0 0 0 / 50%);
}



.section3 ul li{
  width: 25%;
  height:275px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'pretendard-Medium', sans-serif;
  border-right: 1px solid #ccc;
  padding: 0 22px;
}

.section3 ul li:last-child{
  border-right: none;
}

.section3 ul li h1{
  font-size: 34px;
  color: var(--blue2);
  /* letter-spacing: 0.05em; */
}

.section3 ul li span{
  font-size: 24px;
  font-weight: bold;
}

.section3 ul li p{
  margin-top: 15px;
  color: #555;
  font-size: 16px;
  line-height: 25px;
  height: 110px;
}

.section4 {
  text-align: center;
  margin:0 auto;
  padding: 230px 0 150px;
}

.section5 ul{
  display: flex;
  flex-direction: column;
      gap: 15px;
}

.section5 ul li{
  display: flex;
  align-items: center;
}

.section5 .text_wrap{
  width: 50%;
    margin-left: 80px;
}

.section5 .text_wrap p{
  font-size: 16px;
  font-family: 'pretendard-Medium', sans-serif;
  line-height: 25px;
  letter-spacing: -0.025em;
  color:#555;
}

.section5 .text_wrap h1{
  margin-bottom:15px;
  color: var(--blue2);
  font-size: 26px;
}

.section5 {
  padding-bottom: 180px;
}

.m_only {
    display: none !important;
}



.section4 {
  text-align: center;
  margin:0 auto;
  padding: 300px 0 200px;
}

.section4 .process_wrap{
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 50px;
    background-image: url("../images2/process_shape.png");
    background-size: 85%;
    background-position: 48% 31%;
    background-repeat: no-repeat;
}

.process_wrap .img_wrapper {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.section4 .process_wrap ul{
  display: flex;
  justify-content: space-between;

}

.section4 .process_wrap ul li{
  display: flex;
  flex-direction: column;
  /* width: 20%; */

}

.section4 .process_wrap ul li:nth-child(2n){
  padding-top:36px;
}

.section4 .process_wrap ul li p{
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding-top:12px;
  line-height: 25px;
}

.section4 .process2_wrap{
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 70px 0 0px;
}

.section4 .process2{
  border-radius: 10px;
  border: 2px solid #e1e1e1;
  position: relative;
}

.section4 .process2 .process2_title{
  width: 150px;
  height: 45px;
  background-color: #4b4b4b;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.section4 .process2 .process2_title p{
  color: white;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}

.section4 .process2 span{
  color: black;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}


.section4 .process2 .title2{
  background-color: #266fec;
}

.process2_content {
  width: 300px;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.process2_content img{
  width: max-content;
}














/* mobile */
@media screen and (max-width: 767px) {

  .section3 ul li br{
    display:none;
  }

  .section2 ul li .text_wrap{
    padding: 0;
  }

      .process2_wrap img{
        margin: 0 auto;
        width: max-content;
      }

    .process2_content{
      width: 100%;
      height: 100%;
      padding: 45px 0 30px;
    }

    .section4 .process2{
      /* width: 50%; */
      width: 55vw;
      min-width: 250px;
    }

    .section4 .process2 .process2_title p{
      font-size: 14px;
      line-height: normal;
    }

    .section4 .process2 span{
      font-size: 14px;
      line-height: normal;
    }

    .section4 .process2 .process2_title{
      width: 120px;
      height: 36px;
    }

    .section4 .process2_wrap{
      align-items: center;
      gap: 50px;
      padding: 60px 0 0;
    }



    .section4 .process_wrap ul li p{
      font-size:14px;
      line-height: normal;
    }

    .section4 .process_wrap ul li:nth-child(2n){
      padding-top: 0;
    }

    .section4 .process_wrap{
      background-image: none;
      padding-bottom:30px;
    }

    .section4 .process_wrap ul{
      flex-direction: column;
      gap:40px;
    }

    .section4 .process2_wrap{
      flex-direction: column;
    }



  br{
    display: none;
  }

  .title{
    font-size: 20px;
    margin-bottom: 20px;
  }

  .section1{
    height: 250px;
  }

  .section2{
    padding: 30px 0 60px;
  }

  .sec1_title{
    font-size: 20px;
  }

  .sec1_content{
    font-size: 20px;
    line-height: 28px;
  }

  .sec1_content p{
    word-break: keep-all;
  }

  .visual_text{
    bottom: 29%;
    left: 10%;
  }

  .visual_text p{
    font-size: 48px;
    line-height: 52px;
  }

  .visual_semi_title{
    font-size: 12px;
    margin-top: 10px
  }

    .h01 {
        height: 60px;
        padding: 0 5%;
    }

    .h01 img {
        width: 50%;
    }

    ul.menu a.on {
        font-size: 14px;
    }

    ul.menu li a {
        font-size: 14px;
    }

    ul.menu li span {
        font-size: 14px;
    }

    .visual {
        height: 50vh;
    }

    .bar {
        height: 6%;
    }

    .scroll_text {
        bottom: 6%;
        font-size: 10px;
    }

    .center {
        width: 90%;
    }

    .section1 {

    }

    .slider-for {
        width: 50vw;
    }

    .sec1_bottom_text p {
        font-size: 16px;
        line-height: 26px;
    }

    .sec1_text .sec1_text_bottom {
        font-size: 16px;
    }

    .sec1_text .sec1_text_title {
        font-size: 18px;
    }

    .sec1_text span {
        font-size: 22px;
    }

    .sec1_text p {
        font-size: 24px;
        line-height: 22px;
    }

    .sec1_text {
        width: 30vw;
        margin-left: 7vw;
    }

    .v_nav {
        width: 170px;
        height: 60px;
    }

    .slider-nav button {
        transform: translateY(20px);
    }

    .slider-for {
        height: 250px;
    }

    .sec1_bottom_text {
        padding: 40px 0 60px 0;
    }

    .sec2_header {
        font-size: 22px;
    }

    .sec2_header p {
        margin-left: 15px;
    }

    ul.sec2_ul {
        padding: 0;

    }

    .sec2_ul {
        margin-top: 30px;
    }

    ul.sec2_ul li span {
        font-size: 20px;
    }

    ul.sec2_ul li p {
        font-size: 18px;
    }

    ul.sec2_ul li br {
        display: none;
    }

    ul.sec2_ul li {
        width: 30%;
        word-break: keep-all;
    }

    .center2 {
        height: 450px;
    }

    .section3 {
        padding: 60px 0;
    }

    ul.sec3_ul{
      height: 100%;
      align-content:flex-start;
    }

    ul.sec3_ul li .sec3_header {
        font-size: 22px;
        padding-left: 15px;
    }

    .flexbox1 span {
        font-size: 20px;
        padding-bottom: 2px;
    }

    .flexbox1 {
        padding-left: 20px;
        padding-right: 20px;
        word-break: keep-all;
    }

    .flexbox1 p {
        font-size: 16px;
        line-height: 22px;
    }

    .flexbox1 p br {
        display: none;
    }

    ul.sec3_ul li .sec3_header {
        transform: none;
    }

    .sec3_ul li:nth-child(3n-1) {
        width: 50%;
    }

    .sec3_ul li:nth-child(3n-2) {
        width: 50%;
    }

    .sec3_ul li:nth-child(3n) {
        width: 50%;
    }

    .sec4_content_header span {
        font-size: 20px;
        line-height: 24px;
    }

    .sec4_content_header p {
        font-size: 24px;
    }

    .sec4_content_header {
        padding: 10px 0 20px 0;
    }

    .sec4_text1 {
        font-size: 16px;
    }

    .sec4_text2 {
        font-size: 14px;
    }

    .sec4_text2 ul {
        padding-left: 35px;
    }

    .fix_menu {
        padding-top: 30px;
        padding-right: 40px;
    }

    .fix_menu ul li {
        width: 120px;
        height: 45px;
    }

    .fix_menu ul li a {
        font-size: 18px;
    }

    .sec5_content {
        width: 70vw;
    }


    .sec5_content_header p {
        font-size: 20px;
    }

    .sec5_content_header span {
        font-size: 22px;
    }

    .sec5_content ul {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .sec5_content ul li {
        flex-direction: column;
        gap: 20px;
        width: 70vw;
        align-items: baseline;
    }

    .sec5_content_text span {
        padding-top: 15px;
    }

    .pc_only {
        display: none !important;
    }

    .m_only {
        display: block !important;
    }

    .sec5_content ul li:nth-child(even) {
        padding-left: 0;
        width: 70vw;

    }



    .sec5_content_text p {
        padding-bottom: 50px;
    }

    .sec5_content2 p {
        font-size: 22px;
    }

    .sec5_content2 img {
        width: 70vw;
    }

    .sec5_content3 img {
        width: 70vw;
    }

    .sec5_content_text span {
        font-size: 22px;
    }

    .sec5_content_text {
        width: 450px;
        text-align: center;
    }

    .m_fix_padd li p {
        padding-bottom: 10px;
        margin: 0 auto;
        width: 50%;
    }

    .m_fix_padd ol {
        padding-bottom: 50px;

    }


    .circle {
            animation:none;

        animation-name: scroll;
          animation-duration: 2s;
          animation-timing-function: ease-out;
          animation-direction: normal;
          animation-fill-mode: forwards;
          animation-iteration-count: infinite;
          bottom: 4.5%;
    }




    @keyframes scroll {
        0% {
          opacity: 0;
          bottom: 4.5%;
        }

        5% {
          opacity: 1;
            bottom: 4.5%;
        }

        95%{
          opacity: 0;
          bottom: 0;
        }

        100% {
            bottom: 4.5%;
            opacity: 0;
        }
    }

    .section_text .sec_title p {
        font-size: 24px;
    }

    .sec_semi {
        font-size: 60px;
    }

    .section2 ul{
      gap: 18px;
    }

    .section2 .text_wrap p{
      font-size: 16px;
      margin-bottom: 6px;
      line-height: 20px;
    }

    .section2 .text_wrap span{
      font-size: 12px;
      line-height: 18px;
    }

    .section2 .text_wrap{
      text-align: center;
      word-break: keep-all;
    }

    .section2 ul li{
      width: 85vw;
      display: flex;
      flex-direction: column;
      padding: 20px 20px 30px 20px;
      box-sizing: border-box;
      height: 100%;
      gap: 10px;
    }

    .section2 ul li .img_wrap{
      /* width: 20vw; */
      width: 27.8%;
    }

    .section2 ul li .img_wrap img{
      width: 90%;
    }

    .section3{
      height: 190px;
      padding: 30px 0 50px;
    }

    .section3 ul{
      width: 90vw;
      height: fit-content;
      top: 85px;
      flex-direction: column;
      padding: 10px 0;
    }

    .section3 ul li{
      height: 140px;
      width: 100%;
      padding-bottom: 10px;
      border-right: 0;
    }

    .section3 .title{
      margin-top: 0;
    }

    .section3 ul li h1{
      font-size: 22px;
    }

    .short_bar{
      margin: 6px 0 8px;
    }

    .section3 ul li span{
      font-size: 16px;
      width: 50%
    }

    .section3 ul li p{
      margin-top: 6px;
      font-size: 12px;
      line-height: 14px;
      height: auto;
      width: 80%;
    }

    .section4 img{
      /* width: 90vw; */
    }

    .section4{
      padding: 500px 0 60px;
    }

    .section5 {
    padding-bottom: 60px;
    }



    .section5 .text_wrap h1{
          margin-bottom: 8px;
          font-size : 18px;
    }

    .section5 .text_wrap{
      width: 100%;
      margin-left:0px;
    }

    .section5 .text_wrap p{
      font-size: 14px;
      line-height: 20px;
    }

    .section5 ul{
      gap: 30px;
    }

    .section5 ul li{
      flex-direction: column;
      gap: 10px;
    }

    .section5 ul li .img_wrap img{
      width: 100%;
    }

    .none{
      display: none !important;
    }

}





@media screen and (min-width: 768px) and (max-width: 980px) {
  .section3 ul li .t_only{
    font-size: 0.83em !important;
    line-height: 21px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 970px) {
  .section3 ul li .t_only_br{
    display: none !important;
  }
}



/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

  .t_only_br{
    display: block !important;
  }

  .section3 ul li br{
    display:none;
  }

  .section2 ul li .text_wrap{
    padding: 30px 40px 30px 0;
    width: 72.2%;
  }


    .process2_content{
      width: 25vw;
      /* height: 280px; */
      height: 28vw;
      transform: translateY(10px);
    }

    .section4 .process2 .process2_title p{
      font-size: 14px;
      line-height: normal;
    }

    .section4 .process2 span{
      font-size: 13px;
      line-height: normal;
    }

    .section4 .process2 .process2_title{
      width: 135px;
      height: 42px;
    }


    .process_wrap .img_wrapper img{
      width: 16vw;
    }

    .section4 .process_wrap ul li p{
      font-size: 16px;
      line-height: 20px;
    }

    .process2_wrap img {
      width: 15vw;
    }

    .section4 .process_wrap{
      padding-bottom: 40px;
      background-position: 48% 29%;
    }

    .section4 .process2_wrap{
      padding: 60px 0 0;
      gap: 20px;
    }

    .section4 .process_wrap ul li:nth-child(2n){
      padding-top: 30px;
    }



  .none{
    display: none !important;
  }

  .title{
    font-size: 28px;
    margin-bottom: 30px;
  }

  .section1{
    height: 250px;
  }

  .section2{
    padding: 60px 0;
  }

  .sec1_title{
    font-size: 32px;
  }

  .sec1_content{
    font-size: 20px;
    line-height: 28px;
  }

  .visual_text{
    bottom: 33%;
    left: 10%;
  }

  .visual_text p{
    font-size: 60px;
    line-height: 60px;
  }

  .visual_semi_title{
    font-size: 15px;
    margin-top: 20px
  }

    .h01 {
        height: 60px;
        padding: 0 5%;
    }

    .h01 img {
        width: 50%;
    }

    ul.menu a.on {
        font-size: 14px;
    }

    ul.menu li a {
        font-size: 14px;
    }

    ul.menu li span {
        font-size: 14px;
    }

    .visual {
        height: 50vh;
    }

    .bar {
        height: 6%;
    }

    .scroll_text {
        bottom: 6%;
        font-size: 10px;
    }

    .center {
        width: 90%;
    }

    .section1 {

    }

    .slider-for {
        width: 50vw;
    }

    .sec1_bottom_text p {
        font-size: 16px;
        line-height: 26px;
    }

    .sec1_text .sec1_text_bottom {
        font-size: 16px;
    }

    .sec1_text .sec1_text_title {
        font-size: 18px;
    }

    .sec1_text span {
        font-size: 22px;
    }

    .sec1_text p {
        font-size: 24px;
        line-height: 22px;
    }

    .sec1_text {
        width: 30vw;
        margin-left: 7vw;
    }

    .v_nav {
        width: 170px;
        height: 60px;
    }

    .slider-nav button {
        transform: translateY(20px);
    }

    .slider-for {
        height: 250px;
    }

    .sec1_bottom_text {
        padding: 40px 0 60px 0;
    }

    .sec2_header {
        font-size: 22px;
    }

    .sec2_header p {
        margin-left: 15px;
    }

    ul.sec2_ul {
        padding: 0;

    }

    .sec2_ul {
        margin-top: 30px;
    }

    ul.sec2_ul li span {
        font-size: 20px;
    }

    ul.sec2_ul li p {
        font-size: 18px;
    }

    ul.sec2_ul li br {
        display: none;
    }

    ul.sec2_ul li {
        width: 30%;
        word-break: keep-all;
    }

    .center2 {
        height: 450px;
    }

    .section3 {
        padding: 60px 0;
    }

    ul.sec3_ul{
      height: 100%;
      align-content:flex-start;
    }

    ul.sec3_ul li .sec3_header {
        font-size: 22px;
        padding-left: 15px;
    }

    .flexbox1 span {
        font-size: 20px;
        padding-bottom: 2px;
    }

    .flexbox1 {
        padding-left: 20px;
        padding-right: 20px;
        word-break: keep-all;
    }

    .flexbox1 p {
        font-size: 16px;
        line-height: 22px;
    }

    .flexbox1 p br {
        display: none;
    }

    ul.sec3_ul li .sec3_header {
        transform: none;
    }

    .sec3_ul li:nth-child(3n-1) {
        width: 50%;
    }

    .sec3_ul li:nth-child(3n-2) {
        width: 50%;
    }

    .sec3_ul li:nth-child(3n) {
        width: 50%;
    }

    .sec4_content_header span {
        font-size: 20px;
        line-height: 24px;
    }

    .sec4_content_header p {
        font-size: 24px;
    }

    .sec4_content_header {
        padding: 10px 0 20px 0;
    }

    .sec4_text1 {
        font-size: 16px;
    }

    .sec4_text2 {
        font-size: 14px;
    }

    .sec4_text2 ul {
        padding-left: 35px;
    }

    .fix_menu {
        padding-top: 30px;
        padding-right: 40px;
    }

    .fix_menu ul li {
        width: 120px;
        height: 45px;
    }

    .fix_menu ul li a {
        font-size: 18px;
    }

    .sec5_content {
        width: 70vw;
    }


    .sec5_content_header p {
        font-size: 20px;
    }

    .sec5_content_header span {
        font-size: 22px;
    }

    .sec5_content ul {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .sec5_content ul li {
        flex-direction: column;
        gap: 20px;
        width: 70vw;
        align-items: baseline;
    }

    .sec5_content_text span {
        padding-top: 15px;
    }

    .pc_only {
        display: none !important;
    }

    .m_only {
        display: block !important;
    }

    .sec5_content ul li:nth-child(even) {
        padding-left: 0;
        width: 70vw;

    }



    .sec5_content_text p {
        padding-bottom: 50px;
    }

    .sec5_content2 p {
        font-size: 22px;
    }

    .sec5_content2 img {
        width: 70vw;
    }

    .sec5_content3 img {
        width: 70vw;
    }

    .sec5_content_text span {
        font-size: 22px;
    }

    .sec5_content_text {
        width: 450px;
        text-align: center;
    }

    .m_only ol>li {
        align-items: baseline;
    }

    .m_fix_padd li p {
        padding-bottom: 10px;
        margin: 0 auto;
        width: 50%;
    }

    .m_fix_padd ol {
        padding-bottom: 50px;

    }

    @keyframes scroll {
        0% {
            bottom: 4.5%;
        }

        100% {
            bottom: 0;
            opacity: 0;
        }
    }

    .section_text .sec_title p {
        font-size: 24px;
    }

    .sec_semi {
        font-size: 60px;
    }

    .section2 ul{
      gap: 30px;
    }

    .section2 .text_wrap p{
      font-size: 22px;
      margin-bottom: 10px;
      line-height: 24px;
    }

    .section2 .text_wrap span{
      font-size: 14px;
    }

    .section2 ul li{
      width: 85vw;
      height: 100%;
    }

    .section2 ul li .img_wrap{
      /* width: 23vw; */
      /* width: 185px; */
      width: 27.8%;
    }

    .section3{
      height:220px;
      padding: 50px 0 70px;
    }

    .section3 ul{
      width: 90vw;
      /* height:260px; */
      height: 90%;
      top: 120px;
    }

    .section3 ul li{
      height: 200px;
      padding: 0 22px;
      width:18vw;
    }

    .section3 .title{
      margin-top: 0;
    }

    .section3 ul li h1{
      font-size: 26px;
    }

    .short_bar{
      margin: 10px 0 12px;
    }

    .section3 ul li span{
      font-size: 18px;
    }

    .section3 ul li p{
      margin-top: 6px;
      font-size: 12px;
      line-height: 18px;
      height: 70px;
    }

    .section4 img{
      /* width: 90vw; */
    }

    .section4{
      padding: 180px 0 100px;
    }

    .section5 {
    padding-bottom: 100px;
    }

    .section5 .text_wrap h1{
          margin-bottom: 8px;
          font-size : 20px;
    }

    .section5 .img_wrap{
       width: 75%;
    }

    .section5 .text_wrap{
      margin-left:0px;
    }

    .section5 .text_wrap p{
      font-size: 14px;
      line-height: 20px;
    }

    .section5 ul li .img_wrap img{
      width: 90%;
    }

}


/* response */
@media screen and (max-width: 400px) {
    .section3 ul{
      padding: 30px 0 30px;
      gap: 30px;
    }

    .section4{
      padding: 630px 0 60px;
    }
}
