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

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.c0 {
  color: #000;
}

.cf {
  color: #fff;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.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: 18px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz36 {
    font-size: 24px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 20px;
  }
  .fz46 {
    font-size: 26px;
  }
  .fz50 {
    font-size: 25px;
  }
  .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: #D01A1C !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: 30px;
  }
  .page_num a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1420px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.de_cki {
  display: inline-block;
  vertical-align: middle;
}
.de_cki input {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.de_cki i {
  position: relative;
}
.de_cki i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  margin-top: -7px;
  margin-left: -4px;
  border: solid #D01A1C;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

.sys_popup {
  position: absolute;
  z-index: 3000;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
}
.sys_popup.m_ver{display: none;}
@media screen and (max-width: 1000px) {
  .sys_popup.m_ver{display: block;}
  .sys_popup.pc_ver{display: none;}
}
.sys_popup .cont {
  height: 100%;
}
.sys_popup .cont .pop_tit {
  display: none;
}
.sys_popup .cont .top {
  height: 100%;
}
.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 #fff;
  vertical-align: middle;
}
.sys_popup .cont .bottom .close {
  margin-bottom: 3px;
  margin-left: 10px;
}

.sys_popup.dn {
  display: none;
}

@media screen and (max-width: 1000px) {
  .sys_popup {
    /* top: 20px !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent;
    border: none; */
    max-width: 100%;
  }
  .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: 70%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  } */
   .sys_popup .cont{
    position: relative;
    z-index: 3500;
    max-width: 100%;
   }
   .sys_popup .cont .top img{height: 100%;}
  .sys_popup .cont .bottom {
    padding: 5px;
  }
  .sys_popup .cont .bottom button{font-size: 12px;}
}
/* response ex

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

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

.cont1300 {
  width: 1300px;
  margin: 0px auto;
}

input {
  padding-left: 20px;
}

@media screen and (max-width: 1540px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .cont1300 {
    width: 100%;
    padding: 0px 40px;
  }
  .br_n1420 br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
  .cont1300 {
    padding: 0px 20px;
  }
  input {
    padding-left: 15px;
  }
  .br_n720 br {
    display: none;
  }
}
#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px #eee;
  background-color: #fff;
}
#header .all_dep2 {
  display: none;
  position: fixed;
  z-index: 2;
  top: 100px;
  left: 0;
  width: 100%;
  padding: 50px 0px;
  border-bottom: solid 1px #eee;
  background-color: #fff;
}
#header .all_dep2 > ul {
  display: flex;
  gap: 30px;
  width: 1500px;
  margin: 0px auto;
}
#header .all_dep2 > ul > li {
  position: relative;
  width: 270px;
}
#header .all_dep2 > ul > li > a {
  font-size: 18px;
  font-weight: bold;
}
#header .all_dep2 > ul > li .dep3 {
  display: block;
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #eee;
}
#header .all_dep2 > ul > li .dep3 ul li {
  margin-bottom: 15px;
}
#header .all_dep2 > ul > li .dep3 ul li:last-child {
  margin-bottom: 0;
}
#header .all_dep2 > ul > li .dep3 ul li a {
  font-size: 18px;
  color: #666;
}
#header .all_dep2 > ul > li .dep3 ul li a:hover {
  color: #D01A1C !important;
}
#header .h_cont {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .h_cont nav {
  width: 740px;
  height: 100%;
}
#header .h_cont nav > ul {
  display: flex;
  justify-content: center;
  gap: 35px;
  width: 100%;
  height: 100%;
}
#header .h_cont nav > ul > li {
  position: relative;
  width: 120px;
  height: 100%;
}
#header .h_cont nav > ul > li:hover > a {
  color: #D01A1C !important;
}
#header .h_cont nav > ul > li:hover .dep2 {
  display: block;
}
#header .h_cont nav > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#header .h_cont nav > ul > li .dep2 {
  display: none;
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 170px;
  padding: 30px 10px;
  margin-top: -20px;
  border: solid 1px #eee;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
#header .h_cont nav > ul > li .dep2 > ul {
  display: block;
  width: 100%;
}
#header .h_cont nav > ul > li .dep2 > ul > li {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#header .h_cont nav > ul > li .dep2 > ul > li:last-child {
  margin-bottom: 0;
}
#header .h_cont nav > ul > li .dep2 > ul > li a {
  font-size: 16px;
  font-weight: 300;
}
#header .h_cont nav > ul > li .dep2 > ul > li a:hover {
  color: #D01A1C !important;
}
#header .h_cont .r_wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}
#header .h_cont .r_wrap .lang_wrap, #header .h_cont .r_wrap .mem_btn_box {
  position: relative;
}
#header .h_cont .r_wrap .lang_wrap .dep2, #header .h_cont .r_wrap .mem_btn_box .dep2 {
  display: none;
  position: absolute;
  left: 50%;
  width: 100px;
  transform: translateX(-50%);
  margin-top: 15px;
  padding: 15px 10px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li, #header .h_cont .r_wrap .mem_btn_box .dep2 ul li {
  margin-bottom: 8px;
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li:last-child, #header .h_cont .r_wrap .mem_btn_box .dep2 ul li:last-child {
  margin-bottom: 0;
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li a, #header .h_cont .r_wrap .mem_btn_box .dep2 ul li a {
  font-size: 16px;
}
#header .h_cont .r_wrap .lang_wrap .dep2 ul li a:hover, #header .h_cont .r_wrap .mem_btn_box .dep2 ul li a:hover {
  color: #D01A1C !important;
}
#header .h_cont .r_wrap .cart_btn_wrap a {
  display: block;
  position: relative;
}
#header .h_cont .r_wrap .cart_btn_wrap a span {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  font-size: 10px;
  font-weight: bold;
  background-color: #D01A1C !important;
  color: #fff;
}
#header .h_cont .r_wrap .sitemap_btn {
  position: relative;
  width: 26px;
  height: 26px;
}
#header .h_cont .r_wrap .sitemap_btn 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_cont .r_wrap .sitemap_btn span:nth-child(1) {
  top: 3px;
}
#header .h_cont .r_wrap .sitemap_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
#header .h_cont .r_wrap .sitemap_btn span:nth-child(3) {
  bottom: 3px;
  width: 20px;
}
#header .h_cont .r_wrap .sitemap_btn:hover span:nth-child(2) {
  width: calc(100% - 2px);
}
#header .h_cont .r_wrap .sitemap_btn:hover span:nth-child(3) {
  width: calc(100% - 2px);
}
#header .h_cont .r_wrap .sitemap_btn.a span:nth-child(1) {
  width: calc(100% - 1px);
  transform: rotate(-45deg);
  top: 3px;
  transform-origin: right top;
}
#header .h_cont .r_wrap .sitemap_btn.a span:nth-child(2) {
  transform: scaleX(0);
  transform-origin: right top;
}
#header .h_cont .r_wrap .sitemap_btn.a span:nth-child(3) {
  width: calc(100% - 1px);
  bottom: 3px;
  transform: rotate(45deg);
  transform-origin: right bottom;
}
#header .h_cont.m_ver {
  display: none;
}

@media screen and (max-width: 1420px) {
  #header .all_dep2 {
    display: none !important;
  }
  #header .h_cont.pc_ver {
    display: none;
  }
  #header .h_cont.m_ver {
    display: flex;
  }
  #header .h_cont.m_ver button {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #header .h_cont.m_ver button .bar_box {
    position: relative;
    width: 26px;
    height: 26px;
  }
  #header .h_cont.m_ver button .bar_box 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_cont.m_ver button .bar_box span:nth-child(1) {
    top: 3px;
  }
  #header .h_cont.m_ver button .bar_box span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
  }
  #header .h_cont.m_ver button .bar_box span:nth-child(3) {
    bottom: 3px;
    width: 20px;
  }
  #header .h_cont.m_ver button .bar_box.a span:nth-child(1) {
    width: calc(100% - 1px);
    transform: rotate(-45deg);
    top: 3px;
    transform-origin: right top;
  }
  #header .h_cont.m_ver button .bar_box.a span:nth-child(2) {
    transform: scaleX(0);
    transform-origin: right top;
  }
  #header .h_cont.m_ver button .bar_box.a span:nth-child(3) {
    width: calc(100% - 1px);
    bottom: 3px;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  #header .h_cont.m_ver .m_menu_open .bar_box span {
    background-color: #D01A1C !important;
  }
  #header .h_cont.m_ver .m_menu_open .bar_box span:nth-child(2) {
    width: calc(100% - 2px);
  }
  #header .h_cont.m_ver .m_menu_open .bar_box span:nth-child(3) {
    width: calc(100% - 2px);
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 50px;
  }
  #header .h_cont.m_ver .logo {
    display: block;
    width: 34px;
  }
  #header .h_cont.m_ver button {
    gap: 10px;
  }
  #header .h_cont.m_ver button .bar_box {
    width: 20px;
    height: 20px;
  }
  #header .h_cont.m_ver button .bar_box span:nth-child(2) {
    width: 11px;
  }
  #header .h_cont.m_ver button .bar_box span:nth-child(3) {
    bottom: 3px;
    width: 15px;
  }
  #header .h_cont.m_ver button .bar_box.a span:nth-child(1) {
    width: 100%;
    top: 2px;
  }
  #header .h_cont.m_ver button .bar_box.a span:nth-child(3) {
    width: 100%;
    bottom: 2px;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 100px;
  left: -100%;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #fff;
  transition: left 0.7s;
}
.sitemap_wrap .sitemap.a {
  left: 0;
}
.sitemap_wrap .sitemap .top {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 30px 40px;
  background-color: #D01A1C !important;
}
.sitemap_wrap .sitemap .top .item {
  position: relative;
}
.sitemap_wrap .sitemap .top .item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  margin-top: -1px;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
.sitemap_wrap .sitemap .top .item ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.sitemap_wrap .sitemap .top .item ul li a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.sitemap_wrap .sitemap .top .item:last-child::after {
  display: none;
}
.sitemap_wrap .sitemap .lst_wrap {
  height: calc(100% - 83px);
  overflow-y: scroll;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li {
  border-bottom: solid 1px #ddd;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
  display: block;
  width: 100%;
  padding: 40px;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 120%;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > a.a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button.a {
  color: #D01A1C !important;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
  display: none;
  padding: 0px 40px 40px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 20px;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li:last-child {
  margin-bottom: 0;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
  font-size: 20px;
  color: #666;
}

.m_cate_wrap .sitemap {
  left: auto;
  right: -100%;
  transition: right 0.7s;
}
.m_cate_wrap .sitemap.a {
  left: auto;
  right: 0;
}

@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap {
    top: 50px;
    height: calc(100% - 50px);
  }
  .sitemap_wrap .sitemap .top {
    gap: 24px;
    padding: 15px 20px;
    white-space: nowrap;
    overflow-x: auto;
  }
  .sitemap_wrap .sitemap .top .item::after {
    right: -12px;
    height: 11px;
  }
  .sitemap_wrap .sitemap .top .item ul {
    gap: 10px;
  }
  .sitemap_wrap .sitemap .top .item ul li a {
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .top .item .insta_i{display: block; width: 20px;}
  .sitemap_wrap .sitemap .lst_wrap {
    height: calc(100% - 51px);
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > a, .sitemap_wrap .sitemap .lst_wrap > ul > li > button {
    padding: 20px;
    font-size: 18px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    padding: 0px 20px 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 10px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1420px) {
  .sitemap_wrap {
    display: none !important;
  }
}
.main_slider {
  position: relative;
  height: 970px;
}
.main_slider .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main_slider .item a {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_slider .item a{display: block; width: 100%; height: 100%; position: relative;}
.main_slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s ease-out;
  transform: scale(1.2);
}
.main_slider .item .t_box {
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
  width: 1500px;
  margin-top: 50px;
  text-align: center;
  transition: margin-top 1s 0.5s, opacity 1s 0.5s;
  -webkit-transition: margin-top 1s 0.5s, opacity 1s 0.5s;
  opacity: 0;
}
.main_slider .item .t_box .t2 {
  margin: 20px 0px 40px;
  line-height: 125%;
}
.main_slider .item.swiper-slide-active img, .main_slider .item.swiper-slide-duplicate-active img {
  transform: scale(1);
}
.main_slider .item.swiper-slide-active .t_box, .main_slider .item.swiper-slide-duplicate-active .t_box {
  margin-top: 0;
  opacity: 1;
}
.main_slider .pagi_box {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.main_slider .pagi_box .main_pagi {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main_slider .pagi_box .main_pagi span {
  width: auto;
  height: auto;
  font-size: 16px;
  margin: 0;
  background: transparent;
  border-radius: 0;
  opacity: 0.4;
  color: #fff;
}
.main_slider .pagi_box .main_pagi span.swiper-pagination-bullet-active {
  opacity: 1;
}
.main_slider .pagi_box .pagi_bar {
  position: relative;
  width: 60px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.main_slider .pagi_box .pagi_bar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #fff;
  opacity: 1;
}
.main_slider .pagi_box .pause_btn {
  width: 12px;
  height: 12px;
  background: url(/src/img/i/pause_btn.png) no-repeat center center/cover;
}
.main_slider .pagi_box .pause_btn.a {
  background-image: url(/src/img/i/start_btn.png);
}
.main_slider .arrow_btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.main_slider .arrow_btn.prev {
  left: calc(50% - 750px);
  transform: translate(-100%, -50%) scaleX(-1);
}
.main_slider .arrow_btn.next {
  right: calc(50% - 750px);
  transform: translate(100%, -50%);
}
.main_slider .arrow_btn:hover {
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .main_slider .arrow_btn.prev {
    left: 40px;
    transform: translateY(-50%) scaleX(-1);
  }
  .main_slider .arrow_btn.next {
    right: 40px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1540px) {
  .main_slider .item .t_box {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 1420px) {
  .main_slider {
    height: 1090px;
  }
  .main_slider .item .t_box br {
    display: none;
  }
  .main_slider .arrow_btn {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .main_slider {
    height: 570px;
  }
  .main_slider .item .t_box {
    /* top: 50%; */
    /* top: auto; */
    /* bottom: 100px; */
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 20px;
    width: 100%;
  }
  .main_slider .item .t_box .t1{width: 100%;}
  .main_slider .item .t_box .t2 {
    width: 100%;
    margin: 15px 0px 30px;
  }
  .main_slider .pagi_box {
    bottom: 30px;
    padding: 0px 20px;
  }
  .main_slider .pagi_box .main_pagi {
    gap: 8px;
  }
  .main_slider .pagi_box .main_pagi span {
    font-size: 14px;
  }
  .main_slider .pagi_box .pagi_bar {
    height: 1px;
  }
  .main_slider .pagi_box .pagi_bar span {
    height: 1px;
  }
}
.index_wrap {
  overflow: hidden;
}
.index_wrap .main_t1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.index_wrap .main_t2 {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
  color: #666;
}

@media screen and (max-width: 720px) {
  .index_wrap .main_t1 {
    font-size: 20px;
  }
  .index_wrap .main_t2 {
    font-size: 16px;
  }
}
.index_wrap .sect2 {
  padding: 140px 0px;
}
.index_wrap .sect2 .lst_wrap {
  margin-top: 60px;
}
.index_wrap .sect2 .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.index_wrap .sect2 .lst_wrap ul li {
  width: calc((100% - 90px) / 4);
}
.index_wrap .sect2 .lst_wrap ul li a {
  display: block;
  width: 100%;
}
.index_wrap .sect2 .lst_wrap ul li a .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index_wrap .sect2 .lst_wrap ul li a .img img {
  transition: transform 1s;
}
.index_wrap .sect2 .lst_wrap ul li a .img .today {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  border-radius: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #D01A1C !important;
}
.index_wrap .sect2 .lst_wrap ul li a .t_box {
  margin-top: 25px;
}
.index_wrap .sect2 .lst_wrap ul li a .t_box .t1 {
  font-size: 18px;
  color: #666;
}
.index_wrap .sect2 .lst_wrap ul li a .t_box .tit {
  margin: 10px 0px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.index_wrap .sect2 .lst_wrap ul li a .t_box .price {
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #151515;
}
.index_wrap .sect2 .lst_wrap ul li a .t_box .price span {
  font-weight: bold;
  color: #D01A1C !important;
}
.index_wrap .sect2 .lst_wrap ul li a .t_box .price del {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.index_wrap .sect2 .lst_wrap ul li a:hover .img img {
  transform: scale(1.1);
}
.index_wrap .sect2 .lst_wrap ul li a:hover .t_box .tit {
  color: #D01A1C !important;
}
.index_wrap .sect2 .more_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 60px;
  padding: 0px 30px;
  margin: 80px auto 0;
  border-radius: 50px;
  border: solid 1px #ddd;
  font-size: 20px;
  color: #666;
  background-color: #fff;
}
.index_wrap .sect2 .more_btn .w {
  display: none;
}
.index_wrap .sect2 .more_btn:hover {
  background-color: #D01A1C !important;
  color: #fff;
}
.index_wrap .sect2 .more_btn:hover .g {
  display: none;
}
.index_wrap .sect2 .more_btn:hover .w {
  display: block;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect2 .lst_wrap ul {
    width: 640px;
    margin: 0px auto;
    gap: 60px 26px;
  }
  .index_wrap .sect2 .lst_wrap ul li {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect2 {
    padding: 70px 0px;
  }
  .index_wrap .sect2 .lst_wrap {
    margin-top: 30px;
  }
  .index_wrap .sect2 .lst_wrap ul {
    width: 100%;
    gap: 30px 16px;
  }
  .index_wrap .sect2 .lst_wrap ul li {
    width: calc(50% - 8px);
  }
  .index_wrap .sect2 .lst_wrap ul li a .img .today {
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    border-radius: 0px;
    font-size: 14px;
    background-color: rgba(208, 26, 28, 0.8) !important;
  }
  .index_wrap .sect2 .lst_wrap ul li a .t_box {
    margin-top: 15px;
  }
  .index_wrap .sect2 .lst_wrap ul li a .t_box .t1 {
    font-size: 14px;
  }
  .index_wrap .sect2 .lst_wrap ul li a .t_box .tit {
    margin: 5px 0px 10px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
  }
  .index_wrap .sect2 .lst_wrap ul li a .t_box .price {
    flex-wrap: wrap;
    gap: 0px 8px;
    font-size: 16px;
  }
  .index_wrap .sect2 .lst_wrap ul li a .t_box .price del {
    font-size: 14px;
  }
  .index_wrap .sect2 .more_btn {
    width: 150px;
    height: 45px;
    padding: 0px 25px;
    margin-top: 40px;
    font-size: 16px;
  }
}
.index_wrap .sect3 {
  padding: 140px 0px;
  background-color: #fafafa;
}
.index_wrap .sect3 .container {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.index_wrap .sect3 .container .item {
  width: 727px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
}
.index_wrap .sect3 .container .item:first-child {
  background-color: rgba(208, 26, 28, 0.1);
}
.index_wrap .sect3 .container .item:last-child {
  background-color: rgba(230, 141, 69, 0.1);
}
.index_wrap .sect3 .container .item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.index_wrap .sect3 .container .item a .img {
  display: block;
  width: 100%;
}
.index_wrap .sect3 .container .item a .t_box {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  padding-right: 60px;
}
.index_wrap .sect3 .container .item a .t_box .t1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.index_wrap .sect3 .container .item a .t_box .t2 {
  margin: 15px 0px 30px;
  font-size: 20px;
}
.index_wrap .sect3 .container .item a .t_box .more {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #666;
}
.index_wrap .sect3 .container .item a .t_box .more span {
  display: block;
  padding: 3px 0px;
  position: relative;
}
.index_wrap .sect3 .container .item a .t_box .more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
  width: 100%;
}
.index_wrap .sect3 .container .item a .t_box .more .c {
  display: none;
}
.index_wrap .sect3 .container .item a:hover .t_box .more span {
  color: #D01A1C !important;
}
.index_wrap .sect3 .container .item a:hover .t_box .more span::after {
  background-color: #D01A1C !important;
}
.index_wrap .sect3 .container .item a:hover .t_box .more .g {
  display: none;
}
.index_wrap .sect3 .container .item a:hover .t_box .more .c {
  display: block;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect3 .container {
    flex-direction: column;
    align-items: center;
  }
  .index_wrap .sect3 .container .item {
    width: 640px;
    max-width: 100%;
    height: 280px;
  }
  .index_wrap .sect3 .container .item a {
    display: flex;
    align-items: end;
  }
  .index_wrap .sect3 .container .item a .t_box {
    padding-right: 30px;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect3 {
    padding: 70px 0px;
  }
  .index_wrap .sect3 .container {
    gap: 20px;
  }
  .index_wrap .sect3 .container .item {
    width: 100%;
    height: 280px;
  }
  .index_wrap .sect3 .container .item a {
    justify-content: end;
  }
  .index_wrap .sect3 .container .item a .img {
    display: flex;
    justify-content: end;
    align-items: end;
  }
  .index_wrap .sect3 .container .item a .t_box {
    top: 35px;
    right: auto;
    left: 0;
    padding: 0px 20px;
    transform: translate(0);
  }
  .index_wrap .sect3 .container .item a .t_box .t1 {
    font-size: 18px;
  }
  .index_wrap .sect3 .container .item a .t_box .t2 {
    margin: 7px 0px 15px;
    font-size: 16px;
  }
  .index_wrap .sect3 .container .item a .t_box .more {
    gap: 10px;
    font-size: 16px;
  }
}
.index_wrap .sect4 {
  padding: 105px 0px;
  background: url(/src/img/sect4_bg.jpg) no-repeat center center/cover;
}
.index_wrap .sect4 .container {
  display: flex;
  justify-content: end;
}
.index_wrap .sect4 .container .t_box {
  width: 480px;
}
.index_wrap .sect4 .container .t_box .t2 {
  margin: 20px 0px 60px;
}
.index_wrap .sect4 .container .t_box .more_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  height: 60px;
  padding: 0px 30px;
  border-radius: 50px;
  border: solid 1px rgba(255, 255, 255, 0.6);
  font-size: 20px;
  opacity: 0.8;
  color: #fff;
}
.index_wrap .sect4 .container .t_box .more_btn:hover {
  border-color: #D01A1C !important;
  opacity: 1;
  background-color: #D01A1C !important;
}

@media screen and (max-width: 1420px) {
  .index_wrap .sect4 {
    background-image: url(/src/img/sect4_bg_m.jpg);
  }
  .index_wrap .sect4 .container .t_box {
    width: 100%;
    text-align: center;
  }
  .index_wrap .sect4 .container .t_box .more_btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect4 {
    padding: 70px 0px;
  }
  .index_wrap .sect4 .container .t_box br {
    display: none;
  }
  .index_wrap .sect4 .container .t_box .t2 {
    margin: 10px 0px 30px;
  }
  .index_wrap .sect4 .container .t_box .more_btn {
    width: 150px;
    height: 45px;
    padding: 0px 25px;
    margin-top: 40px;
    font-size: 16px;
  }
}
.index_wrap .sect5 {
  position: relative;
  padding: 140px 0px;
  max-width: 2160px;
  margin: 0px auto;
  overflow-x: hidden;
}
.index_wrap .sect5::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(50% - 750px + 381px);
  height: 100%;
  background-color: #fff;
}
.index_wrap .sect5 .wrap .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_wrap .sect5 .wrap .l_wrap {
  position: relative;
  z-index: 2;
  width: 381px;
  background-color: #fff;
}
.index_wrap .sect5 .wrap .l_wrap p {
  text-align: left;
}
.index_wrap .sect5 .wrap .l_wrap .main_t2 {
  margin-bottom: 40px;
}
.index_wrap .sect5 .wrap .l_wrap .more {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #666;
}
.index_wrap .sect5 .wrap .l_wrap .more span {
  display: block;
  padding: 3px 0px;
  position: relative;
}
.index_wrap .sect5 .wrap .l_wrap .more span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
  width: 100%;
}
.index_wrap .sect5 .wrap .l_wrap .more .c {
  display: none;
}
.index_wrap .sect5 .wrap .l_wrap .more:hover {
  color: #D01A1C !important;
}
.index_wrap .sect5 .wrap .l_wrap .more:hover span::after {
  background-color: #D01A1C !important;
}
.index_wrap .sect5 .wrap .l_wrap .more:hover .g {
  display: none;
}
.index_wrap .sect5 .wrap .l_wrap .more:hover .c {
  display: block;
}
.index_wrap .sect5 .wrap .l_wrap .pagi_box {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-top: 100px;
}
.index_wrap .sect5 .wrap .l_wrap .pagi_box .arrow_btn {
  width: 45px;
  height: 45px;
  border: solid 1px #ddd;
  border-radius: 30px;
  background: url(/src/img/i/right_arrow_g.png) no-repeat center center/auto #fff;
}
.index_wrap .sect5 .wrap .l_wrap .pagi_box .arrow_btn:hover {
  border-color: #D01A1C !important;
  background-color: #D01A1C !important;
  background-image: url(/src/img/i/right_arrow_w.png);
}
.index_wrap .sect5 .wrap .l_wrap .pagi_box .prev {
  transform: scaleX(-1);
}
.index_wrap .sect5 .wrap .l_wrap .pagi_box .gall_pagi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  font-size: 18px;
}
.index_wrap .sect5 .wrap .l_wrap .pagi_box .gall_pagi .mid_bar {
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0px 9px;
  background-color: #ccc;
}
.index_wrap .sect5 .wrap .l_wrap .pagi_box .gall_pagi .swiper-pagination-current {
  color: #D01A1C !important;
}
.index_wrap .sect5 .wrap .r_wrap {
  width: 1119px;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item {
  margin-top: 0px;
  border: solid 1px #ddd;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  transition: border-color 0.7s, margin-top 0.7s;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item a {
  display: block;
  padding: 20px;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item a .img {
  overflow: hidden;
  border-radius: 10px;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item a .img img {
  transition: transform 1s;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item a .t_box {
  margin-top: 25px;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item a .t_box .tit {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item a .t_box .t {
  height: 81px;
  margin: 20px 0px 40px;
  font-size: 18px;
  color: #666;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item a .t_box .date {
  font-size: 18px;
  color: #999;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item:hover {
  margin-top: -25px;
  border-color: #D01A1C !important;
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item:hover a .img img {
  transform: scale(1.1);
}
.index_wrap .sect5 .wrap .r_wrap .gall_sw .item:hover a .t_box p {
  color: #D01A1C !important;
}
.index_wrap .sect5 .wrap .pagi_box.m_ver {
  display: none;
}

@media screen and (max-width: 1540px) {
  .index_wrap .sect5::after {
    width: 421px;
  }
  .index_wrap .sect5 .wrap .container .r_wrap {
    width: calc(100% - 381px);
  }
}
@media screen and (max-width: 1420px) {
  .index_wrap .sect5::after {
    display: none;
  }
  .index_wrap .sect5 .wrap .container {
    display: block;
    padding-bottom: 85px;
    position: relative;
  }
  .index_wrap .sect5 .wrap .container .l_wrap {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .index_wrap .sect5 .wrap .container .l_wrap br {
    display: none;
  }
  .index_wrap .sect5 .wrap .container .l_wrap p {
    text-align: center;
  }
  .index_wrap .sect5 .wrap .container .l_wrap .more {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .index_wrap .sect5 .wrap .container .l_wrap .pagi_box {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
  }
  .index_wrap .sect5 .wrap .container .r_wrap {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 720px) {
  .index_wrap .sect5 {
    padding: 70px 0px;
  }
  .index_wrap .sect5 .wrap .container {
    padding-bottom: 55px;
  }
  .index_wrap .sect5 .wrap .container .l_wrap {
    margin-bottom: 30px;
  }
  .index_wrap .sect5 .wrap .container .l_wrap .main_t2 {
    margin-bottom: 20px;
  }
  .index_wrap .sect5 .wrap .container .l_wrap .more {
    gap: 10px;
    font-size: 16px;
  }
  .index_wrap .sect5 .wrap .container .l_wrap .pagi_box {
    gap: 12px;
  }
  .index_wrap .sect5 .wrap .container .l_wrap .pagi_box .arrow_btn {
    width: 30px;
    height: 30px;
    background-size: 5px 7px;
  }
  .index_wrap .sect5 .wrap .container .l_wrap .pagi_box .gall_pagi {
    width: 50px;
    font-size: 14px;
  }
  .index_wrap .sect5 .wrap .container .l_wrap .pagi_box .gall_pagi .mid_bar {
    margin: 0px 7px;
  }
  .index_wrap .sect5 .wrap .container .r_wrap {
    width: 280px;
  }
  .index_wrap .sect5 .wrap .container .r_wrap .gall_sw .item a {
    padding: 15px;
  }
  .index_wrap .sect5 .wrap .container .r_wrap .gall_sw .item a .t_box {
    margin-top: 15px;
  }
  .index_wrap .sect5 .wrap .container .r_wrap .gall_sw .item a .t_box .tit {
    font-size: 16px;
  }
  .index_wrap .sect5 .wrap .container .r_wrap .gall_sw .item a .t_box .t {
    height: 63px;
    margin: 10px 0px 20px;
    font-size: 14px;
  }
  .index_wrap .sect5 .wrap .container .r_wrap .gall_sw .item a .t_box .date {
    font-size: 14px;
  }
  .index_wrap .sect5 .wrap .container .r_wrap .gall_sw .item:hover {
    margin-top: 0;
  }
}
.s_top {
  margin-bottom: 30px;
  padding-top: 130px;
}
.s_top .s_top_nav {
  display: flex;
  align-items: center;
}
.s_top .s_top_nav a {
  font-size: 18px;
  color: #666;
  line-height: 21px;
}
.s_top .s_top_nav a::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: -3px 10px 0;
  vertical-align: middle;
  background: url(/src/img/i/s_top_nav.png) no-repeat center center/auto;
}
.s_top .s_top_nav a:last-child::after {
  display: none;
}

.sub_tit {
  margin-bottom: 30px;
}

@media screen and (max-width: 720px) {
  .s_top {
    margin-bottom: 20px;
    padding-top: 66px;
  }
  .s_top .s_top_nav a {
    font-size: 14px;
    line-height: 16px;
  }
  .s_top .s_top_nav a.home_btn img {
    width: 16px;
  }
  .s_top .s_top_nav a::after {
    width: 16px;
    height: 16px;
    margin: 0px 7px 0px;
    background-size: cover;
  }
  .sub_tit {
    margin-bottom: 15px;
  }
}
.brand_pg .big {
  width: 100%;
  max-width: 2160px;
  height: 450px;
  margin: 0px auto;
}
.brand_pg .big img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brand_pg .brand_story {
  position: relative;
  padding: 60px 0px 140px;
}
.brand_pg .brand_story::before {
  content: "BRAND STORY";
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 188px;
  line-height: 225px;
  letter-spacing: -1px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.02);
}
.brand_pg .brand_story .t2 {
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
}
.brand_pg .bg_wrap {
  padding: 140px 0px;
  background-color: #fafafa;
  position: relative;
}
.brand_pg .bg_wrap::before {
  content: "BRAND VISION";
  position: absolute;
  bottom: 170px;
  left: calc(50% - 480px);
  transform: translateX(-50%);
  font-size: 140px;
  line-height: 165px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.02);
}
.brand_pg .bg_wrap .img_box {
  position: relative;
  z-index: 2;
}
.brand_pg .bg_wrap .img_box .df {
  display: flex;
  align-items: start;
  gap: 40px;
}
.brand_pg .bg_wrap .img_box .df:last-child {
  flex-direction: row-reverse;
  justify-content: start;
  margin-top: 40px;
}
.brand_pg .bg_wrap .img_box .df:last-child .img:last-child {
  margin-top: -100px;
}
.brand_pg .bg_wrap .img_box .t_box {
  width: 630px;
  padding-top: 84px;
}
.brand_pg .bg_wrap .img_box .t_box .t2 {
  margin-top: 25px;
  font-size: 18px;
}
.brand_pg .bg_wrap .img_box .img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.brand_pg .brand_bottom {
  position: relative;
  padding: 140px 0px;
  overflow: hidden;
}
.brand_pg .brand_bottom::before {
  content: "BRAND COOPERTATION";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 2000px;
  letter-spacing: -1px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 179px;
  line-height: 213px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.02);
}
.brand_pg .brand_bottom ul {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.brand_pg .brand_bottom ul li {
  width: calc(50% - 20px);
}
.brand_pg .brand_bottom ul li .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.brand_pg .brand_bottom ul li .img p {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.brand_pg .brand_bottom ul li .t {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 1420px) {
  .brand_pg .brand_story::before {
    top: 140px;
    font-size: 90px;
    line-height: 110px;
  }
  .brand_pg .brand_story br {
    display: none;
  }
  .brand_pg .bg_wrap::before {
    width: 620px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
    font-size: 80px;
    line-height: 125%;
    text-align: center;
  }
  .brand_pg .bg_wrap .img_box .df {
    flex-direction: column;
    align-items: center;
  }
  .brand_pg .bg_wrap .img_box .df:last-child {
    flex-direction: column;
    align-items: center;
  }
  .brand_pg .bg_wrap .img_box .df:last-child .img:last-child {
    margin-top: 0;
  }
  .brand_pg .bg_wrap .img_box .df .t_box {
    width: 100%;
    padding-top: 0;
  }
  .brand_pg .bg_wrap .img_box .df .t_box br {
    display: none;
  }
  .brand_pg .bg_wrap .img_box .df .img {
    width: 630px;
    max-width: 100%;
  }
  .brand_pg .brand_bottom::before {
    bottom: -20px;
    width: 740px;
    font-size: 67px;
    line-height: 125%;
  }
  .brand_pg .brand_bottom ul {
    flex-direction: column;
    align-items: center;
  }
  .brand_pg .brand_bottom ul li {
    width: 100%;
  }
  .brand_pg .brand_bottom ul li .img {
    width: 630px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 720px) {
  .brand_pg .big {
    height: 250px;
  }
  .brand_pg .brand_story {
    padding: 30px 0px 70px;
  }
  .brand_pg .brand_story::before {
    top: 60px;
    font-size: 80px;
    line-height: 100px;
  }
  .brand_pg .brand_story .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
  .brand_pg .bg_wrap {
    padding: 70px 0px;
  }
  .brand_pg .bg_wrap::before {
    width: 320px;
    bottom: 30px;
    font-size: 40px;
  }
  .brand_pg .bg_wrap .img_box .df {
    gap: 20px;
  }
  .brand_pg .bg_wrap .img_box .df:last-child {
    margin-top: 20px;
  }
  .brand_pg .bg_wrap .img_box .df .t_box {
    text-align: center;
  }
  .brand_pg .bg_wrap .img_box .df .t_box .t2 {
    margin-top: 15px;
    font-size: 14px;
  }
  .brand_pg .brand_bottom {
    padding: 70px 0px;
  }
  .brand_pg .brand_bottom::before {
    bottom: -10px;
    width: 320px;
    font-size: 29px;
  }
  .brand_pg .brand_bottom ul {
    gap: 20px;
    margin-top: 20px;
  }
  .brand_pg .brand_bottom ul li .img p {
    bottom: 20px;
    font-size: 16px;
  }
  .brand_pg .brand_bottom ul li .img p span {
    display: block;
  }
  .brand_pg .brand_bottom ul li .t {
    margin-top: 15px;
    font-size: 14px;
  }
  .brand_pg .brand_bottom ul li .t br {
    display: none;
  }
}
.prod_lst .prod_lst_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.prod_lst .prod_lst_top .align_lst ul {
  display: flex;
}
.prod_lst .prod_lst_top .align_lst ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: -4px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.prod_lst .prod_lst_top .align_lst ul li:last-child::after {
  display: none;
}
.prod_lst .prod_lst_top .align_lst ul li a {
  font-size: 18px;
  color: #999;
}
.prod_lst .prod_lst_top .align_lst ul li.a a {
  font-weight: bold;
  color: #000;
}
.prod_lst .prod_lst_top .align_lst select {
  display: none;
}
.prod_lst .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}
.prod_lst .lst_wrap ul li {
  width: calc((100% - 90px) / 4);
}
.prod_lst .lst_wrap ul li a {
  display: block;
  width: 100%;
}
.prod_lst .lst_wrap ul li a .img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.prod_lst .lst_wrap ul li a .img img {
  transition: transform 1s;
}
.prod_lst .lst_wrap ul li a .img .today {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  border-radius: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #D01A1C !important;
}
.prod_lst .lst_wrap ul li a .t_box {
  margin-top: 25px;
}
.prod_lst .lst_wrap ul li a .t_box .t1 {
  font-size: 18px;
  color: #666;
}
.prod_lst .lst_wrap ul li a .t_box .tit {
  margin: 10px 0px 15px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.prod_lst .lst_wrap ul li a .t_box .price {
  display: flex;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #151515;
}
.prod_lst .lst_wrap ul li a .t_box .price span {
  font-weight: bold;
  color: #D01A1C !important;
}
.prod_lst .lst_wrap ul li a .t_box .price del {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.prod_lst .lst_wrap ul li a:hover .img img {
  transform: scale(1.1);
}
.prod_lst .lst_wrap ul li a:hover .t_box .tit {
  color: #D01A1C !important;
}

@media screen and (max-width: 1420px) {
  .prod_lst .prod_lst_top .align_lst ul {
    display: none;
  }
  .prod_lst .prod_lst_top .align_lst select {
    display: block;
    width: 140px;
    height: 50px;
    padding: 0px 30px 0px 20px;
  }
}
@media screen and (max-width: 1240px){
	.prod_lst .lst_wrap ul{
		max-width: 991px;
		width: 100%;
		margin: 0 auto;
		gap: 60px 26px;
	}
  .prod_lst .lst_wrap ul li {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 720px) {
  .prod_lst .prod_lst_top {
    flex-direction: column;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
  }
  .prod_lst .prod_lst_top .align_lst {
    width: 100%;
  }
  .prod_lst .prod_lst_top .align_lst select {
    width: 100%;
    height: 45px;
  }
  .prod_lst .lst_wrap {
    margin-top: 30px;
  }
  .prod_lst .lst_wrap ul {
    width: 100%;
    gap: 30px 16px;
  }
  .prod_lst .lst_wrap ul li {
    width: calc(50% - 8px);
  }
  .prod_lst .lst_wrap ul li a .img .today {
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 8px 10px;
    border-radius: 0px;
    font-size: 14px;
    background-color: rgba(208, 26, 28, 0.8) !important;
  }
  .prod_lst .lst_wrap ul li a .t_box {
    margin-top: 15px;
  }
  .prod_lst .lst_wrap ul li a .t_box .t1 {
    font-size: 14px;
  }
  .prod_lst .lst_wrap ul li a .t_box .tit {
    margin: 5px 0px 10px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: wrap;
  }
  .prod_lst .lst_wrap ul li a .t_box .price {
    flex-wrap: wrap;
    gap: 0px 8px;
    font-size: 16px;
  }
  .prod_lst .lst_wrap ul li a .t_box .price del {
    font-size: 14px;
  }
  .prod_lst .more_btn {
    width: 150px;
    height: 45px;
    padding: 0px 25px;
    margin-top: 40px;
    font-size: 16px;
  }
}
.board_lst_pg .board_lst_tab {
  margin-bottom: 60px;
}
.board_lst_pg .board_lst_tab ul {
  display: flex;
  border-top: solid 1px #ddd;
}
.board_lst_pg .board_lst_tab ul li {
  width: 25%;
  height: 72px;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
}
.board_lst_pg .board_lst_tab ul li:first-child {
  border-left: solid 1px #ddd;
}
.board_lst_pg .board_lst_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #999;
}
.board_lst_pg .board_lst_tab ul li.a a {
  position: relative;
  color: #D01A1C !important;
  font-weight: bold;
}
.board_lst_pg .board_lst_tab ul li.a a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #D01A1C !important;
}
.board_lst_pg .board_lst_tab select {
  display: none;
}
.board_lst_pg .board_lst_top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 25px;
}
.board_lst_pg .board_lst_top .sch_wrap {
  display: flex;
  gap: 10px;
}
.board_lst_pg .board_lst_top .sch_wrap .inp {
  height: 55px;
  padding-left: 25px;
  border: solid 1px #ddd;
  border-radius: 50px;
  font-size: 18px;
}
.board_lst_pg .board_lst_top .sch_wrap select.inp {
  width: 160px;
  background-position-x: calc(100% - 25px);
}
.board_lst_pg .board_lst_top .sch_wrap .sch_box {
  position: relative;
  width: 400px;
}
.board_lst_pg .board_lst_top .sch_wrap .sch_box input {
  width: 100%;
  padding-right: 50px;
}
.board_lst_pg .board_lst_top .sch_wrap .sch_box input::placeholder {
  color: #999;
}
.board_lst_pg .board_lst_top .sch_wrap .sch_box button {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.board_lst_pg .board_lst_top .r_wrap {
  display: flex;
  gap: 10px;
}
.board_lst_pg .board_lst_top .r_wrap .write_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 55px;
  border-radius: 50px;
  background-color: #D01A1C !important;
}
.board_lst_pg .board_lst_tb table {
  border-top: solid 1px #999;
}
.board_lst_pg .board_lst_tb table tr {
  border-bottom: solid 1px #ddd;
}
.board_lst_pg .board_lst_tb table tr th, .board_lst_pg .board_lst_tb table tr td {
  padding: 30px 5px;
  text-align: center;
  font-size: 20px;
}
.board_lst_pg .board_lst_tb table tr th {
  font-weight: bold;
}
.board_lst_pg .board_lst_tb table thead tr th.w135 {
  width: 135px;
}
.board_lst_pg .board_lst_tb table thead tr th.w140 {
  width: 140px;
}
.board_lst_pg .board_lst_tb table tbody tr td.tit {
  text-align: left;
}
.board_lst_pg .board_lst_tb table tbody tr td.tit a {
  display: block;
  width: 100%;
}
.board_lst_pg .board_lst_tb table tbody tr td.tit a:hover {
  color: #D01A1C !important;
}
.board_lst_pg .board_lst_tb table tbody tr td .lock {
  padding-left: 22px;
  position: relative;
}
.board_lst_pg .board_lst_tb table tbody tr td .lock::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(/src/img/i/lock_i.png) no-repeat center center/auto;
}
.board_lst_pg .faq_lst {
  border-top: solid 1px #000;
}
.board_lst_pg .faq_lst .item {
  border-bottom: solid 1px #ddd;
}
.board_lst_pg .faq_lst .item .q_box {
  position: relative;
  width: 100%;
  padding: 30px 65px 30px 130px;
  text-align: left;
}
.board_lst_pg .faq_lst .item .q_box::before {
  content: "Q";
  position: absolute;
  top: 34px;
  left: 20px;
  width: 90px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.board_lst_pg .faq_lst .item .q_box::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 40px;
  width: 24px;
  height: 24px;
  background: url(/src/img/i/faq_arrow.png) no-repeat center center;
}
.board_lst_pg .faq_lst .item .q_box .tit {
  width: 100%;
  font-size: 20px;
}
.board_lst_pg .faq_lst .item .answer_box {
  display: none;
  position: relative;
  width: 100%;
  position: relative;
  padding: 30px 65px 30px 130px;
  border-top: solid 1px #ddd;
  background-color: #FAFAFA;
}
.board_lst_pg .faq_lst .item .answer_box::before {
  content: "A";
  position: absolute;
  top: 34px;
  left: 20px;
  width: 90px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #D01A1C !important;
}
.board_lst_pg .faq_lst .item .answer_box .txt {
  width: 100%;
  font-size: 18px;
}
.board_lst_pg .faq_lst .item.a .q_box::after {
  transform: scaleY(-1);
}
.board_lst_pg .faq_lst .item.a .answer_box {
  display: block;
}

@media screen and (max-width: 1240px) {
  .board_lst_pg .board_lst_tab ul {
    display: none;
  }
  .board_lst_pg .board_lst_tab select {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0px 30px 0px 25px;
    border-radius: 5px;
    font-size: 20px;
  }
  .board_lst_pg .board_lst_top {
    flex-direction: column-reverse;
    align-items: start;
    gap: 30px;
  }
  .board_lst_pg .board_lst_top form {
    width: 100%;
  }
  .board_lst_pg .board_lst_top .sch_wrap {
    width: 100%;
  }
  .board_lst_pg .board_lst_top .sch_wrap .sch_box {
    width: calc(100% - 170px);
  }
  .board_lst_pg .board_lst_top .r_wrap {
    width: 100%;
  }
  .board_lst_pg .board_lst_tb table thead {
    display: none;
  }
  .board_lst_pg .board_lst_tb table tbody tr {
    display: block;
    padding: 30px 20px;
  }
  .board_lst_pg .board_lst_tb table tbody tr td {
    display: inline-block;
    padding: 0;
  }
  .board_lst_pg .board_lst_tb table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -2px 10px 0;
    vertical-align: middle;
    background-color: #ddd;
  }
  .board_lst_pg .board_lst_tb table tbody tr td:first-child {
    display: none;
  }
  .board_lst_pg .board_lst_tb table tbody tr td:last-child::after {
    display: none;
  }
  .board_lst_pg .board_lst_tb table tbody tr td.tit {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .board_lst_pg .board_lst_tb table tbody tr td.tit::after {
    display: none;
  }
  .board_lst_pg .board_lst_tb table tbody tr td.tit a:hover {
    color: #333 !important;
  }
  .board_lst_pg .board_lst_tb table tbody tr td.type {
    margin-bottom: 15px;
  }
  .board_lst_pg .board_lst_tb table tbody tr td.type::after {
    display: none;
  }
  .board_lst_pg .board_lst_tb table tbody tr.notice_line td.tit a {
    color: #D01A1C !important;
  }
  .board_lst_pg .faq_lst .item .q_box {
    padding: 30px 40px 30px 80px;
  }
  .board_lst_pg .faq_lst .item .q_box::before {
    left: 10px;
    width: 60px;
  }
  .board_lst_pg .faq_lst .item .q_box::after {
    right: 20px;
  }
  .board_lst_pg .faq_lst .item .answer_box {
    padding: 30px 40px 30px 80px;
  }
  .board_lst_pg .faq_lst .item .answer_box::before {
    left: 10px;
    width: 60px;
  }
  .board_lst_pg .faq_lst .item.a .q_box::after {
    transform: scaleY(-1);
  }
  .board_lst_pg .faq_lst .item.a .answer_box {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .board_lst_pg .board_lst_tab {
    margin-bottom: 30px;
  }
  .board_lst_pg .board_lst_tab select {
    height: 50px;
    padding: 0px 30px 0px 20px;
    font-size: 16px;
  }
  .board_lst_pg .board_lst_top {
    gap: 15px;
    margin-bottom: 15px;
  }
  .board_lst_pg .board_lst_top .sch_wrap {
    flex-direction: column;
  }
  .board_lst_pg .board_lst_top .sch_wrap .inp {
    height: 45px;
    padding-left: 20px;
    font-size: 14px;
  }
  .board_lst_pg .board_lst_top .sch_wrap select.inp {
    width: 100%;
  }
  .board_lst_pg .board_lst_top .sch_wrap .sch_box {
    width: 100%;
  }
  .board_lst_pg .board_lst_top .r_wrap {
    flex-direction: column;
    gap: 10px;
  }
  .board_lst_pg .board_lst_top .r_wrap .write_btn {
    width: 100%;
    height: 45px;
  }
  .board_lst_pg .board_lst_tb table tr th, .board_lst_pg .board_lst_tb table tr td {
    font-size: 16px;
  }
  .board_lst_pg .board_lst_tb table tbody tr {
    padding: 15px 10px;
  }
  .board_lst_pg .board_lst_tb table tbody tr td::after {
    height: 10px;
    margin: -1px 6px 0px;
  }
  .board_lst_pg .board_lst_tb table tbody tr td.tit {
    margin-bottom: 8px;
  }
  .board_lst_pg .board_lst_tb table tbody tr td.type {
    margin-bottom: 8px;
  }
  .board_lst_pg .board_lst_tb table tbody tr td .lock {
    padding-left: 20px;
  }
  .board_lst_pg .board_lst_tb table tbody tr td .lock::before {
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .board_lst_pg .faq_lst .item .q_box {
    padding: 15px 40px 15px 40px;
  }
  .board_lst_pg .faq_lst .item .q_box::before {
    top: 15px;
    left: 0px;
    width: 40px;
    font-size: 16px;
  }
  .board_lst_pg .faq_lst .item .q_box::after {
    top: 15px;
    right: 20px;
  }
  .board_lst_pg .faq_lst .item .q_box .tit {
    width: 100%;
    font-size: 16px;
  }
  .board_lst_pg .faq_lst .item .answer_box {
    padding: 15px 40px 15px 40px;
  }
  .board_lst_pg .faq_lst .item .answer_box::before {
    top: 15px;
    left: 0px;
    width: 40px;
    font-size: 16px;
  }
  .board_lst_pg .faq_lst .item .answer_box .txt {
    width: 100%;
    font-size: 16px;
  }
}
.board_v .board_top {
  padding: 30px 20px;
  border-top: solid 2px #999;
  border-bottom: solid 1px #ddd;
}
.board_v .board_top .tit {
  margin-bottom: 20px;
}
.board_v .board_top .info_line p {
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
  color: #999;
}
.board_v .board_top .info_line p:last-child {
  margin-right: 0;
}
.board_v .file_wrap .item a {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  border-bottom: solid 1px #ddd;
}
.board_v .file_wrap .item a .i {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 130px;
  height: 70px;
  border-radius: 5px;
  background-color: #fafafa;
}
.board_v .file_wrap .item a p {
  width: calc(100% - 150px);
  font-size: 18px;
}
.board_v .board_main {
  padding: 30px 20px;
  border-bottom: solid 1px #ddd;
}
.board_v .answer_box {
  padding: 35px 40px;
  border-bottom: solid 1px #ddd;
  background-color: #fafafa;
}
.board_v .answer_box .t1 {
  margin-bottom: 20px;
}
.board_v .btn_line {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 60px auto;
}
.board_v .btn_line a, .board_v .btn_line button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.board_v .btn_line a.bdc1, .board_v .btn_line button.bdc1 {
  border: solid 1px #D01A1C !important;
  color: #D01A1C !important;
}
.board_v .btn_line a.line_st, .board_v .btn_line button.line_st {
  border: solid 1px #999;
  color: #666;
}
.board_v .btn_line a.bgc1, .board_v .btn_line button.bgc1 {
  background-color: #D01A1C !important;
  color: #fff;
}
.board_v .list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  margin: 60px auto;
  border: solid 1px #999;
  border-radius: 50px;
}
.board_v .list_btn:hover {
  border-color: #D01A1C !important;
  background-color: #D01A1C !important;
  color: #fff;
}
.board_v .next_prev {
  border-top: solid 1px #ddd;
}
.board_v .next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.board_v .next_prev table tr th, .board_v .next_prev table tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}
.board_v .next_prev table tr th {
  position: relative;
  width: 130px;
  font-weight: bold;
}
.board_v .next_prev table tr th img {
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -2px;
}
.board_v .next_prev table tr th::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 26px;
  background-color: #ddd;
  transform: translateY(-50%);
}
.board_v .next_prev table tr th.prev img {
  transform: scaleY(-1);
}
.board_v .next_prev table tr td {
  padding-left: 15px;
  padding-right: 15px;
}
.board_v .next_prev table tr td a, .board_v .next_prev table tr td p {
  display: block;
  width: 100%;
  font-size: 18px;
}
.board_v .next_prev table tr td p {
  color: #999;
}

@media screen and (max-width: 720px) {
  .board_v .board_top {
    padding: 15px 0px;
  }
  .board_v .board_top .tit {
    margin-bottom: 10px;
  }
  .board_v .board_top .info_line p {
    margin-right: 15px;
    font-size: 14px;
  }
  .board_v .board_top .info_line p span {
    display: none;
  }
  .board_v .file_wrap .item a {
    gap: 10px;
  }
  .board_v .file_wrap .item a .i {
    gap: 3px;
    width: 80px;
    height: 50px;
  }
  .board_v .file_wrap .item a .i img {
    display: none;
  }
  .board_v .file_wrap .item a p {
    width: calc(100% - 100px);
    font-size: 14px;
  }
  .board_v .board_main {
    padding: 20px 0px;
  }
  .board_v .answer_box {
    padding: 20px;
  }
  .board_v .answer_box .t1 {
    margin-bottom: 10px;
  }
  .board_v .btn_line {
    flex-direction: column;
    gap: 5px;
    margin: 30px auto;
  }
  .board_v .btn_line a, .board_v .btn_line button {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  .board_v .list_btn {
    width: 100%;
    height: 50px;
    margin: 30px auto;
  }
  .board_v .next_prev table tr th, .board_v .next_prev table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .board_v .next_prev table tr th {
    width: 80px;
  }
  .board_v .next_prev table tr th img {
    display: none;
  }
  .board_v .next_prev table tr th::after {
    height: 15px;
  }
  .board_v .next_prev table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .board_v .next_prev table tr td a, .board_v .next_prev table tr td p {
    font-size: 14px;
  }
}
.board_pw {
  padding: 60px 0px;
  border: solid 1px #ddd;
}
.board_pw .in_box {
  width: 245px;
  margin-left: auto;
  margin-right: auto;
}
.board_pw .in_box .t2 {
  margin: 40px 0px 20px;
}
.board_pw .in_box .inp {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border: solid 1px #dbdbdb;
  font-size: 18px;
}
.board_pw .in_box .btn_line {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 40px;
}
.board_pw .in_box .btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 3px);
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.board_pw .in_box .btn_line .btn.bgc1 {
  background-color: #D01A1C !important;
  color: #fff;
}
.board_pw .in_box .btn_line .btn.line_st {
  border: solid 1px #999;
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 720px) {
  .board_pw {
    padding: 30px 20px;
  }
  .board_pw .in_box {
    width: 100%;
  }
  .board_pw .in_box .t2 {
    margin: 20px 0px 10px;
  }
  .board_pw .in_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .board_pw .in_box .btn_line {
    gap: 4px;
    margin-top: 20px;
  }
  .board_pw .in_box .btn_line .btn {
    width: calc(50% - 2px);
    height: 40px;
    font-size: 14px;
  }
}
.board_write .inp_wrap {
  border-top: solid 2px #999;
}
.board_write .inp_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.board_write .inp_wrap table tr th {
  width: 110px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #fafafa;
}
.board_write .inp_wrap table tr td {
  padding: 10px 20px;
}
.board_write .inp_wrap table tr td .inp {
  width: 100%;
  height: 64px;
  font-size: 18px;
}
.board_write .inp_wrap table tr td .inp.h300 {
  display: block;
  height: 300px;
  resize: none;
}
.board_write .inp_wrap table tr td input[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 100%;
  margin-right: 15px;
  border: solid 1px #999;
  background-color: #ddd;
  font-weight: 300;
}
.board_write .inp_wrap table tr td .thr_box {
  display: flex;
  gap: 8px;
}
.board_write .inp_wrap table tr td .thr_box .inp {
  width: calc((100% - 16px) / 3);
}
.board_write .inp_wrap table tr td .rdo_box {
  display: flex;
  gap: 30px;
}
.board_write .inp_wrap table tr td .rdo_box label i {
  width: 30px;
  height: 30px;
  border-color: #ddd;
  margin-right: 5px;
}
.board_write .agree_wrap {
  margin-top: 60px;
}
.board_write .agree_wrap .agree_box {
  height: 300px;
  margin-top: 30px;
  padding: 30px;
  border: solid 1px #ddd;
  overflow-y: scroll;
}
.board_write .agree_wrap .agree_line {
  padding: 10px 0px;
  border-bottom: solid 1px #ddd;
}
.board_write .agree_wrap .agree_line label i {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border: solid 1px #ddd;
}
.board_write .sbm_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  margin: 60px auto 0;
  border-radius: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #D01A1C !important;
  color: #fff;
}

@media screen and (max-width: 1420px) {
  .board_write .inp_wrap {
    padding-top: 40px;
    border-bottom: solid 1px #ddd;
  }
  .board_write .inp_wrap table tr {
    display: block;
    border-bottom: none;
  }
  .board_write .inp_wrap table tr th, .board_write .inp_wrap table tr td {
    display: block;
    width: 100%;
  }
  .board_write .inp_wrap table tr th {
    margin-bottom: 20px;
    background-color: transparent;
    text-align: left;
  }
  .board_write .inp_wrap table tr td {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 720px) {
  .board_write .inp_wrap {
    padding-top: 25px;
    border-top: solid 1px #999;
  }
  .board_write .inp_wrap table tr th {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .board_write .inp_wrap table tr td {
    margin-bottom: 25px;
  }
  .board_write .inp_wrap table tr td .inp {
    height: 45px;
    font-size: 14px;
  }
  .board_write .inp_wrap table tr td .inp.h300 {
    height: 200px;
  }
  .board_write .inp_wrap table tr td input[type=file]::-webkit-file-upload-button {
    width: 85px;
    margin-right: 8px;
  }
  .board_write .inp_wrap table tr td select {
    padding: 0px 30px 0px 15px;
  }
  .board_write .inp_wrap table tr td .thr_box {
    gap: 4px;
  }
  .board_write .inp_wrap table tr td .thr_box .inp {
    width: calc((100% - 8px) / 3);
  }
  .board_write .inp_wrap table tr td .rdo_box {
    gap: 15px;
  }
  .board_write .inp_wrap table tr td .rdo_box label i {
    width: 25px;
    height: 25px;
    margin-right: 4px;
  }
  .board_write .agree_wrap {
    margin-top: 30px;
  }
  .board_write .agree_wrap .agree_box {
    height: 200px;
    margin-top: 15px;
    padding: 15px;
  }
  .board_write .agree_wrap .agree_line {
    padding: 10px 0px;
  }
  .board_write .agree_wrap .agree_line label i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .board_write .sbm_btn {
    width: 140px;
    height: 50px;
    margin-top: 30px;
    font-size: 16px;
  }
}
.top_btn {
  position: fixed;
  bottom: 50px;
  right: 100px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background-color: #D01A1C !important;
}

@media screen and (max-width: 1540px) {
  .top_btn {
    right: 40px;
    bottom: 50px;
  }
}
@media screen and (max-width: 720px) {
  .top_btn {
    right: 20px;
    bottom: 30px;
    gap: 3px;
    width: 50px;
    height: 50px;
  }
}
#footer {
  padding-bottom: 70px;
  margin-top: 140px;
  background-color: #151515;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .f_cont .f_top {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
#footer .f_cont .f_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .f_cont .f_top .container .f_menu ul {
  display: flex;
  gap: 60px;
}
#footer .f_cont .f_top .container .f_menu ul li a, #footer .f_cont .f_top .container .f_menu ul li button {
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  color: #fff;
}
#footer .f_cont .f_main {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
#footer .f_cont .f_main .l_wrap .info_wrap .line {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
  margin-bottom: 15px;
}
#footer .f_cont .f_main .l_wrap .info_wrap .line:last-child {
  margin-bottom: 0;
}
#footer .f_cont .f_main .l_wrap .info_wrap .line p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}
#footer .f_cont .f_main .l_wrap .info_wrap .line p button {
  font-size: inherit;
  color: inherit;
}
#footer .f_cont .f_main .l_wrap .copyright {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .f_cont .f_main .r_wrap {
  margin-right: 30px;
}
#footer .f_cont .f_main .r_wrap .t1, #footer .f_cont .f_main .r_wrap .t2 {
  color: rgba(255, 255, 255, 0.9);
}
#footer .f_cont .f_main .r_wrap .t2 {
  margin: 15px 0px;
}
#footer .f_cont .f_main .r_wrap .t {
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
#footer .f_cont .f_main .r_wrap .t:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1420px) {
  #footer .f_cont .f_top {
    padding-top: 35px;
  }
  #footer .f_cont .f_top .container {
    flex-direction: column;
    gap: 10px;
  }
  #footer .f_cont .f_main {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }
  #footer .f_cont .f_main .l_wrap {
    text-align: center;
  }
  #footer .f_cont .f_main .l_wrap .info_wrap .line {
    justify-content: center;
  }
  #footer .f_cont .f_main .r_wrap {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding-bottom: 40px;
    margin-top: 70px;
  }
  #footer .f_cont .f_top {
    padding-top: 30px;
  }
  #footer .f_cont .f_top .container {
    gap: 20px;
  }
  #footer .f_cont .f_top .container .f_menu ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  #footer .f_cont .f_top .container .f_menu ul li a {
    font-size: 14px;
  }
  #footer .f_cont .f_main {
    gap: 30px;
    padding-top: 20px;
  }
  #footer .f_cont .f_main .l_wrap .info_wrap .line {
    gap: 10px 20px;
    margin-bottom: 10px;
  }
  #footer .f_cont .f_main .l_wrap .info_wrap .line p {
    font-size: 14px;
  }
  #footer .f_cont .f_main .l_wrap .copyright {
    margin-top: 20px;
  }
  #footer .f_cont .f_main .r_wrap .t1 {
    font-size: 16px;
  }
  #footer .f_cont .f_main .r_wrap .t2 {
    margin: 7px 0px;
    font-size: 30px;
  }
  #footer .f_cont .f_main .r_wrap .t {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
.js_lst_ani li {
  opacity: 0;
  -ms-transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  transition: transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
}

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

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

@media (max-width: 1420px) {
  .sys_my1_interval {
    padding-bottom: 50px;
  }
}
@media (max-width: 720px) {
  .sys_my1_interval {
    padding-bottom: 25px;
  }
}
.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: 60px;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 18px;
}
.sys_wrap .sys_inp::placeholder {
  color: #999;
}
.sys_wrap .sys_inp.w33p {
  width: calc((100% - 10px) / 3);
}
.sys_wrap .sys_inp.w630 {
  width: 630px;
}
.sys_wrap .sys_inp.w345 {
  width: 345px;
}
.sys_wrap .sys_inp.w320 {
  width: 320px;
}
@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.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.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: 60px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #D01A1C !important;
}
.sys_wrap .link_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #D01A1C !important;
  text-align: center;
  font-weight: bold;
  color: #D01A1C !important;
}
.sys_wrap .sys_tit {
  margin-bottom: 60px;
  font-size: 50px;
  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;
}
.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: 500px;
  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 {
  font-size: 0;
}
.sys_wrap .sys_find_mem .tab > ul li {
  display: inline-block;
  width: 50%;
  border: 1px solid #ddd;
  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: 70px;
}
.sys_wrap .sys_find_mem .tab > ul li.act {
  border: 1px solid #333;
  color: #333;
  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 .login_link {
  margin-top: 5px;
  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: #999;
  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: 12px;
  line-height: 150%;
}
@media (max-width: 1420px) {
  .sys_wrap .terms {
    margin-top: 0;
  }
}
.sys_wrap .terms .terms_tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_wrap .terms .terms_tit {
    font-size: 14px;
  }
}
.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: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .join_agree_wrap {
  margin-top: 60px;
}
@media (max-width: 720px) {
  .sys_wrap .join_agree_wrap {
    margin-top: 25px;
  }
}
.sys_wrap .join_agree_wrap .sys_join_h3 {
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_wrap .join_agree_wrap .sys_join_h3 {
    margin-bottom: 10px;
  }
}
.sys_wrap .join_agree_wrap .agree_box {
  overflow-y: scroll;
  height: 150px;
  padding: 20px;
  border: 1px solid #ddd;
}
@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: 10px 0;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .agree_file{margin-top: 60px;}
.sys_wrap .agree_file input{width: 100%; height: 60px;  margin-top: 20px; font-size: 18px;}
.sys_wrap .agree_file input[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 100%;
  margin-right: 15px;
  border: solid 1px #999;
  background-color: #ddd;
  font-weight: 300;
}
@media screen and (max-width: 720px) {
  .sys_wrap .agree_file{margin-top: 30px;}
  .sys_wrap .agree_file input{height: 45px; margin-top: 10px; font-size: 14px;}
  .sys_wrap .agree_file input[type=file]::-webkit-file-upload-button{
    width: 85px;
    margin-right: 8px;
  }
}
.sys_wrap .sys_s_btnline {
  margin-top: 60px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 720px) {
  .sys_wrap .sys_s_btnline {
    margin-top: 25px;
  }
}
.sys_wrap .sys_s_btnline .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  border-radius: 50px;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_wrap .sys_s_btnline .btn {
    display: block;
    margin: 0 auto;
  }
}
.sys_wrap .sys_s_btnline .style1 {
  line-height: 52px;
  color: #fff;
  background-color: #D01A1C !important;
}
.sys_wrap .sys_s_btnline .style2 {
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 50px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_s_btnline .style2 {
    margin-left: auto;
    margin-top: 5px;
  }
}
.sys_wrap .req_info_txt {
  margin: 0px 0 10px;
  line-height: 110%;
}
@media (max-width: 1420px) {
  .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: 1420px) {
  .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: 120px;
  height: 60px;
  margin-left: 5px;
  border: 1px solid #999;
  font-size: 18px;
  text-align: center;
}
.sys_wrap .inp_r_btn.ml0 {
  margin-left: 0;
}
@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: 1420px) {
  .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 .sys_join3_box {
  padding: 60px 0;
  border-top: 1px solid #999;
  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: 60px;
  }
}
.sys_wrap .sys_join3_box .t1 {
  margin: 40px 0px 20px;
}
@media (max-width: 720px) {
  .sys_wrap .sys_join3_box .t1 {
    margin: 20px 0px 10px;
  }
}
.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: #D01A1C !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% - 98px);
  }
  .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: #D01A1C !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: 1420px) {
  .sys_wrap .cart_cki {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .sys_wrap .cart_cki {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.sys_wrap .cart_cki i {
  margin-right: 20px;
}
@media (max-width: 720px) {
  .sys_wrap .cart_cki i {
    margin-right: 10px;
  }
}
.sys_wrap .cart_tb {
  border-top: 1px solid #ddd;
}
.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: 1420px) {
  .sys_wrap .cart_tb td {
    padding: 20px 0;
  }
}
.sys_wrap .cart_tb .wa {
  width: auto;
}
.sys_wrap .cart_tb .w116 {
  width: 120px;
}
.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;
  border: 1px solid #eee;
  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: 1420px) {
  .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: 18px;
  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: 10px;
}
.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: 1420px) {
  .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: 1420px) {
  .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 {
  margin-top: 20px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 1420px) {
  .sys_wrap .price_result_box .price_result_txt {
    float: none;
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.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: 1420px) {
  .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: #D01A1C !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: 1420px) {
  .sys_prd_view .prd_v_top {
    padding-bottom: 0;
  }
}
.sys_prd_view .prd_v_top .thum_wrap {
  width: 600px;
}
.sys_prd_view .prd_v_top .thum_wrap .big {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.sys_prd_view .prd_v_top .thum_wrap .big img {
  width: 100%;
}
.sys_prd_view .prd_v_top .thum_wrap .thum {
  width: 100%;
  margin-top: 15px;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li {
  cursor: pointer;
  width: 138px;
  height: 138px;
  border-radius: 10px;
  overflow: hidden;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li + li {
  margin-left: 16px;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li img {
  width: 100%;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li.act {
  position: relative;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li.act::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #D01A1C !important;
  border-radius: 10px;
  box-sizing: border-box;
}
.sys_prd_view .prd_v_top .v_pro_slide .mask {
  overflow: hidden;
  width: 100%;
}
.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: 10px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_btn {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  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-position: -444px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .url {
  background-position: -486px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-position: -472px -178px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal.db {
  display: block;
}
.sys_prd_view .prd_v_top .prd_t_opt {
  width: 600px;
}
@media (max-width: 1420px) {
  .sys_prd_view .prd_v_top .prd_t_opt {
    float: none;
    display: block;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 60px;
  }
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt {
    margin-top: 50px;
  }
  .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: 10px;
  font-size: 28px;
  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 .prd_opt_tb {
  margin-top: 25px;
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
    margin-top: 15px;
    padding: 10px 0;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
  width: 160px;
  padding: 7px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 150%;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
    width: 80px;
    padding: 5px 0;
    font-size: 16px;
  }
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
  padding: 10px 0;
  font-size: 20px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
    padding: 5px 0;
    font-size: 16px;
  }
}
.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: 16px;
  }
}
.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: #D01A1C !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: #D01A1C !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: 231px;
  height: 52px;
  border-radius: 50px;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #D01A1C !important;
  font-weight: bold;
}
@media (max-width: 1420px) {
  .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: 231px;
  height: 52px;
  border: 1px solid #999;
  border-radius: 50px;
  line-height: 50px;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1420px) {
  .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: 52px;
  height: 52px;
  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: 231px;
  margin: 0 10px;
  vertical-align: top;
}
@media (max-width: 1420px) {
  .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: 100px;
  border: 1px solid #ddd;
  padding-top: 18px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .t1 {
  margin-bottom: 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: #D01A1C !important;
}
@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: #D01A1C !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: #D01A1C !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: 52px;
  height: 52px;
  background-color: #333;
}
@media (max-width: 720px){
	.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .wish_btn{width: 45px;height: 45px;}
}
.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: 1420px) {
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul {
    width: 100%;
  }
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li {
  width: 25%;
  height: 76px;
}
@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: 20px;
  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: #000;
}
.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: #D01A1C !important;
}
.sys_prd_view .prd_v_bottom .prod_v_cont {
  padding: 50px 0 80px;
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .prod_v_cont {
    padding: 25px 0 40px;
  }
}
.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: 20px;
  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: 16px;
  }
}
.sys_prd_view .prd_v_bottom .cont2 .t1.mt0 {
  margin-top: 0;
}
.sys_prd_view .prd_v_bottom .cont2 .t2 {
  font-size: 18px;
  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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .sys_prd_view .prd_v_bottom .photo_review_lst {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 30px 0 40px;
  }
}
@media (max-width: 720px) {
  .sys_prd_view .prd_v_bottom .photo_review_lst {
    margin: 15px 0 20px;
  }
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul {
  margin-right: -7px;
  font-size: 0;
}
@media (max-width: 1420px) {
  .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: 1420px) {
  .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 {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: 1300px;
  margin: 0 auto;
	padding-top: 180px;
}
@media (max-width: 1420px) {
  .sys_mypage {
    width: 100%;
  }
  .sys_mypage.sys_notorder_interval {
    padding: 50px 0 100px;
  }
}
@media (max-width: 720px) {
  .sys_mypage {
    padding-top: 90px;
  }
  .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 > a {
  color: #666;
  font-size: 14px;
}
.sys_mypage .my_nav .my_menu > li > ul > li.act > a {
  color: #D01A1C !important;
}
.sys_mypage .my_cont {
  width: 950px;
}
@media (max-width: 1420px) {
  .sys_mypage .my_cont {
    width: 100%;
  }
}
@media (max-width: 1420px) {
  .sys_mypage .my_container {
    width: 90%;
    margin: 0 auto;
  }
}
.sys_mypage .my_tit {
  padding: 50px 0 20px;
  font-size: 20px;
  line-height: 110%;
  color: #000;
  font-weight: bold;
}
@media (max-width: 720px) {
  .sys_mypage .my_tit {
    padding: 25px 0 10px;
    font-size: 16px;
  }
}
.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: #D01A1C !important;
  font-weight: 300;
}
@media (max-width: 720px) {
  .sys_mypage .my_tit .r_btn {
    margin-top: 3px;
  }
}
.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 #333;
}
@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: 14px;
  color: #999;
  background-color: #fafafa;
}
@media (max-width: 720px) {
  .sys_mypage .my_tab > ul li a {
    font-size: 12px;
  }
}
.sys_mypage .my_tab > ul li.act {
  border: 1px solid #333;
  border-bottom: 0;
}
.sys_mypage .my_tab > ul li.act a {
  color: #333;
  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: 600px;
  height: 60px;
  margin: 60px auto 0;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 58px;
  text-align: center;
}
@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: 12px;
  }
}
.sys_mypage .my_list_btn {
  display: block;
  width: 220px;
  height: 60px;
  margin: 60px auto 0;
  border: 1px solid #999;
  font-size: 16px;
  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: 30px;
}
.sys_mypage .date_pic_box.mt0 {
  margin-top: 0;
}
.sys_mypage .date_pic_box.mt50 {
  margin-top: 50px;
}
@media (max-width: 1420px) {
  .sys_mypage .date_pic_box {
    margin-top: 50px;
  }
}
@media (max-width: 720px) {
  .sys_mypage .date_pic_box {
    margin-top: 25px;
  }
  .sys_mypage .date_pic_box.mt50 {
    margin-top: 25px;
  }
}
.sys_mypage .mem_info {
  padding: 50px;
  background-color: #fafafa;
}
@media (max-width: 1420px) {
  .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: 390px;
  margin-top: 15px;
}
@media (max-width: 1420px) {
  .sys_mypage .mem_info .mem_txt {
    margin-top: 0;
  }
}
@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: 1420px) {
  .sys_mypage .mem_info .mem_txt .point_info {
    margin-top: 45px;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt .point_info {
    margin-top: 10px;
    margin-right: -20px;
  }
}
.sys_mypage .mem_info .mem_txt .point_info table {
  width: 180px;
}
.sys_mypage .mem_info .mem_txt .point_info table + table {
  margin-left: 30px;
}
@media (max-width: 1420px) {
  .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 screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt .point_info table {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
}
.sys_mypage .mem_info .mem_txt .point_info table th {
  line-height: 150%;
  font-size: 12px;
  text-align: left;
}
.sys_mypage .mem_info .mem_txt .point_info table td {
  line-height: 150%;
  font-size: 12px;
  text-align: right;
}
.sys_mypage .mem_info .mem_info_lst {
  overflow: hidden;
}
@media (max-width: 1420px) {
  .sys_mypage .mem_info .mem_info_lst {
    float: none;
    position: absolute;
    right: 5%;
    bottom: 40px;
  }
}
@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: 118px;
  height: 118px;
  margin-right: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
  background-color: #fff;
}
@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: 14px;
  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: 12px;
  }
}
.sys_mypage .ico_state_lst .state_lst1 {
  width: 669px;
  border: 1px solid #ddd;
}
@media (max-width: 1420px) {
  .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: #D01A1C !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: 1420px) {
  .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: 12px;
  line-height: 50px;
  color: #D01A1C !important;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_lst .state_top .t2 {
    line-height: 40px;
    font-size: 11px;
  }
}
.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;
  border: 1px solid #eee;
}
@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: 14px;
  font-weight: bold;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .t1 {
    font-size: 12px;
  }
}
.sys_mypage .ord_state_tb .w2 .t2 {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .ord_state_tb .w2 .t3 {
  font-size: 12px;
  line-height: 150%;
}
.sys_mypage .ord_state_tb .w2 .state_line {
  margin-top: 12px;
  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: 76px;
  height: 30px;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .state_btn_box .btn {
    width: 65px;
    height: 28px;
  }
}
.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: 30px;
  color: #fff;
  background-color: #333;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .state_btn_box .style1 {
    line-height: 28px;
  }
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .bg {
  background-color: #D01A1C !important;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style2 {
  border: 1px solid #999;
  line-height: 28px;
}
@media (max-width: 720px) {
  .sys_mypage .ord_state_tb .w2 .state_btn_box .style2 {
    line-height: 26px;
  }
}
.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;
  }
}
.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) {
  .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 tr {
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_tb table th {
  padding: 16px 0;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.sys_mypage .my_tb table td {
  padding: 16px 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 {
  padding-left: 25px;
  text-align: left;
}
@media (max-width: 1420px) {
  .sys_mypage .my_tb table td.tit {
    padding: 20px 20px;
  }
  .sys_mypage .my_tb table td.tit .info_line {
    margin-top: 3px;
    font-size: 0;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1 {
    font-size: 14px;
    line-height: 150%;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #ebebeb;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1:last-child::after {
    display: none;
  }
}
@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: 1420px) {
  .sys_mypage .my_tb table td.tac {
    text-align: left;
  }
}
.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;
}
@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;
  }
}
.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: 1420px) {
  .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;
  vertical-align: top;
}
@media (max-width: 1420px) {
  .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;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@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: 14px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 720px) {
  .sys_mypage .my_down_cp > ul li .box .t1 {
    font-size: 12px;
  }
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb th {
  width: 63px;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
  word-break: break-all;
  vertical-align: top;
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb td {
  font-size: 12px;
  line-height: 150%;
  color: #666;
  word-break: break-all;
  vertical-align: top;
}
.sys_mypage .my_down_cp > ul li .down_btn {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #999;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
}
.sys_mypage .my_down_cp > ul li .down_btn:hover {
  border: solid 1px #D01A1C !important;
  background-color: #D01A1C !important;
  color: #fff;
}
@media (max-width: 720px) {
  .sys_mypage .my_down_cp > ul li .down_btn {
    font-size: 12px;
  }
}
.sys_mypage .my_wish_top {
  margin-top: 50px;
  font-size: 0;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_top {
    margin-top: 25px;
  }
}
.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;
  vertical-align: top;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  background-color: #fff;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_top .wish_del {
    margin-left: 5px;
  }
}
.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% - 240px);
  padding-left: 30px;
  vertical-align: middle;
}
@media (max-width: 1420px) {
  .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: 14px;
  line-height: 150%;
  color: #000;
}
@media (max-width: 720px) {
  .sys_mypage .my_wish_lst > ul li .prod_txt .t1 {
    font-size: 12px;
  }
}
.sys_mypage .my_wish_lst > ul li .prod_txt .t2 {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
  margin-top: 10px;
  font-size: 0;
}
@media (max-width: 1420px) {
  .sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
    padding-right: 110px;
  }
}
@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: 12px;
  color: #666;
  line-height: 150%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t4 {
  margin-left: 4px;
  font-size: 12px;
  color: #000;
  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: 100px;
  vertical-align: middle;
  font-size: 0;
}
@media (max-width: 1420px) {
  .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: 9px;
}
.sys_mypage .my_wish_lst > ul li .wish_cart_btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  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: 1420px) {
  .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: 14px;
}
@media (max-width: 1420px) {
  .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: 1420px) {
  .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: 12px;
  }
}
.sys_mypage .my_qna_tb .w.tit .qna_btn .type {
  margin-right: 4px;
  font-weight: bold;
}
@media (max-width: 1420px) {
  .sys_mypage .my_qna_tb .w.tit .qna_btn .type {
    display: block;
    margin-left: 0;
  }
}
@media (max-width: 1420px) {
  .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: 1420px) {
  .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: 12px;
  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: 1420px) {
  .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;
  color: #000;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .w.tit .qna_btn .type {
  font-size: 12px;
  line-height: 150%;
}
.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: 88px;
  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% - 88px);
  padding: 0 30px;
  vertical-align: top;
}
@media (max-width: 1420px) {
  .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: 12px;
  }
}
.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{display: flex; justify-content: center; align-items: center; width: 40px; height: 30px;}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .btn_line .style1{background-color: #333; color: #fff;}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .btn_line .style2{border: solid 1px #999;}
.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: 14px;
  line-height: 20px;
}
@media (max-width: 720px) {
  .sys_mypage .address_tb .txt_box .t1 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 150%;
  }
}
.sys_mypage .address_tb .txt_box .basic_ico {
  margin-left: 2px;
  color: #D01A1C !important;
  font-weight: bold;
}
.sys_mypage .address_tb .txt_box .t2 {
  font-size: 12px;
  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: 41px;
  height: 30px;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
}
.sys_mypage .address_tb .r_btn .btn + .btn {
  margin-left: 3px;
}
.sys_mypage .address_tb .r_btn .style1 {
  line-height: 30px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .address_tb .r_btn .style2 {
  border: 1px solid #999;
  line-height: 28px;
}

.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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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 .period_btn_wrap {
  font-size: 0;
}
@media (max-width: 1420px) {
  .date_pic_box .period_btn_wrap {
    float: none;
    display: block;
    width: 100%;
  }
}
.date_pic_box .period_btn_wrap .btn {
  display: inline-block;
  width: 90px;
  height: 38px;
  border: 1px solid #ddd;
  vertical-align: top;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
.date_pic_box .period_btn_wrap .btn + .btn {
  margin-left: 5px;
}
@media (max-width: 1420px) {
  .date_pic_box .period_btn_wrap .btn {
    width: calc((100% - 15px) / 4);
  }
}
.date_pic_box .period_btn_wrap .btn.act {
  color: #fff;
  background-color: #D01A1C !important;
}
.date_pic_box .date_sch_box {
  margin-left: 20px;
  font-size: 0;
}
@media (max-width: 1420px) {
  .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: 150px;
  height: 38px;
  border: 1px solid #ddd;
  vertical-align: top;
}
@media (max-width: 1420px) {
  .date_pic_box .date_sch_box .date_box {
    width: calc((100% - 108px) / 2);
  }
}
.date_pic_box .date_sch_box .date_box .date_inp {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 10px;
  border: 0;
  font-size: 12px;
  color: #666;
}
.date_pic_box .date_sch_box .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 18px;
  height: 20px;
}
.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: 38px;
  margin-left: 5px;
  vertical-align: top;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #333;
}
.date_pic_box .w_btn {
  display: inline-block;
  width: 86px;
  height: 38px;
  border: solid 1px #999;
  vertical-align: top;
  line-height: 36px;
  text-align: center;
  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: #D01A1C !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: 740px;
}
@media (max-width: 1420px) {
  .sys_order .ord_info {
    width: 100%;
  }
}
.sys_order .ord_info .prd_t {
  margin: 50px 0 20px;
  line-height: 110%;
  font-size: 20px;
  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 {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 37px;
  border: 1px solid #aaa;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
}
@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;
  border: 1px solid #eee;
  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: 1420px) {
  .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: 14px;
  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: 12px;
  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: 14px;
}
@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: 17px;
  width: 110px;
  font-size: 14px;
  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: 12px;
  }
  .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: 93px;
  height: 37px;
  border: 1px solid #999;
  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 {
    font-size: 12px;
  }
  .sys_order .ord_info .ord_inp_tb .ord_btn.m_mt10 {
    margin-top: 10px;
  }
}
.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 .rdo_wrap {
    display: block;
  }
}
.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: 14px;
  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: 12px;
    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 .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;
  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: 37px;
}
.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: 105px;
  height: 37px;
  margin-right: 7px;
  line-height: 37px;
  font-size: 14px;
  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: 12px;
  }
}
@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;
}
@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: 110px;
  padding: 5px 0;
  vertical-align: top;
  font-size: 14px;
  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: 12px;
  }
}
.sys_order .ord_info .ord_tb td {
  padding: 5px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 720px) {
  .sys_order .ord_info .ord_tb td {
    padding: 5px 0;
    font-size: 12px;
  }
}
.sys_order .ord_total_wrap {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1420px) {
  .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: 410px;
  border: 1px solid #ddd;
  background-color: #fff;
}
@media (max-width: 1420px) {
  .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: 120px;
  right: auto;
  margin-left: -410px;
}
@media (max-width: 1420px) {
  .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 48px 26px;
}
@media (max-width: 1420px) {
  .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: 20px;
  color: #000;
  line-height: 110%;
  font-weight: bold;
}
@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;
  }
}
.sys_order .ord_total_wrap .ord_total .total_pay {
  padding: 30px 48px 50px;
  border-top: 1px solid #ddd;
}
@media (max-width: 1420px) {
  .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: 1420px) {
  .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: 310px;
  height: 52px;
  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: #D01A1C !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: 14px;
  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: 8px 0;
  }
}
.sys_order .ord_total_wrap .ord_total .pri_tb td {
  padding: 2px 0;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
}
@media (max-width: 720px) {
  .sys_order .ord_total_wrap .ord_total .pri_tb td {
    padding: 8px 0;
  }
}

.sys_mailto_wrap {
  display: none;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sys_mailto_wrap.db {
  display: block;
}
.sys_mailto_wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  padding: 65px 110px;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 1420px) {
  .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: 500px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sys_modal_wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  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%;
  }
}
.sys_modal_wrap .sys_tit_box {
  position: relative;
  width: 100%;
  height: 44px;
  padding: 0 20px;
  background-color: #333;
}
.sys_modal_wrap .sys_tit_box .tit {
  font-size: 16px;
  color: #fff;
  line-height: 44px;
}
@media (max-width: 720px) {
  .sys_modal_wrap .sys_tit_box .tit {
    font-size: 12px;
  }
}
.sys_modal_wrap .sys_tit_box .t_close {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 12px;
  height: 12px;
  background-position: -554px -128px;
}
.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% - 40px);
  vertical-align: middle;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
}
.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: #D01A1C !important;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
}
.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: 12px;
  line-height: 150%;
  color: #666;
  font-size: 12px;
}
.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 #999;
  vertical-align: middle;
  line-height: 32px;
  font-size: 12px;
  background-color: #fff;
}
.sys_modal_wrap .b_close {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  background-color: #fafafa;
}

.delvy_modal_wrap.db {
  display: block;
}

.cp_modal_wrap.db {
  display: block;
}

.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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .modal_review_detail .img {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.modal_review_detail .img img {
  width: 100%;
}
@media (max-width: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 1420px) {
  .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: 37px;
  font-size: 12px;
}

.sys_order .ord_info .ord_inp_tb .inp_r_btn {
  width: 80px;
  height: 37px;
  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: 37px;
  font-size: 12px;
}
.sys_mypage .sys_inp.h280{height: 280px;}
@media screen and (max-width: 720px) {
  .sys_mypage .sys_inp.h280{height: 180px;}
}
.sys_mypage .inp_r_btn {
  width: 100px;
  height: 37px;
  font-size: 12px;
}

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

.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);
  }
  .sys_prd_view .prd_v_bottom .prod_v_cont {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@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 .prod_v_cont {
    padding-left: 20px;
    padding-right: 20px;
  }
  .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;
  }
  .mt40 {
    margin-top: 20px;
  }
  .sys_wrap .de_rdo, .sys_wrap .de_cks {
    font-size: 14px;
  }
  .sys_wrap .sys_tit {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .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: 50px;
  }
  .sys_wrap .de_rdo i, .sys_wrap .de_cks i {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .sys_wrap .sys_join_allcheck {
    padding: 7px 0px;
  }
  .sys_wrap .join_agree_wrap {
    margin-top: 30px;
  }
  .sys_wrap .join_agree_wrap .agree_box {
    height: 120px;
    padding: 15px;
  }
  .sys_wrap .join_agree_wrap .agree_box pre {
    font-size: 14px;
  }
  .sys_wrap .sys_s_btnline .btn {
    display: flex;
    width: 100%;
    height: 50px;
  }
  .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: 100px;
    height: 35px;
  }
  .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;
  }
}
.terms {
  padding-top: 180px;
}
.terms pre {
  margin-top: 60px;
  padding-top: 40px;
  border-top: solid 1px #999;
}

@media screen and (max-width: 720px) {
  .terms {
    padding-top: 90px;
  }
  .terms pre {
    margin-top: 30px;
    padding-top: 20px;
  }
}
.email_modal {
  display: none;
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.email_modal .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 570px;
  padding: 50px 60px;
  border: solid 1px #333;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.email_modal .modal_box .modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.email_modal .modal_box .tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 30px auto;
  background-color: #ddd;
}

@media screen and (max-width: 720px) {
  .email_modal .modal_box {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }
  .email_modal .modal_box .modal_close {
    top: 15px;
    right: 15px;
  }
  .email_modal .modal_box .tit::after {
    width: 20px;
    margin: 15px auto;
  }
}


.join_lst{ padding-top: 60px; border-top: solid 2px #999;}
.join_lst ul{display: flex; gap: 30px;}
.join_lst ul li{width: calc(33.3334% - 20px); height: 240px; border: solid 1px #ddd; border-radius: 10px;}
.join_lst ul li a{display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 25px; width: 100%; height: 100%; text-align: center;}
@media screen and (max-width: 1240px) {
  .join_lst ul{flex-direction: column; align-items: center;}
  .join_lst ul li{width: 100%; height: auto; }
  .join_lst ul li a{padding: 60px 20px;}
}
@media screen and (max-width: 720px) {
  .join_lst{padding-top: 30px;}
  .join_lst ul{gap: 20px;}
  .join_lst ul li{width: 100%; border-radius: 5px;}
  .join_lst ul li a{gap: 15px; padding: 35px 10px;}
  .join_lst ul li a .img{width: 45px;}
}




.sys_wrap input[type=file]::-webkit-file-upload-button{ 
  width: 100px;
  height: 100%;
  margin-right: 15px;
  border: solid 1px #999;
  background-color: #ddd;
  font-weight: 300;
}
@media screen and (max-width: 720px) {
  .sys_wrap input[type=file]::-webkit-file-upload-button{
    width: 85px;
    margin-right: 8px;
  }
}








.bd_v{margin-top: 50px;}
.bd_v .tit_wrap{padding: 20px; border-top: solid 1px #333; border-bottom: solid 1px #ddd;}
.bd_v .tit_wrap .tit{font-size: 20px; font-weight: bold;}
.bd_v .tit_wrap .info_line{margin-top: 10px;}
.bd_v .tit_wrap .info_line span{display: inline-block; }
.bd_v .tit_wrap .info_line span::after{content: ""; display: inline-block; vertical-align: middle; width: 1px; height: 11px; margin: -2px 10px 0px; background-color: #ddd;}
.bd_v .tit_wrap .info_line span:last-child::after{display: none;}

.bd_v .cont_wrap{padding: 20px; border-bottom: solid 1px #ddd;}

.bd_v .answer_wrap{padding: 20px; border-bottom: solid 1px #ddd; background-color: #fafafa;}
.bd_v .answer_wrap .t1{font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.bd_v .answer_wrap .t2{font-size: 14px;}

@media screen and (max-width: 720px) {
  .bd_v{margin-top: 25px;}
  .bd_v .tit_wrap{padding: 15px 10px;}
  .bd_v .tit_wrap .tit{font-size: 16px;}
  .bd_v .tit_wrap .info_line{margin-top: 5px;}
  .bd_v .tit_wrap .info_line span::after{height: 10px; margin: -2px 7px 0px; }

  .bd_v .cont_wrap{padding: 15px 10px;}

  .bd_v .answer_wrap{padding: 15px 10px;}
  .bd_v .answer_wrap .t1{font-size: 14px; margin-bottom: 7px;}
  .bd_v .answer_wrap .t2{font-size: 12px;}
}








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