.c1 {
  color: #199FE5 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cd {
  color: #ddd;
}

.ce {
  color: #eee;
}

.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: "score";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "score";
  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: "score";
  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: "score";
}

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

.fw9 {
  font-weight: 900;
}

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




.index_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;
}
.index_ani.ani2{transition-delay: 0.2s; -webkit-transition-delay: 0.2s;}
.index_ani.ani3{transition-delay: 0.4s; -webkit-transition-delay: 0.4s;}
@media screen and (max-width: 1420px) {
  .index_ani.ani2{transition-delay: 0; -webkit-transition-delay: 0;}
.index_ani.ani3{transition-delay: 0; -webkit-transition-delay: 0;}
}

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

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

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

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





/*
* 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;
}
h1.fz50{font-size: 50px; font-weight: bold;}
h2.fz40{font-size: 40px; font-weight: bold;}
h3.fz30{font-size: 30px; font-weight: bold;}
p.fz16{font-size: 16px;}
p.fz18{font-size: 18px;}	

@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 11px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 14px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .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: 30px;
  }
	h1.fz50{font-size: 24px; font-weight: bold;}
	h2.fz40{font-size: 20px; font-weight: bold;}
	h3.fz30{font-size: 18px; font-weight: bold;}
	p.fz16{font-size: 12px;}
	p.fz18{font-size: 14px;}	
  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: 40px;
  text-align: center;
  font-size: 0;
}
.page_num.mt80 {
  margin-top: 80px;
}
.page_num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 34px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #199FE5 !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: 20px;
  }
  .page_num.mt80 {
    margin-top: 40px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1420px) {
  .db1420 {
    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;
  }
  .dn1420 {
    display: none !important;
  }
}
@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 #ddd;
  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(25, 159, 229);
  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 #ddd;
  vertical-align: middle;
  border-radius: 5px;
  background-color: #fff;
}

.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;
  transition: all 0.5s;
}
.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 #ddd;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i {
  background-color: #199FE5 !important;
  border-color: #199FE5 !important;
}
.de_cki input:checked ~ i::after {
  opacity: 1;
  border-color: #fff;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

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

.sys_popup.dn {
  display: none;
}

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

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

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

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

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
body {
  background-color: #0A0A0A;
}

.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;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  transition: background-color 0.5s, top 0.5s;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#header .h_cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1800px;
  height: 100%;
  margin: 0px auto;
}
#header .h_cont nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1000px;
  height: 100%;
}
#header .h_cont nav > ul {
  height: 100%;
}
#header .h_cont nav > ul > li {
  position: relative;
  width: 200px;
  height: 100%;
}
#header .h_cont nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#header .h_cont nav > ul > li .dep2 {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  padding: 25px 10px;
  border-radius: 10px;
  background-color: rgba(34, 34, 34, 0.8);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
#header .h_cont nav > ul > li .dep2 ul {
  transition: opacity 0.5s;
  opacity: 0;
}
#header .h_cont nav > ul > li .dep2 ul li {
  margin-bottom: 14px;
  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: #fff;
}
#header .h_cont nav > ul > li .dep2 ul li a:hover {
  color: #199FE5 !important;
  font-weight: bold;
}
#header .h_cont nav > ul > li.a > a {
  color: #199FE5 !important;
}
#header .h_cont nav > ul > li.a .dep2 ul {
  opacity: 1;
  transition-delay: 0.2s;
}
#header .h_cont .r_wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
#header .h_cont .r_wrap .lang_wrap {
  position: relative;
}
#header .h_cont .r_wrap .lang_wrap .dep2 {
  display: none;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  padding: 25px 10px;
  border-radius: 12px;
  background-color: rgba(51, 51, 51, 0.8);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li {
  margin-bottom: 10px;
  text-align: center;
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li a {
  font-size: 14px;
  color: #fff;
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li.a a {
  font-weight: bold;
  color: #199FE5 !important;
}
#header .h_cont .r_wrap .sitemap_btn {
  position: relative;
  width: 30px;
  height: 22px;
}
#header .h_cont .r_wrap .sitemap_btn span {
  position: absolute;
  left: 0px;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  transition: width 0.3s;
}
#header .h_cont .r_wrap .sitemap_btn span:nth-child(1) {
  top: 0px;
}
#header .h_cont .r_wrap .sitemap_btn span:nth-child(2) {
  left: 0px;
  top: 50%;
  width: calc(100% - 11px);
  margin-top: -1px;
}
#header .h_cont .r_wrap .sitemap_btn span:nth-child(3) {
  bottom: 0;
}
#header .h_cont .r_wrap .sitemap_btn:hover span:nth-child(2) {
  width: 100%;
}
#header.act {
  background-color: #0A0A0A;
}

#header.sub_bg {
  background-color: #0A0A0A;
}

#header.sub_pg.scroll_down {
  top: -95px;
}

#header.sub_pg.scroll_act {
  background-color: #0A0A0A;
}

@media screen and (max-width: 1840px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1540px) {
  #header .h_cont nav {
    width: 850px;
  }
  #header .h_cont nav > ul > li {
    width: 170px;
  }
}
@media screen and (max-width: 1420px) {
  #header .h_cont nav {
    display: none;
  }
  #header .h_cont .r_wrap .lang_wrap {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 65px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 150px;
  }
  #header .h_cont .r_wrap {
    gap: 0px 20px;
  }
}
.h_sch {
  display: none;
  position: fixed;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.h_sch .close_wrap {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1800px;
  display: flex;
  justify-content: end;
}
.h_sch .close_wrap .sch_close {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: url(/src/img/i/close_big_w.png) no-repeat center center/auto #199FE5;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.h_sch .h_sch_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.h_sch .h_sch_box input {
  width: 100%;
  height: 100%;
  padding: 0px 60px 0px 30px;
  border-radius: 5px;
}
.h_sch .h_sch_box input::placeholder {
  color: #999;
}
.h_sch .h_sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1840px) {
  .h_sch .close_wrap {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .h_sch .h_sch_box {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 720px) {
  .h_sch .close_wrap {
    top: 20px;
    padding: 0px 20px;
  }
  .h_sch .close_wrap .sch_close {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
  }
  .h_sch .h_sch_box {
    width: calc(100% - 40px);
    height: 60px;
  }
  .h_sch .h_sch_box input {
    padding: 0px 50px 0px 20px;
  }
  .h_sch .h_sch_box .sch_btn {
    right: 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.7);
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: -645px;
  left: 0;
  width: 100%;
  height: 645px;
  background: url(/src/img/sitemap_bg.jpg) no-repeat center center/cover;
  transition: top 0.5s;
}
.sitemap_wrap .sitemap.a {
  top: 0;
}
.sitemap_wrap .sitemap .top {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: end;
  align-items: center;
  width: 1800px;
}
.sitemap_wrap .sitemap .top .lang_wrap {
  display: none;
}
.sitemap_wrap .sitemap .top .lang_wrap ul {
  display: flex;
  gap: 30px;
}
.sitemap_wrap .sitemap .top .lang_wrap ul li a {
  font-size: 14px;
  color: #fff;
}
.sitemap_wrap .sitemap .top .lang_wrap ul li.a a {
  font-weight: bold;
  color: #199FE5 !important;
}
.sitemap_wrap .sitemap .top .sitemap_close {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: url(/src/img/i/close_big_w.png) no-repeat center center/auto #199FE5;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.sitemap_wrap .sitemap .lst_wrap {
  width: 1400px;
  margin: 0px auto;
  padding-top: 150px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li {
  width: 280px;
  text-align: center;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li:hover > a, .sitemap_wrap .sitemap .lst_wrap > ul > li:hover button {
  color: #199FE5;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
  pointer-events: none;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
  margin-top: 60px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 16px;
}
.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 {
  font-size: 20px;
  color: #999;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a:hover {
  color: #199FE5;
}
.sitemap_wrap .sitemap .m_sns_fix {
  display: none;
}

@media screen and (max-width: 1840px) {
  .sitemap_wrap .sitemap .top {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .sitemap_wrap .sitemap {
    width: 100%;
    height: 100%;
  }
  .sitemap_wrap .sitemap .top {
    justify-content: space-between;
  }
  .sitemap_wrap .sitemap .top .lang_wrap {
    display: block;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    width: 100%;
    height: calc(100% - 300px);
    padding-top: 0;
    margin-top: 200px;
    padding-bottom: 50px;
    overflow-y: scroll;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li:hover > a, .sitemap_wrap .sitemap .lst_wrap > ul > li:hover > button {
    color: #fff;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li:last-child {
    margin-bottom: 0;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
    display: block;
    width: 100%;
    padding: 0px 40px;
    text-align: left;
    pointer-events: all;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
    position: relative;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: url(/src/img/i/sitemap_arrow.png) no-repeat center center/cover;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button.a::after {
    transform: scaleY(-1);
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    display: none;
    margin-top: 45px;
    padding: 0px 40px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a:hover {
    color: #999;
  }
  .sitemap_wrap .sitemap .m_sns_fix {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    border: solid 1px #fafafa;
    border-bottom: none;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
  }
  .sitemap_wrap .sitemap .m_sns_fix ul {
    display: flex;
    height: 100%;
  }
  .sitemap_wrap .sitemap .m_sns_fix ul li {
    width: 16.6666666667%;
    height: 100%;
  }
  .sitemap_wrap .sitemap .m_sns_fix ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 5px;
    text-align: center;
  }
  .sitemap_wrap .sitemap .m_sns_fix ul li a p {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
  }
}
@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    top: 20px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .lang_wrap ul {
    gap: 30px;
  }
  .sitemap_wrap .sitemap .top .lang_wrap ul li a {
    font-size: 12px;
  }
  .sitemap_wrap .sitemap .top .sitemap_close {
    width: 30px;
    height: 30px;
    background-size: 12px 12px;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    height: calc(100% - 170px);
    margin-top: 100px;
    padding-bottom: 30px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li {
    margin-bottom: 40px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
    padding: 0px 20px;
    font-size: 18px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    margin-top: 25px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 15px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .m_sns_fix {
    height: 65px;
    border-radius: 10px 10px 0 0;
  }
  .sitemap_wrap .sitemap .m_sns_fix ul li a .img {
    width: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .sitemap_wrap .sitemap .m_sns_fix ul li a p {
    margin-top: 2px;
    font-size: 11px;
  }
}
@media screen and (min-width: 1421px) {
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    display: block !important;
  }
}
.l_banner_wrap {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 50;
  transform: translateY(-50%);
}
.l_banner_wrap .l_banner_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: -18px;
  width: 18px;
  height: 50px;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
}
.l_banner_wrap .l_banner_open img {
  width: 10px;
}
.l_banner_wrap .l_banner_open.black_arrow img{filter: invert(100%);}
.l_banner_wrap .l_banner_close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: -18px;
  width: 18px;
  height: 50px;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
}
.l_banner_wrap .l_banner_close img {
  width: 10px;
  transform: scaleX(-1);
}
.l_banner_wrap .l_banner_close.black_arrow img{filter: invert(100%);}
.l_banner_wrap .banner_box {
  height: 440px;
}
.l_banner_wrap .banner_box .close_box {
  position: relative;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  border-radius: 0 15px 15px 0;
  background-color: #199FE5 !important;
  transition: left 0.5s;
}
.l_banner_wrap .banner_box .close_box > div{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border-radius:0 15px 15px 0; overflow: hidden;}
.l_banner_wrap .banner_box .close_box > div img{display: block; width: 100%; height: 100%; object-fit: cover;}
.l_banner_wrap .banner_box .close_box.a {
  left: -78px;
}
.l_banner_wrap .banner_box .close_box p {
  font-size: 22px;
  color: #fff;
  writing-mode: vertical-lr;
  line-height: 91%;
}
.l_banner_wrap .banner_box .open_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: -265px;
  width: 247px;
  height: 100%;
  transition: left 0.5s;
  border-radius: 0px 15px 15px 0px;
  background-color: #199FE5 !important;
}
.l_banner_wrap .banner_box .open_box .hid_box{display: flex; justify-content: center; align-items: center;width: 100%; height: 100%; border-radius: 0px 15px 15px 0px; overflow: hidden;}
.l_banner_wrap .banner_box .open_box.a {
  left: 0;
}

@media screen and (max-width: 1420px) {
  .l_banner_wrap .l_banner_open {
    width: 40px;
    height: 112px;
    right: -40px;
  }
  .l_banner_wrap .l_banner_open img {
    width: 18px;
  }
  .l_banner_wrap .l_banner_close {
    width: 40px;
    height: 112px;
    right: -40px;
  }
  .l_banner_wrap .l_banner_close img {
    width: 18px;
  }
  .l_banner_wrap .banner_box .close_box {
    left: -40px;
    width: 40px;
    padding: 0;
  }
  .l_banner_wrap .banner_box .close_box.a {
    left: -80px;
  }
  .l_banner_wrap .banner_box .open_box {
    left: -287px;
  }
}
@media screen and (max-width: 720px) {
  .l_banner_wrap .l_banner_open {
    width: 20px;
    height: 56px;
    right: -20px;
    top: 10px;
  }
  .l_banner_wrap .l_banner_open img {
    width: 9px;
  }
  .l_banner_wrap .l_banner_close {
    width: 20px;
    height: 56px;
    right: -20px;
    top: 10px;
  }
  .l_banner_wrap .l_banner_close img {
    width: 9px;
  }
  .l_banner_wrap .banner_box {
    height: 338px;
  }
  .l_banner_wrap .banner_box .close_box {
    left: -20px;
    width: 20px;
  }
  .l_banner_wrap .banner_box .close_box.a {
    left: -40px;
  }
  .l_banner_wrap .banner_box .open_box {
    left: -210px;
    width: 190px;
    border-radius: 0 10px 10px 0;
  }
  .l_banner_wrap .banner_box .open_box .hid_box{border-radius: 0 10px 10px 0;}
}
.r_fix_wrap {
  position: fixed;
  z-index: 50;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  padding: 15px 0px;
  border-radius: 15px 0 0 15px;
  border: solid 1px #fafafa;
  border-right: none;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
.r_fix_wrap ul li {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.r_fix_wrap ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #F3F3F3;
  transform: translateX(-50%);
}
.r_fix_wrap ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.r_fix_wrap ul li:last-child::after {
  display: none;
}
.r_fix_wrap ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.r_fix_wrap ul li a p {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (max-width: 1420px) {
  .r_fix_wrap {
    display: none;
  }
}
.quick_open_btn {
  position: fixed;
  z-index: 51;
  bottom: 20px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.quick_open_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: transform 0.3s;
}
.quick_open_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: url(/src/img/i/quick_inq_close.png) no-repeat center center/cover;
}
.quick_open_btn:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.quick_open_btn.act {
  border-color: #199FE5 !important;
}
.quick_open_btn.act::before {
  background-color: #199FE5 !important;
}
.quick_open_btn.act::after {
  width: 18px;
  height: 18px;
  background-image: url(/src/img/i/quick_inq_open.png);
}

@media screen and (max-width: 1840px) {
  .quick_open_btn {
    right: 40px;
  }
}
@media screen and (max-width: 1420px) {
  .quick_open_btn {
    bottom: 255px;
    transition: bottom 0.5s;
  }
  .quick_open_btn:hover::before {
    transform: translate(-50%, -50%) scale(0.8);
  }
  .quick_open_btn.act {
    bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  .quick_open_btn {
    bottom: 183px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .quick_open_btn::after {
    width: 12px;
    height: 12px;
  }
  .quick_open_btn.act {
    bottom: 10px;
  }
  .quick_open_btn.act::after {
    width: 14px;
    height: 14px;
  }
}
.quick_inq_wrap {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0px;
  background-color: rgba(34, 34, 34, 0.9);
  transition: bottom 0.5s;
}
.quick_inq_wrap.act {
  bottom: -90px;
}
.quick_inq_wrap .df_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quick_inq_wrap .df_box .l_box {
  display: flex;
  align-items: center;
}
.quick_inq_wrap .df_box .l_box .t1 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 50px;
}
.quick_inq_wrap .df_box .l_box .inp {
  width: 280px;
  height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  border: none;
  background-color: rgba(68, 68, 68, 0.6);
  color: #fff;
}
.quick_inq_wrap .df_box .l_box .inp::placeholder {
  color: #fff;
}
.quick_inq_wrap .df_box .l_box .inp.mr10 {
  margin-right: 10px;
}
.quick_inq_wrap .df_box .l_box .ag_box {
  display: flex;
  align-items: center;
  margin-left: 20px;
  gap: 10px;
}
.quick_inq_wrap .df_box .l_box .ag_box button {
  margin-top: -3px;
}
.quick_inq_wrap .df_box .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  border-radius: 5px;
  background-color: #199FE5 !important;
}

@media screen and (max-width: 1620px) {
  .quick_inq_wrap .container {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1420px) {
  .quick_inq_wrap {
    padding: 30px 0px;
  }
  .quick_inq_wrap.act {
    bottom: -280px;
  }
  .quick_inq_wrap .container {
    padding-right: 40px;
  }
  .quick_inq_wrap .df_box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
  }
  .quick_inq_wrap .df_box .l_box {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .quick_inq_wrap .df_box .l_box .t1 {
    width: 100%;
  }
  .quick_inq_wrap .df_box .l_box .inp {
    width: calc(50% - 5px);
  }
  .quick_inq_wrap .df_box .l_box .ag_box {
    margin-left: 0;
  }
  .quick_inq_wrap .df_box .s_btn {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .quick_inq_wrap {
    padding: 20px 0px;
  }
  .quick_inq_wrap .container {
    padding-right: 20px;
  }
  .quick_inq_wrap .df_box {
    gap: 10px;
  }
  .quick_inq_wrap .df_box .l_box {
    gap: 10px;
  }
  .quick_inq_wrap .df_box .l_box .t1 img {
    width: 24px;
  }
  .quick_inq_wrap .df_box .l_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .quick_inq_wrap .df_box .l_box .inp.mr10 {
    margin-right: 0;
  }
  .quick_inq_wrap .df_box .l_box .ag_box label i {
    width: 24px;
    height: 24px;
  }
  .quick_inq_wrap .df_box .s_btn {
    height: 40px;
  }
}
.sect_wrap .sect1 {
  height: 970px;
}
.sect_wrap .sect1 .main_slider {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sect_wrap .sect1 .main_slider .main_mask {
  height: 100%;
}
.sect_wrap .sect1 .main_slider .main_mask .item a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sect_wrap .sect1 .main_slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  transition: transform 2.5s;
  -webkit-transition: transform 2.5s;
  object-fit: cover;
}
.sect_wrap .sect1 .main_slider .item .t_box {
  position: absolute;
  z-index: 1;
  bottom: 140px;
  left: 50%;
  width: 1800px;
  padding-right: 1000px;
  transform: translateX(-50%);
}
.sect_wrap .sect1 .main_slider .item .t_box .t1 {
  margin-bottom: 20px;
}
.sect_wrap .sect1 .main_slider .item .t_box .t1 {
  transform: translateY(50px);
  transition: transform 1s 0.3s, opacity 1s 0.3s;
  opacity: 0;
}
.sect_wrap .sect1 .main_slider .item .t_box .t2 {
  transform: translateY(50px);
  transition: transform 1s 0.6s, opacity 1s 0.6s;
  opacity: 0;
}
.sect_wrap .sect1 .main_slider .item.swiper-slide-active img, .sect_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active img {
  transform: scale(1);
}
.sect_wrap .sect1 .main_slider .item.swiper-slide-active .t_box .t1, .sect_wrap .sect1 .main_slider .item.swiper-slide-active .t_box .t2, .sect_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active .t_box .t1, .sect_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active .t_box .t2 {
  opacity: 1;
  transform: translateY(0);
}
.sect_wrap .sect1 .main_slider .bullet {
  position: absolute;
  z-index: 2;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  justify-content: center;
}
.sect_wrap .sect1 .main_slider .bullet span {
  width: 16px;
  height: 16px;
  /* border-radius: 4px; */
  margin: 0px;
  /* background-color: #fff; */
	background-color: transparent;
  opacity: 1;
}
.sect_wrap .sect1 .main_slider .bullet span::before{content: ""; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 4px; height: 4px; border-radius: 4px; background-color: #fff;}
.sect_wrap .sect1 .main_slider .bullet span {
  position: relative;
}
.sect_wrap .sect1 .main_slider .bullet .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50px;
  border: solid 2px #fff;
}
.sect_wrap .sect{overflow: hidden;}

@media screen and (max-width: 1840px) {
  .sect_wrap .sect1 .main_slider .item .t_box {
    width: 100%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1420px) {
.sect_wrap .sect1{height: auto;}
  .sect_wrap .sect1 .main_slider {
    height: 1280px;
  }
  .sect_wrap .sect1 .main_slider .item .t_box {
    bottom: 130px;
    padding: 0px 40px;
  }
  .sect_wrap .sect1 .main_slider .bullet {
    display: none;
  }
	.sect_wrap .sect1 .main_slider .main_mask .item .vdo_box{height: 100% !important;}
	.sect_wrap .sect1 .main_slider .main_mask .item .vdo_box iframe{
		width: 177.78vh !important;  /* 16:9 기준 */
		height: 100vh !important;
  top: 50% !important;
  left: 50% !important;
transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 991px) {
  .sect_wrap .sect1 .main_slider {
    height: 1280px;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect1 .main_slider {
    height: 570px;
  }
  .sect_wrap .sect1 .main_slider .item .t_box {
    bottom: 70px;
    padding: 0px 20px;
  }
  .sect_wrap .sect1 .main_slider .item .t_box .t1 {
    margin-bottom: 12px;
  }
}
.main_tit {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .main_tit {
    font-size: 30px;
  }
}
.sect_wrap .sect2 {
  position: relative;
	z-index: 1;
  height: 970px;
}
.sect_wrap .sect2 .main_tit {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  transform: translateX(-50%);
}
.sect_wrap .sect2 .lst_wrap {
  height: 100%;
}
.sect_wrap .sect2 .lst_wrap ul {
  display: flex;
  height: 100%;
}
.sect_wrap .sect2 .lst_wrap ul li {
  position: relative;
  width: 25%;
}
.sect_wrap .sect2 .lst_wrap ul li:nth-child(1) .hover_img {
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}
.sect_wrap .sect2 .lst_wrap ul li:nth-child(2) .hover_img {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}
.sect_wrap .sect2 .lst_wrap ul li:nth-child(3) .hover_img {
  clip-path: polygon(5% 0, 95% 0, 100% 100%, 0% 100%);
}
.sect_wrap .sect2 .lst_wrap ul li:nth-child(4) .hover_img {
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}
.sect_wrap .sect2 .lst_wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sect_wrap .sect2 .lst_wrap ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.sect_wrap .sect2 .lst_wrap ul li .bg_img {
  width: 100%;
  height: 100%;
  transition: opacity 0.7s;
}
.sect_wrap .sect2 .lst_wrap ul li .bg_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect_wrap .sect2 .lst_wrap ul li .m_img {
  display: none;
}
.sect_wrap .sect2 .lst_wrap ul li .hover_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 325px;
  opacity: 0;
  transition: opacity 0.7s;
}
.sect_wrap .sect2 .lst_wrap ul li p {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(200px);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.sect_wrap .sect2 .lst_wrap ul li:hover .bg_img {
  opacity: 0.2;
}
.sect_wrap .sect2 .lst_wrap ul li:hover .hover_img {
  opacity: 1;
}

@media screen and (max-width: 1420px) {
  .sect_wrap .sect2 {
    height: auto;
    padding-top: 130px;
  }
  .sect_wrap .sect2 .main_tit {
    position: static;
    display: block;
    text-align: center;
    margin-top: 0;
    transform: translateY(0);
    margin-bottom: 60px;
  }
  .sect_wrap .sect2 .lst_wrap {
    height: auto;
  }
  .sect_wrap .sect2 .lst_wrap ul {
    flex-wrap: wrap;
    height: auto;
  }
  .sect_wrap .sect2 .lst_wrap ul li {
    width: 100%;
  }
  .sect_wrap .sect2 .lst_wrap ul li .bg_img {
    display: none;
  }
  .sect_wrap .sect2 .lst_wrap ul li .m_img {
    display: block;
  }
	.sect_wrap .sect2 .lst_wrap ul li .m_img img{display: block; width: 100%; height: 100%; object-fit: cover;}
  .sect_wrap .sect2 .lst_wrap ul li .hover_img {
    display: none !important;
  }
  .sect_wrap .sect2 .lst_wrap ul li a::after {
    height: 100%;
  }
  .sect_wrap .sect2 .lst_wrap ul li p {
    top: auto;
    bottom: 60px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect2 {
    padding-top: 65px;
  }
  .sect_wrap .sect2 .main_tit {
    margin-bottom: 30px;
  }
  .sect_wrap .sect2 .lst_wrap ul li p {
    bottom: 30px;
    font-size: 16px;
  }
}
.sect_wrap .sect3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 900px;
  padding-top: 30px;
  background: none !important;
  /* background: url(/src/img/main_sect3_bg.jpg) no-repeat center center/cover; */
}
.sect_wrap .sect3 .bg_lst{position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%;}
.sect_wrap .sect3 .bg_lst img{position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; object-fit: cover; transition: opacity 0.5s; opacity: 0;}
.sect_wrap .sect3 .bg_lst img.act{opacity: 1;}
.sect_wrap .sect3 .container{z-index: 1;}
.sect_wrap .sect3 .m_top_t {
  display: none;
}
.sect_wrap .sect3 .mid_more {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border-radius: 100px;
  border: solid 1px #199FE5 !important;
}
.sect_wrap .sect3 .mid_more span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.sect_wrap .sect3 .mid_more span:last-child {
  margin-left: 4px;
}
.sect_wrap .sect3 .mid_more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 128px;
  height: 128px;
  border-radius: 100px;
  background-color: #199FE5 !important;
  transition: width 0.3s, height 0.3s;
}
.sect_wrap .sect3 .mid_more:hover::after {
  width: 100%;
  height: 100%;
}
.sect_wrap .sect3 .sw_wrap {
  overflow: hidden;
}
.sect_wrap .sect3 .sw_wrap .main_prod_sw .item {
  display: flex;
  justify-content: space-between;
}
.sect_wrap .sect3 .sw_wrap .main_prod_sw .item .l_wrap {
  width: 500px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap {
  width: 520px;
}
.sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap .top_box {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap .top_box .main_tit {
  margin-bottom: 30px;
}
.sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap .t1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap .t2 {
  font-size: 16px;
  color: #ddd;
}
.sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap .t2 br{display: none;}
.sect_wrap .sect3 .sw_wrap .m_pagi {
  display: none;
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap {
  float: right;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 520px;
  padding: 0px 50px 0px;
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .arrow_btn {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 14px;
  height: 10px;
  background: url(/src/img/i/right_arrow_w.png) no-repeat center center/cover;
  transform: translateY(-50%);
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .arrow_btn.prev {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .arrow_btn.next {
  right: 0;
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .swiper-button-lock {
  display: block;
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .main_prod_sw2 {
  width: 100%;
  overflow: hidden;
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .main_prod_sw2 .item {
  cursor: pointer;
  position: relative;
  padding-bottom: 23px;
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .main_prod_sw2 .item::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #199FE5 !important;
  transform: scaleX(0);
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .main_prod_sw2 .item p {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  color: #ddd;
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .main_prod_sw2 .item.swiper-slide-thumb-active p {
  color: #199FE5 !important;
}
.sect_wrap .sect3 .sw_wrap .thumb_wrap .main_prod_sw2 .item.swiper-slide-thumb-active::before {
  transform: scaleX(1);
}

@media screen and (max-width: 1420px) {
  .sect_wrap .sect3 {
    height: auto;
    padding: 130px 0px;
  }
  .sect_wrap .sect3 .m_top_t {
    display: block;
    margin-bottom: 60px;
    text-align: center;
  }
  .sect_wrap .sect3 .m_top_t .main_tit {
    margin-bottom: 20px;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .l_wrap {
    position: relative;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .l_wrap .mid_more {
    position: absolute;
    left: auto;
    top: auto;
    transform: translate(0);
    bottom: 0;
    right: -60px;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap {
    width: 100%;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap .top_box {
    display: none;
  }
  .sect_wrap .sect3 .sw_wrap .m_pagi {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    margin-top: 100px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sect_wrap .sect3 .sw_wrap .m_pagi .swiper-pagination-progressbar-fill {
    background-color: #199FE5 !important;
  }
  .sect_wrap .sect3 .sw_wrap .thumb_wrap {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect3 {
    padding: 65px 0px;
  }
  .sect_wrap .sect3 .m_top_t {
    margin-bottom: 30px;
  }
  .sect_wrap .sect3 .m_top_t .main_tit {
    margin-bottom: 15px;
  }
  .sect_wrap .sect3 .m_top_t .main_t2 br {
    display: none;
  }
.sect_wrap .sect3 .m_top_t .main_t2 br.db{display: block;}
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .l_wrap {
    gap: 30px;
    padding: 0px 20px;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .l_wrap .mid_more {
    right: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .l_wrap .mid_more::after {
    width: 55px;
    height: 55px;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .l_wrap .mid_more span {
    font-size: 14px;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .l_wrap .mid_more span:last-child {
    display: none;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap .t1 {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .sect_wrap .sect3 .sw_wrap .main_prod_sw .item .r_wrap .t2 {
    font-size: 12px;
  }
  .sect_wrap .sect3 .sw_wrap .m_pagi {
    margin-top: 35px;
    height: 2px;
  }
}
.sect_wrap .sect4 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  background: url(/src/img/main_sect4_bg.jpg) no-repeat center center/cover;
}
.sect_wrap .sect4 .top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sect_wrap .sect4 .top_df .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  transition: background-color 0.3s, border-color 0.3s;
}
.sect_wrap .sect4 .top_df .more_btn:hover {
  background-color: #199FE5 !important;
  border-color: #199FE5 !important;
}
.sect_wrap .sect4 .m_more_btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 60px;
}
.sect_wrap .sect4 .lst_wrap {
  margin-top: 60px;
}
.sect_wrap .sect4 .lst_wrap ul {
  display: flex;
  gap: 4px;
}
.sect_wrap .sect4 .lst_wrap ul li {
  position: relative;
  width: 347px;
  overflow: hidden;
}
.sect_wrap .sect4 .lst_wrap ul li:first-child {
  border-radius: 30px 0 0 0;
}
.sect_wrap .sect4 .lst_wrap ul li:last-child {
  border-radius: 0 0 30px 0;
}
.sect_wrap .sect4 .lst_wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sect_wrap .sect4 .lst_wrap ul li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.sect_wrap .sect4 .lst_wrap ul li .img img {
  display: block;
  width: 100%;
  transition: transform 0.7s;
}
.sect_wrap .sect4 .lst_wrap ul li .t_box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 40px 40px;
}
.sect_wrap .sect4 .lst_wrap ul li .t_box .step {
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
}
.sect_wrap .sect4 .lst_wrap ul li .t_box .t1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.sect_wrap .sect4 .lst_wrap ul li:hover .img {
  overflow: hidden;
}
.sect_wrap .sect4 .lst_wrap ul li:hover .img img {
  transform: scale(1.1);
}

@media screen and (max-width: 1420px) {
  .sect_wrap .sect4 {
    height: auto;
    padding: 130px 0px;
  }
  .sect_wrap .sect4 .top_df {
    justify-content: center;
  }
  .sect_wrap .sect4 .top_df .main_tit {
    text-align: center;
  }
  .sect_wrap .sect4 .top_df .more_btn {
    display: none;
  }
  .sect_wrap .sect4 .main_t2 {
    text-align: center;
  }
  .sect_wrap .sect4 .m_more_btn {
    display: flex;
    margin: 60px auto 0;
  }
  .sect_wrap .sect4 .lst_wrap ul {
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
  }
  .sect_wrap .sect4 .lst_wrap ul li {
    width: calc(50% - 2px);
    overflow: visible;
  }
  .sect_wrap .sect4 .lst_wrap ul li:hover .img img {
    transform: scale(1);
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect4 {
    padding: 65px 0px;
  }
  .sect_wrap .sect4 .top_df {
    margin-bottom: 15px;
  }
  .sect_wrap .sect4 .m_more_btn {
    width: 135px;
    height: 50px;
    margin-top: 30px;
  }
  .sect_wrap .sect4 .lst_wrap {
    margin-top: 30px;
  }
  .sect_wrap .sect4 .lst_wrap ul {
    gap: 3px;
    border-radius: 15px;
  }
  .sect_wrap .sect4 .lst_wrap ul li {
    width: 100%;
  }
  .sect_wrap .sect4 .lst_wrap ul li .t_box {
    padding: 0px 20px 20px;
  }
  .sect_wrap .sect4 .lst_wrap ul li .t_box .step {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sect_wrap .sect4 .lst_wrap ul li .t_box .t1 {
    font-size: 16px;
  }
  .sect_wrap .sect4 .lst_wrap ul li .t_box .t1 br {
    display: none;
  }
  .sect_wrap .sect4 .lst_wrap ul li .t_box .t1 .m_db {
    display: block;
  }
}
.sect_wrap .sect5 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  background: url(/src/img/main_sect5_bg.jpg) no-repeat center center/cover;
}
.sect_wrap .sect5 .top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sect_wrap .sect5 .top_df .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  transition: background-color 0.3s, border-color 0.3s;
}
.sect_wrap .sect5 .top_df .more_btn:hover {
  background-color: #199FE5 !important;
  border-color: #199FE5 !important;
}
.sect_wrap .sect5 .m_more_btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 60px;
}
.sect_wrap .sect5 .img_box {
  border-radius: 30px 0px;
  margin-top: 60px;
  overflow: hidden;
}
.sect_wrap .sect5 .img_box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.sect_wrap .sect5 .img_box a::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.sect_wrap .sect5 .img_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.sect_wrap .sect5 .img_box .t_box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 40px 40px;
}
.sect_wrap .sect5 .img_box:hover .img img {
  transform: scale(1.1);
}

@media screen and (max-width: 1420px) {
  .sect_wrap .sect5 {
    height: auto;
    padding: 130px 0px;
  }
  .sect_wrap .sect5 .top_df {
    justify-content: center;
  }
  .sect_wrap .sect5 .top_df .main_tit {
    text-align: center;
  }
  .sect_wrap .sect5 .top_df .more_btn {
    display: none;
  }
  .sect_wrap .sect5 .main_t2 {
    text-align: center;
  }
  .sect_wrap .sect5 .m_more_btn {
    display: flex;
    margin: 60px auto 0;
  }
  .sect_wrap .sect5 .img_box {
    height: 480px;
  }
  .sect_wrap .sect5 .img_box .img {
    height: 100%;
  }
  .sect_wrap .sect5 .img_box:hover .img img {
    transform: scale(1);
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect5 {
    padding: 65px 0px;
  }
  .sect_wrap .sect5 .top_df {
    margin-bottom: 15px;
  }
  .sect_wrap .sect5 .m_more_btn {
    width: 135px;
    height: 50px;
    margin-top: 30px;
  }
  .sect_wrap .sect5 .img_box {
    height: 280px;
    border-radius: 15px 0px;
    margin-top: 30px;
  }
  .sect_wrap .sect5 .img_box .t_box {
    padding: 0px 20px 20px;
  }
}
.sect_wrap .sect6 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  background: url(/src/img/main_sect6_bg.jpg) no-repeat center center/cover;
}
.sect_wrap .sect6 .lst_wrap {
  margin-top: 60px;
}
.sect_wrap .sect6 .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sect_wrap .sect6 .lst_wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 80px) / 5);
  height: 100px;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.sect_wrap .sect6 .lst_wrap .partner_sw2 {
  display: none;
}
.sect_wrap .sect6 .lst_wrap .partner_sw3 {
  display: none;
}
.sect_wrap .sect6 .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  margin: 60px auto 0;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  transition: background-color 0.3s, border-color 0.3s;
}
.sect_wrap .sect6 .more_btn:hover {
  background-color: #199FE5 !important;
  border-color: #199FE5 !important;
}

@media screen and (max-width: 1420px) {
  .sect_wrap .sect6 {
    height: auto;
    padding: 130px 0px;
  }
  .sect_wrap .sect6 .lst_wrap ul li {
    width: calc((100% - 40px) / 3);
    height: 76px;
  }
  .sect_wrap .sect6 .lst_wrap .partner_sw {
    display: none;
  }
  .sect_wrap .sect6 .lst_wrap .partner_sw2 {
    display: block;
  }
  .sect_wrap .sect6 .lst_wrap .partner_sw3 {
    display: none;
  }
  .sect_wrap .sect6 .more_btn {
    transition: none;
  }
  .sect_wrap .sect6 .more_btn:hover {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect6 {
    padding: 65px 0px;
  }
  .sect_wrap .sect6 .lst_wrap {
    margin-top: 30px;
  }
  .sect_wrap .sect6 .lst_wrap ul {
    gap: 10px;
  }
  .sect_wrap .sect6 .lst_wrap ul li {
    width: calc(50% - 5px);
    height: 50px;
    padding: 10px;
  }
  .sect_wrap .sect6 .lst_wrap .partner_sw {
    display: none;
  }
  .sect_wrap .sect6 .lst_wrap .partner_sw2 {
    display: none;
  }
  .sect_wrap .sect6 .lst_wrap .partner_sw3 {
    display: block;
  }
  .sect_wrap .sect6 .more_btn {
    width: 135px;
    height: 50px;
    margin-top: 30px;
  }
}
.sect_wrap .sect7 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  background: url(/src/img/main_sect7_bg.jpg) no-repeat center center/cover;
}
.sect_wrap .sect7::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.sect_wrap .sect7 .m_top {
  display: none;
  text-align: center;
}
.sect_wrap .sect7 .df_box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.sect_wrap .sect7 .df_box .l_box {
  width: 630px;
}
.sect_wrap .sect7 .df_box .l_box .map {
  width: 100%;
  height: 445px;
  border-radius: 10px;
  overflow: hidden;
}
.sect_wrap .sect7 .df_box .l_box .info_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
  margin-top: 40px;
}
.sect_wrap .sect7 .df_box .l_box .info_box .item {
  position: relative;
}
.sect_wrap .sect7 .df_box .l_box .info_box .item.w1 {
  width: 100%;
}
.sect_wrap .sect7 .df_box .l_box .info_box .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
}
.sect_wrap .sect7 .df_box .l_box .info_box .item p {
  padding-left: 33px;
  font-size: 16px;
  color: #fff;
}
.sect_wrap .sect7 .df_box .r_box {
  width: 630px;
}
.sect_wrap .sect7 .df_box .r_box .main_tit {
  margin-bottom: 25px;
}
.sect_wrap .sect7 .df_box .r_box .inp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box {
  display: flex;
  align-items: start;
  width: calc(50% - 10px);
  height: 50px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.5);
}
.sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box .t1 {
  width: 70px;
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
}
.sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box .inp {
  width: calc(100% - 70px);
  height: 100%;
  padding: 0px 20px 0px 5px;
  border-radius: 5px;
  border: none;
  background-color: transparent;
  color: #fff;
}
.sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box .inp::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box.h150 {
  height: 150px;
}
.sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box.h150 .inp {
  display: block;
  height: 100%;
  padding: 15px 20px 0px 5px;
  resize: none;
}
.sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box.w1 {
  width: 100%;
}
.sect_wrap .sect7 .df_box .r_box .bottom_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.sect_wrap .sect7 .df_box .r_box .bottom_df .ag_box {
  display: flex;
  align-items: center;
}
.sect_wrap .sect7 .df_box .r_box .bottom_df .ag_box button {
  margin-left: 10px;
  margin-top: -2px;
}
.sect_wrap .sect7 .df_box .r_box .bottom_df .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  border-radius: 5px;
  background-color: #199FE5 !important;
}

@media screen and (max-width: 1420px) {
  .sect_wrap .sect7 {
    height: auto;
    padding: 130px 0px;
  }
  .sect_wrap .sect7 .m_top {
    display: block;
    margin-bottom: 60px;
  }
  .sect_wrap .sect7 .df_box {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .sect_wrap .sect7 .df_box .l_box {
    width: 100%;
  }
  .sect_wrap .sect7 .df_box .r_box {
    width: 100%;
  }
  .sect_wrap .sect7 .df_box .r_box .main_tit, .sect_wrap .sect7 .df_box .r_box .main_t2 {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect7 {
    padding: 65px 0px;
  }
  .sect_wrap .sect7 .m_top {
    margin-bottom: 30px;
  }
  .sect_wrap .sect7 .df_box .l_box .map {
    height: 200px;
  }
  .sect_wrap .sect7 .df_box .l_box .info_box {
    margin-top: 20px;
    gap: 10px 15px;
  }
  .sect_wrap .sect7 .df_box .l_box .info_box .item .img {
    width: 16px;
    margin-top: 2px;
  }
  .sect_wrap .sect7 .df_box .l_box .info_box .item p {
    padding-left: 22px;
    font-size: 12px;
  }
  .sect_wrap .sect7 .df_box .r_box .inp_wrap {
    gap: 5px;
    margin-top: 30px;
  }
  .sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box {
    width: 100%;
    height: 40px;
    padding-left: 15px;
  }
  .sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box .t1 {
    width: 60px;
    margin-top: 11px;
    font-size: 12px;
  }
  .sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box .inp {
    width: calc(100% - 60px);
    padding: 0px 15px 0px 5px;
    font-size: 12px;
  }
  .sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box.h150 {
    height: 75px;
  }
  .sect_wrap .sect7 .df_box .r_box .inp_wrap .inp_box.h150 .inp {
    padding: 12px 15px 0px 5px;
  }
  .sect_wrap .sect7 .df_box .r_box .bottom_df {
    flex-direction: column;
    justify-content: start;
    margin-top: 12px;
  }
  .sect_wrap .sect7 .df_box .r_box .bottom_df .ag_box {
    width: 100%;
  }
  .sect_wrap .sect7 .df_box .r_box .bottom_df .s_btn {
    width: 100%;
    height: 40px;
    margin-top: 15px;
  }
}
.search_pg {
  padding-top: 225px;
}
.search_pg .line {
  margin-bottom: 100px;
}
.search_pg .line:last-child {
  margin-bottom: 0;
}
.search_pg .line .result_t {
  margin-top: 20px;
}
.search_pg .line .result_tb {
  margin-top: 30px;
  border-top: solid 2px #fff;
}
.search_pg .line .result_tb table tr {
  border-bottom: solid 1px #444;
}
.search_pg .line .result_tb table tr th, .search_pg .line .result_tb table tr td {
  padding: 20px 10px;
  text-align: center;
  color: #ddd;
  font-size: 16px;
}
.search_pg .line .result_tb table thead tr th, .search_pg .line .result_tb table thead tr td {
  font-weight: bold;
  color: #fff;
}
.search_pg .line .result_tb table thead tr th.w150 {
  width: 150px;
}
.search_pg .line .result_tb table thead tr th.w200 {
  width: 200px;
}
.search_pg .line .result_tb table tbody tr td.tit a, .search_pg .line .result_tb table tbody tr td.tit button {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: bold;
  color: #fff;
}
.search_pg .line .result_tb table tbody tr td.tit a:hover, .search_pg .line .result_tb table tbody tr td.tit button:hover {
  color: #199FE5 !important;
}
.search_pg .line .result_tb table tbody tr td.tit.tac a, .search_pg .line .result_tb table tbody tr td.tit.tac button {
  text-align: center;
}
.search_pg .line .result_tb table tbody tr td.img a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 50px;
}

@media screen and (max-width: 1420px) {
  .search_pg .line .result_tb table thead {
    display: none;
  }
  .search_pg .line .result_tb table tr {
    display: block;
    padding: 40px 0px;
  }
  .search_pg .line .result_tb table tbody tr {
    position: relative;
  }
  .search_pg .line .result_tb table tbody tr th, .search_pg .line .result_tb table tbody tr td {
    display: inline-block;
    padding: 0;
  }
  .search_pg .line .result_tb table tbody tr th::after, .search_pg .line .result_tb table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -2px 10px 0px;
    vertical-align: middle;
    background-color: #fff;
  }
  .search_pg .line .result_tb table tbody tr th:first-child, .search_pg .line .result_tb table tbody tr td:first-child {
    display: none;
  }
  .search_pg .line .result_tb table tbody tr th.tit, .search_pg .line .result_tb table tbody tr th.img, .search_pg .line .result_tb table tbody tr td.tit, .search_pg .line .result_tb table tbody tr td.img {
    display: block;
  }
  .search_pg .line .result_tb table tbody tr td.m_af_n::after {
    display: none;
  }
  .search_pg .line .result_tb table tbody tr td:last-child::after {
    display: none;
  }
  .search_pg .line .result_tb table tbody tr td.tit::after {
    display: none;
  }
  .search_pg .line .result_tb table tbody tr td.tit.tac a, .search_pg .line .result_tb table tbody tr td.tit.tac button {
    text-align: left;
  }
  .search_pg .line .result_tb table tbody tr td.img::after {
    display: none;
  }
  .search_pg .line .result_tb table tbody tr td.img a {
    width: 100px;
    padding: 0;
  }
  .search_pg .line .result_tb table tfoot tr td {
    display: block;
    text-align: center;
    padding: 0;
  }
  .search_pg .line .result_tb.img_tb table tbody tr {
    padding-left: 120px;
  }
  .search_pg .line .result_tb.img_tb table tbody tr td.img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .search_pg .line .result_tb.tit_mb table tbody tr td.tit {
    margin-bottom: 20px;
  }
  .search_pg .line .result_tb.tit_mt table tbody tr td.tit {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .search_pg {
    padding-top: 120px;
  }
  .search_pg .line {
    margin-bottom: 50px;
  }
  .search_pg .line .result_t {
    margin-top: 12px;
  }
  .search_pg .line .result_tb {
    margin-top: 15px;
    border-top: solid 1px #fff;
  }
  .search_pg .line .result_tb table tr {
    padding: 25px 0px;
  }
  .search_pg .line .result_tb table tbody tr th, .search_pg .line .result_tb table tbody tr td {
    font-size: 12px;
  }
  .search_pg .line .result_tb table tbody tr th::after, .search_pg .line .result_tb table tbody tr td::after {
    margin: -1px 6px 0px;
  }
  .search_pg .line .result_tb table tbody tr td.img a {
    width: 60px;
  }
  .search_pg .line .result_tb table tfoot tr th, .search_pg .line .result_tb table tfoot tr td {
    font-size: 12px;
  }
  .search_pg .line .result_tb.img_tb table tbody tr {
    padding-left: 70px;
  }
  .search_pg .line .result_tb.tit_mb table tbody tr td.tit {
    margin-bottom: 10px;
  }
  .search_pg .line .result_tb.tit_mt table tbody tr td.tit {
    margin-top: 10px;
  }
}
.s_top {
  position: relative;
  width: 100%;
  height: 420px;
  margin-bottom: 130px;
}
.s_top.mb0 {
  margin-bottom: 0;
}
.s_top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.s_top .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.s_top .bg_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s_top .container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s_top .s_top_nav {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
}
.s_top .s_top_nav ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.s_top .s_top_nav ul li a {
  font-size: 16px;
  color: #fff;
}
.s_top .s_top_nav ul li.a a {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.s_top .s_top_nav select {
  display: none;
  width: 100%;
  height: 75px;
  padding: 0px 0px;
  border: none;
  background-color: transparent;
  background-image: url(/src/img/i/sel_w_big.png);
  background-size: 14px 14px;
  background-position-x: calc(100% - 40px);
}
.s_top.s_top2 {
  height: 265px;
  margin-bottom: 0;
}
.s_top.s_top2::before {
  display: none;
}
.s_top.s_top2 .container {
  padding-top: 35px;
}
.s_top.s_top3 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1420px) {
  .s_top .s_top_nav {
    bottom: 0;
    width: 100%;
  }
  .s_top .s_top_nav ul {
    display: none;
  }
  .s_top .s_top_nav select {
    display: block;
  }
  .s_top.s_top2::before {
    display: block;
  }
  .s_top.s_top2 .container {
    padding-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .s_top {
    height: 208px;
    margin-bottom: 65px;
  }
  .s_top::before {
    height: 50px;
  }
  .s_top .s_top_nav select {
    height: 50px;
    background-position-x: calc(100% - 20px);
  }
  .s_top.s_top2 {
    height: 185px;
  }
  .s_top.s_top2 .container {
    padding-top: 15px;
  }
  .s_top.s_top3 {
    margin-bottom: 15px;
  }
}
.bottom_water {
  padding-bottom: 130px;
  background: url(/src/img/loca_water.png) no-repeat center bottom/auto;
  background-position-x: calc(50% + 450px);
}

@media screen and (max-width: 720px) {
  .bottom_water {
    padding-bottom: 65px;
    background-size: 361px 307px;
    background-position-x: calc(100% + 50px);
  }
}
.company_pg .bef_af_wrap {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  overflow: hidden;
  background: url(/src/img/led_water.png) no-repeat bottom center/auto;
}
.company_pg .bef_af_wrap::after {
  content: "";
  position: absolute;
  top: 325px;
  left: -250px;
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  background: url(/src/img/bg_opa_cir.png) no-repeat center center/cover;
}
.company_pg .bef_af_wrap .container {
  position: relative;
  z-index: 1;
}
.company_pg .img_lst1 ul {
  display: flex;
  gap: 4px;
}
.company_pg .img_lst1 ul li {
  width: calc((100% - 8px) / 3);
  position: relative;
  overflow: hidden;
}
.company_pg .img_lst1 ul li:first-child {
  top: 20px;
  border-radius: 30px 0 0 0;
}
.company_pg .img_lst1 ul li:last-child {
  top: 20px;
  border-radius: 0px 0 30px 0;
}
.company_pg .img_lst1 ul li::before {
  content: "";
  position: absolute;
	z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.company_pg .img_lst1 ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
	transition: transform 1s;
}
.company_pg .img_lst1 ul li:hover img{transform: scale(1.1);}
.company_pg .img_lst1 ul li .t_box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 40px 40px;
}
.company_pg .img_lst1 ul li .t_box .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.company_pg .img_lst1 ul li .t_box .t2 {
  margin-top: 30px;
  font-size: 18px;
  color: #ddd;
}
.company_pg .go_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  margin: 70px auto 80px;
  border-radius: 50px;
  background-color: #199FE5 !important;
}
.company_pg .i_lst1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.company_pg .i_lst1 ul li {
  width: calc((100% - 60px) / 4);
  padding: 40px 40px 130px;
  border-radius: 10px;
  background-color: #111;
  position: relative;
}
.company_pg .i_lst1 ul li .t1 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.company_pg .i_lst1 ul li .t2 {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0px 40px;
  font-size: 16px;
  color: #ddd;
}
.company_pg .company_sw_wrap {
  margin-bottom: 130px;
  overflow: hidden;
  background-color: #111;
}
.company_pg .company_sw_wrap .df_box {
  display: flex;
  max-width: 1920px;
  margin: 0px auto;
}
.company_pg .company_sw_wrap .df_box .l_wrap, .company_pg .company_sw_wrap .df_box .r_wrap {
  width: 50%;
}
.company_pg .company_sw_wrap .df_box .l_wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 100px;
}
.company_pg .company_sw_wrap .df_box .l_wrap .box {
  width: 700px;
}
.company_pg .company_sw_wrap .df_box .l_wrap .pagi_box {
  display: flex;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.company_pg .company_sw_wrap .df_box .l_wrap .pagi_box .arrow_btn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border: solid 1px #333;
  border-radius: 100px;
  background: url(/src/img/i/right_arrow_w.png) no-repeat center center/auto;
}
.company_pg .company_sw_wrap .df_box .l_wrap .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.company_pg .company_sw_wrap .df_box .l_wrap .pagi_box .arrow_btn.next {
  margin-left: -10px;
}
.company_pg .company_sw_wrap .df_box .l_wrap .pagi_box .pagi {
  width: 120px;
  margin-left: 50px;
  font-size: 30px;
  color: #333;
}
.company_pg .company_sw_wrap .df_box .l_wrap .pagi_box .pagi .swiper-pagination-current {
  position: relative;
  top: -10px;
  font-weight: bold;
  color: #fff;
}
.company_pg .company_sw_wrap .df_box .l_wrap .pagi_box .pagi .swiper-pagination-total {
  position: relative;
  top: 10px;
}
.company_pg .company_sw_wrap .df_box .l_wrap .company_sw1 .item .t1 {
  font-size: 18px;
  color: #199FE5 !important;
}
.company_pg .company_sw_wrap .df_box .l_wrap .company_sw1 .item .t2 {
  margin-top: 10px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.company_pg .company_sw_wrap .df_box .l_wrap .company_sw1 .item .t3 {
  margin-top: 40px;
  font-size: 18px;
  color: #ddd;
}
.company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 {
  position: relative;
}
.company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 .comp_pagi2 {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateX(-50%);
}
.company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 .comp_pagi2 button {
  width: 12px;
  height: 12px;
  position: relative;
  border-radius: 50px;
}
.company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 .comp_pagi2 button.act {
  border: solid 2px #fff;
}
.company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 .comp_pagi2 button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background-color: #fff;
}
.company_pg .i_lst2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.company_pg .i_lst2 ul li {
  width: calc((100% - 60px) / 4);
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
  background-color: #111;
}
.company_pg .i_lst2 ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  border-radius: 100px;
  background-color: #0A0A0A;
}
.company_pg .i_lst2 ul li .t1 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #199FE5 !important;
}
.company_pg .i_lst2 ul li .t2 {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 1760px) {
  .company_pg .company_sw_wrap .df_box .l_wrap {
    padding-right: 60px;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .box {
    width: 660px;
  }
}
@media screen and (max-width: 1620px) {
  .company_pg .company_sw_wrap .df_box .l_wrap {
    width: 55%;
    padding-right: 40px;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .box {
    width: 640px;
  }
  .company_pg .company_sw_wrap .df_box .r_wrap {
    width: 45%;
    height: 750px;
  }
  .company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 {
    width: 100%;
    height: 100%;
  }
  .company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 .item {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1420px) {
  .company_pg .bef_af_wrap {
    background-size: contain;
  }
  .company_pg .bef_af_wrap::after {
    top: 2000px;
    left: -500px;
  }
  .company_pg .img_lst1 ul {
    flex-direction: column;
    border-radius: 30px 0;
    overflow: hidden;
  }
  .company_pg .img_lst1 ul li {
    width: 100%;
  }
  .company_pg .img_lst1 ul li:first-child {
    border-radius: 0;
    top: 0;
  }
  .company_pg .img_lst1 ul li:last-child {
    border-radius: 0;
    top: 0;
  }
  .company_pg .go_btn {
    margin: 80px auto;
  }
  .company_pg .i_lst1 ul li {
    width: calc(50% - 10px);
  }
  .company_pg .company_sw_wrap {
    padding: 130px 0px;
  }
  .company_pg .company_sw_wrap .m_cont {
    display: block;
  }
  .company_pg .company_sw_wrap .df_box {
    flex-direction: column-reverse;
    margin-top: 80px;
    gap: 80px;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap, .company_pg .company_sw_wrap .df_box .r_wrap {
    width: 100%;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap {
    display: block;
    padding: 0px 40px;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .box {
    width: 100%;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .box .tit {
    display: none;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .box .pagi_box {
    display: none;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .box .company_sw1 .item br {
    display: none;
  }
  .company_pg .company_sw_wrap .df_box .r_wrap {
    height: auto;
  }
  .company_pg .i_lst2 ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .company_pg .bef_af_wrap {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .company_pg .bef_af_wrap::after {
    top: 1100px;
    left: -250px;
    width: 500px;
    height: 500px;
  }
  .company_pg .img_lst1 ul {
    border-radius: 15px 0;
  }
  .company_pg .img_lst1 ul li .t_box {
    padding: 0px 20px 20px;
  }
  .company_pg .img_lst1 ul li .t_box .t1 {
    font-size: 18px;
  }
  .company_pg .img_lst1 ul li .t_box .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
  .company_pg .img_lst1 ul li .t_box br {
    display: none;
  }
  .company_pg .go_btn {
    width: 240px;
    height: 50px;
    margin: 40px auto;
  }
  .company_pg .i_lst1 ul {
    gap: 10px;
  }
  .company_pg .i_lst1 ul li {
    width: calc(50% - 5px);
    padding: 20px;
    border-radius: 5px;
  }
  .company_pg .i_lst1 ul li img {
    width: 30px;
  }
  .company_pg .i_lst1 ul li .t1 {
    margin-top: 10px;
    font-size: 14px;
  }
  .company_pg .i_lst1 ul li .t2 {
    position: static;
    padding: 0;
    margin-top: 15px;
    font-size: 12px;
    word-break: break-all;
  }
  .company_pg .company_sw_wrap {
    padding: 65px 0px;
    margin-bottom: 65px;
  }
  .company_pg .company_sw_wrap .df_box {
    margin-top: 40px;
    gap: 40px;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap {
    padding: 0px 20px;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .company_sw1 .item .t1 {
    font-size: 14px;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .company_sw1 .item .t2 {
    margin-top: 10px;
    font-size: 20px;
  }
  .company_pg .company_sw_wrap .df_box .l_wrap .company_sw1 .item .t3 {
    margin-top: 20px;
    font-size: 14px;
  }
  .company_pg .company_sw_wrap .df_box .r_wrap .company_sw2 .comp_pagi2 {
    bottom: 20px;
    gap: 15px;
  }
  .company_pg .i_lst2 ul li {
    width: 100%;
    padding: 30px 20px;
    border-radius: 5px;
  }
  .company_pg .i_lst2 ul li .img {
    width: 60px;
    height: 60px;
  }
  .company_pg .i_lst2 ul li .img img {
    width: 30px;
  }
  .company_pg .i_lst2 ul li .t1 {
    margin-top: 10px;
    font-size: 12px;
  }
  .company_pg .i_lst2 ul li .t2 {
    margin-top: 7px;
    font-size: 14px;
  }
  .company_pg .i_lst2 ul li br {
    display: none;
  }
}
.greeting_pg {
  display: flex;
  align-items: end;
  gap: 100px;
  max-width: 1920px;
  margin: 0px auto;
}
.greeting_pg .img {
  width: 918px;
  border-radius: 0px 300px 0px 0px;
  overflow: hidden;
}
.greeting_pg .img img {
  display: block;
  width: 100%;
}
.greeting_pg .t_box {
  width: 642px;
  padding-bottom: 130px;
}
.greeting_pg .t_box .t2 {
  margin-top: 40px;
}
.greeting_pg .t_box .sign_box {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
.greeting_pg .t_box .sign_box .box .t4 {
  margin-top: 5px;
}

@media screen and (max-width: 1740px) {
  .greeting_pg {
    align-items: center;
    padding-right: 60px;
  }
  .greeting_pg .img {
    width: calc(100% - 742px);
  }
  .greeting_pg .t_box {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1620px) {
  .greeting_pg {
    gap: 50px;
  }
  .greeting_pg .img {
    width: calc(100% - 692px);
    border-radius: 0px 100px 0 0;
  }
  .greeting_pg .t_box .t2 {
    margin-top: 30px;
  }
  .greeting_pg .t_box .sign_box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1420px) {
  .greeting_pg {
    flex-direction: column;
    padding: 0px 40px;
    padding-bottom: 130px;
  }
  .greeting_pg .img {
    width: 720px;
    max-width: 100%;
    border-radius: 40px;
  }
  .greeting_pg .t_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .greeting_pg {
    padding: 0px 20px;
    padding-bottom: 65px;
  }
  .greeting_pg .img {
    border-radius: 20px;
  }
  .greeting_pg .t_box br {
    display: none;
  }
  .greeting_pg .t_box .t2 {
    margin-top: 20px;
  }
  .greeting_pg .t_box .sign_box {
    margin-top: 30px;
  }
}
.led_pg {
  position: relative;
}
.led_pg .bef_af_wrap {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
  margin-bottom: 130px;
  overflow: hidden;
  background: url(/src/img/led_water.png) no-repeat bottom center/auto #111;
}
.led_pg .bef_af_wrap::before {
  content: "";
  position: absolute;
  top: 300px;
  right: -300px;
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  background: url(/src/img/bg_opa_cir.png) no-repeat center center/cover;
}
.led_pg .bef_af_wrap::after {
  content: "";
  position: absolute;
  top: 1200px;
  left: -300px;
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  background: url(/src/img/bg_opa_cir.png) no-repeat center center/cover;
}
.led_pg .container {
  position: relative;
  z-index: 1;
}
.led_pg .top_lst {
  margin-bottom: 130px;
}
.led_pg .top_lst ul {
  display: flex;
  gap: 10px;
}
.led_pg .top_lst ul li {
  position: relative;
  width: 25%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  transition: width 0.5s;
}
.led_pg .top_lst ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  transition: opacity 0.5s;
  opacity: 0;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.led_pg .top_lst ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s;
}
.led_pg .top_lst ul li:hover {
  width: 52%;
}
.led_pg .top_lst ul li:hover::before {
  opacity: 1;
}
.led_pg .top_lst ul li:hover::after {
  opacity: 0;
}
.led_pg .top_lst ul li:hover .act_t_box {
  opacity: 1;
}
.led_pg .top_lst ul li:hover .t {
  opacity: 0;
}
.led_pg .top_lst ul li .bg_img {
  display: none;
}
.led_pg .top_lst ul li .act_t_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 40px 40px;
  opacity: 0;
  transition: opacity 0.5s;
}
.led_pg .top_lst ul li .act_t_box .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.led_pg .top_lst ul li .act_t_box .t2 {
  margin-top: 20px;
  font-size: 18px;
  color: #ddd;
  white-space: nowrap;
}
.led_pg .top_lst ul li .t {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 500px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: opacity 0.5s;
}
.led_pg .i_lst {
  margin-bottom: 130px;
}
.led_pg .i_lst ul {
  display: flex;
  gap: 40px;
}
.led_pg .i_lst ul li {
  width: calc((100% - 80px) / 3);
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #0A0A0A;
}
.led_pg .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #111;
}
.led_pg .i_lst ul li .t1 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #199FE5 !important;
}
.led_pg .i_lst ul li .t2 {
  margin-top: 12px;
  font-size: 18px;
  color: #fff;
}
.led_pg .img_lst1 ul {
  display: flex;
  gap: 40px;
}
.led_pg .img_lst1 ul li {
  width: calc((100% - 80px) / 3);
}
.led_pg .img_lst1 ul li .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.led_pg .img_lst1 ul li .img img {
  display: block;
  width: 100%;
}
.led_pg .img_lst1 ul li .img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.led_pg .img_lst1 ul li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 40px 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.led_pg .img_lst1 ul li .t_box {
  margin-top: 40px;
  font-size: 18px;
  line-height: 200%;
  color: #ddd;
}
.led_pg .img_lst1 ul li .t_box .lst {
  position: relative;
  padding-left: 14px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #ddd;
}
.led_pg .img_lst1 ul li .t_box .lst:last-child {
  margin-bottom: 0;
}
.led_pg .img_lst1 ul li .t_box .lst::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #ddd;
}
.led_pg .df_lst ul {
  border-radius: 20px;
  background-color: #111;
  overflow: hidden;
}
.led_pg .df_lst ul li {
  display: flex;
}
.led_pg .df_lst ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.led_pg .df_lst ul li .img, .led_pg .df_lst ul li .t_box {
  width: 50%;
}
.led_pg .df_lst ul li .img img {
  display: block;
  width: 100%;
}
.led_pg .df_lst ul li .t_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
}
.led_pg .df_lst ul li .t_box .t1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.led_pg .df_lst ul li .t_box .t2 {
  margin-top: 30px;
  font-size: 18px;
  color: #ddd;
}

@media screen and (max-width: 1420px) {
  .led_pg .bef_af_wrap {
    background-size: contain;
  }
  .led_pg .top_lst ul {
    flex-wrap: wrap;
  }
  .led_pg .top_lst ul li {
    width: 100%;
    height: auto;
    background-image: none !important;
  }
  .led_pg .top_lst ul li::before {
    opacity: 1;
  }
  .led_pg .top_lst ul li::after {
    display: none;
  }
  .led_pg .top_lst ul li:hover {
    width: 100%;
  }
  .led_pg .top_lst ul li .bg_img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .led_pg .top_lst ul li .bg_img img {
    display: block;
    width: 100%;
  }
  .led_pg .top_lst ul li .act_t_box {
    opacity: 1;
  }
  .led_pg .top_lst ul li .act_t_box .t1 {
    white-space: wrap;
  }
  .led_pg .top_lst ul li .act_t_box .t2 {
    white-space: wrap;
  }
  .led_pg .top_lst ul li .t {
    display: none;
  }
  .led_pg .i_lst ul {
    flex-direction: column;
  }
  .led_pg .i_lst ul li {
    width: 100%;
  }
  .led_pg .i_lst ul li br {
    display: none;
  }
  .led_pg .img_lst1 ul {
    flex-direction: column;
  }
  .led_pg .img_lst1 ul li {
    width: 100%;
  }
  .led_pg .img_lst1 ul li .img p br {
    display: none;
  }
  .led_pg .df_lst ul li {
    flex-direction: column;
  }
  .led_pg .df_lst ul li:nth-child(even) {
    flex-direction: column;
  }
  .led_pg .df_lst ul li .img, .led_pg .df_lst ul li .t_box {
    width: 100%;
  }
  .led_pg .df_lst ul li .t_box {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 720px) {
  .led_pg .bef_af_wrap {
    padding-top: 65px;
    padding-bottom: 65px;
    margin-bottom: 65px;
  }
  .led_pg .bef_af_wrap::before {
    top: 0px;
    right: -200px;
    width: 500px;
    height: 500px;
  }
  .led_pg .bef_af_wrap::after {
    top: 560px;
    left: -150px;
    width: 500px;
    height: 500px;
  }
  .led_pg .top_lst {
    margin-bottom: 65px;
  }
  .led_pg .top_lst ul li .act_t_box {
    padding: 0px 20px 20px;
  }
  .led_pg .top_lst ul li .act_t_box .t1 {
    font-size: 18px;
  }
  .led_pg .top_lst ul li .act_t_box .t2 {
    margin-top: 10px;
    font-size: 14px;
  }
  .led_pg .i_lst {
    margin-bottom: 65px;
  }
  .led_pg .i_lst ul {
    gap: 20px;
  }
  .led_pg .i_lst ul li {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .led_pg .i_lst ul li .img {
    width: 60px;
    height: 60px;
  }
  .led_pg .i_lst ul li .img img {
    width: 30px;
  }
  .led_pg .i_lst ul li .t1 {
    margin-top: 15px;
    font-size: 12px;
  }
  .led_pg .i_lst ul li .t2 {
    margin-top: 10px;
    font-size: 14px;
  }
  .led_pg .img_lst1 ul {
    gap: 40px;
  }
  .led_pg .img_lst1 ul li .img {
    border-radius: 10px;
  }
  .led_pg .img_lst1 ul li .img p {
    padding: 0px 20px 20px;
    font-size: 18px;
  }
  .led_pg .img_lst1 ul li .t_box {
    margin-top: 20px;
    font-size: 14px;
  }
  .led_pg .img_lst1 ul li .t_box .lst {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .led_pg .img_lst1 ul li .t_box .lst::before {
    top: 9px;
    width: 3px;
    height: 3px;
  }
  .led_pg .df_lst ul {
    border-radius: 10px;
  }
  .led_pg .df_lst ul li .t_box {
    padding: 30px 20px;
  }
  .led_pg .df_lst ul li .t_box .t1 {
    font-size: 20px;
  }
  .led_pg .df_lst ul li .t_box .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
}
.ex_cate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.ex_cate ul li {
  width: calc((100% - 40px) / 6);
  height: 40px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.ex_cate ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.ex_cate ul li.a {
  border-color: #199FE5 !important;
  background-color: #199FE5 !important;
}

@media screen and (max-width: 1420px) {
  .ex_cate ul li {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 720px) {
  .ex_cate ul {
    gap: 5px;
  }
  .ex_cate ul li {
    width: calc((100% - 10px) / 3);
  }
}
.sub_top_box {
  text-align: center;
  margin-bottom: 80px;
}
.sub_top_box .sub_t1 {
  font-size: 22px;
  font-weight: bold;
  color: #199FE5 !important;
}
.sub_top_box .sub_t2 {
  margin-top: 30px;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.sub_top_box .sub_t3 {
  margin-top: 60px;
  font-size: 20px;
  color: #ddd;
}
.sub_top_box .sub_t3.mt20 {
  margin-top: 20px;
}
.sub_top_box .sub_t3.mt40 {
  margin-top: 40px;
}
.sub_top_box.top_reverse .sub_t2 {
  margin-top: 0;
}
.sub_top_box.top_reverse .sub_t1 {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .sub_top_box br {
    display: none;
  }
  .sub_top_box br.m_db {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .sub_top_box {
    margin-bottom: 40px;
  }
  .sub_top_box .sub_t1 {
    font-size: 16px;
  }
  .sub_top_box .sub_t2 {
    margin-top: 15px;
    font-size: 24px;
  }
  .sub_top_box .sub_t3 {
    margin-top: 30px;
    font-size: 14px;
  }
  .sub_top_box .sub_t3.mt20 {
    margin-top: 12px;
  }
  .sub_top_box .sub_t3.mt40 {
    margin-top: 20px;
  }
  .sub_top_box.top_reverse .sub_t2 {
    margin-top: 0;
  }
  .sub_top_box.top_reverse .sub_t1 {
    margin-top: 15px;
  }
}
.history_pg .history {
  position: relative;
  overflow: hidden;
}
.history_pg .history .bg_bar {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 4px;
  border-radius: 10px;
  background-color: #111;
  height: calc(100% - 20px);
}
.history_pg .history .ani_bar {
  position: absolute;
  z-index: 5;
  width: 4px;
  top: 20px;
  left: 50%;
}
.history_pg .history .ani_bar::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #199FE5 !important;
}
.history_pg .history .ani_bar .scroll_ico {
  z-index: 5;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
  border-radius: 50px;
  background: url(/src/img/his_i.png) no-repeat center center/cover;
  background-color: transparent !important;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
.history_pg .history .history_wrap .line {
  position: relative;
  padding-bottom: 100px;
  display: flex;
  gap: 210px;
}
.history_pg .history .history_wrap .line .l_box {
  width: 595px;
  text-align: right;
}
.history_pg .history .history_wrap .line .l_box .year {
  position: relative;
  line-height: 125%;
}
.history_pg .history .history_wrap .line .l_box .t1 {
  margin-top: 20px;
}
.history_pg .history .history_wrap .line .img {
  margin-top: 50px;
  border-radius: 20px;
  overflow: hidden;
}
.history_pg .history .history_wrap .line:last-child {
  padding-bottom: 0;
}
.history_pg .history .history_wrap .line:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
.history_pg .history .history_wrap .line:nth-child(even) .l_box {
  text-align: left;
}
.history_pg .history .history_wrap .line:nth-child(even) .t_box .t {
  padding-left: 0;
  padding-right: 110px;
}
.history_pg .history .history_wrap .line:nth-child(even) .t_box .t .date {
  left: auto;
  right: 0;
  text-align: right;
}
.history_pg .history .history_wrap .line:nth-child(even) .t_box .t .txt {
  text-align: right;
  padding-left: 0;
  padding-right: 14px;
}
.history_pg .history .history_wrap .line:nth-child(even) .t_box .t .txt::before {
  left: auto;
  right: 0px;
}
.history_pg .history .history_wrap .line .t_box {
  width: 595px;
}
.history_pg .history .history_wrap .line .t_box .t {
  position: relative;
  padding-left: 110px;
  margin-top: 20px;
  font-size: 18px;
  color: #ddd;
}
.history_pg .history .history_wrap .line .t_box .t .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  font-weight: bold;
  color: #fff;
}
.history_pg .history .history_wrap .line .t_box .t .txt {
  position: relative;
  display: block;
  padding-left: 14px;
}
.history_pg .history .history_wrap .line .t_box .t .txt::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #ddd;
}

@media screen and (max-width: 1420px) {
  .history_pg .history .bg_bar {
    left: 30px;
  }
  .history_pg .history .ani_bar {
    left: 30px;
  }
  .history_pg .history .history_wrap .line {
    display: block;
    padding-left: 100px;
  }
  .history_pg .history .history_wrap .line::before {
    left: 30px;
  }
  .history_pg .history .history_wrap .line::after {
    left: 30px;
  }
  .history_pg .history .history_wrap .line .l_box {
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
  }
  .history_pg .history .history_wrap .line .img {
    width: 590px;
    max-width: 100%;
  }
  .history_pg .history .history_wrap .line .t_box {
    width: 100%;
  }
  .history_pg .history .history_wrap .line:nth-child(even) .t_box {
    text-align: left;
  }
  .history_pg .history .history_wrap .line:nth-child(even) .t_box .t {
    right: auto;
    left: 0;
    padding-right: 0;
    padding-left: 110px;
  }
  .history_pg .history .history_wrap .line:nth-child(even) .t_box .t .date {
    right: auto;
    left: 0;
    text-align: left;
  }
  .history_pg .history .history_wrap .line:nth-child(even) .t_box .t .txt {
    text-align: left;
    padding-right: 0;
    padding-left: 14px;
  }
  .history_pg .history .history_wrap .line:nth-child(even) .t_box .t .txt::before {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 720px) {
  .history_pg .history .bg_bar {
    top: 5px;
    left: 15px;
    width: 2px;
    height: calc(100% - 5px);
  }
  .history_pg .history .ani_bar {
    width: 2px;
    top: 5px;
    left: 15px;
  }
  .history_pg .history .ani_bar .scroll_ico {
    left: 1px;
    width: 27px;
    height: 27px;
  }
  .history_pg .history .history_wrap .line {
    padding-left: 45px;
    padding-bottom: 60px;
  }
  .history_pg .history .history_wrap .line::before {
    left: 20px;
  }
  .history_pg .history .history_wrap .line::after {
    left: 20px;
  }
  .history_pg .history .history_wrap .line .l_box {
    margin-bottom: 30px;
  }
  .history_pg .history .history_wrap .line .l_box .t1 {
    margin-top: 12px;
  }
  .history_pg .history .history_wrap .line .img {
    margin-top: 30px;
    border-radius: 10px;
  }
  .history_pg .history .history_wrap .line .t_box .t1 {
    margin-top: 20px;
  }
  .history_pg .history .history_wrap .line .t_box .t {
    padding-left: 0px;
    margin-top: 15px;
    font-size: 14px;
  }
  .history_pg .history .history_wrap .line .t_box .t:first-child {
    margin-top: 0;
  }
  .history_pg .history .history_wrap .line .t_box .t .date {
    position: static;
    display: block;
    margin-bottom: 5px;
  }
  .history_pg .history .history_wrap .line .t_box .t .txt {
    padding-left: 0;
  }
  .history_pg .history .history_wrap .line .t_box .t .txt::before {
    display: none;
    top: 9px;
    width: 3px;
    height: 3px;
  }
  .history_pg .history .history_wrap .line:nth-child(even) .t_box .t {
    padding-left: 0px;
  }
  .history_pg .history .history_wrap .line:nth-child(even) .t_box .t .txt {
    padding-left: 0;
  }
  .history_pg .history .history_wrap .line.a::after {
    top: 5px;
    width: 45px;
    height: 45px;
  }
}
.cert_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.cert_pg .lst_wrap ul li {
  width: calc((100% - 120px) / 4);
}
.cert_pg .lst_wrap ul li .img {
  padding: 40px;
  border-radius: 20px;
  background-color: #111;
  overflow: hidden;
}
.cert_pg .lst_wrap ul li .img img {
  display: block;
  width: 100%;
}
.cert_pg .lst_wrap ul li p {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .cert_pg .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .cert_pg .lst_wrap ul {
    gap: 25px 20px;
  }
  .cert_pg .lst_wrap ul li {
    width: calc(50% - 10px);
  }
  .cert_pg .lst_wrap ul li .img {
    padding: 15px;
    border-radius: 10px;
  }
  .cert_pg .lst_wrap ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.partner_pg .partner_tab ul {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.partner_pg .partner_tab ul li {
  width: 210px;
  height: 60px;
  border-radius: 50px;
  overflow: hidden;
}
.partner_pg .partner_tab ul li a, .partner_pg .partner_tab ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  background-color: #fff;
}
.partner_pg .partner_tab ul li.a a, .partner_pg .partner_tab ul li.a button {
  color: #fff;
  background-color: #199FE5 !important;
}
.partner_pg .lst_wrap {
  margin-top: 80px;
}
.partner_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.partner_pg .lst_wrap ul li {
  width: calc((100% - 120px) / 4);
  padding: 28px;
  border-radius: 20px;
  background-color: #111;
}
.partner_pg .lst_wrap ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.partner_pg .lst_wrap ul li p {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  word-break: break-all;
}

@media screen and (max-width: 1420px) {
  .partner_pg .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .partner_pg .partner_tab ul {
    flex-wrap: wrap;
    gap: 5px;
  }
  .partner_pg .partner_tab ul li {
    width: 100%;
    height: 45px;
  }
  .partner_pg .partner_tab ul li a, .partner_pg .partner_tab ul li button {
    font-size: 12px;
  }
  .partner_pg .lst_wrap {
    margin-top: 40px;
  }
  .partner_pg .lst_wrap ul {
    gap: 20px;
  }
  .partner_pg .lst_wrap ul li {
    width: calc(50% - 10px);
    padding: 10px;
    border-radius: 10px;
  }
  .partner_pg .lst_wrap ul li .img {
    padding: 10px 12px;
    border-radius: 5px;
  }
  .partner_pg .lst_wrap ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.location_pg {
  padding-bottom: 130px;
  background: url(/src/img/loca_water.png) no-repeat center bottom/auto;
  background-position-x: calc(50% + 450px);
}
.location_pg.bg_loca {
  padding-top: 130px;
  background-color: #111;
}
.location_pg.mb130 {
  margin-bottom: 130px;
}
.location_pg .map {
  width: 100%;
  height: 600px;
}
.location_pg .info_line {
  margin-top: 80px;
}
.location_pg .info_line .line {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  align-items: start;
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px #444;
}
.location_pg .info_line .line:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.location_pg .info_line .line .tit {
  width: 320px;
}
.location_pg .info_line .line .info_box {
  width: calc(100% - 420px);
}
.location_pg .info_line .line .info_box .lst {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ddd;
}
.location_pg .info_line .line .info_box .lst span {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}
.location_pg .info_line .line .info_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.location_pg .info_line .line .info_box ul li {
  display: flex;
}
.location_pg .info_line .line .info_box ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: 6px 20px 0px;
  background-color: #444;
  vertical-align: middle;
}
.location_pg .info_line .line .info_box ul li:last-child::after {
  display: none;
}
.location_pg .info_line .line .info_box ul li .ico {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.location_pg .info_line .line .info_box ul li p {
  margin-left: 10px;
  font-size: 18px;
  color: #ddd;
}
.location_pg .info_line .line .info_box .t1 {
  margin-bottom: 20px;
}
.location_pg .info_line .line .info_box .subway_t {
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ddd;
}
.location_pg .info_line .line .info_box .subway_t.mb45 {
  margin-bottom: 45px;
}
.location_pg .info_line .line .info_box .subway_t span {
  position: absolute;
  top: -4px;
  left: 0;
  width: 55px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.location_pg .info_line .line .info_box .subway_t span.line_two {
  background-color: #3CB44A;
}
.location_pg .info_line .line .info_box .subway_t span.line_one {
  background-color: #263C96;
}
.location_pg .info_line .line .info_box .find_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 280px;
  height: 60px;
  margin-top: 40px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .location_pg .info_line .line {
    flex-direction: column;
    justify-content: start;
    gap: 60px;
  }
  .location_pg .info_line .line .tit {
    width: 100%;
  }
  .location_pg .info_line .line .info_box {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .location_pg .info_line .line .info_box ul {
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
  .location_pg .info_line .line .info_box ul li::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .location_pg {
    padding-bottom: 65px;
    background-size: 361px 307px;
    background-position-x: calc(100% + 50px);
  }
  .location_pg.bg_loca {
    padding-top: 65px;
  }
  .location_pg.mb130 {
    margin-bottom: 65px;
  }
  .location_pg .map {
    height: 300px;
  }
  .location_pg .info_line {
    margin-top: 40px;
  }
  .location_pg .info_line .line {
    gap: 30px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .location_pg .info_line .line .info_box .lst {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .location_pg .info_line .line .info_box ul {
    gap: 12px;
    margin-top: 20px;
  }
  .location_pg .info_line .line .info_box ul li .ico {
    gap: 7px;
    font-size: 14px;
  }
  .location_pg .info_line .line .info_box ul li .ico .img {
    position: relative;
    top: 3px;
    width: 15px;
  }
  .location_pg .info_line .line .info_box ul li p {
    margin-left: 7px;
    font-size: 14px;
  }
  .location_pg .info_line .line .info_box .t1 {
    margin-bottom: 15px;
  }
  .location_pg .info_line .line .info_box .subway_t {
    padding-left: 53px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .location_pg .info_line .line .info_box .subway_t.mb45 {
    margin-bottom: 25px;
  }
  .location_pg .info_line .line .info_box .subway_t span {
    top: -2px;
    width: 43px;
    height: 27px;
    font-size: 14px;
  }
  .location_pg .info_line .line .info_box .find_btn {
    width: 100%;
    height: 45px;
    margin-top: 25px;
    font-size: 12px;
  }
  .location_pg .info_line .line .info_box .find_btn img {
    width: 15px;
  }
}
.example_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.example_pg .lst_wrap ul li {
  position: relative;
  width: calc((100% - 60px) / 4);
  overflow: hidden;
	aspect-ratio: 1/1.3;	
}
.example_pg .lst_wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.example_pg .lst_wrap ul li a::before{content: ""; z-index: 1; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%;  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.example_pg .lst_wrap ul li a::after {
  content: "view more";
  transition: opacity 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.example_pg .lst_wrap ul li .vdo_box{position: relative; display: block; width: 100%; height: 100%;}
.example_pg .lst_wrap ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.example_pg .lst_wrap ul li .t_box {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px 40px;
  text-align: center;
}
.example_pg .lst_wrap ul li .t_box .t1 {
  font-size: 16px;
  color: #fff;
}
.example_pg .lst_wrap ul li .t_box .t2 {
  margin-top: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.example_pg .lst_wrap ul li:hover a::after {
  opacity: 1;
}
.example_pg .lst_wrap ul li:hover a img {
  transform: scale(1.1);
}

@media screen and (max-width: 1420px) {
  .example_pg .lst_wrap ul {
    flex-wrap: wrap;
  }
  .example_pg .lst_wrap ul li {
    width: calc(50% - 10px);
  }
  .example_pg .lst_wrap ul li a::after {
    display: none;
  }
  .example_pg .lst_wrap ul li:hover a img {
    transform: scale(1);
  }
}
@media screen and (max-width: 720px) {
  .example_pg .lst_wrap ul {
    gap: 10px;
    margin-top: 10px;
  }
  .example_pg .lst_wrap ul li {
    width: calc(50% - 5px);
  }
  .example_pg .lst_wrap ul li .t_box {
    padding: 0px 20px 20px;
  }
  .example_pg .lst_wrap ul li .t_box .t1 {
    font-size: 12px;
  }
  .example_pg .lst_wrap ul li .t_box .t2 {
    margin-top: 8px;
    font-size: 16px;
  }
}
.example_view .top_bg {
  width: 100%;
  height: 970px;
  margin-bottom: 130px;
}
.example_view .top_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.example_view .ex_main .df_box {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 150px;
  margin-bottom: 130px;
}
.example_view .ex_main .df_box .l_box {
  width: 780px;
}
.example_view .ex_main .df_box .l_box .t1 {
  margin-bottom: 20px;
}
.example_view .ex_main .df_box .l_box .t2 {
  margin-bottom: 40px;
}
.example_view .ex_main .df_box .l_box .lst {
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ddd;
}
.example_view .ex_main .df_box .l_box .lst:last-child {
  margin-bottom: 0;
}
.example_view .ex_main .df_box .l_box .lst::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #ddd;
}
.example_view .ex_main .df_box .r_box {
  width: calc(100% - 930px);
}
.example_view .ex_main .df_box .r_box .tb_wrap {
  width: 100%;
  border-top: solid 2px #fff;
}
.example_view .ex_main .df_box .r_box .tb_wrap table tr {
  border-bottom: solid 1px #444;
}
.example_view .ex_main .df_box .r_box .tb_wrap table tr th, .example_view .ex_main .df_box .r_box .tb_wrap table tr td {
  padding: 27px 0px;
  text-align: left;
  font-size: 18px;
}
.example_view .ex_main .df_box .r_box .tb_wrap table tr th {
  width: 100px;
  font-weight: bold;
  color: #fff;
}
.example_view .ex_main .df_box .r_box .tb_wrap table tr td {
  color: #ddd;
}

@media screen and (max-width: 1420px) {
  .example_view .ex_main .df_box {
    flex-direction: column;
    justify-content: center;
    gap: 100px;
  }
  .example_view .ex_main .df_box .l_box {
    width: 100%;
  }
  .example_view .ex_main .df_box .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .example_view .top_bg {
    height: 400px;
    margin-bottom: 65px;
  }
  .example_view .ex_main .df_box {
    gap: 50px;
    margin-bottom: 65px;
  }
  .example_view .ex_main .df_box .l_box .t1 {
    margin-bottom: 10px;
  }
  .example_view .ex_main .df_box .l_box .t2 {
    margin-bottom: 20px;
  }
  .example_view .ex_main .df_box .l_box .lst {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .example_view .ex_main .df_box .l_box .lst::before {
    top: 9px;
    width: 3px;
    height: 3px;
  }
  .example_view .ex_main .df_box .r_box .tb_wrap {
    padding: 20px 0px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #444;
  }
  .example_view .ex_main .df_box .r_box .tb_wrap table tr {
    display: block;
    margin-bottom: 17px;
    border: none;
  }
  .example_view .ex_main .df_box .r_box .tb_wrap table tr:last-child {
    margin-bottom: 0;
  }
  .example_view .ex_main .df_box .r_box .tb_wrap table tr th, .example_view .ex_main .df_box .r_box .tb_wrap table tr td {
    display: block;
    padding: 0;
    font-size: 14px;
  }
  .example_view .ex_main .df_box .r_box .tb_wrap table tr th {
    width: 100%;
    margin-bottom: 5px;
  }
}
.inp_thr_box {
  display: flex;
  gap: 8px;
}
.inp_thr_box .inp {
  width: calc((100% - 16px) / 3);
}

.bottom_inq_wrap {
  border-radius: 20px;
  background-color: #111;
  overflow: hidden;
  margin-top: 130px;
}
.bottom_inq_wrap .df_box {
  display: flex;
  align-items: end;
}
.bottom_inq_wrap .df_box .l_box, .bottom_inq_wrap .df_box .r_box {
  width: 50%;
  padding: 80px;
}
.bottom_inq_wrap .df_box .l_box {
  border-right: solid 1px #222;
}
.bottom_inq_wrap .df_box .l_box .t1 {
  margin-bottom: 20px;
}
.bottom_inq_wrap .df_box .l_box .t2 {
  margin-bottom: 60px;
}
.bottom_inq_wrap .df_box .inp_wrap .inp_box {
  margin-bottom: 40px;
}
.bottom_inq_wrap .df_box .inp_wrap .inp_box:last-child {
  margin-bottom: 0;
}
.bottom_inq_wrap .df_box .inp_wrap .inp_box .t {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.bottom_inq_wrap .df_box .inp_wrap .inp_box .inp {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 0px 20px;
}
.bottom_inq_wrap .df_box .inp_wrap .inp_box .inp::placeholder {
  color: #999;
}
.bottom_inq_wrap .df_box .inp_wrap .inp_box .inp.h300 {
  display: block;
  height: 300px;
  padding: 20px;
  resize: none;
}
.bottom_inq_wrap .df_box .r_box .ag_box {
  display: flex;
  align-items: center;
  margin: 30px 0px;
  gap: 10px;
}
.bottom_inq_wrap .df_box .r_box .ag_box button {
  margin-top: -3px;
}
.bottom_inq_wrap .df_box .r_box .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #199FE5 !important;
}

.bottom_list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .bottom_inq_wrap {
    padding: 80px;
  }
  .bottom_inq_wrap .df_box {
    flex-direction: column;
    align-items: center;
  }
  .bottom_inq_wrap .df_box .l_box, .bottom_inq_wrap .df_box .r_box {
    width: 100%;
    padding: 0;
  }
  .bottom_inq_wrap .df_box .l_box {
    border: none;
  }
  .bottom_inq_wrap .df_box .r_box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .inp_thr_box {
    gap: 4px;
  }
  .inp_thr_box .inp {
    width: calc((100% - 8px) / 3);
  }
  .bottom_inq_wrap {
    border-radius: 0px;
    margin-top: 65px;
    padding: 0;
    background-color: transparent;
  }
  .bottom_inq_wrap .df_box .inp_wrap .inp_box {
    margin-bottom: 25px;
  }
  .bottom_inq_wrap .df_box .inp_wrap .inp_box .t {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .bottom_inq_wrap .df_box .inp_wrap .inp_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .bottom_inq_wrap .df_box .inp_wrap .inp_box .inp.h300 {
    height: 170px;
    padding: 15px;
  }
  .bottom_inq_wrap .df_box .l_box .t1 {
    margin-bottom: 10px;
  }
  .bottom_inq_wrap .df_box .l_box .t2 {
    margin-bottom: 30px;
  }
  .bottom_inq_wrap .df_box .r_box {
    margin-top: 25px;
  }
  .bottom_inq_wrap .df_box .r_box .ag_box {
    margin: 15px 0px;
    gap: 7px;
  }
  .bottom_inq_wrap .df_box .r_box .ag_box button {
    margin-top: -3px;
  }
  .bottom_inq_wrap .df_box .r_box .s_btn {
    height: 40px;
  }
  .bottom_list_btn {
    width: 120px;
    height: 40px;
    font-size: 12px;
  }
}
.total_t {
  font-size: 14px;
  color: #fff;
}

.prod_lst_pg .prod_lst_wrap {
  margin-top: 50px;
}
.prod_lst_pg .prod_lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.prod_lst_pg .prod_lst_wrap ul li {
  width: calc((100% - 80px) / 3);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.prod_lst_pg .prod_lst_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.prod_lst_pg .prod_lst_wrap ul li .img img {
  transition: transform 0.7s;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box {
  margin-top: 40px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .t2 {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
.prod_lst_pg .prod_lst_wrap ul li:hover .img img {
  transform: scale(1.1);
}

@media screen and (max-width: 1420px) {
  .prod_lst_pg .prod_lst_wrap ul li {
    width: calc(50% - 20px);
  }
  .prod_lst_pg .prod_lst_wrap ul li:hover .img img {
    transform: scale(1);
  }
}
@media screen and (max-width: 720px) {
  .total_t {
    font-size: 12px;
  }
  .prod_lst_pg .prod_lst_wrap {
    margin-top: 25px;
  }
  .prod_lst_pg .prod_lst_wrap ul {
    gap: 20px;
    margin-top: 20px;
  }
  .prod_lst_pg .prod_lst_wrap ul li {
    width: calc(50% - 10px);
    border-radius: 10px;
  }
  .prod_lst_pg .prod_lst_wrap ul li a {
    padding: 20px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box {
    margin-top: 20px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .tit {
    font-size: 18px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .t2 {
    margin-top: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 380px) {
  .prod_lst_pg .prod_lst_wrap ul li {
    width: 100%;
  }
}
.bottom_sch_wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 40px;
}
.bottom_sch_wrap .inp {
  height: 50px;
  padding-left: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.bottom_sch_wrap select.inp {
  width: 150px;
}
.bottom_sch_wrap .sch_box {
  position: relative;
  width: 480px;
}
.bottom_sch_wrap .sch_box .inp {
  width: 100%;
  padding-right: 60px;
}
.bottom_sch_wrap .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .bottom_sch_wrap {
    flex-direction: column;
    margin-top: 25px;
  }
  .bottom_sch_wrap .inp {
    height: 40px;
    padding-left: 15px;
    font-size: 12px;
  }
  .bottom_sch_wrap select.inp {
    width: 100%;
  }
  .bottom_sch_wrap .sch_box {
    width: 100%;
  }
  .bottom_sch_wrap .sch_box .inp {
    padding-right: 50px;
  }
  .bottom_sch_wrap .sch_box .sch_btn {
    right: 15px;
    width: 20px;
  }
}
.prod_view {
  padding-top: 135px;
}
.prod_view .prod_nav {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.prod_view .prod_nav p {
  color: #999;
  font-size: 14px;
}
.prod_view .prod_nav p::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -4px 10px 0px;
  vertical-align: middle;
  background: url(/src/img/i/r_w.png) no-repeat center center/cover;
}
.prod_view .prod_nav p:last-child {
  color: #fff;
}
.prod_view .prod_nav p:last-child::after {
  display: none;
}
.prod_view .top_df {
  display: flex;
  align-items: start;
  gap: 100px;
  margin-bottom: 130px;
}
.prod_view .top_df .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 620px;
  border-radius: 20px;
  overflow: hidden;
}
.prod_view .top_df .info_box {
  width: calc(100% - 720px);
}
.prod_view .top_df .info_box .t2 {
  margin-top: 20px;
}
.prod_view .top_df .info_box .t3 {
  margin-top: 20px;
}
.prod_view .top_df .info_box .tb_wrap {
  width: 100%;
  margin-top: 40px;
  border-top: solid 2px #fff;
}
.prod_view .top_df .info_box .tb_wrap table tr {
  border-bottom: solid 1px #444;
}
.prod_view .top_df .info_box .tb_wrap table tr th, .prod_view .top_df .info_box .tb_wrap table tr td {
  padding: 27px 0px;
  text-align: left;
  font-size: 18px;
}
.prod_view .top_df .info_box .tb_wrap table tr th {
  width: 140px;
  font-weight: bold;
  color: #fff;
}
.prod_view .top_df .info_box .tb_wrap table tr td {
  color: #ddd;
}
.prod_view .info_line .top_t {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #444;
}
.prod_view .info_line .top_t::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 3px;
  background-color: #199FE5 !important;
}
.prod_view .info_line .top_t .t2 {
  margin-top: 20px;
}
.prod_view .info_line .t_box .lst {
  position: relative;
  padding-left: 14px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}
.prod_view .info_line {margin-bottom: 130px;}
.prod_view .info_line .t_box .lst:last-child {
  margin-bottom: 0;
}
.prod_view .info_line .t_box .lst::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
}
.prod_view .bg_wrap {
  padding: 130px 0px;
  background-color: #111;
}
.prod_view .sw_wrap {
  overflow: hidden;
}
.prod_view .sw_wrap .view_ex_sw .item {
  position: relative;
  overflow: hidden;
	aspect-ratio: 430/560;
}
.prod_view .sw_wrap .view_ex_sw .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.prod_view .sw_wrap .view_ex_sw .item a::before{
	content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.prod_view .sw_wrap .view_ex_sw .item a::after {
  content: "view more";
  transition: opacity 0.5s;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.prod_view .sw_wrap .view_ex_sw .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.prod_view .sw_wrap .view_ex_sw .item .t_box {
  position: absolute;
z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px 40px;
  text-align: center;
}
.prod_view .sw_wrap .view_ex_sw .item .t_box .t1 {
  font-size: 16px;
  color: #fff;
}
.prod_view .sw_wrap .view_ex_sw .item .t_box .t2 {
  margin-top: 12px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.prod_view .sw_wrap .view_ex_sw .item:hover a::after {
  opacity: 1;
}
.prod_view .sw_wrap .view_ex_sw .item:hover a img {
  transform: scale(1.1);
}
.prod_view .sw_wrap .pagi_box {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 40px;
}
.prod_view .sw_wrap .pagi_box .arrow_btn {
  position: static;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-top: 0;
  background: url(/src/img/i/right_arrow_w.png) no-repeat center center/auto;
}
.prod_view .sw_wrap .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.prod_view .sw_wrap .pagi_box .pagi {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 105px);
  height: 2px;
  margin-left: 15px;
}
.prod_view .sw_wrap .pagi_box .pagi span {
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .prod_view .top_df {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .prod_view .top_df .img {
    max-width: 100%;
  }
  .prod_view .top_df .info_box {
    width: 100%;
  }
  .prod_view .sw_wrap .view_ex_sw .item a::after {
    display: none;
  }
  .prod_view .sw_wrap .view_ex_sw .item:hover a img {
    transform: scale(1);
  }
}
@media screen and (max-width: 720px) {
  .prod_view {
    padding-top: 70px;
  }
  .prod_view .prod_nav {
    margin-bottom: 20px;
  }
  .prod_view .prod_nav p {
    font-size: 12px;
  }
  .prod_view .prod_nav p::after {
    margin: -3px 7px 0px;
  }
  .prod_view .top_df {
    gap: 30px;
    margin-bottom: 65px;
  }
  .prod_view .top_df .img {
    border-radius: 10px;
  }
  .prod_view .top_df .info_box .t2 {
    margin-top: 10px;
  }
  .prod_view .top_df .info_box .t3 {
    margin-top: 10px;
  }
  .prod_view .top_df .info_box .tb_wrap {
    margin-top: 20px;
    padding: 20px 0px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #444;
  }
  .prod_view .top_df .info_box .tb_wrap table tr {
    display: block;
    margin-bottom: 17px;
    border: none;
  }
  .prod_view .top_df .info_box .tb_wrap table tr:last-child {
    margin-bottom: 0;
  }
  .prod_view .top_df .info_box .tb_wrap table tr th, .prod_view .top_df .info_box .tb_wrap table tr td {
    display: block;
    padding: 0;
    font-size: 14px;
  }
  .prod_view .top_df .info_box .tb_wrap table tr th {
    width: 100%;
    margin-bottom: 5px;
  }
  .prod_view .info_line .top_t {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .prod_view .info_line .top_t::after {
    width: 80px;
    height: 2px;
  }
  .prod_view .info_line .top_t .t2 {
    margin-top: 12px;
  }
  .prod_view .info_line .t_box .lst {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .prod_view .info_line .t_box .lst::before {
    top: 9px;
    width: 3px;
    height: 3px;
  }
.prod_view .info_line {margin-bottom: 65px;}
  .prod_view .bg_wrap {
    padding: 65px 0px;
  }
  .prod_view .sw_wrap .view_ex_sw .item .t_box {
    padding: 0px 20px 20px;
  }
  .prod_view .sw_wrap .view_ex_sw .item .t_box .t1 {
    font-size: 12px;
  }
  .prod_view .sw_wrap .view_ex_sw .item .t_box .t2 {
    margin-top: 8px;
    font-size: 16px;
  }
  .prod_view .sw_wrap .pagi_box {
    gap: 4px;
    margin-top: 20px;
  }
  .prod_view .sw_wrap .pagi_box .arrow_btn {
    display: none;
  }
  .prod_view .sw_wrap .pagi_box .pagi {
    width: 100%;
    margin-left: 0;
  }
}
.service_pg {
  overflow: hidden;
}
.service_pg .df_lst {
  position: relative;
}
.service_pg .df_lst::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -550px;
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  background: url(/src/img/bg_opa_cir.png) no-repeat center center/cover;
}
.service_pg .df_lst::after {
  content: "";
  position: absolute;
  top: 740px;
  left: -400px;
  width: 1000px;
  height: 1000px;
  border-radius: 1000px;
  background: url(/src/img/bg_opa_cir.png) no-repeat center center/cover;
}
.service_pg .df_lst ul {
  position: relative;
  z-index: 1;
}
.service_pg .df_lst ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin-bottom: 100px;
}
.service_pg .df_lst ul li:last-child {
  margin-bottom: 0;
}
.service_pg .df_lst ul li .img {
  width: 660px;
  border-radius: 20px;
  overflow: hidden;
}
.service_pg .df_lst ul li .img img {
  display: block;
  width: 100%;
}
.service_pg .df_lst ul li .t_box {
  width: calc(100% - 760px);
}
.service_pg .df_lst ul li .t_box .t1 {
  font-size: 22px;
  font-weight: bold;
  color: #199FE5 !important;
}
.service_pg .df_lst ul li .t_box .t2 {
  margin-top: 20px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.service_pg .df_lst ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.service_pg .service_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 685px;
  margin-top: 130px;
  background: url(/src/img/service_bottom.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1420px) {
  .service_pg .df_lst ul li {
    flex-direction: column;
    gap: 60px;
    justify-content: center;
  }
  .service_pg .df_lst ul li .img {
    max-width: 100%;
  }
  .service_pg .df_lst ul li .t_box {
    width: 100%;
  }
  .service_pg .df_lst ul li:nth-child(even) {
    flex-direction: column;
  }
}
@media screen and (max-width: 1280px) {
  .service_pg .service_bottom br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .service_pg .df_lst::before {
    top: -50px;
    right: -300px;
    width: 500px;
    height: 500px;
  }
  .service_pg .df_lst::after {
    top: 560px;
    left: -200px;
    width: 500px;
    height: 500px;
  }
  .service_pg .df_lst ul li {
    gap: 30px;
    margin-bottom: 50px;
  }
  .service_pg .df_lst ul li .img {
    border-radius: 10px;
  }
  .service_pg .df_lst ul li .t_box .t1 {
    font-size: 16px;
  }
  .service_pg .df_lst ul li .t_box .t2 {
    margin-top: 10px;
    font-size: 20px;
  }
  .service_pg .service_bottom {
    height: 350px;
    margin-top: 65px;
  }
}
.showroom_pg .bg_box {
  position: relative;
  height: 700px;
}
.showroom_pg .bg_box::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.showroom_pg .bg_box .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.showroom_pg .bg_box .bg_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroom_pg .bg_box .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.showroom_pg .c1_bg {
  padding: 80px 0px;
  background-color: #199FE5 !important;
}
.showroom_pg .c1_bg .t {
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}
.showroom_pg .c1_bg .t:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .showroom_pg .c1_bg br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .showroom_pg .bg_box {
    height: auto;
    padding: 60px 0px;
  }
  .showroom_pg .c1_bg {
    padding: 45px 0px;
  }
  .showroom_pg .c1_bg .t {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 22px;
  height: 22px;
}

.inq_pg .inp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0px;
  border-top: solid 2px #fff;
  border-bottom: solid 1px #444;
}
.inq_pg .inp_wrap .inp_box {
  width: calc(50% - 20px);
}
.inq_pg .inp_wrap .inp_box.w1 {
  width: 100%;
}
.inq_pg .inp_wrap .inp_box .t {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.inq_pg .inp_wrap .inp_box .inp {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 0px 20px;
  background-color: #fff;
}
.inq_pg .inp_wrap .inp_box .inp::placeholder {
  color: #999;
}
.inq_pg .inp_wrap .inp_box .inp.h200 {
  display: block;
  height: 200px;
  padding: 20px;
  resize: none;
}
.inq_pg .inp_wrap .inp_box .inp.h300 {
  display: block;
  height: 300px;
  padding: 20px;
  resize: none;
}
.inq_pg .inp_wrap .inp_box input[type=file] {
  padding-left: 0;
}
.inq_pg .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 40px;
  margin: 4px 10px 5px 5px;
  border-radius: 5px;
  border: solid 2px #aaa;
  background-color: #fafafa;
}
.inq_pg .inp_wrap .inp_box .date_box {
  position: relative;
  z-index: 100%;
}
.inq_pg .inp_wrap .inp_box .date_box .inp {
  width: 100%;
}
.inq_pg .inp_wrap .inp_box .inp_two_box {
  display: flex;
  gap: 10px;
}
.inq_pg .inp_wrap .inp_box .inp_two_box .inp {
  width: calc(50% - 5px);
}
.inq_pg .inp_wrap .inp_box .inp_two_box .date_box {
  width: calc(50% - 5px);
}
.inq_pg .inp_wrap .inp_box .inp_two_box .date_box .inp {
  width: 100%;
  padding-right: 50px;
}
.inq_pg .inp_wrap .file_inp_wrap {
  width: 100%;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file {
  display: flex;
  gap: 10px;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .inp {
  width: calc(100% - 60px);
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: url(/src/img/i/plus_b.png) no-repeat center center/auto #fff;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn.minor_btn {
  background-color: #aaa;
  background-image: url(/src/img/i/minor_w.png);
  background-color: #aaa;
}
.inq_pg .inp_wrap .file_inp_wrap .file_t {
  margin-top: 20px;
  font-size: 14px;
  color: #999;
}
.inq_pg .inp_wrap .agree_wrap .agree_box {
  height: 200px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
  overflow-y: scroll;
}
.inq_pg .inp_wrap .agree_wrap .agree_line {
	display: flex; align-items: center; gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 720px) {
	.inq_pg .inp_wrap .agree_wrap .agree_line{gap: 5px;}
}
.inq_pg .inp_wrap .agree_wrap .agree_line button{margin-top: -4px;}
.inq_pg .bottom_sbm_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #199FE5 !important;
}

@media screen and (max-width: 991px) {
  .inq_pg .inp_wrap .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .ui-datepicker-trigger {
    right: 15px;
    width: 16px;
    height: 16px;
  }
  .inq_pg .inp_wrap {
    gap: 25px;
    padding: 25px 0px;
    border-top: solid 1px #fff;
  }
  .inq_pg .inp_wrap .inp_box .t {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .inp_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .inp_box .inp.h300 {
    height: 170px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .inp_box .inp.h200 {
    height: 120px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .inp_box .inp_two_box {
    gap: 6px;
  }
  .inq_pg .inp_wrap .inp_box .inp_two_box .inp {
    width: calc(50% - 3px);
  }
  .inq_pg .inp_wrap .inp_box .inp_two_box .date_box {
    width: calc(50% - 3px);
  }
  .inq_pg .inp_wrap .inp_box .inp_two_box .date_box .inp {
    width: 100%;
    padding-right: 35px;
  }
  .inq_pg .inp_wrap .inp_box input[type=file] {
    padding-left: 0;
  }
  .inq_pg .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
    width: 80px;
    height: 30px;
    margin: 4px 10px 5px 5px;
    border-radius: 3px;
    border: solid 1px #aaa;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box {
    gap: 20px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file {
    gap: 5px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .inp {
    width: calc(100% - 45px);
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn {
    width: 40px;
    height: 40px;
    border-radius: 3px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .file_t {
    margin-top: 10px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .agree_wrap .agree_box {
    height: 120px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .agree_wrap .agree_line {
    margin-top: 10px;
  }
  .inq_pg .bottom_sbm_btn {
    width: 100%;
    height: 40px;
    margin: 20px auto 0;
  }
}
.employ_pg {
  padding-bottom: 130px;
  background: url(/src/img/loca_water.png) no-repeat center bottom/auto;
  background-position-x: calc(50% + 450px);
}
.employ_pg .big_bg_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 630px;
  margin-bottom: 130px;
  background: url(/src/img/employ_big.jpg) no-repeat center center/cover;
}
.employ_pg .big_bg_box .t2 {
  margin-top: 40px;
}
.employ_pg .df_lst {
  margin-top: 80px;
}
.employ_pg .df_lst ul li .t_box .t2 {
  font-weight: 300;
  color: #ddd;
}
.employ_pg .df_lst ul li .t_box .t2 span {
  font-weight: bold;
  color: #fff;
}
.employ_pg .arrow_box {
  margin-top: 80px;
  margin-bottom: 130px;
}
.employ_pg .arrow_box .box_t {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 620px;
  height: 95px;
  margin: 40px auto 0;
  border: solid 4px #199FE5 !important;
  border-radius: 200px;
}
.employ_pg .i_lst .lst_tit {
  margin-bottom: 30px;
}
.employ_pg .i_lst ul {
  display: flex;
  flex-wrap: wrap;
}
.employ_pg .i_lst1 {
  margin-bottom: 130px;
}
.employ_pg .i_lst1 ul {
  gap: 20px;
}
.employ_pg .i_lst1 ul li {
  width: calc((100% - 60px) / 4);
  padding: 40px;
  border-radius: 10px;
  background-color: #111;
}
.employ_pg .i_lst1 ul li .t1 {
  margin: 20px 0px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.employ_pg .i_lst1 ul li .lst {
  position: relative;
  margin-bottom: 14px;
  padding-left: 14px;
  font-size: 16px;
  color: #ddd;
}
.employ_pg .i_lst1 ul li .lst:last-child {
  margin-bottom: 0;
}
.employ_pg .i_lst1 ul li .lst::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #ddd;
}
.employ_pg .i_lst2 ul {
  gap: 120px;
  padding: 45px 40px;
  border-radius: 20px;
  background-color: #111;
}
.employ_pg .i_lst2 ul li {
  position: relative;
  width: calc((100% - 480px) / 5);
  text-align: center;
}
.employ_pg .i_lst2 ul li:last-child::after {
  display: none;
}
.employ_pg .i_lst2 ul li.a::after {
  background-color: #199FE5 !important;
}
.employ_pg .i_lst2 ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: url(/src/img/i/r_w.png) no-repeat center center/auto #0a0a0a;
  transform: translateY(-50%);
}
.employ_pg .i_lst2 ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  border-radius: 100px;
  background-color: #0A0A0A;
}
.employ_pg .i_lst2 ul li .step {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #199FE5 !important;
}
.employ_pg .i_lst2 ul li .t {
  margin-top: 12px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .employ_pg .i_lst1 ul li {
    width: calc(50% - 10px);
  }
  .employ_pg .i_lst2 ul li {
    width: 100%;
  }
  .employ_pg .i_lst2 ul li::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 720px) {
  .employ_pg {
    padding-bottom: 65px;
    background-size: 361px 307px;
    background-position-x: calc(100% + 50px);
  }
  .employ_pg .big_bg_box {
    height: auto;
    padding: 60px 0px;
    margin-bottom: 65px;
  }
  .employ_pg .big_bg_box .t2 {
    margin-top: 20px;
  }
  .employ_pg .df_lst {
    margin-top: 40px;
  }
  .employ_pg .df_lst ul li .t_box .t2 br {
    display: none;
  }
  .employ_pg .arrow_box {
    margin-top: 40px;
    margin-bottom: 65px;
  }
  .employ_pg .arrow_box .box_t {
    width: 340px;
    max-width: 100%;
    height: 60px;
    margin-top: 20px;
    border-width: 2px !important;
  }
  .employ_pg .i_lst .lst_tit {
    margin-bottom: 15px;
  }
  .employ_pg .i_lst1 {
    margin-bottom: 65px;
  }
  .employ_pg .i_lst1 ul {
    gap: 10px;
  }
  .employ_pg .i_lst1 ul li {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
  }
  .employ_pg .i_lst1 ul li img {
    width: 30px;
  }
  .employ_pg .i_lst1 ul li .t1 {
    margin: 12px 0px;
    font-size: 14px;
  }
  .employ_pg .i_lst1 ul li .lst {
    padding-left: 9px;
    font-size: 12px;
  }
  .employ_pg .i_lst1 ul li .lst::before {
    top: 8px;
    width: 3px;
    height: 3px;
  }
  .employ_pg .i_lst2 ul {
    gap: 60px;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .employ_pg .i_lst2 ul li::after {
    bottom: -43px;
    width: 25px;
    height: 25px;
  }
  .employ_pg .i_lst2 ul li .img {
    width: 60px;
    height: 60px;
  }
  .employ_pg .i_lst2 ul li .img img {
    width: 30px;
  }
  .employ_pg .i_lst2 ul li .step {
    margin-top: 10px;
    font-size: 12px;
  }
  .employ_pg .i_lst2 ul li .t {
    margin-top: 10px;
    font-size: 14px;
  }
}
.employ_fix {
  position: fixed;
  bottom: 40px;
  right: 65px;
  z-index: 30;
}
.employ_fix ul {
  display: flex;
  gap: 5px;
}
.employ_fix ul li {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
}
.employ_fix ul li:nth-child(1) {
  background-color: #EF6A04;
}
.employ_fix ul li:nth-child(2) {
  background-color: #195DE5;
}
.employ_fix ul li:nth-child(3) {
  background-color: #199FE5;
}
.employ_fix ul li button, .employ_fix ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.employ_fix ul li button p, .employ_fix ul li a p {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1840px) {
  .employ_fix {
    left: auto;
    right: 65px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1420px) {
  .employ_fix {
    bottom: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .employ_fix {
    bottom: 20px;
    right: 20px;
  }
  .employ_fix ul li {
    width: 60px;
    height: 60px;
  }
  .employ_fix ul li button img, .employ_fix ul li a img {
    display: none;
  }
  .employ_fix ul li button p, .employ_fix ul li a p {
    margin-top: 0;
    font-size: 12px;
  }
}
.board_lst .tb_wrap {
  margin-top: 20px;
  border-top: solid 2px #fff;
}
.board_lst .tb_wrap table tr {
  border-bottom: solid 1px #444;
}
.board_lst .tb_wrap table tr th, .board_lst .tb_wrap table tr td {
  padding: 25px 10px;
  text-align: center;
  color: #ddd;
}
.board_lst .tb_wrap table tr th a, .board_lst .tb_wrap table tr td a {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
.board_lst .tb_wrap table tr th a:hover, .board_lst .tb_wrap table tr td a:hover {
  color: #199FE5 !important;
}
.board_lst .tb_wrap table thead tr th {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.board_lst .tb_wrap table thead tr th.w150 {
  width: 150px;
}
.board_lst .tb_wrap table tbody tr td {
  font-size: 16px;
}
.board_lst .tb_wrap table tbody tr td.tit {
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1240px) {
  .board_lst .tb_wrap {
    width: 100%;
  }
  .board_lst .tb_wrap table thead {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr {
    display: block;
    padding: 30px 0px;
  }
  .board_lst .tb_wrap table tbody tr td {
    display: inline-block;
    padding: 0px;
  }
  .board_lst .tb_wrap table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -2px 10px 0;
    background-color: #111;
    vertical-align: middle;
  }
  .board_lst .tb_wrap table tbody tr td.tit {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .board_lst .tb_wrap table tbody tr td.tit a {
    padding-left: 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit::after {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td:first-child {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .board_lst .tb_wrap {
    margin-top: 10px;
  }
  .board_lst .tb_wrap table tbody tr {
    padding: 20px 0;
  }
  .board_lst .tb_wrap table tbody tr td {
    font-size: 12px;
  }
  .board_lst .tb_wrap table tbody tr td::after {
    margin: -2px 7px 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit {
    margin-bottom: 7px;
  }
}
.board_pg .board_top {
  padding-bottom: 40px;
}
.board_pg .board_top .info {
  margin-top: 20px;
}
.board_pg .board_top .info p {
  display: inline-block;
  font-size: 16px;
  color: #ddd;
}
.board_pg .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -3px 10px 0;
  background-color: #111;
  vertical-align: middle;
}
.board_pg .board_top .info p:last-child::after {
  display: none;
}
.board_pg .board_main {
  padding: 40px 20px 100px;
  border-top: solid 1px #444;
  border-bottom: solid 1px #444;
  color: #fff;
}
.board_pg .board_main body, .board_pg .board_main div, .board_pg .board_main dl, .board_pg .board_main dt, .board_pg .board_main dd, .board_pg .board_main ul, .board_pg .board_main ol, .board_pg .board_main li, .board_pg .board_main h1, .board_pg .board_main h2, .board_pg .board_main h3, .board_pg .board_main h4, .board_pg .board_main h5, .board_pg .board_main form, .board_pg .board_main fieldset, .board_pg .board_main p, .board_pg .board_main button, .board_pg .board_main pre, .board_pg .board_main th, .board_pg .board_main td {
  color: #fff;
}
.board_pg .file_wrap {
  border-top: solid 1px #444;
  padding: 10px 0px;
  background-color: #111;
}
.board_pg .file_wrap .file_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.board_pg .file_wrap .file_box:last-child {
  margin-bottom: 0;
}
.board_pg .file_wrap .file_box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: url(/src/img/i/down_b.png) no-repeat center center/auto #fff;
}
.board_pg .file_wrap .file_box a {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}
.board_pg .file_wrap .file_box p {
  position: relative;
  width: 100%;
  line-height: 40px;
  padding-left: 60px;
  padding-right: 10px;
  color: #999;
}
.board_pg .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin: 40px auto;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}
.board_pg .next_prev table {
  border-top: solid 1px #444;
}
.board_pg .next_prev table tr {
  border-bottom: solid 1px #444;
}
.board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
  padding: 30px 20px;
  font-size: 16px;
}
.board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
  font-size: 16px;
}
.board_pg .next_prev table tr th a:hover, .board_pg .next_prev table tr td a:hover {
  color: #199FE5 !important;
}
.board_pg .next_prev table tr th {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.board_pg .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.board_pg .next_prev table tr td a {
  color: #999;
}
.board_pg .next_prev table tr td p, .board_pg .next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_pg .next_prev table tr td p {
  color: #444;
}

@media screen and (max-width: 720px) {
  .board_pg .board_top {
    padding-bottom: 20px;
  }
  .board_pg .board_top .info {
    margin-top: 10px;
  }
  .board_pg .board_top .info p {
    font-size: 12px;
  }
  .board_pg .board_top .info p::after {
    margin: -2px 5px 0;
  }
  .board_pg .board_main {
    padding: 25px 0px 50px;
  }
  .board_pg .a_btn {
    width: 100%;
    height: 40px;
    margin: 20px auto;
    font-size: 12px;
  }
  .board_pg .file_wrap .file_box {
    height: 30px;
    margin-top: 5px;
    border-radius: 5px;
  }
  .board_pg .file_wrap .file_box::before {
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
  }
  .board_pg .file_wrap .file_box p {
    position: relative;
    padding-left: 50px;
    line-height: 30px;
  }
  .board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
    padding: 15px 10px;
    font-size: 12px;
  }
  .board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
    font-size: 12px;
  }
  .board_pg .next_prev table tr th {
    width: 80px;
  }
}
#footer {
  padding: 40px 0px;
  margin-top: 0px;
  background-color: #0A0A0A;
}
#footer .f_cont {
  width: 1800px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
#footer .f_cont .info_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: calc(100% - 480px);
}
#footer .f_cont .info_box p {
  font-size: 14px;
  color: #999;
}
#footer .f_cont .info_box p span {
  margin-right: 5px;
  color: #fff;
}
#footer .f_cont .copyright {
  width: 400px;
  text-align: right;
}

@media screen and (max-width: 1840px) {
  #footer .f_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  #footer .f_cont {
    flex-direction: column;
    justify-content: start;
    gap: 0;
  }
  #footer .f_cont .info_box {
    width: 100%;
    margin-bottom: 40px;
    gap: 20px;
  }
  #footer .f_cont .copyright {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding: 30px 0px;
  }
  #footer .f_cont {
    padding: 0px 20px;
  }
  #footer .f_cont .info_box {
    margin-bottom: 25px;
    gap: 10px 15px;
  }
  #footer .f_cont .info_box p {
    font-size: 12px;
  }
  #footer .f_cont .info_box p span {
    margin-right: 4px;
  }
}
#footer.sub_f {
  margin-top: 130px;
}
#footer.sub_f.mt0 {
  margin-top: 0;
}
#footer.sub_f.pd_plus {
  /* padding-bottom: 130px; */
}

@media screen and (max-width: 1420px) {
  #footer.sub_f.pd_plus {
    /* padding-bottom: 320px; */
  }
}
@media screen and (max-width: 720px) {
  #footer.sub_f {
    margin-top: 65px;
  }
  #footer.sub_f.pd_plus {
    /* padding-bottom: 228px; */
  }
}
@media screen and (max-width: 1420px) {
  #footer.main_f {
  }
}
@media screen and (max-width: 720px) {
  #footer.main_f {
  }
}
.privacy_modal {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.privacy_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 475px;
  height: 630px;
  padding: 30px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.privacy_modal .modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url(/src/img/i/modal_close.png) no-repeat center center/cover;
}
.privacy_modal .modal .scr_box {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  overflow-y: scroll;
}
.privacy_modal .modal .scr_box::-webkit-scrollbar {
  width: 3px;
}
.privacy_modal .modal .scr_box::-webkit-scrollbar-track {
  background-color: #eee;
}
.privacy_modal .modal .scr_box::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.privacy_modal .modal .scr_box .t1 {
  margin-bottom: 40px;
}

@media screen and (max-width: 720px) {
  .privacy_modal .modal {
    top: auto;
    bottom: -100%;
    left: 0;
    transform: translate(0);
    width: 100%;
    height: 85%;
    padding: 20px 0px;
    border-radius: 10px 10px 0 0;
    transition: bottom 0.7s;
  }
  .privacy_modal .modal.a {
    bottom: 0;
  }
  .privacy_modal .modal .modal_close {
    top: 15px;
    height: 15px;
    width: 15px;
    height: 15px;
  }
  .privacy_modal .modal .scr_box {
    padding: 20px;
  }
  .privacy_modal .modal .scr_box .t1 {
    margin-bottom: 20px;
  }
}
.employ_md {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.employ_md .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 475px;
  height: 630px;
  padding: 30px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.employ_md .modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 19px;
  height: 19px;
  background: url(/src/img/i/modal_close.png) no-repeat center center/cover;
}
.employ_md .modal .scr_box {
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  overflow-y: scroll;
}
.employ_md .modal .scr_box::-webkit-scrollbar {
  width: 3px;
}
.employ_md .modal .scr_box::-webkit-scrollbar-track {
  background-color: #eee;
}
.employ_md .modal .scr_box::-webkit-scrollbar-thumb {
  background-color: #aaa;
}
.employ_md .modal .scr_box .inp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}
.employ_md .modal .scr_box .inp_wrap .inp_box {
  width: 100%;
}
.employ_md .modal .scr_box .inp_wrap .inp_box .t {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.employ_md .modal .scr_box .inp_wrap .inp_box .inp {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 0px 20px;
  background-color: #fff;
}
.employ_md .modal .scr_box .inp_wrap .inp_box .inp::placeholder {
  color: #999;
}
.employ_md .modal .scr_box .inp_wrap .inp_box .inp.h200 {
  display: block;
  height: 200px;
  padding: 20px;
  resize: none;
}
.employ_md .modal .scr_box .inp_wrap .inp_box .inp.h300 {
  display: block;
  height: 300px;
  padding: 20px;
  resize: none;
}
.employ_md .modal .scr_box .inp_wrap .inp_box input[type=file] {
  padding-left: 0;
}
.employ_md .modal .scr_box .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 40px;
  margin: 4px 10px 5px 5px;
  border-radius: 5px;
  border: solid 2px #aaa;
  background-color: #fafafa;
}
.employ_md .modal .scr_box .inp_wrap .inp_box .inp_thr_box {
  gap: 5px;
}
.employ_md .modal .scr_box .inp_wrap .inp_box .inp_thr_box .inp {
  width: calc((100% - 10px) / 3);
}
.employ_md .modal .scr_box .inp_wrap .file_t {
  margin-top: 15px;
  font-size: 12px;
  color: #999;
}
.employ_md .modal .scr_box .inp_wrap .agree_wrap .agree_box {
  height: 200px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
  overflow-y: scroll;
}
.employ_md .modal .scr_box .inp_wrap .agree_wrap .agree_line {
  margin-top: 20px;
}
.employ_md .modal .scr_box .sbm_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin: 20px auto 0;
  border-radius: 5px;
  background-color: #199FE5 !important;
}

@media screen and (max-width: 720px) {
  .employ_md .modal {
    top: auto;
    left: 0;
    bottom: -100%;
    transform: translate(0);
    width: 100%;
    height: 85%;
    padding: 20px 0px;
    border-radius: 10px 10px 0 0;
    transition: bottom 0.7s;
  }
  .employ_md .modal.a {
    bottom: 0;
  }
  .employ_md .modal .scr_box {
    padding: 20px;
  }
  .employ_md .modal .scr_box .inp_wrap {
    gap: 25px;
    margin-top: 20px;
  }
  .employ_md .modal .scr_box .inp_wrap .inp_box .t {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .employ_md .modal .scr_box .inp_wrap .inp_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .employ_md .modal .scr_box .inp_wrap .inp_box .inp.h300 {
    height: 170px;
    padding: 15px;
  }
  .employ_md .modal .scr_box .inp_wrap .inp_box .inp.h200 {
    height: 120px;
    padding: 15px;
  }
  .employ_md .modal .scr_box .inp_wrap .inp_box input[type=file] {
    padding-left: 0;
  }
  .employ_md .modal .scr_box .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
    width: 80px;
    height: 30px;
    margin: 4px 10px 5px 5px;
    border-radius: 3px;
    border: solid 1px #aaa;
  }
  .employ_md .modal .scr_box .inp_wrap .file_t {
    margin-top: 10px;
    font-size: 12px;
  }
  .employ_md .modal .scr_box .inp_wrap .agree_wrap .agree_box {
    height: 120px;
    padding: 15px;
  }
  .employ_md .modal .scr_box .inp_wrap .agree_wrap .agree_line {
    margin-top: 10px;
  }
  .employ_md .modal .scr_box .sbm_btn {
    width: 100%;
    height: 40px;
    margin: 10px auto 0;
  }
}
.sol_box .mb80_tit {
  margin-bottom: 80px;
}
.solution_pg .editor_box p{margin-bottom: 15px;}
.sol_box .i_lst {
  margin-bottom: 130px;
}
.sol_box .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.sol_box .i_lst ul li {
  width: calc((100% - 60px) / 4);
  padding: 60px 20px;
  border-radius: 10px;
  text-align: center;
  background-color: #111;
}
.sol_box .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  border-radius: 100px;
  background-color: #0A0A0A;
}
.sol_box .i_lst ul li .point {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #199FE5 !important;
}
.sol_box .i_lst ul li .t2 {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
}
.sol_box .big_img {
  margin-bottom: 130px;
  border-radius: 20px;
  overflow: hidden;
}
.sol_box .big_img.mb80 {
  margin-bottom: 80px;
}
.sol_box .big_img img {
  display: block;
  width: 100%;
}
.sol_box .img_lst1.mb130 {
  margin-bottom: 130px;
}
.sol_box .img_lst1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.sol_box .img_lst1 ul li {
  width: calc(50% - 40px);
}
.sol_box .img_lst1 ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.sol_box .img_lst1 ul li .img br{display: none;}
.sol_box .img_lst1 ul li .img img {
  display: block;
  width: 100%;
}
.sol_box .img_lst1 ul li .t_box .t1 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.sol_box .img_lst1 ul li .t_box .t2 {
  margin-top: 30px;
  font-size: 18px;
  color: #ddd;
}
.sol_box .img_lst1 ul li .t_box .lst_box {
  margin-top: 30px;
}
.sol_box .img_lst1 ul li .t_box .lst_box .lst {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  color: #ddd;
}
.sol_box .img_lst1 ul li .t_box .lst_box .lst:last-child {
  margin-bottom: 0;
}
.sol_box .img_lst1 ul li .t_box .lst_box .lst::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #ddd;
}
.sol_box .df_img_t {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 130px;
}
.sol_box .df_img_t .img {
  width: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.sol_box .df_img_t .img br{display: none;}
.sol_box .df_img_t .img img {
  display: block;
  width: 100%;
}
.sol_box .df_img_t .img span{display: none;}
.sol_box .df_img_t .t_box {
  width: calc(100% - 480px);
}
.sol_box .df_img_t .t_box .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.sol_box .df_img_t .t_box .lst_box {
  margin-top: 30px;
}
.sol_box .df_img_t .t_box .lst_box .lst {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  color: #ddd;
}
.sol_box .df_img_t .t_box .lst_box .lst.no_lst{padding-left: 0;}
.sol_box .df_img_t .t_box .lst_box .lst.no_lst::before{display: none;}
.sol_box .df_img_t .t_box .lst_box .lst:last-child {
  margin-bottom: 0;
}
.sol_box .df_img_t .t_box .lst_box .lst::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #ddd;
}
.sol_box .img_lst2.mb80 {
  margin-bottom: 80px;
}
.sol_box .img_lst2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.sol_box .img_lst2 ul li {
  width: calc(50% - 40px);
  border-radius: 20px;
  overflow: hidden;
}
.sol_box .img_lst2 ul li img {
  display: block;
  width: 100%;
}
.sol_box .img_lst2 ul li br{display: none;}
.sol_box .img_lst3 {
  margin-bottom: 130px;
}
.sol_box .img_lst3 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sol_box .img_lst3 ul li {
  width: calc((100% - 80px) / 3);
  border-radius: 20px;
  overflow: hidden;
}
.sol_box .img_lst3 ul li img {
  display: block;
  width: 100%;
}
.sol_box .lst_t_box {
  margin-bottom: 130px;
}
.sol_box .lst_t_box.mb0 {
  margin-bottom: 0;
}
.sol_box .lst_t_box .lst {
  position: relative;
  padding-left: 14px;
  font-size: 18px;
  color: #ddd;
}
.sol_box .lst_t_box .lst:last-child {
  margin-bottom: 0;
}
.sol_box .lst_t_box .lst::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #ddd;
}

@media screen and (max-width: 1420px) {
  .sol_box .i_lst ul li {
    width: calc(50% - 10px);
  }
  .sol_box .img_lst1 ul li {
    width: 100%;
  }
  .sol_box .df_img_t {
    flex-direction: column;
    gap: 40px;
  }
  .sol_box .df_img_t .img {
    max-width: 100%;
  }
  .sol_box .df_img_t .t_box {
    width: 100%;
  }
  .sol_box .img_lst2 ul {
    gap: 40px;
  }
  .sol_box .img_lst2 ul li {
    width: 100%;
  }
  .sol_box .img_lst3 ul li {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .sol_box .i_lst ul li br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sol_box .mb80_tit {
    margin-bottom: 40px;
  }
.solution_pg .editor_box p{margin-bottom: 8px;}
  .sol_box .i_lst {
    margin-bottom: 65px;
  }
  .sol_box .i_lst ul li {
    width: 100%;
    padding: 30px 20px;
    border-radius: 5px;
  }
  .sol_box .i_lst ul li .img {
    width: 60px;
    height: 60px;
  }
  .sol_box .i_lst ul li .img img {
    width: 30px;
  }
  .sol_box .i_lst ul li .t1 {
    margin-top: 10px;
    font-size: 12px;
  }
  .sol_box .i_lst ul li .t2 {
    margin-top: 7px;
    font-size: 14px;
  }
  .sol_box .i_lst ul li br {
    display: none;
  }
  .sol_box .big_img {
    margin-bottom: 65px;
    border-radius: 10px;
  }
  .sol_box .big_img.mb80 {
    margin-bottom: 40px;
  }
  .sol_box .img_lst1.mb130 {
    margin-bottom: 65px;
  }
  .sol_box .img_lst1 ul {
    gap: 40px;
  }
  .sol_box .img_lst1 ul li .img {
    border-radius: 10px;
  }
  .sol_box .img_lst1 ul li .t_box .t1 {
    margin-top: 20px;
    font-size: 18px;
  }
  .sol_box .img_lst1 ul li .t_box .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
  .sol_box .img_lst1 ul li .t_box .lst_box {
    margin-top: 15px;
  }
  .sol_box .img_lst1 ul li .t_box .lst_box .lst {
    padding-left: 10px;
    font-size: 14px;
  }
  .sol_box .img_lst1 ul li .t_box .lst_box .lst::before {
    top: 9px;
    width: 3px;
    height: 3px;
  }
  .sol_box .df_img_t {
    gap: 30px;
    margin-bottom: 65px;
  }
  .sol_box .df_img_t .img {
    border-radius: 10px;
  }
  .sol_box .df_img_t .t_box .t1 {
    font-size: 18px;
  }
  .sol_box .df_img_t .t_box .lst_box {
    margin-top: 15px;
  }
  .sol_box .df_img_t .t_box .lst_box .lst {
    padding-left: 10px;
    font-size: 14px;
  }
  .sol_box .df_img_t .t_box .lst_box .lst::before {
    top: 9px;
    width: 3px;
    height: 3px;
  }
  .sol_box .img_lst2.mb80 {
    margin-bottom: 40px;
  }
  .sol_box .img_lst2 ul {
    gap: 20px;
  }
  .sol_box .img_lst2 ul li {
    border-radius: 10px;
  }
  .sol_box .img_lst3 {
    margin-bottom: 65px;
  }
  .sol_box .img_lst3 ul {
    gap: 20px;
  }
  .sol_box .img_lst3 ul li {
    border-radius: 10px;
  }
  .sol_box .lst_t_box {
    margin-bottom: 65px;
  }
  .sol_box .lst_t_box .lst {
    padding-left: 10px;
    font-size: 14px;
  }
  .sol_box .lst_t_box .lst::before {
    top: 9px;
    width: 3px;
    height: 3px;
  }
}

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


.search_more_btn{display: flex; justify-content: center; align-items: center;
  width: 180px;
  height: 60px;
  margin: 40px auto 0;
  border: solid 1px rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  transition: background-color 0.3s, border-color 0.3s;
}
.search_more_btn:hover{border-color: #199FE5 !important; background-color: #199FE5;}
@media screen and (max-width: 720px) {
  .search_more_btn{width: 120px; height: 45px; margin-top: 25px;}
}


.solution_pg .editor_box{color: #fff;}
.solution_pg .editor_box *{color: #fff; line-height: 150%;}
.solution_pg .editor_box b{font-weight: bold;}


.solution_pg .editor_box .sect{margin-bottom: 80px;}
.solution_pg .editor_box .sect:last-child{margin-bottom: 0;}


/* .solution_pg .editor_box .img_w100 img{display: block; width: 100%;} */



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

/* .sect_wrap .sect{position: relative;}
.sect_wrap .sect .bg_bg{position: absolute; top: 50%; left: 50%; width: 100%; height: 100%; object-fit: cover; transform: translate(-50%, -50%);}
.sect_wrap .sect .idx_z2{z-index: 2;} */

.sect_wrap .sect{background-size: 120%;	transition: background-size 2s;}
.sect_wrap .sect.bg_act{background-size: 100%;}
@media screen and (max-width: 1420px) {
	.sect_wrap .sect{-webkit-background-size: cover;
		background-size: cover;
	}
	.sect_wrap .sect.bg_act{background-size: cover;}
}

.sect_wrap .sect3 .bg_lst img{transform: scale(1.2); transition: opacity 0.5s, transform 2s;}
.sect_wrap .sect3.bg_act .bg_lst img{transform: scale(1);}