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

.c2 {
  color: #1A1818 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 720px) {
  .mb30.m_mb15{margin-bottom: 15px;}
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz35 {
  font-size: 35px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

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

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

@media screen and (max-width: 720px) {
  .page_num {
    margin-top: 35px;
  }
  .page_num a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .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: 720px) {
  .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;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #fff;
}
.de_rdo input, .de_cks input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_rdo i::after, .de_cks i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.de_rdo input:checked ~ i::after, .de_cks input:checked ~ i::after {
  background-color: #B8081F !important;
  transform: scale(0.5, 0.5) rotate(0.3deg);
  -webkit-transform: scale(0.5, 0.5) rotate(0.3deg);
  transform: scale(0.5, 0.5) rotate(0.3deg);
}
.de_rdo input:checked ~ i, .de_cks input:checked ~ i {
  border-color: #B8081F !important;
}
.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;
  border-radius: 3px;
  vertical-align: middle;
}

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

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

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
  transition: border-color 0.5s;
}
.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 1px #B8081F;
  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 {
  border-color: #B8081F !important;
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

.de_cki.ss i {
  margin-top: -1px;
}
.de_cki.ss i::after {
  width: 4px;
  height: 9px;
  margin-left: -3px;
}

.sys_popup {
  position: absolute;
  z-index: 3000;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sys_popup .cont .top .pop_tit{display: none;}
.sys_popup .cont {
  position: relative;
  height: 100%;
}
.sys_popup .cont .top {
  /* height: calc(100% - 48px); */
}
.sys_popup .cont .top img {
  width: 100%;
}
.sys_popup .cont .bottom {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  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: 1px;
  margin-right: 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  margin-bottom: 1px;
  margin-left: 10px;
}

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none;
  }

  .sys_popup::after {
    content: "";
    position: fixed;
    z-index: 3000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sys_popup .cont {
    position: relative;
    z-index: 3500;
    width: 95%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* response ex

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

@include respond-to('d1000') {
  background: pink;
}
@include respond-to('d960') {
  background: orange;
}
@include respond-to('d720') {
  background: blue;
}
*/
.c_ff0 {
  color: #FF0000 !important;
}

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

@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
}
#wrap {
  padding-top: 185px;
}

@media screen and (max-width: 720px) {
  #wrap {
    padding-top: 126px;
  }
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
#header.sub_pg {
  border-bottom: solid 1px #eee;
}
#header .h_top {
  width: 100%;
  height: 120px;
  border-bottom: solid 2px #B8081F;
}
#header .h_top .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .h_top .container .h_sch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  height: 50px;
}
#header .h_top .container .h_sch input {
  width: 100%;
  height: 100%;
  padding: 0px 50px 0px 25px;
  border-radius: 50px;
  border: solid 1px #ddd;
  font-size: 16px;
  background-color: #fafafa;
}
#header .h_top .container .h_sch .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(/src/img/i/sch_btn.png) no-repeat center center/cover;
  transform: translateY(-50%);
}
#header .h_top .container .mem_menu ul {
  display: flex;
  gap: 25px;
}
#header .h_top .container .mem_menu ul li a {
  display: block;
  text-align: center;
}
#header .h_top .container .mem_menu ul li a p {
  margin-top: 5px;
  font-size: 16px;
  color: #666;
}
#header .h_top .container .m_mem_menu {
  display: none;
}
#header .h_top .container .m_mem_menu .m_sch_open {
  display: none;
}
#header .h_top .container .m_mem_menu .cart_btn {
  position: relative;
}
#header .h_top .container .m_mem_menu .cart_btn span {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background-color: #D01A1C;
  color: #fff;
}
#header .h_bottom .container {
  position: relative;
  display: flex;
  gap: 60px;
}
#header .h_bottom .container .all_cate_open {
  transition: all 0.5s;
}
#header .h_bottom .container .all_cate_open .btn_i {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-top: -2px;
  vertical-align: middle;
}
#header .h_bottom .container .all_cate_open .btn_i span {
  position: absolute;
  right: 1px;
  display: block;
  width: calc(100% - 2px);
  height: 2px;
  border-radius: 5px;
  background-color: #333;
  transition: all 0.3s;
}
#header .h_bottom .container .all_cate_open .btn_i span:nth-child(1) {
  top: 1px;
}
#header .h_bottom .container .all_cate_open .btn_i span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
#header .h_bottom .container .all_cate_open .btn_i span:nth-child(3) {
  bottom: 1px;
  width: 20px;
}
#header .h_bottom .container .all_cate_open.act {
  color: #B8081F !important;
}
#header .h_bottom .container .all_cate_open.act .btn_i span {
  background-color: #B8081F !important;
}
#header .h_bottom .container .all_cate_open.act .btn_i span:nth-child(1) {
  width: calc(100% - 1px);
  transform: rotate(-45deg);
  top: 3px;
  transform-origin: right top;
}
#header .h_bottom .container .all_cate_open.act .btn_i span:nth-child(2) {
  transform: scaleX(0);
  transform-origin: right top;
}
#header .h_bottom .container .all_cate_open.act .btn_i span:nth-child(3) {
  width: calc(100% - 1px);
  bottom: 3px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
#header .h_bottom .container .gnb_sw{position: relative; width: calc(100% - 160px); overflow-x: hidden;}
#header .h_bottom .container .gnb_sw .gnb-scrollbar{position: absolute; bottom: 0; height: 2px; width: 100%;}
#header .h_bottom .container .gnb_sw .gnb-scrollbar .swiper-scrollbar-drag{background-color: #B8081F;}
#header .h_bottom .container nav {
  /* overflow-x: auto; */
  /* width: calc(100% - 160px); */
  /* width: 100%; */
  white-space: nowrap;
  height: 65px;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* #header .h_bottom .container nav::-webkit-scrollbar{height: 3px;} */
/* #header .h_bottom .container nav::-webkit-scrollbar-track{background-color: transparent;}
#header .h_bottom .container nav::-webkit-scrollbar-thumb{background-color: #B8081F;} */
#header .h_bottom .container nav > ul {
  white-space: nowrap;
  height: 100%;
  font-size: 0;
}
#header .h_bottom .container nav > ul > li {
  display: inline-block;
  height: 100%;
  margin-right: 30px;
}
#header .h_bottom .container nav > ul > li:last-child {
  margin-right: 0;
}
#header .h_bottom .container nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  color: #1A1818 !important;
}
#header .h_bottom .all_menu {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  padding: 50px;
  border: solid 1px #ddd;
  border-radius: 15px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  background: url(/src/img/menu_water.png) no-repeat bottom center/auto #fff;
}
#header .h_bottom .all_menu .lst_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 28px;
}
#header .h_bottom .all_menu .lst_wrap > ul > li {
  width: calc((100% - 140px) / 6);
}
#header .h_bottom .all_menu .lst_wrap > ul > li:hover > a {
  background-color: #B8081F;
  color: #fff;
}
#header .h_bottom .all_menu .lst_wrap > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  border: solid 1px #B8081F;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #B8081F;
}
#header .h_bottom .all_menu .lst_wrap > ul > li .dep2 {
  margin-top: 25px;
}
#header .h_bottom .all_menu .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 15px;
  text-align: center;
}
#header .h_bottom .all_menu .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header .h_bottom .all_menu .lst_wrap > ul > li .dep2 ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #888;
}
#header .h_bottom .all_menu .lst_wrap > ul > li .dep2 ul li a:hover {
  color: #333;
}

@media screen and (max-width: 1420px) {
  #header .h_top .container .h_sch {
    width: 380px;
    margin-left: 80px;
  }
  #header .h_top .container .mem_menu {
    display: none;
  }
  #header .h_top .container .m_mem_menu {
    display: block;
  }
  #header .h_bottom .container .all_cate_open {
    display: none;
  }
  #header .h_bottom .container .gnb_sw{width: 100%;}
  #header .h_bottom .container nav {
    /* width: 100%; */
    /* overflow-x: scroll; */
  }
  /* #header .h_bottom .container nav::-webkit-scrollbar {
    height: 3px;
    border-radius: 10px;
  }
  #header .h_bottom .container nav::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 10px;
  }
  #header .h_bottom .container nav::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
  } */
  #header .h_bottom .container nav ul {
    white-space: nowrap;
  }
  #header .h_bottom .all_menu {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {
  #header .h_top {
    height: 80px;
  }
  #header .h_top .container .logo {
    display: block;
    width: 80px;
  }
  #header .h_top .container .h_sch {
    display: none;
    position: fixed;
    z-index: 101;
    top: 80px;
    left: 0;
    transform: translate(0);
    width: 100%;
    height: 50px;
    margin-left: 0;
    border-radius: 0;
    font-size: 14px;
    background-color: #fff;
  }
  #header .h_top .container .h_sch input {
    padding-left: 20px;
    border-radius: 0;
    font-size: 14px;
    background-color: #fff;
  }
  #header .h_top .container .h_sch.act {
    display: block;
  }
  #header .h_top .container .m_mem_menu {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #header .h_top .container .m_mem_menu .m_sch_open {
    display: block;
    width: 21px;
    height: 21px;
    background: url(/src/img/i/sch_btn.png) no-repeat center center/cover;
  }
  #header .h_top .container .m_mem_menu .m_sch_open.act {
    width: 19px;
    height: 19px;
    background-image: url(/src/img/i/m_menu_close.png);
  }
  #header .h_top .container .m_mem_menu .cart_btn {
    width: 20px;
  }
  #header .h_bottom .container nav {
    height: 45px;
  }
  #header .h_bottom .container nav > ul > li {
    margin-right: 20px;
  }
  #header .h_bottom .container nav > ul > li > a {
    font-size: 14px;
  }
}
.m_fix_menu {
  display: none;
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  border: solid 1px #eee;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px -3px 30px rgba(255, 255, 255, 0.05);
  background-color: #fff;
}
.m_fix_menu ul {
  display: flex;
  gap: 35px;
  height: 100%;
  padding: 0px 40px;
}
.m_fix_menu ul li {
  width: calc((100% - 140px) / 5);
  height: 100%;
}
.m_fix_menu ul li button, .m_fix_menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.m_fix_menu ul li button p, .m_fix_menu ul li a p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

@media screen and (max-width: 1420px) {
  .m_fix_menu {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .m_fix_menu {
    height: 88px;
    border-radius: 15px 15px 0 0;
  }
  .m_fix_menu ul {
    gap: 0;
    padding: 0;
  }
  .m_fix_menu ul li {
    width: 20%;
  }
  .m_fix_menu ul li button img, .m_fix_menu ul li a img {
    width: 26px;
  }
  .m_fix_menu ul li button p, .m_fix_menu ul li a p {
    font-size: 13px;
  }
}
@media screen and (max-width: 460px) {
  .m_fix_menu ul li button p, .m_fix_menu ul li a p {
    font-size: 3.2vw;
  }
}
.sitemap_wrap {
  display: none;
  z-index: 150;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.5s;
}
.sitemap_wrap .sitemap.a {
  left: 0;
}
.sitemap_wrap .sitemap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 0px 40px;
  border-bottom: solid 2px #B8081F !important;
}
.sitemap_wrap .sitemap .top ul {
  display: flex;
  gap: 25px;
}
.sitemap_wrap .sitemap .top ul li a {
  display: block;
  text-align: center;
}
.sitemap_wrap .sitemap .top ul li a p {
  margin-top: 5px;
  font-size: 16px;
  color: #666;
}
.sitemap_wrap .sitemap .df_box {
  display: flex;
  height: calc(100% - 120px);
}
.sitemap_wrap .sitemap .lst_wrap {
  height: 100%;
  width: 50%;
}
.sitemap_wrap .sitemap .cate1_wrap {
  height: 100%;
  overflow-y: scroll;
}
.sitemap_wrap .sitemap .cate1_wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.sitemap_wrap .sitemap .cate1_wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ddd;
}
.sitemap_wrap .sitemap .cate1_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #999;
}
.sitemap_wrap .sitemap .cate1_wrap > ul > li {
  width: 100%;
  height: 95px;
  border-bottom: solid 1px #eee;
  background-color: #fafafa;
}
.sitemap_wrap .sitemap .cate1_wrap > ul > li > button, .sitemap_wrap .sitemap .cate1_wrap > ul > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 70px 0px 40px;
  font-size: 30px;
  font-weight: bold;
  color: #999;
  white-space: nowrap;
}
.sitemap_wrap .sitemap .cate1_wrap > ul > li > button {
  position: relative;
}
.sitemap_wrap .sitemap .cate1_wrap > ul > li > button::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 16px;
  height: 22px;
  background: url(/src/img/i/sitemap_arrow.png);
  transform: translateY(-50%);
}
.sitemap_wrap .sitemap .cate1_wrap > ul > li.a > button, .sitemap_wrap .sitemap .cate1_wrap > ul > li.a > a {
  background-color: #B8081F !important;
  color: #fff;
}
.sitemap_wrap .sitemap .cate1_wrap > ul > li.a > button::after {
  display: block;
}
.sitemap_wrap .sitemap .cate2_wrap {
  height: 100%;
  overflow-y: auto;
}
.sitemap_wrap .sitemap .cate2_wrap::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.sitemap_wrap .sitemap .cate2_wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ddd;
}
.sitemap_wrap .sitemap .cate2_wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #999;
}
.sitemap_wrap .sitemap .cate2_wrap > ul > li {
  width: 100%;
  height: 95px;
  border-bottom: solid 1px #eee;
}
.sitemap_wrap .sitemap .cate2_wrap > ul > li > a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 40px 0px 45px;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 80px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top ul {
    gap: 15px;
  }
  .sitemap_wrap .sitemap .top ul li a img {
    width: 20px;
  }
  .sitemap_wrap .sitemap .top ul li a p {
    margin-top: 3px;
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .df_box {
    height: calc(100% - 80px);
  }
  .sitemap_wrap .sitemap .cate1_wrap > ul > li > button, .sitemap_wrap .sitemap .cate1_wrap > ul > li > a {
    justify-content: center;
    padding: 0px 20px;
    font-size: 20px;
    text-align: center;
    white-space: wrap;
  }
  .sitemap_wrap .sitemap .cate1_wrap > ul > li > button::after {
    display: none !important;
  }
  .sitemap_wrap .sitemap .cate2_wrap > ul > li > a {
    justify-content: center;
    padding: 0px 20px 0px 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1421px) {
  .sitemap_wrap {
    display: none !important;
  }
}
.main_slider {
  overflow: hidden;
}
.main_slider .main_mask {
  position: relative;
  width: 1350px;
  height: 500px;
  margin: 0px auto;
}
.main_slider .main_mask .swiper-wrapper {
  align-items: center;
}
.main_slider .main_mask .item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: width 0.8s, height 0.8s;
}
.main_slider .main_mask .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.main_slider .main_mask .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 2s;
}
.main_slider .main_mask .item .t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0px 110px;
  transform: translate(-50%, -50%);
  margin-top: 40px;
  opacity: 0;
  transition: opacity 1.2s 0.7s, margin-top 1.2s 0.7s;
}
.main_slider .main_mask .item .t_box .t1 {
  line-height: 125%;
}
.main_slider .main_mask .item .t_box .t2 {
  margin-top: 20px;
}
.main_slider .main_mask .pagi_box {
  z-index: 2;
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  padding: 0px 110px;
}
.main_slider .main_mask .pagi_box .l_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 120px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.4);
}
.main_slider .main_mask .pagi_box .l_box .main_pagi {
  width: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
.main_slider .main_mask .pagi_box .l_box .main_pagi span {
  font-weight: bold;
}
.main_slider .main_mask .pagi_box .l_box .arrow_btn {
  width: 7px;
  height: 10px;
  background: url(/src/img/i/r_w.png) no-repeat center center/cover;
}
.main_slider .main_mask .pagi_box .l_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.main_slider .main_mask .pagi_box .pause_btn {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: url(/src/img/i/pause_btn.png) no-repeat center center/auto rgba(0, 0, 0, 0.4);
}
.main_slider .main_mask .pagi_box .pause_btn.start_btn {
  background-image: url(/src/img/i/start_btn.png);
}
.main_slider .main_mask.page_load .item {
  width: 1188px;
  height: 440px;
  transition: width 0.8s, height 0.8s;
}
.main_slider .main_mask.page_load .item.swiper-slide-active, .main_slider .main_mask.page_load .item.swiper-slide-duplicate-active {
  width: 100%;
  height: 100%;
}
.main_slider .main_mask.page_load .item.swiper-slide-active img, .main_slider .main_mask.page_load .item.swiper-slide-duplicate-active img {
  transform: scale(1);
}
.main_slider .main_mask.page_load .item.swiper-slide-active .t_box, .main_slider .main_mask.page_load .item.swiper-slide-duplicate-active .t_box {
  opacity: 1;
  margin-top: -40px;
}

@media screen and (max-width: 1420px) {
  .main_slider {
    margin-top: 5px;
    padding: 0px 40px;
  }
  .main_slider .main_mask {
    width: 100%;
  }
  .main_slider .main_mask .item {
    width: 100%;
    transition: none;
  }
  .main_slider .main_mask .item .t_box {
    padding: 0px 50px;
  }
  .main_slider .main_mask .pagi_box {
    bottom: 120px;
    padding: 0px 50px;
  }
  .main_slider .main_mask.page_load .item {
    width: 100%;
    height: 100%;
    transition: none;
  }
}
@media screen and (max-width: 720px) {
  .main_slider {
    padding: 0;
  }
  .main_slider .main_mask {
    height: 400px;
  }
  .main_slider .main_mask .item {
    border-radius: 0;
  }
  .main_slider .main_mask .item .t_box {
    padding: 0px 20px;
    text-align: center;
    margin-top: 20px;
  }
  .main_slider .main_mask .item .t_box .t1 {
    line-height: 150%;
  }
  .main_slider .main_mask .item .t_box .t2 {
    margin-top: 15px;
  }
  .main_slider .main_mask .pagi_box {
    justify-content: center;
    bottom: 60px;
    padding: 0px 20px;
  }
  .main_slider .main_mask .pagi_box .l_box {
    width: 100px;
    height: 35px;
  }
  .main_slider .main_mask .pagi_box .l_box .main_pagi {
    width: 45px;
    font-size: 12px;
  }
  .main_slider .main_mask .pagi_box .l_box .main_pagi span {
    font-size: 12px;
  }
  .main_slider .main_mask .pagi_box .pause_btn {
    width: 35px;
    height: 35px;
    background-size: 8px 9px;
  }
}
.index_wrap .main_t1 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #B8081F !important;
}
.index_wrap .main_t2 {
  margin-top: 10px;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  line-height: 135%;
  color: #000;
}
.index_wrap .main_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 174px;
  margin-left: auto;
  margin-right: auto;
  transition: color 0.3s;
}
.index_wrap .main_more::after {
  content: "";
  display: inline-block;
  width: 73px;
  height: 50px;
  background: url(/src/img/i/more_arrow.png) no-repeat center center/cover;
  transition: background-image 0.3s;
}
.index_wrap .main_more:hover {
  color: #B8081F !important;
}
.index_wrap .main_more:hover::after {
  background-image: url(/src/img/i/more_arrow_act.png);
}

@media screen and (max-width: 720px) {
  .index_wrap .main_t1 {
    font-size: 14px;
  }
  .index_wrap .main_t2 {
    font-size: 20px;
    line-height: 150%;
  }
  .index_wrap .main_more {
    width: 145px;
  }
  .index_wrap .main_more::after {
    width: 58px;
    height: 40px;
  }
}
.index_wrap .sect1 {
  position: relative;
  padding: 120px 0px;
}
.index_wrap .sect1::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: rgba(250, 250, 250, 0);
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, rgba(238, 238, 238, 0.9) 100%);
}
.index_wrap .sect1 .main_more {
  margin-top: 40px;
}
.index_wrap .sect1 .lst_wrap ul {
  display: flex;
  align-items: start;
}
.index_wrap .sect1 .lst_wrap ul li {
  border: solid 1px #eee;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s;
}
.index_wrap .sect1 .lst_wrap ul li:nth-child(2) {
  margin-top: 40px;
}
.index_wrap .sect1 .lst_wrap ul li a {
  display: block;
  padding: 30px 25px;
}
.index_wrap .sect1 .lst_wrap ul li a .img {
  position: relative;
  padding: 30px;
  background: url(/src/img/prod_mark.png) no-repeat bottom right/auto;
}
.index_wrap .sect1 .lst_wrap ul li a .img img {
  transition: transform 1s;
}
.index_wrap .sect1 .lst_wrap ul li a .t_box .tag {
  font-size: 16px;
  color: #666;
}
.index_wrap .sect1 .lst_wrap ul li a .t_box .tit {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1818 !important;
}
.index_wrap .sect1 .lst_wrap ul li a .t_box .price_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 7px;
  margin-top: 20px;
}
.index_wrap .sect1 .lst_wrap ul li a .t_box .price_box .per {
  font-size: 18px;
  font-weight: bold;
  color: #B8081F !important;
}
.index_wrap .sect1 .lst_wrap ul li a .t_box .price_box .price {
  font-size: 18px;
  font-weight: bold;
  color: #1A1818 !important;
}
.index_wrap .sect1 .lst_wrap ul li a .t_box .price_box .price .unit {
  font-size: 16px;
  color: #666;
}
.index_wrap .sect1 .lst_wrap ul li a .t_box .price_box del {
  font-size: 18px;
  color: #999;
}
.index_wrap .sect1 .lst_wrap ul li a .t_box .go_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #B8081F !important;
}
.index_wrap .sect1 .lst_wrap ul li:hover {
  box-shadow: 0px 3px 20px rgba(184, 8, 31, 0.2);
}
.index_wrap .sect1 .lst_wrap ul li:hover a .img img {
  transform: scale(1.1);
}
.index_wrap .sect1 .lst_wrap .pagi {
  display: none;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect1 {
    overflow: hidden;
    padding-bottom: 160px;
  }
  .index_wrap .sect1 .lst_wrap {
    width: 423px;
    margin-left: auto;
    margin-right: auto;
  }
  .index_wrap .sect1 .lst_wrap ul li {
    transition: transform 0.5s;
  }
  .index_wrap .sect1 .lst_wrap ul li:nth-child(2) {
    margin-top: 0;
  }
  .index_wrap .sect1 .lst_wrap ul li.swiper-slide-active {
    transform: translateY(40px);
  }
  .index_wrap .sect1 .lst_wrap .pagi {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 80px;
    text-align: center;
  }
  .index_wrap .sect1 .lst_wrap .pagi .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ddd;
    opacity: 1;
  }
  .index_wrap .sect1 .lst_wrap .pagi .swiper-pagination-bullet-active {
    background-color: #B8081F !important;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect1 {
    padding: 60px 0px;
  }
  .index_wrap .sect1::before {
    height: 320px;
  }
  .index_wrap .sect1 .main_more {
    margin: 25px auto;
  }
  .index_wrap .sect1 .lst_wrap {
    max-width: 100%;
  }
  .index_wrap .sect1 .lst_wrap ul li.swiper-slide-active {
    transform: translateY(0px);
  }
  .index_wrap .sect1 .lst_wrap ul li a {
    padding: 15px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .img {
    padding: 15px;
    background-size: 150px 138px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .t_box .tag {
    font-size: 14px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .t_box .tit {
    margin-top: 7px;
    font-size: 16px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .t_box .price_box {
    margin-top: 10px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .t_box .price_box .per {
    font-size: 14px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .t_box .price_box .price {
    font-size: 14px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .t_box .price_box .price .unit {
    font-size: 14px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .t_box .price_box del {
    font-size: 14px;
  }
  .index_wrap .sect1 .lst_wrap ul li a .t_box .go_btn {
    height: 35px;
    margin-top: 20px;
    font-size: 14px;
  }
  .index_wrap .sect1 .lst_wrap .pagi {
    margin-top: 25px;
  }
}
.index_wrap .sect2 {
  padding: 120px 0px;
  background: url(/src/img/sect2_bg.jpg) no-repeat center center/cover;
  /* background-attachment: fixed; */
}
.index_wrap .sect2 .top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 45px;
}
.index_wrap .sect2 .top_df .tab_menu ul {
  font-size: 0;
}
.index_wrap .sect2 .top_df .tab_menu ul li {
  display: inline-block;
  margin-left: 8px;
}
.index_wrap .sect2 .top_df .tab_menu ul li:first-child {
  margin-left: 0;
}
.index_wrap .sect2 .top_df .tab_menu ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  border-radius: 30px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect2 .top_df .tab_menu ul li.a button {
  border-color: #B8081F !important;
  background-color: #B8081F !important;
}
.index_wrap .sect2 .top_df .arrow_box {
  display: flex;
  gap: 15px;
}
.index_wrap .sect2 .top_df .arrow_box .arrow_btn {
  position: relative;
  width: 55px;
}
.index_wrap .sect2 .top_df .arrow_box .arrow_btn img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index_wrap .sect2 .top_df .arrow_box .arrow_btn::after {
  content: "";
  float: right;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s;
}
.index_wrap .sect2 .top_df .arrow_box .arrow_btn:hover::after {
  background-color: #B8081F !important;
}
.index_wrap .sect2 .top_df .arrow_box .arrow_btn.prev {
  transform: scaleX(-1);
}
.index_wrap .sect2 .main_prod_sw {
  overflow: hidden;
}
.index_wrap .sect2 .main_prod_sw .item {
  overflow: hidden;
}
.index_wrap .sect2 .main_prod_sw .item .img {
  position: relative;
  text-align: center;
}
.index_wrap .sect2 .main_prod_sw .item .img img {
  transition: transform 1s;
}
.index_wrap .sect2 .main_prod_sw .item .img .hover_btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.2s;
}
.index_wrap .sect2 .main_prod_sw .item .img .hover_btn a, .index_wrap .sect2 .main_prod_sw .item .img .hover_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
.index_wrap .sect2 .main_prod_sw .item .img .hover_btn a img, .index_wrap .sect2 .main_prod_sw .item .img .hover_btn button img {
  filter: invert(100%);
}
.index_wrap .sect2 .main_prod_sw .item .img .hover_btn a.act, .index_wrap .sect2 .main_prod_sw .item .img .hover_btn button.act {
  background-color: #B8081F !important;
}
.index_wrap .sect2 .main_prod_sw .item .img .hover_btn a.act img, .index_wrap .sect2 .main_prod_sw .item .img .hover_btn button.act img {
  filter: invert(0);
}
.index_wrap .sect2 .main_prod_sw .item .t_box {
  text-align: center;
}
.index_wrap .sect2 .main_prod_sw .item .t_box .tag {
  margin-top: 25px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.index_wrap .sect2 .main_prod_sw .item .t_box .tit {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect2 .main_prod_sw .item .t_box .price_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 7px;
  margin-top: 15px;
}
.index_wrap .sect2 .main_prod_sw .item .t_box .price_box .per {
  font-size: 18px;
  font-weight: bold;
  color: #B8081F !important;
}
.index_wrap .sect2 .main_prod_sw .item .t_box .price_box .price {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.index_wrap .sect2 .main_prod_sw .item .t_box .price_box .price .unit {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.index_wrap .sect2 .main_prod_sw .item .t_box .price_box del {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.index_wrap .sect2 .main_prod_sw .item .t_box .go_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #B8081F !important;
}
.index_wrap .sect2 .main_prod_sw .item:hover .img img {
  transform: scale(1.1);
}
.index_wrap .sect2 .main_prod_sw .item:hover .img .hover_btn {
  opacity: 1;
}
.index_wrap .sect2 .pagi_box {
  display: none;
  position: relative;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.index_wrap .sect2 .pagi_box .box {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 80px;
}
.index_wrap .sect2 .pagi_box .box .pagi {
  width: 50px;
  text-align: center;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.index_wrap .sect2 .pagi_box .box .pagi span {
  font-weight: bold;
}
.index_wrap .sect2 .pagi_box .box .pagi .swiper-pagination-current {
  color: #fff;
}
.index_wrap .sect2 .pagi_box .box .arrow_btn {
  width: 7px;
  height: 10px;
  margin-top: -1px;
  background: url(/src/img/i/r_w.png) no-repeat center center/cover;
}
.index_wrap .sect2 .pagi_box .box .arrow_btn.prev {
  transform: scaleX(-1);
}
.index_wrap .sect2 .pagi_box .scroll_bar {
  width: calc(100% - 110px);
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.index_wrap .sect2 .pagi_box .scroll_bar div {
  background-color: #B8081F !important;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect2 .top_df .tab_menu {
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .index_wrap .sect2 .top_df .tab_menu::-webkit-scrollbar {
    height: 2px;
  }
  .index_wrap .sect2 .top_df .tab_menu::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .index_wrap .sect2 .top_df .tab_menu::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .index_wrap .sect2 .top_df .tab_menu ul {
    white-space: nowrap;
  }
  .index_wrap .sect2 .top_df .arrow_box {
    display: none;
  }
  .index_wrap .sect2 .pagi_box {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .index_wrap .sect2 {
    background-image: url(/src/img/sect2_bg_m.jpg);
  }
  .index_wrap .sect2 .main_prod_sw .item .img .hover_btn{display: none !important;}
}
@media screen and (max-width: 720px) {
  .index_wrap .sect2 {
    padding: 60px 0px;
    background-image: url(/src/img/sect2_bg_m2.jpg);
  }
  .index_wrap .sect2 .container > p {
    text-align: center;
  }
  .index_wrap .sect2 .container .top_df {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .index_wrap .sect2 .container .top_df .tab_menu ul li {
    margin-left: 6px;
  }
  .index_wrap .sect2 .container .top_df .tab_menu ul li button {
    padding: 5px 20px;
    font-size: 14px;
  }
  .index_wrap .sect2 .container .main_prod_sw .item .t_box .tag {
    margin-top: 20px;
    font-size: 14px;
  }
  .index_wrap .sect2 .container .main_prod_sw .item .t_box .tit {
    margin-top: 10px;
    font-size: 16px;
  }
  .index_wrap .sect2 .container .main_prod_sw .item .t_box .price_box {
    gap: 0px 5px;
    margin-top: 10px;
  }
  .index_wrap .sect2 .container .main_prod_sw .item .t_box .price_box .per {
    font-size: 14px;
  }
  .index_wrap .sect2 .container .main_prod_sw .item .t_box .price_box .price {
    font-size: 14px;
  }
  .index_wrap .sect2 .container .main_prod_sw .item .t_box .price_box .price .unit {
    font-size: 14px;
  }
  .index_wrap .sect2 .container .main_prod_sw .item .t_box .price_box del {
    font-size: 14px;
  }
  .index_wrap .sect2 .container .pagi_box {
    flex-direction: column-reverse;
    gap: 15px;
    margin-top: 25px;
  }
  .index_wrap .sect2 .container .pagi_box .box {
    justify-content: center;
  }
  .index_wrap .sect2 .container .pagi_box .box .pagi {
    width: 45px;
    font-size: 12px;
  }
  .index_wrap .sect2 .container .pagi_box .scroll_bar {
    width: 100%;
  }
}
.prod_lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.prod_lst_wrap ul li {
  width: calc((100% - 80px) / 5);
  border-radius: 5px;
  border: solid 1px #eee;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}
.prod_lst_wrap ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  background-color: #eee;
  position: relative;
}
.prod_lst_wrap ul li .img img {
  transition: transform 1s;
}
.prod_lst_wrap ul li .img .hover_btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  display: flex;
  gap: 8px;
  opacity: 0;
  transition: opacity 0.2s;
}
.prod_lst_wrap ul li .img .hover_btn a, .prod_lst_wrap ul li .img .hover_btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
.prod_lst_wrap ul li .img .hover_btn a.act, .prod_lst_wrap ul li .img .hover_btn button.act {
  background-color: #B8081F !important;
}
.prod_lst_wrap ul li .t_box {
  padding: 20px 15px 25px;
}
.prod_lst_wrap ul li .t_box .tag {
  font-size: 16px;
  color: #666;
}
.prod_lst_wrap ul li .t_box .tit {
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #1A1818 !important;
}
.prod_lst_wrap ul li .t_box .price_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 3px;
  margin-top: 10px;
}
.prod_lst_wrap ul li .t_box .price_box .per {
  font-size: 16px;
  font-weight: bold;
  color: #B8081F !important;
}
.prod_lst_wrap ul li .t_box .price_box .price {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.prod_lst_wrap ul li .t_box .price_box .price .unit {
  font-size: 14px;
  color: #666;
  font-weight: 300;
}
.prod_lst_wrap ul li .t_box .price_box del {
  font-size: 16px;
  color: #999;
}
.prod_lst_wrap ul li:hover .img img {
  transform: scale(1.1);
}
.prod_lst_wrap ul li:hover .img .hover_btn {
  opacity: 1;
}

@media screen and (max-width: 1420px) {
  .prod_lst_wrap ul {
    gap: 30px 24px;
  }
  .prod_lst_wrap ul li {
    width: calc(50% - 12px);
  }
  .prod_lst_wrap ul li .img .hover_btn {
    display: none;
  }
  .prod_lst_wrap ul li .t_box {
    padding: 25px 20px;
  }
  .prod_lst_wrap ul li .t_box .price_box {
    gap: 0px 5px;
  }
}
@media screen and (max-width: 720px) {
  .prod_lst_wrap ul {
    gap: 20px;
  }
  .prod_lst_wrap ul li {
    width: 100%;
  }
  .prod_lst_wrap ul li .t_box {
    padding: 20px 20px 25px;
  }
  .prod_lst_wrap ul li .t_box .tag {
    font-size: 14px;
  }
  .prod_lst_wrap ul li .t_box .tit {
    margin-top: 8px;
    font-size: 14px;
  }
  .prod_lst_wrap ul li .t_box .price_box {
    margin-top: 8px;
  }
  .prod_lst_wrap ul li .t_box .price_box .per {
    font-size: 14px;
  }
  .prod_lst_wrap ul li .t_box .price_box .price {
    font-size: 14px;
  }
  .prod_lst_wrap ul li .t_box .price_box .price .unit {
    font-size: 14px;
  }
  .prod_lst_wrap ul li .t_box .price_box del {
    font-size: 16px;
  }
}
.index_wrap .sect3 {
  padding: 120px 0px;
  background: url(/src/img/sect3_bg.png) no-repeat top right/contain;
  
}
.index_wrap .sect3 .tab_menu {
  margin-top: 30px;
  margin-bottom: 45px;
}
.index_wrap .sect3 .tab_menu ul {
  font-size: 0;
  text-align: center;
}
.index_wrap .sect3 .tab_menu ul li {
  display: inline-block;
  margin-left: 8px;
}
.index_wrap .sect3 .tab_menu ul li:first-child {
  margin-left: 0;
}
.index_wrap .sect3 .tab_menu ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  border-radius: 30px;
  border: solid 1px #ddd;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.index_wrap .sect3 .tab_menu ul li.a button {
  border-color: #B8081F !important;
  background-color: #B8081F !important;
  color: #fff;
}
.index_wrap .sect3 .main_more {
  margin-top: 60px;
}
.index_wrap .sect3 .main_bottom_lst {
  margin-top: 120px;
}
.index_wrap .sect3 .main_bottom_lst ul {
  display: flex;
  gap: 36px;
}
.index_wrap .sect3 .main_bottom_lst ul li {
  width: calc(50% - 18px);
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ddd;
}
.index_wrap .sect3 .main_bottom_lst ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 48px 60px;
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) calc(100% - 25px);
  background-size: auto;
  background-color: #fafafa;
}
.index_wrap .sect3 .main_bottom_lst ul li a .t1 {
  font-size: 24px;
  font-weight: bold;
}
.index_wrap .sect3 .main_bottom_lst ul li a .t2 {
  margin-top: 20px;
  font-size: 18px;
}
.index_wrap .sect3 .main_bottom_lst ul li a .more {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
  font-size: 16px;
}
.index_wrap .sect3 .main_bottom_lst ul li a .more img {
  margin-top: -1px;
}
.index_wrap .sect3 .main_bottom_lst ul li:first-child a {
  background-image: url(/src/img/main_bottom1.png);
}
.index_wrap .sect3 .main_bottom_lst ul li:last-child {
  border-color: #B8081F !important;
}
.index_wrap .sect3 .main_bottom_lst ul li:last-child a {
  background-image: url(/src/img/main_bottom2.png);
  background-color: #B8081F !important;
}
.index_wrap .sect3 .main_bottom_lst ul li:last-child a p, .index_wrap .sect3 .main_bottom_lst ul li:last-child a div {
  color: #fff;
}
.index_wrap .sect3 .main_bottom_lst ul li:last-child a .t2 {
  opacity: 0.9;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect3 {
    background: none;
  }
  .index_wrap .sect3 .tab_menu {
    padding-bottom: 25px;
    overflow-x: auto;
  }
  .index_wrap .sect3 .tab_menu::-webkit-scrollbar {
    height: 2px;
  }
  .index_wrap .sect3 .tab_menu::-webkit-scrollbar-track {
    background-color: #ddd;
  }
  .index_wrap .sect3 .tab_menu::-webkit-scrollbar-thumb {
    background-color: #999;
  }
  .index_wrap .sect3 .tab_menu ul {
    white-space: nowrap;
  }
  .index_wrap .sect3 .main_bottom_lst ul {
    flex-direction: column;
  }
  .index_wrap .sect3 .main_bottom_lst ul li {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect3 {
    padding: 60px 0px;
  }
  .index_wrap .sect3 .tab_menu ul li {
    margin-left: 6px;
  }
  .index_wrap .sect3 .tab_menu ul li button {
    padding: 5px 20px;
    font-size: 14px;
  }
  .index_wrap .sect3 .main_more {
    margin-top: 30px;
  }
  .index_wrap .sect3 .main_bottom_lst {
    margin-top: 60px;
  }
  .index_wrap .sect3 .main_bottom_lst ul {
    gap: 25px;
  }
  .index_wrap .sect3 .main_bottom_lst ul li a {
    padding: 25px 15px;
    background-position: calc(100% - 15px) calc(100% - 15px);
    background-size: 85px 73px;
  }
  .index_wrap .sect3 .main_bottom_lst ul li a .t1 {
    font-size: 18px;
  }
  .index_wrap .sect3 .main_bottom_lst ul li a .t2 {
    margin-top: 12px;
    font-size: 14px;
  }
  .index_wrap .sect3 .main_bottom_lst ul li a .more {
    margin-top: 20px;
    font-size: 14px;
  }
}
.s_top {
  margin-bottom: 30px;
  margin-top: 30px;
}
.s_top .s_top_nav ul {
  display: flex;
}
.s_top .s_top_nav ul li {
  font-size: 16px;
  color: #666;
}
.s_top .s_top_nav ul li img {
  margin-top: 1px;
}
.s_top .s_top_nav ul li::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0px 10px;
  margin-top: -3px;
  vertical-align: middle;
  background: url(/src/img/i/s_top_arrow.png) no-repeat center center/auto;
}
.s_top .s_top_nav ul li:last-child::after {
  display: none;
}

@media screen and (max-width: 720px) {
  .s_top {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .s_top .s_top_nav {
    display: none;
  }
}
.s_top_tit {
  margin-bottom: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 720px) {
  .s_top_tit {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.prod_lst_pg .tabmenu {
  margin-bottom: 40px;
}
.prod_lst_pg .tabmenu ul {
  display: flex;
  border-radius: 500px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.prod_lst_pg .tabmenu ul li {
  width: 20%;
  border-radius: 50px;
}
.prod_lst_pg .tabmenu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 20px;
}
.prod_lst_pg .tabmenu ul li.a {
  background-color: #B8081F !important;
}
.prod_lst_pg .tabmenu ul li.a a {
  font-weight: bold;
  color: #fff;
}
.prod_lst_pg .tabmenu select {
  display: none;
  width: 100%;
  height: 70px;
  padding: 0px 60px 0px 35px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: url(/src/img/i/b_w_big.png) no-repeat calc(100% - 35px) center;
  background-color: #B8081F !important;
}
.prod_lst_pg .detail_wrap {
  margin-bottom: 60px;
}
.prod_lst_pg .detail_wrap .box {
  margin-bottom: 30px;
  border: solid 1px #ddd;
}
.prod_lst_pg .detail_wrap .box:last-child {
  margin-bottom: 0;
}
.prod_lst_pg .detail_wrap .box .tit {
  width: 100%;
  padding: 15px 20px;
  border-bottom: solid 1px #ddd;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-weight: bold;
  background-color: #FAFAFA;
  pointer-events: none;
}
.prod_lst_pg .detail_wrap .box .lst_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1px;
}
.prod_lst_pg .detail_wrap .box .lst_box ul li {
  width: 16.6666666667%;
  height: 57px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(6n) {
  border-right: none;
}
.prod_lst_pg .detail_wrap .box .lst_box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #888;
}
.prod_lst_pg .detail_wrap .box .lst_box ul li.a a {
  font-weight: bold;
  box-shadow: 0px 0px 0px 1px inset #B8081F !important;
  color: #B8081F !important;
}
.prod_lst_pg .filter_wrap {
  margin-bottom: 60px;
}
.prod_lst_pg .filter_wrap .filter_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prod_lst_pg .filter_wrap .filter_top .t1 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.prod_lst_pg .filter_wrap .filter_top .btn_box {
  display: flex;
  gap: 10px;
}
.prod_lst_pg .filter_wrap .filter_top .btn_box button, .prod_lst_pg .filter_wrap .filter_top .btn_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 35px;
  padding: 0px 15px;
  border-radius: 5px;
  border: solid 1px #999;
  font-size: 16px;
  background-color: #fff;
}
.prod_lst_pg .filter_wrap .filter_top .btn_box .filter_open {
  width: 35px;
  padding: 0;
  background: url(/src/img/i/b_b.png) no-repeat center center/auto;
}
.prod_lst_pg .filter_wrap .filter_top .btn_box .filter_all_chk::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/src/img/i/chk.png) no-repeat center center/cover;
}
.prod_lst_pg .filter_wrap .filter_top .btn_box .filter_all_chk.act {
  color: #B8081F !important;
  border-color: #B8081F !important;
}
.prod_lst_pg .filter_wrap .filter_top .btn_box .filter_all_chk.act::before {
  background-image: url(/src/img/i/chk_c.png);
}
.prod_lst_pg .filter_wrap .filter_main_box {
  display: none;
}
.prod_lst_pg .filter_wrap .filter_main_box .f_sbm_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 60px;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #B8081F !important;
}
.prod_lst_pg .filter_wrap .filter_main {
  margin-top: 15px;
  border-radius: 5px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.prod_lst_pg .filter_wrap .filter_main table tr {
  border-bottom: solid 1px #ddd;
}
.prod_lst_pg .filter_wrap .filter_main table tr:last-child {
  border-bottom: none;
}
.prod_lst_pg .filter_wrap .filter_main table tr th, .prod_lst_pg .filter_wrap .filter_main table tr td {
  padding: 18px 20px;
  font-size: 18px;
  border-right: solid 1px #ddd;
}
.prod_lst_pg .filter_wrap .filter_main table tr th:last-child, .prod_lst_pg .filter_wrap .filter_main table tr td:last-child {
  border-right: none;
}
.prod_lst_pg .filter_wrap .filter_main table tr th {
  width: 210px;
  text-align: center;
  font-weight: bold;
  background-color: #FAFAFA;
}
.prod_lst_pg .filter_wrap .filter_main table tr td {
  padding-left: 50px;
}
.prod_lst_pg .filter_wrap .filter_main table tr td .rdo_box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.prod_lst_pg .filter_wrap .filter_main table tr td label {
  color: #999;
}
.prod_lst_pg .filter_wrap .filter_main table tr td label i {
  width: 21px;
  height: 21px;
  margin-top: -2px;
  margin-right: 8px;
  border-radius: 3px;
  border: solid 1px #999;
}
.prod_lst_pg .filter_wrap .filter_main table tr td label i::after {
  width: 4px;
  height: 9px;
  margin-top: -6px;
  margin-left: -3px;
}
.prod_lst_pg .filter_wrap .filter_main table tr td label span {
  transition: color 0.5s;
}
.prod_lst_pg .filter_wrap .filter_main table tr td label input:checked ~ i {
  border-color: #B8081F;
}
.prod_lst_pg .filter_wrap .filter_main table tr td label input:checked ~ span {
  font-weight: bold;
  color: #B8081F !important;
}
.prod_lst_pg .filter_wrap .filter_re {
  margin-top: 10px;
  border: solid 1px #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.prod_lst_pg .filter_wrap .filter_re table tr th, .prod_lst_pg .filter_wrap .filter_re table tr td {
  padding: 5px 20px;
  font-size: 18px;
  border-right: solid 1px #ddd;
}
.prod_lst_pg .filter_wrap .filter_re table tr th:last-child, .prod_lst_pg .filter_wrap .filter_re table tr td:last-child {
  border-right: none;
}
.prod_lst_pg .filter_wrap .filter_re table tr th {
  width: 210px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
}
.prod_lst_pg .filter_wrap .filter_re table tr td .result_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prod_lst_pg .filter_wrap .filter_re table tr td .result_box .item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 45px;
  padding: 0px 20px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #fafafa;
}
.prod_lst_pg .filter_wrap .filter_re table tr td .result_box .item .filter_del {
  display: flex;
  align-items: center;
}
.prod_lst_pg .filter_wrap .filter_re table tr td .result_box .item .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.prod_lst_pg .filter_wrap .filter_re table tr td .result_box .item .t2 {
  font-size: 18px;
  color: #B8081F !important;
}
.prod_lst_pg .filter_wrap .filter_re table tr td .result_box .item .t2 span::before {
  content: ", ";
  display: inline;
}
.prod_lst_pg .filter_wrap .filter_re table tr td .result_box .item .t2 span:first-child::before {
  display: none;
}
.prod_lst_pg .filter_wrap.act .filter_top .btn_box .filter_open {
  border-color: #B8081F !important;
  background-image: url(/src/img/i/t_c.png);
}
.prod_lst_pg .filter_wrap.act .filter_main_box {
  display: block;
}
.prod_lst_pg .filter_wrap.act .filter_re {
  display: block;
}
.prod_lst_pg .m_filter_wrap {
  display: none;
  position: relative;
  margin-bottom: 50px;
}
.prod_lst_pg .m_filter_wrap .m_filter_re {
  min-height: 40px;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst {
  padding-right: 50px;
  padding-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst::-webkit-scrollbar {
  height: 2px;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst::-webkit-scrollbar-track {
  background-color: #ddd;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst::-webkit-scrollbar-thumb {
  background-color: #999;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  height: 40px;
  padding: 0px 20px;
  margin-right: 10px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #fafafa;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item:last-child {
  margin-right: 0;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item .filter_del {
  display: none;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item .t1 {
  display: none;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item .t2 {
  font-size: 16px;
  color: #B8081F !important;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item .t2 span::before {
  content: ", ";
  display: inline;
}
.prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item .t2 span:first-child::before {
  display: none;
}
.prod_lst_pg .m_filter_wrap .filter_md_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #999;
  background-color: #fff;
}
.prod_lst_pg .prod_lst_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.prod_lst_pg .prod_lst_top .align_wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}
.prod_lst_pg .prod_lst_top .align_wrap .idx_align ul {
  display: flex;
}
.prod_lst_pg .prod_lst_top .align_wrap .idx_align ul li a {
  font-size: 16px;
  color: #999;
}
.prod_lst_pg .prod_lst_top .align_wrap .idx_align ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  vertical-align: middle;
  margin: -3px 12px 0px;
  background-color: #ddd;
}
.prod_lst_pg .prod_lst_top .align_wrap .idx_align ul li:last-child::after {
  display: none;
}
.prod_lst_pg .prod_lst_top .align_wrap .idx_align ul li.a a {
  font-weight: bold;
  color: #333;
}
.prod_lst_pg .prod_lst_top .align_wrap .idx_align select {
  display: none;
  width: 100%;
  height: 70px;
  padding: 0px 20px;
  border-radius: 5px;
  border: solid 1px #666;
  font-size: 16px;
  font-weight: bold;
}
.prod_lst_pg .prod_lst_top .align_wrap .structure_align ul {
  display: flex;
  gap: 10px;
}
.prod_lst_pg .prod_lst_top .align_wrap .structure_align ul li {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.prod_lst_pg .prod_lst_top .align_wrap .structure_align ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.prod_lst_pg .prod_lst_top .align_wrap .structure_align ul li.four_align {
  background-image: url(/src/img/i/algin1.png);
}
.prod_lst_pg .prod_lst_top .align_wrap .structure_align ul li.four_align.a {
  background-image: url(/src/img/i/algin1act.png);
}
.prod_lst_pg .prod_lst_top .align_wrap .structure_align ul li.two_align {
  background-image: url(/src/img/i/algin2.png);
}
.prod_lst_pg .prod_lst_top .align_wrap .structure_align ul li.two_align.a {
  background-image: url(/src/img/i/algin2act.png);
}
.prod_lst_pg .prod_lst_wrap ul {
  gap: 30px 25px;
}
.prod_lst_pg .prod_lst_wrap ul li {
  width: calc((100% - 75px) / 4);
}
.prod_lst_pg .prod_lst_wrap ul li .img a {
  display: block;
  padding: 10px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box {
  padding: 25px 20px 35px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .tag {
  font-size: 18px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .tit {
  font-size: 20px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .price_box {
  gap: 2px 5px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .per {
  font-size: 20px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .price {
  font-size: 20px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .price .unit {
  font-size: 17px;
}
.prod_lst_pg .prod_lst_wrap ul li .t_box .price_box del {
  font-size: 20px;
}
.prod_lst_pg .prod_lst_wrap ul li .prod_bottom {
  display: flex;
  gap: 10px;
  padding: 0px 20px 25px;
}
.prod_lst_pg .prod_lst_wrap ul li .prod_bottom button, .prod_lst_pg .prod_lst_wrap ul li .prod_bottom a {
  height: 49px;
  border-radius: 50px;
}
.prod_lst_pg .prod_lst_wrap ul li .prod_bottom .cart_btn {
  width: calc(100% - 59px);
  border: solid 1px #B8081F !important;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #B8081F !important;
  background-color: #fff;
}
.prod_lst_pg .prod_lst_wrap ul li .prod_bottom .cart_btn.act {
  background-color: #B8081F !important;
  color: #fff !important;
}
.prod_lst_pg .prod_lst_wrap ul li .prod_bottom .like_btn {
  width: 49px;
  height: 49px;
  border: solid 1px #999;
  background: url(/src/img/i/like_init.png) no-repeat center center/auto #fff;
}
.prod_lst_pg .prod_lst_wrap ul li .prod_bottom .like_btn.act {
  border-color: #B8081F !important;
  background-image: url(/src/img/i/like_act.png);
}
.prod_lst_pg .prod_lst_wrap .structure2 {
  gap: 30px;
}
.prod_lst_pg .prod_lst_wrap .structure2 li {
  display: flex;
  width: calc(50% - 15px);
}
.prod_lst_pg .prod_lst_wrap .structure2 li .img {
  max-width: 320px;
}
.prod_lst_pg .prod_lst_wrap .structure2 li .r_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 320px);
  height: 100%;
}
.prod_lst_pg .prod_lst_wrap .structure2 li .r_box .t_box {
  padding-top: 35px;
}
.prod_lst_pg .prod_lst_wrap .structure2 li .r_box .prod_bottom {
  padding-bottom: 35px;
}

@media screen and (max-width: 1420px) {
  .prod_lst_pg .tabmenu ul {
    display: none;
  }
  .prod_lst_pg .tabmenu select {
    display: block;
  }
  .prod_lst_pg .detail_wrap .box .tit {
    pointer-events: all;
    position: relative;
    padding-left: 35px;
    padding-right: 60px;
    text-align: left;
    border-bottom: none;
  }
  .prod_lst_pg .detail_wrap .box .tit::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    width: 22px;
    height: 16px;
    background: url(/src/img/i/b_w_big.png) no-repeat center center/cover;
    transform: translateY(-50%);
    filter: invert(100%);
  }
  .prod_lst_pg .detail_wrap .box .lst_box {
    display: none;
    border-top: solid 1px #ddd;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li {
    width: 25%;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(6n) {
    border-right: solid 1px #ddd;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(4n) {
    border-right: none;
  }
  .prod_lst_pg .detail_wrap .box.a .tit::after {
    transform: translateY(-50%) scaleY(-1);
  }
  .prod_lst_pg .detail_wrap .box.a .lst_box {
    display: block;
  }
  .prod_lst_pg .filter_wrap {
    display: none;
  }
  .prod_lst_pg .m_filter_wrap {
    display: block;
  }
  .prod_lst_pg .prod_lst_top {
    flex-direction: column;
    align-items: start;
    gap: 25px;
    margin-bottom: 30px;
  }
  .prod_lst_pg .prod_lst_top .align_wrap {
    width: 100%;
  }
  .prod_lst_pg .prod_lst_top .align_wrap .idx_align {
    width: 100%;
  }
  .prod_lst_pg .prod_lst_top .align_wrap .idx_align ul {
    display: none;
  }
  .prod_lst_pg .prod_lst_top .align_wrap .idx_align select {
    display: block;
  }
  .prod_lst_pg .prod_lst_top .align_wrap .structure_align {
    display: none;
  }
  .prod_lst_pg .prod_lst_wrap ul {
    gap: 30px 20px;
  }
  .prod_lst_pg .prod_lst_wrap ul li {
    width: calc(50% - 10px);
  }
  .prod_lst_pg .prod_lst_wrap ul li .img a {
    padding: 5px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .tag {
    font-size: 18px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .tit {
    font-size: 19px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box {
    gap: 2px 5px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .per {
    font-size: 19px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .price {
    font-size: 19px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .price .unit {
    font-size: 16px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box del {
    font-size: 19px;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li {
    width: 100%;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li .img {
    width: 45%;
    min-width: 310px;
    max-width: 100%;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li .r_box {
    width: 55%;
    max-width: calc(100% - 310px);
    height: 100%;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li .r_box .t_box {
    padding-top: 35px;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li .r_box .prod_bottom {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 991px) {
  .prod_lst_pg .detail_wrap .box .lst_box ul li {
    width: 33.3334%;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(6n) {
    border-right: solid 1px #ddd;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(4n) {
    border-right: solid 1px #ddd;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 720px) {
  .prod_lst_pg .tabmenu {
    margin-bottom: 20px;
  }
  .prod_lst_pg .tabmenu select {
    height: 40px;
    padding: 0px 50px 0px 25px;
    font-size: 16px;
    background-size: 14px 10px;
    background-position-x: calc(100% - 25px);
  }
  .prod_lst_pg .detail_wrap {
    margin-bottom: 20px;
  }
  .prod_lst_pg .detail_wrap .box {
    margin-bottom: 20px;
  }
  .prod_lst_pg .detail_wrap .box .tit {
    padding: 13px 40px 13px 25px;
    font-size: 16px;
  }
  .prod_lst_pg .detail_wrap .box .tit::after {
    right: 25px;
    width: 14px;
    height: 10px;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li {
    width: 50%;
    height: 50px;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(6n) {
    border-right: solid 1px #ddd;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(4n) {
    border-right: solid 1px #ddd;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(3n) {
    border-right: solid 1px #ddd;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li:nth-child(2n) {
    border-right: none;
  }
  .prod_lst_pg .detail_wrap .box .lst_box ul li a {
    font-size: 14px;
  }
  .prod_lst_pg .m_filter_wrap {
    margin-bottom: 30px;
  }
  .prod_lst_pg .m_filter_wrap .m_filter_re {
    min-height: 36px;
  }
  .prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst {
    padding-bottom: 15px;
    padding-right: 45px;
  }
  .prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item {
    min-width: 90px;
    height: 36px;
    padding: 0px 15px;
    margin-right: 8px;
  }
  .prod_lst_pg .m_filter_wrap .m_filter_re .m_result_lst .item .t2 {
    font-size: 14px;
  }
  .prod_lst_pg .m_filter_wrap .filter_md_open {
    width: 36px;
    height: 36px;
  }
  .prod_lst_pg .m_filter_wrap .filter_md_open img {
    width: 16px;
  }
  .prod_lst_pg .prod_lst_top {
    gap: 15px;
    margin-bottom: 20px;
  }
  .prod_lst_pg .prod_lst_top .align_wrap .idx_align select {
    height: 40px;
    font-size: 14px;
  }
  .prod_lst_pg .prod_lst_wrap ul {
    gap: 20px;
  }
  .prod_lst_pg .prod_lst_wrap ul li {
    width: 100%;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box {
    padding: 20px 20px 25px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .tag {
    font-size: 14px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .tit {
    font-size: 16px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box {
    gap: 2px 5px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .per {
    font-size: 14px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .price {
    font-size: 14px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box .price .unit {
    font-size: 14px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .t_box .price_box del {
    font-size: 14px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .prod_bottom {
    gap: 10px;
    padding: 0px 20px 20px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .prod_bottom button, .prod_lst_pg .prod_lst_wrap ul li .prod_bottom a {
    height: 40px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .prod_bottom .cart_btn {
    width: calc(100% - 50px);
    font-size: 14px;
  }
  .prod_lst_pg .prod_lst_wrap ul li .prod_bottom .like_btn {
    width: 40px;
    height: 40px;
    background-size: 15px 13px;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 {
    gap: 20px;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li {
    display: block;
    width: 100%;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li .img {
    width: auto;
    min-width: 0;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li .r_box {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li .r_box .t_box {
    padding-top: 20px;
  }
  .prod_lst_pg .prod_lst_wrap .structure2 li .r_box .prod_bottom {
    padding-bottom: 20px;
  }
}
.bd_pass_chk {
  padding: 20px 25px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #ddd;
}
.bd_pass_chk .bg_box {
  padding: 50px 40px;
  background-color: #FAFAFA;
}
.bd_pass_chk .bg_box .box {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.bd_pass_chk .bg_box .box .t2 {
  margin: 20px 0px 25px;
}
.bd_pass_chk .bg_box .box input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border-radius: 5px;
  background-color: #fff;
}
.bd_pass_chk .bg_box .box .btn_line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 35px auto 0;
}
.bd_pass_chk .bg_box .box .btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.bd_pass_chk .bg_box .box .btn_line .btn.line_st {
  border: solid 1px #999;
  background-color: #fff;
}
.bd_pass_chk .bg_box .box .btn_line .btn.bgc1 {
  background-color: #B8081F !important;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .bd_pass_chk {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 720px) {
  .bd_pass_chk .bg_box {
    padding: 30px 20px;
  }
  .bd_pass_chk .bg_box .box {
    width: 100%;
  }
  .bd_pass_chk .bg_box .box .t2 {
    margin: 12px 0px 15px;
  }
  .bd_pass_chk .bg_box .box input {
    height: 40px;
    padding: 0px 15px;
  }
  .bd_pass_chk .bg_box .box .btn_line {
    flex-direction: column;
    gap: 4px;
    margin: 20px auto 0;
  }
  .bd_pass_chk .bg_box .box .btn_line .btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
.file_ex_t {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}

@media screen and (max-width: 720px) {
  .file_ex_t {
    margin-top: 7px;
    font-size: 14px;
  }
}
.inp_wrap .inp_tb {
  border-top: solid 1px #999;
}
.inp_wrap .inp_tb table tr {
  border-bottom: solid 1px #ddd;
}
.inp_wrap .inp_tb table tr th, .inp_wrap .inp_tb table tr td {
  vertical-align: middle;
}
.inp_wrap .inp_tb table tr th {
  width: 160px;
  padding: 30px 0px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.inp_wrap .inp_tb table tr td {
  padding: 15px 0px;
  padding-left: 20px;
  font-size: 16px;
  text-align: left;
}
.inp_wrap .inp_tb table tr td .inp {
  width: 100%;
  height: 55px;
  padding: 0px 20px;
  border-radius: 5px;
}
.inp_wrap .inp_tb table tr td .inp::placeholder {
  color: #999;
}
.inp_wrap .inp_tb table tr td .inp.h250 {
  height: 250px;
  padding: 15px 20px;
  resize: none;
}
.inp_wrap .inp_tb table tr td input[type=file].inp {
  padding-left: 0;
}
.inp_wrap .inp_tb table tr td input[type=file].inp::-webkit-file-upload-button {
  border: none;
  font-size: 0;
  width: 0;
  background-color: transparent;
}
.inp_wrap .inp_tb table tr td select.inp {
  padding-right: 50px;
}
.inp_wrap .inp_tb table tr td .inp_thr_box {
  display: flex;
  gap: 10px;
}
.inp_wrap .inp_tb table tr td .inp_thr_box.w475 {
  width: 475px;
}
.inp_wrap .inp_tb table tr td .inp_thr_box .inp {
  width: calc((100% - 20px) / 3);
}
.inp_wrap .inp_tb table tr td .rdo_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.inp_wrap .inp_tb table tr td .rdo_box label i {
  width: 30px;
  height: 30px;
  border: solid 1px #ddd;
  border-radius: 3px;
}
.inp_wrap .inp_tb table tr td .rdo_box label i::after {
  border-radius: 3px;
}
.inp_wrap .inp_tb table tr td .file_df {
  display: flex;
  gap: 10px;
}
.inp_wrap .inp_tb table tr td .file_df label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 55px;
  border: solid 1px #999;
  border-radius: 5px;
  background: #fafafa;
  text-align: 16px;
  text-align: center;
}
.inp_wrap .sbm_btn_line {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 60px auto 0;
}
.inp_wrap .sbm_btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 247px;
  height: 57px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.inp_wrap .sbm_btn_line .btn.line_st {
  border: solid 1px #999;
  background: #fff;
}
.inp_wrap .sbm_btn_line .btn.bgc1 {
  color: #fff;
  background-color: #B8081F !important;
}

@media screen and (max-width: 1240px) {
  .inp_wrap .inp_tb table tr th {
    width: 120px;
  }
  .inp_wrap .inp_tb table tr td .inp_thr_box.w475 {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .inp_wrap .inp_tb {
    padding-top: 30px;
  }
  .inp_wrap .inp_tb table {
    border-bottom: solid 1px #ddd;
  }
  .inp_wrap .inp_tb table tr {
    display: block;
    margin-bottom: 30px;
    border: none;
  }
  .inp_wrap .inp_tb table tr th, .inp_wrap .inp_tb table tr td {
    display: block;
  }
  .inp_wrap .inp_tb table tr th {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px;
    font-size: 14px;
  }
  .inp_wrap .inp_tb table tr td {
    padding: 0px;
    padding-left: 0px;
    font-size: 14px;
  }
  .inp_wrap .inp_tb table tr td .inp {
    height: 45px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .inp_wrap .inp_tb table tr td .inp.h250 {
    height: 150px;
    padding: 12px 15px;
  }
  .inp_wrap .inp_tb table tr td select.inp {
    padding-right: 40px;
  }
  .inp_wrap .inp_tb table tr td .inp_thr_box {
    display: flex;
    gap: 4px;
  }
  .inp_wrap .inp_tb table tr td .inp_thr_box .inp {
    width: calc((100% - 8px) / 3);
  }
  .inp_wrap .inp_tb table tr td .rdo_box {
    gap: 7px 20px;
  }
  .inp_wrap .inp_tb table tr td .rdo_box label i {
    width: 25px;
    height: 25px;
  }
  .inp_wrap .inp_tb table tr td .file_df {
    gap: 5px;
  }
  .inp_wrap .inp_tb table tr td .file_df label {
    width: 90px;
    height: 45px;
    text-align: 14px;
  }
  .inp_wrap .inp_tb table tr td .file_df input {
    width: calc(100% - 95px);
  }
  .inp_wrap .sbm_btn_line {
    flex-wrap: wrap;
    gap: 5px;
    margin: 30px auto 0;
  }
  .inp_wrap .sbm_btn_line .btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
  }
}
#footer {
  position: relative; z-index: 2;
  margin-top: 120px;
  background-color: #1A1818 !important;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .f_top {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
#footer .f_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .f_top .container .f_menu ul {
  display: flex;
  gap: 45px;
}
#footer .f_top .container .f_menu ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
#footer .f_bottom {
  padding-bottom: 80px;
}
#footer .f_bottom .container {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
#footer .f_bottom .container .l_box {
  display: flex;
}
#footer .f_bottom .container .l_box .item.item1 {
  width: 320px;
  border-right: solid 1px rgba(255, 255, 255, 0.15);
}
#footer .f_bottom .container .l_box .item.item2 {
  width: 435px;
  padding-left: 30px;
}
#footer .f_bottom .container .l_box .item .df_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .f_bottom .container .l_box .item .df_box .more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .f_bottom .container .l_box .item .t2 {
  margin-top: 30px;
}
#footer .f_bottom .container .l_box .item .t3 {
  margin-top: 20px;
}
#footer .f_bottom .container .l_box .item .lst_box {
  margin-top: 30px;
}
#footer .f_bottom .container .l_box .item .lst_box ul li {
  margin-bottom: 15px;
}
#footer .f_bottom .container .l_box .item .lst_box ul li:last-child {
  margin-bottom: 0;
}
#footer .f_bottom .container .l_box .item .lst_box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .f_bottom .container .l_box .item .lst_box ul li a .tit {
  width: calc(100% - 120px);
  font-size: 16px;
  color: #fff;
}
#footer .f_bottom .container .l_box .item .lst_box ul li a .date {
  width: 80px;
  font-size: 16px;
  color: #fff;
  opacity: 0.6;
}
#footer .f_bottom .container .r_box {
  width: 500px;
  text-align: right;
}
#footer .f_bottom .container .r_box .toss {
  display: none;
}
#footer .f_bottom .container .r_box .info_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 10px 20px;
  margin-bottom: 20px;
}
#footer .f_bottom .container .r_box .info_box p {
  font-size: 16px;
  color: #fff;
}
#footer .f_bottom .container .r_box .info_box p a, #footer .f_bottom .container .r_box .info_box p button {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
#footer .f_bottom .container .r_box .copyright {
  opacity: 0.4;
}

@media screen and (max-width: 1420px) {
  #footer .f_top {
    height: 75px;
  }
  #footer .f_top .container {
    height: 100%;
  }
  #footer .f_top .container .toss {
    display: none;
  }
  #footer .f_bottom {
    padding-bottom: 190px;
  }
  #footer .f_bottom .container {
    flex-direction: column;
  }
  #footer .f_bottom .container .l_box {
    display: block;
  }
  #footer .f_bottom .container .l_box .item {
    padding-bottom: 40px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  }
  #footer .f_bottom .container .l_box .item.item1 {
    width: 100%;
    border-right: none;
  }
  #footer .f_bottom .container .l_box .item.item2 {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  #footer .f_bottom .container .r_box {
    width: 100%;
    text-align: left;
  }
  #footer .f_bottom .container .r_box .toss {
    display: block;
    margin: 10px 0px;
  }
  #footer .f_bottom .container .r_box .info_box {
    justify-content: start;
    width: 500px;
    max-width: 100%;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    margin-top: 60px;
  }
  #footer .f_top {
    height: 55px;
  }
  #footer .f_top .container .f_menu ul {
    gap: 11px;
  }
  #footer .f_top .container .f_menu ul li a {
    font-size: 14px;
  }
  #footer .f_bottom {
    padding-bottom: 125px;
  }
  #footer .f_bottom .container {
    padding-top: 20px;
  }
  #footer .f_bottom .container .l_box .item {
    padding-bottom: 20px;
  }
  #footer .f_bottom .container .l_box .item.item2 {
    padding-top: 20px;
  }
  #footer .f_bottom .container .l_box .item .df_box .more {
    gap: 5px;
    font-size: 12px;
  }
  #footer .f_bottom .container .l_box .item .t2 {
    margin-top: 20px;
  }
  #footer .f_bottom .container .l_box .item .t3 {
    margin-top: 10px;
  }
  #footer .f_bottom .container .l_box .item .lst_box {
    margin-top: 20px;
  }
  #footer .f_bottom .container .l_box .item .lst_box ul li {
    margin-bottom: 10px;
  }
  #footer .f_bottom .container .l_box .item .lst_box ul li a .tit {
    width: calc(100% - 100px);
    font-size: 14px;
  }
  #footer .f_bottom .container .l_box .item .lst_box ul li a .date {
    width: 75px;
    font-size: 14px;
  }
  #footer .f_bottom .container .r_box {
    width: 100%;
  }
  #footer .f_bottom .container .r_box .toss {
    width: 150px;
    margin: 5px 0px;
  }
  #footer .f_bottom .container .r_box .info_box {
    gap: 5px 15px;
    margin-bottom: 10px;
  }
  #footer .f_bottom .container .r_box .info_box p {
    font-size: 14px;
  }
  #footer .f_bottom .container .r_box .info_box p a, #footer .f_bottom .container .r_box .info_box p button {
    font-size: 14px;
  }
}
.filter_md {
  display: none;
  z-index: 145;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.filter_md .modal {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 90%;
  padding: 60px 0px;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  transition: bottom 0.5s;
}
.filter_md .modal.a {
  bottom: 0;
}
.filter_md .modal .modal_close {
  position: absolute;
  top: 60px;
  right: 40px;
}
.filter_md .modal .scr_box {
  height: 100%;
  padding: 0px 40px;
  overflow-y: auto;
}
.filter_md .modal .scr_box::-webkit-scrollbar {
  width: 2px;
}
.filter_md .modal .scr_box::-webkit-scrollbar-track {
  background-color: #ddd;
}
.filter_md .modal .scr_box::-webkit-scrollbar-thumb {
  background-color: #999;
}
.filter_md .modal .scr_box .md_tit {
  display: flex;
  align-items: center;
  gap: 12px;
}
.filter_md .modal .scr_box .filter_line {
  margin-bottom: 80px;
}
.filter_md .modal .scr_box .filter_line .line {
  padding: 40px 0px;
  border-bottom: solid 1px #ddd;
}
.filter_md .modal .scr_box .filter_line .line:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.filter_md .modal .scr_box .filter_line .line .filter_t {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.filter_md .modal .scr_box .filter_line .line .rdo_box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter_md .modal .scr_box .filter_line .line .rdo_box label {
  position: relative;
  width: calc((100% - 40px) / 5);
}
.filter_md .modal .scr_box .filter_line .line .rdo_box label input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.filter_md .modal .scr_box .filter_line .line .rdo_box label i {
  height: 50px;
  border: solid 1px #999;
  border-radius: 5px;
}
.filter_md .modal .scr_box .filter_line .line .rdo_box label span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #999;
}
.filter_md .modal .scr_box .filter_line .line .rdo_box label input:checked ~ i {
  border-color: #B8081F !important;
}
.filter_md .modal .scr_box .filter_line .line .rdo_box label input:checked ~ span {
  color: #B8081F !important;
}
.filter_md .modal .scr_box .btn_line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.filter_md .modal .scr_box .btn_line a, .filter_md .modal .scr_box .btn_line button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: calc(50% - 10px);
  height: 70px;
  text-align: center;
  font-size: 30px;
  border: solid 1px #666;
  border-radius: 50px;
}
.filter_md .modal .scr_box .btn_line .filter_all_chk::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/src/img/i/chk.png) no-repeat center center/cover;
}
.filter_md .modal .scr_box .btn_line .filter_all_chk.act {
  background-color: #B8081F !important;
  color: #fff;
  border-color: #B8081F !important;
}
.filter_md .modal .scr_box .btn_line .filter_all_chk.act::before {
  background-image: url(/src/img/i/chk_w.png);
}
.filter_md .modal .scr_box .btn_line .sbm_btn {
  width: 100%;
  background-color: #B8081F !important;
  color: #fff;
  border-color: #B8081F !important;
}

@media screen and (max-width: 720px) {
  .filter_md .modal {
    padding: 35px 0px;
    border-radius: 10px 10p 0 0;
  }
  .filter_md .modal .modal_close {
    top: 35px;
    right: 20px;
  }
  .filter_md .modal .scr_box {
    padding: 0px 20px;
  }
  .filter_md .modal .scr_box .md_tit {
    gap: 7px;
  }
  .filter_md .modal .scr_box .md_tit img {
    width: 20px;
  }
  .filter_md .modal .scr_box .filter_line {
    margin-bottom: 40px;
  }
  .filter_md .modal .scr_box .filter_line .line {
    padding: 25px 0px;
  }
  .filter_md .modal .scr_box .filter_line .line .filter_t {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .filter_md .modal .scr_box .filter_line .line .rdo_box {
    flex-wrap: wrap;
  }
  .filter_md .modal .scr_box .filter_line .line .rdo_box label {
    width: calc(50% - 5px);
  }
  .filter_md .modal .scr_box .filter_line .line .rdo_box label i {
    height: 45px;
  }
  .filter_md .modal .scr_box .filter_line .line .rdo_box label span {
    font-size: 14px;
  }
  .filter_md .modal .scr_box .btn_line {
    gap: 10px;
  }
  .filter_md .modal .scr_box .btn_line a, .filter_md .modal .scr_box .btn_line button {
    gap: 10px;
    width: 100%;
    height: 50px;
    font-size: 20px;
  }
}
.mt23 {
  margin-top: 23px;
}

.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: 80px 0 0px;
}
@media (max-width: 1400px) {
  .sys_interval {
    padding: 80px 40px 0px;
  }
}
@media (max-width: 720px) {
  .sys_interval {
    padding: 50px 20px 0px;
  }
}

.sys_line_b::before {
  content: "";
  display: block;
  height: 20px;
  border-top: 1px solid #ddd;
  background-color: #f4f7fb;
}
@media (max-width: 720px) {
  .sys_line_b::before {
    height: 10px;
  }
}

.sys_line_a::after {
  content: "";
  display: block;
  height: 20px;
  border-top: 1px solid #ddd;
  background-color: #f4f7fb;
}
@media (max-width: 720px) {
  .sys_line_a::after {
    height: 10px;
  }
}

.path {
  padding-top: 30px;
}
.path > ul {
  font-size: 0;
}
.path > ul li {
  display: inline;
  vertical-align: top;
  font-size: 0;
}
.path > ul li .t1 {
  font-size: 12px;
  color: #666;
  line-height: 110%;
  font-family: "Dotum";
}
.path > ul li::after {
  content: ">";
  display: inline-block;
  margin: 0 10px 8px;
  vertical-align: middle;
  font-size: 12px;
  color: #666;
  font-family: "Dotum";
}
.path > ul li:last-child::after {
  display: none;
}
.path.v_path {
  padding-top: 20px;
}
.path.v_path .t1 {
  line-height: 34px;
}
.path.v_path .path_sel {
  display: inline-block;
  width: 152px;
  height: 34px;
  font-family: "Dotum";
  font-size: 12px;
  color: #666;
}

.sys_wrap .sys12 {
  font-size: 12px;
}
.sys_wrap .sys14 {
  font-size: 14px;
}
@media (max-width: 720px) {
  .sys_wrap .sys14 {
    font-size: 12px;
  }
}
.sys_wrap .sys16 {
  font-size: 16px;
}
@media (max-width: 720px) {
  .sys_wrap .sys16 {
    font-size: 12px;
  }
}
.sys_wrap .sys20 {
  font-size: 20px;
}
@media (max-width: 720px) {
  .sys_wrap .sys20 {
    font-size: 16px;
  }
}
.sys_wrap .lh150p {
  line-height: 150%;
}
.sys_wrap .sys_inp {
  display: inline-block;
  width: 100%;
  height: 55px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}
.sys_wrap .sys_inp::placeholder {
  color: #999;
}
.sys_wrap .sys_inp.w33p {
  width: calc((100% - 10px) / 3);
}
.sys_wrap .sys_inp.w630 {
  width: 100%;
}
.sys_wrap .sys_inp.w345 {
  width: 345px;
}
.sys_wrap .sys_inp.w320 {
  width: 320px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp.w320 {
    width: 100%;
  }
}
.sys_wrap .sys_inp.w500 {
  width: 500px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp.w500 {
    width: 100%;
  }
}
.sys_wrap .sys_inp.w280 {
  width: 280px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp.w280 {
    width: 100%;
  }
}
.sys_wrap .sys_inp.w195 {
  width: 195px;
}
.sys_wrap .sys_inp.w160 {
  width: 160px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp.w160 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w160.m_wm80 {
    width: calc(100% - 80px);
  }
}
.sys_wrap .sys_inp.w130 {
  width: 130px;
}
.sys_wrap .sys_inp.w225 {
  width: 225px;
}
.sys_wrap .sys_inp.ph_inp {
  width: 160px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .sys_wrap .sys_inp.ph_inp {
    width: calc((100% - 10px) / 3);
  }
  .sys_wrap .sys_inp.w225 {
    width: 195px;
  }
}
.sys_wrap .sys_inp.h150 {
  height: 150px;
}
.sys_wrap .h286 {
  height: 286px;
}
@media (max-width: 720px) {
  .sys_wrap .h286 {
    height: 200px;
  }
}
.sys_wrap .sbm_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #B8081F !important;
}
.sys_wrap .link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  border-radius: 50px;
  border: 1px solid #999;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.sys_wrap .sys_tit {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 110%;
  color: #000;
}
.sys_wrap .sys_tit.bdb {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .de_cki,
.sys_wrap .de_cks {
  font-size: 16px;
}
.sys_wrap .de_cki i,
.sys_wrap .de_cks i {
  border: 1px solid #ddd;
}
.sys_wrap .de_rdo,
.sys_wrap .de_cks {
  font-size: 16px;
}
.sys_wrap .de_rdo i,
.sys_wrap .de_cks i {
  border: 1px solid #ddd;
}
@media (max-width: 720px) {
  .sys_wrap .de_cki,
  .sys_wrap .de_cks {
    font-size: 14px;
  }
  .sys_wrap .de_rdo,
  .sys_wrap .de_cks {
    font-size: 14px;
  }
}
.sys_wrap input[type=text],
.sys_wrap input[type=password] {
  padding: 0 20px;
}
@media (max-width: 720px) {
  .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: 15px 20px;
}
.sys_wrap select {
  padding: 0 35px 0 20px;
  background-position: calc(100% - 20px) 50%;
}
@media (max-width: 720px) {
  .sys_wrap select {
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
}
.sys_wrap .calc_num_box .calc_inp {
  padding: 0 5px;
}
.sys_wrap .sys_find_mem {
  width: 450px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .sys_wrap .sys_find_mem {
    width: 100%;
  }
}
.sys_wrap .sys_find_mem .tab {
  margin-bottom: 40px;
}
.sys_wrap .sys_find_mem .tab > ul {
  border-radius: 50px;
  border: solid 1px #ddd;
  background-color: #fafafa;
  overflow: hidden;
  font-size: 0;
}
.sys_wrap .sys_find_mem .tab > ul li {
  display: inline-block;
  width: 50%;
  border-radius: 50px;
  vertical-align: top;
  color: #999;
  text-align: center;
}
.sys_wrap .sys_find_mem .tab > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
}
.sys_wrap .sys_find_mem .tab > ul li.act {
  border: 1px solid #B8081F !important;
  font-weight: bold;
  color: #B8081F !important;
  background-color: #fff;
}
.sys_wrap .sys_find_mem .line {
  font-size: 0;
}
.sys_wrap .sys_find_mem .line + .line {
  margin-top: 10px;
}
.sys_wrap .sys_find_mem .line + .line.mt15 {
  margin-top: 15px;
}
.sys_wrap .sys_find_mem .line.login_sub_box {
  margin-top: 20px;
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 720px) {
  .sys_wrap .sys_find_mem .line.login_sub_box {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}
.sys_wrap .sys_find_mem .login_link {
  margin-top: 1px;
  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;
  font-size: 16px;
  color: #333;
  line-height: 110%;
  vertical-align: middle;
}
.sys_wrap .sys_find_mem .login_link li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_wrap .sys_find_mem .login_link li:last-child::after {
  display: none;
}
.sys_wrap .sys_find_mem .sns_login {
  margin-top: 40px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_find_mem .sns_login {
    margin-top: 20px;
  }
}
.sys_wrap .sys_find_mem .sns_login .t1 {
  text-align: center;
  line-height: 110%;
}
.sys_wrap .sys_find_mem .sns_login .login_lst {
  margin-top: 20px;
  margin-right: -20px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 720px) {
  .sys_wrap .sys_find_mem .sns_login .login_lst {
    margin-top: 10px;
  }
}
.sys_wrap .sys_find_mem .sns_login .login_lst li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  vertical-align: top;
}
.sys_wrap .sys_find_mem .sns_login .login_lst li a {
  display: block;
  width: 100%;
  height: 100%;
}
.sys_wrap .sys_find_mem .sns_login .login_lst .ico1 {
  background-position: -362px -240px;
}
.sys_wrap .sys_find_mem .sns_login .login_lst .ico2 {
  background-position: -362px -302px;
}
.sys_wrap .sys_find_mem .sns_login .login_lst .ico3 {
  background-position: -362px -178px;
}
.sys_wrap .terms {
  margin-top: 45px;
  font-size: 18px;
  line-height: 150%;
}
.sys_wrap .terms br{display: none;}

@media (max-width: 1400px) {
  .sys_wrap .terms {
    margin-top: 0;
    font-size: 14px;
  }
}
.sys_wrap .terms .terms_tit {
  font-size: 26px;
  color: #B8081F !important;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_wrap .terms .terms_tit {
    font-size: 18px;
  }
}
.sys_wrap .terms .tit {
  font-size: 14px;
  color: #000;
}
@media (max-width: 720px) {
  .sys_wrap .terms .tit {
    font-size: 12px;
  }
}
.sys_wrap .terms .c0 {
  color: #000;
}
.sys_wrap .sys_join_allcheck {
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .join_agree_wrap {
  margin-top: 30px;
}
@media (max-width: 720px) {
  .sys_wrap .join_agree_wrap {
    margin-top: 25px;
  }
}
.sys_wrap .join_agree_wrap .sys_join_h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  line-height: 110%;
  font-weight: bold;
}
.sys_wrap .join_agree_wrap .sys_join_h3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(/src/img/i/bef_tit.png) no-repeat center center/cover;
}
@media (max-width: 720px) {
  .sys_wrap .join_agree_wrap .sys_join_h3 {
    margin-bottom: 10px;
    padding-left: 25px;
  }
  .sys_wrap .join_agree_wrap .sys_join_h3::before {
    top: 1px;
    width: 17px;
    height: 17px;
  }
}
.sys_wrap .join_agree_wrap .agree_box {
  overflow-y: scroll;
  height: 300px;
  padding: 30px;
  border: 1px solid #ddd;
}
.sys_wrap .join_agree_wrap .agree_box br{display: none;}
@media (max-width: 720px) {
  .sys_wrap .join_agree_wrap .agree_box {
    padding: 5px 10px;
  }
}
.sys_wrap .join_agree_wrap .agree_box pre {
  font-size: 16px;
  color: #666;
  line-height: 150%;
}
.sys_wrap .join_agree_wrap .agree_line {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .join_agree_wrap .agree_line label i {
  margin-top: -2px;
}
@media (max-width: 720px) {
  .sys_wrap .join_agree_wrap .agree_line {
    padding: 10px 0;
  }
  .sys_wrap .join_agree_wrap .agree_line label i {
    margin-top: -1px;
  }
}
.sys_wrap .sys_s_btnline {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 60px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 720px) {
  .sys_wrap .sys_s_btnline {
    flex-direction: column;
    gap: 7px;
    margin-top: 25px;
  }
}
.sys_wrap .sys_s_btnline .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 245px;
  height: 55px;
  border-radius: 50px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_wrap .sys_s_btnline .btn {
    display: block;
    margin: 0 auto;
    height: 45px;
  }
}
.sys_wrap .sys_s_btnline .style1 {
  line-height: 44px;
  color: #fff;
  background-color: #B8081F !important;
}
.sys_wrap .sys_s_btnline .style2 {
  border: 1px solid #999;
  line-height: 43px;
}
.sys_wrap .req_info_txt {
  margin: 0px 0 10px;
  line-height: 110%;
}
@media (max-width: 1400px) {
  .sys_wrap .req_info_txt {
    margin: 0 0 10px;
  }
}
@media (max-width: 720px) {
  .sys_wrap .req_info_txt {
    margin: 0 0 10px;
  }
}
.sys_wrap .sys_inp_tb {
  border-top: 1px solid #333;
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp_tb.bdb {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}
.sys_wrap .sys_inp_tb tr {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp_tb tr {
    border: 0;
  }
}
.sys_wrap .sys_inp_tb th {
  width: 180px;
  padding-left: 0px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp_tb th {
    display: block;
    width: 100%;
    padding-left: 0;
    margin: 20px 0 10px;
    font-size: 14px;
    line-height: 110%;
  }
  .sys_wrap .sys_inp_tb th.vat {
    padding-top: 0;
  }
}
.sys_wrap .sys_inp_tb td {
  padding: 7px 0px 7px 0;
  font-size: 0;
}
@media (max-width: 1400px) {
  .sys_wrap .sys_inp_tb td {
    padding: 7px 0;
  }
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp_tb td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.sys_wrap .sys_inp_tb .line {
  font-size: 0;
}
.sys_wrap .sys_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_wrap .sys_inp_tb .inp_txt {
  font-size: 14px;
  line-height: 45px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp_tb .inp_txt {
    display: inline-block;
    width: calc(100% - 100px);
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
  }
}
@media (max-width: 720px) {
  .sys_wrap .sys_inp_tb .txt_th {
    display: inline-block;
    width: 100px;
  }
}
.sys_wrap .inp_r_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 55px;
  margin-left: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  background-color: #fafafa;
}
.sys_wrap .inp_r_btn.ml0 {
  margin-left: 0;
}
.sys_wrap .inp_r_btn.big_btn {
  background-color: #fff;
}
@media (max-width: 720px) {
  .sys_wrap .inp_r_btn {
    width: 90px;
    height: 45px;
    font-size: 14px;
  }
}
.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;
}
@media (max-width: 1400px) {
  .sys_wrap .check_id_wrap .id_desc {
    display: block;
    height: auto;
    margin: 5px 0 7px 0;
    line-height: 150%;
  }
}
@media (max-width: 720px) {
  .sys_wrap .check_id_wrap .id_desc {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sys_wrap .check_id_wrap .w280 {
    width: calc(100% - 98px);
  }
}
@media (max-width: 720px) {
  .sys_wrap .check_id_wrap {
    width: calc(100% - 98px);
  }
}
.sys_wrap .rdo_wrap {
  padding: 8px 0;
}
@media (max-width: 720px) {
  .sys_wrap .rdo_wrap {
    padding: 0;
  }
}
.sys_wrap .rdo_wrap .de_rdo {
  margin-right: 20px;
}
.sys_wrap .rdo_wrap .de_cks {
  margin-right: 20px;
}
@media (max-width: 720px) {
  .sys_wrap .rdo_wrap {
    padding: 0;
  }
  .sys_wrap .rdo_wrap .de_rdo {
    margin-right: 15px;
    margin-bottom: 3px;
  }
  .sys_wrap .rdo_wrap .de_cks {
    margin-right: 15px;
    margin-bottom: 3px;
  }
}
.sys_wrap .sys_join3_box {
  padding: 50px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 720px) {
  .sys_wrap .sys_join3_box {
    padding: 30px 0;
  }
  .sys_wrap .sys_join3_box img {
    width: 70px;
  }
}
.sys_wrap .sys_join3_box .t1 {
  margin: 30px 0px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_join3_box .t1 {
    margin: 20px 0px;
  }
}
.sys_wrap .sys_join3_box .t2 {
  padding: 30px;
  border-radius: 5px;
  background-color: #fafafa;
}
.sys_wrap .sys_join3_box .t2 a{text-decoration: underline; text-underline-position: under;}
@media (max-width: 720px) {
  .sys_wrap .sys_join3_box .t2 {
    padding: 20px 0px;
  }
}
.sys_wrap .sys_join3_box .link_line {
  margin-top: 45px;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_wrap .sys_join3_box .link_line {
    margin-top: 17px;
  }
}
.sys_wrap .sys_join3_box .link_line .btn {
  display: inline-block;
  width: 226px;
  height: 52px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_wrap .sys_join3_box .link_line .btn {
    display: block;
    margin: 0 auto;
  }
}
.sys_wrap .sys_join3_box .link_line .style1 {
  line-height: 52px;
  color: #fff;
  background-color: #B8081F !important;
}
.sys_wrap .sys_join3_box .link_line .style2 {
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 50px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_join3_box .link_line .style2 {
    margin-left: auto;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .sys_wrap .sys_addr_wrap .w630 {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .sys_wrap .sys_addr_wrap .w130 {
    width: calc(100% - 80px);
  }
  .sys_wrap .sys_addr_wrap .w345 {
    width: 100%;
  }
}
.sys_wrap .sys_w_btnline {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 720px) {
  .sys_wrap .sys_w_btnline {
    margin-top: 25px;
  }
}
.sys_wrap .sys_w_btnline .btn {
  display: inline-block;
  width: 136px;
  height: 52px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_wrap .sys_w_btnline .btn {
    width: calc((100% - 8px) / 2);
  }
}
.sys_wrap .sys_w_btnline .style1 {
  line-height: 52px;
  color: #fff;
  background-color: #B8081F !important;
}
.sys_wrap .sys_w_btnline .style2 {
  margin-left: 10px;
  border: 1px solid #999;
  line-height: 50px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_w_btnline .style2 {
    margin-left: 8px;
  }
}
.sys_wrap .cart_cki {
  padding: 15px 0px;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .sys_wrap .cart_cki {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .sys_wrap .cart_cki {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.sys_wrap .cart_cki i {
  margin-right: 20px;
}
.sys_wrap .cart_cki i.mr10 {
  margin-right: 10px;
}
@media (max-width: 720px) {
  .sys_wrap .cart_cki i {
    margin-right: 10px;
  }
}
.sys_wrap .cart_tb {
  border-top: 1px solid #333;
}
.sys_wrap .cart_tb thead tr th {
  background-color: #FAFAFA;
}
.sys_wrap .cart_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .cart_tb th {
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
.sys_wrap .cart_tb td {
  padding: 20px 0;
}
@media (max-width: 1400px) {
  .sys_wrap .cart_tb td {
    padding: 20px 0;
  }
}
.sys_wrap .cart_tb .wa {
  width: auto;
}
.sys_wrap .cart_tb .w116 {
  width: 160px;
}
.sys_wrap .cart_tb .w12 {
  width: 12px;
}
.sys_wrap .cart_tb .cont {
  position: relative;
  font-size: 0;
}
.sys_wrap .cart_tb .cont .de_cki {
  vertical-align: middle;
}
@media (max-width: 720px) {
  .sys_wrap .cart_tb .cont .de_cki {
    position: absolute;
    left: 0;
    top: 20px;
  }
}
.sys_wrap .cart_tb .cont .de_cki i {
  background-color: #fff;
}
.sys_wrap .cart_tb .cont .img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 25px;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .sys_wrap .cart_tb .cont .img {
    width: 70px;
    height: 70px;
    margin-left: 0;
    vertical-align: top;
  }
}
.sys_wrap .cart_tb .cont .img img {
  width: 100%;
}
.sys_wrap .cart_tb .cont .prod_txt {
  display: inline-block;
  width: calc(100% - 150px);
  padding-left: 25px;
  vertical-align: middle;
}
@media (max-width: 1400px) {
  .sys_wrap .cart_tb .cont .prod_txt {
    padding-right: 20px;
  }
}
@media (max-width: 720px) {
  .sys_wrap .cart_tb .cont .prod_txt {
    width: calc(100% - 70px);
    padding: 0 15px 0 10px;
    vertical-align: top;
  }
}
.sys_wrap .cart_tb .cont .prod_txt .t1 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_wrap .cart_tb .cont .prod_txt .t1 {
    font-size: 14px;
  }
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box {
  margin-top: 7px;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box .t2 {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box .calc_num_box {
  margin-top: 5px;
}
.sys_wrap .cart_tb .cont .prod_txt .prod_price {
  margin-top: 20px;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_wrap .cart_tb .cont .prod_txt .prod_price {
    margin-top: 10px;
    font-size: 14px;
  }
}
.sys_wrap .cart_tb .cont .del_cart {
  display: none;
}
@media (max-width: 1400px) {
  .sys_wrap .cart_tb .cont .del_cart {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
}
.sys_wrap .cart_tb .price_txt {
  font-size: 18px;
  text-align: center;
}
.sys_wrap .cart_tb .del_cart {
  display: block;
  width: 12px;
  height: 12px;
  background-position: -559px -153px;
}
.sys_wrap .cart_b_line {
  margin-top: 20px;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_wrap .cart_b_line {
    margin-top: 10px;
  }
}
.sys_wrap .cart_b_line .prd_b_btn {
  display: inline-block;
  width: 110px;
  height: 35px;
  margin-right: 5px;
  border: 1px solid #999;
  font-size: 14px;
  text-align: center;
  line-height: 33px;
  vertical-align: top;
  background-color: #fff;
}
.sys_wrap .price_result_box {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .sys_wrap .price_result_box {
    margin-top: 15px;
  }
}
@media (max-width: 720px) {
  .sys_wrap .price_result_box {
    margin-top: 20px;
  }
  .sys_wrap .price_result_box .cart_btn {
    margin-top: 25px;
  }
  .sys_wrap .price_result_box .cart_btn .cart_sel_order {
    display: block;
    margin: 0 auto;
    font-size: 12px;
  }
  .sys_wrap .price_result_box .cart_btn .cart_all_order {
    display: block;
    margin: 5px auto 0;
    font-size: 12px;
  }
}
.sys_wrap .price_result_box .price_result_txt {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .sys_wrap .price_result_box .price_result_txt {
    float: none;
    display: block;
    width: 100%;
  }
}
.sys_wrap .price_result_box .price_result_txt .num {
  color: #000;
}
.sys_wrap .price_result_box .price_result_tb {
  padding: 10px 0;
  border-top: 1px 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 .price_result_tb td .num {
  color: #000;
}
.sys_wrap .price_result_box .cart_btn {
  font-size: 0;
}
@media (max-width: 1400px) {
  .sys_wrap .price_result_box .cart_btn {
    float: none;
    display: block;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
.sys_wrap .price_result_box .cart_btn .cart_sel_order {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 65px;
  border: 1px solid #999;
  text-align: center;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.sys_wrap .price_result_box .cart_btn .cart_all_order {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 65px;
  margin-left: 5px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #B8081F !important;
}

/* --------------------------------- sys_wrap --------------------------------- */
/* --------------------------------- sys_wrap --------------------------------- */
/* --------------------------------- sys_wrap --------------------------------- */
/* --------------------------------- sys_wrap --------------------------------- */
/* --------------------------------- sys_wrap --------------------------------- */
.sys_prd_view {
  padding: 0px 0 20px;
}
@media (max-width: 720px) {
  .sys_prd_view {
    padding: 0px 0 10px;
  }
}
.sys_prd_view .prd_v_top {
  padding-bottom: 80px;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_top {
    padding-bottom: 0;
  }
}
.sys_prd_view .prd_v_top .thum_wrap {
  width: 615px;
}
.sys_prd_view .prd_v_top .thum_wrap .big {
  width: 100%;
  padding: 70px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.sys_prd_view .prd_v_top .thum_wrap .thum {
  width: 100%;
  margin-top: 15px;
}
.sys_prd_view .prd_v_top .thum_wrap .thum{display: flex; flex-wrap: wrap; gap: 10px 11px;}
.sys_prd_view .prd_v_top .thum_wrap .thum li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 145px;
  padding: 15px;
  border-radius: 5px;
  border: solid 1px #ddd;
  overflow: hidden;
  opacity: 0.4;
}
/* .sys_prd_view .prd_v_top .thum_wrap .thum li + li {
  margin-left: 11px;
} */
.sys_prd_view .prd_v_top .thum_wrap .thum li.act {
  border: solid 1px #999;
  opacity: 1;
}
.sys_prd_view .prd_v_top .v_pro_slide .mask {
  overflow: hidden;
  width: 100%;
}
.sys_prd_view .prd_v_top .v_pro_slide .item {
  padding: 70px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .v_pro_slide .item {
    padding: 30px;
  }
}
.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;
}
@media (max-width: 720px) {
  .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 {
  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;
}
@media (max-width: 720px) {
  .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: 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: relative;
  display: inline-block;
  margin-left: 5px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_btn {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #999;
}
.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: 57px;
  width: 280px;
  padding: 25px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fafafa;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .share_btn_wrap .share_modal {
    width: 100%;
  }
}
.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-image: url(/src/img/shop/share_kakao.png);
  background-size: cover;
  background-position: center center;
}
.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: 645px;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_top .prd_t_opt {
    float: none;
    display: block;
    width: 100%;
    margin-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt {
    margin-top: 40px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .btn1 {
    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 {
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .tit {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  font-size: 26px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .tit {
    font-size: 20px;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .v_price_box {
  display: flex;
  align-items: center;
}
.sys_prd_view .prd_v_top .prd_t_opt .v_price_box .p2 {
  margin-left: 30px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .v_price_box {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 10px 5px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .v_price_box .p2 {
    margin-left: 0;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
  margin-top: 25px;
  padding: 35px 40px;
  border-radius: 5px;
  background-color: #fafafa;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 15px;
    padding: 10px 20px;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
  width: 160px;
  padding: 7px 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 150%;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
    width: 60px;
    padding: 8px 0;
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
  padding: 10px 0;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
    padding: 8px 0;
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td .bl_chk {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  margin-top: -6px;
  margin-left: 15px;
  border: solid 1px #999;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #666;
  background-color: #fff;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td .bl_chk {
    padding: 3px 7px;
    margin-top: -6px;
    margin-left: 10px;
    font-size: 14px;
  }
}
.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: 160px;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w1 {
    width: 60px;
    font-size: 12px;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2 {
  display: inline-block;
  width: calc(100% - 160px);
  padding: 15px 0;
  font-size: 0;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2 {
    width: calc(100% - 60px);
    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 .opt_detail .opt_sel {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 35px 0 20px;
  border-radius: 5px;
  border: solid 1px #999;
  font-size: 18px;
  color: #666;
  background-position: calc(100% - 15px) 50%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .opt_sel {
    height: 40px;
    padding: 0px 20px 0px 15px;
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_top .price_line .t1 {
  font-weight: bold;
  color: #000;
}
.sys_prd_view .prd_v_top .price_line .t2 {
  font-size: 18px;
  color: #999;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .price_line .t2 {
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_top .price_line .t3 {
  font-weight: bold;
  color: #B8081F !important;
}
.sys_prd_view .prd_v_top .prd_opt_box {
  margin-top: 15px;
}
.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: 25px;
  background-color: #fafafa;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_opt_box .append_opt li {
    padding: 15px;
  }
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li .opt_tit {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
  color: #333;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_opt_box .append_opt li .opt_tit {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li .price_line .t1 {
  line-height: 36px;
  font-size: 20px;
}
.sys_prd_view .prd_v_top .total_price_box {
  margin: 30px 0;
  text-align: right;
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .total_price_box {
    margin: 15px 0;
    font-size: 16px;
  }
  .sys_prd_view .prd_v_top .total_price_box::after {
    height: 10px;
  }
}
.sys_prd_view .prd_v_top .total_price_box .total_price {
  font-size: 26px;
  font-weight: bold;
  color: #B8081F !important;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .total_price_box .total_price {
    font-size: 18px;
  }
}
.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: 11px;
  top: 16px;
  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: 11px;
  top: 11px;
  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: 20px;
  border-top: 1px solid #ddd;
  font-size: 0;
}
.sys_prd_view .prd_v_top .s_line .btn1 {
  display: inline-block;
  width: 247px;
  height: 55px;
  border-radius: 50px;
  line-height: 53px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #B8081F !important;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_top .s_line .btn1 {
    width: calc((100% - 12px) / 3);
  }
}
.sys_prd_view .prd_v_top .s_line .btn2 {
  display: inline-block;
  width: 247px;
  height: 55px;
  border: 1px solid #999;
  border-radius: 50px;
  line-height: 53px;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_top .s_line .btn2 {
    width: calc((100% - 12px) / 3);
  }
}
.sys_prd_view .prd_v_top .s_line .heart_btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  border: solid 1px #999;
}
.sys_prd_view .prd_v_top .s_line .heart_btn.act::after {
  background-position: -557px -328px;
}
.sys_prd_view .prd_v_top .s_line .heart_btn::after {
  display: block;
  width: 22px;
  height: 19px;
  margin: 0 auto;
  background-position: -557px -304px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box {
  display: inline-block;
  position: relative;
  width: 247px;
  margin: 0 9px;
  vertical-align: top;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_top .s_line .cart_btn_box {
    width: calc((100% - 12px) / 3);
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal {
    width: 200px;
    top: -120px;
  }
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal {
  position: relative;
  width: 100%;
  height: 110px;
  border: 1px solid #ddd;
  padding-top: 18px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal {
    height: 95px;
  }
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .t1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .t1 {
    margin-bottom: 7px;
    font-size: 13px;
  }
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn3 {
  display: inline-block;
  width: 120px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  vertical-align: top;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn3 {
    width: 85px;
    height: 35px;
    line-height: 33px;
    font-size: 13px;
  }
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn4 {
  display: inline-block;
  width: 120px;
  height: 40px;
  margin-left: 5px;
  border-radius: 5px;
  vertical-align: top;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #333;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn4 {
    width: 85px;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap {
    padding-top: 10px;
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn {
    top: -19px;
    width: 70px;
    height: 20px;
    border-radius: 15px 15px 0 0;
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn::after {
    width: 10px;
    height: 5px;
    margin: 0 auto;
    background-position: -552px -354px;
  }
}
.sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn.act::after {
  background-position: -580px -302px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn.act::after {
    background-position: -552px -361px;
  }
}
.sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt {
  display: none;
  margin-top: 10px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt {
    margin-top: 0;
  }
}
.sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt .ovy {
  overflow-y: scroll;
  max-height: 365px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt .ovy {
    max-height: 277px;
  }
}
.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: #B8081F !important;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .btn1 {
    width: calc((100% - 45px) / 2);
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box {
    width: calc((100% - 45px) / 2);
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .btn2 {
    height: 45px;
    line-height: 43px;
    font-size: 14px;
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal {
    width: 235px;
  }
}
.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 #aaa;
  border-radius: 5px;
  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;
  border-radius: 5px;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #B8081F !important;
}
.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: 45px;
  height: 45px;
  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-bottom: 1px solid #ddd;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prod_v_tab {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none;
  }
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul {
    display: none;
  }
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li {
  width: 25%;
  height: 60px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul li {
    height: 50px;
  }
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #999;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul li a {
    font-size: 14px;
  }
}
.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 {
  font-weight: bold;
  color: #B8081F !important;
}
.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: #B8081F !important;
}
.sys_prd_view .prd_v_bottom .prod_v_tab select {
  display: none;
  width: 100%;
  height: 40px;
  padding: 0px 40px 0px 20px;
  border-radius: 5px;
  border: solid 1px #B8081F !important;
  font-size: 16px;
  font-weight: bold;
  color: #B8081F !important;
  background: url(/src/img/i/sel_c.png) no-repeat calc(100% - 20px) center/auto;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prod_v_tab select {
    display: block;
  }
}
.sys_prd_view .prd_v_bottom .cont1 img {
  display: block;
  margin: 0 auto;
}
.sys_prd_view .prd_v_bottom .cont2 .t1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .cont2 .t1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .cont2 .t1.mt0 {
  margin-top: 0;
}
.sys_prd_view .prd_v_bottom .cont2 .t2 {
  font-size: 16px;
  color: #666;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .cont2 .t2 {
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .qna_t_box {
  margin-bottom: 20px;
  text-align: right;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .qna_t_box {
    margin-bottom: 10px;
  }
}
.sys_prd_view .prd_v_bottom .qna_t_box .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 45px;
  border: solid 1px #999;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  color: #666;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .qna_t_box .btn {
    height: 40px;
    width: calc(50% - 3px);
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .qna_t_box .style2 {
  margin-left: 6px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd {
  border-top: 1px solid #000;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .line {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w100 {
  width: 100px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w705 {
  width: 805px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w135 {
  width: 135px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w130 {
  width: 130px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_th {
  display: inline-block;
  padding: 30px 0;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  line-height: 150%;
  text-align: center;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td {
  display: inline-block;
  padding: 30px 0;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  line-height: 150%;
  text-align: center;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap {
  padding-left: 25px;
  text-align-last: left;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap {
    position: relative;
    width: 100%;
    padding: 25px 20px;
  }
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap {
    padding: 15px 0;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .lock {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #000;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .lock {
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .lock_ico::before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  margin-right: 10px;
  vertical-align: top;
  background-position: -568px -128px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .lock_ico::before {
    margin-top: 4px;
    margin-right: 5px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit {
  padding-left: 25px;
  font-size: 0;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit {
    padding-left: 0;
    padding-right: 35px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit::after {
  display: inline-block;
  width: 11px;
  height: 20px;
  margin-left: 10px;
  margin-top: 4px;
  vertical-align: middle;
  background-position: -572px -154px;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit::after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit .t1 {
  display: inline-block;
  max-width: calc(100% - 26px);
  font-size: 18px;
  color: #000;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit .t1 {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit .t1::after {
    right: 0;
  }
}
.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: 18px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1 {
    font-size: 14px;
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1::after {
    margin: 0 8px 2px;
  }
}
.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 {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap {
  padding: 25px 0;
  font-size: 0;
  background-color: #fafafa;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap + .wrap {
  border-top: 1px solid #ddd;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap {
    padding: 25px 20px;
  }
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap {
    padding: 20px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .w_td {
  padding: 0;
  vertical-align: top;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box {
  display: inline-block;
  width: calc(100% - 100px);
  padding-left: 25px;
  vertical-align: top;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box {
    width: 100%;
    padding-left: 0;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t1 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t1 {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t2 {
  font-size: 18px;
  color: #666;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t2 {
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line {
  display: flex;
  gap: 10px;
  margin-top: 25px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line {
    gap: 6px;
    margin-top: 15px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 43px;
  border: 1px solid #999;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  background-color: #fff;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn.bgc3 {
  border: none;
  background-color: #333;
  color: #fff;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn {
    width: 60px;
    height: 35px;
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line.db {
  display: block;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line {
  display: none;
  padding: 15px 20px 30px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line {
    padding: 15px 0 20px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .t1 {
  font-size: 18px;
  color: #000;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .t1 {
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line img {
  margin-top: 20px;
  max-width: 640px;
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line img {
    width: 100%;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .close_btn {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  color: #000;
  line-height: 150%;
  text-decoration: underline;
  text-underline-position: under;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .close_btn {
    font-size: 14px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .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 {
  display: block;
  width: 89px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #faa635;
}
@media (max-width: 720px) {
  .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_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;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_txt {
    font-size: 12px;
  }
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line.db {
  display: block;
}
.sys_prd_view .prd_v_bottom .photo_review_tit {
  font-size: 20px;
  line-height: 110%;
  color: #222;
}
.sys_prd_view .prd_v_bottom .photo_review_lst {
  overflow: hidden;
  margin: 30px 0 20px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .photo_review_lst {
    margin: 15px 0 20px;
  }
}
@media (max-width: 1400px) {
  .sys_prd_view .prd_v_bottom .photo_review_lst {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 30px 0 40px;
  }
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul {
  margin-right: -7px;
  font-size: 0;
}
@media (max-width: 1400px) {
  .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 {
  display: inline-block;
  width: calc(12.5% - 7px);
  height: 102px;
  margin-right: 7px;
  vertical-align: top;
}
@media (max-width: 1400px) {
  .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: 7px;
  }
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li {
    width: 135px;
    height: 95px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li + li {
    margin-left: 10px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li .photo_modal_btn .more {
    line-height: 95px;
  }
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button img {
  height: 100%;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button .more {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 102px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.sys_mypage {
  width: 1350px;
  margin: 0 auto;
  padding: 80px 0 0px;
}
@media (max-width: 1400px) {
  .sys_mypage {
    width: 100%;
    padding: 0px 0px 0;
  }
  .sys_mypage.sys_notorder_interval {
    padding: 50px 0 100px;
  }
}
@media (max-width: 720px) {
  .sys_mypage {
    padding-top: 0px;
  }
  .sys_mypage.sys_notorder_interval {
    padding: 25px 0 50px;
  }
}
.sys_mypage .my_nav {
  width: 200px;
}
.sys_mypage .my_nav .tit {
  font-size: 20px;
  font-weight: bold;
  line-height: 110%;
}
.sys_mypage .my_nav .my_menu {
  margin-top: 25px;
  padding: 23px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_nav .my_menu > li {
  line-height: 150%;
}
.sys_mypage .my_nav .my_menu > li + li {
  margin-top: 20px;
}
.sys_mypage .my_nav .my_menu > li > a {
  font-size: 16px;
  font-weight: bold;
}
.sys_mypage .my_nav .my_menu > li > ul {
  margin-top: 7px;
}
.sys_mypage .my_nav .my_menu > li > ul > li {
  line-height: 150%;
}
.sys_mypage .my_nav .my_menu > li > ul > li + li {
  margin-top: 5px;
}
.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: #B8081F !important;
}
.sys_mypage .my_cont {
  width: 1050px;
}
@media (max-width: 1400px) {
  .sys_mypage .my_cont {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .sys_mypage .my_container {
    width: 90%;
    margin: 0 auto;
  }
}
.sys_mypage .my_tit {
  padding: 50px 0 20px;
  font-size: 24px;
  line-height: 110%;
  color: #000;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_mypage .my_tit {
    padding: 25px 0 10px;
    font-size: 18px;
  }
}
.sys_mypage .my_tit.pb0 {
  padding-bottom: 0;
}
.sys_mypage .my_tit.bdb {
  border-bottom: 1px solid #000;
}
.sys_mypage .my_tit .r_btn {
  margin-top: 5px;
  font-size: 12px;
  line-height: 110%;
  color: #B8081F !important;
  font-weight: 300;
}
@media (max-width: 720px) {
  .sys_mypage .my_tit .r_btn {
    margin-top: 3px;
  }
}
.sys_mypage .my_tit2 {
  padding: 35px 0px 20px;
  font-size: 20px;
  font-weight: bold;
}
.sys_mypage .my_tit2.pt50 {
  padding-top: 50px;
}
@media (max-width: 720px) {
  .sys_mypage .my_tit2 {
    padding: 17px 0 10px;
    font-size: 16px;
  }
  .sys_mypage .my_tit2.pt50 {
    padding-top: 25px;
  }
}
.sys_mypage .my_tab {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  .sys_mypage .my_tab {
    margin-bottom: 10px;
  }
  .sys_mypage .my_tab::after {
    display: none;
  }
}
.sys_mypage .my_tab > ul {
  font-size: 0;
}
.sys_mypage .my_tab > ul li {
  display: inline-block;
  width: 200px;
  height: 50px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-bottom: 1px solid #B8081F;
}
@media (max-width: 720px) {
  .sys_mypage .my_tab > ul li {
    width: 50%;
  }
}
.sys_mypage .my_tab > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #999;
  background-color: #fafafa;
}
@media (max-width: 720px) {
  .sys_mypage .my_tab > ul li a {
    font-size: 14px;
  }
}
.sys_mypage .my_tab > ul li.act {
  border: 1px solid #B8081F;
  border-bottom: 0;
}
.sys_mypage .my_tab > ul li.act a {
  color: #B8081F !important;
  background-color: #fff;
}
.sys_mypage .my_tab::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: calc(100% - 400px);
  height: 1px;
  background-color: #333;
}
.sys_mypage .my_more_btn {
  display: block;
  width: 640px;
  height: 67px;
  margin: 60px auto 0;
  border: 1px solid #B8081F !important;
  border-radius: 50px;
  font-size: 18px;
  line-height: 65px;
  text-align: center;
  color: #B8081F !important;
}
@media screen and (max-width: 720px) {
  .sys_mypage .my_more_btn {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .sys_mypage .my_more_btn {
    height: 50px;
    line-height: 48px;
    margin-top: 30px;
    font-size: 14px;
  }
}
.sys_mypage .my_list_btn {
  display: block;
  width: 220px;
  height: 60px;
  margin: 60px auto 0;
  border: 1px solid #999;
  border-radius: 100px;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
}
@media (max-width: 720px) {
  .sys_mypage .my_list_btn {
    width: 160px;
    height: 50px;
    margin-top: 25px;
    font-size: 14px;
    line-height: 48px;
  }
}
.sys_mypage .date_pic_box {
  margin-top: 0px;
}
.sys_mypage .date_pic_box.mt0 {
  margin-top: 0;
}
.sys_mypage .date_pic_box.mt50 {
  margin-top: 0px;
}
@media (max-width: 1400px) {
  .sys_mypage .date_pic_box {
    margin-top: 0px;
  }
}
@media (max-width: 720px) {
  .sys_mypage .date_pic_box {
    margin-top: 0px;
  }
  .sys_mypage .date_pic_box.mt50 {
    margin-top: 0px;
  }
}
.sys_mypage .mem_info {
  padding: 50px;
  border-radius: 5px;
  background-color: #fafafa;
}
@media (max-width: 1400px) {
  .sys_mypage .mem_info {
    position: relative;
    padding: 35px 5% 60px;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info {
    padding: 20px 5%;
  }
}
.sys_mypage .mem_info .mem_txt {
  width: 450px;
  margin-top: 15px;
}
@media (max-width: 1400px) {
  .sys_mypage .mem_info .mem_txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 1240px) {
  .sys_mypage .mem_info .mem_txt{float: none; width: 100%;}
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt {
    overflow: hidden;
    width: 100%;
  }
}
.sys_mypage .mem_info .mem_txt .t1 {
  font-size: 20px;
  line-height: 150%;
  color: #000;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt .t1 {
    font-size: 16px;
  }
}
.sys_mypage .mem_info .mem_txt .point_info {
  margin-top: 15px;
  /* margin-right: -30px; */
  font-size: 0;
}
@media (max-width: 1400px) {
  .sys_mypage .mem_info .mem_txt .point_info {
    margin-top: 45px;
  }
}
@media (max-width: 1240px) {
  .sys_mypage .mem_info .mem_txt .point_info {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt .point_info {
    margin-top: 10px;
    margin-right: 0px;
  }
}
.sys_mypage .mem_info .mem_txt .point_info table {
  width: 100%;
}
.sys_mypage .mem_info .mem_txt .point_info table + table {
  margin-left: 0px;
}
@media (max-width: 1400px) {
  .sys_mypage .mem_info .mem_txt .point_info table {
    float: none;
  }
  .sys_mypage .mem_info .mem_txt .point_info table + table {
    margin-left: 0;
  }
}
@media (max-width: 1240px) {
  .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: 14px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt .point_info table th {
    font-size: 12px;
  }
  .sys_mypage .mem_info .mem_txt .point_info table{width: 100%;}
}
.sys_mypage .mem_info .mem_txt .point_info table td {
  line-height: 150%;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt .point_info table td {
    font-size: 12px;
  }
}
.sys_mypage .mem_info .mem_info_lst {
  overflow: hidden;
}
@media (max-width: 1400px) {
  .sys_mypage .mem_info .mem_info_lst {
    /* float: none;
    position: absolute;
    right: 5%;
    bottom: 40px; */
  }
}
@media (max-width: 1240px) {
  .sys_mypage .mem_info .mem_info_lst {
    float: none;
    margin-left: auto; margin-right: auto; padding-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst {
    position: static;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 15px;
  }
}
.sys_mypage .mem_info .mem_info_lst > ul {
  margin-right: -10px;
  font-size: 0;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst > ul {
    margin-right: -8px;
  }
}
.sys_mypage .mem_info .mem_info_lst > ul li {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  border: 1px solid #B8081F !important;
  border-radius: 5px;
  vertical-align: top;
  background-color: #fff;
}
@media screen and (max-width: 1240px) {
  .sys_mypage .mem_info .mem_info_lst > ul li {
    width: calc(33.3334% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst > ul li {
    width: calc(33.3334% - 8px);
    height: 88px;
    margin-right: 8px;
  }
}
.sys_mypage .mem_info .mem_info_lst > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst > ul li a {
    padding-top: 17px;
  }
}
.sys_mypage .mem_info .mem_info_lst > ul li a .t1 {
  font-size: 20px;
}
@media screen and (max-width: 720px) {
  .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: 12px;
  font-size: 16px;
  line-height: 110%;
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_info_lst > ul li a .t2 {
    margin-top: 5px;
    font-size: 14px;
  }
}
.sys_mypage .ico_state_lst .state_lst1 {
  width: 669px;
  border: 1px solid #ddd;
}
@media (max-width: 1400px) {
  .sys_mypage .ico_state_lst .state_lst1 {
    width: 100%;
  }
}
.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;
}
@media (max-width: 720px) {
  .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 {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 38px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .ico_state_lst .state_lst1 li a {
    padding-top: 18px;
  }
}
.sys_mypage .ico_state_lst .state_lst1 li .ico {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.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: 12px;
  color: #fff;
  background-color: #B8081F !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%;
}
@media (max-width: 720px) {
  .sys_mypage .ico_state_lst .state_lst1 li .txt {
    margin-top: 0;
    font-size: 12px;
  }
}
.sys_mypage .ico_state_lst .state_lst2 {
  width: 281px;
  border: 1px solid #ddd;
  border-left: 0;
}
@media (max-width: 1400px) {
  .sys_mypage .ico_state_lst .state_lst2 {
    width: 100%;
    border-top: 0;
    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;
}
@media (max-width: 720px) {
  .sys_mypage .ico_state_lst .state_lst2 li {
    height: 34px;
  }
}
.sys_mypage .ico_state_lst .state_lst2 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
@media (max-width: 720px) {
  .sys_mypage .ico_state_lst .state_lst2 li a {
    padding: 0 10px;
  }
}
.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";
}
@media (max-width: 720px) {
  .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: 14px;
  line-height: 45px;
}
@media (max-width: 720px) {
  .sys_mypage .ico_state_lst .state_lst2 li .t2 {
    font-size: 12px;
    line-height: 32px;
  }
}
.sys_mypage .ord_state_lst .lst + .lst {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_lst .lst + .lst {
    margin-top: 10px;
  }
}
.sys_mypage .ord_state_lst .state_top {
  height: 50px;
  padding: 0 20px;
  background-color: #fafafa;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_lst .state_top {
    height: 40px;
    padding: 0;
  }
}
.sys_mypage .ord_state_lst .state_top .line {
  line-height: 50px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_lst .state_top .line {
    line-height: 40px;
  }
}
.sys_mypage .ord_state_lst .state_top .line .t1 {
  font-size: 14px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_lst .state_top .line .t1 {
    font-size: 11px;
  }
}
.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: 14px;
  line-height: 50px;
  color: #B8081F !important;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_lst .state_top .t2 {
    line-height: 40px;
    font-size: 12px;
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb td {
    padding: 20px 0;
  }
}
.sys_mypage .ord_state_tb .w1 {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w1 {
    width: 70px;
  }
}
.sys_mypage .ord_state_tb .w1 .img {
  width: 90px;
  height: 90px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w1 .img {
    width: 70px;
    height: 70px;
  }
}
.sys_mypage .ord_state_tb .w1 .img img {
  width: 100%;
}
.sys_mypage .ord_state_tb .w2 {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 30px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
}
.sys_mypage .ord_state_tb .w2 .t1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .t1 {
    font-size: 14px;
  }
}
.sys_mypage .ord_state_tb .w2 .t2 {
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .t2 {
    font-size: 12px;
  }
}
.sys_mypage .ord_state_tb .w2 .t3 {
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .t3 {
    font-size: 14px;
  }
}
.sys_mypage .ord_state_tb .w2 .state_line {
  margin-top: 16px;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .state_line {
    margin-top: 5px;
  }
}
.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: #333;
}
.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-block;
  width: 90px;
  height: 34px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .state_btn_box .btn {
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style1 {
  line-height: 34px;
  color: #fff;
  background-color: #333;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .state_btn_box .style1 {
    line-height: 30px;
  }
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .bg {
  background-color: #B8081F !important;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style2 {
  border: 1px solid #999;
  line-height: 32px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .state_btn_box .style2 {
    line-height: 28px;
  }
}
.sys_mypage .ord_state_tb .review_btn_wrap {
  position: relative;
  padding-right: 76px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .review_btn_wrap {
    padding-right: 0;
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .review_btn_wrap .r_btn {
    position: static;
    display: block;
    top: 0;
    transform: translateY(0);
    margin-top: 10px;
  }
}
.my_b_nav{margin-top: 60px;}
.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;
}
@media (max-width: 720px) {
  .my_b_nav{margin-top: 30px;}
  .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 {
  position: absolute;
  right: 5%;
  top: 27px;
  width: 12px;
  height: 22px;
  background-position: -598px -302px;
}
@media (max-width: 720px) {
  .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: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 720px) {
  .sys_mypage .my_lst_tb {
    padding: 10px 0;
  }
}
.sys_mypage .my_lst_tb.bdtn {
  border-top: 0;
}
.sys_mypage .my_lst_tb table th {
  width: 110px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 720px) {
  .sys_mypage .my_lst_tb table th {
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
  }
}
.sys_mypage .my_lst_tb table td {
  padding: 6px 0;
  font-size: 14px;
  line-height: 150%;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_mypage .my_lst_tb table td {
    padding: 5px 0;
    font-size: 12px;
  }
}
.sys_mypage .my_tb {
  border-top: 1px solid #000;
}
.sys_mypage .my_tb table thead tr th {
  font-weight: bold;
  background-color: #fafafa;
}
.sys_mypage .my_tb table tr {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_tb table th {
  padding: 18px 0;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.sys_mypage .my_tb table td {
  position: relative;
  padding: 18px 0;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000;
}
@media (max-width: 720px) {
  .sys_mypage .my_tb table td {
    font-size: 12px;
  }
}
.sys_mypage .my_tb table td.tit {
  text-align: left;
}
@media (max-width: 1400px) {
  .sys_mypage .my_tb table td.tit {
    position: relative;
    padding: 20px 20px;
  }
  .sys_mypage .my_tb table td.tit .tb_r_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .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;
  }
}
@media (max-width: 720px) {
  .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_tb table td.tac {
  text-align: center;
}
@media (max-width: 1400px) {
  .sys_mypage .my_tb table td.tac {
    text-align: left;
  }
}
.sys_mypage .my_tb table td .tb_r_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 34px;
  margin: 0px auto;
  border-radius: 5px;
  border: solid 1px #999;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .my_inp_tb {
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 720px) {
  .sys_mypage .my_inp_tb {
    padding: 0 0 20px;
  }
}
.sys_mypage .my_inp_tb.mt50 {
  margin-top: 50px;
}
@media (max-width: 720px) {
  .sys_mypage .my_inp_tb.mt50 {
    margin-top: 25px;
  }
}
.sys_mypage .my_inp_tb.mt30 {
  margin-top: 30px;
}
@media (max-width: 720px) {
  .sys_mypage .my_inp_tb.mt30 {
    margin-top: 15px;
  }
}
.sys_mypage .my_inp_tb table th {
  width: 110px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  font-weight: bold;
  text-align: left;
}
.sys_mypage .my_inp_tb table th.txt_th {
  line-height: 45px;
}
@media (max-width: 720px) {
  .sys_mypage .my_inp_tb table th {
    display: block;
    width: 100%;
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
    font-size: 12px;
  }
  .sys_mypage .my_inp_tb table th.txt_th {
    display: inline-block;
    width: 100px;
    line-height: 150%;
  }
}
.sys_mypage .my_inp_tb table th.vat {
  padding-top: 17px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_mypage .my_inp_tb table th.vat {
    padding-top: 0;
  }
}
.sys_mypage .my_inp_tb table td {
  padding: 5px 0;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .my_inp_tb table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.sys_mypage .my_inp_tb table td.txt_td {
  padding: 0;
  line-height: 45px;
  font-size: 14px;
}
@media (max-width: 720px) {
  .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: 10px 0 15px;
}
@media (max-width: 720px) {
  .sys_mypage .my_inp_tb table .address_cki {
    margin: 10px 0 0;
  }
}
.sys_mypage .my_inp_tb .line {
  font-size: 0;
}
.sys_mypage .my_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_mypage .my_down_cp {
  overflow: hidden;
}
.sys_mypage .my_down_cp > ul {
  margin: 0 -25px -40px 0;
  font-size: 0;
}
@media (max-width: 1400px) {
  .sys_mypage .my_down_cp > ul {
    margin: 0 -25px -40px 0;
  }
}
@media (max-width: 720px) {
  .sys_mypage .my_down_cp > ul {
    margin: 0 0 -20px;
  }
}
.sys_mypage .my_down_cp > ul li {
  display: inline-block;
  width: calc(33.3334% - 25px);
  margin: 0 25px 40px 0;
  border: solid 1px #ddd;
  border-radius: 5px;
  vertical-align: top;
}
@media (max-width: 1400px) {
  .sys_mypage .my_down_cp > ul li {
    width: calc(50% - 25px);
    margin: 0 25px 40px 0;
  }
}
@media (max-width: 720px) {
  .sys_mypage .my_down_cp > ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}
.sys_mypage .my_down_cp > ul li .box {
  padding: 25px 30px;
}
@media (max-width: 720px) {
  .sys_mypage .my_down_cp > ul li .box {
    padding: 15px 20px;
  }
}
.sys_mypage .my_down_cp > ul li .box .t1 {
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 720px) {
  .sys_mypage .my_down_cp > ul li .box .t1 {
    font-size: 14px;
  }
}
.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;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  word-break: break-all;
  vertical-align: top;
}
@media (max-width: 720px) {
  .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 {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
  color: #666;
  word-break: break-all;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_mypage .my_down_cp > ul li .box .down_cp_tb td {
    font-size: 12px;
  }
}
.sys_mypage .my_down_cp > ul li .down_btn {
  display: block;
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  height: 45px;
  border: 1px solid #999;
  border-radius: 50px;
  font-size: 16px;
  line-height: 43px;
  text-align: center;
}
.sys_mypage .my_down_cp > ul li .down_btn:hover {
  border: solid 1px #B8081F !important;
  background-color: #B8081F !important;
  color: #fff;
}
@media (max-width: 720px) {
  .sys_mypage .my_down_cp > ul li .down_btn {
    width: calc(100% - 40px);
    margin-bottom: 15px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
}
.sys_mypage .my_wish_top {
  margin-top: 0px;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_top {
    margin-top: 0px;
  }
}
.sys_mypage .my_wish_top .wish_cki {
  vertical-align: top;
}
.sys_mypage .my_wish_top .wish_cki i {
  border: 1px solid #ddd;
}
.sys_mypage .my_wish_top .wish_del {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-left: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  vertical-align: top;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_top .wish_del {
    margin-left: 5px;
    font-size: 12px;
  }
}
.sys_mypage .my_wish_lst {
  margin-top: 20px;
  border-top: 1px solid #333;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_lst {
    margin-top: 10px;
  }
}
.sys_mypage .my_wish_lst > ul li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_lst > ul li {
    padding: 20px 0;
  }
}
.sys_mypage .my_wish_lst > ul li .de_cki {
  vertical-align: middle;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_lst > ul li .de_cki {
    position: absolute;
    left: 0;
    top: 20px;
  }
}
.sys_mypage .my_wish_lst > ul li .de_cki i {
  border: 1px solid #ddd;
  background-color: #fff;
}
.sys_mypage .my_wish_lst > ul li .img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
  border: 1px solid #eee;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .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 .img img {
  width: 100%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt {
  display: inline-block;
  width: calc(100% - 265px);
  padding-left: 30px;
  vertical-align: middle;
}
@media (max-width: 1400px) {
  .sys_mypage .my_wish_lst > ul li .prod_txt {
    width: calc(100% - 140px);
  }
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_lst > ul li .prod_txt {
    width: calc(100% - 70px);
    padding-left: 10px;
    padding-right: 15px;
    vertical-align: top;
  }
}
.sys_mypage .my_wish_lst > ul li .prod_txt .t1 {
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
@media (max-width: 720px) {
  .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: 14px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
  margin-top: 15px;
  font-size: 0;
}
@media (max-width: 1400px) {
  .sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
    padding-right: 160px;
  }
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
    margin-top: 5px;
    padding-right: 0;
  }
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t3 {
  font-size: 14px;
  color: #999;
  line-height: 150%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t4 {
  margin-left: 4px;
  font-size: 14px;
  color: #333;
  line-height: 150%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .wish_cart_btn {
  display: none;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_lst > ul li .prod_txt .wish_cart_btn {
    display: block;
    margin-top: 10px;
  }
}
.sys_mypage .my_wish_lst > ul li .prod_txt .wish_del_btn {
  display: none;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_lst > ul li .prod_txt .wish_del_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
}
.sys_mypage .my_wish_lst > ul li .r_btn_wrap {
  display: inline-block;
  width: 125px;
  vertical-align: middle;
  font-size: 0;
}
@media (max-width: 1400px) {
  .sys_mypage .my_wish_lst > ul li .r_btn_wrap {
    position: absolute;
    right: 0;
    bottom: 30px;
  }
}
.sys_mypage .my_wish_lst > ul li .r_btn_wrap .wish_del_btn {
  margin-top: 10px;
  margin-left: 20px;
}
.sys_mypage .my_wish_lst > ul li .wish_cart_btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .my_wish_lst > ul li .wish_del_btn {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-position: -559px -154px;
}
.sys_mypage .my_qna_tb {
  margin-top: 20px;
  border-top: 1px solid #000;
}
@media (max-width: 720px) {
  .sys_mypage .my_qna_tb {
    margin-top: 10px;
  }
}
.sys_mypage .my_qna_tb .line {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_mypage .my_qna_tb .line .w {
  display: inline-block;
  padding: 16px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.sys_mypage .my_qna_tb .line .w1 {
  width: 107px;
}
.sys_mypage .my_qna_tb .line .w2 {
  width: calc(100% - 373px);
}
@media (max-width: 1400px) {
  .sys_mypage .my_qna_tb .line .w2 {
    display: block;
    width: 100%;
  }
}
.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;
}
@media (max-width: 1400px) {
  .sys_mypage .my_qna_tb .w.tit {
    padding: 25px 20px;
  }
}
@media (max-width: 720px) {
  .sys_mypage .my_qna_tb .w.tit {
    padding: 15px 0;
  }
}
.sys_mypage .my_qna_tb .w.tit .qna_btn {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 150%;
  color: #000;
}
@media (max-width: 1400px) {
  .sys_mypage .my_qna_tb .w.tit .qna_btn {
    overflow: auto;
    white-space: normal;
  }
}
@media (max-width: 720px) {
  .sys_mypage .my_qna_tb .w.tit .qna_btn {
    font-size: 16px;
  }
}
.sys_mypage .my_qna_tb .w.tit .qna_btn .type {
  margin-right: 4px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .sys_mypage .my_qna_tb .w.tit .qna_btn .type {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 1400px) {
  .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 .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;
}
@media (max-width: 720px) {
  .sys_mypage .my_qna_tb .w.tit .info_line .t1 {
    font-size: 12px;
  }
}
.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;
}
@media (max-width: 1400px) {
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  .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: 14px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .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 {
  margin-right: 4px;
}
@media (max-width: 720px) {
  .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: 5px;
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
@media (max-width: 720px) {
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t2 {
    margin-top: 3px;
    font-size: 12px;
  }
}
.sys_mypage .my_qna_tb .qna_line.db {
  display: block;
}
.sys_mypage .prd_inquiry_tb {
  margin-top: 20px;
  border-top: 1px solid #000;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb {
    margin-top: 10px;
  }
}
.sys_mypage .prd_inquiry_tb .line {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .line .w {
  display: inline-block;
  padding: 16px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .line .w {
    vertical-align: top;
  }
}
.sys_mypage .prd_inquiry_tb .line .w1 {
  width: 90px;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .line .w1 {
    width: 70px;
  }
}
.sys_mypage .prd_inquiry_tb .line .w2 {
  width: calc(100% - 356px);
}
@media (max-width: 1400px) {
  .sys_mypage .prd_inquiry_tb .line .w2 {
    width: calc(100% - 90px);
  }
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .line .w2 {
    width: calc(100% - 70px);
  }
}
.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;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .img {
    width: 70px;
    height: 70px;
  }
}
.sys_mypage .prd_inquiry_tb .img img {
  width: 100%;
}
.sys_mypage .prd_inquiry_tb .w.tit {
  padding-left: 30px;
  text-align: left;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .w.tit {
    padding: 16px 0 16px 10px;
  }
}
.sys_mypage .prd_inquiry_tb .w.tit .qna_btn {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .w.tit .qna_btn .type {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .w.tit .qna_btn .type {
    font-size: 14px;
  }
}
.sys_mypage .prd_inquiry_tb .w.tit .qna_btn .txt {
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .w.tit .qna_btn .txt {
    font-size: 12px;
  }
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line {
  margin-top: 2px;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .w.tit .info_line {
    margin-top: 7px;
  }
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line .t1 {
  font-size: 14px;
  line-height: 110%;
  color: #000;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .w.tit .info_line .t1 {
    font-size: 12px;
  }
}
.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;
}
@media (max-width: 1400px) {
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  .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: 14px;
  line-height: 150%;
  font-weight: bold;
}
@media (max-width: 720px) {
  .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 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t2 {
    margin-top: 3px;
    font-size: 14px;
  }
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .btn_line{display: flex; gap: 5px; margin-top: 20px;}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .btn_line .btn{display: flex; justify-content: center; align-items: center; width: 40px; height: 33px; border-radius: 5px; text-align: center; font-size: 14px;}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .btn_line .btn.style1{background-color: #333; color: #fff;}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .btn_line .btn.style2{border: solid 1px #aaa; background-color: #fff;}

@media (max-width: 720px) {
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .btn_line{display: flex; gap: 5px; margin-top: 15px;}
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .btn_line .btn{width: 36px; height: 29px;font-size: 12px;}
}

.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;
}
@media (max-width: 720px) {
  .sys_mypage .address_tb td {
    padding: 20px 0;
  }
}
.sys_mypage .address_tb .txt_box {
  display: inline-block;
  width: calc(100% - 85px);
  padding-right: 10px;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .sys_mypage .address_tb .txt_box {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.sys_mypage .address_tb .txt_box .t1 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_mypage .address_tb .txt_box .t1 {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.sys_mypage .address_tb .txt_box .basic_ico {
  margin-left: 2px;
  color: #B8081F !important;
}
.sys_mypage .address_tb .txt_box .t2 {
  font-size: 16px;
  line-height: 150%;
}
.sys_mypage .address_tb .txt_box .mgt2 {
  margin: 5px 0px;
}
.sys_mypage .address_tb .r_btn {
  display: inline-block;
  width: 85px;
  vertical-align: middle;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .address_tb .r_btn {
    display: block;
    width: 100%;
    margin-top: 7px;
  }
}
.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;
}

.review_tb {
  border-top: 1px solid #333;
}
.review_tb tr {
  border-bottom: 1px solid #ddd;
}
.review_tb td {
  padding: 30px 0;
  font-size: 0;
}
@media (max-width: 720px) {
  .review_tb td {
    padding: 20px 0;
  }
}
.review_tb .w1 {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .review_tb .w1 {
    width: 70px;
  }
}
.review_tb .w1 .img {
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
}
@media (max-width: 720px) {
  .review_tb .w1 .img {
    width: 70px;
    height: 70px;
  }
}
.review_tb .w1 .img img {
  width: 100%;
}
.review_tb .w2 {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 30px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .review_tb .w2 {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
}
.review_tb .w2 .state_line {
  font-size: 0;
}
@media (max-width: 1400px) {
  .review_tb .w2 .state_line {
    padding-right: 90px;
  }
}
@media (max-width: 720px) {
  .review_tb .w2 .state_line {
    padding-right: 0;
  }
}
.review_tb .w2 .state_line .t1 {
  font-size: 12px;
  line-height: 110%;
}
.review_tb .w2 .state_line .t1 span {
  font-size: 12px;
}
.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: 5px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 1400px) {
  .review_tb .w2 .t2 {
    padding-right: 90px;
  }
}
@media (max-width: 720px) {
  .review_tb .w2 .t2 {
    margin-top: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 150%;
    color: #000;
  }
}
.review_tb .w2 .cmt_wrap {
  position: relative;
  overflow: hidden;
  height: 18px;
  margin-top: 15px;
  padding-right: 45px;
}
@media (max-width: 720px) {
  .review_tb .w2 .cmt_wrap {
    margin-top: 5px;
    padding-right: 40px;
  }
}
.review_tb .w2 .cmt_wrap.act {
  overflow: visible;
  height: auto;
  padding-right: 0;
}
.review_tb .w2 .cmt_wrap .cmt_txt {
  font-size: 12px;
  line-height: 150%;
}
.review_tb .w2 .cmt_wrap .cmt_txt.act {
  overflow: auto;
  white-space: normal;
}
.review_tb .w2 .cmt_wrap .cmt_img {
  display: none;
  width: 100%;
}
.review_tb .w2 .cmt_wrap .cmt_img.act {
  display: block;
}
.review_tb .w2 .cmt_wrap .cmt_more {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 14px;
  line-height: 110%;
  color: #000;
  text-decoration: underline;
}
@media (max-width: 720px) {
  .review_tb .w2 .cmt_wrap .cmt_more {
    font-size: 12px;
  }
}
.review_tb .w2 .cmt_wrap .cmt_more.act {
  position: static;
  top: 0;
  margin-top: 20px;
}
.review_tb .r_btn_wrap {
  position: relative;
  padding-right: 170px;
}
@media (max-width: 1400px) {
  .review_tb .r_btn_wrap {
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .review_tb .r_btn_wrap {
    padding-right: 0;
  }
}
.review_tb .r_btn_wrap .r_btn {
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 0;
}
@media (max-width: 1400px) {
  .review_tb .r_btn_wrap .r_btn {
    top: 30px;
  }
}
@media (max-width: 720px) {
  .review_tb .r_btn_wrap .r_btn {
    position: static;
    top: 0;
    margin-top: 10px;
  }
}
.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;
}

.date_pic_box {
  margin: 0px 0px 20px;
}
@media (max-width: 720px) {
  .date_pic_box {
    margin: 0px 0px 15px;
  }
}
.date_pic_box .period_btn_wrap {
  font-size: 0;
}
@media (max-width: 1400px) {
  .date_pic_box .period_btn_wrap {
    float: none;
    display: block;
    width: 100%;
  }
}
.date_pic_box .period_btn_wrap .btn {
  display: inline-block;
  width: 85px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.date_pic_box .period_btn_wrap .btn + .btn {
  margin-left: 5px;
}
@media (max-width: 1400px) {
  .date_pic_box .period_btn_wrap .btn {
    width: calc((100% - 15px) / 4);
  }
}
@media (max-width: 720px) {
  .date_pic_box .period_btn_wrap .btn {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
  }
}
.date_pic_box .period_btn_wrap .btn.act {
  color: #fff;
  background-color: #B8081F !important;
}
.date_pic_box .date_sch_box {
  margin-left: 20px;
  font-size: 0;
}
@media (max-width: 1400px) {
  .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 {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .date_pic_box .date_sch_box .date_box {
    width: calc((100% - 108px) / 2);
  }
}
@media (max-width: 720px) {
  .date_pic_box .date_sch_box .date_box {
    height: 32px;
  }
}
.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: 14px;
  color: #666;
}
@media (max-width: 720px) {
  .date_pic_box .date_sch_box .date_box .date_inp {
    padding-right: 10px;
    font-size: 12px;
  }
}
.date_pic_box .date_sch_box .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
  height: 14px;
}
@media (max-width: 720px) {
  .date_pic_box .date_sch_box .date_box .ui-datepicker-trigger {
    display: none;
  }
}
.date_pic_box .date_sch_box .wave {
  display: inline-block;
  width: 17px;
  height: 38px;
  vertical-align: top;
  line-height: 38px;
  text-align: center;
  font-size: 12px;
}
.date_pic_box .date_sch_box .sch_btn {
  display: inline-block;
  width: 86px;
  height: 35px;
  margin-left: 5px;
  border-radius: 5px;
  vertical-align: top;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #333;
}
@media (max-width: 720px) {
  .date_pic_box .date_sch_box .sch_btn {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
}
.date_pic_box .w_btn {
  display: inline-block;
  width: 86px;
  height: 35px;
  border: solid 1px #999;
  border-radius: 5px;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 720px) {
  .date_pic_box .w_btn {
    width: 100%;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
}

.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 {
  width: 60px;
  padding: 0 5px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.sys_star_box {
  margin-left: 2px;
}
.sys_star_box .star {
  display: inline;
  margin-left: -2px;
  font-size: 18px;
  color: #999;
  line-height: 110%;
}
.sys_star_box .star.act {
  color: #B8081F !important;
}

@media screen and (max-width: 720px) {
  .sys_star_box .star {
    font-size: 14px;
  }
}
.sys_order {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 720px) {
  .sys_order {
    margin-top: 25px;
  }
}
.sys_order .ord_info {
  width: 800px;
  float: left;
}
@media (max-width: 1400px) {
  .sys_order .ord_info {
    width: 100%;
  }
}
.sys_order .ord_info .prd_t {
  margin: 50px 0 20px;
  line-height: 110%;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_order .ord_info .prd_t {
    margin: 25px 0 10px;
    font-size: 16px;
  }
}
.sys_order .ord_info .prd_t.mt0 {
  margin-top: 0;
}
.sys_order .ord_info .copy_btn {
  width: 110px;
  height: 35px;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
@media (max-width: 720px) {
  .sys_order .ord_info .copy_btn {
    width: 100px;
    height: 32px;
    top: -8px;
    line-height: 30px;
  }
}
.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 {
  display: inline-block;
  width: 90px;
  height: 90px;
  vertical-align: middle;
}
@media (max-width: 720px) {
  .sys_order .ord_info .prd_info .img {
    width: 70px;
    height: 70px;
  }
}
.sys_order .ord_info .prd_info .img img {
  width: 100%;
}
.sys_order .ord_info .prd_info .txt_box {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 20px;
  vertical-align: middle;
  font-size: 0;
}
@media (max-width: 1400px) {
  .sys_order .ord_info .prd_info .txt_box {
    padding-left: 20px;
  }
}
@media (max-width: 720px) {
  .sys_order .ord_info .prd_info .txt_box {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
}
.sys_order .ord_info .prd_info .txt_box .tit {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_order .ord_info .prd_info .txt_box .tit {
    font-size: 12px;
  }
}
.sys_order .ord_info .prd_info .txt_box .txt {
  margin-top: 3px;
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.sys_order .ord_info .prd_info .txt_box .pri_t {
  margin-top: 15px;
  line-height: 110%;
  color: #000;
  font-size: 16px;
}
@media (max-width: 720px) {
  .sys_order .ord_info .prd_info .txt_box .pri_t {
    margin-top: 7px;
  }
}
.sys_order .ord_info .prd_info .txt_box .pri_t .pri_t_del {
  margin-right: 4px;
  color: #666;
}
.sys_order .ord_info .ord_inp_tb {
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb {
    padding: 0 0 20px;
  }
}
.sys_order .ord_info .ord_inp_tb th {
  padding-top: 15px;
  width: 150px;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb th {
    display: block;
    width: 100%;
    margin: 20px 0 10px;
    padding: 0;
    line-height: 110%;
    font-size: 14px;
  }
  .sys_order .ord_info .ord_inp_tb th.mb5 {
    margin-bottom: 5px;
  }
}
.sys_order .ord_info .ord_inp_tb td {
  padding: 5px 0;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb td {
    display: block;
    padding: 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: 5px 0;
}
@media (max-width: 720px) {
  .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 {
  display: inline-block;
  width: 100px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 5px;
  vertical-align: top;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .ord_btn {
    width: 80px;
    font-size: 14px;
  }
}
.sys_order .ord_info .ord_inp_tb .deli_line .rdo_wrap {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .deli_line .ord_btn {
    width: 100%;
    margin-top: 5px;
  }
}
.sys_order .ord_info .ord_inp_tb .addr_line1 th {
  padding-top: 10px;
}
@media (max-width: 720px) {
  .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 {
  padding: 10px 0 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .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: 14px;
    line-height: 150%;
  }
}
.sys_order .ord_info .ord_inp_tb .addr_line1.f th {
  padding-top: 20px;
}
@media (max-width: 720px) {
  .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: 20px;
}
@media (max-width: 720px) {
  .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: 25px;
}
@media (max-width: 720px) {
  .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: 25px;
}
@media (max-width: 720px) {
  .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;
}
@media (max-width: 720px) {
  .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_rdo {
  margin-right: 20px;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap .de_rdo {
    margin-top: 5px;
  }
}
.sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap .de_cks {
  margin-right: 20px;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap .de_cks {
    margin-top: 5px;
  }
}
.sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap .de_cki {
  margin-right: 20px;
}
@media (max-width: 720px) {
  .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 {
  text-align: right;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .coupon_inp {
    width: calc(100% - 133px);
  }
}
.sys_order .ord_info .ord_inp_tb .point_box {
  display: inline-block;
  width: 280px;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .point_box {
    width: calc(100% - 133px);
  }
}
.sys_order .ord_info .ord_inp_tb .point_box .point_inp {
  width: calc(100% - 35px);
  padding-right: 10px;
  border: 0;
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .point_box .point_del {
  display: inline-block;
  width: 35px;
  height: 40px;
}
.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: 45px;
  line-height: 45px;
  vertical-align: top;
  font-size: 12px;
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .info_txt {
  margin: 10px 0 15px;
  font-size: 12px;
  line-height: 110%;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .info_txt {
    margin-bottom: 0;
  }
}
.sys_order .ord_info .ord_inp_tb .type_inp {
  margin-left: 5px;
}
@media screen and (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .type_inp {
    width: calc(100% - 285px);
  }
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .type_inp {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.sys_order .ord_info .ord_inp_tb .rec_line {
  margin-top: 2px;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .rec_line {
    margin-top: 10px;
  }
}
@media screen and (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .rec_line2 .w345 {
    width: 320px;
  }
}
.sys_order .ord_info .ord_inp_tb .rec_line2 .rec_txt {
  display: inline-block;
  width: 110px;
  height: 37px;
  margin-right: 7px;
  line-height: 37px;
  font-size: 16px;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .rec_line2 .rec_txt {
    display: block;
    height: auto;
    margin: 20px 0 10px;
    margin-right: 0;
    line-height: 110%;
    font-size: 14px;
  }
}
@media (max-width: 720px) {
  .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: inline-block;
  vertical-align: top;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .rec_line2 .sys_addr_wrap {
    display: block;
    width: 100%;
  }
}
.sys_order .ord_info .ord_inp_tb .rec_inp {
  margin-left: 5px;
}
@media screen and (max-width: 720px) {
  .sys_order .ord_info .ord_inp_tb .rec_inp {
    width: calc(100% - 135px);
  }
}
.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;
  background-color: #fafafa;
}
.sys_order .ord_info .ord_agree_box br{display: none;}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_agree_box {
    padding: 5px 10px;
  }
}
.sys_order .ord_info .ord_agree_box pre {
  font-size: 12px;
  color: #666;
  line-height: 150%;
}
.sys_order .ord_info .ord_tb {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_tb {
    padding: 10px 0;
  }
}
.sys_order .ord_info .ord_tb th {
  width: 150px;
  padding: 5px 0;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_tb th {
    width: 100px;
    padding: 5px 0;
    font-size: 14px;
  }
}
.sys_order .ord_info .ord_tb td {
  padding: 5px 0;
  vertical-align: top;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_tb td {
    padding: 5px 0;
    font-size: 14px;
  }
}
.sys_order .ord_total_wrap {
  float: right;
  position: sticky;
  right: 0;
  top: 60px;
}
@media (max-width: 1400px) {
  .sys_order .ord_total_wrap {
    position: static;
    margin-top: 50px;
  }
}
@media (max-width: 720px) {
  .sys_order .ord_total_wrap {
    margin-top: 25px;
  }
}
.sys_order .ord_total_wrap .ord_total {
  width: 430px;
  border: 1px solid #999;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .sys_order .ord_total_wrap .ord_total {
    width: 100%;
    border: 0;
    background-color: transparent;
  }
}
.sys_order .ord_total_wrap .ord_total.fix {
  position: fixed;
  top: 200px;
  right: auto;
  margin-left: -430px;
}
@media (max-width: 1400px) {
  .sys_order .ord_total_wrap .ord_total.fix {
    position: static;
    top: 0;
    margin-left: 0;
  }
}
.sys_order .ord_total_wrap .ord_total .total_info {
  padding: 30px 40px 26px;
}
@media (max-width: 1400px) {
  .sys_order .ord_total_wrap .ord_total .total_info {
    padding: 0 0 27px;
  }
}
@media (max-width: 720px) {
  .sys_order .ord_total_wrap .ord_total .total_info {
    padding: 0 0 10px;
  }
}
.sys_order .ord_total_wrap .ord_total .total_info .t1 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #000;
  line-height: 110%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .sys_order .ord_total_wrap .ord_total .total_info .t1 {
    text-align: left;
  }
}
@media (max-width: 720px) {
  .sys_order .ord_total_wrap .ord_total .total_info .t1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    font-size: 18px;
  }
}
.sys_order .ord_total_wrap .ord_total .total_pay {
  padding: 30px 40px 50px;
  border-top: 1px solid #ddd;
}
@media (max-width: 1400px) {
  .sys_order .ord_total_wrap .ord_total .total_pay {
    padding: 25px 0 0;
  }
}
@media (max-width: 720px) {
  .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: 20px;
}
@media (max-width: 1400px) {
  .sys_order .ord_total_wrap .ord_total .total_pay .total_num {
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .sys_order .ord_total_wrap .ord_total .total_pay .total_num {
    font-size: 16px;
  }
}
.sys_order .ord_total_wrap .ord_total .total_pay .total_btn {
  display: block;
  width: 100%;
  height: 52px;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
}
.sys_order .ord_total_wrap .ord_total .total_pay .total_btn.mt25 {
  margin-top: 25px;
}
.sys_order .ord_total_wrap .ord_total .total_pay .total_btn + .total_btn {
  margin-top: 5px;
}
@media (max-width: 720px) {
  .sys_order .ord_total_wrap .ord_total .total_pay .total_btn {
    width: 100%;
    font-size: 14px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_btn.mt25 {
    margin-top: 10px;
  }
}
.sys_order .ord_total_wrap .ord_total .total_pay .style1 {
  line-height: 52px;
  color: #fff;
  background-color: #B8081F !important;
}
.sys_order .ord_total_wrap .ord_total .total_pay .style2 {
  border: 1px solid #999;
  line-height: 50px;
  background-color: #fff;
}
.sys_order .ord_total_wrap .ord_total .pri_tb th {
  width: 120px;
  padding: 2px 0;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 720px) {
  .sys_order .ord_total_wrap .ord_total .pri_tb th {
    width: 100px;
    padding: 5px 0;
    font-size: 14px;
  }
}
.sys_order .ord_total_wrap .ord_total .pri_tb td {
  padding: 2px 0;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
}
@media (max-width: 720px) {
  .sys_order .ord_total_wrap .ord_total .pri_tb td {
    padding: 5px 0;
    font-size: 14px;
  }
}

.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: 1400px) {
  .sys_mailto_wrap .modal {
    width: calc(100% - 80px);
  }
}
@media (max-width: 720px) {
  .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: 720px) {
  .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: 720px) {
  .sys_mailto_wrap .modal .t1::after {
    margin: 15px auto 10px;
  }
}
.sys_mailto_wrap .modal .t2 {
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .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;
  width: 570px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sys_modal_wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 570px;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%, -50%);
  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);
}
@media (max-width: 720px) {
  .sys_modal_wrap .modal {
    width: 100%;
    border-radius: 0;
  }
}
.sys_modal_wrap .sys_tit_box {
  position: relative;
  width: 100%;
  height: 60px;
  padding: 0 25px;
  background-color: #1A1818;
}
@media (max-width: 720px) {
  .sys_modal_wrap .sys_tit_box {
    height: 50px;
    padding: 0px 20px;
  }
}
.sys_modal_wrap .sys_tit_box .tit {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
}
@media (max-width: 720px) {
  .sys_modal_wrap .sys_tit_box .tit {
    line-height: 50px;
    font-size: 14px;
  }
}
.sys_modal_wrap .sys_tit_box .t_close {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-position: -554px -128px;
}
@media (max-width: 720px) {
  .sys_modal_wrap .sys_tit_box .t_close {
    right: 20px;
  }
}
.sys_modal_wrap .ord_modal_con {
  overflow-y: scroll;
  height: 352px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  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% - 45px);
  margin-right: 5px;
  vertical-align: middle;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 720px) {
  .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 .t1 .basic {
  display: inline-block;
  width: 65px;
  height: 20px;
  margin-left: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #B8081F !important;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
    font-size: 14px;
  }
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 .basic {
  color: #B8081F !important;
}
.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: 16px;
  line-height: 150%;
  color: #666;
}
@media (max-width: 720px) {
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3 {
    font-size: 14px;
  }
}
.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_btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  border: 1px solid #aaa;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 32px;
  font-size: 14px;
  background-color: #fff;
}
@media (max-width: 720px) {
  .sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn {
    font-size: 14px;
  }
}
.sys_modal_wrap .b_close {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 0 0 20px 20px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  background-color: #fafafa;
}

.delvy_modal_wrap.db {
  display: block;
}

.cp_modal_wrap.db {
  display: block;
}

.photo_modal_wrap {
  display: none;
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.photo_modal_wrap .photo_modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 957px;
  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);
}
@media (max-width: 1400px) {
  .photo_modal_wrap .photo_modal {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    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 {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  background-color: #333;
}
@media (max-width: 1400px) {
  .photo_modal_wrap .photo_modal .modal_top {
    height: 100px;
    padding: 0 5%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
}
@media (max-width: 720px) {
  .photo_modal_wrap .photo_modal .modal_top {
    height: 57px;
  }
}
.photo_modal_wrap .photo_modal .modal_top .back_ico {
  display: none;
}
@media (max-width: 1400px) {
  .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;
  }
}
@media (max-width: 720px) {
  .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: 16px;
  color: #fff;
  line-height: 44px;
}
@media (max-width: 1400px) {
  .photo_modal_wrap .photo_modal .modal_top .tit {
    font-size: 24px;
    line-height: 99px;
    text-align: center;
    color: #333;
  }
}
@media (max-width: 720px) {
  .photo_modal_wrap .photo_modal .modal_top .tit {
    font-size: 18px;
    line-height: 56px;
  }
}
.photo_modal_wrap .photo_modal .modal_top .tit .photo_num {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: #999;
  line-height: 44px;
}
@media (max-width: 1400px) {
  .photo_modal_wrap .photo_modal .modal_top .tit .photo_num {
    margin-left: 4px;
    font-size: 24px;
  }
}
@media (max-width: 720px) {
  .photo_modal_wrap .photo_modal .modal_top .tit .photo_num {
    font-size: 18px;
    line-height: 56px;
  }
}
.photo_modal_wrap .photo_modal .modal_top .close_ico {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 12px;
  height: 12px;
  background-position: -554px -128px;
}
@media (max-width: 1400px) {
  .photo_modal_wrap .photo_modal .modal_top .close_ico {
    right: 5%;
    top: 38px;
    width: 24px;
    height: 24px;
    background-position: -184px -474px;
  }
}
@media (max-width: 720px) {
  .photo_modal_wrap .photo_modal .modal_top .close_ico {
    top: 22px;
    width: 12px;
    height: 12px;
    background-position: -254px -470px;
  }
}
.photo_modal_wrap .photo_modal .modal_cont {
  overflow-y: scroll;
  height: 524px;
  padding: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .photo_modal_wrap .photo_modal .modal_cont {
    height: calc(100% - 100px);
    padding: 40px 5%;
  }
}
@media (max-width: 720px) {
  .photo_modal_wrap .photo_modal .modal_cont {
    height: calc(100% - 57px);
    padding: 20px 5%;
  }
}
.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;
}

.modal_review_lst {
  overflow: hidden;
}
.modal_review_lst > ul {
  margin: 0 -6px -6px 0;
  font-size: 0;
}
@media (max-width: 1400px) {
  .modal_review_lst > ul {
    margin: 0 -7px -7px 0;
  }
}
@media (max-width: 720px) {
  .modal_review_lst > ul {
    margin: 0 -10px -10px 0;
  }
}
.modal_review_lst > ul li {
  display: inline-block;
  width: calc(16.6667% - 6px);
  height: 102px;
  margin: 0 6px 6px 0;
  vertical-align: top;
}
@media (max-width: 1400px) {
  .modal_review_lst > ul li {
    width: calc(25% - 7px);
    margin: 0 7px 7px 0;
  }
}
@media (max-width: 720px) {
  .modal_review_lst > ul li {
    width: calc(50% - 10px);
    height: 95px;
    margin: 0 10px 10px 0;
  }
}
.modal_review_lst > ul li .photo_detail_btn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal_review_lst > ul li .photo_detail_btn img {
  height: 100%;
}

.modal_review_detail .img {
  width: 445px;
}
@media (max-width: 1400px) {
  .modal_review_detail .img {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.modal_review_detail .img img {
  width: 100%;
}
@media (max-width: 1400px) {
  .modal_review_detail .img img {
    width: auto;
  }
}
@media (max-width: 720px) {
  .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: 390px;
  margin-left: 40px;
}
@media (max-width: 1400px) {
  .modal_review_detail .txt_box {
    float: none;
    display: block;
    width: 100%;
    margin: 35px 0 0;
  }
}
@media (max-width: 720px) {
  .modal_review_detail .txt_box {
    margin-top: 15px;
  }
}
.modal_review_detail .txt_box .tit_box {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1400px) {
  .modal_review_detail .txt_box .tit_box {
    padding: 0 0 15px;
  }
}
.modal_review_detail .txt_box .tit_box .info_line {
  font-size: 0;
}
.modal_review_detail .txt_box .tit_box .info_line .t1 {
  font-size: 12px;
  line-height: 150%;
  color: #000;
}
.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 .t2 {
  margin-top: 5px;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .modal_review_detail .txt_box .tit_box .t2 {
    font-size: 14px;
  }
}
.modal_review_detail .txt_box .like_box {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .modal_review_detail .txt_box .like_box {
    margin-top: 10px;
  }
}
.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;
}
@media (max-width: 720px) {
  .modal_review_detail .txt_box .like_box .like_btn {
    font-size: 12px;
  }
}
.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;
}
@media (max-width: 720px) {
  .modal_review_detail .txt_box .like_box .like_txt {
    font-size: 12px;
  }
}
.modal_review_detail .txt_box .txt_con {
  overflow: auto;
  height: 250px;
  margin-top: 15px;
  font-size: 12px;
  line-height: 150%;
  word-break: break-all;
}
.modal_review_detail .txt_box .btn_box {
  margin-top: 10px;
  text-align: right;
  font-size: 0;
}
@media (max-width: 1400px) {
  .modal_review_detail .txt_box .btn_box {
    text-align: center;
  }
}
.modal_review_detail .txt_box .btn_box .btn {
  display: inline-block;
  width: 93px;
  height: 45px;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 720px) {
  .modal_review_detail .txt_box .btn_box .btn {
    width: calc((100% - 10px) / 3);
    font-size: 12px;
  }
}
.modal_review_detail .txt_box .btn_box .nav_btn {
  border: 1px solid #999;
  line-height: 43px;
}
.modal_review_detail .txt_box .btn_box .all_btn {
  margin: 0 5px;
  color: #fff;
  line-height: 45px;
  background-color: #333;
}

.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line {
  padding: 30px;
  margin-top: 30px;
  border: solid 1px #ddd;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box {
  margin-bottom: 20px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box:last-child {
  margin-bottom: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box .re_t1 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box .re_t1::before {
  content: "└";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -2px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box .re_t1 span {
  font-weight: 300;
  color: #666;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box .re_t2 {
  font-size: 18px;
}

.mail_middle {
  margin: 0px 3px 0px 5px;
}

.calc_num_box .calc_btn.p::after {
  left: 11px;
  top: 11px;
}

.calc_num_box .calc_btn.m::after {
  left: 11px;
  top: 16px;
}

.bdt_form {
  border-top: solid 2px #999;
}

.sys_order .ord_info .ord_inp_tb .sys_inp {
  height: 40px;
  font-size: 14px;
}


.sys_order .ord_info .ord_inp_tb .inp_r_btn {
  width: 80px;
  height: 40px;
  font-size: 14px;
}

.sys_order .rdo_wrap .de_rdo, .sys_order .rdo_wrap .de_cks {
  font-size: 14px;
}

.sys_order .de_rdo {
  font-size: 14px;
}

.sys_mypage .sys_inp {
  height: 52px;
  font-size: 14px;
}

.sys_mypage .inp_r_btn {
  width: 100px;
  height: 52px;
  font-size: 14px;
}

.sys_mypage .de_rdo, .sys_mypage .de_cks {
  font-size: 14px;
}

.sys_mypage .de_rdo i, .sys_mypage .de_cks i {
  margin-right: 5px;
}

@media screen and (max-width: 1420px) {
  .v_pro_slide .mask {
    border-radius: 10px;
    overflow: hidden;
  }
  .sys_prd_view .prd_v_top .s_line .btn1 {
    width: calc(50% - 67px);
  }
  .sys_prd_view .prd_v_top .s_line .cart_btn_box {
    width: calc(50% - 67px);
  }
}
@media screen and (max-width: 991px) {
  .sys_wrap .sys_inp.w500 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w500.m_wm120 {
    width: calc(100% - 125px);
  }
  .sys_wrap .sys_inp_tb td .thr_box {
    display: flex;
    align-items: center;
  }
  .sys_wrap .sys_inp_tb td .thr_box .ph_inp {
    width: 33.3334%;
  }
}
@media screen and (max-width: 720px) {
  .calc_num_box .calc_btn.p::after {
    left: 9px;
    top: 9px;
  }
  .calc_num_box .calc_btn.m::after {
    left: 9px;
    top: 14px;
  }
  .calc_num_box .btn {
    width: 30px;
    height: 30px;
  }
  .calc_num_box .calc_inp {
    width: 50px;
  }
  .sys_prd_view .prd_v_top .calc_num_box .calc_m::after {
    left: 9px;
    top: 14px;
  }
  .sys_prd_view .prd_v_top .calc_num_box .calc_p::after {
    left: 9px;
    top: 9px;
  }
  .sys_prd_view .prd_v_top .prd_opt_box .append_opt li .price_line .t1 {
    line-height: 30px;
    font-size: 16px;
  }
  .sys_prd_view .prd_v_top .s_line .btn1, .sys_prd_view .prd_v_top .s_line .btn2 {
    height: 45px;
    line-height: 45px;
  }
  .sys_prd_view .prd_v_top .s_line .btn1 {
    width: 100%;
    margin-bottom: 5px;
  }
  .sys_prd_view .prd_v_top .s_line .cart_btn_box {
    width: calc(100% - 100px);
    margin-left: 0;
    margin-right: 5px;
  }
  .sys_prd_view .prd_v_top .s_line .heart_btn, .sys_prd_view .prd_v_top .s_line .share_btn {
    width: 45px;
    height: 45px;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap {
    margin-left: 5px;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap .share_modal {
    width: 280px;
    top: 50px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2 {
    padding: 10px 0px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line {
    padding: 15px;
    margin-top: 15px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box {
    margin-bottom: 15px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box .re_t1 {
    margin-bottom: 5px;
    padding-left: 18px;
    font-size: 14px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box .re_t1::before {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .reply_line .re_box .re_t2 {
    font-size: 14px;
  }
  .mt10 {
    margin-top: 7px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .sys_wrap .de_rdo, .sys_wrap .de_cks {
    font-size: 14px;
  }
  .sys_wrap .sys_tit {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .sys_wrap .sys_find_mem .line + .line {
    margin-top: 7px;
  }
  .sys_wrap .sys_find_mem .line + .line.mt15 {
    margin-top: 10px;
  }
  .sys_wrap .sys_inp {
    height: 45px;
    font-size: 14px;
  }
  .sys_wrap input[type=text], .sys_wrap input[type=password] {
    padding: 0px 15px;
  }
  .sys_wrap .sys_find_mem .login_link li a {
    font-size: 14px;
  }
  .sys_wrap .sbm_btn {
    height: 45px;
  }
  .sys_wrap .link_btn {
    height: 45px;
  }
  .sys_wrap .sys_find_mem .tab {
    margin-bottom: 20px;
  }
  .sys_wrap .sys_find_mem .tab ul li a {
    height: 45px;
  }
  .sys_wrap .de_rdo i, .sys_wrap .de_cks i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .sys_wrap .sys_join_allcheck {
    padding: 10px 0px;
  }
  .sys_wrap .join_agree_wrap {
    margin-top: 25px;
  }
  .sys_wrap .join_agree_wrap .agree_box {
    height: 200px;
    padding: 15px;
  }
  .sys_wrap .join_agree_wrap .agree_box pre {
    font-size: 14px;
  }
  .sys_wrap .sys_s_btnline .btn {
    display: flex;
    width: 100%;
    height: 45px;
  }
  .sys_wrap .sys_inp.w500 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w500.m_wm120 {
    width: calc(100% - 95px);
  }
  .sys_wrap .cart_cki {
    margin-bottom: 0;
  }
  .sys_wrap .cart_b_line .prd_b_btn {
    width: 80px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }
  .sys_wrap .price_result_box .cart_btn .cart_sel_order {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  .sys_wrap .price_result_box .cart_btn .cart_all_order {
    width: 100%;
    height: 50px;
    margin-left: 0;
    font-size: 14px;
  }
  .sys_mypage .sys_inp {
    height: 35px;
    font-size: 12px;
  }
  .sys_mypage .inp_r_btn {
    width: 75px;
    height: 35px;
    font-size: 12px;
  }
}
.prod_v_cont {
  padding: 50px 0px 0px;
}
.prod_v_cont.pb0 {
  padding-bottom: 0;
}
.prod_v_cont .notice_tb {
  margin-top: 20px;
  border-top: solid 2px #999;
}
.prod_v_cont .notice_tb table tr {
  border-bottom: solid 1px #ddd;
}
.prod_v_cont .notice_tb table tr th, .prod_v_cont .notice_tb table tr td {
  padding: 25px 20px;
}
.prod_v_cont .notice_tb table tr th {
  width: 340px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #FAFAFA;
}
.prod_v_cont .notice_tb table tr td {
  font-size: 16px;
}

@media screen and (max-width: 1420px) {
  .prod_v_cont {
    padding: 50px 40px 0px;
  }
  .prod_v_cont .notice_tb {
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow: hidden;
  }
  .prod_v_cont .notice_tb table tr:last-child {
    border-bottom: none;
  }
  .prod_v_cont .notice_tb table tr th, .prod_v_cont .notice_tb table tr td {
    padding: 20px 30px;
    border-right: solid 1px #ddd;
  }
  .prod_v_cont .notice_tb table tr th:last-child, .prod_v_cont .notice_tb table tr td:last-child {
    border-right: none;
  }
  .prod_v_cont .notice_tb table tr th {
    width: 250px;
  }
  .prod_v_cont .notice_tb table tr th br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .prod_v_cont {
    padding: 20px 20px 0px;
  }
  .prod_v_cont .notice_tb {
    margin-top: 0px;
  }
  .prod_v_cont .notice_tb table tr th, .prod_v_cont .notice_tb table tr td {
    padding: 20px 15px;
  }
  .prod_v_cont .notice_tb table tr th {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .prod_v_cont .notice_tb table tr td {
    font-size: 14px;
  }
}
.prd_v_mid {
  margin-bottom: 80px;
}
.prd_v_mid .bef_tit {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.prd_v_mid .bef_tit::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(/src/img/i/bef_tit.png) no-repeat center center/cover;
}
.prd_v_mid .tb_wrap {
  margin: 0px auto 60px;
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.prd_v_mid .tb_wrap .m_ver {
  display: none;
}
.prd_v_mid .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.prd_v_mid .tb_wrap table tr th, .prd_v_mid .tb_wrap table tr td {
  padding: 20px 10px;
  text-align: center;
}
.prd_v_mid .tb_wrap table thead tr th {
  font-size: 18px;
  font-weight: bold;
  background-color: #fafafa;
}
.prd_v_mid .tb_wrap table tbody tr:last-child {
  border-bottom: none;
}
.prd_v_mid .tb_wrap table tbody td {
  font-size: 16px;
}
.prd_v_mid .res_tb_wrap .scr_box {
  max-height: 318px;
  overflow-y: scroll;
}
.prd_v_mid .res_tb_wrap .scr_box::-webkit-scrollbar {
  width: 4px;
}
.prd_v_mid .res_tb_wrap .scr_box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #fff;
}
.prd_v_mid .res_tb_wrap .scr_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #ddd;
}
.prd_v_mid .res_tb_wrap table thead tr th.w100 {
  width: 100px;
}
.prd_v_mid .res_tb_wrap table thead tr th.w150 {
  width: 150px;
}
.prd_v_mid .res_tb_wrap table thead tr th.w200 {
  width: 200px;
}
.prd_v_mid .res_tb_wrap table tbody tr td label i {
  width: 21px;
  height: 21px;
  border-radius: 3px;
  border: solid 1px #999;
}
.prd_v_mid .res_tb_wrap table tbody tr td.tit {
  text-align: left;
}
.prd_v_mid .res_tb_wrap table tbody tr td.tit span {
  max-width: 100%;
}
.prd_v_mid .res_tb_wrap table tbody tr td.price_t {
  color: #B8081F !important;
}
.prd_v_mid .res_tb_wrap table tbody tr td.situ {
  font-weight: bold;
  color: #B8081F !important;
}
.prd_v_mid .res_tb_wrap table tbody tr.sold_out td {
  color: #999 !important;
}
.prd_v_mid .res_tb_wrap table tbody tr.sold_out td label {
  pointer-events: none;
}
.prd_v_mid .res_tb_wrap table tbody tr.sold_out td label i {
  border-color: #ddd;
}
.prd_v_mid .res_tb_wrap table tbody tr.sold_out td label i::after {
  opacity: 1;
  border-color: #ddd !important;
}

@media screen and (max-width: 1420px) {
  .prd_v_mid .tb_wrap .pc_ver {
    display: none;
  }
  .prd_v_mid .tb_wrap .m_ver {
    display: table;
  }
  .prd_v_mid .tb_wrap table tbody tr th {
    width: 250px;
    border-right: solid 1px #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #fafafa;
  }
  .prd_v_mid .tb_wrap table tbody tr td {
    padding-left: 30px;
    text-align: left;
  }
  .prd_v_mid .res_tb_wrap .scr_box {
    max-height: 450px;
  }
  .prd_v_mid .res_tb_wrap table.thead_tb {
    display: none;
  }
  .prd_v_mid .res_tb_wrap table colgroup {
    display: none;
  }
  .prd_v_mid .res_tb_wrap table tbody {
    display: block;
  }
  .prd_v_mid .res_tb_wrap table tbody tr {
    display: block;
    position: relative;
    padding: 20px 140px 20px 60px;
  }
  .prd_v_mid .res_tb_wrap table tbody tr td {
    display: inline-block;
    padding: 0;
    padding-left: 0;
  }
  .prd_v_mid .res_tb_wrap table tbody tr td.td1 {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 60px;
    transform: translateY(-50%);
    text-align: center;
  }
  .prd_v_mid .res_tb_wrap table tbody tr td.tit {
    display: block;
    margin-bottom: 10px;
  }
  .prd_v_mid .res_tb_wrap table tbody tr td.price_t {
    margin-right: 30px;
  }
  .prd_v_mid .res_tb_wrap table tbody tr td.situ {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 100%;
    border-left: solid 1px #ddd;
  }
  .prd_v_mid .res_tb_wrap table tbody tr td.td5::before {
    content: "/ ";
    display: inline;
  }
}
@media screen and (max-width: 720px) {
  .prd_v_mid {
    margin-bottom: 50px;
  }
  .prd_v_mid .bef_tit {
    padding-left: 25px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .prd_v_mid .bef_tit::before {
    top: 5px;
    width: 18px;
    height: 18px;
  }
  .prd_v_mid .tb_wrap {
    margin-bottom: 30px;
  }
  .prd_v_mid .tb_wrap table tr th, .prd_v_mid .tb_wrap table tr td {
    padding: 20px 15px;
  }
  .prd_v_mid .tb_wrap table tbody tr th {
    width: 100px;
    font-size: 14px;
  }
  .prd_v_mid .tb_wrap table tbody tr td {
    padding-left: 15px;
    font-size: 14px;
  }
  .prd_v_mid .res_tb_wrap .scr_box {
    max-height: 750px;
  }
  .prd_v_mid .res_tb_wrap .scr_box tbody tr {
    padding: 15px 15px 60px 50px;
  }
  .prd_v_mid .res_tb_wrap .scr_box tbody tr td {
    padding-left: 0;
  }
  .prd_v_mid .res_tb_wrap .scr_box tbody tr td.td1 {
    top: 15px;
    left: 0px;
    width: 50px;
    transform: translate(0);
  }
  .prd_v_mid .res_tb_wrap .scr_box tbody tr td.tit {
    margin-bottom: 10px;
  }
  .prd_v_mid .res_tb_wrap .scr_box tbody tr td.price_t {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .prd_v_mid .res_tb_wrap .scr_box tbody tr td.situ {
    top: auto;
    bottom: 15px;
    right: auto;
    left: 10px;
    width: calc(100% - 20px);
    height: 35px;
    border: solid 1px #ddd;
    border-radius: 5px;
  }
}
.sys_prd_view .prd_v_top .v_pro_slide .thumb_mask .item {
  padding: 15px;
  border: solid 1px #ddd;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0.4;
}
.sys_prd_view .prd_v_top .v_pro_slide .thumb_mask .item.swiper-slide-thumb-active {
  border-color: #999;
  opacity: 1;
}

.sys_find_mem .line .find_inp_box {
  display: flex;
}
.sys_find_mem .line .find_inp_box .box_t {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 55px;
  border: solid 1px #999;
  border-radius: 5px 0px 0px 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  background-color: #fafafa;
}
.sys_find_mem .line .find_inp_box .sys_inp {
  width: calc(100% - 110px);
  border-radius: 0px 5px 5px 0;
}
.sys_find_mem .line .find_inp_box.in_btn .sys_inp {
  width: calc(100% - 225px);
}
.sys_find_mem .mid_line {
  padding-top: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 720px) {
  .sys_find_mem .line .find_inp_box .box_t {
    display: none;
    width: 90px;
    height: 45px;
    font-size: 14px;
  }
  .sys_find_mem .line .find_inp_box .sys_inp {
    width: 100%;
  }
  .sys_find_mem .line .find_inp_box.in_btn .sys_inp {
    width: calc(100% - 95px);
  }
  .sys_find_mem .mid_line {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.join_tab {
  width: 902px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.join_tab.w675 {
  width: 677px;
}
.join_tab > ul {
  border-radius: 50px;
  border: solid 1px #ddd;
  background-color: #fafafa;
  overflow: hidden;
  font-size: 0;
}
.join_tab > ul li {
  display: inline-block;
  width: 225px;
  border-radius: 50px;
  vertical-align: top;
  color: #999;
  text-align: center;
}
.join_tab > ul li p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  color: #999;
}
.join_tab > ul li.act {
  border: 1px solid #B8081F !important;
  background-color: #fff;
}
.join_tab > ul li.act p {
  font-weight: bold;
  color: #B8081F !important;
}
.join_tab .m_box {
  display: none;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0px 40px 0px;
  border: solid 1px #B8081F !important;
  border-radius: 50px;
}
.join_tab .m_box p {
  width: 100%;
}

@media screen and (max-width: 1240px) {
  .join_tab {
    width: 100%;
  }
  .join_tab.w675 {
    width: 100%;
  }
  .join_tab > ul {
    display: none;
  }
  .join_tab .m_box {
    display: flex;
  }
}
@media screen and (max-width: 720px) {
  .join_tab {
    margin-bottom: 25px;
  }
  .join_tab .m_box {
    height: 50px;
    padding: 0px 25px;
  }
}
.busi_chk_wrap {
  margin-bottom: 15px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #ddd;
}
.busi_chk_wrap .top {
  padding: 20px;
  text-align: center;
  border-bottom: solid 1px #ddd;
}
.busi_chk_wrap .df_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 35px 0px;
}
.busi_chk_wrap .df_box .t1 {
  width: 160px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.busi_chk_wrap .df_box .inp_box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.busi_chk_wrap .df_box .inp_box .sys_inp {
  width: 170px;
}
.busi_chk_wrap .df_box .inp_box .inp_r_btn {
  margin-left: 0;
}

@media screen and (max-width: 1240px) {
  .busi_chk_wrap .df_box {
    flex-direction: column;
  }
  .busi_chk_wrap .df_box .t1 {
    width: 100%;
  }
  .busi_chk_wrap .df_box .inp_box {
    width: 100%;
  }
  .busi_chk_wrap .df_box .inp_box .sys_inp {
    width: calc((100% - 172px) / 3);
  }
}
@media screen and (max-width: 720px) {
  .busi_chk_wrap {
    margin-bottom: 15px;
  }
  .busi_chk_wrap .top {
    padding: 12px 20px;
  }
  .busi_chk_wrap .df_box {
    gap: 15px;
    padding: 20px 0px;
  }
  .busi_chk_wrap .df_box .t1 {
    font-size: 16px;
  }
  .busi_chk_wrap .df_box .inp_box {
    flex-wrap: wrap;
    gap: 5px;
  }
  .busi_chk_wrap .df_box .inp_box .sys_inp {
    width: calc((100% - 33px) / 3);
  }
  .busi_chk_wrap .df_box .inp_box .inp_r_btn {
    width: 100%;
  }
}
.join_tb_wrap .line {
  margin-bottom: 50px;
}
.join_tb_wrap .line:last-child {
  margin-bottom: 0;
}
.join_tb_wrap .line .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.join_tb_wrap .line .top .sys_join_h3 {
  position: relative;
  padding-left: 30px;
  line-height: 110%;
  font-weight: bold;
}
.join_tb_wrap .line .top .sys_join_h3::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(/src/img/i/bef_tit.png) no-repeat center center/cover;
}
@media (max-width: 720px) {
  .join_tb_wrap .line .top .sys_join_h3 {
    padding-left: 25px;
  }
  .join_tb_wrap .line .top .sys_join_h3::before {
    top: 1px;
    width: 17px;
    height: 17px;
  }
}
@media (max-width: 720px) {
  .join_tb_wrap .line .top {
    margin-bottom: 10px;
  }
}
.join_tb_wrap .line .sys_inp_line {
  border-top: solid 1px #333;
}
.join_tb_wrap .line .sys_inp_line .inp_line {
  display: flex;
  gap: 40px;
  padding: 15px 0px;
  border-bottom: solid 1px #ddd;
}
.join_tb_wrap .line .sys_inp_line .inp_box {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
}
.join_tb_wrap .line .sys_inp_line .inp_box.w1 {
  width: 100%;
}
.join_tb_wrap .line .sys_inp_line .inp_box .t1 {
  width: 180px;
  font-size: 18px;
  font-weight: bold;
}
.join_tb_wrap .line .sys_inp_line .inp_box .sys_inp {
  width: calc(100% - 180px);
}
.join_tb_wrap .line .sys_inp_line .inp_box .inp_thr_box {
  display: flex;
  align-items: center;
  gap: 5px;
  width: calc(100% - 180px);
}
.join_tb_wrap .line .sys_inp_line .inp_box .inp_thr_box .sys_inp {
  width: calc((100% - 10px) / 3);
}
.join_tb_wrap .line .sys_inp_line .inp_box .in_btn {
  width: calc(100% - 180px);
}
.join_tb_wrap .line .sys_inp_line .inp_box .in_btn .sys_inp {
  width: calc(100% - 119px);
}
.join_tb_wrap .line .sys_inp_line .inp_box .addr_wrap {
  width: calc(100% - 180px);
}
.join_tb_wrap .line .sys_inp_line .inp_box .addr_wrap .sys_inp {
  width: 100%;
}
.join_tb_wrap .line .sys_inp_line .inp_box .addr_wrap .sys_inp.w345 {
  width: 357px;
}
.join_tb_wrap .line .sys_inp_line .inp_box .addr_wrap .sys_inp.mt10 {
  margin-top: 10px;
}
.join_tb_wrap .line .sys_inp_line .inp_box .chk_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding: 17px 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background-color: #fafafa;
}
.join_tb_wrap .line .sys_inp_line .inp_box .chk_wrap.wm180 {
  width: calc(100% - 180px);
}
.join_tb_wrap .line .sys_inp_line .inp_box .chk_wrap label i {
  background-color: #fff;
}
.join_tb_wrap .line .sys_inp_line .inp_box .recept_box {
  width: calc(100% - 180px);
}
.join_tb_wrap .line .sys_inp_line .inp_box .recept_box .open_chk_wrap {
  display: none;
  margin-top: 20px;
}
.join_tb_wrap .line .sys_inp_line .inp_box .recept_box.act .open_chk_wrap {
  display: flex;
}

@media screen and (max-width: 1420px) {
  .join_tb_wrap .line .sys_inp_line {
    padding-top: 40px;
    border-bottom: solid 1px #ddd;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line {
    display: block;
    gap: 0;
    padding: 0;
    border: none;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box {
    width: 100%;
    margin-bottom: 40px;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .addr_wrap .sys_inp.w345 {
    width: calc(100% - 119px);
  }
}
@media screen and (max-width: 720px) {
  .join_tb_wrap .line {
    margin-bottom: 30px;
  }
  .join_tb_wrap .line .top {
    flex-direction: column-reverse;
    align-items: start;
    gap: 20px;
    margin-bottom: 15px;
  }
  .join_tb_wrap .line .sys_inp_line {
    padding-top: 25px;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box {
    display: block;
    margin-bottom: 25px;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .t1 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .sys_inp {
    width: 100%;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .inp_thr_box {
    gap: 4px;
    width: 100%;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .inp_thr_box .sys_inp {
    width: calc((100% - 8px) / 3);
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .in_btn {
    width: 100%;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .in_btn .sys_inp {
    width: calc(100% - 99px);
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .addr_wrap {
    width: 100%;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .addr_wrap .sys_inp.w345 {
    width: calc(100% - 99px);
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .chk_wrap {
    gap: 7px 20px;
    padding: 12px 15px;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .chk_wrap.wm180 {
    width: 100%;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .recept_box {
    width: 100%;
  }
  .join_tb_wrap .line .sys_inp_line .inp_line .inp_box .recept_box .open_chk_wrap {
    margin-top: 12px;
  }
}
.cart_top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.cart_top_df .cart_cki {
  padding: 0;
}
.cart_top_df .r_menu ul {
  display: flex;
}
.cart_top_df .r_menu ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.cart_top_df .r_menu ul li:last-child::after {
  display: none;
}
.cart_top_df .r_menu ul li a, .cart_top_df .r_menu ul li button {
  font-size: 16px;
  line-height: 19px;
  color: #999;
}
.cart_top_df .r_menu ul li a:hover, .cart_top_df .r_menu ul li button:hover {
  color: #333;
  font-weight: bold;
}

.sys_order .ord_info .slide_box.a .top_df .slide_up_btn {
  transform: scaleY(-1);
}
.sys_order .ord_info .slide_box.a .slide_el {
  height: 0;
  overflow: hidden;
  padding: 0;
}
.sys_order .ord_info .slide_box .top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
.sys_order .ord_info .slide_box .top_df.mt0 {
  margin-top: 0;
}
.sys_order .ord_info .slide_box .top_df.mb0 {
  margin-bottom: 0;
}
.sys_order .ord_info .slide_box .top_df .prd_t {
  margin-top: 0;
  margin-bottom: 0;
}
.sys_order .ord_info .slide_box .top_df .slide_up_btn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background: url(/src/img/init/sel_init_ico.png) no-repeat center center/10px 6px;
}

@media screen and (max-width: 720px) {
  .sys_order .ord_info .slide_box .top_df {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .sys_order .ord_info .slide_box .top_df.mt0 {
    margin-top: 0;
  }
  .sys_order .ord_info .slide_box .top_df.mb0 {
    margin-bottom: 0;
  }
  .sys_order .ord_info .slide_box .top_df .prd_t {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sys_order .ord_info .slide_box .top_df .slide_up_btn {
    width: 32px;
    height: 32px;
  }
}
.sys_mypage .bill_tb table tr th .m_t, .sys_mypage .bill_tb table tr td .m_t {
  display: none;
}
.sys_mypage .bill_tb table tr tbody td {
  padding: 12px 0px;
}

@media screen and (max-width: 1400px) {
  .sys_mypage .bill_tb {
    border-top: none;
  }
  .sys_mypage .bill_tb table tr {
    display: block;
    margin-bottom: 15px;
    border: solid 1px #999;
    border-radius: 5px;
    overflow: hidden;
  }
  .sys_mypage .bill_tb table tr th, .sys_mypage .bill_tb table tr td {
    display: block;
    text-align: left;
  }
  .sys_mypage .bill_tb table tr th .m_t, .sys_mypage .bill_tb table tr td .m_t {
    display: inline;
  }
  .sys_mypage .bill_tb table tr td {
    padding: 20px 20px 0;
    color: #666;
  }
  .sys_mypage .bill_tb table tr td:first-child {
    display: none;
  }
  .sys_mypage .bill_tb table tr td:last-child {
    padding: 0;
  }
  .sys_mypage .bill_tb table tr td.tit {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    font-weight: bold;
    color: #333;
  }
  .sys_mypage .bill_tb table tr td .tb_r_btn {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    border-radius: 0;
    border: none;
    border-top: solid 1px #999;
    text-align: center;
    font-weight: bold;
    color: #333;
    background-color: #fafafa;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .bill_tb table tr {
    margin-bottom: 10px;
  }
  .sys_mypage .bill_tb table tr td {
    padding: 15px 20px 0;
  }
  .sys_mypage .bill_tb table tr td.tit {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .sys_mypage .bill_tb table tr td .tb_r_btn {
    margin-top: 15px;
    font-size: 12px;
  }
}
.sys_mypage .sys_inp.w490 {
  width: 490px;
}

@media screen and (max-width: 767px) {
  .sys_mypage .sys_inp.w490 {
    width: 100%;
  }
}
.sys_mypage .my_inp_tb .chk_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding: 17px 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background-color: #fafafa;
}
.sys_mypage .my_inp_tb .chk_wrap label i {
  margin-top: -2px;
  background-color: #fff;
}
.sys_mypage .my_inp_tb .recept_box {
  width: calc(100% - 180px);
}
.sys_mypage .my_inp_tb .recept_box .open_chk_wrap {
  display: none;
  margin-top: 20px;
}
.sys_mypage .my_inp_tb .recept_box.act .open_chk_wrap {
  display: flex;
}

@media screen and (max-width: 720px) {
  .sys_mypage .my_inp_tb .chk_wrap {
    gap: 7px 20px;
    padding: 12px 15px;
  }
  .sys_mypage .my_inp_tb .recept_box {
    width: 100%;
  }
  .sys_mypage .my_inp_tb .recept_box .open_chk_wrap {
    margin-top: 12px;
  }
}
.class_tb {
  border-top: solid 1px #333;
  border-left: solid 1px #ddd;
}
.class_tb table tr {
  border-bottom: solid 1px #ddd;
}
.class_tb table tr th, .class_tb table tr td {
  padding: 25px 10px;
  border-right: solid 1px #ddd;
  text-align: center;
  font-size: 16px;
}
.class_tb table tr th {
  width: 100px;
  font-weight: bold;
  background-color: rgba(250, 250, 250, 0.86);
}
.class_tb table tr td .class_box p {
  padding: 5px 10px;
  margin-top: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #fafafa;
}

@media screen and (max-width: 1240px) {
  .class_tb {
    overflow-x: scroll;
  }
  .class_tb table {
    width: 1240px;
  }
}
@media screen and (max-width: 720px) {
  .class_tb table {
    width: 720px;
  }
  .class_tb table tr th, .class_tb table tr td {
    padding: 20px 8px;
    font-size: 14px;
  }
  .class_tb table tr th {
    width: 90px;
  }
  .class_tb table tr td .class_box img {
    width: 45px;
  }
  .class_tb table tr td .class_box p {
    padding: 4px 8px;
    margin-top: 4px;
    font-size: 12px;
  }
}
.email_modal {
  display: none;
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.email_modal .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 870px;
  padding: 80px 60px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.email_modal .modal_box .modal_close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.email_modal .modal_box .tit {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .email_modal .modal_box {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 720px) {
  .email_modal .modal_box {
    width: calc(100% - 40px);
    padding: 40px 20px;
    border-radius: 10px;
  }
  .email_modal .modal_box .modal_close {
    top: 20px;
    right: 20px;
  }
  .email_modal .modal_box .tit {
    margin-bottom: 20px;
  }
}
.cs_center .cs_tabmenu {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.cs_center .cs_tabmenu ul {
  display: flex;
  border-radius: 500px;
  border: solid 1px #ddd;
  overflow: hidden;
  background-color: #FAFAFA;
}
.cs_center .cs_tabmenu ul li {
  width: 33.3334%;
  border-radius: 50px;
}
.cs_center .cs_tabmenu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  text-align: center;
  font-size: 20px;
}
.cs_center .cs_tabmenu ul li.a {
  background-color: #B8081F !important;
}
.cs_center .cs_tabmenu ul li.a a {
  font-weight: bold;
  color: #fff;
}
.cs_center .cs_tabmenu select {
  display: none;
  width: 100%;
  height: 70px;
  padding: 0px 60px 0px 35px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: url(/src/img/i/b_w_big.png) no-repeat calc(100% - 35px) center;
  background-color: #B8081F !important;
}
.cs_center .bg_sch {
  padding: 60px 0px;
  background-color: #fafafa;
}
.cs_center .bg_sch .sch_box {
  position: relative;
  width: 450px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.cs_center .bg_sch .sch_box input {
  width: 100%;
  height: 100%;
  padding: 0px 50px 0px 25px;
  border-radius: 50px;
  border: solid 1px #ddd;
  font-size: 16px;
  background-color: #fff;
}
.cs_center .bg_sch .sch_box .sch_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(/src/img/i/sch_btn.png) no-repeat center center/cover;
  transform: translateY(-50%);
}
.cs_center .bg_sch .tag_box {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.cs_center .bg_sch .tag_box p {
  font-size: 16px;
  color: #1A1818 !important;
}
.cs_center .faq_wrap .faq_tab1 {
  margin-top: 60px;
}
.cs_center .faq_wrap .faq_tab1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cs_center .faq_wrap .faq_tab1 ul li {
  width: calc((100% - 120px) / 6);
  height: 205px;
  border-radius: 20px;
  border: solid 1px #ddd;
  text-align: center;
  background-color: #fff;
}
.cs_center .faq_wrap .faq_tab1 ul li button, .cs_center .faq_wrap .faq_tab1 ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.cs_center .faq_wrap .faq_tab1 ul li button p, .cs_center .faq_wrap .faq_tab1 ul li a p {
  font-size: 20px;
  font-weight: bold;
}
.cs_center .faq_wrap .faq_tab1 ul li.a {
  border-color: #B8081F !important;
  background-color: #B8081F !important;
}
.cs_center .faq_wrap .faq_tab1 ul li.a button img, .cs_center .faq_wrap .faq_tab1 ul li.a a img {
  filter: invert(100%);
}
.cs_center .faq_wrap .faq_tab1 ul li.a button p, .cs_center .faq_wrap .faq_tab1 ul li.a a p {
  color: #fff;
}
.cs_center .faq_wrap .faq_main {
  margin-top: 60px;
}
.cs_center .faq_wrap .faq_main .faq_tab2 ul {
  font-size: 0;
  overflow-x: auto;
  white-space: nowrap;
}
.cs_center .faq_wrap .faq_main .faq_tab2 ul li {
  display: inline-block;
  margin-left: 8px;
  border-radius: 50px;
  border: solid 1px rgba(221, 221, 221, 0.6);
}
.cs_center .faq_wrap .faq_main .faq_tab2 ul li:first-child {
  margin-left: 0;
}
.cs_center .faq_wrap .faq_main .faq_tab2 ul li button, .cs_center .faq_wrap .faq_main .faq_tab2 ul li a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  opacity: 0.9;
}
.cs_center .faq_wrap .faq_main .faq_tab2 ul li.a {
  border-color: #B8081F !important;
  background-color: #B8081F !important;
}
.cs_center .faq_wrap .faq_main .faq_tab2 ul li.a button, .cs_center .faq_wrap .faq_main .faq_tab2 ul li.a a {
  color: #fff;
  opacity: 1;
}
.cs_center .faq_wrap .faq_main .faq_tab2 select {
  display: none;
  width: 100%;
  height: 70px;
  padding: 0px 50px 0px 30px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: url(/src/img/i/b_w_big.png) no-repeat calc(100% - 35px) center;
  background-color: #B8081F !important;
}
.cs_center .faq_wrap .faq_main .faq_box {
  padding: 25px 30px;
  margin-top: 15px;
  border: solid 1px #ddd;
  border-radius: 20px;
  background-color: #fff;
}
.cs_center .faq_wrap .faq_main .faq_box ul li {
  border-bottom: solid 1px #ddd;
}
.cs_center .faq_wrap .faq_main .faq_box ul li:last-child {
  border-bottom: none;
}
.cs_center .faq_wrap .faq_main .faq_box ul li .faq_open {
  position: relative;
  padding: 25px 0px;
  width: 100%;
  text-align: left;
}
.cs_center .faq_wrap .faq_main .faq_box ul li .faq_open .q_i {
  position: absolute;
  top: 26px;
  left: 0;
  width: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cs_center .faq_wrap .faq_main .faq_box ul li .faq_open .tit {
  width: 100%;
  padding: 0px 50px;
  font-size: 16px;
}
.cs_center .faq_wrap .faq_main .faq_box ul li .faq_open::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  width: 10px;
  height: 10px;
  background: url(/src/img/i/faq_arrow.png) no-repeat center center/cover;
}
.cs_center .faq_wrap .faq_main .faq_box ul li .answer_box {
  display: none;
  position: relative;
  padding: 25px 0px;
  width: 100%;
  border-radius: 20px;
  border: solid 1px #ddd;
  text-align: left;
  background-color: #fafafa;
}
.cs_center .faq_wrap .faq_main .faq_box ul li .answer_box .a_i {
  position: absolute;
  top: 26px;
  left: 0;
  width: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cs_center .faq_wrap .faq_main .faq_box ul li .answer_box .tit {
  width: 100%;
  padding: 0px 50px;
  font-size: 16px;
}
.cs_center .faq_wrap .faq_main .faq_box ul li.a {
  border-bottom: none;
}
.cs_center .faq_wrap .faq_main .faq_box ul li.a .faq_open::after {
  transform: scaleY(-1);
}
.cs_center .faq_wrap .faq_main .faq_box ul li.a .answer_box {
  display: block;
}
.cs_center .faq_wrap .faq_main .faq_box ul li .no_write{padding: 10px 0px;}

@media screen and (max-width: 1420px) {
  .cs_center .cs_tabmenu {
    width: 100%;
  }
  .cs_center .cs_tabmenu ul {
    display: none;
  }
  .cs_center .cs_tabmenu select {
    display: block;
  }
  .cs_center .faq_wrap .faq_tab1 ul {
    gap: 13px;
  }
  .cs_center .faq_wrap .faq_tab1 ul li {
    width: calc((100% - 26px) / 3);
  }
  .cs_center .faq_wrap .faq_main .faq_tab2 ul {
    display: none;
  }
  .cs_center .faq_wrap .faq_main .faq_tab2 select {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .cs_center .cs_tabmenu {
    margin-bottom: 30px;
  }
  .cs_center .cs_tabmenu select {
    height: 40px;
    padding: 0px 50px 0px 25px;
    font-size: 16px;
    background-size: 14px 10px;
    background-position-x: calc(100% - 25px);
  }
  .cs_center .bg_sch {
    padding: 40px 0px;
  }
  .cs_center .bg_sch .sch_box {
    width: 100%;
    margin-top: 15px;
  }
  .cs_center .bg_sch .sch_box input {
    padding-left: 20px;
    font-size: 14px;
  }
  .cs_center .bg_sch .tag_box {
    width: 100%;
    margin-top: 8px;
  }
  .cs_center .bg_sch .tag_box p {
    font-size: 14px;
  }
  .cs_center .faq_wrap .faq_tab1 {
    margin-top: 30px;
  }
  .cs_center .faq_wrap .faq_tab1 ul {
    gap: 10px;
  }
  .cs_center .faq_wrap .faq_tab1 ul li {
    width: calc(50% - 5px);
    height: 135px;
    border-radius: 10px;
  }
  .cs_center .faq_wrap .faq_tab1 ul li button, .cs_center .faq_wrap .faq_tab1 ul li a {
    gap: 12px;
  }
  .cs_center .faq_wrap .faq_tab1 ul li button img, .cs_center .faq_wrap .faq_tab1 ul li a img {
    width: 40px;
  }
  .cs_center .faq_wrap .faq_tab1 ul li button p, .cs_center .faq_wrap .faq_tab1 ul li a p {
    font-size: 16px;
  }
  .cs_center .faq_wrap .faq_main {
    margin-top: 30px;
  }
  .cs_center .faq_wrap .faq_main .faq_tab2 select {
    height: 40px;
    padding: 0px 50px 0px 25px;
    font-size: 14px;
    background-size: 14px 10px;
    background-position-x: calc(100% - 25px);
  }
  .cs_center .faq_wrap .faq_main .faq_box {
    padding: 0;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li {
    padding: 0px 15px 15px;
    margin-top: 15px;
    border-radius: 10px;
    border: solid 1px #ddd;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li:last-child{border-bottom: solid 1px #ddd;}
  .cs_center .faq_wrap .faq_main .faq_box ul li .faq_open {
    padding: 15px 0px;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li .faq_open .q_i {
    position: static;
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
    text-align: left;
    font-size: 14px;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li .faq_open .tit {
    padding: 15px 15px 0;
    font-size: 14px;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li .faq_open::after {
    top: 20px;
    right: 5px;
    width: 10px;
    height: 10px;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li .answer_box {
    padding: 15px;
    border-radius: 10px;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li .answer_box .a_i {
    position: static;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li .answer_box .tit {
    width: 100%;
    padding: 0px;
    font-size: 14px;
  }
  .cs_center .faq_wrap .faq_main .faq_box ul li .no_write{padding: 15px 0px 0;}
}
.bd_tb_wrap {
  margin-top: 60px;
}
.bd_tb_wrap .tb_bd_box {
  padding: 60px 100px;
  margin-top: 20px;
  border-radius: 20px;
  border: solid 1px #ddd;
  background-color: #fff;
}
.bd_tb_wrap .tb_bd_box table {
  border-top: solid 3px #B8081F !important;
}
.bd_tb_wrap .tb_bd_box table tr {
  border-bottom: solid 1px #ddd;
}
.bd_tb_wrap .tb_bd_box table tr th, .bd_tb_wrap .tb_bd_box table tr td {
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
}
.bd_tb_wrap .tb_bd_box table thead tr th {
  color: #000;
}
.bd_tb_wrap .tb_bd_box table thead tr th.w140 {
  width: 140px;
}
.bd_tb_wrap .tb_bd_box table thead tr th.w180 {
  width: 180px;
}
.bd_tb_wrap .tb_bd_box table tbody tr td.tit {
  text-align: left;
}
.bd_tb_wrap .tb_bd_box table tbody tr td.tit a {
  display: block;
  width: 100%;
}
.bd_tb_wrap .tb_bd_box table tbody tr td.tit a:hover {
  color: #B8081F !important;
}

@media screen and (max-width: 1240px) {
  .bd_tb_wrap .tb_bd_box {
    padding: 0;
    border-radius: 0;
    border: none;
  }
  .bd_tb_wrap .tb_bd_box table thead {
    display: none;
  }
  .bd_tb_wrap .tb_bd_box table tr {
    display: block;
    width: 100%;
    padding: 30px 20px;
  }
  .bd_tb_wrap .tb_bd_box table tr th, .bd_tb_wrap .tb_bd_box table tr td {
    padding: 0;
  }
  .bd_tb_wrap .tb_bd_box table tbody tr td {
    display: inline-block;
  }
  .bd_tb_wrap .tb_bd_box table tbody tr td.tit {
    display: block;
    width: 100%;
    margin: 10px 0px;
    font-weight: bold;
  }
}
@media screen and (max-width: 720px) {
  .bd_tb_wrap {
    margin-top: 30px;
  }
  .bd_tb_wrap .tb_bd_box {
    margin-top: 10px;
  }
  .bd_tb_wrap .tb_bd_box table tr {
    padding: 20px 0px;
  }
  .bd_tb_wrap .tb_bd_box table tr th, .bd_tb_wrap .tb_bd_box table tr td {
    font-size: 14px;
  }
  .bd_tb_wrap .tb_bd_box table tbody tr td.tit {
    margin: 7px 0px;
  }
}
.bd_gall_wrap {
  margin-top: 60px;
}
.bd_gall_wrap .lst_wrap {
  margin-top: 20px;
}
.bd_gall_wrap .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 22px;
}
.bd_gall_wrap .lst_wrap ul li {
  width: calc((100% - 66px) / 4);
}
.bd_gall_wrap .lst_wrap ul li .img {
  border-radius: 20px;
  border: solid 1px #ddd;
  overflow: hidden;
}
.bd_gall_wrap .lst_wrap ul li .img img {
  transition: transform 1s;
}
.bd_gall_wrap .lst_wrap ul li .t_box .tit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.bd_gall_wrap .lst_wrap ul li .t_box .tit .situ {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 34px;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #999;
}
.bd_gall_wrap .lst_wrap ul li .t_box .tit .situ.act {
  background-color: #B8081F !important;
}
.bd_gall_wrap .lst_wrap ul li .t_box .tit .t1 {
  width: calc(100% - 76px);
  font-size: 18px;
  font-weight: bold;
}
.bd_gall_wrap .lst_wrap ul li .t_box .info_line {
  margin-top: 15px;
}
.bd_gall_wrap .lst_wrap ul li .t_box .info_line p {
  display: inline-block;
  font-size: 18px;
}
.bd_gall_wrap .lst_wrap ul li .t_box .info_line p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.bd_gall_wrap .lst_wrap ul li .t_box .info_line p:last-child::after {
  display: none;
}
.bd_gall_wrap .lst_wrap ul li a:hover .img img {
  transform: scale(1.1);
}

@media screen and (max-width: 1240px) {
  .bd_gall_wrap .lst_wrap ul {
    gap: 60px 20px;
  }
  .bd_gall_wrap .lst_wrap ul li {
    width: calc(50% - 10px);
  }
  .bd_gall_wrap .lst_wrap ul li .img img {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .bd_gall_wrap {
    margin-top: 30px;
  }
  .bd_gall_wrap .lst_wrap {
    margin-top: 10px;
  }
  .bd_gall_wrap .lst_wrap ul {
    gap: 30px 10px;
  }
  .bd_gall_wrap .lst_wrap ul li {
    width: 100%;
  }
  .bd_gall_wrap .lst_wrap ul li .img {
    border-radius: 10px;
  }
  .bd_gall_wrap .lst_wrap ul li .t_box .tit {
    gap: 5px;
    margin-top: 10px;
  }
  .bd_gall_wrap .lst_wrap ul li .t_box .tit .situ {
    width: 50px;
    height: 25px;
    font-size: 14px;
  }
  .bd_gall_wrap .lst_wrap ul li .t_box .tit .t1 {
    width: calc(100% - 55px);
    font-size: 14px;
  }
  .bd_gall_wrap .lst_wrap ul li .t_box .info_line {
    margin-top: 10px;
  }
  .bd_gall_wrap .lst_wrap ul li .t_box .info_line p {
    font-size: 14px;
  }
  .bd_gall_wrap .lst_wrap ul li .t_box .info_line p::after {
    height: 12px;
    margin: -2px 7px;
  }
}
.board_view {
  margin-top: 100px;
}
.board_view .bd_v_box {
  padding: 60px 100px;
  border: solid 1px #ddd;
  border-radius: 20px;
}
.board_view .bd_v_box .board_top {
  padding: 30px 40px;
  margin-bottom: 20px;
  border: solid 1px #ddd;
  border-radius: 15px;
}
.board_view .bd_v_box .board_top .line {
  margin-top: 10px;
}
.board_view .bd_v_box .board_top .line p {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  font-size: 16px;
}
.board_view .bd_v_box .board_top .line p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: -2px 20px 0px;
  background-color: #ddd;
  vertical-align: middle;
}
.board_view .bd_v_box .board_top .line p:last-child {
  margin-right: 0px;
}
.board_view .bd_v_box .board_top .line p:last-child::after {
  display: none;
}
.board_view .bd_v_box .board_main {
  margin-bottom: 20px;
  padding: 20px 30px 60px;
  border-radius: 15px;
  background-color: #fafafa;
}
.board_view .bd_v_box .file_box {
  border-top: solid 1px #ddd;
}
.board_view .bd_v_box .file_box tr {
  border-bottom: solid 1px #ddd;
}
.board_view .bd_v_box .file_box tr th {
  width: 120px;
  padding: 30px 0px;
  vertical-align: top;
  font-size: 16px;
}
.board_view .bd_v_box .file_box tr td {
  padding: 30px 20px 30px 0px;
}
.board_view .bd_v_box .file_box tr td a {
  display: block;
  font-size: 16px;
}
.board_view .bd_v_box .file_box tr td p {
  color: #ddd;
  font-size: 16px;
}
.board_view .bd_v_box .m_next_prev {
  display: none;
}
.board_view .bd_v_box .btn_line {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.board_view .bd_v_box .btn_line .l, .board_view .bd_v_box .btn_line .r {
  display: flex;
  align-items: center;
  width: calc(50% - 100px);
}
.board_view .bd_v_box .btn_line .l p, .board_view .bd_v_box .btn_line .r p {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}
.board_view .bd_v_box .btn_line .l .txt, .board_view .bd_v_box .btn_line .r .txt {
  display: block;
  margin-top: 10px;
  font-weight: 300;
}
.board_view .bd_v_box .btn_line .l.no_write, .board_view .bd_v_box .btn_line .r.no_write {
  pointer-events: none;
}
.board_view .bd_v_box .btn_line .l.no_write .txt, .board_view .bd_v_box .btn_line .r.no_write .txt {
  color: #999;
}
.board_view .bd_v_box .btn_line .l:hover::before, .board_view .bd_v_box .btn_line .r:hover::before {
  background-image: url(/src/img/i/board_r_h.png);
}
.board_view .bd_v_box .btn_line .l::before {
  content: "";
  display: block;
  width: 55px;
  height: 40px;
  margin-right: 20px;
  transform: scaleX(-1);
  background-image: url(/src/img/i/board_r.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.board_view .bd_v_box .btn_line .r {
  flex-direction: row-reverse;
}
.board_view .bd_v_box .btn_line .r::before {
  content: "";
  display: block;
  width: 55px;
  height: 40px;
  margin-left: 20px;
  background-image: url(/src/img/i/board_r.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.board_view .bd_v_box .btn_line .r p {
  text-align: right;
}
.board_view .bd_v_box .btn_line .po_c {
  position: absolute;
  top: -5px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 55px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  background-color: #B8081F !important;
  color: #fff;
  transform: translateX(-50%);
}

@media screen and (max-width: 1420px) {
  .board_view .bd_v_box {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .board_view .bd_v_box .m_next_prev {
    display: table;
    margin-top: 60px;
    border-top: solid 1px #ddd;
  }
  .board_view .bd_v_box .m_next_prev tr {
    border-bottom: solid 1px #ddd;
  }
  .board_view .bd_v_box .m_next_prev tr th, .board_view .bd_v_box .m_next_prev tr td {
    padding: 40px 0px;
    font-size: 16px;
  }
  .board_view .bd_v_box .m_next_prev tr th {
    width: 100px;
    text-align: center;
    font-weight: bold;
  }
  .board_view .bd_v_box .m_next_prev tr td {
    text-align: left;
  }
  .board_view .bd_v_box .m_next_prev tr td a {
    display: block;
    width: 100%;
  }
  .board_view .bd_v_box .m_next_prev tr.no_write td a {
    color: #999;
    pointer-events: none;
  }
  .board_view .bd_v_box .btn_line {
    margin-top: 60px;
  }
  .board_view .bd_v_box .btn_line .l, .board_view .bd_v_box .btn_line .r {
    display: none;
  }
  .board_view .bd_v_box .btn_line .po_c {
    position: static;
    margin: 0px auto;
    transform: translateX(0);
  }
}
@media screen and (max-width: 720px) {
  .board_view {
    margin-top: 50px;
  }
  .board_view .bd_v_box .board_top {
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .board_view .bd_v_box .board_top .line {
    margin-top: 5px;
  }
  .board_view .bd_v_box .board_top .line p {
    font-size: 14px;
  }
  .board_view .bd_v_box .board_top .line p::after {
    width: 1px;
    height: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .board_view .bd_v_box .board_top .line p:last-child::after {
    display: none;
  }
  .board_view .bd_v_box .board_main {
    margin-bottom: 10px;
    padding: 15px 15px 40px;
    border-radius: 5px;
  }
  .board_view .bd_v_box .file_box tr th {
    width: 80px;
    padding: 15px 0px;
    font-size: 14px;
  }
  .board_view .bd_v_box .file_box tr td {
    padding: 15px 15px 15px 0px;
  }
  .board_view .bd_v_box .file_box tr td a {
    display: block;
    font-size: 14px;
  }
  .board_view .bd_v_box .file_box tr td p {
    color: #ddd;
    font-size: 14px;
  }
  .board_view .bd_v_box .btn_line {
    margin-top: 30px;
  }
  .board_view .bd_v_box .btn_line .po_c {
    width: 130px;
    height: 40px;
    font-size: 16px;
  }
  .board_view .bd_v_box .m_next_prev {
    margin-top: 30px;
  }
  .board_view .bd_v_box .m_next_prev tr th {
    width: 80px;
  }
  .board_view .bd_v_box .m_next_prev tr th, .board_view .bd_v_box .m_next_prev tr td {
    padding: 20px 0;
    font-size: 14px;
  }
}
.fix_btn_wrap {
  position: fixed;
  z-index: 95;
  top: 50%;
  right: 40px;
  width: 84px;
  border-radius: 100px;
  border: solid 1px #ddd;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  transform: translateY(-50%);
}
.fix_btn_wrap ul {
  width: 100%;
}
.fix_btn_wrap ul li {
  width: 100%;
  border-bottom: solid 1px #ddd;
}
.fix_btn_wrap ul li:last-child {
  border-bottom: none;
}
.fix_btn_wrap ul li:first-child a {
  padding-top: 24px;
}
.fix_btn_wrap ul li:last-child a {
  padding-bottom: 24px;
}
.fix_btn_wrap ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 18px 0px;
}

@media screen and (max-width: 1420px) {
  .fix_btn_wrap {
    display: none;
  }
}
@media screen and (min-width: 2240px) {
  .fix_btn_wrap {
    right: calc(50% - 900px);
  }
}

.no_prod{padding: 100px 40px; border-radius: 5px; background-color: #FAFAFA;}






.m_my_nav{position: relative;z-index: 50; width: 100%; height: 80px;}
.m_my_nav .main_box{display: flex; justify-content: space-between; align-items: center; width: 100%; height: 100%; padding: 0px 20px;}
.m_my_nav .main_box .m_nav_open.act img{transform: scaleY(-1);}
.m_my_nav .dep2{display: none; position: absolute; left: 0; width: 100%; z-index: 1; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; background-color: #fff;}

.m_my_nav .dep2 > ul li + li {
  border-top: 1px solid #ddd;
}
.m_my_nav .dep2 > ul li .t1 {
  position: relative;
  display: block;
  height: 76px;
  padding: 0 40px;
  line-height: 76px;
  font-size: 16px;
}
@media (max-width: 720px) {
  .m_my_nav{height: 60px;}
  .m_my_nav .dep2 > ul li .t1 {
    height: 52px;
    padding: 0px 20px;
    line-height: 52px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1401px) {
  .m_my_nav{display: none !important;}
}
.mt25_box{margin-top: 25px;}
@media (max-width: 720px) {
  .mt25_box{margin-top: 15px;}
}




.v_pro_slide{overflow-x: hidden;}


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

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


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