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

.c2 {
  color: #D53935 !important;
}

.c0 {
  color: #000;
}

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

.cf {
  color: #fff;
}

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

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

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

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

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

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

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

li {
  list-style: none;
}

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

input {
  padding: 0 10px;
}

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

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

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

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

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

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

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

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

em, address {
  font-style: normal;
}

label, button {
  cursor: pointer;
}

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

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

legend {
  *width: 0;
}

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

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

sup {
  font-size: 0.5%;
}

figure {
  margin: 0;
}

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

.poa {
  position: absolute;
}

.pof {
  position: fixed;
}

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

.dib {
  display: inline-block;
}

.db {
  display: block;
}

.dt {
  display: table;
}

.dtr {
  display: table-row;
}

.dtc {
  display: table-cell;
}

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

.dtr {
  width: 100%;
}

.dtc {
  vertical-align: middle;
}

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

.fr {
  float: right;
}

.flul > li {
  float: left;
}

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

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

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

.pb0 {
  padding-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bx-wrapper {
  position: relative;
}

.bx-controls {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.sun-editor-editable em {
  font-style: italic;
}

.sun-editor-editable ol li {
  list-style: decimal;
}

.sun-editor-editable ul li {
  list-style: disc;
}

.sun-editor-editable[contenteditable=true] .se-component, .sun-editor-editable[contenteditable=true] .se-component {
  outline: none !important;
}

.sun_editor_v h1, .sun_editor_v h2 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h3, .sun_editor_v h4 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h5, .sun_editor_v h6 {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: 700;
}

.sun_editor_v h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}

.sun_editor_v h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}

.sun_editor_v h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.sun_editor_v h4 {
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}

.sun_editor_v h5 {
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

.sun_editor_v h6 {
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}

.sun_editor_v .se-video-container figure {
  position: relative;
}

.sun_editor_v .se-video-container figure iframe {
  position: absolute;
  top: 0;
  left: 0;
}

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz35 {
  font-size: 35px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz45 {
  font-size: 45px;
}

.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: 16px;
  }
  .fz26 {
    font-size: 18px;
  }
  .fz28 {
    font-size: 20px;
  }
  .fz30 {
    font-size: 18px;
  }
  .fz32 {
    font-size: 22px;
  }
  .fz34 {
    font-size: 22px;
  }
  .fz35 {
    font-size: 18px;
  }
  .fz38 {
    font-size: 24px;
  }
  .fz40 {
    font-size: 26px;
  }
  .fz45 {
    font-size: 20px;
  }
  .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: 30px;
  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;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #7A604B !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: 15px;
  }
  .page_num a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 720px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

input.de_inp.sm{height: 45px;padding: 0 20px;}
.de_inp.ss{height: 36px;}
.de_inp.st{height: 30px;}
*/
.de_rdo, .de_cks {
  display: inline-block;
  vertical-align: middle;
}
.de_rdo i, .de_cks i {
  display: inline-block;
  border: 1px solid #9b9b9b;
  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: #D53935;
  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 #D53935;
  border-width: 0 2px 2px 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.de_cki input:checked ~ i::after {
  opacity: 1;
}
.de_cki input:disabled ~ i {
  background-color: #eee;
}

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

.sys_popup.dn {
  display: none;
}

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

.mt23 {
  margin-top: 23px;
}

.sys_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: 100px 0 100px;
}

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

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

@media (max-width: 1240px) {
  .sys_interval {
    padding: 50px 0 100px;
  }
}
@media (max-width: 720px) {
  .sys_interval {
    padding: 25px 0 50px;
  }
  .sys_my1_interval {
    padding-bottom: 25px;
  }
  .sys_line_b::before,
  .sys_line_a::after {
    height: 11px;
  }
}
.sys_wrap .sys12 {
  font-size: 12px;
}
.sys_wrap .sys14 {
  font-size: 14px;
}
.sys_wrap .sys16 {
  font-size: 16px;
}
.sys_wrap .sys18 {
  font-size: 18px;
}
.sys_wrap .sys20 {
  font-size: 20px;
}
.sys_wrap .sys30 {
  font-size: 30px;
}
.sys_wrap .lh150p {
  line-height: 150%;
}
.sys_wrap .sys_inp {
  display: inline-block;
  width: 100%;
  height: 45px;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 16px;
}
.sys_wrap .sys_inp::placeholder {
  font-size: 16px;
  color: #999;
}
.sys_wrap .sys_inp.w33p {
  width: calc((100% - 10px) / 3);
}
.sys_wrap .sys_inp.w630 {
  width: 630px;
}
.sys_wrap .sys_inp.w400 {
  width: 400px;
}
.sys_wrap .sys_inp.w345 {
  width: 345px;
}
.sys_wrap .sys_inp.w320 {
  width: 320px;
}
.sys_wrap .sys_inp.w280 {
  width: 280px;
}
.sys_wrap .sys_inp.w195 {
  width: 195px;
}
.sys_wrap .sys_inp.w150 {
  width: 150px;
}
.sys_wrap .sys_inp.w130 {
  width: 130px;
}
.sys_wrap .sys_inp.w107 {
  width: 107px;
}
.sys_wrap .sys_inp.ph_inp {
  width: 130px;
}
.sys_wrap .sys_inp.h150 {
  height: 150px;
}
.sys_wrap .sbm_btn {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-color: #7A604B !important;
}
.sys_wrap .link_btn {
  display: block;
  width: 100%;
  border: 1px solid #999;
  line-height: 50px;
  text-align: center;
}
.sys_wrap .sys_tit {
  padding-bottom: 60px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 110%;
}
.sys_wrap .sys_tit.bdb {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .sys_tit.fz30 {
  font-size: 30px;
}
.sys_wrap .de_cki,
.sys_wrap .de_cks {
  font-size: 14px;
}
.sys_wrap .de_cki i,
.sys_wrap .de_cks i {
  border: 1px solid #ddd;
}
.sys_wrap .de_rdo,
.sys_wrap .de_cks {
  font-size: 14px;
}
.sys_wrap .de_rdo i,
.sys_wrap .de_cks i {
  border: 1px solid #ddd;
}
.sys_wrap input[type=text],
.sys_wrap input[type=password] {
  padding: 0 10px;
}
.sys_wrap input[type=file] {
  padding: 0;
  color: #999;
}
.sys_wrap textarea {
  padding: 5px 10px;
}
.sys_wrap select {
  padding: 0 25px 0 10px;
  background-position: calc(100% - 10px) 50%;
}
.sys_wrap .calc_num_box .calc_inp {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .sys_wrap .sys_inp.ph_inp {
    width: calc((100% - 10px) / 3);
  }
}
@media (max-width: 720px) {
  .sys_wrap .sys14 {
    font-size: 12px;
  }
  .sys_wrap .sys16 {
    font-size: 14px;
  }
  .sys_wrap .sys18 {
    font-size: 14px;
  }
  .sys_wrap .sys20 {
    font-size: 16px;
  }
  .sys_wrap .sys30 {
    font-size: 18px;
  }
  .sys_wrap .sys_inp.w180 {
    width: 180px;
  }
  .sys_wrap .sys_inp.w320 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w280 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w150 {
    width: 100%;
  }
  .sys_wrap input[type=text],
  .sys_wrap input[type=password] {
    padding: 0 10px;
  }
  .sys_wrap input {
    padding: 0 10px;
  }
  .sys_wrap select {
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
}
.sys_wrap .sys_find_mem {
  width: 400px;
  margin: 0 auto;
}
.sys_wrap .sys_find_mem .tab {
  margin-bottom: 50px;
}
.sys_wrap .sys_find_mem .tab > ul {
  font-size: 0;
}
.sys_wrap .sys_find_mem .tab > ul li {
  display: inline-block;
  width: 50%;
  border: solid 1px #ddd;
  vertical-align: top;
  color: #999;
  text-align: center;
}
.sys_wrap .sys_find_mem .tab > ul li a {
  display: block;
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-weight: bold;
  font-size: 16px;
}
.sys_wrap .sys_find_mem .tab > ul li.act {
  border: solid 1px #000;
}
.sys_wrap .sys_find_mem .tab > ul li.act a {
  color: #333;
}
.sys_wrap .sys_find_mem .line {
  font-size: 0;
}
.sys_wrap .sys_find_mem .line + .line {
  margin-top: 10px;
}
.sys_wrap .sys_find_mem .login_link {
  margin-top: 7px;
  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: 14px;
  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;
}
.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;
}
.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;
}
@media (max-width: 720px) {
  .sys_wrap .sys_find_mem {
    width: 100%;
  }
  .sys_wrap .sys_find_mem .sns_login {
    margin-top: 20px;
  }
  .sys_wrap .sys_find_mem .sns_login .login_lst {
    margin-top: 10px;
  }
}
.sys_wrap .terms {
  margin-top: 45px;
  font-size: 12px;
  line-height: 150%;
}
.sys_wrap .terms .terms_tit {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 150%;
}
.sys_wrap .terms .tit {
  font-size: 14px;
  color: #000;
}
.sys_wrap .terms .c0 {
  color: #000;
}
@media (max-width: 1240px) {
  .sys_wrap .terms {
    margin-top: 0;
  }
}
@media (max-width: 720px) {
  .sys_wrap .terms .terms_tit {
    font-size: 14px;
  }
  .sys_wrap .terms .tit {
    font-size: 12px;
  }
}
.sys_wrap .sys_join_allcheck {
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .join_agree_wrap {
  margin-top: 50px;
}
.sys_wrap .join_agree_wrap .sys_join_h3 {
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: bold;
}
.sys_wrap .join_agree_wrap .agree_box {
  overflow-y: scroll;
  height: 240px;
  padding: 30px;
  border: 1px solid #ddd;
}
.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 .sys_s_btnline {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
.sys_wrap .sys_s_btnline .btn {
  display: inline-block;
  width: 220px;
  height: 60px;
  vertical-align: top;
}
.sys_wrap .sys_s_btnline .style1 {
  line-height: 60px;
  color: #fff;
  background-color: #7A604B !important;
}
.sys_wrap .sys_s_btnline .style2 {
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 58px;
}
.sys_wrap .req_info_txt {
  margin: 50px 0 20px;
  line-height: 110%;
}
.sys_wrap .sys_inp_tb {
  border-top: 1px solid #333;
}
.sys_wrap .sys_inp_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .sys_inp_tb th {
  width: 190px;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
.sys_wrap .sys_inp_tb th.vat {
  padding-top: 22px;
  vertical-align: top;
}
.sys_wrap .sys_inp_tb td {
  padding: 10px 20px 10px 0;
  font-size: 0;
}
.sys_wrap .sys_inp_tb .line {
  font-size: 0;
}
.sys_wrap .sys_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_wrap .inp_r_btn {
  display: inline-block;
  width: 100px;
  height: 45px;
  margin-left: 5px;
  border: 1px solid #aaa;
  line-height: 43px;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
}
.sys_wrap .inp_r_btn.ml0 {
  margin-left: 0;
}
.sys_wrap .check_id_wrap .id_desc {
  display: inline-block;
  height: 45px;
  margin-left: 20px;
  font-size: 12px;
  color: #666;
  line-height: 45px;
  vertical-align: top;
}
.sys_wrap .rdo_wrap {
  padding: 3px 0;
}
.sys_wrap .rdo_wrap .de_rdo {
  margin-right: 20px;
}
.sys_wrap .sys_join3_box {
  padding: 60px;
  border-top: solid 2px #333;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.sys_wrap .sys_join3_box .t1 {
  margin: 40px auto;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
.sys_wrap .sys_join3_box .t2 {
  line-height: 150%;
}
.sys_wrap .sys_join3_box .link_line {
  margin-top: 45px;
  font-size: 0;
}
.sys_wrap .sys_join3_box .link_line .btn {
  display: inline-block;
  width: 226px;
  height: 60px;
  vertical-align: top;
}
.sys_wrap .sys_join3_box .link_line .style1 {
  line-height: 60px;
  color: #fff;
  background-color: #7A604B !important;
}
.sys_wrap .sys_join3_box .link_line .style2 {
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 58px;
}
@media (max-width: 1240px) {
  .sys_wrap .req_info_txt {
    margin: 0 0 20px;
  }
  .sys_wrap .sys_inp_tb td {
    padding: 7px 0;
  }
  .sys_wrap .check_id_wrap .id_desc {
    display: block;
    height: auto;
    margin: 5px 0 7px 0;
    line-height: 150%;
  }
}
.sys_wrap .sys_addr_wrap .w130 {
  width: 195px;
}
@media (max-width: 991px) {
  .sys_wrap .sys_addr_wrap .w630 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sys_wrap .check_id_wrap .w280 {
    width: calc(100% - 105px);
  }
}
@media (max-width: 720px) {
  .sys_wrap .join_agree_wrap {
    margin-top: 25px;
  }
  .sys_wrap .join_agree_wrap .sys_join_h3 {
    margin-bottom: 10px;
  }
  .sys_wrap .join_agree_wrap .agree_box {
    padding: 5px 10px;
  }
  .sys_wrap .sys_s_btnline {
    margin-top: 25px;
  }
  .sys_wrap .sys_s_btnline .btn {
    display: block;
    margin: 0 auto;
  }
  .sys_wrap .sys_s_btnline .style2 {
    margin-left: auto;
    margin-top: 5px;
  }
  .sys_wrap .req_info_txt {
    margin: 0 0 10px;
  }
  .sys_wrap .sys_inp_tb tr {
    border: 0;
  }
  .sys_wrap .sys_inp_tb th {
    display: block;
    width: 100%;
    padding-left: 0;
    margin: 20px 0 10px;
    font-size: 14px;
    line-height: 110%;
  }
  .sys_wrap .sys_inp_tb th.vat {
    padding-top: 0;
  }
  .sys_wrap .sys_inp_tb td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sys_wrap .inp_r_btn {
    font-size: 14px;
  }
  .sys_wrap .check_id_wrap .w280 {
    width: calc(100% - 105px);
  }
  .sys_wrap .check_id_wrap .id_desc {
    margin-bottom: 0;
  }
  .sys_wrap .sys_addr_wrap .w130 {
    width: calc(100% - 85px);
  }
  .sys_wrap .sys_addr_wrap .w345 {
    width: 100%;
  }
  .sys_wrap .rdo_wrap {
    padding: 0;
  }
  .sys_wrap .sys_join3_box {
    padding: 25px 0 0;
    border: 0;
  }
  .sys_wrap .sys_join3_box::before {
    margin-bottom: 12px;
  }
  .sys_wrap .sys_join3_box .t2 {
    margin-top: 0;
  }
  .sys_wrap .sys_join3_box .link_line {
    margin-top: 17px;
  }
  .sys_wrap .sys_join3_box .link_line .btn {
    display: block;
    margin: 0 auto;
  }
  .sys_wrap .sys_join3_box .link_line .style2 {
    margin-left: auto;
    margin-top: 5px;
  }
}
.sys_wrap .h286 {
  height: 286px;
}
.sys_wrap .sys_inp_tb .inp_txt {
  font-size: 14px;
  line-height: 45px;
}
.sys_wrap .sys_w_btnline {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
.sys_wrap .sys_w_btnline .btn {
  display: inline-block;
  width: 136px;
  height: 60px;
  vertical-align: top;
}
.sys_wrap .sys_w_btnline .style1 {
  line-height: 60px;
  color: #fff;
  background-color: #7A604B !important;
}
.sys_wrap .sys_w_btnline .style2 {
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 58px;
}
@media (max-width: 720px) {
  .sys_wrap .h286 {
    height: 200px;
  }
  .sys_wrap .sys_inp_tb.bdb {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .sys_wrap .sys_inp_tb .txt_th {
    display: inline-block;
    width: 100px;
  }
  .sys_wrap .sys_inp_tb .inp_txt {
    display: inline-block;
    width: calc(100% - 100px);
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
  }
  .sys_wrap .sys_w_btnline {
    margin-top: 25px;
  }
  .sys_wrap .sys_w_btnline .btn {
    width: calc((100% - 8px) / 2);
    height: 50px;
  }
  .sys_wrap .sys_w_btnline .btn.style1 {
    line-height: 50px;
  }
  .sys_wrap .sys_w_btnline .btn.style2 {
    line-height: 48px;
  }
  .sys_wrap .sys_w_btnline .style2 {
    margin-left: 8px;
  }
}
.sys_wrap .cart_cki {
  margin-bottom: 20px;
  font-size: 14px;
}
.sys_wrap .cart_cki i {
  margin-right: 20px;
}
.sys_wrap .cart_tb {
  border-top: 1px solid #000;
}
.sys_wrap .cart_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .cart_tb th {
  padding: 16px 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 150%;
}
.sys_wrap .cart_tb td {
  padding: 10px 0;
}
.sys_wrap .cart_tb .wa {
  width: auto;
}
.sys_wrap .cart_tb .w147 {
  width: 147px;
}
.sys_wrap .cart_tb .w120 {
  width: 120px;
}
.sys_wrap .cart_tb .w117 {
  width: 117px;
}
.sys_wrap .cart_tb .w116 {
  width: 116px;
}
.sys_wrap .cart_tb .w100 {
  width: 100px;
}
.sys_wrap .cart_tb .w12 {
  width: 12px;
}
.sys_wrap .cart_tb .cont {
  font-size: 0;
}
.sys_wrap .cart_tb .cont .de_cki {
  vertical-align: middle;
}
.sys_wrap .cart_tb .cont .de_cki i {
  background-color: #fff;
}
.sys_wrap .cart_tb .cont .img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 20px;
  border: 1px solid #eee;
  vertical-align: middle;
}
.sys_wrap .cart_tb .cont .img img {
  width: 100%;
}
.sys_wrap .cart_tb .cont .prod_txt {
  display: inline-block;
  width: calc(100% - 140px);
  padding-left: 20px;
  vertical-align: middle;
}
.sys_wrap .cart_tb .cont .prod_txt .t1 {
  font-size: 16px;
  color: #000;
  line-height: 150%;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box {
  margin-top: 10px;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box .t2 {
  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: 14px;
  line-height: 150%;
}
.sys_wrap .cart_tb .cont .del_cart {
  display: none;
}
.sys_wrap .cart_tb .price_txt {
  font-size: 14px;
  text-align: center;
}
.sys_wrap .cart_tb .price_txt del {
  color: #666;
}
.sys_wrap .cart_tb .del_cart {
  display: block;
  width: 12px;
  height: 12px;
  background-position: -559px -153px;
}
.sys_wrap .cart_b_line {
  margin-top: 20px;
  font-size: 0;
}
.sys_wrap .cart_b_line .prd_b_btn {
  display: inline-block;
  width: 100px;
  height: 30px;
  margin-right: 5px;
  border: 1px solid #999;
  font-size: 12px;
  text-align: center;
  line-height: 28px;
  vertical-align: top;
}
.sys_wrap .price_result_box {
  margin-top: 50px;
}
.sys_wrap .price_result_box .price_result_txt {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}
.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;
}
.sys_wrap .price_result_box .cart_btn .cart_sel_order {
  display: inline-block;
  width: 226px;
  height: 52px;
  border: 1px solid #999;
  vertical-align: top;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
}
.sys_wrap .price_result_box .cart_btn .cart_all_order {
  display: inline-block;
  width: 226px;
  height: 52px;
  margin-left: 5px;
  line-height: 52px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #7A604B !important;
}
@media (max-width: 1240px) {
  .sys_wrap .cart_cki {
    margin-top: 0;
  }
  .sys_wrap .cart_tb td {
    padding: 20px 0;
  }
  .sys_wrap .cart_tb .cont {
    position: relative;
  }
  .sys_wrap .cart_tb .cont .prod_txt {
    padding-right: 20px;
  }
  .sys_wrap .cart_tb .cont .del_cart {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .sys_wrap .price_result_box {
    margin-top: 15px;
  }
  .sys_wrap .price_result_box .price_result_txt {
    float: none;
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .sys_wrap .price_result_box .cart_btn {
    float: none;
    display: block;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .sys_wrap .cart_cki {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .sys_wrap .cart_cki i {
    margin-right: 10px;
  }
  .sys_wrap .cart_tb .cont .de_cki {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .sys_wrap .cart_tb .cont .img {
    width: 70px;
    height: 70px;
    margin-left: 0;
    vertical-align: top;
  }
  .sys_wrap .cart_tb .cont .prod_txt {
    width: calc(100% - 70px);
    padding: 0 15px 0 10px;
    vertical-align: top;
  }
  .sys_wrap .cart_tb .cont .prod_txt .t1 {
    font-size: 12px;
  }
  .sys_wrap .cart_tb .cont .prod_txt .prod_price {
    margin-top: 10px;
    font-size: 12px;
  }
  .sys_wrap .cart_b_line {
    margin-top: 10px;
  }
  .sys_wrap .price_result_box {
    margin-top: 20px;
  }
  .sys_wrap .price_result_box .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_prd_view {
  padding: 100px 0 20px;
}
.sys_prd_view .prd_v_top {
  padding-bottom: 80px;
}
.sys_prd_view .prd_v_top .thum_wrap {
  width: 430px;
}
.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: 10px;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li {
  cursor: pointer;
  opacity: 0.2;
  width: 78px;
  height: 78px;
  border-radius: 5px;
  overflow: hidden;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li + li {
  margin-left: 10px;
}
.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;
  opacity: 1;
}
.sys_prd_view .prd_v_top .thum_wrap .thum li.act::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  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;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ccc;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet-active {
  background-color: #000;
}
.sys_prd_view .prd_v_top .share_btn_wrap {
  position: absolute;
  right: 0;
  top: -3px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_btn::after {
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  background-position: -528px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal {
  z-index: 5;
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 280px;
  padding: 30px 0;
  border: 1px solid #ddd;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap {
  font-size: 0;
  text-align: center;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li + li {
  margin-left: 10px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .ico {
  width: 100%;
  height: 100%;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .fb {
  background-position: -444px -2px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .twitter {
  background-position: -486px -2px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .pinterest {
  background-position: -528px -2px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .kakao {
  background-position: -444px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .share_wrap li .url {
  background-position: -486px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal .close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  background-position: -472px -178px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal.db {
  display: block;
}
.sys_prd_view .prd_v_top .prd_t_opt {
  width: 690px;
}
.sys_prd_view .prd_v_top .prd_t_opt .tit {
  padding-right: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
  margin-top: 25px;
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
  width: 120px;
  padding: 7px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  vertical-align: top;
  text-align: left;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
  padding: 7px 0;
  font-size: 16px;
  line-height: 150%;
}
.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: 140px;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  text-align: left;
  vertical-align: middle;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w1.fw3{
  font-weight: 300;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2 {
  display: inline-block;
  width: calc(100% - 140px);
  padding: 10px 0;
  font-size: 0;
  vertical-align: middle;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .opt_sel {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 35px 0 15px;
  font-size: 14px;
  color: #666;
  background-position: calc(100% - 15px) 50%;
}
.sys_prd_view .prd_v_top .price_line {
  font-weight: bold;
}
.sys_prd_view .prd_v_top .price_line del {
  color: #999;
  margin-right: 5px;
  font-weight: 300;
}
.sys_prd_view .prd_v_top .price_line span {
  margin-left: 5px;
  color: #D53935 !important;
  font-weight: 300;
}
.sys_prd_view .prd_v_top .price_line .t1 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.sys_prd_view .prd_v_top .price_line .t2 {
  color: #999;
}
.sys_prd_view .prd_v_top .price_line .t3 {
  color: #7A604B !important;
  font-size: 20px;
  font-weight: bold;
}
.sys_prd_view .prd_v_top .prd_opt_box {
  margin-top: 10px;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt {
  margin-top: 1px;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li {
  margin-top: -1px;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li .opt_tit {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
  color: #666;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li .price_line .t1 {
  line-height: 34px;
  font-size: 16px;
}
.sys_prd_view .prd_v_top .total_price_box {
  margin: 30px 0;
  text-align: right;
  font-size: 16px;
  line-height: 150%;
}
.sys_prd_view .prd_v_top .total_price_box .total_price {
  font-size: 20px;
  font-weight: bold;
}
.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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  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: 226px;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #7A604B !important;
}
.sys_prd_view .prd_v_top .s_line .btn2 {
  display: inline-block;
  width: 226px;
  height: 60px;
  border: 1px solid #999;
  line-height: 58px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box {
  display: inline-block;
  position: relative;
  width: 226px;
  margin: 0 5px;
  vertical-align: top;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .btn2 {
  width: 100%;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal {
  display: none;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -124px;
  transform: translateX(-50%);
  width: 280px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding-top: 18px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .t1 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn3 {
  display: inline-block;
  width: 100px;
  height: 33px;
  border: 1px solid #aaa;
  vertical-align: top;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn4 {
  display: inline-block;
  width: 100px;
  height: 33px;
  margin-left: 5px;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #7A604B !important;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .close_ico {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -14px;
  width: 28px;
  height: 14px;
  background-image: url(/src/img/shop/v_cart_arrow.png);
  background-size: cover;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal.db {
  display: block;
}
.sys_prd_view .prd_v_top .pay_line {
  margin-top: 20px;
}
.sys_prd_view .prd_v_top .m_opt_wrap {
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #000;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn {
  position: absolute;
  left: 50%;
  top: -39px;
  transform: translateX(-50%);
  width: 140px;
  height: 40px;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn::after {
  display: block;
  width: 16px;
  height: 9px;
  margin: 0 auto;
  background-position: -580px -313px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .open_opt_btn.act::after {
  background-position: -580px -302px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt {
  display: none;
  margin-top: 10px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt .ovy {
  overflow-y: scroll;
  max-height: 365px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .prd_m_opt.db {
  display: block;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line {
  font-size: 0;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .btn1 {
  display: inline-block;
  width: calc((100% - 52px) / 2);
  height: 52px;
  line-height: 52px;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #7A604B !important;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box {
  display: inline-block;
  position: relative;
  width: calc((100% - 52px) / 2);
  vertical-align: top;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .btn2 {
  display: block;
  width: 100%;
  height: 52px;
  border: 1px solid #999;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal {
  display: none;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -124px;
  transform: translateX(-50%);
  width: 280px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding-top: 18px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal .t1 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal .btn3 {
  display: inline-block;
  width: 90px;
  height: 33px;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal .btn4 {
  display: inline-block;
  width: 90px;
  height: 33px;
  margin-left: 5px;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal .close_ico {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal .modal::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -14px;
  width: 28px;
  height: 14px;
  background-image: url(/src/img/shop/v_cart_arrow.png);
  background-size: cover;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal.db {
  display: block;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .wish_btn {
  display: inline-block;
  width: 52px;
  height: 52px;
  background-color: #333;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .wish_btn::after {
  display: block;
  width: 21px;
  height: 19px;
  margin: 0 auto;
  background-position: -557px -304px;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .wish_btn.act::after {
  background-position: -557px -328px;
}
.sys_prd_view .prd_v_bottom .prod_v_tab {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li {
  width: 25%;
  height: 76px;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 76px;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li.act {
  position: relative;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li.act a {
  color: #7A604B !important;
  font-weight: bold;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li.act::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #7A604B !important;
}
.sys_prd_view .prd_v_bottom .prod_v_cont {
  padding: 50px 0 80px;
}
.sys_prd_view .prd_v_bottom .prod_v_cont .page_num {
  margin-top: 40px;
}
.sys_prd_view .prd_v_bottom .cont1 img {
  display: block;
  margin: 0 auto;
}
.sys_prd_view .prd_v_bottom .cont2 .t1 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .cont2 .t1.mt0 {
  margin-top: 0;
}
.sys_prd_view .prd_v_bottom .cont2 .t2 {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .cont4 {
  padding-bottom: 0;
}
.sys_prd_view .prd_v_bottom .qna_t_box {
  margin-bottom: 20px;
  text-align: right;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .qna_t_box .btn {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  vertical-align: top;
}
.sys_prd_view .prd_v_bottom .qna_t_box .style1 {
  line-height: 38px;
  color: #fff;
  background-color: #111;
}
.sys_prd_view .prd_v_bottom .qna_t_box .style2 {
  margin-left: 5px;
  border: 1px solid #aaa;
  line-height: 36px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd {
  border-top: 2px 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: 705px;
}
.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: 17px 0;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  line-height: 150%;
  text-align: center;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td {
  display: inline-block;
  padding: 17px 0;
  vertical-align: middle;
  font-size: 16px;
  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;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .lock {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 150%;
}
.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: 5px;
  margin-right: 10px;
  vertical-align: top;
  background-position: -568px -128px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit {
  padding-left: 25px;
  font-size: 0;
}
.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: 16px;
  color: #000;
  line-height: 150%;
  text-align: left;
}
.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: 15px;
  vertical-align: middle;
  background-position: -572px -154px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line {
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1 {
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 12px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1:last-child::after {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line {
  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;
}
.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;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t1 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t2 {
  font-size: 16px;
  color: #666;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line {
  margin-top: 15px;
  margin-left: 1px;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn {
  display: inline-block;
  width: 50px;
  height: 36px;
  margin-left: -1px;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn + .btn {
  margin-left: 5px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn.bg_style {
  line-height: 36px;
  color: #fff;
  background-color: #333;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn.line_style {
  line-height: 34px;
  border: 1px solid #aaa;
  background-color: #fff;
}
.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;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .t1 {
  font-size: 16px;
  color: #000;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line img {
  max-width: 640px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .close_btn {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #000;
  line-height: 150%;
  text-decoration: underline;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box {
  margin-top: 20px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn {
  display: block;
  width: 89px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #4CA223;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  background-position: -404px -84px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn .cancle_txt {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn.act {
  border: 1px solid #999;
  line-height: 36px;
  color: #333;
  background-color: #fff;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn.act::before {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn.act .cancle_txt {
  display: inline;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_txt {
  line-height: 38px;
  font-size: 14px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line.db {
  display: 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;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul {
  margin-right: -7px;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li {
  position: relative;
  display: inline-block;
  width: calc(12.5% - 7px);
  height: 0;
  margin-right: 7px;
  padding-bottom: calc(12.5% - 7px);
  vertical-align: top;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  text-align: center;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button .more {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1240px) {
  .sys_prd_view {
    padding-top: 200px;
  }
  .sys_prd_view .prd_v_top {
    padding-bottom: 0;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap {
    top: -5px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt {
    float: none;
    display: block;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 20px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .tit {
    padding-right: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
  }
  .sys_prd_view .prd_v_top .s_line .btn1 {
    width: calc((100% - 12px) / 3);
  }
  .sys_prd_view .prd_v_top .s_line .cart_btn_box {
    width: calc((100% - 12px) / 3);
  }
  .sys_prd_view .prd_v_top .s_line .btn2 {
    width: calc((100% - 12px) / 3);
  }
  .sys_prd_view .prd_v_top::after {
    content: "";
    display: block;
    width: 100%;
    height: 21px;
    border-top: 1px solid #ddd;
    background-color: #f4f7fb;
  }
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul {
    width: 100%;
  }
  .sys_prd_view .prd_v_bottom .prod_v_cont {
    padding-left: 40px;
    padding-right: 40px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap {
    position: relative;
    width: 100%;
    padding: 15px 20px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit {
    padding-left: 0;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap {
    padding: 25px 20px;
  }
  .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 .review_line img {
    width: 100%;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 30px 0 40px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul {
    width: 100%;
    margin-right: 0;
    white-space: nowrap;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li {
    width: 144px;
    margin-right: 0;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li + li {
    margin-left: 7px;
  }
}
@media screen and (max-width: 720px) {
  .sys_prd_view {
    padding: 100px 0 10px;
  }
  .sys_prd_view .prd_v_top .v_pro_slide .bullet {
    margin-top: 25px;
  }
  .sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap {
    width: 100%;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap .share_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap .share_modal {
    width: 100%;
  }
  .sys_prd_view .prd_v_top .prd_t_opt {
    margin-top: 50px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .tit {
    font-size: 16px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
    margin-top: 15px;
    padding: 10px 0;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
    width: 100px;
    padding: 5px 0;
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
    padding: 5px 0;
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w1 {
    width: 60px;
    font-size: 14px;
  }
  .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 .s_line .btn1 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .cart_btn_box {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .btn2 {
    height: 50px;
    line-height: 48px;
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap {
    padding-top: 10px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .open_opt_btn {
    top: -19px;
    width: 70px;
    height: 20px;
    border-radius: 15px 15px 0 0;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .open_opt_btn::after {
    width: 10px;
    height: 5px;
    margin: 0 auto;
    background-position: -552px -354px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .open_opt_btn.act::after {
    background-position: -552px -361px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .prd_m_opt {
    margin-top: 0;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .prd_m_opt .ovy {
    max-height: 277px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .m_s_line .btn1 {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .m_s_line .cart_btn_box .btn2 {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .m_s_line .cart_btn_box .ord_cart_modal {
    width: 235px;
  }
  .sys_prd_view .prd_v_top .total_price_box {
    margin: 15px 0;
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .total_price_box .total_price {
    font-size: 16px;
  }
  .sys_prd_view .prd_v_top::after {
    height: 11px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul li {
    height: 52px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_tab > ul li a {
    line-height: 52px;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_cont {
    padding: 25px 20px 40px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_cont .page_num {
    margin-top: 20px;
  }
  .sys_prd_view .prd_v_bottom .cont2 .t1 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .cont2 .t2 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .cont4 {
    padding-bottom: 0;
  }
  .sys_prd_view .prd_v_bottom .qna_t_box {
    margin-bottom: 10px;
  }
  .sys_prd_view .prd_v_bottom .qna_t_box .btn {
    width: calc(50% - 3px);
  }
  .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 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit .t1 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .review_tit::after {
    right: 0;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .w_td.tit_wrap .info_line .t1::after {
    margin: 0 10px 2px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap {
    padding: 20px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t1 {
    margin-bottom: 0;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t2 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn {
    font-size: 12px;
  }
  .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: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .close_btn {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box {
    margin-top: 10px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_txt {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst {
    margin: 15px 0 20px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li {
    width: 135px;
    height: 135px;
    padding-bottom: 0;
  }
  .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_mypage {
  width: 1200px;
  margin: 0 auto;
}
.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: 20px;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_nav .my_menu > li {
  line-height: 175%;
}
.sys_mypage .my_nav .my_menu > li + li {
  margin-top: 25px;
}
.sys_mypage .my_nav .my_menu > li > a {
  font-size: 16px;
  font-weight: bold;
}
.sys_mypage .my_nav .my_menu > li > ul > li {
  line-height: 175%;
}
.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: #D53935 !important;
}
.sys_mypage .my_cont {
  width: 950px;
}
.sys_mypage .my_tit {
  padding: 50px 0 20px;
  font-size: 20px;
  line-height: 110%;
  color: #000;
  font-weight: bold;
}
.sys_mypage .my_tit.bdb {
  border-bottom: 1px solid #000;
}
.sys_mypage .my_tit.pt0 {
  padding-top: 0;
}
.sys_mypage .my_tit .r_btn {
  margin-top: 5px;
  font-size: 12px;
  line-height: 110%;
  color: #7A604B !important;
  font-weight: 300;
}
.sys_mypage .my_tab {
  position: relative;
  margin-bottom: 30px;
}
.sys_mypage .my_tab > ul {
  margin-left: 1px;
  font-size: 0;
}
.sys_mypage .my_tab > ul li {
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-left: -1px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-bottom: 1px solid #333;
}
.sys_mypage .my_tab > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #999;
  background-color: #fafafa;
}
.sys_mypage .my_tab > ul li.act {
  z-index: 1;
  position: relative;
  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;
  right: 0;
  bottom: 0;
  width: calc(100% - 400px);
  height: 1px;
  background-color: #333;
}
.sys_mypage .my_sel {
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding: 0 35px 0 20px;
  background-position: calc(100% - 20px) 50%;
}
.sys_mypage .my_more_btn {
  display: block;
  width: 600px;
  height: 60px;
  margin: 60px auto 0;
  border: 1px solid #ddd;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
}
.sys_mypage .my_list_btn {
  display: block;
  width: 220px;
  height: 60px;
  margin: 50px auto 0;
  border: 1px solid #999;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
}
.sys_mypage .date_pic_box {
  margin-top: 30px;
}
.sys_mypage .date_pic_box.mt0 {
  margin-top: 0;
}
.sys_mypage .date_pic_box.mt50 {
  margin-top: 50px;
}
.sys_mypage .page_num {
  margin-top: 50px;
}
.sys_mypage .page_num_mt80 .page_num {
  margin-top: 80px;
}
.sys_mypage .mem_info {
  padding: 50px;
  background-color: #fafafa;
}
.sys_mypage .mem_info .mem_txt {
  width: 390px;
  margin-top: 15px;
}
.sys_mypage .mem_info .mem_txt .t1 {
  font-size: 20px;
  line-height: 150%;
  color: #000;
}
.sys_mypage .mem_info .mem_txt .point_info {
  margin-top: 15px;
  margin-right: -30px;
  font-size: 0;
}
.sys_mypage .mem_info .mem_txt .point_info table {
  width: 180px;
}
.sys_mypage .mem_info .mem_txt .point_info table + table {
  margin-left: 30px;
}
.sys_mypage .mem_info .mem_txt .point_info table th {
  line-height: 150%;
  font-size: 16px;
  text-align: left;
}
.sys_mypage .mem_info .mem_txt .point_info table td {
  line-height: 150%;
  font-size: 16px;
  text-align: right;
}
.sys_mypage .mem_info .mem_info_lst {
  overflow: hidden;
}
.sys_mypage .mem_info .mem_info_lst > ul {
  margin-right: -10px;
  font-size: 0;
}
.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;
}
.sys_mypage .mem_info .mem_info_lst > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  text-align: center;
}
.sys_mypage .mem_info .mem_info_lst > ul li a .t1 {
  font-size: 20px;
}
.sys_mypage .mem_info .mem_info_lst > ul li a .t2 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 110%;
}
.sys_mypage .ico_state_lst .state_lst1 {
  width: 669px;
  border: 1px solid #ddd;
}
.sys_mypage .ico_state_lst .state_lst1 li {
  width: 25%;
  height: 141px;
  border-right: 1px solid #ddd;
}
.sys_mypage .ico_state_lst .state_lst1 li:last-child {
  border-right: 0;
}
.sys_mypage .ico_state_lst .state_lst1 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 38px;
  text-align: center;
  font-size: 0;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico .num {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  font-size: 11px;
  color: #fff;
  background-color: #D53935 !important;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico1 {
  background-image: url(/src/img/my_sit1.png);
}
.sys_mypage .ico_state_lst .state_lst1 li .ico2 {
  background-image: url(/src/img/my_sit2.png);
}
.sys_mypage .ico_state_lst .state_lst1 li .ico3 {
  background-image: url(/src/img/my_sit3.png);
}
.sys_mypage .ico_state_lst .state_lst1 li .ico4 {
  background-image: url(/src/img/my_sit4.png);
}
.sys_mypage .ico_state_lst .state_lst1 li .txt {
  font-size: 16px;
  line-height: 110%;
}
.sys_mypage .ico_state_lst .state_lst2 {
  width: 281px;
  border: 1px solid #ddd;
  border-left: 0;
}
.sys_mypage .ico_state_lst .state_lst2 li {
  height: 47px;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .ico_state_lst .state_lst2 li:last-child {
  border-bottom: 0;
}
.sys_mypage .ico_state_lst .state_lst2 li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.sys_mypage .ico_state_lst .state_lst2 li .t1 {
  font-size: 16px;
  line-height: 45px;
}
.sys_mypage .ico_state_lst .state_lst2 li .t1::before {
  content: "▶";
  margin-right: 4px;
  font-size: 11px;
  color: #ddd;
  font-family: "Dotum";
}
.sys_mypage .ico_state_lst .state_lst2 li .t2 {
  font-size: 16px;
  line-height: 45px;
}
.sys_mypage .ord_state_lst .lst + .lst {
  margin-top: 20px;
}
.sys_mypage .ord_state_lst .state_top {
  height: 45px;
  padding: 0 20px;
  background-color: #fafafa;
}
.sys_mypage .ord_state_lst .state_top .line {
  line-height: 45px;
}
.sys_mypage .ord_state_lst .state_top .line .t1 {
  font-size: 16px;
}
.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: 16px;
  line-height: 45px;
  color: #D53935 !important;
}
.sys_mypage .ord_state_tb {
  border-top: 1px solid #000;
}
.sys_mypage .ord_state_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_mypage .ord_state_tb td {
  padding: 30px 0;
  font-size: 0;
}
.sys_mypage .ord_state_tb .w1 {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
.sys_mypage .ord_state_tb .w1 .img {
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
}
.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;
}
.sys_mypage .ord_state_tb .w2 .t1 {
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}
.sys_mypage .ord_state_tb .w2 .t2 {
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .ord_state_tb .w2 .t3 {
  font-size: 14px;
  line-height: 150%;
}
.sys_mypage .ord_state_tb .w2 .state_line {
  margin-top: 12px;
  font-size: 0;
}
.sys_mypage .ord_state_tb .w2 .state_line .t3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .ord_state_tb .w2 .state_line .t3:last-child::after {
  display: none;
}
.sys_mypage .ord_state_tb .w2 .state_line .t3.mt10 {
  margin-top: 10px;
}
.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: 80px;
  height: 35px;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style1 {
  line-height: 35px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .bg {
  background-color: #D53935 !important;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style2 {
  border: 1px solid #999;
  line-height: 33px;
}
.sys_mypage .ord_state_tb .review_btn_wrap {
  position: relative;
}
.sys_mypage .ord_state_tb .review_btn_wrap .r_btn {
  display: block;
  width: 80px;
  height: 30px;
  margin-top: 20px;
  border: 1px solid #aaa;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.sys_mypage .my_b_nav > ul li + li {
  border-top: 1px solid #ddd;
}
.sys_mypage .my_b_nav > ul li .t1 {
  position: relative;
  display: block;
  height: 76px;
  padding: 0 5%;
  line-height: 76px;
  font-size: 16px;
}
.sys_mypage .my_b_nav > ul li .t1::after {
  position: absolute;
  right: 5%;
  top: 27px;
  width: 12px;
  height: 22px;
  background-position: -598px -302px;
}
.sys_mypage .my_lst_tb {
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_lst_tb.bdtn {
  border-top: 0;
}
.sys_mypage .my_lst_tb table th {
  width: 110px;
  padding: 6px 0;
  font-size: 14px;
  line-height: 150%;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}
.sys_mypage .my_lst_tb table td {
  padding: 6px 0;
  font-size: 14px;
  line-height: 150%;
  vertical-align: top;
}
.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 thead th {
  font-weight: bold;
}
.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;
}
.sys_mypage .my_tb table td.tit {
  padding-left: 25px;
  text-align: left;
}
.sys_mypage .my_tb table td.tac {
  text-align: center;
}
.sys_mypage .my_inp_tb {
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_inp_tb.mt50 {
  margin-top: 50px;
}
.sys_mypage .my_inp_tb.mt30 {
  margin-top: 30px;
}
.sys_mypage .my_inp_tb table th {
  width: 110px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  text-align: left;
  font-weight: bold;
}
.sys_mypage .my_inp_tb table th.vat {
  padding-top: 17px;
  vertical-align: top;
}
.sys_mypage .my_inp_tb table td {
  padding: 5px 0;
  font-size: 0;
}
.sys_mypage .my_inp_tb table td.txt_td {
  padding: 0;
  line-height: 45px;
  font-size: 14px;
}
.sys_mypage .my_inp_tb table .address_cki {
  margin: 10px 0 15px;
}
.sys_mypage .my_inp_tb .line {
  font-size: 0;
}
.sys_mypage .my_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_mypage .my_inp_tb .review_w_img {
  width: 300px;
  margin-bottom: 5px;
}
.sys_mypage .my_inp_tb .review_w_img img {
  width: 100%;
}
.sys_mypage .my_down_cp {
  overflow: hidden;
}
.sys_mypage .my_down_cp > ul {
  margin: 0 -25px -40px 0;
  font-size: 0;
}
.sys_mypage .my_down_cp > ul li {
  display: inline-block;
  width: calc(33.3334% - 25px);
  margin: 0 25px 40px 0;
  vertical-align: top;
}
.sys_mypage .my_down_cp > ul li .box {
  padding: 20px 25px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.sys_mypage .my_down_cp > ul li .box .t1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
}
.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, .sys_mypage .my_down_cp > ul li .box .down_cp_tb td {
  padding-bottom: 5px;
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb tr:last-child th, .sys_mypage .my_down_cp > ul li .box .down_cp_tb tr:last-child td {
  padding-bottom: 0;
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb th {
  width: 63px;
  font-size: 14px;
  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: 14px;
  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_wish_top {
  margin-top: 50px;
  font-size: 0;
}
.sys_mypage .my_wish_top .wish_cki {
  vertical-align: top;
}
.sys_mypage .my_wish_top .wish_cki i {
  border: 1px solid #ddd;
}
.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: 14px;
}
.sys_mypage .my_wish_lst {
  margin-top: 20px;
  border-top: 1px solid #333;
}
.sys_mypage .my_wish_lst > ul li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_mypage .my_wish_lst > ul li .de_cki {
  vertical-align: middle;
}
.sys_mypage .my_wish_lst > ul li .de_cki i {
  border: 1px solid #ddd;
  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;
}
.sys_mypage .my_wish_lst > ul li .img img {
  width: 100%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt {
  position: relative;
  display: inline-block;
  width: calc(100% - 140px);
  padding: 0 140px 0 30px;
  vertical-align: middle;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .t1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  color: #000;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .t2 {
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
  margin-top: 10px;
  font-size: 0;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t3 {
  font-size: 14px;
  color: #999;
  line-height: 150%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t4 {
  margin-left: 4px;
  font-size: 14px;
  line-height: 150%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t5 {
  margin-left: 5px;
  color: #D53935 !important;
  font-size: 14px;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .r_btn_wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* width: 100px; */
  vertical-align: middle;
  font-size: 0;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .r_btn_wrap .wish_del_btn {
  display: inline-block;
  /* margin-top: 10px; */
  margin-left: 9px;
}
.sys_mypage .my_wish_lst > ul li .wish_cart_btn {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  background-color: #999;
  color: #fff;
  vertical-align: middle;
}
.sys_mypage .my_wish_lst > ul li .wish_del_btn {
  width: 11px;
  height: 11px;
  margin-left: 10px;
  margin-top: -1px;
  vertical-align: middle;
  background-position: -559px -154px;
}
.sys_mypage .my_wish_lst > ul .r_btn_wrap {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.sys_mypage .my_qna_tb {
  margin-top: 20px;
  border-top: 1px solid #000;
}
.sys_mypage .my_qna_tb .line {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_mypage .my_qna_tb .line .btn_line {
  margin-top: 20px;
  font-size: 0;
}
.sys_mypage .my_qna_tb .line .btn_line .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  text-align: center;
}
.sys_mypage .my_qna_tb .line .btn_line .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .my_qna_tb .line .btn_line .btn.style1 {
  color: #fff;
  line-height: 34px;
  background-color: #333;
}
.sys_mypage .my_qna_tb .line .btn_line .btn.style2 {
  border: 1px solid #aaa;
  line-height: 32px;
  background-color: #fff;
}
.sys_mypage .my_qna_tb .line .w {
  display: inline-block;
  padding: 16px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.sys_mypage .my_qna_tb .line .w1 {
  width: 90px;
}
.sys_mypage .my_qna_tb .line .w2 {
  width: calc(100% - 356px);
}
.sys_mypage .my_qna_tb .line .w3 {
  width: 137px;
}
.sys_mypage .my_qna_tb .line .w4 {
  width: 129px;
}
.sys_mypage .my_qna_tb .w.tit {
  padding-left: 25px;
  text-align: left;
  font-size: 0;
}
.sys_mypage .my_qna_tb .w.tit .qna_btn {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 150%;
  color: #000;
}
.sys_mypage .my_qna_tb .w.tit .qna_btn .type {
  margin-right: 4px;
  font-weight: bold;
}
.sys_mypage .my_qna_tb .w.tit .info_line {
  margin-top: 2px;
  font-size: 0;
}
.sys_mypage .my_qna_tb .w.tit .info_line .t1 {
  font-size: 14px;
  line-height: 110%;
  color: #000;
}
.sys_mypage .my_qna_tb .w.tit .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .my_qna_tb .w.tit .info_line .t1:last-child::after {
  display: none;
}
.sys_mypage .my_qna_tb .qna_line {
  display: none;
  padding: 0;
  text-align: left;
  background-color: #fafafa;
}
.sys_mypage .my_qna_tb .qna_line .qna_box {
  padding: 25px 0;
  font-size: 0;
}
.sys_mypage .my_qna_tb .qna_line .qna_box + .qna_box {
  border-top: 1px solid #ddd;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .ico {
  display: inline-block;
  width: 107px;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box {
  display: inline-block;
  width: calc(100% - 107px);
  padding: 0 25px;
  vertical-align: top;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t1 {
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .type {
  margin-right: 4px;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t2 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .r_btn {
  display: flex;
  gap: 0px 5px;
  margin-top: 10px;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .r_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 36px;
  text-align: center;
  font-size: 14px;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .r_btn .btn.style1 {
  background-color: #333;
  color: #fff;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .r_btn .btn.style2 {
  border: solid 1px #ddd;
  background-color: #fff;
}
.sys_mypage .my_qna_tb .qna_line.db {
  display: block;
}
.sys_mypage .prd_inquiry_tb {
  margin-top: 20px;
  border-top: 1px solid #000;
}
.sys_mypage .prd_inquiry_tb .line {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .line .btn_line {
  margin-top: 20px;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .line .btn_line .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  text-align: center;
}
.sys_mypage .prd_inquiry_tb .line .btn_line .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .prd_inquiry_tb .line .btn_line .btn.style1 {
  color: #fff;
  line-height: 34px;
  background-color: #333;
}
.sys_mypage .prd_inquiry_tb .line .btn_line .btn.style2 {
  border: 1px solid #aaa;
  line-height: 32px;
  background-color: #fff;
}
.sys_mypage .prd_inquiry_tb .line .w {
  display: inline-block;
  padding: 16px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.sys_mypage .prd_inquiry_tb .line .w1 {
  width: 90px;
}
.sys_mypage .prd_inquiry_tb .line .w2 {
  width: calc(100% - 356px);
}
.sys_mypage .prd_inquiry_tb .line .w3 {
  width: 137px;
}
.sys_mypage .prd_inquiry_tb .line .w4 {
  width: 129px;
}
.sys_mypage .prd_inquiry_tb .img {
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
}
.sys_mypage .prd_inquiry_tb .img img {
  width: 100%;
}
.sys_mypage .prd_inquiry_tb .w.tit {
  padding-left: 30px;
  text-align: left;
  font-size: 0;
}
.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%;
  font-weight: bold;
}
.sys_mypage .prd_inquiry_tb .w.tit .qna_btn .txt {
  font-size: 14px;
  line-height: 150%;
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line {
  margin-top: 2px;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line .t1 {
  font-size: 14px;
  line-height: 110%;
  color: #000;
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .prd_inquiry_tb .w.tit .info_line .t1:last-child::after {
  display: none;
}
.sys_mypage .prd_inquiry_tb .qna_line {
  display: none;
  padding: 0;
  text-align: left;
  background-color: #fafafa;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box {
  padding: 25px 0;
  font-size: 0;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box + .qna_box {
  border-top: 1px solid #ddd;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .ico {
  display: inline-block;
  width: 107px;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box {
  display: inline-block;
  width: calc(100% - 107px);
  padding: 0 25px;
  vertical-align: top;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t1 {
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t2 {
  margin-top: 5px;
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .prd_inquiry_tb .qna_line.db {
  display: block;
}
.sys_mypage .address_tb {
  border-top: 1px solid #000;
}
.sys_mypage .address_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_mypage .address_tb td {
  padding: 25px 0;
  font-size: 0;
}
.sys_mypage .address_tb .txt_box {
  display: inline-block;
  width: calc(100% - 85px);
  padding-right: 10px;
  vertical-align: middle;
}
.sys_mypage .address_tb .txt_box .t1 {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.sys_mypage .address_tb .txt_box .basic_ico {
  display: inline-block;
  width: 65px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  color: #D53935 !important;
  font-weight: bold;
}
.sys_mypage .address_tb .txt_box .basic_ico .b {
  display: none;
}
.sys_mypage .address_tb .txt_box .t2 {
  font-size: 14px;
  line-height: 150%;
}
.sys_mypage .address_tb .r_btn {
  display: inline-block;
  width: 85px;
  vertical-align: middle;
  font-size: 0;
}
.sys_mypage .address_tb .r_btn .btn {
  display: inline-block;
  width: 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;
}

@media (max-width: 1240px) {
  .sys_mypage {
    width: 100%;
  }
  .sys_mypage .my_cont {
    width: 100%;
  }
  .sys_mypage .my_container {
    width: 90%;
    margin: 0 auto;
  }
  .sys_mypage .date_pic_box {
    margin-top: 50px;
  }
  .sys_mypage .mem_info {
    position: relative;
    padding: 35px 5% 60px;
  }
  .sys_mypage .mem_info .mem_txt {
    margin-top: 0;
  }
  .sys_mypage .mem_info .mem_txt .point_info {
    margin-top: 45px;
  }
  .sys_mypage .mem_info .mem_txt .point_info table {
    float: none;
  }
  .sys_mypage .mem_info .mem_txt .point_info table + table {
    margin-left: 0;
  }
  .sys_mypage .mem_info .mem_info_lst {
    float: none;
    position: absolute;
    right: 5%;
    bottom: 40px;
  }
  .sys_mypage .ico_state_lst .state_lst1 {
    width: 100%;
  }
  .sys_mypage .ico_state_lst .state_lst2 {
    width: 100%;
    border-top: 0;
    border-left: 1px solid #ddd;
  }
  .sys_mypage .my_tb table td.tit {
    padding: 20px 20px;
  }
  .sys_mypage .my_tb table td.tit .info_line {
    margin-top: 3px;
    font-size: 0;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1 {
    font-size: 14px;
    line-height: 150%;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #ebebeb;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1:last-child::after {
    display: none;
  }
  .sys_mypage .my_tb table td.tac {
    text-align: left;
  }
  .sys_mypage .my_down_cp > ul {
    margin: 0 -25px -40px 0;
  }
  .sys_mypage .my_down_cp > ul li {
    width: calc(50% - 25px);
    margin: 0 25px 40px 0;
  }
  .sys_mypage .my_wish_lst > ul li {
    position: relative;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt {
    width: calc(100% - 140px);
  }
  .sys_mypage .my_qna_tb .line .w2 {
    display: block;
    width: 100%;
  }
  .sys_mypage .my_qna_tb .w.tit {
    padding: 25px 20px;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn {
    overflow: auto;
    white-space: normal;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn .type {
    display: block;
    margin-left: 0;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn .txt {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .sys_mypage .prd_inquiry_tb .line .w2 {
    width: calc(100% - 90px);
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .sys_mypage .sys_notorder_interval {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 719px) {
  .sys_mypage .mem_info {
    padding: 20px 5%;
  }
  .sys_mypage .mem_info .mem_txt {
    overflow: hidden;
    width: 100%;
  }
  .sys_mypage .mem_info .mem_txt .t1 {
    font-size: 16px;
  }
  .sys_mypage .mem_info .mem_txt .point_info {
    margin-top: 10px;
    margin-right: -20px;
  }
  .sys_mypage .mem_info .mem_txt .point_info table {
    float: left;
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .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: -8px;
  }
  .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 {
    padding-top: 17px;
  }
  .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: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .my_more_btn {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .my_tit {
    padding: 25px 0 10px;
    font-size: 16px;
  }
  .sys_mypage .my_tit .r_btn {
    margin-top: 3px;
  }
  .sys_mypage .my_tab {
    margin-bottom: 10px;
  }
  .sys_mypage .my_tab > ul li {
    width: 50%;
  }
  .sys_mypage .my_tab > ul li a {
    font-size: 12px;
  }
  .sys_mypage .my_tab::after {
    display: none;
  }
  .sys_mypage .my_sel {
    margin-bottom: 10px;
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
  .sys_mypage .my_more_btn {
    margin-top: 30px;
    font-size: 14px;
  }
  .sys_mypage .my_list_btn {
    margin-top: 25px;
    font-size: 14px;
  }
  .sys_mypage .date_pic_box {
    margin-top: 25px;
  }
  .sys_mypage .date_pic_box.mt50 {
    margin-top: 25px;
  }
  .sys_mypage .page_num {
    margin-top: 25px;
  }
  .sys_mypage .page_num_mt80 .page_num {
    margin-top: 40px;
  }
  .sys_mypage .ico_state_lst .state_lst1 li {
    width: 50%;
    height: 102px;
  }
  .sys_mypage .ico_state_lst .state_lst1 li:nth-child(2n) {
    border-right: 0;
  }
  .sys_mypage .ico_state_lst .state_lst1 li:nth-child(3) {
    border-top: 1px solid #ddd;
  }
  .sys_mypage .ico_state_lst .state_lst1 li:nth-child(4) {
    border-top: 1px solid #ddd;
  }
  .sys_mypage .ico_state_lst .state_lst1 li a {
    padding-top: 18px;
  }
  .sys_mypage .ico_state_lst .state_lst1 li .txt {
    margin-top: 0;
    font-size: 12px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li {
    height: 34px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li a {
    padding: 0 10px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li .t1 {
    font-size: 12px;
    line-height: 32px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li .t2 {
    font-size: 12px;
    line-height: 32px;
  }
  .sys_mypage .ord_state_lst .lst + .lst {
    margin-top: 10px;
  }
  .sys_mypage .ord_state_lst .state_top {
    padding: 0;
  }
  .sys_mypage .ord_state_lst .state_top .line .t1 {
    font-size: 11px;
  }
  .sys_mypage .ord_state_lst .state_top .t2 {
    font-size: 11px;
  }
  .sys_mypage .ord_state_tb td {
    padding: 20px 0;
  }
  .sys_mypage .ord_state_tb .w1 {
    width: 70px;
  }
  .sys_mypage .ord_state_tb .w1 .img {
    width: 70px;
    height: 70px;
  }
  .sys_mypage .ord_state_tb .w2 {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .sys_mypage .ord_state_tb .w2 .t1 {
    font-size: 12px;
  }
  .sys_mypage .ord_state_tb .w2 .state_line {
    margin-top: 5px;
  }
  .sys_mypage .ord_state_tb .review_btn_wrap {
    padding-right: 0;
  }
  .sys_mypage .ord_state_tb .review_btn_wrap .r_btn {
    position: static;
    display: block;
    top: 0;
    transform: translateY(0);
    margin-top: 10px;
  }
  .sys_mypage .my_b_nav > ul li .t1 {
    height: 52px;
    line-height: 52px;
    font-size: 12px;
  }
  .sys_mypage .my_b_nav > ul li .t1::after {
    top: 18px;
    width: 8px;
    height: 16px;
    background-position: -612px -302px;
  }
  .sys_mypage .my_lst_tb {
    padding: 10px 0;
  }
  .sys_mypage .my_lst_tb table th {
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_mypage .my_lst_tb table td {
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_mypage .my_tb table td {
    font-size: 12px;
  }
  .sys_mypage .my_tb table td.tit {
    padding: 15px 0;
  }
  .sys_mypage .my_tb table td.tit .info_line {
    margin-top: 0;
    font-size: 0;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1 {
    font-size: 12px;
    line-height: 150%;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 10px;
    background-color: #ebebeb;
  }
  .sys_mypage .my_tb table td.tit .info_line .t1:last-child::after {
    display: none;
  }
  .sys_mypage .my_inp_tb {
    padding: 0 0 20px;
  }
  .sys_mypage .my_inp_tb.mt50 {
    margin-top: 25px;
  }
  .sys_mypage .my_inp_tb.mt30 {
    margin-top: 15px;
  }
  .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.vat {
    padding-top: 0;
  }
  .sys_mypage .my_inp_tb table th.txt_th {
    display: inline-block;
    width: 100px;
  }
  .sys_mypage .my_inp_tb table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sys_mypage .my_inp_tb table td.txt_td {
    display: inline-block;
    width: calc(100% - 100px);
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
  }
  .sys_mypage .my_inp_tb table .address_cki {
    margin: 10px 0 0;
  }
  .sys_mypage .my_inp_tb .review_w_img {
    width: 100%;
  }
  .sys_mypage .my_down_cp > ul {
    margin: 0 0 -20px;
  }
  .sys_mypage .my_down_cp > ul li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  .sys_mypage .my_down_cp > ul li .box {
    padding: 15px 20px;
  }
  .sys_mypage .my_down_cp > ul li .box .t1 {
    font-size: 12px;
  }
  .sys_mypage .my_down_cp > ul li .down_btn {
    font-size: 12px;
  }
  .sys_mypage .my_wish_top {
    margin-top: 25px;
  }
  .sys_mypage .my_wish_top .wish_del {
    margin-left: 5px;
  }
  .sys_mypage .my_wish_lst {
    margin-top: 10px;
  }
  .sys_mypage .my_wish_lst > ul li {
    padding: 20px 0;
  }
  .sys_mypage .my_wish_lst > ul li .de_cki {
    position: absolute;
    left: 0;
    top: 20px;
  }
  .sys_mypage .my_wish_lst > ul li .img {
    margin-left: 0;
    width: 70px;
    height: 70px;
    vertical-align: top;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt {
    width: calc(100% - 70px);
    padding-left: 10px;
    padding-right: 15px;
    vertical-align: top;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .t1 {
    font-size: 14px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
    margin-top: 5px;
    padding-right: 0;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t5 {
    color: #D53935 !important;
    font-size: 12px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .r_btn_wrap {
    position: static;
    width: 100%;
    margin-top: 10px;
    transform: translateY(0);
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .wish_del_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .sys_mypage .my_qna_tb {
    margin-top: 10px;
  }
  .sys_mypage .my_qna_tb .line .btn_line {
    margin-top: 10px;
  }
  .sys_mypage .my_qna_tb .w.tit {
    padding: 15px 0;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn {
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .w.tit .info_line .t1 {
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box {
    padding: 0;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t1 {
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .type {
    display: block;
    margin-right: 0;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .t2 {
    margin-top: 3px;
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb {
    margin-top: 10px;
  }
  .sys_mypage .prd_inquiry_tb .line .btn_line {
    margin-top: 10px;
  }
  .sys_mypage .prd_inquiry_tb .line .w {
    vertical-align: top;
  }
  .sys_mypage .prd_inquiry_tb .line .w1 {
    width: 70px;
  }
  .sys_mypage .prd_inquiry_tb .line .w2 {
    width: calc(100% - 70px);
  }
  .sys_mypage .prd_inquiry_tb .img {
    width: 70px;
    height: 70px;
  }
  .sys_mypage .prd_inquiry_tb .w.tit {
    padding: 16px 0 16px 10px;
  }
  .sys_mypage .prd_inquiry_tb .w.tit .qna_btn .txt {
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb .w.tit .info_line {
    margin-top: 7px;
  }
  .sys_mypage .prd_inquiry_tb .w.tit .info_line .t1 {
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box {
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t1 {
    font-size: 12px;
  }
  .sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t2 {
    margin-top: 3px;
    font-size: 12px;
  }
  .sys_mypage .address_tb td {
    padding: 20px 0;
  }
  .sys_mypage .address_tb .txt_box {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .sys_mypage .address_tb .txt_box .t1 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
  }
  .sys_mypage .address_tb .txt_box .basic_ico {
    width: auto;
    height: auto;
    margin-top: -2px;
    margin-left: 0;
    line-height: 150%;
    text-align: left;
    color: #006fbb;
    background-color: transparent;
  }
  .sys_mypage .address_tb .txt_box .basic_ico .b {
    display: inline;
  }
  .sys_mypage .address_tb .r_btn {
    display: block;
    width: 100%;
    margin-top: 7px;
  }
  .sys_mypage .sys_notorder_interval {
    padding: 25px 0 50px;
  }
}
.review_tb {
  border-top: 1px solid #333;
}
.review_tb tr {
  border-bottom: 1px solid #ddd;
}
.review_tb td {
  padding: 30px 0;
  font-size: 0;
}
@media (max-width: 720px) {
  .review_tb td {
    padding: 20px 0;
  }
}
.review_tb td .top {
  font-size: 0;
}
.review_tb td .top > button {
  display: block;
  width: 100%;
  font-size: 0;
  text-align: left;
}
.review_tb td .review_line {
  margin-top: 20px;
}
.review_tb td .review_line .v_review_close {
  margin: 20px 0px;
  text-decoration: underline;
  text-underline-position: under;
}
.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: solid 1px #ddd;
}
@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: 1240px) {
  .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::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #333;
}
.review_tb .w2 .state_line .t1:last-child::after {
  display: none;
}
.review_tb .w2 .t2 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 1240px) {
  .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;
}
@media (max-width: 1240px) {
  .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 {
  font-size: 0;
}
@media (max-width: 1240px) {
  .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-flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  vertical-align: top;
  font-family: "Pretendard";
}
.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: #7A604B !important;
}
.review_tb .r_btn_wrap .r_btn .style2 {
  background-color: #fff;
  border: solid 1px #aaa;
  color: #333;
}

@media (max-width: 1240px) {
  .review_tb .w2 .state_line {
    padding-right: 90px;
  }
  .review_tb .w2 .t2 {
    padding-right: 90px;
  }
  .review_tb .r_btn_wrap {
    padding-right: 0;
  }
  .review_tb .r_btn_wrap .r_btn {
    top: 30px;
  }
}
@media (max-width: 720px) {
  .review_tb td {
    padding: 20px 0;
  }
  .review_tb .w1 {
    width: 70px;
  }
  .review_tb .w1 .img {
    width: 70px;
    height: 70px;
  }
  .review_tb .w2 {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .review_tb .w2 .state_line {
    padding-right: 0;
  }
  .review_tb .w2 .t2 {
    margin-top: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 150%;
    color: #000;
  }
  .review_tb .w2 .cmt_wrap {
    margin-top: 5px;
    padding-right: 40px;
  }
  .review_tb .w2 .cmt_wrap .cmt_more {
    font-size: 12px;
  }
  .review_tb .r_btn_wrap {
    padding-right: 0;
  }
  .review_tb .r_btn_wrap .r_btn {
    position: static;
    top: 0;
    margin-top: 10px;
  }
}
.date_pic_box .period_btn_wrap {
  font-size: 0;
}
.date_pic_box .period_btn_wrap .btn {
  display: inline-block;
  width: 90px;
  height: 40px;
  border: 1px solid #ddd;
  vertical-align: top;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.date_pic_box .period_btn_wrap .btn + .btn {
  margin-left: 5px;
}
.date_pic_box .period_btn_wrap .btn.act {
  color: #fff;
  background-color: #D53935 !important;
}
.date_pic_box .date_sch_box {
  margin-left: 20px;
  font-size: 0;
}
.date_pic_box .date_sch_box .date_box {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 40px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.date_pic_box .date_sch_box .date_box .date_inp {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 35px 0 10px;
  border: 0;
  font-size: 14px;
  color: #666;
}
.date_pic_box .date_sch_box .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 14px;
  height: 14px;
}
.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: 14px;
  background-color: #333;
}
.date_pic_box .w_btn {
  display: inline-block;
  width: 86px;
  height: 38px;
  border: 1px solid #aaa;
  vertical-align: top;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
}

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

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

.sys_order {
  position: relative;
}
.sys_order .ord_info {
  width: 740px;
}
.sys_order .ord_info .prd_t {
  margin: 50px 0 20px;
  line-height: 110%;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.sys_order .ord_info .prd_t.mt0 {
  margin-top: 0;
}
.sys_order .ord_info .copy_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 30px;
  border: 1px solid #999;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.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: top;
}
.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: top;
  font-size: 0;
}
.sys_order .ord_info .prd_info .txt_box .tit {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 150%;
}
.sys_order .ord_info .prd_info .txt_box .txt {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.sys_order .ord_info .prd_info .txt_box .pri_t {
  margin-top: 15px;
  line-height: 110%;
  color: #000;
  font-size: 14px;
}
.sys_order .ord_info .prd_info .txt_box .pri_t .pri_t_del {
  margin-right: 4px;
  color: #999;
}
.sys_order .ord_info .ord_inp_tb {
  padding: 5px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_order .ord_info .ord_inp_tb th {
  padding-top: 17px;
  width: 110px;
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}
.sys_order .ord_info .ord_inp_tb td {
  padding: 5px 0;
  font-size: 0;
}
.sys_order .ord_info .ord_inp_tb .line {
  font-size: 0;
}
.sys_order .ord_info .ord_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_order .ord_info .ord_inp_tb .rdo_wrap {
  padding: 8px 0;
}
.sys_order .ord_info .ord_inp_tb .ord_btn {
  display: inline-block;
  width: 93px;
  height: 34px;
  border: 1px solid #999;
  vertical-align: top;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}
.sys_order .ord_info .ord_inp_tb .ord_btn.vam {
  vertical-align: middle;
}
.sys_order .ord_info .ord_inp_tb .deli_line .rdo_wrap {
  display: inline-block;
  vertical-align: middle;
}
.sys_order .ord_info .ord_inp_tb .addr_line1 th {
  padding-top: 10px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1 td {
  padding: 10px 0 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
}
.sys_order .ord_info .ord_inp_tb .addr_line1.f th {
  padding-top: 20px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1.f td {
  padding-top: 20px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1.l th {
  padding-bottom: 25px;
}
.sys_order .ord_info .ord_inp_tb .addr_line1.l td {
  padding-bottom: 25px;
}
.sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap {
  margin: 10px 0;
}
.sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap .de_cki {
  margin-right: 20px;
}
.sys_order .ord_info .ord_inp_tb .coupon_inp {
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .point_box {
  display: inline-block;
  width: 280px;
  border: 1px solid #ddd;
  vertical-align: top;
  font-size: 0;
}
.sys_order .ord_info .ord_inp_tb .point_box .point_inp {
  width: calc(100% - 40px);
  padding-right: 10px;
  border: 0;
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .point_box .point_del {
  display: inline-block;
  width: 40px;
  height: 34px;
}
.sys_order .ord_info .ord_inp_tb .point_box .point_del::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}
.sys_order .ord_info .ord_inp_tb .won_txt {
  display: inline-block;
  width: 20px;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
  font-size: 12px;
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .info_txt {
  margin: 10px 0 15px;
  font-size: 12px;
  line-height: 110%;
}
.sys_order .ord_info .ord_inp_tb .type_inp {
  margin-left: 5px;
}
.sys_order .ord_info .ord_inp_tb .rec_line {
  margin-top: 2px;
}
.sys_order .ord_info .ord_inp_tb .rec_line2 .rec_txt {
  display: inline-block;
  width: 110px;
  height: 35px;
  margin-right: 7px;
  line-height: 35px;
  font-size: 14px;
  vertical-align: top;
}
.sys_order .ord_info .ord_inp_tb .rec_line2 .sys_addr_wrap {
  display: inline-block;
  vertical-align: top;
}
.sys_order .ord_info .ord_inp_tb .rec_line2 .sys_addr_wrap .w130 {
  width: 260px;
}
.sys_order .ord_info .ord_inp_tb .rec_inp {
  margin-left: 5px;
}
.sys_order .ord_info .ord_inp_tb .rec_ph.dn {
  display: none;
}
.sys_order .ord_info .ord_inp_tb .rec_bz.dn {
  display: none;
}
.sys_order .ord_info .ord_agree_box {
  overflow-y: scroll;
  height: 150px;
  padding: 15px 20px;
  border: 1px solid #ddd;
}
.sys_order .ord_info .ord_agree_box pre {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.sys_order .ord_info .ord_tb {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_order .ord_info .ord_tb th {
  width: 110px;
  padding: 5px 0;
  vertical-align: top;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
}
.sys_order .ord_info .ord_tb td {
  padding: 5px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
}
.sys_order .ord_total_wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.sys_order .ord_total_wrap .ord_total {
  width: 410px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.sys_order .ord_total_wrap .ord_total .total_info {
  padding: 30px 40px;
}
.sys_order .ord_total_wrap .ord_total .total_info .t1 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #000;
  line-height: 110%;
  font-weight: bold;
}
.sys_order .ord_total_wrap .ord_total .total_pay {
  padding: 30px 40px;
  border-top: 1px solid #ddd;
}
.sys_order .ord_total_wrap .ord_total .total_pay .total_num {
  font-size: 26px;
}
.sys_order .ord_total_wrap .ord_total .total_pay .total_btn {
  display: block;
  width: 100%;
  height: 52px;
  text-align: center;
  font-size: 16px;
}
.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;
}
.sys_order .ord_total_wrap .ord_total .total_pay .style1 {
  line-height: 52px;
  color: #fff;
  background-color: #7A604B !important;
}
.sys_order .ord_total_wrap .ord_total .total_pay .style2 {
  border: 1px solid #999;
  line-height: 50px;
  background-color: #fff;
}
.sys_order .ord_total_wrap .ord_total .pri_tb th {
  width: 120px;
  padding: 2px 0;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  font-weight: bold;
}
.sys_order .ord_total_wrap .ord_total .pri_tb td {
  padding: 2px 0;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
}
.sys_order .ord_total_wrap .ord_total.fix {
  z-index: 5;
  position: fixed;
  top: 50px;
  right: auto;
  margin-left: -410px;
}

@media (max-width: 1240px) {
  .sys_order .ord_info {
    width: 100%;
  }
  .sys_order .ord_info .prd_info .txt_box {
    padding-left: 20px;
  }
  .sys_order .ord_total_wrap {
    position: static;
    margin-top: 50px;
  }
  .sys_order .ord_total_wrap .ord_total {
    width: 100%;
    border: 0;
    background-color: transparent;
  }
  .sys_order .ord_total_wrap .ord_total .total_info {
    padding: 0 0 27px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay {
    padding: 25px 0 0;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_btn {
    margin: 0 auto;
  }
  .sys_order .ord_total_wrap .ord_total.fix {
    position: static;
    top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 719px) {
  .sys_order .ord_info .ord_inp_tb .type_inp {
    width: calc(100% - 285px);
  }
  .sys_order .ord_info .ord_inp_tb .rec_line2 .w345 {
    width: 320px;
  }
  .sys_order .ord_info .ord_inp_tb .rec_inp {
    width: calc(100% - 135px);
  }
}
@media (max-width: 720px) {
  .sys_order .ord_info .prd_t {
    margin: 25px 0 10px;
    font-size: 16px;
  }
  .sys_order .ord_info .copy_btn {
    top: -7px;
  }
  .sys_order .ord_info .prd_info .img {
    width: 70px;
    height: 70px;
  }
  .sys_order .ord_info .prd_info .txt_box {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .sys_order .ord_info .prd_info .txt_box .tit {
    font-size: 12px;
  }
  .sys_order .ord_info .prd_info .txt_box .pri_t {
    margin-top: 7px;
  }
  .sys_order .ord_info .ord_inp_tb {
    padding: 0 0 20px;
  }
  .sys_order .ord_info .ord_inp_tb th {
    display: block;
    width: 100%;
    margin: 20px 0 10px;
    padding: 0;
    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 {
    display: block;
    padding: 0;
  }
  .sys_order .ord_info .ord_inp_tb .rdo_wrap {
    padding: 0;
  }
  .sys_order .ord_info .ord_inp_tb .rdo_wrap .de_rdo {
    margin-top: 5px;
  }
  .sys_order .ord_info .ord_inp_tb .ord_btn {
    font-size: 12px;
  }
  .sys_order .ord_info .ord_inp_tb .deli_line .rdo_wrap {
    display: block;
  }
  .sys_order .ord_info .ord_inp_tb .deli_line .ord_btn {
    margin-top: 10px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1 th {
    display: inline-block;
    width: 100px;
    margin: 0;
    padding-top: 5px;
    line-height: 150%;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1 td {
    display: inline-block;
    width: calc(100% - 100px);
    padding: 5px 0 0;
    vertical-align: top;
    font-size: 12px;
    line-height: 150%;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1.f th {
    padding-top: 15px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1.f td {
    padding-top: 15px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1.l th {
    padding-bottom: 15px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line1.l td {
    padding-bottom: 15px;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap {
    margin: 5px 0 0;
  }
  .sys_order .ord_info .ord_inp_tb .addr_line2 .cki_wrap .de_cki {
    margin-top: 5px;
  }
  .sys_order .ord_info .ord_inp_tb .coupon_inp {
    width: calc(100% - 133px);
  }
  .sys_order .ord_info .ord_inp_tb .point_box {
    width: calc(100% - 133px);
  }
  .sys_order .ord_info .ord_inp_tb .info_txt {
    margin-bottom: 0;
  }
  .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_line2 .rec_txt {
    display: block;
    height: auto;
    margin: 20px 0 10px;
    margin-right: 0;
    line-height: 110%;
    font-size: 12px;
  }
  .sys_order .ord_info .ord_inp_tb .rec_line2 .w345 {
    width: 100%;
  }
  .sys_order .ord_info .ord_inp_tb .rec_line2 .sys_addr_wrap {
    display: block;
    width: 100%;
  }
  .sys_order .ord_info .ord_inp_tb .rec_line {
    margin-top: 10px;
  }
  .sys_order .ord_info .ord_agree_box {
    padding: 5px 10px;
  }
  .sys_order .ord_info .ord_tb {
    padding: 10px 0;
  }
  .sys_order .ord_info .ord_tb th {
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_order .ord_info .ord_tb td {
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_order .ord_total_wrap {
    margin-top: 25px;
  }
  .sys_order .ord_total_wrap .ord_total .total_info {
    padding: 0 0 10px;
  }
  .sys_order .ord_total_wrap .ord_total .total_info .t1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay {
    padding-top: 10px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_num {
    font-size: 16px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_btn {
    width: 100%;
    font-size: 12px;
  }
  .sys_order .ord_total_wrap .ord_total .total_pay .total_btn.mt25 {
    margin-top: 10px;
  }
  .sys_order .ord_total_wrap .ord_total .pri_tb th {
    width: 100px;
    padding: 8px 0;
  }
  .sys_order .ord_total_wrap .ord_total .pri_tb td {
    padding: 8px 0;
  }
}
.sys_mailto_wrap {
  display: none;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sys_mailto_wrap.db {
  display: block;
}
.sys_mailto_wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  padding: 65px 110px;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .sys_mailto_wrap .modal {
    width: calc(100% - 80px);
  }
}
@media (max-width: 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);
}
.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;
}
.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: 420px;
  border: 1px solid #333;
  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.w100pm83 {
  width: calc(100% - 83px);
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  vertical-align: middle;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 .basic {
  display: inline-block;
  margin: -2px 0 0 5px;
  font-size: 14px;
  vertical-align: middle;
  color: #E33C0B;
  text-align: center;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2.fw3 {
  font-weight: 300;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line {
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3 {
  font-size: 14px;
  line-height: 150%;
  color: #666;
  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: 10px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3:last-child::after {
  display: none;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn {
  display: inline-block;
  width: 40px;
  height: 30px;
  border: 1px solid #999;
  vertical-align: middle;
  line-height: 28px;
  font-size: 12px;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn.bgc3 {
  background-color: #333;
  color: #fff;
  border: none;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn2 {
  display: inline-block;
  width: 40px;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi {
  padding: 5px 20px;
  border-bottom: 1px solid #ddd;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi > table th {
  width: 110px;
  text-align: left;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi > table td {
  padding: 5px 0;
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi .sys_inp.ph_inp {
  width: calc((100% - 10px) / 3);
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi .sys_addr_wrap .line {
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_modal_modi .sys_addr_wrap .line + .line {
  margin-top: 5px;
}
.sys_modal_wrap .ord_modal_con .modal_s_line {
  padding: 20px 0;
  font-size: 0;
  text-align: center;
}
.sys_modal_wrap .ord_modal_con .modal_s_line .btn {
  display: inline-block;
  width: 93px;
  height: 45px;
  font-size: 14px;
}
.sys_modal_wrap .ord_modal_con .modal_s_line .btn + .btn {
  margin-left: 5px;
}
.sys_modal_wrap .ord_modal_con .modal_s_line .btn.style1 {
  line-height: 45px;
  color: #fff;
  background-color: #333;
}
.sys_modal_wrap .b_close {
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  background-color: #fafafa;
}

.delvy_modal_wrap.db {
  display: block;
}

.cp_modal_wrap.db {
  display: block;
}

.cart_opt_wrap.db {
  display: block;
}

.recent_modal_wrap.db {
  display: block;
}

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

@media (max-width: 720px) {
  .cart_opt_wrap .modal {
    width: 100%;
  }
  .cart_opt_wrap .cart_modal_con {
    padding: 15px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .img_box {
    width: 70px;
    height: 70px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box {
    width: calc(100% - 80px);
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box .prd_t1 {
    font-size: 11px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box .prd_t2 {
    font-size: 11px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .opt_box {
    width: 100%;
    margin-top: 20px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .opt_box .opt_sel {
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
  .cart_opt_wrap .cart_modal_con .total_box {
    margin-top: 5px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .total_txt {
    font-size: 12px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .total_txt .num {
    font-size: 16px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .btn_box {
    margin-top: 20px;
  }
}
.photo_modal_wrap {
  display: none;
  z-index: 102;
  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: 940px;
  border: 1px solid #333;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.photo_modal_wrap .photo_modal .modal_top {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  background-color: #333;
}
.photo_modal_wrap .photo_modal .modal_top .back_ico {
  display: none;
}
.photo_modal_wrap .photo_modal .modal_top .tit {
  font-size: 16px;
  color: #fff;
  line-height: 44px;
}
.photo_modal_wrap .photo_modal .modal_top .tit .photo_num {
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
  color: #999;
  line-height: 44px;
}
.photo_modal_wrap .photo_modal .modal_top .close_ico {
  position: absolute;
  right: 20px;
  top: 17px;
  width: 12px;
  height: 12px;
  background-position: -554px -128px;
}
.photo_modal_wrap .photo_modal .modal_cont {
  overflow-y: scroll;
  max-height: 616px;
  padding: 20px;
  background-color: #fff;
}
.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;
}

.cor_modal_wrap .ord_inp_tb {
  padding: 30px 20px 120px;
}
.cor_modal_wrap .ord_inp_tb table tr th {
  width: 100px;
  padding-top: 8px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  color: #333;
}
.cor_modal_wrap .ord_inp_tb table tr td {
  padding-bottom: 10px;
}
.cor_modal_wrap .ord_inp_tb table tr td .line {
  margin-bottom: 10px;
}
.cor_modal_wrap .ord_inp_tb table tr td .line:last-child {
  margin-bottom: 0px;
}
.cor_modal_wrap .ord_inp_tb table tr td .sys_inp {
  border: solid 1px #ddd;
  background-color: #fff;
  color: #333;
}
.cor_modal_wrap .ord_inp_tb table tr td .sys_inp.w1 {
  width: 100%;
}
.cor_modal_wrap .ord_inp_tb table tr td .sys_inp.w215 {
  width: 215px;
}
.cor_modal_wrap .ord_inp_tb table tr td .sys_inp.ph_inp {
  width: 100px;
}
.cor_modal_wrap .ord_inp_tb table tr td label {
  color: #333;
}
.cor_modal_wrap .ord_inp_tb table tr td label i {
  border: solid 1px #ddd;
  background-color: #fff;
}
.cor_modal_wrap .cor_bottom {
  position: absolute;
  bottom: 1px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 30px 0px;
  border-top: solid 1px #ddd;
  text-align: center;
  background-color: #fff;
}
.cor_modal_wrap .cor_bottom .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 45px;
  margin-right: 5px;
  font-size: 14px;
  font-family: "Pretendard";
}
.cor_modal_wrap .cor_bottom .btn:last-child {
  margin-right: 0px;
}
.cor_modal_wrap .cor_bottom .btn.bgc3 {
  background-color: #000;
  color: #fff;
}
.cor_modal_wrap .cor_bottom .btn.line_st {
  border: solid 1px #aaa;
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 720px) {
  .cor_modal_wrap .ord_inp_tb {
    padding-bottom: 120px;
    overflow-y: scroll;
  }
  .cor_modal_wrap .ord_inp_tb table tr td, .cor_modal_wrap .ord_inp_tb table tr th {
    display: block;
  }
  .cor_modal_wrap .ord_inp_tb table tr th {
    width: 100%;
    margin-bottom: 5px;
  }
  .cor_modal_wrap .ord_inp_tb table tr td {
    font-size: 0;
  }
  .cor_modal_wrap .ord_inp_tb table tr td .sys_inp.ph_inp {
    width: calc(33.3333% - 4px);
  }
  .cor_modal_wrap .ord_inp_tb table tr td .sys_inp.w215 {
    width: calc(100% - 102px);
  }
  .cor_modal_wrap .cor_bottom {
    left: 20px;
    width: calc(100% - 40px);
    padding: 20px 0px;
  }
}
@media (max-width: 1240px) {
  .photo_modal_wrap {
    width: 100%;
  }
  .photo_modal_wrap .photo_modal {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    border: 0;
    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 {
    height: 100px;
    padding: 0 5%;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .photo_modal_wrap .photo_modal .modal_top .back_ico {
    display: block;
    position: absolute;
    left: 5%;
    top: 38px;
    width: 32px;
    height: 24px;
    background-position: -146px -474px;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit {
    font-size: 24px;
    line-height: 99px;
    text-align: center;
    color: #333;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit .photo_num {
    margin-left: 4px;
    font-size: 24px;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit .photo_num .t1 {
    color: #333;
  }
  .photo_modal_wrap .photo_modal .modal_top .close_ico {
    right: 5%;
    top: 38px;
    width: 24px;
    height: 24px;
    background-position: -184px -474px;
  }
  .photo_modal_wrap .photo_modal .modal_cont {
    height: calc(100% - 100px);
    max-height: none;
    padding: 40px 5%;
  }
}
@media (max-width: 720px) {
  .photo_modal_wrap .photo_modal .modal_top {
    height: 57px;
  }
  .photo_modal_wrap .photo_modal .modal_top .back_ico {
    top: 22px;
    width: 16px;
    height: 12px;
    background-position: -235px -470px;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit {
    font-size: 18px;
    line-height: 56px;
  }
  .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 {
    top: 22px;
    width: 12px;
    height: 12px;
    background-position: -254px -470px;
  }
  .photo_modal_wrap .photo_modal .modal_cont {
    height: calc(100% - 57px);
    padding: 20px 5%;
  }
}
.modal_review_lst {
  overflow: hidden;
}
.modal_review_lst > ul {
  margin: 0 -6px -6px 0;
  font-size: 0;
}
.modal_review_lst > ul li {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: calc(16.6667% - 6px);
  height: 0;
  padding-bottom: calc(16.6667% - 6px);
  margin: 0 6px 6px 0;
  border-radius: 5px;
  vertical-align: top;
}
.modal_review_lst > ul li .photo_detail_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: cover; background-position: center center; background-repeat: no-repeat;
}
.modal_review_lst > ul li .photo_detail_btn img {
  height: 100%;
}

@media (max-width: 1240px) {
  .modal_review_lst > ul {
    margin: 0 -7px -7px 0;
  }
  .modal_review_lst > ul li {
    width: calc(25% - 7px);
    padding-bottom: calc(25% - 7px);
    margin: 0 7px 7px 0;
  }
}
@media (max-width: 720px) {
  .modal_review_lst > ul {
    margin: 0 -10px -10px 0;
  }
  .modal_review_lst > ul li {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
    margin: 0 10px 10px 0;
  }
}
.modal_review_detail .img {
  overflow: hidden;
  width: 430px;
  border-radius: 10px;
}
.modal_review_detail .img img {
  width: 100%;
}
.modal_review_detail .img .vid_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.modal_review_detail .img .vid_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_review_detail .txt_box {
  width: 390px;
  margin-left: 40px;
}
.modal_review_detail .txt_box .tit_box {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.modal_review_detail .txt_box .tit_box .info_line {
  margin-top: 10px;
  font-size: 0;
}
.modal_review_detail .txt_box .tit_box .info_line .t1 {
  font-size: 16px;
  line-height: 150%;
  color: #999;
}
.modal_review_detail .txt_box .tit_box .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.modal_review_detail .txt_box .tit_box .info_line .t1:last-child::after {
  display: none;
}
.modal_review_detail .txt_box .tit_box .info_line .sys_star_box .star {
  color: #ddd;
}
.modal_review_detail .txt_box .tit_box .info_line .sys_star_box .star.act {
  color: #7A604B !important;
}
.modal_review_detail .txt_box .tit_box .t2 {
  margin-top: 5px;
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
}
.modal_review_detail .txt_box .like_box {
  margin-top: 20px;
}
.modal_review_detail .txt_box .like_box .like_btn {
  display: block;
  width: 89px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #4CA223;
}
.modal_review_detail .txt_box .like_box .like_btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  background-position: -404px -84px;
}
.modal_review_detail .txt_box .like_box .like_btn .cancle_txt {
  display: none;
}
.modal_review_detail .txt_box .like_box .like_btn.act {
  border: 1px solid #999;
  line-height: 36px;
  color: #333;
  background-color: #fff;
}
.modal_review_detail .txt_box .like_box .like_btn.act::before {
  display: none;
}
.modal_review_detail .txt_box .like_box .like_btn.act .cancle_txt {
  display: inline;
}
.modal_review_detail .txt_box .like_box .like_txt {
  margin-left: 20px;
  line-height: 38px;
  font-size: 14px;
}
.modal_review_detail .txt_box .txt_con {
  overflow: auto;
  /* height: 250px; */
  margin-top: 15px;
  /* padding-bottom: 15px; */
  /* border-bottom: solid 1px #ddd; */
  /* margin-bottom: 15px; */
  font-size: 16px;
  line-height: 150%;
  word-break: break-all;
}
.modal_review_detail .like_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal_review_detail .like_wrap button {
  width: 120px;
  height: 34px;
  border: solid 1px #aaa;
  text-align: center;
  font-size: 14px;
}
.modal_review_detail .like_wrap button .cancel {
  display: none;
}
.modal_review_detail .like_wrap button.a .cancel {
  display: block;
}
.modal_review_detail .like_wrap button.a .like {
  display: none;
}
.modal_review_detail .like_wrap p {
  font-size: 14px;
}
.modal_review_detail .btn_box {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  text-align: center;
  font-size: 0;
}
.modal_review_detail .btn_box .btn {
  display: inline-block;
  width: 90px;
  height: 45px;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
.modal_review_detail .btn_box .btn.dn {
  display: none;
}
.modal_review_detail .btn_box .nav_btn {
  border: 1px solid #aaa;
  line-height: 43px;
}
.modal_review_detail .btn_box .all_btn {
  margin: 0 5px;
  color: #fff;
  line-height: 45px;
  background-color: #333;
}

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

.sys_mypage .my_sns_set {
  padding: 20px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}

.sys_mypage .my_sns_set li {
  margin-bottom: 7px;
  font-size: 0;
}

.sys_mypage .my_sns_set li .sns_box {
  display: inline-block;
  width: 175px;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

@media (max-width: 620px) {
  .sys_mypage .my_sns_set li .sns_box {
    width: calc(100% - 105px);
  }
}
.sys_mypage .my_sns_set li .sns_box .ico {
  display: inline-block;
  color: #666;
  line-height: 43px;
  vertical-align: middle;
}

.sys_mypage .my_sns_set li .sns_box .ico::before {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.sys_mypage .my_sns_set li .sns_box.kakao .ico::before {
  width: 23px;
  height: 20px;
  background-position: -9px -10px;
}

.sys_mypage .my_sns_set li .sns_box.naver .ico::before {
  width: 17px;
  height: 14px;
  background-position: -50px -13px;
}

.sys_mypage .my_sns_set li .sns_box.fb .ico::before {
  width: 11px;
  height: 21px;
  background-position: -91px -9px;
}

.sys_mypage .my_sns_set li .sns_box.google .ico::before {
  width: 18px;
  height: 19px;
  background-position: -126px -11px;
}

.sys_mypage .my_sns_set li .sns_box.kakao.act {
  background-color: #ffeb33;
  border: 1px solid #ffeb33;
}

.sys_mypage .my_sns_set li .sns_box.kakao.act .ico {
  color: #333;
}

.sys_mypage .my_sns_set li .sns_box.kakao.act .ico::before {
  background-position: -9px -48px;
}

.sys_mypage .my_sns_set li .sns_box.naver.act {
  background-color: #55b24d;
  border: 1px solid #55b24d;
}

.sys_mypage .my_sns_set li .sns_box.naver.act .ico {
  color: #fff;
}

.sys_mypage .my_sns_set li .sns_box.naver.act .ico::before {
  background-position: -50px -51px;
}

.sys_mypage .my_sns_set li .sns_box.fb.act {
  background-color: #3b5998;
  border: 1px solid #3b5998;
}

.sys_mypage .my_sns_set li .sns_box.fb.act .ico {
  color: #fff;
}

.sys_mypage .my_sns_set li .sns_box.fb.act .ico::before {
  background-position: -91px -47px;
}

.sys_mypage .my_sns_set li .sns_connect_btn {
  display: inline-block;
  width: 100px;
  height: 45px;
  margin-left: 5px;
  border: 1px solid #aaa;
  border-radius: 10px;
  font-size: 14px;
  text-align: center;
  line-height: 45px;
  vertical-align: middle;
}

.sys_mypage .my_sns_set li .sns_connect_btn.act {
  color: #fff;
  background-color: #444;
  border: 1px solid #333;
}

.sys_mypage .my_sns_set li .sns_box.google.act {
  border: 1px solid #333;
}

.sys_mypage .my_sns_set li .sns_box.google.act .ico::before {
  background-position: -126px -48px;
}

.ovy_style::-webkit-scrollbar {
  width: 3px;
  background-color: #eee;
}
.ovy_style::-webkit-scrollbar-thumb {
  background-color: #333;
}

.recent_modal_wrap .modal {
  width: 970px;
}
@media (max-width: 1240px) {
  .recent_modal_wrap .modal {
    width: 100%;
  }
}
.recent_modal_wrap .modal .ord_modal_con {
  height: 654px;
  max-height: calc(90vh - 44px);
  padding: 40px;
}
@media (max-width: 720px) {
  .recent_modal_wrap .modal .ord_modal_con {
    padding: 20px;
  }
}

.js_delvy_modi {
  display: block;
}

.js_delvy_modi.dn {
  display: none;
}

@media screen and (max-width: 800px) {
  .sys_wrap .sys_inp.w400 {
    width: calc(100% - 110px);
  }
  .sys_wrap .sys_inp.m_w1 {
    width: 100%;
  }
  .sys_wrap .sys_inp.m_wm105 {
    width: calc(100% - 105px);
  }
}
@media screen and (max-width: 767px) {
  .sys_wrap .addr_wrap .sys_inp.w280 {
    width: calc(100% - 105px);
  }
}
@media screen and (max-width: 720px) {
  .sys_prd_view .prd_v_top .prd_opt_box .append_opt li .opt_tit {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_opt_box .append_opt li .price_line .t1 {
    font-size: 14px;
  }
  .calc_num_box .btn {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 720px) {
  .sys_wrap .sys_tit {
    padding-bottom: 30px;
    font-size: 25px;
  }
  .sys_wrap .sys_tit.fz30 {
    font-size: 18px;
  }
  .sys_wrap .cart_tb .cont .prod_txt .calc_box {
    margin-top: 5px;
  }
  .sys_order .ord_info .ord_agree_box pre {
    font-size: 12px;
  }
  .sys_order .ord_total_wrap .ord_total .pri_tb th, .sys_order .ord_total_wrap .ord_total .pri_tb td {
    font-size: 14px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 {
    font-size: 14px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
    font-size: 14px;
  }
  .sys_order .ord_info .prd_info .txt_box .tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 720px) {
  .sys_wrap .sys_inp {
    height: 40px;
    font-size: 14px;
  }
  .sys_wrap .sys_inp::placeholder {
    font-size: 14px;
  }
  .sys_wrap .sys_find_mem .tab {
    margin-bottom: 25px;
  }
  .sys_wrap .sys_find_mem .tab > ul li a {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .sys_wrap .sys_find_mem .line + .line {
    margin-top: 5px;
  }
  .sys_wrap .sys_find_mem .login_link li a {
    font-size: 12px;
  }
  .sys_wrap .sbm_btn {
    height: 45px;
    line-height: 45px;
  }
  .sys_wrap .sbm_btn.mt20 {
    margin-top: 10px;
  }
  .sys_wrap .sbm_btn.mt23 {
    margin-top: 10px;
  }
  .sys_wrap .link_btn {
    height: 45px;
    line-height: 43px;
  }
  .sys_wrap .inp_r_btn {
    height: 40px;
    line-height: 38px;
  }
  .sys_wrap .rdo_wrap .db326 {
    margin-top: 10px;
  }
  .sys_wrap .sys_join3_box {
    padding: 0px;
  }
  .sys_wrap .sys_join3_box img {
    display: block;
    width: 75px;
    margin: 0px auto;
  }
  .sys_wrap .sys_join3_box .t1 {
    margin: 20px auto;
  }
  .sys_wrap .sys_join3_box .link_line {
    margin-top: 20px;
  }
  .sys_wrap .sys_join3_box .link_line .btn {
    width: 200px;
    height: 45px;
  }
  .sys_wrap .sys_join3_box .link_line .style1 {
    line-height: 45px;
  }
  .sys_wrap .sys_join3_box .link_line .style2 {
    line-height: 43px;
  }
  .sys_wrap .sys_s_btnline .btn {
    width: 180px;
    height: 45px;
  }
  .sys_wrap .sys_s_btnline .style1 {
    line-height: 45px;
    color: #fff;
    background-color: #7A604B !important;
  }
  .sys_wrap .sys_s_btnline .style2 {
    line-height: 43px;
  }
  .sys_wrap .de_rdo, .sys_wrap .de_cks {
    font-size: 12px;
  }
  .sys_mypage .my_wish_lst > ul li .wish_cart_btn {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }
}
.sys_my_interval .write_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 38px;
  border: solid 1px #aaa;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 1240px) {
  .sys_my_interval .write_btn {
    float: none;
    width: 100%;
    margin: 20px auto 0px;
    font-size: 14px;
  }
  .sys_mypage .my_qna_tb .line .w1.img {
    padding: 20px 0px 0px 20px;
  }
}
@media screen and (max-width: 720px) {
  .sys_mypage .mem_info .mem_txt .point_info table th, .sys_mypage .mem_info .mem_txt .point_info table td {
    font-size: 14px;
  }
  .sys_mypage .mem_info .mem_info_lst > ul li a {
    padding-top: 20px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li .t1 {
    font-size: 14px;
  }
  .sys_mypage .ico_state_lst .state_lst2 li .t2 {
    font-size: 14px;
  }
  .sys_mypage .ord_state_tb .w2 .t2 {
    font-size: 12px;
  }
  .sys_mypage .ord_state_tb .w2 .t3 {
    font-size: 12px;
  }
  .sys_mypage .ord_state_tb .w2 .state_btn_box .btn {
    width: 65px;
    height: 30px;
    font-size: 12px;
  }
  .sys_mypage .ord_state_tb .w2 .state_btn_box .btn.style1 {
    line-height: 30px;
  }
  .sys_mypage .ord_state_tb .w2 .state_btn_box .btn.style2 {
    line-height: 28px;
  }
  .sys_mypage .my_more_btn {
    height: 45px;
    line-height: 43px;
  }
  .sys_mypage .my_list_btn {
    height: 45px;
    line-height: 43px;
  }
  .sys_mypage .my_down_cp > ul li .box .t1 {
    font-size: 14px;
  }
  .sys_mypage .my_down_cp > ul li .box .down_cp_tb {
    margin-top: 10px;
    padding-top: 10px;
  }
  .sys_mypage .my_down_cp > ul li .box .down_cp_tb th, .sys_mypage .my_down_cp > ul li .box .down_cp_tb td {
    font-size: 12px;
  }
  .sys_mypage .my_tab > ul li {
    height: 40px;
  }
  .sys_mypage .my_tab > ul li a {
    line-height: 38px;
  }
  .review_tb td .review_line .v_review_close {
    margin: 10px 0px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .t2 {
    font-size: 12px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .t3 {
    font-size: 12px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t3 {
    font-size: 12px;
  }
  .sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t4 {
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .r_btn .btn {
    width: 40px;
    height: 30px;
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .w.tit .qna_btn .txt {
    font-size: 12px;
  }
  .sys_mypage .my_qna_tb .line .w1.img {
    padding: 10px 0px 0px 0px;
  }
  .date_pic_box .period_btn_wrap .btn {
    height: 35px;
    font-size: 12px;
    line-height: 33px;
  }
  .date_pic_box .date_sch_box .date_box {
    height: 35px;
  }
  .date_pic_box .date_sch_box .sch_btn {
    height: 35px;
    line-height: 35px;
  }
  .sys_mypage .address_tb .txt_box .t2 {
    font-size: 12px;
  }
  .sys_mypage .address_tb .txt_box .t3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .sys_mypage .mem_info .mem_txt .point_info {
    margin-right: 0;
  }
  .sys_mypage .mem_info .mem_txt .point_info table {
    float: none;
    width: 100%;
  }
  .sys_mypage .my_b_nav > ul li .t1 {
    font-size: 14px;
  }
}
/* 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;
}
*/
.inp {
  font-size: 16px;
}

.inp::placeholder {
  color: #999;
}

select, input {
  padding-left: 20px;
}

@media screen and (max-width: 720px) {
  .inp {
    font-size: 14px;
  }
  select, input {
    padding-left: 15px;
  }
}
.container {
  width: 1400px;
  margin: 0px auto;
}

.cont1200 {
  width: 1200px;
  margin: 0px auto;
}

@media screen and (max-width: 1420px) {
  .container {
    width: 100%;
    padding: 0px 40px;
  }
  .cont1200 {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding: 0px 20px;
  }
  .cont1200 {
    padding: 0px 20px;
  }
}
#header {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  height: 100px;
  background-color: #fff;
}
#header .h_cont {
  position: relative;
  width: 1400px;
  margin: 0px auto;
}
#header .h_cont .h_sch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 37px;
}
#header .h_cont .h_sch .inp {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  border: none;
  border-bottom: solid 1px #000;
}
#header .h_cont .h_sch .sch_btn {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
#header .h_cont .r_wrap {
  float: right;
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 9px;
}
#header .h_cont .r_wrap .mem_menu a {
  margin-right: 20px;
  font-size: 16px;
}
#header .h_cont .r_wrap .mem_menu a:last-child {
  margin-right: 0;
}
#header .h_cont .r_wrap .mem_menu a:hover {
  color: #D53935 !important;
}
#header .h_cont .r_wrap .sch_btn {
  display: none;
  width: 36px;
  height: 36px;
  background: url(/src/img/i/r_sch_btn.png) no-repeat center center;
}
#header .h_cont .r_wrap .sch_btn.a {
  background-image: url(/src/img/i/sitemap_x.png);
}
#header .h_cont .r_wrap .cart_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 30px;
  height: 30px;
}
#header .h_cont .r_wrap .cart_btn {
  position: relative;
}
#header .h_cont .r_wrap .cart_btn span {
  position: absolute;
  top: -3px;
  right: -4px;
  width: 15px;
  height: 15px;
  border-radius: 12px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
  background-color: #D53935 !important;
  color: #fff;
}
#header .h_cont .r_wrap .sitemap_open {
  display: none;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  background: url(/src/img/i/sitemap_btn.png) no-repeat center center;
}

@media screen and (max-width: 1420px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .h_cont {
    width: 100%;
    padding: 0px 40px;
  }
  #header .h_cont .h_sch {
    display: none;
  }
  #header .h_cont .r_wrap {
    margin-top: 4px;
  }
  #header .h_cont .r_wrap .mem_menu {
    display: none;
  }
  #header .h_cont .r_wrap .sch_btn {
    display: block;
  }
  #header .h_cont .r_wrap .sitemap_open {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  #header {
    height: 50px;
  }
  #header .h_cont {
    padding: 0px 20px;
  }
  #header .h_cont .logo {
    display: block;
    width: 140px;
  }
  #header .h_cont .r_wrap {
    margin-top: 0;
  }
  #header .h_cont .r_wrap .sch_btn {
    width: 24px;
    height: 24px;
    background-size: cover;
  }
  #header .h_cont .r_wrap .sitemap_open {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-size: cover;
  }
  #header .h_cont .r_wrap .cart_btn_wrap {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
  }
  #header .h_cont .r_wrap .cart_btn span {
    width: 12px;
    height: 12px;
    line-height: 12px;
    font-size: 8px;
  }
}
.main_gnb {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 70px;
  background-color: #EBE6E0;
}
.main_gnb::after {
  content: "";
  display: none;
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
  height: 450px;
  border-bottom: solid 1px #ddd;
  background-color: #fff;
}
.main_gnb nav {
  position: relative;
  z-index: 1;
  width: 1050px;
  height: 100%;
  margin: 0px auto;
}
.main_gnb nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.main_gnb nav > ul > li {
  position: relative;
  width: 150px;
  height: 100%;
}
.main_gnb nav > ul > li > a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.main_gnb nav > ul > li > a:hover {
  color: #7A604B !important;
}
.main_gnb nav > ul > li > a:hover::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #7A604B;
}
.main_gnb nav > ul > li .dep2 {
  position: absolute;
  width: 100%;
  height: 400px;
  padding-top: 30px;
  display: none;
}
.main_gnb nav > ul > li .dep2 ul li {
  margin-bottom: 20px;
}
.main_gnb nav > ul > li .dep2 ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #666;
}
.main_gnb nav > ul > li .dep2 ul li a:hover {
  font-weight: bold;
  color: #7A604B !important;
}
.main_gnb.a::after {
  display: block;
}
.main_gnb.a nav > ul > li .dep2 {
  display: block;
}

@media screen and (max-width: 1420px) {
  .main_gnb {
    display: none;
  }
}
.r_fix {
  position: fixed;
  z-index: 101;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 160px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.r_fix .bd_wrap {
  border-radius: 5px 5px 0 0;
  border: solid 1px #ddd;
}
.r_fix .box {
  padding: 25px 0px;
  border-bottom: solid 1px #ddd;
}
.r_fix .box p {
  text-align: center;
}
.r_fix .box .recent_wrap .recent_sw {
  width: 95px;
  overflow: hidden;
  margin: 15px auto 0;
}
.r_fix .box .recent_wrap .pagi_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95px;
  margin: 10px auto 0;
}
.r_fix .box .recent_wrap .pagi_wrap .arrow_btn {
  position: static;
  width: 8px;
  height: 12px;
  background: url(/src/img/i/recent_r.png) no-repeat center center;
  margin-top: 0;
}
.r_fix .box .recent_wrap .pagi_wrap .arrow_btn::after {
  display: none;
}
.r_fix .box .recent_wrap .pagi_wrap .prev {
  transform: scaleX(-1);
}
.r_fix .box .recent_wrap .pagi_wrap .recent_pagi {
  max-width: 60px;
  text-align: center;
  font-weight: 500;
}
.r_fix .box .recent_wrap .pagi_wrap .recent_pagi span {
  font-size: 16px;
  font-weight: 500;
}
.r_fix .top_btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #7A604B !important;
}

@media screen and (max-width: 1420px) {
  .r_fix {
    display: none;
  }
}
.m_sch {
  display: none;
  position: fixed;
  top: 100px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 100;
}
.m_sch .sch_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.m_sch .sch_box input {
  width: 100%;
  height: 50px;
  padding-left: 40px;
  padding-right: 100px;
  border: none;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.m_sch .sch_box button {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1420px) {
  .m_sch.db {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .m_sch {
    top: 50px;
    height: 40px;
  }
  .m_sch .sch_box input {
    height: 40px;
    padding-left: 20px;
    padding-right: 60px;
  }
  .m_sch .sch_box button {
    right: 20px;
  }
}
.sitemap_wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.5);
}
.sitemap_wrap .sitemap {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.7s;
}
.sitemap_wrap .sitemap.a {
  left: 0px;
}
.sitemap_wrap .sitemap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0px 40px;
  border-bottom: solid 1px #ddd;
}
.sitemap_wrap .sitemap .top .r_wrap {
  float: right;
  display: flex;
  justify-content: end;
  align-items: center;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu a {
  margin-right: 20px;
  font-size: 16px;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu a:last-child {
  margin-right: 0;
}
.sitemap_wrap .sitemap .top .r_wrap .mem_menu a:hover {
  color: #D53935 !important;
}
.sitemap_wrap .sitemap .top .r_wrap .sitemap_close {
  width: 36px;
  height: 36px;
  margin-left: 20px;
  background: url(/src/img/i/sitemap_x.png) no-repeat center center;
}
.sitemap_wrap .sitemap .lst_wrap {
  height: calc(100% - 100px);
  overflow-y: scroll;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li {
  border-bottom: solid 1px #ddd;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding: 25px 40px;
  text-align: left;
  font-size: 30px;
  line-height: 45px;
  font-weight: bold;
  color: #000;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li > button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 21px;
  height: 14px;
  background: url(/src/img/i/sitemap_arrow.png) no-repeat center center;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
  display: none;
  padding: 40px;
  background-color: #EBE6E0;
}
.sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
  margin-bottom: 30px;
}
.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;
}

@media screen and (max-width: 720px) {
  .sitemap_wrap .sitemap .top {
    height: 50px;
    padding: 0px 20px;
  }
  .sitemap_wrap .sitemap .top .logo {
    display: block;
    width: 140px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .mem_menu a {
    margin-right: 10px;
    font-size: 14px;
  }
  .sitemap_wrap .sitemap .top .r_wrap .sitemap_close {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-size: cover;
  }
  .sitemap_wrap .sitemap .lst_wrap {
    height: calc(100% - 50px);
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button, .sitemap_wrap .sitemap .lst_wrap > ul > li > a {
    padding: 12px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li > button::after{right: 20px;}
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 {
    padding: 25px 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li {
    margin-bottom: 20px;
  }
  .sitemap_wrap .sitemap .lst_wrap > ul > li .dep2 ul li a {
    font-size: 16px;
  }
}
.index_wrap {
  overflow-x: hidden;
}

.main_slider {
  position: relative;
  height: 592px;
  margin-bottom: 60px;
}
.main_slider .main_mask {
  max-width: 2160px;
  margin: 0px auto;
  height: 100%;
}
.main_slider .main_mask .item {
  position: relative;
}
.main_slider .main_mask .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_slider .main_mask .item .t_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1400px;
  margin-top: -30px;
  transform: translate(-50%, -50%);
}
.main_slider .main_mask .item .t_box .t1 {
  line-height: 125%;
}
.main_slider .main_mask .item .t_box .t2 {
  margin-top: 40px;
}
.main_slider .bullet_wrap {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 60px;
  display: flex;
  align-items: center;
  gap: 0px 15px;
  width: 1400px;
  transform: translateX(-50%);
}
.main_slider .bullet_wrap .arrow_btn {
  position: static;
  width: 60px;
  height: 60px;
  margin-top: 0;
  border: solid 1px #ccc;
  border-radius: 40px;
  background: url(/src/img/i/main_r.png) no-repeat center center;
}
.main_slider .bullet_wrap .arrow_btn::after {
  display: none;
}
.main_slider .bullet_wrap .arrow_btn.prev {
  transform: scaleX(-1);
}
.main_slider .bullet_wrap .arrow_btn:hover {
  background-color: #7A604B !important;
  background-image: url(/src/img/i/main_r_w.png);
}
.main_slider .bullet_wrap .bullet {
  width: calc(100% - 160px);
  margin-left: 10px;
}
.main_slider .bullet_wrap .bullet span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #ccc;
  transition: background-color 0.5s, width 0.5s;
  opacity: 1;
}
.main_slider .bullet_wrap .bullet span.swiper-pagination-bullet-active {
  width: 25px;
  background-color: #7A604B !important;
}

@media screen and (max-width: 1420px) {
  .main_slider {
    /* height: 800px; */
    height: auto;
    padding-top: 100px;
  }
  .main_slider .main_mask .item .t_box {
    width: 100%;
    top: 80px;
    left: 0;
    transform: translate(0);
    padding: 0px 40px;
    margin-top: 0;
  }
  .main_slider .bullet_wrap {
    left: 0;
    transform: translate(0);
    bottom: 270px;
    width: 100%;
    padding: 0px 40px;
  }
  .main_slider .bullet_wrap .arrow_btn {
    display: none;
  }
  .main_slider .bullet_wrap .bullet {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 720px) {
  .main_slider {
    padding-top: 50px;
    margin-bottom: 30px;
  }
  .main_slider .main_mask .item .t_box {
    top: 40px;
    padding: 0px 20px;
  }
  .main_slider .main_mask .item .t_box .t2 {
    margin-top: 20px;
  }
  .main_slider .bullet_wrap {
    bottom: 90px;
    padding: 0px 20px;
  }
  .main_slider .bullet_wrap .bullet span {
    width: 7px;
    height: 7px;
  }
  .main_slider .bullet_wrap .bullet span.swiper-pagination-bullet-active {
    width: 18px;
  }
}
.index_menu {
  margin-bottom: 100px;
}
.index_menu ul {
  display: flex;
  gap: 0px 16px;
}
.index_menu ul li {
  width: 220px;
  height: 200px;
  border: solid 1px #ddd;
  border-radius: 10px;
  background-color: #fff;
}
.index_menu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.index_menu ul li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border-radius: 50px;
  background-color: #F7F7F7;
}
.index_menu ul li a p {
  margin-top: 15px;
  text-align: center;
  font-size: 20px;
  color: #000;
}
.index_menu ul li:hover {
  border-color: #7A604B !important;
}
.index_menu ul li:hover a .img {
  background-color: #7A604B !important;
}
.index_menu ul li:hover a .img img {
  filter: invert(100%);
}
.index_menu ul li:hover a p {
  font-weight: bold;
  color: #7A604B !important;
}

@media screen and (max-width: 1420px) {
  .index_menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index_menu ul {
    flex-wrap: wrap;
    gap: 15px;
  }
  .index_menu ul li {
    width: calc(33.3334% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .index_menu {
    width: 100%;
    margin-bottom: 50px;
  }
  .index_menu ul {
    gap: 6px;
  }
  .index_menu ul li {
    width: calc(33.3334% - 4px);
    height: 125px;
    border-radius: 5px;
  }
  .index_menu ul li a {
    padding-top: 18px;
  }
  .index_menu ul li a .img {
    width: 60px;
    height: 60px;
  }
  .index_menu ul li a .img img {
    display: block;
    width: 25px;
  }
  .index_menu ul li a p {
    margin-top: 10px;
    font-size: 16px;
  }
}
.main_prod {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 100px;
}
.main_prod .l {
  width: calc(100% - 1140px);
  padding-top: 30px;
}
.main_prod .l > p {
  line-height: 125%;
}
.main_prod .l .btn_wrap {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  margin-top: 40px;
}
.main_prod .l .btn_wrap .dot {
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #ddd;
}
.main_prod .l .btn_wrap button {
  font-size: 20px;
  color: #999;
}
.main_prod .l .btn_wrap button.a {
  color: #7A604B !important;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.main_prod .r {
  width: 1040px;
  overflow: hidden;
  padding-left: 1px;
}
.main_prod .r .prod_sw .item {
  border-radius: 10px;
  overflow: hidden;
}
.main_prod .r .prod_sw .item .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main_prod .r .prod_sw .item.out .t_box::after{
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: url(/src/img/sold_out.png)no-repeat center center/cover;
}
.main_prod .r .prod_sw .item .img img {
  display: block;
  width: 100%;
  transition: transform 1s;
}
.main_prod .r .prod_sw .item .t_box {
  position: relative;
  padding: 25px;
  border: solid 1px #ddd;
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.main_prod .r .prod_sw .item .t_box .tit {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.main_prod .r .prod_sw .item .t_box .t2, .main_prod .r .prod_sw .item .t_box .t3 {
  font-size: 16px;
  color: #666;
}
.main_prod .r .prod_sw .item .t_box .price {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.main_prod .r .prod_sw .item .t_box .price del {
  margin-right: 10px;
  font-size: 16px;
  color: #999;
  font-weight: 300;
}
.main_prod .r .prod_sw .item .t_box .price span {
  margin-left: 10px;
  color: #D53935 !important;
}
.main_prod .r .prod_sw .item:hover .img img {
  transform: scale(1.1);
}
.main_prod .r .prod_sw .item:hover .t_box .tit {
  color: #7A604B !important;
}
.main_prod .r .pagi_box {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.main_prod .r .pagi_box .arrow_btn {
  position: static;
  width: 11px;
  height: 16px;
  margin-top: 0;
  background: url(/src/img/i/main_r.png) no-repeat center center;
  opacity: 0.5;
}
.main_prod .r .pagi_box .arrow_btn::after {
  display: none;
}
.main_prod .r .pagi_box .arrow_btn:hover {
  opacity: 1;
  background-image: url(/src/img/i/main_r_c.png);
}
.main_prod .r .pagi_box .prev {
  transform: scaleX(-1);
}
.main_prod .r .pagi_box .next {
  margin: 0px 30px 0px 20px;
}
.main_prod .r .pagi_box .pagi {
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ddd;
}
.main_prod .r .pagi_box .pagi .swiper-pagination-progressbar-fill {
  background-color: #7A604B !important;
}

@media screen and (max-width: 1420px) {
  .main_prod {
    display: block;
  }
  .main_prod .l {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 60px;
  }
  .main_prod .r {
    width: 100%;
    overflow: visible;
    padding-left: 0px;
  }
}
@media screen and (max-width: 720px) {
  .main_prod {
    margin-bottom: 50px;
  }
  .main_prod .l {
    margin-bottom: 30px;
  }
  .main_prod .l .btn_wrap {
    gap: 0px 10px;
    margin-top: 20px;
  }
  .main_prod .l .btn_wrap button {
    font-size: 16px;
  }
  .main_prod .r .prod_sw .item .t_box {
    padding: 20px;
  }
  .main_prod .r .prod_sw .item .t_box .tit {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .main_prod .r .prod_sw .item .t_box .t2, .main_prod .r .prod_sw .item .t_box .t3 {
    font-size: 14px;
  }
  .main_prod .r .prod_sw .item .t_box .price {
    margin-top: 10px;
    font-size: 16px;
  }
  .main_prod .r .prod_sw .item .t_box .price del {
    margin-right: 5px;
    font-size: 14px;
  }
  .main_prod .r .prod_sw .item .t_box .price span {
    margin-left: 10px;
  }
  .main_prod .r .pagi_box {
    margin-top: 20px;
  }
  .main_prod .r .prod_sw .item.out .t_box::after{
    top: auto;
    bottom: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
  }
}
.mid_banner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.mid_banner a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 15px);
  height: 200px;
  padding: 0px 60px;
  border-radius: 10px;
  overflow: hidden;
  background: url(/src/img/mid_banner.jpg) no-repeat center center/cover;
}
.mid_banner a p {
  padding-right: 100px;
  color: #fff;
}
.mid_banner a .t1 {
  margin-bottom: 10px;
}
.mid_banner a .t2 {
  font-size: 20px;
}
.mid_banner a img {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1420px) {
  /* .mid_banner {
    flex-direction: column;
    gap: 30px 0;
    justify-content: start;
  }
  .mid_banner a {
    width: 100%;
  } */
  .mid_banner a{padding: 0px 30px; text-align: center;}
  .mid_banner a img{display: none;}
  .mid_banner a p{padding-right: 0;}
}
@media screen and (max-width: 920px) {
  .mid_banner a {
    background-image: url(/src/img/mid_banner_m.jpg);
  }
}
@media screen and (max-width: 720px) {
  .mid_banner {
    margin-bottom: 50px;
  }
  .mid_banner a {
    width: calc(50% - 3px);
    height: 180px;
    padding: 0px 20px;
    border-radius: 5px;
    background-image: url(/src/img/mid_banner_m.jpg);
  }
  .mid_banner a p {
    /* width: 167px; */
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    text-align: center;
  }
  .mid_banner a .t1 {
    margin-bottom: 5px;
    /* font-size: 14px; */
  }
  .mid_banner a .t2 {
    margin-top: 5px;
    font-size: 16px;
    /* font-size: 12px; */
  }
  .mid_banner a .t2:last-child {
    margin-bottom: 0;
  }
  .mid_banner a img {
    display: none;
  }
  .mid_banner a:last-child p {
    /* width: 160px; */
  }
}
@media screen and (max-width: 500px) {
  .mid_banner a{height: 160px; background-image: url(/src/img/mid_banner_m2.jpg);}
  .mid_banner a{padding: 0px 7px;}
  .mid_banner a .t1{font-size: 14px;}
  .mid_banner a .t2{font-size: 12px;}
}
.all_prod .prod_tab1 {
  margin-top: 60px;
}
.all_prod .prod_tab1 ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.all_prod .prod_tab1 ul li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 1px 20px 0px;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #ddd;
}
.all_prod .prod_tab1 ul li button, .all_prod .prod_tab1 ul li a {
  font-size: 20px;
  color: #999;
  vertical-align: middle;
}
.all_prod .prod_tab1 ul li:last-child::after {
  display: none;
}
.all_prod .prod_tab1 ul li.a button, .all_prod .prod_tab1 ul li.a a {
  color: #7A604B !important;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.all_prod .prod_tab2 {
  margin-top: 40px;
  border: solid 1px #ddd;
}
.all_prod .prod_tab2 ul {
  display: flex;
}
.all_prod .prod_tab2 ul li {
  width: 12.5%;
  height: 60px;
  border-right: solid 1px #ddd;
}
.all_prod .prod_tab2 ul li:nth-child(8) {
  border-right: none;
}
.all_prod .prod_tab2 ul li button, .all_prod .prod_tab2 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  color: #999;
}
.all_prod .prod_tab2 ul li.a {
  background-color: #7A604B !important;
}
.all_prod .prod_tab2 ul li.a button, .all_prod .prod_tab2 ul li.a a {
  font-weight: bold;
  color: #fff;
}
.all_prod .prod_tab2 select {
  display: none;
}
.all_prod .prod_tab3 {
  display: none;
  margin-top: 20px;
  padding: 20px 40px;
  background-color: #F6F6F6;
}
.all_prod .prod_tab3 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}
.all_prod .prod_tab3 ul li button, .all_prod .prod_tab3 ul li a {
  font-size: 18px;
  color: #999;
}
.all_prod .prod_tab3 ul li.a button, .all_prod .prod_tab3 ul li.a a {
  color: #7A604B !important;
}
.all_prod .prod_tab3 select {
  display: none;
}
.all_prod .lst_wrap {
  margin-top: 60px;
}
.all_prod .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.all_prod .lst_wrap ul li {
  width: calc((100% - 90px) / 4);
  border-radius: 10px;
  overflow: hidden;
}
.all_prod .lst_wrap ul li .img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.all_prod .lst_wrap ul li.out .t_box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: url(/src/img/sold_out.png)no-repeat center center/cover;
}
.all_prod .lst_wrap ul li .img img {
  display: block;
  width: 100%;
  transition: transform 1s;
}
.all_prod .lst_wrap ul li .t_box {
  position: relative;
  padding: 25px;
  border: solid 1px #ddd;
  border-radius: 0 0 10px 10px;
  border-top: none;
}
.all_prod .lst_wrap ul li .t_box .tit {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.all_prod .lst_wrap ul li .t_box .t2, .all_prod .lst_wrap ul li .t_box .t3 {
  font-size: 16px;
  color: #666;
}
.all_prod .lst_wrap ul li .t_box .price {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.all_prod .lst_wrap ul li .t_box .price del {
  margin-right: 10px;
  font-size: 16px;
  color: #999;
  font-weight: 300;
}
.all_prod .lst_wrap ul li .t_box .price span {
  margin-left: 10px;
  color: #D53935 !important;
}
.all_prod .lst_wrap ul li:hover .img img {
  transform: scale(1.1);
}
.all_prod .lst_wrap ul li:hover .t_box .tit {
  color: #7A604B !important;
}
.all_prod .more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 10px;
  width: 175px;
  height: 60px;
  margin: 60px auto 0;
  border: solid 1px #ddd;
  background-color: #fff;
}
.all_prod .more_btn .plus {
  position: relative;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #666;
}
.all_prod .more_btn .plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 15px;
  transform: translateY(-50%);
  margin-top: 1px;
  margin-left: -1px;
  background-color: #666;
}
.all_prod .more_btn:hover {
  background-color: #7A604B !important;
  color: #fff;
}
.all_prod .more_btn:hover .plus {
  background-color: #fff;
}
.all_prod .more_btn:hover .plus::after {
  background-color: #fff;
}

@media screen and (max-width: 1420px) {
  .all_prod .prod_tab2 {
    border-bottom: none;
    border-right: none;
  }
  .all_prod .prod_tab2 ul {
    flex-wrap: wrap;
  }
  .all_prod .prod_tab2 ul li {
    width: 25%;
    border-bottom: solid 1px #ddd;
  }
  .all_prod .prod_tab2 ul li:last-child {
    border-right: solid 1px #ddd;
  }
  .all_prod .lst_wrap ul li {
    width: calc(33.3334% - 20px);
  }
}
@media screen and (max-width: 1240px) {
  .all_prod .lst_wrap ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 720px) {
  .all_prod .prod_tab1 {
    margin-top: 30px;
  }
  .all_prod .prod_tab1 ul li::after {
    margin: -1px 10px 0px;
  }
  .all_prod .prod_tab1 ul li button {
    font-size: 16px;
  }
  .all_prod .prod_tab2 {
    margin-top: 20px;
    border: none;
  }
  .all_prod .prod_tab2 ul {
    display: none;
  }
  .all_prod .prod_tab2 select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0px 20px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    background: url(/src/img/i/sel_big_w.png) no-repeat calc(100% - 20px) center/auto #7A604B !important;
    color: #fff;
  }
  .all_prod .prod_tab3 {
    padding: 0px;
    margin-top: 10px;
  }
  .all_prod .prod_tab3 ul {
    display: none;
  }
  .all_prod .prod_tab3 select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0px 20px;
    border: none;
    font-size: 14px;
    background: url(/src/img/i/sel_big_c.png) no-repeat calc(100% - 20px) center/auto #F6F6F6;
    color: #7A604B !important;
  }
  .all_prod .lst_wrap {
    margin-top: 30px;
  }
  .all_prod .lst_wrap ul {
    gap: 15px 10px;
  }
  .all_prod .lst_wrap ul li {
    /* width: 100%; */
    width: calc(50% - 5px);
    border-radius: 5px;
  }
  .all_prod .lst_wrap ul li.out .t_box::after {
    top: auto;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .all_prod .lst_wrap ul li .t_box {
    padding: 20px 10px;
  }
  .all_prod .lst_wrap ul li .t_box .tit {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .all_prod .lst_wrap ul li .t_box .t2, .all_prod .lst_wrap ul li .t_box .t3 {
    font-size: 14px;
  }
  .all_prod .lst_wrap ul li .t_box .price {
    display: flex; gap: 5px; flex-wrap: wrap;
    margin-top: 10px;
    font-size: 16px;
  }
  .all_prod .lst_wrap ul li .t_box .price del {
    margin-right: 0px;
    font-size: 14px;
  }
  .all_prod .lst_wrap ul li .t_box .price span {
    margin-left: 0px;
  }
  .all_prod .more_btn {
    gap: 0px 5px;
    width: 120px;
    height: 40px;
    margin: 30px auto 0;
  }
  .all_prod .more_btn .plus {
    width: 12px;
    height: 2px;
  }
  .all_prod .more_btn .plus::after {
    width: 2px;
    height: 12px;
    margin-top: 1px;
    margin-left: -1px;
  }
}
@media screen and (max-width: 420px) {
  .all_prod .prod_tab1 ul li button{font-size: 14px;}
  .all_prod .prod_tab1 ul li::after{width: 3px; height: 3px; margin-left: 6px; margin-right: 5px;}

  .all_prod .lst_wrap ul li .t_box .tit{margin-bottom: 10px;}
}
.main_bottom {
  padding: 100px 0px;
  margin-top: 100px;
  background-color: #F7F7F7;
}
.main_bottom .df_box {
  display: flex;
  justify-content: space-between;
}
.main_bottom .df_box .notice {
  width: 777px;
}
.main_bottom .df_box .notice .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: solid 2px #000;
}
.main_bottom .df_box .notice .lst_wrap ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  border-bottom: solid 1px #ddd;
}
.main_bottom .df_box .notice .lst_wrap ul li a {
  display: block;
  width: calc(100% - 100px);
  font-size: 18px;
  color: #000;
}
.main_bottom .df_box .notice .lst_wrap ul li span {
  font-size: 16px;
  color: #999;
}
.main_bottom .df_box .support {
  width: 522px;
}
.main_bottom .df_box .support .top {
  padding-bottom: 25px;
  border-bottom: solid 2px #000;
}
.main_bottom .df_box .support ul li {
  padding: 20px 0px;
  border-bottom: solid 1px #ddd;
}
.main_bottom .df_box .support ul li:last-child {
  border-bottom: none;
}
.main_bottom .df_box .support ul li .t1 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #7A604B !important;
}
.main_bottom .df_box .support ul li .t1 img {
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -4px;
}
.main_bottom .df_box .support ul li .t2 {
  margin-bottom: 10px;
  font-size: 18px;
}
.main_bottom .df_box .support ul li .t2:last-child {
  margin-bottom: 0;
}
.main_bottom .df_box .support ul li .t2 span {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  margin: -2px 10px 0px;
  background-color: #ddd;
}

@media screen and (max-width: 1420px) {
  .main_bottom .df_box {
    display: block;
  }
  .main_bottom .df_box .notice {
    width: 100%;
    margin-bottom: 100px;
  }
  .main_bottom .df_box .support {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .main_bottom {
    padding: 50px 0px;
    margin-top: 50px;
  }
  .main_bottom .df_box .notice {
    margin-bottom: 50px;
  }
  .main_bottom .df_box .notice .top {
    padding-bottom: 15px;
  }
  .main_bottom .df_box .notice .top a {
    display: block;
    width: 14px;
    height: 14px;
  }
  .main_bottom .df_box .notice .lst_wrap ul li {
    display: block;
    padding: 15px 0px;
  }
  .main_bottom .df_box .notice .lst_wrap ul li a {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .main_bottom .df_box .notice .lst_wrap ul li span {
    font-size: 14px;
  }
  .main_bottom .df_box .support .top {
    padding-bottom: 15px;
  }
  .main_bottom .df_box .support .top a {
    display: block;
    width: 14px;
    height: 14px;
  }
  .main_bottom .df_box .support ul li {
    padding: 15px 0px;
  }
  .main_bottom .df_box .support ul li .t1 {
    font-size: 18px;
  }
  .main_bottom .df_box .support ul li .t1 img {
    margin-right: 2px;
    width: 20px;
    margin-top: -2px;
  }
  .main_bottom .df_box .support ul li .t2 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .main_bottom .df_box .support ul li .t2 span {
    height: 10px;
    margin: -2px 5px 0px;
  }
  .main_bottom .df_box .support ul li .t2 span.m_dn {
    display: none;
  }
  .main_bottom .df_box .support ul li .t2 br {
    display: block;
  }
}
.sch_btn {
  width: 30px;
  height: 30px;
  background: url(/src/img/i/sch_btn.png) no-repeat center center;
}

@media screen and (max-width: 720px) {
  .sch_btn {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}
.total_t {
  font-size: 18px;
}
.total_t span {
  color: #D53935 !important;
  font-weight: bold;
}

@media screen and (max-width: 720px) {
  .total_t {
    font-size: 14px;
  }
}
.sub_cont {
  padding-top: 100px;
}

@media screen and (max-width: 1420px) {
  .sub_cont {
    padding-top: 200px;
  }
  .sub_cont.sys_mypage {
    padding-top: 100px;
  }
}
@media screen and (max-width: 720px) {
  .sub_cont {
    padding-top: 100px;
  }
  .sub_cont.sys_mypage {
    padding-top: 50px;
  }
}
.prod_lst_pg .all_prod .prod_tab3{display: block;}
.prod_lst_pg .lst_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  margin-top: 60px;
  border-bottom: solid 2px #333;
}
.prod_lst_pg .lst_top .align_btn ul {
  display: flex;
}
.prod_lst_pg .lst_top .align_btn ul li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -2px 15px 0px;
  border-radius: 5px;
  background-color: #ddd;
  vertical-align: middle;
}
.prod_lst_pg .lst_top .align_btn ul li:last-child::after {
  display: none;
}
.prod_lst_pg .lst_top .align_btn ul li a {
  font-size: 18px;
  color: #999;
}
.prod_lst_pg .lst_top .align_btn ul li.a a {
  color: #333;
  font-weight: bold;
}
.prod_lst_pg .lst_top .align_btn select {
  display: none;
}
.prod_lst_pg .lst_wrap {
  margin-top: 40px;
}

@media screen and (max-width: 720px) {
  .prod_lst_pg .prod_tab2 {
    margin-top: 30px;
  }
  .prod_lst_pg .lst_top {
    padding-bottom: 15px;
    margin-top: 30px;
    border-width: 1px;
  }
  .prod_lst_pg .lst_top .align_btn ul {
    display: none;
  }
  .prod_lst_pg .lst_top .align_btn select {
    display: block;
    width: 100px;
    height: 35px;
    font-size: 14px;
    border-radius: 5px;
  }
  .prod_lst_pg .lst_wrap {
    margin-top: 20px;
  }
}
.sub_tit {
  margin-bottom: 60px;
}

@media screen and (max-width: 720px) {
  .sub_tit {
    margin-bottom: 30px;
  }
}
.board_lst .board_tab {
  margin-bottom: 50px;
}
.board_lst .board_tab ul {
  display: flex;
  justify-content: center;
}
.board_lst .board_tab ul li::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -5px 20px 0px;
  vertical-align: middle;
  border-radius: 3px;
  background-color: #ddd;
}
.board_lst .board_tab ul li a {
  font-size: 20px;
  color: #999;
}
.board_lst .board_tab ul li.a a {
  color: #7A604B !important;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}
.board_lst .board_tab ul li:last-child::after {
  display: none;
}
.board_lst .board_tab select {
  display: none;
}
.board_lst .board_lst_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.board_lst .board_lst_top .write_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  border: solid 1px #ddd;
  font-size: 16px;
  color: #333;
}
.board_lst .board_lst_top .lst_top_tab ul {
  display: flex;
}
.board_lst .board_lst_top .lst_top_tab ul li {
  width: 135px;
  height: 45px;
  border: solid 1px #ddd;
}
.board_lst .board_lst_top .lst_top_tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #999;
}
.board_lst .board_lst_top .lst_top_tab ul li.a {
  border: solid 1px #7A604B !important;
}
.board_lst .board_lst_top .lst_top_tab ul li.a a {
  color: #7A604B !important;
}
.board_lst .board_lst_top .lst_top_tab select {
  display: none;
}
.board_lst .board_lst_tb {
  border-top: solid 2px #333;
}
.board_lst .board_lst_tb table tr {
  border-bottom: solid 1px #ddd;
}
.board_lst .board_lst_tb table tr th, .board_lst .board_lst_tb table tr td {
  text-align: center;
}
.board_lst .board_lst_tb table thead tr th {
  padding: 30px 0px;
  font-size: 18px;
  font-weight: bold;
  background-color: #F7F7F7;
}
.board_lst .board_lst_tb table thead tr th.w120 {
  width: 120px;
}
.board_lst .board_lst_tb table thead tr th.w150 {
  width: 150px;
}
.board_lst .board_lst_tb table tbody tr td {
  padding: 30px 5px;
  text-align: center;
  font-size: 16px;
}
.board_lst .board_lst_tb table tbody tr td a, .board_lst .board_lst_tb table tbody tr td button {
  display: block;
  text-align: left;
}
.board_lst .board_lst_tb table tbody tr td a.lock, .board_lst .board_lst_tb table tbody tr td button.lock {
  position: relative;
  padding-left: 25px;
}
.board_lst .board_lst_tb table tbody tr td a.lock::before, .board_lst .board_lst_tb table tbody tr td button.lock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(/src/img/i/lock.png) no-repeat center center;
}

@media screen and (max-width: 1200px) {
  .board_lst .board_lst_tb table tr {
    display: block;
  }
  .board_lst .board_lst_tb table tr th, .board_lst .board_lst_tb table tr td {
    display: block;
  }
  .board_lst .board_lst_tb table thead {
    display: none;
  }
  .board_lst .board_lst_tb table tbody tr {
    padding: 20px 0px;
  }
  .board_lst .board_lst_tb table tbody tr td {
    display: inline-block;
    padding: 0px;
    text-align: left;
  }
  .board_lst .board_lst_tb table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: -1px 10px 0px;
    vertical-align: middle;
    background-color: #ddd;
  }
  .board_lst .board_lst_tb table tbody tr td:first-child {
    display: none;
  }
  .board_lst .board_lst_tb table tbody tr td:last-child {
    margin-right: 0;
  }
  .board_lst .board_lst_tb table tbody tr td:last-child::after {
    display: none;
  }
  .board_lst .board_lst_tb table tbody tr td a, .board_lst .board_lst_tb table tbody tr td button {
    display: block;
    width: 100%;
  }
  .board_lst .board_lst_tb table tbody tr td.tit {
    display: block;
    margin: 10px 0px;
  }
  .board_lst .board_lst_tb table tbody tr td.tit::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .board_lst .board_tab {
    margin-bottom: 25px;
  }
  .board_lst .board_tab ul li::after {
    margin: 0px 6px 0px;
  }
  .board_lst .board_tab ul li a {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .board_lst .board_lst_top {
    margin-bottom: 15px;
    flex-direction: column-reverse;
    align-items: start;
  }
  .board_lst .board_lst_top .write_btn {
    width: 100%;
    margin-bottom: 30px;
    height: 40px;
    font-size: 14px;
  }
  .board_lst .board_lst_top .lst_top_tab {
    width: 100%;
    margin-bottom: 30px;
  }
  .board_lst .board_lst_top .lst_top_tab ul {
    display: none;
  }
  .board_lst .board_lst_top .lst_top_tab select {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #7A604B !important;
    border: solid 1px #7A604B !important;
    background: url(/src/img/i/sel_big_c.png) no-repeat calc(100% - 20px) center/auto;
  }
  .board_lst .board_lst_tb {
    border-width: 1px;
  }
  .board_lst .board_lst_tb table tbody tr {
    padding: 10px 0px;
  }
  .board_lst .board_lst_tb table tbody tr td {
    font-size: 14px;
  }
  .board_lst .board_lst_tb table tbody tr td::after {
    margin: -3px 5px 0;
  }
  .board_lst .board_lst_tb table tbody tr td a, .board_lst .board_lst_tb table tbody tr td button {
    font-size: 14px;
  }
  .board_lst .board_lst_tb table tbody tr td a.lock, .board_lst .board_lst_tb table tbody tr td button.lock {
    padding-left: 20px;
  }
  .board_lst .board_lst_tb table tbody tr td a.lock::before, .board_lst .board_lst_tb table tbody tr td button.lock::before {
    top: 2px;
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .board_lst .board_lst_tb table tbody tr td.tit {
    margin: 5px 0px;
  }
}
.board_view .board_tab {
  margin-bottom: 50px;
}
.board_view .board .board_top {
  padding: 30px;
  border-top: solid 2px #333;
  border-bottom: solid 1px #ddd;
}
.board_view .board .board_top .tit {
  line-height: 125%;
}
.board_view .board .board_top .info {
  margin-top: 20px;
}
.board_view .board .board_top .info p {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.board_view .board .board_top .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: -1px 10px 0px;
  background-color: #ddd;
}
.board_view .board .board_top .info p:last-child::after {
  display: none;
}
.board_view .board .board_main {
  padding: 30px;
  border-bottom: solid 1px #ddd;
}
.board_view .board .file_box {
  margin-top: 100px;
}
.board_view .board .file_box a {
  display: block;
  line-height: 58px;
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 15px;
  padding-left: 125px;
  border: solid 1px #ddd;
  border-radius: 5px;
  font-size: 16px;
  background-color: #F5F5F5;
}
.board_view .board .file_box a:last-child {
  margin-bottom: 0;
}
.board_view .board .file_box a span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 100%;
  border: solid 1px #7A604B !important;
  border-radius: 5px;
  font-weight: bold;
  color: #7A604B !important;
  background-color: #fff;
}
.board_view .board .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 60px;
  margin: 0px auto;
  font-size: 18px;
  background-color: #7A604B !important;
  color: #fff;
}
.board_view .board .board_bottom {
  margin-top: 60px;
}
.board_view .board .board_bottom .btn {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.board_view .board .board_bottom .arrow_btn {
  width: calc(50% - 100px);
}
.board_view .board .board_bottom .arrow_btn p {
  font-weight: bold;
  font-size: 16px;
}
.board_view .board .board_bottom .arrow_btn p img {
  vertical-align: middle;
  margin-top: -1px;
}
.board_view .board .board_bottom .arrow_btn p span {
  display: block;
  margin-top: 5px;
  font-weight: 300;
}
.board_view .board .board_bottom .r {
  text-align: right;
}
.board_view .board .board_bottom .r p img {
  margin-left: 5px;
}
.board_view .board .board_bottom .l p img {
  margin-right: 5px;
}
.board_view .board .btn.mt60 {
  margin-top: 60px;
}
.board_view .board .m_next_prev {
  display: none;
  margin-top: 60px;
  border-top: solid 1px #ddd;
}
.board_view .board .m_next_prev table tr {
  border-bottom: solid 1px #ddd;
}
.board_view .board .m_next_prev table tr th, .board_view .board .m_next_prev table tr td {
  padding: 20px 0px;
  text-align: left;
  font-size: 16px;
}
.board_view .board .m_next_prev table tr th {
  width: 60px;
  font-weight: bold;
}
.board_view .board .m_next_prev table tr td a, .board_view .board .m_next_prev table tr td p {
  display: block;
  width: 100%;
  font-size: 16px;
}
.board_view .board .m_next_prev table tr td p {
  color: #999;
}

@media screen and (max-width: 1420px) {
  .board_view .board .board_bottom .btn {
    position: static;
    transform: translate(0);
    margin: 0px auto;
  }
  .board_view .board .board_bottom .arrow_btn {
    display: none;
  }
  .board_view .board .m_next_prev {
    display: block;
  }
}
@media screen and (max-width: 720px) {
  .board_view .board_tab {
    margin-bottom: 25px;
  }
  .board_view .board .board_top {
    padding: 15px 0px;
    border-top: solid 1px #333;
  }
  .board_view .board .board_top .info {
    margin-top: 10px;
  }
  .board_view .board .board_top .info p {
    font-size: 14px;
  }
  .board_view .board .board_top .info p::after {
    height: 10px;
    margin: 0px 5px 0px;
  }
  .board_view .board .board_main {
    padding: 15px 0px;
  }
  .board_view .board .file_box {
    margin-top: 50px;
  }
  .board_view .board .file_box a {
    height: 45px;
    margin-bottom: 7px;
    padding-left: 90px;
    font-size: 14px;
    line-height: 45px;
  }
  .board_view .board .file_box a span {
    width: 80px;
  }
  .board_view .board .board_bottom {
    margin-top: 30px;
  }
  .board_view .board .btn {
    width: 140px;
    height: 45px;
    font-size: 14px;
  }
  .board_view .board .btn.mt60 {
    margin-top: 30px;
  }
  .board_view .board .m_next_prev {
    margin-top: 30px;
  }
  .board_view .board .m_next_prev table tr th, .board_view .board .m_next_prev table tr td {
    padding: 15px 0px;
    font-size: 14px;
  }
  .board_view .board .m_next_prev table tr th {
    width: 50px;
  }
  .board_view .board .m_next_prev table tr td a, .board_view .board .m_next_prev table tr td p {
    font-size: 14px;
  }
}
.b_btn_line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px 20px;
  margin-top: 60px;
}
.b_btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 175px;
  height: 60px;
  text-align: center;
  font-size: 18px;
}
.b_btn_line .btn.bgc1 {
  background-color: #7A604B !important;
  color: #fff;
}
.b_btn_line .btn.line_st {
  border: solid 1px #ccc;
}

@media screen and (max-width: 720px) {
  .b_btn_line {
    gap: 0px 10px;
    margin-top: 30px;
  }
  .b_btn_line .btn {
    width: 135px;
    height: 45px;
    font-size: 14px;
  }
}
.board_write .write_box table {
  border-top: solid 2px #333;
}
.board_write .write_box table tr {
  border-bottom: solid 1px #ddd;
}
.board_write .write_box table tr th, .board_write .write_box table tr td {
  vertical-align: top;
  font-size: 16px;
}
.board_write .write_box table tr th {
  width: 160px;
  padding-top: 20px;
  font-weight: bold;
  text-align: left;
}
.board_write .write_box table tr td {
  padding: 10px 0px;
}
.board_write .write_box table tr td .name {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.board_write .write_box table tr td .thr_inp_box {
  display: flex;
  gap: 0px 5px;
}
.board_write .write_box table tr td .thr_inp_box .inp {
  width: 100px;
}
.board_write .write_box table tr td .inp {
  width: 100%;
  height: 44px;
  font-size: 16px;
}
.board_write .write_box table tr td .inp.w310 {
  width: 310px;
}
.board_write .write_box table tr td .inp.w400 {
  width: 360px;
}
.board_write .write_box table tr td textarea.inp {
  height: 300px;
  padding: 20px;
  resize: none;
}
.board_write .write_box table tr td input[type=file]::-webkit-file-upload-button {
  width: 100px;
  border: solid 1px #999;
  background-color: #fff;
  font-weight: bold;
  font-family: "Pretendard";
}

@media screen and (max-width: 720px) {
  .board_write .write_box table {
    border-bottom: solid 1px #ddd;
    padding-top: 15px;
  }
  .board_write .write_box table tr {
    display: block;
    margin-bottom: 15px;
    border: none;
  }
  .board_write .write_box table tr:first-child {
    margin-top: 15px;
  }
  .board_write .write_box table tr th, .board_write .write_box table tr td {
    display: block;
    padding-bottom: 0;
    font-size: 14px;
  }
  .board_write .write_box table tr th {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 5px;
  }
  .board_write .write_box table tr td .thr_inp_box .inp {
    width: calc((100% - 10px) / 3);
  }
  .board_write .write_box table tr td .name {
    height: auto;
    line-height: 150%;
    font-size: 14px;
  }
  .board_write .write_box table tr td .inp {
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
  }
  .board_write .write_box table tr td .inp.w310 {
    width: calc(100% - 100px);
  }
  .board_write .write_box table tr td .inp.w400 {
    width: calc(100% - 100px);
  }
  .board_write .write_box table tr td textarea.inp {
    height: 200px;
    padding: 15px;
  }
  .board_write .write_box table tr td input[type=file]::-webkit-file-upload-button {
    width: 70px;
    font-size: 14px;
  }
}
.board_lst .gall_lst_wrap {
  padding-top: 30px;
  border-top: solid 2px #333;
}
.board_lst .gall_lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.board_lst .gall_lst_wrap ul li {
  width: calc(50% - 15px);
}
.board_lst .gall_lst_wrap ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 350px;
  border-radius: 10px;
  background: url(/src/img/event_bg.jpg) no-repeat center center/cover;
}
.board_lst .gall_lst_wrap ul li .img p {
  text-align: center;
}
.board_lst .gall_lst_wrap ul li .img .t1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.board_lst .gall_lst_wrap ul li .img .t2 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
}
.board_lst .gall_lst_wrap ul li .img .t2 img {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 5px;
}
.board_lst .gall_lst_wrap ul li .tit {
  margin: 15px 0px 10px;
  font-size: 24px;
  font-weight: bold;
}
.board_lst .gall_lst_wrap ul li .date {
  font-size: 16px;
  color: #999;
}

@media screen and (max-width: 1420px) {
  .board_lst .gall_lst_wrap ul {
    gap: 50px 0px;
  }
  .board_lst .gall_lst_wrap ul li {
    width: 100%;
  }
  .board_lst .gall_lst_wrap ul li .img {
    height: 325px;
  }
}
@media screen and (max-width: 720px) {
  .board_lst .gall_lst_wrap {
    padding-top: 15px;
    border-width: 1px;
  }
  .board_lst .gall_lst_wrap ul {
    gap: 25px 0px;
  }
  .board_lst .gall_lst_wrap ul li .img {
    height: 145px;
  }
  .board_lst .gall_lst_wrap ul li .img .t1 {
    font-size: 18px;
  }
  .board_lst .gall_lst_wrap ul li .img .t2 {
    margin-top: 10px;
    font-size: 16px;
  }
  .board_lst .gall_lst_wrap ul li .tit {
    margin: 10px 0px 5px;
    font-size: 16px;
  }
  .board_lst .gall_lst_wrap ul li .date {
    font-size: 14px;
  }
}
.board_lst .review_lst_wrap {
  width: 100%;
}
.board_lst .review_lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
}
.board_lst .review_lst_wrap ul li {
  width: calc(33.3334% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
.board_lst .review_lst_wrap ul li .img img {
  display: block;
  width: 100%;
}
.board_lst .review_lst_wrap ul li .t_box {
  padding: 25px;
  border: solid 1px #ddd;
  border-radius: 0px 0px 10px 10px;
}
.board_lst .review_lst_wrap ul li .t_box .txt {
  font-size: 20px;
  word-break: break-all;
}
.board_lst .review_lst_wrap ul li .t_box .info {
  margin-top: 20px;
  margin-bottom: 25px;
}
.board_lst .review_lst_wrap ul li .t_box .info p {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.board_lst .review_lst_wrap ul li .t_box .info p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -1px 10px 0;
  background-color: #ddd;
}
.board_lst .review_lst_wrap ul li .t_box .info p:last-child::after {
  display: none;
}
.board_lst .review_lst_wrap ul li .t_box .prd_info {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0px 20px;
  padding-top: 25px;
  border-top: solid 1px #ddd;
}
.board_lst .review_lst_wrap ul li .t_box .prd_info img {
  display: block;
  width: 55px;
  height: auto;
}
.board_lst .review_lst_wrap ul li .t_box .prd_info .star_box {
  width: calc(100% - 75px);
}
.board_lst .review_lst_wrap ul li .t_box .prd_info .star_box .star {
  margin-bottom: 5px;
  letter-spacing: -2px;
}
.board_lst .review_lst_wrap ul li .t_box .prd_info .star_box .star span {
  font-size: 16px;
  color: #D53935 !important;
}
.board_lst .review_lst_wrap ul li .t_box .prd_info .star_box .name {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1420px) {
  .board_lst .review_lst_wrap ul {
    gap: 0px 20px;
  }
  .board_lst .review_lst_wrap ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .board_lst .review_lst_wrap ul {
    gap: 25px 0;
  }
  .board_lst .review_lst_wrap ul li {
    width: 100%;
  }
  .board_lst .review_lst_wrap ul li .t_box {
    padding: 20px;
  }
  .board_lst .review_lst_wrap ul li .t_box .txt {
    font-size: 16px;
  }
  .board_lst .review_lst_wrap ul li .t_box .info {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .board_lst .review_lst_wrap ul li .t_box .info p {
    font-size: 14px;
  }
  .board_lst .review_lst_wrap ul li .t_box .info p::after {
    height: 8px;
    margin: -1px 7px 0px;
  }
  .board_lst .review_lst_wrap ul li .t_box .prd_info {
    gap: 0px 10px;
    padding-top: 15px;
  }
  .board_lst .review_lst_wrap ul li .t_box .prd_info img {
    width: 45px;
  }
  .board_lst .review_lst_wrap ul li .t_box .prd_info .star_box {
    width: calc(100% - 55px);
  }
  .board_lst .review_lst_wrap ul li .t_box .prd_info .star_box .star {
    margin-bottom: 3px;
  }
  .board_lst .review_lst_wrap ul li .t_box .prd_info .star_box .star span {
    font-size: 14px;
  }
  .board_lst .review_lst_wrap ul li .t_box .prd_info .star_box .name {
    font-size: 16px;
  }
}
#footer {
  padding: 60px 0px;
  margin-top: 100px;
  background-color: #EBE6E0;
}
#footer.mt0 {
  margin-top: 0;
}
#footer .f_cont {
  width: 1420px;
  margin: 0px auto;
}
#footer .f_cont .logo {
  display: inline-block;
  width: 205px;
  margin: 0px auto;
}
#footer .f_cont .f_menu {
  margin: 30px auto;
}
#footer .f_cont .f_menu ul {
  display: flex;
  justify-content: center;
  gap: 0px 25px;
}
#footer .f_cont .f_menu ul li a {
  font-size: 16px;
  font-weight: bold;
}
#footer .f_cont .info_line .line {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px 25px;
}
#footer .f_cont .info_line .line p {
  margin-bottom: 15px;
  font-size: 16px;
}
#footer .f_cont .info_line .line p:last-child {
  margin-right: 0;
}
#footer .f_cont .copyright {
  margin-top: 35px;
}

@media screen and (max-width: 1420px) {
  #footer .f_cont {
    width: 100%;
    padding: 0px 40px;
  }
}
@media screen and (max-width: 720px) {
  #footer {
    padding: 30px 0px;
    margin-top: 50px;
  }
  #footer .f_cont {
    padding: 0px 10px;
  }
  #footer .f_cont .logo {
    width: 140px;
  }
  #footer .f_cont .f_menu {
    margin: 12px 0px;
  }
  #footer .f_cont .f_menu ul {
    gap: 0px 10px;
  }
  #footer .f_cont .f_menu ul li a {
    font-size: 12px;
  }
  #footer .f_cont .info_line .line {
    gap: 0px 10px;
  }
  #footer .f_cont .info_line .line p {
    margin-bottom: 5px;
    font-size: 11px;
  }
  #footer .f_cont .copyright {
    margin-top: 10px;
    font-size: 11px;
  }
}
.password_md {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.password_md .modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 570px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}
.password_md .modal_box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #333;
}
.password_md .modal_box .top button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.password_md .modal_box .box {
  padding: 40px 40px 30px;
  text-align: center;
  border: solid 1px #333;
}
.password_md .modal_box .box .inp {
  width: 300px;
  height: 35px;
  margin: 20px auto 35px;
  border: solid 1px #ddd;
}
.password_md .modal_box .box .btn_line {
  display: flex;
  justify-content: center;
  gap: 0px 10px;
}
.password_md .modal_box .box .btn_line button {
  width: 93px;
  height: 44px;
  font-size: 16px;
}
.password_md .modal_box .box .btn_line .s_btn {
  background-color: #333;
  color: #fff;
}
.password_md .modal_box .box .btn_line .c_btn {
  border: solid 1px #aaa;
  background-color: #fff;
}

@media screen and (max-width: 720px) {
  .password_md .modal_box {
    width: calc(100% - 40px);
  }
  .password_md .modal_box .top {
    padding: 10px;
  }
  .password_md .modal_box .box {
    padding: 20px;
  }
  .password_md .modal_box .box .inp {
    width: 100%;
    height: 30px;
    margin: 10px auto 15px;
  }
  .password_md .modal_box .box .btn_line {
    gap: 0px 5px;
  }
  .password_md .modal_box .box .btn_line button {
    width: 80px;
    height: 40px;
    font-size: 14px;
  }
}
.sys_order .ord_info .ord_inp_tb .deli_line button{margin-top: 4px;}
.sys_order .sys_inp{height: 34px;}


.sel_opt{margin-top: 10px;}
@media screen and (max-width: 1240px) {
  .sel_opt{margin-bottom: -5px;}
}
@media screen and (max-width: 720px) {
  .sel_opt{margin-bottom: 0px;}
  
}
/*# sourceMappingURL=r_layout.css.map */
