@charset "UTF-8";
:root {
  --ic-dark-back: url(../img/common/ico_dark_back.png);
  --ic-dark-close: url(../img/common/ico_dark_close.png);
  --ic-dark-ham: url(../img/common/ico_dark_ham.png);
  --ic-search: url(../img/common/btn_search.png);
  --ic-recommend: url(../img/common/ico_recommend.png);
  --ic-map-pointer-gray: url(../img/common/ico_map_gray.png);
  --ic-service-chk: url(../img/common/ico_service_chk.png);
  --ic-convenient: url(../img/common/ico_convenient.png);
  --ic-friendly: url(../img/common/ico_friendly.png);
  --ic-satisfied: url(../img/common/ico_satisfied.png);
  --ic-message: url(../img/common/ico_message.png);
  --ic-star: url(../img/product/map_star.png);
  --ic-m-star: url(../img/product/ico_m_star.png);
  --ic-star2: url(../img/common/ico_star02.png);
  --ic-loacation: url(../img/common/ico_loacation.png);
  --ic-date: url(../img/common/ico_date.png);
  --ic-phone: url(../img/common/ico_phone.png);
  --ic-intro: url(../img/common/ico_intro.png);
  --ic-pin: url(../img/common/ico_pin.png);
  --ic-chk-off: url(../img/common/ico_chk_off.png);
  --ic-chk-on: url(../img/common/ico_chk_on.png);
  --ic-chk-arrow: url(../img/common/ico_chk-arrow.png);
  --ic-bg-like: url(../img/product/ico_bg_like.png);
  --ic-arrow: url(../img/common/ico_arrow.png);
  --ic-arrow-r: url(../img/common/ico_arrow_next_r.png);
  --ic-arrow-l: url(../img/common/ico_arrow_prev_l.png);
  --ic-shop-close: url(../img/common/file_attach_cancel.png);
  --m-color: #832082;
  --review-msub-color: #191478;
  --pop-tit-color: #1f273d;
  --sub-color: #ffffff;
  --sub-0-color: #000000;
  --sub-2-color: #222222;
  --sub-3-color: #333333;
  --sub-4-color: #444444;
  --sub-5-color: #555555;
  --sub-6-color: #666666;
  --sub-8-color: #888888;
  --sub-9-color: #999999;
  --sub-blue-color: #191478;
  --border-color: #d3d3d3;
  --bg-color: #f3f3f3;
  --bg-2-color: #e6e6e6;
  --text-3: #3f3f3f;
  --error: #ff3411;
  --bg-f8: #f8f8f8;
  --border-c2: #c2c2c2;
  --gradient: linear-gradient(90deg, rgba(131, 32, 130, 1), rgba(89, 183, 255, 1));
  --font-family: "Spoqa Han Sans", sans-serif;
  --fw-bold: 700;
  --fw-medium: 500;
  --fw-regular: 400;
  --fw-light: 300;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 100%;
}

article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
  -webkit-text-size-adjust: 100%;
}

fieldset {
  border: 0;
}

video[poster] {
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
  object-fit: inherit;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: -0.9px;
  color: #333;
  background-color: #393c44;
  font-size: 1rem;
  line-height: 1.42857;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
  margin: 0;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  line-height: 1.42857;
}

body h1 {
  font-size: 3rem;
}

body h5 {
  font-size: 0.75rem;
}

body h6 {
  font-size: 0.5rem;
}

body ol,
body ul {
  list-style: none;
}

body hr {
  display: none;
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border-width: 0;
}

body progress {
  vertical-align: baseline;
}

body details {
  display: block;
}

body summary {
  display: list-item;
}

body template {
  display: none;
}

body kbd {
  padding: 0 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
  line-height: 0;
}

body pre {
  display: inline-grid;
  overflow-x: auto;
  width: 100%;
  margin: 0.5rem 0;
  padding: 0.5em;
  border-radius: 0.25rem;
  background-color: #eee;
  font-family: "Roboto Mono", monospace;
  font-size: 0.75rem;
}

body code,
body samp {
  padding: 0 0.5em;
  border-radius: 0.25rem;
  background: #eee;
  font-family: "Roboto Mono", monospace;
}

body b,
body strong {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

body textarea {
  overflow: auto;
  width: 100%;
  padding: 0;
  letter-spacing: normal;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body em {
  font-weight: bold;
}

body u {
  text-decoration: none;
  border-bottom: 1px solid;
}

body address {
  font-weight: normal;
}

body i {
  font-family: serif;
  font-style: italic;
}

body mark {
  background: #fae3c4;
}

body p {
  display: block;
  letter-spacing: normal;
  word-break: normal;
  line-height: inherit;
}

body br {
  letter-spacing: normal;
}

body abbr[title] {
  padding-bottom: 1px;
  cursor: default;
  text-decoration: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dashed;
  text-decoration: underline dashed;
  border-bottom: none;
}

body details:active,
body details:focus,
body details:hover {
  outline: none;
}

body sup,
body sub {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
}

body sub {
  bottom: -0.25em;
  vertical-align: baseline;
}

body sup {
  vertical-align: super;
}

body ruby rt {
  color: #0081a0;
  font-size: 0.75rem;
  line-height: 0;
}

body ruby rt::before {
  margin-left: 3px;
  content: "(";
}

body ruby rt::after {
  margin-right: 3px;
  content: ")";
}

body blockquote,
body q {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 1rem 0;
  line-height: 2;
}

body blockquote::before,
body blockquote::after,
body q::before,
body q::after {
  content: "";
  content: none;
}

body blockquote.type01 {
  padding: 1rem;
  border: 2px dashed #e6e6e6;
  background-color: #f3f3f3;
  font-family: serif;
  font-weight: 400;
  font-style: italic;
}

body blockquote.type02 {
  display: inline;
  padding: 0.35rem;
  text-align: left;
  color: #fff;
  background-color: #000;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

body cite {
  display: inline-block;
}

body dfn {
  display: inline-block;
}

body ::-moz-selection {
  color: #fff;
  background-color: #e8208c;
}

body ::selection {
  color: #fff;
  background-color: #e8208c;
}

body .description {
  color: #999;
  font-family: serif;
}

body small,
body .small {
  font-size: 0.8rem;
}

body .text-overflow {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

body .small-tip {
  padding: 0.25rem 0.75rem;
  color: #fff;
  border-radius: 50px;
  background-color: #999;
  font-size: 0.875rem;
  line-height: 1;
}

body .after-line::after {
  display: inline-block;
  width: 16px;
  height: 1px;
  margin-left: 5px;
  content: " ";
  background: #666;
}

body .trans-bg {
  background-color: transparent !important;
}

body .position-relative {
  position: relative;
}

body .bg-arrow-rc {
  background: url("/assets/img/common/ico_link.png") no-repeat;
  background-color: transparent;
  background-position: right 0.5rem center;
  background-size: 20px;
}

body .shadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}

body .text-shadow {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}

body .hide {
  display: block;
  height: 0;
  padding: 0;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}

body .hidden,
body [hidden] {
  display: none !important;
}

body .round {
  padding: 0.5rem 1rem;
  border-radius: 50px;
}

body .payment {
  display: inline-block;
  color: #fff;
  background-color: #393c44;
}

body .finish {
  display: inline-block;
  color: #fff;
  background-color: #801494;
}

body .cancel {
  display: inline-block;
  color: #fff;
  background-color: #999;
}

body .continue {
  display: inline-block;
  color: #fff;
  background-color: #b49858;
}

body .quick-view .bx-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body .quick-view .bx-wrapper .bx-pager-link {
  background: #999 !important;
}

body .quick-view .bx-wrapper .bx-pager-link.active {
  background: #801494 !important;
}

body .quick-view .slidersample ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 0.5rem;
  border-bottom: 1px solid #e0e2e2;
}

body .quick-view .order-data-photo {
  width: 80px;
  height: 80px;
}

body .quick-view .order-data-title h3 {
  margin: 0;
  font-size: 1rem;
}

body .quick-view .order-product-info span {
  font-size: 0.75rem;
}

body .quick-view .order-product-info .info-item span::after {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 0.5rem;
  content: "";
  background-color: #999;
}

body .quick-view .order-product-info .info-item span:last-child::after {
  display: none;
  margin-right: 0;
  content: "";
}

/* title */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  border-style: none;
}

figure {
  position: relative;
  display: inline-block;
  text-align: center;
}

figure figcaption {
  padding: 0.25rem 0 0;
  color: #999;
  font-family: serif;
  font-size: 1rem;
  font-style: italic;
  line-height: inherit;
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-size: cover;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-size: cover;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bounce {
  100% {
    top: -5px;
  }
}
@keyframes bounce {
  100% {
    top: -5px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
  100% {
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
  100% {
    -webkit-transform: translate(200px, 0);
    transform: translate(200px, 0);
  }
}
@-webkit-keyframes wiggle-animation {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-box-shadow: 0 2px 2px #000;
    box-shadow: 0 2px 2px #000;
  }
  2% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  4% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  6% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  9% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  10% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-animation {
  0% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-box-shadow: 0 2px 2px #000;
    box-shadow: 0 2px 2px #000;
  }
  2% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  4% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  6% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  9% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
  10% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
button {
  display: inline-block;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-transform: none;
  border: 0;
  border-width: 1px;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 1rem;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: none;
}

button b {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

button span {
  display: inline-block;
}

button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button.btn-primary {
  color: #fff;
  border-color: #801494;
  background-color: #801494;
}

button.btn-gray-dark {
  color: #fff;
  border-color: #393c44;
  background-color: #393c44;
}

button.btn-gray-dark.cancel {
  opacity: 0.5;
}

button.btn-gray-light {
  color: #333;
  border-color: #e0e2e2;
  background-color: #e0e2e2;
}

button.round {
  padding: 0.5rem 1rem;
  border-radius: 100px;
}

button.road {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5rem 0.875rem;
  color: #333;
  background-color: #e0e2e2;
  font-size: 0.875rem;
}

button.road:last-child {
  margin-top: 0.25rem;
}

button.road b {
  text-align: left;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

button.road span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10px;
  height: 14px;
  background: url("/assets/img/common/ico_arrow_bold.png") no-repeat -16px 0/cover;
  align-self: center;
  -ms-flex-item-align: center;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=file] {
  display: inline-block;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  -webkit-appearance: button;
  -moz-appearance: none;
  appearance: none;
}

input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=file]:active {
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
}

input[type=button] span,
input[type=submit] span,
input[type=reset] span,
input[type=file] span {
  display: block;
}

.button {
  display: inline-block;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
  text-align: center;
  text-transform: none;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 1rem;
  -webkit-appearance: button;
}

.reset {
  margin: 0;
  padding: 0;
  word-break: keep-all;
  color: unset;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

[role=button] {
  cursor: pointer;
}

*:disabled,
button[disabled],
button[disabled=disabled],
input[disabled],
input[disabled=disabled] {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: #999 !important;
}

*:disabled:active,
button[disabled]:active,
button[disabled=disabled]:active,
input[disabled]:active,
input[disabled=disabled]:active {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.disabled {
  color: #999;
}

/* jquery ui datepicker */
#ui-datepicker-div {
  left: 0 !important;
  width: 100% !important;
  font-size: 12px !important;
}

#ui-datepicker-div .ui-datepicker-calendar th {
  padding: 3px 0 !important;
}

#ui-datepicker-div .ui-datepicker-calendar td {
  width: 14% !important;
  padding: 0 !important;
  text-align: center !important;
}

#ui-datepicker-div .ui-state-default {
  display: block !important;
  padding: 10px 0 !important;
  text-align: center !important;
  border: 0 !important;
}

.ui-widget-header {
  position: relative;
  display: block;
  height: 40px;
  color: #333;
  border: 1px solid #ddd;
  background: #e9e9e9;
  font-weight: bold;
}

.ui-widget-header .ui-datepicker-prev,
.ui-widget-header .ui-datepicker-next {
  position: absolute;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_arrow_slim.png") no-repeat;
  background-size: 20px;
}

.ui-widget-header .ui-datepicker-prev {
  left: 10px;
  background-position: 0 -60px;
}

.ui-widget-header .ui-datepicker-next {
  right: 10px;
  background-position: right -20px;
}

.ui-widget-header .ui-datepicker-title {
  position: absolute;
  left: 40px;
  width: calc(100% - 80px);
  height: 40px;
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}

.ui-datepicker-trigger {
  position: absolute;
  left: 0;
  top: 35px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.pl-ml .ui-datepicker-trigger {
  position: absolute;
  left: 20px;
  top: 35px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.pl-ml2 .ui-datepicker-trigger {
  position: absolute;
  left: 20px;
  top: auto;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

.hasDatepicker {
  position: absolute;
  left: 30px;
}

.rentDate .ui-datepicker-trigger {
  position: absolute;
  left: 0;
  top: 15px;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

/* a {display: inline-block; -webkit-transition: .5s; transition: .5s; text-decoration: none; color: inherit; background-color: transparent; -webkit-tap-highlight-color: transparent;}
a:hover, a:focus {-webkit-transition: .5s;transition: .5s; text-decoration: none;} */
a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

a:hover,
a:focus {
  text-decoration: none;
}

a[href^=tel] {
  font-style: normal;
}

li a {
  text-decoration: none;
  border: none;
}

li a:hover,
li a:focus {
  text-decoration: none;
  border: none;
}

legend {
  display: table;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: 0;
  padding: 0;
  padding: 0;
  white-space: normal;
  color: inherit;
  color: transparent;
  text-shadow: none;
  font: 0/0 a;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=checkbox]:disabled {
  cursor: not-allowed;
  border: 0;
  background-color: transparent;
}

[type=checkbox]:disabled + label {
  opacity: 0.3;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.65em;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text],
input[type=password],
input[type=tel] {
  position: relative;
}

input[type=date] {
  padding-right: 0;
  word-break: keep-all;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 0.5rem top 50%;
  background-size: 1rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=file] {
  padding: 0.5rem 0.25rem;
}

input::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

.inputMarktingAgree {
  appearance: auto;
}

input:not([type=radio]),
input:not([type=checkbox]) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input:not([type=radio]):hover,
input:not([type=radio]):focus,
input:not([type=checkbox]):hover,
input:not([type=checkbox]):focus {
  border-color: #0081a0;
}

.mapInfoTop input:not([type=radio]):hover,
.mapInfoTop input:not([type=radio]):focus,
.mapInfoTop input:not([type=checkbox]):hover,
.mapInfoTop input:not([type=checkbox]):focus {
  border-color: initial;
  border-bottom: 1px solid #cbcbcb;
}

/* Spoqa Han Sans 폰트 */
@font-face {
  font-family: "Spoqa Han Sans Regular";
  src: url("/assets/font/Spoqa Han Sans Regular.eot");
  src: url("/assets/font/Spoqa Han Sans Regular?#iefix") format("embedded-opentype"), url("/assets/font/Spoqa Han Sans Regular.woff2") format("woff2"), url("/assets/font/Spoqa Han Sans Regular.woff") format("woff"), url("/assets/font/Spoqa Han Sans Regular.ttf") format("truetype"), url("/assets/font/Spoqa Han Sans Regular.svg#Spoqa Han Sans Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Spoqa Han Sans Bold";
  src: url("/assets/font/Spoqa Han Sans Bold.eot");
  src: url("/assets/font/Spoqa Han Sans Bold.eot?#iefix") format("embedded-opentype"), url("/assets/font/Spoqa Han Sans Bold.woff2") format("woff2"), url("/assets/font/Spoqa Han Sans Bold.woff") format("woff"), url("/assets/font/Spoqa Han Sans Bold.ttf") format("truetype"), url("/assets/font/Spoqa Han Sans Bold.svg#Spoqa Han Sans Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Spoqa Han Sans Light";
  src: url("/assets/font/Spoqa Han Sans Light.eot");
  src: url("/assets/font/Spoqa Han Sans Light.eot?#iefix") format("embedded-opentype"), url("/assets/font/Spoqa Han Sans Light.woff2") format("woff2"), url("/assets/font/Spoqa Han Sans Light.woff") format("woff"), url("/assets/font/Spoqa Han Sans Light.ttf") format("truetype"), url("/assets/font/Spoqa Han Sans Light.svg#Spoqa Han Sans Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Spoqa Han Sans Thin";
  src: url("/assets/font/Spoqa Han Sans Thin.eot");
  src: url("/assets/font/Spoqa Han Sans Thin.eot?#iefix") format("embedded-opentype"), url("/assets/font/Spoqa Han Sans Thin.woff2") format("woff2"), url("/assets/font/Spoqa Han Sans Thin.woff") format("woff"), url("/assets/font/Spoqa Han Sans Thin.ttf") format("truetype"), url("/assets/font/Spoqa Han Sans Thin.svg#Spoqa Han Sans Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* 은영체 */
@font-face {
  font-family: "KCC-eunyoung";
  src: url("/assets/font/KCC-eunyoung-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* NanumBarunGothic 기본 폰트 */
@font-face {
  font-family: "NanumBarunGothic";
  src: url("/assets/font/NanumBarunGothic.eot") format("eot");
  src: url("/assets/font/NanumBarunGothic.woff") format("woff");
}
/* NanumBarunGothic 굵은 폰트 */
@font-face {
  font-family: "NanumBarunGothicBold";
  src: url("/assets/font/NanumBarunGothicBold.eot") format("eot");
  src: url("/assets/font/NanumBarunGothicBold.woff") format("woff");
}
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mgn {
  margin: 0 !important;
}

.mtn {
  margin-top: 0 !important;
}

.pdn {
  padding: 0 !important;
}

.ptn {
  padding-top: 0 !important;
}

i {
  /* icon */
}

i.ico01,
i.ico02,
i.ico03,
i.ico04,
i.ico05,
i.ico06,
i.ico07,
i.ico08 {
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
  background-size: 250px auto;
}

i.ico01 {
  width: 10px;
  height: 15px;
  background-position: 0 0;
}

i.ico02 {
  width: 19px;
  height: 19px;
  background-position: -79px 0;
}

i.ico03 {
  width: 23px;
  height: 22px;
  background-position: -124px 0;
}

i.ico04 {
  width: 19px;
  height: 21px;
  background-position: -179px 0;
}

i.ico05 {
  width: 24px;
  height: 17px;
  background-position: -220px 0;
}

i.ico06 {
  width: 19px;
  height: 19px;
  background-position: -79px -32px;
}

i.ico07 {
  width: 20px;
  height: 20px;
  background-position: 0 -32px;
}

i.ico08 {
  width: 22px;
  height: 20px;
  background-position: -36px -32px;
}

a {
  /* sns icon */
}

a.sns01,
a.sns02,
a.sns03 {
  background: url("/assets/img/common/sns.png") no-repeat 0 0;
}

a.sns01 {
  width: 11px;
  height: 20px;
  background-position: 0 0;
}

a.sns02 {
  width: 16px;
  height: 20px;
  background-position: 0 -22px;
}

a.sns03 {
  width: 21px;
  height: 20px;
  background-position: 0 -43px;
}

a.layPopClose {
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
  background-size: 250px auto;
}

a.layPopClose {
  width: 15px;
  height: 15px;
  background-position: -125px -32px;
}

a.gallPopClose {
  background: url("/assets/img/common/icon_set.png") no-repeat 0 0;
  background-size: 250px auto;
}

a.gallPopClose {
  width: 15px;
  height: 15px;
  background-position: -125px -32px;
}

span.divi {
  display: inline-block;
  width: 12px;
  height: 2px;
  background: url("/assets/img/common/divi_01.png") no-repeat 0 0;
}

span.divi.type02 {
  position: relative;
  top: -3px;
  width: 12px;
  height: 1px;
  background: #333;
}

.po_m10 {
  position: relative;
  top: -10px;
}

.po_01 {
  position: relative;
  top: 1px;
}

.po_02 {
  position: relative;
  top: 2px;
}

.po_04 {
  position: relative;
  top: 4px;
}

.po_05 {
  position: relative;
  top: 5px;
}

.po_15 {
  position: relative;
  top: 15px;
}

/* font */
.fh {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.fb {
  font-weight: bold;
}

.fn {
  font-family: "Spoqa Han Sans Light", "Sans-serif";
  font-weight: normal;
}

.funder {
  text-decoration: underline;
}

.f_ell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ls01 {
  letter-spacing: -0.8px;
}

.ls02 {
  letter-spacing: -1.2px;
}

.lh01 {
  line-height: 1.6;
}

/* size */
.w120 {
  width: 120px;
}

.w130 {
  width: 130px;
}

.w145 {
  width: 145px;
}

.w205 {
  width: 205px;
}

.w280 {
  width: 280px;
}

.w400 {
  width: 400px;
}

.w90per {
  width: 80%;
}

.w50per {
  width: 50%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w28per {
  width: 28%;
}

.w30per {
  width: 30%;
}

.w33per {
  width: 33%;
}

.w100per {
  width: 100%;
}

.float {
  all: unset;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-center {
  float: none;
  margin: 0 auto;
}

.align {
  all: unset;
}

.align-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.align-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.text {
  all: unset;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.border {
  border: 1px solid #e6e6e6;
}

.border-radius {
  overflow: hidden;
  border-radius: 5px;
}

.border-none {
  border: none;
}

.border-white-top {
  border-top: 1px solid #fff;
}

.border-primary-bottom {
  border-bottom: 3px solid #801494;
}

.border-gray-bottom {
  border-bottom: 1px solid #cbcbcb;
}

.border-top {
  border-top: 1px solid #e6e6e6;
}

.border-top-none {
  border-top: none;
}

.border-right {
  border-right: 1px solid #e6e6e6;
}

.border-right-none {
  border-right: none;
}

.border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.border-bottom-none {
  border-bottom: none;
}

.border-left {
  border-left: 1px solid #e6e6e6;
}

.border-left-none {
  border-left: none;
}

.border.dashed {
  border-style: dashed;
}

.border.dotted {
  border-style: dotted;
}

.font {
  /* 폰트 */
}

.font-gray {
  color: #999;
}

.font-white {
  color: #fff !important;
}

.font-size-s {
  font-size: 0.5rem;
}

.font-size-sm {
  font-size: 0.875rem;
}

.font-size-m {
  font-size: 1rem;
}

.font-size-ml {
  font-size: 1.5rem;
}

.font-size-l {
  font-size: 2rem;
}

.dark-line {
  border-color: #cbcbcb;
}

.m {
  /* 마진 기본 세트 */
}

.mt-xl {
  margin-top: 4rem;
}

.mr-xl {
  margin-right: 4rem;
}

.mb-xl {
  margin-bottom: 4rem;
}

.ml-xl {
  margin-left: 4rem;
}

.mt-l {
  margin-top: 2rem;
}

.mr-l {
  margin-right: 2rem;
}

.mb-l {
  margin-bottom: 2rem;
}

.ml-l {
  margin-left: 2rem;
}

.mt-ml {
  margin-top: 1.5rem;
}

.mr-ml {
  margin-right: 1.5rem;
}

.mb-ml {
  margin-bottom: 1.5rem;
}

.ml-ml {
  margin-left: 1.5rem;
}

.mt-m {
  margin-top: 1rem;
}

.mr-m {
  margin-right: 1rem;
}

.mb-m {
  margin-bottom: 1rem;
}

.ml-m {
  margin-left: 1rem;
}

.mt-sm {
  margin-top: 0.875rem;
}

.mr-sm {
  margin-right: 0.875rem;
}

.mb-sm {
  margin-bottom: 0.875rem;
}

.ml-sm {
  margin-left: 0.875rem;
}

.mt-s {
  margin-top: 0.5rem;
}

.mr-s {
  margin-right: 0.5rem;
}

.mb-s {
  margin-bottom: 0.5rem;
}

.ml-s {
  margin-left: 0.5rem;
}

.mt-xs {
  margin-top: 0.25rem;
}

.mr-xs {
  margin-right: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.25rem;
}

.ml-xs {
  margin-left: 0.25rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.p {
  /* 패딩 기본 세트 */
}

.pt-xl {
  padding-top: 4rem;
}

.pr-xl {
  padding-right: 4rem;
}

.pb-xl {
  padding-bottom: 4rem;
}

.pl-xl {
  padding-left: 4rem;
}

.pt-l {
  padding-top: 2rem;
}

.pr-l {
  padding-right: 2rem;
}

.pb-l {
  padding-bottom: 2rem;
}

.pl-l {
  padding-left: 2rem;
}

.pt-ml {
  padding-top: 1.5rem;
}

.pr-ml {
  padding-right: 1.5rem;
}

.pb-ml {
  padding-bottom: 1.5rem;
}

.pl-ml {
  padding-left: 1.5rem;
}

.pt-m {
  padding-top: 1rem;
}

.pr-m {
  padding-right: 1rem;
}

.pb-m {
  padding-bottom: 1rem;
}

.pl-m {
  padding-left: 1rem;
}

.pt-sm {
  padding-top: 0.875rem;
}

.pr-sm {
  padding-right: 0.875rem;
}

.pb-sm {
  padding-bottom: 0.875rem !important;
}

.pl-sm {
  padding-left: 0.875rem !important;
}

.pt-s {
  padding-top: 0.5rem !important;
}

.pr-s {
  padding-right: 0.5rem !important;
}

.pb-s {
  padding-bottom: 0.5rem !important;
}

.pl-s {
  padding-left: 0.5rem !important;
}

.pt-xs {
  padding-top: 0.25rem;
}

.pr-xs {
  padding-right: 0.25rem;
}

.pb-xs {
  padding-bottom: 0.25rem;
}

.pl-xs {
  padding-left: 0.25rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.layout-r,
.result-data-hash .hash-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout-r.same-size .inline,
.result-data-hash .same-size.hash-item .inline {
  overflow: hidden;
  width: 100%;
}

.layout-r2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.layout-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.inset {
  padding: 0;
}

.inset-xl {
  padding: 4rem;
}

.inset-l {
  padding: 2rem;
}

.inset-ml {
  padding: 1.5rem;
}

.inset-m {
  padding: 1rem;
}

.inset-sm {
  padding: 0.875rem;
}

.inset-s {
  padding: 0.5rem;
}

.inset-xs {
  padding: 0.25rem;
}

[class^=inset-] {
  display: block;
}

.stack {
  margin-bottom: 0;
}

.stack-xl > .stack {
  margin-bottom: 4rem;
}

.stack-l > .stack {
  margin-bottom: 2rem;
}

.stack-ml > .stack {
  margin-bottom: 1.5rem;
}

.stack-m > .stack {
  margin-bottom: 1rem;
}

.stack-sm > .stack {
  margin-bottom: 0.875rem;
}

.stack-s > .stack {
  margin-bottom: 0.5rem;
}

.stack-xs > .stack {
  margin-bottom: 0.25rem;
}

.stack:last-child {
  margin-bottom: 0;
}

.inline {
  margin-right: 0;
}

.inline-xl > .inline {
  margin-right: 4rem;
}

.inline-l > .inline {
  margin-right: 2rem;
}

.inline-ml > .inline {
  margin-right: 1.5rem;
}

.inline-m > .inline {
  margin-right: 1rem;
}

.inline-sm > .inline {
  margin-right: 0.875rem;
}

.inline-s > .inline {
  margin-right: 0.5rem;
}

.inline-xs > .inline {
  margin-right: 0.25rem;
}

.inline:last-child {
  margin-right: 0;
}

.col {
  width: auto;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.col-7 {
  width: 14.2857142857%;
}

.col-8 {
  width: 12.5%;
}

.col-9 {
  width: 11.1111111111%;
}

.col-10 {
  width: 10%;
}

.full-width {
  width: 100%;
}

.w80 {
  width: 80%;
}

.w20 {
  width: 20%;
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* .ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); support: IE8
}

.ui-front {
	z-index: 100;
}
 */
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer; /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

/* 옵션메뉴 */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 10px 1em 10px 0.4em;
  font-size: 13px;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.selectWrap .ui-button {
  height: 48px;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.selectWrap02 .ui-button {
  height: 28px;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.selectWrap03 .ui-button {
  /* background:#fafafa; */
  height: 48px;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.selectWrapShort .ui-button {
  /* background:#fafafa; */
  height: 48px;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.selectWrapShort02 .ui-button {
  /* background:#fafafa; */
  height: 30px;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
/* .ui-controlgroup-vertical .ui-spinner-input {

	Support: IE8 only, Android < 4.4 only
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
} */
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25); /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 10000;
}

/* 나오는부분 */
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  height: 134px;
  text-align: left;
} /* defalut */
.selectWrapShort .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  height: 64px;
} /* 옵션값 짧은경우 (ex)이용약관 */
.selectWrapShort02 .ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
  height: 64px;
  padding: 0;
  margin: 0;
} /* 옵션값 짧은경우 (ex)랭귀지 */
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

/* default */
.selectWrap .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px; /* font-family:'돋움', 'dotum';  */
  line-height: 50px;
  padding-left: 19px;
}

.selectWrap .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%; /*  border:1px solid red  */ /* 원래 width:14em */
} /* 가로사이즈 */
/* 작은 select */
.selectWrap02 .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px; /* font-family:'돋움', 'dotum';  */
  line-height: 30px;
  padding-left: 7px;
}

.selectWrap02 .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%; /* 원래 width:14em */
} /* 가로사이즈 */
/* 작은 select02 */
.selectWrapShort02 .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px; /* font-family:'돋움', 'dotum';  */
  line-height: 30px;
  padding-left: 7px;
}

.selectWrapShort02 .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%; /* 원래 width:14em */
} /* 가로사이즈 */
/* 바탕회색 select */
.selectWrap03 .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px; /* font-family:'돋움', 'dotum';  */
  line-height: 50px;
  padding-left: 19px;
}

.selectWrap03 .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%; /* 원래 width:14em */
} /* 가로사이즈 */
/* 기본 + 옵션값만 64px인 경우 */
.selectWrapShort .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px; /* font-family:'돋움', 'dotum';  */
  line-height: 50px;
  padding-left: 19px;
}

.selectWrapShort .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%; /*  border:1px solid red  */ /* 원래 width:14em */
} /* 가로사이즈 */
/* select높이 30px 옵션값이 64px인 경우 */
.selectWrapShort02 .ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px; /* font-family:'돋움', 'dotum';  */
  line-height: 30px;
  padding-left: 7px;
}

.selectWrapShort02 .ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%; /*  border:1px solid red  */ /* 원래 width:14em */
} /* 가로사이즈 */
.selectWrap .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 17px;
  margin-right: 12px;
} /* 화살표아이콘 */
.selectWrap02 .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 7px;
  margin-right: 12px;
} /* 화살표아이콘 */
.selectWrap03 .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 17px;
  margin-right: 12px;
} /* 화살표아이콘 */
.selectWrapShort .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 17px;
  margin-right: 12px;
} /* 화살표아이콘 */
.selectWrapShort02 .ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 7px;
  margin-right: 12px;
} /* 화살표아이콘 */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  /*	font-family: Arial,Helvetica,sans-serif;*/
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  /*	font-family: Arial,Helvetica,sans-serif;*/
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* 옵션 세로값고정 */
.selectWrap .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  height: 130px;
  overflow-y: auto;
}

.selectWrap02 .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  height: 64px;
  overflow-y: auto;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
  font-size: 13px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc; /* background: #ededed; */
  font-weight: normal;
  color: #2b2b2b;
  border: 1px solid #f04040;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  /* color: #2b2b2b; */
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #eee;
  background: #eee;
  font-weight: normal;
  color: #000;
  font-size: 13px;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70); /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35); /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/img/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/assets/img/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("/assets/img/common/select_arrow.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("/assets/img/common/select_arrow.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("/assets/img/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/img/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("/assets/img/common/select_arrow.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* .ui-icon-triangle-1-s { background-position: -65px -16px; } 원본*/
.ui-icon-triangle-1-s {
  background-position: 0px 5px;
} /* 추가수정 */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
} */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e0e7ee;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #d0dae5;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #88bfff;
}

.nice-select:after {
  border-bottom: 2px solid #90a1b5;
  border-right: 2px solid #90a1b5;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #e7ecf2;
  color: #90a1b5;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cdd5de;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f7f9;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #90a1b5;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

code[class*=language-],
pre[class*=language-] {
  border-radius: 2px;
  color: #445870;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  direction: ltr;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  letter-spacing: 0;
}

/* Code blocks */
pre[class*=language-] {
  padding: 18px 24px;
  margin: 0 0 24px;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f6f7f9;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0 2px 1px;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #90a1b5;
}

.token.punctuation {
  color: #999;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #ec4444;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #4abf60;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #55a1fb;
}

.token.function {
  color: #dd4a68;
}

.token.regex,
.token.important,
.token.variable {
  color: #e90;
}

.token.important,
.token.bold {
  font-weight: bold;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* color: #445870; */
  /* font-family: 'Work Sans', sans-serif; */
  /* font-size: 14px; */
  /* font-weight: normal; */
  /* letter-spacing: -0.25px; */
  /* margin: 0; */
  /* padding: 0 18px; } */
}

p {
  line-height: 1.6;
  margin: 0 0 1.6em;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -2px;
  margin: 0 0 24px;
}

h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 12px;
  padding-top: 48px;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 12px;
  padding-top: 12px;
}

ul {
  margin: 0;
  padding-left: 16px;
}

a:not(.button) {
  color: #55a1fb;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

a:not(.button):hover,
a:not(.button):focus {
  border-bottom: 1px solid #88bfff;
}

::-moz-selection {
  background: #f3f4f7;
}

::selection {
  background: #f3f4f7;
}

.container {
  margin: 96px auto 60px;
  max-width: 40em;
}

.box {
  background-color: #f6f7f9;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 24px 30px;
}

.box:before,
.box:after {
  content: "";
  display: table;
}

.box:after {
  clear: both;
}

label {
  color: #90a1b5;
  font-size: 11px;
  margin: 0 2px 4px;
  text-transform: uppercase;
  float: left;
}

label.right {
  float: right;
}

.button {
  -webkit-tap-highlight-color: transparent;
  background-color: #55a1fb;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  outline: none;
  padding: 0 24px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  width: auto;
}

.button:hover,
.button:focus {
  background-color: #4196fb;
}

.button:active,
.button.nice-select.open {
  background-color: #2d8bfa;
}

.button.light {
  background-color: #fff;
  border: 1px solid #e0e7ee;
  color: #55a1fb;
  line-height: 40px;
  margin-left: 24px;
}

.button.light:hover {
  border-color: #d0dae5;
}

.button.light:active,
.button.light.nice-select.open,
.button.light:focus {
  border-color: #88bfff;
}

@media screen and (max-width: 360px) {
  .button {
    width: 100%;
  }
  .button.light {
    margin: 18px 0 0;
  }
}
.header {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (min-width: 600px) {
  .header {
    padding: 0 18px;
  }
}
.header p {
  color: #90a1b5;
  font-size: 18px;
  margin-bottom: 36px;
}

.footer {
  text-align: center;
}

.footer p {
  margin-bottom: 90px;
}

.credit {
  color: #90a1b5;
  clear: both;
  font-size: 12px;
  margin-top: 90px;
}

/*! nouislider - 14.5.0 - 5/11/2020 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3fb8af;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.9.1
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 03.08.2019
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.os-content > .os-textarea {
  box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  box-sizing: border-box;
}

.os-resize-observer-host:after {
  content: "";
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  box-sizing: content-box;
}

.os-resize-observer.observed,
object.os-resize-observer {
  box-sizing: border-box !important;
}

.os-size-auto-observer {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation;
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute; /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999; /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/assets/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/font/slick.woff");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: none;
  display: block;
  width: 0;
  height: 0;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.selectPolicy {
  padding: 0 0 0 380px;
  transform: translate(50%, -50%);
  font-weight: 500;
  font-size: 16px;
  color: #454545;
  line-height: 24px;
  height: 54px;
  width: 50%;
  font-family: "NanumBarunGothic", "Sans-serif";
  font-style: normal;
  letter-spacing: -0.1px;
  vertical-align: middle;
  background: #f2f4f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE0M0FDN0ZFQjE0QjExRUI5N0IxRjc3OTVBQjAzNkM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE0M0FDN0ZGQjE0QjExRUI5N0IxRjc3OTVBQjAzNkM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTQzQUM3RkNCMTRCMTFFQjk3QjFGNzc5NUFCMDM2QzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTQzQUM3RkRCMTRCMTFFQjk3QjFGNzc5NUFCMDM2QzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7GpK4JAAABJ0lEQVR42pyUQUsCQRiGx3FL84+VBSrYoUMHDxGEhBBCIurFIopSIyLKvIZS5q1j1zz4l1LfD96FYZpdx154Fvab73t22dndxPd0ppAk6IMv8KH+l32QBcfgN8BBg1dQAodgAcZrSovgDWzQdyTiF0oVF6ThAEw8pQVDquiai/2HdxlmEwxBzkMqPSPOhBHXVMQDcOKQv4O9GOkue2ypuPqahWdQdsg/uSF2snxUtvSULqWNhSdQcchFsGPUtiOkMvsYFgLrTh54sS5IsJaiKM/zCWtmzjirosSSe8o7Ri1tvCVbDmnPlgQRG9Ol/NaoZRx9Vfb+iY7Z9TtwHrNeY49aVyy5AXVHvQGu4wa1x0dwBZrGeQtcrhoKPD/bC/6oJG2fgaUAAwAbiTeHlIWUHgAAAABJRU5ErkJggg==) no-repeat right 20px center/11px auto;
}

div.sizeFinder {
  display: none;
  position: fixed;
  background-color: #fff;
  z-index: 3000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

div.sizeFinder .nice-select {
  display: inline-block;
  float: none;
  border-radius: 0;
  border: 1px solid #aaa;
}

div.sizeFinder .modal-wrap {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 10% 5% 10%;
  margin-top: 0px;
  position: relative;
}

div.sizeFinder .modal-wrap .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

div.sizeFinder .type-tab {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 8%;
}

div.sizeFinder .type-tab a {
  width: 33%;
  display: inline-block;
  padding: 2% 0;
  text-align: center;
  font-size: 18px;
  font-family: "NanumBarunGothic";
  color: #ffffff;
  background-color: #aaaaaa;
  position: relative;
}

div.sizeFinder .type-tab a.active {
  background-color: #831f82;
}

div.sizeFinder .type-tab a.active:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  left: 50%;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: #831f82;
  color: #831f82;
  transform: rotate(45deg);
}

div.sizeFinder .btn-wrap {
  text-align: center;
}

div.sizeFinder .btn-wrap a {
  padding: 10px 20px;
  margin: 0 8px;
  min-width: 120px;
  background-color: #831f82;
  border: 1px solid #831f82;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

div.sizeFinder .btn-wrap a.retry {
  background-color: #474747;
  border: 1px solid #474747;
}

div.sizeFinder .btn-wrap a.submit {
  background-color: #831f82;
  border: 1px solid #831f82;
}

div.sizeFinder .btn-wrap a.addrear {
  display: block;
  margin: 10px auto 0 auto;
  width: 70%;
  background-color: #fff;
  border: 1px solid #831f82;
  color: #831f82;
}

div.sizeFinder select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

div.sizeFinder .choice-size {
  clear: both;
  margin-top: 10px;
  width: 95%;
  margin: 0 auto;
  flex-flow: wrap;
}

div.sizeFinder .choice-size li {
  width: 100%;
}

div.sizeFinder .choice-size li a {
  width: 100%;
  color: #58595b;
  border: 1px solid #aaaaaa;
  font-size: 18px;
  padding: 15px 0;
  text-align: center;
  margin-left: -1px;
  margin-top: -1px;
}

div.sizeFinder .choice-size li a.active {
  color: #831f82;
  border: 1px solid #831f82;
  font-weight: bold;
  z-index: 1;
  position: relative;
}

div.sizeFinder .size-tab.type-num {
  padding: 0;
}

div.sizeFinder .size-tab.type-num.step-01 {
  display: none;
}

div.sizeFinder .size-tab.type-num.step-01 .img-wrap {
  text-align: center;
  margin-bottom: 9%;
}

div.sizeFinder .size-tab.type-num.step-01 .img-wrap img {
  width: 60%;
}

div.sizeFinder .size-tab.type-num.step-01 .form {
  margin-bottom: 30px;
  margin-bottom: 5%;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item {
  margin-bottom: 5%;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item .label {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item .input-wrap {
  vertical-align: middle;
  width: 75%;
  display: inline-block;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item .input-wrap input {
  border: 1px solid #ccc;
  vertical-align: middle;
  width: 100%;
  padding: 2% 4%;
  line-height: 30px;
  font-size: 13px;
  color: black;
}

div.sizeFinder .size-tab.type-num.step-01 .form .form-item .input-wrap input::placeholder {
  font-size: 13px;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement {
  margin-bottom: 30px;
  background-color: #ededed;
  padding: 5% 2%;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement .agreement-item {
  display: inline-block;
  padding: 2% 20px;
  position: relative;
  width: 100%;
  text-align: center;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement .agreement-item span.label {
  float: left;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement .agreement-item a {
  float: right;
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
}

div.sizeFinder .size-tab.type-num.step-01 .agreement span.red {
  color: red;
}

div.sizeFinder .size-tab.type-num.step-01 .btn-wrap {
  text-align: center;
}

div.sizeFinder .size-tab.type-num.step-01 .btn-wrap a {
  padding: 4% 7%;
  background-color: #831f82;
  color: #fff;
  font-size: 20px;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .img-wrap {
  text-align: center;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text {
  padding-top: 10px;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-name {
  margin-bottom: 10px;
  line-height: 1.375;
  font-size: 25px;
  color: #831f82;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-year {
  margin-bottom: 10px;
  font-size: 16px;
  color: #58595b;
  display: flex;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-year label {
  width: 25%;
  display: inline-block;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-year span {
  display: block;
  width: 100%;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-grade {
  font-size: 16px;
  color: #58595b;
  display: flex;
  align-items: baseline;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-grade label {
  width: 25%;
}

div.sizeFinder .size-tab.type-num.step-02 .car-info .car-text .car-grade select {
  border: 1px solid #ccc;
}

div.sizeFinder .size-tab.type-num.step-02 .desc {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 1.7;
}

div.sizeFinder .size-tab.type-num.step-02 .size {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  color: #831f82;
}

div.sizeFinder .item-list {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: stretch;
  height: 500px;
  overflow-y: scroll;
}

div.sizeFinder .item-list li {
  width: 100%;
}

div.sizeFinder .item-list li a {
  width: 100%;
  padding: 5%;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 1;
  border-bottom: 1px solid #eee;
}

div.sizeFinder .item-list li a:after {
  position: absolute;
  content: "";
  height: 50%;
  bottom: 25%;
  left: 50%;
  width: 0%;
  background-color: rgba(131, 31, 130, 0.1);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

div.sizeFinder .item-list li a:hover {
  color: #831f82;
  font-weight: bold;
}

div.sizeFinder .item-list li a:hover:after {
  width: 100%;
  left: 0%;
}

div.sizeFinder .size-tab.type-car {
  display: none;
  padding: 0px;
}

div.sizeFinder .size-tab.type-car .select-car-step {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  align-items: center;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item {
  position: relative;
  padding: 0 15px;
  font-size: 15px;
  color: #58595b;
  text-align: center;
  width: 20%;
  line-height: 1;
  word-break: break-word;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 12px;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  transform: rotate(45deg);
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item:first-child:after {
  display: none;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item.active span {
  position: relative;
}

div.sizeFinder .size-tab.type-car .select-car-step .step-item.active span:before {
  display: inline-block;
  content: "";
  background-image: url(/assets/img/common/car_finder/check.png);
  height: 18px;
  width: 18px;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
}

div.sizeFinder .size-tab.type-car.step-02 {
  display: none;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info {
  clear: both;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-name {
  font-size: 26px;
  color: #831f82;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-detail {
  padding-top: 20px;
  font-size: 16px;
  color: #58595b;
  line-height: 1.375;
  text-align: left;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-detail > div {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-detail > div label {
  width: 25%;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-detail > div span {
  width: 85%;
}

div.sizeFinder .size-tab.type-car.step-02 .car-info .car-detail .nice-select.grade {
  width: 250px;
}

div.sizeFinder .size-tab.type-car.step-02 .desc {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: "NanumBarunGothic";
  color: #8d8d8d;
  line-height: 1.7;
  text-align: left;
}

div.sizeFinder .size-tab.type-car.step-02 .btn-wrap {
  text-align: center;
}

div.sizeFinder .size-tab.type-car.step-02 .btn-wrap a {
  padding: 20px;
  margin: 0 5px;
  min-width: 90px;
  background-color: #831f82;
  color: #fff;
  font-size: 15px;
}

div.sizeFinder .size-tab.type-car.step-02 .btn-wrap a.retry {
  background-color: #474747;
}

div.sizeFinder .size-tab.type-car.step-02 .btn-wrap a.submit {
  background-color: #831f82;
}

div.sizeFinder .size-tab.type-size .img-wrap {
  text-align: center;
}

div.sizeFinder .size-tab.type-size.step-01 {
  display: none;
  padding: 0px;
}

div.sizeFinder .size-tab.type-size.step-01 .img-wrap img {
  width: 80%;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step,
div.sizeFinder .size-tab.type-size.step-01 .size-step-front {
  display: flex;
  justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 7px 0;
  align-items: center;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item,
div.sizeFinder .size-tab.type-size.step-01 .size-step-front .step-item {
  position: relative;
  padding: 3px 15px;
  font-size: 15px;
  color: #58595b;
  text-align: center;
  width: 25%;
  line-height: 1;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item:after,
div.sizeFinder .size-tab.type-size.step-01 .size-step-front .step-item:after {
  content: "";
  position: absolute;
  right: -5%;
  top: 50%;
  margin-top: -3px;
  height: 5px;
  width: 5px;
  border-right: 2px solid #bbb;
  border-top: 2px solid #bbb;
  transform: rotate(45deg);
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item:last-child:after,
div.sizeFinder .size-tab.type-size.step-01 .size-step-front .step-item:last-child:after {
  display: none;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item.active span,
div.sizeFinder .size-tab.type-size.step-01 .size-step-front .step-item.active span {
  position: relative;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-item.active span:before,
div.sizeFinder .size-tab.type-size.step-01 .size-step-front .step-item.active span:before {
  display: inline-block;
  content: "";
  background-image: url(/assets/img/common/car_finder/check.png);
  height: 18px;
  width: 18px;
  margin-right: 3px;
  top: 50%;
  vertical-align: middle;
  margin-top: -2px;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-front-size,
div.sizeFinder .size-tab.type-size.step-01 .size-step-front .step-front-size {
  font-size: 18px;
  color: #831f82;
  width: 20%;
  text-align: left;
  text-indent: 10px;
  position: relative;
  font-weight: bold;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step .step-ico,
div.sizeFinder .size-tab.type-size.step-01 .size-step-front .step-ico {
  display: inline-block;
  color: #831f82;
  border: 2px solid #831f82;
  padding: 1% 2%;
  line-height: 1;
  border-radius: 100px;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

div.sizeFinder .size-tab.type-size.step-01 .size-step-front {
  border-bottom: none;
  background-color: #f1f1f1;
}

div.sizeFinder .size-tab.type-size.step-01 .item-list {
  height: auto;
  overflow-y: auto;
}

div.sizeFinder .size-tab.type-size.step-01 .item-list li {
  width: 33%;
}

div.sizeFinder .size-tab.type-size.step-01 .item-list li a {
  padding: 15%;
}

div.sizeFinder .size-tab.type-size.step-02 .img-wrap img {
  width: 80%;
}

div.sizeFinder .size-tab.type-size.step-02 .result-size {
  font-size: 36px;
  font-family: "NanumBarunGothic";
  color: #831f82;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

div.sizeFinder .size-tab.type-size.step-02 .desc {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.4;
}

div.sizeFinder .size-tab.type-size.step-03 .img-wrap img {
  width: 80%;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size {
  font-size: 28px;
  font-family: "NanumBarunGothic";
  color: #831f82;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item {
  display: block;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item:before {
  display: inline-block;
  color: #831f82;
  border: 1px solid #831f82;
  line-height: 1;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  padding: 0.8% 2%;
  vertical-align: baseline;
  position: relative;
  top: -5px;
  margin-right: 10px;
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item.front:before {
  content: "전륜";
}

div.sizeFinder .size-tab.type-size.step-03 .result-size .size-item.rear:before {
  content: "후륜";
}

.tip-wrap {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

button.size-check-tip {
  padding-right: 20px;
  color: #999;
  background: transparent url(../img/product/ico_right.svg) no-repeat right 0 top 0;
  font-size: 0.875rem;
}

button.size-check-tip span:first-child {
  padding: 0.125rem 0.5rem;
  color: #fff;
  border-radius: 50px;
  background-color: #999;
}

#sizeCheckTip {
  visibility: visible;
}

.tipShow {
  position: absolute;
  width: 480px;
  background: #fff;
  border: 4px solid #812990;
  padding: 32px 44px 60px;
  border-radius: 30px;
  z-index: 4800;
  text-align: left;
  pointer-events: none;
  display: none;
}

.tipShow header {
  position: relative;
  border-bottom: 4px solid #812990;
}

.tipShow header i.tipOver {
  position: absolute;
  right: -90px;
  top: -70px;
}

.tipShow header i.tipOver.type02 {
  position: absolute;
  left: -16px;
  top: -70px;
}

.tipShow .content {
  text-align: center;
  padding-top: 40px;
}

.tipShow .content.type02 {
  text-align: left;
  padding: 20px 0;
}

.tipShow .serviceAvail {
  width: 100%;
}

.tipShow .serviceAvail p {
  line-height: 28px;
  margin-right: 8px;
}

.tipShow .serviceAvail p:last-child {
  margin-right: 0px;
}

.custom-modal-bg {
  position: fixed;
  z-index: 4900;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* layer Popup */
.popupWrap .popContents h3 {
  color: #333;
}

#layer_all.popup {
  position: fixed;
  z-index: 1;
  z-index: 8000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
}

#layer_all.popup table {
  width: 100%;
  height: 100%;
}

#layer_all.popup table tr {
  width: 100%;
  height: 100%;
}

#layer_all.popup table td {
  padding: 0;
}

/* fullPopup */
[data-position=true],
[data-order=true],
[data-tireSize=true] {
  position: fixed;
}

/* 전체화면 팝업 */
.fullPopup {
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fullPopup header {
  width: 100%;
  height: 60px;
  padding: 0 1rem;
  border-bottom: 4px solid #801494;
}

.fullPopup header.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fullPopup header.title h2 {
  width: 70%;
}

.fullPopup header.title .state {
  position: relative;
  top: 16px;
}

.fullPopup header.title .state img {
  width: 27px;
  margin-right: 5px;
}

.fullPopup h2 {
  width: 100%;
  color: #801494;
  font-family: "Spoqa Han Sans Bold", sans-serif; /*font-size: 5.4vw;*/
  font-size: 1.125rem;
  line-height: 60px;
}

.fullPopup h3 {
  margin: 14px 0 !important;
  font-size: 1.5rem;
}

.fullPopup h3:first-child {
  margin-top: 0 !important;
}

.fullPopup .layPopClose {
  position: absolute;
  z-index: 4600;
  top: 25px;
  right: 20px;
}

.fullPopup .gallPopClose {
  position: absolute;
  z-index: 4600;
  top: 25px;
  right: 20px;
}

.fullPopup .popContents {
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.fullPopup .filter-option {
  padding: 1rem;
}

.fullPopup .position,
.fullPopup .popup-contents,
.fullPopup .popup-contents-nobottom {
  position: absolute;
  top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0;
}

.fullPopup .popup-contents {
  bottom: 60px;
}

.fullPopup .position,
.fullPopup .popup-contents-nobottom {
  bottom: 0;
}

.fullPopup .btnArea button {
  height: 65px;
  margin-bottom: 0;
}

.fullPopup .next-box,
.fullPopup .bottom-box {
  position: fixed;
  z-index: 4200;
  bottom: 0;
  width: 100%;
  height: 65px;
}

.fullPopup .simple-swipe-outer {
  border-bottom: 1px solid #999;
}

.fullPopup .searchBtn {
  display: inline-block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url("/assets/img/product/ico_search_big_black.svg") no-repeat 0 0/40px;
}

.fullPopup .search-area {
  border-bottom: 2px solid #393c44;
}

.fullPopup .search-area input {
  border: none;
}

.fullPopup .search-area ::-webkit-input-placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.fullPopup .search-area ::-moz-placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.fullPopup .search-area :-ms-input-placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.fullPopup .search-area ::-ms-input-placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.fullPopup .search-area ::placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.fullPopup {
  /* 팝업 옵션 */
}

.fullPopup .order-data-title {
  font-size: 1rem;
}

.fullPopup .order-product-info {
  font-size: 0.875rem;
}

.fullPopup .rental-option-title {
  font-size: 1.5rem;
}

.fullPopup .select-outer select {
  width: 100%;
  padding-right: 50px;
  color: unset;
  direction: rtl;
}

.fullPopup .select-outer:not(:last-child) {
  border-bottom: 0;
}

.fullPopup .select-tip {
  visibility: hidden;
}

.popup-tip {
  overflow: hidden;
  border: 2px solid #801494;
  border-radius: 20px;
  background-color: transparent;
}

.popup-tip header {
  padding: 0;
}

.popup-tip small {
  color: #aaa;
  line-height: 1;
}

.popup-tip .layPopClose {
  position: absolute;
  top: 28px;
  right: 20px;
}

.popup-tip .popup-tip-tag {
  position: absolute;
  top: -15px;
  left: 20px;
  padding: 1rem;
  color: #fff;
  border-radius: 50px 50px 50px 0;
  background-color: #801494;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  line-height: 0;
}

.popup-tip .popup-tip-content > h3 {
  margin: 1rem 0 0.5rem !important;
  font-size: 1rem !important;
  line-height: 1.5;
}

.popup-tip .popup-tip-content > h3 b {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: inherit;
}

.popup-tip .popup-tip-content p,
.popup-tip .popup-tip-content b {
  font-size: 0.875rem;
}

.popup-tip .mounting-ok-list ul {
  display: inline-block;
}

.popup-tip .mounting-ok-list li {
  display: block;
  float: left;
  width: 33.3333333333%;
  margin-bottom: 0.5rem;
}

.popup-tip .mounting-ok-list li button {
  position: relative;
  padding: 0 0.5rem;
  color: #fff;
  border-radius: 50px;
  background-color: #801494;
  font-size: 0.75rem;
}

.popup-tip .mounting-ok-list li button:after {
  position: absolute;
  top: -7px;
  right: -26px;
  display: inline-block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  content: "";
  text-indent: -9999px;
  background: url("/assets/img/product/ico_search_big_black.svg") no-repeat 0 0/30px;
}

.popup-dark {
  /* 전체 팝업 헤더 블랙 */
}

.popup-dark header {
  border-bottom: 0;
  background-color: #333;
}

.popup-dark header h2 {
  color: #fff;
}

.popup-dark .layPopClose {
  background-position: -36px 0;
}

.popup-guide {
  color: #fff;
  border-radius: 0 1rem 1rem 1rem;
  background-color: #999;
  font-size: 0.75rem;
}

.md-modal {
  border-radius: 20px;
}

/* ALERT Popup */
.modal-box {
  position: absolute;
  z-index: 1000;
  display: none;
  width: 80%;
  background: white;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.5rem;
}

.modal-box p {
  word-break: keep-all;
}

.modal-overlay {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  filter: alpha(opacity=0);
}

a.close {
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
  font-size: 1.5em;
  line-height: 1;
}

/* 팝업 로그인 */
.popup-login {
  background-color: #f3f3f3;
}

.popup-login .loginBg {
  position: fixed;
}

.popup-login .sns {
  margin: 1.5rem 0 45px !important;
}

.popup-login .loginBoxWrap::after {
  z-index: -1;
  top: 280px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f3f3f3;
}

.popup-login .titleArea {
  position: relative;
  padding: 4rem 2rem 2rem !important;
}

.popup-login .titleArea a.layPopClose {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* 헤더에 라베 들어가는 경우 */
.popContents.icoAdd header .icoArea {
  width: 118px;
}

.popContents.icoAdd header {
  display: flex;
  flex-direction: column;
  height: 94px;
  padding: 0.875rem 1rem;
}

.popContents.icoAdd header h2 {
  line-height: 1;
  margin-top: 14px;
}

.popContents.icoAdd .popup-contents-nobottom {
  top: 96px;
}

/* 아래 팝업이 있을 경우 - 개인 정보 동의 */
.fullPopup.bottomPopup {
  top: auto;
  bottom: 0;
  max-height: 520px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.fullPopup.bottomPopup.md-show::before {
  content: "";
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: var(--sub-0-color);
  opacity: 0.3;
}

.fullPopup.bottomPopup .popContents {
  background: var(--sub-color);
}

.fullPopup.bottomPopup .popContents header {
  border-bottom: 0;
}

.fullPopup.bottomPopup .popContents header h2 {
  color: var(--sub-0-color);
  font-weight: 500;
}

.fullPopup.bottomPopup .popContents .popup-contents-nobottom {
  padding: 0 1rem;
}

.fullPopup.bottomPopup .popContents .popup-contents-nobottom .btn-box {
  margin-bottom: 20px;
}

.fullPopup.bottomPopup .agree-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.fullPopup.bottomPopup .agree-wrap .info {
  margin: initial;
  padding: initial;
  border-top: 0;
  border-bottom: 0;
  margin-top: 10px;
}

.fullPopup.bottomPopup .agree-wrap .info dl {
  flex-direction: column;
  padding: 1rem 0.625rem;
  border-bottom: 1px solid #dedede;
}

.fullPopup.bottomPopup .agree-wrap .info dt,
.fullPopup.bottomPopup .agree-wrap .info dd {
  font-size: 0.875rem;
}

.fullPopup.bottomPopup .agree-wrap .info dt {
  padding-left: 0;
  color: var(--sub-2-color);
}

.fullPopup.bottomPopup .agree-wrap .info dd {
  margin-top: 8px;
  color: var(--sub-6-color);
}

.fullPopup.bottomPopup input[type=checkbox].type01 + label {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  border: 1px solid #dedede;
  background: var(--sub-color);
}

.fullPopup.bottomPopup input[type=checkbox]:checked.type01 + label {
  border: 1px solid #e7dde7;
  background: #e7dde7;
}

.fullPopup.bottomPopup input[type=checkbox].type01 + label p {
  position: relative;
  padding-left: 25px;
  color: var(--sub-9-color);
}

.fullPopup.bottomPopup input[type=checkbox]:checked.type01 + label p {
  color: var(--m-color);
  font-weight: 500;
  font-family: "Spoqa Han Sans", sans-serif;
}

.fullPopup.bottomPopup input[type=checkbox].type01 + label p::before,
.fullPopup.bottomPopup input[type=checkbox]:checked.type01 + label p::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #dedede;
  border-radius: 2px;
}

.fullPopup.bottomPopup input[type=checkbox].type01 + label p::before {
  background: var(--ic-chk-off) no-repeat 50%/11px auto;
}

.fullPopup.bottomPopup input[type=checkbox]:checked.type01 + label p::before {
  background: var(--ic-chk-on) var(--sub-color) no-repeat 50%/11px auto;
  border: 1px solid var(--m-color);
}

.fullPopup .inset-m .icoArea {
  margin-bottom: 20px;
}

.myreco-modal {
  padding: 0;
}

.myreco-modal .popContents {
  padding: 30px 15px;
}

.myreco-modal .popContents .text-center {
  text-align: center;
}

/* .myreco-modal header{ padding: 30px 30px 0 30px; width: auto;; border:none; } */
.myreco-modal .btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.myreco-modal .btn-wrap a {
  color: #fff;
  background-color: #7432b1;
  border-radius: 7px;
  font-size: 16px;
  padding: 5px 30px; /* letter-spacing: 10px; */ /* width:120px; */
  text-align: center;
}

.myreco-modal a.layPopClose {
  background: url(/assets/img/mypage/myrecommend/pop_close.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  right: 15px;
  top: 15px;
}

#copyCodeResult .popContents {
  text-align: center;
  font-size: 16px;
  color: #343434;
  line-height: 1.5;
  margin-top: 10px;
}

#copyCodeResult header {
  border: none;
  height: 30px;
}

#copyCodeResult header {
  height: 30px;
}

#giftApplicationCompleted {
  min-width: unset;
}

#giftApplicationCompleted header h2 {
  color: #7432b1;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #7432b1;
  padding: 20px 0 10px;
  margin: 0 20px;
}

#giftApplicationCompleted .popContents {
  /* margin-top: 30px; */
  font-size: 15px;
  line-height: 1.4;
}

#giftApplicationCompleted .popContents .gift-image {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}

#giftApplicationCompleted .popContents .gift-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

#giftApplicationCompleted .popContents .gift-info .item-name {
  font-weight: 600;
}

#checkDelivery header h2 {
  color: #7432b1;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #7432b1;
  padding: 20px 0 10px;
  margin: 0 20px;
}

#checkDelivery .popContents {
  font-size: 15px;
  line-height: 1.4; /* text-align: center; */
}

#checkDelivery .popContents .user-info {
  width: 100%;
  margin: 0 auto;
}

#checkDelivery .popContents .user-info .info-item {
  display: flex;
  align-items: baseline;
  margin: 10px 0;
}

#checkDelivery .popContents .user-info .info-title {
  font-size: 16px;
  color: #515151;
  min-width: 100px;
  line-height: 1;
  position: relative;
}

#checkDelivery .popContents .user-info .info-title:before {
  vertical-align: baseline;
  content: "";
  height: 12px;
  width: 3px;
  display: inline-block;
  background: url(/assets/img/mypage/myrecommend/ico_dot.svg) center center no-repeat;
  background-size: contain;
  margin-right: 4px;
}

#checkDelivery .popContents .user-info .info-data {
  font-size: 16px;
  color: #6a6a6a;
  min-width: 150px;
  line-height: 1;
  position: relative;
}

#checkDelivery .popContents .user-info .info-data:before {
  content: "";
  height: 100%;
  display: inline-block;
  width: 1px;
  background-color: #dadada;
  position: absolute;
  left: -20px;
}

#checkDelivery .popContents .gift-image {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}

#checkDelivery .popContents .gift-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}

#checkDelivery .popContents .gift-info .item-name {
  font-weight: 600;
}

div.myreco-modal {
  display: none;
  position: fixed;
  background-color: #fff;
  z-index: 3000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

div.myreco-modal .modal-wrap {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 10% 5% 10%;
  margin-top: 0px;
  position: relative;
}

div.myreco-modal .modal-wrap .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

div.myreco-modal.small {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

div.myreco-modal.small .modal-wrap {
  width: 90%;
  height: auto;
  padding: 0;
  margin-top: 25%;
}

div.myreco-modal.small .modal-wrap .close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

/* layer popup */
.popupWrap header {
  width: 100%;
  height: 60px;
  border-bottom: 4px solid #812990;
  line-height: 60px;
}

.popupWrap header h2 {
  width: 100%;
  color: #812990;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.4rem;
  line-height: 70px;
}

.popupWrap header h2 a.layPopClose {
  position: absolute;
  z-index: 4600;
  top: 25px;
  right: 20px;
}

.popupWrap {
  position: absolute;
  z-index: 6000;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 16px -7px rgba(0, 0, 0, 0.75);
}

.popupWrap .popContents {
  padding: 0 18px 0 18px;
  background: #fff;
}

.popupWrap .popContents .alertView p.desc {
  padding: 50px 0 25px;
  text-align: center;
  white-space: keep-all;
  color: #333;
  font-size: 0.9rem;
  line-height: 24px;
}

.popupWrap .popContents .alertView p.desc.type02 {
  padding: 32px 0 25px;
}

.popupWrap .popContents .alertView .resultView {
  padding: 0 0 65px;
  text-align: center;
  letter-spacing: -2px;
  font-family: "Helvetica Neue,Helvetica", "Arial,sans-serif";
  font-size: 50px;
  font-weight: bold;
}

.popupWrap .popContents .alertView .resultView.alert {
  height: 110px;
  background: url("/assets/img/common/pop_alert_01.png") no-repeat center 0;
  background-size: 85px auto;
}

.popupWrap .popContents .alertView .resultView.alert02 {
  height: 110px;
  background: url("/assets/img/common/pop_alert_02.png") no-repeat center 0;
  background-size: 78px auto;
}

.popupWrap .popContents h3 {
  margin: 26px 0 14px;
  font-size: 18px;
  font-weight: bold;
}

.popupWrap .popContents .tipCon h3 {
  margin: 12px 0 4px;
  font-size: 15px;
  font-weight: bold;
}

.popupWrap .popContents .tipCon {
  font-size: 12px;
}

.popContents header h2 span {
  display: inline-block;
  margin-left: 25px;
}

.popupWrapGall {
  width: 100%;
  height: 100vh;
  padding: 0px 10px 0px;
  background: #fff;
  position: absolute; /* top:50%; left:50%; transform:translate(-50%,-50%);*/
  z-index: 6000;
}

.popupWrapGall header {
  position: relative;
  height: 60px;
  line-height: 70px;
  border-bottom: 4px solid #812990;
  margin-bottom: 10px;
  padding: 0;
}

.popupWrapGall header h2 {
  width: 100%;
  font-size: 25px;
  font-family: "NanumBarunGothicBold";
  color: #812990;
  text-align: left;
  line-height: 70px;
}

.popupWrapGall .popContents {
  text-align: center;
}

.popupWrapGall .popContents .gallery {
  overflow: hidden;
  height: calc(100vh - 80px); /* height:550px; */
}

.popupWrapGall .popContents .gallery img {
  max-width: 100%;
  height: 100%;
}

.popupWrapGall.fullPopup .popContents {
  height: auto;
}

/* modal lib */
.md-modal-2 {
  position: fixed;
  z-index: 4600;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  background: #fff;
}

.md-modal {
  position: fixed;
  z-index: 4600;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  z-index: 3900;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background: rgba(13, 13, 13, 0.5);
}

.md-show ~ .md-overlay {
  visibility: visible;
  opacity: 0.9;
}

.md-modal-open {
  overflow: hidden;
}

.md-modal-gall {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  min-width: 1000px;
  min-height: 600px;
  z-index: 4600;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
}

.search-popup {
  /* 차량 간편 검색 */
}

.search-popup > header {
  position: relative;
}

.search-popup .layPopClose {
  position: fixed;
  z-index: 1;
  top: 25px;
  right: 20px;
}

.search-popup .size-check {
  position: absolute;
  top: 20px;
  right: 40px;
  padding-right: 20px;
  color: #999;
  background: transparent url("/assets/img/product/ico_right.svg") no-repeat right 0 top 0;
  font-size: 0.875rem;
}

.search-popup .size-check span:first-child {
  padding: 0.125rem 0.5rem;
  color: #fff;
  border-radius: 50px;
  background-color: #999;
}

.shop-popup {
  /* 전문점 찾기 팝업 */
}

/* .shop-popup .search-area-wrap {height: 60px;} */
.shop-popup .search-area-wrap-rental {
  height: 120px;
}

.shop-popup .count-box {
  height: 40px;
  border-bottom: 1px solid #cbcbcb;
}

.shop-popup .change-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  line-height: 1;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.shop-popup .change-map span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  background: url("/assets/img/common/ico_map.png") no-repeat center center/20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.popup-map {
  position: relative;
}

.popup-map .shop-search-single {
  position: fixed;
  z-index: 4200;
  bottom: 0;
  padding: 1rem;
}

.popup-map-ui .btn-position {
  position: absolute;
  z-index: 4200;
  top: 1rem;
  left: 1rem;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0.5rem;
  text-indent: -9999px;
  border-radius: 100px;
  background: url("/assets/img/common/ico_now_position.png") no-repeat center center/20px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.31);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.31);
}

.popup-map-ui .btn-map-list {
  position: absolute;
  z-index: 4100;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 100px;
  background-color: #832082;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.31);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.31);
}

.popup-map-ui .btn-map-list b {
  margin-left: 0.5rem;
  font-family: "Spoqa Han Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  -ms-flex-item-align: center;
  align-self: center;
}

.popup-map-ui .btn-map-list span {
  display: inline-block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background: url("/assets/img/common/ico_list.png") no-repeat center center/16px;
  -ms-flex-item-align: center;
  align-self: center;
}

.ico-kakaopay {
  display: inline-block;
  overflow: hidden;
  width: 53px;
  height: 23px;
  text-indent: -9999px;
  background: url("/assets/img/order/kakaopay.png") no-repeat 0 center/90%;
}

.ico-naverpay {
  display: inline-block;
  overflow: hidden;
  width: 53px;
  height: 23px;
  text-indent: -9999px;
  background: url("/assets/img/order/naverpay.png") no-repeat 0 center/90%;
}

.address-popup {
  /* 주소창 */
}

.address-popup .zipCode {
  padding: 0 1.5rem 1.5rem;
}

.address-popup .zipCode li {
  border-bottom: 1px solid #cbcbcb;
}

.address-popup .zipCode li .zipNum,
.address-popup .zipCode li .address {
  font-size: 0.875rem;
}

.address-popup .zipCode li .zipNum {
  line-height: 1;
}

.address-popup .zipCode .total {
  color: #999;
}

.address-popup .zipCode .total span {
  margin-left: 9px;
  color: #333;
  font-weight: bold;
}

.address-popup .zipCode .address b {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  font-weight: normal;
}

.address-popup .zipCode .address span {
  white-space: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.address-popup .zipCode .address-single {
  padding: 1rem 0.5rem;
  background: transparent;
}

.address-popup .zipCode .address-single:hover {
  outline: 1px solid #393c44;
}

.address-popup .address-check span {
  display: block;
}

.address-popup .address-check .address li {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.address-popup .address-check .address li:last-child {
  margin-bottom: 0;
}

.address-popup .recommen {
  height: 22px;
  padding: 0 10px;
  color: #fff;
  border-radius: 12px;
  background: #999;
  font-size: 12px;
  line-height: 22px;
}

.address-popup .roadName {
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #95b2ea;
  font-size: 12px;
  line-height: 20px;
}

.address-popup .nomination {
  height: 20px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #b5bbd1;
  font-size: 12px;
  line-height: 20px;
}

/* table */
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

table caption {
  overflow: hidden;
  height: 0;
}

table th,
table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #cbcbcb;
}

table th {
  padding: 0.5rem 1rem;
  background-color: #e0e2e2;
}

table td {
  padding: 0.5rem;
  vertical-align: top;
  word-break: break-all;
}

table thead tr {
  background-color: #f3f3f3;
}

.tab-nav.order-tab {
  padding-top: 0.5rem;
}

.tab-nav.order-tab [data-tab] {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  color: #999;
  background-color: transparent;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 16px;
}

.tab-nav.order-tab [data-tab].on {
  color: #333;
  font-weight: bold;
}

.tab-nav.order-tab [data-tab].current {
  position: relative;
  color: #333;
  background-color: #fff;
}

.tab-nav.order-tab [data-tab]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #333;
}

.tab-nav.cart-tab [data-tab],
.tab-nav.mynexen-tab [data-tab] {
  width: 100%;
  padding: 1rem;
  background-color: #e0e2e2;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 1rem;
}

.tab-nav.cart-tab [data-tab].on,
.tab-nav.mynexen-tab [data-tab].on {
  color: #333;
  font-weight: bold;
}

.tab-nav.cart-tab [data-tab].current,
.tab-nav.mynexen-tab [data-tab].current {
  position: relative;
  color: #fff;
  background-color: #393c44;
}

.tab-nav.cart-tab [data-tab].current span,
.tab-nav.mynexen-tab [data-tab].current span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: #801494;
  font-size: 1rem;
  font-weight: bold;
  line-height: 23px;
}

.tab-nav.cart-tab [data-tab] span,
.tab-nav.mynexen-tab [data-tab] span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
  text-align: center;
  color: #393c44;
  border-radius: 100px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 23px;
}

.tab-content,
.tab-content-inner {
  display: none;
}

.tab-content.current,
.tab-content.current2,
.tab-content-inner.current,
.tab-content-inner.current2 {
  display: inherit;
}

.tabContentWrap #tab01 {
  padding: 50px 0 0;
}

.tabContentWrap #tab02 {
  padding: 38px 0 0;
}

.tabContentWrap #tab02 .submitAreaWrap {
  margin-bottom: 50px;
}

.tabs {
  position: relative;
  height: 60px;
  background: url("/assets/img/common/line_02.png") repeat-x 0 1px;
}

.tabs li {
  float: left;
  width: 50%;
  padding: 12px 0 12px;
  cursor: pointer;
  color: #fff;
  background: url("/assets/img/member/step_off_01.png") no-repeat 95% 9px;
  background-size: 29px 29px;
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 1.5rem;
}

.tabs li:nth-child(2) {
  background-position: 100% 9px;
}

.tabs li.active {
  background: url("/assets/img/member/step_on_01.png") no-repeat 95% 9px;
  background-size: 29px 29px;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-weight: bold;
  line-height: 0.9;
}

.tabs li.active::after {
  position: relative;
  top: -51px;
  display: inline-block;
  width: 100%;
  height: 3px;
  content: "";
  background: #fff;
}

.tabs li:nth-child(2).active {
  background-position: 100% 9px;
}

.tab-wrap {
  width: 100%;
}

/* file upload */
.fileAttachWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fileAttachWrap h4 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
}

.fileAttachWrap .fileAttachBox {
  overflow: hidden;
  width: 95%;
  height: 150px;
  margin-right: 5%;
}

.fileAttachWrap .fileAttachBox:last-child {
  margin-right: 0;
}

.fileAttachWrap .fileAttach {
  background: #c4c5c7;
}

.fileAttachWrap input.ff_fileupload_hidden {
  display: none;
}

/* step01 default */
.stepTitle {
  position: relative;
}

.stepTitle ul {
  position: absolute;
  top: 165px;
  left: 32px;
  width: 100%;
  color: #fff;
  line-height: 42px;
}

.stepTitle ul:after {
  position: absolute;
  z-index: 1000;
  top: 42px;
  left: 20px;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background: #b4b8bc;
}

.stepTitle ul li {
  position: relative;
  float: left;
  width: 33.3%;
  text-align: left;
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 1.5rem;
}

.stepTitle ul li.step03 {
  left: -32px;
}

.stepTitle ul li:nth-child(1).active:after {
  position: absolute;
  left: 0;
  width: 80%;
}

.stepTitle ul li:nth-child(2) {
  position: relative;
  left: 6%;
}

.stepTitle ul li:nth-child(2).active:after {
  position: absolute;
  left: 0;
}

.stepTitle ul li:nth-child(3) {
  position: relative;
  left: 6%;
  text-align: right;
}

.stepTitle ul li.active {
  position: relative;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-weight: bold;
}

.stepTitle ul li.active:after {
  position: absolute;
  z-index: 3000;
  top: 41px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  content: "";
  background: #fff;
}

.stepTitle ul li.borLine:after {
  position: absolute;
  z-index: 3000;
  top: 41px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  content: "";
  background: #fff;
}

.stepTitle ul li span.stepIco {
  position: absolute;
  top: 7px;
  left: 80%;
  width: 28px;
  height: 28px;
  background: url("/assets/img/member/step_off.png") no-repeat 0 0;
  background-size: 28px 28px;
}

.stepTitle ul li span.stepIco.on {
  background: url("/assets/img/member/step_on.png") no-repeat 0 0;
  background-size: 28px 28px;
}

.stepTitle {
  /* 회원 가입 단계 */
}

.stepTitle.buStep ul {
  top: 170px;
}

.stepTitle.buStep ul li.borLine:after {
  left: -10%;
  width: 150%;
}

.stepTitle.buStep ul li:nth-child(2) span.stepIco {
  position: absolute;
  left: 93%;
}

.stepTitle.buStep02 ul {
  position: absolute;
  top: 165px;
  left: -43px;
  width: 100%;
  color: #fff;
  line-height: 42px;
}

.stepTitle.buStep02 ul li:nth-child(2) span.stepIco {
  position: absolute;
  left: 93%;
}

.stepTitle.buStep02 ul li:nth-child(2).active:after {
  position: absolute;
  left: -18%;
  width: 110%;
}

.stepTitle.perStep ul li.borLine:after {
  position: absolute;
  left: -23%;
  width: 150%;
}

.stepTitle.perStep ul li:nth-child(2) span.stepIco {
  position: absolute;
  left: 93%;
}

.stepTitle.perStep02 ul {
  position: absolute;
  top: 165px;
  left: -43px;
  width: 100%;
  color: #fff;
  line-height: 42px;
}

.stepTitle.perStep02 ul li:nth-child(2) {
  width: 27%;
}

.stepTitle.perStep02 ul li:nth-child(2) span.stepIco {
  position: absolute;
  left: 93%;
}

.stepTitle.perStep02 ul li:nth-child(2).active:after {
  position: absolute;
  left: -23%;
  width: 120%;
}

.stepTitle.type02 {
  margin-right: 25px;
}

/* 타이어 검색 */
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search .search-option,
.search .search-result {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search .search-button,
.search .research-button {
  display: inline-block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  color: #fff;
  background-color: #7f1493;
  background-image: url("/assets/img/product/ico_list_search.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.search .search-button {
  background-position: top;
}

.search .research-button {
  background-position: bottom;
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(100% - 60px);
  height: 60px;
}

.search-result .result {
  display: inline-block !important;
  width: auto !important;
  height: 60px;
  padding: 1rem;
}

.search-result .result:last-child {
  border: 0 !important;
}

.product-search {
  background-color: transparent;
  line-height: 1;
}

.product-search::-webkit-input-placeholder {
  text-align: center;
  font-family: "KCC-eunyoung";
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}

.product-search::-moz-placeholder {
  text-align: center;
  font-family: "KCC-eunyoung";
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}

.product-search:-ms-input-placeholder {
  text-align: center;
  font-family: "KCC-eunyoung";
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}

.product-search::-ms-input-placeholder {
  text-align: center;
  font-family: "KCC-eunyoung";
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}

.product-search::placeholder {
  text-align: center;
  font-family: "KCC-eunyoung";
  font-size: 24px;
  font-weight: 100;
  line-height: 1;
}

.search input[type=search] {
  height: 100%;
  margin: 0;
  padding: 1rem;
  border-radius: 0;
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.quick-menu-set {
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 4000;
  width: 100px;
  height: 100px;
}
.quick-menu-set .quick-menu-btn {
  position: relative;
  display: block;
  height: 100%;
  border: 0;
}
.quick-menu-set .quick-menu-btn .panel-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 800px;
}
.quick-menu-set .quick-menu-btn .panel-box .tire-set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quick-menu-set .quick-menu-btn .panel-box .tire-set .tire-big {
  width: 60px;
  aspect-ratio: 116/130;
  position: absolute;
  top: 30px;
  right: 10px;
  animation: tireBigIdle 2s ease-in-out 1s infinite;
}
.quick-menu-set .quick-menu-btn .panel-box .tire-set .tire-small {
  width: 40px;
  aspect-ratio: 71/77;
  position: absolute;
  top: 40px;
  left: 18px;
  animation: tireSmallIdle 2s ease-in-out 1s infinite;
}
.quick-menu-set .quick-menu-btn .panel-box .tire-set .tag {
  width: 36px;
  aspect-ratio: 70/65;
  position: absolute;
  top: 32px;
  left: -5px;
  animation: tagIdle 2s ease-in-out 1s infinite;
}
.quick-menu-set .quick-menu-btn .panel-box .board-set {
  position: absolute;
  bottom: 0;
  width: 100%;
  aspect-ratio: 221/68;
  animation: quickMenuAttentionAnim 4s 1s infinite;
  transform-style: preserve-3d;
  will-change: transform;
  transform-origin: center center;
}
.quick-menu-set .quick-menu-btn .panel-box .board-set .board {
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  width: 100%;
  aspect-ratio: 221/68;
  backface-visibility: hidden;
  transform-origin: center center;
}
.quick-menu-set .quick-menu-btn .panel-box .board-set .board img {
  width: 100%;
  display: block;
}
.quick-menu-set .quick-menu-btn .panel-box .board-set .board-back {
  transform: rotateX(180deg);
}
.quick-menu-set .quick-menu-btn .panel-box .board-set .board-front {
  z-index: 1;
  transform: rotateX(0deg);
}
@keyframes quickMenuAttentionAnim {
  0% {
    transform: rotateX(0deg);
  }
  10% {
    transform: rotateX(180deg);
  }
  45% {
    transform: rotateX(180deg);
  }
  55% {
    transform: rotateX(360deg);
  }
  90% {
    transform: rotateX(360deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes tireBigIdle {
  0% {
    top: 30px;
    opacity: 1;
  }
  15% {
    top: 40px;
    transform: scaleY(0.8);
  }
  20% {
    top: 15px;
    transform: scaleY(1.1);
  }
  30% {
    top: 35px;
    transform: scaleY(0.9);
  }
  35% {
    top: 25px;
    transform: scaleY(1);
  }
  40% {
    top: 30px;
    transform: scaleY(1);
  }
  100% {
    top: 30px;
    transform: scaleY(1);
  }
}
@keyframes tireSmallIdle {
  0% {
    top: 40px;
    opacity: 1;
  }
  5% {
    top: 40px;
    opacity: 1;
  }
  20% {
    top: 45px;
    transform: scaleY(0.8);
  }
  25% {
    top: 30px;
    transform: scaleY(1.1);
  }
  35% {
    top: 45px;
    transform: scaleY(0.9);
  }
  40% {
    top: 35px;
    transform: scaleY(1);
  }
  45% {
    top: 40px;
    transform: scaleY(1);
  }
  100% {
    top: 40px;
    transform: scaleY(1);
  }
}
@keyframes tagIdle {
  0% {
    top: 32px;
    opacity: 1;
  }
  25% {
    top: 32px;
  }
  30% {
    top: 22px;
    transform: rotate(0deg);
    transform-origin: right bottom;
  }
  35% {
    top: 32px;
    transform: rotate(-10deg);
    transform-origin: right bottom;
  }
  40% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(0deg);
  }
  100% {
    top: 32px;
    transform: rotate(0deg);
  }
}

/* button */
button.type01 {
  height: 60px;
  padding: 0 20px;
  text-align: left;
  color: #fff !important;
  background: #812990;
  font-size: 1rem;
  line-height: 60px;
}

button.type015 {
  height: 60px;
  padding: 0 20px;
  text-align: left;
  color: #fff !important;
  background: #812990;
  font-size: 1rem;
  line-height: 60px;
  display: block;
  width: 80%;
  margin: 10px auto;
  text-align: center;
}

button.type02 {
  height: 60px;
  padding: 0 20px;
  text-align: left;
  color: #fff !important;
  background: #393c44;
  font-size: 1rem;
  line-height: 60px;
}

button.type05 {
  height: 75px;
  padding: 0 20px 0 64px;
  text-align: left;
  color: #fff;
  background: #812990 url("/assets/img/common/bu_ico_01.png") no-repeat 20px 22px;
  background-size: 20px auto;
  font-size: 1.12rem;
}

button.type05 span {
  font-size: 0.75rem;
}

button.type06 {
  height: 75px;
  padding: 0 20px 0 64px;
  text-align: left;
  color: #fff;
  background: #812990 url("/assets/img/common/bu_ico_02.png") no-repeat 20px 25px;
  background-size: 29px auto;
  font-size: 1.12rem;
}

button.type06 span {
  font-size: 0.75rem;
}

button.type05 i.ico01,
button.type06 i.ico01 {
  position: relative;
  top: -7px;
  float: right;
}

button.type23 {
  background: var(--sub-color);
  border: 1px solid var(--m-color);
  color: var(--m-color);
}
button.type23:disabled {
  color: var(--sub-color) !important;
  border-color: #a7a8ac;
}

button.flex {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
}

button:disabled,
button[disabled] {
  background: #a7a8ac;
  color: #fff;
  pointer-events: none;
}

/*  button align type */
.btnArea {
  position: relative;
}

.btnArea button {
  margin-bottom: 5px;
}

.btnArea.type02 button {
  margin-bottom: 0;
}

.btnArea.type03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btnArea.type03 button {
  margin-bottom: 0;
}

.nextArrow,
.prevArrow {
  position: absolute;
  z-index: 3000;
  top: 32%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.nextArrow {
  right: 0;
  background: url("/assets/img/customer/next.png") 0 0 no-repeat;
}

.prevArrow {
  left: 1px;
  background: url("/assets/img/customer/prev.png") 0 0 no-repeat;
}

/* table */
.noRegister {
  margin-top: 196px;
  text-align: center;
  line-height: 50px;
}

.noRegister p:first-child {
  height: 54px;
  color: #e51937;
  font-size: 60px;
}

.noRegister p.sTxt {
  margin: 45px 0 55px;
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
}

.errorWrap {
  margin-top: 196px;
  text-align: center;
  line-height: 50px;
}

.errorWrap p.errName {
  color: #e51937;
  font-size: 60px;
  line-height: 79px;
}

.errorWrap p.errName span {
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.errorWrap p.sTxt {
  margin: 30px 0 50px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}

a.backBtn {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/assets/img/common/ico_back.png") 0 20px no-repeat;
  background-size: 12px auto;
}

.btn-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
}

.btn-area button:nth-child(1) {
  background-color: #cbcbcb;
}

.btn-area button:nth-child(2) {
  color: #fff;
  background-color: #333;
}

.btn-area button:nth-child(3) {
  color: #fff;
  background-color: #801494;
}

select {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0.65em;
  text-transform: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 2% top 50%;
  background-size: 20px;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: menulist-text;
  -moz-appearance: menulist-text;
  appearance: menulist-text;
}

select::-ms-expand {
  display: none;
}

select:hover,
select:focus {
  border-color: #0081a0;
}

select:focus {
  color: #333;
}

select:disabled {
  color: #999;
  border: 1px solid #e6e6e6;
  background-color: #f3f3f3;
}

select option {
  font-weight: normal;
}

select.gradient {
  background-repeat: no-repeat, repeat;
}

/* 셀렉트 장식용 */
.select-outer {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid #cbcbcb;
}

.select-outer .select-design {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.select-outer .select-design label {
  font-size: 100%;
}

.select-outer .select-title-wrap {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 97px);
  height: 45px;
  padding-right: 1rem;
}

.select-outer .select-title {
  float: left;
  height: 100%;
  padding-left: 10px;
  line-height: 45px;
}

.select-outer .select-title,
.select-outer .select-tip {
  display: inline-block;
}

.select-outer .select-insert {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: #801494;
  line-height: 29px;
  -ms-flex-item-align: center;
  align-self: center;
}

.select-outer .select-tip {
  position: absolute;
  z-index: 100;
  right: 1rem;
}

.select-outer .small-tip {
  margin-top: 8px;
  padding: 0.125rem 0.875rem;
}

.select-outer .quantity,
.select-outer .rent-quantity {
  position: relative;
  width: 100%;
  opacity: 0;
  background-image: url("/assets/img/product/select_bg.png");
  background-repeat: no-repeat;
  background-position: 3px 11px;
  background-size: 24px;
}

.select-outer .quantity:focus,
.select-outer .rent-quantity:focus {
  color: #fff;
}

.select-outer .rent-quantity {
  direction: rtl;
}

.select-outer .quantity-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.25rem;
  -ms-flex-item-align: center;
  align-self: center;
}

.select-outer::after {
  position: absolute;
  top: 11px;
  right: 40px;
  width: 1px;
  height: 24px;
  content: "";
  background-color: #999;
}

.select-outer::before {
  position: absolute;
  top: 10px;
  right: 0;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin: 0 10px;
  content: "";
  background-image: url("/assets/img/common/ico_arrow_slim.png");
  background-repeat: no-repeat;
  background-position: right 0 top -46px;
  background-size: cover;
}

.select-outer select {
  width: 100px;
  color: #fff;
  border: none;
  outline: navajowhite;
  background-color: transparent;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

.select-outer select:checked {
  color: #fff;
}

.select-outer select::-moz-selection {
  color: #fff;
}

.select-outer select::selection {
  color: #fff;
}

.select-group {
  margin-bottom: 1rem;
}

input[type=checkbox].type02 + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  color: #fff;
  font-size: 15px;
}

input[type=checkbox].type02 + label span {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 20px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_02.png") no-repeat 0 0;
  background-size: 25px auto;
}

input[type=checkbox]:checked.type02 + label span {
  background: url("/assets/img/common/check_02.png") no-repeat 0 -22px;
  background-size: 25px auto;
}

input.type02 {
  height: 40px;
  padding: 0 10px 0 0;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
}

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkbox > .checkbox-input {
  width: 0;
  min-height: 24px;
  opacity: 0;
}

.checkbox > .checkbox-input + .checkbox-label::after {
  content: none;
}

.checkbox > .checkbox-input:checked + .checkbox-label::after {
  content: "";
}

.checkbox > .checkbox-input:focus + .checkbox-label::before {
  outline: #3b98fc auto 1px;
}

.checkbox > .checkbox-input:disabled + .checkbox-label {
  cursor: not-allowed;
  text-decoration: line-through;
}

.checkbox > .checkbox-label {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  cursor: pointer;
  line-height: 1.5;
}

.checkbox > .checkbox-label::before,
.checkbox > .checkbox-label::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.checkbox > .checkbox-label::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 2px;
  background-color: #fff;
}

.checkbox > .checkbox-label::after {
  top: 6px;
  left: 5px;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.checkbox.type01 > .checkbox-input {
  width: 0;
  min-height: 24px;
  opacity: 0;
}

.checkbox.type01 > .checkbox-input:checked + .checkbox-label::after {
  content: "";
}

.checkbox.type01 > .checkbox-input:checked + .checkbox-label::before {
  border-color: #801494;
  background-color: #801494;
}

.checkbox.type01 > .checkbox-label {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 26px;
  padding-left: 30px;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox.type01 > .checkbox-label::before,
.checkbox.type01 > .checkbox-label::after {
  position: absolute;
  display: inline-block;
  content: "";
  border-radius: 50px;
}

.checkbox.type01 > .checkbox-label::before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #dfe1e1;
  background-color: #dfe1e1;
}

.checkbox.type01 > .checkbox-label::after {
  top: 7px;
  left: 6px;
  width: 12px;
  height: 6px;
  border-radius: 0;
}

/* 이미지 체크박스 */
input[type=checkbox].type01 + label {
  cursor: pointer;
  color: #000;
  font-size: 0.875rem;
}

input[type=checkbox].type01 + label span {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: -2px 5px 0 0;
  vertical-align: middle;
  background: url("/assets/img/common/check_01.png") no-repeat 0 0;
  background-size: 25px auto;
}

input[type=checkbox]:checked.type01 + label span {
  background: url("/assets/img/common/check_01.png") no-repeat 0 -22px;
  background-size: 25px auto;
}

.radio {
  display: inline-block;
  line-height: 1;
}

.radio label {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 0.25rem;
  cursor: pointer;
  vertical-align: middle;
  color: #999;
  font-family: "Spoqa Han Sans Light", sans-serif;
  font-size: 0.875rem;
}

.radio input[type=radio] {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  min-height: 30px;
  margin: 0;
  content: "";
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #dfe1e1;
  border-radius: 50%;
  background-color: #dfe1e1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.radio input[type=radio]::before,
.radio input[type=radio]::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.radio input[type=radio]::after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.radio input[type=radio]:checked {
  border: 2px solid #801494;
  background-color: #801494;
}

.radio input[type=radio]:checked::before,
.radio input[type=radio]:checked::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.radio input[type=radio]:checked + label {
  color: #333;
}

.radio input[type=radio]:checked::before {
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #801494;
}

.radio input[type=radio]:checked::after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

/* titleArea */
.titleArea {
  position: relative;
  clear: both;
  width: 100%;
  padding: 2rem 0;
}

.titleArea.type02 {
  padding: 50px 0 0;
}

.titleArea.type03 {
  padding: 50px 0 80px;
}

.titleArea h2.type01 {
  width: 100%;
  margin-bottom: 33px;
  color: #fff;
  font-family: "KCC-eunyoung";
  font-size: 4rem;
  font-weight: normal;
  line-height: 0.9;
}

.titleArea h2.type01 em,
.titleArea h2.type01 span {
  color: #fff;
  font-family: "KCC-eunyoung";
  font-weight: normal;
}

/* 제목이 흰색인 경우 */
.submitAreaWrap {
  width: 100%;
}

.submitArea {
  position: relative;
  height: 60px;
  margin-bottom: 35px;
}

.submitArea input {
  z-index: 5000;
}

.submitArea label {
  margin-bottom: 5px;
  letter-spacing: -1px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

.submitArea .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.submitArea .submit span.divi {
  position: relative;
  top: 17px;
}

.submitArea .submit i.ico06 {
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.submitArea .submit input[type=radio] + label span {
  width: auto;
  margin: 0 20px 0 0;
}

.submitArea .submit select,
.submitArea .submit input {
  color: #fff;
  border: none;
  background-color: transparent !important;
  font-weight: bold;
}

.submitArea .submit.radio {
  height: 40px;
  padding-top: 7px;
}

.submitArea .submit .radio label {
  position: relative;
  top: 10px;
  left: -10px;
}

.submitArea .submit input[type=radio]:checked + label {
  color: #fff;
  background: url("/assets/img/common/radio_01.png") no-repeat 0 -22px;
}

.submitArea .submit input[type=radio] {
  display: none;
}

.submitArea .submit input[type=radio] + label {
  display: inline-block;
  height: 21px;
  padding-left: 25px;
  background: url("/assets/img/common/radio_01.png") no-repeat 0 0;
  line-height: 21px;
}

.submitArea.type02 .submit {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #999;
}

.submitArea.type02 label {
  color: #333;
}

.submitArea.type03 .submit {
  border-bottom: 0;
}

/* .submit .timeCheck span{font-size:15px; background:#e3e3e3; padding:5px 10px; margin:0 10px 0 0; border-radius:20px; cursor:pointer} */
.submit .timeCheck span {
  font-size: 15px;
  background: #812990;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  cursor: pointer;
  color: #fff;
}

.submit .timeCheck span:hover,
.submit .timeCheck span.on {
  background: #ff4444;
  color: #fff;
}

.submit .timeCheck span.off {
  background: #e3e3e3;
  cursor: default;
  pointer-events: none;
  color: #333;
}

.title-deco {
  word-break: keep-all;
  color: #fff;
  font-family: "KCC-eunyoung";
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
}

.title-deco span {
  display: inline-block;
  word-break: keep-all;
  color: #fff;
  font-family: "KCC-eunyoung";
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
}

.title-deco-sub {
  display: inline-block;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.titleArea.empty {
  visibility: hidden;
}

.topAreaWrap {
  position: relative;
  height: 56px;
}
.topAreaWrap .topArea {
  width: 100%;
}
.topAreaWrap .topArea .topArea-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}
.topAreaWrap .topArea .allMenu {
  display: block;
  width: 56px;
  height: 56px;
  text-indent: -9999px;
  background: url("/assets/img/common/icon_set.png") no-repeat 20px -55px;
  background-size: 250px auto;
}
.topAreaWrap .topArea .logo {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 105px;
  height: 25px;
  text-indent: -9999px;
  background: url("/assets/img/common/logo.png") 0 0 no-repeat;
  background-size: 100px auto;
}
.topAreaWrap .topArea.bg-white .topArea-pageTitle {
  color: #1f273d;
  border-bottom: 1px solid #dedede;
  background: #ffffff;
}
.topAreaWrap .topArea.bg-white .allMenu {
  background: var(--ic-dark-ham) no-repeat 50%/30px auto !important;
}
.topAreaWrap .topArea.bg-white .topArea-back {
  background: var(--ic-dark-back) no-repeat 50%/30px auto;
}
.topAreaWrap .topArea-pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 56px;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}
.topAreaWrap .topArea-rightMenu {
  position: absolute;
  z-index: 3000;
  top: 0;
  right: 0;
}
.topAreaWrap .topArea-back {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999px;
  color: #fff;
  background-color: transparent;
  background-image: url("/assets/img/product/ico_back.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px;
  width: 56px;
  height: 56px;
  background-size: 30px;
}
.topAreaWrap.fixwhite {
  background-color: #fff;
}
.topAreaWrap.fixwhite .topArea-back {
  color: #000;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIHZpZXdCb3g9JzAgMCA1NyA3NCcgeG1sbnM6c2VyaWY9J2h0dHA6Ly93d3cuc2VyaWYuY29tLyc+PGc+PHJlY3QgeD0nMy4zOTgnIHk9JzExLjU2Mycgd2lkdGg9JzUwJyBoZWlnaHQ9JzUwJyBzdHlsZT0nZmlsbDpub25lOycvPjxwYXRoIGQ9J00zNi42OTUsMjAuMWwtMTYuNTk1LDE2LjQ2NGwxNi41OTUsMTYuNDYxJyBzdHlsZT0nZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS13aWR0aDo0cHg7Jy8+PC9nPjwvc3ZnPg==");
}
.topAreaWrap.fixwhite .topArea .allMenu {
  background-image: url(/assets/img/product/hamburger.png);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc1MCUnIGhlaWdodD0nNTAlJyB2aWV3Qm94PScwIC0yIDQzIDI3Jz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGZpbGw9J3JnYig1NywgNTcsIDU3KScgZD0nTS0wLjAwMCwyMy4wMDAgTC0wLjAwMCwyMS45OTkgTC0wLjAwMCwyMC45OTkgTC0wLjAwMCwxOS45OTkgTDQ0LjAwMCwxOS45OTkgTDQ0LjAwMCwyMC45OTkgTDQ0LjAwMCwyMS45OTkgTDQ0LjAwMCwyMy4wMDAgTC0wLjAwMCwyMy4wMDAgWk0tMC4wMDAsMTIuMDAwIEwtMC4wMDAsMTEuMDAwIEwtMC4wMDAsOS45OTkgTDQ0LjAwMCw5Ljk5OSBMNDQuMDAwLDExLjAwMCBMNDQuMDAwLDEyLjAwMCBMNDQuMDAwLDEzLjAwMCBMLTAuMDAwLDEzLjAwMCBMLTAuMDAwLDEyLjAwMCBaTS0wLjAwMCwyLjAwMCBMLTAuMDAwLDEuMDAwIEwtMC4wMDAsLTAuMDAwIEw0NC4wMDAsLTAuMDAwIEw0NC4wMDAsMS4wMDAgTDQ0LjAwMCwyLjAwMCBMNDQuMDAwLDMuMDAwIEwtMC4wMDAsMy4wMDAgTC0wLjAwMCwyLjAwMCBaJy8+PC9zdmc+);
  background-size: 40% auto;
  background-position: center center;
}

#modal-nonCustOrd,
#modal-affiliatecode {
  width: 400px;
  padding: 0;
  height: auto;
  transform: translateX(-50.2%) translateY(-50%);
}

#modal-nonCustOrd .modal-inner,
#modal-affiliatecode .modal-inner {
  padding: 30px 15px 20px;
  background-color: #fff;
}

#modal-nonCustOrd header,
#modal-affiliatecode header {
  border: none;
}

#modal-nonCustOrd header.noLine,
#modal-affiliatecode header.noLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#modal-nonCustOrd header.noLine a,
#modal-affiliatecode header.noLine a {
  position: inherit;
  top: 15px;
  right: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/close_shape.png);
  background-position: 0 0;
  background-size: cover;
}

#modal-nonCustOrd .input-item,
#modal-affiliatecode .input-item {
  padding: 10px 0;
}

#modal-nonCustOrd .input-item input,
#modal-affiliatecode .input-item input {
  line-height: 40px;
  padding: 0 10px;
  height: auto;
  width: 100%;
  color: #444;
  border: 1px solid #ccc;
}

#modal-nonCustOrd .input-item input::placeholder,
#modal-affiliatecode .input-item input::placeholder {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#modal-nonCustOrd .input-item input::-webkit-input-placeholder,
#modal-affiliatecode .input-item input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#modal-nonCustOrd .input-item input:-ms-input-placeholder,
#modal-affiliatecode .input-item input:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#modal-nonCustOrd .input-item input:-mos-input-placeholder,
#modal-affiliatecode .input-item input:-mos-input-placeholder {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

#modal-nonCustOrd .numberSearch,
#modal-affiliatecode .numberSearch {
  width: 100%;
  display: inline-block;
  border: none;
  text-align: center;
  position: inherit;
  margin-top: 15px;
  height: 53px;
}

#modal-nonCustOrd .numberSearch label,
#modal-affiliatecode .numberSearch label {
  border-bottom: 3px double #812990;
  font-size: 26px;
  line-height: 25px;
  padding-bottom: 0px;
  letter-spacing: 0px;
  font-weight: normal;
}

#modal-nonCustOrd .numberSearch label:after,
#modal-affiliatecode .numberSearch label:after {
  display: none;
}

#modal-nonCustOrd .btnArea,
#modal-affiliatecode .btnArea {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

#modal-nonCustOrd .btnArea button,
#modal-affiliatecode .btnArea button {
  display: inline-block;
  background: #812990;
  height: auto;
  width: auto;
  color: #fff;
  font-size: 18px;
  padding: 7px 35px;
  text-align: left;
  margin: 0 auto;
}

#modal-nonCustOrd .btnArea button i,
#modal-affiliatecode .btnArea button i {
  display: none;
}

#modal-nonCustOrd ul,
#modal-affiliatecode ul {
  margin-top: 40px;
}

#modal-nonCustOrd ul li,
#modal-affiliatecode ul li {
  margin-left: 20px;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 20px;
}

#modal-nonCustOrd ul li::before,
#modal-affiliatecode ul li::before {
  position: relative;
  left: -10px;
  content: " ";
  vertical-align: middle;
  margin-left: -5px;
  width: 4px;
  height: 4px;
  background-color: #812990;
  border-radius: 50%;
  display: inline-block;
}

.free-warranty .numTitle {
  display: flex;
  align-items: center;
}

.free-warranty .numTitle span.num {
  vertical-align: middle;
  font-family: "NanumBarunGothic", "Sans-serif";
  font-weight: bold;
  color: #e0e2e2;
  font-size: 4.3em;
  letter-spacing: -1px;
  margin-right: 0.1em;
}

.free-warranty .numTitle h3 {
  vertical-align: middle;
  font-family: "NanumBarunGothic", "Sans-serif";
  color: #333;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 0;
}

.free-warranty {
  padding: 1.1rem;
  font-size: 0.77rem;
  line-height: 1.4;
}

.free-warranty p,
.free-warranty dd {
  font-size: 0.77rem;
  line-height: 1.4;
}

.free-warranty li {
  font-size: 0.85rem;
  line-height: 1.4;
}

.free-warranty ul.pason-desc {
  margin-bottom: 1rem;
}

.free-warranty ul.pason-desc {
  padding-left: 1rem;
  text-indent: -1rem;
}

.free-warranty ul.pason-desc > li > ul {
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}

.free-warranty ul.pason-desc > li > ul > li > ul {
  padding-left: 0.5rem;
  text-indent: -0.5rem;
}

.warranty-2020.service-tab {
  padding: 8.8% 5%;
}

.warranty-2020.service-tab .tab-nav {
  display: block;
}

.warranty-2020.service-tab .tab-nav > button {
  margin-bottom: 2%;
  white-space: normal;
  padding: 0.6rem 0;
  font-size: 0.77rem;
}

.imgUpBlock {
  position: relative;
  display: inline-block;
}

.imgUpBlock .preview {
  /*width:250px; height:180px;*/
  overflow: hidden;
  margin-bottom: 25px;
}

.imgUpBlock .preview img {
  max-width: 100%;
}

.imgUpBlock input[type=file] {
  display: inline-block;
  width: 40px;
  height: 25px;
  opacity: 0;
  z-index: 300;
  cursor: pointer;
}

.imgUpBlock label {
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 1;
}

.imgUpBlock label span.txt {
  position: absolute;
  top: 2px;
  color: #b1b1b1;
}

.imgUpBlock .thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
}

.imgUpBlock .thumb img {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 90px;
  height: 90px;
}

.imgUpBlock .thumb .remove-btn {
  display: none;
}

.imgUpBlock.on .thumb .remove-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 1;
  top: 1px;
  right: 1px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAQAAABKmM6bAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA8RMSdZDe2ZAAAAL0lEQVQI13WMQQ4AIAjDyv8fXQ8aiGaOw7ICK6RktIPgGXrr4x0uwA+YLkwvpg4XfYwV7m6djfMAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
}

.imgUpBlock.on .thumb {
  cursor: pointer;
}

.imgUpBlock.on label {
  display: none;
}

.upload-desc {
  padding: 10px 0;
  font-size: 14px;
  color: #999;
}

.videoUpBlock {
  position: relative;
  display: inline-block;
}

.videoUpBlock input[type=text] {
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  margin: 0;
  font-size: 14px;
  width: 200px;
}

.videoUpBlock label {
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  background-color: #999999;
  color: #fff;
  content: "찾아보기";
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
}

.videoUpBlock input[type=file] {
  opacity: 0;
  width: 90px;
}

#modalPhotoView {
  display: none;
  visibility: visible;
  max-width: 400px;
}

#modalPhotoView header {
  border-bottom: none;
  width: auto;
  height: 20px;
  line-height: 1;
  position: relative;
  color: #882887;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

#modalPhotoView .layPopClose {
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background-position: 0 0;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA0QDDOC9NPmAAAAu0lEQVQoz33RvQ3CMBCG4de3QJiBJjsgRXLDAiiUFEgZIl1GyBJUCaKhJJEseQoaZqEJxj9xrn50uu87xYPeWDZGF5yEnruuNtFEKcZS56EumJhNK2AsNeMa/CEQAGM5p/CPFrYGfeRYDEPkMR/GCJQJ76kYaehCFGxbNjY8eYcoYbqg48YxTi0RmpjNJS1cEtQuhQfQMb3z08VQHHqF6cIXyjqKC5cccnDQFSiyyBU+cFBcKfMIQO/N5wt3GWBOxpZPLgAAAABJRU5ErkJggg==);
}

#modalPhotoView .modal-body {
  text-align: center;
}

#modalPhotoView .modal-body img {
  max-width: 100%;
}

.reviewFullPopup {
  display: none;
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 1em;
}

.reviewFullPopup header {
  border-bottom: none;
  line-height: 1;
  position: relative;
  color: #414042;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 1em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.reviewFullPopup header span {
  font-size: 19px;
  margin-left: 0.3em;
  display: inline-block;
  font-weight: bold;
}

.reviewFullPopup .layPopClose {
  vertical-align: top;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAfCAMAAAAyTAaFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABSlBMVEWAgoWAg4Z/goWAgoZ/goV/goV/goWAgoWAg4Z/goWAgoWAgoWAgoV/goWAgoV/goV/goWAg4Z/goWAgoV/goV/goWAgoWAgoaAgoZ/goWAgoV/goV/goV/goV/goWAgoV/goWAgoZ/goWAgoaAgoV/goV/goWAgoaAgoWAg4Z/goWAgoWAg4aAgoaAgoaAg4Z/goV/goWAgoV/goWAgoV/goWAgoZ/goWAgoV/goV/goWAgoV/goWAgoV/goWAg4aAgoZ/goWAgoV/goWAgoWAgoV/goWAgoZ/goWAgoWAgoZ/goV/goWAgoV/goV/goWAgoWAg4aAgoZ/goWAgoWAgoWAgoZ/goWAg4aAgoaAgoZ/goV/goV/goV/goWAgoaAgoWAg4aAgoV/goV/goV/goWAgoaAg4Z/goV/goWAgoaAgoWAg4b///8+OLMgAAAAaXRSTlMAAAAAWAWQGcI95vJw+tQoDKemJtRtUfHkOQOI/r4VFb2HAzfi709p+NAlCaChCiHP+GhG7uE0pb8Toeq0iAQBd/vCGz/n7EsY/oiC/cYe6uxLHceNBQWOxx5Q7VAhzP6OBQiZyVvz0wopAHuCAAAAAWJLR0RtuwYArQAAAAd0SU1FB+UEEBE4Kv4EbaQAAAFvSURBVCjPNVHVcsNADNRJZUrKlJSZ25QhZUiZmVl3+f/nSrLr8XjOe9JqdwXgkFAfAgREICgAICRyaP96VVjEgIoRSJEesbjEh//ruLC0LHA5QEQlHyGoqGRflRA+km4rTlazDzVJPccY1Nb5UFkfkakUAGhoZG5qlrMTzOmEltaU53SbcYC1UXtH3qc6u6wJwAmK3T0+9PZpAYIj8QKufyD4waF/M8KNwyPMPDpm7KJMO8cnfH5yynIQVZoIZKZ9fmZWEWdD1fsch/mFOC9VJQZg0fNShsC8SDJO6xaWA6dWsqrBmRTVt7q2zryxae1mkzTIre0QdnZVqZkygbiXDiG3nzWnSkta33Vw6MPRsU5xMSZv5iT40zMLWOc4y/D8gjl3eWV8tjPRCdc3OebbO4xzhmj+fW/gh0clBSSKl/n0zPzy+iaYcxgNAnz/4MCfug+hJIoWiF/fzJasA9snqZLEjxfl2ivhinVL73fxD6GLMvNtn/7PAAAAAElFTkSuQmCC);
}

.allWrap .sns {
  margin: 2rem 0 2rem;
}

.allWrap .sns p {
  font-size: 0.82rem;
}

.allWrap .sns.type02 h3,
.allWrap .sns.type02 p {
  color: #fff;
}

.allWrap .sns.type02 {
  margin: 45px 0 66px;
}

.allWrap .sns.type02 p img {
  width: 100%;
  background-size: 312px auto;
}

.allWrap .sns.type02 .snsGo li a.naver {
  width: 56px;
  height: 18px;
  background: url("/assets/img/member/sns_naver_01.png") no-repeat 0 0;
  background-size: contain;
}

.allWrap .sns.type02 .snsGo li a.kakao {
  width: 62px;
  height: 18px;
  background: url("/assets/img/member/sns_kakao_01.png") no-repeat 0 0;
  background-size: contain;
}

.allWrap .sns.type02 .snsGo li a.facebook {
  width: 65px;
  height: 18px;
  background: url("/assets/img/member/sns_facebook_01.png") no-repeat 0 0;
  background-size: contain;
}

.allWrap .sns.type02 .snsGo li a.google {
  width: 47px;
  height: 18px;
  background: url("/assets/img/member/sns_google_01.png") no-repeat 0 0;
  background-size: contain;
}

.snsGo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.snsGo li a {
  display: inline-block;
}

.snsGo li a.naver {
  width: 56px;
  height: 18px;
  background: url("/assets/img/member/sns_naver.png") no-repeat 0 0;
  background-size: contain;
}

.snsGo li a.kakao {
  width: 62px;
  height: 18px;
  background: url("/assets/img/member/sns_kakao.png") no-repeat 0 0;
  background-size: contain;
}

.snsGo li a.facebook {
  width: 65px;
  height: 18px;
  background: url("/assets/img/member/sns_facebook.png") no-repeat 0 0;
  background-size: contain;
}

.snsGo li a.google {
  width: 47px;
  height: 18px;
  background: url("/assets/img/member/sns_google.png") no-repeat 0 0;
  background-size: contain;
}

span.alert {
  font-size: 0.65rem;
  color: blue;
  font-weight: bold;
  text-decoration: underline;
  text-underline-position: under;
}

/* 회원 ============================================ */
/* allWrap */
.allWrap {
  position: relative;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.subContentsWrap {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #393c44;
}

.subContents {
  position: relative;
  padding: 0 30px;
}

.subContents.type02 {
  padding-bottom: 50px;
}

.subContents.type03 {
  width: 100%;
  padding: 0;
}

.subContents.type03 #tab01 {
  padding: 30px 30px 0;
}

.subContents.type03 #tab02 .submitAreaWrap {
  padding: 0 30px 0;
}

.subContents.type03 .titleArea.type02 {
  padding: 60px 30px 0;
}

.subContents.type03 .titleArea {
  width: 100%;
  margin: 0 auto;
}

.subContents.type03 .memberBoxWrap {
  width: 100%;
}

.subContents.type03 .memberBoxWrap .titleDesc p {
  padding: 20px 0;
  color: #fff;
}

.subContents.type03 .tabContentWrap {
  width: 100%;
}

.subContents.addBg01 {
  background: url("/assets/img/common/sub_bg_01.png") repeat-x 0 bottom;
  background-size: auto 120px;
}

.subContents.addBg02 {
  background: url("/assets/img/common/sub_bg_02.png") repeat-x 0 bottom;
  background-size: auto 150px;
}

.subContents.addBg03 {
  background: url("/assets/img/common/sub_bg_03.png") repeat-x 0 bottom;
  background-size: auto 265px;
}

/* 상품 ============================================ */
.result-list {
  /* 상품 페이지 검색 결과 리스트 */
}

.result-list > .title {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.result-list > .result-list-outer {
  margin-top: -10px;
}

.sell-type {
  /* 상품 판매 형식 */
}

.sell-type-buy {
  background-color: #801494;
}

.sell-type-rental {
  background-color: #9f8547;
}

#sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 3000 !important;
  top: 0;
}

#order {
  position: fixed;
  z-index: 3000;
  bottom: 0;
  width: 100%;
}

.bg,
.alert,
.no-data {
  background-color: #f3f3f3;
}

.bg02 {
  background-color: #f3f3f3 !important;
}

.bgW {
  background-color: #fff !important;
}

.alert img,
.no-data img {
  width: 100px;
}

/* 넥센 타이어 정보 */
.product-info-contents .product-info-bg {
  background: url("/assets/img/product/pro_banner_bg_01.jpg") no-repeat 0 0;
  background-size: cover;
}

.accordion-box {
  /* 아코디언 메뉴 */
}

.accordion-box .accordion {
  position: relative;
  padding: 1rem 1.5rem;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #cbcbcb;
  background-color: #e0e2e2;
}
.accordion-box .accordion > h3 {
  margin: 0 0 12px;
}

.accordion-box .accordion:after {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/assets/img/common/ico_arrow_slim.png");
  background-repeat: no-repeat;
  background-position: 0 -38px;
  background-size: cover;
}

.accordion-box .accordion.on::after {
  background-position: 0 0;
}

.product-sub-info {
  /* 상품정보 자세히 보기 */
}

.product-sub-info.rental .order-single {
  border-bottom: none;
}

.product-sub-info .option-change {
  padding: 0 1rem 1rem;
  text-align: right;
  border-bottom: 1px solid #e0e2e2;
}

.product-sub-info .btn-detail {
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #cbcbcb;
  background-color: #fff;
  background-image: url("/assets/img/product/ico_search_big_black.svg");
  background-repeat: no-repeat;
  background-position: right 5px top -1px;
  background-size: contain;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-weight: bold;
}

.product-sub-info h3,
.product-sub-info label {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.product-sub-info input,
.product-sub-info select {
  background-color: transparent;
}

.product-sub-info select {
  position: relative;
}

.product-sub-info select:after {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 18px;
  height: 18px;
  content: "";
  background: url("/assets/img/common/ico_arrow_slim.png") no-repeat 0 -38px;
  background-size: 18px;
}

/* 필수입력항목 아이콘 추가 */
.black {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.essen {
  position: relative;
}

.essen::after {
  display: inline-block;
  margin-left: 0.25rem;
  content: "*";
}

/* 상품 렌탈 옵션 */
.count-outer {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  border: 1px solid #cbcbcb;
}

.count-outer:not(:last-child) {
  border-bottom: none;
}

.count-outer .count-design {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.count-outer .count-design label {
  font-size: 100%;
}

.count-outer .count-title-wrap {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 60px);
  height: 45px;
  padding-right: 1rem;
}

.count-outer .count-title {
  float: left;
  height: 100%;
  padding-left: 10px;
  line-height: 45px;
}

.count-outer .count-title,
.count-outer .count-tip {
  display: inline-block;
}

.count-outer .none {
  margin-right: 1rem;
  text-align: right;
  -ms-flex-item-align: center;
  align-self: center;
}

.count-outer .count-insert {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: #801494;
  line-height: 29px;
  -ms-flex-item-align: center;
  align-self: center;
}

.count-outer .quantity-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.25rem;
  -ms-flex-item-align: center;
  align-self: center;
}

/* 추천 */
.info {
  border-bottom: 1px solid #cbcbcb;
}

.info .filter-button {
  display: block;
  width: 100%;
  padding: 0.5rem;
  background-color: #f3f3f3;
  font-size: 0.875rem;
}

.info-tag {
  display: inline-block;
  padding: 0.25rem 1rem;
  color: #fff;
  border-radius: 50px;
  background-color: #999;
}

.info-text {
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  color: #999;
  background-image: url("/assets/img/product/ico_right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  -ms-flex-item-align: center;
  align-self: center;
}

.info-recommend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem;
  text-align: center;
  color: #999;
  background-color: #f3f3f3;
}

/* 타이어 검색 필터 */
.utility {
  padding: 0.5rem;
  border-top: 1px solid #fff;
  background-color: #f3f3f3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.utility [class^=utility-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility .utility-sort {
  display: inline-block;
}

.utility .utility-sort select {
  width: 70px;
  border: none;
  background-color: transparent;
  background-image: url("/assets/img/product/ico_select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  font-size: 0.875rem;
}

.utility .utility-result {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.utility .utility-result-total {
  padding-right: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.utility .utility-result-total span {
  /*font-family: 'Spoqa Han Sans Bold', sans-serif; */
  font-weight: bold;
}

.utility .utility-result-total span:first-child {
  color: #999;
}

.utility .utility-result-total span:last-child {
  margin-left: 5px;
  color: #333;
}

.utility .utility-filter {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.utility .utility-filter .filter-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  padding-left: 0;
  background-color: transparent;
  font-size: 16px;
  -ms-flex-item-align: center;
  align-self: center;
}

.utility .utility-filter .filter-button > span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background-color: transparent;
  background-image: url("/assets/img/product/ico_filter.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.utility .utility-filter .filter-button > b {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  color: #999;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.utility .utility-filter .filter-result span {
  float: left;
}

.utility .utility-filter .filter-result span:first-child {
  height: 20px;
  padding-top: 3px;
  color: #999;
  font-size: 0.875rem;
  font-weight: bold;
}

.utility .utility-filter .filter-result span:last-child {
  width: 22px;
  height: 22px;
  margin-left: 0.25rem;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #333;
  font-size: 0.875rem;
  line-height: 1;
}

.count-box {
  background-color: #fff;
}

.price {
  max-width: 300px;
  margin: 0 auto;
  padding: 0.25rem 0;
}

.price-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: left;
}

.price-data {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.price-actual::before {
  display: inline-block;
  width: auto;
  content: "￦";
  font-family: "NanumBarunGothic";
}

.price-criteria {
  color: #999;
}

.price-sale {
  position: relative;
  display: inline-block;
  height: auto;
  margin-right: 0.5rem;
  padding: 0 0.25rem;
  text-decoration: none;
  color: #999;
}

.price-sale::before {
  display: inline-block;
  width: auto;
  content: "￦";
  font-family: "NanumBarunGothic";
}

.price-sale::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/assets/img/product/price_sale.png") no-repeat;
  background-position: right 0 top 50%;
}

.state-outer {
  max-width: 200px;
  line-height: 1;
}

.state-outer > [class^=state-] {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 28px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.state-outer .state-best {
  background-image: url("/assets/img/product/ico_state_best.png");
}

.state-outer .state-hit {
  background-image: url("/assets/img/product/ico_state_hit.png");
}

.state-outer .state-recommend {
  background-image: url("/assets/img/product/ico_state_recommend.png");
}

.state-outer .state-sale {
  background-image: url("/assets/img/product/ico_state_sale.png");
}

.search-number {
  /* 차량 번호 */
}

.search-number .number-research {
  display: inline-block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  padding-top: 50px;
  text-indent: -9999px;
  background: url("/assets/img/product/ico_search_big_pupple.svg") no-repeat right 0 top 0;
  background-color: transparent;
}

.search-number .result-research {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.search-number .result-research .number-research {
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: transparent url("/assets/img/product/ico_search_big_gray.svg") no-repeat right 0 top 0;
  background-size: auto;
}

.search-number .research-input {
  display: inline-block;
  width: calc(100% - 55px);
  padding: 1rem 1rem 1rem 0;
  border: none;
}

.search-number .result-car,
.search-number .result-brand,
.search-number .result-km {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.search-number .reseach-input {
  padding: unset;
  text-align: center;
  color: #333;
  border: none;
}

.search-number .reseach-input::-webkit-input-placeholder {
  color: #999;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 18px;
}

.search-number .reseach-input::-moz-placeholder {
  color: #999;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 18px;
}

.search-number .reseach-input:-ms-input-placeholder {
  color: #999;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 18px;
}

.search-number .reseach-input::-ms-input-placeholder {
  color: #999;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 18px;
}

.search-number .reseach-input::placeholder {
  color: #999;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 18px;
}

.search-number .comment {
  text-align: center;
  letter-spacing: -0.9px;
  color: #999;
  font-family: "Spoqa Han Sans Light", sans-serif;
  font-size: 0.875rem;
}

/* 차종, 타이어 사이즈 STEP */
.size-wrap {
  position: relative;
  display: inline-block;
}

.size-select.car-brand .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.size-select.car-brand .radio label {
  width: 100%;
  margin-top: 0.875rem;
  margin-left: 0;
}

.size-select > li {
  float: left;
  padding: 0.5rem 0;
}

.size-select > li label {
  font-size: 1rem;
}

/* 타이어 등급 순위 */
.rank-list {
  padding: 0 1rem 1rem;
}

.rank-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem 2rem;
  color: #999;
  border: 3px solid #f3f3f3;
  border-radius: 50px;
  background-color: #f3f3f3;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rank-list-item .rank-reset {
  visibility: hidden;
}

.rank-list-item.r01.selected,
.rank-list-item.r04.selected {
  background-color: #812990;
}

.rank-list-item.r02.selected,
.rank-list-item.r05.selected {
  background-color: #7e3c9b;
}

.rank-list-item.r03.selected,
.rank-list-item.r06.selected {
  background-color: #795bad;
}

.rank-list-item.r01.selected,
.rank-list-item.r02.selected,
.rank-list-item.r03.selected,
.rank-list-item.r04.selected,
.rank-list-item.r05.selected,
.rank-list-item.r06.selected {
  color: #fff;
}

.rank-list-item.r01.selected .rank-reset,
.rank-list-item.r02.selected .rank-reset,
.rank-list-item.r03.selected .rank-reset,
.rank-list-item.r04.selected .rank-reset,
.rank-list-item.r05.selected .rank-reset,
.rank-list-item.r06.selected .rank-reset {
  visibility: unset;
}

.rank-list-item:not(:last-child) {
  margin-bottom: 1px;
}

.rank-list .rank-sequence {
  font-size: 20px;
  line-height: 1;
}

.rank-list .rank-sequence sup {
  margin-left: 5px;
  font-size: 16px;
  line-height: 0;
}

.rank-list .rank-text {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rank-list .rank-reset {
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/assets/img/common/delete_01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.page-header-step {
  max-width: 297px;
  padding-top: 2rem;
}

.search-area-wrap {
  background: #fff;
}

.search-area-wrap .total {
  color: #999;
  font-size: 0.75rem;
  font-weight: bold;
}

.search-area-wrap .total span {
  margin-left: 0.25rem;
  color: #393c44;
  font-size: 1rem;
}

/* 판매인 검색 */
.seller-wrap {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.seller-wrap .seller-list {
  border-bottom: 1px solid #cbcbcb;
}

.seller-wrap .seller-item {
  width: 100%;
  padding: 1rem;
  background-color: transparent;
}

.seller-wrap .seller-item:hover {
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  outline: 1px solid #000;
}

.seller-wrap dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.seller-wrap dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  text-align: right;
}

.seller-wrap dt::before {
  display: block;
  content: "판매인 NO";
  color: #999;
  font-size: 0.75rem;
}

.seller-wrap dd {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.seller-wrap dd span {
  display: block;
  text-align: left;
}

.seller-wrap dd span + span {
  font-size: 0.75rem;
}

/* 전문점 찾기 팝업 */
.go-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.go-view:after {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  content: "";
  background: url("/assets/img/product/ico_search_step_arrow.png") no-repeat 0 top/20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.service-info-detail {
  /* 상세 정보 */
}

.service-info-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5rem;
  line-height: 1.25;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.service-info-detail dl:not(:first-child) {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cbcbcb;
  font-family: "Spoqa Han Sans Regular", sans-serif;
}

.service-info-detail dt,
.service-info-detail dd {
  padding: 0.25rem 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.service-info-detail dt {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.service-info-detail dd {
  text-align: right;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.secession-check ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secession-check ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  counter-increment: my-awesome-counter;
  color: #666;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1rem;
}

.secession-check ol li::before {
  margin-right: 0.5rem;
  content: "0" counter(my-awesome-counter);
  color: #cbcbcb;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.midwaypay {
  display: inline-block;
  width: 100%;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.midwaypay dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.midwaypay dt,
.midwaypay dd {
  margin: 0 0 0.5rem;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.midwaypay dt + dd {
  line-height: 1;
}

.midwaypay dt + dd::after {
  content: "\a";
  white-space: pre;
}

.midwaypay dd {
  text-align: right;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.midwaypay dd::after {
  content: "\a";
  white-space: pre;
}

.midwaypay dd.discount {
  color: #999;
}

.midwaypay dd.total span {
  color: #393c44;
  font-size: 2rem;
}

.midwaypay dd.total span::before {
  content: "￦";
  font-family: "NanumBarunGothic";
}

.midwaypay dd span {
  font-size: 1rem;
}

.midwaypay dd span::before {
  content: "￦";
  font-family: "NanumBarunGothic";
}

.midwaypay dd .go-view {
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.bank-list {
  padding: 1rem 2rem;
}

.bank-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1rem;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.bank-list li b {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.bank-list li em {
  font-weight: normal;
  font-style: normal;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.coupon-page-list li {
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
}

.coupon-page-list li:last-child {
  margin-bottom: 0;
}

.tip-service-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #cbcbcb;
}

.tip-service-layout:first-child {
  margin: 0;
  border: none;
}

.tip-service-layout > h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin: 0 !important;
  padding: 0;
  color: #801494 !important;
}

.tip-service-layout dt {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.tip-service-layout dt:not(:first-child) {
  margin-top: 0.5rem;
}

/* 1:1문의 */
.question-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f3f3f3;
}

.question-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.list-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.25rem;
  line-height: 1;
}

.list-info-top span {
  color: #999;
  font-size: 0.75rem;
}

.list-info-top .date {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.list-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-info-bottom p {
  margin-right: 1rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.subContentsWrap #qRegisterBtn img {
  display: flex;
  width: 100%;
  height: auto;
}

/* 방문장착 진행현황 */
.mount-process .none {
  /* 진행 전 단계상태 */
}

.mount-process .none * {
  color: #cbcbcb !important;
}

.mount-process .none .process-state {
  color: #fff !important;
  background: #cbcbcb;
}

.mount-process .none .process-title li {
  float: unset;
  line-height: 1;
}

.mount-process .none .process-title + div,
.mount-process .none .store {
  display: none;
}

.mount-process .none .process-step,
.mount-process .none .store {
  border: none;
}

.mount-process .none .process-info-view {
  background: url("/assets/img/customer/none_step.png") repeat-y 20px 0/2px;
}

.mount-process > ul li:last-child .process-info-view {
  background: none;
}

.mount-process .swiper-store {
  display: block;
  text-align: center;
}

.mount-process .swiper-store span {
  display: block;
  margin-top: 0.25rem;
}

.mount-process .process {
  margin-right: 1rem;
}

.mount-process .process-info-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 1rem;
  background: url("/assets/img/customer/step.png") repeat-y 20px 0/2px;
}

.mount-process .process-state {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #801494;
  font-size: 0.875rem;
  line-height: 40px;
}

.mount-process .process-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mount-process .process-step .slider-show {
  position: relative;
  padding: 0.5rem 0;
  padding-right: 1rem;
  padding-left: 0;
  background: transparent;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 0.875rem;
}

.mount-process .process-step .slider-show.on::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mount-process .process-step .slider-show::after {
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url("/assets/img/common/ico_select.png") no-repeat right center/0.875rem;
}

.mount-process .process-step dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5rem 0 0;
  line-height: 1.25;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.mount-process .process-step dt,
.mount-process .process-step dd {
  padding: 0.25rem 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.mount-process .process-step dt {
  margin-right: 0.5rem;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 0.75rem;
}

.mount-process .process-step dd {
  font-size: 0.875rem;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mount-process .process-title {
  width: 100%;
  margin-right: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}

.mount-process .process-title li {
  float: left;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.mount-process .process-title li:first-child {
  margin-right: 0.5rem;
  color: #cbcbcb;
}

.mount-process .process-title li:last-child {
  color: #801494;
}

.mount-process .process-title + dl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 1rem;
}

.mount-process .process-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #e0e2e2;
}

.mount-process .store {
  margin-top: 0.5rem;
}

/* 고객지원 ======================================== */
.page-header-title {
  margin-top: 10px;
}

.totalSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 8px 0 15px;
  color: #999;
  border-bottom: 1px solid #ccc;
  background: #f3f3f3;
  line-height: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.totalSearch .total {
  color: #999;
  font-weight: bold;
}

.totalSearch .total span {
  margin-left: 5px;
  color: #333;
}

.totalSearch .carNumber {
  position: relative;
  top: 24px;
}

.totalSearch input {
  position: relative;
  top: 5px;
  left: 30px;
  width: 60%;
}

.totalSearch .searchBtn {
  width: 40px;
  text-indent: -9999px;
  background: url("/assets/img/product/ico_search_big_black.svg") no-repeat 0 5px;
}

.listType {
  position: relative;
  padding: 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f3f3f3;
}

.listType dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listType dd {
  font-size: 0.87rem;
}

.listType span {
  color: #999;
  font-size: 0.7rem;
}

.listType:last-child {
  border-bottom: 0;
}

.listLine {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f3f3f3;
}

.listHeader {
  padding: 1rem 1.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f3f3f3;
}

.listHeader dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.listHeader dd {
  font-size: 1.25rem;
  font-weight: bold;
}

.listHeader span {
  color: #a5a5a5;
  font-size: 0.7rem;
}

.listDetailWrap {
  margin-bottom: 2rem;
}

.listCon {
  padding: 1.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f3f3f3;
  font-size: 0.95rem;
}

.listCon p {
  white-space: keep-all;
  color: #666;
  font-size: 0.93rem;
}

.listPreNext {
  margin-bottom: 50px;
  font-size: 0.9rem;
}

.listPreNext dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f3f3f3;
}

.listPreNext dt {
  margin-right: 10px;
  font-weight: bold;
}

.mBtnArea {
  padding-bottom: 40px;
}

.mBtnArea .product-list-more {
  border-top: 1px solid;
}

.tab-content .order-header-message,
.order-middle-message {
  padding: 2rem 1rem;
  background-color: #f3f3f3;
}

.order-header-message button.go-view.contact {
  width: 220px;
  margin: 0 auto;
  margin-top: 13px;
  font-size: 0.8rem;
}

.agree-wrap {
  display: block;
}

.agree-wrap label {
  text-align: left;
}

.agree-wrap .info {
  margin: 15px 0;
  padding: 20px 0 15px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.agree-wrap .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  color: #666;
  font-size: 0.75rem;
}

.agree-wrap .info dt {
  width: 100px;
  padding-left: 30px;
  text-align: left;
  font-weight: bold;
}

.contact {
  padding: 0 1.5rem 20px;
}

.contact ul {
  width: 100%;
  padding: 10px 0;
}

.contact ul li {
  width: 50%;
  margin: 0 10px 5px 0;
}

.contact .radio.col-2 {
  width: 46%;
}

.conWrap .btn-address-search {
  overflow: hidden;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-left: -1.5rem;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/assets/img/product/ico_search_big_black.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
}

.conWrap .btn-address-search.ml0 {
  overflow: hidden;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-left: 0rem;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/assets/img/product/ico_search_big_black.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
}

.btn-store-search {
  overflow: hidden;
  flex: 0 0 30px;
  width: 100%;
  height: 60px;
  color: #fff;
  background: #801494;
  background-image: url("/assets/img/product/ico_search_big_white.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  lime-height: 60px;
}

.order-basket.contact {
  padding: 0 1.5rem;
}

.inset-ml-v01 {
  padding: 0 1.5rem 1.5rem;
}

.contact radio label {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 0.25rem;
  cursor: pointer;
  vertical-align: middle;
  color: #999;
  font-family: "Spoqa Han Sans Light", sans-serif;
  font-size: 0.875rem;
}

select.st01 {
  height: 40px;
  padding: 0.65em 0;
  border: 0;
  background: url("/assets/img/common/ico_select.png") no-repeat right 0 top 50%/14px;
  line-height: 18px;
}

.addressView {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.addressView > span {
  width: 100%;
  padding-right: 5px;
}

.addressView > span.txt {
  width: 80%;
}

.addressView button {
  position: relative;
  top: -15px;
  width: 120px;
}

.pInfo span::after {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 5px 0 8px;
  content: " ";
  background: #999;
}

.pInfo span:last-child:after {
  display: none;
}

.mapView {
  overflow: hidden;
  background: #faf8f8;
}

.search-area {
  padding: 0.5rem 1.5rem 0;
}

.search-area input.type03 {
  padding: 0 25px 0 0;
}

#mapwrap {
  background: #f3f3f3;
}

footer {
  clear: both;
  width: 100%;
  background: #393c44;
}

footer .footerWrap {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem;
}

footer .foLogo {
  width: 95px;
  height: 12px;
  background: url("/assets/img/common/footer_logo.png") 0 0 no-repeat;
  background-size: 95px auto;
}

footer .foCopyright {
  position: relative;
  padding-top: 0.5rem;
  text-transform: uppercase;
  color: #75777c;
  font-size: 12px;
}

.page-header {
  display: inline-block;
  width: 100%;
  max-height: 240px;
  padding: 3rem;
}

.address-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.address-form .address-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.25em;
}

.address-form .address-code .button {
  margin-left: 0.25em;
  font-size: 0.75rem;
}

.address-form .address-detail input:first-child {
  margin-bottom: 0.25em;
}

/* 전체 백그라운드 있는경우 */
.allBgWrap {
  position: absolute;
  z-index: -50;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

#bgFullImg {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 390px;
}

.loginBg {
  width: 100%;
  height: 100%;
  -webkit-animation: zoomin 10s;
  animation: zoomin 10s;
  background: url("/assets/img/member/login_bg.jpg") no-repeat 0 top/cover;
}

.loginBg {
  width: 100%;
  height: 100%;
  -webkit-animation: none;
  animation: none;
  background: url("/assets/img/title/top_img_14_m.png") no-repeat 0 top/cover;
}

.subBg {
  width: 100%;
  height: 100%;
  -webkit-animation: zoomin 10s;
  animation: zoomin 10s;
  background: url("/assets/img/member/member_bg_07.jpg") no-repeat 0 top/cover;
}

.popup-login-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  background-image: url(../img/member/login_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.page-header.empty {
  padding-bottom: 67%;
}

.page-header.empty > * {
  display: none;
}

/* 사이트 메뉴 */
.allMenuWrap {
  position: absolute;
  z-index: 6000;
  top: 0;
  right: -100%;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.allMenuWrap .allMenuBox {
  height: auto;
  background: #fff;
}

.allMenuWrap .allMenuBox .content {
  padding: 0 18px 20px;
}

.allMenuWrap .allMenuBox .allMenuClose {
  position: absolute;
  z-index: 4000;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #801494 url("/assets/img/common/icon_set.png") no-repeat -18px 18px;
  background-size: 250px auto;
  line-height: 50px;
}

.allMenuWrap header {
  position: relative;
  padding-top: 4rem;
}

.allMenuWrap .menu-logo .logo {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  width: 105px;
  height: 25px;
  text-indent: -9999px;
  background: url("/assets/img/common/logo_02.png") 0 0 no-repeat;
  background-size: 100px auto;
}

.allMenuWrap .topMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  margin: 0 1rem;
}

.allMenuWrap .topMenu a {
  color: #666;
  font-size: 0.875rem;
  font-weight: bold;
}

.allMenuWrap .topMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.allMenuWrap .topMenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 1.5rem;
  text-align: center;
  border-right: 1px solid #aaa;
  background-size: 1px auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.allMenuWrap .topMenu li:last-child {
  border: 0;
}

.allMenuWrap .topMenu i {
  position: relative;
  top: 3px;
}

.allMenuWrap .topMenu a {
  padding-left: 10px;
  -ms-flex-item-align: center;
  align-self: center;
}

.siteMapWrap {
  position: relative;
  width: 100%;
}

.siteMapWrap .sMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  border-top: 2px solid #801494;
}

.siteMapWrap .sMenu h3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  font-size: 1.5rem !important;
}

.siteMapWrap .sMenu ul {
  width: 100%;
  margin-bottom: 1rem;
}

.siteMapWrap .sMenu li {
  border-bottom: 1px solid #ddd;
}

.siteMapWrap .sMenu a {
  display: block;
  padding: 0.5rem 0;
  color: #666;
  font-size: 1rem;
}

.siteMapWrap .sMenu a:active {
  color: #000;
}

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slider {
  display: block;
}

.slick-slider .slick-slide {
  margin: 0 20px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.slick-slider .slick-slide img {
  width: 100%;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  display: none;
}

.slick-slider .slick-current {
  opacity: 1;
}

/* 페이지별 slick 스와이프 커스텀 */
.swiper-footer {
  padding: 1rem 0;
  border-top: 1px solid #fff;
}

.swiper-thumb-group .slick-slide {
  margin: 0 1rem;
}

.swiper-thumb-group .slick-slide:not(:first-child) {
  margin-left: 0;
}

.swiper-service .slick-slide {
  margin: 0 0.5rem 0 0;
  padding: 0 0 0 1.5rem;
}

/* Simple Swipe */
.simple-swipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simple-swipe div {
  height: 60px;
  white-space: nowrap;
  word-break: keep-all;
}

.simple-swipe-box {
  overflow-x: auto;
  overflow-y: hidden;
}

.simple-swipe-outer {
  display: block;
  width: 100%;
  height: 59px;
}

.search-car.popup-contents .simple-swipe {
  height: 60px;
}

.simple-swipe-outer {
  /* Simple Swipe: 팝업 내부 진행 단계 확인용 */
}

.simple-swipe-outer .current {
  color: #333;
}

.simple-swipe-outer::after {
  position: absolute;
  z-index: -1;
  bottom: 1px;
  display: block;
  width: 100%;
  content: "";
}

.simple-swipe-outer .step {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23px;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  margin: 1rem 0;
  background: transparent url("/assets/img/product/ico_search_step_arrow.png") no-repeat right 0 top 0;
  background-size: 23px;
}

.simple-swipe-outer .step.on {
  background: transparent url("/assets/img/product/ico_search_step_arrow.png") no-repeat right 0 bottom 0;
  background-size: 23px;
}

@media screen and (max-width: 600px) {
  .rwd * {
    width: 100%;
  }
  .rwd-clear {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: unset;
  }
  .rwd .layout-r,
  .rwd .result-data-hash .hash-item,
  .result-data-hash .rwd .hash-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout-rwd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.layout-rwd .go-view {
  padding: 0;
  background-color: transparent;
}

.layout-rwd .order-count {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 320px) {
  .layout-rwd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .layout-rwd .go-view {
    background-color: transparent;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-rwd .order-count {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-top: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .layout-rwd.order-rent .align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.loadingWrap .loading {
  position: fixed;
  z-index: 6100;
  top: 50%;
  left: 50%;
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-top: -78px;
  margin-left: -45px;
  border-radius: 100%;
}

.loadingWrap .loading img {
  width: 100px;
  height: auto;
}

.loadingWrap .loadingBg {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.validation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #999;
  font-size: 0.75rem;
}

.validation::before {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-right: 0.25rem;
  content: "";
  background-image: url("/assets/img/common/ico_important.png");
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 14px;
}

.validation.warning {
  color: red;
}

.validation.warning::before {
  background-position: 0 top;
}

ul.list-type01 li {
  position: absolute;
  top: 0;
  padding: 0;
  content: "-";
}

ul.list-type02 li::before {
  left: 0 !important;
  content: "" !important;
}

.custom-list span {
  display: block;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
  font-size: 0.875rem;
}

.custom-list .star,
.custom-list .note,
.custom-list .dash {
  position: relative;
  font-size: 0.875rem;
}

.custom-list .star::before,
.custom-list .note::before,
.custom-list .dash::before {
  position: absolute;
  top: 0;
  left: -0.875rem;
}

.custom-list .dash::before {
  content: "-";
}

.custom-list .star::before {
  content: "*";
}

.custom-list .note {
  color: #999;
}

.custom-list .note::before {
  content: "※";
}

#bgFullImgOuter {
  position: fixed;
  z-index: -51;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}

#bgBox {
  overflow: hidden;
  height: 380px;
}

/* chrome */
/* firefox */
@-moz-document url-prefix() {} /* >= IE10 */
.nopage-wrap .allWrap {
  position: unset;
}

.nopage-wrap .topAreaWrap {
  overflow: unset;
  height: 0;
}

.nopage-wrap .nopage {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #6b696c url("/assets/img/common/404.jpg") no-repeat 0 top/cover;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.nopage-wrap .nopage .topAreaWrap {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.nopage-wrap .nopage .subContentsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.nopage-wrap footer {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 85px;
}

.nopage-wrap main {
  padding: 2rem;
}

.nopage-wrap .page-header {
  padding: 0;
}

.nopage-wrap .title-deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  line-height: 0;
}

.nopage-wrap .title-deco span {
  font-size: 3.5rem;
}

.nopage-wrap .nopage-header {
  margin-bottom: 1rem;
  color: #fff;
}

.nopage-wrap .nopage-header-catch {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.125rem;
}

.nopage-wrap .nopage-header-description {
  font-size: 0.75rem;
}

.nopage-wrap .go-main {
  width: 100%;
  padding: 1rem 1.5rem;
  color: #fff;
  background: #801494 url("/assets/img/common/ico_link.png") no-repeat right 1rem center/1rem;
}

.main .topAreaWrap {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.main .topAreaWrap .topArea header .rTopBtn {
  position: absolute;
  z-index: 3000;
  z-index: 3000;
  top: 0;
  top: 0;
  right: 0;
}

.main .topAreaWrap .topArea header .rTopBtn .allMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("/assets/img/common/icon_set.png") no-repeat 14px -60px;
  background-color: #801494;
  background-size: 250px auto;
}

.main .topAreaWrap .topArea header .rTopBtn .basket {
  position: absolute;
  top: 50px;
  right: 0;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url("/assets/img/common/ico_03.png") no-repeat center right 15px;
  background-color: #393c44;
}

/* 20200329 */
.main .topAreaWrap {
  background-color: #fff;
  height: 50px;
}

.main .topAreaWrap .topArea .logo {
  position: absolute;
  top: 0.6rem;
  left: 1.5rem;
  width: 120px;
  height: 40px;
  text-indent: -9999px;
  background: url("/assets/img/common/logo_dark.png") 0 0 no-repeat;
  background-size: 120px auto;
}

.main .topAreaWrap .topArea header .rTopBtn .allMenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("/assets/img/common/ico_ham.png") no-repeat;
  background-color: #fff;
  background-size: 60%;
  background-position: center center;
}

/* .main .topAreaWrap .topArea header .rTopBtn .basket {position: absolute; top: 50px; right: 0; width: 50px; height: 50px; text-indent: -9999px; background: url('../img/common/ico_ham.png') no-repeat center right 15px; background-color: #393c44;} */
/* .topArea-pageTitle{ color:#801494; } */
.slide-first-content {
  position: absolute;
  top: 90px;
  padding: 2rem 4rem 4rem 2rem;
}

.slide-first-content .inner {
  position: relative;
}

.slide-first-content .inner-content {
  color: #fff;
}

.slide-first-content .inner-item-number {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.slide-first-content .inner-item-info {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.slide-first-content .inner-item-dc {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.25;
}

.slide-first-content .inner04 {
  font-family: "Spoqa Han Sans Thin", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.slide-content {
  position: absolute;
  top: 70px;
  padding: 2rem 2rem 4rem 2rem;
}

.slide-content .inner {
  position: relative;
}

.slide-content .inner-content {
  color: #fff;
}

.slide-content .inner-item-number {
  display: inline-block;
  border-bottom: 3px solid #fff;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.slide-content .inner-item-number span {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.slide-content .inner-item-info {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.slide-content .inner-item-dc {
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  line-height: 1.25;
}

.slide-content .inner01 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  border-bottom: 3px solid #fff;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

.slide-content .inner01 span {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.slide-content .inner01 a {
  position: relative;
  width: 180px;
}

.slide-content .inner01 a:after {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 40px;
  content: "";
  background: transparent url("/assets/img/common/ico_link.png") no-repeat right center/24px;
}

.slide-content .inner04 {
  margin-bottom: 1rem;
  letter-spacing: -1px;
  font-family: "Spoqa Han Sans Thin", sans-serif;
  font-size: 2rem;
  line-height: 1.25;
}

#scroll-arrow {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  display: block;
  width: 100%;
}

#scroll-arrow .arrow {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: transparent url("/assets/img/common/ico_link.png") no-repeat 0 0/cover;
}

#slide1 .fp-bg .maS01 {
  background-image: url("/assets/img/main/main_s01.jpg");
  background-position: center 80%;
}

#slide2 .inner-item-dc {
  right: -30px;
}

#slide2 .fp-bg .maS02 {
  background-image: url("/assets/img/main/main_s02.jpg");
  background-position: center 80%;
}

#slide3 .inner-item-dc {
  right: -30px;
}

#slide3 .fp-bg .maS03 {
  background-image: url("/assets/img/main/main_s03.jpg");
  background-position: center 80%;
}

#section0 .inner {
  position: relative;
}

#section0 .inner .inner01,
#section0 .inner .inner02 {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
}

#section0 .inner .inner01 {
  display: block;
}

#section0 .inner .inner02 {
  display: inline-block;
}

#section0 .inner .inner03 {
  position: absolute;
  display: inline-block;
  margin-left: 10px;
  padding: 3px 0;
  border-bottom: 2px solid #fff;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

#section1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section1 .inner-item-number {
  background: url("/assets/img/common/ico_link.png") no-repeat right bottom 3px/auto;
}

#section1 .fp-bg .ma01 {
  background-image: url("/assets/img/main/main_01.jpg");
  background-position: center 80%;
}

#section2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section2 .inner-item-number {
  overflow: unset;
  padding-right: 25px;
  background: url("/assets/img/common/ico_link.png") no-repeat right -5px bottom 3px/auto;
}

#section2 .fp-bg .ma02 {
  background-image: url("/assets/img/main/main_02.jpg");
  background-position: center 80%;
}

#section3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section3 .inner-item-number {
  background: url("/assets/img/common/ico_link.png") no-repeat right -5px bottom 3px/auto;
}

#section3 .fp-bg .ma03 {
  background-image: url("/assets/img/main/main_03.jpg");
  background-position: center 80%;
}

#section4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#section4 .inner-item-number {
  position: relative;
}

#section4 .inner-item-number::after {
  position: absolute;
  right: -45px;
  bottom: 3px;
  display: inline-block;
  width: 40px;
  height: 3px;
  content: "";
  background: #fff;
}

#section4 .inner01 {
  border: none;
}

#section4 .inner04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 3px solid #fff;
}

#section4 .inner04 a {
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  padding-right: 80px;
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

#section4 .inner04 a span {
  position: absolute;
  right: 0;
  bottom: 3px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background: url("/assets/img/product/ico_search_big_white.svg") no-repeat center center/cover;
}

#section4 .slide-content .inner-item-number {
  border: none;
}

#section4 .fp-bg .ma04 {
  background-image: url("/assets/img/main/main_04.jpg");
  background-position: center 80%;
}

#car-number {
  padding: 0;
  color: #fff;
}

#car-number::-webkit-input-placeholder {
  color: #fff;
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

#car-number::-moz-placeholder {
  color: #fff;
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

#car-number:-ms-input-placeholder {
  color: #fff;
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

#car-number::-ms-input-placeholder {
  color: #fff;
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

#car-number::placeholder {
  color: #fff;
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.service-digest li {
  float: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
}

.service-digest li:last-child {
  margin-right: 0;
}

.service-digest span {
  display: block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.service-digest span.ico01 {
  background: url("/assets/img/main/ico_service.png") no-repeat 0 0/cover;
}

.service-digest span.ico02 {
  background: url("/assets/img/main/ico_service.png") no-repeat -40px 0/cover;
}

.service-digest span.ico03 {
  background: url("/assets/img/main/ico_service.png") no-repeat -80px 0/cover;
}

.service-digest span.ico04 {
  background: url("/assets/img/main/ico_service.png") no-repeat -120px 0/cover;
}

.main-footer {
  color: #fff;
}

.main-footer a,
.main-footer small {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.main-footer small {
  opacity: 0.6;
  font-size: 0.75rem;
}

.main-footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.main-footer .link a:after {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 0.5rem;
  content: "";
  background-color: #fff;
}

.main-footer .link a:last-child::after {
  display: none;
  content: "";
}

.main-footer .address {
  margin-bottom: 2rem;
  line-height: 1;
}

.mounting {
  padding: 1rem;
}

.mounting h3 {
  margin: 14px 0 5px !important;
  font-size: 1.3rem;
}

.mounting p {
  width: 100%;
  font-size: 0.8rem;
}

.serviceAvail {
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
}

.serviceAvail span.sArea {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.serviceAvail p {
  float: left;
  width: auto;
  margin-bottom: 2px;
  margin-right: 10px;
}

span.store {
  background: #812990;
  color: #fff;
  width: auto;
  height: 22px;
  line-height: 22px;
  padding: 0 12px;
  border-radius: 25px 25px;
  text-align: center;
  font-size: 12px;
}

span.storeAv {
  background: #812990;
  color: #fff;
  width: auto;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  border-radius: 25px 25px;
  text-align: center;
  font-size: 12px;
}

span.hash {
  background: #eff0f0;
  height: 37px;
  line-height: 37px;
  padding: 0 13px;
  border-radius: 30px;
  color: #666;
  font-size: 13px;
}

/* Full Page */
html.fp-enabled,
.fp-enabled body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fullpage-wrapper {
  position: relative;
}

.fullpage-wrapper .fp-bg {
  position: relative;
  z-index: -50;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fullpage-wrapper .fp-bg .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: zoomin 10s infinite;
  animation: zoomin 10s infinite;
  background-size: cover;
}

.fullpage-wrapper .fp-slidesNav {
  position: absolute;
  z-index: 4;
  bottom: 320px;
  left: 2rem !important;
  margin: 0 auto !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fullpage-wrapper .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

.fullpage-wrapper .fp-slidesNav ul li {
  position: relative;
  display: inline-block;
  width: 14px;
}

.fullpage-wrapper .fp-slidesNav ul li a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.fullpage-wrapper .fp-slidesNav ul li a.active span {
  background: #fff;
}

.fullpage-wrapper .fp-slidesNav ul li a span {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: 1px solid #fff;
  border-radius: 50px;
  background: transparent;
}

.fullpage-wrapper .fp-slidesNav ul li a.active span,
.fullpage-wrapper .fp-slidesNav ul li:hover a.active span {
  background: #fff;
}

.fullpage-wrapper .fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fullpage-wrapper .fp-slide {
  float: left;
}

.fullpage-wrapper .fp-slide,
.fullpage-wrapper .fp-slidesContainer {
  display: block;
  height: 100%;
}

.fullpage-wrapper .fp-slides {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fullpage-wrapper .fp-section.fp-table,
.fullpage-wrapper .fp-slide.fp-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.fullpage-wrapper .fp-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.fullpage-wrapper .fp-slidesContainer {
  position: relative;
  float: left;
}

.fullpage-wrapper .fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -38px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-style: solid;
}

.fullpage-wrapper .fp-scrollable {
  position: relative;
  overflow: hidden;
}

.fullpage-wrapper .fp-scroller {
  overflow: hidden;
}

.fullpage-wrapper .fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fullpage-wrapper .fp-right ul li:last-child:after {
  position: relative;
  top: 70px;
  left: -3px;
  display: inline-block;
  width: 31px;
  height: 50px;
  content: " ";
  background: url("/assets/img/main/scrollMark_ico_01.png") no-repeat 0 0;
}

.fullpage-wrapper .fp-right.up ul li:last-child {
  pointer-events: none;
}

.fullpage-wrapper .fp-right.up ul li:last-child:after {
  display: none;
}

.fullpage-wrapper .fp-auto-height.fp-section,
.fullpage-wrapper .fp-auto-height .fp-slide,
.fullpage-wrapper .fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fullpage-wrapper .fp-responsive .fp-auto-height-responsive.fp-section,
.fullpage-wrapper .fp-responsive .fp-auto-height-responsive .fp-slide,
.fullpage-wrapper .fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.fullpage-wrapper .fp-sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

.fullpage-wrapper .fp-bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mbannerWrap {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  z-index: 6000;
}

.mbannerWrap img {
  width: 100%;
}

.mbannerWrap a {
  width: 100%;
  height: 50px;
}

.mbannerWrap a.btnClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("/assets/img/main/btn_closeMenu.png") no-repeat 50%;
  background-size: 15px 15px;
  font-size: 0;
  z-index: 3;
}

.mbannerWrap a.btnClose.black {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url("/assets/img/main/btn_closeMenu_black.png") no-repeat 50%;
  background-size: 15px 15px;
  font-size: 0;
  z-index: 3;
}

/* 기존 작업 CSS */
h2.type01 {
  font-size: 5rem;
  font-weight: normal;
}

h3.type01 {
  position: relative;
  color: #fff;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-size: 1.56rem;
}

h3.type01:after {
  position: absolute;
  top: 35px;
  left: 0;
  display: inline-block;
  width: 90px;
  height: 2px;
  content: " ";
  background: #fff;
}

h3.type02 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 22px;
}

.stepTitle.perStep02 ul li:nth-child(1) {
  /*padding-left:6%*/
}

/* step02 line */
h3.type02 {
  color: #fff;
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-size: 20px;
}

h3.type05 {
  margin: 20px 0 30px;
  color: #fff;
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 24px;
}

h3.type05.first {
  margin: 0 0 30px;
}

h3.type05:after {
  position: relative;
  left: 10px;
  display: inline-block;
  width: 40px;
  height: 2px;
  content: " ";
  background: #fff;
}

h3.type06 {
  color: #fff;
  font-family: "Spoqa Han Sans Thin", "Sans-serif";
  font-size: 0.6rem;
  width: 80px;
}

.customer {
  padding: 25px 0;
  text-align: center;
  background: #801494;
}

.customer ul li {
  color: #fff;
}

.customer ul li:first-child {
  margin-bottom: 12px;
  font-size: 24px;
}

.customer ul li:first-child span {
  font-family: "Spoqa Han Sans Bold", "Sans-serif";
  font-size: 28px;
  font-weight: bold;
}

.customer ul li:last-child {
  letter-spacing: -0.5px;
  font-size: 14px;
}

/* desc  text */
.descInfo {
  position: relative;
  z-index: 3000;
  margin: 30px 0 18px;
  color: #d9d9d9;
  font-size: 0.75rem;
}

.descInfo span {
  display: inline-block;
  padding-left: 15px;
}

.descInfo span:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "※";
}

.descInfo span.type02 {
  padding-left: 15px;
}

.descInfo span.type02:before {
  display: inline-block;
  content: "";
}

.descInfo ul li {
  line-height: 20px;
}

.descInfo.fColor01 {
  color: #333;
}

.descInfo.fColor02 {
  color: #999;
}

.descInfo.type02 {
  margin: 60px 0 18px;
}

.descInfo.addBack {
  position: absolute;
  z-index: 20;
  display: inline-block;
  width: 100%;
  content: "";
  opacity: 0.2;
  border-top: 1px solid #fff;
  background: #000;
}

.certification button {
  margin-bottom: 10px;
  line-height: 18px;
}

.desc.ico {
  position: relative;
}

.desc.ico p {
  padding-left: 28px;
  padding-bottom: 10px;
  line-height: 1.3;
  font-size: 14px;
  color: #333333;
}

.desc.ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: var(--ic-chk-arrow) no-repeat 50%/18px auto;
  border: 1px solid #333333;
  border-radius: 50%;
}

/* select style */
@media screen and (min-width: 0) and (max-width: 400px) {
  .allWrap .sns.type02 {
    margin: 45px 0 50px;
  }
  .allWrap .subContentsWrap.addBg01 {
    background: url("/assets/img/common/sub_bg_01.png") repeat-x 0 bottom;
    background-size: auto 130px;
  }
  .allWrap .subContentsWrap.addBg03 {
    background: url("/assets/img/common/sub_bg_03.png") repeat-x 0 bottom;
    background-size: auto 250px;
  }
  .bgWrap {
    position: relative;
    z-index: -50;
    overflow: hidden;
    height: 384px;
  }
  /* 상단에만 백그라운드 있는경우 */
  .stepTitle.buStep02 ul li span.stepIco {
    position: absolute;
    top: 7px;
    left: 78%;
  }
  .stepTitle.buStep02 ul li:nth-child(2) span.stepIco {
    position: absolute;
    left: 100%;
  }
  /* button.type01 {height: 60px; padding: 0 20px; text-align: left; color: #fff !important; background: #812990; font-size: 1rem; line-height: 60px;}
  button.type02 {height: 60px; padding: 0 20px; text-align: left; color: #fff !important; background: #393c44; font-size: 1rem; line-height: 60px;} */
  .descInfo ul li {
    line-height: 18px;
  }
  ul.tabs li {
    float: left;
    width: 50%;
    padding: 12px 0 12px;
    cursor: pointer;
    color: #fff;
    background: url("/assets/img/member/step_off_01.png") no-repeat 95% 9px;
    background-size: 29px 29px;
    font-family: "Spoqa Han Sans Thin", "Sans-serif";
    font-size: 1.3rem;
  }
  ul.tabs li.active::after {
    position: relative;
    top: -46px;
    display: inline-block;
    width: 100%;
    height: 3px;
    content: "";
    background: #fff;
  }
}
.addcoupon-section {
  margin: 1rem 0 1.5rem;
  text-align: center;
}

.addcoupon-section input {
  font-size: 1rem;
  height: 2rem;
  border: 1px solid #ccc;
  color: #444;
  line-height: 2rem;
  vertical-align: middle;
  width: 58%;
}

.addcoupon-section button {
  font-size: 1rem;
  vertical-align: middle;
  padding: 7px 0px;
  width: 25%;
  background-color: #249264;
  height: 2rem;
  line-height: 2rem;
  color: #fff;
  line-height: 1;
}

/* 나의 추천인 코드 */
.subContentsWrap.myrecommend .myrecommend-header-message {
  letter-spacing: -0.5px;
  word-break: keep-all;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.02rem;
  padding: 1.6rem 0.5rem;
  font-weight: 400;
}

.subContentsWrap.myrecommend .notics-box {
  margin-top: 50px;
  text-align: center;
}

.user-info-wrap {
  margin-top: 30px;
}

.subContentsWrap.myrecommend .user-info-wrap .user-info {
  display: flex;
  flex-wrap: wrap;
  margin: 0 25px;
}

.subContentsWrap.myrecommend .user-info-wrap .user-info .info-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
}

.subContentsWrap.myrecommend .user-info-wrap .user-info .info-title {
  font-size: 16px;
  color: #515151;
  min-width: 120px;
  line-height: 1;
  position: relative;
}

.subContentsWrap.myrecommend .user-info-wrap .user-info .info-title:before {
  vertical-align: baseline;
  content: "";
  height: 12px;
  width: 3px;
  display: inline-block;
  background: url(/assets/img/mypage/myrecommend/ico_dot.svg) center center no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.subContentsWrap.myrecommend .user-info-wrap .user-info .info-data {
  font-size: 16px;
  color: #6a6a6a;
  min-width: 150px;
  line-height: 1;
  position: relative;
}

.subContentsWrap.myrecommend .user-info-wrap .user-info .info-data span {
  color: #000;
  font-weight: 600;
}

.subContentsWrap.myrecommend .user-info-wrap .user-info .info-data:before {
  content: "";
  height: 100%;
  display: inline-block;
  width: 1px;
  background-color: #dadada;
  position: absolute;
  left: -20px;
}

.tire-cnt {
  display: inline-block;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #000;
}

.tire-cnt:before {
  content: "X";
  text-align: right;
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
  color: #999;
  margin-right: 5px;
  background: url(/assets/img/mypage/myrecommend/ico_tire.svg) center left no-repeat;
  width: 30px;
  padding: 0px 0px;
  background-size: 19px;
}

.subContentsWrap.myrecommend .btn-copy-code {
  color: #fff;
  background-color: #7432b1;
  border-radius: 5px;
  font-size: 13px;
  padding: 4px 8px;
  text-align: center;
  margin-left: 10px;
}

.subContentsWrap.myrecommend ul.gift-list {
  margin-top: 10px;
}

.subContentsWrap.myrecommend ul.gift-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.subContentsWrap.myrecommend ul.gift-list li {
  width: 45%;
  margin-bottom: 20px;
}

.subContentsWrap.myrecommend ul.gift-list .cnt {
  text-align: right;
}

.subContentsWrap.myrecommend ul.gift-list .thumb {
  text-align: center;
  margin: 5px 0 10px;
}

.subContentsWrap.myrecommend ul.gift-list .btn-wrap {
  text-align: center;
}

.subContentsWrap.myrecommend ul.gift-list .btn-apply {
  display: inline-block;
  padding: 4px 16px;
  background-color: #b8b8b8;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  font-size: 14px;
}

.subContentsWrap.myrecommend ul.gift-list .btn-apply.on,
ul.gift-list .btn-apply:hover,
ul.gift-list .btn-apply:active {
  background-color: #7432b1;
}

.subContentsWrap.myrecommend .gift-apply-form {
  margin-top: 5px;
  padding: 0 25px;
  display: none;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-title:before {
  content: "";
  display: block;
  background-color: #a2a2a2;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-title span {
  color: #515151;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  background-color: #f3f3f3;
  padding: 0 20px;
  font-weight: 600;
}

.subContentsWrap.myrecommend .gift-apply-form .desc {
  margin-top: 50px;
  line-height: 1.3;
  color: #6a6a6a;
  font-size: 15px;
  text-align: center;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .gift-image {
  padding: 0 35px;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-top: 33px;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group {
  display: flex;
  margin: 20px 0;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group label {
  color: #6a6a6a;
  font-size: 14px;
  min-width: 66px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group input {
  border: none;
  border-bottom: 1px solid #bbb;
  padding: 5px 0;
  height: 50px;
  line-height: 25px;
  background-color: transparent;
  width: 100%;
  color: #000;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group input::placeholder {
  font-size: 14px;
  color: #b2b2b2;
  font-weight: normal;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group .addr-input {
  align-items: center;
  width: 100%;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group .addr-input a {
  margin-right: 10px;
  width: 30px;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group .addr-input input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bbb;
}

.subContentsWrap.myrecommend .gift-apply-form .gift-info .input-group-wrap .input-group .addr-input input:first-child {
  background: url(/assets/img/mypage/myrecommend/ico_search.png) center left no-repeat;
  padding-left: 10%;
}

.subContentsWrap.myrecommend .precautions {
  background-color: #fff;
  align-items: center;
  padding: 11px 14px;
  margin: 30px 25px;
}

.subContentsWrap.myrecommend .precautions .precautions-title {
  padding: 0;
  font-size: 14px;
  color: #515151;
  font-weight: 600;
  margin-bottom: 4px;
}

.subContentsWrap.myrecommend .precautions .precautions-text {
  margin: 0;
  padding: 0;
}

.subContentsWrap.myrecommend .precautions .precautions-text li {
  line-height: 1.2;
  font-size: 13.4px;
  color: #515151;
  padding-left: 1em;
  text-indent: -1em;
}

.subContentsWrap.myrecommend .btn-gift-apply-wrap {
  display: none;
  text-align: center;
}

.subContentsWrap.myrecommend .btn-gift-apply {
  display: inline-block;
  width: 150px;
  padding: 13px 0 10px 0;
  text-align: center;
  background-color: #c5c5c5;
  border-radius: 7px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  position: relative;
  font-weight: 400;
  margin: 0 10px 60px 10px;
}

.subContentsWrap.myrecommend .btn-gift-apply:after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #979797;
  border-radius: 7px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}

.subContentsWrap.myrecommend .btn-gift-apply.apply-submit {
  background-color: #7432b1;
}

.subContentsWrap.myrecommend .btn-gift-apply.apply-submit:after {
  background-color: #995bd2;
}

.subContentsWrap.myrecommend .gift-order-wrap {
  padding: 0 25px;
  margin-bottom: 50px;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-title {
  font-size: 16px;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-title:before {
  vertical-align: baseline;
  content: "";
  height: 12px;
  width: 5px;
  display: inline-block;
  background: url(/assets/img/mypage/myrecommend/ico_dot.svg) center center no-repeat;
  background-size: contain;
  margin-right: 4px;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-list {
  margin-top: 0px;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-list li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-list .order-item {
  font-size: 16px;
  color: #6a6a6a;
  min-width: 180px;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-list .order-point {
  min-width: 85px;
  zoom: 0.8;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-list .order-status .status {
  color: #fff;
  background-color: #b8b8b8;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 0;
  width: 80px;
  text-align: center;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-list .order-status .status.ready {
  background-color: #7432b1;
}

.subContentsWrap.myrecommend .gift-order-wrap .order-list .order-status .status.delivery {
  background-color: #b8b8b8;
}

/* #mapDiv { width:100%; height:100%; } */
/* nice-select.css 스타일 initial 처리*/
.sizeAdjust a:not(.button),
.sizeAdjust button {
  color: initial;
  transition: initial;
}

.sizeAdjust a:not(.button):hover,
.sizeAdjust a:not(.button):focus {
  border-bottom: initial;
}

.sizeAdjust p {
  margin: initial;
  padding: initial;
  line-height: initial;
}

.sizeAdjust h2 {
  margin: initial;
  padding: initial;
  line-height: initial;
}

.sizeAdjust h3 {
  margin: initial;
  padding: initial;
  line-height: initial;
}

.sizeAdjust ul {
  margin: initial;
  padding: initial;
  line-height: initial;
}

.sizeAdjust label {
  color: initial;
  margin: initial;
}

/** 팝업 - 공통**/
/* bg 화이트로 들어갈 경우 */
.popContents.bg-white header,
.popContents.bg-white header h2 {
  position: relative;
  height: 56px;
  line-height: 56px;
}

.popContents.bg-white header {
  background: var(--sub-color);
  border-bottom: 1px solid #dedede;
}

.popContents.bg-white header h2 {
  font-size: 1.125rem;
  color: var(--pop-tit-color);
}

.popContents.bg-white .layPopClose {
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  background: var(--ic-dark-close) no-repeat 50%/30px auto;
}

.popContents.bg-white header .popup-contents-nobottom {
  overflow-x: hidden;
}

.fullPopup .popup-contents-nobottom.topCh {
  top: 57px;
}

/** 배경 **/
/* 배너 영역 */
.bannerWrap {
  width: 100%;
  height: auto;
}

/* 인풋 박스 스타일 */
.border-gray-box input,
.border-gray-box select {
  margin-top: 8px;
  line-height: initial;
  height: 45px;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.border-gray-box select {
  padding: 0.65em;
}

.border-gray-box span.divi.type02 {
  top: 4px;
}

.border-gray-box .same-size {
  gap: 5px;
}

.border-gray-box select.st01 {
  background: url("/assets/img/common/ico_select.png") no-repeat right 0.65rem top 50%/14px;
}

.slide-content {
  position: relative;
}

.main .topAreaWrap {
  background-color: transparent;
}

.main .topAreaWrap .topArea .logo {
  background: url(../img/common/logo.png) 0 0 no-repeat;
  background-size: 120px auto;
  top: 1rem;
}

.main .topAreaWrap .topArea header .rTopBtn .allMenu {
  background-color: transparent;
  background: url(../img/common/ico_ham_white.png) no-repeat;
  background-size: 60%;
  background-position: center center;
}

#section0 {
  position: relative;
}

#section0 .mContent {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#section0 .main-caroucel img {
  max-width: 100%;
  min-height: 100px;
}

#section0 .main-caroucel {
  height: 100%;
}

#section0 .main-caroucel .slick-list {
  height: 100%;
}

#section0 .main-caroucel .slick-track {
  height: 100%;
}

#section0 .main-caroucel.slick-dotted.slick-slider {
  margin-bottom: 5px;
}

#section0 .slide-wrap {
  margin: 0 auto;
  position: absolute;
  top: 18%;
}

#section0 .slide-wrap .slide-title {
  padding-left: 19px;
  margin-left: 5px;
  position: relative;
  font-size: 1.2rem;
}

#section0 .slide-wrap .slide-title span {
  color: #ffffff;
  line-height: 1.25;
  font-family: "NanumBarunGothicLight", "Sans-serif";
}

#section0 .find-size {
  position: absolute;
  width: 100%;
  bottom: 10%;
}

#section0 .find-size .find-size-warp {
  width: 88%;
  margin: 0 auto;
  display: flex;
  gap: 4px;
}

#section0 .find-size .find-size-warp > div {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100px;
  background: #ffffff;
}

#section0 .find-size .find-size-warp > div > a {
  padding: 0 12px;
  font-size: 14px;
  color: #832082;
  font-family: "Spoqa Han Sans Medium", sans-serif;
}

#section0 .find-size .car-num-form {
  width: 88%;
  margin: 0 auto;
  /* background-color: #EDEDED; */
  margin-top: 12px;
}

#section0 .find-size .car-num-form {
  display: flex;
  align-content: center;
}

#section0 .find-size .car-num-form .img-wrap {
  display: flex;
  align-items: center;
}

#section0 .find-size .car-num-form .input-wrap {
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 5px 0;
  /* margin: 3%; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#section0 .find-size .car-num-form input {
  float: left;
  padding: 5% 4%;
  height: 25px;
  line-height: 25px;
  width: 100%;
  font-size: 14px;
  border: none;
  background: transparent;
  color: #666;
}

#section0 .find-size .car-num-form input::placeholder {
  font-size: 13px;
  color: #999;
}

#section0 .find-size .car-num-form input::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

#section0 .find-size .car-num-form input:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

#section0 .find-size .car-num-form input:-mos-input-placeholder {
  font-size: 13px;
  color: #999;
}

#section0 .find-size .car-num-form button {
  width: 17%;
  float: right;
  text-align: right;
  background-color: transparent;
  vertical-align: middle;
}

#section0 .find-size .car-num-form button img {
  width: 30px;
  height: 30px;
  max-width: unset;
}

#section0 .slick-slider .slick-slide {
  margin: 0;
}

#section0 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-size: 100%;
  width: 56px;
  height: 56px;
}

#section0 .slick-arrow.slick-prev {
  left: 100px;
  background-image: url(/assets/img/main/m_prev.png);
  content: " ";
  color: transparent;
}

#section0 .slick-arrow.slick-next {
  background-image: url(/assets/img/main/m_next.png);
  content: " ";
  color: transparent;
  right: 100px;
}

#section0 .slick-dots {
  position: absolute;
  bottom: unset;
  top: unset;
  bottom: 2%;
  text-align: center;
  width: 100%;
  left: 0;
}

#section0 .slick-dots li {
  margin: 0;
}

#section0 .slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 2px solid #fff;
  background: transparent;
  display: inline-block;
}

#section0 .slick-dots li.slick-active button:before {
  background: #fff;
}

#section1 {
  display: block;
  background-color: #f3f3f3;
  padding-bottom: 20px;
  /* 
  .review-item{
  	background-color: #FFF;
  	// margin:0 35px;
  	position: relative;
  	padding:23px 20px 15px 20px;
  	height: 100%;
  	.buy-type{
  		position: absolute;
  		width: 60px;
  		height:60px;
  		background-color: green;
  		border-radius: 50%;
  		right:5%;
  		top:17px;
  		&:after{
  			display: block;
  			font-size: 18px;;
  			content: "렌탈";
  			line-height:60px;
  			color:#FFF;
  			text-align: center;;
  		}
  		&.O{
  			background-color: #56B9D8;
  			&:after{ content: "구매"; }
  		}
  		&.R{
  			background-color: #DD5488;
  			&:after{ content: "렌탈"; }
  		}
  	}
  	.writer{
  		font-size: 18px;
  		font-family: "NanumBarunGothic";
  		color: rgb(52, 52, 52);
  		font-weight: bold;
  		margin-bottom: 10px;
  	}
  	.purchase{
  		font-size: 15px;
  		font-family: "NanumBarunGothic";
  		color: rgb(147, 149, 152);
  		margin-bottom: 10px;
  	}
  	.star{
  		margin-bottom: 17px;
  		background-image: url( /img/main/review_star.png );
  		background-position: 0px 0px;
  		background-repeat: no-repeat;
  		width:70px;
  		height:13px;
  		color:transparent;
  		&.star-0{ }
  		&.star-1{ background-position: 0px -13*1px; }
  		&.star-2{ background-position: 0px -13*2px; }
  		&.star-3{ background-position: 0px -13*3px; }
  		&.star-4{ background-position: 0px -13*4px; }
  		&.star-5{ background-position: 0px -13*5px; }
  	}
  	.text{
  		border-top:1px solid #ccc;
  		padding-top: 15px;
  		// margin-bottom: 17px;
  		// word-break: keep-all;
  		font-size: 16px;
  		font-family: "NanumBarunGothic";
  		color: rgb(74, 74, 74);
  		line-height: 1.563;
  		// height: 160px;;
  		display: block;
  	}

  	.product-image{
  		// position: absolute;
  		// bottom:0;
  		height:140px;
  		img{
  			// max-width: 100%;
  			margin-left: -26%;
  		}
  	}

  }
  */
}

#section1 .section-titie {
  margin: 10px 5% 0;
  position: relative;
}

#section1 .section-titie h3 {
  font-size: 1.7em;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-weight: normal;
}

#section1 .section-titie h3 span {
  color: #831f82;
  font-weight: normal;
}

#section1 .section-titie a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#section1 .review-caroucel {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

#section1 .review-caroucel .slick-dots {
  position: absolute;
  bottom: unset;
  top: unset;
  top: -60px;
  text-align: right;
  right: 5%;
}

#section1 .review-caroucel .slick-dots li {
  margin: 0;
  display: inline-block;
  margin-left: 10px;
  width: 5px;
  height: 5px;
}

#section1 .review-caroucel .slick-dots li button {
  font-size: 0px;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
}

#section1 .review-caroucel .slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 2px solid #c2c2c2;
  background: #c2c2c2;
  display: inline-block;
}

#section1 .review-caroucel .slick-dots li.slick-active button:before {
  background: transparent;
  border: 2px solid #831f82;
}

#section1 .review-item {
  background-color: #fff;
  position: relative;
  padding: 23px 20px 20px 20px;
  margin-bottom: 30px;
}

#section1 .review-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 100px;
  width: 64px;
  height: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='23px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M-0.000,-0.000 L54.000,-0.000 L64.000,23.000 L64.000,23.000 L-0.000,-0.000 Z'/%3E%3C/svg%3E");
}

#section1 .review-item .review-head {
  display: flex;
  justify-content: space-between;
}

#section1 .review-item .review-head .review-type {
  width: 60px;
}

#section1 .review-item .review-head .review-title {
  width: 100%;
  padding-top: 0px;
  padding-left: 30px;
  margin-bottom: 30px;
}

#section1 .review-item .review-head .review-title .logo img {
  max-width: 180px;
}

#section1 .review-item .review-head .star-box {
  width: 100px;
  padding-top: 10px;
}

#section1 .review-item .service-info {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  color: #808285;
  overflow: hidden;
  clear: both;
}

#section1 .review-item .service-info .title {
  font-size: 16px;
  font-family: "NanumBarunGothic";
  color: #343434;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#section1 .review-item .service-info .rec-box {
  float: right;
}

#section1 .review-item .service-info .rec-box .thumb_up {
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  vertical-align: middle;
}

#section1 .review-item .service-info .rec-box .thumb_up:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 14px;
  margin-right: 5px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAVFBMVEWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoX////pWXBbAAAAGnRSTlMACsRUBbfZAaC6iIJrSefz8Lbvjf4hsUOpvYvdWdwAAAABYktHRBsCYNSkAAAAB3RJTUUH5QQJDjE45hRb/QAAAE9JREFUCNeFx0cCgCAQBMExsmbEPP9/qCgG8GKfugBXFCfwSjPmHpWQheeSZPWytmTjXkTQHu60rYc9aD792Hw8hB6n0DNOm9uL83pxU9gBG+IM5VM8m20AAAAASUVORK5CYII=");
}

#section1 .review-item .body {
  word-break: keep-all;
  color: #414042;
  min-height: 220px;
}

#section1 .review-item .body .text {
  font-size: 15px;
  line-height: 23px;
  height: 138px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  word-break: break-word;
}

#section1 .review-item .body .picture {
  margin-top: 1rem;
}

#section1 .review-item .body .picture div {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  overflow: hidden;
}

#section1 .review-item .body .picture div img {
  display: inline-block;
  object-fit: cover;
  object-position: center;
  width: 50px;
  height: 50px;
}

#section1 .review-item .body .picture div.vod::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAfCAQAAAC8TH7IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4QASnYjfs/AAAAtklEQVQ4y73VMQ5BQRSF4fdEqbACDZUdaEShsAXRaSTWQadgE0pKu9BZgUSjl4jEp3iViOTdCW+m/jP5J/ecmznoyqI3w8NKM47B1Vw9jsHJMAWDnU4Kxr2M6SdWmE7V4hgcDVKwwrSdgnGz0IhjcPk0LYMVpr0UjKetVhx7M41hcDaW52Txs46/djGR/90t6SeP+hVMyd0yPpNfs/7TvF3NoulO6pJ9vLlORhW08sMmvgOSNs4L3IWwFHmxlWAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
}

#section1 .review-item .review-footer {
  margin-top: 1rem;
  overflow: hidden;
}

#section1 .review-item .review-footer .writ-info .date {
  float: left;
  font-size: 12px;
  color: #808285;
  text-align: right;
  display: inline-block;
  margin-top: 0.5rem;
}

#section1 .review-item .review-footer .writ-info .writer {
  float: right;
  font-size: 20px;
  color: #414042;
  padding-left: 35px;
  position: relative;
  overflow: hidden;
  text-align: right;
}

#section1 .review-item .review-footer .writ-info .writer:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 33px;
  height: 21px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAVCAMAAAD/0XfmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAABBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEL////EpzlxAAAAEHRSTlMAEEBwgCDA8LBQYNCgMOCQGkfVwwAAAAFiS0dEEeK1PboAAAAHdElNRQflBAkOMADXDdIiAAAA9klEQVQoz4WSWXbDMAhFEWLQZMT+V1twGienp0740Hgl4AHAZQUrVYY74yraqKPcIEO84bnq/xFMOofj7fdNfCHwB6KPEiP6AZ8N/QsAPYlS+32yNAFl/QXKeCeknddVbF+AvfkWHYARbLVSrPNDt9lexKEUeVOXuaWaLM/8aG25vpsph6xZhutqOAwqsxWjJ7ElH01nGFpAgIS8rcHenz5kz5h8BbWhOO+taBoSlF9i4Rm/j1N8Emg2QReQX0kdqTmGk5D2UAQJeHOKFE2TpV/LcoqBvc6IDtujJ+KkajrZmtodGThSf4lU5uQj92L2pWpNP1b+B30hCEGF/5iEAAAAAElFTkSuQmCC");
}

#section1 .review-item.no-pic .body .text {
  height: 210px;
  -webkit-line-clamp: 9;
}

#section1 .review-item.no-pic .body .picture {
  display: none;
}

#section1 .review-item .buy-type {
  width: 65px;
  height: 65px;
  background-color: green;
  border-radius: 50%;
}

#section1 .review-item .buy-type:after {
  display: block;
  font-size: 18px;
  content: "렌탈";
  line-height: 65px;
  color: #fff;
  text-align: center;
}

#section1 .review-item .buy-type.O {
  background-color: #56b9d8;
}

#section1 .review-item .buy-type.O:after {
  content: "구매";
}

#section1 .review-item .buy-type.R {
  background-color: #dd5488;
}

#section1 .review-item .buy-type.R:after {
  content: "렌탈";
}

#section1 .review-item .buy-type.O.after-m:before,
#section1 .review-item .buy-type.R.after-m:before,
#section1 .review-item .buy-type.O.after-m:after,
#section1 .review-item .buy-type.R.after-m:after {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
}

#section1 .review-item .buy-type.O.after-m:before,
#section1 .review-item .buy-type.R.after-m:before {
  padding-top: 13px;
  content: "한달";
}

#section1 .review-item .buy-type.O.after-m:after,
#section1 .review-item .buy-type.R.after-m:after {
  content: "후기";
  line-height: 1.2;
}

#section1 .review-item .star {
  background-image: url(/assets/img/main/review_star.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 70px;
  height: 13px;
  color: transparent;
}

#section1 .review-item .star.star-1 {
  background-position: 0px -13px;
}

#section1 .review-item .star.star-2 {
  background-position: 0px -26px;
}

#section1 .review-item .star.star-3 {
  background-position: 0px -39px;
}

#section1 .review-item .star.star-4 {
  background-position: 0px -52px;
}

#section1 .review-item .star.star-5 {
  background-position: 0px -65px;
}

#section1 .event-banner .banner-wrap {
  margin: 0 5%;
  display: flex;
}

#section1 .event-banner .banner-wrap .banner-item {
  position: relative;
}

#section1 .event-banner .banner-wrap .banner-item:first-child:before {
  position: absolute;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  right: 0;
  top: 20%;
  height: 60%;
}

#section2 {
  display: block;
  background-color: #f3f3f3;
  padding-bottom: 20px;
}

#section2 .section-titie {
  margin: 10px 35px 0;
  position: relative;
}

#section2 .section-titie h3 {
  font-size: 1.7em;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-weight: normal;
}

#section2 .section-titie h3 span {
  color: #831f82;
  font-weight: normal;
}

#section2 .main-product-item {
  padding: 21px 10px 0px 10px;
  position: relative;
  margin: 0 15px;
  border-top: 1px solid #ccc;
}

#section2 .main-product-item .product-image img {
  width: 100%;
  margin-left: -5%;
}

#section2 .main-product-item .product-brand {
  margin-top: 10px;
  margin: 10px 15% 0;
  text-align: center;
}

#section2 .main-product-item .product-brand img {
  display: inline-block;
}

#section2 .main-product-item .product-size {
  margin-top: 15px;
  font-size: 15px;
  font-family: "NanumBarunGothic";
  color: #58595b;
  text-align: center;
}

#section2 .main-product-item .product-logo {
  margin: 5px 5%;
}

#section2 .main-product-item .product-logo img {
  max-width: 100%;
}

#section2 .main-product-item .product-price {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 5px;
  width: 100%;
  color: #23b9d6;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  height: 2.7rem;
}

#section2 .main-product-item .product-price .price {
  color: #23b9d6;
  font-size: 30px;
  font-weight: bold;
}

#section2 .main-product-item .product-price .org_price {
  font-size: 15px;
  float: left;
  position: relative;
  color: #999;
  font-weight: bold;
}

#section2 .main-product-item .product-price .org_price:after {
  content: "";
  width: 100%;
  background-color: #23b9d6;
  width: 110%;
  position: absolute;
  left: -5%;
  top: 45%;
  height: 2px;
}

#section2 .main-product-item .product-price .dc_price {
  position: absolute;
  right: 0;
  color: #23b9d6;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

#section2 .specialprice-caroucel {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

#section2 .specialprice-caroucel .slick-dots {
  position: absolute;
  bottom: unset;
  top: unset;
  top: -60px;
  text-align: right;
  right: 5%;
}

#section2 .specialprice-caroucel .slick-dots li {
  margin: 0;
  display: inline-block;
  margin-left: 10px;
  width: 5px;
  height: 5px;
}

#section2 .specialprice-caroucel .slick-dots li button {
  font-size: 0px;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
}

#section2 .specialprice-caroucel .slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 2px solid #c2c2c2;
  background: #c2c2c2;
  display: inline-block;
}

#section2 .specialprice-caroucel .slick-dots li.slick-active button:before {
  background: transparent;
  border: 2px solid #831f82;
}

#section2 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-size: 100%;
  width: 5%;
  height: 100%;
}

#section2 .slick-arrow.slick-prev {
  left: 5px;
  background-image: url(/assets/img/main/product_prev.png);
  content: " ";
  color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

#section2 .slick-arrow.slick-next {
  background-image: url(/assets/img/main/product_next.png);
  content: " ";
  color: transparent;
  right: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

#section3 {
  display: block;
  overflow: hidden;
  padding: 0;
}

#section3 .service-item {
  line-height: 1;
}

#section3 .service-item .service-image {
  line-height: 1;
}

#section3 .service-item a {
  line-height: 1;
}

div.event-modal {
  display: none;
  position: fixed;
  background-color: #fff;
  z-index: 3000;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

div.event-modal .modal-wrap {
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-top: 0px;
  position: relative;
  padding-bottom: 15%;
}

div.event-modal .modal-wrap img {
  width: 100%;
}

div.event-modal .modal-wrap .close-btn {
  position: absolute;
  right: 3%;
  top: 1.6%;
  width: 94%;
  text-align: right;
  z-index: 1000;
}

div.event-modal .modal-wrap .close-btn a {
  max-width: 10%;
  display: inline-block;
}

div.event-modal .modal-wrap .slick-slider .slick-slide {
  margin: 0;
}

div.event-modal .modal-wrap .slick-arrow {
  position: absolute;
  top: 200px;
  z-index: 1;
  background-size: 100%;
  width: 32px;
  height: 32px;
  outline: none;
  zoom: 0.8;
}

div.event-modal .modal-wrap .slick-arrow.slick-prev {
  left: 10px;
  background-image: url(/assets/img/main/event_popup/prev.png);
  content: " ";
  color: transparent;
}

div.event-modal .modal-wrap .slick-arrow.slick-next {
  background-image: url(/assets/img/main/event_popup/next.png);
  content: " ";
  color: transparent;
  right: 10px;
}

.event-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3000;
}

.event-popup .popup-wrap {
  display: grid;
  justify-content: center;
  align-content: center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.event-popup .popup-box {
  background-color: #fff;
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
}

.event-popup .popup-box .popup-body {
  width: 100%;
  overflow: hidden;
}

.event-popup .popup-box .popup-body img {
  width: 100%;
}

.event-popup .popup-box .popup-body .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-size: 100%;
  width: 32px;
  height: 32px;
  outline: none;
}

.event-popup .popup-box .popup-body .slick-arrow.slick-prev {
  left: 20px;
  background-image: url(/assets/img/main/event_popup/prev.png);
  content: " ";
  color: transparent;
}

.event-popup .popup-box .popup-body .slick-arrow.slick-next {
  background-image: url(/assets/img/main/event_popup/next.png);
  content: " ";
  color: transparent;
  right: 20px;
}

.event-popup .popup-box .slick-slider .slick-slide {
  margin: 0;
}

.event-popup .popup-box .popup-tail {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section4 {
  display: block;
  /* background-color: #CCC; */
  padding-bottom: 20px;
}

#section4 .mContent {
  max-width: 100%;
}

#section4 .mContent .video-item {
  position: relative;
  padding: 0;
  border: none;
  margin: 0 0 0 0;
  height: auto;
  cursor: pointer;
  text-align: center;
}

#section4 .mContent .video-item a {
  display: block;
}

#section4 .mContent .video-item div.thumb {
  max-width: 90%;
  margin: 0 auto;
}

#section4 .mContent .video-item div.thumb img {
  max-width: 100%;
}

#section4 .mContent .video-item div.thumb img:after {
  content: " ";
  /*background-color: red;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAA5CAYAAACRZr0eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABfNJREFUeNrsm19Ic2Ucx3fm/rxzzdd/mb7rFXoXXZi9iYp6oV0koTeaEuhFFOWFWi9dGAVRdNNNCBGUL9GFCBEWYpASIhIqCMLUC7GahpGixtyY7XVnzv09O/2e+q3Oe9rO2Z9n043zgy/POXOy83z2e37P7/c8zxie51WKyZtaQaCAUkApoBRQCigFlGIPm0buDQzDSP493/Mwqf4J+6Z4FC2PkvGmG9DcBd0GVYMqQY+iykEGEHlPGbYGwb+b0vh8DsQK7v2gAOgBtuTeDXKhzkBO0DHoJ3xP2p2VVIL/KQN9Djrn88dYjuPusyxbIde/eGxSBgWvPQk64PPUotHo8dHR0dPQlSISopIFpU7R+8hwWQQ9kcfB+7bZbF4cHx9/DG61crDSGnpw/xFfIGa327/A2KlLBEvIgZEbp7HpE95HvO8EdKsQZrFwOPwAPKvVBQa3PlCEdJNGenCnUCAR02q1ZcPDw41wWQLSy7FIBdTdQsuNngGD5iamLkW0QD1baKBqa2ufgsaI+Z1GKrAnDQqm1Ts0H3JhYWHW5/OdXyWoioqKGoSkpwYKgno1zYccGxtbtlgs78zPz38TCATYqwBVXFxcioB0OPTUNIZeFeV8hnc6nb6+vr7v6+rq7i0tLX0bCoUucgnKaDTeRFBaah6FOQdNUBzWXp7Dw0N7d3f3V42NjSMrKyvfwdR9maOZrxg9SUPNo6BjxiyBcmPhemqz2Y46OzsnW1tbR9fX1+cjkUggm6DUYMggBomKR2koPyfJ5kIgMtz+BDlAdgJse3v7sL29/cuOjo7RjY2NBShmQ1nyKL0AFEMrPSihHaPIZEqSZBAZah5cFvkXmNVq/b2tre1+V1fXm1tbW0sw80ayUf6JlDGobFkMWEgAjJQVpwjMsby8vN/S0vJZb2/vvZ2dnRUAxlH6sooEHK49KGFtxUkAO4Xc69eGhoZPBgYG3trd3V0jqyYZrVpqNHoBHCaXcYcGLOJhHHzbUSxUQ7hySQpXLwkBNTU1FXq9nk96iSS5oafKK1ASwIKrq6vVTU1N75tMpn652ow2rGsLSgSMrMl/CHr1qp75uoMigD4AvY5lRraM3tCDL9YLw8CUI0Bk3es90DAWrFkxSGhDyca5VDyKywGgKgQ0qnp4aysrhmlGUju4qaQH3mw98PT0NNlC+hguD8jCQi4gEYMi3C/I5agNPQ/ZwaD5oJB1m2ZnZ982m82vwe0juQ6AwWDQRz2Yg5u6/qkh6djU1NRLzc3Nz0PSl3NAMfP5fKygMuBpeZSTsjf1XvWU6vV6PQhIqMxiFFTwB6oCMyeYwKOiVEBB4Pul0EDt7e2dICAO28xnPY/H83OhgVpbWzsWgYpmDGpkZOQ3EtALBdLl5aVnbm7OjpDC1Ibe4uJi5OLi4utCAbW5ubkG4SRWcIexzdyjCO2JiYlPIe3/I98hsSzrGhoa+kHgTSG85qWm/WRPs5CaqHhycvI5v9/vyNdTLJASnPX3978LfXkZ9CLJVECPk76J675MDpKRCr6yp6en3WazzYXDYX++ACLlitVq/bG+vv4N6MMroAHQCyBy/qAy3upEWsd+0IqwDiPnM6tvgQ0ODtZZLJbqqqqq0vLyclNJScnfMhgMRq1WqyM7HTqdzgAZuA70vwQX/n5DsHadcE0q3l4fvBaC/C5CIMB1kNyDt/sgll6cn5+zbrfb63A42P39/bOZmZkTl8sVUv23oUF2f8jkRHIpsmXmFxf+QjapgmIwmzciLPJNlKLbxjYRxTsa4uu01oPE7GRe5+Nc8wiCBG0CnZx7OENIsuejNGk8YOyDGPzgABa0ehEstaiVAsYkAY2XABUPSlTUxiAF0ZtI+cJiXyJytV6qHiXsjBbhxI5F6/C1IoHUAiXaP2MStFLeEg+cGFJUkExyohkuduw6iK/xiSa6TEGpBN4S27vXiODE8ypVkl6VyrCLBzAqAS2C4uSSTFqgxJ1MpFS8Jl3jJdpESmbFJO0YJfWgBf3jZOW3MAoousYoP+dXPIqq/SXAAM0rvv6qRd9LAAAAAElFTkSuQmCC);
  background-position: center center;
  background-repeat: no-repeat;
}

#section4 .section-titie {
  padding: 10px 5% 0;
  position: relative;
}

#section4 .section-titie h3 {
  font-size: 1.7em;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-weight: normal;
}

#section4 .video-caroucel {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

#section4 .video-caroucel .slick-dots {
  position: absolute;
  bottom: unset;
  top: unset;
  top: -70px;
  text-align: right;
  right: 5%;
}

#section4 .video-caroucel .slick-dots li {
  margin: 0;
  display: inline-block;
  margin-left: 10px;
  width: 5px;
  height: 5px;
}

#section4 .video-caroucel .slick-dots li button {
  font-size: 0px;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
}

#section4 .video-caroucel .slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 2px solid #c2c2c2;
  background: #c2c2c2;
  display: inline-block;
}

#section4 .video-caroucel .slick-dots li.slick-active button:before {
  background: transparent;
  border: 2px solid #831f82;
}

.action-buttons-wrap {
  bottom: initial;
}

.header-choice-size {
  background-color: #831f82;
  top: 86px;
  width: 100%;
  z-index: 100;
  color: #fff;
}

.header-choice-size .choice-size-inner {
  margin: 0 auto;
  overflow: hidden;
}

.header-choice-size .choice-size-inner ul {
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-left: 6%;
}

.header-choice-size .choice-size-inner ul li {
  float: left;
  display: inline;
  line-height: 65px;
  margin-right: 20px;
  position: relative;
  font-size: 15px;
  display: none;
}

.header-choice-size .choice-size-inner ul li:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  width: 5px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}

.header-choice-size .choice-size-inner ul li.size {
  display: block;
}

.header-choice-size .choice-size-inner ul li.size:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 47%;
  margin-top: -5px;
  height: 15px;
  width: 1px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  transform: rotate(0deg);
}

.header-choice-size .choice-size-inner ul li:last-child {
  margin-right: 0;
}

.header-choice-size .choice-size-inner ul li:last-child:after {
  display: none;
}

.header-choice-size .choice-size-inner .btn-box {
  margin-right: 6%;
  float: right;
  line-height: 65px;
  width: 20%;
}

.header-choice-size .choice-size-inner .btn-box img {
  width: 100%;
}

div.step-nav {
  margin-top: 40px;
}

div.step-nav ul {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}

div.step-nav ul li {
  position: relative;
  top: -6px;
  font-size: 16px;
  color: #787878;
  text-align: center;
  padding-top: 20px;
}

div.step-nav ul li:after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/product/step_off.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 11px;
  height: 11px;
  top: 0px;
  left: 50%;
  margin-left: -5px;
}

div.step-nav ul li.active {
  color: #922491;
}

div.step-nav ul li.active:after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/product/step_on.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}

main.product-list .result-list,
main.product-list .utility,
main.product-list .info .filter-button {
  background-color: #ededed;
}

main.product-list .result-cnt-wrap {
  margin: 1% 5%;
  margin-top: 3%;
  font-size: 16px;
  color: #474646;
}

main.product-list .result-cnt-wrap .result_cnt {
  color: #831f82;
}

main.product-list .orderType-wrap {
  margin: 0 5%;
  padding: 1.7% 2% 2.5%;
  margin-top: 2%;
  margin-bottom: 5%;
  background-color: #fff;
  position: relative;
}

main.product-list .orderType-wrap .order-item {
  display: inline-block;
  padding: 0 5px;
}

main.product-list .orderType-wrap input[type=radio] {
  display: none;
}

main.product-list .orderType-wrap input[type=radio] + label {
  color: #aaa;
  padding-left: 0;
  padding-right: 10px;
  font-size: 15px;
  line-height: 1;
}

main.product-list .orderType-wrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  margin: -2px 5px 0 0px;
  vertical-align: middle;
  width: 10px;
  height: 8px;
  background-image: url("/assets/img/product/check1-off.png");
  background-size: 100%;
}

main.product-list .orderType-wrap input[type=radio]:checked + label {
  color: #831f82;
}

main.product-list .orderType-wrap input[type=radio]:checked + label:before {
  width: 10px;
  height: 8px;
  background-image: url("/assets/img/product/check1-on.png");
  background-size: 100%;
}

main.product-list .orderType-wrap .filter-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  border-left: 2px solid #ededed;
  height: 100%;
  color: transparent;
  background-image: url("/assets/img/product/ico_filter.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
}

.product-item {
  background-color: #fff;
  position: relative;
  display: block;
  margin: 1rem 5%;
}

.product-item .product-inner {
  padding: 1rem;
}

.product-item .product-wheel {
  position: absolute;
  width: 61px;
  height: 40px;
  left: -10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-item .product-wheel.front {
  background-image: url(/assets/img/product/wheel_front_m.png);
}

.product-item .product-wheel.rear {
  background-image: url(/assets/img/product/wheel_rear_m.png);
}

.product-item .product-badge {
  text-align: center;
}

.product-item .product-badge > span {
  display: inline-block;
  zoom: 0.55;
  margin: 0.7em 0.3em;
}

.product-item .product-badge .badge-best {
  width: 130px;
  height: 46px;
  background: url("/assets/img/product/ico-best-on.png");
  background-repeat: no-repeat;
}

.product-item .product-badge .badge-best.off {
  background: url("/assets/img/product/ico-best-off.png");
}

.product-item .product-badge .badge-hot {
  width: 130px;
  height: 46px;
  background: url("/assets/img/product/ico-hot-on.png");
  background-repeat: no-repeat;
}

.product-item .product-badge .badge-hot.off {
  background: url("/assets/img/product/ico-hot-off.png");
}

.product-item .product-slogan {
  margin-top: 0.1em;
  font-size: 1em;
  color: #474646;
  text-align: center;
  white-space: nowrap;
}

.product-item .product-logo {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0.5em;
}

.product-item .product-logo img {
  max-width: 100%;
}

.product-item .product-type {
  font-size: 11pt;
  padding: 0.8em 0;
  clear: both;
  text-align: center;
  color: #831f82;
  margin: 0;
  border: 0;
}

.product-item .product-type .review {
  display: inline-block;
  margin-right: 3em;
  font-size: 11pt;
}

.product-item .product-type .review .star {
  display: inline-block;
  height: 26px;
  width: 155px;
  background-image: url(/assets/img/product/score_sheet.png);
  background-repeat: no-repeat;
  zoom: 0.6;
}

.product-item .product-type .review .star.point00 {
  background-position: 0 0px;
}

.product-item .product-type .review .star.point05 {
  background-position: 0 -26px;
}

.product-item .product-type .review .star.point10 {
  background-position: 0 -52px;
}

.product-item .product-type .review .star.point15 {
  background-position: 0 -78px;
}

.product-item .product-type .review .star.point20 {
  background-position: 0 -104px;
}

.product-item .product-type .review .star.point25 {
  background-position: 0 -130px;
}

.product-item .product-type .review .star.point30 {
  background-position: 0 -156px;
}

.product-item .product-type .review .star.point35 {
  background-position: 0 -182px;
}

.product-item .product-type .review .star.point40 {
  background-position: 0 -208px;
}

.product-item .product-type .review .star.point45 {
  background-position: 0 -234px;
}

.product-item .product-type .review .star.point50 {
  background-position: 0 -260px;
}

.product-item .product-type .review .score {
  color: #831f82;
  font-weight: bold;
}

.product-item .product-type .review .cnt {
  color: #ccc;
}

.product-item .product-spec {
  float: none;
  width: 87%;
  margin: 0.5em auto 0;
}

.product-item .product-spec ul li {
  margin-bottom: 0.2em;
  font-size: 1em;
  overflow: hidden;
}

.product-item .product-spec ul li label {
  float: left;
  width: 40%;
}

.product-item .product-spec ul li .spec-wrap {
  width: 103px;
  float: right;
  margin-top: 0.5em;
  zoom: 1.5;
}

.product-item .product-spec ul li .spec-wrap .spec-value {
  float: right;
  height: 6px;
  width: 100%;
  display: block;
  background-image: url(/assets/img/main/product_spec_off.gif);
  background-repeat: no-repeat;
}

.product-item .product-spec ul li .spec-wrap .spec-value .spec-bar {
  height: 6px;
  background-image: url(/assets/img/main/product_spec_on.gif);
  background-repeat: no-repeat;
  width: 50%;
}

@media screen and (max-width: 390px) {
  .product-item .product-spec ul li {
    margin-bottom: 0.3em;
    line-height: 1.2;
  }
  .product-item .product-spec ul li .spec-wrap {
    float: none;
    margin-top: 0;
  }
  .product-item .product-spec ul li label {
    width: 100%;
    float: none;
    margin: 0 0 2px 0;
    display: block;
  }
}
.product-item .product-image {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
  margin-top: 0.8em;
}

.product-item .product-image img {
  position: absolute;
  top: -8%;
  left: -25%;
  width: 150%;
  max-width: unset;
}

.product-item .product-brand {
  text-align: center;
  margin-top: 0.3em;
}

.product-item .product-brand img {
  width: 55%;
  max-width: 55%;
}

.product-item .product-price {
  width: 87%;
  clear: both;
  margin: 1.8em auto;
}

.product-item .product-price > div .label {
  display: block;
  color: #fff;
  margin: 0px 0 5px 0px;
  line-height: 1;
  float: left;
  font-size: 12pt;
  padding: 1em 0 0 0.5em;
  font-weight: normal;
}

.product-item .product-price > div .price {
  line-height: 1;
  display: block;
  margin: 7px 0 0 0;
  text-align: right;
  float: right;
  font-size: 20px;
  padding: 0.4em 0.5em 0 0;
}

.product-item .product-price .buy-price {
  display: block;
  width: 100%;
  background-color: #23b9d6;
  overflow: hidden;
  padding: 0.4em 0;
  margin-bottom: 5px;
  color: #fff;
}

.product-item .product-price .coupon-price {
  display: block;
  width: 100%;
  background-color: #23b9d6;
  overflow: hidden;
  color: #fff;
  padding: 0.4em 0;
  margin-bottom: 5px;
}

.product-item .product-price .coupon-price .org_price {
  margin-right: 20px;
  font-size: 0.9em;
  position: relative;
}

.product-item .product-price .coupon-price .org_price:after {
  background-color: #ffffff;
  height: 1px;
  width: 110%;
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: 0px;
}

.product-item .product-price .rantal-price {
  display: block;
  width: 100%;
  background-color: #e84282;
  overflow: hidden;
  color: #fff;
  padding: 0.4em 0;
  margin-bottom: 5px;
}

.footer-banner {
  margin: 2em 0;
}

.footer-banner > div {
  text-align: center;
  margin: 2em 0;
}

.filterPop {
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: none;
}

.filterPop .popContents {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 5%;
  overflow-y: auto;
  padding-bottom: 5%;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.filterPop .contents {
  padding: 3% 10%;
}

.filterPop header {
  position: relative;
  padding: 3% 4% 0;
}

.filterPop header a.layPopClose {
  position: absolute;
  right: 4%;
  zoom: 0.7;
  width: 41px;
  height: 41px;
  background-position: -125px -32px;
  background: url(../img/product/close.png) no-repeat 0 0;
}

.filterPop .filter-season-wrap {
  text-align: center;
  padding: 20px 0 20px;
}

.filterPop .filter-season-wrap .season-item {
  display: inline-block;
  padding: 0 10px;
}

.filterPop .filter-season-wrap input[type=checkbox] {
  display: none;
}

.filterPop .filter-season-wrap input[type=checkbox] + label {
  color: #000;
  padding-left: 0;
  padding-right: 0px;
  text-align: center;
}

.filterPop .filter-season-wrap input[type=checkbox] + label:before {
  zoom: 0.55;
  content: "";
  display: block;
  margin-bottom: 7px;
  vertical-align: middle;
  width: 125px;
  height: 125px;
}

.filterPop .filter-season-wrap input[type=checkbox]:checked + label:before {
  width: 125px;
  height: 125px;
}

.filterPop .filter-season-wrap input[type=checkbox] + label.all:before {
  background: url("/assets/img/product/wather-all-off.png");
}

.filterPop .filter-season-wrap input[type=checkbox]:checked + label.all:before {
  background: url("/assets/img/product/wather-all-on.png");
}

.filterPop .filter-season-wrap input[type=checkbox] + label.sun:before {
  background: url("/assets/img/product/wather-sun-off.png");
}

.filterPop .filter-season-wrap input[type=checkbox]:checked + label.sun:before {
  background: url("/assets/img/product/wather-sun-on.png");
}

.filterPop .filter-season-wrap input[type=checkbox] + label.snow:before {
  background: url("/assets/img/product/wather-snow-off.png");
}

.filterPop .filter-season-wrap input[type=checkbox]:checked + label.snow:before {
  background: url("/assets/img/product/wather-snow-on.png");
}

.filterPop hr {
  display: block;
  border: none;
  background-color: #ccc;
  height: 1px;
}

.filterPop .filter-priority-wrap {
  padding: 24px 0 10px 70px;
}

.filterPop .filter-priority-wrap .priority-item {
  margin-bottom: 12px;
}

.filterPop .filter-priority-wrap input[type=radio] {
  display: none;
}

.filterPop .filter-priority-wrap input[type=radio] + label {
  color: #000;
  padding-left: 0;
  padding-right: 5px;
  font-size: 13pt;
}

.filterPop .filter-priority-wrap input[type=radio] + label:before {
  zoom: 0.55;
  content: "";
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background: url("/assets/img/product/check2-off.png");
}

.filterPop .filter-priority-wrap input[type=radio]:checked + label {
  color: #831f82;
}

.filterPop .filter-priority-wrap input[type=radio]:checked + label:before {
  background: url("/assets/img/product/check2-on.png");
}

.filterPop input[type=checkbox] {
  display: none;
}

.filterPop input[type=checkbox] + label {
  color: #000;
  padding-left: 0;
  padding-right: 5px;
}

.filterPop input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url("/assets/img/product/list_sprites.png") -244px -90px;
}

.filterPop input[type=checkbox]:checked + label {
  color: #831f82;
}

.filterPop input[type=checkbox]:checked + label:before {
  width: 26px;
  height: 26px;
  background: url("/assets/img/product/list_sprites.png") -244px -136px;
}

.filterPop .price-range-wrap {
  padding: 20px 28px;
}

.filterPop .price-range-wrap .price-label {
  display: inline-block;
  font-weight: bold;
}

.filterPop .price-range-wrap .range-input {
  display: none;
}

.filterPop .price-range-wrap .price-range {
  float: right;
  color: #831f82;
  font-size: 17px;
  font-weight: bold;
}

.filterPop .price-range-wrap .price-slider {
  margin-top: 20px;
  margin-bottom: 30px;
}

.filterPop .price-range-wrap .price-slider .noUi-handle {
  border: 1px solid #831f82;
  border-radius: 100%;
  background: #fff;
  width: 20px;
  height: 20px;
  right: -10px;
  top: -10px;
}

.filterPop .price-range-wrap .price-slider .noUi-handle::before {
  display: none;
}

.filterPop .price-range-wrap .price-slider .noUi-handle::after {
  display: none;
}

.filterPop .price-range-wrap .price-slider .noUi-connect {
  background: #831f82;
}

.filterPop .price-range-wrap .price-slider.noUi-horizontal {
  height: 2px;
  border: none;
  background: #ccc;
}

.filterPop .price-range-wrap .price-slider .noUi-marker {
  display: none;
}

.filterPop .price-range-wrap .price-slider .noUi-pips {
  position: relative;
}

.filterPop .price-range-wrap .price-slider .noUi-pips .noUi-value:last-child {
  margin-left: -45px;
}

.filterPop .price-range-wrap .price-slider .noUi-pips-horizontal {
  height: 20px;
}

.filterPop .price-range-wrap .price-slider .noUi-value-horizontal {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 15px;
  color: #7c7c7c;
}

.filterPop #priceRangeWrap_buy .noUi-handle {
  border: 1px solid #23b9d6;
}

.filterPop #priceRangeWrap_buy .noUi-connect {
  background: #23b9d6;
}

.filterPop #priceRangeWrap_rent .noUi-handle {
  border: 1px solid #e84282;
}

.filterPop #priceRangeWrap_rent .noUi-connect {
  background: #e84282;
}

.filterPop .btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.filterPop .btn-wrap button {
  border: 1px solid #8a8a8a;
  padding: 15px;
  font-size: 18px;
  display: inline-block;
  width: 84%;
  line-height: 1;
  background-color: #fff;
  color: #474646;
}

.filterPop .btn-wrap button.btn-reset {
  width: 48%;
}

.filterPop .btn-wrap button.btn-fix2 {
  border: 1px solid #831f82;
  background-color: #831f82;
  width: 48%;
  color: #fff;
}

/* 상품 목록 */
.product-list {
  display: block;
}

.product-list .result-data-type {
  position: absolute;
  top: 0.3rem;
  left: 0.6rem;
}

.product-list .result-data-filter {
  padding: 1rem 1rem 0;
}

.product-list .result-data-state {
  padding: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-list .search {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.4);
}

.product-list .search-result .result {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.product-list .product-search {
  color: #fff;
}

.product-list .product-search::-webkit-input-placeholder {
  color: #fff;
}

.product-list .product-search::-moz-placeholder {
  color: #fff;
}

.product-list .product-search:-ms-input-placeholder {
  color: #fff;
}

.product-list .product-search::-ms-input-placeholder {
  color: #fff;
}

.product-list .product-search::placeholder {
  color: #fff;
}

.product-list-more {
  background-color: #f3f3f3;
}

.list-more,
.product-list-more {
  border-top-color: #cbcbcb !important;
  border-bottom: 1px solid #cbcbcb;
  background-color: transparent;
  font-size: 0.875rem;
}

.list-more > span::after,
.product-list-more > span::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  content: "";
  background-image: url("/assets/img/common/more.png");
  background-size: cover;
}

.header-choice-size {
  background-color: #831f82;
  top: 86px;
  width: 100%;
  z-index: 100;
  color: #fff;
}

.header-choice-size .choice-size-inner {
  margin: 0 auto;
  overflow: hidden;
}

.header-choice-size .choice-size-inner ul {
  display: inline-block;
  overflow: hidden;
  float: left;
  margin-left: 6%;
}

.header-choice-size .choice-size-inner ul li {
  float: left;
  display: inline;
  line-height: 65px;
  margin-right: 20px;
  position: relative;
  font-size: 15px;
  display: none;
}

.header-choice-size .choice-size-inner ul li:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  width: 5px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}

.header-choice-size .choice-size-inner ul li.size {
  display: block;
}

.header-choice-size .choice-size-inner ul li.size:after {
  content: "";
  position: absolute;
  right: -11px;
  top: 47%;
  margin-top: -5px;
  height: 15px;
  width: 1px;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  border-top: none;
  transform: rotate(0deg);
}

.header-choice-size .choice-size-inner ul li:last-child {
  margin-right: 0;
}

.header-choice-size .choice-size-inner ul li:last-child:after {
  display: none;
}

.header-choice-size .choice-size-inner .btn-box {
  margin-right: 6%;
  float: right;
  line-height: 65px;
  width: 20%;
}

.header-choice-size .choice-size-inner .btn-box img {
  width: 100%;
}

div.step-nav {
  margin-top: 40px;
}

div.step-nav ul {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
}

div.step-nav ul li {
  position: relative;
  top: -6px;
  font-size: 16px;
  color: #787878;
  text-align: center;
  padding-top: 20px;
}

div.step-nav ul li:after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/product/step_off.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 11px;
  height: 11px;
  top: 0px;
  left: 50%;
  margin-left: -5px;
}

div.step-nav ul li.active {
  color: #922491;
}

div.step-nav ul li.active:after {
  content: "";
  position: absolute;
  background-image: url(/assets/img/product/step_on.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 27px;
  height: 27px;
  top: -10px;
  left: 50%;
  margin-left: -5px;
}

.stateIcon {
  height: auto;
  margin-top: 30px;
}

.stateIcon ul.stateIcon01 {
  position: relative;
  text-align: center;
}

.stateIcon ul.stateIcon01 li {
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}

.stateIcon ul.stateIcon01 li img {
  margin-top: 0;
  vertical-align: middle;
  zoom: 0.56;
}

.stateIcon ul.stateIcon01 li:last-child {
  margin-right: 0px;
}

.product-logo {
  margin-top: 2px;
  text-align: center;
}

.product-slogan {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.product-size {
  font-size: 18px;
  margin-top: 13px;
  text-align: center;
}

.product-thumb {
  margin: 0 10%;
  margin-top: 0px;
}

.slide-rang {
  margin-top: 20px;
  padding: 0 30px;
}

.slide-rang #slideBar {
  border: none;
  height: 1px;
  background-color: #812990;
}

.slide-rang #slideBar .ui-slider-range {
  background-color: #812990;
}

.slide-rang #slideBar .ui-slider-horizontal {
  background-color: transparent;
}

.slide-rang #slideBar .ui-slider-handle {
  background-color: #fff;
  border: 2px solid #812990;
  border-radius: 50%;
  margin-top: -3px;
  height: 15px;
  width: 15px;
  padding: 0;
}

.product-type {
  font-size: 11pt;
  padding: 0.8em 0;
  clear: both;
  text-align: center;
  color: #831f82;
  border: 1px solid #e3e3e3;
  margin: 5px 10%;
}

.product-type .review {
  display: inline-block;
  margin-right: 3em;
  font-size: 11pt;
}

.product-type .review .star {
  display: inline-block;
  height: 26px;
  width: 155px;
  background-image: url(/assets/img/product/score_sheet.png);
  background-repeat: no-repeat;
  zoom: 0.6;
}

.product-type .review .star.point00 {
  background-position: 0 0px;
}

.product-type .review .star.point05 {
  background-position: 0 -26px;
}

.product-type .review .star.point10 {
  background-position: 0 -52px;
}

.product-type .review .star.point15 {
  background-position: 0 -78px;
}

.product-type .review .star.point20 {
  background-position: 0 -104px;
}

.product-type .review .star.point25 {
  background-position: 0 -130px;
}

.product-type .review .star.point30 {
  background-position: 0 -156px;
}

.product-type .review .star.point35 {
  background-position: 0 -182px;
}

.product-type .review .star.point40 {
  background-position: 0 -208px;
}

.product-type .review .star.point45 {
  background-position: 0 -234px;
}

.product-type .review .star.point50 {
  background-position: 0 -260px;
}

.product-type .review .score {
  color: #831f82;
  font-weight: bold;
}

.product-type .review .cnt {
  color: #ccc;
}

.orderbox-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.orderbox-wrap .close-wrap {
  width: 100%;
  background-color: #f6f6f6;
  border-top: 1px solid #d2d2d2;
}

.orderbox-wrap .close-wrap .close-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 20px;
  background-image: url(/assets/img/product/box_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -19px;
}

.orderbox-wrap .orderbtn-wrap {
  display: flex;
  width: 100%;
}

.orderbox-wrap .orderbtn-wrap button {
  color: #fff;
  font-size: 23px;
  padding: 4% 0;
}

.orderbox-wrap .orderbtn-wrap button.buy_btn {
  width: 100%;
  background: #24b9d7;
}

.orderbox-wrap .orderbtn-wrap button.rental_btn {
  width: 100%;
  background: #d43f77;
}

.orderbox-wrap .orderWrap_new {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.orderbox-wrap .orderWrap_new .orderpop-wrap {
  max-height: 500px;
  overflow-y: auto;
}

.orderbox-wrap .orderWrap_new .orderCheckWrap {
  display: none;
  background-color: #f6f6f6;
}

.orderbox-wrap .orderWrap_new .rentalCheckWrap {
  display: none;
  background-color: #f6f6f6;
}

.orderCheckWrap {
  padding: 20px 5% 0;
}

.orderCheckWrap .orderCheck {
  margin-top: 20px;
}

.orderCheckWrap dl {
  display: flex;
  margin-bottom: 30px;
  clear: both;
  align-items: stretch;
}

.orderCheckWrap dl dt {
  width: 135px;
  font-size: 18px;
  color: #58595b;
  line-height: 1;
  float: none;
}

.orderCheckWrap dl dd {
  width: 400px;
  font-size: 16px;
  color: #58595b;
  line-height: 1;
}

.orderCheckWrap dl.opt-aline label {
  display: block;
  margin-bottom: 12px;
}

.orderCheckWrap input[type=radio] {
  display: none;
}

.orderCheckWrap input[type=radio] + label {
  color: #000;
  padding-left: 0;
  padding-right: 15px;
  background: none;
}

.orderCheckWrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(/assets/img/product/buy_check_off.png) no-repeat;
  background-size: contain;
}

.orderCheckWrap input[type=radio]:checked + label {
  background: none;
}

.orderCheckWrap input[type=radio]:checked + label:before {
  background: url(/assets/img/product/buy_check_on.png) no-repeat;
  background-size: contain;
}

.orderCheckWrap hr {
  display: block;
  border: none;
  background-color: #ccc;
  height: 1px;
  width: 100%;
}

.orderCheckWrap .price {
  width: 100%;
  max-width: unset;
  padding: 0;
}

.orderCheckWrap .price dt {
  width: 135px;
  padding-top: 5px;
}

.orderCheckWrap .price dd {
  width: 400px;
}

.orderCheckWrap .price dd .org_price {
  vertical-align: middle;
  line-height: 24px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.orderCheckWrap .price dd .org_price:after {
  position: absolute;
  content: "";
  height: 1px;
  top: 50%;
  left: -5%;
  width: 110%;
  background-color: #24b9d7;
}

.orderCheckWrap .price dd .ext_price {
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
  font-size: 25px;
  color: #24b9d7;
}

.orderCheckWrap .price dd .cpn_price {
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
  font-size: 25px;
  color: #24b9d7;
}

.orderCheckWrap .price dd .price {
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
  font-size: 25px;
  color: #24b9d7;
}

.orderCheckWrap .price span.desc {
  display: block;
  text-align: right;
  margin-top: 15px;
  color: #812990;
  font-size: 14px;
}

.orderCheckWrap .btnArea {
  display: flex;
  width: 110%;
  position: relative;
  left: -5%;
}

.orderCheckWrap .btnArea button {
  color: #fff;
  font-size: 23px;
  padding: 15px 0;
  width: 100%;
  background: #45b0d2;
  border-left: 1px solid #fff;
  text-align: center;
  height: auto;
  margin: 0;
}

.orderCheckWrap .btnArea button.counsel {
  font-size: 9px;
  color: transparent;
  background-image: url(/assets/img/product/btn_helpcall.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  width: 90px;
}

.orderCheckWrap .btnArea button.cart {
  font-size: 9px;
  color: transparent;
  background-image: url(/assets/img/product/btn_basket.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  width: 90px;
}

.rentalCheckWrap {
  padding: 20px 7% 0;
}

.rentalCheckWrap .rentalList dl,
.rentalCheckWrap dl {
  display: flex;
  margin-bottom: 20px;
  clear: both;
}

.rentalCheckWrap .rentalList dl dt,
.rentalCheckWrap dl dt {
  width: 165px;
  font-size: 16px;
  color: #58595b;
  line-height: 1;
  float: none;
}

.rentalCheckWrap .rentalList dl dd,
.rentalCheckWrap dl dd {
  width: 440px;
  font-size: 16px;
  color: #58595b;
  line-height: 1;
  position: relative;
}

.rentalCheckWrap .nice-select.wide {
  width: 100%;
}

.rentalCheckWrap select.rentalstyle {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  -webkit-appearance: menulist-text;
  -moz-appearance: menulist-text;
  appearance: menulist-text;
}

.rentalCheckWrap .nice-select.wide .list {
  max-height: 120px;
  overflow-y: scroll;
}

.rentalCheckWrap select.rent-opt {
  padding: 0 5px;
}

.rentalCheckWrap .nice-select.rentalstyle {
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  border: 1px solid #d5d5d5;
}

.rentalCheckWrap .nice-select.rentalstyle .list {
  max-height: 180px;
  overflow-y: scroll;
}

.rentalCheckWrap ul.rental-option-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}

.rentalCheckWrap ul.rental-option-detail > li {
  width: 70%;
  padding: 7px 0;
  font-size: 15px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt,
.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select {
  float: right;
  padding-left: 10px;
  height: 13px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt .num,
.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select .num {
  background-color: #d43f77;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-right: 5px;
  font-size: 13px;
  overflow: hidden;
  vertical-align: top;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt .noData,
.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select .noData {
  font-size: 13px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select {
  position: relative;
  top: -3px;
}

.rentalCheckWrap ul.rental-option-detail > li .retn-opt-select .nice-select ul.list {
  width: 150%;
}

.rentalCheckWrap input[type=radio] {
  display: none;
}

.rentalCheckWrap input[type=radio] + label {
  display: inline-block;
  color: #000;
  padding-left: 0;
  padding-right: 15px;
  background: none;
  width: 48%;
  margin-right: 0;
  margin: -10px 0 0 0;
  padding: 10px 0;
}

.rentalCheckWrap input[type=radio] + label:before {
  content: "";
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(/assets/img/product/rent_check_off.png) no-repeat;
  background-size: contain;
}

.rentalCheckWrap input[type=radio]:checked + label {
  color: #831f82;
  background: none;
}

.rentalCheckWrap input[type=radio]:checked + label:before {
  background: url(/assets/img/product/rent_check_on.png) no-repeat;
  background-size: contain;
}

.rentalCheckWrap .price {
  padding: 0;
  max-width: unset;
}

.rentalCheckWrap .price span.desc {
  display: block;
  text-align: right;
  margin-top: 15px;
  color: #812990;
  font-size: 14px;
}

.rentalCheckWrap .price dl.month-price dd {
  font-size: 25px;
  color: #d43f77;
}

.rentalCheckWrap span.card_desc {
  display: block;
  float: right;
  font-size: 14px;
  color: #812990;
  line-height: 1.4;
  margin-top: 10px;
  text-align: right;
}

.rentalCheckWrap .btnArea {
  display: flex;
  width: 110%;
  position: relative;
  left: -5%;
}

.rentalCheckWrap .btnArea button {
  color: #fff;
  font-size: 23px;
  padding: 15px 0;
  width: 100%;
  background: #d43f77;
  border-left: 1px solid #fff;
  text-align: center;
  height: auto;
  margin: 0;
}

.rentalCheckWrap .btnArea button.counsel {
  font-size: 9px;
  color: transparent;
  background-image: url(/assets/img/product/btn_helpcall.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  width: 90px;
}

.rentalCheckWrap .btnArea button.cart {
  font-size: 9px;
  color: transparent;
  background-image: url(/assets/img/product/btn_basket.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  width: 90px;
}

.nice-select.rent-opt {
  background-color: transparent;
  border: none;
  height: 22px !important;
  line-height: 22px !important;
  font-size: 16px !important;
  padding-left: 0 !important;
  padding-right: 25px !important;
}

.nice-select.rent-opt li.option {
  font-size: 13px;
  min-height: auto;
}

.nice-select.rent-opt span.current .num2 {
  background-color: #d43f77;
  display: inline-block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-right: 2px;
  font-size: 13px;
  overflow: hidden;
  vertical-align: top;
  margin-top: 0px;
  padding: 0;
}

.order-introduce {
  margin-top: 45px;
  padding-bottom: 45px;
  color: #58595b;
}

.order-introduce .buy-info {
  margin: 0 6%;
}

.order-introduce .buy-info dl {
  display: flex;
  max-width: unset;
  margin-bottom: 10px;
}

.order-introduce .buy-info dl dt {
  width: 110px;
}

.order-introduce .buy-info .coupon-btn {
  display: inline-block;
  padding-left: 0.8em;
}

.order-introduce .buy-info .coupon-btn img {
  width: 5em;
  vertical-align: middle;
}

.order-introduce .buy-info dl.price dt {
  font-size: 23px;
  width: 100px;
}

.order-introduce .buy-info dl.price .org_price {
  vertical-align: middle;
  line-height: 24px;
  font-size: 19px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.order-introduce .buy-info dl.price .org_price:after {
  position: absolute;
  content: "";
  height: 1px;
  top: 50%;
  left: -5%;
  width: 110%;
  background-color: #24b9d7;
}

.order-introduce .buy-info dl.price .ext_price {
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
  font-size: 29px;
  color: #24b9d7;
}

.order-introduce .rent-info {
  margin: 0 6%;
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

.order-introduce .rent-info dl.price {
  display: flex;
  max-width: unset;
  margin-bottom: 10px;
}

.order-introduce .rent-info dl.price dt {
  font-size: 23px;
  width: 140px;
}

.order-introduce .rent-info dl.price dd {
  vertical-align: middle;
  display: inline-block;
  line-height: 30px;
  font-size: 29px;
  color: #d43f77;
}

.stateIcon01 {
  text-align: center;
}

.stateIcon01 > div {
  display: inline-block;
}

.stateIcon01 .badge-best {
  width: 62px;
  height: 22px;
  background: url("/assets/img/product/ico-best-on.png");
  background-size: cover;
}

.stateIcon01 .badge-hot {
  width: 62px;
  height: 22px;
  background: url("/assets/img/product/ico-hot-on.png");
  background-size: cover;
}

.subContentsWrap .accordion-box .accordion h3 {
  color: #58595b;
  font-weight: normal;
}

#modal-nonCustContinue {
  width: 400px;
  padding: 0;
  height: auto;
  z-index: 4000;
  transform: translateX(-50.2%) translateY(-50%);
}

#modal-nonCustContinue .modal-inner {
  padding: 30px 15px 20px;
  background-color: #fff;
}

#modal-nonCustContinue header {
  border: none;
}

#modal-nonCustContinue header.noLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#modal-nonCustContinue header.noLine a {
  position: inherit;
  top: 15px;
  right: 18px;
  width: 18px;
  height: 18px;
  background-image: url(../img/common/close_shape.png);
  background-position: 0 0;
  background-size: cover;
}

#modal-nonCustContinue .header {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0;
  line-height: 25px;
}

#modal-nonCustContinue .header img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

#modal-nonCustContinue .popContents {
  padding: 0;
}

#modal-nonCustContinue .agreement {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #ededed;
  padding: 0px 15px;
}

#modal-nonCustContinue .agreement .agreement-item {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 10px 0px;
  position: relative;
  width: 100%;
  font-size: 0.9rem;
}

#modal-nonCustContinue .agreement .agreement-item a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 10px;
  float: right;
}

#modal-nonCustContinue .agreement .agreement-item:last-child {
  border: none;
}

#modal-nonCustContinue .agreement span.red {
  color: red;
}

#modal-nonCustContinue .btnArea {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

#modal-nonCustContinue .btnArea button {
  display: inline-block;
  background: #812990;
  height: auto;
  width: auto;
  color: #fff;
  font-size: 15px;
  padding: 7px 19px;
  text-align: left;
  margin: 0;
}

#modal-nonCustContinue .btnArea button.btn-nouser {
  background-color: #999;
}

#modal-nonCustContinue .btnArea button.btn-login {
  background: #812990;
}

.review-section .review-section-header {
  padding: 20px 0;
}

.review-section .review-section-header hr {
  border: none;
  border-bottom: 1px solid #e6e7e8;
  display: block;
  margin: 28px 0;
}

.review-section .review-section-header .title-wrap {
  overflow: hidden;
  vertical-align: middle;
}

.review-section .review-section-header .title-wrap .title {
  color: #414042;
  text-align: center;
  line-height: 1;
  margin-right: 10px;
  vertical-align: middle;
}

.review-section .review-section-header .title-wrap .point {
  color: #831f82;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}

.review-section .review-section-header .star {
  vertical-align: middle;
  display: inline-block;
  background-image: url(/assets/img/product/review_sidebar_star.png);
  height: 28px;
  width: 160px;
  margin: 0 auto;
  float: right;
}

.review-section .review-section-header .star .progrss-bar {
  display: block;
  height: 28px;
  width: 80px;
  background-image: url(/assets/img/product/review_sidebar_star.png);
  background-position: 0 -28px;
  z-index: -1;
}

.review-section .review-section-header .review-product {
  display: flex;
  justify-content: space-between;
  vertical-align: top;
  margin-top: 1rem;
}

.review-section .review-section-header .review-product span {
  display: block;
  font-size: 1rem;
  color: #808285;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

.review-section .review-section-header .review-product select {
  width: 60%;
  padding: 0 0.5em;
  height: 30px;
  margin: 0;
  appearance: auto;
  border: 1px solid #ccc;
}

.review-section .review-section-gallery {
  letter-spacing: -3px;
  margin-bottom: 20px;
}

.review-section .review-section-gallery a {
  display: inline-block;
  margin: 0 0 0 2.5px;
  padding: 0;
  position: relative;
  background-color: #ccc;
}

.review-section .review-section-gallery a .more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  overflow: hidden;
  font-size: 1rem;
  letter-spacing: 0.3px;
}

.review-section .review-section-gallery a .more .num {
  margin-top: 20%;
  margin-bottom: 5px;
  font-size: 1rem;
}

.review-section .review-section-gallery img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  width: 75px;
  height: 75px;
}

.review-section .review-section-counter {
  border-bottom: 1px solid #d5d5d5;
  padding: 0.5rem 0;
  overflow: hidden;
}

.review-section .review-section-counter .counter {
  line-height: 2rem;
  font-size: 1rem;
  float: left;
}

.review-section .review-section-counter .counter span {
  color: #922491;
  font-weight: bold;
}

.review-section .review-section-counter .filter-btn {
  float: right;
  height: 2rem;
}

.review-section .review-section-counter .filter-btn button {
  background-color: #a2a2a2;
  color: #fff;
  line-height: 1;
  padding: 0.5rem 1rem;
  padding-right: 2rem;
  position: relative;
}

.review-section .review-section-counter .filter-btn button::after {
  display: block;
  content: " ";
  position: absolute;
  right: 0.5rem;
  top: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 1rem;
  background-size: 90%;
  background-position: center center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAYCAQAAADThizGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBBAOKgvd4+lkAAABnUlEQVQ4y6WVSyhEYRiGvzFIlMvCpDFjIRtssFNKbEiykFKysJS1y1YWLkmJlR3FirKzshDDkp3Jgg2KIUnkEvNYnG84Z5zbjP/svu99n/8/7/91ToAaaRcRkVdZFyS71SMVIiJyLORzhLEmkKyebpIAXFEuCBESAHzSngWsinsAPmhBjFIbnwDcEskQlkdM320USeGEUS0ekp8Rbk592wTMuACb2ljOANalqV1QalR+W8XEFTjgExbV1N5oStXM7VqeAHih3gcslwPdfvi3apX06eHPKPHEzSpsw1xNF82raMuI1jO1U4rccEH2FDjmAotwp7HUWTt/pSEudahbPVMbTO/ZyZt5B+CGSlvcjMJW/vbs9x9RQ8xmqDs1tWMK/OKENQUuptUrNbVHqu18TrhCThTYb7koI7UkvfY+59ur5gGAZ9PtTesWC04uP7MVp9iSWsz5M+E++ZN6mk0ChPWrmCDq7HDH5bCjwHH2Afiiw83hjhPKOMe8ptz1XjihkZcf2C7B/+KEIYVdE/LS5vr47a1KWBpEZEkSXtJvmsYOsr6YPSUAAAAASUVORK5CYII=);
}

.review-section .review-section-counter .filter-btn button.on::after {
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAYCAQAAADThizGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBBAOLCwus/uJAAABiklEQVQ4y6XVPShFYRzH8d/xcvNSXgYG7jXYMJFFKbGQTFJKdzDKYPKyyuAlKWUyGkxXKYNJkrcRExlYUFySRCF8Df50Ltc951z/ZzrPy+d5zu88dRzkWY0akHSgce+pwquVcsFn9XrO9eQyWeOrHqn9LzeGu04o/g/XyhsAmwwbuEpGulyEOABxynCIGTiaHhdiG4B32hCigCN7bk+Hm7HTjH/3VPMAwC2VQblO3gHYItPV221b7JMXhKvkDoBryn+MzBq44J/LYS8htWSJQr9fbt4WTCQ9QTmXADzT4IeLGrZF1h+5NvEKwBmlXlw1j5ZaOMX9GrItNxI+1C8un0Pvu4VwWDJwOhW3aJMmU2JCFHJsG3f9xfV5puZuNRbLPVXJuDqeALgh4gMTose2P6LgJ1fEqa/UEtucgTEcN+ewbANTATARYsfWDbq5QevcJjsQJ8JcAfBK8xfXyIulVhEQE6LFLnWcMBIlnFtqHWlgQozYu+0ScqhXnSTpUis+fnzJylFUuZKk9Q+vHQ44xso+gQAAAABJRU5ErkJggg==);
}

.review-section .review-section-filter {
  display: none;
  background-color: #eee;
  padding: 0.5rem 1rem 1.5rem;
}

.review-section .review-section-filter .review-filter-type {
  display: flex;
  justify-content: center;
}

.review-section .review-section-filter .review-filter-type > div {
  width: 32%;
  margin: 0 3px;
}

.review-section .review-section-filter .review-filter-type label {
  background-color: #fefefe;
  background-image: none;
  color: #000;
  width: 100%;
  display: block;
  padding: 3px;
  text-align: center;
}

.review-section .review-section-filter .review-filter-type #reviewFilterType01:checked + label {
  background-color: #922491;
  color: #fff;
}

.review-section .review-section-filter .review-filter-type #reviewFilterType02:checked + label {
  background-color: #24b9d7;
  color: #fff;
}

.review-section .review-section-filter .review-filter-type #reviewFilterType03:checked + label {
  background-color: #d43f77;
  color: #fff;
}

.review-section .review-section-filter .review-order > div,
.review-section .review-section-filter .review-filter-service > div {
  margin: 0 0;
  padding: 0;
  line-height: 0.7;
}

.review-section .review-section-filter .review-order input[type=radio] + label {
  font-size: 16px;
  width: auto;
  height: 22px;
  display: inline-block;
  background: url(../img/common/radio_05.png) no-repeat 0 0;
  line-height: 22px;
  text-align: left;
  color: #414042;
  position: relative;
  padding-left: 35px;
}

.review-section .review-section-filter .review-order input[type=radio]:checked + label {
  background: url(../img/common/radio_05.png) no-repeat 0 -22px;
}

.review-section .review-section-filter .review-filter-service input[type=checkbox] + label {
  font-size: 16px;
  width: auto;
  height: 22px;
  display: inline-block;
  background: url(../img/common/radio_06.png) no-repeat 0 0;
  line-height: 22px;
  text-align: left;
  color: #414042;
  position: relative;
  padding-left: 35px;
}

.review-section .review-section-filter .review-filter-service input[type=checkbox]:checked + label {
  background: url(../img/common/radio_06.png) no-repeat 0 -22px;
}

.review-section .review-section-filter .review-side-btn {
  text-align: center;
  margin-top: 1rem;
}

.review-section .review-section-filter .review-side-btn button {
  padding: 10px;
  display: inline-block;
  width: 40%;
  font-size: 14px;
  margin: 0 3px;
}

.review-section .review-section-filter .review-side-btn button.reset-filter {
  background-color: #ffffff;
  color: #414042;
}

.review-section .review-section-filter .review-side-btn button.submit-filter {
  background-color: #9e1295;
  color: #fff;
}

.review-section .review-item {
  background-color: #fff;
  position: relative;
  margin-top: 1rem;
}

.review-section .review-item .review-head {
  display: flex;
  justify-content: space-between;
}

.review-section .review-item .review-head .review-type {
  width: 60px;
  flex-grow: 0;
}

.review-section .review-item .review-head .review-type .buy-type {
  width: 55px;
  height: 55px;
  background-color: green;
  border-radius: 50%;
}

.review-section .review-item .review-head .review-type .buy-type:after {
  display: block;
  font-size: 18px;
  content: "렌탈";
  line-height: 55px;
  color: #fff;
  text-align: center;
}

.review-section .review-item .review-head .review-type .buy-type.O {
  background-color: #56b9d8;
}

.review-section .review-item .review-head .review-type .buy-type.O:after {
  content: "구매";
}

.review-section .review-item .review-head .review-type .buy-type.R {
  background-color: #dd5488;
}

.review-section .review-item .review-head .review-type .buy-type.R:after {
  content: "렌탈";
}

.review-section .review-item .review-head .review-type .buy-type.O.after-m:before,
.review-section .review-item .review-head .review-type .buy-type.R.after-m:before,
.review-section .review-item .review-head .review-type .buy-type.O.after-m:after,
.review-section .review-item .review-head .review-type .buy-type.R.after-m:after {
  display: block;
  text-align: center;
  font-size: 1em;
  color: #fff;
  line-height: 1.2;
}

.review-section .review-item .review-head .review-type .buy-type.O.after-m:before,
.review-section .review-item .review-head .review-type .buy-type.R.after-m:before {
  padding-top: 9px;
  content: "한달";
}

.review-section .review-item .review-head .review-type .buy-type.O.after-m:after,
.review-section .review-item .review-head .review-type .buy-type.R.after-m:after {
  content: "후기";
  line-height: 1.2;
}

.review-section .review-item .review-head .service-info {
  flex-grow: 1;
  width: 77%;
  margin-left: 0.5rem;
}

.review-section .review-item .review-head .service-info .review-title {
  width: 100%;
  padding-top: 0px;
}

.review-section .review-item .review-head .service-info .review-title .title {
  font-size: 18px;
  color: #343434;
  font-weight: bold;
  word-break: break-all;
}

.review-section .review-item .review-head .service-info .writer-info {
  vertical-align: middle;
  margin-top: 0.5rem;
}

.review-section .review-item .review-head .service-info .writer-info .date {
  font-size: 12px;
  color: #808285;
  margin-bottom: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 0.5rem;
}

.review-section .review-item .review-head .service-info .writer-info .writer {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  color: #414042;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  text-align: right;
  height: 30px;
  line-height: 30px;
}

.review-section .review-item .review-head .service-info .writer-info .writer:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAVCAMAAAD/0XfmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAABBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEL////EpzlxAAAAEHRSTlMAEEBwgCDA8LBQYNCgMOCQGkfVwwAAAAFiS0dEEeK1PboAAAAHdElNRQflBAkOMADXDdIiAAAA9klEQVQoz4WSWXbDMAhFEWLQZMT+V1twGienp0740Hgl4AHAZQUrVYY74yraqKPcIEO84bnq/xFMOofj7fdNfCHwB6KPEiP6AZ8N/QsAPYlS+32yNAFl/QXKeCeknddVbF+AvfkWHYARbLVSrPNDt9lexKEUeVOXuaWaLM/8aG25vpsph6xZhutqOAwqsxWjJ7ElH01nGFpAgIS8rcHenz5kz5h8BbWhOO+taBoSlF9i4Rm/j1N8Emg2QReQX0kdqTmGk5D2UAQJeHOKFE2TpV/LcoqBvc6IDtujJ+KkajrZmtodGThSf4lU5uQj92L2pWpNP1b+B30hCEGF/5iEAAAAAElFTkSuQmCC");
}

.review-section .review-item .point-info {
  overflow: hidden;
  height: 3rem;
  padding-top: 0.5em;
}

.review-section .review-item .point-info .star-box {
  float: left;
}

.review-section .review-item .point-info .star-box .star {
  display: inline-block;
  background-image: url(/assets/img/product/review_star2.png?=3);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 90px;
  height: 15px;
  color: transparent;
}

.review-section .review-item .point-info .star-box .star.star-1 {
  background-position: 0px -15px;
}

.review-section .review-item .point-info .star-box .star.star-2 {
  background-position: 0px -30px;
}

.review-section .review-item .point-info .star-box .star.star-3 {
  background-position: 0px -45px;
}

.review-section .review-item .point-info .star-box .star.star-4 {
  background-position: 0px -60px;
}

.review-section .review-item .point-info .star-box .star.star-5 {
  background-position: 0px -75px;
}

.review-section .review-item .point-info .rec-box {
  float: right;
}

.review-section .review-item .point-info .rec-box .thumb_up {
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  font-size: 13px;
}

.review-section .review-item .point-info .rec-box .thumb_up:before {
  vertical-align: top;
  margin-top: 0.1rem;
  display: inline-block;
  content: "";
  width: 15px;
  height: 14px;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAVFBMVEWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoX////pWXBbAAAAGnRSTlMACsRUBbfZAaC6iIJrSefz8Lbvjf4hsUOpvYvdWdwAAAABYktHRBsCYNSkAAAAB3RJTUUH5QQJDjE45hRb/QAAAE9JREFUCNeFx0cCgCAQBMExsmbEPP9/qCgG8GKfugBXFCfwSjPmHpWQheeSZPWytmTjXkTQHu60rYc9aD792Hw8hB6n0DNOm9uL83pxU9gBG+IM5VM8m20AAAAASUVORK5CYII=");
}

.review-section .review-item .point-info .rec-box .thumb_up.on {
  border: 1px solid #922491;
  color: #fff;
  background-color: #922491;
}

.review-section .review-item .point-info .rec-box .thumb_up.on:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAQAAABag45kAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4PNxVphPKAAAAAgUlEQVQY033PIQoCQRSA4X+ELRar3aNssnsAu7cweQrZajYIgk28g8lodINVfsOuDLsO758yw8fjMcjgTL26yu8hVp7Ue5mTjarnMu/s2pZ4469l5mQDwJonc7refPrbLSkAiZYZf00Ii7mNeR/tlkU0feRB/1d8Oa6WzIcRXkzyBZ9an+CHWjWcAAAAAElFTkSuQmCC");
}

.review-section .review-item .review-content {
  width: 100%;
}

.review-section .review-item .review-content.mini {
  height: 4.5em;
  overflow: hidden;
  position: relative;
}

.review-section .review-item .review-content.mini::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  background-color: red;
  z-index: 1000;
}

.review-section .review-item .review-content .content {
  width: 100%;
  padding: 15px;
  background-color: #f6f6f6;
}

.review-section .review-item .review-content .content .text {
  width: 100%;
  word-break: keep-all;
  font-size: 0.9em;
  font-family: "NanumBarunGothic";
  color: #414042;
  line-height: 1.563;
  word-break: break-all;
}

.review-section .review-item .review-content .content .purch-info {
  font-size: 0.8em;
  color: #808285;
  margin: 1rem 0;
  line-height: 1.7;
}

.review-section .review-item .review-content .content .service-star {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  width: 100%;
}

.review-section .review-item .review-content .content .service-star h5 {
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  width: 100%;
}

.review-section .review-item .review-content .content .service-star > div {
  font-size: 0.8rem;
  text-align: center;
  position: relative;
}

.review-section .review-item .review-content .content .service-star > div > span {
  display: block;
}

.review-section .review-item .review-content .content .service-star > div::after {
  margin: 0 0.5rem;
  position: relative;
  display: inline-block;
  top: 2px;
  content: "";
  height: 1em;
  border-right: 1px solid #cbcbcb;
}

.review-section .review-item .review-content .content .service-star > div:last-child::after {
  display: none;
}

.review-section .review-item .review-content .content .service-star > div .star {
  display: inline-block;
}

.review-section .review-item .review-content .content .service-star > div .star::before {
  margin-left: 0.5rem;
  color: #bfbfbf;
  content: " ";
  display: inline-block;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAvCAQAAAALflF/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBBAPKSfF1LxzAAACv0lEQVRYw7WXTWgTQRSAv00j0uBvUWlJG2t7qRWVCDaISYxStdRqhSKe1JqmRUVB8OIfCIKiF0FQFBQK6smD4EGKCFIEQcSDtaIUcmgjYpXa0ij9SW3iIf/Z2c1Mmrxl2Z335s03783My0brR1EO8YkhNReLKoMeulRdNMVI6ggyRjWRUkYSQGM17WpOahArnQB0lxLSRhUAzdSVDhJIPDWOq7ipLHwNw6lJ/cDBv1JE0pXRu4p98o7yEEtOigLSngqQFhxZ7VZqig/p1nl2yrrKLnwl37Dm6EKsI1rMSPw6BDjYK+csB9HwC/WSiy8H2UW9UH+AShn3sk4zq4011NLARQOIhXImWUoZc8ybJKLfhp2VVKTu+BVvLZZLBwBTTDCeuCay7pCVch7iVRjMOGobdoG+lxMWfrObR0WAiOUCfiIWIMIxLpUAME0HNyC9u65zmOmiIkbx8iz+mt7CT/HxU8Y7JtNpABcfko3Mc/IeF4P5/bX8XV7gJpRuZh/GEdz0LThRt2nnb6Yi98SH2c+dBQCinOJs7sHUl5V5znBarrrqJEwr9/Rqce26Sxt/lBEjbOOlyGBUIPvYnrl0EvKOJr6ITcZVeJAmwtKIAXbyy8hoVuqjLJOGrGLG2GgG2SGNALvZN6UZxAOS5xswq+R5I5E433HxFQKpYJPs+IVDvPJBALCWWnWIycxUPdQhr/hsYDHcjUaQFcIVGeMoe9jCZWYFVo8iJOYWrMgT1vMYmOMam3mjs9dTrQTRcpM1TAtHGEu1h/DRw2ROL594NKN0ZXaPcosNuvoa4wENyV/xQiDLcabeP+LiHFPCfqN0cJDvhUE8Cf0M59ma/iAQynMauZ+oPvXCzzsDSHwzvmYjNyX+foY5iYeviekpRDKOn2aCeQFJeYuTq0TECRNBlhCkkV75AgzALFdwskhk+g9c/Y5UJLkwEwAAAABJRU5ErkJggg==);
}

.review-section .review-item .review-content .content .picture {
  margin-top: 1.5em;
}

.review-section .review-item .review-content .content .picture a {
  display: inline-block;
  width: 24%;
  height: auto;
  border: 1px solid #ccc;
  padding-bottom: 25%;
  position: relative;
}

.review-section .review-item .review-content .content .picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.review-section .review-item .review-reply {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
}

.review-section .review-item .review-reply .content {
  margin-right: 2.7rem;
  max-width: 660px;
  background-color: transparent;
  padding: 0;
}

.review-section .review-item .review-reply .content .text {
  display: block;
  background-color: #5a5a5a;
  border-radius: 10px;
  padding: 1em;
  font-size: 0.8em;
  color: #fff;
  position: relative;
}

.review-section .review-item .review-reply .content .text::after {
  position: absolute;
  right: -1rem;
  top: 50%;
  margin-top: -0.5rem;
  display: block;
  content: " ";
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAQAAADPJofWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBAwSHyo8SIm/AAAA+0lEQVQ4y43QMS+DURQG4KfNJ2EVtXbAYjF1sUgs0nRSsTQxGf0ANmx+ABujVSIRK0MnMZB0kCAREUKlRhKNGhpStL7zbvfmue+992QqZ2Y8CiVrwp21KCax6sZ4DENezfb3KgWTsahuKoZh0LED/TEMJQ2VKGbArhNDMQwF95ajmD4brozFMIy4sBnFZC15MhnDkFO1J4lhMma9KMdw+0A2CcGWffOaEVxXVo188MOW4Tbl/+ZrRZedc+yVdytGO2nv5lNFz783uzW/WlD4S7s1H5rz1v26n80N00q9aCdu2ZFz9N9wvp5xq6QmJVk0rcunUxLnih7SIXwC4h00mxqmSToAAAAASUVORK5CYII=);
}

.review-section .review-item .review-reply .reply-ico {
  flex-grow: 0;
}

.review-section .review-item .review-reply .reply-ico span {
  font-size: 0.8em;
  display: block;
  width: 3rem !important;
  height: 3rem !important;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  background-color: #5a5a5a;
  border-radius: 50%;
}

.review-section .review-item .review-more {
  text-align: right;
}

.review-section .review-item .review-more button {
  background-color: transparent;
  font-size: 0.8em;
}

.review-section .review-item .review-more button::after {
  vertical-align: bottom;
  margin-left: 5px;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  width: 1em;
  height: 1.2em;
  background-size: 90%;
  background-position: center center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAMAAABQxc2UAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABj1BMVEV/goWAg4aAgoWAgoZ/goWAgoWAgoZ/goV/goWAgoaAgoaAgoZ/goWAgoaAgoaAgoZ/goWAgoWAgoWAgoZ/goWAgoV/goV/goV/goV/goV/goWAgoWAgoaAgoWAgoaAg4aAg4aAgoaAgoV/goWAgoaAgoWAgoV/goWAgoWAgoWAgoZ/goWAg4Z/goV/goWAgoZ/goWAg4aAgoZ/goV/goWAgoV/goWAgoV/goWAgoZ/goV/goWAgoaAgoZ/goV/goWAgoWAgoV/goWAgoV/goWAgoaAgoWAgoZ/goWAg4aAg4aAgoaAg4aAg4Z/goV/goV/goV/goWAgoWAgoZ/goV/goV/goV/goWAgoaAgoaAgoV/goV/goWAgoaAgoWAgoaAgoWAgoaAgoaAg4Z/goV/goWAgoZ/goWAgoZ/goV/goV/goWAg4Z/goV/goWAgoWAgoV/goWAgoaAgoaAgoZ/goWAgoZ/goV/goWAgoaAgoaAgoV/goWAgoZ/goWAgoV/goWAg4aAgoWAgob///9zfz+wAAAAgHRSTlMAAAAAo5+omgrVXnDLBin09Dv56h5a0xfk/EWYmwO/egjNW4mwASLw8yhR/toPUtEJJfD1LI2ZCtJaBsVZopAd6/ImasRI/s4INvnnGoOXFeL7PgO+V7lxGObxJIOqP/zNB0sMeZQi7icBtVTOUxPh8CKdN/nmvm/jFQGrOQ/baRSFZhYAAAABYktHRIRi0FpxAAAAB3RJTUUH5QQQEAUMRyPK0AAAAfxJREFUKM89UvVDVlEMXRhgAGIHimB/BrZiIKjYiYnd3d272z/utvs+3i/v7t6z7eycwTQpOh0QgAj8YwYC8nAqniGlzISOTis2CwkJkPMFGRgSR4w0uxSdMxegq7tYTxckgtjfMEAZejyvV3T+AgSkhSqyqIO8PnuU9bwZJnTxEpWlyyqF5d52hdcPpGO8VxIj5r6VorIqSRD1rxaRAa9B0MwSh6g36A9r1sZlINetF92w0Y+UozJxvd/UUtm8JYonU97aKrJtyGd1KSg4cmRs31Fk567gHCN4Gu9WsT1OqmIgtdu7T8z258CYcxEMHzC1g0mMmyH5kIgd5uTItSnAyBEro2N+2YjGeNSHPDbsvfLSs3P64+OmJ04itfNOnRY5czar53vIFPhzJnbejxggvHBR9NLlECbohkT5J564IqZXo5/PNnFNRK8jt12DaEvpzY2bUiZvBYj5tht4x4dJQ3JfsP488e49kfsPQvOH4yadj5CTUaruVJrNAnisJk+c5tNnapPP4yYsqXLkKSgRv3gpUl7x0GuV1ptEYfgR5kXLqBeV6e07lfcfPorJYGxKyEFTEqXXnMJ++mzyxQ352leXKZ6oETP3GlIv+Gbq3/cfSLWC1ySoQeoRu+27//OXC9b7O5PaC0Vpex2EKlX481fsX5Z3L9OeaPkfvM9dfJV1jQgAAAAASUVORK5CYII=);
}

.reviewFullPopup {
  display: none;
  position: fixed;
  z-index: 4000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 1em;
}

.reviewFullPopup header {
  border-bottom: none;
  line-height: 1;
  position: relative;
  color: #414042;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 1em 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.reviewFullPopup header span {
  font-size: 19px;
  margin-left: 0.3em;
  display: inline-block;
  font-weight: bold;
}

.reviewFullPopup .layPopClose {
  vertical-align: top;
  width: 19px;
  height: 19px;
  background-size: contain;
  background-position: center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAfCAMAAAAyTAaFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABSlBMVEWAgoWAg4Z/goWAgoZ/goV/goV/goWAgoWAg4Z/goWAgoWAgoWAgoV/goWAgoV/goV/goWAg4Z/goWAgoV/goV/goWAgoWAgoaAgoZ/goWAgoV/goV/goV/goV/goWAgoV/goWAgoZ/goWAgoaAgoV/goV/goWAgoaAgoWAg4Z/goWAgoWAg4aAgoaAgoaAg4Z/goV/goWAgoV/goWAgoV/goWAgoZ/goWAgoV/goV/goWAgoV/goWAgoV/goWAg4aAgoZ/goWAgoV/goWAgoWAgoV/goWAgoZ/goWAgoWAgoZ/goV/goWAgoV/goV/goWAgoWAg4aAgoZ/goWAgoWAgoWAgoZ/goWAg4aAgoaAgoZ/goV/goV/goV/goWAgoaAgoWAg4aAgoV/goV/goV/goWAgoaAg4Z/goV/goWAgoaAgoWAg4b///8+OLMgAAAAaXRSTlMAAAAAWAWQGcI95vJw+tQoDKemJtRtUfHkOQOI/r4VFb2HAzfi709p+NAlCaChCiHP+GhG7uE0pb8Toeq0iAQBd/vCGz/n7EsY/oiC/cYe6uxLHceNBQWOxx5Q7VAhzP6OBQiZyVvz0wopAHuCAAAAAWJLR0RtuwYArQAAAAd0SU1FB+UEEBE4Kv4EbaQAAAFvSURBVCjPNVHVcsNADNRJZUrKlJSZ25QhZUiZmVl3+f/nSrLr8XjOe9JqdwXgkFAfAgREICgAICRyaP96VVjEgIoRSJEesbjEh//ruLC0LHA5QEQlHyGoqGRflRA+km4rTlazDzVJPccY1Nb5UFkfkakUAGhoZG5qlrMTzOmEltaU53SbcYC1UXtH3qc6u6wJwAmK3T0+9PZpAYIj8QKufyD4waF/M8KNwyPMPDpm7KJMO8cnfH5yynIQVZoIZKZ9fmZWEWdD1fsch/mFOC9VJQZg0fNShsC8SDJO6xaWA6dWsqrBmRTVt7q2zryxae1mkzTIre0QdnZVqZkygbiXDiG3nzWnSkta33Vw6MPRsU5xMSZv5iT40zMLWOc4y/D8gjl3eWV8tjPRCdc3OebbO4xzhmj+fW/gh0clBSSKl/n0zPzy+iaYcxgNAnz/4MCfug+hJIoWiF/fzJasA9snqZLEjxfl2ivhinVL73fxD6GLMvNtn/7PAAAAAElFTkSuQmCC);
}

#reviewDetailView_popup {
  background-color: #fff;
  position: relative;
  margin-top: 1rem;
  position: fixed;
  top: 0;
  padding-top: 0;
  margin-top: 0;
  background-color: #e2e2e2;
}

#reviewDetailView_popup .review-head {
  display: flex;
  justify-content: space-between;
}

#reviewDetailView_popup .review-head .review-type {
  width: 60px;
  flex-grow: 0;
}

#reviewDetailView_popup .review-head .review-type .buy-type {
  width: 55px;
  height: 55px;
  background-color: green;
  border-radius: 50%;
}

#reviewDetailView_popup .review-head .review-type .buy-type:after {
  display: block;
  font-size: 18px;
  content: "렌탈";
  line-height: 55px;
  color: #fff;
  text-align: center;
}

#reviewDetailView_popup .review-head .review-type .buy-type.O {
  background-color: #56b9d8;
}

#reviewDetailView_popup .review-head .review-type .buy-type.O:after {
  content: "구매";
}

#reviewDetailView_popup .review-head .review-type .buy-type.R {
  background-color: #dd5488;
}

#reviewDetailView_popup .review-head .review-type .buy-type.R:after {
  content: "렌탈";
}

#reviewDetailView_popup .review-head .review-type .buy-type.O.after-m:before,
#reviewDetailView_popup .review-head .review-type .buy-type.R.after-m:before,
#reviewDetailView_popup .review-head .review-type .buy-type.O.after-m:after,
#reviewDetailView_popup .review-head .review-type .buy-type.R.after-m:after {
  display: block;
  text-align: center;
  font-size: 1em;
  color: #fff;
  line-height: 1.2;
}

#reviewDetailView_popup .review-head .review-type .buy-type.O.after-m:before,
#reviewDetailView_popup .review-head .review-type .buy-type.R.after-m:before {
  padding-top: 9px;
  content: "한달";
}

#reviewDetailView_popup .review-head .review-type .buy-type.O.after-m:after,
#reviewDetailView_popup .review-head .review-type .buy-type.R.after-m:after {
  content: "후기";
  line-height: 1.2;
}

#reviewDetailView_popup .review-head .service-info {
  flex-grow: 1;
  width: 77%;
  margin-left: 0.5rem;
}

#reviewDetailView_popup .review-head .service-info .review-title {
  width: 100%;
  padding-top: 0px;
}

#reviewDetailView_popup .review-head .service-info .review-title .title {
  font-size: 18px;
  color: #343434;
  font-weight: bold;
  word-break: break-all;
}

#reviewDetailView_popup .review-head .service-info .writer-info {
  vertical-align: middle;
  margin-top: 0.5rem;
}

#reviewDetailView_popup .review-head .service-info .writer-info .date {
  font-size: 12px;
  color: #808285;
  margin-bottom: 10px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-left: 0.5rem;
}

#reviewDetailView_popup .review-head .service-info .writer-info .writer {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  color: #414042;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
  text-align: right;
  height: 30px;
  line-height: 30px;
}

#reviewDetailView_popup .review-head .service-info .writer-info .writer:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAVCAMAAAD/0XfmAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAANlBMVEUAAABBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEJBQEL////EpzlxAAAAEHRSTlMAEEBwgCDA8LBQYNCgMOCQGkfVwwAAAAFiS0dEEeK1PboAAAAHdElNRQflBAkOMADXDdIiAAAA9klEQVQoz4WSWXbDMAhFEWLQZMT+V1twGienp0740Hgl4AHAZQUrVYY74yraqKPcIEO84bnq/xFMOofj7fdNfCHwB6KPEiP6AZ8N/QsAPYlS+32yNAFl/QXKeCeknddVbF+AvfkWHYARbLVSrPNDt9lexKEUeVOXuaWaLM/8aG25vpsph6xZhutqOAwqsxWjJ7ElH01nGFpAgIS8rcHenz5kz5h8BbWhOO+taBoSlF9i4Rm/j1N8Emg2QReQX0kdqTmGk5D2UAQJeHOKFE2TpV/LcoqBvc6IDtujJ+KkajrZmtodGThSf4lU5uQj92L2pWpNP1b+B30hCEGF/5iEAAAAAElFTkSuQmCC");
}

#reviewDetailView_popup .point-info {
  overflow: hidden;
  height: 3rem;
  padding-top: 0.5em;
}

#reviewDetailView_popup .point-info .star-box {
  float: left;
}

#reviewDetailView_popup .point-info .star-box .star {
  display: inline-block;
  background-image: url(/assets/img/product/review_star2.png?=3);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 90px;
  height: 15px;
  color: transparent;
}

#reviewDetailView_popup .point-info .star-box .star.star-1 {
  background-position: 0px -15px;
}

#reviewDetailView_popup .point-info .star-box .star.star-2 {
  background-position: 0px -30px;
}

#reviewDetailView_popup .point-info .star-box .star.star-3 {
  background-position: 0px -45px;
}

#reviewDetailView_popup .point-info .star-box .star.star-4 {
  background-position: 0px -60px;
}

#reviewDetailView_popup .point-info .star-box .star.star-5 {
  background-position: 0px -75px;
}

#reviewDetailView_popup .point-info .rec-box {
  float: right;
}

#reviewDetailView_popup .point-info .rec-box .thumb_up {
  border-radius: 5px;
  padding: 5px 10px;
  position: relative;
  font-size: 13px;
}

#reviewDetailView_popup .point-info .rec-box .thumb_up:before {
  vertical-align: top;
  margin-top: 0.1rem;
  display: inline-block;
  content: "";
  width: 15px;
  height: 14px;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAVFBMVEWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoWAgoX////pWXBbAAAAGnRSTlMACsRUBbfZAaC6iIJrSefz8Lbvjf4hsUOpvYvdWdwAAAABYktHRBsCYNSkAAAAB3RJTUUH5QQJDjE45hRb/QAAAE9JREFUCNeFx0cCgCAQBMExsmbEPP9/qCgG8GKfugBXFCfwSjPmHpWQheeSZPWytmTjXkTQHu60rYc9aD792Hw8hB6n0DNOm9uL83pxU9gBG+IM5VM8m20AAAAASUVORK5CYII=");
}

#reviewDetailView_popup .point-info .rec-box .thumb_up.on {
  border: 1px solid #922491;
  color: #fff;
  background-color: #922491;
}

#reviewDetailView_popup .point-info .rec-box .thumb_up.on:before {
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAQAAABag45kAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4PNxVphPKAAAAAgUlEQVQY033PIQoCQRSA4X+ELRar3aNssnsAu7cweQrZajYIgk28g8lodINVfsOuDLsO758yw8fjMcjgTL26yu8hVp7Ue5mTjarnMu/s2pZ4469l5mQDwJonc7refPrbLSkAiZYZf00Ii7mNeR/tlkU0feRB/1d8Oa6WzIcRXkzyBZ9an+CHWjWcAAAAAElFTkSuQmCC");
}

#reviewDetailView_popup .review-content {
  width: 100%;
}

#reviewDetailView_popup .review-content.mini {
  height: 4.5em;
  overflow: hidden;
  position: relative;
}

#reviewDetailView_popup .review-content.mini::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100px;
  background-color: red;
  z-index: 1000;
}

#reviewDetailView_popup .review-content .content {
  width: 100%;
  padding: 15px;
  background-color: #f6f6f6;
}

#reviewDetailView_popup .review-content .content .text {
  width: 100%;
  word-break: keep-all;
  font-size: 0.9em;
  font-family: "NanumBarunGothic";
  color: #414042;
  line-height: 1.563;
  word-break: break-all;
}

#reviewDetailView_popup .review-content .content .purch-info {
  font-size: 0.8em;
  color: #808285;
  margin: 1rem 0;
  line-height: 1.7;
}

#reviewDetailView_popup .review-content .content .service-star {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  width: 100%;
}

#reviewDetailView_popup .review-content .content .service-star h5 {
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 0.9rem;
  font-weight: normal;
  width: 100%;
}

#reviewDetailView_popup .review-content .content .service-star > div {
  font-size: 0.8rem;
  text-align: center;
  position: relative;
}

#reviewDetailView_popup .review-content .content .service-star > div > span {
  display: block;
}

#reviewDetailView_popup .review-content .content .service-star > div::after {
  margin: 0 0.5rem;
  position: relative;
  display: inline-block;
  top: 2px;
  content: "";
  height: 1em;
  border-right: 1px solid #cbcbcb;
}

#reviewDetailView_popup .review-content .content .service-star > div:last-child::after {
  display: none;
}

#reviewDetailView_popup .review-content .content .service-star > div .star {
  display: inline-block;
}

#reviewDetailView_popup .review-content .content .service-star > div .star::before {
  margin-left: 0.5rem;
  color: #bfbfbf;
  content: " ";
  display: inline-block;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAvCAQAAAALflF/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBBAPKSfF1LxzAAACv0lEQVRYw7WXTWgTQRSAv00j0uBvUWlJG2t7qRWVCDaISYxStdRqhSKe1JqmRUVB8OIfCIKiF0FQFBQK6smD4EGKCFIEQcSDtaIUcmgjYpXa0ij9SW3iIf/Z2c1Mmrxl2Z335s03783My0brR1EO8YkhNReLKoMeulRdNMVI6ggyRjWRUkYSQGM17WpOahArnQB0lxLSRhUAzdSVDhJIPDWOq7ipLHwNw6lJ/cDBv1JE0pXRu4p98o7yEEtOigLSngqQFhxZ7VZqig/p1nl2yrrKLnwl37Dm6EKsI1rMSPw6BDjYK+csB9HwC/WSiy8H2UW9UH+AShn3sk4zq4011NLARQOIhXImWUoZc8ybJKLfhp2VVKTu+BVvLZZLBwBTTDCeuCay7pCVch7iVRjMOGobdoG+lxMWfrObR0WAiOUCfiIWIMIxLpUAME0HNyC9u65zmOmiIkbx8iz+mt7CT/HxU8Y7JtNpABcfko3Mc/IeF4P5/bX8XV7gJpRuZh/GEdz0LThRt2nnb6Yi98SH2c+dBQCinOJs7sHUl5V5znBarrrqJEwr9/Rqce26Sxt/lBEjbOOlyGBUIPvYnrl0EvKOJr6ITcZVeJAmwtKIAXbyy8hoVuqjLJOGrGLG2GgG2SGNALvZN6UZxAOS5xswq+R5I5E433HxFQKpYJPs+IVDvPJBALCWWnWIycxUPdQhr/hsYDHcjUaQFcIVGeMoe9jCZWYFVo8iJOYWrMgT1vMYmOMam3mjs9dTrQTRcpM1TAtHGEu1h/DRw2ROL594NKN0ZXaPcosNuvoa4wENyV/xQiDLcabeP+LiHFPCfqN0cJDvhUE8Cf0M59ma/iAQynMauZ+oPvXCzzsDSHwzvmYjNyX+foY5iYeviekpRDKOn2aCeQFJeYuTq0TECRNBlhCkkV75AgzALFdwskhk+g9c/Y5UJLkwEwAAAABJRU5ErkJggg==);
}

#reviewDetailView_popup .review-content .content .picture {
  margin-top: 1.5em;
}

#reviewDetailView_popup .review-content .content .picture a {
  display: inline-block;
  width: 24%;
  height: auto;
  border: 1px solid #ccc;
  padding-bottom: 25%;
  position: relative;
}

#reviewDetailView_popup .review-content .content .picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

#reviewDetailView_popup .review-reply {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
}

#reviewDetailView_popup .review-reply .content {
  margin-right: 2.7rem;
  max-width: 660px;
  background-color: transparent;
  padding: 0;
}

#reviewDetailView_popup .review-reply .content .text {
  display: block;
  background-color: #5a5a5a;
  border-radius: 10px;
  padding: 1em;
  font-size: 0.8em;
  color: #fff;
  position: relative;
}

#reviewDetailView_popup .review-reply .content .text::after {
  position: absolute;
  right: -1rem;
  top: 50%;
  margin-top: -0.5rem;
  display: block;
  content: " ";
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAcCAQAAADPJofWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBAwSHyo8SIm/AAAA+0lEQVQ4y43QMS+DURQG4KfNJ2EVtXbAYjF1sUgs0nRSsTQxGf0ANmx+ABujVSIRK0MnMZB0kCAREUKlRhKNGhpStL7zbvfmue+992QqZ2Y8CiVrwp21KCax6sZ4DENezfb3KgWTsahuKoZh0LED/TEMJQ2VKGbArhNDMQwF95ajmD4brozFMIy4sBnFZC15MhnDkFO1J4lhMma9KMdw+0A2CcGWffOaEVxXVo188MOW4Tbl/+ZrRZedc+yVdytGO2nv5lNFz783uzW/WlD4S7s1H5rz1v26n80N00q9aCdu2ZFz9N9wvp5xq6QmJVk0rcunUxLnih7SIXwC4h00mxqmSToAAAAASUVORK5CYII=);
}

#reviewDetailView_popup .review-reply .reply-ico {
  flex-grow: 0;
}

#reviewDetailView_popup .review-reply .reply-ico span {
  font-size: 0.8em;
  display: block;
  width: 3rem !important;
  height: 3rem !important;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  background-color: #5a5a5a;
  border-radius: 50%;
}

#reviewDetailView_popup .review-more {
  text-align: right;
}

#reviewDetailView_popup .review-more button {
  background-color: transparent;
  font-size: 0.8em;
}

#reviewDetailView_popup .review-more button::after {
  vertical-align: bottom;
  margin-left: 5px;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  width: 1em;
  height: 1.2em;
  background-size: 90%;
  background-position: center center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAMAAABQxc2UAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABj1BMVEV/goWAg4aAgoWAgoZ/goWAgoWAgoZ/goV/goWAgoaAgoaAgoZ/goWAgoaAgoaAgoZ/goWAgoWAgoWAgoZ/goWAgoV/goV/goV/goV/goV/goWAgoWAgoaAgoWAgoaAg4aAg4aAgoaAgoV/goWAgoaAgoWAgoV/goWAgoWAgoWAgoZ/goWAg4Z/goV/goWAgoZ/goWAg4aAgoZ/goV/goWAgoV/goWAgoV/goWAgoZ/goV/goWAgoaAgoZ/goV/goWAgoWAgoV/goWAgoV/goWAgoaAgoWAgoZ/goWAg4aAg4aAgoaAg4aAg4Z/goV/goV/goV/goWAgoWAgoZ/goV/goV/goV/goWAgoaAgoaAgoV/goV/goWAgoaAgoWAgoaAgoWAgoaAgoaAg4Z/goV/goWAgoZ/goWAgoZ/goV/goV/goWAg4Z/goV/goWAgoWAgoV/goWAgoaAgoaAgoZ/goWAgoZ/goV/goWAgoaAgoaAgoV/goWAgoZ/goWAgoV/goWAg4aAgoWAgob///9zfz+wAAAAgHRSTlMAAAAAo5+omgrVXnDLBin09Dv56h5a0xfk/EWYmwO/egjNW4mwASLw8yhR/toPUtEJJfD1LI2ZCtJaBsVZopAd6/ImasRI/s4INvnnGoOXFeL7PgO+V7lxGObxJIOqP/zNB0sMeZQi7icBtVTOUxPh8CKdN/nmvm/jFQGrOQ/baRSFZhYAAAABYktHRIRi0FpxAAAAB3RJTUUH5QQQEAUMRyPK0AAAAfxJREFUKM89UvVDVlEMXRhgAGIHimB/BrZiIKjYiYnd3d272z/utvs+3i/v7t6z7eycwTQpOh0QgAj8YwYC8nAqniGlzISOTis2CwkJkPMFGRgSR4w0uxSdMxegq7tYTxckgtjfMEAZejyvV3T+AgSkhSqyqIO8PnuU9bwZJnTxEpWlyyqF5d52hdcPpGO8VxIj5r6VorIqSRD1rxaRAa9B0MwSh6g36A9r1sZlINetF92w0Y+UozJxvd/UUtm8JYonU97aKrJtyGd1KSg4cmRs31Fk567gHCN4Gu9WsT1OqmIgtdu7T8z258CYcxEMHzC1g0mMmyH5kIgd5uTItSnAyBEro2N+2YjGeNSHPDbsvfLSs3P64+OmJ04itfNOnRY5czar53vIFPhzJnbejxggvHBR9NLlECbohkT5J564IqZXo5/PNnFNRK8jt12DaEvpzY2bUiZvBYj5tht4x4dJQ3JfsP488e49kfsPQvOH4yadj5CTUaruVJrNAnisJk+c5tNnapPP4yYsqXLkKSgRv3gpUl7x0GuV1ptEYfgR5kXLqBeV6e07lfcfPorJYGxKyEFTEqXXnMJ++mzyxQ352leXKZ6oETP3GlIv+Gbq3/cfSLWC1ySoQeoRu+27//OXC9b7O5PaC0Vpex2EKlX481fsX5Z3L9OeaPkfvM9dfJV1jQgAAAAASUVORK5CYII=);
}

#reviewDetailView_popup .review-btns {
  position: absolute;
  width: 96%;
  left: 2%;
  top: 150px;
}

#reviewDetailView_popup .review-btns button {
  background-color: transparent;
  color: #922491;
  display: inline-block;
  width: 20px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  color: transparent;
}

#reviewDetailView_popup .review-btns button.btn-prev {
  float: left;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAABfCAMAAABcDC6rAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABklBMVEV/goWAg4aAgoaAgoV/goV/goWAgoV/goWAgoZ/goWAgoV/goWAgoV/goV/goV/goV/goV/goWAgoV/goV/goV/goWAgoWAgoWAgoV/goV/goWAgoaAgoaAgoWAgoaAg4Z/goWAgoZ/goWAgoWAgoZ/goWAgoWAgoaAgoaAgoZ/goV/goV/goWAgoWAgoWAgoWAg4aAgoaAgoaAgoaAgoWAg4aAg4aAgoWAgoV/goV/goWAg4aAgoaAgoaAgoWAgoV/goWAgoV/goV/goWAgoaAg4aAgoaAgoZ/goWAgoZ/goV/goV/goWAgoWAgoV/goV/goWAgoZ/goWAgoaAgoWAgoaAgoZ/goWAgoWAgoWAgoZ/goWAg4aAgoaAgoZ/goWAgoZ/goWAgoWAgoaAg4aAgoaAgoaAg4Z/goV/goWAgoV/goWAgoWAg4aAgoWAgoV/goWAgoV/goWAgoWAgoWAg4aAgoaAgoV/goWAgoV/goV/goWAg4aAgoV/goV/goWAgoZ/goWAgoaAgoWAg4b////kJcGvAAAAgXRSTlMAAAAAaU78LvUc4w/SBr2feFv+Qvkr8PUV2/xOCsgDsYeWpAFqwgb82xU36iQk6tYGvQGHh6QBYcMt8OokHDcL0k4DsWmWeFr+xPUKpmmkAcQGFeOfxX5GGNvq4RzSD8GxmJbI/PlC8DXx+RgPrwPAgBzjUS0t/uhty6Vo9T6gyEokUO+xAAAAAWJLR0SFFddq5wAAAAd0SU1FB+UEEBIkLPNWK5UAAAZkSURBVEjHTVcJYxZFDJ1JWiyUVgpVaIFaQG35Wi8OFcRaLCIWFcEbFRURFRVvvI/Z2R9u8l5m248PaHezmeQl7yWbUpYkKfnf7P9J/COaVPyLu2P2k9g32VX7VVXNQGiNSzCV8R3+u121p1OGP7+dVd3aL8D9fRMFFnGMuzM73BU8r7i+c1dXGZk/lSRnhUXEmBOfndzdld7DQHg4DxEpHnPPuDM13ddSPV0Gi3T9X78geFAsrXR/19XaMRyk4sf5DXiMB7PsKZ0ZlshIlWnTqeejzG5mb7VTS0lDIllTHMbo8Nk3W8xZZ/GluGIhZfcm2QxzRPDAg5aqu9uPRyVylqStWrh4YK52xc3mD6KYhE/hN070pA4dLvZxyzFAL5k3M02zZ2POFx7qerPru7IIvJBbVtxkgf14SUf8RHd49Bh+z44IAEH1UVr78zCOtO8jj2pU1f6w7o61arZGkYNLneNR6/JxTQwEQUbVlICk0UTn+Na6sqoWlLL9tiHL9nzscTvQrMrECMXmTXRoan1nCE0+YUXwZOfHJbVm907zAnir8Ngnn6pmVLvajQnuwC4NACsJceJoBbpdPemNQzNhl+Xod/d/ykPrzPL00+xfjQZADSJf0Wf63nrOyv/sVETGVoRLLx/Kn/fN4sxS5g7EfcCVg5WkneYzZ+3I3uyeOxfQ8jg2OArm3p43DlaPbmItspMc2bL61qb2wwvrjoZZ7jjf+CbCW61qfsaLG2g4g+WCtk7XICJ/dpxUXyr81EUgv0Wq6CElvy+iBmZnHScUFNXIkvXHhZcvOVft4Fem0oDcUDBwy/2ONgvt5o6rNky94jkPANl3dcWsPAnvOGqgUiOahPrFfHzO+83MNkcUSA1IW3NSHS8f7v3U2i2dJ2VSk11lpyACPfaqc8vr9RooQzzpEVxjF6dFp70l0Z/SAU+qqZ+fQ+dlrHMbk5zXr6RWaXAa9B7CHJ9HY9b6xtXG9EAv2KFgx5nNSiGZu8b+goCIhCi5a7ff+aZX3ipmwLUacH6ItDa37+S6l8p0bnMN8kC9Z4lSaLx9pqY9MFPD+XEWO9QfqCk1zNnzVgUDaz8m6KMAg/RikOKHVOiqaZwCcARPameOKWesnVFZ/aMnWvzqT1PmMrhP/nuH9OXtKfQDCRVy6YOQQ9cfQq7lnbQVDUuZEUKopn17B69cmkG52euSGmMFWmZ55AQ+9GX2XeozRwPok4mTZeGOd7viGICbI8KqMdW3MmDLvvd+xWiq11e3SUNTEmIN63Mr7s7GxAcfes3hCqpDyrnIs3vW9oPatfvoBqaOxhDWAZMQqfEl0LHUjw8lZi0Epc0nDdcXmHMpnyw0FwrNyVDOrZZeRIltqHx6hcFnMEdi/iNzaMdNsMhouagxbsCkWCgCf3O9sEHN6MrYELY2xY41CfvN5c98FFiP3ZrRYYpJPNEWFUfTdQNZf36byw4XmhhQW2M8rV43j1aZ8sWXMGNL4chhZ8peyNFXHfm5str6H2aNfw183XfHZ1/f1+WvKaDS9sGkzVi8jDN7TYq8Kda/UW1CnmMzw5JGe71YuId001cZkzOB/AsMAoKbMLO/395VymmbRDlkjrqysOFyab1Tj2Rtgzz2A+4YSCzL5e8o0n353gmnWCtSbBFCG1TpxnoBiqVeEGnSRvEQbVf888OPjrd5vfVTjm0zZGvQdKL6s01WR6fO3kaImoYNMuQ66mRLn+PYd2d/YfvF4g22pNAnt525V6iJv55rW03QUNruB9HS3zj5S7d8IIUISgiFBqLcYk7V3rfX0v1+o/Et9Aal4xyy54+dxnZlPqen0rbFqkkTCW4+TY65YNU/FoT1yLrVNSAa9HcSePvqcTOxvjIgqG0g+IM7d/VuZ1nvoShggRFhAux13/h0daWDx3LvzzbXWyE11hMFLdb+qkCxWxpvp0kbozmK51uGjC9Z0ia4ZfPvoGZGo0oMQHDM5WOsIOtSzzKLHOWLUubGRz0J2TFuQYhTvD3FZpPbciHpyj99D48D6ahHqkGJ0CC9u4GNpmM4EuMxD28x7SVJDv2L5g7aCScZo2B3+cuZO7+2bC1RUnvlI73YDpol9MBlxhYgf99KrT1TeyXL2iYnwR/9Zf64JSjrEEuakGPDiP3vTk3U9tjMVbathyFEfmvm3vDeGC8pFG0Z9kg6kD3/AzYogwyUABgWAAAAAElFTkSuQmCC);
}

#reviewDetailView_popup .review-btns button.btn-next {
  float: right;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAABfCAMAAABcDC6rAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABqlBMVEWAg4aAgoZ/goWAgoV/goWAgoWAgoZ/goWAgoV/goV/goV/goV/goWAgoZ/goV/goWAgoWAgoaAgoV/goV/goV/goWAgoaAgoZ/goV/goWAgoWAgoaAgoV/goWAg4aAgoaAgoaAgoWAgoWAgoaAg4aAgoWAgoaAgoaAg4Z/goV/goV/goV/goV/goV/goWAgoWAgoWAgoWAgoaAg4Z/goWAg4aAgoWAgoZ/goV/goV/goWAg4aAgoV/goWAgoaAgoWAgoV/goV/goV/goWAgoWAgoV/goV/goWAgoZ/goWAgoWAgoaAgoWAg4aAgoZ/goV/goWAgoWAgoaAgoZ/goWAg4aAgoWAgoaAgoZ/goWAgoaAgoV/goV/goWAgoWAgoWAgoaAgoV/goWAg4aAgoaAgoZ/goV/goV/goWAg4aAgoaAg4aAgoWAg4Z/goWAgoWAg4aAg4aAgoZ/goWAg4aAgoaAgoV/goWAg4aAg4Z/goWAgoV/goWAgoaAgoaAgoZ/goV/goWAgoaAg4aAgoV/goWAgoV/goWAgoV/goWAgoaAgoWAg4b///9j6EpQAAAAiXRSTlMAAAAAa/xO9TfqJNQPvQakAYdc+ULw8C1J4xxpygqxA6SWBngP0v4c9S5O/NsVab+HpAGkvWkP0vsc5fAtN+NOswOHlnj+W9L4Ieok9U7IpwFpD9rzLSSZBsGE9i0QIhXbCsj5Qlt4kIsBXv690u3wHOP1PhUKA7GHBnHO/kTq34a+lgPbVvlEQnqguZoAAAABYktHRI0bDOLVAAAAB3RJTUUH5QQQEiUA2JV2NwAABndJREFUSMdNVwdjlEUQnd01CYnJkZgQjIoCkSJHIoRm1ICoAQWN2LChFAV7wxI7iHV3vx/tzHuzd16Sy9337e60997MJ3dJiCFG+xP7F/wtpJiC/eJulJHRkPS6XtVvKSVdELgal7BU3ySPbdGrujsKzrPbkpKttgs0pZ9LHZ9wM3acbeUdPSgkvx70vFzunoQLQSRhhfsokXsjjs41l6legjsCjxKM2ckRjkexW13RE7dOe7j2bl4EbAwp4WR1R2qn6+qMWTOfcINB20bBJr0gWc/ThfeY2xZXZHpoPSA22LZV+js7J/iOCOFde2FHkm12nr7mt2sYlhIxK+4BQsV2uXekqNlcysJ9tq9VK7TMRRRKk3R/gYu5PLAjDi16iVn4hIBmSlex8sGHcENoSxMdhF8jijq9U812NXd5lxfYzAd+4pWUbPPuKT1O05jrouPIXOMnlAZ2taoP77Gq1FL2jtpmUSMhIJ2WSWIJG/ctlA7Z2b/FE4LSAQUameJMUIf4yBhDyeMTTHdyg15sRGTBHOibh5qig0uslt/yeADKYIVYtoA14fXRnjpt14FpW416xOjhHyq5Vjvy8Aqj5bpEiBnbEHecPpK9MIdQlsAoPRghJi3pvaOaxVpq7Y4R9ck5xwgENTecHj+hB1o0j80xXELVlmlOnZXGjNXHDd2a7yeeDBYMC8JqEODAeQxr+4sZzvXkPoLF/BQeTEroSnP6VL9y5Z7jjW9GD0nUgCCt6MsWtMH2qdMUlpjooX+2PFkV49OWGs1j9wyTS1INSe98CdM7sVCDeZbQY5RCnIdBzUPvaCk4cv1MoxziEEcHyaCeT57VQIxcz62B4sngKA70Rh779vy5YutKPnceGhGoeYQF8cZNay+YROjag0seMyBFSgBh1Lz44gh4kOvGDpDZeDTUkGjVSRDCY8COrnzpAjZK01bkMBgT+HlGE1MNtzMmagSUQNQsJNLGTr5wBJxW+LwcqBstRyaHLtt25u6jwGwu/VOWWwnOgKF5SlZ85VUDjsby2uvQkEgVJg9SEz39uzheUJm8sCqtRwTXOSSSAhwi0mjoOTsZmTVih3JHjUfWTo3krlgwUz1hiAap4CRldwG9lothtpTuDfGmgcVmLblMR5MyTaNmpnalSGL1PVqsF28mCrqVrVZmPRN4EeYtBRKKhEG3kjffojaKS3FsnYc9RN8Su9HbYEFV/nqWEzWevdJqCdVf7jqLoyPuqW7el1vLtsYz2rcozL+Ebp5ayVgVMjeFuXcqulrdELZ6+j+UBirJpXldopmpe95FqBR0GGaeDB4xvrdgEXS1W1hNw06WqPCUOdt9+UpmTrZdSuw2aAIoWWTU9nP1msFZX+9/gNHCtbNNL60WvakOh3Xr19k1QwsVcXq2RXFvidMTb6Ds4nMHWNSKptF8qEYB048YvrBE7uUA+zcKypXz1o+T98FE/rpnaFDxk08zWfRZz6klzvfU5i97G+0XqGX9fNKRBLUeBOJz1tqYLdMWenLVTVGvhiqNPdu/oKSWLy+1FIDnLB25qV+/+roiiHrzm9Bcia7jkCDwPXx7oppvtY4c8AkRxRRUvkE1xO+uZTTDkpcDWymnO3GJCYzk+02kTbF0KEVHBvVUXKGgKys70d+UY4dXxDWTMi4uAgz4h2LdzfL7I2emhLHCyQzIGcJ+ypx4ys+TkVZjS6sYdFnfeP0X70VXlmxNy0CgSg2E79dZI4MuHL8IBQRp+N82ueSFLWMGI106tkZ9E/jH2WggyjLxGyhYSv+Ag4dN1YVTSMOweitDZktdZk0dQIninDDdW09DtdTwbeGcg8bifR5ziYF+x++Eb1fv+EVp06TDEjg9vYlA9bTNP4bc44DlvBeTgF0Eec4bV4XYb6Nu61AY9W5zDsr1z6U4eKBArZIrALqlDbJW1W78vCs1Jj4yITkJJf7Vz5z9bq4RaVS29pFlizL3d0U3KbP/UNc8fSl5d2cHl3lzTKfOvWfayN7G3UDT9FdsuDdwLvIYT5bzkc9GycLVcmknyXf8cYnMia13+VMTnyvUwc3TTY+cEq6IVGrDi0lr3bjKCUb+/xTTBBT+iEncictQDGE7oHJFGSixibX6VxZWcTm0cFEJf7gYPAaYTMchZeB6ap2TJUEvqLP/sgNLazOBMh3SoMWaEK9fx+TnMh3ScJ5IwR+loGuLvBNcCGHRq+DtHdb/A9Vlo1Wd1jEvAAAAAElFTkSuQmCC);
}

#reviewDetailView_popup .review-gallery .detail-image {
  text-align: center;
  padding-bottom: 70%;
  width: 85%;
  position: relative;
  margin: 0 auto;
}

#reviewDetailView_popup .review-gallery .detail-image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#reviewDetailView_popup .review-gallery .thumbs {
  width: 85%;
  margin: 1em auto 0;
}

#reviewDetailView_popup .review-gallery .thumbs a {
  display: inline-block;
  width: 24%;
  height: auto;
  border: 1px solid #ccc;
  padding-bottom: 25%;
  position: relative;
}

#reviewDetailView_popup .review-gallery .thumbs img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

#reviewDetailView_popup .review-item {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  max-height: 70%;
  padding: 15px;
  width: 100%;
}

#reviewDetailView_popup .review-item .review-content {
  overflow-y: scroll;
  height: 300px;
}

#reviewDetailView_popup .review-item.mini {
  height: 220px;
  padding: 15px;
  padding-bottom: 30px;
}

#reviewDetailView_popup .review-item.mini .review-content {
  height: 3.6em;
  overflow: hidden;
}

#reviewDetailView_popup .review-item.mini .review-content .content {
  padding: 10px;
}

#reviewDetailView_popup .review-item.mini .review-content .content .text {
  min-height: 2.8em;
  display: block;
}

#reviewDetailView_popup .review-more {
  position: absolute;
  top: -30px;
  left: 0;
  text-align: center;
  width: 100%;
}

#reviewDetailView_popup .review-more button {
  background-color: #fff;
  font-size: 0.8em;
  padding: 6px 10px 6px;
}

#reviewDetailView_popup .review-more button::after {
  transform: rotate(180deg);
  vertical-align: bottom;
  margin-left: 5px;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  width: 1em;
  height: 1.2em;
  background-size: 90%;
  background-position: center center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAMAAABQxc2UAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABj1BMVEV/goWAg4aAgoWAgoZ/goWAgoWAgoZ/goV/goWAgoaAgoaAgoZ/goWAgoaAgoaAgoZ/goWAgoWAgoWAgoZ/goWAgoV/goV/goV/goV/goV/goWAgoWAgoaAgoWAgoaAg4aAg4aAgoaAgoV/goWAgoaAgoWAgoV/goWAgoWAgoWAgoZ/goWAg4Z/goV/goWAgoZ/goWAg4aAgoZ/goV/goWAgoV/goWAgoV/goWAgoZ/goV/goWAgoaAgoZ/goV/goWAgoWAgoV/goWAgoV/goWAgoaAgoWAgoZ/goWAg4aAg4aAgoaAg4aAg4Z/goV/goV/goV/goWAgoWAgoZ/goV/goV/goV/goWAgoaAgoaAgoV/goV/goWAgoaAgoWAgoaAgoWAgoaAgoaAg4Z/goV/goWAgoZ/goWAgoZ/goV/goV/goWAg4Z/goV/goWAgoWAgoV/goWAgoaAgoaAgoZ/goWAgoZ/goV/goWAgoaAgoaAgoV/goWAgoZ/goWAgoV/goWAg4aAgoWAgob///9zfz+wAAAAgHRSTlMAAAAAo5+omgrVXnDLBin09Dv56h5a0xfk/EWYmwO/egjNW4mwASLw8yhR/toPUtEJJfD1LI2ZCtJaBsVZopAd6/ImasRI/s4INvnnGoOXFeL7PgO+V7lxGObxJIOqP/zNB0sMeZQi7icBtVTOUxPh8CKdN/nmvm/jFQGrOQ/baRSFZhYAAAABYktHRIRi0FpxAAAAB3RJTUUH5QQQEAUMRyPK0AAAAfxJREFUKM89UvVDVlEMXRhgAGIHimB/BrZiIKjYiYnd3d272z/utvs+3i/v7t6z7eycwTQpOh0QgAj8YwYC8nAqniGlzISOTis2CwkJkPMFGRgSR4w0uxSdMxegq7tYTxckgtjfMEAZejyvV3T+AgSkhSqyqIO8PnuU9bwZJnTxEpWlyyqF5d52hdcPpGO8VxIj5r6VorIqSRD1rxaRAa9B0MwSh6g36A9r1sZlINetF92w0Y+UozJxvd/UUtm8JYonU97aKrJtyGd1KSg4cmRs31Fk567gHCN4Gu9WsT1OqmIgtdu7T8z258CYcxEMHzC1g0mMmyH5kIgd5uTItSnAyBEro2N+2YjGeNSHPDbsvfLSs3P64+OmJ04itfNOnRY5czar53vIFPhzJnbejxggvHBR9NLlECbohkT5J564IqZXo5/PNnFNRK8jt12DaEvpzY2bUiZvBYj5tht4x4dJQ3JfsP488e49kfsPQvOH4yadj5CTUaruVJrNAnisJk+c5tNnapPP4yYsqXLkKSgRv3gpUl7x0GuV1ptEYfgR5kXLqBeV6e07lfcfPorJYGxKyEFTEqXXnMJ++mzyxQ352leXKZ6oETP3GlIv+Gbq3/cfSLWC1ySoQeoRu+27//OXC9b7O5PaC0Vpex2EKlX481fsX5Z3L9OeaPkfvM9dfJV1jQgAAAAASUVORK5CYII=);
}

#reviewDetailView_popup .review-more button.on::after {
  transform: rotate(0deg);
}

#reviewGallery_popup .photo-gallery {
  height: 500px;
  overflow-y: scroll;
  letter-spacing: -3px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 20px;
}

#reviewGallery_popup .photo-gallery a {
  display: block;
  flex-grow: 0;
  display: inline-block;
  width: 24%;
  padding-right: 2px;
  padding-bottom: 5px;
  margin: 0;
  position: relative;
}

#reviewGallery_popup .photo-gallery a.vod::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAfCAQAAAC8TH7IAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQflBA4QASnYjfs/AAAAtklEQVQ4y73VMQ5BQRSF4fdEqbACDZUdaEShsAXRaSTWQadgE0pKu9BZgUSjl4jEp3iViOTdCW+m/jP5J/ecmznoyqI3w8NKM47B1Vw9jsHJMAWDnU4Kxr2M6SdWmE7V4hgcDVKwwrSdgnGz0IhjcPk0LYMVpr0UjKetVhx7M41hcDaW52Txs46/djGR/90t6SeP+hVMyd0yPpNfs/7TvF3NoulO6pJ9vLlORhW08sMmvgOSNs4L3IWwFHmxlWAAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
}

#reviewGallery_popup .photo-gallery img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  width: 75px;
  height: 75px;
}

#reviewGallery_popup .more-view {
  text-align: center;
  width: 100%;
  margin-top: 5px;
}

#reviewGallery_popup .more-view button {
  border-top: 1px solid #ccc;
  width: 100%;
  padding: 10px 0;
  display: block;
  background-color: #fff;
}

#reviewGallery_popup .more-view button::after {
  vertical-align: bottom;
  margin-left: 5px;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  width: 1em;
  height: 1.2em;
  background-size: 90%;
  background-position: center center;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAXCAMAAABQxc2UAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABj1BMVEV/goWAg4aAgoWAgoZ/goWAgoWAgoZ/goV/goWAgoaAgoaAgoZ/goWAgoaAgoaAgoZ/goWAgoWAgoWAgoZ/goWAgoV/goV/goV/goV/goV/goWAgoWAgoaAgoWAgoaAg4aAg4aAgoaAgoV/goWAgoaAgoWAgoV/goWAgoWAgoWAgoZ/goWAg4Z/goV/goWAgoZ/goWAg4aAgoZ/goV/goWAgoV/goWAgoV/goWAgoZ/goV/goWAgoaAgoZ/goV/goWAgoWAgoV/goWAgoV/goWAgoaAgoWAgoZ/goWAg4aAg4aAgoaAg4aAg4Z/goV/goV/goV/goWAgoWAgoZ/goV/goV/goV/goWAgoaAgoaAgoV/goV/goWAgoaAgoWAgoaAgoWAgoaAgoaAg4Z/goV/goWAgoZ/goWAgoZ/goV/goV/goWAg4Z/goV/goWAgoWAgoV/goWAgoaAgoaAgoZ/goWAgoZ/goV/goWAgoaAgoaAgoV/goWAgoZ/goWAgoV/goWAg4aAgoWAgob///9zfz+wAAAAgHRSTlMAAAAAo5+omgrVXnDLBin09Dv56h5a0xfk/EWYmwO/egjNW4mwASLw8yhR/toPUtEJJfD1LI2ZCtJaBsVZopAd6/ImasRI/s4INvnnGoOXFeL7PgO+V7lxGObxJIOqP/zNB0sMeZQi7icBtVTOUxPh8CKdN/nmvm/jFQGrOQ/baRSFZhYAAAABYktHRIRi0FpxAAAAB3RJTUUH5QQQEAUMRyPK0AAAAfxJREFUKM89UvVDVlEMXRhgAGIHimB/BrZiIKjYiYnd3d272z/utvs+3i/v7t6z7eycwTQpOh0QgAj8YwYC8nAqniGlzISOTis2CwkJkPMFGRgSR4w0uxSdMxegq7tYTxckgtjfMEAZejyvV3T+AgSkhSqyqIO8PnuU9bwZJnTxEpWlyyqF5d52hdcPpGO8VxIj5r6VorIqSRD1rxaRAa9B0MwSh6g36A9r1sZlINetF92w0Y+UozJxvd/UUtm8JYonU97aKrJtyGd1KSg4cmRs31Fk567gHCN4Gu9WsT1OqmIgtdu7T8z258CYcxEMHzC1g0mMmyH5kIgd5uTItSnAyBEro2N+2YjGeNSHPDbsvfLSs3P64+OmJ04itfNOnRY5czar53vIFPhzJnbejxggvHBR9NLlECbohkT5J564IqZXo5/PNnFNRK8jt12DaEvpzY2bUiZvBYj5tht4x4dJQ3JfsP488e49kfsPQvOH4yadj5CTUaruVJrNAnisJk+c5tNnapPP4yYsqXLkKSgRv3gpUl7x0GuV1ptEYfgR5kXLqBeV6e07lfcfPorJYGxKyEFTEqXXnMJ++mzyxQ352leXKZ6oETP3GlIv+Gbq3/cfSLWC1ySoQeoRu+27//OXC9b7O5PaC0Vpex2EKlX481fsX5Z3L9OeaPkfvM9dfJV1jQgAAAAASUVORK5CYII=);
}

/* 상품 상세 */
.product-detail {
  display: block;
  overflow-x: hidden;
}

.product-detail .page-header {
  color: #fff;
}

.product-detail .search-option {
  border-top: 1px solid #cbcbcb;
  background-color: #fff;
}

.product-detail .search-result {
  border-top: 1px solid #cbcbcb;
  background-color: #fff;
}

.product-detail .search-result .result {
  border-right: 1px solid #cbcbcb;
}

.product-detail .product-search::-webkit-input-placeholder {
  color: #333;
}

.product-detail .product-search::-moz-placeholder {
  color: #333;
}

.product-detail .product-search:-ms-input-placeholder {
  color: #333;
}

.product-detail .product-search::-ms-input-placeholder {
  color: #333;
}

.product-detail .product-search::placeholder {
  color: #333;
}

.product-detail .research-button {
  position: relative;
}

.product-detail .research-button:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
}

.product-detail .price {
  max-width: 100%;
  margin: 0;
}

.product-detail .price-title {
  font-weight: bold;
  -ms-flex-item-align: center;
  align-self: center;
}

.product-detail .price-actual {
  display: inline-block;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
}

/* 상세 페이지 헤더 */
.page-header-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  white-space: nowrap;
}

.page-header-catch {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 18px;
}

.page-header-description {
  display: inline-block;
  max-width: 500px;
  word-break: keep-all;
  font-family: "Spoqa Han Sans Light", sans-serif;
  font-size: 14px;
}

/* 주문서 버튼 */
.order-box {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-button {
  position: absolute;
  right: 0;
  bottom: 60px;
  display: inline-block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  color: #fff;
  background-color: #7f1493;
  background-image: url("/assets/img/product/ico_detail_order.png");
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.order-button.open {
  background-position: bottom;
}

.order-button.close {
  background-position: top;
}

.order-button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

/* 상세 페이지 상품 정보 */
.product-detail-info {
  padding: 1rem 1rem 0 1rem;
  background-color: #f3f3f3;
}

.product-detail-info .align-left,
.product-detail-info .align-right {
  position: relative;
  width: 100%;
}

.product-detail-info .tire-outer {
  position: absolute;
  top: -80px;
  right: -20px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
}

@media screen and (max-width: 320px) {
  .product-detail-info .tire-outer {
    right: -40px;
  }
}
/* 상세 페이지: 상품정보 KPI */
.kpi {
  position: relative;
  color: #333;
}

.kpi .gauge-list .tit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  border-right: 1px solid #aaa;
}

.kpi .gauge-list .value {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  text-align: right;
  color: #333;
  border-left: 1px solid #aaa;
  font-size: 0.875rem;
  font-weight: bold;
}

.kpi .gauge-list .bar {
  height: 8px;
  background: #801494;
}

.kpi .gauge-list span {
  display: block;
  font-size: 0.875rem;
}

.kpi .gauge {
  position: relative;
  height: 8px;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.kpi .gauge::after,
.kpi .gauge:before {
  position: absolute;
  z-index: -1;
  top: -7px;
  width: 1px;
  height: 21px;
  content: "";
  background-color: #aaa;
}

.kpi .gauge::after {
  left: 33%;
}

.kpi .gauge:before {
  left: 66%;
}

/* 상세 페이지: 퍼포먼스 */
.performance {
  padding: 1rem;
  text-align: center;
}

.performance .performance-list {
  width: 100%;
}

.performance .performance-list li {
  display: inline-block;
  width: 19%;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

/* 동영상 */
.product-video-playbox {
  position: relative;
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.product-video-playbox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 타이어 썸네일 */
.product-thumb {
  padding: 1rem 0;
}

.product-thumb .pattern {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.product-thumb .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/product/product_thum_mask.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.product-thumb img {
  background-size: cover;
}

.maskWrap {
  position: relative;
}

.circle {
  position: absolute;
  top: -4%;
}

.circle img {
  clip-path: circle(30% at center);
}

/* 상품 상세 렌탈 선택 라디오 */
.rent-group {
  margin: 0 auto;
}

.rent-group .radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 60px);
}

.rent-group label {
  cursor: pointer;
  vertical-align: middle;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}

.rent-group label > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  vertical-align: middle;
  word-break: keep-all;
}

.rent-group label > span:nth-child(1) {
  position: relative;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.rent-group label > span:nth-child(1)::after {
  position: absolute;
  bottom: 4px;
  display: inline-block;
  width: 20px;
  height: 2px;
  content: "";
  background-color: #999;
}

.rent-group label > span:nth-child(2) {
  margin: 0;
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.rent-group label > span > img {
  max-width: 180px;
}

.rent-group input[type=radio] {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin: 0;
  content: "";
  cursor: pointer;
  vertical-align: middle;
  border: 2px solid #aaa;
  border-radius: 50%;
  background-color: #aaa;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.rent-group input[type=radio]::before,
.rent-group input[type=radio]::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.rent-group input[type=radio]::after {
  top: 6px;
  left: 5px;
  width: 14px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.rent-group input[type=radio]:checked {
  border: 2px solid #801494;
  background-color: #801494;
}

.rent-group input[type=radio]:checked::before,
.rent-group input[type=radio]:checked::after {
  position: absolute;
  display: inline-block;
  content: "";
}

.rent-group input[type=radio]:checked + label {
  color: #333;
}

.rent-group input[type=radio]:checked + label span:nth-child(1)::after {
  background-color: #333;
}

.rent-group input[type=radio]:checked::before {
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #801494;
}

.rent-group input[type=radio]:checked::after {
  top: 6px;
  left: 5px;
  width: 14px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

/* 차량 간편 검색용 큰 사이즈 라디오 */
.car-simple-search .radio input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.car-simple-search label {
  width: 150px;
  text-align: center;
  font-size: 1.5rem;
}

.car-simple-search label > span {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.st02.stack-ml > .stack {
  margin-bottom: 4rem;
}

.st02.stack-ml > .stack:last-child {
  margin-bottom: 0;
}

/* 상품 정보 */
.product-info-view {
  padding: 1rem 1.5rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
}

.product-info-view_title {
  font-size: 24px;
}

.product-info-view .custombox {
  word-break: break-all;
}

.product-info-view dt {
  margin-top: 1rem;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-weight: bold;
}

.product-info-view dd {
  padding: 0.5rem 0;
  word-wrap: break-word;
}

/* 계약,배송,반품,교환,AS */
.product-other-view .service {
  position: relative;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cbcbcb;
  background-color: #fff;
}

.product-other-view .service h4 {
  padding: 1.5rem 1.5rem 0.5rem;
}

.product-other-view .service:after {
  position: absolute;
  bottom: -2px;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}

.product-other-view .service dt {
  color: #801494;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-weight: bold;
}

.product-other-view .service dt span {
  display: block;
  color: #cbcbcb;
  font-size: 2rem;
}

.product-other-view .service dd {
  font-size: 0.875rem;
}

.product-other-view .service dd .icon01 {
  background-position: 0 0;
}

.product-other-view .service dd .icon02 {
  background-position: -32px 0;
}

.product-other-view .service dd .icon03 {
  background-position: -64px 0;
}

.product-other-view .service dd .icon04 {
  background-position: 0 -32px;
}

.product-other-view .service dd .icon05 {
  background-position: -32px -32px;
}

.product-other-view .service dd .icon06 {
  background-position: -64px -32px;
}

.product-other-view .service dd .icon07 {
  background-position: 0 -64px;
}

.product-other-view .service [class^=icon] {
  display: block;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/product/ico_service.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 96px;
}

.product-other-view-inner {
  background-color: #f3f3f3;
}

.product-other-view-inner > div {
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid #fff;
}

.product-other-view-inner > div:last-child {
  border-bottom: 0;
}

.product-other-view-inner > div::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #cbcbcb;
}

.product-other-view-inner h4 {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1;
}

.product-other-view-inner dt {
  margin-top: 1rem;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-weight: bold;
}

.product-other-view-inner dd {
  padding: 0.5rem 0 0;
  word-wrap: break-word;
}

.product-other-view-inner dd ul li {
  margin-bottom: 0.5rem;
}

.product-other-view-inner dd ul li:last-child {
  margin: 0;
}

.product-review-view {
  /* 구매후기 */
}

.product-review-view .count-box {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #cbcbcb;
  background-color: transparent;
}

.product-review-view .review {
  padding: 1rem 1.5rem;
}

.product-review-view .open {
  background-color: #fff;
}

.product-review-view .review-single {
  padding: 1.5rem 1.5rem;
  border-bottom: 1px solid #cbcbcb;
}

#bgFullImg {
  position: relative;
}

#bgFullImg .member-bg.service-rental {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/assets/img/service/tit_rent.jpg") no-repeat center top;
  background-size: 100% auto;
  background-position: center top;
}

.subContentsWrap .o2o .page-header {
  padding: 3.5rem 1.5rem;
}

.subContentsWrap .o2o .page-header img {
  width: 85%;
}

.service-seciton-01 {
  background: #f3f3f3;
  padding: 5% 5% 5% 5%;
  margin-top: 0;
  position: relative;
}

.service-seciton-01 h3 {
  font-size: 1.3rem;
  color: #231f20;
  font-weight: normal;
  letter-spacing: -1.1px;
  margin-bottom: 0.4rem;
}

.service-seciton-01 h3 span.light {
  font-family: "Spoqa Han Sans", sans-serif;
}

.service-seciton-01 p {
  font-size: 0.8rem;
  color: #231f20;
  line-height: 1.385;
  text-align: left;
}

.service-seciton-01 img {
  margin: 7% 0;
}

.service-seciton-01:after {
  position: absolute;
  content: " ";
  width: 90%;
  bottom: 0;
  left: 5%;
  height: 0px;
  border-top: 1px solid #7b7b7b;
}

.service-seciton-02 {
  background: #f3f3f3;
  padding: 11% 5% 11% 5%;
  margin-top: 0;
  position: relative;
}

.service-seciton-02 h3 {
  font-size: 1.3rem;
  color: #231f20;
  font-weight: normal;
  letter-spacing: -1.6px;
  padding-bottom: 0.1rem;
}

.service-seciton-02 p {
  font-size: 13pt;
  font-size: 0.65rem;
  color: #231f20;
  line-height: 1.385;
  text-align: left;
}

.service-seciton-02 .benefit-item {
  text-align: center;
  margin-top: 1.5rem;
}

.service-seciton-02 .benefit-item h4 {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}

.service-seciton-02 .benefit-item p {
  text-align: center;
  font-size: 0.65rem;
}

.service-seciton-02 .benefit-item img {
  max-width: 48%;
}

.service-seciton-02:after {
  position: absolute;
  content: " ";
  width: 90%;
  bottom: 0;
  left: 5%;
  height: 0px;
  border-top: 1px solid #7b7b7b;
}

/* 
.service-seciton-02{
	padding:40px 0 0 0 ;
	background-color: #FFF;;
	h3{
		margin:0 5%;
		font-size: 14pt;
		color: #231f20;
		font-weight: normal;
	}    
	.benefit{
		margin-top: 20px;
	}
	.benefit-slide{
		.slick-slide{
			text-align: center;
			img{
				max-width: 80%;
				margin:0 auto;
			}
			padding:30px 0;
			background-color: #FFF;
		}

		.slick-arrow{
			position:absolute;
			top: 50%;
			transform: translateY(-50%);
			z-index: 1;
			background-size:100%;
			width: 10%;
			height: 100%;
			&.slick-prev{
				left: 10px;
				background-image:url( /img/service/rental/benefit_prev.png);
				content: " ";
				color: transparent;
				background-size: 100%;
				background-repeat: no-repeat;
				background-position: center center;
			}
			&.slick-next{
				background-image:url( /img/service/rental/benefit_next.png);
				content: " ";
				color: transparent;
				right: 10px;
				background-size: 100%;
				background-repeat: no-repeat;
				background-position: center center;
			}
		}
	}


}
*/
.service-seciton-03 {
  margin: 10% 5% 0 5%;
  padding-bottom: 7%;
  position: relative;
}

.service-seciton-03 h3 {
  font-size: 1.3rem;
  color: #231f20;
  font-weight: normal;
  margin-bottom: 0.3rem;
}

.service-seciton-03 p {
  font-size: 0.79rem;
  color: #231f20;
  line-height: 1.385;
  text-align: left;
}

.service-seciton-03 img {
  margin: 7% 0;
}

.service-seciton-03:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 0px;
  border-top: 1px solid #7b7b7b;
}

.service-modal h3 {
  font-size: 1.3rem;
  color: #231f20;
  margin-top: 40px;
  font-weight: normal;
}

.service-modal p.desc {
  font-size: 13pt;
  color: #231f20;
  line-height: 1.385;
  text-align: left;
}

.service-modal h4 {
  color: #812990;
  font-weight: normal;
  font-size: 20pt;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  margin: 30px 0 15px;
}

.service-modal .serice-tabs {
  margin-top: 25px;
  padding-bottom: 30px;
  overflow: hidden;
}

.service-modal .serice-tabs li {
  float: left;
  padding: 0 5%;
  position: relative;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

.service-modal .serice-tabs li.active {
  color: #812990;
  font-family: "NanumBarunGothicBold", "Sans-serif";
}

.service-modal .serice-tabs li.active:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  left: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAZUlEQVQYlXXNsQmDUBhF4S+PzCJkHYdIZ6n9G0BwAB0hWcFFrK3tLE3zG0R4t7n3wIH7yK/hg1o534QGW0HY0CSs6ApSizUFjJhvwowJTunAG3vwHnxcJViQY+dg8Lxd9Kii//kBcIkT0dQynmAAAAAASUVORK5CYII=);
  bottom: -15px;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-modal .serice-tabs li:after {
  cursor: default;
  content: "";
  border-right: 1px solid #ccc;
  position: absolute;
  left: 0%;
  top: 10%;
  height: 80%;
  width: 1px;
  display: block;
}

.service-modal .serice-tabs li:first-child {
  padding-left: 0;
}

.service-modal .serice-tabs li:first-child:after {
  border: none;
}

.service-modal .serice-tabs li:first-child.active:before {
  width: 70%;
}

.service-modal .serice-tabs-item {
  border-top: 1px dashed #313131;
  border-bottom: 1px dashed #313131;
  overflow: hidden;
  height: auto;
}

.service-seciton-04 {
  margin: 10% 5% 0 5%;
  position: relative;
  padding-bottom: 14%;
}

.service-seciton-04 h3 {
  font-size: 1.3rem;
  color: #231f20;
  font-weight: normal;
  margin-bottom: 0.4rem;
  letter-spacing: -1.4px;
}

.service-seciton-04 p {
  font-size: 0.78rem;
  color: #231f20;
  line-height: 1.385;
  text-align: left;
}

.service-seciton-04 img {
  width: 90%;
  margin: 7% auto 0;
}

.service-seciton-04:after {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0%;
  height: 0px;
  border-top: 1px solid #7b7b7b;
}

.service-seciton-05 {
  margin: 40px 5% 0 5%;
  position: relative;
  padding-bottom: 4%;
}

.service-seciton-05 h3 {
  font-size: 1.3rem;
  color: #231f20;
  font-weight: normal;
  margin-bottom: 0.2rem;
}

.service-seciton-05 p {
  font-size: 0.78rem;
  color: #231f20;
  line-height: 1.385;
  text-align: left;
}

.service-seciton-05 img {
  margin: 7% 0;
}

.service-seciton-05 .service-year-type {
  margin: 0.7rem 0;
}

.service-seciton-05 .service-year-type .service-year-type-item {
  margin: 0 0;
}

.service-seciton-05 .service-year-type .service-year-type-item div {
  display: inline-block;
  width: 39%;
  font-size: 0.72rem;
  vertical-align: middle;
}

.service-seciton-05 .service-year-type .service-year-type-item a {
  vertical-align: middle;
  display: inline-block;
  font-size: 0.82rem;
}

.service-seciton-05 .service-year-type .service-year-type-item a b {
  font-size: 0.82rem;
  display: inline-block;
}

.service-seciton-05 .service-year-type .service-year-type-item a:after {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  content: "";
  background: url(../img/product/ico_search_step_arrow.png) no-repeat 0 top/18px;
}

.service-seciton-07 {
  margin: 0 5% 0 5%;
  position: relative;
  padding-top: 0.3rem;
}

.service-seciton-07:after {
  position: absolute;
  content: " ";
  width: 100%;
  top: 0;
  left: 0%;
  height: 0px;
  border-top: 1px solid #7b7b7b;
}

.service-seciton-07 h3 {
  font-size: 1.3rem;
  color: #231f20;
  margin-top: 40px;
  font-weight: normal;
}

.service-seciton-07 p.desc {
  font-size: 0.79rem;
  color: #231f20;
  margin-top: 0.4rem;
  line-height: 1.2;
}

.service-seciton-07 p {
  font-size: 0.79rem;
  color: #231f20;
  line-height: 1.385;
}

.service-seciton-07 .service-data-detail .card-example {
  margin: 0 3% -5%;
}

.service-seciton-07 .service-data-detail .card-example p {
  overflow: hidden;
  border: 1px solid #cbcbcb;
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

.service-seciton-07 .service-data-detail .card-example p img {
  margin: 0;
}

.service-seciton-07 .service-data-detail .precaution {
  padding: 0 5%;
}

.service-seciton-07 .service-data-detail .precaution ul li {
  position: relative;
  margin-bottom: 0.35rem;
  margin-left: 0.875rem;
  color: #666;
  font-size: 0.84rem;
}

.service-seciton-07 .service-data-detail .precaution ul li::before {
  position: absolute;
  top: 0;
  left: -0.875rem;
  content: "-";
}

.service-seciton-07.service-tab .tab-nav {
  display: flex;
  width: 100%;
}

.service-seciton-07.service-tab .tab-nav .inline span {
  display: block;
}

.service-seciton-07.service-tab .inner-service-tab {
  padding: 0 0 1rem;
  margin-top: 1.2rem;
}

.service-seciton-07.service-tab .inner-service-tab .tab-nav button {
  font-size: 0.9rem;
  padding: 1.1rem 0;
}

.service-seciton-07.service-tab .inner-service-tab .tab-content-inner {
  margin-top: 0;
}

.service-seciton-07.service-tab .inner-service-tab .service-list-inner-tab h3 {
  margin-top: 0;
}

.service-seciton-07 .service-data-detail img {
  margin: 1rem 0 0;
}

.service-seciton-07 .card-info-02 b {
  font-size: 1.1rem;
}

.service-tab .tab-nav {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.service-tab .tab-nav button {
  white-space: normal;
  margin-bottom: 7px;
  font-size: 0.8rem;
  padding: 0.6rem 0;
}

.service-tab .tab-nav button span {
  width: auto;
}

.tab-content {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10%;
  display: none;
}

.tab-content.current {
  display: block;
}

.tab-content.visit {
  background: url("/assets/img/service/o2o/service_01_bg.jpg") no-repeat;
  background-size: 100%;
}

.tab-content.pickup {
  background: url("/assets/img/service/o2o/service_02_bg.jpg") no-repeat;
  background-size: 100%;
}

.tab-content.store {
  background: url("/assets/img/service/o2o/service_03_bg.jpg") no-repeat;
  background-size: 100%;
  height: auto;
}

.tab-content .numTitle {
  display: flex;
  align-items: center;
}

.tab-content .numTitle span.num {
  vertical-align: middle;
  font-family: "NanumBarunGothic", "Sans-serif";
  font-weight: bold;
  color: #e0e2e2;
  font-size: 3.4rem;
  letter-spacing: -1px;
  margin-right: 0.1em;
  line-height: 3.4rem;
}

.tab-content .numTitle h3 {
  vertical-align: middle;
  font-family: "NanumBarunGothic", "Sans-serif";
  color: #333;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 0;
}

.tab-content .numTitle h3:after {
  display: none;
}

.tab-content .warranty-info {
  margin-top: 1.5rem;
}

.tab-content .warranty-info dl {
  margin-bottom: 1.7rem;
}

.tab-content .warranty-info dl dd p {
  font-size: 0.8rem;
  letter-spacing: -0.2px;
  line-height: 1.47;
}

.tab-content .warranty-info dl dd img {
  margin-top: 0.7rem;
}

.tab-content .warranty-info .warranty-howto {
  margin-top: 20px;
  background-color: #fff;
  padding: 1.4rem 0 0 1.1rem;
  padding-bottom: 1.8rem;
  line-height: 1.47;
}

.tab-content .warranty-info .warranty-howto h4 {
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
}

.tab-content .warranty-info .warranty-howto p {
  font-size: 0.8rem;
  letter-spacing: -0.2px;
  line-height: 1.4;
}

.tab-content .warranty-info .warranty-howto small {
  font-size: 0.7em;
}

.tab-content .warranty-info .warranty-howto img {
  margin-top: 1.1rem;
  margin-bottom: 0.1rem;
}

.tab-content .warranty-info .warranty-howto .howto-join {
  margin-bottom: 20pt;
}

.tab-content .warranty-info .warranty-noti {
  margin-top: 0.8rem;
  font-size: 0.76rem;
}

.tab-content .warranty-info .warranty-noti a {
  color: #0066cf;
}

.tab-content p.small {
  font-size: 0.7em;
}

.tab-content.tab02 p {
  font-size: 0.8rem;
  letter-spacing: -0.2px;
  line-height: 1.47;
}

.tab-content.tab02 dl {
  margin-bottom: 15pt;
}

.tab-content.tab02 dl dd img {
  margin-top: 15pt;
  margin-bottom: 15pt;
}

.tab-content.tab03 {
  padding-top: 20pt;
}

.tab-content.tab03 h3 {
  vertical-align: middle;
  font-family: "NanumBarunGothic", "Sans-serif";
  color: #333;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 0.3em;
}

.tab-content.tab03 img {
  margin-top: 15pt;
  margin-bottom: 15pt;
}

.tab-content.tab03 p {
  font-size: 0.8rem;
  letter-spacing: -0.2px;
  line-height: 1.47;
}

.tab-content.tab04 {
  padding-top: 20pt;
}

.tab-content.tab04 h3 {
  vertical-align: middle;
  font-family: "NanumBarunGothic", "Sans-serif";
  color: #333;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 0.3em;
}

.tab-content.tab04 a {
  margin-top: 15pt;
  margin-bottom: 15pt;
}

.tab-content.tab04 p.small {
  font-size: 0.7em;
}

.tab-content.tab04 p {
  font-size: 0.8rem;
  letter-spacing: -0.2px;
  line-height: 1.47;
}

.proInfoView {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  text-align: center;
  overflow: hidden;
}

.proInfoView h3 {
  margin-top: 10%;
  text-align: left;
}

.proInfoView h3 img {
  max-width: 70%;
}

.proInfoView .infoStep {
  margin: 10% 0 10%;
}

.proInfoView .visual-box {
  margin-top: 50px;
}

.proInfoView .visual-box img {
  max-width: 100%;
}

.proInfoView .video {
  margin-top: 10%;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.proInfoView .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* 로그인 */
.loginWrap {
  position: absolute !important;
  width: 100%;
}

.loginBoxWrap input,
.loginBoxWrap button {
  width: 100%;
}

.loginBoxWrap input {
  margin-bottom: 10px;
}

.loginBoxWrap input[type=checkbox] {
  display: none;
}

.idpwSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.idpwSearch ul {
  position: relative;
  top: -4px;
  float: right;
}

.idpwSearch li {
  float: left;
  font-size: 0.86rem;
  line-height: 22px;
}

.idpwSearch li:first-child {
  margin-right: 15px;
}

.idpwSearch li:first-child:after {
  position: relative;
  top: 3px;
  left: 15px;
  display: inline-block;
  width: 1px;
  height: 14px;
  content: " ";
  background: #999;
}

.idpwSearch li:last-child {
  margin-left: 15px;
}

.idpwSearch li a {
  color: #999;
}

.idpwSearch li a:hover {
  color: #333;
}

/* 이용후기 상세 */
hr.line {
  display: inline-block;
  height: 4px;
  background: #ededed;
  width: 100%;
  padding: 0rem 1rem;
  margin: 1.25rem -1rem 0 -1rem;
}

.reviewDeatil .map-detail-gallery .thumb-detail {
  /* min-height:300px; */
  position: relative;
}

.reviewDeatil .map-detail-gallery > .thumbs > a.thumb-img {
  max-width: 80px;
}

/* .reviewDeatil .review-btns { position: absolute; width:100%; left:0; top:50%; transform: translateY(-50%); }
.reviewDeatil .review-btns button.btn-prev { float:left; }
.reviewDeatil .review-btns button.btn-next { float:right; }
.reviewDeatil .review-btns button { display:inline-block; width:40px; height:40px; overflow: hidden; color: transparent; cursor: pointer;}
.reviewDeatil .review-btns button.btn-prev { background: var(--ic-arrow) no-repeat rgba(225, 225, 225, 0.8) 100%/40px auto; }
.reviewDeatil .review-btns button.btn-next { background: var(--ic-arrow) no-repeat rgba(225, 225, 225, 0.8) 100%/40px auto; transform:rotate(180deg);} */
.reviewDeatil .review-btns {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 20px;
}

.reviewDeatil .review-btns button {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 0.875rem;
  color: var(--sub-color);
  cursor: pointer;
}

.reviewDeatil .review-btns button > span {
  font-weight: 600;
}

.reviewDeatil .review-btns button.btn-prev {
  text-align: right;
  background: var(--ic-arrow-l) no-repeat #8e608e left 20px center/28px auto;
}

.reviewDeatil .review-btns button.btn-next {
  text-align: left;
  background: var(--ic-arrow-r) no-repeat #8e608e right 20px center/28px auto;
}

@media screen and (max-width: 340px) {
  .reviewDeatil .review-btns button {
    padding: 0 10px;
    font-size: 13px;
  }
  .reviewDeatil .review-btns button.btn-prev {
    background: var(--ic-arrow-l) no-repeat #8e608e left 10px center/20px auto;
  }
  .reviewDeatil .review-btns button.btn-next {
    background: var(--ic-arrow-r) no-repeat #8e608e right 10px center/20px auto;
  }
}
.reviewDeatil .review-container {
  margin-top: 0;
  margin: initial;
}

.reviewDeatil .review-container .review-box {
  padding: 1rem 0;
}

.reviewDeatil .review-container .review-box {
  align-items: flex-start;
  flex-direction: column;
}

.reviewDeatil .review-controls .review-item > ul > li {
  padding: 1.25rem 0 1rem 0;
  border-bottom: 0;
}

.reviewDeatil .review-container .review-box .review-satisfaction {
  flex: initial; /* width:50%;*/
}

.reviewDeatil .review-container .review-box .review-satisfaction > .tit {
  color: var(--sub-3-color);
  font-size: 0.75rem;
  font-weight: 600;
}

.reviewDeatil .review-container .review-box .review-satisfaction > ul {
  display: flex;
  width: 100%;
  gap: 10px;
}

.reviewDeatil .review-container .review-box .review-satisfaction > ul > li {
  position: relative;
  margin-top: 0;
  color: var(--sub-6-color);
}

.reviewDeatil .review-container .review-box .review-satisfaction > ul > li b {
  padding-right: 20px; /*font-weight: 500;*/
  font-family: "Spoqa Han Sans", sans-serif;
}

.reviewDeatil .review-container .review-box .review-satisfaction > ul > li b::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  background: var(--ic-m-star) no-repeat 100%/14px auto;
}

.reviewDeatil .review-container .review-box .review-satisfaction > ul > li b > span {
  font-weight: 500;
  font-family: "Spoqa Han Sans", sans-serif;
}

@media screen and (max-width: 310px) {
  .reviewDeatil .review-container .review-box .review-satisfaction > ul {
    gap: 5px;
  }
  .reviewDeatil .review-container .review-box .review-satisfaction > ul > li b {
    font-size: 0.6rem;
  }
  .review-container .review-box .review-satisfaction > ul > li > span {
    font-size: 0.75rem;
  }
}
/* [공통] 별모양 스타일 */
.review-container .star-box,
.review-container .star-box .star {
  display: flex;
  overflow: hidden;
}

.review-container .star-box .star {
  line-height: 0;
  vertical-align: bottom;
  background-position: left bottom;
}

/* 별모양 스타일 - 전문점 상세보기 - 총 평점 */
.review-container .review-box .review-num .star-box {
  width: 70px;
  margin: 0 auto;
}

.review-container .review-box .review-num .star-box,
.review-container .review-box .review-num .star-box .star {
  height: 12px;
  background-image: var(--ic-star2);
  background-size: 70px 26px;
}

/* 별모양 스타일 - 전문점 상세보기 - 만족도 */
.review-container .review-box .review-satisfaction .star-box {
  width: 75px;
}

.review-container .review-box .review-satisfaction .star-box,
.review-container .review-box .review-satisfaction .star-box .star {
  height: 12px;
  background-image: var(--ic-star2);
  background-size: 75px;
}

/* 별모양 스타일 - 전문점 상세보기 - 리뷰 내용 */
.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .star-item > .star-box {
  width: 67px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .star-item > .star-box,
.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .star-item > .star-box > .star {
  width: 67px;
  height: 12px;
  background-image: var(--ic-star2);
  background-size: 67px 24px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .star-item > .star-box > .star {
  background-position: left bottom;
}

/* 별모양 스타일 - 2번째 전문점 상세보기 팝업 - 리뷰 내용  */
.review-container.type02 .review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .star-box,
.review-container.type02 .review-controls .review-item > ul > li > .review-area > .review-info > .star-item > .star-box > .star {
  width: 122px;
  height: 21px;
  background-size: 122px 44px;
}

/* 별모양 스타이 - 2번째 전문점 상세보기 팝업 - 만족도 */
.review-container.type02 .review-box .review-satisfaction .star-box,
.review-container.type02 .review-box .review-satisfaction .star-box .star {
  width: 132px;
  height: 21px;
  background-size: 132px 44px;
}

/* 이용후기 */
/* 이용후기 박스 */
.review-container {
  margin: 20px -1rem 0 -1rem;
}

.review-container h3 {
  position: relative;
  margin: initial !important;
  padding: 1rem;
  color: var(--sub-0-color);
  font-size: 1rem;
  font-weight: 600;
  background: var(--sub-color);
}

.review-container h3::before {
  content: "";
  position: absolute;
  top: 57px;
  transform: translateY(-50%);
  left: 0;
  width: 26px;
  height: 25px;
  background: var(--ic-star1) no-repeat 100%/26px auto;
}

.review-container h3 > span {
  font-weight: 500;
}

.review-container .review-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: initial;
  padding: 20px 16px;
  border-top: 1px solid #dedede;
  background: var(--sub-color);
}

.review-container .review-box .review-num {
  position: relative;
}

.review-container .review-box .review-num::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 90px;
  background-color: var(--bg-sub-2-color);
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
}

.review-container .review-box .review-num > ul {
  display: flex;
  gap: 60px;
}

.review-container .review-box .review-num > ul > li {
  max-width: 80px;
  max-height: 67px;
  line-height: 1;
  text-align: center;
}

.review-container .review-box .review-num > ul > li > span {
  font-size: 0.75rem;
  color: var(--sub-0-color);
}

.review-container .review-box .review-num > ul > li > .num {
  margin: 4px 0;
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
  color: var(--sub-0-color);
}

.review-container .review-box .review-num > ul > li > span.txt {
  line-height: 20px;
  font-size: 14px;
}

.review-container .review-box .review-num > ul > li > span.txt b {
  font-size: 16px;
  color: var(--m-color);
}

@media screen and (max-width: 320px) {
  .review-container .review-box {
    gap: 20px;
  }
  .review-container .review-box .review-satisfaction {
    flex: 180px 0 0;
  }
}
/* 이용후기- 만족도 */
.review-container .review-box .review-satisfaction {
  flex: 190px 0 0;
}

.review-container .review-box .review-satisfaction > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 8px;
}

.review-container .review-box .review-satisfaction > ul > li > span {
  max-width: 105px;
  font-size: 0.75rem;
  color: var(--sub-6-color);
}

.review-container .review-box .review-satisfaction > ul > li > .star-item {
  width: 162px;
}

/* 솔직 이용 후기 */
/* 솔직 이용 후기 - 컨트롤 */
.review-controls .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 15px solid #ededed;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dedede;
  background: var(--sub-color);
}

.review-controls .review-header .view-count {
  font-size: 0.75rem;
  color: var(--sub-0-color);
}

.review-controls .review-header .view-count span {
  padding: 0 1rem;
}

.review-controls .review-header .view-count span:first-child {
  position: relative;
  padding: initial;
  padding-right: 1rem;
}

.review-controls .review-header .view-count span:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 14px;
  background: var(--sub-0-color);
}

.review-controls .review-header .view-count span b.num {
  padding-right: 2px;
}

.review-controls .review-header .view-mode {
  display: flex;
  align-items: center;
}

.review-controls .review-header .view-mode button:first-child {
  padding: initial;
  padding-right: 1rem;
}

.review-controls .review-header .view-mode button {
  padding: initial;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--sub-6-color);
  background: var(--sub-color);
}

.review-controls .review-header .view-mode button.on {
  font-weight: 600;
  color: var(--m-color);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* 솔직 이용 후기 - 리스트 */
.review-controls .review-item > ul > li {
  display: flex;
  padding: 1.25rem 1rem 1.25rem 1rem;
  background: var(--sub-color);
}

.review-controls .review-item > ul > li + li {
  border-top: 10px solid #ededed;
}

.review-controls .review-item > ul > li:last-of-type {
  border-bottom: 1px solid #ededed;
}

.review-controls .review-item > ul > li > .review-area {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.review-controls .review-item > ul > li > .review-area > .review-info {
  display: flex;
  margin-bottom: 12px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user {
  width: 35px;
  margin-right: 12px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user > img {
  width: 35px;
  height: 35px;
}

/* .review-controls .review-item > ul > li > .review-area .review-info { width:620px; } */
.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .name > span {
  line-height: 1.3;
  font-size: 0.813rem;
  color: var(--sub-6-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .name > span > b {
  margin-right: 5px;
  font-size: 0.875rem;
  color: var(--sub-2-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .star-item {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .star-item > .num {
  display: flex;
  margin: 0 10px;
  line-height: 1;
  font-size: 0.875rem;
  color: var(--sub-8-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .star-item > .num > b {
  margin-right: 4px;
  font-size: 1rem;
  color: var(--m-color);
}

.review-controls .review-item > ul > li > .review-area > .review-info > .user-info > .star-item > .r-date {
  font-size: 0.75rem;
  color: var(--sub-8-color);
}

.review-controls .review-item > ul > li > .review-area > .review-cont > b {
  display: flex;
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1rem;
  color: var(--sub-2-color);
}

.review-controls .review-item > ul > li > .review-area > .review-cont > p > span {
  padding-right: 50px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /*word-break: break-word;  단어가 길 경우 줄바꿈 */
  font-size: 0.875rem;
  color: var(--sub-6-color);
}

.review-controls .review-item > ul > li > .review-area > .review-cont > p {
  position: relative;
}

.review-controls .review-item > ul > li > .review-area > .review-cont > p > button.btn-plus {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.75rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--m-color);
  background: var(--sub-color);
}

/* 더보기 기능 .btnExpandTxt */
/* 초기 상태: 2줄로 제한 */
.review-controls .review-item > ul > li > .review-area > .review-cont > p.btnExpandTxt.collapsed > span {
  -webkit-line-clamp: 2; /* 두 줄까지만 표시 */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 확장 상태: 제한 해제 */
.review-controls .review-item > ul > li > .review-area > .review-cont > p.btnExpandTxt.expanded > span {
  -webkit-line-clamp: unset; /* 줄 제한 해제 */
  overflow: visible;
  text-overflow: initial;
}

/* 더보기 기능 .btnExpandTxt02 [접기 기능 있을 경우] */
/* 초기 상태: 2줄로 제한 */
.review-controls .review-item > ul > li > .review-area > .review-cont > p.btnExpandTxt02.collapsed > span {
  -webkit-line-clamp: 2; /* 두 줄까지만 표시 */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 확장 상태: 제한 해제 */
.review-controls .review-item > ul > li > .review-area > .review-cont > p.btnExpandTxt02.expanded > span {
  -webkit-line-clamp: unset; /* 줄 제한 해제 */
  overflow: visible;
  text-overflow: initial;
}

.review-controls .review-item > ul > li > .review-area > .review-cont > .thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.review-controls .review-item > ul > li > .review-area > .review-cont > .thumbs > a {
  display: flex;
  width: 70px;
  height: 70px;
  border: 1px solid #ededed;
}

.review-controls .review-item > ul > li > .review-area > .review-cont > .thumbs > a > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 230px;
  background: #efefef;
}

.review-controls .review-item > ul > li > .review-area > .review-cont > .thumbs > a.on {
  border: 2px solid var(--m-color);
}

.review-controls .review-item > ul > li > .review-area > .review-cont > ul.review-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.review-controls .review-item > ul > li > .review-area > .review-cont > ul.review-txt > li {
  background-color: #f8f8f8;
  padding: 6px 6px 6px 31px;
  line-height: 10px;
  color: var(--sub-2-color);
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid var(--border-color);
  border-radius: 2px;
}

.review-controls .review-item > ul > li > .review-area > .review-cont > ul.review-txt > li {
  position: relative;
}

.review-controls .review-item > ul > li > .review-area > .review-cont > ul.review-txt > li::before {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 20px;
}

.ico-convenient::before {
  background: var(--ic-convenient);
}

.ico-friendly::before {
  background: var(--ic-friendly);
}

.ico-satisfied::before {
  background: var(--ic-satisfied);
}

.ico-message::before {
  background: var(--ic-message);
}

.review-controls .review-item > ul > li > .review-area > .order-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  height: auto;
  margin: 0 -1rem;
  padding: 1rem;
  margin-bottom: 12px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .tit {
  line-height: 25px;
  text-align: center;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .tit > img {
  width: 74px;
  height: auto;
}

.review-controls .review-item > ul > li > .review-area > .order-card.premium > .order-cont > .card-info > p.card-label > em.tit {
  background-color: var(--review-msub-color);
}

.review-controls .review-item > ul > li > .review-area > .order-card.signature > .order-cont > .card-info > p.card-label > em.tit {
  background-color: var(--m-color);
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > p.card-label > em {
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > p.card-label > em.tit > img {
  min-width: 37px;
  width: 37px;
  height: auto;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.review-controls .review-item > ul > li > .review-area > .order-card > img {
  object-fit: contain;
  object-position: center; /*width:60px; height:55px; */
  width: 105px;
  height: auto;
  aspect-ratio: 524/480;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > p.card-label {
  display: flex;
  gap: 5px;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > p.card-label > em {
  line-height: 16px;
  font-style: initial;
  text-align: center;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 500;
  background: rgba(131, 32, 130, 0.1);
  color: var(--m-color);
}

/* .review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > p.card-label > label { width:130px; height:auto; } */
.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > .img {
  margin-top: 6px;
  width: 150px;
  height: auto;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--tit-color);
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > .img > img {
  width: 150px;
  height: auto;
}

.review-controls .review-item > ul > li > .review-area > .order-card > .order-cont > .card-info > span {
  margin-top: 6px;
  font-size: 0.75rem;
}

.review-controls .review-item > ul > li > .review-area > .order-card .btn-order {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  text-align: center;
  background: #ffffff;
  border: 1px solid #888888;
  border-radius: 100px;
  transition: background 0.1s ease, color 0.1s ease;
  color: var(--sub-4-color);
}

.review-controls .review-item > ul > li > .review-area > .order-card .btn-order:hover {
  background: var(--m-color);
  color: var(--sub-color);
  border: 1px solid var(--m-color);
}

.review-controls .btn-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-controls .btn-wrap > button.btn-view {
  line-height: 37px;
  padding: 0 20px;
  font-size: 14px;
  color: var(--m-color);
  border: 1px solid var(--m-color);
  background: #ffffff;
  border-radius: 100px;
}

.review-controls .btn-wrap > button.btn-view > b {
  font-weight: 600;
}

.review-controls .btn-wrap > button.btn-view > span {
  color: var(--sub-2-color);
  font-weight: 400;
  padding-left: 10px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.question-view {
  /* 자주묻는 질문 */
}

.question-view .count-box {
  padding: 0 1.5rem 0.5rem;
  border-top: 0;
  border-bottom: 1px solid #cbcbcb;
  background-color: transparent;
}

.question-view .review {
  padding: 1rem 1.5rem;
}

.question-view .open {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.question-view .review-single {
  padding: 1rem;
  border-bottom: 1px solid #cbcbcb;
}

.question-view .review-box {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #cbcbcb;
}

.question-view .review-box > p {
  margin-bottom: 0.5rem;
}

.question-view .review-box > p:last-child {
  margin: 0;
}

.question-view .review-box > p span {
  padding-left: 50px;
}

.question-view .review-single.open .review-summary {
  background: #fff url("/assets/img/common/l_off.png") no-repeat right center;
  background-size: 18px auto;
}

.question-view .review-summary {
  background: url("/assets/img/common/l_on.png") no-repeat right center;
  background-size: 18px auto;
}

.question-title {
  color: #666;
  font-size: 0.75rem;
  line-height: 1;
}

/* 구매후기 평점 */
.question-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.question-info > p {
  margin-bottom: 0.25rem;
}

.result-data-type {
  margin-right: 1rem;
}

.result-data-type > [class^=qu-type-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 1rem;
  color: #fff;
  border-radius: 100%;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.question-view .qu-type-q {
  text-align: center;
  color: #666;
  background: #e0e2e2 url("/assets/img/customer/question.png") no-repeat center 50%;
  background-size: 12px auto;
  font-weight: bold;
}

.question-view .qu-type-a {
  text-align: center;
  color: #fff;
  background: #393c44 url("/assets/img/customer/answer.png") no-repeat center 50%;
  background-size: 12px auto;
  font-weight: bold;
}

.question-wrap {
  background: #f3f3f3;
}

.question-wrap .tab-header {
  padding: 0 1.5rem 1.5rem;
}

.question-wrap .utility .utility-result-total {
  padding-right: 0.5rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

.question-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.question-tab [data-tab] {
  width: 50%;
  padding: 1rem 0.7rem;
  border-bottom: 1px solid #f3f3f3;
  background-color: #e0e2e2;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 1rem;
}

.question-tab [data-tab]:nth-child(odd) {
  border-right: 1px solid #f3f3f3;
}

.question-tab [data-tab].on {
  color: #333;
  font-weight: bold;
}

.question-tab [data-tab].current {
  position: relative;
  color: #fff;
  background-color: #393c44;
}

.question-tab [data-tab].current span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: #801494;
  font-size: 1rem;
  font-weight: bold;
  line-height: 23px;
}

.question-tab [data-tab] span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
  text-align: center;
  color: #393c44;
  border-radius: 100px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 23px;
}

.review-info {
  /* 구매후기 평점 */
}

.review-info > p {
  margin-bottom: 0.25rem;
}

.review-info .score00,
.review-info .score01,
.review-info .score02,
.review-info .score03,
.review-info .score04,
.review-info .score05 {
  display: inline-block;
  width: 190px;
  height: 30px;
  text-indent: -9999px;
  background-image: url("/assets/img/product/ico_review_score.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.review-info .score00 {
  background-position: 0 0;
}

.review-info .score01 {
  background-position: 0 -30px;
}

.review-info .score02 {
  background-position: 0 -60px;
}

.review-info .score03 {
  background-position: 0 -90px;
}

.review-info .score04 {
  background-position: 0 -120px;
}

.review-info .score05 {
  background-position: 0 -150px;
}

.review-product-title {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.review-product-title b {
  word-break: break-all;
}

.review-product-info {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.2;
}

.review-box {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #cbcbcb;
}

.review-box > p {
  margin-bottom: 0.5rem;
}

.review-box > p:last-child {
  margin: 0;
}

.review-title {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.25;
}

.review-registration {
  color: #666;
}

.review-text p {
  margin-bottom: 1rem;
}

/** 상담하기 **/
.counselWrap h3 {
  margin-bottom: 16px;
  font-size: 1rem;
}

.counselWrap .submit .black {
  font-size: 0.875rem;
  color: var(--sub-2-color);
}

.counselWrap .desc {
  font-size: 0.75rem;
  color: var(--sub-9-color);
}

.customer-bg.consulting {
  background: none;
  background: var(--sub-color);
}

.counselWrap {
  background: var(--sub-color);
}

.counselWrap .order-header-message {
  padding: 3.75rem 1rem 0.25rem;
  background: var(--sub-color);
  background: var(--ic-bg-like) no-repeat right 20px top 34px/70px;
}

@media screen and (max-width: 320px) {
  .counselWrap .order-header-message {
    background: var(--ic-bg-like) no-repeat right 13px top 34px/60px;
  }
}
.counselWrap .order-header-message p {
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--sub-2-color);
  letter-spacing: initial;
}

.counselWrap .order-header-message .order-info-summary {
  display: flex;
  flex-direction: column;
  margin-top: 15px !important;
}

.counselWrap .order-header-message .order-info-summary small {
  font-size: 0.875rem;
  color: var(--sub-5-color);
  align-self: initial;
}

.counselWrap .order-header-message .order-info-summary a {
  font-size: 0.875rem;
  color: var(--sub-blue-color);
}

.counselWrap .order-header-message .order-info-summary small:not(:last-child)::after {
  content: none;
}

.counselWrap .order-header-message .order-info-summary span {
  font-size: 0.875rem;
  color: RED;
  align-self: initial;
}

.counselWrap .order-header-message .btn-box {
  margin-top: 30px;
}

.customer-bg.store {
  background: #ffffff;
}

/** 전문점 찾기 **/
#shop-list .position {
  width: 100% !important;
} /*너비 조정*/
.layout-r {
  position: relative;
  overflow: hidden;
}

/* .mapInfoTop.type02 .border-gray-bottom { border-bottom: 1px solid var(--sub-9-color); } */
.mapInfoTop.type02 .search-area-wrap {
  background: initial;
}

.mapInfoTop.type02 .search-area-wrap-rental {
  padding: 1rem 1rem 0.625rem 1rem;
}

.mapInfoTop.type02 .search-area-wrap-rental > .tit {
  margin-top: 14px;
  font-size: 0.875rem;
  color: var(--sub-3-color);
}

.mapInfoTop.type02 .search-area-wrap-rental > h3 {
  margin: 8px 0;
  font-size: 1.25rem;
}

.mapInfoTop.type02 .btn-wrap {
  display: flex;
  gap: 5px;
  margin-top: 20px;
}

.mapInfoTop.type02 .btn {
  width: 100%;
  line-height: 45px;
  font-size: 1rem;
  border-radius: 3px;
}

.mapInfoTop.type02 .btn.img {
  background-color: transparent !important;
  color: transparent !important;
}

.mapInfoTop.type02 .btn.btn-view {
  border: 1px solid var(--sub-2-color);
  color: var(--sub-2-color);
  background: var(--sub-color);
}

.mapInfoTop.type02 .btn.btn-search {
  background-color: var(--sub-4-color);
  color: var(--sub-color);
}

.mapInfoTop.type02 .btn.btn-search.img {
  position: absolute;
  right: 10px;
  bottom: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: var(--ic-search);
  background-repeat: no-repeat;
  background-size: 23px;
}

.mapInfoTop.type02 .utility {
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  border-top: 1px solid var(--bg-color);
  background: var(--bg-color);
}

.mapInfoTop.type02 .utility .utility-result-total > span {
  line-height: 1.2;
  color: var(--sub-6-color);
  font-weight: 500;
}

.mapInfoTop.type02 .utility .utility-result-total > span.totalCnt {
  position: relative;
  margin-left: 8px;
  color: var(--sub-3-color);
  font-weight: 500;
}

.mapInfoTop.type02 .utility .utility-result-total > span.totalCnt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: var(--sub-6-color);
}

.mapInfoTop.type02 .utility .utility-result-total > span.totalCnt > span {
  margin: 0 8px;
}

/* 결과 리스트 */
.icoArea.ic-recom {
  position: relative;
  display: inline-block;
  padding: 6px 6px 6px 28px;
  border-radius: 2px;
  font-size: 0.75rem;
  font-style: initial;
  font-weight: 500;
  background: var(--m-color);
  color: var(--sub-color);
}

.icoArea.ic-recom::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 18px;
  left: 6px;
  background: var(--ic-recommend) no-repeat 100%/20px auto;
}

.shop-search-result.type02 .shop-search-single li.icoArea.ic-recom {
  font-size: 0.75rem;
}

/* .popup-contents-nobottom .icoArea { margin-bottom:20px; } */
.shop-search-result.type02 {
  margin: initial;
}

.shop-search-result.type02 > ul > li {
  margin-top: 15px;
}

.shop-search-result.type02 li:first-child {
  margin-top: 0;
}

.shop-search-result.type02 li {
  margin-top: initial;
  border-top: initial;
  border-bottom: initial;
}

.shop-search-result.type02 li:last-child {
  border-bottom: initial;
}

.shop-search-result.type02 .shop-search-single {
  width: 100%;
  height: auto !important;
  padding: 1.25rem 1rem;
  background: #fff;
}

.shop-search-result.type02 .shop-search-single li {
  border: none;
  line-height: 1.5;
}

.shop-search-result.type02 .shop-search-single li:nth-child(1) {
  font-size: initial;
  margin-top: initial !important;
}

.shop-search-result.type02 .shop-search-single li:nth-child(2) {
  font-size: initial;
}

.shop-search-result.type02 .shop-search-single li:nth-child(3) {
  color: initial;
  font-size: initial;
}

.shop-search-result.type02 .shop-search-single ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.shop-search-result.type02 .shop-search-single ul > li.tit {
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px;
}

.shop-search-result.type02 .shop-search-single ul > li.tit > b {
  font-size: 1.125rem;
  padding-right: 10px;
}

.shop-search-result.type02 .shop-search-single ul > li.tit > .score {
  display: inline-block;
}

.shop-search-result.type02 .shop-search-single ul > li.tit .num {
  font-size: 13px;
  font-weight: 600;
  color: var(--sub-2-color);
}

.shop-search-result.type02 .shop-search-single ul > li.tit .num > img {
  padding-right: 3px;
}

.shop-search-result.type02 .shop-search-single ul > li.tit .num.all-num {
  padding-left: 6px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.shop-search-result.type02 .shop-search-single ul > li.txt {
  margin-top: 5px;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 0.875rem;
  color: var(--sub-4-color);
}

.shop-search-result.type02 .shop-search-single .shop-state-icon {
  margin-top: 10px;
}

.shop-state-icon.type02 .state.inline {
  margin-right: initial;
}

.shop-state-icon.type02 .state img {
  width: 50px;
}

.shop-search-result.type02 .shop-btn-box {
  -webkit-box-flex: 0;
  display: -ms-flexbox;
  -ms-flex: initial;
  flex: initial;
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.shop-search-result.type02 .shop-btn-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.75rem 0;
  height: 40px;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #dec3de;
  background-color: #f3e9f3;
  font-size: 0.875rem;
  color: #832082;
  transition: background 0.1s ease, color 0.1s ease;
}

.shop-search-result.type02 .shop-btn-box button:hover {
  background: #832082;
  border: 1px solid #832082;
  color: #ffffff;
}

.shop-search-result.type02 .shop-btn-box button:last-child,
.shop-search-result.type02 .shop-btn-box.accordion.on::after button:first-child {
  margin: initial;
}

/* .shop-search-result.type02 .shop-btn-box button.btn-select { background: var(--m-color); color:var(--sub-color); }  */
/* 전문점 찾기 - 핀 있을 경우 */
.shop-search-result.type02 .shop-search-single ul > li.tit b {
  position: relative;
  cursor: pointer;
}

.shop-search-result.type02 .shop-search-single ul > li.tit b::before {
  position: absolute;
  content: "";
  left: -20px;
  width: 18px;
  height: 18px;
  top: 4px; /*transform: translateY(-50%);*/
  background: var(--ic-pin) no-repeat 100%/18px auto;
  cursor: pointer;
}

.shop-search-result.type02 .shop-search-single .btn-close {
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background: var(--ic-shop-close) no-repeat 100%/24px auto;
  font-size: 0;
}

/* 전문점 찾기 팝업 - 핀 클릭 했을 경우 */
.popup-map .shop-search-result.type02 .shop-search-single {
  box-shadow: 2px 2px 2px 10px rgba(0, 0, 0, 0.01);
  border-radius: 10px 10px 0 0;
  padding: 1.875rem 1rem 1.25rem 1rem;
}

/* .popup-map .shop-search-result.type02 .shop-search-single ul > li.tit b{ padding-left:initial; } */
/* .popup-map .shop-search-result.type02 .shop-search-single ul > li.tit b::before { content:none; } */
.popup-map .shop-search-result.type02 .shop-search-single ul > li.tit {
  width: 90%;
}

.popup-map .shop-search-result.type02 .shop-btn-box {
  margin: 20px -20px 0;
  padding: 20px 20px 0 20px;
  border-top: 1px solid #dedede;
}

/** 전문점 찾기 - 주문하기 **/
/* 버튼 3개일 경우 - 전문점 찾기 : 주문서*/
.shop-search-result.type02 .shop-btn-box:has(.btn-select) {
  flex-direction: column;
}

.shop-search-result.type02 .shop-btn-box .btn-box {
  display: flex;
  width: 100%;
  gap: 8px;
  margin-top: 0;
}

/** 전문점 상세보기 **/
/* 전문점 사진 */
.map-detail-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 auto;
}

.map-detail-gallery > .thumb-detail {
  /*max-width:375px; max-height:300px; height:auto; border:1px solid #EDEDED;*/
  aspect-ratio: 5/4;
  overflow: hidden;
}

.map-detail-gallery > .thumbs {
  display: flex;
  gap: 8px; /*padding:11px 0 8px; */
}

.map-detail-gallery > .thumbs > a.thumb-img {
  width: 100%; /*max-width:80px;*/
  aspect-ratio: 1/1;
}

.map-detail-gallery > .thumb-detail > img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.map-detail-gallery > .thumbs > a.thumb-img > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* .map-detail-gallery > .thumbs > a.thumb-img > img { object-position:center; width:100%; height:100%; aspect-ratio:5/4; } */
.map-detail-gallery > .thumbs > a.thumb-img {
  opacity: 0.8;
}

.map-detail-gallery > .thumbs > a.thumb-img.on {
  opacity: 1;
  border: 2px solid var(--m-color);
}

/* .thumbs 스크롤 스타일 */
.map-detail-gallery > .thumbs {
  /*overflow-x: scroll;*/
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: grey #cbcbcb;
}

/* Webkit 기반 브라우저 (Chrome, Edge, Safari 등) */
.map-detail-gallery > .thumbs::-webkit-scrollbar {
  height: 10px; /* 스크롤바 높이 */
}

.map-detail-gallery > .thumbs::-webkit-scrollbar-thumb {
  background: #cbcbcb; /* 스크롤바 색상 */
  border-radius: 10px;
  border: 2px solid #cbcbcb;
  transition: background 0.3s ease;
}

.map-detail-gallery > .thumbs::-webkit-scrollbar-track {
  background: #cbcbcb;
  border-radius: 10px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}

.map-detail-container .map-detail-item {
  margin-top: 20px;
}

.map-detail-container .map-detail-item #agencyAddr {
  position: relative;
}

.map-detail-container .map-detail-item #agencyAddr button.type18 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 12px 0 22px;
  width: auto;
  height: 24px;
  line-height: 1.5;
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: right;
  background: var(--bg-2-color);
  color: var(--sub-6-color);
  border: 1px solid #d5d5d5;
}

.map-detail-container .map-detail-item #agencyAddr button.type18::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.map-detail-container .map-detail-item #agencyAddr button.type18::before {
  width: 9px;
  height: 13px;
  background: var(--ic-map-pointer-gray) no-repeat 50%/8px auto;
}

.map-detail-container .map-detail-item .submit p {
  font-size: 0.875rem;
  color: var(--sub-6-color);
}

.map-detail-container .map-detail-item .submit p.black {
  color: var(--sub-2-color);
}

.map-detail-container .map-detail-item .desc {
  font-size: 0.875rem;
  color: var(--sub-4-color);
}

.map-detail-item .border-bottom {
  border-bottom: 1px solid var(--sub-9-color);
}

.map-detail-container .map-detail-item .serviceState {
  margin: 10px 0 20px 0;
}

.map-detail-container .map-detail-item .serviceState > ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.map-detail-container .map-detail-item .serviceState > ul > li {
  display: flex;
  justify-content: center;
  padding: 6px 18px;
  line-height: 1.5;
  font-size: 0.75rem;
  background: var(--bg-2-color);
  color: var(--sub-6-color);
  border-radius: 20px;
}

.map-detail-container .map-detail-item .serviceState > ul > li.on {
  position: relative;
  padding: 6px 41px 6px 18px;
  background: var(--m-color);
  color: #ffffff;
}

.map-detail-container .map-detail-item .serviceState > ul > li.on::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.map-detail-container .map-detail-item .serviceState > ul > li.on::after {
  width: 18px;
  height: 18px;
  background: var(--ic-service-chk) no-repeat 50%/18px auto;
}

.btn-box {
  margin-top: 15px;
}

.btn-box .btn-select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: var(--sub-color);
  background: var(--m-color);
}

.btn-box .btn-select.primary[disabled] {
  color: var(--m-color) !important;
  background: #f3e9f3;
}

.btn-box .btn-select.agree {
  height: 40px;
  line-height: 39px;
  font-size: 0.875rem;
}

.btn-box .btn-select.agree.disabled {
  color: var(--m-color) !important;
  background: #f3e9f3;
}

.btn-box .btn-select.request {
  height: 60px;
  font-size: 1.125rem;
  border-radius: 0px;
}

.btn-box .btn-select.request[disabled] {
  color: var(--sub-6-color) !important;
  background: #eeeeee;
}

/* 전문점 상세보기 정보 */
.map-container {
  margin: 20px -1rem 0 -1rem;
  border-top: 20px solid #ededed;
}

.map-container > .map-box {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid #dedede;
  background: var(--sub-color);
}

.map-container > .map-box > p {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--sub-0-color);
}

.map-container > .map-box > .mapView {
  margin-top: 10px;
  width: auto;
  height: 200px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background: #f3f3f3;
}

.map-container > .map-info {
  margin: 30px 0;
  padding: 0 1rem;
}

.map-container > .map-info > img {
  width: 110px;
  height: auto;
}

.map-container > .map-info > h3 {
  width: 324px;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.1;
  color: var(--sub-0-color);
}

.map-container > .map-info > ul.cont {
  margin-top: 24px;
}

.map-container > .map-info > ul.cont > li:first-of-type {
  margin-top: 0;
}

.map-container > .map-info > ul.cont > li {
  position: relative;
  margin-top: 15px;
  padding-left: 31px;
  line-height: 1.5;
  font-size: 0.875rem;
  color: var(--sub-2-color);
}

.map-container > .map-info > ul.cont > li.icon::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 16px;
}

.icon.ico-loacation::before {
  background: var(--ic-loacation);
}

.icon.ico-date::before {
  background: var(--ic-date);
}

.icon.ico-phone::before {
  background: var(--ic-phone);
}

.icon.ico-intro::before {
  background: var(--ic-intro);
}

.map-container > .map-info > .btnArea {
  margin-top: 19px;
}

.store-map-wrap {
  position: relative;
}

.store {
  display: block;
}

.store .slider {
  width: 50%;
  margin: 100px auto;
}

.store .slick-slider {
  display: block;
  overflow-y: hidden;
}

.store .slick-slider .slick-slide {
  margin: 0 0.5px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.store .slick-slider .slick-slide img {
  width: 100%;
  height: 100px;
}

.store .slick-slider .slick-prev:before,
.store .slick-slider .slick-next:before {
  display: none;
}

.store .slick-slider .slick-current {
  opacity: 1;
}

.store-wrap {
  display: block;
}

.store-wrap .searchArea {
  padding: 0 1.5rem 20px;
  background: #f3f3f3;
}

.store-wrap .searchArea ul li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #999;
  line-height: 60px;
}

.store-wrap .searchArea select:first-child {
  margin-right: 20px;
}

.store-wrap .searchArea button {
  margin: 20px 0 0;
}

.store-wrap .searchArea .col-2 {
  width: calc(50% - 20px);
}

.store-wrap .search-area-wrap {
  background: #f3f3f3;
}

.store-wrap .search-area-wrap input {
  margin-top: 10px;
  border-bottom: 1px solid #cbcbcb;
}

.store-wrap .search-area-wrap button {
  margin-top: 10px;
}

.store-wrap .count-box {
  height: 50px;
  border-bottom: 1px solid #cbcbcb;
  background: #f3f3f3;
  line-height: 30px;
}

.store-wrap .change-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  line-height: 1;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.store-wrap .change-map span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  background: url("/assets/img/common/ico_map.png") no-repeat center center/20px;
  align-self: center;
  -ms-flex-item-align: center;
}

.store-wrap .shop-search-single {
  background: #f3f3f3;
}

.store-list {
  padding: 0 1.5rem 1.5rem;
}

.store-list ul li {
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}

.store-list .sListView span {
  display: block;
}

.store-list .sListView span:nth-child(1) {
  font-size: 0.8rem;
  font-weight: bold;
}

.store-list .sListView span:nth-child(2) {
  font-size: 0.938rem;
}

.store-list .totalBar {
  height: 50px;
  color: #999;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  line-height: 60px;
}

.store-list .totalBar .total span {
  padding-left: 7px;
  color: #333;
}

.shop-btn-box {
  flex: 0 0 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
}

.shop-search .search-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 55px;
  padding: 1rem;
  color: #fff;
  background-color: #801494;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-search .search-shop.on::after {
  background-position: 0 -32px;
}

.shop-search .search-shop::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  content: "";
  background: url("/assets/img/common/ico_arrow_slim_white.png") no-repeat;
  background-position: 0 0;
  background-size: 16px;
  -ms-flex-item-align: center;
  align-self: center;
}

.shop-search .search-shop span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
  background: url("/assets/img/product/ico_search_big_white.svg") no-repeat center center/36px;
  -ms-flex-item-align: center;
  align-self: center;
}

.shop-search-result {
  margin: 0 1rem;
}

.shop-search-result li {
  border-bottom: 1px solid #cbcbcb;
}

.shop-search-result li:last-child {
  border-bottom: 0;
}

.shop-search-single {
  width: 100%;
  padding: 1rem 0;
  background: #fff;
}

.shop-search-single li {
  border: none;
  line-height: 1.5;
}

.shop-search-single li:nth-child(1) {
  font-size: 0.75rem;
}

.shop-search-single li:nth-child(2) {
  font-size: 0.875rem;
}

.shop-search-single li:nth-child(3) {
  color: #801494;
  font-size: 0.75rem;
}

.shop-state-icon .state {
  text-align: center;
}

.shop-state-icon .state img {
  width: 32px;
}

.shop-state-icon .state span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
}

.shop-content-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.shop-btn-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.shop-btn-box button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5rem 0.875rem;
  color: #fff;
  background-color: #393c44;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* .shop-btn-box button:last-child {margin-top: .25rem;} */
.shop-btn-box button:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5rem 0.875rem;
  color: #fff;
  background-color: #393c44;
  font-size: 0.875rem;
}

.shop-btn-box button b {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.shop-btn-box button span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10px;
  height: 14px;
  background: url("/assets/img/common/ico_arrow_bold_white.png") no-repeat -16px 0/cover;
  -ms-flex-item-align: center;
  align-self: center;
}

/* 서비스 ========================================= */
.service-title {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.service-message-box {
  display: block;
}

.service-message-box b {
  display: block;
  margin-bottom: 0.875rem;
  font-size: 1.125rem;
}

.service-message-box small span {
  display: block;
}

.service-term {
  color: #801494;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 0.875rem;
}

.service-accordion {
  padding: 0 1rem;
}

.service-accordion ol li {
  border-bottom: 1px solid #f3f3f3;
}

.service-accordion .service-accordion-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem 0;
}

.service-accordion .service-accordion-header::after {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/assets/img/common/ico_select_slim.png") no-repeat center center/cover;
}

.service-accordion .service-accordion-header.on::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.service-accordion .service-accordion-header .number {
  margin-right: 0.5rem;
  color: #cbcbcb;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.service-accordion .service-accordion-header .title {
  color: #666;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25;
}

.service-accordion .service-accordion-detail {
  padding: 1rem;
  background-color: #f3f3f3;
  font-size: 0.875rem;
}

.service-accordion .service-accordion-detail > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.5rem;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-weight: normal;
}

.service-accordion .service-accordion-detail > ul li:last-child {
  margin-bottom: 0;
}

.service-accordion .service-accordion-detail > ul li::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "-";
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-weight: normal;
}

.service-important {
  padding: 0 1rem;
}

.service-important ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-important ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  counter-increment: my-awesome-counter;
  color: #666;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1rem;
}

.service-important ol > li::before {
  margin-right: 0.5rem;
  content: "0" counter(my-awesome-counter);
  color: #cbcbcb;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.service-important ol > li:nth-child(10)::before {
  content: "10";
}

.service-important .service-data-inner-style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.5rem;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.25;
}

.service-important .service-data-inner-style li:first-child::before {
  display: inline-block;
  margin-right: 0.25rem;
  content: "※";
  color: #666;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
}

.service-important .service-data-inner-style li::before {
  display: inline-block;
  margin-right: 0.25rem;
  content: "-";
  color: #666;
  font-family: "Spoqa Han Sans Thin", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}

.service-important .rent-footer li {
  width: 100% !important;
  font-size: 0.75rem;
}

.service-important .service-data-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  font-size: 1rem;
}

.service-important .service-info {
  display: block;
  margin-bottom: 0.5rem;
}

.service-important .service-info-type span {
  display: block;
  padding: 0.5rem;
  border: 1px solid #cbcbcb;
  background: #fff;
  font-size: 0.875rem;
}

.service-important .service-info-type span:first-child {
  border-bottom: 0;
}

.service-important.other-type li {
  width: 50%;
}

.service-important.other-type li div {
  font-size: 0.875rem;
  line-height: 1.25;
}

.service-link {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 0.875rem;
  color: #fff;
  background-color: #393c44;
  font-size: 0.875rem;
}

.service-list-type01 .service-data-number,
.service-list-type02 .service-data-number {
  margin-right: 0.5rem;
  color: #cbcbcb;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

.service-list-type01 .service-data-number + div,
.service-list-type02 .service-data-number + div {
  line-height: 1;
}

.service-list-type01 .service-data-detail.guarantee b,
.service-list-type02 .service-data-detail.guarantee b {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.service-list-type01 .service-data-detail.guarantee b:first-child,
.service-list-type02 .service-data-detail.guarantee b:first-child {
  margin-top: 0;
}

.service-list-type01 .service-data-detail.guarantee li,
.service-list-type02 .service-data-detail.guarantee li {
  margin-bottom: 0.25rem;
}

.service-list-type01 .service-data-detail.guarantee .step,
.service-list-type02 .service-data-detail.guarantee .step {
  font-size: 11px;
}

.service-list-type01 .service-data-detail.guarantee .step b,
.service-list-type02 .service-data-detail.guarantee .step b {
  color: #801494;
}

.service-list-type01 .service-data-detail.guarantee .icon01,
.service-list-type01 .service-data-detail.guarantee .icon02,
.service-list-type01 .service-data-detail.guarantee .icon03,
.service-list-type02 .service-data-detail.guarantee .icon01,
.service-list-type02 .service-data-detail.guarantee .icon02,
.service-list-type02 .service-data-detail.guarantee .icon03 {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
}

.service-list-type01 .service-data-detail.guarantee .icon01,
.service-list-type02 .service-data-detail.guarantee .icon01 {
  background: url("../../../img/service/guarantee_inner_02.gif") no-repeat 0 0/cover;
}

.service-list-type01 .service-data-detail.guarantee .icon02,
.service-list-type02 .service-data-detail.guarantee .icon02 {
  background: url("../../../img/service/guarantee_inner_02.gif") no-repeat -40px 0/cover;
}

.service-list-type01 .service-data-detail.guarantee .icon03,
.service-list-type02 .service-data-detail.guarantee .icon03 {
  background: url("../../../img/service/guarantee_inner_02.gif") no-repeat -80px 0/cover;
}

.service-list-type01 .service-data-detail p,
.service-list-type02 .service-data-detail p {
  margin-bottom: 1rem;
  line-height: 1;
}

.service-list-type01 .service-data-detail p.guarantee,
.service-list-type02 .service-data-detail p.guarantee {
  font-size: 0.875rem;
  line-height: 1.25;
}

.service-list-type01 .service-data-detail b,
.service-list-type02 .service-data-detail b {
  margin-bottom: 0;
  font-size: 0.875rem;
}

.service-list-type01 .service-data-detail dl,
.service-list-type02 .service-data-detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e2e2;
  font-size: 0.875rem;
}

.service-list-type01 .service-data-detail dt,
.service-list-type02 .service-data-detail dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  color: #801494;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.service-list-type01 .service-data-detail dd b,
.service-list-type02 .service-data-detail dd b {
  display: inline-block;
}

.service-list-type01 .service-data-detail ul li,
.service-list-type02 .service-data-detail ul li {
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 0.875rem;
  color: #666;
  font-size: 0.875rem;
}

.service-list-type01 .service-data-detail ul li::before,
.service-list-type02 .service-data-detail ul li::before {
  position: absolute;
  top: 0;
  left: -0.875rem;
  content: "-";
}

.service-list-type01 .service-data-detail ol li,
.service-list-type02 .service-data-detail ol li {
  margin-left: 1rem;
  list-style-type: decimal;
  font-size: 0.875rem;
}

.service-list-type02 .service-data-number {
  font-size: 2.4rem;
}

.service-list-type02 .service-data-title {
  font-family: "Spoqa Han Sans Thin", sans-serif;
  line-height: 1.2;
}

.service-type > div {
  font-size: 0.75rem;
}

.service-type .go-view {
  margin-top: 0.25rem;
}

.service-type b {
  margin: 0;
  font-size: 0.875rem;
}

.service-tab .tab-nav button,
.inner-service-tab .tab-nav button {
  padding: 1rem 0;
  text-align: center;
  white-space: pre-wrap;
  color: #666;
  background-color: #e0e2e2;
  font-weight: bold;
  line-height: 1.2;
}

.service-tab .tab-nav button span,
.inner-service-tab .tab-nav button span {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .service-tab .tab-nav button span,
  .inner-service-tab .tab-nav button span {
    width: auto;
  }
}
.service-tab .tab-nav button.current,
.inner-service-tab .tab-nav button.current {
  color: #fff;
  background-color: #393c44;
}

.service-tab .tab-content > ul > li,
.inner-service-tab .tab-content > ul > li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e2e2;
}

.service-tab .tab-content > ul > li:first-child,
.inner-service-tab .tab-content > ul > li:first-child {
  border-top: 0;
}

.service-tab .tab-content > ul > li:last-child,
.inner-service-tab .tab-content > ul > li:last-child {
  border-bottom: 0;
}

.service-tab .tab-content > ul > li .service-data,
.inner-service-tab .tab-content > ul > li .service-data {
  padding: 1rem;
}

.service-tab .tab-content > ul > li .service-data-detail,
.inner-service-tab .tab-content > ul > li .service-data-detail {
  padding: 0 0 0 1rem;
}

.service-tab .inner-service-tab,
.inner-service-tab .inner-service-tab {
  padding: 0 1rem 1rem;
}

.service-tab .inner-service-tab .tab-nav button,
.inner-service-tab .inner-service-tab .tab-nav button {
  border-right: 1px solid #f3f3f3;
  background-color: #e0e2e2;
}

.service-tab .inner-service-tab .tab-nav button:last-child,
.inner-service-tab .inner-service-tab .tab-nav button:last-child {
  border-right: 0;
}

.service-tab .inner-service-tab .tab-nav button.current,
.inner-service-tab .inner-service-tab .tab-nav button.current {
  color: #393c44;
  border: 1px solid #666;
  border-bottom: 0;
  background-color: #f3f3f3;
}

.service-tab .service-data-detail p,
.inner-service-tab .service-data-detail p {
  line-height: 1.5;
}

.service-tab .service-data-detail p mark,
.inner-service-tab .service-data-detail p mark {
  background: #dcc6e0;
  background: -webkit-gradient(linear, left bottom, left top, from(#dcc6e0), color-stop(50%, #dcc6e0), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #dcc6e0 0%, #dcc6e0 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.service-tab .service-data-detail .note,
.inner-service-tab .service-data-detail .note {
  position: relative;
  margin-left: 1rem;
  color: #999;
  font-size: 0.875rem;
}

.service-tab .service-data-detail .note::before,
.inner-service-tab .service-data-detail .note::before {
  position: absolute;
  top: 0;
  left: -0.875rem;
  content: "※";
}

.service-tab .service-data-detail .detail-inner,
.inner-service-tab .service-data-detail .detail-inner {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.service-tab .service-data-detail .detail-inner:first-child,
.inner-service-tab .service-data-detail .detail-inner:first-child {
  margin-bottom: 0.25rem;
}

.service-tab .service-data-detail .detail-inner > b,
.inner-service-tab .service-data-detail .detail-inner > b {
  font-size: 1.125rem;
}

.service-tab .service-data-detail .detail-inner.img,
.inner-service-tab .service-data-detail .detail-inner.img {
  float: right;
  width: 200px !important;
}

.service-tab .service-data-detail .card-example p,
.inner-service-tab .service-data-detail .card-example p {
  overflow: hidden;
  border: 1px solid #cbcbcb;
  border-radius: 16px;
  -webkit-box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 18px rgba(0, 0, 0, 0.2);
}

.service-tab .service-list-inner-tab h3,
.inner-service-tab .service-list-inner-tab h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.service-tab .service-list-inner-tab .card-l,
.inner-service-tab .service-list-inner-tab .card-l {
  max-width: 200px;
}

.service-tab .service-list-inner-tab .card-p,
.inner-service-tab .service-list-inner-tab .card-p {
  max-width: 150px;
}

.card-info-01 {
  padding: 1rem 0;
  border-bottom: 1px solid #e0e2e2;
}

.card-info-01 .number {
  color: #cbcbcb;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  line-height: 0.8;
}

.card-info-01 .title {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1;
}

.card-info-01 .title span {
  white-space: nowrap;
  color: #801494;
  font-size: 0.75rem;
}

.card-info-01 .tel {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.card-info-01 .go-view {
  padding-top: 0.5rem;
  font-size: 0.875rem;
}

.card-info-02 {
  padding: 1.5rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
}

.card-info-02 ul {
  margin-top: 1rem;
}

.card-info-02 li {
  padding: 0.5rem 0;
}

.card-info-02 li:last-child {
  margin-bottom: 0;
}

.card-info-02 .inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-info-02 .inner-item .inner-item-number {
  margin-right: 1rem;
  color: #cbcbcb;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.card-info-02 .inner-item .inner-item-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25;
}

.card-info-02 .inner-item .inner-item-info span {
  display: block;
}

.card-info-02 .inner-item .inner-item-dc {
  white-space: nowrap;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
}

.card-info-03 {
  position: relative;
  padding: 1.5rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
  font-size: 0.875rem;
}

.card-info-03:after {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
}

.card-info-03 b {
  display: block;
  padding-bottom: 0.5rem;
  color: #999;
}

.card-info-03 li {
  padding-bottom: 0.5rem;
}

.card-info-03 li:last-child {
  padding-bottom: 0;
}

.card-info-03 li b {
  display: inline-block;
  padding-bottom: 0;
  color: #393c44;
}

/* 약관 ========================================== */
.termsBox {
  overflow-y: auto;
  margin: 1rem;
  padding: 1.5rem;
  background: #f3f3f3;
  font-size: 0.875rem;
}

.termsBox td {
  font-size: 0.75rem;
}

.termsBox .terms {
  margin-bottom: 20px;
}

.termsBox h3 {
  padding: 1.5rem 0 0;
  letter-spacing: -2px;
  color: #000;
  font-size: 1.5rem;
}

.termsBox h3:first-child {
  padding-top: 0;
}

.termsBox h4 {
  padding: 1.5rem 0 0.5rem;
  color: #393c44;
  font-size: 1rem;
}

.termsBox p {
  margin-bottom: 0.5rem;
  word-break: break-word;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}

.termsBox p span {
  padding-left: 15px;
}

.termsBox .cNumber li {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.termsBox .privacyLink li {
  margin-bottom: 0.5rem;
}

.termsBox .privacyLink li a {
  text-decoration: underline;
}

.termsAgree {
  margin-bottom: 4rem;
}

.termsAgree input[type=checkbox] {
  display: none;
}

.termsAgree .allAgree {
  margin-bottom: 2rem;
}

.termsAgree .sAgree {
  position: relative;
  left: 0;
  margin-top: 1rem;
  padding: 1rem 0 1rem 1rem;
  border-left: 2px solid #fff;
}

.termsAgree .sAgree ul li {
  margin-bottom: 0.875rem;
}

.termsAgree .sAgree input[type=checkbox].type02 + label {
  font-size: 0.875rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.termsAgree .sAgree input[type=checkbox].type02 + label b {
  font-weight: normal !important;
}

.termsAgree .ssAgree {
  position: relative;
  left: 22px;
  margin-top: -1rem;
  padding: 1rem;
  border-left: 2px solid #fff;
}

.termsAgree .ssAgree div:first-child {
  margin-bottom: 10px;
}

.termsAgree .ssAgree input[type=checkbox].type02 + label {
  width: 120px;
  font-size: 0.875rem;
}

.termsAgree .ssAgree small {
  color: #fff;
}

.termsAgree .go-view {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  width: 70px;
  margin-right: 1rem;
  margin-left: 1rem;
  color: #fff;
  line-height: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.termsAgree .go-view::after {
  position: absolute;
  top: -2px;
  background-image: url("/assets/img/common/ico_go.png");
}

/* 뉴스 ========================================== */
/* one line */
.news-list .news-box {
  position: relative;
  width: 100%;
  height: 80px;
  margin-bottom: 15px;
  background: #fff;
  font-weight: bold;
}

.news-list .news-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list .news-box dt {
  width: 30%;
  height: 80px;
  text-align: center;
  color: #fff;
  line-height: 80px;
}

.news-list .news-box dt .title {
  background: url("/assets/img/news/news_01.png") no-repeat 0 0;
  background-size: cover;
}

.news-list .news-box dt .title span {
  display: inline-block;
  overflow: hidden;
  width: 80%;
  text-decoration: underline;
  text-overflow: ellipsis;
  line-height: 1;
}

.news-list .news-box dt img {
  width: 100%;
}

.news-list .news-box dt p {
  position: absolute;
  right: 0;
  left: 0;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 10px;
  white-space: nowrap;
  text-decoration: underline;
  text-overflow: ellipsis;
  font-size: 1rem;
}

.news-list .news-box dd {
  width: 70%;
  height: 80px;
  padding: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-list .news-box dd p {
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.12rem;
  line-height: 80px;
}

/* multi line */
.news-list .news-box.line dd {
  width: 70%;
  padding: 1rem;
}

.news-list .news-box.line dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 3em;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-nav {
  position: relative;
}

.link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* event */
.event-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: url("/assets/img/event/tit_event.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.event-list {
  width: 100%;
}

.event-list .event-box {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
  font-weight: bold;
}

.event-list .event-box .bannerView img {
  width: 100%;
}

.event-list .event-box .bannerCon {
  padding: 1rem;
  font-weight: normal;
}

.event-list .event-box .bannerCon p:nth-child(1) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.125rem;
}

.event-list .event-box .bannerCon p:nth-child(2) {
  color: #adadad;
  font-size: 1rem;
}

.event-list .event-box.end {
  position: relative;
}

.event-list .event-box.end .bannerWrap {
  position: relative;
  opacity: 0.5;
  -webkit-filter: grayscale(1);
}

.event-list .event-box.end .sell-type-end {
  position: absolute;
  z-index: 3500;
  top: -10px;
  left: -10px;
  background-color: #000;
}

.event-list .bannerView {
  overflow: hidden;
  height: auto;
}

/* 주문서 */
.order-wrap {
  position: absolute;
  top: 120px;
  display: none;
  width: 100%;
  background-color: #f3f3f3;
}

.order-wrap .order-tab {
  top: 0;
  height: 52px;
}

.order-wrap .tab-content {
  position: absolute;
  top: 52px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.buy-wrap,
.rent-wrap {
  bottom: 60px;
  display: inline-block;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.buy-wrap {
  padding: 1rem;
}

/* 주문 ============================================ */
/* 주문 페이지 */
.order-list > .title {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

.order-list-wrap {
  background-color: #f3f3f3;
}

/* 주문 헤더 */
.order-header-message,
.order-middle-message {
  padding: 2rem;
  background-color: #f3f3f3;
}

.order-header-message p,
.order-middle-message p {
  letter-spacing: -0.5px;
  word-break: keep-all;
  font-weight: 600;
  font-size: 1.25rem;
}

.order-header-message p + .order-info-summary,
.order-middle-message p + .order-info-summary {
  margin-top: 0.5rem;
  border-bottom: none;
}

.order-header-message + .count-box {
  padding: 0 1rem;
}

.order-middle-message {
  border-top: 1px solid #999;
}

.order-info-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #cbcbcb;
  line-height: 1.5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-info-summary small {
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
}

.order-info-summary small:not(:last-child)::after {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 0 0.5rem;
  content: "";
  background: #cbcbcb;
}

/* 주문 구매 */
.cart-wrap .cart-tab,
.cart-wrap .mynexen-tab {
  background-color: #f3f3f3;
}

.cart-wrap .cart-tab-wrap {
  border-bottom: 1px solid #e0e2e2;
  background-color: #f3f3f3;
}

.cart-wrap .cart-tab-wrap input[type=checkbox] {
  display: none;
}

.cart-wrap .cart-tab-allcheck {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart-wrap .cart-tab-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
}

.cart-wrap .cart-tab-contents {
  background-color: #f3f3f3;
}

.cart-wrap .cart-tab-contents [type=search] {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.cart-wrap .cart-tab-contents [type=search]::-webkit-input-placeholder {
  font-size: 0.875rem;
}

.cart-wrap .cart-tab-contents [type=search]::-moz-placeholder {
  font-size: 0.875rem;
}

.cart-wrap .cart-tab-contents [type=search]:-ms-input-placeholder {
  font-size: 0.875rem;
}

.cart-wrap .cart-tab-contents [type=search]::-ms-input-placeholder {
  font-size: 0.875rem;
}

.cart-wrap .cart-tab-contents [type=search]::placeholder {
  font-size: 0.875rem;
}

.cart-wrap .cart-tab-contents [type=search] + button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  text-indent: -9999px;
  opacity: 0.7;
  background-color: transparent;
  background-image: url("/assets/img/product/ico_search_big_black.svg");
  background-repeat: no-repeat;
  background-position: -5px -6px;
  background-size: 40px;
  font-size: 0.875rem;
}

.cart-wrap .choice-del {
  border-top: 1px solid #fff;
  background-color: #f3f3f3;
}

.cart-wrap .choice-del > button {
  padding-left: 2.5rem;
  text-align: left;
  color: #666;
  background-color: transparent;
  background-image: url("/assets/img/order/ico_del.png");
  background-repeat: no-repeat;
  background-position: 1rem 50%;
  font-size: 0.875rem;
  font-weight: bold;
}

.cart-wrap .rent-cart-total {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #801494;
}

.cart-wrap .rent-cart-total small {
  opacity: 0.5;
}

.cart-wrap .rent-cart-total small + div span {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.cart-wrap .rent-cart-total small + div ~ div span {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.cart-wrap .rent-cart-total small + div ~ div span:last-child::before {
  content: "￦";
  font-weight: normal;
  font-family: "NanumBarunGothic";
}

.cart-wrap .cart-total > button {
  color: #fff;
  background-color: #801494;
  font-weight: bold;
}

.cart-wrap .cart-total > button span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  font-size: 0.875rem;
}

.cart-wrap .cart-total > button span:last-child {
  font-size: 1.5rem;
}

.cart-wrap .cart-total > button span:last-child::before {
  content: "￦";
  font-weight: normal;
  font-family: "NanumBarunGothic";
}

.cart-wrap .cart-total > button span:last-child::after {
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-left: 0.25rem;
  content: "";
  background-image: url("/assets/img/common/ico_arrow_bold_white.png");
  background-repeat: no-repeat;
  background-position: -20px 0;
  background-size: cover;
}

/* 주문 구매 완료 */
.order-count {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.order-count span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 0.5rem;
  text-align: center;
  border-radius: 100px;
  background-color: #e0e2e2;
  line-height: 40px;
}

.order-count b {
  font-weight: normal;
}

.order-count-quantity .minus,
.order-count-quantity .plus {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 45px;
  text-indent: -9999px;
  opacity: 0.5;
  background-color: transparent;
}

.order-count-quantity .minus::before,
.order-count-quantity .plus::before {
  position: absolute;
  top: 14px;
  left: 8px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("/assets/img/common/onoff.png");
  background-repeat: no-repeat;
  background-position-x: 0;
}

.order-count-quantity .minus::before {
  background-position-y: top;
}

.order-count-quantity .plus::before {
  background-position-y: bottom;
}

.order-single {
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e2e2;
  background-color: #f3f3f3;
}
.order-single .radio input[type=radio]:checked + label {
  font-family: "Spoqa Han Sans Light", sans-serif;
}

.order-single:last-child {
  border-bottom: 0;
}

.order-single.on {
  position: relative;
  border-bottom-color: #cbcbcb;
  background-color: #fff;
}

.order-single.on::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #cbcbcb;
}

.order-single .round {
  font-size: 0.875rem;
}

.order-single .del {
  overflow: hidden;
  width: 30px;
  height: 22px;
  text-indent: -9999px;
  opacity: 0.5;
  background-color: transparent;
  background-image: url("/assets/img/common/icon_set.png");
  background-repeat: no-repeat;
  background-position: -110px -27px;
  background-size: 250px auto;
}

.order-data-photo {
  overflow: hidden;
  width: 130px;
  margin: 0 auto;
}

.order-data-photo.other img {
  height: 110px;
}

@media screen and (max-width: 320px) {
  .order-data-photo {
    height: 130px;
  }
}
.order-data-title {
  font-size: 1.5rem;
}

.order-product-info {
  word-break: break-all;
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}

.order-product-info li:first-child span {
  display: inline-block;
  padding-right: 0.5rem;
}

.order-product-info li:first-child span::after {
  padding-left: 0.5rem;
  content: "|";
  color: #999;
}

.order-product-info li:first-child span:first-child {
  padding-left: 0;
}

.order-product-info li:first-child span:last-child {
  padding-right: 0;
  border-right: none;
}

.order-product-info li:first-child span:last-child::after {
  display: none;
}

.order-product-info li:last-child {
  color: #999;
}

.order-product-info li:last-child span:first-child::after {
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  content: "|";
  color: #999;
}

.order-product-info li.guNum {
  color: #999;
}

.order-product-info li.guNum span::after {
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  content: "|";
  color: #999;
}

.order-product-info li.guNum span:last-child::after {
  display: none;
}

.order-pay {
  font-size: 0.875rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-pay .price-sale,
.order-pay .price-actual {
  font-size: 1rem;
}

.order-pay span,
.order-rent-pay span {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
}

.order-pay span::before,
.order-rent-pay span::before {
  content: "￦";
  font-family: "NanumBarunGothic";
}

.order-rent-pay {
  text-align: right;
}

.order-rent-pay span {
  padding: 0 0 0 2rem;
  background-image: url("/assets/img/product/ico_rent_total.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 30px;
}

.order-rent-pay span::before {
  padding-left: 0.5rem;
}

.order-total {
  border-top: 1px solid #fff;
  line-height: 2;
}

.order-total-count span,
.order-total-pay span {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.order-total-count span:last-child,
.order-total-pay span:last-child {
  font-size: 1.5rem;
}

.order-total-count b {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.25rem;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #333;
  font-size: 1.5rem;
  line-height: 38px;
}

.order-total-pay span:last-child {
  font-size: 2rem;
}

.order-total-pay span:last-child::before {
  content: "￦";
  font-family: "NanumBarunGothic";
}

/* 주문 렌탈 완료 */
.order-rent .order-rent-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-rent .order-rent-info dl {
  margin-bottom: 0.25rem;
}

.order-rent .order-rent-info dl.last dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-rent .order-rent-info dl.last dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.order-rent .order-rent-info dl.last dd::before {
  content: "";
}

.order-rent .order-rent-info dl.last dd select {
  padding-right: 20px;
  border: none;
  direction: rtl;
}

.order-rent .order-rent-info dt {
  display: inline-block;
  text-align: left;
}

.order-rent .order-rent-info dd {
  display: inline-block;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order-rent .order-rent-info dd:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  font-size: 1rem;
  font-weight: bold;
}

.order-rent .order-rent-info dd:last-child::before {
  content: "￦";
  font-family: "NanumBarunGothic";
}

@media screen and (max-width: 320px) {
  .order-rent .order-rent-info dd {
    display: block;
    width: 100%;
  }
}
.order-basket select,
.shop-search select {
  padding: 0.65em 0;
  background: url("/assets/img/common/ico_select.png") no-repeat right 0 top 50%/14px;
}

.order-basket {
  /* 주문서 카트  */
}

.order-basket ::-webkit-input-placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.order-basket ::-moz-placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.order-basket :-ms-input-placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.order-basket ::-ms-input-placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.order-basket ::placeholder {
  font-family: "Spoqa Han Sans Thin", sans-serif;
}

.order-basket .order-product-count {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background-color: #393c44;
  font-size: 1rem;
  font-weight: bold;
  line-height: 23px;
}

.order-basket .btn-address-search {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/assets/img/product/ico_search_big_black.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.order-basket .btn-address-search02 {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/assets/img/product/ico_search_big_black.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.order-basket input[type=text],
.order-basket input[type=date],
.order-basket select {
  border: none;
}

.order-basket .submit {
  position: relative;
  margin-bottom: 1.5rem;
}
.order-basket .submit.error .conWrap .error-txt {
  display: flex;
}
.order-basket .submit .conWrap .error-txt {
  display: flex;
}

.order-basket .submit:last-child {
  margin-bottom: 0;
}

.order-basket .submit label span {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  white-space: nowrap;
}

.order-basket .conWrap ul {
  display: inline-block;
}

.order-basket .conWrap li {
  float: left;
  margin: 0.25rem 0;
}

.order-basket .date {
  position: relative;
  background: url("/assets/img/common/ico_calendar.png") no-repeat 0 center;
  background-size: 20px;
}

.order-basket .time {
  background: url("/assets/img/common/ico_time.png") no-repeat 0 center;
  background-size: 20px;
}

.order-basket .dListWrap {
  padding-top: 1rem;
  border-bottom: 1px solid #cbcbcb;
}

.order-basket .dListWrap .dList dt {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.order-basket .coupon-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-basket .coupon-info .cDel {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  background: url("/assets/img/common/ico_order_del.png") no-repeat 0 0/16px;
  -ms-flex-item-align: center;
  align-self: center;
}

.order-basket .small-tip {
  margin-left: 0.5rem;
  padding: 0.25rem 0.875rem;
}

.order-basket .shop-info {
  display: block;
  padding: 0.5rem 0;
}

.order-basket .shop-info span {
  padding: 0.25rem 1rem;
  color: #fff;
  border-radius: 100px;
  background-color: #801494;
  font-size: 0.875rem;
}

.order-basket .seller-search {
  margin-bottom: 0.25rem;
  padding: 0.25rem 1rem;
  border: 1px solid #cbcbcb;
  background-color: transparent;
}

.order-basket .terms {
  padding: 1rem;
  background-color: #f3f3f3;
  font-size: 0.75rem;
}

.order-basket .label-addon {
  display: inline-block;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 500;
}

.order-basket .label-addon .time-off {
  display: inline-block;
  background-color: #e3e3e3;
  height: 1em;
  width: 2em;
  margin-left: 1em;
}

.order-basket .label-addon .time-on {
  display: inline-block;
  background-color: #812990;
  height: 1em;
  width: 2em;
  margin-left: 1em;
}

.titleDesc h2 {
  font-size: 1.5rem;
}

.titleDesc p {
  color: #999;
  font-size: 0.75rem;
}

.orderBox {
  border-top: 1px solid #999;
}

.orderBox .contents {
  background: #fff;
}

.orderBox .contents.rent .totalPrice dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.orderBox .proInfo,
.orderBox .totalPrice {
  border-top: 1px solid #cbcbcb;
  line-height: 1.8;
}

.orderBox .proInfo dt,
.orderBox .proInfo dd,
.orderBox .totalPrice dt,
.orderBox .totalPrice dd {
  font-weight: bold;
}

.orderBox .proInfo dt,
.orderBox .totalPrice dt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.orderBox .proInfo dd,
.orderBox .totalPrice dd {
  display: contents;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  text-align: right;
}

.orderBox .proInfo {
  padding: 1rem 0;
}

.orderBox .totalPrice del {
  display: inline-block;
  font-weight: normal;
}

.orderBox .totalPrice del + span {
  display: inline-block;
}

.orderBox .totalPrice dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}

.orderBox .totalPrice span::before {
  content: "￦";
  font-family: "NanumBarunGothic";
}

.orderBox .totalPrice .sale dd {
  color: #999;
}

.orderBox .totalPrice .last span {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.terms-chk {
  margin-bottom: 24px !important;
}
.terms-chk input[type=checkbox] {
  display: none;
}
.terms-chk input[type=checkbox] + label {
  float: none;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 20px !important;
  line-height: 20px;
  padding-left: 26px;
  vertical-align: middle !important;
  background: url(/assets/img/common/radio_04.png) no-repeat 0 0;
  background-size: 20px;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
}
.terms-chk input[type=checkbox] + label > .txt-set {
  display: flex !important;
  align-items: center;
  gap: 6px;
  width: 100% !important;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-3);
}
.terms-chk input[type=checkbox] + label > .txt-set > strong {
  font-size: 16px;
  color: var(--m-color);
}
.terms-chk input[type=checkbox] + label > .txt-set > p {
  margin: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--sub-2-color);
  font-weight: bold;
}
.terms-chk input[type=checkbox] + label > .txt-set .c-primary {
  color: var(--m-color);
  font-weight: var(--fw-medium);
}
.terms-chk input[type=checkbox] + label > .txt-set > .lft-set {
  font-size: 14px;
  font-weight: var(--fw-bold);
  color: var(--sub-2-color);
}
.terms-chk input[type=checkbox] + label > .txt-set > .rgt-set {
  display: flex;
  gap: 8px;
}
.terms-chk input[type=checkbox] + label > .txt-set > .rgt-set .line-txt {
  font-size: 14px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-3);
  text-decoration: underline;
}
.terms-chk input[type=checkbox] + label > .txt-set.between {
  box-sizing: border-box;
  justify-content: space-between;
}
.terms-chk input[type=checkbox] + label > .txt-set.more:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/img/common/arrow_btm.png) no-repeat 0 0;
  transform: translateY(-2px) rotate(-90deg);
}
.terms-chk input[type=checkbox] + label > .txt-set.row {
  flex-direction: column;
  align-items: flex-start;
}
.terms-chk input[type=checkbox]:checked + label {
  background-position: 0 -20px;
}
.terms-chk a {
  cursor: pointer;
  border: none !important;
}
.terms-chk.border-type {
  padding: 24px 0 10px;
  border-top: 1px solid var(--bg-2-color);
  border-bottom: 1px solid var(--bg-2-color);
}
.terms-chk.rental {
  margin-bottom: 20px !important;
}
.terms-chk.rental input[type=checkbox] + label {
  margin: 16px 0 40px;
}
@media screen and (max-width: 480px) {
  .terms-chk input[type=checkbox] + label > .txt-set {
    font-size: 14px;
  }
  .terms-chk input[type=checkbox] + label > .txt-set > strong {
    font-size: 14px;
  }
  .terms-chk input[type=checkbox] + label > .txt-set > p {
    font-size: 14px;
  }
}
@media screen and (max-width: 375px) {
  .terms-chk input[type=checkbox] + label {
    height: 18px !important;
    padding-left: 22px;
    background-size: 18px;
    line-height: 18px;
  }
  .terms-chk input[type=checkbox] + label > .txt-set {
    gap: 4px;
  }
  .terms-chk input[type=checkbox] + label > .txt-set > strong {
    font-size: 12px;
  }
  .terms-chk input[type=checkbox] + label > .txt-set > p {
    font-size: 13px;
  }
  .terms-chk input[type=checkbox] + label > .txt-set.more:after {
    width: 14px;
    height: 8px;
    transform: translateY(2px) rotate(-90deg);
  }
  .terms-chk input[type=checkbox]:checked + label {
    background-position: 0 -18px;
  }
  .terms-chk.rental {
    margin-bottom: 12px !important;
  }
  .terms-chk.rental input[type=checkbox] + label {
    line-height: 20px;
  }
}

.termsPop > header {
  display: flex;
  align-items: center;
  height: 56px;
  border: 0;
}
.termsPop > header h2 {
  position: relative;
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-3);
}
.termsPop > header h2 a {
  width: 20px;
  height: 20px;
}
.termsPop > header h2 a.layPopClose {
  position: absolute;
  right: 0;
  top: 0;
  background-position: -74px -73px;
}
.termsPop > header:after {
  display: none;
}
.termsPop .termsBox {
  margin: 0;
  padding: 16px 16px 94px;
  background: none;
}
.termsPop .termsBox .term-con {
  box-sizing: border-box;
}
.termsPop .termsBox .term-con .terms-top {
  margin-bottom: 36px;
  border-bottom: 1px solid var(--bg-sub-2-color);
}
.termsPop .termsBox .term-con .terms-top .txt-set > p {
  line-height: 19px;
}
.termsPop .termsBox .term-con .terms-list {
  width: 100%;
  padding: 24px 20px;
  border-radius: 8px;
  background: var(--bg-f8);
  box-sizing: border-box;
}
.termsPop .termsBox .term-con .terms-list > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.termsPop .termsBox .term-con .terms-list > li input[type=checkbox] + label {
  margin: 0;
  line-height: 19px;
}
.termsPop .termsBox .term-con .terms-list > li .txt {
  font-size: 14px;
  font-weight: 400;
  color: var(--sub-2-color);
}
.termsPop .termsBox .term-con .terms-list > li .txt > strong {
  font-size: 14px;
  color: var(--m-color);
}
.termsPop .termsBox .term-con .terms-list > li .txt > p {
  font-size: 18px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--sub-2-color);
  font-weight: bold;
}
.termsPop .termsBox .term-con .terms-list > li .txt .c-primary {
  color: var(--m-color);
  font-weight: 500;
}
.termsPop .termsBox .term-con .terms-list > li .txt-set {
  justify-content: space-between;
}
.termsPop .termsBox .term-con .terms-list > li .txt-set .lft-set {
  font-weight: var(--fw-regular);
}
.termsPop .termsBox .term-con .terms-list > li .more {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
}
.termsPop .termsBox .term-con .terms-list > li .more > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.termsPop .termsBox .term-con .terms-list > li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border-c2);
}
.termsPop .btnArea {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px;
  background: var(--sub-color);
  padding: 16px 32px 32px;
}
.termsPop .btnArea > button {
  width: 100%;
  height: 45px;
  padding: 0;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}

.termTblPop {
  z-index: 4601;
}
.termTblPop .termsBox {
  height: auto;
  padding: 10px;
}
.termTblPop .termsBox .tbl + .tbl {
  margin-top: 20px;
}
.termTblPop .termsBox td {
  word-break: keep-all;
  vertical-align: middle;
}
.termTblPop .termsBox td.wrap {
  word-break: break-all;
}
.termTblPop .termsBox td.tCenter {
  text-align: center;
}
.termTblPop .termsBox td.vTop {
  vertical-align: top;
}
.termTblPop .termsBox td.list-type p {
  margin: 0;
  font-size: 12px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--sub-3-color);
}
.termTblPop .desc-set {
  margin-bottom: 20px;
  padding: 0 24px 24px;
}
.termTblPop .desc {
  margin-bottom: 0;
  font-size: 12px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--sub-9-color);
}
.termTblPop .desc + .desc {
  padding-top: 4px;
}

.inquiry-set {
  margin: 0 0 20px;
}
.inquiry-set > button {
  width: 100%;
  height: 45px;
}
.inquiry-set .desc {
  margin-top: 8px;
  font-size: 12px;
  line-height: normal;
  font-weight: var(--fw-regular);
  color: var(--text-3);
}

.line-lft {
  padding-left: 8px;
  border-left: 1px solid var(--border-c2);
}
@media screen and (max-width: 375px) {
  .line-lft {
    padding-left: 4px;
  }
}

.error-txt {
  display: none;
}
.error .error-txt {
  display: flex;
  gap: 4px;
  padding-top: 12px;
  border-top: 1px solid var(--error);
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: var(--error);
}
.error .error-txt > .icon {
  transform: translateY(-6px);
}

.rent-wrap {
  display: block;
}

.rent-wrap .select-outer:not(:last-child) {
  border-bottom: 0;
}

.rent-wrap .rent-month,
.rent-wrap .rent-pay {
  width: 100%;
  padding-right: 3rem;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  direction: rtl;
}

.rent-wrap .rent-inner-wrap {
  background-color: #f3f3f3;
}

.rent-wrap .rent-default {
  padding: 1rem;
  border-bottom: 1px solid #cbcbcb;
}

.rent-group {
  display: block;
}

.rent-group .accordion-info {
  padding: 1rem;
  border-bottom: 1px solid #cbcbcb;
  background: #fff;
}

.rent-group .rent-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
  background-color: #f9f9f9;
}

.rent-group .rent-item.radio-on {
  background-color: #f3f3f3;
}

.rent-group .rent-item.accordion-on {
  border-bottom: none;
  background-color: #fff;
}

.rent-group .rent-item.accordion-on label {
  color: #333;
}

.rent-group .rent-item.accordion-on label span::after {
  background-color: #333;
}

.rent-group .accordion {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  width: 60px;
  height: 100%;
}

.rent-group .accordion.open,
.rent-group .accordion.close {
  background-color: transparent;
}

.rent-group .accordion.open span,
.rent-group .accordion.close span {
  overflow: hidden;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-image: url("/assets/img/common/onoff.png");
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rent-group .accordion.open span {
  background-position: 0 top;
}

.rent-group .accordion.close span {
  background-position: 0 bottom;
}

.rent-hash-info {
  padding: 0 1rem;
}

.rent-hash-info li {
  display: inline-block;
  margin-bottom: 0.25rem;
  padding: 0.25rem 0.875rem;
  border-radius: 100px;
  background-color: #f3f3f3;
  font-size: 0.875rem;
}

.rent-hash-info li::before {
  content: "#";
}

.rent-payment-info {
  display: block;
}

.rent-payment-info dl {
  padding: 0 1rem;
  line-height: 1.6;
}

.rent-payment-info dt {
  display: inline-block;
  width: 49%;
  font-size: 0.875rem;
  font-weight: bold;
}

.rent-payment-info dt:first-child {
  font-size: 1.5rem;
}

.rent-payment-info dt:first-child + dd {
  font-size: 1.5rem;
}

.rent-payment-info dt:nth-child(5) + dd {
  color: #999;
}

.rent-payment-info dd {
  display: inline-block;
  width: 49%;
  text-align: right;
  font-size: 0.875rem;
  font-weight: bold;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tip-list-type {
  display: block;
}

.tip-list-type ul {
  padding-left: 2rem;
}

.tip-list-type li {
  position: relative;
  margin: 0 0 1rem;
  counter-increment: my-counter;
  font-size: 0.875rem;
}

.tip-list-type li::before {
  position: absolute;
  top: 0;
  left: -2rem;
  content: "0" counter(my-counter);
  font-weight: bold;
  font-style: italic;
}

.rent-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.rent-footer li {
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 0.875rem;
  color: #999;
  font-size: 0.875rem;
}

.rent-footer li::before {
  position: absolute;
  top: 0;
  left: -0.875rem;
  content: "※";
}

.rent-footer-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.rent-footer-comment {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.rent-footer-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  text-align: center;
  vertical-align: top;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.rent-footer-login span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}

.rent-footer-login::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  content: "";
  background-image: url("/assets/img/product/ico_search_step_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

/* 검색 결과 개별항목 */
.result-data {
  position: relative;
  z-index: 0;
  display: block;
  margin-top: 10px;
  text-align: center;
  background-color: #fff;
}

.result-data-link {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.result-data-title {
  padding: 0.2rem 3.5rem 1rem;
  font-size: 2rem;
}

.result-data-title h3 {
  line-height: 38px;
}

.result-data-photo {
  overflow: hidden;
  height: 128px;
}

.result-data-photo img {
  max-width: 100%;
}

.result-data-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.result-data-filter {
  font-size: 0.875rem;
}

.result-data-filter > span {
  display: inline-block;
  color: #666;
}

.result-data-filter > span:last-child::after {
  content: none;
}

.result-data-filter > span:after {
  display: inline-block;
  margin: 0 0.5rem;
  content: "|";
}

.result-data-type > [class^=sell-type-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 1rem;
  color: #fff;
  border-radius: 0 100% 100% 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.result-data-price {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: 0.875rem;
}

.result-data-hash {
  border-top: 1px solid #cbcbcb;
}

.result-data-hash .hash-outer {
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
}

.result-data-hash .hash-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 0.875rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.result-data-hash .hash-item {
  width: 50%;
  padding: 0 0.25rem;
  text-align: left;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.result-data-hash .hash-item:not(:nth-child(2n)) {
  margin-left: -5px;
  padding-left: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.result-data-hash .hash-item:nth-child(2n) {
  margin-left: 5px;
  padding-right: 0;
}

.result-data-hash .tag {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.result-data-hash .tag:before {
  content: "#";
}

.result-data-hash .score00,
.result-data-hash .score01,
.result-data-hash .score02,
.result-data-hash .score03 {
  display: inline-block;
  width: 50px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("/assets/img/product/ico_score.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
}

.result-data-hash .score00 {
  background-position: 0 3px;
}

.result-data-hash .score01 {
  background-position: 0 -15px;
}

.result-data-hash .score02 {
  background-position: 0 -33px;
}

.result-data-hash .score03 {
  background-position: 0 -52px;
}

@media screen and (max-width: 359px) {
  .result-data-hash .score00,
  .result-data-hash .score01,
  .result-data-hash .score02,
  .result-data-hash .score03 {
    display: none;
  }
}
/* 마이넥센 ======================================== */
.mynexen {
  /* 주문내역 */
}

.mynexen .period-select > select {
  position: relative;
  padding-right: 1.5rem;
  border: none;
  background: url("/assets/img/common/ico_select_slim.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
}

.mynexen .utility {
  border-top: none;
}

.mynexen .count-box {
  border-bottom: 1px solid #cbcbcb;
  background-color: transparent;
}

.mynexen .order-cancel {
  padding-right: 1rem;
  opacity: 0.5;
  background: url("/assets/img/common/ico_order_delet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  font-size: 0.875rem;
}

.mynexen .finish {
  background-color: #801494;
}

.mynexen .page-link {
  padding: 1rem;
  color: #fff;
  background: url("/assets/img/common/ico_go.png") no-repeat right 1rem center/20px;
  background-color: #393c44;
  font-size: 0.875rem;
}

.mynexen .page-link span {
  display: inline-block;
  padding-right: 2rem;
}

.mynexen .list-more {
  position: relative;
  background-color: #f3f3f3;
}

.mynexen .list-more::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
}

.mynexen .write-info {
  padding: 1rem 0;
}

.mynexen .order-info-summary {
  padding: 0.5rem;
  border-bottom: 1px solid #e0e2e2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mynexen .order-single {
  position: relative;
  border-bottom: none;
}

.mynexen .order-single .mynexen-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.mynexen .agree-check {
  padding: 1rem 0 1rem 1rem;
}

.mynexen .agree-check label span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}

.mynexen .agree-check label b {
  color: #666;
}

.mynexen-rental-list-wrap {
  /* 나의 렌탈관리 리스트 */
}

.mynexen-rental-list-wrap .order-data-title {
  margin-bottom: 0.5rem;
}

.mynexen-rental-list-wrap .order-data-title h3 {
  font-size: 1.125rem;
}

.mynexen-rental-list-wrap .order-data-title h4 {
  font-size: 0.875rem;
  font-weight: normal;
}

.mynexen-rental-list-wrap .order-info-summary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #cbcbcb;
}

.mynexen-rental-list-wrap .order-info-summary-wrap .order-info-summary {
  border-bottom: none;
}

.mynexen-rental-list-wrap .order-rent-info dl:last-child dd {
  display: contents;
}

.mynexen-rental-list-wrap .order-rent-info dl:last-child dd small {
  margin-left: 0.25rem;
  font-family: "Spoqa Han Sans Thin", sans-serif;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.mynexen-rental-list-wrap .order-rent-info dl:last-child dd::before {
  content: "";
}

.mynexen-rental-list-wrap .order-rent-info dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

.mynexen-rental-list-wrap .order-rent-info dd {
  text-align: left;
}

.mynexen-rental-list-wrap .order-box .layout-rwd {
  margin-bottom: 0.5rem;
}

.mynexen-rental-list-detail-wrap {
  /* 나의 렌탈관리 상세 */
}

.mynexen-rental-list-detail-wrap .order-info-summary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #cbcbcb;
}

.mynexen-rental-list-detail-wrap .order-info-summary-wrap .order-info-summary {
  border-bottom: none;
}

.mynexen-rental-list-detail-wrap .order-info-summary-wrap .mynexen-detail {
  width: 80px;
}

.mynexen-rental-list-detail-wrap + .accordion-box .accordion-info .submit {
  margin-bottom: 1rem;
}

.mynexen-list-wrap {
  /* 주문내역 리스트 */
}

.mynexen-list-wrap .order-data-title {
  margin-bottom: 0.5rem;
}

.mynexen-list-wrap .order-info-summary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #cbcbcb;
}

.mynexen-list-wrap .order-info-summary-wrap .order-info-summary {
  border-bottom: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mynexen-list-wrap .order-single {
  border-bottom: none;
}

.mynexen-list-wrap .order-single .order-count {
  margin-right: 0.5rem;
}

.mynexen-list-wrap .mynexen-single {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cbcbcb;
}

.mynexen-order-cancel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 1rem;
}

.mynexen-order-cancel-wrap .rental-server-info {
  text-align: left;
}

.mynexen-order-cancel-wrap .order-cancel {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mynexen-order-cancel-wrap > .link {
  color: #dd0505;
  border-bottom: 1px solid #dd0505;
  font-size: 0.875rem;
}

.btn-ing {
  width: 50px;
  margin: 0 auto;
  padding-top: 0.5rem;
}

.mynexen-detail {
  position: relative;
  padding-right: 1rem;
  border: none;
  font-size: 0.75rem;
}

.mynexen-double {
  position: relative;
  border-bottom: 1px solid #cbcbcb;
}

.mynexen-double .order-info-summary {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mynexen-double .mynexen-single {
  border-top: none;
  border-bottom: none;
}

.mynexen-double .join {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 30px);
  height: 1.5rem;
  margin: 0 auto;
  padding: 0 1rem;
  border: none;
  background-image: url("/assets/img/mynexen/icon_product_join.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 330px auto;
}

.mynexen-double .order-single {
  margin: 0;
  border-top: 0;
}

.mynexen-double-inner-list {
  border-top: 1px solid #fff;
}

.mynexen-double-inner-list li:last-child .join {
  display: none;
}

.mynexen-double .mynexen-order-cancel-wrap {
  padding: 2rem 1rem 1rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mynexen-double .mynexen-order-cancel-wrap .link,
.mynexen-double .mynexen-order-cancel-wrap .order-cancel {
  line-height: 1;
  -webkit-box-flex: unset;
  -ms-flex-positive: unset;
  flex-grow: unset;
}

.mynexen-double-step {
  position: relative;
}

.mynexen-double-step::after {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 30px);
  height: 1px;
  margin: 0 auto;
  content: "";
  background-color: #cbcbcb;
}

.mynexen-double-step .round,
.mynexen-double-step .payment,
.mynexen-double-step .finish,
.mynexen-double-step .cancel,
.mynexen-double-step .continue {
  position: absolute;
  top: -28px;
  right: 0.5rem;
  border: 8px solid #f3f3f3;
}

.mynexen-review-product {
  /* 마이넥센 리뷰 보기 */
}

.mynexen-review-product .score00,
.mynexen-review-product .score01,
.mynexen-review-product .score02,
.mynexen-review-product .score03,
.mynexen-review-product .score04,
.mynexen-review-product .score05 {
  display: inline-block;
  width: 130px;
  height: 20px;
  text-indent: -9999px;
  background-image: url("/assets/img/product/ico_review_score.png");
  background-repeat: no-repeat;
  background-size: 130px;
}

.mynexen-review-product .score00 {
  background-position: 0 0;
}

.mynexen-review-product .score01 {
  background-position: 0 -21px;
}

.mynexen-review-product .score02 {
  background-position: 0 -42px;
}

.mynexen-review-product .score03 {
  background-position: 0 -62px;
}

.mynexen-review-product .score04 {
  background-position: 0 -82px;
}

.mynexen-review-product .score05 {
  background-position: 0 -103px;
}

.rental-server-info {
  padding: 0;
  background-color: transparent;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.rental-server-info .tip {
  margin-right: 0.5rem;
  padding: 0.125rem 0.875rem;
  color: #fff;
  border-radius: 50px 50px 0 50px;
  background-color: #999;
}

/* 마이넥센 - 리뷰 */
.mynexen-review {
  padding: 1.5rem;
  background-color: #f3f3f3;
}

.mynexen-review p {
  margin-bottom: 0.5rem;
  word-break: break-all;
}

.mynexen-review p:last-child {
  margin: 0;
}

.mynexen-review .review-title {
  font-size: 1.125rem;
  word-break: break-all;
}

.mynexen-review .review-title b {
  word-break: break-all;
}

.mynexen-review textarea {
  display: block;
  height: 100px;
  padding: 1rem 0;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 1rem;
}

.mynexen-review textarea::-webkit-input-placeholder {
  color: #999;
}

.mynexen-review textarea::-moz-placeholder {
  color: #999;
}

.mynexen-review textarea:-ms-input-placeholder {
  color: #999;
}

.mynexen-review textarea::-ms-input-placeholder {
  color: #999;
}

.mynexen-review textarea::placeholder {
  color: #999;
}

.mynexen-review .fileUpWrap {
  position: relative;
}

.mynexen-review #fileUp {
  margin: 1rem 0;
}

.mynexen-review .file-caption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mynexen-review .file-attach input[type=file] {
  position: absolute;
  right: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 2rem;
  opacity: 0;
  border: 1px solid #000;
}

.mynexen-review .fileUpWrap label {
  z-index: 100;
  display: block;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 2rem;
  height: 2rem;
  text-indent: -9999px;
  background: url("/assets/img/product/ico_search_big_gray.svg") no-repeat 0 0;
}

.mynexen-review .fileUpWrap .preview {
  position: relative;
  overflow: hidden;
}

.mynexen-review .fileUpWrap .cancel {
  position: absolute;
  z-index: 3000;
  top: 2rem;
  right: 1rem;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url("/assets/img/common/file_attach_cancel.png") no-repeat 0 0/40px;
}

.mynexen-review .fileUpWrap #fileUp02 {
  display: block;
}

.mynexen-review .star-rating {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mynexen-review .star-rating-0 {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.mynexen-review .star-rating > input {
  display: none;
}

.mynexen-review .star-rating > label {
  width: 40px;
  height: 40px;
  margin-top: auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23cccccc' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
}

.mynexen-review .star-rating > input:checked ~ label,
.mynexen-review .star-rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23801494' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.mynexen-review .star-rating > input:not(:checked) ~ label:hover,
.mynexen-review .star-rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23801494' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.my-rental {
  display: inline-block;
  width: 100%;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.my-rental dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-rental dt,
.my-rental dd {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.my-rental dt + dd::after {
  content: "\a";
  white-space: pre;
}

.my-rental dd {
  text-align: right;
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.my-rental dd::after {
  content: "\a";
  white-space: pre;
}

.my-rental dd.total span {
  color: #393c44;
}

.my-rental dd.total span::before {
  content: "￦";
  font-family: "NanumBarunGothic";
}

.my-rental dd em {
  margin-left: 0.25rem;
  font-size: 1rem;
  font-style: normal;
}

.my-rental dd span {
  color: #801494;
}

.my-rental dd .go-view {
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.my-rental-wrap {
  overflow: hidden;
  padding: 1rem;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}
.my-rental-wrap > ul > li.rental-box {
  padding: 16px 0;
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set > .icon {
  min-width: 70px;
  max-width: 100px;
  width: 30%;
  aspect-ratio: 5/4;
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set > .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set .rental-txt .client {
  display: flex;
  align-items: flex-end;
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set .rental-txt .client .name {
  min-width: 76px;
  height: 32px;
  margin-right: 6px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(#fff, #fff), var(--gradient);
  border: 2px solid transparent;
  border-radius: 32px;
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set .rental-txt .client .name > p {
  margin-bottom: 0;
  padding: 0 8px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: var(--fw-bold);
  color: var(--text-3);
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set .rental-txt .client > .txt {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: var(--fw-bold);
  color: var(--text-3);
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set .rental-txt > .txt {
  margin-top: 12px;
  font-size: 14px;
  font-weight: var(--fw-light);
  color: var(--text-3);
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set .rental-txt > .txt > strong {
  padding-right: 1px;
  font-weight: 700;
  letter-spacing: 0.3px;
}
.my-rental-wrap > ul > li.rental-box .myRental .lft-set .rental-txt > .txt > strong.c-primary {
  color: var(--m-color);
}
.my-rental-wrap > ul > li.rental-box .myRental .rgt-set .rental-btn {
  margin-top: 24px;
  width: 100%;
  height: 54px;
  padding: 12px 20px 12px 16px;
  background: var(--m-color);
  border-radius: 70px;
  font-size: 16px;
  font-weight: var(--fw-medium);
  color: var(--sub-color);
}
.my-rental-wrap > ul > li.rental-box .myRental .rgt-set .rental-btn .icon {
  width: 32px;
  height: 32px;
}
.my-rental-wrap > ul > li.rental-box .myRental .rgt-set .rental-btn .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.my-rental-wrap .overdue {
  display: inline-block;
  color: #999;
  border-bottom: 1px solid #999;
}

.my-rental-wrap li {
  padding: 1rem 0;
}

.my-rental-wrap li:first-child {
  padding-top: 0;
}

.my-rental-wrap li:not(:first-child) {
  border-top: 1px solid #cbcbcb;
}

.my-rental-util-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.my-rental-util-box button,
.my-rental-util-box span,
.my-rental-util-box a {
  width: 100%;
  text-align: center;
}

.my-rental-util-info {
  display: inline-block;
  margin-top: 0.875rem;
  color: #dd0505;
}

.my-rental-util-info.link {
  border-bottom: 1px solid #dd0505;
}

/* 마이넥센 탭 */
.shop-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shop-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  background-color: transparent;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.shop-info-box .shop-name {
  text-align: right;
  word-break: break-all;
  -ms-flex-item-align: center;
  align-self: center;
}

.shop-info-box .shop-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding-right: 0;
  text-indent: -9999px;
  background: url("/assets/img/product/ico_search_big_gray.svg") no-repeat right -4px top -6px/40px;
  -ms-flex-item-align: center;
  align-self: center;
}

.mynexen-tab-service-info {
  /* 서비스 내역 */
}

.mynexen-tab-service-info .tab-inner-header {
  border-bottom: 1px solid #cbcbcb;
}

.mynexen-tab-service-info .accordion-box h3 span {
  color: #801494;
}

.mynexen-tab-service-info .accordion-box .accordion {
  background-color: #f3f3f3;
}

.mynexen-tab-service-info .accordion-box .accordion-info {
  background-color: #e9eaea;
}

.mynexen-tab-service-info .btn-check {
  margin-left: 0.5rem;
  padding: 0.25rem 1rem;
  background-color: #cbcbcb;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.mynexen-tab-service-info .btn-cancel,
.mynexen-tab-service-info .btn-info {
  padding: 0;
  background-color: transparent;
  line-height: 20px;
}

.mynexen-tab-service-info .btn-cancel::after,
.mynexen-tab-service-info .btn-info::after {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 0.25rem;
  content: "";
}

.mynexen-tab-service-info .btn-cancel::after {
  background: url("/assets/img/common/order_cancel.png") no-repeat 0 0/cover;
}

.mynexen-tab-service-info .btn-info::after {
  background: url("/assets/img/common/order_check.png") no-repeat 0 0/cover;
}

.mynexen-tab-service-info .service-info-detail dl:first-child dt,
.mynexen-tab-service-info .service-info-detail dl:first-child dd {
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.mynexen-tab-payment-history {
  /* 수납 내역 */
}

.mynexen-tab-payment-history .tab-allcheck {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mynexen-tab-payment-history input[type=checkbox] {
  display: none;
}

.mynexen-tab-payment-history .late-payment {
  padding-right: 1rem;
}

.mynexen-tab-payment-history .late-payment button {
  padding: 0.25rem 0.5rem;
  color: #393c44;
  background-color: #e0e2e2;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.mynexen-tab-payment-history .search-month-option {
  padding: 1rem;
}

.mynexen-tab-payment-history .search-month-option ul {
  border: 1px solid #cbcbcb;
}

.mynexen-tab-payment-history .search-month-option li {
  border-right: 1px solid #cbcbcb;
}

.mynexen-tab-payment-history .search-month-option li:last-child {
  border-right: none;
}

.mynexen-tab-payment-history .search-month-option button {
  width: 100%;
  padding: 0.5rem 0;
  background-color: #e0e2e2;
}

.mynexen-tab-payment-history .search-month-option .on {
  background-color: #fff;
}

.mynexen-tab-payment-history .search-month-option .shop-view {
  background-color: transparent;
}

.mynexen-tab-payment-history .dateTime input {
  background-color: transparent;
}

.mynexen-tab-payment-history .period-wrap.on {
  background-color: #fff;
}

.mynexen-tab-payment-history .service-info-detail dl {
  margin-top: 0.5rem;
}

.mynexen-tab-payment-history .service-info-detail dt span,
.mynexen-tab-payment-history .service-info-detail dd span {
  display: inline-block;
}

.mynexen-tab-payment-history .service-info-detail dt {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.mynexen-tab-payment-history .service-info-detail dd {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.mynexen-tab-payment-history .service-info-detail .pay::before {
  content: "￦";
  font-family: "NanumBarunGothic";
}

.mynexen-tab-payment-history .service-info-detail .total {
  font-size: 2rem;
}

.mynexen-tab-payment-history .link {
  color: #fff;
  background: url("/assets/img/common/ico_link.png") no-repeat right 10px center/20px;
  background-color: #801494;
}

.mynexen-engine-oil {
  /* 엔진오일 서비스 */
}

.mynexen-engine-oil .order-single {
  border-top: none;
}

.mynexen-engine-oil .search-number input {
  padding: 0.5rem 0.5rem 0.5rem 0;
  background-color: transparent;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.mynexen-engine-oil .search-number .result-research {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: none;
  background: url("/assets/img/product/ico_search_big_gray.svg") no-repeat 0 0/40px;
}

.mynexen-engine-oil .agree-check .check {
  margin-bottom: 0.5rem;
}

.mynexen-engine-oil .agree-check .check:last-child {
  margin-bottom: 0;
}

.mynexen-engine-oil .link {
  color: #fff;
  background: url("/assets/img/common/ico_link.png") no-repeat right 10px center/20px;
  background-color: #801494;
}

.mynexen-member {
  /* 회원정보 */
}

.mynexen-member h4 {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}

.mynexen-member h4:not(:first-child) {
  margin-top: 1rem;
}

.mynexen-member textarea {
  display: block;
  height: 100px;
  padding: 1rem 0;
  font-family: "Spoqa Han Sans Regular", sans-serif;
  font-size: 1rem;
}

.mynexen-member button.dark-line {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mynexen-member .content-title {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.mynexen-member .content-title + .submit {
  margin-bottom: 1.5rem;
}

.mynexen-member .content-title + .submit ~ .submit {
  margin-bottom: 1.5rem;
}

.mynexen-member .content-title + .submit ~ .submit:last-child {
  margin-bottom: 0;
}

.mynexen-member .have-car-result {
  /* 보유 차량 검색 결과 리스트 */
}

.mynexen-member .have-car-result ul {
  margin-top: 1rem;
}

.mynexen-member .have-car-result li {
  margin-bottom: 0.875rem;
}

.mynexen-member .have-car-result button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  padding-right: 1rem;
  text-indent: -9999px;
  background: url("/assets/img/common/ico_order_delet.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  font-size: 0.75rem;
}

.mynexen-member .have-car-info {
  /* 보유 차량 검색 결과 정보 */
}

.mynexen-member .have-car-info b {
  display: inline-block;
  margin-right: 1rem;
}

.mynexen-member .have-car-info span {
  display: inline-block;
}

.mynexen-member .have-car-info span::after {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-right: 0.875rem;
  margin-left: 0.875rem;
  content: "";
  background-color: #cbcbcb;
}

.mynexen-member .have-car-info span:last-child::after {
  display: none;
}

.mynexen-member .ff_fileupload_hidden {
  display: none;
}

.mynexen-member .link {
  color: #fff;
  background: url("/assets/img/common/ico_link.png") no-repeat right 10px center/20px;
  background-color: #801494;
}

.mynexen-member .sns {
  margin: 2rem 0 0 !important;
}

.mynexen-coupon-list li {
  position: relative;
  margin-bottom: 0.875rem;
}

.mynexen-coupon-list li:last-child {
  margin-bottom: 0;
}

.coupon-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.coupon-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.coupon-single.pay div:first-child {
  color: #801494;
}

.coupon-single.pay .coupon-addition {
  background-color: #801494;
}

.coupon-single.percent div:first-child {
  color: #9f8547;
}

.coupon-single.percent .coupon-addition {
  background-color: #9f8547;
}

.coupon-single.maintenance div:first-child {
  color: #55b6d6;
}

.coupon-single.maintenance .coupon-addition {
  background-color: #55b6d6;
}

.coupon-single.maintenance .coupon-data a {
  position: relative;
}

.coupon-single.maintenance .coupon-data a:after {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin-left: 0.5rem;
  content: "";
  background: url(../img/product/ico_search_step_arrow.png) no-repeat 0 top/20px;
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  right: -25px;
}

.coupon-data {
  padding: 1rem;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.coupon-data div:nth-child(1) {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1rem;
}

.coupon-data div:nth-child(1) .pay,
.coupon-data div:nth-child(1) .percent {
  font-family: "Spoqa Han Sans Bold", sans-serif;
  font-size: 1.5rem;
}

.coupon-data div:nth-child(2) {
  padding: 0.5rem 0;
  color: #333;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.coupon-data div:nth-child(2) a {
  padding: 0.5rem 0;
  color: #333;
  font-family: "Spoqa Han Sans Bold", sans-serif;
}

.coupon-data div:nth-child(3),
.coupon-data div:nth-child(4) {
  color: #999;
  font-size: 0.875rem;
}

.coupon-addition {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  padding: 1.5rem 1rem;
  text-align: center;
}

.coupon-addition .title {
  height: 65%;
}

.memberWrap {
  position: relative;
  width: 100%;
  min-height: calc(100% - 200px);
  background-size: cover;
}

.member-ani-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  -webkit-animation: zoomin 10s;
  animation: zoomin 10s;
  background-size: cover;
}

.member-ani-bg.bg01 {
  background: url("/assets/img/member/member_bg_01.jpg") no-repeat 0 top;
  background-size: cover !important;
}

.member-ani-bg.bg02 {
  background: url("/assets/img/member/member_bg_02.jpg") no-repeat 0 top;
  background-size: cover !important;
}

.member-ani-bg.bg03 {
  background: url("/assets/img/member/member_bg_03.jpg") no-repeat 0 top;
  background-size: cover !important;
}

.member-ani-bg.bg04 {
  background: url("/assets/img/member/member_bg_04.jpg") no-repeat 0 top;
  background-size: cover !important;
}

.member-ani-bg.bg05 {
  background: url("/assets/img/member/member_bg_05.jpg") no-repeat 0 top;
  background-size: cover !important;
}

.member-ani-bg.bg06 {
  background: url("/assets/img/member/member_bg_06.jpg") no-repeat 0 top;
  background-size: cover !important;
}

.member-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.member-bg.product-list {
  background: url("/assets/img/product/tit_product.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.product-detail {
  background: url("/assets/img/product/tit_product_detail.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.order-list {
  background: url("/assets/img/order/tit_order.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.order-write {
  background: url("/assets/img/order/tit_order_write.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.order-complete {
  background: url("/assets/img/order/tit_order_complete.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-list {
  background: url("/assets/img/mynexen/tit_mynexen_list.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-review {
  background: url("/assets/img/mynexen/tit_mynexen_review.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-worryzero {
  background: url("/assets/img/mynexen/tit_mynexen_worryzero.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-modify {
  background: url("/assets/img/mynexen/tit_mynexen_modify.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-coupon {
  background: url("/assets/img/mynexen/tit_mynexen_coupon.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-secession {
  background: url("/assets/img/mynexen/tit_mynexen_secession.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.question-detail {
  background: url("/assets/img/customer/tit_customer_question.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.service-o2o {
  background: url("/assets/img/service/tit_o2o.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.service-rental {
  background: url("/assets/img/service/tit_rent.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.service-common {
  background: url("/assets/img/common/tit_common.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-list {
  background: url("/assets/img/title/top_img_08_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-worryzero {
  background: url("/assets/img/title/top_img_09_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-coupon {
  background: url("/assets/img/title/top_img_10_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.question-list {
  background: url("/assets/img/title/top_img_05_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.order-list {
  background: url("/assets/img/title/top_img_13_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.order-write {
  background: url("/assets/img/title/top_img_12_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.member-bg.mynexen-myrecommend {
  background: url("/assets/img/title/top_img_15_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.customer-bg.notice-list {
  background: url("/assets/img/customer/tit_customer_notice.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg.consulting {
  background: url("/assets/img/customer/tit_customer_consulting.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg.store {
  background: url("/assets/img/customer/tit_customer_store.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg.question {
  background: url("/assets/img/customer/tit_customer_question.jpg") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg.news-list {
  background: url("/assets/img/title/top_img_01_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg.event-bg {
  background: url("/assets/img/title/top_img_02_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg.notice-list {
  background: url("/assets/img/title/top_img_03_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg.question {
  background: url("/assets/img/title/top_img_04_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.customer-bg.consulting {
  background: url("/assets/img/title/top_img_05_m.png") no-repeat 0 top;
  background-size: 100% auto;
}

.visit .sub-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 310px;
  background: url("/assets/img/service/visit/key_visual.png") no-repeat 0/cover;
}
.visit .sub-visual .tit {
  padding-left: 30px;
  font-family: "Spoqa Han Sans Neo";
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
.visit .visit-section {
  position: relative;
  width: 100%;
  font-family: "Spoqa Han Sans Neo";
}
.visit .visit-section .subContents {
  padding: 30px 24px;
}
.visit .visit-section.sec1 {
  background: linear-gradient(90deg, #f47b2f 0%, #f5833b 100%);
}
.visit .visit-section.sec1 .subContents {
  padding: 30px 0 0;
}
.visit .visit-section.sec1 .tit-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 24px;
}
.visit .visit-section.sec1 .tit-area .logo {
  width: 198px;
  aspect-ratio: 198/43;
}
.visit .visit-section.sec1 .tit-area .tit-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.visit .visit-section.sec1 .tit-area .tit-box .txt-box .txt {
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}
.visit .visit-section.sec1 .tit-area .tit-box .txt-box .txt > strong {
  color: #802890;
}
.visit .visit-section.sec1 .tit-area .tit-box .txt-box.sub .column {
  display: flex;
  align-items: center;
  gap: 5px;
}
.visit .visit-section.sec1 .tit-area .tit-box .txt-box.sub .column .in-logo {
  width: 28px;
  margin-top: -4px;
}
.visit .visit-section.sec1 .tit-area .tit-box .txt-box.sub .column .in-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec1 .tit-area .tit-box .txt-box.sub .txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.visit .visit-section.sec1 .tit-area .tit-box .txt-box.sub .txt > strong {
  font-weight: 700;
  color: #fff;
}
.visit .visit-section.sec1 .bg-img {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.visit .visit-section.sec1 .bg-img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec2 {
  background: #f3f3f3;
}
.visit .visit-section.sec2 .tit-set {
  display: flex;
  justify-content: center;
}
.visit .visit-section.sec2 .tit-set .tit {
  width: 233px;
  aspect-ratio: 233/36;
}
.visit .visit-section.sec2 .info-box-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-top: 20px;
}
.visit .visit-section.sec2 .info-box-grid .info-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 10px 15px;
  background: #fff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.04);
  text-align: center;
  min-height: 215 px;
}
.visit .visit-section.sec2 .info-box-grid .info-box .icon {
  margin: 0 auto;
  height: 70px;
}
.visit .visit-section.sec2 .info-box-grid .info-box .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec2 .info-box-grid .info-box .txt-set .txt {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 1.3;
}
.visit .visit-section.sec2 .info-box-grid .info-box .txt-set .txt > strong.org {
  color: #f5833b;
}
.visit .visit-section.sec2 .info-box-grid .info-box .txt-set .column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.visit .visit-section.sec2 .info-box-grid .info-box .txt-set .column .in-logo {
  flex-shrink: 0;
  width: 24px;
  margin-top: -4px;
}
.visit .visit-section.sec2 .info-box-grid .info-box .txt-set .column .in-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec2 .info-box-grid .info-box .cmt > p {
  margin: 0;
  font-size: 10px;
  color: #812990;
  line-height: 1.4;
  word-break: keep-all;
}
.visit .visit-section.sec3 {
  background: #fff;
}
.visit .visit-section.sec3 .tit-set {
  display: flex;
  justify-content: center;
}
.visit .visit-section.sec3 .tit-set .tit {
  width: 238px;
  aspect-ratio: 238/36;
}
.visit .visit-section.sec3 .how-list {
  display: flex;
  margin: 30px 0 20px;
  padding: 0;
}
.visit .visit-section.sec3 .how-list > li {
  position: relative;
  width: 100%;
  padding: 0 0 0 10px;
}
.visit .visit-section.sec3 .how-list > li .num {
  width: 40px;
  margin-bottom: 20px;
}
.visit .visit-section.sec3 .how-list > li .num > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec3 .how-list > li .txt-set {
  height: 50px;
}
.visit .visit-section.sec3 .how-list > li .txt-set .txt {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}
.visit .visit-section.sec3 .how-list > li .txt-set .column {
  display: flex;
  align-items: center;
  gap: 5px;
}
.visit .visit-section.sec3 .how-list > li .txt-set .column .in-logo {
  flex-shrink: 0;
  width: 24px;
  margin-top: -5px;
}
.visit .visit-section.sec3 .how-list > li .txt-set .column .in-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec3 .how-list > li .icon {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.visit .visit-section.sec3 .how-list > li .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec3 .how-list > li:first-child {
  padding-left: 0;
}
.visit .visit-section.sec3 .how-list > li:last-child {
  padding-right: 0;
}
.visit .visit-section.sec3 .how-list > li + li {
  border-left: 1px solid #eaeaea;
}
.visit .visit-section.sec3 .cmt {
  text-align: center;
}
.visit .visit-section.sec3 .cmt > p {
  margin: 0;
  font-size: 10px;
  color: #812990;
  line-height: 1.4;
  word-break: keep-all;
}
.visit .visit-section.sec4 {
  background: #fff;
}
.visit .visit-section.sec4 .service-store .box-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  background: #f3f3f3;
}
.visit .visit-section.sec4 .service-store .box-header .tit {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 22px;
  color: #802890;
  font-weight: 700;
}
.visit .visit-section.sec4 .service-store .box-header .tit::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url("/assets/img/service/visit/icon_store.svg") no-repeat 0/contain;
}
.visit .visit-section.sec4 .service-store .box-header .inp-srch {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #999;
}
.visit .visit-section.sec4 .service-store .box-header .inp-srch .icon {
  flex-shrink: 0;
  width: 24px;
}
.visit .visit-section.sec4 .service-store .box-header .inp-srch .icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec4 .service-store .box-header .inp-srch .inp {
  width: 100%;
  height: 30px;
  border: 0;
  padding: 0;
  background: transparent;
  font-size: 15px;
  color: #333;
  font-weight: 700;
}
.visit .visit-section.sec4 .service-store .box-header .inp-srch .inp:focus {
  outline: none;
}
.visit .visit-section.sec4 .service-store .box-header .inp-srch .inp::placeholder {
  font-size: 15px;
  color: #bbb;
}
.visit .visit-section.sec4 .service-store .box-body {
  padding: 10px 30px 50px;
  background: #f7f7f7;
}
.visit .visit-section.sec4 .service-store .box-body .table-top {
  padding: 10px;
}
.visit .visit-section.sec4 .service-store .box-body .table-top .total {
  display: flex;
  align-items: center;
  gap: 5px;
}
.visit .visit-section.sec4 .service-store .box-body .table-top .total .label {
  font-size: 16px;
  color: #666;
}
.visit .visit-section.sec4 .service-store .box-body .table-top .total .num {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.visit .visit-section.sec4 .service-store .box-body .list-table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td {
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #999;
  background: #f7f7f7;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td .column {
  display: flex;
  align-items: center;
  gap: 10px;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td .column .in-logo {
  width: 28px;
  margin-top: -4px;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td .column .in-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td .column .in-tel {
  width: 20px;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td .column .in-tel > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td .column .txt {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td .column .tel {
  font-size: 16px;
  color: #000;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody td .column .tel:hover {
  border: none;
}
.visit .visit-section.sec4 .service-store .box-body .list-table tbody tr.no-data td {
  text-align: center;
  font-size: 14px;
  color: #000;
  padding: 30px 0;
}

/*# sourceMappingURL=style.css.map */
