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

.c3 {
  color: #333;
}

.c6 {
  color: #666;
}

.c9 {
  color: #999;
}

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 Variable";
  line-height: 150%;
  font-weight: 300;
}

td, th {
  padding: 0;
  font-family: "Pretendard Variable";
  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 Variable";
  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(../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 Variable";
}

sup {
  font-size: 0.5%;
}

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

.mb25 {
  margin-bottom: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

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

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

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

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

.imgz {
  width: 100%;
}

.cup {
  cursor: pointer;
}

.vam {
  vertical-align: middle;
}

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fw1 {
  font-weight: 100;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* font-size */
.fz8 {
  font-size: 8px;
}

.fz12 {
  font-size: 12px;
}

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz26 {
  font-size: 26px;
}

.fz28 {
  font-size: 28px;
}

.fz30 {
  font-size: 30px;
}

.fz32 {
  font-size: 32px;
}

.fz34 {
  font-size: 34px;
}

.fz36 {
  font-size: 36px;
}

.fz38 {
  font-size: 38px;
}

.fz40 {
  font-size: 40px;
}

.fz46 {
  font-size: 46px;
}

.fz50 {
  font-size: 50px;
}

.fz60 {
  font-size: 60px;
}

.fz70 {
  font-size: 70px;
}

@media screen and (max-width: 620px) {
  .fz8 {
    font-size: 8px;
  }

  .fz12 {
    font-size: 11px;
  }

  .fz14 {
    font-size: 12px;
  }

  .fz16 {
    font-size: 12px;
  }

  .fz18 {
    font-size: 14px;
  }

  .fz20 {
    font-size: 14px;
  }

  .fz22 {
    font-size: 16px;
  }

  .fz24 {
    font-size: 16px;
  }

  .fz26 {
    font-size: 18px;
  }

  .fz28 {
    font-size: 18px;
  }

  .fz30 {
    font-size: 18px;
  }

  .fz32 {
    font-size: 22px;
  }

  .fz34 {
    font-size: 22px;
  }

  .fz36 {
    font-size: 24px;
  }

  .fz38 {
    font-size: 24px;
  }

  .fz40 {
    font-size: 26px;
  }

  .fz46 {
    font-size: 26px;
  }

  .fz50 {
    font-size: 30px;
  }

  .fz60 {
    font-size: 30px;
  }

  .fz70 {
    font-size: 30px;
  }

  div, p, th, td {
    font-size: 14px;
  }
}
/* system popup style */
.syspop {
  position: absolute;
  z-index: 1200;
  max-width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.syspop .l-header {
  display: none;
}
.syspop .wrap {
  position: relative;
  z-index: 100;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.syspop .l-cont {
  word-break: break-all;
}
.syspop .l-footer {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  text-align: right;
}
.syspop .l-footer span {
  cursor: pointer;
}

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

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

  .syspop .wrap {
    position: relative;
    z-index: 100;
    max-width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  .syspop .l-cont {
    height: auto !important;
  }

  .syspop .l-cont img {
    width: 100%;
  }

  .syspop .l-footer {
    position: relative;
    z-index: 10;
    width: 95%;
    margin: 0 auto;
    background-color: #fff;
  }
}
/* page num */
.page_num_mt80 .page_num {
  margin-top: 80px;
}
@media (max-width: 620px) {
  .page_num_mt80 .page_num {
    margin-top: 40px;
  }
}

.page_num {
  position: relative;
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .page_num {
    margin-top: 25px;
  }
}
.page_num a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #999;
  line-height: 30px;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.page_num .act {
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #444;
}
.page_num .page {
  text-indent: -9999px;
}
.page_num .first {
  background: url(/src/img/init/page_first.png) 50% 50% no-repeat;
  background-size: 8px 8px;
}
.page_num .last {
  background: url(/src/img/init/page_last.png) 50% 50% no-repeat;
  background-size: 8px 8px;
}
.page_num .l {
  background: url(/src/img/init/page_left.png) 50% 50% no-repeat;
  background-size: 4px 8px;
}
.page_num .r {
  background: url(/src/img/init/page_right.png) 50% 50% no-repeat;
  background-size: 4px 8px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}
.cont1600 {
  width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1640px) {
  .cont1600 {
    width: 100%;
    padding: 0px 40px;
  }
}
@media (max-width: 1240px) {
  .container {
    width: 90%;
  }
  .cont1600 {
    padding: 0;
    width: 90%;
  }
}

@media screen and (max-width: 1420px) {
  .db1420 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn1420 {
    display: none !important;
  }
}
@media screen and (max-width: 1240px) {
  .db1000 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn1000 {
    display: none !important;
  }
}
@media screen and (max-width: 1119px) {
  .db960 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn960 {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .db720 {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn720 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .db594 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn594 {
    display: none !important;
  }
}
@media screen and (max-width: 620px) {
  .db326 {
    display: block !important;
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn326 {
    display: none !important;
  }
}
@media screen and (max-width: 356px) {
  .db90 {
    display: block;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .dn90 {
    display: none;
  }
}
.de_btn.r30, .de_inp.r30 {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

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

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

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

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

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

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

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

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

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

.de_btn {
  display: inline-block;
  line-height: 120%;
  text-align: center;
  vertical-align: middle;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}

.de_btn:disabled {
  background-color: #eee !important;
  color: #ccc !important;
  cursor: auto;
}

.de_btn:focus {
  outline: none;
}

/* btn size*/
.de_btn.sg {
  min-width: 155px;
  height: 60px;
  line-height: 58px;
  font-size: 14px;
  font-weight: 500;
}

.de_btn.sl {
  min-width: 130px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
}

.de_btn.sm {
  min-width: 116px;
  height: 45px;
  line-height: 43px;
  font-size: 12px;
  font-weight: 500;
}

.de_btn.ss {
  min-width: 95px;
  height: 36px;
  line-height: 34px;
  font-size: 12px;
}

.de_btn.st {
  min-width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}

.de_btn.fill {
  background-color: #e09100;
  color: #fff;
}

.de_btn.fill:hover {
  background-color: rgba(224, 145, 0, 0.5);
}

.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 #e09100;
  color: #e09100;
}

.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: #e09100;
}

.de_btn.ghost:focus {
  text-shadow: 1px 5px 5px rgba(0, 0, 0, 0.15);
}

.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 #e09100;
  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: #e09100;
  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 #e09100;
  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;
}

.browser_modal {
  z-index: 30;
  position: fixed;
  right: 50px;
  bottom: 50px;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 620px) {
  .browser_modal {
    width: 90%;
    right: 5%;
    bottom: 20px;
  }
}
.browser_modal .c0 {
  color: #000;
}
.browser_modal .txt_wrap {
  padding: 30px;
  text-align: center;
}
.browser_modal .txt_wrap .t1 {
  font-size: 12px;
  line-height: 150%;
}
.browser_modal .b_wrap {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #ddd;
}
.browser_modal .b_wrap .close_btn {
  display: inline-block;
  line-height: 150%;
  font-size: 12px;
  color: #666;
}
.browser_modal .b_wrap .close_btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-image: url(/src/img/init/browser_close_ico.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


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

.cf {
  color: #fff;
}

.cr {
  color: #f00;
}

.sys_wrap .cart_b_line .prd_b_btn {
  background: #f4f4f4;
  background: -moz-linear-gradient(0deg, #f4f4f4 0%, white 37%, white 100%);
  background: -webkit-linear-gradient(0deg, #f4f4f4 0%, white 37%, white 100%);
  background: linear-gradient(0deg, #f4f4f4 0%, white 37%, white 100%);
}

.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: 160px 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;
}

.sys_join_w740 {
  width: 740px;
  margin: 0 auto;
}

@media (max-width: 1420px) {
  .sys_interval {
    padding: 315px 0 100px;
  }

  .sys_my1_interval {
    padding-bottom: 200px;
  }

  .sys_my_interval {
    padding-bottom: 200px;
  }

  .sys_join_w740 {
    width: 90%;
  }
}
@media (max-width: 620px) {
  .sys_interval {
    padding: 175px 0 50px;
  }

  .sys_my1_interval {
    padding-bottom: 50px;
  }

  .sys_my_interval {
    padding-bottom: 100px;
  }

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

.sys_wrap.w740 {
  width: 740px;
}
@media (max-width: 1420px) {
  .sys_wrap.w740 {
    width: 90%;
  }
}
.sys_wrap .sys12 {
  font-size: 12px;
}
.sys_wrap .sys14 {
  font-size: 14px;
}
.sys_wrap .sys16 {
  font-size: 16px;
}
.sys_wrap .sys20 {
  font-size: 20px;
}
.sys_wrap .lh150p {
  line-height: 150%;
}
.sys_wrap .sys_inp {
  display: inline-block;
  width: 100%;
  height: 34px;
  vertical-align: top;
  border: 1px solid #ddd;
  font-size: 12px;
}
.sys_wrap .sys_inp::placeholder {
  font-size: 12px;
  color: #999;
}
.sys_wrap .sys_inp.w33p {
  width: calc((100% - 10px) / 3);
}
.sys_wrap .sys_inp.w630 {
  width: 630px;
}
.sys_wrap .sys_inp.w345 {
  width: 345px;
}
.sys_wrap .sys_inp.w320 {
  width: 320px;
}
.sys_wrap .sys_inp.w310 {
  width: 310px;
}
.sys_wrap .sys_inp.w280 {
  width: 280px;
}
.sys_wrap .sys_inp.w225 {
  width: 225px;
}
.sys_wrap .sys_inp.w195 {
  width: 195px;
}
.sys_wrap .sys_inp.w150 {
  width: 150px;
}
.sys_wrap .sys_inp.w130 {
  width: 130px;
}
.sys_wrap .sys_inp.w120 {
  width: 120px;
}
.sys_wrap .sys_inp.w107 {
  width: 107px;
}
.sys_wrap .sys_inp.w100 {
  width: 100px;
}
.sys_wrap .sys_inp.ph_inp {
  width: 100px;
}
.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: #E09100 !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: 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 110%;
}
.sys_wrap .sys_tit.bdb {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .de_cki,
.sys_wrap .de_cks {
  font-size: 12px;
}
.sys_wrap .de_cki i,
.sys_wrap .de_cks i {
  border: 1px solid #ddd;
}
.sys_wrap .de_rdo,
.sys_wrap .de_cks {
  font-size: 12px;
}
.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: 1420px) {
  .sys_wrap .sys_tit {
    display: none;
  }
}
@media (max-width: 767px) {
  .sys_wrap .sys_inp.ph_inp {
    width: calc((100% - 10px) / 3);
  }
}
@media (max-width: 620px) {
  .sys_wrap .sys14 {
    font-size: 12px;
  }
  .sys_wrap .sys16 {
    font-size: 12px;
  }
  .sys_wrap .sys20 {
    font-size: 16px;
  }
  .sys_wrap .sys_inp {
    font-size: 11px;
  }
  .sys_wrap .sys_inp.w320 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w310 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w280 {
    width: 100%;
  }
  .sys_wrap .sys_inp.w150 {
    width: 100%;
  }
}
.sys_wrap .sys_find_mem {
  width: 400px;
  margin: 0 auto;
}
.sys_wrap .sys_find_mem .sys_inp {
  height: 44px;
}
.sys_wrap .sys_find_mem .tab {
  margin-bottom: 20px;
}
.sys_wrap .sys_find_mem .tab > ul {
  font-size: 0;
}
.sys_wrap .sys_find_mem .tab > ul li {
  display: inline-block;
  width: 50%;
  border: 1px solid #ddd;
  border-bottom: 1px solid #333;
  vertical-align: top;
  color: #999;
  background-color: #fafafa;
  text-align: center;
}
.sys_wrap .sys_find_mem .tab > ul li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.sys_wrap .sys_find_mem .tab > ul li.act {
  border: 1px solid #333;
  border-bottom: 0;
  color: #333;
  background-color: #fff;
}
.sys_wrap .sys_find_mem .line {
  font-size: 0;
}
.sys_wrap .sys_find_mem .line + .line {
  margin-top: 10px;
}
.sys_wrap .sys_find_mem .login_link {
  margin-top: 4px;
  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: 12px;
  color: #666;
  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;
}
.sys_wrap .sys_find_mem .sns_login .login_lst .ico4{background-position: -362px -364px;}
@media (max-width: 620px) {
  .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: 620px) {
  .sys_wrap .terms .terms_tit {
    font-size: 14px;
  }
  .sys_wrap .terms .tit {
    font-size: 12px;
  }
}
.sys_wrap .sys_join_allcheck {
  padding: 10px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .join_agree_wrap {
  margin-top: 50px;
}
.sys_wrap .join_agree_wrap .sys_join_h3 {
  margin-bottom: 20px;
  line-height: 110%;
  font-weight: bold;
}
.sys_wrap .join_agree_wrap .agree_box {
  overflow-y: scroll;
  height: 150px;
  padding: 15px 20px;
  border: 1px solid #ddd;
}
.sys_wrap .join_agree_wrap .agree_box pre {
  font-size: 12px;
  color: #666;
  line-height: 150%;
}
.sys_wrap .join_agree_wrap .agree_line {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.sys_wrap .sys_s_btnline {
  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: #E09100 !important;
}
.sys_wrap .sys_s_btnline .style2 {
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 58px;
}
.sys_wrap .req_info_txt {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 110%;
}
.sys_wrap .join_s_tit {
  margin: 50px 0 20px;
  font-weight: bold;
}
.sys_wrap .join_desc {
  margin-top: 20px;
  color: #666;
}
.sys_wrap .sys_inp_tb {
  border-top: 1px solid #333;
}
.sys_wrap .sys_inp_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_wrap .sys_inp_tb th {
  width: 110px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
}
.sys_wrap .sys_inp_tb th.vat {
  padding-top: 22px;
  vertical-align: top;
}
.sys_wrap .sys_inp_tb td {
  padding: 7px 20px 7px 0;
  font-size: 0;
}
.sys_wrap .sys_inp_tb .line {
  font-size: 0;
}
.sys_wrap .sys_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_wrap .inp_r_btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 32px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}
.sys_wrap .inp_r_btn.ml0 {
  margin-left: 0;
}
.sys_wrap .id_desc {
  display: inline-block;
  height: 34px;
  margin-left: 10px;
  font-size: 12px;
  color: #666;
  line-height: 34px;
  vertical-align: top;
}
.sys_wrap .id_desc.db{display: block;}
.sys_wrap .id_desc.ml0 {
  margin-left: 0;
}
.sys_wrap .rdo_wrap {
  padding-bottom: 8px;
}
.sys_wrap .rdo_wrap .de_rdo {
  margin: 8px 20px 0 0;
}
.sys_wrap .my_rdo_wrap {
  padding: 5px 0;
}
.sys_wrap .my_rdo_wrap .de_rdo {
  margin-right: 20px;
}
.sys_wrap .sys_join3_box {
  width: 740px;
  margin: 0 auto;
  padding: 50px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.sys_wrap .sys_join3_box::before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background-position: -362px -2px;
}
.sys_wrap .sys_join3_box .t1 {
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
.sys_wrap .sys_join3_box .t2 {
  margin-top: 10px;
  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: 220px;
  height: 60px;
  vertical-align: top;
}
.sys_wrap .sys_join3_box .link_line .style1 {
  line-height: 60px;
  color: #fff;
  background-color: #E09100 !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 .id_desc {
    display: block;
    height: auto;
    margin: 5px 0 7px 0;
    line-height: 150%;
  }
  .sys_wrap .sys_join3_box {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .sys_wrap .sys_addr_wrap .w630 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sys_wrap .check_id_wrap .w310 {
    width: calc(100% - 98px);
  }
}
@media (max-width: 620px) {
  .sys_wrap .my_rdo_wrap {
    padding: 0;
  }
  .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 .join_s_tit {
    margin: 25px 0 10px;
  }
  .sys_wrap .join_desc {
    margin-top: 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: 11px;
    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: 11px;
  }
  .sys_wrap .check_id_wrap .w280 {
    width: calc(100% - 98px);
  }
  .sys_wrap .id_desc {
    margin-bottom: 0;
  }
  .sys_wrap .sys_addr_wrap .w130 {
    width: calc(100% - 98px);
  }
  .sys_wrap .sys_addr_wrap .w225 {
    width: calc(100% - 85px);
  }
  .sys_wrap .sys_addr_wrap .w345 {
    width: 100%;
  }
  .sys_wrap .rdo_wrap {
    padding: 0;
  }
  .sys_wrap .sys_join3_box {
    padding: 25px 0 0;
    border: 0;
  }
  .sys_wrap .sys_join3_box::before {
    margin-bottom: 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: 52px;
  vertical-align: top;
}
.sys_wrap .sys_w_btnline .style1 {
  line-height: 52px;
  color: #fff;
  background-color: #E09100 !important;
}
.sys_wrap .sys_w_btnline .style2 {
  margin-left: 10px;
  border: 1px solid #999;
  line-height: 50px;
}
@media (max-width: 620px) {
  .sys_wrap .h286 {
    height: 200px;
  }
  .sys_wrap .sys_inp_tb.bdb {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .sys_wrap .sys_inp_tb .txt_th {
    display: inline-block;
    width: 100px;
  }
  .sys_wrap .sys_inp_tb .inp_txt {
    display: inline-block;
    width: calc(100% - 100px);
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 110%;
  }
  .sys_wrap .sys_w_btnline {
    margin-top: 25px;
  }
  .sys_wrap .sys_w_btnline .btn {
    width: calc((100% - 8px) / 2);
  }
  .sys_wrap .sys_w_btnline .style2 {
    margin-left: 8px;
  }
}
.sys_wrap .cart_cki {
  margin: 50px 0 20px;
  font-size: 14px;
}
.sys_wrap .cart_cki.mt0 {
  margin-top: 0;
}
.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;
  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 .w132 {
  width: 132px;
}
.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: 14px;
  color: #000;
  line-height: 150%;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box {
  margin-top: 5px;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box .t2 {
  font-size: 12px;
  color: #666;
  line-height: 150%;
}
.sys_wrap .cart_tb .cont .prod_txt .calc_box .calc_num_box {
  margin-top: 3px;
}
.sys_wrap .cart_tb .cont .prod_txt .prod_price {
  margin-top: 20px;
  font-size: 14px;
  line-height: 150%;
}
.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 .cart_change_btn {
  display: inline-block;
  width: 100px;
  height: 34px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  line-height: 34px;
  background-color: #333;
}
.sys_wrap .cart_tb .cart_change_btn.bgc_gray {
  background-color: #999;
}
.sys_wrap .cart_tb .del_cart {
  display: block;
  width: 12px;
  height: 12px;
  background-position: -559px -153px;
}
.sys_wrap .cart_tb .pc_r {
  font-size: 0;
}
.sys_wrap .cart_tb .pc_r .del_cart {
  display: inline-block;
  vertical-align: middle;
}
.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: #E09100 !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;
    display: block;
    width: 100%;
  }
  .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 .cart_tb .pc_r {
    display: block;
    padding-top: 0;
    text-align: right;
  }
  .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: 620px) {
  .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_tb .cart_change_btn {
    margin-right: 10px;
  }
  .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-top: 180px;
}
.sys_prd_view .prd_v_top {
  padding-bottom: 80px;
}
.sys_prd_view .prd_v_top .thum_wrap {
  width: 550px;
}
.sys_prd_view .prd_v_top .thum_wrap .big {
  width: 100%;
}
.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: 102px;
  height: 102px;
}
.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 {
  opacity: 1;
}
.sys_prd_view .prd_v_top .v_pro_slide .mask {
  overflow: hidden;
  width: 100%;
}
.sys_prd_view .prd_v_top .v_pro_slide .item img {
  width: 100%;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #ccc;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.sys_prd_view .prd_v_top .v_pro_slide .bullet .swiper-pagination-bullet-active {
  background-color: #000;
}
.sys_prd_view .prd_v_top .share_btn_wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_btn {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_btn::after {
  display: block;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  background-position: -528px -44px;
}
.sys_prd_view .prd_v_top .share_btn_wrap .share_modal {
  z-index: 5;
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  width: 280px;
  padding: 30px 0;
  border: 1px solid #ddd;
  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: 550px;
}
.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 .tag_line {
  margin-top: 5px;
  font-size: 0;
}
.sys_prd_view .prd_v_top .prd_t_opt .tag_line .t1 {
  line-height: 150%;
  color: #999;
}
.sys_prd_view .prd_v_top .prd_t_opt .tag_line .t1 + .t1 {
  margin-left: 5px;
}
.sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
  margin-top: 40px;
  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: 14px;
  color: #666;
  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: 14px;
  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: 120px;
  font-size: 14px;
  color: #666;
  line-height: 150%;
  text-align: left;
  vertical-align: middle;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w2 {
  display: inline-block;
  width: calc(100% - 120px);
  padding: 10px 0;
  font-size: 0;
  vertical-align: middle;
}
.sys_prd_view .prd_v_top .prd_t_opt .opt_detail .opt_sel {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 35px 0 15px;
  font-size: 12px;
  color: #666;
  font-family: "Dotum";
  background-position: calc(100% - 15px) 50%;
}
.sys_prd_view .prd_v_top .price_line .t1 {
  color: #000;
}
.sys_prd_view .prd_v_top .price_line .t2 {
  color: #999;
}
.sys_prd_view .prd_v_top .price_line .t3 {
  color: #ff0e0e;
}
.sys_prd_view .prd_v_top .prd_opt_box {
  margin-top: 10px;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt {
  margin-top: 1px;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li {
  margin-top: -1px;
  padding: 15px;
  border: 1px solid #eee;
  background-color: #fafafa;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li .opt_tit {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.sys_prd_view .prd_v_top .prd_opt_box .append_opt li .price_line .t1 {
  line-height: 34px;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .delvy_chk {
  margin-top: 20px;
}
.sys_prd_view .prd_v_top .delvy_chk i {
  margin-right: 5px;
  border: 1px solid #ddd;
}
.sys_prd_view .prd_v_top .total_price_box {
  margin: 25px 0 30px;
  text-align: right;
  font-size: 12px;
  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: 12px;
  top: 17px;
  width: 11px;
  height: 1px;
  background-position: -580px -326px;
}
.sys_prd_view .prd_v_top .calc_num_box .calc_p {
  position: relative;
}
.sys_prd_view .prd_v_top .calc_num_box .calc_p::after {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 11px;
  height: 11px;
  background-position: -580px -329px;
}
.sys_prd_view .prd_v_top .calc_num_box .calc_del_btn {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-top: 12px;
  margin-left: 10px;
  background-position: -559px -154px;
}
.sys_prd_view .prd_v_top .s_line {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-size: 0;
}
.sys_prd_view .prd_v_top .s_line.deli_s_line .cart_btn_box {
  width: calc(100% - 185px);
  margin-left: 0;
}
.sys_prd_view .prd_v_top .s_line.deli_s_line .cart_btn_box .btn1 {
  width: 100%;
}
.sys_prd_view .prd_v_top .s_line .btn4{
	display: block;
	width: 100%;height: 52px;
	line-height: 52px;text-align: center;font-size: 16px;color: #fff;
	background-color: #333;
}
@media screen and (max-width: 620px){
	.sys_prd_view .prd_v_top .s_line .btn4{font-size: 14px;}
}

.sys_prd_view .prd_v_top .s_line .btn1 {
  display: inline-block;
  width: 180px;
  height: 52px;
  line-height: 52px;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #E09100 !important;
}
.sys_prd_view .prd_v_top .s_line .btn2 {
  display: inline-block;
  width: 180px;
  height: 52px;
  border: 1px solid #999;
  line-height: 50px;
  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: 180px;
  margin: 0 5px;
  vertical-align: top;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .btn2 {
  width: 100%;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal {
  display: none;
  z-index: 10;
  position: absolute;
  left: 50%;
  top: -124px;
  transform: translateX(-50%);
  width: 280px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal {
  position: relative;
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding-top: 18px;
  text-align: center;
  font-size: 0;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .t1 {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 150%;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn3 {
  display: inline-block;
  width: 90px;
  height: 33px;
  border: 1px solid #333;
  vertical-align: top;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .btn4 {
  display: inline-block;
  width: 90px;
  height: 33px;
  margin-left: 5px;
  vertical-align: top;
  line-height: 33px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal .close_ico {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal .modal::after {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  bottom: -14px;
  width: 28px;
  height: 14px;
  background-image: url(/src/img/shop/v_cart_arrow.png);
  background-size: cover;
}
.sys_prd_view .prd_v_top .s_line .cart_btn_box .ord_cart_modal.db {
  display: block;
}
.sys_prd_view .prd_v_top .pay_line {
  margin-top: 20px;
}
.sys_prd_view .prd_v_top .m_opt_wrap {
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #000;
  background-color: #fff;
}
.sys_prd_view .prd_v_top .m_opt_wrap .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.deli_m_s .cart_btn_box {
  width: calc(100% - 52px);
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line.deli_m_s .cart_btn_box .btn1 {
  display: block;
  width: 100%;
}
.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .btn4{
	display: block;
	width: 100%;height: 52px;
	line-height: 52px;text-align: center;font-size: 16px;color: #fff;
	background-color: #333;
}
@media screen and (max-width: 620px){
	.sys_prd_view .prd_v_top .m_opt_wrap .m_s_line .btn4{font-size: 14px;}
}

.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: #E09100 !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: #000;
}
.sys_prd_view .prd_v_bottom .prod_v_tab > ul li.act::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.sys_prd_view .prd_v_bottom .prod_con{margin-top: -109px;padding-top: 109px;}
.sys_prd_view .prd_v_bottom .prod_v_cont {
  padding: 50px 0 80px;
}
.sys_prd_view .prd_v_bottom .prod_v_cont .page_num {
  margin-top: 30px;
}
.sys_prd_view .prd_v_bottom .cont1 img {
  display: block;
  margin: 0 auto;
}
.sys_prd_view .prd_v_bottom .cont2 .t1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  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;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .qna_t_box {
  margin-bottom: 20px;
  text-align: right;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .qna_t_box .btn {
  display: inline-block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  vertical-align: top;
}
.sys_prd_view .prd_v_bottom .qna_t_box .style1 {
  line-height: 34px;
  color: #fff;
  background-color: #111;
}
.sys_prd_view .prd_v_bottom .qna_t_box .style2 {
  margin-left: 6px;
  border: 1px solid #999;
  line-height: 32px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd {
  border-top: 1px solid #000;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .line {
  border-bottom: 1px solid #ddd;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w100 {
  width: 100px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .w705 {
  width: 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: 14px;
  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: 14px;
  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: 14px;
  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: 14px;
  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-size: 14px;
  color: #000;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .t2 {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line {
  margin-top: 15px;
  font-size: 0;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  text-align: center;
  font-size: 12px;
}
.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.style1 {
  color: #fff;
  line-height: 34px;
  background-color: #333;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .qna_line .wrap .txt_box .btn_line .btn.style2 {
  border: 1px solid #aaa;
  line-height: 32px;
  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: 14px;
  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: 14px;
  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: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #faa635;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  background-position: -404px -84px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn .cancle_txt {
  display: none;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line .like_box .like_btn.act {
  border: 1px solid #999;
  line-height: 32px;
  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: 34px;
  font-size: 12px;
}
.sys_prd_view .prd_v_bottom .prd_v_bd .review_line.db {
  display: block;
}
.sys_prd_view .prd_v_bottom .photo_review_tit {
  font-size: 20px;
  line-height: 110%;
  color: #222;
}
.sys_prd_view .prd_v_bottom .photo_review_lst {
  overflow: hidden;
  margin: 30px 0 20px;
}
.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 {
  display: inline-block;
  width: calc(12.5% - 7px);
  height: 143px;
  margin-right: 7px;
  vertical-align: top;
}
.sys_prd_view .prd_v_bottom .photo_review_lst > ul li button {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  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%;
  line-height: 143px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1240px) {
  .sys_prd_view {
    padding-top: 160px;
  }
  .sys_prd_view .prd_v_top {
    padding-bottom: 0;
  }
  .sys_prd_view .prd_v_top .share_btn_wrap {
    top: -40px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt {
    float: none;
    display: block;
    width: 100%;
    margin-top: 100px;
    padding-bottom: 20px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .tit {
		padding-right: 0;
    font-size: 32px;
    font-weight: bold;
    line-height: 150%;
  }
  .sys_prd_view .prd_v_top .s_line.deli_s_line .btn2 {
    width: 300px;
  }
  .sys_prd_view .prd_v_top .s_line.deli_s_line .cart_btn_box {
    width: calc(100% - 305px);
    margin-right: 5px;
  }
  .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 .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 (max-width: 620px) {
  .sys_prd_view {
    padding-top: 120px;
  }
  .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;
  }
  .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: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .tag_line {
    margin-top: 0;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb {
    margin-top: 20px;
    padding: 10px 0;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb th {
    width: 100px;
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .prd_opt_tb td {
    padding: 5px 0;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .opt_detail .w1 {
    width: 60px;
    font-size: 12px;
  }
  .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.deli_s_line .btn2 {
    width: 100px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line.deli_s_line .cart_btn_box {
    width: calc(100% - 105px);
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .btn1 {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .cart_btn_box {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .s_line .btn2 {
    font-size: 14px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .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: 12px;
  }
  .sys_prd_view .prd_v_top .prd_t_opt .m_opt_wrap .m_s_line .cart_btn_box .btn2 {
    font-size: 12px;
  }
  .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 .delvy_chk {
    margin-top: 10px;
  }
  .sys_prd_view .prd_v_top .total_price_box {
    margin: 15px 0;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_top .total_price_box .total_price {
    font-size: 14px;
  }
  .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_con{margin-top: -69px;padding-top: 69px;}
  .sys_prd_view .prd_v_bottom .prod_v_cont {
    padding: 25px 0 40px;
  }
  .sys_prd_view .prd_v_bottom .prod_v_cont .page_num {
    margin-top: 20px;
  }
  .sys_prd_view .prd_v_bottom .cont2 .t1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .cont2 .t2 {
    font-size: 12px;
  }
  .sys_prd_view .prd_v_bottom .qna_t_box {
    margin-bottom: 10px;
  }
  .sys_prd_view .prd_v_bottom .qna_t_box .btn {
    width: calc(50% - 3px);
  }
  .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: 95px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li + li {
    margin-left: 10px;
  }
  .sys_prd_view .prd_v_bottom .photo_review_lst > ul li .photo_modal_btn .more {
    line-height: 95px;
  }
}
.sys_mypage {
  width: 1200px;
  margin: 0 auto;
	padding: 100px 0;
}
.sys_mypage .my_nav {
  width: 200px;
}
.sys_mypage .my_nav .tit {
  font-size: 32px;
  font-weight: bold;
  line-height: 110%;
}
.sys_mypage .my_nav .my_menu {
  margin-top: 30px;
  padding: 23px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_nav .my_menu > li {
  line-height: 150%;
}
.sys_mypage .my_nav .my_menu > li + li {
  margin-top: 15px;
}
.sys_mypage .my_nav .my_menu > li > a {
  font-size: 14px;
}
.sys_mypage .my_nav .my_menu > li > ul > li {
  line-height: 150%;
}
.sys_mypage .my_nav .my_menu > li > ul > li > a {
  color: #666;
  font-size: 12px;
}
.sys_mypage .my_nav .my_menu > li > ul > li.act > a {
  color: #E09100 !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: #E09100 !important;
  font-weight: 300;
}
.sys_mypage .my_tab {
  position: relative;
  margin-bottom: 50px;
}
.sys_mypage .my_tab > ul {
  margin-left: 1px;
  font-size: 0;
}
.sys_mypage .my_tab > ul li {
  display: inline-block;
  width: 200px;
  height: 50px;
  margin-left: -1px;
  vertical-align: top;
  border: 1px solid #ddd;
  border-bottom: 1px solid #333;
}
.sys_mypage .my_tab > ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #999;
  background-color: #fafafa;
}
.sys_mypage .my_tab > ul li.act {
  z-index: 1;
  position: relative;
  border: 1px solid #333;
  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: 50px auto 0;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 58px;
  text-align: center;
}
.sys_mypage .my_list_btn {
  display: block;
  width: 220px;
  height: 60px;
  margin: 50px auto 0;
  border: 1px solid #aaa;
  font-size: 14px;
  line-height: 58px;
  text-align: center;
}
.sys_mypage .date_pic_box {
  margin-top: 30px;
}
.sys_mypage .date_pic_box.mt0 {
  margin-top: 0;
}
.sys_mypage .date_pic_box.mt50 {
  margin-top: 50px;
}
.sys_mypage .page_num {
  margin-top: 50px;
}
.sys_mypage .mem_info {
  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: 12px;
  text-align: left;
}
.sys_mypage .mem_info .mem_txt .point_info table td {
  line-height: 150%;
  font-size: 12px;
  text-align: right;
}
.sys_mypage .mem_info .mem_info_lst {
  overflow: hidden;
}
.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: 12px;
  font-size: 14px;
  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;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico .num {
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  background-color: #E09100 !important;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico1 {
  background-position: -458px -86px;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico2 {
  background-position: -500px -86px;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico3 {
  background-position: -540px -86px;
}
.sys_mypage .ico_state_lst .state_lst1 li .ico4 {
  background-position: -584px -86px;
}
.sys_mypage .ico_state_lst .state_lst1 li .txt {
  margin-top: -8px;
  font-size: 14px;
  line-height: 110%;
}
.sys_mypage .ico_state_lst .state_lst2 {
  width: 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: 14px;
  line-height: 45px;
}
.sys_mypage .ico_state_lst .state_lst2 li .t1::before {
  content: "▶";
  margin-right: 4px;
  font-size: 11px;
  color: #ddd;
  font-family: "Dotum";
}
.sys_mypage .ico_state_lst .state_lst2 li .t2 {
  font-size: 14px;
  line-height: 45px;
}
.sys_mypage .ord_state_lst .lst + .lst {
  margin-top: 20px;
}
.sys_mypage .ord_state_lst .state_top {
  height: 40px;
  padding: 0 20px;
  background-color: #fafafa;
}
.sys_mypage .ord_state_lst .state_top .line {
  line-height: 40px;
}
.sys_mypage .ord_state_lst .state_top .line .t1 {
  font-size: 12px;
}
.sys_mypage .ord_state_lst .state_top .line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .ord_state_lst .state_top .line .t1:last-child::after {
  display: none;
}
.sys_mypage .ord_state_lst .state_top .t2 {
  font-size: 12px;
  line-height: 40px;
  color: #E09100 !important;
}
.sys_mypage .ord_state_tb {
  border-top: 1px solid #333;
}
.sys_mypage .ord_state_tb tr {
  border-bottom: 1px solid #ddd;
}
.sys_mypage .ord_state_tb td {
  padding: 30px 0;
  font-size: 0;
}
.sys_mypage .ord_state_tb .w1 {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
.sys_mypage .ord_state_tb .w1 .img {
  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: 20px;
  vertical-align: top;
}
.sys_mypage .ord_state_tb .w2 .t1.tov{display: block;}
.sys_mypage .ord_state_tb .w2 .t1 {
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
}
.sys_mypage .ord_state_tb .w2 .t2 {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .ord_state_tb .w2 .t3 {
  font-size: 12px;
  line-height: 150%;
}
.sys_mypage .ord_state_tb .w2 .state_line {
  margin-top: 12px;
  font-size: 0;
}
.sys_mypage .ord_state_tb .w2 .state_line.mt0 {
  margin-top: 0;
}
.sys_mypage .ord_state_tb .w2 .state_line .t3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.sys_mypage .ord_state_tb .w2 .state_line .t3:last-child::after {
  display: none;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box {
  overflow-x: auto;
  margin-top: 20px;
  font-size: 0;
  white-space: nowrap;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .btn {
  display: inline-block;
  width: 80px;
  height: 30px;
  text-align: center;
  font-size: 12px;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style1 {
  line-height: 30px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .bg {
  background-color: #E09100 !important;
}
.sys_mypage .ord_state_tb .w2 .state_btn_box .style2 {
  border: 1px solid #999;
  line-height: 28px;
}
.sys_mypage .ord_state_tb .review_btn_wrap {
  position: relative;
  padding-right: 76px;
}
.sys_mypage .ord_state_tb .review_btn_wrap .r_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 76px;
  height: 30px;
  vertical-align: top;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .ord_state_tb .review_btn {
  display: block;
  width: 80px;
  height: 30px;
  margin-top: 20px;
  border: 1px solid #aaa;
  line-height: 28px;
  text-align: center;
}
.sys_mypage .ord_state_lst .state_bottom{margin-top: 20px;}
.sys_mypage .ord_state_lst .state_bottom .btn{display: flex;align-items: center;justify-content: center;width: 80px;height: 30px;text-align: center;font-size: 12px;}
.sys_mypage .ord_state_lst .state_bottom .btn.line_style{border: 1px solid #aaa;}
.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_lst_tb table td.pt0 {
  padding-top: 0;
}
.sys_mypage .my_tb {
  border-top: 1px solid #000;
}
.sys_mypage .my_tb table tr {
  border-bottom: 1px solid #ddd;
}
.sys_mypage .my_tb table th {
  padding: 16px 0;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  font-weight: bold;
}
.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.result_tac{text-align: center;}
.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-top: 10px;
}
.sys_mypage .my_inp_tb .line {
  font-size: 0;
}
.sys_mypage .my_inp_tb .line + .line {
  margin-top: 5px;
}
.sys_mypage .my_inp_tb .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: 25px 30px;
  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: 14px;
  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 {
  width: 63px;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
  word-break: break-all;
  vertical-align: top;
}
.sys_mypage .my_down_cp > ul li .box .down_cp_tb td {
  font-size: 12px;
  line-height: 150%;
  color: #666;
  word-break: break-all;
  vertical-align: top;
}
.sys_mypage .my_down_cp > ul li .down_btn {
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #999;
  font-size: 14px;
  line-height: 43px;
  text-align: center;
}
.sys_mypage .my_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: 5px;
  border: 1px solid #999;
  vertical-align: top;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
}
.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 185px 0 20px;
  vertical-align: top;
  font-size: 0;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .t1 {
  font-size: 14px;
  line-height: 150%;
  color: #000;
  font-weight: bold;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .t2 {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line {
  margin-top: 10px;
  font-size: 0;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t3 {
  font-size: 12px;
  color: #999;
  line-height: 150%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .price_line .t4 {
  margin-left: 4px;
  font-size: 12px;
  color: #000;
  line-height: 150%;
}
.sys_mypage .my_wish_lst > ul li .prod_txt .r_btn_wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 185px;
  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: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .my_wish_lst > ul li .wish_cart_btn + .wish_cart_btn {
  margin-left: 5px;
}
.sys_mypage .my_wish_lst > ul li .wish_cart_btn.bg_gray {
  background-color: #999;
}
.sys_mypage .my_wish_lst > ul li .wish_del_btn {
  width: 11px;
  height: 11px;
  background-position: -559px -154px;
}
.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 .w {
  display: inline-block;
  padding: 16px 0;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.sys_mypage .my_qna_tb .line .w1 {
  width: 107px;
}
.sys_mypage .my_qna_tb .line .w2 {
  width: calc(100% - 373px);
}
.sys_mypage .my_qna_tb .line .w3 {
  width: 137px;
}
.sys_mypage .my_qna_tb .line .w4 {
  width: 129px;
}
.sys_mypage .my_qna_tb .line .w5 {
  width: calc(100% - 266px);
}
.sys_mypage .my_qna_tb .line .w6{
  width: calc(100% - 387px);
}
.sys_mypage .my_qna_tb .w.tit {
  text-align: left;
  font-size: 0;
}
.sys_mypage .my_qna_tb .w.tit .img {
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 1px solid #ddd;
  vertical-align: middle;
}
.sys_mypage .my_qna_tb .w.tit .img img {
  width: 100%;
}
.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.mt10 {
  margin-top: 10px;
}
.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 .w.tit .pro_txt {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 20px;
  vertical-align: middle;
}
.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.pc_pl0 {
  padding-left: 0;
}
.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 {
  font-size: 12px;
  line-height: 150%;
  color: #666;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .btn_line {
  margin-top: 20px;
  font-size: 0;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .btn_line .btn {
  display: inline-block;
  width: 40px;
  height: 34px;
  text-align: center;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .btn_line .btn + .btn {
  margin-left: 5px;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .btn_line .btn.style1 {
  color: #fff;
  line-height: 34px;
  background-color: #333;
}
.sys_mypage .my_qna_tb .qna_line .qna_box .txt_box .btn_line .btn.style2 {
  line-height: 32px;
  border: 1px solid #aaa;
  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 .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%;
}
.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.pc_pl0 {
  padding-left: 25px;
}
.sys_mypage .prd_inquiry_tb .qna_line .qna_box .txt_box .t1 {
  font-size: 14px;
  line-height: 150%;
}
.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: 14px;
  line-height: 20px;
}
.sys_mypage .address_tb .txt_box .basic_ico {
  display: inline-block;
  width: 65px;
  height: 20px;
  margin-left: 10px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #006fbb;
}
.sys_mypage .address_tb .txt_box .basic_ico .b {
  display: none;
}
.sys_mypage .address_tb .txt_box .t2 {
  font-size: 12px;
  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: 40px;
  height: 34px;
  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: 34px;
  color: #fff;
  background-color: #333;
}
.sys_mypage .address_tb .r_btn .style2 {
  border: 1px solid #999;
  line-height: 32px;
}
.sys_mypage .sys_notorder_interval{padding-top: 100px;}

@media (max-width: 1420px) {
  .sys_mypage {
    width: 100%;
    margin-top: 0;
		padding-top: 0;
    padding-bottom: 0;
  }
  .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 .line .w5 {
    display: block;
    width: 100%;
  }
  .sys_mypage .my_qna_tb .line .w6 {
    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 .my_qna_tb .qna_line .qna_box .txt_box.pc_pl0 {
    padding-left: 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: 1240px){
	.sys_mypage .my_tb table td.result_tac{text-align: left;}
}
@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: 670px) {
  .sys_mypage .my_more_btn {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sys_mypage .my_tit {
    padding: 25px 0 10px;
    font-size: 16px;
  }
  .sys_mypage .my_tit .r_btn {
    margin-top: 3px;
  }
  .sys_mypage .my_tab {
    margin-bottom: 25px;
  }
  .sys_mypage .my_tab > ul li {
    width: 50%;
  }
  .sys_mypage .my_tab > ul li a {
    font-size: 12px;
  }
  .sys_mypage .my_tab::after {
    display: none;
  }
  .sys_mypage .my_sel {
    margin-bottom: 25px;
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
  .sys_mypage .my_more_btn {
    margin-top: 25px;
    font-size: 12px;
  }
  .sys_mypage .my_list_btn {
    margin-top: 25px;
    font-size: 12px;
  }
  .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 .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 .ord_state_tb .review_btn {
    margin-top: 10px;
  }
	.sys_mypage .ord_state_lst .state_bottom{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.mt20{margin-top: 10px;}
  .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 .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: 12px;
  }
  .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 .r_btn_wrap {
    position: static;
    width: 100%;
    margin-top: 10px;
    transform: translateY(0);
  }
  .sys_mypage .my_wish_lst > ul li .wish_del_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
  }
  .sys_mypage .my_qna_tb {
    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.pc_pl0 {
    padding-left: 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 .my_qna_tb .qna_line .qna_box .txt_box .btn_line {
    margin-top: 10px;
  }
  .sys_mypage .prd_inquiry_tb {
    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: 12px;
    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;
}
.review_tb .w1 {
  display: inline-block;
  width: 90px;
  vertical-align: top;
}
.review_tb .w1 .img {
  width: 90px;
  height: 90px;
  border: 1px solid #eee;
}
.review_tb .w1 .img img {
  width: 100%;
}
.review_tb .w2 {
  display: inline-block;
  width: calc(100% - 90px);
  padding-left: 20px;
  vertical-align: top;
}
.review_tb .w2 .state_line {
  font-size: 0;
}
.review_tb .w2 .state_line .t1 {
  font-size: 12px;
  line-height: 110%;
}
.review_tb .w2 .state_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.review_tb .w2 .state_line .t1:last-child::after {
  display: none;
}
.review_tb .w2 .t2 {
  margin-top: 5px;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}
.review_tb .w2 .cmt_wrap {
  position: relative;
  overflow: hidden;
  height: 18px;
  margin-top: 15px;
  font-size: 0;
}
.review_tb .w2 .cmt_wrap.act {
  overflow: visible;
  height: auto;
}
.review_tb .w2 .cmt_wrap.act .cmt_txt {
  overflow: auto;
  white-space: normal;
  max-width: 100%;
}
.review_tb .w2 .cmt_wrap.act .cmt_img {
  display: block;
}
.review_tb .w2 .cmt_wrap.act .cmt_more {
  display: block;
  margin: 20px 0 0;
}
.review_tb .w2 .cmt_wrap .cmt_txt {
  display: inline-block;
  max-width: calc(100% - 60px);
  font-size: 12px;
  line-height: 150%;
  vertical-align: middle;
}
.review_tb .w2 .cmt_wrap .cmt_img {
  display: none;
  width: 100%;
}
.review_tb .w2 .cmt_wrap .cmt_more {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  line-height: 110%;
  color: #000;
  vertical-align: middle;
  text-decoration: underline;
}
.review_tb .b_btn {
  display: none;
  margin-top: 20px;
  font-size: 0;
}
.review_tb .b_btn.act {
  display: block;
}
.review_tb .b_btn .btn {
  display: inline-block;
  width: 41px;
  height: 30px;
  text-align: center;
  font-size: 12px;
}
.review_tb .b_btn .btn + .btn {
  margin-left: 3px;
}
.review_tb .b_btn .style1 {
  line-height: 30px;
  color: #fff;
  background-color: #333;
}
.review_tb .b_btn .style2 {
  border: 1px solid #999;
  line-height: 28px;
}

@media (max-width: 1240px) {
  .review_tb .w2 .state_line {
    padding-right: 90px;
  }
  .review_tb .w2 .t2 {
    padding-right: 90px;
  }
  .review_tb .r_btn_wrap {
    padding-right: 0;
  }
  .review_tb .r_btn_wrap .r_btn {
    top: 30px;
  }
}
@media (max-width: 620px) {
  .review_tb td {
    padding: 20px 0;
  }
  .review_tb .w1 {
    width: 70px;
  }
  .review_tb .w1 .img {
    width: 70px;
    height: 70px;
  }
  .review_tb .w2 {
    width: calc(100% - 70px);
    padding-left: 10px;
  }
  .review_tb .w2 .state_line {
    padding-right: 0;
  }
  .review_tb .w2 .t2 {
    margin-top: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 150%;
    color: #000;
  }
  .review_tb .w2 .cmt_wrap {
    margin-top: 5px;
  }
  .review_tb .w2 .cmt_wrap .cmt_txt {
    max-width: calc(100% - 45px);
  }
  .review_tb .w2 .cmt_wrap .cmt_more {
    margin-left: 10px;
    font-size: 12px;
  }
  .review_tb .w2 .cmt_wrap.act .cmt_more {
    margin-top: 10px;
  }
  .review_tb .b_btn {
    margin-top: 10px;
  }
}
.date_pic_box .period_btn_wrap {
  font-size: 0;
}
.date_pic_box .period_btn_wrap .btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  border: 1px solid #ddd;
  vertical-align: top;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.date_pic_box .period_btn_wrap .btn + .btn {
  margin-left: 5px;
}
.date_pic_box .period_btn_wrap .btn.act {
  color: #fff;
  background-color: #E09100 !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: 120px;
  height: 34px;
  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: 12px;
  color: #666;
}
.date_pic_box .date_sch_box .date_box .ui-datepicker-trigger {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 18px;
  height: 20px;
}
.date_pic_box .date_sch_box .wave {
  display: inline-block;
  width: 17px;
  height: 34px;
  vertical-align: top;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
}
.date_pic_box .date_sch_box .sch_btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  margin-left: 5px;
  vertical-align: top;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #333;
}
.date_pic_box .w_btn {
  display: inline-block;
  width: 86px;
  height: 38px;
  vertical-align: top;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #006fbb;
}

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

.sys_star_box {
  margin-left: 2px;
}
.sys_star_box .star {
  display: inline;
  margin-left: -2px;
  font-size: 12px;
  color: #ddd;
  line-height: 110%;
}
.sys_star_box .star.act {
  color: #E09100 !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: 34px;
  border: 1px solid #999;
  line-height: 32px;
  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: 14px;
  color: #000;
  line-height: 150%;
  font-weight: bold;
}
.sys_order .ord_info .prd_info .txt_box .txt {
  font-size: 12px;
  color: #666;
  line-height: 150%;
}
.sys_order .ord_info .prd_info .txt_box .pri_t {
  margin-top: 15px;
  line-height: 110%;
  color: #000;
  font-size: 12px;
}
.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: 12px;
  line-height: 150%;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
.sys_order .ord_info .ord_inp_tb th.pt13 {
  padding-top: 13px;
}
.sys_order .ord_info .ord_inp_tb th.pt5 {
  padding-top: 5px;
}
.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: 80px;
  height: 34px;
  border: 1px solid #999;
  vertical-align: middle;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
}
.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: 30px;
  height: 34px;
}
.sys_order .ord_info .ord_inp_tb .point_box .point_del::after {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}
.sys_order .ord_info .ord_inp_tb .won_txt {
  display: inline-block;
  width: 20px;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
  font-size: 12px;
  text-align: right;
}
.sys_order .ord_info .ord_inp_tb .info_txt {
  margin: 10px 0 15px;
  font-size: 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: 90px;
  height: 34px;
  margin-right: 7px;
  line-height: 34px;
  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_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: 12px;
  color: #666;
  line-height: 150%;
}
.sys_order .ord_info .ord_agree_cki {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.sys_order .ord_info .ord_tb {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.sys_order .ord_info .ord_tb th {
  width: 110px;
  padding: 5px 0;
  vertical-align: top;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  font-weight: bold;
}
.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: 20px;
}
.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: #E09100 !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{margin-bottom: 25px;}
.sys_order .ord_total_wrap .ord_total .pri_tb th {
  width: 120px;
  padding: 2px 0;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
}
.sys_order .ord_total_wrap .ord_total .pri_tb td {
  padding: 2px 0;
  font-size: 14px;
  line-height: 150%;
  text-align: right;
}
.sys_order .ord_total_wrap .ord_total.fix {
  position: fixed;
  top: 90px;
  right: auto;
  margin-left: -410px;
}

@media (max-width: 1420px) {
  .sys_order .ord_total_wrap .ord_total.fix {
    top: 215px;
  }
}
@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: 850px) {
  .sys_order .ord_info .ord_inp_tb .type_sel {
    display: block;
    width: 100%;
  }
  .sys_order .ord_info .ord_inp_tb .type_inp {
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
  .sys_order .ord_info .ord_inp_tb .rec_sel {
    display: block;
    width: 100%;
  }
  .sys_order .ord_info .ord_inp_tb .rec_inp {
    width: calc(100% - 135px);
  }
}
@media screen and (max-width: 719px) {
  .sys_order .ord_info .ord_inp_tb .rec_line2 .w345 {
    width: 320px;
  }
}
@media (max-width: 620px) {
  .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 th.pt13 {
    padding-top: 0;
  }
  .sys_order .ord_info .ord_inp_tb th.pt5 {
    padding-top: 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: 11px;
  }
  .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 .mail_inp_wrap .sys_inp {
    width: calc((100% - 10px) / 3);
  }
  .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: 14px;
  }
  .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{margin-bottom: 15px;}
  .sys_order .ord_total_wrap .ord_total .pri_tb th {
    width: 100px;
    padding: 8px 0;
  }
  .sys_order .ord_total_wrap .ord_total .pri_tb td {
    padding: 8px 0;
  }
}
.sys_mailto_wrap {
  display: none;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sys_mailto_wrap.db {
  display: block;
}
.sys_mailto_wrap .modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  padding: 65px 110px;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .sys_mailto_wrap .modal {
    width: calc(100% - 80px);
  }
}
@media (max-width: 620px) {
  .sys_mailto_wrap .modal {
    width: calc(100% - 40px);
    padding: 70px 20px;
  }
}
.sys_mailto_wrap .modal .t1 {
  font-size: 20px;
  line-height: 100%;
  color: #222;
  font-weight: bold;
}
@media (max-width: 620px) {
  .sys_mailto_wrap .modal .t1 {
    font-size: 16px;
  }
}
.sys_mailto_wrap .modal .t1::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 40px auto 25px;
  background-color: #ddd;
}
@media (max-width: 620px) {
  .sys_mailto_wrap .modal .t1::after {
    margin: 15px auto 10px;
  }
}
.sys_mailto_wrap .modal .t2 {
  font-size: 14px;
  line-height: 150%;
}
@media (max-width: 620px) {
  .sys_mailto_wrap .modal .t2 {
    font-size: 12px;
  }
}
.sys_mailto_wrap .modal .close_btn {
  position: absolute;
  right: 20px;
  top: 19px;
  width: 30px;
  height: 30px;
  background-position: -426px -86px;
}

.sys_modal_wrap {
  display: none;
  z-index: 50;
  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: 500px;
  border: 1px solid #333;
  border-top: 0;
  background-color: #fff;
}
.sys_modal_wrap .ord_modal_con::-webkit-scrollbar {
  width: 3px;
  background-color: #eee;
}
.sys_modal_wrap .ord_modal_con::-webkit-scrollbar-thumb {
  background-color: #333;
}
.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 {
  font-size: 12px;
  font-weight: bold;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 .basic {
  font-size: 12px;
  vertical-align: middle;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
  font-size: 12px;
  line-height: 150%;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line {
  font-size: 0;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3 {
  font-size: 12px;
  line-height: 150%;
  color: #666;
  font-size: 12px;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  margin: 0 8px 2px;
  vertical-align: middle;
  background-color: #999;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .info_line .t3:last-child::after {
  display: none;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_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: 34px;
  border: 1px solid #999;
  vertical-align: middle;
  line-height: 34px;
  font-size: 12px;
}
.sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn2 {
  display: inline-block;
  width: 40px;
  height: 34px;
  vertical-align: middle;
  line-height: 32px;
  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;
}

@media (max-width: 620px) {
  .sys_modal_wrap {
    width: 100%;
  }
  .sys_modal_wrap .modal {
    width: 100%;
  }
  .sys_modal_wrap .ord_modal_con {
    height: 350px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li {
    padding: 10px 15px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box.w100pm83 {
    display: block;
    width: 100%;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t1 {
    font-size: 11px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .txt_box .t2 {
    font-size: 11px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_cont {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn {
    font-size: 11px;
  }
  .sys_modal_wrap .ord_modal_con .ord_lst li .modal_r_btn2 {
    font-size: 11px;
  }
  .sys_modal_wrap .ord_modal_con .ord_modal_modi > table th {
    font-size: 12px;
  }
  .sys_modal_wrap .ord_modal_con .modal_s_line .btn {
    font-size: 12px;
  }
  .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: #E09100 !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: #E09100 !important;
}
.cart_opt_wrap .cart_modal_con .total_box .btn_box .cancel_btn {
  display: inline-block;
  width: 93px;
  height: 45px;
  margin-left: 5px;
  border: 1px solid #999;
  line-height: 43px;
  font-size: 14px;
}

@media (max-width: 620px) {
  .cart_opt_wrap .modal {
    width: 100%;
  }
  .cart_opt_wrap .cart_modal_con {
    padding: 15px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .img_box {
    width: 70px;
    height: 70px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box {
    width: calc(100% - 80px);
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box .prd_t1 {
    font-size: 11px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .txt_box .prd_t2 {
    font-size: 11px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .opt_box {
    width: 100%;
    margin-top: 20px;
  }
  .cart_opt_wrap .cart_modal_con .prd_info .opt_box .opt_sel {
    padding: 0 25px 0 10px;
    background-position: calc(100% - 10px) 50%;
  }
  .cart_opt_wrap .cart_modal_con .total_box {
    margin-top: 5px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .total_txt {
    font-size: 12px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .total_txt .num {
    font-size: 16px;
  }
  .cart_opt_wrap .cart_modal_con .total_box .btn_box {
    margin-top: 20px;
  }
}
.photo_modal_wrap {
  display: none;
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.photo_modal_wrap .photo_modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 957px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.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;
  height: 524px;
  padding: 20px;
  border: 1px solid #333;
  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.photo_modal_wrap .photo_modal .modal_cont {
  height: 590px;
  padding-right: 43px;
  padding-bottom: 30px;
  overflow: visible;
}
@media (max-width: 1240px) {
  .photo_view_modal.photo_modal_wrap .photo_modal .modal_cont {
    height: auto;
    padding: 40px 5%;
  }
}
@media (max-width: 620px) {
  .photo_view_modal.photo_modal_wrap .photo_modal .modal_cont {
    height: auto;
    padding: 20px 5%;
  }
}

.photo_view_modal.db {
  display: block;
}

@media (max-width: 1240px) {
  .photo_modal_wrap {
    overflow-y: scroll;
    width: 100%;
    background-color: #fff;
  }
  .photo_modal_wrap .photo_modal {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .photo_modal_wrap .photo_modal .modal_top {
    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;
		color: #333;
  }
	.photo_modal_wrap .photo_modal .modal_top .tit .photo_num .cf{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);
    padding: 40px 5%;
    border: 0;
  }
}
@media (max-width: 620px) {
  .photo_modal_wrap .photo_modal .modal_top {
    height: 57px;
  }
  .photo_modal_wrap .photo_modal .modal_top .back_ico {
    top: 22px;
    width: 16px;
    height: 12px;
    background-position: -235px -470px;
  }
  .photo_modal_wrap .photo_modal .modal_top .tit {
    font-size: 18px;
    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 -8px -20px 0;
  font-size: 0;
}
.modal_review_lst > ul li {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: calc(16.6667% - 8px);
  height: 0;
  padding-bottom: calc(16.6667% - 8px);
  margin: 0 8px 20px 0;
  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;
}
.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: 620px) {
  .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 {
  width: 445px;
	height: 445px;
	text-align: center;
}
.modal_review_detail .img img {
  /* width: 100%; */
	height: 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: 407px;
  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: 5px;
  font-size: 0;
}
.modal_review_detail .txt_box .tit_box .info_line .t1 {
  font-size: 12px;
  line-height: 150%;
  color: #999;
}
.modal_review_detail .txt_box .tit_box .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.modal_review_detail .txt_box .tit_box .info_line .t1:last-child::after {
  display: none;
}
.modal_review_detail .txt_box .tit_box .t2 {
  margin-top: 5px;
  font-size: 18px;
  line-height: 150%;
}
.modal_review_detail .txt_box .like_box {
  margin-top: 20px;
}
.modal_review_detail .txt_box .like_box .like_btn {
  display: block;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #faa635;
}
.modal_review_detail .txt_box .like_box .like_btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px 4px 0;
  vertical-align: middle;
  background-position: -404px -84px;
}
.modal_review_detail .txt_box .like_box .like_btn .cancle_txt {
  display: none;
}
.modal_review_detail .txt_box .like_box .like_btn.act {
  border: 1px solid #999;
  line-height: 32px;
  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: 34px;
  font-size: 12px;
}
.modal_review_detail .txt_box .txt_con {
  overflow: auto;
  height: 265px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  line-height: 150%;
  word-break: break-all;
}
.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: 93px;
  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 #999;
  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%;
		height: auto;
    text-align: center;
  }
	.modal_review_detail .img img{width: 100%;height: 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;
  }
}
@media (max-width: 620px) {
  .modal_review_detail .txt_box {
    margin-top: 15px;
  }
  .modal_review_detail .txt_box .tit_box .t2 {
    font-size: 14px;
  }
  .modal_review_detail .txt_box .like_box {
    margin-top: 10px;
  }
  .modal_review_detail .txt_box .like_box .like_btn {
    font-size: 12px;
  }
  .modal_review_detail .txt_box .like_box .like_txt {
    font-size: 12px;
  }
  .modal_review_detail .btn_box {
    margin-top: 10px;
    padding-top: 15px;
  }
  .modal_review_detail .btn_box .btn {
    width: calc((100% - 10px) / 3);
    font-size: 12px;
  }
}
.shop_comment_box {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .shop_comment_box {
    margin-top: 10px;
    padding: 15px;
  }
}
.shop_comment_box .comment_line + .comment_line {
  margin-top: 15px;
}
@media (max-width: 620px) {
  .shop_comment_box .comment_line + .comment_line {
    margin-top: 10px;
  }
}
.shop_comment_box .comment_line .t1 .date {
  margin-left: 5px;
  color: #666;
}

.deli_date {
  font-size: 0;
}
.deli_date .date_box {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 34px;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .deli_date .date_box {
    width: calc((100% - 18px) / 2);
  }
}
.deli_date .date_box .date_inp {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  border: 0;
  font-size: 12px;
}
@media (max-width: 620px) {
  .deli_date .date_box .date_inp {
    font-size: 11px;
  }
}
.deli_date .date_box .ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 10px;
}
.deli_date .date_txt {
  display: inline-block;
  width: 18px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.deli_wrap .sys_inp {
  vertical-align: middle;
}
.deli_wrap .deli_txt {
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .deli_wrap .w120 {
    width: 90px;
  }
}

.my_deli_btn {
  display: inline-block;
  width: 120px;
  height: 34px;
  border: 1px solid #aaa;
  text-align: center;
  line-height: 32px;
}
.my_deli_btn.w80 {
  width: 80px;
}

@media (max-width: 620px) {
  .m_deli_por {
    position: relative;
  }
}

.my_deli_modal {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .my_deli_modal {
    position: static;
    display: block;
  }
}
@media (max-width: 620px) {
  .my_deli_modal.ml15 {
    margin: 5px 0 0;
  }
}
.my_deli_modal .modal {
  display: none;
  position: absolute;
  width: 280px;
  padding: 20px 0;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 620px) {
  .my_deli_modal .modal {
    width: 288px;
  }
}
.my_deli_modal .modal.db {
  display: block;
}
.my_deli_modal .modal.pos_r {
  right: 0;
  top: 30px;
}
.my_deli_modal .modal.pos_c {
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
@media (max-width: 620px) {
  .my_deli_modal .modal.pos_c {
    left: 0;
    bottom: 45px;
    transform: translateX(0);
  }
}
.my_deli_modal .modal.pos_c::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 28px;
  height: 14px;
  background-image: url(/src/img/shop/v_cart_arrow.png);
  background-size: cover;
}
@media (max-width: 620px) {
  .my_deli_modal .modal.pos_c::after {
    display: none;
  }
}
.my_deli_modal .modal .btn_line {
  margin-top: 15px;
  font-size: 0;
}
.my_deli_modal .modal .btn_line .btn {
  display: inline-block;
  width: 100px;
  height: 34px;
}
.my_deli_modal .modal .btn_line .btn + .btn {
  margin-left: 5px;
}
.my_deli_modal .modal .btn_line .btn.style1 {
  line-height: 32px;
  border: 1px solid #aaa;
}
.my_deli_modal .modal .btn_line .btn.style2 {
  line-height: 34px;
  color: #fff;
  background-color: #333;
}
.my_deli_modal .modal .close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-position: -472px -178px;
}

.ovh {
  overflow: hidden;
}

.ovy {
  overflow-y: auto;
}
.ovy::-webkit-scrollbar {
  width: 3px;
  background-color: #eee;
}
.ovy::-webkit-scrollbar-thumb {
  background-color: #333;
}

.ff_ludica{font-family: 'Lucida bright';}
/*
#content {
  padding-top: 60px;
}
@media (max-width: 720px){
	#content{padding-top: 8%;}
}
*/

#content.banner_off {
  padding-top: 0;
}

#header {
  z-index: 20;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#header.hd_black_bg .hd::before {
  content: "";
  z-index: 50;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1420px) {
  #header.hd_black_bg .hd::before {
    display: block;
  }
}
#header.my_black_bg::before {
  content: "";
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1420px) {
  #header.my_black_bg::before {
    display: block;
  }
}
#header .hd_banner {
  position: relative;
}
@media (max-width: 1240px) {
  #header .hd_banner .m_img {
    display: inline-block;
  }
}
#header .hd_banner .close_btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-image: url(/src/img/ico/hd_banner_close_ico.svg);
  background-size: cover;
}
@media (max-width: 1240px) {
  #header .hd_banner .close_btn {
    right: 5%;
  }
}
#header .hdh .hd {
  transition: background-color 0.3s;
  position: relative;
  height: 90px;
  padding: 0 50px;
}
@media (max-width: 1420px) {
  #header .hdh .hd {
    height: 110px;
    padding: 0 5%;
  }
}
@media (max-width: 620px) {
  #header .hdh .hd {
    height: 70px;
  }
}
#header .hdh .hd .hd_logo {
  width: 160px;
  height: 30px;
  margin-top: 30px;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_logo {
    margin-top: 40px;
  }
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_logo {
    margin-top: 20px;
  }
}
#header .hdh .hd .hd_logo > a {
  display: block;
  width: 100%;
  height: 100%;
  /* background-image: url(/src/img/logo_w.svg); */
  background-image: url(/src/img/logo.png);
  background-size: cover;
  filter: invert(100%);
}
#header .hdh .hd .gnb {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
	/* width: 935px; */
	/* width: 850px; */
  width: 620px;
}
@media screen and (max-width: 1630px) {
  #header .hdh .hd .gnb {
    position: static;
		transform: translate(0,0);
		float: left;
		width: auto;
		margin-left: 45px;
  }
}
#header .hdh .hd .gnb > li {
  position: relative;
}
#header .hdh .hd .gnb > li + li {
  margin-left: 80px;
}
@media screen and (max-width: 1630px){
	#header .hdh .hd .gnb > li + li {
		margin-left: 40px;
	}
}
#header .hdh .hd .gnb > li > a {
  display: block;
  height: 90px;
  line-height: 90px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1630px){
	#header .hdh .hd .gnb > li > a{font-size: 14px;}
}
#header .hdh .hd .gnb > li::after {
  content: "";
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 0;
  height: 2px;
  background-color: #333;
}
#header .hdh .hd .gnb > li:hover::after {
  width: 100%;
}
#header .hdh .hd .gnb > li > .dep2 {
  display: none;
  position: absolute;
  left: 50%;
  top: 89px;
  transform: translateX(-50%);
  width: 219px;
  padding: 30px;
  border: 1px solid #eee;
  background-color: #fff;
}
#header .hdh .hd .gnb > li > .dep2 > li + li {
  margin-top: 15px;
}
#header .hdh .hd .gnb > li > .dep2 > li:hover > a {
  color: #E09100 !important;
}
#header .hdh .hd .gnb > li:hover .dep2 {
  display: block;
}
#header .hdh .hd .gnb > li > .dep2 > li .dep3 > li{margin-top: 10px; font-size: 14px; color: #999;}
#header .hdh .hd .hd_r .hd_sch {
  width: 240px;
  height: 44px;
  margin-top: 24px;
  border-bottom: 2px solid #fff;
  font-size: 0;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_sch {
    z-index: 60;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 110px;
    margin-top: 0;
    padding: 0 5%;
    background-color: #fff;
  }
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_sch {
    height: 70px;
  }
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_sch.m_act {
    display: block;
  }
}
#header .hdh .hd .hd_r .hd_sch .sch_inp {
  display: inline-block;
  width: calc(100% - 32px);
  height: 100%;
  padding: 0;
  border: 0;
  vertical-align: middle;
  color: #eee;
  background-color: transparent;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_sch .sch_inp {
    width: calc(100% - 97px);
    color: #333;
  }
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_sch .sch_inp {
    width: calc(100% - 67px);
  }
}
#header .hdh .hd .hd_r .hd_sch .sch_inp::placeholder {
  color: #eee;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_sch .sch_inp::placeholder {
    color: #999;
  }
}
#header .hdh .hd .hd_r .hd_sch .s_btn {
  display: inline-block;
  width: 32px;
  height: 100%;
  vertical-align: middle;
  background-image: url(/src/img/ico/hd_sch_ico_w.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_sch .s_btn {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    background-image: url(/src/img/ico/hd_sch_ico.svg);
  }
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_sch .s_btn {
    margin-left: 10px;
  }
}
#header .hdh .hd .hd_r .hd_sch .m_close_btn {
  width: 22px;
  height: 22px;
  margin-left: 15px;
  vertical-align: middle;
  background-image: url(/src/img/ico/hd_sch_close.svg);
  background-size: cover;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_sch .m_close_btn {
    display: inline-block;
  }
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_sch .m_close_btn {
    margin-left: 5px;
  }
}
#header .hdh .hd .hd_r .m_hd_sch {
  width: 30px;
  height: 30px;
  margin-top: 40px;
  background-image: url(/src/img/ico/hd_sch_ico_w.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .m_hd_sch {
    display: block;
  }
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .m_hd_sch {
    margin-top: 20px;
  }
}
#header .hdh .hd .hd_r .hd_my {
  position: relative;
  margin: 30px 0 0 15px;
  padding-bottom: 30px;
}
#header .hdh .hd .hd_r .hd_my .hd_my_btn {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/hd_my_ico_w.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#header .hdh .hd .hd_r .hd_my .hd_my_menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%);
  width: 123px;
  padding: 30px 10px;
  border: 1px solid #eee;
  text-align: center;
  background-color: #fff;
}
#header .hdh .hd .hd_r .hd_my .hd_my_menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background-image: url(/src/img/ico/hd_my_bubble.svg);
  background-size: cover;
}
#header .hdh .hd .hd_r .hd_my .hd_my_menu li + li {
  margin-top: 15px;
}
#header .hdh .hd .hd_r .hd_my .hd_my_menu li:hover a {
  color: #E09100 !important;
}
#header .hdh .hd .hd_r .hd_my:hover .hd_my_menu {
  display: block;
}
#header .hdh .hd .hd_r .hd_recent {
  position: relative;
  margin: 30px 0 0 15px;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_recent {
    margin: 0;
  }
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/src/img/ico/hd_recent_ico_w.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_btn .num {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #E09100 !important;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal {
  display: none;
  z-index: 10;
  position: absolute;
  right: -45px;
  top: 60px;
  width: 484px;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_recent .hd_recent_modal {
    position: fixed;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_recent .hd_recent_modal {
    width: 100%;
  }
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal.db {
  display: block;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .tit_line {
  height: 50px;
  padding: 0 20px;
  background-color: #333;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .tit_line .tit {
  color: #fff;
  line-height: 50px;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .tit_line .close_btn {
  display: block;
  width: 11px;
  height: 11px;
  margin-top: 20px;
  background-image: url(/src/img/ico/hd_recent_close.svg);
  background-size: cover;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont {
  height: 390px;
  border: 1px solid #333;
  background-color: #fff;
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont {
    height: 350px;
  }
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .ovy {
  height: 100%;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst {
  padding: 0 20px;
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst {
    padding: 0 10px;
  }
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li {
  padding: 20px 0;
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li {
    padding: 10px 0;
  }
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li + li {
  border-top: 1px solid #ddd;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product {
  width: calc(100% - 20px);
  font-size: 0;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .img {
  display: inline-block;
  width: 90px;
  height: 90px;
  border: 1px solid #ddd;
  vertical-align: top;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .img img {
  width: 100%;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .desc {
  display: inline-block;
  width: calc(100% - 110px);
  margin-left: 20px;
  vertical-align: top;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .desc .pro_name {
  font-weight: bold;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .desc .tag_line {
  font-size: 0;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .desc .tag_line .t1 {
  line-height: 150%;
  color: #999;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .desc .tag_line .t1 + .t1 {
  margin-left: 5px;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .desc .price_line {
  margin-top: 15px;
  font-size: 0;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .desc .price_line .t1 {
  line-height: 150%;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .product .desc .price_line .t1 + .t1 {
  margin-left: 5px;
}
#header .hdh .hd .hd_r .hd_recent .hd_recent_modal .cont .hd_recent_lst > li .del_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/src/img/ico/hd_recent_del.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#header .hdh .hd .hd_r .hd_cart {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  margin: 30px 0 0 15px;
  background-image: url(/src/img/ico/hd_cart_ico_w.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1420px) {
  #header .hdh .hd .hd_r .hd_cart {
    margin: 40px 0 0 40px;
  }
}
@media (max-width: 620px) {
  #header .hdh .hd .hd_r .hd_cart {
    margin: 20px 0 0 10px;
  }
}
#header .hdh .hd .hd_r .hd_cart .num {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #E09100 !important;
}
#header .hdh .hd.gnb_hover {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
#header .hdh .hd.gnb_hover .hd_logo > a {
  /* background-image: url(/src/img/logo.svg); */
  background-image: url(/src/img/logo.png);
  filter: invert(0%);
}
#header .hdh .hd.gnb_hover .gnb > li > a {
  color: #333;
}
#header .hdh .hd.gnb_hover .hd_r .hd_sch {
  border-bottom: 2px solid #333;
}
#header .hdh .hd.gnb_hover .hd_r .hd_sch .sch_inp {
  color: #333;
}
#header .hdh .hd.gnb_hover .hd_r .hd_sch .sch_inp::placeholder {
  color: #999;
}
#header .hdh .hd.gnb_hover .hd_r .hd_sch .s_btn {
  background-image: url(/src/img/ico/hd_sch_ico.svg);
}
#header .hdh .hd.gnb_hover .hd_r .hd_my .hd_my_btn {
  background-image: url(/src/img/ico/hd_my_ico.svg);
}
#header .hdh .hd.gnb_hover .hd_r .hd_recent .hd_recent_btn {
  background-image: url(/src/img/ico/hd_recent_ico.svg);
}
#header .hdh .hd.gnb_hover .hd_r .hd_cart {
  background-image: url(/src/img/ico/hd_cart_ico.svg);
}
#header .hdh .sub_tit_wrap {
  background-color: #fff;
}
#header .hdh .sub_tit_wrap .container {
  width: 90%;
}
#header .hdh .sub_tit_wrap .back_ico {
  position: absolute;
  left: 0;
  top: 30px;
  width: 32px;
  height: 24px;
  background-position: -146px -474px;
}
#header .hdh .sub_tit_wrap .tit {
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 24px;
}
#header .hdh .sub_tit_wrap .my_menu_btn {
  position: absolute;
  right: 0;
  top: 35px;
  width: 26px;
  height: 14px;
  background-position: -499px -311px;
}
#header .hdh .sub_tit_wrap .my_menu_btn.act {
  background-position: -499px -345px;
}
#header .hdh .sub_tit_wrap .my_sub_menu {
  border-top: 1px solid #ddd;
}
#header .hdh .sub_tit_wrap .my_sub_menu > ul {
  margin-left: 1px;
  font-size: 0;
}
#header .hdh .sub_tit_wrap .my_sub_menu > ul li {
  display: inline-block;
  width: calc(33.3334% + 1px);
  height: 52px;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-left: -1px;
  vertical-align: top;
}
#header .hdh .sub_tit_wrap .my_sub_menu > ul li a {
  display: block;
  height: 100%;
  line-height: 52px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
#header .hdh .sub_tit_wrap .my_sub_menu > ul li.act a {
  color: #fff;
  background-color: #E09100 !important;
}
#header .hdh .sub_tit_wrap .my_menu_wrap {
  display: none;
  z-index: 31;
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  background-color: #fff;
}
#header .hdh .sub_tit_wrap .my_menu_wrap > ul li a {
  display: block;
  height: 84px;
  border-bottom: 1px solid #ddd;
  line-height: 84px;
  font-size: 24px;
  text-align: center;
}
#header .hdh .sub_tit_wrap .my_menu_wrap.act {
  display: block;
}
#header .hdh .sub_tit_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 21px;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  background-color: #f4f7fb;
}
@media (max-width: 620px) {
  #header .hdh .sub_tit_wrap .back_ico {
    top: 22px;
    width: 16px;
    height: 12px;
    background-position: -235px -470px;
  }
  #header .hdh .sub_tit_wrap .tit {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
  }
  #header .hdh .sub_tit_wrap .my_menu_btn {
    top: 24px;
    width: 16px;
    height: 8px;
    background-position: -580px -302px;
  }
  #header .hdh .sub_tit_wrap .my_menu_btn.act {
    background-position: -580px -313px;
  }
  #header .hdh .sub_tit_wrap .my_sub_menu > ul li {
    width: calc(50% + 1px);
  }
  #header .hdh .sub_tit_wrap .my_sub_menu > ul li a {
    font-size: 12px;
  }
  #header .hdh .sub_tit_wrap .my_menu_wrap {
    top: 57px;
  }
  #header .hdh .sub_tit_wrap .my_menu_wrap > ul li a {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
  }
  #header .hdh .sub_tit_wrap::after {
    height: 11px;
  }
}
#header .hdh.hd_fix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#header .hdh.hd_fix .hd {
  transition: background-color 0.3s, border-bottom 0.3s;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
#header .hdh.hd_fix .hd .hd_logo > a {
  /* background-image: url(/src/img/logo.svg); */
  filter: invert(0);
}
#header .hdh.hd_fix .hd .gnb > li > a {
  color: #333;
}
#header .hdh.hd_fix .hd .hd_r .hd_sch {
  border-bottom: 2px solid #333;
}
@media (max-width: 1420px) {
  #header .hdh.hd_fix .hd .hd_r .hd_sch {
    border-bottom: 0;
  }
}
#header .hdh.hd_fix .hd .hd_r .hd_sch .sch_inp {
  color: #333;
}
#header .hdh.hd_fix .hd .hd_r .hd_sch .sch_inp::placeholder {
  color: #999;
}
#header .hdh.hd_fix .hd .hd_r .hd_sch .s_btn {
  background-image: url(/src/img/ico/hd_sch_ico.svg);
}
#header .hdh.hd_fix .hd .hd_r .m_hd_sch {
  background-image: url(/src/img/ico/hd_sch_ico.svg);
}
#header .hdh.hd_fix .hd .hd_r .hd_my .hd_my_btn {
  background-image: url(/src/img/ico/hd_my_ico.svg);
}
#header .hdh.hd_fix .hd .hd_r .hd_recent .hd_recent_btn {
  background-image: url(/src/img/ico/hd_recent_ico.svg);
}
#header .hdh.hd_fix .hd .hd_r .hd_cart {
  background-image: url(/src/img/ico/hd_cart_ico.svg);
}
#header .hdh.shop_hdh .hd {
  border-bottom: 1px solid #eee;
  background-color: #fff;
}
#header .hdh.shop_hdh .hd .hd_logo > a {
  background-image: url(/src/img/logo.png);
  filter: invert(0);
}
#header .hdh.shop_hdh .hd .gnb > li > a {
  color: #333;
}
#header .hdh.shop_hdh .hd .hd_r .hd_sch {
  border-bottom: 2px solid #333;
}
@media (max-width: 1420px) {
  #header .hdh.shop_hdh .hd .hd_r .hd_sch {
    border-bottom: 0;
  }
}
#header .hdh.shop_hdh .hd .hd_r .hd_sch .sch_inp {
  color: #333;
}
#header .hdh.shop_hdh .hd .hd_r .hd_sch .sch_inp::placeholder {
  color: #999;
}
#header .hdh.shop_hdh .hd .hd_r .hd_sch .s_btn {
  background-image: url(/src/img/ico/hd_sch_ico.svg);
}
#header .hdh.shop_hdh .hd .hd_r .m_hd_sch {
  background-image: url(/src/img/ico/hd_sch_ico.svg);
}
#header .hdh.shop_hdh .hd .hd_r .hd_my .hd_my_btn {
  background-image: url(/src/img/ico/hd_my_ico.svg);
}
#header .hdh.shop_hdh .hd .hd_r .hd_recent .hd_recent_btn {
  background-image: url(/src/img/ico/hd_recent_ico.svg);
}
#header .hdh.shop_hdh .hd .hd_r .hd_cart {
  background-image: url(/src/img/ico/hd_cart_ico.svg);
}

.m_menu_modal {
  transition: left 0.3s;
  position: relative;
  z-index: 20;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.m_menu_modal.act {
  left: 0;
}
.m_menu_modal .top {
  height: 110px;
  padding: 0 40px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 620px) {
  .m_menu_modal .top {
    height: 70px;
    padding: 0 20px;
  }
}
.m_menu_modal .top .logo {
  margin-top: 40px;
}
@media (max-width: 620px) {
  .m_menu_modal .top .logo {
    margin-top: 20px;
  }
}
.m_menu_modal .top .close_btn {
  width: 22px;
  height: 22px;
  margin-top: 44px;
  background-image: url(/src/img/ico/hd_sch_close.svg);
  background-size: cover;
}
@media (max-width: 620px) {
  .m_menu_modal .top .close_btn {
    margin-top: 24px;
  }
}
.m_menu_modal .login_box {
  padding: 40px;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .m_menu_modal .login_box {
    padding: 25px 20px;
  }
}
.m_menu_modal .login_box .btn {
  display: inline-block;
  width: 136px;
  height: 60px;
  vertical-align: top;
}
@media (max-width: 620px) {
  .m_menu_modal .login_box .btn {
    width: calc((100% - 10px) / 3);
    height: 50px;
  }
}
.m_menu_modal .login_box .btn + .btn {
  margin-left: 10px;
}
@media (max-width: 620px) {
  .m_menu_modal .login_box .btn + .btn {
    margin-left: 5px;
  }
}
.m_menu_modal .login_box .btn.style1 {
  line-height: 60px;
  color: #fff;
  background-color: #E09100 !important;
}
@media (max-width: 620px) {
  .m_menu_modal .login_box .btn.style1 {
    line-height: 50px;
  }
}
.m_menu_modal .login_box .btn.style2 {
  border: 1px solid #aaa;
  line-height: 58px;
}
@media (max-width: 620px) {
  .m_menu_modal .login_box .btn.style2 {
    line-height: 48px;
  }
}
.m_menu_modal .mem_box {
  padding: 40px;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .m_menu_modal .mem_box {
    padding: 20px;
  }
}
.m_menu_modal .mem_box .item {
  display: inline-block;
  width: 118px;
  height: 118px;
  vertical-align: top;
  border: 1px solid #ddd;
}
@media (max-width: 620px) {
  .m_menu_modal .mem_box .item {
    width: calc((100% - 10px) / 3);
    height: 78px;
  }
}
.m_menu_modal .mem_box .item + .item {
  margin-left: 10px;
}
@media (max-width: 620px) {
  .m_menu_modal .mem_box .item + .item {
    margin-left: 5px;
  }
}
.m_menu_modal .mem_box .item .num {
  font-weight: bold;
}
.m_menu_modal .mem_box .item .t1 {
  margin-top: 10px;
}
@media (max-width: 620px) {
  .m_menu_modal .mem_box .item .t1 {
    margin-top: 0;
  }
}
.m_menu_modal .cont {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 580px;
  border-top: 20px solid #F8FAFC;
}
@media (max-width: 620px) {
  .m_menu_modal .cont {
    padding-bottom: 400px;
    border-top: 10px solid #F8FAFC;
  }
}
.m_menu_modal .m_menu {
  padding: 75px 40px;
}
@media (max-width: 620px) {
  .m_menu_modal .m_menu {
    padding: 40px 20px;
  }
}
.m_menu_modal .m_menu > li + li {
  margin-top: 30px;
}
@media (max-width: 620px) {
  .m_menu_modal .m_menu > li + li {
    margin-top: 15px;
  }
}
.m_menu_modal .m_menu > li .dep1_btn {
  font-weight: bold;
  color: #aaa;
}
.m_menu_modal .m_menu > li > .dep2 {
  display: none;
  margin-top: 20px;
}
@media (max-width: 620px) {
  .m_menu_modal .m_menu > li > .dep2 {
    margin-top: 10px;
  }
}
.m_menu_modal .m_menu > li > .dep2 > li + li {
  margin-top: 10px;
}
@media (max-width: 620px) {
  .m_menu_modal .m_menu > li > .dep2 > li + li {
    margin-top: 5px;
  }
}
.m_menu_modal .m_menu > li.act .dep1_btn {
  color: #000;
}
.m_menu_modal .m_menu > li.act > .dep2 {
  display: block;
}
.m_menu_modal .logout_btn {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #666;
  text-align: center;
  background-color: #F9F9F9;
}
@media (max-width: 620px) {
  .m_menu_modal .logout_btn {
    bottom: 72px;
    height: 40px;
    line-height: 40px;
  }
}

.app_modal{display: none;z-index: 50;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.3);}
.app_modal.db{display: block;}
.app_modal .modal{position: absolute;bottom: 40px;left: 50%;transform: translate(-50%);display: flex;flex-direction: column;align-items: center;width: 640px;max-width: 90%;padding: 65px 0 53px;border-radius: 30px;text-align: center;background-color: #fff;}
.app_modal .modal .close_btn{position: absolute;top: 30px;right: 30px;width: 23px;height: 23px;background-image: url(/src/img/ico/app_modal_close.svg);}
.app_modal .modal .logo{width: 160px;}
.app_modal .modal .t1{margin-top: 40px;}
.app_modal .modal .app_btn{display: block;width: 270px;height: 60px;margin-top: 40px;border-radius: 30px;line-height: 60px;color: #fff;background-color: #E09100;}
.app_modal .modal .mw_btn{display: block;margin-top: 30px;text-decoration: underline;}
@media (max-width: 620px){
	.app_modal .modal{bottom: 20px;padding: 55px 0 45px;border-radius: 15px;}
	.app_modal .modal .close_btn{top: 15px;right: 15px;}
	.app_modal .modal .t1{margin-top: 20px;}
	.app_modal .modal .app_btn{margin-top: 20px;width: 220px;height: 50px;line-height: 50px;}
	.app_modal .modal .mw_btn{margin-top: 15px;}
}

.index {
  padding-bottom: 180px;
}
@media (max-width: 620px) {
  .index {
    padding-bottom: 90px;
  }
}
.index .slide_arrow_btn {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(/src/img/ico/main_slide_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.index .slide_arrow_btn.next {
  transform: translateY(-50%) scaleX(-1);
}
.index .main_view_btn {
  transition: all 0.3s;
  display: inline-block;
  width: 136px;
  height: 60px;
  border: 1px solid #ddd;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}
@media (max-width: 620px) {
  .index .main_view_btn {
    height: 50px;
    line-height: 48px;
  }
}
.index .main_view_btn + .main_view_btn {
  margin-left: 8px;
}
.index .main_view_btn:hover {
  color: #fff;
  border: 1px solid #E09100 !important;
  background-color: #E09100 !important;
}
.index .main_slide {
  position: relative;
}
.index .main_slide .main_mask {
  overflow: hidden;
  width: 100%;
}
.index .main_slide .item {
  position: relative;
  height: 910px;
  background-size: cover;
  background-position: center;
}
.index .main_slide .item .pc_bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;}

.index .main_slide .item .mov {
  position: relative;
  width: 100%;
  height: 100%;
}

.index .main_slide .item .mov > video{height: 100%;}
.index .main_slide .item .mov > iframe,
.index .main_slide .item .mov > video {
  position: absolute;
  width: 100%;
  /* padding-bottom: 56.25%; */
  object-fit: cover;
}
@media screen and (max-width: 1420px) {
  .index .main_slide .item .mov > iframe,
  .index .main_slide .item .mov > video {
    height: 100%;
  }
}


@media (max-width: 991px) {
  .index .main_slide .item {
    height: 0;
    padding-bottom: 152%;
    background-image: none;
  }
}
@media (max-width: 991px) {
  .index .main_slide .item .m_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
		background-position: center;
  }
}
.index .main_slide .item .txt {
  position: absolute;
  left: calc(50% - 600px);
  top: 50%;
  transform: translateY(-50%);
  width: 655px;
  text-align: center;
}
@media (max-width: 1240px) {
  .index .main_slide .item .txt {
    left: 5%;
    width: 90%;
  }
}
.index .main_slide .item .txt .t1 {
  color: #fff;
}
.index .main_slide .item .txt .t2 {
  color: #fff;
  font-weight: bold;
}
.index .main_slide .item .txt .t3 {
  margin-top: 30px;
  color: #F5F5F5;
}
@media (max-width: 620px) {
  .index .main_slide .item .txt .t3 {
    margin-top: 10px;
  }
}
.index .main_slide .control_line {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .index .main_slide .control_line {
    bottom: 25px;
  }
}
.index .main_slide .control_line .bullet {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.index .main_slide .control_line .bullet .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  vertical-align: top;
  background-color: transparent;
}
.index .main_slide .control_line .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.index .main_slide .control_line .bullet .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.index .main_slide .control_line .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}
.index .main_slide .control_line .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background-color: white;
}
.index .main_slide .control_line .control_btn {
  display: inline-block;
  vertical-align: middle;
}
.index .main_slide .control_line .control_btn.dn {
  display: none;
}
.index .main_slide .control_line .control_btn.stop {
  width: 6px;
  height: 8px;
  margin-left: 22px;
  background-image: url(/src/img/ico/slide_stop_ico.svg);
}
.index .main_slide .control_line .control_btn.play {
  width: 8px;
  height: 8px;
  margin-left: 20px;
  background-image: url(/src/img/ico/slide_play_ico.svg);
}
.index .main_slide .slide_arrow_btn.prev {
  left: 50px;
}
.index .main_slide .slide_arrow_btn.next {
  right: 50px;
}
.index .main_new {
  overflow: hidden;
}
.index .main_new .l_cont {
  width: 50%;
}
@media (max-width: 1420px) {
  .index .main_new .l_cont {
    float: none;
    width: 100%;
  }
}
.index .main_new .main_new_slide {
  position: relative;
}
.index .main_new .main_new_slide .main_mask {
  overflow: hidden;
  width: 100%;
}
.index .main_new .main_new_slide .item {
	position: relative;
  height: 668px;
}
@media (max-width: 1420px) {
  .index .main_new .main_new_slide .item {
    height: 0;
    padding-bottom: 69%;
  }
}
.index .main_new .main_new_slide .item .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover;background-position: center;}

.index .main_new .main_new_slide .slide_arrow_btn.prev {
  left: 50px;
}
@media (max-width: 1420px) {
  .index .main_new .main_new_slide .slide_arrow_btn.prev {
    left: 5%;
  }
}
.index .main_new .main_new_slide .slide_arrow_btn.next {
  right: 50px;
}
@media (max-width: 1420px) {
  .index .main_new .main_new_slide .slide_arrow_btn.next {
    right: 5%;
  }
}
.index .main_new .main_new_slide .bullet {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .index .main_new .main_new_slide .bullet {
    bottom: 25px;
  }
}
.index .main_new .main_new_slide .bullet .swiper-pagination-bullet {
  display: inline-block;
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.index .main_new .main_new_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.index .main_new .main_new_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white;
}
.index .main_new .r_cont {
  width: 50%;
  height: 668px;
}
@media (max-width: 1420px) {
  .index .main_new .r_cont {
    float: none;
    width: 90%;
    height: auto;
    margin: 80px auto;
  }
}
@media (max-width: 620px) {
  .index .main_new .r_cont {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.index .main_new .r_cont .new_slide_txt > li {
  display: none;
  text-align: center;
}
.index .main_new .r_cont .new_slide_txt > li .t1 {
  font-weight: bold;
}
.index .main_new .r_cont .new_slide_txt > li .t2 {
  height: 90px;
  margin-top: 15px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 620px) {
  .index .main_new .r_cont .new_slide_txt > li .t2 {
    height: 54px;
    margin-top: 10px;
  }
}
.index .main_new .r_cont .new_slide_txt > li .t3 {
  margin-top: 50px;
}
@media (max-width: 620px) {
  .index .main_new .r_cont .new_slide_txt > li .t3 {
    margin-top: 20px;
  }
}
.index .main_new .r_cont .new_slide_txt > li .btn_line {
  margin-top: 75px;
  font-size: 0;
}
@media (max-width: 620px) {
  .index .main_new .r_cont .new_slide_txt > li .btn_line {
    margin-top: 35px;
  }
}
.index .main_new .r_cont .new_slide_txt > li.act {
  display: block;
}
.index .main_tit {
  font-weight: bold;
  color: #000;
}
.index .main_desc {
  color: #999;
}
.index .main_best {
  margin-top: 180px;
  padding: 0 50px;
}
@media (max-width: 1420px) {
  .index .main_best {
    padding: 0 5%;
  }
}
@media (max-width: 620px) {
  .index .main_best {
    margin-top: 90px;
  }
}
@media (max-width: 1240px) {
  .index .main_best .tit_line .main_tit {
    float: none;
    text-align: center;
  }
}
.index .main_best .tit_line .main_desc {
  margin: 21px 0 0 20px;
}
@media (max-width: 1240px) {
  .index .main_best .tit_line .main_desc {
    float: none;
    margin: 15px 0 0;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .index .main_best .tit_line .main_desc {
    margin-top: 5px;
  }
}
.index .main_best .main_best_slide {
  position: relative;
  margin-top: 50px;
  padding-bottom: 52px;
}
@media (max-width: 620px) {
  .index .main_best .main_best_slide {
    margin-top: 25px;
    padding-bottom: 27px;
  }
}
.index .main_best .main_best_slide .best_mask {
  overflow: hidden;
  width: 100%;
}
.index .main_best .main_best_slide .progress {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 340px;
  height: 2px;
  background-color: #eee;
}
@media (max-width: 620px) {
  .index .main_best .main_best_slide .progress {
    width: 100%;
  }
}
.index .main_best .main_best_slide .progress .swiper-pagination-progressbar-fill {
  background-color: #333;
}
.index .main_best .main_view_btn {
  display: block;
  margin: 40px auto 0;
}
@media (max-width: 620px) {
  .index .main_best .main_view_btn {
    margin-top: 20px;
  }
}
.index .main_event {
  margin-top: 180px;
}
@media (max-width: 620px) {
  .index .main_event {
    margin-top: 90px;
  }
}
.index .main_event .main_desc {
  margin-top: 15px;
}
@media (max-width: 620px) {
  .index .main_event .main_desc {
    margin-top: 10px;
  }
}
.index .main_event .main_event_slide {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 1420px) {
  .index .main_event .main_event_slide {
    padding: 0 5%;
  }
}
@media (max-width: 620px) {
  .index .main_event .main_event_slide {
    margin-top: 25px;
  }
}
.index .main_event .main_event_slide .event_mask {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .index .main_event .main_event_slide .event_mask {
    width: 100%;
		margin: 0;
  }
}
.index .main_event .main_event_slide .item img {
  width: 100%;
}
.index .main_event .main_event_slide .bullet {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 620px) {
  .index .main_event .main_event_slide .bullet {
    margin-top: 25px;
  }
}
.index .main_event .main_event_slide .bullet .swiper-pagination-bullet {
  display: inline-block;
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: #ddd;
}
.index .main_event .main_event_slide .bullet .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.index .main_event .main_event_slide .bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #333;
}
.index .main_event .main_event_slide .slide_arrow_btn.prev {
  left: calc(50% - 600px);
}
.index .main_event .main_event_slide .slide_arrow_btn.next {
  right: calc(50% - 600px);
}
.index .main_membership {
  overflow: hidden;
  margin-top: 150px;
}
@media (max-width: 620px) {
  .index .main_membership {
    margin-top: 90px;
  }
}
.index .main_membership .r_cont {
  width: 50%;
  height: 668px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1420px) {
  .index .main_membership .r_cont {
    float: none;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
  }
}
.index .main_membership .l_cont {
  width: 50%;
  height: 668px;
  text-align: center;
}
@media (max-width: 1420px) {
  .index .main_membership .l_cont {
    float: none;
    width: 90%;
    height: auto;
    margin: 80px auto 0;
  }
}
.index .main_membership .l_cont .main_tit {
  margin-top: 15px;
}
@media (max-width: 620px) {
  .index .main_membership .l_cont .main_tit {
    margin-top: 10px;
  }
}
.index .main_membership .l_cont .membership_lst {
  overflow: hidden;
  margin: 40px auto 0;
}
@media (max-width: 620px) {
  .index .main_membership .l_cont .membership_lst {
    margin-top: 20px;
  }
}
.index .main_membership .l_cont .membership_lst::before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 0 auto 40px;
  background-color: #ddd;
}
@media (max-width: 620px) {
  .index .main_membership .l_cont .membership_lst::before {
    margin-bottom: 20px;
  }
}
.index .main_membership .l_cont .membership_lst > ul {
  font-size: 0;
}
.index .main_membership .l_cont .membership_lst > ul li {
  display: inline-block;
  width: 295px;
  height: 284px;
  border: 1px solid #ddd;
  vertical-align: top;
}
@media screen and (max-width: 719px) {
  .index .main_membership .l_cont .membership_lst > ul li {
    display: block;
    width: 100%;
    height: 209px;
  }
}
.index .main_membership .l_cont .membership_lst > ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 719px) {
  .index .main_membership .l_cont .membership_lst > ul li + li {
    margin: 15px 0 0;
  }
}
.index .main_membership .l_cont .membership_lst > ul li .circle_ico {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
}
.index .main_membership .l_cont .membership_lst > ul li .ico1 {
  background-image: url(/src/img/ico/main_membershop_ico1.svg);
}
.index .main_membership .l_cont .membership_lst > ul li .ico2 {
  background-image: url(/src/img/ico/main_membershop_ico2.svg);
}
.index .main_membership .l_cont .membership_lst > ul li .t1 {
  margin-top: 15px;
  font-weight: bold;
}
@media screen and (max-width: 719px) {
  .index .main_membership .l_cont .membership_lst > ul li .t1 {
    margin-top: 10px;
  }
}
.index .main_membership .l_cont .membership_lst > ul li .t2 {
  margin-top: 15px;
  color: #666;
}
@media screen and (max-width: 719px) {
  .index .main_membership .l_cont .membership_lst > ul li .t2 {
    margin-top: 5px;
  }
}
.index .main_membership .l_cont .membership_lst > ul li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 719px) {
  .index .main_membership .l_cont .membership_lst > ul li > a {
    padding-top: 20px;
  }
}
.index .main_membership .l_cont .membership_lst > ul li > a::after {
  transition: opacity 0.3s;
  opacity: 0;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #E09100 !important;
}
.index .main_membership .l_cont .membership_lst > ul li:hover > a::after {
  opacity: 1;
}

.sub_visual {
	position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
}
.sub_visual .m_img{position: relative;}

@media (max-width: 620px) {
  .sub_visual {
    /* height: auto; */
    height: 240px;
  }
  .sub_visual .m_img{width: 100%; height: 100%;}
  .sub_visual .m_img img{display: block; width: 100%; height: 100%; object-fit: cover;}
}
.sub_visual.sub1 {
  background-image: url(/src/img/sv1.jpg);
}
@media (max-width: 620px) {
  .sub_visual.sub1 {
    background-position: 75% center;
  }
}
.sub_visual.sub2 {
  background-image: url(/src/img/sv2.jpg);
}
.sub_visual.sub3 {
  background-image: url(/src/img/sv3.jpg);
}
.sub_visual.sub4 {
  background-image: url(/src/img/sv4.jpg);
}
@media (max-width: 620px) {
  .sub_visual.sub4 {
    background-position: 30% center;
  }
}
.sub_visual .txt {
  padding-top: 238px;
  text-align: center;
}
@media (max-width: 620px) {
  .sub_visual .txt {
		position: absolute;z-index: 1;left: 0;top: 0;
		display: flex;		
		width: 100%;height: 100%;
    padding-top: 0;
		align-items: center;
		justify-content: center;
  }
}
.sub_visual .txt .t1 {
  color: #fff;
  font-weight: bold;
  line-height: 59px;
}
@media (max-width: 620px) {
  .sub_visual .txt .t1 {
    line-height: 150%;
  }
}
.sub_visual .txt .t2 {
  margin-top: 30px;
  color: #eee;
}

.s_cont {
  padding: 100px 0;
}
@media (max-width: 620px) {
  .s_cont {
    padding: 50px 0;
  }
}
.s_cont.pt190 {
  padding-top: 190px;
}
@media (max-width: 1420px) {
  .s_cont.pt190 {
    padding-top: 315px;
  }
}
@media (max-width: 620px) {
  .s_cont.pt190 {
    padding-top: 187px;
  }
}
@media (max-width: 1420px) {
  .s_cont.m_pt0 {
    padding-top: 0;
  }
	.s_cont.m_pt30{
		padding-top: 30px;
	}
}



.s_tit {
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 620px) {
  .s_tit {
    margin-bottom: 25px;
  }
}

.s_menu {
  border-bottom: 1px solid #ddd;
}
.s_menu .pc_s_menu {
	overflow: hidden;
  text-align: center;
  font-size: 0;
}
.s_menu .pc_s_menu li{width: 180px;}
.s_menu .pc_s_menu li,.s_menu .pc_s_menu .item {
  display: inline-block;
  height: 80px;
  vertical-align: top;
}
.s_menu .pc_s_menu li a,.s_menu .pc_s_menu .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  /* line-height: 80px; */
  color: #999;
}
.s_menu .pc_s_menu li.act,.s_menu .pc_s_menu .item.act {
  position: relative;
}
.s_menu .pc_s_menu li.act a,.s_menu .pc_s_menu .item.act a {
  font-weight: bold;
  color: #000;
}
.s_menu .pc_s_menu li.act::after.s_menu .pc_s_menu .item.act::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #000;
}
@media (max-width: 1240px) {
  .s_menu .m_s_menu {
    display: block;
    width: 100%;
    height: 80px;
    padding: 0 calc(5% + 15px) 0 5%;
    border: 0;
    background-position: 95% 50%;
    background-image: url(/src/img/init/sel_init_ico2.svg);
    background-size: 14px 16px;
  }
}
@media (max-width: 620px) {
  .s_menu .m_s_menu {
    height: 60px;
  }
}

.s_tab {
  margin-bottom: 50px;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 620px) {
  .s_tab {
    margin-bottom: 25px;
  }
}
.s_tab li {
  display: inline-block;
  width: 240px;
  vertical-align: top;
}
@media (max-width: 620px) {
  .s_tab li {
    width: 50%;
  }
}
.s_tab li a {
  display: block;
  width: 100%;
  padding-bottom: 28px;
  color: #999;
}
@media (max-width: 620px) {
  .s_tab li a {
    padding-bottom: 14px;
  }
}
.s_tab li.act {
  position: relative;
}
.s_tab li.act a {
  color: #000;
  font-weight: bold;
}
.s_tab li.act::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.sch_result_txt {
  padding: 40px 0;
  text-align: center;
}

.sch_s_tab {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 50px;
}
@media (max-width: 1240px) {
  .sch_s_tab {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .sch_s_tab {
    margin-bottom: 25px;
  }
}
.sch_s_tab > ul {
  margin-left: 1px;
  font-size: 0;
  text-align: center;
}
@media (max-width: 1240px) {
  .sch_s_tab > ul {
    margin-top: 1px;
    text-align: left;
  }
}
.sch_s_tab > ul li {
  display: inline-block;
  width: 171px;
  height: 50px;
  margin-left: -1px;
  border: 1px solid #ddd;
}
@media (max-width: 1240px) {
  .sch_s_tab > ul li {
    width: calc(50% + 1px);
    margin-top: -1px;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .sch_s_tab > ul li {
    height: 38px;
  }
}
.sch_s_tab > ul li > button {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 48px;
  color: #666;
}
@media (max-width: 620px) {
  .sch_s_tab > ul li > button {
    line-height: 36px;
  }
}
.sch_s_tab > ul li.act {
  position: relative;
  border: 1px solid #000;
}
.sch_s_tab > ul li.act > button {
  display: #000;
}

.brand_intro {
  display: flex;
  align-items: center;
}
@media (max-width: 1240px) {
  .brand_intro {
    display: block;
  }
}
.brand_intro .l_cont {
  width: 50%;
  height: 594px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1240px) {
  .brand_intro .l_cont {
    width: 100%;
    height: 0;
    padding-bottom: 62%;
  }
}
.brand_intro .r_cont {
  width: 50%;
  padding: 0 calc(50% - 600px) 0 200px;
}
@media (max-width: 1420px) {
  .brand_intro .r_cont {
    padding-left: 150px;
  }
}
@media (max-width: 1240px) {
  .brand_intro .r_cont {
    width: 100%;
    padding: 180px 5% 0;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .brand_intro .r_cont {
    padding-top: 90px;
  }
}
.brand_intro .r_cont .t1 {
  line-height: 70px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1240px) {
  .brand_intro .r_cont .t1 {
    line-height: 150%;
  }
}
.brand_intro .r_cont .t2 {
  margin-top: 40px;
}
@media (max-width: 620px) {
  .brand_intro .r_cont .t2 {
    margin-top: 20px;
  }
}

.brand_txt {
  padding: 200px 22px;
  text-align: center;
}
@media (max-width: 1240px) {
  .brand_txt {
    padding: 80px 0 180px;
  }
}
@media (max-width: 620px) {
  .brand_txt {
    padding: 40px 0 90px;
  }
}
@media (max-width: 620px) {
  .brand_txt .t1.mt60 {
    margin-top: 30px;
  }
}

.bd_lst {
  border-top: 2px solid #000;
}
@media (max-width: 1240px) {
  .bd_lst.mt30 {
    margin-top: 20px;
  }
}
@media (max-width: 620px) {
  .bd_lst.mt30 {
    margin-top: 10px;
  }
}
.bd_lst > table .w80 {
  width: 80px;
}
.bd_lst > table .w120 {
  width: 120px;
}
.bd_lst > table .wa {
  width: auto;
}
.bd_lst > table tr {
  border-bottom: 1px solid #ddd;
}
.bd_lst > table thead th {
  padding: 19px 0;
  font-weight: bold;
}
.bd_lst > table tbody td {
  height: 60px;
  text-align: center;
}
.bd_lst > table tbody td.tit_wrap {
  text-align: left;
}
@media (max-width: 1240px) {
  .bd_lst > table tbody td.tit_wrap {
    padding: 40px 0;
  }
}
@media (max-width: 620px) {
  .bd_lst > table tbody td.tit_wrap {
    padding: 15px 0;
  }
}
.bd_lst > table tbody td.tit_wrap .info_line {
  margin-top: 10px;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_lst > table tbody td.tit_wrap .info_line {
    margin-top: 0;
  }
}
.bd_lst > table tbody td.tit_wrap .info_line .t1 {
  color: #666;
  line-height: 150%;
}
.bd_lst > table tbody td.tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
@media (max-width: 620px) {
  .bd_lst > table tbody td.tit_wrap .info_line .t1::after {
    margin: 0 5px 2px;
  }
}
.bd_lst > table tbody td.tit_wrap .info_line .t1:last-child::after {
  display: none;
}

.bd_sch {
  width: 480px;
  height: 50px;
  margin: 50px auto 0;
  border: 1px solid #ddd;
  font-size: 0;
  background-color: #fff;
}
@media (max-width: 620px) {
  .bd_sch {
    width: 100%;
    margin-top: 25px;
  }
}
.bd_sch.mt0 {
  margin-top: 0;
}
.bd_sch.mt35 {
  margin-top: 35px;
}
@media (max-width: 620px) {
  .bd_sch.mt35 {
    margin-top: 15px;
  }
}
.bd_sch .sch_inp {
  display: inline-block;
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 20px;
  border: 0;
  vertical-align: top;
}
.bd_sch .sch_inp::placeholder {
  color: #999;
}
.bd_sch .s_btn {
  display: inline-block;
  width: 40px;
  height: 100%;
  vertical-align: top;
  background-image: url(/src/img/ico/bd_sch_ico.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

.bd_v {
  border-top: 2px solid #000;
}
.bd_v .tit_wrap {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
@media (max-width: 620px) {
  .bd_v .tit_wrap {
    padding: 20px 0;
  }
}
.bd_v .tit_wrap .tit {
  font-weight: bold;
}
.bd_v .tit_wrap .info_line {
  margin-top: 15px;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_v .tit_wrap .info_line {
    margin-top: 3px;
  }
}
.bd_v .tit_wrap .info_line .t1 {
  line-height: 150%;
  color: #666;
}
.bd_v .tit_wrap .info_line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
.bd_v .tit_wrap .info_line .t1:last-child::after {
  display: none;
}
.bd_v .cont_wrap {
  padding: 30px 20px 310px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1240px) {
  .bd_v .cont_wrap {
    padding: 30px 0 310px;
  }
}
@media (max-width: 620px) {
  .bd_v .cont_wrap {
    padding: 20px 0 75px;
  }
}
.bd_v .cont_wrap.event_cont_wrap {
  padding-bottom: 30px;
}
@media (max-width: 620px) {
  .bd_v .cont_wrap.event_cont_wrap {
    padding-bottom: 15px;
  }
}
.bd_v .file_wrap {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
}
@media (max-width: 620px) {
  .bd_v .file_wrap {
    padding: 17px 20px;
  }
}
.bd_v .file_wrap .line {
  font-size: 0;
}
.bd_v .file_wrap .line + .line {
  margin-top: 10px;
}
.bd_v .file_wrap .line .t1 {
  display: inline-block;
  width: 80px;
  line-height: 150%;
  font-weight: bold;
  vertical-align: top;
}
.bd_v .file_wrap .line .t2 {
  display: inline-block;
  width: calc(100% - 80px);
  line-height: 150%;
  vertical-align: top;
}
@media (max-width: 620px) {
  .bd_v .file_wrap .line .t2 {
    display: block;
    width: 100%;
  }
}
.bd_v .link_wrap {
  margin-top: 50px;
  font-size: 0;
}
@media (max-width: 620px) {
  .bd_v .link_wrap {
    margin-top: 25px;
  }
}
.bd_v .link_wrap .cont {
  display: inline-block;
  width: calc((100% - 342px) / 2);
  vertical-align: middle;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont {
    width: calc((100% - 136px) / 2);
  }
}
.bd_v .link_wrap .cont .t1 {
  font-weight: bold;
}
.bd_v .link_wrap .cont .t2 {
  margin-top: 5px;
}
.bd_v .link_wrap .cont.prev {
  margin-right: 103px;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont.prev {
    margin-right: 0;
  }
}
.bd_v .link_wrap .cont.prev .t1::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 8px 2px 0;
  vertical-align: middle;
  background-image: url(/src/img/ico/bd_v_arrow.svg);
}
.bd_v .link_wrap .cont.next {
  margin-left: 103px;
  text-align: right;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .cont.next {
    margin-left: 0;
  }
}
.bd_v .link_wrap .cont.next .t1::after {
  content: "";
  transform: scaleX(-1);
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: 0 0 2px 8px;
  vertical-align: middle;
  background-image: url(/src/img/ico/bd_v_arrow.svg);
}
.bd_v .link_wrap .cont.none .t2 {
  color: #999;
}
.bd_v .link_wrap .lst_btn {
  display: inline-block;
  width: 136px;
  height: 60px;
  border: 1px solid #ddd;
  line-height: 58px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
@media (max-width: 620px) {
  .bd_v .link_wrap .lst_btn {
    height: 50px;
    line-height: 50px;
  }
}

.gall_lst {
  overflow: hidden;
}
@media (max-width: 620px) {
  .gall_lst.mt30 {
    margin-top: 15px;
  }
}
.gall_lst > ul {
  margin: 0 -30px -60px 0;
  font-size: 0;
}
@media (max-width: 620px) {
  .gall_lst > ul {
    margin: 0 0 -30px;
  }
}
.gall_lst > ul li {
  display: inline-block;
  width: calc(33.3334% - 30px);
  margin: 0 30px 60px 0;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .gall_lst > ul li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 620px) {
  .gall_lst > ul li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
.gall_lst > ul li .img {
  border: 1px solid #ddd;
}
.gall_lst > ul li .img img {
  width: 100%;
}
.gall_lst > ul li .img.event_end {
  position: relative;
}
.gall_lst > ul li .img.event_end::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.gall_lst > ul li .img.event_end .event_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  line-height: 80px;
  text-align: center;
  background-color: #444;
}
@media (max-width: 620px) {
  .gall_lst > ul li .img.event_end .event_txt {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.gall_lst > ul li .t1 {
  margin-top: 15px;
  font-weight: bold;
}
.gall_lst > ul li .t2 {
  margin-top: 5px;
  color: #999;
}
@media (max-width: 620px) {
  .gall_lst > ul li .t2 {
    margin-top: 0;
  }
}

lst_top_box.mb0{margin-bottom: 0;}
.lst_top_box {
  width: 1200px;
  margin: 0 auto 80px;
  padding: 40px;
  text-align: center;
  background-color: #fafafa;
}
@media (max-width: 1240px) {
  .lst_top_box {
    width: 100%;
    padding: 40px 5%;
  }
}
@media (max-width: 620px) {
  .lst_top_box {
    margin-bottom: 40px;
    padding: 20px 5%;
  }
}
@media (max-width: 620px) {
  .lst_top_box .mt15 {
    margin-top: 5px;
  }
}
.lst_top_box.mb0 {
  margin-bottom: 0;
  margin-top: 60px;
}

.lst_type .pc_lst_type {
  margin-top: -2px;
}
@media (max-width: 620px) {
  .lst_type .pc_lst_type {
    margin-top: 2px;
  }
}
.lst_type .pc_lst_type li {
  display: inline-block;
  font-size: 0;
}
.lst_type .pc_lst_type li a {
  color: #999;
  line-height: 150%;
  vertical-align: middle;
}
.lst_type .pc_lst_type li.act a {
  color: #333;
  font-weight: bold;
}
.lst_type .pc_lst_type li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #ddd;
}
.lst_type .pc_lst_type li:last-child::after {
  display: none;
}
.lst_type .m_lst_type {
  width: 140px;
  height: 14px;
  padding: 0 17px 0 10px;
  border: 0;
  text-align: right;
  background-size: 10px 5px;
  background-position: right center;
}
@media (max-width: 620px) {
  .lst_type .m_lst_type {
    display: block;
  }
}

.pro_item {
  transition: background-color 0.5s;
  padding: 20px;
  text-align: center;
}
@media (max-width: 1240px) {
  .pro_item {
    padding: 30px 20px;
  }
}
@media (max-width: 620px) {
  .pro_item {
    padding: 20px;
  }
}
.pro_item .img {
  position: relative;
	margin-bottom: 15px;
}
@media (max-width: 620px){
	.pro_item .img{margin-bottom: 5px;}
}
.pro_item .img img {
  width: 100%;
}
.pro_item .img .pro_hover {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  font-size: 0;
}
.pro_item .img .pro_hover .btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pro_item .img .pro_hover .btn + .btn {
  margin-left: 10px;
}
.pro_item .img .pro_hover .view {
  background-color: #E09100 !important;
  background-image: url(/src/img/ico/hd_sch_ico_w.svg);
}
.pro_item .img .pro_hover .cart {
  background-color: #444;
  background-image: url(/src/img/ico/hd_cart_ico_w.svg);
}
.pro_item .img .link_hover {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pro_item .img .link_hover .btn {
  display: block;
  width: 136px;
  height: 50px;
  margin: 0 auto;
  line-height: 48px;
  font-weight: bold;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.pro_item .img .link_hover .btn + .btn {
  margin-top: 10px;
}
.pro_item .img .link_hover .btn::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  vertical-align: middle;
}
.pro_item .img .link_hover .view::before {
  background-image: url(/src/img/ico/link_ico.svg);
}
.pro_item .img .link_hover .link::before {
  background-image: url(/src/img/ico/file_ico.svg);
}
.pro_item .ico_wrap{display: flex;justify-content: center;align-items: center;margin-bottom: 5px;}
.pro_item .ico_wrap .ico{display: block;width: 40px;height: 20px;text-align: center;}
.pro_item .ico_wrap .sold_out{line-height: 20px;color: #fff;background-color: #333;}
.pro_item .pro_name {
  font-weight: bold;
}
.pro_item .tag_line {
  font-size: 0;
}
.pro_item .tag_line .t1 {
  line-height: 150%;
  color: #999;
}
.pro_item .tag_line .t1 + .t1 {
  margin-left: 5px;
}
.pro_item .price_line {
  margin-top: 15px;
  font-size: 0;
}
@media (max-width: 620px) {
  .pro_item .price_line {
    margin-top: 5px;
  }
}
.pro_item .price_line .t1 {
  line-height: 150%;
}
.pro_item .price_line .t1 + .t1 {
  margin-left: 5px;
}
.pro_item:hover {
  background-color: #F5F5F5;
}
.pro_item:hover .pro_hover, .pro_item:hover .link_hover {
  display: block;
}

.pro_lst {
  overflow: hidden;
  padding-top: 30px;
  border-top: 1px solid #333;
}
@media (max-width: 1240px) {
  .pro_lst {
    padding-top: 20px;
  }
}
@media (max-width: 620px) {
  .pro_lst {
    padding-top: 10px;
  }
}
@media (max-width: 620px) {
  .pro_lst.mt20 {
    margin-top: 10px;
  }
}
.pro_lst > ul {
  margin: 0 -40px -20px 0;
  font-size: 0;
}
@media (max-width: 1240px) {
  .pro_lst > ul {
    margin: 0 -30px -20px 0;
  }
}
@media (max-width: 620px) {
  .pro_lst > ul {
    margin: 0 -20px -20px 0;
  }
}
.pro_lst > ul li {
  display: inline-block;
  width: calc(25% - 40px);
  margin: 0 40px 20px 0;
  vertical-align: top;
}
@media (max-width: 1240px) {
  .pro_lst > ul li {
    width: calc(50% - 40px);
    margin: 0 30px 20px 0;
  }
}
@media (max-width: 620px) {
  .pro_lst > ul li {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
}

@media (max-width: 620px){
	.pro_lst > ul li.pro_item{padding: 0;}
}

.link_v .l_cont {
  width: 270px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1240px) {
  .link_v .l_cont {
    float: none;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    font-size: 0;
    box-shadow: none;
  }
}
@media (max-width: 620px) {
  .link_v .l_cont {
    position: relative;
    padding: 20px 0 65px;
  }
}
@media (max-width: 1240px) {
  .link_v .l_cont .img {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px solid #ddd;
    vertical-align: top;
  }
}
@media (max-width: 620px) {
  .link_v .l_cont .img {
    width: 70px;
    height: 70px;
  }
}
.link_v .l_cont .img img {
  width: 100%;
}
.link_v .l_cont .desc {
  text-align: center;
}
@media (max-width: 1240px) {
  .link_v .l_cont .desc {
    display: inline-block;
    width: calc(100% - 110px);
    margin-left: 20px;
    vertical-align: top;
    text-align: left;
  }
}
@media (max-width: 620px) {
  .link_v .l_cont .desc {
    width: calc(100% - 80px);
    margin-left: 10px;
  }
}
.link_v .l_cont .desc .pro_name {
  margin-top: 15px;
  font-weight: bold;
}
@media (max-width: 620px){
	.link_v .l_cont .desc .pro_name{margin-top: 0;}
}
.link_v .l_cont .desc .tag_line {
  font-size: 0;
}
.link_v .l_cont .desc .tag_line .t1 {
  line-height: 150%;
  color: #999;
}
.link_v .l_cont .desc .tag_line .t1 + .t1 {
  margin-left: 5px;
}
.link_v .l_cont .desc .btn_wrap {
  margin-top: 15px;
  font-size: 0;
}
@media (max-width: 620px) {
  .link_v .l_cont .desc .btn_wrap {
    position: absolute;
    right: 0;
    bottom: 20px;
    margin-top: 0;
  }
}
.link_v .l_cont .desc .btn_wrap .btn {
  display: inline-block;
  width: 136px;
  height: 50px;
  text-align: center;
}
@media (max-width: 620px) {
  .link_v .l_cont .desc .btn_wrap .btn {
    width: 80px;
    height: 34px;
  }
}
.link_v .l_cont .desc .btn_wrap .btn.style1 {
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  background-color: #E09100 !important;
}
@media (max-width: 620px) {
  .link_v .l_cont .desc .btn_wrap .btn.style1 {
    line-height: 34px;
  }
}
.link_v .r_cont {
  width: 880px;
}
@media (max-width: 1240px) {
  .link_v .r_cont {
    float: none;
    width: 100%;
    margin-top: 45px;
  }
}
@media (max-width: 620px) {
  .link_v .r_cont {
    margin-top: 20px;
  }
}
.link_v .r_cont .tit {
  margin: 45px 0 15px;
  font-weight: bold;
}
@media (max-width: 620px) {
  .link_v .r_cont .tit {
    margin: 20px 0 5px;
  }
}
.link_v .r_cont .tit.mt0 {
  margin-top: 0;
}
.link_v .r_cont .copy_box {
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
}
.link_v .r_cont .copy_box .copy_inp {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.link_v .r_cont .copy_box .copy_inp .t1 {
  margin-top: -2px;
}
.link_v .r_cont .copy_box .copy_btn {
  display: inline-block;
  width: 80px;
  height: 34px;
  border: 1px solid #aaa;
  line-height: 32px;
  text-align: center;
}
.link_v .r_cont .copy_box.url {
  font-size: 0;
}
.link_v .r_cont .copy_box.url .copy_inp {
  width: 310px;
}
@media (max-width: 620px) {
  .link_v .r_cont .copy_box.url .copy_inp {
    display: block;
    width: 100%;
  }
}
.link_v .r_cont .copy_box.url .copy_btn {
  margin-left: 5px;
}
@media (max-width: 620px) {
  .link_v .r_cont .copy_box.url .copy_btn {
    margin: 5px 0 0;
  }
}
.link_v .r_cont .copy_box.url .sns_lst {
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 620px) {
  .link_v .r_cont .copy_box.url .sns_lst {
    margin: 5px 0 0 5px;
  }
}
.link_v .r_cont .copy_box.url .sns_lst li {
  width: 34px;
  height: 34px;
}
.link_v .r_cont .copy_box.url .sns_lst li > button {
  display: block;
  width: 100%;
  height: 100%;
}
.link_v .r_cont .copy_box.url .sns_lst .band {
  background-image: url(/src/img/ico/band_ico.svg);
}
.link_v .r_cont .copy_box.url .sns_lst .kakao {
  background-image: url(/src/img/ico/kakao_ico.svg);
}
.link_v .r_cont .copy_box.url .sns_lst .fb {
  background-image: url(/src/img/ico/fb_ico.svg);
}
.link_v .r_cont .copy_box.html .rdo_line {
  margin-top: 10px;
  font-size: 0;
}
.link_v .r_cont .copy_box.html .rdo_line .de_rdo + .de_rdo {
  margin-left: 20px;
}
.link_v .r_cont .copy_box.html .rdo_line .de_rdo i {
  margin-right: 5px;
  border: 1px solid #ddd;
}
.link_v .r_cont .copy_box.html .copy_inp {
  overflow-y: auto;
  display: block;
  width: 100%;
  height: 150px;
  margin-top: 10px;
}
.link_v .r_cont .copy_box.html .copy_textarea{display: block;width: 100%;height: 150px;margin-top: 10px;}
.link_v .r_cont .copy_box.html .copy_btn {
  display: block;
  margin-top: 10px;
}

.link_v .r_cont .copy_box.qr .img{width: 200px;}

@media (max-width: 1240px){
	.link_v.link_v_i .l_cont{width: 100% !important;padding: 30px 0 !important;box-shadow: none !important;}
	.link_v.link_v_i .l_cont .desc{text-align: left !important;}
	.link_v.link_v_i .l_cont .desc .pro_name{margin-top: 0 !important;}
	.link_v.link_v_i .l_cont .desc .tag_line{margin-left: 0 !important;}
	.link_v.link_v_i .l_cont .desc .tag_line .t1{margin-left: 0 !important;margin-right: 5px !important;}
}
@media (max-width: 620px){
	.link_v.link_v_i .l_cont{padding: 20px 0 65px !important;}
	.link_v.link_v_i .l_cont .desc .pro_name.fz16{font-size: 12px !important;}
	.link_v.link_v_i .l_cont .desc .tag_line .t1.fz16{font-size: 12px !important;}
	.link_v.link_v_i .l_cont .desc .btn_wrap{margin-top: 0 !important;}
	.link_v.link_v_i .l_cont .desc .btn_wrap .btn{width: 80px !important;height: 34px !important;}
	.link_v.link_v_i .l_cont .desc .btn_wrap .btn.fz14{font-size: 12px !important;}
	.link_v.link_v_i .l_cont .desc .btn_wrap .btn.style1{line-height: 34px !important;}
}





.lst_more_btn {
  display: block;
  width: 200px;
  height: 50px;
  margin: 60px auto 0;
  border: 1px solid #ddd;
  line-height: 48px;
  text-align: center;
}
@media (max-width: 620px) {
  .lst_more_btn {
    margin-top: 30px;
  }
}

.lst_none {
  padding-top: 40px;
  border-top: 1px solid #333;
  text-align: center;
}
@media (max-width: 620px) {
  .lst_none {
    padding-top: 30px;
  }
}
@media (max-width: 620px) {
  .lst_none.mt20 {
    margin-top: 10px;
  }
}
@media (max-width: 620px) {
  .lst_none.mt15 {
    margin-top: 10px;
  }
}
.lst_none::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-image: url(/src/img/ico/caution_ico.png);
}
.lst_none .t1 {
  margin-top: 25px;
  color: 888;
}
@media (max-width: 620px) {
  .lst_none .t1 {
    margin-top: 15px;
  }
}

.sch_cont {
  display: none;
}
.sch_cont.db {
  display: block;
}

.sch_v {
  margin-top: 80px;
}
@media (max-width: 620px) {
  .sch_v {
    margin-top: 40px;
  }
}
.sch_v .w550 {
  width: 550px;
}
@media (max-width: 1240px) {
  .sch_v .w550 {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .sch_v .w550 + .w550 {
    margin-top: 80px;
  }
}
@media (max-width: 620px) {
  .sch_v .w550 + .w550 {
    margin-top: 40px;
  }
}

.sch_v_tit .tit {
  font-weight: bold;
}
.sch_v_tit .more_btn {
  width: 12px;
  height: 12px;
  margin-top: 9px;
  background-image: url(/src/img/ico/sch_v_more.png);
}
@media (max-width: 620px) {
  .sch_v_tit .more_btn {
    margin-top: 5px;
  }
}

.sch_v_lst {
  padding-top: 20px;
  border-top: 1px solid #333;
}
@media (max-width: 620px) {
  .sch_v_lst {
    padding-top: 10px;
  }
}
@media (max-width: 620px) {
  .sch_v_lst.mt15 {
    margin-top: 10px;
  }
}
.sch_v_lst > table tbody th {
  padding: 2px 0;
  text-align: left;
}
@media (max-width: 620px) {
  .sch_v_lst > table tbody th {
    padding: 0;
  }
}
.sch_v_lst > table tbody .date {
  width: 85px;
  padding: 2px 0;
  color: #666;
  text-align: right;
}
@media (max-width: 620px) {
  .sch_v_lst > table tbody .date {
    padding: 0;
  }
}

.map {
  height: 500px;
  border: 1px solid #333;
  background-image: url(/src/img/map_ex.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 620px) {
  .map {
    height: 220px;
  }
}

.map_desc {
  margin-top: 80px;
}
@media (max-width: 620px) {
  .map_desc {
    margin-top: 40px;
  }
}
.map_desc .l_cont {
  width: 208px;
}
@media (max-width: 1420px) {
  .map_desc .l_cont {
    float: none;
    width: 100%;
  }
}
.map_desc .l_cont .tit {
  margin-top: -5px;
  font-weight: bold;
}
@media (max-width: 1420px) {
  .map_desc .l_cont .tit {
    margin-top: 0;
  }
}
.map_desc .r_cont {
  position: relative;
  width: 920px;
  padding-left: 100px;
}
@media (max-width: 1420px) {
  .map_desc .r_cont {
    float: none;
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
}
@media (max-width: 620px) {
  .map_desc .r_cont {
    margin-top: 15px;
  }
}
.map_desc .r_cont::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 15px);
  background-color: #eee;
}
@media (max-width: 1420px) {
  .map_desc .r_cont::before {
    display: none;
  }
}
.map_desc .r_cont > .map_tb {
  margin-top: -15px;
}
@media (max-width: 1420px) {
  .map_desc .r_cont > .map_tb {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  .map_desc .r_cont > .map_tb tbody tr {
    display: block;
  }
}
.map_desc .r_cont > .map_tb tbody tr + tr {
  margin-top: 10px;
}
.map_desc .r_cont > .map_tb tbody th {
  width: 170px;
  padding: 15px 0;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 620px) {
  .map_desc .r_cont > .map_tb tbody th {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.map_desc .r_cont > .map_tb tbody td {
  padding: 15px 0;
}
@media (max-width: 620px) {
  .map_desc .r_cont > .map_tb tbody td {
    display: block;
    width: 100%;
    padding: 0;
  }
}

#footer {
  padding: 100px 0;
  text-align: center;
  background-color: #fafafa;
}
#footer .w_logo{filter: invert(100%);}
@media (max-width: 1420px) {
  #footer {
    padding-bottom: 220px;
  }
}
@media (max-width: 620px) {
  #footer {
    padding: 50px 0 122px;
  }
}
#footer .foo_menu {
  margin-top: 40px;
  font-size: 0;
}
@media (max-width: 620px) {
  #footer .foo_menu {
    margin-top: 20px;
  }
}
#footer .foo_menu > li {
  display: inline-block;
  vertical-align: middle;
  line-height: 150%;
}
#footer .foo_menu > li > a {
  color: #666;
}
#footer .foo_menu > li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 6px;
  margin: 0 10px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
@media (max-width: 620px) {
  #footer .foo_menu > li::after {
    margin: 0 5px 2px;
  }
}
#footer .foo_menu > li:last-child::after {
  display: none;
}
#footer .foo_info {
  margin-top: 40px;
}
@media (max-width: 620px) {
  #footer .foo_info {
    margin-top: 15px;
  }
}
#footer .foo_info .line {
  font-size: 0;
}
#footer .foo_info .line + .line {
  margin-top: 3px;
}
@media (max-width: 620px) {
  #footer .foo_info .line + .line {
    margin-top: 0;
  }
}
#footer .foo_info .line .t1 {
  color: #666;
  line-height: 150%;
}
@media (max-width: 620px) {
  #footer .foo_info .line .t1 {
    line-height: 170%;
  }
}
#footer .foo_info .line .t1::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 6px;
  margin: 0 5px 2px;
  vertical-align: middle;
  background-color: #ddd;
}
#footer .foo_info .line .t1:last-child::after {
  display: none;
}
#footer .foo_info .line .ftc_btn {
  text-decoration: underline;
  vertical-align: middle;
  color: #000;
}
@media (max-width: 620px) {
  #footer .foo_info .line .m_line_none {
    display: block;
  }
}
@media (max-width: 620px) {
  #footer .foo_info .line .m_line_none::after {
    display: none;
  }
}
#footer .copy {
  margin-top: 40px;
  color: #999;
}
@media (max-width: 620px) {
  #footer .copy {
    margin-top: 20px;
  }
}
#footer .foo_sns_lst {
  margin-top: 40px;
  font-size: 0;
}
@media (max-width: 620px) {
  #footer .foo_sns_lst {
    margin-top: 15px;
  }
}
#footer .foo_sns_lst > li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: top;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .foo_sns_lst > li + li {
  margin-left: 6px;
}
#footer .foo_sns_lst > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .foo_sns_lst .insta {
  background-image: url(/src/img/ico/foo_sns_insta.svg);
}
#footer .foo_sns_lst .yt {
  background-image: url(/src/img/ico/foo_sns_yt.svg);
}
#footer .foo_sns_lst .escrow {
  background-image: url(/src/img/ico/foo_sns_escrow.svg);
}
#footer .m_foo {
  z-index: 30;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  border-top: 1px solid #ddd;
  background-color: #fff;
}
#footer .m_foo.prod_det_foo{display: none;}
@media screen and (max-width: 1420px){
	#footer .m_foo.prod_det_foo{display: block;}
	#footer .m_foo.prod_det_foo.dn{display: none;}

}
@media (max-width: 620px) {
  #footer .m_foo {
    height: 72px;
  }
}
#footer .m_foo.zi0 {
  z-index: 0;
}
#footer .m_foo.zi10 {
  z-index: 10;
}
#footer .m_foo > ul {
  width: 100%;
  height: 100%;
}
#footer .m_foo > ul li {
  width: 20%;
  height: 100%;
}
#footer .m_foo > ul li .cont {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .m_foo > ul li .cont::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
#footer .m_foo > ul li .cont .t1 {
  margin-top: 5px;
}
@media (max-width: 620px) {
  #footer .m_foo > ul li .cont .t1 {
    margin-top: 0;
  }
}
#footer .m_foo > ul li > a.cont {
  padding-top: 32px;
}
@media (max-width: 620px) {
  #footer .m_foo > ul li > a.cont {
    padding-top: 12px;
  }
}
#footer .m_foo > ul li .ico1::before {
  background-image: url(/src/img/ico/m_foo_ico1.svg);
}
#footer .m_foo > ul li .ico2::before {
  background-image: url(/src/img/ico/m_foo_ico2.svg);
}
#footer .m_foo > ul li .ico3::before {
  background-image: url(/src/img/ico/m_foo_ico3.svg);
}
#footer .m_foo > ul li .ico4::before {
  background-image: url(/src/img/ico/m_foo_ico4.svg);
}
#footer .m_foo > ul li .ico5::before {
  background-image: url(/src/img/ico/m_foo_ico5.svg);
}
#footer .m_foo > ul li.act .cont .t1 {
  color: #E09100 !important;
}
#footer .m_foo > ul li.act .ico1::before {
  background-image: url(/src/img/ico/m_foo_ico1_act.svg);
}
#footer .m_foo > ul li.act .ico2::before {
  background-image: url(/src/img/ico/m_foo_ico2_act.svg);
}
#footer .m_foo > ul li.act .ico3::before {
  background-image: url(/src/img/ico/m_foo_ico3_act.svg);
}
#footer .m_foo > ul li.act .ico4::before {
  background-image: url(/src/img/ico/m_foo_ico4_act.svg);
}
#footer .m_foo > ul li.act .ico5::before {
  background-image: url(/src/img/ico/m_foo_ico5_act.svg);
}
#footer .fix_btn {
  z-index: 10;
  position: fixed;
  right: 50px;
  bottom: 50px;
}
@media (max-width: 1420px) {
  #footer .fix_btn {
    right: 5%;
    bottom: 160px;
  }
}
@media (max-width: 620px) {
  #footer .fix_btn {
    bottom: 90px;
  }
}
#footer .fix_btn .kakao_btn {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-image: url(/src/img/ico/kakao_ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 620px) {
  #footer .fix_btn .kakao_btn {
    width: 30px;
    height: 30px;
  }
}
#footer .fix_btn .top_btn {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 5px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #000;
}

.sys_mypage .my_r_btn{display: inline-block;width: 120px;height: 34px;line-height: 32px;border: 1px solid #aaa;text-align: center;}
.sys_mypage .my_result_box{margin-bottom: 50px;}
.sys_mypage .my_result_box > ul{margin-left: -10px;font-size: 0;}
.sys_mypage .my_result_box > ul li{display: inline-block;height: 106px;margin-left: 10px;padding-top: 24px;vertical-align: top;border: 1px solid #ddd;text-align: center;}
.sys_mypage .my_result_box.w5 > ul li{width: calc(20% - 10px);}
.sys_mypage .my_result_box.w4 > ul li{width: calc(25% - 10px);}
.sys_mypage .my_result_box.w3 > ul li{width: calc(33.3334% - 10px);}
.sys_mypage .my_result_box > ul li .t1{font-weight: bold;}

.sys_mypage .my_result_chart{padding-top: 50px;border-top: 2px solid #000;}
.sys_mypage .my_result_chart .legend_wrap{margin: 0 0 20px -10px;padding-left: 45px;font-size: 0;}
.sys_mypage .my_result_chart .legend_wrap .item{display: inline-block;margin-left: 10px;vertical-align: middle;line-height: 150%;}
.sys_mypage .my_result_chart .legend_wrap .item::before{content: '';display: inline-block;width: 14px;height: 4px;margin-right: 7px;vertical-align: middle;}
.sys_mypage .my_result_chart .legend_wrap .item.color1::before{background-color: #E09100;}
.sys_mypage .my_result_chart .legend_wrap .item.color2::before{background-color: #3ACED4;}

@media (max-width: 950px){
	.sys_mypage .my_result_ovx{overflow-x: scroll;}
	.sys_mypage .my_result_ovx .my_result_chart{width: 950px;}
}

@media (max-width: 620px){
  .sys_mypage .my_result_box{margin-bottom: 25px;}
  .sys_mypage .my_result_box.w5 > ul{margin-top: -10px;}
  .sys_mypage .my_result_box.w4 > ul{margin-top: -10px;}
  .sys_mypage .my_result_box > ul li{height: 80px;padding-top: 16px;}
  .sys_mypage .my_result_box.w5 > ul li{width: calc(50% - 10px);margin-top: 10px;}
  .sys_mypage .my_result_box.w4 > ul li{width: calc(50% - 10px);margin-top: 10px;}
  .sys_mypage .my_result_box.w3 > ul li{width: calc(50% - 10px);margin-top: 10px;}

	.sys_mypage .my_result_chart{padding-top: 25px;}
}


.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: 18px;background-position: -121px -11px;}
				.sys_mypage .my_sns_set li .sns_box.apple .ico::before{width: 15px;height: 19px;background-position: -159px -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_box.google.act{background-color: #ea4335;}
			.sys_mypage .my_sns_set li .sns_box.google.act .ico{color: #fff;}
			.sys_mypage .my_sns_set li .sns_box.google.act .ico::before{background-position: -121px -49px;}
			.sys_mypage .my_sns_set li .sns_box.apple.act{background-color: #000;}
			.sys_mypage .my_sns_set li .sns_box.apple.act .ico{color: #fff;}
			.sys_mypage .my_sns_set li .sns_box.apple.act .ico::before{background-position: -159px -49px;}
      .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; }



.link_made {width: 800px; margin: 0px auto 50px;}
.link_made > p {padding-bottom: 20px; margin-bottom: 30px; border-bottom: solid 1px #000; color: #000;}
.link_made .inp_box{font-size: 0;}
.link_made input{width: 500px; height: 50px; border: solid 1px #ddd; vertical-align: top;}
.link_made .link_copy{display: inline-block; width: 120px; height: 50px; margin-left: 15px; border: solid 1px #333;vertical-align: top; font-size: 16px; background-color: #fff;}
.link_made ul{display: inline-block; width: 150px; margin-left: 15px; font-size: 0; vertical-align: top;}
.link_made ul li{display: inline-block; width: 50px; height: 50px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.link_made ul li button{display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
.link_made ul li.li1{background-image: url(/src/img/ico/band_ico.svg);}
.link_made ul li.li2{background-image: url(/src/img/ico/kakao_ico.svg);}
.link_made ul li.li3{background-image: url(/src/img/ico/fb_ico.svg);}

@media screen and (max-width: 991px) {
  .link_made{width: 100%; padding: 0px 40px;}
  .link_made .inp_box::after{content: ""; display: block; clear: both;}
  .link_made input{width: 100%; margin-bottom: 20px;}
  .link_made .link_copy{margin-left: 0px; float: right;}
  .link_made ul{float: right; margin-right: 15px;}
}
@media screen and (max-width: 620px) {
  .link_made{padding: 0px 20px; margin-bottom: 25px;}
  .link_made > p{padding-bottom: 10px; margin-bottom: 15px;}
  .link_made input{margin-bottom: 10px; height: 48px;}
  .link_made .link_copy{width: 80px; height: 30px; font-size: 14px;}
  .link_made ul{width: 90px; margin-right: 10px;}
  .link_made ul li{width: 30px; height: 30px;}
}

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

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

.qr_box{display: flex; justify-content: center; align-items: center; margin-top: 20px; background-color: #fff;}
.qr_box p{padding: 10px; border: solid 1px #ddd; border-radius: 5px;}


















.c0 {
  color: #000;
}

.index .sect2 {
  padding: 100px 0px;
}
.index .sect2 .lst_wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 84px;
}
.index .sect2 .lst_wrap ul li {
  width: 130px;
}
.index .sect2 .lst_wrap ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  border-radius: 200px;
  background-color: rgba(102, 102, 102, 0.2);
}
.index .sect2 .lst_wrap ul li p {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  font-family: "Lucida bright";
}

@media screen and (max-width: 620px) {
  .index .sect2 {
    padding: 60px 0px;
  }
  .index .sect2 .lst_wrap ul {
    gap: 40px;
  }
  .index .sect2 .lst_wrap ul li {
    width: calc(50% - 20px);
  }
  .index .sect2 .lst_wrap ul li .img {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .index .sect2 .lst_wrap ul li p {
    margin-top: 12px;
    font-size: 12px;
  }
}
.index .sect3 {
  padding: 100px 0px;
  background-color: #151515;
}
.index .sect3 .main_tit.cf {
  color: #fff;
}
.index .sect3 .sw_wrap {
  position: relative;
  padding-bottom: 52px;
  margin-top: 50px;
  overflow: hidden;
}
.index .sect3 .sw_wrap .sect3_sw .item {
  position: relative;
  text-align: center;
  background-color: #fff;
}
.index .sect3 .sw_wrap .sect3_sw .item a {
  position: relative;
  display: block;
  /* padding-bottom: 25px; */
}
.index .sect3 .sw_wrap .sect3_sw .item .img {
  overflow: hidden;
  aspect-ratio: 506/360;
  display: flex; justify-content: center; align-items: center;
}
.index .sect3 .sw_wrap .sect3_sw .item .img img {
  display: block; width: 100%; height: 100%; object-fit: cover;
  /* display: block; */
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
}
.index .sect3 .sw_wrap .sect3_sw .item .logo{position: absolute; top: 20px; left: 20px;}
.index .sect3 .sw_wrap .sect3_sw .item .t_box{position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px 20px; backdrop-filter: blur(10px);}
.index .sect3 .sw_wrap .sect3_sw .item .t_box::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5);}
.index .sect3 .sw_wrap .sect3_sw .item .t_box p{position: relative; z-index: 2; color: #fff;}
.index .sect3 .sw_wrap .sect3_sw .item .t_box .t2{margin-top: 5px;}
@media screen and (max-width: 620px) {
  .index .sect3 .sw_wrap .sect3_sw .item .logo{top: 10px; left: 10px; transform: scale(0.8); transform-origin: top left;}
  .index .sect3 .sw_wrap .sect3_sw .item .t_box{padding: 10px 15px;}
  .index .sect3 .sw_wrap .sect3_sw .item .t_box .t2{margin-top: 3px;}
}
.index .sect3 .sw_wrap .sect3_sw .item p {
  /* padding: 25px 45px 0px; */
  text-align: center;
  /* font-size: 16px; */
}
.index .sect3 .sw_wrap .progress {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 340px;
  height: 2px;
  background-color: #444;
}
.index .sect3 .sw_wrap .progress .swiper-pagination-progressbar-fill {
  background-color: #999;
}

@media screen and (max-width: 620px) {
  .index .sect3 {
    padding: 60px 0px;
  }
  .index .sect3 .sw_wrap {
    padding-bottom: 32px;
    margin-top: 30px;
  }
  .index .sect3 .sw_wrap .sect3_sw .item a {
    /* padding-bottom: 20px; */
  }
  .index .sect3 .sw_wrap .sect3_sw .item p {
    /* padding: 20px 20px 0px; */
    /* font-size: 12px; */
  }
}
.index .sect4 {
  padding: 100px 0px;
}
.index .sect4 .df_box {
  display: flex;
  border: solid 1px #ddd;
}
.index .sect4 .df_box .l_box {
  position: relative;
  width: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 120px;
  background: url(/src/img/sect3_water.png) no-repeat center center/auto;
}
.index .sect4 .df_box .l_box .box {
  width: 100%;
}
.index .sect4 .df_box .l_box .box .t2 {
  margin-top: 20px;
}
.index .sect4 .df_box .l_box .box .t3 {
  margin-top: 60px;
}
.index .sect4 .df_box .l_box .box .t3 span {
  font-size: 30px;
  font-weight: bold;
}
.index .sect4 .df_box .l_box .box .btn_line {
  display: flex;
  gap: 8px;
  margin-top: 80px;
}
.index .sect4 .df_box .l_box .box .btn_line .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 60px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  font-family: "Lucida bright";
  color: #fff;
}
.index .sect4 .df_box .l_box .box .btn_line .btn.bgc1 {
  background-color: #E09100;
}
.index .sect4 .df_box .l_box .box .btn_line .btn.bgc15 {
  background-color: #151515;
}
.index .sect4 .df_box .r_box {
  width: calc(100% - 650px);
}
.index .sect4 .df_box .r_box img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1520px) {
  .index .sect4 .df_box .l_box {
    width: 600px;
    padding: 0px 60px;
  }
  .index .sect4 .df_box .r_box {
    width: calc(100% - 600px);
  }
}
@media screen and (max-width: 1420px) {
  .index .sect4 .df_box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .index .sect4 .df_box .l_box {
    width: 100%;
    background-position-x: left;
    padding: 80px 40px;
    text-align: center;
  }
  .index .sect4 .df_box .l_box .btn_line {
    justify-content: center;
  }
  .index .sect4 .df_box .r_box {
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .index .sect4 {
    padding: 60px 0px;
  }
  .index .sect4 .df_box .l_box {
    padding: 40px 20px;
    background-size: cover;
  }
  .index .sect4 .df_box .l_box .box .t2 {
    margin-top: 10px;
  }
  .index .sect4 .df_box .l_box .box .t3 {
    margin-top: 30px;
  }
  .index .sect4 .df_box .l_box .box .t3 span {
    font-size: 18px;
  }
  .index .sect4 .df_box .l_box .box .btn_line {
    gap: 6px;
    margin-top: 40px;
  }
  .index .sect4 .df_box .l_box .box .btn_line .btn {
    width: calc(50% - 3px);
    height: 45px;
    font-size: 12px;
  }
}
.index .sect5 {
  padding: 100px 0px;
  background: #E09100;
  background: linear-gradient(45deg, rgba(224, 145, 0, 0.2) 0%, rgba(224, 145, 0, 0.05) 16%, rgba(224, 145, 0, 0.05) 88%, rgba(224, 145, 0, 0.2) 100%);
}
.index .sect5 .main_tit.cf {
  color: #fff;
}
.index .sect5 .sw_wrap {
  position: relative;
  padding-bottom: 52px;
  margin-top: 50px;
  overflow: hidden;
}
.index .sect5 .sw_wrap .sect5_sw .item {
  text-align: center;
  background-color: #151515;
}
.index .sect5 .sw_wrap .sect5_sw .item a {
  display: block;
  padding-bottom: 25px;
}
.index .sect5 .sw_wrap .sect5_sw .item .img {
  overflow: hidden;
}
.index .sect5 .sw_wrap .sect5_sw .item .img img {
  display: block;
  width: 100%;
}
.index .sect5 .sw_wrap .sect5_sw .item p {
  padding: 25px 30px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.index .sect5 .sw_wrap .progress {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 340px;
  height: 2px;
  background-color: #ddd;
}
.index .sect5 .sw_wrap .progress .swiper-pagination-progressbar-fill {
  background-color: #333;
}

@media screen and (max-width: 620px) {
  .index .sect5 {
    padding: 60px 0px;
  }
  .index .sect5 .sw_wrap {
    padding-bottom: 32px;
    margin-top: 30px;
  }
  .index .sect5 .sw_wrap .sect5_sw .item a {
    padding-bottom: 20px;
  }
  .index .sect5 .sw_wrap .sect5_sw .item p {
    padding: 20px 20px 0px;
    font-size: 12px;
  }
}
.index .sect6 {
  padding-top: 100px;
}
.index .sect6 .lst_wrap {
  margin-top: 50px;
}
.index .sect6 .lst_wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
.index .sect6 .lst_wrap ul li {
  width: calc((100% - 80px) / 5);
}
.index .sect6 .lst_wrap ul li button, .index .sect6 .lst_wrap ul li a {
  display: block;
  width: 100%;
}
.index .sect6 .lst_wrap ul li button img, .index .sect6 .lst_wrap ul li a img {
  display: block;
  width: 100%;
}
.index .sect6 .sw_wrap{display: none; overflow: hidden; position: relative; padding-bottom: 50px;}
.index .sect6 .progress {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 340px;
  height: 2px;
  background-color: #ddd;
}
.index .sect6 .progress .swiper-pagination-progressbar-fill {
  background-color: #333;
}
@media screen and (max-width: 1420px) {
  .index .sect6 .lst_wrap ul li {
    width: calc((100% - 60px) / 4);
  }
}

@media screen and (max-width: 1240px) {
  .index .sect6 .lst_wrap ul li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 620px) {
  .index .sect6 {
    padding-top: 60px;
  }
  .index .sect6 .lst_wrap {
    display: none;
    margin-top: 30px;
  }
  .index .sect6 .lst_wrap ul li {
    width: 100%;
  }
  .index .sect6 .sw_wrap{display: block; margin-top: 30px; padding-bottom: 30px;}
}
.brand_pg {
  padding-bottom: 0;
}
.brand_pg .brand_tab {
  margin-bottom: 90px;
}
.brand_pg .brand_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.brand_pg .brand_tab ul li {
  width: 200px;
  height: 70px;
  border: solid 1px #ddd;
  border-top: none;
  border-right: none;
  background-color: #fafafa;
}
.brand_pg .brand_tab ul li:nth-child(1) {
  border-top: solid 1px #ddd;
}
.brand_pg .brand_tab ul li:nth-child(2) {
  border-top: solid 1px #ddd;
}
.brand_pg .brand_tab ul li:nth-child(3) {
  border-top: solid 1px #ddd;
}
.brand_pg .brand_tab ul li:nth-child(4) {
  border-top: solid 1px #ddd;
}
.brand_pg .brand_tab ul li:nth-child(5) {
  border-top: solid 1px #ddd;
}
.brand_pg .brand_tab ul li:nth-child(6) {
  border-top: solid 1px #ddd;
}
.brand_pg .brand_tab ul li:nth-child(6n) {
  border-right: solid 1px #ddd;
}
.brand_pg .brand_tab ul li:last-child{
  border-right: solid 1px #ddd;
}
.brand_pg .brand_tab ul li a, .brand_pg .brand_tab ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.brand_pg .brand_tab ul li.a {
  background-color: #E09100;
}
.brand_pg .brand_tab ul li.a a, .brand_pg .brand_tab ul li.a button {
  font-weight: bold;
  color: #fff;
}
.brand_pg .brand_tab select {
  display: none;
  width: 100%;
  height: 70px;
  padding: 0px 50px 0px 25px;
  border: solid 1px #ddd;
  font-weight: 500;
}
.brand_pg .brand_cont .brand_tit {
  margin-bottom: 50px;
}
.brand_pg .bg_wrap {
  padding: 100px 0px;
  margin-top: 100px;
  background-color: #FAFAFA;
}
.brand_pg .bg_wrap .prod_top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand_pg .bg_wrap .prod_top_df .more {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #E09100;
}
.brand_pg .bg_wrap .pro_lst {
  border-top: none;
}
.brand_pg .bg_wrap .pro_lst > ul > li {
  border: solid 1px #ddd;
  background-color: #fff;
}

@media screen and (max-width: 1240px) {
  .brand_pg .brand_tab ul {
    display: none;
  }
  .brand_pg .brand_tab select {
    display: block;
  }
}
@media screen and (max-width: 620px) {
  .brand_pg .brand_tab {
    margin-bottom: 40px;
  }
  .brand_pg .brand_tab select {
    height: 50px;
    padding: 0px 45px 0px 20px;
  }
  .brand_pg .brand_cont .brand_tit {
    margin-bottom: 30px;
  }
  .brand_pg .bg_wrap {
    padding: 60px 0px;
    margin-top: 60px;
  }
  .brand_pg .bg_wrap .prod_top_df .more {
    gap: 5px;
    font-size: 12px;
  }
  .brand_pg .bg_wrap .pro_lst > ul > li.pro_item {
    padding-bottom: 15px;
  }
}
.rev_lst_pg .lst_top_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: solid 2px #000;
}
.rev_lst_pg .lst_top_df .align_btn {
  display: flex;
}
.rev_lst_pg .lst_top_df .align_btn li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.rev_lst_pg .lst_top_df .align_btn li:last-child::after {
  display: none;
}
.rev_lst_pg .lst_top_df .align_btn li a, .rev_lst_pg .lst_top_df .align_btn li button {
  font-weight: 500;
  font-size: 14px;
  color: #999;
}
.rev_lst_pg .lst_top_df .align_btn li.a a, .rev_lst_pg .lst_top_df .align_btn li.a button {
  font-weight: bold;
  color: #333;
}
.rev_lst_pg .gall_lst > ul > li a, .rev_lst_pg .gall_lst > ul > li button {
  display: block;
  width: 100%;
  text-align: left;
}
.rev_lst_pg .gall_lst > ul > li a .info_line, .rev_lst_pg .gall_lst > ul > li button .info_line {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
}
.rev_lst_pg .gall_lst > ul > li a .info_line .t, .rev_lst_pg .gall_lst > ul > li button .info_line .t {
  font-size: 16px;
  color: #999;
}
.rev_lst_pg .gall_lst > ul > li a .info_line .t::after, .rev_lst_pg .gall_lst > ul > li button .info_line .t::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  vertical-align: middle;
  background-color: #ddd;
}
.rev_lst_pg .gall_lst > ul > li a .info_line .t:last-child::after, .rev_lst_pg .gall_lst > ul > li button .info_line .t:last-child::after {
  display: none;
}
.rev_lst_pg .gall_lst > ul > li a .info_line .t .star, .rev_lst_pg .gall_lst > ul > li button .info_line .t .star {
  font-size: 16px;
}
.rev_lst_pg .gall_lst > ul > li a .prd_name, .rev_lst_pg .gall_lst > ul > li button .prd_name {
  font-size: 16px;
}
.rev_lst_pg .gall_lst > ul > li a .tit, .rev_lst_pg .gall_lst > ul > li button .tit {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.rev_lst_pg .gall_lst > ul > li a .t2, .rev_lst_pg .gall_lst > ul > li button .t2 {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

@media screen and (max-width: 620px) {
  .rev_lst_pg .lst_top_df {
    padding-bottom: 15px;
    border-bottom: solid 1px #000;
  }
  .rev_lst_pg .lst_top_df .align_btn {
    gap: 10px;
  }
  .rev_lst_pg .lst_top_df .align_btn li::after {
    display: none;
  }
  .rev_lst_pg .lst_top_df .align_btn li a, .rev_lst_pg .lst_top_df .align_btn li button {
    font-size: 12px;
  }
  .rev_lst_pg .gall_lst > ul > li a .info_line, .rev_lst_pg .gall_lst > ul > li button .info_line {
    padding: 10px 0px;
    margin-bottom: 10px;
  }
  .rev_lst_pg .gall_lst > ul > li a .info_line .t, .rev_lst_pg .gall_lst > ul > li button .info_line .t {
    font-size: 12px;
  }
  .rev_lst_pg .gall_lst > ul > li a .info_line .t::after, .rev_lst_pg .gall_lst > ul > li button .info_line .t::after {
    height: 8px;
    margin: -1px 7px 0px;
  }
  .rev_lst_pg .gall_lst > ul > li a .info_line .t .star, .rev_lst_pg .gall_lst > ul > li button .info_line .t .star {
    font-size: 12px;
  }
  .rev_lst_pg .gall_lst > ul > li a .prd_name, .rev_lst_pg .gall_lst > ul > li button .prd_name {
    font-size: 12px;
  }
  .rev_lst_pg .gall_lst > ul > li a .tit, .rev_lst_pg .gall_lst > ul > li button .tit {
    margin-top: 7px;
    font-size: 14px;
  }
  .rev_lst_pg .gall_lst > ul > li a .t2, .rev_lst_pg .gall_lst > ul > li button .t2 {
    margin-top: 10px;
    font-size: 12px;
  }
}
.board_lst .board_total {
  margin-top: 60px;
}
.board_lst .tb_wrap {
  margin-top: 20px;
  border-top: solid 2px #000;
}
.board_lst .tb_wrap table tr {
  border-bottom: solid 1px #ddd;
}
.board_lst .tb_wrap table tr th, .board_lst .tb_wrap table tr td {
  padding: 25px 10px;
  text-align: center;
}
.board_lst .tb_wrap table tr th a, .board_lst .tb_wrap table tr th button, .board_lst .tb_wrap table tr td a, .board_lst .tb_wrap table tr td button {
  display: block;
  width: 100%;
  padding-left: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.board_lst .tb_wrap table tr th a:hover, .board_lst .tb_wrap table tr th button:hover, .board_lst .tb_wrap table tr td a:hover, .board_lst .tb_wrap table tr td button:hover {
  color: #E09100;
}
.board_lst .tb_wrap table tr th .lock, .board_lst .tb_wrap table tr td .lock {
  position: relative;
  padding-left: 40px;
}
.board_lst .tb_wrap table tr th .lock::before, .board_lst .tb_wrap table tr td .lock::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 20px;
  width: 16px;
  height: 16px;
  background: url(/src/img/ico/lock.png) no-repeat center center/cover;
}
.board_lst .tb_wrap table thead tr th {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.board_lst .tb_wrap table thead tr th.w100 {
  width: 100px;
}
.board_lst .tb_wrap table thead tr th.w120 {
  width: 120px;
}
.board_lst .tb_wrap table thead tr th.w150 {
  width: 150px;
}
.board_lst .tb_wrap table tbody tr td {
  font-size: 14px;
}
.board_lst .tb_wrap table tbody tr td.tit {
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 1240px) {
  .board_lst .tb_wrap {
    width: 100%;
  }
  .board_lst .tb_wrap table thead {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr {
    display: block;
    padding: 30px 0px;
  }
  .board_lst .tb_wrap table tbody tr td {
    display: inline-block;
    padding: 0px;
  }
  .board_lst .tb_wrap table tbody tr td::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: -2px 10px 0;
    background-color: #ddd;
    vertical-align: middle;
  }
  .board_lst .tb_wrap table tbody tr td.tit {
    display: block;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .board_lst .tb_wrap table tbody tr td.tit a, .board_lst .tb_wrap table tbody tr td.tit button {
    padding-left: 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit a:hover, .board_lst .tb_wrap table tbody tr td.tit button:hover {
    color: #000 !important;
  }
  .board_lst .tb_wrap table tbody tr td.tit .lock {
    padding-left: 20px;
  }
  .board_lst .tb_wrap table tbody tr td.tit .lock::before {
    left: 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit::after {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td:first-child {
    display: none;
  }
  .board_lst .tb_wrap table tbody tr td:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .board_lst .board_total {
    margin-top: 30px;
  }
  .board_lst .tb_wrap {
    margin-top: 10px;
  }
  .board_lst .tb_wrap table tbody tr {
    padding: 20px 0;
  }
  .board_lst .tb_wrap table tbody tr td {
    font-size: 12px;
  }
  .board_lst .tb_wrap table tbody tr td::after {
    margin: -2px 7px 0;
  }
  .board_lst .tb_wrap table tbody tr td.tit {
    margin-bottom: 7px;
  }
  .board_lst .tb_wrap table tbody tr td.tit a, .board_lst .tb_wrap table tbody tr td.tit button {
    font-size: 12px;
  }
  .board_lst .tb_wrap table tbody tr td.tit .lock {
    padding-left: 16px;
  }
  .board_lst .tb_wrap table tbody tr td.tit .lock::before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
}
.board_pw .pw_box {
  padding: 60px;
  border: solid 1px #ddd;
}
.board_pw .pw_box .inner_box {
  width: 245px;
  margin: 0px auto;
}
.board_pw .pw_box .inner_box .t2 {
  margin-top: 20px;
}
.board_pw .pw_box .inner_box .inp {
  width: 100%;
  height: 50px;
  margin: 35px 0px 25px;
}
.board_pw .pw_box .inner_box .btn_line {
  display: flex;
  gap: 4px;
}
.board_pw .pw_box .inner_box .btn_line .btn {
  width: calc(50% - 2px);
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.board_pw .pw_box .inner_box .btn_line .btn.bgc1 {
  background-color: #E09100;
  color: #fff;
}
.board_pw .pw_box .inner_box .btn_line .btn.line_st {
  border: solid 1px #999;
  background-color: #fff;
}

@media screen and (max-width: 620px) {
  .board_pw .pw_box {
    padding: 40px 20px;
  }
  .board_pw .pw_box .inner_box {
    width: 100%;
  }
  .board_pw .pw_box .inner_box .t2 {
    margin-top: 12px;
  }
  .board_pw .pw_box .inner_box .inp {
    height: 40px;
    margin: 25px 0px 15px;
  }
  .board_pw .pw_box .inner_box .btn_line {
    flex-direction: column;
    gap: 5px;
  }
  .board_pw .pw_box .inner_box .btn_line .btn {
    width: 100%;
    height: 40px;
    font-size: 12px;
  }
}
.bd_v .answer_box {
  padding: 40px 20px 60px;
  border-bottom: solid 1px #ddd;
}
.bd_v .answer_box .t1 {
  margin-bottom: 20px;
}
.bd_v .answer_box .box {
  font-size: 14px;
  color: #666;
}
.bd_v .answer_box .box p {
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 1240px) {
  .bd_v .answer_box {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 620px) {
  .bd_v .answer_box {
    padding: 25px 0px 30px;
  }
  .bd_v .answer_box .t1 {
    margin-bottom: 15px;
  }
  .bd_v .answer_box .box {
    font-size: 12px;
  }
  .bd_v .answer_box .box p {
    font-size: 12px;
  }
}
#footer {
  background-color: #151515;
}
#footer .container .foo_menu li::after {
  opacity: 0.4;
}
#footer .container .foo_menu li a {
  color: #fff;
}
#footer .container .foo_info .line .t1 {
  color: rgba(255, 255, 255, 0.8);
}
#footer .container .foo_info .line .t1 span {
  color: #fff;
}
#footer .container .foo_info .line .t1::after {
  opacity: 0.4;
}
#footer .container .foo_info .line .ftc_btn {
  color: #fff;
}
#footer .copy {
  color: #fff;
  opacity: 0.8;
}


.brand_top_img{display: flex; }
.brand_top_img > div{display: flex; justify-content: center; align-items: center; width: 50%; border: solid 1px #eee;}
.brand_top_img > div img{max-width: 100%;}
.brand_top_img > div:last-child{border-left: none;}
.brand_top_img > div:last-child img{display: block; width: 100%; height: 100%; object-fit: cover;}
.brand_top_t{margin-top: 60px; text-align: center; font-size: 16px;}

@media screen and (max-width: 1240px) {
  .brand_top_img{flex-direction: column; gap: 20px;}
  .brand_top_img > div{width: 100%; min-height: 250px;}
}
@media screen and (max-width: 620px) {
  .brand_top_img{gap: 10px;}
  .brand_top_img > div{min-height: 0; height: 200px;}
  .brand_top_t{margin-top: 30px; font-size: 12px;}
}


.bd_t_df{display: flex; justify-content: space-between; align-items: center; }

.bd_w_btn{display: flex; justify-content: center; align-items: center; width: 120px; height: 40px; text-align: center; font-size: 14px; background-color: #E09100 !important; color: #fff;}
@media screen and (max-width: 620px) {
  .bd_w_btn{width: 90px; height: 30px; font-size: 12px;}
}

.inq_pg .inp_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px 0px;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #000;
}
.inq_pg .inp_wrap .inp_box {
  width: calc(50% - 20px);
}
.inq_pg .inp_wrap .inp_box.w1 {
  width: 100%;
}
.inq_pg .inp_wrap .inp_box .t1 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.inq_pg .inp_wrap .inp_box .t1 span {
  color: #e09100 !important;
}
.inq_pg .inp_wrap .inp_box .inp {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border: solid 1px #ddd;
  border-radius: 3px;
  font-size: 16px;
}
.inq_pg .inp_wrap .inp_box .inp::placeholder {
  color: #999;
}
.inq_pg .inp_wrap .inp_box .inp.h200 {
  height: 200px;
  padding: 20px;
  display: block;
  resize: none;
}
.inq_pg .inp_wrap .inp_box input[type=file] {
  padding-left: 0;
}
.inq_pg .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
  width: 100px;
  height: 40px;
  margin: 4px 10px 5px 5px;
  border-radius: 5px;
  border: solid 2px #aaa;
  background-color: #fafafa;
}
.inq_pg .inp_wrap .inp_box select.inp {
  padding-right: 35px;
}
.inq_pg .inp_wrap .inp_box .inp_thr_box {
  display: flex;
  gap: 10px;
}
.inq_pg .inp_wrap .inp_box .in_rdo{display: flex; align-items: center; gap: 10px;}
.inq_pg .inp_wrap .inp_box .in_rdo .inp{width: calc(100% - 100px);}
.inq_pg .inp_wrap .inp_box .inp_thr_box .inp {
  width: calc((100% - 20px) / 3);
}
.inq_pg .inp_wrap .file_inp_wrap {
  width: 100%;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file {
  display: flex;
  gap: 10px;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .inp {
  width: calc(100% - 60px);
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: solid 2px #aaa;
  background: url(/src/img/i/plus_b.png) no-repeat center center/auto;
}
.inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn.minor_btn {
  background-color: #aaa;
  background-image: url(/src/img/i/minor_w.png);
}
.inq_pg .inp_wrap .file_inp_wrap .file_t {
  margin-top: 15px;
  font-size: 14px;
  color: #999;
}
.inq_pg .inp_wrap .agree_box {
  height: 200px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background-color: #fafafa;
  overflow-y: scroll;
}
.inq_pg .inp_wrap .agree_line {
  margin-top: 20px;
}
.inq_pg .inp_wrap .agree_line label i {
  margin-top: -2px;
  border: solid 1px #ddd;
  border-radius: 5px;
  transition: border-color 0.5s;
}
.inq_pg .inp_wrap .agree_line label i::after {
  opacity: 1;
  border-color: #ddd;
}
.inq_pg .inp_wrap .agree_line label input:checked ~ i {
  border-color: #e09100 !important;
}
.inq_pg .inp_wrap .agree_line label input:checked ~ i::after {
  border-color: #e09100 !important;
}
.inq_pg .s_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin: 40px auto 0;
  border-radius: 50px;
  background-color: #e09100 !important;
}

@media screen and (max-width: 991px) {
  .inq_pg .inp_wrap .inp_box {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .inq_pg .inp_wrap {
    gap: 25px;
    padding: 25px 0px;
  }
  .inq_pg .inp_wrap .inp_box .t1 {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .inp_box .inp {
    height: 40px;
    padding: 0px 15px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .inp_box .inp.h200 {
    height: 150px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .inp_box input[type=file]::-webkit-file-upload-button {
    width: 80px;
    height: 30px;
  }
  .inq_pg .inp_wrap .inp_box .inp_thr_box {
    gap: 5px;
  }
  .inq_pg .inp_wrap .inp_box .inp_thr_box .inp {
    width: calc((100% - 10px) / 3);
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box {
    gap: 25px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file {
    gap: 5px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .inp {
    width: calc(100% - 45px);
  }
  .inq_pg .inp_wrap .file_inp_wrap .df_box .in_file .file_btn {
    width: 40px;
    height: 40px;
  }
  .inq_pg .inp_wrap .file_inp_wrap .file_t {
    margin-top: 8px;
    font-size: 12px;
  }
  .inq_pg .inp_wrap .agree_box {
    height: 150px;
    padding: 15px;
  }
  .inq_pg .inp_wrap .agree_line {
    margin-top: 15px;
  }
  .inq_pg .s_btn {
    width: 100%;
    height: 45px;
    margin-top: 20px;
  }
}




.index .sect4 .sw_wrap{position: relative; margin-top: 50px; padding-bottom: 50px; overflow: hidden;}
.index .sect4 .sw_wrap .sect4_sw .item .img img{display: block; width: 100%;}
.index .sect4 .sw_wrap .sect4_sw .item .cate{margin-top: 25px;}
.index .sect4 .sw_wrap .sect4_sw .item .tit{height: 60px; margin-top: 20px;}
.index .sect4 .sw_wrap .sect4_sw .item .t3{margin-top: 20px;}
.index .sect4 .sw_wrap .sect4_sw .item .btn_line{display: flex; justify-content: center; gap: 8px; margin-top: 30px;}
.index .sect4 .sw_wrap .sect4_sw .item .btn_line .btn{display: flex; justify-content: center; align-items: center; width: 45px; height: 45px; text-align: center; font-size: 14px; font-weight: bold; color: #fff;}
.index .sect4 .sw_wrap .sect4_sw .item .btn_line .btn.bgc1{background-color: #E09100;}
.index .sect4 .sw_wrap .sect4_sw .item .btn_line .btn.bgc0{background-color: #151515;}
.index .sect4 .sw_wrap .sect4_sw .item .btn_line .btn.bg_g{background-color: #999;}
.index .sect4 .sw_wrap .sect4_sw .item .btn_line .btn.bg_b{background-color: #151515;}

.index .sect4 .sw_wrap .progress {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 340px;
  height: 2px;
  background-color: #ddd;
}
.index .sect4 .sw_wrap .progress .swiper-pagination-progressbar-fill {
  background-color: #333;
}
@media screen and (max-width: 720px) {
  .index .sect4 .sw_wrap{margin-top: 30px; padding-bottom: 32px;}
  .index .sect4 .sw_wrap .sect4_sw .item .cate{margin-top: 12px;}
  .index .sect4 .sw_wrap .sect4_sw .item .tit{height: 42px; margin-top: 10px;}
  .index .sect4 .sw_wrap .sect4_sw .item .t3{margin-top: 10px;}
  .index .sect4 .sw_wrap .sect4_sw .item .btn_line{gap: 4px; margin-top: 15px;}
  .index .sect4 .sw_wrap .sect4_sw .item .btn_line .btn{font-size: 12px;}
}


.brand_link{display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: bold; margin-bottom: 20px;}
.brand_link .img{display: flex; justify-content: center; align-items: center; max-width: 40px;}
.brand_link i{display: flex; align-items: center;}
@media screen and (max-width: 620px) {
  .brand_link{gap: 6px; font-size: 14px; margin-bottom: 12px;}
  .brand_link .img{max-width: 30px;}
}

@media (max-width: 1240px) {
  .sys_prd_view .prd_v_top .share_btn_wrap {
    top: -20px;
    z-index: 3;
  }
}





.index .sect6 ul li button{display: block; width: 100%; text-align: left;}
.index .sect6 ul li button .rev_img, .index .sect6 ul li a .rev_img{aspect-ratio: 380/380;}
.index .sect6 ul li button .rev_img img, .index .sect6 ul li a .rev_img img{display: block; width: 100%; height: 100%; object-fit: cover;}
.index .sect6 ul li button .prd_info, .index .sect6 ul li a .prd_info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.index .sect6 ul li button .prd_info .img, .index .sect6 ul li a .prd_info .img {
  width: 70px;
  aspect-ratio: 70px 70px;
}
.index .sect6 ul li button .prd_info .img img, .index .sect6 ul li a .prd_info .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index .sect6 ul li button .prd_info .t_box, .index .sect6 ul li a .prd_info .t_box {
  width: calc(100% - 80px);
}
.index .sect6 ul li button .prd_info .t_box .t1, .index .sect6 ul li a .prd_info .t_box .t1 {
  font-size: 18px;
  font-weight: bold;
}
.index .sect6 ul li button .prd_info .t_box .rev, .index .sect6 ul li a .prd_info .t_box .rev {
  margin-top: 8px;
  font-size: 16px;
  color: #999;
}
.index .sect6 ul li button .t_info, .index .sect6 ul li a .t_info {
  margin-top: 25px;
}
.index .sect6 ul li button .t_info .t2, .index .sect6 ul li a .t_info .t2 {
  font-size: 18px;
  font-weight: 500;
}
.index .sect6 ul li button .t_info .info_box, .index .sect6 ul li a .t_info .info_box{margin-top: 10px;}
.index .sect6 ul li button .t_info .info_box p, .index .sect6 ul li a .t_info .info_box p {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.index .sect6 ul li button .t_info .info_box p::after, .index .sect6 ul li a .t_info .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  background-color: #ddd;
  vertical-align: middle;
}
.index .sect6 ul li button .t_info .info_box p:last-child::after, .index .sect6 ul li a .t_info .info_box p:last-child::after{display: none;}

@media screen and (max-width: 620px) {
  .index .sect6 ul li button .prd_info, .index .sect6 ul li a .prd_info {
    gap: 5px;
    margin-top: 15px;
  }
  .index .sect6 ul li button .prd_info .img, .index .sect6 ul li a .prd_info .img {
    width: 60px;
  }
  .index .sect6 ul li button .prd_info .t_box, .index .sect6 ul li a .prd_info .t_box {
    width: calc(100% - 65px);
  }
  .index .sect6 ul li button .prd_info .t_box .t1, .index .sect6 ul li a .prd_info .t_box .t1 {
    font-size: 14px;
  }
  .index .sect6 ul li button .prd_info .t_box .rev, .index .sect6 ul li a .prd_info .t_box .rev {
    margin-top: 5px;
    font-size: 12px;
  }
  .index .sect6 ul li button .t_info, .index .sect6 ul li a .t_info {
    margin-top: 15px;
  }
  .index .sect6 ul li button .t_info .t2, .index .sect6 ul li a .t_info .t2 {
    font-size: 14px;
  }
  .index .sect6 ul li button .t_info .info_box, .index .sect6 ul li a .t_info .info_box{margin-top: 6px;}
  .index .sect6 ul li button .t_info .info_box p, .index .sect6 ul li a .t_info .info_box p {
    font-size: 12px;
  }
  .index .sect6 ul li button .t_info .info_box p::after, .index .sect6 ul li a .t_info .info_box p::after {
    margin: -2px 5px 0;
  }
}








.rev_lst_pg .gall_lst > ul > li button{text-align: left;}
.rev_lst_pg .gall_lst > ul > li button .rev_img, .rev_lst_pg .gall_lst > ul > li a .rev_img{aspect-ratio: 380/380;}
.rev_lst_pg .gall_lst > ul > li button .rev_img img, .rev_lst_pg .gall_lst > ul > li a .rev_img img{display: block; width: 100%; height: 100%; object-fit: cover;}

.rev_lst_pg .gall_lst > ul > li button .prd_info, .rev_lst_pg .gall_lst > ul > li a .prd_info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
.rev_lst_pg .gall_lst > ul > li button .prd_info .img, .rev_lst_pg .gall_lst > ul > li a .prd_info .img {
  width: 70px;
  aspect-ratio: 70px 70px;
}
.rev_lst_pg .gall_lst > ul > li button .prd_info .img img, .rev_lst_pg .gall_lst > ul > li a .prd_info .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rev_lst_pg .gall_lst > ul > li button .prd_info .t_box, .rev_lst_pg .gall_lst > ul > li a .prd_info .t_box {
  width: calc(100% - 80px);
}
.rev_lst_pg .gall_lst > ul > li button .prd_info .t_box .t1, .rev_lst_pg .gall_lst > ul > li a .prd_info .t_box .t1 {
  font-size: 18px;
  font-weight: bold;
}
.rev_lst_pg .gall_lst > ul > li button .prd_info .t_box .rev, .rev_lst_pg .gall_lst > ul > li a .prd_info .t_box .rev {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
}
.rev_lst_pg .gall_lst > ul > li button .t_info, .rev_lst_pg .gall_lst > ul > li a .t_info {
  margin-top: 25px;
}
.rev_lst_pg .gall_lst > ul > li button .t_info .t2, .rev_lst_pg .gall_lst > ul > li a .t_info .t2 {
  font-size: 18px;
}
.rev_lst_pg .gall_lst > ul > li button .t_info .info_box, .rev_lst_pg .gall_lst > ul > li a .t_info .info_box{margin-top: 10px;}
.rev_lst_pg .gall_lst > ul > li button .t_info .info_box p, .rev_lst_pg .gall_lst > ul > li a .t_info .info_box p {
  display: inline-block;
  font-size: 16px;
  color: #999;
}
.rev_lst_pg .gall_lst > ul > li button .t_info .info_box p::after, .rev_lst_pg .gall_lst > ul > li a .t_info .info_box p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: -2px 10px 0px;
  background-color: #ddd;
  vertical-align: middle;
}
.rev_lst_pg .gall_lst > ul > li button .t_info .info_box p:last-child::after, .rev_lst_pg .gall_lst > ul > li a .t_info .info_box p:last-child::after{display: none;}

@media screen and (max-width: 620px) {
  .rev_lst_pg .gall_lst > ul > li button .prd_info, .rev_lst_pg .gall_lst > ul > li a .prd_info {
    gap: 5px;
    margin-top: 15px;
  }
  .rev_lst_pg .gall_lst > ul > li button .prd_info .img, .rev_lst_pg .gall_lst > ul > li a .prd_info .img {
    width: 60px;
  }
  .rev_lst_pg .gall_lst > ul > li button .prd_info .t_box, .rev_lst_pg .gall_lst > ul > li a .prd_info .t_box {
    width: calc(100% - 65px);
  }
  .rev_lst_pg .gall_lst > ul > li button .prd_info .t_box .t1, .rev_lst_pg .gall_lst > ul > li a .prd_info .t_box .t1 {
    font-size: 14px;
  }
  .rev_lst_pg .gall_lst > ul > li button .prd_info .t_box .rev, .rev_lst_pg .gall_lst > ul > li a .prd_info .t_box .rev {
    margin-top: 7px;
    font-size: 12px;
  }
  .rev_lst_pg .gall_lst > ul > li button .t_info, .rev_lst_pg .gall_lst > ul > li a .t_info {
    margin-top: 15px;
  }
  .rev_lst_pg .gall_lst > ul > li button .t_info .t2, .rev_lst_pg .gall_lst > ul > li a .t_info .t2 {
    font-size: 14px;
  }
  .rev_lst_pg .gall_lst > ul > li button .t_info .info_box, .rev_lst_pg .gall_lst > ul > li a .t_info .info_box{margin-top: 6px;}
  .rev_lst_pg .gall_lst > ul > li button .t_info .info_box p, .rev_lst_pg .gall_lst > ul > li a .t_info .info_box p {
    font-size: 12px;
  }
  .rev_lst_pg .gall_lst > ul > li button .t_info .info_box p::after, .rev_lst_pg .gall_lst > ul > li a .t_info .info_box p::after {
    margin: -2px 5px 0;
  }
}



.pro_lst.df_pro_lst > ul{display: flex; flex-wrap: wrap; gap: 40px; margin: 0;}
.pro_lst.df_pro_lst > ul > li {width: calc((100% - 120px)/4); margin: 0;}
@media screen and (max-width: 1240px) {
  .pro_lst.df_pro_lst > ul{gap: 30px;}
  .pro_lst.df_pro_lst > ul > li{width: calc(50% - 15px);}
}

