@charset "UTF-8";
/* before-after-common */
/* absolute-center */
/* transition */
/* font-size */
/* margin */
/* ----------------------------- */
/* Basic
/* ----------------------------- */
.dot-list li {
  padding-left: 15px;
  margin-bottom: 0.6em;
  position: relative;
}
.dot-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
}
.dot-list li:last-child {
  margin-bottom: 0;
}

.sub-con {
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  .sub-con {
    margin-bottom: 5%;
  }
}

/* ----------------------------------------------- */
/* visual
/* ----------------------------------------------- */
#sv {
  position: relative;
  height: 450px;
}
@media (max-width: 768px) {
  #sv {
    height: 300px;
  }
}
#sv .bgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#sv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
#sv .bg {
  -webkit-animation: bgs1 1.5s 0.3s;
          animation: bgs1 1.5s 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.ceo .bg,
.philosophy .bg,
.history .bg,
.location .bg {
  background: url("/assets/images/sub/sub_topimg01.jpg") no-repeat center;
}

.plant .bg {
  background: url("/assets/images/sub/sub_topimg06.jpg") no-repeat center;
}

.works .bg {
  background: url("/assets/images/sub/sub_topimg02.jpg") no-repeat center;
}

.ethical .bg,
.quality .bg,
.responsibility .bg,
.safety .bg {
  background: url("/assets/images/sub/sub_topimg03.jpg") no-repeat center;
}

.rnd .bg,
.patent .bg {
  background: url("/assets/images/sub/sub_topimg04.jpg") no-repeat center;
}

.job .bg,
.video .bg,
.news .bg {
  background: url("/assets/images/sub/sub_topimg05.jpg") no-repeat center;
}

.sub_wrap {
  position: relative;
  z-index: 2;
  height: 100%;
}

.stitle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 599px) {
  .stitle {
    font-size: 40px;
    padding-top: 20px;
  }
}
.stitle span {
  display: block;
  text-shadow: 2px 2px 6px #3d3b3b;
}
.stitle span {
  -webkit-animation: ani_3 0.8s 0.8s;
          animation: ani_3 0.8s 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* ----------------------------------------------- */
/* sub-menu
/* ----------------------------------------------- */
.sub-menu {
  border-bottom: 1px solid #000;
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  .sub-menu {
    margin-bottom: 10%;
  }
}
@media (max-width: 599px) {
  .sub-menu {
    margin-bottom: 8%;
  }
}
.sub-menu h2 {
  color: #111111;
  font-size: 3rem;
  font-weight: 900;
  padding: 60px 0 45px;
  display: block;
}
@media (max-width: 1280px) {
  .sub-menu h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .sub-menu h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .sub-menu h2 {
    padding: 8% 0 5%;
  }
}
.sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  .sub-menu ul {
    gap: 0;
    width: calc(100% + 10px);
    margin-top: -5px;
    margin-left: -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-flex;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .sub-menu ul li {
    margin: 5px;
  }
}
.sub-menu ul li a {
  color: #cccccc;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  font-family: "Pretendard", sans-serif;
}
@media (max-width: 1280px) {
  .sub-menu ul li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .sub-menu ul li a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .sub-menu ul li a {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 20px;
    border-radius: 100px;
    position: relative;
    border: 1px solid;
  }
}
.sub-menu ul li a:hover {
  color: #ff3947;
  font-weight: 600;
}
.sub-menu ul .on a {
  color: #ff3947;
  font-weight: 600;
}

/* ----------------------------------------------- */
/* sub 공통
/* ----------------------------------------------- */
.img-wrap {
  max-width: 1300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}
.img-wrap > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 650px) {
  .img-wrap {
    display: block;
  }
}

.img-col2,
.img-col3,
.img-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.img-col2 > figure,
.img-col3 > figure,
.img-col4 > figure {
  width: 50%;
  padding: 0.5rem;
}

@media screen and (min-width: 640px) {
  .img-col2 > figure {
    padding: 1em;
  }

  .img-col3 > figure {
    width: 33.3333333333%;
  }

  .img-col4 > figure {
    width: 25%;
  }
}
/* ----------------------------------------------- */
/* about
/* ----------------------------------------------- */
.about-txt {
  text-align: center;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 599px) {
  .about-txt {
    padding-bottom: 7%;
  }
}
.about-txt .about-txt-p {
  font-size: 3rem;
  padding-bottom: 10px;
}
@media (max-width: 1280px) {
  .about-txt .about-txt-p {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .about-txt .about-txt-p {
    font-size: 2rem;
  }
}
.about-txt .about-txt-con {
  font-size: 5rem;
  border-bottom: 2px solid #ff3947;
  display: inline-block;
  position: relative;
}
@media (max-width: 1280px) {
  .about-txt .about-txt-con {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .about-txt .about-txt-con {
    font-size: 3.2rem;
  }
}
.about-txt .about-txt-con span {
  color: #ff3947;
  font-weight: 700;
}

.about-txt-con::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -25px;
  width: 53px;
  height: 69px;
  background: url("/assets/images/sub/about_bg.svg") no-repeat left center/100% 100%;
}
@media (max-width: 599px) {
  .about-txt-con::after {
    display: none;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .left-con {
  width: 45%;
  color: #000000;
  position: relative;
}
@media (max-width: 1000px) {
  .about .left-con {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 599px) {
  .about .left-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .left-con .slogan {
  font-size: 3.2rem;
  line-height: 44px;
}
@media (max-width: 1280px) {
  .about .left-con .slogan {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .about .left-con .slogan {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .about .left-con .slogan {
    line-height: 30px;
  }
}
.about .left-con .slogan span {
  font-weight: 700;
}
.about .left-con .sign-area {
  position: absolute;
  bottom: 0;
  padding-left: 90px;
}
@media (max-width: 1000px) {
  .about .left-con .sign-area {
    position: relative;
  }
}
@media (max-width: 599px) {
  .about .left-con .sign-area {
    width: 100%;
    text-align: right;
    padding-left: 0;
    padding-top: 20px;
  }
}
.about .left-con .sign-area .ceo-con .logo-img {
  width: 75px;
}
@media (max-width: 599px) {
  .about .left-con .sign-area .ceo-con .logo-img {
    display: inline-block;
  }
}
.about .left-con .sign-area .ceo-con .ceo-name {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .about .left-con .sign-area .ceo-con .ceo-name {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .about .left-con .sign-area .ceo-con .ceo-name {
    font-size: 1.7rem;
  }
}
.about .left-con .sign-area .ceo-con .ceo-name span {
  font-size: 3.6rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .about .left-con .sign-area .ceo-con .ceo-name span {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .about .left-con .sign-area .ceo-con .ceo-name span {
    font-size: 2.4rem;
  }
}
.about .left-con .sign-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 70px;
  height: 76px;
  background: url("/assets/images/sub/ceo_img.svg") no-repeat left center/100% 100%;
}
@media (max-width: 1000px) {
  .about .left-con .sign-area::before {
    display: none;
  }
}
.about .right-con {
  color: #000000;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .about .right-con {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .about .right-con {
    font-size: 1.5rem;
  }
}
.about .right-con p {
  line-height: 28px;
}
@media (max-width: 768px) {
  .about .right-con p {
    line-height: 26px;
  }
}

.about-bottomimg {
  margin-top: 50px;
  border-radius: 50px;
  overflow: hidden;
  height: 420px;
}
@media (max-width: 768px) {
  .about-bottomimg {
    margin-top: 5%;
    border-radius: 30px;
    height: auto;
  }
}

/* ----------------------------------------------- */
/* philosophy
/* ----------------------------------------------- */
.philosophy .philosophy-p {
  text-align: center;
  margin: 0 auto 100px;
}
@media (max-width: 1000px) {
  .philosophy .philosophy-p {
    margin: 0 auto 50px;
  }
}
.philosophy .philosophy-p p {
  font-size: 1.8rem;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .philosophy .philosophy-p p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .philosophy .philosophy-p p {
    font-size: 1.5rem;
  }
}
.philosophy .philosophy-box-img01 {
  background: url("/assets/images/sub/philosophy_img01.jpg") no-repeat center;
}
.philosophy .philosophy-box-img02 {
  background: url("/assets/images/sub/philosophy_img02.jpg") no-repeat center;
}
.philosophy .philosophy-box {
  background-size: cover !important;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
  background-attachment: fixed;
}
@media (max-width: 1000px) {
  .philosophy .philosophy-box {
    height: 400px;
    padding: 4rem 5%;
  }
}
.philosophy .philosophy-box .philosophy-box-txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.philosophy .philosophy-box .philosophy-box-txt h3 {
  color: #fff;
  font-size: 3rem;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .philosophy .philosophy-box .philosophy-box-txt h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .philosophy .philosophy-box .philosophy-box-txt h3 {
    font-size: 2rem;
  }
}
.philosophy .philosophy-box .philosophy-box-txt span {
  font-size: 4rem;
  font-weight: 800;
  padding-bottom: 15px;
  display: block;
}
@media (max-width: 1280px) {
  .philosophy .philosophy-box .philosophy-box-txt span {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .philosophy .philosophy-box .philosophy-box-txt span {
    font-size: 2.6rem;
  }
}
.philosophy .philosophy-box .philosophy-box-txt p {
  font-size: 1.8rem;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .philosophy .philosophy-box .philosophy-box-txt p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .philosophy .philosophy-box .philosophy-box-txt p {
    font-size: 1.5rem;
  }
}

.philosophy-b {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  .philosophy-b {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .philosophy-b {
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
.philosophy-b .philosophy-b-wrap {
  border-bottom: 1px solid #ccc;
  padding: 0 100px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .philosophy-b .philosophy-b-wrap {
    padding: 0 0 50px;
  }
}
@media (max-width: 768px) {
  .philosophy-b .philosophy-b-wrap {
    padding: 0;
  }
}
.philosophy-b .philosophy-b-wrap li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 30%;
}
@media (max-width: 1400px) {
  .philosophy-b .philosophy-b-wrap li {
    margin-bottom: 5%;
    padding: 0 2%;
  }
}
@media (max-width: 768px) {
  .philosophy-b .philosophy-b-wrap li {
    width: 100%;
    margin-bottom: 15%;
  }
  .philosophy-b .philosophy-b-wrap li:first-child {
    margin-top: 40px;
  }
}
.philosophy-b .philosophy-b-wrap li div {
  width: 50%;
  margin: 0 auto 20px;
}
.philosophy-b .philosophy-b-wrap li div img {
  width: 80px;
}
.philosophy-b .philosophy-b-wrap li span {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1280px) {
  .philosophy-b .philosophy-b-wrap li span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .philosophy-b .philosophy-b-wrap li span {
    font-size: 1.8rem;
  }
}
.philosophy-b .philosophy-b-wrap li p {
  font-size: 1.8rem;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .philosophy-b .philosophy-b-wrap li p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .philosophy-b .philosophy-b-wrap li p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1400px) {
  .philosophy-b .philosophy-b-wrap li p {
    line-height: 22px;
  }
}
.philosophy-b .philosophy-b-con {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1000px) {
  .philosophy-b .philosophy-b-con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.philosophy-b .philosophy-b-con li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 20%;
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .philosophy-b .philosophy-b-con li {
    margin-bottom: 5%;
    padding: 0 2%;
  }
}
@media (max-width: 1000px) {
  .philosophy-b .philosophy-b-con li {
    width: 33%;
  }
}
.philosophy-b .philosophy-b-con li div {
  width: 180px;
  height: 180px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .philosophy-b .philosophy-b-con li div {
    width: 120px;
    height: 120px;
  }
}
.philosophy-b .philosophy-b-con li span {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1280px) {
  .philosophy-b .philosophy-b-con li span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .philosophy-b .philosophy-b-con li span {
    font-size: 1.8rem;
  }
}
.philosophy-b .philosophy-b-con li p {
  font-size: 1.7rem;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .philosophy-b .philosophy-b-con li p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .philosophy-b .philosophy-b-con li p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1400px) {
  .philosophy-b .philosophy-b-con li p {
    line-height: 22px;
  }
}
.philosophy-b .philosophy-b-con li .p-img01 {
  background: url("/assets/images/sub/philosophy_img1.jpg") no-repeat center;
}
.philosophy-b .philosophy-b-con li .p-img02 {
  background: url("/assets/images/sub/philosophy_img2.jpg") no-repeat center;
}
.philosophy-b .philosophy-b-con li .p-img03 {
  background: url("/assets/images/sub/philosophy_img3.jpg") no-repeat center;
}
.philosophy-b .philosophy-b-con li .p-img04 {
  background: url("/assets/images/sub/philosophy_img4.jpg") no-repeat center;
}
.philosophy-b .philosophy-b-con li .p-img05 {
  background: url("/assets/images/sub/philosophy_img5.jpg") no-repeat center;
}

.content_wrap {
  position: relative;
  z-index: 5;
}
@media (max-width: 1340px) {
  .content_wrap {
    margin-bottom: 5%;
  }
}
.content_wrap .content_title {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: #000;
}
@media (max-width: 1280px) {
  .content_wrap .content_title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .content_wrap .content_title {
    font-size: 2.6rem;
  }
}
.content_wrap .company {
  margin: 0 auto;
  margin-top: 110px;
  margin-bottom: 150px;
}
@media (max-width: 1340px) {
  .content_wrap .company {
    margin-bottom: 0;
  }
}
.content_wrap .company .corevalue {
  margin-top: -10px;
}
.content_wrap .company .corevalue_wrap {
  position: relative;
  width: 610px;
  height: 610px;
  margin: 0 auto;
  background: url("/assets/images/sub/bg_ideology.jpg") 50% no-repeat;
}
@media (max-width: 1340px) {
  .content_wrap .company .corevalue_wrap {
    width: 100%;
    height: auto;
    background: unset;
  }
}
.content_wrap .company .corevalue_item {
  position: absolute;
  width: 180px;
  height: 180px;
  padding-top: 60px;
  border-radius: 50%;
  background-color: #eeeeee;
  color: #000;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1340px) {
  .content_wrap .company .corevalue_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    width: auto;
    height: auto;
    padding: 40px 20px 40px 0;
    background-color: unset;
    border-radius: unset;
    border-top: 1px solid #e6e6e6;
  }
}
@media (max-width: 1340px) {
  .content_wrap .company .corevalue_item .corevalue_inner {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 130px;
    width: 130px;
    padding: 0;
    border-radius: 50%;
    background: #ff3947;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content_wrap .company .corevalue_item .corevalue_inner .corevalue_en {
  opacity: 0.8;
}
.content_wrap .company .corevalue_item .corevalue_inner .corevalue_ko {
  font-size: 26px;
  font-weight: 600;
  padding-top: 10px;
}
@media (max-width: 1340px) {
  .content_wrap .company .corevalue_item .corevalue_inner .corevalue_ko {
    font-size: 20px;
  }
}
.content_wrap .company .corevalue_item-best {
  left: 0;
  top: 0;
}
.content_wrap .company .corevalue_item-best .corevalue_list {
  left: -380px;
  text-align: right;
}
.content_wrap .company .corevalue_item-innovation {
  right: 0;
  top: 0;
}
.content_wrap .company .corevalue_item-innovation .corevalue_list {
  top: 55px;
  left: 200px;
}
.content_wrap .company .corevalue_item-accountability {
  left: 0;
  bottom: 0;
}
.content_wrap .company .corevalue_item-accountability .corevalue_list {
  left: -380px;
  text-align: right;
  top: 55px;
}
.content_wrap .company .corevalue_item-integrity {
  right: 0;
  bottom: 0;
}
.content_wrap .company .corevalue_item-integrity .corevalue_list {
  top: 35px;
  left: 200px;
  text-align: left;
}
.content_wrap .company .corevalue_list {
  position: absolute;
  display: inline-block;
  width: 345px;
  top: 45px;
  text-align: left;
}
@media (max-width: 1340px) {
  .content_wrap .company .corevalue_list {
    position: static;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
  }
}
.content_wrap .company .corevalue_list p {
  color: #666666;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  text-align: left;
  line-height: 24px;
}
@media (max-width: 1340px) {
  .content_wrap .company .corevalue_list p {
    display: block;
  }
}
.content_wrap .company .corevalue_logo {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.content_wrap .company .corevalue_logo .corevalue_img {
  width: 90px;
  margin: 0 auto;
}
.content_wrap .company .corevalue_logo span {
  font-size: 4rem;
  display: block;
  text-align: center;
  padding-top: 10px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  .content_wrap .company .corevalue_logo span {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .content_wrap .company .corevalue_logo span {
    font-size: 2.6rem;
  }
}

/* ----------------------------------------------- */
/* history
/* ----------------------------------------------- */
.history {
  padding: 0 0 50px;
}
.history .itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 11.2%;
}
@media (max-width: 1200px) {
  .history .itembox {
    gap: 0 60px;
  }
}
@media (max-width: 768px) {
  .history .itembox {
    gap: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.history .itembox .imgbox {
  width: 100%;
  max-width: 520px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .history .itembox .imgbox {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .history .itembox .imgbox {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
  }
}
.history .itembox .imgbox .img {
  height: 100%;
}
.history .itembox .imgbox span {
  letter-spacing: -0.02em;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.history .textbox {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .history .textbox {
    max-width: 670px;
  }
}
.history .textbox .bar {
  width: 1px;
  height: calc(100% - 1.2em);
  background: #DDDDDD;
  margin: 1.2em 0 0;
  position: absolute;
  left: 4.5px;
  overflow: hidden;
}
.history .textbox .bar span {
  display: block;
  width: 1px;
  height: 0;
  background: #ff3947;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.history .textbox .listbox {
  width: 100%;
  gap: 200px 0;
  padding: 0 45px;
}
@media (max-width: 960px) {
  .history .textbox .listbox {
    padding: 0 30px;
  }
}
.history .textbox .listbox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .history .textbox .listbox .list {
    gap: 60px 0;
  }
}
@media (max-width: 768px) {
  .history .textbox .listbox .list {
    margin: -30px 0 0;
  }
}
.history .textbox .listbox .list dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .history .textbox .listbox .list dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.history .textbox .listbox .list dl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  color: #555555;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
.history .textbox .listbox .list dl p::before {
  content: "-";
}
.history .textbox .listbox .list dl dd span {
  font-weight: 600;
  color: #000;
  padding-right: 12px;
}
.history .textbox .listbox .list dl dd .p-dd {
  padding-bottom: 20px;
}
.history .textbox .listbox .list dl::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ff3947;
  border-radius: 50%;
  position: absolute;
  top: 1.12em;
  left: -44.5px;
}
@media (max-width: 768px) {
  .history .textbox .listbox .list dl::before {
    left: -30.5px;
  }
}
.history .textbox .listbox .list dt {
  width: 145px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #111111;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1200px) {
  .history .textbox .listbox .list dt {
    width: 100%;
  }
}

/* ----------------------------------------------- */
/* patent
/* ----------------------------------------------- */
.patent ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .patent ul {
    padding: 0;
  }
}
.patent ul li {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: 25%;
  text-align: center;
  margin-bottom: 100px;
  padding: 0 3%;
}
@media (max-width: 768px) {
  .patent ul li {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    margin-bottom: 8%;
  }
}
.patent ul li .patent-img {
  border: 3px solid #e7e7e7;
}
.patent ul li .patent-img img {
  max-width: 100%;
  max-height: 100%;
}
.patent ul li .patent-txt span {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 15px 0 10px;
  display: block;
}
@media (max-width: 1280px) {
  .patent ul li .patent-txt span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .patent ul li .patent-txt span {
    font-size: 1.8rem;
  }
}
.patent ul li .patent-txt p {
  font-size: 1.8rem;
  color: #777;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .patent ul li .patent-txt p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .patent ul li .patent-txt p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .patent ul li .patent-txt p {
    padding: 0 5%;
  }
}

/* ----------------------------------------------- */
/* location
/* ----------------------------------------------- */
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  text-align: center;
}
.tab a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  border: 1px solid #efefef;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  padding: 1em 1rem;
}
.tab .active,
.tab :hover {
  border-color: #ff3947;
  background: #ff3947;
  color: #fff;
}
.tab a ~ a {
  margin-left: -1px;
}
@media (max-width: 1000px) {
  .tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab a {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (max-width: 620px) {
  .tab a {
    width: 100%;
  }
}

.tab-more {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.location-con {
  padding-bottom: 100px;
}
.location-con .map-img {
  background: #000;
  height: 620px;
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
}
.location-con .map-txt-tit {
  font-size: 2.4rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 25px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .location-con .map-txt-tit {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .location-con .map-txt-tit {
    font-size: 1.8rem;
  }
}
.location-con .map-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .location-con .map-txt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.location-con .map-txt .map-txt-l {
  width: 50%;
}
@media (max-width: 768px) {
  .location-con .map-txt .map-txt-l {
    width: 100%;
  }
}
.location-con .map-txt .map-txt-l li {
  padding-bottom: 55px;
}
.location-con .map-txt .map-txt-l li:last-child {
  padding-bottom: 0;
}
.location-con .map-txt .map-txt-l span {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}
@media (max-width: 1280px) {
  .location-con .map-txt .map-txt-l span {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .location-con .map-txt .map-txt-l span {
    font-size: 1.7rem;
  }
}
.location-con .map-txt .map-txt-r {
  width: 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .location-con .map-txt .map-txt-r {
    width: 100%;
  }
}

/* ----------------------------------------------- */
/* job
/* ----------------------------------------------- */
.job {
  text-align: center;
}
.job .top-tit {
  color: #ff3947;
  display: inline-block;
  border-top: 2px solid #ff3947;
  padding-top: 6px;
  font-weight: 600;
  margin-bottom: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.8rem;
}
@media (max-width: 1280px) {
  .job .top-tit {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .job .top-tit {
    font-size: 1.5rem;
  }
}
.job .top-tit img {
  width: 60px;
  padding-top: 2px;
  margin-right: 5px;
}
.job .job-logo {
  width: 180px;
  margin: 0 auto 55px;
}
.job .job-tit span {
  font-size: 3.6rem;
  font-weight: 600;
  padding-bottom: 15px;
  display: block;
}
@media (max-width: 1280px) {
  .job .job-tit span {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .job .job-tit span {
    font-size: 2.4rem;
  }
}
.job .job-tit span i {
  color: #ff3947;
}
.job .job-tit p {
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 35px;
}
@media (max-width: 1280px) {
  .job .job-tit p {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .job .job-tit p {
    font-size: 1.8rem;
  }
}
.job .job-tit-b {
  padding: 0 50px 110px;
}
.job .job-con {
  padding: 120px 50px 110px;
}
@media (max-width: 1000px) {
  .job .job-con {
    width: 100%;
    float: none;
    height: auto;
    padding: 5% 0;
  }
}
.job .job-con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.job .job-con ul li {
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  max-width: 33.33%;
  text-align: center;
}
.job .job-con ul li .job-con-img {
  width: 100px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.job .job-con ul li .job-con-tit {
  font-size: 22px;
  padding-bottom: 40px;
}
.job .job-con ul li .job-con-tit span {
  font-size: 27px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 10px;
}
.job .job-con ul li p {
  color: #777777;
  line-height: 30px;
}

/* ----------------------------------------------- */
/* ethical
/* ----------------------------------------------- */
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box .box-title {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.25;
  margin-right: 5%;
  text-align: center;
}
@media (max-width: 1400px) {
  .box .box-title {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .box .box-title img {
    margin-bottom: 3%;
  }
}
.box .box-logo img {
  width: 180px;
}
@media (max-width: 1400px) {
  .box .box-logo img {
    margin-bottom: 15px;
  }
}
.box .box-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1400px) {
  .box .box-wrap {
    width: 100%;
    text-align: center;
  }
}
.box .box-wrap .box-wrap-tit {
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 20px;
  color: #000;
}
@media (max-width: 1280px) {
  .box .box-wrap .box-wrap-tit {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .box .box-wrap .box-wrap-tit {
    font-size: 2rem;
  }
}
.box .box-wrap p {
  line-height: 26px;
}
.box .box-wrap p span {
  color: #ff3947;
  font-weight: 600;
}
.box .box-wrap .box-p-bt {
  padding-bottom: 50px;
}

.ethical-bg {
  background: #f5f6f8;
  padding: 80px 0;
}
@media (max-width: 1400px) {
  .ethical-bg {
    padding: 80px 0 40px;
  }
}

.ethical-txt {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  padding: 80px 0;
  text-align: center;
}
@media (max-width: 1280px) {
  .ethical-txt {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .ethical-txt {
    font-size: 1.8rem;
  }
}

.ethical-txt-con {
  padding: 50px 0;
  text-align: center;
}

.ethical-cir {
  background: #ff3947;
  color: #fff;
  border-radius: 50%;
  max-width: 250px;
  height: 250px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1400px) {
  .ethical-cir {
    margin: 0 auto 5%;
  }
}
.ethical-cir span {
  font-size: 3rem;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .ethical-cir span {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .ethical-cir span {
    font-size: 2rem;
  }
}
.ethical-cir p {
  font-size: 2.2rem;
}
@media (max-width: 1280px) {
  .ethical-cir p {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .ethical-cir p {
    font-size: 1.7rem;
  }
}

.ethical-con .ethical-con-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .ethical-con .ethical-con-ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .ethical-con .ethical-con-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ethical-con .ethical-con-ul > li {
  background-color: #fff;
  border: 1px solid #e3e4ed;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  text-align: center;
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1400px) {
  .ethical-con .ethical-con-ul > li {
    margin-bottom: 3%;
  }
}
@media (max-width: 768px) {
  .ethical-con .ethical-con-ul > li {
    margin-right: 0;
  }
}
.ethical-con .ethical-con-ul > li ul {
  display: none;
}
@media (max-width: 1100px) {
  .ethical-con .ethical-con-ul > li ul {
    display: block;
    text-align: left;
    margin-top: 5%;
  }
}
.ethical-con .ethical-con-ul > li:last-child {
  margin-right: 0px;
}
.ethical-con .ethical-con-ul > li:last-child::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  top: 50%;
  position: absolute;
  right: -40px;
  background: #ff3947;
}
@media (max-width: 768px) {
  .ethical-con .ethical-con-ul > li:last-child::before {
    display: none;
  }
}
.ethical-con .ethical-con-ul > li:last-child::after {
  content: "";
  background: #ff3947;
  display: block;
  width: 35px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -46px;
  top: 43%;
}
@media (max-width: 768px) {
  .ethical-con .ethical-con-ul > li:last-child::after {
    display: none;
  }
}
.ethical-con .ethical-con-ul > li::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  top: 50%;
  position: absolute;
  right: -21px;
  background: #ff3947;
}
@media (max-width: 768px) {
  .ethical-con .ethical-con-ul > li::before {
    width: 2px;
    height: 20px;
    top: 100%;
    right: auto;
  }
}
.ethical-con .ethical-con-ul > li div {
  color: #1564db;
  font-weight: 700;
  font-size: 3.4rem;
}
@media (max-width: 1280px) {
  .ethical-con .ethical-con-ul > li div {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  .ethical-con .ethical-con-ul > li div {
    font-size: 2.3rem;
  }
}
.ethical-con .ethical-con-ul > li p {
  font-size: 1.8rem;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (max-width: 1280px) {
  .ethical-con .ethical-con-ul > li p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .ethical-con .ethical-con-ul > li p {
    font-size: 1.5rem;
  }
}
.ethical-con .ethical-con-ul > li span {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 1280px) {
  .ethical-con .ethical-con-ul > li span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .ethical-con .ethical-con-ul > li span {
    font-size: 1.8rem;
  }
}
.ethical-con .ethical-con-ul .red {
  background-color: #ff3947;
  color: #fff;
}
.ethical-con .ethical-con-ul .red div {
  color: #fff;
}

/* ----------------------------------------------- */
/* safety
/* ----------------------------------------------- */
.safety-con-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .safety-con-ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1100px) {
  .safety-con-ul {
    display: none;
  }
}
.safety-con-ul > li {
  width: 180px;
  margin-top: 24px;
  text-align: center;
  margin-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.safety-con-ul > li:last-child {
  margin-right: 0px;
}
.safety-con-ul > li ul {
  text-align: left;
}
.safety-con-ul > li ul li {
  position: relative;
  padding-left: 12px;
  padding-bottom: 5px;
}
.safety-con-ul > li ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  top: 5px;
  left: 0;
}

/* ----------------------------------------------- */
/* quality
/* ----------------------------------------------- */
.quality-con .quality-con-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
}
.quality-con .quality-con-ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 240px;
  height: 240px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 20px;
}
.quality-con .quality-con-ul li span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #676767;
  padding-bottom: 10px;
}
@media (max-width: 1280px) {
  .quality-con .quality-con-ul li span {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .quality-con .quality-con-ul li span {
    font-size: 1.7rem;
  }
}
.quality-con .quality-con-ul li p {
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
}
@media (max-width: 1280px) {
  .quality-con .quality-con-ul li p {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .quality-con .quality-con-ul li p {
    font-size: 2rem;
  }
}

/* ----------------------------------------------- */
/* responsibility
/* ----------------------------------------------- */
.responsibility .responsibility-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1400px) {
  .responsibility .responsibility-con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.responsibility .responsibility-con li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  border: 2px solid #ff3947;
  border-radius: 50%;
  margin: 0 1.5%;
  height: 200px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #ff3947;
  background: #fff;
}
@media (max-width: 1280px) {
  .responsibility .responsibility-con li {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .responsibility .responsibility-con li {
    font-size: 1.7rem;
  }
}
@media (max-width: 1400px) {
  .responsibility .responsibility-con li {
    margin-bottom: 5%;
    width: 180px;
    height: 180px;
  }
}

.responsibility-b .responsibility-b-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.responsibility-b .responsibility-b-con li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (max-width: 1400px) {
  .responsibility-b .responsibility-b-con li {
    width: 33%;
    margin-bottom: 5%;
    padding: 0 2%;
  }
}
.responsibility-b .responsibility-b-con li div {
  width: 50%;
  margin: 0 auto 20px;
}
@media (max-width: 1400px) {
  .responsibility-b .responsibility-b-con li p {
    line-height: 22px;
  }
}

/* ----------------------------------------------- */
/* works
/* ----------------------------------------------- */
.works-timg {
  text-align: center;
  padding-bottom: 120px;
}

.works-con .works-img {
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .works-con .works-img {
    padding-bottom: 5%;
  }
}
.works-con .works-img2 {
  position: relative;
  padding: 50px 50px 80px;
}
@media (max-width: 768px) {
  .works-con .works-img2 {
    padding: 0 2%;
  }
}
.works-con .works-img2 .clip-wrap-1 {
  background-image: url("/assets/images/sub/works_img3.jpg");
}
.works-con .works-img2 .clip-wrap-2 {
  background-image: url("/assets/images/sub/works_img7.jpg");
}
.works-con .works-img2 .clip-img-wrap {
  position: absolute;
  top: -10%;
  right: 8%;
  width: 17.51094vw;
  height: 17.51094vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 3px solid #ff3947;
  border-radius: 50%;
  z-index: 300;
}
@media (max-width: 768px) {
  .works-con .works-img2 .clip-img-wrap {
    width: 20.51094vw;
    height: 20.51094vw;
  }
}
.works-con .works-img2 .point-3 {
  top: 70%;
  right: 56%;
}
@media (max-width: 1400px) {
  .works-con .works-img2 .point-3 {
    right: 76%;
  }
}
.works-con .works-img2 .btn-contact-wrap {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1200px) {
  .works-con .works-img2 .btn-contact-wrap {
    display: none;
  }
}
.works-con .works-img2 .btn-contact-wrap .wave-wrap {
  width: 11px;
  height: 11px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
}
.works-con .works-img2 .btn-contact-wrap .wave-circle {
  width: 22px;
  height: 22px;
  position: absolute;
  top: -550%;
  background-color: #ff3947;
  border-radius: 50%;
}
.works-con .works-img2 .btn-contact-wrap .wave-circle::after {
  content: "";
  display: block;
  background-color: #ff3947;
  opacity: 0.4;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  left: -50%;
  top: -50%;
}
.works-con .works-img2 .btn-contact-wrap .line {
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.works-con .works-img2 .btn-contact-wrap .line-3 {
  position: relative;
  width: 146px;
  height: 149px;
  -webkit-transform: translateY(0) translateX(10px);
          transform: translateY(0) translateX(10px);
}
.works-con .works-img2 .btn-contact-wrap .line-3-1 {
  top: -50%;
  width: 1px;
  height: 150%;
  background: #ff3947;
}
.works-con .works-img2 .btn-contact-wrap .line-3-2 {
  width: 100%;
  height: 1px;
  top: 100%;
  background: #ff3947;
}
.works-con .works-img2 .w-txt {
  position: absolute;
  right: 100px;
  bottom: -20px;
}
@media (max-width: 768px) {
  .works-con .works-img2 .w-txt {
    position: relative;
    right: 0;
    bottom: 0;
    padding-top: 5%;
  }
}
.works-con .works-img2 .w-txt span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1280px) {
  .works-con .works-img2 .w-txt span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .works-con .works-img2 .w-txt span {
    font-size: 1.8rem;
  }
}
.works-con .works-img2 .w-txt span i {
  color: #ff3947;
}
.works-con .works-img2 .w-txt p {
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .works-con .works-img2 .w-txt p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .works-con .works-img2 .w-txt p {
    font-size: 1.5rem;
  }
}
.works-con .works-img2 .w-txt2 {
  position: absolute;
  right: 200px;
  bottom: -20px;
}
@media (max-width: 768px) {
  .works-con .works-img2 .w-txt2 {
    position: relative;
    right: 0;
    bottom: 0;
    padding-top: 5%;
  }
}
.works-con .works-img2 .w-txt2 span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1280px) {
  .works-con .works-img2 .w-txt2 span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .works-con .works-img2 .w-txt2 span {
    font-size: 1.8rem;
  }
}
.works-con .works-img2 .w-txt2 span i {
  color: #ff3947;
}
.works-con .works-img2 .w-txt2 p {
  font-size: 1.8rem;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .works-con .works-img2 .w-txt2 p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .works-con .works-img2 .w-txt2 p {
    font-size: 1.5rem;
  }
}
.works-con .works-txt {
  padding-left: 50%;
}
@media (max-width: 1000px) {
  .works-con .works-txt {
    padding-left: 2%;
  }
}
.works-con .works-txt span {
  font-size: 2rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1280px) {
  .works-con .works-txt span {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .works-con .works-txt span {
    font-size: 1.7rem;
  }
}
.works-con .works-txt span i {
  font-weight: 700;
  font-size: 2.4rem;
}
@media (max-width: 1280px) {
  .works-con .works-txt span i {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .works-con .works-txt span i {
    font-size: 1.8rem;
  }
}
.works-con .works-txt p {
  line-height: 26px;
}

.works h3 {
  font-weight: 700;
  color: #000;
  font-size: 4rem;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .works h3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .works h3 {
    font-size: 2.6rem;
  }
}
.works h3 span {
  font-weight: 300;
  color: #ff3947;
  font-size: 1.7rem;
}
@media (max-width: 1280px) {
  .works h3 span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .works h3 span {
    font-size: 1.5rem;
  }
}

.works-bg {
  background: #f5f6f8;
  padding: 100px 0;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .works-bg {
    padding: 10% 0;
  }
}

.plant-img figure {
  margin-bottom: 2em;
}

.chain-support {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.pipe-img-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pipe-img-wrap > figure {
  width: calc(50% - 1em);
}
@media screen and (max-width: 650px) {
  .pipe-img-wrap > figure {
    width: 100%;
    margin-bottom: 2em;
  }
}

/* ----------------------------------------------- */
/* rnd
/* ----------------------------------------------- */
figcaption,
.caption {
  text-align: center;
  margin-top: 1em;
}

.rnd-wrap {
  font-size: 1.8rem;
  line-height: 160%;
  padding-bottom: 4em;
}
.rnd-wrap h3 {
  font-weight: 600;
  margin-bottom: 1em;
}
.rnd-wrap h3 span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 1em;
  display: inline-block;
}
.rnd-wrap h3.h3-style1 {
  font-size: 1.6em;
}
.rnd-wrap h3.h3-style2 {
  font-size: 1.65em;
  border-bottom: 2px solid #000;
  margin: 0 auto 1em auto;
  display: table;
}
.rnd-wrap h3.h3-style3 {
  font-size: 1.65em;
  text-align: center;
  margin-bottom: 1em;
}
.rnd-wrap article.active-valancing-wrap {
  text-align: center;
}
.rnd-wrap article::after {
  content: "";
  height: 1px;
  border-bottom: 1px solid #cecece;
  margin: 2em 0;
  display: block;
}
.rnd-wrap article:last-child::after {
  display: none;
}
.rnd-wrap article ul {
  margin-top: 2em;
}
.rnd-wrap article ul > li {
  text-align: center;
  padding: 2em 1em;
}
.rnd-wrap article ul > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  color: #a52226;
  margin-bottom: 0.5em;
}
.rnd-wrap article ul.smart-bms-solution > li:nth-child(1) dl dt::before {
  background-image: url("/assets/images/sub/smart_bms_solution_icon01.svg");
}
.rnd-wrap article ul.smart-bms-solution > li:nth-child(2) dl dt::before {
  background-image: url("/assets/images/sub/smart_bms_solution_icon02.svg");
  background-size: 30%;
}
.rnd-wrap article ul.smart-bms-solution > li:nth-child(3) dl dt::before {
  background-image: url("/assets/images/sub/smart_bms_solution_icon03.svg");
}
.rnd-wrap article ul.smart-bms-solution > li:nth-child(4) dl dt::before {
  background-image: url("/assets/images/sub/smart_bms_solution_icon04.svg");
}
.rnd-wrap article ul.smart-bms-solution > li:nth-child(5) dl dt::before {
  background-image: url("/assets/images/sub/smart_bms_solution_icon05.svg");
}
.rnd-wrap article ul.smart-bms-solution > li:nth-child(6) dl dt::before {
  background-image: url("/assets/images/sub/smart_bms_solution_icon06.svg");
}
.rnd-wrap article ul.smart-bms-solution dl dt::before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #a52226 url("/assets/images/sub/smart_bms_solution_icon01.svg") center center/50% no-repeat;
  margin: 0 auto 1em auto;
  display: block;
}
.rnd-wrap article ul.active-valancing > li figure {
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
}
.rnd-wrap article ul.active-valancing > li figure::before {
  content: "";
  padding-top: 71.4285714286%;
  display: block;
}
.rnd-wrap article ul.active-valancing > li figure img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rnd-wrap article ul.active-valancing > li dl {
  background: #f5f6f8;
  padding: 1em 1rem;
}
.rnd-wrap article ul.active-valancing > li:hover figure img {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
.rnd-wrap article .img-wrap {
  margin-top: 2em;
}
.rnd-wrap article .img-wrap figure:first-child {
  margin-bottom: 2em;
}
.rnd-wrap article .img-pc {
  display: none;
}
.rnd-wrap article ol.sun-power-process {
  font-size: 0.9em;
  margin: 2em 0;
}
.rnd-wrap article ol.sun-power-process > li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rnd-wrap article ol.sun-power-process > li > span {
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  padding: 1em;
  display: block;
}
.rnd-wrap article ol.sun-power-process > li:nth-child(1) > span {
  background: #555;
}
.rnd-wrap article ol.sun-power-process > li:nth-child(2) > span {
  background: #2d2d2d;
}
.rnd-wrap article ol.sun-power-process > li:nth-child(3) > span {
  background: #000;
}
.rnd-wrap article ol.sun-power-process > li:last-child ol > li:last-child::after {
  display: none;
}
.rnd-wrap article ol.sun-power-process > li ol {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.rnd-wrap article ol.sun-power-process > li ol > li {
  position: relative;
}
.rnd-wrap article ol.sun-power-process > li ol > li::before {
  content: "";
  width: 80px;
  height: 80px;
  border: 2px solid #a52226;
  border-radius: 50%;
  background: #fff url("/assets/images/sub/sun_power_process_icon01.jpg") center center/60% no-repeat;
  margin: 0 auto 1rem auto;
  display: block;
}
.rnd-wrap article ol.sun-power-process > li ol > li::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 14px solid #a52226;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  margin: 1em auto;
  display: block;
}
.rnd-wrap article ol.sun-power-process > li ol > li.process01::before {
  background-image: url("/assets/images/sub/sun_power_process_icon01.jpg");
}
.rnd-wrap article ol.sun-power-process > li ol > li.process02::before {
  background-image: url("/assets/images/sub/sun_power_process_icon02.jpg");
}
.rnd-wrap article ol.sun-power-process > li ol > li.process03::before {
  background-image: url("/assets/images/sub/sun_power_process_icon03.jpg");
}
.rnd-wrap article ol.sun-power-process > li ol > li.process04::before {
  background-image: url("/assets/images/sub/sun_power_process_icon04.jpg");
}
.rnd-wrap article ol.sun-power-process > li ol > li.process05::before {
  background-image: url("/assets/images/sub/sun_power_process_icon05.jpg");
}
.rnd-wrap article .razor-tech {
  margin-top: 2em;
  margin-bottom: 1em;
}
.rnd-wrap article .razor-tech dl {
  font-weight: 600;
  text-align: center;
  padding: 1rem;
}
.rnd-wrap article .razor-tech dl dt {
  font-size: 1.1em;
  color: #fff;
  background: #a52226;
  padding: 0.5em 1rem;
  position: relative;
}
.rnd-wrap article .razor-tech dl dt::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #a52226;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.rnd-wrap article .razor-tech dl dd {
  height: 100%;
  padding: 1em 1rem;
  margin-top: 0.5em;
  background: #f5f6f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rnd-wrap article .razor-tech dl dd figure {
  width: 60px;
  margin-right: 2rem;
}

.power-bank-color-variation-wrap {
  margin: 4em 0;
}

.power-bank-color-variation .slick-dots {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  bottom: auto;
}
.power-bank-color-variation .slick-dots li {
  width: 40px;
  height: 40px;
  padding: 0;
  display: block;
}
.power-bank-color-variation .slick-dots li button {
  width: 100%;
  height: 100%;
}
.power-bank-color-variation .slick-dots li button::before {
  width: 100%;
  height: 100%;
  border: none;
}
.power-bank-color-variation .slick-dots li:nth-child(1) button::before {
  background: #7c7471;
}
.power-bank-color-variation .slick-dots li:nth-child(2) button::before {
  background: #af9b3a;
}
.power-bank-color-variation .slick-dots li:nth-child(3) button::before {
  background: #000;
}
.power-bank-color-variation .slick-dots li:nth-child(4) button::before {
  background: #cccbc9;
}

@media screen and (min-width: 500px) {
  .rnd-wrap article ol.sun-power-process > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rnd-wrap article ol.sun-power-process > li ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rnd-wrap article ol.sun-power-process > li ol > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rnd-wrap article ol.sun-power-process > li ol > li::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 14px solid #a52226;
    position: absolute;
    top: 50%;
    right: -1em;
    -webkit-transform: translateY(-200%);
            transform: translateY(-200%);
  }
}
@media screen and (min-width: 640px) {
  .rnd-wrap h3 span {
    font-size: 1.7rem;
  }
  .rnd-wrap article::after {
    margin: 6em 0;
  }
  .rnd-wrap article ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rnd-wrap article ul > li {
    width: 33.3333333333%;
  }
  .rnd-wrap article .img-wrap {
    margin-top: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rnd-wrap article .img-wrap figure:first-child {
    margin-bottom: 0;
  }
  .rnd-wrap article .img-pc {
    display: block;
  }
  .rnd-wrap article .img-mobile {
    display: none;
  }
  .rnd-wrap article .razor-tech {
    margin-bottom: 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rnd-wrap article .razor-tech dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .power-bank-color-variation {
    width: calc(100% - 200px);
    max-width: 900px;
  }
  .power-bank-color-variation .slick-dots {
    width: 200px;
    display: block;
    position: absolute;
    top: 50%;
    right: -200px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .power-bank-color-variation .slick-dots li {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .power-bank-color-variation .slick-dots li:last-child {
    margin-bottom: 0;
  }
  .power-bank-color-variation .slick-dots li.slick-active button::after {
    text-decoration: underline;
  }
  .power-bank-color-variation .slick-dots li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .power-bank-color-variation .slick-dots li button::before {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    display: block;
    position: relative;
  }
  .power-bank-color-variation .slick-dots li button::after {
    content: "";
    font-size: 1.8rem;
    color: #000;
    text-align: left;
    display: block;
  }
  .power-bank-color-variation .slick-dots li:nth-child(1) button::after {
    content: "brown/black";
  }
  .power-bank-color-variation .slick-dots li:nth-child(2) button::after {
    content: "yellow/black";
  }
  .power-bank-color-variation .slick-dots li:nth-child(3) button::after {
    content: "black/black";
  }
  .power-bank-color-variation .slick-dots li:nth-child(4) button::after {
    content: "gray/white";
  }

  .cart-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
  }
  .cart-wrap > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .cart-wrap > div:first-child {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media screen and (min-width: 900px) {
  .rnd-wrap article ol.sun-power-process {
    margin: 4em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rnd-wrap article ol.sun-power-process > li {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .rnd-wrap article ol.sun-power-process > li span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-bottom: 1em;
  }
  .rnd-wrap article ol.sun-power-process > li ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rnd-wrap article ol.sun-power-process > li ol > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .rnd-wrap article ol.sun-power-process > li ol > li::after {
    -webkit-transform: translateY(-300%);
            transform: translateY(-300%);
  }
}
@media screen and (min-width: 1024px) {
  .rnd-wrap article .text-right {
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1200px) {
  .power-bank-color-variation-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rnd-b .rnd-b-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rnd-b .rnd-b-wrap li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 22%;
}
@media (max-width: 1400px) {
  .rnd-b .rnd-b-wrap li {
    margin-bottom: 5%;
    padding: 0 2%;
    width: 25%;
  }
}
@media (max-width: 1000px) {
  .rnd-b .rnd-b-wrap li {
    width: 50%;
  }
}
.rnd-b .rnd-b-wrap li div {
  width: 100%;
  margin: 0 auto 20px;
}
.rnd-b .rnd-b-wrap li span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1280px) {
  .rnd-b .rnd-b-wrap li span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .rnd-b .rnd-b-wrap li span {
    font-size: 1.8rem;
  }
}
.rnd-b .rnd-b-wrap li p {
  font-size: 1.8rem;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .rnd-b .rnd-b-wrap li p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .rnd-b .rnd-b-wrap li p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1400px) {
  .rnd-b .rnd-b-wrap li p {
    line-height: 22px;
  }
}

.rnd-box {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  .rnd-box {
    margin: 10% 0;
  }
}
.rnd-box .rnd-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rnd-box .rnd-box-wrap li {
  padding: 0 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 50%;
}
@media (max-width: 1400px) {
  .rnd-box .rnd-box-wrap li {
    margin-bottom: 5%;
    padding: 0 2%;
  }
}
.rnd-box .rnd-box-wrap li div {
  width: 50%;
  margin: 0 auto 20px;
}
.rnd-box .rnd-box-wrap li div img {
  width: 160px;
}
.rnd-box .rnd-box-wrap li span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1280px) {
  .rnd-box .rnd-box-wrap li span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .rnd-box .rnd-box-wrap li span {
    font-size: 1.8rem;
  }
}
.rnd-box .rnd-box-wrap li p {
  font-size: 1.8rem;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .rnd-box .rnd-box-wrap li p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .rnd-box .rnd-box-wrap li p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1400px) {
  .rnd-box .rnd-box-wrap li p {
    line-height: 22px;
  }
}

/* ----------------------------------------------- */
/* video
/* ----------------------------------------------- */
/*.video {
	position:relative;
    margin-bottom: 100px;
    text-align: center;
    iframe {
    }
}*/
.video ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1200px) {
  .video ul {
    padding: 0;
  }
}
.video ul li {
  -webkit-box-flex: 33.33%;
      -ms-flex: 33.33%;
          flex: 33.33%;
  max-width: 33.33%;
  text-align: center;
  margin-bottom: 100px;
  padding: 0 1%;
}
@media (max-width: 768px) {
  .video ul li {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    margin-bottom: 8%;
  }
}
.video ul li img {
  max-width: 100%;
  max-height: 100%;
}
.video ul li .video-txt span {
  font-size: 2.2rem;
  font-weight: 600;
  padding: 15px 0 10px;
  display: block;
}
@media (max-width: 1280px) {
  .video ul li .video-txt span {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .video ul li .video-txt span {
    font-size: 1.7rem;
  }
}

.video-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 5% 0;
  height: 100%;
}
.video-box .video-inner {
  width: 100% !important;
  max-width: 1400px;
  text-align: center;
  position: relative;
}
.video-box .video-close {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 10;
}
.video-box .video-close a {
  width: 70px;
  height: 70px;
  content: "";
  vertical-align: middle;
  background: url(/assets/images/sub/close-img.png) no-repeat center;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #fff;
}
.video-box .video-close a:hover {
  background: #000 url(/assets/images/sub/close-img.png) no-repeat center;
  opacity: 1;
}
.video-box .video-img {
  background: transparent;
  position: relative;
  width: calc(100% - 20px);
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
}
.video-box .video-img iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-box .video-img::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
