.c1 {
  color: #C80010 !important;
}

.c2 {
  color: #BC955A !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c4 {
  color: #444;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

.cc {
  color: #ccc;
}

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: 16px;
  color: #fff;
  font-family: "score";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "score";
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw9 {
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}
.fz42 {
  font-size: 42px;
}

.fz46 {
  font-size: 46px;
}
.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 50px;
}
.fz52 {
  font-size: 52px;
}

.fz60 {
  font-size: 60px;
}
.fz62 {
  font-size: 62px;
}

.fz80 {
  font-size: 80px;
}
.fz82 {
  font-size: 82px;
}

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

@media screen and (max-width: 1000px) {
  .syspop {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }
  .syspop:after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .syspop .l-cont {
    height: auto !important;
  }
  .syspop .l-cont img {
    width: 100%;
  }
  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num {
  position: relative;
  margin-top: 70px;
  text-align: center;
  font-size: 0;
}
.page_num.mt40 {
  margin-top: 40px;
}
.page_num a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 34px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #111;
}
.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: 35px;
  }
  .page_num.mt40 {
    margin-top: 20px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.bg_w {
  background-color: #FDFBF8;
}

body.bg_w * {
  color: #333;
}

body.bg_w .c0 {
  color: #000;
}
body.bg_w .c3 {
  color: #333;
}
body.bg_w .c4 {
  color: #444;
}
body.bg_w .c6 {
  color: #666;
}
body.bg_w .c9 {
  color: #999;
}
body.bg_w .cf {
  color: #fff;
}
body.bg_w .cc {
  color: #ccc;
}

#content {
  position: relative;
  z-index: 1;
}

.container {
  width: 1400px;
  margin: 0px auto;
}

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

@media screen and (max-width: 1640px) {
  .cont1600 {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container, .cont1600 {
    padding: 0px 20px;
  }
}
#header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  border-radius: 0 0 0 80px;
  background-color: #C80010 !important;
}
#header .h_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 60px;
  height: 100%;
  margin: 0px auto;
}
#header .h_cont .l_wrap {
  display: flex;
  align-items: center;
  gap: 100px;
}
#header .h_cont .l_wrap nav > ul > li {
  margin-right: 60px;
}
#header .h_cont .l_wrap nav > ul > li.a > a::after {
  width: calc(100% - 10px);
}
#header .h_cont .l_wrap nav > ul > li > a {
  position: relative;
  display: block;
  padding: 25px 20px 25px 0px;
  font-size: 20px;
  font-weight: bold;
}
#header .h_cont .l_wrap nav > ul > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s;
}
#header .h_cont .l_wrap nav > ul > li .dep2 {
  display: none;
  position: absolute;
  width: 260px;
  padding: 30px;
  border-radius: 10px 10px 40px 10px;
  background-color: #C80010 !important;
}
#header .h_cont .l_wrap nav > ul > li .dep2 ul li {
  margin-bottom: 15px;
}
#header .h_cont .l_wrap nav > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header .h_cont .l_wrap nav > ul > li .dep2 ul li a {
  font-size: 18px;
}
#header .h_cont .l_wrap nav > ul > li .dep2 ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
#header .h_cont .r_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 170px;
}
#header .h_cont .r_wrap .lang_wrap ul {
  display: flex;
  gap: 40px;
}
#header .h_cont .r_wrap .lang_wrap ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
}
#header .h_cont .r_wrap .lang_wrap ul li.a a {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}
@media screen and (max-width: 1420px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
  #header .h_cont .l_wrap {
    gap: 0;
  }
  #header .h_cont .l_wrap nav {
    display: none;
  }
  #header .h_cont .r_wrap {
    gap: 0;
    padding-right: 20px;
  }
  #header .h_cont .r_wrap .lang_wrap {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 60px;
  }
  #header::before {
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 30px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .l_wrap .logo {
    display: block;
    width: 43px;
  }
  #header .h_cont .r_wrap {
    padding-right: 0;
  }
  #header .h_cont .r_wrap .sitemap_btn {
    width: 24px;
  }
}
body.bg_w #header {
  background: transparent !important;
}
body.bg_w #header * {
  color: #fff;
}
body.bg_w #header .h_cont .l_wrap nav > ul > li > a {
  color: #000;
}
body.bg_w #header .h_cont .l_wrap nav > ul > li > a::after {
  background-color: #000;
}
body.bg_w #header .h_cont .r_wrap .lang_wrap ul li a {
  color: #999;
  opacity: 1;
}
body.bg_w #header .h_cont .r_wrap .lang_wrap ul li.a a {
  color: #C80010 !important;
}

.sitemap_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 100%;
  background: url(/src/img/sitemap_bg.png) no-repeat center center/auto;
  background-color: #C80010 !important;
  transition: clip-path 0.8s;
  -webkit-transition: clip-path 0.8s;
  clip-path: circle(5% at calc(100% - 10px) 10px);
}
.sitemap_wrap.a {
  clip-path: circle(100% at 50% 50%);
}
.sitemap_wrap .sitemap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sitemap_wrap .sitemap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  padding: 0px 60px;
}
.sitemap_wrap .sitemap .top .r_wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap {
  display: none;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap ul {
  display: flex;
  gap: 40px;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  opacity: 0.5;
}
.sitemap_wrap .sitemap .top .r_wrap .lang_wrap ul li.a a {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 3px;
}
.sitemap_wrap .sitemap .lst_wrap {
  width: 1400px;
  height: calc(100% - 300px);
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.sitemap_wrap .sitemap .lst_wrap::-webkit-scrollbar {
  display: none;
}
.sitemap_wrap .sitemap .lst_wrap > ul {
  display: flex;
  width: 100%;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li {
  width: 25%;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
  display: block;
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  line-height: 50px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button {
  display: none;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
  margin-top: 70px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 25px;
  text-align: center;
}
.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: 22px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media screen and (max-height: 650px) {
  .sitemap_wrap .sitemap {
    padding-bottom: 100px;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    overflow-y: scroll;
    display: block;
    height: calc(100% - 200px);
    margin-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1420px) {
  .sitemap_wrap {
    clip-path: none;
  }
  .sitemap_wrap.a {
    clip-path: none;
  }
  .sitemap_wrap .sitemap {
    left: -100%;
    display: block;
    transition: left 0.5s, opacity 0.5s;
    padding-bottom: 0;
    opacity: 0;
  }
  .sitemap_wrap .sitemap.a {
    left: 0;
    opacity: 1;
  }
  .sitemap_wrap .sitemap .top {
    position: static;
    padding: 0px 60px 0px 40px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .lang_wrap {
    display: block;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    display: block;
    width: 100%;
    height: calc(100% - 150px);
    margin-top: 0;
    padding: 10vh 40px 100px;
    overflow-y: auto;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul {
    display: block;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li {
    width: 100%;
    margin-bottom: 80px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li:last-child {
    margin-bottom: 0;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
    display: none;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    width: 14px;
    height: 14px;
    background: url(/src/img/i/sitemap_arrow.png) no-repeat center center/cover;
  }
  .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;
    margin-top: 40px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 30px;
    text-align: left;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 720px) {
  .sitemap_wrap {
    background-size: 195px 253px;
  }
  .sitemap_wrap .sitemap .top {
    height: 60px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .logo {
    display: block;
    width: 43px;
  }
  .sitemap_wrap .sitemap .top .r_wrap {
    gap: 40px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .lang_wrap ul {
    gap: 20px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .lang_wrap ul li a {
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .lang_wrap ul li.a a {
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .sitemap_close {
    width: 24px;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    height: calc(100% - 60px);
    padding: 60px 20px 50px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li {
    margin-bottom: 40px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
    font-size: 22px;
    line-height: 25px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    margin-top: 25px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1421px) {
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    display: block !important;
  }
}
body.bg_w .sitemap_wrap * {
  color: #fff;
}

.main_top_t {
  text-align: center;
}
.main_top_t .main_top_t1 {
  font-size: 20px;
  font-weight: bold;
  color: #BC955A !important;
}
.main_top_t .main_top_t2 {
  margin-top: 15px;
  font-size: 62px;
  font-weight: 900;
}
.main_top_t .main_top_t2.fz50 {
  font-size: 52px;
}
.main_top_t .main_top_t3 {
  margin-top: 45px;
  font-size: 20px;
  color: #ccc;
}

@media screen and (max-width: 720px) {
  .main_top_t .main_top_t1 {
    font-size: 16px;
  }
  .main_top_t .main_top_t2 {
    margin-top: 10px;
    font-size: 30px;
  }
  .main_top_t .main_top_t2.fz50 {
    font-size: 24px;
  }
  .main_top_t .main_top_t3 {
    margin-top: 25px;
    font-size: 16px;
  }
  .main_top_t br {
    display: none;
  }
}
.index_wrap .main_slider {
  position: relative;
  height: 970px;
  width: 100%;
  overflow: hidden;
}
.index_wrap .main_slider .main_mask {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_wrap .main_slider .main_mask .item {
  position: relative;
}
.index_wrap .main_slider .main_mask .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 390px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(17, 17, 17) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(17, 17, 17) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(17, 17, 17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .main_slider .main_mask .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 1.5s;
}
.index_wrap .main_slider .main_mask .item .t_box {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 1400px;
  transform: translate(-50%, -50%);
}
.index_wrap .main_slider .main_mask .item .t_box .t2 {
  margin: 25px 0px;
}
.index_wrap .main_slider .main_mask .item .t_box .t1 {
  transform: translateY(50px);
  transition: transform 1s 0.3s, opacity 1s 0.3s;
  opacity: 0;
}
.index_wrap .main_slider .main_mask .item .t_box .t2 {
  transform: translateY(50px);
  transition: transform 1s 0.6s, opacity 1s 0.6s;
  opacity: 0;
}
.index_wrap .main_slider .main_mask .item.swiper-slide-active img, .index_wrap .main_slider .main_mask .item.swiper-slide-duplicate-next img {
  transform: scale(1);
}
.index_wrap .main_slider .main_mask .item.swiper-slide-active .t_box .t1, .index_wrap .main_slider .main_mask .item.swiper-slide-active .t_box .t2, .index_wrap .main_slider .main_mask .item.swiper-slide-duplicate-next .t_box .t1, .index_wrap .main_slider .main_mask .item.swiper-slide-duplicate-next .t_box .t2 {
  opacity: 1;
  transform: translateY(0);
}
.index_wrap .main_slider .main_mask .pagi_box {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 60px;
  width: 1800px;
  transform: translateX(-50%);
}
.index_wrap .main_slider .main_mask .pagi_box .main_pagi {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1600px;
  height: 3px;
  margin-right: 70px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
}
.index_wrap .main_slider .main_mask .pagi_box .main_pagi span, .index_wrap .main_slider .main_mask .pagi_box .main_pagi div {
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
}
.index_wrap .main_slider .main_mask .pagi_box .arrow_btn {
  position: static;
  width: 60px;
  height: 60px;
  margin-top: 0;
  border-radius: 60px;
  background: url(/src/img/i/r_w.png) no-repeat center center/auto rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s;
}
.index_wrap .main_slider .main_mask .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.index_wrap .main_slider .main_mask .pagi_box .arrow_btn:hover {
  background-color: #C80010;
}

@media screen and (max-width: 1860px) {
  .index_wrap .main_slider .main_mask .pagi_box {
    width: 100%;
    padding: 0px 40px;
  }
  .index_wrap .main_slider .main_mask .pagi_box .main_pagi {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .main_slider {
    height: auto;
  }
  .index_wrap .main_slider .main_mask .item .t_box {
    width: 100%;
    padding: 0px 40px;
  }
  .index_wrap .main_slider .main_mask .pagi_box .main_pagi {
    width: calc(100% - 165px);
    margin-right: 35px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .main_slider .main_mask .item::after {
    height: 200px;
  }
  .index_wrap .main_slider .main_mask .pagi_box {
    bottom: 20px;
    padding: 0px 20px;
  }
  .index_wrap .main_slider .main_mask .pagi_box .main_pagi {
    width: calc(100% - 105px);
    margin-right: 15px;
  }
  .index_wrap .main_slider .main_mask .pagi_box .arrow_btn {
    width: 40px;
    height: 40px;
  }
}
.index_wrap {
  overflow: hidden;
}

.index_wrap .sect2_box {
  position: relative;
  padding-top: 250px;
  background: url(/src/img/sect2_bg.jpg) no-repeat center center/cover;
}
.index_wrap .sect2_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: rgb(30, 30, 30);
  background: -moz-linear-gradient(0deg, rgba(17, 17, 17, 0) 0%, rgb(17, 17, 17) 100%);
  background: -webkit-linear-gradient(0deg, rgba(17, 17, 17, 0) 0%, rgb(17, 17, 17) 100%);
  background: linear-gradient(0deg, rgba(17, 17, 17, 0) 0%, rgb(17, 17, 17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.index_wrap .sect2_box::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: rgb(30, 30, 30);
  background: -moz-linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .sect2_box .sect2 {
  position: relative;
  z-index: 1;
}
.index_wrap .sect2_box .sect2::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - (50% - 900px));
  height: 350px;
  border-radius: 0 40px 40px 0;
  background-color: #C80010 !important;
}
@media screen and (min-width: 2160px) {
  .index_wrap .sect2_box .sect2::after{
    width: 100%;
    border-radius: 0;
  }
}
.index_wrap .sect2_box .bg_cir {
  position: absolute;
  top: 70px;
  left: -850px;
  width: 1378px;
  height: 1378px;
  z-index: 1;
  background: url(/src/img/main_cir.png) no-repeat center center/cover;
}
.index_wrap .sect2_box .lst_wrap {
  position: relative;
  z-index: 2;
}
.index_wrap .sect2_box .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.index_wrap .sect2_box .lst_wrap ul li {
  position: relative;
  width: 25%;
  transition: transform 0.7s;
  overflow: hidden;
}
.index_wrap .sect2_box .lst_wrap ul li:first-child {
  border-radius: 40px 0 0 0;
}
.index_wrap .sect2_box .lst_wrap ul li:last-child {
  border-radius: 0px 40px 0 0;
}
.index_wrap .sect2_box .lst_wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .sect2_box .lst_wrap ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.5s;
  opacity: 0;
}
.index_wrap .sect2_box .lst_wrap ul li a .t1 {
  position: absolute;
  top: 80px;
  left: 50px;
  writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: bold;
  color: #BC955A !important;
  transform: scale(-1, -1);
}
.index_wrap .sect2_box .lst_wrap ul li a .t_box {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  padding: 0px 50px;
}
.index_wrap .sect2_box .lst_wrap ul li a .t_box .t2 {
  font-size: 42px;
  font-weight: bold;
}
.index_wrap .sect2_box .lst_wrap ul li a .t_box .t3 {
  margin-top: 35px;
  font-size: 20px;
}
.index_wrap .sect2_box .lst_wrap ul li:hover {
  transform: translateY(50px);
}
.index_wrap .sect2_box .lst_wrap ul li.de_act a::after {
  opacity: 1;
}

@media screen and (max-width: 1820px) {
  .index_wrap .sect2_box .sect2::after {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 1640px) {
  .index_wrap .sect2_box .lst_wrap ul li a .t_box {
    bottom: 40px;
    padding: 0px 40px;
  }
  .index_wrap .sect2_box .lst_wrap ul li a .t_box br {
    display: none;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect2_box {
    padding-top: 160px;
  }
  .index_wrap .sect2_box .sect2::after {
    bottom: 0px;
  }
  .index_wrap .sect2_box .bg_cir {
    top: 200px;
    left: -1100px;
  }
  .index_wrap .sect2_box .lst_wrap {
    position: relative;
    top: 90px;
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    overflow: hidden;
  }
  .index_wrap .sect2_box .lst_wrap ul li {
    width: 50%;
    overflow: visible;
  }
  .index_wrap .sect2_box .lst_wrap ul li:hover {
    transform: none;
  }
  .index_wrap .sect2_box .lst_wrap ul li a::after {
    display: none;
  }
  .index_wrap .sect2_box .lst_wrap ul li a .t1 {
    top: 50px;
    left: 40px;
  }
  .index_wrap .sect2_box .lst_wrap ul li a .t_box .t3 {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect2_box {
    padding-top: 85px;
  }
  .index_wrap .sect2_box::before {
    height: 200px;
  }
  .index_wrap .sect2_box .sect2::after {
    bottom: 0px;
    height: 125px;
  }
  .index_wrap .sect2_box .bg_cir {
    top: 20px;
    left: -540px;
    width: 700px;
    height: 700px;
  }
  .index_wrap .sect2_box .lst_wrap {
    top: 40px;
    border-radius: 20px;
  }
  .index_wrap .sect2_box .lst_wrap ul li a .t1 {
    top: 20px;
    left: 20px;
    font-size: 14px;
  }
  .index_wrap .sect2_box .lst_wrap ul li a .t_box {
    bottom: 20px;
    padding: 0px 17px;
  }
  .index_wrap .sect2_box .lst_wrap ul li a .t_box .t2 {
    font-size: 22px;
  }
}
.index_wrap .sect3 {
  position: relative;
  padding-top: 300px;
  overflow: hidden;
}
.index_wrap .sect3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: rgb(30, 30, 30);
  background: -moz-linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: -webkit-linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .sect3::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -200px;
  z-index: 1;
  width: 474px;
  height: 454px;
  background: url(/src/img/main_side_bar.png) no-repeat center center/auto;
}
.index_wrap .sect3 .menu_slide_wrap {
  position: relative;
  z-index: 1;
  margin: 80px auto 0;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box {
  display: flex;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box:hover ul {
  animation-play-state: paused;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul {
  display: block;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  animation: infSlide1 30s linear infinite;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li {
  display: inline-block;
  width: 320px;
  margin-left: 40px;
  border-radius: 20px;
  overflow: hidden;
  vertical-align: top;
  background-color: #151515;
  transition: background-color 0.3s;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .t_box .type {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #444;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .t_box .tit {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .t_box .t {
  height: 48px;
  margin-top: 20px;
  font-size: 18px;
  color: #ccc;
  white-space: wrap;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .img {
  margin-top: 40px;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .img img {
  display: block;
  width: 100%;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li:hover {
  background-color: #C80010 !important;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box ul li:hover a .t_box .type {
  border-color: #fff;
  background-color: #fff;
  color: #C80010 !important;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box.slide_box2 {
  margin-top: 40px;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box.slide_box2 ul {
  animation: infSlide2 30s linear infinite;
}
.index_wrap .sect3 .menu_slide_wrap .slide_box.slide_box2:hover ul {
  animation-play-state: paused;
}

@keyframes infSlide1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infSlide2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect3 {
    padding-top: 390px;
  }
  .index_wrap .sect3::before {
    top: 0px;
  }
  .index_wrap .sect3::after {
    top: 0;
    right: -375px;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box:hover ul {
    animation: infSlide1 30s linear infinite;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li {
    width: 300px;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li:hover {
    background-color: #151515 !important;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li:hover a .t_box .type {
    border-color: #444;
    background-color: transparent;
    color: #fff !important;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box.slide_box2:hover ul {
    animation: infSlide2 30s linear infinite;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect3 {
    padding-top: 190px;
  }
  .index_wrap .sect3::before {
    top: 0;
    height: 150px;
  }
  .index_wrap .sect3::after {
    top: -40px;
    right: -165px;
    width: 234px;
    height: 224px;
    background-size: cover;
  }
  .index_wrap .sect3 .menu_slide_wrap {
    margin-top: 40px;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li {
    width: 170px;
    margin-left: 20px;
    border-radius: 10px;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li a {
    padding: 20px;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .t_box .type {
    padding: 5px 10px;
    font-size: 14px;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .t_box .tit {
    margin-top: 10px;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
    height: 52px;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .t_box .t {
    display: none;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box ul li a .img {
    margin-top: 20px;
  }
  .index_wrap .sect3 .menu_slide_wrap .slide_box.slide_box2 {
    margin-top: 20px;
  }
}
.index_wrap .sect4 {
  position: relative;
  padding-top: 300px;
}
.index_wrap .sect4::after {
  content: "";
  position: absolute;
  top: -480px;
  right: -600px;
  width: 960px;
  height: 960px;
  z-index: 0;
  background: url(/src/img/main_cir2.png) no-repeat center center/cover;
}
.index_wrap .sect4 .back_cir {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1600px;
  margin-top: 150px;
  transform: translate(-50%, -50%);
}
.index_wrap .sect4 .tit_box {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
.index_wrap .sect4 .tit_box .ico {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: url(/src/img/i/link_arrow.png) no-repeat center center/auto rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s;
}
.index_wrap .sect4 .tit_box:hover .ico {
  background-color: #C80010 !important;
}
.index_wrap .sect4 .lst_wrap {
  margin-top: 80px;
}
.index_wrap .sect4 .lst_wrap ul li {
  padding: 80px 0px;
  border-bottom: solid 1px #222;
}
.index_wrap .sect4 .lst_wrap ul li:first-child {
  padding-top: 0;
}
.index_wrap .sect4 .lst_wrap ul li a {
  position: relative;
  display: flex;
  align-items: start;
  gap: 80px;
}
.index_wrap .sect4 .lst_wrap ul li a::after {
  content: "";
  position: absolute;
  bottom: -81px;
  width: 0;
  height: 1px;
  background-color: #C80010 !important;
  transition: width 0.7s;
}
.index_wrap .sect4 .lst_wrap ul li a:hover::after {
  width: 100%;
}
.index_wrap .sect4 .lst_wrap ul li a:hover .img img {
  transform: scale(1.1);
}
.index_wrap .sect4 .lst_wrap ul li a:hover .t_box .type {
  border-color: #C80010 !important;
  background-color: #C80010 !important;
}
.index_wrap .sect4 .lst_wrap ul li a .img {
  width: 420px;
  border-radius: 20px;
  overflow: hidden;
}
.index_wrap .sect4 .lst_wrap ul li a .img img {
  display: block;
  width: 100%;
  transition: transform 0.7s;
}
.index_wrap .sect4 .lst_wrap ul li a .t_box {
  width: calc(100% - 500px);
}
.index_wrap .sect4 .lst_wrap ul li a .t_box .type {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #444;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s, border-color 0.3s;
}
.index_wrap .sect4 .lst_wrap ul li a .t_box .tit {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
}
.index_wrap .sect4 .lst_wrap ul li a .t_box .t2 {
  margin-top: 20px;
  font-size: 18px;
  color: #ccc;
  white-space: wrap;
}
.index_wrap .sect4 .lst_wrap ul li a .t_box .t2 p{font-size: 18px !important;}
.index_wrap .sect4 .lst_wrap ul li a .t_box .date {
  margin-top: 50px;
  font-size: 18px;
  color: #444;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect4::after {
    right: -820px;
  }
  .index_wrap .sect4 .back_cir {
    width: 100%;
    padding: 0px 40px;
  }
  .index_wrap .sect4 .tit_box:hover .ico {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
  .index_wrap .sect4 .lst_wrap ul li {
    padding: 40px 0px;
  }
  .index_wrap .sect4 .lst_wrap ul li a {
    gap: 40px;
  }
  .index_wrap .sect4 .lst_wrap ul li a::after {
    display: none;
  }
  .index_wrap .sect4 .lst_wrap ul li a:hover .img img {
    transform: scale(1);
  }
  .index_wrap .sect4 .lst_wrap ul li a:hover .t_box .type {
    border-color: #444 !important;
    background-color: transparent !important;
  }
  .index_wrap .sect4 .lst_wrap ul li a .img {
    width: 180px;
  }
  .index_wrap .sect4 .lst_wrap ul li a .t_box {
    width: calc(100% - 220px);
  }
  .index_wrap .sect4 .lst_wrap ul li a .t_box .date {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect4 {
    padding-top: 150px;
  }
  .index_wrap .sect4::after {
    top: -240px;
    right: -410px;
    width: 480px;
    height: 480px;
  }
  .index_wrap .sect4 .back_cir {
    padding: 0px 20px;
    margin-top: 75px;
  }
  .index_wrap .sect4 .tit_box {
    gap: 20px;
  }
  .index_wrap .sect4 .tit_box .ico {
    width: 40px;
    height: 40px;
  }
  .index_wrap .sect4 .lst_wrap {
    margin-top: 40px;
  }
  .index_wrap .sect4 .lst_wrap ul li {
    padding: 20px 0px;
  }
  .index_wrap .sect4 .lst_wrap ul li a {
    gap: 20px;
  }
  .index_wrap .sect4 .lst_wrap ul li a .img {
    width: 90px;
    border-radius: 10px;
  }
  .index_wrap .sect4 .lst_wrap ul li a .t_box {
    width: calc(100% - 110px);
  }
  .index_wrap .sect4 .lst_wrap ul li a .t_box .type {
    padding: 5px 10px;
    font-size: 14px;
  }
  .index_wrap .sect4 .lst_wrap ul li a .t_box .tit {
    margin-top: 10px;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
  }
  .index_wrap .sect4 .lst_wrap ul li a .t_box .t2 {
    display: none;
  }
  .index_wrap .sect4 .lst_wrap ul li a .t_box .date {
    margin-top: 12px;
    font-size: 14px;
  }
}
.index_wrap .sect5 {
  position: relative;
  padding-top: 300px;
  padding-bottom: 150px;
}
.index_wrap .sect5::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -210px;
  z-index: 1;
  width: 474px;
  height: 454px;
  background: url(/src/img/main_side_bar.png) no-repeat center center/auto;
  transform: scaleX(-1);
}
.index_wrap .sect5 .lst_wrap {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
.index_wrap .sect5 .lst_wrap ul {
  display: flex;
  gap: 10px;
}
.index_wrap .sect5 .lst_wrap ul li {
  width: calc((100% - 20px) / 3);
  height: 520px;
  border-radius: 20px;
  background-color: #151515;
  overflow: hidden;
  transition: background-color 0.4s;
}
.index_wrap .sect5 .lst_wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 50px;
}
.index_wrap .sect5 .lst_wrap ul li a .t1 {
  font-size: 42px;
  font-weight: bold;
}
.index_wrap .sect5 .lst_wrap ul li a .t2 {
  margin-top: 40px;
  font-size: 20px;
  color: #ccc;
  letter-spacing: -0.1px;
}
.index_wrap .sect5 .lst_wrap ul li a .ico {
  position: absolute;
  bottom: 80px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #C80010;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  transition: background-color 0.4s, background-image 0.4s;
}
.index_wrap .sect5 .lst_wrap ul li:nth-child(1) a .ico {
  background-image: url(/src/img/sect5_1.png);
}
.index_wrap .sect5 .lst_wrap ul li:nth-child(1):hover a .ico {
  background-image: url(/src/img/sect5_1a.png);
}
.index_wrap .sect5 .lst_wrap ul li:nth-child(2) a .ico {
  background-image: url(/src/img/sect5_2.png);
}
.index_wrap .sect5 .lst_wrap ul li:nth-child(2):hover a .ico {
  background-image: url(/src/img/sect5_2a.png);
}
.index_wrap .sect5 .lst_wrap ul li:nth-child(3) a .ico {
  background-image: url(/src/img/sect5_3.png);
}
.index_wrap .sect5 .lst_wrap ul li:nth-child(3):hover a .ico {
  background-image: url(/src/img/sect5_3a.png);
}
.index_wrap .sect5 .lst_wrap ul li:hover {
  background-color: #C80010;
}
.index_wrap .sect5 .lst_wrap ul li:hover a .ico {
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect5::after {
    top: -200px;
    left: -260px;
  }
  .index_wrap .sect5 .lst_wrap ul {
    flex-wrap: wrap;
  }
  .index_wrap .sect5 .lst_wrap ul li {
    width: 100%;
    height: auto;
  }
  .index_wrap .sect5 .lst_wrap ul li a .t_box {
    padding-right: 160px;
  }
  .index_wrap .sect5 .lst_wrap ul li a .ico {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .index_wrap .sect5 .lst_wrap ul li:nth-child(1) a .ico {
    background-image: url(/src/img/sect5_1.png);
  }
  .index_wrap .sect5 .lst_wrap ul li:nth-child(1):hover a .ico {
    background-image: url(/src/img/sect5_1.png);
  }
  .index_wrap .sect5 .lst_wrap ul li:nth-child(2) a .ico {
    background-image: url(/src/img/sect5_2.png);
  }
  .index_wrap .sect5 .lst_wrap ul li:nth-child(2):hover a .ico {
    background-image: url(/src/img/sect5_2.png);
  }
  .index_wrap .sect5 .lst_wrap ul li:nth-child(3) a .ico {
    background-image: url(/src/img/sect5_3.png);
  }
  .index_wrap .sect5 .lst_wrap ul li:nth-child(3):hover a .ico {
    background-image: url(/src/img/sect5_3.png);
  }
  .index_wrap .sect5 .lst_wrap ul li:hover {
    background-color: #151515;
  }
  .index_wrap .sect5 .lst_wrap ul li:hover a .ico {
    background-color: #C80010 !important;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect5 {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .index_wrap .sect5::after {
    top: -100px;
    left: -155px;
    width: 234px;
    height: 224px;
    background-size: cover;
  }
  .index_wrap .sect5 .lst_wrap {
    margin-top: 40px;
  }
  .index_wrap .sect5 .lst_wrap ul {
    gap: 5px;
  }
  .index_wrap .sect5 .lst_wrap ul li {
    border-radius: 10px;
  }
  .index_wrap .sect5 .lst_wrap ul li a {
    padding: 40px 25px;
  }
  .index_wrap .sect5 .lst_wrap ul li a .t_box {
    padding-right: 50px;
  }
  .index_wrap .sect5 .lst_wrap ul li a .t1 {
    font-size: 22px;
    font-weight: bold;
  }
  .index_wrap .sect5 .lst_wrap ul li a .t2 {
    margin-top: 20px;
    font-size: 16px;
  }
  .index_wrap .sect5 .lst_wrap ul li a br {
    display: none;
  }
  .index_wrap .sect5 .lst_wrap ul li a .ico {
    right: 20px;
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
  }
}
.s_top {
  position: relative;
  width: 100%;
  height: 785px;
  overflow: hidden;
}
.s_top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 470px;
  background: rgb(30, 30, 30);
  background: -moz-linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.s_top .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s_top.s_top1 .bg {
  background-image: url(/src/img/s_top1.jpg);
  opacity: 0.4;
}
.s_top.s_top2 .bg {
  background-image: url(/src/img/s_top2.jpg);
  opacity: 0.3;
}
.s_top.s_top3 .bg {
  background-image: url(/src/img/s_top3.jpg);
  opacity: 0.2;
}
.s_top.s_top4 .bg {
  background-image: url(/src/img/s_top4.jpg);
  opacity: 0.1;
}
.s_top.s_top5 .bg {
  background-image: url(/src/img/s_top5.jpg);
  opacity: 0.3;
}
.s_top.s_top6 .bg {
  background-image: url(/src/img/s_top6.jpg);
  opacity: 0.3;
}
.s_top.s_top7 .bg {
  background-image: url(/src/img/s_top7.jpg);
  opacity: 0.3;
}
.s_top.s_top8 .bg {
  background-image: url(/src/img/s_top8.jpg);
  opacity: 0.3;
}
.s_top .t_box {
  position: absolute;
  z-index: 1;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;
}
.s_top .t_box .t2 {
  margin-top: 20px;
}
.s_top .t_box .t3 {
  margin-top: 50px;
}

.sub_top_box .t2 {
  margin-top: 20px;
}

@media screen and (max-width: 1420px) {
  .s_top .t_box {
    width: 100%;
    padding: 0px 40px;
  }
  .s_top .t_box .t3 {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .s_top {
    height: 350px;
  }
  .s_top::after {
    height: 235px;
  }
  .s_top .t_box {
    top: 130px;
    padding: 0px 20px;
  }
  .s_top .t_box .t2 {
    margin-top: 10px;
  }
  .sub_top_box .t2 {
    margin-top: 10px;
  }
}
.sub_type1 {
  position: relative;
  z-index: 1;
  margin-top: -255px;
}

.sub_type3 {
  position: relative;
  z-index: 1;
  margin-top: -155px;
}

.sub_type2 {
  padding-top: 300px;
}

@media screen and (max-width: 1420px) {
  .sub_type3 {
    margin-top: -255px;
  }
}
@media screen and (max-width: 720px) {
  .sub_type1 {
    margin-top: -100px;
  }
  .sub_type2 {
    padding-top: 130px;
  }
  .sub_type3 {
    margin-top: -100px;
  }
}
.company_pg .big_box {
  padding: 150px 40px;
  border-radius: 40px;
  background: url(/src/img/company_big.jpg) no-repeat center center/cover;
}
.company_pg .big_box .t2 {
  margin-top: 12px;
}
.company_pg .big_box .t3::before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  margin: 40px auto;
  background-color: #C80010 !important;
}

@media screen and (max-width: 1420px) {
  .br_n1420 br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .company_pg .big_box {
    padding: 60px 20px;
    border-radius: 20px;
  }
  .company_pg .big_box .t2 {
    margin-top: 10px;
  }
  .company_pg .big_box .t3::before {
    width: 20px;
    height: 4px;
    margin: 20px auto;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 30px;
  }
}
.history_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.history_pg .lst_wrap ul li {
  width: calc(50% - 20px);
  padding: 50px;
  border: solid 1px #333;
  border-radius: 20px;
}
.history_pg .lst_wrap ul li .year {
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: bold;
}
.history_pg .lst_wrap ul li .lst {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #ccc;
}
.history_pg .lst_wrap ul li .lst:last-child {
  margin-bottom: 0;
}
.history_pg .lst_wrap ul li .lst::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #ccc;
}

@media screen and (max-width: 1420px) {
  .history_pg .lst_wrap ul li {
    width: 100%;
    padding: 50px 40px;
  }
}
@media screen and (max-width: 720px) {
  .history_pg .lst_wrap ul {
    gap: 20px;
  }
  .history_pg .lst_wrap ul li {
    padding: 30px 20px;
    border-radius: 10px;
  }
  .history_pg .lst_wrap ul li .year {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .history_pg .lst_wrap ul li .lst {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .history_pg .lst_wrap ul li .lst::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}
.greeting {
  position: relative;
  overflow: hidden;
}
.greeting::before {
  content: "";
  position: absolute;
  top: 220px;
  left: -480px;
  width: 961px;
  height: 961px;
  z-index: 0;
  background: url(/src/img/main_cir2.png) no-repeat center center/cover;
}
.greeting::after {
  content: "";
  position: absolute;
  top: 320px;
  right: -200px;
  z-index: 0;
  width: 474px;
  height: 454px;
  background: url(/src/img/main_side_bar.png) no-repeat center center/auto;
}
.greeting .df_lst {
  position: relative;
  z-index: 1;
}
.greeting .df_lst ul li {
  display: flex;
  align-items: start;
  gap: 80px;
  margin-bottom: 150px;
}
.greeting .df_lst ul li:last-child {
  margin-bottom: 0;
}
.greeting .df_lst ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.greeting .df_lst ul li:nth-child(even) .t_box {
  text-align: right;
}
.greeting .df_lst ul li .img {
  width: 550px;
  border-radius: 40px;
  overflow: hidden;
}
.greeting .df_lst ul li .t_box {
  width: calc(100% - 630px);
  padding-top: 100px;
}
.greeting .df_lst ul li .t_box .t2 {
  margin-top: 40px;
}
.greeting .df_lst ul li .t_box .t2 span{
  font-size: 30px;
  background: #C80010;
  background: linear-gradient(180deg, rgba(200, 0, 16, 0) 0%, rgba(200, 0, 16, 0) 55%, rgb(200, 0, 16) 56%, rgb(200, 0, 16) 100%);
}
.greeting .df_lst ul li .t_box .t3 {
  margin-top: 60px;
}

@media screen and (max-width: 1420px) {
  .greeting::before {
    top: 600px;
    left: -700px;
  }
  .greeting::after {
    top: 500px;
    right: -250px;
  }
  .greeting .df_lst ul li {
    flex-direction: column !important;
    align-items: center;
  }
  .greeting .df_lst ul li .img {
    max-width: 100%;
  }
  .greeting .df_lst ul li .t_box {
    width: 100%;
    padding-top: 0;
    text-align: left !important;
  }
  .greeting .df_lst ul li .t_box br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .greeting::before {
    top: 800px;
    left: -300px;
    width: 480px;
    height: 480px;
  }
  .greeting::after {
    top: 450px;
    right: -165px;
    width: 234px;
    height: 224px;
    background-size: cover;
  }
  .greeting .df_lst ul li {
    gap: 40px;
    margin-bottom: 80px;
  }
  .greeting .df_lst ul li .img {
    width: 100%;
    border-radius: 20px;
  }
  .greeting .df_lst ul li .t_box .t2 {
    margin-top: 20px;
  }
  .greeting .df_lst ul li .t_box .t2 span{
    font-size: 18px;
  }
  .greeting .df_lst ul li .t_box .t3 {
    margin-top: 30px;
  }
}
.ci_pg .t1 {
  margin-top: 80px;
}
.ci_pg .t2 {
  line-height: 175%;
}
.ci_pg .t2::before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  margin: 40px auto;
  background-color: #C80010 !important;
}

@media screen and (max-width: 720px) {
  .ci_pg .t1 {
    margin-top: 40px;
  }
  .ci_pg .t2::before {
    width: 20px;
    height: 4px;
    margin: 20px auto;
  }
}
.cert_lst .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.cert_lst .lst_wrap ul li {
  width: calc((100% - 80px) / 3);
}
.cert_lst .lst_wrap ul li .img_box {
  padding: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.02);
}
.cert_lst .lst_wrap ul li .img_box .img {
  border-radius: 20px;
  overflow: hidden;
}
.cert_lst .lst_wrap ul li .img_box .img img {
  display: block;
  width: 100%;
}
.cert_lst .lst_wrap ul li p {
  margin-top: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1240px) {
  .cert_lst .lst_wrap ul li .img_box {
    padding: 25px;
  }
}
@media screen and (max-width: 991px) {
  .cert_lst .lst_wrap ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .cert_lst .lst_wrap ul {
    gap: 30px 20px;
  }
  .cert_lst .lst_wrap ul li {
    width: calc(50% - 10px);
  }
  .cert_lst .lst_wrap ul li .img_box {
    padding: 20px;
    border-radius: 10px;
  }
  .cert_lst .lst_wrap ul li .img_box .img {
    border-radius: 10px;
  }
  .cert_lst .lst_wrap ul li p {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .cert_lst .lst_wrap ul li {
    width: 100%;
  }
}
.location .item {
  margin-bottom: 100px;
}
.location .item:last-child {
  margin-bottom: 0;
}
.location .item .map {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}
.location .item .info_box {
  display: flex;
  align-items: start;
  gap: 70px;
  margin-top: 70px;
}
.location .item .info_box .tit {
  width: 350px;
}
.location .item .info_box .t_box {
  width: calc(100% - 420px);
  padding-top: 6px;
}
.location .item .info_box .t_box .t2 {
  margin-bottom: 20px;
  color: #ccc;
}
.location .item .info_box .t_box .t2 span {
  margin-right: 10px;
  color: #fff;
}
.location .item .info_box .t_box .t2:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .location .item .info_box {
    display: block;
  }
  .location .item .info_box .tit {
    width: 100%;
    margin-bottom: 30px;
  }
  .location .item .info_box .t_box {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .location .item {
    margin-bottom: 60px;
  }
  .location .item .map {
    height: 300px;
    border-radius: 10px;
  }
  .location .item .info_box {
    margin-top: 40px;
  }
  .location .item .info_box .tit {
    margin-bottom: 20px;
  }
  .location .item .info_box .t_box .t2 {
    margin-bottom: 10px;
  }
}
.prod_lst .prod_tab {
  margin-top: 60px;
}
.prod_lst .prod_tab ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prod_lst .prod_tab ul li {
  width: calc((100% - 50px) / 6);
  height: 75px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #eee;
}
.prod_lst .prod_tab ul li a, .prod_lst .prod_tab ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.prod_lst .prod_tab ul li.a {
  background-color: #C80010 !important;
  box-shadow: 0px 3px 10px rgba(229, 0, 25, 0.2);
}
.prod_lst .prod_tab ul li.a a, .prod_lst .prod_tab ul li.a button {
  color: #fff;
}
.prod_lst .prod_tab select {
  display: none;
  width: 100%;
  height: 70px;
  padding: 0px 40px 0px 30px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.prod_lst .total_t {
  margin-top: 80px;
  font-size: 18px;
}
.prod_lst .lst_wrap {
  margin-top: 40px;
}
.prod_lst .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prod_lst .lst_wrap ul li {
  display: block;
  width: calc((100% - 120px) / 4);
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition: background-color 0.3s;
}
.prod_lst .lst_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px;
}
.prod_lst .lst_wrap ul li a .t_box .type {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #eee;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: #BC955A;
}
.prod_lst .lst_wrap ul li a .t_box .tit {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  transition: color 0.3s;
}
.prod_lst .lst_wrap ul li a .t_box .t {
  height: 52px;
  margin-top: 20px;
  font-size: 18px;
  color: #666;
  white-space: wrap;
  transition: color 0.3s;
}
.prod_lst .lst_wrap ul li a .img {
  margin-top: 40px;
}
.prod_lst .lst_wrap ul li a .img img {
  display: block;
  width: 100%;
  transition: transform 0.7s;
}
.prod_lst .lst_wrap ul li:hover {
  background-color: #C80010 !important;
}
.prod_lst .lst_wrap ul li:hover a .t_box .type {
  border-color: #fff;
  background-color: #fff;
  color: #C80010 !important;
}
.prod_lst .lst_wrap ul li:hover a .t_box .tit {
  color: #fff;
}
.prod_lst .lst_wrap ul li:hover a .t_box .t {
  color: #fff;
}
.prod_lst .lst_wrap ul li:hover a .img img {
  transform: scale(1.05);
}

@media screen and (max-width: 1420px) {
  .prod_lst .prod_tab ul {
    display: none;
  }
  .prod_lst .prod_tab select {
    display: block;
  }
  .prod_lst .lst_wrap ul li {
    width: calc(50% - 20px);
  }
  .prod_lst .lst_wrap ul li:hover {
    background-color: #fff !important;
  }
  .prod_lst .lst_wrap ul li:hover a .t_box .type {
    border-color: #eee;
    background-color: transparent;
    color: #BC955A !important;
  }
  .prod_lst .lst_wrap ul li:hover a .t_box .tit {
    color: #000;
  }
  .prod_lst .lst_wrap ul li:hover a .t_box .t {
    color: #666;
  }
  .prod_lst .lst_wrap ul li:hover a .img img {
    transform: scale(1);
  }
}
@media screen and (max-width: 720px) {
  .prod_lst .prod_tab {
    margin-top: 30px;
  }
  .prod_lst .prod_tab select {
    height: 50px;
    padding: 0px 35px 0px 20px;
    border-radius: 5px;
    font-size: 16px;
  }
  .prod_lst .total_t {
    margin-top: 40px;
    font-size: 14px;
  }
  .prod_lst .lst_wrap {
    margin-top: 20px;
  }
  .prod_lst .lst_wrap ul {
    gap: 20px;
  }
  .prod_lst .lst_wrap ul li {
    width: calc(50% - 10px);
    border-radius: 10px;
  }
  .prod_lst .lst_wrap ul li a {
    padding: 20px;
  }
  .prod_lst .lst_wrap ul li a .t_box .type {
    padding: 5px 10px;
    font-size: 14px;
  }
  .prod_lst .lst_wrap ul li a .t_box .tit {
    height: 52px;
    margin-top: 10px;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
  }
  .prod_lst .lst_wrap ul li a .t_box .t {
    display: none;
  }
  .prod_lst .lst_wrap ul li a .img {
    margin-top: 20px;
  }
}
/* @media screen and (max-width: 420px) {
  .prod_lst .lst_wrap ul li {
    width: 100%;
  }
} */
.prod_view .df_box {
  display: flex;
  align-items: start;
  gap: 100px;
  margin-top: 80px;
}
.prod_view .df_box .l_wrap {
  width: 550px;
}
.prod_view .df_box .r_wrap {
  width: calc(100% - 650px);
}
.prod_view .df_box .r_wrap .type {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #eee;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #BC955A;
}
.prod_view .df_box .r_wrap .tit {
  margin-top: 20px;
}
.prod_view .df_box .r_wrap .t {
  margin-top: 25px;
}
.prod_view .df_box .r_wrap .info_tb {
  margin-top: 50px;
  border-top: solid 2px #000;
}
.prod_view .df_box .r_wrap .info_tb table tr {
  border-bottom: solid 1px #ddd;
}
.prod_view .df_box .r_wrap .info_tb table tr th, .prod_view .df_box .r_wrap .info_tb table tr td {
  padding: 30px 0px;
  font-size: 20px;
  text-align: left;
}
.prod_view .df_box .r_wrap .info_tb table tr th {
  width: 140px;
  font-weight: bold;
  color: #000;
}
.prod_view .df_box .r_wrap .list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 65px;
  margin-top: 70px;
  border: solid 2px #333;
  border-radius: 50px;
}
.prod_view .df_box .r_wrap .list_btn:hover{
  border-color: #C80010;
  background-color: #C80010;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .prod_view .df_box {
    flex-direction: column;
    align-items: center;
  }
  .prod_view .df_box .l_wrap {
    max-width: 100%;
  }
  .prod_view .df_box .r_wrap {
    width: 100%;
  }
  .prod_view .df_box .r_wrap .list_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 720px) {
  .prod_view .df_box {
    gap: 50px;
    margin-top: 40px;
  }
  .prod_view .df_box .r_wrap .type {
    padding: 5px 10px;
    font-size: 14px;
  }
  .prod_view .df_box .r_wrap .tit {
    margin-top: 10px;
  }
  .prod_view .df_box .r_wrap .t {
    margin-top: 12px;
  }
  .prod_view .df_box .r_wrap .info_tb {
    margin-top: 25px;
    border-width: 1px;
  }
  .prod_view .df_box .r_wrap .info_tb table tr th, .prod_view .df_box .r_wrap .info_tb table tr td {
    padding: 20px 0px;
    font-size: 16px;
  }
  .prod_view .df_box .r_wrap .info_tb table tr th {
    width: 80px;
  }
  .prod_view .df_box .r_wrap .list_btn {
    width: 120px;
    height: 45px;
    margin-top: 35px;
  }
}
.manage_pg .df_lst ul li {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 100px;
}
.manage_pg .df_lst ul li:last-child {
  margin-bottom: 0;
}
.manage_pg .df_lst ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.manage_pg .df_lst ul li .img {
  width: 550px;
  border-radius: 40px;
  overflow: hidden;
}
.manage_pg .df_lst ul li .t_box {
  width: calc(100% - 630px);
}
.manage_pg .df_lst ul li .t_box .step {
  margin-bottom: 20px;
}
.manage_pg .df_lst ul li .t_box .t1 {
  margin-bottom: 40px;
}
.manage_pg .df_lst ul li .t_box .t2 {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #ccc;
}
.manage_pg .df_lst ul li .t_box .t2:last-child {
  margin-bottom: 0;
}
.manage_pg .df_lst ul li .t_box .t2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #ccc;
}

@media screen and (max-width: 1420px) {
  .manage_pg .df_lst ul li {
    flex-direction: column !important;
    align-items: center;
  }
  .manage_pg .df_lst ul li .img {
    max-width: 100%;
  }
  .manage_pg .df_lst ul li .t_box {
    width: 100%;
  }
  .manage_pg .df_lst ul li .t_box br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .manage_pg .df_lst ul li {
    gap: 40px;
    margin-bottom: 60px;
  }
  .manage_pg .df_lst ul li .img {
    width: 100%;
    border-radius: 20px;
  }
  .manage_pg .df_lst ul li .t_box .step {
    margin-bottom: 12px;
  }
  .manage_pg .df_lst ul li .t_box .t1 {
    margin-bottom: 20px;
  }
  .manage_pg .df_lst ul li .t_box .t2 {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .manage_pg .df_lst ul li .t_box .t2::before {
    top: 8px;
    width: 4px;
    height: 4px;
  }
}
.vision {
  padding-bottom: 80px;
}
.vision ul {
  display: flex;
  flex-wrap: wrap;
  gap: 100px 80px;
  padding: 0px 57px;
}
.vision ul li {
  width: calc(50% - 40px);
  padding-left: 53px;
  position: relative;
}
.vision ul li .side_t {
  position: absolute;
  top: 0px;
  left: 0px;
  writing-mode: vertical-rl;
  font-size: 26px;
  font-weight: bold;
  color: #BC955A !important;
  transform: scale(-1, -1);
}
.vision ul li .img {
  border-radius: 0px 40px 40px 40px;
  overflow: hidden;
}
.vision ul li .t_box .t1 {
  margin-top: 50px;
}
.vision ul li .t_box .t2 {
  margin-top: 40px;
  letter-spacing: -0.3px;
}
.vision ul li:nth-child(even) {
  top: 80px;
}

@media screen and (max-width: 1420px) {
  .vision {
    padding-bottom: 0;
  }
  .vision ul {
    gap: 80px;
    padding: 0;
  }
  .vision ul li {
    width: 100%;
    padding-right: 34px;
  }
  .vision ul li .img img {
    display: block;
    width: 100%;
  }
  .vision ul li .t_box br {
    display: none;
  }
  .vision ul li:nth-child(even) {
    top: 0;
    left: 34px;
  }
}
@media screen and (max-width: 720px) {
  .vision ul {
    gap: 40px;
  }
  .vision ul li {
    padding-left: 33px;
    padding-right: 25px;
  }
  .vision ul li .side_t {
    font-size: 18px;
  }
  .vision ul li .img {
    border-radius: 0 20px 20px 20px;
  }
  .vision ul li .t_box .t1 {
    margin-top: 25px;
  }
  .vision ul li .t_box .t2 {
    margin-top: 20px;
  }
  .vision ul li:nth-child(even) {
    left: 20px;
  }
}
.center_pg .top_t {
  margin-top: 60px;
}
.center_pg .img_lst {
  margin-top: 80px;
  margin-bottom: 140px;
}
.center_pg .img_lst ul {
  display: flex;
  gap: 40px;
}
.center_pg .img_lst ul li {
  position: relative;
  width: calc(50% - 20px);
  border-radius: 20px;
  overflow: hidden;
}
.center_pg .img_lst ul li a {
  position: relative;
  cursor: default;
}
.center_pg .img_lst ul li img {
  display: block;
  width: 100%;
}
.center_pg .img_lst ul li .t_box {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0px 60px;
}
.center_pg .img_lst ul li .t_box .t1 {
  font-size: 26px;
  font-weight: bold;
  color: #BC955A !important;
}
.center_pg .img_lst ul li .t_box .t2 {
  margin: 15px 0px;
  font-size: 42px;
  font-weight: 900;
  color: #fff;
}
.center_pg .img_lst ul li .t_box .t3 {
  font-size: 18px;
  color: #ccc;
}
.center_pg .i_lst {
  margin-top: 45px;
}
.center_pg .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.center_pg .i_lst ul li {
  width: calc((100% - 120px) / 4);
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 20px;
  border: solid 1px #eee;
  text-align: center;
  background-color: #fff;
}
.center_pg .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border-radius: 100px;
  background-color: #C80010 !important;
}
.center_pg .i_lst ul li .t1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  margin-top: 20px;
  border-radius: 50px;
  border: solid 1px #eee;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #BC955A !important;
}
.center_pg .i_lst ul li .t2 {
  margin-top: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.center_pg .i_lst ul li .t3 {
  margin-top: 15px;
  font-size: 18px;
  color: #666;
}

@media screen and (max-width: 1420px) {
  .center_pg .img_lst ul {
    flex-direction: column;
  }
  .center_pg .img_lst ul li {
    width: 100%;
  }
  .center_pg .i_lst ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .center_pg .top_t {
    margin-top: 30px;
  }
  .center_pg .img_lst {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .center_pg .img_lst ul {
    gap: 20px;
  }
  .center_pg .img_lst ul li {
    border-radius: 10px;
  }
  .center_pg .img_lst ul li .t_box {
    top: 20px;
    padding: 0px 20px;
  }
  .center_pg .img_lst ul li .t_box .t1 {
    font-size: 18px;
  }
  .center_pg .img_lst ul li .t_box .t2 {
    margin: 8px 0px;
    font-size: 22px;
  }
  .center_pg .img_lst ul li .t_box .t3 {
    font-size: 14px;
  }
  .center_pg .i_lst {
    margin-top: 25px;
  }
  .center_pg .i_lst ul {
    gap: 20px;
  }
  .center_pg .i_lst ul li {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
  }
  .center_pg .i_lst ul li .img {
    width: 65px;
    height: 65px;
  }
  .center_pg .i_lst ul li .img img {
    width: 25px;
  }
  .center_pg .i_lst ul li .t1 {
    padding: 5px 10px;
    margin-top: 10px;
    font-size: 14px;
  }
  .center_pg .i_lst ul li .t2 {
    margin-top: 10px;
    font-size: 18px;
  }
  .center_pg .i_lst ul li .t3 {
    margin-top: 10px;
    font-size: 14px;
  }
}
.board_lst .board_total {
  margin-top: 60px;
}
.board_lst .tb_wrap {
  margin-top: 20px;
  border-top: solid 2px #000;
}
.board_lst .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.board_lst .tb_wrap table tr th, .board_lst .tb_wrap table tr td {
  padding: 25px 10px;
  text-align: center;
}
.board_lst .tb_wrap table tr th a, .board_lst .tb_wrap table tr th button, .board_lst .tb_wrap table tr td a, .board_lst .tb_wrap table tr td button {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.board_lst .tb_wrap table tr th a:hover, .board_lst .tb_wrap table tr th button:hover, .board_lst .tb_wrap table tr td a:hover, .board_lst .tb_wrap table tr td button:hover {
  color: #C80010 !important;
}
.board_lst .tb_wrap table tr th .lock, .board_lst .tb_wrap table tr td .lock {
  position: relative;
  padding-left: 40px;
}
.board_lst .tb_wrap table tr th .lock::before, .board_lst .tb_wrap table tr td .lock::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 20px;
  width: 14px;
  height: 14px;
  background: url(/src/img/i/lock.png) no-repeat center center/cover;
}
.board_lst .tb_wrap table thead tr th {
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.board_lst .tb_wrap table thead tr th.w150 {
  width: 150px;
}
.board_lst .tb_wrap table tbody tr td {
  font-size: 18px;
}
.board_lst .tb_wrap table tbody tr td.tit {
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1240px) {
  .board_lst .tb_wrap {
    width: 100%;
  }
  .board_lst .tb_wrap table thead {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr {
    display: block;
    padding: 30px 0px;
  }
  .board_lst .tb_wrap table tbody tr td {
    display: inline-block;
    padding: 0px;
  }
  .board_lst .tb_wrap table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -2px 10px 0;
    background-color: #ddd;
    vertical-align: middle;
  }
  .board_lst .tb_wrap table tbody tr td.tit {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .board_lst .tb_wrap table tbody tr td.tit a, .board_lst .tb_wrap table tbody tr td.tit button {
    padding-left: 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit a:hover, .board_lst .tb_wrap table tbody tr td.tit button:hover {
    color: #000 !important;
  }
  .board_lst .tb_wrap table tbody tr td.tit .lock {
    padding-left: 20px;
  }
  .board_lst .tb_wrap table tbody tr td.tit .lock::before {
    left: 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit::after {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td:first-child {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .board_lst .board_total {
    margin-top: 30px;
  }
  .board_lst .tb_wrap {
    margin-top: 10px;
  }
  .board_lst .tb_wrap table tbody tr {
    padding: 20px 0;
  }
  .board_lst .tb_wrap table tbody tr td {
    font-size: 14px;
  }
  .board_lst .tb_wrap table tbody tr td::after {
    margin: -2px 7px 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit {
    margin-bottom: 7px;
  }
  .board_lst .tb_wrap table tbody tr td.tit a, .board_lst .tb_wrap table tbody tr td.tit button {
    font-size: 14px;
  }
  .board_lst .tb_wrap table tbody tr td.tit .lock {
    padding-left: 16px;
  }
  .board_lst .tb_wrap table tbody tr td.tit .lock::before {
    top: 3px;
    width: 12px;
    height: 12px;
  }
}
.board_lst .gall_lst {
  margin-top: 40px;
}
.board_lst .gall_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
.board_lst .gall_lst ul li {
  width: calc((100% - 80px) / 3);
}
.board_lst .gall_lst ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.board_lst .gall_lst ul li a:hover .img img {
  transform: scale(1.1);
}
.board_lst .gall_lst ul li a:hover .tit {
  color: #C80010;
}
.board_lst .gall_lst ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.board_lst .gall_lst ul li .img img {
  display: block;
  width: 100%;
  transition: transform 0.7s;
}
.board_lst .gall_lst ul li .tit {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.board_lst .gall_lst ul li .t2 {
  margin-top: 15px;
  font-size: 16px;
  color: #444;
}
.board_lst .gall_lst ul li .date {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
}

@media screen and (max-width: 1240px) {
  .board_lst .gall_lst ul li {
    width: calc(50% - 20px);
  }
  .board_lst .gall_lst ul li a:hover .img img {
    transform: scale(1);
  }
  .board_lst .gall_lst ul li a:hover .tit {
    color: #000;
  }
}
@media screen and (max-width: 720px) {
  .board_lst .gall_lst {
    margin-top: 20px;
  }
  .board_lst .gall_lst ul {
    gap: 30px 20px;
  }
  .board_lst .gall_lst ul li {
    width: calc(50% - 10px);
  }
  .board_lst .gall_lst ul li .img {
    border-radius: 10px;
  }
  .board_lst .gall_lst ul li .tit {
    margin-top: 15px;
    font-size: 16px;
  }
  .board_lst .gall_lst ul li .t2 {
    margin-top: 10px;
    font-size: 12px;
  }
  .board_lst .gall_lst ul li .date {
    margin-top: 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .board_lst .gall_lst ul li {
    width: 100%;
  }
}
.board_pg .board_top {
  padding-bottom: 40px;
}
.board_pg .board_top .info {
  margin-top: 20px;
}
.board_pg .board_top .info p {
  display: inline-block;
  font-size: 18px;
  color: #999;
}
.board_pg .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: -3px 10px 0;
  background-color: #ddd;
  vertical-align: middle;
}
.board_pg .board_top .info p:last-child::after {
  display: none;
}
.board_pg .board_main {
  padding: 40px 20px 100px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.board_pg .board_main .bd_img{margin: 0px auto 40px; text-align: center;}
.board_pg .board_main .bd_img img{display: inline;}
.board_pg .file_wrap {
  border-top: solid 1px #ddd;
  padding: 10px 0px;
  background-color: #fff;
}
.board_pg .file_wrap .file_box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.board_pg .file_wrap .file_box:last-child {
  margin-bottom: 0;
}
.board_pg .file_wrap .file_box::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 40px;
  height: 40px;
  border: solid 1px #000;
  border-radius: 5px;
  background: url(/src/img/i/down_b.png) no-repeat center center/auto #fff;
}
.board_pg .file_wrap .file_box a {
  display: flex;
  align-items: center;
  display: block;
  width: 100%;
  height: 100%;
}
.board_pg .file_wrap .file_box p {
  position: relative;
  width: 100%;
  line-height: 40px;
  padding-left: 60px;
  padding-right: 10px;
}
.board_pg .answer_box {
  padding: 40px;
  margin-top: 40px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.board_pg .answer_box .t1 {
  margin-bottom: 20px;
}
.board_pg .answer_box > div p {
  font-size: 18px;
}
.board_pg .btn_line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 40px auto;
}
.board_pg .btn_line.mb0 {
  margin-bottom: 0;
}
.board_pg .btn_line .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 65px;
  border-radius: 50px;
  border: solid 2px #333;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
}
.board_pg .btn_line .a_btn:hover {
  border-color: #C80010 !important;
  background-color: #C80010 !important;
  color: #fff;
}
.board_pg .next_prev table {
  border-top: solid 1px #ddd;
}
.board_pg .next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.board_pg .next_prev table tr th, .board_pg .next_prev table tr td {
  padding: 30px 20px;
  font-size: 18px;
}
.board_pg .next_prev table tr th p, .board_pg .next_prev table tr td p {
  font-size: 18px;
}
.board_pg .next_prev table tr th a:hover, .board_pg .next_prev table tr td a:hover {
  color: #C80010 !important;
}
.board_pg .next_prev table tr th {
  position: relative;
  width: 130px;
  text-align: center;
  font-weight: bold;
}
.board_pg .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.board_pg .next_prev table tr td p, .board_pg .next_prev table tr td a {
  display: block;
  width: 100%;
}
.board_pg .next_prev table tr td p {
  color: #999;
}

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

@media screen and (max-width: 991px) {
  .inq_pg .inp_wrap .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .inq_pg .inp_wrap {
    gap: 25px;
    padding: 25px 0px;
    margin-top: 20px;
  }
  .inq_pg .inp_wrap .inp_box .t1 {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .inq_pg .inp_wrap .inp_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .inp_box .inp.h200 {
    height: 150px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
    width: 80px;
    height: 30px;
  }
  .inq_pg .inp_wrap .inp_box .inp_thr_box {
    gap: 5px;
  }
  .inq_pg .inp_wrap .inp_box .inp_thr_box .inp {
    width: calc((100% - 10px) / 3);
  }
  .inq_pg .inp_wrap .inp_box .in_rdo {
    gap: 10px;
  }
  .inq_pg .inp_wrap .inp_box .in_rdo .inp {
    width: calc(100% - 100px);
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box {
    gap: 25px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file {
    gap: 5px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .inp {
    width: calc(100% - 45px);
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn {
    width: 40px;
    height: 40px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .file_t {
    margin-top: 8px;
    font-size: 14px;
  }
  .inq_pg .inp_wrap .agree_box {
    height: 150px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .agree_line {
    margin-top: 15px;
  }
  .inq_pg .bottom_btn_line {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .inq_pg .bottom_btn_line .btn {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
  .inq_pg .s_btn {
    width: 100%;
    height: 60px;
    margin-top: 20px;
  }
}
.bottom_sch_wrap {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 40px;
}
.bottom_sch_wrap .inp {
  height: 50px;
  padding-left: 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 18px;
}
.bottom_sch_wrap select.inp {
  width: 150px;
}
.bottom_sch_wrap .sch_box {
  position: relative;
  width: 480px;
}
.bottom_sch_wrap .sch_box .inp {
  width: 100%;
  padding-right: 60px;
}
.bottom_sch_wrap .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .bottom_sch_wrap {
    flex-direction: column;
    margin-top: 25px;
  }
  .bottom_sch_wrap .inp {
    height: 40px;
    padding-left: 15px;
    font-size: 14px;
  }
  .bottom_sch_wrap select.inp {
    width: 100%;
  }
  .bottom_sch_wrap .sch_box {
    width: 100%;
  }
  .bottom_sch_wrap .sch_box .inp {
    padding-right: 50px;
  }
  .bottom_sch_wrap .sch_box .sch_btn {
    right: 15px;
    width: 20px;
  }
}
#footer {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 150px;
}
#footer .f_bg {
  position: absolute;
  z-index: -1;
  top: -300px;
  width: 100%;
  height: calc(100% + 360px);
  background: url(/src/img/page_bottom.jpg) no-repeat center center/cover;
}
#footer .f_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: rgb(30, 30, 30);
  background: -moz-linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: -webkit-linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: linear-gradient(0deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#footer .f_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: rgb(30, 30, 30);
  background: -moz-linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: -webkit-linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0%, rgb(30, 30, 30) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
#footer::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 0;
  width: calc(100% - (50% - 900px));
  height: 100%;
  border-radius: 40px 0 0 40px;
  background-color: #C80010 !important;
}
#footer::after {
  content: "KOJOOBU";
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 220px;
  letter-spacing: 70px;
  font-weight: 900;
  color: #000;
  opacity: 0.2;
  white-space: nowrap;
}
#footer .f_cont {
  position: relative;
  z-index: 2;
  width: 1600px;
  padding: 100px 0px 40px;
  margin: 0px auto;
  background: url(/src/img/sitemap_bg.png) no-repeat right calc(100% - 60px)/318px 408px;
}
#footer .f_cont .df_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  border-bottom: solid 1px #BB0014;
}
#footer .f_cont .df_box .l_wrap {
  width: 365px;
}
#footer .f_cont .df_box .l_wrap .info_box {
  margin-top: 50px;
}
#footer .f_cont .df_box .l_wrap .info_box table tr th, #footer .f_cont .df_box .l_wrap .info_box table tr td {
  padding-bottom: 25px;
  vertical-align: top;
  font-size: 16px;
  text-align: left;
}
#footer .f_cont .df_box .l_wrap .info_box table tr th {
  width: 90px;
  font-weight: bold;
}
#footer .f_cont .df_box .l_wrap .info_box table tr:last-child th, #footer .f_cont .df_box .l_wrap .info_box table tr:last-child td {
  padding-bottom: 0;
}
#footer .f_cont .df_box .l_wrap .info_box table tr td .t_f {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
#footer .f_cont .df_box .l_wrap .info_box table tr td .t_f span {
  color: #F499A3;
}
#footer .f_cont .df_box .r_wrap {
  width: 800px;
}
#footer .f_cont .df_box .r_wrap .lst_wrap {
  width: 100%;
}
#footer .f_cont .df_box .r_wrap .lst_wrap > ul {
  display: flex;
  width: 100%;
}
#footer .f_cont .df_box .r_wrap .lst_wrap > ul > li {
  width: 25%;
}
#footer .f_cont .df_box .r_wrap .lst_wrap > ul > li > a {
  font-size: 18px;
  font-weight: bold;
}
#footer .f_cont .df_box .r_wrap .lst_wrap > ul > li .dep2 {
  margin-top: 20px;
}
#footer .f_cont .df_box .r_wrap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 10px;
}
#footer .f_cont .df_box .r_wrap .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#footer .f_cont .df_box .r_wrap .lst_wrap > ul > li .dep2 ul li a {
  font-size: 16px;
  color: #F499A3;
}
#footer .f_cont .copyright {
  padding-top: 40px;
  border-top: solid 1px #FF485C;
  color: #F499A3;
}

@media screen and (max-width: 1820px) {
  #footer {
    margin-bottom: 0;
  }
  #footer .f_bg {
    height: calc(100% + 300px);
  }
  #footer::before {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 1640px) {
  #footer::after {
    top: -50px;
    font-size: 100px;
    letter-spacing: 30px;
  }
  #footer .f_cont {
    width: 100%;
    padding: 100px 40px 40px;
    background-position-x: calc(100% - 40px);
  }
  #footer .f_cont .l_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1420px) {
  #footer .f_cont .r_wrap {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    margin-top: 75px;
  }
  #footer .f_bg {
    top: -200px;
    height: calc(100% + 150px);
  }
  #footer .f_bg::before, #footer .f_bg::after {
    height: 200px;
  }
  #footer::after {
    top: -25px;
    font-size: 40px;
    letter-spacing: 12px;
  }
  #footer .f_cont {
    padding: 50px 20px 20px;
    background-position: calc(100% - 20px) calc(100% - 20px);
    background-size: 195px 253px;
  }
  #footer .f_cont .df_box {
    padding-bottom: 40px;
  }
  #footer .f_cont .df_box .l_wrap .info_box {
    margin-top: 30px;
  }
  #footer .f_cont .df_box .l_wrap .info_box table tr th, #footer .f_cont .df_box .l_wrap .info_box table tr td {
    padding-bottom: 15px;
    font-size: 12px;
  }
  #footer .f_cont .df_box .l_wrap .info_box table tr th {
    width: 56px;
  }
  #footer .f_cont .df_box .l_wrap .info_box table tr td .t_f {
    gap: 10px;
    margin-top: 5px;
  }
  #footer .f_cont .copyright {
    padding-top: 20px;
  }
}
body.bg_w #footer * {
  color: #fff;
}
body.bg_w #footer .f_bg {
  display: none;
}
body.bg_w #footer::after {
  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);
}

.password_md {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.password_md .modal_box {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 445px;
  padding: 60px 40px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
.password_md .modal_box .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url(/src/img/i/modal_close.png) no-repeat center center;
}
.password_md .modal_box .inp {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  margin-top: 30px;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.password_md .modal_box .ok_btn {
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px auto 0;
  border: solid 2px #333;
  border-radius: 5px;
}

@media screen and (max-width: 720px) {
  .password_md .modal_box {
    width: calc(100% - 40px);
    left: 20px;
    padding: 40px 20px;
    transform: translateY(-50%);
  }
  .password_md .modal_box .modal_close {
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .password_md .modal_box .inp {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    margin-top: 15px;
  }
  .password_md .modal_box .ok_btn {
    height: 40px;
  }
}
.cont1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.exp_wrap .end_box {
  display: flex;
  justify-content: end;
}
.exp_wrap .end_box .exp_open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 220px;
  height: 60px;
  padding: 0px 30px;
  background-color: #2f92c0;
  color: #fff;
}
.exp_wrap .open_box {
  padding: 80px 40px;
  margin-top: 60px;
  border: solid 1px #2f92c0;
}
.exp_wrap .open_box .top_t_box {
  text-align: center;
}
.exp_wrap .open_box .top_t_box .t2 {
  margin-top: 10px;
  font-weight: bold;
}
.exp_wrap .open_box .top_t_box .t3 {
  margin-top: 30px;
}
.exp_wrap .open_box .top_t_box .t4 {
  margin-top: 20px;
}
.exp_wrap .open_box .t_box {
  margin-top: 80px;
}
.exp_wrap .open_box .t_box .t {
  margin-bottom: 20px;
  font-size: 18px;
}
.exp_wrap .open_box .t_box .line_tit {
  font-size: 20px;
  font-weight: bold;
  color: #2f92c0;
}
.exp_wrap .open_box .t_box .tit {
  margin-top: 35px;
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: bold;
  color: #000;
}
.exp_wrap .open_box .t_box .lst {
  position: relative;
  padding-left: 35px;
  margin-bottom: 7px;
  font-size: 18px;
}
.exp_wrap .open_box .t_box .lst::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 23px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #333;
}
.exp_wrap .open_box .t_box a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.exp_wrap .open_box .t_box .line {
  margin-top: 60px;
}
.exp_wrap .open_box .t_box .bottom_t_box .tit {
  margin-bottom: 20px;
}
.exp_wrap .open_box .t_box .bottom_t_box .t2 {
  margin-bottom: 5px;
  font-size: 18px;
  padding-left: 10px;
}
.exp_wrap .open_box .t_box .bottom_t_box .t2.mb20 {
  margin-bottom: 20px;
}
.exp_wrap .open_box .t_box .bottom_t_box .lst {
  margin-bottom: 25px;
  padding-left: 22px;
}
.exp_wrap .open_box .t_box .bottom_t_box .lst::before {
  left: 10px;
}
.exp_wrap .open_box .t_box .bottom_t_box .lst .lst2 {
  position: relative;
  display: block;
  margin-top: 7px;
  padding-left: 25px;
}
.exp_wrap .open_box .t_box .bottom_t_box .lst .lst2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 13px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}
.exp_wrap .open_box .t_box .bottom_t_box .lst .lst3 {
  position: relative;
  display: block;
  margin-top: 7px;
  padding-left: 25px;
}
.exp_wrap .open_box .t_box .bottom_t_box .lst .lst3::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 18px;
  width: 2px;
  height: 2px;
  border-radius: 5px;
  background-color: #333;
}
.exp_wrap .open_box .t_box .bottom_t_box .lst .lst4 {
  position: relative;
  display: block;
  margin-top: 7px;
  padding-left: 30px;
}
.exp_wrap .open_box .t_box .bottom_t_box .lst .lst4::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 18px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #333;
}

.board_lst .bd_w_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 65px;
  margin: 60px auto 0;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .board_lst .bd_w_btn{
    width: 100%;
    height: 45px;
    margin-top: 30px;
    font-size: 16px;
  }
}

.bg_w .sun-editor-editable{background-color: transparent;}
.bg_w .sun-editor-editable *{color: inherit;}





.inq_pg .inq_top_box{padding: 30px; margin-top: 60px; border-radius: 10px; border: solid 1px #ddd; background-color: #fff;}
.inq_pg .inq_top_box .lst{position: relative; padding-left: 14px; margin-top: 17px; font-size: 16px;}
.inq_pg .inq_top_box .lst:first-child{margin-top: 0;}
.inq_pg .inq_top_box .lst::before{content: ""; position: absolute; top: 10px; left: 0; width: 4px; height: 4px; border-radius: 5px; background-color: #666;}

.inq_pg .inq_top_box .inq_chk_open{display: flex; justify-content: center; align-items: center; width: 160px; height: 53px; margin-top: 22px; border-radius: 5px; background-color: #C80010;}

@media screen and (max-width: 720px) {
  .inq_pg .inq_top_box{padding: 20px; margin-top: 30px; }
  .inq_pg .inq_top_box .lst{padding-left: 11px; margin-top: 10px; font-size: 12px;}
  .inq_pg .inq_top_box .lst::before{top: 8px; width: 3px; height: 3px;}
  .inq_pg .inq_top_box .inq_chk_open{width: 100%; height: 45px; margin-top: 15px;}
}




.inq_chk_md {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.inq_chk_md .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 1060px;
  padding: 80px;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  max-height: 90%;
}
.inq_chk_md .modal .modal_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 18px;
  height: 18px;
  background: url(/src/img/i/modal_close.png) no-repeat center center;
}
.inq_chk_md .modal .inp_box{padding: 50px; margin: 40px 0px 30px; border-radius: 10px; border: solid 1px #ddd; background-color: #fafafa;}
.inq_chk_md .modal .inp_box .line{display: flex; align-items: center; gap: 20px; margin-bottom: 20px;}
.inq_chk_md .modal .inp_box .line:last-child{margin-bottom: 0;}
.inq_chk_md .modal .inp_box .line .t1{width: 100px; font-size: 18px; font-weight: bold;}
.inq_chk_md .modal .inp_box .line .box{width: calc(100% - 120px);}
.inq_chk_md .modal .inp_box .line .box .inp{
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border: solid 1px #ddd;
  border-radius: 3px;
  font-size: 14px;
}

.inq_chk_md .modal .inp_box .line .box .inp_thr_box{display: flex; gap: 10px;}
.inq_chk_md .modal .inp_box .line .box .inp_thr_box .inp{width: calc((100% - 20px) / 3);}

.inq_chk_md .modal .lst{position: relative; padding-left: 14px; margin-top: 15px; font-size: 16px;}
.inq_chk_md .modal .lst::before{content: ""; position: absolute; top: 10px; left: 0; width: 4px; height: 4px; border-radius: 5px; background-color: #666;}
@media screen and (max-width: 1240px) {
  .inq_chk_md .modal{width: 100%; left: 0; top: auto; bottom: 0; transform: translate(0); padding: 80px 40px; border-radius: 10px 10px 0 0;}
}
@media screen and (max-width: 720px) {
  .inq_chk_md .modal{padding: 40px 20px; border-radius: 5px;}
  .inq_chk_md .modal .modal_close{top: 12px; right: 12px; width: 15px; height: 15px;}
  .inq_chk_md .modal .inp_box{padding: 30px 20px; margin: 20px 0px 15px; border-radius: 5px;}
  .inq_chk_md .modal .inp_box .line{flex-direction: column; gap: 8px; margin-bottom: 15px;}
  .inq_chk_md .modal .inp_box .line .t1{width: 100%; font-size: 14px;}
  .inq_chk_md .modal .inp_box .line .box{width: 100%;}
  .inq_chk_md .modal .inp_box .line .box .inp{height: 40px; padding: 0px 15px; font-size: 12px;}
  .inq_chk_md .modal .inp_box .line .box .inp_thr_box{gap: 5px;}
  .inq_chk_md .modal .inp_box .line .box .inp_thr_box .inp{width: calc((100% - 10px) / 3);}
  .inq_chk_md .modal .lst{padding-left: 11px; margin-top: 10px; font-size: 12px;}
  .inq_chk_md .modal .lst::before{top: 8px; width: 3px; height: 3px;}
  
}
/*# sourceMappingURL=r_layout.css.map */
