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

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

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: 18px;
  color: #000;
  font-family: "Pretendard";
  line-height: 150%;
  font-weight: 300;
}

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

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

.pl120 {
  padding-left: 120px;
}

.pr120 {
  padding-right: 120px;
}

.ml120 {
  margin-left: 120px;
}

.mr120 {
  margin-right: 120px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

@media (max-width: 991px){
  .mt60{margin-top: 30px;}

  .mb20{margin-bottom: 10px;}
  .mb30{margin-bottom: 15px;}
  .mb40{margin-bottom: 20px;}
  .mb60{margin-bottom: 30px;}
  .mb80{margin-bottom: 40px;}
  
  .pb40{padding-bottom: 20px;}
  .pb60{padding-bottom: 30px;}
  .pb80{padding-bottom: 40px;}
  .pb100{padding-bottom: 50px;}
  .pb120{padding-bottom: 60px;}
}



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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz34 {
  font-size: 34px;
}

.fz40 {
  font-size: 40px;
}

.fz45 {
  font-size: 45px;
}

.fz55 {
  font-size: 55px;
}

.fz60 {
  font-size: 60px;
}

.fz65 {
  font-size: 65px;
}

@media (max-width: 991px) {
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 12px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz20 {
    font-size: 16px;
  }
  .fz22 {
    font-size: 16px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 18px;
  }
  .fz30 {
    font-size: 20px;
  }
  .fz34 {
    font-size: 20px;
  }
  .fz40 {
    font-size: 24px;
  }
  .fz45 {
    font-size: 24px;
  }
  .fz55 {
    font-size: 24px;
  }
  .fz60 {
    font-size: 30px;
  }
  .fz65 {
    font-size: 30px;
  }
  div, p, th, td {
    font-size: 12px;
  }
}
/* 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: 30px;
  text-align: center;
  font-size: 0;
}
.page_num a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: -1px;
  text-align: center;
  color: #999;
  line-height: 35px;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background: #E60012 !important;
  border-radius: 50%;
}
.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 (max-width: 991px){
  .page_num{margin-top: 20px;}
}

.outer_container {
  min-width: calc(100% - 120px);
  margin: 0 auto;
  width: 90%;
}

.container {
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
}

@media screen and (max-width: 1420px) {
  .db1420 {
    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;
  }
  .dn1420 {
    display: none !important;
  }
}
@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: rgb(230, 0, 18);
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

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

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

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

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

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
}
.de_cki i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -7px;
  margin-left: -4px;
  border: solid rgb(230, 0, 18);
  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;
}
*/

.g_ani {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 50);
}
.g_ani.l {
  transform: matrix(1, 0, 0, 1, -50, 0);
}
.g_ani.r {
  transform: matrix(1, 0, 0, 1, 50, 0);
}
.g_ani.t {
  transform: matrix(1, 0, 0, 1, 0, -50);
}

body.ovh {
  overflow: hidden;
}

.shadow {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-image: url("/src/img/hd_bg.png");
  background-size: contain;
}
#header .header_s_bg {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 370px;
  background-color: #fff;
  border-top: 1px solid #ddd;
}
#header .outer_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100px;
  align-items: center;
}
#header h1 {
  width: 254px;
  height: 40px;
}
#header h1 .logo {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/src/img/hd_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#header nav {
  display: flex;
}
#header nav .depth1{position: relative;}
#header nav .depth1 > a {
  display: flex;align-items: center;justify-content: center;
  width: 150px;
  height: 100px;
  margin: 0 5px;
  text-align: center;
  color: #fff;
}
#header nav .depth1 .sub_menu_wrap {
  position: absolute;
  top: 99px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  display: none;
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
#header nav .depth1 .sub_menu_wrap .sub_menu {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#header nav .depth1 .sub_menu_wrap .sub_menu a {
  position: relative;
  display: block;
  color: #999;
}
#header nav .depth1.a > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #E60012 !important;
}
#header.a .header_s_bg{display: block;}
#header.a nav .depth1 .sub_menu_wrap{display: block;}
@media (max-width: 1420px) {
  #header nav {
    display: none;
  }
}
#header .btn_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 60px;
  height: 18px;
}
#header .btn_menu span {
  display: block;
  height: 3px;
  background-color: #fff;
}
#header .btn_menu span:first-child {
  width: 60%;
}
#header .btn_menu span:last-child {
  width: 100%;
}
#header .side_menu_wrap {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.5s ease;
}
#header .side_menu_wrap .side_close_btn {
  position: absolute;
  top: 40px;
  right: 60px;
  z-index: 110;
}
#header .side_menu_wrap .side_close_btn img {
  width: 25px;
}
#header .side_menu_wrap .side_menu {
  height: 100%;
  overflow-y: scroll;
}
#header .side_menu_wrap .side_menu .pc {
  position: relative;
  height: 100%;
}
#header .side_menu_wrap .side_menu .pc .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("/src/img/side_menu_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header .side_menu_wrap .side_menu .pc .nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 150px 140px;
}
#header .side_menu_wrap .side_menu .pc .nav .depth1 {
  margin-top: 70px;
}
#header .side_menu_wrap .side_menu .pc .nav .depth1 > a {
  display: block;
}
#header .side_menu_wrap .side_menu .pc .nav .depth1 .sub_menu_wrap {
  display: none;
  padding: 13px 50px 30px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-radius: 10px;
}
#header .side_menu_wrap .side_menu .pc .nav .depth1 .sub_menu_wrap .sub_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
#header .side_menu_wrap .side_menu .pc .nav .depth1 .sub_menu_wrap .sub_menu a {
  display: block;
  width: 33.333%;
  margin-top: 17px;
  color: #999;
}
@media (hover: hover) {
  #header .side_menu_wrap .side_menu .pc .nav .depth1 .sub_menu_wrap .sub_menu a:hover {
    color: #E60012 !important;
    font-weight: bold;
  }
}
#header .side_menu_wrap .side_menu .pc .nav .depth1 .sub_menu_wrap.a {
  display: block;
}
#header .side_menu_wrap .side_menu .pc .nav .depth1:first-child {
  margin-top: 0;
}
#header .side_menu_wrap .side_menu .pc .nav .depth1:hover .sub_menu_wrap{display: block;}
#header .side_menu_wrap .side_menu .pc .nav .depth1.a .sub_menu_wrap {
  display: block;
}
#header .side_menu_wrap .side_menu .m {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#header .side_menu_wrap .side_menu .m .top {
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 20px;
}
#header .side_menu_wrap .side_menu .m .m_menu_logo {
  display: block;
  width: 254px;
}
#header .side_menu_wrap .side_menu .m .nav {
  overflow-y: auto;
  height: calc(100% - 100px);
}
#header .side_menu_wrap .side_menu .m .nav .depth1 {
  border-top: 1px solid #ddd;
}
#header .side_menu_wrap .side_menu .m .nav .depth1 > a {
  position: relative;
  display: block;
  padding: 25px 20px;
  font-size: 20px;
}
#header .side_menu_wrap .side_menu .m .nav .depth1 > a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 9px;
  background-image: url(/src/img/side_m_arrow.png);
}
#header .side_menu_wrap .side_menu .m .nav .depth1 .sub_menu_wrap {
  display: none;
  padding: 25px 20px;
  background-color: #fafafa;
}
#header .side_menu_wrap .side_menu .m .nav .depth1 .sub_menu_wrap .sub_menu a {
  display: block;
  margin-top: 25px;
}
#header .side_menu_wrap .side_menu .m .nav .depth1 .sub_menu_wrap .sub_menu a:first-child {
  margin-top: 0;
}
#header .side_menu_wrap .side_menu .m .nav .depth1.a > a {
  background-color: #E60012 !important;
  color: #fff;
}
#header .side_menu_wrap .side_menu .m .nav .depth1.a > a::after {
  background-image: url(/src/img/side_m_arrow_a.png);
}
#header .side_menu_wrap .side_menu .m .nav .depth1.a .sub_menu_wrap {
  display: block;
}
#header .side_menu_wrap.a {
  top: 0;
}
#header .side_menu_wrap.a .side_menu .pc .bg {
  position: sticky;
  top: 0;
}
@media (hover: hover) {
  #header:hover {
    background-color: #fff;
    background-image: none;
  }
  #header:hover h1 .logo {
    background-image: url("/src/img/hd_logo_ov.png");
  }
  #header:hover .btn_menu span {
    background-color: #000;
  }
  #header:hover nav .depth1 {
    position: relative;
  }
  #header:hover nav .depth1 > a {
    position: relative;
    color: #000;
  }
  #header:hover nav .depth1 .sub_menu a:hover {
    color: #E60012 !important;
    font-weight: bold;
  }
  #header:hover nav .depth1:hover > a{color: #E60012;}
}
@media (max-width: 1420px) {
  #header .side_menu_wrap .side_close_btn {
    right: 20px;
  }
}
@media (max-width: 991px) {
  #header .outer_container {
    height: 60px;
    padding: 15px 0;
  }
  #header h1 {
    width: 160px;
    height: 25px;
  }
  #header .btn_menu {
    width: 55px;
  }
  #header .btn_menu span {
    height: 2px;
  }
  #header .side_menu_wrap .side_menu .m .top {
    height: 60px;
  }
  #header .side_menu_wrap .side_menu .m .m_menu_logo {
    width: 160px;
  }
  #header .side_menu_wrap .side_menu .m .nav {
    height: calc(100% - 60px);
  }
  #header .side_menu_wrap .side_close_btn {
    top: 20px;
  }
  #header .side_menu_wrap .side_close_btn img {
    width: 20px;
  }
}

.r_quick {
  z-index: 10;
  position: fixed;
  right: 40px;
  bottom: 40px;
}
.r_quick ul li {
  margin-top: 10px;
}
.r_quick ul li:first-child {
  margin-top: 0;
}
.r_quick .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.r_quick .btn i {
  display: block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.r_quick .btn .t1 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.r_quick .btn.inquiry_btn {
  background-color: #E60012;
}
.r_quick .btn.inquiry_btn i {
  background-image: url(/src/img/r_quick_inquiry.png);
}
.r_quick .btn.top_btn {
  background-color: #000;
}
.r_quick .btn.top_btn::before {
  display: none;
}
.r_quick .btn.top_btn .t1 {
  font-size: 16px;
}
@media (max-width: 1500px) {
  .r_quick {
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .r_quick {
    right: 10px;
  }
  .r_quick ul li {
    margin-top: 5px;
  }
  .r_quick .btn {
    width: 45px;
    height: 45px;
  }
  .r_quick .btn i {
    display: none;
  }
  .r_quick .btn .t1 {
    font-size: 12px !important;
  }
}

.s_top {
  overflow: hidden;
  position: relative;
  height: 970px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.s_top.bg1 {
  background-image: url("/src/img/s_top_bg1.jpg");
}
.s_top.bg2 {
  background-image: url("/src/img/s_top_bg2.jpg");
}
.s_top.bg3 {
  background-image: url("/src/img/s_top_bg3.jpg");
}
.s_top.bg4 {
  background-image: url("/src/img/s_top_bg4.jpg");
}
.s_top.bg5 {
  background-image: url("/src/img/s_top_bg5.jpg");
}
.s_top .container {
  padding-top: 530px;
}
.s_top .container p, .s_top .container h2 {
  color: #fff;
}
@media (max-width: 991px) {
  .s_top .container {
    padding-top: 285px;
  }
}
.s_top .scroll_down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.s_top .scroll_down p {
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
.s_top .scroll_down i {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 20px;
  background-image: url("/src/img/scroll_down.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .s_top {
    height: 570px;
  }
  .s_top .scroll_down {
    bottom: 25px;
  }
  .s_top .scroll_down i {
    width: 14px;
    height: 18px;
  }
}

.s_path {
  display: flex;
  padding: 50px 0 80px;
}
.s_path .tab {
  position: relative;
}
.s_path .tab::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 20px;
  background-color: #eee;
}
.s_path .tab:first-child::before {
  display: none;
}
.s_path .tab img {
  width: 20px;
  height: 20px;
}
.s_path .tab button::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-left: 15px;
  background-image: url("/src/img/path_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.s_path .tab button.a::after {
  display: none;
  transform: rotate(180deg);
}
.s_path .tab .path_more {
  display: none;
  z-index: 10;
  position: absolute;
  left: 20px;
  width: 200px;
  padding: 18px 20px;
  margin-top: 18px;
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 15px rgba(0,0,0,.05);
}
.s_path .tab .path_more a {
  display: block;
  margin-top: 10px;
  color: #999;
}
.s_path .tab .path_more a:first-child {
  margin-top: 0;
}
.s_path .tab .path_more a:hover {
  font-weight: 500;
  color: #E60012 !important;
}
.s_path .tab.a .path_more {
  display: block;
}
@media (max-width: 991px) {
  .s_path {
    /* padding: 35px 0 40px; */
    padding: 40px 0 0;
  }
  .s_path .tab{display: none;}
}

.greetings_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.greetings_bottom .greetings_bottom_tit {
  margin-bottom: 30px;
}
.greetings_bottom .greetings_bottom_text {
  width: 908px;
  max-width: 100%;
}
@media (max-width: 991px){
  .greetings_bottom .greetings_bottom_tit{margin-bottom: 15px;}
}

.vision_top {
  padding: 55px 20px;
  border: 1px solid #eee;
  background-color: #FAFAFA;
  border-radius: 20px;
}
@media (max-width: 991px){
  .vision_top{padding: 30px 20px;border-radius: 10px;}
}

.vision_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1740px) {
  .vision_bottom {
    display: block;
  }
  .vision_bottom div {
    width: 100%;
    text-align: center;
  }
  .vision_bottom div.c {
    margin: 20px 0;
  }
}

.s_tab_wrap {
  display: flex;
  justify-content: center;
}
.s_tab_wrap .s_tab {
  display: flex;
  padding: 8px;
  background-color: #F1F1F1;
  border-radius: 100px;
}
.s_tab_wrap .s_tab a {
  display: block;
  padding: 15px 30px;
  border-radius: 100px;
  color: #999;
}
.s_tab_wrap .s_tab a.a {
  background-color: #E60012 !important;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991px) {
  .s_tab_wrap .s_tab a {
    padding: 15px 10px;
  }
}

.certificate_lst ul {
  display: grid;
  gap: 60px 74px;
  grid-template-columns: repeat(4, 1fr);
}
.certificate_lst ul li {
  text-align: center;
}
.certificate_lst ul li .img{overflow: hidden;aspect-ratio: 344/486;border: 1px solid #E4E4E4;border-radius: 10px;}
.certificate_lst ul li .img > img{object-fit: contain;width: 100%;height: 100%;}
.certificate_lst ul li p {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  word-break: break-all;
}
@media (max-width: 1420px) {
  .certificate_lst ul {
    gap: 30px 37px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px){
  .certificate_lst ul{gap: 30px 20px;}
  .certificate_lst ul li p{margin-top: 10px;}
}

.partnert_tit::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 20px;
  background-image: url("/src/img/txt_tit_ico.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.partners_wrap ul {
  display: grid;
  gap: 15px 50px;
  grid-template-columns: repeat(6, 1fr);
}
.partners_wrap ul li {
  padding: 9px;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
}
.partners_wrap ul li img {
  text-align: center;
}
@media (max-width: 1420px) {
  .partners_wrap ul {
    gap: 15px 25px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .partners_wrap ul {
    gap: 10px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.location_map {
  overflow: hidden;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  margin-bottom: 60px;
}
@media (max-width: 991px){
  .location_map{height: 400px;border-radius: 10px;margin-bottom: 30px;}
}

.location_info {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.location_info .item {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.location_info .item .t1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  margin-bottom: 10px;
}
.location_info .item .t1 i {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.location_info .item .t1 i.location_i1 {
  background-image: url("/src/img/location_i1.jpg");
}
.location_info .item .t1 i.location_i2 {
  background-image: url("/src/img/location_i2.jpg");
}
.location_info .item .t1 i.location_i3 {
  background-image: url("/src/img/location_i3.jpg");
}
.location_info .item .t1 i.location_i4 {
  background-image: url("/src/img/location_i4.jpg");
}
@media (max-width: 1420px) {
  .location_info {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .location_info {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .location_info .item .t1{margin-bottom: 5px;}
  .location_info .item .t1 i{width: 26px;height: 26px;}
}

.business_img {
  display: flex;
  gap: 0 40px;
  justify-content: space-between;
}
.business_img .img {
  overflow: hidden;
  width: calc(50% - 20px);
  border-radius: 20px;
}
@media (max-width: 991px) {
  .business_img {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .business_img .img {
    width: 100%;
    border-radius: 10px;
  }
}

.arrow_p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 15px;
  background-image: url("/src/img/arrow_p_ico.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.esg_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.esg_top.bg1 {
  background-image: url("/src/img/esg_top_bg1.jpg");
}
.esg_top.bg2 {
  background-image: url("/src/img/esg_top_bg2.jpg");
}
.esg_top.bg3 {
  background-image: url("/src/img/esg_top_bg3.jpg");
}
.esg_top.bg4 {
  background-image: url("/src/img/esg_top_bg4.jpg");
}
.esg_top p {
  width: 820px;
  max-width: 100%;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px){
  .esg_top{height: 300px;border-radius: 10px;}
}

.esg_lst ol {
  border-top: 2px solid #999;
}
.esg_lst ol li {
  display: flex;
  padding: 25px 35px;
  border-bottom: 1px solid #ddd;
}
.esg_lst ol li .num {
  width: 40px;
  margin-right: 10px;
}
@media (max-width: 991px){
  .esg_lst ol li{padding: 20px;}
}

.performance_top {
  height: 300px;
  background-image: url("/src/img/performance_top.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (max-width: 991px){
  .performance_top{border-radius: 10px;}
}

.performance_tb table th, .performance_tb table td {
  padding: 25px 10px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  text-align: center;
}
.performance_tb table thead {
  background-color: #F8F8F8;
}
.performance_tb table thead tr {
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
}
.performance_tb table thead tr th:nth-child(1) {
  width: 120px;
  border-left: none;
}
.performance_tb table thead tr th:nth-child(2) {
  width: 440px;
}
.performance_tb table thead tr th:nth-child(3) {
  border-right: none;
}
.performance_tb table tbody tr {
  border-bottom: 1px solid #ddd;
}
.performance_tb table tbody tr td {
  color: #333;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 150%;
}
.performance_tb table tbody tr td:nth-child(1) {
  border-left: none;
}
.performance_tb table tbody tr td:nth-child(3) {
  border-right: none;
}
@media (max-width: 1240px) {
  .performance_tb table thead {
    display: none;
  }
  .performance_tb table tbody {
    border-top: 1px solid #999;
  }
  .performance_tb table tbody tr {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
  .performance_tb table tbody tr td {
    border: none;
    padding: 5px 0;
    text-align: left;
  }
  .performance_tb table tbody tr td:first-child {
    display: none;
  }
  .performance_tb table tbody tr td:nth-child(2) {
    display: block;
    width: 100%;
  }
  .performance_tb table tbody tr td:nth-child(2)::before {
    content: "발주처 : ";
    font-weight: bold;
  }
  .performance_tb table tbody tr td:nth-child(3) {
    display: block;
    width: 100%;
  }
  .performance_tb table tbody tr td:nth-child(3)::before {
    content: "공사명 : ";
    font-weight: bold;
  }
}

.history_wrap {
  position: relative;
}
.history_wrap .bar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: calc(100% - 130px);
  background-color: #ddd;
  margin-top: 130px;
}
.history_wrap .a_bar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  background-color: #E60012 !important;
}
.history_wrap .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.history_wrap .item .img {
  margin-top: 130px;
}
.history_wrap .item .cont {
  width: 50%;
  max-width: 100%;
  padding-left: 120px;
}
.history_wrap .item .cont ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.history_wrap .item .cont ul li i {
  display: block;
  width: 19px;
  height: 19px;
  transform: translateX(-129px);
  margin-top: 15px;
  background-image: url("/src/img/history_ico.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.history_wrap .item .cont ul li i.a {
  background-image: url("/src/img/history_ico_a.png");
}
.history_wrap .item .cont ul li .mm_item {
  display: flex;
  margin-top: 20px;
}
.history_wrap .item .cont ul li .mm_item:first-child {
  margin-top: 0;
}
.history_wrap .item .cont ul li .yy {
  width: 100px;
  margin-right: 45px;
  text-align: center;
}
.history_wrap .item .cont ul li .mm {
  width: 50px;
  margin-right: 10px;
  color: #333;
  text-align: center;
}
.history_wrap .item .cont ul li .txt {
  color: #333;
}
.history_wrap .item.reverse {
  flex-direction: row-reverse;
}
.history_wrap .item.reverse .yy_tit {
  text-align: right;
}
.history_wrap .item.reverse .cont {
  padding-right: 120px;
  padding-left: 0;
}
.history_wrap .item.reverse .cont ul li {
  flex-direction: row-reverse;
}
.history_wrap .item.reverse .cont ul li i {
  transform: translateX(120px);
  margin-left: 0;
  margin-right: -10px;
}
.history_wrap .item.reverse .cont ul li .yy {
  margin-left: 45px;
  margin-right: 0;
}
.history_wrap .item.reverse .cont ul li .mm {
  margin-left: 10px;
  margin-right: 0;
}
.history_wrap .item.reverse .cont ul li .mm_item {
  flex-direction: row-reverse;
}
@media (max-width: 1500px) {
  .history_wrap .bar {
    left: 0;
    margin-top: 0;
  }
  .history_wrap .item, .history_wrap .item.reverse {
    flex-direction: column;
  }
  .history_wrap .item .img, .history_wrap .item.reverse .img {
    margin-top: 0;
    margin-left: 30px;
    margin-bottom: 60px;
  }
  .history_wrap .item .img img, .history_wrap .item.reverse .img img {
    width: 100%;
  }
  .history_wrap .item .cont, .history_wrap .item.reverse .cont {
    width: 100%;
    padding-left: 30px;
    padding-right: 0;
  }
  .history_wrap .item .cont .yy_tit, .history_wrap .item.reverse .cont .yy_tit {
    text-align: center;
  }
  .history_wrap .item .cont ul li, .history_wrap .item.reverse .cont ul li {
    flex-direction: row;
  }
  .history_wrap .item .cont ul li i, .history_wrap .item.reverse .cont ul li i {
    transform: translateX(-39px);
    margin-left: 0;
    margin-right: 0;
  }
  .history_wrap .item .cont ul li .yy, .history_wrap .item.reverse .cont ul li .yy {
    margin-left: 0;
    margin-right: 0;
  }
  .history_wrap .item .cont ul li .mm, .history_wrap .item.reverse .cont ul li .mm {
    margin-left: 0;
    margin-right: 0;
  }
  .history_wrap .item .cont ul li .mm_item, .history_wrap .item.reverse .cont ul li .mm_item {
    flex-direction: row;
  }
}
@media (max-width: 991px) {
  .history_wrap .item .img, .history_wrap .item.reverse .img{margin-bottom: 30px;}
  .history_wrap .item .cont ul li, .history_wrap .item.reverse .cont ul li {
    position: relative;
    display: block;
    margin-bottom: 40px;
  }
  .history_wrap .item .cont ul li i, .history_wrap .item.reverse .cont ul li i {
    position: absolute;
    left: 0;
    top: -10px;
  }
  .history_wrap .item .cont ul li .yy, .history_wrap .item.reverse .cont ul li .yy {
    width: auto;
    text-align: left;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .history_wrap .item .cont ul li .mm, .history_wrap .item.reverse .cont ul li .mm {
    width: auto;
    margin-right: 10px;
  }
}

.bd_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bd_top .bd_r_box {
  display: flex;
  justify-content: space-between;
  width: 559px;
  max-width: 100%;
}
.bd_top .bd_r_box select {
  width: 164px;
}
.bd_top .bd_r_box .search_box {
  display: flex;
  justify-content: space-between;
  width: 385px;
  padding: 4px 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.bd_top .bd_r_box .search_box input {
  width: calc(100% - 20px);
  height: 45px;
  border: none;
}
.bd_top .bd_r_box .search_box img {
  width: 20px;
}
.bd_top .bd_r_box.w {
  width: 700px;
}
.bd_top .bd_r_box.w .btn_write {
  display: inline-block;
  width: 130px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 1px solid #E60012 !important;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .bd_top {
    flex-direction: column;
    align-items: flex-start;
  }
  .bd_top form {
    display: block;
    width: 100%;
  }
  .bd_top .bd_r_box {
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .bd_top .bd_r_box select {
    width: 100%;
    margin-bottom: 10px;
  }
  .bd_top .bd_r_box .search_box {
    width: 100%;
  }
  .bd_top .bd_r_box.w .btn_write {
    width: 100%;
    margin-top: 10px;
  }
}

.bd_table {
  padding-bottom: 30px;
}
.bd_table table thead {
  background-color: #F8F8F8;
}
.bd_table table thead tr {
  border-top: 1px solid #999;
}
.bd_table table thead tr th {
  padding: 25px 0;
}
.bd_table table thead tr th:nth-child(1) {
  width: 100px;
}
.bd_table table thead tr th:nth-child(2) {
  width: auto;
}
.bd_table table thead tr th:nth-child(3) {
  width: 130px;
}
.bd_table table thead tr th:nth-child(4) {
  width: 130px;
}
.bd_table table thead tr th:nth-child(5) {
  width: 130px;
}
@media (max-width: 991px) {
  .bd_table{padding-bottom: 15px;}
  .bd_table table thead {
    display: none;
  }
}
.bd_table table tbody tr td {
  padding: 25px 0;
  text-align: center;
}
.bd_table table tbody tr td a {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bd_table table tbody tr td a:hover {
  color: #E60012 !important;
}
@media (max-width: 991px) {
  .bd_table table tbody tr {
    display: block;
    padding: 20px 0;
  }
  .bd_table table tbody tr:nth-child(1) {
    border-top: 1px solid #999;
  }
  .bd_table table tbody tr td {
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .bd_table table tbody tr td:nth-child(1) {
    display: none;
  }
  .bd_table table tbody tr td:nth-child(2) {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
}
.bd_table table tr {
  border-bottom: 1px solid #ddd;
}

.bd_table table tbody tr td.tit_td{padding: 25px;text-align: left;}
.bd_table table tbody tr td .tit{display: block;}
.bd_table table tbody tr td .lock_ico::before{content: '';display: inline-block;width: 21px;height: 21px;margin-right: 10px;vertical-align: middle;background-image: url('/src/img/bd_table_lock.png');background-size: contain;background-repeat: no-repeat;background-position: center;}
@media (max-width: 991px){
  .bd_table table tbody tr td.tit_td{padding: 0;}
  .bd_table table tbody tr td .lock_ico::before{width: 18px;height: 18px;margin-right: 5px;}
}



.bd_v_wrap .sun-editor-editable{padding: 0;background-color: transparent;}
.bd_v_wrap .top {
  border-top: 1px solid #999;
  border-bottom: 1px solid #ddd;
  padding: 30px 20px;
  background-color: #f8f8f8;
}
.bd_v_wrap .top h4{word-break: break-all;}
.bd_v_wrap .top p {
  color: #666;
}
.bd_v_wrap .top p span {
  display: inline-block;
}
.bd_v_wrap .top p span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ddd;
  margin: 0 10px;
}
.bd_v_wrap .top p span:first-child::before {
  display: none;
}
.bd_v_wrap .cont {
  padding: 60px 20px;
  border-bottom: 1px solid #eee;
}
.bd_v_wrap .cont .file {
  display: flex;
  align-items: center;
  margin: 60px 100px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.bd_v_wrap .cont .file p {
  width: 160px;
  padding: 28px 0;
  border-right: 1px solid #ddd;
  text-align: center;
}
.bd_v_wrap .cont .file p::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/src/img/bd_file_ico.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 3px;
}
.bd_v_wrap .cont .file .lst {
  display: flex;
  flex-direction: column;
  padding: 28px 40px;
  color: #333;
}
@media (max-width: 991px) {
  .bd_v_wrap .top{padding: 20px 0;}
  .bd_v_wrap .top p span::before{height: 9px;margin: 0 5px;}
  .bd_v_wrap .cont .file {
    display: block;
    margin: 60px 0 0;
    padding: 10px;
  }
  .bd_v_wrap .cont{padding: 30px 0;}
  .bd_v_wrap .cont .file p {
    width: auto;
    margin-bottom: 10px;
    text-align: left;
    font-weight: bold;
    border-right: none;
  }
  .bd_v_wrap .cont .file p, .bd_v_wrap .cont .file .lst {
    padding: 0;
  }
}
.bd_v_wrap .cont .comment {
  margin-top: 60px;
  padding: 60px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .bd_v_wrap .cont .comment {
    margin-top: 30px;
    padding: 20px;
  }
}
.bd_v_wrap .bd_v_nav {
  display: flex;
  justify-content: space-between;
}
.bd_v_wrap .bd_v_nav .nav {
  display: flex;
  width: 385px;
  height: 55px;
}
.bd_v_wrap .bd_v_nav .nav i {
  display: block;
  width: 55px;
  height: 55px;
  border: 1px solid #ddd;
}
.bd_v_wrap .bd_v_nav .nav i::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: 22px auto 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bd_v_wrap .bd_v_nav .nav .txt {
  display: block;
  width: calc(100% - 85px);
}
.bd_v_wrap .bd_v_nav .nav .t {
  display: block;
  font-weight: bold;
}
.bd_v_wrap .bd_v_nav .nav .c {
  display: block;
  color: #666;
  max-width: 100%;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bd_v_wrap .bd_v_nav .nav.prev {
  flex-direction: row;
}
.bd_v_wrap .bd_v_nav .nav.prev .txt {
  margin-left: 30px;
}
.bd_v_wrap .bd_v_nav .nav.prev i::before {
  background-image: url("/src/img/bd_nav_l.png");
}
.bd_v_wrap .bd_v_nav .nav.next {
  flex-direction: row-reverse;
  text-align: right;
}
.bd_v_wrap .bd_v_nav .nav.next .txt {
  margin-right: 30px;
}
.bd_v_wrap .bd_v_nav .nav.next i::before {
  background-image: url("/src/img/bd_nav_r.png");
}
.bd_v_wrap .bd_v_nav .nav.none .t{color: #666;}
.bd_v_wrap .bd_v_nav .nav.none .c{color: #999;}
.bd_v_wrap .bd_v_nav .lst_btn {
  width: 145px;
  height: 55px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  line-height: 55px;
}
@media (max-width: 991px) {
  .bd_v_wrap .bd_v_nav {
    display: block;
  }
  .bd_v_wrap .bd_v_nav .nav {
    display: block;
    width: 100%;
    text-align-last: left;
  }
  .bd_v_wrap .bd_v_nav .nav i {
    display: none;
  }
  .bd_v_wrap .bd_v_nav .nav.prev .txt {
    margin: 0;
  }
  .bd_v_wrap .bd_v_nav .nav .txt {
    width: 100%;
  }
  .bd_v_wrap .bd_v_nav .lst_btn {
    display: none;
  }
}

.inp_tb table {
  border-top: 2px solid #999;
}
.inp_tb table tr {
  border-bottom: 1px solid #eee;
}
.inp_tb table tr th {
  width: 260px;
  padding: 20px 40px;
  text-align: left;
  font-weight: bold;
}
.inp_tb table tr td {
  padding: 20px 0;
}
@media (max-width: 991px){
  .inp_tb table tr{display: block;padding: 20px 0;}
  .inp_tb table tr th{display: block;width: 100%;margin-bottom: 10px;padding: 0;}
  .inp_tb table tr td{display: block;width: 100%;padding: 0;}
}

.inp {
  height: 55px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 5px !important;
}
.inp.w420 {
  width: 420px;
  max-width: 100%;
}
.inp.w300 {
  width: 300px;
  max-width: 100%;
}
.inp.w100p {
  width: 100%;
}
.inp::placeholder {
  color: #999;
}
.inp.h350 {
  padding: 20px;
  height: 350px;
}

.agree_txt_box {
  height: 250px;
  overflow-y: auto;
  padding: 24px;
  border: 1px solid #ddd;
  border-top: 2px solid #999;
  background-color: #FAFAFA;
}
.agree_txt_box pre {
  color: #333;
}

.agree_chk {
  border-bottom: 1px solid #eee;
}

.write_btn_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.write_btn_wrap .btn {
  display: block;
  width: 145px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
}
.write_btn_wrap .btn.btn_point {
  background-color: #E60012 !important;
  color: #fff;
}
.write_btn_wrap .btn.btn_cancel {
  border: 1px solid #aaa;
  color: #333;
  background-color: #fff;
}

.pw_box {
  padding: 65px 20px;
  border-top: 1px solid #999;
  background-color: #F8F8F8;
}

.index_wrap{overflow: hidden;} 

@keyframes w100p_ani {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.main_cate {
  font-size: 20px;
  font-weight: bold;
  color: #E60012;
}
.main_cate + .main_tit {
  margin-top: 20px;
}

.main_tit {
  font-size: 55px;
  color: #000;
  line-height: 140%;
  font-weight: bold;
}
.main_tit + .main_desc {
  margin-top: 40px;
}

.main_desc {
  font-size: 20px;
  color: #444;
}

.main_more {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  gap: 0 10px;
  align-items: center;
  width: 180px;
  border-radius: 50rem;
}
.main_more::before {
  content: "";
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(/src/img/main_more.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.main_more::after{content: '';position: absolute;top: 0;left: 0;width: 0;height: 100%;border-radius: 30px;background-color: #E60012;}
.main_more .t{position: relative;z-index: 1;font-size: 18px;color: #666;}
.main_more.trp_type .t {
  color: #fff;
}
.main_more.trp_type::before {
  border: 1px solid #fff;
  background-image: url(/src/img/main_more_a.png);
  background-color: transparent;
}
.main_more:hover .t{
  color: #fff;
}
.main_more:hover::before {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: transparent;
  background-image: url(/src/img/main_more_a.png);
}
.main_more:hover::after{transition: width .3s;width: 100%;}

@media (max-width: 991px) {
  .main_cate {
    font-size: 12px;
  }
  .main_cate + .main_tit {
    margin-top: 10px;
  }
  .main_tit {
    font-size: 24px;
  }
  .main_tit + .main_desc {
    margin-top: 20px;
  }
  .main_desc {
    font-size: 16px;
  }
  .main_more {
    width: auto;
    border-radius: 0;
  }
  .main_more::before {
    width: 45px;
    height: 45px;
    background-size: 14px auto;
  }
  .main_more .t{font-size: 16px;}
  .main_more:hover .t {
    color: #666;
  }
  .main_more:hover::before {
    border: 1px solid #ccc;
    background-color: #fff;
    background-image: url(/src/img/main_more.png);
  }
  .main_more:hover::after{display: none;}
  .main_more.trp_type:hover .t {
    color: #fff;
  }
  .main_more.trp_type:hover::before {
    border: 1px solid #fff;
    background-color: transparent;
    background-image: url(/src/img/main_more_a.png);
  }
}
.main_slider {
  position: relative;
}
.main_slider .item {
  height: 970px;
}
.main_slider .item .bg {
  overflow: hidden;
  display: block;
  height: 100%;
}
.main_slider .item .bg > img {
  transition: transform 2s;
  transform: scale(1.2);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main_slider .item .txt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 100px 0 300px;
}
.main_slider .item .txt .t1 {
  font-size: 24px;
  color: #fff;
}
.main_slider .item .txt .t1 + .t2 {
  margin-top: 30px;
}
.main_slider .item .txt .t2 {
  font-size: 65px;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
}
.main_slider .item.swiper-slide-active .bg > img{transform: scale(1);}
.main_slider .slider_control {
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 210px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main_slider .slider_control .swiper-pagination {
  position: static;
  display: flex;
  gap: 10px;
  width: auto;
}
.main_slider .slider_control .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50rem;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
.main_slider .slider_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 80px;
}
.main_slider .slider_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  animation: w100p_ani 5s;
  box-sizing: border-box;
  display: block;
  height: 100%;
  border-radius: 50rem;
  background-color: #fff;
}
.main_slider .slider_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active.stop::after {
  animation-play-state: paused;
}
.main_slider .slider_control .btn {
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.main_slider .slider_control .btn.stop_btn {
  background-image: url(/src/img/main_slide_stop.png);
}
.main_slider .slider_control .btn.play_btn {
  background-image: url(/src/img/main_slide_play.png);
}
.main_slider .scroll_down {
  z-index: 5;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.main_slider .scroll_down p {
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
}
.main_slider .scroll_down i {
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 20px;
  background-image: url(/src/img/scroll_down.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .main_slider .item {
    height: 570px;
    text-align: center;
  }
  .main_slider .item .txt {
    justify-content: center;
    padding: 60px 0 130px;
  }
  .main_slider .item .txt .t1 {
    font-size: 18px;
  }
  .main_slider .item .txt .t1 + .t2 {
    margin-top: 15px;
  }
  .main_slider .item .txt .t2 {
    font-size: 30px;
  }
  .main_slider .slider_control {
    justify-content: center;
    bottom: 120px;
  }
  .main_slider .slider_control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
  }
  .main_slider .scroll_down {
    bottom: 25px;
  }
  .main_slider .scroll_down i {
    width: 14px;
    height: 18px;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 991px) {
  .pc_br {
    display: none;
  }
}

.index_company {
  padding: 120px 0;
  background-color: #f1f1f1;
  background-image: url(/src/img/index_company_bg.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.index_company .inner {
  display: flex;
  gap: 0 150px;
}
.index_company .inner .l_cont {
  width: 100%;
  padding-top: 100px;
}
.index_company .inner .r_cont {
  flex-shrink: 0;
  width: 870px;
}
.index_company .main_more {
  margin-top: 80px;
}
.index_company .company_menu {
  overflow: hidden;
}
.index_company .company_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: start;
  margin-top: 70px;
}
.index_company .company_menu ul li {
  overflow: hidden;
  width: calc(50% - 15px);
  border-radius: 20px;
}
.index_company .company_menu ul li:nth-child(2n) {
  margin-top: -70px;
}
.index_company .company_menu .item {
  position: relative;
  display: block;
  height: 100%;
}
.index_company .company_menu .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_company .company_menu .item .txt {
  transition: height .3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 120px;
  padding: 30px 40px;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.index_company .company_menu .item .txt .tit {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.index_company .company_menu .item .txt .tit + .desc {
  margin-top: 15px;
}
.index_company .company_menu .item .txt .desc {
  display: none;
  font-size: 18px;
  color: #fff;
}
.index_company .company_menu .item:hover .txt {
  height: 100%;
  background: #E60012;
  background: linear-gradient(180deg, rgba(230, 0, 18, 0.05) 0%, rgba(230, 0, 18, 0.9) 100%);
}
.index_company .company_menu .item:hover .txt::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 35px;
  width: 16px;
  height: 16px;
  background-image: url(/src/img/index_company_menu_more.png);
}
.index_company .company_menu .item:hover .txt .desc {
  display: block;
}
@media screen and (max-width: 1600px) {
  .index_company .inner {
    gap: 60px;
  }
  .index_company .inner .r_cont {
    width: 800px;
  }
}
@media (max-width: 1420px) {
  .index_company {
    background-image: url(/src/img/index_company_bg_m.png);
    background-position: center top;
    background-size: cover;
  }
  .index_company .inner {
    flex-direction: column;
  }
  .index_company .inner .l_cont {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
  .index_company .inner .r_cont {
    width: 100%;
  }
  .index_company .main_more {
    margin-top: 60px;
  }
  .index_company .company_menu ul {
    margin-top: 0;
  }
  .index_company .company_menu ul li {
    margin-top: 0 !important;
  }
}
@media (max-width: 991px) {
  .index_company {
    padding: 60px 0;
  }
  .index_company .inner {
    gap: 30px;
  }
  .index_company .main_more {
    margin-top: 30px;
  }
  .index_company .company_menu ul {
    gap: 15px;
  }
  .index_company .company_menu ul li {
    width: 100%;
    border-radius: 10px;
  }
  .index_company .company_menu .item .txt {
    min-height: 120px;height: auto;
    padding: 20px;
  }
  .index_company .company_menu .item .txt .tit {
    font-size: 20px;
  }
  .index_company .company_menu .item .txt .tit + .desc {
    margin-top: 10px;
  }
  .index_company .company_menu .item .txt .desc {
    display: block;
    font-size: 16px;
  }
  .index_company .company_menu .item:hover .txt {
    height: auto;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  }
  .index_company .company_menu .item:hover .txt::before {
    display: none;
  }
}

.index_business {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 35px;
  background-color: #000;
}
.index_business .l_cont {
  width: 50%;
}
.index_business .r_cont {
  width: 50%;
  padding: 0 150px;
}
.index_business .main_tit {
  color: #fff;
}
.index_business .main_desc {
  color: rgba(255, 255, 255, 0.8);
}
.index_business .tab_btns {
  margin-top: 60px;
}
.index_business .tab_btns ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index_business .tab_btns ul li .t1 {
  display: flex;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 0 55px 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.6);
}
.index_business .tab_btns ul li .t1::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 24px;
  height: 24px;
  background-image: url(/src/img/index_business_tab_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index_business .tab_btns ul li.act {
  margin-top: -1px;
  border-top: 1px solid #000;
  border-bottom: 0;
  background-color: #000;
}
.index_business .tab_btns ul li.act .t1 {
  position: relative;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.index_business .tab_btns ul li.act .t1::after {
  transition: opacity .5s;
  opacity: 1;
}
.index_business .main_busi_slider {
  position: relative;
}
.index_business .main_busi_slider .swiper {
  overflow: hidden;
  border-radius: 20px;
}
.index_business .main_busi_slider .swiper .item {
  position: relative;
  height: 900px;
}
.index_business .main_busi_slider .swiper .item .img {
  height: 100%;
}
.index_business .main_busi_slider .swiper .item .img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_business .main_busi_slider .swiper .item .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 346px;
  padding: 0 65px 130px;
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.index_business .main_busi_slider .swiper .item .txt .tit {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.index_business .main_busi_slider .swiper .item .txt .tit + .desc {
  margin-top: 20px;
}
.index_business .main_busi_slider .swiper .item .txt .desc {
  font-size: 22px;
  color: #fff;
}
.index_business .main_busi_slider .more_wrap {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -87px;
  transform: translateY(-50%);
  width: 174px;
  height: 174px;
  padding: 20px;
  border-radius: 50%;
  background-color: #000;
}
.index_business .main_busi_slider .more_wrap::before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  top: -27px;
  width: 30px;
  height: 30px;
  background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 71%, #000 0);
}
.index_business .main_busi_slider .more_wrap::after {
  content: "";
  transform: rotate(-90deg);
  position: absolute;
  left: calc(50% - 30px);
  bottom: -27px;
  width: 30px;
  height: 30px;
  background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 71%, #000 0);
}
.index_business .main_busi_slider .more_wrap .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.index_business .main_busi_slider .more_wrap .more_btn:hover {
  transition: background-color .3s;
  border: 0;
  font-weight: bold;
  color: #fff;
  background-color: #E60012;
  background-image: url(/src/img/main_busi_swiper_more_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.index_business .main_busi_slider .slide_control {
  z-index: 1;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
  align-items: center;
  width: calc(100% - 130px);
}
.index_business .main_busi_slider .slide_control .ps_btn {
  flex-shrink: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.index_business .main_busi_slider .slide_control .ps_btn.stop_btn {
  background-image: url(/src/img/main_busi_slide_stop.png);
}
.index_business .main_busi_slider .slide_control .ps_btn.play_btn {
  background-image: url(/src/img/main_busi_slide_play.png);
}
.index_business .main_busi_slider .slide_control .progress {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index_business .main_busi_slider .slide_control .progress .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.index_business .main_busi_slider .slide_control .page {
  flex-shrink: 0;
  width: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.index_business .main_busi_slider .slide_control .page .curr {
  font-weight: inherit;
}
.index_business .main_busi_slider .slide_control .page .tot {
  opacity: 0.5;
  font-weight: inherit;
}
.index_business .main_busi_slider .slide_control .arrow_btns {
  flex-shrink: 0;
  display: flex;
  gap: 5px;
}
.index_business .main_busi_slider .slide_control .arrow_btns .arrow_btn {
  width: 12px;
  height: 12px;
  background-image: url(/src/img/main_busi_slide_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.index_business .main_busi_slider .slide_control .arrow_btns .arrow_btn.next {
  transform: scaleX(-1);
}
@media screen and (max-width: 1800px) {
  .index_business .r_cont {
    padding-right: 40px;
  }
}
@media (max-width: 1500px) {
  .index_business .l_cont {
    width: 40%;
  }
  .index_business .r_cont {
    width: 60%;
    padding-left: 100px;
  }
  .index_business .main_busi_slider .swiper .item .txt {
    padding-right: 40px;
    padding-left: 40px;
  }
  .index_business .main_busi_slider .slide_control {
    width: calc(100% - 80px);
  }
}
@media (max-width: 1240px) {
  .index_business {
    flex-direction: column;
    gap: 40px 0;
    padding: 120px 5%;
  }
  .index_business .l_cont {
    width: 100%;
  }
  .index_business .r_cont {
    width: 100%;
    max-width: 640px;
    padding: 0;
    text-align: center;
  }
  .index_business .tab_btns ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  .index_business .tab_btns ul li {
    width: calc(50% - 10px);
    margin-top: 0;
    border: 0;
    background-color: transparent;
  }
  .index_business .tab_btns ul li .t1 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px !important;
    justify-content: center;
    padding: 10px;
    text-align: center;
  }
  .index_business .tab_btns ul li.act .t1 {
    border: 0;
  }
  .index_business .tab_btns ul li.act .t1::after {
    display: none;
  }
  .index_business .main_busi_slider {
    padding-top: 87px;
  }
  .index_business .main_busi_slider .swiper .item {
    height: 660px;
  }
  .index_business .main_busi_slider .more_wrap {
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .index_business .main_busi_slider .more_wrap::before {
    left: -27px;
    top: 87px;
    transform: rotate(-90deg);
  }
  .index_business .main_busi_slider .more_wrap::after {
    left: auto;
    right: -27px;
    top: 87px;
    transform: rotate(-180deg);
  }
}
@media (max-width: 991px) {
  .index_business {
    gap: 30px 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .index_business .tab_btns {
    margin-top: 30px;
  }
  .index_business .tab_btns ul {
    gap: 10px;
  }
  .index_business .tab_btns ul li {
    width: calc(50% - 5px);
  }
  .index_business .tab_btns ul li .t1 {
    height: 60px;
    border-radius: 10px !important;
    font-size: 16px;
  }
  .index_business .main_busi_slider {
    padding-top: 40px;
  }
  .index_business .main_busi_slider .swiper {
    border-radius: 10px;
  }
  .index_business .main_busi_slider .swiper .item {
    height: 290px;
  }
  .index_business .main_busi_slider .swiper .item .txt {
    min-height: 150px;
    padding: 0 15px 50px;
  }
  .index_business .main_busi_slider .swiper .item .txt .tit {
    font-size: 20px;
  }
  .index_business .main_busi_slider .swiper .item .txt .tit + .desc {
    margin-top: 10px;
  }
  .index_business .main_busi_slider .swiper .item .txt .desc {
    font-size: 16px;
  }
  .index_business .main_busi_slider .more_wrap {
    width: 80px;
    height: 80px;
    padding: 8px;
  }
  .index_business .main_busi_slider .more_wrap::before {
    left: -17px;
    top: 40px;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 80%, #000 0);
  }
  .index_business .main_busi_slider .more_wrap::after {
    top: 40px;
    right: -17px;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at 0 0, rgba(0, 0, 0, 0) 80%, #000 0);
  }
  .index_business .main_busi_slider .more_wrap .more_btn {
    font-size: 16px;
  }
  .index_business .main_busi_slider .slide_control {
    bottom: 20px;
    gap: 10px;
    width: calc(100% - 30px);
  }
  .index_business .main_busi_slider .slide_control .page {
    width: 45px;
    font-size: 12px;
  }
}

.index_partner {
  padding: 120px 0;
  text-align: center;
  background-image: url(/src/img/index_partner_bg.png);
  background-size: calc(100% - 120px) auto;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.index_partner .main_partner_slider {
  margin-top: 60px;
}
.index_partner .main_partner_slider .swiper {
  overflow: hidden;
}
.index_partner .main_partner_slider .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.index_partner .main_partner_slider .swiper + .swiper {
  margin-top: 30px;
}
.index_partner .main_partner_slider .swiper .item {
  width: 225px;
}
.index_partner .main_partner_slider .swiper .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.index_partner .main_more {
  margin-top: 70px;
}
@media (max-width: 1500px) {
  .index_partner {
    background-size: 150%;
  }
}
@media (max-width: 991px) {
  .index_partner {
    padding: 60px 0;
  }
  .index_partner .main_partner_slider {
    margin-top: 30px;
  }
  .index_partner .main_partner_slider .swiper + .swiper {
    margin-top: 15px;
  }
  .index_partner .main_partner_slider .swiper .item {
    width: 150px;
  }
  .index_partner .main_partner_slider .swiper .item .img {
    height: 61px;
    padding: 5px;
  }
  .index_partner .main_more {
    margin-top: 30px;
  }
}

.index_notice {
  padding: 120px 0;
  background-color: #F8F8F8;
}
.index_notice .sect_tit {
  display: flex;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 40px;
}
.index_notice .sect_tit .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
.index_notice .main_notice_slider .swiper {
  overflow: hidden;
  margin: -20px 0;
  padding: 20px 0;
}
.index_notice .main_notice_slider .swiper .swiper-slide{height: auto;}
.index_notice .main_notice_slider .swiper .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.index_notice .main_notice_slider .swiper .item .img {
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 511/290;
}
.index_notice .main_notice_slider .swiper .item .img > img {
  transition: transform .3s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_notice .main_notice_slider .swiper .item .txt {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 30px 40px;
}
.index_notice .main_notice_slider .swiper .item .txt .tit {
  font-size: 24px;
  font-weight: bold;
}
.index_notice .main_notice_slider .swiper .item .txt .tit + .desc {
  margin-top: 20px;
}
.index_notice .main_notice_slider .swiper .item .txt .desc {
  font-size: 18px;
  color: #444;
}
.index_notice .main_notice_slider .swiper .item .txt .info_line {
  margin-top: auto;
  padding-top: 30px;
  font-size: 16px;
}
.index_notice .main_notice_slider .swiper .item .txt .date {
  color: #E60012;
}
.index_notice .main_notice_slider .swiper .item .txt .date::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-top: -4px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(/src/img/main_notice_slide_date.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.index_notice .main_notice_slider .swiper .item:hover .img > img{transform: scale(1.15);}
.index_notice .main_notice_slider .slide_control {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 55px;
}
.index_notice .main_notice_slider .slide_control .ps_btn {
  flex-shrink: 0;
  display: block;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.index_notice .main_notice_slider .slide_control .ps_btn.stop_btn {
  background-image: url(/src/img/main_notice_slide_stop.png);
}
.index_notice .main_notice_slider .slide_control .ps_btn.play_btn {
  background-image: url(/src/img/main_notice_slide_play.png);
}
.index_notice .main_notice_slider .slide_control .progress {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.15);
}
.index_notice .main_notice_slider .slide_control .progress .swiper-pagination-progressbar-fill {
  background-color: #666;
}
.index_notice .main_notice_slider .slide_control .page {
  flex-shrink: 0;
  width: 55px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  color: #ddd;
}
.index_notice .main_notice_slider .slide_control .page .curr {
  color: #666;
  font-weight: inherit;
}
.index_notice .main_notice_slider .slide_control .page .tot {
  font-weight: inherit;
}
.index_notice .main_notice_slider .slide_control .arrow_btns {
  flex-shrink: 0;
  display: flex;
  gap: 5px;
}
.index_notice .main_notice_slider .slide_control .arrow_btns .arrow_btn {
  width: 12px;
  height: 12px;
  background-image: url(/src/img/main_notice_slide_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.index_notice .main_notice_slider .slide_control .arrow_btns .arrow_btn.next {
  transform: scaleX(-1);
}
@media (max-width: 991px) {
  .index_notice {
    padding: 60px 0;
  }
  .index_notice .sect_tit {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .index_notice .sect_tit .r_cont {
    margin-left: 0;
  }
  .index_notice .main_notice_slider .swiper .item {
    border-radius: 10px;
  }
  .index_notice .main_notice_slider .swiper .item .txt {
    padding: 20px 15px;
  }
  .index_notice .main_notice_slider .swiper .item .txt .tit {
    font-size: 18px;
  }
  .index_notice .main_notice_slider .swiper .item .txt .tit + .desc {
    margin-top: 10px;
  }
  .index_notice .main_notice_slider .swiper .item .txt .desc {
    font-size: 16px;
  }
  .index_notice .main_notice_slider .swiper .item .txt .info_line {
    padding-top: 20px;
    font-size: 12px;
  }
  .index_notice .main_notice_slider .swiper .item .txt .date::before {
    width: 14px;
    height: 14px;
    margin-top: 0;
  }
  .index_notice .main_notice_slider .slide_control {
    gap: 10px;
    margin-top: 30px;
  }
  .index_notice .main_notice_slider .slide_control .page {
    width: 45px;
    font-size: 12px;
  }
}

.index_banner {
  display: flex;
}
.index_banner .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 500px;
  padding: 40px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.index_banner .box .tit {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}
.index_banner .box .tit + .desc {
  margin-top: 30px;
}
.index_banner .box .desc {
  font-size: 20px;
  color: #fff;
}
.index_banner .box .main_more {
  margin-top: 60px;
}
.index_banner .box.box1 {
  background-image: url(/src/img/index_banner_box1_bg.jpg);
}
.index_banner .box.box2 {
  background-image: url(/src/img/index_banner_box2_bg.jpg);
}
@media (max-width: 991px) {
  .index_banner {
    display: block;
  }
  .index_banner .box {
    min-height: 250px;
    padding: 20px;
  }
  .index_banner .box .tit {
    font-size: 24px;
  }
  .index_banner .box .tit + .desc {
    margin-top: 15px;
  }
  .index_banner .box .desc {
    font-size: 16px;
  }
  .index_banner .box .main_more {
    margin-top: 30px;
  }
}

#footer {
  background-color: #000;
  background-image: url(/src/img/foot_bg.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 60px) bottom;
}
#footer .foot_info {
  display: flex;
  gap: 0 60px;
  padding: 60px 0 50px;
}
#footer .foot_info .info {
  width: calc(50% - 30px);
}
#footer .foot_info .info .logo {
  width: 254px;
}
#footer .foot_info .info address {
  margin-top: 60px;
}
#footer .foot_info .info address .line {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 35px;
  margin-top: 15px;
}
#footer .foot_info .info address .line:first-child {
  margin-top: 0;
}
#footer .foot_info .info address .line .t1 {
  color: rgba(255, 255, 255, 0.6);
}
#footer .foot_info .info address .line .t1 > span {
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .foot_info .nav {
  display: flex;
  gap: 0 20px;
  width: calc(50% - 30px);
}
#footer .foot_info .nav .depth1 {
  width: 100%;
}
#footer .foot_info .nav .depth1 > a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
#footer .foot_info .nav .sub_menu_wrap .sub_menu > a {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .foot_info .nav .sub_menu_wrap .sub_menu > a:first-child {
  margin-top: 0;
}
#footer .copyrigth {
  padding: 40px 0;
  border-top: 1px solid #222;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1240px) {
  #footer .foot_info {
    display: block;
  }
  #footer .foot_info .info {
    width: 100%;
  }
  #footer .foot_info .nav {
    display: none;
  }
}
@media (max-width: 991px) {
  #footer {
    text-align: center;
    background-position: right bottom;
    background-size: 288px auto;
  }
  #footer .foot_info {
    padding: 30px 0 20px;
  }
  #footer .foot_info .info .logo {
    width: 160px;
    margin: 0 auto;
  }
  #footer .foot_info .info address {
    margin-top: 30px;
  }
  #footer .foot_info .info address .line {
    justify-content: center;
    gap: 10px 15px;
    margin-top: 10px;
  }
  #footer .foot_info .info address .line .t1 > span {
    padding-right: 8px;
  }
  #footer .copyrigth {
    padding: 20px 0;
  }
}

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