@charset "UTF-8";
.c1 {
  color: #273FC9 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz80 {
  font-size: 80px;
}

.fz90 {
  font-size: 90px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cont1720 {
  width: 1720px;
  margin: 0px auto;
}

@media screen and (max-width: 1740px) {
  .cont1720 {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
  .cont1720 {
    padding: 0px 20px;
  }
}
#header {
  position: fixed;
  z-index: 100;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 200px);
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#header .h_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 30px;
  height: 100%;
  margin: 0px auto;
  transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
  -webkit-transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
  -moz-transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
#header .h_cont nav {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 100%;
}
#header .h_cont nav > ul {
  height: 100%;
}
#header .h_cont nav > ul > li {
  position: relative;
  height: 100%;
  width: 150px;
}
#header .h_cont nav > ul > li.a > a {
  color: #273FC9 !important;
}
#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: #000;
}
#header .h_cont nav > ul > li .dep2 {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  width: 170px;
  padding: 20px 10px;
  border-radius: 10px;
  border: solid 1px #eee;
  background-color: #fff;
}
#header .h_cont nav > ul > li .dep2 ul li {
  margin-bottom: 8px;
  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: 14px;
}
#header .h_cont nav > ul > li .dep2 ul li a:hover {
  color: #273FC9 !important;
  text-decoration: underline;
  text-underline-position: under;
}
#header .h_cont .sitemap_btn {
  width: 30px;
  height: 30px;
  background: url(/src/img/i/sitemap_btn.png) no-repeat center center/cover;
}

#header.wide {
  width: 100%;
  top: 0;
  border-radius: 0;
}
#header.wide .h_cont {
  padding: 0px 100px;
}

@media screen and (max-width: 1840px) {
  #header {
    width: calc(100% - 80px);
  }
  #header .h_cont nav {
    margin-left: 100px;
  }
  #header.wide .h_cont {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1620px) {
  #header .h_cont nav {
    width: 840px;
  }
  #header .h_cont nav > ul > li {
    width: 140px;
  }
  #header .h_cont nav > ul > li .dep2 {
    width: 155px;
  }
}
@media screen and (max-width: 1420px) {
  #header {
    top: 40px;
  }
  #header .h_cont nav {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header {
    top: 20px;
    width: calc(100% - 40px);
    height: 50px;
    border-radius: 5px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 147px;
  }
  #header .h_cont .sitemap_btn {
    width: 20px;
    height: 20px;
  }
  #header.wide .h_cont {
    padding: 0px 20px;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.sitemap_wrap .sitemap .top {
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1720px;
  height: 100px;
  padding: 0px 100px;
}
.sitemap_wrap .sitemap .df_box {
  display: flex;
  height: 100%;
}
.sitemap_wrap .sitemap .df_box .l_box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 63%;
  height: 100%;
  overflow-y: auto;
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap {
  width: 1100px;
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 100px;
  width: 100%;
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li {
  width: calc(50% - 50px);
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li.w100p {
  width: 100%;
  padding-right: 255px;
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > a {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #000;
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 {
  margin-top: 30px;
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul li a {
  font-size: 20px;
}
.sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul li a:hover {
  color: #273FC9 !important;
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
}
.sitemap_wrap .sitemap .df_box .r_box {
  display: flex;
  align-items: end;
  position: relative;
  width: 37%;
  height: 100%;
  padding-bottom: 100px;
  background: url(/src/img/sitemap_bg.jpg) no-repeat center center/cover;
}
.sitemap_wrap .sitemap .df_box .r_box::before {
  content: "";
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 50px;
  height: 185px;
  background: url(/src/img/wave.png) no-repeat center center/cover;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box {
  width: 620px;
  text-align: right;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .f_menu {
  margin-bottom: 40px;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .f_menu ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .f_menu ul li a, .sitemap_wrap .sitemap .df_box .r_box .f_box .f_menu ul li button {
  display: block;
  line-height: 150%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .info_box {
  margin-bottom: 40px;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .info_box .line {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 10px;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .info_box .line:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .info_box .line p {
  color: rgba(255, 255, 255, 0.6);
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .info_box .line p span {
  margin-right: 10px;
  color: #fff;
}
.sitemap_wrap .sitemap .df_box .r_box .f_box .copyright {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-height: 800px) {
  .sitemap_wrap .sitemap .df_box .l_box {
    align-items: start;
    padding-top: 80px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap {
    height: 100%;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1760px) {
  .sitemap_wrap .sitemap .top {
    width: 100%;
    padding: 0px 40px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap {
    width: 100%;
    padding-left: 40px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li.w100p {
    padding-right: 100px;
  }
  .sitemap_wrap .sitemap .df_box .r_box {
    padding-right: 40px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .f_box {
    width: 100%;
  }
}
@media screen and (max-width: 1420px) {
  .sitemap_wrap .sitemap {
    left: -100%;
    transition: left 0.5s;
  }
  .sitemap_wrap .sitemap.a {
    left: 0;
  }
  .sitemap_wrap .sitemap .top {
    width: 100%;
    padding: 0px 40px;
  }
  .sitemap_wrap .sitemap .df_box .l_box {
    display: block;
    width: calc(100% - 120px);
    padding-top: 80px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap {
    padding-left: 0;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul {
    display: block;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li:last-child {
    margin-bottom: 0;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li.w100p {
    padding-right: 0;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > button {
    display: block;
    width: 100%;
    padding: 20px 40px;
    text-align: left;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > button {
    position: relative;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 10px;
    height: 10px;
    background: url(/src/img/i/sitemap_arrow.png) no-repeat center center/cover;
    transform: translateY(-50%);
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > button.a::after {
    transform: translateY(-50%) scaleY(-1);
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 {
    display: none;
    padding: 20px 40px;
    margin-top: 0;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul {
    display: block;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 30px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul li:last-child {
    margin-bottom: 0;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul li a {
    font-size: 18px;
  }
  .sitemap_wrap .sitemap .df_box .r_box {
    width: 120px;
    padding-right: 0;
  }
  .sitemap_wrap .sitemap .df_box .r_box::before {
    display: none;
  }
  .sitemap_wrap .sitemap .df_box .r_box .f_box {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 50px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .sitemap_close {
    width: 22px;
    height: 22px;
  }
  .sitemap_wrap .sitemap .df_box .l_box {
    width: calc(100% - 80px);
    padding-top: 30px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li {
    margin-bottom: 30px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > button {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 150%;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li > button::after {
    right: 20px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 {
    padding: 10px 20px;
    margin-top: 0;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 17px;
  }
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 ul li a {
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .df_box .r_box {
    width: 80px;
  }
}
@media screen and (min-width: 1421px) {
  .sitemap_wrap .sitemap .df_box .l_box .lst_wrap > ul > li .dep2 {
    display: block !important;
  }
}
.index_wrap .main_slider {
  position: relative;
  height: 970px;
  width: 100%;
  overflow: hidden;
}
.index_wrap .main_slider .main_mask {
  width: 100%;
  height: 100%;
}
.index_wrap .main_slider .main_mask .item {
  position: relative;
}
.index_wrap .main_slider .main_mask .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 1.5s;
}
.index_wrap .main_slider .main_mask .item .t_box {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1400px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.index_wrap .main_slider .main_mask .item .t_box .t2 {
  margin: 20px 0px 30px;
  opacity: 0;
}
.index_wrap .main_slider .main_mask .item .t_box .t1 {
  transform: translateY(50px);
  transition: transform 1s 0.3s, opacity 1s 0.3s;
  opacity: 0;
}
.index_wrap .main_slider .main_mask .item .t_box .t2 {
  transform: translateY(50px);
  transition: transform 1s 0.7s, opacity 1s 0.7s;
  opacity: 0;
}
.index_wrap .main_slider .main_mask .item .t_box .t3 {
  transform: translateY(50px);
  transition: transform 1s 1.1s, opacity 1s 1.1s;
  opacity: 0;
}
.index_wrap .main_slider .main_mask .item.swiper-slide-active img, .index_wrap .main_slider .main_mask .item.swiper-slide-duplicate-next img {
  transform: scale(1);
}
.index_wrap .main_slider .main_mask .item.swiper-slide-active .t_box .t1, .index_wrap .main_slider .main_mask .item.swiper-slide-active .t_box .t2, .index_wrap .main_slider .main_mask .item.swiper-slide-active .t_box .t3, .index_wrap .main_slider .main_mask .item.swiper-slide-duplicate-next .t_box .t1, .index_wrap .main_slider .main_mask .item.swiper-slide-duplicate-next .t_box .t2, .index_wrap .main_slider .main_mask .item.swiper-slide-duplicate-next .t_box .t3 {
  opacity: 1;
  transform: translateY(0);
}
.index_wrap .main_slider .main_mask .item.swiper-slide-active .t_box .t2, .index_wrap .main_slider .main_mask .item.swiper-slide-duplicate-next .t_box .t2 {
  opacity: 1;
}
.index_wrap .main_slider .main_pagi1 {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 50%;
  width: auto;
  margin-left: -860px;
}
.index_wrap .main_slider .main_pagi1 span {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  opacity: 0.2;
  background-color: #fff;
}
.index_wrap .main_slider .main_pagi1:first-child {
  margin-left: 0;
}
.index_wrap .main_slider .main_pagi1 .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_wrap .main_slider .main_pagi2 {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  margin-right: -860px;
  width: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.index_wrap .main_slider .main_pagi2 .current_t {
  display: block;
  color: #fff;
}
.index_wrap .main_slider .main_pagi2 .current_t::after {
  content: "";
  display: block;
  margin: 20px auto;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.index_wrap .main_slider .scroll_down {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.index_wrap .main_slider .scroll_down .ani_box {
  position: relative;
  width: 3px;
  height: 90px;
  border-radius: 5px;
  margin: 15px auto 0px;
  overflow: hidden;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.index_wrap .main_slider .scroll_down .ani_box .ani_bar {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  animation: scroll 1.7s ease-out infinite;
  animation-delay: 0.5s;
}

@keyframes scroll {
  0% {
    top: -40px;
  }
  100% {
    top: 80px;
  }
}
@media screen and (max-width: 1740px) {
  .index_wrap .main_slider .main_mask .item .t_box {
    width: 100%;
    padding: 0px 40px;
  }
  .index_wrap .main_slider .main_pagi1 {
    left: 40px;
    max-width: calc(100% - 80px);
    margin-left: 0;
  }
  .index_wrap .main_slider .main_pagi2 {
    display: none;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .main_slider .main_pagi1 {
    left: 50%;
    transform: translateX(-50%);
  }
  .index_wrap .main_slider .scroll_down {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .index_wrap .main_slider {
    height: 1280px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .main_slider {
    height: 569px;
  }
  .index_wrap .main_slider .main_mask .item .t_box {
    padding: 0px 20px;
  }
  .index_wrap .main_slider .main_mask .item .t_box .t2 {
    margin: 10px 0px 20px;
  }
  .index_wrap .main_slider .main_pagi1 {
    max-width: calc(100% - 40px);
    bottom: 30px;
  }
}
.index_wrap .main_t1 {
  font-size: 18px;
  font-weight: bold;
  color: #273FC9 !important;
}
.index_wrap .main_t2 {
  margin-top: 20px;
  font-size: 50px;
  font-weight: bold;
  color: #000;
}
.index_wrap .main_t3 {
  margin-top: 30px;
  font-size: 20px;
  color: #666;
}

@media screen and (max-width: 720px) {
  .index_wrap .main_t1 {
    font-size: 14px;
  }
  .index_wrap .main_t2 {
    margin-top: 10px;
    font-size: 28px;
  }
  .index_wrap .main_t3 {
    margin-top: 17px;
    font-size: 16px;
  }
}
.index_wrap .sect2 {
  max-width: 1920px;
  margin: 0px auto;
  padding: 200px 0px;
}
.index_wrap .sect2 .end_box {
  display: flex;
  justify-content: end;
}
.index_wrap .sect2 .box {
  position: relative;
  width: 1820px;
  max-width: calc(100% - 40px);
}
.index_wrap .sect2 .box .l_box {
  width: 1400px;
  margin-top: 80px;
  padding: 100px 160px;
  border-radius: 20px;
  background-color: #273FC9 !important;
  background-image: url(/src/img/wave_opa.png);
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 70px);
}
.index_wrap .sect2 .box .l_box ul {
  display: flex;
}
.index_wrap .sect2 .box .l_box ul li {
  width: 260px;
  padding-right: 40px;
  margin-right: 40px;
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.index_wrap .sect2 .box .l_box ul li:last-child {
  width: 220px;
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.index_wrap .sect2 .box .l_box ul li p {
  color: #fff;
}
.index_wrap .sect2 .box .l_box ul li .t1 {
  font-size: 18px;
}
.index_wrap .sect2 .box .l_box ul li .t2 {
  margin-top: 25px;
}
.index_wrap .sect2 .box .l_box ul li .t2 .fz18 {
  font-size: 18px;
}
.index_wrap .sect2 .box .l_box ul li .t2 .num_t {
  font-size: 50px;
  font-weight: bold;
}
.index_wrap .sect2 .box .l_box ul li .t3 {
  font-size: 18px;
  margin-top: 30px;
  opacity: 0.5;
}
.index_wrap .sect2 .box .r_box {
  position: absolute;
  bottom: -110px;
  right: 0;
  width: 703px;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  background-color: #fff;
}
.index_wrap .sect2 .box .r_box .sect2_sw {
  display: block;
  width: 100%;
}
.index_wrap .sect2 .box .r_box .sect2_sw .item {
  position: relative;
  overflow: hidden;
}
.index_wrap .sect2 .box .r_box .sect2_sw .item:hover .bg_img img {
  transform: scale(1.05);
}
.index_wrap .sect2 .box .r_box .sect2_sw .item .bg_img img {
  transition: transform 1s;
}
.index_wrap .sect2 .box .r_box .sect2_sw .item .t_box {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  padding: 0px 80px;
}
.index_wrap .sect2 .box .r_box .sect2_sw .item .t_box .t1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect2 .box .r_box .sect2_sw .item .t_box .t2 {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
}
.index_wrap .sect2 .box .r_box .sect2_pagi {
  position: absolute;
  z-index: 1;
  bottom: 240px;
  left: 80px;
  width: auto;
  max-width: calc(100% - 160px);
}
.index_wrap .sect2 .box .r_box .sect2_pagi span {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  opacity: 0.2;
  background-color: #fff;
}
.index_wrap .sect2 .box .r_box .sect2_pagi:first-child {
  margin-left: 0;
}
.index_wrap .sect2 .box .r_box .sect2_pagi .swiper-pagination-bullet-active {
  opacity: 1;
}

@media screen and (max-width: 1820px) {
  .index_wrap .sect2 .box .l_box {
    padding: 100px 5%;
  }
  .index_wrap .sect2 .box .l_box ul li {
    width: 230px;
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1620px) {
  .index_wrap .sect2 {
    padding: 200px 0px;
  }
  .index_wrap .sect2 .container {
    text-align: center;
  }
  .index_wrap .sect2 .end_box {
    display: block;
  }
  .index_wrap .sect2 .end_box .box {
    max-width: 100%;
    width: 100%;
  }
  .index_wrap .sect2 .end_box .box .l_box {
    width: 100%;
    padding: 100px 40px;
    border-radius: 0;
    background-position-x: 40px;
  }
  .index_wrap .sect2 .end_box .box .l_box ul {
    gap: 40px;
  }
  .index_wrap .sect2 .end_box .box .l_box ul li {
    width: calc((100% - 80px) / 3);
    padding-right: 0px;
    margin-right: 0;
    border-right: none;
  }
  .index_wrap .sect2 .end_box .box .l_box ul li br {
    display: none;
  }
  .index_wrap .sect2 .end_box .box .r_box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: calc(100% - 80px);
    border-radius: 20px;
    margin: 0px auto;
    margin-top: -40px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect2 {
    padding: 100px 0px;
  }
  .index_wrap .sect2 .end_box .box .l_box {
    padding: 50px 20px;
    margin-top: 40px;
    background-position-x: 0px;
    background-position-y: center;
    background-size: 184px 50px;
  }
  .index_wrap .sect2 .end_box .box .l_box ul {
    gap: 0;
  }
  .index_wrap .sect2 .end_box .box .l_box ul li {
    width: 33.3334%;
    text-align: center;
  }
  .index_wrap .sect2 .end_box .box .l_box ul li .t1 {
    font-size: 14px;
  }
  .index_wrap .sect2 .end_box .box .l_box ul li .t2 {
    margin-top: 5px;
    font-size: 28px;
  }
  .index_wrap .sect2 .end_box .box .l_box ul li .t2 .fz18 {
    display: none;
  }
  .index_wrap .sect2 .end_box .box .l_box ul li .t2 .num_t {
    font-size: inherit;
  }
  .index_wrap .sect2 .end_box .box .l_box ul li .t3 {
    display: none;
  }
  .index_wrap .sect2 .end_box .box .r_box {
    max-width: calc(100% - 40px);
    margin-top: -20px;
    border-radius: 10px;
  }
  .index_wrap .sect2 .end_box .box .r_box .sect2_sw .item .t_box {
    bottom: 40px;
    padding: 0px 40px;
  }
  .index_wrap .sect2 .end_box .box .r_box .sect2_sw .item .t_box .t1 {
    font-size: 24px;
  }
  .index_wrap .sect2 .end_box .box .r_box .sect2_sw .item .t_box .t2 {
    display: none;
  }
  .index_wrap .sect2 .end_box .box .r_box .sect2_pagi {
    bottom: 90px;
    left: 40px;
  }
}
@media screen and (max-width: 380px) {
  .index_wrap .sect2 .end_box .box .l_box{background-image: none;}
  .index_wrap .sect2 .end_box .box .l_box ul{flex-wrap: wrap; gap: 15px;}
  .index_wrap .sect2 .end_box .box .l_box ul li{width: 100%;}
}

.index_wrap .sect3 {
  margin-bottom: 200px;
}
.index_wrap .sect3 .main_t2 {
  margin-top: 0;
}
.index_wrap .sect3 .i_lst {
  margin-top: 80px;
}
.index_wrap .sect3 .i_lst ul {
  display: flex;
  flex-wrap: wrap;
}
.index_wrap .sect3 .i_lst ul li {
  width: 25%;
  text-align: center;
  padding: 0px 20px;
}
.index_wrap .sect3 .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  border-radius: 80px;
  background-color: #273FC9 !important;
}
.index_wrap .sect3 .i_lst ul li .t1 {
  margin: 20px 0px 10px;
  font-size: 18px;
  color: #273FC9 !important;
}
.index_wrap .sect3 .i_lst ul li .t2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.index_wrap .sect3 .i_lst ul li .t3 {
  font-size: 16px;
  color: #666;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect3 .i_lst ul {
    gap: 80px 0px;
  }
  .index_wrap .sect3 .i_lst ul li {
    width: 50%;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect3 {
    margin-bottom: 100px;
  }
  .index_wrap .sect3 .i_lst {
    margin-top: 40px;
  }
  .index_wrap .sect3 .i_lst ul {
    gap: 40px 0;
  }
  .index_wrap .sect3 .i_lst ul li {
    padding: 0px 0px;
  }
  .index_wrap .sect3 .i_lst ul li .img {
    width: 60px;
    height: 60px;
  }
  .index_wrap .sect3 .i_lst ul li .img img {
    width: 30px;
  }
  .index_wrap .sect3 .i_lst ul li .t1 {
    margin: 10px 0px 5px;
    font-size: 14px;
  }
  .index_wrap .sect3 .i_lst ul li .t2 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .index_wrap .sect3 .i_lst ul li .t3 {
    padding: 0px 5px;
    font-size: 12px;
    word-break: break-all;
  }
  .index_wrap .sect3 .i_lst ul li br {
    display: none;
  }
}
.index_wrap .sect4 {
  display: flex;
  position: relative;
}
.index_wrap .sect4::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -135px;
  left: 100px;
  width: 50px;
  height: 185px;
  background: url(/src/img/wave.png) no-repeat center center/cover;
}
.index_wrap .sect4 .l_box, .index_wrap .sect4 .r_box {
  position: relative;
  width: 50%;
  padding: 200px 100px;
}
.index_wrap .sect4 .l_box p, .index_wrap .sect4 .r_box p {
  color: #fff;
}
.index_wrap .sect4 .l_box .main_t1, .index_wrap .sect4 .r_box .main_t1 {
  color: #fff !important;
}
.index_wrap .sect4 .l_box .main_t2, .index_wrap .sect4 .r_box .main_t2 {
  margin-top: 35px;
}
.index_wrap .sect4 .l_box .main_t3, .index_wrap .sect4 .r_box .main_t3 {
  margin-top: 45px;
}
.index_wrap .sect4 .l_box .more, .index_wrap .sect4 .r_box .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 80px;
  margin-top: 180px;
  padding: 0px 30px;
  border: solid 2px #fff;
  border-radius: 100px;
}
.index_wrap .sect4 .l_box .more .i, .index_wrap .sect4 .r_box .more .i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/right_arrow_w.png) no-repeat center center/cover;
}
.index_wrap .sect4 .l_box .more:hover, .index_wrap .sect4 .r_box .more:hover {
  background-color: #fff;
  color: #273FC9 !important;
}
.index_wrap .sect4 .l_box .more:hover .i, .index_wrap .sect4 .r_box .more:hover .i {
  background-image: url(/src/img/i/right_arrow_c.png);
}
.index_wrap .sect4 .l_box {
  padding-left: calc(50% - 860px);
  background: url(/src/img/main_sect4_1.jpg) no-repeat center center/cover;
}
.index_wrap .sect4 .r_box {
  padding-right: calc(50% - 860px);
  background: url(/src/img/main_sect4_2.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1740px) {
  .index_wrap .sect4::before {
    left: 40px;
  }
  .index_wrap .sect4 .l_box .more, .index_wrap .sect4 .r_box .more {
    margin-top: 100px;
  }
  .index_wrap .sect4 .l_box {
    padding-left: 40px;
  }
  .index_wrap .sect4 .r_box {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1540px) {
  .index_wrap .sect4 .l_box br.dn1540, .index_wrap .sect4 .r_box br.dn1540 {
    display: none;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect4 {
    flex-direction: column;
  }
  .index_wrap .sect4 .l_box, .index_wrap .sect4 .r_box {
    width: 100%;
    padding: 200px 40px;
  }
  .index_wrap .sect4 .l_box .box, .index_wrap .sect4 .r_box .box {
    text-align: center;
  }
  .index_wrap .sect4 .l_box .box .more, .index_wrap .sect4 .r_box .box .more {
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect4::before {
    top: -62px;
    left: 20px;
    width: 25px;
    height: 92px;
  }
  .index_wrap .sect4 .l_box, .index_wrap .sect4 .r_box {
    padding: 100px 20px;
  }
  .index_wrap .sect4 .l_box .box .main_t2, .index_wrap .sect4 .r_box .box .main_t2 {
    margin-top: 10px;
  }
  .index_wrap .sect4 .l_box .box .main_t3, .index_wrap .sect4 .r_box .box .main_t3 {
    margin-top: 25px;
  }
  .index_wrap .sect4 .l_box .box .more, .index_wrap .sect4 .r_box .box .more {
    width: 180px;
    height: 60px;
    margin-top: 40px;
    padding: 0px 20px;
  }
}
.index_wrap .sect5 {
  margin-top: 200px;
}
.index_wrap .sect5 .top_t_box {
  text-align: center;
}
.index_wrap .sect5 .sw_wrap {
  overflow: hidden;
  margin-top: 80px;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item {
  border-radius: 20px;
  overflow: hidden;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item a::before {
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 1s;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .t_box {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 0px 40px;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .t_box p {
  color: #fff;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .t_box .date {
  margin-bottom: 10px;
  font-size: 16px;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .t_box .tit {
  font-size: 20px;
  font-weight: bold;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item:hover img {
  transform: scale(1.1);
}
.index_wrap .sect5 .sw_wrap .pagi_box {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}
.index_wrap .sect5 .sw_wrap .pagi_box .arrow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border: solid 2px #ddd;
  border-radius: 100px;
  background-color: #fff;
}
.index_wrap .sect5 .sw_wrap .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.index_wrap .sect5 .sw_wrap .pagi_box .arrow_btn:hover {
  background-color: #273FC9 !important;
  border-color: #273FC9 !important;
}
.index_wrap .sect5 .sw_wrap .pagi_box .arrow_btn:hover img {
  filter: invert(100%);
}
.index_wrap .sect5 .sw_wrap .pagi_box .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  border-radius: 50px;
  border: solid 2px #ddd;
}
.index_wrap .sect5 .sw_wrap .pagi_box .more_btn:hover {
  border-color: #273FC9 !important;
  background-color: #273FC9 !important;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .index_wrap .sect5 {
    margin-top: 100px;
  }
  .index_wrap .sect5 .sw_wrap {
    margin-top: 40px;
    padding: 0px 20px;
  }
  .index_wrap .sect5 .sw_wrap .sect5_sw .item {
    border-radius: 10px;
  }
  .index_wrap .sect5 .sw_wrap .sect5_sw .item .t_box {
    bottom: 20px;
    padding: 0px 20px;
  }
  .index_wrap .sect5 .sw_wrap .sect5_sw .item .t_box .date {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .index_wrap .sect5 .sw_wrap .sect5_sw .item .t_box .tit {
    font-size: 16px;
  }
  .index_wrap .sect5 .sw_wrap .pagi_box {
    margin-top: 40px;
  }
  .index_wrap .sect5 .sw_wrap .pagi_box .arrow_btn {
    display: none;
  }
  .index_wrap .sect5 .sw_wrap .pagi_box .more_btn {
    width: 180px;
    height: 60px;
  }
}
.s_top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  padding-top: 60px;
  margin-bottom: 200px;
  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 .t_box .t2 {
  margin-top: 30px;
}
.s_top .s_top_nav {
  z-index: 10;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: end;
  gap: 10px;
}
.s_top .s_top_nav .item {
  position: relative;
}
.s_top .s_top_nav .item > button {
  position: relative;
  display: flex;
  align-items: center;
  width: 240px;
  height: 80px;
  padding: 0px 30px;
  padding-right: 45px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.s_top .s_top_nav .item > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  background: url(/src/img/i/b_w.png) no-repeat center center/cover;
  transform: translateY(-50%);
}
.s_top .s_top_nav .item > button.a::after {
  transform: translateY(-50%) scaleY(-1);
}
.s_top .s_top_nav .item .dep2 {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  padding: 30px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
.s_top .s_top_nav .item .dep2 ul li {
  margin-bottom: 12px;
}
.s_top .s_top_nav .item .dep2 ul li:last-child {
  margin-bottom: 0;
}
.s_top .s_top_nav .item .dep2 ul li a {
  font-size: 16px;
}
.s_top .s_top_nav .item .dep2 ul li.a a {
  font-weight: bold;
  color: #273FC9 !important;
}
.s_top .s_top_nav .item2 > button {
  background-color: #273FC9;
}

@media screen and (max-width: 1420px) {
  .s_top .s_top_nav {
    width: 100%;
    padding: 0px 40px;
  }
  .s_top .s_top_nav .item {
    /* width: calc(50% - 5px); */
    width: 100%;
  }
  .s_top .s_top_nav .item > button {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .s_top {
    height: 311px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-bottom: 60px;
  }
  .s_top .t_box .t2 {
    margin-top: 10px;
  }
  .s_top .s_top_nav {
    bottom: 20px;
    padding: 0px 20px;
  }
  .s_top .s_top_nav .item > button {
    height: 60px;
    padding: 0px 30px 0px 15px;
    font-size: 12px;
  }
  .s_top .s_top_nav .item > button::after {
    right: 20px;
  }
  .s_top .s_top_nav .item .dep2 {
    bottom: auto;
    top: auto;
    padding: 20px;
    border-radius: 20px;
  }
  .s_top .s_top_nav .item .dep2 ul li {
    margin-bottom: 8px;
  }
  .s_top .s_top_nav .item .dep2 ul li a {
    font-size: 12px;
  }
}
.sub_top_channel {
  margin-bottom: 40px;
}
.sub_top_channel a, .sub_top_channel p {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.sub_top_channel a::before, .sub_top_channel p::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: -2px 20px 0;
  background: url(/src/img/i/r_g.png) no-repeat center center/cover;
}
.sub_top_channel a:first-child::before, .sub_top_channel p:first-child::before {
  display: none;
}
.sub_top_channel .home_btn {
  vertical-align: middle;
}

@media screen and (max-width: 720px) {
  .sub_top_channel {
    margin-bottom: 20px;
  }
  .sub_top_channel a, .sub_top_channel p {
    font-size: 12px;
  }
  .sub_top_channel a::before, .sub_top_channel p::before {
    margin: -2px 10px 0px;
  }
  .sub_top_channel .home_btn {
    margin-bottom: -2px;
  }
}
.sub_top_t2 {
  margin-top: 30px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 20px;
  color: #666;
}

@media screen and (max-width: 720px) {
  .sub_top_t2 {
    margin-top: 15px;
    margin-bottom: 50px;
    font-size: 16px;
  }
}
.greeting .greeting_wrap {
  position: relative;
  display: flex;
  justify-content: end;
}
.greeting .greeting_wrap::before {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 555px;
  background-color: #F8F9FF;
}
.greeting .greeting_wrap::after {
  content: "二代";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -230px;
  transform: translateX(-50%);
  font-size: 300px;
  font-weight: bold;
  color: #EEEFF8;
  line-height: 100%;
}
.greeting .greeting_wrap .greeting_df {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 100px;
  width: 1660px;
}
.greeting .greeting_wrap .greeting_df .t_box {
  width: 745px;
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
.greeting .greeting_wrap .greeting_df .t_box .t1 {
  margin-bottom: 100px;
}
.greeting .greeting_wrap .greeting_df .t_box .t2 {
  margin-bottom: 40px;
}
.greeting .greeting_wrap .greeting_df .t_box .t3 {
  margin-top: 80px;
}
.greeting .greeting_wrap .greeting_df .img {
  width: 784px;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1920px) {
  .greeting .greeting_wrap {
    justify-content: center;
  }
  .greeting .greeting_wrap .greeting_df .img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 1680px) {
  .greeting .greeting_wrap::after {
    margin-left: -100px;
    font-size: 200px;
  }
  .greeting .greeting_wrap .greeting_df {
    width: 100%;
    align-items: stretch;
    padding-left: 40px;
  }
  .greeting .greeting_wrap .greeting_df .t_box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .greeting .greeting_wrap .greeting_df .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1420px) {
  .greeting .greeting_wrap {
    justify-content: center;
  }
  .greeting .greeting_wrap::before {
    display: none;
  }
  .greeting .greeting_wrap::after {
    left: auto;
    right: 40px;
    bottom: -50px;
    margin-left: 0;
    transform: translateX(0);
  }
  .greeting .greeting_wrap .greeting_df {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 0px 40px;
  }
  .greeting .greeting_wrap .greeting_df .t_box {
    width: 100%;
    padding: 0px;
  }
  .greeting .greeting_wrap .greeting_df .t_box .t1 {
    margin-bottom: 80px;
  }
  .greeting .greeting_wrap .greeting_df .img {
    width: 750px;
    max-width: 100%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 720px) {
  .greeting .greeting_wrap::after {
    bottom: -30px;
    right: 20px;
    font-size: 100px;
  }
  .greeting .greeting_wrap .greeting_df {
    gap: 50px;
    padding: 0px 20px;
  }
  .greeting .greeting_wrap .greeting_df .t_box br {
    display: none;
  }
  .greeting .greeting_wrap .greeting_df .t_box .t1 {
    margin-bottom: 40px;
  }
  .greeting .greeting_wrap .greeting_df .t_box .t2 {
    margin-bottom: 20px;
  }
  .greeting .greeting_wrap .greeting_df .t_box .t3 {
    margin-top: 40px;
  }
  .greeting .greeting_wrap .greeting_df .img {
    border-radius: 10px;
  }
}
.history_pg .history_wrap {
  position: relative;
  overflow: hidden;
}
.history_pg .history_wrap .center_line {
  position: absolute;
  z-index: 2;
  left: 350px;
  width: 2px;
  height: 100%;
  background-color: #273FC9 !important;
}
.history_pg .history_wrap .line {
  display: flex;
  gap: 140px;
  position: relative;
  padding-bottom: 120px;
}
.history_pg .history_wrap .line.a::after {
  background-image: url(/src/img/i/history_cir_a.png);
}
.history_pg .history_wrap .line.a .year {
  color: #273FC9 !important;
}
.history_pg .history_wrap .line:last-child {
  padding-bottom: 0;
}
.history_pg .history_wrap .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 350px;
  width: 2px;
  height: 100%;
  background-color: #eee;
}
.history_pg .history_wrap .line::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 340px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background: url(/src/img/i/history_cir.png) no-repeat center center/cover;
}
.history_pg .history_wrap .line .year {
  width: 300px;
  font-size: 60px;
  font-weight: bold;
  color: #000;
}
.history_pg .history_wrap .line .t_box .t1 {
  position: relative;
  padding-left: 120px;
  margin-bottom: 20px;
  font-size: 20px;
}
.history_pg .history_wrap .line .t_box .t1:last-child {
  margin-bottom: 0;
}
.history_pg .history_wrap .line .t_box .t1 .month {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  font-weight: bold;
  color: #000;
}
.history_pg .history_wrap .line .t_box .t1 .t {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.history_pg .history_wrap .line .t_box .t1 .t::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}

@media screen and (max-width: 1420px) {
  .history_pg .history_wrap .center_line {
    left: 10px;
  }
  .history_pg .history_wrap .line {
    display: block;
    padding-left: 80px;
  }
  .history_pg .history_wrap .line::before {
    left: 10px;
  }
  .history_pg .history_wrap .line::after {
    left: 0;
  }
  .history_pg .history_wrap .line .year {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  .history_pg .history_wrap .line {
    padding-bottom: 60px;
    padding-left: 40px;
  }
  .history_pg .history_wrap .line::after {
    top: 14px;
    left: 2px;
    width: 17px;
    height: 17px;
  }
  .history_pg .history_wrap .line .year {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .history_pg .history_wrap .line .t_box .t1 {
    padding-left: 0;
    font-size: 16px;
  }
  .history_pg .history_wrap .line .t_box .t1 .month {
    position: static;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .history_pg .history_wrap .line .t_box .t1 .t {
    padding-left: 10px;
  }
  .history_pg .history_wrap .line .t_box .t1 .t::before {
    top: 10px;
  }
}
.character .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.character .lst_wrap ul li {
  width: calc(50% - 20px);
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.character .lst_wrap ul li .img {
  position: relative;
}
.character .lst_wrap ul li .img > .bg_img {
  display: block;
  width: 100%;
}
.character .lst_wrap ul li .img .i_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #273FC9 !important;
}
.character .lst_wrap ul li .t_box {
  padding: 50px 40px;
  text-align: center;
}
.character .lst_wrap ul li .t_box .t1 {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: bold;
  color: #273FC9 !important;
}
.character .lst_wrap ul li .t_box .t2 {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.character .lst_wrap ul li .t_box .t3 {
  font-size: 20px;
}

@media screen and (max-width: 1420px) {
  .character .lst_wrap ul li .t_box br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .character .lst_wrap ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .character .lst_wrap ul {
    gap: 25px;
  }
  .character .lst_wrap ul li {
    border-radius: 10px;
  }
  .character .lst_wrap ul li .img .i_img {
    width: 60px;
    height: 60px;
  }
  .character .lst_wrap ul li .img .i_img img {
    width: 30px;
  }
  .character .lst_wrap ul li .t_box {
    padding: 30px 20px;
  }
  .character .lst_wrap ul li .t_box .t1 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .character .lst_wrap ul li .t_box .t2 {
    margin-bottom: 17px;
    font-size: 22px;
  }
  .character .lst_wrap ul li .t_box .t3 {
    font-size: 16px;
  }
}
.location_pg .map {
  height: 600px;
  border-radius: 20px;
}
.location_pg .info_line {
  display: flex;
  gap: 40px;
  margin-top: 100px;
}
.location_pg .info_line .item {
  display: flex;
  align-items: center;
  gap: 40px;
  width: calc((100% - 80px) / 3);
}
.location_pg .info_line .item .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background-color: #f7f7f7;
}
.location_pg .info_line .item .t_box {
  width: calc(100% - 110px);
}
.location_pg .info_line .item .t_box .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.location_pg .info_line .item .t_box .t2 {
  margin-top: 10px;
  font-size: 20px;
}

@media screen and (max-width: 1240px) {
  .location_pg .info_line {
    flex-direction: column;
    gap: 60px;
  }
  .location_pg .info_line .item {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .location_pg .map {
    height: 350px;
    border-radius: 10px;
  }
  .location_pg .info_line {
    gap: 40px;
    margin-top: 60px;
  }
  .location_pg .info_line .item {
    flex-direction: column;
    justify-content: center;
    gap: 25px;
  }
  .location_pg .info_line .item .img {
    width: 60px;
    height: 60px;
  }
  .location_pg .info_line .item .img img {
    width: 30px;
  }
  .location_pg .info_line .item .t_box {
    width: 100%;
    text-align: center;
  }
  .location_pg .info_line .item .t_box .t1 {
    font-size: 18px;
  }
  .location_pg .info_line .item .t_box .t2 {
    margin-top: 8px;
    font-size: 16px;
  }
}
.busi_field .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.busi_field .lst_wrap ul li {
  width: calc(25% - 30px);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.busi_field .lst_wrap ul li img {
  display: block;
  width: 100%;
}
.busi_field .lst_wrap ul li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .busi_field .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .busi_field .lst_wrap ul {
    gap: 25px;
  }
  .busi_field .lst_wrap ul li {
    width: 100%;
    border-radius: 10px;
  }
  .busi_field .lst_wrap ul li p {
    padding: 20px 15px;
    font-size: 16px;
  }
}
.prod_pg .prod_top_t {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 80px;
}
.prod_pg .prod_top_t .t1 {
  margin-bottom: 20px;
}
.prod_pg .prod_top_t .t2 {
  margin-bottom: 40px;
}
.prod_pg .img_lst1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prod_pg .img_lst1 ul li {
  width: calc(50% - 20px);
  border-radius: 20px;
  overflow: hidden;
}
.prod_pg .img_lst1 ul li img {
  display: block;
  width: 100%;
}
.prod_pg .img_lst2.mt120 {
  margin-top: 120px;
}
.prod_pg .img_lst2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prod_pg .img_lst2 ul li {
  width: calc(50% - 20px);
}
.prod_pg .img_lst2 ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.prod_pg .img_lst2 ul li .img img {
  display: block;
  width: 100%;
}
.prod_pg .img_lst2 ul li .wave_t_box {
  margin-top: 40px;
}
.prod_pg .img_lst2 ul li .wave_t_box .tit::before {
  display: none;
}
.prod_pg .wave_t_box {
  margin-top: 120px;
}
.prod_pg .wave_t_box.mt0 {
  margin-top: 0;
}
.prod_pg .wave_t_box .tit {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.prod_pg .wave_t_box .tit::before {
  content: "";
  display: block;
  width: 70px;
  height: 30px;
  margin-bottom: 30px;
  background: url(/src/img/wave2.png) no-repeat center center/cover;
}
.prod_pg .wave_t_box .t2 {
  font-size: 20px;
}
.prod_pg .wave_t_box .lst {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  font-size: 20px;
}
.prod_pg .wave_t_box .lst:last-child {
  margin-bottom: 0;
}
.prod_pg .wave_t_box .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #273FC9 !important;
}
.prod_pg .tb_wrap {
  border-top: solid 2px #000;
}
.prod_pg .tb_wrap table {
  border-left: solid 1px #ddd;
}
.prod_pg .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.prod_pg .tb_wrap table tr th, .prod_pg .tb_wrap table tr td {
  padding: 25px 10px;
  border-right: solid 1px #ddd;
  text-align: center;
  font-size: 18px;
}
.prod_pg .tb_wrap table tr th {
  font-weight: bold;
  color: #000;
  background-color: #fafafa;
}
.prod_pg .big_img {
  height: 440px;
  border-radius: 20px;
  overflow: hidden;
}
.prod_pg .big_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod_pg .i_lst {
  margin-top: 80px;
}
.prod_pg .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 0px;
}
.prod_pg .i_lst ul li {
  width: 20%;
  text-align: center;
}
.prod_pg .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0px auto;
  border-radius: 50px;
  background-color: #273FC9 !important;
}
.prod_pg .i_lst ul li .t1 {
  margin: 25px 0px 10px;
  font-size: 18px;
  color: #273FC9 !important;
}
.prod_pg .i_lst ul li .t2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1420px) {
  .prod_pg .wave_t_box br {
    display: none;
  }
  .prod_pg .tb_wrap {
    overflow-x: scroll;
    padding-bottom: 30px;
  }
  .prod_pg .tb_wrap::-webkit-scrollbar {
    height: 3px;
  }
  .prod_pg .tb_wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #eee;
  }
  .prod_pg .tb_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #333;
  }
  .prod_pg .tb_wrap table {
    width: 1400px;
  }
}
@media screen and (max-width: 991px) {
  .prod_pg .img_lst1 ul li {
    width: 100%;
  }
  .prod_pg .img_lst2 ul li {
    width: 100%;
  }
  .prod_pg .i_lst ul li {
    width: 33.3334%;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg .prod_top_t {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .prod_pg .prod_top_t .t1 {
    margin-bottom: 10px;
  }
  .prod_pg .prod_top_t .t2 {
    margin-bottom: 20px;
  }
  .prod_pg .img_lst1 ul {
    gap: 20px;
  }
  .prod_pg .img_lst1 ul li {
    border-radius: 10px;
  }
  .prod_pg .img_lst2.mt120 {
    margin-top: 60px;
  }
  .prod_pg .img_lst2 ul {
    gap: 20px;
  }
  .prod_pg .img_lst2 ul li .img {
    border-radius: 10px;
  }
  .prod_pg .img_lst2 ul li .wave_t_box {
    margin-top: 20px;
  }
  .prod_pg .wave_t_box {
    margin-top: 60px;
  }
  .prod_pg .wave_t_box .tit {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .prod_pg .wave_t_box .tit::before {
    width: 34px;
    height: 15px;
    margin-bottom: 15px;
  }
  .prod_pg .wave_t_box .t2 {
    font-size: 16px;
  }
  .prod_pg .wave_t_box .lst {
    padding-left: 12px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .prod_pg .wave_t_box .lst::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
  .prod_pg .tb_wrap {
    padding-bottom: 15px;
  }
  .prod_pg .tb_wrap::-webkit-scrollbar {
    height: 2px;
  }
  .prod_pg .tb_wrap table {
    width: 725px;
  }
  .prod_pg .tb_wrap table tr th, .prod_pg .tb_wrap table tr td {
    padding: 20px 5px;
    font-size: 14px;
  }
  .prod_pg .big_img {
    height: 250px;
    border-radius: 10px;
  }
  .prod_pg .i_lst {
    margin-top: 40px;
  }
  .prod_pg .i_lst ul {
    gap: 30px 0px;
  }
  .prod_pg .i_lst ul li {
    width: 50%;
  }
  .prod_pg .i_lst ul li .img {
    width: 60px;
    height: 60px;
  }
  .prod_pg .i_lst ul li .img img {
    width: 30px;
  }
  .prod_pg .i_lst ul li .t1 {
    margin: 15px 0px 7px;
    font-size: 14px;
  }
  .prod_pg .i_lst ul li .t2 {
    font-size: 16px;
  }
}
.prod_pg3 .top_df {
  display: flex;
  align-items: center;
  gap: 80px;
}
.prod_pg3 .top_df .img {
  width: 680px;
  border-radius: 20px;
  overflow: hidden;
}
.prod_pg3 .top_df .wave_t_box {
  width: calc(100% - 760px);
  padding-top: 0;
  margin-top: 0;
}

@media screen and (max-width: 1420px) {
  .prod_pg3 .top_df {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
  .prod_pg3 .top_df .img {
    max-width: 100%;
  }
  .prod_pg3 .top_df .wave_t_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg3 .top_df {
    gap: 20px;
  }
  .prod_pg3 .top_df .img {
    border-radius: 10px;
  }
}
.prod_pg7 .color_lst {
  margin-top: 80px;
}
.prod_pg7 .color_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
}
.prod_pg7 .color_lst ul li {
  width: calc((100% - 50px) / 6);
}
.prod_pg7 .color_lst ul li .img {
  border-radius: 10px;
  border: solid 1px #eee;
  text-align: center;
  overflow: hidden;
}
.prod_pg7 .color_lst ul li p {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.prod_pg7 .bg_t {
  padding: 30px 20px;
  margin-top: 40px;
  border-radius: 10px;
  border: solid 1px #eee;
  text-align: center;
  background-color: #fafafa;
}
.prod_pg7 .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 1420px) {
  .prod_pg7 .color_lst ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 991px) {
  .prod_pg7 .color_lst ul li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 720px) {
  .prod_pg7 .color_lst {
    margin-top: 40px;
  }
  .prod_pg7 .color_lst ul {
    gap: 15px 10px;
  }
  .prod_pg7 .color_lst ul li .img {
    border-radius: 5px;
  }
  .prod_pg7 .color_lst ul li p {
    margin-top: 5px;
    font-size: 14px;
  }
  .prod_pg7 .bg_t {
    padding: 20px;
    margin-top: 25px;
    border-radius: 5px;
  }
  .prod_pg7 .tb_wrap table colgroup col:first-child {
    width: 140px !important;
  }
  .prod_pg7 .tb_wrap table colgroup col:nth-child(2) {
    width: 65px !important;
  }
}
.prod_pg9 .img_lst3 {
  margin-top: 80px;
}
.prod_pg9 .img_lst3 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prod_pg9 .img_lst3 ul li {
  width: calc((100% - 80px) / 3);
  border-radius: 20px;
  overflow: hidden;
}
.prod_pg9 .img_lst3 ul li img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .prod_pg9 .img_lst3 ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg9 .img_lst3 {
    margin-top: 40px;
  }
  .prod_pg9 .img_lst3 ul {
    gap: 20px;
  }
  .prod_pg9 .img_lst3 ul li {
    border-radius: 10px;
  }
}
.prod_pg13 .img_lst4 {
  margin-top: 120px;
}
.prod_pg13 .img_lst4 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
}
.prod_pg13 .img_lst4 ul li {
  width: calc(50% - 20px);
}
.prod_pg13 .img_lst4 ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.prod_pg13 .img_lst4 ul li .img img {
  display: block;
  width: 100%;
}
.prod_pg13 .img_lst4 ul li .wave_t_box {
  margin-top: 40px;
}
.prod_pg13 .img_lst4 ul li .wave_t_box .tit::before {
  display: none;
}
.prod_pg13 .img_lst5 {
  margin-top: 80px;
}
.prod_pg13 .img_lst5 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
}
.prod_pg13 .img_lst5 ul li {
  width: calc((100% - 80px) / 3);
}
.prod_pg13 .img_lst5 ul li .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.prod_pg13 .img_lst5 ul li .img img {
  display: block;
  width: 100%;
}
.prod_pg13 .img_lst5 ul li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.prod_pg13 .img_lst5 ul li .t2 {
  margin-top: 30px;
  font-size: 20px;
}
.prod_pg13 .bg_t_box {
  padding: 40px;
  margin-top: 40px;
  border-radius: 10px;
  border: solid 1px #eee;
  background-color: #fafafa;
}
.prod_pg13 .bg_t_box .line {
  margin-bottom: 40px;
}
.prod_pg13 .bg_t_box .line:last-child {
  margin-bottom: 0;
}
.prod_pg13 .bg_t_box .line .line_tit {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.prod_pg13 .bg_t_box .line .line_tit::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(/src/img/i/history_cir_a.png) no-repeat center center/cover;
}
.prod_pg13 .bg_t_box .line .t2 {
  font-size: 20px;
}
.prod_pg13 .bg_t_box .line .lst {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  font-size: 20px;
}
.prod_pg13 .bg_t_box .line .lst:last-child {
  margin-bottom: 0;
}
.prod_pg13 .bg_t_box .line .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #273FC9 !important;
}
.prod_pg13 .img_lst6 {
  margin-top: 120px;
}
.prod_pg13 .img_lst6 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prod_pg13 .img_lst6 ul li {
  width: calc(50% - 20px);
}
.prod_pg13 .img_lst6 ul li .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.prod_pg13 .img_lst6 ul li .img img {
  display: block;
  width: 100%;
}
.prod_pg13 .img_lst6 ul li .img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .prod_pg13 .img_lst4 ul li {
    width: 100%;
  }
  .prod_pg13 .img_lst5 ul li {
    width: 100%;
  }
  .prod_pg13 .img_lst6 ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .prod_pg13 .img_lst4 {
    margin-top: 60px;
  }
  .prod_pg13 .img_lst4 ul {
    gap: 40px;
  }
  .prod_pg13 .img_lst4 ul li .img {
    border-radius: 10px;
  }
  .prod_pg13 .img_lst4 ul li .wave_t_box {
    margin-top: 20px;
  }
  .prod_pg13 .img_lst5 {
    margin-top: 40px;
  }
  .prod_pg13 .img_lst5 ul {
    gap: 40px;
  }
  .prod_pg13 .img_lst5 ul li .img {
    border-radius: 10px;
  }
  .prod_pg13 .img_lst5 ul li .img p {
    padding: 20px 15px;
    font-size: 16px;
  }
  .prod_pg13 .img_lst5 ul li .t2 {
    margin-top: 15px;
    font-size: 16px;
  }
  .prod_pg13 .bg_t_box {
    padding: 30px 20px;
    margin-top: 25px;
  }
  .prod_pg13 .bg_t_box .line {
    margin-bottom: 25px;
  }
  .prod_pg13 .bg_t_box .line .line_tit {
    margin-bottom: 12px;
    padding-left: 22px;
    font-size: 18px;
  }
  .prod_pg13 .bg_t_box .line .line_tit::before {
    top: 6px;
    width: 15px;
    height: 15px;
  }
  .prod_pg13 .bg_t_box .line .t2 {
    font-size: 16px;
  }
  .prod_pg13 .bg_t_box .line .lst {
    padding-left: 12px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .prod_pg13 .bg_t_box .line .lst::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
  .prod_pg13 .img_lst6 {
    margin-top: 60px;
  }
  .prod_pg13 .img_lst6 ul {
    gap: 20px;
  }
  .prod_pg13 .img_lst6 ul li .img {
    border-radius: 10px;
  }
  .prod_pg13 .img_lst6 ul li .img p {
    padding: 20px 15px;
    font-size: 16px;
  }
  .prod_pg13 .tb_wrap.mt40 {
    margin-top: 20px;
  }
}
.board_total {
  color: #330000;
}

.gall_lst_pg .gall_lst {
  margin-top: 40px;
}
.gall_lst_pg .gall_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.gall_lst_pg .gall_lst ul li {
  width: calc((100% - 80px) / 3);
}
.gall_lst_pg .gall_lst ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gall_lst_pg .gall_lst ul li a:hover .img img {
  transform: scale(1.1);
}
.gall_lst_pg .gall_lst ul li a:hover .tit {
  color: #273FC9 !important;
}
.gall_lst_pg .gall_lst ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.gall_lst_pg .gall_lst ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.7s;
}
.gall_lst_pg .gall_lst ul li .date {
  margin-top: 40px;
  font-size: 16px;
  color: #999;
}
.gall_lst_pg .gall_lst ul li .tit {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.bottom_sch_wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 40px;
}
.bottom_sch_wrap .inp {
  height: 50px;
  padding-left: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.bottom_sch_wrap select.inp {
  width: 150px;
}
.bottom_sch_wrap .sch_box {
  position: relative;
  width: 480px;
}
.bottom_sch_wrap .sch_box .inp {
  width: 100%;
  padding-right: 60px;
}
.bottom_sch_wrap .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1240px) {
  .gall_lst_pg .gall_lst ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .gall_lst_pg .gall_lst {
    margin-top: 20px;
  }
  .gall_lst_pg .gall_lst ul {
    gap: 30px 20px;
  }
  .gall_lst_pg .gall_lst ul li {
    width: 100%;
  }
  .gall_lst_pg .gall_lst ul li .img {
    border-radius: 10px;
  }
  .gall_lst_pg .gall_lst ul li .date {
    margin-top: 20px;
    font-size: 12px;
  }
  .gall_lst_pg .gall_lst ul li .tit {
    margin-top: 7px;
    font-size: 16px;
  }
  .bottom_sch_wrap {
    flex-direction: column;
    margin-top: 25px;
  }
  .bottom_sch_wrap .inp {
    height: 40px;
    padding-left: 15px;
    font-size: 12px;
  }
  .bottom_sch_wrap select.inp {
    width: 100%;
  }
  .bottom_sch_wrap .sch_box {
    width: 100%;
  }
  .bottom_sch_wrap .sch_box .inp {
    padding-right: 50px;
  }
  .bottom_sch_wrap .sch_box .sch_btn {
    right: 15px;
    width: 20px;
  }
}
.board_pg .board_top {
  padding-bottom: 40px;
}
.board_pg .board_top .info {
  margin-top: 20px;
}
.board_pg .board_top .info p {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.board_pg .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -3px 10px 0;
  background-color: #333;
  vertical-align: middle;
}
.board_pg .board_top .info p:last-child::after {
  display: none;
}
.board_pg .board_main {
  padding: 40px 20px 100px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.board_pg .file_wrap {
  border-top: solid 1px #ddd;
  padding: 10px 0px;
  background-color: #fafafa;
}
.board_pg .file_wrap .file_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.board_pg .file_wrap .file_box:last-child {
  margin-bottom: 0;
}
.board_pg .file_wrap .file_box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 40px;
  height: 40px;
  border: solid 1px #000;
  border-radius: 5px;
  background: url(/src/img/i/down_b.png) no-repeat center center/auto #fff;
}
.board_pg .file_wrap .file_box a {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}
.board_pg .file_wrap .file_box p {
  position: relative;
  width: 100%;
  line-height: 40px;
  padding-left: 60px;
  padding-right: 10px;
}
.board_pg .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  margin: 40px auto;
  border-radius: 50px;
  border: solid 2px #ddd;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.board_pg .a_btn:hover {
  border-color: #273FC9 !important;
  background-color: #273FC9 !important;
  color: #fff;
}
.board_pg .next_prev table {
  border-top: solid 1px #ddd;
}
.board_pg .next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
  padding: 30px 20px;
  font-size: 16px;
}
.board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
  font-size: 16px;
}
.board_pg .next_prev table tr th a:hover, .board_pg .next_prev table tr td a:hover {
  color: #273FC9 !important;
}
.board_pg .next_prev table tr th {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: bold;
}
.board_pg .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.board_pg .next_prev table tr td p, .board_pg .next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_pg .next_prev table tr td p {
  color: #999;
}

@media screen and (max-width: 720px) {
  .board_pg .board_top {
    padding-bottom: 20px;
  }
  .board_pg .board_top .info {
    margin-top: 10px;
  }
  .board_pg .board_top .info p {
    font-size: 12px;
  }
  .board_pg .board_top .info p::after {
    margin: -2px 5px 0;
  }
  .board_pg .board_main {
    padding: 25px 0px 50px;
  }
  .board_pg .a_btn {
    width: 150px;
    height: 60px;
    margin: 20px auto;
    font-size: 12px;
  }
  .board_pg .file_wrap .file_box {
    height: 30px;
    margin-top: 5px;
    border-radius: 5px;
  }
  .board_pg .file_wrap .file_box::before {
    width: 30px;
    height: 30px;
    background-size: 15px 15px;
  }
  .board_pg .file_wrap .file_box p {
    position: relative;
    padding-left: 50px;
    line-height: 30px;
  }
  .board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
    font-size: 14px;
  }
  .board_pg .next_prev table tr th {
    width: 80px;
  }
  .board_pg .lst_btn {
    width: 180px;
    height: 50px;
    margin-top: 30px;
    font-size: 14px;
  }
}
.inq_pg .inp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0px;
  border-bottom: solid 1px #eee;
  border-top: solid 2px #000;
}
.inq_pg .inp_wrap .inp_box {
  width: calc(50% - 20px);
}
.inq_pg .inp_wrap .inp_box.w1 {
  width: 100%;
}
.inq_pg .inp_wrap .inp_box .t1 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.inq_pg .inp_wrap .inp_box .t1 span {
  color: #273FC9 !important;
}
.inq_pg .inp_wrap .inp_box .inp {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border: solid 1px #ddd;
  border-radius: 3px;
  font-size: 16px;
}
.inq_pg .inp_wrap .inp_box .inp::placeholder {
  color: #999;
}
.inq_pg .inp_wrap .inp_box .inp.h200 {
  height: 200px;
  padding: 20px;
  display: block;
  resize: none;
}
.inq_pg .inp_wrap .inp_box input[type=file] {
  padding-left: 0;
}
.inq_pg .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 40px;
  margin: 4px 10px 5px 5px;
  border-radius: 5px;
  border: solid 2px #aaa;
  background-color: #fafafa;
}
.inq_pg .inp_wrap .inp_box select.inp {
  padding-right: 35px;
}
.inq_pg .inp_wrap .inp_box .inp_thr_box {
  display: flex;
  gap: 10px;
}
.inq_pg .inp_wrap .inp_box .inp_thr_box .inp {
  width: calc((100% - 20px) / 3);
}
.inq_pg .inp_wrap .file_inp_wrap {
  width: 100%;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file {
  display: flex;
  gap: 10px;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .inp {
  width: calc(100% - 60px);
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: solid 2px #aaa;
  background: url(/src/img/i/plus_b.png) no-repeat center center/auto;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn.minor_btn {
  background-color: #aaa;
  background-image: url(/src/img/i/minor_w.png);
}
.inq_pg .inp_wrap .file_inp_wrap .file_t {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}
.inq_pg .inp_wrap .agree_box {
  height: 200px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fafafa;
  overflow-y: scroll;
}
.inq_pg .inp_wrap .agree_line {
  margin-top: 20px;
}
.inq_pg .inp_wrap .agree_line label i {
  margin-top: -2px;
  border: solid 1px #ddd;
  border-radius: 5px;
  transition: border-color 0.5s;
}
.inq_pg .inp_wrap .agree_line label i::after {
  opacity: 1;
  border-color: #ddd;
}
.inq_pg .inp_wrap .agree_line label input:checked ~ i {
  border-color: #273FC9 !important;
}
.inq_pg .inp_wrap .agree_line label input:checked ~ i::after {
  border-color: #273FC9 !important;
}
.inq_pg .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  margin: 40px auto 0;
  border-radius: 50px;
  background-color: #273FC9 !important;
}

@media screen and (max-width: 991px) {
  .inq_pg .inp_wrap .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .inq_pg .inp_wrap {
    gap: 25px;
    padding: 25px 0px;
  }
  .inq_pg .inp_wrap .inp_box .t1 {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .inp_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .inp_box .inp.h200 {
    height: 150px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
    width: 80px;
    height: 30px;
  }
  .inq_pg .inp_wrap .inp_box .inp_thr_box {
    gap: 5px;
  }
  .inq_pg .inp_wrap .inp_box .inp_thr_box .inp {
    width: calc((100% - 10px) / 3);
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box {
    gap: 25px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file {
    gap: 5px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .inp {
    width: calc(100% - 45px);
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn {
    width: 40px;
    height: 40px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .file_t {
    margin-top: 8px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .agree_box {
    height: 150px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .agree_line {
    margin-top: 15px;
  }
  .inq_pg .s_btn {
    width: 100%;
    height: 60px;
    margin-top: 20px;
  }
}
.board_lst .tb_wrap {
  margin-top: 20px;
  border-top: solid 2px #000;
}
.board_lst .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.board_lst .tb_wrap table tr th, .board_lst .tb_wrap table tr td {
  padding: 25px 10px;
  text-align: center;
}
.board_lst .tb_wrap table tr th a, .board_lst .tb_wrap table tr td a {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
.board_lst .tb_wrap table tr th a:hover, .board_lst .tb_wrap table tr td a:hover {
  color: #273FC9 !important;
}
.board_lst .tb_wrap table thead tr th {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.board_lst .tb_wrap table thead tr th.w150 {
  width: 150px;
}
.board_lst .tb_wrap table tbody tr td {
  font-size: 16px;
}
.board_lst .tb_wrap table tbody tr td.tit {
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1240px) {
  .board_lst .tb_wrap {
    width: 100%;
  }
  .board_lst .tb_wrap table thead {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr {
    display: block;
    padding: 30px 0px;
  }
  .board_lst .tb_wrap table tbody tr td {
    display: inline-block;
    padding: 0px;
  }
  .board_lst .tb_wrap table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -2px 10px 0;
    background-color: #ddd;
    vertical-align: middle;
  }
  .board_lst .tb_wrap table tbody tr td.tit {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .board_lst .tb_wrap table tbody tr td.tit a {
    padding-left: 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit::after {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td:first-child {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .board_lst .tb_wrap {
    margin-top: 20px;
  }
  .board_lst .tb_wrap table tbody tr {
    padding: 20px 0;
  }
  .board_lst .tb_wrap table tbody tr td {
    font-size: 12px;
  }
  .board_lst .tb_wrap table tbody tr td::after {
    margin: -2px 7px 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit {
    margin-bottom: 7px;
  }
}
#footer {
  position: relative;
  padding: 100px 0px;
  margin-top: 200px;
  background-color: #111;
}
#footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 100px;
  transform: translateY(-50%);
  width: 50px;
  height: 185px;
  background: url(/src/img/wave.png) no-repeat center center/cover;
}
#footer .f_cont .f_menu {
  margin-bottom: 40px;
}
#footer .f_cont .f_menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 30px;
}
#footer .f_cont .f_menu ul li a, #footer .f_cont .f_menu ul li button {
  display: block;
  line-height: 150%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#footer .f_cont .info_box {
  margin-bottom: 40px;
}
#footer .f_cont .info_box .line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 10px;
}
#footer .f_cont .info_box .line:last-child {
  margin-bottom: 0;
}
#footer .f_cont .info_box .line p {
  color: #999;
}
#footer .f_cont .info_box .line p span {
  margin-right: 10px;
  color: #fff;
}
#footer .f_cont .copyright {
  color: #444;
}

@media screen and (max-width: 1420px) {
  #footer::after {
    right: 40px;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding: 50px 0px;
    margin-top: 100px;
  }
  #footer::after {
    right: 20px;
    width: 25px;
    height: 92px;
  }
  #footer .f_cont .f_menu {
    margin-bottom: 20px;
  }
  #footer .f_cont .f_menu ul {
    gap: 5px 20px;
  }
  #footer .f_cont .f_menu ul li a, #footer .f_cont .f_menu ul li button {
    font-size: 12px;
  }
  #footer .f_cont .info_box {
    margin-bottom: 20px;
  }
  #footer .f_cont .info_box .line p {
    font-size: 12px;
  }
}
.terms_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.terms_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 475px;
  height: 630px;
  padding: 60px 0px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.terms_modal .modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.terms_modal .modal .scr_box {
  height: 100%;
  padding: 0px 40px;
  overflow-y: scroll;
}
.terms_modal .modal .scr_box .tit {
  margin-bottom: 40px;
}

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

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

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