.c1 {
  color: #001353 !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.c0 {
  color: #000;
}

.cf {
  color: #fff;
}

.c1a {
  color: #1A1A1A;
}

.ct2 {
  color: #727272;
}

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 10px;
  background-size: 10px 10px;
}

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz44 {
  font-size: 44px;
}

.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: 11px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz20 {
    font-size: 18px;
  }
  .fz22 {
    font-size: 20px;
  }
  .fz24 {
    font-size: 22px;
  }
  .fz26 {
    font-size: 23px;
  }
  .fz28 {
    font-size: 24px;
  }
  .fz30 {
    font-size: 25px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 26px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 28px;
  }
  .fz44 {
    font-size: 28px;
  }
  .fz46 {
    font-size: 28px;
  }
  .fz50 {
    font-size: 30px;
  }
  .fz60 {
    font-size: 32px;
  }
  .fz64 {
    font-size: 34px;
  }
  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: 60px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 30px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #001353 !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: 30px;
  }
}
@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: #001353 !important;
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

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

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

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

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

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

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

.sys_popup.dn {
  display: none;
}

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

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

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
input, select {
  padding-left: 20px;
}

@media screen and (max-width: 720px) {
  input, select {
    padding-left: 15px;
  }
}
.container {
  width: 1600px;
  margin: 0px auto;
}

.cont1200 {
  width: 1200px;
  margin: 0px auto;
}

@media screen and (max-width: 1620px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1240px) {
  .cont1200 {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
  .cont1200 {
    padding: 0px 20px;
  }
}
#header {
  z-index: 100;
  width: 100%;
  height: 110px;
  position: fixed;
  background: #545454;
  background: -moz-linear-gradient(0deg, rgba(84, 84, 84, 0) 0%, rgba(26, 26, 26, 0.14) 46%, rgba(81, 81, 81, 0.4) 100%);
  background: -webkit-linear-gradient(0deg, rgba(84, 84, 84, 0) 0%, rgba(26, 26, 26, 0.14) 46%, rgba(81, 81, 81, 0.4) 100%);
  background: linear-gradient(0deg, rgba(84, 84, 84, 0) 0%, rgba(26, 26, 26, 0.14) 46%, rgba(81, 81, 81, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454",endColorstr="#000000",GradientType=1);
}
#header::after {
  content: "";
  display: none;
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  /* height: 370px; */
  height: 400px;
  border-top: solid 1px #ddd;
  background-color: #fff;
}
#header .h_cont {
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1600px;
  height: 100%;
  margin: 0px auto;
}
#header .h_cont .logo .logo_c {
  display: none;
}
#header .h_cont nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
#header .h_cont nav > ul {
  width: 984px;
  height: 100%;
}
#header .h_cont nav > ul > li {
  position: relative;
  width: 16.6666666667%;
  height: 100%;
}
#header .h_cont nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#header .h_cont nav > ul > li .dep2 {
  display: none;
  position: absolute;
  top: 110px;
  width: 100%;
}
#header .h_cont nav > ul > li .dep2 ul {
  padding-top: 45px;
  width: 100%;
}
#header .h_cont nav > ul > li .dep2 ul li {
  margin-bottom: 20px;
  text-align: center;
}
#header .h_cont nav > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header .h_cont nav > ul > li .dep2 ul li a {
  font-size: 16px;
  text-align: center;
  color: #000;
}
#header .h_cont nav > ul > li .dep2 ul li a:hover {
  font-weight: bold;
  color: #001353 !important;
}
#header .h_cont .r_wrap {
  display: flex;
  align-items: center;
  gap: 0px 30px;
}
#header .h_cont .r_wrap .btn_box {
  display: flex;
  align-items: center;
  gap: 0px 20px;
}
#header .h_cont .r_wrap .btn_box a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

#header.bg {
  background: #fff;
}
#header.bg .h_cont .logo .logo_w {
  display: none;
}
#header.bg .h_cont .logo .logo_c {
  display: block;
}
#header.bg .h_cont nav > ul > li > a {
  color: #000;
}
#header.bg .h_cont .r_wrap .btn_box a {
  color: #000;
}
#header.bg .h_cont .r_wrap .sitemap_btn {
  filter: invert(100%);
}

#header.a {
  background: #fff;
}
#header.a::after {
  display: block;
}
#header.a .h_cont .logo .logo_w {
  display: none;
}
#header.a .h_cont .logo .logo_c {
  display: block;
}
#header.a .h_cont nav > ul > li > a {
  color: #000;
}
#header.a .h_cont nav > ul > li .dep2 {
  display: block;
}
#header.a .h_cont nav > ul > li.a {
  background-color: #001353 !important;
}
#header.a .h_cont nav > ul > li.a > a {
  color: #fff;
}
#header.a .h_cont .r_wrap .btn_box a {
  color: #000;
}
#header.a .h_cont .r_wrap .sitemap_btn {
  filter: invert(100%);
}

@media screen and (max-width: 1620px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
  #header .h_cont nav {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1420px) {
  #header::after {
    display: none !important;
  }
  #header .h_cont nav {
    display: none;
  }
  #header .h_cont .r_wrap .btn_box {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 60px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 87px;
  }
  #header .h_cont .r_wrap .sitemap_btn {
    width: 18px;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sitemap_wrap .sitemap {
  max-width: 2160px;
  display: flex;
  align-items: center;
  gap: 0px 100px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url(/src/img/sitemap_water.png) no-repeat right bottom/auto #fff;
}
.sitemap_wrap .sitemap .top {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
  height: 110px;
}
.sitemap_wrap .sitemap .top .logo {
  display: none;
}
.sitemap_wrap .sitemap .l_box {
  width: 960px;
  height: 100%;
}
.sitemap_wrap .sitemap .l_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sitemap_wrap .sitemap .r_box {
  position: relative;
  width: 700px;
  height: 100%;
  padding: 100px 0px;
  display: flex;
  align-items: center;
  overflow-y: scroll;
}
.sitemap_wrap .sitemap .r_box::-webkit-scrollbar {
  display: none;
}
.sitemap_wrap .sitemap .r_box .lst_wrap > ul > li {
  margin-bottom: 50px;
}
.sitemap_wrap .sitemap .r_box .lst_wrap > ul > li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > a {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 {
  display: none;
  margin-top: 20px;
}
.sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 ul li a {
  font-size: 16px;
  color: #000;
}
.sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 ul li a:hover {
  color: #0094D9;
}
.sitemap_wrap .sitemap .r_box .sub_box {
  position: absolute;
  bottom: 80px;
  right: 0;
}
.sitemap_wrap .sitemap .r_box .sub_box .a_box {
  display: flex;
  gap: 0px 20px;
}
.sitemap_wrap .sitemap .r_box .sub_box a {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.sitemap_wrap .sitemap .r_box .sub_box .sub_t_box {
  display: none;
}

@media screen and (max-width: 1640px) {
  .sitemap_wrap .sitemap .top {
    width: 100%;
    padding: 0px 40px;
  }
  .sitemap_wrap .sitemap .r_box .sub_box {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .sitemap_wrap {
    background: transparent;
  }
  .sitemap_wrap .sitemap {
    left: -100%;
    opacity: 0;
    display: block;
    background: #fff;
    transition: left 0.5s, opacity 0.5s;
    transform: translateX(0);
  }
  .sitemap_wrap .sitemap.a {
    left: 0;
    opacity: 1;
  }
  .sitemap_wrap .sitemap .top {
    flex-direction: row;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
  }
  .sitemap_wrap .sitemap .top .logo {
    display: block;
  }
  .sitemap_wrap .sitemap .l_box {
    display: none;
  }
  .sitemap_wrap .sitemap .r_box {
    display: block;
    width: 100%;
    padding: 110px 0px 263px 0px;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li {
    margin-bottom: 0;
    border-bottom: solid 1px #ddd;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li.a > button, .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li.a > a {
    background-color: #001353 !important;
    color: #fff;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li.a > button::after {
    transform: translateY(-50%) scaleY(-1);
    filter: invert(100%);
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px;
    font-size: 18px;
    text-align: left;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > button {
    position: relative;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 12px;
    height: 12px;
    background: url(/src/img/i/sitemap_arrow.png) no-repeat center center;
    transform: translateY(-50%);
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 {
    display: none;
		margin-top: 0;
    padding: 30px 40px;
    background-color: #FCFCFC;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 ul {
    display: block;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 ul li {
    display: block;
    margin-bottom: 20px;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 ul li:last-child {
    margin-bottom: 0;
  }
  .sitemap_wrap .sitemap .r_box .sub_box {
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 80px 40px;
    text-align: right;
    background-color: #fff;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .a_box {
    justify-content: end;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .sub_t_box {
    display: block;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .t1 {
    margin: 20px 0px;
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .t1 span {
    font-weight: bold;
    margin-right: 5px;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .t2 {
    font-size: 14px;
    color: #666;
    opacity: 0.6;
  }
}
@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 60px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .logo {
    width: 87px;
  }
  .sitemap_wrap .sitemap .top .sitemap_close {
    width: 16px;
  }
  .sitemap_wrap .sitemap .r_box {
    padding: 60px 0px 157px 0;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > a {
    padding: 20px;
    font-size: 16px;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li > button::after {
    right: 20px;
    width: 8px;
    height: 8px;
    background-size: cover;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 {
    padding: 25px 20px;
  }
  .sitemap_wrap .sitemap .r_box .lst_wrap > ul > li .dep2 ul li a {
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .r_box .sub_box {
    padding: 40px 20px;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .a_box {
    gap: 0px 10px;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .a_box a {
    font-size: 12px;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .t1 {
    margin: 10px 0px;
    font-size: 12px;
  }
  .sitemap_wrap .sitemap .r_box .sub_box .t2 {
    font-size: 12px;
  }
}
.main_slider {
  position: relative;
  width: 100%;
  height: 970px;
}
.main_slider .item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main_slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 2s ease-out;
}
.main_slider .item .t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1600px;
  margin: 0px auto;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: 0px;
  opacity: 0;
  transition: margin-top 1.5s 0.5s, opacity 1.5s 0.5s;
}
.main_slider .item .t_box p {
  color: #fff;
}
.main_slider .item .t_box .t1 {
  line-height: 125%;
}
.main_slider .item .t_box .t2 {
  margin-top: 20px;
  line-height: 125%;
  transition: opacity 1.5s 1.5s;
  opacity: 0;
}
.main_slider .item.swiper-slide-active > img, .main_slider .item.swiper-slide-duplicate-next > img {
  transform: scale(1);
}
.main_slider .item.swiper-slide-active .t_box, .main_slider .item.swiper-slide-duplicate-next .t_box {
  margin-top: -60px;
  opacity: 1;
}
.main_slider .item.swiper-slide-active .t_box .t2, .main_slider .item.swiper-slide-duplicate-next .t_box .t2 {
  opacity: 1;
}
.main_slider .pagi_box {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 50%;
  width: 1600px;
  transform: translateX(-50%);
}
.main_slider .pagi_box .main_pagi span {
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.4);
}
.main_slider .pagi_box .main_pagi .swiper-pagination-current {
  color: #fff;
}
.main_slider .rect_wrap {
  position: relative;
  width: 64px;
  height: 64px;
}
.main_slider .rect_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 4px rgba(255, 255, 255, 0.3);
  border-radius: 100px;
  box-sizing: border-box;
}
.main_slider .rect_wrap .pause_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url(/src/img/i/pause_btn.png) no-repeat center center;
}
.main_slider .rect_wrap .pause_btn.start_btn {
  margin-left: 2px;
  background-image: url(/src/img/i/start_btn.png);
}
.main_slider svg {
  transform: rotate(-90deg);
}
.main_slider .circle-origin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(3px, 2px);
  fill: transparent;
  stroke: #fff !important;
  stroke-width: 4.2px;
  stroke-dasharray: 195px;
  stroke-dashoffset: 195px;
  animation: progress 5s;
  -webkit-animation: progress 5s;
}
.main_slider .circle-origin.stop {
  animation: none;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 195px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.main_slider .scroll_down {
  position: absolute;
  z-index: 4;
  bottom: 100px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 8px;
  transform: translateX(-50%) rotate(90deg);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.main_slider .scroll_down img {
  margin-top: -1px;
}

@media screen and (max-width: 1620px) {
  .main_slider .pagi_box {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .br_n1420 br {
    display: none;
  }
  .main_slider {
    height: 1044px;
  }
  .main_slider .item .t_box {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .br_n720 br {
    display: none;
  }
  .main_slider {
    height: 550px;
  }
  .main_slider .item .t_box {
    padding: 0px 20px;
  }
.main_slider .item.swiper-slide-active .t_box, .main_slider .item.swiper-slide-duplicate-next .t_box{margin-top: -20px;}
  .main_slider .item .t_box .t2 {
    margin-top: 10px;
  }
  .main_slider .pagi_box {
    gap: 5px;
    bottom: 20px;
    padding: 0px 20px;
  }
  .main_slider .pagi_box .main_pagi span {
    font-size: 16px;
  }
  .main_slider .rect_wrap {
    transform: scale(0.8);
  }
  .main_slider .scroll_down {
    bottom: 80px;
    left: auto;
    right: -70px;
    font-size: 11px;
  }
}
.index_wrap .sect2 {
  max-width: 2440px;
  margin: 0px auto;
  position: relative;
  padding: 140px 0;
  background: url(/src/img/sect2_water.png) no-repeat left bottom/auto;
}
.index_wrap .sect2 .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 800px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 0.2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 0.5s;
}
.index_wrap .sect2 .l_wrap .box {
  width: 660px;
}
.index_wrap .sect2 .l_wrap .box .busi_tab {
  margin-top: 40px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #ddd;
}
.index_wrap .sect2 .l_wrap .box .busi_tab select {
  display: none;
}
.index_wrap .sect2 .l_wrap .box .busi_tab ul {
  display: flex;
  flex-wrap: wrap !important;
  gap: 10px !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
.index_wrap .sect2 .l_wrap .box .busi_tab ul li {
  width: 140px !important;
  height: 50px;
  border: solid 1px #ddd;
  border-radius: 50px;
  background-color: #fff;
}
.index_wrap .sect2 .l_wrap .box .busi_tab ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  color: #717171;
}
.index_wrap .sect2 .l_wrap .box .busi_tab ul li.swiper-slide-thumb-active {
  background-color: #001353 !important;
  border-color: #001353 !important;
}
.index_wrap .sect2 .l_wrap .box .busi_tab ul li.swiper-slide-thumb-active button {
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper {
  position: relative;
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .item .t1 {
  font-size: 28px;
  font-weight: bold;
  color: #001353;
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .item .t2 {
  margin: 40px 0px 100px;
  font-size: 16px;
  color: #000;
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .item .view_more {
  font-size: 16px;
  font-weight: bold;
  color: #727272;
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0px 10px;
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .arrow_btn {
  display: block;
  width: 44px;
  height: 44px;
  border: solid 1px #999;
  border-radius: 60px;
  background: url(/src/img/i/right_arrow_g.png) no-repeat center center/auto #fff;
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .arrow_btn:hover {
  border-color: #001353 !important;
  background-color: #001353 !important;
  background-image: url(/src/img/i/right_arrow_w.png);
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .prev {
  transform: scaleX(-1);
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .busi_pagi {
  width: 45px;
  text-align: center;
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .busi_pagi span {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}
.index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .busi_pagi .swiper-pagination-current {
  color: #000;
}
.index_wrap .sect2 .r_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 960px;
}
.index_wrap .sect2 .r_wrap .busi_i_swiper {
  overflow-x: hidden;
}
.index_wrap .sect2 .r_wrap .busi_i_swiper .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.index_wrap .sect2 .r_wrap .busi_i_swiper .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 0.5s;
}
.index_wrap .sect2 .r_wrap .busi_i_swiper .item.swiper-slide-active::after {
  opacity: 0;
}

@media screen and (max-width: 1720px) {
  .index_wrap .sect2 .r_wrap {
    width: 860px;
  }
}
@media screen and (max-width: 1620px) {
  .index_wrap .sect2 {
    padding: 100px 0px;
  }
  .index_wrap .sect2 .bg {
    width: 100%;
    height: 580px;
    top: 50%;
    max-width: 100%;
    margin-top: 100px;
    transform: translateY(-50%);
  }
  .index_wrap .sect2 .bg img {
    object-fit: cover;
  }
  .index_wrap .sect2 .l_wrap {
    width: 100%;
  }
  .index_wrap .sect2 .l_wrap .box {
    width: 100%;
  }
  .index_wrap .sect2 .l_wrap .box .busi_tab {
    margin-bottom: 845px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box {
    bottom: auto;
    top: 0;
    margin-top: -10px;
  }
  .index_wrap .sect2 .r_wrap {
    width: 640px;
    max-width: 100%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect2 {
    padding: 50px 0px;
  }
  .index_wrap .sect2 .bg {
    height: 290px;
    margin-top: -20px;
  }
  .index_wrap .sect2 .l_wrap .box > p {
    text-align: center;
  }
  .index_wrap .sect2 .l_wrap .box .busi_tab {
    margin-top: 20px;
    margin-bottom: 480px;
  }
  .index_wrap .sect2 .l_wrap .box .busi_tab ul {
    display: none;
  }
  .index_wrap .sect2 .l_wrap .box .busi_tab select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border: solid 1px #B4B4B4;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    background-color: #fff;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .item br {
    display: none;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .item .t1 {
    font-size: 24px;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .item .t2 {
    margin: 20px 0px 50px;
    font-size: 14px;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .item .view_more {
    font-size: 14px;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -65px;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .arrow_btn {
    width: 36px;
    height: 36px;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .busi_pagi {
    width: 38px;
  }
  .index_wrap .sect2 .l_wrap .box .busi_t_swiper .pagi_box .busi_pagi span {
    font-size: 16px;
  }
  .index_wrap .sect2 .r_wrap {
    width: 280px;
    margin-top: -70px;
  }
  .index_wrap .sect2 .r_wrap .busi_i_swiper .item {
    border-radius: 10px;
  }
}
.more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border: solid 1px #B4B4B4;
  border-radius: 31px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #727272;
}
.more_btn:hover {
  border-color: #001353 !important;
  background-color: #001353 !important;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .more_btn {
    width: 134px;
    height: 40px;
    font-size: 12px;
  }
}
.index_wrap .sect3 {
  padding: 140px 0px;
  background: url(/src/img/sect3_bg.jpg) no-repeat center center/cover;
}
.index_wrap .sect3 .df_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_wrap .sect3 .df_box .more_btn {
  border-color: #fff;
  color: #fff;
}
.index_wrap .sect3 .df_box .l_wrap .t2 {
  margin: 40px 0px 200px;
}
.index_wrap .sect3 .df_box .r_wrap {
  width: 680px;
}
.index_wrap .sect3 .df_box .r_wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.index_wrap .sect3 .df_box .r_wrap ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.index_wrap .sect3 .df_box .r_wrap ul::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.index_wrap .sect3 .df_box .r_wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px 0px;
  width: 50%;
  height: 340px;
  text-align: center;
}
.index_wrap .sect3 .df_box .r_wrap ul li .t1 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect3 .df_box .r_wrap ul li .t1 span {
  font-size: 24px;
  font-weight: 300;
}
.index_wrap .sect3 .df_box .r_wrap ul li .t2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.index_wrap .sect3 .df_box .more_btn.m_ver {
  display: none;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect3 .df_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .index_wrap .sect3 .df_box .l_wrap {
    text-align: center;
  }
  .index_wrap .sect3 .df_box .l_wrap .t2 {
    margin-bottom: 0;
  }
  .index_wrap .sect3 .df_box .l_wrap .more_btn.pc_ver {
    display: none;
  }
  .index_wrap .sect3 .df_box .r_wrap {
    max-width: 100%;
    margin: 60px 0px;
  }
  .index_wrap .sect3 .df_box .more_btn.m_ver {
    display: flex;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect3 {
    padding: 70px 0;
  }
  .index_wrap .sect3 .df_box .l_wrap br {
    display: none;
  }
  .index_wrap .sect3 .df_box .l_wrap .t2 {
    margin-top: 20px;
  }
  .index_wrap .sect3 .df_box .r_wrap {
    margin: 30px 0px;
  }
  .index_wrap .sect3 .df_box .r_wrap ul::before, .index_wrap .sect3 .df_box .r_wrap ul::after {
    display: none;
  }
  .index_wrap .sect3 .df_box .r_wrap ul li {
    gap: 15px;
    width: 100%;
    height: auto;
    padding: 40px 0px;
    border-bottom: solid 1px #fff;
  }
  .index_wrap .sect3 .df_box .r_wrap ul li:first-child {
    padding-top: 0px;
  }
  .index_wrap .sect3 .df_box .r_wrap ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .index_wrap .sect3 .df_box .r_wrap ul li img {
    display: block;
    width: 44px;
    margin: 0px auto;
  }
  .index_wrap .sect3 .df_box .r_wrap ul li .t1 {
    font-size: 26px;
  }
  .index_wrap .sect3 .df_box .r_wrap ul li .t1 span {
    font-size: 20px;
  }
  .index_wrap .sect3 .df_box .r_wrap ul li .t2 {
    font-size: 18px;
  }
}
.index_wrap .sect4 {
  position: relative;
  padding: 140px 0px;
  background: url(/src/img/sect4_bg.png) no-repeat left bottom/auto;
}
.index_wrap .sect4::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  background-color: #fcfcfc;
}
.index_wrap .sect4 .df_box {
  display: flex;
  justify-content: space-between;
}
.index_wrap .sect4 .df_box .more_btn.m_ver {
  display: none;
}
.index_wrap .sect4 .df_box .l_wrap {
  width: 590px;
}
.index_wrap .sect4 .df_box .l_wrap .t2 {
  margin: 20px 0px 40px;
}
.index_wrap .sect4 .df_box .l_wrap .tabmenu select {
  display: none;
}
.index_wrap .sect4 .df_box .l_wrap .tabmenu ul {
  display: flex;
  gap: 10px;
}
.index_wrap .sect4 .df_box .l_wrap .tabmenu ul li {
  width: calc((100% - 30px) / 4);
  height: 50px;
  border: solid 1px #B4B4B4;
  border-radius: 30px;
  text-align: center;
  background-color: #fff;
}
.index_wrap .sect4 .df_box .l_wrap .tabmenu ul li.a {
  border-color: #001353 !important;
  background-color: #001353 !important;
}
.index_wrap .sect4 .df_box .l_wrap .tabmenu ul li.a button {
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect4 .df_box .l_wrap .tabmenu ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #727272;
}
.index_wrap .sect4 .df_box .l_wrap .more_btn {
  margin-top: 120px;
}
.index_wrap .sect4 .df_box .r_wrap {
  width: 840px;
}
.index_wrap .sect4 .df_box .r_wrap ul li {
  border-bottom: solid 1px #ddd;
}
.index_wrap .sect4 .df_box .r_wrap ul li:first-child a {
  padding-top: 0;
}
.index_wrap .sect4 .df_box .r_wrap ul li:last-child {
  border-bottom: none;
}
.index_wrap .sect4 .df_box .r_wrap ul li:last-child a {
  padding-bottom: 0;
}
.index_wrap .sect4 .df_box .r_wrap ul li a {
  display: flex;
	align-items: center;
  gap: 40px;
  width: 100%;
  height: 100%;
  padding: 20px 0px;
}
.index_wrap .sect4 .df_box .r_wrap ul li a .img {
  width: 260px;
  border-radius: 20px;
  overflow: hidden;
}
.index_wrap .sect4 .df_box .r_wrap ul li a .img img {
  transition: all 1s;
}
.index_wrap .sect4 .df_box .r_wrap ul li a .t_box {
  /* width: calc(100% - 300px); */
  width: 100%;
}
.index_wrap .sect4 .df_box .r_wrap ul li a .t_box .t1 {
  font-size: 14px;
  font-weight: bold;
  color: #001353 !important;
}
.index_wrap .sect4 .df_box .r_wrap ul li a .t_box .t2 {
  margin: 10px 0 15px;
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.index_wrap .sect4 .df_box .r_wrap ul li a .t_box .t {
  font-size: 16px;
}
.index_wrap .sect4 .df_box .r_wrap ul li a .t_box .date {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.index_wrap .sect4 .df_box .r_wrap ul li:hover a .img {
  position: relative;
}
.index_wrap .sect4 .df_box .r_wrap ul li:hover a .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: solid 3px #001353;
  box-sizing: border-box;
}
.index_wrap .sect4 .df_box .r_wrap ul li:hover a .img img {
  transform: scale(1.1);
}
.index_wrap .sect4 .df_box .r_wrap ul li:hover a .t_box .t2 {
  color: #001353 !important;
}

@media screen and (max-width: 1620px) {
  .index_wrap .sect4 {
    background-position: top left;
    background-size: 402px 419px;
  }
  .index_wrap .sect4::before {
    width: 100%;
    height: 430px;
  }
  .index_wrap .sect4 .df_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .index_wrap .sect4 .df_box .more_btn.pc_ver {
    display: none;
  }
  .index_wrap .sect4 .df_box .more_btn.m_ver {
    display: flex;
  }
  .index_wrap .sect4 .df_box .l_wrap {
    width: 100%;
    text-align: center;
  }
  .index_wrap .sect4 .df_box .l_wrap .tabmenu ul {
    justify-content: center;
  }
  .index_wrap .sect4 .df_box .l_wrap .tabmenu ul li {
    width: 140px;
  }
  .index_wrap .sect4 .df_box .r_wrap {
    width: 100%;
    margin: 120px 0px 60px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li:last-child {
    border-bottom: solid 1px #ddd;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li:last-child a {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect4 {
    padding: 70px 0px;
    background-size: 239px 249px;
  }
  .index_wrap .sect4::before {
    height: 270px;
  }
  .index_wrap .sect4 .df_box .l_wrap .t2 {
    margin: 10px 0px 20px;
  }
  .index_wrap .sect4 .df_box .l_wrap .tabmenu ul {
    display: none;
  }
  .index_wrap .sect4 .df_box .l_wrap .tabmenu select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    border: solid 1px #B4B4B4;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    background-color: #fff;
  }
  .index_wrap .sect4 .df_box .r_wrap {
    margin: 60px 0px 30px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li:last-child a {
    padding-bottom: 15px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 15px 0px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li a .img {
    max-width: 100%;
    border-radius: 10px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li a .t_box {
    width: 100%;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li a .t_box .t1 {
    font-size: 12px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li a .t_box .t2 {
    margin: 6px 0px 10px;
    font-size: 20px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li a .t_box .t {
    font-size: 14px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li a .t_box .date {
    margin-top: 10px;
    font-size: 14px;
  }
  .index_wrap .sect4 .df_box .r_wrap ul li:hover a .img::after {
    border-radius: 10px;
  }
}
.index_wrap .sect5 {
  display: flex;
}
.index_wrap .sect5 .item {
	overflow: hidden;
	position: relative;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.index_wrap .sect5 .item .bg{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;	transition: transform 1s;}
/* .index_wrap .sect5 .item:first-child {
  background-image: url(/src/img/main_bottom1.jpg);
} */
.index_wrap .sect5 .item:first-child a {
  justify-content: end;
}
/* .index_wrap .sect5 .item:last-child {
  background-image: url(/src/img/main_bottom2.jpg);
} */
.index_wrap .sect5 .item:last-child a .t_box {
  padding-left: 120px;
}
.index_wrap .sect5 .item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 100px 0px;
}
.index_wrap .sect5 .item a .t_box {
	position: relative;
	z-index: 2;
  width: 800px;
}
.index_wrap .sect5 .item a .t_box p {
  color: #fff;
}
.index_wrap .sect5 .item a .t_box .t1 {
  font-size: 50px;
  font-weight: bold;
}
.index_wrap .sect5 .item a .t_box .t2 {
  margin: 20px 0px 60px;
  font-size: 18px;
}
.index_wrap .sect5 .item a .t_box .more {
  font-size: 16px;
  font-weight: bold;
}
.index_wrap .sect5 .item a:hover .more {
  color: #001353 !important;
}
.index_wrap .sect5 .item a:hover .bg{
	transform: scale(1.1);	
}

@media screen and (max-width: 1620px) {
  .index_wrap .sect5 .item:first-child a {
    justify-content: start;
  }
  .index_wrap .sect5 .item:first-child a .t_box {
    padding-left: 40px;
  }
  .index_wrap .sect5 .item:last-child a .t_box {
    width: 100%;
    padding-left: 80px;
    padding-right: 40px;
  }
  .index_wrap .sect5 .item a .t_box {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .index_wrap .sect5 {
    flex-wrap: wrap;
  }
  .index_wrap .sect5 .item {
    width: 100%;
  }
  .index_wrap .sect5 .item a {
    padding: 100px 40px;
  }
  .index_wrap .sect5 .item a .t_box {
    width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect5 .item a {
    padding: 50px 20px !important;
  }
  .index_wrap .sect5 .item a .t_box br {
    display: none;
  }
  .index_wrap .sect5 .item a .t_box .t1 {
    font-size: 30px;
  }
  .index_wrap .sect5 .item a .t_box .t2 {
    margin: 10px 0px 30px;
    font-size: 16px;
  }
  .index_wrap .sect5 .item a .t_box .more {
    font-size: 14px;
  }
}
.s_top {
  width: 100%;
  height: 600px;
  margin-bottom: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.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 .container {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
.s_top .container .t_box .t2 {
  margin-top: 20px;
}
.s_top .container .s_top_nav {
  position: absolute;
  bottom: 60px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 40px;
}
.s_top .container .s_top_nav select {
  padding-right: 40px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: transparent;
  background-image: url(/src/img/i/sel_i_w.png);
  background-position-x: calc(100% - 20px);
}

@media screen and (max-width: 1620px) {
  .s_top .container .s_top_nav {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .s_top {
    height: 660px;
  }
  .s_top .container .s_top_nav {
    width: 100%;
    bottom: 0;
    gap: 0px;
    padding: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  .s_top .container .s_top_nav .home_btn {
    display: none;
  }
  .s_top .container .s_top_nav select {
    width: 50%;
    height: 60px;
  }
  .s_top .container .s_top_nav select:nth-child(2) {
    padding: 0px 40px;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .s_top .container .s_top_nav select:last-child {
    padding: 0px 40px 0px 20px;
  }
}
@media screen and (max-width: 991px) {
  .s_top br {
    display: none;
  }
  .s_top.s_top1 {
    background-image: url(/src/img/s_top1_m.jpg);
  }
  .s_top.s_top2 {
    background-image: url(/src/img/s_top2_m.jpg);
  }
  .s_top.s_top3 {
    background-image: url(/src/img/s_top3_m.jpg);
  }
  .s_top.s_top4 {
    background-image: url(/src/img/s_top4_m.jpg);
  }
  .s_top.s_top5 {
    background-image: url(/src/img/s_top5_m.jpg);
  }
  .s_top.s_top6 {
    background-image: url(/src/img/s_top6_m.jpg);
  }
}
@media screen and (max-width: 720px) {
  .s_top {
    height: 410px;
    margin-bottom: 70px;
  }
  .s_top .container .t_box .t2 {
    margin-top: 10px;
  }
  .s_top .container .s_top_nav select {
    height: 40px;
    font-size: 14px;
  }
  .s_top .container .s_top_nav select:nth-child(2) {
    padding: 0px 30px 0px 20px;
  }
  .s_top .container .s_top_nav select:last-child {
    padding: 0px 30px 0px 10px;
  }
}
.sub_title {
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 720px) {
  .sub_title {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.greeting {
  max-width: 2140px;
  margin: 0px auto;
  padding-bottom: 140px;
  background: url(/src/img/greeting_bg.png) no-repeat right bottom/auto;
}
.greeting .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
}
.greeting .line:last-child {
  margin-bottom: 0;
}
.greeting .line:nth-child(even) {
  flex-direction: row-reverse;
}
.greeting .line .img {
  max-width: 100%;
  width: 760px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.greeting .line .t_box {
  width: 760px;
}
.greeting .line .t {
  margin-bottom: 40px;
  font-size: 18px;
  color: #000;
}
.greeting .line .t:last-child {
  margin-bottom: 0;
}
.greeting .line .t.mb80 {
  margin-bottom: 80px;
}
.greeting .line .t2 {
  margin-bottom: 40px;
  font-size: 28px;
  color: #000;
}

@media screen and (max-width: 1480px) {
  .greeting {
    background-size: 396px 636px;
  }
  .greeting .line {
    flex-direction: column;
    justify-content: center;
  }
  .greeting .line:nth-child(even) {
    flex-direction: column;
  }
  .greeting .line .t_box {
    width: 100%;
    text-align: center;
  }
  .greeting .line .t_box br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .greeting {
    padding-bottom: 70px;
    background-size: 218px 350px;
  }
  .greeting .line {
    gap: 40px;
    margin-bottom: 50px;
  }
  .greeting .line .img {
    border-radius: 10px;
  }
  .greeting .line .t_box .t {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .greeting .line .t_box .t.mb80 {
    margin-bottom: 40px;
  }
  .greeting .line .t_box .t2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.history .history_wrap {
  max-width: 2160px;
  margin: 0px auto;
}
.history .history_wrap .line {
  display: flex;
  gap: 0px 100px;
}
.history .history_wrap .line:nth-child(even) {
  flex-direction: row-reverse;
}
.history .history_wrap .line .year {
  position: relative;
  width: 50%;
}
.history .history_wrap .line .year img {
  display: block;
  width: 100%;
}
.history .history_wrap .line .year .t_box{position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); width: 100%;}
.history .history_wrap .line .year .t_box .t1{font-size: 60px; font-weight: bold; text-align: center; color: #fff;}
.history .history_wrap .line .year .t_box .t2{margin-top: 20px; font-size: 40px; text-align: center; color: #fff;}
/* .history .history_wrap .line .year .t1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #fff;
} */
.history .history_wrap .line .lst_wrap {
  width: 700px;
  height: 970px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-y: scroll;
}
.history .history_wrap .line .lst_wrap::-webkit-scrollbar {

	width: 2px;
}
.history .history_wrap .line .lst_wrap::-webkit-scrollbar-track{background-color: #ddd;}
.history .history_wrap .line .lst_wrap::-webkit-scrollbar-thumb{background-color: #001353 !important;}
.history .history_wrap .line .lst_wrap ul li {
  padding: 50px 0px;
  border-bottom: solid 1px #ddd;
}
.history .history_wrap .line .lst_wrap ul li:first-child {
  padding-top: 0;
}
.history .history_wrap .line .lst_wrap ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.history .history_wrap .line .lst_wrap ul li .t1 {
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: bold;
  color: #ddd;
}
.history .history_wrap .line .lst_wrap ul li .t_box {
  position: relative;
  margin-bottom: 40px;
  padding-left: 60px;
}
.history .history_wrap .line .lst_wrap ul li .t_box:last-child {
  margin-bottom: 0;
}
.history .history_wrap .line .lst_wrap ul li .t_box span {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.history .history_wrap .line .lst_wrap ul li .t_box p {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}
.history .history_wrap .line .lst_wrap ul li .t_box p:last-child {
  margin-bottom: 0;
}
.history .history_wrap .line .lst_wrap ul li.a .t1 {
  color: #001353 !important;
}

@media screen and (max-width: 1620px) {
  .history .history_wrap .line {
    display: block;
  }
  .history .history_wrap .line .year {
    width: 100%;
  }
  .history .history_wrap .line .lst_wrap {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .mb60 {
    margin-bottom: 30px;
  }
  .history .history_wrap .line .year .t_box {
    padding: 0px 20px;
  }
  .history .history_wrap .line .year .t_box .t1{font-size: 32px;}
  .history .history_wrap .line .year .t_box .t2{font-size: 20px;}
  .history .history_wrap .line .lst_wrap {
    padding: 40px 20px;
  }
  .history .history_wrap .line .lst_wrap ul li {
    padding: 25px 0px;
  }
  .history .history_wrap .line .lst_wrap ul li .t1 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .history .history_wrap .line .lst_wrap ul li .t_box {
    margin-bottom: 20px;
    padding-left: 45px;
  }
  .history .history_wrap .line .lst_wrap ul li .t_box span {
    top: 0;
    font-size: 22px;
  }
  .history .history_wrap .line .lst_wrap ul li .t_box p {
    margin-bottom: 7px;
    font-size: 16px;
  }
}
.comp_info .bg_wrap1 {
  width: 100%;
  padding: 100px 0px;
  margin-bottom: 100px;
  background: url(/src/img/comp_info_bg1.jpg) no-repeat center center/cover;
}
.comp_info .bg_wrap1 ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 885px;
  margin: 0px auto;
}
.comp_info .bg_wrap1 ul::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.comp_info .bg_wrap1 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 33.3334%;
  padding: 30px 20px;
  border-right: solid 1px #fff;
  text-align: center;
}
.comp_info .bg_wrap1 ul li:nth-child(3), .comp_info .bg_wrap1 ul li:nth-child(6) {
  border-right: none;
}
.comp_info .bg_wrap1 ul li:nth-child(1), .comp_info .bg_wrap1 ul li:nth-child(2), .comp_info .bg_wrap1 ul li:nth-child(3) {
  padding-top: 0;
}
.comp_info .bg_wrap1 ul li:nth-child(4), .comp_info .bg_wrap1 ul li:nth-child(5), .comp_info .bg_wrap1 ul li:nth-child(6) {
  padding-bottom: 0;
}
.comp_info .bg_wrap1 ul li .t1 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
}
.comp_info .bg_wrap1 ul li .t1 span {
  font-size: 24px;
  font-weight: 300;
}
.comp_info .bg_wrap1 ul li .t2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.comp_info .bg_wrap {
  padding: 100px 0px;
  margin-top: 100px;
  background-color: #FCFCFC;
}
.comp_info .bg_wrap .lst_wrap ul {
  display: flex;
	flex-wrap: wrap;
  gap: 40px;
}
.comp_info .bg_wrap .lst_wrap ul li {
  width: calc(20% - 32px);
}
.comp_info .bg_wrap .lst_wrap ul li .img {
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.comp_info .bg_wrap .lst_wrap ul li p {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  word-break: break-all;
}
.comp_info .bg_wrap .tb_wrap {
  margin-top: 100px;
}
.comp_info .bg_wrap .tb_wrap table {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.comp_info .bg_wrap .tb_wrap table tr th, .comp_info .bg_wrap .tb_wrap table tr td {
  padding: 20px 10px;
  font-size: 16px;
  text-align: center;
}
.comp_info .bg_wrap .tb_wrap table thead tr th {
  font-weight: bold;
  background-color: #F1F1F1;
}
.comp_info .bg_wrap .tb_wrap table thead tr th.w300 {
  width: 300px;
}
.comp_info .bg_wrap .tb_wrap table thead tr th.w500 {
  width: 500px;
}
.comp_info .bg_wrap .tb_wrap table tbody tr {
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 1620px) {
  .comp_info .bg_wrap .tb_wrap {
    overflow-x: scroll;
  }
  .comp_info .bg_wrap .tb_wrap table thead tr th.w300 {
    width: 200px;
  }
  .comp_info .bg_wrap .tb_wrap table thead tr th.w500 {
    width: 350px;
  }
}
@media screen and (max-width: 1420px) {
  .comp_info .bg_wrap .lst_wrap ul {
    flex-wrap: wrap;
    justify-content: center;
    width: 940px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .comp_info .bg_wrap .lst_wrap ul li {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 1240px) {
  .comp_info .bg_wrap1 ul {
    max-width: 100%;
  }
  .comp_info .bg_wrap1 ul::after {
    display: none;
  }
  .comp_info .bg_wrap1 ul li {
    width: 50%;
  }
  .comp_info .bg_wrap1 ul li:nth-child(3) {
    padding-top: 30px;
    border-right: solid 1px #fff;
  }
  .comp_info .bg_wrap1 ul li:nth-child(4) {
    padding-bottom: 30px;
  }
  .comp_info .bg_wrap1 ul li:nth-child(1), .comp_info .bg_wrap1 ul li:nth-child(2), .comp_info .bg_wrap1 ul li:nth-child(3), .comp_info .bg_wrap1 ul li:nth-child(4) {
    border-bottom: solid 1px #fff;
  }
  .comp_info .bg_wrap1 ul li:nth-child(even) {
    border-right: none;
  }
}
@media screen and (max-width: 720px) {
  .comp_info .bg_wrap1 {
    padding: 50px 0px;
    margin-bottom: 50px;
  }
  .comp_info .bg_wrap1 ul li {
    width: 100%;
    gap: 15px;
    padding: 20px 10px !important;
    border-bottom: solid 1px #fff !important;
    border-right: none !important;
  }
  .comp_info .bg_wrap1 ul li img {
    display: block;
    width: 45px;
  }
  .comp_info .bg_wrap1 ul li:first-child {
    padding-top: 0 !important;
  }
  .comp_info .bg_wrap1 ul li:last-child {
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
  .comp_info .bg_wrap1 ul li .t1 {
    font-size: 28px;
  }
  .comp_info .bg_wrap1 ul li .t1 span {
    font-size: 22px;
  }
  .comp_info .bg_wrap1 ul li .t1 .t2 {
    font-size: 18px;
  }
  .comp_info .bg_wrap {
    padding: 50px 0px;
    margin-top: 50px;
  }
  .comp_info .bg_wrap .lst_wrap ul {
    gap: 20px;
  }
  .comp_info .bg_wrap .lst_wrap ul li {
    width: calc(50% - 10px);
  }
  .comp_info .bg_wrap .lst_wrap ul li .img {
    border-radius: 10px;
  }
  .comp_info .bg_wrap .lst_wrap ul li .img img {
    display: block;
    width: 100%;
  }
  .comp_info .bg_wrap .lst_wrap ul li p {
    margin-top: 10px;
    font-size: 16px;
  }
  .comp_info .bg_wrap .tb_wrap {
    margin-top: 50px;
  }
  .comp_info .bg_wrap .tb_wrap table tr th, .comp_info .bg_wrap .tb_wrap table tr td {
    padding: 10px 5px;
    font-size: 14px;
  }
  .comp_info .bg_wrap .tb_wrap table thead tr th.w300 {
    width: 150px;
  }
  .comp_info .bg_wrap .tb_wrap table thead tr th.w500 {
    width: 280px;
  }
}
.family {
  max-width: 1920px;
  margin: 0px auto;
}
.family ul li {
  display: flex;
  gap: 80px;
  align-items: end;
  margin-bottom: 100px;
}
.family ul li:last-child {
  margin-bottom: 0;
}
.family ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.family ul li:nth-child(even) .l_img {
  border-radius: 20px 0 0 20px;
}
.family ul li:nth-child(even) .r_box .tit {
  text-align: right;
}
.family ul li:nth-child(even) .r_box .df_box {
  flex-direction: row-reverse;
}
.family ul li:nth-child(even) .r_box .df_box::before {
  left: auto;
  right: 0;
}
.family ul li:nth-child(even) .r_box .df_box .t_box {
  text-align: right;
}
.family ul li .l_img {
  width: calc(50% - 40px);
  border-radius: 0px 20px 20px 0;
  overflow: hidden;
}
.family ul li .r_box .tit {
  margin-bottom: 70px;
}
.family ul li .r_box .df_box {
  position: relative;
  display: flex;
  gap: 20px;
}
.family ul li .r_box .df_box::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: -170px;
  left: 0;
  width: 277px;
  height: 196px;
  background: url(/src/img/fam_water.png) no-repeat center center/cover;
}
.family ul li .r_box .df_box .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 370px;
  border-radius: 20px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.family ul li .r_box .df_box .t_box {
  width: 370px;
  padding: 60px 50px;
}
.family ul li .r_box .df_box .t_box .t1 {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #ddd;
}
.family ul li .r_box .df_box .t_box .t {
  font-size: 18px;
  color: #000;
}
.family ul li .r_box .df_box .t_box .t span {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1720px) {
  .family {
    padding: 0px 40px;
  }
  .family ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .family ul li:nth-child(even) {
    flex-direction: column;
  }
  .family ul li:nth-child(even) .l_img {
    border-radius: 20px;
  }
  .family ul li:nth-child(even) .r_box .tit {
    text-align: left;
  }
  .family ul li:nth-child(even) .r_box .df_box {
    flex-direction: row;
  }
  .family ul li:nth-child(even) .r_box .df_box::before {
    right: auto;
    left: 0;
  }
  .family ul li:nth-child(even) .r_box .df_box .t_box {
    text-align: left;
  }
  .family ul li .l_img {
    width: 920px;
    max-width: 100%;
    border-radius: 20px;
  }
  .family ul li .r_box {
    width: 920px;
    max-width: 100%;
  }
  .family ul li .r_box .df_box .t_box {
    width: calc(100% - 390px);
  }
}
@media screen and (max-width: 991px) {
  .family {
    padding: 0px 20px;
  }
  .family ul li:nth-child(even) .r_box .df_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .family ul li .r_box .df_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .family ul li .r_box .df_box .t_box {
    width: 100%;
    padding: 40px 0px 0;
  }
}
@media screen and (max-width: 720px) {
  .family ul li {
    gap: 40px;
    margin-bottom: 50px;
  }
  .family ul li:nth-child(even) .l_img {
    border-radius: 10px;
  }
  .family ul li .l_img {
    border-radius: 10px;
  }
  .family ul li .r_box .tit {
    margin-bottom: 20px;
  }
  .family ul li .r_box .df_box {
    gap: 15px;
  }
  .family ul li .r_box .df_box::before {
    top: -80px;
    width: 123px;
    height: 88px;
  }
  .family ul li .r_box .df_box .img {
    width: 280px;
    height: 280px;
    border-radius: 10px;
  }
  .family ul li .r_box .df_box .img img {
    transform: scale(0.8);
  }
  .family ul li .r_box .df_box .t_box {
    padding: 30px 0px;
  }
  .family ul li .r_box .df_box .t_box .t1 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .family ul li .r_box .df_box .t_box .t {
    font-size: 16px;
  }
  .family ul li .r_box .df_box .t_box .t span {
    margin-bottom: 5px;
  }
}


.customer .lst_wrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: solid 1px #ddd;
}
.customer .lst_wrap > p {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.customer .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.customer .lst_wrap ul li {
  width: calc((100% - 200px) / 6);
}
.customer .lst_wrap ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 233px;
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.customer .lst_wrap ul li p {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1620px) {
  .customer .lst_wrap ul li {
    width: calc((100% - 120px) / 4);
  }
  .customer .lst_wrap ul li .img {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .customer .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .customer .lst_wrap {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .customer .lst_wrap > p {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .customer .lst_wrap ul {
    gap: 20px;
  }
  .customer .lst_wrap ul li {
    width: calc(50% - 10px);
  }
  .customer .lst_wrap ul li .img {
    height: 120px;
    border-radius: 10px;
    padding: 20px;
  }
  .customer .lst_wrap ul li p {
    margin-top: 10px;
    font-size: 16px;
  }
}
.location .box .map {
  width: 100%;
  height: 480px;
  border-radius: 20px;
}
.location .box .info_line {
  margin-top: 70px;
}
.location .box .info_line ul {
  display: flex;
}
.location .box .info_line ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 33.3334%;
  padding: 0px 60px;
  border-right: solid 1px #ddd;
}
.location .box .info_line ul li:last-child {
  border-right: none;
}
.location .box .info_line ul li .t_box {
  width: calc(100% - 100px);
}
.location .box .info_line ul li .t_box .t1 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #ddd;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.location .box .info_line ul li .t_box .t2 {
  font-size: 18px;
}
.location .bg_wrap {
  padding: 100px 0px;
  margin-top: 100px;
  background-color: #fcfcfc;
}

@media screen and (max-width: 1480px) {
  .location .box .info_line ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .location .box .info_line ul li {
    width: 100%;
    border-right: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
  }
  .location .box .info_line ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .location .box .info_line ul li .t_box {
    width: 100%;
  }
  .location .box .info_line ul li .t_box .t1 {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 720px) {
  .location .box .map {
    height: 250px;
    border-radius: 10px;
  }
  .location .box .info_line {
    margin-top: 35px;
  }
  .location .box .info_line ul li {
    gap: 0px 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0;
  }
  .location .box .info_line ul li .img {
    width: 45px;
  }
  .location .box .info_line ul li .t_box .t1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .location .box .info_line ul li .t_box .t2 {
    font-size: 16px;
  }
}
.busi_pg .top_big {
  margin-bottom: 100px;
}
.busi_pg .top_big .img {
  margin: 40px 0px;
  border-radius: 20px;
  overflow: hidden;
}
.busi_pg .line {
  margin-bottom: 100px;
}
.busi_pg .line.bdt_line{padding-top: 100px; border-top: solid 1px #ddd;}
.busi_pg .line.mb0{margin-bottom: 0;}
.busi_pg .line:last-child {
  margin-bottom: 0;
}
.busi_pg .line .line_tit {
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.busi_pg .line .line_tit::before{content: ""; position: absolute; top: 12px; left: 0; width: 22px; height: 22px; background: url(/src/img/i/bef_i.png)no-repeat center center/cover;}


@media screen and (max-width: 720px) {
  .busi_pg .line .line_tit{padding-left: 25px;}
  .busi_pg .line .line_tit::before{top: 10px; width: 18px; height: 18px; }
}
.busi_pg .line .line_tit.mb20 {
  margin-bottom: 20px;
}
.busi_pg .line .line_sub_t {
  margin-bottom: 40px;
  font-size: 18px;
}
.busi_pg .dot_t {
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #000;
}
.busi_pg .dot_t.mb0 {
  margin-bottom: 0;
}
.busi_pg .dot_t::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
}

@media screen and (max-width: 1620px) {
  .busi_pg .top_big .img {
    height: 300px;
  }
  .busi_pg .top_big .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 720px) {
  .busi_pg .top_big {
    margin-bottom: 50px;
  }
  .busi_pg .top_big .img {
    height: 200px;
    margin: 20px 0px;
    border-radius: 10px;
  }
  .busi_pg .line {
    margin-bottom: 50px;
  }
.busi_pg .line.bdt_line{padding-top: 50px;}
  .busi_pg .line .line_tit {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .busi_pg .line .line_tit.mb20 {
    margin-bottom: 10px;
  }
  .busi_pg .line .line_sub_t {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .busi_pg .dot_t {
    padding-left: 9px;
    margin-bottom: 7px;
    font-size: 16px;
  }
  .busi_pg .dot_t::before {
    top: 9px;
  }
}
.busi1 .line .cir_lst {
  padding-bottom: 100px;
  border-bottom: solid 1px #ddd;
}
.busi1 .line .cir_lst ul {
  display: flex;
  gap: 40px;
}
.busi1 .line .cir_lst ul li {
  width: calc(25% - 30px);
  height: 370px;
  padding: 24px;
  border-radius: 500px;
  border: solid 1px #001353;
}
.busi1 .line .cir_lst ul li .box1 {
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 500px;
  background-color: rgba(0, 19, 83, 0.1);
}
.busi1 .line .cir_lst ul li .box1 .box2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background: url(/src/img/business1_water.png) no-repeat right bottom/auto #001353;
}
.busi1 .line .cir_lst ul li .box1 .box2 p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.busi1 .line .num_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.busi1 .line .num_lst ul li {
  width: calc((100% - 80px) / 3);
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.busi1 .line .num_lst ul li .t_box {
  position: relative;
	height: 263px;
  padding: 40px 50px;
  background-color: #fff;
}
.busi1 .line .num_lst ul li .t_box .num {
  position: absolute;
  bottom: -140px;
  right: 0;
  font-size: 200px;
  font-weight: bold;
  color: #ddd;
  opacity: 0.4;
}
.busi1 .line .num_lst ul li .t_box .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.busi1 .line .num_lst ul li .t_box .t {
  position: relative;
  padding-left: 10px;
  margin-top: 12px;
  font-size: 18px;
  color: #000;
}
.busi1 .line .num_lst ul li .t_box .t::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #000;
}

@media screen and (max-width: 1620px) {
  .busi1 .line .cir_lst ul {
    flex-wrap: wrap;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .busi1 .line .cir_lst ul li {
    width: 370px;
  }
  .busi1 .line .num_lst ul {
    width: 1053px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .busi1 .line .num_lst ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .busi1 .line .cir_lst ul {
    gap: 20px;
    width: 620px;
    max-width: 100%;
  }
  .busi1 .line .cir_lst ul li {
    width: 300px;
    height: 300px;
    padding: 15px;
  }
  .busi1 .line .cir_lst ul li .box1 {
    padding: 15px;
  }
  .busi1 .line .num_lst ul {
    gap: 20px;
  }
  .busi1 .line .num_lst ul li .t_box {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 720px) {
  .busi1 .line .cir_lst {
    padding-bottom: 50px;
  }
  .busi1 .line .cir_lst ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .busi1 .line .cir_lst ul li {
    width: 280px;
    height: 280px;
  }
  .busi1 .line .cir_lst ul li .box1 .box2 {
    background-position: calc(100% + 50px) calc(100% + 50px);
  }
  .busi1 .line .cir_lst ul li .box1 .box2 img {
    display: block;
    width: 45px;
  }
  .busi1 .line .cir_lst ul li .box1 .box2 p {
    font-size: 16px;
  }
  .busi1 .line .num_lst ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .busi1 .line .num_lst ul li {
    width: 500px;
    max-width: 100%;
  }
  .busi1 .line .num_lst ul li .t_box {
		height: auto;
    padding: 20px;
  }
  .busi1 .line .num_lst ul li .t_box .num {
    font-size: 100px;
    bottom: -70px;
  }
  .busi1 .line .num_lst ul li .t_box .t1 {
    font-size: 16px;
  }
  .busi1 .line .num_lst ul li .t_box .t {
    padding-left: 9px;
    margin-top: 7px;
    font-size: 16px;
  }
  .busi1 .line .num_lst ul li .t_box .t::before {
    top: 9px;
  }
}
.busi2 .img_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
.busi2 .img_lst ul li {
  width: calc(50% - 21px);
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.busi2 .img_lst ul li .t_box {
  padding: 30px 20px 40px;
}
.busi2 .img_lst ul li .t_box p {
  text-align: center;
}
.busi2 .img_lst ul li .t_box .t1 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.busi2 .img_lst ul li .t_box .t2 {
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .busi2 .img_lst ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .busi2 .img_lst ul li {
    width: 750px;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .busi2 .img_lst ul {
    gap: 20px;
  }
  .busi2 .img_lst ul li {
    width: 100%;
    border-radius: 10px;
  }
  .busi2 .img_lst ul li .t_box {
    padding: 20px;
  }
  .busi2 .img_lst ul li .t_box .t1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .busi2 .img_lst ul li .t_box .t2 {
    font-size: 16px;
  }
}
.busi3 .line .img_lst {
  border-bottom: solid 1px #ddd;
  padding-bottom: 60px;
}
.busi3 .line .img_lst ul {
  display: flex;
  gap: 48px;
}
.busi3 .line .img_lst ul li {
  width: calc((100% - 144px) / 4);
}
.busi3 .line .img_lst ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.busi3 .line .img_lst ul li p {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.busi3 .line .img_lst.thr_lst {
  padding-bottom: 0;
  border-bottom: none;
}
.busi3 .line .img_lst.thr_lst ul {
  gap: 40px;
}
.busi3 .line .img_lst.thr_lst ul li {
  width: calc((100% - 80px) / 3);
}
.busi3 .line .img_lst.thr_lst ul li .into_img {
  border: solid 1px #ddd;
}
.busi3 .line .img_lst.thr_lst ul li .t1 {
  margin-bottom: 10px;
}
.busi3 .line .img_lst.thr_lst ul li .t2 {
  margin-top: 0;
  font-weight: 300;
}
.busi3 .line .t_lst > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.busi3 .line .t_lst > ul > li {
  width: calc(50% - 20px);
  padding: 20px 40px 30px;
  border-radius: 20px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.busi3 .line .t_lst > ul > li .t1 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.busi3 .line .t_lst > ul > li .lst {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.busi3 .line .t_lst > ul > li .lst p {
  position: relative;
  width: calc(50% - 10px);
  padding-left: 10px;
  font-size: 18px;
  color: #000;
}
.busi3 .line .t_lst > ul > li .lst p.mb0 {
  margin-bottom: 0;
}
.busi3 .line .t_lst > ul > li .lst p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
}

@media screen and (max-width: 1420px) {
  .busi3 .line .img_lst ul {
    flex-wrap: wrap;
    gap: 40px;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .busi3 .line .img_lst ul li {
    width: calc(50% - 20px);
  }
  .busi3 .line .img_lst.thr_lst ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .busi3 .line .img_lst.thr_lst ul li {
    width: 500px;
  }
  .busi3 .line .t_lst > ul {
    flex-direction: column;
  }
  .busi3 .line .t_lst > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .busi3 .line .img_lst {
    padding-bottom: 30px;
  }
  .busi3 .line .img_lst ul {
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .busi3 .line .img_lst ul li {
    width: 360px;
    max-width: 100%;
  }
  .busi3 .line .img_lst ul li .img {
    border-radius: 10px;
  }
  .busi3 .line .img_lst ul li p {
    margin-top: 10px;
    font-size: 16px;
  }
  .busi3 .line .img_lst.thr_lst ul {
    gap: 20px;
  }
  .busi3 .line .img_lst.thr_lst ul li {
    max-width: 100%;
  }
  .busi3 .line .img_lst.thr_lst ul li .t1 {
    margin-bottom: 5px;
  }
  .busi3 .line .img_lst.thr_lst ul li .t2 {
    font-size: 16px;
  }
  .busi3 .line .img_lst.thr_lst ul li br {
    display: none;
  }
  .busi3 .line .t_lst > ul {
    gap: 20px;
  }
  .busi3 .line .t_lst > ul > li {
    width: 100%;
    padding: 15px 20px 15px;
    border-radius: 10px;
  }
  .busi3 .line .t_lst > ul > li .t1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .busi3 .line .t_lst > ul > li .lst {
    gap: 7px 10px;
  }
  .busi3 .line .t_lst > ul > li .lst p {
    width: 100%;
    padding-left: 9px;
    font-size: 16px;
  }
  .busi3 .line .t_lst > ul > li .lst p::before {
    top: 9px;
  }
}
.busi4 .img_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.busi4 .img_lst ul li {
  width: calc(50% - 20px);
}
.busi4 .img_lst ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.busi4 .img_lst ul li .t_box {
  padding: 30px 20px 0;
}
.busi4 .img_lst ul li .t_box p {
  text-align: center;
}
.busi4 .img_lst ul li .t_box .t1 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.busi4 .img_lst ul li .t_box .t2 {
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .busi4 .img_lst ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .busi4 .img_lst ul li {
    width: 780px;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .busi4 .img_lst ul li {
    width: 100%;
  }
  .busi4 .img_lst ul li .img {
    border-radius: 10px;
  }
  .busi4 .img_lst ul li .t_box {
    padding: 15px 20px;
  }
  .busi4 .img_lst ul li .t_box br {
    display: none;
  }
  .busi4 .img_lst ul li .t_box .t1 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .busi4 .img_lst ul li .t_box .t2 {
    font-size: 16px;
  }
}
.busi5 .img_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.busi5 .img_lst ul li {
  width: calc(25% - 30px);
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.busi5 .img_lst ul li .t_box {
  padding: 40px 20px;
}
.busi5 .img_lst ul li .t_box p {
  text-align: center;
}
.busi5 .img_lst ul li .t_box .t1 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.busi5 .img_lst ul li .t_box .t2 {
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .busi5 .img_lst ul {
    width: 740px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .busi5 .img_lst ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .busi5 .img_lst ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .busi5 .img_lst ul li {
    width: 370px;
    border-radius: 10px;
    max-width: 100%;
  }
  .busi5 .img_lst ul li .t_box {
    padding: 20px;
  }
  .busi5 .img_lst ul li .t_box .t1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .busi5 .img_lst ul li .t_box .t2 {
    font-size: 16px;
  }
}
.busi6 .sect1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: solid 1px #ddd;
}
.busi6 .sect1 .line_sub_t.mb0 {
  margin-bottom: 0;
}
.busi6 .sect1 ul {
  display: flex;
  gap: 20px;
}
.busi6 .sect1 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 260px;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}
.busi6 .sect1 ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 203px;
  background: url(/src/img/business6_arrow.png) no-repeat center center/auto;
  transform: translate(-50%, -50%) scaleY(-1);
}
.busi6 .sect1 ul li img, .busi6 .sect1 ul li p {
  position: relative;
  z-index: 2;
}
.busi6 .sect1 ul li p {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.busi6 .sect1 ul li:first-child {
  background-color: #001353 !important;
}
.busi6 .sect1 ul li:first-child::after {
  transform: translate(-50%, -50%);
}
.busi6 .sect1 ul li:nth-child(2) {
  background-color: #4B5986;
}
.busi6 .sect1 ul li:last-child {
  background-color: #808AA9;
}
.busi6 .i_lst {
  margin-bottom: 60px;
}
.busi6 .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.busi6 .i_lst ul li {
  display: flex;
  align-items: center;
  gap: 40px;
  width: calc(50% - 20px);
  border: solid 1px #ddd;
  border-radius: 20px;
}
.busi6 .i_lst ul li .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 198px;
  border-radius: 20px;
  background-color: #4B5986;
}
.busi6 .i_lst ul li .img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: solid 1px #fff;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}
.busi6 .i_lst ul li .t_box {
  width: calc(100% - 238px);
  padding-right: 60px;
}
.busi6 .i_lst ul li .t_box .t1 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.busi6 .i_lst ul li .t_box .t2 {
  font-size: 18px;
}
.busi6 .cir_box {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 60px 0px;
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #fff;
}
.busi6 .cir_box .item {
  width: 400px;
  height: 400px;
  border-radius: 500px;
}
.busi6 .cir_box .item:first-child {
  border: solid 1px #001353 !important;
}
.busi6 .cir_box .item:last-child {
  border: solid 1px #0094D9;
}
.busi6 .cir_box .item .img {
  position: relative;
  margin-bottom: 30px;
}
.busi6 .cir_box .item .img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 25px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.busi6 .cir_box .item .t2 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
}
.busi6 .cir_box .item .t2:last-child {
  margin-bottom: 0;
}
.busi6 .cir_box span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.busi6 .img_lst {
  padding-bottom: 100px;
  border-bottom: solid 1px #ddd;
}
.busi6 .img_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.busi6 .img_lst ul li {
  width: calc(25% - 30px);
}
.busi6 .img_lst ul li .img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.busi6 .img_lst ul li .t1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #4B5986;
}
.busi6 .img_lst ul li .t2 {
  height: 170px;
  padding: 30px 38px;
  margin-top: 10px;
  border: solid 1px #ddd;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
}
.busi6 .df_box {
  display: flex;
  justify-content: space-between;
}
.busi6 .df_box .item {
  width: calc((100% - 80px) / 3);
  padding: 40px;
  border: solid 1px #ddd;
  border-radius: 20px;
}
.busi6 .df_box .item .tit {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #001353 !important;
}
.busi6 .df_box .item1 .t_box {
  padding: 20px 30px;
  margin-bottom: 20px;
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #fcfcfc;
}
.busi6 .df_box .item1 .t_box:last-child {
  margin-bottom: 0;
}
.busi6 .df_box .item1 .t_box .t1 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.busi6 .df_box .item1 .t_box .dot_t:last-child {
  margin-bottom: 0;
}
.busi6 .df_box .item2 {
  padding-left: 0;
  padding-right: 0;
}
.busi6 .df_box .item2 .t_box {
  padding: 0px 40px;
}
.busi6 .df_box .item2 .mid_cir {
  display: flex;
  justify-content: center;
  margin: 30px 0px 50px;
}
.busi6 .df_box .item2 .mid_cir .cir {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 246px;
  border-radius: 500px;
}
.busi6 .df_box .item2 .mid_cir .cir p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.busi6 .df_box .item2 .mid_cir .cir:first-child {
  margin-right: -66px;
  background-color: rgba(0, 19, 83, 0.6);
}
.busi6 .df_box .item2 .mid_cir .cir:last-child {
  background-color: rgba(0, 148, 217, 0.6);
}
.busi6 .df_box .item3 .col_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.busi6 .df_box .item3 .col_box p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 105px;
  border: solid 1px #ddd;
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  color: #000;
  background-color: #fcfcfc;
}
.busi6 .df_box .item3 .col_box p:last-child {
  border: none;
  background-color: #001353 !important;
  color: #fff;
}
.busi6 .df_box .item3 .col_box span {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1620px) {
  .busi6 .sect1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .busi6 .sect1 .t_box {
    width: 100%;
  }
  .busi6 .sect1 ul {
    justify-content: center;
    margin-top: 60px;
  }
  .busi6 .img_lst ul {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .busi6 .img_lst ul li {
    width: calc(50% - 20px);
  }
  .busi6 .df_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px 0px;
  }
  .busi6 .df_box .item {
    width: 520px;
  }
}
@media screen and (max-width: 1460px) {
  .busi6 .i_lst ul li {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .busi6 .cir_box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .busi6 .sect1 ul li {
    width: 200px;
    height: 200px;
  }
  .busi6 .sect1 ul li::after {
    width: 43px;
    height: 157px;
    background-size: cover;
  }
  .busi6 .img_lst ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .busi6 .img_lst ul li {
    width: 370px;
    max-width: 100%;
  }
  .busi6 .img_lst ul li .t2 {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .busi6 .sect1 {
    padding-bottom: 50px;
  }
  .busi6 .sect1 ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .busi6 .sect1 ul li {
    gap: 10px;
  }
  .busi6 .sect1 ul li img {
    display: block;
    width: 45px;
  }
  .busi6 .sect1 ul li p {
    font-size: 22px;
  }
  .busi6 .i_lst {
    margin-bottom: 30px;
  }
  .busi6 .i_lst ul {
    gap: 30px;
  }
  .busi6 .i_lst ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: none;
    border-radius: 0;
  }
  .busi6 .i_lst ul li .img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
  }
  .busi6 .i_lst ul li .img::after {
    border-radius: 10px;
  }
  .busi6 .i_lst ul li .img img {
    display: block;
    width: 45px;
  }
  .busi6 .i_lst ul li .t_box {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .busi6 .i_lst ul li .t_box .t1 {
    margin-bottom: 1px;
    font-size: 16px;
  }
  .busi6 .i_lst ul li .t_box .t2 {
    font-size: 16px;
  }
  .busi6 .cir_box {
    gap: 30px;
    padding: 30px 0px;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .busi6 .cir_box .item {
    width: 280px;
    height: 280px;
  }
  .busi6 .cir_box .item .img {
    margin-bottom: 15px;
  }
  .busi6 .cir_box .item .img p {
    width: 100%;
    margin-top: 15px;
    font-size: 25px;
  }
  .busi6 .cir_box .item .t2 {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .busi6 .cir_box span {
    font-size: 32px;
  }
  .busi6 .img_lst {
    padding-bottom: 50px;
  }
  .busi6 .img_lst ul {
    gap: 25px;
  }
  .busi6 .img_lst ul li .img {
    border-radius: 10px;
    margin-bottom: 5px;
  }
  .busi6 .img_lst ul li .t1 {
    height: 45px;
    border-radius: 10px;
    font-size: 18px;
  }
  .busi6 .img_lst ul li .t2 {
    padding: 15px 20px;
    margin-top: 5px;
    border-radius: 10px;
    font-size: 16px;
  }
  .busi6 .df_box {
    gap: 30px 0px;
  }
  .busi6 .df_box .item {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
  }
  .busi6 .df_box .item .tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .busi6 .df_box .item1 .t_box {
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .busi6 .df_box .item1 .t_box .t1 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .busi6 .df_box .item2 .t_box {
    padding: 0px 0px;
  }
  .busi6 .df_box .item2 .mid_cir {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 0px 25px;
  }
  .busi6 .df_box .item2 .mid_cir .cir {
    width: 150px;
    height: 150px;
  }
  .busi6 .df_box .item2 .mid_cir .cir:first-child {
    margin-right: 0;
    margin-bottom: -40px;
  }
  .busi6 .df_box .item2 .mid_cir .cir p {
    font-size: 18px;
  }
  .busi6 .df_box .item3 .col_box {
    gap: 7px;
  }
  .busi6 .df_box .item3 .col_box p {
    height: 70px;
    border-radius: 10px;
    font-size: 16px;
  }
  .busi6 .df_box .item3 .col_box span {
    font-size: 16px;
  }
}
.busi7 .img_lst ul li {
  display: flex;
  align-items: start;
  gap: 0px 80px;
  padding: 60px 0px;
  border-bottom: solid 1px #ddd;
}
.busi7 .img_lst ul li:first-child {
  border-top: solid 1px #ddd;
}
.busi7 .img_lst ul li .img {
  width: calc(50% - 40px);
  border-radius: 20px;
  overflow: hidden;
}
.busi7 .img_lst ul li .t_box {
  width: calc(50% - 40px);
}
.busi7 .img_lst ul li .t_box .t1 {
  font-size: 22px;
  font-weight: bold;
  color: #001353 !important;
}
.busi7 .img_lst ul li .t_box .t2 {
  margin: 20px 0px 40px;
  font-size: 18px;
  color: #000;
}
.busi7 .img_lst ul li .t_box .t {
  position: relative;
  padding-left: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  color: #000;
}
.busi7 .img_lst ul li .t_box .t:last-child {
  margin-bottom: 0;
}
.busi7 .img_lst ul li .t_box .t::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #000;
}
.busi7 .cir_box {
  padding: 60px;
  margin-top: 60px;
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #fff;
}
.busi7 .cir_box .cir_lst {
  display: flex;
  justify-content: center;
  gap: 160px;
  margin-top: 40px;
}
.busi7 .cir_box .cir_lst .item {
  width: 350px;
}
.busi7 .cir_box .cir_lst .item:first-child {
  position: relative;
}
.busi7 .cir_box .cir_lst .item:first-child::after {
  content: "+";
  position: absolute;
  top: 145px;
  right: -94px;
  font-size: 44px;
  font-weight: bold;
  color: #000;
}
.busi7 .cir_box .cir_lst .item .cir {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 320px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 500px;
}
.busi7 .cir_box .cir_lst .item .cir p {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
}
.busi7 .cir_box .cir_lst .item p {
  text-align: center;
}
.busi7 .cir_box .cir_lst .item .t1 {
  margin: 30px 0px 20px;
  font-size: 22px;
  font-weight: bold;
}
.busi7 .cir_box .cir_lst .item .t2 {
  font-size: 18px;
}
.busi7 .cir_box .cir_lst .item:first-child .cir {
  border: solid 1px #001353 !important;
}
.busi7 .cir_box .cir_lst .item:first-child .cir p {
  color: #001353 !important;
}
.busi7 .cir_box .cir_lst .item:first-child .t1 {
  color: #001353 !important;
}
.busi7 .cir_box .cir_lst .item:last-child .cir {
  border: solid 1px #0094D9;
}
.busi7 .cir_box .cir_lst .item:last-child .cir p {
  color: #0094D9;
}
.busi7 .cir_box .cir_lst .item:last-child .t1 {
  color: #0094D9;
}
.busi7 .big_img {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1620px) {
  .busi7 .img_lst ul li .t_box br {
    display: none;
  }
  .busi7 .big_img {
    height: 300px;
  }
  .busi7 .big_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1420px) {
  .busi7 .img_lst ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .busi7 .img_lst ul li .img {
    width: 640px;
    max-width: 100%;
  }
  .busi7 .img_lst ul li .t_box {
    width: 100%;
    margin-top: 60px;
  }
  .busi7 .cir_box .cir_lst {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .busi7 .cir_box .cir_lst .item:first-child::after {
    top: auto;
    bottom: -94px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 720px) {
  .busi7 .img_lst ul li {
    padding: 30px 0px;
  }
  .busi7 .img_lst ul li .t_box {
    margin-top: 30px;
  }
  .busi7 .img_lst ul li .t_box .t1 {
    font-size: 20px;
  }
  .busi7 .img_lst ul li .t_box .t2 {
    margin: 10px 0px 20px;
    font-size: 16px;
  }
  .busi7 .img_lst ul li .t_box .t {
    padding-left: 9px;
    margin-bottom: 7px;
    font-size: 16px;
  }
  .busi7 .img_lst ul li .t_box .t::before {
    top: 9px;
  }
  .busi7 .cir_box {
    padding: 30px 20px;
    margin-top: 30px;
    border-radius: 10px;
  }
  .busi7 .cir_box .cir_lst {
    gap: 100px;
    margin-top: 20px;
  }
  .busi7 .cir_box .cir_lst .item {
    width: 240px;
  }
  .busi7 .cir_box .cir_lst .item:first-child::after {
    bottom: -60px;
    font-size: 28px;
  }
  .busi7 .cir_box .cir_lst .item .cir {
    width: 100%;
    height: 240px;
  }
  .busi7 .cir_box .cir_lst .item .cir p {
    font-size: 40px;
  }
  .busi7 .cir_box .cir_lst .item br {
    display: none;
  }
  .busi7 .cir_box .cir_lst .item .t1 {
    margin: 15px 0px 10px;
    font-size: 20px;
  }
  .busi7 .cir_box .cir_lst .item .t2 {
    font-size: 16px;
  }
  .busi7 .big_img {
    height: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
.lst_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.lst_top .sch_wrap {
  display: flex;
  gap: 0px 10px;
}
.lst_top .sch_wrap .inp {
  height: 50px;
  border-radius: 10px;
  border: solid 1px #ddd;
  font-size: 14px;
  background-color: #fff;
}
.lst_top .sch_wrap select {
  width: 150px;
  color: #000;
}
.lst_top .sch_wrap .sch_box {
  position: relative;
}
.lst_top .sch_wrap .sch_box input {
  width: 330px;
  padding-right: 60px;
}
.lst_top .sch_wrap .sch_box button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1420px) {
  .lst_top {
    flex-direction: column-reverse;
    align-items: start;
    gap: 40px;
  }
  .lst_top form {
    display: block;
    width: 100%;
  }
  .lst_top .sch_wrap {
    width: 100%;
  }
  .lst_top .sch_wrap .sch_box {
    width: calc(100% - 160px);
  }
  .lst_top .sch_wrap .sch_box input {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .lst_top {
    margin-bottom: 15px;
    gap: 20px;
  }
  .lst_top .sch_wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .lst_top .sch_wrap .inp {
    height: 40px;
    font-size: 12px;
  }
  .lst_top .sch_wrap select {
    width: 100%;
  }
  .lst_top .sch_wrap .sch_box {
    width: 100%;
  }
  .lst_top .sch_wrap .sch_box button {
    width: 25px;
  }
}
.gall_lst_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 45px;
}
.gall_lst_pg .lst_wrap ul li {
  width: calc((100% - 135px) / 4);
}
.gall_lst_pg .lst_wrap ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.gall_lst_pg .lst_wrap ul li .img img {
  transition: transform 1s;
}
.gall_lst_pg .lst_wrap ul li .tit {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.gall_lst_pg .lst_wrap ul li .t {
  font-size: 16px;
  word-break: break-all;
}
.gall_lst_pg .lst_wrap ul li .date {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}
.gall_lst_pg .lst_wrap ul li a:hover .img img {
  transform: scale(1.1);
}
.gall_lst_pg .lst_wrap ul li a:hover .tit {
  color: #001353 !important;
}

@media screen and (max-width: 1680px) {
  .gall_lst_pg .lst_wrap ul {
    gap: 60px 40px;
  }
  .gall_lst_pg .lst_wrap ul li {
    width: calc(50% - 20px);
  }
  .gall_lst_pg .lst_wrap ul li .img img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .gall_lst_pg .lst_wrap ul {
    gap: 30px;
  }
  .gall_lst_pg .lst_wrap ul li {
    width: 100%;
  }
  .gall_lst_pg .lst_wrap ul li .img {
    border-radius: 10px;
  }
  .gall_lst_pg .lst_wrap ul li .tit {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .gall_lst_pg .lst_wrap ul li .t {
    font-size: 14px;
  }
  .gall_lst_pg .lst_wrap ul li .date {
    margin-top: 10px;
    font-size: 14px;
  }
}
.board_v .board_top {
  text-align: center;
  margin-bottom: 40px;
}
.board_v .board_top .tit {
  margin-bottom: 20px;
}
.board_v .board_top .info_line {
  display: flex;
  justify-content: center;
}
.board_v .board_top .info_line p {
  font-size: 16px;
  color: #666;
}
.board_v .board_top .info_line p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0;
  background-color: #ddd;
}
.board_v .board_top .info_line p:last-child::after {
  display: none;
}
.board_v .board_main {
  padding: 20px 20px 40px 20px;
  border-radius: 20px;
  background-color: #fcfcfc;
}
.board_v .file_wrap .file_box {
  height: 60px;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #fcfcfc;
}
.board_v .file_wrap .file_box:first-child {
  margin-top: 20px;
}
.board_v .file_wrap .file_box a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  font-size: 16px;
  color: #666;
}
.board_v .file_wrap .file_box a span {
  display: block;
  width: 100px;
  text-align: center;
  color: #000;
}
.board_v .list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #001353 !important;
}
.board_v .next_prev {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.board_v .next_prev .list_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.board_v .next_prev .arrow_btn {
  position: relative;
  width: calc(50% - 120px);
}
.board_v .next_prev .arrow_btn .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.board_v .next_prev .arrow_btn .t2 {
  margin-top: 10px;
  font-size: 16px;
}
.board_v .next_prev .arrow_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 80px;
  height: 80px;
  border: solid 1px #666;
  border-radius: 50px;
  background: url(/src/img/i/right_arrow_b.png) no-repeat center center/auto;
}
.board_v .next_prev .arrow_btn.no_w .t2 {
  color: #999;
}
.board_v .next_prev .arrow_btn.no_w::before {
  opacity: 0.3;
}
.board_v .next_prev .prev {
  padding-left: 100px;
}
.board_v .next_prev .prev::before {
  transform: translateY(-50%) scaleX(-1);
}
.board_v .next_prev .next {
  padding-right: 100px;
  text-align: right;
}
.board_v .next_prev .next::before {
  left: auto;
  right: 0;
}
.board_v .m_next_prev {
  display: none;
  margin-top: 60px;
}
.board_v .m_next_prev table {
  border-top: solid 1px #ddd;
}
.board_v .m_next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.board_v .m_next_prev table tr th, .board_v .m_next_prev table tr td {
  padding: 30px 20px;
  font-size: 16px;
}
.board_v .m_next_prev table tr th p, .board_v .m_next_prev table tr td p {
  font-size: 16px;
}
.board_v .m_next_prev table tr th {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: bold;
}
.board_v .m_next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.board_v .m_next_prev table tr td p, .board_v .m_next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_v .m_next_prev table tr td p {
  color: #999;
}
.board_v .list_btn.m_ver {
  display: none;
}

@media screen and (max-width: 1240px) {
  .board_v .next_prev {
    display: none;
  }
  .board_v .m_next_prev {
    display: block;
  }
  .board_v .list_btn.m_ver {
    display: flex;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 720px) {
  .board_v .list_btn {
    width: 150px;
    height: 45px;
    margin-top: 30px;
    font-size: 14px;
  }
  .board_v .board_top {
    margin-bottom: 20px;
  }
  .board_v .board_top .tit {
    margin-bottom: 10px;
  }
  .board_v .board_top .info_line p {
    font-size: 14px;
    color: #666;
  }
  .board_v .board_top .info_line p::after {
    margin: -1px 5px 0;
  }
  .board_v .board_top .info_line p span {
    display: none;
  }
  .board_v .board_main {
    padding: 20px 20px 40px 20px;
    border-radius: 20px;
    background-color: #fcfcfc;
  }
  .board_v .file_wrap .file_box {
    height: 45px;
    margin-top: 5px;
    border-radius: 10px;
  }
  .board_v .file_wrap .file_box:first-child {
    margin-top: 10px;
  }
  .board_v .file_wrap .file_box a {
    padding: 0px 5px;
    font-size: 14px;
  }
  .board_v .file_wrap .file_box a span {
    width: 80px;
  }
  .board_v .m_next_prev {
    margin-top: 30px;
  }
  .board_v .m_next_prev table tr th, .board_v .m_next_prev table tr td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .board_v .m_next_prev table tr th p, .board_v .m_next_prev table tr td p {
    font-size: 14px;
  }
  .board_v .m_next_prev table tr th {
    width: 80px;
  }
}
.write_pg .w_box {
  padding: 60px 0px;
  border-radius: 20px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.write_pg .w_box .w_box_cont {
  width: 1200px;
  margin: 0px auto;
}
.write_pg .w_box .w_box_cont .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin: 60px auto 0;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #001353 !important;
}
.write_pg .w_box .w_box_cont .agree_wrap .line > p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.write_pg .w_box .w_box_cont .agree_wrap .line .agree_box {
  height: 150px;
  padding: 20px;
  border-radius: 20px;
  background-color: #fcfcfc;
  overflow-y: scroll;
}
.write_pg .w_box .w_box_cont .agree_wrap .line .agree_box pre {
  font-size: 14px;
}
.write_pg .w_box .w_box_cont .agree_wrap .line .agree_line {
  padding-top: 10px;
}
.write_pg .w_box .w_box_cont .agree_wrap .line .agree_line label {
  color: #000;
}
.write_pg .w_box .w_box_cont .agree_wrap .line .agree_line label i {
  margin-top: -2px;
  border-radius: 5px;
  border: solid 1px #ddd;
}
.write_pg .w_box .w_box_cont .agree_wrap .line .agree_line label input:checked ~ i::after {
  border-radius: 5px;
}
.write_pg .w_box .w_box_cont .inp_wrap {
  margin-top: 40px;
}
.write_pg .w_box .w_box_cont .inp_wrap .line {
  display: flex;
  gap: 0px 20px;
  margin-bottom: 20px;
}
.write_pg .w_box .w_box_cont .inp_wrap .line:last-child {
  margin-bottom: 0;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box {
  width: calc(50% - 10px);
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box.w1 {
  width: 100%;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box > p {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box > p span {
  color: #001353 !important;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .sub_txt {
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 300;
  color: #999;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .inp {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  background-color: #fcfcfc;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .inp::placeholder {
  color: #999;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .inp.h240 {
  height: 240px;
  padding: 20px;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box input[type=file]::file-selector-button {
  width: 96px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box input[type=file]:hover::file-selector-button {
  background-color: #fafafa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .thr_box {
  display: flex;
  gap: 0px 7px;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .thr_box .inp {
  width: calc((100% - 14px) / 3);
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .twice_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0px 10px;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .twice_box .inp {
  width: calc(50% - 13px);
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .rdo_wrap label {
  margin-right: 20px;
  font-size: 14px;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .rdo_wrap label:last-child {
  margin-right: 0;
}
.write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .rdo_wrap label i {
  border-color: #ddd;
}
.write_pg .w_box .w_box_cont .notice_wrap {
  margin-top: 60px;
}
.write_pg .w_box .w_box_cont .notice_wrap p {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #666;
}
.write_pg .w_box .w_box_cont .notice_wrap p:last-child {
  margin-bottom: 0;
}
.write_pg .w_box .w_box_cont .notice_wrap p span {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1420px) {
  .write_pg .w_box {
    padding: 100px 20px;
  }
  .write_pg .w_box .w_box_cont {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .write_pg .w_box .w_box_cont .inp_wrap .line {
    display: block;
    margin-bottom: 0;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line:last-child .inp_box:last-child {
    margin-bottom: 0;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  .write_pg .w_box {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .write_pg .w_box .w_box_cont .s_btn {
    width: 150px;
    height: 45px;
    margin: 30px auto 0;
    font-size: 14px;
  }
  .write_pg .w_box .w_box_cont .agree_wrap .line > p {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .write_pg .w_box .w_box_cont .agree_wrap .line .agree_box {
    height: 120px;
    padding: 15px;
    border-radius: 10px;
  }
  .write_pg .w_box .w_box_cont .agree_wrap .line .agree_box pre {
    font-size: 12px;
  }
  .write_pg .w_box .w_box_cont .agree_wrap .line .agree_line {
    padding-top: 10px;
  }
  .write_pg .w_box .w_box_cont .agree_wrap .line .agree_line label {
    margin-right: 10px;
  }
  .write_pg .w_box .w_box_cont .agree_wrap .line .agree_line label i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap {
    margin-top: 25px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box {
    margin-bottom: 15px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box > p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .sub_txt {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .inp {
    height: 40px;
    border-radius: 10px;
    font-size: 12px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .thr_box {
    gap: 0px 4px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .thr_box .inp {
    width: calc((100% - 8px) / 3);
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .rdo_wrap label {
    margin-right: 10px;
    font-size: 12px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box .rdo_wrap label i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .write_pg .w_box .w_box_cont .inp_wrap .line .inp_box input[type=file]::file-selector-button {
    width: 76px;
    border-radius: 10px;
  }
  .write_pg .w_box .w_box_cont .notice_wrap {
    margin-top: 30px;
  }
  .write_pg .w_box .w_box_cont .notice_wrap p {
    padding-left: 12px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.recruit_pg .cb_box{position: relative;}
.recruit_pg .cb_box .l_wrap {
	position: sticky;
	top: 110px;
	left: 0;
  width: 360px;
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.recruit_pg .cb_box .l_wrap .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #001353 !important;
}
.recruit_pg .cb_box .l_wrap .s_btn{
	  display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
	background-color: #0094D9;
}
.recruit_pg .cb_box .l_wrap .reset_btn {
  display: flex;
  align-items: center;
  gap: 0px 10px;
  width: 100%;
  padding: 15px 20px;
  font-size: 16px;
  border-bottom: solid 1px #ddd;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li {
  border-bottom: solid 1px #ddd;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li:last-child {
  border-bottom: none;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li > button {
  position: relative;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url(/src/img/i/filter_arrow.png) no-repeat center center/auto;
  transform: translateY(-50%);
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li .dep2 {
  display: none;
  padding: 20px;
  border-top: solid 1px #ddd;
  background-color: #fcfcfc;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 10px;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li .dep2 ul li label i {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li .dep2 ul li label input:checked ~ i::after {
  border-radius: 5px;
}
.recruit_pg .cb_box .l_wrap .lst_wrap > ul > li.a > button::after {
  transform: translateY(-50%) scaleY(-1);
}
.recruit_pg .cb_box .r_wrap {
  width: 1200px;
}
.recruit_pg .cb_box .r_wrap .sch_wrap {
  display: flex;
  gap: 0px 10px;
  padding: 30px 40px;
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.recruit_pg .cb_box .r_wrap .sch_wrap select, .recruit_pg .cb_box .r_wrap .sch_wrap input {
  height: 50px;
  border-radius: 10px;
  border: none;
  background-color: #fcfcfc;
}
.recruit_pg .cb_box .r_wrap .sch_wrap select {
  width: 280px;
}
.recruit_pg .cb_box .r_wrap .sch_wrap .sch_box {
  position: relative;
  width: 100%;
}
.recruit_pg .cb_box .r_wrap .sch_wrap .sch_box input {
  width: 100%;
}
.recruit_pg .cb_box .r_wrap .sch_wrap .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.recruit_pg .cb_box .r_wrap .tag_wrap {
  margin-top: 10px;
}
.recruit_pg .cb_box .r_wrap .tag_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.recruit_pg .cb_box .r_wrap .tag_wrap ul li {
  display: flex;
  align-items: center;
  gap: 0px 7px;
  padding: 7px 10px 7px 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.recruit_pg .cb_box .r_wrap .tag_wrap ul li p {
  font-size: 14px;
}
.recruit_pg .cb_box .r_wrap .tag_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit_pg .cb_box .r_wrap .tb_wrap {
  margin-top: 40px;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table {
  margin-top: 20px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table tr th, .recruit_pg .cb_box .r_wrap .tb_wrap table tr td {
  padding: 20px 0px;
  text-align: center;
  font-size: 16px;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table thead tr th {
  font-weight: bold;
  color: #000;
  background-color: #F1F1F1;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table thead tr th.w240 {
  width: 240px;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button .dn {
  display: none;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button p {
  font-size: 16px;
}
.recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button p span {
  display: none;
}

@media screen and (max-width: 1620px) {
  .recruit_pg .cb_box .r_wrap {
    width: calc(100% - 420px);
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table thead tr th.w240 {
    width: 150px;
  }
}
@media screen and (max-width: 1420px) {
  .recruit_pg .cb_box .l_wrap {
    display: none;
  }
  .recruit_pg .cb_box .r_wrap {
    width: 100%;
    float: none;
  }
  .recruit_pg .cb_box .r_wrap .sch_wrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .recruit_pg .cb_box .r_wrap .sch_wrap select {
    width: calc(50% - 5px);
  }
  .recruit_pg .cb_box .r_wrap .sch_wrap .sch_box {
    width: 100%;
  }
  .recruit_pg .cb_box .r_wrap .filter_open {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 30px;
    margin-top: 40px;
    border-radius: 20px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    background-color: #001353 !important;
  }
  .recruit_pg .cb_box .r_wrap .filter_open::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    background: url(/src/img/i/sel_i_w.png) no-repeat center center/auto;
    transform: translateY(-50%);
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap .total {
    display: none;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table {
    border-radius: 0;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table thead {
    display: none;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tr {
    display: block;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tr td, .recruit_pg .cb_box .r_wrap .tb_wrap table tr th {
    display: block;
    text-align: left;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tr td:last-child, .recruit_pg .cb_box .r_wrap .tb_wrap table tr th:last-child {
    display: none;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr {
    padding: 30px 0px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr:first-child {
    border-top: solid 1px #ddd;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td {
    padding: 0;
    margin-top: 30px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td:first-child {
    margin-top: 0;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button {
    padding: 0px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button p {
    margin-bottom: 10px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button p span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 30px;
    margin-right: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button p:last-child {
    margin-bottom: 0;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td button p.dn {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .recruit_pg .cb_box .r_wrap .sch_wrap {
    gap: 8px;
    padding: 25px 20px;
    border-radius: 10px;
  }
  .recruit_pg .cb_box .r_wrap .sch_wrap select, .recruit_pg .cb_box .r_wrap .sch_wrap input {
    height: 40px;
    font-size: 12px;
  }
  .recruit_pg .cb_box .r_wrap .sch_wrap select {
    width: 100%;
  }
  .recruit_pg .cb_box .r_wrap .sch_wrap .sch_box .sch_btn {
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .recruit_pg .cb_box .r_wrap .tag_wrap {
    margin-top: 5px;
  }
  .recruit_pg .cb_box .r_wrap .tag_wrap ul {
    gap: 5px;
  }
  .recruit_pg .cb_box .r_wrap .tag_wrap ul li {
    gap: 0px 5px;
    padding: 5px;
  }
  .recruit_pg .cb_box .r_wrap .tag_wrap ul li p {
    font-size: 12px;
  }
  .recruit_pg .cb_box .r_wrap .filter_open {
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 14px;
  }
  .recruit_pg .cb_box .r_wrap .filter_open::after {
    right: 15px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap {
    margin-top: 20px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr {
    padding: 20px 0px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td {
    margin-top: 15px;
    font-size: 14px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td a p {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .recruit_pg .cb_box .r_wrap .tb_wrap table tbody tr td a p span {
    width: 65px;
    height: 25px;
    margin-right: 5px;
    font-size: 12px;
  }
}
.filter_md {
  display: none;
  z-index: 99;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.filter_md .modal {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background-color: #fff;
}
.filter_md .modal .filter_wrap {
  width: 100%;
  height: 100%;
}
.filter_md .modal .filter_wrap .tit {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background-color: #001353 !important;
}
.filter_md .modal .filter_wrap .tit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  background: url(/src/img/i/sel_i_w.png) no-repeat center center/auto;
  transform: translateY(-50%) scaleY(-1);
}
.filter_md .modal .filter_wrap .lst_wrap {
  overflow-y: scroll;
  max-height: calc(100% - 200px);
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li {
  border-bottom: solid 1px #ddd;
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li > button {
  position: relative;
  padding: 15px 40px;
  width: 100%;
  text-align: left;
  font-size: 16px;
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 10px;
  height: 10px;
  background: url(/src/img/i/filter_arrow.png) no-repeat center center/auto;
  transform: translateY(-50%);
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li .dep2 {
  display: none;
  padding: 20px 40px;
  border-top: solid 1px #ddd;
  background-color: #fcfcfc;
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 10px;
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li .dep2 ul li label i {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li .dep2 ul li label input:checked ~ i::after {
  border-radius: 5px;
}
.filter_md .modal .filter_wrap .lst_wrap > ul > li.a > button::after {
  transform: translateY(-50%) scaleY(-1);
}
.filter_md .modal .bottom_btn_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
  padding: 40px;
  background-color: #fff;
}
.filter_md .modal .bottom_btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.filter_md .modal .bottom_btn_line .btn.bgc1 {
  color: #fff;
  background-color: #001353 !important;
}
.filter_md .modal .bottom_btn_line .btn.line_st {
  border: solid 1px #ddd;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  .filter_md .modal {
    border-radius: 10px 10px 0 0;
  }
  .filter_md .modal .filter_wrap .tit {
    height: 50px;
    padding: 0px 20px;
    font-size: 14px;
  }
  .filter_md .modal .filter_wrap .tit::after {
    right: 20px;
  }
  .filter_md .modal .filter_wrap .lst_wrap {
    max-height: calc(100% - 130px);
  }
  .filter_md .modal .filter_wrap .lst_wrap > ul > li > button {
    padding: 12px 20px;
    font-size: 14px;
  }
  .filter_md .modal .filter_wrap .lst_wrap > ul > li > button::after {
    right: 20px;
  }
  .filter_md .modal .filter_wrap .lst_wrap > ul > li .dep2 {
    padding: 12px 20px;
  }
  .filter_md .modal .filter_wrap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 7px;
  }
  .filter_md .modal .filter_wrap .lst_wrap > ul > li .dep2 ul li label i {
    margin-right: 5px;
  }
  .filter_md .modal .bottom_btn_line {
    gap: 5px;
    padding: 20px;
  }
  .filter_md .modal .bottom_btn_line .btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.recruit_md {
  display: none;
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.recruit_md .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 600px;
  padding: 60px 0 0;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.recruit_md .modal .md_close {
  position: absolute;
  top: 40px;
  right: 40px;
}
.recruit_md .modal .line_wrap {
  height: 100%;
  overflow-y: scroll;
  padding: 0px 60px 60px;
}
.recruit_md .modal .line_wrap .line {
  margin-bottom: 40px;
}
.recruit_md .modal .line_wrap .line:last-child {
  margin-bottom: 0;
}
.recruit_md .modal .line_wrap .line .line_tit {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.recruit_md .modal .line_wrap .line .first_ul {
  display: flex;
  border-radius: 10px 10px 0px 0px;
  border-bottom: solid 1px #ddd;
  overflow: hidden;
}
.recruit_md .modal .line_wrap .line .first_ul li.w120 {
  width: 120px;
}
.recruit_md .modal .line_wrap .line .first_ul li.w130 {
  width: 130px;
}
.recruit_md .modal .line_wrap .line .first_ul li.w200 {
  width: 200px;
}
.recruit_md .modal .line_wrap .line .first_ul li.w250 {
  width: 250px;
}
.recruit_md .modal .line_wrap .line .first_ul li .th, .recruit_md .modal .line_wrap .line .first_ul li .td {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  text-align: center;
  font-size: 16px;
}
.recruit_md .modal .line_wrap .line .first_ul li .th {
  font-weight: bold;
  background-color: #fafafa;
}
.recruit_md .modal .line_wrap .line .first_ul li .td {
  height: auto;
  padding: 20px 0px;
}
.recruit_md .modal .line_wrap .line .sec_ul {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #ddd;
}
.recruit_md .modal .line_wrap .line .sec_ul li {
  display: flex;
  align-items: center;
  width: 50%;
  border-bottom: solid 1px #ddd;
}
.recruit_md .modal .line_wrap .line .sec_ul li.w1 {
  width: 100%;
}
.recruit_md .modal .line_wrap .line .sec_ul li .th, .recruit_md .modal .line_wrap .line .sec_ul li .td {
  padding: 20px;
  font-size: 16px;
}
.recruit_md .modal .line_wrap .line .sec_ul li .th {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
}
.recruit_md .modal .line_wrap .line .t_box {
  padding: 20px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  font-size: 16px;
}
.recruit_md .modal .line_wrap .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin: 60px auto 0;
  border-radius: 50px;
  background-color: #001353 !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1240px) {
  .recruit_md .modal {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    border-radius: 20px 20px 0 0;
    transform: translate(0);
  }
  .recruit_md .modal .line_wrap {
    padding: 0px 40px 60px;
  }
  .recruit_md .modal .line_wrap .line .first_ul {
    display: block;
    border-radius: 0;
    padding: 30px 0px;
    border-top: solid 1px #ddd;
  }
  .recruit_md .modal .line_wrap .line .first_ul li {
    position: relative;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .recruit_md .modal .line_wrap .line .first_ul li:last-child {
    margin-bottom: 0;
  }
  .recruit_md .modal .line_wrap .line .first_ul li .th, .recruit_md .modal .line_wrap .line .first_ul li .td {
    display: block;
    height: auto;
    text-align: left;
  }
  .recruit_md .modal .line_wrap .line .first_ul li .th {
    background-color: transparent;
  }
  .recruit_md .modal .line_wrap .line .first_ul li .th {
    position: absolute;
    top: 50%;
    left: 0;
    width: 120px;
    transform: translateY(-50%);
  }
  .recruit_md .modal .line_wrap .line .first_ul li .td {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 120px;
  }
  .recruit_md .modal .line_wrap .line .sec_ul {
    display: block;
    border-radius: 0;
    padding: 30px 0px;
    border-bottom: solid 1px #ddd;
  }
  .recruit_md .modal .line_wrap .line .sec_ul li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .recruit_md .modal .line_wrap .line .sec_ul li:last-child {
    margin-bottom: 0;
  }
  .recruit_md .modal .line_wrap .line .sec_ul li .th, .recruit_md .modal .line_wrap .line .sec_ul li td {
    display: block;
    height: auto;
    padding: 0;
    text-align: left;
  }
  .recruit_md .modal .line_wrap .line .sec_ul li .th {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120px;
    background-color: transparent;
    transform: translateY(-50%);
  }
  .recruit_md .modal .line_wrap .line .sec_ul li .td {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 120px;
  }
}
@media screen and (max-width: 720px) {
  .mb40 {
    margin-bottom: 20px;
  }
  .recruit_md .modal {
    padding-top: 40px;
    border-radius: 10px 10px 0 0;
  }
  .recruit_md .modal .md_close {
    top: 20px;
    right: 20px;
    width: 16px;
  }
  .recruit_md .modal .line_wrap {
    padding: 0px 20px 30px;
  }
  .recruit_md .modal .line_wrap .line {
    margin-bottom: 20px;
  }
  .recruit_md .modal .line_wrap .line .line_tit {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .recruit_md .modal .line_wrap .line .first_ul {
    padding: 20px 0px;
  }
  .recruit_md .modal .line_wrap .line .first_ul li {
    margin-bottom: 15px;
  }
  .recruit_md .modal .line_wrap .line .first_ul li .th, .recruit_md .modal .line_wrap .line .first_ul li .td {
    font-size: 14px;
  }
  .recruit_md .modal .line_wrap .line .first_ul li .th {
    width: 85px;
  }
  .recruit_md .modal .line_wrap .line .first_ul li .td {
    padding-left: 85px;
  }
  .recruit_md .modal .line_wrap .line .sec_ul {
    padding: 20px 0px;
  }
  .recruit_md .modal .line_wrap .line .sec_ul li {
    margin-bottom: 15px;
  }
  .recruit_md .modal .line_wrap .line .sec_ul li .th, .recruit_md .modal .line_wrap .line .sec_ul li .td {
    font-size: 14px;
  }
  .recruit_md .modal .line_wrap .line .sec_ul li .th {
    width: 85px;
  }
  .recruit_md .modal .line_wrap .line .sec_ul li .td {
    padding-left: 85px;
  }
  .recruit_md .modal .line_wrap .line .t_box {
    padding: 15px 0px;
    font-size: 14px;
  }
  .recruit_md .modal .line_wrap .a_btn {
    width: 120px;
    height: 40px;
    margin-top: 30px;
    font-size: 14px;
  }
}
.employ_pg .box {
  padding: 80px;
  border-radius: 20px;
  background: url(/src/img/employ_bg.jpg) no-repeat center center/cover;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.employ_pg .box ul {
  display: flex;
  justify-content: center;
}
.employ_pg .box ul li:nth-child(1) {
  margin-right: -100px;
}
.employ_pg .box ul li:nth-child(1) .cir1 {
  background-color: rgba(128, 138, 169, 0.86);
}
.employ_pg .box ul li:nth-child(2) .cir1 {
  background-color: rgba(0, 19, 83, 0.7);
}
.employ_pg .box ul li:nth-child(3) {
  margin-left: -100px;
}
.employ_pg .box ul li:nth-child(3) .cir1 {
  background-color: rgba(102, 191, 232, 0.8);
}
.employ_pg .box ul li .cir1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 440px;
  border-radius: 500px;
}
.employ_pg .box ul li .cir1 br {
  display: none;
}
.employ_pg .box ul li .cir1 p {
  text-align: center;
}
.employ_pg .box ul li .cir1 .t1 {
  margin: 40px 0px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.employ_pg .box ul li .cir1 .t2 {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}
.employ_pg .box ul li .cir2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 100px auto 0;
  border: solid 1px #ddd;
  border-radius: 200px;
}
.employ_pg .box ul li .cir2::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background-color: #fff;
}
.employ_pg .box ul li .cir2 p {
  padding: 0px 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1420px) {
  .employ_pg .box ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  .employ_pg .box ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 80px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .employ_pg .box ul li .cir1 {
    width: 280px;
    height: 280px;
  }
  .employ_pg .box ul li .cir1 br {
    display: block;
  }
  .employ_pg .box ul li .cir2 {
    width: 200px;
    height: 200px;
    margin: 0;
  }
  .employ_pg .box ul li .cir2::before {
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
  }
}
@media screen and (max-width: 720px) {
  .employ_pg .box {
    padding: 40px 20px;
  }
  .employ_pg .box ul {
    width: 100%;
    gap: 20px;
    flex-direction: column;
  }
  .employ_pg .box ul li {
    width: 100%;
    flex-direction: column;
  }
  .employ_pg .box ul li .cir1 {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
  .employ_pg .box ul li .cir1 img {
    display: block;
    width: 45px;
    margin: 0px auto;
  }
  .employ_pg .box ul li .cir1 .t1 {
    margin: 10px 0px 5px;
    font-size: 22px;
  }
  .employ_pg .box ul li .cir1 .t2 {
    font-size: 16px;
  }
  .employ_pg .box ul li .cir2 {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
  .employ_pg .box ul li .cir2::before {
    display: none;
  }
  .employ_pg .box ul li .cir2 p {
    padding: 0px 10px;
    font-size: 16px;
  }
}
#footer {
  margin-top: 140px;
  padding: 100px 0px;
  background-color: #010820;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#footer.mt0 {
  margin-top: 0;
}
#footer .f_cont {
  display: flex;
  align-items: start;
  gap: 0px 150px;
  width: 1600px;
  margin: 0px auto;
}
#footer .f_cont .r_box {
  position: relative;
  width: calc(100% - 331px);
}
#footer .f_cont .r_box .info_line .line {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
  margin-bottom: 10px;
}
#footer .f_cont .r_box .info_line .line:last-child {
  margin-bottom: 0;
}
#footer .f_cont .r_box .info_line .line p {
  font-size: 14px;
  color: #fff;
}
#footer .f_cont .r_box .info_line .line p span {
  font-weight: bold;
  margin-right: 5px;
}
#footer .f_cont .r_box .family_site {
  position: absolute;
  top: 0;
  right: 0;
}
#footer .f_cont .r_box .family_site select {
  width: 192px;
  height: 50px;
  border: solid 1px #ddd;
  border-radius: 40px;
  font-size: 14px;
  color: #fff;
  background-image: url(/src/img/i/sel_i_w.png);
  background-color: transparent;
}
#footer .f_cont .r_box .copyright {
  margin-top: 60px;
  color: #fff;
  opacity: 0.6;
}

@media screen and (max-width: 1620px) {
  #footer .f_cont {
    display: block;
    width: 100%;
    padding: 0px 40px;
    text-align: center;
  }
  #footer .f_cont .r_box {
    width: 100%;
    margin-top: 40px;
  }
  #footer .f_cont .r_box .info_line .line {
    justify-content: center;
    gap: 10px 30px;
    text-align: center;
  }
  #footer .f_cont .r_box .family_site {
    position: static;
    margin: 40px auto 0;
  }
  #footer .f_cont .r_box .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    margin-top: 70px;
    padding: 50px 0px;
  }
  #footer .f_cont {
    padding: 0px 20px;
  }
  #footer .f_cont .logo {
    display: block;
    width: 87px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .f_cont .r_box {
    margin-top: 30px;
  }
  #footer .f_cont .r_box .info_line .line {
    gap: 10px 15px;
  }
  #footer .f_cont .r_box .info_line .line p {
    font-size: 12px;
  }
  #footer .f_cont .r_box .info_line .line p:first-child {
    width: 100%;
  }
  #footer .f_cont .r_box .info_line .line p span {
    margin-right: 3px;
  }
  #footer .f_cont .r_box .info_line .line p span.m_db {
    display: block;
    margin-right: 0;
  }
  #footer .f_cont .r_box .info_line .line p .m_db {
    display: block;
  }
  #footer .f_cont .r_box .family_site {
    margin-top: 30px;
  }
  #footer .f_cont .r_box .family_site select {
    width: 134px;
    height: 40px;
    font-size: 12px;
    padding-left: 15px;
    background-position-x: calc(100% - 15px);
  }
  #footer .f_cont .r_box .copyright {
    margin-top: 40px;
  }
  #footer .f_cont .r_box .copyright br {
    display: block;
  }
}




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








.busi_pg .container{position: relative;}

.busi_pg .next_prev {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1600px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  
}

.busi_pg .next_prev.sta{
  position: static;
  float: left;
  transform: translate(0);
}

.busi_pg .next_prev .arrow_btn {
  position: relative;
  width: calc(50% - 5px);
}
.busi_pg .next_prev .arrow_btn .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.busi_pg .next_prev .arrow_btn:hover .t1{color: #001353;}
.busi_pg .next_prev .arrow_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 60px;
  border: solid 1px #ddd;
  border-radius: 50px;
  background: url(/src/img/i/right_arrow_g.png) no-repeat center center/auto #fff;
}
.busi_pg .next_prev .arrow_btn:hover::before{
  border-color: #666;
  background-image: url(/src/img/i/right_arrow_b.png);
}
.busi_pg .next_prev .arrow_btn.no_w::before {
  opacity: 0.3;
}
.busi_pg .next_prev .prev {
  padding-left: 90px;
}
.busi_pg .next_prev .prev::before {
  transform: translateY(-50%) scaleX(-1);
}
.busi_pg .next_prev .next {
  padding-right: 90px;
  text-align: right;
}
.busi_pg .next_prev .next::before {
  left: auto;
  right: 0;
}
@media screen and (max-width: 1620px) {
  .busi_pg .next_prev{width: calc(100% - 80px);}
  .busi_pg .next_prev.sta{width: 100%;}
}
@media screen and (max-width: 720px) {
  .busi_pg .next_prev{width: calc(100% - 40px); margin-top: 5px;}
  .busi_pg .next_prev .arrow_btn{width: calc(50% - 2px);}
  .busi_pg .next_prev .arrow_btn .t1{font-size: 16px; width: 100%;}
  .busi_pg .next_prev .arrow_btn::before{position: static; display: inline-block; width: 25px; height: 25px; background-size: 10px 9px; transform: translate(0);}
  .busi_pg .next_prev .prev{padding-left: 0px;}
  .busi_pg .next_prev .prev::before{transform: scaleX(-1);}
  .busi_pg .next_prev .next{padding-right: 0px;}
}


.busi_r_fix{position: fixed; z-index: 5; top: 50%; right: 0px; transform: translateY(-50%); opacity: 0.75; transition: opacity 0.7s;}
.busi_r_fix .m_l{display: none;}
.busi_r_fix:hover{opacity: 1;}
.busi_r_fix ul{display: flex; flex-direction: column; align-items: end;}
.busi_r_fix ul li{width: 150px; height: 60px; margin-bottom: 10px; border: solid 1px #EBEBEB; border-right: none; border-radius: 10px 0 0 10px; background-color: #fafafa; transition: width 0.7s;}
.busi_r_fix ul li:hover{width: 170px;}
.busi_r_fix ul li:last-child{margin-bottom: 0;}
.busi_r_fix ul li a{display: flex; width: 100%; height: 100%; align-items: center; padding: 0px 15px 0px 20px; font-size: 14px; color: #AEAEAE; white-space: nowrap;}
.busi_r_fix ul li.a{width: 180px; background-color: rgba(0, 19, 83, 0.9); border: none;}
.busi_r_fix ul li.a a{position: relative; color: #fff; font-weight: bold;}
.busi_r_fix ul li.a a::after{content: ""; position: absolute; top: 50%; right: 15px; width: 18px; height: 17px; background: url(/src/img/i/busi_r_arrow.png)no-repeat center center/auto; transform: translateY(-50%);}

@media screen and (max-width: 1620px) {
  .busi_r_fix{top: auto; right: auto; left: 0; bottom: 0; width: 100%; transform: translate(0); opacity: 1;}
  .busi_r_fix .m_l{position: fixed;bottom: 0; left: 0; display: flex; justify-content: center; align-items: center; text-align: center; font-size: 14px; padding: 0px 10px; width: calc(100%/7); min-width: 180px;height: 63px; color: #fff; background-color: rgba(0, 19, 83, 0.9);}
  .busi_r_fix .m_r_box{position: absolute; bottom: 0; right: 0; width: calc(100% - (100%/7));max-width: calc(100% - 180px); overflow-x: scroll;}
  .busi_r_fix .m_r_box::-webkit-scrollbar{height: 3px; }
  .busi_r_fix .m_r_box::-webkit-scrollbar-track{background-color: #ddd;}
  .busi_r_fix .m_r_box::-webkit-scrollbar-thumb{background-color: #919191;}
  .busi_r_fix ul{flex-direction: row; align-items: stretch;}
  .busi_r_fix ul li{width: calc(100%/6); min-width: 180px; margin-bottom: 0; border-radius: 0; background-color: rgba(250, 250, 250, 0.9);}
  .busi_r_fix ul li:hover{width: calc(100%/6);}
  .busi_r_fix ul li a{justify-content: center; padding: 0px 10px; text-align: center;}
  .busi_r_fix ul li.a{display: none;}
  .busi_r_fix ul li.a a::after{display: none;}
}
@media screen and (max-width: 720px) {
  .busi_r_fix{}
  .busi_r_fix .m_l{font-size: 12px; min-width: 125px; height: 48px;}
  .busi_r_fix .m_r_box{max-width: calc(100% - 125px);}
  .busi_r_fix ul li{min-width: 125px; height: 45px;}
  .busi_r_fix ul li a{padding: 0px 5px;}
}
















.board_tb_wrap table {
  margin-top: 20px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.board_tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.board_tb_wrap table tr th, .board_tb_wrap table tr td {
  padding: 20px 0px;
  text-align: center;
  font-size: 16px;
}
.board_tb_wrap table thead tr th {
  font-weight: bold;
  color: #000;
  background-color: #F1F1F1;
}
.board_tb_wrap table thead tr th.w180 {
  width: 180px;
}
.board_tb_wrap table thead tr th.w150 {
  width: 150px;
}
.board_tb_wrap table tbody tr td.tit a {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .board_tb_wrap table{border-radius: 0; border-top: solid 1px #ddd;}
  .board_tb_wrap table thead{display: none;}
  .board_tb_wrap table tr{display: block; padding: 30px 0px;}
  .board_tb_wrap table tr th, .board_tb_wrap table tr td{display: inline-block; padding: 0; text-align: left;}
  .board_tb_wrap table tbody tr td:first-child{display: none;}
  .board_tb_wrap table tbody tr td::after{content: ""; display: inline-block; width: 1px; height: 10px; margin: -2px 10px 0px; vertical-align: middle; background-color: #ddd;}
  .board_tb_wrap table tbody tr td:last-child::after{display: none;}
  .board_tb_wrap table tbody tr td.tit{display: block; margin-bottom: 10px;}
  .board_tb_wrap table tbody tr td.tit::after{display: none;}
  .board_tb_wrap table tbody tr td.tit a{padding-left: 0; font-weight: 500;}
}
@media screen and (max-width: 720px) {
  .board_tb_wrap table{margin-top: 10px;}
  .board_tb_wrap table tr{padding: 20px 0px;}
  .board_tb_wrap table tr td{font-size: 13px;}
  .board_tb_wrap table tbody tr td::after{height: 8px; margin: -1px 6px 0px;}
  .board_tb_wrap table tbody tr td.tit{margin-bottom: 7px;}
}

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




