.c1 {
  color: #008E2B !important;
}

.c2 {
  color: #C80010 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

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%;
}

figure {
  margin: 0;
}

/* 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;
}

.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;
}

.tov2 {
  display: -webkit-box;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.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);
}

.ani.fade {
  opacity: 0;
  -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.fade.appear {
  opacity: 1;
}

.ani.ani2 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.ani.ani2 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

/*
* Splitting.js
* update : 231005
*/
.splitting {
  overflow: hidden;
}

[data-scroll=in].up .splitting .char {
  animation: slide-up-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

[data-scroll=out].up .splitting .char {
  transform: translateY(-3em);
  opacity: 0;
}

@keyframes slide-up-in {
  from {
    transform: translateY(1em);
    opacity: 0;
  }
}
[data-scroll=in].ls .splitting .char {
  animation: letter-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(60ms * var(--char-index));
}

[data-scroll=out].ls .splitting .char {
  transform: translateX(calc(0.2em * var(--char-index)));
}

@keyframes letter-in {
  from {
    transform: translateX(calc(0.2em * var(--char-index)));
    opacity: 0.4;
  }
}
/* map error */
.sys_map_error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
}
.sys_map_error .error_txt {
  color: #666;
}

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.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: 12px;
  }
  .fz18 {
    font-size: 12px;
  }
  .fz20 {
    font-size: 14px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 16px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 18px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 20px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 24px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz70 {
    font-size: 36px;
  }
  div, p, th, td {
    font-size: 14px;
  }
}
/* 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;
  margin-top: 70px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 34px;
  font-size: 14px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #C80010 !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 {
    margin-top: 35px;
  }
  .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: $deCompColor;color: #fff;}
.de_btn.fill:hover{background-color: $deCompColorHover;}
.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 $deCompColor;color: $deCompColor;}
.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: $deCompColor;}
.de_btn.ghost:focus{text-shadow: 1px 5px 5px rgba(0,0,0,0.15);}
*/
/*
// input text
.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 $deCompColor;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: rgb(27, 118, 255);
  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 rgb(27, 118, 255);
  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;
}

.sys_popup {
  position: absolute;
  z-index: 3000;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sys_popup .cont {
  height: 100%;
}
.sys_popup .cont .pop_tit {
  display: none;
}
.sys_popup .cont .top {
  height: calc(100% - 48px);
}
.sys_popup .cont .top img {
  width: 100%;
}
.sys_popup .cont .bottom {
  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: 3px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  margin-bottom: 3px;
  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;
}
*/
/* body {
  overflow: auto !important;
} */

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

@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
#header::after {
  display: none;
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 270px;
  border-top: solid 1px #eee;
  background: url(/src/img/hd_water.png) no-repeat bottom center/contain #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
#header .h_cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1820px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header .h_cont .logo {
  display: block;
  width: 206px;
  height: 30px;
  background: url(/src/img/logo_w.png) no-repeat center center/auto;
}
#header .h_cont nav {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 100%;
}
#header .h_cont nav > ul {
  height: 100%;
}
#header .h_cont nav > ul > li {
  width: 200px;
  height: 100%;
}
#header .h_cont nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#header .h_cont nav > ul > li .dep2 {
  display: none;
  height: 272px;
  padding-top: 40px;
}
#header .h_cont nav > ul > li .dep2 ul li {
  margin-bottom: 13px;
  text-align: center;
}
#header .h_cont nav > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header .h_cont nav > ul > li .dep2 ul li a {
  font-size: 16px;
  color: #444;
  text-underline-position: under;
}
#header .h_cont nav > ul > li .dep2 ul li a:hover {
  text-decoration: underline;
}
#header .h_cont .sitemap_btn {
  display: none;
  width: 24px;
  height: 24px;
  background: url(/src/img/i/sitemap_btn.png) no-repeat center center/cover;
}

#header.a {
  background-color: #fff;
  border-color: #eee;
}
#header.a::after {
  display: block;
}
#header.a .h_cont .logo {
  background-image: url(/src/img/logo_b.png);
}
#header.a .h_cont nav > ul > li > a {
  color: #000;
}
#header.a .h_cont nav > ul > li .dep2 {
  display: block;
}
#header.a .h_cont nav > ul > li:hover {
  background-color: #C80010 !important;
}
#header.a .h_cont nav > ul > li:hover > a {
  color: #fff;
}
#header.a .h_cont nav > ul > li:hover .dep2 {
  background-color: #C80010 !important;
}
#header.a .h_cont nav > ul > li:hover .dep2 ul li a {
  color: #fff;
}
#header.a .h_cont .sitemap_btn {
  filter: invert(100%);
}

#header.bg {
  background-color: #fff;
  border-color: #eee;
}
#header.bg .h_cont .logo {
  background-image: url(/src/img/logo_b.png);
}
#header.bg .h_cont nav > ul > li > a {
  color: #000;
}
#header.bg .h_cont .sitemap_btn {
  filter: invert(100%);
}

#header.sub_pg {
  background-color: #fff;
  border-color: #eee;
}
#header.sub_pg .h_cont .logo {
  background-image: url(/src/img/logo_b.png);
}
#header.sub_pg .h_cont nav > ul > li > a {
  color: #000;
}
#header.sub_pg .h_cont .sitemap_btn {
  filter: invert(100%);
}

@media screen and (max-width: 1840px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  #header .h_cont nav {
    display: none;
  }
  #header .h_cont .sitemap_btn {
    display: block;
  }
  #header.m_bg {
    background-color: #fff;
    border-color: #eee;
  }
  #header.m_bg .h_cont .logo {
    background-image: url(/src/img/logo_b.png);
  }
  #header.m_bg .h_cont nav > ul > li > a {
    color: #000;
  }
  #header.m_bg .h_cont .sitemap_btn {
    filter: invert(100%);
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 65px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    width: 165px;
    height: 24px;
    background-size: cover;
  }
  #header .h_cont .sitemap_btn {
    width: 20px;
    height: 20px;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 0;
  right: -85%;
  width: 85%;
  height: 100%;
  background-color: #fff;
  transition: right 0.5s;
}
.sitemap_wrap .sitemap.a {
  right: 0;
}
.sitemap_wrap .sitemap .top {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 90px;
  padding: 0px 40px;
}
.sitemap_wrap .sitemap .top .sitemap_close {
  width: 24px;
  height: 24px;
  background: url(/src/img/i/sitemap_close.png) no-repeat center center/cover;
}
.sitemap_wrap .sitemap .lst_wrap {
  overflow-y: auto;
  height: calc(100% - 90px);
}
.sitemap_wrap .sitemap .lst_wrap > ul > li {
  border-bottom: solid 1px #eee;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
  display: block;
  width: 100%;
  padding: 35px 40px;
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 15px;
  height: 15px;
  background: url(/src/img/i/m_menu_arrow.png) no-repeat center center/cover;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button.a {
  color: #C80010 !important;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button.a::after {
  transform: translateY(-50%) scaleY(-1);
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
  display: none;
  padding: 40px;
  border-top: solid 1px #eee;
  background-color: #F7F7F7;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 17px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
  display: inline-block;
  width: 100%;
  padding: 5px 0px;
  font-size: 16px;
  color: #004444;
}

@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 65px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .sitemap_close {
    width: 20px;
    height: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    height: calc(100% - 65px);
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
    padding: 20px;
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
    right: 20px;
    width: 12px;
    height: 12px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    padding: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 10px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1420px) {
  .sitemap_wrap {
    display: none !important;
  }
}
.sect_nav {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 95;
}
.sect_nav .s_nav {
  position: relative;
}
.sect_nav .s_nav .gnb_btn {
  z-index: 1;
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 30px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  opacity: 0.2;
}
.sect_nav .s_nav .gnb_btn:last-child {
  margin-bottom: 0;
}
.sect_nav .s_nav .gnb_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}
.sect_nav .s_nav .gnb_btn span {
  color: #fff;
}
.sect_nav .s_nav .gnb_btn.a {
  opacity: 1;
}
.sect_nav.sub_side_nav .s_nav {
  padding-left: 50px;
}
.sect_nav.sub_side_nav .s_nav .gnb_btn {
  width: 50px;
  height: 6px;
  margin-bottom: 25px;
  padding-left: 0;
  background-color: #fff;
  opacity: 0.2;
}
.sect_nav.sub_side_nav .s_nav .gnb_btn::before {
  display: none;
}
.sect_nav.sub_side_nav .s_nav .gnb_btn.a {
  opacity: 1;
}

.sect_nav.b .s_nav .gnb_btn {
  color: #ddd;
  opacity: 1;
}
.sect_nav.b .s_nav .gnb_btn::before {
  background-color: #ddd;
}
.sect_nav.b .s_nav .gnb_btn span {
  color: #ddd;
}
.sect_nav.b .s_nav .gnb_btn.a {
  color: #000;
}
.sect_nav.b .s_nav .gnb_btn.a::before {
  background-color: #000;
}
.sect_nav.b .s_nav .gnb_btn.a span {
  color: #000;
}
.sect_nav.b.sub_side_nav .s_nav .gnb_btn {
  background-color: #ddd;
}
.sect_nav.b.sub_side_nav .s_nav .gnb_btn.a {
  background-color: #000;
}

.sect_nav.n {
  display: none !important;
}

@media screen and (max-width: 1655px) {
  .sect_nav {
    display: none;
  }
}
.sect_wrap.index_wrap .sect1 {
  overflow: hidden;
}
.sect_wrap.index_wrap .sect1 .main_slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.sect_wrap.index_wrap .sect1 .main_slider::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 200px;
  width: 73px;
  height: 80px;
  background: url(/src/img/i/radius_tail.png) no-repeat center center/auto;
  transform: scale(-1, -1);
}
.sect_wrap.index_wrap .sect1 .main_slider::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 0 100px 0 0;
  background-color: #fff;
}
.sect_wrap.index_wrap .sect1 .main_slider .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sect_wrap.index_wrap .sect1 .main_slider .item a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 2s;
}
.sect_wrap.index_wrap .sect1 .main_slider .item a .t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1400px;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: 40px;
  opacity: 0;
  transition: opacity 1.2s 0.5s, margin-top 1.2s 0.5s;
}
.sect_wrap.index_wrap .sect1 .main_slider .item a .t_box .t1 {
  letter-spacing: 5px;
}
.sect_wrap.index_wrap .sect1 .main_slider .item a .t_box .t2 {
  margin-top: 20px;
  line-height: 125%;
}
.sect_wrap.index_wrap .sect1 .main_slider .item a .t_box .t3 {
  margin-top: 30px;
}
.sect_wrap.index_wrap .sect1 .main_slider .item.swiper-slide-active a img, .sect_wrap.index_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active a img {
  transform: scale(1);
}
.sect_wrap.index_wrap .sect1 .main_slider .item.swiper-slide-active a .t_box, .sect_wrap.index_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active a .t_box {
  opacity: 1;
  margin-top: -20px;
}
.sect_wrap.index_wrap .sect1 .main_slider .cir_box {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50px;
}
.sect_wrap.index_wrap .sect1 .main_slider .rect_wrap {
  position: relative;
  width: 100px;
  height: 100px;
}
.sect_wrap.index_wrap .sect1 .main_slider .rect_wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 3px #eee;
  border-radius: 100px;
  box-sizing: border-box;
}
.sect_wrap.index_wrap .sect1 .main_slider .rect_wrap .pause_btn {
  margin-left: -1px;
  margin-top: -1px;
  transition: width 0.2s, height 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url(/src/img/i/pause_btn.png) no-repeat center center/auto #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.sect_wrap.index_wrap .sect1 .main_slider .rect_wrap .pause_btn.start_btn {
  background-image: url(/src/img/i/start_btn.png);
}
.sect_wrap.index_wrap .sect1 .main_slider .rect_wrap .pause_btn:hover {
  width: 70px;
  height: 70px;
}
.sect_wrap.index_wrap .sect1 .main_slider svg {
  transform: rotate(-90deg);
}
.sect_wrap.index_wrap .sect1 .main_slider svg.m_ver {
  display: none;
}
.sect_wrap.index_wrap .sect1 .main_slider .circle-origin {
  transform: translate(2px, 2px);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: transparent;
  stroke: #008E2B !important;
  stroke-width: 3px;
  stroke-dasharray: 305px;
  stroke-dashoffset: 305px;
  animation: progress 5s;
  -webkit-animation: progress 5s;
}
.sect_wrap.index_wrap .sect1 .main_slider .circle-origin.stop {
  animation: none;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 305px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.sect_wrap.index_wrap .sect1 .main_slider .current_t {
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.sect_wrap.index_wrap .sect1 .main_slider .control_box {
  width: 200px;
  height: 3px;
  position: relative;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.sect_wrap.index_wrap .sect1 .main_slider .control_box .ani_bar {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.sect_wrap.index_wrap .sect1 .main_slider .pagi_box {
  position: absolute;
  z-index: 2;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: 1400px;
}
.sect_wrap.index_wrap .sect1 .main_slider .pagi_box .main_pagi {
  position: static;
  width: 100px;
  text-align: center;
  font-size: 18px;
}
.sect_wrap.index_wrap .sect1 .main_slider .pagi_box .main_pagi span {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.sect_wrap.index_wrap .sect1 .main_slider .pagi_box .main_pagi .mid_bar {
  color: #999;
}
.sect_wrap.index_wrap .sect1 .main_slider .pagi_box .main_pagi .swiper-pagination-total {
  color: #999;
}
.sect_wrap.index_wrap .sect1 .main_slider .pagi_box .arrow_btn_box {
  font-size: 10px;
}
.sect_wrap.index_wrap .sect1 .main_slider .pagi_box .arrow_btn_box .arrow_btn {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/r_w.png) no-repeat center center/cover;
}
.sect_wrap.index_wrap .sect1 .main_slider .pagi_box .arrow_btn_box .arrow_btn.prev {
  transform: scaleX(-1);
}

@media screen and (max-width: 1860px) {
  .sect_wrap.index_wrap .sect1 .main_slider .pagi_box {
    width: 100%;
    padding: 0px 40px 0px 250px;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap.index_wrap .sect1 {
    height: 1280px !important;
  }
  .sect_wrap.index_wrap .sect1 .main_slider::before {
    left: 140px;
    width: 60px;
    height: 65px;
    background-size: contain;
  }
  .sect_wrap.index_wrap .sect1 .main_slider::after {
    width: 140px;
    height: 140px;
    border-radius: 0 60px 0 0;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .item a .t_box {
    width: 100%;
    padding: 0px 40px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .item.swiper-slide-active a .t_box, .sect_wrap.index_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active a .t_box {
    margin-top: -60px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .cir_box {
    bottom: 20px;
    left: 20px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .rect_wrap .pause_btn {
    width: 60px;
    height: 60px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .rect_wrap .pause_btn:hover {
    width: 60px;
    height: 60px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .pagi_box {
    bottom: 440px;
    width: 100%;
    padding: 0px 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap.index_wrap .sect1 {
    height: 569px !important;
  }
  .sect_wrap.index_wrap .sect1 .main_slider::before {
    content: "";
    left: 78px;
    width: 24px;
    height: 22px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider::after {
    width: 80px;
    height: 80px;
    border-radius: 0 30px 0 0;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .item a .t_box {
    margin-top: 0;
    padding: 0px 20px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .item a .t_box .t2 {
    margin-top: 15px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .item a .t_box .t3 {
    margin-top: 15px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .item a .t_box .t3 br {
    display: none;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .item.swiper-slide-active a .t_box, .sect_wrap.index_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active a .t_box {
    margin-top: -60px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .cir_box {
    bottom: 10px;
    left: 10px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .rect_wrap {
    width: 60px;
    height: 60px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .rect_wrap .pause_btn {
    width: 38px;
    height: 38px;
    background-size: 12px 12px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .rect_wrap .pause_btn:hover {
    width: 38px;
    height: 38px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider svg.m_ver {
    display: block;
  }
  .sect_wrap.index_wrap .sect1 .main_slider svg.pc_ver {
    display: none;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .circle-origin {
    transform: translate(2px, 2px);
    z-index: 2;
    stroke-dasharray: 178px;
    stroke-dashoffset: 178px;
  }
  @keyframes progress {
    0% {
      stroke-dashoffset: 178px;
    }
    100% {
      stroke-dashoffset: 0px;
    }
  }
  .sect_wrap.index_wrap .sect1 .main_slider .current_t {
    width: 27px;
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .control_box {
    width: 100px;
    margin-top: -1px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .pagi_box {
    bottom: 160px;
    padding: 0px 20px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .pagi_box .main_pagi {
    width: 60px;
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .pagi_box .main_pagi span {
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect1 .main_slider .pagi_box .arrow_btn_box {
    display: none;
  }
}
.sect_wrap.index_wrap .sect {
  overflow: hidden;
}
.sect_wrap.index_wrap .main_t1 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #008E2B !important;
}
.sect_wrap.index_wrap .main_t2 {
  margin-top: 20px;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 125%;
}
.sect_wrap.index_wrap .main_t2.cf {
  color: #fff;
}
.sect_wrap.index_wrap .main_t3 {
  margin-top: 30px;
  font-size: 18px;
}
.sect_wrap.index_wrap .more_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 180px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.sect_wrap.index_wrap .more_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  border-radius: 60px;
  background-color: #eee;
  transition: all 0.5s;
}
.sect_wrap.index_wrap .more_btn span, .sect_wrap.index_wrap .more_btn img {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.sect_wrap.index_wrap .more_btn:hover::after {
  width: 100%;
  background-color: #C80010 !important;
}
.sect_wrap.index_wrap .more_btn:hover span, .sect_wrap.index_wrap .more_btn:hover img {
  filter: invert(100%);
}

@media screen and (max-width: 720px) {
  .sect_wrap.index_wrap .main_t1 {
    font-size: 12px;
  }
  .sect_wrap.index_wrap .main_t2 {
    margin-top: 15px;
    font-size: 30px;
    line-height: 140%;
  }
  .sect_wrap.index_wrap .main_t3 {
    margin-top: 20px;
    font-size: 12px;
  }
  .sect_wrap.index_wrap .more_btn {
    width: 135px;
    height: 50px;
    font-size: 12px;
  }
  .sect_wrap.index_wrap .more_btn::after {
    width: 50px;
  }
  .sect_wrap.index_wrap .more_btn img {
    width: 12px;
  }
}
.sect_wrap.index_wrap .sect2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  background: url(/src/img/sect2_bg.png) no-repeat left bottom/auto;
}
.sect_wrap.index_wrap .sect2 .df_box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.sect_wrap.index_wrap .sect2 .df_box .l_box .more_btn {
  margin-top: 80px;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box {
  width: 700px;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li {
  border-top: solid 1px #eee;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li:first-child {
  border-top: none;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li:first-child a {
  padding-top: 0;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li:last-child a {
  padding-bottom: 0;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a {
  display: flex;
  align-items: start;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .img {
  width: 150px;
  border: solid 1px #eee;
  border-radius: 10px;
  overflow: hidden;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .img img {
  transition: transform 1s;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box {
  width: calc(100% - 190px);
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box .date {
  font-size: 14px;
  color: #999;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box .tit {
  margin: 8px 0px 12px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box .t2 {
  font-size: 16px;
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a:hover .img img {
  transform: scale(1.15);
}
.sect_wrap.index_wrap .sect2 .df_box .r_box ul li a:hover .t_box .tit {
  color: #008E2B !important;
}

@media screen and (max-width: 1655px) {
  .sect_wrap.index_wrap .sect2 {
    padding: 120px 0px;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap.index_wrap .sect2 {
    background: none;
  }
  .sect_wrap.index_wrap .sect2 .df_box {
    flex-direction: column;
    gap: 80px;
  }
  .sect_wrap.index_wrap .sect2 .df_box .l_box {
    width: 100%;
    text-align: center;
  }
  .sect_wrap.index_wrap .sect2 .df_box .l_box .more_btn {
    margin: 40px auto 0;
  }
  .sect_wrap.index_wrap .sect2 .df_box .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap.index_wrap .sect2 {
    padding: 40px 0px;
  }
  .sect_wrap.index_wrap .sect2 .df_box {
    gap: 40px;
  }
  .sect_wrap.index_wrap .sect2 .df_box .l_box .more_btn {
    margin-top: 20px;
  }
  .sect_wrap.index_wrap .sect2 .df_box .r_box ul li a {
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .img {
    width: 90px;
    border-radius: 5px;
  }
  .sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box {
    width: calc(100% - 110px);
  }
  .sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box p {
    line-height: 130%;
  }
  .sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box .date {
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box .tit {
    margin: 5px 0px 10px;
    font-size: 16px;
  }
  .sect_wrap.index_wrap .sect2 .df_box .r_box ul li a .t_box .t2 {
    font-size: 12px;
  }
}
.sect_wrap.index_wrap .sect3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.sect_wrap.index_wrap .sect3 .l_box {
  width: 516px;
}
.sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs {
  margin-top: 60px;
}
.sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item {
  min-height: 64px;
  padding: 18px 0px;
  border-bottom: solid 1px #ddd;
  cursor: pointer;
}
.sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item p {
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item.swiper-slide-thumb-active {
  border-color: #000;
}
.sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item.swiper-slide-thumb-active p {
  color: #000;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap {
  position: absolute;
  top: 90px;
  right: 0;
  width: 960px;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box {
  position: relative;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .img {
  display: block;
  border-radius: 0 0 0 300px;
  overflow: hidden;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  border-radius: 0 0 0 300px;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 180px;
  height: 180px;
  padding: 20px;
  border-radius: 200px;
  border: solid 1px #C80010 !important;
  text-align: center;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background-color: #C80010 !important;
  transition: width 0.3s, height 0.3s;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn img, .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn p {
  position: relative;
  z-index: 1;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn:hover::before {
  width: 180px;
  height: 180px;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box {
  margin-top: 30px;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box .tit {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box .tit::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  vertical-align: middle;
  background: url(/src/img/i/main_more.png) no-repeat center center/cover;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box .tit img {
  vertical-align: middle;
  margin-left: 20px;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box:hover .tit::after {
  background-image: url(/src/img/i/main_more_c.png);
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box .t2 {
  margin-top: 15px;
  font-size: 18px;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .current_t {
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .control_box {
  width: 200px;
  height: 3px;
  position: relative;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .control_box .ani_bar {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box {
  position: absolute;
  z-index: 2;
  top: 560px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .pagi {
  position: static;
  width: 100px;
  text-align: center;
  font-size: 18px;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .pagi span {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .pagi .mid_bar {
  color: #999;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .pagi .swiper-pagination-total {
  color: #999;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .arrow_btn_box {
  font-size: 10px;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .arrow_btn_box .arrow_btn {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/r_w.png) no-repeat center center/cover;
}
.sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .arrow_btn_box .arrow_btn.prev {
  transform: scaleX(-1);
}

@media screen and (max-width: 1655px) {
  .sect_wrap.index_wrap .sect3 {
    padding: 120px 0px;
  }
  .sect_wrap.index_wrap .sect3 .l_box {
    width: 400px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap {
    top: 0;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap.index_wrap .sect3 {
    flex-direction: column;
  }
  .sect_wrap.index_wrap .sect3 .l_box {
    width: 100%;
    text-align: center;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs {
    position: relative;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background-color: #eee;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item {
    border-bottom: none;
    text-align: center;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item.swiper-slide-thumb-active {
    position: relative;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item.swiper-slide-thumb-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background-color: #000;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .img {
    height: 465px;
    overflow: hidden;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .img::after {
    height: 100%;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .img > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn {
    left: 40px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box {
    padding: 0px 40px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box {
    top: 400px;
    left: auto;
    right: 40px;
    padding-left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap.index_wrap .sect3 {
    padding: 20px 0px 60px;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs::after {
    height: 3px;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item {
    min-height: 44px;
    padding: 13px 0px;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item p {
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect3 .l_box .sect3_thumbs .item.swiper-slide-thumb-active::after {
    height: 3px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .img {
    height: 207px;
    border-radius: 0 0 0 100px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .img::after {
    border-radius: 0 0 0 100px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn {
    left: 10px;
    bottom: -10px;
    gap: 10px;
    width: 100px;
    height: 100px;
    padding: 15px;
    border: none !important;
    background-color: #C80010 !important;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn::before {
    display: none;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn img, .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn p {
    position: relative;
    z-index: 1;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn img {
    width: 24px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .img_box .down_btn p {
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box {
    margin-top: 30px;
    padding: 0px 20px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box .tit {
    font-size: 20px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box .tit::after {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box .tit img {
    display: inline-block;
    width: 12px;
    margin-left: 10px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .sect3_sw .item .t_box .t2 {
    margin-top: 15px;
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .current_t {
    width: 25px;
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .control_box {
    width: 100px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box {
    top: 175px;
    right: 20px;
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .pagi {
    width: 50px;
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .pagi span {
    font-size: 12px;
  }
  .sect_wrap.index_wrap .sect3 .sect3_sw_wrap .pagi_box .arrow_btn_box {
    display: none;
  }
}
.sect_wrap.index_wrap .sect4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sect_wrap.index_wrap .sect4 .main_t1, .sect_wrap.index_wrap .sect4 .main_t2 {
  position: relative;
  z-index: 4;
}
.sect_wrap.index_wrap .sect4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.sect_wrap.index_wrap .sect4::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  width: 1106px;
  height: 604px;
  background: url(/src/img/sect4_water.png) no-repeat center center/auto;
}
.sect_wrap.index_wrap .sect4 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/src/img/sect4_bg0.jpg) no-repeat center center/cover;
  transition: background-image 0.2s;
}
.sect_wrap.index_wrap .sect4 .bg.bg_img1 {
  background-image: url(/src/img/sect4_bg1.jpg);
}
.sect_wrap.index_wrap .sect4 .bg.bg_img2 {
  background-image: url(/src/img/sect4_bg2.jpg);
}
.sect_wrap.index_wrap .sect4 .bg.bg_img3 {
  background-image: url(/src/img/sect4_bg3.jpg);
}
.sect_wrap.index_wrap .sect4 .bg.bg_img4 {
  background-image: url(/src/img/sect4_bg4.jpg);
}
.sect_wrap.index_wrap .sect4 .m_bg {
  display: none;
}
.sect_wrap.index_wrap .sect4 .container {
  position: relative;
  height: 100%;
  padding-top: 200px;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap {
  position: absolute;
  z-index: 3;
  top: 90px;
  left: 0;
  height: calc(100% - 90px);
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul {
  display: flex;
  height: 100%;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li {
  width: 25%;
  height: 100%;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 150px 33px 0;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.5s;
  background: #C80010;
  background: linear-gradient(180deg, rgba(200, 0, 16, 0) 0%, rgba(200, 0, 16, 0.8) 100%);
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a p {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .num {
  font-size: 20px;
  font-weight: bold;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .tit {
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .tit::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 30px auto;
  background-color: #fff;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .t2 {
  font-size: 16px;
  color: #eee;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .plus {
  position: relative;
  width: 60px;
  height: 60px;
  margin-top: 80px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.5s;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: url(/src/img/i/plus_c2.png) no-repeat center center/auto #fff;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a.act::after {
  height: 100%;
}
.sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a.act .plus {
  opacity: 1;
}

@media screen and (max-width: 1655px) {
  .sect_wrap.index_wrap .sect4 {
    height: 900px !important;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap.index_wrap .sect4 {
    height: auto !important;
    padding-top: 120px;
  }
  .sect_wrap.index_wrap .sect4::after {
    display: none;
  }
  .sect_wrap.index_wrap .sect4 .bg {
    display: none;
  }
  .sect_wrap.index_wrap .sect4 .m_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 330px;
    background: url(/src/img/sect4_bg0.jpg) no-repeat center center/cover;
  }
  .sect_wrap.index_wrap .sect4 .container {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .sect_wrap.index_wrap .sect4 .container .main_t1, .sect_wrap.index_wrap .sect4 .container .main_t2 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    margin-top: 80px;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul {
    flex-direction: column;
    height: auto;
    border: none;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li {
    position: relative;
    width: 100%;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li:nth-child(1) {
    background-image: url(/src/img/sect4_bg1.jpg);
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li:nth-child(2) {
    background-image: url(/src/img/sect4_bg2.jpg);
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li:nth-child(3) {
    background-image: url(/src/img/sect4_bg3.jpg);
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li:nth-child(4) {
    background-image: url(/src/img/sect4_bg4.jpg);
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a {
    position: relative;
    z-index: 2;
    padding: 100px 40px;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a::after {
    display: none;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .plus {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap.index_wrap .sect4 {
    padding-top: 60px;
  }
  .sect_wrap.index_wrap .sect4 .m_bg {
    height: 180px;
  }
  .sect_wrap.index_wrap .sect4 .container .main_t1, .sect_wrap.index_wrap .sect4 .container .main_t2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap {
    margin-top: 40px;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a {
    padding: 50px 20px;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .num {
    font-size: 14px;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .tit {
    margin-top: 5px;
    font-size: 18px;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .tit::after {
    width: 25px;
    height: 2px;
    margin: 15px auto;
  }
  .sect_wrap.index_wrap .sect4 .container .lst_wrap ul li a .t2 {
    font-size: 12px;
  }
}
.sect_wrap.index_wrap .sect5 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  background: url(/src/img/sect5_water.png) no-repeat calc(100% - 50px) 210px;
}
.sect_wrap.index_wrap .sect5::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 90px;
  left: 0;
  width: 65%;
  height: calc(100% - 90px);
  border-radius: 0px 300px 0 0;
  background-color: #FAFAFA;
}
.sect_wrap.index_wrap .sect5::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 90px;
  left: 0;
  width: calc((100% - 1400px) / 2);
  height: calc(100% - 90px);
  background-color: #fafafa;
}
.sect_wrap.index_wrap .sect5 .top_t_box {
  position: relative;
  z-index: 2;
}
.sect_wrap.index_wrap .sect5 .top_t_box .main_t2 {
  margin-top: 0;
}
.sect_wrap.index_wrap .sect5 .top_t_box .btn_box {
  display: flex;
  margin-top: 40px;
}
.sect_wrap.index_wrap .sect5 .top_t_box .btn_box .arrow_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
.sect_wrap.index_wrap .sect5 .top_t_box .btn_box .arrow_box .arrow_btn {
  width: 60px;
  height: 60px;
  border: solid 3px #eee;
  border-radius: 50px;
  background: url(/src/img/i/right_arrow_b.png) no-repeat center center/auto #fff;
}
.sect_wrap.index_wrap .sect5 .top_t_box .btn_box .arrow_box .arrow_btn:hover {
  border-color: #C80010 !important;
  background: url(/src/img/i/right_arrow_w.png) no-repeat center center/auto #C80010 !important;
}
.sect_wrap.index_wrap .sect5 .top_t_box .btn_box .arrow_box .prev {
  transform: scaleX(-1);
}
.sect_wrap.index_wrap .sect5 .container {
  display: flex;
  justify-content: space-between;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw {
  width: 640px;
  height: 640px;
  /* margin-right: -320px; */
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .swiper-wrapper {
  align-items: end;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: width 0.5s, height 0.5s;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item img{transition: transform 1s;}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item:hover img{transform: scale(1.1);}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item:not(.swiper-slide-active) {
  width: 340px;
  height: 340px;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item:not(.swiper-slide-active) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item:not(.swiper-slide-active) a .t_box .t1 {
  font-size: 20px;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item:not(.swiper-slide-active) a .t_box .t2 {
  display: none;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item.swiper-slide-active a:hover::after, .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item.swiper-slide-duplicate-active a:hover::after {
  opacity: 0;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item.swiper-slide-active a:hover::before, .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item.swiper-slide-duplicate-active a:hover::before {
  height: 100%;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item.swiper-slide-active a:hover .t_box, .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item.swiper-slide-duplicate-active a:hover .t_box {
  padding-bottom: 140px;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item.swiper-slide-active a:hover .t_box .plus, .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item.swiper-slide-duplicate-active a:hover .t_box .plus {
  opacity: 1;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  transition: opacity 0.5s;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(200, 0, 16, 0);
  background: linear-gradient(180deg, rgba(200, 0, 16, 0) 0%, rgba(200, 0, 16, 0.8) 100%);
  transition: height 0.5s;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 40px 40px;
  text-align: center;
  transition: padding-bottom 0.5s;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box p {
  color: #fff;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box .t2 {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box .plus {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  margin-top: 80px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 0.5s;
}
.sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  background: url(/src/img/i/plus_c2.png) no-repeat center center/auto #fff;
}

@media screen and (max-width: 1655px) {
  .sect_wrap.index_wrap .sect5 {
    padding: 120px 0px;
    background: none;
  }
  .sect_wrap.index_wrap .sect5::after {
    display: none;
  }
  .sect_wrap.index_wrap .sect5::before {
    display: none;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap.index_wrap .sect5 .top_t_box {
    position: static;
    text-align: center;
  }
  .sect_wrap.index_wrap .sect5 .top_t_box .main_t2 {
    margin-top: 0;
  }
  .sect_wrap.index_wrap .sect5 .top_t_box .btn_box {
    justify-content: center;
  }
  .sect_wrap.index_wrap .sect5 .container {
    display: block;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap {
    margin-top: 40px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw {
    width: 560px;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap.index_wrap .sect5 {
    padding: 60px 0px;
  }
  .sect_wrap.index_wrap .sect5 .top_t_box .btn_box {
    margin-top: 20px;
  }
  .sect_wrap.index_wrap .sect5 .top_t_box .btn_box .arrow_box {
    gap: 5px;
    margin-left: 10px;
  }
  .sect_wrap.index_wrap .sect5 .top_t_box .btn_box .arrow_box .arrow_btn {
    width: 50px;
    height: 50px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap {
    margin-top: 20px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw {
    width: 240px;
    height: 240px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item {
    border-radius: 10px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item:not(.swiper-slide-active) {
    width: 160px;
    height: 160px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item:not(.swiper-slide-active) a .t_box .t1 {
    font-size: 14px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box {
    padding: 0px 20px 20px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box .t1 {
    font-size: 18px;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box .t2 {
    margin-top: 15px;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sect_wrap.index_wrap .sect5 .container .sect5_sw_wrap .sect5_sw .item a .t_box .t2 br {
    display: none;
  }
}
.s_top {
  padding-top: 200px;
  border-bottom: solid 1px #ddd;
}
.s_top .s_top_nav {
  display: flex;
  align-items: center;
}
.s_top .s_top_nav a, .s_top .s_top_nav p {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.s_top .s_top_nav a::after, .s_top .s_top_nav p::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -1px 30px 0px;
  vertical-align: middle;
  background: url(/src/img/i/s_top_arrow.png) no-repeat center center/auto;
}
.s_top .s_top_nav a:last-child::after, .s_top .s_top_nav p:last-child::after {
  display: none;
}
.s_top .sub_tit {
  margin-top: 40px;
  line-height: 72px;
}
.s_top .nav_btn {
  margin-top: 60px;
}
.s_top .nav_btn ul {
  display: flex;
  gap: 50px;
}
.s_top .nav_btn ul li a {
  display: block;
  position: relative;
  padding-bottom: 30px;
  font-size: 18px;
  text-align: center;
  color: #999;
}
.s_top .nav_btn ul li.a a {
  font-weight: bold;
  color: #008E2B !important;
}
.s_top .nav_btn ul li.a a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #008E2B !important;
}
.s_top .nav_btn select {
  display: none;
  width: 100%;
  height: 60px;
  padding-left: 0;
  padding-right: 30px;
  border: none;
  border-bottom: solid 4px #000;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: url(/src/img/i/m_menu_arrow.png) no-repeat right center/auto;
}

@media screen and (max-width: 1420px) {
  .s_top {
    margin-bottom: 40px;
    border-bottom: none;
  }
  .s_top .nav_btn ul {
    display: none;
  }
  .s_top .nav_btn select {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  .s_top {
    padding-top: 120px;
    margin-bottom: 20px;
  }
  .s_top .s_top_nav {
    display: none;
  }
  .s_top .sub_tit {
    margin-top: 0;
    line-height: 36px;
  }
  .s_top .nav_btn {
    margin-top: 30px;
  }
  .s_top .nav_btn select {
    height: 50px;
    padding-right: 25px;
    border-width: 3px;
    font-size: 14px;
    background-size: 12px 12px;
  }
}
.sub_sect_wrap {
  overflow-x: hidden;
}
.sub_sect_wrap .sect2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/src/img/company1_1.jpg) no-repeat center center/cover;
}
.sub_sect_wrap .sect2 .scroll_down {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.sub_sect_wrap .sect2 .scroll_down p {
  margin-bottom: 10px;
  color: #fff;
}
.sub_sect_wrap .sect2 .scroll_down .bar {
  position: relative;
  width: 1px;
  height: 85px;
  background-color: rgba(255, 255, 255, 0.2);
}
.sub_sect_wrap .sect2 .scroll_down .bar .dot {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: #fff;
  animation: dotMoving 2.3s infinite ease-out;
  -webkit-animation: dotMoving 2.3s infinite ease-out;
}

@media screen and (max-width: 1655px) {
  .sub_sect_wrap .sect2 {
    height: 100vh !important;
  }
  .sub_sect_wrap .sect2 .scroll_down {
    display: none;
  }
}
@media screen and (max-width: 1240px) {
  .sub_sect_wrap .sect2 br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sub_sect_wrap .sect2 {
    height: auto !important;
    padding: 100px 0px;
  }
  .sub_sect_wrap .sect2 .mb60 {
    margin-bottom: 30px;
  }
}
@keyframes dotMoving {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes dotMoving {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
.sub_sect_wrap .sect3 {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 2160px;
}
.sub_sect_wrap .sect3 .l_wrap, .sub_sect_wrap .sect3 .r_wrap {
  width: 50%;
  height: 100%;
}
.sub_sect_wrap .sect3 .l_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_sect_wrap .sect3 .l_wrap .t_box {
  width: 620px;
}
.sub_sect_wrap .sect3 .l_wrap .t_box .t1 {
  line-height: 125%;
}
.sub_sect_wrap .sect3 .l_wrap .t_box .t2 {
  margin-top: 40px;
  font-size: 18px;
  color: #666;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw {
  position: relative;
  height: 100%;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item {
  display: flex;
  align-items: center;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item .t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  text-align: center;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item .t_box .num {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item .t_box .tit {
  margin-top: 30px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .box_wrap {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 5;
  width: 100%;
  transform: translateX(-50%);
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .control_box {
  width: 200px;
  height: 3px;
  margin: 0px 20px;
  background-color: rgba(255, 255, 255, 0.2);
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .swiper-pagination {
  position: static;
  width: auto;
  text-align: left;
  font-size: 0px;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .swiper-pagination span {
  display: block;
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .swiper-pagination .swiper-pagination-current {
  left: 0px;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .swiper-pagination .swiper-pagination-total {
  opacity: 0.3;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .swiper-pagination-total {
  display: block;
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  opacity: 0.3;
  text-align: center;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .prev, .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .next {
  position: static;
  width: 14px;
  height: 14px;
  margin-top: 0px;
  background-image: url(/src/img/i/r_w.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .prev:hover, .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .next:hover {
  background-image: url(/src/img/i/r_w.png);
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .prev::after, .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .next::after {
  display: none;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .next {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: 10px;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .prev {
  transform: scaleX(-1);
  margin-right: 10px;
}
.sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .ani_bar {
  width: 0%;
  height: 100%;
  background-color: #fff;
}

@media screen and (max-width: 1655px) {
  .sub_sect_wrap .sect3 {
    height: 100vh !important;
  }
  .sub_sect_wrap .sect3 .l_wrap {
    height: 100%;
  }
}
@media screen and (max-width: 1420px) {
  .sub_sect_wrap .sect3 {
    flex-direction: column-reverse;
    gap: 80px;
    height: auto !important;
    padding: 0px 0px 120px;
  }
  .sub_sect_wrap .sect3 .l_wrap, .sub_sect_wrap .sect3 .r_wrap {
    width: 100%;
    height: auto;
  }
  .sub_sect_wrap .sect3 .l_wrap .t_box {
    width: 100%;
    padding: 0px 40px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item .t_box {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .sub_sect_wrap .sect3 {
    gap: 50px;
    padding: 0 0 60px;
  }
  .sub_sect_wrap .sect3 .l_wrap .t_box {
    padding: 0px 20px;
  }
  .sub_sect_wrap .sect3 .l_wrap .t_box .t2 {
    margin-top: 25px;
    font-size: 12px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item .t_box {
    padding: 0px 20px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item .t_box .num {
    font-size: 20px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .item .t_box .tit {
    margin-top: 20px;
    font-size: 20px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .box_wrap {
    bottom: 25px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .control_box {
    width: 100px;
    margin: 0px 12px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .swiper-pagination span {
    width: 30px;
    font-size: 12px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .swiper-pagination-total {
    width: 30px;
    font-size: 12px;
  }
  .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .prev, .sub_sect_wrap .sect3 .r_wrap .comp_sect3_sw .next {
    display: none;
  }
}
.sub_sect_wrap .sect4 {
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: auto;
  max-width: 2160px;
}
.sub_sect_wrap .sect4 .l_wrap, .sub_sect_wrap .sect4 .r_wrap {
  width: 50%;
  height: 100%;
}
.sub_sect_wrap .sect4 .r_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_sect_wrap .sect4 .r_wrap .t_box {
  width: 620px;
}
.sub_sect_wrap .sect4 .r_wrap .t_box .t2 {
  margin-top: 40px;
}
.sub_sect_wrap .sect4 .l_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/src/img/company1_3.jpg) no-repeat right bottom/cover;
}

@media screen and (max-width: 1655px) {
  .sub_sect_wrap .sect4 {
    height: 100vh !important;
  }
}
@media screen and (max-width: 1420px) {
  .sub_sect_wrap .sect4 {
    flex-direction: column-reverse;
    gap: 80px;
    height: auto !important;
    padding-bottom: 120px;
  }
  .sub_sect_wrap .sect4 .l_wrap, .sub_sect_wrap .sect4 .r_wrap {
    width: 100%;
    height: auto;
  }
  .sub_sect_wrap .sect4 .r_wrap .t_box {
    width: 100%;
    padding: 0px 40px;
  }
  .sub_sect_wrap .sect4 .l_wrap {
    height: 500px;
  }
}
@media screen and (max-width: 720px) {
  .sub_sect_wrap .sect4 {
    gap: 50px;
    padding-bottom: 60px;
  }
  .sub_sect_wrap .sect4 .r_wrap .t_box {
    padding: 0px 20px;
  }
  .sub_sect_wrap .sect4 .r_wrap .t_box .t2 {
    margin-top: 25px;
  }
  .sub_sect_wrap .sect4 .l_wrap {
    height: 300px;
  }
}
.bef_tit {
  position: relative;
  margin-bottom: 30px;
  padding-left: 45px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.bef_tit.mb0 {
  margin-bottom: 0;
}
.bef_tit::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(/src/img/tit_bef.png) no-repeat center center/cover;
}

@media screen and (max-width: 720px) {
  .bef_tit {
    margin-bottom: 20px;
    padding-left: 27px;
    font-size: 18px;
  }
  .bef_tit::before {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}
.cert_pg {
  padding-top: 120px;
}
.cert_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.cert_pg .lst_wrap ul li {
  width: calc(50% - 20px);
}
.cert_pg .lst_wrap ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #fff;
}
.cert_pg .lst_wrap ul li p {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.cert_pg .bg_wrap {
  padding: 120px 0px;
  margin: 120px 0px;
  background-color: #f8f8f8;
}
.cert_pg .bg_wrap .current_t {
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.cert_pg .bg_wrap .control_box {
  width: 200px;
  height: 3px;
  position: relative;
  margin-top: 0;
  background-color: #ddd;
}
.cert_pg .bg_wrap .control_box .ani_bar {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.cert_pg .bg_wrap .pagi_box {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
}
.cert_pg .bg_wrap .pagi_box .pagi {
  position: static;
  width: 100px;
  text-align: center;
  font-size: 18px;
}
.cert_pg .bg_wrap .pagi_box .pagi span {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.cert_pg .bg_wrap .pagi_box .pagi .mid_bar {
  color: #999;
}
.cert_pg .bg_wrap .pagi_box .pagi .swiper-pagination-total {
  color: #999;
}
.cert_pg .bg_wrap .pagi_box .arrow_btn_box {
  font-size: 10px;
}
.cert_pg .bg_wrap .pagi_box .arrow_btn_box .arrow_btn {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/r_w.png) no-repeat center center/cover;
  filter: invert(100%);
}
.cert_pg .bg_wrap .pagi_box .arrow_btn_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.cert_pg .bg_wrap .sw_wrap {
  overflow: hidden;
}
.cert_pg .bg_wrap .sw_wrap .cert_sw .item {
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #ddd;
  text-align: center;
  background-color: #fff;
}
.cert_pg .bg_wrap .sw_wrap .cert_sw .item .t1 {
  margin: 30px 0px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.cert_pg .bg_wrap .sw_wrap .cert_sw .item .t2 {
  min-height: 48px;
  font-size: 16px;
  color: #666;
}
.cert_pg .tb_wrap {
  margin-bottom: 40px;
  margin-top: 25px;
  border-top: solid 2px #000;
}
.cert_pg .tb_wrap:last-child {
  margin-bottom: 0;
}
.cert_pg .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.cert_pg .tb_wrap table tr th, .cert_pg .tb_wrap table tr td {
  padding: 25px 5px;
  text-align: center;
  font-size: 16px;
}
.cert_pg .tb_wrap table thead tr th {
  font-weight: bold;
  color: #000;
}
.cert_pg .tb_wrap table thead tr th.w250 {
  width: 250px;
}
.cert_pg .tb_wrap table tbody tr:nth-child(even) {
  background-color: #f8f8f8;
}

@media screen and (max-width: 1420px) {
  .cert_pg {
    padding-top: 80px;
  }
  .cert_pg .bg_wrap .pagi_box {
    position: static;
    margin: 40px auto 0;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1240px) {
  .cert_pg .tb_wrap {
    overflow-x: scroll;
  }
  .cert_pg .tb_wrap table {
    width: 1200px;
  }
}
@media screen and (max-width: 991px) {
  .cert_pg .lst_wrap ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .cert_pg {
    padding-top: 40px;
  }
  .cert_pg .lst_wrap ul {
    gap: 25px;
  }
  .cert_pg .lst_wrap ul li .img {
    height: 160px;
    padding: 40px;
    border-radius: 10px;
  }
  .cert_pg .lst_wrap ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .cert_pg .bg_wrap {
    padding: 60px 0px;
    margin: 60px 0px;
  }
  .cert_pg .bg_wrap .current_t {
    width: 27px;
    font-size: 12px;
  }
  .cert_pg .bg_wrap .control_box {
    width: 100px;
    margin-top: -1px;
  }
  .cert_pg .bg_wrap .pagi_box {
    margin: 25px auto 0;
  }
  .cert_pg .bg_wrap .pagi_box .pagi {
    width: 60px;
    font-size: 12px;
  }
  .cert_pg .bg_wrap .pagi_box .pagi span {
    font-size: 12px;
  }
  .cert_pg .bg_wrap .pagi_box .arrow_btn_box {
    display: none;
  }
  .cert_pg .bg_wrap .sw_wrap .cert_sw .item {
    padding: 25px;
    border-radius: 10px;
  }
  .cert_pg .bg_wrap .sw_wrap .cert_sw .item .t1 {
    margin: 15px 0px 10px;
    font-size: 14px;
  }
  .cert_pg .bg_wrap .sw_wrap .cert_sw .item .t2 {
    min-height: 36px;
    font-size: 12px;
  }
  .cert_pg .tb_wrap {
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .cert_pg .tb_wrap table {
    width: 680px;
  }
  .cert_pg .tb_wrap table tr th, .cert_pg .tb_wrap table tr td {
    padding: 15px 5px;
    font-size: 12px;
  }
  .cert_pg .tb_wrap table thead tr th.w250 {
    width: 180px;
  }
}
.history_pg {
  display: flex;
  gap: 120px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.history_pg .l_wrap {
  display: flex;
  justify-content: end;
  position: sticky;
  top: 0;
  left: 0;
  float: left;
  width: 720px;
  height: 680px;
  border-radius: 0 0 120px 0;
  background: url(/src/img/history_l_bg.jpg) no-repeat bottom left/cover;
}
.history_pg .l_wrap .t_box {
  position: relative;
  width: 460px;
  height: 100%;
  padding-top: 120px;
  padding-right: 80px;
}
.history_pg .l_wrap .t_box .t1 {
  margin: 5px 0px 30px;
}
.history_pg .l_wrap .t_box .his_tab {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.history_pg .l_wrap .t_box .his_tab ul {
  display: flex;
  gap: 40px;
}
.history_pg .l_wrap .t_box .his_tab ul li a, .history_pg .l_wrap .t_box .his_tab ul li button {
  font-size: 30px;
  color: #fff;
  opacity: 0.5;
}
.history_pg .l_wrap .t_box .his_tab ul li.a a, .history_pg .l_wrap .t_box .his_tab ul li.a button {
  position: relative;
  font-weight: bold;
  opacity: 1;
}
.history_pg .l_wrap .t_box .his_tab ul li.a a::after, .history_pg .l_wrap .t_box .his_tab ul li.a button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.history_pg .container {
  display: flex;
  justify-content: end;
}
.history_pg .history_line {
  width: 820px;
  padding-top: 120px;
}
.history_pg .history_line .line {
  width: 100%;
  margin-bottom: 60px;
}
.history_pg .history_line .line:last-child {
  margin-bottom: 0;
}
.history_pg .history_line .line .year {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.history_pg .history_line .line ul li {
  position: relative;
  padding: 20px 0px;
  border-bottom: dashed 1px #ccc;
}
.history_pg .history_line .line ul li p, .history_pg .history_line .line ul li span {
  font-size: 18px;
}
.history_pg .history_line .line ul li span {
  position: absolute;
  top: 23px;
  left: 0;
  width: 70px;
  font-weight: bold;
  color: #000;
}
.history_pg .history_line .line ul li p {
  width: 100%;
  padding-left: 70px;
}

@media screen and (max-width: 1420px) {
  .history_pg {
    display: block;
  }
  .history_pg .l_wrap {
    position: static;
    display: block;
    float: none;
    width: 100%;
    height: 540px;
    border-radius: 0;
    background-image: url(/src/img/history_bg_m.jpg);
  }
  .history_pg .l_wrap.fix {
    position: fixed;
    z-index: 102;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
  }
  .history_pg .l_wrap.fix .t_box {
    padding: 0px 40px;
  }
  .history_pg .l_wrap.fix .t_box img, .history_pg .l_wrap.fix .t_box .t1, .history_pg .l_wrap.fix .t_box .t2 {
    display: none;
  }
  .history_pg .l_wrap.fix .t_box .his_tab {
    padding: 0px 40px;
  }
  .history_pg .l_wrap .t_box {
    width: 100%;
    padding: 120px 40px 0;
  }
  .history_pg .l_wrap .t_box .his_tab {
    bottom: 0px;
    padding: 0px 40px;
  }
  .history_pg .l_wrap .t_box .his_tab ul li a, .history_pg .l_wrap .t_box .his_tab ul li button {
    padding-bottom: 40px;
  }
  .history_pg .history_line {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .history_pg .l_wrap {
    height: 280px;
  }
  .history_pg .l_wrap.fix {
    height: 60px;
  }
  .history_pg .l_wrap.fix .t_box {
    padding: 0px 20px;
  }
  .history_pg .l_wrap.fix .his_tab {
    padding: 0px 20px;
  }
  .history_pg .l_wrap .t_box {
    padding: 60px 20px 0px;
  }
  .history_pg .l_wrap .t_box img {
    display: block;
    width: 100px;
  }
  .history_pg .l_wrap .t_box .t1 {
    margin: 5px 0px 15px;
  }
  .history_pg .l_wrap .t_box .his_tab {
    padding: 0px 20px;
  }
  .history_pg .l_wrap .t_box .his_tab ul li a, .history_pg .l_wrap .t_box .his_tab ul li button {
    padding-bottom: 17px;
    font-size: 18px;
  }
  .history_pg .history_line {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .history_pg .history_line .line {
    margin-bottom: 30px;
  }
  .history_pg .history_line .line .year {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .history_pg .history_line .line ul li {
    padding: 15px 0px;
  }
  .history_pg .history_line .line ul li p, .history_pg .history_line .line ul li span {
    font-size: 12px;
  }
  .history_pg .history_line .line ul li span {
    top: 15px;
    width: 45px;
  }
  .history_pg .history_line .line ul li p {
    padding-left: 50px;
  }
}
.partner_pg {
  padding-top: 120px;
}
.partner_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.partner_pg .lst_wrap ul li {
  width: calc(25% - 30px);
  padding: 40px;
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}
.partner_pg .lst_wrap ul li .t1 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.partner_pg .lst_wrap ul li .t2 {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.partner_pg .bg_wrap {
  padding: 120px 0px;
  margin: 120px 0px 0;
  background-color: #fafafa;
}
.partner_pg .bg_wrap .current_t {
  width: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.partner_pg .bg_wrap .control_box {
  width: 200px;
  height: 3px;
  position: relative;
  margin-top: 0;
  background-color: #ddd;
}
.partner_pg .bg_wrap .control_box .ani_bar {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.partner_pg .bg_wrap .pagi_box {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
}
.partner_pg .bg_wrap .pagi_box .pagi {
  position: static;
  width: 100px;
  text-align: center;
  font-size: 18px;
}
.partner_pg .bg_wrap .pagi_box .pagi span {
  font-size: 18px;
  color: #333;
  text-align: center;
}
.partner_pg .bg_wrap .pagi_box .pagi .mid_bar {
  color: #999;
}
.partner_pg .bg_wrap .pagi_box .pagi .swiper-pagination-total {
  color: #999;
}
.partner_pg .bg_wrap .pagi_box .arrow_btn_box {
  font-size: 10px;
}
.partner_pg .bg_wrap .pagi_box .arrow_btn_box .arrow_btn {
  margin-left: 10px;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/r_w.png) no-repeat center center/cover;
  filter: invert(100%);
}
.partner_pg .bg_wrap .pagi_box .arrow_btn_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.partner_pg .bg_wrap .sw_wrap {
  overflow: hidden;
}
.partner_pg .bg_wrap .sw_wrap .partner_sw .item {
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #ddd;
  text-align: center;
  background-color: #fff;
}
.partner_pg .bg_wrap .sw_wrap .partner_sw .item .t1 {
  margin: 30px 0px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.partner_pg .bg_wrap .sw_wrap .partner_sw .item .t2 {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 1420px) {
  .partner_pg {
    padding-top: 80px;
  }
  .partner_pg .bg_wrap .pagi_box {
    position: static;
    margin: 40px auto 0;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1240px) {
  .partner_pg .lst_wrap ul li {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 991px) {
  .partner_pg .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .partner_pg {
    padding-top: 40px;
  }
  .partner_pg .lst_wrap ul {
    gap: 20px;
  }
  .partner_pg .lst_wrap ul li {
    width: calc(50% - 10px);
    padding: 20px;
    border-radius: 10px;
  }
  .partner_pg .lst_wrap ul li .t1 {
    margin-top: 15px;
    font-size: 14px;
  }
  .partner_pg .lst_wrap ul li .t2 {
    margin-top: 10px;
    font-size: 12px;
  }
  .partner_pg .bg_wrap {
    padding: 60px 0px;
    margin: 60px 0px 0;
  }
  .partner_pg .bg_wrap .current_t {
    width: 27px;
    font-size: 12px;
  }
  .partner_pg .bg_wrap .control_box {
    width: 100px;
    margin-top: -1px;
  }
  .partner_pg .bg_wrap .pagi_box {
    margin: 25px auto 0;
  }
  .partner_pg .bg_wrap .pagi_box .pagi {
    width: 60px;
    font-size: 12px;
  }
  .partner_pg .bg_wrap .pagi_box .pagi span {
    font-size: 12px;
  }
  .partner_pg .bg_wrap .pagi_box .arrow_btn_box {
    display: none;
  }
  .partner_pg .bg_wrap .sw_wrap .partner_sw .item {
    padding: 25px;
    border-radius: 10px;
  }
  .partner_pg .bg_wrap .sw_wrap .partner_sw .item .t1 {
    margin: 15px 0px 10px;
    font-size: 14px;
  }
  .partner_pg .bg_wrap .sw_wrap .partner_sw .item .t2 {
    min-height: 36px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .partner_pg .lst_wrap ul li {
    width: 100%;
  }
}
.location_pg{padding-top: 120px;}
@media screen and (max-width: 1420px) {
  .location_pg{padding-top: 80px;}
}
@media screen and (max-width: 720px) {
  .location_pg{padding-top: 40px;}
}
.location_pg .map {
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
  border-radius: 10px;
  overflow: hidden;
}
.location_pg .tit {
  position: relative;
  padding-left: 50px;
}
.location_pg .tit img {
  position: absolute;
  top: 2px;
  left: 0;
}
.location_pg .info_box {
  margin-top: 60px;
  padding: 60px;
  border: solid 1px #ddd;
  border-radius: 20px;
}
.location_pg .info_box ul {
  display: flex;
  gap: 60px;
}
.location_pg .info_box ul li {
  display: flex;
  gap: 20px;
  width: calc((100% - 120px) / 3);
  padding-right: 60px;
  border-right: solid 1px #ddd;
}
.location_pg .info_box ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.location_pg .info_box ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50px;
  background-color: #f8f8f8;
}
.location_pg .info_box ul li .t_box {
  width: calc(100% - 88px);
}
.location_pg .info_box ul li .t_box .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.location_pg .info_box ul li .t_box .t2 {
  margin-top: 10px;
  font-size: 20px;
}

@media screen and (max-width: 1420px) {
  .location_pg .info_box ul {
    flex-direction: column;
    gap: 0;
  }
  .location_pg .info_box ul li {
    width: 100%;
    padding: 40px 0px;
    border-right: none;
  }
  .location_pg .info_box ul li:first-child {
    padding-top: 0;
  }
  .location_pg .info_box ul li:last-child {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .location_pg .map {
    height: 350px;
    margin-bottom: 40px;
  }
  .location_pg .tit {
    padding-left: 35px;
  }
  .location_pg .tit img {
    top: 0;
    width: 28px;
  }
  .location_pg .info_box {
    margin-top: 30px;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .location_pg .info_box ul li {
    gap: 15px;
    padding: 25px 0px;
  }
  .location_pg .info_box ul li .img {
    width: 45px;
    height: 45px;
  }
  .location_pg .info_box ul li .img img {
    width: 22px;
  }
  .location_pg .info_box ul li .t_box {
    width: calc(100% - 60px);
  }
  .location_pg .info_box ul li .t_box .t1 {
    font-size: 16px;
  }
  .location_pg .info_box ul li .t_box .t2 {
    margin-top: 5px;
    font-size: 14px;
  }
}
.busi_pg .busi_t1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
.busi_pg .busi_t2 {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .busi_pg .busi_t2 br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .busi_pg .busi_t1 {
    font-size: 24px;
  }
  .busi_pg .busi_t2 {
    margin-top: 15px;
    font-size: 12px;
  }
}
.busi1 .top_bg {
  position: relative;
  margin-bottom: 120px;
}
.busi1 .top_bg .bg {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 600px;
}
.busi1 .top_bg .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.busi1 .top_bg .container {
  padding-top: 120px;
}
.busi1 .top_bg .container ul {
  display: flex;
  gap: 40px;
  margin-top: 80px;
}
.busi1 .top_bg .container ul li {
  width: calc((100% - 80px) / 3);
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0px 3px 20px rgba(200, 0, 16, 0.2);
  background-color: #fff;
}
.busi1 .top_bg .container ul li .top {
  display: flex;
  gap: 30px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ddd;
}
.busi1 .top_bg .container ul li .top .img {
  width: 80px;
}
.busi1 .top_bg .container ul li .top .t_box {
  width: calc(100% - 110px);
}
.busi1 .top_bg .container ul li .top .t_box .t1 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
}
.busi1 .top_bg .container ul li .top .t_box .t2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.busi1 .top_bg .container ul li .lst_box p {
  position: relative;
  margin-bottom: 13px;
  padding-left: 30px;
  font-size: 16px;
}
.busi1 .top_bg .container ul li .lst_box p:last-child {
  margin-bottom: 0;
}
.busi1 .top_bg .container ul li .lst_box p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  font-weight: bold;
  color: #008E2B !important;
}
.busi1 .img_lst {
  margin-top: 80px;
}
.busi1 .img_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.busi1 .img_lst ul li {
  width: calc(50% - 20px);
  padding: 40px;
  border-radius: 20px;
  background-color: #fafafa;
}
.busi1 .img_lst ul li .t1 {
  margin-bottom: 5px;
  font-size: 16px;
  color: #666;
}
.busi1 .img_lst ul li .t2 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.busi1 .img_lst ul li .img {
  margin: 30px 0px;
  border-radius: 10px;
  overflow: hidden;
}
.busi1 .img_lst ul li .img img {
  display: block;
  width: 100%;
}
.busi1 .img_lst ul li .lst_box p {
  position: relative;
  margin-bottom: 13px;
  padding-left: 30px;
  font-size: 16px;
}
.busi1 .img_lst ul li .lst_box p:last-child {
  margin-bottom: 0;
}
.busi1 .img_lst ul li .lst_box p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  font-weight: bold;
  color: #008E2B !important;
}

@media screen and (max-width: 1420px) {
  .busi1 .top_bg .container ul {
    flex-direction: column;
  }
  .busi1 .top_bg .container ul li {
    width: 100%;
  }
  .busi1 .img_lst ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .busi1 .top_bg {
    margin-bottom: 60px;
  }
  .busi1 .top_bg .bg {
    height: 400px;
  }
  .busi1 .top_bg .container {
    padding-top: 60px;
  }
  .busi1 .top_bg .container ul {
    gap: 25px;
    margin-top: 40px;
  }
  .busi1 .top_bg .container ul li {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .busi1 .top_bg .container ul li .top {
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .busi1 .top_bg .container ul li .top .img {
    width: 50px;
  }
  .busi1 .top_bg .container ul li .top .t_box {
    width: calc(100% - 60px);
  }
  .busi1 .top_bg .container ul li .top .t_box .t1 {
    font-size: 12px;
  }
  .busi1 .top_bg .container ul li .top .t_box .t2 {
    font-size: 18px;
  }
  .busi1 .top_bg .container ul li .lst_box p {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 12px;
  }
  .busi1 .top_bg .container ul li .lst_box p span {
    width: 20px;
  }
  .busi1 .img_lst {
    margin-top: 40px;
  }
  .busi1 .img_lst ul {
    gap: 25px;
  }
  .busi1 .img_lst ul li {
    padding: 20px;
    border-radius: 10px;
  }
  .busi1 .img_lst ul li .t1 {
    font-size: 12px;
  }
  .busi1 .img_lst ul li .t2 {
    font-size: 18px;
  }
  .busi1 .img_lst ul li .img {
    margin: 15px 0px;
    border-radius: 5px;
  }
  .busi1 .img_lst ul li .lst_box p {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 12px;
  }
  .busi1 .img_lst ul li .lst_box p span {
    width: 20px;
  }
}
.busi2 .bg {
  padding: 120px 0px;
  background: url(/src/img/busi2_bg.jpg) no-repeat center center/cover;
}
.busi2 .bg p {
  margin-bottom: 60px;
}
.busi2 .bg img{max-width: 100%;}
.busi2 .bottom_box {
  padding: 120px 0px 0;
}
.busi2 .bottom_box .m_t_box {
  display: none;
}
.busi2 .bottom_box .m_t_box .line {
  margin-bottom: 60px;
  text-align: left;
}
.busi2 .bottom_box .m_t_box .line:last-child {
  margin-bottom: 0;
}
.busi2 .bottom_box .m_t_box .line .tit {
  font-size: 30px;
  font-weight: bold;
}
.busi2 .bottom_box .m_t_box .line .tit.type1 {
  color: #008B7E;
}
.busi2 .bottom_box .m_t_box .line .tit.type2 {
  color: #62A5E9;
}
.busi2 .bottom_box .m_t_box .line .tit.type3 {
  color: #3B84CF;
}
.busi2 .bottom_box .m_t_box .line .tit.type4 {
  color: #40B9AE;
}
.busi2 .bottom_box .m_t_box .line .t_box .t1 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.busi2 .bottom_box .m_t_box .line .t_box .t2 {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  /* .busi2 .bottom_box img {
    display: none;
  }
  .busi2 .bottom_box .m_t_box {
    display: block;
  } */
}
@media screen and (max-width: 720px) {
  .busi2 .bg {
    padding: 60px 0px;
  }
  .busi2 .bg p {
    margin-bottom: 40px;
  }
  .busi2 .bottom_box {
    padding-top: 60px;
  }
  .busi2 .bottom_box .m_t_box .line {
    margin-bottom: 30px;
  }
  .busi2 .bottom_box .m_t_box .line .tit {
    font-size: 18px;
  }
  .busi2 .bottom_box .m_t_box .line .t_box .t1 {
    margin-top: 12px;
    font-size: 12px;
  }
  .busi2 .bottom_box .m_t_box .line .t_box .t2 {
    margin-top: 6px;
    font-size: 12px;
  }
}
.busi3 .top_bg {
  position: relative;
  height: 469px;
  margin-bottom: 120px;
  background: url(/src/img/busi3_bg.jpg) no-repeat center center/cover;
}
.busi3 .top_bg .container {
  height: 100%;
  padding-top: 120px;
  position: relative;
}
.busi3 .top_bg .container .busi3_tab {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.busi3 .top_bg .container .busi3_tab ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.busi3 .top_bg .container .busi3_tab ul li {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}
.busi3 .top_bg .container .busi3_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.busi3 .top_bg .container .busi3_tab ul li.a {
  background-color: #C80010 !important;
}
.busi3 .top_bg .container .busi3_tab ul li.a a {
  font-weight: bold;
}
.busi3 .df_box {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fafafa;
}
.busi3 .df_box .l_box, .busi3 .df_box .r_box {
  width: 50%;
}
.busi3 .df_box .l_box {
  background: url(/src/img/busi3_2.jpg) no-repeat center center/cover;
}
.busi3 .df_box .r_box {
  padding: 90px 80px;
}
.busi3 .df_box .r_box .t1 {
  margin-bottom: 30px;
}
.busi3 .bef_tit {
  margin-top: 100px;
}
.busi3 .i_lst {
  margin-top: 30px;
}
.busi3 .i_lst ul {
  display: flex;
  gap: 20px;
}
.busi3 .i_lst ul li {
  width: calc((100% - 60px) / 4);
  padding: 50px 20px;
  border-radius: 20px;
  border: solid 1px #ddd;
  text-align: center;
}
.busi3 .i_lst ul li p {
  margin-top: 30px;
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .busi3 .df_box {
    flex-direction: column;
  }
  .busi3 .df_box .l_box, .busi3 .df_box .r_box {
    width: 100%;
  }
  .busi3 .df_box .l_box {
    height: 300px;
  }
  .busi3 .df_box .r_box {
    padding: 90px 40px;
  }
  .busi3 .i_lst ul {
    flex-wrap: wrap;
  }
  .busi3 .i_lst ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .busi3 .top_bg {
    height: 250px;
    margin-bottom: 60px;
  }
  .busi3 .top_bg .container {
    padding-top: 60px;
  }
  .busi3 .top_bg .container .busi3_tab {
    width: 100%;
  }
  .busi3 .top_bg .container .busi3_tab ul {
    gap: 0px;
  }
  .busi3 .top_bg .container .busi3_tab ul li {
    width: 50%;
    height: 45px;
  }
  .busi3 .top_bg .container .busi3_tab ul li a {
    font-size: 12px;
  }
  .busi3 .big_img {
    border-radius: 600px;
    margin: 50px 0px;
    box-shadow: 0px 0px 20px rgba(0, 142, 43, 0.5);
  }
  /* .busi3 .df_box{margin-top: 40px;} */
  .busi3 .df_box .l_box {
    height: 150px;
  }
  .busi3 .df_box .r_box {
    padding: 40px 20px;
  }
  .busi3 .df_box .r_box .t1 {
    margin-bottom: 15px;
  }
  .busi3 .df_box .r_box br {
    display: none;
  }
  .busi3 .bef_tit {
    margin-top: 50px;
  }
  .busi3 .i_lst {
    margin-top: 15px;
  }
  .busi3 .i_lst ul {
    gap: 10px;
  }
  .busi3 .i_lst ul li {
    width: 100%;
    padding: 25px 10px;
    border-radius: 10px;
  }
  .busi3 .i_lst ul li img {
    width: 45px;
  }
  .busi3 .i_lst ul li p {
    margin-top: 15px;
    font-size: 12px;
  }
}
.busi3_1 .top_bg {
  position: relative;
  height: 469px;
  margin-bottom: 120px;
  background: url(/src/img/busi3_bg.jpg) no-repeat center center/cover;
}
.busi3_1 .top_bg .container {
  height: 100%;
  padding-top: 120px;
  position: relative;
}
.busi3_1 .top_bg .container .busi3_tab {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.busi3_1 .top_bg .container .busi3_tab ul {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.busi3_1 .top_bg .container .busi3_tab ul li {
  width: 200px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
}
.busi3_1 .top_bg .container .busi3_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.busi3_1 .top_bg .container .busi3_tab ul li.a {
  background-color: #C80010 !important;
}
.busi3_1 .top_bg .container .busi3_tab ul li.a a {
  font-weight: bold;
}
.busi3_1 .big_img {
  margin: 80px auto 60px;
}
.busi3_1 .step_lst ul {
  display: flex;
  gap: 40px;
}
.busi3_1 .step_lst ul li {
  width: calc((100% - 80px) / 3);
  padding: 50px 40px;
  border-radius: 20px;
  border: solid 1px #ddd;
  text-align: center;
}
.busi3_1 .step_lst ul li .t1 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #008E2B !important;
}
.busi3_1 .step_lst ul li .t2 {
  margin-top: 20px;
  font-size: 18px;
}
.busi3_1 .bef_tit {
  margin-top: 100px;
}
.busi3_1 .i_lst {
  margin-top: 30px;
}
.busi3_1 .i_lst ul {
  display: flex;
  gap: 20px;
}
.busi3_1 .i_lst ul li {
  width: calc((100% - 60px) / 4);
  padding: 50px 20px;
  border-radius: 20px;
  border: solid 1px #ddd;
  text-align: center;
}
.busi3_1 .i_lst ul li .t1 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.busi3_1 .i_lst ul li .t2 {
  margin-top: 20px;
  font-size: 16px;
}
.busi3_1 .i_lst ul li .t3 {
  margin-top: 30px;
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .busi3_1 .step_lst ul {
    flex-wrap: wrap;
    gap: 20px;
  }
  .busi3_1 .step_lst ul li {
    width: 100%;
  }
  .busi3_1 .i_lst ul {
    flex-wrap: wrap;
  }
  .busi3_1 .i_lst ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .busi3_1 .top_bg {
    height: 250px;
    margin-bottom: 60px;
  }
  .busi3_1 .top_bg .container {
    padding-top: 60px;
  }
  .busi3_1 .top_bg .container .busi3_tab {
    width: 100%;
  }
  .busi3_1 .top_bg .container .busi3_tab ul {
    gap: 0px;
  }
  .busi3_1 .top_bg .container .busi3_tab ul li {
    width: 50%;
    height: 45px;
  }
  .busi3_1 .top_bg .container .busi3_tab ul li a {
    font-size: 12px;
  }
  .busi3_1 .big_img {
    margin: 40px auto 30px;
  }
  /* .busi3_1 .scr_box {
    overflow-x: scroll;
  }
  .busi3_1 .scr_box img {
    max-width: none;
    width: 720px;
  } */
  .busi3_1 .bef_tit {
    margin-top: 50px;
  }
  .busi3_1 .step_lst ul {
    gap: 10px;
  }
  .busi3_1 .step_lst ul li {
    padding: 25px 20px;
    border-radius: 10px;
  }
  .busi3_1 .step_lst ul li img {
    width: 45px;
  }
  .busi3_1 .step_lst ul li .t1 {
    margin-top: 15px;
    font-size: 14px;
  }
  .busi3_1 .step_lst ul li .t2 {
    margin-top: 10px;
    font-size: 12px;
  }
  .busi3_1 .i_lst {
    margin-top: 15px;
  }
  .busi3_1 .i_lst ul {
    gap: 10px;
  }
  .busi3_1 .i_lst ul li {
    width: 100%;
    padding: 25px 10px;
    border-radius: 10px;
  }
  .busi3_1 .i_lst ul li img {
    width: 45px;
  }
  .busi3_1 .i_lst ul li .t1 {
    margin-top: 15px;
    font-size: 14px;
  }
  .busi3_1 .i_lst ul li .t2 {
    margin-top: 10px;
    font-size: 12px;
  }
  .busi3_1 .i_lst ul li .t3 {
    margin-top: 15px;
    font-size: 12px;
  }
}
.bottom_sch {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
.bottom_sch .sch_box {
  position: relative;
  width: 480px;
}
.bottom_sch .sch_box input {
  width: 100%;
  height: 60px;
  padding: 0px 50px 0px 20px;
  border-radius: 5px;
}
.bottom_sch .sch_box input::placeholder {
  color: #999;
}
.bottom_sch .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 23px;
  height: 23px;
  background: url(/src/img/i/sch_btn.png) no-repeat center center/cover;
}

@media screen and (max-width: 720px) {
  .bottom_sch {
    margin: 25px auto 0;
  }
  .bottom_sch .sch_box {
    width: 100%;
  }
  .bottom_sch .sch_box input {
    height: 45px;
    padding: 0px 38px 0px 15px;
  }
  .bottom_sch .sch_box .sch_btn {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.gall_lst_pg {
  padding-top: 120px;
}

.lst_total {
  margin-bottom: 40px;
}

.gall_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.gall_lst ul li {
  width: calc((100% - 140px) / 3);
}
.gall_lst ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gall_lst ul li a .img {
  border-radius: 20px;
  overflow: hidden;
}
.gall_lst ul li a .img img {
  display: block;
  width: 100%;
  transition: transform 1s;
}
.gall_lst ul li a .date {
  margin-top: 30px;
  font-size: 14px;
  color: #999;
}
.gall_lst ul li a .tit {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.gall_lst ul li a .t2 {
  margin-top: 20px;
}
.gall_lst ul li a:hover .img img {
  transform: scale(1.1);
}
.gall_lst ul li a:hover .tit {
  color: #008E2B !important;
}

@media screen and (max-width: 1420px) {
  .gall_lst_pg {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1240px) {
  .gall_lst ul li {
    width: calc(50% - 35px);
  }
}
@media screen and (max-width: 991px) {
  .gall_lst ul {
    gap: 70px 40px;
  }
  .gall_lst ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .gall_lst_pg {
    padding-top: 40px;
  }
  .lst_total {
    margin-bottom: 20px;
  }
  .gall_lst ul {
    gap: 35px 20px;
  }
  .gall_lst ul li {
    width: calc(50% - 10px);
  }
  .gall_lst ul li a .img {
    border-radius: 10px;
  }
  .gall_lst ul li a .date {
    margin-top: 15px;
    font-size: 12px;
  }
  .gall_lst ul li a .tit {
    margin-top: 6px;
    font-size: 14px;
  }
  .gall_lst ul li a .t2 {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .gall_lst ul li {
    width: 100%;
  }
}
.board_v {
  padding-top: 120px;
}
.board_v .board_top {
  margin-bottom: 40px;
}
.board_v .board_top .info {
  margin-top: 20px;
}
.board_v .board_top .info p {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.board_v .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -3px 10px 0;
  background-color: #ddd;
  vertical-align: middle;
}
.board_v .board_top .info p:last-child::after {
  display: none;
}
.board_v .board_main {
  padding: 40px 40px 40px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.board_v .board_main .content_box {
  padding-bottom: 80px;
}
.board_v .file_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  border: solid 1px #eee;
  background-color: #f7f7f7;
}
.board_v .file_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 58px;
  height: 58px;
  border: solid 1px #000;
  border-radius: 5px;
  background: url(/src/img/i/down_b.png) no-repeat center center/auto #fff;
}
.board_v .file_box a {
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}
.board_v .file_box p {
  display: block;
  position: relative;
  height: 100%;
  padding-left: 70px;
  line-height: 58px;
}
.board_v .file_box:first-child {
  margin-top: 0;
}
.board_v .file_box:last-child {
  border-bottom: none;
}
.board_v .answer_box {
  margin-top: 40px;
  padding: 40px;
  border: solid 1px #ddd;
  border-radius: 10px;
  background-color: #fafafa;
}
.board_v .answer_box .t1 {
  margin-bottom: 20px;
}
.board_v .answer_box .t_box {
  font-size: 16px;
}

@media screen and (max-width: 1420px) {
  .board_v {
    padding-top: 80px;
  }
}
@media screen and (max-width: 720px) {
  .board_v {
    padding-top: 40px;
  }
  .board_v .board_top {
    margin-bottom: 25px;
  }
  .board_v .board_top .info {
    margin-top: 10px;
  }
  .board_v .board_top .info p {
    font-size: 12px;
  }
  .board_v .board_top .info p::after {
    margin: -2px 5px 0;
  }
  .board_v .board_main {
    padding: 25px 0px 20px;
  }
  .board_v .board_main .content_box {
    padding-bottom: 40px;
  }
  .board_v .file_box {
    height: 40px;
    margin-top: 5px;
    border-radius: 5px;
  }
  .board_v .file_box::before {
    left: 0px;
    width: 38px;
    height: 38px;
    background-size: 15px 15px;
  }
  .board_v .file_box p {
    position: relative;
    padding-left: 45px;
    line-height: 38px;
  }
  .board_v .answer_box {
    margin-top: 20px;
    padding: 20px;
  }
  .board_v .answer_box .t1 {
    margin-bottom: 10px;
  }
  .board_v .answer_box .t_box {
    font-size: 12px;
  }
}
.board_v .list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  margin: 40px auto;
  border: solid 1px #ddd;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}
.board_v .list_btn:hover {
  border-color: #008E2B !important;
  background-color: #008E2B !important;
  color: #fff;
}
.board_v .next_prev table {
  border-top: solid 1px #eee;
}
.board_v .next_prev table tr {
  border-bottom: solid 1px #eee;
}
.board_v .next_prev table tr th, .board_v .next_prev table tr td {
  padding: 30px 20px;
  font-size: 16px;
}
.board_v .next_prev table tr th p, .board_v .next_prev table tr td p {
  font-size: 16px;
}
.board_v .next_prev table tr th {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: bold;
}
.board_v .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.board_v .next_prev table tr td p, .board_v .next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_v .next_prev table tr td p {
  color: #999;
}

@media screen and (max-width: 720px) {
  .board_v .list_btn {
    width: 100%;
    height: 45px;
    margin: 25px auto;
    font-size: 12px;
  }
  .board_v .next_prev table tr th, .board_v .next_prev table tr td {
    padding: 15px 10px;
    font-size: 12px;
  }
  .board_v .next_prev table tr th p, .board_v .next_prev table tr td p {
    font-size: 12px;
  }
  .board_v .next_prev table tr th {
    width: 80px;
  }
}
.busi_v {
  padding-top: 120px;
}
.busi_v .top_df {
  display: flex;
  align-items: start;
  gap: 80px;
  padding-bottom: 140px;
  border-bottom: solid 1px #eee;
}
.busi_v .top_df .l_box, .busi_v .top_df .r_box {
  width: calc(50% - 40px);
}
.busi_v .top_df .l_box {
  border-radius: 20px;
  overflow: hidden;
}
.busi_v .top_df .l_box img {
  display: block;
  width: 100%;
}
.busi_v .top_df .r_box .date {
  margin-top: 20px;
}
.busi_v .top_df .r_box .info_tb {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: solid 2px #000;
}
.busi_v .top_df .r_box .info_tb table tr {
  border-bottom: solid 1px #eee;
}
.busi_v .top_df .r_box .info_tb table tr th, .busi_v .top_df .r_box .info_tb table tr td {
  padding: 30px 0px;
  text-align: left;
  font-size: 18px;
}
.busi_v .top_df .r_box .info_tb table tr th {
  width: 105px;
}
.busi_v .top_df .r_box .info_tb table tr th img {
  vertical-align: middle;
  margin-right: 5px;
}
.busi_v .top_df .r_box .info_tb table tr td {
  padding-left: 40px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1420px) {
  .busi_v {
    padding-top: 80px;
  }
  .busi_v .top_df {
    flex-direction: column;
    align-items: center;
  }
  .busi_v .top_df .l_box, .busi_v .top_df .r_box {
    width: 100%;
  }
  .busi_v .top_df .l_box {
    width: 660px;
    max-width: 100%;
  }
  .busi_v .top_df .r_box .date {
    margin-top: 10px;
  }
  .busi_v .top_df .r_box .info_tb {
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: solid 1px #000;
  }
  .busi_v .top_df .r_box .info_tb table tr th, .busi_v .top_df .r_box .info_tb table tr td {
    padding: 15px 0px;
    font-size: 12px;
  }
  .busi_v .top_df .r_box .info_tb table tr th {
    width: 70px;
  }
  .busi_v .top_df .r_box .info_tb table tr th img {
    width: 14px;
    margin-top: -2px;
  }
  .busi_v .top_df .r_box .info_tb table tr th td {
    padding-left: 20px;
  }
}
@media screen and (max-width: 720px) {
  .busi_v {
    padding-top: 40px;
  }
  .busi_v .top_df {
    gap: 40px;
    padding-bottom: 70px;
  }
  .busi_v .top_df .l_box {
    border-radius: 10px;
  }
}
.prod_pg .prod_t1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.prod_pg .prod_t2 {
  margin-top: 60px;
  margin-bottom: 90px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.prod_pg .top_bg {
  position: relative;
  margin-bottom: 80px;
}
.prod_pg .top_bg .bg {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 600px;
}
.prod_pg .top_bg .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod_pg .top_bg .container {
  padding-top: 120px;
}

@media screen and (max-width: 1420px) {
  .prod_pg .prod_t2 br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg .prod_t1 {
    font-size: 24px;
  }
  .prod_pg .prod_t2 {
    margin-bottom: 40px;
    margin-top: 15px;
    font-size: 12px;
  }
  .prod_pg .top_bg {
    margin-bottom: 40px;
  }
  .prod_pg .top_bg .bg {
    height: 400px;
  }
  .prod_pg .top_bg .container {
    padding-top: 60px;
  }
}
.prod_pg2 .top_bg ul {
  display: flex;
  gap: 40px;
}
.prod_pg2 .top_bg ul li {
  width: calc(50% - 20px);
}
.prod_pg2 .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prod_pg2 .i_lst ul li {
  width: calc((100% - 120px) / 4);
  padding: 80px 20px;
  border: solid 1px #ddd;
  border-radius: 20px;
  text-align: center;
}
.prod_pg2 .i_lst ul li p {
  margin-top: 30px;
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .prod_pg2 .i_lst ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .prod_pg2 .top_bg ul {
    flex-direction: column;
    gap: 20px;
  }
  .prod_pg2 .top_bg ul li {
    width: 100%;
  }
  .prod_pg2 .i_lst ul li {
    width: 100%;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg2 .top_bg ul {
    gap: 10px;
  }
  .prod_pg2 .i_lst ul {
    gap: 20px;
  }
  .prod_pg2 .i_lst ul li {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .prod_pg2 .i_lst ul li img {
    width: 45px;
  }
  .prod_pg2 .i_lst ul li p {
    margin-top: 15px;
    font-size: 12px;
  }
}
.prod_pg3 .top_bg ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 720px) {
  .prod_pg3 .top_bg ul {
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  .prod_pg3 .top_bg ul li {
    width: calc(50% - 8px);
  }
}
.prod_pg4 .top_bg ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 40px;
}
.prod_pg4 .top_bg ul li {
  width: calc(50% - 20px);
}
.prod_pg4 .img_lst {
  margin-top: 80px;
}
.prod_pg4 .img_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prod_pg4 .img_lst ul li {
  display: flex;
  gap: 40px;
  width: calc(50% - 20px);
  padding: 40px;
  border: solid 1px #ddd;
  border-radius: 20px;
  text-align: left;
}
.prod_pg4 .img_lst ul li .img {
  width: 80px;
}
.prod_pg4 .img_lst ul li .t_box {
  width: calc(100% - 120px);
}
.prod_pg4 .img_lst ul li .t_box .t1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.prod_pg4 .img_lst ul li .t_box .t2 {
  font-size: 16px;
}

@media screen and (max-width: 1240px) {
  .prod_pg4 .img_lst ul li {
    width: 100%;
  }
  .prod_pg4 .img_lst ul li br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg4 .top_bg ul {
    gap: 30px 20px;
  }
  .prod_pg4 .top_bg ul li {
    width: calc(50% - 10px);
  }
  .prod_pg4 .img_lst {
    margin-top: 40px;
  }
  .prod_pg4 .img_lst ul {
    gap: 20px;
  }
  .prod_pg4 .img_lst ul li {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .prod_pg4 .img_lst ul li .img {
    width: 50px;
  }
  .prod_pg4 .img_lst ul li .t_box {
    width: 100%;
  }
  .prod_pg4 .img_lst ul li .t_box .t1 {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .prod_pg4 .img_lst ul li .t_box .t2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .prod_pg4 .top_bg ul li {
    width: 100%;
  }
}
.prod_pg5 .top_bg ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.prod_pg5 .t_lst {
  margin-top: 40px;
}
.prod_pg5 .t_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prod_pg5 .t_lst ul li {
  width: calc(50% - 5px);
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #ddd;
  text-align: left;
}
.prod_pg5 .t_lst ul li p {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.prod_pg5 .t_lst ul li p span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  font-weight: bold;
  color: #008E2B !important;
}
.prod_pg5 .bg_wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
  background-color: #fafafa;
}
.prod_pg5 .bg_wrap ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .prod_pg5 .top_bg ul {
    flex-wrap: wrap;
  }
  .prod_pg5 .top_bg ul li {
    width: calc(50% - 20px);
  }
  .prod_pg5 .t_lst ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg5 .top_bg ul {
    gap: 20px;
  }
  .prod_pg5 .top_bg ul li {
    width: calc(50% - 10px);
  }
  .prod_pg5 .t_lst {
    margin-top: 25px;
  }
  .prod_pg5 .t_lst ul li {
    padding: 20px;
    border-radius: 5px;
  }
  .prod_pg5 .t_lst ul li p {
    padding-left: 20px;
    font-size: 12px;
  }
  .prod_pg5 .t_lst ul li p span {
    width: 20px;
  }
  .prod_pg5 .bg_wrap {
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .prod_pg5 .bg_wrap ul {
    gap: 20px;
    margin-top: 40px;
  }
  .prod_pg5 .bg_wrap ul li {
    width: calc(50% - 10px);
  }
}
.faq_wrap {
  padding-top: 120px;
}
.faq_wrap .faq_lst {
  border-top: solid 1px #000;
}
.faq_wrap .faq_lst .item {
  border-bottom: solid 1px #ddd;
}
.faq_wrap .faq_lst .item .q_box {
  position: relative;
  width: 100%;
  padding: 30px 80px 30px 80px;
  text-align: left;
}
.faq_wrap .faq_lst .item .q_box::before {
  content: "Q";
  position: absolute;
  top: 32px;
  left: 0;
  width: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #008E2B !important;
}
.faq_wrap .faq_lst .item .q_box::after {
  content: "";
  position: absolute;
  top: 35px;
  right: 30px;
  width: 15px;
  height: 15px;
  background: url(/src/img/i/m_menu_arrow.png) no-repeat center center;
}
.faq_wrap .faq_lst .item .q_box .tit {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.faq_wrap .faq_lst .item .answer_box {
  display: none;
  position: relative;
  width: 100%;
  position: relative;
  padding: 30px 80px 30px 80px;
  border-top: solid 1px #ddd;
  background-color: #FAFAFA;
}
.faq_wrap .faq_lst .item .answer_box::before {
  content: "A";
  position: absolute;
  top: 32px;
  left: 0;
  width: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.faq_wrap .faq_lst .item .answer_box .txt {
  width: 100%;
  font-size: 16px;
}
.faq_wrap .faq_lst .item.a .q_box::after {
  transform: scaleY(-1);
}
.faq_wrap .faq_lst .item.a .answer_box {
  display: block;
}

@media screen and (max-width: 1320px) {
  .faq_wrap {
    padding-top: 80px;
  }
  .faq_wrap .faq_lst .item .q_box {
    padding: 30px 100px 30px 100px;
  }
  .faq_wrap .faq_lst .item .q_box::before {
    width: 80px;
  }
  .faq_wrap .faq_lst .item .answer_box {
    padding: 30px 100px 30px 100px;
  }
  .faq_wrap .faq_lst .item .answer_box::before {
    width: 80px;
  }
}
@media screen and (max-width: 720px) {
  .faq_wrap {
    padding-top: 40px;
  }
  .faq_wrap .faq_lst .item .q_box {
    padding: 15px 20px 15px 50px;
  }
  .faq_wrap .faq_lst .item .q_box::before {
    top: 14px;
    width: 40px;
    font-size: 12px;
  }
  .faq_wrap .faq_lst .item .q_box::after {
    display: none;
  }
  .faq_wrap .faq_lst .item .q_box .tit {
    font-size: 12px;
  }
  .faq_wrap .faq_lst .item .answer_box {
    padding: 15px 20px 15px 50px;
  }
  .faq_wrap .faq_lst .item .answer_box::before {
    top: 14px;
    width: 40px;
    font-size: 12px;
  }
  .faq_wrap .faq_lst .item .answer_box .txt {
    font-size: 12px;
  }
}
.gall_lst_pg .tb_lst {
  margin-top: 30px;
  border-top: solid 2px #333;
}
.gall_lst_pg .tb_lst table tr {
  border-bottom: solid 1px #ddd;
}
.gall_lst_pg .tb_lst table tr th, .gall_lst_pg .tb_lst table tr td {
  padding: 25px 0px;
  text-align: center;
  font-size: 16px;
}
.gall_lst_pg .tb_lst table tr th {
  font-weight: bold;
}
.gall_lst_pg .tb_lst table thead .w150 {
  width: 150px;
}
.gall_lst_pg .tb_lst table tbody td a {
  display: block;
  font-weight: bold;
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .gall_lst_pg .tb_lst table thead {
    display: none;
  }
  .gall_lst_pg .tb_lst table tr {
    display: block;
  }
  .gall_lst_pg .tb_lst table tr th, .gall_lst_pg .tb_lst table tr td {
    display: block;
    padding: 0;
    text-align: left;
  }
  .gall_lst_pg .tb_lst table tbody tr {
    padding: 20px 0px;
  }
  .gall_lst_pg .tb_lst table tbody tr td.info {
    display: inline-block;
  }
  .gall_lst_pg .tb_lst table tbody tr td.info::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 8px;
    margin: -3px 10px 0;
    background-color: #ddd;
    vertical-align: middle;
  }
  .gall_lst_pg .tb_lst table tbody tr td.info:last-child::after {
    display: none;
  }
  .gall_lst_pg .tb_lst table tbody tr td a {
    margin: 15px 0px;
    font-weight: bold;
  }
}
@media screen and (max-width: 720px) {
  .gall_lst_pg .tb_lst {
    margin-top: 15px;
  }
  .gall_lst_pg .tb_lst table tr th, .gall_lst_pg .tb_lst table tr td {
    font-size: 12px;
  }
  .gall_lst_pg .tb_lst table tbody tr {
    padding: 10px 0px;
  }
  .gall_lst_pg .tb_lst table tbody tr td.info::after {
    margin: -2px 5px;
  }
  .gall_lst_pg .tb_lst table tbody tr td a {
    margin: 5px 0px;
  }
}
.write_bg {
  padding: 120px 0px;
  background-color: #FAFAFA;
}
.write_bg .form_box {
  margin-top: 80px;
  padding: 60px;
  border: solid 1px #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.write_bg .form_box .inp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  text-align: left;
}
.write_bg .form_box .inp_wrap .inp_box {
  width: calc(50% - 20px);
}
.write_bg .form_box .inp_wrap .inp_box.w1 {
  width: 100%;
}
.write_bg .form_box .inp_wrap .inp_box > p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.write_bg .form_box .inp_wrap .inp_box > p span {
  color: #008E2B !important;
}
.write_bg .form_box .inp_wrap .inp_box .inp {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  font-size: 14px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.write_bg .form_box .inp_wrap .inp_box .inp.h250 {
  height: 250px;
  padding: 20px;
}
.write_bg .form_box .inp_wrap .inp_box select.inp {
  padding-right: 35px;
}
.write_bg .form_box .inp_wrap .inp_box .inp_thr_box {
  display: flex;
  gap: 5px;
}
.write_bg .form_box .inp_wrap .inp_box .inp_thr_box .inp {
  width: calc((100% - 10px) / 3);
}
.write_bg .form_box .inp_wrap .inp_box .agree_box {
  height: 200px;
  padding: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  overflow-y: scroll;
}
.write_bg .form_box .inp_wrap .inp_box .agree_line {
  padding: 20px 0px;
  border-bottom: solid 1px #ddd;
}
.write_bg .form_box .inp_wrap .inp_box .agree_line label i {
  border: solid 1px #ddd;
  border-radius: 5px;
  transition: border-color 0.5s;
}
.write_bg .form_box .inp_wrap .inp_box .agree_line label i::after {
  opacity: 1;
  border-color: #ddd;
}
.write_bg .form_box .inp_wrap .inp_box .agree_line label input:checked ~ i {
  border-color: #008E2B !important;
}
.write_bg .form_box .inp_wrap .inp_box .agree_line label input:checked ~ i::after {
  border-color: #008E2B !important;
}
.write_bg .form_box .sbm_btn_line {
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
.write_bg .form_box .sbm_btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.write_bg .form_box .sbm_btn_line .btn.bgc2 {
  background-color: #C80010 !important;
  color: #fff;
}

@media screen and (max-width: 1240px) {
  .write_bg .form_box .inp_wrap .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .write_bg {
    padding: 60px 0px;
  }
  .write_bg .form_box {
    margin-top: 40px;
    padding: 30px 20px;
  }
  .write_bg .form_box .inp_wrap {
    gap: 20px;
  }
  .write_bg .form_box .inp_wrap .inp_box > p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .write_bg .form_box .inp_wrap .inp_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .write_bg .form_box .inp_wrap .inp_box .inp.h250 {
    height: 180px;
  }
  .write_bg .form_box .inp_wrap .inp_box select.inp {
    background-position-x: calc(100% - 15px);
    padding-right: 30px;
  }
  .write_bg .form_box .inp_wrap .inp_box .inp_thr_box {
    gap: 4px;
  }
  .write_bg .form_box .inp_wrap .inp_box .inp_thr_box .inp {
    width: calc((100% - 8px) / 3);
  }
  .write_bg .form_box .inp_wrap .inp_box .agree_box {
    height: 150px;
    padding: 15px;
  }
  .write_bg .form_box .inp_wrap .inp_box .agree_line {
    padding: 15px 0px;
  }
  .write_bg .form_box .inp_wrap .inp_box .agree_line label i {
    width: 25px;
    height: 25px;
  }
  .write_bg .form_box .sbm_btn_line {
    margin: 20px auto 0;
  }
  .write_bg .form_box .sbm_btn_line .btn {
    width: 100%;
    height: 45px;
    font-size: 12px;
  }
}
#footer {
  position: relative;
  z-index: 96;
  margin-top: 120px;
  padding: 80px 0px 50px;
  background-color: #000119;
  overflow-y: hidden;
}
#footer.bg_g::after{background-color: #fafafa;}
#footer.bg_g::before{background-image: url(/src/img/radius_tail_g.png);}
#footer.mt0 {
  margin-top: 0;
}
#footer::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 200px;
  width: 73px;
  height: 80px;
  background: url(/src/img/i/radius_tail.png) no-repeat center center/auto;
}
#footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  border-radius: 0 0 0 100px;
  background-color: #fff;
}
#footer .top_btn, #footer .main_top_btn {
  position: absolute;
  z-index: 5;
  top: 50px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: solid 3px #000119;
  background-color: #fff;
}
#footer .top_btn::before, #footer .main_top_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  border-radius: 100px;
  background: url(/src/img/i/top_btn.png) no-repeat center center/auto #000119;
  transition: width 0.2s, height 0.2s;
}
#footer .top_btn:hover::before, #footer .main_top_btn:hover::before {
  width: 70px;
  height: 70px;
}
#footer .f_cont {
  position: relative;
  width: 1820px;
  margin-left: auto;
  margin-right: auto;
}
#footer .f_cont .df_box {
  display: flex;
  gap: 120px;
}
#footer .f_cont .df_box .l_box .info_box {
  margin-top: 40px;
}
#footer .f_cont .df_box .l_box .info_box p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #80808C;
}
#footer .f_cont .df_box .l_box .info_box p:last-child {
  margin-bottom: 0;
}
#footer .f_cont .df_box .l_box .info_box p span {
  margin-right: 5px;
  font-weight: bold;
  color: #fff;
}
#footer .f_cont .df_box .r_box .lst_wrap > ul > li {
  width: 200px;
  text-align: center;
}
#footer .f_cont .df_box .r_box .lst_wrap > ul > li > a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#footer .f_cont .df_box .r_box .lst_wrap > ul > li .dep2 {
  margin-top: 25px;
}
#footer .f_cont .df_box .r_box .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 12px;
  text-align: center;
}
#footer .f_cont .df_box .r_box .lst_wrap > ul > li .dep2 ul li a {
  color: #80808C;
}
#footer .f_cont .df_box .r_box .lst_wrap > ul > li .dep2 ul li a:hover {
  color: #fff;
}
#footer .f_cont .bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
#footer .f_cont .bottom_box .l_box ul {
  display: flex;
  gap: 20px;
}
#footer .f_cont .bottom_box .l_box ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#footer .f_cont .bottom_box .r_box .copyright {
  color: #80808C;
}

@media screen and (max-width: 1840px) {
  #footer .f_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1640px) {
  #footer .f_cont .df_box {
    gap: 60px;
  }
  #footer .f_cont .df_box .r_box .lst_wrap > ul > li {
    width: 180px;
  }
}
@media screen and (max-width: 1420px) {
  #footer::before {
    right: 140px;
    width: 60px;
    height: 65px;
    background-size: contain;
  }
  #footer::after {
    width: 140px;
    height: 140px;
    border-radius: 0 0 0 60px;
  }
  #footer .top_btn, #footer .main_top_btn {
    top: 20px;
    right: 20px;
  }
  #footer .f_cont .df_box {
    padding-right: 80px;
  }
  #footer .f_cont .df_box .l_box {
    width: 100%;
  }
  #footer .f_cont .df_box .r_box {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding: 40px 0px 20px;
    margin-top: 60px;
  }
  #footer::before {
    content: "";
    right: 78px;
    width: 24px;
    height: 22px;
  }
  #footer::after {
    width: 80px;
    height: 80px;
    border-radius: 0 0 0 30px;
  }
  #footer .top_btn, #footer .main_top_btn {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  #footer .top_btn::before, #footer .main_top_btn::before {
    width: 66%;
    height: 66%;
    background-size: 16px 16px;
  }
  #footer .top_btn:hover::before, #footer .main_top_btn:hover::before {
    width: 66%;
    height: 66%;
  }
  #footer .f_cont {
    padding: 0px 20px;
  }
  #footer .f_cont .df_box .l_box .logo {
    display: block;
    width: 165px;
  }
  #footer .f_cont .df_box .l_box .info_box {
    margin-top: 20px;
  }
  #footer .f_cont .df_box .l_box .info_box p {
    display: flex;
    margin-bottom: 10px;
    font-size: 12px;
  }
  #footer .f_cont .bottom_box {
    display: block;
    margin-top: 45px;
  }
  #footer .f_cont .bottom_box .l_box {
    margin-bottom: 15px;
  }
  #footer .f_cont .bottom_box .l_box ul {
    gap: 10px;
  }
  #footer .f_cont .bottom_box .l_box ul li a {
    font-size: 12px;
  }
}
.fix_btn_wrap {
  z-index: 97;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.fix_btn_wrap a, .fix_btn_wrap button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background: url(/src/img/fix_btn.png) no-repeat center center/cover;
}
.fix_btn_wrap a p, .fix_btn_wrap button p {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .fix_btn_wrap {
    bottom: 40px;
    right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .fix_btn_wrap {
    bottom: 10px;
    right: 10px;
    gap: 10px;
  }
  .fix_btn_wrap a, .fix_btn_wrap button {
    width: 60px;
    height: 60px;
  }
  .fix_btn_wrap a img, .fix_btn_wrap button img {
    display: none;
  }
  .fix_btn_wrap a br, .fix_btn_wrap button br {
    display: none;
  }
  .fix_btn_wrap a br.dn, .fix_btn_wrap button br.dn {
    display: block;
  }
  .fix_btn_wrap a span, .fix_btn_wrap button span {
    display: none;
  }
}
.js_lst_ani li {
  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 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
}

.js_lst_ani .v {
  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);
}

.index_wrap .ani, .sub_sect_wrap .ani {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.index_wrap .js_lst_ani li, .sub_sect_wrap .js_lst_ani li {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

@media screen and (max-width: 1655px) {
  .index_wrap .ani, .sub_sect_wrap .ani {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
  .index_wrap .js_lst_ani li, .sub_sect_wrap .js_lst_ani li {
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
  }
}
.main_slider .item .vdo_box{position: absolute; top: 0; left: 50%; transform: translateX(-50%) scale(1);}
.main_slider .item .vdo_box::after{content: ""; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%;}
.main_slider .item .vdo_box{height: 100%;}









.prod_pg6 .top_bg {
  margin-bottom: 120px;
}
.prod_pg6 .top_bg .df_box {
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 20px rgba(200, 0, 16, 0.2);
  background-color: #fff;
}
.prod_pg6 .top_bg .df_box .l_box {
  width: 580px;
}
.prod_pg6 .top_bg .df_box .r_box {
  width: calc(100% - 580px);
  padding: 0px 80px;
  text-align: left;
}
.prod_pg6 .top_bg .df_box .r_box .t1 {
  margin-bottom: 30px;
}
.prod_pg6 .top_bg .df_box .r_box .lst {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}
.prod_pg6 .top_bg .df_box .r_box .lst:last-child {
  margin-bottom: 0;
}
.prod_pg6 .top_bg .df_box .r_box .lst span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #008E2B;
}
.prod_pg6 .mic_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod_pg6 .mic_df .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  max-width: 100%;
  padding: 0px 20px;
  height: 425px;
  border-radius: 20px;
  background-color: #fafafa;
}
.prod_pg6 .sect2 .df_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 80px;
  padding-bottom: 80px;
  border-bottom: dashed 1px #ccc;
}
.prod_pg6 .sect2 .df_box .l_box {
  width: 594px;
}
.prod_pg6 .sect2 .df_box .l_box .t1 {
  margin-bottom: 30px;
}
.prod_pg6 .sect2 .df_box .l_box .lst {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}
.prod_pg6 .sect2 .df_box .l_box .lst:last-child {
  margin-bottom: 0;
}
.prod_pg6 .sect2 .df_box .l_box .lst span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #008E2B;
}
.prod_pg6 .sect2 .df_box .l_box .img {
  margin-top: 80px;
  padding: 80px 30px;
  border-radius: 20px;
  background-color: #FAFAFA;
}
.prod_pg6 .sect2 .bottom_df {
  margin-top: 80px;
}
.prod_pg6 .sect3 {
  padding: 120px 0px;
  margin: 120px 0px;
  background-color: #fafafa;
}
.prod_pg6 .sect3 .t1 {
  margin-bottom: 30px;
}
.prod_pg6 .sect3 .lst {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}
.prod_pg6 .sect3 .lst:last-child {
  margin-bottom: 0;
}
.prod_pg6 .sect3 .lst span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #008E2B;
}
.prod_pg6 .sect3 .mic_df {
  margin-top: 60px;
}
.prod_pg6 .sect3 .mic_df .img {
  background-color: #fff;
}
.prod_pg6 .sect4 .t1 {
  margin-bottom: 30px;
}
.prod_pg6 .sect4 .lst {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}
.prod_pg6 .sect4 .lst:last-child {
  margin-bottom: 0;
}
.prod_pg6 .sect4 .lst span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #008E2B;
}
.prod_pg6 .sect4 .mic_df {
  margin-top: 60px;
}

@media screen and (max-width: 1420px) {
  .prod_pg6 .mic_df {
    flex-direction: column;
    gap: 40px;
  }
  .prod_pg6 .mic_df .img {
    width: 100%;
  }
  .prod_pg6 .mic_df .center_box .arrow_img {
    display: none;
  }
  .prod_pg6 .sect2 .df_box {
    flex-direction: column;
    align-items: center;
  }
  .prod_pg6 .sect2 .df_box .l_box {
    width: 100%;
  }
  .prod_pg6 .sect2 .df_box .l_box .img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1240px) {
  .prod_pg6 .top_bg .df_box .l_box {
    display: none;
  }
  .prod_pg6 .top_bg .df_box .r_box {
    width: 100%;
    padding: 80px 80px;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg6 .top_bg {
    margin-bottom: 60px;
  }
  .prod_pg6 .top_bg .df_box {
    flex-direction: column;
    border-radius: 10px;
  }
  .prod_pg6 .top_bg .df_box .l_box {
    display: block;
    width: auto;
    height: auto;
  }
  .prod_pg6 .top_bg .df_box .r_box {
    padding: 30px 20px;
  }
  .prod_pg6 .top_bg .df_box .r_box .t1 {
    margin-bottom: 15px;
  }
  .prod_pg6 .top_bg .df_box .r_box .lst {
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .prod_pg6 .mic_df {
    gap: 25px;
  }
  .prod_pg6 .mic_df .img {
    height: auto;
    padding: 20px;
    border-radius: 10px;
  }
  .prod_pg6 .mic_df .center_box .mic_img {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
  }
  .prod_pg6 .sect2 .df_box {
    gap: 40px;
    padding-bottom: 40px;
  }
  .prod_pg6 .sect2 .df_box .l_box .t1 {
    margin-bottom: 15px;
  }
  .prod_pg6 .sect2 .df_box .l_box .lst {
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .prod_pg6 .sect2 .df_box .l_box .img {
    margin-top: 40px;
    padding: 40px 20px;
    border-radius: 10px;
  }
  .prod_pg6 .sect2 .bottom_df {
    margin-top: 40px;
  }
  .prod_pg6 .sect3 {
    padding: 60px 0px;
    margin: 60px 0px;
  }
  .prod_pg6 .sect3 .t1 {
    margin-bottom: 15px;
  }
  .prod_pg6 .sect3 .lst {
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .prod_pg6 .sect3 .mic_df {
    margin-top: 30px;
  }
  .prod_pg6 .sect4 .t1 {
    margin-bottom: 15px;
  }
  .prod_pg6 .sect4 .lst {
    padding-left: 23px;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .prod_pg6 .sect4 .mic_df {
    margin-top: 30px;
  }
}




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