@charset "UTF-8";
/* 폰트 */
/* 컬러 */
/* 드롭다운,멀티포함 */
/* font */
/* text cutting */
/* flex */
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 5px; }

::-webkit-scrollbar-thumb:hover {
  background: #878787; }

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px; }

@media screen and (max-width: 1024px) {
  html {
    font-size: 32px; } }
br.mo_hide {
  display: none !important; }
br.mo_show {
  display: block !important; }
br.pc_show {
  display: block !important; }
br.pc_hide {
  display: none !important; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 125px;
  z-index: 10; }
  header .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 1664px;
    min-width: 745px;
    border-bottom: 1px solid #a4cf57;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header .inner h1 {
      width: auto;
      height: 40px;
      margin-left: 32px; }
      header .inner h1 img {
        height: 100%; }
        header .inner h1 img:nth-child(1) {
          margin-right: 10px; }
    header .inner .gnb {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header .inner .gnb li {
        position: relative;
        padding: 0 35px;
        z-index: 1;
        /*>&:last-child{
            a{
                @include flex(flex-start,center);
                i{
                    display: block;
                    width: 47px;
                    height: 23px;
                    background: url("/static/images/kor.png") 50% 50% no-repeat;
                }
            }
        }*/ }
        header .inner .gnb li a {
          color: #fff;
          font-size: 23px;
          line-height: 22px;
          font-weight: 700; }
        header .inner .gnb li .twoDepth {
          position: absolute;
          width: 350px;
          left: -80px;
          top: 80px;
          opacity: 0;
          pointer-events: none;
          transition: all .15s ease-in;
          padding-top: 50px; }
          header .inner .gnb li .twoDepth li {
            width: 330px;
            height: 50px;
            position: relative; }
            header .inner .gnb li .twoDepth li a {
              text-align: center;
              color: #fff;
              font-size: 23px;
              line-height: 20px;
              font-weight: 600; }
            header .inner .gnb li .twoDepth li:before {
              content: "-";
              color: #fff; }
          header .inner .gnb li .twoDepth.on {
            pointer-events: all;
            opacity: 1;
            top: 50px; }
        header .inner .gnb li.langnav {
          position: relative; }
          header .inner .gnb li.langnav > strong {
            font-size: 18px;
            color: #fff;
            padding-right: 30px;
            background: url("/static/images/kor.png") 100% 50% no-repeat; }
          header .inner .gnb li.langnav ul {
            position: absolute;
            width: 140px;
            left: -10px;
            top: 40px;
            opacity: 0;
            pointer-events: none;
            transition: all .15s ease-in;
            padding-top: 30px;
            background: #fff; }
            header .inner .gnb li.langnav ul li {
              width: 100%;
              height: 50px;
              padding: 0 10px;
              position: relative; }
              header .inner .gnb li.langnav ul li a {
                text-align: center;
                color: #000;
                font-size: 23px;
                line-height: 20px;
                font-weight: 600; }
              header .inner .gnb li.langnav ul li:before {
                content: "-";
                color: #000; }
            header .inner .gnb li.langnav ul.on {
              pointer-events: all;
              opacity: 1;
              top: 50px; }
    header .inner #toggle-menu {
      display: none; }
  header:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0A1654;
    opacity: 0;
    transition: all .3s ease-in; }
  header.on:before {
    opacity: 1; }
  header.on .inner .gnb li a {
    color: #fff;
    font-size: 23px;
    line-height: 22px; }
  header.on .inner .gnb li ul {
    background: #0A1654; }
    header.on .inner .gnb li ul li a {
      color: #fff;
      font-size: 23px;
      line-height: 22px; }
  @media screen and (max-width: 1200px) {
    header .inner .gnb li {
      padding: 0 25px; }
      header .inner .gnb li a {
        color: #fff;
        font-size: 18px;
        line-height: 22px; }
      header .inner .gnb li.langnav > strong {
        font-size: 18px;
        color: #fff;
        padding-right: 30px;
        background: url("/static/images/kor.png") 100% 50% no-repeat; }
    header.on:before {
      opacity: 1; }
    header.on .inner .gnb li a {
      color: #fff;
      font-size: 18px;
      line-height: 22px; } }
  @media screen and (max-width: 1024px) {
    header {
      min-width: 100%;
      height: 2.6041666667rem; }
      header .inner {
        min-width: 100%; }
        header .inner h1 {
          height: 0.8333333333rem;
          margin-left: 0.6666666667rem; }
        header .inner .gnb {
          display: none; }
          header .inner .gnb.active {
            display: flex;
            flex-flow: wrap;
            width: 100%;
            position: absolute;
            left: 0;
            top: 2.6041666667rem;
            background: #0A1654; }
            header .inner .gnb.active li {
              width: 100%;
              padding: 0.4166666667rem 0; }
              header .inner .gnb.active li a {
                padding-left: 1.6666666667rem; }
              header .inner .gnb.active li ul {
                position: relative;
                width: unset;
                left: unset;
                top: unset;
                margin-left: 1.6666666667rem;
                opacity: 1;
                pointer-events: all;
                padding-top: 0; }
                header .inner .gnb.active li ul li a {
                  font-size: 0.5rem;
                  padding-left: 0.2083333333rem;
                  opacity: .7; }
          header .inner .gnb li.langnav > strong {
            display: none; }
          header .inner .gnb li.langnav ul {
            background: transparent; }
            header .inner .gnb li.langnav ul li a {
              color: #fff; }
            header .inner .gnb li.langnav ul li:before {
              color: #fff; }
        header .inner #toggle-menu {
          width: 2.6041666667rem;
          height: 100%;
          top: 0;
          right: 0;
          display: inline-block;
          position: absolute;
          z-index: 10;
          cursor: pointer;
          transition: all .1s ease-in; }
          header .inner #toggle-menu div {
            position: relative;
            width: 1.25rem;
            height: 1.375rem;
            margin: 0.7291666667rem 0rem 0rem 0rem; }
            header .inner #toggle-menu div span {
              width: 1.25rem;
              height: 0.125rem;
              display: block;
              background-color: #fff;
              position: absolute;
              transition: transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
              -webkit-transition: -webkit-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
              -moz-transition: -moz-transform 0.2s ease-in-out, top 0.1s ease-in-out 0.2s, opacity 0.1s ease-in-out 0.2s;
              -webkit-transform-origin: center;
              -moz-transform-origin: center;
              transform-origin: center;
              border-radius: 0.0625rem;
              overflow: hidden; }
            header .inner #toggle-menu div span.top {
              top: 0; }
            header .inner #toggle-menu div span.middle {
              top: 0.4166666667rem; }
            header .inner #toggle-menu div span.bottom {
              top: 0.8333333333rem; }
        header .inner #toggle-menu.menu-is-active {
          position: absolute; }
          header .inner #toggle-menu.menu-is-active:before {
            position: absolute;
            content: " ";
            display: inline-block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0; }
          header .inner #toggle-menu.menu-is-active span {
            transition: transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
            -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
            -moz-transition: -moz-transform 0.2s ease-in-out 0.1s, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
            -webkit-box-shadow: 0px 0px 0px 0px #93DEFF;
            box-shadow: 0px 0px 0px 0px #93DEFF; }
          header .inner #toggle-menu.menu-is-active span.top {
            top: 0.583rem;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg); }
          header .inner #toggle-menu.menu-is-active span.middle {
            top: 0.583rem;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            opacity: 0; }
          header .inner #toggle-menu.menu-is-active span.bottom {
            top: 0.583rem;
            transform: rotate(225deg);
            -webkit-transform: rotate(225deg);
            -moz-transform: rotate(225deg); }
        header .inner.on #toggle-menu div span {
          background-color: #000; } }
  header.mobile-menu-open:before {
    opacity: 1; }

footer {
  position: relative;
  width: 100%;
  height: 340px;
  background: #0A1654; }
  footer .inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1626px;
    min-width: 1190px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .inner h2 {
      width: auto;
      height: 43px; }
      footer .inner h2 img {
        height: 100%; }
        footer .inner h2 img:nth-child(1) {
          margin-right: 10px; }
    footer .inner ul {
      width: 930px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-flow: wrap; }
      footer .inner ul li {
        position: relative;
        color: #939598;
        font-size: 21px;
        line-height: 33px;
        padding: 0 15px;
        /*&:nth-child(1),&:nth-child(3),&:nth-child(4),&:nth-child(6){
            padding-left: 0;
        }
        &:nth-child(3),&:nth-child(5),&:nth-child(8){
            padding-right: 0;
        }
        &:nth-child(7){
            &:before{
                display: none;
            }
        }
        &:nth-child(8){
            padding-left: 0;
            &:before{
                display: none;
            }
        }*/ }
        footer .inner ul li:before {
          content: "";
          position: absolute;
          width: 1px;
          height: 14px;
          right: 0;
          top: 10px;
          background: #fff;
          opacity: .5; }
        footer .inner ul li:nth-child(1) {
          width: 100%; }
          footer .inner ul li:nth-child(1):before {
            display: none; }
        footer .inner ul li:nth-child(2) {
          width: 100%; }
          footer .inner ul li:nth-child(2):before {
            display: none; }
        footer .inner ul li:nth-child(3) {
          width: 100%; }
          footer .inner ul li:nth-child(3) br {
            display: none; }
          footer .inner ul li:nth-child(3):before {
            display: none; }
        footer .inner ul li:nth-child(6):before {
          display: none; }
        footer .inner ul li:nth-child(8):before {
          display: none; }
  @media screen and (max-width: 1200px) {
    footer {
      height: auto; }
      footer .inner {
        max-width: 100%;
        min-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: wrap;
        padding: 30px 0; }
        footer .inner h2 {
          width: 100%;
          height: 43px;
          text-align: center; }
        footer .inner ul {
          width: 100%;
          padding: 50px 0;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-flow: wrap; }
          footer .inner ul li {
            padding: 0 15px; }
            footer .inner ul li:nth-child(1) {
              width: auto; }
            footer .inner ul li:nth-child(2) {
              width: auto; }
            footer .inner ul li:nth-child(3) {
              text-align: center;
              width: 100%; }
            footer .inner ul li:nth-child(7) {
              text-align: center;
              width: 100%; } }
  @media screen and (max-width: 1024px) {
    footer .inner ul {
      width: 100%; }
      footer .inner ul li {
        width: 50%; }
        footer .inner ul li:nth-child(4) {
          width: 100%;
          text-align: center; }
        footer .inner ul li:nth-child(5) {
          width: 50%;
          text-align: right; }
        footer .inner ul li:nth-child(8) {
          width: 100%;
          text-align: center; } }
  @media screen and (max-width: 640px) {
    footer .inner h2 {
      width: 90%;
      margin: auto;
      text-align: left; }
    footer .inner ul {
      width: 95%;
      margin: auto;
      justify-content: flex-start; }
      footer .inner ul li {
        width: auto;
        text-align: left !important;
        color: #939598;
        font-size: 0.5625rem;
        line-height: 1.0416666667rem; }
        footer .inner ul li:nth-child(1), footer .inner ul li:nth-child(4), footer .inner ul li:nth-child(5), footer .inner ul li:nth-child(7) {
          width: 100%; }
        footer .inner ul li:nth-child(1):before, footer .inner ul li:nth-child(3):before, footer .inner ul li:nth-child(4):before, footer .inner ul li:nth-child(5):before, footer .inner ul li:nth-child(6):before, footer .inner ul li:nth-child(7):before, footer .inner ul li:nth-child(8):before {
          display: none; }
        footer .inner ul li:nth-child(6):before {
          display: none; }
        footer .inner ul li:nth-child(3) br {
          display: block; } }
  @media screen and (max-width: 525px) {
    footer .inner ul li {
      width: 100%;
      color: #939598;
      font-size: 0.4583333333rem;
      line-height: 1.0416666667rem;
      letter-spacing: -.5px; }
      footer .inner ul li:before {
        display: none; }
      footer .inner ul li:nth-child(6):before {
        display: none; } }

.content .main_visual {
  width: 100%;
  height: 1080px;
  -webkit-border-bottom-left-radius: 220px;
  -moz-border-radius-bottomleft: 220px;
  border-bottom-left-radius: 220px;
  overflow: hidden;
  background: url("/static/images/main_visual.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .content .main_visual .main_copy {
    color: #fff;
    font-size: 86px;
    line-height: 110px;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
    padding: 0 100px; }
    .content .main_visual .main_copy br {
      display: none !important; }
  @media screen and (max-width: 1027px) {
    .content .main_visual {
      height: 22.5rem;
      -webkit-border-bottom-left-radius: 3.75rem;
      -moz-border-radius-bottomleft: 3.75rem;
      border-bottom-left-radius: 3.75rem; }
      .content .main_visual .main_copy {
        color: #fff;
        font-size: 1.875rem;
        line-height: 2.0833333333rem;
        padding: 0; } }
  @media screen and (max-width: 440px) {
    .content .main_visual .main_copy {
      color: #fff;
      font-size: 1.25rem;
      line-height: 1.6666666667rem; }
      .content .main_visual .main_copy br {
        display: block !important; } }
.content .main_middle {
  position: relative;
  width: 100%;
  background: #0A1654;
  padding-top: 0;
 /*
@media screen and (max-width: 1920px) {
    .inner{
        &-bottom{
            &:before{
                width: 815px;
            }
        }
    }
}*/ }
  .content .main_middle .inner {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
    overflow: hidden; }
    .content .main_middle .inner-top {
      width: 97.44791666667%;
      height: auto;
      background: #fff;
      overflow: hidden;
      padding: 165px 0;
      -webkit-border-top-right-radius: 220px;
      -webkit-border-bottom-right-radius: 220px;
      -moz-border-radius-topright: 220px;
      -moz-border-radius-bottomright: 220px;
      border-top-right-radius: 220px;
      border-bottom-right-radius: 220px; }
      .content .main_middle .inner-top ul {
        width: 90%;
        max-width: 1385px;
        min-width: 50%;
        margin: 0 auto 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .content .main_middle .inner-top ul li {
          width: 360px;
          text-align: center; }
          .content .main_middle .inner-top ul li i {
            padding-bottom: 35px;
            display: flex;
            justify-content: center;
            align-items: center; }
          .content .main_middle .inner-top ul li p {
            text-align: center; }
            .content .main_middle .inner-top ul li p:nth-child(2) {
              padding-bottom: 15px;
              font-weight: 700;
              word-break: keep-all;
              color: #00b9ad;
              font-size: 40px;
              line-height: 45px; }
            .content .main_middle .inner-top ul li p:nth-child(3) {
              font-weight: 600;
              letter-spacing: -1px;
              word-break: keep-all;
              color: #000;
              font-size: 30px;
              line-height: 43px; }
          .content .main_middle .inner-top ul li:nth-child(1) {
            width: 500px; }
            .content .main_middle .inner-top ul li:nth-child(1) i {
              margin-left: -73px; }
          .content .main_middle .inner-top ul li:nth-child(2) i {
            margin-left: -73px; }
          .content .main_middle .inner-top ul li:nth-child(3) i {
            margin-left: -73px; }
    .content .main_middle .inner-bottom {
      position: relative;
      background: #fff;
      width: 97.44791666667%;
      height: auto; }
      .content .main_middle .inner-bottom:before {
        content: "";
        position: absolute;
        right: 0;
        width: 42%;
        height: 100%;
        background: #0A1654;
        -webkit-border-top-left-radius: 220px;
        -webkit-border-bottom-left-radius: 220px;
        -moz-border-radius-topleft: 220px;
        -moz-border-radius-bottomleft: 220px;
        border-top-left-radius: 220px;
        border-bottom-left-radius: 220px;
        transition: all .15s ease-in; }
      .content .main_middle .inner-bottom .txt-box {
        width: 90%;
        max-width: 1385px;
        min-width: 50%;
        padding: 165px 0;
        margin: auto; }
        .content .main_middle .inner-bottom .txt-box p {
          color: #0A1654;
          font-size: 50px;
          line-height: 75px;
          font-weight: 500;
          padding-right: 40%; }
          .content .main_middle .inner-bottom .txt-box p strong {
            font-weight: 900; }
      .content .main_middle .inner-bottom .man {
        position: absolute;
        bottom: 0;
        right: -50px;
        width: 895px;
        height: auto;
        transition: all .15s ease-in; }
        .content .main_middle .inner-bottom .man img {
          width: 100%;
          max-width: 100%; }
    .content .main_middle .inner .inner-bottom-copy {
      display: none; }
  @media screen and (max-width: 1920px) {
    .content .main_middle .inner-bottom .man {
      width: 845px;
      right: -110px; }
    .content .main_middle .inner-bottom .txt-box p {
      padding-right: 45%;
      color: #0A1654;
      font-size: 45px;
      line-height: 67px; } }
  @media screen and (max-width: 1500px) {
    .content .main_middle .inner-bottom:before {
      width: 50%; }
    .content .main_middle .inner-bottom .man {
      width: 815px; }
    .content .main_middle .inner-bottom .txt-box p {
      padding-right: 50%;
      color: #0A1654;
      font-size: 38px;
      line-height: 60px; } }
  @media screen and (max-width: 1280px) {
    .content .main_middle .inner {
      /*.inner-bottom-copy{
          display: block;
          position: relative;
          width: 100%;
          background: #fff;
          padding: 135px 0 125px 0;
          margin: auto;
          p{
              width: 90%;
              margin: auto;
              @include font($MainColor,38px,60px);
              font-weight: 500;
              strong{
                  font-weight: 900;
              }
              
          }
      }*/ }
      .content .main_middle .inner-top ul li {
        padding: 0 20px; }
        .content .main_middle .inner-top ul li:nth-child(1) {
          width: 500px; }
        .content .main_middle .inner-top ul li:nth-child(2) {
          width: 320px; }
        .content .main_middle .inner-top ul li:nth-child(3) {
          width: 320px; }
      .content .main_middle .inner-bottom:before {
        width: 48%; }
      .content .main_middle .inner-bottom .txt-box {
        opacity: 1;
        padding: 136px 0; }
        .content .main_middle .inner-bottom .txt-box p {
          padding-right: 55%;
          color: #0A1654;
          font-size: 32px;
          line-height: 58px; }
      .content .main_middle .inner-bottom .man {
        width: 710px; } }
  @media screen and (max-width: 1024px) {
    .content .main_middle .inner-top {
      padding: 2.9166666667rem 0;
      -webkit-border-top-right-radius: 3.75rem;
      -webkit-border-bottom-right-radius: 3.75rem;
      -moz-border-radius-topright: 3.75rem;
      -moz-border-radius-bottomright: 3.75rem;
      border-top-right-radius: 3.75rem;
      border-bottom-right-radius: 3.75rem; }
      .content .main_middle .inner-top ul {
        width: 80%; }
        .content .main_middle .inner-top ul li {
          width: 6.25rem; }
          .content .main_middle .inner-top ul li i {
            padding-bottom: 1.0416666667rem; }
            .content .main_middle .inner-top ul li i img {
              width: 4.1666666667rem; }
          .content .main_middle .inner-top ul li p:nth-child(2) {
            padding-bottom: 0.4166666667rem;
            color: #00b9ad;
            font-size: 0.625rem;
            line-height: 0.9375rem; }
          .content .main_middle .inner-top ul li p:nth-child(3) {
            color: #000;
            font-size: 0.5208333333rem;
            line-height: 0.7291666667rem; }
          .content .main_middle .inner-top ul li:nth-child(1) i {
            margin-left: -1.5208333333rem; }
          .content .main_middle .inner-top ul li:nth-child(2) i {
            margin-left: -1.5208333333rem; }
          .content .main_middle .inner-top ul li:nth-child(3) i {
            margin-left: -1.5208333333rem; }
    .content .main_middle .inner-bottom:before {
      -webkit-border-top-left-radius: 3.75rem;
      -webkit-border-bottom-left-radius: 3.75rem;
      -moz-border-radius-topleft: 3.75rem;
      -moz-border-radius-bottomleft: 3.75rem;
      border-top-left-radius: 3.75rem;
      border-bottom-left-radius: 3.75rem; }
    .content .main_middle .inner-bottom .txt-box {
      width: 80%;
      padding: 1.6666666667rem 0; }
      .content .main_middle .inner-bottom .txt-box p {
        padding-right: 55%;
        color: #0A1654;
        font-size: 0.6666666667rem;
        line-height: 1.2083333333rem; }
    .content .main_middle .inner-bottom .man {
      width: 13.125rem;
      right: -0.625rem; } }
  @media screen and (max-width: 640px) {
    .content .main_middle .inner-top ul {
      flex-flow: wrap; }
      .content .main_middle .inner-top ul li {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: wrap; }
        .content .main_middle .inner-top ul li i {
          width: 100%;
          padding-bottom: 1.0416666667rem; }
          .content .main_middle .inner-top ul li i img {
            width: 3.75rem; }
        .content .main_middle .inner-top ul li p {
          width: 100%;
          padding: 0 0.4166666667rem; }
          .content .main_middle .inner-top ul li p:nth-child(2) {
            padding-bottom: 0;
            color: #00b9ad;
            font-size: 0.625rem;
            line-height: 0.9375rem; }
          .content .main_middle .inner-top ul li p:nth-child(3) {
            color: #000;
            font-size: 0.5208333333rem;
            line-height: 0.7291666667rem;
            padding-right: 0; }
        .content .main_middle .inner-top ul li:nth-child(1) {
          width: 100%; }
          .content .main_middle .inner-top ul li:nth-child(1) i {
            margin-left: 0; }
        .content .main_middle .inner-top ul li:nth-child(2) {
          width: 100%; }
          .content .main_middle .inner-top ul li:nth-child(2) i {
            margin-left: 0; }
        .content .main_middle .inner-top ul li:nth-child(3) {
          width: 100%; }
          .content .main_middle .inner-top ul li:nth-child(3) i {
            margin-left: 0; }
    .content .main_middle .inner-bottom:before {
      width: 85%; }
    .content .main_middle .inner-bottom .txt-box {
      padding: 1.4791666667rem 0; }
      .content .main_middle .inner-bottom .txt-box p {
        opacity: 0; }
    .content .main_middle .inner-bottom .man {
      width: 10.4166666667rem;
      right: -0.625rem; }
    .content .main_middle .inner .inner-bottom-copy {
      display: block;
      position: relative;
      width: 100%;
      background: #fff;
      padding: 110px 0 50px 0;
      margin: auto; }
      .content .main_middle .inner .inner-bottom-copy p {
        width: 85%;
        margin: auto;
        color: #0A1654;
        font-size: 0.6666666667rem;
        line-height: 1rem;
        font-weight: 500; }
        .content .main_middle .inner .inner-bottom-copy p strong {
          font-weight: 900; } }
  @media screen and (max-width: 440px) {
    .content .main_middle .inner-top ul {
      flex-flow: wrap; }
      .content .main_middle .inner-top ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.1666666667rem;
        flex-flow: wrap; }
        .content .main_middle .inner-top ul li i {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 0;
          margin: 0;
          padding-bottom: 0.2083333333rem; }
          .content .main_middle .inner-top ul li i img {
            width: 2.5rem; }
        .content .main_middle .inner-top ul li p {
          width: 100%;
          text-align: center;
          padding: 0; }
          .content .main_middle .inner-top ul li p:nth-child(2) {
            color: #00b9ad;
            font-size: 0.625rem;
            line-height: 0.9375rem; }
          .content .main_middle .inner-top ul li p:nth-child(3) {
            color: #000;
            font-size: 0.5208333333rem;
            line-height: 0.7291666667rem; }
            .content .main_middle .inner-top ul li p:nth-child(3) br {
              display: block !important; }
        .content .main_middle .inner-top ul li:nth-child(1) i {
          margin-left: -0.4166666667rem; }
        .content .main_middle .inner-top ul li:nth-child(2) i {
          margin-left: -0.4166666667rem; }
        .content .main_middle .inner-top ul li:nth-child(3) {
          margin-bottom: 0; }
          .content .main_middle .inner-top ul li:nth-child(3) i {
            margin-left: -0.4166666667rem; } }
.content .main_bottom {
  position: relative;
  padding-top: 100px;
  background: #f1f1f2; }
  .content .main_bottom:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 2; }
  .content .main_bottom h2 {
    text-align: center;
    padding: 110px 0 80px 0;
    font-weight: 700;
    color: #0A1654;
    font-size: 50px;
    line-height: 49px; }
  .content .main_bottom #map, .content .main_bottom .map_info {
    position: relative;
    width: 1800px;
    height: 750px;
    margin: auto; }
  .content .main_bottom .map_info {
    height: auto;
    padding: 35px 0 200px 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .content .main_bottom .map_info li {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      color: #231f20;
      font-size: 20px;
      line-height: 27px;
      height: 50px; }
      .content .main_bottom .map_info li:nth-child(1) {
        background: url(/static/images/main_icon4.png) 25px 0 no-repeat;
        padding-left: 67px; }
      .content .main_bottom .map_info li:nth-child(2) {
        background: url(/static/images/main_icon5.png) 25px 0 no-repeat;
        padding-left: 67px; }
      .content .main_bottom .map_info li:nth-child(3) {
        background: url(/static/images/main_icon7.png) 25px 0 no-repeat;
        padding-left: 67px; }
      .content .main_bottom .map_info li:nth-child(4) {
        background: url(/static/images/main_icon6.png) 25px 0 no-repeat;
        padding-left: 67px; }
  @media screen and (max-width: 2560px) {
    .content .main_bottom #map, .content .main_bottom .map_info {
      width: 1625px;
      height: 750px; }
    .content .main_bottom .map_info {
      height: auto; } }
  @media screen and (max-width: 1920px) {
    .content .main_bottom #map, .content .main_bottom .map_info {
      width: 1375px;
      height: 650px; }
    .content .main_bottom .map_info {
      height: auto; } }
  @media screen and (max-width: 1600px) {
    .content .main_bottom #map, .content .main_bottom .map_info {
      width: 1275px;
      height: 600px; }
    .content .main_bottom .map_info {
      height: auto; } }
  @media screen and (max-width: 1400px) {
    .content .main_bottom #map, .content .main_bottom .map_info {
      width: 1075px;
      height: 550px; }
    .content .main_bottom .map_info {
      height: auto; } }
  @media screen and (max-width: 1200px) {
    .content .main_bottom #map, .content .main_bottom .map_info {
      width: 90%;
      height: 550px; }
    .content .main_bottom .map_info {
      height: auto;
      flex-flow: wrap; }
      .content .main_bottom .map_info li {
        width: 50%; } }
  @media screen and (max-width: 960px) {
    .content .main_bottom h2 {
      font-size: 1.0416666667rem; } }
  @media screen and (max-width: 768px) {
    .content .main_bottom .map_info li {
      width: 100%; } }
.content section {
  position: relative;
  transition: all .15s ease-in;
  padding: 135px 0 0 0; }
  .content section .inner {
    position: relative;
    margin: auto; }
    .content section .inner > h3, .content section .inner h2 {
      word-break: keep-all;
      text-align: center;
      color: #0A1654;
      font-size: 56px;
      line-height: 1.4;
      font-weight: 700;
      padding-bottom: 105px; }
      .content section .inner > h3 span, .content section .inner h2 span {
        color: #0A1654;
        font-size: 56px;
        line-height: 59px;
        font-weight: 400; }
      @media screen and (max-width: 1200px) {
        .content section .inner > h3, .content section .inner h2 {
          padding-bottom: 80px;
          color: #0A1654;
          font-size: 50px;
          line-height: 65px; }
          .content section .inner > h3 span, .content section .inner h2 span {
            color: #0A1654;
            font-size: 50px;
            line-height: 65px; } }
      @media screen and (max-width: 768px) {
        .content section .inner > h3, .content section .inner h2 {
          padding-bottom: 1.6666666667rem;
          color: #0A1654;
          font-size: 0.8333333333rem;
          line-height: 1.0416666667rem; }
          .content section .inner > h3 span, .content section .inner h2 span {
            color: #0A1654;
            font-size: 0.8333333333rem;
            line-height: 1.0416666667rem; } }
    .content section .inner h2 {
      font-weight: 800; }
  @media screen and (max-width: 768px) {
    .content section {
      padding: 2.8125rem 0 0 0; } }
.content .sub_visual {
  width: 100%;
  height: 620px;
  -webkit-border-bottom-left-radius: 220px;
  -moz-border-radius-bottomleft: 220px;
  border-bottom-left-radius: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  .content .sub_visual h2 {
    color: #fff;
    font-size: 86px;
    line-height: 110px;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
    padding: 0 100px;
    margin-top: 0; }
  @media screen and (max-width: 768px) {
    .content .sub_visual {
      height: 12.9166666667rem;
      -webkit-border-bottom-left-radius: 3.75rem;
      -moz-border-radius-bottomleft: 3.75rem;
      border-bottom-left-radius: 3.75rem; }
      .content .sub_visual h2 {
        color: #fff;
        font-size: 1.25rem;
        line-height: 1.25rem;
        padding: 0; } }
.content.about {
  background-color: #a4cf57; }
  .content.about .sub_visual {
    background: url("/static/images/about_visual.jpg") 50% 50% no-repeat;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .content.about .sub_visual {
        background: url("/static/images/about_visual.jpg") 60% 50% no-repeat;
        background-size: cover; } }
  .content.about .about_content1 {
    text-align: center; }
    .content.about .about_content1 img {
      margin: 0 auto 110px auto; }
    .content.about .about_content1 p {
      color: #003e35;
      font-size: 32px;
      line-height: 50px;
      font-weight: 500; }
    @media screen and (max-width: 768px) {
      .content.about .about_content1 {
        padding: 2.8125rem 0 2.2916666667rem 0; }
        .content.about .about_content1 img {
          margin: 0 auto 2.2916666667rem auto;
          width: 80%; }
        .content.about .about_content1 p {
          color: #003e35;
          font-size: 0.5rem;
          line-height: 0.9583333333rem;
          width: 80%;
          margin: auto;
          word-break: keep-all; }
          .content.about .about_content1 p br {
            display: none; } }
  .content.about .about_content2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 2560px) {
      .content.about .about_content2 {
        flex-flow: wrap; } }
    .content.about .about_content2 ul {
      width: 50%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 2560px) {
        .content.about .about_content2 ul {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .content.about .about_content2 ul {
          flex-flow: wrap; } }
      .content.about .about_content2 ul li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 365px;
        transition: all .3s ease-in; }
        .content.about .about_content2 ul li img {
          width: 100%; }
        @media screen and (max-width: 1200px) {
          .content.about .about_content2 ul li {
            height: 265px; } }
      .content.about .about_content2 ul:nth-child(1) li {
        width: 25%; }
        .content.about .about_content2 ul:nth-child(1) li:nth-child(1) {
          background: url("/static/images/about_thum1.png") no-repeat 50% 50%;
          background-size: cover; }
        .content.about .about_content2 ul:nth-child(1) li:nth-child(2) {
          background: url("/static/images/about_thum2.png") no-repeat 50% 50%;
          background-size: cover; }
        .content.about .about_content2 ul:nth-child(1) li:nth-child(3) {
          background: url("/static/images/about_thum3.png") no-repeat 50% 50%;
          background-size: cover; }
        .content.about .about_content2 ul:nth-child(1) li:nth-child(4) {
          background: url("/static/images/about_thum4.png") no-repeat 50% 50%;
          background-size: cover; }
        @media screen and (max-width: 768px) {
          .content.about .about_content2 ul:nth-child(1) li {
            width: 50%; } }
      .content.about .about_content2 ul:nth-child(2) li {
        width: 25%; }
        @media screen and (max-width: 768px) {
          .content.about .about_content2 ul:nth-child(2) li {
            width: 50%; } }
        .content.about .about_content2 ul:nth-child(2) li:nth-child(1) {
          background: url("/static/images/about_thum5.png") no-repeat 50% 50%;
          background-size: cover;
          width: 16.66666666667%; }
          @media screen and (max-width: 768px) {
            .content.about .about_content2 ul:nth-child(2) li:nth-child(1) {
              width: 25%; } }
        .content.about .about_content2 ul:nth-child(2) li:nth-child(2) {
          background: url("/static/images/about_thum6.png") no-repeat 50% 50%;
          background-size: cover;
          width: 16.66666666667%; }
          @media screen and (max-width: 768px) {
            .content.about .about_content2 ul:nth-child(2) li:nth-child(2) {
              width: 25%; } }
        .content.about .about_content2 ul:nth-child(2) li:nth-child(3) {
          background: url("/static/images/about_thum7.png") no-repeat 50% 50%;
          background-size: cover; }
        .content.about .about_content2 ul:nth-child(2) li:nth-child(4) {
          background: url("/static/images/about_thum8.png") no-repeat 50% 50%;
          background-size: cover; }
        .content.about .about_content2 ul:nth-child(2) li:nth-child(5) {
          background: url("/static/images/about_thum9.png") no-repeat 50% 50%;
          background-size: cover;
          width: 16.66666666667%; }
          @media screen and (max-width: 768px) {
            .content.about .about_content2 ul:nth-child(2) li:nth-child(5) {
              width: 50%; } }
  .content.about .about_content3 {
    background: #f0f1f2; }
    .content.about .about_content3 .inner {
      width: 1595px;
      padding-bottom: 200px; }
      @media screen and (max-width: 1595px) {
        .content.about .about_content3 .inner {
          width: 100%; } }
      @media screen and (max-width: 1460px) {
        .content.about .about_content3 .inner {
          height: 1700px; } }
      @media screen and (max-width: 768px) {
        .content.about .about_content3 .inner {
          height: 45.8333333333rem;
          padding-bottom: 1.0416666667rem; }
          .content.about .about_content3 .inner h3 {
            padding-bottom: 0;
            color: #0A1654;
            font-size: 0.8333333333rem;
            line-height: 0.8333333333rem; } }
      @media screen and (max-width: 620px) {
        .content.about .about_content3 .inner {
          height: 52.0833333333rem; } }
      @media screen and (max-width: 360px) {
        .content.about .about_content3 .inner {
          height: 54.1666666667rem; } }
      @media screen and (max-width: 1460px) {
        .content.about .about_content3 .inner .table {
          width: 100%;
          height: 100%; } }
      .content.about .about_content3 .inner .table .esg {
        width: 1260px;
        position: relative;
        margin: 80px auto 0 auto;
        padding-left: 500px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: wrap; }
        .content.about .about_content3 .inner .table .esg img {
          position: absolute;
          left: 0;
          top: 50%;
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .content.about .about_content3 .inner .table .esg p {
          color: #003e35;
          font-size: 35px;
          line-height: 34px;
          width: 760px;
          font-weight: 400;
          padding: 5px 0; }
          .content.about .about_content3 .inner .table .esg p strong {
            font-weight: 700; }
          .content.about .about_content3 .inner .table .esg p:nth-child(2) {
            color: #003e35;
            font-size: 44px;
            line-height: 43px;
            padding: 35px 0 25px;
            font-weight: 700;
            word-break: keep-all; }
        @media screen and (max-width: 1460px) {
          .content.about .about_content3 .inner .table .esg {
            width: 760px;
            padding-left: 0;
            text-align: center; }
            .content.about .about_content3 .inner .table .esg img {
              position: relative;
              left: unset;
              top: unset;
              transform: none;
              margin: auto; } }
        @media screen and (max-width: 768px) {
          .content.about .about_content3 .inner .table .esg {
            width: 100%; }
            .content.about .about_content3 .inner .table .esg img {
              width: 50%; }
            .content.about .about_content3 .inner .table .esg p {
              color: #003e35;
              font-size: 0.6666666667rem;
              line-height: 0.6666666667rem; }
              .content.about .about_content3 .inner .table .esg p:nth-child(2) {
                color: #003e35;
                font-size: 0.5rem;
                line-height: 0.8333333333rem;
                padding: 0.7291666667rem 0 0.5208333333rem; } }
      .content.about .about_content3 .inner .table ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%; }
        @media screen and (max-width: 1460px) {
          .content.about .about_content3 .inner .table ul {
            max-width: 1000px;
            flex-flow: wrap;
            text-align: center;
            margin: auto;
            justify-content: center; } }
        .content.about .about_content3 .inner .table ul li {
          padding: 50px 0;
          font-weight: 700;
          color: #0A1654;
          font-size: 36px;
          line-height: 38px; }
          .content.about .about_content3 .inner .table ul li:nth-child(1) {
            width: 200px;
            text-align: right; }
          .content.about .about_content3 .inner .table ul li:nth-child(2) {
            width: calc(100% - 200px);
            text-align: center;
            color: #0A1654;
            font-size: 44px;
            line-height: 43px; }
          @media screen and (max-width: 1460px) {
            .content.about .about_content3 .inner .table ul li:nth-child(1), .content.about .about_content3 .inner .table ul li:nth-child(2) {
              width: 100%;
              text-align: center;
              padding-bottom: 0; } }
          @media screen and (max-width: 768px) {
            .content.about .about_content3 .inner .table ul li {
              color: #0A1654;
              font-size: 0.6666666667rem;
              line-height: 0.6666666667rem; } }
        .content.about .about_content3 .inner .table ul:nth-child(1) li:nth-child(2) p {
          display: inline-block;
          background: #a4cf57;
          border-radius: 20px;
          color: #fff;
          padding: 20px 30px;
          color: #fff;
          font-size: 40px;
          line-height: 43px; }
          .content.about .about_content3 .inner .table ul:nth-child(1) li:nth-child(2) p br {
            display: none; }
          @media screen and (max-width: 768px) {
            .content.about .about_content3 .inner .table ul:nth-child(1) li:nth-child(2) p {
              width: 80%;
              margin: auto;
              word-break: keep-all;
              color: #fff;
              font-size: 0.5833333333rem;
              line-height: 0.8333333333rem; }
              .content.about .about_content3 .inner .table ul:nth-child(1) li:nth-child(2) p br {
                display: block; } }
        @media screen and (max-width: 768px) {
          .content.about .about_content3 .inner .table ul:nth-child(2) li:nth-child(2) {
            width: 80%;
            margin: auto;
            word-break: keep-all;
            color: #0A1654;
            font-size: 0.5833333333rem;
            line-height: 0.9583333333rem; } }
        .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) {
          display: flex;
          justify-content: center;
          align-items: center;
          padding-bottom: 0; }
          .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p {
            width: 350px;
            height: 350px;
            border-radius: 350px;
            margin-left: -30px;
            display: flex;
            justify-content: center;
            align-items: center;
            align-content: center;
            flex-flow: wrap;
            background: #a4cf57;
            mix-blend-mode: multiply; }
            .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p:nth-child(1) {
              margin-left: 0; }
            .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p span {
              display: inline-block;
              width: 100%;
              text-align: center;
              font-weight: 600; }
              .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p span:nth-child(1) {
                color: #003e35;
                font-size: 35px;
                line-height: 1.2; }
              .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p span:nth-child(2) {
                color: #003e35;
                font-size: 20px;
                line-height: 28px;
                font-weight: 400;
                padding: 0 40px; }
          @media screen and (max-width: 768px) {
            .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) {
              flex-flow: wrap;
              width: 90%;
              margin: auto; }
              .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p {
                width: 8.3333333333rem;
                height: 8.3333333333rem;
                border-radius: 8.3333333333rem; }
                .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p:nth-child(3) {
                  margin-top: -2.2916666667rem;
                  margin-left: 0; }
                .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p span:nth-child(1) {
                  color: #003e35;
                  font-size: 0.6666666667rem;
                  line-height: 1.2; }
                .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p span:nth-child(2) {
                  color: #003e35;
                  font-size: 0.4583333333rem;
                  line-height: 0.625rem; } }
          @media screen and (max-width: 600px) {
            .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) {
              width: 100%; } }
          @media screen and (max-width: 510px) {
            .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p {
              width: 8.3333333333rem;
              height: 8.3333333333rem;
              border-radius: 8.3333333333rem;
              margin-top: -1.25rem;
              margin-left: 0;
              /*&:nth-child(1){
                  margin: 0 3rem;
              }
              &:nth-child(2),&:nth-child(3){
                 margin: rem(-60px) rem(-15px) 0 rem(-15px);
              }*/ }
              .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p:nth-child(3) {
                margin-top: -1.25rem;
                margin-left: 0; }
              .content.about .about_content3 .inner .table ul:nth-child(3) li:nth-child(2) p span {
                letter-spacing: -0.0416666667rem; } }
  .content.about .about_content4 {
    background: #fff; }
    .content.about .about_content4 .inner {
      width: 1595px;
      padding-bottom: 200px; }
      .content.about .about_content4 .inner .tit {
        position: relative;
        padding: 0 0 20px 20px;
        color: #000;
        font-size: 22px;
        line-height: 22px;
        font-weight: 500; }
        .content.about .about_content4 .inner .tit:before {
          content: "";
          position: absolute;
          left: 0;
          top: 6px;
          width: 8px;
          height: 8px;
          border-radius: 4px;
          background: red; }
        @media screen and (max-width: 1595px) {
          .content.about .about_content4 .inner .tit {
            width: 765px;
            margin: 60px auto 0 auto;
            padding-bottom: 0; } }
        @media screen and (max-width: 768px) {
          .content.about .about_content4 .inner .tit {
            width: 60%;
            color: #000;
            font-size: 0.625rem;
            line-height: 0.625rem; } }
      @media screen and (max-width: 1595px) {
        .content.about .about_content4 .inner {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .content.about .about_content4 .inner h3 {
          color: #0A1654;
          font-size: 0.8333333333rem;
          line-height: 0.8333333333rem; } }
      .content.about .about_content4 .inner .iso-top {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 155px; }
        .content.about .about_content4 .inner .iso-top .left {
          width: 46.39498432602%; }
          .content.about .about_content4 .inner .iso-top .left img {
            width: 474px; }
          .content.about .about_content4 .inner .iso-top .left p {
            color: #006690;
            font-size: 50px;
            line-height: 58px;
            font-weight: 700;
            margin-top: 80px; }
        .content.about .about_content4 .inner .iso-top .right {
          width: 53.60501567398%; }
          .content.about .about_content4 .inner .iso-top .right h4 {
            color: #00b9ad;
            font-size: 44px;
            line-height: 46px;
            font-weight: 700;
            padding-bottom: 43px; }
            .content.about .about_content4 .inner .iso-top .right h4 span {
              color: #00b9ad;
              font-size: 32px;
              line-height: 31px;
              font-weight: 400; }
          .content.about .about_content4 .inner .iso-top .right ul {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            .content.about .about_content4 .inner .iso-top .right ul li {
              text-align: center; }
              .content.about .about_content4 .inner .iso-top .right ul li p {
                color: #414042;
                font-size: 17px;
                line-height: 24px;
                padding-top: 10px; }
              .content.about .about_content4 .inner .iso-top .right ul li:nth-child(3) div p {
                padding-top: 15px; }
              .content.about .about_content4 .inner .iso-top .right ul li:nth-child(3) div:nth-child(1) {
                margin-bottom: 40px; }
        @media screen and (max-width: 1595px) {
          .content.about .about_content4 .inner .iso-top {
            justify-content: center;
            flex-flow: wrap; }
            .content.about .about_content4 .inner .iso-top .left {
              width: 100%;
              text-align: center; }
              .content.about .about_content4 .inner .iso-top .left p {
                margin-top: 50px; }
            .content.about .about_content4 .inner .iso-top .right {
              width: 100%;
              margin-top: 100px; }
              .content.about .about_content4 .inner .iso-top .right h4 {
                text-align: center; }
              .content.about .about_content4 .inner .iso-top .right ul {
                justify-content: center; }
                .content.about .about_content4 .inner .iso-top .right ul li {
                  margin: 0 20px; } }
        @media screen and (max-width: 768px) {
          .content.about .about_content4 .inner .iso-top {
            width: 100%; }
            .content.about .about_content4 .inner .iso-top .left p {
              margin-top: 1.0416666667rem;
              color: #006690;
              font-size: 0.8333333333rem;
              line-height: 1.0416666667rem; }
            .content.about .about_content4 .inner .iso-top .right {
              margin-top: 1.6666666667rem; }
              .content.about .about_content4 .inner .iso-top .right h4 {
                color: #00b9ad;
                font-size: 0.6666666667rem;
                line-height: 0.9375rem;
                padding-bottom: 0.625rem; }
                .content.about .about_content4 .inner .iso-top .right h4 span {
                  color: #00b9ad;
                  font-size: 0.4583333333rem;
                  line-height: 0.6666666667rem;
                  display: block;
                  word-break: keep-all; }
              .content.about .about_content4 .inner .iso-top .right ul {
                flex-flow: wrap;
                width: 100%; }
                .content.about .about_content4 .inner .iso-top .right ul li {
                  width: 40%;
                  margin: 0 0.2083333333rem; }
                  .content.about .about_content4 .inner .iso-top .right ul li p {
                    color: #414042;
                    font-size: 0.4583333333rem;
                    line-height: 0.625rem;
                    padding-top: 0.625rem;
                    word-break: keep-all; }
                  .content.about .about_content4 .inner .iso-top .right ul li:nth-child(1) img, .content.about .about_content4 .inner .iso-top .right ul li:nth-child(2) img {
                    width: 90%; }
                  .content.about .about_content4 .inner .iso-top .right ul li:nth-child(3) {
                    width: 100%;
                    margin-top: 2.0833333333rem;
                    display: flex;
                    justify-content: center;
                    align-items: center; }
                    .content.about .about_content4 .inner .iso-top .right ul li:nth-child(3) div {
                      width: 40%;
                      margin: 0 0.2083333333rem; }
                      .content.about .about_content4 .inner .iso-top .right ul li:nth-child(3) div p {
                        padding-top: 15px; }
                      .content.about .about_content4 .inner .iso-top .right ul li:nth-child(3) div:nth-child(1) {
                        margin-bottom: 0; } }
        @media screen and (max-width: 480px) {
          .content.about .about_content4 .inner .iso-top .left img {
            width: 80%; }
          .content.about .about_content4 .inner .iso-top .left p {
            color: #006690;
            font-size: 0.7916666667rem;
            line-height: 1.0416666667rem;
            letter-spacing: -1px; } }
      .content.about .about_content4 .inner .iso-middle {
        margin-bottom: 100px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .content.about .about_content4 .inner .iso-middle ul {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start; }
          .content.about .about_content4 .inner .iso-middle ul:nth-child(1) {
            justify-content: center;
            width: 795px; }
          .content.about .about_content4 .inner .iso-middle ul:nth-child(2) {
            justify-content: space-between;
            width: 778px; }
          .content.about .about_content4 .inner .iso-middle ul li {
            text-align: center; }
        @media screen and (max-width: 1595px) {
          .content.about .about_content4 .inner .iso-middle {
            flex-flow: wrap;
            margin-bottom: 0; }
            .content.about .about_content4 .inner .iso-middle ul:nth-child(1) {
              width: 100%;
              text-align: center; }
            .content.about .about_content4 .inner .iso-middle ul:nth-child(2) {
              width: 100%;
              justify-content: center; }
              .content.about .about_content4 .inner .iso-middle ul:nth-child(2) li {
                margin: 30px 16px 0 16px; } }
        @media screen and (max-width: 768px) {
          .content.about .about_content4 .inner .iso-middle {
            margin-bottom: 0; }
            .content.about .about_content4 .inner .iso-middle ul:nth-child(1) {
              width: 100%;
              text-align: center; }
              .content.about .about_content4 .inner .iso-middle ul:nth-child(1) img {
                width: 90%;
                margin: auto; }
            .content.about .about_content4 .inner .iso-middle ul:nth-child(2) {
              width: 100%;
              flex-flow: wrap; }
              .content.about .about_content4 .inner .iso-middle ul:nth-child(2) li {
                width: 30%; } }
        @media screen and (max-width: 480px) {
          .content.about .about_content4 .inner .iso-middle ul:nth-child(2) li {
            width: 45%;
            margin-left: 0;
            margin-right: 0;
            text-align: center; }
            .content.about .about_content4 .inner .iso-middle ul:nth-child(2) li img {
              width: 90%; } }
      .content.about .about_content4 .inner .iso-bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .content.about .about_content4 .inner .iso-bottom ul {
          width: 778px;
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          .content.about .about_content4 .inner .iso-bottom ul li {
            text-align: center; }
        @media screen and (max-width: 1595px) {
          .content.about .about_content4 .inner .iso-bottom {
            flex-flow: wrap; }
            .content.about .about_content4 .inner .iso-bottom ul {
              width: 100%;
              justify-content: center; }
              .content.about .about_content4 .inner .iso-bottom ul li {
                margin: 30px 16px 0 16px; } }
        @media screen and (max-width: 768px) {
          .content.about .about_content4 .inner .iso-bottom ul {
            width: 100%;
            flex-flow: wrap; }
            .content.about .about_content4 .inner .iso-bottom ul li {
              width: 30%; } }
        @media screen and (max-width: 480px) {
          .content.about .about_content4 .inner .iso-bottom ul li {
            width: 45%;
            margin-left: 0;
            margin-right: 0;
            text-align: center; }
            .content.about .about_content4 .inner .iso-bottom ul li img {
              width: 90%; } }
      .content.about .about_content4 .inner .iso-middle ul li p, .content.about .about_content4 .inner .iso-bottom ul li p {
        text-align: center;
        word-break: keep-all;
        color: #000;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400; }
.content.technology .sub_visual {
  background: url("/static/images/technology_visual.jpg") 50% 50% no-repeat;
  background-size: cover; }
.content.technology section .inner {
  width: 1400px; }
.content.technology section .section_bg {
  width: 100%;
  height: 610px;
  background: url("/static/images/technology_sub.jpg") 50% 50% no-repeat;
  background-size: cover; }
  .content.technology section .section_bg .inner {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .content.technology section .section_bg .inner p {
      text-align: left;
      padding-bottom: 0;
      color: #fff;
      font-size: 75px;
      line-height: 1.4;
      font-weight: 700; }
      .content.technology section .section_bg .inner p br {
        display: block !important; }
      @media screen and (max-width: 1400px) {
        .content.technology section .section_bg .inner p {
          color: #fff;
          font-size: 1.3541666667rem;
          line-height: 1.6666666667rem; }
          .content.technology section .section_bg .inner p br {
            display: none !important; } }
      @media screen and (max-width: 768px) {
        .content.technology section .section_bg .inner p {
          color: #fff;
          font-size: 1.0416666667rem;
          line-height: 1.4583333333rem; } }
  @media screen and (max-width: 1400px) {
    .content.technology section .section_bg {
      height: 400px; } }
.content.technology section.tech_content1 {
  width: 100%; }
  @media screen and (max-width: 1400px) {
    .content.technology section.tech_content1 .inner {
      width: 90%; } }
  .content.technology section.tech_content1 .box-top {
    border: 4px solid #cdcfd1;
    background: #f1f2f2;
    padding: 55px;
    border-radius: 52px; }
    @media screen and (max-width: 768px) {
      .content.technology section.tech_content1 .box-top {
        padding: 1.25rem;
        border-radius: 1.0833333333rem; } }
    .content.technology section.tech_content1 .box-top .top {
      width: 100%;
      padding-bottom: 110px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media screen and (max-width: 1024px) {
        .content.technology section.tech_content1 .box-top .top {
          flex-flow: wrap; } }
      @media screen and (max-width: 768px) {
        .content.technology section.tech_content1 .box-top .top {
          padding-bottom: 1.4583333333rem; } }
      .content.technology section.tech_content1 .box-top .top li {
        position: relative;
        width: 50%;
        text-align: center; }
        .content.technology section.tech_content1 .box-top .top li:before {
          content: "";
          position: absolute;
          right: -29px;
          top: 50%;
          width: 58px;
          height: 85px;
          background: url("/static/images/tech_arrow1.png") 0 0 no-repeat;
          background-size: contain; }
        .content.technology section.tech_content1 .box-top .top li:last-child:before {
          display: none; }
        .content.technology section.tech_content1 .box-top .top li p {
          position: relative;
          text-align: left;
          padding-left: 30px;
          font-weight: 700;
          margin-bottom: 40px;
          color: #0A1654;
          font-size: 24px;
          line-height: 23px;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .content.technology section.tech_content1 .box-top .top li p:before {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            left: 0;
            border-radius: 8px;
            background: #0A1654; }
        @media screen and (max-width: 1400px) {
          .content.technology section.tech_content1 .box-top .top li img {
            width: 80%; } }
        @media screen and (max-width: 1024px) {
          .content.technology section.tech_content1 .box-top .top li {
            width: 100%; }
            .content.technology section.tech_content1 .box-top .top li:before {
              right: unset;
              top: unset;
              left: 50%;
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
              bottom: -90px;
              transform: rotate(90deg); }
            .content.technology section.tech_content1 .box-top .top li img {
              width: 70%; }
            .content.technology section.tech_content1 .box-top .top li:nth-child(1) {
              margin-bottom: 80px; } }
        @media screen and (max-width: 768px) {
          .content.technology section.tech_content1 .box-top .top li:before {
            right: unset;
            top: unset;
            width: 0.6875rem;
            height: 1rem;
            left: 50%;
            bottom: -1.0416666667rem;
            transform: rotate(90deg); }
          .content.technology section.tech_content1 .box-top .top li:nth-child(1) {
            margin-bottom: 1.6666666667rem; }
          .content.technology section.tech_content1 .box-top .top li p {
            padding-left: 0.625rem;
            margin-bottom: 0.8333333333rem;
            color: #0A1654;
            font-size: 0.6666666667rem;
            line-height: 0.6666666667rem; }
            .content.technology section.tech_content1 .box-top .top li p:before {
              width: 0.4166666667rem;
              height: 0.4166666667rem;
              border-radius: 0.2083333333rem; } }
    .content.technology section.tech_content1 .box-top .bottom {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-flow: wrap; }
      @media screen and (max-width: 768px) {
        .content.technology section.tech_content1 .box-top .bottom {
          justify-content: center; } }
      .content.technology section.tech_content1 .box-top .bottom li {
        width: 22%;
        text-align: center;
        position: relative; }
        .content.technology section.tech_content1 .box-top .bottom li:before {
          content: "";
          position: absolute;
          right: -13%;
          top: 35%;
          width: 20px;
          height: 22px;
          background: url("/static/images/tech_arrow2.png") 0 0 no-repeat;
          background-size: contain; }
        .content.technology section.tech_content1 .box-top .bottom li p {
          word-break: keep-all;
          text-align: center;
          padding: 20px 0;
          font-weight: 500;
          color: #000;
          font-size: 22px;
          line-height: 30px; }
        .content.technology section.tech_content1 .box-top .bottom li:nth-child(1) {
          width: 100%; }
          .content.technology section.tech_content1 .box-top .bottom li:nth-child(1) p {
            position: relative;
            text-align: left;
            padding-left: 30px;
            padding-bottom: 0;
            font-weight: 700;
            margin-bottom: 40px;
            color: #0A1654;
            font-size: 24px;
            line-height: 23px;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            .content.technology section.tech_content1 .box-top .bottom li:nth-child(1) p:before {
              content: "";
              position: absolute;
              width: 15px;
              height: 15px;
              left: 0;
              border-radius: 8px;
              background: #0A1654; }
        .content.technology section.tech_content1 .box-top .bottom li:first-child:before, .content.technology section.tech_content1 .box-top .bottom li:last-child:before {
          display: none; }
        @media screen and (max-width: 1400px) {
          .content.technology section.tech_content1 .box-top .bottom li img {
            width: 80%; }
          .content.technology section.tech_content1 .box-top .bottom li:first-child:before, .content.technology section.tech_content1 .box-top .bottom li:last-child:before {
            display: none; } }
        @media screen and (max-width: 1200px) {
          .content.technology section.tech_content1 .box-top .bottom li:first-child:before, .content.technology section.tech_content1 .box-top .bottom li:last-child:before {
            display: none; }
          .content.technology section.tech_content1 .box-top .bottom li:before {
            right: -13%;
            top: 26%; }
          .content.technology section.tech_content1 .box-top .bottom li p {
            padding: 10px 0;
            color: #000;
            font-size: 18px;
            line-height: 25px; } }
        @media screen and (max-width: 768px) {
          .content.technology section.tech_content1 .box-top .bottom li {
            width: 40%; }
            .content.technology section.tech_content1 .box-top .bottom li:first-child:before, .content.technology section.tech_content1 .box-top .bottom li:last-child:before {
              display: none; }
            .content.technology section.tech_content1 .box-top .bottom li:before {
              right: -0.2083333333rem;
              top: 30%;
              width: 0.4166666667rem;
              height: 0.5rem; }
            .content.technology section.tech_content1 .box-top .bottom li p {
              padding: 0.3125rem 0 0.5208333333rem 0;
              color: #000;
              font-size: 0.4583333333rem;
              line-height: 0.6666666667rem; }
            .content.technology section.tech_content1 .box-top .bottom li:nth-child(1) p {
              padding-left: 0.625rem;
              margin-bottom: 0.8333333333rem;
              color: #0A1654;
              font-size: 0.6666666667rem;
              line-height: 0.6666666667rem; }
              .content.technology section.tech_content1 .box-top .bottom li:nth-child(1) p:before {
                width: 0.4166666667rem;
                height: 0.4166666667rem;
                border-radius: 0.2083333333rem; } }
  .content.technology section.tech_content1 .box-bottom > p {
    padding: 40px 0 110px 0;
    text-align: center;
    font-weight: 400;
    color: #0A1654;
    font-size: 58px;
    line-height: 80px; }
    .content.technology section.tech_content1 .box-bottom > p strong {
      font-weight: 800; }
  .content.technology section.tech_content1 .box-bottom ul {
    width: 1252px;
    margin: auto;
    padding: 105px 0 145px 0;
    background: url("/static/images/tech_section1_4.jpg") 50% 100% no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .content.technology section.tech_content1 .box-bottom ul li p {
      text-align: center;
      padding-top: 24px;
      color: #003e35;
      font-size: 36px;
      line-height: 35px; }
  @media screen and (max-width: 1400px) {
    .content.technology section.tech_content1 .box-bottom > p {
      word-break: keep-all;
      color: #0A1654;
      font-size: 40px;
      line-height: 60px; }
    .content.technology section.tech_content1 .box-bottom ul {
      width: 90%;
      background: url("/static/images/tech_section1_4.jpg") 50% 100% no-repeat;
      background-size: 100% auto; }
      .content.technology section.tech_content1 .box-bottom ul li img {
        width: 90%; }
      .content.technology section.tech_content1 .box-bottom ul li p {
        padding-top: 30px;
        color: #003e35;
        font-size: 32px;
        line-height: 35px; } }
  @media screen and (max-width: 768px) {
    .content.technology section.tech_content1 .box-bottom > p {
      width: 70%;
      margin: auto;
      padding: 0.8333333333rem 0 2.2916666667rem 0;
      color: #0A1654;
      font-size: 0.625rem;
      line-height: 1.0416666667rem; }
    .content.technology section.tech_content1 .box-bottom ul {
      flex-flow: wrap;
      width: 60%;
      margin: auto;
      padding: 1.0416666667rem 0 1.0416666667rem 0;
      background: url("/static/images/tech_section1_4.jpg") 50% 100% no-repeat;
      background-size: 100% auto; }
      .content.technology section.tech_content1 .box-bottom ul li {
        width: 100%;
        text-align: center;
        padding-bottom: 0.8333333333rem; }
        .content.technology section.tech_content1 .box-bottom ul li p {
          padding-top: 0.4166666667rem;
          color: #003e35;
          font-size: 0.5rem;
          line-height: 0.75rem; } }
.content.technology section.tech_content2 {
  background: #f1f1f2;
  text-align: center; }
  .content.technology section.tech_content2 p {
    color: #252525;
    font-size: 32px;
    line-height: 45px;
    font-weight: 300;
    padding-bottom: 100px; }
    @media screen and (max-width: 1200px) {
      .content.technology section.tech_content2 p {
        color: #252525;
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 150px; } }
    @media screen and (max-width: 768px) {
      .content.technology section.tech_content2 p {
        color: #252525;
        font-size: 0.4583333333rem;
        line-height: 0.7916666667rem;
        padding-bottom: 3.125rem; } }
  @media screen and (max-width: 1400px) {
    .content.technology section.tech_content2 .inner {
      width: 80%; } }
  @media screen and (max-width: 1200px) {
    .content.technology section.tech_content2 .inner h3 {
      color: #252525;
      font-size: 45px;
      line-height: 60px;
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    .content.technology section.tech_content2 .inner h3 {
      color: #252525;
      font-size: 0.7083333333rem;
      line-height: 1rem;
      padding-bottom: 1.0416666667rem; } }
  .content.technology section.tech_content2 .inner p {
    word-break: keep-all; }
    .content.technology section.tech_content2 .inner p br {
      display: none; }
.content.technology section.tech_content3 .inner {
  width: 1209px;
  padding-bottom: 80px; }
  .content.technology section.tech_content3 .inner h4 {
    position: relative;
    text-align: left;
    padding-left: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0A1654;
    font-size: 38px;
    line-height: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .content.technology section.tech_content3 .inner h4:before {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      left: 0;
      border-radius: 11px;
      background: #0A1654; }
  .content.technology section.tech_content3 .inner h3 strong {
    font-weight: 800; }
  .content.technology section.tech_content3 .inner h3 span {
    font-size: 40px;
    font-weight: 500; }
  .content.technology section.tech_content3 .inner h3 .mo {
    display: none; }
  .content.technology section.tech_content3 .inner h3 .box-title {
    background: #0A1654;
    border-radius: 10px;
    text-align: center;
    font-size: 500;
    width: auto;
    margin: auto auto 10px auto;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 1.4; }
  .content.technology section.tech_content3 .inner > img {
    width: 100%;
    margin-bottom: 80px; }
  .content.technology section.tech_content3 .inner .graphics-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 80px;
    flex-flow: wrap; }
    .content.technology section.tech_content3 .inner .graphics-row p {
      width: 340px;
      height: 340px;
      border-radius: 170px;
      margin-left: -30px;
      margin-top: -30px;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      flex-flow: wrap;
      background: #a4cf57;
      mix-blend-mode: multiply; }
      .content.technology section.tech_content3 .inner .graphics-row p:nth-child(1), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(4) {
        margin-left: 0; }
      .content.technology section.tech_content3 .inner .graphics-row p span {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-weight: 600;
        padding: 0 30px; }
        .content.technology section.tech_content3 .inner .graphics-row p span:nth-child(1) {
          color: #003e35;
          font-size: 34px;
          line-height: 1.3;
          font-weight: 500;
          letter-spacing: -0.5px; }
        .content.technology section.tech_content3 .inner .graphics-row p span strong {
          font-weight: 800; }
  .content.technology section.tech_content3 .inner .warranty {
    width: 550px;
    margin: auto;
    padding-bottom: 100px; }
    .content.technology section.tech_content3 .inner .warranty ul {
      display: flex;
      justify-content: center;
      align-items: center; }
      .content.technology section.tech_content3 .inner .warranty ul li img {
        display: block;
        max-width: 100%;
        width: 250px;
        margin: auto 50px auto auto; }
      .content.technology section.tech_content3 .inner .warranty ul li strong {
        display: block;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        padding-bottom: 10px;
        color: #0A1654; }
      .content.technology section.tech_content3 .inner .warranty ul li p {
        text-align: center;
        font-size: 30px;
        font-weight: 500;
        color: #0A1654; }
@media screen and (max-width: 1745px) {
  .content.technology section.tech_content3 .inner .graphics-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 80px; }
    .content.technology section.tech_content3 .inner .graphics-row p {
      width: 340px;
      height: 340px;
      border-radius: 170px; }
      .content.technology section.tech_content3 .inner .graphics-row p span {
        padding: 0 30px; }
        .content.technology section.tech_content3 .inner .graphics-row p span:nth-child(1) {
          color: #003e35;
          font-size: 32px;
          line-height: 1.3;
          letter-spacing: -0.5px; } }
@media screen and (max-width: 1400px) {
  .content.technology section.tech_content3 .inner {
    width: 90%;
    text-align: center; }
    .content.technology section.tech_content3 .inner h4 {
      padding-left: 40px;
      margin-bottom: 30px;
      color: #0A1654;
      font-size: 32px;
      line-height: 32px; }
      .content.technology section.tech_content3 .inner h4:before {
        width: 18px;
        height: 18px;
        border-radius: 9px; }
    .content.technology section.tech_content3 .inner img {
      width: 85%; }
    .content.technology section.tech_content3 .inner .graphics-row {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 0;
      width: 975px;
      margin: auto auto 80px auto; }
      .content.technology section.tech_content3 .inner .graphics-row p {
        width: 325px;
        height: 325px;
        border-radius: 170px; }
        .content.technology section.tech_content3 .inner .graphics-row p span {
          padding: 0 30px; }
          .content.technology section.tech_content3 .inner .graphics-row p span:nth-child(1) {
            color: #003e35;
            font-size: 30px;
            line-height: 1.3;
            letter-spacing: -0.5px; } }
@media screen and (max-width: 1024px) {
  .content.technology section.tech_content3 .inner .graphics-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    width: 90%;
    margin: auto auto 80px auto; }
    .content.technology section.tech_content3 .inner .graphics-row p {
      width: 330px;
      height: 330px;
      border-radius: 330px; }
      .content.technology section.tech_content3 .inner .graphics-row p:nth-child(3), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(5) {
        margin-left: 0; }
      .content.technology section.tech_content3 .inner .graphics-row p:nth-child(4) {
        margin-left: -30px; }
      .content.technology section.tech_content3 .inner .graphics-row p span {
        padding: 0 30px; }
        .content.technology section.tech_content3 .inner .graphics-row p span:nth-child(1) {
          color: #003e35;
          font-size: 30px;
          line-height: 1.3; } }
@media screen and (max-width: 768px) {
  .content.technology section.tech_content3 .inner h3 .box-title {
    background: #0A1654;
    border-radius: 0.4166666667rem;
    text-align: center;
    font-size: 500;
    width: 80%;
    margin: auto auto 0.4166666667rem auto;
    padding: 0.4166666667rem;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.4; }
  .content.technology section.tech_content3 .inner h3 span {
    font-size: 0.75rem; }
  .content.technology section.tech_content3 .inner h3 .mo {
    display: block; }
  .content.technology section.tech_content3 .inner h4 {
    padding-left: 0.8333333333rem;
    margin-bottom: 0.625rem;
    color: #0A1654;
    font-size: 0.6666666667rem;
    line-height: 0.6666666667rem; }
    .content.technology section.tech_content3 .inner h4:before {
      width: 0.4166666667rem;
      height: 0.4166666667rem;
      border-radius: 0.2083333333rem; }
  .content.technology section.tech_content3 .inner .graphics-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.6666666667rem;
    margin: auto auto 1.6666666667rem auto;
    width: 18.75rem; }
    .content.technology section.tech_content3 .inner .graphics-row p {
      width: 6.25rem;
      height: 6.25rem;
      border-radius: 6.25rem; }
      .content.technology section.tech_content3 .inner .graphics-row p span:nth-child(1) {
        color: #003e35;
        font-size: 0.625rem;
        line-height: 1.3; }
      .content.technology section.tech_content3 .inner .graphics-row p span:nth-child(2) {
        color: #003e35;
        font-size: 0.4583333333rem;
        line-height: 1.3; }
      .content.technology section.tech_content3 .inner .graphics-row p span {
        letter-spacing: -0.0833333333rem;
        padding: 0 0.8333333333rem;
        color: #003e35;
        font-size: 0.4166666667rem;
        line-height: 1.3; }
  .content.technology section.tech_content3 .inner .warranty {
    width: 100%;
    margin: auto;
    padding-bottom: 80px; }
    .content.technology section.tech_content3 .inner .warranty ul {
      flex-flow: wrap; }
      .content.technology section.tech_content3 .inner .warranty ul li {
        width: 100%;
        text-align: center; }
        .content.technology section.tech_content3 .inner .warranty ul li img {
          width: 180px;
          margin: auto auto 0.5208333333rem auto; }
        .content.technology section.tech_content3 .inner .warranty ul li strong {
          font-size: 0.8333333333rem;
          padding-bottom: 10px; }
        .content.technology section.tech_content3 .inner .warranty ul li p {
          font-size: 0.625rem; } }
@media screen and (max-width: 600px) {
  .content.technology section.tech_content3 .inner h4 {
    width: 90%;
    padding-left: 0.8333333333rem;
    margin-bottom: 0.625rem;
    color: #0A1654;
    font-size: 0.6666666667rem;
    line-height: 0.6666666667rem; }
    .content.technology section.tech_content3 .inner h4:before {
      width: 0.4166666667rem;
      height: 0.4166666667rem;
      border-radius: 0.2083333333rem; }
  .content.technology section.tech_content3 .inner .graphics-row {
    margin: auto auto 0.8333333333rem auto;
    width: 13.75rem; }
    .content.technology section.tech_content3 .inner .graphics-row p {
      width: 6.875rem;
      height: 6.875rem;
      border-radius: 6.875rem; }
      .content.technology section.tech_content3 .inner .graphics-row p span {
        letter-spacing: -0.0416666667rem;
        color: #003e35;
        font-size: 0.5rem;
        line-height: 1.3; }
      .content.technology section.tech_content3 .inner .graphics-row p:nth-child(1), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(3), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(5) {
        margin-left: 0; }
      .content.technology section.tech_content3 .inner .graphics-row p:nth-child(4) {
        margin-left: -0.625rem; }
      .content.technology section.tech_content3 .inner .graphics-row p span {
        letter-spacing: -0.0833333333rem;
        color: #003e35;
        font-size: 0.4166666667rem;
        line-height: 1.3; } }
@media screen and (max-width: 490px) {
  .content.technology section.tech_content3 .inner {
    width: 100%; }
    .content.technology section.tech_content3 .inner h4 {
      width: 90%;
      margin-left: 0.8333333333rem;
      margin-bottom: 0.625rem;
      color: #0A1654;
      font-size: 0.6666666667rem;
      line-height: 0.6666666667rem; }
      .content.technology section.tech_content3 .inner h4:before {
        width: 0.4166666667rem;
        height: 0.4166666667rem;
        border-radius: 0.2083333333rem; }
    .content.technology section.tech_content3 .inner .graphics-row {
      margin: auto auto 0.8333333333rem auto;
      width: 12.5rem; }
      .content.technology section.tech_content3 .inner .graphics-row p {
        width: 6.25rem;
        height: 6.25rem;
        border-radius: 6.25rem; }
        .content.technology section.tech_content3 .inner .graphics-row p span {
          letter-spacing: -0.0416666667rem;
          color: #003e35;
          font-size: 0.5rem;
          line-height: 1.3; }
        .content.technology section.tech_content3 .inner .graphics-row p:nth-child(1), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(3), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(5) {
          margin-left: 0; }
        .content.technology section.tech_content3 .inner .graphics-row p:nth-child(4) {
          margin-left: -0.625rem; }
        .content.technology section.tech_content3 .inner .graphics-row p span {
          letter-spacing: -0.0833333333rem;
          color: #003e35;
          font-size: 0.4166666667rem;
          line-height: 1.3; } }
@media screen and (max-width: 435px) {
  .content.technology section.tech_content3 .inner h3 .box-title {
    border-radius: 0.4166666667rem;
    margin: auto auto 0.2083333333rem auto;
    padding: 0.2083333333rem;
    color: #fff;
    font-size: 0.5rem;
    line-height: 1.4; }
  .content.technology section.tech_content3 .inner h3 span {
    font-size: 0.75rem; }
  .content.technology section.tech_content3 .inner .graphics-row {
    flex-flow: wrap;
    width: 90%; }
    .content.technology section.tech_content3 .inner .graphics-row p {
      width: 5.8333333333rem;
      height: 5.8333333333rem;
      border-radius: 5.8333333333rem; }
      .content.technology section.tech_content3 .inner .graphics-row p:nth-child(3), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(5) {
        margin-left: 0; }
      .content.technology section.tech_content3 .inner .graphics-row p:nth-child(4) {
        margin-left: -0.625rem; }
      .content.technology section.tech_content3 .inner .graphics-row p span {
        letter-spacing: -0.0833333333rem;
        color: #003e35;
        font-size: 0.4166666667rem;
        line-height: 1.3; } }
@media screen and (max-width: 360px) {
  .content.technology section.tech_content3 .inner .graphics-row {
    flex-flow: wrap;
    width: 90%; }
    .content.technology section.tech_content3 .inner .graphics-row p {
      width: 6.6666666667rem;
      height: 6.6666666667rem;
      border-radius: 6.6666666667rem; }
      .content.technology section.tech_content3 .inner .graphics-row p:nth-child(1), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(2), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(3), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(4), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(5), .content.technology section.tech_content3 .inner .graphics-row p:nth-child(6) {
        margin-left: 0; }
        .content.technology section.tech_content3 .inner .graphics-row p:nth-child(1) span, .content.technology section.tech_content3 .inner .graphics-row p:nth-child(2) span, .content.technology section.tech_content3 .inner .graphics-row p:nth-child(3) span, .content.technology section.tech_content3 .inner .graphics-row p:nth-child(4) span, .content.technology section.tech_content3 .inner .graphics-row p:nth-child(5) span, .content.technology section.tech_content3 .inner .graphics-row p:nth-child(6) span {
          padding: 0 1.0416666667rem; } }
.content.technology section.tech_content4 {
  background: #f1f1f2;
  padding-bottom: 70px; }
  .content.technology section.tech_content4 h4 {
    position: relative;
    text-align: left;
    padding-left: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0A1654;
    font-size: 38px;
    line-height: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .content.technology section.tech_content4 h4:before {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      left: 0;
      border-radius: 11px;
      background: #0A1654; }
  .content.technology section.tech_content4 ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 42px; }
    .content.technology section.tech_content4 ul li {
      position: relative;
      width: 246px; }
      .content.technology section.tech_content4 ul li:before {
        content: "";
        position: absolute;
        right: -35px;
        top: 90px;
        width: 27px;
        height: 30px;
        margin-top: -15px;
        background: url("/static/images/tech_arrow2.png") 0 0 no-repeat; }
      .content.technology section.tech_content4 ul li:nth-child(5):before, .content.technology section.tech_content4 ul li:nth-child(9):before {
        display: none; }
      .content.technology section.tech_content4 ul li p {
        text-align: center;
        padding: 20px 0;
        font-weight: 500;
        color: #333;
        font-size: 22px;
        line-height: 28px;
        letter-spacing: -1px; }
  @media screen and (max-width: 1400px) {
    .content.technology section.tech_content4 .inner {
      width: 90%; }
      .content.technology section.tech_content4 .inner h4 {
        padding-left: 40px;
        margin-bottom: 30px;
        color: #0A1654;
        font-size: 32px;
        line-height: 32px; }
        .content.technology section.tech_content4 .inner h4:before {
          width: 18px;
          height: 18px;
          border-radius: 9px; }
      .content.technology section.tech_content4 .inner ul {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 32px;
        /*li{
            width: 20%;
            text-align: center;
            &:before{
                content:"";
                position: absolute;
                right: -5%;
                top: 30%;
                width: 20px;
                height: 22px;
                background: url("/static/images/tech_arrow2.png") 0 0 no-repeat;
                background-size: contain;
            }
            &:nth-child(5),&:nth-child(10){
                &:before{
                    display: none;
                }
            }
            &:nth-child(1), &:nth-child(2), &:nth-child(3), &:nth-child(4), &:nth-child(5){
                margin-bottom: 22px;    
            }
            p{
                word-break: keep-all;
                padding:20px 0;
                @include font(#333,20px,28px);
            }
            img{
                width: 80%;
            }
        }*/ }
        .content.technology section.tech_content4 .inner ul li {
          width: 100%; }
          .content.technology section.tech_content4 .inner ul li:before {
            right: -25px;
            top: 70px;
            width: 20px;
            height: 30px;
            margin-top: -15px;
            background: url("/static/images/tech_arrow2.png") 0 0 no-repeat;
            background-size: contain; }
          .content.technology section.tech_content4 .inner ul li:nth-child(5):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
            display: none; }
          .content.technology section.tech_content4 .inner ul li img {
            width: 100%; }
          .content.technology section.tech_content4 .inner ul li p {
            text-align: center;
            padding: 20px 0;
            font-weight: 500;
            color: #333;
            font-size: 22px;
            line-height: 28px; } }
  @media screen and (max-width: 1024px) {
    .content.technology section.tech_content4 .inner ul {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: repeat(2, auto);
      gap: 32px; }
      .content.technology section.tech_content4 .inner ul li {
        width: 100%; }
        .content.technology section.tech_content4 .inner ul li:before {
          right: -20px;
          top: 65px;
          width: 15px;
          height: 30px;
          margin-top: -15px;
          background: url("/static/images/tech_arrow2.png") 0 0 no-repeat;
          background-size: contain; }
        .content.technology section.tech_content4 .inner ul li:nth-child(5):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
          display: none; }
        .content.technology section.tech_content4 .inner ul li img {
          width: 100%; }
        .content.technology section.tech_content4 .inner ul li p {
          text-align: center;
          padding: 20px 0;
          font-weight: 500;
          color: #333;
          font-size: 22px;
          line-height: 28px; } }
  @media screen and (max-width: 768px) {
    .content.technology section.tech_content4 .inner h4 {
      padding-left: 0.8333333333rem;
      margin-bottom: 0.625rem;
      color: #0A1654;
      font-size: 0.6666666667rem;
      line-height: 0.6666666667rem; }
      .content.technology section.tech_content4 .inner h4:before {
        width: 0.4166666667rem;
        height: 0.4166666667rem;
        border-radius: 0.2083333333rem; }
    .content.technology section.tech_content4 .inner ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, auto);
      gap: 0.6666666667rem; }
      .content.technology section.tech_content4 .inner ul li {
        width: 100%; }
        .content.technology section.tech_content4 .inner ul li:before {
          right: -0.4166666667rem;
          top: 2.7083333333rem;
          width: 0.3125rem;
          height: 0.625rem;
          margin-top: -0.3125rem;
          background: url("/static/images/tech_arrow2.png") 0 0 no-repeat;
          background-size: contain; }
        .content.technology section.tech_content4 .inner ul li:nth-child(5):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
          display: block; }
        .content.technology section.tech_content4 .inner ul li:nth-child(3):before, .content.technology section.tech_content4 .inner ul li:nth-child(6):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
          display: none; }
        .content.technology section.tech_content4 .inner ul li img {
          width: 100%; }
        .content.technology section.tech_content4 .inner ul li p {
          word-break: keep-all;
          text-align: center;
          padding: 20px 0;
          font-weight: 500;
          color: #333;
          font-size: 0.4583333333rem;
          line-height: 0.5833333333rem; } }
  @media screen and (max-width: 600px) {
    .content.technology section.tech_content4 .inner ul {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, auto);
      gap: 0.6666666667rem; }
      .content.technology section.tech_content4 .inner ul li {
        width: 100%; }
        .content.technology section.tech_content4 .inner ul li:before {
          right: -0.4166666667rem;
          top: 1.875rem;
          width: 0.3125rem;
          height: 0.625rem;
          margin-top: -0.3125rem;
          background: url("/static/images/tech_arrow2.png") 0 0 no-repeat;
          background-size: contain; }
        .content.technology section.tech_content4 .inner ul li:nth-child(5):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
          display: block; }
        .content.technology section.tech_content4 .inner ul li:nth-child(3):before, .content.technology section.tech_content4 .inner ul li:nth-child(6):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
          display: none; }
        .content.technology section.tech_content4 .inner ul li img {
          width: 100%; }
        .content.technology section.tech_content4 .inner ul li p {
          text-align: center;
          padding: 20px 0;
          font-weight: 500;
          color: #333;
          font-size: 0.4583333333rem;
          line-height: 0.5833333333rem; } }
  @media screen and (max-width: 440px) {
    .content.technology section.tech_content4 .inner ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(5, auto);
      gap: 0.6666666667rem; }
      .content.technology section.tech_content4 .inner ul li {
        width: 100%; }
        .content.technology section.tech_content4 .inner ul li:before {
          right: -0.4166666667rem;
          top: 1.5625rem;
          width: 0.3125rem;
          height: 0.625rem;
          margin-top: -0.3125rem;
          background: url("/static/images/tech_arrow2.png") 0 0 no-repeat;
          background-size: contain; }
        .content.technology section.tech_content4 .inner ul li:nth-child(5):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
          display: none; }
        .content.technology section.tech_content4 .inner ul li:nth-child(3):before, .content.technology section.tech_content4 .inner ul li:nth-child(6):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
          display: none; }
        .content.technology section.tech_content4 .inner ul li:nth-child(odd):before {
          display: block; }
        .content.technology section.tech_content4 .inner ul li:nth-child(even):before, .content.technology section.tech_content4 .inner ul li:nth-child(9):before {
          display: none; }
        .content.technology section.tech_content4 .inner ul li img {
          width: 100%; }
        .content.technology section.tech_content4 .inner ul li p {
          text-align: center;
          padding: 20px 0;
          font-weight: 500;
          color: #333;
          font-size: 0.4583333333rem;
          line-height: 0.5833333333rem;
          letter-spacing: -0.0416666667rem; }
          .content.technology section.tech_content4 .inner ul li p br {
            display: none; } }
.content.technology section.tech_content5 {
  padding-bottom: 90px;
  /*@media screen and (max-width: 768px) {
      .inner{
          .ul_1{
              .li_1{
                  margin-bottom: rem(30px);
                  ul{
                      li{
                          @include font($MainColor,rem(40px),rem(40px));
                      }
                  }    
              }
              .li_3{
                  p{
                      &:nth-child(1){
                          @include font($MainColor,rem(52px),rem(52px));
                      }
                      &:nth-child(2){
                          @include font(#627d36,rem(38px),rem(38px));
                          em{
                              @include font(#627d36,rem(36px),rem(36px));
                          }
                      }
                  }
              }                    
          }
      }
  }*/ }
  .content.technology section.tech_content5 .ul_1 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .content.technology section.tech_content5 .ul_1 .li_1 {
      width: 28%; }
      .content.technology section.tech_content5 .ul_1 .li_1 ul {
        flex-flow: wrap; }
        .content.technology section.tech_content5 .ul_1 .li_1 ul li {
          width: 100%;
          height: 120px;
          border: 2px solid #a4cf57;
          border-radius: 10px;
          background: #e7e8e9;
          padding-left: 30px;
          margin: 10px 0 10px 0;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          color: #0A1654;
          font-size: 36px;
          line-height: 35px;
          font-weight: 600; }
    .content.technology section.tech_content5 .ul_1 .li_2 {
      width: 8%;
      text-align: right; }
    .content.technology section.tech_content5 .ul_1 .li_3 {
      width: 64%; }
      .content.technology section.tech_content5 .ul_1 .li_3 p:nth-child(1) {
        word-break: keep-all;
        color: #0A1654;
        font-size: 52px;
        line-height: 68px;
        font-weight: 500;
        letter-spacing: -1px;
        padding-left: 29px;
        padding-bottom: 10px; }
        .content.technology section.tech_content5 .ul_1 .li_3 p:nth-child(1) strong {
          font-weight: 800; }
      .content.technology section.tech_content5 .ul_1 .li_3 p:nth-child(2) {
        word-break: keep-all;
        padding-left: 29px;
        font-weight: 300;
        color: #627d36;
        font-size: 34px;
        line-height: 34px; }
        .content.technology section.tech_content5 .ul_1 .li_3 p:nth-child(2) strong {
          font-weight: 600; }
        .content.technology section.tech_content5 .ul_1 .li_3 p:nth-child(2) em {
          font-weight: 300;
          color: #627d36;
          font-size: 26px;
          line-height: 26px; }
  @media screen and (max-width: 1400px) {
    .content.technology section.tech_content5 .inner {
      width: 90%; }
      .content.technology section.tech_content5 .inner .ul_1 .li_1 {
        width: 35%; }
        .content.technology section.tech_content5 .inner .ul_1 .li_1 ul li {
          padding-left: 50px;
          margin: 10px 0 10px 0;
          color: #0A1654;
          font-size: 32px;
          line-height: 35px; }
      .content.technology section.tech_content5 .inner .ul_1 .li_2 {
        width: 10%; }
      .content.technology section.tech_content5 .inner .ul_1 .li_3 {
        width: 55%; }
        .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(1) {
          color: #0A1654;
          font-size: 48px;
          line-height: 62px;
          padding-left: 29px;
          padding-bottom: 10px; }
        .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(2) {
          padding-left: 29px;
          color: #627d36;
          font-size: 32px;
          line-height: 32px; }
          .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(2) em {
            color: #627d36;
            font-size: 24px;
            line-height: 24px; } }
  @media screen and (max-width: 1024px) {
    .content.technology section.tech_content5 .inner {
      width: 90%; }
      .content.technology section.tech_content5 .inner .ul_1 .li_1 {
        width: 37%; }
        .content.technology section.tech_content5 .inner .ul_1 .li_1 ul li {
          word-break: keep-all;
          height: 120px;
          padding-left: 20px;
          padding-right: 20px;
          margin: 10px 0 10px 0;
          color: #0A1654;
          font-size: 28px;
          line-height: 1.2; }
      .content.technology section.tech_content5 .inner .ul_1 .li_2 {
        width: 10%; }
        .content.technology section.tech_content5 .inner .ul_1 .li_2 img {
          width: auto;
          height: 260px; }
      .content.technology section.tech_content5 .inner .ul_1 .li_3 {
        width: 53%; }
        .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(1) {
          color: #0A1654;
          font-size: 46px;
          line-height: 60px;
          padding-left: 29px;
          padding-bottom: 10px; }
        .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(2) {
          padding-left: 29px;
          color: #627d36;
          font-size: 30px;
          line-height: 30px; }
          .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(2) em {
            color: #627d36;
            font-size: 22px;
            line-height: 22px; } }
  @media screen and (max-width: 768px) {
    .content.technology section.tech_content5 .inner {
      width: 90%; }
      .content.technology section.tech_content5 .inner .ul_1 {
        flex-flow: wrap; }
        .content.technology section.tech_content5 .inner .ul_1 .li_1 {
          width: 40%;
          margin-bottom: 0; }
          .content.technology section.tech_content5 .inner .ul_1 .li_1 ul li {
            word-break: keep-all;
            height: 1.6666666667rem;
            padding-left: 0.625rem;
            padding-right: 0.625rem;
            margin: 0.4166666667rem 0 0.4166666667rem 0;
            color: #0A1654;
            font-size: 0.4583333333rem;
            line-height: 0.6666666667rem; }
        .content.technology section.tech_content5 .inner .ul_1 .li_2 {
          margin-left: 0.4166666667rem; }
          .content.technology section.tech_content5 .inner .ul_1 .li_2 img {
            height: 5.2083333333rem; }
        .content.technology section.tech_content5 .inner .ul_1 .li_3 {
          width: 45%;
          padding-left: 0.4166666667rem; }
          .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(1) {
            color: #0A1654;
            font-size: 0.5416666667rem;
            line-height: 0.7916666667rem;
            padding-left: 0;
            padding-bottom: 10px; }
          .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(2) {
            padding-left: 0;
            color: #627d36;
            font-size: 0.875rem;
            line-height: 0.875rem; }
            .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(2) em {
              color: #627d36;
              font-size: 0.7916666667rem;
              line-height: 0.7916666667rem; } }
  @media screen and (max-width: 460px) {
    .content.technology section.tech_content5 .inner .ul_1 .li_1 ul li {
      padding-left: 0.3125rem;
      padding-right: 0.1041666667rem;
      color: #0A1654;
      font-size: 0.4583333333rem;
      line-height: 0.6666666667rem; }
    .content.technology section.tech_content5 .inner .ul_1 .li_2 {
      width: 5%; }
      .content.technology section.tech_content5 .inner .ul_1 .li_2 img {
        width: auto;
        height: 2.0833333333rem; }
    .content.technology section.tech_content5 .inner .ul_1 .li_3 p:nth-child(1) {
      color: #0A1654;
      font-size: 0.4583333333rem;
      line-height: 1.2; } }
.content.technology section.tech_content6 {
  background: #f1f1f2; }
  .content.technology section.tech_content6 h4 {
    position: relative;
    text-align: left;
    padding-left: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #0A1654;
    font-size: 38px;
    line-height: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: wrap; }
    .content.technology section.tech_content6 h4 br {
      display: none; }
    .content.technology section.tech_content6 h4 span {
      color: #0A1654;
      font-size: 38px;
      line-height: 38px;
      font-weight: 400; }
    .content.technology section.tech_content6 h4:before {
      content: "";
      position: absolute;
      width: 22px;
      height: 22px;
      left: 0;
      border-radius: 11px;
      background: #0A1654; }
  .content.technology section.tech_content6 ul {
    margin-bottom: 100px; }
    .content.technology section.tech_content6 ul:nth-child(2) li img {
      width: 100%; }
    .content.technology section.tech_content6 ul:nth-child(4) {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .content.technology section.tech_content6 ul:nth-child(4) li {
        position: relative;
        width: 350px;
        text-align: center; }
        .content.technology section.tech_content6 ul:nth-child(4) li:before {
          content: "";
          position: absolute;
          right: 0;
          top: 82px;
          width: 27px;
          height: 30px;
          background: url("/static/images/tech_arrow3.png") 0 0 no-repeat; }
        .content.technology section.tech_content6 ul:nth-child(4) li p {
          color: #333;
          font-size: 22px;
          line-height: 28px;
          text-align: center;
          padding: 20px 0;
          font-weight: 500; }
          .content.technology section.tech_content6 ul:nth-child(4) li p span {
            color: #ee1d25;
            font-size: 22px;
            line-height: 28px;
            font-weight: 600; }
        .content.technology section.tech_content6 ul:nth-child(4) li:nth-child(4):before {
          display: none; }
    .content.technology section.tech_content6 ul:nth-child(6) {
      flex-flow: wrap;
      padding-bottom: 80px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .content.technology section.tech_content6 ul:nth-child(6) li {
        width: 206px;
        margin-right: 33px; }
        .content.technology section.tech_content6 ul:nth-child(6) li:nth-child(5), .content.technology section.tech_content6 ul:nth-child(6) li:nth-child(11) {
          margin-right: 32px; }
        .content.technology section.tech_content6 ul:nth-child(6) li:nth-child(6), .content.technology section.tech_content6 ul:nth-child(6) li:nth-child(12) {
          margin-right: 0; }
        .content.technology section.tech_content6 ul:nth-child(6) li p {
          text-align: center;
          padding: 12px 0 30px 0;
          font-weight: 500;
          color: #333;
          font-size: 22px;
          line-height: 28px; }
  @media screen and (max-width: 1400px) {
    .content.technology section.tech_content6 .inner {
      width: 90%; }
      .content.technology section.tech_content6 .inner ul:nth-child(4) li {
        width: 350px; }
        .content.technology section.tech_content6 .inner ul:nth-child(4) li:before {
          top: 70px;
          width: 25px;
          height: 28px;
          background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
          background-size: contain; }
        .content.technology section.tech_content6 .inner ul:nth-child(4) li p {
          color: #333;
          font-size: 20px;
          line-height: 26px;
          padding: 20px 0; }
      .content.technology section.tech_content6 .inner ul:nth-child(6) li {
        width: 20%;
        margin-right: 30px; }
        .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(5), .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(11) {
          margin-right: 30px; }
        .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(6), .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(12) {
          margin-right: 30px; }
        .content.technology section.tech_content6 .inner ul:nth-child(6) li p {
          padding: 12px 0 30px 0;
          color: #333;
          font-size: 20px;
          line-height: 26px; } }
  @media screen and (max-width: 1024px) {
    .content.technology section.tech_content6 .inner h4 {
      padding-left: 32px;
      margin-bottom: 37px;
      color: #0A1654;
      font-size: 36px;
      line-height: 36px; }
      .content.technology section.tech_content6 .inner h4 span {
        color: #0A1654;
        font-size: 36px;
        line-height: 36px; }
      .content.technology section.tech_content6 .inner h4:before {
        width: 20px;
        height: 20px;
        border-radius: 10px; }
    .content.technology section.tech_content6 .inner ul:nth-child(4) li {
      width: 300px; }
      .content.technology section.tech_content6 .inner ul:nth-child(4) li:before {
        top: 55px;
        width: 23px;
        height: 26px;
        background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
        background-size: contain; }
      .content.technology section.tech_content6 .inner ul:nth-child(4) li p {
        color: #333;
        font-size: 20px;
        line-height: 26px;
        padding: 20px 0; }
      .content.technology section.tech_content6 .inner ul:nth-child(4) li img {
        width: 60%; }
    .content.technology section.tech_content6 .inner ul:nth-child(6) li {
      width: 18%;
      margin-right: 20px; }
      .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(5), .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(11) {
        margin-right: 20px; }
      .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(6), .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(12) {
        margin-right: 20px; }
      .content.technology section.tech_content6 .inner ul:nth-child(6) li p {
        padding: 12px 0 30px 0;
        color: #333;
        font-size: 20px;
        line-height: 26px; }
      .content.technology section.tech_content6 .inner ul:nth-child(6) li img {
        width: 95%; } }
  @media screen and (max-width: 768px) {
    .content.technology section.tech_content6 .inner h4 {
      padding-left: 0.6666666667rem;
      margin-bottom: 0.7708333333rem;
      color: #0A1654;
      font-size: 0.6666666667rem;
      line-height: 0.6666666667rem; }
      .content.technology section.tech_content6 .inner h4 br {
        display: block; }
      .content.technology section.tech_content6 .inner h4 span {
        color: #0A1654;
        font-size: 0.75rem;
        line-height: 0.75rem; }
      .content.technology section.tech_content6 .inner h4:before {
        width: 0.4166666667rem;
        height: 0.4166666667rem;
        border-radius: 0.3125rem; }
    .content.technology section.tech_content6 .inner ul {
      margin-bottom: 0.4166666667rem; }
      .content.technology section.tech_content6 .inner ul:nth-child(4) {
        flex-flow: wrap;
        justify-content: center; }
        .content.technology section.tech_content6 .inner ul:nth-child(4) li {
          width: 35%; }
          .content.technology section.tech_content6 .inner ul:nth-child(4) li:before {
            top: 1.4583333333rem;
            width: 0.5rem;
            height: 0.4166666667rem;
            background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
            background-size: contain; }
          .content.technology section.tech_content6 .inner ul:nth-child(4) li p {
            color: #333;
            font-size: 0.4583333333rem;
            line-height: 0.5416666667rem;
            padding: 0.4166666667rem 0; }
            .content.technology section.tech_content6 .inner ul:nth-child(4) li p span {
              color: #ee1d25;
              font-size: 0.4583333333rem;
              line-height: 0.5416666667rem; }
          .content.technology section.tech_content6 .inner ul:nth-child(4) li img {
            width: 60%; }
      .content.technology section.tech_content6 .inner ul:nth-child(6) {
        justify-content: center;
        padding-bottom: 0; }
        .content.technology section.tech_content6 .inner ul:nth-child(6) li {
          width: 28%;
          margin-right: 0.5208333333rem; }
          .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(5), .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(11) {
            margin-right: 0.5208333333rem; }
          .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(6), .content.technology section.tech_content6 .inner ul:nth-child(6) li:nth-child(12) {
            margin-right: 0.5208333333rem; }
          .content.technology section.tech_content6 .inner ul:nth-child(6) li p {
            padding: 0.3125rem 0 0.8333333333rem 0;
            color: #333;
            font-size: 0.5rem;
            line-height: 0.5416666667rem; }
          .content.technology section.tech_content6 .inner ul:nth-child(6) li img {
            width: 90%; } }
  @media screen and (max-width: 360px) {
    .content.technology section.tech_content6 .inner ul:nth-child(6) li {
      width: 40%; } }
.content.technology section.tech_content7 h3, .content.technology section.tech_content8 h3, .content.technology section.tech_content9 h3 {
  padding-bottom: 35px; }
.content.technology section.tech_content7 ul, .content.technology section.tech_content8 ul, .content.technology section.tech_content9 ul {
  border: 2px solid #ccc;
  background: #e7e8e9;
  padding: 35px 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: wrap; }
  .content.technology section.tech_content7 ul li, .content.technology section.tech_content8 ul li, .content.technology section.tech_content9 ul li {
    width: 45%;
    color: #333;
    font-size: 32px;
    line-height: 52px;
    font-weight: 500;
    padding-left: 20px;
    background: url("/static/images/li_icon.png") 0 23px no-repeat; }
@media screen and (max-width: 1400px) {
  .content.technology section.tech_content7 .inner, .content.technology section.tech_content8 .inner, .content.technology section.tech_content9 .inner {
    width: 90%; }
    .content.technology section.tech_content7 .inner ul, .content.technology section.tech_content8 .inner ul, .content.technology section.tech_content9 .inner ul {
      padding: 30px 70px; }
      .content.technology section.tech_content7 .inner ul li, .content.technology section.tech_content8 .inner ul li, .content.technology section.tech_content9 .inner ul li {
        word-break: keep-all;
        width: 45%;
        color: #333;
        font-size: 30px;
        line-height: 50px; } }
@media screen and (max-width: 1024px) {
  .content.technology section.tech_content7 .inner ul, .content.technology section.tech_content8 .inner ul, .content.technology section.tech_content9 .inner ul {
    padding: 30px 60px; }
    .content.technology section.tech_content7 .inner ul li, .content.technology section.tech_content8 .inner ul li, .content.technology section.tech_content9 .inner ul li {
      width: 45%;
      color: #333;
      font-size: 28px;
      line-height: 46px; } }
@media screen and (max-width: 768px) {
  .content.technology section.tech_content7 .inner ul, .content.technology section.tech_content8 .inner ul, .content.technology section.tech_content9 .inner ul {
    padding: 0.625rem 1.25rem; }
    .content.technology section.tech_content7 .inner ul li, .content.technology section.tech_content8 .inner ul li, .content.technology section.tech_content9 .inner ul li {
      width: 100%;
      color: #333;
      font-size: 0.5833333333rem;
      line-height: 0.9583333333rem;
      background: url("/static/images/li_icon.png") 0 0.4166666667rem no-repeat;
      background-size: 0.1666666667rem; } }
@media screen and (max-width: 1400px) {
  .content.technology section.tech_content8 .inner ul li:nth-child(odd) {
    width: 50%; }
  .content.technology section.tech_content8 .inner ul li:nth-child(even) {
    width: 40%; } }
@media screen and (max-width: 1024px) {
  .content.technology section.tech_content8 .inner ul li:nth-child(odd) {
    width: 50%; }
  .content.technology section.tech_content8 .inner ul li:nth-child(even) {
    width: 40%; } }
@media screen and (max-width: 768px) {
  .content.technology section.tech_content8 .inner ul li:nth-child(odd) {
    width: 100%; }
  .content.technology section.tech_content8 .inner ul li:nth-child(even) {
    width: 100%; } }
.content.technology section.tech_content9 {
  padding-bottom: 100px; }
.content.performance .sub_visual {
  background: url("/static/images/performance_visual.jpg") 50% 50% no-repeat;
  background-size: cover; }
.content.performance section .inner {
  width: 1400px; }
  @media screen and (max-width: 1400px) {
    .content.performance section .inner {
      width: 90%; } }
.content.performance section.per_content1 .inner .mov {
  position: relative;
  width: 1068px;
  height: 601px;
  background: #f2f2f2;
  margin: auto; }
  @media screen and (max-width: 1124px) {
    .content.performance section.per_content1 .inner .mov {
      width: 90%;
      height: auto; }
      .content.performance section.per_content1 .inner .mov img {
        width: 100%;
        opacity: 0; } }
  .content.performance section.per_content1 .inner .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
.content.performance section.per_content2 .inner .step_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .content.performance section.per_content2 .inner .step_wrap .step1, .content.performance section.per_content2 .inner .step_wrap .step2 {
    width: 500px; }
  .content.performance section.per_content2 .inner .step_wrap .step3 {
    width: 400px; }
  .content.performance section.per_content2 .inner .step_wrap .step1 li, .content.performance section.per_content2 .inner .step_wrap .step2 li, .content.performance section.per_content2 .inner .step_wrap .step3 li {
    margin-bottom: 50px; }
    .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1), .content.performance section.per_content2 .inner .step_wrap .step2 li:nth-child(1), .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1) {
      position: relative;
      z-index: 1;
      height: 96px;
      margin-bottom: 0; }
      .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1):before, .content.performance section.per_content2 .inner .step_wrap .step2 li:nth-child(1):before, .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1):before {
        content: "";
        position: absolute;
        width: 100%;
        height: 8px;
        left: 0;
        top: 25px;
        background: #e1eeca;
        z-index: -1; }
      .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1) span, .content.performance section.per_content2 .inner .step_wrap .step2 li:nth-child(1) span, .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1) span {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 32px;
        line-height: 38px;
        width: 217px;
        height: 59px;
        border-radius: 10px;
        margin-left: 92px;
        background: #a4cf57;
        color: #fff; }
  .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1):before {
    width: calc(100% - 4px);
    left: auto;
    right: 0; }
  .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1):after {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 27px;
    height: 27px;
    background: url("/static/images/per_arrow_start.png") 0 0 no-repeat; }
  .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1):before {
    width: calc(100% - 4px); }
  .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1):after {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    width: 30px;
    height: 35px;
    background: url("/static/images/per_arrow_end.png") 0 0 no-repeat; }
  @media screen and (max-width: 1400px) {
    .content.performance section.per_content2 .inner .step_wrap .step1, .content.performance section.per_content2 .inner .step_wrap .step2 {
      width: 35.71428571429%; }
      .content.performance section.per_content2 .inner .step_wrap .step1 li img, .content.performance section.per_content2 .inner .step_wrap .step2 li img {
        width: 80%; }
    .content.performance section.per_content2 .inner .step_wrap .step3 {
      width: 28.57142857143%; }
      .content.performance section.per_content2 .inner .step_wrap .step3 li img {
        width: 100%; }
    .content.performance section.per_content2 .inner .step_wrap .step1 li, .content.performance section.per_content2 .inner .step_wrap .step2 li, .content.performance section.per_content2 .inner .step_wrap .step3 li {
      width: 100%; }
      .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1) span, .content.performance section.per_content2 .inner .step_wrap .step2 li:nth-child(1) span, .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1) span {
        width: 43.4%;
        margin-left: 18.4%; } }
  @media screen and (max-width: 768px) {
    .content.performance section.per_content2 .inner .step_wrap .step1 li, .content.performance section.per_content2 .inner .step_wrap .step2 li, .content.performance section.per_content2 .inner .step_wrap .step3 li {
      margin-bottom: 1.0416666667rem; }
      .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1), .content.performance section.per_content2 .inner .step_wrap .step2 li:nth-child(1), .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1) {
        height: 2rem; }
        .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1):before, .content.performance section.per_content2 .inner .step_wrap .step2 li:nth-child(1):before, .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1):before {
          height: 0.1666666667rem;
          top: 0.5208333333rem; }
        .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1) span, .content.performance section.per_content2 .inner .step_wrap .step2 li:nth-child(1) span, .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1) span {
          color: #fff;
          font-size: 0.5rem;
          line-height: 0.5rem;
          height: 1.25rem; }
    .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1):after {
      content: "";
      position: absolute;
      left: 0;
      top: 0.3333333333rem;
      width: 0.5625rem;
      height: 0.5625rem;
      background: url("/static/images/per_arrow_start.png") 0 0 no-repeat;
      background-size: contain; }
    .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1):after {
      top: 0.2291666667rem;
      width: 0.625rem;
      height: 0.7291666667rem;
      background: url("/static/images/per_arrow_end.png") 0 0 no-repeat;
      background-size: contain; } }
  @media screen and (max-width: 460px) {
    .content.performance section.per_content2 .inner .step_wrap .step1 li:nth-child(1) span, .content.performance section.per_content2 .inner .step_wrap .step2 li:nth-child(1) span, .content.performance section.per_content2 .inner .step_wrap .step3 li:nth-child(1) span {
      width: 60.4%;
      margin-left: 16.4%; } }
.content.performance section.per_content2_1 .inner .new_img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px; }
  .content.performance section.per_content2_1 .inner .new_img li img {
    width: 100%; }
.content.performance section.per_content3 .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px; }
  @media screen and (max-width: 1400px) {
    .content.performance section.per_content3 .inner ul {
      gap: 60px; } }
  @media screen and (max-width: 768px) {
    .content.performance section.per_content3 .inner ul {
      grid-template-columns: repeat(2, 1fr);
      gap: 0.8333333333rem; } }
  .content.performance section.per_content3 .inner ul li {
    text-align: center; }
    .content.performance section.per_content3 .inner ul li img {
      width: 100%; }
    .content.performance section.per_content3 .inner ul li p {
      color: #003e35;
      font-size: 18px;
      line-height: 27px;
      padding-top: 15px;
      font-weight: 400;
      text-align: center;
      word-break: keep-all; }
    @media screen and (max-width: 1400px) {
      .content.performance section.per_content3 .inner ul li {
        text-align: center; }
        .content.performance section.per_content3 .inner ul li img {
          width: 95%; } }
    @media screen and (max-width: 768px) {
      .content.performance section.per_content3 .inner ul li p {
        color: #003e35;
        font-size: 0.4583333333rem;
        line-height: 0.6666666667rem;
        padding-top: 0.5208333333rem; } }
.content.performance section.per_content4 .inner .year {
  width: 100%;
  color: #0A1654;
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 15px;
  font-weight: 700; }
.content.performance section.per_content4 .inner ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 80px; }
  .content.performance section.per_content4 .inner ul li {
    margin-right: 10px;
    margin-bottom: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .content.performance section.per_content4 .inner ul li span {
      display: inline-block;
      color: #414042;
      font-size: 18px;
      line-height: 27px; }
      .content.performance section.per_content4 .inner ul li span:nth-child(1) {
        padding: 3px 0 3px 15px;
        background: #d1dfea;
        width: 18%;
        height: 100%; }
      .content.performance section.per_content4 .inner ul li span:nth-child(2) {
        padding: 3px 20px 3px 15px;
        word-break: keep-all;
        background: #e9eee2;
        width: 82%;
        height: 100%; }
    .content.performance section.per_content4 .inner ul li:nth-child(6n+1) span:nth-child(1), .content.performance section.per_content4 .inner ul li:nth-child(6n+2) span:nth-child(1), .content.performance section.per_content4 .inner ul li:nth-child(6n+3) span:nth-child(1) {
      background: #d1dfea; }
    .content.performance section.per_content4 .inner ul li:nth-child(6n+1) span:nth-child(2), .content.performance section.per_content4 .inner ul li:nth-child(6n+2) span:nth-child(2), .content.performance section.per_content4 .inner ul li:nth-child(6n+3) span:nth-child(2) {
      background: #e9eee2; }
    .content.performance section.per_content4 .inner ul li:nth-child(6n+4) span:nth-child(1), .content.performance section.per_content4 .inner ul li:nth-child(6n+5) span:nth-child(1), .content.performance section.per_content4 .inner ul li:nth-child(6n+6) span:nth-child(1) {
      background: #b0cce2; }
    .content.performance section.per_content4 .inner ul li:nth-child(6n+4) span:nth-child(2), .content.performance section.per_content4 .inner ul li:nth-child(6n+5) span:nth-child(2), .content.performance section.per_content4 .inner ul li:nth-child(6n+6) span:nth-child(2) {
      background: #dae7c3; }
@media screen and (max-width: 1024px) {
  .content.performance section.per_content4 .inner ul {
    grid-template-columns: repeat(2, 1fr); }
    .content.performance section.per_content4 .inner ul li:nth-child(4n+1) span:nth-child(1), .content.performance section.per_content4 .inner ul li:nth-child(4n+2) span:nth-child(1) {
      background: #d1dfea; }
    .content.performance section.per_content4 .inner ul li:nth-child(4n+1) span:nth-child(2), .content.performance section.per_content4 .inner ul li:nth-child(4n+2) span:nth-child(2) {
      background: #e9eee2; }
    .content.performance section.per_content4 .inner ul li:nth-child(4n+3) span:nth-child(1), .content.performance section.per_content4 .inner ul li:nth-child(4n+4) span:nth-child(1) {
      background: #b0cce2; }
    .content.performance section.per_content4 .inner ul li:nth-child(4n+3) span:nth-child(2), .content.performance section.per_content4 .inner ul li:nth-child(4n+4) span:nth-child(2) {
      background: #dae7c3; } }
@media screen and (max-width: 768px) {
  .content.performance section.per_content4 .inner ul {
    grid-template-columns: repeat(1, 1fr); }
    .content.performance section.per_content4 .inner ul li:nth-child(odd) span {
      color: #414042;
      font-size: 0.5rem;
      line-height: 0.6666666667rem; }
      .content.performance section.per_content4 .inner ul li:nth-child(odd) span:nth-child(1) {
        background: #d1dfea; }
      .content.performance section.per_content4 .inner ul li:nth-child(odd) span:nth-child(2) {
        background: #e9eee2; }
    .content.performance section.per_content4 .inner ul li:nth-child(even) span {
      color: #414042;
      font-size: 0.5rem;
      line-height: 0.6666666667rem; }
      .content.performance section.per_content4 .inner ul li:nth-child(even) span:nth-child(1) {
        background: #b0cce2; }
      .content.performance section.per_content4 .inner ul li:nth-child(even) span:nth-child(2) {
        background: #dae7c3; } }
.content.product {
  background: #f2f2f2; }
  .content.product .sub_visual {
    background: url("/static/images/product_visual.jpg") 50% 50% no-repeat;
    background-size: cover; }
  .content.product section .inner {
    width: 1746px; }
    .content.product section .inner .product-row h3 {
      text-align: center; }
      .content.product section .inner .product-row h3 p {
        font-size: 30px;
        font-weight: 500;
        color: #2a3d72;
        margin-bottom: 30px; }
      .content.product section .inner .product-row h3 strong {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 62%;
        height: 99px;
        border-radius: 50px;
        background: #293d72;
        font-weight: 700;
        letter-spacing: -1px;
        margin: auto;
        color: #fff;
        font-size: 60px;
        line-height: 60px; }
      .content.product section .inner .product-row h3 span {
        position: absolute;
        top: 95px;
        left: 50%;
        margin-left: 555px;
        font-weight: 500;
        color: #2a3d72;
        font-size: 30px;
        line-height: 30px; }
    .content.product section .inner .product-row .img-row {
      padding-left: 0; }
      .content.product section .inner .product-row .img-row .info {
        position: absolute;
        width: 550px;
        right: 0;
        bottom: 130px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        flex-flow: wrap; }
        .content.product section .inner .product-row .img-row .info strong {
          background: #a4cf57;
          color: #fff;
          font-size: 35px;
          line-height: 35px;
          font-weight: 600;
          padding: 12px 30px;
          margin-bottom: 25px;
          -webkit-border-bottom-left-radius: 20px;
          -moz-border-radius-bottomleft: 20px;
          border-bottom-left-radius: 20px; }
        .content.product section .inner .product-row .img-row .info p {
          width: 100%;
          word-break: keep-all;
          color: #231f20;
          font-size: 30px;
          line-height: 45px;
          font-weight: 500;
          text-align: right;
          letter-spacing: -1px; }
          .content.product section .inner .product-row .img-row .info p:nth-child(3) {
            color: #1375b4; }
    .content.product section .inner .product-row .info-row {
      text-align: center;
      width: 85%;
      margin: 0 auto 80px auto; }
      .content.product section .inner .product-row .info-row strong {
        margin-right: 0;
        padding-bottom: 15px;
        word-break: keep-all;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        .content.product section .inner .product-row .info-row strong i {
          margin: 10px 10px 0 0;
          color: #1a3f70;
          font-size: 26px;
          line-height: 1.2; }
        .content.product section .inner .product-row .info-row strong span {
          margin-right: 10px;
          color: #1a3f70;
          font-size: 40px;
          line-height: 1.2;
          font-weight: 700;
          text-align: left; }
      .content.product section .inner .product-row .info-row p {
        color: #2a3d72;
        font-size: 35px;
        line-height: 53px;
        font-weight: 300;
        letter-spacing: -1px;
        word-break: keep-all; }
        .content.product section .inner .product-row .info-row p span {
          color: #1375b4;
          font-size: 35px;
          line-height: 53px;
          font-weight: 600; }
    .content.product section .inner .product-row .graphics-row {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 0;
      margin-bottom: 80px; }
      .content.product section .inner .product-row .graphics-row p {
        width: 340px;
        height: 340px;
        border-radius: 170px;
        margin-left: -30px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-flow: wrap;
        background: #a4cf57;
        mix-blend-mode: multiply; }
        .content.product section .inner .product-row .graphics-row p:nth-child(1) {
          margin-left: 0; }
        .content.product section .inner .product-row .graphics-row p span {
          display: inline-block;
          width: 100%;
          text-align: center;
          font-weight: 600; }
          .content.product section .inner .product-row .graphics-row p span:nth-child(1) {
            color: #003e35;
            font-size: 50px;
            line-height: 66px;
            font-weight: 500; }
    .content.product section .inner .product-row .sample-row {
      margin: auto;
      width: 1600px;
      border-radius: 40px;
      background: #e7e7e8;
      padding: 55px 65px;
      margin-bottom: 80px; }
      .content.product section .inner .product-row .sample-row h4 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #1a3f70;
        font-size: 38px;
        line-height: 38px;
        font-weight: 600;
        margin-bottom: 40px; }
        .content.product section .inner .product-row .sample-row h4 span {
          margin-right: 10px;
          color: #1a3f70;
          font-size: 30px;
          line-height: 30px;
          font-weight: 700; }
      .content.product section .inner .product-row .sample-row ul {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        .content.product section .inner .product-row .sample-row ul li {
          position: relative;
          width: 350px;
          text-align: center; }
          .content.product section .inner .product-row .sample-row ul li:before {
            content: "";
            position: absolute;
            right: 0;
            top: 82px;
            width: 27px;
            height: 30px;
            background: url("/static/images/tech_arrow3.png") 0 0 no-repeat; }
          .content.product section .inner .product-row .sample-row ul li p {
            color: #333;
            font-size: 22px;
            line-height: 28px;
            text-align: center;
            padding: 20px 0;
            font-weight: 500; }
            .content.product section .inner .product-row .sample-row ul li p span {
              color: #ee1d25;
              font-size: 22px;
              line-height: 28px;
              font-weight: 600; }
          .content.product section .inner .product-row .sample-row ul li:nth-child(4):before {
            display: none; }
    .content.product section .inner .product-row .sample-row2 h4 {
      margin-right: 0;
      padding-bottom: 60px;
      word-break: keep-all;
      margin: auto;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .content.product section .inner .product-row .sample-row2 h4 i {
        margin: 0 10px 0 0;
        color: #1a3f70;
        font-size: 26px;
        line-height: 1.2; }
      .content.product section .inner .product-row .sample-row2 h4 span {
        margin-right: 10px;
        color: #1a3f70;
        font-size: 40px;
        line-height: 1.2;
        font-weight: 700;
        text-align: left; }
    .content.product section .inner .product-row .table-row {
      margin: auto;
      width: 100%;
      border-radius: 40px;
      background: #e7e7e8;
      padding: 55px 65px;
      margin-bottom: 80px; }
      .content.product section .inner .product-row .table-row h4 {
        margin-right: 0;
        padding-bottom: 60px;
        word-break: keep-all;
        margin: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start; }
        .content.product section .inner .product-row .table-row h4 i {
          margin: 0 10px 0 0;
          color: #1a3f70;
          font-size: 26px;
          line-height: 1.2; }
        .content.product section .inner .product-row .table-row h4 span {
          margin-right: 10px;
          color: #1a3f70;
          font-size: 40px;
          line-height: 1.2;
          font-weight: 700;
          text-align: left; }
      .content.product section .inner .product-row .table-row ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 30px 0; }
        .content.product section .inner .product-row .table-row ul li {
          height: 210px;
          display: flex;
          justify-content: flex-start;
          align-items: center;
          align-content: space-between; }
          .content.product section .inner .product-row .table-row ul li:first-child {
            width: 30%;
            color: #231f20;
            font-size: 50px;
            line-height: 50px;
            font-weight: 600;
            background: url("/static/images/product_other1.png") 100% 0 no-repeat; }
          .content.product section .inner .product-row .table-row ul li:last-child {
            width: 70%;
            word-break: keep-all;
            color: #231f20;
            font-size: 45px;
            line-height: 60px;
            font-weight: 500;
            padding-left: 80px; }
    .content.product section .inner .product-row .img-row-mobile {
      display: none; }
    @media screen and (max-width: 1745px) {
      .content.product section .inner {
        width: 1400px; }
        .content.product section .inner .product-row h3 p {
          font-size: 30px;
          margin-bottom: 30px; }
        .content.product section .inner .product-row h3 strong {
          width: 70%;
          height: 99px;
          border-radius: 50px;
          color: #fff;
          font-size: 55px;
          line-height: 55px; }
        .content.product section .inner .product-row h3 span {
          top: 100px;
          margin-left: 500px;
          color: #2a3d72;
          font-size: 28px;
          line-height: 28px; }
        .content.product section .inner .product-row .img-row {
          text-align: center;
          padding-left: 0; }
          .content.product section .inner .product-row .img-row .info {
            position: relative;
            width: 550px;
            justify-content: center;
            right: unset;
            bottom: unset;
            margin: 0 auto 80px auto;
            display: none; }
            .content.product section .inner .product-row .img-row .info strong {
              color: #fff;
              font-size: 35px;
              line-height: 35px;
              padding: 12px 30px;
              height: 60px;
              margin-bottom: 25px;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              border-radius: 30px; }
            .content.product section .inner .product-row .img-row .info p {
              word-break: keep-all;
              text-align: center;
              color: #231f20;
              font-size: 30px;
              line-height: 45px; }
          .content.product section .inner .product-row .img-row.img-row-mobile {
            display: block; }
            .content.product section .inner .product-row .img-row.img-row-mobile > img {
              display: none; }
            .content.product section .inner .product-row .img-row.img-row-mobile .info {
              display: flex; }
        .content.product section .inner .product-row .info-row {
          margin-bottom: 80px; }
          .content.product section .inner .product-row .info-row strong {
            padding-bottom: 15px; }
            .content.product section .inner .product-row .info-row strong i {
              margin: 10px 10px 0 0;
              color: #1a3f70;
              font-size: 26px;
              line-height: 1.2; }
            .content.product section .inner .product-row .info-row strong span {
              margin-right: 0;
              color: #1a3f70;
              font-size: 40px;
              line-height: 1.2; }
          .content.product section .inner .product-row .info-row p {
            color: #2a3d72;
            font-size: 35px;
            line-height: 53px; }
            .content.product section .inner .product-row .info-row p span {
              color: #1375b4;
              font-size: 35px;
              line-height: 53px; }
        .content.product section .inner .product-row .graphics-row {
          display: flex;
          justify-content: center;
          align-items: center;
          padding-bottom: 0;
          margin-bottom: 80px; }
          .content.product section .inner .product-row .graphics-row p {
            width: 340px;
            height: 340px;
            border-radius: 170px;
            margin-left: -30px; }
            .content.product section .inner .product-row .graphics-row p:nth-child(1) {
              margin-left: 0; }
            .content.product section .inner .product-row .graphics-row p span:nth-child(1) {
              color: #003e35;
              font-size: 50px;
              line-height: 66px; }
        .content.product section .inner .product-row .sample-row {
          width: 100%;
          border-radius: 40px;
          padding: 55px 65px;
          margin-bottom: 80px; }
          .content.product section .inner .product-row .sample-row h4 {
            color: #1a3f70;
            font-size: 38px;
            line-height: 38px;
            margin-bottom: 40px; }
            .content.product section .inner .product-row .sample-row h4 span {
              margin-right: 10px;
              color: #1a3f70;
              font-size: 30px;
              line-height: 30px; }
        .content.product section .inner .product-row .table-row ul {
          padding: 30px 0; }
          .content.product section .inner .product-row .table-row ul li {
            height: 210px; }
            .content.product section .inner .product-row .table-row ul li:first-child {
              width: 35%;
              background: url("/static/images/product_other1.png") 100% 0 no-repeat; }
            .content.product section .inner .product-row .table-row ul li:last-child {
              width: 65%;
              color: #231f20;
              font-size: 45px;
              line-height: 60px;
              padding-left: 80px; }
        .content.product section .inner .product-row .sample-row, .content.product section .inner .product-row .sample-row2, .content.product section .inner .product-row .table-row {
          width: 100%;
          border-radius: 40px;
          padding: 55px 65px;
          margin-bottom: 80px; }
          .content.product section .inner .product-row .sample-row h4, .content.product section .inner .product-row .sample-row2 h4, .content.product section .inner .product-row .table-row h4 {
            padding-bottom: 60px; }
            .content.product section .inner .product-row .sample-row h4 i, .content.product section .inner .product-row .sample-row2 h4 i, .content.product section .inner .product-row .table-row h4 i {
              color: #1a3f70;
              font-size: 26px;
              line-height: 1.2; }
            .content.product section .inner .product-row .sample-row h4 span, .content.product section .inner .product-row .sample-row2 h4 span, .content.product section .inner .product-row .table-row h4 span {
              color: #1a3f70;
              font-size: 40px;
              line-height: 1.2; } }
    @media screen and (max-width: 1400px) {
      .content.product section .inner {
        width: 90%; }
        .content.product section .inner .product-row h3 p {
          font-size: 30px;
          margin-bottom: 30px; }
        .content.product section .inner .product-row h3 strong {
          width: 85%;
          height: 99px;
          border-radius: 50px;
          color: #fff;
          font-size: 50px;
          line-height: 50px; }
        .content.product section .inner .product-row h3 span {
          position: relative;
          /* display: block; */
          top: 20px;
          margin-left: -480px;
          color: #2a3d72;
          font-size: 28px;
          line-height: 28px;
          left: 50%;
          color: #2a3d72;
          font-size: 28px;
          line-height: 28px; }
        .content.product section .inner .product-row .img-row {
          text-align: center;
          padding-left: 0;
          display: flex;
          justify-content: center;
          align-items: flex-start;
          flex-flow: wrap; }
          .content.product section .inner .product-row .img-row img {
            width: 90%; }
          .content.product section .inner .product-row .img-row .info {
            position: relative;
            width: 550px;
            justify-content: center;
            right: unset;
            bottom: unset;
            margin: 0 auto 80px auto;
            display: none; }
            .content.product section .inner .product-row .img-row .info strong {
              color: #fff;
              font-size: 35px;
              line-height: 35px;
              padding: 12px 30px;
              height: 60px;
              margin-bottom: 25px;
              -webkit-border-radius: 30px;
              -moz-border-radius: 30px;
              border-radius: 30px; }
            .content.product section .inner .product-row .img-row .info p {
              word-break: keep-all;
              text-align: center;
              color: #231f20;
              font-size: 30px;
              line-height: 45px; }
          .content.product section .inner .product-row .img-row.img-row-mobile {
            display: block; }
            .content.product section .inner .product-row .img-row.img-row-mobile > img {
              display: none; }
            .content.product section .inner .product-row .img-row.img-row-mobile .info {
              display: flex; }
        .content.product section .inner .product-row .info-row {
          margin-bottom: 80px; }
          .content.product section .inner .product-row .info-row strong {
            padding-bottom: 15px; }
            .content.product section .inner .product-row .info-row strong i {
              margin: 10px 10px 0 0;
              color: #1a3f70;
              font-size: 26px;
              line-height: 1.2; }
            .content.product section .inner .product-row .info-row strong span {
              margin-right: 10px;
              color: #1a3f70;
              font-size: 38px;
              line-height: 1.2; }
          .content.product section .inner .product-row .info-row p {
            width: 60%;
            text-align: center;
            margin: auto;
            color: #2a3d72;
            font-size: 35px;
            line-height: 53px; }
            .content.product section .inner .product-row .info-row p span {
              color: #1375b4;
              font-size: 35px;
              line-height: 53px; }
        .content.product section .inner .product-row .graphics-row {
          display: flex;
          justify-content: center;
          align-items: center;
          padding-bottom: 0;
          margin-bottom: 80px; }
          .content.product section .inner .product-row .graphics-row p {
            width: 340px;
            height: 340px;
            border-radius: 170px;
            margin-left: -30px; }
            .content.product section .inner .product-row .graphics-row p:nth-child(1) {
              margin-left: 0; }
            .content.product section .inner .product-row .graphics-row p span:nth-child(1) {
              color: #003e35;
              font-size: 50px;
              line-height: 66px; }
        .content.product section .inner .product-row .sample-row {
          border-radius: 40px;
          padding: 55px 65px;
          margin-bottom: 80px; }
          .content.product section .inner .product-row .sample-row ul li {
            width: 350px; }
            .content.product section .inner .product-row .sample-row ul li:before {
              top: 70px;
              width: 25px;
              height: 28px;
              background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
              background-size: contain; }
            .content.product section .inner .product-row .sample-row ul li p {
              color: #333;
              font-size: 20px;
              line-height: 26px;
              padding: 20px 0; }
        .content.product section .inner .product-row .table-row ul {
          padding: 30px 0; }
          .content.product section .inner .product-row .table-row ul li {
            height: 180px; }
            .content.product section .inner .product-row .table-row ul li:first-child {
              color: #231f20;
              font-size: 40px;
              line-height: 40px;
              width: 35%;
              background: url("/static/images/product_other1.png") 100% 0 no-repeat;
              background-size: auto 100%; }
            .content.product section .inner .product-row .table-row ul li:last-child {
              width: 65%;
              color: #231f20;
              font-size: 35px;
              line-height: 55px;
              padding-left: 50px; } }
    @media screen and (max-width: 1200px) {
      .content.product section .inner .product-row .sample-row h4, .content.product section .inner .product-row .sample-row2 h4, .content.product section .inner .product-row .table-row h4 {
        padding-bottom: 60px; }
        .content.product section .inner .product-row .sample-row h4 i, .content.product section .inner .product-row .sample-row2 h4 i, .content.product section .inner .product-row .table-row h4 i {
          color: #1a3f70;
          font-size: 24px;
          line-height: 1.2; }
        .content.product section .inner .product-row .sample-row h4 span, .content.product section .inner .product-row .sample-row2 h4 span, .content.product section .inner .product-row .table-row h4 span {
          color: #1a3f70;
          font-size: 36px;
          line-height: 1.2; } }
    @media screen and (max-width: 1024px) {
      .content.product section .inner .product-row h3 p {
        font-size: 30px;
        margin-bottom: 30px; }
      .content.product section .inner .product-row h3 strong {
        width: 100%;
        height: 99px;
        border-radius: 50px;
        color: #fff;
        font-size: 45px;
        line-height: 45px; }
      .content.product section .inner .product-row h3 span {
        position: relative;
        /* display: block; */
        top: 20px;
        margin-left: -300px;
        color: #2a3d72;
        left: 50%;
        color: #2a3d72;
        font-size: 28px;
        line-height: 28px; }
      .content.product section .inner .product-row .img-row {
        text-align: center;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-flow: wrap; }
        .content.product section .inner .product-row .img-row img {
          width: 100%; }
        .content.product section .inner .product-row .img-row .info {
          position: relative;
          width: 550px;
          justify-content: center;
          right: unset;
          bottom: unset;
          margin: 0 auto 80px auto;
          display: none; }
          .content.product section .inner .product-row .img-row .info strong {
            color: #fff;
            font-size: 30px;
            line-height: 30px;
            padding: 12px 30px;
            height: 60px;
            margin-bottom: 25px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px; }
          .content.product section .inner .product-row .img-row .info p {
            word-break: keep-all;
            text-align: center;
            color: #231f20;
            font-size: 28px;
            line-height: 40px; }
        .content.product section .inner .product-row .img-row.img-row-mobile {
          display: block; }
          .content.product section .inner .product-row .img-row.img-row-mobile > img {
            display: none; }
          .content.product section .inner .product-row .img-row.img-row-mobile .info {
            display: flex; }
      .content.product section .inner .product-row .info-row {
        margin-bottom: 80px; }
        .content.product section .inner .product-row .info-row strong {
          padding-bottom: 15px; }
          .content.product section .inner .product-row .info-row strong i {
            color: #2a3d72;
            font-size: 18px;
            line-height: 1.2;
            margin: 10px 10px 0 0; }
          .content.product section .inner .product-row .info-row strong span {
            margin-right: 10px;
            color: #1a3f70;
            font-size: 34px;
            line-height: 1.2; }
        .content.product section .inner .product-row .info-row p {
          width: 100%;
          text-align: center;
          margin: auto;
          color: #2a3d72;
          font-size: 30px;
          line-height: 50px; }
          .content.product section .inner .product-row .info-row p span {
            color: #1375b4;
            font-size: 30px;
            line-height: 50px; }
      .content.product section .inner .product-row .graphics-row {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        margin-bottom: 80px; }
        .content.product section .inner .product-row .graphics-row p {
          width: 300px;
          height: 300px;
          border-radius: 150px;
          margin-left: -30px; }
          .content.product section .inner .product-row .graphics-row p:nth-child(1) {
            margin-left: 0; }
          .content.product section .inner .product-row .graphics-row p span:nth-child(1) {
            color: #003e35;
            font-size: 42px;
            line-height: 55px; }
      .content.product section .inner .product-row .sample-row {
        border-radius: 40px;
        padding: 55px 65px;
        margin-bottom: 80px; }
        .content.product section .inner .product-row .sample-row h4 {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          color: #1a3f70;
          font-size: 30px;
          line-height: 30px;
          font-weight: 600;
          margin-bottom: 30px; }
          .content.product section .inner .product-row .sample-row h4 span {
            margin-right: 10px;
            color: #1a3f70;
            font-size: 25px;
            line-height: 25px;
            font-weight: 700; }
        .content.product section .inner .product-row .sample-row ul li {
          width: 300px; }
          .content.product section .inner .product-row .sample-row ul li:before {
            top: 45px;
            width: 20px;
            height: 26px;
            background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
            background-size: contain; }
          .content.product section .inner .product-row .sample-row ul li p {
            color: #333;
            font-size: 20px;
            line-height: 26px;
            padding: 20px 0; }
          .content.product section .inner .product-row .sample-row ul li img {
            width: 50%; }
      .content.product section .inner .product-row .table-row ul {
        padding: 30px 0; }
        .content.product section .inner .product-row .table-row ul li {
          height: 170px; }
          .content.product section .inner .product-row .table-row ul li:first-child {
            color: #231f20;
            font-size: 30px;
            line-height: 30px;
            width: 45%;
            background: url("/static/images/product_other1.png") 100% 0 no-repeat;
            background-size: auto 100%; }
          .content.product section .inner .product-row .table-row ul li:last-child {
            width: 55%;
            color: #231f20;
            font-size: 26px;
            line-height: 40px;
            padding-left: 30px; }
      .content.product section .inner .product-row .sample-row, .content.product section .inner .product-row .sample-row2, .content.product section .inner .product-row .table-row {
        border-radius: 40px;
        padding: 55px 65px;
        margin-bottom: 80px; }
        .content.product section .inner .product-row .sample-row h4, .content.product section .inner .product-row .sample-row2 h4, .content.product section .inner .product-row .table-row h4 {
          padding-bottom: 60px; }
          .content.product section .inner .product-row .sample-row h4 i, .content.product section .inner .product-row .sample-row2 h4 i, .content.product section .inner .product-row .table-row h4 i {
            margin-top: 6px;
            color: #1a3f70;
            font-size: 26px;
            line-height: 1.2; }
          .content.product section .inner .product-row .sample-row h4 span, .content.product section .inner .product-row .sample-row2 h4 span, .content.product section .inner .product-row .table-row h4 span {
            color: #1a3f70;
            font-size: 34px;
            line-height: 1.2; }
        .content.product section .inner .product-row .sample-row ul li, .content.product section .inner .product-row .sample-row2 ul li, .content.product section .inner .product-row .table-row ul li {
          width: 300px; }
          .content.product section .inner .product-row .sample-row ul li:before, .content.product section .inner .product-row .sample-row2 ul li:before, .content.product section .inner .product-row .table-row ul li:before {
            top: 45px;
            width: 20px;
            height: 26px;
            background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
            background-size: contain; }
          .content.product section .inner .product-row .sample-row ul li p, .content.product section .inner .product-row .sample-row2 ul li p, .content.product section .inner .product-row .table-row ul li p {
            color: #333;
            font-size: 20px;
            line-height: 26px;
            padding: 20px 0; }
          .content.product section .inner .product-row .sample-row ul li img, .content.product section .inner .product-row .sample-row2 ul li img, .content.product section .inner .product-row .table-row ul li img {
            width: 50%; } }
    @media screen and (max-width: 768px) {
      .content.product section .inner .product-row h3 p {
        word-break: keep-all;
        font-size: 0.625rem;
        margin-bottom: 0.625rem; }
      .content.product section .inner .product-row h3 strong {
        width: 100%;
        height: 2.0625rem;
        border-radius: 1.0416666667rem;
        color: #fff;
        font-size: 0.9375rem;
        line-height: 0.9375rem;
        letter-spacing: -0.0416666667rem; }
      .content.product section .inner .product-row h3 span {
        top: 0.4166666667rem;
        margin-left: auto;
        color: #2a3d72;
        left: unset;
        color: #2a3d72;
        font-size: 0.5833333333rem;
        line-height: 0.5833333333rem; }
      .content.product section .inner .product-row .img-row {
        text-align: center;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-flow: wrap; }
        .content.product section .inner .product-row .img-row img {
          width: 100%; }
        .content.product section .inner .product-row .img-row .info {
          position: relative;
          width: 90%;
          min-width: 8.3333333333rem;
          justify-content: center;
          right: unset;
          bottom: unset;
          margin: 0 auto 1.6666666667rem auto;
          display: none; }
          .content.product section .inner .product-row .img-row .info strong {
            color: #fff;
            font-size: 0.625rem;
            line-height: 0.625rem;
            padding: 0.25rem 0.625rem;
            height: 1.25rem;
            margin-bottom: 0.5208333333rem;
            -webkit-border-radius: 0.625rem;
            -moz-border-radius: 0.625rem;
            border-radius: 0.625rem; }
          .content.product section .inner .product-row .img-row .info p {
            word-break: keep-all;
            text-align: center;
            color: #231f20;
            font-size: 0.5833333333rem;
            line-height: 0.8333333333rem; }
        .content.product section .inner .product-row .img-row.img-row-mobile {
          display: block; }
          .content.product section .inner .product-row .img-row.img-row-mobile > img {
            display: none; }
          .content.product section .inner .product-row .img-row.img-row-mobile .info {
            display: flex; }
      .content.product section .inner .product-row .info-row {
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .info-row strong {
          padding-bottom: 0.4583333333rem; }
          .content.product section .inner .product-row .info-row strong i {
            color: #2a3d72;
            font-size: 0.5625rem;
            line-height: 1.2;
            margin: 0.2083333333rem 0.2083333333rem 0 0; }
          .content.product section .inner .product-row .info-row strong span {
            margin-right: 0.2083333333rem;
            color: #1a3f70;
            font-size: 0.8333333333rem;
            line-height: 1.2; }
        .content.product section .inner .product-row .info-row p {
          width: 100%;
          text-align: center;
          margin: auto;
          color: #2a3d72;
          font-size: 0.625rem;
          line-height: 1.0416666667rem; }
          .content.product section .inner .product-row .info-row p span {
            color: #1375b4;
            font-size: 0.625rem;
            line-height: 1.0416666667rem; }
      .content.product section .inner .product-row .graphics-row {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 1.6666666667rem;
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .graphics-row p {
          width: 5.625rem;
          height: 5.625rem;
          border-radius: 2.8125rem; }
          .content.product section .inner .product-row .graphics-row p span:nth-child(1) {
            color: #003e35;
            font-size: 0.6666666667rem;
            line-height: 1.25rem; }
          .content.product section .inner .product-row .graphics-row p span:nth-child(2) {
            color: #003e35;
            font-size: 0.4583333333rem;
            line-height: 0.625rem; }
      .content.product section .inner .product-row .sample-row {
        border-radius: 0.8333333333rem;
        padding: 1.1458333333rem 1.3541666667rem;
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .sample-row h4 {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          color: #1a3f70;
          font-size: 0.625rem;
          line-height: 0.625rem;
          font-weight: 600;
          margin-bottom: 0.625rem; }
          .content.product section .inner .product-row .sample-row h4 span {
            margin-right: 10px;
            color: #1a3f70;
            font-size: 0.5208333333rem;
            line-height: 0.5208333333rem;
            font-weight: 700; }
        .content.product section .inner .product-row .sample-row ul {
          margin-bottom: 0.4166666667rem;
          flex-flow: wrap;
          justify-content: center; }
          .content.product section .inner .product-row .sample-row ul li {
            width: 40%; }
            .content.product section .inner .product-row .sample-row ul li:before {
              top: 1.4583333333rem;
              width: 0.5rem;
              height: 0.4166666667rem;
              background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
              background-size: contain; }
            .content.product section .inner .product-row .sample-row ul li p {
              color: #333;
              font-size: 0.4583333333rem;
              line-height: 0.5416666667rem;
              padding: 0.4166666667rem 0; }
              .content.product section .inner .product-row .sample-row ul li p span {
                color: #ee1d25;
                font-size: 0.4583333333rem;
                line-height: 0.5416666667rem; }
            .content.product section .inner .product-row .sample-row ul li img {
              width: 60%; }
      .content.product section .inner .product-row .table-row ul {
        padding: 30px 0; }
        .content.product section .inner .product-row .table-row ul li {
          height: 3.5416666667rem; }
          .content.product section .inner .product-row .table-row ul li:first-child {
            color: #231f20;
            font-size: 0.625rem;
            line-height: 0.625rem;
            width: 45%;
            background: url("/static/images/product_other1.png") 100% 0 no-repeat;
            background-size: auto 100%; }
          .content.product section .inner .product-row .table-row ul li:last-child {
            width: 55%;
            color: #231f20;
            font-size: 0.5416666667rem;
            line-height: 0.8333333333rem;
            padding-left: 0.625rem; }
      .content.product section .inner .product-row .sample-row, .content.product section .inner .product-row .sample-row2, .content.product section .inner .product-row .table-row {
        border-radius: 0.8333333333rem;
        padding: 1.1458333333rem 1.3541666667rem;
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .sample-row h4, .content.product section .inner .product-row .sample-row2 h4, .content.product section .inner .product-row .table-row h4 {
          padding-bottom: 1.875rem; }
          .content.product section .inner .product-row .sample-row h4 i, .content.product section .inner .product-row .sample-row2 h4 i, .content.product section .inner .product-row .table-row h4 i {
            margin-top: 0.1875rem;
            color: #1a3f70;
            font-size: 0.5625rem;
            line-height: 1.2; }
          .content.product section .inner .product-row .sample-row h4 span, .content.product section .inner .product-row .sample-row2 h4 span, .content.product section .inner .product-row .table-row h4 span {
            color: #1a3f70;
            font-size: 0.8333333333rem;
            line-height: 1.2; }
        .content.product section .inner .product-row .sample-row ul, .content.product section .inner .product-row .sample-row2 ul, .content.product section .inner .product-row .table-row ul {
          margin-bottom: 0.4166666667rem;
          flex-flow: wrap;
          justify-content: center; }
          .content.product section .inner .product-row .sample-row ul li, .content.product section .inner .product-row .sample-row2 ul li, .content.product section .inner .product-row .table-row ul li {
            width: 40%; }
            .content.product section .inner .product-row .sample-row ul li:before, .content.product section .inner .product-row .sample-row2 ul li:before, .content.product section .inner .product-row .table-row ul li:before {
              top: 1.4583333333rem;
              width: 0.5rem;
              height: 0.4166666667rem;
              background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
              background-size: contain; }
            .content.product section .inner .product-row .sample-row ul li p, .content.product section .inner .product-row .sample-row2 ul li p, .content.product section .inner .product-row .table-row ul li p {
              color: #333;
              font-size: 0.4583333333rem;
              line-height: 0.5416666667rem;
              padding: 0.4166666667rem 0; }
              .content.product section .inner .product-row .sample-row ul li p span, .content.product section .inner .product-row .sample-row2 ul li p span, .content.product section .inner .product-row .table-row ul li p span {
                color: #ee1d25;
                font-size: 0.4583333333rem;
                line-height: 0.5416666667rem; }
            .content.product section .inner .product-row .sample-row ul li img, .content.product section .inner .product-row .sample-row2 ul li img, .content.product section .inner .product-row .table-row ul li img {
              width: 60%; } }
    @media screen and (max-width: 600px) {
      .content.product section .inner .product-row h3 p {
        font-size: 0.5833333333rem;
        margin-bottom: 0.5833333333rem; }
      .content.product section .inner .product-row h3 strong {
        width: 100%;
        height: 1.6666666667rem;
        border-radius: 0.8333333333rem;
        color: #fff;
        font-size: 0.8333333333rem;
        line-height: 0.8333333333rem;
        letter-spacing: -0.0416666667rem; }
      .content.product section .inner .product-row h3 span {
        top: 0.4166666667rem;
        margin-left: auto;
        color: #2a3d72;
        font-size: 0.5833333333rem;
        line-height: 0.5833333333rem; }
      .content.product section .inner .product-row .graphics-row {
        width: 100%; }
      .content.product section .inner .product-row .sample-row {
        border-radius: 0.8333333333rem;
        padding: 1.1458333333rem 0.4166666667rem;
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .sample-row h4 {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          color: #1a3f70;
          font-size: 0.625rem;
          line-height: 0.625rem;
          font-weight: 600;
          margin-bottom: 0.625rem; }
          .content.product section .inner .product-row .sample-row h4 span {
            margin-right: 10px;
            color: #1a3f70;
            font-size: 0.5208333333rem;
            line-height: 0.5208333333rem;
            font-weight: 700; }
        .content.product section .inner .product-row .sample-row ul {
          margin-bottom: 0.4166666667rem;
          flex-flow: wrap;
          justify-content: center; }
          .content.product section .inner .product-row .sample-row ul li {
            width: 42%; }
            .content.product section .inner .product-row .sample-row ul li:before {
              top: 1.4583333333rem;
              width: 0.5rem;
              height: 0.4166666667rem;
              background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
              background-size: contain; }
            .content.product section .inner .product-row .sample-row ul li p {
              color: #333;
              font-size: 0.4583333333rem;
              line-height: 0.5416666667rem;
              padding: 0.4166666667rem 0; }
              .content.product section .inner .product-row .sample-row ul li p span {
                color: #ee1d25;
                font-size: 0.4583333333rem;
                line-height: 0.5416666667rem; }
            .content.product section .inner .product-row .sample-row ul li img {
              width: 60%; }
      .content.product section .inner .product-row .table-row {
        border-radius: 0.8333333333rem;
        padding: 1.1458333333rem 0.8333333333rem;
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .table-row ul {
          padding: 30px 0; }
          .content.product section .inner .product-row .table-row ul li {
            height: 3.5416666667rem; }
            .content.product section .inner .product-row .table-row ul li:first-child {
              color: #231f20;
              font-size: 0.625rem;
              line-height: 0.625rem;
              width: 45%;
              background: url("/static/images/product_other1.png") 100% 0 no-repeat;
              background-size: auto 100%; }
            .content.product section .inner .product-row .table-row ul li:last-child {
              width: 55%;
              color: #231f20;
              font-size: 0.5416666667rem;
              line-height: 0.8333333333rem;
              padding-left: 0.625rem; }
      .content.product section .inner .product-row .info-row {
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .info-row strong {
          padding-bottom: 0.3125rem; }
          .content.product section .inner .product-row .info-row strong i {
            color: #2a3d72;
            font-size: 0.4583333333rem;
            line-height: 1.2;
            margin: 0.2083333333rem 0.2083333333rem 0 0; }
          .content.product section .inner .product-row .info-row strong span {
            margin-right: 0.2083333333rem;
            color: #1a3f70;
            font-size: 0.75rem;
            line-height: 1.2; }
        .content.product section .inner .product-row .info-row p {
          color: #2a3d72;
          font-size: 0.625rem;
          line-height: 1.2; }
      .content.product section .inner .product-row .sample-row, .content.product section .inner .product-row .sample-row2, .content.product section .inner .product-row .table-row {
        border-radius: 0.8333333333rem;
        padding: 1.1458333333rem 0.4166666667rem;
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .sample-row h4, .content.product section .inner .product-row .sample-row2 h4, .content.product section .inner .product-row .table-row h4 {
          padding-bottom: 1.875rem; }
          .content.product section .inner .product-row .sample-row h4 i, .content.product section .inner .product-row .sample-row2 h4 i, .content.product section .inner .product-row .table-row h4 i {
            margin-top: 0.1875rem;
            color: #1a3f70;
            font-size: 0.4583333333rem;
            line-height: 1.2; }
          .content.product section .inner .product-row .sample-row h4 span, .content.product section .inner .product-row .sample-row2 h4 span, .content.product section .inner .product-row .table-row h4 span {
            color: #1a3f70;
            font-size: 0.75rem;
            line-height: 1.2; }
        .content.product section .inner .product-row .sample-row ul, .content.product section .inner .product-row .sample-row2 ul, .content.product section .inner .product-row .table-row ul {
          margin-bottom: 0.4166666667rem;
          flex-flow: wrap;
          justify-content: center; }
          .content.product section .inner .product-row .sample-row ul li, .content.product section .inner .product-row .sample-row2 ul li, .content.product section .inner .product-row .table-row ul li {
            width: 42%; }
            .content.product section .inner .product-row .sample-row ul li:before, .content.product section .inner .product-row .sample-row2 ul li:before, .content.product section .inner .product-row .table-row ul li:before {
              top: 1.4583333333rem;
              width: 0.5rem;
              height: 0.4166666667rem;
              background: url("/static/images/tech_arrow3.png") 0 0 no-repeat;
              background-size: contain; }
            .content.product section .inner .product-row .sample-row ul li p, .content.product section .inner .product-row .sample-row2 ul li p, .content.product section .inner .product-row .table-row ul li p {
              color: #333;
              font-size: 0.4583333333rem;
              line-height: 0.5416666667rem;
              padding: 0.4166666667rem 0; }
              .content.product section .inner .product-row .sample-row ul li p span, .content.product section .inner .product-row .sample-row2 ul li p span, .content.product section .inner .product-row .table-row ul li p span {
                color: #ee1d25;
                font-size: 0.4583333333rem;
                line-height: 0.5416666667rem; }
            .content.product section .inner .product-row .sample-row ul li img, .content.product section .inner .product-row .sample-row2 ul li img, .content.product section .inner .product-row .table-row ul li img {
              width: 60%; } }
    @media screen and (max-width: 490px) {
      .content.product section .inner .product-row h3 p {
        font-size: 0.5416666667rem;
        margin-bottom: 0.5416666667rem; }
      .content.product section .inner .product-row h3 strong {
        width: 100%;
        height: 1.4583333333rem;
        border-radius: 0.7291666667rem;
        color: #fff;
        font-size: 0.75rem;
        line-height: 0.75rem; }
      .content.product section .inner .product-row h3 span {
        top: 0.4166666667rem;
        color: #2a3d72;
        font-size: 0.5rem;
        line-height: 0.5rem; }
      .content.product section .inner .product-row .graphics-row p {
        width: 5rem;
        height: 5rem;
        border-radius: 2.5rem;
        margin: 0; }
        .content.product section .inner .product-row .graphics-row p:nth-child(2) {
          margin: 0 -0.8333333333rem; }
        .content.product section .inner .product-row .graphics-row p span {
          letter-spacing: -0.0416666667rem; }
      .content.product section .inner .product-row .info-row {
        margin-bottom: 1.6666666667rem; }
        .content.product section .inner .product-row .info-row strong {
          padding-bottom: 0.3125rem; }
          .content.product section .inner .product-row .info-row strong i {
            color: #2a3d72;
            font-size: 0.375rem;
            line-height: 1.2;
            margin: 0.2083333333rem 0.2083333333rem 0 0; }
          .content.product section .inner .product-row .info-row strong span {
            margin-right: 0.2083333333rem;
            color: #1a3f70;
            font-size: 0.6666666667rem;
            line-height: 1.2; }
        .content.product section .inner .product-row .info-row p {
          color: #2a3d72;
          font-size: 0.625rem;
          line-height: 1.2; }
      .content.product section .inner .product-row .table-row ul {
        padding: 30px 0; }
        .content.product section .inner .product-row .table-row ul li {
          height: 4.5833333333rem; }
          .content.product section .inner .product-row .table-row ul li:first-child {
            color: #231f20;
            font-size: 0.625rem;
            line-height: 0.625rem;
            width: 50%;
            background: url("/static/images/product_other1.png") 100% 0 no-repeat;
            background-size: auto 100%; }
          .content.product section .inner .product-row .table-row ul li:last-child {
            width: 50%;
            color: #231f20;
            font-size: 0.5416666667rem;
            line-height: 0.8333333333rem;
            padding-left: 0.4166666667rem; }
      .content.product section .inner .product-row .sample-row h4, .content.product section .inner .product-row .sample-row2 h4, .content.product section .inner .product-row .table-row h4 {
        padding-bottom: 1.875rem; }
        .content.product section .inner .product-row .sample-row h4 i, .content.product section .inner .product-row .sample-row2 h4 i, .content.product section .inner .product-row .table-row h4 i {
          margin-top: 0.1875rem;
          color: #1a3f70;
          font-size: 0.375rem;
          line-height: 1.2; }
        .content.product section .inner .product-row .sample-row h4 span, .content.product section .inner .product-row .sample-row2 h4 span, .content.product section .inner .product-row .table-row h4 span {
          color: #1a3f70;
          font-size: 0.6666666667rem;
          line-height: 1.2; } }
    @media screen and (max-width: 435px) {
      .content.product section .inner .product-row h3 p {
        font-size: 0.5rem;
        margin-bottom: 0.5416666667rem; }
      .content.product section .inner .product-row h3 strong {
        width: 100%;
        height: 1.4583333333rem;
        border-radius: 0.7291666667rem;
        color: #fff;
        font-size: 0.625rem;
        line-height: 0.625rem; }
      .content.product section .inner .product-row .graphics-row {
        flex-flow: wrap; }
        .content.product section .inner .product-row .graphics-row p:nth-child(1) {
          margin-left: 0;
          margin-right: -0.4166666667rem; }
        .content.product section .inner .product-row .graphics-row p:nth-child(2) {
          margin: 0;
          margin-right: 0;
          margin-left: -0.4166666667rem; }
        .content.product section .inner .product-row .graphics-row p:nth-child(3) {
          margin-top: -1.25rem; }
        .content.product section .inner .product-row .graphics-row p span:nth-child(1) {
          line-height: 0.9375rem; } }
    @media screen and (max-width: 360px) {
      .content.product section .inner .product-row h3 p {
        font-size: 0.4583333333rem;
        margin-bottom: 0.5416666667rem; }
      .content.product section .inner .product-row h3 strong {
        width: 100%;
        height: 1.4583333333rem;
        border-radius: 0.7291666667rem;
        color: #fff;
        font-size: 0.5833333333rem;
        line-height: 0.5833333333rem; }
      .content.product section .inner .product-row .graphics-row {
        flex-flow: wrap; }
        .content.product section .inner .product-row .graphics-row p {
          width: 4.1666666667rem;
          height: 4.1666666667rem;
          border-radius: 2.0833333333rem;
          margin: 0; }
      .content.product section .inner .product-row .table-row ul {
        padding: 30px 0; }
        .content.product section .inner .product-row .table-row ul li {
          height: 4.5833333333rem; }
          .content.product section .inner .product-row .table-row ul li:first-child {
            color: #231f20;
            font-size: 0.5rem;
            line-height: 0.5rem;
            width: 50%;
            background: url("/static/images/product_other1.png") 100% 0 no-repeat;
            background-size: auto 100%; }
          .content.product section .inner .product-row .table-row ul li:last-child {
            width: 50%;
            color: #231f20;
            font-size: 0.4583333333rem;
            line-height: 0.75rem;
            padding-left: 0.4166666667rem; }
      .content.product section .inner .product-row .sample-row h4, .content.product section .inner .product-row .sample-row2 h4, .content.product section .inner .product-row .table-row h4 {
        padding-bottom: 1.0416666667rem; }
        .content.product section .inner .product-row .sample-row h4 i, .content.product section .inner .product-row .sample-row2 h4 i, .content.product section .inner .product-row .table-row h4 i {
          margin-top: 0.1875rem;
          color: #1a3f70;
          font-size: 0.4583333333rem;
          line-height: 1.2; }
        .content.product section .inner .product-row .sample-row h4 span, .content.product section .inner .product-row .sample-row2 h4 span, .content.product section .inner .product-row .table-row h4 span {
          color: #1a3f70;
          font-size: 0.5833333333rem;
          line-height: 1.2; } }
  .content.product section.pro_content2 {
    background: #fff;
    padding-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .content.product section.pro_content2 {
        padding-bottom: 30px; } }
  .content.product section.pro_content3 .product-row h3 strong br {
    display: none; }
  .content.product section.pro_content3 .product-row .sample-row2 {
    margin: auto;
    width: 1600px;
    border-radius: 40px;
    background: #e7e7e8;
    padding: 55px 65px;
    margin-bottom: 80px; }
    .content.product section.pro_content3 .product-row .sample-row2 ul {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: repeat(2, auto);
      gap: 20px;
      /* 원하는 간격으로 설정하세요 */
      width: 1400px;
      align-items: flex-start; }
      .content.product section.pro_content3 .product-row .sample-row2 ul li {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: wrap; }
        .content.product section.pro_content3 .product-row .sample-row2 ul li p {
          width: 100%;
          text-align: center;
          padding: 12px 0 30px 0;
          font-weight: 500;
          color: #333;
          font-size: 22px;
          line-height: 28px; }
  @media screen and (max-width: 1745px) {
    .content.product section.pro_content3 .product-row h3 strong {
      width: 80%; }
    .content.product section.pro_content3 .product-row .sample-row2 {
      width: 100%; }
      .content.product section.pro_content3 .product-row .sample-row2 ul {
        width: 100%;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 10px;
        /* 원하는 간격으로 설정하세요 */ } }
  @media screen and (max-width: 1400px) {
    .content.product section.pro_content3 .product-row h3 strong {
      width: 90%; }
    .content.product section.pro_content3 .product-row .sample-row2 ul {
      width: 100%;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, auto);
      gap: 10px;
      /* 원하는 간격으로 설정하세요 */ } }
  @media screen and (max-width: 1200px) {
    .content.product section.pro_content3 .product-row h3 strong {
      width: 95%; } }
  @media screen and (max-width: 1024px) {
    .content.product section.pro_content3 .product-row h3 strong {
      width: 95%; }
    .content.product section.pro_content3 .product-row .sample-row2 {
      border-radius: 40px;
      padding: 55px 65px;
      margin-bottom: 80px; }
      .content.product section.pro_content3 .product-row .sample-row2 ul {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, auto);
        gap: 10px;
        /* 원하는 간격으로 설정하세요 */ } }
  @media screen and (max-width: 840px) {
    .content.product section.pro_content3 .product-row .sample-row2 ul li img {
      width: 80%; } }
  @media screen and (max-width: 768px) {
    .content.product section.pro_content3 .product-row h3 strong {
      width: 100%; }
    .content.product section.pro_content3 .product-row .sample-row2 {
      border-radius: 0.8333333333rem;
      padding: 1.1458333333rem 1.3541666667rem;
      margin-bottom: 1.6666666667rem; }
      .content.product section.pro_content3 .product-row .sample-row2 ul li p {
        font-size: 0.5416666667rem; } }
  @media screen and (max-width: 600px) {
    .content.product section.pro_content3 .product-row h3 {
      margin-bottom: 1.6666666667rem; }
    .content.product section.pro_content3 .product-row .sample-row2 {
      border-radius: 0.8333333333rem;
      padding: 1.1458333333rem 0.4166666667rem;
      margin-bottom: 1.6666666667rem; } }
  @media screen and (max-width: 490px) {
    .content.product section.pro_content3 .product-row h3 strong {
      height: 2.9166666667rem;
      border-radius: 1.4583333333rem; }
      .content.product section.pro_content3 .product-row h3 strong br {
        display: block; } }
  @media screen and (max-width: 435px) {
    .content.product section.pro_content3 .product-row h3 strong {
      width: 100%; } }
  @media screen and (max-width: 360px) {
    .content.product section.pro_content3 .product-row .sample-row2 ul {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(6, auto);
      gap: 10px;
      /* 원하는 간격으로 설정하세요 */ } }
  .content.product section.pro_content4 {
    background: #fff;
    padding-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .content.product section.pro_content4 {
        padding-bottom: 30px; } }
  .content.product section.pro_content5 .product-row h3 strong {
    width: 75%; }
    .content.product section.pro_content5 .product-row h3 strong br {
      display: none; }
  @media screen and (max-width: 1745px) {
    .content.product section.pro_content5 .product-row h3 strong {
      width: 80%; } }
  @media screen and (max-width: 1400px) {
    .content.product section.pro_content5 .product-row h3 strong {
      width: 90%; } }
  @media screen and (max-width: 1200px) {
    .content.product section.pro_content5 .product-row h3 strong {
      width: 95%; } }
  @media screen and (max-width: 1024px) {
    .content.product section.pro_content5 .product-row h3 strong {
      width: 95%; } }
  @media screen and (max-width: 768px) {
    .content.product section.pro_content5 .product-row h3 strong {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .content.product section.pro_content5 .product-row h3 {
      margin-bottom: 1.6666666667rem; } }
  @media screen and (max-width: 490px) {
    .content.product section.pro_content5 .product-row h3 strong {
      height: 2.9166666667rem;
      border-radius: 1.4583333333rem; }
      .content.product section.pro_content5 .product-row h3 strong br {
        display: block; } }
  @media screen and (max-width: 435px) {
    .content.product section.pro_content5 .product-row h3 strong {
      width: 100%; } }
  .content.product section.pro_content6 {
    background: #fff; }
    .content.product section.pro_content6 .product-row h3 {
      text-align: center; }
      .content.product section.pro_content6 .product-row h3 strong {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75%; }
        .content.product section.pro_content6 .product-row h3 strong br {
          display: none; }
      .content.product section.pro_content6 .product-row h3 span {
        position: relative;
        top: 20px;
        left: unset;
        width: 100%;
        margin-left: unset;
        font-weight: 500;
        color: #2a3d72;
        font-size: 30px;
        line-height: 30px; }
        .content.product section.pro_content6 .product-row h3 span br {
          display: none; }
    @media screen and (max-width: 1745px) {
      .content.product section.pro_content6 .product-row h3 strong {
        width: 80%; } }
    @media screen and (max-width: 1400px) {
      .content.product section.pro_content6 .product-row h3 strong {
        width: 90%; } }
    @media screen and (max-width: 1200px) {
      .content.product section.pro_content6 .product-row h3 strong {
        width: 95%; }
      .content.product section.pro_content6 .product-row h3 span .br2 {
        display: block; } }
    @media screen and (max-width: 1024px) {
      .content.product section.pro_content6 .product-row h3 strong {
        width: 95%; }
      .content.product section.pro_content6 .product-row h3 span {
        font-size: 24px;
        line-height: 1.45; }
        .content.product section.pro_content6 .product-row h3 span .br2 {
          display: block; } }
    @media screen and (max-width: 768px) {
      .content.product section.pro_content6 .product-row h3 strong {
        width: 100%; } }
    @media screen and (max-width: 600px) {
      .content.product section.pro_content6 .product-row h3 {
        margin-bottom: 1.6666666667rem; }
        .content.product section.pro_content6 .product-row h3 span {
          font-size: 0.625rem; }
          .content.product section.pro_content6 .product-row h3 span .br1 {
            display: block; } }
    @media screen and (max-width: 490px) {
      .content.product section.pro_content6 .product-row h3 strong {
        height: 2.9166666667rem;
        border-radius: 1.4583333333rem; }
        .content.product section.pro_content6 .product-row h3 strong br {
          display: block; } }
.content.board .sub_visual {
  background: url("/static/images/board_visual.jpg") 50% 50% no-repeat;
  background-size: cover; }
.content.board #container {
  position: relative;
  float: unset;
  min-height: unset;
  height: unset;
  margin: unset;
  font-size: unset;
  width: unset;
  zoom: unset;
  width: 100%;
  min-width: 320px;
  max-width: 1400px;
  margin: auto;
  margin-bottom: 100px; }
  .content.board #container > h2 {
    display: none; }

.bo_sch {
  z-index: 9999; }

button.cmt_btn {
  display: none; }

#bo_vc {
  display: none; }
