.c1 {
  color: #2861FC !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

.ce {
  color: #eee;
}

.c002 {
  color: #002566;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz64 {
  font-size: 64px;
}

@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 24px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 30px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz64 {
    font-size: 32px;
  }
  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 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;
  background: #fff;
  border-radius: 50px;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #2861FC !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: 25px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

/*
.de_btn{display: inline-block;line-height: 120%;text-align: center;vertical-align: middle;color: #666;transition: all 0.5s;-webkit-transition: all 0.5s;-webkit-background-clip: border-box;background-clip: border-box;}
.de_btn:disabled{background-color: #eee !important;color: #ccc !important;cursor: auto;}
.de_btn:focus{outline: none;}
*/
/* btn size*/
/*
.de_btn.sg{min-width: 155px;height: 60px;line-height: 58px;font-size: 14px;font-weight: 500;}
.de_btn.sl{min-width: 130px;height: 50px;line-height: 48px;font-size: 14px;font-weight: 500;}
.de_btn.sm{min-width: 116px;height: 45px;line-height: 43px;font-size: 12px;font-weight: 500;}
.de_btn.ss{min-width: 95px;height: 36px;line-height: 34px;font-size: 12px;}
.de_btn.st{min-width: 80px;height: 30px;line-height: 28px;font-size: 12px;}

.de_btn.fill{background-color: $deCompColor;color: #fff;}
.de_btn.fill:hover{background-color: $deCompColorHover;}
.de_btn.fill:focus{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);}

.de_btn.outline{border: 1px solid #999;}
.de_btn.outline:hover{border: 1px solid $deCompColor;color: $deCompColor;}
.de_btn.outline:focus{-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);}
.de_btn.outline:disabled{border: 1px solid #ccc;}

.de_btn.ghost{border: 1px solid transparent;}
.de_btn.ghost:hover{border: 1px solid transparent;color: $deCompColor;}
.de_btn.ghost:focus{text-shadow: 1px 5px 5px rgba(0,0,0,0.15);}
*/
/*
// input text
.de_inp{width: 100%;border: 1px solid #ddd;}
input.de_inp{padding: 0 10px;}
.de_inp::-webkit-input-placeholder{color: #999;}
.de_inp::-moz-placeholder{color: #999;}
.de_inp:-ms-input-placeholder{color: #999;}
.de_inp:-moz-placeholder{color: #999;}
.de_inp:focus{border: 1px solid $deCompColor;outline: none;}
.de_inp:disabled{background-color: #eee;}

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
  background-color: #fff;
}
.de_rdo input, .de_cks input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_rdo i::after, .de_cks i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.de_rdo input:checked ~ i::after, .de_cks input:checked ~ i::after {
  background-color: #2861FC;
  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;
  border-radius: 5px;
  vertical-align: middle;
}

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

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

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
  transition: border-color 0.5s;
  background-color: #fff;
}
.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 {
  border-color: #2861FC !important;
}
.de_cki input:checked ~ i::after {
  opacity: 1;
  border-color: #2861FC !important;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

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

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .sys_popup::after {
    content: "";
    position: fixed;
    z-index: 3000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sys_popup .cont {
    position: relative;
    z-index: 3500;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* response ex

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

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
.container {
  width: 1400px;
  margin: 0px auto;
}

.cont1600 {
  width: 1600px;
  margin: 0px auto;
}

@media screen and (max-width: 1620px) {
  .cont1600 {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .cont1600, .container {
    padding: 0px 20px;
  }
}

#wrap.sky_wrap{background-color: #F9FAFE;}


#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 115px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: margin-top 0.7s, background 0.3s;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#header.up {
  margin-top: -115px;
}
#header .h_cont {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1820px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#header .h_cont .logo .c_logo {
  display: none;
}
#header .h_cont nav {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
#header .h_cont nav > ul {
  display: flex;
  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%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
#header .h_cont nav > ul > li .dep2 {
  display: none;
  position: absolute;
  top: 95px;
  left: 50%;transform: translateX(-50%);
  width: 240px;
  padding: 30px 20px;
  border-radius: 10px;
  border: solid 1px #eee;
  background-color: #fff;
}
#header .h_cont nav > ul > li .dep2 ul li {
  padding: 0 10px;
  text-align: left;
}
#header .h_cont nav > ul > li .dep2 ul li+li{margin-top: 10px;padding-top: 12px;border-top: 1px solid #ddd;}

#header .h_cont nav > ul > li .dep2 ul li a {
  font-size: 16px;
}
#header .h_cont nav > ul > li .dep2 ul li a:hover {
  color: #2861FC !important;
}
#header .h_cont .r_wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
}
#header .h_cont .r_wrap .lang_wrap {
  position: relative;
  width: 64px;
  text-align: left;
}
#header .h_cont .r_wrap .lang_wrap.a > button {
  border-radius: 5px 5px 0px 0px;
}
#header .h_cont .r_wrap .lang_wrap.a > button::after {
  transform: scaleY(-1);
}
#header .h_cont .r_wrap .lang_wrap.a .dep2 {
  display: block;
}
#header .h_cont .r_wrap .lang_wrap > button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 33px;
  border-radius: 5px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  background-color: #2861FC !important;
}
#header .h_cont .r_wrap .lang_wrap > button::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  width: 7px;
  height: 7px;
  background: url(/src/img/i/b_w.png) no-repeat center center/cover;
}
#header .h_cont .r_wrap .lang_wrap .dep2 {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0px 10px 10px;
  border-radius: 0px 0px 5px 5px;
  background-color: #2861FC !important;
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li {
  margin-bottom: 5px;
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li:last-child {
  margin-bottom: 0;
}

#header.a {
  background: #fff;
}
#header.a .h_cont .logo .w_logo {
  display: none;
}
#header.a .h_cont .logo .c_logo {
  display: block;
}
#header.a .h_cont nav > ul > li > a {
  color: #000;
}
#header.a .h_cont nav > ul > li:hover > a {
  color: #2861FC !important;
}
#header.a .h_cont .r_wrap .sitemap_btn img {
  filter: invert(100%);
}

#header.bg {
  background: #fff;
}
#header.bg .h_cont .logo .w_logo {
  display: none;
}
#header.bg .h_cont .logo .c_logo {
  display: block;
}
#header.bg .h_cont nav > ul > li > a {
  color: #000;
}
#header.bg .h_cont nav > ul > li:hover > a {
  color: #2861FC !important;
}
#header.bg .h_cont .r_wrap .sitemap_btn img {
  filter: invert(100%);
}

@media screen and (max-width: 1840px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  #header .h_cont nav{position: static;transform: translateX(0);}
  #header .h_cont nav > ul > li{width: 160px;}
}
@media screen and (max-width: 1240px){
  #header .h_cont nav > ul > li{width: 120px;}
  #header .h_cont nav > ul > li > a{font-size: 20px;}
}
@media screen and (max-width: 991px){
  #header .h_cont nav{display: none;}

  #header.a {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
  #header.a .h_cont .logo .w_logo {
    display: block;
  }
  #header.a .h_cont .logo .c_logo {
    display: none;
  }
  #header.a .h_cont .r_wrap .sitemap_btn img {
    filter: invert(0);
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 65px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 139px;
  }
  #header .h_cont .r_wrap .lang_wrap {
    display: none;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00336A;
}
.sitemap_wrap .sitemap .top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1820px;
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sitemap_wrap .sitemap .top .r_wrap {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap {
  position: relative;
  width: 64px;
  text-align: left;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap.a > button {
  border-radius: 5px 5px 0px 0px;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap.a > button::after {
  transform: scaleY(-1);
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap.a .dep2 {
  display: block;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap > button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 33px;
  border-radius: 5px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  background-color: #2861FC !important;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap > button::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  width: 7px;
  height: 7px;
  background: url(/src/img/i/b_w.png) no-repeat center center/cover;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap .dep2 {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0px 10px 10px;
  border-radius: 0px 0px 5px 5px;
  background-color: #2861FC !important;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap .dep2 ul li {
  margin-bottom: 5px;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap .dep2 ul li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .df_box {
  display: flex;
  height: 100%;
}
.sitemap_wrap .sitemap .df_box .l_box {
  position: relative;
  width: 50%;
  height: 100%;
}
.sitemap_wrap .sitemap .df_box .l_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: opacity 0.5s;
}
.sitemap_wrap .sitemap .df_box .l_box img.a {
  opacity: 1;
}
.sitemap_wrap .sitemap .df_box .r_box {
  position: relative;
  width: 960px;
  padding-left: 140px;
  padding-top: 180px;
  padding-bottom: 40px;
  overflow-y: auto;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap {
  width: 640px;
  position: relative;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap.m_ver {
  display: none;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li {
  width: 320px;
  margin-bottom: 32px;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a > a {
  color: #fff;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a .dep2 {
  display: block;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > button {
  font-size: 40px;
  line-height: 125%;
  font-weight: bold;
  color: #667CA3;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 15px;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li a {
  font-size: 18px;
  color: #fff;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li a:hover {
  color: #2861FC !important;
  text-decoration: underline;
  text-underline-position: under;
}
.sitemap_wrap .sitemap .df_box .r_box .bottom_info {
  margin-top: 80px;
}
.sitemap_wrap .sitemap .df_box .r_box .bottom_info .info_box p {
  margin-bottom: 10px;
  color: #667CA3;
}
.sitemap_wrap .sitemap .df_box .r_box .bottom_info .info_box p:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .df_box .r_box .bottom_info .info_box p span {
  margin-right: 7px;
  color: #fff;
}
.sitemap_wrap .sitemap .df_box .r_box .bottom_info .copyright {
  margin-top: 10px;
  color: #667CA3;
}

@media screen and (max-width: 1840px) {
  .sitemap_wrap .sitemap .top {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .sitemap_wrap .sitemap .top .logo {
    display: none;
  }
  .sitemap_wrap .sitemap .top .r_wrap {
    width: 100%;
    justify-content: space-between;
  }
  .sitemap_wrap .sitemap .df_box .l_box {
    display: none;
  }
  .sitemap_wrap .sitemap .df_box .r_box {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 200px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap {
    width: 100%;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap.pc_ver {
    display: none;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap.m_ver {
    display: block;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li {
    width: 100%;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a > button {
    color: #fff;
    font-weight: bold;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > button {
    width: 100%;
    text-align: left;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .bottom_info {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 65px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .df_box .r_box {
    padding: 100px 20px 40px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li {
    margin-bottom: 25px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > button {
    font-size: 24px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 {
    margin-top: 20px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 12px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li a {
    font-size: 14px;
  }
}
.index_wrap {
  overflow: hidden;
}

.index_wrap .more_cursor_wrap{overflow: hidden;position: relative;}
.index_wrap .more_cursor_wrap .more_cursor{transition: opacity .3s, transform .3s;pointer-events: none;transform: translate(-50%, -50%) scale(0.8);position: absolute;top: 0;left: 0;opacity: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 200px;height: 200px;border-radius: 50%;font-size: 16px;font-weight: bold;color: #fff;text-align: center;background-color: #2861FC;}
.index_wrap .more_cursor_wrap .more_cursor::before{content: '';display: block;width: 40px;height: 40px;margin-bottom: 15px;background-image: url(/src/img/i/index_more_cursor.png);}
.index_wrap .more_cursor_wrap .more_cursor.act{opacity: 1;transform: translate(-50%, -50%) scale(1);}
@media screen and (max-width: 991px){
  .index_wrap .more_cursor{display: none !important;}
}


.index_wrap .main_slider {
  position: relative;
  max-width: 100%;
  height: 970px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.index_wrap .main_slider .main_mask {
  width: 100%;
  height: 100%;
}
.index_wrap .main_slider .item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_wrap .main_slider .item picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 2s ease-out;
}
.index_wrap .main_slider .item .t_box {
  position: absolute;
  bottom: 210px;
  left: 50%;
  width: 1600px;
  margin: 0px auto;
  transform: translateX(-50%);
  margin-top: 0px;
  opacity: 0;
  transition: margin-top 0.8s 0.5s, opacity 0.8s 0.5s;
}
.index_wrap .main_slider .item .t_box p {
  color: #fff;
}
.index_wrap .main_slider .item .t_box .t1 {
  line-height: 130%;
  font-size: 70px;
}
.index_wrap .main_slider .item .t_box .t2 {
  margin-top: 50px;
  opacity: 1;
  font-size: 26px;
}
.index_wrap .main_slider .item .t_box .more_btn{
  position: relative;
  display: flex;
  align-items: center;
  width: 180px;
  height: 60px;
  padding: 0px 45px 0px 15px;
  margin-top: 70px;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 18px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.index_wrap .main_slider .item .t_box .more_btn span {
  transition: color 0.3s;
}
.index_wrap .main_slider .item .t_box .more_btn .img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #2861FC !important;
}
.index_wrap .main_slider .item .t_box .more_btn:hover {
  border: 1px solid #2861FC !important;
  background-color: #2861FC !important;
}
.index_wrap .main_slider .item .t_box .more_btn:hover span {
  color: #fff;
}
.index_wrap .main_slider .item.swiper-slide-active picture img {
  transform: scale(1);
}
.index_wrap .main_slider .item.swiper-slide-active .t_box {
  opacity: 1;
}
.index_wrap .main_slider .pagi_box {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 50%;
  width: 1400px;
  transform: translateX(-50%);
}
.index_wrap .main_slider .pagi_box .bar_box {
  width: 280px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.2);
}
.index_wrap .main_slider .pagi_box .bar_box .ani_bar {
  width: 0;
  height: 2px;
  background-color: #fff;
}
.index_wrap .main_slider .pagi_box .df_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.index_wrap .main_slider .pagi_box .df_box .arrow_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  opacity: 0.5;
  color: #fff;
  transition: opacity 0.5s;
}
.index_wrap .main_slider .pagi_box .df_box .arrow_btn.prev img {
  transform: scaleX(-1);
}
.index_wrap .main_slider .pagi_box .df_box .arrow_btn:hover {
  opacity: 1;
}
.index_wrap .main_slider .pagi_box .df_box .main_pagi {
  width: 80px;
  text-align: center;
  position: static;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}
.index_wrap .main_slider .pagi_box .df_box .main_pagi .swiper-pagination-current {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .main_slider .scroll_down {
  position: absolute;
  z-index: 3;
  left: calc(50% - 910px);
  bottom: 60px;
}
.index_wrap .main_slider .scroll_down p {
  margin-bottom: 10px;
  margin-left: 3px;
  writing-mode: vertical-lr;
  transform: scale(-1, -1);
  color: rgba(255, 255, 255, 0.8);
}
.index_wrap .main_slider .scroll_down img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.2;
  transform: translateY(-6px);
  animation: arrowDown 1.8s infinite;
}
.index_wrap .main_slider .scroll_down .opa1 {
  animation-delay: 0s;
}
.index_wrap .main_slider .scroll_down .opa2 {
  animation-delay: 0.2s;
}
.index_wrap .main_slider .scroll_down .opa3 {
  animation-delay: 0.4s;
}

@keyframes arrowDown {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1840px) {
  .index_wrap .main_slider .scroll_down {
    left: 40px;
  }
}
@media screen and (max-width: 1780px) {
  .index_wrap .main_slider .scroll_down {
    display: none;
  }
}
@media screen and (max-width: 1620px) {
  .index_wrap .main_slider .item .t_box {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .main_slider .item .t_box {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .index_wrap .main_slider .pagi_box {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1240px) {
  .index_wrap .main_slider {
    height: 1280px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .main_slider {
    height: 570px;
  }
  .index_wrap .main_slider .item .t_box {
    padding: 0px 20px;
  }
  .index_wrap .main_slider .item .t_box .t1{font-size: 32px;}
  .index_wrap .main_slider .item .t_box .t2 {
    margin-top: 25px;
    font-size: 18px;
  }
  .index_wrap .main_slider .item .t_box .more_btn {
    width: 150px;
    height: 50px;
    margin-top: 35px;
    font-size: 14px;
  }
  .index_wrap .main_slider .pagi_box {
    bottom: 30px;
    padding: 0px 20px;
  }
  .index_wrap .main_slider .pagi_box .bar_box {
    max-width: 100%;
  }
  .index_wrap .main_slider .pagi_box .df_box {
    margin-top: 15px;
  }
  .index_wrap .main_slider .pagi_box .df_box .arrow_btn {
    display: none;
  }
  .index_wrap .main_slider .pagi_box .df_box .main_pagi {
    width: 100%;
    font-size: 12px;
  }
  .index_wrap .main_slider .pagi_box .df_box .main_pagi .swiper-pagination-current {
    font-size: 18px;
  }
}
.index_wrap .sect2 {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 20px 0px 0;
}
.index_wrap .sect2.m_ver{display: none;}
.index_wrap .sect2 .sect2_sw2 {
  position: relative;
  padding-left: 20px;
  padding-right: 40px;
}
.index_wrap .sect2 .sect2_sw .pagi {
  position: absolute;
  z-index: 3;
  /* left: 50px; */
  left: calc(50% - 840px);
  bottom: auto;
  top: 50%;
  width: 10px;
  transform: translateY(-50%);
}
.index_wrap .sect2.pc_ver .sect2_sw .pagi{left: 50px;}
@media screen and (max-width: 1810px) {
  .index_wrap .sect2 .sect2_sw .pagi{left: 50px;}
}
.index_wrap .sect2.pc_ver .sect2_sw .pagi{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.index_wrap .sect2 .sect2_sw .pagi span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 0px;
  border: solid 1px #fff;
  border-radius: 50px;
  opacity: 1;
  background-color: transparent;
}
.index_wrap .sect2 .sect2_sw .pagi span.act{background-color: #fff;}
.index_wrap .sect2 .sect2_sw .pagi .swiper-pagination-bullet-active {
  background-color: #fff;
}
.index_wrap .sect2 .sect2_sw .item {
  position: relative;
  padding-bottom: 20px;
}
.index_wrap .sect2 .sect2_sw .item .water_mark {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: calc(50% - 80px);
}
.index_wrap .sect2.pc_ver .water_mark{  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: calc(50% - 80px);}
.index_wrap .sect2 .sect2_sw .item .df_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
}
.index_wrap .sect2 .sect2_sw .item .df_box .l_box {
  width: 930px;
  border-radius: 30px;
  overflow: hidden;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box {
  width: 660px;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .t1 {
  font-size: 18px;
  color: #00336A !important;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .t2 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .lst {
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px;
  font-size: 18px;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .lst:last-of-type {
  margin-bottom: 0;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .more_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 240px;
  height: 60px;
  padding: 0px 45px 0px 15px;
  margin-top: 60px;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 18px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .more_btn span {
  transition: color 0.3s;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .more_btn .img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #2861FC !important;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .more_btn:hover {
  background-color: #2861FC !important;
}
.index_wrap .sect2 .sect2_sw .item .df_box .r_box .more_btn:hover span {
  color: #fff;
}

@media screen and (max-width: 1720px) {
  .index_wrap .sect2 .sect2_sw .item .df_box {
    gap: 80px;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect2 {
    padding: 150px 20px 20px;
  }
  .index_wrap .sect2.m_ver{display: block;}
  .index_wrap .sect2.pc_ver{display: none;}
  .index_wrap .sect2 .sect2_sw {
    padding-left: 0;
    padding-right: 0;
  }
  .index_wrap .sect2 .sect2_sw .pagi {
    left: 50%;
    top: auto;
    bottom: 50px;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
  }
  .index_wrap .sect2 .sect2_sw .pagi span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    border: solid 1px #fff;
    opacity: 1;
    background-color: transparent;
  }
  .index_wrap .sect2 .sect2_sw .pagi .swiper-pagination-bullet-active {
    background-color: #fff;
  }
  .index_wrap .sect2 .sect2_sw .item {
    padding-bottom: 0;
  }
  .index_wrap .sect2 .sect2_sw .item .water_mark {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box {
    flex-direction: column-reverse;
    gap: 0;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .l_box {
    width: 100%;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .l_box img {
    display: block;
    width: 100%;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .r_box {
    position: relative;
    width: 100%;
    padding: 0px 20px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect2 {
    padding: 80px 10px 10px;
  }
  .index_wrap .sect2 .sect2_sw .pagi {
    bottom: 20px;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .l_box {
    border-radius: 15px;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .r_box {
    padding: 0px 10px;
    padding-bottom: 35px;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .r_box .t1 {
    font-size: 14px;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .r_box .t2 {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .r_box .lst {
    padding-left: 12px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .r_box .lst::before {
    top: 7px;
  }
  .index_wrap .sect2 .sect2_sw .item .df_box .r_box .more_btn {
    width: 200px;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
  }
}
.index_wrap .sect3 {
  position: relative;
  padding: 180px 0px;
  background-color: #00336A !important;
}
.index_wrap .sect3 .r_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.index_wrap .sect3 .r_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_wrap .sect3 .r_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00336A;
  background: linear-gradient(90deg, rgb(0, 51, 106) 0%, rgba(0, 37, 102, 0.02) 100%);
}
.index_wrap .sect3 .cont1600 {
  position: relative;
  z-index: 2;
}
.index_wrap .sect3 p {
  max-width: 50%;
}
.index_wrap .sect3 p {
  color: #fff;
}
.index_wrap .sect3 .t2 {
  margin-top: 30px;
}
.index_wrap .sect3 .t3 {
  margin-top: 40px;
}
.index_wrap .sect3 .more_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 240px;
  height: 60px;
  padding: 0px 45px 0px 15px;
  margin-top: 60px;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 18px;
  transition: background-color 0.3s, border-color 0.3s;
}
.index_wrap .sect3 .more_btn span {
  transition: color 0.3s;
}
.index_wrap .sect3 .more_btn .img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #2861FC !important;
}
.index_wrap .sect3 .more_btn:hover {
  background-color: #2861FC !important;
  border-color: #2861FC !important;
}
.index_wrap .sect3 .more_btn:hover span {
  color: #fff;
}

@media screen and (max-width: 1620px) {
  .index_wrap .sect3 p {
    max-width: 60%;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect3 {
    padding-bottom: 560px;
  }
  .index_wrap .sect3 .r_bg {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 560px;
  }
  .index_wrap .sect3 .r_bg::after {
    background: #00336A;
    background: linear-gradient(180deg, rgb(0, 51, 106) 0%, rgba(0, 37, 102, 0.02) 100%);
  }
  .index_wrap .sect3 p {
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect3 {
    padding: 90px 0px 265px;
  }
  .index_wrap .sect3 .r_bg {
    height: 260px;
  }
  .index_wrap .sect3 .t2 {
    margin-top: 15px;
  }
  .index_wrap .sect3 .t3 {
    margin-top: 25px;
  }
  .index_wrap .sect3 .more_btn {
    width: 200px;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
  }
}
.index_wrap .sect4 {
  padding: 180px 0px 0;
}
.index_wrap .sect4 .top_t2 {
  margin-top: 40px;
}
.index_wrap .sect4 .sw_wrap {
  margin-top: 70px;
}
.index_wrap .sect4 .sw_wrap .sect4_sw .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .sect4 .sw_wrap .sect4_sw .item a:hover .img > img {
  transform: scale(1.1);
}
.index_wrap .sect4 .sw_wrap .sect4_sw .item a:hover .img .hover_box{opacity: 1;}
.index_wrap .sect4 .sw_wrap .sect4_sw .item .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.index_wrap .sect4 .sw_wrap .sect4_sw .item .img::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #00336A;
  background: linear-gradient(0deg, rgb(0, 51, 106) 0%, rgba(0, 51, 106, 0) 100%);
}
.index_wrap .sect4 .sw_wrap .sect4_sw .item .img > img {
  display: block;
  width: 100%;
  transition: transform 0.7s;
}
.index_wrap .sect4 .sw_wrap .sect4_sw .item .img p {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0px 40px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect4 .sw_wrap .sect4_sw .item .img .hover_box{transition: opacity 0.5s; opacity: 0; z-index: 3; transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; width: 200px; height: 200px; border-radius: 200px; background-color: #2861FC;}
.index_wrap .sect4 .sw_wrap .sect4_sw .item .t2 {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect4 .sw_wrap .sect4_sw .item a:hover .img .hover_box{display: none !important;}
}
@media screen and (max-width: 720px) {
  .index_wrap .sect4 {
    padding: 90px 0px 0;
  }
  .index_wrap .sect4 .top_t2 {
    margin-top: 20px;
  }
  .index_wrap .sect4 .sw_wrap {
    margin-top: 35px;
  }
  .index_wrap .sect4 .sw_wrap .sect4_sw .item .img {
    border-radius: 10px;
  }
  .index_wrap .sect4 .sw_wrap .sect4_sw .item .img p {
    bottom: 20px;
    padding: 0px 20px;
    font-size: 18px;
  }
  .index_wrap .sect4 .sw_wrap .sect4_sw .item .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
}

.index_wrap section{margin-top: 150px;}
.index_wrap .main_tit_line{margin-bottom: 80px;}
.index_wrap .main_tit{font-size: 50px;font-weight: bold;color: #000;text-align: center;line-height: 140%;}
.index_wrap .main_tit+.main_desc{margin-top: 30px;}
.index_wrap .main_desc{font-size: 22px;text-align: center;}
@media screen and (max-width: 1420px){

}
@media screen and (max-width: 720px){
  .index_wrap section{margin-top: 75px;}
  .index_wrap .main_tit_line{margin-bottom: 40px;}
  .index_wrap .main_tit{font-size: 24px;}
  .index_wrap .main_tit+.main_desc{margin-top: 15px;}
  .index_wrap .main_desc{font-size: 16px;}
}

.index_wrap .service_sect .main_service_list > ul{display: flex;gap: 2px;flex-wrap: wrap;}
.index_wrap .service_sect .main_service_list > ul > li{width: calc(50% - 1px);}
.index_wrap .service_sect .main_service_list .item{display: block;min-height: 600px;height: 100%;padding: 100px;background-size: cover;background-position: center center;}
.index_wrap .service_sect .main_service_list .item .txt .tit{font-size: 40px;font-weight: bold;color: #fff;}
.index_wrap .service_sect .main_service_list .item .txt .tit+.desc{margin-top: 30px;}
.index_wrap .service_sect .main_service_list .item .txt .desc{font-size: 20px;color: #fff;}
.index_wrap .service_sect .main_service_list .item.consult_item{background-image: url(/src/img/main_service_consult_bg.jpg);}
.index_wrap .service_sect .main_service_list .item.oper_item{background-image: url(/src/img/main_service_oper_bg.jpg);}
@media screen and (max-width: 1620px){
  .index_wrap .service_sect .main_service_list .item{padding: 80px;}
}
@media screen and (max-width: 1240px){
  .index_wrap .service_sect .main_service_list > ul > li{width: 100%;}
  .index_wrap .service_sect .main_service_list .item{min-height: 450px;padding: 100px;}
}
@media screen and (max-width: 720px){
  .index_wrap .service_sect .main_service_list .item{min-height: 200px;padding: 40px 20px;}
  .index_wrap .service_sect .main_service_list .item .txt .tit{font-size: 24px;}
  .index_wrap .service_sect .main_service_list .item .txt .tit+.desc{margin-top: 15px;}
  .index_wrap .service_sect .main_service_list .item .txt .desc{font-size: 16px;}
}

.index_wrap .main_consult_slide{position: relative;width: calc(100% - 200px);margin: 0 auto;}
.index_wrap .main_consult_slide .main_consult_mask{overflow: hidden;}
.index_wrap .main_consult_slide .main_consult_mask .item{display: block;}
.index_wrap .main_consult_slide .main_consult_mask .item .img{overflow: hidden;position: relative;aspect-ratio: 1/1;border-radius: 20px;}
.index_wrap .main_consult_slide .main_consult_mask .item .img > img{object-fit: cover;width: 100%;height: 100%;}
.index_wrap .main_consult_slide .main_consult_mask .item .img figcaption{position: absolute;bottom: 0;left: 0;display: flex;align-items: flex-end;width: 100%;min-height: 50%;padding: 40px;font-size: 24px;font-weight: bold;color: #fff;background: rgba(0, 37, 102, 0.99);background: linear-gradient(180deg, rgba(0, 37, 102, 0) 0%, rgba(0, 37, 102, 1) 100%);}
.index_wrap .main_consult_slide .main_consult_mask .item .img+.txt{margin-top: 30px;}
.index_wrap .main_consult_slide .main_consult_mask .item .txt .desc{font-size: 18px;color: #666;word-break: break-all;letter-spacing: -0.5px;}
.index_wrap .main_consult_slide .arrow_btn{z-index: 5;position: absolute;top: 30%;width: 80px;height: 80px;border: 1px solid #ddd;border-radius: 50%;background-color: #fff;background-image: url(/src/img/i/main_consult_arrow.png);background-repeat: no-repeat;background-position: center center;}
.index_wrap .main_consult_slide .arrow_btn:hover{background-image: url(/src/img/i/main_consult_arrow_c1.png);}
.index_wrap .main_consult_slide .arrow_btn.prev{left: -40px;}
.index_wrap .main_consult_slide .arrow_btn.next{right: -40px;transform: scaleX(-1);}
.index_wrap .main_consult_slide .progress_bar{position: relative;display: none;margin: 60px auto 0;width: 280px;height: 2px;background-color: #ddd;}
.index_wrap .main_consult_slide .progress_bar .swiper-pagination-progressbar-fill{background-color: #2861FC;}
@media screen and (max-width: 1620px){
  .index_wrap .main_consult_slide{width: calc(100% - 160px);}
}
@media screen and (max-width: 1420px){
  .index_wrap .main_consult_slide{width: calc(100% - 80px);}
  .index_wrap .main_consult_slide .arrow_btn{display: none;}
  .index_wrap .main_consult_slide .progress_bar{display: block;}
}
@media screen and (max-width: 720px){
  .index_wrap .main_consult_slide{width: calc(100% - 40px);}
  .index_wrap .main_consult_slide .main_consult_mask .item .img{border-radius: 10px;}
  .index_wrap .main_consult_slide .main_consult_mask .item .img figcaption{padding: 30px;font-size: 18px;}
  .index_wrap .main_consult_slide .main_consult_mask .item .img+.txt{margin-top: 15px;}
  .index_wrap .main_consult_slide .main_consult_mask .item .txt .desc{font-size: 14px;}
  .index_wrap .main_consult_slide .progress_bar{margin-top: 30px;width: 100%;}
}


.s_top {
  width: 100%;
  min-height: 800px;
  margin-bottom: 150px;
  padding-top: 115px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s_top.mb0 {
  margin-bottom: 0;
}
.s_top.s_top1 {
  background-image: url(/src/img/s_top1.jpg);
}
.s_top.s_top2 {
  background-image: url(/src/img/s_top2.jpg);
}
.s_top.s_top3 {
  background-image: url(/src/img/s_top3.jpg);
}
.s_top.s_top4 {
  background-image: url(/src/img/s_top4.jpg);
}
.s_top.s_top5 {
  background-image: url(/src/img/s_top5.jpg);
}
.s_top.s_top6 {
  background-image: url(/src/img/s_top6.jpg);
}
.s_top.s_top7 {
  background-image: url(/src/img/s_top7.jpg);
}
.s_top.s_top8 {
  background-image: url(/src/img/s_top8.jpg);
}
.s_top.s_top9 {
  background-image: url(/src/img/s_top9.jpg);
}
.s_top.s_top10 {
  background-image: url(/src/img/s_top10.jpg);
}
.s_top.s_top11 {
  background-image: url(/src/img/s_top11.jpg);
}
.s_top.s_top12 {
  background-image: url(/src/img/s_top12.jpg);
}
.s_top.s_top13 {
  background-image: url(/src/img/s_top13.jpg);
}
.s_top.s_top14 {
  background-image: url(/src/img/s_top14.jpg);
}
.s_top.s_top15 {
  background-image: url(/src/img/s_top15.jpg);
}
.s_top.s_top16 {
  background-image: url(/src/img/s_top16.jpg);
}
.s_top.s_top17 {
  background-image: url(/src/img/s_top17.jpg);
}
.s_top.s_top18 {
  background-image: url(/src/img/s_top18.jpg);
}
.s_top .t_box {
  padding-top: 200px;
}
.s_top .t_box p {
  color: #fff;
}
.s_top .t_box .t1{font-size: 70px;font-weight: bold;}
.s_top .t_box .t2 {
  margin-top: 40px;
  font-size: 26px;
}

@media screen and (max-width: 720px) {
  .s_top {
    display: flex;align-items: center;justify-content: center;
    min-height: 400px;
    margin-bottom: 75px;
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .s_top .t_box{padding-top: 0;}
  .s_top .t_box .t1{font-size: 32px;}
  .s_top .t_box .t2 {
    margin-top: 20px;
    font-size: 18px;
  }
}

.s_mb{margin-bottom: 150px;}
.s_mb .s_top{margin-bottom: 0;}
@media screen and (max-width: 720px){
  .s_mb{margin-bottom: 75px;}
}

.sub_lnb{border-bottom: 1px solid #ddd;background-color: #fff;}
.sub_lnb ul{display: flex;justify-content: center;}
.sub_lnb ul li{width: 280px;}
.sub_lnb ul li .t1{display: flex;align-items: center;justify-content: center;width: 100%;height: 100px;text-align: center;font-size: 22px;line-height: 150%;}
.sub_lnb ul li.act .t1{position: relative;font-weight: bold;color: #2861FC;}
.sub_lnb ul li.act .t1::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background-color: #2861FC;}

@media screen and (max-width: 1240px){
  .sub_lnb ul{overflow-x: auto;justify-content: start;padding: 0 5%;gap: 0 40px;}
  .sub_lnb ul li{flex-shrink: 0;width: auto;}
}
@media screen and (max-width: 720px){
  .sub_lnb ul{gap: 0 20px;}
  .sub_lnb ul li .t1{height: 60px;font-size: 16px;}
}

.sub_top_box {
  margin-bottom: 70px;
}
.sub_top_box .sub_top_t4{margin-bottom: 20px;font-size: 18px;color: #002566;}
.sub_top_box .sub_top_t1 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
}
.sub_top_box .sub_top_t2 {
  margin-top: 40px;
  font-size: 22px;
}
.sub_top_box .sub_top_t3 {
  margin-top: 20px;
  font-size: 18px;
}
.sub_top_box .sub_top_tab {
  margin-top: 50px;
}
.sub_top_box .sub_top_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.sub_top_box .sub_top_tab ul li {
  width: 150px;
  height: 70px;
  border-radius: 5px;
  background-color: #F5F5F5;
}
.sub_top_box .sub_top_tab ul li a, .sub_top_box .sub_top_tab ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
}
.sub_top_box .sub_top_tab ul li.a {
  background-color: #2861FC !important;
}
.sub_top_box .sub_top_tab ul li.a a, .sub_top_box .sub_top_tab ul li.a button {
  color: #fff;
}
.sub_top_box .sub_top_tab select {
  display: none;
  width: 100%;
  height: 50px;
  border-radius: 5px;
}
.sub_top_box .more_btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 240px;
  height: 60px;
  padding: 0px 45px 0px 15px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 18px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.sub_top_box .more_btn span {
  transition: color 0.3s;
}
.sub_top_box .more_btn .img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #2861FC !important;
}
.sub_top_box .more_btn:hover {
  background-color: #2861FC !important;
}
.sub_top_box .more_btn:hover span {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .sub_top_box .sub_top_tab ul {
    display: none;
  }
  .sub_top_box .sub_top_tab select {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .sub_top_box {
    margin-bottom: 35px;
  }
  .sub_top_box .sub_top_t4{margin-bottom: 10px;font-size: 14px;}
  .sub_top_box .sub_top_t1 {
    font-size: 30px;
  }
  .sub_top_box .sub_top_t2 {
    margin-top: 20px;
    font-size: 16px;
  }
  .sub_top_box .sub_top_t3 {
    margin-top: 10px;
    font-size: 14px;
  }
  .sub_top_box .sub_top_tab {
    margin-top: 25px;
  }
  .sub_top_box .sub_top_tab ul li {
    width: calc((100% - 20px) / 3);
    height: 55px;
  }
  .sub_top_box .sub_top_tab ul li a, .sub_top_box .sub_top_tab ul li button {
    font-size: 14px;
  }
  .sub_top_box .more_btn {
    width: 200px;
    height: 50px;
    margin-top: 25px;
    font-size: 14px;
  }
}
.greeting .bg_wrap1 {
  padding: 190px 0px;
  margin-bottom: 150px;
  background: url(/src/img/greeting1.jpg) no-repeat center center/cover;
}
.greeting .info_tb {
  border-top: solid 2px #000;
}
.greeting .info_tb table tr {
  border-bottom: solid 1px #eee;
}
.greeting .info_tb table tr th, .greeting .info_tb table tr td {
  padding: 30px 0px;
  font-size: 18px;
  text-align: left;
}
.greeting .info_tb table tr th {
  width: 140px;
  font-weight: bold;
  color: #00336A;
}
.greeting .info_tb table tr td .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.greeting .info_tb table tr td .lst:last-child {
  margin-bottom: 0;
}
.greeting .info_tb table tr td .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.greeting .df_lst {
  margin-top: 150px;
}
.greeting .df_lst ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 70px;
}
.greeting .df_lst ul li:last-child {
  margin-bottom: 0;
}
.greeting .df_lst ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.greeting .df_lst ul li .img {
  width: 700px;
  border-radius: 20px;
  overflow: hidden;
}
.greeting .df_lst ul li .img img {
  display: block;
  width: 100%;
}
.greeting .df_lst ul li .t_box {
  width: 650px;
}
.greeting .df_lst ul li .t_box .t1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.greeting .df_lst ul li .t_box .t2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #2861FC !important;
}
.greeting .df_lst ul li .t_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.greeting .df_lst ul li .t_box .lst:last-child {
  margin-bottom: 0;
}
.greeting .df_lst ul li .t_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.greeting .bg_wrap2 {
  padding: 150px 0px;
  margin-top: 150px;
  margin-bottom: 150px;
  background-color: #F5F5F5;
}
.greeting .bg_wrap2 .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.greeting .bg_wrap2 .i_lst ul li {
  display: flex;
  gap: 40px;
  width: calc(50% - 10px);
  padding: 50px;
  border-radius: 20px;
  border: solid 1px #ddd;
  background-color: #FFF;
}
.greeting .bg_wrap2 .i_lst ul li .img {
  width: 50px;
}
.greeting .bg_wrap2 .i_lst ul li .t_box {
  width: calc(100% - 90px);
  text-align: left;
}
.greeting .bg_wrap2 .i_lst ul li .t_box .t1 {
  font-size: 18px;
  color: #2861FC;
}
.greeting .bg_wrap2 .i_lst ul li .t_box .t2 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.greeting .bg_wrap2 .i_lst ul li .t_box .t3 {
  margin-top: 25px;
  font-size: 18px;
}
.greeting .img_lst ul li {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 20px;
  padding: 50px;
  border-radius: 20px;
  border: solid 1px #eee;
  background-color: #FAFAFA;
}
.greeting .img_lst ul li:last-child {
  margin-bottom: 0;
}
.greeting .img_lst ul li .img {
  width: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.greeting .img_lst ul li .img img {
  display: block;
  width: 100%;
}
.greeting .img_lst ul li .t_box {
  width: calc(100% - 450px);
}
.greeting .img_lst ul li .t_box .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.greeting .img_lst ul li .t_box .t2 {
  margin-top: 25px;
  font-size: 18px;
}
.greeting .bg_wrap3 {
  padding: 150px 0px;
  margin-top: 150px;
  background-color: #F9FAFE;
}
.greeting .bg_wrap3 .img_lst2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.greeting .bg_wrap3 .img_lst2 ul li {
  width: calc(50% - 35px);
}
.greeting .bg_wrap3 .img_lst2 ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.greeting .bg_wrap3 .img_lst2 ul li .img img {
  display: block;
  width: 100%;
}
.greeting .bg_wrap3 .img_lst2 ul li .t_box {
  margin-top: 40px;
}
.greeting .bg_wrap3 .img_lst2 ul li .t_box .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.greeting .bg_wrap3 .img_lst2 ul li .t_box .t2 {
  margin-top: 25px;
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .greeting .bg_wrap1 br {
    display: none;
  }
  .greeting .df_lst ul li {
    flex-direction: column !important;
    gap: 40px;
  }
  .greeting .df_lst ul li .img {
    max-width: 100%;
  }
  .greeting .df_lst ul li .t_box {
    width: 100%;
  }
  .greeting .bg_wrap2 .i_lst ul li {
    width: 100%;
  }
  .greeting .img_lst ul li {
    flex-direction: column;
    gap: 40px;
  }
  .greeting .img_lst ul li .img {
    max-width: 100%;
  }
  .greeting .img_lst ul li .t_box {
    width: 100%;
  }
  .greeting .bg_wrap3 .img_lst2 ul {
    gap: 60px;
  }
  .greeting .bg_wrap3 .img_lst2 ul li {
    width: 100%;
  }
  .greeting .bg_wrap3 .img_lst2 ul li .img {
    width: 665px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .greeting .bg_wrap3 .img_lst2 ul li .t_box {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 720px) {
  .greeting .bg_wrap1 {
    padding: 95px 0px;
    margin-bottom: 75px;
  }
  .greeting .info_tb {
    /* padding: 15px 0px; */
    /* border-bottom: solid 1px #eee; */
  }
  .greeting .info_tb table tr {
    display: block;
    padding: 15px 0px;
    /* margin-bottom: 20px; */
    /* border: none; */
  }
  .greeting .info_tb table tr:last-child {
    margin-bottom: 0;
  }
  .greeting .info_tb table tr th, .greeting .info_tb table tr td {
    display: block;
    padding: 0;
    font-size: 14px;
  }
  .greeting .info_tb table tr th {
    width: 100%;
    margin-bottom: 10px;
  }
  .greeting .info_tb table tr td .lst {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 12px;
  }
  .greeting .info_tb table tr td .lst::before {
    top: 8px;
  }
  .greeting .df_lst {
    margin-top: 75px;
  }
  .greeting .df_lst ul li {
    gap: 25px;
    margin-bottom: 40px;
  }
  .greeting .df_lst ul li .img {
    border-radius: 10px;
  }
  .greeting .df_lst ul li .t_box .t1 {
    font-size: 24px;
  }
  .greeting .df_lst ul li .t_box .t2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .greeting .df_lst ul li .t_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .greeting .df_lst ul li .t_box .lst::before {
    top: 8px;
  }
  .greeting .bg_wrap2 {
    padding: 75px 0px;
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .greeting .bg_wrap2 .i_lst ul {
    gap: 10px;
  }
  .greeting .bg_wrap2 .i_lst ul li {
    gap: 20px;
    padding: 25px;
    border-radius: 10px;
  }
  .greeting .bg_wrap2 .i_lst ul li .img {
    width: 40px;
  }
  .greeting .bg_wrap2 .i_lst ul li .t_box {
    width: calc(100% - 60px);
  }
  .greeting .bg_wrap2 .i_lst ul li .t_box .t1 {
    font-size: 14px;
  }
  .greeting .bg_wrap2 .i_lst ul li .t_box .t2 {
    margin-top: 6px;
    font-size: 18px;
  }
  .greeting .bg_wrap2 .i_lst ul li .t_box .t3 {
    margin-top: 15px;
    font-size: 14px;
  }
  .greeting .img_lst ul li {
    gap: 25px;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 10px;
  }
  .greeting .img_lst ul li .img {
    border-radius: 10px;
  }
  .greeting .img_lst ul li .t_box .t1 {
    font-size: 20px;
  }
  .greeting .img_lst ul li .t_box .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
  .greeting .bg_wrap3 {
    padding: 75px 0px;
    margin-top: 75px;
  }
  .greeting .bg_wrap3 .img_lst2 ul {
    gap: 30px;
  }
  .greeting .bg_wrap3 .img_lst2 ul li .img {
    border-radius: 10px;
  }
  .greeting .bg_wrap3 .img_lst2 ul li .t_box {
    margin-top: 20px;
  }
  .greeting .bg_wrap3 .img_lst2 ul li .t_box .t1 {
    font-size: 20px;
  }
  .greeting .bg_wrap3 .img_lst2 ul li .t_box .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
}

.greeting_v2 section{margin-top: -115px;padding-top: 115px;}
/* .greeting_v2 #greeting3{background-color: #F9FAFE;} */
.greeting_v2 .sect_ptb{padding-top: 150px;padding-bottom: 150px;}
.greeting_v2 .sect_tit_line{margin-bottom: 70px;text-align: center;}
.greeting_v2 .sect_tit_line.tal{text-align: left;}
.greeting_v2 .sect_tit{font-size: 50px;font-weight: bold;color: #000;}
.greeting_v2 .sect_tit+.sect_desc{margin-top: 60px;}
.greeting_v2 .sect_desc{font-size: 22px;}
.greeting_v2 .sect_desc+.sect_desc{margin-top: 20px;}
@media screen and (max-width: 720px){
  .greeting_v2 section{margin-top: -65px;padding-top: 65px;}
  .greeting_v2 .sect_ptb{padding-top: 75px;padding-bottom: 75px;}
  .greeting_v2 .sect_tit_line{margin-bottom: 35px;}
  .greeting_v2 .sect_tit{font-size: 30px;}
  .greeting_v2 .sect_tit+.sect_desc{margin-top: 30px;}
  .greeting_v2 .sect_desc{font-size: 16px;}
  .greeting_v2 .sect_desc+.sect_desc{margin-top: 10px;}
}

.greeting_v2 .ceo_intro_txt .t1{font-size: 30px;font-weight: bold;color: #2861FC;}
.greeting_v2 .ceo_intro_txt .t1+.t2{margin-top: 30px;}
.greeting_v2 .ceo_intro_txt .t2{font-size: 22px;}
.greeting_v2 .ceo_intro_txt .t2+.t2{margin-top: 30px;}
.greeting_v2 .ceo_intro_txt .t2+.t3{margin-top: 30px;}
.greeting_v2 .ceo_intro_txt .t3{padding-right: 70px;font-size: 22px;color: #000;text-align: right;}
.greeting_v2 .ceo_intro_banner{display: flex;align-items: center;justify-content: center;min-height: 610px;margin-top: 70px;padding: 150px 0;background-image: url(/src/img/greeting_v2_ceointro_banner.jpg);background-size: cover;background-position: center center;}
.greeting_v2 .ceo_intro_banner .txt{text-align: center;}
.greeting_v2 .ceo_intro_banner .txt .t1{font-size: 50px;font-weight: bold;color: #fff;}
.greeting_v2 .ceo_intro_banner .txt .t1+.t2{margin-top: 60px;}
.greeting_v2 .ceo_intro_banner .txt .t2{font-size: 22px;color: #fff;}
.greeting_v2 .ceo_intro_banner .txt .t2+.t2{margin-top: 30px;}

@media screen and (max-width: 1420px){
  .greeting_v2 .ceo_intro_txt .t3{padding-right: 0;}
}
@media screen and (max-width: 1240px){
  .greeting_v2 .ceo_intro_banner{min-height: auto;}
}
@media screen and (max-width: 720px){
  .greeting_v2 .ceo_intro_txt .t1{font-size: 20px;}
  .greeting_v2 .ceo_intro_txt .t1+.t2{margin-top: 15px;}
  .greeting_v2 .ceo_intro_txt .t2+.t2{margin-top: 15px;}
  .greeting_v2 .ceo_intro_txt .t2+.t3{margin-top: 15px;}
  .greeting_v2 .ceo_intro_txt .t2{font-size: 16px;}
  .greeting_v2 .ceo_intro_txt .t3{font-size: 16px;}
  .greeting_v2 .ceo_intro_banner{margin-top: 35px;padding: 75px 0;}
  .greeting_v2 .ceo_intro_banner .txt .t1{font-size: 30px;}
  .greeting_v2 .ceo_intro_banner .txt .t1+.t2{margin-top: 30px;}
  .greeting_v2 .ceo_intro_banner .txt .t2{font-size: 16px;}
  .greeting_v2 .ceo_intro_banner .txt .t2+.t2{margin-top: 20px;}
}

.greeting_v2 .philosophy_sect .sect_desc b{font-weight: bold;color: #2861FC;text-decoration: underline;text-underline-position: under;}
.greeting_v2 .philosophy_tab_btns > ul{display: flex;gap: 40px;flex-wrap: wrap;}
.greeting_v2 .philosophy_tab_btns > ul > li{width: calc((100% - 80px)/3);}
.greeting_v2 .philosophy_tab_btns .btn{transition: transform .3s,box-shadow .3s;display: flex;flex-direction: column;align-items: center;justify-content: center;width: 100%;height: 100%;padding: 40px;border: 1px solid #eee;border-radius: 20px;text-align: center;}
.greeting_v2 .philosophy_tab_btns .btn .ico{display: block;width: 120px;height: 120px;border-radius: 50%;background-repeat: no-repeat;background-position: center center;background-size: 50px auto;}
.greeting_v2 .philosophy_tab_btns .btn .ico+.txt{margin-top: 20px;}
.greeting_v2 .philosophy_tab_btns .btn .txt{display: block;width: 100%;}
.greeting_v2 .philosophy_tab_btns .btn .txt .num{font-size: 18px;line-height: 150%;}
.greeting_v2 .philosophy_tab_btns .btn .txt .num+.tit{margin-top: 15px;}
.greeting_v2 .philosophy_tab_btns .btn .txt .tit{display: block;font-size: 24px;font-weight: bold;color: #000;line-height: 150%;}
.greeting_v2 .philosophy_tab_btns .btn .txt .tit+.desc{margin-top: 15px;}
.greeting_v2 .philosophy_tab_btns .btn .txt .desc{display: block;font-size: 18px;line-height: 150%;}
.greeting_v2 .philosophy_tab_btns .act .btn{position: relative;}
.greeting_v2 .philosophy_tab_btns .act .btn::after{content: '';box-sizing: border-box;position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius: inherit;}
.greeting_v2 .philosophy_tab_btns .btn.expert_btn .ico{background-image: url(/src/img/i/greeting_v2_philtabbtn_expert_ico.png);background-color: #2861FC;}
.greeting_v2 .philosophy_tab_btns .btn.expert_btn .txt .num{color: #2861FC;}
.greeting_v2 .philosophy_tab_btns .act .btn.expert_btn{background-color: #EFF3FF;}
.greeting_v2 .philosophy_tab_btns .act .btn.expert_btn::after{border: 2px solid #2861FC;}
.greeting_v2 .philosophy_tab_btns .btn.reliable_btn .ico{background-image: url(/src/img/i/greeting_v2_philtabbtn_reliable_ico.png);background-color: #00A711;}
.greeting_v2 .philosophy_tab_btns .btn.reliable_btn .txt .num{color: #00A711;}
.greeting_v2 .philosophy_tab_btns .act .btn.reliable_btn{background-color: #EFFFF1;}
.greeting_v2 .philosophy_tab_btns .act .btn.reliable_btn::after{border: 2px solid #00A711;}
.greeting_v2 .philosophy_tab_btns .btn.inno_btn .ico{background-image: url(/src/img/i/greeting_v2_philtabbtn_inno_ico.png);background-color: #7858FF;}
.greeting_v2 .philosophy_tab_btns .btn.inno_btn .txt .num{color: #7858FF;}
.greeting_v2 .philosophy_tab_btns .act .btn.inno_btn{background-color: #F4F2FF;}
.greeting_v2 .philosophy_tab_btns .act .btn.inno_btn::after{border: 2px solid #7858FF;}
.greeting_v2 .philosophy_tab_btns .btn:hover{transform: translateY(-10px);box-shadow: 0 3px 20px rgba(0,0,0,.05);}
@media screen and (max-width: 1240px){
  .greeting_v2 .philosophy_tab_btns > ul{gap: 20px;}
  .greeting_v2 .philosophy_tab_btns > ul > li{width: calc((100% - 40px)/3);}
  .greeting_v2 .philosophy_tab_btns .btn{padding: 40px 20px;}
}
@media screen and (max-width: 991px){
  .greeting_v2 .philosophy_tab_btns > ul{flex-direction: column;max-width: 440px;margin: 0 auto;}
  .greeting_v2 .philosophy_tab_btns > ul > li{width: 100%;}
}
@media screen and (max-width: 720px){
  .greeting_v2 .philosophy_tab_btns .btn{padding: 20px;border-radius: 10px;}
  .greeting_v2 .philosophy_tab_btns .btn .ico{width: 70px;height: 70px;background-size: 30px auto;}
  .greeting_v2 .philosophy_tab_btns .btn .ico+.txt{margin-top: 10px;}
  .greeting_v2 .philosophy_tab_btns .btn .txt .num{font-size: 14px;}
  .greeting_v2 .philosophy_tab_btns .btn .txt .num+.tit{margin-top: 5px;}
  .greeting_v2 .philosophy_tab_btns .btn .txt .tit{font-size: 18px;}
  .greeting_v2 .philosophy_tab_btns .btn .txt .tit+.desc{margin-top: 10px;}
  .greeting_v2 .philosophy_tab_btns .btn .txt .desc{font-size: 14px;}
}

.js_tab_wrap .js_tab_conts .js_tab_cont{display: none;}
.js_tab_wrap .js_tab_conts .js_tab_cont.act{display: block;}

.greeting_v2 .philosophy_tab_conts{margin-top: 70px;padding-top: 70px;border-top: 1px solid #eee;}
@media screen and (max-width: 720px){
  .greeting_v2 .philosophy_tab_conts{margin-top: 35px;padding-top: 35px;}
}

.greeting_v2 .philosophy_tab_view{overflow: hidden;display: flex;border: 1px solid #eee;border-radius: 20px;}
.greeting_v2 .philosophy_tab_view .txt{display: flex;flex-direction: column;justify-content: center;width: 50%;min-height: 620px;padding: 70px;background-color: #fafafa;}
.greeting_v2 .philosophy_tab_view .txt .cate{font-size: 18px;}
.greeting_v2 .philosophy_tab_view .txt .cate+.tit{margin-top: 15px;}
.greeting_v2 .philosophy_tab_view .txt .tit{font-size: 30px;font-weight: bold;color: #000;}
.greeting_v2 .philosophy_tab_view .txt .tit+.desc{margin-top: 20px;}
.greeting_v2 .philosophy_tab_view .txt .desc{font-size: 22px;}
.greeting_v2 .philosophy_tab_view .txt .desc+.chk{margin-top: 40px;}
.greeting_v2 .philosophy_tab_view .txt .chk{position: relative;padding-left: 30px;font-size: 18px;}
.greeting_v2 .philosophy_tab_view .txt .chk b{font-weight: bold;color: #000;}
.greeting_v2 .philosophy_tab_view .txt .chk::before{content: '';position: absolute;top: 4px;left: 0;width: 20px;height: 20px;border-radius: 50%;background-image: url(/src/img/i/greeting_v2_philtabview_txt_chk.png);background-size: 10px auto;background-repeat: no-repeat;background-position: center center;}
.greeting_v2 .philosophy_tab_view .txt .chk+.chk{margin-top: 15px;}
.greeting_v2 .philosophy_tab_view .chart{display: flex;flex-direction: column;justify-content: center;width: 50%;padding: 70px;}
.greeting_v2 .philosophy_tab_view .chart .tit{margin-bottom: 40px;font-size: 22px;font-weight: bold;color: #000;}
.greeting_v2 .philosophy_tab_view .chart .chart_desc{margin-top: 20px;font-size: 12px;color: #666;text-align: center;}
.greeting_v2 .philosophy_tab_view.expert_view .txt .cate{color: #2861FC;}
.greeting_v2 .philosophy_tab_view.expert_view .txt .chk::before{background-color: #2861FC;}
.greeting_v2 .philosophy_tab_view.reliable_view .txt .cate{color: #00A711;}
.greeting_v2 .philosophy_tab_view.reliable_view .txt .chk::before{background-color: #00A711;}
.greeting_v2 .philosophy_tab_view.inno_view .txt .cate{color: #7858FF;}
.greeting_v2 .philosophy_tab_view.inno_view .txt .chk::before{background-color: #7858FF;}
@media screen and (max-width: 1420px){
  .greeting_v2 .philosophy_tab_view .txt{padding: 50px;}
  .greeting_v2 .philosophy_tab_view .chart{padding: 50px;}
}
@media screen and (max-width: 991px){
  .greeting_v2 .philosophy_tab_view{display: block;}
  .greeting_v2 .philosophy_tab_view .txt{display: block;width: 100%;padding: 60px 40px;min-height: auto;}
  .greeting_v2 .philosophy_tab_view .chart{display: block;width: 100%;padding: 60px 40px;}
}
@media screen and (max-width: 720px){
  .greeting_v2 .philosophy_tab_view{border-radius: 10px;}
  .greeting_v2 .philosophy_tab_view .txt{padding: 30px 20px;}

  .greeting_v2 .philosophy_tab_view .txt .cate{font-size: 14px;}
  .greeting_v2 .philosophy_tab_view .txt .cate+.tit{margin-top: 5px;}
  .greeting_v2 .philosophy_tab_view .txt .tit{font-size: 20px;}
  .greeting_v2 .philosophy_tab_view .txt .tit+.desc{margin-top: 10px;}
  .greeting_v2 .philosophy_tab_view .txt .desc{font-size: 16px;}
  .greeting_v2 .philosophy_tab_view .txt .desc+.chk{margin-top: 20px;}
  .greeting_v2 .philosophy_tab_view .txt .chk{padding-left: 20px;font-size: 14px;}
  .greeting_v2 .philosophy_tab_view .txt .chk::before{top: 3px;width: 15px;height: 15px;background-size: 8px auto;}
  .greeting_v2 .philosophy_tab_view .txt .chk+.chk{margin-top: 10px;}
  .greeting_v2 .philosophy_tab_view .chart{padding: 30px 20px;}
  .greeting_v2 .philosophy_tab_view .chart .tit{margin-bottom: 20px;font-size: 16px;}
  .greeting_v2 .philosophy_tab_view .chart .chart_wrap{overflow-x: auto;}
  .greeting_v2 .philosophy_tab_view .chart .chart_wrap .chart_canvas{width: 600px;}
  .greeting_v2 .philosophy_tab_view .chart .chart_desc{margin-top: 10px;font-size: 11px;}
}

@keyframes rotate_ani{
  0%{transform: rotate(0deg);}
  100%{transform: rotate(-360deg);}
}

.greeting_v2 .core_sect{background-color: #F9FAFE;}
.greeting_v2 .core_list > ul{display: flex;gap: 40px;flex-wrap: wrap;}
.greeting_v2 .core_list > ul > li{width: calc(50% - 20px);border-radius: 20px;}
.greeting_v2 .core_list .strategy_item{position: relative;width: 100% !important;padding: 100px;background: #2861FC;background: linear-gradient(0deg, rgba(40, 97, 252, 1) 0%, rgba(25, 83, 241, 1) 70%, rgba(40, 97, 252, 1) 100%);}
.greeting_v2 .core_list .strategy_item .txt{position: relative;z-index: 1;}
.greeting_v2 .core_list .strategy_item .txt .cate_line{display: flex;flex-wrap: wrap;gap: 10px;}
.greeting_v2 .core_list .strategy_item .txt .cate_line .cate{display: inline-flex;align-items: center;justify-content: center;height: 40px;padding: 0 15px;border: 1px solid #5381FF;border-radius: 50rem;font-size: 18px;color: #fff;}
.greeting_v2 .core_list .strategy_item .txt .cate_line+.tit{margin-top: 40px;}
.greeting_v2 .core_list .strategy_item .txt .tit{font-size: 40px;font-weight: bold;color: #fff;}
.greeting_v2 .core_list .strategy_item .txt .tit+.desc{margin-top: 20px;}
.greeting_v2 .core_list .strategy_item .txt .desc{font-size: 22px;color: #D8E2FF;}
.greeting_v2 .core_list .strategy_item .txt .desc+.chks{margin-top: 50px;}
.greeting_v2 .core_list .strategy_item .txt .chks{display: flex;gap: 15px 10px;flex-wrap: wrap;max-width: 630px;}
.greeting_v2 .core_list .strategy_item .txt .chks .chk{width: calc(50% - 5px);}
.greeting_v2 .core_list .strategy_item .txt .chk{position: relative;padding-left: 30px;font-size: 18px;color: #D8E2FF;}
.greeting_v2 .core_list .strategy_item .txt .chk::before{content: '';position: absolute;top: 4px;left: 0;width: 20px;height: 20px;border-radius: 50%;background-color: #608AFF;background-image: url(/src/img/i/greeting_v2_corelist_strategy_chk.png);background-size: 10px auto;background-repeat: no-repeat;background-position: center center;}
.greeting_v2 .core_list .strategy_item .img{position: absolute;right: 150px;top: 50%;transform: translateY(-50%);width: 286px;}
.greeting_v2 .core_list .strategy_item .img img{animation: rotate_ani 100s linear infinite;display: block;}
.greeting_v2 .core_list .item{transition: transform .3s,box-shadow .3s;display: flex;flex-direction: column;padding: 70px;border: 1px solid #eee;background-color: #fff;}
.greeting_v2 .core_list .item .cate{font-size: 18px;color: #2861FC;}
.greeting_v2 .core_list .item .cate+.tit{margin-top: 15px;}
.greeting_v2 .core_list .item .tit{font-size: 30px;color: #000;font-weight: bold;}
.greeting_v2 .core_list .item .tit+.desc{margin-top: 25px;}
.greeting_v2 .core_list .item .desc{font-size: 22px;}
.greeting_v2 .core_list .item .desc+.img{margin-top: 50px;}
.greeting_v2 .core_list .item .img{text-align: center;}
.greeting_v2 .core_list .item .img .img_tit{display: block;margin-top: 20px;font-size: 12px;color: #666;line-height: 150%;}
.greeting_v2 .core_list .item .keyword_line{display: flex;flex-wrap: wrap;gap: 10px;margin-top: auto;padding-top: 50px;}
.greeting_v2 .core_list .item .keyword_line .keyword{display: inline-flex;align-items: center;justify-content: center;height: 40px;padding: 0 15px;border-radius: 50rem;font-size: 18px;text-align: center;}
.greeting_v2 .core_list .item:hover{transform: translateY(-10px);box-shadow: 0 3px 20px rgba(0,0,0,.05);}
.greeting_v2 .core_list .inno_item .img .over_img{display: none;}
.greeting_v2 .core_list .inno_item:hover .img .before_img{display: none;}
.greeting_v2 .core_list .inno_item:hover .img .over_img{display: inline-block;}


.greeting_v2 .core_list .sap_item .img canvas{max-width: 100%;}
.greeting_v2 .core_list .sap_item .img .img_tit{display: flex;flex-wrap: wrap;justify-content: center;gap: 0 20px;margin-top: -40px;}



.greeting_v2 .core_list .user_item .img{position: relative;}
.greeting_v2 .core_list .user_item .img .before_img{transition: transform .3s, opacity .3s;}
.greeting_v2 .core_list .user_item .img .over_img{transition: transform .3s, opacity .3s;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);opacity: 0;}
.greeting_v2 .core_list .user_item .img .img_tit{transition: opacity .5s;opacity: 0;}
.greeting_v2 .core_list .user_item:hover .img .before_img{transform: scale(0.9);opacity: 0;}
.greeting_v2 .core_list .user_item:hover .img .over_img{transform: translate(-50%,-50%) scale(1.1);opacity: 1;}
.greeting_v2 .core_list .user_item:hover .img .img_tit{opacity: 1;}
.greeting_v2 .core_list .item.future_item{border: 1px solid #002566;background-color: #002566;}
.greeting_v2 .core_list .item.future_item .cate{color: #28E6FC;}
.greeting_v2 .core_list .item.future_item .tit{color: #fff;}
.greeting_v2 .core_list .item.future_item .desc{color: #D8E2FF;}
.greeting_v2 .core_list .item.future_item .keyword_line .keyword{color: #fff;}
.greeting_v2 .core_list .item.future_item .keyword_line .keyword.k1{border: 1px solid #2861FC;background-color: #004D9F;}
.greeting_v2 .core_list .item.future_item .keyword_line .keyword.k2{border: 1px solid #2A97A4;background-color: #00717E;}
.greeting_v2 .core_list .item.future_item .keyword_line .keyword.k3{border: 1px solid #8472FF;background-color: #3C3CAB;}

@media screen and (max-width: 1420px){
  .greeting_v2 .core_list > ul{gap: 20px;}
  .greeting_v2 .core_list > ul > li{width: calc(50% - 10px);}
  .greeting_v2 .core_list .strategy_item .img{right: 100px;}
}
@media screen and (max-width: 1240px){
  .greeting_v2 .core_list .strategy_item{padding: 100px 50px;}
  .greeting_v2 .core_list .strategy_item .img{top: auto;right: 50px;bottom: 50px;transform: translateY(0);width: 200px;}
  .greeting_v2 .core_list .item{padding: 50px;}
}
@media screen and (max-width: 991px){
  .greeting_v2 .core_list .item{width: 100%;}
}
@media screen and (max-width: 720px){
  .greeting_v2 .core_list > ul > li{border-radius: 10px;}
  .greeting_v2 .core_list .strategy_item{padding: 50px 30px;}
  .greeting_v2 .core_list .strategy_item .txt .cate_line{gap: 5px;}
  .greeting_v2 .core_list .strategy_item .txt .cate_line .cate{height: 30px;padding: 0 10px;font-size: 14px;}
  .greeting_v2 .core_list .strategy_item .txt .cate_line+.tit{margin-top: 20px;}
  .greeting_v2 .core_list .strategy_item .txt .tit{font-size: 24px;}
  .greeting_v2 .core_list .strategy_item .txt .tit+.desc{margin-top: 10px;}
  .greeting_v2 .core_list .strategy_item .txt .desc{font-size: 16px;}
  .greeting_v2 .core_list .strategy_item .txt .desc+.chks{margin-top: 25px;}
  .greeting_v2 .core_list .strategy_item .txt .chks{flex-direction: column;gap: 10px 0;}
  .greeting_v2 .core_list .strategy_item .txt .chks .chk{width: 100%;}
  .greeting_v2 .core_list .strategy_item .txt .chk{padding-left: 20px;font-size: 14px;}
  .greeting_v2 .core_list .strategy_item .txt .chk::before{top: 3px;width: 15px;height: 15px;background-size: 8px auto;}
  .greeting_v2 .core_list .strategy_item .img{right: 30px;bottom: 30px;width: 150px;}

  .greeting_v2 .core_list .item{padding: 30px;}
  .greeting_v2 .core_list .item .cate{font-size: 14px;}
  .greeting_v2 .core_list .item .cate+.tit{margin-top: 10px;}
  .greeting_v2 .core_list .item .tit{font-size: 20px;}
  .greeting_v2 .core_list .item .tit+.desc{margin-top: 15px;}
  .greeting_v2 .core_list .item .desc{font-size: 16px;}
  .greeting_v2 .core_list .item .desc+.img{margin-top: 25px;}
  .greeting_v2 .core_list .item .img .img_tit{margin-top: 10px;}
  .greeting_v2 .core_list .item .keyword_line{gap: 5px;padding-top: 25px;}
  .greeting_v2 .core_list .item .keyword_line .keyword{height: 30px;padding: 0 10px;font-size: 14px;}
  .greeting_v2 .core_list .sap_item .img .img_tit{gap: 0 10px;margin-top: -40px;}
}



.esg .img_lst ul {
  display: flex;
  gap: 40px;
}
.esg .img_lst ul li {
  width: calc((100% - 80px) / 3);
}
.esg .img_lst ul li .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.esg .img_lst ul li .img::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #00336A;
  background: linear-gradient(0deg, rgb(0, 37, 102) 0%, rgba(0, 37, 102, 0) 100%);
}
.esg .img_lst ul li .img img {
  display: block;
  width: 100%;
  transition: transform 0.7s;
}
.esg .img_lst ul li .img p {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0px 40px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.esg .img_lst ul li .t2 {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}
.esg .bg_wrap1 {
  padding: 150px 0px;
  margin: 150px 0px;
  background-color: #F9FAFE;
}
.esg .bg_wrap1 .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.esg .bg_wrap1 .i_lst ul li {
  width: calc((100% - 80px) / 3);
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #eee;
  text-align: center;
  background-color: #fff;
}
.esg .bg_wrap1 .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #00336A;
}
.esg .bg_wrap1 .i_lst ul li .t1 {
  margin-top: 25px;
  font-size: 18px;
  color: #2861FC;
}
.esg .bg_wrap1 .i_lst ul li .t2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.esg .bg_wrap1 .i_lst ul li .t3 {
  margin-top: 15px;
  font-size: 18px;
}
.esg .img_lst2 ul li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0px;
  border-top: solid 2px #eee;
}
.esg .img_lst2 ul li:last-child {
  padding-bottom: 0;
}
.esg .img_lst2 ul li .t_box {
  width: calc(100% - 470px);
}
.esg .img_lst2 ul li .t_box .t1 {
  font-size: 18px;
  color: #2861FC;
}
.esg .img_lst2 ul li .t_box .t2 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.esg .img_lst2 ul li .t_box .t3 {
  margin-top: 40px;
  font-size: 18px;
}
.esg .img_lst2 ul li .img_box {
  width: 438px;
  display: flex;
  justify-content: end;
  gap: 10px;
}
.esg .img_lst2 ul li .img_box .img {
  width: 214px;
  border-radius: 20px;
  overflow: hidden;
}
.esg .img_lst2 ul li .img_box .img img {
  display: block;
}

@media screen and (max-width: 1420px) {
  .esg .img_lst ul {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .esg .img_lst ul li {
    width: 100%;
  }
  .esg .img_lst ul li .img {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .esg .img_lst ul li .t2 {
    margin-top: 20px;
    text-align: center;
  }
  .esg .bg_wrap1 .i_lst ul li {
    width: calc(50% - 20px);
  }
  .esg .bg_wrap1 .i_lst ul li br {
    display: none;
  }
  .esg .img_lst2 ul li {
    flex-direction: column;
    gap: 40px;
  }
  .esg .img_lst2 ul li .img_box {
    margin-left: auto;
    margin-right: auto;
  }
  .esg .img_lst2 ul li .t_box {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .esg .bg_wrap1 .i_lst ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .esg .img_lst ul {
    gap: 40px;
  }
  .esg .img_lst ul li .img {
    border-radius: 10px;
  }
  .esg .img_lst ul li .img p {
    bottom: 20px;
    padding: 0px 20px;
    font-size: 18px;
  }
  .esg .img_lst ul li .t2 {
    margin-top: 10px;
    font-size: 14px;
  }
  .esg .bg_wrap1 {
    padding: 75px 0px;
    margin: 75px 0px;
  }
  .esg .bg_wrap1 .i_lst ul {
    gap: 20px;
  }
  .esg .bg_wrap1 .i_lst ul li {
    padding: 25px;
    border-radius: 10px;
  }
  .esg .bg_wrap1 .i_lst ul li .img {
    width: 80px;
    height: 80px;
  }
  .esg .bg_wrap1 .i_lst ul li .img img {
    width: 35px;
  }
  .esg .bg_wrap1 .i_lst ul li .t1 {
    margin-top: 15px;
    font-size: 14px;
  }
  .esg .bg_wrap1 .i_lst ul li .t2 {
    margin-top: 10px;
    font-size: 18px;
  }
  .esg .bg_wrap1 .i_lst ul li .t3 {
    margin-top: 8px;
    font-size: 14px;
  }
  .esg .img_lst2 ul li {
    gap: 20px;
    padding: 35px 0px;
  }
  .esg .img_lst2 ul li .t_box .t1 {
    font-size: 14px;
  }
  .esg .img_lst2 ul li .t_box .t2 {
    margin-top: 8px;
    font-size: 18px;
  }
  .esg .img_lst2 ul li .t_box .t3 {
    margin-top: 20px;
    font-size: 14px;
  }
  .esg .img_lst2 ul li .img_box {
    max-width: 100%;
  }
  .esg .img_lst2 ul li .img_box .img {
    width: calc(50% - 5px);
    border-radius: 10px;
  }
}
.history_pg .sect_wrap .sect {
  display: none;
}
.history_pg .sect_wrap .sect.a {
  display: block;
}
.history_pg .sect_wrap .sect .top_bg {
  width: 100%;
  height: 500px;
}
.history_pg .sect_wrap .sect .top_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_pg .sect_wrap .sect .history_box {
  display: flex;
  gap: 80px;
  padding-top: 150px;
}
.history_pg .sect_wrap .sect .history_box .l_year {
  width: 400px;
}
.history_pg .sect_wrap .sect .history_box .l_year .t2 {
  margin-top: 40px;
}
.history_pg .sect_wrap .sect .history_box .r_wrap {
  width: calc(100% - 480px);
  padding-top: 10px;
}
.history_pg .sect_wrap .sect .history_box .r_wrap ul li {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.history_pg .sect_wrap .sect .history_box .r_wrap ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.history_pg .sect_wrap .sect .history_box .r_wrap ul li .t1 {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #00336A !important;
}
.history_pg .sect_wrap .sect .history_box .r_wrap ul li .t_box {
  width: calc(100% - 120px);
}
.history_pg .sect_wrap .sect .history_box .r_wrap ul li .t_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.history_pg .sect_wrap .sect .history_box .r_wrap ul li .t_box .lst:last-child {
  margin-bottom: 0;
}
.history_pg .sect_wrap .sect .history_box .r_wrap ul li .t_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}

@media screen and (max-width: 1420px) {
  .history_pg .sect_wrap .sect .history_box {
    flex-direction: column;
  }
  .history_pg .sect_wrap .sect .history_box .l_year {
    width: 100%;
    text-align: center;
  }
  .history_pg .sect_wrap .sect .history_box .r_wrap {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .history_pg .sect_wrap .sect .top_bg {
    height: 250px;
  }
  .history_pg .sect_wrap .sect .history_box {
    gap: 40px;
    padding-top: 75px;
  }
  .history_pg .sect_wrap .sect .history_box .l_year .t2 {
    margin-top: 20px;
  }
  .history_pg .sect_wrap .sect .history_box .r_wrap ul li {
    display: block;
  }
  .history_pg .sect_wrap .sect .history_box .r_wrap ul li .t1 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .history_pg .sect_wrap .sect .history_box .r_wrap ul li .t_box {
    width: 100%;
  }
  .history_pg .sect_wrap .sect .history_box .r_wrap ul li .t_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .history_pg .sect_wrap .sect .history_box .r_wrap ul li .t_box .lst::before {
    top: 8px;
  }
}


.history_v2_pg .chart_box{padding: 70px;border-radius: 20px;background-color: #fff;box-shadow: 0 3px 20px rgba(0,0,0,.05);}
.history_v2_pg .chart_box .box_tit_line{margin-bottom: 40px;text-align: center;}
.history_v2_pg .chart_box .box_tit{font-size: 40px;font-weight: bold;color: #000;}
.history_v2_pg .chart_box .box_tit+.box_desc{margin-top: 35px;}
.history_v2_pg .chart_box .box_desc{font-size: 22px;}
.history_v2_pg .chart_box .chart_wrap{max-width: 754px;margin: 0 auto;}
.history_v2_pg .chart_box .chart_wrap .chart_legend{display: flex;justify-content: space-between;gap: 20px;flex-wrap: wrap;margin-top: 50px;}
.history_v2_pg .chart_box .chart_wrap .chart_legend .legend{font-size: 12px;font-weight: bold;}
.history_v2_pg .chart_box .chart_wrap .chart_legend .legend::before{content: '';display: inline-block;width: 14px;height: 14px;margin-top: -2px;margin-right: 5px;border-radius: 50%;vertical-align: middle;}
.history_v2_pg .chart_box .chart_wrap .chart_legend .legend.edu_legend::before{background-color: #eee;}
.history_v2_pg .chart_box .chart_wrap .chart_legend .legend.imp_legend::before{background-color: #2861FC;}
.history_v2_pg .chart_box .chart_wrap .chart_legend .legend.ai_legend::before{background-color: #00336A;}
@media screen and (max-width: 1240px){
  .history_v2_pg .chart_box{padding: 70px 50px;}
}
@media screen and (max-width: 720px){
  .history_v2_pg .chart_box{padding: 35px 20px;border-radius: 10px;}
  .history_v2_pg .chart_box. box_tit_line{margin-bottom: 20px;}
  .history_v2_pg .chart_box .box_tit{font-size: 24px;}
  .history_v2_pg .chart_box .box_tit+.box_desc{margin-top: 20px;}
  .history_v2_pg .chart_box .box_desc{font-size: 16px;}
  .history_v2_pg .chart_box .chart_wrap{overflow-x: auto;}
  .history_v2_pg .chart_box .chart_wrap .chart_canvas{width: 600px;}
  .history_v2_pg .chart_box .chart_wrap .chart_legend{width: 600px;margin-top: 25px;}
}

.history_v2_pg .history_list{position: relative;margin-top: 160px;}
.history_v2_pg .history_list .progress{position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 2px;height: 100%;border-radius: 50rem;background-color: #eee;}
.history_v2_pg .history_list .progress .ani_bar{position: relative;display: block;width: 100%;border-radius: inherit;background-color: #2861FC;}
.history_v2_pg .history_list .progress .ani_bar::after{content: '';box-sizing: border-box;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: 16px;height: 16px;border: 4px solid #fff;border-radius: 50%;background-color: #2861FC;box-shadow: 0 0 6px rgba(40,97,252);}
.history_v2_pg .history_list > ul > li+li{margin-top: 150px;}
.history_v2_pg .history_list > ul > li{display: flex;gap: 0 140px;align-items: center;}
.history_v2_pg .history_list > ul > li .tit_cont{width: 100%;}
.history_v2_pg .history_list > ul > li .tit_cont .period{display: inline-flex;align-items: center;justify-content: center;height: 40px;padding: 0 15px;border-radius: 50rem;font-size: 18px;text-align: center;color: #fff;background-color: #00336A;}
.history_v2_pg .history_list > ul > li .tit_cont .period+.tit{margin-top: 15px;}
.history_v2_pg .history_list > ul > li .tit_cont .tit{font-size: 40px;font-weight: bold;color: #000;}
.history_v2_pg .history_list > ul > li .tit_cont .tit+.desc{margin-top: 35px;}
.history_v2_pg .history_list > ul > li .tit_cont .desc{font-size: 22px;}
.history_v2_pg .history_list > ul > li .list_cont{width: 100%;}
.history_v2_pg .history_list > ul > li .list_cont .list_item{position: relative;padding: 40px;border: 1px solid #eee;border-radius: 20px;background-color: #fff;}
.history_v2_pg .history_list > ul > li .list_cont .list_item::before{content: '';position: absolute;top: 40px;left: 0;width: 6px;height: calc(100% - 80px);background-color: #E9EFFF;}
.history_v2_pg .history_list > ul > li .list_cont .list_item .date{font-size: 18px;color: #2861FC;}
.history_v2_pg .history_list > ul > li .list_cont .list_item .date+.tit,.history_v2_pg .history_list > ul > li .list_cont .list_item .date+.desc{margin-top: 10px;}
.history_v2_pg .history_list > ul > li .list_cont .list_item .tit{font-size: 22px;font-weight: bold;color: #000;}
.history_v2_pg .history_list > ul > li .list_cont .list_item .tit+.desc{margin-top: 5px;}
.history_v2_pg .history_list > ul > li .list_cont .list_item .desc{font-size: 18px;color: #666;}
.history_v2_pg .history_list > ul > li .list_cont .list_item+.list_item{margin-top: 10px;}
.history_v2_pg .history_list > ul > li:nth-child(2n-1) .tit_cont{text-align: right;}
.history_v2_pg .history_list > ul > li:nth-child(2n){flex-direction: row-reverse;}
.history_v2_pg .history_list > ul > li:nth-child(2n) .list_cont .list_item{text-align: right;}

@media screen and (max-width: 1240px){
  .history_v2_pg .history_list{padding-left: 70px;}
  .history_v2_pg .history_list .progress{left: 0;transform: translateX(0);}
  .history_v2_pg .history_list > ul > li+li{margin-top: 100px;}
  .history_v2_pg .history_list > ul > li{gap: 50px 0;flex-direction: column !important;}
  .history_v2_pg .history_list > ul > li .tit_cont{text-align: left !important;}
  .history_v2_pg .history_list > ul > li .list_cont .list_item{text-align: left !important;}
}
@media screen and (max-width: 720px){
  .history_v2_pg .history_list{padding-left: 30px;}
  .history_v2_pg .history_list > ul > li+li{margin-top: 50px;}
  .history_v2_pg .history_list > ul > li{gap: 30px 0;}
  .history_v2_pg .history_list > ul > li .tit_cont .period{height: 30px;padding: 0 10px;font-size: 14px;}
  .history_v2_pg .history_list > ul > li .tit_cont .period+.tit{margin-top: 10px;}
  .history_v2_pg .history_list > ul > li .tit_cont .tit{font-size: 24px;}
  .history_v2_pg .history_list > ul > li .tit_cont .tit+.desc{margin-top: 15px;}
  .history_v2_pg .history_list > ul > li .tit_cont .desc{font-size: 16px;}
  .history_v2_pg .history_list > ul > li .list_cont .list_item{padding: 20px;border-radius: 10px;}
  .history_v2_pg .history_list > ul > li .list_cont .list_item::before{top: 20px;width: 4px;height: calc(100% - 40px);}
  .history_v2_pg .history_list > ul > li .list_cont .list_item .date{font-size: 14px;}
  .history_v2_pg .history_list > ul > li .list_cont .list_item .date+.tit,.history_v2_pg .history_list > ul > li .list_cont .list_item .date+.desc{margin-top: 5px;}
  .history_v2_pg .history_list > ul > li .list_cont .list_item .tit{font-size: 16px;}
  .history_v2_pg .history_list > ul > li .list_cont .list_item .tit+.desc{margin-top: 0;}
  .history_v2_pg .history_list > ul > li .list_cont .list_item .desc{font-size: 14px;}
  .history_v2_pg .history_list > ul > li .list_cont .list_item+.list_item{margin-top: 5px;}
}

.history_v2_pg .history_desc{text-align: center;}
.history_v2_pg .history_desc::before{content: '';display: inline-block;width: 140px;height: 140px;margin-bottom: 60px;border-radius: 50%;background-color: #2861FC;background-image: url(/src/img/history_v2_hisdesc.png);background-size: 54px auto;background-repeat: no-repeat;background-position: center center;}
.history_v2_pg .history_desc .tit{font-size: 40px;font-weight: bold;color: #000;}
.history_v2_pg .history_desc .tit+.desc{margin-top: 35px;}
.history_v2_pg .history_desc .desc{font-size: 22px;}
@media screen and (max-width: 1240px){
  .history_v2_pg .history_desc{margin-top: 100px;}
}
@media screen and (max-width: 720px){
  .history_v2_pg .history_desc{margin-top: 50px;}
  .history_v2_pg .history_desc::before{width: 90px;height: 90px;margin-bottom: 30px;background-size: 40px auto;}
  .history_v2_pg .history_desc .tit{font-size: 24px;}
  .history_v2_pg .history_desc .tit+.desc{margin-top: 20px;}
  .history_v2_pg .history_desc .desc{font-size: 16px;}
}




.project_pg{padding-bottom: 150px;}
.project_pg .thumb_box > ul{display: flex;flex-wrap: wrap;}
.project_pg .thumb_box > ul > li{width: 100%;padding: 40px;border: 1px solid #eee;border-radius: 20px;background-color: #fff;box-shadow: 0 3px 20px rgba(0,0,0,.05);}
.project_pg .thumb_box > ul > li .tit{font-size: 18px;}
.project_pg .thumb_box > ul > li .tit+.num_txt{margin-top: 15px;}
.project_pg .thumb_box > ul > li .num_txt{font-size: 22px;font-weight: bold;color: #000;}
.project_pg .thumb_box > ul > li .num_txt .num{font-size: 40px;}
.project_pg .thumb_box > ul > li .num_txt+.desc{margin-top: 5px;}
.project_pg .thumb_box > ul > li .desc{font-size: 18px;color: #999;}
.project_pg .thumb_box.lng4 > ul{gap: 20px;}
.project_pg .thumb_box.lng4 > ul > li{width: calc((100% - 60px)/4);}
@media screen and (max-width: 1240px){
  .project_pg .thumb_box.lng4 > ul > li{width: calc(50% - 10px);}
}
@media screen and (max-width: 720px){
  .project_pg{padding-bottom: 75px;}
  .project_pg .thumb_box > ul > li{padding: 20px;border-radius: 10px;}
  .project_pg .thumb_box > ul > li .tit{font-size: 14px;}
  .project_pg .thumb_box > ul > li .tit+.num_txt{margin-top: 10px;}
  .project_pg .thumb_box > ul > li .num_txt{font-size: 16px;}
  .project_pg .thumb_box > ul > li .num_txt .num{font-size: 24px;}
  .project_pg .thumb_box > ul > li .num_txt+.desc{margin-top: 0;}
  .project_pg .thumb_box > ul > li .desc{font-size: 14px;}
  .project_pg .thumb_box.lng4 > ul{gap: 10px;}
  .project_pg .thumb_box.lng4 > ul > li{width: 100%;}

}

.project_pg .project_chart{margin-top: 20px;padding: 70px;border: 1px solid #eee;border-radius: 20px;box-shadow: 0 3px 20px rgba(0,0,0,.05);background-color: #fff;}
.project_pg .project_chart .tit{margin-bottom: 40px;font-size: 30px;font-weight: bold;color: #000;}
.project_pg .project_chart .chart{max-width: 1000px;margin: 0 auto;}
@media screen and (max-width: 1420px){
  .project_pg .project_chart{padding: 40px;}
}
@media screen and (max-width: 720px){
  .project_pg .project_chart{padding: 20px;}
  .project_pg .project_chart .tit{margin-bottom: 20px;font-size: 20px;}
  .project_pg .project_chart .chart{overflow-x: auto;}
  .project_pg .project_chart .chart .chart_canvas{width: 600px;}
}

.project_pg .project_sch{margin-top: 150px;}
.project_pg .project_sch .sch_wrap{display: flex;align-items: center;gap: 15px;padding: 25px;border: 1px solid #eee;border-radius: 20px;box-shadow: 0 3px 20px rgba(0,0,0,.05);background-color: #fff;}
.project_pg .project_sch .sch_wrap .r_cont{flex-shirnk: 0;margin-left: auto;}
.project_pg .project_sch .optchk_wrap{display: flex;flex-wrap: wrap;gap: 5px;}
.project_pg .project_sch .opt_chk{}
.project_pg .project_sch .opt_chk input{display: none;}
.project_pg .project_sch .opt_chk .box{display: flex;align-items: center;justify-content: center;height: 60px;padding: 0 15px;border: 1px solid #eee;border-radius: 50rem;font-size: 18px;}
.project_pg .project_sch .opt_chk input:checked ~ .box{border: 1px solid #2861FC;color: #fff;background-color: #2861FC;}
.project_pg .project_sch .sch_box{overflow: hidden;display: flex;width: 480px;height: 60px;border: 1px solid #ddd;border-radius: 5px;font-size: 16px;}
.project_pg .project_sch .sch_box .sch_inp{width: 100%;border: 0;height: 100%;border: 0;padding: 0 15px;font-size: 16px;}
.project_pg .project_sch .sch_box .sch_inp::placeholder{color: #999;}
.project_pg .project_sch .sch_box .s_btn{flex-shrink: 0;width: 44px;height: 100%;background-image: url(/src/img/i/projectpg_sch_sbm.png);background-repeat: no-repeat;background-position: left center;}
@media screen and (max-width: 1240px){
  .project_pg .project_sch .sch_wrap{flex-direction: column;align-items: start;}
  .project_pg .project_sch .sch_wrap .r_cont{width: 100%;margin-left: 0;}
  .project_pg .project_sch .sch_box{width: 100%;}
}
@media screen and (max-width: 720px){
  .project_pg .project_sch{margin-top: 75px;}
  .project_pg .project_sch .sch_wrap{gap: 10px;padding: 15px;border-radius: 10px;}
  .project_pg .project_sch .opt_chk .box{height: 50px;padding: 0 10px;font-size: 14px;}
  .project_pg .project_sch .sch_box{height: 50px;}
  .project_pg .project_sch .sch_box .sch_inp{font-size: 12px;}
}

.project_pg .project_sch .project_list{margin-top: 40px;}
.project_pg .project_sch .project_list > ul{display: flex;flex-direction: column;gap: 10px;}
.project_pg .project_sch .project_list > ul > li{position: relative;display: flex;align-items: center;gap: 40px;padding: 35px 40px;border: 1px solid #eee;border-radius: 20px;box-shadow: 0 3px 20px rgba(0,0,0,.05);background-color: #fff;}
.project_pg .project_sch .project_list > ul > li::before{content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 6px;height: calc(100% - 40px);background-color: #E9EFFF;}
.project_pg .project_sch .project_list > ul > li .txt{display: flex;align-items: center;gap: 0 40px;width: 100%;}
.project_pg .project_sch .project_list > ul > li .txt .date{flex-shrink: 0;font-size: 18px;color: #999;}
.project_pg .project_sch .project_list > ul > li .txt .tit{width: 100%;font-size: 18px;font-weight: bold;color: #000;}
.project_pg .project_sch .project_list > ul > li .icos{display: flex;gap: 5px;}
.project_pg .project_sch .project_list > ul > li .icos .ico{display: flex;align-items: center;justify-content: center;height: 30px;padding: 0 10px;border-radius: 5px;font-size: 16px;text-align: center;}
.project_pg .project_sch .project_list > ul > li .icos .ico.s4_ico{color: #2861FC;background-color: #DBEAFE;}
.project_pg .project_sch .project_list > ul > li .icos .ico.upgrade_ico{color: #059669;background-color: #D1FAE5;}
.project_pg .project_sch .project_list > ul > li .icos .ico.global_ico{color: #9333EA;background-color: #F3E8FF;}
.project_pg .project_sch .project_list > ul > li .icos .ico.ariba_ico{color: #EA5C18;background-color: #FFEDD5;}
@media screen and (max-width: 1240px){
  .project_pg .project_sch .project_list > ul > li{flex-direction: column;align-items: start;gap: 20px 0;}
  .project_pg .project_sch .project_list > ul > li .txt{gap: 0 20px;}
}
@media screen and (max-width: 720px){
  .project_pg .project_sch .project_list{margin-top: 20px;}
  .project_pg .project_sch .project_list > ul{gap: 5px}
  .project_pg .project_sch .project_list > ul > li{gap: 10px 0;padding: 15px;border-radius: 10px;}
  .project_pg .project_sch .project_list > ul > li::before{width: 4px;}
  .project_pg .project_sch .project_list > ul > li .txt{display: block;}
  .project_pg .project_sch .project_list > ul > li .txt .date{font-size: 14px;}
  .project_pg .project_sch .project_list > ul > li .txt .tit{font-size: 14px;}
  .project_pg .project_sch .project_list > ul > li .icos .ico{font-size: 12px;}
}

.location_pg .map {
  height: 600px;
  border-radius: 20px;
  border: solid 1px #eee;
}
.location_pg .info_wrap {
  display: flex;
  margin-top: 70px;
}
.location_pg .info_wrap .tit {
  width: 400px;
}
.location_pg .info_wrap .tb_wrap {
  width: calc(100% - 400px);
  border-top: solid 2px #000;
}
.location_pg .info_wrap .tb_wrap table tr {
  border-bottom: solid 1px #eee;
}
.location_pg .info_wrap .tb_wrap table tr th, .location_pg .info_wrap .tb_wrap table tr td {
  padding: 30px 0px;
  text-align: left;
  font-size: 18px;
}
.location_pg .info_wrap .tb_wrap table tr th {
  width: 120px;
  font-weight: bold;
  color: #00336A;
}

@media screen and (max-width: 1420px) {
  .location_pg .info_wrap {
    display: block;
  }
  .location_pg .info_wrap .tit {
    width: 100%;
    margin-bottom: 40px;
  }
  .location_pg .info_wrap .tb_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .location_pg .map {
    height: 300px;
    border-radius: 10px;
  }
  .location_pg .info_wrap {
    margin-top: 35px;
  }
  .location_pg .info_wrap .tit {
    margin-bottom: 20px;
  }
  .location_pg .info_wrap .tb_wrap table tr {
    display: block;
    padding: 25px 0px;
  }
  .location_pg .info_wrap .tb_wrap table tr th, .location_pg .info_wrap .tb_wrap table tr td {
    display: block;
    padding: 0;
    font-size: 14px;
  }
  .location_pg .info_wrap .tb_wrap table tr th {
    width: 100%;
    margin-bottom: 10px;
  }
}
.consulting .top_bg {
  width: 100%;
  height: 500px;
  margin-bottom: 150px;
}
.consulting .top_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consulting .img_lst ul li {
  display: flex;
  align-items: start;
  gap: 50px;
  margin-bottom: 50px;
}
.consulting .img_lst ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.consulting .img_lst ul li .img {
  width: 520px;
  aspect-ratio: 520/422;
  border-radius: 20px;
  overflow: hidden;
}
.consulting .img_lst ul li .img img {
  object-fit: cover;width: 100%;height: 100%;
}
.consulting .img_lst ul li .t_box {
  width: calc(100% - 570px);
  padding-top: 20px;
}
.consulting .img_lst ul li .t_box .t1 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.consulting .img_lst ul li .t_box .lst {
  position: relative;
  margin-bottom: 10px;
  padding-left: 14px;
  font-size: 22px;
}
.consulting .img_lst ul li .t_box .lst:last-child {
  margin-bottom: 0;
}
.consulting .img_lst ul li .t_box .lst:last-of-type {
  margin-bottom: 0;
}
.consulting .img_lst ul li .t_box .lst::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.consulting .img_lst ul li .t_box .lst .chk_t {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.consulting .img_lst ul li .t_box .lst .chk_t::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: url(/src/img/i/chk_w.png) no-repeat center center/auto #2861FC;
}
.consulting .img_lst ul li .t_box .bg_t_box {
  padding: 25px 30px;
  margin-top: 30px;
  border-radius: 20px;
  border: solid 1px #eee;
  background-color: #FAFAFA;
}
.consulting .img_lst ul li .t_box .bg_t_box p {
  font-size: 22px;
  letter-spacing: -0.5px;line-height: 140%;
}
.consulting .bg_wrap1 {
  padding: 150px 0px;
  margin-top: 150px;
  background-color: #F5F5F5;
}
.consulting .bg_wrap1 .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 80px;
}
.consulting .bg_wrap1 .i_lst ul li {
  width: calc((100% - 160px) / 3);
  text-align: center;
}
.consulting .bg_wrap1 .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #00336A;
}
.consulting .bg_wrap1 .i_lst ul li .t1 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.consulting .bg_wrap1 .i_lst ul li .t2 {
  margin-top: 15px;
  font-size: 18px;
  color: #666;
  letter-spacing: -0.25px;
}

@media screen and (max-width: 1420px) {
  .consulting .img_lst ul li {
    flex-direction: column;
    align-items: center;
  }
  .consulting .img_lst ul li .img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .consulting .img_lst ul li .t_box {
    width: 100%;
    padding-top: 0;
  }
  .consulting .img_lst ul li .t_box br {
    display: none;
  }
  .consulting .bg_wrap1 .i_lst ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .consulting .top_bg {
    height: 250px;
    margin-bottom: 75px;
  }
  .consulting .img_lst ul li {
    gap: 30px;
    margin-bottom: 25px;
  }
  .consulting .img_lst ul li .img {
    border-radius: 10px;
  }
  .consulting .img_lst ul li .t_box .t1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .consulting .img_lst ul li .t_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 16px;
  }
  .consulting .img_lst ul li .t_box .lst::before {
    top: 8px;
  }
  .consulting .img_lst ul li .t_box .lst .chk_t {
    padding-left: 20px;
    font-size: 12px;
  }
  .consulting .img_lst ul li .t_box .lst .chk_t::before {
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 7px 5px;
  }
  .consulting .img_lst ul li .t_box .bg_t_box {
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px;
  }
  .consulting .img_lst ul li .t_box .bg_t_box p {
    font-size: 16px;
  }
  .consulting .bg_wrap1 {
    padding: 75px 0px;
    margin-top: 75px;
  }
  .consulting .bg_wrap1 .i_lst ul {
    gap: 20px;
  }
  .consulting .bg_wrap1 .i_lst ul li .img {
    width: 80px;
    height: 80px;
  }
  .consulting .bg_wrap1 .i_lst ul li .img img {
    width: 35px;
  }
  .consulting .bg_wrap1 .i_lst ul li .t1 {
    margin-top: 15px;
    font-size: 20px;
  }
  .consulting .bg_wrap1 .i_lst ul li .t2 {
    margin-top: 7px;
    font-size: 14px;
  }
}
.ams .sect1 {
  position: relative;
  margin-bottom: 150px;
}
.ams .sect1::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 800px;
  background: url(/src/img/ams1.jpg) no-repeat center center/cover;
  transform: translateY(-50%);
}
.ams .sect1 .df_lst {
  border-radius: 20px;
  overflow: hidden;
}
.ams .sect1 .df_lst ul li {
  display: flex;
}
.ams .sect1 .df_lst ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.ams .sect1 .df_lst ul li:nth-child(1) .t_box {
  border-radius: 0px 20px 0px 0px;
  border-top: solid 1px #eee;
  border-right: solid 1px #eee;
}
.ams .sect1 .df_lst ul li:nth-child(3) .t_box {
  border-radius: 0px 0px 20px 0px;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}
.ams .sect1 .df_lst ul li .img {
  width: 700px;
}
.ams .sect1 .df_lst ul li .img img {
  display: block;
  width: 100%;
}
.ams .sect1 .df_lst ul li .t_box {
  display: flex;
  align-items: center;
  width: calc(100% - 700px);
  padding: 0px 50px;
  background-color: #fff;
}
.ams .sect1 .df_lst ul li .t_box .t1 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.ams .sect1 .df_lst ul li .t_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.ams .sect1 .df_lst ul li .t_box .lst:last-child {
  margin-bottom: 0;
}
.ams .sect1 .df_lst ul li .t_box .lst:last-of-type {
  margin-bottom: 0;
}
.ams .sect1 .df_lst ul li .t_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.ams .sect1 .df_lst ul li .t_box .lst .chk_t {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.ams .sect1 .df_lst ul li .t_box .lst .chk_t::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: url(/src/img/i/chk_w.png) no-repeat center center/auto #2861FC;
}
.ams .mid_df_box {
  display: flex;
  gap: 50px;
  align-items: start;
}
.ams .mid_df_box .img {
  width: 700px;
  border-radius: 20px;
  overflow: hidden;
}
.ams .mid_df_box .img img {
  display: block;
  width: 100%;
}
.ams .mid_df_box .t_box {
  width: calc(100% - 750px);
  padding-top: 70px;
}
.ams .mid_df_box .t_box .t1 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.ams .mid_df_box .t_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.ams .mid_df_box .t_box .lst:last-child {
  margin-bottom: 0;
}
.ams .mid_df_box .t_box .lst:last-of-type {
  margin-bottom: 0;
}
.ams .mid_df_box .t_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.ams .mid_df_box .t_box .lst .chk_t {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.ams .mid_df_box .t_box .lst .chk_t::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: url(/src/img/i/chk_w.png) no-repeat center center/auto #2861FC;
}
.ams .bg_wrap1 {
  position: relative;
  margin: 70px 0px;
  padding: 70px 0px;
  background-color: #00336A;
}
.ams .bg_wrap1::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 900px;
  height: 125px;
  background: url(/src/img/ams_water.png) no-repeat center center/cover;
}
.ams .bg_wrap1 .df_rev {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  align-items: start;
  position: relative;
  z-index: 2;
}
.ams .bg_wrap1 .df_rev .img {
  width: 700px;
  border-radius: 20px;
  overflow: hidden;
}
.ams .bg_wrap1 .df_rev .img img {
  display: block;
  width: 100%;
}
.ams .bg_wrap1 .df_rev .t_box {
  width: calc(100% - 750px);
  padding-top: 70px;
}
.ams .bg_wrap1 .df_rev .t_box .t1 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.ams .bg_wrap1 .df_rev .t_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
  color: #fff;
}
.ams .bg_wrap1 .df_rev .t_box .lst:last-child {
  margin-bottom: 0;
}
.ams .bg_wrap1 .df_rev .t_box .lst:last-of-type {
  margin-bottom: 0;
}
.ams .bg_wrap1 .df_rev .t_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .ams .sect1::before {
    display: none;
  }
  .ams .sect1 .df_lst {
    border-radius: 0;
  }
  .ams .sect1 .df_lst ul li {
    flex-direction: column !important;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
  }
  .ams .sect1 .df_lst ul li:last-child {
    margin-bottom: 0;
  }
  .ams .sect1 .df_lst ul li .img {
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .ams .sect1 .df_lst ul li .t_box {
    display: block;
    width: 100%;
    border-radius: 0 !important;
    border: none !important;
    padding: 0;
  }
  .ams .mid_df_box {
    flex-direction: column;
    align-items: center;
  }
  .ams .mid_df_box .img {
    max-width: 100%;
  }
  .ams .mid_df_box .t_box {
    width: 100%;
    padding-top: 0;
  }
  .ams .mid_df_box .t_box br {
    display: none;
  }
  .ams .bg_wrap1::after {
    width: 530px;
    height: 73px;
  }
  .ams .bg_wrap1 .df_rev {
    flex-direction: column;
    align-items: center;
  }
  .ams .bg_wrap1 .df_rev .img {
    max-width: 100%;
  }
  .ams .bg_wrap1 .df_rev .t_box {
    width: 100%;
    padding-top: 0;
  }
  .ams .bg_wrap1 .df_rev .t_box br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .ams .sect1 {
    margin-bottom: 75px;
  }
  .ams .sect1 .df_lst ul li {
    gap: 30px;
    margin-bottom: 40px;
  }
  .ams .sect1 .df_lst ul li .img {
    border-radius: 10px;
  }
  .ams .sect1 .df_lst ul li .t_box .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .ams .sect1 .df_lst ul li .t_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .ams .sect1 .df_lst ul li .t_box .lst::before {
    top: 8px;
  }
  .ams .sect1 .df_lst ul li .t_box .lst .chk_t {
    padding-left: 20px;
    font-size: 12px;
  }
  .ams .sect1 .df_lst ul li .t_box .lst .chk_t::before {
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 7px 5px;
  }
  .ams .mid_df_box {
    gap: 30px;
  }
  .ams .mid_df_box .img {
    border-radius: 10px;
  }
  .ams .mid_df_box .t_box .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .ams .mid_df_box .t_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .ams .mid_df_box .t_box .lst::before {
    top: 8px;
  }
  .ams .mid_df_box .t_box .lst .chk_t {
    padding-left: 20px;
    font-size: 12px;
  }
  .ams .mid_df_box .t_box .lst .chk_t::before {
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 7px 5px;
  }
  .ams .mid_df_box .t_box .bg_t_box {
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
  }
  .ams .mid_df_box .t_box .bg_t_box p {
    font-size: 12px;
  }
  .ams .bg_wrap1 {
    padding: 35px 0px;
    margin: 35px 0px;
  }
  .ams .bg_wrap1::after {
    width: 202px;
    height: 27px;
  }
  .ams .bg_wrap1 .df_rev {
    gap: 30px;
  }
  .ams .bg_wrap1 .df_rev .img {
    border-radius: 10px;
  }
  .ams .bg_wrap1 .df_rev .t_box .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .ams .bg_wrap1 .df_rev .t_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .ams .bg_wrap1 .df_rev .t_box .lst::before {
    top: 8px;
  }
  .ams .bg_wrap1 .df_rev .t_box .lst .chk_t {
    padding-left: 20px;
    font-size: 12px;
  }
  .ams .bg_wrap1 .df_rev .t_box .lst .chk_t::before {
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 7px 5px;
  }
  .ams .bg_wrap1 .df_rev .t_box .bg_t_box {
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
  }
  .ams .bg_wrap1 .df_rev .t_box .bg_t_box p {
    font-size: 12px;
  }
}
.sol_pg .r_bg_wrap {
  position: relative;
  padding: 180px 0px;
  background-color: #00336A !important;
}
.sol_pg .r_bg_wrap.mb150 {
  margin-bottom: 150px;
}
.sol_pg .r_bg_wrap .r_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.sol_pg .r_bg_wrap .r_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sol_pg .r_bg_wrap .r_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00336A;
  background: linear-gradient(90deg, rgb(0, 51, 106) 0%, rgba(0, 37, 102, 0.02) 100%);
}
.sol_pg .r_bg_wrap .container {
  position: relative;
  z-index: 2;
}
.sol_pg .r_bg_wrap p {
  max-width: 50%;
}
.sol_pg .r_bg_wrap.mw100p p {
  max-width: 100%;
}
.sol_pg .r_bg_wrap p {
  color: #fff;
}
.sol_pg .r_bg_wrap .t1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: bold;
}
.sol_pg .r_bg_wrap .t2 {
  font-size: 18px;
  color: #fff;
}
.sol_pg .r_bg_wrap .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
  color: #fff;
}
.sol_pg .r_bg_wrap .lst:last-child {
  margin-bottom: 0;
}
.sol_pg .r_bg_wrap .lst:last-of-type {
  margin-bottom: 0;
}
.sol_pg .r_bg_wrap .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
}
.sol_pg .big_img {
  margin: 70px auto;
  text-align: center;
}
.sol_pg .big_img.mb0 {
  margin-bottom: 0;
}
.sol_pg .big_img.mt0 {
  margin-top: 0;
}
.sol_pg .bg5_wrap {
  padding: 150px 0px;
  margin: 150px 0px;
  background-color: #f5f5f5;
}
.sol_pg .bg5_wrap.mb0 {
  margin-bottom: 0;
}
.sol_pg .bg5_wrap.mt0 {
  margin-top: 0;
}
.sol_pg .f9_bg_wrap {
  padding: 150px 0px;
  margin: 150px 0px;
  background-color: #F9FAFE;
}
.sol_pg .f9_bg_wrap.mb0 {
  margin-bottom: 0;
}
.sol_pg .f9_bg_wrap.mt0 {
  margin-top: 0;
}
.sol_pg .f9_bg_wrap .mid_df {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px inset #eee;
  overflow: hidden;
}
.sol_pg .f9_bg_wrap .mid_df .r_box {
  padding-left: 50px;
}
.sol_pg .f9_bg_wrap .mid_df .r_box .t1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.sol_pg .f9_bg_wrap .mid_df .r_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.sol_pg .f9_bg_wrap .mid_df .r_box .lst:last-child {
  margin-bottom: 0;
}
.sol_pg .f9_bg_wrap .mid_df .r_box .lst:last-of-type {
  margin-bottom: 0;
}
.sol_pg .f9_bg_wrap .mid_df .r_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.sol_pg .img_lst1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.sol_pg .img_lst1 ul li {
  width: calc(50% - 35px);
}
.sol_pg .img_lst1 ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.sol_pg .img_lst1 ul li .img img {
  display: block;
  width: 100%;
}
.sol_pg .img_lst1 ul li .t_box .t1 {
  margin: 35px 0px 25px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.sol_pg .img_lst1 ul li .t_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.sol_pg .img_lst1 ul li .t_box .lst:last-child {
  margin-bottom: 0;
}
.sol_pg .img_lst1 ul li .t_box .lst:last-of-type {
  margin-bottom: 0;
}
.sol_pg .img_lst1 ul li .t_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.sol_pg .feature_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sol_pg .feature_lst ul li {
  width: calc((100% - 60px) / 4);
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #eee;
  background-color: #fff;
}
.sol_pg .feature_lst ul li .t1 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.2px;
}
.sol_pg .feature_lst ul li .t2 {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}
.sol_pg .feature_lst ul li .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 16px;
  color: #666;
}
.sol_pg .feature_lst ul li .lst:last-child {
  margin-bottom: 0;
}
.sol_pg .feature_lst ul li .lst:last-of-type {
  margin-bottom: 0;
}
.sol_pg .feature_lst ul li .lst::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.sol_pg .feature_lst.thr_lst ul {
  gap: 40px;
}
.sol_pg .feature_lst.thr_lst ul li {
  width: calc((100% - 80px) / 3);
}
.sol_pg .feature_lst.feature_lst2 ul li .t2 {
  color: #333;
}
.sol_pg .feature_lst.feature_lst2 ul li .lst_box {
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #eee;
}
.sol_pg .feature_lst.feature_lst2 ul li .second_box {
  margin-top: 40px;
}
.sol_pg .yt_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
}
.sol_pg .yt_lst ul li {
  width: calc(50% - 35px);
  text-align: center;
}
.sol_pg .yt_lst ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.sol_pg .yt_lst ul li .tit {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sol_pg .col_tb_wrap {
  border-top: solid 2px #000;
}
.sol_pg .col_tb_wrap table tr {
  border-bottom: solid 1px #eee;
}
.sol_pg .col_tb_wrap table tr th, .sol_pg .col_tb_wrap table tr td {
  padding: 25px 20px;
  border-right: solid 1px #eee;
  text-align: center;
  font-size: 16px;
}
.sol_pg .col_tb_wrap table tr th:last-child, .sol_pg .col_tb_wrap table tr td:last-child {
  border-right: none;
}
.sol_pg .col_tb_wrap table thead {
  background-color: #FAFAFA;
}
.sol_pg .col_tb_wrap table thead tr th {
  font-weight: bold;
  color: #000;
}
.sol_pg .col_tb_wrap table thead tr th.w300 {
  width: 300px;
}
.sol_pg .df_lst {
  border-radius: 20px;
  border: solid 1px #eee;
}
.sol_pg .df_lst ul li {
  display: flex;
  align-items: start;
  gap: 50px;
  padding: 50px;
  border-bottom: solid 1px #eee;
}
.sol_pg .df_lst ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.sol_pg .df_lst ul li:last-child {
  border-bottom: none;
}
.sol_pg .df_lst ul li .img {
  width: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.sol_pg .df_lst ul li .img img {
  display: block;
  width: 100%;
}
.sol_pg .df_lst ul li .t_box {
  width: calc(100% - 550px);
  padding-top: 20px;
}
.sol_pg .df_lst ul li .t_box .t1 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.sol_pg .df_lst ul li .t_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.sol_pg .df_lst ul li .t_box .lst:last-child {
  margin-bottom: 0;
}
.sol_pg .df_lst ul li .t_box .lst:last-of-type {
  margin-bottom: 0;
}
.sol_pg .df_lst ul li .t_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.sol_pg .df_lst ul li .t_box .lst .chk_t {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.sol_pg .df_lst ul li .t_box .lst .chk_t::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: url(/src/img/i/chk_w.png) no-repeat center center/auto #2861FC;
}
.sol_pg .df_lst ul li .t_box .bg_t_box {
  padding: 30px;
  margin-top: 40px;
  border-radius: 20px;
  border: solid 1px #eee;
  background-color: #FAFAFA;
}
.sol_pg .df_lst ul li .t_box .bg_t_box p {
  font-size: 16px;
}
.sol_pg .img_lst2 ul {
  display: flex;
  gap: 40px;
}
.sol_pg .img_lst2 ul li {
  width: calc((100% - 80px) / 3);
}
.sol_pg .img_lst2 ul li .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.sol_pg .img_lst2 ul li .img::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #00336A;
  background: linear-gradient(0deg, rgb(0, 37, 102) 0%, rgba(0, 37, 102, 0) 100%);
}
.sol_pg .img_lst2 ul li .img img {
  display: block;
  width: 100%;
  transition: transform 0.7s;
}
.sol_pg .img_lst2 ul li .img p {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0px 40px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.sol_pg .img_lst2 ul li .t2 {
  margin-top: 30px;
  font-size: 18px;
  color: #666;
}

@media screen and (max-width: 1420px) {
  .sol_pg .r_bg_wrap {
    padding-bottom: 560px;
  }
  .sol_pg .r_bg_wrap .r_bg {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 560px;
  }
  .sol_pg .r_bg_wrap .r_bg::after {
    background: #00336A;
    background: linear-gradient(180deg, rgb(0, 51, 106) 0%, rgba(0, 37, 102, 0.02) 100%);
  }
  .sol_pg .r_bg_wrap p {
    max-width: 100%;
  }
  .sol_pg .img_lst1 ul li {
    width: 100%;
  }
  .sol_pg .img_lst1 ul li .img {
    width: 665px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sol_pg .feature_lst ul li {
    width: calc(50% - 10px);
  }
  .sol_pg .feature_lst.thr_lst ul {
    gap: 20px;
  }
  .sol_pg .feature_lst.thr_lst ul li {
    width: calc(50% - 10px);
  }
  .sol_pg .yt_lst ul li {
    width: 100%;
  }
  .sol_pg .yt_lst ul li .img {
    width: 665px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sol_pg .f9_bg_wrap .mid_df {
    flex-direction: column;
    gap: 40px;
    padding: 40px;
  }
  .sol_pg .f9_bg_wrap .mid_df .l_box {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    overflow: hidden;
  }
  .sol_pg .f9_bg_wrap .mid_df .r_box {
    width: 100%;
    padding-left: 0px;
  }
  .sol_pg .col_tb_wrap {
    overflow-x: scroll;
  }
  .sol_pg .col_tb_wrap table {
    width: 1400px;
  }
  .sol_pg .df_lst ul li {
    flex-direction: column !important;
    align-items: center;
  }
  .sol_pg .df_lst ul li .img {
    max-width: 100%;
  }
  .sol_pg .df_lst ul li .t_box {
    width: 100%;
    padding-top: 0;
  }
  .sol_pg .img_lst2 ul {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .sol_pg .img_lst2 ul li {
    width: 100%;
  }
  .sol_pg .img_lst2 ul li .img {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sol_pg .img_lst2 ul li .t2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .sol_pg .r_bg_wrap {
    padding: 90px 0px 265px;
  }
  .sol_pg .r_bg_wrap.mb150 {
    margin-bottom: 75px;
  }
  .sol_pg .r_bg_wrap .r_bg {
    height: 260px;
  }
  .sol_pg .r_bg_wrap .t1 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .sol_pg .r_bg_wrap .t2 {
    font-size: 14px;
  }
  .sol_pg .r_bg_wrap .t2.mb20 {
    margin-bottom: 10px;
  }
  .sol_pg .r_bg_wrap .lst {
    margin-top: 5px;
    font-size: 14px;
  }
  .sol_pg .r_bg_wrap .lst::before {
    top: 8px;
  }
  .sol_pg .big_img {
    margin: 35px auto;
  }
  .sol_pg .bg5_wrap {
    padding: 75px 0px;
    margin: 75px 0px;
  }
  .sol_pg .f9_bg_wrap {
    padding: 75px 0px;
    margin: 75px 0px;
  }
  .sol_pg .f9_bg_wrap .mid_df {
    padding: 25px 20px;
    gap: 25px;
    border-radius: 10px;
  }
  .sol_pg .f9_bg_wrap .mid_df .l_box {
    border-radius: 10px;
  }
  .sol_pg .f9_bg_wrap .mid_df .r_box .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .sol_pg .f9_bg_wrap .mid_df .r_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .sol_pg .f9_bg_wrap .mid_df .r_box .lst::before {
    top: 8px;
  }
  .sol_pg .img_lst1 ul {
    gap: 40px;
  }
  .sol_pg .img_lst1 ul li {
    width: 100%;
  }
  .sol_pg .img_lst1 ul li .img {
    border-radius: 10px;
  }
  .sol_pg .img_lst1 ul li .t_box .t1 {
    margin: 20px 0px 12px;
    font-size: 20px;
  }
  .sol_pg .img_lst1 ul li .t_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .sol_pg .img_lst1 ul li .t_box .lst::before {
    top: 8px;
  }
  .sol_pg .feature_lst ul {
    gap: 10px;
  }
  .sol_pg .feature_lst ul li {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .sol_pg .feature_lst ul li .img {
    width: 35px;
  }
  .sol_pg .feature_lst ul li .t1 {
    margin-top: 15px;
    font-size: 16px;
  }
  .sol_pg .feature_lst ul li .t2 {
    margin-top: 7px;
    font-size: 12px;
  }
  .sol_pg .feature_lst ul li .lst {
    padding-left: 12px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .sol_pg .feature_lst ul li .lst::before {
    top: 7px;
  }
  .sol_pg .feature_lst ul li br {
    display: none;
  }
  .sol_pg .feature_lst.thr_lst ul {
    gap: 10px;
  }
  .sol_pg .feature_lst.thr_lst ul li {
    width: 100%;
  }
  .sol_pg .feature_lst.feature_lst2 ul li .lst_box {
    padding-top: 12px;
    margin-top: 12px;
  }
  .sol_pg .feature_lst.feature_lst2 ul li .second_box {
    margin-top: 25px;
  }
  .sol_pg .yt_lst ul {
    gap: 40px;
  }
  .sol_pg .yt_lst ul li .img {
    border-radius: 10px;
  }
  .sol_pg .yt_lst ul li .tit {
    margin-top: 15px;
    font-size: 16px;
  }
  .sol_pg .col_tb_wrap table {
    width: 800px;
  }
  .sol_pg .col_tb_wrap table tr th, .sol_pg .col_tb_wrap table tr td {
    padding: 15px 10px;
    font-size: 12px;
  }
  .sol_pg .col_tb_wrap table thead tr th.w300 {
    width: 200px;
  }
  .sol_pg .df_lst {
    border-radius: 10px;
  }
  .sol_pg .df_lst ul li {
    gap: 25px;
    padding: 20px;
  }
  .sol_pg .df_lst ul li .img {
    border-radius: 10px;
  }
  .sol_pg .df_lst ul li .t_box .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .sol_pg .df_lst ul li .t_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .sol_pg .df_lst ul li .t_box .lst::before {
    top: 8px;
  }
  .sol_pg .df_lst ul li .t_box .lst .chk_t {
    padding-left: 20px;
    font-size: 12px;
  }
  .sol_pg .df_lst ul li .t_box .lst .chk_t::before {
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 7px 5px;
  }
  .sol_pg .img_lst2 ul {
    gap: 40px;
  }
  .sol_pg .img_lst2 ul li .img {
    border-radius: 10px;
  }
  .sol_pg .img_lst2 ul li .img p {
    bottom: 20px;
    padding: 0px 20px;
    font-size: 18px;
  }
  .sol_pg .img_lst2 ul li .t2 {
    margin-top: 10px;
    font-size: 14px;
  }
}
.sol_pg1 .t_box_wrap {
  margin-bottom: 50px;
}
.sol_pg1 .t_box_wrap:last-child {
  margin-bottom: 0;
}
.sol_pg1 .t_box_wrap .tit_box {
  margin-bottom: 20px;
}
.sol_pg1 .t_box_wrap .tit_box .tit {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.sol_pg1 .t_box_wrap .tit_box .tit2 {
  margin-top: 10px;
  font-size: 18px;
}
.sol_pg1 .t_box_wrap .lst_box.in_mid_cir ul li::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #2861FC !important;
}
.sol_pg1 .t_box_wrap .lst_box.in_mid_cir ul li:last-child::after {
  display: none;
}
.sol_pg1 .t_box_wrap .lst_box.in_mid_cir.cir_or ul li::after {
  content: "OR";
}
.sol_pg1 .t_box_wrap .lst_box.in_mid_cir.cir_plus ul li::after {
  background-image: url(/src/img/i/plus_w.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.sol_pg1 .t_box_wrap .lst_box ul {
  display: flex;
  gap: 20px;
}
.sol_pg1 .t_box_wrap .lst_box ul li {
  position: relative;
  width: 100%;
  padding: 40px;
  border-radius: 20px;
  border: solid 1px #eee;
}
.sol_pg1 .t_box_wrap .lst_box ul li .t1 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #2861FC !important;
}
.sol_pg1 .t_box_wrap .lst_box ul li .t1:last-child {
  margin-bottom: 0;
}
.sol_pg1 .t_box_wrap .lst_box ul li .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 16px;
}
.sol_pg1 .t_box_wrap .lst_box ul li .lst:last-child {
  margin-bottom: 0;
}
.sol_pg1 .t_box_wrap .lst_box ul li .lst:last-of-type {
  margin-bottom: 0;
}
.sol_pg1 .t_box_wrap .lst_box ul li .lst::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.sol_pg1 .t_box_wrap .lst_box ul li .lst_df_box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;
}
.sol_pg1 .t_box_wrap .lst_box ul li .lst_df_box .lst {
  width: calc(50% - 20px);
  margin-bottom: 0;
}
.sol_pg1 .t_box_wrap .lst_box ul li .bottom_box {
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px #eee;
}
.sol_pg1 .bg5_wrap .bg_df_box {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 70px;
  border-radius: 20px;
  background-color: #00336A;
}
.sol_pg1 .bg5_wrap .bg_df_box .l_box {
  width: calc(100% - 620px);
}
.sol_pg1 .bg5_wrap .bg_df_box .l_box .t2 {
  margin-top: 20px;
  opacity: 0.8;
}
.sol_pg1 .bg5_wrap .bg_df_box .r_box {
  width: 580px;
}
.sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul {
  display: flex;
  gap: 20px;
}
.sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul li {
  width: 280px;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
}
.sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul li .t1 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul li .t2 {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
.sol_pg1 .f9_bg_wrap .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sol_pg1 .f9_bg_wrap .i_lst ul li {
  width: calc((100% - 60px) / 4);
  text-align: center;
}
.sol_pg1 .f9_bg_wrap .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  background-color: #00336A;
}
.sol_pg1 .f9_bg_wrap .i_lst ul li .t1 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.sol_pg1 .f9_bg_wrap .i_lst ul li .t2 {
  margin-top: 15px;
  font-size: 18px;
}
.sol_pg1 .sol1_bottom_df {
  display: flex;
  align-items: start;
  gap: 50px;
  padding: 50px;
  border: solid 1px #eee;
  border-radius: 20px;
}
.sol_pg1 .sol1_bottom_df:last-child {
  /* padding-bottom: 0; */
  /* border-bottom: none; */
}
.sol_pg1 .sol1_bottom_df .l_box {
  width: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.sol_pg1 .sol1_bottom_df .l_box img {
  display: block;
  width: 100%;
}
.sol_pg1 .sol1_bottom_df .r_box {
  width: calc(100% - 550px);
}
.sol_pg1 .sol1_bottom_df .r_box .t1 {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.sol_pg1 .sol1_bottom_df .r_box .lst {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  font-size: 18px;
}
.sol_pg1 .sol1_bottom_df .r_box .lst:last-child {
  margin-bottom: 0;
}
.sol_pg1 .sol1_bottom_df .r_box .lst:last-of-type {
  margin-bottom: 0;
}
.sol_pg1 .sol1_bottom_df .r_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.sol_pg1 .sol1_bottom_df .r_box .lst .chk_t {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.sol_pg1 .sol1_bottom_df .r_box .lst .chk_t::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: url(/src/img/i/chk_w.png) no-repeat center center/auto #2861FC;
}
.sol_pg1 .sol1_bottom_df .r_box .bg_t_box {
  padding: 30px;
  margin-top: 40px;
  border-radius: 20px;
  border: solid 1px #eee;
  background-color: #FAFAFA;
}
.sol_pg1 .sol1_bottom_df .r_box .bg_t_box p {
  font-size: 16px;
}
.sol_pg1 .sect1 .t_box_wrap .lst_box ul li .lst{font-size: 18px;}
.sol_pg1 .sect1 .t_box_wrap .lst_box ul li .lst::before{top: 11px;}

@media screen and (max-width: 1420px) {
  .sol_pg1 .t_box_wrap .lst_box.in_mid_cir ul li::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
  }
  .sol_pg1 .t_box_wrap .lst_box ul {
    flex-wrap: wrap;
  }
  .sol_pg1 .bg5_wrap .bg_df_box {
    flex-direction: column;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .l_box {
    width: 100%;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .l_box br {
    display: none;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .r_box {
    max-width: 100%;
  }
  .sol_pg1 .f9_bg_wrap .i_lst ul li {
    width: calc(50% - 10px);
  }
  .sol_pg1 .sol1_bottom_df {
    flex-direction: column;
    align-items: center;
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .sol_pg1 .sol1_bottom_df .l_box {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .sol_pg1 .sol1_bottom_df .r_box {
    width: 100%;
  }
  .sol_pg1 .sol1_bottom_df .r_box br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sol_pg1 .t_box_wrap {
    margin-bottom: 30px;
  }
  .sol_pg1 .t_box_wrap .tit_box {
    margin-bottom: 15px;
  }
  .sol_pg1 .t_box_wrap .tit_box .tit {
    font-size: 18px;
  }
  .sol_pg1 .t_box_wrap .tit_box .tit2 {
    margin-top: 7px;
    font-size: 14px;
  }
  .sol_pg1 .t_box_wrap .lst_box.in_mid_cir ul li::after {
    bottom: -23px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  .sol_pg1 .t_box_wrap .lst_box.in_mid_cir.cir_plus ul li::after {
    background-size: 15px 15px;
  }
  .sol_pg1 .t_box_wrap .lst_box ul {
    gap: 10px;
  }
  .sol_pg1 .t_box_wrap .lst_box ul li {
    padding: 20px;
    border-radius: 10px;
  }
  .sol_pg1 .t_box_wrap .lst_box ul li .t1 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .sol_pg1 .t_box_wrap .lst_box ul li .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 12px;
  }
  .sol_pg1 .t_box_wrap .lst_box ul li .lst::before {
    top: 7px;
  }
  .sol_pg1 .t_box_wrap .lst_box ul li .lst_df_box {
    gap: 5px;
  }
  .sol_pg1 .t_box_wrap .lst_box ul li .lst_df_box .lst {
    width: 100%;
  }
  .sol_pg1 .bg5_wrap .bg_df_box {
    gap: 20px;
    padding: 35px 20px;
    border-radius: 10px;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .l_box .t2 {
    margin-top: 10px;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .r_box {
    width: 100%;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul {
    flex-direction: column;
    gap: 10px;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul li {
    width: 100%;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul li .img {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul li .t1 {
    margin-top: 15px;
    font-size: 16px;
  }
  .sol_pg1 .bg5_wrap .bg_df_box .r_box .lst_box ul li .t2 {
    margin-top: 1px;
    font-size: 12px;
  }
  .sol_pg1 .f9_bg_wrap .i_lst ul {
    gap: 20px;
  }
  .sol_pg1 .f9_bg_wrap .i_lst ul li {
    width: 100%;
  }
  .sol_pg1 .f9_bg_wrap .i_lst ul li .img {
    width: 80px;
    height: 80px;
  }
  .sol_pg1 .f9_bg_wrap .i_lst ul li .img img {
    width: 35px;
  }
  .sol_pg1 .f9_bg_wrap .i_lst ul li .t1 {
    margin-top: 15px;
    font-size: 20px;
  }
  .sol_pg1 .f9_bg_wrap .i_lst ul li .t2 {
    margin-top: 7px;
    font-size: 14px;
  }
  .sol_pg1 .sol1_bottom_df {
    gap: 30px;
    margin-bottom: 40px;
  }
  .sol_pg1 .sol1_bottom_df .l_box {
    border-radius: 10px;
  }
  .sol_pg1 .sol1_bottom_df .r_box .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .sol_pg1 .sol1_bottom_df .r_box .lst {
    margin-bottom: 5px;
    padding-left: 12px;
    font-size: 14px;
  }
  .sol_pg1 .sol1_bottom_df .r_box .lst::before {
    top: 8px;
  }
  .sol_pg1 .sol1_bottom_df .r_box .lst .chk_t {
    padding-left: 20px;
    font-size: 12px;
  }
  .sol_pg1 .sol1_bottom_df .r_box .lst .chk_t::before {
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: 7px 5px;
  }
  .sol_pg1 .sect1 .t_box_wrap .lst_box ul li .lst{font-size: 14px;}
  .sol_pg1 .sect1 .t_box_wrap .lst_box ul li .lst::before{top: 7px;}
}
.sol_pg6 .bottom_bg {
  margin-top: 150px;
  padding: 80px 0px;
  background: url(/src/img/sol6_bottom.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1420px) {
  .sol_pg6 .bottom_bg br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sol_pg6 .bottom_bg {
    margin-top: 75px;
    padding: 40px 0px;
  }
}
.bd_top_sch {
  padding: 25px 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  background-color: #FAFAFA;
}
.bd_top_sch .sch_box {
  position: relative;
  width: 480px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
.bd_top_sch .sch_box .inp {
  width: 100%;
  height: 100%;
  padding: 0px 50px 0px 20px;
  border: solid 1px #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.bd_top_sch .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1240px) {
  .bd_top_sch .sch_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .bd_top_sch {
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 10px;
  }
  .bd_top_sch .sch_box {
    height: 45px;
  }
  .bd_top_sch .sch_box .inp {
    padding: 0px 45px 0px 15px;
    border-radius: 5px;
  }
  .bd_top_sch .sch_box .sch_btn {
    right: 15px;
  }
}
.board_lst .tb_wrap {
  margin-top: 20px;
  border-top: solid 2px #000;
}
.board_lst .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.board_lst .tb_wrap table tr th, .board_lst .tb_wrap table tr td {
  padding: 25px 10px;
  text-align: center;
}
.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: #2861FC !important;
}
.board_lst .tb_wrap table thead {
  background-color: #FAFAFA;
}
.board_lst .tb_wrap table thead tr th {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.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: #000;
}

@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: #ddd;
    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: #999;
}
.board_pg .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -3px 10px 0;
  background-color: #333;
  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 #ddd;
  border-bottom: solid 1px #ddd;
}
.board_pg .file_wrap {
  border-top: solid 1px #ddd;
  padding: 10px 0px;
  background-color: #fafafa;
}
.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: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 20px;
  height: 20px;
  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: 55px;
  padding-right: 10px;
}
.board_pg .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 60px;
  margin: 40px auto;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #333;
  color: #fff;
}
.board_pg .next_prev table {
  border-top: solid 1px #ddd;
}
.board_pg .next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
  padding: 25px 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: #2861FC !important;
}
.board_pg .next_prev table tr th {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: bold;
}
.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 p, .board_pg .next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_pg .next_prev table tr td p {
  color: #999;
}

@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: 45px;
    margin: 20px auto;
    font-size: 14px;
  }
  .board_pg .file_wrap .file_box {
    height: 30px;
    margin-top: 0px;
    border-radius: 5px;
  }
  .board_pg .file_wrap .file_box::before {
    width: 17px;
    height: 17px;
    background-size: cover;
  }
  .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;
  }
}
.bottom_bg_inq {
  padding: 150px 0px;
  background: url(/src/img/bottom_inq_bg.jpg) no-repeat center bottom/cover rgba(248, 249, 254, 0.8);
}
.bottom_bg_inq.mt150 {
  margin-top: 150px;
}
.bottom_bg_inq .df_box {
  display: flex;align-items: center;
}
.bottom_bg_inq .df_box .l_box {
  width: 50%;
}
.bottom_bg_inq .df_box .l_box .t1{font-size: 18px;}
.bottom_bg_inq .df_box .l_box .t2 {
  margin-top: 20px;
  font-size: 50px;line-height: 140%;
}
.bottom_bg_inq .df_box .l_box .t3 {
  margin-top: 30px;
  font-size: 22px;
}
.bottom_bg_inq .df_box .l_box .link_lst {
  margin-top: 70px;
}
.bottom_bg_inq .df_box .l_box .link_lst ul {
  display: flex;
  gap: 20px;
}
.bottom_bg_inq .df_box .l_box .link_lst ul li {
  width: 220px;
  height: 158px;
  border-radius: 20px;
  border: solid 1px #eee;
  overflow: hidden;
  background-color: #fff;
  transition: background-color 0.3s;
}
.bottom_bg_inq .df_box .l_box .link_lst ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
}
.bottom_bg_inq .df_box .l_box .link_lst ul li a p {
  transition: color 0.3s;
}
.bottom_bg_inq .df_box .l_box .link_lst ul li a .img {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #2861FC !important;
}
.bottom_bg_inq .df_box .l_box .link_lst ul li:hover {
  background-color: #2861FC !important;
}
.bottom_bg_inq .df_box .l_box .link_lst ul li:hover p {
  color: #fff;
}
.bottom_bg_inq .df_box .r_box {
  width: 50%;
}
.bottom_bg_inq .df_box .r_box .inp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.bottom_bg_inq .df_box .r_box .inp_wrap .inp_box {
  width: calc(50% - 10px);
}
.bottom_bg_inq .df_box .r_box .inp_wrap .inp_box.w1 {
  width: 100%;
}
.bottom_bg_inq .df_box .r_box .inp_wrap .inp_box .t1 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.bottom_bg_inq .df_box .r_box .inp_wrap .inp_box .t1 span {
  color: #2861FC !important;
}
.bottom_bg_inq .df_box .r_box .inp_wrap .inp_box .inp {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  border: solid 1px #eee;
  font-size: 16px;
  background-color: #fff;
}
.bottom_bg_inq .df_box .r_box .inp_wrap .inp_box .inp::placeholder {
  color: #999;
}
.bottom_bg_inq .df_box .r_box .inp_wrap .inp_box .inp.h150 {
  height: 150px;
  display: block;
  padding: 15px 20px;
  resize: none;
}
.bottom_bg_inq .df_box .r_box .agree_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.bottom_bg_inq .df_box .r_box .agree_df .l_df {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bottom_bg_inq .df_box .r_box .agree_df .l_df button {
  margin-top: -3px;
}
.bottom_bg_inq .df_box .r_box .agree_df .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 60px;
  border-radius: 5px;
  background-color: #00336A !important;
}

@media screen and (max-width: 1420px) {
  .bottom_bg_inq {
    background-size: auto;
  }
  .bottom_bg_inq .df_box {
    flex-direction: column;
    gap: 70px;
  }
  .bottom_bg_inq .df_box .l_box {
    width: 100%;
  }
  .bottom_bg_inq .df_box .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .bottom_bg_inq {
    padding: 75px 0px;
  }
  .bottom_bg_inq.mt150 {
    margin-top: 75px;
  }
  .bottom_bg_inq .df_box {
    gap: 35px;
  }
  .bottom_bg_inq .df_box .l_box .t1{font-size: 14px;}
  .bottom_bg_inq .df_box .l_box .t2 {
    margin-top: 10px;
    font-size: 24px;
  }
  .bottom_bg_inq .df_box .l_box .t3 {
    margin-top: 15px;
    font-size: 16px;
  }
  .bottom_bg_inq .df_box .l_box .link_lst {
    margin-top: 35px;
  }
  .bottom_bg_inq .df_box .l_box .link_lst ul {
    gap: 10px;
  }
  .bottom_bg_inq .df_box .l_box .link_lst ul li {
    width: calc(50% - 5px);
    height: 100px;
    border-radius: 10px;
  }
  .bottom_bg_inq .df_box .l_box .link_lst ul li a {
    padding: 20px;
  }
  .bottom_bg_inq .df_box .l_box .link_lst ul li a .img {
    bottom: 20px;
    right: 20px;
  }
  .bottom_bg_inq .df_box .r_box .inp_wrap {
    gap: 15px;
  }
  .bottom_bg_inq .df_box .r_box .inp_wrap .inp_box {
    width: 100%;
  }
  .bottom_bg_inq .df_box .r_box .inp_wrap .inp_box .t1 {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .bottom_bg_inq .df_box .r_box .inp_wrap .inp_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .bottom_bg_inq .df_box .r_box .agree_df {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-top: 10px;
  }
  .bottom_bg_inq .df_box .r_box .agree_df .s_btn {
    width: 100%;
    height: 50px;
  }
}
#footer {
  position: relative;
  padding-top: 70px;
  background-color: #00336A;
}
#footer .top_btn{z-index: 50;position: fixed;right: 50px;bottom: 60px;display: none;width: 60px;height: 60px;border: 1px solid #eee;border-radius: 50%;background-color: #fff;background-image: url(/src/img/i/top_btn_i.png);background-repeat: no-repeat;background-position: center;}
#footer .f_cont {
  width: 1820px;
  margin-left: auto;
  margin-right: auto;
}
#footer .f_cont .f_top {
  display: flex;
  padding-bottom: 70px;
  border-bottom: solid 1px #001A48;
}
#footer .f_cont .f_top .l_box {
  width: calc(100% - 1100px);
}
#footer .f_cont .f_top .l_box .info_box {
  margin-top: 70px;
}
#footer .f_cont .f_top .l_box .info_box p {
  margin-bottom: 10px;
  color: #667CA3;
}
#footer .f_cont .f_top .l_box .info_box p:last-child {
  margin-bottom: 0;
}
#footer .f_cont .f_top .l_box .info_box p span {
  margin-right: 7px;
  color: #fff;
}
#footer .f_cont .f_top .r_box {
  width: 1050px;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li {
  width: 150px;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li.two_lst {
  width: 300px;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li.two_lst .dep2 ul {
  gap: 10px 0px;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li.two_lst .dep2 ul li {
  width: 150px;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li > a {
  font-size: 16px;
  color: #fff;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li .dep2 {
  margin-top: 20px;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li .dep2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li .dep2 ul li {
  width: 100%;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#footer .f_cont .f_top .r_box .lst_wrap > ul > li .dep2 ul li a {
  font-size: 14px;
  color: #667CA3;
}
#footer .f_cont .f_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px;
  border-top: solid 1px #00389A;
}
#footer .f_cont .f_bottom .copyright {
  color: #667CA3;
}
#footer .f_cont .f_bottom .f_menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#footer .f_cont .f_bottom .f_menu ul li {
  line-height: 16px;
}
#footer .f_cont .f_bottom .f_menu ul li a, #footer .f_cont .f_bottom .f_menu ul li button {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

@media screen and (max-width: 1840px) {
  #footer .f_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1640px) {
  #footer .f_cont .f_top .l_box {
    width: calc(100% - 1000px);
  }
  #footer .f_cont .f_top .r_box {
    width: 950px;
  }
  #footer .f_cont .f_top .r_box .lst_wrap > ul > li {
    width: 130px;
  }
}
@media screen and (max-width: 1420px) {
  #footer .top_btn{right: 20px;bottom: 20px;}
  #footer .f_cont .f_top .l_box {
    width: 100%;
  }
  #footer .f_cont .f_top .r_box {
    display: none;
  }
  #footer .f_cont .f_bottom {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  #footer .f_cont .f_bottom .f_menu {
    margin-top: 30px;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding-top: 35px;
  }
  #footer .top_btn{right: 10px;bottom: 10px;width: 50px;height: 50px;}
  #footer .f_cont {
    padding: 0px 20px;
  }
  #footer .f_cont .f_top {
    padding-bottom: 35px;
  }
  #footer .f_cont .f_top .l_box .f_logo {
    display: block;
    width: 139px;
  }
  #footer .f_cont .f_top .l_box .info_box {
    margin-top: 35px;
  }
  #footer .f_cont .f_top .l_box .info_box p {
    font-size: 12px;
  }
  #footer .f_cont .f_top .l_box .info_box p span {
    margin-right: 5px;
  }
  #footer .f_cont .f_bottom {
    padding: 20px 0px;
  }
  #footer .f_cont .f_bottom .f_menu {
    margin-top: 15px;
  }
  #footer .f_cont .f_bottom .f_menu ul {
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px 20px;
  }
  #footer .f_cont .f_bottom .f_menu ul li {
    line-height: 14px;
  }
  #footer .f_cont .f_bottom .f_menu ul li a, #footer .f_cont .f_bottom .f_menu ul li button {
    font-size: 12px;
    line-height: 14px;
  }
}
.quick_inq {
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 50;
  width: 230px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 0px 20px;
  border-radius: 5px;
  background-color: #2861FC;
}

@media screen and (max-width: 1420px) {
  .quick_inq {
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    padding: 0;
  }
  .quick_inq span {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .quick_inq {
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
  }
  .quick_inq img {
    width: 20px;
  }
}
.terms_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.terms_modal .modal {
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 475px;
  max-height: 90%;
  padding: 60px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.terms_modal .modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.terms_modal .modal .scr_box {
  height: 100%;
  padding: 0px 40px;
}
.terms_modal .modal .scr_box .tit {
  margin-bottom: 40px;
}

@media screen and (max-width: 720px) {
  .terms_modal .modal {
    top: auto;
    bottom: -100%;
    left: 0;
    transform: translate(0);
    width: 100%;
    padding: 40px 0px;
    border-radius: 10px 10px 0 0;
    transition: bottom 0.5s;
  }
  .terms_modal .modal.a {
    bottom: 0;
  }
  .terms_modal .modal .modal_close {
    top: 15px;
    right: 15px;
  }
  .terms_modal .modal .scr_box {
    padding: 0px 20px;
  }
  .terms_modal .modal .scr_box .tit {
    margin-bottom: 25px;
  }
}


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

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


#sect2 { position: relative; height: 100vh;}
#sect2 .sect2_sw { position: relative; height: 100%;}
#sect2 .sect2_sw .scroll_frame{width: 100%; height: 100%;}

/* 좌/우 2컬럼 레이아웃(기존 df_box 그대로 활용) */
#sect2 .df_box {height: 100%; }
#sect2 .l_box, #sect2 .r_box {height: 100%; flex: 1; }


/* 좌측: 이미지 여러장을 겹쳐놓고 fade */
#sect2 .l_stack { position: relative; height: 100%; }
#sect2 .l_stack .img_item {
  position: absolute; inset: 0;
  opacity: 0; transform: scale(1.02);
  transition: opacity .5s, transform .8s;
}
#sect2 .l_stack .img_item.active {
  opacity: 1; transform: scale(1);
}
#sect2 .l_stack img { width:100%; height:100%; object-fit:cover; display:block; }

/* 우측: 텍스트 카드가 위/가운데/아래로 배치되며 올라오는 느낌 */
#sect2 .r_stack {display: flex; align-items: center; position: relative; height: 100%; overflow: hidden; }
#sect2 .r_stack .txt_item{
  position: absolute; left: 0; right: 0;
  opacity: 0;
  transform: translateY(1000px);
  transition: transform .8s, opacity .35s;
  will-change: transform;
}
#sect2 .r_stack .txt_item.active{
  opacity: 1;
  transform: translateY(0);
}
#sect2 .r_stack .txt_item.prev{
  opacity: 0.35;
  transform: translateY(-1000px);
}
#sect2 .r_stack .txt_item.next{
  opacity: 0.35;
  transform: translateY(1000px);
}



.eng_wrap .sub_top_box .more_btn{width: 290px;}
@media screen and (max-width: 720px){
  .eng_wrap .sub_top_box .more_btn{width: 240px;}
}

.eng_wrap .greeting_v2 .ceo_intro_txt .t3{padding-right: 15px;}
@media screen and (max-width: 1420px){
  .eng_wrap .greeting_v2 .ceo_intro_txt .t3{padding-right: 0;}
}

.eng_wrap .greeting_v2 .core_list .strategy_item .txt .chks{max-width: 810px;}

.eng_wrap .board_pg .next_prev table tr th{width: 150px;}
@media screen and (max-width: 720px){
  .eng_wrap .board_pg .next_prev table tr th{width: 100px;}
}


/* #sect2 .swiper-wrapper.is-built > .swiper-slide { display:none; } */