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

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c46 {
  color: #464646;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.caf {
  color: #afafaf;
}

.cf {
  color: #fff;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz64 {
  font-size: 64px;
}

.fz70 {
  font-size: 70px;
}

.fz80 {
  font-size: 80px;
}

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

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

@media (max-width: 620px) {
  .page_num {
    margin-top: 25px;
  }
	.page_num a{width: 30px;height: 30px;line-height: 30px;font-size: 11px;}
}
.container {
  width: 1640px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 1480px) {
  .container {
    width: 90%;
  }
}

.s_container {
  width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .s_container {
    width: 90%;
  }
}

@media screen and (max-width: 1680px) {
  .db1680 {
    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;
  }
  .dn1680 {
    display: none !important;
  }
}
@media screen and (max-width: 1480px) {
  .db1480 {
    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;
  }
  .dn1480 {
    display: none !important;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  vertical-align: middle;
  background-color: #fff;
}
.de_rdo input, .de_cks input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_rdo i::after, .de_cks i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.de_rdo input:checked ~ i::after, .de_cks input:checked ~ i::after {
  background-color: rgb(0, 148, 94);
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:disabled ~ i, .de_cks input:disabled ~ i {
  background-color: #eee;
}

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

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

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

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

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

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

.mt23 {
  margin-top: 23px;
}

.sys_cf {
  color: #FF0000;
}

.sys_bgi {
  background-image: url(/src/img/shop/res_shop_zip.png);
  background-size: 638px 506px;
}

.sys_bgi_b:before {
  content: "";
  background-image: url(/src/img/shop/res_shop_zip.png);
  background-size: 638px 506px;
}

.sys_bgi_a:after {
  content: "";
  background-image: url(/src/img/shop/res_shop_zip.png);
  background-size: 638px 506px;
}

.sys_interval {
  padding: 60px 0 100px;
}

.sys_s_container {
  width: 740px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .sys_s_container {
    width: 90%;
  }
}

.sys_line_b::before {
  content: "";
  display: block;
  height: 21px;
  border-top: 1px solid #ddd;
  background-color: #f4f7fb;
}

.sys_line_a::after {
  content: "";
  display: block;
  height: 21px;
  border-top: 1px solid #ddd;
  background-color: #f4f7fb;
}

@media (max-width: 1240px) {
  .sys_interval {
    padding: 50px 0 100px;
  }
  .sys_myi_interval {
    padding-bottom: 50px;
  }
  .sys_my_interval {
    padding-bottom: 100px;
  }
}
@media (max-width: 620px) {
  .sys_interval {
    padding: 25px 0 50px;
  }
  .sys_myi_interval {
    padding-bottom: 25px;
  }
  .sys_my_interval {
    padding-bottom: 50px;
  }
  .sys_line_b::before,
  .sys_line_a::after {
    height: 11px;
  }
}
@media (max-width: 1240px){
	#wrap.sys_top_act::before {
		content: "";
		z-index: 30;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}
}
.sys_top {
  position: relative;
}
.sys_top .sys_tit_line {
  z-index: 40;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}
.sys_top .sys_tit_line .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
}
.sys_top .sys_tit_line .back_btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(/src/img/shop/sys_top_back.svg);
}
.sys_top .sys_tit_line .tit {
  padding: 0 24px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.sys_top .sys_tit_line .menu_open_btn {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  background-image: url(/src/img/shop/sys_top_arrow.svg);
}
.sys_top .sys_top_menu {
  z-index: 40;
  position: absolute;
  top: 105px;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
}
.sys_top .sys_top_menu > ul > li {
  border-bottom: 1px solid #ddd;
}
.sys_top .sys_top_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  font-size: 16px;
  text-align: center;
}
.sys_top.act .sys_tit_line .menu_open_btn {
  transform: scaleY(-1);
}
.sys_top.act .sys_top_menu {
  display: block;
}

@media (max-width: 620px) {
  .sys_top .sys_tit_line .inner {
    height: 65px;
  }
  .sys_top .sys_tit_line .tit {
    font-size: 16px;
  }
  .sys_top .sys_top_menu {
    top: 66px;
  }
  .sys_top .sys_top_menu > ul > li .t1 {
    height: 44px;
    font-size: 12px;
  }
}
.sys_box_menu {
  position: relative;
}
.sys_box_menu > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
}
.sys_box_menu > ul > li {
  width: calc(33.3333% + 1px);
  height: 50px;
  margin: -1px 0 0 -1px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .sys_box_menu > ul > li {
    width: calc(50% + 1px);
    height: 40px;
  }
}
.sys_box_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media (max-width: 620px) {
  .sys_box_menu > ul > li .t1 {
    font-size: 12px;
  }
}
.sys_box_menu > ul > li.act .t1 {
  color: #fff;
  background-color: #00945E !important;
}
.sys_box_menu::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.sys_s_menu {
  margin-bottom: 50px;
}
@media (max-width: 620px) {
  .sys_s_menu {
    margin-bottom: 25px;
  }
}
.sys_s_menu > ul {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .sys_s_menu > ul {
    flex-wrap: wrap;
  }
}
.sys_s_menu > ul > li {
  width: 240px;
}
@media (max-width: 620px) {
  .sys_s_menu > ul > li {
    width: 50%;
  }
}
.sys_s_menu > ul > li .t1 {
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: #999;
}
@media (max-width: 620px) {
  .sys_s_menu > ul > li .t1 {
    height: 40px;
    font-size: 14px;
  }
}
.sys_s_menu > ul > li.act {
  position: relative;
}
.sys_s_menu > ul > li.act .t1 {
  color: #000;
  font-weight: bold;
}
.sys_s_menu > ul > li.act::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.sys_wrap .sys12 {
  font-size: 12px;
}
.sys_wrap .sys14 {
  font-size: 14px;
}
.sys_wrap .sys16 {
  font-size: 16px;
}
.sys_wrap .sys20 {
  font-size: 20px;
}
.sys_wrap .lh150p {
  line-height: 150%;
}
.sys_wrap .sys_inp {
  display: inline-block;
  width: 100%;
  height: 34px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
}
.sys_wrap .sys_inp::placeholder {
  color: #999;
}
.sys_wrap .sys_inp.h44 {
  height: 44px;
}
.sys_wrap .sys_inp.w33p {
  width: calc((100% - 10px) / 3);
}
.sys_wrap .sys_inp.w630 {
  width: 630px;
}
.sys_wrap .sys_inp.w345 {
  width: 345px;
}
.sys_wrap .sys_inp.w320 {
  width: 320px;
}
.sys_wrap .sys_inp.w310 {
  width: 310px;
}
.sys_wrap .sys_inp.w280 {
  width: 280px;
}
.sys_wrap .sys_inp.w225 {
  width: 225px;
}
.sys_wrap .sys_inp.w195 {
  width: 195px;
}
.sys_wrap .sys_inp.w150 {
  width: 150px;
}
.sys_wrap .sys_inp.w130 {
  width: 130px;
}
.sys_wrap .sys_inp.w107 {
  width: 107px;
}
.sys_wrap .sys_inp.ph_inp {
  width: 100px;
}
.sys_wrap .sys_inp.h150 {
  height: 150px;
}
.sys_wrap .sys_inp_desc {
  margin-top: 5px;
  font-size: 14px;
}
.sys_wrap .sbm_btn {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: #00945E !important;
}
.sys_wrap .link_btn {
  display: block;
  width: 100%;
  height: 44px;
  border-radius: 5px;
  border: 1px solid #ddd;
  line-height: 42px;
  text-align: center;
}
.sys_wrap .sys_tit {
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}
.sys_wrap .sys_tit.bdb {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .de_cki,
.sys_wrap .de_cks {
  font-size: 14px;
}
.sys_wrap .de_cki i,
.sys_wrap .de_cks i {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sys_wrap .de_rdo,
.sys_wrap .de_cks {
  font-size: 14px;
}
.sys_wrap .de_rdo i,
.sys_wrap .de_cks i {
  border: 1px solid #ddd;
}
.sys_wrap input[type=text],
.sys_wrap input[type=password] {
  padding: 0 10px;
}
.sys_wrap input[type=file] {
  padding: 0;
  color: #999;
}
.sys_wrap textarea {
  padding: 5px 10px;
}
.sys_wrap select {
  padding: 0 25px 0 10px;
  background-position: calc(100% - 10px) 50%;
}
.sys_wrap .calc_num_box .calc_inp {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .sys_wrap .sys_inp.ph_inp {
    width: calc((100% - 10px) / 3);
  }
}
@media (max-width: 620px) {
  .sys_wrap .sys14 {
    font-size: 12px;
  }
  .sys_wrap .sys16 {
    font-size: 12px;
  }
  .sys_wrap .sys20 {
    font-size: 16px;
  }
  .sys_wrap .sys_inp {
    font-size: 12px;
  }
  .sys_wrap .sys_inp.w320 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w310 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w280 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w150 {
    width: 100%;
  }
  .sys_wrap input[type=text],
  .sys_wrap input[type=password] {
    padding: 0 10px;
  }
  .sys_wrap input {
    padding: 0 10px;
  }
  .sys_wrap select {
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
  .sys_wrap .sys_inp_desc {
    font-size: 12px;
  }
  .sys_wrap .sys_tit {
    padding-bottom: 20px;
    font-size: 24px;
  }
  .sys_wrap .de_cki,
  .sys_wrap .de_cks {
    font-size: 12px;
  }
  .sys_wrap .de_rdo,
  .sys_wrap .de_cks {
    font-size: 12px;
  }
}
.sys_wrap .sys_find_mem {
  width: 400px;
  margin: 0 auto;
}
.sys_wrap .sys_find_mem .tab {
  margin-bottom: 50px;
}
.sys_wrap .sys_find_mem .tab > ul {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sys_wrap .sys_find_mem .tab > ul > li {
  width: 100%;
}
.sys_wrap .sys_find_mem .tab > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-weight: bold;
  color: #666;
}
.sys_wrap .sys_find_mem .tab > ul > li.act .t1 {
  color: #fff;
  background-color: #00945E !important;
}
.sys_wrap .sys_find_mem .line {
  font-size: 0;
}
.sys_wrap .sys_find_mem .line + .line {
  margin-top: 10px;
}
.sys_wrap .sys_find_mem .save_lr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  min-height: 30px;
  margin-top: 10px;
}
.sys_wrap .sys_find_mem .save_lr .de_cks {
  font-size: 12px;
}
.sys_wrap .sys_find_mem .save_lr .r_cont {
  margin-left: auto;
}
.sys_wrap .sys_find_mem .login_link {
  font-size: 0;
}
.sys_wrap .sys_find_mem .login_link li {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.sys_wrap .sys_find_mem .login_link li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 150%;
  font-size: 12px;
}
.sys_wrap .sys_find_mem .login_link li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 5px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_wrap .sys_find_mem .login_link li:last-child::after {
  display: none;
}
.sys_wrap .sys_find_mem .login_sbm_line {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  margin-top: 20px;
}
.sys_wrap .sys_find_mem .login_sbm_line.mt5{margin-top: 5px;}
.sys_wrap .sys_find_mem .sns_login {
  margin-top: 40px;
}
.sys_wrap .sys_find_mem .sns_login .sns_login_tit {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.sys_wrap .sys_find_mem .sns_login .sns_login_tit::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.sys_wrap .sys_find_mem .sns_login .sns_login_tit .t {
  flex-shrink: 0;
  display: block;
  padding: 0 15px;
}
.sys_wrap .sys_find_mem .sns_login .sns_login_tit::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.sys_wrap .sys_find_mem .sns_login .login_lst {
  margin-top: 40px;
}
.sys_wrap .sys_find_mem .sns_login .login_lst li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border-radius: 5px;
}
.sys_wrap .sys_find_mem .sns_login .login_lst li a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.sys_wrap .sys_find_mem .sns_login .login_lst li + li {
  margin-top: 5px;
}
.sys_wrap .sys_find_mem .sns_login .login_lst .kakao a {
  background-color: #FFEC00;
}
.sys_wrap .sys_find_mem .sns_login .login_lst .kakao a::before {
  background-image: url(/src/img/shop/sns_login_kakao.png);
}
.sys_wrap .sys_find_mem .sns_login .login_lst .naver a {
  color: #fff;
  background-color: #2DB400;
}
.sys_wrap .sys_find_mem .sns_login .login_lst .naver a::before {
  background-image: url(/src/img/shop/sns_login_naver.png);
}
.sys_wrap .sys_find_mem .sns_login .login_lst .google a {
  border: 1px solid #ddd;
}
.sys_wrap .sys_find_mem .sns_login .login_lst .google a::before {
  background-image: url(/src/img/shop/sns_login_google.png);
}
@media (max-width: 620px) {
  .sys_wrap .sys_find_mem {
    width: 90%;
  }
  .sys_wrap .sys_find_mem .tab {
    margin-bottom: 25px;
  }
  .sys_wrap .sys_find_mem .tab > ul > li .t1 {
    height: 50px;
    font-size: 12px;
  }
  .sys_wrap .sys_find_mem .line + .line {
    margin-top: 5px;
  }
  .sys_wrap .sys_find_mem .sns_login {
    margin-top: 20px;
  }
  .sys_wrap .sys_find_mem .sns_login .sns_login_tit {
    font-size: 12px;
  }
  .sys_wrap .sys_find_mem .sns_login .sns_login_tit .t {
    padding: 0 10px;
  }
  .sys_wrap .sys_find_mem .sns_login .login_lst {
    margin-top: 20px;
  }
  .sys_wrap .sys_find_mem .sns_login .login_lst li a {
    font-size: 12px;
  }
  .sys_wrap .sys_find_mem .sns_login .login_lst li a::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-size: cover;
  }
}
.sys_wrap .terms {
  margin-top: 45px;
  font-size: 12px;
  line-height: 150%;
}
.sys_wrap .terms .terms_tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 150%;
}
.sys_wrap .terms .tit {
  font-size: 14px;
  color: #000;
}
.sys_wrap .terms .c0 {
  color: #000;
}
@media (max-width: 1240px) {
  .sys_wrap .terms {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  .sys_wrap .terms .terms_tit {
    font-size: 14px;
  }
  .sys_wrap .terms .tit {
    font-size: 12px;
  }
}
.sys_wrap .sys_join_allcheck {
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .join_agree_wrap {
  margin-top: 50px;
}
.sys_wrap .join_agree_wrap .sys_join_h3 {
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: bold;
}
.sys_wrap .join_agree_wrap .agree_box {
  overflow-y: scroll;
  height: 150px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.sys_wrap .join_agree_wrap .agree_box pre {
  font-size: 12px;
  color: #666;
  line-height: 150%;
}
.sys_wrap .join_agree_wrap .agree_line {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .sys_s_btnline {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
  text-align: center;
}
.sys_wrap .sys_s_btnline .btn {
  display: inline-block;
  width: 220px;
  height: 60px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 16px;
}
.sys_wrap .sys_s_btnline .style1 {
  line-height: 60px;
  color: #fff;
  background-color: #00945E !important;
}
.sys_wrap .sys_s_btnline .style2 {
  border: 1px solid #aaa;
  line-height: 58px;
}
.sys_wrap .req_info_txt {
  margin: 50px 0 20px;
  line-height: 110%;
}
.sys_wrap .sys_inp_tb {
  border-top: 1px solid #333;
}
.sys_wrap .sys_inp_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .sys_inp_tb th {
  width: 110px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}
.sys_wrap .sys_inp_tb th.vat {
  padding-top: 22px;
  vertical-align: top;
}
.sys_wrap .sys_inp_tb td {
  padding: 7px 0;
  font-size: 0;
}
.sys_wrap .sys_inp_tb .line {
  font-size: 0;
}
.sys_wrap .sys_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_wrap .inp_r_btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  margin-left: 5px;
  border: 1px solid #aaa;
  border-radius: 5px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}
.sys_wrap .inp_r_btn.ml0 {
  margin-left: 0;
}
.sys_wrap .check_id_wrap .id_desc {
  display: inline-block;
  height: 45px;
  margin-left: 20px;
  font-size: 12px;
  color: #666;
  line-height: 45px;
  vertical-align: top;
}
.sys_wrap .rdo_wrap {
  padding: 8px 0;
}
.sys_wrap .rdo_wrap .de_rdo {
  margin-right: 20px;
}
.sys_wrap .sys_join3_box {
  padding: 50px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.sys_wrap .sys_join3_box::before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  background-position: -362px -2px;
}
.sys_wrap .sys_join3_box .t1 {
  font-weight: bold;
  color: #000;
}
.sys_wrap .sys_join3_box .t2 {
  margin-top: 20px;
}
.sys_wrap .sys_join3_box .link_line {
  margin-top: 50px;
  font-size: 0;
}
.sys_wrap .sys_join3_box .link_line .btn {
  display: inline-block;
  width: 220px;
  height: 60px;
  vertical-align: top;
}
.sys_wrap .sys_join3_box .link_line .style1 {
  line-height: 60px;
  color: #fff;
  background-color: #00945E !important;
}
.sys_wrap .sys_join3_box .link_line .style2 {
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 58px;
}
@media (max-width: 1240px) {
  .sys_wrap .req_info_txt {
    margin: 0 0 20px;
  }
  .sys_wrap .sys_inp_tb td {
    padding: 7px 0;
  }
  .sys_wrap .check_id_wrap .id_desc {
    display: block;
    height: auto;
    margin: 5px 0 7px 0;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  .sys_wrap .sys_addr_wrap .w630 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sys_wrap .check_id_wrap .w310 {
    width: calc(100% - 85px);
  }
}
@media (max-width: 620px) {
  .sys_wrap .join_agree_wrap {
    margin-top: 25px;
  }
  .sys_wrap .join_agree_wrap .sys_join_h3 {
    margin-bottom: 10px;
  }
  .sys_wrap .join_agree_wrap .agree_box {
    padding: 5px 10px;
  }
  .sys_wrap .sys_s_btnline {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }
  .sys_wrap .sys_s_btnline .btn {
    display: block;
    height: 50px;
    font-size: 14px;
  }
  .sys_wrap .sys_s_btnline .style1 {
    line-height: 50px;
  }
  .sys_wrap .sys_s_btnline .style2 {
    line-height: 48px;
  }
  .sys_wrap .req_info_txt {
    margin: 0 0 10px;
  }
  .sys_wrap .sys_inp_tb tr {
    border: 0;
  }
  .sys_wrap .sys_inp_tb th {
    display: block;
    width: 100%;
    padding-left: 0;
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
  }
  .sys_wrap .sys_inp_tb th.vat {
    padding-top: 0;
  }
  .sys_wrap .sys_inp_tb td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sys_wrap .inp_r_btn {
    font-size: 12px;
  }
  .sys_wrap .check_id_wrap .w280 {
    width: calc(100% - 98px);
  }
  .sys_wrap .check_id_wrap .id_desc {
    margin-bottom: 0;
  }
  .sys_wrap .sys_addr_wrap .w225 {
    width: calc(100% - 85px);
  }
  .sys_wrap .sys_addr_wrap .w345 {
    width: 100%;
  }
  .sys_wrap .rdo_wrap {
    padding: 0;
  }
  .sys_wrap .sys_join3_box {
    padding: 25px 0 0;
    border: 0;
  }
  .sys_wrap .sys_join3_box::before {
    margin-bottom: 15px;
  }
  .sys_wrap .sys_join3_box .t2 {
    margin-top: 10px;
  }
  .sys_wrap .sys_join3_box .link_line {
    margin-top: 25px;
  }
  .sys_wrap .sys_join3_box .link_line .btn {
    display: block;
    height: 50px;
    margin: 0 auto;
  }
  .sys_wrap .sys_join3_box .link_line .style1 {
    line-height: 50px;
  }
  .sys_wrap .sys_join3_box .link_line .style2 {
    margin-left: auto;
    margin-top: 5px;
    line-height: 48px;
  }
}
.sys_wrap .h286 {
  height: 286px;
}
.sys_wrap .sys_inp_tb .inp_txt {
  font-size: 14px;
  line-height: 45px;
}
.sys_wrap .sys_w_btnline {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
.sys_wrap .sys_w_btnline .btn {
  display: inline-block;
  width: 136px;
  height: 60px;
  vertical-align: top;
}
.sys_wrap .sys_w_btnline .style1 {
  line-height: 60px;
  color: #fff;
  background-color: #00945E !important;
}
.sys_wrap .sys_w_btnline .style2 {
  margin-left: 5px;
  border: 1px solid #aaa;
  line-height: 58px;
}
@media (max-width: 620px) {
  .sys_wrap .h286 {
    height: 200px;
  }
  .sys_wrap .sys_inp_tb.bdb {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .sys_wrap .sys_inp_tb .txt_th {
    display: inline-block;
    width: 100px;
  }
  .sys_wrap .sys_inp_tb .inp_txt {
    display: inline-block;
    width: calc(100% - 100px);
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
  }
  .sys_wrap .sys_w_btnline {
    margin-top: 25px;
  }
  .sys_wrap .sys_w_btnline .btn {
    width: calc((100% - 8px) / 2);
    height: 50px;
  }
  .sys_wrap .sys_w_btnline .style1 {
    line-height: 50px;
  }
  .sys_wrap .sys_w_btnline .style2 {
    line-height: 48px;
  }
}
.sys_wrap .cart_cki {
  margin-bottom: 20px;
}
.sys_wrap .cart_tb {
  border-top: 2px solid #000;
}
.sys_wrap .cart_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .cart_tb th {
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
}
.sys_wrap .cart_tb td {
  padding: 20px 0;
}
.sys_wrap .cart_tb .img_th {
  width: 140px;
  padding-left: 50px;
}
.sys_wrap .cart_tb .price_th {
  width: 160px;
}
.sys_wrap .cart_tb .del_th {
  width: 20px;
}
.sys_wrap .cart_tb .del_td {
  text-align: right;
}
.sys_wrap .cart_tb .cont {
  font-size: 0;
}
.sys_wrap .cart_tb .cont .de_cki {
  vertical-align: middle;
}
.sys_wrap .cart_tb .cont .de_cki i {
  background-color: #fff;
}
.sys_wrap .cart_tb .cont .img {
  overflow: hidden;
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: middle;
}
.sys_wrap .cart_tb .cont .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sys_wrap .cart_tb .cont .prod_txt {
  display: inline-block;
  width: calc(100% - 140px);
  padding-left: 20px;
  vertical-align: middle;
}
.sys_wrap .cart_tb .cont .prod_txt .t1 {
  font-size: 16px;
  font-weight: bold;
}
.sys_wrap .cart_tb .cont .prod_txt .t2 {
  font-size: 14px;
  color: #666;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box {
  margin-top: 5px;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box .calc_num_box {
  margin-top: 3px;
}
.sys_wrap .cart_tb .cont .prod_txt .prod_price {
  margin-top: 20px;
  font-size: 14px;
}
.sys_wrap .cart_tb .cont .del_cart {
  display: none;
}
.sys_wrap .cart_tb .price_txt {
  font-size: 14px;
  text-align: center;
}
.sys_wrap .cart_tb .price_txt del {
  color: #666;
}
.sys_wrap .cart_tb .del_cart {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/shop/cart_del.png);
  background-repeat: no-repeat;
  background-position: center;
}
.sys_wrap .cart_b_line {
  margin-top: 20px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.sys_wrap .cart_b_line .prd_b_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
}
.sys_wrap .price_result_box {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
.sys_wrap .price_result_box .r_cont {
  margin-left: auto;
}
.sys_wrap .price_result_box .total_num {
  font-size: 20px;
  font-weight: bold;
  color: #00945E !important;
}
.sys_wrap .price_result_box .price_result_txt {
  font-size: 14px;
  color: #666;
}
.sys_wrap .price_result_box .price_result_tb {
  padding: 10px 0;
  border-top: 2px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .price_result_box .price_result_tb th {
  width: 90px;
  padding: 6px 0;
  font-size: 12px;
  color: #666;
  line-height: 150%;
  text-align: left;
}
.sys_wrap .price_result_box .price_result_tb td {
  padding: 6px 0;
  font-size: 12px;
  color: #666;
  line-height: 150%;
}
.sys_wrap .price_result_box .cart_btn {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
}
.sys_wrap .price_result_box .cart_btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 60px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.sys_wrap .price_result_box .cart_btn .btn.line_style {
  border: 1px solid #ddd;
}
.sys_wrap .price_result_box .cart_btn .btn.bg_style {
  color: #fff;
  background-color: #00945E !important;
}
@media (max-width: 1240px) {
  .sys_wrap .cart_tb td {
    padding: 20px 0;
  }
  .sys_wrap .cart_tb .cont {
    position: relative;
  }
  .sys_wrap .cart_tb .cont .prod_txt {
    padding-right: 20px;
  }
  .sys_wrap .cart_tb .cont .del_cart {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .sys_wrap .price_result_box {
    flex-direction: column;
    align-items: start;
    margin-top: 30px;
  }
  .sys_wrap .price_result_box .r_cont {
    width: 100%;
    margin-left: 0;
  }
  .sys_wrap .price_result_box .cart_btn {
    justify-content: center;
  }
}
@media (max-width: 620px) {
  .sys_wrap .cart_cki {
    margin-bottom: 10px;
  }
  .sys_wrap .cart_tb .cont .de_cki {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .sys_wrap .cart_tb .cont .img {
    width: 70px;
    height: 70px;
    margin-left: 0;
    vertical-align: top;
  }
  .sys_wrap .cart_tb .cont .prod_txt {
    width: calc(100% - 70px);
    padding-left: 10px;
    vertical-align: top;
  }
  .sys_wrap .cart_tb .cont .prod_txt .t1 {
    font-size: 14px;
  }
  .sys_wrap .cart_tb .cont .prod_txt .t2 {
    font-size: 12px;
  }
  .sys_wrap .cart_tb .cont .prod_txt .prod_price {
    margin-top: 10px;
    font-size: 12px;
  }
  .sys_wrap .cart_b_line {
    margin-top: 10px;
  }
  .sys_wrap .price_result_box {
    margin-top: 20px;
  }
  .sys_wrap .price_result_box .total_num {
    font-size: 18px;
  }
  .sys_wrap .price_result_box .cart_btn {
    gap: 5px;
  }
  .sys_wrap .price_result_box .cart_btn .btn {
    height: 50px;
    font-size: 14px;
  }
}

.npay_line {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 20px;
}
.npay_line .npay_desc {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 620px) {
  .npay_line {
    margin-top: 10px;
  }
  .npay_line .npay_desc {
    margin-top: 5px;
    font-size: 12px;
  }
}
.sys_prd_view .prd_v_top {
  padding-bottom: 80px;
}
.sys_prd_view .prd_v_top .thum_wrap {
  width: 600px;
}
.sys_prd_view .prd_v_top .thum_wrap .big {
  overflow: hidden;
  aspect-ratio: 1/1;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 20px;
}
.sys_prd_view .prd_v_top .thum_wrap .big img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sys_prd_view .prd_v_top .thum_wrap .thum {
  width: 100%;
  margin-top: 15px;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li {
  cursor: pointer;
  opacity: 0.5;
  aspect-ratio: 1/1;
  width: calc((100% - 60px) / 5);
}
.sys_prd_view .prd_v_top .thum_wrap .thum li + li {
  margin-left: 15px;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li.act {
  position: relative;
  opacity: 1;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li.act::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00945E !important;
  border-radius: 5px;
  box-sizing: border-box;
}
.sys_prd_view .prd_v_top .v_pro_slide {
  padding-top: 80px;
}
.sys_prd_view .prd_v_top .v_pro_slide .mask {
  overflow: hidden;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 20px;
}
.sys_prd_view .prd_v_top .v_pro_slide .item img {
  width: 100%;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ccc;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet-active {
  background-color: #000;
}
.sys_prd_view .prd_v_top .share_btn_wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_btn::after {
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  background-position: -528px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal {
  z-index: 5;
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 280px;
  padding: 30px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap {
  font-size: 0;
  text-align: center;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li + li {
  margin-left: 10px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .ico {
  width: 100%;
  height: 100%;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .fb {
  background-position: -444px -2px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .twitter {
  background-position: -486px -2px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .pinterest {
  background-position: -528px -2px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .kakao {
  background-position: -444px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .url {
  background-position: -486px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-position: -472px -178px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal.db {
  display: block;
}
.sys_prd_view .prd_v_top .prd_t_opt {
  width: calc(100% - 710px);
}
.sys_prd_view .prd_v_top .prd_t_opt .tit {
  padding-right: 40px;
  font-size: 20px;
  font-weight: bold;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
  margin-top: 25px;
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
  width: 110px;
  padding: 7px 0;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
  padding: 7px 0;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb tr:first-child th, .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb tr:first-child td {
  padding-top: 0;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb tr:last-child th, .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb tr:last-child td {
  padding-bottom: 0;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w1 {
  display: inline-block;
  width: 110px;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2 {
  display: inline-block;
  width: calc(100% - 110px);
  padding: 10px 0;
  font-size: 0;
  vertical-align: middle;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .opt_sel {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 35px 0 15px;
  font-size: 12px;
  color: #666;
  font-family: "Dotum";
  background-position: calc(100% - 15px) 50%;
}
.sys_prd_view .prd_v_top .price_line .t1 {
  font-weight: bold;
}
.sys_prd_view .prd_v_top .price_line .t2 {
  color: #999;
}
.sys_prd_view .prd_v_top .price_line .t3 {
  color: #00945E !important;
}
.sys_prd_view .prd_v_top .prd_opt_box {
  margin-top: 10px;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt {
  margin-top: 1px;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li {
  margin-top: -1px;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li .opt_tit {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li .price_line .t1 {
  line-height: 34px;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .total_price_box {
  margin: 20px 0 30px;
  text-align: right;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .total_price_box .total_price {
  font-size: 20px;
  font-weight: bold;
}
.sys_prd_view .prd_v_top .total_price_box.out_type{color: #00945E;}
.sys_prd_view .prd_v_top .calc_num_box .btn {
  background-color: #fff;
}
.sys_prd_view .prd_v_top .calc_num_box .calc_m {
  position: relative;
}
.sys_prd_view .prd_v_top .calc_num_box .calc_m::after {
  position: absolute;
  left: 12px;
  top: 17px;
  width: 11px;
  height: 1px;
  background-position: -580px -326px;
}
.sys_prd_view .prd_v_top .calc_num_box .calc_p {
  position: relative;
}
.sys_prd_view .prd_v_top .calc_num_box .calc_p::after {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 11px;
  height: 11px;
  background-position: -580px -329px;
}
.sys_prd_view .prd_v_top .calc_num_box .calc_del_btn {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: 12px;
  margin-left: 10px;
  background-position: -559px -154px;
}
.sys_prd_view .prd_v_top .s_line {
  padding-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 0;
}
.sys_prd_view .prd_v_top .s_line .btn1 {
  display: inline-block;
  width: calc((100% - 10px) / 3);
  height: 60px;
  border-radius: 50rem;
  line-height: 60px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #00945E !important;
}
.sys_prd_view .prd_v_top .s_line .btn2 {
  display: inline-block;
  width: calc((100% - 10px) / 3);
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50rem;
  line-height: 60px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666;
}
.sys_prd_view .prd_v_top .s_line .btn2::before {
  content: "";
}
.sys_prd_view .prd_v_top .s_line .btn2.wish_type::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px 2px 0;
  vertical-align: middle;
  background-image: url(/src/img/shop/prdv_wish.png);
}
.sys_prd_view .prd_v_top .s_line .btn2.wish_type.act {
  border: 1px solid #00945E !important;
  color: #00945E !important;
}
.sys_prd_view .prd_v_top .s_line .btn2.wish_type.act::before {
  background-image: url(/src/img/shop/prdv_wish_act.png);
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box {
  display: inline-block;
  position: relative;
  width: calc((100% - 10px) / 3);
  margin: 0 5px;
  vertical-align: top;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .btn2 {
  width: 100%;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal {
  display: none;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -124px;
  transform: translateX(-50%);
  width: 280px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding-top: 18px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .t1 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn3 {
  display: inline-block;
  width: 90px;
  height: 33px;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn4 {
  display: inline-block;
  width: 90px;
  height: 33px;
  margin-left: 5px;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .close_ico {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -14px;
  width: 28px;
  height: 14px;
  background-image: url(/src/img/shop/v_cart_arrow.png);
  background-size: cover;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal.db {
  display: block;
}
.sys_prd_view .prd_v_top .pay_line {
  margin-top: 20px;
}
.sys_prd_view .prd_v_top .m_opt_wrap {
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #000;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .m_opt_wrap.out_type{padding-top: 0 !important;}
.sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn {
  position: absolute;
  left: 50%;
  top: -39px;
  transform: translateX(-50%);
  width: 140px;
  height: 40px;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn::after {
  display: block;
  width: 16px;
  height: 9px;
  margin: 0 auto;
  background-position: -580px -313px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn.act::after {
  background-position: -580px -302px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt {
  display: none;
  margin-top: 10px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt .ovy {
  overflow-y: scroll;
  max-height: 365px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt.db {
  display: block;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line {
  font-size: 0;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .btn1 {
  display: inline-block;
  width: calc((100% - 52px) / 2);
  height: 52px;
  line-height: 52px;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #00945E !important;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .btn3{display: inline-block;width: 100%;height: 52px;line-height: 52px;vertical-align: top;text-align: center;font-size: 18px;color: #00945E;}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box {
  display: inline-block;
  position: relative;
  width: calc((100% - 52px) / 2);
  vertical-align: top;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .btn2 {
  display: block;
  width: 100%;
  height: 52px;
  border: 1px solid #999;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal {
  display: none;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -124px;
  transform: translateX(-50%);
  width: 280px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding-top: 18px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal .t1 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal .btn3 {
  display: inline-block;
  width: 90px;
  height: 33px;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal .btn4 {
  display: inline-block;
  width: 90px;
  height: 33px;
  margin-left: 5px;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal .close_ico {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -14px;
  width: 28px;
  height: 14px;
  background-image: url(/src/img/shop/v_cart_arrow.png);
  background-size: cover;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal.db {
  display: block;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .wish_btn {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-color: #333;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .wish_btn::after {
  display: block;
  width: 21px;
  height: 19px;
  margin: 0 auto;
  background-position: -557px -304px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .wish_btn.act::after {
  background-position: -557px -328px;
}
.sys_prd_view .prd_v_bottom .prod_v_tab {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li {
  width: 25%;
  height: 76px;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #666;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li.act {
  position: relative;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li.act a {
  color: #000;
  font-weight: bold;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li.act::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.sys_prd_view .prd_v_bottom .prod_v_cont {
  padding: 50px 0 80px;
}
.sys_prd_view .prd_v_bottom .prod_v_cont .page_num {
  margin-top: 30px;
}
.sys_prd_view .prd_v_bottom .prod_con:last-child .prod_v_cont {
  padding-bottom: 0;
}
.sys_prd_view .prd_v_bottom .cont1 img {
  display: block;
  margin: 0 auto;
}
.sys_prd_view .prd_v_bottom .cont2 .t1 {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .cont2 .t1.mt0 {
  margin-top: 0;
}
.sys_prd_view .prd_v_bottom .cont2 .t2 {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .qna_t_box {
  margin-bottom: 20px;
  text-align: right;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .qna_t_box .btn {
  display: inline-block;
  width: 100px;
  height: 34px;
  border-radius: 5px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
}
.sys_prd_view .prd_v_bottom .qna_t_box .style1 {
  color: #fff;
  background-color: #333;
}
.sys_prd_view .prd_v_bottom .qna_t_box .style2 {
  margin-left: 6px;
  border: 1px solid #ddd;
}
.sys_prd_view .prd_v_bottom .prd_v_bd {
  border-top: 2px solid #000;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .line {
  display: flex;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_th {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 17px 0;
  font-size: 14px;
  color: #000;
  line-height: 150%;
  text-align: center;
  font-weight: bold;
  background-color: #eee;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_th.w120 {
  flex-shrink: 0;
  width: 120px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_th.w140 {
  flex-shrink: 0;
  width: 140px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  padding: 17px 0;
  vertical-align: middle;
  font-size: 14px;
  color: #000;
  line-height: 150%;
  text-align: center;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.w120 {
  flex-shrink: 0;
  width: 120px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.w140 {
  flex-shrink: 0;
  width: 140px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap {
  padding-left: 25px;
  text-align-last: left;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .tit {
  display: flex;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 150%;
  text-align: left;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .tit .t {
  display: inline-block;
  max-width: 100%;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .lock_ico::before {
  flex-shrink: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-right: 10px;
  vertical-align: top;
  background-position: -568px -128px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .file_ico::after {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 14px;
  height: 18px;
  margin-left: 10px;
  vertical-align: middle;
  background-image: url(/src/img/shop/v_file.png);
  background-size: cover;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line {
  margin-top: 5px;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1 {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 12px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1:last-child::after {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line {
  flex-direction: column;
  display: none;
  background-color: #fafafa;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap {
  display: flex;
  align-items: start;
  width: 100%;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap + .wrap {
  border-top: 1px solid #ddd;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box {
  width: 100%;
  padding-left: 25px;
  text-align: left;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .t1 {
  font-size: 14px;
  font-weight: bold;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .t2 {
  font-size: 14px;
  color: #666;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .btn_line {
  margin-top: 25px;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .btn_line .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  border-radius: 5px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .btn_line .btn + .btn {
  margin-left: 5px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .btn_line .btn.style1 {
  color: #fff;
  background-color: #333;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .btn_line .btn.style2 {
  border: 1px solid #ddd;
  background-color: #fff;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line.db {
  display: flex;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .wrap {
  width: 100%;
  text-align: left;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .txt_box .t1 {
  font-size: 14px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .txt_box .img {
  margin-top: 10px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .close_btn {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  text-decoration: underline;
  text-underline-position: under;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box {
  margin-top: 20px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn {
  display: block;
  width: 89px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #faa635;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  background-position: -404px -84px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn .cancle_txt {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn.act {
  border: 1px solid #999;
  line-height: 36px;
  color: #333;
  background-color: #fff;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn.act::before {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn.act .cancle_txt {
  display: inline;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_txt {
  line-height: 38px;
  font-size: 14px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line.db {
  display: flex;
}
.sys_prd_view .prd_v_bottom .photo_review_tit {
  font-size: 20px;
  font-weight: bold;
}
.sys_prd_view .prd_v_bottom .photo_review_lst {
  overflow: hidden;
  margin: 30px 0 20px;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul {
  margin-right: -10px;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li {
  display: inline-block;
  width: calc(12.5% - 10px);
  aspect-ratio: 1/1;
  margin-right: 10px;
  vertical-align: top;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-align: center;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button .more {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1480px) {
  .sys_prd_view .prd_v_top .thum_wrap {
    width: 550px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1240px) {
  .sys_prd_view .prd_v_top {
    padding-bottom: 0;
  }
  .sys_prd_view .prd_v_top .v_pro_slide {
    max-width: 600px;
    margin: 0 auto !important;
  }
  .sys_prd_view .prd_v_top .prd_t_opt {
    float: none;
    display: block;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 20px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .tit {
    padding-right: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 150%;
  }
  .sys_prd_view .prd_v_top::after {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
    border-top: 1px solid #ddd;
    background-color: #f4f7fb;
  }
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul {
    width: 100%;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td {
    padding: 15px 20px !important;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap {
    position: relative;
    width: 100%;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box {
    padding-left: 0;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul {
    width: 100%;
    margin-right: 0;
    white-space: nowrap;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li {
    width: 144px;
    margin-right: 0;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li + li {
    margin-left: 10px;
  }
}
@media (max-width: 620px) {
  .sys_prd_view .prd_v_top .v_pro_slide {
    padding-top: 60px;
  }
  .sys_prd_view .prd_v_top .v_pro_slide .mask {
    border-radius: 10px;
  }
  .sys_prd_view .prd_v_top .v_pro_slide .bullet {
    margin-top: 25px;
  }
  .sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 5px;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap {
    width: 100%;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap .share_btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap .share_modal {
    max-width: 100%;
  }
  .sys_prd_view .prd_v_top .prd_t_opt {
    margin-top: 50px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .tit {
    font-size: 20px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
    margin-top: 15px;
    padding: 10px 0;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w1 {
    width: 100px;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2 {
    width: calc(100% - 100px);
    text-align: right;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2 .calc_num_box {
    display: inline-block;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2.sel_w {
    display: block;
    width: 100%;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .btn1 {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .cart_btn_box {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .btn2 {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap {
    padding-top: 10px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .open_opt_btn {
    top: -19px;
    width: 70px;
    height: 20px;
    border-radius: 15px 15px 0 0;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .open_opt_btn::after {
    width: 10px;
    height: 5px;
    margin: 0 auto;
    background-position: -552px -354px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .open_opt_btn.act::after {
    background-position: -552px -361px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .prd_m_opt {
    margin-top: 0;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .prd_m_opt .ovy {
    max-height: 277px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .m_s_line .btn1 {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .m_s_line .cart_btn_box .btn2 {
    font-size: 14px;
  }
	.sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .m_s_line .btn3{font-size: 14px;}
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal {
    width: 235px;
  }
  .sys_prd_view .prd_v_top .total_price_box {
    margin: 15px 0 20px;
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .total_price_box .total_price {
    font-size: 20px;
  }
  .sys_prd_view .prd_v_top .s_line {
    padding-top: 20px;
  }
  .sys_prd_view .prd_v_top::after {
    height: 11px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul li {
    height: 52px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul li a {
    line-height: 52px;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_cont {
    padding: 25px 0 40px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_cont .page_num {
    margin-top: 20px;
  }
  .sys_prd_view .prd_v_bottom .cont2 .t1 {
    margin-top: 10px;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .cont2 .t2 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .qna_t_box {
    margin-bottom: 10px;
  }
  .sys_prd_view .prd_v_bottom .qna_t_box .btn {
    width: calc(50% - 3px);
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td {
    padding: 15px 0 !important;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .tit {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .lock_ico::before {
    margin-right: 5px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .file_ico::after {
    width: 10px;
    height: 14px;
    margin-left: 5px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1::after {
    margin: 0 10px 2px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .t1 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .t2 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .txt_box .btn_line {
    margin-top: 15px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .txt_box .t1 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .close_btn {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box {
    margin-top: 10px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_txt {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst {
    margin: 15px 0 20px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li {
    width: 135px;
  }
}
.sys_mypage .my_nav {
  width: 310px;
}
.sys_mypage .my_nav .tit {
  font-size: 20px;
  font-weight: bold;
}
.sys_mypage .my_nav .my_menu {
  margin-top: 25px;
  padding: 25px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_nav .my_menu > li + li {
  margin-top: 25px;
}
.sys_mypage .my_nav .my_menu > li > a {
  font-size: 16px;
  font-weight: bold;
}
.sys_mypage .my_nav .my_menu > li > ul > li > a {
  color: #666;
  font-size: 14px;
}
.sys_mypage .my_nav .my_menu > li > ul > li.act > a {
  color: #00945E !important;
}
.sys_mypage .my_cont {
  width: calc(100% - 370px);
}
.sys_mypage .my_tit {
  padding: 50px 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.sys_mypage .my_tit.bdb {
  border-bottom: 1px solid #000;
}
.sys_mypage .my_tit.pt0 {
  padding-top: 0;
}
.sys_mypage .my_tit .r_btn {
  margin-top: 5px;
  font-size: 12px;
  line-height: 110%;
  color: #00945E !important;
  font-weight: 300;
}
.sys_mypage .my_tab {
  position: relative;
  margin-bottom: 50px;
}
.sys_mypage .my_tab > ul {
  margin-left: 1px;
  font-size: 0;
}
.sys_mypage .my_tab > ul li {
  overflow: hidden;
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-left: -1px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-bottom: 1px solid #333;
}
.sys_mypage .my_tab > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background-color: #fafafa;
}
.sys_mypage .my_tab > ul li.act {
  z-index: 1;
  position: relative;
  border: 1px solid #333 !important;
  border-bottom: 0 !important;
  border-radius: 5px 5px 0 0 !important;
}
.sys_mypage .my_tab > ul li.act a {
  color: #333;
  background-color: #fff;
}
.sys_mypage .my_tab > ul li:first-child {
  border-radius: 5px 0 0 0;
}
.sys_mypage .my_tab > ul li:nth-child(n+2) {
  border-left: 0;
}
.sys_mypage .my_tab > ul li:last-child {
  border-radius: 0 5px 0 0;
}
.sys_mypage .my_tab::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.sys_mypage .my_sel {
  width: 100%;
  height: 45px;
  margin-bottom: 50px;
  padding: 0 35px 0 20px;
  border-radius: 5px;
  background-position: calc(100% - 20px) 50%;
}
.sys_mypage .my_more_btn {
  display: block;
  width: 100%;
  max-width: 720px;
  height: 60px;
  margin: 50px auto 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  line-height: 58px;
  text-align: center;
}
.sys_mypage .my_list_btn {
  display: block;
  width: 220px;
  height: 60px;
  margin: 50px auto 0;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
}
.sys_mypage .date_pic_box {
  margin-top: 30px;
}
.sys_mypage .date_pic_box.mt0 {
  margin-top: 0;
}
.sys_mypage .date_pic_box.mt50 {
  margin-top: 50px;
}
.sys_mypage .page_num {
  margin-top: 50px;
}
.sys_mypage .mem_info {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 60px;
  border-radius: 20px;
  background-color: #fafafa;
}
.sys_mypage .mem_info .mem_txt {
  width: 430px;
}
.sys_mypage .mem_info .mem_txt .t1 {
  font-size: 24px;
  color: #000;
}
.sys_mypage .mem_info .mem_txt .point_info {
  display: flex;
  gap: 0 60px;
  align-items: start;
  margin-top: 30px;
}
.sys_mypage .mem_info .mem_txt .point_info table {
  width: 100%;
}
.sys_mypage .mem_info .mem_txt .point_info table th {
  line-height: 150%;
  font-size: 12px;
  text-align: left;
}
.sys_mypage .mem_info .mem_txt .point_info table td {
  line-height: 150%;
  font-size: 12px;
  text-align: right;
}
.sys_mypage .mem_info .mem_info_lst {
  flex-shrink: 0;
  overflow: hidden;
  margin-left: auto;
}
.sys_mypage .mem_info .mem_info_lst > ul {
  display: flex;
  gap: 15px;
  font-size: 0;
}
.sys_mypage .mem_info .mem_info_lst > ul li {
  display: inline-block;
  width: 130px;
  height: 130px;
  border: 1px solid #ddd;
  border-radius: 10px;
  vertical-align: top;
  background-color: #fff;
}
.sys_mypage .mem_info .mem_info_lst > ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sys_mypage .mem_info .mem_info_lst > ul li a .t1 {
  font-size: 20px;
}
.sys_mypage .mem_info .mem_info_lst > ul li a .t2 {
  margin-top: 5px;
  font-size: 16px;
}
.sys_mypage .ico_state_lst {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.sys_mypage .ico_state_lst .state_lst1 {
  flex-shrink: 0;
  width: 650px;
}
.sys_mypage .ico_state_lst .state_lst1 li {
  width: 25%;
  height: 141px;
  border-right: 1px solid #ddd;
}
.sys_mypage .ico_state_lst .state_lst1 li:last-child {
  border-right: 0;
}
.sys_mypage .ico_state_lst .state_lst1 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 35px;
  text-align: center;
  font-size: 0;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico .num {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
  background-color: #00945E !important;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico1 {
  background-position: -458px -86px;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico2 {
  background-position: -500px -86px;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico3 {
  background-position: -540px -86px;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico4 {
  background-position: -584px -86px;
}
.sys_mypage .ico_state_lst .state_lst1 li .txt {
  margin-top: -8px;
  font-size: 14px;
  line-height: 110%;
}
.sys_mypage .ico_state_lst .state_lst2 {
  width: 100%;
  border-left: 1px solid #ddd;
}
.sys_mypage .ico_state_lst .state_lst2 li {
  height: 47px;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .ico_state_lst .state_lst2 li:last-child {
  border-bottom: 0;
}
.sys_mypage .ico_state_lst .state_lst2 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.sys_mypage .ico_state_lst .state_lst2 li .t1 {
  font-size: 14px;
  line-height: 45px;
}
.sys_mypage .ico_state_lst .state_lst2 li .t1::before {
  content: "▶";
  margin-right: 4px;
  font-size: 11px;
  color: #ddd;
  font-family: "Dotum";
}
.sys_mypage .ico_state_lst .state_lst2 li .t2 {
  font-size: 14px;
  line-height: 45px;
}
.sys_mypage .ord_state_lst .lst + .lst {
  margin-top: 30px;
}
.sys_mypage .ord_state_lst .state_top {
  height: 40px;
  padding: 0 20px;
  border-radius: 10px 10px 0 0;
  background-color: #fafafa;
}
.sys_mypage .ord_state_lst .state_top .line {
  line-height: 40px;
}
.sys_mypage .ord_state_lst .state_top .line .t1 {
  font-size: 12px;
}
.sys_mypage .ord_state_lst .state_top .line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .ord_state_lst .state_top .line .t1:last-child::after {
  display: none;
}
.sys_mypage .ord_state_lst .state_top .t2 {
  font-size: 12px;
  line-height: 40px;
  color: #00945E !important;
}
.sys_mypage .ord_state_tb {
  border-top: 1px solid #333;
}
.sys_mypage .ord_state_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_mypage .ord_state_tb td {
  padding: 30px 0;
  font-size: 0;
}
.sys_mypage .ord_state_tb .w1 {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
.sys_mypage .ord_state_tb .w1 .img {
  overflow: hidden;
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.sys_mypage .ord_state_tb .w1 .img > a{display: block;width: 100%;height: 100%;}
.sys_mypage .ord_state_tb .w1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sys_mypage .ord_state_tb .w2 {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 20px;
  vertical-align: top;
}
.sys_mypage .ord_state_tb .w2 .t1 {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.sys_mypage .ord_state_tb .w2 .t2 {
  display: block;
  font-size: 14px;
  color: #666;
}
.sys_mypage .ord_state_tb .w2 .t3 {
  font-size: 14px;
  line-height: 150%;
}
.sys_mypage .ord_state_tb .w2 .state_line {
  margin-top: 15px;
  font-size: 0;
}
.sys_mypage .ord_state_tb .w2 .state_line .t3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .ord_state_tb .w2 .state_line .t3:last-child::after {
  display: none;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box {
  overflow-x: auto;
  margin-top: 20px;
  font-size: 0;
  white-space: nowrap;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style1 {
  color: #fff;
  background-color: #333;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .bg {
  background-color: #00945E !important;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style2 {
  border: 1px solid #aaa;
}
.sys_mypage .ord_state_tb .review_btn_wrap {
  position: relative;
  padding-right: 76px;
}
.sys_mypage .ord_state_tb .review_btn_wrap .r_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 76px;
  height: 30px;
  vertical-align: top;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .my_b_nav > ul li + li {
  border-top: 1px solid #ddd;
}
.sys_mypage .my_b_nav > ul li .t1 {
  position: relative;
  display: block;
  height: 76px;
  padding: 0 5%;
  line-height: 76px;
  font-size: 16px;
}
.sys_mypage .my_b_nav > ul li .t1::after {
  position: absolute;
  right: 5%;
  top: 27px;
  width: 12px;
  height: 22px;
  background-position: -598px -302px;
}
.sys_mypage .my_lst_tb {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_lst_tb.bdtn {
  border-top: 0;
}
.sys_mypage .my_lst_tb table th {
  width: 110px;
  padding: 6px 0;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
.sys_mypage .my_lst_tb table td {
  padding: 6px 0;
  font-size: 14px;
  vertical-align: top;
}
.sys_mypage .my_tb {
  border-top: 1px solid #000;
}
.sys_mypage .my_tb table thead {
  background-color: #eee;
}
.sys_mypage .my_tb table tr {
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_tb table th {
  padding: 16px 0;
  font-size: 14px;
  font-weight: bold;
}
.sys_mypage .my_tb table td {
  padding: 16px 0;
  font-size: 14px;
  text-align: center;
}
.sys_mypage .my_tb table td.tit {
  padding-left: 25px;
  text-align: left;
}
.sys_mypage .my_tb table td.tac {
  text-align: center;
}
.sys_mypage .my_inp_tb {
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_inp_tb.mt20 {
  margin-top: 20px;
}
.sys_mypage .my_inp_tb.mt30 {
  margin-top: 30px;
}
.sys_mypage .my_inp_tb.mt50 {
  margin-top: 50px;
}
.sys_mypage .my_inp_tb table th {
  width: 110px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.sys_mypage .my_inp_tb table th.vat {
  padding-top: 12px;
  vertical-align: top;
}
.sys_mypage .my_inp_tb table td {
  padding: 5px 0;
  font-size: 0;
}
.sys_mypage .my_inp_tb table td.txt_td {
  padding: 0;
  line-height: 45px;
  font-size: 14px;
}
.sys_mypage .my_inp_tb table .address_cki {
  margin-top: 10px;
}
.sys_mypage .my_inp_tb .line {
  font-size: 0;
}
.sys_mypage .my_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_mypage .my_inp_tb .file_img {
  width: 310px;
  margin-bottom: 5px;
  text-align: left;
}
.sys_mypage .my_down_cp {
  overflow: hidden;
}
.sys_mypage .my_down_cp > ul {
  margin: 0 -25px -40px 0;
  font-size: 0;
}
.sys_mypage .my_down_cp > ul li {
  display: inline-block;
  width: calc(33.3334% - 25px);
  margin: 0 25px 40px 0;
  vertical-align: top;
}
.sys_mypage .my_down_cp > ul li .box {
  padding: 25px 30px;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}
.sys_mypage .my_down_cp > ul li .box .t1 {
  font-size: 16px;
  font-weight: bold;
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb th {
  width: 63px;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
  vertical-align: top;
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb td {
  font-size: 14px;
  color: #666;
  word-break: break-all;
  vertical-align: top;
}
.sys_mypage .my_down_cp > ul li .down_btn {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #aaa;
  border-radius: 0 0 20px 20px;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
}
.sys_mypage .my_wish_top {
  margin-top: 50px;
  font-size: 0;
}
.sys_mypage .my_wish_top .wish_cki {
  vertical-align: top;
}
.sys_mypage .my_wish_top .wish_cki i {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.sys_mypage .my_wish_top .wish_del {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-left: 5px;
  border: 1px solid #aaa;
  border-radius: 5px;
  vertical-align: top;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .my_wish_lst {
  margin-top: 20px;
  border-top: 1px solid #333;
}
.sys_mypage .my_wish_lst > ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_mypage .my_wish_lst > ul li .de_cki {
  vertical-align: middle;
}
.sys_mypage .my_wish_lst > ul li .de_cki i {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.sys_mypage .my_wish_lst > ul li .img {
  overflow: hidden;
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  vertical-align: middle;
}
.sys_mypage .my_wish_lst > ul li .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt {
  position: relative;
  display: inline-block;
  width: calc(100% - 140px);
  padding: 0 160px 0 20px;
  vertical-align: middle;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .t1 {
  font-size: 16px;
  font-weight: bold;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .t2 {
  font-size: 14px;
  color: #666;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
  margin-top: 20px;
  font-size: 12px;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t3 {
  color: #999;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t5 {
  color: #00945E !important;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .r_btn_wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  vertical-align: middle;
  font-size: 0;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .r_btn_wrap .wish_del_btn {
  margin-left: 20px;
}
.sys_mypage .my_wish_lst > ul li .wish_cart_btn {
  display: inline-block;
  width: 100px;
  height: 34px;
  border-radius: 5px;
  vertical-align: middle;
  color: #fff;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  background-color: #333;
}
.sys_mypage .my_wish_lst > ul li .wish_del_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-image: url(/src/img/shop/my_wish_del.png);
  background-repeat: no-repeat;
  background-position: center;
}
.sys_mypage .my_wish_lst > ul li .wish_del_btn.dn {
  display: none;
}
.sys_mypage .my_qna_tb {
  margin-top: 20px;
  border-top: 1px solid #000;
}
.sys_mypage .my_qna_tb .line {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_mypage .my_qna_tb .line .btn_line {
  margin-top: 20px;
  font-size: 0;
}
.sys_mypage .my_qna_tb .line .btn_line .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  text-align: center;
}
.sys_mypage .my_qna_tb .line .btn_line .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .my_qna_tb .line .btn_line .btn.style1 {
  color: #fff;
  line-height: 34px;
  background-color: #333;
}
.sys_mypage .my_qna_tb .line .btn_line .btn.style2 {
  border: 1px solid #aaa;
  line-height: 32px;
  background-color: #fff;
}
.sys_mypage .my_qna_tb .line .w {
  display: inline-block;
  padding: 16px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .my_qna_tb .line .w1 {
  width: 107px;
}
.sys_mypage .my_qna_tb .line .w2 {
  width: calc(100% - 373px);
}
.sys_mypage .my_qna_tb .line .w3 {
  width: 137px;
}
.sys_mypage .my_qna_tb .line .w4 {
  width: 129px;
}
.sys_mypage .my_qna_tb .w.tit {
  padding-left: 25px;
  text-align: left;
  font-size: 0;
}
.sys_mypage .my_qna_tb .w.tit .qna_btn {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 150%;
  color: #000;
}
.sys_mypage .my_qna_tb .w.tit .qna_btn .type {
  font-weight: bold;
}
.sys_mypage .my_qna_tb .w.tit .info_line {
  margin-top: 2px;
  font-size: 0;
}
.sys_mypage .my_qna_tb .w.tit .info_line .t1 {
  font-size: 14px;
  line-height: 110%;
  color: #000;
}
.sys_mypage .my_qna_tb .w.tit .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .my_qna_tb .w.tit .info_line .t1:last-child::after {
  display: none;
}
.sys_mypage .my_qna_tb .qna_line {
  display: none;
  padding: 0;
  text-align: left;
  background-color: #fafafa;
}
.sys_mypage .my_qna_tb .qna_line .qna_box {
  padding: 25px 0;
  font-size: 0;
}
.sys_mypage .my_qna_tb .qna_line .qna_box + .qna_box {
  border-top: 1px solid #ddd;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .ico {
  display: inline-block;
  width: 107px;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box {
  display: inline-block;
  width: calc(100% - 107px);
  padding: 0 25px;
  vertical-align: top;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t1 {
  font-size: 14px;
  font-weight: bold;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .type {
  margin-right: 4px;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t2 {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}
.sys_mypage .my_qna_tb .qna_line.db {
  display: block;
}
.sys_mypage .prd_inquiry_tb {
  margin-top: 20px;
  border-top: 2px solid #000;
}
.sys_mypage .prd_inquiry_tb .line {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .line.hd_line {
  background-color: #eee;
}
.sys_mypage .prd_inquiry_tb .line.hd_line .w {
  font-weight: bold;
}
.sys_mypage .prd_inquiry_tb .line .btn_line {
  margin-top: 20px;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .line .btn_line .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
}
.sys_mypage .prd_inquiry_tb .line .btn_line .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .prd_inquiry_tb .line .btn_line .btn.style1 {
  color: #fff;
  line-height: 34px;
  background-color: #333;
}
.sys_mypage .prd_inquiry_tb .line .btn_line .btn.style2 {
  border: 1px solid #aaa;
  line-height: 32px;
  background-color: #fff;
}
.sys_mypage .prd_inquiry_tb .line .w {
  display: inline-block;
  padding: 16px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .prd_inquiry_tb .line .w1 {
  width: 90px;
}
.sys_mypage .prd_inquiry_tb .line .w2 {
  width: calc(100% - 356px);
}
.sys_mypage .prd_inquiry_tb .line .w2_2 {
  width: calc(100% - 266px);
}
.sys_mypage .prd_inquiry_tb .line .w3 {
  width: 137px;
}
.sys_mypage .prd_inquiry_tb .line .w4 {
  width: 129px;
}
.sys_mypage .prd_inquiry_tb .img {
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
}
.sys_mypage .prd_inquiry_tb .img > a{display: block;width: 100%;height: 100%;}
.sys_mypage .prd_inquiry_tb .img img {
  object-fit: cover;
  width: 100%;
  height: 100px;
}
.sys_mypage .prd_inquiry_tb .w.tit {
  padding-left: 20px;
  text-align: left;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .w.tit .qna_btn {
  display: block;
  width: 100%;
  text-align: left;
}
.sys_mypage .prd_inquiry_tb .w.tit .qna_btn .type {
  font-size: 14px;
  font-weight: bold;
}
.sys_mypage .prd_inquiry_tb .w.tit .qna_btn .txt {
  font-size: 16px;
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line {
  margin-top: 5px;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line .t1 {
  font-size: 14px;
  line-height: 150%;
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line .t1:last-child::after {
  display: none;
}
.sys_mypage .prd_inquiry_tb .qna_line {
  display: none;
  padding: 0;
  text-align: left;
  background-color: #fafafa;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box {
  padding: 25px 0;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box + .qna_box {
  border-top: 1px solid #ddd;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .ico {
  display: inline-block;
  width: 107px;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box {
  display: inline-block;
  width: calc(100% - 107px);
  padding: 0 25px;
  vertical-align: top;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box.w100p {
  width: 100%;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t1 {
  font-size: 14px;
  font-weight: bold;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t2 {
  font-size: 14px;
  color: #666;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .info_dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .info_dl dl {
  display: flex;
  gap: 0 5px;
  font-size: 14px;
  line-height: 150%;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .info_dl dl dt {
  flex-shrink: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .info_dl dl dd {
  font-size: inherit;
  line-height: inherit;
}
.sys_mypage .prd_inquiry_tb .qna_line.db {
  display: block;
}
.sys_mypage .address_tb {
  border-top: 1px solid #000;
}
.sys_mypage .address_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_mypage .address_tb td {
  padding: 25px 0;
  font-size: 0;
}
.sys_mypage .address_tb .txt_box {
  display: inline-block;
  width: calc(100% - 85px);
  padding-right: 10px;
  vertical-align: middle;
}
.sys_mypage .address_tb .txt_box .t1 {
  font-size: 16px;
  font-weight: bold;
}
.sys_mypage .address_tb .txt_box .basic_ico {
  color: #00945E !important;
}
.sys_mypage .address_tb .txt_box .t2 {
  font-size: 14px;
  color: #666;
}
.sys_mypage .address_tb .r_btn {
  display: inline-block;
  width: 85px;
  vertical-align: middle;
  font-size: 0;
}
.sys_mypage .address_tb .r_btn .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  border-radius: 5px;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .address_tb .r_btn .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .address_tb .r_btn .style1 {
  line-height: 34px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .address_tb .r_btn .style2 {
  border: 1px solid #999;
  line-height: 32px;
}

@media (max-width: 1480px) {
  .sys_mypage .my_nav {
    width: 200px;
  }
  .sys_mypage .my_cont {
    width: calc(100% - 250px);
  }
  .sys_mypage .mem_info {
    padding: 50px;
  }
  .sys_mypage .mem_info .mem_txt .t1 {
    font-size: 20px;
  }
  .sys_mypage .mem_info .mem_txt .point_info {
    gap: 0 30px;
    margin-top: 15px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul {
    gap: 10px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul li {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1240px) {
  .sys_mypage {
    width: 100% !important;
    padding-top: 0 !important;
  }
  .sys_mypage .my_cont {
    width: 100%;
  }
  .sys_mypage .my_container {
    width: 90%;
    margin: 0 auto;
  }
  .sys_mypage .date_pic_box {
    margin-top: 50px;
  }
  .sys_mypage .mem_info {
    position: relative;
    padding: 35px 5%;
    border-radius: 0;
  }
  .sys_mypage .mem_info .mem_info_lst > ul {
    gap: 10px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul li {
    width: 90px;
  }
  .sys_mypage .ico_state_lst {
    display: block;
  }
  .sys_mypage .ico_state_lst .state_lst1 {
    width: 100%;
  }
  .sys_mypage .ico_state_lst .state_lst2 {
    width: 100%;
    border-top: 1px solid #ddd;
    border-left: 0;
  }
  .sys_mypage .my_tb table td.tit {
    padding: 20px 20px;
  }
  .sys_mypage .my_tb table td.tit .info_line {
    margin-top: 3px;
    font-size: 0;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1 {
    font-size: 14px;
    line-height: 150%;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #ebebeb;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1:last-child::after {
    display: none;
  }
  .sys_mypage .my_tb table td.tac {
    text-align: left;
  }
  .sys_mypage .my_down_cp > ul {
    margin: 0 -25px -40px 0;
  }
  .sys_mypage .my_down_cp > ul li {
    width: calc(50% - 25px);
    margin: 0 25px 40px 0;
  }
  .sys_mypage .my_qna_tb .line .w2 {
    display: block;
    width: 100%;
  }
  .sys_mypage .my_qna_tb .w.tit {
    padding: 25px 20px;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn {
    overflow: auto;
    white-space: normal;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn .type {
    display: block;
    margin-left: 0;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn .txt {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .sys_mypage .prd_inquiry_tb .line .w2 {
    width: calc(100% - 90px);
  }
  .sys_mypage .prd_inquiry_tb .line .w2_2 {
    width: 100%;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .sys_mypage .sys_notorder_interval {
    padding: 50px 0 100px;
  }
}
@media (max-width: 767px) {
  .sys_mypage .mem_info {
    flex-direction: column;
  }
  .sys_mypage .mem_info .mem_txt {
    width: 100%;
  }
  .sys_mypage .mem_info .mem_info_lst {
    width: 100%;
  }
  .sys_mypage .mem_info .mem_info_lst > ul li {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sys_mypage .my_tit {
    padding: 25px 0 10px;
    font-size: 16px;
  }
  .sys_mypage .my_tit .r_btn {
    margin-top: 3px;
  }
  .sys_mypage .my_tab {
    margin-bottom: 25px;
  }
  .sys_mypage .my_tab > ul li {
    width: 50%;
  }
  .sys_mypage .my_tab > ul li a {
    font-size: 12px;
  }
  .sys_mypage .my_tab::after {
    display: none;
  }
  .sys_mypage .my_sel {
    margin-bottom: 25px;
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
  .sys_mypage .my_more_btn {
    margin-top: 25px;
    font-size: 12px;
  }
  .sys_mypage .my_list_btn {
    margin-top: 25px;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
  .sys_mypage .date_pic_box {
    margin-top: 25px;
  }
  .sys_mypage .date_pic_box.mt50 {
    margin-top: 25px;
  }
  .sys_mypage .page_num {
    margin-top: 25px;
  }
  .sys_mypage .mem_info {
    gap: 15px 0;
    padding: 25px 5%;
  }
  .sys_mypage .mem_info .mem_txt .t1 {
    font-size: 16px;
  }
  .sys_mypage .mem_info .mem_txt .point_info {
    display: block;
    max-width: 170px;
    margin-top: 10px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul {
    gap: 8px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul li {
    height: 90px;
    border-radius: 5px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul li a .t1 {
    font-size: 16px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul li a .t2 {
    margin-top: 0;
    font-size: 12px;
  }
  .sys_mypage .ico_state_lst {
    border-radius: 5px;
  }
  .sys_mypage .ico_state_lst .state_lst1 li {
    width: 50%;
    height: 102px;
  }
  .sys_mypage .ico_state_lst .state_lst1 li:nth-child(2n) {
    border-right: 0;
  }
  .sys_mypage .ico_state_lst .state_lst1 li:nth-child(3) {
    border-top: 1px solid #ddd;
  }
  .sys_mypage .ico_state_lst .state_lst1 li:nth-child(4) {
    border-top: 1px solid #ddd;
  }
  .sys_mypage .ico_state_lst .state_lst1 li a {
    padding-top: 18px;
  }
  .sys_mypage .ico_state_lst .state_lst1 li .ico {
    margin-bottom: 0;
  }
  .sys_mypage .ico_state_lst .state_lst1 li .txt {
    margin-top: 0;
    font-size: 12px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li {
    height: 34px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li a {
    padding: 0 10px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li .t1 {
    font-size: 12px;
    line-height: 32px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li .t2 {
    font-size: 12px;
    line-height: 32px;
  }
  .sys_mypage .ord_state_lst .lst + .lst {
    margin-top: 15px;
  }
  .sys_mypage .ord_state_lst .state_top {
    padding: 0;
    border-radius: 5px 5px 0 0;
  }
  .sys_mypage .ord_state_lst .state_top .line .t1 {
    font-size: 11px;
  }
  .sys_mypage .ord_state_lst .state_top .t2 {
    font-size: 11px;
  }
  .sys_mypage .ord_state_tb td {
    padding: 20px 0;
  }
  .sys_mypage .ord_state_tb .w1 {
    width: 70px;
  }
  .sys_mypage .ord_state_tb .w1 .img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
  }
  .sys_mypage .ord_state_tb .w2 {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .sys_mypage .ord_state_tb .w2 .t1 {
    font-size: 14px;
  }
  .sys_mypage .ord_state_tb .w2 .t2 {
    font-size: 12px;
  }
  .sys_mypage .ord_state_tb .w2 .t3 {
    font-size: 12px;
  }
  .sys_mypage .ord_state_tb .w2 .state_line {
    margin-top: 5px;
  }
  .sys_mypage .ord_state_tb .w2 .state_btn_box .btn {
    height: 30px;
    font-size: 12px;
  }
  .sys_mypage .ord_state_tb .review_btn_wrap {
    padding-right: 0;
  }
  .sys_mypage .ord_state_tb .review_btn_wrap .r_btn {
    position: static;
    display: block;
    top: 0;
    transform: translateY(0);
    margin-top: 10px;
  }
  .sys_mypage .my_b_nav > ul li .t1 {
    height: 52px;
    line-height: 52px;
    font-size: 12px;
  }
  .sys_mypage .my_b_nav > ul li .t1::after {
    top: 18px;
    width: 8px;
    height: 16px;
    background-position: -612px -302px;
  }
  .sys_mypage .my_lst_tb {
    padding: 10px 0;
  }
  .sys_mypage .my_lst_tb table th {
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_mypage .my_lst_tb table td {
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_mypage .my_tb table td {
    font-size: 12px;
  }
  .sys_mypage .my_tb table td.tit {
    padding: 15px 0;
  }
  .sys_mypage .my_tb table td.tit .info_line {
    margin-top: 0;
    font-size: 0;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1 {
    font-size: 12px;
    line-height: 150%;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #ebebeb;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1:last-child::after {
    display: none;
  }
  .sys_mypage .my_inp_tb {
    padding: 0 0 20px;
  }
  .sys_mypage .my_inp_tb.mt20 {
    margin-top: 10px;
  }
  .sys_mypage .my_inp_tb.mt30 {
    margin-top: 15px;
  }
  .sys_mypage .my_inp_tb.mt50 {
    margin-top: 25px;
  }
  .sys_mypage .my_inp_tb table th {
    display: block;
    width: 100%;
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
  }
  .sys_mypage .my_inp_tb table th.vat {
    padding-top: 0;
  }
  .sys_mypage .my_inp_tb table th.txt_th {
    display: inline-block;
    width: 100px;
  }
  .sys_mypage .my_inp_tb table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sys_mypage .my_inp_tb table td.txt_td {
    display: inline-block;
    width: calc(100% - 100px);
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
  }
  .sys_mypage .my_inp_tb table .address_cki {
    margin-top: 5px;
  }
  .sys_mypage .my_inp_tb .file_img {
    width: 100%;
  }
  .sys_mypage .my_down_cp > ul {
    margin: 0 0 -20px;
  }
  .sys_mypage .my_down_cp > ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .sys_mypage .my_down_cp > ul li .box {
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
  }
  .sys_mypage .my_down_cp > ul li .box .t1 {
    font-size: 14px;
  }
  .sys_mypage .my_down_cp > ul li .box .down_cp_tb th {
    font-size: 12px;
  }
  .sys_mypage .my_down_cp > ul li .box .down_cp_tb td {
    font-size: 12px;
  }
  .sys_mypage .my_down_cp > ul li .down_btn {
    border-radius: 0 0 10px 10px;
    font-size: 12px;
  }
  .sys_mypage .my_wish_top {
    margin-top: 25px;
  }
  .sys_mypage .my_wish_top .wish_del {
    font-size: 12px;
  }
  .sys_mypage .my_wish_lst {
    margin-top: 10px;
  }
  .sys_mypage .my_wish_lst > ul li {
    position: relative;
    padding: 20px 0;
  }
  .sys_mypage .my_wish_lst > ul li .de_cki {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .sys_mypage .my_wish_lst > ul li .img {
    margin-left: 0;
    width: 70px;
    height: 70px;
    vertical-align: top;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt {
    width: calc(100% - 70px);
    padding-left: 10px;
    padding-right: 30px;
    vertical-align: top;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .t1 {
    font-size: 14px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .t2 {
    font-size: 12px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
    margin-top: 10px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .r_btn_wrap {
    position: static;
    width: 100%;
    margin-top: 10px;
    transform: translateY(0);
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .wish_cart_btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .wish_del_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sys_mypage .my_qna_tb {
    margin-top: 10px;
  }
  .sys_mypage .my_qna_tb .line .btn_line {
    margin-top: 10px;
  }
  .sys_mypage .my_qna_tb .w.tit {
    padding: 15px 0;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn {
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .w.tit .info_line .t1 {
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box {
    padding: 0;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t1 {
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .type {
    display: block;
    margin-right: 0;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t2 {
    margin-top: 3px;
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb {
    margin-top: 10px;
  }
  .sys_mypage .prd_inquiry_tb .line .btn_line {
    margin-top: 10px;
  }
  .sys_mypage .prd_inquiry_tb .line .w1 {
    width: 70px;
  }
  .sys_mypage .prd_inquiry_tb .line .w2 {
    width: calc(100% - 70px);
  }
  .sys_mypage .prd_inquiry_tb .img {
    width: 70px;
    height: 70px;
  }
  .sys_mypage .prd_inquiry_tb .w.tit {
    padding: 16px 0 16px 10px;
  }
  .sys_mypage .prd_inquiry_tb .w.tit .qna_btn .type {
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb .w.tit .qna_btn .txt {
    font-size: 14px;
  }
  .sys_mypage .prd_inquiry_tb .w.tit .info_line .t1 {
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box {
    padding: 20px 0;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t1 {
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t2 {
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .info_dl {
    gap: 0 10px;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .info_dl dl {
    font-size: 12px;
  }
  .sys_mypage .address_tb td {
    padding: 20px 0;
  }
  .sys_mypage .address_tb .txt_box {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .sys_mypage .address_tb .txt_box .t1 {
    font-size: 14px;
  }
  .sys_mypage .address_tb .txt_box .t2 {
    font-size: 12px;
  }
  .sys_mypage .address_tb .txt_box .basic_ico {
    width: auto;
    height: auto;
    margin-top: -2px;
    margin-left: 0;
    line-height: 150%;
    text-align: left;
    color: #006fbb;
    background-color: transparent;
  }
  .sys_mypage .address_tb .txt_box .basic_ico .b {
    display: inline;
  }
  .sys_mypage .address_tb .r_btn {
    display: block;
    width: 100%;
    margin-top: 7px;
  }
  .sys_mypage .address_tb .r_btn .btn {
    font-size: 12px;
  }
  .sys_mypage .sys_notorder_interval {
    padding: 25px 0 50px;
  }
}
.review_tb {
  border-top: 1px solid #333;
}
.review_tb tr {
  border-bottom: 1px solid #ddd;
}
.review_tb td {
  padding: 30px 0;
  font-size: 0;
}
.review_tb .w1 {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
.review_tb .w1 .img {
  overflow: hidden;
  width: 90px;
  height: 90px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.review_tb .w1 .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.review_tb .w2 {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 20px;
  vertical-align: top;
}
.review_tb .w2 .state_line {
  font-size: 0;
}
.review_tb .w2 .state_line .t1 {
  font-size: 12px;
  line-height: 110%;
}
.review_tb .w2 .state_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.review_tb .w2 .state_line .t1:last-child::after {
  display: none;
}
.review_tb .w2 .t2 {
  margin-top: 3px;
  font-size: 16px;
  font-weight: bold;
}
.review_tb .w2 .t3 {
  margin-top: 3px;
  font-size: 14px;
}
.review_tb .w2 .cmt_wrap {
  position: relative;
  overflow: hidden;
  height: 18px;
  margin-top: 15px;
  padding-right: 45px;
}
.review_tb .w2 .cmt_wrap.act {
  overflow: visible;
  height: auto;
  padding-right: 0;
}
.review_tb .w2 .cmt_wrap.act .cmt_txt {
  overflow: auto;
  white-space: normal;
}
.review_tb .w2 .cmt_wrap.act .cmt_img {
  display: block;
}
.review_tb .w2 .cmt_wrap.act .cmt_more {
  position: static;
  top: 0;
  margin-top: 20px;
}
.review_tb .w2 .cmt_wrap .cmt_txt {
  font-size: 12px;
  line-height: 150%;
}
.review_tb .w2 .cmt_wrap .cmt_img {
  display: none;
  width: 100%;
}
.review_tb .w2 .cmt_wrap .cmt_more {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 14px;
  line-height: 110%;
  color: #000;
  text-decoration: underline;
}
.review_tb .r_btn_wrap {
  position: relative;
  padding-right: 170px;
}
.review_tb .r_btn_wrap .r_btn {
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 0;
}
.review_tb .r_btn_wrap .r_btn .btn {
  display: inline-block;
  width: 41px;
  height: 30px;
  text-align: center;
  font-size: 12px;
}
.review_tb .r_btn_wrap .r_btn .btn + .btn {
  margin-left: 3px;
}
.review_tb .r_btn_wrap .r_btn .style1 {
  line-height: 30px;
  color: #fff;
  background-color: #333;
}
.review_tb .r_btn_wrap .r_btn .style2 {
  border: 1px solid #999;
  line-height: 28px;
}

@media (max-width: 1240px) {
  .review_tb .w2 .state_line {
    padding-right: 90px;
  }
  .review_tb .w2 .t2 {
    padding-right: 90px;
  }
  .review_tb .r_btn_wrap {
    padding-right: 0;
  }
  .review_tb .r_btn_wrap .r_btn {
    top: 30px;
  }
}
@media (max-width: 620px) {
  .review_tb td {
    padding: 20px 0;
  }
  .review_tb .w1 {
    width: 70px;
  }
  .review_tb .w1 .img {
    width: 70px;
    height: 70px;
  }
  .review_tb .w2 {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .review_tb .w2 .state_line {
    padding-right: 0;
  }
  .review_tb .w2 .t2 {
    margin-top: 0;
    padding-right: 0;
    font-size: 12px;
  }
  .review_tb .w2 .t3 {
    margin-top: 0;
    font-size: 11px;
  }
  .review_tb .w2 .cmt_wrap {
    margin-top: 5px;
    padding-right: 40px;
  }
  .review_tb .w2 .cmt_wrap .cmt_more {
    font-size: 12px;
  }
  .review_tb .r_btn_wrap {
    padding-right: 0;
  }
  .review_tb .r_btn_wrap .r_btn {
    position: static;
    top: 0;
    margin-top: 10px;
  }
}
.review_ul {
  border-top: 2px solid #000;
}
.review_ul > ul > li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.review_ul > ul > li .thum_line {
  display: flex;
  gap: 0 20px;
  align-items: start;
}
.review_ul > ul > li .thum_line .img {
  flex-shrink: 0;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.review_ul > ul > li .thum_line .img > a{display: block;width: 100%;height: 100%;}
.review_ul > ul > li .thum_line .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.review_ul > ul > li .thum_line .txt {
  width: 100%;
  min-width: 0;
  padding-top: 11px;
}
.review_ul > ul > li .thum_line .txt .info_line .t {
  font-size: 14px;
}
.review_ul > ul > li .thum_line .txt .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.review_ul > ul > li .thum_line .txt .info_line .t:last-child::after {
  display: none;
}
.review_ul > ul > li .thum_line .txt .type {
  font-size: 14px;
}
.review_ul > ul > li .thum_line .txt .tit {
  display: flex;
  gap: 0 10px;
  min-width: 0;
}
.review_ul > ul > li .thum_line .txt .tit .t {
  display: block;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
}
.review_ul > ul > li .thum_line .txt .tit .more_btn {
  flex-shrink: 0;
  font-size: 14px;
  text-decoration: underline;
  text-underline-position: under;
}
.review_ul > ul > li .review_line {
  display: none;
  margin-top: 20px;
}
.review_ul > ul > li .review_line .desc {
  font-size: 14px;
}
.review_ul > ul > li .review_line .img {
  margin-top: 20px;
}
.review_ul > ul > li .review_line .close_btn {
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  text-underline-position: under;
}
.review_ul > ul > li .review_line .manage_btns {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}
.review_ul > ul > li .review_line .manage_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 34px;
  border-radius: 5px;
  font-size: 12px;
}
.review_ul > ul > li .review_line .manage_btns .btn.line_style {
  border: 1px solid #aaa;
}
.review_ul > ul > li .review_line .manage_btns .btn.bg_style {
  color: #fff;
  background-color: #333;
}
.review_ul > ul > li.act .thum_line .txt .tit .tov {
  text-overflow: unset;
  overflow: visible;
  white-space: wrap;
}
.review_ul > ul > li.act .thum_line .txt .tit .more_btn {
  display: none;
}
.review_ul > ul > li.act .review_line {
  display: block;
}

@media (max-width: 620px) {
  .review_ul > ul > li .thum_line {
    gap: 0 10px;
  }
  .review_ul > ul > li .thum_line .img {
    width: 70px;
    height: 70px;
  }
  .review_ul > ul > li .thum_line .txt {
    padding-top: 5px;
  }
  .review_ul > ul > li .thum_line .txt .info_line .t {
    font-size: 12px;
  }
  .review_ul > ul > li .thum_line .txt .type {
    font-size: 12px;
  }
  .review_ul > ul > li .thum_line .txt .tit .t {
    font-size: 14px;
  }
  .review_ul > ul > li .thum_line .txt .tit .more_btn {
    font-size: 12px;
  }
  .review_ul > ul > li .review_line {
    margin-top: 10px;
  }
  .review_ul > ul > li .review_line .desc {
    font-size: 12px;
  }
  .review_ul > ul > li .review_line .img {
    margin-top: 10px;
  }
  .review_ul > ul > li .review_line .close_btn {
    font-size: 12px;
  }
  .review_ul > ul > li .review_line .manage_btns {
    margin-top: 10px;
  }
}
.date_pic_box .period_btn_wrap {
  font-size: 0;
}
.date_pic_box .period_btn_wrap .btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.date_pic_box .period_btn_wrap .btn + .btn {
  margin-left: 5px;
}
.date_pic_box .period_btn_wrap .btn.act {
  color: #fff;
  border: 1px solid #00945E !important;
  background-color: #00945E !important;
}
.date_pic_box .date_sch_box {
  margin-left: 20px;
  font-size: 0;
}
.date_pic_box .date_sch_box .date_box {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
}
.date_pic_box .date_sch_box .date_box .date_inp {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 10px;
  border: 0;
  font-size: 12px;
}
.date_pic_box .date_sch_box .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 14px;
}
.date_pic_box .date_sch_box .wave {
  display: inline-block;
  width: 17px;
  height: 34px;
  vertical-align: top;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
}
.date_pic_box .date_sch_box .sch_btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  margin-left: 5px;
  border-radius: 5px;
  vertical-align: top;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #333;
}
.date_pic_box .w_btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  border: 1px solid #aaa;
  vertical-align: top;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1240px) {
  .date_pic_box .period_btn_wrap {
    float: none;
    display: block;
    width: 100%;
  }
  .date_pic_box .period_btn_wrap .btn {
    width: calc((100% - 15px) / 4);
  }
  .date_pic_box .date_sch_box {
    float: none;
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
  .date_pic_box .date_sch_box .date_box {
    width: calc((100% - 102px) / 2);
  }
}
.calc_num_box {
  margin-left: 1px;
  font-size: 0;
}
.calc_num_box .btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-left: -1px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.calc_num_box .calc_btn {
  position: relative;
}
.calc_num_box .calc_btn.m::after {
  position: absolute;
  left: 12px;
  top: 17px;
  width: 11px;
  height: 1px;
  background-position: -580px -326px;
}
.calc_num_box .calc_btn.p::after {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 11px;
  height: 11px;
  background-position: -580px -329px;
}
.calc_num_box .calc_inp {
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
}

.sys_star_box {
  font-size: 0;
}
.sys_star_box .star {
  display: inline;
  font-size: 14px;
  color: #aaa;
  line-height: 150%;
}
.sys_star_box .star.act {
  color: #333;
}

@media (max-width: 620px) {
  .sys_star_box .star {
    font-size: 12px;
  }
}
.sys_order {
  position: relative;
}
.sys_order .ord_info {
  width: calc(100% - 540px);
}
.sys_order .ord_info .prd_t_line {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 50px 0 20px;
}
.sys_order .ord_info .prd_t_line.mt0 {
  margin-top: 0;
}
.sys_order .ord_info .prd_t_line .r_cont {
  margin-left: auto;
}
.sys_order .ord_info .prd_t {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.sys_order .ord_info .r_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 34px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
.sys_order .ord_info .prd_info {
  border-top: 1px solid #000;
}
.sys_order .ord_info .prd_info li {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_order .ord_info .prd_info .img {
  overflow: hidden;
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
}
.sys_order .ord_info .prd_info .img > a{display: block;width: 100%;height: 100%;}
.sys_order .ord_info .prd_info .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.sys_order .ord_info .prd_info .txt_box {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 20px;
  vertical-align: top;
}
.sys_order .ord_info .prd_info .txt_box .tit {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.sys_order .ord_info .prd_info .txt_box .txt {
  font-size: 14px;
  color: #666;
}
.sys_order .ord_info .prd_info .txt_box .pri_t {
  margin-top: 20px;
  font-size: 14px;
}
.sys_order .ord_info .prd_info .txt_box .pri_t .pri_t_del {
  color: #999;
}
.sys_order .ord_info .ord_inp_tb {
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_order .ord_info .ord_inp_tb th {
  padding-top: 12px;
  width: 110px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.sys_order .ord_info .ord_inp_tb td {
  padding: 5px 0;
  font-size: 0;
}
.sys_order .ord_info .ord_inp_tb .line {
  font-size: 0;
}
.sys_order .ord_info .ord_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_order .ord_info .ord_inp_tb .rdo_wrap {
  padding: 3px 0;
}
.sys_order .ord_info .ord_inp_tb .ord_btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  border: 1px solid #aaa;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
.sys_order .ord_info .ord_inp_tb .deli_line .rdo_wrap {
  display: inline-block;
  vertical-align: middle;
}
.sys_order .ord_info .ord_inp_tb .addr_line1 th {
  padding-top: 10px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1 td {
  padding: 10px 0 0;
  vertical-align: top;
  font-size: 14px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1.f th {
  padding-top: 15px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1.f td {
  padding-top: 15px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1.l th {
  padding-bottom: 15px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1.l td {
  padding-bottom: 15px;
}
.sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap {
  margin: 10px 0;
}
.sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap .de_cki {
  margin-right: 20px;
}
.sys_order .ord_info .ord_inp_tb .coupon_inp {
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .point_box {
  overflow: hidden;
  display: inline-block;
  width: 310px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
  font-size: 0;
}
.sys_order .ord_info .ord_inp_tb .point_box .point_inp {
  width: calc(100% - 30px);
  padding-right: 5px;
  border: 0;
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .point_box .point_del {
  display: inline-block;
  width: 30px;
  height: 34px;
}
.sys_order .ord_info .ord_inp_tb .point_box .point_del::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}
.sys_order .ord_info .ord_inp_tb .won_txt {
  display: inline-block;
  width: 20px;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
  font-size: 12px;
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .info_txt {
  margin: 10px 0 15px;
  font-size: 14px;
  color: #666;
}
.sys_order .ord_info .ord_inp_tb .info_txt .num {
  font-weight: bold;
  color: #00945E !important;
}
.sys_order .ord_info .ord_inp_tb .type_line {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.sys_order .ord_info .ord_inp_tb .rec_line {
  margin-top: 10px;
}
.sys_order .ord_info .ord_inp_tb .rec_line2 .rec_txt {
  display: inline-block;
  width: 100px;
  font-size: 14px;
  padding-top: 7px;
  line-height: 150%;
  vertical-align: top;
}
.sys_order .ord_info .ord_inp_tb .rec_line2 .sys_addr_wrap {
  display: inline-block;
  vertical-align: top;
}
.sys_order .ord_info .ord_inp_tb .rec_inp {
  margin-left: 5px;
}
.sys_order .ord_info .ord_inp_tb .rec_ph.dn {
  display: none;
}
.sys_order .ord_info .ord_inp_tb .rec_bz.dn {
  display: none;
}
.sys_order .ord_info .ord_agree_box {
  overflow-y: scroll;
  height: 150px;
  padding: 15px 20px;
  border: 1px solid #ddd;border-radius: 5px;
}
.sys_order .ord_info .ord_agree_box pre {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.sys_order .ord_info .ord_agree_line {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.sys_order .ord_info .ord_tb {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_order .ord_info .ord_tb th {
  width: 110px;
  padding: 5px 0;
  vertical-align: top;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.sys_order .ord_info .ord_tb td {
  padding: 5px 0;
  vertical-align: top;
  font-size: 14px;
}
.sys_order .ord_info .ord_tb tr:first-child th {
  padding-top: 0;
}
.sys_order .ord_info .ord_tb tr:first-child td {
  padding-top: 0;
}
.sys_order .ord_info .ord_tb tr:last-child th {
  padding-bottom: 0;
}
.sys_order .ord_info .ord_tb tr:last-child td {
  padding-bottom: 0;
}
.sys_order .ord_total_wrap {
  position: sticky;
  top: 160px;
  left: 0;
  width: 460px;
}
.sys_order .ord_total_wrap .ord_total {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.sys_order .ord_total_wrap .ord_total .total_info {
  padding: 30px 40px;
}
.sys_order .ord_total_wrap .ord_total .total_info .t1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.sys_order .ord_total_wrap .ord_total .total_pay {
  padding: 30px 40px;
  border-top: 1px solid #ddd;
}
.sys_order .ord_total_wrap .ord_total .total_pay .total_num {
  font-size: 20px;
  font-weight: bold;
  color: #00945E !important;
}
.sys_order .ord_total_wrap .ord_total .total_pay .total_btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 25px;
}
.sys_order .ord_total_wrap .ord_total .total_pay .total_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}
.sys_order .ord_total_wrap .ord_total .total_pay .style1 {
  color: #fff;
  background-color: #00945E !important;
}
.sys_order .ord_total_wrap .ord_total .total_pay .style2 {
  border: 1px solid #ddd;
}
.sys_order .ord_total_wrap .ord_total .pri_tb th {
  width: 120px;
  padding: 2px 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.sys_order .ord_total_wrap .ord_total .pri_tb td {
  padding: 2px 0;
  font-size: 14px;
  text-align: right;
}

@media (max-width: 1480px) {
  .sys_order .ord_info {
    width: calc(100% - 460px);
  }
  .sys_order .ord_total_wrap {
    width: 410px;
  }
}
@media (max-width: 1240px) {
  .sys_order .ord_info {
    float: none;
    width: 100%;
  }
  .sys_order .ord_info .prd_info .txt_box {
    padding-left: 20px;
  }
  .sys_order .ord_total_wrap {
    float: none;
    position: static;
    width: 100%;
    margin-top: 50px;
  }
  .sys_order .ord_total_wrap .ord_total {
    border: 0;
    border-radius: 0;
  }
  .sys_order .ord_total_wrap .ord_total .total_info {
    padding: 0 0 27px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay {
    padding: 25px 0 0;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_btn {
    margin: 0 auto;
  }
  .sys_order .ord_total_wrap .ord_total.fix {
    position: static;
    top: 0;
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .sys_order {
    margin-top: 25px;
  }
  .sys_order .ord_info .prd_t_line {
    margin: 25px 0 10px;
  }
  .sys_order .ord_info .prd_t {
    font-size: 16px;
  }
  .sys_order .ord_info .r_btns .btn {
    font-size: 12px;
  }
  .sys_order .ord_info .prd_info .img {
    width: 70px;
    height: 70px;
  }
  .sys_order .ord_info .prd_info .txt_box {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .sys_order .ord_info .prd_info .txt_box .tit {
    font-size: 14px;
  }
  .sys_order .ord_info .prd_info .txt_box .txt {
    font-size: 12px;
  }
  .sys_order .ord_info .prd_info .txt_box .pri_t {
    font-size: 12px;
    margin-top: 7px;
  }
  .sys_order .ord_info .ord_inp_tb {
    padding: 0 0 20px;
  }
  .sys_order .ord_info .ord_inp_tb th {
    display: block;
    width: 100%;
    margin: 20px 0 10px;
    padding: 0;
    font-size: 12px;
  }
  .sys_order .ord_info .ord_inp_tb th.m_mb5 {
    margin-bottom: 5px;
  }
  .sys_order .ord_info .ord_inp_tb td {
    display: block;
    padding: 0;
  }
  .sys_order .ord_info .ord_inp_tb .rdo_wrap {
    padding: 0;
  }
  .sys_order .ord_info .ord_inp_tb .rdo_wrap .de_rdo {
    margin-top: 5px;
  }
  .sys_order .ord_info .ord_inp_tb .ord_btn {
    font-size: 12px;
  }
  .sys_order .ord_info .ord_inp_tb .deli_line .rdo_wrap {
    display: block;
  }
  .sys_order .ord_info .ord_inp_tb .deli_line .ord_btn {
    margin-top: 10px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1 th {
    display: inline-block;
    width: 100px;
    margin: 0;
    padding-top: 5px;
    line-height: 150%;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1 td {
    display: inline-block;
    width: calc(100% - 100px);
    padding: 5px 0 0;
    vertical-align: top;
    font-size: 12px;
    line-height: 150%;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1.f th {
    padding-top: 15px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1.f td {
    padding-top: 15px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1.l th {
    padding-bottom: 15px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1.l td {
    padding-bottom: 15px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap {
    margin: 5px 0 0;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap .de_cki {
    margin-top: 5px;
  }
  .sys_order .ord_info .ord_inp_tb .coupon_inp {
    width: calc(100% - 133px);
  }
  .sys_order .ord_info .ord_inp_tb .point_box {
    width: calc(100% - 133px);
  }
  .sys_order .ord_info .ord_inp_tb .info_txt {
    margin-bottom: 0;
    font-size: 12px;
  }
  .sys_order .ord_info .ord_inp_tb .rec_ph.w150 {
    width: 130px;
  }
  .sys_order .ord_info .ord_inp_tb .rec_bz.w150 {
    width: 130px;
  }
  .sys_order .ord_info .ord_inp_tb .rec_inp {
    width: calc(100% - 135px);
  }
  .sys_order .ord_info .ord_inp_tb .rec_line2 .rec_txt {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0 5px;
    padding-top: 0;
    margin-right: 0;
    font-size: 12px;
  }
  .sys_order .ord_info .ord_inp_tb .rec_line2 .w345 {
    width: 100%;
  }
  .sys_order .ord_info .ord_inp_tb .rec_line2 .sys_addr_wrap {
    display: block;
    width: 100%;
  }
  .sys_order .ord_info .ord_agree_box {
    padding: 5px 10px;
  }
	.sys_order .ord_info .ord_agree_box pre{font-size: 12px;}
  .sys_order .ord_info .ord_tb {
    padding: 10px 0;
  }
  .sys_order .ord_info .ord_tb th {
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_order .ord_info .ord_tb td {
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_order .ord_total_wrap {
    margin-top: 25px;
  }
  .sys_order .ord_total_wrap .ord_total .total_info {
    padding: 0 0 10px;
  }
  .sys_order .ord_total_wrap .ord_total .total_info .t1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay {
    padding-top: 10px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_num {
    font-size: 16px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_btns {
    margin-top: 15px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_btn {
    height: 50px;
    font-size: 14px;
  }
  .sys_order .ord_total_wrap .ord_total .pri_tb th {
    width: 100px;
    padding: 8px 0;
  }
  .sys_order .ord_total_wrap .ord_total .pri_tb td {
    padding: 8px 0;
  }
}
.sys_mailto_wrap {
  display: none;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sys_mailto_wrap.db {
  display: block;
}
.sys_mailto_wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  padding: 65px 110px;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .sys_mailto_wrap .modal {
    width: calc(100% - 80px);
  }
}
@media (max-width: 620px) {
  .sys_mailto_wrap .modal {
    width: calc(100% - 40px);
    padding: 70px 20px;
  }
}
.sys_mailto_wrap .modal .t1 {
  font-size: 20px;
  line-height: 100%;
  color: #222;
  font-weight: bold;
}
@media (max-width: 620px) {
  .sys_mailto_wrap .modal .t1 {
    font-size: 16px;
  }
}
.sys_mailto_wrap .modal .t1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 40px auto 25px;
  background-color: #ddd;
}
@media (max-width: 620px) {
  .sys_mailto_wrap .modal .t1::after {
    margin: 15px auto 10px;
  }
}
.sys_mailto_wrap .modal .t2 {
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 620px) {
  .sys_mailto_wrap .modal .t2 {
    font-size: 12px;
  }
}
.sys_mailto_wrap .modal .close_btn {
  position: absolute;
  right: 20px;
  top: 19px;
  width: 30px;
  height: 30px;
  background-position: -426px -86px;
}

.sys_modal_wrap {
  display: none;
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sys_modal_wrap .modal {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 570px;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.sys_modal_wrap .sys_tit_box {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background-color: #00945E !important;
}
.sys_modal_wrap .sys_tit_box .tit {
  font-size: 16px;
  color: #fff;
}
.sys_modal_wrap .sys_tit_box .t_close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-position: -554px -128px;
}
.sys_modal_wrap .ord_modal_con {
  overflow-y: scroll;
  height: 500px;
  max-height: 80vh;
  background-color: #fff;
}
.sys_modal_wrap .ord_modal_con .ord_lst li {
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box {
  display: inline-block;
  width: calc(100% - 83px);
  vertical-align: middle;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 {
  font-size: 14px;
  font-weight: bold;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 .basic {
  color: #00945E !important;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
  font-size: 14px;
  color: #666;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line {
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3 {
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #999;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3:last-child::after {
  display: none;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_cont {
  display: inline-block;
  width: 83px;
  vertical-align: middle;
  font-size: 0;
  text-align: right;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #aaa;
  vertical-align: middle;
  line-height: 32px;
  font-size: 14px;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn2 {
  display: inline-block;
  width: 40px;
  height: 34px;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  background-color: #333;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 25px 0;
  border-bottom: 1px solid #ddd;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi > table th {
  width: 110px;
  padding: 11px 0 5px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi > table td {
  padding: 5px 0;
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi .sys_inp.ph_inp {
  width: calc((100% - 10px) / 3);
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi .sys_addr_wrap .line {
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi .sys_addr_wrap .line + .line {
  margin-top: 5px;
}
.sys_modal_wrap .ord_modal_con .modal_s_line {
  padding: 30px 0;
  font-size: 0;
  text-align: center;
}
.sys_modal_wrap .ord_modal_con .modal_s_line .btn {
  display: inline-block;
  width: 93px;
  height: 45px;
  border-radius: 5px;
  font-size: 14px;
}
.sys_modal_wrap .ord_modal_con .modal_s_line .btn + .btn {
  margin-left: 5px;
}
.sys_modal_wrap .ord_modal_con .modal_s_line .btn.style1 {
  line-height: 45px;
  color: #fff;
  background-color: #00945E !important;
}
.sys_modal_wrap .b_close {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  background-color: #fafafa;
}

.delvy_modal_wrap.db {
  display: block;
}

.cp_modal_wrap.db {
  display: block;
}

.cart_opt_wrap.db {
  display: block;
}

@media (max-width: 620px) {
  .sys_modal_wrap {
    width: 100%;
  }
  .sys_modal_wrap .modal {
    width: 90%;
    border-radius: 10px;
  }
  .sys_modal_wrap .sys_tit_box {
    height: 44px;
  }
  .sys_modal_wrap .sys_tit_box .tit {
    font-size: 14px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box {
    width: 100%;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 {
    font-size: 14px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
    font-size: 12px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3 {
    font-size: 12px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_cont {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn {
    font-size: 12px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn2 {
    font-size: 12px;
  }
  .sys_modal_wrap .ord_modal_con .ord_modal_modi > table tr {
    display: block;
    width: 100%;
  }
  .sys_modal_wrap .ord_modal_con .ord_modal_modi > table tr + tr {
    margin-top: 20px;
  }
  .sys_modal_wrap .ord_modal_con .ord_modal_modi > table th {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 12px;
  }
  .sys_modal_wrap .ord_modal_con .ord_modal_modi > table td {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .sys_modal_wrap .ord_modal_con .modal_s_line .btn {
    font-size: 12px;
  }
}
.cart_opt_wrap .modal {
  width: 570px;
}
.cart_opt_wrap .cart_modal_con {
  overflow-y: scroll;
  height: 466px;
  padding: 20px;
  background-color: #fff;
}
.cart_opt_wrap .cart_modal_con .prd_info {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.cart_opt_wrap .cart_modal_con .prd_info .img_box {
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
}
.cart_opt_wrap .cart_modal_con .prd_info .img_box img {
  width: 100%;
}
.cart_opt_wrap .cart_modal_con .prd_info .txt_box {
  width: 400px;
}
.cart_opt_wrap .cart_modal_con .prd_info .txt_box .prd_t1 {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.cart_opt_wrap .cart_modal_con .prd_info .txt_box .prd_t2 {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box {
  width: 400px;
  margin-top: 12px;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box .opt_sel {
  width: 100%;
  height: 34px;
  padding: 0 35px 0 15px;
  font-family: "Dotum";
  color: #666;
  font-size: 12px;
  background-position: calc(100% - 15px) 50%;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box .prd_opt_box {
  margin-top: 10px;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box .prd_opt_box > ul li {
  margin-top: -1px;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box .prd_opt_box > ul li .opt_txt {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box .prd_opt_box > ul li .calc_num_box .calc_btn {
  background-color: #fff;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box .prd_opt_box > ul li .calc_num_box .calc_del_btn {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: 12px;
  margin-left: 10px;
  background-position: -559px -154px;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box .prd_opt_box > ul li .pri_txt {
  line-height: 34px;
  font-size: 12px;
}
.cart_opt_wrap .cart_modal_con .prd_info .opt_box .prd_opt_box > ul li .pri_txt del {
  color: #888;
}
.cart_opt_wrap .cart_modal_con .total_box {
  margin-top: 15px;
}
.cart_opt_wrap .cart_modal_con .total_box .total_txt {
  font-size: 16px;
  line-height: 150%;
  text-align: right;
}
.cart_opt_wrap .cart_modal_con .total_box .total_txt .num {
  font-size: 20px;
  color: #00945E !important;
  font-weight: bold;
}
.cart_opt_wrap .cart_modal_con .total_box .btn_box {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}
.cart_opt_wrap .cart_modal_con .total_box .btn_box .change_opt_btn {
  display: inline-block;
  width: 93px;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  background-color: #00945E !important;
}
.cart_opt_wrap .cart_modal_con .total_box .btn_box .cancel_btn {
  display: inline-block;
  width: 93px;
  height: 45px;
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 43px;
  font-size: 14px;
}

@media (max-width: 620px) {
  .cart_opt_wrap .modal {
    width: 100%;
  }
  .cart_opt_wrap .cart_modal_con {
    padding: 15px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .img_box {
    width: 70px;
    height: 70px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box {
    width: calc(100% - 80px);
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box .prd_t1 {
    font-size: 11px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box .prd_t2 {
    font-size: 11px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .opt_box {
    width: 100%;
    margin-top: 20px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .opt_box .opt_sel {
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
  .cart_opt_wrap .cart_modal_con .total_box {
    margin-top: 5px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .total_txt {
    font-size: 12px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .total_txt .num {
    font-size: 16px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .btn_box {
    margin-top: 20px;
  }
}
.photo_modal_wrap {
  display: none;
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.photo_modal_wrap .photo_modal {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 940px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.photo_modal_wrap .photo_modal .modal_top {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 20px;
}
.photo_modal_wrap .photo_modal .modal_top .back_ico {
  display: none;
}
.photo_modal_wrap .photo_modal .modal_top .tit {
  font-size: 16px;
  color: #000;
  line-height: 44px;
}
.photo_modal_wrap .photo_modal .modal_top .tit .photo_num {
  display: inline-block;
  color: #999;
  line-height: 44px;
}
.photo_modal_wrap .photo_modal .modal_top .tit .photo_num .curr {
  color: #000;
}
.photo_modal_wrap .photo_modal .modal_top .close_ico {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(/src/img/shop/photo_modal_close.png);
  background-size: cover;
}
.photo_modal_wrap .photo_modal .modal_cont {
  overflow-y: scroll;
  height: 615px;
  max-height: 80vh;
  padding: 0 20px 20px;
}
.photo_modal_wrap .photo_modal .close_btn {
  display: block;
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  background-color: #fafafa;
}

.photo_lst_modal.db {
  display: block;
}

.photo_view_modal.db {
  display: block;
}

@media (max-width: 1240px) {
  .photo_modal_wrap {
    width: 100%;
  }
  .photo_modal_wrap .photo_modal {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .photo_modal_wrap .photo_modal .modal_top {
    justify-content: center;
    height: 100px;
    padding: 0 5%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .photo_modal_wrap .photo_modal .modal_top .back_ico {
    display: block;
    position: absolute;
    left: 5%;
    top: 38px;
    width: 32px;
    height: 24px;
    background-position: -146px -474px;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit {
    padding: 0 30px;
    font-size: 24px;
    text-align: center;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit .photo_num {
    font-size: 24px;
  }
  .photo_modal_wrap .photo_modal .modal_top .close_ico {
    right: 5%;
    width: 22px;
    height: 22px;
  }
  .photo_modal_wrap .photo_modal .modal_cont {
    height: calc(100% - 100px);
    max-height: none;
    padding: 40px 5%;
  }
}
@media (max-width: 620px) {
  .photo_modal_wrap .photo_modal .modal_top {
    height: 57px;
  }
  .photo_modal_wrap .photo_modal .modal_top .back_ico {
    top: 22px;
    width: 16px;
    height: 12px;
    background-position: -235px -470px;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit {
    font-size: 18px;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit .photo_num {
    font-size: 18px;
  }
  .photo_modal_wrap .photo_modal .modal_top .close_ico {
    width: 16px;
    height: 16px;
  }
  .photo_modal_wrap .photo_modal .modal_cont {
    height: calc(100% - 57px);
    padding: 20px 5%;
  }
}
.modal_review_lst > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 8px;
}
.modal_review_lst > ul li {
  width: calc((100% - 40px) / 6);
}
.modal_review_lst > ul li .photo_detail_btn {
  overflow: hidden;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 5px;
  text-align: center;
}
.modal_review_lst > ul li .photo_detail_btn img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1240px) {
  .modal_review_lst > ul {
    gap: 10px;
  }
  .modal_review_lst > ul li {
    width: calc((100% - 30px) / 4);
  }
}
@media (max-width: 620px) {
  .modal_review_lst > ul li {
    width: calc(50% - 5px);
  }
}
.modal_review_detail .img {
  overflow: hidden;
  width: 430px;
  border-radius: 10px;
}
.modal_review_detail .img img {
  width: 100%;
}
.modal_review_detail .img .vid_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.modal_review_detail .img .vid_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_review_detail .txt_box {
  width: calc(100% - 460px);
}
.modal_review_detail .txt_box .tit_box .info_line {
  margin-top: 10px;
  font-size: 0;
}
.modal_review_detail .txt_box .tit_box .info_line .t1 {
  font-size: 12px;
  line-height: 150%;
  color: #999;
}
.modal_review_detail .txt_box .tit_box .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.modal_review_detail .txt_box .tit_box .info_line .t1:last-child::after {
  display: none;
}
.modal_review_detail .txt_box .tit_box .sys_star_box .star {
  color: #ddd;
}
.modal_review_detail .txt_box .tit_box .sys_star_box .star.act {
  color: #00945E !important;
}
.modal_review_detail .txt_box .tit_box .t2 {
  font-size: 18px;
  font-weight: bold;
}
.modal_review_detail .txt_box .tit_box .t3 {
  margin-bottom: 5px;
}
.modal_review_detail .txt_box .like_box {
  margin-top: 20px;
}
.modal_review_detail .txt_box .like_box .like_btn {
  display: block;
  width: 89px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #faa635;
}
.modal_review_detail .txt_box .like_box .like_btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  background-position: -404px -84px;
}
.modal_review_detail .txt_box .like_box .like_btn .cancle_txt {
  display: none;
}
.modal_review_detail .txt_box .like_box .like_btn.act {
  border: 1px solid #999;
  line-height: 36px;
  color: #333;
  background-color: #fff;
}
.modal_review_detail .txt_box .like_box .like_btn.act::before {
  display: none;
}
.modal_review_detail .txt_box .like_box .like_btn.act .cancle_txt {
  display: inline;
}
.modal_review_detail .txt_box .like_box .like_txt {
  margin-left: 20px;
  line-height: 38px;
  font-size: 14px;
}
.modal_review_detail .txt_box .txt_con {
  overflow: auto;
  height: 250px;
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  word-break: break-all;
}
.modal_review_detail .btn_box {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  font-size: 0;
  border-top: 1px solid #ddd;
}
.modal_review_detail .btn_box .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 45px;
  border-radius: 50rem;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
.modal_review_detail .btn_box .btn.dn {
  display: none;
}
.modal_review_detail .btn_box .nav_btn {
  border: 1px solid #ddd;
}
.modal_review_detail .btn_box .all_btn {
  margin: 0 5px;
  color: #fff;
  background-color: #00945E !important;
}

@media (max-width: 1240px) {
  .modal_review_detail .img {
    float: none;
    display: block;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }
  .modal_review_detail .img img {
    width: auto;
  }
  .modal_review_detail .txt_box {
    float: none;
    display: block;
    width: 100%;
    margin: 35px 0 0;
  }
  .modal_review_detail .txt_box .txt_con {
    padding: 20px 0 0;
    border-bottom: 0;
  }
}
@media (max-width: 620px) {
  .modal_review_detail .img {
    border-radius: 5px;
  }
  .modal_review_detail .txt_box {
    margin-top: 15px;
  }
  .modal_review_detail .txt_box .tit_box .t2 {
    font-size: 14px;
  }
  .modal_review_detail .txt_box .like_box {
    margin-top: 10px;
  }
  .modal_review_detail .txt_box .like_box .like_btn {
    font-size: 12px;
  }
  .modal_review_detail .txt_box .like_box .like_txt {
    font-size: 12px;
  }
  .modal_review_detail .btn_box {
    margin-top: 20px;
    padding-top: 20px;
  }
  .modal_review_detail .btn_box .btn {
    width: calc((100% - 10px) / 3);
    font-size: 12px;
  }
}
.shop_comment_box {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .shop_comment_box {
    margin-top: 10px;
    padding: 15px;
  }
}
.shop_comment_box .comment_line + .comment_line {
  margin-top: 25px;
}
@media (max-width: 620px) {
  .shop_comment_box .comment_line + .comment_line {
    margin-top: 15px;
  }
}
.shop_comment_box .comment_line .t1 {
  font-size: 14px;
}
@media (max-width: 620px) {
  .shop_comment_box .comment_line .t1 {
    font-size: 12px;
  }
}
.shop_comment_box .comment_line .t1 .date {
  font-size: 12px;
  color: #666;
}
.shop_comment_box .comment_line .t2 {
  margin-top: 5px;
  font-size: 12px;
}
@media (max-width: 620px) {
  .shop_comment_box .comment_line .t2 {
    margin-top: 3px;
  }
}

.my_sns_lst {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.my_sns_lst > ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.my_sns_lst > ul > li .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  line-height: 150%;
}
.my_sns_lst > ul > li .btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.my_sns_lst > ul > li.kakao .btn::before {
  background-image: url(/src/img/shop/sns_my_kakao.png);
}
.my_sns_lst > ul > li.kakao.act .btn {
  border: 0;
  background-color: #FCE100;
}
.my_sns_lst > ul > li.naver .btn::before {
  background-image: url(/src/img/shop/sns_my_naver.png);
}
.my_sns_lst > ul > li.naver.act .btn {
  color: #fff;
  border: 0;
  background-color: #56A034;
}
.my_sns_lst > ul > li.naver.act .btn::before {
  background-image: url(/src/img/shop/sns_my_naver_act.png);
}
.my_sns_lst > ul > li.google .btn::before {
  background-image: url(/src/img/shop/sns_my_google.png);
}
.my_sns_lst > ul > li.google.act .btn {
  color: #fff;
  border: 0;
  background: #0147B4;
}

@media (max-width: 620px) {
  .my_sns_lst > ul {
    gap: 5px;
  }
  .my_sns_lst > ul > li .btn {
    font-size: 12px;
  }
  .my_sns_lst > ul > li .btn::before {
    width: 16px;
    height: 16px;
  }
}
.js_sch_wrap .js_sch_cont {
  display: none;
}
.js_sch_wrap .js_sch_cont.db {
  display: block;
}

.search_v .sch_wrap {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  background-color: #fafafa;
}
@media (max-width: 1240px) {
  .search_v .sch_wrap.container {
    width: 100%;
    padding: 40px 5%;
  }
}
@media (max-width: 620px) {
  .search_v .sch_wrap.container {
    padding: 20px 5%;
  }
}
.search_v .sch_wrap .box {
  display: flex;
  width: 480px;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.search_v .sch_wrap .box .sch_inp {
  width: calc(100% - 40px);
  padding: 0 20px;
  border: 0;
}
.search_v .sch_wrap .box .sch_inp::placeholder {
  color: #999;
}
.search_v .sch_wrap .box .s_btn {
  display: block;
  width: 40px;
  height: 100%;
  background-image: url(/src/img/shop/search_v_ico.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.search_v .result_txt {
  margin-top: 40px;
}
@media (max-width: 620px) {
  .search_v .result_txt {
    margin-top: 20px;
  }
}
.search_v .tab_btn {
  margin: 40px 0;
}
@media (max-width: 620px) {
  .search_v .tab_btn {
    margin: 20px 0;
  }
}
.search_v .tab_btn > ul {
  display: flex;
  justify-content: center;
  gap: 0 5px;
}
@media (max-width: 991px) {
  .search_v .tab_btn > ul {
    flex-wrap: wrap;
    gap: 0;
    margin: 1px 0 0 1px;
  }
}
.search_v .tab_btn > ul > li {
  width: 170px;
  height: 50px;
}
@media (max-width: 991px) {
  .search_v .tab_btn > ul > li {
    width: calc(50% + 1px);
    margin: -1px 0 0 -1px;
  }
}
.search_v .tab_btn > ul > li .t1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
}
@media (max-width: 991px) {
  .search_v .tab_btn > ul > li.act {
    position: relative;
  }
}
.search_v .tab_btn > ul > li.act .t1 {
  border: 1px solid #00945E !important;
  color: #fff;
  background-color: #00945E !important;
}
.search_v .lst_more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 50px auto 0;
  border: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 620px) {
  .search_v .lst_more_btn {
    margin-top: 25px;
  }
}
.search_v .thum_cont {
  margin-top: 80px;
}
@media (max-width: 620px) {
  .search_v .thum_cont {
    margin-top: 40px;
  }
}
.search_v .thum_cont .tit_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 620px) {
  .search_v .thum_cont .tit_line {
    margin-bottom: 10px;
  }
}
.search_v .thum_cont .tit_line .more_btn {
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/src/img/shop/search_v_more.png);
}
.search_v .thum_cont.lr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1240px) {
  .search_v .thum_cont.lr {
    display: block;
  }
}
.search_v .thum_cont.lr .cont {
  width: calc((100% - 100px) / 2);
}
@media (max-width: 1240px) {
  .search_v .thum_cont.lr .cont {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .search_v .thum_cont.lr .cont + .cont {
    margin-top: 80px;
  }
}
@media (max-width: 620px) {
  .search_v .thum_cont.lr .cont + .cont {
    margin-top: 40px;
  }
}
.search_v .sch_bd_lst {
  border-top: 1px solid #000;
  padding-top: 20px;
}
@media (max-width: 620px) {
  .search_v .sch_bd_lst {
    padding-top: 10px;
  }
}
.search_v .sch_bd_lst > table tbody td {
  padding: 2px 0;
}
@media (max-width: 620px) {
  .search_v .sch_bd_lst > table tbody td {
    padding: 0;
  }
}
.search_v .sch_bd_lst > table tbody .date {
  width: 90px;
  text-align: right;
}
@media (max-width: 620px) {
  .search_v .sch_bd_lst > table tbody .date {
    width: 70px;
  }
}
.search_v .sch_bd_none {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid #000;
  text-align: center;
}
@media (max-width: 620px) {
  .search_v .sch_bd_none {
    padding: 20px 0;
  }
}
.search_v .sch_bd_none::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(/src/img/shop/search_none.png);
}
.search_v .sch_bd_none .t1 {
  margin-top: 15px;
  color: #888;
}
@media (max-width: 620px) {
  .search_v .sch_bd_none .t1 {
    margin-top: 10px;
  }
}

.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%;
  }
}
/* response ex
@include respond-to('d1680')
@include respond-to('d1480')
@include respond-to('d1000')
@include respond-to('d326')
*/
.sun-editor-editable {
  padding: 0;
}

@media (max-width: 1240px) {
  .m_body_ovh {
    overflow: hidden;
    touch-action: none;
  }
}
#header .hd_logo {
  width: 228px;
  height: 63px;
  background-image: url(/src/img/logo_w.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
#header .hd_logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .mem_menu > ul {
  display: flex;
}
#header .mem_menu > ul > li .t1 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
  line-height: 150%;
}
#header .mem_menu > ul > li::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 10px 2px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.8);
}
#header .mem_menu > ul > li:last-child::after {
  display: none;
}

@media (max-width: 1480px) {
  #header .hd_logo {
    width: 180px;
  }
}
@media (max-width: 620px) {
  #header .hd_logo {
    width: 99px;
    height: 28px;
  }
  #header .mem_menu > ul {
    display: flex;
  }
  #header .mem_menu > ul > li .t1 {
    font-size: 16px;
  }
  #header .mem_menu > ul > li::after {
    margin: 0 5px 2px;
  }
}
#header .hd {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#header .hd .hd_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  padding: 0 calc(50vw - 820px);
  background: rgb(35, 35, 35);
  background: linear-gradient(180deg, rgba(35, 35, 35, 0.6) 0%, rgba(26, 26, 26, 0.14) 60%, rgba(0, 0, 0, 0) 100%);
}
#header .hd .hd_inner .hd_r {
  display: flex;
  align-items: center;
  gap: 0 60px;
  margin-left: auto;
}
#header .hd .hd_inner .hd_r .r_cont {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
#header .hd .gnb {
  text-align: center;
}
#header .hd .gnb > ul {
  display: flex;
}
#header .hd .gnb > ul > li {
  position: relative;
  width: 160px;
}
#header .hd .gnb > ul > li .t1 {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
#header .hd .gnb > ul > li .t1::before {
  content: "";
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-image: url(/src/img/gnb_bg.png);
  background-size: cover;
}
#header .hd .gnb > ul > li .t1 .t {
  position: relative;
  z-index: 5;
}
#header .hd .gnb .dep2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 95px;
}
#header .hd .gnb .dep2 > ul {
  transform: translateY(10px);
  overflow: hidden;
  opacity: 0;
  width: 250px;
  height: 0;
  border: 1px solid #00945E !important;
  border-radius: 20px;
  background-color: #000;
}
#header .hd .gnb .dep2 > ul > li .t2 {
  transition: color 0.3s;
  font-size: 16px;
  color: #DEDEDE;
}
#header .hd .gnb .dep2 > ul > li + li {
  margin-top: 10px;
}
#header .hd .menu_btn {
  display: none;
  width: 50px;
  height: 50px;
  background-image: url(/src/img/ico/hd_menu_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (hover: hover) {
  #header .hd .gnb > ul > li:hover .t1::before {
    opacity: 1;
  }
  #header .hd .gnb > ul > li:hover .dep2 > ul {
    transition: transform 0.5s, opacity 0.5s;
    transform: translateY(0);
    overflow: visible;
    opacity: 1;
    height: auto;
    padding: 30px 20px;
  }
  #header .hd .gnb .dep2 > ul > li:hover .t2 {
    font-weight: bold;
    color: #00945E !important;
  }
}
@media (max-width: 1680px) {
  #header .hd .hd_inner {
    padding: 0 calc(50vw - 720px);
  }
}
@media (max-width: 1480px) {
  #header .hd .hd_inner {
    padding: 0 5vw;
  }
  #header .hd .hd_inner .hd_r {
    gap: 0 40px;
  }
  #header .hd .hd_inner .hd_r .r_cont {
    gap: 0 30px;
  }
  #header .hd .hd_inner .hd_r .mem_menu > ul > li .t1 {
    font-size: 16px;
  }
  #header .hd .gnb > ul > li {
    width: 120px;
  }
  #header .hd .gnb > ul > li .t1 {
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  #header .hd {
    position: fixed;
  }
  #header .hd .gnb {
    display: none;
  }
	#header .hd .menu_btn{display: block;}
}
@media (max-width: 620px) {
  #header .hd .hd_inner {
    height: 60px;
  }
  #header .hd .hd_inner .hd_r {
    gap: 0 30px;
  }
  #header .hd .hd_inner .hd_r .r_cont {
    gap: 0 20px;
  }
  #header .hd .hd_inner .hd_r .mem_menu {
    display: none;
  }
  #header .hd .menu_btn {
    width: 30px;
    height: 30px;
  }
}
#header.white_hd {
  height: 110px;
}
#header.white_hd .hd .hd_logo {
  background-image: url(/src/img/logo.png);
}
#header.white_hd .hd .hd_inner {
  border-bottom: 1px solid rgba(221, 221, 221, 0.44);
  background: none;
  background-color: #fff;
}
#header.white_hd .hd .hd_inner .hd_r .mem_menu > ul > li .t1 {
  color: #000;
}
#header.white_hd .hd .hd_inner .hd_r .mem_menu > ul > li::after {
  background-color: #333;
}
#header.white_hd .hd .gnb > ul > li .t1 {
  transition: color 0.3s;
  color: #000;
}
#header.white_hd .hd .gnb > ul > li .t1::before {
  opacity: 0 !important;
}
#header.white_hd .hd .menu_btn {
  background-image: url(/src/img/ico/hd_menu.svg);
}

@media (hover: hover) {
  #header.white_hd .gnb > ul > li:hover .t1 {
    color: #00945E !important;
  }
}
@media (max-width: 620px) {
  #header.white_hd {
    height: 60px;
  }
}
#header .all_menu_modal {
  z-index: 100;
  /* overflow: hidden; */
  position: fixed;
  top: 0;
  left: 0;
	display: none;
	width: 100%;height: 100%;
  /* opacity: 0;
  width: 0;
  height: 0; */
}
#header .all_menu_modal .mod {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #000;
}
#header .all_menu_modal .mod .l_cont {
  transition: clip-path 0.5s;
  clip-path: inset(0 100% 0 0);
  width: 50%;
}
#header .all_menu_modal .mod .r_cont {
  width: 50%;
}
#header .all_menu_modal .mod .l_img {
  width: 100%;
  height: 100%;
}
#header .all_menu_modal .mod .l_img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#header .all_menu_modal .mod .allmenu_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  padding: 0 calc(50vw - 820px);
}
#header .all_menu_modal .mod .allmenu_top .top_l_cont {
  display: none;
}
#header .all_menu_modal .mod .allmenu_top .top_r_cont {
  margin-left: auto;
}
#header .all_menu_modal .mod .close_btn {
	position: relative;
  display: block;
  width: 50px;
  height: 50px;
  /* background-image: url(/src/img/ico/all_menu_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; */
}
#header .all_menu_modal .mod .close_btn::before{content: '';transition: transform 0.7s;position: absolute;top: calc(50% - 2px);left: 0;width: 100%;height: 3px;background-color: #fff;}
#header .all_menu_modal .mod .close_btn::after{content: '';transition: transform 0.7s;position: absolute;top: calc(50% - 2px);left: 0;width: 100%;height: 3px;background-color: #fff;}
#header .all_menu_modal .mod .allmenu_body {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: calc(100% - 110px);
  padding: 100px 140px;
  background-image: url(/src/img/allmenu_body_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#header .all_menu_modal .mod .allmenu_body .b_cont {
  margin-top: auto;
  padding-top: 115px;
}
#header .all_menu_modal .mod .menu > ul > li .t1 {
  transition: color 0.3s;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
  text-align: left;
}
#header .all_menu_modal .mod .menu > ul > li + li {
  margin-top: 40px;
}
#header .all_menu_modal .mod .menu > ul > li.act .t1 {
  color: #00945E;
}
#header .all_menu_modal .mod .menu > ul > li.act .dep2 {
  overflow: visible;
  opacity: 1;
  height: auto;
  margin-top: 20px;
}
#header .all_menu_modal .mod .menu > ul > li.act .dep2 > ul {
  transition: opacity 0.5s, transform 0.5s;
  transform: translateY(0);
  opacity: 1;
}
#header .all_menu_modal .mod .menu .dep2 {
  overflow: hidden;
  height: 0;
}
#header .all_menu_modal .mod .menu .dep2 > ul {
  transform: translateY(10px);
  opacity: 0;
  padding: 40px;
  border: 1px solid #00945E;
  border-radius: 20px;
}
#header .all_menu_modal .mod .menu .dep2 > ul > li .t2 {
  transition: color 0.3s;
  font-size: 16px;
  color: #DEDEDE;
}
#header .all_menu_modal .mod .menu .dep2 > ul > li + li {
  margin-top: 10px;
}
#header .all_menu_modal .mod .mem_menu > ul {
  justify-content: flex-end;
}
/* #header .all_menu_modal.act {
  opacity: 1;
  overflow: visible;
  width: 100%;
  height: 100%;
} */
#header .all_menu_modal.act .mod .l_cont {
  clip-path: inset(0);
}
#header .all_menu_modal.act .mod .close_btn::before{transform: rotate(20deg);}
#header .all_menu_modal.act .mod .close_btn::after{transform: rotate(-20deg);}

@media (hover: hover) {
  #header .all_menu_modal .mod .menu .dep2 > ul > li:hover .t2 {
    color: #00945E;
    font-weight: bold;
  }
}
@media (max-width: 1680px) {
  #header .all_menu_modal .mod .allmenu_top {
    padding: 0 calc(50vw - 720px);
  }
  #header .all_menu_modal .mod .allmenu_body {
    padding: 60px 100px;
    background-size: contain;
  }
}
@media (max-width: 1480px) {
  #header .all_menu_modal .mod .allmenu_top {
    padding: 0 5vw;
  }
  #header .all_menu_modal .mod .allmenu_body {
    padding: 40px 5vw;
  }
}
@media (max-width: 1240px) {
  #header .all_menu_modal .mod .l_cont {
    width: 40%;
  }
  #header .all_menu_modal .mod .r_cont {
    width: 60%;
  }
}
@media (max-width: 991px) {
  #header .all_menu_modal .mod .l_cont {
    display: none;
  }
  #header .all_menu_modal .mod .r_cont {
    width: 100%;
  }
  #header .all_menu_modal .mod .allmenu_top .top_l_cont {
    display: block;
  }
  #header .all_menu_modal .mod .allmenu_body {
    /* clip-path: inset(0 0 100% 0); */
    padding: 0 0 80px;
  }
  #header .all_menu_modal .mod .allmenu_body .b_cont {
    margin-top: auto;
    padding: 115px 5% 0;
  }
  #header .all_menu_modal .mod .menu > ul > li {
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  }
  #header .all_menu_modal .mod .menu > ul > li .t1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 120px;
    padding: 0 5%;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_arrow_ico {
    position: relative;
    padding-right: calc(5vw + 15px);
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_arrow_ico::after {
    content: "";
    position: absolute;
    top: calc(50% - 6px);
    right: 5%;
    width: 12px;
    height: 12px;
    background-image: url(/src/img/ico/all_menu_arrow.svg);
  }
  #header .all_menu_modal .mod .menu > ul > li + li {
    margin-top: 0;
  }
  #header .all_menu_modal .mod .menu > ul > li.act .t1 {
    color: #fff;
    background-color: #00945E !important;
  }
  #header .all_menu_modal .mod .menu > ul > li.act .t1.m_arrow_ico::after {
    transform: scaleY(-1);
  }
  #header .all_menu_modal .mod .menu > ul > li.act .dep2 {
    margin-top: 0;
  }
  #header .all_menu_modal .mod .menu .dep2 {
    margin: 0;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul {
    padding: 35px 5%;
    border: 0;
    border-radius: 0;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li .t2 {
    display: inline-block;
    padding: 5px 0;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul > li + li {
    margin-top: 0;
  }
  /* #header .all_menu_modal.act .allmenu_body {
    transition: clip-path 0.5s;
    clip-path: inset(0);
  } */
}
@media (max-width: 620px) {
  #header .all_menu_modal .mod .allmenu_top {
    height: 60px;
  }
  #header .all_menu_modal .mod .close_btn {
    width: 33px;
    height: 33px;
  }
	#header .all_menu_modal .mod .close_btn::before{height: 2px;}
	#header .all_menu_modal .mod .close_btn::after{height: 2px;}

  #header .all_menu_modal .mod .allmenu_body {
    height: calc(100% - 60px);
    padding-bottom: 40px;
  }
  #header .all_menu_modal .mod .allmenu_body .b_cont {
    padding-top: 55px;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1 {
    height: 70px;
    font-size: 26px;
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_arrow_ico {
    padding-right: calc(5vw + 10px);
  }
  #header .all_menu_modal .mod .menu > ul > li .t1.m_arrow_ico::after {
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    background-size: cover;
  }
  #header .all_menu_modal .mod .menu .dep2 > ul {
    padding: 20px 5%;
  }
}
@keyframes lrShake {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(5px, 0px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  75% {
    transform: translate(5px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.r_quick {
  z-index: 10;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.r_quick > ul > li .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
}
.r_quick > ul > li .btn .ico {
  display: block;
  width: 100%;
  height: 25px;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
	background-size: contain;
}
.r_quick > ul > li .btn .t1 {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 150%;
}
.r_quick > ul > li.ci_type .btn {
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(143, 143, 143, 0.95);
}
.r_quick > ul > li.ci_type .btn .ico {
  margin-bottom: 2px;
  background-image: url(/src/img/ico/r_quick_ci.svg);
}
.r_quick > ul > li.inquiry_type .btn {
  border: 1px solid rgba(112, 112, 112, 0.5);
  background-color: rgba(41, 41, 41, 0.95);
}
.r_quick > ul > li.chatbot_type {
  position: relative;
}
.r_quick > ul > li.chatbot_type .btn {
  border: 1px solid rgba(0, 148, 94, 0.95);
  background-color: rgba(0, 118, 75, 0.95);
}
.r_quick > ul > li.comp_type .btn{border: 1px solid #006842;background-color: #004129;}
.r_quick > ul > li.comp_type .btn .ico{margin-bottom: 2px;background-image: url(/src/img/ico/r_quick_comp.svg);}
.r_quick > ul > li.top_type .btn{border: 1px solid #003B26;background-color: #001C12;}
.r_quick > ul > li.top_type .btn .t1{font-size: 20px;}

.r_quick > ul > li.chatbot_type .chatbot_modal {
  /* overflow-y: auto; */
  position: absolute;
  right: 90px;
  bottom: 0;
  display: none;
  width: 380px;
  height: 500px;
  max-height: 60vh;
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.r_quick > ul > li.chatbot_type .chatbot_modal iframe{width: 100%;height: 100%;}
.r_quick > ul > li.chatbot_type.shake_ani .chatbot_modal {
  animation: lrShake 1s;
}
.r_quick > ul > li.chatbot_type.act .btn {
  background-image: url(/src/img/ico/r_quick_chatbot_close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.r_quick > ul > li.chatbot_type.act .btn .ico {
  display: none;
}
.r_quick > ul > li.chatbot_type.act .btn .t1 {
  display: none;
}
.r_quick > ul > li.chatbot_type.act .chatbot_modal {
  display: block;
}
.r_quick > ul > li + li {
  margin-top: 7px;
}

@media (max-width: 1480px) {
  .r_quick {
    right: 20px;
    bottom: 20px;
  }
  .r_quick > ul > li .btn {
    width: 70px;
    height: 70px;
  }
  .r_quick > ul > li .btn .ico {
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    background-size: contain;
  }
  .r_quick > ul > li .btn .t1 {
    font-size: 12px;
  }
  .r_quick > ul > li.chatbot_type .chatbot_modal {
    right: 90px;
  }
}
@media (max-width: 620px) {
  .r_quick {
    right: 10px;
    bottom: 10px;
  }
  .r_quick > ul > li .btn {
    width: 60px;
    height: 60px;
  }
  .r_quick > ul > li .btn .ico {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  .r_quick > ul > li .btn .t1 {
    font-size: 11px;
    font-weight: 300;
  }
  .r_quick > ul > li.chatbot_type .chatbot_modal {
    max-width: calc(100vw - 40px);
    right: 0;
    bottom: 65px;
    border-radius: 10px;
  }
  .r_quick > ul > li.chatbot_type.act .btn {
    background-size: 20px auto;
  }
	.r_quick > ul > li.top_type .btn .t1{font-size: 18px;}
  .r_quick > ul > li + li {
    margin-top: 5px;
  }
}
.policy_modal_wrap {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.policy_modal_wrap .mod {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  border-radius: 20px;
  background-color: #fafafa;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.policy_modal_wrap .mod.w570 {
  width: 570px;
}
.policy_modal_wrap .mod .mod_body {
  overflow-y: auto;
  max-height: 80vh;
  padding: 55px 60px;
}
.policy_modal_wrap .mod .mod_body::-webkit-scrollbar {
  width: 3px;
  border-radius: 50rem;
  background-color: #eee;
}
.policy_modal_wrap .mod .mod_body::-webkit-scrollbar-thumb {
  background-color: #333;
}
.policy_modal_wrap .mod .mod_tit {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.policy_modal_wrap .mod .mod_tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 35px auto 0;
  background-color: #ddd;
}
.policy_modal_wrap .mod .policy_txt {
  font-size: 14px;
}
.policy_modal_wrap .mod .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/policy_modal_close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.policy_modal_wrap.act {
  display: block;
}
.policy_modal_wrap.email_deny_modal .mod .policy_txt {
  text-align: center;
}

@media (max-width: 1240px) {
  .policy_modal_wrap .mod {
    width: 90% !important;
  }
  .policy_modal_wrap .mod.w570 {
    width: 570px !important;
  }
}
@media (max-width: 767px) {
  .policy_modal_wrap .mod.w570 {
    width: 90% !important;
  }
}
@media (max-width: 620px) {
  .policy_modal_wrap .mod {
    border-radius: 10px;
  }
  .policy_modal_wrap .mod .mod_body {
    padding: 25px 30px;
  }
  .policy_modal_wrap .mod .mod_tit {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .policy_modal_wrap .mod .mod_tit::after {
    width: 20px;
    margin-top: 20px;
  }
  .policy_modal_wrap .mod .policy_txt {
    font-size: 12px;
  }
}
.opt_modal_wrap {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.opt_modal_wrap .mod {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  border-radius: 20px;
  background-color: #fafafa;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.opt_modal_wrap .mod.w800 {
  width: 800px;
}
.opt_modal_wrap .mod .mod_body {
  overflow-y: auto;
  max-height: 80vh;
  padding: 30px 40px;
}
.opt_modal_wrap .mod .mod_body::-webkit-scrollbar {
  width: 3px;
  border-radius: 50rem;
  background-color: #eee;
}
.opt_modal_wrap .mod .mod_body::-webkit-scrollbar-thumb {
  background-color: #333;
}
.opt_modal_wrap .mod .mod_tit {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.opt_modal_wrap .mod .close_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/opt_modal_close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.opt_modal_wrap.act {
  display: block;
}

@media (max-width: 1240px) {
  .opt_modal_wrap .mod {
    width: 90% !important;
  }
}
@media (max-width: 620px) {
  .opt_modal_wrap .mod {
    border-radius: 10px;
  }
  .opt_modal_wrap .mod .mod_body {
    padding: 20px;
  }
  .opt_modal_wrap .mod .mod_tit {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.s_top {
  padding-bottom: 120px;
}

@media (max-width: 620px) {
  .s_top {
    padding-bottom: 60px;
  }
}
.sub_visual {
  height: 740px;
  background-size: cover;
  background-position: center;
}
.sub_visual .txt {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 110px 0 240px;
}
.sub_visual .txt .h2_tit {
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
}
.sub_visual .txt .h2_tit .word .char {
  animation: txt-in 1.6s cubic-bezier(0.2, 0, 0.1, 1) both;
  animation-delay: calc(30ms * var(--char-index));
  display: inline-block;
  transform: translate(0%, 60%) rotateX(-90deg);
}
.sub_visual.sub1 {
  background-image: url(/src/img/sub_visual1.jpg);
}
.sub_visual.sub2 {
  background-image: url(/src/img/sub_visual2.jpg);
}
.sub_visual.sub3 {
  background-image: url(/src/img/sub_visual3.jpg);
}
.sub_visual.sub4 {
  background-image: url(/src/img/sub_visual4.jpg);
}

@keyframes txt-in {
  to {
    transform: translate(0%, 0%) rotateX(0);
  }
}
@media (max-width: 620px) {
  .sub_visual {
    height: 390px;
  }
  .sub_visual .txt {
    padding: 60px 0 125px;
  }
  .sub_visual .txt .h2_tit {
    font-size: 44px;
  }
}
.s_nav {
  margin-top: -100px;
  padding-bottom: 20px;
}
.s_nav .inner {
  display: flex;
  gap: 0 40px;
  align-items: center;
  height: 80px;
  padding: 0 40px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
.s_nav .home_ico {
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/src/img/ico/s_nav_home.svg);
}
.s_nav .menu_sel {
  display: block;
  width: 265px;
  height: 100%;
  padding: 0 10px 0 0;
  border: 0;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  background-image: url(/src/img/ico/s_nav_menu_arrow.svg);
  background-size: 8px auto;
  background-position: right center;
}

@media (max-width: 991px) {
  .s_nav .home_ico {
    display: none;
  }
  .s_nav .menu_sel {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .s_nav {
    margin-top: -54px;
    padding-bottom: 10px;
  }
  .s_nav .inner {
    gap: 0 20px;
    height: 44px;
    padding: 0 20px;
    border-radius: 10px;
  }
  .s_nav .menu_sel {
    width: 100%;
    font-size: 14px;
  }
}
.h3_tit_line {
  margin-bottom: 60px;
  text-align: center;
}

.h3_tit {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  line-height: 120%;
}

.h3_s_tit {
  margin-bottom: 40px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
}

@media (max-width: 620px) {
  .h3_tit_line {
    margin-bottom: 30px;
  }
  .h3_tit {
    font-size: 42px;
  }
  .h3_s_tit {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
.s_menu {
  margin-bottom: 60px;
}
.s_menu > ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.s_menu > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  padding: 0 25px;
  border: 1px solid #ddd;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  text-align: center;
  line-height: 150%;
}
.s_menu > ul > li.act .t1 {
  border: 0;
  color: #fff;
  background-color: #00945E !important;
}

@media (max-width: 1240px) {
  .s_menu.container {
    width: 100%;
  }
  .s_menu > ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: start;
    padding: 0 5%;
  }
  .s_menu > ul > li {
    flex-shrink: 0;
  }
}
@media (max-width: 620px) {
  .s_menu {
    margin-bottom: 30px;
  }
  .s_menu > ul > li .t1 {
    width: 160px;
    height: 50px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.s_pt {
  padding-top: 120px;
}

.s_pb {
  padding-bottom: 120px;
}

.s_ptb {
  padding: 120px 0;
}

@media (max-width: 620px) {
  .s_pt {
    padding-top: 60px;
  }
  .s_pb {
    padding-bottom: 60px;
  }
  .s_ptb {
    padding: 60px 0;
  }
}
.shop_intro {
  background-image: url(/src/img/shop_intro_bg.png);
  background-repeat: no-repeat;
  background-size: 1640px auto;
  background-position: center bottom;
}
.shop_intro section + section {
  margin-top: 100px;
}
.shop_intro .gray_bg {
  padding: 100px 0;
  background-color: #fafafa;
}
.shop_intro #lst_page {
  margin-top: -100px;
  padding-top: 100px;
}

@media (max-width: 1680px) {
  .shop_intro {
    background-size: contain;
  }
}
@media (max-width: 620px) {
  .shop_intro section + section {
    margin-top: 50px;
  }
  .shop_intro .gray_bg {
    padding: 50px 0;
  }
  .shop_intro #lst_page {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.sys_prd_item {
  display: block;
}
.sys_prd_item .img {
  overflow: hidden;
  aspect-ratio: 1/1;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #fff;
}
.sys_prd_item .img > img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sys_prd_item .txt {
  margin-top: 30px;
}
.sys_prd_item .txt .tit {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  font-weight: bold;
}
.sys_prd_item .txt .price_line {
  margin-top: 10px;
  font-size: 18px;
  line-height: 150%;
}
.sys_prd_item .txt .price_line .rate {
  font-size: inherit;
  line-height: inherit;
  color: #00945E !important;
}
.sys_prd_item .txt .price_line .pri {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
  color: #000;
}
.sys_prd_item .txt .price_line .dis {
  font-size: inherit;
  line-height: inherit;
  color: #999;
}

@media (max-width: 620px) {
  .sys_prd_item .img {
    border-radius: 10px;
  }
  .sys_prd_item .txt {
    margin-top: 15px;
  }
  .sys_prd_item .txt .tit {
    font-size: 19px;
  }
  .sys_prd_item .txt .price_line {
    margin-top: 5px;
    font-size: 16px;
  }
}
.sys_lst_slide .sys_lst_mask {
  overflow: hidden;
}
.sys_lst_slide .slide_control {
  margin-top: 40px;
}
.sys_lst_slide .slide_control .progress {
  overflow: hidden;
  position: relative;
  height: 3px;
  border-radius: 50rem;
  background-color: #ddd;
}
.sys_lst_slide .slide_control .progress .swiper-pagination-progressbar-fill {
  background-color: #00945E !important;
}

@media (max-width: 620px) {
  .sys_lst_slide .slide_control {
    margin-top: 20px;
  }
}
.sys_lst_cont {
  display: flex;
  gap: 0 60px;
  align-items: start;
  min-width: 0;
}
.sys_lst_cont .lst_l_cont {
  width: 320px;
}
.sys_lst_cont .lst_r_cont {
  width: calc(100% - 380px);
}

@media (max-width: 1680px) {
  .sys_lst_cont {
    gap: 0 40px;
  }
  .sys_lst_cont .lst_l_cont {
    width: 280px;
  }
  .sys_lst_cont .lst_r_cont {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1480px) {
  .sys_lst_cont .lst_r_cont .sys_prd_lst.lng4 > ul {
    gap: 70px 50px;
  }
  .sys_lst_cont .lst_r_cont .sys_prd_lst.lng4 > ul > li {
    width: calc(50% - 25px);
  }
}
@media (max-width: 1240px) {
  .sys_lst_cont {
    flex-direction: column;
    gap: 60px 0;
  }
  .sys_lst_cont .lst_l_cont {
    width: 100%;
  }
  .sys_lst_cont .lst_r_cont {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .sys_lst_cont .lst_r_cont .sys_prd_lst.lng4 > ul {
    gap: 40px 25px;
  }
  .sys_lst_cont .lst_r_cont .sys_prd_lst.lng4 > ul > li {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 620px) {
  .sys_lst_cont {
    gap: 30px 0;
  }
  .sys_lst_cont .lst_r_cont .sys_prd_lst.lng4 > ul {
    gap: 20px 15px;
  }
  .sys_lst_cont .lst_r_cont .sys_prd_lst.lng4 > ul > li {
    width: calc((100% - 15px) / 2);
  }
}
.sys_filter_cate {
  margin-bottom: 20px;
}
.sys_filter_cate > ul {
  display: flex;
  border-radius: 50rem;
  background-color: #fafafa;
}
.sys_filter_cate > ul > li {
  width: 100%;
}
.sys_filter_cate > ul > li .t1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 10px 5px;
  border-radius: 50rem;
  font-size: 18px;
  color: #BFBFBF;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
}
.sys_filter_cate > ul > li.act .t1 {
  color: #fff;
  background-color: #00945E !important;
}

@media (max-width: 1680px) {
  .sys_filter_cate > ul > li .t1 {
    font-size: 16px;
  }
}
@media (max-width: 620px) {
  .sys_filter_cate {
    margin-bottom: 10px;
  }
  .sys_filter_cate > ul > li {
    width: 100%;
  }
  .sys_filter_cate > ul > li .t1 {
    height: 50px;
  }
}
.sys_filter_menu .open_btn {
  position: relative;
  display: none;
  align-items: center;
  text-align: left;
  width: 100%;
  height: 60px;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #00945E !important;
}
.sys_filter_menu .open_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.sys_filter_menu .menu_lst {
	overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.sys_filter_menu .menu_lst::-webkit-scrollbar {
  width: 4px;
}
.sys_filter_menu .menu_lst::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #676060;
}
.sys_filter_menu .menu_lst > ul > li {
  border-bottom: 1px solid #eee;
}
.sys_filter_menu .menu_lst > ul > li .t1 {
	position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 10px 30px;
  font-size: 16px;
  text-align-last: left;
  font-weight: bold;
  line-height: 150%;
  background-color: #fff;
}
.sys_filter_menu .menu_lst > ul > li .t1::before {
  content: "";
	transition: width 0.3s;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #333;
}
.sys_filter_menu .menu_lst > ul > li:last-child {
  border-bottom: 0;
}
.sys_filter_menu .menu_lst > ul > li.act .t1 {
  color: #fff;
  background-color: #00945E !important;
}
.sys_filter_menu .menu_lst > ul > li.act .t1::before{width: 20px;background-color: #fff;}
.sys_filter_menu .menu_lst .dep2 {
  border-top: 1px solid #eee;
  background-color: #fafafa;
}
.sys_filter_menu .menu_lst .dep2 > ul {
  padding: 20px;
}
.sys_filter_menu .menu_lst .dep2 > ul > li .t2 {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #666;
}
.sys_filter_menu .menu_lst .dep2 > ul > li .t2::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #666;
}
.sys_filter_menu .menu_lst .dep2 > ul > li + li {
  margin-top: 10px;
}
.sys_filter_menu .menu_lst .dep2 > ul > li.act .t2 {
  color: #00945E !important;
}
.sys_filter_menu .menu_lst > ul > li:hover .t1::before{width: 20px;}
.sys_filter_menu .menu_lst+.menu_lst{margin-top: 40px;}
.sys_filter_menu .sys_menu_modal .mod_top {
  display: none;
}

@media (max-width: 1240px) {
  .sys_filter_menu .open_btn {
    display: flex;
  }
  .sys_filter_menu .menu_lst {
    border: 0;
    border-top: 1px solid #00945E !important;
    border-radius: 0;
  }
  .sys_filter_menu .menu_lst > ul > li {
    border-bottom: 1px solid #eee;
  }
  .sys_filter_menu .menu_lst > ul > li .t1 {
    height: 50px;
    font-size: 16px;
    font-weight: normal;
  }
  .sys_filter_menu .menu_lst > ul > li:last-child {
    border-bottom: 1px solid #eee;
  }
  .sys_filter_menu .menu_lst > ul > li.act .t1 {
    position: relative;
    color: #fff;
    background-color: #00945E !important;
  }
  .sys_filter_menu .sys_menu_modal {
    z-index: 100;
    position: fixed;
    bottom: 0;
    display: none;
    left: 0;
    width: 100%;
  }
  .sys_filter_menu .sys_menu_modal .mod_top {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 30px;
    border-radius: 20px 20px 0 0;
    background-color: #00945E !important;
  }
  .sys_filter_menu .sys_menu_modal .mod_tit {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
  }
  .sys_filter_menu .sys_menu_modal .mod_tit::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: #fff;
  }
  .sys_filter_menu .sys_menu_modal .close_btn {
    width: 30px;
    height: 30px;
    margin-left: auto;
    background-image: url(/src/img/ico/sys_filter_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sys_filter_menu .sys_menu_modal .mod_body {
    overflow-y: auto;
    max-height: 80vh;
    padding: 40px 30px;
    background-color: #fff;
  }
  .sys_filter_menu .sys_menu_modal.act {
    display: block;
  }
}
@media (max-width: 620px) {
  .sys_filter_menu .open_btn {
    height: 50px;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
  }
  .sys_filter_menu .open_btn::before {
    width: 14px;
  }
  .sys_filter_menu .menu_lst > ul > li .t1 {
    padding: 10px 20px;
    font-size: 14px;
  }
  .sys_filter_menu .menu_lst > ul > li.act .t1::before {
    width: 14px;
  }
  .sys_filter_menu .menu_lst .dep2 > ul {
    padding: 15px 20px;
  }
  .sys_filter_menu .menu_lst .dep2 > ul > li .t2 {
    display: inline-block;
    padding: 5px 0 5px 10px;
  }
  .sys_filter_menu .menu_lst .dep2 > ul > li .t2::before {
    top: 14px;
  }
  .sys_filter_menu .menu_lst .dep2 > ul > li + li {
    margin-top: 0;
  }
	.sys_filter_menu .menu_lst > ul > li:hover .t1::before{width: 14px;}
	.sys_filter_menu .menu_lst+.menu_lst{margin-top: 20px;}
  .sys_filter_menu .sys_menu_modal .mod_top {
    height: 50px;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
  }
  .sys_filter_menu .sys_menu_modal .mod_tit {
    font-size: 14px;
  }
  .sys_filter_menu .sys_menu_modal .mod_tit::before {
    left: -20px;
    width: 14px;
  }
  .sys_filter_menu .sys_menu_modal .close_btn {
    width: 25px;
    height: 25px;
  }
  .sys_filter_menu .sys_menu_modal .mod_body {
    padding: 20px;
  }
}
.sys_lst_tit {
  display: flex;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 40px;
}
.sys_lst_tit .l_cont {
  width: 100%;
}
.sys_lst_tit .r_cont {
  flex-shrink: 0;
  margin-left: auto;
}
.sys_lst_tit .lst_tit {
  font-size: 34px;
  font-weight: bold;
  color: #000;
}
.sys_lst_tit .lst_more {
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.sys_lst_tit .lst_more::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 2px 10px;
  vertical-align: middle;
  background-image: url(/src/img/ico/sys_lsttit_more_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 620px) {
  .sys_lst_tit {
    gap: 0 5px;
    margin-bottom: 20px;
  }
  .sys_lst_tit .lst_tit {
    font-size: 25px;
  }
  .sys_lst_tit .lst_more {
    font-size: 14px;
  }
  .sys_lst_tit .lst_more::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }
}
.sys_prd_lst > ul {
  display: flex;
  flex-wrap: wrap;
}
.sys_prd_lst > ul > li {
  width: 100%;
}
.sys_prd_lst.lng4 > ul {
  gap: 40px 25px;
}
.sys_prd_lst.lng4 > ul > li {
  width: calc((100% - 75px) / 4);
}

@media (max-width: 1240px) {
  .sys_prd_lst.lng4 > ul {
    gap: 70px 50px;
  }
  .sys_prd_lst.lng4 > ul > li {
    width: calc(50% - 25px);
  }
}
@media (max-width: 991px) {
  .sys_prd_lst.lng4 > ul {
    gap: 40px 25px;
  }
  .sys_prd_lst.lng4 > ul > li {
    width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 620px) {
  .sys_prd_lst.lng4 > ul {
    gap: 20px 15px;
  }
  .sys_prd_lst.lng4 > ul > li {
    width: calc((100% - 15px) / 2);
  }
}

.sys_lsts{}
.sys_lsts .lst_cont+.lst_cont{margin-top: 60px;}
@media (max-width: 620px){
	.sys_lsts .lst_cont+.lst_cont{margin-top: 30px;}
}


.sys_brand_item {
  display: block;
  width: 100%;
}
.sys_brand_item .img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
	width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.sys_brand_item .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sys_brand_item .img::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #00945E !important;
  border-radius: inherit;
}
.sys_brand_item .img.more_ico::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background-image: url(/src/img/ico/sys_info_arrow.svg);
}
.sys_brand_item .txt {
	display: block;width: 100%;
  margin-top: 20px;
  text-align: center;
}
.sys_brand_item .txt .tit {
  font-size: 16px;
  color: #666;
}
.sys_brand_item .btns{display: flex;margin-top: 20px;}
.sys_brand_item .btns .btn{display: flex;align-items: center;justify-content: center;width: 100%;min-height: 40px;padding: 5px 10px;border-radius: 5px;font-size: 16px;text-align: center;}
.sys_brand_item .btns .btn.line_style{border: 1px solid #999;color: #999;}
.sys_brand_item .btns .btn.line_style.act{border: 1px solid #00945E;color: #00945E;}


@media (hover: hover) {
  .sys_brand_item:hover .img::before {
    transition: opacity 0.3s;
    opacity: 1;
  }
	.sys_brand_item:hover .img.more_ico::after {
    transition: transform 0.3s;
    transform: rotate(45deg);
    background-image: url(/src/img/ico/sys_info_arrow_c1.svg);
  }
  .sys_brand_item:hover .img .hover_border .line_top {
    opacity: 1;
    width: 100%;
  }
  .sys_brand_item:hover .img .hover_border .line_right {
    height: calc(100% - 40px);
  }
  .sys_brand_item:hover .img .hover_border .line_bottom {
    opacity: 1;
    width: 100%;
  }
  .sys_brand_item:hover .txt .tit {
    transition: color 0.3s;
    color: #00945E !important;
  }
}
@media (max-width: 620px) {
  .sys_brand_item .img {
    border-radius: 10px;
  }
	.sys_brand_item .img.more_ico::after {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .sys_brand_item .txt {
    margin-top: 10px;
  }
  .sys_brand_item .txt .tit {
    font-size: 14px;
  }
	.sys_brand_item .btns{margin-top: 10px;}
	.sys_brand_item .btns .btn{min-height: 30px;padding: 5px;font-size: 14px;}
}
.sys_info_item {
  display: block;
  width: 100%;
}
.sys_info_item .img {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
	width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.sys_info_item .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sys_info_item .img::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #00945E !important;
  border-radius: inherit;
}
.sys_info_item .img.more_ico::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background-image: url(/src/img/ico/sys_info_arrow.svg);
}
.sys_info_item .txt {
	display: block;width: 100%;
  margin-top: 20px;
}
.sys_info_item .txt .tit {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.sys_info_item .txt .desc {
  margin-top: 5px;
  font-size: 14px;
  color: #000;
}
.sys_info_item .btns{display: flex;margin-top: 20px;}
.sys_info_item .btns .btn{display: flex;align-items: center;justify-content: center;width: 100%;mine-height: 40px;padding: 5px 10px;border-radius: 5px;font-size: 16px;text-align: center;}
.sys_info_item .btns .btn.line_style{border: 1px solid #999;color: #999;}

@media (hover: hover) {
  .sys_info_item:hover .img::before {
    transition: opacity 0.3s;
    opacity: 1;
  }
  .sys_info_item:hover .img.more_ico::after {
    transition: transform 0.3s;
    transform: rotate(45deg);
    background-image: url(/src/img/ico/sys_info_arrow_c1.svg);
  }
  .sys_info_item:hover .txt .tit {
    transition: color 0.3s;
    color: #00945E !important;
  }
  .sys_info_item:hover .txt .desc {
    transition: color 0.3s;
    color: #00945E !important;
  }
}
@media (max-width: 620px) {
  .sys_info_item .img {
    border-radius: 10px;
  }
  .sys_info_item .img.more_ico::after {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
  .sys_info_item .txt {
    margin-top: 10px;
  }
  .sys_info_item .txt .tit {
    font-size: 18px;
  }
  .sys_info_item .txt .desc {
    margin-top: 3px;
    font-size: 12px;
  }
	.sys_info_item .btns{margin-top: 10px;}
	.sys_info_item .btns .btn{min-height: 30px;padding: 5px;font-size: 14px;}
}
.sys_terms_wrap .terms_tit_line {
  margin-bottom: 100px;
}
.sys_terms_wrap .terms_tit {
  position: relative;
  padding-left: 56px;
  font-size: 46px;
  font-weight: bold;
  color: #000;
  line-height: 120%;
}
.sys_terms_wrap .terms_tit::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 43px;
  height: 43px;
  background-image: url(/src/img/ico/terms_tit_ico.svg);
  background-size: cover;
}
.sys_terms_wrap .terms_lst {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.sys_terms_wrap .terms_item .tit {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}
.sys_terms_wrap .terms_item .desc {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}

@media (max-width: 620px) {
  .sys_terms_wrap .terms_tit_line {
    margin-bottom: 50px;
  }
  .sys_terms_wrap .terms_tit {
    padding-left: 45px;
    font-size: 30px;
  }
  .sys_terms_wrap .terms_tit::before {
    top: 4px;
    width: 33px;
    height: 33px;
  }
  .sys_terms_wrap .terms_lst {
    gap: 30px;
  }
  .sys_terms_wrap .terms_item .tit {
    margin-bottom: 15px;
    font-size: 19px;
  }
  .sys_terms_wrap .terms_item .desc {
    font-size: 12px;
  }
}
.sys_w_box {
  padding: 50px 70px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

@media (max-width: 1680px) {
  .sys_w_box {
    padding: 40px 60px;
  }
}
@media (max-width: 1240px) {
  .sys_w_box {
    padding: 50px 40px;
  }
}
@media (max-width: 620px) {
  .sys_w_box {
    padding: 25px 20px;
    border-radius: 10px;
  }
}
.sys_w_dl .req_star {
  color: #00945E !important;
}
.sys_w_dl .line {
  display: flex;
  gap: 30px 40px;
}
.sys_w_dl .line + .line {
  margin-top: 30px;
}
.sys_w_dl dl {
  width: 100%;
}
.sys_w_dl dl.w50p {
  width: calc(50% - 20px);
}
.sys_w_dl dl dt {
  font-size: 16px;
  font-weight: bold;
}
.sys_w_dl dl dd {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .sys_w_dl .line {
    flex-direction: column;
  }
  .sys_w_dl dl {
    width: 100% !important;
  }
}
@media (max-width: 620px) {
  .sys_w_dl .line {
    gap: 20px;
  }
  .sys_w_dl .line + .line {
    margin-top: 20px;
  }
  .sys_w_dl dl dt {
    font-size: 14px;
  }
  .sys_w_dl dl dd {
    margin-top: 7px;
  }
}
.sys_inp_wrap .inp {
  display: inline-block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  vertical-align: top;
  font-size: 16px;
}
.sys_inp_wrap .inp::placeholder {
  font-size: 16px;
  color: #999;
}
.sys_inp_wrap p.inp {
  display: flex;
  min-height: 60px;
  height: auto;
  padding: 15px 20px;
  align-items: center;
  border: 1px solid #ddd;
}
.sys_inp_wrap select.inp {
  padding: 0 30px 0 20px;
  background-image: url(/src/img/ico/sys_inp_sel_arrow.svg);
  background-size: 12px auto;
  background-position: calc(100% - 20px) center;
}
.sys_inp_wrap input[type=file].inp {
  padding: 0;
}
.sys_inp_wrap textarea.inp {
  height: 160px;
  padding: 20px;
}
.sys_inp_wrap .de_cki i, .sys_inp_wrap .de_cks i, .sys_inp_wrap .de_rdo i {
  border: 1px solid #ddd;
}
.sys_inp_wrap .de_cki.txt, .sys_inp_wrap .de_cks.txt, .sys_inp_wrap .de_rdo.txt {
  display: inline-flex;
  align-items: start;
}
.sys_inp_wrap .de_cki.txt i, .sys_inp_wrap .de_cks.txt i, .sys_inp_wrap .de_rdo.txt i {
  flex-shrink: 0;
}
.sys_inp_wrap .de_cki.txt .t, .sys_inp_wrap .de_cks.txt .t, .sys_inp_wrap .de_rdo.txt .t {
  padding-top: 4px;
  font-size: 16px;
}
.sys_inp_wrap .de_cki i, .sys_inp_wrap .de_cks i {
  border-radius: 5px;
}
.sys_inp_wrap .r_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 60px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}
.sys_inp_wrap .inp_desc_txt {
  margin-top: 10px;
  font-size: 16px;
}
.sys_inp_wrap .rdo_line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.sys_inp_wrap .inp_btn_line {
  display: flex;
  gap: 0 8px;
}
.sys_inp_wrap .tri_inp_line {
  display: flex;
  gap: 0 8px;
}
.sys_inp_wrap .tri_inp_line .inp {
  width: calc((100% - 16px) / 3);
}
.sys_inp_wrap .addr_line {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
}

@media (max-width: 620px) {
  .sys_inp_wrap .inp {
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 14px;
  }
  .sys_inp_wrap .inp::placeholder {
    font-size: 14px;
  }
  .sys_inp_wrap p.inp {
    min-height: 50px;
    padding: 10px 15px;
  }
  .sys_inp_wrap select.inp {
    padding: 0 30px 0 15px;
    background-position: calc(100% - 15px) center;
  }
  .sys_inp_wrap textarea.inp {
    height: 150px;
    padding: 15px;
  }
  .sys_inp_wrap .de_cki.txt .t, .sys_inp_wrap .de_cks.txt .t, .sys_inp_wrap .de_rdo.txt .t {
    padding-top: 6px;
    font-size: 14px;
  }
  .sys_inp_wrap .r_btn {
    width: 80px;
    height: 50px;
    font-size: 14px;
  }
  .sys_inp_wrap .inp_desc_txt {
    margin-top: 5px;
    font-size: 14px;
  }
  .sys_inp_wrap .rdo_line {
    gap: 5px 10px;
  }
  .sys_inp_wrap .inp_btn_line {
    gap: 0 5px;
  }
  .sys_inp_wrap .tri_inp_line {
    gap: 0 5px;
  }
  .sys_inp_wrap .tri_inp_line .inp {
    width: calc((100% - 10px) / 3);
  }
}
.sys_sbm_line {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-top: 60px;
}
.sys_sbm_line .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  border-radius: 50rem;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.sys_sbm_line .btn.line_style {
  border: 1px solid #ddd;
  color: #666;
}
.sys_sbm_line .btn.bg_style {
  color: #fff;
  background-color: #00945E !important;
}

@media (max-width: 620px) {
  .sys_sbm_line {
    gap: 0 5px;
    margin-top: 30px;
  }
  .sys_sbm_line .btn {
    width: 120px;
    height: 50px;
    font-size: 14px;
  }
}
.sys_agree_all {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

.sys_agree_tit {
  margin-top: 60px;
  font-size: 24px;
  font-weight: bold;
}
.sys_agree_tit.mt0 {
  margin-top: 0;
}

.sys_agree_box {
  overflow-y: scroll;
  height: 200px;
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
}
.sys_agree_box pre {
  font-size: inherit;
  line-height: inherit;
}

.sys_agree_line {
  margin-top: 10px;
}

@media (max-width: 620px) {
  .sys_agree_all {
    padding-bottom: 20px;
  }
  .sys_agree_tit {
    margin-top: 30px;
    font-size: 21px;
  }
  .sys_agree_box {
    height: 150px;
    margin-top: 10px;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
  }
  .sys_agree_line {
    margin-top: 5px;
  }
}
.opt_select_wrap .opt_open_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.opt_select_wrap .opt_result {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: start;
  min-height: 100px;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fafafa;
}
.opt_select_wrap .opt_result .opt_box {
  display: flex;
  gap: 0 20px;
  align-items: center;
  min-height: 60px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
  line-height: 150%;
  background-color: #fff;
}
.opt_select_wrap .opt_result .opt_box .del_btn {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-image: url(/src/img/ico/opt_select_del.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right center;
}

.my_inp_tb .opt_select_wrap .opt_open_btn {
  width: 110px;
  height: 34px;
  border-radius: 5px;
  font-size: 14px;
}
.my_inp_tb .opt_select_wrap .opt_result {
  min-height: 64px;
  margin-top: 10px;
  padding: 15px;
}
.my_inp_tb .opt_select_wrap .opt_result .opt_box {
  gap: 0 10px;
  min-height: 34px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

@media (max-width: 620px) {
  .opt_select_wrap .opt_open_btn {
    width: 120px;
    height: 50px;
    border-radius: 5px;
    font-size: 14px;
  }
  .opt_select_wrap .opt_result {
    gap: 5px;
    min-height: 70px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  .opt_select_wrap .opt_result .opt_box {
    gap: 0 10px;
    min-height: 50px;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
  }
  .opt_select_wrap .opt_result .opt_box .del_btn {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-left: -6px;
  }
  .my_inp_tb .opt_select_wrap .opt_open_btn {
    width: 100px;
    font-size: 12px;
  }
  .my_inp_tb .opt_select_wrap .opt_result {
    gap: 5px;
    min-height: 54px;
    margin-top: 5px;
    padding: 10px;
  }
  .my_inp_tb .opt_select_wrap .opt_result .opt_box {
    padding: 5px 10px;
    font-size: 12px;
  }
}

.opt_sch_top{padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #ddd;}
.opt_sch_top .inp_box{overflow: hidden;display: flex;height: 60px;border: 1px solid #ddd;border-radius: 30px;background-color: #fff;}
.opt_sch_top .inp_box .sch_inp{width: 100%;height: 100%;padding: 0 20px;border: 0;font-size: 18px;}
.opt_sch_top .inp_box .sch_inp::placeholder{font-size: 18px;color: #999;}
.opt_sch_top .inp_box .sbm_btn{flex-shrink: 0;width: 50px;height: 100%;background-image: url(/src/img/ico/opt_sch_sbm.svg);background-repeat: no-repeat;background-position: left center;}
@media (max-width: 620px){
	.opt_sch_top{padding-bottom: 10px;margin-bottom: 10px;}
	.opt_sch_top .inp_box{height: 50px;border-radius: 25px;}
	.opt_sch_top .inp_box .sch_inp{font-size: 16px;}
	.opt_sch_top .inp_box .sch_inp::placeholder{font-size: 16px;}
	.opt_sch_top .inp_box .sbm_btn{width: 40px;background-size: 24px auto;}
}

.opt_none_box{display: flex;flex-direction: column;align-items: center;padding: 20px 0;text-align: center;}
.opt_none_box::before{content: '';display: block;width: 80px;height: 80px;margin-bottom: 20px;background-image: url(/src/img/ico/opt_none_ico.png);background-size: cover;}
.opt_none_box .t1{font-size: 18px;color: #999;}
@media (max-width: 620px){
	.opt_none_box{padding: 10px 0;}
	.opt_none_box::before{width: 60px;height: 60px;margin-bottom: 10px;}
	.opt_none_box .t1{font-size: 16px;}
}

.js_opt_none{display: none;}
.js_opt_none.act{display: flex;}

.js_opt_select{display: none;}
.js_opt_select.act{display: block;}

.opt_select_box {
	overflow-y: auto;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
	max-height: 301px;
}
.opt_select_box .btn input {
  display: none;
}
.opt_select_box .btn .box {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.opt_select_box .btn .box .t1 {
  font-size: 16px;
  line-height: 150%;
}
.opt_select_box .btn input:checked ~ .box {
  border: 1px solid #00945E !important;
}
.opt_select_box .btn input:checked ~ .box .t1 {
  color: #00945E !important;
}

@media (max-width: 620px) {
  .opt_select_box .btn .box {
    padding: 10px;
    border-radius: 5px;
  }
  .opt_select_box .btn .box .t1 {
    font-size: 14px;
  }
}
.sys_complete_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px;
  border: 1px solid #DBDBDB;
  border-radius: 20px;
  text-align: center;
}
.sys_complete_box::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 30px;
  background-image: url(/src/img/sys_complete_basic.svg);
}
.sys_complete_box .t1 {
  font-size: 26px;
  font-weight: bold;
  color: #000;
}
.sys_complete_box .t2 {
  margin-top: 30px;
  font-size: 16px;
}

@media (max-width: 1240px) {
  .sys_complete_box {
    padding: 80px 40px;
  }
}
@media (max-width: 620px) {
  .sys_complete_box {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .sys_complete_box::before {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    background-size: cover;
  }
  .sys_complete_box .t1 {
    font-size: 21px;
  }
  .sys_complete_box .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
}
#footer {
  margin-top: 120px;
  padding: 80px 0;
  background-color: #000;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .foot {
  display: flex;
  gap: 80px;
}
#footer .foot .l_cont {
  flex-shrink: 0;
  width: 200px;
}
#footer .foot .r_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
#footer .foot .foot_nav > ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#footer .foot .foot_nav > ul > li .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
}
#footer .foot .foot_btns {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer .foot .foot_btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 50rem;
  font-size: 18px;
  color: #fff;
  line-height: 150%;
  text-align: center;
}
#footer .foot .foot_btns .btn.escrow_btn {
  width: 280px;
}
#footer .foot .foot_btns .btn.sel_btn {
  padding-right: 40px;
  text-align: left;
  background-color: transparent;
  background-image: url(/src/img/ico/foot_sel_arrow.svg);
  background-size: 18px auto;
  background-position: calc(100% - 20px) center;
}
#footer .foot .foot_mid {
  margin-top: 50px;
}
#footer .foot .foot_sns{display: flex;flex-wrap: wrap;justify-content: flex-end;gap: 20px;}
#footer .foot .foot_sns .sns_btn{display: block;width: 50px;height: 50px;text-indent: -9999px;background-size: contain;background-repeat: no-repeat;background-position: center center;}
#footer .foot .foot_sns .sns_btn.naver_blog{background-image: url(/src/img/foot_sns_naver_blog.png);}
#footer .foot .foot_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: flex-end;
	margin-top: 50px;
}
#footer .foot .foot_menu .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#footer .foot .foot_addr {
  margin-top: 20px;
}
#footer .foot .foot_addr .line {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#footer .foot .foot_addr .line + .line {
  margin-top: 10px;
}
#footer .foot .foot_addr dl {
  display: flex;
  gap: 2px 5px;
  flex-wrap: wrap;
  font-size: 14px;
  color: #fff;
}
#footer .foot .foot_addr dl dt {
  font-size: inherit;
  color: inherit;
  font-weight: bold;
}
#footer .foot .foot_addr dl dd {
  font-size: inherit;
  color: inherit;
}
#footer .foot .foot_copy {
  display: block;
  margin-top: 80px;
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
}

@media (max-width: 991px) {
  #footer .foot {
    flex-direction: column;
  }
  #footer .foot .l_cont {
    width: 100%;
  }
  #footer .foot .r_cont {
    align-items: center;
  }
  #footer .foot .foot_nav > ul {
    gap: 20px 40px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .foot .foot_btns {
    justify-content: center;
  }
	#footer .foot .foot_sns{justify-content: center;}
  #footer .foot .foot_menu {
    justify-content: center;
  }
  #footer .foot .foot_addr .line {
    justify-content: center;
  }
  #footer .foot .foot_copy {
    text-align: center;
  }
}
@media (max-width: 620px) {
  #footer {
    margin-top: 60px;
    padding: 50px 0;
  }
  #footer .foot {
    gap: 40px;
  }
  #footer .foot .foot_nav > ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #footer .foot .foot_nav > ul > li .t1 {
    font-size: 26px;
  }
  #footer .foot .foot_btns {
    gap: 10px;
  }
  #footer .foot .foot_btns .btn {
    width: 135px;
    height: 40px;
    padding: 0 15px;
    font-size: 12px;
  }
  #footer .foot .foot_btns .btn.escrow_btn {
    width: 180px;
  }
  #footer .foot .foot_btns .btn.sel_btn {
    padding-right: 25px;
    background-size: 10px auto;
    background-position: calc(100% - 15px) center;
  }
  #footer .foot .foot_mid {
    margin-top: 55px;
  }
	#footer .foot .foot_sns .sns_btn{width: 40px;height: 40px;}
  #footer .foot .foot_menu {
    gap: 10px 20px;
		margin-top: 25px;
  }
  #footer .foot .foot_menu .t1 {
    font-size: 14px;
  }
  #footer .foot .foot_addr .line {
    gap: 8px 15px;
  }
  #footer .foot .foot_addr .line + .line {
    margin-top: 8px;
  }
  #footer .foot .foot_addr dl {
    font-size: 12px;
  }
  #footer .foot .foot_copy {
    margin-top: 40px;
    font-size: 12px;
  }
}
/* response ex
@include respond-to('d1680')
@include respond-to('d1480')
@include respond-to('d1000')
*/
.index_wrap {
  background-color: #000;
}
.index_wrap .main_slider {
  position: relative;
  max-width: 1920px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.index_wrap .main_slider::before {
  content: "";
  z-index: 4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 140px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .main_slider::after {
  content: "";
  z-index: 4;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 320px;
  height: 140px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .main_slider .main_mask {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_wrap .main_slider .main_mask::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0.6) 86%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .main_slider .main_mask .item {
  position: relative;
}
.index_wrap .main_slider .main_mask .item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 700px;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .main_slider .main_mask .item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 800px;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .main_slider .main_mask .item .bg {
  width: 100%;
  height: 100%;
}
.index_wrap .main_slider .main_mask .item .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition: transform 2s;
}
.index_wrap .main_slider .main_mask .item .l_t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 1640px;
  margin-top: -30px;
  opacity: 0;
  transition: opacity 1s 0.6s, margin-top 1s 0.6s;
  padding-right: 400px;
}
.index_wrap .main_slider .main_mask .item .l_t_box p {
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
}
.index_wrap .main_slider .main_mask .item .l_t_box p:last-child {
  margin-bottom: 0;
}
.index_wrap .main_slider .main_mask .item .l_t_box .t1 {
  font-size: 44px;
}
.index_wrap .main_slider .main_mask .item .l_t_box .t2 {
  font-size: 64px;
}
.index_wrap .main_slider .main_mask .item .r_t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 1640px;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 50px;
  opacity: 0;
  transition: opacity 1s 0.6s, margin-top 1s 0.6s;
}
.index_wrap .main_slider .main_mask .item .r_t_box p {
  width: 325px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
}
.index_wrap .main_slider .main_mask .item.swiper-slide-active .bg img {
  transform: scale(1);
}
.index_wrap .main_slider .main_mask .item.swiper-slide-active .l_t_box {
  opacity: 1;
  margin-top: -80px;
}
.index_wrap .main_slider .main_mask .item.swiper-slide-active .r_t_box {
  opacity: 1;
  margin-top: 0px;
}
.index_wrap .main_slider .pagi_box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  position: absolute;
  z-index: 3;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 1640px;
}
.index_wrap .main_slider .pagi_box .arrow_btn {
  width: 16px;
  height: 27px;
  margin-top: 0;
  background: url(/src/img/ico/sw_r.png) no-repeat center center/cover;
  opacity: 0.4;
}
.index_wrap .main_slider .pagi_box .arrow_btn:hover {
  opacity: 1;
}
.index_wrap .main_slider .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.index_wrap .main_slider .pagi_box .pagi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 230px;
  font-size: 50px;
}
.index_wrap .main_slider .pagi_box .pagi span {
  width: 100px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .main_slider .pagi_box .pagi .swiper-pagination-total {
  opacity: 0.2;
}
.index_wrap .main_slider .pagi_box .pagi .control_box {
  position: relative;
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index_wrap .main_slider .pagi_box .pagi .control_box .ani_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.index_wrap .main_slider .main_logo_banner {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1640px;
  padding: 50px 0px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}
.index_wrap .main_slider .main_logo_banner .inner_box{display: none;}
.index_wrap .main_slider .main_logo_banner .inner_box.act{display: block;}
.index_wrap .main_slider .main_logo_banner ul {
  display: inline-flex;
  align-items: center;
  animation: loop 30s linear infinite;
  -webkit-animation: loop 30s linear infinite;
  font-size: 0;
}
.index_wrap .main_slider .main_logo_banner ul li {
  display: inline-flex;align-items:center;justify-content: center;
	width: 204px;
	height: 50px;
  margin-right: 80px;
	text-align: center;
}

@media screen and (max-width: 1680px) {
  .index_wrap .main_slider .main_mask .item .l_t_box {
    width: 1440px;
    padding-right: 0;
  }
  .index_wrap .main_slider .main_mask .item .r_t_box {
    width: 1440px;
  }
  .index_wrap .main_slider .pagi_box {
    width: 1440px;
  }
}
@media screen and (max-width: 1480px) {
  .index_wrap .main_slider {
    height: 1700px;
  }
  .index_wrap .main_slider::before {
    width: 240px;
    z-index: 4;
  }
  .index_wrap .main_slider::after {
    width: 240px;
  }
  .index_wrap .main_slider .main_mask .item::before {
    top: 328px;
    left: 0;
    width: 100%;
    height: 140px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  .index_wrap .main_slider .main_mask .item::after {
    display: none;
  }
  .index_wrap .main_slider .main_mask .item .bg {
    position: absolute;
    top: 330px;
    left: 0;
    width: 100%;
    height: 742px;
  }
  .index_wrap .main_slider .main_mask .item .bg img {
    transform: scale(1);
  }
  .index_wrap .main_slider .main_mask .item .l_t_box {
    top: 230px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    width: 90%;
    margin-top: 0;
    text-align: center;
    opacity: 1;
  }
  .index_wrap .main_slider .main_mask .item .r_t_box {
    top: 1000px;
    left: 50%;
    width: 90%;
    height: auto;
    margin-top: 0;
    text-align: center;
    opacity: 1;
    transform: translateX(-50%);
  }
  .index_wrap .main_slider .main_mask .item .r_t_box p {
    width: 100%;
  }
  .index_wrap .main_slider .main_mask .item.swiper-slide-active .l_t_box {
    margin-top: 0;
  }
  .index_wrap .main_slider .main_mask .item.swiper-slide-active .r_t_box {
    margin-top: 0;
  }
  .index_wrap .main_slider .pagi_box {
    bottom: 730px;
    width: 100%;
    padding: 0px 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 620px) {
  .index_wrap .main_slider {
    height: 840px;
  }
  .index_wrap .main_slider::before {
    width: 107px;
    height: 62px;
  }
  .index_wrap .main_slider::after {
    width: 107px;
    height: 62px;
  }
  .index_wrap .main_slider .main_mask::after {
    height: 65px;
  }
  .index_wrap .main_slider .main_mask .item::before {
    top: 198px;
  }
  .index_wrap .main_slider .main_mask .item .bg {
    top: 200px;
    height: 330px;
  }
  .index_wrap .main_slider .main_mask .item .l_t_box {
    top: 120px;
  }
  .index_wrap .main_slider .main_mask .item .l_t_box p {
    margin-bottom: 5px;
  }
  .index_wrap .main_slider .main_mask .item .l_t_box .t1 {
    font-size: 34px;
  }
  .index_wrap .main_slider .main_mask .item .l_t_box .t2 {
    font-size: 44px;
  }
  .index_wrap .main_slider .main_mask .item .r_t_box {
    top: 540px;
  }
  .index_wrap .main_slider .main_mask .item .r_t_box p {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .index_wrap .main_slider .pagi_box {
    bottom: 320px;
    padding: 0px 20px;
  }
  .index_wrap .main_slider .pagi_box .arrow_btn {
    width: 12px;
    height: 21px;
  }
  .index_wrap .main_slider .pagi_box .pagi {
    gap: 10px;
    width: 219px;
    font-size: 40px;
  }
  .index_wrap .main_slider .pagi_box .pagi span {
    font-size: 40px;
  }
  .index_wrap .main_slider .pagi_box .pagi .control_box {
    height: 60px;
  }
  .index_wrap .main_slider .main_logo_banner {
    padding: 0px 0px;
  }
  .index_wrap .main_slider .main_logo_banner ul li {
		width: 120px;
    height: 62px;
    margin-right: 40px;
  }
}
@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.index_wrap .main_view_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 170px;
  height: 50px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.5s;
}
.index_wrap .main_view_more::after {
  content: "";
  width: 49px;
  height: 49px;
  background: url(/src/img/ico/big_plus_w.png) no-repeat center center/cover;
  transition: background-image 0.5s, transform 0.5s;
}
.index_wrap .main_view_more:hover {
  color: #00945E !important;
}
.index_wrap .main_view_more:hover::after {
  background-image: url(/src/img/ico/big_plus_green.png);
  transform: rotate(135deg);
}
.index_wrap .main_tit {
  font-size: 80px;
  line-height: 110%;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect2 {
  padding: 200px 0px;
}
.index_wrap .sect2 .main_tit {
  margin-bottom: 40px;
}
.index_wrap .sect2 .c_d2 {
  color: #d2d2d2;
}
.index_wrap .sect2 ul {
  position: relative;
  display: flex;
  gap: 96px;
  margin: 80px auto 0;
  width: 1230px;
}
.index_wrap .sect2 ul::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 50px;
  left: 50%;
  width: 1504px;
  height: 263px;
  transform: translateX(-50%);
  background: url(/src/img/main_sect2_water.png) no-repeat center center/auto;
}
.index_wrap .sect2 ul li {
  width: calc((100% - 192px) / 3);
  text-align: center;
}
.index_wrap .sect2 ul li:last-child {
  display: none;
}
.index_wrap .sect2 ul li .t1 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect2 ul li .box {
  position: relative;
}
.index_wrap .sect2 ul li .box p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0px 20px;
  transform: translateY(-50%);
	line-height: 120%;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect2 ul li .box p span {
  font-size: 40px;
  font-weight: 300;
}
.index_wrap .sect2 ul li.last_box .box p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.index_wrap .sect2 .main_view_more {
  margin: 60px auto 0;
}

@media screen and (max-width: 1560px) {
  .index_wrap .sect2 ul::before {
    width: 906px;
    gap: 158px;
    background-size: contain;
  }
}
@media screen and (max-width: 1320px) {
  .index_wrap .sect2 ul {
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }
  .index_wrap .sect2 ul::before {
    display: none;
  }
  .index_wrap .sect2 ul li {
    width: 50%;
    padding-top: 40px;
    border-top: solid 1px rgba(221, 221, 221, 0.2);
    border-right: solid 1px rgba(221, 221, 221, 0.2);
  }
  .index_wrap .sect2 ul li:nth-child(2n) {
    border-right: none;
  }
  .index_wrap .sect2 ul li:nth-child(1) {
    border-top: none;
    padding-bottom: 40px;
    padding-top: 0;
  }
  .index_wrap .sect2 ul li:nth-child(2) {
    border-top: none;
    padding-bottom: 40px;
    padding-top: 0;
  }
  .index_wrap .sect2 ul li:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .index_wrap .sect2 ul li:last-child a {
    margin-top: 0;
  }
  .index_wrap .sect2 ul li img {
    display: none;
  }
  .index_wrap .sect2 ul li .box {
    margin-top: 0px;
  }
  .index_wrap .sect2 ul li .box p {
    position: static;
    /* line-height: 85px; */
    transform: translate(0);
  }
  .index_wrap .sect2 ul li .box p img {
    display: inline;
  }
  .index_wrap .sect2 .more_btn.m_dn {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .index_wrap .main_view_more {
    width: 106px;
    height: 28px;
    font-size: 12px;
  }
  .index_wrap .main_view_more::after {
    width: 28px;
    height: 28px;
  }
  .index_wrap .main_tit {
    font-size: 50px;
    line-height: 125%;
  }
  .index_wrap .sect2 {
    padding: 100px 0px;
  }
  .index_wrap .sect2 .main_tit {
    margin-bottom: 20px;
  }
  .index_wrap .sect2 ul {
    margin-top: 40px;
  }
  .index_wrap .sect2 ul li {
    padding-top: 20px;
  }
  .index_wrap .sect2 ul li:nth-child(1) {
    padding-bottom: 20px;
  }
  .index_wrap .sect2 ul li:nth-child(2) {
    padding-bottom: 20px;
  }
  .index_wrap .sect2 ul li .t1 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .index_wrap .sect2 ul li .box p {
    padding: 0px 10px;
    font-size: 36px;
    /* line-height: 45px; */
  }
  .index_wrap .sect2 ul li .box p span {
    font-size: 18px;
  }
  .index_wrap .sect2 ul li .box p img {
    display: inline-block;
    width: 16px;
  }
  .index_wrap .sect2 ul li.last_box .box p {
    gap: 10px;
  }
}
.index_wrap .sect3 {
  position: relative;
}
.index_wrap .sect3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .sect3::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .sect3 .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 140px 0px;
}
.index_wrap .sect3 .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 500px;
  width: 800px;
  height: 100%;
  background: rgb(0, 13, 8);
  background: -moz-linear-gradient(90deg, rgba(0, 13, 8, 0) 0%, rgba(39, 69, 59, 0.4) 17%, rgba(0, 148, 94, 0.3) 50%, rgba(31, 57, 48, 0.31) 83%, rgba(0, 13, 8, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 13, 8, 0) 0%, rgba(39, 69, 59, 0.4) 17%, rgba(0, 148, 94, 0.3) 50%, rgba(31, 57, 48, 0.31) 83%, rgba(0, 13, 8, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 13, 8, 0) 0%, rgba(39, 69, 59, 0.4) 17%, rgba(0, 148, 94, 0.3) 50%, rgba(31, 57, 48, 0.31) 83%, rgba(0, 13, 8, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000d08",endColorstr="#000d08",GradientType=1);
}
.index_wrap .sect3 .container .t_box {
  width: 460px;
}
.index_wrap .sect3 .container .t_box .more_btn {
  margin-top: 120px;
}
.index_wrap .sect3 .container .sw_wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 500px);
  margin-left: 40px;
  overflow-y: hidden;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big {
  width: 800px;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .item p {
  margin-bottom: 70px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .item .img {
	aspect-ratio: 1/1;
  width: 530px;
  margin: 0px auto;
  border-radius: 20px;
  overflow: hidden;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .item .img img{object-fit: cover;width: 100%;height: 100%;}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 320px;
  font-size: 50px;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi span {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi .swiper-pagination-current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-right: 33px;
  border-radius: 200px;
  border: solid 1px #fff;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi .swiper-pagination-total {
  width: 120px;
  opacity: 0.2;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi .control_box {
  position: relative;
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
}
.index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi .control_box .ani_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_thumb {
  width: 200px;
  height: 700px;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_thumb .swiper-wrapper {
  align-items: end;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  /* padding: 20px; */
  border: solid 1px #363636;
  border-radius: 20px;
  overflow: hidden;
  transform-origin: right center;
  transition: transform 0.8s, border-color 0.8s;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s;
  background: rgb(79, 133, 113);
  background: -moz-linear-gradient(0deg, rgba(79, 133, 113, 0.4) 0%, rgb(0, 13, 8) 100%);
  background: -webkit-linear-gradient(0deg, rgba(79, 133, 113, 0.4) 0%, rgb(0, 13, 8) 100%);
  background: linear-gradient(0deg, rgba(79, 133, 113, 0.4) 0%, rgb(0, 13, 8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f8571",endColorstr="#000d08",GradientType=1);
}
.index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;object-fit: cover;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item.swiper-slide-active, .index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item.swiper-slide-duplicate-active {
  transform: scale(1.25);
  border-color: #00945E !important;
}
.index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item.swiper-slide-active::before, .index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item.swiper-slide-duplicate-active::before {
  opacity: 1;
}

@media screen and (max-width: 1680px) {
  .index_wrap .sect3{overflow: hidden;}
  .index_wrap .sect3::before {
    top: 415px;
  }
  .index_wrap .sect3::after {
    bottom: 430px;
  }
  .index_wrap .sect3 .container {
    flex-direction: column;
    justify-content: center;
    z-index: 3;
  }
  .index_wrap .sect3 .container::after {
    left: 50%;
    transform: translateX(-50%);
    top: 415px;
    height: 640px;
    width: 1680px;
    background: rgb(0, 13, 8);
    background: -moz-linear-gradient(0deg, rgba(0, 13, 8, 0) 0%, rgba(39, 69, 59, 0.4) 17%, rgba(0, 148, 94, 0.3) 50%, rgba(31, 57, 48, 0.31) 83%, rgba(0, 13, 8, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 13, 8, 0) 0%, rgba(39, 69, 59, 0.4) 17%, rgba(0, 148, 94, 0.3) 50%, rgba(31, 57, 48, 0.31) 83%, rgba(0, 13, 8, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 13, 8, 0) 0%, rgba(39, 69, 59, 0.4) 17%, rgba(0, 148, 94, 0.3) 50%, rgba(31, 57, 48, 0.31) 83%, rgba(0, 13, 8, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000d08",endColorstr="#000d08",GradientType=1);
  }
  .index_wrap .sect3 .container .t_box {
    width: 100%;
    margin-bottom: 80px;
    text-align: center;
  }
  .index_wrap .sect3 .container .t_box .more_btn {
    display: none;
  }
  .index_wrap .sect3 .container .sw_wrap {
    flex-direction: column;
    width: 100%;
    padding-bottom: 180px;
    margin-left: 0;
    overflow: hidden;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big {
    width: 720px;
    max-width: 100%;
    margin-bottom: 80px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .item .img {
    width: 100%;
    text-align: center;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .item p {
    text-align: center;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_thumb {
    width: 640px;
    height: 238px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item {
    height: 200px;
    transform-origin: bottom center;
  }
}
@media screen and (max-width: 740px) {
  .index_wrap .sect3 .container .sw_wrap .main_prod_thumb {
    width: 540px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item {
    height: 151px;
  }
}
@media screen and (max-width: 620px) {
  .index_wrap .sect3::before {
    height: 160px;
    top: 360px;
  }
  .index_wrap .sect3::after {
    height: 160px;
    bottom: 230px;
  }
  .index_wrap .sect3 .container {
    padding: 100px 0px;
  }
  .index_wrap .sect3 .container::after {
    height: 440px;
  }
  .index_wrap .sect3 .container .t_box {
    margin-bottom: 40px;
  }
  .index_wrap .sect3 .container .sw_wrap {
    padding-bottom: 120px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big {
    margin-bottom: 40px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .item p {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box {
    gap: 20px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi {
    width: 100%;
    gap: 10px;
    font-size: 40px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi span {
    font-size: 40px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi .swiper-pagination-current {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_big .pagi_box .pagi .swiper-pagination-total {
    width: 100px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_thumb {
    width: 280px;
    height: 108px;
  }
  .index_wrap .sect3 .container .sw_wrap .main_prod_thumb .item {
    height: 78px;
    padding: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 420px) {
  .index_wrap .sect3::after {
    bottom: 160px;
  }
}
@media screen and (max-width: 360px) {
  .index_wrap .sect3::after {
    bottom: 130px;
  }
}
.index_wrap .sect4 {
  padding: 40px 0px 140px;
  overflow: hidden;
}
.index_wrap .sect4 .sect4_sw .item {
  border-radius: 20px;
  overflow: hidden;
}
.index_wrap .sect4 .sect4_sw .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .sect4 .sect4_sw .item a img {
  transition: transform 0.8s;
}
.index_wrap .sect4 .sect4_sw .item a::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.index_wrap .sect4 .sect4_sw .item a::after {
  content: "VIEW MORE";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  transform: translate(-50%, -50%);
  background-color: #00945E !important;
  opacity: 0;
  transition: opacity 0.5s;
}
.index_wrap .sect4 .sect4_sw .item a p {
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 0;
  width: 100%;
  padding: 0px 40px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect4 .sect4_sw .item a:hover img {
  transform: scale(1.1);
}
.index_wrap .sect4 .sect4_sw .item a:hover::after {
  opacity: 1;
}
.index_wrap .sect4 .sect4_sw1 {
  width: 460px;
  margin: 0px auto;
}
.index_wrap .sect4 .sect4_sw1 .swiper-wrapper{transition-timing-function: linear;}
.index_wrap .sect4 .sect4_sw2 {
  width: 460px;
  margin: 20px auto 0;
}
.index_wrap .sect4 .sect4_sw2 .swiper-wrapper{transition-timing-function: linear;}

@media screen and (max-width: 1480px) {
  .index_wrap .sect4 .sect4_sw .item a::after {
    display: none;
  }
  .index_wrap .sect4 .sect4_sw1 {
    width: 620px;
    margin-left: -20px;
  }
  .index_wrap .sect4 .sect4_sw2 {
    width: 620px;
    float: right;
    margin-right: -20px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect4 .sect4_sw1 {
    width: 540px;
  }
  .index_wrap .sect4 .sect4_sw2 {
    width: 540px;
  }
}
@media screen and (max-width: 620px) {
  .index_wrap .sect4 {
    padding: 20px 0px 70px;
  }
	.index_wrap .sect4 .sect4_sw .item{border-radius: 10px;}
  .index_wrap .sect4 .sect4_sw .item a::before {
    height: 88px;
  }
  .index_wrap .sect4 .sect4_sw .item a p {
    bottom: 20px;
    padding: 0px 20px;
    font-size: 25px;
  }
  .index_wrap .sect4 .sect4_sw1 {
    width: 278px;
    margin-left: -10px;
  }
  .index_wrap .sect4 .sect4_sw2 {
    width: 278px;
		margin-top: 10px;
    margin-right: -10px;
  }
}
.index_wrap .sect5 {
  padding: 140px 0px;
  background: url(/src/img/sect5_water.png) no-repeat center center/auto #005737;
}
.index_wrap .sect5 ul {
	overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.index_wrap .sect5 ul li {
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.6666666667%;
  height: 140px;
}
.index_wrap .sect5 ul li::before{content: '';position: absolute;right: -2px;top: 0;width: 1px;height: 100%;background-color: rgba(221, 221, 221, 0.2);}
.index_wrap .sect5 ul li::after{content: '';position: absolute;bottom: -1px;left: 0;width: 100%;height: 1px;background-color: rgba(221, 221, 221, 0.2);}


.index_wrap .sect5 ul li:last-child .main_view_more:hover {
  color: #fff !important;
}
.index_wrap .sect5 ul li:last-child .main_view_more:hover::after {
  background-image: url(/src/img/ico/big_plus_w2.png);
  transform: rotate(135deg);
}

.index_wrap .sect5 ul li .more_btn{display: flex;align-items: center;justify-content: space-between;gap: 0 10px;width: calc(100% - 70px);height: 60px;padding: 10px 20px;border: 1px solid rgba(221,221,221,.9);border-radius: 50rem;font-size: 16px;font-weight: bold;color: rgba(255,255,255,.6);line-height: 150%;}
.index_wrap .sect5 ul li .more_btn::after{content: '';flex-shrink: 0;transition: opacity .3s, transform .3s;opacity: 0.6;display: block;width: 29px;height: 29px;background-image: url(/src/img/ico/index_sect5_more_plus.svg);}
.index_wrap .sect5 ul li .more_btn:hover{border: 1px solid #00945E;color: #fff;background-color: #00945E;}
.index_wrap .sect5 ul li .more_btn:hover::after{opacity: 1;transform: rotate(135deg);}

@media screen and (max-width: 1680px){
	.index_wrap .sect5 ul li .more_btn{width: calc(100% - 40px);}
}

@media screen and (max-width: 1480px) {
  .index_wrap .sect5 .main_tit {
    text-align: center;
  }
  .index_wrap .sect5 ul li {
    width: 25%;
  }
	.index_wrap .sect5 ul li .more_btn{width: 200px;}
}
@media screen and (max-width: 1240px) {
  .index_wrap .sect5 {
    background-image: none;
  }
  .index_wrap .sect5 ul li {
    width: 33.3334%;
  }
	.index_wrap .sect5 ul li .more_btn{width: calc(100% - 70px);}
}
@media screen and (max-width: 991px){
	.index_wrap .sect5 ul li{width: 50%;}
	.index_wrap .sect5 ul li .more_btn{width: 200px;}
}
@media screen and (max-width: 620px) {
  .index_wrap .sect5 {
    padding: 70px 0px;
  }
  .index_wrap .sect5 ul {
    margin-top: 40px;
  }
  .index_wrap .sect5 ul li {
    height: 80px;
  }
  .index_wrap .sect5 ul li img {
    transform: scale(0.55);
  }
	.index_wrap .sect5 ul li .more_btn{width: calc(100% - 20px);max-width: 160px;height: 50px;padding: 10px 15px;font-size: 12px;}
	.index_wrap .sect5 ul li .more_btn::after{width: 24px;height: 24px;background-size: cover;}
}
.index_wrap .sect6 {
  overflow: hidden;
  padding: 140px 0px;
  background-color: #fff;
}
.index_wrap .sect6 .ani_wrap {
  margin-top: 70px;
}
.index_wrap .sect6 .ani_wrap .box {
  margin-bottom: 20px;
  white-space: nowrap;
  font-size: 0;
}
.index_wrap .sect6 .ani_wrap .box ul {
  display: inline-flex;
  align-items: center;
  animation: loop 100s linear infinite;
  -webkit-animation: loop 100s linear infinite;
  font-size: 0;
}
.index_wrap .sect6 .ani_wrap .box ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
}
.index_wrap .sect6 .ani_wrap .box:last-child {
  margin-bottom: 0;
}
.index_wrap .sect6 .ani_wrap .box:nth-child(2n) ul {
  animation: loopRe 100s linear infinite;
  -webkit-animation: loopRe 100s linear infinite;
}

@media screen and (max-width: 620px) {
  .index_wrap .sect6 {
    padding: 70px 0px;
  }
  .index_wrap .sect6 .ani_wrap {
    margin-top: 35px;
  }
  .index_wrap .sect6 .ani_wrap .box {
    margin-bottom: 10px;
  }
  .index_wrap .sect6 .ani_wrap .box ul li {
    width: 120px;
    height: 40px;
    padding: 10px;
  }
}
@keyframes loopRe {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes loopRe {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.lst_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
.lst_top .lst_sch_wrap {
  display: flex;
  gap: 30px;
}
.lst_top .lst_sch_wrap .inp {
  height: 60px;
  padding: 0px 20px;
  border-radius: 300px;
  border: solid 1px #ddd;
  font-size: 18px;
}
.lst_top .lst_sch_wrap select {
  width: 200px;
  padding-right: 50px;
}
.lst_top .lst_sch_wrap .sch_box {
  position: relative;
  width: 400px;
}
.lst_top .lst_sch_wrap .sch_box .inp {
  width: 100%;
}
.lst_top .lst_sch_wrap .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/src/img/ico/sch_btn.png) no-repeat center center/cover;
}

@media screen and (max-width: 1480px) {
  .lst_top .lst_sch_wrap {
    gap: 10px;
  }
}
@media screen and (max-width: 1240px) {
  .lst_top {
    flex-direction: column-reverse;
    align-items: start;
    gap: 40px;
  }
  .lst_top form {
    width: 100%;
  }
  .lst_top .lst_sch_wrap {
    flex-direction: column;
    width: 100%;
  }
  .lst_top .lst_sch_wrap select {
    width: 100%;
  }
  .lst_top .lst_sch_wrap .sch_box {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .lst_top {
    margin-bottom: 15px;
  }
  .lst_top .lst_sch_wrap {
    gap: 5px;
  }
  .lst_top .lst_sch_wrap .inp {
    height: 50px;
    padding: 0px 15px;
    font-size: 16px;
  }
  .lst_top .lst_sch_wrap .sch_box .sch_btn {
    right: 15px;
    width: 24px;
    height: 24px;
  }
}
.group_v .tit_img {
	position: relative;
  margin: 0px auto 120px;
  text-align: center;
}
.group_v .tit_img .tit{position: relative;z-index: 5;}
.group_v .tit_img .water {
	position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
	width: 100%;
	font-size: 10vw;font-weight: bold;color: #fafafa;line-height: 120%;text-align: center;
}
.group_v .big_img {
  width: 100%;
  height: 460px;
  margin: 0px auto 80px;
}
.group_v .big_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.group_v .t_wrap {
  text-align: center;
}
.group_v .link_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 150px;
  height: 50px;
  margin: 80px auto 0;
  font-size: 16px;
  color: #AFAFAF;
  transition: color 0.5s;
}
.group_v .link_btn::after {
  content: "";
  width: 49px;
  height: 49px;
  background: url(/src/img/ico/big_plus_g.png) no-repeat center center/cover;
  transition: background-image 0.5s, transform 0.5s;
}
.group_v .link_btn:hover {
  color: #00945E !important;
}
.group_v .link_btn:hover::after {
  background-image: url(/src/img/ico/big_plus_green.png);
  transform: rotate(135deg);
}
.group_v .bg_wrap {
  padding: 120px 0px;
  margin: 120px auto;
  background-color: #fafafa;
  overflow: hidden;
}
.group_v .bg_wrap .group_v_sw {
  width: 900px;
  margin: 30px auto 0;
}
.group_v .bg_wrap .group_v_sw .item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.group_v .bg_wrap .group_v_sw .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.group_v .bg_wrap .group_v_sw .item.swiper-slide-active::after {
  display: none;
}
.group_v .bg_wrap .group_v_sw .pagi_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.group_v .bg_wrap .group_v_sw .pagi_box .pagi {
  display: flex;
  align-items: center;
  width: 77px;
  margin-right: 20px;
}
.group_v .bg_wrap .group_v_sw .pagi_box .pagi .mid_bar {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0px 12px;
  background-color: #ddd;
}
.group_v .bg_wrap .group_v_sw .pagi_box .pagi span {
  display: block;
  width: 25px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
.group_v .bg_wrap .group_v_sw .pagi_box .pagi .swiper-pagination-total {
  opacity: 0.6;
}
.group_v .bg_wrap .group_v_sw .pagi_box .arrow_btn {
  width: 9px;
  height: 14px;
  background: url(/src/img/ico/group_v_arrow.png) no-repeat center center/auto;
}
.group_v .bg_wrap .group_v_sw .pagi_box .prev {
  margin-right: 10px;
  transform: scaleX(-1);
}
.group_v .group_v_sw2 {
  margin-top: 30px;
  overflow: hidden;
}
.group_v .group_v_sw2 .item {
  border-radius: 20px;
  border: solid 1px #eee;
  overflow: hidden;
  background-color: #fafafa;
}
.group_v .group_v_sw2 .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 10px;
}
.group_v .group_v_sw2 .item a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #eee;
  border-radius: 100px;
  background-color: #fff;
}
.group_v .group_v_sw2 .item a .img .a_img {
  display: none;
}
.group_v .group_v_sw2 .item a p {
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
  color: #999;
}
.group_v .group_v_sw2 .item a .plus {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background: url(/src/img/ico/big_plus_g.png) no-repeat center center/cover;
}
.group_v .group_v_sw2 .item:hover {
  background-color: #00945E !important;
  border-color: #00945E !important;
}
.group_v .group_v_sw2 .item:hover a .img .init {
  display: none;
}
.group_v .group_v_sw2 .item:hover a .img .a_img {
  display: block;
}
.group_v .group_v_sw2 .item:hover a p {
  color: #fff;
}
.group_v .group_v_sw2 .item:hover a .plus {
  background-image: url(/src/img/ico/big_plus_w2.png);
}
.group_v .group_v_sw2 .pagi {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  margin-top: 30px;
  border-radius: 5px;
  background-color: #ddd;
}
.group_v .group_v_sw2 .pagi span {
  background-color: #00945E !important;
}

@media screen and (max-width: 1000px) {
	.group_v .tit_img .water{font-size: 15vw;}
  .group_v .bg_wrap .group_v_sw {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .group_v .tit_img {
    margin-bottom: 60px;
  }
  .group_v .tit_img .tit {
    max-width: 80%;
  }
  .group_v .big_img {
    height: 250px;
    margin-bottom: 40px;
  }
  .group_v .link_btn {
    width: 120px;
    height: 40px;
    margin-top: 40px;
    font-size: 14px;
  }
  .group_v .link_btn::after {
    width: 40px;
    height: 40px;
  }
  .group_v .bg_wrap {
    padding: 60px 0px;
    margin: 60px auto;
  }
  .group_v .bg_wrap .group_v_sw {
    margin: 20px auto 0;
  }
  .group_v .bg_wrap .group_v_sw .item {
    border-radius: 10px;
  }
  .group_v .bg_wrap .group_v_sw .pagi_box {
    margin-top: 20px;
  }
  .group_v .bg_wrap .group_v_sw .pagi_box .pagi {
    width: 100%;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
  }
  .group_v .bg_wrap .group_v_sw .pagi_box .pagi .mid_bar {
    height: 9px;
    margin: 0px 5px;
  }
  .group_v .bg_wrap .group_v_sw .pagi_box .pagi span {
    width: 23px;
    font-size: 14px;
  }
  .group_v .bg_wrap .group_v_sw .pagi_box .arrow_btn {
    display: none;
    width: 8px;
    height: 12px;
    background-size: cover;
  }
  .group_v .group_v_sw2 {
    margin-top: 20px;
  }
  .group_v .group_v_sw2 .item {
    border-radius: 10px;
  }
  .group_v .group_v_sw2 .item a {
    padding: 25px 10px;
  }
  .group_v .group_v_sw2 .item a .img {
    width: 90px;
    height: 90px;
  }
  .group_v .group_v_sw2 .item a .img img {
    display: block;
    width: 30px;
  }
  .group_v .group_v_sw2 .item a p {
    margin: 10px auto;
    font-size: 16px;
  }
  .group_v .group_v_sw2 .item a .plus {
    width: 30px;
    height: 30px;
  }
  .group_v .group_v_sw2 .pagi {
    margin-top: 15px;
  }
}
.brand_prod .brand_prod_top {
  display: flex;
  align-items: start;
  gap: 80px;
}
.brand_prod .brand_prod_top .m_top {
  display: none;
}
.brand_prod .brand_prod_top .l_wrap {
  display: flex;
  align-items: stretch;
  gap: 27px;
  width: 893px;
}
.brand_prod .brand_prod_top .l_wrap .brand_prod_thumb {
  width: 166px;
  height: 700px;
  position: relative;
  overflow: hidden;
}
.brand_prod .brand_prod_top .l_wrap .brand_prod_thumb .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
.brand_prod .brand_prod_top .l_wrap .brand_prod_thumb .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 250, 250, 0.8);
}
.brand_prod .brand_prod_top .l_wrap .brand_prod_thumb .item.swiper-slide-thumb-active {
  box-shadow: 0px 0px 0px 1px inset #00945E !important;
}
.brand_prod .brand_prod_top .l_wrap .brand_prod_thumb .item.swiper-slide-thumb-active::after {
  display: none;
}
.brand_prod .brand_prod_top .l_wrap .brand_prod_big {
  width: 700px;
  height: 700px;
  overflow: hidden;
}
.brand_prod .brand_prod_top .l_wrap .brand_prod_big .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.brand_prod .brand_prod_top .r_wrap {
  width: calc(100% - 973px);
  padding-top: 80px;
}
.brand_prod .brand_prod_top .r_wrap .prod_nav p {
  display: inline-block;
  font-size: 14px;
}
.brand_prod .brand_prod_top .r_wrap .prod_nav p::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0px 8px;
  background: url(/src/img/ico/prod_nav_arrow.png) no-repeat center center/cover;
}
.brand_prod .brand_prod_top .r_wrap .prod_nav p:last-child::after {
  display: none;
}
.brand_prod .brand_prod_top .r_wrap .tit {
  margin: 10px 0px 40px;
  line-height: 110%;
}
.brand_prod .brand_prod_top .r_wrap .brand_t {
  display: flex;
  gap: 30px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 10px;
  border: solid 1px #eee;
  background-color: #fafafa;
}
.brand_prod .brand_prod_top .r_wrap .brand_t .t1 {
  display: block;
  width: 50px;
}
.brand_prod .brand_prod_top .r_wrap .brand_t .t2 {
  display: block;
  width: calc(100% - 80px);
}
.brand_prod .brand_prod_top .r_wrap .info_box {
  margin-top: 80px;
}
.brand_prod .brand_prod_top .r_wrap .info_box p {
  position: relative;
  margin-bottom: 15px;
  padding-left: 11px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
}
.brand_prod .brand_prod_top .r_wrap .info_box p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #666;
}
.brand_prod .brand_prod_top .r_wrap .info_box p:last-child {
  margin-bottom: 0;
}
.brand_prod .brand_prod_top .r_wrap .pagi_box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
}
.brand_prod .brand_prod_top .r_wrap .pagi_box .arrow_btn {
  width: 16px;
  height: 27px;
  margin-top: 0;
  background: url(/src/img/ico/sw_r_b.png) no-repeat center center/cover;
  opacity: 0.2;
}
.brand_prod .brand_prod_top .r_wrap .pagi_box .arrow_btn:hover {
  opacity: 1;
}
.brand_prod .brand_prod_top .r_wrap .pagi_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.brand_prod .brand_prod_top .r_wrap .pagi_box .pagi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 230px;
  font-size: 50px;
}
.brand_prod .brand_prod_top .r_wrap .pagi_box .pagi span {
  width: 100px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #000;
}
.brand_prod .brand_prod_top .r_wrap .pagi_box .pagi .swiper-pagination-total {
  opacity: 0.2;
}
.brand_prod .brand_prod_top .r_wrap .pagi_box .pagi .mid_bar {
  width: 1px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.2);
}
.brand_prod .bg_wrap {
  padding-top: 120px;
  margin-top: 120px;
  padding-bottom: 120px;
  background-color: #fafafa;
}
.brand_prod .bg_wrap .top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.brand_prod .bg_wrap .top_df .down_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border: solid 1px #ddd;
  border-radius: 50px;
}
.brand_prod .bg_wrap .top_df .down_btn:hover {
  border-color: #00945E !important;
  background-color: #00945E !important;
  color: #fff;
}
.brand_prod .bg_wrap .line_tit {
  margin-bottom: 50px;
}
.brand_prod .bg_wrap .prod_info {
  padding-bottom: 120px;
  margin-bottom: 120px;
  border-bottom: solid 1px #ddd;
}
.brand_prod .bg_wrap .prod_info p {
  position: relative;
  padding-left: 11px;
  margin-bottom: 12px;
  font-size: 18px;
}
.brand_prod .bg_wrap .prod_info p::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #666;
}
.brand_prod .bg_wrap .prod_info .down_btn {
  display: none;
}

.tb_wrap_box .tb_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
.tb_wrap_box .tb_top .lst_sch_wrap {
  display: flex;
  gap: 30px;
}
.tb_wrap_box .tb_top .lst_sch_wrap .inp {
  height: 60px;
  padding: 0px 20px;
  border-radius: 300px;
  border: solid 1px #ddd;
  font-size: 18px;
  background-color: transparent;
}
.tb_wrap_box .tb_top .lst_sch_wrap select {
  width: 200px;
  padding-right: 50px;
}
.tb_wrap_box .tb_top .lst_sch_wrap .sch_box {
  position: relative;
  width: 400px;
}
.tb_wrap_box .tb_top .lst_sch_wrap .sch_box .inp {
  width: 100%;
}
.tb_wrap_box .tb_top .lst_sch_wrap .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/src/img/ico/sch_btn.png) no-repeat center center/cover;
}
.tb_wrap_box .tb_wrap {
  border-top: solid 2px #333;
}
.tb_wrap_box .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.tb_wrap_box .tb_wrap table tr th, .tb_wrap_box .tb_wrap table tr td {
  padding: 25px 10px;
  text-align: center;
}
.tb_wrap_box .tb_wrap table thead tr {
  background-color: #EEE;
}
.tb_wrap_box .tb_wrap table thead tr th {
  font-size: 18px;
  font-weight: bold;
}
.tb_wrap_box .tb_wrap table thead tr th.w120 {
  width: 120px;
}
.tb_wrap_box .tb_wrap table thead tr th.w150 {
  width: 150px;
}
.tb_wrap_box .tb_wrap table thead tr th.w180 {
  width: 180px;
}
.tb_wrap_box .tb_wrap table thead tr th.w220 {
  width: 220px;
}
.tb_wrap_box .tb_wrap table thead tr th.w260 {
  width: 260px;
}
.tb_wrap_box .tb_wrap table tbody tr td {
  font-size: 16px;
}
.tb_wrap_box .tb_wrap table tbody tr td.tit {
  text-align: left;
}
.tb_wrap_box .tb_wrap table tbody tr td.tit a {
  display: block;
  width: 100%;
}
.tb_wrap_box .tb_wrap table tbody tr td.tit a:hover {
  color: #00945E !important;
}
.tb_wrap_box .tb_wrap table tbody tr td .m_span {
  display: none;
}
.tb_wrap_box .tb_wrap table tbody tr .m_td {
  display: none;
}

@media screen and (max-width: 1680px) {
  .brand_prod .brand_prod_top {
    gap: 40px;
  }
  .brand_prod .brand_prod_top .l_wrap {
    width: 750px;
    gap: 10px;
  }
  .brand_prod .brand_prod_top .l_wrap .brand_prod_thumb {
    width: 140px;
    height: 600px;
  }
  .brand_prod .brand_prod_top .l_wrap .brand_prod_big {
    width: 600px;
    height: 600px;
  }
  .brand_prod .brand_prod_top .r_wrap {
    width: calc(100% - 790px);
  }
}
@media screen and (max-width: 1480px) {
  .brand_prod .brand_prod_top {
    flex-direction: column;
    gap: 20px;
  }
  .brand_prod .brand_prod_top .m_top {
    display: block;
    text-align: center;
    width: 100%;
  }
  .brand_prod .brand_prod_top .m_top .prod_nav p {
    display: inline-block;
    font-size: 14px;
  }
  .brand_prod .brand_prod_top .m_top .prod_nav p::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0px 8px;
    background: url(/src/img/ico/prod_nav_arrow.png) no-repeat center center/cover;
  }
  .brand_prod .brand_prod_top .m_top .prod_nav p:last-child::after {
    display: none;
  }
  .brand_prod .brand_prod_top .m_top .tit {
    margin: 10px 0px 0px;
    line-height: 110%;
  }
  .brand_prod .brand_prod_top .l_wrap {
    flex-direction: column-reverse;
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .brand_prod .brand_prod_top .l_wrap .brand_prod_thumb {
    width: 100%;
    height: auto;
  }
  .brand_prod .brand_prod_top .l_wrap .brand_prod_big {
    width: 100%;
    height: 640px;
  }
  .brand_prod .brand_prod_top .r_wrap {
    position: relative;
    width: 100%;
    padding-top: 130px;
  }
  .brand_prod .brand_prod_top .r_wrap .prod_nav {
    display: none;
  }
  .brand_prod .brand_prod_top .r_wrap .tit {
    display: none;
  }
  .brand_prod .brand_prod_top .r_wrap .pagi_box {
    position: absolute;
    top: 10px;
    left: 0;
    justify-content: center;
    width: 100%;
    margin-top: 0;
  }
  .tb_wrap_box .tb_top {
    flex-direction: column-reverse;
    align-items: start;
    gap: 40px;
  }
  .tb_wrap_box .tb_top form {
    width: 100%;
  }
  .tb_wrap_box .tb_top .lst_sch_wrap {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .tb_wrap_box .tb_top .lst_sch_wrap select {
    width: 100%;
  }
  .tb_wrap_box .tb_top .lst_sch_wrap .sch_box {
    width: 100%;
  }
  .tb_wrap_box .tb_wrap {
    border-color: #00945E !important;
  }
  .tb_wrap_box .tb_wrap table tr {
    display: block;
    padding: 40px;
  }
  .tb_wrap_box .tb_wrap table tr th, .tb_wrap_box .tb_wrap table tr td {
    display: block;
    padding: 0;
    text-align: left;
  }
  .tb_wrap_box .tb_wrap table thead {
    display: none;
  }
  .tb_wrap_box .tb_wrap table tbody tr td {
    position: relative;
    padding-left: 90px;
    margin-bottom: 5px;
    color: #999;
  }
  .tb_wrap_box .tb_wrap table tbody tr td:first-child {
    display: none;
  }
  .tb_wrap_box .tb_wrap table tbody tr td.tit {
    margin-bottom: 20px;
    padding-left: 0;
    color: #333;
  }
  .tb_wrap_box .tb_wrap table tbody tr td .m_span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    color: #666;
  }
  .tb_wrap_box .tb_wrap table tbody tr td .m_span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 1px;
    height: 15px;
    background-color: #ddd;
    transform: translateY(-50%);
  }
  .tb_wrap_box .tb_wrap table tbody tr .m_dn {
    display: none;
  }
  .tb_wrap_box .tb_wrap table tbody tr .m_td {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .brand_prod .brand_prod_top .l_wrap {
    width: 540px;
  }
  .brand_prod .brand_prod_top .l_wrap .brand_prod_big {
    height: 540px;
  }
}
@media screen and (max-width: 620px) {
  .brand_prod .brand_prod_top {
    gap: 10px;
  }
  .brand_prod .brand_prod_top .m_top .prod_nav p {
    font-size: 12px;
  }
  .brand_prod .brand_prod_top .m_top .prod_nav p::after {
    width: 7px;
    height: 7px;
    margin: 0px 4px;
  }
  .brand_prod .brand_prod_top .m_top .tit {
    margin-top: 7px;
    line-height: 125%;
  }
  .brand_prod .brand_prod_top .l_wrap {
    width: 100%;
  }
  .brand_prod .brand_prod_top .l_wrap .brand_prod_thumb .item {
    padding: 10px;
    border-radius: 10px;
  }
  .brand_prod .brand_prod_top .l_wrap .brand_prod_big {
    height: auto;
  }
  .brand_prod .brand_prod_top .l_wrap .brand_prod_big .item {
    padding: 20px;
  }
  .brand_prod .brand_prod_top .r_wrap {
    padding-top: 100px;
  }
  .brand_prod .brand_prod_top .r_wrap .brand_t {
    gap: 20px;
    padding: 10px;
    border-radius: 5px;
  }
  .brand_prod .brand_prod_top .r_wrap .brand_t .t1 {
    width: 45px;
  }
  .brand_prod .brand_prod_top .r_wrap .brand_t .t2 {
    width: calc(100% - 65px);
  }
  .brand_prod .brand_prod_top .r_wrap .info_box {
    margin-top: 30px;
  }
  .brand_prod .brand_prod_top .r_wrap .info_box p {
    margin-bottom: 10px;
    padding-left: 8px;
    font-size: 16px;
  }
  .brand_prod .brand_prod_top .r_wrap .info_box p::before {
    top: 10px;
  }
  .brand_prod .brand_prod_top .r_wrap .pagi_box {
    gap: 10px;
  }
  .brand_prod .brand_prod_top .r_wrap .pagi_box .arrow_btn {
    width: 12px;
    height: 21px;
  }
  .brand_prod .brand_prod_top .r_wrap .pagi_box .pagi {
    gap: 10px;
    width: 221px;
    font-size: 40px;
  }
  .brand_prod .brand_prod_top .r_wrap .pagi_box .pagi span {
    font-size: 40px;
  }
  .brand_prod .brand_prod_top .r_wrap .pagi_box .pagi .mid_bar {
    height: 60px;
  }
  .brand_prod .bg_wrap {
    padding-top: 60px;
    margin-top: 60px;
  }
  .brand_prod .bg_wrap .top_df {
    margin-bottom: 25px;
  }
  .brand_prod .bg_wrap .top_df .down_btn {
    display: none;
  }
  .brand_prod .bg_wrap .line_tit {
    margin-bottom: 25px;
  }
  .brand_prod .bg_wrap .prod_info {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .brand_prod .bg_wrap .prod_info p {
    padding-left: 8px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .brand_prod .bg_wrap .prod_info p::before {
    top: 10px;
  }
  .brand_prod .bg_wrap .prod_info .down_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 30px;
    border: solid 1px #ddd;
    border-radius: 50px;
  }
  .tb_wrap_box .tb_top {
    margin-bottom: 15px;
  }
  .tb_wrap_box .tb_top .lst_sch_wrap {
    gap: 5px;
  }
  .tb_wrap_box .tb_top .lst_sch_wrap .inp {
    height: 50px;
    padding: 0px 15px;
    font-size: 16px;
  }
  .tb_wrap_box .tb_top .lst_sch_wrap .sch_box .sch_btn {
    right: 15px;
    width: 24px;
    height: 24px;
  }
  .tb_wrap_box .tb_wrap table tr {
    padding: 20px 0px;
  }
  .tb_wrap_box .tb_wrap table tbody tr td {
    padding-left: 70px;
    font-size: 14px;
  }
  .tb_wrap_box .tb_wrap table tbody tr td.tit {
    margin-bottom: 10px;
  }
  .tb_wrap_box .tb_wrap table tbody tr td .m_span {
    width: 60px;
  }
  .tb_wrap_box .tb_wrap table tbody tr td .m_span::after {
    height: 12px;
  }
}
.inq_pg .big_img {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.inq_pg .big_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inq_pg .inq_box {
  padding: 60px 70px;
  border: solid 1px #ddd;
  border-radius: 20px;
}
.inq_pg .inq_box .inp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.inq_pg .inq_box .inp_wrap .inp_box {
  width: calc(50% - 20px);
}
.inq_pg .inq_box .inp_wrap .inp_box.w1 {
  width: 100%;
}
.inq_pg .inq_box .inp_wrap .inp_box > .t1 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
}
.inq_pg .inq_box .inp_wrap .inp_box .inp {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  border-radius: 10px;
  font-size: 16px;
}
.inq_pg .inq_box .inp_wrap .inp_box .inp.h160 {
  height: 160px;
  padding: 20px;
  resize: none;
}
.inq_pg .inq_box .inp_wrap .inp_box .inp_thr_box {
  display: flex;
  gap: 8px;
}
.inq_pg .inq_box .inp_wrap .inp_box .inp_thr_box .inp {
  width: calc((100% - 16px) / 3);
}
.inq_pg .inq_box .agree_wrap {
  margin-top: 60px;
}
.inq_pg .inq_box .agree_wrap .agree_box {
  height: 200px;
  padding: 30px;
  margin-top: 20px;
  border: solid 1px #ddd;
  border-radius: 10px;
  overflow-y: scroll;
}
.inq_pg .inq_box .agree_wrap .agree_line {
  margin-top: 10px;
}
.inq_pg .bottom_btn_line {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
.inq_pg .bottom_btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.inq_pg .bottom_btn_line .btn.bgc1 {
  background-color: #00945E !important;
  color: #fff;
}
.inq_pg .bottom_btn_line .btn.line_st {
  border: solid 1px #ddd;
  color: #666;
  background-color: #fff;
}

@media screen and (max-width: 1240px) {
  .inq_pg .inq_box {
    border: none;
    padding: 0px;
    border-radius: 0;
  }
  .inq_pg .inq_box .inp_wrap {
    gap: 30px 20px;
  }
  .inq_pg .inq_box .inp_wrap .inp_box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .inq_pg .inq_box .inp_wrap {
    gap: 30px;
  }
  .inq_pg .inq_box .inp_wrap .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .inq_pg .big_img {
    height: 200px;
    margin-bottom: 60px;
  }
  .inq_pg .inq_box .inp_wrap {
    gap: 20px;
  }
  .inq_pg .inq_box .inp_wrap .inp_box > .t1 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .inq_pg .inq_box .inp_wrap .inp_box .inp {
    height: 50px;
    padding: 0px 15px;
    border-radius: 5px;
    font-size: 14px;
  }
  .inq_pg .inq_box .inp_wrap .inp_box .inp.h160 {
    height: 120px;
    padding: 15px;
  }
  .inq_pg .inq_box .inp_wrap .inp_box .inp_thr_box {
    gap: 5px;
  }
  .inq_pg .inq_box .inp_wrap .inp_box .inp_thr_box .inp {
    width: calc((100% - 10px) / 3);
  }
  .inq_pg .inq_box .agree_wrap {
    margin-top: 30px;
  }
  .inq_pg .inq_box .agree_wrap .agree_box {
    height: 150px;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
  }
  .inq_pg .inq_box .agree_wrap .agree_line {
    margin-top: 7px;
  }
  .inq_pg .inq_box .agree_wrap .agree_line label {
    font-size: 14px;
  }
  .inq_pg .inq_box .agree_wrap .agree_line label i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .inq_pg .bottom_btn_line {
    gap: 6px;
    margin-top: 30px;
  }
  .inq_pg .bottom_btn_line .btn {
    width: calc(50% - 3px);
    height: 50px;
    font-size: 14px;
  }
}
.office_pg .bg_wrap {
  padding: 120px 0px;
  margin-bottom: 120px;
  background: url(/src/img/office_water.png) no-repeat right bottom/auto #fafafa;
}
.office_pg .bg_wrap .map_wrap {
  display: flex;
  align-items: center;
  gap: 100px;
}
.office_pg .bg_wrap .map_wrap .r {
  width: 820px;
}
.office_pg .bg_wrap .map_wrap .s_bg {
  width: calc(100% - 920px);
  height: 400px;
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.office_pg .bg_wrap .map_wrap .s_bg .map {
  height: 100%;
}
.office_pg .bg_wrap .map_wrap .r {
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: calc(50% - 720px);
  background-color: #fafafa;
}
.office_pg .bg_wrap .map_wrap .r .box {
  width: 680px;
}
.office_pg .bg_wrap .map_wrap .r .box .inp_line {
  margin-bottom: 20px;
}
.office_pg .bg_wrap .map_wrap .r .box .inp_line:last-child {
  margin-top: 60px;
}
.office_pg .bg_wrap .map_wrap .r .box .inp_line p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.office_pg .bg_wrap .map_wrap .r .box .inp_line .inp {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: solid 1px #ddd;
}
.office_pg .bg_wrap .map_wrap .r .box .inp_line .sch_box {
  position: relative;
  height: 50px;
}
.office_pg .bg_wrap .map_wrap .r .box .inp_line .sch_box button {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap {
  width: calc(100% - 920px);
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box {
  width: calc(50% - 10px);
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box.w1 {
  width: 100%;
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .t1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .inp {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  border-radius: 10px;
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .sch_box {
  position: relative;
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .sch_box .inp {
  padding-right: 50px;
}
.office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/src/img/ico/sch_btn.png) no-repeat center center/cover;
}
.office_pg .bg_wrap .df_box {
  display: flex;
  align-items: center;
  gap: 100px;
}
.office_pg .bg_wrap .df_box .map {
  width: 820px;
  height: 400px;
  border: solid 1px #ddd;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1680px) {
  .office_pg .bg_wrap .map_wrap {
    gap: 60px;
  }
  .office_pg .bg_wrap .map_wrap .s_bg {
    width: 750px;
  }
  .office_pg .bg_wrap .map_wrap .map_sch_wrap {
    width: calc(100% - 810px);
  }
}
@media screen and (max-width: 1480px) {
  .office_pg .bg_wrap .map_wrap {
    flex-direction: column;
  }
  .office_pg .bg_wrap .map_wrap .s_bg {
    width: 100%;
  }
  .office_pg .bg_wrap .map_wrap .map_sch_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .office_pg .bg_wrap {
    padding: 60px 0px;
    margin-bottom: 60px;
    background-size: 200px 34px;
  }
  .office_pg .bg_wrap .map_wrap {
    gap: 40px;
  }
  .office_pg .bg_wrap .map_wrap .s_bg {
    height: 300px;
  }
  .office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap {
    gap: 15px;
  }
  .office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box {
    width: 100%;
  }
  .office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .t1 {
    margin-bottom: 7px;
    font-size: 18px;
  }
  .office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .inp {
    height: 50px;
    padding: 0px 15px;
    border-radius: 5px;
  }
  .office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .sch_box .inp {
    padding-right: 45px;
  }
  .office_pg .bg_wrap .map_wrap .map_sch_wrap .box_wrap .box .sch_box .sch_btn {
    right: 15px;
    width: 28px;
    height: 28px;
  }
}
.gall_pg .gall_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 50px;
}
.gall_pg .gall_lst ul li {
  width: calc((100% - 100px) / 3);
}
.gall_pg .gall_lst ul li .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.gall_pg .gall_lst ul li .img::after{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; border: solid 2px #00945E; box-sizing: border-box; opacity: 0; transition: opacity 0.5s;}
.gall_pg .gall_lst ul li a:hover .img::after{opacity: 1;}
.gall_pg .gall_lst ul li .img img {
  display: block;
  width: 100%;
  transition: transform 1s;
}
.gall_pg .gall_lst ul li .tit {
  margin: 30px 0px 15px;
  font-size: 22px;
  font-weight: bold;
  color: #000;
}
.gall_pg .gall_lst ul li .t2 {
  font-size: 22px;
  color: #666;
}
.gall_pg .gall_lst ul li .date {
  margin-top: 30px;
  font-size: 18px;
  color: #00945E !important;
}
.gall_pg .gall_lst ul li:hover .img img {
  transform: scale(1.1);
}
.gall_pg .gall_lst ul li.notice_li .tit::before {
  content: "NOTICE";
  display: inline;
  margin-right: 10px;
  font-size: inherit;
  font-weight: inherit;
  color: #00945E !important;
}

@media screen and (max-width: 1240px) {
  .gall_pg .gall_lst ul li {
    width: calc(50% - 25px);
  }
}
@media screen and (max-width: 720px) {
  .gall_pg .gall_lst ul {
    gap: 60px 20px;
  }
  .gall_pg .gall_lst ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 620px) {
  .gall_pg .gall_lst ul {
    gap: 30px 10px;
  }
  .gall_pg .gall_lst ul li {
    width: 100%;
  }
  .gall_pg .gall_lst ul li .img {
    border-radius: 10px;
  }
  .gall_pg .gall_lst ul li .tit {
    margin: 15px 0px 10px;
    font-size: 19px;
  }
  .gall_pg .gall_lst ul li .t2 {
    font-size: 19px;
  }
  .gall_pg .gall_lst ul li .date {
    margin-top: 15px;
    font-size: 16px;
  }
  .gall_pg .gall_lst ul li.notice_li .tit::before {
    margin-right: 5px;
  }
}
.board_view .board_top {
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.board_view .board_top.bdt_type {
  padding-top: 40px;
  border-top: 1px solid #000;
}
.board_view .board_top .board_nav {
  margin-bottom: 30px;
}
.board_view .board_top .board_nav p {
  display: inline-block;
  font-size: 14px;
  color: #00945E !important;
}
.board_view .board_top .board_nav p::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0px 8px;
  background: url(/src/img/ico/board_nav_arrow.png) no-repeat center center/cover;
}
.board_view .board_top .board_nav p:last-child::after {
  display: none;
}
.board_view .board_top .info_line {
  margin-top: 30px;
}
.board_view .board_top .info_line p {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
}
.board_view .board_top .info_line p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin-left: 20px;
  margin-top: -2px;
  background-color: #ddd;
  vertical-align: middle;
}
.board_view .board_top .info_line p:last-child {
  margin-right: 0px;
}
.board_view .board_top .info_line p:last-child::after {
  display: none;
}
.board_view .board_main {
  padding: 40px;
  border-bottom: solid 1px #ddd;
}
.board_view .sun-editor-editable {
  padding: 0;
}
.board_view .file_box {
  border-bottom: solid 1px #ddd;
}
.board_view .file_box tr{border-bottom: solid 1px #ddd;}
.board_view .file_box tr:last-child{border-bottom: none;}
.board_view .file_box tr th {
  width: 100px;
  padding: 30px 0px;
  font-weight: bold;
  vertical-align: top;
  font-size: 16px;
}
.board_view .file_box tr td {
  padding: 30px 20px 30px 0px;
}
.board_view .file_box tr td a {
  display: block;
  font-size: 16px;
}
.board_view .file_box tr td p {
  color: #999;
  font-size: 16px;
}
.board_view .answer {
  padding: 30px 40px;
  margin-bottom: 20px;
  border: solid 1px #ddd;
  border-radius: 15px;
}
.board_view .answer .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.board_view .answer .txt {
  margin-top: 10px;
}
.board_view .m_next_prev {
  display: none;
}
.board_view .btn_line {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.board_view .btn_line .l, .board_view .btn_line .r {
  display: flex;
  align-items: center;
  max-width: calc(50% - 120px);
}
.board_view .btn_line .l::before, .board_view .btn_line .r::before {
  border: solid 1px #ddd;
}
.board_view .btn_line .l p, .board_view .btn_line .r p {
  width: calc(100% - 94px);
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.board_view .btn_line .l .txt, .board_view .btn_line .r .txt {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-weight: 300;
}
.board_view .btn_line .l:hover::before, .board_view .btn_line .r:hover::before {
  border-color: #00945E !important;
  background-color: #00945E !important;
  background-image: url(/src/img/ico/board_next_a.png);
}
.board_view .btn_line .l.no_write, .board_view .btn_line .r.no_write {
  pointer-events: none;
}
.board_view .btn_line .l.no_write .txt, .board_view .btn_line .r.no_write .txt {
  color: #999;
}
.board_view .btn_line .l.no_write::before, .board_view .btn_line .r.no_write::before {
  border-color: #ccc;
}
.board_view .btn_line .l::before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  margin-right: 20px;
  border-radius: 40px;
  transform: scaleX(-1);
  background-image: url(/src/img/ico/board_next.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.board_view .btn_line .r {
  flex-direction: row-reverse;
}
.board_view .btn_line .r::before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  margin-left: 20px;
  border-radius: 40px;
  background-image: url(/src/img/ico/board_next.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.board_view .btn_line .r p {
  text-align: right;
}
.board_view .btn_line .po_c {
  position: absolute;
  top: 10px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background-color: #00945E !important;
  transform: translateX(-50%);
}

@media screen and (max-width: 1480px) {
  .board_view .m_next_prev {
    display: table;
    margin-top: 40px;
    border-top: solid 1px #ddd;
  }
  .board_view .m_next_prev tr {
    border-bottom: solid 1px #ddd;
  }
  .board_view .m_next_prev tr th, .board_view .m_next_prev tr td {
    padding: 30px 0px;
    font-size: 16px;
  }
  .board_view .m_next_prev tr th {
    width: 100px;
    text-align: center;
    font-weight: bold;
  }
  .board_view .m_next_prev tr td {
    text-align: left;
  }
  .board_view .m_next_prev tr td a {
    display: block;
    width: 100%;
  }
  .board_view .m_next_prev tr.no_write td {
    color: #999;
  }
  .board_view .m_next_prev tr.no_write td a {
    color: #999;
    pointer-events: none;
  }
  .board_view .btn_line {
    margin-top: 40px;
  }
  .board_view .btn_line .l, .board_view .btn_line .r {
    display: none;
  }
  .board_view .btn_line .po_c {
    position: static;
    margin: 0px auto;
    transform: translateX(0);
  }
}
@media screen and (max-width: 620px) {
  .board_view .board_top {
    padding-bottom: 20px;
  }
  .board_view .board_top.bdt_type {
    padding-top: 20px;
  }
  .board_view .board_top .board_nav {
    margin-bottom: 15px;
  }
  .board_view .board_top .board_nav p {
    font-size: 12px;
  }
  .board_view .board_top .board_nav p::after {
    margin: 0px 5px;
  }
  .board_view .board_top .info_line {
    margin-top: 15px;
    font-size: 0;
  }
  .board_view .board_top .info_line p {
    margin-right: 7px;
    font-size: 14px;
  }
  .board_view .board_top .info_line p span {
    display: none;
  }
  .board_view .board_top .info_line p::after {
    height: 7px;
    margin-top: -1px;
    margin-left: 7px;
  }
  .board_view .board_main {
    padding: 20px 0px;
  }
  .board_view .file_box tr th, .board_view .file_box tr td {
    padding: 15px 0px;
    font-size: 14px;
  }
  .board_view .file_box tr th a, .board_view .file_box tr th p, .board_view .file_box tr td a, .board_view .file_box tr td p {
    font-size: 14px;
  }
  .board_view .file_box tr th {
    width: 70px;
    padding-left: 0px;
    text-align: left;
  }
  .board_view .answer {
    padding: 10px;
    border-radius: 5px;
  }
  .board_view .answer .tit {
    font-size: 16px;
  }
  .board_view .answer .txt {
    margin-top: 5px;
    font-size: 14px;
  }
  .board_view .btn_line {
    margin-top: 20px;
  }
  .board_view .btn_line .po_c {
    width: 100%;
    height: 40px;
    border-radius: 5px;
  }
  .board_view .m_next_prev {
    margin-top: 20px;
  }
  .board_view .m_next_prev tr {
    border-bottom: solid 1px #ddd;
  }
  .board_view .m_next_prev tr th, .board_view .m_next_prev tr td {
    padding: 15px 0px;
  }
  .board_view .m_next_prev tr th {
    width: 70px;
    text-align: left;
    font-size: 14px;
  }
  .board_view .m_next_prev tr td a {
    font-size: 14px;
  }
}
.recruit_pg1 .img_lst ul {
  display: flex;
  gap: 25px;
}
.recruit_pg1 .img_lst ul li {
  width: calc((100% - 50px) / 3);
}
.recruit_pg1 .img_lst ul li .img {
  border-radius: 20px;
  border: solid 1px #eee;
  overflow: hidden;
}
.recruit_pg1 .img_lst ul li .img img {
  display: block;
  width: 100%;
}
.recruit_pg1 .img_lst ul li p {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  color: #000;
}
.recruit_pg1 .img_lst ul li p span {
  font-weight: bold;
  color: #00945E !important;
}
.recruit_pg1 .bg_wrap {
  margin-top: 100px;
  padding: 100px 0px;
  background-color: #fafafa;
}
.recruit_pg1 .bg_wrap .df_lst ul li {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-bottom: 60px;
}
.recruit_pg1 .bg_wrap .df_lst ul li:last-child {
  margin-bottom: 0;
}
.recruit_pg1 .bg_wrap .df_lst ul li .l_img {
  width: 780px;
  border: solid 1px #eee;
  border-radius: 20px;
  overflow: hidden;
}
.recruit_pg1 .bg_wrap .df_lst ul li .t_box {
  width: calc(100% - 880px);
}
.recruit_pg1 .bg_wrap .df_lst ul li .t_box .t1 {
  display: flex;
  align-items: center;
  gap: 28px;
}
.recruit_pg1 .bg_wrap .df_lst ul li .t_box .t1 .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  background: url(/src/img/recruit_i_bg.png) no-repeat center center/auto;
}
.recruit_pg1 .bg_wrap .df_lst ul li .t_box .t1 p {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.recruit_pg1 .bg_wrap .df_lst ul li .t_box .t {
  padding-top: 60px;
  margin-top: 60px;
  border-top: solid 1px #ddd;
  font-size: 20px;
  color: #000;
}

@media screen and (max-width: 1680px) {
  .recruit_pg1 .bg_wrap .df_lst ul li {
    gap: 60px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .l_img {
    width: 700px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .t_box {
    width: calc(100% - 760px);
  }
}
@media screen and (max-width: 1480px) {
  .recruit_pg1 .img_lst ul {
    flex-direction: column;
    align-items: center;
  }
  .recruit_pg1 .img_lst ul li {
    width: 530px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .l_img {
    width: 780px;
    max-width: 100%;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .t_box {
    width: 100%;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .t_box .t {
    padding-top: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 620px) {
  .recruit_pg1 .img_lst ul li {
    max-width: 100%;
  }
  .recruit_pg1 .img_lst ul li .img {
    border-radius: 10px;
  }
  .recruit_pg1 .img_lst ul li p {
    margin-top: 10px;
    font-size: 20px;
  }
  .recruit_pg1 .bg_wrap {
    margin-top: 50px;
    padding: 50px 0px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li {
    gap: 20px;
    margin-bottom: 50px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .l_img {
    border-radius: 10px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .t_box .t1 {
    gap: 12px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .t_box .t1 .img {
    width: 60px;
    height: 60px;
    background-size: cover;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .t_box .t1 .img img {
    transform: scale(0.8);
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .t_box .t1 p {
    font-size: 30px;
  }
  .recruit_pg1 .bg_wrap .df_lst ul li .t_box .t {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 18px;
  }
}
.recruit_pg .big_img_box {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-bottom: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.recruit_pg .big_img_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.recruit_pg .big_img_box .container {
  position: relative;
  z-index: 1;
}
.recruit_pg .big_img_box .container .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border-radius: 100px;
  border: solid 1px #fff;
}
.recruit_pg .big_img_box .container p {
  margin-top: 40px;
}
.recruit_pg .bef_tit {
  position: relative;
  padding: 20px 0px 20px 28px;
  margin-bottom: 40px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #ddd;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.recruit_pg .bef_tit::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/src/img/recruit_i_bg.png) no-repeat center center/cover;
}

@media screen and (max-width: 620px) {
  .recruit_pg .big_img_box {
    height: 300px;
    margin-bottom: 60px;
  }
  .recruit_pg .big_img_box .container .img {
    width: 80px;
    height: 80px;
  }
  .recruit_pg .big_img_box .container p {
    margin-top: 20px;
  }
  .recruit_pg .big_img_box .container p br {
    display: none;
  }
  .recruit_pg .bef_tit {
    padding: 15px 0px 15px 23px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .recruit_pg .bef_tit::before {
    top: 23px;
    width: 15px;
    height: 15px;
  }
}
.recruit_pg2 .big_img_box {
  background-image: url(/src/img/recruit2_big.jpg);
}
.recruit_pg2 .big_img_box::before {
  width: 732px;
  height: 138px;
  background-image: url(/src/img/recruit2_big_water.png);
}
.recruit_pg2 .img_lst {
  margin-bottom: 100px;
}
.recruit_pg2 .img_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.recruit_pg2 .img_lst ul li {
  width: calc(50% - 30px);
}
.recruit_pg2 .img_lst ul li .img {
  border-radius: 20px;
  overflow: hidden;
}
.recruit_pg2 .img_lst ul li .img img {
  display: block;
  width: 100%;
}
.recruit_pg2 .img_lst ul li .t_box {
  margin-top: 30px;
  padding-bottom: 40px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #ddd;
}
.recruit_pg2 .img_lst ul li .t_box .tit {
  position: relative;
  padding: 20px 0px 20px 28px;
  margin-bottom: 40px;
  border-bottom: solid 1px #ddd;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.recruit_pg2 .img_lst ul li .t_box .tit::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/src/img/recruit_i_bg.png) no-repeat center center/cover;
}
.recruit_pg2 .img_lst ul li .t_box .t2, .recruit_pg2 .img_lst ul li .t_box .lst {
  font-size: 20px;
}
.recruit_pg2 .img_lst ul li .t_box .lst {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}
.recruit_pg2 .img_lst ul li .t_box .lst:last-child {
  margin-bottom: 0;
}
.recruit_pg2 .img_lst ul li .t_box .lst span {
  position: absolute;
  top: 0;
  left: 0;
}
.recruit_pg2 .star_lst {
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
}
.recruit_pg2 .star_lst ul {
  display: flex;
  gap: 40px;
}
.recruit_pg2 .star_lst ul li {
  width: calc((100% - 200px) / 6);
}
.recruit_pg2 .star_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  border: solid 1px #ddd;
  border-radius: 10px;
  background-color: #fafafa;
  overflow: hidden;
}
.recruit_pg2 .star_lst ul li p {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1480px) {
  .recruit_pg2 .star_lst ul {
    flex-wrap: wrap;
  }
  .recruit_pg2 .star_lst ul li {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 1240px) {
  .recruit_pg2 .img_lst ul li {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .recruit_pg2 .star_lst ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 620px) {
  .recruit_pg2 .big_img_box::before {
    width: 237px;
    height: 42px;
    background-size: cover;
  }
  .recruit_pg2 .img_lst {
    margin-bottom: 50px;
  }
  .recruit_pg2 .img_lst ul {
    gap: 40px;
  }
  .recruit_pg2 .img_lst ul li .img {
    border-radius: 10px;
  }
  .recruit_pg2 .img_lst ul li .t_box {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .recruit_pg2 .img_lst ul li .t_box .tit {
    padding: 15px 0px 15px 23px;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .recruit_pg2 .img_lst ul li .t_box .tit::before {
    top: 23px;
    width: 15px;
    height: 15px;
  }
  .recruit_pg2 .img_lst ul li .t_box .t2, .recruit_pg2 .img_lst ul li .t_box .lst {
    font-size: 18px;
  }
  .recruit_pg2 .img_lst ul li .t_box .lst {
    padding-left: 10px;
    margin-bottom: 7px;
  }
  .recruit_pg2 .star_lst {
    padding-bottom: 20px;
  }
  .recruit_pg2 .star_lst ul {
    gap: 20px;
  }
  .recruit_pg2 .star_lst ul li {
    width: 100%;
  }
  .recruit_pg2 .star_lst ul li .img {
    height: 150px;
    border-radius: 5px;
  }
  .recruit_pg2 .star_lst ul li p {
    margin-top: 10px;
    font-size: 18px;
  }
}
.recruit_pg3 .big_img_box {
  background-image: url(/src/img/recruit3_big.jpg);
}
.recruit_pg3 .big_img_box::before {
  width: 732px;
  height: 138px;
  background-image: url(/src/img/recruit2_big_water.png);
}
.recruit_pg3 .i_lst {
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: solid 1px #ddd;
}
.recruit_pg3 .i_lst ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.recruit_pg3 .i_lst ul li {
  display: flex;
  gap: 18px;
  width: calc((100% - 120px) / 4);
}
.recruit_pg3 .i_lst ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: #fafafa;
}
.recruit_pg3 .i_lst ul li .t_box {
  width: calc(100% - 138px);
  padding-top: 15px;
}
.recruit_pg3 .i_lst ul li .t_box .t1 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.recruit_pg3 .i_lst ul li .t_box .t2 {
  font-size: 18px;
}
.recruit_pg3 .t_lst {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: solid 1px #ddd;
}
.recruit_pg3 .t_lst:last-child {
  margin-bottom: 0;
}
.recruit_pg3 .t_lst .lst {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
  font-size: 20px;
}
.recruit_pg3 .t_lst .lst:last-child {
  margin-bottom: 0;
}
.recruit_pg3 .t_lst .lst span {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1480px) {
  .recruit_pg3 .i_lst ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .recruit_pg3 .i_lst ul li {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .recruit_pg3 .big_img_box::before {
    width: 237px;
    height: 42px;
    background-size: cover;
  }
  .recruit_pg3 .i_lst {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .recruit_pg3 .i_lst ul {
    gap: 20px;
  }
  .recruit_pg3 .i_lst ul li {
    width: 100%;
    gap: 10px;
    align-items: center;
  }
  .recruit_pg3 .i_lst ul li .img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
  }
  .recruit_pg3 .i_lst ul li .t_box {
    width: calc(100% - 90px);
    padding-top: 0;
  }
  .recruit_pg3 .i_lst ul li .t_box .t1 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .recruit_pg3 .i_lst ul li .t_box .t2 {
    font-size: 16px;
  }
  .recruit_pg3 .i_lst ul li .t_box br {
    display: none;
  }
  .recruit_pg3 .t_lst {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .recruit_pg3 .t_lst .lst {
    padding-left: 10px;
    margin-bottom: 7px;
    font-size: 18px;
  }
}
.company_pg .history_cont {
  padding-top: 120px;
  margin-top: 120px;
  border-top: solid 1px #ddd;
}
.company_pg .history_wrap {
  margin-top: 60px;
}
.company_pg .history_wrap .line {
  margin-bottom: 100px;
}
.company_pg .history_wrap .line:last-child {
  margin-bottom: 0;
}
.company_pg .history_wrap .line .tit {
  position: relative;
  padding: 25px 20px 25px 70px;
  margin-bottom: 40px;
  border: solid 1px #eee;
  border-radius: 5px;
  font-size: 30px;
  font-weight: bold;
  color: #00945E !important;
  background-color: #fafafa;
}
.company_pg .history_wrap .line .tit::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 25px;
  width: 32px;
  height: 32px;
  background: url(/src/img/recruit_i_bg.png) no-repeat center center/cover;
}
.company_pg .history_wrap .line ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #eee;
}
.company_pg .history_wrap .line ul:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.company_pg .history_wrap .line ul li {
  width: calc((100% - 120px) / 4);
}
.company_pg .history_wrap .line ul li .t1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
.company_pg .history_wrap .line ul li .lst {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  /* padding-left: 45px; */
  font-size: 16px;
  color: #000;
}
.company_pg .history_wrap .line ul li .lst:last-child {
  margin-bottom: 0;
}
.company_pg .history_wrap .line ul li .lst span {
  /* position: absolute;
  top: 0;
  left: 0; */
  margin-right: 10px;
  color: #00945E !important;
  white-space: nowrap;
}
.company_pg .location_wrap {
  padding: 120px 0;
  margin-top: 120px;
  position: relative;
  background: url(/src/img/office_water.png) no-repeat right bottom/auto #fafafa;
}
.company_pg .location_wrap .df_box {
  display: flex;
  align-items: center;
  gap: 110px;
  margin-top: 60px;
}
.company_pg .location_wrap .df_box .map {
  width: 820px;
  height: 400px;
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.company_pg .location_wrap .df_box .info_box ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 50px;
}
.company_pg .location_wrap .df_box .info_box ul li:last-child {
  margin-bottom: 0;
}
.company_pg .location_wrap .df_box .info_box ul li .i {
  position: absolute;
  top: 0;
  left: 0;
}
.company_pg .location_wrap .df_box .info_box ul li p {
  font-size: 24px;
  color: #000;
}
.company_pg .location_wrap .df_box .info_box ul li p span {
  font-weight: bold;
  margin-right: 15px;
}

.company_pg .local_info{display: flex;gap: 30px 60px;align-items: center;margin-top: 120px;}
.company_pg .local_info .img{overflow: hidden;width: 100%;height: 300px;border-radius: 10px;}
.company_pg .local_info .img > img{object-fit: cover;width: 100%;height: 100%;}
.company_pg .local_info .txt{flex-shrink: 0;width: 760px;}
.company_pg .local_info .txt .t1{font-size: 22px;color: #000;}
.company_pg .local_info .txt .t1+.t2{margin-top: 30px;}
.company_pg .local_info .txt .t2{font-size: 18px;color: #999;}
@media screen and (max-width: 1240px){
	.company_pg .local_info{flex-direction: column;text-align: center;}
	.company_pg .local_info .img{max-width: 820px;height: auto;}
	.company_pg .local_info .txt{width: 100%;}
}
@media screen and (max-width: 620px){
	.company_pg .local_info{gap: 15px 30px;margin-top: 60px;}
	.company_pg .local_info .txt .t1{font-size: 19px;}
	.company_pg .local_info .txt .t1+.t2{margin-top: 15px;}
	.company_pg .local_info .txt .t2{font-size: 16px;}
}



.company_pg .comp_bottom {
  padding: 60px 80px 100px;
  margin-top: 120px;
  border: solid 1px #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: url(/src/img/company_bottom_water.png) no-repeat 80px calc(100% + 40px)/auto;
}
.company_pg .comp_bottom .df_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company_pg .comp_bottom .df_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 220px;
  height: 60px;
  border: solid 1px #ddd;
  border-radius: 50px;
}

@media screen and (max-width: 1480px) {
  .company_pg .history_wrap .line ul {
    gap: 60px 40px;
    padding-bottom: 0;
    margin-bottom: 60px;
    border-bottom: none;
  }
  .company_pg .history_wrap .line ul li {
    width: calc(50% - 20px);
  }
  .company_pg .location_wrap .df_box {
    flex-direction: column;
    gap: 80px;
  }
  .company_pg .location_wrap .df_box .map {
    width: 100%;
  }
  .company_pg .location_wrap .df_box .info_box {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) {
  .company_pg .location_wrap {
    background-size: 400px 70px;
  }
  .company_pg .comp_bottom {
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    background-size: 400px 70px;
    background-position: center calc(100% + 20px);
  }
  .company_pg .comp_bottom .df_top {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 620px) {
  .company_pg .history_cont {
    padding-top: 60px;
    margin-top: 60px;
  }
  .company_pg .history_wrap {
    margin-top: 30px;
  }
  .company_pg .history_wrap .line {
    margin-bottom: 50px;
  }
  .company_pg .history_wrap .line .tit {
    padding: 15px 15px 15px 50px;
    margin-bottom: 20px;
    font-size: 24px;
  }
  .company_pg .history_wrap .line .tit::before {
    top: 21px;
    left: 15px;
    width: 24px;
    height: 24px;
  }
  .company_pg .history_wrap .line ul {
    gap: 40px;
    margin-bottom: 40px;
  }
  .company_pg .history_wrap .line ul li {
    width: 100%;
  }
  .company_pg .history_wrap .line ul li .t1 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .company_pg .history_wrap .line ul li .lst {
    margin-bottom: 6px;
    padding-left: 0px;
    font-size: 14px;
  }
  .company_pg .history_wrap .line ul li .lst span{margin-right: 5px;}
  .company_pg .location_wrap {
    padding: 60px 0px;
    margin-top: 60px;
    background-size: 200px 35px;
  }
  .company_pg .location_wrap .df_box {
    gap: 40px;
    margin-top: 30px;
  }
  .company_pg .location_wrap .df_box .map {
    height: 250px;
    border-radius: 10px;
  }
  .company_pg .location_wrap .df_box .info_box ul li {
    padding-left: 40px;
    margin-bottom: 25px;
  }
  .company_pg .location_wrap .df_box .info_box ul li .i {
    top: 4px;
    display: block;
    width: 25px;
  }
  .company_pg .location_wrap .df_box .info_box ul li p {
    font-size: 21px;
  }
  .company_pg .comp_bottom {
    padding: 30px 20px 40px;
    margin-top: 60px;
    border-radius: 5px;
    background-size: 200px 35px;
    background-position-y: calc(100% + 10px);
  }
  .company_pg .comp_bottom .df_top {
    gap: 20px;
  }
  .company_pg .comp_bottom .df_top a {
    gap: 6px;
    width: 180px;
    height: 50px;
  }
  .company_pg .comp_bottom .df_top a img {
    display: block;
    width: 20px;
  }
}

#mind_map{height: 800px;border: 1px solid #ddd;}

/* 초기화 */
#mind_map .map-container{overflow: hidden;}
#mind_map .map-container .selected{outline: none;} 
#mind_map .map-container me-parent me-tpc{cursor: default;}
#mind_map .map-container me-parent me-epd.minus{display: none;} /*노드 삭제버튼 숨김*/
#mind_map .map-container .mind-elixir-toolbar.lt{display: none;}  /*왼쪽상단 툴바 숨김*/

/*노드 스타일*/
#mind_map .map-container me-main>me-wrapper>me-parent>me-tpc{border-radius: 10px;} /*1차 스타일*/
#mind_map .map-container .map-canvas me-root me-tpc{display: flex; justify-content: center; align-items: center; width: 165px; height: 165px;background: url(/src/img/map_topic.png);background-repeat: no-repeat;background-size: contain;background-position: center;} /*중앙 노드*/

/*img id값 통일 후 스타일 적용*/
#mind_map .map-container me-parent me-tpc[data-nodeid=meimg]{overflow: hidden;padding: 0;border: 1px solid #ddd;border-radius: 10px;}
#mind_map .map-container me-parent me-tpc[data-nodeid=meimg] img{margin-bottom: 0;}
#mind_map .map-container me-parent me-tpc[data-nodeid=meimg]>.text{display: none;}
@media screen and (max-width: 991px){
	#mind_map .map-container{overflow: auto;}
}
@media screen and (max-width: 620px) {
	#mind_map{height: 400px;}
}



.group_v .btn_df_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px 60px;flex-wrap: wrap;
  margin: 60px auto 0;
}
.group_v .btn_df_box .link_btn {
	gap: 0 30px;
  margin: 0;
	width: auto;
}
.group_v .btn_df_box .link_btn::after{flex-shrink: 0;}
.group_v .btn_df_box .down_btn {
  transition: border-color 0.5s, color 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 200px;
  height: 60px;
  border: solid 1px #ddd;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.group_v .btn_df_box .down_btn::after {
  content: "";
  display: block;
  width: 25px;
  height: 18px;
  background: url(/src/img/ico/down_i.png) no-repeat center center/auto;
  transition: background-image 0.5s;
}
.group_v .btn_df_box .down_btn:hover {
  border-color: #00945E !important;
  color: #00945E !important;
}
.group_v .btn_df_box .down_btn:hover::after {
  background-image: url(/src/img/ico/down_ic.png);
}
.group_v .finder {
  margin: 120px auto 0;
}
.group_v .finder .finder_box {
  margin-top: 30px;
  padding: 60px 40px;
  border: solid 1px #ddd;
  border-radius: 20px;
}
.group_v .finder .finder_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 30px;
}
.group_v .finder .finder_box ul li {
  width: 300px;
  border-radius: 5px;
  overflow: hidden;
}
.group_v .group_v_sw2 .item {
  border-radius: 0;
}
.group_v .group_v_sw2 .item a {
  padding: 0;
  background: transparent;
}
.group_v .group_v_sw2 .item a img {
  display: block;
  width: 100%;
  height: 100%;
}
.group_v .sys_lst_slide{margin-top: 30px;}

@media screen and (max-width: 720px) {
  .group_v .btn_df_box {
    flex-direction: column;
    gap: 20px;
    margin: 30px auto 0;
  }
	.group_v .btn_df_box .link_btn{gap: 0 15px;}
  .group_v .btn_df_box .down_btn {
    width: 180px;
    height: 50px;
    font-size: 14px;
  }
  .group_v .finder {
    margin: 60px auto 0;
  }
  .group_v .finder .finder_box {
    margin-top: 20px;
    padding: 30px 20px;
    border-radius: 10px;
  }
  .group_v .finder .finder_box ul {
    gap: 10px;
  }
  .group_v .finder .finder_box ul li {
    width: 118px;
    border-radius: 5px;
    overflow: hidden;
  }
  .group_v .sys_lst_slide{margin-top: 15px;}
}


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

.prd_none_box{display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 60px 40px;border-radius: 20px;text-align: center;background-color: #fafafa;}
.prd_none_box::before{content: '';display: block;width: 125px;height: 125px;background-image: url(/src/img/prd_none_ico.png);background-size: cover;}
.prd_none_box .txt_line{margin-top: 30px;}
.prd_none_box .txt_line .t1{font-size: 20px;font-weight: bold;}
.prd_none_box .txt_line .t1+.t2{margin-top: 20px;}
.prd_none_box .txt_line .t2{font-size: 16px;color: #999;}
.prd_none_box .btns_line{display: flex;justify-content: center;gap: 0 10px;margin-top: 40px;}
.prd_none_box .btns_line .btn{display: flex;align-items: center;justify-content: center;width: 200px;height: 60px;border-radius: 50rem;font-size: 16px;font-weight: bold;text-align: center;}
.prd_none_box .btns_line .btn.bg_style{color: #fff;background-color: #00945E;}
.prd_none_box .btns_line .btn.line_style{border: 1px solid #ddd;color: #666;}
@media (max-width: 620px){
	.prd_none_box{padding: 30px 20px;border-radius: 10px;}
	.prd_none_box::before{width: 80px;height: 80px;}
	.prd_none_box .txt_line{margin-top: 15px;}
	.prd_none_box .txt_line .t1{font-size: 18px;}
	.prd_none_box .txt_line .t1+.t2{margin-top: 10px;}
	.prd_none_box .txt_line .t2{font-size: 14px;}
	.prd_none_box .btns_line{gap: 0 5px;margin-top: 20px;}
	.prd_none_box .btns_line .btn{width: 120px;height: 50px;font-size: 14px;}
}

.compare_modal{position: fixed;transition: bottom 0.5s;bottom: -100%;left: 0;z-index: 30;width: 100%;}
.compare_modal .mod{overflow-y: auto;position: absolute;bottom: 0;left: 0;width: 100%;max-height: calc(100vh - 110px);padding: 50px 0;background-color: #fafafa;box-shadow: 0 3px 6px rgba(0,0,0,.16);}
.compare_modal .mod .mod_container{position: relative;display: block;}
.compare_modal .mod .mod_hd{display: flex;align-items: center;margin-bottom: 30px;}
.compare_modal .mod .mod_hd .mod_hd_r{margin-left: auto;}
.compare_modal .mod .mod_hd .mod_tit{font-size: 30px;font-weight: bold;color: #000;}
.compare_modal .mod .mod_hd .close_btn{display: block;width: 25px;height: 25px;background-image: url(/src/img/ico/compare_modal_close.svg);background-size: contain;background-repeat: no-repeat;background-position: center center;}

.compare_modal .mod .compare_slide .compare_mask{overflow: hidden;}
.compare_modal .mod .compare_slide .compare_mask .swiper-wrapper{transition-timing-function: linear;}
.compare_modal .mod .compare_slide .compare_mask .item{width: 300px;}
.compare_modal .mod .compare_slide .progress{position: relative;height: 3px;margin-top: 30px;background-color: #ddd;}
.compare_modal .mod .compare_slide .progress .swiper-pagination-progressbar-fill{background-color: #00945E;}

.compare_modal .mod .control_btns{position: absolute;right: 45px;top: 2px;display: flex;gap: 0 10px;}
.compare_modal .mod .control_btns .btn{display: flex;align-items: center;justify-content: center;min-width: 120px;height: 40px;padding: 5px 10px;border-radius: 5px;font-size: 16px;text-align: center;}
.compare_modal .mod .control_btns .btn.line_style{border: 1px solid #ddd;color: #666;background-color: #fff;}
.compare_modal .mod .control_btns .btn.bg_style{color: #fff;background-color: #00945E;}
.compare_modal .mod .control_btns .btn.reset_btn::before{content: '';display: inline-block;width: 15px;height: 15px;margin-right: 5px;}
.compare_modal .mod .control_btns .btn.reset_btn.line_style::before{background-image: url(/src/img/ico/compare_modal_control_reset.svg);}

.compare_modal.act{bottom: 0;}

@media (max-width: 620px){
	.compare_modal .mod{max-height: calc(100vh - 60px);padding: 25px 0;}
	.compare_modal .mod .mod_hd{margin-bottom: 15px;}
	.compare_modal .mod .mod_hd .mod_tit{font-size: 24px;}
	.compare_modal .mod .control_btns{position: static;right: auto;top: auto;display: flex;gap: 0 5px;margin-top: 15px;}
	.compare_modal .mod .control_btns .btn{min-width: auto;width: 100%;font-size: 14px;}

	.compare_modal .mod .compare_slide .compare_mask .item{width: 260px;}
	.compare_modal .mod .compare_slide .progress{margin-top: 15px;}
	

}


.compare_item{position: relative;}
.compare_item > label{display: block;width: 100%;}
.compare_item .hidden_inp{display: none;width: 0;height: 0;}
.compare_item > label input[type=checkbox].hidden_inp:checked ~ .in_box .img::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 3px solid #00945E;border-radius: 20px;}
.compare_item .in_box{display: block;width: 100%;}
.compare_item .in_box .img{overflow: hidden;position: relative;aspect-ratio: 1/1;border: 1px solid #ddd;border-radius: 20px;background-color: #fff;}
.compare_item .in_box .img img{object-fit: contain;width: 100%;height: 100%;}
.compare_item .in_box .txt{margin-top: 20px;text-align: center;}
.compare_item .in_box .txt .t1{font-size: 20px;font-weight: bold;color: #000;}
.compare_item .del_btn{position: absolute;right: 20px;top: 20px;width: 36px;height: 36px;background-image: url(/src/img/ico/compare_modal_item_del.svg);background-size: cover;}



@media (max-width: 620px){
	.compare_item > label input[type=checkbox].hidden_inp:checked ~ .in_box .img::after{border-radius: 10px;}

	.compare_item .in_box .img{border-radius: 10px;}
	.compare_item .in_box .txt{margin-top: 10px;}
	.compare_item .in_box .txt .t1{font-size: 18px;}
	.compare_item .del_btn{right: 10px;top: 10px;width: 25px;height: 25px;}
}

.inp_compare_lst{}
.inp_compare_lst > ul{display: flex;flex-wrap: wrap;}
.inp_compare_lst > ul > li{width: 100%;}
.inp_compare_lst.lng5 > ul{gap: 25px;}
.inp_compare_lst.lng5 > ul > li{width: calc((100% - 100px)/5);}

@media (max-width: 1480px){
	.inp_compare_lst.lng5 > ul > li{width: calc((100% - 75px)/4);}
}
@media (max-width: 991px){
	.inp_compare_lst.lng5 > ul > li{width: calc((100% - 50px)/3);}
}
@media (max-width: 767px){
	.inp_compare_lst.lng5 > ul{gap: 15px;}
	.inp_compare_lst.lng5 > ul > li{width: calc((100% - 15px)/2);}
}






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