.c1 {
  color: #D47000 !important;
}

.c2 {
  color: #002A4B !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;
}

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

html.scroll .ani.ani1 {
  transition-delay: 0s;
}

html.scroll .ani.ani2 {
  transition-delay: 0.2s;
}

html.scroll .ani.ani3 {
  transition-delay: 0.4s;
}

html.scroll .ani.ani4 {
  transition-delay: 0.8s;
}

html.scroll .ani.ani5 {
  transition-delay: 1s;
}

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

.fz45 {
  font-size: 45px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 14px;
  }
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 20px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 20px;
  }
  .fz45 {
    font-size: 25px;
  }
  .fz50 {
    font-size: 25px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz70 {
    font-size: 30px;
  }
  div, p, th, td {
    font-size: 14px;
  }
}
/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.syspop .l-header {
  display: none;
}
.syspop .wrap {
  position: relative;
  z-index: 100;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.syspop .l-cont {
  word-break: break-all;
}
.syspop .l-footer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.syspop .l-footer span {
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .syspop .l-cont {
    height: auto !important;
  }
  .syspop .l-cont img {
    width: 100%;
  }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 60px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 36px;
  font-size: 16px;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #002A4B !important;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
}

@media screen and (max-width: 720px) {
  .page_num {
    margin-top: 30px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@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: #002A4B !important;
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

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

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

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

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

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

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

.sys_popup.dn {
  display: none;
}

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

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

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
body.ovh {
  overflow: hidden;
}


.ff_suit{font-family: "suit";}

.container {
  width: 1640px;
  margin: 0px auto;
}
.container.cont1460{width: 1460px;}

@media screen and (max-width: 1660px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
  .container.cont1460{padding: 0;}
}
@media screen and (max-width: 1500px) {
  .container.cont1460{width: 100%; padding: 0px 40px;}
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
  .container.cont1460{padding: 0px 20px;}
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px rgba(221, 221, 221, 0.5);
}
#header::after {
  content: "";
  display: none;
  position: absolute;
  top: 100px;
  width: 100%;
  height: 330px;
  border-top: solid 1px rgba(221, 221, 221, 0.5);
  background-color: #fff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}
#header .h_cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1800px;
  height: 100%;
  margin: 0px auto;
}
#header .h_cont .logo .logo_c {
  display: none;
}
#header .h_cont nav {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 895px;
  height: 100%;
  transform: translateX(-50%);
}
#header .h_cont nav > ul {
  display: flex;
  gap: 0px 35px;
  height: 100%;
}
#header .h_cont nav > ul > li {
  width: 120px;
  height: 100%;
}
#header .h_cont nav > ul > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#header .h_cont nav > ul > li > a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #D47000 !important;
  transform: scaleX(0);
  transition: transform 0.5s;
}
#header .h_cont nav > ul > li .dep2 {
  display: none;
  padding-top: 35px;
}
#header .h_cont nav > ul > li .dep2 ul li {
  margin-bottom: 16px;
  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: 18px;
}
#header .h_cont nav > ul > li .dep2 ul li a:hover{
  color: #D47000;
}
#header .h_cont .r_wrap .inq_box > div, #header .h_cont .r_wrap .inq_box{border-radius: 5px; overflow: hidden;}
#header .h_cont .r_wrap .inq_box > div, #header .h_cont .r_wrap .inq_box a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 300px;
  height: 38px;
  /* margin-bottom: 4px; */
  padding: 0px 15px;
  /* border-radius: 30px; */
  background-color: #fff;
  border-radius: 0;
}
#header .h_cont .r_wrap .inq_box > div .num, #header .h_cont .r_wrap .inq_box a .num {
  margin-left: 10px;
}
#header .h_cont .r_wrap .inq_box > div .img, #header .h_cont .r_wrap .inq_box a .img {
  display: block;
  width: 20px;
  height: 21px;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
#header .h_cont .r_wrap .inq_box > div .t, #header .h_cont .r_wrap .inq_box a .t {
  width: 80px;
  text-align: left;
  line-height: 110%;
  font-weight: bold;
}
#header .h_cont .r_wrap .inq_box > div:first-child, #header .h_cont .r_wrap .inq_box a:first-child {
  /* gap: 10px; */
  background-color: #fff;
}
#header .h_cont .r_wrap .inq_box > div:first-child .img, #header .h_cont .r_wrap .inq_box a:first-child .img {
  background-image: url(/src/img/i/call.png);
}
#header .h_cont .r_wrap .inq_box > div:first-child p, #header .h_cont .r_wrap .inq_box a:first-child p {
  color: #002A4B !important;
}
#header .h_cont .r_wrap .inq_box > div:last-child, #header .h_cont .r_wrap .inq_box a:last-child {
  margin-bottom: 0;
  background-color: #D47000;
}
#header .h_cont .r_wrap .inq_box > div:last-child .img, #header .h_cont .r_wrap .inq_box a:last-child .img {
  background-image: url(/src/img/i/lock_w.png);
}
#header .h_cont .r_wrap .inq_box > div:last-child p, #header .h_cont .r_wrap .inq_box a:last-child p {
  color: #fff !important;
}
#header .h_cont .r_wrap .sitemap_btn {
  display: none;
}

#header.a {
  background-color: #fff;
}
#header.a::after {
  display: block;
}
#header.a .h_cont .logo .logo_w {
  display: none;
}
#header.a .h_cont .logo .logo_c {
  display: block;
}
#header.a .h_cont nav > ul > li > a {
  position: relative;
  color: #000;
}
#header.a .h_cont nav > ul > li:hover > a::after {
  transform: scaleX(1);
}
#header.a .h_cont nav > ul > li .dep2 {
  display: block;
}
#header.a .h_cont .r_wrap .inq_box a:first-child, #header.a .h_cont .r_wrap .inq_box > div:first-child {
  background-color: #002A4B !important;
}
#header.a .h_cont .r_wrap .inq_box a:first-child .img, #header.a .h_cont .r_wrap .inq_box > div:first-child .img {
  background-image: url(/src/img/i/call_w.png);
}
#header.a .h_cont .r_wrap .inq_box a:first-child p, #header.a .h_cont .r_wrap .inq_box > div:first-child p {
  color: #fff !important;
}
#header.a .h_cont .r_wrap .inq_box a:last-child, #header.a .h_cont .r_wrap .inq_box > div:last-child {
  background-color: #D47000 !important;
}
#header.a .h_cont .r_wrap .inq_box a:last-child .img, #header.a .h_cont .r_wrap .inq_box > div:last-child .img {
  background-image: url(/src/img/i/lock_w.png);
}
#header.a .h_cont .r_wrap .inq_box a:last-child p, #header.a .h_cont .r_wrap .inq_box > div:last-child p {
  color: #fff !important;
}
#header.a .h_cont .r_wrap .sitemap_btn {
  filter: invert(100%);
}

#header.bg {
  background-color: #fff;
}
#header.bg .h_cont .logo .logo_w {
  display: none;
}
#header.bg .h_cont .logo .logo_c {
  display: block;
}
#header.bg .h_cont nav > ul > li > a {
  color: #000;
}
#header.bg .h_cont .r_wrap .inq_box a:first-child, #header.bg .h_cont .r_wrap .inq_box > div:first-child {
  background-color: #002A4B !important;
}
#header.bg .h_cont .r_wrap .inq_box a:first-child .img, #header.bg .h_cont .r_wrap .inq_box > div:first-child .img {
  background-image: url(/src/img/i/call_w.png);
}
#header.bg .h_cont .r_wrap .inq_box a:first-child p, #header.bg .h_cont .r_wrap .inq_box > div:first-child p {
  color: #fff !important;
}
#header.bg .h_cont .r_wrap .inq_box a:last-child, #header.bg .h_cont .r_wrap .inq_box > div:last-child {
  background-color: #D47000 !important;
}
#header.bg .h_cont .r_wrap .inq_box a:last-child .img, #header.bg .h_cont .r_wrap .inq_box > div:last-child .img {
  background-image: url(/src/img/i/lock_w.png);
}
#header.bg .h_cont .r_wrap .inq_box a:last-child p, #header.bg .h_cont .r_wrap .inq_box > div:last-child p {
  color: #fff !important;
}
#header.bg .h_cont .r_wrap .sitemap_btn {
  filter: invert(100%);
}

#header.sub_pg {
  background-color: #fff;
}
#header.sub_pg .h_cont .logo .logo_w {
  display: none;
}
#header.sub_pg .h_cont .logo .logo_c {
  display: block;
}
#header.sub_pg .h_cont nav > ul > li > a {
  color: #000;
}
#header.sub_pg .h_cont .r_wrap .inq_box a:first-child, #header.sub_pg .h_cont .r_wrap .inq_box > div:first-child {
  background-color: #002A4B !important;
}
#header.sub_pg .h_cont .r_wrap .inq_box a:first-child .img, #header.sub_pg .h_cont .r_wrap .inq_box > div:first-child .img {
  background-image: url(/src/img/i/call_w.png);
}
#header.sub_pg .h_cont .r_wrap .inq_box a:first-child p, #header.sub_pg .h_cont .r_wrap .inq_box > div:first-child p {
  color: #fff !important;
}
#header.sub_pg .h_cont .r_wrap .inq_box a:last-child, #header.sub_pg .h_cont .r_wrap .inq_box > div:last-child {
  background-color: #D47000 !important;
}
#header.sub_pg .h_cont .r_wrap .inq_box a:last-child .img, #header.sub_pg .h_cont .r_wrap .inq_box > div:last-child .img {
  background-image: url(/src/img/i/lock_w.png);
}
#header.sub_pg .h_cont .r_wrap .inq_box a:last-child p, #header.sub_pg .h_cont .r_wrap .inq_box > div:last-child p {
  color: #fff !important;
}
#header.sub_pg .h_cont .r_wrap .sitemap_btn {
  filter: invert(100%);
}

@media screen and (max-width: 1820px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1600px) {
  #header .h_cont nav {
    width: 795px;
  }
  #header .h_cont nav > ul {
    gap: 0px 15px;
  }
}
@media screen and (max-width: 1500px) {
  #header .h_cont nav {
    width: 770px;
    margin-left: -20px;
  }
  #header .h_cont nav > ul {
    gap: 0px 10px;
  }
}
@media screen and (max-width: 1420px) {
  #header .h_cont nav {
    display: none;
  }
  #header .h_cont .r_wrap .inq_box {
    display: none;
  }
  #header .h_cont .r_wrap .sitemap_btn {
    display: block;
  }
  #header.m_bg {
    background-color: #fff;
  }
  #header.m_bg .h_cont .logo .logo_w {
    display: none;
  }
  #header.m_bg .h_cont .logo .logo_c {
    display: block;
  }
  #header.m_bg .h_cont nav > ul > li > a {
    color: #000;
  }
  #header.m_bg .h_cont .r_wrap .inq_box a:first-child {
    background-color: #002A4B !important;
  }
  #header.m_bg .h_cont .r_wrap .inq_box a:first-child .img {
    background-image: url(/src/img/i/call_w.png);
  }
  #header.m_bg .h_cont .r_wrap .inq_box a:first-child p {
    color: #fff !important;
  }
  #header.m_bg .h_cont .r_wrap .inq_box a:last-child {
    background-color: #D47000 !important;
  }
  #header.m_bg .h_cont .r_wrap .inq_box a:last-child .img {
    background-image: url(/src/img/i/lock_w.png);
  }
  #header.m_bg .h_cont .r_wrap .inq_box a:last-child p {
    color: #fff !important;
  }
  #header.m_bg .h_cont .r_wrap .sitemap_btn {
    filter: invert(100%);
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 50px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 125px;
  }
  #header .h_cont .r_wrap .sitemap_btn {
    width: 25px;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: right 0.8s;
  background-color: #002A4B !important;
}
.sitemap_wrap .sitemap.a {
  right: 0;
}
.sitemap_wrap .sitemap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0px 40px;
  border-bottom: solid 1px rgba(221, 221, 221, 0.5);
}
.sitemap_wrap .sitemap .top_inq {
  display: flex;
}
.sitemap_wrap .sitemap .top_inq a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 50%;
  height: 50px;
  padding: 0px 25px;
  background-color: #fff;
}
.sitemap_wrap .sitemap .top_inq a .img {
  display: block;
  width: 20px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.sitemap_wrap .sitemap .top_inq a .t {
  text-align: center;
  line-height: 110%;
  font-weight: bold;
}
.sitemap_wrap .sitemap .top_inq a:first-child {
  gap: 10px;
  border-right: solid 1px #ddd;
}
.sitemap_wrap .sitemap .top_inq a:first-child .img {
  background-image: url(/src/img/i/call.png);
}
.sitemap_wrap .sitemap .top_inq a:first-child p {
  color: #002A4B !important;
}
.sitemap_wrap .sitemap .top_inq a:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .top_inq a:last-child .img {
  background-image: url(/src/img/i/lock_c.png);
}
.sitemap_wrap .sitemap .top_inq a:last-child p {
  color: #D47000 !important;
}
.sitemap_wrap .sitemap .lst_wrap {
  height: calc(100% - 150px);
  overflow-y: scroll;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li {
  border-bottom: solid 1px rgba(221, 221, 221, 0.5);
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
  display: block;
  width: 100%;
  padding: 35px 40px;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button {
  position: relative;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 17px;
  height: 17px;
  background: url(/src/img/i/sitemap_arrow.png) no-repeat center center/cover;
  transform: translateY(-50%);
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button.a::after {
  transform: translateY(-50%) scaleY(-1);
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
  display: none;
  padding: 30px 40px;
  border-top: solid 1px rgba(221, 221, 221, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 18px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 50px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .logo {
    display: block;
    width: 125px;
  }
  .sitemap_wrap .sitemap .top .sitemap_close {
    display: block;
    width: 24px;
  }
  .sitemap_wrap .sitemap .top_inq {
    flex-direction: column;
  }
  .sitemap_wrap .sitemap .top_inq a {
    width: 100%;
    height: 40px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top_inq a .img {
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .sitemap_wrap .sitemap .top_inq a .t br {
    display: none;
  }
  .sitemap_wrap .sitemap .top_inq a:first-child {
    border-right: none;
    border-bottom: solid 1px #ddd;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    height: calc(100% - 130px);
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
    padding: 20px;
    font-size: 18px;
    line-height: 21px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button:after {
    right: 20px;
    width: 14px;
    height: 14px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    display: none;
    padding: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 15px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
    font-size: 14px;
  }
}
.sect_nav {
  position: fixed;
  left: 60px;
  top: 50%;
  z-index: 80;
  transform: translateY(-50%);
}
.sect_nav .s_nav {
  position: relative;
  padding-left: 0px;
  height: 180px;
}
.sect_nav .s_nav::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.sect_nav .s_nav .gnb_btn {
  z-index: 1;
  position: relative;
  display: block;
  height: 16.6666666667%;
  padding-left: 14px;
  text-align: left;
  color: #fff;
  font-size: 12px;
}
.sect_nav .s_nav .gnb_btn span {
  display: none;
}
.sect_nav .s_nav .gnb_btn.a {
  border-left: solid 1px #D47000 !important;
  color: #D47000 !important;
}
.sect_nav .s_nav .gnb_btn.a span {
  display: block;
}

.sect_nav.b .s_nav::before {
  background-color: #ddd;
}
.sect_nav.b .s_nav .gnb_btn {
  color: #333;
}
.sect_nav.b .s_nav .gnb_btn.a {
  border-color: #D47000 !important;
}

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

@media screen and (max-width: 1880px) {
  .sect_nav {
    display: none !important;
  }
}
.sect_wrap .sect1 .main_slider {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.sect_wrap .sect1 .main_slider .item {
  position: relative;
}
.sect_wrap .sect1 .main_slider .item .bg {
  width: 100%;
  height: 100%;
  transform: scale(1.15);
  transition: transform 1.5s;
}
.sect_wrap .sect1 .main_slider .item .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sect_wrap .sect1 .main_slider .item .t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1440px;
  transform: translate(-50%, -50%);
  margin-top: 50px;
  opacity: 0;
  transition: margin-top 1.2s 0.5s, opacity 1.2s 0.5s;
}
.sect_wrap .sect1 .main_slider .item .t_box .t2 {
  margin: 30px 0px 60px;
}
.sect_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active .bg, .sect_wrap .sect1 .main_slider .item.swiper-slide-active .bg {
  transform: scale(1.01);
}
.sect_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active .t_box, .sect_wrap .sect1 .main_slider .item.swiper-slide-active .t_box {
  margin-top: 0px;
  opacity: 1;
}












.sect_wrap .sect1 .main_slider .item.item1 .t_box p{width: 600px; margin-left: 150px;}
.sect_wrap .sect1 .main_slider .item.item1 .t_box .t2{margin: 15px 0px 35px; margin-left: 150px; line-height: 125%;}






















.sect_wrap .sect1 .main_slider .bullet {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: absolute;
  z-index: 2;
  bottom: 140px;
  text-align: center;
}
.sect_wrap .sect1 .main_slider .bullet span {
  position: relative;
  width: 6px;
  height: 6px;
  opacity: 1;
  margin: 0;
  background-color: #fff;
}
.sect_wrap .sect1 .main_slider .bullet span.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: solid 1px #fff;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1460px) {
  .sect_wrap .sect1 .main_slider {
    height: 1153px;
  }
  .sect_wrap .sect1 .main_slider .item .t_box {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect1 .main_slider {
    height: 705px;
  }
  .sect_wrap .sect1 .main_slider .item .t_box {
    padding: 0px 20px;
    margin-top: 25px;
  }
  .sect_wrap .sect1 .main_slider .item .t_box .t2 {
    margin: 15px 0px 30px;
  }
  .sect_wrap .sect1 .main_slider .item.swiper-slide-duplicate-active .t_box, .sect_wrap .sect1 .main_slider .item.swiper-slide-active .t_box {
    margin-top: 0px;
    opacity: 1;
  }
  .sect_wrap .sect1 .main_slider .bullet {
    bottom: 70px;
    gap: 13px;
  }
  .sect_wrap .sect1 .main_slider .bullet span {
    width: 6px;
    height: 6px;
  }
  .sect_wrap .sect1 .main_slider .bullet span.swiper-pagination-bullet-active::after {
    width: 16px;
    height: 16px;
  }
}
.sect_wrap .sect2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  background: url(/src/img/sect2_bg.jpg) no-repeat center center/cover;
}
.sect_wrap .sect2 .t2_m{margin: 10px 0px;}
.sect_wrap .sect2 .main_t2 {
  margin: 0px 0px 5px;
}
.sect_wrap .sect2 .sch_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 0px 10px;
  margin: 30px 0px 20px;
}
.sect_wrap .sect2 .sch_wrap .inp {
  height: 55px;
  padding: 0px 25px;
  border-radius: 5px;
  border: none;
  font-size: 20px;
  background-color: #fff;
}
.sect_wrap .sect2 .sch_wrap .sel_box {
  position: relative;
  width: 200px;
}
.sect_wrap .sect2 .sch_wrap .sel_box .sel_inp {
  width: 100%;
  padding-right: 45px;
  background: url(/src/img/i/sel_big.png) no-repeat calc(100% - 25px) center/auto #fff;
  /* cursor: pointer; */
}
.sect_wrap .sect2 .sch_wrap .sel_box .sel_inp.a {
  background-image: url(/src/img/i/sel_big_rev.png);
}
.sect_wrap .sect2 .sch_wrap .sel_box .opt_box {
  display: none;
  position: absolute;
  z-index: 4;
  top: 60px;
  left: 0;
  width: 100%;
  padding: 15px 25px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.sect_wrap .sect2 .sch_wrap .sel_box .opt_box ul li {
  margin-bottom: 10px;
}
.sect_wrap .sect2 .sch_wrap .sel_box .opt_box ul li:last-child {
  margin-bottom: 0;
}
.sect_wrap .sect2 .sch_wrap .sel_box .opt_box ul li button {
  width: 100%;
  text-align: left;
  font-size: 18px;
}
.sect_wrap .sect2 .sch_wrap .sch_box {
  position: relative;
}
.sect_wrap .sect2 .sch_wrap .sch_box .inp {
  width: 500px;
  padding-right: 60px;
}
.sect_wrap .sect2 .sch_wrap .sch_box .inp::placeholder {
  color: #999;
}
.sect_wrap .sect2 .sch_wrap .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.sect_wrap .sect2 .tag_lst {
  margin-bottom: 40px;
}
.sect_wrap .sect2 .tag_lst ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.sect_wrap .sect2 .tag_lst ul li {
  font-size: 20px;
  color: #fff;
}
.sect_wrap .sect2 .lst_wrap > ul {
  display: flex;
  gap: 22px;
}
.sect_wrap .sect2 .lst_wrap > ul li {
  position: relative;
  width: 393px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .b_i {
  position: absolute;
  z-index: 5;
  top: -20px;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #D47000 !important;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .top {
  padding: 40px 20px 30px;
  text-align: center;
  background-color: #002A4B !important;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .top p {
  color: #fff;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .top .tit {
  font-size: 20px;
  font-weight: bold;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .top .type {
  margin-top: 10px;
  font-size: 18px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box {
  padding: 30px 25px 0px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box {
  height: calc(100% - 137px);
  padding: 30px 30px 30px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box::-webkit-scrollbar {
  width: 3px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box::-webkit-scrollbar-track {
  background-color: rgba(0, 42, 75, 0.1);
  border-radius: 5px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box::-webkit-scrollbar-thumb {
  background-color: #002a4b;
  border-radius: 5px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box {
  margin-top: 50px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box ul li:first-child {
  margin-top: 0;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box ul li .i {
  width: 102px;
  height: 102px;
  border-radius: 100px;
  overflow: hidden;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box ul li .t_box {
  width: calc(100% - 122px);
  text-align: left;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box ul li .t_box .name {
  font-size: 18px;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box ul li .t_box .name span {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box ul li .t_box .t {
  margin-top: 8px;
  font-size: 18px;
  color: #999;
}
.sect_wrap .sect2 .lst_wrap > ul li:hover .hover_box {
  opacity: 1;
}

@media screen and (max-width: 1660px) {
  .sect_wrap .sect2 .lst_wrap > ul {
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box {
    margin-top: 45px;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box .i {
    width: 80px;
    height: 80px;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box .t_box {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1560px) {
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1480px) {
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .top {
    padding-top: 40px;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1460px) {
  .sect_wrap .sect2 {
    padding: 120px 0px 60px;
  }
  .sect_wrap .sect2 .lst_wrap > ul {
    width: 640px;
    max-width: 100%;
    flex-wrap: wrap;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li {
    width: calc(50% - 10px);
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box {
    padding: 20px 20px 0px;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box .box .mem_box {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap .sect2 .sch_wrap {
    flex-direction: column;
    gap: 15px;
  }
  .sect_wrap .sect2 .sch_wrap .sel_box {
    width: 100%;
  }
  .sect_wrap .sect2 .sch_wrap .sch_box .inp {
    width: 100%;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .hover_box {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect2 {
    padding: 80px 0px 30px;
  }
  .sect_wrap .sect2 .main_t2 {
    margin: 5px 0px 10px;
  }
  .sect_wrap .sect2 .sch_wrap {
    gap: 10px;
    margin: 40px 0px 15px;
  }
  .sect_wrap .sect2 .sch_wrap .inp {
    height: 43px;
    padding: 0px 15px;
    font-size: 16px;
  }
  .sect_wrap .sect2 .sch_wrap .sel_box .sel_inp {
    padding-right: 40px;
    background-position-x: calc(100% - 15px);
    background-size: 15px 15px;
  }
  .sect_wrap .sect2 .sch_wrap .sel_box .opt_box {
    top: 48px;
    padding: 10px 15px;
  }
  .sect_wrap .sect2 .sch_wrap .sel_box .opt_box ul li {
    margin-bottom: 6px;
  }
  .sect_wrap .sect2 .sch_wrap .sel_box .opt_box ul li button {
    font-size: 14px;
  }
  .sect_wrap .sect2 .sch_wrap .sch_box .inp {
    padding-right: 50px;
  }
  .sect_wrap .sect2 .sch_wrap .sch_box .sch_btn {
    right: 15px;
    width: 25px;
  }
  .sect_wrap .sect2 .tag_lst {
    margin-bottom: 20px;
    padding: 0px 20px;
  }
  .sect_wrap .sect2 .tag_lst ul {
    gap: 5px 20px;
  }
  .sect_wrap .sect2 .tag_lst ul li {
    font-size: 16px;
  }
  .sect_wrap .sect2 .lst_wrap > ul {
    flex-direction: column;
    align-items: center;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li {
    width: 380px;
    max-width: 100%;
  }
  .sect_wrap .sect2 .lst_wrap > ul > li .b_i {
    top: -15px;
    right: -15px;
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}
.sect_wrap .sect3 {
  display: flex;
  align-items: end;
  padding-top: 100px;
  background: url(/src/img/sect3_bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}
.sect_wrap .sect3 .df_box {
  display: flex;
  /* align-items: end; */
}
.sect_wrap .sect3 .df_box .l_wrap {
  position: relative;
  z-index: 5;
  width: 550px;
  padding-top: 55px;
}
.sect_wrap .sect3 .df_box .l_wrap .main_t2 {
  margin-top: 15px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(221, 221, 221, 0.5);
  line-height: 135%;
}
.sect_wrap .sect3 .df_box .l_wrap .mem_t_sw .t2 {
  margin: 10px 0px 25px;
}
.sect_wrap .sect3 .df_box .l_wrap .mem_t_sw .lst {
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  /* display: -webkit-box; */
  height: 54px;
  overflow: hidden;
  /* -ms-text-overflow: ellipsis; */
  /* text-overflow: ellipsis; */
  /* -webkit-box-orient: vertical; */
  /* -webkit-line-clamp: 2; */
}
.sect_wrap .sect3 .df_box .l_wrap .mem_t_sw .lst:last-child {
  margin-bottom: 0;
}
.sect_wrap .sect3 .df_box .l_wrap .pagi_box {
  display: flex;
  margin-top: 80px;
  gap: 15px;
}
.sect_wrap .sect3 .df_box .l_wrap .pagi_box .arrow_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: solid 1px #fff;
  border-radius: 50px;
}
.sect_wrap .sect3 .df_box .l_wrap .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.sect_wrap .sect3 .df_box .r_wrap {
  width: 604px;
}
.sect_wrap .sect3 .df_box .r_wrap .item {
  transform: scale(0.7);
  opacity: 0.3;
  transition: transform 0.7s, opacity 0.7s;
  transform-origin: left bottom;
}
.sect_wrap .sect3 .df_box .r_wrap .item.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.sect_wrap .sect3 .df_box .r_wrap .item.swiper-slide-prev {
  opacity: 0;
}
.sect_wrap .sect3 .m_box {
  display: none;
}

@media screen and (max-width: 1460px) {
  .sect_wrap .sect3 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap .sect3 .df_box {
    display: none;
  }
  
  .sect_wrap .sect3 .m_box {
    display: block;
  }
  .sect_wrap .sect3 .m_box .main_t2{margin: 15px 0px 40px;}

  .sect_wrap .sect3 .m_box .sw_wrap {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px rgba(221, 221, 221, 0.5);
  }
  .sect_wrap .sect3 .m_box .sw_wrap .arrow_btn {
    position: absolute;
    z-index: 2;
    top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: solid 1px #fff;
    border-radius: 50px;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .arrow_btn.next {
    right: 0;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .arrow_btn.prev {
    left: 0;
    transform: scaleX(-1);
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .top_box .t2 {
    margin-top: 10px;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .info_box {
    display: flex;
    gap: 20px;
    margin-top: 100px;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .info_box .t_box {
    width: calc(50% - 10px);
    text-align: left;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .info_box .t_box .lst {
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .info_box .t_box .lst:last-child {
    margin-bottom: 0;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .info_box .img {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect3 {
    padding-top: 80px;
  }
  .sect_wrap .sect3 .m_box .main_t2{margin: 10px 0px 20px;}

  .sect_wrap .sect3 .m_box .sw_wrap {
    padding-top: 15px;
    margin-top: 15px;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .arrow_btn {
    top: 85px;
    width: 36px;
    height: 36px;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .arrow_btn.next {
    right: calc(50% - 41px);
  }
  .sect_wrap .sect3 .m_box .sw_wrap .arrow_btn.prev {
    left: calc(50% - 41px);
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .swiper-wrapper {
    align-items: stretch;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .item {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .item .top_box .t2 {
    margin-top: 5px;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .item .info_box {
    flex-direction: column;
    justify-content: space-between;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .item .info_box .t_box {
    width: 100%;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .item .info_box .t_box .lst {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .sect_wrap .sect3 .m_box .sw_wrap .m_mem_sw .item .info_box .img {
    width: 100%;
    text-align: center;
  }
}
.sect_wrap .sect4 {
  max-width: 1920px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  background: url(/src/img/sect4_water.png) no-repeat right calc(100% + 90px)/auto;
  overflow: hidden;
}
.sect_wrap .sect4 .sect4_sw_wrap {
  position: relative;
  overflow-x: hidden;
  margin-top: 30px;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item {
  position: relative;
  border: solid 1px #ddd;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* padding: 60px 40px 150px; */


  padding: 50px 40px 110px;
  background-color: #fff;
  transition: background-color 0.7s;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a p {
  transition: color 0.7s;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .tit {
  height: 72px;
  font-size: 24px;
  font-weight: bold;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .info_box {
  margin-bottom: 15px;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .info_box p {
  display: inline-block;
  font-size: 18px;
  color: #666;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .info_box p::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  background-color: #ddd;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .info_box p:last-child::after {
  display: none;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .t_box {
  padding-top: 30px;
  margin-top: 30px;
  border-top: solid 1px #ddd;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .t_box p {
  height: 135px;
  font-size: 18px;
  color: #666;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .plus {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #D47000 !important;
  opacity: 0;
  transition: bottom 0.7s, opacity 0.7s;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a:hover {
  background-color: #002A4B !important;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a:hover p {
  color: #fff !important;
}
.sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a:hover .plus {
  bottom: 30px;
  opacity: 1;
}
.sect_wrap .sect4 .sect4_sw_wrap .pagi_box {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 40px;
}
.sect_wrap .sect4 .sect4_sw_wrap .pagi_box .arrow_btn {
  display: flex;
  align-items: center;
}
.sect_wrap .sect4 .sect4_sw_wrap .pagi_box .prev {
  margin-right: 10px;
  transform: scaleX(-1);
}
.sect_wrap .sect4 .sect4_sw_wrap .pagi_box .p_bar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 53px);
  height: 2px;
  border-radius: 5px;
  margin-left: 15px;
  background-color: #ddd;
}
.sect_wrap .sect4 .sect4_sw_wrap .pagi_box .p_bar span {
  border-radius: 10px;
  background-color: #002A4B;
}
.sect_wrap .sect4 .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 0;
  width: 160px;
  height: 55px;
  border: solid 1px #ddd;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: #666;
  background-color: #fff;
  transition: border-color 0.5s, background-color 0.5s, color 0.5s;
}
.sect_wrap .sect4 .more_btn:hover {
  background-color: #D47000 !important;
  border-color: #D47000 !important;
  color: #fff;
}

@media screen and (max-width: 1460px) {
  .sect_wrap .sect4 {
    padding: 120px 0px 60px;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap .sect4 {
    background-image: none;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect4 {
    padding: 80px 0px 30px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap {
    margin-top: 20px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a {
    padding: 30px 20px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .tit {
    height: 54px;
    font-size: 18px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .info_box {
    margin-bottom: 8px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .info_box p {
    font-size: 14px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .info_box p::after {
    height: 8px;
    margin: -1px 5px 0px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .t_box {
    padding-top: 15px;
    margin-top: 15px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .t_box p {
    height: 105px;
    font-size: 14px;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .sect4_sw .item a .plus {
    display: none;
  }
  .sect_wrap .sect4 .sect4_sw_wrap .pagi_box {
    margin-top: 20px;
  }
  .sect_wrap .sect4 .more_btn {
    margin-top: 30px;
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.sect_wrap .sect5 {
  display: flex;
  /* align-items: center; */
  padding-top: 100px;
  background-color: #F9FAFB;
}
.sect_wrap .sect5 .sect_box {
  width: 100%;
}
.sect_wrap .sect5 .bg_wrap {
  /* margin-top: 25px; */
  padding: 40px 0px;
  background: url(/src/img/sect5_bg.jpg) no-repeat center center/cover;
}
.sect_wrap .sect5 .bg_wrap ul {
  display: flex;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.sect_wrap .sect5 .bg_wrap ul li {
  width: 25%;
  padding: 25px 0px;
  text-align: center;
}
.sect_wrap .sect5 .bg_wrap ul li:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.sect_wrap .sect5 .bg_wrap ul li p {
  color: #fff;
}
.sect_wrap .sect5 .bg_wrap ul li .t1 {
  font-size: 20px;
  font-weight: bold;
}
.sect_wrap .sect5 .bg_wrap ul li .t2 {
  margin-top: 5px;
  font-size: 40px;
  font-weight: bold;
}
.sect_wrap .sect5 .df_box {
  display: flex;
  gap: 30px;
  width: 1520px;
  margin-left: auto; margin-right: auto;
  margin-top: 60px;
}
.sect_wrap .sect5 .df_box .l_wrap, .sect_wrap .sect5 .df_box .r_wrap {
  width: calc(50% - 15px);
  padding: 45px 40px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.sect_wrap .sect5 .df_box .l_wrap .s_btn, .sect_wrap .sect5 .df_box .r_wrap .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: #002A4B !important;
}
.sect_wrap .sect5 .df_box .l_wrap .s_btn.bgc1, .sect_wrap .sect5 .df_box .r_wrap .s_btn.bgc1 {
  background-color: #D47000 !important;
}
.sect_wrap .sect5 .df_box .l_wrap .box {
  padding: 40px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #F4F6F8;
}
.sect_wrap .sect5 .df_box .l_wrap .box .t2 {
  margin-top: 15px;
}
.sect_wrap .sect5 .df_box .r_wrap .inp_wrap {
  margin-top: 20px;
}
.sect_wrap .sect5 .df_box .r_wrap .inp_wrap .inp {
  border: solid 1px #ddd;
  font-size: 18px;
  background-color: #fff;
}
.sect_wrap .sect5 .df_box .r_wrap .inp_wrap .inp::placeholder {
  color: #666;
}
.sect_wrap .sect5 .df_box .r_wrap .inp_wrap .thr_box {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.sect_wrap .sect5 .df_box .r_wrap .inp_wrap .thr_box .inp {
  width: calc((100% - 30px) / 3);
  height: 50px;
  padding: 0px 15px;
}
.sect_wrap .sect5 .df_box .r_wrap .inp_wrap .thr_box select.inp {
  padding-right: 30px;
  background: url(/src/img/i/sel_big.png) no-repeat calc(100% - 15px) center/auto #fff;
}
.sect_wrap .sect5 .df_box .r_wrap .inp_wrap textarea {
  display: block;
  width: 100%;
  height: 130px;
  resize: none;
}
.sect_wrap .sect5 .df_box .r_wrap label {
  display: block;
  margin: 20px auto 25px;
  text-align: center;
}
.sect_wrap .sect5 .df_box .r_wrap label i {
  width: 25px;
  height: 25px;
  margin-top: -3px;
  border: solid 1px #ddd;
  border-radius: 50px;
}
.sect_wrap .sect5 .df_box .r_wrap label i::after {
  border-radius: 50px;
}
.sect_wrap .sect5 .df_box .r_wrap label button {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
@media screen and (max-width: 1560px) {
  .sect_wrap .sect5 .df_box{width: 100%;}
}

@media screen and (max-width: 1500px) {
  .sect_wrap .sect5 .bg_wrap ul {
    width: 100%;
  }
}
@media screen and (max-width: 1460px) {
  .sect_wrap .sect5 {
    padding: 0px 0px 60px;
  }
  .sect_wrap .sect5 .bg_wrap ul {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap .sect5 .bg_wrap {
    background-image: url(/src/img/sect5_bg_m.jpg);
  }
  .sect_wrap .sect5 .bg_wrap ul {
    flex-wrap: wrap;
  }
  .sect_wrap .sect5 .bg_wrap ul li {
    width: 33.3334%;
  }
  .sect_wrap .sect5 .bg_wrap ul li:first-child {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  }
  .sect_wrap .sect5 .df_box {
    flex-direction: column;
  }
  .sect_wrap .sect5 .df_box .l_wrap, .sect_wrap .sect5 .df_box .r_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect5 {
    padding: 0px 0px 30px;
  }
  .sect_wrap .sect5 .mt15 {
    margin-top: 10px;
  }
  .sect_wrap .sect5 .bg_wrap {
    margin-top: 0px;
    padding: 30px 0px;
  }
  .sect_wrap .sect5 .bg_wrap ul li {
    width: 100%;
    padding: 15px 0px;
  }
  .sect_wrap .sect5 .bg_wrap ul li .t1 {
    font-size: 16px;
  }
  .sect_wrap .sect5 .bg_wrap ul li .t2 {
    font-size: 20px;
  }
  .sect_wrap .sect5 .df_box{margin-top: 20px; gap: 20px;}
  .sect_wrap .sect5 .df_box .l_wrap, .sect_wrap .sect5 .df_box .r_wrap {
    padding: 25px 20px;
  }
  .sect_wrap .sect5 .df_box .l_wrap .s_btn, .sect_wrap .sect5 .df_box .r_wrap .s_btn {
    height: 40px;
  }
  .sect_wrap .sect5 .df_box .l_wrap .box {
    padding: 30px 20px;
  }
  .sect_wrap .sect5 .df_box .l_wrap .box br {
    display: block;
  }
  .sect_wrap .sect5 .df_box .l_wrap .box .t2 {
    margin-top: 10px;
  }
  .sect_wrap .sect5 .df_box .r_wrap .inp_wrap {
    margin-top: 15px;
  }
  .sect_wrap .sect5 .df_box .r_wrap .inp_wrap .inp {
    font-size: 14px;
  }
  .sect_wrap .sect5 .df_box .r_wrap .inp_wrap .thr_box {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
  }
  .sect_wrap .sect5 .df_box .r_wrap .inp_wrap .thr_box .inp {
    width: 100%;
    height: 40px;
  }
  .sect_wrap .sect5 .df_box .r_wrap .inp_wrap .thr_box select.inp {
    background-size: 11px 11px;
  }
  .sect_wrap .sect5 .df_box .r_wrap .inp_wrap textarea {
    height: 120px;
  }
  .sect_wrap .sect5 .df_box .r_wrap label {
    margin: 10px 0px;
  }
  .sect_wrap .sect5 .df_box .r_wrap label i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .sect_wrap .sect5 .df_box .r_wrap label button {
    display: block;
    margin: 0px auto;
  }
}
.sect_wrap .sect6 {
  display: flex;
  align-items: center;
  padding-top: 100px;
  background: url(/src/img/sect6_bg.jpg) no-repeat center center/cover;
}
.sect_wrap .sect6 .loca_box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
}
.sect_wrap .sect6 .loca_box .map {
  width: 950px;
  height: 600px;
}
.sect_wrap .sect6 .loca_box .info_box {
  width: calc(100% - 1000px);
}
.sect_wrap .sect6 .loca_box .info_box ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 40px 0px;
  border-bottom: solid 1px rgba(221, 221, 221, 0.4);
}
.sect_wrap .sect6 .loca_box .info_box ul li:first-child {
  padding-top: 0;
}
.sect_wrap .sect6 .loca_box .info_box ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sect_wrap .sect6 .loca_box .info_box ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect_wrap .sect6 .loca_box .info_box ul li p {
  width: calc(100% - 60px);
  font-weight: bold;
  color: #fff;
}
.sect_wrap .sect6 .loca_box .info_box ul li p span {
  display: block;
  font-weight: 300;
}
.sect_wrap .sect6 .loca_box .info_box ul li p span.fwb{
  font-weight: bold;
  line-height: 125%;
}

@media screen and (max-width: 1660px) {
  .sect_wrap .sect6 .loca_box .map {
    width: calc(100% - 350px);
    height: 550px;
  }
}
@media screen and (max-width: 1460px) {
  .sect_wrap .sect6 {
    padding: 120px 0px 60px;
  }
}
@media screen and (max-width: 1420px) {
  .sect_wrap .sect6 .loca_box {
    flex-direction: column;
  }
  .sect_wrap .sect6 .loca_box .map {
    width: 100%;
    height: 600px;
  }
  .sect_wrap .sect6 .loca_box .info_box {
    width: 100%;
  }
  .sect_wrap .sect6 .loca_box .info_box ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sect_wrap .sect6 .loca_box .info_box ul li {
    width: 50%;
  }
  .sect_wrap .sect6 .loca_box .info_box ul li:nth-child(1) {
    padding-top: 0;
  }
  .sect_wrap .sect6 .loca_box .info_box ul li:nth-child(2) {
    padding-left: 15px;
    padding-top: 0;
    border-left: solid 1px rgba(221, 221, 221, 0.4);
  }
  .sect_wrap .sect6 .loca_box .info_box ul li:nth-child(3) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .sect_wrap .sect6 .loca_box .info_box ul li:nth-child(4) {
    padding-left: 15px;
    padding-bottom: 0;
    border-bottom: none;
    border-left: solid 1px rgba(221, 221, 221, 0.4);
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect6 {
    padding: 80px 0px 30px;
  }
  .sect_wrap .sect6 .main_t2 {
    margin-top: 5px;
  }
  .sect_wrap .sect6 .loca_box {
    gap: 25px;
    margin-top: 15px;
  }
  .sect_wrap .sect6 .loca_box .map {
    height: 320px;
  }
  .sect_wrap .sect6 .loca_box .info_box ul li {
    width: 100%;
    padding: 25px 0px;
    padding-left: 0 !important;
    border-left: none !important;
  }
  .sect_wrap .sect6 .loca_box .info_box ul li:nth-child(2) {
    padding-top: 25px;
  }
  .sect_wrap .sect6 .loca_box .info_box ul li:nth-child(3) {
    padding-bottom: 25px;
    border-bottom: solid 1px rgba(221, 221, 221, 0.4);
  }
  .sect_wrap .sect6 .loca_box .info_box ul li .img {
    width: 40px;
  }
  .sect_wrap .sect6 .loca_box .info_box ul li p {
    width: calc(100% - 50px);
  }
}
.s_top {
  position: relative;
  width: 100%;
  height: 850px;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s_top.mb0 {
  margin-bottom: 0;
}
.s_top.s_top1 {
  background-image: url(/src/img/s_top1.jpg);
}
.s_top.s_top2 {
  background-image: url(/src/img/s_top2.jpg);
}
.s_top.s_top3 {
  background-image: url(/src/img/s_top3.jpg);
}
.s_top.s_top4 {
  background-image: url(/src/img/s_top4.jpg);
}
.s_top.s_top5 {
  background-image: url(/src/img/s_top5.jpg);
}
.s_top.s_top6 {
  background-image: url(/src/img/s_top6.jpg);
}
.s_top .t_box {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
}
.s_top .t_box p {
  color: #fff;
}
.s_top .t_box .t2 {
  margin: 10px 0px 20px;
}

@media screen and (max-width: 1420px) {
  .s_top .t_box br {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .s_top {
    margin-bottom: 50px;
  }
  .s_top.s_top1 {
    background-image: url(/src/img/s_top1_m.jpg);
  }
  .s_top.s_top2 {
    background-image: url(/src/img/s_top2_m.jpg);
  }
  .s_top.s_top3 {
    background-image: url(/src/img/s_top3_m.jpg);
  }
  .s_top.s_top4 {
    background-image: url(/src/img/s_top4_m.jpg);
  }
  .s_top.s_top5 {
    background-image: url(/src/img/s_top5_m.jpg);
  }
  .s_top.s_top6 {
    background-image: url(/src/img/s_top6_m.jpg);
  }
}
@media screen and (max-width: 720px) {
  .s_top {
    height: 425px;
  }
  .s_top .t_box {
    bottom: 80px;
  }
  .s_top .t_box .t2 {
    margin: 5px 0px 15px;
  }
}
.sub_tit {
  margin-bottom: 80px;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.sub_tit.mb25 {
  margin-bottom: 25px;
}
.sub_tit.mb40 {
  margin-bottom: 40px;
}
.sub_tit.bef_tit span {
  position: relative;
  display: inline-block;
}
.sub_tit.bef_tit span::before {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: #002A4B !important;
}

@media screen and (max-width: 720px) {
  .mb80 {
    margin-bottom: 40px;
  }
  .sub_tit {
    margin-bottom: 40px;
    font-size: 30px;
  }
  .sub_tit.mb25 {
    margin-bottom: 15px;
  }
  .sub_tit.mb40 {
    margin-bottom: 20px;
  }
  .sub_tit.bef_tit span::before {
    width: 40px;
    height: 2px;
    margin-bottom: 5px;
  }
}
.sinhu .bg_wrap .bg_box {
  position: relative;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sinhu .bg_wrap .bg_box .num {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  max-width: 100%;
  font-size: 500px;
  line-height: 100%;
  font-weight: bold;
  text-align: right;
  color: rgba(255, 255, 255, 0.05);
}
.sinhu .bg_wrap .bg_box:first-child {
  padding-top: 200px;
}
.sinhu .bg_wrap .bg_box:last-child {
  padding-bottom: 200px;
}
.sinhu .bg_wrap .bg_box:last-child .num {
  bottom: 130px;
}
.sinhu .bg_wrap .bg_box.bg_box1 {
  background-image: url(/src/img/sinhu_bg1.jpg);
}
.sinhu .bg_wrap .bg_box.bg_box2 {
  background-image: url(/src/img/sinhu_bg2.jpg);
}
.sinhu .bg_wrap .bg_box.bg_box3 {
  background-image: url(/src/img/sinhu_bg3.jpg);
}
.sinhu .bg_wrap .bg_box:nth-child(even) .num {
  text-align: left;
}
.sinhu .bg_wrap .bg_box:nth-child(even) .df_box {
  flex-direction: row-reverse;
}
.sinhu .bg_wrap .bg_box .df_box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 110px;
}
.sinhu .bg_wrap .bg_box .df_box .img {
  width: 820px;
}
.sinhu .bg_wrap .bg_box .df_box .t_box {
  width: calc(100% - 930px);
}
.sinhu .bg_wrap .bg_box .df_box .t_box p {
  color: #fff;
}
.sinhu .bg_wrap .bg_box .df_box .t_box .tit {
  margin-bottom: 50px;
  font-size: 80px;
  line-height: 120%;
  font-weight: bold;
}
.sinhu .bg_wrap .bg_box .df_box .t_box .tit::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
.sinhu .bg_wrap .bg_box .df_box .t_box .t {
  margin-bottom: 60px;
  line-height: 140%;
  font-size: 24px;
}
.sinhu .bg_wrap .bg_box .df_box .t_box .t:last-child {
  margin-bottom: 0;
}
.sinhu .bottom_bg {
  position: relative;
  padding: 140px 0px 0px;
  background: url(/src/img/sinhu_bg4.jpg) no-repeat center center/cover;
}
.sinhu .bottom_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.6);
}
.sinhu .bottom_bg ul {
  display: flex;
  justify-content: center;
}
.sinhu .bottom_bg ul.m_ver {
  display: none;
}
.sinhu .bottom_bg ul li {
  text-align: center;
}
.sinhu .bottom_bg ul li p {
  color: #fff;
}
.sinhu .bottom_bg ul li .t1 {
  font-size: 24px;
}
.sinhu .bottom_bg ul li .t2 {
  margin: 10px 0px 25px;
  font-size: 30px;
  font-weight: bold;
}
.sinhu .bottom_bg ul li:first-child {
  margin-right: -80px;
}
.sinhu .bottom_bg ul li:nth-child(2) .img {
  margin-right: 0px;
}
.sinhu .bottom_bg ul li:last-child {
  margin-left: -80px;
}
.sinhu .bottom_bg ul li:last-child .img {
  position: relative;
  right: 0px;
}
.sinhu .bottom_bg .bottom_b {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 20px 0px;
}
.sinhu .bottom_bg .bottom_b a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 50%;
  height: 100%;
}
.sinhu .bottom_bg .bottom_b a:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.sinhu .bottom_bg .bottom_b a p {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.sinhu .bottom_bg .bottom_b a .i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1660px) {
  .sinhu .bg_wrap .bg_box .df_box {
    gap: 80px;
  }
  .sinhu .bg_wrap .bg_box .df_box .img {
    width: 800px;
  }
  .sinhu .bg_wrap .bg_box .df_box .t_box {
    width: 680px;
  }
}
@media screen and (max-width: 1520px) {
  .sinhu .bg_wrap .bg_box:nth-child(even) .df_box {
    flex-direction: column;
  }
  .sinhu .bg_wrap .bg_box:nth-child(even) .num {
    text-align: right;
  }
  .sinhu .bg_wrap .bg_box .df_box {
    flex-direction: column;
  }
  .sinhu .bg_wrap .bg_box .df_box .img {
    width: auto;
    max-width: 100%;
  }
  .sinhu .bg_wrap .bg_box .df_box .t_box {
    width: 100%;
  }
}
@media screen and (max-width: 1420px) {
  .sinhu .bottom_bg {
    padding-bottom: 100px;
    padding-top: 0;
  }
  .sinhu .bottom_bg .container {
    padding: 0;
  }
  .sinhu .bottom_bg ul {
    flex-direction: column;
  }
  .sinhu .bottom_bg ul.pc_ver {
    display: none;
  }
  .sinhu .bottom_bg ul.m_ver {
    display: flex;
  }
  .sinhu .bottom_bg ul li {
    width: 100%;
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: solid 1px #001323;
    margin: 0px !important;
  }
  .sinhu .bottom_bg ul li .img {
    margin: 0 !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 720px) {
  .sinhu .bg_wrap .bg_box {
    padding: 50px 0px;
  }
  .sinhu .bg_wrap .bg_box:first-child {
    padding-top: 100px;
  }
  .sinhu .bg_wrap .bg_box:last-child {
    padding-bottom: 100px;
  }
  .sinhu .bg_wrap .bg_box:last-child .num {
    bottom: 70px;
  }
  .sinhu .bg_wrap .bg_box .num {
    bottom: 20px;
    font-size: 250px;
  }
  .sinhu .bg_wrap .bg_box .df_box {
    gap: 40px;
  }
  .sinhu .bg_wrap .bg_box .df_box .t_box br {
    display: none;
  }
  .sinhu .bg_wrap .bg_box .df_box .t_box .tit {
    margin-bottom: 30px;
    font-size: 40px;
  }
  .sinhu .bg_wrap .bg_box .df_box .t_box .tit::before {
    width: 30px;
    height: 1px;
    margin-bottom: 10px;
  }
  .sinhu .bg_wrap .bg_box .df_box .t_box .t {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 150%;
  }
  .sinhu .bottom_bg {
    padding-bottom: 50px;
  }
  .sinhu .bottom_bg::after {
    height: 50px;
  }
  .sinhu .bottom_bg ul li {
    width: 100%;
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sinhu .bottom_bg ul li .t1 {
    font-size: 18px;
  }
  .sinhu .bottom_bg ul li .t2 {
    margin: 10px 0px 20px;
    font-size: 24px;
  }
  .sinhu .bottom_bg .bottom_b {
    height: 50px;
    padding: 10px 0px;
  }
  .sinhu .bottom_bg .bottom_b a {
    gap: 10px;
  }
  .sinhu .bottom_bg .bottom_b a p {
    font-size: 20px;
  }
  .sinhu .bottom_bg .bottom_b a .i {
    width: 25px;
    height: 25px;
  }
  .sinhu .bottom_bg .bottom_b a .i img {
    display: block;
    width: 7px;
  }
}
.greeting .bg_wrap {
  position: relative;
  padding-top: 80px;
  background: url(/src/img/greeting_bg.jpg) no-repeat center center/cover;
}
.greeting .bg_wrap .df_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.greeting .bg_wrap .df_box .t_box {
  width: 820px;
  margin-top: -80px;
}
.greeting .bg_wrap .df_box .t_box p {
  color: #fff;
}
.greeting .bg_wrap .df_box .t_box .t2 {
  margin-top: 70px;
  padding-top: 70px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.greeting .bg_wrap .df_box .img {
  position: relative;
  width: 720px;
}
.greeting .bg_wrap .df_box .img p {
  position: absolute;
  bottom: 130px;
  right: 0;
}
.greeting .bg_wrap .bottom_b {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  padding: 20px 0px;
  background-color: rgba(0, 0, 0, 0.6);
}
.greeting .bg_wrap .bottom_b a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 50%;
  height: 100%;
}
.greeting .bg_wrap .bottom_b a:first-child {
  border-right: solid 1px rgba(255, 255, 255, 0.5);
}
.greeting .bg_wrap .bottom_b a p {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.greeting .bg_wrap .bottom_b a .i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .greeting .bg_wrap {
    padding: 100px 0px;
  }
  .greeting .bg_wrap .df_box {
    flex-direction: column;
    gap: 100px;
  }
  .greeting .bg_wrap .df_box .t_box {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .greeting .bg_wrap .df_box .t_box .t1 {
    letter-spacing: -1px;
  }
  .greeting .bg_wrap .df_box .t_box .t2 br {
    display: none;
  }
  .greeting .bg_wrap .df_box .img {
    max-width: 100%;
  }
  .greeting .bg_wrap .df_box .img p {
    bottom: 30px;
  }
}
@media screen and (max-width: 720px) {
  .greeting .bg_wrap {
    padding: 50px 0px;
  }
  .greeting .bg_wrap .df_box {
    gap: 50px;
  }
  .greeting .bg_wrap .df_box .t_box br {
    display: none;
  }
  .greeting .bg_wrap .df_box .t_box .t2 {
    padding-top: 35px;
    margin-top: 35px;
  }
  .greeting .bg_wrap .df_box .img p {
    width: 120px;
    bottom: 15px;
  }
  .greeting .bg_wrap .bottom_b {
    height: 50px;
    padding: 10px 0px;
  }
  .greeting .bg_wrap .bottom_b a {
    gap: 10px;
  }
  .greeting .bg_wrap .bottom_b a p {
    font-size: 20px;
  }
  .greeting .bg_wrap .bottom_b a .i {
    width: 25px;
    height: 25px;
  }
  .greeting .bg_wrap .bottom_b a .i img {
    display: block;
    width: 7px;
  }
}
.location .map {
  height: 530px;
  border: solid 1px #ddd;
}
.location .info_box {
  margin-top: 40px;
}
.location .info_box ul {
  display: flex;
}
.location .info_box ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  width: 33.3334%;
}
.location .info_box ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 35px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.location .info_box ul li .img {
  width: 50px;
}
.location .info_box ul li p {
  width: calc(100% - 75px);
  font-size: 24px;
  color: #002A4B !important;
}
.location .info_box ul li p span {
  display: block;
  font-weight: bold;
}
.location .info_box ul li:first-child {
  padding-right: 60px;
}
.location .info_box ul li:nth-child(2) {
  padding: 0px 60px;
}
.location .info_box ul li:last-child {
  padding-left: 60px;
}
.location .info_box ul li:last-child::after {
  display: none;
}

@media screen and (max-width: 1460px) {
  .location .info_box ul li:first-child {
    padding-right: 40px;
  }
  .location .info_box ul li:nth-child(2) {
    padding: 0px 40px;
  }
  .location .info_box ul li:last-child {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1420px) {
  .location .info_box ul {
    flex-direction: column;
    border-top: solid 1px #ddd;
  }
  .location .info_box ul li {
    width: 100%;
    padding: 25px 20px !important;
    border-bottom: solid 1px #ddd;
  }
  .location .info_box ul li::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .location .map {
    height: 350px;
  }
  .location .info_box ul li {
    gap: 15px;
    padding: 15px 0px !important;
  }
  .location .info_box ul li .img {
    width: 40px;
  }
  .location .info_box ul li p {
    width: calc(100% - 55px);
    font-size: 18px;
  }
}
.mem_lst {
  padding: 100px 0px 140px;
  background: url(/src/img/mem_lst_bg.png) no-repeat center center/cover;
}
.mem_lst .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.mem_lst .lst_wrap ul li {
  width: calc((100% - 80px) / 3);
}
.mem_lst .lst_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mem_lst .lst_wrap ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  transition: opacity 0.2s;
  opacity: 1;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.mem_lst .lst_wrap ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.5s;
  background: rgb(0, 42, 75);
  background: -moz-linear-gradient(0deg, rgb(0, 42, 75) 0%, rgba(0, 23, 41, 0.55) 40%, rgba(0, 42, 75, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 42, 75) 0%, rgba(0, 23, 41, 0.55) 40%, rgba(0, 42, 75, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 42, 75) 0%, rgba(0, 23, 41, 0.55) 40%, rgba(0, 42, 75, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002a4b",endColorstr="#002a4b",GradientType=1);
}
.mem_lst .lst_wrap ul li a .t_box {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0px 20px 40px;
  text-align: center;
}
.mem_lst .lst_wrap ul li a .t_box p {
  color: #fff;
}
.mem_lst .lst_wrap ul li a .t_box .t1 {
  font-size: 24px;
}
.mem_lst .lst_wrap ul li a .t_box .t2 {
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
}
.mem_lst .lst_wrap ul li:hover a::before {
  opacity: 0;
}
.mem_lst .lst_wrap ul li:hover a::after {
  height: 500px;
}

@media screen and (max-width: 1420px) {
  .mem_lst .lst_wrap ul {
    flex-direction: column;
    align-items: center;
  }
  .mem_lst .lst_wrap ul li {
    width: 520px;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .mem_lst {
    padding: 50px 0px 70px;
  }
  .mem_lst .lst_wrap ul {
    gap: 20px;
  }
  .mem_lst .lst_wrap ul li a::before {
    height: 60%;
  }
  .mem_lst .lst_wrap ul li a::after {
    display: none;
  }
  .mem_lst .lst_wrap ul li a .t_box {
    padding: 0px 15px 20px;
  }
  .mem_lst .lst_wrap ul li a .t_box .t1 {
    font-size: 18px;
  }
  .mem_lst .lst_wrap ul li a .t_box .t2 {
    font-size: 20px;
  }
  .mem_lst .lst_wrap ul li:hover a::before {
    opacity: 1;
  }
}
.mem_view .df_box {
  display: flex;
  align-items: start;
  gap: 100px;
}
.mem_view .df_box .img {
  width: 820px;
}
.mem_view .df_box .img img {
  display: block;
  width: 100%;
}
.mem_view .df_box .r_box {
  width: 720px;
}
.mem_view .df_box .r_box .tit {
  margin-bottom: 15px;
}
.mem_view .df_box .r_box .tit::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #002A4B !important;
}
.mem_view .df_box .r_box .line {
  margin-top: 40px;
}
.mem_view .df_box .r_box .line .line_tit {
  width: 100%;
  padding: 7px 20px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  background-color: #002A4B !important;
}
.mem_view .df_box .r_box .line .cert_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.mem_view .df_box .r_box .line .cert_lst ul li {
  width: 168px;
  border: solid 1px #eee;
}
.mem_view .list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 55px;
  margin: 80px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #D47000 !important;
}

@media screen and (max-width: 1420px) {
  .mem_view .df_box {
    flex-direction: column;
    align-items: center;
  }
  .mem_view .df_box .img {
    width: auto;
    max-width: 100%;
  }
  .mem_view .df_box .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .mem_view .df_box {
    gap: 50px;
  }
  .mem_view .df_box .r_box .tit {
    margin-bottom: 10px;
  }
  .mem_view .df_box .r_box .tit::before {
    width: 20px;
    height: 1px;
    margin-bottom: 10px;
  }
  .mem_view .df_box .r_box .line {
    margin-top: 20px;
  }
  .mem_view .df_box .r_box .line .line_tit {
    padding: 5px 10px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .mem_view .df_box .r_box .line .cert_lst ul {
    gap: 10px;
  }
  .mem_view .df_box .r_box .line .cert_lst ul li {
    width: calc(50% - 5px);
  }
  .mem_view .list_btn {
    width: 120px;
    height: 45px;
    margin-top: 40px;
    font-size: 14px;
  }
}
.busi_lst {
  padding: 100px 0px 140px;
  background-color: #F4F6F8;
  overflow: hidden;
}
.busi_lst .lst_wrap {
  position: relative;
}
.busi_lst .lst_wrap::after {
  content: "";
  position: absolute;
  bottom: -370px;
  right: -140px;
  width: 1260px;
  height: 1130px;
  background: url(/src/img/busi_water.png) no-repeat center center/auto;
}
.busi_lst .lst_wrap ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.busi_lst .lst_wrap ul li {
  width: calc((100% - 80px) / 3);
  border: solid 1px #eee;
  background-color: #fff;
}
.busi_lst .lst_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 50px;
}
.busi_lst .lst_wrap ul li .tit {
  padding-bottom: 35px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ddd;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.busi_lst .lst_wrap ul li .t2 {
  font-size: 22px;
  height: 132px;
}
.busi_lst .lst_wrap ul li .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  margin-top: 80px;
  border: solid 1px #ddd;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #002A4B !important;
  transition: background-color 0.3s, color 0.3s;
}
.busi_lst .lst_wrap ul li:hover .more_btn {
  background-color: #002A4B !important;
  color: #fff !important;
}

@media screen and (max-width: 1560px) {
  .busi_lst .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1240px) {
  .busi_lst .lst_wrap::after {
    bottom: -200px;
    right: -80px;
    width: 584px;
    height: 419px;
    background-size: cover;
  }
  .busi_lst .lst_wrap ul li {
    width: 100%;
  }
  .busi_lst .lst_wrap ul li .t2 {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .busi_lst {
    padding: 50px 0px 70px;
  }
  .busi_lst .lst_wrap ul {
    gap: 20px;
  }
  .busi_lst .lst_wrap ul li a {
    padding: 30px 20px;
  }
  .busi_lst .lst_wrap ul li .tit {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .busi_lst .lst_wrap ul li .t2 {
    font-size: 16px;
  }
  .busi_lst .lst_wrap ul li .more_btn {
    height: 45px;
    margin-top: 40px;
    font-size: 14px;
  }
}
.busi_pg {
  padding: 100px 0px 140px;
  background-color: #F4F6F8;
}
.busi_pg .df_box {
  display: flex;
  border: solid 1px #ddd;
  background-color: #fff;
}
.busi_pg .df_box .img, .busi_pg .df_box .t_box {
  width: 50%;
}
.busi_pg .df_box .t_box {
  padding: 60px 60px 0;
  border-left: solid 1px #ddd;
}
.busi_pg .df_box .t_box .main_t {
  height: 324px;
  border-bottom: solid 1px #ddd;
  line-height: 140%;
}
.busi_pg .df_box .t_box .ex_wrap {
  padding-top: 60px;
}
.busi_pg .df_box .t_box .ex_wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.busi_pg .df_box .t_box .ex_wrap .top .t1 {
  position: relative;
  padding-left: 23px;
}
.busi_pg .df_box .t_box .ex_wrap .top .t1::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #002A4B !important;
}
.busi_pg .df_box .t_box .ex_wrap .top .more_btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap {
  height: 230px;
  padding-right: 15px;
  overflow-y: scroll;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap::-webkit-scrollbar {
  width: 3px;
  border-radius: 3px;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ddd;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #002A4B;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li {
  margin-bottom: 15px;
  background-color: #F4F6F8;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li:last-child {
  margin-bottom: 0;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li a {
  display: block;
  padding: 20px 25px;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li a .t1 {
  font-size: 24px;
  line-height: 125%;
  font-weight: bold;
}
.busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li a .t2 {
  margin-top: 13px;
  line-height: 125%;
  font-size: 20px;
}
.busi_pg .df_box .t_box .ex_wrap .m_more_btn {
  display: none;
}

@media screen and (max-width: 1660px) {
  .busi_pg .df_box {
    flex-direction: column;
    gap: 60px;
  }
  .busi_pg .df_box .img, .busi_pg .df_box .t_box {
    width: 100%;
  }
  .busi_pg .df_box .img {
    height: 800px;
    text-align: center;
  }
  .busi_pg .df_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .busi_pg .df_box .t_box {
    padding: 0 60px 60px;
    border: none;
  }
  .busi_pg .df_box .t_box .main_t {
    height: auto;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .busi_pg .df_box .img {
    height: auto;
  }
  .busi_pg .df_box .t_box {
    padding: 0px 40px 40px;
  }
}
@media screen and (max-width: 720px) {
  .busi_pg {
    padding: 50px 0px 70px;
  }
  .busi_pg .df_box {
    gap: 40px;
  }
  .busi_pg .df_box .t_box {
    padding: 0px 20px 20px;
  }
  .busi_pg .df_box .t_box .main_t {
    padding-bottom: 30px;
  }
  .busi_pg .df_box .t_box .ex_wrap {
    padding-top: 30px;
  }
  .busi_pg .df_box .t_box .ex_wrap .top {
    margin-bottom: 15px;
  }
  .busi_pg .df_box .t_box .ex_wrap .top .t1 {
    padding-left: 16px;
  }
  .busi_pg .df_box .t_box .ex_wrap .top .t1::before {
    top: 12px;
    width: 6px;
    height: 6px;
  }
  .busi_pg .df_box .t_box .ex_wrap .top .more_btn {
    display: none;
  }
  .busi_pg .df_box .t_box .ex_wrap .lst_wrap {
    height: 165px;
    padding-right: 10px;
  }
  .busi_pg .df_box .t_box .ex_wrap .lst_wrap::-webkit-scrollbar {
    width: 2px;
    border-radius: 3px;
  }
  .busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li {
    margin-bottom: 10px;
  }
  .busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li a {
    padding: 12px 15px;
  }
  .busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li a .t1 {
    font-size: 18px;
  }
  .busi_pg .df_box .t_box .ex_wrap .lst_wrap ul li a .t2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .busi_pg .df_box .t_box .ex_wrap .m_more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    width: 120px;
    height: 40px;
    border: solid 1px #ddd;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background-color: #fff;
  }
}
.ex_lst_pg .sch_df {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.ex_lst_pg .sch_df .w_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 55px;
  border: solid 1px #002A4B !important;
  border-radius: 5px;
}
.ex_lst_pg .sch_df .w_btn:hover {
  background-color: #002A4B !important;
  color: #fff !important;
}
.ex_lst_pg .sch_wrap .sch_box {
  position: relative;
  width: 500px;
  margin: 0px auto;
}
.ex_lst_pg .sch_wrap .sch_box .inp {
  width: 100%;
  height: 55px;
  padding: 0px 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 20px;
  background-color: #fff;
}
.ex_lst_pg .sch_wrap .sch_box .inp::placeholder {
  color: #999;
}
.ex_lst_pg .sch_wrap .sch_box button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.ex_lst_pg .tag_lst {
  margin-top: 25px;
}
.ex_lst_pg .tag_lst ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.ex_lst_pg .tag_lst ul li {
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #F4F6F8;
}
.ex_lst_pg .tag_lst ul li a, .ex_lst_pg .tag_lst ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0px 30px;
  font-size: 22px;
  color: #666;
}
.ex_lst_pg .tag_lst ul li.a {
  background-color: #002A4B !important;
}
.ex_lst_pg .tag_lst ul li.a a, .ex_lst_pg .tag_lst ul li.a button {
  color: #fff;
}
.ex_lst_pg .tag_lst select {
  display: none;
}
.ex_lst_pg .bg_wrap {
  padding: 60px 0px;
  margin: 60px 0px;
  background-color: #F4F6F8;
  overflow: hidden;
}
.ex_lst_pg .bg_wrap .ex_sw_wrap {
  /* overflow-x: hidden; */
}
.ex_lst_pg .bg_wrap .ex_swiper .item {
  position: relative;
  background-color: #fff;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .b_i {
  position: absolute;
  z-index: 5;
  top: -20px;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #D47000 !important;
}






/* .ex_lst_pg .bg_wrap .ex_swiper .item a {max-height: 489px;} */
.ex_lst_pg .bg_wrap .ex_swiper .item .box {
  /* height: calc(100% - 157px); */
  height: 332px;
  padding: 30px 45px 30px;
  overflow-y: scroll;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box::-webkit-scrollbar {
  width: 3px;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box::-webkit-scrollbar-track {
  background-color: rgba(0, 42, 75, 0.1);
  border-radius: 5px;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box::-webkit-scrollbar-thumb {
  background-color: #002a4b;
  border-radius: 5px;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul{width: 100%;}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li:first-child {
  margin-top: 0;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .i {
  width: 102px;
  height: 102px;
  border-radius: 100px;
  overflow: hidden;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .t_box {
  width: calc(100% - 122px);
  text-align: left;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .t_box .name {
  font-size: 18px;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .t_box .name span {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .t_box .t {
  margin-top: 8px;
  font-size: 18px;
  color: #999;
}





.ex_lst_pg .bg_wrap .ex_swiper .item .top {
  padding: 60px 20px 30px;
  text-align: center;
  background-color: #002A4B !important;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .top p {
  color: #fff;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .top .tit {
  font-size: 20px;
  font-weight: bold;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .top .type {
  margin-top: 10px;
  font-size: 18px;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box {
  padding: 30px 25px;
  border: solid 1px #ddd;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .t1{height: 108px;}
@media screen and (max-width: 720px) {
  .ex_lst_pg .bg_wrap .ex_swiper .item .box .t1{height: 84px;}
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box .i {
  width: 102px;
  height: 102px;
  border-radius: 100px;
  overflow: hidden;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box .t_box {
  width: calc(100% - 122px);
  text-align: left;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box .t_box .name {
  font-size: 18px;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box .t_box .name span {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box .t_box .t {
  margin-top: 8px;
  font-size: 18px;
  color: #999;
}
.ex_lst_pg .bg_wrap .ex_swiper .item:hover .box {
  border-color: #002A4B !important;
}
.ex_lst_pg .bg_wrap .pagi_box {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 40px;
}
.ex_lst_pg .bg_wrap .pagi_box .arrow_btn {
  display: flex;
  align-items: center;
}
.ex_lst_pg .bg_wrap .pagi_box .prev {
  margin-right: 10px;
  transform: scaleX(-1);
}
.ex_lst_pg .bg_wrap .pagi_box .p_bar {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 53px);
  height: 2px;
  border-radius: 5px;
  margin-left: 15px;
  background-color: #ddd;
}
.ex_lst_pg .bg_wrap .pagi_box .p_bar span {
  border-radius: 10px;
  background-color: #002A4B;
}
.ex_lst_pg .lst_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 40px;
}
.ex_lst_pg .lst_wrap > ul > li {
  width: calc((100% - 120px) / 4);
  background-color: #fff;
}
.ex_lst_pg .lst_wrap > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ex_lst_pg .lst_wrap > ul > li .b_i {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #D47000 !important;
}
















.ex_lst_pg .lst_wrap > ul > li .box {
  /* height: calc(100% - 157px); */
  height: 332px;
  padding: 30px 45px 30px;
  overflow-y: scroll;
}
.ex_lst_pg .lst_wrap > ul > li .box::-webkit-scrollbar {
  width: 3px;
}
.ex_lst_pg .lst_wrap > ul > li .box::-webkit-scrollbar-track {
  background-color: rgba(0, 42, 75, 0.1);
  border-radius: 5px;
}
.ex_lst_pg .lst_wrap > ul > li .box::-webkit-scrollbar-thumb {
  background-color: #002a4b;
  border-radius: 5px;
}
.ex_lst_pg .lst_wrap > ul > li .box .mem_box ul{width: 100%;}
.ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 15px;
}
.ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li:first-child {
  margin-top: 0;
}
.ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .i {
  width: 102px;
  height: 102px;
  border-radius: 100px;
  overflow: hidden;
}
.ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .t_box {
  width: calc(100% - 122px);
  text-align: left;
}
.ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .t_box .name {
  font-size: 18px;
}
.ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .t_box .name span {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .t_box .t {
  margin-top: 8px;
  font-size: 18px;
  color: #999;
}






























.ex_lst_pg .lst_wrap > ul > li .top {
  padding: 30px 20px;
  text-align: center;
  background-color: #002A4B !important;
}
.ex_lst_pg .lst_wrap > ul > li .top p {
  color: #fff;
}
.ex_lst_pg .lst_wrap > ul > li .top .tit {
  font-size: 20px;
  font-weight: bold;
}
.ex_lst_pg .lst_wrap > ul > li .top .type {
  margin-top: 10px;
  font-size: 18px;
}
.ex_lst_pg .lst_wrap > ul > li .box {
  padding: 30px 25px;
  border: solid 1px #ddd;
}
.ex_lst_pg .lst_wrap ul li .box .t1{height: 108px;}
@media screen and (max-width: 720px) {
  .ex_lst_pg .lst_wrap ul li .box .t1{height: 84px;}
}
.ex_lst_pg .lst_wrap ul li .box .mem_box {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.ex_lst_pg .lst_wrap ul li .box .mem_box .i {
  width: 102px;
  height: 102px;
  border-radius: 100px;
  overflow: hidden;
}
.ex_lst_pg .lst_wrap ul li .box .mem_box .t_box {
  width: calc(100% - 122px);
  text-align: left;
}
.ex_lst_pg .lst_wrap ul li .box .mem_box .t_box .name {
  font-size: 18px;
}
.ex_lst_pg .lst_wrap ul li .box .mem_box .t_box .name span {
  margin-right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.ex_lst_pg .lst_wrap ul li .box .mem_box .t_box .t {
  margin-top: 8px;
  font-size: 18px;
  color: #999;
}
.ex_lst_pg .lst_wrap ul li:hover .box {
  border-color: #002A4B !important;
}
.ex_lst_pg .tb_wrap {
  margin-top: 60px;
}
.ex_lst_pg .tb_wrap table {
  border-top: solid 1px #333;
}
.ex_lst_pg .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.ex_lst_pg .tb_wrap table tr th, .ex_lst_pg .tb_wrap table tr td {
  font-size: 22px;
}
.ex_lst_pg .tb_wrap table thead tr th {
  padding: 25px 10px;
  text-align: center;
  font-weight: bold;
}
.ex_lst_pg .tb_wrap table thead tr th.w110 {
  width: 110px;
}
.ex_lst_pg .tb_wrap table thead tr th.w160 {
  width: 160px;
}
.ex_lst_pg .tb_wrap table thead tr th.w210 {
  width: 210px;
}
.ex_lst_pg .tb_wrap table tbody tr td {
  padding: 30px 5px;
  text-align: center;
  color: #666;
}
.ex_lst_pg .tb_wrap table tbody tr td.tit {
  text-align: left;
}
.ex_lst_pg .tb_wrap table tbody tr td.tit a {
  display: block;
  width: 100%;
}
.ex_lst_pg .tb_wrap table tbody tr td.tit.lock a {
  position: relative;
  padding-left: 27px;
}
.ex_lst_pg .tb_wrap table tbody tr td.tit.lock a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(/src/img/i/lock_i.png) no-repeat center center/cover;
}
.ex_lst_pg .tb_wrap table tbody tr td:last-child {
  font-weight: bold;
}
.ex_lst_pg .tb_wrap table tbody tr td.m_type {
  display: none;
}

@media screen and (max-width: 1660px) {
  .ex_lst_pg .lst_wrap ul {
    gap: 60px 20px;
  }
  .ex_lst_pg .lst_wrap ul li {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1460px) {
  .ex_lst_pg .lst_wrap ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 1420px) {
  .ex_lst_pg .tb_wrap table tr {
    display: block;
    padding: 75px 0px 30px;
  }
  .ex_lst_pg .tb_wrap table tr th, .ex_lst_pg .tb_wrap table tr td {
    display: block;
    padding: 0;
  }
  .ex_lst_pg .tb_wrap table thead {
    display: none;
  }
  .ex_lst_pg .tb_wrap table tbody tr {
    position: relative;
  }
  .ex_lst_pg .tb_wrap table tbody tr td {
    display: inline-block;
    position: relative;
    text-align: left;
    padding: 0;
  }
  .ex_lst_pg .tb_wrap table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -2px 15px 0px;
    vertical-align: middle;
    background-color: #ddd;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.tit {
    position: absolute;
    top: 35px;
    left: 0;
    display: block;
    width: 100%;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.tit::after {
    display: none;
  }
  .ex_lst_pg .tb_wrap table tbody tr td:first-child {
    display: none;
  }
  .ex_lst_pg .tb_wrap table tbody tr td:nth-child(2) {
    font-weight: 300;
  }
  .ex_lst_pg .tb_wrap table tbody tr td:last-child::after {
    display: none;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.new_t {
    display: inline-block;
    margin-right: 20px;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.new_t::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .ex_lst_pg .sch_df {
    flex-direction: column;
    gap: 10px;
  }
  .ex_lst_pg .sch_df .w_btn {
    width: 100%;
    height: 45px;
  }
  .ex_lst_pg .sch_wrap .sch_box {
    width: 100%;
  }
  .ex_lst_pg .sch_wrap .sch_box .inp {
    height: 45px;
    padding: 0px 15px;
    font-size: 16px;
  }
  .ex_lst_pg .sch_wrap .sch_box button {
    width: 25px;
    right: 15px;
  }
  .ex_lst_pg .tag_lst {
    margin-top: 10px;
  }
  .ex_lst_pg .tag_lst ul {
    display: none;
    gap: 10px;
  }
  .ex_lst_pg .tag_lst ul li {
    height: 35px;
  }
  .ex_lst_pg .tag_lst ul li a, .ex_lst_pg .tag_lst ul li button {
    padding: 0px 15px;
    font-size: 16px;
  }
  .ex_lst_pg .tag_lst select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 35px 0px 20px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    background-color: #002A4B !important;
    color: #fff;
    background-size: 15px 15px;
    background-image: url(/src/img/i/sel_w.png);
  }
  .ex_lst_pg .bg_wrap {
    padding: 30px 0px;
    margin: 30px 0px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .b_i {
    top: -15px;
    right: -15px;
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .top {
    padding: 20px 10px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .top .tit {
    font-size: 16px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .top .type {
    margin-top: 7px;
    font-size: 14px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .box {
    height: 236px;
    padding: 20px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box {
    margin-top: 30px;
    gap: 10px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .i {
    width: 80px;
    height: 80px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .t_box {
    width: calc(100% - 90px);
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .t_box .name {
    font-size: 14px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .t_box .name span {
    margin-right: 5px;
    font-size: 18px;
  }
  .ex_lst_pg .bg_wrap .ex_swiper .item .box .mem_box ul li .t_box .r {
    margin-top: 5px;
    font-size: 14px;
  }
  .ex_lst_pg .bg_wrap .pagi_box {
    margin-top: 20px;
  }
  .ex_lst_pg .lst_wrap ul {
    gap: 30px 20px;
  }
  .ex_lst_pg .lst_wrap ul li {
    width: 100%;
  }
  .ex_lst_pg .lst_wrap > ul > li .b_i {
    top: 5px;
    right: 5px;
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
  .ex_lst_pg .lst_wrap > ul > li .top {
    padding: 20px 10px;
  }
  .ex_lst_pg .lst_wrap > ul > li .top .tit {
    font-size: 16px;
  }
  .ex_lst_pg .lst_wrap > ul > li .top .type {
    margin-top: 7px;
    font-size: 14px;
  }
  .ex_lst_pg .lst_wrap > ul > li .box {
    height: 236px;
    padding: 20px;
  }
  .ex_lst_pg .lst_wrap > ul > li .box .mem_box {
    margin-top: 30px;
    gap: 10px;
  }
  .ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .i {
    width: 80px;
    height: 80px;
  }
  .ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .t_box {
    width: calc(100% - 90px);
  }
  .ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .t_box .name {
    font-size: 14px;
  }
  .ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .t_box .name span {
    margin-right: 5px;
    font-size: 18px;
  }
  .ex_lst_pg .lst_wrap > ul > li .box .mem_box ul li .t_box .r {
    margin-top: 5px;
    font-size: 14px;
  }
  .ex_lst_pg .tb_wrap {
    margin-top: 30px;
  }
  .ex_lst_pg .tb_wrap table tr {
    padding: 15px 0px;
  }
  .ex_lst_pg .tb_wrap table tbody tr td {
    font-size: 16px;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.m_dn {
    display: none;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.m_type {
    display: inline-block;
  }
  .ex_lst_pg .tb_wrap table tbody tr td::after {
    height: 8px;
    margin: -1px 7px 0px;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.tit {
    position: static;
    display: block;
    width: 100%;
    margin: 0px 0px 10px;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.tit.lock a {
    padding-left: 20px;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.tit.lock a::before {
    top: 2px;
    width: 15px;
    height: 15px;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.new_t {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .ex_lst_pg .tb_wrap table tbody tr td.new_t::after {
    display: none;
  }
}
.ex_view .l_wrap {
  width: 950px;
}
.ex_view .l_wrap .top {
  padding: 20px 0px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #ddd;
}
.ex_view .l_wrap .top .info_line {
  margin-top: 10px;
}
.ex_view .l_wrap .top .info_line br {
  display: none;
}
.ex_view .l_wrap .top .info_line p {
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
  color: #666;
}
.ex_view .l_wrap .top .info_line p:last-child {
  margin-right: 0;
}
.ex_view .l_wrap .top .info_line p span {
  margin-right: 10px;
  font-weight: bold;
}
.ex_view .l_wrap .top .info_line p.c_d4 {
  color: #D47000;
}
.ex_view .l_wrap .top .info_line p.c_d4 span {
  color: #666;
}
.ex_view .l_wrap .line_wrap .line {
  margin-top: 60px;
}
.ex_view .l_wrap .line_wrap .line .tit {
  position: relative;
  padding-left: 65px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #eee;
  font-size: 40px;
  font-weight: bold;
}
.ex_view .l_wrap .line_wrap .line .tit span {
  position: absolute;
  top: 5px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #002A4B !important;
  color: #fff;
}
.ex_view .l_wrap .line_wrap .line .t_box {
  font-size: 20px;
}
.ex_view .l_wrap .line_wrap .line .t_box p {
  font-size: 20px;
}
.ex_view .next_prev {
  margin-top: 80px;
}
.ex_view .next_prev table {
  border-top: solid 1px #ddd;
}
.ex_view .next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.ex_view .next_prev table tr th, .ex_view .next_prev table tr td {
  padding: 20px 25px;
  font-size: 18px;
}
.ex_view .next_prev table tr th {
  width: 130px;
  background-color: #F4F6F8;
}
.ex_view .next_prev table tr th img {
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -2px;
}
.ex_view .next_prev table tr th.prev img {
  transform: scaleY(-1);
}
.ex_view .next_prev table tr td p {
  font-size: 18px;
  color: #999;
}
.ex_view .next_prev table tr td p, .ex_view .next_prev table tr td a {
  display: block;
  max-width: 100%;
}
.ex_view .next_prev.m_ver {
  display: none;
}
.ex_view .r_wrap {
  width: 590px;
}
.ex_view .r_wrap .img_box {
  border: solid 1px #ddd;
}
.ex_view .r_wrap .img_box img{display: block;}
.ex_view .r_wrap .r_bottom {
  padding: 40px 55px;
  background-color: #F4F6F8;
}
.ex_view .r_wrap .r_bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 25px;
}
.ex_view .r_wrap .r_bottom ul li {
  width: 120px;
  text-align: center;
}
.ex_view .r_wrap .r_bottom ul li .img {
  width: 120px;
  margin: 0px auto;
  border-radius: 100px;
  overflow: hidden;
}
.ex_view .r_wrap .r_bottom ul li .img img {
  display: block;
  width: 100%;
}
.ex_view .r_wrap .r_bottom ul li p {
  margin-top: 15px;
  font-size: 16px;
}
.ex_view .list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin: 80px auto 0;
  border-radius: 10px;
  background-color: #002A4B !important;
}

@media screen and (max-width: 1660px) {
  .ex_view .l_wrap {
    width: calc(100% - 550px);
  }
  .ex_view .r_wrap {
    width: 500px;
  }
}
@media screen and (max-width: 1420px) {
  .ex_view .l_wrap, .ex_view .r_wrap {
    float: none;
    width: 100%;
  }
  .ex_view .l_wrap .top {
    text-align: center;
  }
  .ex_view .l_wrap .top .info_line {
    text-align: center;
  }
  .ex_view .next_prev.pc_ver {
    display: none;
  }
  .ex_view .next_prev.m_ver {
    display: block;
  }
  .ex_view .r_wrap {
    display: flex;
    margin-top: 100px;
  }
  .ex_view .r_wrap .img_box {
    width: 50%;
  }
  .ex_view .r_wrap .r_bottom {
    width: 50%;
    padding: 40px 20px;
  }
  .ex_view .r_wrap .r_bottom ul {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 720px) {
  .ex_view .l_wrap .top {
    padding: 20px 0px;
  }
  .ex_view .l_wrap .top .info_line {
    margin-top: 0px;
  }
  .ex_view .l_wrap .top .info_line br {
    display: block;
  }
  .ex_view .l_wrap .top .info_line p {
    margin-right: 15px;
    margin-top: 7px;
    font-size: 14px;
  }
  .ex_view .l_wrap .top .info_line p:nth-child(2) {
    margin-right: 0;
  }
  .ex_view .l_wrap .top .info_line p span {
    margin-right: 8px;
  }
  .ex_view .l_wrap .line_wrap .line {
    margin-top: 30px;
  }
  .ex_view .l_wrap .line_wrap .line .tit {
    padding-left: 40px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .ex_view .l_wrap .line_wrap .line .tit span {
    top: 0px;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .ex_view .l_wrap .line_wrap .line .t_box {
    font-size: 16px;
  }
  .ex_view .l_wrap .line_wrap .line .t_box p {
    font-size: 16px;
  }
  .ex_view .next_prev {
    margin-top: 40px;
  }
  .ex_view .next_prev table tr th, .ex_view .next_prev table tr td {
    padding: 12px 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .ex_view .next_prev table tr th {
    width: 90px;
  }
  .ex_view .next_prev table tr th img {
    display: inline-block;
    width: 7px;
    margin-left: 10px;
  }
  .ex_view .next_prev table tr td p {
    font-size: 14px;
  }
  .ex_view .next_prev table tr td p, .ex_view .next_prev table tr td a {
    line-height: 17px;
  }
  .ex_view .r_wrap {
    flex-direction: column;
    margin-top: 50px;
  }
  .ex_view .r_wrap .img_box {
    width: 100%;
  }
  .ex_view .r_wrap .img_box img {
    width: 100%;
  }
  .ex_view .r_wrap .r_bottom {
    width: 100%;
    padding: 30px 20px;
  }
  .ex_view .r_wrap .r_bottom ul {
    gap: 20px;
  }
  .ex_view .r_wrap .r_bottom ul li {
    width: 104px;
  }
  .ex_view .r_wrap .r_bottom ul li .img {
    width: 104px;
  }
  .ex_view .r_wrap .r_bottom ul li p {
    margin-top: 10px;
    font-size: 14px;
  }
  .ex_view .list_btn {
    width: 110px;
    height: 40px;
    margin: 40px auto 0;
  }
}
.write_review_lst .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 60px;
}
.write_review_lst .lst_wrap ul li {
  width: calc(50% - 30px);
  border: solid 1px #ddd;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
}
.write_review_lst .lst_wrap ul li a {
  display: block;
  padding: 45px 40px;
}
.write_review_lst .lst_wrap ul li a .img {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 52.25%;
  /* height: 290px; */
  /* object-fit: cover; */
  border: solid 1px #ddd;
  overflow: hidden;
}
.write_review_lst .lst_wrap ul li a .img img {
  display: block;
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.7s;
}
.write_review_lst .lst_wrap ul li a .t_box {
  margin-top: 35px;
}
.write_review_lst .lst_wrap ul li a .t_box .tit {
  font-size: 30px;
  font-weight: bold;
}
.write_review_lst .lst_wrap ul li a .t_box .t {
  margin: 10px 0px 20px;
  font-size: 24px;
  color: #666;
}
.write_review_lst .lst_wrap ul li a .t_box .info_box {
  display: flex;
  align-items: center;
}
.write_review_lst .lst_wrap ul li a .t_box .info_box p {
  font-size: 20px;
}
.write_review_lst .lst_wrap ul li a .t_box .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -4px 10px 0;
  vertical-align: middle;
  background-color: #ddd;
}
.write_review_lst .lst_wrap ul li a .t_box .info_box p:last-child::after {
  display: none;
}
.write_review_lst .lst_wrap ul li a .t_box .info_box .new_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  margin-right: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #D47000 !important;
}
.write_review_lst .lst_wrap ul li a .t_box .info_box .new_i::after {
  display: none;
}
.write_review_lst .lst_wrap ul li:hover {
  border-color: #002A4B !important;
}
.write_review_lst .lst_wrap ul li:hover a .img img {
  transform: scale(1.1);
}
.write_review_lst .lst_wrap ul li:hover a .t_box .tit {
  color: #002A4B !important;
}

@media screen and (max-width: 1420px) {
  .write_review_lst .lst_wrap ul {
    gap: 60px 30px;
  }
  .write_review_lst .lst_wrap ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 1119px) {
  .write_review_lst .lst_wrap ul li {
    width: 100%;
  }
  .write_review_lst .lst_wrap ul li .img {
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .write_review_lst .lst_wrap ul {
    gap: 30px;
  }
  .write_review_lst .lst_wrap ul li a {
    padding: 25px 20px;
  }
  .write_review_lst .lst_wrap ul li a .t_box {
    margin-top: 20px;
  }
  .write_review_lst .lst_wrap ul li a .t_box .tit {
    font-size: 20px;
  }
  .write_review_lst .lst_wrap ul li a .t_box .t {
    margin: 5px 0px 10px;
    font-size: 18px;
  }
  .write_review_lst .lst_wrap ul li a .t_box .info_box p {
    font-size: 16px;
  }
  .write_review_lst .lst_wrap ul li a .t_box .info_box p::after {
    height: 8px;
    margin: -2px 7px 0px;
  }
  .write_review_lst .lst_wrap ul li a .t_box .info_box .new_i {
    width: 55px;
    height: 23px;
    margin-right: 10px;
    font-size: 14px;
  }
}
.rev_view .top {
  padding: 20px 0px;
  margin-bottom: 60px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #ddd;
}
.rev_view .top .info_line {
  margin-top: 10px;
}
.rev_view .top .info_line br {
  display: none;
}
.rev_view .top .info_line p {
  display: inline-block;
  margin-right: 30px;
  font-size: 18px;
  color: #666;
}
.rev_view .top .info_line p:last-child {
  margin-right: 0;
}
.rev_view .top .info_line p span {
  margin-right: 10px;
  font-weight: bold;
}
.rev_view .top .info_line p .fw3 {
  font-weight: 300;
}
.rev_view .top .info_line p.c_d4 {
  color: #D47000;
}
.rev_view .top .info_line p.c_d4 span {
  color: #666;
}
.rev_view .df_box {
  display: flex;
  gap: 70px;
}
.rev_view .df_box .img {
  width: 600px;
  max-width: 100%;
  border: solid 1px #ddd;
}
.rev_view .df_box .t_box {
  width: calc(100% - 670px);
  font-size: 20px;
}
.rev_view .df_box .t_box p {
  font-size: 20px;
}
.rev_view .board_main {
  padding: 0px 10px 40px;
  border-bottom: solid 1px #ddd;
  margin-bottom: 40px;
}
.rev_view .answer_wrap {
  padding: 40px 50px;
  margin-bottom: 40px;
  background-color: #FAFAFA;
}
.rev_view .answer_wrap .t1 {
  margin-bottom: 20px;
}
.rev_view .list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin: 80px auto 0;
  border-radius: 10px;
  background-color: #002A4B !important;
}

@media screen and (max-width: 1420px) {
  .rev_view .df_box {
    flex-direction: column;
    align-items: center;
  }
  .rev_view .df_box .t_box {
    width: 100%;
  }
  .rev_view .board_main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .rev_view .top {
    padding: 20px 0px;
    margin-bottom: 30px;
  }
  .rev_view .top .info_line {
    margin-top: 0px;
  }
  .rev_view .top .info_line p {
    margin-right: 15px;
    margin-top: 7px;
    font-size: 14px;
  }
  .rev_view .top .info_line p span {
    margin-right: 8px;
  }
  .rev_view .df_box {
    gap: 35px;
  }
  .rev_view .df_box .t_box {
    font-size: 16px;
  }
  .rev_view .df_box .t_box p {
    font-size: 16px;
  }
  .rev_view .board_main {
    padding: 0px 0px 20px;
    margin-bottom: 20px;
  }
  .rev_view .answer_wrap {
    padding: 20px;
    margin-bottom: 20px;
  }
  .rev_view .answer_wrap .t1 {
    margin-bottom: 10px;
  }
  .rev_view .list_btn {
    width: 110px;
    height: 40px;
    margin: 40px auto 0;
  }
}
.visit_inq .visit_box {
  width: 1000px;
  margin: 0px auto;
  padding: 60px 100px;
  border: solid 1px #eee;
  background-color: #fff;
}
.visit_inq .visit_box .inp_wrap .line {
  margin-bottom: 15px;
}
.visit_inq .visit_box .inp_wrap .line:last-child {
  margin-bottom: 0;
}
.visit_inq .visit_box .inp_wrap .inp_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.visit_inq .visit_box .inp_wrap .inp_box.align_start {
  align-items: start;
}
.visit_inq .visit_box .inp_wrap .inp_box.align_start > p {
  margin-top: 20px;
}
.visit_inq .visit_box .inp_wrap .inp_box > p {
  width: 130px;
  font-size: 20px;
  font-weight: bold;
}
.visit_inq .visit_box .inp_wrap .inp_box > p span {
  font-size: 14px;
  color: #002A4B !important;
}
.visit_inq .visit_box .inp_wrap .inp_box .inp {
  width: calc(100% - 140px);
  height: 50px;
  padding: 0px 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 18px;
}
.visit_inq .visit_box .inp_wrap .inp_box .inp::placeholder {
  color: #999;
}
.visit_inq .visit_box .inp_wrap .inp_box .date_inp_box {
  width: calc(100% - 140px);
}
.visit_inq .visit_box .inp_wrap .inp_box .date_inp_box .inp {
  width: 100%;
  padding-right: 40px;
}
.visit_inq .visit_box .inp_wrap .inp_box .thr_box {
  display: flex;
  gap: 8px;
  width: calc(100% - 140px);
}
.visit_inq .visit_box .inp_wrap .inp_box .thr_box .inp {
  width: calc((100% - 16px) / 3);
}
.visit_inq .visit_box .inp_wrap .inp_box textarea.inp {
  padding: 20px;
  height: 215px;
  display: block;
  resize: none;
}
.visit_inq .visit_box .agree_wrap {
  margin-top: 30px;
}
.visit_inq .visit_box .agree_wrap .agree_line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.visit_inq .visit_box .agree_wrap .agree_line label i {
  border: solid 1px #ddd;
  margin-top: -2px;
}
.visit_inq .visit_box .agree_wrap .agree_line .terms_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 45px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.visit_inq .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin: 80px auto 0;
  border-radius: 10px;
  background-color: #002A4B !important;
}

@media screen and (max-width: 1240px) {
  .visit_inq .visit_box {
    width: 100%;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 720px) {
  .visit_inq .visit_box {
    padding: 0px 0px;
    border: none;
  }
  .visit_inq .visit_box .inp_wrap .line {
    margin-bottom: 15px;
  }
  .visit_inq .visit_box .inp_wrap .inp_box {
    flex-direction: column;
    gap: 5px;
  }
  .visit_inq .visit_box .inp_wrap .inp_box.align_start {
    align-items: center;
  }
  .visit_inq .visit_box .inp_wrap .inp_box.align_start > p {
    margin-top: 0;
  }
  .visit_inq .visit_box .inp_wrap .inp_box > p {
    width: 100%;
    font-size: 16px;
  }
  .visit_inq .visit_box .inp_wrap .inp_box > p span {
    font-size: 12px;
  }
  .visit_inq .visit_box .inp_wrap .inp_box .inp {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .visit_inq .visit_box .inp_wrap .inp_box .date_inp_box {
    width: 100%;
  }
  .visit_inq .visit_box .inp_wrap .inp_box .date_inp_box .inp {
    padding-right: 30px;
  }
  .visit_inq .visit_box .inp_wrap .inp_box .thr_box {
    gap: 4px;
    width: 100%;
  }
  .visit_inq .visit_box .inp_wrap .inp_box .thr_box .inp {
    width: calc((100% - 8px) / 3);
  }
  .visit_inq .visit_box .inp_wrap .inp_box textarea.inp {
    padding: 15px;
    height: 150px;
  }
  .visit_inq .visit_box .agree_wrap {
    margin-top: 15px;
  }
  .visit_inq .visit_box .agree_wrap .agree_line {
    flex-direction: column;
    gap: 15px;
  }
  .visit_inq .visit_box .agree_wrap .agree_line label i {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .visit_inq .visit_box .agree_wrap .agree_line .terms_btn {
    width: 110px;
    height: 40px;
  }
  .visit_inq .s_btn {
    width: 110px;
    height: 40px;
    margin: 40px auto 0;
  }
}
.board_pass .pass_box {
  width: 1000px;
  padding: 60px 0px;
  margin: 30px auto 0;
  border-top: solid 1px #333;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.board_pass .pass_box .inp {
  width: 300px;
  height: 50px;
  padding: 0px 20px;
  margin: 15px 0 30px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.board_pass .pass_box .btn_line {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.board_pass .pass_box .btn_line button, .board_pass .pass_box .btn_line a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
.board_pass .pass_box .btn_line button.bgc2, .board_pass .pass_box .btn_line a.bgc2 {
  background-color: #002A4B !important;
  color: #fff;
}
.board_pass .pass_box .btn_line button.line_st, .board_pass .pass_box .btn_line a.line_st {
  border: solid 1px #aaa;
}

@media screen and (max-width: 1200px) {
  .board_pass .pass_box {
    width: 100%;
  }
  .board_pass .pass_box .inp {
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .board_pass .pass_box {
    padding: 30px 0px;
    margin: 15px auto 0;
  }
  .board_pass .pass_box .inp {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    margin: 10px 0px 15px;
  }
  .board_pass .pass_box .btn_line {
    gap: 6px;
  }
  .board_pass .pass_box .btn_line button, .board_pass .pass_box .btn_line a {
    width: calc(50% - 3px);
    height: 40px;
    font-size: 14px;
  }
}
.inq_pg .agree_wrap .agree_box {
  margin: 20px 0px;
  padding: 30px;
  height: 240px;
  border: solid 1px #ddd;
  overflow-y: scroll;
}
.inq_pg .agree_wrap .agree_line label i {
  margin-top: -2px;
  border: solid 1px #ddd;
}
.inq_pg .inp_wrap {
  margin-top: 60px;
  border-top: solid 1px #333;
}
.inq_pg .inp_wrap .line {
  display: flex;
  gap: 60px;
  padding: 15px 0px;
  border-bottom: solid 1px #ddd;
}
.inq_pg .inp_wrap .line:last-child {
  margin-bottom: 0;
}
.inq_pg .inp_wrap .line .inp_box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: calc(50% - 30px);
}
.inq_pg .inp_wrap .line .inp_box.w1 {
  width: 100%;
}
.inq_pg .inp_wrap .line .inp_box.align_start {
  align-items: start;
}
.inq_pg .inp_wrap .line .inp_box.align_start > p {
  margin-top: 20px;
}
.inq_pg .inp_wrap .line .inp_box > p {
  width: 130px;
  font-size: 20px;
  font-weight: bold;
}
.inq_pg .inp_wrap .line .inp_box > p span {
  font-size: 14px;
  color: #002A4B !important;
}
.inq_pg .inp_wrap .line .inp_box .inp {
  width: calc(100% - 140px);
  height: 50px;
  padding: 0px 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 18px;
}
.inq_pg .inp_wrap .line .inp_box .inp::placeholder {
  color: #999;
}
.inq_pg .inp_wrap .line .inp_box .inp.w210 {
  width: 210px;
}
.inq_pg .inp_wrap .line .inp_box .pass_box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: calc(100% - 140px);
}
.inq_pg .inp_wrap .line .inp_box .pass_box .inp {
  width: calc(100% - 120px);
}
.inq_pg .inp_wrap .line .inp_box .pass_box label i {
  border: solid 1px #ddd;
}
.inq_pg .inp_wrap .line .inp_box .thr_box {
  display: flex;
  gap: 8px;
  width: calc(100% - 140px);
}
.inq_pg .inp_wrap .line .inp_box .thr_box .inp {
  width: calc((100% - 16px) / 3);
}
.inq_pg .inp_wrap .line .inp_box textarea.inp {
  padding: 20px;
  height: 215px;
  display: block;
  resize: none;
}
.inq_pg .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  margin: 80px auto 0;
  border-radius: 10px;
  background-color: #002A4B !important;
}

@media screen and (max-width: 1420px) {
  .inq_pg .inp_wrap {
    padding-top: 30px;
    border-bottom: solid 1px #ddd;
  }
  .inq_pg .inp_wrap .line {
    display: block;
    padding: 0;
    border: none;
  }
  .inq_pg .inp_wrap .line .inp_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .inq_pg .inp_wrap .line .inp_box .inp.w210 {
    width: calc(100% - 140px);
  }
}
@media screen and (max-width: 720px) {
  .inq_pg .agree_wrap .agree_box {
    margin: 10px 0px;
    padding: 15px;
    height: 180px;
  }
  .inq_pg .agree_wrap .agree_line label i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .inq_pg .inp_wrap {
    margin-top: 30px;
    padding-top: 15px;
  }
  .inq_pg .inp_wrap .line .inp_box {
    display: block;
    margin-bottom: 15px;
  }
  .inq_pg .inp_wrap .line .inp_box > p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .inq_pg .inp_wrap .line .inp_box .inp {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .inq_pg .inp_wrap .line .inp_box .inp.w210 {
    width: 100%;
  }
  .inq_pg .inp_wrap .line .inp_box .pass_box {
    width: 100%;
    gap: 10px;
  }
  .inq_pg .inp_wrap .line .inp_box .pass_box .inp {
    width: calc(100% - 90px);
  }
  .inq_pg .inp_wrap .line .inp_box .pass_box label i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .inq_pg .inp_wrap .line .inp_box .thr_box {
    gap: 4px;
    width: 100%;
  }
  .inq_pg .inp_wrap .line .inp_box .thr_box .inp {
    width: calc((100% - 8px) / 3);
  }
  .inq_pg .inp_wrap .line .inp_box textarea.inp {
    padding: 15px;
    height: 150px;
  }
  .inq_pg .s_btn {
    width: 110px;
    height: 40px;
    margin: 40px auto 0;
  }
}
#footer, .sect_wrap .sect7 {
  padding: 80px 0px;
  background-color: #002A4B !important;
}
#footer .f_cont .f_top_lst, .sect_wrap .sect7 .f_cont .f_top_lst {
  margin-bottom: 130px;
}
#footer .f_cont .f_top_lst ul, .sect_wrap .sect7 .f_cont .f_top_lst ul {
  display: flex;
  height: 80px;
}
#footer .f_cont .f_top_lst ul li, .sect_wrap .sect7 .f_cont .f_top_lst ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  border: solid 1px #ddd;
  background-color: #fff;
}
#footer .f_cont .f_box, .sect_wrap .sect7 .f_cont .f_box {
  position: relative;
}
#footer .f_cont .f_box .f_logo, .sect_wrap .sect7 .f_cont .f_box .f_logo {
  position: absolute;
  top: 0;
  right: 0;
}
#footer .f_cont .f_box .f_btn_line, .sect_wrap .sect7 .f_cont .f_box .f_btn_line {
  display: flex;
  gap: 25px;
}
#footer .f_cont .f_box .f_btn_line a, #footer .f_cont .f_box .f_btn_line button, .sect_wrap .sect7 .f_cont .f_box .f_btn_line a, .sect_wrap .sect7 .f_cont .f_box .f_btn_line button {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
#footer .f_cont .f_box .info_line, .sect_wrap .sect7 .f_cont .f_box .info_line {
  margin: 30px 0px;
}
#footer .f_cont .f_box .info_line .line, .sect_wrap .sect7 .f_cont .f_box .info_line .line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#footer .f_cont .f_box .info_line .line:last-child, .sect_wrap .sect7 .f_cont .f_box .info_line .line:last-child {
  margin-bottom: 0;
}
#footer .f_cont .f_box .info_line .line p, .sect_wrap .sect7 .f_cont .f_box .info_line .line p {
  font-size: 16px;
  color: #fff;
}
#footer .f_cont .f_box .info_line .line p::after, .sect_wrap .sect7 .f_cont .f_box .info_line .line p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  background-color: rgba(221, 221, 221, 0.5);
}
#footer .f_cont .f_box .info_line .line p:last-child::after, .sect_wrap .sect7 .f_cont .f_box .info_line .line p:last-child::after {
  display: none;
}
#footer .f_cont .f_box .copyright, .sect_wrap .sect7 .f_cont .f_box .copyright {
  color: rgba(221, 221, 221, 0.5);
}

#footer {
  position: relative;
  z-index: 10;
  margin-top: 140px;
}
#footer.mt0 {
  margin-top: 0;
}

@media screen and (max-width: 1420px) {
  #footer .f_cont .f_top_lst ul, .sect_wrap .sect7 .f_cont .f_top_lst ul {
    flex-wrap: wrap;
    height: auto;
  }
  #footer .f_cont .f_top_lst ul li, .sect_wrap .sect7 .f_cont .f_top_lst ul li {
    width: 50%;
    height: 100px;
  }
  #footer .f_cont .f_box, .sect_wrap .sect7 .f_cont .f_box {
    text-align: center;
  }
  #footer .f_cont .f_box .f_logo, .sect_wrap .sect7 .f_cont .f_box .f_logo {
    position: static;
    display: inline-block;
    width: 197px;
    margin-top: 60px;
  }
  #footer .f_cont .f_box .f_btn_line, .sect_wrap .sect7 .f_cont .f_box .f_btn_line {
    justify-content: center;
  }
  #footer .f_cont .f_box .info_line .line, .sect_wrap .sect7 .f_cont .f_box .info_line .line {
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  #footer, .sect_wrap .sect7 {
    padding: 40px 0px;
  }
  #footer .f_cont .f_top_lst, .sect_wrap .sect7 .f_cont .f_top_lst {
    margin-bottom: 65px;
  }
  #footer .f_cont .f_top_lst ul li, .sect_wrap .sect7 .f_cont .f_top_lst ul li {
    height: 44px;
    padding: 4px;
  }
  #footer .f_cont .f_box .f_logo, .sect_wrap .sect7 .f_cont .f_box .f_logo {
    width: 125px;
    margin-top: 30px;
  }
  #footer .f_cont .f_box .f_btn_line, .sect_wrap .sect7 .f_cont .f_box .f_btn_line {
    gap: 12px;
  }
  #footer .f_cont .f_box .f_btn_line a, #footer .f_cont .f_box .f_btn_line button, .sect_wrap .sect7 .f_cont .f_box .f_btn_line a, .sect_wrap .sect7 .f_cont .f_box .f_btn_line button {
    font-size: 14px;
    line-height: 18px;
  }
  #footer .f_cont .f_box .info_line, .sect_wrap .sect7 .f_cont .f_box .info_line {
    margin: 15px 0px 20px;
  }
  #footer .f_cont .f_box .info_line .line, .sect_wrap .sect7 .f_cont .f_box .info_line .line {
    gap: 12px 0px;
    margin-bottom: 12px;
  }
  #footer .f_cont .f_box .info_line .line p, .sect_wrap .sect7 .f_cont .f_box .info_line .line p {
    font-size: 14px;
  }
  #footer .f_cont .f_box .info_line .line p::after, .sect_wrap .sect7 .f_cont .f_box .info_line .line p::after {
    display: none;
    margin: -1px 5px 0px;
  }
  #footer .f_cont .f_box .info_line .line p:first-child::after, .sect_wrap .sect7 .f_cont .f_box .info_line .line p:first-child::after {
    display: inline-block;
  }
  #footer {
    margin-top: 70px;
  }
}
.privacy_modal {
  display: none;
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.privacy_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
.privacy_modal .modal .top {
  display: flex;
  flex-direction: row-reverse;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0px 30px;
  background-color: #111;
}
.privacy_modal .modal .top .modal_close {
  display: flex;
  align-items: center;
}
.privacy_modal .modal .md_box {
  padding: 40px 40px 40px;
}
.privacy_modal .modal .pre_box {
  height: 410px;
  padding: 30px;
  overflow-y: scroll;
  border: solid 1px #ddd;
}

.privacy_modal2 .modal .top {
  background-color: #002A4B !important;
}
.privacy_modal2 .modal .md_box .pre_box {
  height: 550px;
  margin-top: 25px;
  margin-bottom: 15px;
  border: solid 5px #ddd;
}

@media screen and (max-width: 1240px) {
  .privacy_modal .modal {
    width: calc(100% - 80px);
  }
  .privacy_modal2 .modal .md_box .pre_box {
    height: 300px;
  }
}
@media screen and (max-width: 720px) {
  .privacy_modal .modal {
    width: calc(100% - 40px);
  }
  .privacy_modal .modal .top {
    height: 40px;
    padding: 0px 20px;
  }
  .privacy_modal .modal .md_box {
    padding: 25px 20px;
  }
  .privacy_modal .modal .pre_box {
    height: 250px;
    padding: 20px;
  }
  .privacy_modal2 .modal .md_box .pre_box {
    height: 200px;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    border: solid 2px #ddd;
  }
}
.email_modal {
  display: none;
  z-index: 102;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.email_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 658px;
  padding: 50px 56px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
.email_modal .modal .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.email_modal .modal .modal_close img {
  filter: invert(100%);
}
.email_modal .modal .t1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 30px auto;
  background-color: #002A4B;
}

@media screen and (max-width: 720px) {
  .email_modal .modal {
    width: calc(100% - 40px);
    padding: 30px;
  }
  .email_modal .modal br {
    display: none;
  }
  .email_modal .modal .modal_close {
    top: 15px;
    right: 15px;
  }
  .email_modal .modal .t1::after {
    width: 20px;
    height: 1px;
    margin: 15px auto;
  }
}
.terms {
  padding-top: 180px;
}
.terms .terms_tit {
  margin-bottom: 80px;
}
.terms .privacy_box {
  padding: 40px;
  border: solid 5px #ddd;
}
.terms pre .line_tit {
  position: relative;
  padding-bottom: 30px;
  padding-left: 55px;
  border-bottom: solid 1px #eee;
  font-size: 26px;
  font-weight: bold;
}
.terms pre .line_tit span {
  position: absolute;
  top: 0px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background-color: #002A4B !important;
}

@media screen and (max-width: 720px) {
  .terms {
    padding-top: 90px;
  }
  .terms .terms_tit {
    margin-bottom: 40px;
  }
  .terms .privacy_box {
    padding: 20px;
    border: solid 2px #ddd;
  }
  .terms pre .line_tit {
    padding-bottom: 15px;
    padding-left: 38px;
    font-size: 20px;
  }
  .terms pre .line_tit span {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.date_inp_box {
  position: relative;
}

.date_inp_box .inp {
  padding-right: 40px;
}

.date_inp_box .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .date_inp_box .ui-datepicker-trigger {
    right: 15px;
  }
}
.r_quick {
  z-index: 101;
  position: fixed;
  top: 50%;
  right: 0;
  width: 100px;
  margin-top: 70px;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-50%);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
}
.r_quick .t1 {
  padding: 7px;
  background-color: #D47000 !important;
}
.r_quick ul li {
  border-top: solid 1px #ddd;
  border-bottom: none;
  background-color: #fff;
}
.r_quick ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 12px 5px;
}
.r_quick ul li a p {
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1880px) {
  .r_quick {
    display: none;
  }
}
@media screen and (max-height: 660px) {
  .r_quick {
    display: none;
  }
}
.js_lst_ani li {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
}

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









.sect_wrap .sect1 .main_slider .item.item1 .t_box{margin-top: 50px;}
.sect_wrap .sect1 .main_slider .item.item1 .t_box p {
  width: 660px;
  margin-left: 0px;
}
.sect_wrap .sect1 .main_slider .item.item1 .t_box .t2 {
  margin: 15px 0px 40px 0px;
  line-height: 125%;
}
.sect_wrap .sect1 .main_slider .item.item1 .rev_box {
  position: absolute;
  top: 100px;
  right: 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 50%;
  height: calc(100% - 100px);
  padding: 55px;
  border-radius: 320px 0 0 0;
  background-color: rgba(0, 42, 75, 0.75);
}
.sect_wrap .sect1 .main_slider .item.item1 .rev_box ul {
  width: 680px;
}
.sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li {
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 25px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li:last-child {
  border-bottom: none;
}
.sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background-color: #fff;
}
.sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .rev_t_box {
  width: calc(100% - 99px);
}
.sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .rev_t_box .star {
  font-size: 14px;
}
.sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .rev_t_box .t {
  margin-top: 5px;
  font-size: 16px;
  color: #fff;
}
.sect_wrap .sect1 .main_slider .item.item2 .t_box{margin-top: 50px;}
.sect_wrap .sect1 .main_slider .item.item2 .t_box p {
  width: 750px;
  margin-left: -40px;
}
.sect_wrap .sect1 .main_slider .item.item2 .t_box .t2 {
  margin: 15px 0px 40px -40px;
  line-height: 125%;
}
.sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst {
  position: absolute;
  top: 100px;
  right: 0px;
  display: flex;
  justify-content: start;
  align-items: end;
  width: 50%;
  height: calc(100% - 100px);
  padding: 55px;
  padding-bottom: 45px;
  border-radius: 320px 0 0 0;
  background-color: rgba(0, 42, 75, 0.75);
}
.sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul {
  display: flex;
  width: 820px;
}
.sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li {
  width: 403px;
}
.sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box {
  padding-left: 8px;
  border-left: solid 4px #D47000 !important;
}
.sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box p {
  color: #fff;
}
.sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box .t1 {
  font-size: 18px;
}
.sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box .t2 {
  font-size: 24px;
  font-weight: bold;
}
.sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .img {
  transform: scale(1.1) translateX(-80px);
  transform-origin: center top;
  margin-top: 10px;
}
.sect_wrap .sect1 .main_slider .item.item3 .t_box{top: calc(50% + 40px);}
@media screen and (max-width: 1460px) {
  .sect_wrap .sect1 .main_slider .item.item3 .t_box{top: 50%;}
}
.sect_wrap .sect1 .main_slider .item.item3 .t_box .t2 {
  margin: 15px 0px 40px;
  line-height: 125%;
}
.sect_wrap .sect1 .main_slider .item.item3 .t_box .n_main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  width: 215px;
  height: 49px;
  margin: 50px auto 0;
  border-radius: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #D47000 !important;
}
.sect_wrap .sect1 .main_slider .bullet {
  bottom: 80px;
}
@media screen and (max-width: 1460px) {
  .sect_wrap .sect1 .main_slider .bullet {
    bottom: 80px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .t_box {
    top: 160px;
    transform: translateX(-50%);
    width: 100%;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .t_box p {
    width: 100%;
    margin-left: 0;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .t_box .t2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box {
    position: absolute;
    top: auto;
    bottom: 144px;
    left: 50%;
    right: auto;
    width: calc(100% - 80px);
    padding: 20px 30px;
    border-radius: 20px;
    transform: translateX(-50%);
    height: auto;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul {
    width: 100%;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li {
    padding: 20px 0;
    gap: 15px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li br {
    display: none;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .rev_t_box .t {
    margin-top: 5px;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .t_box {
    top: 160px;
    transform: translateX(-50%);
    width: 100%;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .t_box p {
    width: 100%;
    margin-left: 0;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .t_box .t2 {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst {
    position: absolute;
    top: auto;
    bottom: 144px;
    left: 50%;
    right: auto;
    width: calc(100% - 80px);
    padding: 30px 20px;
    padding-bottom: 0;
    border-radius: 20px;
    transform: translateX(-50%);
    height: auto;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul {
    width: 640px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li {
    width: 33.3334%;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .img {
    transform: translateX(-20px);
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box .t1 {
    font-size: 16px;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box .t2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 720px) {
  .sect_wrap .sect1 .main_slider .bullet {
    bottom: 40px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .t_box {
    top: 90px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .t_box br {
    display: none;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .t_box .t2 {
    margin: 10px 0px 20px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box {
    bottom: 80px;
    width: calc(100% - 40px);
    padding: 10px 15px;
    border-radius: 10px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li {
    padding: 10px 0px;
    gap: 7px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .img {
    width: 26px;
    height: 26px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .img img {
    display: block;
    width: 13px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .rev_t_box {
    width: calc(100% - 33px);
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .rev_t_box .star {
    font-size: 8px;
  }
  .sect_wrap .sect1 .main_slider .item.item1 .rev_box ul li .rev_t_box .t {
    margin-top: 3px;
    font-size: 9px;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .t_box {
    top: 90px;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .t_box br {
    display: none;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .t_box .t2 {
    margin: 10px 0px 20px;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst {
    bottom: 80px;
    width: calc(100% - 40px);
    padding: 15px 10px 0px;
    border-radius: 10px;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul {
    width: 450px;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .img {
    transform: translateX(-10px);
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box {
    padding-left: 5px;
    border-left: solid 2px #D47000 !important;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box .t1 {
    font-size: 2.2vw;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li .mem_t_box .t2 {
    font-size: 3.2vw;
  }
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst ul li:nth-child(2) .mem_t_box {
    transform: translateX(-10px);
  }
  .sect_wrap .sect1 .main_slider .item.item3 .t_box br {
    display: none;
  }
  .sect_wrap .sect1 .main_slider .item.item3 .t_box .t2 {
    margin: 10px 0px 20px;
  }
  .sect_wrap .sect1 .main_slider .item.item3 .t_box .n_main_btn {
    width: 160px;
    height: 40px;
    margin: 25px auto 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .sect_wrap .sect1 .main_slider .item.item2 .slide_mem_lst {
    bottom: 120px;
  }
}

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