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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*body {
	line-height: 1;
}*/
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
strong {
  font-weight: bold;
}

label {
  cursor: pointer;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-selection {
  /* Code for Firefox */
  background: #fae6da;
}

::selection {
  background: #fae6da;
}


.box {
  background-color: #2196f3;
  color: #fff;
  height: 50px;
  text-align: center;
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: -4px;
}
.row > * {
  padding: 4px;
  box-sizing: border-box;
}

.col {
  flex: 1 0 0;
  width: auto;
}

.col-1 {
  flex: 0 0 4.1666666667%;
  min-width: 4.1666666667%;
}

.col-2 {
  flex: 0 0 8.3333333333%;
  min-width: 8.3333333333%;
}

.col-3 {
  flex: 0 0 12.5%;
  min-width: 12.5%;
}

.col-4 {
  flex: 0 0 16.6666666667%;
  min-width: 16.6666666667%;
}

.col-5 {
  flex: 0 0 20.8333333333%;
  min-width: 20.8333333333%;
}

.col-6 {
  flex: 0 0 25%;
  min-width: 25%;
}

.col-7 {
  flex: 0 0 29.1666666667%;
  min-width: 29.1666666667%;
}

.col-8 {
  flex: 0 0 33.3333333333%;
  min-width: 33.3333333333%;
}

.col-9 {
  flex: 0 0 37.5%;
  min-width: 37.5%;
}

.col-10 {
  flex: 0 0 41.6666666667%;
  min-width: 41.6666666667%;
}

.col-11 {
  flex: 0 0 45.8333333333%;
  min-width: 45.8333333333%;
}

.col-12 {
  flex: 0 0 50%;
  min-width: 50%;
}

.col-13 {
  flex: 0 0 54.1666666667%;
  min-width: 54.1666666667%;
}

.col-14 {
  flex: 0 0 58.3333333333%;
  min-width: 58.3333333333%;
}

.col-15 {
  flex: 0 0 62.5%;
  min-width: 62.5%;
}

.col-16 {
  flex: 0 0 66.6666666667%;
  min-width: 66.6666666667%;
}

.col-17 {
  flex: 0 0 70.8333333333%;
  min-width: 70.8333333333%;
}

.col-18 {
  flex: 0 0 75%;
  min-width: 75%;
}

.col-19 {
  flex: 0 0 79.1666666667%;
  min-width: 79.1666666667%;
}

.col-20 {
  flex: 0 0 83.3333333333%;
  min-width: 83.3333333333%;
}

.col-21 {
  flex: 0 0 87.5%;
  min-width: 87.5%;
}

.col-22 {
  flex: 0 0 91.6666666667%;
  min-width: 91.6666666667%;
}

.col-23 {
  flex: 0 0 95.8333333333%;
  min-width: 95.8333333333%;
}

.col-24 {
  flex: 0 0 100%;
  min-width: 100%;
}

.col-sm-1 {
  flex: 0 0 4.1666666667%;
  min-width: 4.1666666667%;
}

.col-sm-2 {
  flex: 0 0 8.3333333333%;
  min-width: 8.3333333333%;
}

.col-sm-3 {
  flex: 0 0 12.5%;
  min-width: 12.5%;
}

.col-sm-4 {
  flex: 0 0 16.6666666667%;
  min-width: 16.6666666667%;
}

.col-sm-5 {
  flex: 0 0 20.8333333333%;
  min-width: 20.8333333333%;
}

.col-sm-6 {
  flex: 0 0 25%;
  min-width: 25%;
}

.col-sm-7 {
  flex: 0 0 29.1666666667%;
  min-width: 29.1666666667%;
}

.col-sm-8 {
  flex: 0 0 33.3333333333%;
  min-width: 33.3333333333%;
}

.col-sm-9 {
  flex: 0 0 37.5%;
  min-width: 37.5%;
}

.col-sm-10 {
  flex: 0 0 41.6666666667%;
  min-width: 41.6666666667%;
}

.col-sm-11 {
  flex: 0 0 45.8333333333%;
  min-width: 45.8333333333%;
}

.col-sm-12 {
  flex: 0 0 50%;
  min-width: 50%;
}

.col-sm-13 {
  flex: 0 0 54.1666666667%;
  min-width: 54.1666666667%;
}

.col-sm-14 {
  flex: 0 0 58.3333333333%;
  min-width: 58.3333333333%;
}

.col-sm-15 {
  flex: 0 0 62.5%;
  min-width: 62.5%;
}

.col-sm-16 {
  flex: 0 0 66.6666666667%;
  min-width: 66.6666666667%;
}

.col-sm-17 {
  flex: 0 0 70.8333333333%;
  min-width: 70.8333333333%;
}

.col-sm-18 {
  flex: 0 0 75%;
  min-width: 75%;
}

.col-sm-19 {
  flex: 0 0 79.1666666667%;
  min-width: 79.1666666667%;
}

.col-sm-20 {
  flex: 0 0 83.3333333333%;
  min-width: 83.3333333333%;
}

.col-sm-21 {
  flex: 0 0 87.5%;
  min-width: 87.5%;
}

.col-sm-22 {
  flex: 0 0 91.6666666667%;
  min-width: 91.6666666667%;
}

.col-sm-23 {
  flex: 0 0 95.8333333333%;
  min-width: 95.8333333333%;
}

.col-sm-24 {
  flex: 0 0 100%;
  min-width: 100%;
}

@media screen and (min-width: 40em) {
  .col-md-1 {
    flex: 0 0 4.1666666667%;
    min-width: 4.1666666667%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-2 {
    flex: 0 0 8.3333333333%;
    min-width: 8.3333333333%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-3 {
    flex: 0 0 12.5%;
    min-width: 12.5%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-4 {
    flex: 0 0 16.6666666667%;
    min-width: 16.6666666667%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-5 {
    flex: 0 0 20.8333333333%;
    min-width: 20.8333333333%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-6 {
    flex: 0 0 25%;
    min-width: 25%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-7 {
    flex: 0 0 29.1666666667%;
    min-width: 29.1666666667%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-8 {
    flex: 0 0 33.3333333333%;
    min-width: 33.3333333333%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-9 {
    flex: 0 0 37.5%;
    min-width: 37.5%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-10 {
    flex: 0 0 41.6666666667%;
    min-width: 41.6666666667%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-11 {
    flex: 0 0 45.8333333333%;
    min-width: 45.8333333333%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-12 {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-13 {
    flex: 0 0 54.1666666667%;
    min-width: 54.1666666667%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-14 {
    flex: 0 0 58.3333333333%;
    min-width: 58.3333333333%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-15 {
    flex: 0 0 62.5%;
    min-width: 62.5%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-16 {
    flex: 0 0 66.6666666667%;
    min-width: 66.6666666667%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-17 {
    flex: 0 0 70.8333333333%;
    min-width: 70.8333333333%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-18 {
    flex: 0 0 75%;
    min-width: 75%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-19 {
    flex: 0 0 79.1666666667%;
    min-width: 79.1666666667%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-20 {
    flex: 0 0 83.3333333333%;
    min-width: 83.3333333333%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-21 {
    flex: 0 0 87.5%;
    min-width: 87.5%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-22 {
    flex: 0 0 91.6666666667%;
    min-width: 91.6666666667%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-23 {
    flex: 0 0 95.8333333333%;
    min-width: 95.8333333333%;
  }
}

@media screen and (min-width: 40em) {
  .col-md-24 {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-1 {
    flex: 0 0 4.1666666667%;
    min-width: 4.1666666667%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-2 {
    flex: 0 0 8.3333333333%;
    min-width: 8.3333333333%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-3 {
    flex: 0 0 12.5%;
    min-width: 12.5%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-4 {
    flex: 0 0 16.6666666667%;
    min-width: 16.6666666667%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-5 {
    flex: 0 0 20.8333333333%;
    min-width: 20.8333333333%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-6 {
    flex: 0 0 25%;
    min-width: 25%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-7 {
    flex: 0 0 29.1666666667%;
    min-width: 29.1666666667%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-8 {
    flex: 0 0 33.3333333333%;
    min-width: 33.3333333333%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-9 {
    flex: 0 0 37.5%;
    min-width: 37.5%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-10 {
    flex: 0 0 41.6666666667%;
    min-width: 41.6666666667%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-11 {
    flex: 0 0 45.8333333333%;
    min-width: 45.8333333333%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-12 {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-13 {
    flex: 0 0 54.1666666667%;
    min-width: 54.1666666667%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-14 {
    flex: 0 0 58.3333333333%;
    min-width: 58.3333333333%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-15 {
    flex: 0 0 62.5%;
    min-width: 62.5%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-16 {
    flex: 0 0 66.6666666667%;
    min-width: 66.6666666667%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-17 {
    flex: 0 0 70.8333333333%;
    min-width: 70.8333333333%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-18 {
    flex: 0 0 75%;
    min-width: 75%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-19 {
    flex: 0 0 79.1666666667%;
    min-width: 79.1666666667%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-20 {
    flex: 0 0 83.3333333333%;
    min-width: 83.3333333333%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-21 {
    flex: 0 0 87.5%;
    min-width: 87.5%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-22 {
    flex: 0 0 91.6666666667%;
    min-width: 91.6666666667%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-23 {
    flex: 0 0 95.8333333333%;
    min-width: 95.8333333333%;
  }
}

@media screen and (min-width: 64em) {
  .col-lg-24 {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

.me-auto {
  margin-right: auto;
}

.ms-auto {
  margin-left: auto;
}

.col-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.col-grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.col-grow-3 {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -moz-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.col-grow-4 {
  -webkit-box-flex: 4;
  -webkit-flex-grow: 4;
  -moz-flex-grow: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

.col-grow-5 {
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
  -moz-flex-grow: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.col-grow-6 {
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
  -moz-flex-grow: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
}

.col-grow-7 {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -moz-flex-grow: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
}

.col-grow-8 {
  -webkit-box-flex: 8;
  -webkit-flex-grow: 8;
  -moz-flex-grow: 8;
  -ms-flex-positive: 8;
  flex-grow: 8;
}

.col-grow-9 {
  -webkit-box-flex: 9;
  -webkit-flex-grow: 9;
  -moz-flex-grow: 9;
  -ms-flex-positive: 9;
  flex-grow: 9;
}

.col-grow-10 {
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -moz-flex-grow: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
}

.col-grow-11 {
  -webkit-box-flex: 11;
  -webkit-flex-grow: 11;
  -moz-flex-grow: 11;
  -ms-flex-positive: 11;
  flex-grow: 11;
}

.col-grow-12 {
  -webkit-box-flex: 12;
  -webkit-flex-grow: 12;
  -moz-flex-grow: 12;
  -ms-flex-positive: 12;
  flex-grow: 12;
}

.col-grow-13 {
  -webkit-box-flex: 13;
  -webkit-flex-grow: 13;
  -moz-flex-grow: 13;
  -ms-flex-positive: 13;
  flex-grow: 13;
}

.col-grow-14 {
  -webkit-box-flex: 14;
  -webkit-flex-grow: 14;
  -moz-flex-grow: 14;
  -ms-flex-positive: 14;
  flex-grow: 14;
}

.col-grow-15 {
  -webkit-box-flex: 15;
  -webkit-flex-grow: 15;
  -moz-flex-grow: 15;
  -ms-flex-positive: 15;
  flex-grow: 15;
}

.col-grow-16 {
  -webkit-box-flex: 16;
  -webkit-flex-grow: 16;
  -moz-flex-grow: 16;
  -ms-flex-positive: 16;
  flex-grow: 16;
}

.col-grow-17 {
  -webkit-box-flex: 17;
  -webkit-flex-grow: 17;
  -moz-flex-grow: 17;
  -ms-flex-positive: 17;
  flex-grow: 17;
}

.col-grow-18 {
  -webkit-box-flex: 18;
  -webkit-flex-grow: 18;
  -moz-flex-grow: 18;
  -ms-flex-positive: 18;
  flex-grow: 18;
}

.col-grow-19 {
  -webkit-box-flex: 19;
  -webkit-flex-grow: 19;
  -moz-flex-grow: 19;
  -ms-flex-positive: 19;
  flex-grow: 19;
}

.col-grow-20 {
  -webkit-box-flex: 20;
  -webkit-flex-grow: 20;
  -moz-flex-grow: 20;
  -ms-flex-positive: 20;
  flex-grow: 20;
}

.col-grow-21 {
  -webkit-box-flex: 21;
  -webkit-flex-grow: 21;
  -moz-flex-grow: 21;
  -ms-flex-positive: 21;
  flex-grow: 21;
}

.col-grow-22 {
  -webkit-box-flex: 22;
  -webkit-flex-grow: 22;
  -moz-flex-grow: 22;
  -ms-flex-positive: 22;
  flex-grow: 22;
}

.col-grow-23 {
  -webkit-box-flex: 23;
  -webkit-flex-grow: 23;
  -moz-flex-grow: 23;
  -ms-flex-positive: 23;
  flex-grow: 23;
}

.col-grow-24 {
  -webkit-box-flex: 24;
  -webkit-flex-grow: 24;
  -moz-flex-grow: 24;
  -ms-flex-positive: 24;
  flex-grow: 24;
}



.error,
.invalid {
  color: #e91818;
}

label.error,
label.invalid {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.form-alert {
  position: relative;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  background-color: #f7f8fa;
  font-size: 13px;
  color: #666;
}
.form-alert__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
.form-alert__title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.form-help {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}
.form-help--secondary {
  color: #0d47a1;
}

.form-list {
  position: relative;
}
.form-list + .form-list {
  margin-top: 16px;
}
.form-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-list__item.info_join_login{
  flex-direction: column;
}
.form-list--vertical .form-list__item {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-list__item + .form-list__item {
  margin-top: 16px;
}
.form-list--account .form-list__item {
  margin-top: 0;
}
.form-list__item--submit {
  margin-top: 30px !important;
}
.form-list__item > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form-list__label {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 90px;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.7142857143;
  word-break: keep-all;
}
.form-list--vertical .form-list__label {
  width: auto;
  margin: 0 0 12px;
  line-height: inherit;
}
.form-list--account .form-list__label {
  width: 100px;
}
.form-list--card .form-list__label {
  width: 60px;
}
.section .form-list__label {
  font-weight: 500;
  color: #333;
}
.form-list__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.form-list__value .row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-result {
  padding: 10px 0;
}
.form-result__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-result__item + .form-result__item {
  margin-top: 10px;
}
.form-result.priceInfo .form-result__item:nth-child(2) {
  margin-top: 0;
}
.form-result.priceInfo{
  display: none;
}

.form-result__label {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 100px;
}

.form-result__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  color: #666;
}

.form-result__notify {
  color: #0d47a1;
}
.LoginCheckTextBox{
  display: flex;
  font-size: 14px;
  gap: 5px;
  color:#9b9b9b;
  word-break: keep-all;
}


.LoginCheckTextBox p{
  width:12px;
  height: 6px;
  margin-top: 8px;
  margin-bottom: 4px;
  border: 2px solid red;
  border-top:0;
  border-right: 0;
  transform: rotate(-45deg);
  transform-origin: 25% 25%;
}
.form-field {
  display: inline-block;
  vertical-align: top;
}
.form-field--block {
  display: block;
}

.form-affix {
  position: relative;
}

.form-suffix {
  position: absolute;
  right: 0;
  top: 0;
}

.form-label {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}
.form-label__required {
  vertical-align: middle;
  color: #000;
}

.form-required {
  color: #000;
}

.form-input-wrapper {
  position: relative;
  padding-right: 170px;
}
.form-input-wrapper .form-btn {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 160px;
}

.form-input {
  display: inline-block;
  outline: none;
  border: 1px solid #ced4da;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  color: #000;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  height: 38px;
  padding: 7px 11px;
  font-size: 14px;
  border-radius: 6px;
}
.form-input--border-less {
  border: 0;
}
.form-input--gray {
  border-color: #eee;
  background-color: #f9f9f9;
}
.form-input--block {
  width: 100% !important;
}
.form-input--inline {
  display: inline-block;
  width: auto;
}
.form-input:hover, .form-input:focus {
  border-color: #000;
}
.form-input--error, .form-input--invalid, .form-input.error, .form-input.invalid {
  border-color: #e91818;
}
.form-input:disabled, .form-input:disabled:hover, .form-input:disabled:focus, .form-input--disabled, .form-input--disabled:hover, .form-input--disabled:focus {
  cursor: no-drop;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #c0c0c0;
}
.form-input:read-only, .form-input:read-only:hover, .form-input:read-only:focus {
  cursor: no-drop;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.form-input::-ms-clear, .form-input::-ms-reveal, .form-input::-ms-expand {
  display: none;
}
.form-input--xl {
  height: 60px;
  padding: 14.9px 11px;
  font-size: 18px;
  border-radius: 6px;
}
.form-input--lg {
  height: 48px;
  padding: 12px 11px;
  font-size: 14px;
  border-radius: 6px;
}
.form-input--sm {
  height: 32px;
  padding: 4.8px 7px;
  font-size: 13px;
  border-radius: 6px;
}
.form-input--xs {
  height: 24px;
  padding: 1.6px 7px;
  font-size: 12px;
  border-radius: 6px;
}

.form-file {
  display: inline-block;
  outline: none;
  border: 1px solid #ced4da;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  color: #000;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  height: 38px;
  padding: 7px 11px;
  font-size: 14px;
  border-radius: 6px;
}
.form-file--border-less {
  border: 0;
}
.form-file--gray {
  border-color: #eee;
  background-color: #f9f9f9;
}
.form-file--block {
  width: 100% !important;
}
.form-file--inline {
  display: inline-block;
  width: auto;
}
.form-file:hover, .form-file:focus {
  border-color: #000;
}
.form-file--error, .form-file--invalid, .form-file.error, .form-file.invalid {
  border-color: #e91818;
}
.form-file:disabled, .form-file:disabled:hover, .form-file:disabled:focus, .form-file--disabled, .form-file--disabled:hover, .form-file--disabled:focus {
  cursor: no-drop;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #c0c0c0;
}
.form-file::-ms-clear, .form-file::-ms-reveal, .form-file::-ms-expand {
  display: none;
}
.form-file--xl {
  height: 60px;
  padding: 14.9px 11px;
  font-size: 18px;
  border-radius: 6px;
}
.form-file--lg {
  height: 48px;
  padding: 12px 11px;
  font-size: 14px;
  border-radius: 6px;
}
.form-file--sm {
  height: 32px;
  padding: 4.8px 7px;
  font-size: 13px;
  border-radius: 6px;
}
.form-file--xs {
  height: 24px;
  padding: 1.6px 7px;
  font-size: 12px;
  border-radius: 6px;
}

.form-counter {
  position: relative;
  overflow: hidden;
  border: 1px solid #ced4da;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}

.form-counter.form-counter-disabled *{
  color: #aaa;
  background: #eee !important;
}
.form-counter .form-input {
  border: 0;
  background-color: transparent;
  text-align: center;
  cursor: inherit;
}
.form-counter .form-input:hover, .form-counter .form-input:focus {
  background-color: transparent;
  cursor: inherit;
}
.form-counter .form-input--xs {
  height: 22px;
}
.form-counter .form-input--sm {
  height: 30px;
}
.form-counter .btn {
  width: 38px;
  border: 0;
  border-radius: 0;
}
.form-counter .btn--xs {
  width: 24px;
  height: 22px;
}
.form-counter .btn--sm {
  width: 32px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .form-counter .btn:hover {
    background-color: rgba(13, 71, 161, 0.06);
    color: #0d47a1;
  }
}
.form-counter .btn--decrement {
  position: absolute !important;
  left: 0;
  top: 0;
}
.form-counter .btn--increment {
  position: absolute !important;
  right: 0;
  top: 0;
}

.form-textarea-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.form-textarea {
  display: inline-block;
  outline: none;
  border: 1px solid #ced4da;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  color: #000;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  height: auto;
  padding: 12px 11px;
  font-size: 14px;
  border-radius: 6px;
  resize: none;
}
.form-textarea--border-less {
  border: 0;
}
.form-textarea--gray {
  border-color: #eee;
  background-color: #f9f9f9;
}
.form-textarea--block {
  width: 100% !important;
}
.form-textarea--inline {
  display: inline-block;
  width: auto;
}
.form-textarea:hover, .form-textarea:focus {
  border-color: #000;
}
.form-textarea--error, .form-textarea--invalid, .form-textarea.error, .form-textarea.invalid {
  border-color: #e91818;
}
.form-textarea:disabled, .form-textarea:disabled:hover, .form-textarea:disabled:focus, .form-textarea--disabled, .form-textarea--disabled:hover, .form-textarea--disabled:focus {
  cursor: no-drop;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #c0c0c0;
}
.form-textarea::-ms-clear, .form-textarea::-ms-reveal, .form-textarea::-ms-expand {
  display: none;
}
.form-textarea--character {
  padding-bottom: 40px;
}
.form-textarea--character + .character-counter-indicator {
  position: absolute;
  bottom: 10px;
  right: 11px;
  font-size: 12px;
  text-align: right;
  color: #666;
}
.form-textarea--character + .character-counter-indicator.error {
  color: #e91818;
}

.form-select {
  display: inline-block;
  outline: none;
  border: 1px solid #ced4da;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  vertical-align: middle;
  color: #000;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  height: 38px;
  padding: 7px 11px;
  font-size: 14px;
  border-radius: 6px;
  padding: 0 38px 0 11px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-arrow-down.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 11px) center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select--border-less {
  border: 0;
}
.form-select--gray {
  border-color: #eee;
  background-color: #f9f9f9;
}
.form-select--block {
  width: 100% !important;
}
.form-select--inline {
  display: inline-block;
  width: auto;
}
.form-select:hover, .form-select:focus {
  border-color: #000;
}
.form-select--error, .form-select--invalid, .form-select.error, .form-select.invalid {
  border-color: #e91818;
}
.form-select:disabled, .form-select:disabled:hover, .form-select:disabled:focus, .form-select--disabled, .form-select--disabled:hover, .form-select--disabled:focus {
  cursor: no-drop;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #c0c0c0;
}
.form-select::-ms-clear, .form-select::-ms-reveal, .form-select::-ms-expand {
  display: none;
}
.form-select--xl {
  height: 60px;
  padding: 14.9px 11px;
  font-size: 18px;
  border-radius: 6px;
}
.form-select--lg {
  height: 48px;
  padding: 12px 11px;
  font-size: 14px;
  border-radius: 6px;
}
.form-select--sm {
  height: 32px;
  padding: 4.8px 7px;
  font-size: 13px;
  border-radius: 6px;
}
.form-select--xs {
  height: 24px;
  padding: 1.6px 7px;
  font-size: 12px;
  border-radius: 6px;
}
.form-select--lg {
  padding: 0 48px 0 11px;
}
.form-select--sm {
  padding: 0 32px 0 7px;
}

input[type=radio].blind,
input[type=checkbox].blind {
  position: absolute;
  opacity: 0;
}

input[type=radio].blind:disabled + label,
input[type=checkbox].blind:disabled + label {
  cursor: not-allowed;
  background-color: #eee;
}


.form-radio {
  position: absolute;
  opacity: 0;
}
.form-radio + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.form-radio + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 100%;
  background-color: #ced4da;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-check.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-check@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 0.5s cubic-bezier(0.15, 0.88, 0.15, 0.97);
}
.form-radio:checked + label::before {
  background-color: #0d47a1;
}
.form-radio:disabled + label {
  cursor: not-allowed;
}
.form-radio:disabled + label::before {
  background-color: #eee;
}

.form-checkbox {
  position: absolute;
  opacity: 0;
}
.form-checkbox + label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.form-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-color: #ced4da;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-check.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-check@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background 0.5s cubic-bezier(0.15, 0.88, 0.15, 0.97);
}
.form-checkbox:checked + label::before {
  background-color: #0d47a1;
}
.form-checkbox:disabled + label {
  cursor: not-allowed;
}
.form-checkbox:disabled + label::before {
  background-color: #eee;
}

.form-search {
  position: relative;
}
.form-search .form-input {
  padding-right: 38px;
}
.form-search__btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  outline: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 0.4;
}
.form-search__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-search.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-search@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}


.now-buy-modal {
  display: none;
  position: fixed;
  z-index: 2001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
}

.now-buy-modal-content {
  width: 90%;
  max-width: 500px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.now-buy-modal-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.now-buy-modal-title{
  font-size: 18px;
  flex-grow: 30;
  text-align: center;
  font-weight: 800;
}
.now-buy-modal-close{
  flex-grow: 1;
  text-align: center;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.now-buy-modal-close:hover {
  color: #000;
}
#nowbuymodalText{
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nbm-title{
  font-size: 16px;
  font-weight: 500;
}
.nbm-required span{
  color: #ff2b14;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.nbm-progress-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 0;
  overflow: hidden;
}
.nbm-progress-inner{
  position: relative;
  flex-grow: 30;
  margin-top: 24px;
}
.nbm-progress-text{
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
}
body.modal-open {
  overflow: hidden;
}
/*svg 컨트롤*/
#title_x5F_text tspan{
  font-family: 'Pretendard';
  font-weight: 700;
}
#sub_x5F_title_x5F_text text{
  font-family: 'Pretendard';
  font-weight: 500;
}
#calender_x5F_text text{
  font-family: 'Pretendard';
  font-weight: 600;
}






#progress {
  appearance: none;
  width: 100%;
  height: 4px;
}
#progress::-webkit-progress-bar {
  background:#f0f0f0;
  border-radius:10px;
  box-shadow: inset 3px 3px 10px #ccc;
}
#progress::-webkit-progress-value {
  border-radius:10px;
  background: #f0f0f0;
  background: -webkit-linear-gradient(to right, #f0f0f0, #e7141a);
  background: linear-gradient(to right, #f0f0f0, #e7141a);
}
.nbm-progress-logo{
  display: block;
  width: 55px;
  height: 14px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/common/logo-b.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.nbm-progress-price{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
#nowbuyModal .product-button{
  position: initial;
  padding: 0;
  border: 0;
  background: transparent;
  height: auto;
}
.nbm-progress-truck {
  width: 50px;
  height: 27px;
  position: absolute;
  top: -30px;
  /*background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/product/now_buy/now_buy_truck.png");*/
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/product/now_buy/now_buy_truck.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@keyframes movetruckfast {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 10px;
    opacity: 0;
  }
}

.nbm-progress-truck-fast-wrap{
  position: absolute;
  top: 4px;
  left: -22px;
  width: 20px;
  height: 12px;
}
.nbm-progress-truck-fast{
  position: absolute;
  height: 2px;
  background: #e7141a;
  border-radius: 1px;
  right: 0;
}
.nbm-progress-truck-fast:nth-child(1){
  top: 0;
  width: 20px;
  animation: movetruckfast .5s infinite;
}
.nbm-progress-truck-fast:nth-child(2){
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  animation: movetruckfast .6s infinite;
}
.nbm-progress-truck-fast:nth-child(3){
  bottom: 0;
  width: 10px;
  animation: movetruckfast .7s infinite;
}


@media only screen and (max-width: 425px) {
  .nbm-progress-wrap{gap: 20px;}
  .nbm-progress-logo{
    width: 42px;
    height: 9px;
  }
  .nbm-progress-price {
    font-size: 12px;
  }

}

.kakao-modal {
  display: none;
  position: fixed;
  z-index: 2001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.kakao-modal-content {
  width: 90%;
  max-width: 300px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0,0,0,.25);
  border-radius: 40px;
  padding: 20px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.kakao-modal-ctt{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kakao-modal-logo{
  display: block;
  width: 64px;
  height: 12px;
  background-image: url('https://storage.miima.co.kr/v2/web/public/assets/images/common/logo-b.png');
  background-size: contain;
  background-repeat: no-repeat;
}
#kakao-modal-text{
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.kakao-modal-loading{
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  border-top-color: red;
  border-radius: 100%;
  animation: loading-spin 1s ease-in-out infinite;
}

@keyframes loading-spin {
  100%
  {
    transform: rotate(360deg);
  }
}

.kakao-modal-Progress {
  position: relative;
  width: 20px;
  height: 20px;
}

.kakao-modal-check {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent red red transparent;
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

@media only screen and (max-width: 767px) {
  .kakao-modal-content {
    max-width: 340px;
  }
}
@media only screen and (max-width: 500px) {
  .kakao-modal-content {
    max-width: 320px;
    padding: 15px 0;
  }
  .kakao-modal-ctt {
    justify-content: center;
    gap:5px;
  }
  #kakao-modal-text {
    font-size: 14px;
  }

}


.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  padding: 16px;
  overflow: auto;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.blocker::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker::behind {
  background-color: transparent;
}

.modal {
  display: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 480px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  vertical-align: middle;
  text-align: left;
}
.modal.modal-overflow-v{
  overflow:visible;
}
.modal.modal-overflow-v .dialog__footer{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.modal--review {
  max-width: 480px;
}
.modal--review img {
  display: block;
  width: 100%;
}
.modal a.close-modal {
  display: block;
  position: absolute;
  top: 18px;
  right: 14px;
  width: 30px;
  height: 30px;
  text-indent: -9999em;
}
.modal a.close-modal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-modal-close.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-modal-close@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.modal__body {
  padding: 20px 20px 30px;
}
.modal__title {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.modal__content {
  font-size: 14px;
  text-align: left;
}
.modal__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.modal__footer .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 !important;
}

.dialog {
  max-width: 320px;
}
.dialog__body {
  padding: 20px 20px 30px;
  text-align: center;
}
.dialog__title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
}
.dialog__content {
  font-size: 14px;
}
.dialog__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.dialog__footer .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0 !important;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}



.btn {
  line-height: 1.5715;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 1px solid transparent;
  background-image: none;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 38px;
  padding: 7.8px 11px;
  font-size: 13px;
  border-radius: 6px;
  color: #000;
  background: #fff;
  border-color: #ced4da;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.btn, .btn:active, .btn:focus {
  outline: 0;
}
.btn:not([disabled]):hover {
  text-decoration: none;
}
.btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}
.btn[disabled] {
  cursor: not-allowed;
}
.btn[disabled] > * {
  pointer-events: none;
}
.btn--xl {
  height: 60px;
  padding: 14.9px 11px;
  font-size: 18px;
  border-radius: 6px;
}
.btn--lg {
  height: 48px;
  padding: 12px 11px;
  font-size: 14px;
  border-radius: 6px;
}
.btn--sm {
  height: 32px;
  padding: 4.8px 7px;
  font-size: 13px;
  border-radius: 6px;
}
.btn--xs {
  height: 24px;
  padding: 1.6px 7px;
  font-size: 12px;
  border-radius: 6px;
}
.btn > a:only-child {
  color: currentColor;
}
.btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn:hover, .btn:focus {
  color: #262626;
  background: #fff;
  border-color: #262626;
}
.btn:hover > a:only-child, .btn:focus > a:only-child {
  color: currentColor;
}
.btn:hover > a:only-child::after, .btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn:active {
  color: #333333;
  background: #fff;
  border-color: #333333;
}
.btn:active > a:only-child {
  color: currentColor;
}
.btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active {
  color: #aaa;
  background: #eee;
  border-color: #ced4da;
  text-shadow: none;
  box-shadow: none;
}
.btn[disabled] > a:only-child, .btn[disabled]:hover > a:only-child, .btn[disabled]:focus > a:only-child, .btn[disabled]:active > a:only-child {
  color: currentColor;
}
.btn[disabled] > a:only-child::after, .btn[disabled]:hover > a:only-child::after, .btn[disabled]:focus > a:only-child::after, .btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn > span {
  display: inline-block;
  vertical-align: middle;
}
a.btn {
  padding-top: 0.01px !important;
  padding-bottom: 0.01px !important;
  line-height: 36px;
}
a.btn--lg {
  line-height: 46px;
}
a.btn--sm {
  line-height: 30px;
}

input[type=radio]:checked + label.btn, input[type=checkbox]:checked + label.btn {
  background-color: rgba(13, 71, 161, 0.06);
  border-color: rgba(13, 71, 161, 0.75);
  font-weight: 700;
  color: #0d47a1;
}

.btn--primary {
  color: #fff;
  background: #000;
  border-color: #000;
  font-weight: 700;
}
.btn--primary > a:only-child {
  color: currentColor;
}
.btn--primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--primary:hover, .btn--primary:focus {
  color: #fff;
  background: #262626;
  border-color: #262626;
}
.btn--primary:hover > a:only-child, .btn--primary:focus > a:only-child {
  color: currentColor;
}
.btn--primary:hover > a:only-child::after, .btn--primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--primary:active {
  color: #fff;
  background: #333333;
  border-color: #333333;
}
.btn--primary:active > a:only-child {
  color: currentColor;
}
.btn--primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--primary[disabled], .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled]:active {
  color: #aaa;
  background: #eee;
  border-color: #ced4da;
  text-shadow: none;
  box-shadow: none;
}
.btn--primary[disabled] > a:only-child, .btn--primary[disabled]:hover > a:only-child, .btn--primary[disabled]:focus > a:only-child, .btn--primary[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--primary[disabled] > a:only-child::after, .btn--primary[disabled]:hover > a:only-child::after, .btn--primary[disabled]:focus > a:only-child::after, .btn--primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--primary-lightness {
  color: #fff;
  background: #999999;
  border-color: #999999;
  font-weight: 700;
}
.btn--primary-lightness > a:only-child {
  color: currentColor;
}
.btn--primary-lightness > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--primary-lightness:hover, .btn--primary-lightness:focus {
  color: #fff;
  background: #a8a8a8;
  border-color: #a8a8a8;
}
.btn--primary-lightness:hover > a:only-child, .btn--primary-lightness:focus > a:only-child {
  color: currentColor;
}
.btn--primary-lightness:hover > a:only-child::after, .btn--primary-lightness:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--primary-lightness:active {
  color: #fff;
  background: #adadad;
  border-color: #adadad;
}
.btn--primary-lightness:active > a:only-child {
  color: currentColor;
}
.btn--primary-lightness:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--primary-lightness[disabled], .btn--primary-lightness[disabled]:hover, .btn--primary-lightness[disabled]:focus, .btn--primary-lightness[disabled]:active {
  color: #aaa;
  background: #eee;
  border-color: #ced4da;
  text-shadow: none;
  box-shadow: none;
}
.btn--primary-lightness[disabled] > a:only-child, .btn--primary-lightness[disabled]:hover > a:only-child, .btn--primary-lightness[disabled]:focus > a:only-child, .btn--primary-lightness[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--primary-lightness[disabled] > a:only-child::after, .btn--primary-lightness[disabled]:hover > a:only-child::after, .btn--primary-lightness[disabled]:focus > a:only-child::after, .btn--primary-lightness[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--secondary {
  color: #0d47a1;
  background: rgba(13, 71, 161, 0.06);
  border-color: rgba(13, 71, 161, 0.15);
  font-weight: 700;
}
.btn--secondary > a:only-child {
  color: currentColor;
}
.btn--secondary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--secondary[disabled], .btn--secondary[disabled]:hover, .btn--secondary[disabled]:focus, .btn--secondary[disabled]:active {
  color: #aaa;
  background: #eee;
  border-color: #ced4da;
  text-shadow: none;
  box-shadow: none;
}
.btn--secondary[disabled] > a:only-child, .btn--secondary[disabled]:hover > a:only-child, .btn--secondary[disabled]:focus > a:only-child, .btn--secondary[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--secondary[disabled] > a:only-child::after, .btn--secondary[disabled]:hover > a:only-child::after, .btn--secondary[disabled]:focus > a:only-child::after, .btn--secondary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #0d47a1;
  background: rgba(13, 71, 161, 0.06);
  border-color: rgba(13, 71, 161, 0.75);
}
.btn--secondary:hover > a:only-child, .btn--secondary:focus > a:only-child {
  color: currentColor;
}
.btn--secondary:hover > a:only-child::after, .btn--secondary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--danger {
  color: #e91818;
  background: #fff;
  border-color: #ced4da;
}
.btn--danger > a:only-child {
  color: currentColor;
}
.btn--danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--danger:hover, .btn--danger:focus {
  color: #262626;
  background: #fff;
  border-color: #262626;
}
.btn--danger:hover > a:only-child, .btn--danger:focus > a:only-child {
  color: currentColor;
}
.btn--danger:hover > a:only-child::after, .btn--danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--danger:active {
  color: #333333;
  background: #fff;
  border-color: #333333;
}
.btn--danger:active > a:only-child {
  color: currentColor;
}
.btn--danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--danger[disabled], .btn--danger[disabled]:hover, .btn--danger[disabled]:focus, .btn--danger[disabled]:active {
  color: #aaa;
  background: #eee;
  border-color: #ced4da;
  text-shadow: none;
  box-shadow: none;
}
.btn--danger[disabled] > a:only-child, .btn--danger[disabled]:hover > a:only-child, .btn--danger[disabled]:focus > a:only-child, .btn--danger[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--danger[disabled] > a:only-child::after, .btn--danger[disabled]:hover > a:only-child::after, .btn--danger[disabled]:focus > a:only-child::after, .btn--danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--danger:focus, .btn--danger:hover {
  color: #e91818;
}
.btn--link {
  min-width: auto;
  height: auto;
  padding: 0;
  font-size: inherit;
  line-height: 1.5715;
  color: #000;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
a.btn--link {
  line-height: 1.5715;
}

.btn--link > a:only-child {
  color: currentColor;
}
.btn--link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--link:hover, .btn--link:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.btn--link:hover > a:only-child, .btn--link:focus > a:only-child {
  color: currentColor;
}
.btn--link:hover > a:only-child::after, .btn--link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--link:active {
  color: #333333;
  background: transparent;
  border-color: #333333;
}
.btn--link:active > a:only-child {
  color: currentColor;
}
.btn--link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--link[disabled], .btn--link[disabled]:hover, .btn--link[disabled]:focus, .btn--link[disabled]:active {
  color: #aaa;
  background: #eee;
  border-color: #ced4da;
  text-shadow: none;
  box-shadow: none;
}
.btn--link[disabled] > a:only-child, .btn--link[disabled]:hover > a:only-child, .btn--link[disabled]:focus > a:only-child, .btn--link[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--link[disabled] > a:only-child::after, .btn--link[disabled]:hover > a:only-child::after, .btn--link[disabled]:focus > a:only-child::after, .btn--link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--link:hover {
  background: transparent;
}
.btn--link:hover, .btn--link:focus, .btn--link:active {
  border-color: transparent;
}
.btn--link[disabled], .btn--link[disabled]:hover, .btn--link[disabled]:focus, .btn--link[disabled]:active {
  color: #aaa;
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.btn--link[disabled] > a:only-child, .btn--link[disabled]:hover > a:only-child, .btn--link[disabled]:focus > a:only-child, .btn--link[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--link[disabled] > a:only-child::after, .btn--link[disabled]:hover > a:only-child::after, .btn--link[disabled]:focus > a:only-child::after, .btn--link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--text {
  height: auto;
  padding: 0;
  line-height: 1.5715;
  color: #000;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.btn--text > a:only-child {
  color: currentColor;
}
.btn--text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--text:hover, .btn--text:focus {
  color: #262626;
  background: transparent;
  border-color: #262626;
}
.btn--text:hover > a:only-child, .btn--text:focus > a:only-child {
  color: currentColor;
}
.btn--text:hover > a:only-child::after, .btn--text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--text:active {
  color: #333333;
  background: transparent;
  border-color: #333333;
}
.btn--text:active > a:only-child {
  color: currentColor;
}
.btn--text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--text[disabled], .btn--text[disabled]:hover, .btn--text[disabled]:focus, .btn--text[disabled]:active {
  color: #aaa;
  background: #eee;
  border-color: #ced4da;
  text-shadow: none;
  box-shadow: none;
}
.btn--text[disabled] > a:only-child, .btn--text[disabled]:hover > a:only-child, .btn--text[disabled]:focus > a:only-child, .btn--text[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--text[disabled] > a:only-child::after, .btn--text[disabled]:hover > a:only-child::after, .btn--text[disabled]:focus > a:only-child::after, .btn--text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--text:hover, .btn--text:focus {
  color: #000;
  background: transparent;
  border-color: transparent;
}
.btn--text[disabled], .btn--text[disabled]:hover, .btn--text[disabled]:focus, .btn--text[disabled]:active {
  color: #aaa;
  background: transparent;
  border-color: transparent;
  text-shadow: none;
  box-shadow: none;
}
.btn--text[disabled] > a:only-child, .btn--text[disabled]:hover > a:only-child, .btn--text[disabled]:focus > a:only-child, .btn--text[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--text[disabled] > a:only-child::after, .btn--text[disabled]:hover > a:only-child::after, .btn--text[disabled]:focus > a:only-child::after, .btn--text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--gray {
  color: #666;
}
.btn--icon-only {
  padding: 0;
  width: 38px;
  height: 38px;
}
.btn--icon-only::before {
  margin: 0 !important;
}
.btn--icon-only.btn--xl {
  width: 60px;
  height: 60px;
}
.btn--icon-only.btn--lg {
  width: 48px;
  height: 48px;
}
.btn--icon-only.btn--sm {
  width: 32px;
  height: 32px;
}
.btn--icon-only.btn--xs {
  width: 24px;
  height: 24px;
}
.btn--round {
  height: 38px;
  padding: 7.8px 19px;
  font-size: 13px;
  border-radius: 38px;
}
.btn--round.btn--xl {
  height: 60px;
  padding: 14.9px 30px;
  font-size: 18px;
  border-radius: 60px;
}
.btn--round.btn--lg {
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 48px;
}
.btn--round.btn--sm {
  height: 32px;
  padding: 4.8px 16px;
  font-size: 13px;
  border-radius: 32px;
}
.btn--round.btn--xs {
  height: 24px;
  padding: 1.6px 12px;
  font-size: 12px;
  border-radius: 24px;
}
.btn--borderless {
  border: 0;
  box-shadow: none;
}
.btn--square {
  border-radius: 0;
}
.btn--kakao {
  color: #000;
  background: #fee500;
  border-color: #fee500;
}
.btn--kakao > a:only-child {
  color: currentColor;
}
.btn--kakao > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--kakao:hover, .btn--kakao:focus {
  color: #262626;
  background: #fee500;
  border-color: #262626;
}
.btn--kakao:hover > a:only-child, .btn--kakao:focus > a:only-child {
  color: currentColor;
}
.btn--kakao:hover > a:only-child::after, .btn--kakao:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--kakao:active {
  color: #333333;
  background: #fee500;
  border-color: #333333;
}
.btn--kakao:active > a:only-child {
  color: currentColor;
}
.btn--kakao:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--kakao[disabled], .btn--kakao[disabled]:hover, .btn--kakao[disabled]:focus, .btn--kakao[disabled]:active {
  color: #aaa;
  background: #eee;
  border-color: #ced4da;
  text-shadow: none;
  box-shadow: none;
}
.btn--kakao[disabled] > a:only-child, .btn--kakao[disabled]:hover > a:only-child, .btn--kakao[disabled]:focus > a:only-child, .btn--kakao[disabled]:active > a:only-child {
  color: currentColor;
}
.btn--kakao[disabled] > a:only-child::after, .btn--kakao[disabled]:hover > a:only-child::after, .btn--kakao[disabled]:focus > a:only-child::after, .btn--kakao[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: "";
}
.btn--kakao::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-kakao.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-kakao@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn--kakao.btn--sm::before {
  width: 16px;
  height: 16px;
}
.btn--kakao.btn--xs::before {
  width: 14px;
  height: 14px;
}
.btn--symbol::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-symbol.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-symbol@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn--symbol.btn--sm::before {
  width: 16px;
  height: 16px;
}
.btn--symbol.btn--xs::before {
  width: 14px;
  height: 14px;
}
.btn--block {
  width: 100%;
}
.btn--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.address-search p{
  padding-left: 4px;
}
@media only screen and (max-width: 767px) {
  .address-search p{
    display: none;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow-anchor: none;
}

a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

.root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 80px;
}

.wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.header {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
  width: 100%;
  padding: 0 0px;
  background: #000;
  transform: translateZ(0);
}


.header-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  height: 80px;
}

.header-outer:not(.header-bar-up) {
  padding: 0 50px;
}
.header-outer.header-bar-up {
  max-width: initial !important;
}



.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.header-logo__link {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  text-indent: -999em;
}

.header-logo__link::before {
  content: "";
  display: block;
  width: 84px;
  height: 18px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/common/logo-w.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/common/logo-w@2x.png"), none;
  background-size: 84px 18px;
  background-repeat: no-repeat;
}

.header-logo__link--m {
  display: none;
}

.header-logo__link span {
  display: none;
}

.header-logo__text {
  display: none;
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-navi__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.header-navi__item + .header-navi__item {
  margin-left: 50px;
}

.header-navi__link {
  display: block;
  position: relative;
  font-size: 14px;
  color: #fff;
}

.header-navi__link--active {
  font-weight: 700;
}


.header-navi__icon {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-nav.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-nav@2x.png"), none;
  background-size: 90px 30px;
  background-repeat: no-repeat;
}

.header-navi__icon--bell {
  background-position: 0px 0;
}

.header-navi__icon--cart {
  background-position: -30px 0;
}
.header-navi__icon--fire {
  background-position: -60px 0;
}

.header-navi__badge {
  position: absolute;
  left: 18px;
  top: -3px;
  padding: 0 4px;
  min-width: 15px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 9px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  white-space: nowrap;
  color: #000;
}

.container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.content {
  max-width: 1180px;
  min-height: 600px;
  margin: 0 auto;
  padding: 20px 20px 40px;
}

.content--sm {
  max-width: 520px;
}

.footer {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  padding: 40px 50px;
  background: #f7f8fa;
}

.footer-outer {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.footer-logo {
  margin-bottom: 50px;
  display: inline-block;
}

.footer-logo::before {
  content: "";
  display: block;
  width: 84px;
  height: 18px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/common/logo-b.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/common/logo-b@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-logo span {
  display: none;
}

.footer-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.footer-navi__item + .footer-navi__item {
  margin-left: 24px;
}

.footer-navi__link {
  display: block;
  font-size: 14px;
  color: #333;
}

.footer-navi__link--bold {
  font-weight: 700;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}

.footer-social__item + .footer-social__item {
  margin-left: 10px;
}

.footer-social__link {
  display: block;
  overflow: hidden;
}

.footer-social__icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-social.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-social@2x.png"), none;
  background-size: 96px 24px;
  background-repeat: no-repeat;
}

.footer-social__icon--facebook {
  background-position: 0px 0;
}

.footer-social__icon--instagram {
  background-position: -24px 0;
}

.footer-social__icon--talk {
  background-position: -48px 0;
}

.footer-social__icon--blog {
  background-position: -72px 0;
}

.footer-social__text {
  display: none;
  text-indent: -999em;
}

.footer-info::before, .footer-info::after {
  display: table;
  content: "";
}

.footer-info::after {
  clear: both;
}

.footer-info__item {
  float: left;
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #999;
}

.footer-info__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background: #999;
}

.footer-info__item:nth-child(1), .footer-info__item:nth-child(4), .footer-info__item:nth-child(6), .footer-info__item:nth-child(7), .footer-info__item:nth-child(9) {
  clear: both;
  margin: 0;
  padding: 0;
}

.footer-info__item:nth-child(1)::before, .footer-info__item:nth-child(4)::before, .footer-info__item:nth-child(6)::before, .footer-info__item:nth-child(7)::before, .footer-info__item:nth-child(9)::before {
  display: none;
}

.navbar {
  display: none;
}

.tabnav {
  position: relative;
  z-index: 2000;
  background-color: #fff;
}

.tabnav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  border-bottom: 1px solid #ced4da;
}

.tabnav__outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
}

.tabnav__item {
  width: auto;
  height: auto;
}

.tabnav__item + .tabnav__item {
  margin-left: 70px;
}

.tabnav--flex .tabnav__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabnav--flex .tabnav__item + .tabnav__item {
  margin-left: 0;
}

.tabnav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 80px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #8b8b8b;
}

.product-tabs .tabnav__link {
  height: 60px;
}

.tabnav__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}

.tabnav__link--active {
  font-weight: 700;
  color: #000;
}

.tabnav__link--active::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.tabnav__badge {
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 10px;
  background-color: #eee;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  white-space: nowrap;
  color: #666;
}
.tabnav__text{
  word-break: keep-all;
}

.top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2700;
  transform: translateZ(0);
}

.top__btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.top__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-top.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-top@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .root {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .header {
    padding: 0 0px;
  }
  .header-outer {
    height: 60px;
  }

  .header-outer:not(.header-bar-up) {
    padding: 0 16px;
  }

  .header-logo__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 60px;
    margin: 0 -16px;
    padding: 0 16px;
  }
  .header-logo__link--w {
    display: none;
  }
  .header-logo--symbol .header-logo__link:before {
    width: 20px;
  }
  .header-logo--symbol-back .header-logo__link:before {
    background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-symbol-back.png");
    background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-symbol-back@2x.png"), none;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header-logo__text {
    display: block;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
  }
  .header-navi__item {
    display: none;
  }
  .header-navi__item + .header-navi__item {
    margin-left: 20px;
  }
  .header-navi__item:nth-last-child(-n+2) {
    display: block;
  }
  .content {
    padding: 10px 16px 38px;
  }
  .footer {
    padding: 24px 16px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-navi__link {
    font-size: 12px;
  }
  .footer-info__item {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .footer-info__item::before {
    display: none;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3000;
    width: 100%;
    height: 70px;
    border-top: 1px solid #ced4da;
    background: #f7f8fa;
    transform: translateZ(0);
  }

  .navbar__item{
    flex-grow: 1;
  }
  .navbar__item:last-child{
    position: relative;
  }
  .navbar__link {
    display: block;
    min-width: 68px;
  }
  .navbar__icon {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-navbar.png");
    background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-navbar@2x.png"), none;
    background-size: 150px 60px;
    background-repeat: no-repeat;
  }
  .navbar__icon--home {
    background-position: 0px 0;
  }
  .navbar__icon--brand {
    background-position: -30px 0;
  }
  .navbar__icon--basket {
    background-position: -60px 0;
  }
  .navbar__icon--truck {
    background-position: -90px 0;
  }
  .navbar__icon--user {
    background-position: -120px 0;
  }
  .navbar__link--active .navbar__icon--home {
    background-position: 0px -30px;
  }
  .navbar__link--active .navbar__icon--brand {
    background-position: -30px -30px;
  }
  .navbar__link--active .navbar__icon--basket {
    background-position: -60px -30px;
  }
  .navbar__link--active .navbar__icon--truck {
    background-position: -90px -30px;
  }
  .navbar__link--active .navbar__icon--user {
    background-position: -120px -30px;
  }
  .navbar__text {
    display: block;
    /*font-size: 11px;*/
    font-weight: 700;
    text-align: center;
    color: #666;
    font-family: "Noto Sans KR", sans-serif;
    line-height: 1.6;
    font-size: 12px;

  }
  .navbar__text .accent{
    font-weight: 900;
    font-size: 12px;
    color: #ff0000;
  }

  .navbar__link--active .navbar__text {
    color: #0d47a1;
  }
  .tabnav {
    padding: 0 16px;
  }
  .tabnav.product-tabs {
    margin: 0 -16px;
  }
  .tabnav--flex {
    padding: 0;
  }
  .tabnav__outer {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    justify-content: normal;
    max-width: inherit;
  }
  .tabnav--space-between .tabnav__outer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .tabnav__item + .tabnav__item {
    margin-left: 20px;
  }
  .tabnav--flex .tabnav__item + .tabnav__item {
    margin-left: 0;
  }
  .tabnav__link {
    height: 48px;
    font-size: 13px;
  }
  .product-tabs .tabnav__link {
    height: 48px;
  }
  .tabnav__badge {
    margin-left: 6px;
    padding: 0 6px;
    font-size: 9px;
    line-height: 15px;
  }
  .top {
    right: 16px;
    bottom: 86px;
  }
  .top__btn {
    width: 40px;
    height: 40px;
  }

  #kakao-talk-channel-multi-button {
    width: 40px;
    height: 40px;
  }

  .list_body {
    width: 80%;
  }
  .list_col {
    margin: 10px;
  }
}

@font-face {
  font-family: 'SBAggroB';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 30px;
}
.pagination__link {
  display: block;
  min-width: 30px;
  height: 30px;
  margin: 0 4px;
  padding: 0 4px;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  line-height: 28px;
  text-align: center;
  color: #929292;
}
.pagination__link--active {
  border-color: rgba(13, 71, 161, 0.15);
  background-color: rgba(13, 71, 161, 0.06);
  font-weight: 700;
  color: #0d47a1;
}

.section + .section {
  margin-top: 30px;
}
.detail_cart .section__header{
  margin-top: 30px;
  margin-bottom: 0;
}
.section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
.section__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.forever_nego {
  display: inline;
  background: linear-gradient(270deg, #0018ff 0%, #000cb3 50%, #0033cc 100%, #0018ff 100%);
  background-size: 200% 100%;
  background-position: 100% center;
  color: #fff;
  font-weight: bold;
  margin-top: -1px;
  border-radius: 12px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 2;
}
.miima_nego {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  background: linear-gradient(45deg, #0018ff, #000cb3, #0033cc, #0018ff);
  background-size: 400% 400%;
  color: #fff;
  font-weight: bold;
  animation: gradientAnimation 4s ease infinite;
}

.miima_nego > div{
  background: #ffffff;
  font-size: 16px;
  color: #0018ff;
  border-radius: 25px;
  line-height: 1.6;
  padding: 0 10px;
  margin-right: 4px;
  font-weight: 900;
}


.miima_nego:hover > div, .miima_nego:focus > div{
  background: #0018ff;
  color: #ffffff;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.product_nego2024_banner{
  background: #a0bcd9;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 20px;
  gap: 6px;
  color: #0014d3;
  font-weight: 900;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
.product_nego2024_banner span {
  position: relative;
  font-family: 'SBAggroB';
  color: #ffffff;
  margin-top: 4px;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -0.5px -0.5px 0.5px rgba(255, 255, 255, 0.7), 0.5px -0.5px 0.5px rgba(255, 255, 255, 0.7), -0.5px 0.5px 0.5px rgba(0, 0, 0, 0.3), 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.3);
}
.product_nego2024_banner span::after{
  content: '';
  display: block;
  transform: rotate(45deg);
  width: 2px;
  height: 3px;
  background: #a0bcd9;
  position: absolute;
  bottom: 4px;
  right: 0;
  border-left: 1.5px solid rgba(0, 0, 0, 0.5);
}

.item_exchange{
  gap: 4px;
}
.item_exchange.exchange_complete{
  color: #0d47a1;
  font-weight: 500;
  /*background-color: rgba(13, 71, 161, 0.06);*/
  border-color: #0d47a1;
}
.order-list__name__select{
  width: 100%;
}

.item_exchange::before{
  display: block;
  clear: both;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('https://storage.miima.co.kr/v2/web/public/assets/images/icon/item_exchange_icon.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: rotateIcon 2s linear infinite;
}
.item_exchange.exchange_complete::before{
  background-image: url('https://storage.miima.co.kr/v2/web/public/assets/images/icon/item_exchange_complete_icon.png');
  animation: none;
}

@keyframes rotateIcon {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section__search {
  margin-bottom: 20px;
}
.section__content + .section__content {
  margin-top: 30px;
}
.section__footer {
  margin-top: 30px;
}

.tabs__nav {
  margin-bottom: 12px;
}
.tabs__nav .btn {
  font-size: 14px;
}
.tabs__nav .btn--active {
  font-weight: 700;
}
.tabs__nav .btn + .btn {
  margin-left: 20px;
}

.badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: rgba(13, 71, 161, 0.06);
  font-size: 12px;
  font-weight: 700;
  color: #0d47a1;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.card + .card {
  margin-top: 12px;
}
.card label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
}
.card label::before {
  margin-top: 3px;
}
.card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 41px;
  padding: 10px 12px;
  border-bottom: 1px solid #efefef;
  background-color: #f7f8fa;
}
.card__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px;
}
label .card__body {
  padding: 0;
}
.card__action {
  border-top: 1px solid #efefef;
}
.card__action .col {
  position: relative;
}
.card__action .col + .col::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background: #dbdbdb;
}
.card__action .btn {
  height: 48px;
  border-radius: 0;
}
.card__action .btn[disabled], .card__action .btn[disabled]:focus, .card__action .btn[disabled]:hover, .card__action .btn[disabled]:active {
  background: #eee;
}
.card__action .btn--secondary {
  font-weight: 500;
  color: #0d47a1;
}
.card__action .btn--danger {
  color: #e91818;
}
.card__product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.card__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 4px;
}
.card__thumb {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  width: 90px;
  margin-right: 10px;
}
.card__thumb::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.card__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card__thumb.forever_nego::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.65);
  background-image: url('https://storage.miima.co.kr/miima_img/m_homepage/ETC/forever_nego.png');
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.card__meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.card__badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: rgba(13, 71, 161, 0.06);
  font-size: 12px;
  font-weight: 700;
  color: #0d47a1;
  max-width: max-content;
}
.card--disabled .card__badge {
  background-color: #eee;
  color: #999;
}
.card__category {
  font-size: 12px;
  color: #666;
}
.payment-dates{
  display: flex;
  align-items: center;
  gap: 6px;
}
.payment-dates .card__title:first-child{
  color: #0d47a1;
  font-weight: bold;
}
.payment-dates .card__title:last-child{
  color: #9e9e9e;
}
.payment-dates-next-wrap{
  display: flex;
  align-items: center;
  gap: 6px;
}
.payment-dates-arrow{
  position: relative;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #9e9e9e;
  margin-top: 2px;
}
.card__title{
  font-weight: 500;
  word-break: keep-all;
}
.card__title.ellipsis {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 380px;
}
.card__title.shipCardModal {
  display: flex;
  flex-direction: column;
}
.shipArea .card__title{
  display: flex;
  flex-direction: column;
}
.shipArea .card__text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pop_ship .card__title.ellipsis {
  width: fit-content;
  max-width: 190px;
}
/*.pop_ship .section__content{*/
/*  max-height: 320px;*/
/*  overflow-y: auto;*/
/*  overflow-x: hidden;*/
/*}*/
.card--disabled .card__title {
  color: #999;
}
.card__text {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.card--disabled .card__text {
  color: #999;
}
.card__aside {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #666;
}
.card--disabled .card__aside {
  color: #999;
}
.card__empty {
  padding: 40px 0;
  text-align: center;
  color: #666;
}

.complete {
  max-width: 320px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}
.complete__icon {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  border-radius: 100%;
  background-color: rgba(13, 71, 161, 0.06);
}
.complete__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 36px;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-complete.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-complete@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.complete__title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.complete__footer {
  margin-top: 40px;
}
.complete__text {
  color: #666;
}
.complete__text + .complete__text {
  margin-top: 8px;
}
.complete__slogan {
  margin-bottom: 20px;
}

.notify__item {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  word-break: keep-all;
  color: #666;
}
.notify__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 1px;
  background: #999;
}
.notify__item + .notify__item {
  margin-top: 4px;
}

.display-none {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pagination__link {
    min-width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 26px;
  }

  .card label {
    padding: 12px;
  }
  .card__header {
    padding: 10px 12px;
  }
  .card__title{
    font-size: 13px;
  }
  .card__title.ellipsis {
    max-width: 290px;
  }
  .card__action .btn {
    font-size: 13px;
  }
  .detail_cart .section__header{
    margin-top: 0;
  }
}
@media only screen and (max-width: 425px) {
  .payment-dates {
    gap: 2px;
    flex-wrap: wrap;
  }
  .payment-dates-next-wrap {
    gap: 4px;
  }
  .payment-dates-arrow{
    margin-top: 0;
  }
  .card__title.ellipsis {
    max-width: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .card__title.ellipsis {
    max-width: 230px;
  }
}
@media only screen and (max-width: 320px) {
  .card__title.ellipsis {
    max-width: 180px;
  }
}
.home-visual {
  position: relative;
}
.home-visual__link {
  display: block;
}
.home-visual__slide {
  height: 620px;
  /*background: url(/assets/images/home/visual-w.jpg) center top no-repeat;*/
  /*background: url("https://storage.miima.co.kr/miima_img/m_homepage/mainbanner/pc/pc_01.jpg") center top no-repeat;*/
  /*background: url("/assets/images/home/mainbanner/pc/pc_01.jpg") center top no-repeat;*/
  background-color:#ffffff;
  background-position: center top;
  background-repeat: no-repeat;
}
.home-visual .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 80px;
  height: 32px;
  margin-left: 490px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.home-section + .home-section {
  margin-top: 50px;
}
.home-section__title {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.home-delivery__link {
  display: block;
  height: 200px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/home/bg-delivery-w.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/home/bg-delivery-w@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .home-visual__slide {
    height: 0;
    padding-bottom: 59.3333333333%;
    /*background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/home/visual-m.jpg");*/
    background-size: contain;
    background-color:#ffffff;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .home-visual .swiper-pagination {
    left: auto;
    right: 16px;
    bottom: 16px;
    margin: 0;
    width: 60px;
  }

  .home-section + .home-section {
    margin-top: 30px;
  }
  .home-section__title {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
  }
  .home-section__title::before {
    content: "#";
  }

  .home-delivery__link {
    height: 0;
    padding-bottom: 20.7142857143%;
    background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/home/bg-delivery-m.png");
    background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/home/bg-delivery-m@2x.png"), none;
    background-size: contain;
    background-repeat: no-repeat;
  }
}


@charset "UTF-8";

.product-navi {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1240px) {
  .product-navi .swiper{
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  .product-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

}
.product-navi__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: auto;
  height: auto;
}
.product-navi__item + .product-navi__item {
  margin-left: 30px;
}
.product-navi__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.product-navi__icon {
  display: block;
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  border-radius: 100%;
  border: 1px solid #f7f8fa;
  background-color: #f7f8fa;
  overflow: hidden;
}
.product-navi__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  /*background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-product-navi_backup.png?v=20240221");*/
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-product-navi_25-05-22.png");
  background-size: 1140px 60px;
  background-repeat: no-repeat;
}
.product-navi__icon--all::before {
  background-position: 0px 0;
}

.product-navi__icon--event::before {
  background-position: -60px 0;
}

.product-navi__icon--mask::before {
  background-position: -120px 0;
}

.product-navi__icon--sanitizer::before {
  background-position: -180px 0;
}

.product-navi__icon--spray::before {
  background-position: -240px 0;
}

.product-navi__icon--pcl::before {
  background-position: -300px 0;
}

.product-navi__icon--wet-tissue::before {
  background-position: -360px 0;
}

.product-navi__icon--hand-wash::before {
  background-position: -420px 0;
}
.product-navi__icon--dust-cloth::before {
  background-position: -480px 0;
}
.product-navi__icon--event_nego2024::before {
  background-position: -540px 0;
}
.product-navi__icon--laundry-soap::before {
  background-position: -660px 0;
}
.product-navi__icon--kitchen-soap::before {
  /*background-position: -600px 0;*/
  background-position: -840px 0;
}
.product-navi__icon--event_kawk3000::before {
  background-position: -720px 0;
}
.product-navi__icon--new::before {
  background-position: -780px 0;
}
.product-navi__icon--event_BlackFriday_2024::before {
  background-position: -900px 0;
  transform: scale(1.5);
}
.product-navi__icon--event_code_family::before {
  background-position: -960px 0;
}
.product-navi__icon--event_springWelcome::before {
  background-position: -1020px 0;
}
.product-navi__icon--event_May_Summer::before {
  background-position: -1080px 0;
}


.product-navi__link--active .product-navi__icon {
  background-color: rgba(13, 71, 161, 0.06);
  border-color: rgba(13, 71, 161, 0.75);
}
.product-navi__text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.product-navi__link--active .product-navi__text {
  color: #0d47a1;
}
.product-noti__inner{

}
.product-noti__inner > .product-noti-link{
  display: block;
  width: 100%;
  height: 100%;
}
.product-noti__inner[data-tab_id="event_code_family"]{

}
.product-noti__inner > .product-noti-link.pc{

}
.product-noti__inner > .product-noti-link.mo{
  display: none;
}
.product-list{
  margin-top: 60px;
}
.product-list::before, .product-list::after {
  display: table;
  content: "";
}
.product-list::after {
  clear: both;
}
.product-list__outer {
  margin: -20px -15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-list__item {
  /*float: left;*/
  width: 25%;
  padding: 20px 15px;
}
.product-list__link {
  display: block;
}
.product-list__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 0 4px rgba(0,0,0,0.15);
}
.product-list__thumb::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-color: #f7f8fa;
}

.product-list__thumb img {
  /*position: absolute;*/
  /*left: 0;*/
  /*top: 0;*/
  width: 100%;
  /*height: 100%;*/
}
.product-list__name {
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #080808;
  height: auto;
}

.product-list__name{
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #080808;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  /*height: 40px;*/
  letter-spacing: -0.5px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-bottom: 4px;
}

.product-list_tag{
  padding: 5px 0;
  color: #0d47a1;
}

.product-list__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin-bottom: 8px;
}

.product-list__info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.product-list__info-item.product-list__info-item__badge{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: bold;
  background: #3f3f3f;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  display: none;
}
.product-list__info-item__Event_wrap{
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 5px;
  width: 85px !important;
  height: 85px !important;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.product-list__info-item__Event{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 36px;
}
.product-list__info-item__Event.nego{
  /*background-image: url("");*/
}
.product-list__info-item__Event.clean{
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/clean_logo.png");
}
.product-list__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #495057;
  margin-top: 4px;
}
.product-list__rating.hide-before {
  display: none;
}
.product-list__btm__badge{
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.product-list__btm__badge-item{
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.product-list__btm__badge-item.badge_o{
  display: flex;
  gap: 4px;
  padding: 0 6px;
  border-radius: 4px;
  font-size: 12px;
  background: #ededed;
  font-weight: bold;
  align-items: center;
  color: #757575;
  height: 20px;
}
.product-list__btm__badge-item.badge_o::before{
  content: '';
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/Leaving_today.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 14px;
  display: block;
  clear: both;
}
.product-list__btm__badge-item.badge_o::after{
  content: '오늘출발';
  display: block;
  clear: both;
}
.product-list__btm__badge-item.badge_best{
  width: 45px;
  height: 20px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: #ff7777;
}
.product-list__btm__badge-item.badge_best::after{
  content: 'BEST';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list__btm__badge-item.badge_kids{
  width: 45px;
  height: 20px;
  position: relative;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 4px;
  background: #79aee4;
}
.product-list__btm__badge-item.badge_kids::after{
  content: 'KIDS';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list__btm__badge-item.badge_evt_nego{
  font-size: 12px;
  font-weight: 700;
  color: #e11600;
  margin-bottom: 8px;
}
.product-list__btm__badge-item.badge_evt_nego::after{
  content: '미마네고';
  display: block;
  clear: both;
}
.product-list__btm__badge-item.badge_evt_self_nego{
  font-size: 12px;
  font-weight: 700;
  color: #e11600;
  margin-bottom: 8px;
  position: relative;
  max-width: max-content;
}
.product-list__btm__badge-item.badge_evt_self_nego::after{
  content: '미마네고';
  display: block;
  clear: both;
}

.product-list__btm__badge-item.badge_evt_family{
  font-size: 12px;
  font-weight: 700;
  color: #e11600;
  margin-bottom: 8px;
  position: relative;
  max-width: max-content;
}
.product-list__btm__badge-item.badge_evt_family::after{
  content: '패밀리세일';
  display: block;
  clear: both;
}

/*.product-list__btm__badge-item.badge_evt_self_nego::before{*/
/*  position: absolute;*/
/*  right: -10px;*/
/*  content: '';*/
/*  border-left: 2px solid #e11600;*/
/*  border-bottom: 2px solid #e11600;*/
/*  transform: rotate(-45deg);*/
/*  top: 3px;*/
/*  width: 6px;*/
/*  height: 6px;*/
/*  border-radius: 2px;*/
/*  display: block;*/
/*  clear: both;*/
/*  animation: downFade 1s linear infinite;*/
/*}*/


/* 빛효과 */
/*@keyframes shiny {*/
/*  0% {*/
/*    -webkit-transform: scale(0) rotate(315deg);*/
/*    opacity: 0;*/
/*  }*/
/*  80% {*/
/*    -webkit-transform: scale(0) rotate(315deg);*/
/*    opacity: 0.5;*/
/*  }*/
/*  81% {*/
/*    -webkit-transform: scale(4) rotate(315deg);*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: scale(50) rotate(315deg);*/
/*    opacity: 0;*/
/*  }*/
/*}*/

/*.product-list__btm__badge-item.badge_price_down{*/
/*  padding: 0 6px 0 20px;*/
/*  border-radius: 4px;*/
/*  font-size: 12px;*/
/*  background: rgb(251, 33, 117);*/
/*  background: linear-gradient(*/
/*          0deg,*/
/*          rgba(251, 33, 117, 1) 0%,*/
/*          rgba(234, 76, 137, 1) 100%*/
/*  );*/
/*  box-shadow: inset 1px 1px 3px 0px rgba(255, 255, 255, 0.5);*/
/*  font-weight: bold;*/
/*  color: #fff;*/
/*  transition: all 0.3s ease;*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

/*.product-list__btm__badge-item.badge_price_down::before{*/
/*  position: absolute;*/
/*  content: "";*/
/*  display: inline-block;*/
/*  top: -180px;*/
/*  left: 0;*/
/*  width: 30px;*/
/*  height: 100%;*/
/*  background-color: #fff;*/
/*  animation: shiny 3s ease-in-out infinite;*/
/*}*/


.product-list__btm__badge-item.badge_bf{
  width: 56px;
  height: 20px;
  position: relative;
  display: flex;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  background: #cb1400;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.product-list__btm__badge-item.badge_bf::after{
  content: '블프특가';
  display: block;
  clear: both;
}

  .product-list__btm__badge-item.badge_price_down{
    border-radius: 4px;
    font-size: 12px;
    background: rgb(251, 33, 117);
    background: linear-gradient(
            0deg,
            rgba(251, 33, 117, 1) 0%,
            rgba(234, 76, 137, 1) 100%
    );
    font-weight: bold;
    color: #fff;
    position: relative;
    width: 65px;
  }
  .product-list__btm__badge-item.badge_price_down::before{
    position: absolute;
    left: 5px;
    content: '';
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: block;
    clear: both;
    animation: downFade .75s linear infinite;
  }
  @keyframes downFade {
    0%, 100% {
      opacity: 0.25;
      top: 2px;
    }
    50% {
      opacity: 1;
      top: 4px;
    }
  }

  .product-list__btm__badge-item.badge_price_down::after{
    content: '가격인하';
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }


  .product-list__btm__badge-item.badge_new{
    width: 42px;
    height: 20px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #4f4f4f;
    border-radius: 4px;
    background: #ffd400;
  }
  .product-list__btm__badge-item.badge_new::after{
    content: 'NEW';
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .product-list__btm__badge-item.badge_event{
    width: 55px;
    height: 20px;
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 4px;
    background: #00C05D;
  }
  .product-list__btm__badge-item.badge_event::after{
    content: 'EVENT';
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .product-list__rating::before {
    content: "";
    display: block;
    width: 78px;
    height: 18px;
    margin-right: 4px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .list_rating{
    display: none;
  }
  .list_review_count{
    color: #9f9f9f;
  }
  .icon-star-rating00{
    display: none;
  }
  .icon-star-rating01::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating01.svg"); }
  .icon-star-rating02::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating02.svg"); }
  .icon-star-rating03::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating03.svg"); }
  .icon-star-rating04::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating04.svg"); }
  .icon-star-rating05::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating05.svg"); }

  /* 1점부터 5점까지의 CSS. 예시로 1점대만 작성, 나머지는 유사하게 구성 */
  .icon-star-rating10::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating10.svg"); }
  .icon-star-rating11::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating11.svg"); }
  .icon-star-rating12::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating12.svg"); }
  .icon-star-rating13::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating13.svg"); }
  .icon-star-rating14::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating14.svg"); }
  .icon-star-rating15::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating15.svg"); }

  /* 2점대 */
  .icon-star-rating20::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating20.svg"); }
  .icon-star-rating21::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating21.svg"); }
  .icon-star-rating22::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating22.svg"); }
  .icon-star-rating23::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating23.svg"); }
  .icon-star-rating24::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating24.svg"); }
  .icon-star-rating25::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating25.svg"); }

  /* 3점대 */
  .icon-star-rating30::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating30.svg"); }
  .icon-star-rating31::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating31.svg"); }
  .icon-star-rating32::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating32.svg"); }
  .icon-star-rating33::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating33.svg"); }
  .icon-star-rating34::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating34.svg"); }
  .icon-star-rating35::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating35.svg"); }

  /* 4점대 */
  .icon-star-rating40::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating40.svg"); }
  .icon-star-rating41::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating41.svg"); }
  .icon-star-rating42::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating42.svg"); }
  .icon-star-rating43::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating43.svg"); }
  .icon-star-rating44::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating44.svg"); }
  .icon-star-rating45::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating45.svg"); }

  /* 5점대 */
  .icon-star-rating50::before { background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/icon-star-rating50.svg"); }


  .product-list__review {
    font-size: 12px;
    color: #9e9e9e;
    font-weight: 700;
  }

  .product-list__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    row-gap: 4px;
  }

  .product-list__price__item {
    width: 100%;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    column-gap: 8px;
    letter-spacing: -0.5px;
  }
  .product-list__subs{
    color: #cb1400;
  }
  .product-list__subs .origin_price{
    color: #ababab;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 14px;
  }
  .price_list_badge{
    color: #fff;
    width: 48px;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
  }
  .once_price_list_badge{
    background: #898989;
  }
  .subs_price_list_badge{
    background: #cb1400;
  }
  .price_list_Currency{
    font-size: 12px;
    margin-left: 1px;
    font-weight: 500;
  }
  .product-list__cost {
    font-size: 12px;
    text-decoration: line-through;
    color: #999;
  }
  .product-list__sale {
    margin-left: 4px;
    font-size: 15px;
    font-weight: 700;
    color: #0d47a1;
  }

  .product-best .swiper {
    margin: -15px;
  }
  .product-best__item {
    float: left;
    width: 20%;
    padding: 15px;
  }
  .product-best__link {
    display: block;
  }
  .product-best__thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .product-best__thumb::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    background-color: #f7f8fa;
  }
  .product-best__thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .product-best__name {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    height: 2.8em;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    word-break: keep-all;
  }

  .product-new .swiper {
    margin: -15px;

  }
  .product-new__item {
    float: left;
    width: calc(100%/ 3) !important;
    padding: 15px;
  }
  .product-new__link {
    display: block;
  }
  .product-new__thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .product-new__thumb::before {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 50%;
    background-color: #f7f8fa;
  }
  .product-new__thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .product-new__title {
    font-size: 16px;
    font-weight: 700;
  }
  .product-new__name {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    height: 2.8em;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
  }

  .product-detail {
    position: relative;
    padding-right: 420px;
  }

  .product-slider {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 69.1891891892%;
    margin-bottom: 20px;
  }

  .product-slides {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .product-slides .swiper-slide img {
    display: block;
    width: 100%;
  }
  .product-slides .swiper-pagination {
    display: none;
  }

  .product-thumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 8px 8px;
    background: rgba(0, 0, 0, 0.4);
  }
  .product-thumbs .swiper {
    margin: -4px;
  }
  .product-thumbs .swiper-slide {
    width: 32px;
    height: 32px;
    padding: 4px;
    opacity: 0.6;
  }
  .product-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .product-thumbs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .product-sidebar {
    position: absolute;
    left: 50%;
    top: 0;
    width: 380px;
    margin-left: 190px;
  }
  @media only screen and (max-width: 1180px) {
    .product-sidebar {
      left: auto;
      right: 0;
      margin-left: 0;
    }
    .product-sidebar.is-sticky {
      right: 20px;
    }
    .product-sidebar.is-bottom {
      right: 0;
    }
    .product-list__item{
      width: calc(100% / 3);
    }

  }

  .product-option {
    max-height: max-content;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .product-color {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
  }
  .product-color__item {
    /*width: 33.3333333%;*/
  width: 50%;
  padding: 4px;
}
.product-color__icon {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
input[type=radio]:checked + label.btn .product-color__icon {
  border-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27black%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27m6 10 3 3 6-6%27/%3e%3c/svg%3e");
  background-size: contain;
}
@media only screen and (max-width: 840px) {
  .product-list__item{
    width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  .product-color__item {
    width: 50%;
  }
}

.product-content {
  position: relative;
  padding-top: 40px;
}
.product-content__box {
  position: relative;
}
.product-content__box img {
  display: block;
  width: 100%;
  height: 500px;
}
.product-content__box img.is-loaded {
  height: auto;
}
.product-content__area {
  position: relative;
  overflow: hidden;
  height: 1000px;
}
.product-content__area--more {
  height: auto;
}
.product-content__area--more > div br {
  line-height: 0;
}
.product-content__more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}
.product-content__more::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 1;
  height: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.product-content__more::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 44px;
  background-color: #fff;
}
.product-content__more .btn {
  position: relative;
  z-index: 2;
}

.product-feed {
  margin-bottom: 20px;
}
.product-feed__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}
.product-feed__title span {
  color: #0d47a1;
}
.product-feed__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px 30px;
  border-radius: 6px;
  background: #f7f8fa;
}
.product-feed__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 40%;
}
.product-feed__col + .product-feed__col {
  width: 60%;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ced4da;
}

.product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.product-rating__star, .product-rating__bg {
  width: 140px;
  height: 28px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-star.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-star@2x.png"), none;
  background-size: 28px 56px;
  background-repeat: repeat-x;
}
.product-rating__bg {
  background-position: 0 -28px;
}
.product-rating__text {
  margin-left: 8px;
  font-size: 28px;
  font-weight: 700;
}

.product-progress {
  max-width: 300px;
  width: 100%;
}
.product-progress__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.product-progress__item + .product-progress__item {
  margin-top: 4px;
}
.product-progress__label {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 12px;
  color: #999;
}
.product-progress__item--selected .product-progress__label {
  font-weight: 700;
  color: #0d47a1;
}
.product-progress__value {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 40px;
  font-size: 12px;
  color: #999;
}
.product-progress__item--selected .product-progress__value {
  font-weight: 700;
  color: #0d47a1;
}
.product-progress__bar {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 5px;
  margin: 0 8px;
  border-radius: 10px;
  background-color: #ced4da;
}
.product-progress__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 10px;
  background: #0d47a1;
}

.product-review {
  border-top: 1px solid #dbdbdb;
}
.product-review__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #dbdbdb;
}
.product-review__meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-review__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
.product-review__rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 700;
}
.product-review__rate::before {
  content: "★";
  display: block;
  margin-right: 4px;
  color: #0d47a1;
}
.product-review__user {
  margin-left: 4px;
}
.product-review__date {
  margin-left: 4px;
  font-size: 12px;
  color: #999;
}
.product-review__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
.product-review__content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
}
.product-review__content--more {
  -webkit-line-clamp: inherit;
}
.product-review__thumb {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 150px;
  margin-left: 20px;
  border-radius: 6px;
  background: #f7f8fa;
}
.product-review__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-review .btn--more {
  margin-top: 20px;
}

.product-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  background-color: #1316a0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.product-banner__item {
  position: relative;
  width: 30%;
  text-align: center;
}
.product-banner__item + .product-banner__item {
  margin-left: 80px;
}
.product-banner__item + .product-banner__item::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 12px;
  width: 14px;
  height: 24px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-product-banner-arrow.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-product-banner-arrow@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.product-banner__item:nth-child(2) {
  font-size: 15px;
  font-weight: 700;
}
.product-banner__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 4px;
  color: #fff;
}
.product-banner__label span {
  animation: banner-text 0.75s linear infinite;
}
.product-banner__label span:nth-child(1) {
  animation-delay: 0.075s;
}
.product-banner__label span:nth-child(2) {
  animation-delay: 0.15s;
}
.product-banner__label span:nth-child(3) {
  animation-delay: 0.225s;
}
.product-banner__label span:nth-child(4) {
  animation-delay: 0.3s;
}
.product-banner__label span:nth-child(5) {
  animation-delay: 0.375s;
}
.product-banner__label span:nth-child(6) {
  animation-delay: 0.45s;
}
.product-banner__label span:nth-child(7) {
  animation-delay: 0.525s;
}
.product-banner__label span:nth-child(8) {
  animation-delay: 0.6s;
}
.product-banner__label span:nth-child(9) {
  animation-delay: 0.675s;
}
.product-banner__label span:nth-child(10) {
  animation-delay: 0.75s;
}
.product-banner__value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #fff;
}
.product-banner__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.product-banner__down {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin-right: -14px;
  margin-top: -8px;
}
.product-banner__down:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.3333333333px solid #e91818;
  border-bottom: 3.3333333333px solid #e91818;
  transform: translate(3.3333333333px, 13.3333333333px) rotate(-45deg);
  animation: banner-arrows 1.5s linear infinite;
}
.product-banner__down:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 3.3333333333px solid #e91818;
  border-bottom: 3.3333333333px solid #e91818;
  transform: translate(6.6666666667px, 0px) rotate(-45deg);
  animation: banner-arrows 1.5s linear infinite -0.75s;
}

@keyframes banner-text {
  0%, 25%, 75%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes banner-arrows {
  0% {
    border-left: 3.3333333333px solid rgba(233, 24, 24, 0);
    border-bottom: 3.3333333333px solid rgba(233, 24, 24, 0);
    transform: translate(-1.6666666667px, -6.6666666667px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 3.3333333333px solid rgba(233, 24, 24, 0);
    border-bottom: 3.3333333333px solid rgba(233, 24, 24, 0);
  }
  50% {
    border-left: 3.3333333333px solid #e91818;
    border-bottom: 3.3333333333px solid #e91818;
    transform: translate(-1.6666666667px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 3.3333333333px solid rgba(233, 24, 24, 0);
    border-bottom: 3.3333333333px solid rgba(233, 24, 24, 0);
    transform: translate(-1.6666666667px, 6.6666666667px) rotate(-45deg);
  }
}
@media only screen and (max-width: 767px) {

  .product-navi {
    margin-bottom: 10px;
  }
  .product-navi__item + .product-navi__item {
    margin-left: 10px;
  }
  .product-navi__icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    border-radius: 100%;
    background-color: #f7f8fa;
  }
  .product-navi__icon::before {
    width: 48px;
    height: 48px;
    background-size: 912px 48px;
  }
  .product-navi__icon--all::before {
    background-position: 0px 0;
  }

  .product-navi__icon--event::before {
    background-position: -48px 0;
  }

  .product-navi__icon--mask::before {
    background-position: -96px 0;
  }

  .product-navi__icon--sanitizer::before {
    background-position: -144px 0;
  }

  .product-navi__icon--spray::before {
    background-position: -192px 0;
  }

  .product-navi__icon--pcl::before {
    background-position: -240px 0;
  }

  .product-navi__icon--wet-tissue::before {
    background-position: -288px 0;
  }

  .product-navi__icon--hand-wash::before {
    background-position: -336px 0;
  }
  .product-navi__icon--dust-cloth::before {
    background-position: -384px 0;
  }
  .product-navi__icon--event_nego2024::before {
    background-position: -432px 0;
  }

  .product-navi__icon--laundry-soap::before {
    background-position: -528px 0;
  }
  .product-navi__icon--kitchen-soap::before {
    /*background-position: -493px 0;*/
    background-position: -672px 0;
  }
  .product-navi__icon--event_kawk3000::before {
    background-position: -592px 0;
  }

  .product-navi__icon--new::before {
    background-position: -624px 0;
  }
  .product-navi__icon--event_BlackFriday_2024::before {
    background-position: -720px 0;
    transform: scale(1.25);
  }
  .product-navi__icon--event_code_family::before {
    background-position: -768px 0;
  }
  .product-navi__icon--event_springWelcome::before {
    background-position: -816px 0;
  }
  .product-navi__icon--event_May_Summer::before {
    background-position: -864px 0;
  }

  .product-navi__text {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #5b5b5b;
  }

  .product-noti__inner {
    margin: 0 0 -12px;
  }
  .product-noti__inner[data-tab_id="event_code_family"]{

  }
  .product-noti__inner > .product-noti-link.pc{
    display: none;
  }
  .product-noti__inner > .product-noti-link.mo{
    display: flex;
    overflow: hidden;
    justify-content: center;
  }
  .product-noti__inner > .product-noti-link.mo img{
    max-width: 130%;
  }

  .product-list {
    margin-top: 10px;
  }
  .product-list__outer {
    margin: 0;
    border-top: 1px solid #dbdbdb;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .product-list__item {
    float: none;
    width: auto;
    padding: 16px 0;
    border-top: 1px solid #dbdbdb;
  }
  .product-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-list__thumb {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .product-list__meta {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: initial !important;
    justify-content: center;
  }
  .Departing_today_icon{
    display: block;
  }
  .product-list__name {
    font-size: 14px;
  }
  .product-list__info {

  }
  .product-list__rating {
    font-size: 12px;
  }
  .product-list__review {
    font-size: 12px;
  }
  .product-list__best {
    font-size: 11px;
  }
  .product-list__cost {
    font-size: 12px;
  }
  .product-list__sale {
    font-size: 14px;
  }

  .product-best .swiper {
    margin: 0 -8px;
  }
  .product-best__item {
    width: auto !important;
    padding: 0 8px;
  }
  .product-best__link {
    width: 120px;
  }
  .product-best__name {
    font-size: 12px;
  }

  .product-new .swiper {
    margin: 0 -8px;
  }
  .product-new__item {
    width: auto !important;
    padding: 0 8px;
  }
  .product-new__link {
    width: 240px;
  }
  .product-new__title {
    font-size: 14px;
  }
  .product-new__name {
    font-size: 14px;
  }

  .product-detail {
    padding: 0;
    margin-top: 30px;
  }

  .product-slider {
    margin: -24px -16px 20px;
  }
  .product-slider .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 0px;
  }
  .product-slider .swiper-pagination-bullet-active {
    background: #0d47a1;
  }

  .product-thumbs {
    display: none;
  }

  .product-sidebar {
    position: relative;
    left: 0;
    width: auto;
    margin: 0;
  }
  .product-sidebar::after {
    content: "";
    display: block;
    height: 8px;
    margin: 0 -16px;
    background: #f7f8fa;
  }

  .product-option {
    max-height: inherit;
  }

  .product-button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 4000;
    width: 100%;
    height: 70px;
    padding: 11px 16px;
    border-top: 1px solid #ced4da;
    background: #f7f8fa;
  }
  .product-button .btn {
    height: 48px;
    padding: 0;
    font-size: 14px;
  }



  .product-content {
    padding-top: 16px;
  }
  .product-content__more .btn {
    height: 48px;
    padding: 0;
    font-size: 14px;
  }

  .product-feed__title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .product-feed__content {
    padding: 20px;
  }
  .product-feed__col {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-feed__col + .product-feed__col {
    margin-left: 20px;
    padding-left: 20px;
  }

  .product-rating {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-rating__star, .product-rating__bg {
    width: 90px;
    height: 18px;
    background-size: 18px 36px;
  }
  .product-rating__bg {
    background-position: 0 -18px;
  }
  .product-rating__star {
    order: 1;
  }
  .product-rating__text {
    margin: 0;
    font-size: 18px;
  }

  .product-review__date {
    margin-left: 4px;
    font-size: 11px;
  }
  .product-review__title {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .product-review__content {
    font-size: 13px;
  }
  .product-review__thumb {
    width: 96px;
    height: 120px;
    margin-left: 16px;
  }
  .product-review .btn--more {
    margin-top: 16px;
  }
}

.regular-price{
  font-size: 13px;
  color: #cb1400;
  font-weight: 700;
}

.option_type_price .option_cnt .form-list__label{
  display: block !important;
  flex: 1;
  margin-right: 8px;
}
.option_type_price .option_cnt .form-list__field{
  /*max-width: 120px;*/
  /*min-width: 120px;*/
  flex: 1;
}
.option_type_price {
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  gap: 8px;
}
.option_type_price .priceInfo .form-result__label{
  display: none;
}
.option_type_price .priceInfo{
  padding: 0;
}
@media only screen and (max-width: 435px) {
  .Departing_today_icon {
    display: inline-block;
  }

}
@media only screen and (max-width: 366px) {
  .product-list__name{
    font-size: 16px;
    line-height: 1.4;
  }

  .product-list__thumb{
    width: 100px;
    height: max-content;
  }
  .product-list__info-item.product-list__info-item__badge{
    font-size: 10px;
    bottom: 4px;
    right: 4px;
    padding: 4px;
  }
  .price_list_badge {
    width: 34px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
  }
  .product-list__price__item{
    row-gap: 0;
  }
  .product-list__price__item__inner{
    font-size: 16px;
    width: auto;
    text-align: left;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.75px;
  }
  .product-list__once{
    color: #696969;
  }
  .price_list_Currency {
    font-size: 10px;
  }


  .product-list__btm__badge-item.badge_best {
    font-size: 10px;
    width: 35px;
  }
  .product-list__btm__badge-item.badge_kids {
    font-size: 10px;
    width: 35px;
  }
  .product-list__btm__badge-item.badge_event {
    font-size: 10px;
    width: 45px;
  }
  .product-list__btm__badge-item.badge_new{
    font-size: 10px;
    width: 35px;
  }
  .product-list__btm__badge-item.badge_price_down{
    font-size: 10px;
    width: 58px;
  }
}


/*상세페이지 리뉴얼*/
.option-flex-column{
  flex-direction: column;
}
.product-color__item{
  width: calc(100% / 8);
  display: flex;
  align-items: center;
}
.product-option .product-color__text{
  display: none !important;
}
.product-color .product-color__icon{
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.product-color input[type=radio] + label.btn .product-color__icon{
  margin: 0 auto;
  border: 0 !important;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,.35);
}
.product-color input[type=radio] + label.btn, .product-color input[type=checkbox] + label.btn {
  padding: 0;
  border-radius: 50%;
  border-color: transparent;
}
.product-color input[type=radio]:checked + label.btn .product-color__icon{
  background-image: none;
}
.product-color input[type=radio]:checked + label.btn, .product-color input[type=checkbox]:checked + label.btn{
  background-color: transparent;
  border-color: rgba(13, 71, 161, 0.75);
  width: 42px;
  height: 42px;
}
.pay_type_item{
  background: transparent;
  border: transparent;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  overflow: hidden;
  height: auto;
  padding: 0;
  border: 1px solid #ced4da;
}

input[type=radio]:checked + label.btn.pay_type_item, input[type=checkbox]:checked + label.btn.pay_type_item {
  background-color: transparent;
  border-color: rgba(13, 71, 161, 0.75);
  color:  transparent;
}
input[type=radio]:checked + label.btn.pay_type_item .pay_type_badge, input[type=checkbox]:checked + label.btn.pay_type_item .pay_type_badge{
  background-color: rgba(13, 71, 161, 0.06)
}
.pay_type_wrap{
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0;
  gap: 8px;
}


.btn:hover.pay_type_item, .btn:focus.pay_type_item{
  background: transparent;
}
.pay_type_wrap .col-12{
  width: 50% !important;
  padding: 0;
  border-radius: 6px;
  position: relative;
}
.pay_type_wrap .col-12 input[type=radio].blind, .pay_type_wrap .col-12 input[type=checkbox].blind{
  opacity: 1;
  width: 21px;
  height: 21px;
  margin: 13px 0 0 13px;
}
.subs-set {
  position: absolute;
  width: 100%;
  left: 0;
  transition: opacity 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden {
  opacity: 0;
}


.pay_type_badge{
  font-size: 14px;
  font-weight: 900;
  position: relative;
  display: flex !important;
  align-items: center;
  height: initial;

  width: 100%;
  padding: 12px 0;
  justify-content: center;
}
.pay_type_badge::after{
  display: none;
  clear: both;
  content: '';
  width: 1px;
  height: 40%;
  margin-top: 2px;
  margin-left: 5px;
}
.pay_type_badge_once::after{
  background: #000;
}
.pay_type_badge_subs::after{
  background: #cb1400;
}
.pay_type_badge_once{
  color: #000;
}


.pay_type_badge_subs .product-banner__label{
  color: #cb1400;
  margin-bottom: 0;
  font-weight: 900;
  width: 100%;
  height: 100%;
}
.pay_info_wrap{
  padding: 10px 15px 14px;
  width: 100%;
  text-align: left;
}
.pay_origin_wrap{
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.pay_type_free_shipping{

}
.pay_type_free_shipping.nego{
  background: -webkit-linear-gradient(70deg, #ffee30, #a46e05, #eca210);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pay_type_origin_price{
  color: #ababab;
  text-decoration: line-through;
  font-weight: 500;
}
.pay_type_price{
  font-weight: 700;
  letter-spacing: -0.5px;
  font-size: 24px;
  color: #cb1400;
  line-height: 1.2;
  justify-content: flex-start;
}
.pay_type_price_once{
  color: #000;
}
.pay_type_price_subs{
  color: #cb1400;
  display: flex !important;
  column-gap: 5px;
}
.pay_type_price_subs .product-banner__down {
  position: relative;
  display: block;
  margin-right: 0;
}
.product-option .form-list__label{
  width: 100%;
}

.product-option .form-list__item:first-child .form-list__label{
  display: none;
}
.spn_PROD_NAME{
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  word-break: keep-all;
}

/*.product-option .form-result__item + .form-result__item:nth-child(3){*/
/*  margin-top: 16px;*/
/*  padding-top: 16px;*/
/*  border-top: 1px solid #dbdbdb;*/
/*}*/

.OP1.plain_text{
  margin-top: 3px;
  margin-bottom: 20px;
}
.OP1.plain_text span{
  font-size: 16px;
}
.OP1.plain_text span::before{
  content: '-';
  display: inline;
  clear: both;
  margin-right: 6px;
}
/* div가 2개일 때 */
.product-option .form-list__field .row > div:nth-child(1):nth-last-child(2),
.product-option .form-list__field .row > div:nth-child(2):nth-last-child(1) {
  width: 50%;
  min-width: initial;
  flex: auto;
}

/* div가 3개일 때 */
.product-option .form-list__field .row > div:nth-child(1):nth-last-child(3),
.product-option .form-list__field .row > div:nth-child(2):nth-last-child(2),
.product-option .form-list__field .row > div:nth-child(3):nth-last-child(1) {
  width: calc(100% / 3);
  min-width: initial;
  flex: auto;
}

/* div가 4개일 때 */
.product-option .form-list__field .row > div:nth-child(1):nth-last-child(4),
.product-option .form-list__field .row > div:nth-child(2):nth-last-child(3),
.product-option .form-list__field .row > div:nth-child(3):nth-last-child(2),
.product-option .form-list__field .row > div:nth-child(4):nth-last-child(1) {
  width: 25%;
  min-width: initial;
  flex: auto;
}

/* div가 5개일 때 */
.product-option .form-list__field .row > div:nth-child(1):nth-last-child(5),
.product-option .form-list__field .row > div:nth-child(2):nth-last-child(4),
.product-option .form-list__field .row > div:nth-child(3):nth-last-child(3),
.product-option .form-list__field .row > div:nth-child(4):nth-last-child(2),
.product-option .form-list__field .row > div:nth-child(5):nth-last-child(1){
  width: 20%;
  min-width: initial;
  flex: auto;
}
.product-cartBadge{
  position: initial;
  margin-top: 4px;
  margin-left: 8px;
  font-weight: bold;
  min-width: max-content;
}
.cart__btn button{
  flex-direction: column;
}
#nowbuymodalText .product-button{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .spn_PROD_NAME{
    font-size: 16px;
    margin-top: 0;
  }
  .OP1.plain_text span {
    font-size: 14px;
  }
  .product-cartBadge{
    margin-top: 0;
  }
  .product-color__item {
    width: max-content;
    min-width: 45px;
  }
  .product-color input[type=radio]:checked + label.btn, .product-color input[type=checkbox]:checked + label.btn{
    width: 38px;
    height: 38px;
  }
}
@media only screen and (max-width: 385px) {

  .product-color{
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    gap: 9px;
  }
  .product-color__item {
    min-width: max-content;
    padding: 0px;
  }
  .product-color input[type=radio]:checked + label.btn, .product-color input[type=checkbox]:checked + label.btn {
    height: auto;
    width: max-content;
    padding: 2px;
  }

  .form-list__item.OP1{
    margin-top: 8px;
  }
  .form-list__item.OP2{
    margin-top: 8px;
  }
  .form-list__item.fix_option_type.option-flex-column {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .product-color .product-color__icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .pay_type_badge {
    font-size: 14px;
  }
  /*.pay_type_price {*/
  /*  font-size: 12px;*/
  /*}*/
  .option_type_price_inner .form-list__label{
    display: none;
  }
  /*.option_type_price .option_cnt .form-list__field {*/
  /*  max-width: max-content;*/
  /*  min-width: min-content;*/
  /*}*/
  .regular-price{
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .product-color .product-color__icon {
    width: 28px;
    height: 28px;
  }
}
@media only screen and (max-width: 280px) {
  .product-color .product-color__icon {
    width: 26px;
    height: 26px;
  }
}
.option_type_price_inner{
  justify-content: space-between;
}
.row.flex_NoWrap{
  flex-wrap: nowrap;
}
.subs_none:before{
  position: absolute;
  display: flex;
  text-align: center;
  font-weight: 500;
  word-break: keep-all;
  color: #fff;
  content: '해당상품은 정기배송을 지원하지 않아요';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/subs_none_icon.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center 15px;
  cursor: not-allowed;
  padding: 32px 10px 0;
}
.subs_none:after{
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 345px) {
  .subs_none:before{
    font-size: 12px;
    background-size: 25px 25px;
    background-position: center 20px;
  }
}
.order {
  position: relative;
  padding-right: 420px;
}

.order-sidebar {
  position: absolute;
  left: 50%;
  top: 0;
  width: 380px;
  margin-left: 190px;
}
@media only screen and (max-width: 1180px) {
  .order-sidebar {
    left: auto;
    right: 0;
    margin-left: 0;
  }
  .order-sidebar.is-sticky {
    right: 20px;
  }
  .order-sidebar.is-bottom {
    right: 0;
  }
}

.order-scroll {
  max-height: calc(100vh - 342px);
  margin-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  /* total width */
  /* background of the scrollbar except button or resizer */
  /* scrollbar itself */
  /* set button(top and bottom of the scrollbar) */
}
.order-scroll::-webkit-scrollbar {
  background-color: #f7f8fa;
  width: 16px;
}
.order-scroll::-webkit-scrollbar-track {
  background-color: #f7f8fa;
}
.order-scroll::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #f7f8fa;
}
.order-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
}
.order-scroll::-webkit-scrollbar-button {
  display: none;
}

.order-delivery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.order-delivery__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
.order-delivery__item + .order-delivery__item {
  padding-left: 40px;
}
.order-delivery__item + .order-delivery__item::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 12px;
  width: 14px;
  height: 24px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-order-delivery-arrow.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-order-delivery-arrow@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.order-delivery__icon {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
  border-radius: 100%;
  background-color: #f7f8fa;
}
.order-delivery__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-order-delivery.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-order-delivery@2x.png"), none;
  background-size: 90px 30px;
  background-repeat: no-repeat;
}
.order-delivery__icon--shipment::before {
  background-position: 0px 0;
}

.order-delivery__icon--credit-card::before {
  background-position: -30px 0;
}

.order-delivery__icon--calendar-check::before {
  background-position: -60px 0;
}

.order-delivery__text {
  font-size: 12px;
  color: #666;
}
.order-delivery__date {
  font-size: 12px;
  font-weight: 700;
  color: #0d47a1;
}
.order-delivery__description {
  margin-top: 16px;
  text-align: center;
  color: #666;
}

.order-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.order-add__icon {
  display: inline-block;
  margin-bottom: 10px;
  text-align: center;
}
.order-add__icon::before {
  content: "+";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #f7f8fa;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  color: #666;
}
.order-add__text {
  color: #666;
}

.order-payment {
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.order-payment label {
  padding: 16px;
}
.order-payment input:checked + label {
  font-weight: 700;
}
.order-payment__icon {
  display: block;
  width: 48px;
  height: 18px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-payment.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-payment@2x.png"), none;
  background-size: 96px 18px;
  background-repeat: no-repeat;
}
.order-payment__icon--kakaopay {
  background-position: 0px 0;
}

.order-payment__icon--payco {
  background-position: -48px 0;
}

.order-payment__text {
  display: none;
}
.order-payment .swiper {
  position: relative;
  overflow: hidden;
}
.order-payment .swiper-wrapper {
  height: auto;
}
.order-payment .swiper-slide {
  width: auto;
}
.order-payment .swiper-pagination {
  position: relative;
  bottom: inherit;
  padding: 10px 0;
  font-size: 12px;
}

.order-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  width: 200px;
  height: 120px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  cursor: pointer;
}
.order-card--disabled {
  background-color: #eee;
  color: #ccc;
}
.swiper-slide-active .order-card:not(.order-card--disabled) {
  background-color: rgba(13, 71, 161, 0.06);
  border-color: rgba(13, 71, 161, 0.75);
}
.order-card__title {
  font-weight: 700;
}
.swiper-slide-active :not(.order-card--disabled) .order-card__title {
  color: #0d47a1;
}
.order-card__name {
  font-size: 13px;
  font-weight: 500;
}
.order-card__number {
  font-size: 12px;
  color: #666;
}
.order-card--disabled .order-card__number {
  color: #ccc;
}
.order-card__add {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.order-card__add::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 100%;
  background: #f7f8fa;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  color: #666;
}
.swiper-slide-active .order-card__add::before {
  background-color: rgba(13, 71, 161, 0.06);
  color: #0d47a1;
}
.order-card__expire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-weight: 700;
  color: #000;
}

.order-help {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}

.order-list {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.order-list-overflow-visible{
  overflow: visible;
}
.order-list__item {
  position: relative;
}
.order-list__item.not_included {
  background: #eeeeee;
  color: #aaa;
}
.order-list__item.not_included .order-list__thumb{
  position: relative;
}
.order-list__item.not_included .order-list__thumb::before{
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(238 238 238 / 50%);
}

.order-list__item.not_included .form-counter{
  pointer-events: none;
}
.order-list__item.not_included .form-counter *{
  color: #aaa;
  background: #eee !important;
}
.order-list__item.not_included .order-list__price{
  color: #aaa;
}
.order-list__item.not_included .order-list__aside{
  color: #fff;
  background: #0d47a1;
  border-radius: 50%;
}
.order-list__item.not_included .order-list__name{
  pointer-events: none;
}
.order-list__item.not_included .order-list__name .form-select{
  color: #aaa;
  background: #eee !important;
}


.order-list__item + .order-list__item:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  height: 1px;
  background: #dbdbdb;
}
.order-list label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
}
.order-list__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
}
.order-list__body__column__center{
  align-items: center;
}
label .order-list__body {
  padding: 0;
}
.order-list__thumb {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 60px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.order-list__thumb img {
  display: block;
  width: 100%;
}
.order-list__meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.order-list__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 4px;
  gap: 10px;
}
.order-list__name {
  font-weight: 400;
  word-break: keep-all;
}
.order-list__del {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  outline: none;
  border: 0;
  background-color: transparent;
  text-indent: -999em;
  cursor: pointer;
}
.order-list__del::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-modal-close.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-modal-close@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.order-list__aside {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: -1px;
  outline: none;
  border: 0;
  background-color: transparent;
  color: #828282;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-list__aside .moreBtnArea{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.more_tippy_inbox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-list__aside .order-list__del{
  font-size: 12px;
  position: initial;
  width: initial;
  height: initial;
  text-indent: initial;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  gap: 6px;
  color: #9c9c9c;
  font-weight: 600;
}
.order-list__aside .order-list__del::before {
  position: initial;
  margin-bottom: 2px;
}
.tippy-box[data-theme~='order-list__more_content'] {
  background: #f1f4f9;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  border: 1px solid rgba(13, 71, 161, 0.15);
  border-radius: 6px;
  color: #000;
}
.tippy-box[data-theme~='order-list__more_content'] .tippy-content{
  background: #f1f4f9;
  padding: 10px;
  border-radius: 6px;
}
.tippy-box[data-theme~='order-list__more_content'] .tippy-arrow::after {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -6px;
  transform-origin: center left;
  color: #f1f4f9;
}
.tippy-box[data-theme~='order-list__more_content'] .tippy-arrow::before {
  color: rgba(13, 71, 161, 0.25);
}

.tippy-box[data-theme~='order-list__more_content'][data-placement^='left'] > .tippy-arrow::before {
  border-left-color: rgba(13, 71, 161, 0.25); /* 화살표 색상 */
}
.order-list__more__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 62px;
}
.order-list__except{
  border-top: 1px solid rgba(13, 71, 161, 0.15);
  margin-top: 10px;
  padding-top: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.order-list__except .ui-switcher{
  width: 60px;
  margin: -2px 0 0 0;
}
.order-list__except .ui-switcher:before{
  top: 5px;
  width: 30px;
}
.order-list__except .ui-switcher[aria-checked=true]:before {
  content: '포함';
}
.order-list__except .ui-switcher[aria-checked=true]:after {
  left: 42px;
}
.order-list__except .ui-switcher[aria-checked=false]:before {
  content: '비포함';
}
.order-list__tail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.order-list__count {
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.order-list__price {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  font-weight: 700;
  line-height: 2.2857142857;
  color: #0d47a1;
}
.order-list .form-counter {
  width: 100px;
}

.order-info {
  padding: 12px 0;
  border-top: 1px solid #ced4da;
  /*border-bottom: 1px solid #ced4da;*/
}
.order-info__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.order-info__item.order-info__item__column{
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 1px solid #ced4da;
  padding: 6px 0 12px;
  gap: 8px;
}
.order-info__item.order-info__item__column:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.order__check__num{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: initial !important;
  width: 100%;
}
.order-info__item_num_tit{
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 12px;
  background-color: rgba(13, 71, 161, 0.06);
  font-weight: 700;
  color: #0d47a1;
  margin-left: -4px;
}

.order__check__name{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left !important;
}


.order-info__item + .order-info__item {
  margin-top: 10px;
}
.order-info__label {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  min-width: 100px;
}
.order-info__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  font-size: 13px;
  color: #666;
}
.delivery__number__wrap{
  display: flex;
  flex-direction: column;
  margin-top: 30px !important;
}

.delivery__number__wrap .order-info__label{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 12px;
}
.delivery__number_inner__wrap{
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  padding: 12px;
}
.order-info__delivery__number__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}
.order-info__delivery__number__inner:first-child{
  padding: 0 0 10px;
}
.order-info__delivery__number__inner:last-child{
  border-bottom: 0;
  padding: 10px 0 0;
}
.order-info__delivery__number__inner:only-child {
  padding: 0;
  border-bottom: 0;
}
.order-info__delivery__number__inner .deliver__numandinfo{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.order-info__delivery__number__inner .deliver__number{
  line-height: 24px;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: rgba(13, 71, 161, 0.06);
  font-size: 12px;
  font-weight: 700;
  color: #0d47a1;
  max-width: max-content;
}
.order-info__delivery__number__inner .deliver__name{
  padding: 0 6px;
  color: #000;
  text-align: left;
  max-width: 380px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-info__delivery__number__inner .deliver__status{
  max-width: max-content;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: rgba(13, 71, 161, 0.06);
  font-size: 12px;
  font-weight: 700;
  color: #0d47a1;
  line-height: 24px;
}
.order-cancel__title {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  color: #0d47a1;
}
.order-cancel__description {
  margin-bottom: 12px;
  font-weight: 500;
}
.order-cancel__item {
  position: relative;
  padding-left: 12px;
  color: #666;
}
.order-cancel__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #666;
}
.order-cancel__item + .order-cancel__item {
  margin-top: 8px;
}
.order-cancel__item strong {
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .order {
    padding: 0;
  }

  .order-sidebar {
    position: relative;
    left: 0;
    width: auto;
    margin: 30px 0 0 0;
  }

  .order-scroll {
    max-height: inherit;
  }

  .order-delivery__item + .order-delivery__item {
    padding-left: 30px;
  }
  .order-delivery__item + .order-delivery__item::before {
    left: 8px;
  }

  .order-payment label {
    padding: 10px;
  }

  .order-info__delivery__number__inner .deliver__name{
    max-width: 200px;
  }
}


.section__header.sum_wrap{
  justify-content: flex-start;
  gap: 8px;
}
.section__header.sum_wrap .priceinfoTbl{
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #0d47a1;
}
.section__header.once_wrap{
  margin-bottom: 2px;
}
.cart_badge{
  display: flex;
  align-items: center;
}
.cart_badge::before{
  content: '';
  clear: both;
  display: block;
  margin-right: 6px;
  background-repeat: repeat;
  background-size: contain;
  width: 26px;
  height: 20px;
}
.coupon_badge::before{
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/coupon_badge.svg");
  background-size: cover;
  height: 18px;
  width: 25px;
}

.delivery_badge::before{
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/Leaving_today.svg");
  transform: scaleX(-1);
}




.cart__overlay {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  z-index: 4000;
  background: rgba(0, 0, 0, 0.4);
  will-change: transform;
  -webkit-transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -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);
  opacity: 0;
}
.cart--show .cart__overlay {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 1;
}
.cart__content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4001;
  width: 100%;
  /*max-width: 1280px;*/
  max-width: 632px;
  margin: 0 auto;
  border-radius: 6px 6px 0 0;
  background: #f7f8fa;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.cart--show .cart__content {
  -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);
}
.cart__close {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 40px;
  outline: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cart__close::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 10px;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-cart-close.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-cart-close@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.cart__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 40px 0;
  flex-direction: column;
}
.cart__row::-webkit-scrollbar {
  background-color: #f7f8fa;
  width: 16px;
}
.cart__row::-webkit-scrollbar-track {
  background-color: #f7f8fa;
}
.cart__row::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #f7f8fa;
}
.cart__row::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
}
.cart__row::-webkit-scrollbar-button {
  display: none;
}
.cart__col {
  position: relative;
  overflow-y: auto;
  padding: 0 40px;
  /*width: calc(50% + 8px);*/
  max-height: 500px;
}
.cart__col + .cart__col {
  /*width: calc(50% - 8px);*/
}
.cart__col::-webkit-scrollbar {
  background-color: #f7f8fa;
  width: 16px;
}
.cart__col::-webkit-scrollbar-track {
  background-color: #f7f8fa;
}
.cart__col::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 5px solid #f7f8fa;
}
.cart__col::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
}
.cart__col::-webkit-scrollbar-button {
  display: none;
}
.coupon__inner{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
@media only screen and (max-width: 767px) {
  .cart__content {
    padding-top: 40px;
  }
  .cart__row {
    display: block;
    overflow-y: auto;
    max-height: calc(100vh - 400px);
    padding: 0 16px 70px;
  }
  .cart__col {
    width: 100% !important;
    max-height: initial;
    padding: 0;
  }
  .cart__col:last-child {
    margin-top: 30px;
  }
  .cart__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5000;
    width: 100%;
    height: 70px;
    padding: 11px 16px;
    border-top: 1px solid #ced4da;
    background: #f7f8fa;
  }
  .cart__btn .btn {
    height: 48px;
    padding: 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  .detail_order-list .order-list__name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
  }
}
@media only screen and (max-width: 360px) {
  .detail_order-list .order-list__name{
    width: 194px;
  }
}
@media only screen and (max-width: 345px) {
  .detail_order-list .order-list__name{
    width: 169px;
  }
  .coupon_name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
  }
}
@media only screen and (max-width: 320px) {
  .detail_order-list .order-list__name{
    width: 150px;
  }
}

@media (max-height: 600px) {
  .cart__content{
    height: 80vh;
  }
  .cart__row{
    max-height: 100vh;
  }
}
.account-section {
  margin: 0 -16px;
  border-top: 1px solid #dbdbdb;
}
.account-section__item {
  border-bottom: 1px solid #dbdbdb;
}
.account-section__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  padding: 10px 16px;
}
.account-section__header .btn--link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.account-section__header .btn--link::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-arrow-right.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-arrow-right@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
}
.account-section__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.account-section__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-account.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-account@2x.png"), none;
  background-size: 90px 18px;
  background-repeat: no-repeat;
}
.account-section__icon--my {
  background-position: 0px 0;
}

.account-section__icon--address {
  background-position: -18px 0;
}

.account-section__icon--payment {
  background-position: -36px 0;
}

.account-section__icon--review {
  background-position: -54px 0;
}

.account-section__icon--signout {
  background-position: -72px 0;
}

.account-section__title {
  font-weight: 500;
}
.account-section__content {
  padding: 16px 16px 16px 42px;
  border-top: 1px solid #dbdbdb;
}

.regular-datepicker .datepicker {
  width: auto;
}
.regular-datepicker .datepicker--days-names {
  margin-bottom: 20px;
  font-weight: 700;
}
.regular-datepicker .datepicker--day-name.-weekend- {
  color: red;
}
.regular-datepicker .datepicker--cell {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  height: 80px;
}
.regular-datepicker .datepicker--cell.-selected-, .regular-datepicker .datepicker--cell.-focus- {
  background: transparent !important;
}
.regular-datepicker__cell, .regular-datepicker__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.regular-datepicker__day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-bottom: 4px;
  font-size: 12px;
  color: #000;
}
.regular-datepicker__day--selected {
  background-color: #0d47a1;
  color: #fff;
}
.regular-datepicker__thumb {
  position: relative;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.regular-datepicker__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.regular-datepicker__text {
  font-size: 12px;
  color: #666;
}

.policy__head {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  font-size: 18px;
  font-weight: 700;
}
.policy__item {
  font-size: 14px;
}
.policy__item + .policy__item {
  margin-top: 30px;
}
.policy__title {
  margin-bottom: 10px;
  font-weight: 700;
  color: #333;
}
.policy__description {
  margin-bottom: 10px;
}
.policy__content {
  color: #7d7d7d;
}
.policy__article + .policy__article {
  margin-top: 20px;
}
.policy ul ul {
  margin-left: 20px;
  padding: 4px 0;
}
.policy li + li {
  margin-top: 4px;
}
.policy table {
  width: 100%;
}
.policy table th {
  padding: 10px 15px;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  color: #333;
}
.policy table td {
  padding: 10px 15px;
  border-bottom: 1px solid #ced4da;
  vertical-align: middle;
  color: #7d7d7d;
}
.policy table + ul {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .policy__head {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .policy__item {
    font-size: 12px;
  }
  .policy__item + .policy__item {
    margin-top: 20px;
  }
  .policy__title, .policy__description {
    margin-bottom: 8px;
  }
}


@charset "UTF-8";
.review + .review {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ced4da;
}
.review__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.review__footer {
  margin-top: 16px;
}
.review__thumb {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  overflow: hidden;
  width: 90px;
  margin-right: 16px;
}
.review__thumb::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.review__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.review__meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.review__name {
  font-weight: 700;
}
.review__rate {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-weight: 700;
}
.review__rate::before {
  content: "★";
  display: block;
  margin-right: 4px;
  color: #0d47a1;
}
.review__text {
  font-size: 13px;
  color: #666;
}
.review__info + .review__info {
  margin-top: 8px;
}
.review__badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: #f7f8fa;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.review__date {
  font-size: 12px;
  color: #666;
}

.review-upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -4px;
}
.review-upload__item {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  width: 25%;
  padding: 4px;
}
.review-upload__thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.review-upload__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.review-upload__thumb .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #000;
  color: #fff;
}
.review-upload__add {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.review-upload__add::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 6px;
  border: 1px dashed #ced4da;
}
.review-upload__add::after {
  content: "+";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 48px;
  height: 48px;
  margin: auto;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #666;
}
.review-upload__add input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .review__footer {
    margin-top: 12px;
  }
  .review__thumb {
    margin-right: 12px;
  }

  .review-upload__item {
    width: 33.3333333%;
  }
}


.rates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 200px;
  height: 40px;
}
.rates__text {
  margin-left: 8px;
  font-size: 24px;
  font-weight: 700;
}

.rate {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
}
.rate__base, .rate__over {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-star.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-star@2x.png"), none;
  background-size: 40px 80px;
  background-repeat: repeat-x;
}
.rate__over {
  background-position: 0 -40px;
}


.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month- {
  color: #dedede;
}
.datepicker--cell-year.-other-decade-:hover, .datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade-, .-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede;
}
.-selected-.datepicker--cell-year.-other-decade-, .-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-year.-other-decade-, .-in-range-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade-, .-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-year.-other-decade-:empty, .datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  overflow: hidden;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015) !important;
  border-radius: 6px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}
.datepicker.-from-top- {
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  transform: translateY(8px);
}
.datepicker.-from-left- {
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  background-color: #f7f8fa;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 6px;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 6px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 6px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 6px 0 0 6px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 6px 6px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 6px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #0d47a1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.2857142857%;
}
.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 6px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: none;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.cancel-title {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.cancel-change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 40px;
}
.cancel-change__item + .cancel-change__item {
  margin-left: 20px;
}
.cancel-change__link {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border: 1px solid #ced4da;
  padding: 20px 10px;
  border-radius: 6px;
}
.cancel-change__icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  border-radius: 100%;
  background-color: #f5f5f5;
}
.cancel-change__icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-cancel.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-cancel@2x.png"), none;
  background-size: 96px 48px;
  background-repeat: no-repeat;
}
.cancel-change__icon--01::before {
  background-position: 0px 0;
}

.cancel-change__icon--02::before {
  background-position: -48px 0;
}

.cancel-change__text {
  font-size: 13px;
  text-align: center;
  color: #666;
}

.cancel-text {
  margin-bottom: 20px;
  text-align: center;
  color: #666;
}
.cancel-text strong {
  color: #000;
}

.board {
  border-top: 1px solid #dbdbdb;
}
.board__item {
  border-bottom: 1px solid #dbdbdb;
}
.board__link {
  display: block;
}
.board__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  padding: 12px 0;
}
.board__content {
  padding: 12px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.board__thumb {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  overflow: hidden;
  width: 48px;
  margin-right: 12px;
  border-radius: 100%;
  border: 1px solid #ced4da;
}
.board__thumb--miima {
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-stamp.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-stamp@2x.png"), none;
  background-size: 96px 96px;
  background-repeat: no-repeat;
  background-position: 0 -48px;
}
.board__thumb--coupon {
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-stamp.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-stamp@2x.png"), none;
  background-size: 96px 96px;
  background-repeat: no-repeat;
  background-position: -48px -48px;
}
.board__thumb::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.board__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.board__dot {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #0d47a1;
}
.board__meta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.board__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 4px;
}
.board__badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 12px;
  background-color: rgba(13, 71, 161, 0.06);
  font-size: 12px;
  font-weight: 700;
  color: #0d47a1;
}
.board__date {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  margin-left: 12px;
  font-size: 12px;
  color: #666;
}
.board__title {
  font-weight: 500;
}



.editor_img{
  width: 100%;
  aspect-ratio: auto !important;
  height: auto;
}
.editor_italic{
  font-style: italic !important;
}
.auth {
  max-width: 320px;
  margin: 0 auto;
  padding: 60px 0;
}
.auth__header {
  margin-bottom: 40px;
}
.auth__title {
  font-size: 24px;
  font-weight: 500;
}
.auth__description {
  font-size: 18px;
  font-weight: 300;
}
.auth__description strong {
  font-weight: 500;
}
.auth__title + .auth__description {
  margin-top: 4px;
}
.auth__text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #666;
}
.auth__form {
  margin-top: 40px;
}
.auth__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.auth__bottom .col {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
}
.auth__bottom .col + .col {
  padding-left: 1px;
}
.auth__bottom .col + .col::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #ced4da;
}
.auth__bottom .btn {
  padding: 8px 14px;
}

@media only screen and (max-width: 767px) {
  .auth {
    max-width: inherit;
    padding: 40px 0;
  }
}

.cs-head {
  padding: 80px 0;
  background: #f7f8fa;
  text-align: center;
}
.cs-head__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.cs-head__badge {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 38px;
  padding: 0 20px;
  border-radius: 19px;
  background-color: rgba(13, 71, 161, 0.06);
  font-size: 14px;
  font-weight: 700;
  color: #0d47a1;
}

.cs-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.cs-card__item {
  width: 50%;
  padding: 10px;
}
.cs-card__link {
  display: block;
  padding: 30px 40px;
  background: #f7f8fa;
}
.cs-card__title {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
}
.cs-card__text {
  display: block;
}

@media only screen and (max-width: 767px) {
  .cs-head {
    padding: 40px 0;
  }
  .cs-head__title {
    font-size: 18px;
  }
  .cs-head__badge {
    height: 32px;
    padding: 0 16px;
    border-radius: 16px;
    font-size: 13px;
  }

  .cs-card__item {
    width: 100%;
  }
  .cs-card__link {
    padding: 20px;
  }
  .cs-card__title {
    font-size: 15px;
  }
  .cs-card__text {
    font-size: 13px;
  }
}

.tooltip {
  display: inline-block;
}
.tooltip__btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 4px;
  border-radius: 6px;
  background: #0d47a1;
  text-align: center;
  color: #fff;
}
.tooltip__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 1000;
  margin: -1px;
  padding: 16px;
  background: #333;
  color: #eee;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: all 0.35s ease 0.25s;
  transform: translate(0, 0);
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.tooltip__body:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 100%;
  z-index: 1000;
  pointer-events: none;
  user-select: none;
  border: 8px solid transparent;
  border-top-color: #333;
}
.tooltip:hover .tooltip__body, .tooltip:focus .tooltip__body, .tooltip:active .tooltip__body {
  transform: translate(0, -2px);
  opacity: 1;
}

/* tippy */
.tippy-tooltip-box{
  z-index: 2900 !important;
}
.card__title.add-tooltip i{
  margin-right: 5px;
  color: #0d47a1;
}
/* 이방식도있음 order_list를 포함한 -- 이방식으로 해야 처음부터 스타일이 적용됨*/
.tippy-box[data-theme^='order_list'] {
  text-align: left;
  background: #0d47a1;
  word-break: keep-all;
  line-height: 1.6;
  padding: 8px 12px 8px 8px;
  background: #0d47a1;
  box-shadow: 0 0 4px rgba(13, 71, 161, 0.25);
}
.tippy-box[data-theme^='order_list'] .tippy-arrow{
  color: #0d47a1;
  box-shadow: 0 0 4px rgba(13, 71, 161, 0.25);
}

.tippy-box[data-theme^='item_exchange_tippy_theme'] {
  text-align: left;
  background: #0d47a1;
  word-break: keep-all;
  line-height: 1.6;
  padding: 8px 12px 8px 8px;
  background: #0d47a1;
  box-shadow: 0 0 4px rgba(13, 71, 161, 0.25);
}
.tippy-box[data-theme^='item_exchange_tippy_theme'] .tippy-arrow{
  color: #0d47a1;
  box-shadow: 0 0 4px rgba(13, 71, 161, 0.25);
}
.empty__body {
  padding: 80px 0;
  text-align: center;
}
.empty__icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-empty.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-empty@2x.png"), none;
  background-size: 240px 80px;
  background-repeat: no-repeat;
}
.empty__icon--exclamation {
  background-position: 0px 0;
}

.empty__icon--bell {
  background-position: -80px 0;
}

.empty__icon--truck {
  background-position: -160px 0;
}

.empty__text {
  font-size: 14px;
  color: #666;
}

@media only screen and (max-width: 767px) {
  .empty__body {
    padding: 60px 0;
  }
}

.stamp-board {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.modal .stamp-board {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.stamp-board__item {
  position: relative;
  width: 20%;
  padding: 6px;
}
.stamp-board__mark {
  position: relative;
  border-radius: 100%;
  border: 1px solid #ced4da;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-stamp.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/sp-stamp@2x.png"), none;
  background-size: 200%;
  background-repeat: repeat;
}
.stamp-board__mark::before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
}
.stamp-board__mark--last {
  background-position: -100% 0;
}
.stamp-board__mark--active {
  background-position: 0 -100%;
}
.stamp-board__mark--active.stamp-board__mark--last {
  background-position: -100% -100%;
}
.stamp-board--animate::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.stamp-board--animate::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  width: auto;
  height: 100%;
  margin: auto;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-stamp.png");
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-stamp@2x.png"), none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(2, 2);
  opacity: 0;
}
.stamp-board--animate-done::after {
  animation-name: done-effect;
  animation-duration: 0.2s;
  animation-timing-function: cubic-bezier(0.15, 0.88, 0.15, 0.97);
  animation-fill-mode: forwards;
}

@-webkit-keyframes done-effect {
  100% {
    transform: scale(1, 1) rotate(-15deg);
    opacity: 1;
  }
}
.stamp-aa {
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  background-color: #f7f8fa;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  text-align: center;
}

.stamp-note {
  padding: 12px 15px;
}
.stamp-note__item {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  word-break: keep-all;
}
.stamp-note__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 1px;
  background: #000;
}
.stamp-note__item + .stamp-note__item {
  margin-top: 4px;
}
.stamp-note__highlight {
  font-weight: 700;
  color: #0d47a1;
}

.stamp-accordion {
  margin-top: 10px;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  background-color: #f7f8fa;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.stamp-accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 12px 15px;
  cursor: pointer;
}
.stamp-accordion__title::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("https://storage.miima.co.kr/v2/web/public/assets/images/icon/ic-arrow-down.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  transition: transform 0.5s cubic-bezier(0.15, 0.88, 0.15, 0.97);
}
.stamp-accordion--active .stamp-accordion__title::after {
  transform: rotate(-180deg);
}
.stamp-accordion .stamp-note {
  padding-top: 0;
}

.stamp-tabs {
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 19px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
}
.stamp-tabs::before {
  content: "";
  position: absolute;
  width: 33.3333333%;
  height: 100%;
  border-radius: 19px;
  background-color: #f7f8fa;
  transition: transform 0.5s cubic-bezier(0.15, 0.88, 0.15, 0.97);
}
.stamp-tabs--m2::before {
  transform: translate3d(100%, 0px, 0px);
}
.stamp-tabs--m3::before {
  transform: translate3d(200%, 0px, 0px);
}
.stamp-tabs__item {
  position: relative;
  width: 33.3333333%;
}
.stamp-tabs__btn {
  display: block;
  width: 100%;
  height: 38px;
  outline: none;
  border: 0;
  background-color: transparent;
  text-align: center;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all 0.5s cubic-bezier(0.15, 0.88, 0.15, 0.97);
  color: #999;
}
.stamp-tabs__btn--active {
  font-weight: 700;
  color: #000;
}


.ui-switcher {
  background-color: #bdc1c2;
  display: inline-block;
  height: 20px;
  width: 48px;
  border-radius: 10px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: border-color 0.25s;
  margin: -2px 4px 0 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.ui-switcher:before {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 6px;
  height: 12px;
  width: 20px;
  text-align: center;
}
.ui-switcher[aria-checked=false]:before {
  content: 'OFF';
  right: 7px;
}
.ui-switcher[aria-checked=true]:before {
  content: 'ON';
  left: 7px;
}
.ui-switcher[aria-checked=true] {
  background-color: #0d47a1;
}
.ui-switcher:after {
  background-color: #ffffff;
  content: '\0020';
  display: inline-block;
  position: absolute;
  top: 2px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  transition: left 0.25s;
}
.ui-switcher[aria-checked=false]:after {
  left: 2px;
}
.ui-switcher[aria-checked=true]:after {
  left: 30px;
}




.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
