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

.c2 {
  color: #5BB430 !important;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.c0 {
  color: #000;
}

.cf {
  color: #fff;
}

.c5a {
  color: #5a5a5a;
}

.c_bc {
  color: #bcbcbc;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz48 {
  font-size: 48px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 1420px) {
  .fz16 {
    font-size: 14px;
  }
  .fz18 {
    font-size: 16px;
  }
  .fz20 {
    font-size: 18px;
  }
  .fz22 {
    font-size: 18px;
  }
  .fz24 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 28px;
  }
  .fz48 {
    font-size: 40px;
  }
  .fz60 {
    font-size: 60px;
  }
  .fz80 {
    font-size: 60px;
  }
}
@media screen and (max-width: 720px) {
  .fz12 {
    font-size: 12px;
  }
  .fz14 {
    font-size: 12px;
  }
  .fz16 {
    font-size: 13px;
  }
  .fz18 {
    font-size: 14px;
  }
  .fz20 {
    font-size: 14px;
  }
  .fz22 {
    font-size: 14px;
  }
  .fz24 {
    font-size: 18px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 14px;
  }
  .fz30 {
    font-size: 13px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 16px;
  }
  .fz40 {
    font-size: 26px;
  }
  .fz48 {
    font-size: 20px;
  }
  .fz50 {
    font-size: 30px;
  }
  .fz60 {
    font-size: 24px;
  }
  .fz70 {
    font-size: 24px;
  }
  .fz80 {
    font-size: 50px;
  }
  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: 40px;
  text-align: center;
  font-size: 0;
}
.page_num.mt80 {
  margin-top: 80px;
}
.page_num a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-left: -1px;
  text-align: center;
  color: rgba(79, 58, 147, 0.4);
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100px;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #4F3A93 !important;
  border: solid 2px #4F3A93;
}
.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 {
  width: 30px;
  height: 30px;
  margin-right: 35px;
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
}
.page_num .r {
  width: 30px;
  height: 30px;
  margin-left: 35px;
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
}

@media screen and (max-width: 1420px) {
  .page_num a {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .page_num {
    margin-top: 20px;
  }
  .page_num.mt80 {
    margin-top: 40px;
  }
  .page_num a {
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-size: 12px;
  }
  .page_num .l {
    margin-right: 15px;
  }
  .page_num .r {
    margin-left: 15px;
  }
}
@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 #ddd;
  border-radius: 3px;
  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: #4F3A93;
  transform: scale(1) rotate(0.3deg);
  -webkit-transform: scale(1) rotate(0.3deg);
  transform: scale(1) 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;
  border-radius: 3px;
  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 #4F3A93;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

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

.sys_popup.dn {
  display: none;
}

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

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

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
.container {
  width: 1400px;
  margin: 0px auto;
}

.main_cont {
  width: 1840px;
  margin: 0px auto;
}

.main_cont2 {
  width: 1750px;
  margin: 0px auto;
}

@media screen and (max-width: 1860px) {
  .main_cont {
    width: 100%;
    padding: 0px 40px;
  }
  .main_cont2 {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
  .main_cont {
    padding: 0px 20px;
  }
  .main_cont2 {
    padding: 0px 20px;
  }
}
.index_wrap {
  padding-top: 25px;
}
.index_wrap.busi_bottom_wrap{padding-top: 0; margin-top: 80px;}
@media screen and (max-width: 720px) {
  .index_wrap.busi_bottom_wrap{margin-top: 40px;}
}

#header {
  position: absolute;
  z-index: 100;
  top: 25px;
  left: 0;
  width: 100%;
  height: 100px;
  padding-top: 10px;
}
#header .h_cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1840px;
  height: 100%;
  padding-left: 45px;
  margin: 0px auto;
}
#header .h_cont nav {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
}
#header .h_cont nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 110px;
  height: 100%;
}
#header .h_cont nav > ul > li {
  position: relative;
  height: 100%;
}
#header .h_cont nav > ul > li.a > a::after {
  display: block;
}
#header .h_cont nav > ul > li.a .dep2 {
  display: block;
}
#header .h_cont nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
#header .h_cont nav > ul > li > a::after {
  content: "";
  display: none;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
  width: 18px;
  height: 17px;
  margin-top: -5px;
  background: url(/src/img/leap.png) no-repeat center center/cover;
}
#header .h_cont nav > ul > li .dep2 {
  display: none;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  padding: 30px 10px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
#header .h_cont nav > ul > li .dep2 ul li {
  margin-bottom: 20px;
  text-align: center;
}
#header .h_cont nav > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header .h_cont nav > ul > li .dep2 ul li a {
  font-size: 16px;
  color: #666;
}
#header .h_cont nav > ul > li .dep2 ul li a:hover {
  color: #5BB430 !important;
  font-weight: bold;
}
#header .h_cont .r_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
}
#header .h_cont .r_wrap .h_btn {
  height: 60px;
  border-radius: 50px;
  background-color: #111;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
#header .h_cont .r_wrap .eco_app {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 158px;
}
#header .h_cont .r_wrap .mem_menu_box {
  position: relative;
}
#header .h_cont .r_wrap .mem_menu_box .mem_menu_open {
  width: 60px;
  background-image: url(/src/img/i/mem_ico.png);
}
#header .h_cont .r_wrap .mem_menu_box .dep2 {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  padding: 15px 0px;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #111;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
#header .h_cont .r_wrap .mem_menu_box .dep2.a {
  display: block;
}
#header .h_cont .r_wrap .mem_menu_box .dep2 ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
}
#header .h_cont .r_wrap .mem_menu_box .dep2 ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#header .h_cont .r_wrap .mem_menu_box .dep2 ul li a {
  font-size: 16px;
  color: #fff;
}
#header .h_cont .r_wrap .mem_menu_box .dep2 ul li a:hover {
  font-weight: bold;
}
#header .h_cont .r_wrap .sitemap_btn {
  width: 60px;
  background-image: url(/src/img/i/menu_ico.png);
}

@media screen and (max-width: 1860px) {
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
    padding-left: 85px;
  }
}
@media screen and (max-width: 1420px) {
  #header .h_cont nav {
    display: none;
  }
  #header .h_cont .r_wrap .eco_app {
    display: none;
  }
  #header .h_cont .r_wrap .mem_menu_box {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 60px;
    padding-top: 0;
  }
  #header .h_cont {
    padding: 0px 20px;
    padding-left: 35px;
  }
  #header .h_cont .logo {
    display: block;
    width: 134px;
  }
  #header .h_cont .r_wrap {
    padding-bottom: 0;
  }
  #header .h_cont .r_wrap .h_btn {
    height: 45px;
  }
  #header .h_cont .r_wrap .sitemap_btn {
    width: 45px;
    background-size: 19px 19px;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/src/img/sitemap_water.png) no-repeat calc(100% + 40px) calc(100% + 40px)/auto;
  background-color: #fff;
}
.sitemap_wrap .sitemap .top {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1840px;
  height: 100px;
}
.sitemap_wrap .sitemap .top .logo {
  margin-left: 45px;
}
.sitemap_wrap .sitemap .top .m_mem_btn {
  display: none;
}
.sitemap_wrap .sitemap .top .r_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
}
.sitemap_wrap .sitemap .top .r_wrap .h_btn {
  height: 60px;
  border-radius: 50px;
  background-color: #111;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.sitemap_wrap .sitemap .top .r_wrap .eco_app {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 158px;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu_box {
  position: relative;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu_box .mem_menu_open {
  width: 60px;
  background-image: url(/src/img/i/mem_ico.png);
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu_box .dep2 {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  padding: 15px 0px;
  margin-top: 15px;
  border-radius: 10px;
  background-color: #111;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu_box .dep2.a {
  display: block;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu_box .dep2 ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  text-align: center;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu_box .dep2 ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu_box .dep2 ul li a {
  font-size: 16px;
  color: #fff;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu_box .dep2 ul li a:hover {
  font-weight: bold;
}
.sitemap_wrap .sitemap .top .r_wrap .sitemap_close {
  width: 60px;
  background-image: url(/src/img/i/sitemap_close.png);
}
.sitemap_wrap .sitemap .df_box {
  display: flex;
  align-items: center;
  gap: 110px;
  width: 100%;
  height: 100%;
}
.sitemap_wrap .sitemap .df_box .l_box {
  width: 50%;
  height: 100%;
}
.sitemap_wrap .sitemap .df_box .l_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sitemap_wrap .sitemap .df_box .r_box {
  width: 800px;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul {
  position: relative;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li {
  margin-bottom: 60px;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a > button {
  position: relative;
  color: #111;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a > button::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  left: -20px;
  width: 18px;
  height: 17px;
  margin-top: -8px;
  background: url(/src/img/leap.png) no-repeat center center/cover;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a .dep2 {
  display: block;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > button {
  display: block;
  width: 150px;
  font-size: 38px;
  text-align: left;
  font-weight: bold;
  color: #5a5a5a;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a.af_n{width: auto;}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
  width: 610px;
  padding: 60px 20px 60px 40px;
  border: solid 1px #eee;
  border-radius: 20px;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li {
  width: calc(50% - 10px);
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li a {
  font-size: 18px;
  color: #666;
}
.sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li a:hover {
  font-weight: bold;
  color: #5BB430 !important;
}

@media screen and (max-width: 1860px) {
  .sitemap_wrap .sitemap .top {
    width: 100%;
    padding: 0px 40px;
  }
  .sitemap_wrap .sitemap .df_box {
    gap: 100px;
  }
  .sitemap_wrap .sitemap .df_box .l_box {
    width: 40%;
  }
  .sitemap_wrap .sitemap .df_box .r_box {
    width: calc(60% - 100px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 1540px) {
  .sitemap_wrap .sitemap {
    background-image: none;
  }
  .sitemap_wrap .sitemap .df_box {
    gap: 100px;
  }
  .sitemap_wrap .sitemap .df_box .l_box {
    width: 35%;
  }
  .sitemap_wrap .sitemap .df_box .r_box {
    width: calc(65% - 100px);
  }
}
@media screen and (max-width: 1420px) {
  .sitemap_wrap .sitemap {
    left: -100%;
    transition: left 0.5s;
  }
  .sitemap_wrap .sitemap.a {
    left: 0;
  }
  .sitemap_wrap .sitemap .top {
    top: 0;
  }
  .sitemap_wrap .sitemap .top .m_mem_btn {
    display: flex;
    align-items: center;
  }
  .sitemap_wrap .sitemap .top .m_mem_btn a {
    display: block;
    font-size: 16px;
    color: #666;
  }
  .sitemap_wrap .sitemap .top .m_mem_btn a::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -2px 10px 0px;
    background-color: #666;
  }
  .sitemap_wrap .sitemap .top .m_mem_btn a:last-child::after {
    display: none;
  }
  .sitemap_wrap .sitemap .top .logo {
    display: none;
  }
  .sitemap_wrap .sitemap .top .r_wrap {
    padding-bottom: 0;
  }
  .sitemap_wrap .sitemap .top .r_wrap .eco_app {
    display: none;
  }
  .sitemap_wrap .sitemap .top .r_wrap .mem_menu_box {
    display: none;
  }
  .sitemap_wrap .sitemap .df_box {
    align-items: start;
  }
  .sitemap_wrap .sitemap .df_box .l_box {
    display: none;
  }
  .sitemap_wrap .sitemap .df_box .r_box {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap {
    height: calc(100% - 100px);
    margin-top: 100px;
    overflow-y: auto;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li {
    position: relative;
    margin-bottom: 0;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a > button {
    font-weight: bold;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a > button::before {
    background-image: url(/src/img/i/bottom_g.png);
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a > button::after {
    transform: translateY(-50%) scaleX(1);
    left: 140px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a {
    width: 100%;
    padding: 35px 40px;
    position: relative;
    font-size: 28px;
    font-weight: 500;
    color: #111;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > button::before, .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 40px;
    width: 12px;
    height: 8px;
    background: url(/src/img/i/top_b.png) no-repeat center center/auto;
    transform: translateY(-50%) scaleY(-1);
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a{line-height: 150%;}
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a.af_n::before{display: none;}
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 {
    position: static;
    width: 100%;
    padding: 40px;
    border: none;
    border-radius: 0;
    background-color: #F9F9F9;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 60px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .m_mem_btn a {
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .top .m_mem_btn a::after {
    margin: -1px 10px 0px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .h_btn {
    height: 45px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .sitemap_close {
    width: 45px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap {
    height: calc(100% - 60px);
    margin-top: 60px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li.a > button::after {
    left: 80px;
    width: 10px;
    height: 10px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a {
    padding: 20px;
    font-size: 16px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > button::before, .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li > a::before {
    right: 20px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 {
    padding: 30px 25px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul {
    display: block;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 20px;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li:last-child {
    margin-bottom: 0;
  }
  .sitemap_wrap .sitemap .df_box .r_box .lst_wrap > ul > li .dep2 ul li a {
    font-size: 14px;
  }
}
.radius1 {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 333px;
  height: 100px;
  border-radius: 0px 0px 0px 20px;
  background-color: #fff;
}
.radius1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -22px;
  width: 22px;
  height: 22px;
  background: url(/src/img/i/radius1.png) no-repeat center center/cover;
}
.radius1::after {
  content: "";
  position: absolute;
  bottom: -22px;
  right: 0;
  width: 22px;
  height: 22px;
  background: url(/src/img/i/radius1.png) no-repeat center center/cover;
}

.radius2 {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 333px;
  height: 100px;
  border-radius: 0px 20px 0 0;
  background-color: #fff;
}
.radius2::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url(/src/img/i/radius1.png) no-repeat center center/cover;
  transform: scale(-1, -1);
}
.radius2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -22px;
  width: 22px;
  height: 22px;
  background: url(/src/img/i/radius1.png) no-repeat center center/cover;
  transform: scale(-1, -1);
}

@media screen and (max-width: 1420px) {
  .radius1 {
    width: 85px;
  }
}
@media screen and (max-width: 720px) {
  .radius1 {
    width: 55px;
    height: 65px;
    border-radius: 0 0 0 10px;
  }
  .radius1::before {
    width: 15px;
    height: 15px;
    left: -15px;
  }
  .radius1::after {
    width: 15px;
    height: 15px;
    bottom: -15px;
  }
  .radius2 {
    width: 150px;
    height: 65px;
    border-radius: 0 10px 0 0;
  }
  .radius2::before {
    width: 15px;
    height: 15px;
    top: -15px;
  }
  .radius2::after {
    width: 15px;
    height: 15px;
    right: -15px;
  }
}
.index_wrap .main_slider {
  height: 880px;
  overflow: hidden;
}
.index_wrap .main_slider .main_mask {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px 0;
  overflow: hidden;
}
.index_wrap .main_slider .main_mask .item {
  position: relative;
}
.index_wrap .main_slider .main_mask .item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.index_wrap .main_slider .main_mask .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_wrap .main_slider .main_mask .item .t_box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 1420px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.index_wrap .main_slider .main_mask .item .t_box .t1.m_ver{display: none;}
.index_wrap .main_slider .main_mask .item .t_box .t2 {
  margin-top: 30px;
  letter-spacing: 10px;
}
.index_wrap .main_slider .main_mask .pagi_box {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 45px;
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.index_wrap .main_slider .main_mask .pagi_box .arrow_btn {
  transition: all 0.3s;
  position: static;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: solid 2px rgba(79, 58, 147, 0.4);
  background: url(/src/img/i/r_p_opa.png) no-repeat center center/auto;
}
.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 {
  border-color: #4F3A93;
  background-image: url(/src/img/i/r_p.png);
}
.index_wrap .main_slider .main_mask .pagi_box .main_pagi {
  width: 62px;
  text-align: center;
}
.index_wrap .main_slider .main_mask .pagi_box .main_pagi span {
  font-size: 16px;
  font-weight: bold;
  color: rgba(79, 58, 147, 0.4);
}
.index_wrap .main_slider .main_mask .pagi_box .main_pagi .mid_bar {
  display: inline-block;
  width: 2px;
  height: 11px;
  margin: 0px 7px;
  background-color: rgba(79, 58, 147, 0.4);
}
.index_wrap .main_slider .main_mask .pagi_box .main_pagi .swiper-pagination-current {
  display: inline-block;
  width: 22px;
  color: #4F3A93;
  text-align: center;
}

@media screen and (max-width: 1420px) {
  .index_wrap .main_slider {
    height: 1255px;
  }
  .index_wrap .main_slider .main_mask .item .t_box {
    width: 100%;
    padding: 0px 40px;
  }
  .index_wrap .main_slider .main_mask .item .t_box .t1.pc_ver{display: none;}
  .index_wrap .main_slider .main_mask .item .t_box .t1.m_ver{display: block;}
  .index_wrap .main_slider .main_mask .pagi_box .main_pagi span {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .main_slider {
    height: 455px;
  }
  .index_wrap .main_slider .main_mask {
    border-radius: 10px 0px;
  }
  .index_wrap .main_slider .main_mask .item .t_box {
    padding: 0px 20px;
  }
  .index_wrap .main_slider .main_mask .item .t_box .t2 {
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .index_wrap .main_slider .main_mask .pagi_box {
    width: 75px;
    left: 30px;
  }
  .index_wrap .main_slider .main_mask .pagi_box .arrow_btn {
    display: none;
  }
  .index_wrap .main_slider .main_mask .pagi_box .main_pagi {
    width: 100%;
  }
  .index_wrap .main_slider .main_mask .pagi_box .main_pagi span {
    font-size: 12px;
  }
  .index_wrap .main_slider .main_mask .pagi_box .main_pagi .mid_bar {
    margin: 0px 12px -1px;
  }
}
.index_wrap .main_t1 {
  font-size: 18px;
  font-weight: bold;
  color: #5BB430 !important;
}
.index_wrap .main_t2 {
  margin-top: 20px;
  font-size: 60px;
  color: #111;
  line-height: 125%;
}

@media screen and (max-width: 1420px) {
  .index_wrap .main_t2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .main_t1 {
    font-size: 14px;
  }
  .index_wrap .main_t2 {
    margin-top: 10px;
    font-size: 24px;
  }
}
.index_wrap .sect2 {
  padding: 160px 0px;
  background: url(/src/img/main_sect2_water.png) no-repeat right calc(100% - 40px)/auto;
}
.index_wrap .sect2 .df_box {
  display: flex;
  gap: 145px;
}
.index_wrap .sect2 .df_box .l_wrap {
  width: 1019px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 10px #c4c4c4;
}
.index_wrap .sect2 .df_box .l_wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .sect2 .df_box .r_wrap {
  width: calc(100% - 1164px);
  padding-top: 130px;
}

@media screen and (max-width: 1860px) {
  .index_wrap .sect2 .df_box {
    gap: 80px;
  }
  .index_wrap .sect2 .df_box .l_wrap {
    width: 750px;
  }
  .index_wrap .sect2 .df_box .r_wrap {
    width: calc(100% - 830px);
    padding-top: 80px;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect2 {
    padding: 80px 0px;
    background-image: none;
  }
  .index_wrap .sect2 .df_box {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .index_wrap .sect2 .df_box .l_wrap {
    width: 100%;
  }
  .index_wrap .sect2 .df_box .l_wrap::after {
    width: 87px;
    height: 87px;
  }
  .index_wrap .sect2 .df_box .r_wrap {
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect2 {
    padding: 40px 0px;
  }
  .index_wrap .sect2 .df_box {
    gap: 20px;
  }
  .index_wrap .sect2 .df_box .l_wrap {
    border-radius: 10px;
  }
  .index_wrap .sect2 .df_box .l_wrap::after {
    width: 44px;
    height: 44px;
  }
}
.index_wrap .sect3 {
  position: relative;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.index_wrap .sect3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.index_wrap .sect3 .lst_wrap {
  position: relative;
}
.index_wrap .sect3 .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.index_wrap .sect3 .lst_wrap ul li {
  width: 33.3334%;
  border-right: solid 1px #eee;
}
.index_wrap .sect3 .lst_wrap ul li:nth-child(3n) {
  border-right: none;
}
.index_wrap .sect3 .lst_wrap ul li:first-child {
  position: relative;
}
.index_wrap .sect3 .lst_wrap ul li:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.index_wrap .sect3 .lst_wrap ul li .box {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px;
  transition: padding 0.5s;
}
.index_wrap .sect3 .lst_wrap ul li .box:hover {
  padding: 0;
}
.index_wrap .sect3 .lst_wrap ul li .box:hover .img {
  border-radius: 0;
}
.index_wrap .sect3 .lst_wrap ul li .box:hover .po_t {
  bottom: 60px;
  right: 50px;
}
.index_wrap .sect3 .lst_wrap ul li .box:hover .po_t .t2 {
  padding-right: 25px;
}
.index_wrap .sect3 .lst_wrap ul li .box:hover .po_t .t2::after {
  opacity: 1;
}
.index_wrap .sect3 .lst_wrap ul li .box .img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: border-radius 0.5s;
}
.index_wrap .sect3 .lst_wrap ul li .box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.index_wrap .sect3 .lst_wrap ul li .box .po_t {
  position: absolute;
  bottom: 40px;
  right: 45px;
  text-align: right;
  transition: all 0.5s;
}
.index_wrap .sect3 .lst_wrap ul li .box .po_t .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect3 .lst_wrap ul li .box .po_t .t2 {
  position: relative;
  margin-top: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  transition: padding-right 0.5s;
}
.index_wrap .sect3 .lst_wrap ul li .box .po_t .t2::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/src/img/i/plus_w.png) no-repeat center center/cover;
  transition: opacity 0.5s;
}
.index_wrap .sect3 .lst_wrap ul .more_li {
  display: none;
}
.index_wrap .sect3 .t_box {
  position: absolute;
  top: 60px;
  left: 45px;
  z-index: 1;
  max-width: calc(33.3334% - 40px);
}
.index_wrap .sect3 .t_box .main_more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  margin-top: 60px;
  border-radius: 50px;
  border: solid 2px rgba(79, 58, 147, 0.4);
  transition: all 0.2s;
}
.index_wrap .sect3 .t_box .main_more_btn span {
  color: #4F3A93;
  transition: all 0.2s;
}
.index_wrap .sect3 .t_box .main_more_btn span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: -1px;
  background: url(/src/img/i/plus_p.png) no-repeat center center/cover;
  transition: all 0.2s;
}
.index_wrap .sect3 .t_box .main_more_btn:hover {
  /* border: none; */
  background-color: #4F3A93 !important;
}
.index_wrap .sect3 .t_box .main_more_btn:hover span {
  color: #fff;
}
.index_wrap .sect3 .t_box .main_more_btn:hover span::after {
  background-image: url(/src/img/i/plus_w.png);
}

@media screen and (max-width: 1860px) {
  .index_wrap .sect3 .lst_wrap ul li {
    height: 400px;
  }
  .index_wrap .sect3 .t_box {
    left: 85px;
  }
  .index_wrap .sect3 .t_box .main_t2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect3 {
    border: none;
  }
  .index_wrap .sect3::after {
    display: none;
  }
  .index_wrap .sect3 .lst_wrap {
    margin-top: 40px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-top: solid 1px #eee;
  }
  .index_wrap .sect3 .lst_wrap ul {
    position: relative;
  }
  .index_wrap .sect3 .lst_wrap ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #eee;
  }
  .index_wrap .sect3 .lst_wrap ul li {
    width: 50%;
    height: auto;
    border-bottom: solid 1px #eee;
    border-right: none;
  }
  .index_wrap .sect3 .lst_wrap ul li:first-child {
    display: none;
  }
  .index_wrap .sect3 .lst_wrap ul li .box {
    padding: 20px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box:hover {
    padding: 20px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box:hover .img {
    border-radius: 20px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box:hover .po_t {
    bottom: 30px;
    right: 35px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box:hover .po_t .t2 {
    padding-right: 0;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .img {
    border-radius: 20px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .po_t {
    bottom: 30px;
    right: 35px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .po_t .t1 {
    font-size: 18px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .po_t .t2 {
    font-size: 24px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .po_t .t2::after {
    display: none;
  }
  .index_wrap .sect3 .lst_wrap ul .more_li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index_wrap .sect3 .lst_wrap ul .more_li .main_more_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 60px;
    border-radius: 50px;
    border: solid 2px rgba(79, 58, 147, 0.4);
    transition: all 0.2;
  }
  .index_wrap .sect3 .lst_wrap ul .more_li .main_more_btn span {
    color: #4F3A93;
    transition: all 0.2s;
  }
  .index_wrap .sect3 .lst_wrap ul .more_li .main_more_btn span::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -1px;
    background: url(/src/img/i/plus_p.png) no-repeat center center/cover;
    transition: all 0.2s;
  }
  .index_wrap .sect3 .t_box {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .index_wrap .sect3 .t_box .main_more_btn {
    display: none;
  }
  .index_wrap .sect3 .t_box .main_t2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect3 .lst_wrap {
    margin-top: 20px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box {
    padding: 8px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box:hover {
    padding: 8px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box:hover .img {
    border-radius: 5px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box:hover .po_t {
    bottom: 5px;
    right: 5px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .img {
    border-radius: 5px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .img .po_t {
    bottom: 10px;
    right: 10px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .img .po_t .t1 {
    font-size: 14px;
  }
  .index_wrap .sect3 .lst_wrap ul li .box .img .po_t .t2 {
    margin-top: 3px;
    font-size: 13px;
  }
  .index_wrap .sect3 .lst_wrap ul .more_li .main_more_btn {
    width: 125px;
    height: 45px;
  }
  .index_wrap .sect3 .lst_wrap ul .more_li .main_more_btn span::after {
    margin-left: 7px;
  }
  .index_wrap .sect3 .t_box .main_t2 {
    font-size: 24px;
  }
}
.index_wrap .sect4 {
  margin-top: 180px;
}
.index_wrap .sect4 .box_wrap {
  position: relative;
}
.index_wrap .sect4 .box_wrap .sw_wrap {
  position: relative;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item {
  display: flex;
  align-items: end;
  position: relative;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .l_box {
  width: 955px;
  border-radius: 60px 0px;
  overflow: hidden;
  aspect-ratio: 955/840;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .l_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box {
  position: absolute;
  right: 0;
  bottom: -45px;
  width: 850px;
  padding: 85px 80px;
  border-radius: 60px 0px;
  overflow: hidden;
  background-color: #5BB430;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .num {
  position: absolute;
  bottom: -35px;
  right: 25px;
  font-size: 217px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  line-height: 100%;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .t2 {
  margin-top: 30px;
  height: 54px;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .t2 br{display: none;}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  margin-top: 55px;
  border-radius: 50px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .more_btn span {
  color: #fff;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .more_btn span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: -1px;
  background: url(/src/img/i/plus_w.png) no-repeat center center/cover;
}
.index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .more_btn:hover {
  border: none;
  background-color: #4F3A93 !important;
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 735px;
  padding-top: 40px;
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .main_t3 {
  margin-top: 32px;
  font-size: 20px;
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 80px;
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box .pagi {
  display: flex;
  align-items: center;
  gap: 12px;
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box .pagi span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-size: 16px;
  margin: 0;
  opacity: 1;
  background: #F7F7FF;
  border-radius: 50px;
  color: rgba(79, 58, 147, 0.4);
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box .pagi span.swiper-pagination-bullet-active {
  border: solid 2px #4F3A93 !important;
  background-color: #fff;
  color: #4F3A93 !important;
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box .pagi .swiper-pagination-bullet {
  cursor: pointer;
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box .pagi_bar {
  position: relative;
  width: 300px;
  height: 3px;
  border-radius: 50px;
  background-color: rgba(79, 58, 147, 0.4);
  opacity: 1;
}
.index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box .pagi_bar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #4F3A93;
  opacity: 1;
}
.index_wrap .sect4 .box_wrap .sw_wrap .m_pagi {
  display: none;
}

@media screen and (max-width: 1860px) {
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .l_box {
    width: 800px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box {
    width: calc(100% - 750px);
    padding: 50px 60px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box {
    padding-top: 20px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .main_t3 {
    margin-top: 25px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1700px) {
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item {
    display: block;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .l_box {
    width: 100%;
    border-radius: 20px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 60px;
    margin-top: 30px;
    border-radius: 20px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box {
    position: static;
    width: 100%;
    margin-bottom: 40px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .fix_t_box .pagi_box {
    display: none;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .m_pagi {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: calc(100% - 80px);
    height: 3px;
    margin: 40px auto 0;
    border-radius: 10px;
    background-color: rgba(79, 58, 147, 0.4);
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .m_pagi div {
    background-color: #4F3A93 !important;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect4 {
    margin: 80px 0px 0;
    background: url(/src/img/main_sect2_water.png) no-repeat calc(100% + 45px) top/178px 178px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .l_box {
    border-radius: 10px;
    aspect-ratio: 640/400;

  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box {
    padding: 50px 40px;
    border-radius: 10px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .num {
    bottom: -20px;
    font-size: 150px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .t2 {
    height: 48px;
    margin-top: 25px;
    font-size: 16px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .more_btn {
    margin-top: 25px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect4 {
    margin: 40px 0px 0;
    background-size: 78px 78px;
    background-position-x: calc(100% + 20px);
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .l_box {
    border-radius: 5px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box {
    padding: 25px 20px;
    border-radius: 5px;
    margin-top: 15px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .num {
    bottom: -12px;
    font-size: 60px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .t2 {
    margin-top: 10px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .more_btn {
    margin-top: 10px;
    width: 125px;
    height: 45px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .sect4_sw .item .r_box .more_btn span::after {
    margin-left: 6px;
  }
  .index_wrap .sect4 .box_wrap .sw_wrap .m_pagi {
    width: calc(100% - 30px);
    margin-top: 20px;
  }
}
.index_wrap .sect5 {
  padding: 160px 0px;
  position: relative;
}
.index_wrap .sect5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #EFEFFF;
  background: linear-gradient(180deg, rgba(239, 239, 255, 0) 0%, rgb(239, 239, 255) 100%);
}
.index_wrap .sect5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #EFEFFF;
  background: linear-gradient(180deg, rgb(239, 239, 255) 0%, rgba(239, 239, 255, 0) 100%);
}
.index_wrap .sect5 .top_box {
  padding-bottom: 40px;
  border-bottom: solid 1px #eee;
  margin-bottom: 40px;
}
.index_wrap .sect5 .top_box .top_df {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.index_wrap .sect5 .top_box .top_df .arrow_box {
  display: flex;
  gap: 20px;
}
.index_wrap .sect5 .top_box .top_df .arrow_box .arrow_btn {
  transition: all 0.3s;
  position: static;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: solid 2px rgba(79, 58, 147, 0.4);
  background: url(/src/img/i/r_p_opa.png) no-repeat center center/auto;
}
.index_wrap .sect5 .top_box .top_df .arrow_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.index_wrap .sect5 .top_box .top_df .arrow_box .arrow_btn:hover {
  background-color: #4F3A93;
  background-image: url(/src/img/i/r_w.png);
}
.index_wrap .sect5 .sw_wrap {
  overflow: hidden;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item a:hover .img_box img {
  transform: scale(1.1);
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .img_box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 411/412;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .img_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .img::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .img.insta::after {
  background-image: url(/src/img/i/gall_insta.png);
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .img.blog::after {
  background-image: url(/src/img/i/gall_blog.png);
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .img.youtube::after {
  background-image: url(/src/img/i/gall_youtube.png);
}
.index_wrap .sect5 .sw_wrap .sect5_sw .item .tit {
  margin-top: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #111;
}
.index_wrap .sect5 .arrow_box.m_ver {
  display: none;
}
.index_wrap .sect5 .pagi_box {
  display: none;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect5 {
    padding: 120px 0px 80px;
  }
  .index_wrap .sect5 .top_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .index_wrap .sect5 .top_box .top_df .arrow_btn {
    display: none;
  }
  .index_wrap .sect5 .arrow_box.m_ver {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 20px;
  }
  .index_wrap .sect5 .arrow_box.m_ver .arrow_btn {
    transition: all 0.3s;
    position: static;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border: solid 2px rgba(79, 58, 147, 0.4);
    background: url(/src/img/i/r_p_opa.png) no-repeat center center/auto;
  }
  .index_wrap .sect5 .arrow_box.m_ver .arrow_btn.prev {
    transform: scaleX(-1);
  }
  .index_wrap .sect5 .arrow_box.m_ver .arrow_btn:hover {
    background-color: #4F3A93;
    background-image: url(/src/img/i/r_w.png);
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect5 {
    padding: 60px 0px 40px;
  }
  .index_wrap .sect5 .top_box {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .index_wrap .sect5 .sw_wrap .sect5_sw .item .img_box {
    border-radius: 10px;
  }
  .index_wrap .sect5 .sw_wrap .sect5_sw .item .img::after {
    top: auto;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 18px 18px;
  }
  .index_wrap .sect5 .sw_wrap .sect5_sw .item .tit {
    display: none;
  }
  .index_wrap .sect5 .arrow_box.m_ver {
    display: none;
  }
  .index_wrap .sect5 .pagi_box {
    display: block;
    padding: 0px 15px;
    margin-top: 20px;
  }
  .index_wrap .sect5 .pagi_box .pagi {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 3px;
    border-radius: 5px;
    background-color: rgba(79, 58, 147, 0.4);
  }
  .index_wrap .sect5 .pagi_box .pagi div {
    background-color: #4F3A93;
  }
}
.index_wrap .sect6 {
  padding-bottom: 80px;
}
.index_wrap .sect6 .bg_box {
  padding: 135px 40px;
  border-radius: 60px 60px 0 0;
  background: url(/src/img/main_sect6_bg.jpg) no-repeat center center/cover;
}
.index_wrap .sect6 .bg_box .t2 {
  margin-top: 35px;
}
.index_wrap .sect6 .bg_box .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
.index_wrap .sect6 .bg_box .more_btn span {
  color: #fff;
}
.index_wrap .sect6 .bg_box .more_btn span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: -1px;
  background: url(/src/img/i/plus_w.png) no-repeat center center/cover;
}
.index_wrap .sect6 .bg_box .more_btn:hover {
  border: none;
  background-color: #4F3A93 !important;
}

@media screen and (max-width: 1860px) {
  .index_wrap .sect6 .main_cont {
    padding: 0;
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect6 {
    position: relative;
  }
  .index_wrap .sect6::after {
    content: "INSNG CORPORATION";
    line-height: 100%;
    position: absolute;
    bottom: -10px;
    left: 50%;
    white-space: nowrap;
    transform: translateX(-50%);
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    color: rgba(241, 241, 241, 0.5);
  }
  .index_wrap .sect6 .bg_box {
    padding: 45px 40px;
    border-radius: 30px 30px 0 0;
  }
  .index_wrap .sect6 .bg_box .t2 {
    margin-top: 20px;
  }
  .index_wrap .sect6 .bg_box .more_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect6 {
    padding-bottom: 40px;
  }
  .index_wrap .sect6::after {
    bottom: -5px;
    font-size: 26px;
  }
  .index_wrap .sect6 .bg_box {
    padding: 25px 20px;
    border-radius: 15px 15px 0 0;
  }
  .index_wrap .sect6 .bg_box .t2 {
    margin-top: 10px;
  }
  .index_wrap .sect6 .bg_box .t2 br {
    display: none;
  }
  .index_wrap .sect6 .bg_box .more_btn {
    margin-top: 10px;
    width: 125px;
    height: 45px;
  }
  .index_wrap .sect6 .bg_box .more_btn span::after {
    margin-left: 6px;
  }
}
.index_wrap .index_bottom_slide {
  padding-bottom: 80px;
}
.index_wrap .index_bottom_slide .menu_slide_wrap {
  position: relative;
  z-index: 1;
  margin: 0px auto 0;
  overflow: hidden;
}
.index_wrap .index_bottom_slide .menu_slide_wrap .slide_box {
  display: flex;
}
.index_wrap .index_bottom_slide .menu_slide_wrap .slide_box:hover ul {
  animation-play-state: paused;
}
.index_wrap .index_bottom_slide .menu_slide_wrap .slide_box ul {
  display: block;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  animation: infSlide1 30s linear infinite;
}
.index_wrap .index_bottom_slide .menu_slide_wrap .slide_box ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 315px;
  margin-left: 45px;
  padding: 35px;
  border: solid 1px #eee;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1420px) {
  .index_wrap .index_bottom_slide {
    display: none;
  }
}
@keyframes infSlide1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.s_top_box {
  padding-top: 25px;
  margin-bottom: 100px;
}

.s_top_box.eco_baro_top {
  width: 100%;
  padding-top: 0;
}
.s_top_box.eco_baro_top .radius1 {
  display: none;
}
.s_top_box.eco_baro_top .s_top {
  border-radius: 0;
  background-image: url(/src/img/eco_baro_top.jpg);
}

.s_top {
  position: relative;
  height: 646px;
  border-radius: 20px 0 20px 20px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.s_top.s_top1 {
  background-image: url(/src/img/s_top1.jpg);
}
.s_top.s_top2 {
  background-image: url(/src/img/s_top2.jpg);
}
.s_top.s_top3 {
  background-image: url(/src/img/s_top3.jpg);
}
.s_top.s_top4 {
  background-image: url(/src/img/s_top4.jpg);
}
.s_top.s_top5 {
  background-image: url(/src/img/s_top5.jpg);
}
.s_top.s_top6 {
  background-image: url(/src/img/s_top6.jpg);
}
.s_top.s_top7 {
  background-image: url(/src/img/s_top7.jpg);
}
.s_top .inner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.s_top .inner_box .t_box .t2 {
  margin-top: 20px;
  letter-spacing: 10px;
}
.s_top .inner_box .s_top_nav {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 80px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  background-color: #111;
}
.s_top .inner_box .s_top_nav .home_btn {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: solid 1px #5a5a5a;
}
.s_top .inner_box .s_top_nav select {
  width: 380px;
  padding-left: 25px;
  padding-right: 53px;
  border: none;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  background: url(/src/img/i/s_top_arrow.png) no-repeat calc(100% - 25px) center/auto;
}
.s_top .inner_box .s_top_nav .dep2 {
  /* background-color: #5BB430 !important; */
}

@media screen and (max-width: 1860px) {
  .s_top_box.eco_baro_top {
    padding: 0;
  }
  .s_top {
    width: 100%;
    padding: 0px 45px;
  }
}
@media screen and (max-width: 1620px) {
  .s_top .inner_box {
    width: 100%;
  }
}
@media screen and (max-width: 1420px) {
  .s_top_box {
    margin-bottom: 80px;
  }
  .s_top .inner_box .s_top_nav .home_btn {
    display: none;
  }
  .s_top .inner_box .s_top_nav select {
    width: 50%;
    padding-left: 20px;
    padding-right: 45px;
    background-position-x: calc(100% - 20px);
  }
}
@media screen and (max-width: 720px) {
  .s_top_box {
    margin-bottom: 40px;
  }
  .s_top {
    height: 290px;
    padding: 0px 20px;
    border-radius: 10px 0px 10px 10px;
  }
  .s_top .inner_box .t_box .t2 {
    margin-top: 10px;
    letter-spacing: 3px;
  }
  .s_top .inner_box .s_top_nav {
    height: 40px;
    border-radius: 10px 10px 0 0;
  }
  .s_top .inner_box .s_top_nav select {
    display: none;
  }
  .s_top .inner_box .s_top_nav .dep2 {
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 30px;
    background-size: 12px 7px;
    background-position-x: calc(100% - 15px);
  }
}



.s_top_box {
  position: relative;
  z-index: 2;
}
.s_top_box .s_top .s_top_nav {
  overflow: visible;
  backdrop-filter: blur(10px);
  background-color: rgba(17, 17, 17, 0.5);
}
.s_top_box .s_top .s_top_nav .item {
  position: relative;
  width: 388px;
  height: 100%;
}
.s_top_box .s_top .s_top_nav .item.cate2_item > button {
  background-color: #5BB430 !important;
}
.s_top_box .s_top .s_top_nav .item > button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 56px;
  text-align: left;
  font-size: 20px;
  position: relative;
  font-weight: bold;
  color: #fff;
}
.s_top_box .s_top .s_top_nav .item > button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 24px;
  height: 12px;
  background: url(/src/img/i/s_top_arrow.png) no-repeat center center/cover;
}
.s_top_box .s_top .s_top_nav .item > button.a::after {
  transform: translateY(-50%) scaleY(-1);
}
.s_top_box .s_top .s_top_nav .item .dep2 {
  z-index: 3;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0 0 20px 20px;
  padding-left: 0; padding-right: 0;
  border: solid 1px #E6F4E0;
  background-color: #fff;
  overflow: hidden;
}
.s_top_box .s_top .s_top_nav .item .dep2 li a {
  display: block;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.s_top_box .s_top .s_top_nav .item .dep2 li:hover a {
  background-color: #E6F4E0;
  font-weight: bold;
  color: #5BB430;
}

@media screen and (max-width: 1420px) {
  .s_top_box .s_top .s_top_nav .item {
    width: 100%;
  }
  .s_top_box .s_top .s_top_nav .item.cate2_item > button {
    border-top-right-radius: 20px;
  }
  .s_top_box .s_top .s_top_nav .item > button {
    padding-left: 15px;
    padding-right: 40px;
    font-size: 18px;
  }
  .s_top_box .s_top .s_top_nav .item > button::after {
    right: 15px;
  }
  .s_top_box .s_top .s_top_nav .item .dep2 li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .s_top_box .s_top .s_top_nav .item.cate1_item {
    display: none;
  }
  .s_top_box .s_top .s_top_nav .item.cate1_item.db{display: block;}
  .s_top_box .s_top .s_top_nav .item.cate2_item > button {
    border-radius: 10px 10px 0 0;
  }
  .s_top_box .s_top .s_top_nav .item > button {
    padding-left: 15px;
    padding-right: 30px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
  .s_top_box .s_top .s_top_nav .item > button::after {
    right: 10px;
    width: 12px;
    height: 7px;
  }
  .s_top_box .s_top .s_top_nav .item .dep2 {
    border-radius: 0 0 10px 10px;
  }
  .s_top_box .s_top .s_top_nav .item .dep2 li a {
    padding: 10px 0px;
    font-size: 12px;
  }
}



.sub_top_box {
  margin-bottom: 80px;
  text-align: center;
}
.sub_top_box .sub_t1 {
  font-size: 18px;
  font-weight: bold;
  color: #5BB430 !important;
}
.sub_top_box .sub_t2 {
  margin-top: 20px;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 125%;
}
.sub_top_box .sub_t2.mt0 {
  margin-top: 0;
}
.sub_top_box .sub_t3 {
  margin-top: 20px;
  font-size: 20px;
}

@media screen and (max-width: 1420px) {
  .sub_top_box {
    margin-bottom: 60px;
  }
  .sub_top_box .sub_t1 {
    font-size: 16px;
  }
  .sub_top_box .sub_t2 {
    margin-top: 20px;
    font-size: 50px;
  }
  .sub_top_box .sub_t3 {
    font-size: 18px;
  }
  .sub_top_box br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sub_top_box {
    margin-bottom: 40px;
  }
  .sub_top_box .sub_t1 {
    font-size: 14px;
  }
  .sub_top_box .sub_t2 {
    margin-top: 15px;
    font-size: 24px;
  }
  .sub_top_box .sub_t3 {
    margin-top: 10px;
    font-size: 14px;
  }
}
.greeting {
  position: relative;
  padding: 80px 0px 180px;
  background-color: #FAFAFF;
}
.greeting .af_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 100%;
  text-align: center;
  transform: translateX(-50%);
}
.greeting .df_box {
  display: flex;
  align-items: start;
  gap: 120px;
}
.greeting .df_box .l_box {
  width: 640px;
  overflow: hidden;
  position: relative;
}
.greeting .df_box .l_box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.greeting .df_box .l_box p {
  position: absolute;
  left: 40px;
  bottom: 40px;
  line-height: 125%;
}
.greeting .df_box .r_box {
  width: calc(100% - 760px);
}
.greeting .df_box .r_box p {
  margin-bottom: 25px;
  color: #111;
}
.greeting .df_box .r_box p.mb0{margin-bottom: 0;}
.greeting .df_box .r_box p:last-child {
  margin-bottom: 0;
}
.greeting .df_box .r_box .greeting_sign{display: flex; justify-content: end; align-items: center; gap: 20px;}
.greeting .df_box .r_box .greeting_sign p{margin-bottom: 0;}

@media screen and (max-width: 1420px) {
  .greeting .df_box {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
  .greeting .df_box .l_box {
    width: 100%;
  }
  .greeting .df_box .l_box p br {
    display: none;
  }
  .greeting .df_box .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .greeting {
    padding: 40px 0px 90px;
  }
  .greeting .df_box {
    gap: 40px;
  }
  .greeting .df_box .l_box {
  }
  .greeting .df_box .l_box p {
    left: 20px;
    bottom: 20px;
  }
  .greeting .df_box .r_box p {
    margin-bottom: 15px;
  }
  .greeting .df_box .r_box .img{width: 88px;}
  .greeting .df_box .r_box .greeting_sign{gap: 15px;}
}
.history_pg {
  position: relative;
}
.history_pg::after {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 0px;
  z-index: -1;
  width: 401px;
  height: 401px;
  background: url(/src/img/history_water.png) no-repeat center center/cover;
}
.history_pg .his_tab {
  margin-bottom: 60px;
  border-bottom: solid 2px #eee;
}
.history_pg .his_tab ul {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.history_pg .his_tab ul li {
  width: 200px;
}
.history_pg .his_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  font-size: 28px;
  color: #ddd;
  line-height: 150%;
}
.history_pg .his_tab ul li.a a {
  position: relative;
  font-weight: bold;
  color: #111;
}
.history_pg .his_tab ul li.a a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #5BB430 !important;
}
.history_pg .his_tab select {
  display: none;
  width: 100%;
  height: 60px;
}
.history_pg .history_wrap {
  position: relative;
  padding: 60px 0px;
}
.history_pg .history_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.history_pg .history_wrap .line {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
.history_pg .history_wrap .line::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background-color: #5BB430 !important;
}
.history_pg .history_wrap .line:last-child {
  margin-bottom: 0;
}
.history_pg .history_wrap .line:nth-child(even) {
  flex-direction: row;
}
.history_pg .history_wrap .line:nth-child(even) .img_box {
  left: auto;
  right: 90px;
  flex-direction: row-reverse;
}
.history_pg .history_wrap .line:nth-child(even) .box {
  flex-direction: row-reverse;
}
.history_pg .history_wrap .line:nth-child(even) .box .t_box p {
  text-align: right;
}
.history_pg .history_wrap .line .img_box {
  /* position: absolute; */
  /* top: 0; */
  /* left: 90px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  /* width: 490px; */
}
.history_pg .history_wrap .line .img_box .img {
  width: calc(50% - 10px);
  aspect-ratio: 235/154;
  border-radius: 20px;
  overflow: hidden;
}
.history_pg .history_wrap .line .img_box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history_pg .history_wrap .line .box {
  display: flex;
  align-items: start;
  gap: 40px;
  width: calc(50% - 45px);
}
.history_pg .history_wrap .line .box .year {
  width: 65px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #111;
}
.history_pg .history_wrap .line .box .t_box {
  width: calc(100% - 105px);
}
.history_pg .history_wrap .line .box .t_box p {
  margin-bottom: 20px;
  font-size: 20px;
  color: #111;
}
.history_pg .history_wrap .line .box .t_box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1420px) {
  .history_pg::after {
    bottom: -40px;
    width: 300px;
    height: 300px;
  }
  .history_pg .his_tab {
    border-bottom: none;
  }
  .history_pg .his_tab ul {
    display: none;
  }
  .history_pg .his_tab select {
    display: block;
    padding-left: 25px;
    padding-right: 53px;
    border: none;
    border-radius: 10px;
    background-color: #5BB430 !important;
    color: #fff;
    font-weight: bold;
    background: url(/src/img/i/s_top_arrow.png) no-repeat calc(100% - 25px) center/auto;
  }
  .history_pg .history_wrap {
    padding: 40px 0px;
  }
  .history_pg .history_wrap::after {
    left: 10px;
    transform: translateX(0);
  }
  .history_pg .history_wrap .line {
    display: block;
    flex-direction: row !important;
  }
  .history_pg .history_wrap .line::after {
    left: 5px;
    transform: translateX(0);
  }
  .history_pg .history_wrap .line .img_box {
    position: static;
    /* padding-left: 40px; */
    margin-top: 40px;
    flex-direction: row !important;
  }
  .history_pg .history_wrap .line .box {
    display: block;
    width: 100%;
    padding-left: 40px;
  }
  .history_pg .history_wrap .line .box .year {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    font-size: 18px;
  }
  .history_pg .history_wrap .line .box .t_box {
    width: 100%;
    text-align: left !important;
  }
  .history_pg .history_wrap .line .box .t_box p {
    text-align: left !important;
    font-size: 18px;
  }
}
@media screen and (max-width: 720px) {
  .history_pg::after {
    bottom: -20px;
    width: 200px;
    height: 200px;
  }
  .history_pg .his_tab {
    margin-bottom: 30px;
  }
  .history_pg .his_tab select {
    height: 45px;
    padding-left: 15px;
    padding-right: 30px;
    background-size: 12px 7px;
    background-position-x: calc(100% - 15px);
  }
  .history_pg .history_wrap {
    padding: 20px 0px;
  }
  .history_pg .history_wrap::after {
    left: 7px;
  }
  .history_pg .history_wrap .line {
    margin-bottom: 40px;
  }
  .history_pg .history_wrap .line::after {
    top: 7px;
    left: 3px;
    width: 8px;
    height: 8px;
  }
  .history_pg .history_wrap .line .img_box {
    width: 100%;
    /* padding-left: 25px; */
    gap: 10px;
    margin-top: 25px;
  }
  .history_pg .history_wrap .line .img_box .img {
    width: calc(50% - 5px);
    border-radius: 10px;
  }
  .history_pg .history_wrap .line .box {
    padding-left: 25px;
  }
  .history_pg .history_wrap .line .box .year {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .history_pg .history_wrap .line .box .t_box p {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.orga_pg .line {
  margin-bottom: 100px;
}
.orga_pg .line:last-child {
  margin-bottom: 0;
}
.orga_pg .line .line_tit {
  position: relative;
  margin-bottom: 80px;
  padding-left: 22px;
  color: #111;
}
.orga_pg .line .line_tit::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}

@media screen and (max-width: 1420px) {
  .orga_pg .line {
    margin-bottom: 80px;
  }
  .orga_pg .line .line_tit {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 720px) {
  .orga_pg .line {
    margin-bottom: 50px;
  }
  .orga_pg .line .line_tit {
    margin-bottom: 30px;
    padding-left: 15px;
  }
  .orga_pg .line .line_tit::before {
    top: 4px;
    width: 12px;
    height: 11px;
  }
}
.loca_pg .map {
  width: 100%;
  height: 580px;
  border-radius: 20px;
  border: solid 1px #D1CFEF;
}
.loca_pg .info_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.loca_pg .info_box .item {
  display: flex;
  align-items: center;
  gap: 45px;
  width: calc(50% - 10px);
  padding: 24px 50px;
  border: solid 1px #D1CFEF;
  border-radius: 20px;
  background-color: #FAFAFF;
}
.loca_pg .info_box .item .img {
  width: 32px;
}
.loca_pg .info_box .item .t1 {
  width: 70px;
  color: #111;
}
.loca_pg .info_box .item .t2 {
  width: calc(100% - 192px);
  color: #111;
}

@media screen and (max-width: 1420px) {
  .loca_pg .map {
    height: 450px;
  }
  .loca_pg .info_box {
    gap: 15px;
  }
  .loca_pg .info_box .item {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .loca_pg .map {
    height: 300px;
    border-radius: 10px;
  }
  .loca_pg .map.mh600 {
	height: 600px;
  }
  .loca_pg .info_box {
    gap: 10px;
    margin-top: 25px;
  }
  .loca_pg .info_box .item {
    display: block;
    padding: 20px 25px;
    border-radius: 10px;
  }
  .loca_pg .info_box .item .img {
    width: 24px;
  }
  .loca_pg .info_box .item .t1 {
    width: 100%;
    margin: 10px 0px;
  }
  .loca_pg .info_box .item .t2 {
    width: 100%;
  }
}
.busi_pg.busi_pg2 .gra_bg_wrap {
  background: none;
}
.busi_pg .cert_lst {
  margin-bottom: 100px;
}
.busi_pg .cert_lst ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
}
.busi_pg .cert_lst ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
  width: calc(50% - 50px);
}
.busi_pg .cert_lst ul li.gap140{gap: 140px;}
.busi_pg .cert_lst ul li.gap140 .t_box{width: calc(100% - 390px);}
.busi_pg .cert_lst ul li.w1{width: 100%;}
.busi_pg .cert_lst ul li.just_c{justify-content: center;}
.busi_pg .cert_lst ul li.just_c .t_box{width: auto; max-width: calc(100% - 390px);}
.busi_pg .cert_lst ul li .img {
  width: 250px;
  padding: 20px 15px;
  border: solid 1px #EFEFFF;
}
.busi_pg .cert_lst ul li .img img {
  display: block;
  width: 100%;
}
.busi_pg .cert_lst ul li .t_box {
  width: calc(100% - 340px);
}
.busi_pg .cert_lst ul li .t_box p {
  color: #111;
}
.busi_pg .cert_lst ul li .t_box .t1 {
  position: relative;
}
.busi_pg .cert_lst ul li .t_box .t1::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}
.busi_pg .cert_lst ul li .t_box .t2 {
  margin-top: 40px;
}
.busi_pg .cert_lst2 {
  margin-bottom: 100px;
}
.busi_pg .cert_lst2 ul li {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: solid 1px #eee;
  text-align: center;
}
.busi_pg .cert_lst2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.busi_pg .cert_lst2 ul li .top_t {
  position: relative;
  display: inline-block;
  width: auto;
  color: #111;
}
.busi_pg .cert_lst2 ul li .top_t::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}
.busi_pg .cert_lst2 ul li .top_t2 {
  margin-top: 40px;
}
.busi_pg .cert_lst2 ul li.w910 .df_box{width: 910px; margin-left: auto; margin-right: auto; justify-content: start;}
.busi_pg .cert_lst2 ul li .df_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
  margin-top: 60px;
}
.busi_pg .cert_lst2 ul li .df_box.mt0 {
  margin-top: 0;
}
.busi_pg .cert_lst2 ul li .df_box .img {
  width: 280px;
  padding: 20px 15px;
  border: solid 1px #EFEFFF;
}
.busi_pg .cert_lst2 ul li .df_box .img img {
  display: block;
  width: 100%;
}
.busi_pg .cert_lst2 ul li .df_box .t_box {
  width: auto;
  max-width: calc(100% - 420px);
  text-align: left;
}
.busi_pg .cert_lst2 ul li .df_box .t_box .t1 {
  color: #111;
}
.busi_pg .cert_lst2 ul li .df_box .t_box .t2 {
  margin-top: 20px;
  color: #111;
}
.busi_pg .cert_lst2 ul li .df_box .t_box .lst {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-weight: 500;
}
.busi_pg .cert_lst2 ul li .df_box .t_box .lst::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #666;
}
.busi_pg .gra_bg_wrap {
  position: relative;
  padding: 40px 0px;
  margin-bottom: 100px;
  background: url(/src/img/busi_water.png) no-repeat left bottom/auto;
}
.busi_pg .gra_bg_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #EFEFFF;
  background: linear-gradient(180deg, rgba(239, 239, 255, 0) 0%, rgb(239, 239, 255) 100%);
}
.busi_pg .gra_bg_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #EFEFFF;
  background: linear-gradient(180deg, rgb(239, 239, 255) 0%, rgba(239, 239, 255, 0) 100%);
}
.busi_pg .gra_bg_wrap .top_t {
  position: relative;
  padding-left: 20px;
  color: #111;
}
.busi_pg .gra_bg_wrap .top_t::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}
.busi_pg .gra_bg_wrap .num_lst {
  margin-top: 80px;
}
.busi_pg .gra_bg_wrap .num_lst ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 80px;
  width: 1210px;
}
.busi_pg .gra_bg_wrap .num_lst ul li {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 160px) / 3);
  height: 350px;
  padding: 0px 25px;
  border-radius: 60px 0px;
  border: solid 1px #EFEFFF;
  text-align: center;
  background-color: #FFF;
}
.busi_pg .gra_bg_wrap .num_lst ul li.plr18{padding-left: 18px; padding-right: 18px;}
.busi_pg .gra_bg_wrap .num_lst ul li .num {
  position: absolute;
  bottom: -15px;
  right: 10px;
  font-size: 80px;
  font-weight: bold;
  line-height: 100%;
  color: #EFEFFF;
}
.busi_pg .gra_bg_wrap .num_lst ul li .t1 {
  color: #4F3A93 !important;
}
.busi_pg .gra_bg_wrap .num_lst ul li .t2 {
  margin-top: 20px;
  color: #4F3A93;
}
.busi_pg .partner_lst {
  margin-bottom: 100px;
}
.busi_pg .partner_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.busi_pg .partner_lst ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 100px) / 6);
  height: 180px;
  padding: 15px 20px;
  border-radius: 20px;
  border: solid 1px #eee;
  overflow: hidden;
}
.busi_pg .pic_lst_wrap .top_t {
  position: relative;
  display: inline-block;
  width: auto;
  color: #111;
}
.busi_pg .pic_lst_wrap .top_t::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -20px;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}
.busi_pg .pic_lst_wrap .pic_lst {
  margin-top: 40px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.busi_pg .pic_lst_wrap .pic_lst ul {
  display: flex;
  flex-wrap: wrap;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
}
.busi_pg .pic_lst_wrap .pic_lst ul li {
  width: 33.3334%;
  padding: 45px;
  border-right: solid 1px #eee;
  border-top: solid 1px #eee;
}
.busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(3n) {
  border-right: none;
}
.busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(1) {
  border-top: none;
}
.busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(2) {
  border-top: none;
}
.busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(3) {
  border-top: none;
}
.busi_pg .pic_lst_wrap .pic_lst ul li .img {
  aspect-ratio: 492/328;
  border-radius: 20px;
  overflow: hidden;
}
.busi_pg .pic_lst_wrap .pic_lst ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.busi_pg .bottom_bg {
  height: 475px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 100px;
  border-radius: 20px;
  overflow: hidden;
}
.busi_pg .bottom_bg .t_box {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0px 40px;
  transform: translateY(-50%);
  text-align: center;
}
.busi_pg .bottom_bg .t_box .t2 {
  margin-top: 35px;
}

@media screen and (max-width: 1860px) {
  .busi_pg .cert_lst ul {
    gap: 60px;
  }
  .busi_pg .cert_lst ul li {
    gap: 40px;
    width: calc(50% - 30px);
  }
  /* .busi_pg .cert_lst ul li.gap140{gap: 40px;}
  .busi_pg .cert_lst ul li.gap140 .t_box{width: calc(100% - 280px);} */
  .busi_pg .cert_lst ul li .img {
    width: 240px;
  }
  .busi_pg .cert_lst ul li .t_box {
    width: calc(100% - 280px);
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li {
    padding: 25px;
  }
}
@media screen and (max-width: 1420px) {
  .busi_pg .cert_lst {
    margin-bottom: 80px;
  }
  .busi_pg .cert_lst ul {
    flex-direction: column;
  }
  .busi_pg .cert_lst ul li {
    width: 100%;
    padding: 0px 45px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .busi_pg .cert_lst ul li .img {
    width: 280px;
  }
  .busi_pg .cert_lst ul li .t_box {
    width: 100%;
  }
    .busi_pg .cert_lst ul li.gap140{gap: 40px;}
  .busi_pg .cert_lst ul li.gap140 .t_box{width: 100%;}
  .busi_pg .cert_lst ul li.just_c{justify-content: center;}
.busi_pg .cert_lst ul li.just_c .t_box{width: 100%; max-width: 100%;}
  .busi_pg .cert_lst ul li .t_box .t2 {
    margin-top: 20px;
  }
  .busi_pg .cert_lst ul li .t_box .t2 br{display: block;}
  .busi_pg .cert_lst2 {
    margin-bottom: 80px;
  }
  .busi_pg .cert_lst2 ul li {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .busi_pg .cert_lst2 ul li .top_t {
    padding-left: 20px;
  }
  .busi_pg .cert_lst2 ul li .top_t::before {
    left: 0px;
  }
  .busi_pg .cert_lst2 ul li .top_t2 {
    margin-top: 30px;
  }
  .busi_pg .cert_lst2 ul li.w910 .df_box{width: 100%; margin-left: auto; margin-right: auto; justify-content: start;}
  .busi_pg .cert_lst2 ul li .df_box {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
  }
  .busi_pg .cert_lst2 ul li .df_box .t_box {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .busi_pg .cert_lst2 ul li .df_box .t_box br {
    /* display: none; */
    display: block;
  }
  .busi_pg .cert_lst2 ul li .df_box .t_box .m_db {
    display: block;
  }
  .busi_pg .gra_bg_wrap {
    margin-bottom: 80px;
    background: url(/src/img/busi_water.png) no-repeat left bottom/295px 294px;
  }
  .busi_pg .gra_bg_wrap .top_t {
    position: relative;
    padding-left: 20px;
    color: #111;
  }
  .busi_pg .gra_bg_wrap .num_lst {
    margin-top: 60px;
  }
  .busi_pg .gra_bg_wrap .num_lst ul {
    gap: 30px;
    width: 100%;
  }
  .busi_pg .gra_bg_wrap{padding-left: 45px; padding-right: 45px;}
  .busi_pg .gra_bg_wrap .num_lst ul li {
    width: calc(50% - 15px);
    height: 260px;
    padding: 0px 20px;
    border-radius: 40px 0px;
  }
  
  .busi_pg .gra_bg_wrap .num_lst ul li.plr18{padding-left: 20px; padding-right: 20px;}
  .busi_pg .gra_bg_wrap .num_lst ul li .num {
    bottom: -10px;
    right: 10px;
    font-size: 60px;
  }
  .busi_pg .gra_bg_wrap .num_lst ul li br {
    display: none;
  }
  .busi_pg .partner_lst {
    margin-bottom: 80px;
  }
  .busi_pg .partner_lst ul {
    gap: 10px;
  }
  .busi_pg .partner_lst ul li {
    width: calc((100% - 30px) / 4);
    height: 100px;
    border-radius: 10px;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li {
    width: 50%;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(3n) {
    border-right: solid 1px #eee;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(2n) {
    border-right: none;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(1) {
    border-top: none;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(2) {
    border-top: none;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li:nth-child(3) {
    border-top: solid 1px #eee;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li .img {
    border-radius: 10px;
  }
  .busi_pg .bottom_bg {
    height: 300px;
    margin-top: 80px;
  }
  .busi_pg .bottom_bg .t_box .t2 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 720px) {
  .busi_pg .cert_lst {
    margin-bottom: 40px;
  }
  .busi_pg .cert_lst ul {
    gap: 30px;
  }
  .busi_pg .cert_lst ul li {
    gap: 20px;
    padding: 0px 16px;
  }
  .busi_pg .cert_lst ul li.gap140{gap: 20px;}
  .busi_pg .cert_lst ul li .img {
    width: 250px;
    max-width: 100%;
  }
  .busi_pg .cert_lst ul li .t_box .t1::before {
    top: 3px;
    left: -15px;
    width: 14px;
    height: 13px;
  }
  .busi_pg .cert_lst ul li .t_box .t2 br{display: none;}
  .busi_pg .cert_lst2 {
    margin-bottom: 40px;
  }
  .busi_pg .cert_lst2 ul li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .busi_pg .cert_lst2 ul li .top_t {
    padding-left: 15px;
  }
  .busi_pg .cert_lst2 ul li .top_t::before {
    top: 3px;
    left: 0px;
    width: 14px;
    height: 13px;
  }
  .busi_pg .cert_lst2 ul li .top_t2 {
    margin-top: 20px;
  }
  .busi_pg .cert_lst2 ul li .df_box {
    gap: 20px;
    margin-top: 40px;
  }
  .busi_pg .cert_lst2 ul li .df_box .img {
    width: 250px;
  }
  .busi_pg .cert_lst2 ul li .df_box .t_box .t2 {
    margin-top: 10px;
  }
  .busi_pg .cert_lst2 ul li .df_box .t_box br {
    display: none;
  }
  .busi_pg .cert_lst2 ul li .df_box .t_box .lst {
    margin-top: 7px;
    padding-left: 10px;
  }
  .busi_pg .cert_lst2 ul li .df_box .t_box .lst::before {
    top: 7px;
    width: 3px;
    height: 3px;
  }
  .busi_pg .gra_bg_wrap {
    padding: 20px 0px;
    margin-bottom: 40px;
    background: none;
  }
  .busi_pg .gra_bg_wrap{padding-left: 16px; padding-right: 16px;}
  .busi_pg .gra_bg_wrap .top_t {
    padding-left: 15px;
  }
  .busi_pg .gra_bg_wrap .top_t::before {
    top: 3px;
    left: 0px;
    width: 14px;
    height: 13px;
  }
  .busi_pg .gra_bg_wrap .num_lst {
    margin-top: 20px;
  }
  .busi_pg .gra_bg_wrap .num_lst ul {
    gap: 20px;
  }
  .busi_pg .gra_bg_wrap .num_lst ul li {
    width: 100%;
    height: 215px;
    padding: 0px 15px;
    border-radius: 40px 0px;
  }
  .busi_pg .gra_bg_wrap .num_lst ul li.plr18{padding-left: 15px; padding-right: 15px;}
  .busi_pg .gra_bg_wrap .num_lst ul li .num {
    bottom: -8px;
    right: 5px;
    font-size: 50px;
  }
  .busi_pg .gra_bg_wrap .num_lst ul li .t2 {
    margin-top: 10px;
  }
  .busi_pg .partner_lst {
    margin-bottom: 40px;
  }
  .busi_pg .partner_lst ul {
    gap: 5px;
  }
  .busi_pg .partner_lst ul li {
    width: calc((100% - 15px) / 4);
    height: 45px;
    padding: 7px 10px;
    border-radius: 5px;
  }
  .busi_pg .pic_lst_wrap .top_t {
    padding-left: 15px;
  }
  .busi_pg .pic_lst_wrap .top_t::before {
    top: 3px;
    left: 0px;
    width: 14px;
    height: 13px;
  }
  .busi_pg .pic_lst_wrap .pic_lst {
    margin-top: 20px;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li {
    padding: 9px;
  }
  .busi_pg .pic_lst_wrap .pic_lst ul li .img {
    border-radius: 5px;
  }
  .busi_pg .bottom_bg {
    height: 250px;
    margin-top: 40px;
    border-radius: 10px;
  }
  .busi_pg .bottom_bg .t_box {
    padding: 0px 20px;
  }
  .busi_pg .bottom_bg .t_box .t2 {
    margin-top: 15px;
  }
}
.bd_top_sch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 30px 40px;
  background-color: #fafafa;
}
.bd_top_sch .sch_box {
  position: relative;
  width: 400px;
  height: 55px;
}
.bd_top_sch .sch_box .inp {
  width: 100%;
  height: 100%;
  padding: 0px 45px 0px 20px;
  border-radius: 20px;
  border: solid 1px #bcbcbc;
  background-color: #fff;
}
.bd_top_sch .sch_box .inp::placeholder {
  color: #999;
}
.bd_top_sch .sch_box .sch_btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 720px) {
  .bd_top_sch {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  .bd_top_sch .sch_box {
    width: 100%;
    height: 45px;
  }
  .bd_top_sch .sch_box .inp {
    padding: 0px 40px 0px 15px;
    border-radius: 10px;
  }
  .bd_top_sch .sch_box .sch_box {
    right: 15px;
  }
}
.bd_lst_pg .bd_tb_lst {
  margin-top: 0px;
  border-top: solid 2px #111;
}
.bd_lst_pg .bd_tb_lst table tr {
  border-bottom: solid 1px #ddd;
}
.bd_lst_pg .bd_tb_lst table tr th, .bd_lst_pg .bd_tb_lst table tr td {
  padding: 25px 10px;
  text-align: center;
  font-size: 18px;
}
.bd_lst_pg .bd_tb_lst table tr th a, .bd_lst_pg .bd_tb_lst table tr td a {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
.bd_lst_pg .bd_tb_lst table tr.notice_line th, .bd_lst_pg .bd_tb_lst table tr.notice_line td {
  padding: 18px 10px;
}
.bd_lst_pg .bd_tb_lst table tr.notice_line .notice_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #5BB430 !important;
  color: #fff;
}
.bd_lst_pg .bd_tb_lst table thead tr {
  border-color: #111;
}
.bd_lst_pg .bd_tb_lst table thead tr th {
  font-weight: bold;
  color: #111;
}
.bd_lst_pg .bd_tb_lst table thead tr th.w140 {
  width: 140px;
}
.bd_lst_pg .bd_tb_lst table tbody tr:hover {
  background-color: #FAFAFF;
}
.bd_lst_pg .bd_tb_lst table tbody tr:hover th.tit, .bd_lst_pg .bd_tb_lst table tbody tr:hover td.tit {
  font-weight: bold;
  color: #4F3A93 !important;
}
@media screen and (max-width: 1420px) {
  .bd_lst_pg .bd_tb_lst table tr th, .bd_lst_pg .bd_tb_lst table tr td {
    font-size: 16px;
  }
  .bd_lst_pg .bd_tb_lst table tr.notice_line .notice_box {
    font-size: 16px;
  }
}
@media screen and (max-width: 1240px) {
  .bd_lst_pg .bd_tb_lst {
    width: 100%;
  }
  .bd_lst_pg .bd_tb_lst table tr th, .bd_lst_pg .bd_tb_lst table tr td {
    font-size: 16px;
  }
  .bd_lst_pg .bd_tb_lst table tr.notice_line th, .bd_lst_pg .bd_tb_lst table tr.notice_line td {
    padding: 0;
  }
  .bd_lst_pg .bd_tb_lst table tr.notice_line .notice_box {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }
  .bd_lst_pg .bd_tb_lst table thead {
    display: none;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr {
    display: block;
    padding: 30px 0px;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr.notice_line td:first-child {
    display: block;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr.notice_line td:first-child::after {
    display: none;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td {
    display: inline-block;
    padding: 0px;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -2px 10px 0;
    background-color: #ddd;
    vertical-align: middle;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td.tit {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td.tit a {
    padding-left: 0;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td.tit::after {
    display: none;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td:first-child {
    display: none;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .bd_lst_pg .bd_tb_lst table tr.notice_line .notice_box {
    width: 75px;
    height: 25px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr {
    padding: 20px 0;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td {
    font-size: 14px;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td::after {
    margin: -2px 7px 0;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td.tit {
    margin-bottom: 7px;
  }
}
.bd_v_pg .board_top {
  padding: 30px 20px;
  border-top: solid 2px #111;
  border-bottom: solid 1px #ddd;
}
.bd_v_pg .board_top .info_box {
  margin-top: 15px;
}
.bd_v_pg .board_top .info_box p {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.bd_v_pg .board_top .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  vertical-align: middle;
  margin: -1px 20px 0px;
  background-color: #666;
}
.bd_v_pg .board_top .info_box p:last-child::after {
  display: none;
}
.bd_v_pg .board_main {
  border-bottom: solid 1px #ddd;
}
.bd_v_pg .board_main .file_wrap {
  padding: 20px;
  border-bottom: solid 1px #ddd;
}
.bd_v_pg .board_main .file_wrap .file_box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.bd_v_pg .board_main .file_wrap .file_box:last-child {
  margin-bottom: 0;
}
.bd_v_pg .board_main .file_wrap .file_box .t1 {
  display: flex;
  align-items: center;
  width: 130px;
  font-size: 16px;
  color: #666;
}
.bd_v_pg .board_main .file_wrap .file_box .t1 span {
  margin-left: 10px;
}
.bd_v_pg .board_main .file_wrap .file_box .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  vertical-align: middle;
  margin: 0px 20px 0px;
  background-color: #666;
}
.bd_v_pg .board_main .file_wrap .file_box a {
  display: block;
  width: calc(100% - 130px);
  font-size: 16px;
  color: #666;
}
.bd_v_pg .board_main .content_box {
  padding: 30px 20px;
}
.bd_v_pg .board_main .content_box *{
  word-break: break-all;
  font-family: "Pretendard";
}
.bd_v_pg .board_bottom {
  position: relative;
  margin-top: 60px;
}
.bd_v_pg .board_bottom .box {
  position: relative;
}
.bd_v_pg .board_bottom .box .list_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  border-radius: 100px;
  font-weight: 500;
  border: solid 2px #4F3A93 !important;
  background-color: #fff;
  color: #4F3A93;
}
.bd_v_pg .board_bottom .box .list_btn:hover {
  background-color: #4F3A93 !important;
  color: #fff;
  font-weight: bold;
}
.bd_v_pg .board_bottom .box .next_prev .item {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: calc(50% - 150px);
}
.bd_v_pg .board_bottom .box .next_prev .item .ico {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  border: solid 1px #4F3A93 !important;
  background: url(/src/img/i/r_p.png) no-repeat center center/auto;
}
.bd_v_pg .board_bottom .box .next_prev .item p {
  max-width: calc(100% - 80px);
  font-size: 16px;
  color: #666;
}
.bd_v_pg .board_bottom .box .next_prev .prev .ico {
  transform: scaleX(-1);
}
.bd_v_pg .board_bottom .box .next_prev .next {
  flex-direction: row-reverse;
}
.bd_v_pg .board_bottom .box .next_prev .next .ico {
  transform: scaleX(1);
}
.bd_v_pg .board_bottom .box .next_prev a.item:hover .ico {
  background-color: #4F3A93 !important;
  background-image: url(/src/img/i/r_w.png);
}
.bd_v_pg .board_bottom .box .next_prev div.item {
  opacity: 0.7;
}
.bd_v_pg .board_bottom .m_box {
  display: none;
}
.bd_v_pg .board_bottom .m_box .next_prev table {
  border-top: solid 1px #ddd;
}
.bd_v_pg .board_bottom .m_box .next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.bd_v_pg .board_bottom .m_box .next_prev table tr th, .bd_v_pg .board_bottom .m_box .next_prev table tr td {
  padding: 25px 20px;
  font-size: 14px;
}
.bd_v_pg .board_bottom .m_box .next_prev table tr th p, .bd_v_pg .board_bottom .m_box .next_prev table tr td p {
  font-size: 14px;
}
.bd_v_pg .board_bottom .m_box .next_prev table tr th a:hover, .bd_v_pg .board_bottom .m_box .next_prev table tr td a:hover {
  color: #4F3A93 !important;
}
.bd_v_pg .board_bottom .m_box .next_prev table tr th {
  position: relative;
  width: 110px;
  text-align: center;
  font-weight: bold;
}
.bd_v_pg .board_bottom .m_box .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 11px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.bd_v_pg .board_bottom .m_box .next_prev table tr td p, .bd_v_pg .board_bottom .m_box .next_prev table tr td a {
  display: block;
  width: 100%;
}
.bd_v_pg .board_bottom .m_box .next_prev table tr td p {
  color: #999;
}

@media screen and (max-width: 1420px) {
  .bd_v_pg .board_top .info_box p {
    font-size: 14px;
  }
  .bd_v_pg .board_top .info_box p::after {
    margin-left: 15px;
    margin-right: 15px;
  }
  .bd_v_pg .board_main .file_wrap .file_box .t1 {
    width: 110px;
    font-size: 14px;
  }
  .bd_v_pg .board_main .file_wrap .file_box .t1::after {
    margin-left: 15px;
    margin-right: 15px;
  }
  .bd_v_pg .board_main .file_wrap .file_box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) {
  .bd_v_pg .board_bottom {
    margin-top: 40px;
  }
  .bd_v_pg .board_bottom .pc_box {
    display: none;
  }
  .bd_v_pg .board_bottom .m_box {
    display: block;
  }
  .bd_v_pg .board_bottom .m_box .list_btn {
    position: static;
    margin: 0px auto 40px;
    transform: translate(0);
  }
}
@media screen and (max-width: 720px) {
  .bd_v_pg .board_top {
    padding: 20px 0px;
  }
  .bd_v_pg .board_top .info_box {
    margin-top: 10px;
  }
  .bd_v_pg .board_top .info_box p {
    font-size: 12px;
  }
  .bd_v_pg .board_top .info_box p span {
    display: none;
  }
  .bd_v_pg .board_top .info_box p::after {
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -2px;
  }
  .bd_v_pg .board_main .file_wrap {
    padding: 15px 0px;
  }
  .bd_v_pg .board_main .file_wrap .file_box {
    margin-bottom: 8px;
  }
  .bd_v_pg .board_main .file_wrap .file_box .t1 {
    width: 62px;
    font-size: 12px;
  }
  .bd_v_pg .board_main .file_wrap .file_box .t1 img {
    display: none;
  }
  .bd_v_pg .board_main .file_wrap .file_box .t1 span {
    margin-left: 0;
  }
  .bd_v_pg .board_main .file_wrap .file_box .t1::after {
    height: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .bd_v_pg .board_main .file_wrap .file_box a {
    width: calc(100% - 62px);
    font-size: 12px;
  }
  .bd_v_pg .board_main .content_box {
    padding: 20px 0px;
  }
  .bd_v_pg .board_bottom {
    margin-top: 30px;
  }
  .bd_v_pg .board_bottom .box .list_btn {
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
  }
  .bd_v_pg .board_bottom .m_box .next_prev table tr th, .bd_v_pg .board_bottom .m_box .next_prev table tr td {
    padding: 15px 15px;
    font-size: 12px;
  }
  .bd_v_pg .board_bottom .m_box .next_prev table tr th p, .bd_v_pg .board_bottom .m_box .next_prev table tr td p {
    font-size: 12px;
  }
  .bd_v_pg .board_bottom .m_box .next_prev table tr th {
    width: 70px;
  }
  .bd_v_pg .board_bottom .m_box .next_prev table tr th::after {
    height: 10px;
  }
}
.sub_top_box .sub_t3_sub {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  padding: 10px 30px;
  border-radius: 50px;
  background-color: #EFF8EB;
  color: #5BB430;
}

@media screen and (max-width: 720px) {
  .sub_top_box .sub_t3_sub {
    margin-top: 15px;
    padding: 5px 20px;
  }
}
.step_pg .step_lst {
  position: relative;
}
.step_pg .step_lst::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 140px);
  height: 466px;
  border-radius: 1000px;
  border: solid 1px #ddd;
}
.step_pg .step_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 118px;
  margin-bottom: 116px;
  position: relative;
}
.step_pg .step_lst ul:last-child {
  margin-bottom: 0;
}
.step_pg .step_lst ul li {
  position: relative;
  width: calc((100% - 354px) / 4);
  height: 350px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  border: solid 1px #eee;
  border-radius: 60px 0px;
  text-align: center;
  background-color: #fff;
}
.step_pg .step_lst ul li .img {
  width: 114px; margin-left: auto; margin-right: auto; position: relative;
  margin-top: 17px;
  margin-bottom: 17px;
}
.step_pg .step_lst ul li .img img{position: relative; z-index: 2;}
.step_pg .step_lst ul li .img::after{content: ""; position: absolute; right: -18px; bottom: 0; width: 69px; height: 69px; border-radius: 100px; background-color: #F7F7FF;}
.step_pg .step_lst ul li .t2 {
  line-height: 120%;
}
.step_pg .step_lst ul li .t3 {
  margin-top: 10px;
  line-height: 125%;
}
.step_pg .step_lst ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -76px;
  transform: translateY(-50%);
  width: 21px;
  height: 20px;
  background: url(/src/img/step_arrow.png) no-repeat center center/cover;
}
.step_pg .step_lst ul li:last-child::after {
  display: none;
}
.step_pg .step_lst ul .first_li {
  padding-top: 40px;
}
.step_pg .step_lst ul .first_li p {
  margin-top: 20px;
  line-height: 120%;
}
.step_pg .step_lst .rev_ul {
  flex-direction: row-reverse;
}
.step_pg .step_lst .rev_ul::before {
  content: "";
  position: absolute;
  top: -65px;
  right: 59px;
  width: 21px;
  height: 20px;
  transform: rotate(90deg);
  background: url(/src/img/step_arrow.png) no-repeat center center/cover;
}
.step_pg .step_lst .rev_ul li::after {
  right: auto;
  left: -76px;
  transform: translateY(-50%) scaleX(-1);
}

@media screen and (max-width: 1620px) {
  .step_pg .step_lst ul {
    gap: 60px;
  }
  .step_pg .step_lst ul li {
    width: calc((100% - 180px) / 4);
  }
  .step_pg .step_lst ul li::after {
    right: -42px;
  }
  .step_pg .step_lst .rev_ul li::after {
    left: -42px;
  }
}
@media screen and (max-width: 1420px) {
  .step_pg .step_lst::after {
    display: none;
  }
  .step_pg .step_lst ul {
    flex-direction: column !important;
    gap: 60px;
    margin-bottom: 60px;
  }
  .step_pg .step_lst ul::before {
    display: none;
  }
  .step_pg .step_lst ul li {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    border-radius: 40px 0px;
  }
  .step_pg .step_lst ul li::after {
    display: none;
  }
  .step_pg .step_lst ul .first_li {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 720px) {
  .step_pg .step_lst ul {
    gap: 20px;
    margin-bottom: 20px;
  }
  .step_pg .step_lst ul li {
    padding: 25px 20px;
    border-radius: 25px 0px;
  }
  .step_pg .step_lst ul li .img {
    width: 75px;
    margin: 12px auto;
  }
  .step_pg .step_lst ul li .img::after{content: ""; position: absolute; right: -10px; bottom: 0; width: 45px; height: 45px; border-radius: 100px; background-color: #F7F7FF;}
  .step_pg .step_lst ul li .t2 {
    line-height: 140%;
  }
  .step_pg .step_lst ul li .t3 {
    margin-top: 7px;
    line-height: 150%;
  }
  .step_pg .step_lst ul .first_li {
    padding: 25px 20px;
  }
  .step_pg .step_lst ul .first_li .first_img {
    margin-left: auto;
    margin-right: auto;
    width: 85px;
  }
  .step_pg .step_lst ul .first_li p {
    margin-top: 12px;
    line-height: 140%;
  }
}
.partner_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 45px;
}
.partner_pg .lst_wrap ul li {
  width: calc((100% - 135px) / 4);
  padding: 30px 60px;
  border: solid 1px #eee;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 1420px) {
  .partner_pg .lst_wrap ul li {
    width: calc((100% - 90px) / 3);
  }
}
@media screen and (max-width: 991px) {
  .partner_pg .lst_wrap ul {
    gap: 30px 20px;
  }
  .partner_pg .lst_wrap ul li {
    width: calc((100% - 40px) / 3);
    padding: 20px 30px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 720px) {
  .partner_pg .lst_wrap ul {
    gap: 20px 15px;
  }
  .partner_pg .lst_wrap ul li {
    width: calc((100% - 15px) / 2);
    padding: 15px 20px;
    border-radius: 10px;
  }
}
.bd_lst_pg .bd_tb_lst table tbody tr td.lock a {
  padding-left: 31px;
  position: relative;
}
.bd_lst_pg .bd_tb_lst table tbody tr td.lock a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 21px;
  height: 21px;
  margin-top: -1px;
  background: url(/src/img/i/lock_i.png) no-repeat center center/cover;
}
.bd_lst_pg .bd_tb_lst.situ_lst table tbody tr td {
  padding: 15px 10px;
}
.bd_lst_pg .bd_tb_lst.situ_lst table tbody tr td .situ_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  border-radius: 30px;
  border: solid 1px rgba(79, 58, 147, 0.3);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #4F3A93 !important;
  background-color: #fff;
}
.bd_lst_pg .bd_tb_lst.situ_lst table tbody tr td .situ_i.act {
  border-color: #4F3A93 !important;
  font-weight: bold;
  background-color: #4F3A93 !important;
  color: #fff !important;
}
.bd_lst_pg .bd_write_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  margin: 40px auto 0;
  border-radius: 100px;
  font-weight: 500;
  border: solid 2px #4F3A93 !important;
  color: #4F3A93;
  /* background-color: #4F3A93 !important; */
  /* color: #fff; */
}
.bd_lst_pg .bd_write_btn:hover{
  background-color: #4F3A93 !important;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .bd_lst_pg .bd_tb_lst table tbody tr td.lock a {
    padding-left: 29px;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td.lock a::before {
    width: 19px;
    height: 19px;
  }
  .bd_lst_pg .bd_tb_lst.situ_lst table tbody tr td .situ_i {
    font-size: 16px;
  }
}
@media screen and (max-width: 1240px) {
  .bd_lst_pg .bd_tb_lst.situ_lst table tbody tr td {
    padding: 0;
  }
  .bd_lst_pg .bd_tb_lst.situ_lst table tbody tr td .situ_i {
    width: auto;
    height: auto;
    border-radius: 0;
    border: none;
    color: #666 !important;
    background-color: transparent;
  }
  .bd_lst_pg .bd_tb_lst.situ_lst table tbody tr td .situ_i.act {
    font-weight: bold;
    color: #4F3A93 !important;
    background-color: transparent !important;
  }
}
@media screen and (max-width: 720px) {
  .bd_lst_pg .bd_tb_lst table tbody tr td.lock a {
    padding-left: 21px;
  }
  .bd_lst_pg .bd_tb_lst table tbody tr td.lock a::before {
    width: 16px;
    height: 16px;
  }
  .bd_lst_pg .bd_tb_lst.situ_lst table tbody tr td .situ_i {
    font-size: 14px;
  }
  .bd_lst_pg .bd_write_btn {
    width: 120px;
    height: 45px;
    margin-top: 25px;
  }
}
.bd_v_pg .mid_btn_line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 60px auto 0;
}
.bd_v_pg .mid_btn_line a, .bd_v_pg .mid_btn_line button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  border-radius: 100px;
  font-weight: 500;
}
.bd_v_pg .mid_btn_line a.line_st, .bd_v_pg .mid_btn_line button.line_st {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
}
.bd_v_pg .mid_btn_line a.bgc1, .bd_v_pg .mid_btn_line button.bgc1 {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
}
.bd_v_pg .mid_btn_line a.line_st:hover, .bd_v_pg .mid_btn_line button.line_st:hover{
  background-color: #4F3A93 !important;
  font-weight: bold;
  color: #fff !important;
}
.bd_v_pg .mid_btn_line a.bgc1:hover, .bd_v_pg .mid_btn_line button.bgc1:hover{
  background-color: #4F3A93 !important;
  font-weight: bold;
  color: #fff !important;
}
.bd_v_pg .answer_box {
  margin-top: 60px;
  border: solid 1px #EFEFFF;
}
.bd_v_pg .answer_box .t1 {
  padding: 25px 20px;
  background-color: #FAFAFF;
}
.bd_v_pg .answer_box .t_box {
  padding: 20px;
}

@media screen and (max-width: 1420px) {
  .bd_v_pg .mid_btn_line {
    margin-top: 40px;
  }
  .bd_v_pg .answer_box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .bd_v_pg .mid_btn_line {
    margin-top: 25px;
    gap: 5px;
  }
  .bd_v_pg .mid_btn_line a, .bd_v_pg .mid_btn_line button {
    width: 100%;
    height: 45px;
  }
  .bd_v_pg .answer_box {
    margin-top: 25px;
  }
  .bd_v_pg .answer_box .t1 {
    padding: 15px 20px;
  }
  .bd_v_pg .answer_box .t_box {
    padding: 15px 20px;
  }
}
.inp_wrap .inp {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  font-size: 18px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.inp_wrap .inp.w600 {
  width: 600px;
}
.inp_wrap .inp.w500 {
  width: 500px;
}
.inp_wrap .inp.w300 {
  width: 300px;
}
.inp_wrap .inp.h350 {
  height: 350px;
  padding: 20px;
  display: block;
  resize: none;
}
.inp_wrap input.inp:read-only {
  background-color: #eee;
}
.inp_wrap input[type=file] {
  padding-left: 0;
  background-color: #fff;
}
.inp_wrap .inp_thr_box {
  display: flex;
  gap: 10px;
  width: 600px;
  max-width: 100%;
}
.inp_wrap .inp_thr_box .inp {
  width: calc((100% - 20px) / 3);
}
.inp_wrap .btn_df_box {
  display: flex;
  gap: 20px;
}
.inp_wrap .btn_df_box .inp_r_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #4F3A93 !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  color: #4F3A93 !important;
}
.inp_wrap .btn_df_box .inp_r_btn:hover {
  background-color: #4F3A93 !important;
  color: #fff !important;
  font-weight: bold;
}

.bd_w_pg .req_t {
  margin-bottom: 5px;
}
.bd_w_pg .c_req {
  color: #FF5E5E !important;
}
.bd_w_pg .inp_tb_wrap {
  border-top: solid 2px #111;
}
.bd_w_pg .inp_tb_wrap.no_bd {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.bd_w_pg .inp_tb_wrap.no_bd.bdtn {
  border-top: none;
}
.bd_w_pg .inp_tb_wrap.no_bd table tr {
  border: none;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb {
  padding: 25px 0px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb table tr th, .bd_w_pg .inp_tb_wrap.my_inp_tb table tr td {
  padding: 15px 0px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb table tr th {
  width: 160px;
  padding-top: 27px;
}
.bd_w_pg .inp_tb_wrap .top_notice_t {
  padding: 20px 0px;
  border-bottom: solid 1px #eee;
}
.bd_w_pg .inp_tb_wrap table.bdt_tb {
  border-top: solid 1px #eee;
}
.bd_w_pg .inp_tb_wrap table tr {
  border-bottom: solid 1px #eee;
}
.bd_w_pg .inp_tb_wrap table tbody tr:last-child{border-bottom: none;}
.bd_w_pg .inp_tb_wrap table tr th, .bd_w_pg .inp_tb_wrap table tr td {
  padding: 20px 0px;
  text-align: left;
  font-size: 18px;
  vertical-align: top;
}
.bd_w_pg .inp_tb_wrap table tr td .bag_add_wrap .hidden_inp{display: none !important; position: absolute; top: 0; left: 0; width: 1px; height: 1px; opacity: 0; z-index: -111;}
.bd_w_pg .inp_tb_wrap table tr th {
  width: 200px;
  padding-top: 33px;
  padding-right: 30px;
  font-weight: bold;
  color: #111;
}
.bd_w_pg .inp_tb_wrap table tr td .r_txt {
  margin-left: 30px;
}
.bd_w_pg .inp_tb_wrap table tr td .td_t {
  margin-top: 10px;
  font-size: inherit;
}
.bd_w_pg .inp_tb_wrap table tr td .td_t:first-child {
  margin-top: 0;
}
.bd_w_pg .agree_wrap {
  margin-top: 60px;
}
.bd_w_pg .agree_wrap.mt0 {
  margin-top: 0;
}
.bd_w_pg .agree_wrap.mt40 {
  margin-top: 40px;
}
.bd_w_pg .agree_wrap .agree_tit {
  padding-bottom: 10px;
  border-bottom: solid 2px #111;
}
.bd_w_pg .agree_wrap .agree_box {
  height: 220px;
  padding: 20px;
  border: solid 1px #ddd;
  overflow-y: scroll;
}
.bd_w_pg .agree_wrap .agree_line {
  padding: 15px 0px;
  border-bottom: solid 1px #ddd;
}
.bd_w_pg .agree_wrap .agree_line label {
  border-radius: 3px;
}
.bd_w_pg .agree_wrap .agree_line i {
  margin-top: -1px;
  margin-right: 5px;
}
.bd_w_pg .write_bottom_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.bd_w_pg .write_bottom_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  border-radius: 100px;
  font-weight: 500;
}
.bd_w_pg .write_bottom_btn .btn.line_st {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
}
.bd_w_pg .write_bottom_btn .btn.bgc1 {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
}
.bd_w_pg .write_bottom_btn .btn.line_st:hover {
  background-color: #4F3A93 !important;
  font-weight: bold;
  color: #fff !important;
}
.bd_w_pg .write_bottom_btn .btn.bgc1:hover {
  background-color: #4F3A93 !important;
  font-weight: bold;
  color: #fff !important;
}


@media screen and (max-width: 1420px) {
  .inp_wrap .inp {
    font-size: 16px;
  }
  .inp_wrap .inp.w600 {
    width: 100%;
  }
  .inp_wrap .inp.w500 {
    width: 100%;
  }
  .inp_wrap .inp.w300 {
    width: 100%;
  }
  .inp_wrap .inp.mt20 {
    margin-top: 10px;
  }
  .inp_wrap .inp_thr_box {
    width: 100%;
  }
  .inp_wrap .btn_df_box {
    gap: 10px;
  }
  .inp_wrap .btn_df_box .inp {
    max-width: calc(100% - 160px);
  }
  .inp_wrap .btn_df_box .inp_r_btn {
    font-size: 14px;
  }
  .bd_w_pg .inp_tb_wrap table tr th, .bd_w_pg .inp_tb_wrap table tr td {
    font-size: 16px;
  }
  .bd_w_pg .inp_tb_wrap table tr td .r_txt {
    margin-left: 20px;
  }
  .bd_w_pg .agree_wrap {
    margin-top: 40px;
  }
  .bd_w_pg .write_bottom_btn {
    gap: 10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .inp_wrap .inp.w300 {
    width: 100%;
  }
  .bd_w_pg .inp_tb_wrap {
    padding-top: 40px;
  }
  .bd_w_pg .inp_tb_wrap.no_bd table {
    border-bottom: none;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb {
    padding: 40px 0px 0px 0px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb table tr th, .bd_w_pg .inp_tb_wrap.my_inp_tb table tr td {
    padding: 0px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb table tr th {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  .bd_w_pg .inp_tb_wrap .top_notice_t {
    padding: 0px;
    margin-bottom: 40px;
    border-bottom: none;
  }
  .bd_w_pg .inp_tb_wrap table {
    border-bottom: solid 1px #ddd;
  }
  .bd_w_pg .inp_tb_wrap table tr {
    display: block;
    margin-bottom: 40px;
    border: none;
  }
  .bd_w_pg .inp_tb_wrap table tr th, .bd_w_pg .inp_tb_wrap table tr td {
    display: block;
    padding: 0;
  }
  .bd_w_pg .inp_tb_wrap table tr th {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
  }
  .bd_w_pg .inp_tb_wrap table tr td .r_txt {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .inp_wrap .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .inp_wrap .inp.h350 {
    height: 180px;
    padding: 15px;
  }
  .inp_wrap .inp.mt20 {
    margin-top: 5px;
  }
  .inp_wrap .inp.mt10 {
    margin-top: 5px;
  }
  .inp_wrap .inp_thr_box {
    gap: 5px;
  }
  .inp_wrap .inp_thr_box .inp {
    width: calc((100% - 10px) / 3);
  }
  .inp_wrap .btn_df_box {
    gap: 5px;
  }
  .inp_wrap .btn_df_box .inp {
    max-width: calc(100% - 105px);
  }
  .inp_wrap .btn_df_box .inp_r_btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
  .bd_w_pg .inp_tb_wrap {
    padding-top: 25px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb {
    padding: 25px 0px 0px 0px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb table tr th, .bd_w_pg .inp_tb_wrap.my_inp_tb table tr td {
    padding: 0px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb table tr th {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 12px;
  }
  .bd_w_pg .inp_tb_wrap .top_notice_t {
    margin-bottom: 25px;
  }
  .bd_w_pg .inp_tb_wrap table tr {
    margin-bottom: 25px;
  }
  .bd_w_pg .inp_tb_wrap table tr th, .bd_w_pg .inp_tb_wrap table tr td {
    font-size: 14px;
  }
  .bd_w_pg .inp_tb_wrap table tr th {
    margin-bottom: 12px;
  }
  .bd_w_pg .inp_tb_wrap table tr td .r_txt {
    margin-top: 5px;
  }
  .bd_w_pg .inp_tb_wrap table tr td .td_t {
    margin-top: 5px;
  }
  .bd_w_pg .agree_wrap {
    margin-top: 25px;
  }
  .bd_w_pg .agree_wrap.mt40 {
    margin-top: 25px;
  }
  .bd_w_pg .agree_wrap .agree_tit {
    padding-bottom: 7px;
  }
  .bd_w_pg .agree_wrap .agree_box {
    height: 150px;
    padding: 15px;
  }
  .bd_w_pg .agree_wrap .agree_line {
    padding: 12px 0px;
  }
  .bd_w_pg .write_bottom_btn {
    flex-direction: column;
    gap: 5px;
    margin-top: 25px;
  }
  .bd_w_pg .write_bottom_btn .btn {
    width: 100%;
    height: 45px;
  }
}
.pw_chk_pg {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.pw_chk_pg .pw_tit {
  padding-bottom: 20px;
  border-bottom: solid 2px #111;
  font-size: 42px;
}
.pw_chk_pg .pw_txt {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pw_chk_pg .write_bottom_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}
.pw_chk_pg .write_bottom_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  border-radius: 100px;
  font-weight: bold;
}
.pw_chk_pg .write_bottom_btn .btn.line_st {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
}
.pw_chk_pg .write_bottom_btn .btn.bgc1 {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
}
.pw_chk_pg .write_bottom_btn .btn.line_st:hover {
  background-color: #4F3A93 !important;
  color: #fff !important;
}
.pw_chk_pg .write_bottom_btn .btn.bgc1:hover {
  background-color: #4F3A93 !important;
  color: #fff !important;
}

@media screen and (max-width: 1420px) {
  .pw_chk_pg .pw_tit {
    font-size: 36px;
  }
  .pw_chk_pg .pw_txt {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .pw_chk_pg .write_bottom_btn {
    gap: 10px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .pw_chk_pg {
    width: 100%;
    padding: 0px 20px;
  }
  .pw_chk_pg .pw_tit {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .pw_chk_pg .pw_txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pw_chk_pg .write_bottom_btn {
    flex-direction: column;
    gap: 5px;
    margin-top: 25px;
  }
  .pw_chk_pg .write_bottom_btn .btn {
    width: 100%;
    height: 45px;
  }
}
.esg_pg {
  background: url(/src/img/esg_water.png) no-repeat calc(100% + 60px) 40px/auto;
}
.esg_pg .esg_tit {
  margin-bottom: 80px;
  line-height: 125%;
}
.esg_pg .df_lst ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 153px;
  margin-bottom: 80px;
}
.esg_pg .df_lst ul li:last-child {
  margin-bottom: 0;
}
.esg_pg .df_lst ul li .img {
  width: 675px;
  border-radius: 0px 60px;
  overflow: hidden;
}
.esg_pg .df_lst ul li .img img {
  display: block;
  width: 100%;
}
.esg_pg .df_lst ul li .t_box {
  width: calc(100% - 828px);
  padding-left: 25px;
}
.esg_pg .df_lst ul li .t_box .t1 {
  position: relative;
  font-weight: bold;
  color: #000;
}
.esg_pg .df_lst ul li .t_box .t1::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -25px;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}
.esg_pg .df_lst ul li .t_box .t2 {
  margin-top: 20px;
  color: #000;
}
.esg_pg .df_lst ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.esg_pg .df_lst ul li:nth-child(even) .img {
  border-radius: 60px 0px;
}

@media screen and (max-width: 1420px) {
  .esg_pg {
    background-size: 280px 280px;
  }
  .esg_pg .esg_tit {
    margin-bottom: 60px;
  }
  .esg_pg .df_lst ul li {
    flex-direction: column !important;
    gap: 40px;
  }
  .esg_pg .df_lst ul li .img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .esg_pg .df_lst ul li .t_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .esg_pg {
    background-size: 150px 150px;
    background-position-x: calc(100% + 20px);
  }
  .esg_pg .esg_tit {
    margin-bottom: 30px;
    line-height: 150%;
  }
  .esg_pg .df_lst ul li {
    gap: 20px;
    margin-bottom: 40px;
  }
  .esg_pg .df_lst ul li .img {
    width: 100%;
    border-radius: 0px 30px;
  }
  .esg_pg .df_lst ul li .t_box{padding-left: 15px;}
  .esg_pg .df_lst ul li .t_box .t1 {
    padding-left: 0px;
  }
  .esg_pg .df_lst ul li .t_box .t1::before {
    left: -15px;
    top: 4px;
    width: 12px;
    height: 11px;
  }
  .esg_pg .df_lst ul li .t_box .t2 {
    margin-top: 10px;
  }
  .esg_pg .df_lst ul li:nth-child(even) .img {
    border-radius: 30px 0px;
  }
}
.sns_pg .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.sns_pg .lst_wrap ul li {
  width: calc((100% - 40px) / 3);
  height: 580px;
  border-radius: 0px 0px 40px 0px;
  border: solid 1px #EFEFFF;
  background-color: #fff;
  transition: background-color 0.3s;
}
.sns_pg .lst_wrap ul li:hover {
  background-color: #F7F7FF;
}
.sns_pg .lst_wrap ul li a {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  height: 100%;
  padding: 60px;
  position: relative;
}
.sns_pg .lst_wrap ul li a .tit {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  padding: 0px 60px;
  color: #A39FD8;
}
.sns_pg .lst_wrap ul li a .t_box .t1 {
  height: 120px;
  margin-top: 25px;
  line-height: 125%;
  color: #000;
}

@media screen and (max-width: 1420px) {
  .sns_pg .lst_wrap ul li {
    width: 100%;
    height: auto;
  }
  .sns_pg .lst_wrap ul li a {
    padding: 60px 40px;
    gap: 60px;
  }
  .sns_pg .lst_wrap ul li a .tit {
    position: static;
    padding: 0;
  }
  .sns_pg .lst_wrap ul li a .t_box .t1 {
    height: auto;
    margin-top: 20px;
  }
  .sns_pg .lst_wrap ul li a .t_box br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .sns_pg .lst_wrap ul {
    gap: 10px;
  }
  .sns_pg .lst_wrap ul li {
    border-radius: 0px 0px 20px 0px;
  }
  .sns_pg .lst_wrap ul li a {
    padding: 30px 20px;
    gap: 30px;
  }
  .sns_pg .lst_wrap ul li a .t_box .img {
    width: 40px;
  }
  .sns_pg .lst_wrap ul li a .t_box .t1 {
    margin-top: 12px;
    line-height: 150%;
  }
}
.map_sch_box .sch_map_box .map {
  width: 100%;
  height: 350px;
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 720px) {
  .map_sch_box .sch_map_box .map {
    margin-top: 10px;
  }
}
.fz42 {
  font-size: 42px;
}

@media screen and (max-width: 1420px) {
  .fz42 {
    font-size: 36px;
  }
}
@media screen and (max-width: 720px) {
  .fz42 {
    font-size: 24px;
  }
}
.mem_bef_tit {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 80px;
}
.mem_bef_tit::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}

@media screen and (max-width: 720px) {
  .mem_bef_tit {
    padding-left: 15px;
    margin-bottom: 40px;
  }
  .mem_bef_tit::before {
    top: 4px;
    width: 12px;
    height: 11px;
  }
}
.login_bg_wrap {
  position: relative;
  background: url(/src/img/login_water.png) no-repeat calc(100% + 60px) center/auto;
}

.login_wrap {
  width: 400px;
  margin: 0px auto;
}
.login_wrap .find_tab {
  margin-bottom: 40px;
  border-bottom: solid 1px #8D88D8;
}
.login_wrap .find_tab ul {
  display: flex;
}
.login_wrap .find_tab ul li {
  position: relative;
  width: 50%;
  height: 50px;
  border-radius: 5px 5px 0px 0px;
  background-color: #FAFAFF;
}
.login_wrap .find_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #666;
}
.login_wrap .find_tab ul li.a {
  border: solid 1px #8D88D8;
  border-bottom: none;
  background-color: #fff;
}
.login_wrap .find_tab ul li.a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.login_wrap .find_tab ul li.a a {
  font-weight: bold;
  color: #111;
}
.login_wrap .inp_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  text-align: center;
}
.login_wrap .inp_btn.bgc1 {
  background-color: #4F3A93 !important;
  color: #fff;
  font-weight: bold;
}
.login_wrap .inp_btn.line_st {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
  background-color: #fff;
  font-weight: 500;
}
.login_wrap .find_btn_lst {
  margin-top: 30px;
}
.login_wrap .find_btn_lst ul {
  text-align: center;
}
.login_wrap .find_btn_lst ul li {
  display: inline-block;
}
.login_wrap .find_btn_lst ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  vertical-align: middle;
  margin: -2px 20px 0px;
  background-color: #ddd;
}
.login_wrap .find_btn_lst ul li:last-child::after {
  display: none;
}
.login_wrap .find_btn_lst ul li a {
  color: #666;
}
.login_wrap .bottom_line {
  padding-top: 35px;
  margin-top: 35px;
  border-top: solid 1px #ddd;
  text-align: center;
}

@media screen and (max-width: 1420px) {
  .login_bg_wrap {
    background-size: 300px 300px;
  }
}
@media screen and (max-width: 720px) {
  .login_bg_wrap {
    background-size: 150px 150px;
    background-position-x: calc(100% + 30px);
  }
  .login_wrap {
    width: 100%;
    padding: 0px 20px;
  }
  .login_wrap .mt10 {
    margin-top: 5px;
  }
  .login_wrap .mt20 {
    margin-top: 10px;
  }
  .login_wrap .mt30 {
    margin-top: 15px;
  }
  .login_wrap .find_tab {
    margin-bottom: 20px;
  }
  .login_wrap .find_tab ul li {
    height: 40px;
  }
  .login_wrap .inp_btn {
    height: 40px;
  }
  .login_wrap .find_btn_lst {
    margin-top: 15px;
  }
  .login_wrap .find_btn_lst li::after {
    height: 10px;
    margin: -1px 10px 0px;
  }
  .login_wrap .bottom_line {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.my_top_box {
  padding-bottom: 30px;
  border-bottom: solid 2px #111;
  text-align: left;
}
.my_top_box.pb50 {
  padding-bottom: 50px;
}
.my_top_box .my_t2 {
  margin-top: 20px;
}

@media screen and (max-width: 720px) {
  .my_top_box {
    padding-bottom: 15px;
  }
  .my_top_box.pb50 {
    padding-bottom: 25px;
  }
  .my_top_box .my_t2 {
    margin-top: 10px;
  }
}
.bd_top_sch.df_sch {
  display: flex;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
}
.bd_top_sch.df_sch .inp {
  height: 50px;
  padding-left: 15px;
  border-radius: 5px;
}
.bd_top_sch.df_sch select.inp {
  padding-right: 35px;
}
.bd_top_sch.df_sch .l_box {
  display: flex;
  gap: 20px;
}
.bd_top_sch.df_sch .l_box .inp {
  width: 160px;
}
.bd_top_sch.df_sch .r_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.bd_top_sch.df_sch .r_box .inp {
  width: 260px;
}

@media screen and (max-width: 1420px) {
  .bd_top_sch.df_sch {
    flex-direction: column;
    gap: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .bd_top_sch.df_sch .l_box {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .bd_top_sch.df_sch .l_box .inp {
    width: calc(50% - 20px);
  }
  .bd_top_sch.df_sch .l_box .inp:first-child {
    width: 100%;
  }
  .bd_top_sch.df_sch .l_box .inp.w50m40{
    width: calc(50% - 46px);
  }
  .bd_top_sch.df_sch .r_box {
    width: 100%;
  }
  .bd_top_sch.df_sch .r_box .inp {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 720px) {
  .bd_top_sch.df_sch {
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .bd_top_sch.df_sch .inp {
    height: 40px;
  }
  .bd_top_sch.df_sch select.inp {
    padding-right: 25px;
    background-position-x: calc(100% - 15px);
  }
  .bd_top_sch.df_sch .l_box {
    gap: 10px 20px;
  }
  .bd_top_sch.df_sch .l_box.m_gap10{gap: 10px;}
  .bd_top_sch.df_sch .l_box .inp {
    width: calc(50% - 10px);
  }
  .bd_top_sch.df_sch .l_box .inp.w50m40{
    width: calc(50% - 15px);
    padding-right: 15px;
    background-image: none;
  }
  .bd_top_sch.df_sch .r_box {
    gap: 6px;
  }
  .bd_top_sch.df_sch .r_box .inp {
    width: calc(50% - 11px);
    padding-right: 15px;
    background-image: none;
  }
}
@media screen and (max-width: 380px) {
  .bd_top_sch.df_sch .l_box {
    /* flex-direction: column; */
  }
  .bd_top_sch.df_sch .l_box .inp {
    /* width: 100%; */
  }
  /* .bd_top_sch.df_sch .r_box {
    flex-direction: column;
  } */
  /* .bd_top_sch.df_sch .r_box .inp {
    width: 100%;
  } */
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr th {
  padding-top: 15px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr th.inp_pt {
  padding-top: 27px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td.c_red {
  color: #FF5E5E;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .c_red {
  color: #FF5E5E;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .td_t {
  margin-top: 15px;
  font-size: inherit;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .td_t:first-child {
  margin-top: 0;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .tel_underline {
  display: inline-block;
  text-decoration: underline;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .p_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #F7F7FF;
  color: #D1CFEF;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .start_box.a {
  border: solid 1px #4F3A93 !important;
  background-color: #fff;
  color: #4F3A93 !important;
}
/* .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .ing_box.a {
  background-color: #8D88D8;
  color: #fff;
} */
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .ing_box.situ0 {
  color: #D1CFEF;
  font-weight: 500;
  background-color: #F7F7FF;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .ing_box.situ1 {
  background-color: #FFACAC;
  color: #fff;
  font-weight: bold;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .ing_box.situ2 {
  background-color: #4F3A93;
  color: #fff;
  font-weight: bold;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .ing_box.situ3 {
  background-color: #8D88D8;
  color: #fff;
  font-weight: bold;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .ing_box.situ4 {
  background-color: #FF4646;
  color: #fff;
  font-weight: bold;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .ing_box.situ5 {
  background-color: #5BB430;
  color: #fff;
  font-weight: bold;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .mid_dot {
  display: flex;
  align-items: center;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .process_corr_open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  margin-left: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #4F3A93 !important;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .fin_wrap {
  padding-left: 196px;
  margin-top: 15px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .fin_wrap .t2 {
  margin-top: 5px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .fin_wrap .t2 button {
  text-decoration: underline;
  text-underline-position: under;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .fin_wrap button:hover{font-weight: bold;}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap {
  margin-top: 30px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .bag_t {
  position: relative;
  padding-left: 10px;
  color: #111;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .bag_t::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #111;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst {
  margin-top: 10px;
  margin-bottom: 30px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst:last-child{margin-bottom: 0;}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst li {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst li:last-child {
  margin-bottom: 0;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst li p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #ddd;
  font-size: 18px;
  text-align: center;
  color: #666;
  background-color: #fff;
}
.bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst li p.w1{width: 100%; padding: 0px 20px; text-align: left; justify-content: start;}
@media screen and (max-width: 720px) {
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst{margin-bottom: 20px;}
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst li p.w1{padding: 0px 15px;}
}

@media screen and (max-width: 1420px) {
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .p_btn {
    font-size: 16px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .process_corr_open {
    font-size: 16px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst li p {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr th {
    padding-top: 0;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr th.inp_pt {
    padding-top: 0;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .fin_wrap {
    padding-left: 0;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .bag_t::before {
    top: 8px;
  }
}
@media screen and (max-width: 720px) {
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .td_t {
    margin-top: 6px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box {
    gap: 10px;
    flex-wrap: wrap;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .p_btn {
    width: calc(50% - 18px);
    height: 40px;
    font-size: 14px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .btn_box .process_corr_open {
    width: 100%;
    margin-left: 0;
    height: 40px;
    font-size: 14px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .fin_wrap {
    margin-top: 10px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .fin_wrap .t2 {
    margin-top: 3px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap {
    margin-top: 15px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .bag_t {
    padding-left: 8px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .bag_t::before {
    top: 8px;
    width: 3px;
    height: 3px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst {
    margin-top: 6px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst li {
    gap: 5px;
    margin-bottom: 5px;
  }
  .bd_w_pg .inp_tb_wrap.my_inp_tb.t_tb table tr td .process_wrap .bag_wrap .collect_lst li p {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
}
.bd_lst_pg .bd_tb_lst.waste_lst table {
  table-layout: auto;
}
.bd_lst_pg .bd_tb_lst.waste_lst table thead tr th.w140 {
  width: 140px;
}
.bd_lst_pg .bd_tb_lst.waste_lst table thead tr th.w160 {
  width: 160px;
}
.bd_lst_pg .bd_tb_lst.waste_lst table thead tr th.w250 {
  width: 250px;
}
.bd_lst_pg .bd_tb_lst.waste_lst table thead tr th.w280 {
  width: 280px;
}
.bd_lst_pg .bd_tb_lst.waste_lst table thead tr th.w300 {
  width: 300px;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr {
  position: relative;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .link_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  height: 40px;
  border-radius: 50px;
  font-size: 18px;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i.situ0 {
  border: solid 1px #4F3A93;
  color: #4F3A93 !important;
  font-weight: 500;
  background-color: #fff;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i.situ1 {
  background-color: #FFACAC;
  color: #fff;
  font-weight: bold;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i.situ2 {
  background-color: #4F3A93;
  color: #fff;
  font-weight: bold;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i.situ3 {
  background-color: #8D88D8;
  color: #fff;
  font-weight: bold;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i.situ4 {
  background-color: #FF4646;
  color: #fff;
  font-weight: bold;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i.situ5 {
  background-color: #5BB430;
  color: #fff;
  font-weight: bold;
}
.bd_lst_pg .bd_tb_lst.waste_lst table tbody tr:hover td {
  color: #4F3A93 !important;
  font-weight: bold;
}

@media screen and (max-width: 1420px) {
  .bd_lst_pg .bd_tb_lst.waste_lst table thead {
    display: none;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr {
    display: block;
    padding: 40px 160px 40px 0px;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td {
    display: block;
    padding: 0;
    margin-bottom: 7px;
    text-align: left;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td::after {
    display: none;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td.tit {
    margin-bottom: 20px;
    font-weight: bold;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td.m_mb0 {
    margin-bottom: 0;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr {
    padding: 20px 0px;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td {
    margin-bottom: 6px;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td.tit {
    margin-bottom: 15px;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td.m_mb0 {
    margin-bottom: 10px;
  }
  .bd_lst_pg .bd_tb_lst.waste_lst table tbody tr td .situ_i {
    position: static;
    transform: translate(0);
    width: 80px;
    height: 28px;
    margin-left: 0;
    font-size: 14px;
  }
}
.bag_top_notice {
  padding: 20px;
  margin-bottom: 40px;
  border: solid 1px #ddd;
  border-top: solid 2px #111;
}
.bag_top_notice .lst {
  position: relative;
  padding-left: 14px;
  margin-bottom: 6px;
}
.bag_top_notice .lst:last-child {
  margin-bottom: 0;
}
.bag_top_notice .lst::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #4F3A93 !important;
}

@media screen and (max-width: 1420px) {
  .bag_top_notice .lst::before {
    top: 9px;
  }
}
@media screen and (max-width: 720px) {
  .bag_top_notice {
    padding: 15px 20px;
    margin-bottom: 25px;
  }
  .bag_top_notice .lst {
    padding-left: 8px;
    margin-bottom: 4px;
  }
  .bag_top_notice .lst::before {
    top: 8px;
    width: 3px;
    height: 3px;
  }
}
.bd_w_pg .inp_tb_wrap table tr td .rdo_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.bd_w_pg .inp_tb_wrap table tr td .rdo_wrap label i {
  margin-right: 5px;
  margin-top: -2px;
}
.bd_w_pg .inp_tb_wrap table tr td .big_trash {
  display: none;
  margin-top: 20px;
}
.bd_w_pg .inp_tb_wrap table tr td .big_trash.a {
  display: block;
}
.bd_w_pg .inp_tb_wrap table tr.bag_type_tr.dn {
  display: none;
}
.bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line.copy_line {
  display: none;
}
.bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line .inp {
  width: 150px;
}
.bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line .bag_del_btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: solid 2px #4F3A93 !important;
  position: relative;
}
.bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line .bag_del_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  background-color: #4F3A93 !important;
  transform: translate(-50%, -50%);
}
.bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 390px;
  height: 50px;
  border-radius: 5px;
  font-weight: 500;
  border: solid 1px #4F3A93 !important;
  background-color: #fff;
  text-align: center;
}
.bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_btn:hover{background-color: #4F3A93 !important; font-weight: bold; color: #fff !important;}

@media screen and (max-width: 991px) {
  .bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line .inp {
    width: calc(50% - 45px);
  }
  .bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_btn {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .bd_w_pg .inp_tb_wrap table tr td .rdo_wrap {
    gap: 5px 15px;
  }
  .bd_w_pg .inp_tb_wrap table tr td .big_trash {
    margin-top: 12px;
  }
  .bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line {
    gap: 10px;
  }
  .bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line .inp {
    width: calc(50% - 30px);
  }
  .bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line .bag_del_btn {
    width: 40px;
    height: 40px;
  }
  .bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_wrap .add_line .bag_del_btn::before {
    width: 21px;
  }
  .bd_w_pg .inp_tb_wrap table tr.bag_type_tr td .bag_add_wrap .add_btn {
    height: 40px;
  }
}
#footer {
  position: relative;
  z-index: 15;
  padding: 65px 0px 75px;
  margin-top: 100px;
  background-color: #222;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .f_cont {
  position: relative;
  width: 1750px;
  margin: 0px auto;
  position: relative;
}
#footer .f_cont .l_box {
  display: flex;
  align-items: start;
  gap: 80px;
}
#footer .f_cont .l_box .mid_box {
  padding-top: 20px;
}
#footer .f_cont .l_box .mid_box .f_menu ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
#footer .f_cont .l_box .mid_box .info_box {
  margin-top: 50px;
}
#footer .f_cont .l_box .mid_box .info_box .line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-bottom: 12px;
}
#footer .f_cont .l_box .mid_box .info_box .line:last-child {
  margin-bottom: 0;
}
#footer .f_cont .l_box .mid_box .info_box .line p {
  color: #fff;
}
#footer .f_cont .l_box .mid_box .info_box .line p span {
  margin-right: 10px;
  font-weight: bold;
}
#footer .f_cont .r_box {
  position: absolute;
  top: 0;
  right: 0;
}
#footer .f_cont .r_box .eco_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 50px;
  border: solid 1px #707070;
  border-radius: 50px;
}
#footer .f_cont .r_box .sns_lst {
  margin-top: 50px;
}
#footer .f_cont .r_box .sns_lst ul {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 25px;
}
#footer .f_cont .copyright {
  margin-top: 35px;
  color: rgba(255, 255, 255, 0.5);
}
#footer .f_cont .copyright.m_ver {
  display: none;
}

@media screen and (max-width: 1780px) {
  #footer .f_cont {
    width: 100%;
    padding: 0px 40px;
  }
  #footer .f_cont .l_box {
    gap: 50px;
  }
  #footer .f_cont .r_box {
    right: 40px;
  }
}
@media screen and (max-width: 1420px) {
  #footer {
    padding: 40px 0px;
  }
  #footer .f_cont .l_box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  #footer .f_cont .l_box .mid_box {
    padding-top: 0;
  }
  #footer .f_cont .l_box .mid_box .f_menu ul {
    justify-content: center;
    gap: 30px;
  }
  #footer .f_cont .l_box .mid_box .info_box {
    margin-top: 30px;
  }
  #footer .f_cont .l_box .mid_box .info_box .line {
    justify-content: center;
    gap: 15px 30px;
    margin-bottom: 15px;
  }
  #footer .f_cont .r_box {
    position: static;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 35px;
  }
  #footer .f_cont .r_box .sns_lst {
    margin-top: 0;
  }
  #footer .f_cont .copyright {
    display: none;
  }
  #footer .f_cont .copyright.m_ver {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding: 30px 0px;
    margin-top: 50px;
  }
  #footer .f_cont {
    padding: 0px 20px;
  }
  #footer .f_cont .l_box {
    gap: 20px;
  }
  #footer .f_cont .l_box .logo {
    display: block;
    width: 194px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .f_cont .l_box .mid_box .f_menu ul {
    gap: 20px;
  }
  #footer .f_cont .l_box .mid_box .info_box {
    margin-top: 20px;
  }
  #footer .f_cont .l_box .mid_box .info_box .line {
    gap: 8px 20px;
    margin-bottom: 8px;
  }
  #footer .f_cont .r_box {
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
  }
  #footer .f_cont .r_box .eco_btn {
    width: 172px;
    height: 50px;
  }
  #footer .f_cont .r_box .sns_lst ul {
    gap: 20px;
  }
  #footer .f_cont .r_box .sns_lst ul li {
    width: 44px;
  }
  #footer .f_cont .copyright {
    margin-top: 20px;
  }
}
.fix_btn_wrap {
  position: fixed;
  z-index: 20;
  right: 60px;
  bottom: 40px;
}
.fix_btn_wrap a, .fix_btn_wrap button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  width: 95px;
  height: 95px;
  margin-bottom: 12px;
  border-radius: 100px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}
.fix_btn_wrap a:last-child, .fix_btn_wrap button:last-child {
  margin-bottom: 0;
}
.fix_btn_wrap a.bg_green, .fix_btn_wrap button.bg_green {
  background-color: #5BB430;
}
.fix_btn_wrap a.bg_pur1, .fix_btn_wrap button.bg_pur1 {
  background-color: #8D88D8;
}
.fix_btn_wrap a.bg_pur2, .fix_btn_wrap button.bg_pur2 {
  background-color: #4F3A93;
}
.fix_btn_wrap a p, .fix_btn_wrap button p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
}
.fix_btn_wrap a br, .fix_btn_wrap button br {
  display: none;
}

@media screen and (max-width: 1420px) {
  .fix_btn_wrap a p, .fix_btn_wrap button p {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .fix_btn_wrap {
    right: 20px;
    bottom: 15px;
  }
  .fix_btn_wrap a, .fix_btn_wrap button {
    width: 44px;
    height: 44px;
    margin-bottom: 6px;
  }
  .fix_btn_wrap a img, .fix_btn_wrap button img {
    display: none;
  }
  .fix_btn_wrap a p, .fix_btn_wrap button p {
    font-size: 13px;
    line-height: 120%;
  }
  .fix_btn_wrap a br, .fix_btn_wrap button br {
    display: block;
  }
}
.terms_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.8);
}
.terms_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1052px;
  height: 80%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.terms_modal .modal .modal_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  background-color: #EFEFFF;
}
.terms_modal .modal .modal_top .modal_tit {
  color: #262626;
}
.terms_modal .modal .terms_box {
  height: calc(100% - 137px);
  padding: 40px 0px;
  overflow: hidden;
}
.terms_modal .modal .terms_box .scr_box {
  height: 100%;
  padding: 0px 60px;
  overflow-y: auto;
}
.terms_modal .modal .terms_box .scr_box pre {
  color: #262626;
}

@media screen and (min-height: 1200px) {
  .terms_modal .modal {
    height: 750px;
  }
}
@media screen and (max-width: 1420px) {
  .terms_modal .modal {
    top: auto;
    bottom: -100%;
    transition: bottom 0.5s;
    left: 0;
    transform: translate(0);
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .terms_modal .modal.a {
    bottom: 0;
  }
  .terms_modal .modal .modal_top {
    padding-left: 40px;
    padding-right: 40px;
  }
  .terms_modal .modal .terms_box {
    height: calc(100% - 122px);
  }
  .terms_modal .modal .terms_box .scr_box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .terms_modal .modal {
    border-radius: 10px 10px 0 0;
  }
  .terms_modal .modal .modal_top {
    padding: 20px;
  }
  .terms_modal .modal .modal_top .modal_close {
    width: 17px;
    height: 17px;
  }
  .terms_modal .modal .terms_box {
    height: calc(100% - 64px);
    padding: 20px 0px;
  }
  .terms_modal .modal .terms_box .scr_box {
    padding: 0px 20px;
  }
}
.situ_change_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.8);
}
.situ_change_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  height: 80%;
  background-color: #fff;
}
.situ_change_modal .modal .modal_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 22px;
  height: 22px;
  background: url(/src/img/i/modal_close.png) no-repeat center center/cover;
}
.situ_change_modal .modal .scr_box {
  width: 100%;
  height: 100%;
  padding: 50px 60px;
  overflow-y: auto;
}
.situ_change_modal .modal .bd_w_pg {
  margin-top: 20px;
  border-top: solid 2px #111;
}
.situ_change_modal .modal .bd_w_pg .top_rdo_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  padding: 30px 0px;
}
.situ_change_modal .modal .bd_w_pg .top_rdo_wrap label i {
  margin-right: 5px;
  margin-top: -2px;
}
.situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .bag_t {
  position: relative;
  margin-top: 15px;
  padding-left: 10px;
  color: #111;
}
.situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .bag_t::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: #111;
}
.situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap.a_center{align-items: center;}

.situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap .req_box {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
}

.situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap.w1 .req_box{width: 375px;}
@media screen and (max-width: 720px) {
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap .req_box{height: 40px; padding: 0px 15px;}
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap.w1 .req_box{width: calc(100% - 75px);}
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap.w1 .req_box label i{margin-right: 5px;}
}
.situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap .inp {
  width: 150px;
}
.situ_change_modal .modal .bd_w_pg .write_bottom_btn {
  margin-top: 40px;
}

@media screen and (min-height: 850px) {
  .situ_change_modal .modal {
    height: 750px;
  }
}
@media screen and (max-width: 1420px) {
  .situ_change_modal .modal {
    top: auto;
    bottom: -100%;
    transition: bottom 0.5s;
    left: 0;
    transform: translate(0);
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .situ_change_modal .modal.a {
    bottom: 0;
  }
  .situ_change_modal .modal .scr_box {
    padding: 50px 40px;
  }
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .bag_t::before {
    top: 9px;
  }
}
@media screen and (max-width: 720px) {
  .situ_change_modal .modal {
    border-radius: 10px 10px 0 0;
  }
  .situ_change_modal .modal .modal_close {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .situ_change_modal .modal .scr_box {
    padding: 30px 20px;
  }
  .situ_change_modal .modal .bd_w_pg {
    margin-top: 10px;
  }
  .situ_change_modal .modal .bd_w_pg .top_rdo_wrap {
    gap: 5px 20px;
    padding: 20px 0px;
  }
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .bag_t {
    margin-top: 10px;
    padding-left: 8px;
  }
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .bag_t::before {
    top: 8px;
    width: 3px;
    height: 3px;
  }
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap {
    gap: 10px;
    flex-wrap: wrap;
  }
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap .req_box {
    width: 100%;
  }
  .situ_change_modal .modal .bd_w_pg .inp_tb_wrap table tr td .collect_wrap .inp {
    width: 100%;
  }
  .situ_change_modal .modal .bd_w_pg .write_bottom_btn {
    margin-top: 20px;
  }
}
.pic_chk_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.8);
}
.pic_chk_modal .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 80%;
  background-color: #fff;
}
.pic_chk_modal .modal_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 22px;
  height: 22px;
  background: url(/src/img/i/modal_close.png) no-repeat center center/cover;
}
.pic_chk_modal .scr_box {
  width: 100%;
  height: 100%;
  padding: 50px 60px;
  overflow-y: auto;
}
.pic_chk_modal .pic_chk_wrap {
  display: flex;
  align-items: start;
  gap: 80px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 2px #111;
}
.pic_chk_modal .pic_chk_wrap .l_box {
  width: 140px;
}
.pic_chk_modal .pic_chk_wrap .l_box .situ_i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  border-radius: 50px;
  font-size: 18px;
}
.pic_chk_modal .pic_chk_wrap .l_box .situ_i.situ0 {
  border: solid 1px #4F3A93;
  color: #4F3A93 !important;
  font-weight: 500;
  background-color: #fff;
}
.pic_chk_modal .pic_chk_wrap .l_box .situ_i.situ1 {
  background-color: #FFACAC;
  color: #fff;
  font-weight: bold;
}
.pic_chk_modal .pic_chk_wrap .l_box .situ_i.situ2 {
  background-color: #4F3A93;
  color: #fff;
  font-weight: bold;
}
.pic_chk_modal .pic_chk_wrap .l_box .situ_i.situ3 {
  background-color: #8D88D8;
  color: #fff;
  font-weight: bold;
}
.pic_chk_modal .pic_chk_wrap .l_box .situ_i.situ4 {
  background-color: #FF4646;
  color: #fff;
  font-weight: bold;
}
.pic_chk_modal .pic_chk_wrap .l_box .situ_i.situ5 {
  background-color: #5BB430;
  color: #fff;
  font-weight: bold;
}
.pic_chk_modal .pic_chk_wrap .r_wrap {
  width: calc(100% - 220px);
  padding-top: 10px;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .lr_t {
  display: flex;
  margin-top: 20px;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .lr_t:first-child {
  margin-top: 0;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .lr_t .t1 {
  width: 100px;
  font-weight: bold;
  color: #000;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .lr_t .t2 {
  width: calc(100% - 100px);
}
.pic_chk_modal .pic_chk_wrap .r_wrap .lr_t .c_red {
  color: #FF5E5E;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .pic_lst {
  margin-top: 30px;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .pic_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 80px;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .pic_lst ul li {
  width: calc(50% - 40px);
  position: relative;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .pic_lst ul li::after {
  content: "";
}
.pic_chk_modal .pic_chk_wrap .r_wrap .pic_lst ul li .t1 {
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.pic_chk_modal .pic_chk_wrap .r_wrap .pic_lst ul li .img img {
  display: block;
  width: 100%;
}

@media screen and (min-height: 850px) {
  .pic_chk_modal .modal {
    height: 750px;
  }
}
@media screen and (max-width: 1420px) {
  .pic_chk_modal .modal {
    top: auto;
    bottom: -100%;
    transition: bottom 0.5s;
    left: 0;
    transform: translate(0);
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .pic_chk_modal .modal.a {
    bottom: 0;
  }
  .pic_chk_modal .modal .scr_box {
    padding: 50px 40px;
  }
  .pic_chk_modal .modal .pic_chk_wrap .l_box .situ_i {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .pic_chk_modal .pic_chk_wrap {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .pic_chk_modal .pic_chk_wrap .l_box {
    width: 100%;
  }
  .pic_chk_modal .pic_chk_wrap .r_wrap {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 720px) {
  .pic_chk_modal .modal {
    border-radius: 10px 10px 0 0;
  }
  .pic_chk_modal .modal .modal_close {
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .pic_chk_modal .modal .scr_box {
    padding: 30px 20px;
  }
  .pic_chk_modal .modal .pic_chk_wrap {
    gap: 20px;
    margin-top: 10px;
    padding-top: 10px;
  }
  .pic_chk_modal .modal .pic_chk_wrap .l_box .situ_i {
    height: 40px;
    font-size: 14px;
  }
  .pic_chk_modal .modal .pic_chk_wrap .r_wrap .lr_t {
    display: block;
    margin-top: 15px;
  }
  .pic_chk_modal .modal .pic_chk_wrap .r_wrap .lr_t .t1 {
    width: 100%;
  }
  .pic_chk_modal .modal .pic_chk_wrap .r_wrap .lr_t .t2 {
    width: 100%;
    margin-top: 3px;
  }
  .pic_chk_modal .modal .pic_chk_wrap .r_wrap .pic_lst {
    margin-top: 20px;
  }
  .pic_chk_modal .modal .pic_chk_wrap .r_wrap .pic_lst ul {
    gap: 20px 40px;
  }
  .pic_chk_modal .modal .pic_chk_wrap .r_wrap .pic_lst ul li {
    width: 100%;
  }
  .pic_chk_modal .modal .pic_chk_wrap .r_wrap .pic_lst ul li .t1 {
    margin-bottom: 8px;
  }
}
.eco_baro_pg .df_box {
  display: flex;
}
.eco_baro_pg .down_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  margin-top: 80px;
  border-radius: 100px;
  font-weight: 500;
}
.eco_baro_pg .down_btn.line_st {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
}
.eco_baro_pg .down_btn.bgc1 {
  border: solid 2px #4F3A93 !important;
  color: #4F3A93 !important;
}
.eco_baro_pg .down_btn.line_st:hover{
  background-color: #4F3A93 !important;
  font-weight: bold;
  color: #fff !important;
}
.eco_baro_pg .down_btn.bgc1:hover{
  background-color: #4F3A93 !important;
  font-weight: bold;
  color: #fff !important; 
}
.eco_baro_pg .down_btn.center_btn {
  margin-left: auto;
  margin-right: auto;
}
.eco_baro_pg .sect1 {
  padding: 120px 0px;
  overflow: hidden;
}
.eco_baro_pg .sect1 .df_box .img {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.eco_baro_pg .sect1 .df_box .t_box {
  width: 740px;
}
.eco_baro_pg .sect1 .df_box .t_box{padding-left: 22px;}
.eco_baro_pg .sect1 .df_box .t_box .bef_t {
  position: relative;
}
.eco_baro_pg .sect1 .df_box .t_box .bef_t::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -22px;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}
.eco_baro_pg .sect1 .df_box .t_box .t1 {
  margin: 60px 0px;
}
.eco_baro_pg .sect2 {
  position: relative;
}
.eco_baro_pg .sect2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #EFEFFF;
  background: linear-gradient(180deg, rgba(239, 239, 255, 0) 0%, rgb(239, 239, 255) 100%);
}
.eco_baro_pg .sect2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background: #EFEFFF;
  background: linear-gradient(180deg, rgb(239, 239, 255) 0%, rgba(239, 239, 255, 0) 100%);
}
.eco_baro_pg .sect2 .df_box {
  justify-content: space-between;
  align-items: center;
}
.eco_baro_pg .sect2 .df_box .bg_t_box {
  width: 670px;
  padding: 90px 60px;
  border-radius: 60px;
  background-color: #fff;
}
.eco_baro_pg .sect2 .df_box .bg_t_box .af_t {
  display: inline-block;
  position: relative;
  padding-right: 22px;
}
.eco_baro_pg .sect2 .df_box .bg_t_box .af_t::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap.png) no-repeat center center/cover;
}
.eco_baro_pg .sect2 .df_box .bg_t_box .af_t span {
  background: linear-gradient(180deg, rgba(239, 239, 255, 0) 0%, rgba(239, 239, 255, 0) 75%, rgb(239, 239, 255) 76%, rgb(239, 239, 255) 100%);
}
.eco_baro_pg .sect2 .df_box .bg_t_box .t1 {
  margin-top: 40px;
}
.eco_baro_pg .sect2 .df_box .bg_t_box .t_lst {
  margin-top: 50px;
}
.eco_baro_pg .sect2 .df_box .bg_t_box .t_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.eco_baro_pg .sect2 .df_box .bg_t_box .t_lst ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 15px);
  height: 74px;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
  background-color: #F7F7FF;
  color: #4F3A93 !important;
}
.eco_baro_pg .sect3 {
  margin-top: 100px;
}
.eco_baro_pg .sect3 .df_lst ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.eco_baro_pg .sect3 .df_lst ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
.eco_baro_pg .sect3 .df_lst ul li .img {
  width: calc(100% - 550px);
}
.eco_baro_pg .sect3 .df_lst ul li .t_box {
  width: 510px;
}
.eco_baro_pg .sect3 .df_lst ul li .t_box .bef_tit {
  position: relative;
  padding-left: 22px;
  line-height: 125%;
}
.eco_baro_pg .sect3 .df_lst ul li .t_box .bef_tit::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 17px;
  background: url(/src/img/leap_rev.png) no-repeat center center/cover;
}

@media screen and (max-width: 1420px) {
  .eco_baro_pg .sect1 {
    padding: 0px 0px 100px;
  }
  .eco_baro_pg .sect1 .df_box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .eco_baro_pg .sect1 .df_box .img {
    position: static;
    transform: translate(0);
  }
  .eco_baro_pg .sect1 .df_box .t_box {
    width: 100%;
  }
  .eco_baro_pg .sect2 .df_box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .eco_baro_pg .sect2 .df_box .bg_t_box {
    width: 100%;
    padding: 60px 40px;
  }
  .eco_baro_pg .sect3 {
    margin-top: 60px;
  }
  .eco_baro_pg .sect3 .df_lst ul li {
    flex-direction: column !important;
    justify-content: center;
    margin-bottom: 60px;
  }
  .eco_baro_pg .sect3 .df_lst ul li:last-child {
    margin-bottom: 0;
  }
  .eco_baro_pg .sect3 .df_lst ul li .img {
    width: 100%;
    text-align: center;
  }
  .eco_baro_pg .sect3 .df_lst ul li .t_box {
    width: 100%;
  }
  .eco_baro_pg .sect3 .df_lst ul li .t_box br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .eco_baro_pg .down_btn {
    width: 150px;
    height: 60px;
    margin-top: 40px;
  }
  .eco_baro_pg .sect1 {
    padding: 0px 0px 60px;
  }
  .eco_baro_pg .sect1 .df_box .t_box {
    padding-left: 15px;
  }
  .eco_baro_pg .sect1 .df_box .t_box .bef_t::before {
    left: -15px;
    top: 4px;
    width: 12px;
    height: 11px;
  }
  .eco_baro_pg .sect1 .df_box .t_box .t1 {
    margin: 25px 0px;
  }
  .eco_baro_pg .sect2 .df_box .bg_t_box {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .eco_baro_pg .sect2 .df_box .bg_t_box .af_t {
    padding-right: 15px;
  }
  .eco_baro_pg .sect2 .df_box .bg_t_box .af_t::after {
    top: 4px;
    width: 12px;
    height: 11px;
  }
  .eco_baro_pg .sect2 .df_box .bg_t_box .t1 {
    margin-top: 15px;
  }
  .eco_baro_pg .sect2 .df_box .bg_t_box .t_lst {
    margin-top: 25px;
  }
  .eco_baro_pg .sect2 .df_box .bg_t_box .t_lst ul {
    gap: 10px;
  }
  .eco_baro_pg .sect2 .df_box .bg_t_box .t_lst ul li {
    width: 100%;
    height: 50px;
  }
  .eco_baro_pg .sect3 {
    margin-top: 20px;
  }
  .eco_baro_pg .sect3 .df_lst ul li {
    gap: 15px;
    margin-bottom: 30px;
  }
  .eco_baro_pg .sect3 .df_lst ul li .t_box .bef_tit {
    padding-left: 15px;
  }
  .eco_baro_pg .sect3 .df_lst ul li .t_box .bef_tit::before {
    top: 4px;
    width: 12px;
    height: 11px;
  }
}
.app_index {
  padding-top: 25px;
}
.app_index .m_fz20 {
  font-size: 20px;
}
.app_index .main_slider {
  height: 880px;
}
.app_index .main_slider.mb100{margin-bottom: 80px;}
.app_index .main_slider .radius1{width: 150px;}
@media screen and (max-width: 1420px) {
  .app_index .main_slider{height: 600px;}
  .app_index .main_slider .radius1{width: 80px;}
  .app_index .main_slider.mb100{margin-bottom: 60px;}
}
@media screen and (max-width: 720px) {
  .app_index .main_slider{height: 230px;}
  .app_index .main_slider .radius1{width: 55px;}
  .app_index .main_slider.mb100{margin-bottom: 40px;}
}
.app_index .main_slider .main_mask {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px 0px 20px 20px;
  overflow: hidden;
}
.app_index .main_slider .main_mask .item {
  position: relative;
  width: 100%;
  height: 100%;
}
.app_index .main_slider .main_mask .item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.app_index .main_slider .main_mask .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.app_index .main_slider .main_mask .item picture {
  display: block;
  width: 100%;
  height: 100%;
}
.app_index .main_slider .main_mask .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app_index .main_slider .main_mask .item .t_box {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0px 20px;
  text-align: center;
  transform: translate(-50%, -50%);
}
.app_index .main_slider .main_mask .pagi_box {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
.app_index .main_slider .main_mask .pagi_box .main_pagi span {
  opacity: 1;
  background-color: #fff;
  transition: width 0.5s;
}
.app_index .main_slider .main_mask .pagi_box .main_pagi .swiper-pagination-bullet-active {
  border-radius: 5px;
  width: 30px;
}
.app_index .sect2 {
  margin-top: 20px;
}
.app_index .sect2 .link_lst {
  margin-top: 10px;
}
.app_index .sect2 .link_lst ul {
  display: flex;
  gap: 10px;
}
.app_index .sect2 .link_lst ul li {
  width: calc(50% - 5px);
  height: 175px;
  border-radius: 15px 15px 0px 15px;
  overflow: hidden;
}
.app_index .sect2 .link_lst ul li:nth-child(1) {
  background-color: #4F3A93 !important;
}
.app_index .sect2 .link_lst ul li:nth-child(1) a .arrow_box .box {
  background-color: #E4E4FF;
}
.app_index .sect2 .link_lst ul li:nth-child(2) {
  background-color: #E4E4FF;
}
.app_index .sect2 .link_lst ul li:nth-child(2) a .arrow_box .box {
  background-color: #4F3A93 !important;
}
.app_index .sect2 .link_lst ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 15px;
}
.app_index .sect2 .link_lst ul li a .img {
  position: absolute;
  bottom: 13px;
  left: 15px;
}
.app_index .sect2 .link_lst ul li a .arrow_box {
  position: absolute;
  bottom: 0; right: 0;
  /* bottom: -8px;
  right: -8px;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background-color: #fff; */
  background-color: #fff;
}
.app_index .sect2 .link_lst ul li a .arrow_box .box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
}
.app_index .sect3 {
  padding-top: 20px;
  border-top: solid 10px #FAFAFF;
  margin-top: 20px;
}
.app_index .sect3 .top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app_index .sect3 .lst_wrap {
  margin-top: 20px;
  border-top: solid 1px #8D88D8;
}
.app_index .sect3 .lst_wrap ul li {
  padding: 12px 0px;
  border-bottom: solid 1px #eee;
}
.app_index .sect3 .lst_wrap ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app_index .sect3 .lst_wrap ul li a .tit {
  width: calc(100% - 110px);
  font-size: 16px;
  color: #000;
}
.app_index .sect3 .lst_wrap ul li a .date {
  width: 100px;
  font-size: 16px;
  color: #666;
}

.bd_top_sch.df_sch .l_box {
  align-items: center;
}
.bd_top_sch.df_sch .r_box .all_view {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #EFEFFF;
  background-color: #fff;
  color: #B0ABFB;
}

.bd_top_sch.df_sch .r_box .current_pos {
	width: 50px;height: 50px;border: 1px solid #efefff;background-color: #fff;
}
.bd_top_sch.df_sch .r_box .current_pos img{width: 30px;}


.bd_top_sch.df_sch .r_box .all_view.a, .bd_top_sch.df_sch .r_box .all_view:hover {
  background-color: #4F3A93 !important;
  color: #fff;
}
.bd_top_sch.df_sch .r_box .sch_box.h50 {
  height: 50px;
}
.bd_top_sch.df_sch .r_box .sch_box .inp.w1 {
  width: 100%;
}

@media screen and (max-width: 1420px) {
  .bd_top_sch.df_sch .l_box {
    justify-content: center;
  }
  .bd_top_sch.df_sch .l_box .inp.m_w1 {
    width: 100%;
  }
  .bd_top_sch.df_sch .r_box {
    flex-wrap: wrap;
  }
  .bd_top_sch.df_sch .r_box .sch_box {
    width: 100%;
  }
  .bd_top_sch.df_sch .r_box .all_view {
    width: 100%;
  }
	.bd_top_sch.df_sch .r_box .current_pos{width: 100%;}
}
@media screen and (max-width: 720px) {
  .bd_top_sch.df_sch .r_box .all_view {
    height: 40px;
  }
  .bd_top_sch.df_sch .r_box .sch_box.h50 {
    height: 40px;
  }
}
.waste_map_pg .map_wrap .map {
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
}
.waste_map_pg .map_wrap .map_ico_lst {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.waste_map_pg .map_wrap .map_ico_lst .l_wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #FAFAFF;
}
.waste_map_pg .map_wrap .map_ico_lst .l_wrap .box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.waste_map_pg .map_wrap .map_ico_lst .l_wrap .box .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: solid 1px #EFEFFF;
  background-color: #fff;
}
.waste_map_pg .map_wrap .map_ico_lst .r_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
.waste_map_pg .map_wrap .map_ico_lst .r_wrap .item {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 10px;
  border: none;
}
.waste_map_pg .map_wrap .map_ico_lst .r_wrap .item.a {
  border: solid 1px #EFEFFF;
  background-color: #fff;
}
.waste_map_pg .map_wrap .map_ico_lst .r_wrap .item.a::after{display: none;}
.waste_map_pg .map_wrap .map_ico_lst .r_wrap .item::after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #f6f6f6; opacity: 0.6;}

@media screen and (max-width: 1200px) {
  .waste_map_pg .map_wrap .map_ico_lst {
    flex-direction: column;
    gap: 20px;
  }
  .waste_map_pg .map_wrap .map_ico_lst .l_wrap {
    width: 100%;
    justify-content: center;
  }
  .waste_map_pg .map_wrap .map_ico_lst .r_wrap {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 720px) {
  .waste_map_pg .map_wrap .map {
    height: 300px;
    border-radius: 5px;
  }
  .waste_map_pg .map_wrap .map.mh600 {
	height: 600px;
  }
  .waste_map_pg .map_wrap .map_ico_lst {
    margin-top: 10px;
  }
  .waste_map_pg .map_wrap .map_ico_lst .l_wrap {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 5px;
  }
  .waste_map_pg .map_wrap .map_ico_lst .l_wrap .box {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .waste_map_pg .map_wrap .map_ico_lst .l_wrap .box .t1 {
    width: 100%;
    text-align: center;
  }
  .waste_map_pg .map_wrap .map_ico_lst .l_wrap .box .item {
    border-radius: 5px;
  }
  .waste_map_pg .map_wrap .map_ico_lst .r_wrap {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .waste_map_pg .map_wrap .map_ico_lst .r_wrap .item {
    width: calc((100% - 20px) / 3);
    height: 70px;
    border-radius: 5px;
  }
}
.co {
  position: relative;
  padding-bottom: 45px; /* ⬅️ 마커와의 간격(원하면 14~24px 사이로 조절) */
}

.co-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 260px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
  white-space: normal;
  word-break: break-word;
}

.co-body strong {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.co-body strong.mb0 {
  margin-bottom: 0;
}
.co-body .link_btn{ text-decoration: underline; font-weight: 500;}

.co-body .bg_box {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background-color: #F7F7FF;
}

.co-body .bg_box .alert_t {
  position: relative;
  padding-left: 21px;
}
.co-body .bg_box .alert_t img {
  position: absolute;
  top: 2px;
  left: 0;
}

.co-body .bg_box .txt_t {
  margin-top: 8px;
}

.co-link {
  margin-top: 6px;
  font-size: 13px;
}

.co-link a {
  text-decoration: underline;
}

@media screen and (max-width: 720px) {
  .co-card {
    border-radius: 5px;
    width: 180px;
    padding: 10px;
  }
  .co-card .co-body strong {
    margin-bottom: 4px;
  }
  .co-card .co-body .bg_box {
    margin-top: 5px;
    padding: 8px;
    border-radius: 5px;
  }
  .co-card .co-body .bg_box .alert_t {
    padding-left: 18px;
  }
  .co-card .co-body .bg_box .alert_t img {
    width: 13px;
    height: 13px;
  }
}
.nm-upload-wrap {
  width: 100%;
}

/* 드래그 & 드롭 + 리스트 공용 영역 */
.nm-upload-droparea {
  border: solid 1px #eee;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}

/* 비어 있을 때 안쪽 마진 좀 더 */
.nm-upload-droparea.nm-state-empty {
  padding: 32px 16px;
}

/* 기본/드래그 문구 */
.nm-upload-message {
  font-size: 16px;
  color: #666;
  text-align: center;
}

.nm-upload-message .img {
  margin-bottom: 20px;
}

.nm-upload-message.nm-dragover {
  display: none;
  font-weight: 600;
}

/* 드래그 중 스타일 */
.nm-upload-droparea.nm-is-dragover {
  border-color: #4a90e2;
  background-color: #f4f8ff;
}

/* 빈 상태 영역 */
.nm-upload-empty {
  /* 파일 있으면 JS에서 display:none */
}

/* 테이블 영역 */
.nm-upload-table-wrap {
  display: none;
}

/* 테이블 스타일 */
.nm-upload-table {
  width: 100%;
  border-collapse: collapse;
}

.nm-upload-table thead tr {
  background: #f9f9f9;
}

.nm-upload-table thead tr th.w_auto {
  width: auto !important;
}

.nm-upload-table thead tr th.w50 {
  width: 50px;
}

.nm-upload-table thead tr th.w120 {
  width: 120px;
}

.nm-upload-table tr{display: table-row !important;}

.nm-upload-table th,
.nm-upload-table td {
  padding: 12px 10px !important;
  text-align: left;
  font-size: 14px !important;
  display: table-cell !important;
}

.nm-upload-table th:first-child,
.nm-upload-table td:first-child {
  text-align: center;
  width: 60px;
}

/* 파일명 */
.nm-upload-fname {
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 상태 / 용량 */
.nm-upload-status {
  color: #666;
}

.nm-upload-size {
  color: #999;
}

/* 삭제 버튼 */
.nm-upload-del-btn:hover {
  background: #f5f5f5;
}

.file_all_del:hover {
  background: #f5f5f5;
}

/* 실패 상태 */
.nm-upload-row-error .nm-upload-status {
  color: #d9534f;
  font-weight: 600;
}

@media screen and (max-width: 1240px) {
  .nm-upload-table-wrap{overflow-x: scroll;}
  .nm-upload-table {
    width: 1400px;
  }
  
}
@media screen and (max-width: 720px) {
  .nm-upload-table{width: 720px;}
  .nm-upload-table th,
  .nm-upload-table td {font-size: 12px !important;}
  .nm-upload-message{font-size: 0;}
  .nm-upload-message .img{margin-bottom: 0;}
}









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





.co-mini{
  position: relative;
  padding-bottom: 13px;
  transform: translateY(-10px);
}
.co-mini *{word-break: break-all;}

.co-mini-box{
  background: #fff;
  border-radius: 10px;
  padding: 20px 20px 40px;
  width: 260px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  word-break: break-all;
  white-space: wrap;
}

.co-mini-title{
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1px;
  color: #333;
  white-space: normal !important;
  word-break: break-word;
}
.co-mini-road {
  margin-bottom: 5px;
  font-size: 12px;
  color: #999;
}

.co-mini-btn-wrap{
}

.co-mini-btn{
  font-size: 14px;
  color: #666;
  text-decoration: underline;
  text-underline-position: under;
}
.co-mini-close{
  position:absolute;
  right:8px;
  top:8px;
  border:none;
  background:transparent;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  color:#666;
}

@media screen and (max-width: 720px) {
  .co-mini{padding-bottom: 20px;}
  .co-mini-box{border-radius: 5px; padding: 20px 12px 25px; width: 160px;}
  .co-mini-title{font-size: 12px; margin-bottom: 2px;}
  .co-mini-road{font-size: 11px;}
  .co-mini-btn-wrap{font-size: 10px;}
  .co-mini-btn{font-size: 10px;}
}

.navi_link{display: flex; flex-wrap: wrap; gap: 5px 20px;}
input:read-only{background-color: #f5f5f5;}
/* select:read-only{background-color: #f5f5f5;} */
/* .inp:read-only{background-color: #f5f5f5;} */


.addr_layer{z-index: 60;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);display: none;width: 500px;border: 1px solid #000;}
.addr_layer > div{width: auto !important;}
.addr_layer .close_btn{cursor:pointer;position:absolute;right: 0;top: 0;z-index:1;}

@media screen and (max-width: 620px){
  .addr_layer{width: 90%;}
}

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