.c1 {
  color: #B40012 !important;
}

.cf {
  color: #fff;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.c06 {
  color: #061F44;
}

.ff_mont {
  font-family: "Montserrat";
  font-weight: bold;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, p, button, pre {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333;
  font-family: "Pretendard";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "Pretendard";
  font-size: 14px;
  color: #333;
  font-weight: 300;
}

a, span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

body {
  height: 100%;
  position: relative;
  overflow-y: scroll;
  word-break: keep-all;
  *word-break: keep-all;
  -ms-word-break: keep-all;
}

img, fieldset, iframe {
  border: 0 none;
}

li {
  list-style: none;
}

input, select, button, textarea {
  padding: 0;
  border: 1px solid #ddd;
  font-family: "Pretendard";
  font-size: 14px;
  font-weight: 300;
}

input {
  padding: 0 10px;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

input[type=file] {
  padding: 0;
  -webkit-border-radius: 0;
}

input[type=file]::-webkit-file-upload-button {
  vertical-align: middle;
  height: 100%;
}

select::-ms-expand {
  display: none;
}

select {
  padding: 0 25px 0 20px;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  background-color: #fff;
  background-image: url(/src/img/init/sel_init_ico.png);
  -webkit-background-size: 10px 6px;
  background-size: 10px 6px;
}

select option {
  background: #fff;
  color: #333;
}

textarea {
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

button {
  background: none;
  border: none;
  vertical-align: top;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

legend {
  *width: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

pre {
  white-space: pre-line;
  font-family: "Pretendard";
}

sup {
  font-size: 0.5%;
}

/* position */
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

/* display */
.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

.dt {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

/* float */
.fl {
  float: left;
}

.fr {
  float: right;
}

.flul > li {
  float: left;
}

.flul:after {
  content: "";
  display: block;
  clear: both;
}

.cb:after {
  content: "";
  display: block;
  clear: both;
}

/* space */
.pt0 {
  padding-top: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 720px) {
  .mt40{margin-top: 20px;}
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

/* web accessibility */
.blind {
  display: inline-block !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.skip_nav li a {
  position: absolute;
  left: -3000%;
}
.skip_nav li a:focus {
  display: block;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #039;
  color: #fff;
  text-align: center;
}

.ti {
  text-indent: -999em;
}

.inp_ti {
  overflow: hidden;
  height: 0;
  text-indent: -9999px;
  font-size: 0;
}

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

/* text */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

/* List layout */
.res_lst.lng1.s10 > li {
  width: calc(100% / 1 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng1.s20 > li {
  width: calc(100% / 1 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng1.s30 > li {
  width: calc(100% / 1 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng1.s40 > li {
  width: calc(100% / 1 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng1.s50 > li {
  width: calc(100% / 1 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng1.s60 > li {
  width: calc(100% / 1 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng2.s10 > li {
  width: calc(100% / 2 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng2.s20 > li {
  width: calc(100% / 2 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng2.s30 > li {
  width: calc(100% / 2 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng2.s40 > li {
  width: calc(100% / 2 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng2.s50 > li {
  width: calc(100% / 2 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng2.s60 > li {
  width: calc(100% / 2 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng3.s10 > li {
  width: calc(100% / 3 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng3.s20 > li {
  width: calc(100% / 3 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng3.s30 > li {
  width: calc(100% / 3 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng3.s40 > li {
  width: calc(100% / 3 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng3.s50 > li {
  width: calc(100% / 3 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng3.s60 > li {
  width: calc(100% / 3 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng4.s10 > li {
  width: calc(100% / 4 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng4.s20 > li {
  width: calc(100% / 4 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng4.s30 > li {
  width: calc(100% / 4 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng4.s40 > li {
  width: calc(100% / 4 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng4.s50 > li {
  width: calc(100% / 4 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng4.s60 > li {
  width: calc(100% / 4 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng5.s10 > li {
  width: calc(100% / 5 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng5.s20 > li {
  width: calc(100% / 5 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng5.s30 > li {
  width: calc(100% / 5 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng5.s40 > li {
  width: calc(100% / 5 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng5.s50 > li {
  width: calc(100% / 5 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng5.s60 > li {
  width: calc(100% / 5 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst.lng6.s10 > li {
  width: calc(100% / 6 - 10px);
  margin-left: 10px;
}

.res_lst.s10 {
  margin-left: -10px;
}

.res_lst.lng6.s20 > li {
  width: calc(100% / 6 - 20px);
  margin-left: 20px;
}

.res_lst.s20 {
  margin-left: -20px;
}

.res_lst.lng6.s30 > li {
  width: calc(100% / 6 - 30px);
  margin-left: 30px;
}

.res_lst.s30 {
  margin-left: -30px;
}

.res_lst.lng6.s40 > li {
  width: calc(100% / 6 - 40px);
  margin-left: 40px;
}

.res_lst.s40 {
  margin-left: -40px;
}

.res_lst.lng6.s50 > li {
  width: calc(100% / 6 - 50px);
  margin-left: 50px;
}

.res_lst.s50 {
  margin-left: -50px;
}

.res_lst.lng6.s60 > li {
  width: calc(100% / 6 - 60px);
  margin-left: 60px;
}

.res_lst.s60 {
  margin-left: -60px;
}

.res_lst {
  font-size: 0;
}
.res_lst > li {
  display: inline-block;
  vertical-align: top;
}

.tov {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tov_m {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/* -webkit-line-clamp: 2;line-height: 30px; */
.mov_frame, .frame_height {
  position: relative;
  padding-top: 56.25%;
}
.mov_frame iframe, .frame_height iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bgi {
  background-repeat: no-repeat;
}

.bgi_b:before {
  content: "";
  background-repeat: no-repeat;
}

.bgi_a:after {
  content: "";
  background-repeat: no-repeat;
}

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

#gMap img, .map_api img {
  max-width: inherit;
  max-height: inherit;
}

.tn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ani {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
}

.ani.view {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.ani.r {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 50, 0);
  transform: matrix(1, 0, 0, 1, 50, 0);
  transition: transform 1.2s, opacity 1.2s;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
}

.ani.l {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, -50, 0);
  -webkit-transform: matrix(1, 0, 0, 1, -50, 0);
  transform: matrix(1, 0, 0, 1, -50, 0);
  transition: transform 1.2s, opacity 1.2s;
  -webkit-transition: -webkit-transform 1.2s, opacity 1.2s;
}

.ani.appear {
  opacity: 1;
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}

/* font-size */
.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 12px;
  }

  .fz14 {
    font-size: 12px;
  }

  .fz16 {
    font-size: 14px;
  }

  .fz18 {
    font-size: 14px;
  }

  .fz20 {
    font-size: 16px;
  }

  .fz22 {
    font-size: 16px;
  }

  .fz24 {
    font-size: 18px;
  }

  .fz26 {
    font-size: 18px;
  }

  .fz28 {
    font-size: 20px;
  }

  .fz30 {
    font-size: 20px;
  }

  .fz32 {
    font-size: 22px;
  }

  .fz34 {
    font-size: 22px;
  }

  .fz36 {
    font-size: 24px;
  }

  .fz38 {
    font-size: 24px;
  }

  .fz40 {
    font-size: 26px;
  }

  .fz46 {
    font-size: 26px;
  }

  .fz50 {
    font-size: 30px;
  }

  .fz60 {
    font-size: 30px;
  }

  .fz70 {
    font-size: 30px;
  }

  div, p, th, td {
    font-size: 14px;
  }

  .m_fz16{font-size: 16px !important;}
}
/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.syspop .l-header {
  display: none;
}
.syspop .wrap {
  position: relative;
  z-index: 100;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.syspop .l-cont {
  word-break: break-all;
}
.syspop .l-footer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.syspop .l-footer span {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }

  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .syspop .l-cont {
    height: auto !important;
  }

  .syspop .l-cont img {
    width: 100%;
  }

  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  border-radius: 17px;
  text-align: center;
  color: #999;
  line-height: 34px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
  cursor: pointer;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #B40012 !important;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
}

@media screen and (max-width: 720px) {
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_btn.r15, .de_inp.r15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_btn.r8, .de_inp.r8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_btn.r5, .de_inp.r5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_btn.r3, .de_inp.r3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.de_cki.r30 i, .de_cks.r30 i {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.de_cki.r15 i, .de_cks.r15 i {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.de_cki.r8 i, .de_cks.r8 i {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.de_cki.r5 i, .de_cks.r5 i {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.de_cki.r3 i, .de_cks.r3 i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.de_btn {
  display: inline-block;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.de_btn:disabled {
  background-color: #eee !important;
  color: #ccc !important;
  cursor: auto;
}

.de_btn:focus {
  outline: none;
}

/* btn size*/
.de_btn.sg {
  min-width: 155px;
  height: 60px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 500;
}

.de_btn.sl {
  min-width: 130px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
}

.de_btn.sm {
  min-width: 116px;
  height: 45px;
  line-height: 43px;
  font-size: 12px;
  font-weight: 500;
}

.de_btn.ss {
  min-width: 95px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}

.de_btn.st {
  min-width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}

.de_btn.fill {
  background-color: #1b76ff;
  color: #fff;
}

.de_btn.fill:hover {
  background-color: rgba(27, 118, 255, 0.5);
}

.de_btn.fill:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.de_btn.outline {
  border: 1px solid #999;
}

.de_btn.outline:hover {
  border: 1px solid #1b76ff;
  color: #1b76ff;
}

.de_btn.outline:focus {
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.de_btn.outline:disabled {
  border: 1px solid #ccc;
}

.de_btn.ghost {
  border: 1px solid transparent;
}

.de_btn.ghost:hover {
  border: 1px solid transparent;
  color: #1b76ff;
}

.de_btn.ghost:focus {
  text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.15);
}

.de_inp {
  width: 100%;
  border: 1px solid #ddd;
}

input.de_inp {
  padding: 0 10px;
}

.de_inp::-webkit-input-placeholder {
  color: #999;
}

.de_inp::-moz-placeholder {
  color: #999;
}

.de_inp:-ms-input-placeholder {
  color: #999;
}

.de_inp:-moz-placeholder {
  color: #999;
}

.de_inp:focus {
  border: 1px solid #1b76ff;
  outline: none;
}

.de_inp:disabled {
  background-color: #eee;
}

input.de_inp.sm {
  height: 45px;
  padding: 0 20px;
}

.de_inp.ss {
  height: 36px;
}

.de_inp.st {
  height: 30px;
}

.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
  background-color: #fff;
}
.de_rdo input, .de_cks input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_rdo i::after, .de_cks i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.de_rdo input:checked ~ i::after, .de_cks input:checked ~ i::after {
  background-color: #B40012;
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

.de_rdo.txt i, .de_cks.txt i, .de_cki.txt i {
  margin-right: 10px;
}

.de_rdo i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.de_rdo i::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.de_cki, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_cki i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
}

.de_rdo.sg i, .de_cki.sg i, .de_cks.sg i {
  width: 30px;
  height: 30px;
}

.de_rdo.ss i, .de_cki.ss i, .de_cks.ss i {
  width: 20px;
  height: 20px;
}

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
}
.de_cki i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -7px;
  margin-left: -4px;
  border: solid #1b76ff;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

.browser_modal {
  z-index: 30;
  position: fixed;
  right: 50px;
  bottom: 50px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 620px) {
  .browser_modal {
    width: 90%;
    right: 5%;
    bottom: 20px;
  }
}
.browser_modal .c0 {
  color: #000;
}
.browser_modal .txt_wrap {
  padding: 30px;
  text-align: center;
}
.browser_modal .txt_wrap .t1 {
  font-size: 12px;
  line-height: 150%;
}
.browser_modal .b_wrap {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #ddd;
}
.browser_modal .b_wrap .close_btn {
  display: inline-block;
  line-height: 150%;
  font-size: 12px;
  color: #666;
}
.browser_modal .b_wrap .close_btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-image: url(/img/init/browser_close_ico.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sys_popup {
  position: absolute;
  z-index: 3000;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sys_popup .cont .top .pop_tit{display: none;}
.sys_popup .cont {
  position: relative;
  height: 100%;
}
.sys_popup .cont .top {
  /* height: calc(100% - 48px); */
}
.sys_popup .cont .top img {
  width: 100%;
}
.sys_popup .cont .bottom {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  text-align: right;
}
.sys_popup .cont .bottom button {
  vertical-align: middle;
}
.sys_popup .cont .bottom button img {
  vertical-align: middle;
}
.sys_popup .cont .bottom .sys_pop_close.cookie::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 1px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  margin-bottom: 1px;
  margin-left: 10px;
}

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }

  .sys_popup::after {
    content: "";
    position: fixed;
    z-index: 3000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sys_popup .cont {
    position: relative;
    z-index: 3500;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* response ex

'd1000','d960','d720','d594','d326','d90'

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#header {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  background: #545454;
  background: -moz-linear-gradient(0deg, rgba(84, 84, 84, 0) 0%, rgba(33, 33, 33, 0.2) 47%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(0deg, rgba(84, 84, 84, 0) 0%, rgba(33, 33, 33, 0.2) 47%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(0deg, rgba(84, 84, 84, 0) 0%, rgba(33, 33, 33, 0.2) 47%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454",endColorstr="#000000",GradientType=1);
}
#header::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -320px;
  left: 0px;
  width: 100%;
  height: 320px;
  background-color: #fff;
  opacity: 0.9;
}
#header .h_cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1720px;
  height: 100%;
  margin: 0px auto;
}
#header .h_cont .logo .logo_b {
  display: none;
}
#header .h_cont nav {
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 900px;
  /* width: 1080px; */
  height: 100%;
  transform: translateX(-50%);
}
#header .h_cont nav.kor_ver{width: 1080px;}
#header .h_cont nav > ul {
  width: 100%;
  height: 100%;
}
#header .h_cont nav > ul > li {
  /* width: calc(100% / 6); */
  width: 20%;
  height: 100%;
}
#header .h_cont nav.kor_ver > ul > li{width: calc(100% / 6);}
#header .h_cont nav > ul > li:hover > a {
  position: relative;
}
#header .h_cont nav > ul > li:hover > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #B40012 !important;
}
#header .h_cont nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#header .h_cont nav > ul > li .sub_lst {
  margin-top: 0px;
  display: none;
  height: 320px;
  padding: 40px 0px;
}
#header .h_cont nav > ul > li .sub_lst li {
  margin-bottom: 20px;
}
#header .h_cont nav > ul > li .sub_lst li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
}
#header .h_cont nav > ul > li .sub_lst li a:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #B40012 !important;
}
#header .h_cont nav > ul > li .sub_lst li:last-child {
  margin-bottom: 0px;
}
#header .h_cont nav > ul > li:nth-child(even) .sub_lst {
  background-color: #fafafa;
}
#header .h_cont nav > ul > li:nth-child(odd) .sub_lst {
  background-color: transparent;
}
#header .h_cont .h_r_box .lang {
  display: inline-block;
  vertical-align: middle;
}
#header .h_cont .h_r_box .lang.v_eng button{
  width: 75px;
}
#header .h_cont .h_r_box .lang.v_jan button{
  width: 60px;
}
#header .h_cont .h_r_box .lang select {
  width: 50px;
  border: none;
  background-color: transparent;
  margin-left: 5px;
  padding: 0px;
  color: #fff;
  font-weight: bold;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/src/img/i/sel_w.png) no-repeat right center;
}
#header .h_cont .h_r_box .lang button{
  display: inline-block;
  position: relative;
  margin-left: 5px;
  width: 50px;
  color: #fff;
  text-align: left;
  background: url(/src/img/i/sel_w.png)no-repeat right center;
}
#header .h_cont .h_r_box .lang ul{
  z-index: 5;
  position: absolute;
  right: 0px;
  display: none;
  width: 80px;
  padding: 10px 0px;
  margin-top: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
#header .h_cont .h_r_box .lang ul li{
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
#header .h_cont .h_r_box .lang ul li.a a{
  font-weight: bold;
  color: #B40012;
  text-decoration: underline;
}
#header .h_cont .h_r_box .lang ul li:last-child{margin-bottom: 0px;}
#header .h_cont .h_r_box .m_menu_btn {
  width: 30px;
  height: 30px;
  margin-left: 20px;
  background: url(/src/img/i/menu_btn.png) no-repeat center center;
  vertical-align: middle;
}
#header .h_cont .h_r_box .lang.lang_comp{margin-right: 25px;}
#header .h_cont .h_r_box .lang.lang_comp button{margin-left: 0;}
#header .h_cont .h_r_box .lang.lang_comp ul{right: auto; left: 50%; transform: translateX(-50%); width: 100px;}
#header .h_cont .h_r_box .lang.lang_comp ul li a:hover{font-weight: bold;}

#header.a {
  background: white;
}
#header.a::after {
  display: block;
  border-top: solid 1px #ddd;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
}
#header.a .h_cont .logo .logo_w {
  display: none;
}
#header.a .h_cont .logo .logo_b {
  display: block;
}
#header.a .h_cont nav > ul > li > a {
  color: #000;
}
#header.a .h_cont nav > ul > li .sub_lst {
  display: block;
}
#header.a .h_cont .h_r_box .lang img {
  filter: invert(100%);
}
#header.a .h_cont .h_r_box .lang select {
  color: #000;
  font-weight: bold;
  background-image: url(/src/img/i/sel_b.png);
}
#header.a .h_cont .h_r_box .lang button{
  color: #000;
  background-image: url(/src/img/i/sel_b.png);
}
#header.a .h_cont .m_menu_btn {
  filter: invert(100%);
}

@media screen and (max-width: 1740px) {
  #header .h_cont {
    width: 1400px;
  }
}
@media screen and (max-width: 1420px) {
  #header {
    position: fixed;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
  }
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
  #header .h_cont nav {
    display: none;
  }
  #header .h_cont .h_r_box .lang {
    display: none;
  }

  #header.bg {
    border-bottom: solid 1px #ddd;
    background: white;
  }
  #header.bg .h_cont .logo .logo_w {
    display: none;
  }
  #header.bg .h_cont .logo .logo_b {
    display: block;
  }
  #header.bg .h_cont .m_menu_btn {
    filter: invert(100%);
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 70px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 100px;
  }
}
.sitemap_wrap {
  display: none;
  z-index: 110;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.sitemap {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-width: 1720px;
  height: 100%;
  background-color: #fff;
}
.sitemap .top {
  display: none;
}
.sitemap .r {
  width: 46.59%;
  height: 100%;
  background: url(/src/img/sitemap_r.jpg) no-repeat center center/cover;
  transition: background-image 0.7s;
}
.sitemap .l {
  width: 53.41%;
  height: 100%;
  padding: 150px 100px 50px 0px;
  overflow-y: scroll;
  background: url(/src/img/sitemap_water.png) no-repeat right bottom;
}
.sitemap .l > ul {
  width: 790px;
}
.sitemap .l > ul.v_eng > li .sub_lst li{
  margin-bottom: 10px;
}
.sitemap .l > ul > li {
  position: relative;
  margin-bottom: 80px;
  padding-left: 0px;
}
.sitemap .l > ul > li > a, .sitemap .l > ul > li button {
  position: relative;
  padding-left: 0px;
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  color: #ccc;
}
.sitemap .l > ul > li > a.a, .sitemap .l > ul > li button.a {
  color: #000;
}
.sitemap .l > ul > li .sub_lst {
  display: none;
  margin-top: 30px;
  padding-bottom: 25px;
}
.sitemap .l > ul > li .sub_lst.li_mr25 li{
  margin-right: 25px;
}
.sitemap .l > ul > li .sub_lst li {
  display: inline-block;
  margin-right: 30px;
}
.sitemap .l > ul > li .sub_lst li a {
  position: relative;
  font-size: 18px;
}
.sitemap .l > ul > li .sub_lst li:hover a {
  color: #B40012 !important;
  text-decoration: underline;
  text-underline-position: under;
}
.sitemap .l > ul > li .sub_lst li:last-child {
  margin-right: 0px;
}
.sitemap .l > ul > li:last-child {
  margin-bottom: 0px;
}
.sitemap .l::-webkit-scrollbar {
  width: 3px;
}
.sitemap .l::-webkit-scrollbar-thumb {
  width: 3px;
  background: rgba(0, 0, 0, 0.7);
}
.sitemap .l::-webkit-scrollbar-track {
  background: transparent;
}
.sitemap .sitemap_close {
  display: block;
  position: fixed;
  top: 20px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #061F44;
  background-image: url(/src/img/i/close_w.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.sitemap::-webkit-scrollbar {
  width: 10px;
}

.sitemap::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 10px;
}

.sitemap::-webkit-scrollbar-track {
  background: transparent;
}

.sitemap.li1 .r {
  background-image: url(/src/img/sitemap_r2.png);
}

.sitemap.li2 .r {
  background-image: url(/src/img/sitemap_r3.png);
}

.sitemap.li3 .r {
  background-image: url(/src/img/sitemap_r4.png);
}

.sitemap.li4 .r {
  background-image: url(/src/img/sitemap_r5.png);
}

@media screen and (max-width: 1720px) {
  .sitemap .l {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1420px) {
  .sitemap_wrap {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sitemap {
    width: 600px;
    min-width: 0;
    left: 0px;
  }
  .sitemap .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding: 0px 40px;
  }
  .sitemap .top .lang_wrap{display: flex; gap: 0px 20px;}
  .sitemap .top .lang {
    display: block;
  }
  .sitemap .top .lang.v_eng select{
    width: 75px;
  }
  .sitemap .top .lang.v_jan select{
    width: 60px;
  }
  .sitemap .top .lang img {
    filter: invert(100%);
  }
  .sitemap .top .lang select {
    width: 55px;
    border: none;
    background-color: transparent;
    margin-left: 5px;
    padding: 0px;
    color: #333;
    font-weight: bold;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/src/img/i/sel_b.png) no-repeat right center;
  }
  .sitemap .l {
    width: 100%;
    padding: 0px;
  }
  .sitemap .l > ul {
    width: 100%;
    border-top: solid 1px #ddd;
  }
  .sitemap .l > ul.v_eng > li .sub_lst li{
    margin-bottom: 15px;
  }
  .sitemap .l > ul > li {
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd;
  }
  .sitemap .l > ul > li > button, .sitemap .l > ul > li a {
    display: block;
    width: 100%;
    padding: 20px 40px;
    text-align: left;
    font-size: 30px;
    line-height: 45px;
  }
  .sitemap .l > ul > li .sub_lst {
    padding: 25px 40px;
    margin-top: 0;
    border-top: solid 1px #ddd;
    background-color: #f5f5f5;
  }
  .sitemap .l > ul > li .sub_lst li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap .l > ul > li .sub_lst li:last-child {
    margin-bottom: 0px;
  }
  .sitemap .l > ul > li .sub_lst li a {
    padding: 0px;
    line-height: 150%;
  }
  .sitemap .r {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sitemap {
    width: 260px;
  }
  .sitemap .sitemap_close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 0px;
    background-color: transparent;
    background-image: url(/src/img/i/close_w.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .sitemap .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0px 20px;
  }
  .sitemap .top > a {
    display: block;
    width: 100px;
  }
  .sitemap .top .lang_wrap{display: flex; gap: 0px 10px;}
  .sitemap .top .lang {
    display: block;
  }
  .sitemap .top .lang img {
    display: none;
  }
  .sitemap .top .lang select {
    width: 50px;
    border: none;
    background-color: transparent;
    margin-left: 0px;
    padding: 0px;
    color: #333;
    font-weight: bold;
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/src/img/i/sel_b.png) no-repeat right center;
  }
  .sitemap .l {
    background-size: 209px 299px;
  }
  .sitemap .l > ul > li > button, .sitemap .l > ul > li a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    font-size: 20px;
    line-height: 30px;
  }
  .sitemap .l > ul > li .sub_lst {
    padding: 15px 20px;
  }
  .sitemap .l > ul > li .sub_lst li {
    margin-bottom: 10px;
  }
  .sitemap .l > ul > li .sub_lst li:last-child {
    margin-bottom: 0px;
  }
  .sitemap .l > ul > li .sub_lst li a {
    font-size: 14px;
  }
  .sitemap .r {
    display: none;
  }
}
.container {
  width: 1200px;
  margin: 0px auto;
}

.main_cont {
  width: 1400px;
  margin: 0px auto;
}

@media screen and (max-width: 1420px) {
  .container, .main_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container, .main_cont {
    padding: 0px 20px;
  }
}
.main_banner {
  position: relative;
  z-index: 1;
  height: 970px;
}
.main_banner .main_sw.eng_v .item{
  pointer-events: none;
}
.main_banner .main_sw .item {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
.main_banner .main_sw .item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.main_banner .main_sw .item > a img {
  position: relative;
  transition: transform 2s;
  -webkit-transition: transform 2s;
}
.main_banner .main_sw .item .txt_box {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1400px;
  margin-top: 50px;
  transform: translate(-50%, -50%);
  text-align: left;
  opacity: 0;
  transition: opacity 1.2s 0.3s, margin-top 1.2s 0.3s;
}
.main_banner .main_sw .item .txt_box img {
  display: block;
  width: auto;
  transform: scale(1);
}
.main_banner .main_sw .item .txt_box p {
  /* width: 720px; */
  width: 100%;
  margin-top: 60px;
  color: #fff;
}
.main_banner .main_sw .item.swiper-slide-active > a img, .main_banner .main_sw .item.swiper-slide-duplicate-active > a img {
  transform: scale(1.2);
}
.main_banner .main_sw .item.swiper-slide-active .txt_box, .main_banner .main_sw .item.swiper-slide-duplicate-active .txt_box {
  opacity: 1;
  margin-top: -50px;
}
.main_banner .main_sw .item.swiper-slide-active .txt_box img, .main_banner .main_sw .item.swiper-slide-duplicate-active .txt_box img {
  transform: scale(1);
}
.main_banner .box_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 5;
  width: 425px;
  height: 120px;
  border-radius: 0 30px 0 0;
  background-color: #061F44;
}
.main_banner .box {
  position: relative;
  width: 230px;
  margin: 0px auto;
}
.main_banner .control_box {
  width: 100px;
  height: 2px;
  margin-left: 28px;
  background-color: rgba(255, 255, 255, 0.3);
}
.main_banner .swiper-pagination {
  position: static;
  text-align: left;
  font-size: 0px;
}
.main_banner .swiper-pagination span {
  position: absolute;
  top: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.main_banner .swiper-pagination .swiper-pagination-current {
  left: 0px;
}
.main_banner .swiper-pagination .swiper-pagination-total {
  right: 72px;
}
.main_banner .main_prev, .main_banner .main_next {
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background: url(/src/img/i/right_rec_w.png) no-repeat center center;
}
.main_banner .main_prev::after, .main_banner .main_next::after {
  display: none;
}
.main_banner .main_prev {
  left: auto;
  right: 40px;
}
.main_banner .main_prev {
  transform: rotate(180deg);
}
.main_banner .main_next::before {
  content: "";
  position: absolute;
  left: auto;
  left: -10px;
  top: 0px;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.2);
}
.main_banner .ani_bar {
  width: 0%;
  height: 100%;
  background-color: #fff;
}
.main_banner .scroll_down {
  position: absolute;
  z-index: 10;
  right: 100px;
  bottom: 260px;
  cursor: pointer;
}

.main_banner_vdo {
  z-index: 2;
  position: absolute;
  bottom: -160px;
  right: 150px;
  width: 640px;
  height: 359px;
  overflow: hidden;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.main_banner_vdo video {
  display: block;
  width: 100%;
  height: 100%;
}
.main_banner_vdo .play_btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.main_banner_vdo .play_btn .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  transform: translate(-50%, -50%);
  transition: transform 1s;
}
.main_banner_vdo .play_btn .btn::before {
  content: "";
  z-index: -2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
}
.main_banner_vdo .play_btn .btn::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-color: #B40012 !important;
  background-image: url(/src/img/i/play_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.main_banner_vdo .play_btn:hover .btn {
  transform: translate(-50%, -50%) scale(1.1);
}

@media screen and (max-width: 1420px) {
  .main_banner .main_sw .item .txt_box {
    width: 100%;
    padding: 0px 40px;
  }
  .main_banner .main_sw .item .txt_box p {
    width: 100%;
  }
  .main_banner .scroll_down {
    display: none;
  }

  .main_banner_vdo {
    right: auto;
    bottom: -400px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 720px) {
  .main_banner {
    height: 500px;
  }
  .main_banner .main_sw .item .txt_box {
    padding: 0px 20px;
  }
  .main_banner .main_sw .item .txt_box > img {
    display: block;
    width: 280px;
  }
  .main_banner .main_sw .item .txt_box .t2 {
    margin-top: 30px;
  }
  .main_banner .main_sw .item.swiper-slide-active .txt_box, .main_banner .main_sw .item.swiper-slide-duplicate-active .txt_box {
    opacity: 1;
    margin-top: -20px;
  }
  .main_banner .main_sw .item.swiper-slide-active .txt_box img, .main_banner .main_sw .item.swiper-slide-duplicate-active .txt_box img {
    transform: scale(1);
  }
  .main_banner .box_wrap {
    width: 230px;
    height: 50px;
    border-radius: 0px 15px 0 0;
  }
  .main_banner .box {
    width: 180px;
  }
  .main_banner .control_box {
    width: 50px;
  }
  .main_banner .main_banner_vdo {
    bottom: -200px;
    width: 280px;
    height: auto;
  }
  .main_banner .main_banner_vdo video {
    display: block;
    width: 100%;
    height: 100%;
  }
  .main_banner .main_banner_vdo .play_btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .main_banner .main_banner_vdo .play_btn .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    transition: transform 1s;
  }
  .main_banner .main_banner_vdo .play_btn .btn::before {
    content: "";
    z-index: -2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
  }
  .main_banner .main_banner_vdo .play_btn .btn::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #B40012 !important;
    background-image: url(/src/img/i/play_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.index_wrap .main_top {
  margin-bottom: 80px;
}
.index_wrap .main_top .t1 {
  font-size: 50px;
}
.index_wrap .main_top .t2 {
  font-size: 16px;
}

.index_wrap .main_top.df {
  display: flex;
  align-items: center;
}
.index_wrap .main_top.df .t2 {
  margin-left: 80px;
}

.index_wrap .main_top.tac {
  text-align: center;
}
.index_wrap .main_top.tac .t2 {
  margin-top: 20px;
}

@media screen and (max-width: 1420px) {
  .index_wrap .main_top.df {
    display: block;
  }
  .index_wrap .main_top.df .t2 {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .main_top {
    margin-bottom: 40px;
  }
  .index_wrap .main_top .t1 {
    font-size: 30px;
  }
  .index_wrap .main_top .t2 {
    font-size: 14px;
  }

  .index_wrap .main_top.df .t2 {
    margin-top: 10px;
  }

  .index_wrap .main_top.tac .t2 {
    margin-top: 10px;
  }
}
.index_wrap .main_top.bet {
  justify-content: space-between;
  align-items: start;
}
.index_wrap .main_top.bet .t2 {
  margin-left: 0;
  margin-top: 40px;
}
.index_wrap .main_top.bet .box_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  left: 0;
  bottom: 0px;
  z-index: 5;
  margin-top: 40px;
}
.index_wrap .main_top.bet .box {
  position: relative;
  width: 230px;
  margin: 0px auto;
}
.index_wrap .main_top.bet .control_box {
  width: 100px;
  height: 2px;
  margin-left: 28px;
  background-color: #ddd;
}
.index_wrap .main_top.bet .swiper-pagination {
  position: static;
  text-align: left;
  font-size: 0px;
}
.index_wrap .main_top.bet .swiper-pagination span {
  position: absolute;
  top: 1px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.index_wrap .main_top.bet .swiper-pagination .swiper-pagination-current {
  left: 0px;
}
.index_wrap .main_top.bet .swiper-pagination .swiper-pagination-total {
  right: 72px;
}
.index_wrap .main_top.bet .prev, .index_wrap .main_top.bet .next {
  width: 12px;
  height: 10px;
  margin-top: -5px;
  background: url(/src/img/i/right_rec_b.png) no-repeat center center;
}
.index_wrap .main_top.bet .prev::after, .index_wrap .main_top.bet .next::after {
  display: none;
}
.index_wrap .main_top.bet .prev {
  left: auto;
  right: 40px;
}
.index_wrap .main_top.bet .prev {
  transform: rotate(180deg);
}
.index_wrap .main_top.bet .next::before {
  content: "";
  position: absolute;
  left: auto;
  left: -10px;
  top: 0px;
  width: 1px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index_wrap .main_top.bet .ani_bar {
  width: 0%;
  height: 100%;
  background-color: #333;
}

@media screen and (max-width: 1420px) {
  .index_wrap .main_top.bet .t2 {
    margin-top: 20px;
  }
  .index_wrap .main_top.bet .box_wrap {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .main_top.bet .t2 {
    margin-top: 10px;
  }
}
.main_company {
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
  background: url(/src/img/main_company_water.png) no-repeat left top;
}
.main_company .main_comp_lst {
  position: relative;
  z-index: 5;
  width: 1720px;
  height: 500px;
  margin: 0px auto;
  border-radius: 30px;
  overflow: hidden;
  transition: background-image 1s;
  -webkit-transition: background-image 1s;
}
.main_company .main_comp_lst picture > img {
  z-index: -1;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
}
.main_company .main_comp_lst .li0 {
  opacity: 1;
}
.main_company .main_comp_lst ul {
  height: 100%;
  font-size: 0;
}
.main_company .main_comp_lst ul li {
  display: inline-block;
  width: 285px;
  height: 100%;
  text-align: center;
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  vertical-align: top;
  padding-top: 195px;
  transition: padding 1s;
  -webkit-transition: padding 1s;
}
.main_company .main_comp_lst ul li p {
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.main_company .main_comp_lst ul li .plus {
  display: block;
  margin: 40px auto 0;
  width: 60px;
  height: 60px;
  border-radius: 31px;
  border: solid 1px #fff;
  background: url(/src/img/i/plus_w.png) no-repeat center center;
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.main_company .main_comp_lst ul li .plus:hover {
  border: none;
  background-color: #B40012 !important;
}
.main_company .main_comp_lst ul li:hover {
  padding-top: 145px;
}
.main_company .main_comp_lst ul li:hover .plus {
  opacity: 1;
}
.main_company .main_comp_lst ul li:last-child {
  border-right: none;
}
.main_company .main_comp_lst.li1 .li1 {
  opacity: 1;
}
.main_company .main_comp_lst.li2 .li2 {
  opacity: 1;
}
.main_company .main_comp_lst.li3 .li3 {
  opacity: 1;
}
.main_company .main_comp_lst.li4 .li4 {
  opacity: 1;
}
.main_company .main_comp_lst.li5 .li5 {
  opacity: 1;
}

@media screen and (max-width: 1720px) {
  .main_company .main_comp_lst {
    width: 100%;
    height: auto;
    border-radius: 0px;
  }
  .main_company .main_comp_lst ul li {
    position: relative;
    width: 33.3333%;
    height: 300px;
    padding-top: 100px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .main_company .main_comp_lst ul li .plus {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    border-radius: 0px;
    border: none;
    background: transparent;
  }
  .main_company .main_comp_lst ul li .plus:hover {
    background-color: transparent;
  }
  .main_company .main_comp_lst ul li:hover {
    padding-top: 100px;
  }
  .main_company .main_comp_lst ul li:hover .plus {
    opacity: 0;
  }
}
@media screen and (max-width: 1420px) {
  .main_company{
    padding-top: 500px;
  }
}
@media screen and (max-width: 720px) {
  .main_company {
    padding-top: 250px;
    padding-bottom: 75px;
    background-size: 194px 275px;
  }
  .main_company .main_comp_lst {
    width: 100%;
    height: auto;
    border-radius: 0px;
  }
  .main_company .main_comp_lst ul li {
    position: relative;
    width: 50%;
    height: 190px;
    padding-top: 50px;
  }
  .main_company .main_comp_lst ul li:hover {
    padding-top: 50px;
  }
  .main_company .main_comp_lst ul li p {
    margin-top: 10px;
    font-size: 18px;
  }
}
.main_product {
  padding: 150px 0px;
  background-color: #fafafa;
  overflow: hidden;
}
.main_product .main_prod_sw {
  overflow: visible;
}
.main_product .main_prod_sw .item {
  border-radius: 30px;
  overflow: hidden;
}
.main_product .main_prod_sw .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_product .main_prod_sw .item a > img {
  display: block;
  width: 100%;
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.main_product .main_prod_sw .item a .t {
  position: absolute;
  bottom: 50px;
  left: 0px;
  padding: 0px 50px;
  text-align: left;
  color: #fff;
  transition: bottom 1s;
  -webkit-transition: bottom 1s;
}
.main_product .main_prod_sw .item a .more {
  position: absolute;
  bottom: 50px;
  left: 0px;
  padding: 0px 50px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.7s 0.3s;
  -webkit-transition: opacity 0.7s 0.3s;
}
.main_product .main_prod_sw .item a .more img {
  display: inline;
  width: auto;
  margin-left: 10px;
}
.main_product .main_prod_sw .item:hover a > img {
  transform: scale(1.15);
}
.main_product .main_prod_sw .item:hover a .t {
  bottom: 100px;
}
.main_product .main_prod_sw .item:hover a .more {
  opacity: 1;
}

@media screen and (max-width: 1420px) {
  .main_product .main_prod_sw .item a .t {
    bottom: 40px;
    padding: 0px 40px;
  }
  .main_product .main_prod_sw .item a .more {
    bottom: 40px;
    left: 0px;
    padding: 0px 40px;
  }
  .main_product .main_prod_sw .item:hover a .t {
    bottom: 80px;
  }
}
@media screen and (max-width: 720px) {
  .main_product {
    padding: 75px 0px;
  }
  .main_product .main_prod_sw .item {
    border-radius: 15px;
  }
  .main_product .main_prod_sw .item a .t {
    bottom: 30px;
    padding: 0px 30px;
    font-size: 20px;
  }
  .main_product .main_prod_sw .item a .more {
    bottom: 30px;
    left: 0px;
    padding: 0px 30px;
    font-size: 12px;
  }
  .main_product .main_prod_sw .item a .more img {
    margin-left: 5px;
  }
  .main_product .main_prod_sw .item:hover a .t {
    bottom: 60px;
  }
}
.main_cert_process {
  display: flex;
  height: 620px;
}
.main_cert_process .l, .main_cert_process .r {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.main_cert_process .l a, .main_cert_process .r a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main_cert_process .l a .bg, .main_cert_process .r a .bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.main_cert_process .l a::after, .main_cert_process .r a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: opacity 1.5s;
  -webkit-transition: opacity 1.5s;
}
.main_cert_process .l a .t_box, .main_cert_process .r a .t_box {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 700px;
  height: 100%;
}
.main_cert_process .l a .t_box .t1, .main_cert_process .r a .t_box .t1 {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.main_cert_process .l a .t_box .t2, .main_cert_process .r a .t_box .t2 {
  margin: 40px 0px 80px;
  font-size: 16px;
  color: #fff;
}
.main_cert_process .l a .t_box .more, .main_cert_process .r a .t_box .more {
  font-size: 16px;
  color: #fff;
}
.main_cert_process .l a .t_box .more img, .main_cert_process .r a .t_box .more img {
  margin-left: 10px;
}
.main_cert_process .l:hover a .bg, .main_cert_process .r:hover a .bg {
  transform: scale(1.15);
}
.main_cert_process .l:hover a::after, .main_cert_process .r:hover a::after {
  opacity: 0;
}
.main_cert_process .l a .bg {
  background-image: url(/src/img/main_cert.jpg);
}
.main_cert_process .l a::after {
  background-color: rgba(180, 0, 18, 0.5);
}
.main_cert_process .l a .t_box {
  float: right;
}
.main_cert_process .r a .bg {
  background-image: url(/src/img/main_process.jpg);
}
.main_cert_process .r a::after {
  background-color: rgba(6, 31, 68, 0.6);
}
.main_cert_process .r a .t_box {
  padding-left: 150px;
}

@media screen and (max-width: 1720px) {
  .main_cert_process .l a .t_box, .main_cert_process .r a .t_box {
    width: 600px;
  }
}
@media screen and (max-width: 1420px) {
  .main_cert_process {
    display: block;
    height: auto;
  }
  .main_cert_process .l, .main_cert_process .r {
    width: 100%;
    height: 400px;
  }
  .main_cert_process .l a .t_box, .main_cert_process .r a .t_box {
    width: 100%;
    padding-right: 40px;
  }
  .main_cert_process .l:hover a .bg, .main_cert_process .r:hover a .bg {
    transform: scale(1.15);
  }
  .main_cert_process .l:hover a::after, .main_cert_process .r:hover a::after {
    opacity: 0;
  }
  .main_cert_process .l a .t_box {
    float: none;
    padding-left: 40px;
  }
  .main_cert_process .r a .t_box {
    padding-left: 40px;
  }
}
@media screen and (max-width: 720px) {
  .main_cert_process .l, .main_cert_process .r {
    width: 100%;
    height: 250px;
  }
  .main_cert_process .l a .t_box, .main_cert_process .r a .t_box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main_cert_process .l a .t_box .t1, .main_cert_process .r a .t_box .t1 {
    font-size: 30px;
  }
  .main_cert_process .l a .t_box .t2, .main_cert_process .r a .t_box .t2 {
    margin: 20px 0px 40px;
    font-size: 14px;
  }
  .main_cert_process .l a .t_box .more, .main_cert_process .r a .t_box .more {
    font-size: 14px;
  }
  .main_cert_process .l a .t_box .more img, .main_cert_process .r a .t_box .more img {
    margin-left: 5px;
  }
}
.main_busi {
  padding: 150px 0px;
  background: url(/src/img/main_busi_water.png) no-repeat right 44px;
}
.main_busi ul {
  font-size: 0;
}
.main_busi ul li {
  position: relative;
  display: inline-block;
  width: 420px;
  margin-right: 70px;
  border-radius: 30px;
  overflow: hidden;
}
.main_busi ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_busi ul li a > img {
  display: block;
  width: 100%;
  transition: transform 1.5s;
  -webkit-transition: transform 1.5s;
}
.main_busi ul li a .t {
  position: absolute;
  bottom: 50px;
  left: 0px;
  padding: 0px 50px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transition: bottom 1s;
  -webkit-transition: bottom 1s;
}
.main_busi ul li a .more {
  position: absolute;
  bottom: 50px;
  left: 0px;
  padding: 0px 50px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.7s 0.3s;
  -webkit-transition: opacity 0.7s 0.3s;
}
.main_busi ul li a .more img {
  margin-left: 10px;
}
.main_busi ul li:hover a > img {
  transform: scale(1.15);
}
.main_busi ul li:hover a .t {
  bottom: 100px;
}
.main_busi ul li:hover a .more {
  opacity: 1;
}
.main_busi ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1420px) {
  .main_busi ul li {
    display: block;
    margin: 0px auto 40px;
  }
  .main_busi ul li:last-child {
    margin: 0px auto;
  }
}
@media screen and (max-width: 720px) {
  .main_busi {
    padding: 75px 0px;
    background-size: 183px 263px;
  }
  .main_busi ul li {
    width: 100%;
    margin: 0px auto 20px;
  }
  .main_busi ul li a > img {
    object-fit: cover;
  }
  .main_busi ul li a .t {
    bottom: 30px;
    padding: 0px 30px;
    font-size: 20px;
  }
  .main_busi ul li a .more {
    bottom: 30px;
    padding: 0px 30px;
    font-size: 12px;
  }
  .main_busi ul li a .more img {
    margin-left: 10px;
  }
  .main_busi ul li:last-child {
    margin: 0px auto;
  }
}
.main_loca_scroll {
  /* overflow-x: scroll; */
  background: url(/src/img/main_location.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1620px) {
  .main_loca_scroll{overflow-x: scroll;}
}

.main_location {
  position: relative;
  min-width: 1600px;
  height: 930px;
  padding: 150px 0px;
}
.main_location .world {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 70px;
  transform: translate(-50%, -50%);
}
.main_location .top {
  position: relative;
}
.main_location .top .tit {
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 80px;
  transform: translateX(-50%);
}
.main_location .top .t_v2 {
  display: none;
}
.main_location .top .arrow_btn {
  position: absolute;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(/src/img/i/right_arrow_w.png);
  background-repeat: no-repeat;
  background-position: center center;
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}
.main_location .top .arrow_btn:hover{
  background-color: rgba(180, 0, 18, 0.5);
}
.main_location .top .prev {
  left: 0px;
  transform: scale(-1);
}
.main_location .top .next {
  right: 0px;
}
.main_location .v1, .main_location .v2 {
  position: relative;
}
.main_location .v1 .loca, .main_location .v2 .loca {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  background: url(/src/img/i/location_ico_b.png) no-repeat center center;
}
.main_location .v1 .loca .t_box, .main_location .v2 .loca .t_box {
  position: absolute;
  padding: 22px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.main_location .v1 .loca .t_box::after, .main_location .v2 .loca .t_box::after {
  content: "";
  position: absolute;
  left: 35px;
  width: 14px;
  height: 12px;
  background: url(/src/img/i/top_rec_w.png) no-repeat center center;
}
.main_location .v1 .loca .t_box .img_box ul, .main_location .v2 .loca .t_box .img_box ul {
  font-size: 0;
  width: 450px;
}
.main_location .v1 .loca .t_box .img_box ul li, .main_location .v2 .loca .t_box .img_box ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 57px;
  vertical-align: top;
}
.main_location .v1 .loca .t_box .box, .main_location .v2 .loca .t_box .box {
  position: relative;
  width: 310px;
}
.main_location .v1 .loca .t_box .t1, .main_location .v2 .loca .t_box .t1 {
  font-size: 16px;
  font-weight: bold;
}
.main_location .v1 .loca .t_box .t2, .main_location .v2 .loca .t_box .t2 {
  margin-top: 5px;
  font-size: 14px;
}
.main_location .v1 .loca .t_box .modal_close, .main_location .v2 .loca .t_box .modal_close {
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  background: url(/src/img/i/modal_close.png) no-repeat center center;
}
.main_location .v1 .loca .t_box, .main_location .v2 .loca .t_box {
  display: none;
}
.main_location .v1 .loca.a, .main_location .v2 .loca.a {
  background-image: url(/src/img/i/location_ico_c.png);
}
.main_location .v1 .loca.a .t_box, .main_location .v2 .loca.a .t_box {
  display: block;
}
.main_location .v1 .loca1, .main_location .v2 .loca1 {
  right: 368px;
  top: 318px;
}
.main_location .v1 .loca1 .t_box, .main_location .v2 .loca1 .t_box {
  left: -32px;
  bottom: -110px;
}
.main_location .v1 .loca .t_box.two_line{
  bottom: -123px;
}
.main_location .v1 .loca1 .t_box::after, .main_location .v2 .loca1 .t_box::after {
  top: -12px;
}
.main_location .v1 .loca2, .main_location .v2 .loca2 {
  right: 405px;
  top: 314px;
}
.main_location .v1 .loca2 .t_box, .main_location .v2 .loca2 .t_box {
  left: -32px;
  top: -110px;
}
.main_location .v1 .loca2 .t_box::after, .main_location .v2 .loca2 .t_box::after {
  bottom: -12px;
  transform: scaleY(-1);
}
.main_location .v1 .loca3, .main_location .v2 .loca3 {
  right: 507px;
  top: 380px;
}
.main_location .v1 .loca3 .t_box, .main_location .v2 .loca3 .t_box {
  left: -32px;
  bottom: -110px;
}
.main_location .v1 .loca3 .t_box::after, .main_location .v2 .loca3 .t_box::after {
  top: -12px;
}
.main_location .v2 {
  display: none;
}
.main_location .v2 .loca .t_box {
  height: auto;
}
.main_location .v2 .loca .t_box.tr1 {
  bottom: -210px;
}
.main_location .v2 .loca .t_box.tr2 {
  bottom: -270px;
}
.main_location .v2 .loca .t_box.tr3 {
  bottom: -330px;
}
.main_location .v2 .loca .t_box .img_box {
  padding-bottom: 20px;
  border-bottom: solid 2px #333;
}
.main_location .v2 .loca .t_box .box {
  width: auto;
  padding-top: 20px;
}
.main_location .v2 .loca2 .t_box.tr1 {
  bottom: auto;
  top: -210px;
}
.main_location .v2 .loca2 .t_box.tr2 {
  bottom: auto;
  top: -270px;
}
.main_location .v2 .loca2 .t_box.tr3 {
  bottom: auto;
  top: -330px;
}
@media screen and (max-width: 1420px) {
  .main_loca_scroll {
    overflow-x: scroll;
  }

  .main_location {
    width: 1200px;
    min-width: 1200px;
  }
  .main_location .main_cont {
    width: 1340px;
  }
  .main_location .world {
    left: 50px;
    transform: translateY(-50%);
  }
  .main_location .top {
    position: sticky;
    left: 40px;
    width: calc(100vw - 80px);
  }
  .main_location .top .tit {
    font-size: 30px;
    line-height: 80px;
  }
  .main_location .v1, .main_location .v2 {
    width: 1340px;
    position: absolute;
    left: -90px;
    top: 150px;
  }
  .main_location .v1 .loca .t_wrap, .main_location .v2 .loca .t_wrap {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .main_location .v1 .loca .t_wrap .t_box .img_box ul, .main_location .v2 .loca .t_wrap .t_box .img_box ul {
    width: 100%;
    margin: 0px auto;
  }
  /* .main_location .v2 .loca .t_wrap .t_box .img_box ul li{
    width: 90px;
  } */
  .main_location .v1 .loca.a .t_wrap, .main_location .v2 .loca.a .t_wrap {
    display: block;
  }
  .main_location .v1 .loca.a .t_wrap .t_box, .main_location .v2 .loca.a .t_wrap .t_box {
    position: absolute;
    right: auto;
    top: auto;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 80px 40px;
    border-radius: 20px 20px 0 0;
  }
  .main_location .v1 .loca.a .t_wrap .t_box::after, .main_location .v2 .loca.a .t_wrap .t_box::after {
    display: none;
  }
  .main_location .v1 .loca.a .t_wrap .t_box .modal_close, .main_location .v2 .loca.a .t_wrap .t_box .modal_close {
    display: block;
  }
  .main_location .v1 .loca2 .t_box.tr1, .main_location .v2 .loca2 .t_box.tr1 {
    bottom: 0;
  }
  .main_location .v1 .loca2 .t_box.tr2, .main_location .v2 .loca2 .t_box.tr2 {
    bottom: 0;
  }
  .main_location .v1 .loca2 .t_box.tr3, .main_location .v2 .loca2 .t_box.tr3 {
    bottom: 0;
  }
  .main_location .v2 .loca.a {
    background-image: url(/src/img/i/location_ico_c.png);
  }
  .main_location .v2 .loca .img_wrap {
    display: none;
    z-index: 500;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .main_location .v2 .loca .img_wrap .img {
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    background-color: #fff;
    text-align: center;
  }
  .main_location .v2 .loca .img_wrap .img .loca_close {
    display: block;
  }
  .main_location .v2 .loca:hover .img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .main_location {
    width: 700px;
    min-width: 700px;
    height: 500px;
    padding: 50px 0px;
  }
  .main_location .main_cont {
    width: 700px;
    padding: 0px 20px;
  }
  .main_location .world {
    width: 700px;
    left: -150px;
    transform: translateY(-50%);
    margin-top: 40px;
  }
  .main_location .top {
    position: sticky;
    left: 20px;
    width: calc(100vw - 40px);
  }
  .main_location .top .tit {
    width: 100%;
    font-size: 20px;
    line-height: 40px;
  }
  .main_location .top .arrow_btn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .main_location .v1, .main_location .v2 {
    width: 700px;
    left: 0px;
    top: -83px;
  }
  .main_location .v1 .loca .t_box, .main_location .v2 .loca .t_box {
    position: absolute;
    padding: 15px;
    padding: 10px;
    border-radius: 10px;
  }
  .main_location .v1 .loca .t_box::after, .main_location .v2 .loca .t_box::after {
    content: "";
    position: absolute;
    left: 35px;
    width: 14px;
    height: 12px;
    background: url(/src/img/i/top_rec_w.png) no-repeat center center;
  }
  .main_location .v2 .loca .t_wrap .t_box .img_box ul li{
    width: 140px;
  }
  .main_location .v1 .loca .t_box .box, .main_location .v2 .loca .t_box .box {
    position: relative;
    width: 200px;
  }
  .main_location .v1 .loca .t_box .t1, .main_location .v2 .loca .t_box .t1 {
    font-size: 14px;
    font-weight: bold;
  }
  .main_location .v1 .loca .t_box .t2, .main_location .v2 .loca .t_box .t2 {
    margin-top: 5px;
    font-size: 12px;
  }
  .main_location .v1 .loca.a .t_wrap .t_box, .main_location .v2 .loca.a .t_wrap .t_box {
    padding: 60px 20px;
  }
  .main_location .v1 .loca.a .t_wrap .t_box .modal_close, .main_location .v2 .loca.a .t_wrap .t_box .modal_close {
    top: 20px;
    right: 20px;
  }
  .main_location .v1 .loca1, .main_location .v2 .loca1 {
    right: 267px;
    top: 318px;
  }
  .main_location .v1 .loca1 .t_box, .main_location .v2 .loca1 .t_box {
    left: -32px;
    bottom: -85px;
  }
  .main_location .v1 .loca1 .t_box::after, .main_location .v2 .loca1 .t_box::after {
    top: -12px;
  }
  .main_location .v1 .loca2, .main_location .v2 .loca2 {
    right: 295px;
    top: 314px;
  }
  .main_location .v1 .loca2 .t_box, .main_location .v2 .loca2 .t_box {
    left: -32px;
    top: -85px;
  }
  .main_location .v1 .loca2 .t_box::after, .main_location .v2 .loca2 .t_box::after {
    bottom: -12px;
    transform: scaleY(-1);
  }
  .main_location .v1 .loca3, .main_location .v2 .loca3 {
    right: 362px;
    top: 370px;
  }
  .main_location .v1 .loca3 .t_box, .main_location .v2 .loca3 .t_box {
    left: -32px;
    bottom: -85px;
  }
  .main_location .v1 .loca3 .t_box::after, .main_location .v2 .loca3 .t_box::after {
    top: -12px;
  }
  .main_location .v2 {
    display: none;
  }
  .main_location .v2 .loca .t_box.tr1 {
    bottom: -150px;
  }
  .main_location .v2 .loca .t_box.tr2 {
    bottom: -190px;
  }
  .main_location .v2 .loca .t_box.tr3 {
    bottom: -230px;
  }
  .main_location .v2 .loca .t_box .img_box {
    padding-bottom: 10px;
    border-bottom: solid 2px #333;
  }
  .main_location .v2 .loca .t_box .box {
    width: auto;
    padding-top: 10px;
  }
  .main_location .v2 .loca2 .t_box.tr1 {
    bottom: auto;
    top: -150px;
  }
  .main_location .v2 .loca2 .t_box.tr2 {
    bottom: auto;
    top: -190px;
  }
  .main_location .v2 .loca2 .t_box.tr3 {
    bottom: auto;
    top: -230px;
  }
}
.bottom_banner {
  padding: 80px 0px;
  overflow: hidden;
}
.bottom_banner .lst_wrap {
  font-size: 0;
}
.bottom_banner ul {
  display: inline-block;
  font-size: 0;
  animation: loop 30s linear infinite;
  -webkit-animation: loop 30s linear infinite;
}
.bottom_banner ul li {
  display: inline-block;
  width: 264px;
  margin-right: 20px;
  text-align: center;
  vertical-align: top;
}
.bottom_banner ul li .img {
  border-radius: 10px;
  overflow: hidden;
}
.bottom_banner ul li .t1 {
  margin: 20px 0px 5px;
  font-size: 16px;
  font-weight: bold;
}
.bottom_banner ul li .t2 {
  font-size: 14px;
  word-break: break-all;
}

.bottom_banner:hover ul {
  animation-play-state: paused;
}
.bottom_banner:hover .lst_wrap1 ul, .bottom_banner:hover .lst_wrap2 ul {
  animation-play-state: paused;
}

.bottom_banner2 {
  display: none;
}
.bottom_banner2 .lst_wrap1 {
  margin-bottom: 40px;
}
.bottom_banner2 .lst_wrap1 ul {
  animation: loop 60s linear infinite;
  -webkit-animation: loop 60s linear infinite;
}
.bottom_banner2 .lst_wrap1 ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.bottom_banner2 .lst_wrap2 ul {
  animation: loopre 60s linear infinite;
  -webkit-animation: loopre 60s linear infinite;
}
.bottom_banner2 .lst_wrap2 ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

@media screen and (max-width: 720px) {
  .bottom_banner {
    padding: 40px 0px;
  }
  .bottom_banner ul li {
    width: 150px;
  }
  .bottom_banner ul li .img {
    border-radius: 5px;
  }
  .bottom_banner ul li .t1 {
    margin: 10px 0px 5px;
    font-size: 14px;
  }
  .bottom_banner ul li .t2 {
    font-size: 12px;
  }

  .bottom_banner2 .lst_wrap1 {
    margin-bottom: 20px;
  }
  .bottom_banner2 .lst_wrap1 ul li {
    height: 50px;
  }
  .bottom_banner2 .lst_wrap1 ul li img {
    transform: scale(0.7);
  }
  .bottom_banner2 .lst_wrap2 ul li {
    height: 50px;
  }
  .bottom_banner2 .lst_wrap2 ul li img {
    transform: scale(0.7);
  }
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopre {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes loopre {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.s_top {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s_top .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.s_top .t2 {
  font-family: "Montserrat";
}

.s_top.top1 {
  background-image: url(/src/img/s_top1.jpg);
}

.s_top.top2 {
  background-image: url(/src/img/s_top2.jpg);
}

.s_top.top3 {
  background-image: url(/src/img/s_top3.jpg);
}

.s_top.top4 {
  background-image: url(/src/img/s_top4.jpg);
}

.s_top.top5 {
  background-image: url(/src/img/s_top5.jpg);
}

.s_top.top6 {
  background-image: url(/src/img/s_top6.jpg);
}
.s_top.top7 {
  background-image: url(/src/img/s_top7.jpg);
}

@media screen and (max-width: 1420px) {
  .s_top.top1 {
    background-image: url(/src/img/s_top1_m.jpg);
  }

  .s_top.top2 {
    background-image: url(/src/img/s_top2_m.jpg);
  }

  .s_top.top3 {
    background-image: url(/src/img/s_top3_m.jpg);
  }

  .s_top.top4 {
    background-image: url(/src/img/s_top4_m.jpg);
  }

  .s_top.top5 {
    background-image: url(/src/img/s_top5_m.jpg);
  }

  .s_top.top6 {
    background-image: url(/src/img/s_top6_m.jpg);
  }
}
@media screen and (max-width: 720px) {
  .s_top {
    height: 250px;
  }
}
.s_top_nav {
  width: 100%;
  height: 80px;
  margin-bottom: 150px;
  background-color: #061F44;
}
.s_top_nav .container {
  height: 100%;
}
.s_top_nav ul {
  display: flex;
  justify-content: center;
  height: 100%;
  font-size: 0;
}
.s_top_nav ul li {
  display: inline-block;
  width: 200px;
  height: 100%;
  vertical-align: top;
}
.s_top_nav ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
}
.s_top_nav ul li.a a {
  font-weight: bold;
  background-color: #fff;
  color: #061F44;
}
.s_top_nav select {
  display: none;
}

.s_top_nav.dn {
  display: none;
}

@media screen and (max-width: 1420px) {
  .s_top_nav {
    background-color: none;
  }
  .s_top_nav .container {
    padding: 0px;
  }
  .s_top_nav ul {
    display: none;
  }
  .s_top_nav select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 40px;
    border: none;
    border-bottom: solid 1px #ddd;
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .s_top_nav {
    height: 50px;
    margin-bottom: 75px;
  }
  .s_top_nav select {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    font-size: 14px;
  }
}
.sub_tit {
  width: 1200px;
  margin: 0px auto 100px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1420px) {
  .sub_tit {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .sub_tit {
    padding: 0px 20px;
    margin-bottom: 50px;
    font-size: 30px;
  }
}
.outline .greeting {
  padding: 150px 0px;
  background: url(/src/img/greeting.jpg) no-repeat center center/cover;
}
.outline .greeting .df_box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.outline .greeting .df_box .l {
  width: 680px;
}
.outline .greeting .df_box .l.w_break{
  word-break: break-all;
}
.w_break{
  word-break: break-all;
}
.outline .greeting .df_box .l p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
}
.outline .greeting .df_box .l p span {
  font-weight: bold;
  color: #FAFF61;
}
.outline .greeting .df_box .l p:last-child {
  margin-bottom: 0;
}
.outline .greeting .df_box .r {
  width: 440px;
  border-radius: 30px;
  overflow: hidden;
}
.outline .greeting .df_box .r table{
  height: 100%;
}
.outline .greeting .df_box .r table tr {
  border-bottom: solid 1px #ddd;
}
.outline .greeting .df_box .r table tr th, .outline .greeting .df_box .r table tr td {
  padding: 25px 20px;
  font-size: 16px;
}
.outline .greeting .df_box .r table tr th p, .outline .greeting .df_box .r table tr td p {
  margin-bottom: 15px;
  font-size: 16px;
}
.outline .greeting .df_box .r table tr th p span, .outline .greeting .df_box .r table tr td p span {
  font-weight: bold;
  font-size: 20px;
  color: #B40012 !important;
}
.outline .greeting .df_box .r table tr th p:last-child, .outline .greeting .df_box .r table tr td p:last-child {
  margin-bottom: 0px;
}
.outline .greeting .df_box .r table tr th {
  width: 150px;
  text-align: center;
  font-weight: bold;
  background-color: #FAFAFA;
}
.outline .greeting .df_box .r table tr td {
  background-color: #fff;
}
.outline .core_busi {
  padding: 100px 0px 150px;
}
.outline .core_busi .top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.outline .core_busi .top .t2 {
  margin-left: 20px;
}
.outline .core_busi ul {
  font-size: 0;
}
.outline .core_busi ul li {
  position: relative;
  display: inline-block;
  width: 380px;
  height: auto;
  margin-right: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.outline .core_busi ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.outline .core_busi ul li .box p {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.outline .core_busi ul li:last-child {
  margin-right: 0px;
}
.outline .core_value {
  padding: 150px 0px;
  background-color: #F5F5F5;
}
.outline .core_value ul {
  margin-top: 80px;
  font-size: 0;
}
.outline .core_value ul li {
  display: inline-block;
  width: 380px;
  margin-right: 30px;
  vertical-align: top;
}
.outline .core_value ul li .i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  border-radius: 110px;
  margin: 0px auto;
}
.outline .core_value ul li.li1 .i {
  background-color: #98BDF3;
}
.outline .core_value ul li.li2 .i {
  background-color: #446CA7;
}
.outline .core_value ul li.li3 .i {
  background-color: #061F44;
}
.outline .core_value ul li .t1 {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.outline .core_value ul li .t2 {
  font-size: 18px;
  text-align: center;
}
.outline .core_value ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1420px) {
  .m_br_none br {
    display: none;
  }

  .outline .greeting .df_box {
    display: block;
  }
  .outline .greeting .df_box .l {
    width: 100%;
    text-align: center;
  }
  .outline .greeting .df_box .r {
    width: 100%;
    margin-top: 40px;
  }
  .outline .core_busi .top {
    display: block;
  }
  .outline .core_busi .top .t2 {
    margin-left: 0;
    margin-top: 20px;
  }
  .outline .core_busi ul li {
    display: block;
    margin: 0px auto 30px;
  }
  .outline .core_busi ul li:last-child {
    margin: 0px auto;
  }
  .outline .core_value ul li {
    display: block;
    width: 380px;
    margin: 0px auto 30px;
  }
  .outline .core_value ul li:last-child {
    margin: 0px auto;
  }
}
@media screen and (max-width: 720px) {
  .outline .greeting {
    padding: 75px 0px;
  }
  .outline .greeting .df_box {
    margin-top: 40px;
  }
  .outline .greeting .df_box .l p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .outline .greeting .df_box .l p:last-child {
    margin-bottom: 0;
  }
  .outline .greeting .df_box .r {
    border-radius: 15px;
  }
  .outline .greeting .df_box .r table tr th, .outline .greeting .df_box .r table tr td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .outline.v_eng .greeting .df_box .r table tr th, .outline.v_eng .greeting .df_box .r table tr td{
    font-size: 12px;
  }
  .outline .greeting .df_box .r table tr th p, .outline .greeting .df_box .r table tr td p {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .outline .greeting .df_box .r table tr th p span, .outline .greeting .df_box .r table tr td p span {
    font-size: 16px;
    color: #B40012 !important;
  }
  .outline .greeting .df_box .r table tr th p:last-child, .outline .greeting .df_box .r table tr td p:last-child {
    margin-bottom: 0px;
  }
  .outline .greeting .df_box .r table tr th {
    width: 100px;
  }
  .outline .core_busi {
    padding: 50px 0px 75px;
  }
  .outline .core_busi .top .t2 {
    margin-top: 10px;
  }
  .outline .core_busi ul li {
    width: 100%;
    margin: 0px auto 15px;
  }
  .outline .core_busi ul li > img {
    display: block;
    width: 100%;
  }
  .outline .core_busi ul li .box p {
    margin-top: 10px;
    font-size: 18px;
  }
  .outline .core_busi ul li:last-child {
    margin: 0px auto;
  }
  .outline .core_value {
    padding: 75px 0px;
  }
  .outline .core_value ul {
    margin-top: 40px;
  }
  .outline .core_value ul li {
    width: 100%;
    margin: 0px auto 15px;
  }
  .outline .core_value ul li .t1 {
    margin: 10px 0px;
    font-size: 18px;
  }
  .outline .core_value ul li .t2 {
    font-size: 16px;
  }
  .outline .core_value ul li:last-child {
    margin: 0px auto;
  }
}
.business .main_location {
  height: 789px;
}
.business .main_location .world {
  margin-top: 0px;
}
.business .main_location .v2 {
  display: block;
  margin-top: -140px;
}
.business .partner ul {
  margin-right: -18px;
  margin-top: 82px;
  font-size: 0;
}
.business .partner ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 60px;
  margin-right: 18px;
  margin-top: 18px;
  vertical-align: top;
}

@media screen and (max-width: 1420px) {
  .business .partner ul {
    margin-right: -18px;
    margin-top: 82px;
    font-size: 0;
  }
  .business .partner ul li {
    width: calc(33.3333% - 18px);
  }
}
@media screen and (max-width: 991px) {
  .business .busi_loca {
    height: 500px;
  }
  .business .busi_loca .v2 {
    margin-top: -40px;
  }
}
@media screen and (max-width: 720px) {
  .business .partner ul {
    margin-right: -10px;
    margin-top: 40px;
  }
  .business .partner ul li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-top: 10px;
  }
}
.history .bg_img {
  width: 100%;
  height: 618px;
  background: url(/src/img/history_bg_img.jpg) no-repeat center center/cover;
}
.history .bg_img .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.history .bg_img .box .t {
  margin-top: 60px;
}
.history .history_wrap {
  margin-top: 100px;
}
.history .history_wrap .line {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.history .history_wrap .line::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.history .history_wrap .line .y {
  position: relative;
  width: 600px;
  padding-right: 110px;
  text-align: right;
  font-size: 40px;
  color: #061F44;
}
.history .history_wrap .line .y::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: -18px;
  top: 12px;
  width: 35px;
  height: 35px;
  background: url(/src/img/history_ico.png) no-repeat center center;
}
.history .history_wrap .line .y::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 29px;
  right: 4px;
  width: 80px;
  height: 1px;
  background: url(/src/img/history_y_af.png) no-repeat center center/cover;
}
.history .history_wrap .line .txt {
  width: 600px;
  padding-top: 18px;
  padding-left: 75px;
}
.history .history_wrap .line .txt p {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 16px;
}
.history .history_wrap .line .txt p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.history .history_wrap .line .txt p:last-child {
  margin-bottom: 0px;
}
.history .history_wrap .line:last-child {
  padding-bottom: 0px;
}
.history .history_wrap .line:last-child::after {
  height: calc(100% - 35px);
}
.history .line:nth-child(even) {
  flex-direction: row-reverse;
}
.history .line:nth-child(even) .y {
  padding-left: 110px;
  padding-right: 0px;
  text-align: left;
}
.history .line:nth-child(even) .y::before {
  right: auto;
  left: -17px;
}
.history .line:nth-child(even) .y::after {
  right: auto;
  left: 3px;
}
.history .line:nth-child(even) .txt {
  padding-left: 0px;
  padding-right: 75px;
}
.history .line:nth-child(even) .txt p {
  padding-left: 0px;
  padding-right: 10px;
  text-align: right;
}
.history .line:nth-child(even) .txt p::before {
  left: auto;
  right: 0px;
}

@media screen and (max-width: 1420px) {
  .history .history_wrap .line {
    display: block;
  }
  .history .history_wrap .line::after {
    left: 17px;
  }
  .history .history_wrap .line .y {
    width: 100%;
    padding-right: 0px;
    padding-left: 110px;
    text-align: left;
  }
  .history .history_wrap .line .y::before {
    right: auto;
    left: 0px;
  }
  .history .history_wrap .line .y::after {
    right: auto;
    left: 20px;
  }
  .history .history_wrap .line .txt {
    width: 100%;
    padding-left: 120px;
  }
  .history .history_wrap .line:nth-child(even) .txt {
    padding-right: 0px;
  }
  .history .history_wrap .line:nth-child(even) .txt p {
    padding-left: 10px;
    text-align: left;
  }
  .history .history_wrap .line:nth-child(even) .txt p::before {
    right: auto;
    left: 0px;
  }
}
@media screen and (max-width: 720px) {
  .history .bg_img {
    height: 350px;
  }
  .history .bg_img .box .t {
    margin-top: 30px;
  }
  .history .history_wrap {
    margin-top: 50px;
  }
  .history .history_wrap .line {
    padding-bottom: 40px;
  }
  .history .history_wrap .line .y {
    padding-left: 80px;
    font-size: 26px;
  }
  .history .history_wrap .line .y::before {
    top: 0px;
  }
  .history .history_wrap .line .y::after {
    top: 17px;
    width: 40px;
  }
  .history .history_wrap .line .txt {
    padding-top: 10px;
    padding-left: 80px;
  }
  .history .history_wrap .line .txt p {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .history .history_wrap .line .txt p::before {
    top: 7px;
  }
  .history .history_wrap .line .txt p:last-child {
    margin-bottom: 0px;
  }
  .history .history_wrap .line:last-child {
    padding-bottom: 0px;
  }
  .history .history_wrap .line:last-child::after {
    height: calc(100% - 20px);
  }
}
.status .bg_img {
  margin: 90px 0px 80px;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1420px) {
  .status .bg_img img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 720px) {
  .status .bg_img {
    margin: 45px 0px 40px;
    border-radius: 15px;
  }
}
.orga .bg, .orga .no_bg {
  padding-bottom: 150px;
}
.orga .m_tb {
  display: none;
}
.orga .no_bg .tb_wrap {
  margin-top: 50px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #ddd;
}
.orga .no_bg .tb_wrap table tr{border-bottom: solid 1px #ddd;}
.orga .no_bg .tb_wrap table tr:last-child{border-bottom: none;}
.orga .no_bg .tb_wrap table tr th, .orga .no_bg .tb_wrap table tr td {
  padding: 25px 20px;
  border-right: solid 1px #ddd;
  font-size: 16px;
  text-align: center;
}
.orga .no_bg .tb_wrap table tr th:last-child, .orga .no_bg .tb_wrap table tr td:last-child{border-right: none;}
.orga .no_bg .tb_wrap table tr th {
  width: 150px;
  font-weight: bold;
  text-align: center;
  background-color: #fafafa;
}
.orga .bg {
  padding-top: 150px;
  background-color: #f5f5f5;
}
.orga .bg .tb_wrap {
  margin-top: 50px;
  border-top: solid 1px #000;
}
.orga .bg .tb_wrap table tr th, .orga .bg .tb_wrap table tr td {
  padding: 25px 20px;
  text-align: center;
  font-size: 16px;
}
.orga .bg .tb_wrap table thead tr {
  border-bottom: solid 1px #DDD;
}
.orga .bg .tb_wrap table thead tr th {
  border-right: solid 1px #030E1E;
  background-color: #061F44;
  font-weight: bold;
  color: #fff;
}
.orga .bg .tb_wrap table thead tr th:last-child {
  border-right: none;
}
.orga .bg .tb_wrap table tbody tr {
  border-bottom: solid 1px #ddd;
}
.orga .bg .tb_wrap table tbody tr td {
  border-right: solid 1px #ddd;
  background-color: #fff;
}
.orga .bg .tb_wrap table tbody tr td:last-child {
  border-right: none;
}

@media screen and (max-width: 1420px) {
  .orga img {
    display: block;
    margin: 0px auto;
  }
  .orga .tb_wrap.scroll{
    width: 100%;
    overflow-x: scroll;
  }
  .orga .tb_wrap.scroll table{
    width: 1420px;
  }
  .orga .pc_tb {
    display: none;
  }
  .orga .m_tb {
    display: table;
  }
  .orga .m_tb table tbody tr {
    border-bottom: solid 1px #ddd;
  }
  .orga .m_tb table tbody tr:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 720px) {
  .orga .bg, .orga .no_bg {
    padding-bottom: 75px;
  }
  .orga .no_bg .tb_wrap {
    margin-top: 25px;
  }
  .orga .tb_wrap.scroll table{
    width: 900px;
  }
  .orga .no_bg .tb_wrap table tr th, .orga .no_bg .tb_wrap table tr td {
    padding: 15px 5px;
    font-size: 14px;
  }
  .orga .no_bg .tb_wrap table tr th {
    width: 80px;
  }
  .orga .no_bg .tb_wrap table thead tr th{padding-left: 8px; padding-right: 8px;}
  .orga .no_bg .tb_wrap.scroll table tr th{
    width: 120px;
  }
  .orga .bg {
    padding-top: 75px;
  }
  .orga .bg .tb_wrap table tr th, .orga .bg .tb_wrap table tr td {
    padding: 15px 5px;
    font-size: 14px;
  }
}
.tabmenu {
  margin-bottom: 90px;
}
.tabmenu ul {
  font-size: 0;
  text-align: center;
}
.tabmenu ul li {
  display: inline-block;
  width: 164px;
  height: 70px;
  margin-right: 8px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background-color: #fff;
  vertical-align: top;
}
.tabmenu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #666;
}
.tabmenu ul li a.small_t{font-size: 14px;}
.tabmenu ul li:last-child {
  margin-right: 0px;
}
.tabmenu ul li.a {
  border-color: #B40012 !important;
  background-color: #B40012 !important;
}
.tabmenu ul li.a a {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 1420px) {
  .tabmenu ul {
    text-align: left;
  }
  .location .tabmenu ul li{
    width: calc((100% - 16px)/3);
  }
  .location .tabmenu ul li:nth-child(3n){
    margin-right: 0;
  }
  .location .tabmenu ul li:nth-child(4n){
    margin-right: 8px;
  }
  .tabmenu ul li {
    width: calc(25% - 6px);
    margin-bottom: 8px;
    text-align: center;
  }
  .tabmenu ul li:nth-child(4n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 720px) {
  .tabmenu {
    margin-bottom: 45px;
  }
  .location .tabmenu ul li{width: calc(50% - 3px);}
  .location .tabmenu ul li:nth-child(3n){margin-right: 6px;}
  .location .tabmenu ul li:nth-child(2n){margin-right: 0;}

  .tabmenu ul li {
    width: calc(50% - 3px);
    height: 58px;
    margin-right: 6px;
    margin-bottom: 6px;
  }
  .tabmenu ul li a {
    font-size: 14px;
  }
  .tabmenu ul li a.small_t{
    font-size: 12px;
  }
  .tabmenu ul li:nth-child(2n) {
    margin-right: 0px;
  }
}
.location .location_wrap .top {
  margin-bottom: 80px;
}
.location .location_wrap .top .l {
  width: 540px;
  border-radius: 10px;
  overflow: hidden;
}
.location .location_wrap .top .r {
  width: 580px;
}
.location .location_wrap .top .r .tit {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.location .location_wrap .top .r .tb_wrap {
  margin-top: 40px;
  border-top: solid 1px #000;
}
.location .location_wrap .top .r .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.location .location_wrap .top .r .tb_wrap table tr th, .location .location_wrap .top .r .tb_wrap table tr td {
  padding: 25px 20px;
  font-size: 16px;
}
.location .location_wrap .top .r .tb_wrap table tr th {
  width: 150px;
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
}
.location .location_wrap .map {
  width: 100%;
  height: 500px;
  border-radius: 30px;
  /* background: url(/src/img/map.jpg) no-repeat center center/cover; */
}

@media screen and (max-width: 1420px) {
  .location .location_wrap .top .l, .location .location_wrap .top .r {
    float: none;
    width: 100%;
  }
  .location .location_wrap .top .l {
    width: 540px;
    margin: 0px auto;
  }
  .location .location_wrap .top .r {
    margin-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .location .location_wrap .top {
    margin-bottom: 40px;
  }
  .location .location_wrap .top .l {
    width: 100%;
    margin: 0px auto;
  }
  .location .location_wrap .top .r {
    margin-top: 20px;
  }
  .location .location_wrap .top .r .tit {
    font-size: 26px;
  }
  .location .location_wrap .top .r .tb_wrap {
    margin-top: 20px;
  }
  .location .location_wrap .top .r .tb_wrap table tr th, .location .location_wrap .top .r .tb_wrap table tr td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .location .location_wrap .top .r .tb_wrap table tr th {
    width: 100px;
  }
  .location .location_wrap .map {
    height: 250px;
    border-radius: 15px;
  }
}
.cert .sub_tit{padding-left: 0px; padding-right: 0px;}
.cert .tabmenu.mb0{margin-bottom: 0;}
.cert .cert_mid_t{margin: 50px 0px 60px;}
@media screen and (max-width: 720px) {
  .cert .cert_mid_t{margin: 25px 0px 30px;}
}
.cert.v_eng .tabmenu ul li.a a{font-size: 12px;}
.cert.v_eng .df_lst > li .r .t_box p{
  padding-left: 0px;
}
.cert.v_eng .df_lst > li .r .t_box p span{
  position: static;
  display: block;
}
.cert.v_eng .df_lst > li .r .t_box p.pl110{
  padding-left: 0;
}

.cert .cert_lst {
  margin-right: -40px;
  font-size: 0;
}
.cert .cert_lst li {
  display: inline-block;
  width: 270px;
  margin-right: 40px;
  margin-bottom: 60px;
  vertical-align: top;
}
.cert .cert_lst li .img {
  width: 100%;
  padding: 40px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cert .cert_lst li p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cert .df_lst > li {
  display: flex;
  margin-bottom: 80px;
}
.cert .df_lst > li .l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  border: solid 1px #ddd;
  border-radius: 30px;
  background-color: #fff;
}
.cert .df_lst > li .l.bg {
  border: none;
  background-color: #C8CDD1;
}
.cert .df_lst > li .r {
  width: 720px;
  margin-left: 80px;
}
.cert .df_lst > li .r .tit {
  padding-bottom: 40px;
  border-bottom: solid 1px #000;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.cert .df_lst > li .r .t_box {
  padding-top: 40px;
}
.cert .df_lst > li .r .t_box p {
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  font-size: 16px;
}
.cert .df_lst > li .r.v_jan .t_box p{
  padding-left: 85px;
}
.cert .df_lst > li .r .t_box p span {
  position: absolute;
  top: 0px;
  left: 0px;
  font-weight: bold;
}
.cert .df_lst > li .r .t_box p span::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 5px;
  background-color: #333;
  vertical-align: middle;
}
.cert .df_lst > li .r .t_box p:last-child {
  margin-bottom: 0px;
}
.cert .df_lst > li .r .t_box p.pl110 {
  padding-left: 110px;
}
.cert .df_lst > li .r.v_jan .t_box p.pl110{
  padding-left: 115px;
}
@media screen and (max-width: 720px) {
  .cert .df_lst > li .r.v_jan .t_box p{
    padding-left: 80px;
  }
  .cert .df_lst > li .r.v_jan .t_box p.pl110{
    padding-left: 110px;
  }
}
.cert .df_lst > li .r ul {
  padding-top: 20px;
  font-size: 0;
}
.cert .df_lst > li .r ul li {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  padding-left: 10px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.cert .df_lst > li .r ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.cert .df_lst > li .r ul li:nth-child(2n) {
  margin-right: 0px;
}
.cert .df_lst > li:last-child {
  margin-bottom: 0px;
}
.cert .machine_lst {
  margin-right: -40px;
  margin-top: 20px;
  font-size: 0;
}
.cert .machine_lst li {
  display: inline-block;
  width: 270px;
  margin-right: 40px;
  margin-top: 60px;
  vertical-align: top;
}
.cert .machine_lst li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 270px;
  border: solid 1px #ddd;
  border-radius: 30px;
  background-color: #fff;
}
.cert .machine_lst li p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cert .img_lst {
  margin-top: 50px;
  margin-right: -30px;
  font-size: 0;
}
.cert .img_lst li {
  display: inline-block;
  width: 380px;
  margin-right: 30px;
  margin-top: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.cert .new_tit{margin-top: 100px; margin-bottom: 40px;}
.cert .img_lst2{display: flex;justify-content: center; align-items: end; flex-wrap: wrap; gap: 40px;}
.cert .img_lst2 li{width: calc(50% - 20px);}
.cert .img_lst2 li .img{border-radius: 20px; overflow: hidden;}
.cert .img_lst2 li .img img{display: block; width: 100%;}
.cert .img_lst2 li p{margin-bottom: 20px; font-size: 18px; text-align: center; font-weight: bold;}

@media screen and (max-width: 1420px) {
  .cert .cert_lst li {
    width: calc(50% - 40px);
  }
  .cert .cert_lst li .img {
    text-align: center;
  }
  .cert .df_lst > li {
    display: block;
  }
  .cert .df_lst > li .l {
    margin: 0px auto;
  }
  .cert .df_lst > li .r {
    width: 100%;
    margin-top: 50px;
    margin-left: 0px;
  }
  .cert .machine_lst li {
    width: calc(50% - 40px);
  }
  .cert .img_lst li {
    width: calc(50% - 30px);
  }
  .cert .img_lst li img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .mt30 {
    margin-top: 15px;
  }

  .cert .cert_lst {
    margin-right: -20px;
  }
  .cert .cert_lst li {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .cert .cert_lst li .img {
    padding: 10px;
    border-radius: 15px;
  }
  .cert .df_lst > li {
    display: block;
  }
  .cert .df_lst > li .l {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 15px;
  }
  .cert .df_lst > li .r {
    margin-top: 25px;
  }
  .cert .df_lst > li .r .tit {
    padding-bottom: 20px;
    font-size: 26px;
  }
  .cert .df_lst > li .r .t_box {
    padding-top: 20px;
  }
  .cert .df_lst > li .r .t_box p {
    padding-left: 70px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .cert .df_lst > li .r .t_box p:last-child {
    margin-bottom: 0px;
  }
  .cert .df_lst > li .r .t_box p.pl110 {
    padding-left: 92px;
  }
  .cert .df_lst > li .r ul {
    padding-top: 10px;
    font-size: 0;
  }
  .cert .df_lst > li .r ul li {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    font-size: 14px;
  }
  .cert .df_lst > li .r ul li::before {
    top: 8px;
  }
  .cert .machine_lst {
    margin-right: 0px;
    margin-top: 10px;
  }
  .cert .machine_lst li {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .cert .machine_lst li .img {
    height: auto;
    padding: 20px;
    border-radius: 15px;
  }
  .cert .machine_lst li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .cert .img_lst {
    margin-right: 0px;
    margin-top: 25px;
  }
  .cert .img_lst li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-top: 15px;
    border-radius: 15px;
  }
  .cert .img_lst li img {
    display: block;
    width: 100%;
  }


  .cert .new_tit{margin-top: 50px; margin-bottom: 20px;}
  .cert .img_lst2{gap: 20px;}
  .cert .img_lst2 li{width: 100%;}
  .cert .img_lst2 li .img{border-radius: 10px;}
  .cert .img_lst2 li p{margin-bottom: 10px; font-size: 14px;}
}
.process ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* margin-right: -20px; */
  margin-top: 60px;
  font-size: 0;
}
.process ul li {
  display: inline-flex;
  justify-content: space-between;
  width: 590px;
  /* height: 335px; */
  /* margin-right: 20px; */
  /* margin-top: 20px; */
  padding: 60px 40px 60px;
  border: solid 1px #ddd;
  border-radius: 30px;
  background-color: #fff;
}
.process ul li .l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background-color: #F5F5F5;
}
.process ul li .r {
  width: calc(100% - 160px);
}
.process ul li .r .step {
  color: #B40012 !important;
  font-size: 20px;
}
.process ul li .r .tit {
  margin: 15px 0px 35px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.process ul li .r .t_box p {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.process ul li .r .t_box p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.process ul li .r .t_box p span {
  display: block;
  font-weight: 300;
  text-indent: 7px;
}
.process ul li .r .t_box p:last-child {
  margin-bottom: 0;
}
/* .process ul li.h400 {
  height: 440px;
}
.process ul li.h460 {
  height: 460px;
} */

@media screen and (max-width: 1420px) {
  .process ul {
    margin-right: 0px;
  }
  .process ul li {
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0px;
    /* padding-bottom: 60px; */
  }
  .process ul li.h400 {
    height: auto;
  }
  .process ul li.h460 {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .process ul {
    margin-right: 0px;
    margin-top: 30px;
  }
  .process ul li {
    display: block;
    padding: 30px 20px;
    border-radius: 15px;
  }
  .process ul li .l {
    margin: 0px auto;
    border-radius: 15px;
  }
  .process ul li .r {
    width: 100%;
    margin-top: 30px;
  }
  .process ul li .r .step {
    font-size: 16px;
  }
  .process ul li .r .tit {
    margin: 5px 0px 15px;
    font-size: 18px;
  }
  .process ul li .r .t_box p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .process ul li .r .t_box p::before {
    top: 8px;
  }
}
.prod_situ .tb_wrap {
  margin-top: 20px;
  border-radius: 30px;
  overflow: hidden;
}
.prod_situ .tb_wrap table tr th, .prod_situ .tb_wrap table tr td {
  font-size: 16px;
}
.prod_situ .tb_wrap table thead tr td {
  position: relative;
  border-left: solid 1px #ddd;
}
.prod_situ .tb_wrap table thead tr td p {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.prod_situ .tb_wrap table tbody tr {
  border-bottom: solid 1px #ddd;
}
.prod_situ .tb_wrap table tbody tr th {
  position: relative;
  background-color: #444;
  color: #fff;
}
.prod_situ .tb_wrap table tbody tr th .country {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.prod_situ .tb_wrap table tbody tr th .country p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 25px;
}
.prod_situ .tb_wrap table tbody tr th .country .cnt1 {
  background-color: #1F5CC5;
}
.prod_situ .tb_wrap table tbody tr th .country .cnt1_1 {
  background-color: #333;
}
.prod_situ .tb_wrap table tbody tr th .country .cnt2 {
  background-color: #C96111;
}
.prod_situ .tb_wrap table tbody tr th .country .cnt3 {
  background-color: #BE0172;
}
.prod_situ .tb_wrap table tbody tr th .country .cnt4 {
  background-color: #B40012;
}
.prod_situ .tb_wrap table tbody tr th .country .cnt5 {
  background-color: #683910;
}
.prod_situ .tb_wrap table tbody tr th .country .cnt6 {
  background-color: #166810;
}
.prod_situ .tb_wrap table tbody tr th .country .cnt7 {
  background-color: #B2A24E;
}
.prod_situ .tb_wrap table tbody tr th.pb {
  padding-bottom: 175px;
}
.prod_situ .tb_wrap table tbody tr td {
  padding: 25px 10px;
  border-left: solid 1px #ddd;
  text-align: center;
}
.prod_situ .tb_wrap table tbody tr td p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.prod_situ .tb_wrap table tbody tr td p .cnt1 {
  color: #1F5CC5;
}
.prod_situ .tb_wrap table tbody tr td p .cnt1_1 {
  color: #333;
}
.prod_situ .tb_wrap table tbody tr td p .cnt2 {
  color: #C96111;
}
.prod_situ .tb_wrap table tbody tr td p .cnt3 {
  color: #BE0172;
}
.prod_situ .tb_wrap table tbody tr td p .cnt4 {
  color: #B40012;
}
.prod_situ .tb_wrap table tbody tr td p .cnt5 {
  color: #683910;
}
.prod_situ .tb_wrap table tbody tr td p .cnt6 {
  color: #166810;
}
.prod_situ .tb_wrap table tbody tr td p .cnt7 {
  color: #B2A24E;
}
.prod_situ .tb_wrap table tbody tr .type {
  text-align: center;
  background-color: #EEF5FF;
}
.prod_situ .tb_wrap table tbody tr.total td {
  background-color: #fafafa;
}
.prod_situ .tb_wrap table tfoot tr th, .prod_situ .tb_wrap table tfoot tr td {
  padding: 25px 0px;
  text-align: center;
  font-weight: bold;
  background-color: #061F44;
  color: #fff;
}
.prod_situ .tb_wrap table tfoot tr td {
  border-left: solid 1px #ddd;
}

@media screen and (max-width: 1420px) {
  .prod_situ .tb_wrap {
    width: 1200px;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1200px) {
  .prod_situ .tb_wrap {
    width: 100%;
  }
  .prod_situ .tb_wrap .scroll_wrap {
    overflow-x: scroll;
  }
  .prod_situ .tb_wrap .scroll_wrap table {
    width: 1200px;
  }
}
@media screen and (max-width: 720px) {
  .prod_situ .tb_wrap {
    margin-top: 10px;
    border-radius: 15px;
  }
  .prod_situ .tb_wrap .scroll_wrap table tr th, .prod_situ .tb_wrap .scroll_wrap table tr td {
    font-size: 14px;
  }
  .prod_situ .tb_wrap .scroll_wrap table thead tr td p {
    bottom: 15px;
  }
  .prod_situ .tb_wrap .scroll_wrap table tbody tr th .country p {
    font-size: 12px;
    line-height: 20px;
  }
  .prod_situ .tb_wrap .scroll_wrap table tbody tr th.pb {
    padding-bottom: 100px;
  }
  .prod_situ .tb_wrap .scroll_wrap table tbody tr td {
    padding: 15px 10px;
  }
  .prod_situ .tb_wrap .scroll_wrap table tbody tr td p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
  .prod_situ .tb_wrap .scroll_wrap table tfoot tr th, .prod_situ .tb_wrap .scroll_wrap table tfoot tr td {
    padding: 15px 0px;
  }
}
.ambient .top {
  margin-right: -15px;
  margin-bottom: 100px;
}
.ambient .top > div {
  float: left;
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 30px;
  overflow: hidden;
}
.ambient .top > div .t_box {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0px 30px;
}
.ambient .top > div .t_box p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.ambient .top > div .t_box .t1 {
  font-weight: bold;
}
.ambient .top .t_b_box {
  border-radius: 0px;
}
.ambient .top .t_b_box > div {
  position: relative;
  margin-bottom: 15px;
  border-radius: 30px;
  overflow: hidden;
}
.ambient .top .t_b_box > div:last-child {
  margin-bottom: 0px;
}
.ambient .top.l_r {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.ambient .top.l_r .l, .ambient .top.l_r .r {
  margin-top: 0px;
  margin-right: 0px;
  border-radius: 0px;
  overflow: visible;
}
.ambient .top.l_r .l > div, .ambient .top.l_r .r > div {
  position: relative;
  margin-top: 15px;
  margin-right: 15px;
  border-radius: 30px;
  overflow: hidden;
}
.ambient .top.l_r .l > div .t_box, .ambient .top.l_r .r > div .t_box {
  float: none !important;
  width: 100%;
  position: absolute;
  bottom: 30px;
  padding: 0px 30px !important;
}
.ambient .top.l_r .l > div .t_box p, .ambient .top.l_r .r > div .t_box p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.ambient .top.l_r .l > div .t_box .t1, .ambient .top.l_r .r > div .t_box .t1 {
  font-weight: bold;
}
.ambient .top.l_r .l > div {
  margin-right: 0px;
}
.ambient .top.l_r .r {
  width: 608px;
  margin-right: 0px;
}
.ambient .top.l_r .r div {
  float: left;
  width: auto;
  margin-right: 0px;
}
.ambient .top.l_r .r .l_r_box {
  display: flex;
  gap: 15px;
}
.ambient .top.l_r .r .l_r_box > div {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.ambient .top.l_r .r .t_b_box {
  display: inline-block;
  margin-right: 0px;
}
.ambient .top.l_r .r .t_b_box > div {
  float: none;
  margin-right: 15px;
}
.ambient .top.l_r .r .top_one {
  margin-right: 0px;
}
.ambient .open_lst {
  margin-bottom: 40px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #ddd;
}
.ambient .open_lst:last-child {
  margin-bottom: 0px;
}
.ambient .open_lst button {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px;
  text-align: left;
}
.ambient .open_lst button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url(/src/img/i/open_lst_ico.png) no-repeat center center;
  transform: translateY(-50%);
}
.ambient .open_lst button p {
  padding-right: 50px;
}
.ambient .open_lst button .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #B40012 !important;
}
.ambient .open_lst button .t2 {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.ambient .open_lst .open {
  display: none;
  padding: 40px;
  border-top: solid 1px #ddd;
}
.ambient .open_lst .open .t_box p {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}
.ambient .open_lst .open .t_box p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.ambient .open_lst .open .t_box p:last-child {
  margin-bottom: 0;
}
.ambient .open_lst .open .machine_lst {
  margin-top: 60px;
}
.ambient .open_lst .open .machine_lst.mt20 {
  margin-top: 20px;
}
.ambient .open_lst .open .machine_lst ul {
  font-size: 0;
}
.ambient .open_lst .open .machine_lst ul li {
  display: inline-block;
  width: 265px;
  margin-right: 20px;
}
.ambient .open_lst .open .machine_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 265px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #E9E9E7;
}
.ambient .open_lst .open .machine_lst ul li p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.ambient .open_lst .open .machine_lst ul li:last-child {
  margin-right: 0px;
}
.ambient .open_lst .open .img_lst {
  margin-top: 60px;
}
.ambient .open_lst .open .img_lst.mt0 {
  margin-top: 0;
}
.ambient .open_lst .open .img_lst .img {
  border-radius: 30px;
  overflow: hidden;
}
.ambient .open_lst .open .img_lst ul {
  margin-top: 20px;
  font-size: 0;
}
.ambient .open_lst .open .img_lst ul li {
  position: relative;
  display: inline-block;
  width: 360px;
  margin-right: 20px;
  border-radius: 30px;
  overflow: hidden;
  vertical-align: top;
}
.ambient .open_lst .open .img_lst ul li p {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  padding: 0px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.ambient .open_lst .open .img_lst ul li:last-child {
  margin-right: 0px;
}
.ambient .open_lst .open .half_lst.mt50 {
  margin-top: 50px;
}
.ambient .open_lst .open .half_lst.mt20 {
  margin-top: 20px;
}
.ambient .open_lst .open .half_lst.mt10 {
  margin-top: 10px;
}
.ambient .open_lst .open .half_lst ul {
  margin-top: 0px;
  font-size: 0;
}
.ambient .open_lst .open .half_lst ul li {
  position: relative;
  display: inline-block;
  width: 550px;
  margin-right: 20px;
  border-radius: 30px;
  overflow: hidden;
  vertical-align: top;
}
.ambient .open_lst .open .half_lst ul li:last-child {
  margin-right: 0px;
}
.ambient .open_lst .open .half_lst ul li p {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  padding: 0px 30px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.ambient .open_lst .open .half_lst.li_h170 {
  margin-top: 10px;
}
.ambient .open_lst .open .half_lst.li_h170 ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  background-color: #87878B;
}
.ambient .open_lst .open .quad_lst ul {
  margin-top: 10px;
  font-size: 0;
}
.ambient .open_lst .open .quad_lst ul li {
  display: inline-block;
  width: 270px;
  margin-right: 10px;
  border-radius: 30px;
  overflow: hidden;
  vertical-align: top;
}
.ambient .open_lst .open .quad_lst ul li:last-child {
  margin-right: 0px;
}
.ambient .open_lst .open .quad_lst ul li:nth-child(2) {
  margin-right: 20px;
}
.ambient .open_lst.a button::after {
  transform: translateY(-50%) scaleY(-1);
}
.ambient .open_lst.a .open {
  display: block;
}

@media screen and (max-width: 1420px) {
  .ambient .top {
    position: relative;
    left: 15px;
    width: 820px;
    margin: 0px auto 100px;
  }
  .ambient .top.l_r {
    display: block;
    width: 598px;
  }
  .ambient .top.l_r .l > div, .ambient .top.l_r .r > div {
    margin-top: 15px;
    margin-right: 0px;
  }
  .ambient .top.l_r .l > div img, .ambient .top.l_r .r > div img {
    display: block;
    width: 100%;
  }
  .ambient .top.l_r .l {
    float: none;
  }
  .ambient .top.l_r .l > div {
    width: 100%;
    margin-right: 0px;
  }
  .ambient .top.l_r .r {
    width: 608px;
    margin-right: 0px;
  }
  .ambient .top.l_r .r div {
    float: left;
    width: auto;
    margin-right: 0px;
  }
  .ambient .top.l_r .r .t_b_box {
    display: inline-block;
    margin-right: 0px;
  }
  .ambient .top.l_r .r .t_b_box > div {
    float: none;
    margin-right: 15px;
  }
  .ambient .top.l_r .r .top_one {
    margin-right: 0px;
  }
  .ambient .open_lst:last-child {
    margin-bottom: 0px;
  }
  .ambient .open_lst .open {
    display: none;
  }
  .ambient .open_lst .open .machine_lst ul {
    margin-right: -20px;
    font-size: 0;
  }
  .ambient .open_lst .open .machine_lst ul li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .ambient .open_lst .open .machine_lst ul li:last-child {
    margin: 0px 20px 20px 0px;
  }
  .ambient .open_lst .open .img_lst > .img img {
    display: block;
    width: 100%;
  }
  .ambient .open_lst .open .img_lst ul {
    margin-top: 20px;
    margin-right: -20px;
    font-size: 0;
  }
  .ambient .open_lst .open .img_lst ul li {
    width: calc(50% - 20px);
    margin-top: 20px;
  }
  .ambient .open_lst .open .img_lst ul li:nth-child(1) {
    margin-top: 0px;
  }
  .ambient .open_lst .open .img_lst ul li:nth-child(2) {
    margin-top: 0px;
  }
  .ambient .open_lst .open .img_lst ul li img {
    display: block;
    width: 100%;
  }
  .ambient .open_lst .open .img_lst ul li:last-child {
    margin-right: 0px;
  }
  .ambient .open_lst .open .half_lst ul {
    margin-top: 0px;
    margin-right: -20px;
    font-size: 0;
  }
  .ambient .open_lst .open .half_lst ul li {
    width: calc(50% - 20px);
  }
  .ambient .open_lst .open .half_lst ul li:last-child {
    margin-right: 20px;
  }
  .ambient .open_lst .open .half_lst ul li img {
    display: block;
    width: 100%;
  }
  .ambient .open_lst .open .half_lst.li_h170 {
    margin-top: 10px;
  }
  .ambient .open_lst .open .half_lst.li_h170 ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    background-color: #87878B;
  }
  .ambient .open_lst .open .half_lst.li_h170 ul li img{
    width: auto;
  }
  .ambient .open_lst .open .quad_lst ul {
    margin-right: -10px;
  }
  .ambient .open_lst .open .quad_lst ul li {
    width: calc(25% - 10px);
  }
  .ambient .open_lst .open .quad_lst ul li img {
    display: block;
    width: 100%;
  }
  .ambient .open_lst .open .quad_lst ul li:last-child {
    margin-right: 10px;
  }
  .ambient .open_lst .open .quad_lst ul li:nth-child(2) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .ambient .top {
    position: static;
    width: 100%;
    /* margin-right: 0px; */
    margin-bottom: 50px;
  }
  .ambient .top > div {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    border-radius: 10px;
  }
  .ambient .top > div img {
    display: block;
    width: 100%;
  }
  .ambient .top > div .t_box {
    bottom: 20px;
    padding: 0px 15px !important;
  }
  .ambient .top > div .t_box p {
    font-size: 12px;
    line-height: 20px;
  }
  .ambient .top .t_b_box {
    border-radius: 0px;
  }
  .ambient .top .t_b_box > div {
    position: relative;
    margin-bottom: 15px;
    border-radius: 15px;
    overflow: hidden;
  }
  .ambient .top .t_b_box > div:last-child {
    margin-bottom: 0px;
  }
  .ambient .top.l_r {
    max-width: 100%;
  }
  .ambient .top.l_r .l > div, .ambient .top.l_r .r > div {
    margin-top: 15px;
    margin-right: 0px;
  }
  .ambient .top.l_r .l > div img, .ambient .top.l_r .r > div img {
    display: block;
    width: 100%;
  }
  .ambient .top.l_r .l > div .t_box, .ambient .top.l_r .r > div .t_box {
    bottom: 20px;
    padding: 0px 15px !important;
  }
  .ambient .top.l_r .l > div .t_box p, .ambient .top.l_r .r > div .t_box p {
    font-size: 12px;
    line-height: 20px;
  }
  .ambient .top.l_r .l {
    float: none;
  }
  .ambient .top.l_r .l > div {
    width: 100%;
    margin-right: 0px;
    border-radius: 15px;
  }
  .ambient .top.l_r .r {
    width: 100%;
  }
  .ambient .top.l_r .r .l_r_box {
    display: flex;
    border-radius: 0;
  }
  .ambient .top.l_r .r .l_r_box > div {
    border-radius: 15px;
    overflow: hidden;
  }
  .ambient .top.l_r .r .t_b_box {
    display: inline-block;
    margin-right: 0px;
  }
  .ambient .top.l_r .r .t_b_box > div {
    float: none;
    margin-right: 15px;
  }
  .ambient .top.l_r .r .top_one {
    float: left;
    margin-right: 0px;
  }
  .ambient .top.l_r .r div {
    border-radius: 15px;
  }
  .ambient .open_lst {
    margin-bottom: 20px;
  }
  .ambient .open_lst:last-child {
    margin-bottom: 0px;
  }
  .ambient .open_lst button {
    padding: 20px;
  }
  .ambient .open_lst button::after {
    right: 20px;
    width: 18px;
    height: 18px;
    background-size: cover;
    transform: translateY(-50%);
  }
  .ambient .open_lst button p {
    padding-right: 30px;
  }
  .ambient .open_lst button .t1 {
    font-size: 14px;
  }
  .ambient .open_lst button .t2 {
    margin-top: 5px;
    font-size: 20px;
  }
  .ambient .open_lst .open {
    display: none;
    padding: 20px;
  }
  .ambient .open_lst .open .t_box p {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .ambient .open_lst .open .t_box p::before {
    top: 8px;
  }
  .ambient .open_lst .open .t_box p:last-child {
    margin-bottom: 0;
  }
  .ambient .open_lst .open .machine_lst {
    margin-top: 15px;
  }
  .ambient .open_lst .open .machine_lst.mt20 {
    margin-top: 10px;
  }
  .ambient .open_lst .open .machine_lst ul {
    font-size: 0;
    margin-right: 0px;
  }
  .ambient .open_lst .open .machine_lst ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .ambient .open_lst .open .machine_lst ul li .img {
    height: auto;
    padding: 20px 0px;
    border-radius: 15px;
  }
  .ambient .open_lst .open .machine_lst ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .ambient .open_lst .open .machine_lst ul li:last-child {
    margin-right: 0px;
  }
  .ambient .open_lst .open .img_lst {
    margin-top: 30px;
  }
  .ambient .open_lst .open .img_lst.mt0 {
    margin-top: 0;
  }
  .ambient .open_lst .open .img_lst .img {
    border-radius: 15px;
  }
  .ambient .open_lst .open .img_lst ul {
    margin-top: 10px;
    margin-right: 0px;
  }
  .ambient .open_lst .open .img_lst ul li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    border-radius: 15px;
  }
  .ambient .open_lst .open .img_lst ul li:nth-child(1) {
    margin-top: 10px;
  }
  .ambient .open_lst .open .img_lst ul li:nth-child(2) {
    margin-top: 10px;
  }
  .ambient .open_lst .open .img_lst ul li p {
    bottom: 20px;
    padding: 0px 20px;
    font-size: 14px;
  }
  .ambient .open_lst .open .img_lst ul li:last-child {
    margin-right: 0px;
  }
  .ambient .open_lst .open .half_lst.mt50 {
    margin-top: 25px;
  }
  .ambient .open_lst .open .half_lst.mt20 {
    margin-top: 10px;
  }
  .ambient .open_lst .open .half_lst.mt10 {
    margin-top: 5px;
  }
  .ambient .open_lst .open .half_lst ul {
    margin-top: 0px;
    margin-right: 0px;
    font-size: 0;
  }
  .ambient .open_lst .open .half_lst ul li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    border-radius: 15px;
  }
  .ambient .open_lst .open .half_lst ul li:last-child {
    margin-right: 0px;
  }
  .ambient .open_lst .open .half_lst ul li img {
    display: block;
    width: 100%;
  }
  .ambient .open_lst .open .half_lst ul li p {
    bottom: 20px;
    padding: 0px 20px;
    font-size: 14px;
  }
  .ambient .open_lst .open .half_lst.li_h170 {
    margin-top: 0px;
  }
  .ambient .open_lst .open .half_lst.li_h170 ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 170px;
    background-color: #87878B;
  }
  .ambient .open_lst .open .quad_lst ul {
    margin-top: 0px;
    margin-right: 0;
    font-size: 0;
  }
  .ambient .open_lst .open .quad_lst ul li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-top: 10px;
    border-radius: 15px;
  }
  .ambient .open_lst .open .quad_lst ul li:last-child {
    margin-right: 0px;
  }
  .ambient .open_lst .open .quad_lst ul li:nth-child(2) {
    margin-right: 0px;
  }
}
.sensor .l_r_box {
  margin-top: 80px;
  margin-bottom: 100px;
}
.sensor .l_r_box .l, .sensor .l_r_box .r {
  width: 580px;
  border-radius: 30px;
  overflow: hidden;
}
.sensor .l_r_box .l .tit, .sensor .l_r_box .r .tit {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #061F44;
}
.sensor .l_r_box .l .top, .sensor .l_r_box .r .top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 40px 40px 20px;
  border: solid 1px #ddd;
}
.sensor .l_r_box .l .top ul, .sensor .l_r_box .r .top ul {
  text-align: center;
  font-size: 0;
}
.sensor .l_r_box .l .top ul li, .sensor .l_r_box .r .top ul li {
  display: inline-block;
  width: 160px;
  margin-bottom: 20px;
}
.sensor .l_r_box .l .top ul li p, .sensor .l_r_box .r .top ul li p {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}
.sensor .l_r_box .l .bottom, .sensor .l_r_box .r .bottom {
  padding: 40px 0px 30px;
  border: solid 1px #ddd;
  border-top: none;
  text-align: center;
  border-radius: 0px 0px 30px 30px;
}
.sensor .l_r_box .l .bottom table, .sensor .l_r_box .r .bottom table {
  margin: 20px auto 0;
}
.sensor .l_r_box .l .bottom table tr td, .sensor .l_r_box .r .bottom table tr td {
  position: relative;
  padding: 0px 0px 10px 10px;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
}
.sensor .l_r_box .l .bottom table tr td::before, .sensor .l_r_box .r .bottom table tr td::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.sensor .l_r_box .l .bottom table {
  width: 280px;
}
.sensor .l_r_box .r .bottom table {
  width: 370px;
}

@media screen and (max-width: 1420px) {
  .sensor .l_r_box .l, .sensor .l_r_box .r {
    float: none;
    width: 100%;
  }
  .sensor .l_r_box .r {
    margin-top: 50px;
  }
}
@media screen and (max-width: 720px) {
  .sensor .l_r_box {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .sensor .l_r_box .l, .sensor .l_r_box .r {
    border-radius: 15px;
  }
  .sensor .l_r_box .l .tit, .sensor .l_r_box .r .tit {
    padding: 10px 0px;
    font-size: 16px;
  }
  .sensor .l_r_box .l .top, .sensor .l_r_box .r .top {
    height: auto;
    padding: 30px;
  }
  .sensor .l_r_box .l .top ul, .sensor .l_r_box .r .top ul {
    margin-right: -10px;
  }
  .sensor .l_r_box .l .top ul li, .sensor .l_r_box .r .top ul li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
  }
  .sensor .l_r_box .l .bottom, .sensor .l_r_box .r .bottom {
    padding: 20px;
    border-radius: 0px 0px 15px 15px;
  }
  .sensor .l_r_box .l .bottom table, .sensor .l_r_box .r .bottom table {
    margin: 10px auto 0;
  }
  .sensor .l_r_box .l .bottom table tr td, .sensor .l_r_box .r .bottom table tr td {
    display: block;
    padding: 0px 0px 0px 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .sensor .l_r_box .l .bottom table tr td::before, .sensor .l_r_box .r .bottom table tr td::before {
    top: 8px;
  }
  .sensor .l_r_box .l .bottom table tr td:last-child, .sensor .l_r_box .r .bottom table tr td:last-child {
    margin-bottom: 0px;
  }
  .sensor .l_r_box .r {
    margin-top: 50px;
  }
}
.default_tb {
  margin-top: 60px;
  margin-bottom: 40px;
}
.default_tb.mt80 {
  margin-top: 80px;
}
.default_tb.mb150 {
  margin-bottom: 150px;
}
.default_tb table tr th, .default_tb table tr td {
  font-size: 16px;
}
.default_tb table tr th {
  color: #fff;
}
.default_tb table thead tr {
  border-bottom: solid 1px #ddd;
}
.default_tb table thead tr th {
  position: relative;
  padding: 20px 0px;
  background-color: #061F44;
  font-weight: bold;
}
.default_tb table thead tr th::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: calc(100% - 1px);
  background-color: #030E1E;
}
.default_tb table thead tr th.w60 {
  width: 60px;
}
.default_tb table thead tr th.w160 {
  width: 160px;
}
.default_tb table thead tr th.w140 {
  width: 140px;
}
.default_tb table thead tr th.w110 {
  width: 110px;
}
.default_tb table thead tr th:first-child::after {
  display: none;
}
.default_tb table tbody tr {
  border-bottom: solid 1px #ddd;
}
.default_tb table tbody tr th {
  background-color: #444444;
}
.default_tb table tbody tr td {
  padding: 20px 0px;
  border-left: solid 1px #ddd;
  text-align: center;
}
.default_tb table tbody tr td p {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
}
.default_tb table tbody tr td p:first-child {
  padding-top: 0px;
  padding-bottom: 20px;
}
.default_tb table tbody tr td p:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.default_tb table tbody tr td p.two {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 109px;
  padding: 20px 0 0;
  /* line-height: 89px; */
}
.default_tb table tbody tr:nth-child(even) td {
  background-color: #fafafa;
}

@media screen and (max-width: 1420px) {
  .default_tb .scroll_wrap {
    overflow-x: scroll;
  }
  .default_tb .scroll_wrap table {
    width: 1400px;
  }
}
@media screen and (max-width: 720px) {
  .mt20 {
    margin-top: 10px;
  }

  .default_tb {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .default_tb.mt80 {
    margin-top: 40px;
  }
  .default_tb.mb150 {
    margin-bottom: 75px;
  }
  .default_tb .scroll_wrap table {
    width: 1000px;
  }
  .default_tb .scroll_wrap table tr th, .default_tb .scroll_wrap table tr td {
    font-size: 14px;
  }
  .default_tb .scroll_wrap table thead tr th {
    padding: 10px 0px;
    font-size: 14px;
  }
  .default_tb .scroll_wrap table thead tr th.w60 {
    width: 50px;
  }
  .default_tb .scroll_wrap table thead tr th.w110 {
    width: 90px;
  }
  .default_tb .scroll_wrap table tbody tr td {
    padding: 10px 0px;
  }
  .default_tb .scroll_wrap table tbody tr td p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .default_tb .scroll_wrap table tbody tr td p:first-child {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .default_tb .scroll_wrap table tbody tr td p:last-child {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .default_tb .scroll_wrap table tbody tr td p.two {
    height: 72px;
    padding: 10px 0 0;
    /* line-height: 65px; */
  }
}
.indent {
  position: relative;
  padding-left: 10px;
}
.indent span {
  font-weight: bold;
}
.indent::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}

@media screen and (max-width: 720px) {
  .indent::before {
    top: 8px;
  }
}
.floor .floor_box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 60px 40px;
  border: solid 1px #ddd;
  border-radius: 30px;
}
.floor .floor_box.mt20 {
  margin-top: 20px;
}
.floor .floor_box .i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 30px;
  background-color: #f5f5f5;
}
.floor .floor_box .t_box {
  width: calc(100% - 160px);
}
.floor .floor_box .t_box .tit {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.floor .floor_box .t_box .t {
  position: relative;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.floor .floor_box .t_box .t::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.floor .floor_box .t_box .t span {
  display: block;
  font-weight: 300;
}
.floor .floor_box .t_box .t:last-child {
  margin-bottom: 0px;
}
.floor .mid_lst {
  margin-top: 20px;
  font-size: 0;
}
.floor .mid_lst li {
  display: inline-block;
  width: 195px;
  margin-right: 5px;
  border: solid 1px #ddd;
  border-radius: 30px;
  overflow: hidden;
}
.floor .mid_lst li.bdn {
  border: none;
}
.floor .mid_lst li:last-child {
  margin-right: 0px;
}
.floor .bottom {
  padding: 150px 0px;
  margin-top: 150px;
  background-color: #f5f5f5;
}
.floor .bottom .bottom_lst {
  margin-top: 60px;
  margin-bottom: 100px;
  font-size: 0;
}
.floor .bottom .bottom_lst li {
  display: inline-block;
  width: 380px;
  margin-right: 30px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.floor .bottom .bottom_lst li .tit {
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #061F44;
}
.floor .bottom .bottom_lst li .top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  background-color: #211C28;
}
.floor .bottom .bottom_lst li .txt {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.floor .bottom .bottom_lst li:last-child {
  margin-right: 0px;
}
.floor .bottom .bottom_l_r {
  margin-top: 60px;
}
.floor .bottom .bottom_l_r .l, .floor .bottom .bottom_l_r .r {
  width: 580px;
  border-radius: 30px;
  overflow: hidden;
}
.floor .bottom .bottom_l_r .l .tit, .floor .bottom .bottom_l_r .r .tit {
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #061F44;
}
.floor .bottom .bottom_l_r .l .bot, .floor .bottom .bottom_l_r .r .bot {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 245px;
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .floor .mid_lst {
    width: 595px;
    margin: 10px auto 0;
  }
  .floor .mid_lst li {
    margin-top: 10px;
  }
  .floor .mid_lst li:nth-child(3n) {
    margin-right: 0px;
  }
  .floor .bottom .bottom_lst li {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .floor .bottom .bottom_lst li:last-child {
    margin-bottom: 0px;
  }
  .floor .bottom .bottom_l_r .l, .floor .bottom .bottom_l_r .r {
    float: none;
    width: 100%;
  }
  .floor .bottom .bottom_l_r .r {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .mb40 {
    margin-bottom: 20px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .floor .floor_box {
    display: block;
    margin-top: 15px;
    padding: 30px 20px;
    border-radius: 15px;
  }
  .floor .floor_box.mt20 {
    margin-top: 10px;
  }
  .floor .floor_box .i {
    width: 120px;
    height: 120px;
    margin: 0px auto;
    border-radius: 15px;
  }
  .floor .floor_box .t_box {
    width: 100%;
    margin-top: 20px;
  }
  .floor .floor_box .t_box .tit {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .floor .floor_box .t_box .t {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .floor .floor_box .t_box .t::before {
    top: 8px;
  }
  .floor .floor_box .t_box .t:last-child {
    margin-bottom: 0px;
  }
  .floor .mid_lst {
    margin-top: 10px;
    width: 100%;
    margin-right: -5px;
  }
  .floor .mid_lst li {
    display: inline-block;
    width: calc(50% - 5px);
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 15px;
  }
  .floor .mid_lst li img {
    display: block;
    width: 100%;
  }
  .floor .mid_lst li:nth-child(3n) {
    margin-right: 5px;
  }
  .floor .mid_lst li.bdn {
    border: none;
  }
  .floor .mid_lst li:last-child {
    margin-right: 0px;
  }
  .floor .bottom {
    padding: 75px 0px;
    margin-top: 75px;
  }
  .floor .bottom .bottom_lst {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .floor .bottom .bottom_lst li {
    border-radius: 15px 15px 0 0;
  }
  .floor .bottom .bottom_lst li .tit {
    padding: 10px 0px;
    font-size: 16px;
  }
  .floor .bottom .bottom_lst li .top {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .floor .bottom .bottom_lst li .txt {
    margin-top: 10px;
    font-size: 14px;
  }
  .floor .bottom .bottom_lst li:last-child {
    margin-right: 0px;
  }
  .floor .bottom .bottom_l_r {
    margin-top: 30px;
  }
  .floor .bottom .bottom_l_r .l, .floor .bottom .bottom_l_r .r {
    border-radius: 15px;
  }
  .floor .bottom .bottom_l_r .l .tit, .floor .bottom .bottom_l_r .r .tit {
    padding: 10px 0px;
    font-size: 16px;
  }
  .floor .bottom .bottom_l_r .l .bot, .floor .bottom .bottom_l_r .r .bot {
    height: auto;
    padding: 20px;
  }
}
.robotics .bottom {
  padding: 150px 0px;
  background-color: #f5f5f5;
}
.robotics .bottom .img_lst_wrap {
  padding-bottom: 80px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 80px;
}
.robotics .bottom .img_lst_wrap .img {
  border-radius: 30px;
  overflow: hidden;
}
.robotics .bottom .img_lst_wrap ul {
  margin-top: 20px;
  font-size: 0;
}
.robotics .bottom .img_lst_wrap ul li {
  display: inline-block;
  width: 380px;
  margin-right: 30px;
  vertical-align: top;
}
.robotics .bottom .img_lst_wrap ul li p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.robotics .bottom .img_lst_wrap ul li:last-child {
  margin-right: 0px;
}
.robotics .bottom .big_img{padding-bottom: 80px; margin-bottom: 80px; border-bottom: solid 1px #ddd;}
.robotics .bottom .green_grow {
  display: flex;
  width: 100%;
  height: 440px;
  border-radius: 30px;
  overflow: hidden;
}
.robotics .bottom .green_grow .l {
  width: 231px;
  height: 100%;
  background: url(/src/img/gripper_bottom_l.jpg) no-repeat center center/cover;
}
.robotics .bottom .green_grow .r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 969px;
  height: 100%;
  background: url(/src/img/gripper_bottom_r.jpg) no-repeat center center/cover;
}
.robotics .bottom .green_grow .r p {
  color: #fff;
}
.robotics .bottom .green_grow .r .t1 {
  font-size: 40px;
  font-weight: bold;
}
.robotics .bottom .green_grow .r .t2 {
  margin-top: 20px;
  font-size: 20px;
}

@media screen and (max-width: 1420px) {
  .robotics .bottom .img_lst_wrap .img img {
    display: block;
    width: 100%;
  }
  .robotics .bottom .img_lst_wrap ul {
    margin-right: -30px;
    margin-top: 10px;
  }
  .robotics .bottom .img_lst_wrap ul li {
    width: calc(50% - 30px);
    margin-top: 10px;
  }
  .robotics .bottom .img_lst_wrap ul li img {
    display: block;
    width: 100%;
  }
  .robotics .bottom .green_grow {
    display: block;
  }
  .robotics .bottom .green_grow .l {
    display: none;
  }
  .robotics .bottom .green_grow .r {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .robotics .bottom {
    padding: 75px 0px;
  }
  .robotics .bottom .img_lst_wrap {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .robotics .bottom .img_lst_wrap .img {
    border-radius: 15px;
  }
  .robotics .bottom .img_lst_wrap ul {
    margin-top: 0px;
    margin-right: 0px;
  }
  .robotics .bottom .img_lst_wrap ul li {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .robotics .bottom .img_lst_wrap ul li p {
    margin-top: 7px;
    font-size: 14px;
  }
  .robotics .bottom .green_grow {
    height: 250px;
    border-radius: 15px;
  }
  .robotics .bottom .green_grow .r .t1 {
    font-size: 26px;
  }
  .robotics .bottom .green_grow .r .t2 {
    margin-top: 10px;
    font-size: 16px;
  }
}
.inquiry .inp::placeholder {
  font-size: 16px;
  color: #999;
}
.inquiry .agree_wrap {
  margin-bottom: 50px;
}
.inquiry .agree_wrap .agree_box {
  height: 200px;
  padding: 20px;
  border: solid 1px #ddd;
  overflow-y: scroll;
  background-color: #fafafa;
}
.inquiry .agree_wrap .agree_box pre {
  font-size: 16px;
}
.inquiry .agree_wrap .agree_line {
  padding: 15px 0px;
  border-bottom: solid 1px #ddd;
}
.inquiry .inquire_wrap {
  margin-bottom: 50px;
  border-bottom: solid 1px #ddd;
}
.inquiry .inquire_wrap > p {
  border-bottom: solid 1px #333;
}
.inquiry .inquire_wrap .inp_wrap {
  margin-right: -20px;
  padding-top: 20px;
  font-size: 0px;
}
.inquiry .inquire_wrap .inp_wrap .inp_box {
  display: inline-block;
  width: 590px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 0px;
  border: solid 1px #ddd;
  font-size: 0px;
}
.inquiry .inquire_wrap .inp_wrap .inp_box.w100 {
  width: calc(100% - 20px);
}
.inquiry .inquire_wrap .inp_wrap .inp_box p {
  display: inline-block;
  width: 120px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
}
.inquiry .inquire_wrap .inp_wrap .inp_box p span {
  color: #B40012 !important;
}
.inquiry .inquire_wrap .inp_wrap .inp_box .inp {
  display: inline-block;
  width: calc(100% - 120px);
  height: 40px;
  border: none;
  background-color: #fff;
}
.inquiry .inquire_wrap .inp_wrap .inp_box .inp.dn {
  display: none;
}
.inquiry .inquire_wrap .inp_wrap .inp_box.h300 {
  width: calc(100% - 20px);
  height: 300px;
}
.inquiry .inquire_wrap .inp_wrap .inp_box.h300 textarea {
  width: 100%;
  height: 100%;
  padding: 20px;
  resize: none;
}
.inquiry .ok_btn {
  display: block;
  width: 280px;
  height: 60px;
  margin: 0px auto;
  background-color: #B40012 !important;
  color: #fff;
}

.inquiry .inquire_wrap.v_eng .inp_wrap .inp_box {
  display: block;
  width: 100%;
  margin-right: 0px;
}
.inquiry .inquire_wrap.v_eng .inp_wrap .inp_box p {
  width: 180px;
}
.inquiry .inquire_wrap.v_eng .inp_wrap .inp_box .inp{
  width: calc(100% - 180px);
}
.inquiry .inquire_wrap.v_eng .inp_wrap .inp_box.w100 {
  width: 100%;
}
.inquiry .inquire_wrap.v_eng .inp_wrap .inp_box.h300 {
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 1420px) {
  .inquiry .inquire_wrap .inp_wrap {
    margin-right: 0px;
  }
  .inquiry .inquire_wrap .inp_wrap .inp_box {
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .inquiry .inquire_wrap .inp_wrap .inp_box.w100 {
    width: 100%;
  }
  .inquiry .inquire_wrap .inp_wrap .inp_box.h300 {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 720px) {
  .inquiry .inp::placeholder {
    font-size: 12px;
  }
  .inquiry .agree_wrap {
    margin-bottom: 25px;
  }
  .inquiry .agree_wrap > p {
    margin-bottom: 10px;
  }
  .inquiry .agree_wrap .agree_box {
    padding: 10px;
  }
  .inquiry .agree_wrap .agree_box pre {
    font-size: 12px;
  }
  .inquiry .agree_wrap .agree_line {
    padding: 10px 0px;
  }
  .inquiry .agree_wrap .agree_line label {
    font-size: 12px;
  }
  .inquiry .agree_wrap .agree_line.v_eng label{
    font-size: 11px;
  }
  .inquiry .inquire_wrap {
    margin-bottom: 25px;
  }
  .inquiry .inquire_wrap > p {
    padding-bottom: 10px;
    font-size: 12px;
  }
  .inquiry .inquire_wrap .inp_wrap {
    padding-top: 10px;
  }
  .inquiry .inquire_wrap .inp_wrap .inp_box {
    padding: 20px 10px;
    margin-bottom: 10px;
  }
  .inquiry .inquire_wrap .inp_wrap .inp_box p {
    display: block;
    margin-bottom: 10px;
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .inquiry .inquire_wrap .inp_wrap .inp_box .inp {
    display: block;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-size: 12px;
  }
  .inquiry .inquire_wrap .inp_wrap .inp_box.h300 {
    height: 150px;
    padding: 10px;
  }
  .inquiry .inquire_wrap .inp_wrap .inp_box.h300 textarea {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  .inquiry .inquire_wrap.v_eng .inp_wrap .inp_box .inp{
    width: 100%;
  }
  .inquiry .ok_btn {
    width: 100%;
    height: 50px;
    border-radius: 5px 0px;
  }
}
#footer {
  width: 100%;
  padding: 100px 0px;
  margin-top: 150px;
  background-color: #061F44;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .f_cont {
  width: 1720px;
  margin: 0px auto;
}
#footer .l {
  width: calc(100% - 670px);
}
#footer .l .top {
  display: flex;
  align-items: center;
}
#footer .l .top .sns_lst {
  margin-left: 40px;
  font-size: 0;
}
#footer .l .top .sns_lst li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 15px;
  background-color: #051936;
}
#footer .l .top .sns_lst li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#footer .l .top .sns_lst li:last-child {
  margin-right: 0px;
}
#footer .l .top .f_btn_lst {
  margin-left: 40px;
  font-size: 0;
}
#footer .l .top .f_btn_lst li {
  display: inline-block;
  width: 180px;
  height: 50px;
  margin-right: 10px;
  border: solid 1px #ddd;
  font-size: 14px;
  font-family: "Montserrat";
  color: #fff;
}
#footer .l .top .f_btn_lst li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#footer .l .top .f_btn_lst li:last-child {
  margin-right: 0px;
}
#footer .l .info_box {
  margin-top: 60px;
}
#footer .l .info_box .line {
  display: block;
  margin-bottom: 20px;
}
#footer .l .info_box .line p {
  display: inline-block;
  margin-right: 40px;
  color: #fff;
}
#footer .l .info_box .line p span {
  margin-right: 20px;
  color: #6980A2;
}
#footer .l .info_box .line p:last-child {
  margin-right: 0px;
}
#footer .l .info_box .line:last-of-type {
  margin-bottom: 0px;
}
#footer .l .copyright {
  margin-top: 60px;
  font-family: "Montserrat";
  color: #6980A2;
}
#footer .r {
  width: 670px;
}
#footer .r input {
  color: #fff;
}
#footer .r textarea {
  color: #fff;
}
#footer .r .inq_top {
  margin-bottom: 20px;
}
#footer .r .inp_wrap {
  margin-bottom: 10px;
  font-size: 0px;
}
#footer .r .inp_wrap .inp {
  display: inline-block;
  height: 50px;
  margin-bottom: 10px;
  border: none;
  background-color: #0A2956;
}
#footer .r .inp_wrap .inp.mr10 {
  margin-right: 10px;
}
#footer .r .inp_wrap .inp.w1 {
  width: 100%;
}
#footer .r .inp_wrap .inp.w50p {
  width: calc(50% - 5px);
}
#footer .r .inp_wrap .inp.h150 {
  height: 150px;
}
#footer .r .inp_wrap .inp::placeholder {
  color: #6980A2;
}
#footer .r .inp_wrap input, #footer .r .inp_wrap textarea {
  border: none;
  background-color: transparent;
}
#footer .r .inp_wrap textarea {
  width: 100%;
  height: calc(100% - 36px);
  padding-left: 17px;
  resize: none;
}
#footer .r .inp_wrap .inp_box {
  font-size: 0;
}
#footer .r .inp_wrap .inp_box p {
  display: inline-block;
  width: 65px;
  padding-left: 15px;
  color: #fff;
  vertical-align: middle;
}
#footer .r .inp_wrap.v_jan .inp_box p {
  width: 75px;
}
#footer .r .inp_wrap.v_jan .inp_box input{
  width: calc(100% - 75px);
}
#footer .r .inp_wrap .inp_box p.db {
  display: block;
  width: 100%;
  padding-top: 15px;
}
#footer .r .inp_wrap .inp_box input {
  width: calc(100% - 65px);
  height: 100%;
  vertical-align: middle;
}
#footer .r .inp_wrap.v_eng .inp_box p{
  width: 85px;
}
#footer .r .inp_wrap.v_eng .inp_box input{
  width: calc(100% - 85px);
}
#footer .r .inq_bottom label {
  margin-top: 12px;
  line-height: 14px;
  vertical-align: middle;
}
#footer .r .inq_bottom .de_rdo.ss i, #footer .r .inq_bottom .de_cki.ss i, #footer .r .inq_bottom .de_cks.ss i {
  width: 25px;
  height: 25px;
  margin-top: -2px;
  vertical-align: middle;
}
#footer .r .inq_bottom .more_btn {
  display: inline-block;
  margin-top: 17px;
  margin-left: 5px;
  line-height: 10px;
  vertical-align: middle;
}
#footer .r .inq_bottom.v_eng .f_inquiry_btn{
  display: block;
  margin-top: 25px;
}

#footer .r .inq_bottom .f_inquiry_btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 1740px) {
  #footer .f_cont {
    width: 1400px;
  }
  #footer .f_cont .l .top {
    display: block;
  }
  #footer .f_cont .l .top .f_logo {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .f_cont .l .top .sns_lst {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .f_cont .l .top .f_btn_lst {
    margin-left: 0px;
    margin-top: 20px;
  }
  #footer .f_cont .r {
    width: 550px;
  }
  #footer .l {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1420px) {
  #footer .f_cont {
    width: 100%;
    padding: 0px 40px;
  }
  #footer .f_cont .l, #footer .f_cont .r {
    float: none;
    display: block;
    width: 100%;
  }
  #footer .f_cont .l {
    margin-top: 50px;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding: 50px 0px;
    margin-top: 75px;
  }
  #footer .f_cont {
    padding: 0px 20px;
  }
  #footer .l .top .f_logo {
    width: 100px;
  }
  #footer .l .top .sns_lst {
    margin-left: 20px;
  }
  #footer .l .top .f_btn_lst {
    margin-left: 20px;
    font-size: 0;
  }
  #footer .l .top .f_btn_lst li {
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-right: 0px;
    margin-bottom: 5px;
    border: solid 1px #ddd;
    font-size: 12px;
  }
  #footer .l .top .f_btn_lst li:last-child {
    margin-bottom: 0px;
  }
  #footer .l .info_box {
    margin-top: 30px;
  }
  #footer .l .info_box .line {
    margin-bottom: 0px;
  }
  #footer .l .info_box .line p {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  #footer .l .info_box .line p span {
    margin-right: 10px;
  }
  #footer .l .info_box .line p:last-child {
    margin-right: 0px;
  }
  #footer .l .copyright {
    margin-top: 30px;
  }
  #footer .r .inq_top {
    margin-bottom: 10px;
  }
  #footer .r .inp_wrap {
    margin-bottom: 10px;
    font-size: 0px;
  }
  #footer .r .inp_wrap .inp {
    display: inline-block;
    height: 40px;
    margin-bottom: 10px;
    border: none;
    background-color: #0A2956;
  }
  #footer .r .inp_wrap .inp.mr10 {
    margin-right: 0px;
  }
  #footer .r .inp_wrap .inp.w1 {
    width: 100%;
  }
  #footer .r .inp_wrap .inp.w50p {
    width: 100%;
  }
  #footer .r .inp_wrap .inp.h150 {
    height: 150px;
  }
  #footer .r .inp_wrap .inp::placeholder {
    color: #6980A2;
  }
  #footer .r .inp_wrap input, #footer .r .inp_wrap textarea {
    border: none;
    background-color: transparent;
  }
  #footer .r .inp_wrap textarea {
    width: 100%;
    height: calc(100% - 36px);
    padding-left: 17px;
    resize: none;
  }
  #footer .r .inp_wrap .inp_box {
    font-size: 0;
  }
  #footer .r .inp_wrap .inp_box p {
    display: inline-block;
    width: 65px;
    padding-left: 15px;
    color: #fff;
    vertical-align: middle;
  }
  #footer .r .inp_wrap .inp_box p.db {
    display: block;
    width: 100%;
    padding-top: 15px;
  }
  #footer .r .inp_wrap .inp_box input {
    width: calc(100% - 65px);
    height: 100%;
    vertical-align: middle;
  }
  #footer .r .inq_bottom label {
    float: none;
    margin-top: 0px;
    line-height: 14px;
  }
  #footer .r .inq_bottom.v_eng label{
    font-size: 11px;
  }
  #footer .r .inq_bottom .de_rdo.ss i, #footer .r .inq_bottom .de_cki.ss i, #footer .r .inq_bottom .de_cks.ss i {
    width: 25px;
    height: 25px;
    margin-top: -2px;
    vertical-align: middle;
  }
  #footer .r .inq_bottom .more_btn {
    display: inline-block;
    margin-top: -2px;
    margin-left: 5px;
    line-height: 10px;
    vertical-align: middle;
  }
  #footer .r .inq_bottom.v_eng .more_btn{
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  #footer .r .inq_bottom .f_inquiry_btn {
    float: none;
    display: block;
    width: 100px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  padding: 80px 20px 40px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.modal .modal_box .scroll {
  height: 450px;
  overflow-y: scroll;
}
.modal .modal_box .scroll::-webkit-scrollbar {
  width: 2px;
}
.modal .modal_box .scroll::-webkit-scrollbar-thumb {
  width: 2px;
  background: #000;
}
.modal .modal_box .scroll::-webkit-scrollbar-track {
  background: #eee;
}
.modal .modal_box .scroll pre {
  padding-bottom: 50px;
}
.modal .modal_box .modal_close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 30px;
  height: 30px;
  background: url(/src/img/i/modal_close.png) no-repeat center center;
}

@media screen and (max-width: 720px) {
  .modal .modal_box {
    left: 20px;
    width: calc(100% - 40px);
    padding: 40px 20px;
    transform: translateY(-50%);
  }
  .modal .modal_box .scroll {
    height: 300px;
  }
  .modal .modal_box .scroll pre {
    padding-bottom: 25px;
  }
  .modal .modal_box .modal_close {
    top: 10px;
    right: 10px;
  }
}

.terms_page{margin-top: 150px;}
@media screen and (max-width: 720px) {
  .terms_page{margin-top: 75px;}
}

.top_btn{z-index: 15; position: fixed; display: flex; justify-content: center; align-items: center; right: 30px; bottom: 30px; width: 50px; height: 50px; border-radius: 25px; background-color: #B40012; color: #fff; cursor: pointer;}

#map img{max-width: none;max-height: none;}

#footer .info_box{padding-right: 20px;}
#footer .info_box table tr th{width: 70px; padding-bottom: 15px; text-align: left; color: #6980A2; vertical-align: top;}
#footer .info_box table.v_jan tr th{width: 85px;}
#footer .info_box table.v_eng tr th{width: 70px;}
#footer .info_box table tr th.w120{width: 120px;}
#footer .info_box table tr th.w150{width: 150px;}

#footer .info_box table tr td{padding-bottom: 15px; color: #fff; vertical-align: top;}
#footer .info_box table tr td.w150{width: 150px;}
#footer .info_box table tr.pb0 th, #footer .info_box table tr.pb0 td{padding-bottom: 0;}

@media screen and (max-width: 1420px) {
  #footer .info_box{padding-right: 0px;}
  #footer .info_box table.thr_tb{width: 100%;}
  #footer .info_box table.two_tb{width: 100%;}

  br.dn1420{display: none;}
}

@media screen and (max-width: 991px) {
  #footer .info_box table tr td.w150{width: 120px;}
  #footer .info_box table.v_jan tr th{width: 100%; padding-bottom: 0px; margin-bottom: 5px;}
  #footer .info_box table.v_jan tr td{padding-bottom: 0px; margin-bottom: 10px;}
  #footer .info_box table.v_jan tr th,#footer .info_box table.v_jan tr td{display: block;}
}


@media screen and (max-width: 720px) {
  .mb150{margin-bottom: 75px;}
  #footer .info_box table tr th{width: 100%; padding-bottom: 0px; margin-bottom: 5px;}
  #footer .info_box table tr td{padding-bottom: 0px; margin-bottom: 10px;}
  #footer .info_box table tr th,#footer .info_box table tr td{display: block; font-size: 12px;}
}

/* @media screen and (max-width: 991px) {
  #footer .info_box table 
} */

/* .Title_module_header__1f69cee0{display: none !important;} */







.new1 .big_img {
  margin-top: 60px;
  border-radius: 30px;
  overflow: hidden;
}
.new1 .sub_tit2 {
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.new1 .img_lst {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.new1 .img_lst li {
  width: calc(33.3334% - 20px);
}
.new1 .img_lst li p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.new1 .img_lst li .img {
  border-radius: 30px;
  overflow: hidden;
}
.new1 .img_lst li.bdd .img {
  border: solid 1px #ddd;
}
.new1 .t_wrap {
  margin-top: 50px;
  padding: 60px 40px;
  border: solid 1px #ddd;
  border-radius: 30px;
}
.new1 .t_wrap .t1 {
  margin-bottom: 40px;
}
.new1 .t_wrap .t {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #061F44;
}
.new1 .t_wrap .t:last-child {
  margin-bottom: 0;
}
.new1 .t_wrap .t::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #061F44;
}
.new1 .t_wrap .t span {
  display: block;
  padding-left: 5px;
}

@media screen and (max-width: 1420px) {
  .new1 .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1240px) {
  .new1 .container {
    width: 100%;
    padding: 0px 40px;
  }
  .new1 .img_lst {
    flex-direction: column;
    align-items: center;
  }
  .new1 .img_lst li {
    width: 380px;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .new1 .container {
    padding: 0px 20px;
  }
  .new1 .container .big_img {
    margin-top: 30px;
    border-radius: 15px;
  }
  .new1 .container .sub_tit2 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 26px;
  }
  .new1 .container .img_lst {
    gap: 20px;
  }
  .new1 .container .img_lst li p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .new1 .container .img_lst li .img {
    border-radius: 15px;
  }
  .new1 .container .t_wrap {
    margin-top: 25px;
    padding: 30px 20px;
    border-radius: 15px;
  }
  .new1 .container .t_wrap .t1 {
    margin-bottom: 20px;
  }
  .new1 .container .t_wrap .t {
    margin-bottom: 10px;
    padding-left: 8px;
    font-size: 14px;
  }
  .new1 .container .t_wrap .t::before {
    top: 8px;
  }
  .new1 .container .t_wrap .t span {
    padding-left: 4px;
  }
}
.new2 .big_box {
  margin-top: 80px;
}
.new2 .big_box .tit {
  padding: 20px;
  border-radius: 30px 30px 0px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #061F44;
}
.new2 .big_box .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border: solid 1px #ddd;
}
.new2 .l_r_box {
  margin-bottom: 0;
}
.new2 .l_r_box .l .bottom, .new2 .l_r_box .r .bottom {
  border: solid 1px #ddd;
  border-radius: 30px;
}

@media screen and (max-width: 1420px) {
  .new2 .big_box .img_box .scr_box {
    overflow-y: visible;
    overflow-x: scroll;
  }
  .new2 .big_box .img_box img {
    max-width: none;
  }
}
@media screen and (max-width: 720px) {
  .new2 .big_box {
    margin-top: 40px;
  }
  .new2 .big_box .tit {
    padding: 15px 10px;
    border-radius: 15px 15px 0 0;
    font-size: 16px;
  }
  .new2 .big_box .img_box {
    padding: 20px 10px;
  }
  .new2 .big_box .img_box img {
    width: 700px;
  }
  .new2 .l_r_box .l .bottom, .new2 .l_r_box .r .bottom {
    border-radius: 15px;
  }
}
.new3 .img_lst {
  margin-top: 65px;
}
.new3 .img_lst ul {
  display: flex;
  gap: 30px;
}
.new3 .img_lst ul li {
  width: calc(33.3334% - 20px);
  box-shadow: 0px 0px 0px 1px inset #ddd;
  border-radius: 30px;
  overflow: hidden;
}
.new3 .img_lst ul li .tit {
  padding: 20px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #061F44;
}
.new3 .img_lst ul li .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}
.new3 .img_lst ul li .mid_t {
  padding: 20px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.new3 .img_lst ul li .t_box {
  padding: 30px;
}
.new3 .img_lst ul li .t_box .t {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 14px;
}
.new3 .img_lst ul li .t_box .t::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.new3 .img_lst ul li .t_box .t span {
  display: block;
  padding-left: 5px;
}
.new3 .bottom {
  padding-bottom: 0;
  background-color: transparent;
  padding-top: 0;
  margin-top: 80px;
}
.new3 .bottom .bottom_l_r .l, .new3 .bottom .bottom_l_r .r {
  box-shadow: 0px 0px 0px 1px #ddd;
}

@media screen and (max-width: 1420px) {
  .new3 .img_lst ul {
    flex-direction: column;
    align-items: center;
  }
  .new3 .img_lst ul li {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .new3 .img_lst {
    margin-top: 30px;
  }
  .new3 .img_lst ul {
    gap: 20px;
  }
  .new3 .img_lst ul li {
    border-radius: 20px;
  }
  .new3 .img_lst ul li .tit {
    padding: 15px 10px;
    font-size: 16px;
  }
  .new3 .img_lst ul li .img_box {
    padding: 20px 10px;
  }
  .new3 .img_lst ul li .mid_t {
    padding: 15px 10px;
    font-size: 14px;
  }
  .new3 .img_lst ul li .t_box {
    padding: 20px;
  }
  .new3 .img_lst ul li .t_box .t {
    margin-bottom: 10px;
    padding-left: 8px;
    font-size: 12px;
  }
  .new3 .img_lst ul li .t_box .t::before {
    top: 7px;
  }
  .new3 .img_lst ul li .t_box .t span {
    padding-left: 4px;
  }
  .new3 .bottom {
    margin-top: 40px;
  }
}


.esg_pg .top_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0px auto;
}
.esg_pg .top_bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg_pg .top_bg .container {
  position: relative;
  z-index: 2;
}
.esg_pg .bg_wrap {
  padding: 150px 0px;
  background: url(/src/img/esg_water.png) no-repeat right calc(100% - 480px);
  background-color: #f5f5f5;
}
.esg_pg .zig_wrap .item {
  margin-bottom: 120px;
}
.esg_pg .zig_wrap .item:last-child {
  margin-bottom: 0;
}
.esg_pg .zig_wrap .item .bg_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 36px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  background-color: #061F44;
  color: #fff;
}
.esg_pg .zig_wrap .item .tit {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.esg_pg .zig_wrap .item .df_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.esg_pg .zig_wrap .item .df_box .img {
  width: 834px;
  border-radius: 30px;
  overflow: hidden;
}
.esg_pg .zig_wrap .item .df_box .t_box {
  width: 290px;
}
.esg_pg .zig_wrap .item .df_box .t_box .t1 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.esg_pg .zig_wrap .item .df_box .t_box .lst {
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  font-size: 16px;
}
.esg_pg .zig_wrap .item .df_box .t_box .lst:last-child {
  margin-bottom: 0;
}
.esg_pg .zig_wrap .item .df_box .t_box .lst::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #333;
}
.esg_pg .zig_wrap .item:nth-child(even) .df_box {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1420px) {
  .esg_pg .bg_wrap {
    background-size: 209px 299px;
  }
  .esg_pg .zig_wrap .item .df_box {
    flex-direction: column !important;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
  }
  .esg_pg .zig_wrap .item .df_box .img {
    max-width: 100%;
  }
  .esg_pg .zig_wrap .item .df_box .t_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .esg_pg .top_bg {
    height: 380px;
  }
  .esg_pg .top_bg br {
    display: none;
  }
  .esg_pg .bg_wrap {
    padding: 75px 0px;
    background-position-y: calc(100% - 400px);
    background-size: 109px 155px;
  }
  .esg_pg .bg_wrap.mt150 {
    margin-top: 150px;
  }
  .esg_pg .zig_wrap .item {
    margin-bottom: 60px;
  }
  .esg_pg .zig_wrap .item .bg_tit {
    width: 85px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .esg_pg .zig_wrap .item .tit {
    font-size: 26px;
  }
  .esg_pg .zig_wrap .item .df_box {
    margin-top: 30px;
    gap: 25px;
  }
  .esg_pg .zig_wrap .item .df_box .img {
    border-radius: 10px;
  }
  .esg_pg .zig_wrap .item .df_box .t_box .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .esg_pg .zig_wrap .item .df_box .t_box .lst {
    padding-left: 8px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .esg_pg .zig_wrap .item .df_box .t_box .lst::before {
    top: 8px;
  }
}
.esg_pg1 .top_bg .container .t2 {
  margin: 25px 0px;
}

@media screen and (max-width: 720px) {
  .esg_pg1 .top_bg .container .t2 {
    margin: 15px 0px;
  }
}
.esg_pg2 .top_bg .container {
  text-align: center;
}
.esg_pg2 .top_bg .container .t2 {
  margin-bottom: 20px;
}
.esg_pg2 .bg_wrap {
  background-position-y: calc(100% - 1000px);
}
.esg_pg2 .zig_wrap .item .df_box {
  margin-top: 0;
}

@media screen and (max-width: 720px) {
  .esg_pg2 .top_bg .container .t2 {
    margin-bottom: 15px;
  }
  .esg_pg2 .bg_wrap {
    background-position-y: calc(100% - 700px);
  }
}
.esg_pg3 .pt_wrap {
  padding-top: 150px;
}

@media screen and (max-width: 991px) {
  .esg_pg3 .top_bg br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .esg_pg3 .pt_wrap {
    padding-top: 75px;
  }
}
.esg_pg4 .pt_wrap {
  padding-top: 150px;
}
/* .esg_pg4 .i_lst ul {
  display: flex;
  gap: 30px;
}
.esg_pg4 .i_lst ul li {
  position: relative;
  width: 380px;
}
.esg_pg4 .i_lst ul li .bg {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
}
.esg_pg4 .i_lst ul li .bg img {
  display: block;
  width: 100%;
}
.esg_pg4 .i_lst ul li .tit {
  position: relative;
  z-index: 2;
  margin: 27px 0px 100px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.esg_pg4 .i_lst ul li .box {
  position: relative;
  z-index: 2;
  text-align: center;
}
.esg_pg4 .i_lst ul li .box .t2 {
  margin-top: 40px;
  font-size: 20px;
  color: #000;
} */
.esg_pg4 .bg_wrap {
  background-image: none;
}
.esg_pg4 .img_lst {
  margin-top: 40px;
}
.esg_pg4 .img_lst ul {
  display: flex;
  gap: 30px;
}
.esg_pg4 .img_lst ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 60px) / 3);
  height: 523px;
  border-radius: 30px;
  overflow: hidden;
}
.esg_pg4 .img_lst ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg_pg4 .img_lst ul li .t_box {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 0px 20px;
  text-align: center;
}
.esg_pg4 .img_lst ul li .t_box .t1 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.esg_pg4 .img_lst ul li .t_box .t2 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #fff;
}
.esg_pg4 .img_lst ul li .t_box .t2:last-child {
  margin-bottom: 0;
}

/* @media screen and (max-width: 1420px) {
  .esg_pg4 .i_lst ul li {
    width: calc((100% - 60px) / 3);
  }
  .esg_pg4 .i_lst ul li .tit {
    margin-top: 7.5%;
    margin-bottom: 25%;
  }
} */
@media screen and (max-width: 1240px) {
  /* .esg_pg4 .i_lst ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  .esg_pg4 .i_lst ul li {
    width: 380px;
  } */
  .esg_pg4 .img_lst ul {
    flex-direction: column;
  }
  .esg_pg4 .img_lst ul li {
    width: 100%;
    height: auto;
    padding: 80px 0px;
  }
}
@media screen and (max-width: 720px) {
  .esg_pg4 .pt_wrap {
    padding-top: 75px;
  }
  .esg_pg4 .bg_wrap.mt150 {
    margin-top: 75px;
  }
  /* .esg_pg4 .i_lst ul {
    gap: 40px;
  }
  .esg_pg4 .i_lst ul li {
    width: 420px;
    max-width: 100%;
  }
  .esg_pg4 .i_lst ul li .tit {
    margin: 20px 0px 60px;
    font-size: 26px;
  }
  .esg_pg4 .i_lst ul li .box img {
    display: block;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .esg_pg4 .i_lst ul li .box .t2 {
    margin-top: 20px;
    font-size: 16px;
  } */
  .esg_pg4 .img_lst {
    margin-top: 25px;
  }
  .esg_pg4 .img_lst ul {
    gap: 20px;
  }
  .esg_pg4 .img_lst ul li {
    padding: 40px 0px;
    border-radius: 10px;
  }
  .esg_pg4 .img_lst ul li .t_box .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .esg_pg4 .img_lst ul li .t_box .t2 {
    margin-bottom: 8px;
    font-size: 14px;
  }
}


.esg_pg3 .esg3_bottom_top .t2 {
  margin: 25px 0px 10px;
  line-height: 125%;
}
.esg_pg3 .esg3_bottom_top .big_img {
  margin: 50px auto 40px;
  border-radius: 10px;
  overflow: hidden;
}
.esg_pg3 .esg3_bottom_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.esg_pg3 .esg3_bottom_bottom .t_box {
  width: 480px;
}
.esg_pg3 .esg3_bottom_bottom .t_box.jan_ver{width: 540px;}
.esg_pg3 .esg3_bottom_bottom .t_box .t2 {
  margin: 30px 0px 40px;
  line-height: 125%;
}
.esg_pg3 .esg3_bottom_bottom .img {
  width: 544px;
}

@media screen and (max-width: 1420px) {
  .esg_pg3 .esg3_bottom_top br {
    display: none;
  }
  .esg_pg3 .esg3_bottom_bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
  .esg_pg3 .esg3_bottom_bottom .t_box {
    width: 100%;
    text-align: center;
  }
  .esg_pg3 .esg3_bottom_bottom .t_box.jan_ver{width: 100%;}
  .esg_pg3 .esg3_bottom_bottom .img {
    margin: 0px auto;
  }
}
@media screen and (max-width: 720px) {
  .esg_pg3 .esg3_bottom_top .t2 {
    margin: 12px 0px 5px;
  }
  .esg_pg3 .esg3_bottom_top .big_img {
    margin: 30px auto 20px;
    border-radius: 5px;
  }
  .esg_pg3 .esg3_bottom_bottom {
    margin-top: 60px;
    gap: 30px;
  }
  .esg_pg3 .esg3_bottom_bottom .t_box .t2 {
    margin: 20px 0px;
  }
  .esg_pg3 .esg3_bottom_bottom .img {
    max-width: 100%;
  }
}
.esg_pg4 .esg4_tit {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.esg_pg4 .i_lst {
  margin-bottom: 100px;
}
.esg_pg4 .i_lst ul {
  display: flex;
  gap: 40px;
}
.esg_pg4 .i_lst ul li {
  width: calc(50% - 20px);
}
.esg_pg4 .i_lst ul li .box {
  padding: 40px 20px;
  border: solid 1px #eee;
  border-radius: 20px;
  text-align: center;
}
.esg_pg4 .i_lst ul li .box p {
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}
.esg_pg4 .i_lst ul li .box p span {
  font-weight: bold;
  color: #B40012 !important;
}
.esg_pg4 .big_box {
  margin-bottom: 100px;
}
.esg_pg4 .big_box .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.esg_pg4 .big_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg_pg4 .big_box .img p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px 20px;
  text-align: center;
}
.esg_pg4 .bg_lst ul {
  display: flex;
  gap: 30px;
}
.esg_pg4 .bg_lst ul li {
  width: calc((100% - 60px) / 3);
  padding: 40px;
  border-radius: 20px;
  background-color: #FAFAFA;
}
.esg_pg4 .bg_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  border-radius: 100px;
  background-color: #5C9155;
}
.esg_pg4 .bg_lst ul li .t1 {
  margin: 25px 0px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #061F44;
}
.esg_pg4 .bg_lst ul li .t_box {
  padding-top: 30px;
  border-top: solid 1px #ddd;
}
.esg_pg4 .bg_lst ul li .t_box .t {
  position: relative;
  padding-left: 13px;
  margin-bottom: 12px;
  font-size: 18px;
}
.esg_pg4 .bg_lst ul li .t_box .t:last-child {
  margin-bottom: 0;
}
.esg_pg4 .bg_lst ul li .t_box .t::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #333;
}

@media screen and (max-width: 1240px) {
  .esg_pg4 .i_lst ul {
    flex-direction: column;
  }
  .esg_pg4 .i_lst ul li {
    width: 100%;
  }
  .esg_pg4 .big_box .img {
    height: 400px;
  }
  .esg_pg4 .bg_lst ul {
    flex-wrap: wrap;
  }
  .esg_pg4 .bg_lst ul li {
    width: 100%;
  }
  .esg_pg4 .i_lst ul li .box p br{display: none;}
}
@media screen and (max-width: 720px) {
  .esg_pg4 .esg4_tit {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .esg_pg4 .i_lst {
    margin-bottom: 60px;
  }
  .esg_pg4 .i_lst ul {
    gap: 20px;
  }
  .esg_pg4 .i_lst ul li {
    width: 100%;
  }
  .esg_pg4 .i_lst ul li img {
    width: 45px;
  }
  .esg_pg4 .i_lst ul li .box {
    padding: 25px 20px;
    border-radius: 10px;
  }
  .esg_pg4 .i_lst ul li .box p {
    margin-top: 12px;
    font-size: 16px;
  }
  .esg_pg4 .big_box {
    margin-bottom: 60px;
  }
  .esg_pg4 .big_box .img {
    height: 200px;
    border-radius: 7px;
  }
  .esg_pg4 .bg_lst ul {
    gap: 20px;
  }
  .esg_pg4 .bg_lst ul li {
    padding: 25px 20px;
    border-radius: 10px;
  }
  .esg_pg4 .bg_lst ul li .img {
    width: 80px;
    height: 80px;
  }
  .esg_pg4 .bg_lst ul li .img img {
    width: 40px;
  }
  .esg_pg4 .bg_lst ul li .t1 {
    margin: 15px 0px;
    font-size: 20px;
  }
  .esg_pg4 .bg_lst ul li .t_box {
    padding-top: 15px;
  }
  .esg_pg4 .bg_lst ul li .t_box .t {
    padding-left: 10px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .esg_pg4 .bg_lst ul li .t_box .t::before {
    top: 9px;
  }
}

.word_b{word-break: break-all;}

/*# sourceMappingURL=r_layout.css.map */
