html {
    font-size: 13px
}

@media (min-width: 576.02px) {
    html {
        font-size:14px
    }
}

@media (min-width: 768.02px) {
    html {
        font-size:15px
    }
}

@media (min-width: 1024.02px) {
    html {
        font-size:16px
    }
}


/************************** technology **************************/
.technology .sec1 .inner {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .technology .sec1 .inner {
    padding: 100px 0 50px;
  }
}
.technology .sec1 .inner .txt_box {
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .technology .sec1 .inner .txt_box {
    margin-bottom: 0;
  }
}
.technology .sec1 .inner .img {
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .technology .sec1 .inner .img {
    width: 60%;
  }
  .technology .sec1 .inner .img img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .technology .sec1 .inner .img {
    width: 80%;
  }
}

.technology .sec2 {
  position: relative;
}
.technology .sec2 .bg_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.technology .sec2 .bg_box .img {
  width: 100%;
  height: 100%;
}
.technology .sec2 .bg_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .technology .sec2 .bg_box .img img {
    object-position: left;
  }
}
.technology .sec2 .inner {
  padding: 180px 0 160px;
}
@media (max-width: 1400px) {
  .technology .sec2 .inner {
    padding: 180px 15px 160px;
  }
}
@media (max-width: 768px) {
  .technology .sec2 .inner {
    padding: 100px 15px 100px;
  }
}
@media (max-width: 576px) {
  .technology .sec2 .inner {
    padding: 50px 15px 50px;
  }
}
.technology .sec2 .inner .tp_txt_box {
  margin-bottom: 160px;
}
@media (max-width: 768px) {
  .technology .sec2 .inner .tp_txt_box {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .technology .sec2 .inner .tp_txt_box {
    margin-bottom: 50px;
  }
}
.technology .sec2 .inner .tp_txt_box .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .technology .sec2 .inner .tp_txt_box .tit {
    text-align: center;
    font-size: 1.875rem;
  }
}
.technology .sec2 .inner .tp_txt_box .txt {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.5px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .technology .sec2 .inner .tp_txt_box .txt {
    text-align: center;
    font-size: 1.2rem;
  }
}
.technology .sec2 .inner .bot_box .txt_box {
  margin-bottom: 40px;
}
.technology .sec2 .inner .bot_box .txt_box .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .technology .sec2 .inner .bot_box .txt_box .tit {
    text-align: center;
    font-size: 1.875rem;
  }
}
.technology .sec2 .inner .bot_box .txt_box .txt {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.5px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .technology .sec2 .inner .bot_box .txt_box .txt {
    text-align: center;
    font-size: 1.2rem;
  }
}
.technology .sec2 .inner .bot_box .list_box {
  height: 220px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .technology .sec2 .inner .bot_box .list_box {
    flex-wrap: wrap;
    height: fit-content;
    justify-content: center;
    gap: 22.5px;
  }
}
.technology .sec2 .inner .bot_box .list_box .list_cont {
  width: calc(20% - 22.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 40px 40px 40px 0;
}
@media (max-width: 1400px) {
  .technology .sec2 .inner .bot_box .list_box .list_cont {
    width: 30%;
    height: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .technology .sec2 .inner .bot_box .list_box .list_cont {
    width: 50%;
    height: 200px;
    margin-bottom: 20px;
    min-width: 250px;
  }
}
.technology .sec2 .inner .bot_box .list_box .list_cont:nth-child(1) {
  background: #4a6dd5;
}
.technology .sec2 .inner .bot_box .list_box .list_cont:nth-child(2) {
  background: #7670c0;
}
.technology .sec2 .inner .bot_box .list_box .list_cont:nth-child(3) {
  background: #a66ea4;
}
.technology .sec2 .inner .bot_box .list_box .list_cont:nth-child(4) {
  background: #d56482;
}
.technology .sec2 .inner .bot_box .list_box .list_cont:nth-child(5) {
  background: #f35668;
}
.technology .sec2 .inner .bot_box .list_box .list_cont .sub_tit {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .technology .sec2 .inner .bot_box .list_box .list_cont .sub_tit {
    font-size: 1.875rem;
  }
}
.technology .sec2 .inner .bot_box .list_box .list_cont .txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.45px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .technology .sec2 .inner .bot_box .list_box .list_cont .txt {
    font-size: 1.2rem;
  }
}
.technology .sec2 .inner .bot_box .list_box.en .list_cont .sub_tit {
  margin-bottom: 0;
}

.technology .sec3 .inner {
  max-width: 1280px;
  padding: 0;
  margin-bottom: 160px;
}
@media (max-width: 1400px) {
  .technology .sec3 .inner {
    padding: 100px 15px 0;
    margin-bottom: 100px;
  }
}
.technology .sec3 .inner .list_box {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box {
    flex-direction: column;
  }
}
.technology .sec3 .inner .list_box .lt_area {
  width: 640px;
  flex-shrink: 0;
}
@media (max-width: 1400px) {
  .technology .sec3 .inner .list_box .lt_area {
    width: 40%;
    margin-right: 80px;
  }
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box .lt_area {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .technology .sec3 .inner .list_box .lt_area {
    width: 80%;
  }
}
.technology .sec3 .inner .list_box .lt_area .img {
  width: fit-content;
}
@media (max-width: 1400px) {
  .technology .sec3 .inner .list_box .lt_area .img {
    width: 100%;
  }
  .technology .sec3 .inner .list_box .lt_area .img img {
    width: 100%;
  }
}
.technology .sec3 .inner .list_box .rt_area .txt_box .sub_tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 80px;
}
@media (max-width: 1400px) {
  .technology .sec3 .inner .list_box .rt_area .txt_box .sub_tit {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box .rt_area .txt_box .sub_tit {
    text-align: center;
    font-size: 1.875rem;
  }
}
.technology .sec3 .inner .list_box .rt_area .txt_box .sub_txt {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: -0.5px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .technology .sec3 .inner .list_box .rt_area .txt_box .sub_txt {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box .rt_area .txt_box .sub_txt {
    text-align: center;
    font-size: 1.2rem;
  }
}
.technology .sec3 .inner .list_box .rt_area .txt_box .txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.6px;
  text-align: left;
  color: #000;
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box .rt_area .txt_box .txt {
    text-align: center;
    font-size: 1.2rem;
  }
}
.technology .sec3 .inner .list_box.list_box1 {
  transform: translateY(-80px);
}
@media (max-width: 1400px) {
  .technology .sec3 .inner .list_box.list_box1 {
    transform: translateY(0px);
    margin-bottom: 100px;
  }
}
.technology .sec3 .inner .list_box.list_box2 {
  margin-bottom: 160px;
}
@media (max-width: 1400px) {
  .technology .sec3 .inner .list_box.list_box2 {
    margin-bottom: 100px;
  }
}
.technology .sec3 .inner .list_box.list_box2 .lt_area .img {
  margin: 0 auto;
}
.technology .sec3 .inner .list_box.list_box3 {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box3 {
    margin-bottom: 100px;
  }
}
.technology .sec3 .inner .list_box.list_box3 .lt_area {
  margin-right: 80px;
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box3 .lt_area {
    margin-right: 0px;
  }
}
.technology .sec3 .inner .list_box.list_box3 .rt_area .sub_tit {
  margin-bottom: 40px;
}
.technology .sec3 .inner .list_box.list_box3 .rt_area .sub_txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box3 .rt_area .sub_txt {
    text-align: center;
    font-size: 1.2rem;
  }
}
.technology .sec3 .inner .list_box.list_box3 .rt_area .cont_txt_box .cont_txt {
  display: flex;
  align-items: flex-start;
}
.technology .sec3 .inner .list_box.list_box3 .rt_area .cont_txt_box .cont_txt:not(:last-child) {
  margin-bottom: 20px;
}
.technology .sec3 .inner .list_box.list_box3 .rt_area .cont_txt_box .cont_txt .xi-check {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f35668;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin: 5px 10px 0 0;
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box3 .rt_area .cont_txt_box .cont_txt .xi-check {
    font-size: 1rem;
  }
}
.technology .sec3 .inner .list_box.list_box3 .rt_area .cont_txt_box .cont_txt .txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -1px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box3 .rt_area .cont_txt_box .cont_txt .txt {
    font-size: 1.2rem;
  }
}
.technology .sec3 .inner .list_box.list_box4 {
  flex-direction: row-reverse;
}
@media (max-width: 1400px) {
  .technology .sec3 .inner .list_box.list_box4 {
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box4 {
    flex-direction: column;
  }
}
.technology .sec3 .inner .list_box.list_box4 .lt_area {
  margin-left: 80px;
}
@media (max-width: 1400px) {
  .technology .sec3 .inner .list_box.list_box4 .lt_area {
    margin-left: 0px;
  }
}
.technology .sec3 .inner .list_box.list_box4 .rt_area .sub_tit {
  margin-bottom: 40px;
}
.technology .sec3 .inner .list_box.list_box4 .rt_area .sub_txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -1px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box4 .rt_area .sub_txt {
    text-align: center;
    font-size: 1.2rem;
  }
}
.technology .sec3 .inner .list_box.list_box4 .rt_area .cont_txt_box .cont_txt {
  display: flex;
  align-items: flex-start;
}
.technology .sec3 .inner .list_box.list_box4 .rt_area .cont_txt_box .cont_txt:not(:last-child) {
  margin-bottom: 20px;
}
.technology .sec3 .inner .list_box.list_box4 .rt_area .cont_txt_box .cont_txt .xi-check {
  flex-shrink: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f35668;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  margin: 5px 10px 0 0;
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box4 .rt_area .cont_txt_box .cont_txt .xi-check {
    font-size: 1rem;
  }
}
.technology .sec3 .inner .list_box.list_box4 .rt_area .cont_txt_box .cont_txt .txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -1px;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .technology .sec3 .inner .list_box.list_box4 .rt_area .cont_txt_box .cont_txt .txt {
    font-size: 1.2rem;
  }
}

.technology .sec4 .inner {
  position: relative;
  margin-bottom: 190px;
  padding: 0;
}
@media (max-width: 1400px) {
  .technology .sec4 .inner {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .technology .sec4 .inner {
    margin-bottom: 100px;
  }
}
.technology .sec4 .inner .txt_box {
  margin-bottom: 60px;
}
.technology .sec4 .inner .txt_box .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
  color: #000;
}
@media (max-width: 1400px) {
  .technology .sec4 .inner .txt_box .tit {
    font-size: 1.875rem;
  }
}
.technology .sec4 .inner .bot_box {
  position: relative;
}
.technology .sec4 .inner .bot_box .tech_swiper {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .technology .sec4 .inner .bot_box .tech_swiper {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .technology .sec4 .inner .bot_box .tech_swiper {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .technology .sec4 .inner .bot_box .tech_swiper {
    width: 100%;
  }
}
.technology .sec4 .inner .bot_box .tech_swiper .swiper-wrapper {
  height: auto;
}
.technology .sec4 .inner .bot_box .tech_swiper .swiper-slide:hover .img_inner img {
  transform: translate(-50%, -50%) scale(0.11);
}
.technology .sec4 .inner .bot_box .tech_swiper .swiper-slide:hover .btn_wrap {
  /* max-width: 360px; */
  width: 91%;
  background: #f35668;
}
.technology .sec4 .inner .bot_box .tech_swiper .swiper-slide:hover .btn_wrap .btn-plus {
  display: none;
}
.technology .sec4 .inner .bot_box .tech_swiper .swiper-slide:hover .btn_wrap .btn-more {
  display: block;
}
.technology .sec4 .inner .bot_box .tech_swiper .img {
  position: relative;
  margin-bottom: 30px;
  /* @include mdq-min(md) {
    &:hover {
      .btn_wrap {
        max-width: 360px;
        width: 91%;
        background: #f35668;

        .btn-plus {
          display: none;
        }

        .btn-more {
          display: block;
        }
      }

      .img-wrap {
        img {
          transform: translate(-50%, -50%) scale(0.11);
        }
      }
    }
  } */
}
.technology .sec4 .inner .bot_box .tech_swiper .img .img_inner {
  border-radius: 40px 40px 40px 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.technology .sec4 .inner .bot_box .tech_swiper .img .img_inner::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.technology .sec4 .inner .bot_box .tech_swiper .img .img_inner > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.technology .sec4 .inner .bot_box .tech_swiper .img .img_inner img {
  transition: 0.3s ease;
}
.technology .sec4 .inner .bot_box .tech_swiper .img .btn_wrap {
  position: absolute;
  bottom: 20px;
  right: 5%;
  transition: all 0.2s;
}
.technology .sec4 .inner .bot_box .tech_swiper .img .btn_wrap .btn-more {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
}
.btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 28px 30px 30px 0;
    color: #fff;
    background: #000
}

.btn_wrap .btn_01 i {
    font-size: 1.5rem;
	color: #FFF;
}

.btn_wrap .btn_01 span{color: #FFF;}

@media (max-width: 1024px) {
    .btn_wrap {
        width:50px;
        height: 50px
    }

    .btn_wrap .btn_01 i {
        font-size: 1.375rem;
    }
}
.technology .sec4 .inner .bot_box .tech_swiper .img .plus-deco {
  width: 60px;
  height: 60px;
  border-radius: 40px 40px 40px 0;
  position: absolute;
  background: #000;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}
.technology .sec4 .inner .bot_box .tech_swiper .txt {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .technology .sec4 .inner .bot_box .tech_swiper .txt {
    font-size: 1.2rem;
  }
}
.technology .sec4 .inner .bot_box .swiper-button {
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(-50%);
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -2.4px;
  color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border: none;
  background: none;
}
.technology .sec4 .inner .bot_box .swiper-button:hover {
  color: rgb(0, 0, 0);
}
.technology .sec4 .inner .bot_box .swiper-button.swiper_prev {
  left: -120px;
}
@media (max-width: 1700px) {
  .technology .sec4 .inner .bot_box .swiper-button.swiper_prev {
    display: none;
  }
}
.technology .sec4 .inner .bot_box .swiper-button.swiper_next {
  right: -120px;
}
@media (max-width: 1700px) {
  .technology .sec4 .inner .bot_box .swiper-button.swiper_next {
    display: none;
  }
}
.technology .sec4 .inner .swiper-pagination-box {
  margin-top: 60px;
}
.technology .sec4 .inner .swiper-pagination-box .swiper-pagination {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
.technology .sec4 .inner .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  transition: 0.3s;
}
.technology .sec4 .inner .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.technology .sec4 .inner .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.technology .sec4 .inner .swiper-pagination-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  width: 400%;
  height: 400%;
}





/************************** story **************************/

/* .story .tab_box {
    padding-top: 120px;
}
@media (max-width: 768px) {
    .story .tab_box {
        padding-top: 50px;
    }
} */
.story .tab_head {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 20px;
}
.story .tab_head + .sub_title {
    padding-top: 120px;
}
@media (max-width: 768px) {
    .story .tab_head {
        width: 100%;
        padding: 0 20px;
        gap: 10px;
    }
    .story .tab_head + .sub_title {
        padding-top: 60px;
    }
}
@media (max-width: 768px) {
    .story .tab {
        width: calc(50% - 5px);
    }
}
.story .tab .link {
    width: 240px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 30px 30px 0;
    background: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    transition: 0.3s;
    text-align: center;
}
@media (max-width: 768px) {
    .story .tab .link {
        width: 100%;
        font-size: 15px;
        height: 40px;
    }
}
@media (min-width: 769px) {
    .story .tab .link:hover {
        font-size: 22px;
    }
}
.story .tab .link.on {
    background: #f35668;
}
.story .tab_cont_wrap .tab_cont .cont {
    max-width: none;
    padding: 120px 0 0;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont {
        padding: 50px 0 0;
    }
}
.story .tab_cont_wrap .tab_cont .cont .txt_box {
    margin-bottom: 60px;
}
.story .tab_cont_wrap .tab_cont .cont .txt_box .sub_title {
    text-align: center;
}
.story .tab_cont_wrap .tab_cont .cont .txt_box .txt.en {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: -0.5px;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .txt_box .txt.en {
        font-size: 1.2rem;
        max-width: none;
        padding: 0 20px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .banner {
    position: relative;
    height: 1100px;
    padding: 100px 0 0;
}
.story .tab_cont_wrap .tab_cont .cont .banner.on .txt_box {
    opacity: 1;
    transform: translateY(0%);
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .banner {
        height: 100vw;
    }
}
@media (max-width: 576px) {
    .story .tab_cont_wrap .tab_cont .cont .banner {
        height: 650px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .banner .banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.story .tab_cont_wrap .tab_cont .cont .banner .banner_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .banner .banner_bg img {
        filter: brightness(0.5);
    }
}
.story .tab_cont_wrap .tab_cont .cont .banner .txt_box {
    opacity: 0;
    transform: translateY(25%);
    max-width: 1280px;
    margin: 0 auto;
    transition: 1s;
}
@media (max-width: 1400px) {
    .story .tab_cont_wrap .tab_cont .cont .banner .txt_box {
        padding: 0 15px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .banner .txt_box .sub_tit {
    font-size: 72px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .banner .txt_box .sub_tit {
        font-size: 1.875rem;
        margin-bottom: 10px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .banner .txt_box .txt {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: -0.75px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .banner .txt_box .txt {
        font-size: 1.875rem;
        margin-bottom: 10px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .banner .txt_box .sub_txt {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: -0.5px;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .banner .txt_box .sub_txt {
        font-size: 1.2rem;
        color: rgba(255, 255, 255, 0.7);
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(25%);
    transition: 1s;
}
.story .tab_cont_wrap .tab_cont .cont .list_box.on {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 1600px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box {
        width: 90%;
        align-items: flex-start;
    }
}
@media (max-width: 1024px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box {
        flex-direction: column-reverse;
        align-items: center;
    }
}
@media (max-width: 1024px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .right {
        width: 80%;
        margin: 0 auto 100px;
    }
    .story .tab_cont_wrap .tab_cont .cont .list_box .right img {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .right {
        margin-bottom: 50px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left {
    margin-left: 320px;
}
@media (max-width: 1600px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .left {
        margin-left: 0px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box {
        margin-bottom: 30px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box .sub_tit {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -3px;
    text-align: left;
    color: #000;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box .sub_tit {
        font-size: 1.875rem;
        letter-spacing: normal;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box .sub_tit.en {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box .sub_tit.en .year_txt {
    margin-left: 0;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box .sub_tit.en .year_txt {
        font-size: 1.4rem;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box .sub_tit .year_txt {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-left: 30px;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .left .tp_txt_box .sub_tit .year_txt {
        font-size: 1.4rem;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont {
    display: flex;
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont:not(:last-child) {
    margin-bottom: 25px;
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont .lt_area {
    width: 120px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont .lt_area {
        width: 70px;
        font-size: 1.2rem;
        line-height: 1.6;
        flex-shrink: 0;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont .rt_area .txt_wrap {
    display: flex;
    align-items: flex-start;
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont .rt_area .txt_wrap:not(:first-child) {
    margin-top: 20px;
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont .rt_area .txt_wrap .dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000;
    margin-top: 12px;
    margin-right: 10px;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont .rt_area .txt_wrap .dot {
        margin-top: 10px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont .rt_area .txt_wrap .txt {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box .left .list_box_inner .list_cont .rt_area .txt_wrap .txt {
        font-size: 1.2rem;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 {
    align-items: normal;
    flex-direction: row-reverse;
    margin-top: 160px;
}
@media (max-width: 1024px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 {
        padding-top: 160px;
    }
}
@media (max-width: 576px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 {
        margin-top: 50px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .inner_cont {
    max-width: 1600px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: normal;
    flex-direction: row-reverse;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .inner_cont {
        flex-direction: column-reverse;
        align-items: center;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .left {
    margin-left: 0;
    margin-right: 160px;
    padding-bottom: 170px;
}
@media (max-width: 1600px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .left {
        margin-right: 0px;
        margin-left: 80px;
    }
}
@media (max-width: 1024px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .left {
        margin-right: 0px;
        margin-left: 0px;
        margin: 0 auto;
    }
}
@media (max-width: 576px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .left {
        padding-bottom: 50px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .right {
    align-self: flex-end;
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .deco_img {
    position: absolute;
    top: 0;
    left: -30%;
    opacity: 0;
    transition: 1s;
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box2 .deco_img.on {
    opacity: 1;
    left: 0%;
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 {
    align-items: normal;
    margin-bottom: 210px;
    padding-top: 160px;
}
@media (max-width: 576px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 {
        margin-bottom: 100px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .inner_cont {
    max-width: 1600px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}
@media (max-width: 1600px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .inner_cont {
        align-items: flex-start;
    }
}
@media (max-width: 1024px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .inner_cont {
        flex-direction: column-reverse;
        align-items: center;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .right {
    margin-top: 15%;
}
@media (max-width: 1600px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .right {
        margin-top: 0%;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .left {
    margin-left: 160px;
}
@media (max-width: 1600px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .left {
        margin-right: 80px;
        margin-left: 0px;
    }
}
@media (max-width: 1024px) {
    .story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .left {
        margin-right: 0px;
        margin-left: 0px;
    }
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .deco_img {
    position: absolute;
    top: 0;
    right: -30%;
    opacity: 0;
    transition: 1s;
}
.story .tab_cont_wrap .tab_cont .cont .list_box.list_box3 .deco_img.on {
    opacity: 1;
    right: 0%;
}



/************************** leadership **************************/
.leadership .cont {
    max-width: 1280px;
    /* padding: 120px 0 220px; */
    overflow: hidden;
}
/* @media (max-width: 768px) {
    .leadership .cont {
        padding: 100px 0;
    }
} */
.leadership .cont > .txt {
    margin-bottom: 65px;
}
@media (max-width: 768px) {
    .leadership .cont > .txt {
        margin-bottom: 0;
    }
}
.leadership .cont .list {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1400px) {
    .leadership .cont .list {
        height: fit-content;
        justify-content: center;
        gap: 40px;
    }
}
@media (max-width: 768px) {
    .leadership .cont .list {
        flex-direction: column;
        align-items: center;
    }
}
.leadership .cont .list .item {
    padding: 60px 40px 60px 60px;
    position: relative;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 1400px) {
    .leadership .cont .list .item {
        max-width: 500px;
        height: 500px;
    }
}
@media (max-width: 1100px) {
    .leadership .cont .list .item {
        max-width: 350px;
        height: 350px;
        padding: 30px 30px 30px 30px;
    }
}
@media (max-width: 375px) {
    .leadership .cont .list .item {
        max-width: 280px;
        height: 280px;
    }
}
.leadership .cont .list .item .bg_img {
    border-radius: 40px 40px 40px 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.leadership .cont .list .item .bg_img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: .6s;
}
.leadership .cont .list .item .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leadership .cont .list .item .txt {
    transition: .6s;
    position: relative;
    z-index: 5;
}
.leadership .cont .list .item .txt .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    transition: .6s;
}
@media (max-width: 768px) {
    .leadership .cont .list .item .txt .name {
        font-size: 1.875rem;
    }
}
.leadership .cont .list .item .txt .pos {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    transition: .6s;
}
@media (max-width: 768px) {
    .leadership .cont .list .item .txt .pos {
        font-size: 1.2rem;
    }
}
.leadership .cont .list .item .hide_txt {
    height: 0;
    padding-right: 20px;
    overflow: hidden;
    transition: .6s;
    position: relative;
    z-index: 1;
}
.leadership .cont .list .item .hide_txt::-webkit-scrollbar {
    width: 2px;
}
.leadership .cont .list .item .hide_txt::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
}
.leadership .cont .list .item .hide_txt::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 6px;
    height: 40px;
}
.leadership .cont .list .item .hide_txt > .txt {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 60px;
}
@media (max-width: 768px) {
    .leadership .cont .list .item .hide_txt > .txt {
        font-size: 1.2rem;
    }
}
.leadership .cont .list .item .hide_txt .sub_txt {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
    .leadership .cont .list .item .hide_txt .sub_txt {
        font-size: 1.2rem;
    }
}
.leadership .cont .list .item .hide_txt .sub_txt .txt {
    display: flex;
}
.leadership .cont .list .item .hide_txt .sub_txt .dot {
    margin-right: 5px;
}
.leadership .cont .list .item:hover .bg_img::after {
    opacity: 0.9;
}
.leadership .cont .list .item:hover > .txt {
    margin-bottom: 60px;
}
.leadership .cont .list .item:hover > .txt .name {
    color: #fff;
}
.leadership .cont .list .item:hover > .txt .pos {
    color: #fff;
}
.leadership .cont .list .item:hover .hide_txt {
    height: 350px;
    overflow-y: scroll;
}




/************************** office **************************/

.office .roughmap_lebel_text {
    font-weight: 500 !important;
    font-size: 12px !important;
}
.office .cont {
    max-width: 1280px;
    /* padding: 120px 0 90px; */
}
/* @media (max-width: 1400px) {
    .office .cont {
        padding: 120px 15px 90px;
    }
}
@media (max-width: 768px) {
    .office .cont {
        padding: 100px 15px 0px;
    }
} */
/* .office .cont .list .item {
    margin-bottom: 100px;
} */
.office .cont .list .item .tp_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .office .cont .list .item .tp_wrap {
        flex-direction: column;
    }
}
@media (max-width: 576px) {
    .office .cont .list .item .tp_wrap {
        margin-bottom: 25px;
    }
}
.office .cont .list .item .tp_wrap.en {
    flex-direction: column;
}
.office .cont .list .item .tp_wrap.en .tit {
    margin: 0 0 50px;
}
@media (max-width: 768px) {
    .office .cont .list .item .tp_wrap.en .tit {
        margin: 0 auto 25px 0;
    }
}
.office .cont .list .item .tp_wrap.en .box .txt_wrap {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
}
.office .cont .list .item .tp_wrap.en .box .txt_wrap:last-child {
    margin-bottom: 0;
}
.office .cont .list .item .tp_wrap.en .box .txt_wrap .txt {
    width: 100%;
    margin-bottom: 10px;
}
.office .cont .list .item .tp_wrap .tit {
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -1.5px;
    text-align: left;
    color: #000;
    position: relative;
    margin-right: 60px;
}
@media (max-width: 1024px) {
    .office .cont .list .item .tp_wrap .tit {
        margin: 0 auto 50px 0;
    }
}
@media (max-width: 768px) {
    .office .cont .list .item .tp_wrap .tit {
        font-size: 1.875rem;
        margin: 0 auto 25px 0;
    }
}
.office .cont .list .item .tp_wrap .tit::after {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}
@media (max-width: 768px) {
    .office .cont .list .item .tp_wrap .tit::after {
        top: -5px;
        right: -5px;
        width: 5px;
        height: 5px;
    }
}
.office .cont .list .item .tp_wrap .box {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.office .cont .list .item .tp_wrap .box .txt_wrap {
    display: flex;
    align-items: center;
}
@media (max-width: 1024px) {
    .office .cont .list .item .tp_wrap .box .txt_wrap {
        margin-bottom: 25px;
    }
}
@media (max-width: 768px) {
    .office .cont .list .item .tp_wrap .box .txt_wrap {
        margin-bottom: 10px;
    }
}
@media (max-width: 576px) {
    .office .cont .list .item .tp_wrap .box .txt_wrap {
        align-items: flex-start;
    }
}
.office .cont .list .item .tp_wrap .box .txt_wrap .txt {
    width: 85px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
    .office .cont .list .item .tp_wrap .box .txt_wrap .txt {
        font-size: 1.2rem;
    }
}
@media (max-width: 576px) {
    .office .cont .list .item .tp_wrap .box .txt_wrap .txt {
        width: 80px;
        flex-shrink: 0;
    }
}
.office .cont .list .item .tp_wrap .box .txt_wrap .txt2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
@media (max-width: 768px) {
    .office .cont .list .item .tp_wrap .box .txt_wrap .txt2 {
        font-size: 1.2rem;
    }
}
@media (max-width: 576px) {
    .office .cont .list .item .tp_wrap .box .txt_wrap .txt2 {
        line-height: 1.4;
    }
}
.office .cont .list .item .map_wrap {
    width: 100%;
    height: 430px;
}
.office .cont .list .item .map_wrap .map {
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.office .cont .list .item .map_wrap .map .map_border,
.office .cont .list .item .map_wrap .map .root_daum_roughmap .cont,
.office .cont .list .item .map_wrap .map .wrap_controllers {
    display: none;
}
.office .cont .list .item2 .tp_wrap .box .txt_wrap {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .office .cont .list .item2 .tp_wrap .box .txt_wrap {
        margin-bottom: 10px;
    }
}
.office .cont .list .item2 .tp_wrap .box .txt_wrap:last-child {
    margin-bottom: 0;
}
.office .cont .list .item2 .tp_wrap .box .txt_wrap .txt {
    width: 110px;
}
@media (max-width: 768px) {
    .office .cont .list .item2 .tp_wrap .box .txt_wrap .txt {
        font-size: 1.2rem;
    }
}
@media (max-width: 576px) {
    .office .cont .list .item2 .tp_wrap .box .txt_wrap .txt {
        width: 90px;
        flex-shrink: 0;
    }
}



/************************** traits **************************/

.career_wrap section {
    margin-bottom: 140px
}

.career_wrap section:last-child {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .career_wrap section {
        margin-bottom:120px
    }
}

.career_wrap .sub_tit {
    margin-bottom: 64px;
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: -1px;
    font-weight: bold
}

@media (max-width: 768px) {
    .career_wrap .sub_tit {
        margin-bottom:50px;
        font-size: 1.875rem
    }
}

.sub_txt_desc {
    margin-bottom: 80px;
    text-align: center;
    font-size: 1.875rem;
    letter-spacing: -1.5px
}

.sub_txt_desc span {
    font-weight: bold
}

@media (max-width: 1024px) {
    .sub_txt_desc {
        font-size:1.75rem
    }
}

@media (max-width: 768px) {
    .sub_txt_desc {
        font-size:1.5rem
    }
}

.trait .cont {
    max-width: 1480px
}

.trait_list_item {
    margin-bottom: 80px;
    max-width: 1280px;
    width: 100%;
    color: #fff;
    border-radius: 30px 30px 30px 0;
    overflow: hidden
}

.trait_list_item span {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold
}

.trait_list_tit {
    margin-bottom: 40px;
    font-size: 3.75rem;
    font-weight: bold
}

.trait_list_desc {
    font-size: 1.25rem;
    color: rgba(255,255,255,0.5)
}

.trait_list_item.right {
    text-align: right;
    float: right
}

.trait_list_item:last-child {
    margin-bottom: 0
}

.trait_list_wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 80px;
    min-height: 400px;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.trait_list_wrap.bg01 {
    background-image: url(/img/sub/traits-01.png)
}

.trait_list_wrap.bg02 {
    background-image: url(/img/sub/traits-02.png)
}

.trait_list_wrap.bg03 {
    background-image: url(/img/sub/traits-03.png)
}

.trait_list_wrap.bg04 {
    background-image: url(/img/sub/traits-04.png)
}

.trait_list_wrap.bg05 {
    background-image: url(/img/sub/traits-05.png)
}

@media (max-width: 1024px) {
    .trait_list_wrap {
        padding:60px;
        min-height: 330px
    }

    .trait_list_item {
        margin-bottom: 50px
    }

    .trait_list_item span {
        font-size: 1.375rem
    }

    .trait_list_tit {
        margin-bottom: 30px;
        font-size: 2.875rem
    }
}

@media (max-width: 768px) {
    .trait .sub_txt_desc {
        margin-bottom:40px
    }

    .trait_list_wrap {
        padding: 40px;
        min-height: 260px
    }

    .trait_list_item {
        margin-bottom: 30px
    }

    .trait_list_item span {
        font-size: 1.25rem
    }

    .trait_list_tit {
        margin-bottom: 20px;
        font-size: 2.25rem
    }
}

.career_wrap .recruit_list {
    justify-content: space-between
}

.career_wrap .recruit_list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    max-width: 400px;
    max-height: 120px;
    width: 100%;
    border-radius: 40px 40px 0 40px;
    color: #fff;
    font-size: 1.5rem
}

.career_wrap .recruit_list_item_txt {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.career_wrap .recruit_list_item span {
    font-weight: 800
}

.career_wrap .recruit_list_item p {
    padding-left: 30px;
    font-weight: 500
}

.career_wrap .recruit_list_item p span {
    font-size: 1.125rem;
    font-weight: 500;
    color: rgba(255,255,255,0.8)
}

.career_wrap .recruit_list_item:first-child {
    background: #f35668
}

.career_wrap .recruit_list_item:nth-child(2) {
    background: #aa335a
}

.career_wrap .recruit_list_item:nth-child(3) {
    background: #3a0718
}

@media (max-width: 1160px) {
    .career_wrap .recruit_list_item {
        font-size:1.25rem
    }

    .career_wrap .recruit_list_item_txt p span {
        display: block
    }
}

@media (max-width: 1024px) {
    .career_wrap .recruit_list_item {
        padding:20px 30px;
        width: calc(33.3333333333% - 13.3333333333px)
    }

    .career_wrap .recruit_list_item p {
        padding-left: 12px
    }
}

@media (max-width: 768px) {
    .career_wrap .recruit_list {
        flex-direction:column;
        gap: 20px;
        align-items: center
    }

    .career_wrap .recruit_list_item {
        width: 100%;
        max-height: 75px
    }
}

.career_wrap .apply {
    padding: 120px 0 124px;
    text-align: center;
    background: url(/img/sub/career-banner-01.png) no-repeat center;
    background-size: cover;
    color: #fff
}

.career_wrap .apply .sub_tit {
    margin-bottom: 40px
}

.career_wrap .apply_txt {
    font-size: 1.25rem;
    line-height: 36px
}

.career_wrap .apply .btn_wrap {
    justify-content: flex-start;
    margin: 60px auto 0;
    padding: 0 30px;
    max-width: 240px;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 1.25rem;
    font-weight: 500
}

.career_wrap .apply .btn_wrap .xi-send {
    transition: 0.3s ease
}

.career_wrap .apply .btn_wrap:hover .xi-send {
    transform: scale(1.5)
}

.career_wrap .apply .btn_wrap a {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media (max-width: 1024px) {
    .career_wrap .apply {
        padding:100px 0
    }

    .career_wrap .apply .btn_wrap {
        margin-top: 40px
    }
}

@media (max-width: 768px) {
    .career_wrap .apply {
        padding:60px 0
    }

    .career_wrap .apply .sub_tit {
        margin-bottom: 30px
    }

    .career_wrap .apply .apply_txt {
        line-height: 25px;
        font-size: 1.125rem
    }

    .career_wrap .apply .btn_wrap {
        max-width: 200px
    }
}



/* .benefits {
    margin-bottom: 290px
} */

.benefit_list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px
}

.benefit_list_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 45px;
    text-align: center;
    padding: 75px 20px 83px;
    max-width: 400px;
    width: calc(33.3333333333% - 26.6666666667px);
    min-height: 400px;
    background: #f3f3f3;
    border-radius: 40px 40px 0 40px
}

.benefit_list_item .img {
    min-height: 75px
}

.benefit_list_item .img img {
    width: 100%;
    height: 100%;
    object-fit: none
}

.benefit_list_item .number {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
    line-height: 40px;
    background: #000;
    color: #fff;
    font-weight: 500;
    border-radius: 50%
}

.benefit_list_item .title {
    margin-bottom: 20px;
    font-size: 1.875rem;
    font-weight: bold
}

.benefit_list_item .cont {
    font-size: 1.25rem;
    color: rgba(0,0,0,0.8)
}

@media (max-width: 1024px) {
    .benefit_list {
        gap:20px 0
    }

    .benefit_list_item {
        padding: 50px 20px;
        width: calc(33.3333333333% - 13.3333333333px);
        min-height: 320px
    }

    .benefit_list_item .number {
        margin-bottom: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 0.9375rem
    }

    .benefit_list_item .title {
        margin-bottom: 10px;
        font-size: 1.25rem
    }

    .benefit_list_item .cont {
        font-size: 1.125rem
    }
}

@media (max-width: 768px) {
    .benefit {
        margin-bottom:130px
    }

    .benefit_list_item {
        gap: 25px;
        margin: 0 auto;
        width: 100%;
        min-height: 100%
    }
}