@charset "UTF-8";
@import url("../vendors/pretendard-1.3.9/pretendard.css");
/* reset */
div, span, applet, object, iframe,
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: inherit;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: var(--reVh, 1vh);
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  color: #000;
  background-color: #fff;
}

html, body {
  margin: 0 auto;
  padding: 0;
  font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
  font-size: 14px;
  border: 0;
  font-weight: 400;
  font-style: normal; /* overscroll-behavior-y: none; */
}

ol, ul, nav {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

a {
  text-decoration: none;
  color: inherit;
}

select, input, button, textarea {
  display: inline-block;
  font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

embed, object {
  position: absolute;
}

button {
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input {
  /* width: 180px;
  padding: 6px 10px 6px;
  height: 30px;
  border: 1px solid #ddd;
  color: #111; */
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 14px;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly],
input[disabled],
input[readonly] {
  cursor: default !important;
}

input[disabled] + label,
input[readonly] + label {
  cursor: default !important;
}

textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 110px;
  padding: 7px 10px 7px;
  border: 1px solid #ddd;
  color: #111;
  line-height: 16px;
  border-radius: 0;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: #999;
  line-height: 14px;
}

/* 크롬 4–56: placeholder style */
input:-moz-placeholder {
  color: #999;
  line-height: 14px;
}

/* 파이어폭스 4–18: placeholder style */
input::-moz-placeholder {
  color: #999;
  line-height: 14px;
}

/* 파이어폭스 19–50: placeholder style */
input:-ms-input-placeholder {
  color: #999;
  line-height: 14px;
}

/* 인터넷 익스플로러 10+: placeholder style */
input::-webkit-input-placeholder {
  color: #999;
  line-height: 14px;
}

input:-ms-input-placeholder {
  color: #999;
  line-height: 14px;
}

input::-ms-input-placeholder {
  color: #999;
  line-height: 14px;
}

input::-moz-placeholder {
  color: #999;
  line-height: 14px;
}

input::placeholder {
  color: #999;
  line-height: 14px;
}

/* 파이어폭스 51+, 크롬 57+: placeholder style */
input[type=button]:hover {
  cursor: pointer;
}

input[type=button]:disabled {
  cursor: default;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: top;
}

button {
  vertical-align: top;
  cursor: pointer;
}

strong {
  font-weight: 700;
}

/* h1, h2, h3, h4, h5, h6, pre {font-weight: 700; font-size: 100%; line-height: 1;} */
caption, legend {
  width: 0;
  height: 0;
  font-size: 1px;
  text-indent: -9999rem;
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

a, a:active, a:focus, a:hover, a:link, a:visited,
button, button:active, button:focus, button:hover, button:visited,
textarea, textarea:active, textarea:focus, textarea:hover,
select, select:active, select:focus, select:hover {
  text-decoration: none;
}

.btn:focus, a.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.disabled,
button[disabled],
input[disabled] {
  pointer-events: none;
  cursor: default;
}

input::-ms-clear {
  display: none;
}

header, footer, article, section, aside, details, figure, figcaption, nav, hgroup {
  display: block;
  margin: 0;
  padding: 0;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 0;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

textarea::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}

textarea::-webkit-scrollbar-thumb {
  background: #ccc;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
}

/* Disable orange highlight */
label, a, button, select {
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  padding: 0;
  background-color: transparent;
  border-width: 0;
  outline: none;
  font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
  text-align: center;
}

/* // reset */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* font 컬러 */
.fc-spot {
  color: #012E29 !important;
}

.fc-red {
  color: #D93B3B !important;
}

.fc-dark-gray {
  color: #666 !important;
}

.fc-gray {
  color: #999 !important;
}

.fc-black {
  color: #000 !important;
}

.fc-white {
  color: #fff !important;
}

.fc-gold {
  color: #B79683 !important;
}

.fc-blue {
  color: #3361FF !important;
}

.fc-sell {
  color: #6E675F !important;
}

.fc-band {
  color: #2F3647 !important;
}

.fc-purchase {
  color: #7B6363 !important;
}

.fc-consign {
  color: #C09759 !important;
}

.fc-loan {
  color: #5A748E !important;
}

.fc-care {
  color: #37564B !important;
}

/* // font 컬러 */
/* font 굵기 */
.fw-lt {
  font-weight: 300 !important;
}

.fw-md {
  font-weight: 500 !important;
}

.fw-sb {
  font-weight: 600 !important;
}

/* // font 굵기 */
/* font 투명도 */
.fo-md {
  opacity: 0.5 !important;
}

/* // font 투명도 */
/* text 정렬 */
.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

/* // text 정렬 */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* from */
.ui-input,
.ui-date,
.ui-slider-value {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  border: 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.ui-input::-ms-clear, .ui-input::-ms-reveal,
.ui-date::-ms-clear,
.ui-date::-ms-reveal,
.ui-slider-value::-ms-clear,
.ui-slider-value::-ms-reveal {
  display: none;
}
.ui-input::-webkit-search-decoration, .ui-input::-webkit-search-cancel-button, .ui-input::-webkit-search-results-button, .ui-input::-webkit-search-results-decoration,
.ui-date::-webkit-search-decoration,
.ui-date::-webkit-search-cancel-button,
.ui-date::-webkit-search-results-button,
.ui-date::-webkit-search-results-decoration,
.ui-slider-value::-webkit-search-decoration,
.ui-slider-value::-webkit-search-cancel-button,
.ui-slider-value::-webkit-search-results-button,
.ui-slider-value::-webkit-search-results-decoration {
  display: none;
}
.ui-input[type=number]::-webkit-outer-spin-button, .ui-input[type=number]::-webkit-inner-spin-button,
.ui-date[type=number]::-webkit-outer-spin-button,
.ui-date[type=number]::-webkit-inner-spin-button,
.ui-slider-value[type=number]::-webkit-outer-spin-button,
.ui-slider-value[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.ui-input[type=date]::-webkit-calendar-picker-indicator, .ui-input[type=month]::-webkit-calendar-picker-indicator, .ui-input[type=time]::-webkit-calendar-picker-indicator, .ui-input[type=week]::-webkit-calendar-picker-indicator,
.ui-date[type=date]::-webkit-calendar-picker-indicator,
.ui-date[type=month]::-webkit-calendar-picker-indicator,
.ui-date[type=time]::-webkit-calendar-picker-indicator,
.ui-date[type=week]::-webkit-calendar-picker-indicator,
.ui-slider-value[type=date]::-webkit-calendar-picker-indicator,
.ui-slider-value[type=month]::-webkit-calendar-picker-indicator,
.ui-slider-value[type=time]::-webkit-calendar-picker-indicator,
.ui-slider-value[type=week]::-webkit-calendar-picker-indicator {
  background: none;
}
.ui-input[type=search],
.ui-date[type=search],
.ui-slider-value[type=search] {
  background: #fff;
}
.ui-input[type=search]::-webkit-search-cancel-button, .ui-input[type=search]::-webkit-search-results-button, .ui-input[type=search]::-webkit-search-results-decoration,
.ui-date[type=search]::-webkit-search-cancel-button,
.ui-date[type=search]::-webkit-search-results-button,
.ui-date[type=search]::-webkit-search-results-decoration,
.ui-slider-value[type=search]::-webkit-search-cancel-button,
.ui-slider-value[type=search]::-webkit-search-results-button,
.ui-slider-value[type=search]::-webkit-search-results-decoration {
  display: none;
  width: 0;
  height: 0;
}
.ui-input::-webkit-input-placeholder, .ui-date::-webkit-input-placeholder, .ui-slider-value::-webkit-input-placeholder {
  color: #999;
}
.ui-input::-moz-placeholder, .ui-date::-moz-placeholder, .ui-slider-value::-moz-placeholder {
  color: #999;
}
.ui-input:-ms-input-placeholder, .ui-date:-ms-input-placeholder, .ui-slider-value:-ms-input-placeholder {
  color: #999;
}
.ui-input::-ms-input-placeholder, .ui-date::-ms-input-placeholder, .ui-slider-value::-ms-input-placeholder {
  color: #999;
}
.ui-input::placeholder,
.ui-date::placeholder,
.ui-slider-value::placeholder {
  color: #999;
}
.ui-input:focus,
.ui-date:focus,
.ui-slider-value:focus {
  border-color: #000;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}

.slider-group .input-flex-box .value-input-box, .date-box, .input-gray-search-box, .input-search-box, .input-line-box, .input-box,
.value-input-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.slider-group .input-flex-box .value-input-box .btn-input-del, .date-box .btn-input-del, .input-gray-search-box .btn-input-del, .input-search-box .btn-input-del, .input-line-box .btn-input-del, .input-box .btn-input-del,
.value-input-box .btn-input-del {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  background: url("../images/form/ico_ip_clear.svg") 0 0 no-repeat;
  background-size: cover;
}
.slider-group .input-flex-box .value-input-box .btn-toggle-pw, .date-box .btn-toggle-pw, .input-gray-search-box .btn-toggle-pw, .input-search-box .btn-toggle-pw, .input-line-box .btn-toggle-pw, .input-box .btn-toggle-pw,
.value-input-box .btn-toggle-pw {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: url("../images/form/ico_eye.svg") 0 0 no-repeat;
  background-size: cover;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  vertical-align: top;
}
.date-box .btn-toggle-pw.is-active, .input-gray-search-box .btn-toggle-pw.is-active, .input-search-box .btn-toggle-pw.is-active, .input-line-box .btn-toggle-pw.is-active, .input-box .btn-toggle-pw.is-active,
.value-input-box .btn-toggle-pw.is-active {
  background: url("../images/form/ico_eye_active.svg") 0 0 no-repeat;
  background-size: cover;
}
.slider-group .input-flex-box .value-input-box .timer-count, .date-box .timer-count, .input-gray-search-box .timer-count, .input-search-box .timer-count, .input-line-box .timer-count, .input-box .timer-count,
.value-input-box .timer-count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #D93B3B;
  vertical-align: top;
}
.slider-group .input-flex-box .value-input-box .btn-round-sm, .date-box .btn-round-sm, .input-gray-search-box .btn-round-sm, .input-search-box .btn-round-sm, .input-line-box .btn-round-sm, .input-box .btn-round-sm,
.value-input-box .btn-round-sm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 10px;
  margin-left: 10px;
}
.slider-group .input-flex-box .value-input-box .btn-input-search, .date-box .btn-input-search, .input-gray-search-box .btn-input-search, .input-search-box .btn-input-search, .input-line-box .btn-input-search, .input-box .btn-input-search,
.value-input-box .btn-input-search {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 18px;
  margin-left: 20px;
}
.slider-group .input-flex-box .value-input-box .unit, .date-box .unit, .input-gray-search-box .unit, .input-search-box .unit, .input-line-box .unit, .input-box .unit,
.value-input-box .unit {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
  vertical-align: top;
}
.date-box .ui-datepicker-trigger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 11px 0 0 5px;
  background: url("../images/form/ico_datepicker_trigger.svg") 0 0 no-repeat;
  background-size: cover;
}
.date-box .ui-datepicker-trigger:before {
  content: "날짜 선택";
  position: absolute;
  display: block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.has-value.date-box .btn-input-del, .has-value.input-gray-search-box .btn-input-del, .has-value.input-search-box .btn-input-del, .has-value.input-line-box .btn-input-del, .has-value.input-box .btn-input-del,
.has-value.value-input-box .btn-input-del {
  display: block;
}

.input-box,
.value-input-box {
  padding: 0 14px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background-color: #fff;
}
.input-box .ui-input,
.value-input-box .ui-input {
  height: 44px;
  padding: 0;
  background-color: inherit;
}
.input-box .btn-toggle-pw,
.value-input-box .btn-toggle-pw {
  margin-top: 12px;
}
.input-box .btn-input-del,
.value-input-box .btn-input-del {
  margin-top: 12px;
}
.input-box .unit,
.value-input-box .unit {
  margin-top: 12px;
}
.input-box.is-focus,
.value-input-box.is-focus {
  border-color: #000;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.input-box.is-disabled,
.value-input-box.is-disabled {
  background-color: #f9f9f9;
}
.input-box.is-disabled .ui-input,
.value-input-box.is-disabled .ui-input {
  color: #999;
}
.input-box.is-disabled .ui-input::-webkit-input-placeholder, .value-input-box.is-disabled .ui-input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-box.is-disabled .ui-input::-moz-placeholder, .value-input-box.is-disabled .ui-input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-box.is-disabled .ui-input:-ms-input-placeholder, .value-input-box.is-disabled .ui-input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-box.is-disabled .ui-input::-ms-input-placeholder, .value-input-box.is-disabled .ui-input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-box.is-disabled .ui-input::placeholder,
.value-input-box.is-disabled .ui-input::placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-box.is-disabled .btn-input-del,
.value-input-box.is-disabled .btn-input-del {
  display: none;
}
.input-box.is-disabled .unit,
.value-input-box.is-disabled .unit {
  opacity: 0.5;
}

.input-box .timer-count {
  margin-top: 12px;
}

.value-input-box .ui-input {
  padding-right: 6px;
  text-align: right;
}
.value-input-box.has-value .ui-input {
  font-weight: 500;
}

.input-line-box {
  border-radius: 0;
  border-bottom: 1px solid #D9D9D9;
  background-color: #fff;
}
.input-line-box .ui-input {
  height: 49px;
  padding: 0;
  background-color: inherit;
}
.input-line-box .btn-input-del {
  margin-top: 15px;
}
.input-line-box .btn-toggle-pw {
  margin-top: 15px;
}
.input-line-box .timer-count {
  margin-top: 14px;
}
.input-line-box.is-focus {
  border-color: #000;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.input-line-box.is-disabled .ui-input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-line-box.is-disabled .ui-input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-line-box.is-disabled .ui-input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-line-box.is-disabled .ui-input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.input-line-box.is-disabled .ui-input::placeholder {
  color: rgba(153, 153, 153, 0.5);
}

.input-search-box {
  padding-right: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 4px solid #012E29;
  border-radius: 0;
}
.input-search-box .ui-input {
  height: 56px;
  padding: 0 20px 0 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.input-search-box .btn-input-del {
  margin-top: 18px;
  margin-left: 0;
}
.input-search-box .btn-input-search {
  width: 24px;
  height: 24px;
  background: url("../images/form/ico_search_green_h24.svg") 0 0 no-repeat;
  background-size: cover;
}

.input-gray-search-box {
  margin-bottom: 30px;
  padding-right: 16px;
  border: none;
  border-radius: 20px;
  background-color: #F5F5F5;
}
.input-gray-search-box .ui-input {
  height: 40px;
  padding: 0 16px;
  background: none;
}
.input-gray-search-box .btn-input-del {
  margin-top: 10px;
  margin-left: 0;
}
.input-gray-search-box .btn-input-search {
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-left: 10px;
  background: url("../images/form/ico_search_black_h18.svg") 0 0 no-repeat;
  background-size: cover;
}

.input-group + .input-group,
.input-group + .ui-select,
.input-group + .textarea-box, .valid-check + .input-group,
.valid-check + .ui-select,
.valid-check + .textarea-box {
  margin-top: 10px;
}

.input-guide {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}

.valid-check .valid-desc {
  display: none;
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.valid-check.fail .input-box, .valid-check.fail .input-line-box, .valid-check.fail .ui-select select {
  border-color: #D93B3B;
}
.valid-check.fail .valid-desc {
  display: block;
  color: #D93B3B;
}
.valid-check.fail .multi-input-valid:not(.fail) .input-box, .valid-check.fail .multi-input-valid:not(.fail) .input-line-box, .valid-check.fail .multi-input-valid:not(.fail) .ui-select select {
  border-color: #E9E9E9;
}
.valid-check.success .input-box, .valid-check.success .input-line-box, .valid-check.success .ui-select select {
  border-color: #012E29;
}
.valid-check.success .valid-desc {
  display: block;
  color: #012E29;
}

.date-box {
  padding-right: 14px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
}
.date-box .ui-date {
  height: 44px;
  padding: 0 0 0 14px;
  cursor: pointer;
}

.ui-select {
  width: 100%;
}
.ui-select select {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 46px;
  padding: 0 35px 0 14px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background: url("../images/form/ico_select_arr_h20.svg") right 14px center no-repeat;
  background-size: 20px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* option {
      display: block;
      text-align-last: left;
      text-align: left;
      -ms-text-align-last: left;
      -moz-text-align-last: left;
      background: lightcoral;
      color: #fff;
      @include mixins.font_size_3xl;
      font-weight: variables.$fontWeightSemibold;

      &:checked {
          background: #ff00ff;
          color: #000;
          font-weight: variables.$fontWeightLight;
      }
  } */
}
.ui-select select:focus {
  border-color: #000;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.ui-select select[disabled], .ui-select select[aria-disabled], .ui-select select[readonly] {
  border-color: #E9E9E9;
  background-color: #F5F5F5;
  background-image: url("../images/form/ico_select_arr_h20_disabled.svg");
  color: #999;
}
.ui-select.type-line select {
  height: 50px;
  padding: 0 40px 0 0;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #D9D9D9;
  border-left: 0;
  background: #fff url("../images/form/ico_select_arr_light_gray_h20.svg") right center no-repeat;
  background-size: 20px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #999;
}
.ui-select.type-text {
  width: auto;
  height: 21px;
}
.ui-select.type-text select {
  width: auto;
  height: 21px;
  padding-left: 0;
  padding-right: 17px;
  border: 0;
  background: url("../images/common/comm_arw_down_black.svg") right center no-repeat;
  background-size: 15px;
  text-align-last: right;
  text-align: right;
  -ms-text-align-last: right;
  -moz-text-align-last: right;
}
.ui-select.type-text select option {
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
}
.ui-select + .input-group {
  margin-top: 10px;
}
.input-group + .ui-chk {
  margin-top: 10px;
}

.textarea-box {
  overflow: hidden;
  position: relative;
  padding-bottom: 46px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
}
.textarea-box .ui-textarea {
  outline: none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 92px;
  padding: 16px 16px 0;
  outline: none;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  resize: none;
}
.textarea-box .ui-textarea::-webkit-input-placeholder {
  color: #999;
}
.textarea-box .ui-textarea::-moz-placeholder {
  color: #999;
}
.textarea-box .ui-textarea:-ms-input-placeholder {
  color: #999;
}
.textarea-box .ui-textarea::-ms-input-placeholder {
  color: #999;
}
.textarea-box .ui-textarea::placeholder {
  color: #999;
}
.textarea-box .count-check {
  position: absolute;
  right: 14px;
  bottom: 16px;
  display: inline-block;
  color: #999;
  vertical-align: top;
}
.textarea-box .count-check .count {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.textarea-box .count-check .total {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.textarea-box.is-focus {
  border-color: #000;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.textarea-box.is-focus .count-check .count {
  color: #000;
}
.textarea-box.is-disabled {
  background: #f9f9f9;
  border-color: #E9E9E9;
  color: #999;
}
.textarea-box.is-disabled::-webkit-input-placeholder {
  font-size: inherit;
  color: #999;
}
.textarea-box.is-disabled:-ms-input-placeholder {
  font-size: inherit;
  color: #999;
}
.textarea-box.is-disabled::-ms-input-placeholder {
  font-size: inherit;
  color: #999;
}
.textarea-box.is-disabled::-moz-placeholder {
  font-size: inherit;
  color: #999;
}
.textarea-box.is-disabled::placeholder {
  font-size: inherit;
  color: #999;
}
.textarea-box.is-disabled:-ms-input-placeholder {
  font-size: inherit;
  color: #999;
}
.textarea-box.is-disabled::-ms-input-placeholder {
  font-size: inherit;
  color: #999;
}
body.ios .textarea-box.is-disabled {
  -webkit-text-fill-color: #999;
}

.input-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.input-flex-box .input-group, .input-flex-box .ui-select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.input-flex-box .input-group ~ .ui-select, .input-flex-box .ui-select ~ .ui-select {
  margin-left: 10px;
}
.input-flex-box .input-group ~ .input-group, .input-flex-box .ui-select ~ .input-group {
  margin-top: 0;
  margin-left: 5px;
}
.input-flex-box .gap {
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  text-align: center;
  vertical-align: top;
}
.input-flex-box .btn-lg, .input-flex-box .btn-md {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  width: auto;
  margin-left: 5px;
}
.input-flex-box ~ .input-group {
  margin-top: 10px;
}

.ui-color-chip, .ui-rdo-delivery, .ui-chk,
.ui-rdo,
.ui-filter-chk,
.ui-chk-right,
.ui-sub-filter-chk {
  position: relative;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}
.ui-color-chip input, .ui-rdo-delivery input, .ui-chk input,
.ui-rdo input,
.ui-filter-chk input,
.ui-chk-right input,
.ui-sub-filter-chk input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ui-color-chip input + label, .ui-rdo-delivery input + label, .ui-chk input + label,
.ui-rdo input + label,
.ui-filter-chk input + label,
.ui-chk-right input + label,
.ui-sub-filter-chk input + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-chk,
.ui-rdo,
.ui-filter-chk,
.ui-chk-right,
.ui-sub-filter-chk {
  min-height: 22px;
}
.ui-chk input + label,
.ui-rdo input + label,
.ui-filter-chk input + label,
.ui-chk-right input + label,
.ui-sub-filter-chk input + label {
  padding-left: 22px;
  min-height: 22px;
}
.ui-chk input + label:before, .ui-chk input + label:after,
.ui-rdo input + label:before,
.ui-rdo input + label:after,
.ui-filter-chk input + label:before,
.ui-filter-chk input + label:after,
.ui-chk-right input + label:before,
.ui-chk-right input + label:after,
.ui-sub-filter-chk input + label:before,
.ui-sub-filter-chk input + label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.ui-chk input + label > .text,
.ui-rdo input + label > .text,
.ui-filter-chk input + label > .text,
.ui-chk-right input + label > .text,
.ui-sub-filter-chk input + label > .text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 22px;
  color: #000;
  vertical-align: top;
}
.ui-chk input + label > .text > .sub-text,
.ui-rdo input + label > .text > .sub-text,
.ui-filter-chk input + label > .text > .sub-text,
.ui-chk-right input + label > .text > .sub-text,
.ui-sub-filter-chk input + label > .text > .sub-text {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 22px;
  color: #999;
  vertical-align: top;
}
.ui-chk input + label .ui-text-wrap,
.ui-rdo input + label .ui-text-wrap,
.ui-filter-chk input + label .ui-text-wrap,
.ui-chk-right input + label .ui-text-wrap,
.ui-sub-filter-chk input + label .ui-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 8px;
}
.ui-chk input + label .ui-text-wrap .text,
.ui-rdo input + label .ui-text-wrap .text,
.ui-filter-chk input + label .ui-text-wrap .text,
.ui-chk-right input + label .ui-text-wrap .text,
.ui-sub-filter-chk input + label .ui-text-wrap .text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-right: 8px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  vertical-align: top;
}
.ui-chk input + label .ui-text-wrap .sub-text,
.ui-rdo input + label .ui-text-wrap .sub-text,
.ui-filter-chk input + label .ui-text-wrap .sub-text,
.ui-chk-right input + label .ui-text-wrap .sub-text,
.ui-sub-filter-chk input + label .ui-text-wrap .sub-text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 22px;
  color: #000;
  vertical-align: top;
}
.ui-chk input[disabled] + label, .ui-chk input[aria-disabled] + label, .ui-chk input[readonly] + label,
.ui-rdo input[disabled] + label,
.ui-rdo input[aria-disabled] + label,
.ui-rdo input[readonly] + label,
.ui-filter-chk input[disabled] + label,
.ui-filter-chk input[aria-disabled] + label,
.ui-filter-chk input[readonly] + label,
.ui-chk-right input[disabled] + label,
.ui-chk-right input[aria-disabled] + label,
.ui-chk-right input[readonly] + label,
.ui-sub-filter-chk input[disabled] + label,
.ui-sub-filter-chk input[aria-disabled] + label,
.ui-sub-filter-chk input[readonly] + label {
  pointer-events: none;
  opacity: 0.5;
}
.ui-chk input:checked + label:before,
.ui-rdo input:checked + label:before,
.ui-filter-chk input:checked + label:before,
.ui-chk-right input:checked + label:before,
.ui-sub-filter-chk input:checked + label:before {
  background-color: #012E29;
  border-color: #012E29;
}

.ui-chk input + label:before,
.ui-chk-right input + label:before,
.ui-filter-chk input + label:before,
.ui-sub-filter-chk input + label:before {
  border: 1px solid #E9E9E9;
  background-color: #fff;
  left: 0;
}
.ui-chk input + label:after,
.ui-chk-right input + label:after,
.ui-filter-chk input + label:after,
.ui-sub-filter-chk input + label:after {
  background: url("../images/form/ico_check.svg") 5px 7px no-repeat;
  background-size: 11px 8px;
}
.ui-chk input:checked + label:before,
.ui-chk-right input:checked + label:before,
.ui-filter-chk input:checked + label:before,
.ui-sub-filter-chk input:checked + label:before {
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.ui-chk input:checked + label:after,
.ui-chk-right input:checked + label:after,
.ui-filter-chk input:checked + label:after,
.ui-sub-filter-chk input:checked + label:after {
  background-image: url("../images/form/ico_check_active.svg");
}
.ui-chk.ui-chk-dis input + label:after {
  background-image: none;
  background-color: #012E29;
  border-color: #012E29;
  opacity: 0.5;
}
.ui-chk.ui-chk-dis input[disabled] + label {
  opacity: 1;
}
.ui-chk.ui-chk-dis input + label:before {
  opacity: 0.5;
}

.ui-chk-right input + label {
  padding-left: 0;
  padding-right: 22px;
}
.ui-chk-right input + label:before {
  left: initial;
  right: 0;
}
.ui-chk-right input + label:after {
  left: initial;
  right: 0;
}
.ui-chk-right input + label > .text {
  margin-left: 0;
  margin-right: 8px;
  text-align: right;
}

.ui-rdo > input + label:before, .ui-rdo > input + label:after {
  border-radius: 22px;
}
.ui-rdo > input + label:before {
  background-color: #fff;
  border: 1px solid #E9E9E9;
}
.ui-rdo > input + label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 7px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: none;
}
.ui-rdo > input:checked + label:before {
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.ui-rdo > input:checked + label:after {
  -webkit-animation: none;
  animation: none;
}

.ui-rdo-delivery {
  width: 100%;
}
.ui-rdo-delivery input + label {
  width: 100%;
  padding: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.ui-rdo-delivery input + label .delivery-info {
  display: block;
  padding-left: 36px;
}
.ui-rdo-delivery input + label .delivery-info .delivery-tit {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.ui-rdo-delivery input + label .delivery-info .delivery-cont {
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.ui-rdo-delivery input + label .delivery-info .badge-wrap {
  margin-top: 14px;
}
.ui-rdo-delivery input + label:before, .ui-rdo-delivery input + label:after {
  border-radius: 22px;
}
.ui-rdo-delivery input + label:before {
  left: 20px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
}
.ui-rdo-delivery input + label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 27px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: none;
}
.ui-rdo-delivery input:checked + label {
  border: 1px solid #012E29;
  -webkit-transition: border 0.15s;
  transition: border 0.15s;
}
.ui-rdo-delivery input:checked + label:before {
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.ui-rdo-delivery input:checked + label:after {
  -webkit-animation: none;
  animation: none;
}
.ui-rdo-delivery input[disabled] + label:before, .ui-rdo-delivery input[disabled] + label:after, .ui-rdo-delivery input[aria-disabled] + label:before, .ui-rdo-delivery input[aria-disabled] + label:after {
  background-color: #F5F5F5;
}
.ui-rdo-delivery input[disabled]:checked + label:before, .ui-rdo-delivery input[aria-disabled]:checked + label:before {
  background-color: #012E29;
  border-color: #012E29;
  opacity: 0.1;
}

.ui-color-chip {
  width: 100%;
  text-align: center;
}
.ui-color-chip input + label {
  width: 100%;
  padding-top: 40px;
  padding-left: 0;
}
.ui-color-chip input + label .text {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  vertical-align: top;
}
.ui-color-chip input + label:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url("../images/form/ico_check_active.svg") 5px 7px no-repeat;
  background-size: 11px 8px;
}
.ui-color-chip input:checked + label .text {
  font-weight: 500;
  -webkit-transition: font-weight 0.15s;
  transition: font-weight 0.15s;
}
.ui-color-chip input:checked + label:after {
  display: inline-block;
}
.ui-color-chip .ico-color-chip {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  vertical-align: top;
  border: 1px solid #E9E9E9;
}
.ui-color-chip input:checked + label:after {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 0;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center;
}
.ui-color-chip.black .ico-color-chip {
  background: #000;
}
.ui-color-chip.gray .ico-color-chip {
  background: #787878;
}
.ui-color-chip.silver .ico-color-chip {
  background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), color-stop(52.6%, #CCC), to(#E6E6E6));
  background: linear-gradient(180deg, #E6E6E6 0%, #CCC 52.6%, #E6E6E6 100%);
}
.ui-color-chip.white .ico-color-chip {
  border: 1px solid #E9E9E9;
  background: #fff;
}
.ui-color-chip.ivory .ico-color-chip {
  border: 1px solid #E9E9E9;
  background: #FDF8E4;
}
.ui-color-chip.beige .ico-color-chip {
  background: #EED2A7;
}
.ui-color-chip.gold .ico-color-chip {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.81%, #C1954C), color-stop(49.48%, #B17E29), color-stop(65.62%, #C1954C));
  background: linear-gradient(180deg, #C1954C 32.81%, #B17E29 49.48%, #C1954C 65.62%);
}
.ui-color-chip.yellow .ico-color-chip {
  background: #FCCB25;
}
.ui-color-chip.orange .ico-color-chip {
  background: #F96714;
}
.ui-color-chip.pink .ico-color-chip {
  background: #F96CB2;
}
.ui-color-chip.red .ico-color-chip {
  background: #ED2024;
}
.ui-color-chip.violet .ico-color-chip {
  background: #9E005D;
}
.ui-color-chip.brown .ico-color-chip {
  background: #663300;
}
.ui-color-chip.khaki .ico-color-chip {
  background: #726B48;
}
.ui-color-chip.green .ico-color-chip {
  background: #006633;
}
.ui-color-chip.yellow-green .ico-color-chip {
  background: #7CC576;
}
.ui-color-chip.sky-blue .ico-color-chip {
  background: #5ACBF8;
}
.ui-color-chip.blue .ico-color-chip {
  background: #0033CC;
}
.ui-color-chip.navy .ico-color-chip {
  background: #283067;
}
.ui-color-chip.purple .ico-color-chip {
  background: #8B43C0;
}
.ui-color-chip.rainbow .ico-color-chip {
  background: -webkit-gradient(linear, left top, left bottom, from(#ED2024), color-stop(17.71%, #F96714), color-stop(39.58%, #FCCB25), color-stop(59.9%, #006634), color-stop(80.21%, #002FCC), to(#8B43C0));
  background: linear-gradient(180deg, #ED2024 0%, #F96714 17.71%, #FCCB25 39.58%, #006634 59.9%, #002FCC 80.21%, #8B43C0 100%);
}
.ui-color-chip.chk-type-black input:checked + label:after {
  background: url("../images/form/ico_check_black_active.svg") 0 0 no-repeat;
  background-size: cover;
}

.ui-row-list {
  font-size: 0;
  margin-top: -14px;
}
.ui-row-list .item {
  display: inline-block;
  margin-right: 24px;
  padding-top: 14px;
  vertical-align: top;
}
.ui-row-list .item .ui-rdo input + label > .text, .ui-row-list .item .ui-chk input + label > .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 22px;
}
.ui-row-list .item:last-child {
  margin-right: 0;
}

.ui-filter-list,
.ui-sub-filter-list, .ui-col-list {
  font-size: 0;
}
.ui-filter-list .item,
.ui-sub-filter-list .item, .ui-col-list .item,
.ui-filter-list .filter-item,
.ui-sub-filter-list .filter-item,
.ui-col-list .filter-item,
.ui-filter-list .sub-filter-item,
.ui-sub-filter-list .sub-filter-item,
.ui-col-list .sub-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ui-filter-list .item .btn-text,
.ui-sub-filter-list .item .btn-text, .ui-col-list .item .btn-text,
.ui-filter-list .filter-item .btn-text,
.ui-sub-filter-list .filter-item .btn-text,
.ui-col-list .filter-item .btn-text,
.ui-filter-list .sub-filter-item .btn-text,
.ui-sub-filter-list .sub-filter-item .btn-text,
.ui-col-list .sub-filter-item .btn-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 5px;
}
.ui-filter-list .item ~ .item,
.ui-sub-filter-list .item ~ .item, .ui-col-list .item ~ .item,
.ui-filter-list .filter-item ~ .item,
.ui-sub-filter-list .filter-item ~ .item,
.ui-col-list .filter-item ~ .item,
.ui-filter-list .sub-filter-item ~ .item,
.ui-sub-filter-list .sub-filter-item ~ .item,
.ui-col-list .sub-filter-item ~ .item {
  margin-top: 14px;
}

.ui-col-list .item .ui-rdo input + label > .text, .ui-col-list .item .ui-chk input + label > .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 22px;
}
.ui-col-list .item .ui-rdo input:checked + label .hidden-content, .ui-col-list .item .ui-chk input:checked + label .hidden-content {
  display: block !important;
}
.ui-col-list .item .ui-rdo input:checked + label .hidden-content-inline, .ui-col-list .item .ui-chk input:checked + label .hidden-content-inline {
  display: inline-block !important;
}
.ui-col-list .item .ui-rdo ~ .input-group, .ui-col-list .item .ui-chk ~ .input-group {
  width: 100%;
  margin-top: 12px;
}
.ui-col-list .item .ui-rdo ~ .gray-box, .ui-col-list .item .ui-chk ~ .gray-box {
  margin-top: 12px;
}
.ui-col-list .item .hidden-content {
  display: none !important;
}
.ui-col-list .item .hidden-content-inline {
  display: none !important;
}
.ui-col-list.ta-top .item .ui-rdo input + label:before, .ui-col-list.ta-top .item .ui-chk input + label:before {
  top: 0;
  -webkit-transform: initial;
  transform: initial;
}
.ui-col-list.ta-top .item .ui-rdo input + label:after, .ui-col-list.ta-top .item .ui-chk input + label:after {
  top: 7px;
  -webkit-transform: initial;
  transform: initial;
}
.ui-col-list.ta-top .item .ui-chk input + label:after {
  top: 0;
  -webkit-transform: initial;
  transform: initial;
}

.rdo-box-list {
  width: 100%;
}
.rdo-box-list .rdo-box-item {
  width: 100%;
  padding: 20px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  border-radius: 4px;
}
.rdo-box-list .rdo-box-item.is-active {
  border: 1px solid #012E29;
}
.rdo-box-list .rdo-box-item .ui-rdo {
  width: 100%;
}
.rdo-box-list .rdo-box-item .ui-rdo input + label {
  width: 100%;
}
.rdo-box-list .rdo-box-item .rdo-box-info {
  display: block;
  width: calc(100% - 20px);
  margin-top: 1px;
  margin-left: 14px;
}
.rdo-box-list .rdo-box-item .rdo-box-info .rdo-box-tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.rdo-box-list .rdo-box-item .rdo-box-info .rdo-box-tit-wrap .rdo-box-tit {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.rdo-box-list .rdo-box-item .rdo-box-info .rdo-box-tit-wrap .btn-tooltip {
  position: relative;
  z-index: 2;
  margin-top: 3px;
  margin-left: 6px;
}
.rdo-box-list .rdo-box-item .rdo-box-info .rdo-box-desc {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.rdo-box-list .rdo-box-item .rdo-box-info .rdo-box-sub-desc {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #D93B3B;
}
.rdo-box-list .rdo-box-item .rdo-box-info .rdo-box-emphasis-desc {
  display: block;
  margin-top: 12px;
  padding: 3px 12px;
  background: #012E29;
  border-radius: 2px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.rdo-box-list .rdo-box-item .rdo-box-info .badge-wrap {
  margin-top: 12px;
  margin-bottom: 0;
}
.rdo-box-list .rdo-box-item ~ .rdo-box-item {
  margin-top: 10px;
}
.rdo-box-list .rdo-box-item .rdo-box-info .btn-wrap-xs {
  display: inline-block;
}

.rdo-active-content {
  margin-top: 20px;
}

.ui-filter-list,
.ui-sub-filter-list {
  margin-top: -14px;
}
.ui-filter-list .filter-item,
.ui-filter-list .sub-filter-item,
.ui-sub-filter-list .filter-item,
.ui-sub-filter-list .sub-filter-item {
  margin-top: 14px;
}
.ui-filter-list .filter-item .ui-filter-chk,
.ui-filter-list .filter-item .ui-sub-filter-chk,
.ui-filter-list .sub-filter-item .ui-filter-chk,
.ui-filter-list .sub-filter-item .ui-sub-filter-chk,
.ui-sub-filter-list .filter-item .ui-filter-chk,
.ui-sub-filter-list .filter-item .ui-sub-filter-chk,
.ui-sub-filter-list .sub-filter-item .ui-filter-chk,
.ui-sub-filter-list .sub-filter-item .ui-sub-filter-chk {
  width: 100%;
}
.ui-filter-list .filter-item .ui-filter-chk input + label,
.ui-filter-list .filter-item .ui-sub-filter-chk input + label,
.ui-filter-list .sub-filter-item .ui-filter-chk input + label,
.ui-filter-list .sub-filter-item .ui-sub-filter-chk input + label,
.ui-sub-filter-list .filter-item .ui-filter-chk input + label,
.ui-sub-filter-list .filter-item .ui-sub-filter-chk input + label,
.ui-sub-filter-list .sub-filter-item .ui-filter-chk input + label,
.ui-sub-filter-list .sub-filter-item .ui-sub-filter-chk input + label {
  width: 100%;
  padding-left: 0;
  padding-right: 22px;
  font-size: 14px;
}
.ui-filter-list .filter-item .ui-filter-chk input + label .text,
.ui-filter-list .filter-item .ui-sub-filter-chk input + label .text,
.ui-filter-list .sub-filter-item .ui-filter-chk input + label .text,
.ui-filter-list .sub-filter-item .ui-sub-filter-chk input + label .text,
.ui-sub-filter-list .filter-item .ui-filter-chk input + label .text,
.ui-sub-filter-list .filter-item .ui-sub-filter-chk input + label .text,
.ui-sub-filter-list .sub-filter-item .ui-filter-chk input + label .text,
.ui-sub-filter-list .sub-filter-item .ui-sub-filter-chk input + label .text {
  margin-left: 0;
  margin-right: 6px;
}
.ui-filter-list .filter-item .ui-filter-chk input + label .stext,
.ui-filter-list .filter-item .ui-sub-filter-chk input + label .stext,
.ui-filter-list .sub-filter-item .ui-filter-chk input + label .stext,
.ui-filter-list .sub-filter-item .ui-sub-filter-chk input + label .stext,
.ui-sub-filter-list .filter-item .ui-filter-chk input + label .stext,
.ui-sub-filter-list .filter-item .ui-sub-filter-chk input + label .stext,
.ui-sub-filter-list .sub-filter-item .ui-filter-chk input + label .stext,
.ui-sub-filter-list .sub-filter-item .ui-sub-filter-chk input + label .stext {
  display: block;
  margin-top: 2px;
}
.ui-filter-list .filter-item .ui-filter-chk input + label:before, .ui-filter-list .filter-item .ui-filter-chk input + label:after,
.ui-filter-list .filter-item .ui-sub-filter-chk input + label:before,
.ui-filter-list .filter-item .ui-sub-filter-chk input + label:after,
.ui-filter-list .sub-filter-item .ui-filter-chk input + label:before,
.ui-filter-list .sub-filter-item .ui-filter-chk input + label:after,
.ui-filter-list .sub-filter-item .ui-sub-filter-chk input + label:before,
.ui-filter-list .sub-filter-item .ui-sub-filter-chk input + label:after,
.ui-sub-filter-list .filter-item .ui-filter-chk input + label:before,
.ui-sub-filter-list .filter-item .ui-filter-chk input + label:after,
.ui-sub-filter-list .filter-item .ui-sub-filter-chk input + label:before,
.ui-sub-filter-list .filter-item .ui-sub-filter-chk input + label:after,
.ui-sub-filter-list .sub-filter-item .ui-filter-chk input + label:before,
.ui-sub-filter-list .sub-filter-item .ui-filter-chk input + label:after,
.ui-sub-filter-list .sub-filter-item .ui-sub-filter-chk input + label:before,
.ui-sub-filter-list .sub-filter-item .ui-sub-filter-chk input + label:after {
  left: initial;
  right: 0;
}
.ui-filter-list .filter-item .ui-filter-chk input:checked + label .text,
.ui-filter-list .filter-item .ui-sub-filter-chk input:checked + label .text,
.ui-filter-list .sub-filter-item .ui-filter-chk input:checked + label .text,
.ui-filter-list .sub-filter-item .ui-sub-filter-chk input:checked + label .text,
.ui-sub-filter-list .filter-item .ui-filter-chk input:checked + label .text,
.ui-sub-filter-list .filter-item .ui-sub-filter-chk input:checked + label .text,
.ui-sub-filter-list .sub-filter-item .ui-filter-chk input:checked + label .text,
.ui-sub-filter-list .sub-filter-item .ui-sub-filter-chk input:checked + label .text {
  font-weight: 500;
}
.ui-filter-list .filter-item .sub-filter-box,
.ui-filter-list .sub-filter-item .sub-filter-box,
.ui-sub-filter-list .filter-item .sub-filter-box,
.ui-sub-filter-list .sub-filter-item .sub-filter-box {
  display: none;
  width: 100%;
  margin-top: 14px;
  padding: 20px;
  background-color: #eee;
  border-radius: 4px;
}
.ui-filter-list .filter-item .sub-filter-box .sub-filter-list,
.ui-filter-list .sub-filter-item .sub-filter-box .sub-filter-list,
.ui-sub-filter-list .filter-item .sub-filter-box .sub-filter-list,
.ui-sub-filter-list .sub-filter-item .sub-filter-box .sub-filter-list {
  width: 100%;
}
.ui-filter-list .filter-item.is-checked .sub-filter-box,
.ui-filter-list .sub-filter-item.is-checked .sub-filter-box,
.ui-sub-filter-list .filter-item.is-checked .sub-filter-box,
.ui-sub-filter-list .sub-filter-item.is-checked .sub-filter-box {
  display: block;
}

.ui-color-chip-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ui-color-chip-list .color-chip-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.ui-color-chip-list .color-chip-item:nth-child(5n) {
  margin-right: 0;
}
.ui-color-chip-list .color-chip-item:nth-child(n+6) {
  margin-top: 20px;
}

.all-chk-wrap .ui-chk.all-chk input + label .text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  line-height: 22px;
}
.all-chk-wrap .ui-chk.item-chk {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.all-chk-wrap .ui-chk.item-chk input + label .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  padding-top: 1px;
}
.all-chk-wrap .link-text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
.all-chk-wrap .link-text .text {
  color: #999;
}
.all-chk-wrap .gray-box {
  width: 100%;
  margin-top: 12px !important;
}
.all-chk-wrap .gray-box .ui-col-list .item .all-chk-2dep-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.all-chk-wrap .gray-box .ui-col-list .item .all-chk-2dep-wrap .white-box-sm {
  width: 100%;
  margin-top: 14px;
}
.all-chk-wrap .gray-box .ui-col-list .item .all-chk-2dep-wrap .white-box-sm .ui-row-list .item {
  display: inline-block;
}
.all-chk-wrap .gray-box .ui-col-list .item .all-chk-2dep-wrap .white-box-sm .ui-row-list .item ~ .item {
  margin-top: 0;
}

.ui-toggle-lg, .ui-toggle {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-toggle-lg input[type=checkbox], .ui-toggle input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ui-toggle-lg input[type=checkbox] + label, .ui-toggle input[type=checkbox] + label {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 20px;
  color: #666;
  cursor: pointer;
}
.ui-toggle-lg input[type=checkbox] + label:before, .ui-toggle input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  background: #E9E9E9;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.ui-toggle-lg input[type=checkbox] + label:after, .ui-toggle input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  z-index: 2;
  -webkit-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
.ui-toggle-lg input[type=checkbox]:checked + label, .ui-toggle input[type=checkbox]:checked + label {
  color: #000;
  font-weight: 500;
}
.ui-toggle-lg input[type=checkbox]:checked + label:before, .ui-toggle input[type=checkbox]:checked + label:before {
  background: #012E29;
}
.ui-toggle-lg input[type=checkbox]:disabled + label, .ui-toggle input[type=checkbox]:disabled + label, .ui-toggle-lg input[type=checkbox][readonly] + label, .ui-toggle input[type=checkbox][readonly] + label {
  opacity: 0.5;
}

.ui-toggle input[type=checkbox] + label {
  min-width: 32px;
  height: 20px;
  padding-left: 38px;
}
.ui-toggle input[type=checkbox] + label:before {
  width: 32px;
  height: 20px;
  border-radius: 20px;
}
.ui-toggle input[type=checkbox] + label:after {
  width: 16px;
  height: 16px;
  margin-left: -18px;
  left: 20px;
}
.ui-toggle input[type=checkbox]:checked + label:after {
  left: 32px !important;
}
.ui-toggle-lg input[type=checkbox] + label {
  min-width: 38px;
  height: 24px;
  padding-left: 38px;
  line-height: 24px;
}
.ui-toggle-lg input[type=checkbox] + label:before {
  width: 38px;
  height: 24px;
  border-radius: 24px;
}
.ui-toggle-lg input[type=checkbox] + label:after {
  width: 20px;
  height: 20px;
  margin-left: -22px;
  left: 24px;
}
.ui-toggle-lg input[type=checkbox]:checked + label:after {
  left: 38px !important;
}

.ui-toggle-list {
  margin-top: 15px;
}
.ui-toggle-list .ui-toggle-item {
  padding: 15px 0;
  border-top: 1px solid #E9E9E9;
}
.ui-toggle-list .ui-toggle-item .flex-info-wrap .stitle-wrap .stitle {
  font-weight: 300;
}

.slider-group {
  font-size: 0;
}
.slider-group .slider-box {
  position: relative;
  padding: 0 10px;
}
.slider-group .slider-box:before, .slider-group .slider-box:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 4px;
}
.slider-group .slider-box:before {
  top: 0;
  left: 0;
  background-color: #D9D9D9;
}
.slider-group .slider-box:after {
  top: 0;
  right: 0;
  background-color: #D9D9D9;
}
.slider-group .slider-box .slider-control {
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #D9D9D9;
  vertical-align: top;
}
.slider-group .slider-box .slider-control .ui-slider-range {
  background-color: #012E29;
}
.slider-group .slider-box .slider-control .ui-slider-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border: 4px solid #012E29;
  border-radius: 10px;
  background-color: #fff;
  outline: none;
}
.slider-group .value-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 18px;
}
.slider-group .value-text-box .goods-group {
  color: #012E29;
}
.slider-group .input-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin-top: 14px;
}
.slider-group .input-flex-box .value-input-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding-right: 14px;
  border-radius: 4px;
}
.slider-group .input-flex-box .value-input-box .ui-input {
  height: 38px;
}
.slider-group .input-flex-box .value-input-box .unit {
  margin-top: 9px;
}
.slider-group .input-flex-box .value-input-box .ui-slider-value {
  display: inline-block;
  height: 46px;
  padding: 0 0 0 14px;
  text-align: right;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.slider-group .input-flex-box .value-input-box .ui-slider-value::-webkit-input-placeholder {
  font-weight: 500;
}
.slider-group .input-flex-box .value-input-box .ui-slider-value::-moz-placeholder {
  font-weight: 500;
}
.slider-group .input-flex-box .value-input-box .ui-slider-value:-ms-input-placeholder {
  font-weight: 500;
}
.slider-group .input-flex-box .value-input-box .ui-slider-value::-ms-input-placeholder {
  font-weight: 500;
}
.slider-group .input-flex-box .value-input-box .ui-slider-value::placeholder {
  font-weight: 500;
}
.slider-group .input-flex-box .value-input-box .unit {
  margin-top: 0;
}
.slider-group .input-flex-box .gap {
  margin-left: 5px;
}
.slider-group .input-flex-box .gap ~ .value-input-box {
  margin-left: 6px;
}

.slider-wrap {
  padding: 13px 0 10px;
}

.form-item .form-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.form-item .form-title .title-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.form-item .form-title .right-area {
  margin-left: auto;
}
.form-item ~ .form-item {
  margin-top: 30px;
}

.form-list-lg ~ .all-chk-wrap, .form-list ~ .all-chk-wrap {
  margin-top: 30px;
}

form ~ .all-chk-wrap {
  margin-top: 30px;
}

.gray-box ~ .form-list {
  margin-top: 30px;
}

.form-list .gray-box ~ .dot-text {
  margin-top: 10px;
}
.form-list ~ .stitle-wrap {
  margin-top: 30px;
}

.form-list-lg .form-item ~ .form-item {
  margin-top: 40px;
}

.attach-box {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  width: 75px !important;
  height: 75px;
  overflow: hidden;
}
.attach-box ~ .attach-box {
  margin-left: 5px;
}
.attach-box input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.attach-box label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  background: url("../images/common/comm_ico_plus_h17.svg") center no-repeat;
  background-size: 17px;
}
.attach-box .attach-img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.attach-box .attach-img-wrap .attach-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  font-size: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.attach-box .attach-img-wrap .btn-remove {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.5);
}

/* // from */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
:root {
  --sat: env(safe-area-inset-top);
  --sab: env(safe-area-inset-bottom);
  --docker-height: auto;
}

.offscreen {
  position: absolute !important;
  display: block;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  font-size: 14px !important;
}

/* common */
.skip-nav {
  position: absolute;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
.skip-nav a {
  position: absolute;
  display: inline-block;
  color: #fff;
  width: 100%;
  padding: 10px;
  background: #000;
  text-align: center;
  font-size: 13px;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.skip-nav a:not(:focus) {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.btn-link {
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.required {
  display: inline-block;
  vertical-align: top;
}
.required:before {
  content: "";
  overflow: hidden;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 1px 0 0 2px;
  border-radius: 4px;
  background-color: #B79683;
  vertical-align: top;
}

.scroll-fix {
  position: relative;
}
.scroll-fix.fixed, .scroll-fix.sps-blw {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100%;
}
@media (min-width: 500px) {
  .scroll-fix.fixed, .scroll-fix.sps-blw {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}

.scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.scroll-wrap .scroll-cont {
  width: 100%;
  overflow-y: auto;
}

.loading-wrap {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 500px) {
  .loading-wrap {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
.loading-wrap .loading {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.about-swiper-wrap {
  position: relative;
  padding: 110px 40px;
  background: url("../images/common/comm_bg_about_gugus.svg") 0 0 no-repeat;
  background-size: cover;
  background-position: center;
}
.about-swiper-wrap .ctitle-wrap {
  padding-right: 0;
  padding-left: 0;
}
.about-swiper-wrap .ctitle-wrap .ctitle-sub-lg, .about-swiper-wrap .ctitle-wrap .ctitle-eng {
  color: #fff;
}
.about-swiper-wrap .swiper-auto-wrap {
  margin: 0 -40px;
  padding: 0 40px;
}
.about-swiper-wrap .swiper-auto-wrap .thumb-about-gugus {
  width: 296px;
}
.about-swiper-wrap .swiper-auto-wrap .thumb-about-gugus .info-box {
  padding-left: 20px;
}
.about-swiper-wrap .swiper-auto-wrap .thumb-about-gugus .info-box .stitle-xl {
  font-weight: 300;
  color: #fff;
}
.about-swiper-wrap .swiper-auto-wrap .thumb-about-gugus ~ .thumb-about-gugus {
  margin-left: 10px;
}

.bar-group .bar-box, .bar-group .bar-text-lg, .bar-group .bar-text-sm, .bar-group .bar-text {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  vertical-align: top;
}
.bar-group .bar-box:after, .bar-group .bar-text-lg:after, .bar-group .bar-text-sm:after, .bar-group .bar-text:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin: 5px 10px 0;
  background-color: #E9E9E9;
  vertical-align: top;
}
.bar-group .bar-box:last-child:after, .bar-group .bar-text-lg:last-child:after, .bar-group .bar-text-sm:last-child:after, .bar-group .bar-text:last-child:after {
  content: initial;
}

.bar-flex-group {
  margin: -10px 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bar-flex-group .bar-box {
  position: relative;
  width: 100%;
  text-align: center;
}
.bar-flex-group .bar-box .btn-store-link,
.bar-flex-group .bar-box .btn-store-link-lg {
  padding: 10px 0;
  width: 100%;
}
.bar-flex-group .bar-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 20px);
  background-color: #E9E9E9;
}
.bar-flex-group .bar-box:last-child:after {
  content: initial;
}

.bar-group {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.bar-group .bar-text-sm {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.bar-group .bar-text-lg {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.bar-group .bar-box:after {
  height: 12px;
  margin-top: 4px;
}
.bar-group .bar-text-sm:after {
  margin: 4px 8px 0;
}
.bar-group .bar-text-lg:after {
  height: 12px;
  margin: 4px 10px 0;
  background-color: #D9D9D9;
}

.step-num-eng {
  display: inline-block;
  font-family: "linotype-didot";
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.001em;
  line-height: 46px;
  vertical-align: top;
}

.size-guide-header {
  font-size: 0;
}
.size-guide-header .category-name {
  display: inline-block;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
  vertical-align: top;
}
.size-guide-header .category-name:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 9px;
  margin: 8px 10px 0;
  background: url("../images/common/comm_ico_slash.svg") center no-repeat;
  background-size: 4px 9px;
  vertical-align: top;
}
.size-guide-header .category-name:last-child:after {
  content: none;
}

.hot-deal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: auto;
}
.hot-deal-info .hot-deal-title {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
  vertical-align: top;
}
.hot-deal-info .date-count,
.hot-deal-info .time-count {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #CBB19C;
  vertical-align: top;
}
.hot-deal-info .date-count {
  margin-right: 10px;
}

.icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.icon-info .text-info-area {
  margin-right: auto;
}
.icon-info .text-info-area .step-num {
  display: inline-block;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  vertical-align: top;
}
.icon-info .text-info-area .step-num ~ .stitle {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.icon-info .text-info-area .stitle {
  margin-bottom: 0;
}
.icon-info .text-info-area .stitle-wrap .stitle {
  margin-bottom: 4px;
}
.icon-info .text-info-area .info-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.icon-info .text-info-area .info-content {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  word-break: break-word;
}
.icon-info .text-info-area .tbl-info-wrap {
  margin-top: 10px;
}
.icon-info .text-info-area ~ .icon-info-area {
  margin-left: 10px;
}
.icon-info .ico-box ~ .text-info-area {
  margin-left: 20px;
  margin-right: 0;
}

.editor-wrap img {
  width: 100%;
  max-width: 100%;
}
.editor-wrap .img-area:not(:first-child), .editor-wrap .link-area:not(:first-child), .editor-wrap .text-area:not(:first-child) {
  margin-top: 20px;
}
.editor-wrap .link-area {
  position: relative;
}
.editor-wrap .notice-area {
  margin-top: 30px;
  margin-bottom: 10px;
}
.editor-wrap ~ .map-area {
  margin-top: 30px;
}
.editor-wrap .detail-gray-box {
  margin-top: -20px;
}

.detail-gray-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #F5F5F5;
  margin: 0 -20px 30px;
  padding: 20px;
}
.detail-gray-box .detail-title, .detail-gray-box .detail-state {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
}
.detail-gray-box .stext-sm-spot {
  word-break: keep-all;
  word-wrap: break-word;
}
.detail-gray-box .detail-number {
  padding: 3px 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.detail-gray-box .right-area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

.store-select-list .store-select-item ~ .store-select-item {
  margin-top: 20px;
}

.select-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.select-header .btn-wrap {
  margin-top: 0;
  margin-left: 10px;
}
.select-header .btn-wrap .btn-post ~ .btn-del {
  margin-left: 12px;
}
.select-header .store-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.select-header .store-info .thumb-box {
  width: 60px;
  height: 60px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  margin-top: -21px;
  margin-left: -21px;
  margin-bottom: -21px;
  margin-right: 20px;
}
.select-header .store-info .thumb-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.select-header .store-info .title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.select-header .store-info .location {
  margin-left: 6px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.select-header .store-info ~ .btn-wrap {
  -ms-flex-item-align: center;
  align-self: center;
}

.box-flex-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.box-flex-tit .icon-box {
  margin-right: 8px;
}
.box-flex-tit .box-tit {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.box-flex-tit .box-tit + .badge-xl {
  margin-left: 6px;
}
.box-flex-tit .text-align-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.select-body {
  margin-top: 20px;
}
.select-body .stext-lg {
  margin-bottom: 4px;
}
.select-body .bar-group {
  margin-top: 0;
}
.select-body .select-info-wrap .btn-wrap {
  margin-top: auto;
  margin-left: 20px;
}
.select-body .select-info-wrap .input-full-wrap {
  margin-top: 20px;
}

.select-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
}
.select-info-wrap .store-name {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.select-info-wrap .store-name-sm {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.select-info-wrap .select-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.select-info-wrap .address-info {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  word-break: break-word;
}
.select-info-wrap .stext-sm {
  margin-top: 4px;
}
.select-info-wrap .input-full-wrap, .select-info-wrap .input-group {
  width: 100%;
}
.select-info-wrap .btn-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
  margin-top: 0;
}
.select-info-wrap ~ .input-full-wrap {
  margin-top: 20px;
}

.account-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.account-info .icon-box {
  margin-right: 12px;
}
.account-info .account-tit .account-name {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.account-info .account-tit .account-num {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  word-break: break-all;
}
.account-info ~ .input-group {
  margin-top: 14px;
}

.add-grid-wrap .btn-add-item ~ .grid-box-list {
  margin-top: 20px;
}
.add-grid-wrap .no-data-wrap {
  margin-top: 30px;
}

.box-state-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -20px 20px;
  padding: 0 20px 20px;
  border-bottom: 1px dashed #E9E9E9;
}
.box-state-header + .gray-line-box-sm {
  margin-bottom: 20px;
}
.box-state-header .box-state-info .ui-chk, .box-state-header .box-state-info .ui-rdo {
  width: 100%;
}
.box-state-header .box-state-info .ui-chk input + label, .box-state-header .box-state-info .ui-rdo input + label {
  width: 100%;
}
.box-state-header .box-state-info .ui-chk input + label .box-state-desc, .box-state-header .box-state-info .ui-rdo input + label .box-state-desc {
  line-height: 22px;
  margin-left: 14px;
}
.box-state-header .box-state-info .ui-chk input + label .box-state-tit, .box-state-header .box-state-info .ui-rdo input + label .box-state-tit {
  margin-left: 14px;
}
.box-state-header .box-state-info .ui-chk input + label .box-state-tit-wrap, .box-state-header .box-state-info .ui-rdo input + label .box-state-tit-wrap {
  margin-left: 14px;
}
.box-state-header .box-state-info .ui-chk input + label .box-state-tit-wrap .box-state-tit, .box-state-header .box-state-info .ui-rdo input + label .box-state-tit-wrap .box-state-tit {
  margin-left: 0;
}
.box-state-header .box-state-info .ui-chk input + label .box-state-tit-wrap .box-state-desc, .box-state-header .box-state-info .ui-rdo input + label .box-state-tit-wrap .box-state-desc {
  margin-left: 0;
  line-height: 18px;
}
.box-state-header .box-state-info .box-state-tit {
  display: block;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
}
.box-state-header .box-state-info .box-state-tit .badge-xl {
  margin-top: 2px;
  margin-left: 6px;
}
.box-state-header .box-state-info .box-state-tit ~ .box-state-desc {
  margin-top: 2px;
  word-break: break-all;
}
.box-state-header .box-state-info .box-state-tit-wrap {
  display: block;
}
.box-state-header .box-state-desc {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  vertical-align: top;
}
.box-state-header .box-state-desc .stext-sm, .box-state-header .box-state-desc .stext-sm-black {
  margin-left: 6px;
}
.box-state-header .btn-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -2px;
  margin-left: 5px;
  margin-bottom: -2px;
}
.box-state-header .btn-wrap [class^=btn] {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.box-state-header .btn-wrap .btn-round-sm {
  margin: 2px 0;
}
.box-state-header .btn-wrap .btn-round-sm .text {
  word-break: keep-all;
  word-wrap: break-word;
}
.box-state-header .btn-wrap .btn-round-sm ~ .btn-round-sm {
  margin-left: 4px;
}
.box-state-header .right-area {
  margin-left: 5px;
}
.box-state-header .tbl-info-wrap {
  width: 100%;
}

.value-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.value-count .stitle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  font-weight: 300;
}
.value-count .stitle-lg {
  margin-bottom: 0;
}
.value-count .stext {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.value-count .stext-sm {
  width: auto;
}
.value-count .goods-group {
  display: inline-block;
  margin-left: 10px;
  color: #012E29;
  word-break: break-all;
  text-align: right;
}
.value-count ~ .value-count {
  margin-top: 14px;
}
.value-count ~ .box-fold-wrap {
  margin-top: 20px;
}

.service-banner-wrap {
  overflow: hidden;
  position: relative;
}

.hot-deal-time-sale {
  position: relative;
  font-size: 0;
}
.hot-deal-time-sale .time-sale-title {
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
  background: url("../images/marketing/ico_clock.svg") left center no-repeat;
  background-size: 16px;
  vertical-align: top;
  margin-right: 5px;
}
.hot-deal-time-sale .time-sale-count {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #B79683;
  vertical-align: top;
}

.pickup-state-text {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #666;
  vertical-align: top;
}

.app-version-text {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #666;
  vertical-align: top;
}

.overflow-wrap .text-multi {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 36px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  max-height: 36px;
}
.overflow-wrap .text-multi .stext-sm-black {
  word-break: inherit;
  vertical-align: top;
}
.overflow-wrap .text-single {
  height: 21px;
  line-height: 21px;
}
.overflow-wrap .text-single .stext-black, .overflow-wrap .text-single .stext {
  word-break: inherit;
}
.overflow-wrap .text-single.ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 21px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  height: auto;
}
.overflow-wrap .toggle-cont {
  display: none;
}
.overflow-wrap .toggle-cont .tbl-info-wrap {
  margin-top: 6px;
}
.overflow-wrap .toggle-cont .prod-composition-wrap {
  margin-top: 20px;
}
.overflow-wrap .toggle-cont .grid-box-list {
  margin-top: 10px;
}
.overflow-wrap.is-active .toggle-cont {
  display: block;
}
.overflow-wrap.is-active .text-multi {
  display: block;
  max-height: none;
  overflow: initial;
}
.overflow-wrap.is-active .text-single {
  display: block;
  max-height: initial;
  overflow: initial;
  height: auto;
}
.overflow-wrap .btn-fold {
  width: 100%;
  margin-top: 14px;
  margin-bottom: -20px;
  padding: 14px 0;
  border-top: 1px solid #E9E9E9;
  font-size: 0;
}
.overflow-wrap .btn-fold .text {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.overflow-wrap .btn-fold .ico-arw-bottom-20 {
  margin-left: 4px;
}

.date-query-wrap .date-sel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.date-query-wrap .date-sel-box .btn-date-query {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 46px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background-color: #fff;
}
.date-query-wrap .date-sel-box .btn-date-query .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.date-query-wrap .date-sel-box .btn-date-query ~ .btn-date-query {
  margin-left: 5px;
}
.date-query-wrap .date-sel-box .btn-date-query.is-active {
  border-color: rgba(1, 46, 41, 0.2);
  background-color: rgba(1, 46, 41, 0.1);
}
.date-query-wrap .date-sel-box .btn-date-query.is-active .text {
  font-weight: 500;
  color: #012E29;
}
.date-query-wrap .date-query-content {
  margin-top: 10px;
  display: none;
}
.date-query-wrap .date-query-content.is-active {
  display: block;
}
.date-query-wrap .dot-text {
  margin-top: 12px;
}

.qna-type {
  display: inline-block;
  font-family: "linotype-didot";
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.001em;
  font-weight: 500;
  font-weight: 700;
  vertical-align: top;
}
.qna-type ~ .board-info {
  width: 100%;
  margin-left: 14px;
}

.text-align-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
}
.text-align-box [class^=btn-round] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
}

.flex-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-info-wrap .stitle-wrap .stitle {
  margin-bottom: 2px;
}
.flex-info-wrap .stitle-wrap .stext-sm {
  color: #999;
}
.flex-info-wrap .stext, .flex-info-wrap .ctitle, .flex-info-wrap .link-ctitle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-info-wrap .right-area {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.flex-info-wrap .right-area.end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex-info-wrap .right-area.center {
  -ms-flex-item-align: center;
  align-self: center;
}

.move-state-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.move-state-list .move-state-item {
  position: relative;
  width: 33.3333333333%;
  padding-top: 19px;
  text-align: center;
}
.move-state-list .move-state-item .move-state {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  vertical-align: top;
}
.move-state-list .move-state-item:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
  vertical-align: top;
}
.move-state-list .move-state-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #D9D9D9;
  vertical-align: top;
}
.move-state-list .move-state-item:first-child:before, .move-state-list .move-state-item:last-child:before {
  width: 50%;
  -webkit-transform: none;
  transform: none;
}
.move-state-list .move-state-item:last-child:before {
  left: initial;
  right: 50%;
}
.move-state-list .move-state-item.is-active .move-state {
  font-weight: 500;
  color: #012E29;
}
.move-state-list .move-state-item.is-active:after {
  top: -2px;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  border: 4px solid #012E29;
  background-color: #fff;
}

.text-bubble-box {
  position: absolute;
  z-index: 3;
  max-width: 280px;
  padding: 7px 12px;
  border-radius: 5px;
  background-color: #B79683;
  text-align: left;
}
.text-bubble-box .text {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
  vertical-align: top;
}
.text-bubble-box:after {
  content: "";
  position: absolute;
  left: 21px;
  bottom: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #B79683;
}
.text-bubble-box.pos-bottom:after {
  top: -3px;
}
.text-bubble-box-green {
  position: absolute;
  top:-28px;
  z-index: 3;
  max-width: 280px;
  padding: 7px 12px;
  border-radius: 5px;
  background: #012E29;
  background: linear-gradient(90deg,rgba(14, 93, 84, 1) 0%, rgba(8, 70, 63, 1) 50%, rgba(1, 46, 41, 1) 100%);
  text-align: center;
  white-space: nowrap;
}
.text-bubble-box-green .text {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
  vertical-align: top;
}
.text-bubble-box-green:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left:-4px;
  bottom: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #08453E;
}

.price-info-footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.price-info-footer ~ .info-text-list, .price-info-footer ~ .dot-text {
  margin-top: 12px;
}

.price-info-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-info-total ~ .price-info-box {
  margin-top: 10px;
}
.price-info-total ~ .price-info-total {
  margin-top: 14px;
}
.price-info-total .stitle {
  padding: 5px 10px 4px 0;
  margin-bottom: 0;
  font-weight: 500;
}
.price-info-total .total-cont {
  overflow: hidden;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.price-info-total .total-cont .goods-group {
  color: #012E29;
  word-break: break-word;
}
.price-info-total .total-cont .price-info-sub {
  margin-top: 4px;
}
.price-info-total .total-cont .price-info-sub .goods-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.price-info-total .total-cont .price-info-sub .goods-box .goods-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.price-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.price-info-box ~ .price-info-total, .price-info-box ~ .price-info-box {
  margin-top: 10px;
}
.price-info-box .stitle {
  padding: 0 10px 0 0;
  margin-bottom: 0;
  color: #666;
  font-weight: 300;
}
.price-info-box .total-cont {
  overflow: hidden;
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.price-info-box .total-cont .goods-group {
  color: #000;
  line-height: 21px;
  word-break: break-word;
  font-weight: 300;
}
.price-info-box .total-cont .price-info-sub {
  margin-top: 4px;
}
.price-info-box .total-cont .price-info-sub .goods-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.price-info-box .total-cont .price-info-sub .goods-box .goods-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.store-info-box {
  background-color: #fff;
}
.store-info-box .thumb-box {
  position: relative;
  width: 100%;
  padding-top: 47.761%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.store-info-box .thumb-box .badge-count-prod {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 14px;
  background-color: rgba(1, 46, 41, 0.8);
}
.store-info-box .thumb-box .badge-count-prod .goods-group {
  display: inline-block;
  vertical-align: top;
}
.store-info-box .thumb-box .badge-count-prod .goods-group .val {
  color: #CBB19C;
}
.store-info-box .thumb-box .badge-count-prod .goods-group .unit {
  color: #fff;
  font-weight: 300;
}
.store-info-box .thumb-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.store-info-box .store-info {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #E9E9E9;
  border-top: 0;
}
.store-info-box .store-info .store-info-header {
  padding-left: 20px;
  padding-right: 23px;
}
.store-info-box .store-info .store-info-header .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.store-info-box .store-info .store-info-header .title-wrap .btn-wish {
  margin-left: 6px;
}
.store-info-box .store-info .store-info-header .stext-sm {
  margin-top: 4px;
}
.store-info-box .store-info .bar-flex-group {
  margin-top: 24px;
}

.vod-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.vod-box iframe, .vod-box .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-name-list .name-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.brand-name-list .name-item .brand-name-item {
  position: relative;
  width: 100%;
  margin-right: 14px;
}
.brand-name-list .name-item .brand-name-item .brand-name .mark,
.brand-name-list .name-item .brand-name-item .brand-name-sub .mark {
  font-weight: inherit;
  color: #B79683;
}
.brand-name-list .name-item .brand-name-item .btn-link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
.brand-name-list .name-item .btn-wish {
  margin-left: auto;
}
.brand-name-list .name-item ~ .name-item {
  margin-top: 20px;
}

.ci-slogan {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}

/* // common */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* icon */
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box .vod-thumb .btn-vod-play .ico-video-play, .ico-tel-30, .ico-notice-18, .ico-map-spot, .ico-bubble-speech, .ico-bubble-speech_red, .ico-bubble-speech_blue, .ico-plus, .ico-coupon-gray, .ico-onsite, .ico-sales-member, .ico-tel-36, .ico-shopping-score-down, .ico-shopping-score-up, .ico-my-shopping-score-bad, .ico-my-shopping-score-soso, .ico-my-shopping-score-good, .ico-account-h30, .ico-card-h30, .ico-pay-gugus-green-h30, .ico-lock, .ico-alert-event, .ico-alert-notice, .ico-question-26, .ico-benefit-presale, .ico-benefit-presale-white, .ico-benefit-presale-black, .ico-benefit-registration, .ico-benefit-preview-white, .ico-benefit-preview-black, .ico-benefit-preview, .ico-benefit-coins-white, .ico-benefit-coins-black, .ico-benefit-coins, .ico-alert-delivery-box, .ico-alert-discount, .ico-alert-discount-black, .ico-alert-discount-white, .ico-alert-return-delivery, .ico-alert-coupon-white, .ico-alert-coupon-black, .ico-alert-price-down-white, .ico-alert-price-down, .ico-alert-delivery, .ico-alert-alarm-white, .ico-alert-alarm, .ico-alert-order-white, .ico-alert-order, .ico-my-pocket-payment-gugus, .ico-my-pocket-payment-card, .ico-my-pocket-wish, .ico-my-pocket-recent-view, .ico-notice, .ico-service-reserve, .ico-service-prod-order, .ico-service-premium-delivery, .ico-copy-16, .ico-address-store, .ico-address-marker, .ico-pay-card-green, .ico-pay-card-white, .ico-pay-card-black, .ico-pay-ssg, .ico-pay-lpay, .ico-pay-kakao, .ico-pay-toss, .ico-pay-naver, .ico-pay-account-white, .ico-pay-account-green, .ico-pay-gugus-white, .ico-pay-gugus-green, .ico-alarm-16, .ico-marketing-pay-benefit, .ico-marketing-cs-benefit, .ico-marketing-event, .ico-prod-check, .ico-quick-delivery, .ico-appraisal, .ico-answer, .ico-question, .ico-secret, .ico-preview, .ico-vod, .ico-contact-center, .ico-contact-mail, .ico-contact-call, .ico-contact-kakao, .ico-grade-silver, .ico-grade-gold, .ico-grade-sapphire, .ico-grade-diamond, .ico-service-shopping, .ico-service-bag, .ico-service-bag-black, .ico-service-appraise, .ico-service-soldout, .ico-service-estimate, .ico-service-consultation, .ico-service-receive, .ico-service-delivery, .ico-service-check, .ico-service-list, .ico-service-repair, .ico-service-happycall, .ico-service-call, .ico-service-price, .ico-service-prod-register, .ico-service-prod-register-black , .ico-service-photo, .ico-service-notice, .ico-service-prod-appraise, .ico-alarm-white, .ico-card-gold, .ico-account-gold-30, .ico-account-green, .ico-login-apple, .ico-login-kakao, .ico-login-naver, .is-active .ico-prod-composition-belt, .is-active .ico-prod-composition-material, .is-active .ico-prod-composition-mirror, .is-active .ico-prod-composition-key, .is-active .ico-prod-composition-lock, .is-active .ico-prod-composition-tag, .is-active .ico-prod-composition-booklet, .is-active .ico-prod-composition-warranty, .is-active .ico-prod-composition-receipt, .is-active .ico-prod-composition-guarantee, .is-active .ico-prod-composition-dust-bag, .is-active .ico-prod-composition-case, .is-active .ico-prod-composition-box, .ico-prod-composition-belt, .ico-prod-composition-material, .ico-prod-composition-mirror, .ico-prod-composition-key, .ico-prod-composition-lock, .ico-prod-composition-tag, .ico-prod-composition-booklet, .ico-prod-composition-warranty, .ico-prod-composition-receipt, .ico-prod-composition-guarantee, .ico-prod-composition-dust-bag, .ico-prod-composition-case, .ico-prod-composition-box, .ico-prod-composition-bag, .ico-clock, .ico-delivery-store, .ico-delivery-premium, .ico-delivery-common, .ico-arw-bottom-20, .ico-new-resale, .ico-no-return, .ico-remove-h8, .ico-del-18, .ico-sort, .ico-alert-gray-40, .ico-alert-gray, .ico-info-wish, .ico-delete-10, .ico-arw-right-14-white, .ico-arw-right-14, .ico-add-white-50, .ico-add, .ico-arw-next, .ico-reset-24, .ico-reset, .ico-store-share-30, .ico-store-call-30, .ico-store-prod, .ico-store-consult-30, .ico-store-consult, .ico-store-info, .ico-share-20, .ico-post-18, .ico-post-20, .ico-downl-20, .ico-shopping, .ico-app-download, .ico-tooltip, .ico-filter-wh, .ico-lock-white, .ico-card, .ico-phone, .ico-check, .ico-alert, .ico-alarm-gold, .ico-delete, .ico-share-url, .ico-share-facebook, .ico-share-kakaostory, .ico-share-kakao, .ico-top, [class^=ico-docker-], .ico-header-close, .ico-header-alarm, .ico-header-alarm_green, .ico-header-setting, .ico-header-share, .ico-header-search, .ico-header-home, .ico-header-back, .ico-sub-gate, .ico-membership-black-sm, .ico-membership-gold-sm, .ico-membership-family-sm, .ico-membership-black-lg, .ico-membership-gold-lg, .ico-membership-family-lg, .ico_care_bag, .ico_care_shoes, .ico_care_jewellery, .ico_care_watch, .comm_ico_app_green {
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}

.ico-sub-gate {
  width: 14px;
  height: 14px;
  background: url("../images/common/comm_arw_down_black.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-header-close, .ico-header-alarm, .ico-header-alarm_green, .ico-header-setting, .ico-header-share, .ico-header-search, .ico-header-home, .ico-header-back {
  width: 24px;
  height: 24px;
}

.ico-header-back {
  background: url("../images/common/comm_ico_back_black.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-header-home {
  background: url("../images/common/comm_ico_home.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-header-search {
  background: url("../images/common/comm_ico_search_black.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-header-share {
  background: url("../images/common/comm_ico_share_h24.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-header-setting {
  background: url("../images/common/comm_ico_setting_black.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-header-alarm {
  background: url("../images/common/comm_ico_alarm_white.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-header-alarm_green {
  background: url("../images/common/comm_ico_alarm_black_h24.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-header-close {
  background: url("../images/common/comm_ico_close.svg") 0 0 no-repeat;
  background-size: cover;
}

[class^=ico-docker-] {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.ico-docker-home {
  background: url("../images/common/comm_dock_home_def.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-docker-search {
  background: url("../images/common/comm_dock_search_def.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-docker-wish {
  background: url("../images/common/comm_dock_wish_def.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-docker-my {
  background: url("../images/common/comm_dock_my_def.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-docker-sell {
  background: url("../images/common/comm_dock_sell_def.svg") 0 0 no-repeat;
  background-size: cover;
}

.is-active .ico-docker-home {
  background-image: url("../images/common/comm_dock_home_sel.svg");
}
.is-active .ico-docker-search {
  background-image: url("../images/common/comm_dock_search_sel.svg");
}
.is-active .ico-docker-wish {
  background-image: url("../images/common/comm_dock_wish_sel.svg");
}
.is-active .ico-docker-my {
  background-image: url("../images/common/comm_dock_my_sel.svg");
}
.is-active .ico-docker-sell {
  background-image: url("../images/common/comm_dock_sell_sel.svg");
}

.ico-top {
  width: 36px;
  height: 36px;
  background: url("../images/common/comm_ico_top.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-share-kakao {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_sns_share_kakao.svg") center no-repeat;
  background-size: 30px;
}

.ico-share-kakaostory {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_sns_share_kakaostory.svg") center no-repeat;
  background-size: 30px;
}

.ico-share-facebook {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_sns_share_facebook.svg") center no-repeat;
  background-size: 30px;
}

.ico-share-url {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_sns_share_url.svg") center no-repeat;
  background-size: 30px;
}

.ico-delete {
  width: 18px;
  height: 18px;
  background-image: url("../images/common/comm_ico_delete.svg");
}

.ico-alarm-gold {
  width: 60px;
  height: 60px;
  background-image: url("../images/common/comm_ico_alarm_h60.svg");
}

.ico-alert {
  width: 60px;
  height: 60px;
  background-image: url("../images/common/comm_ico_alert_h60.svg");
}

.ico-check {
  width: 60px;
  height: 60px;
  background-image: url("../images/common/comm_ico_check_h60.svg");
}

.ico-phone {
  width: 30px;
  height: 30px;
  background-image: url("../images/common/comm_ico_phone_h30.svg");
}

.ico-card {
  width: 30px;
  height: 30px;
  background-image: url("../images/common/comm_ico_card_h30.svg");
}

.ico-lock-white {
  width: 30px;
  height: 30px;
  background-image: url("../images/common/comm_ico_lock_white_h30.svg");
}

.ico-filter-wh {
  width: 16px;
  height: 16px;
  background-image: url("../images/common/comm_ico_filter_white_h16.svg");
}

.ico-tooltip {
  width: 16px;
  height: 16px;
  background-image: url("../images/common/comm_ico_tooltip_h16.svg");
}

.ico-app-download {
  width: 76px;
  height: 64px;
  background-image: url("../images/common/comm_ico_app_download.svg");
}
.comm_ico_app_green {
  width: 48px;
  height: 48px;
  background-image: url("../images/common/comm_ico_app_green.svg");
}

.ico-shopping {
  width: 60px;
  height: 60px;
  background-image: url("../images/common/comm_ico_shopping_h60.svg");
}

.ico-downl-20 {
  width: 20px;
  height: 20px;
  background: url("../images/common/comm_ico_download_black_h20.svg") center no-repeat;
  background-size: 20px 20px;
}

.ico-post-20 {
  width: 20px;
  height: 20px;
  background: url("../images/common/comm_ico_post_h20.svg") center no-repeat;
  background-size: 20px 20px;
}

.ico-post-18 {
  width: 18px;
  height: 18px;
  background: url("../images/common/comm_ico_post_h18.svg") center no-repeat;
  background-size: 18px 18px;
}

.ico-share-20 {
  width: 20px;
  height: 20px;
  background: url("../images/common/comm_ico_share_h20.svg") center no-repeat;
  background-size: 20px 20px;
}

.ico-store-info {
  width: 16px;
  height: 16px;
  background: url("../images/common/comm_ico_store_info_h16.svg") center no-repeat;
  background-size: 16px 16px;
}

.ico-store-consult {
  width: 16px;
  height: 16px;
  background: url("../images/common/comm_ico_store_kakao_consulting_green_h16.svg") center no-repeat;
  background-size: 16px 16px;
}

.ico-store-consult-30 {
  width: 30px;
  height: 30px;
  background: url("../images/common/comm_ico_store_kakao_consulting_green_h30.svg") center no-repeat;
  background-size: 30px 30px;
}

.ico-store-prod {
  width: 16px;
  height: 16px;
  background: url("../images/common/comm_ico_store_held_prod_h16.svg") center no-repeat;
  background-size: 16px 16px;
}

.ico-store-call-30 {
  width: 30px;
  height: 30px;
  background: url("../images/common/comm_ico_store_call_green_h30.svg") center no-repeat;
  background-size: 30px 30px;
}

.ico-store-share-30 {
  width: 30px;
  height: 30px;
  background: url("../images/common/comm_ico_store_share_green_h30.svg") center no-repeat;
  background-size: 30px 30px;
}

.ico-reset {
  width: 20px;
  height: 20px;
  background: url("../images/common/comm_ico_reset_h20.svg") center no-repeat;
  background-size: 20px 20px;
}

.ico-reset-24 {
  width: 24px;
  height: 24px;
  background: url("../images/common/comm_ico_reset_h24.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-arw-next {
  width: 42px;
  height: 42px;
  background: url("../images/common/comm_ico_next_h42.svg") center no-repeat;
  background-size: 42px 42px;
}

.ico-add {
  width: 25px;
  height: 25px;
  background: url("../images/common/comm_ico_add_store_h25.svg") center no-repeat;
  background-size: 25px 25px;
}

.ico-add-white-50 {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_add_white_h50.svg") center no-repeat;
  background-size: 50px;
}

.ico-arw-right-14 {
  width: 14px;
  height: 14px;
  background: url("../images/common/comm_arw_right_black_h14.svg") center no-repeat;
  background-size: 14px 14px;
}

.ico-arw-right-14-white {
  width: 14px;
  height: 14px;
  background: url("../images/common/comm_arw_right_white_h14.svg") center no-repeat;
  background-size: 14px 14px;
}

.ico-delete-10 {
  width: 10px;
  height: 10px;
  background-image: url("../images/common/comm_ico_delete_h10.svg");
}

.ico-info-wish {
  width: 18px;
  height: 18px;
  background-image: url("../images/common/comm_ico_heart_gray_h18.svg");
}

.ico-alert-gray {
  width: 60px;
  height: 60px;
  background-image: url("../images/common/comm_ico_alert_gray_h60.svg");
}

.ico-alert-gray-40 {
  width: 40px;
  height: 40px;
  background-image: url("../images/common/comm_ico_alert_gray_h40.svg");
}

.ico-heart-14 {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/common/comm_ico_heart_gray_h14.svg") center no-repeat;
  background-size: 14px 14px;
  vertical-align: top;
}

.ico-heart-20 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/common/comm_ico_heart_gray_h20.svg") center no-repeat;
  background-size: 20px 20px;
  vertical-align: top;
}

.ico-heart-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/comm_ico_heart_gray_h24.svg") center no-repeat;
  background-size: 24px 24px;
  vertical-align: top;
}
.ico-heart-24.white {
  background: url("../images/common/comm_ico_heart_light_white_h24.svg") center no-repeat;
  background-size: 24px 24px;
}

.ico-heart-30 {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: top;
}
.ico-heart-30.white {
  background: url("../images/common/comm_ico_heart_light_white_h30.svg") center no-repeat;
  background-size: 30px 30px;
}

.is-active .ico-heart-14 {
  background: url("../images/common/comm_ico_heart_active_h14.svg") center no-repeat;
  background-size: 14px 14px;
}
.is-active .ico-heart-20 {
  background: url("../images/common/comm_ico_heart_active_h20.svg") center no-repeat;
  background-size: 20px 20px;
}
.is-active .ico-heart-24 {
  background: url("../images/common/comm_ico_heart_active_h24.svg") center no-repeat;
  background-size: 24px 24px;
}
.is-active .ico-heart-24.white {
  background: url("../images/common/comm_ico_heart_white_h24.svg") center no-repeat;
  background-size: 24px 24px;
}
.is-active .ico-heart-30.white {
  background: url("../images/common/comm_ico_heart_white_h30.svg") center no-repeat;
  background-size: 30px 30px;
}

.ico-sort {
  width: 14px;
  height: 14px;
  background: url("../images/common/comm_arw_down_black.svg") 0 0 no-repeat;
  background-size: cover;
}

.is-active .ico-sort {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ico-del-18 {
  width: 18px;
  height: 18px;
  background: url("../images/common/comm_ico_del_h18.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-remove-h8 {
  width: 18px;
  height: 18px;
  background: url("../images/common/comm_ico_attach_remove.svg") center no-repeat;
  background-size: 8px;
}

.ico-no-return {
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_info_no_return_h30.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-new-resale {
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_info_new_resale_h30.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-arw-bottom-20 {
  width: 20px;
  height: 20px;
  background-image: url("../images/common/comm_arw_down_gray_h20.svg");
}

.is-active .ico-arw-bottom-20 {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.ico-delivery-common {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  border-radius: 4px;
  background: #F5F5F5 url("../images/product/ico_prod_delivery_info_common_h30.svg") center no-repeat;
  background-size: 30px 30px;
}

.ico-delivery-premium {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  border-radius: 4px;
  background: #F5F5F5 url("../images/product/ico_prod_delivery_info_premium_h30.svg") center no-repeat;
  background-size: 30px 30px;
}

.ico-delivery-store {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  border-radius: 4px;
  background: #F5F5F5 url("../images/product/ico_prod_delivery_info_store_h30.svg") center no-repeat;
  background-size: 30px 30px;
}

.ico-clock {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/product/ico_clock.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-bag {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_bag_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-box {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_box_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-case {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_case_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-dust-bag {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_dust_bag_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-guarantee {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_guarantee_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-receipt {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_receipt_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-warranty {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_warranty_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-booklet {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_booklet_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-tag {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_tag_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-lock {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_lock_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-key {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_key_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-mirror {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_mirror_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-material {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_material_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-prod-composition-belt {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_belt_gray_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.is-active .ico-prod-composition-box {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_box_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-case {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_case_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-dust-bag {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_dust_bag_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-guarantee {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_guarantee_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-receipt {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_receipt_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-warranty {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_warranty_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-booklet {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_booklet_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-tag {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_tag_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-lock {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_lock_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-key {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_key_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-mirror {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_mirror_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-material {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_material_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}
.is-active .ico-prod-composition-belt {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/product/ico_prod_composition_belt_white_h30.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
}

.ico-login-naver {
  width: 42px;
  height: 42px;
  background: url("../images/member/ico_login_naver.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-login-kakao {
  width: 42px;
  height: 42px;
  background: url("../images/member/ico_login_kakao.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-login-apple {
  width: 42px;
  height: 42px;
  background: url("../images/member/ico_login_apple.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-account-green {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_account_green.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-account-gold-30 {
  width: 30px;
  height: 30px;
  background: url("../images/common/comm_ico_account_gold_sm.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-card-gold {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_card_gold.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-alarm-white {
  width: 16px;
  height: 16px;
  background: url("../images/display/ico_alarm_white.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-service-prod-appraise {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_prod_appraise.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-notice {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_notice.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-photo {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_photo.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-prod-register {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_prod_register.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-prod-register-black {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_service_prod_register-black.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-price {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_price.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-call {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_call.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-happycall {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_happycall.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-repair {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_repair.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-list {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_list.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-check {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_check.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-delivery {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_delivery.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-receive {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_receive.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-consultation {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_consultation.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-estimate {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_estimate.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-soldout {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_soldout.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-appraise {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_service_appraise.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-bag {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_service_bag.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-bag-black {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_service_bag_black.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-shopping {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_service_shopping.svg") center no-repeat;
  background-size: 24px;
}

.ico-grade-diamond {
  width: 60px;
  height: 60px;
  background: url("../images/display/ico_grade_diamond.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-grade-sapphire {
  width: 60px;
  height: 60px;
  background: url("../images/display/ico_grade_sapphire.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-grade-gold {
  width: 60px;
  height: 60px;
  background: url("../images/display/ico_grade_gold.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-grade-silver {
  width: 60px;
  height: 60px;
  background: url("../images/display/ico_grade_silver.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-contact-kakao {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_contact_kakao.svg") center no-repeat;
  background-size: 30px;
}

.ico-contact-call {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_store_call_green_h30.svg") center no-repeat;
  background-size: 30px;
}

.ico-contact-mail {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_contact_mail.svg") center no-repeat;
  background-size: 30px;
}

.ico-contact-center {
  width: 50px;
  height: 50px;
  background: url("../images/display/ico_contact_center.svg") center no-repeat;
  background-size: 30px;
}

.ico-vod {
  width: 16px;
  height: 12px;
  background: url("../images/display/ico_vod.svg") center no-repeat;
  background-size: 16px 12px;
}

.ico-preview {
  width: 16px;
  height: 16px;
  background: url("../images/product/ico_preview.svg") center no-repeat;
  background-size: 16px 16px;
}

.ico-secret {
  width: 12px;
  height: 12px;
  background: url("../images/product/ico_secret.svg") center no-repeat;
  background-size: 12px 12px;
}

.ico-question {
  width: 14px;
  height: 21px;
  background: url("../images/product/ico_question.svg") center no-repeat;
  background-size: 14px 21px;
}

.ico-answer {
  width: 14px;
  height: 21px;
  background: url("../images/product/ico_answer.svg") center no-repeat;
  background-size: 14px 21px;
}

.ico-appraisal {
  width: 50px;
  height: 50px;
  background: url("../images/product/ico_appraisal.svg") center 13px no-repeat;
  background-size: 24px;
}

.ico-quick-delivery {
  width: 50px;
  height: 50px;
  background: url("../images/product/ico_quick_delivery.svg") 12px center no-repeat;
  background-size: 30px;
}

.ico-prod-check {
  width: 50px;
  height: 50px;
  background: url("../images/product/ico_prod_check.svg") center no-repeat;
  background-size: 30px;
}

.ico-marketing-event {
  width: 30px;
  height: 30px;
  background: url("../images/marketing/ico_present_def.svg") center no-repeat;
  background-size: 30px;
}

.ico-marketing-cs-benefit {
  width: 30px;
  height: 30px;
  background: url("../images/marketing/ico_cs_benefit_def.svg") center no-repeat;
  background-size: 30px;
}

.ico-marketing-pay-benefit {
  width: 30px;
  height: 30px;
  background: url("../images/marketing/ico_pay_benefit_def.svg") center no-repeat;
  background-size: 30px;
}

.ui-state-active .ico-marketing-event {
  background-image: url("../images/marketing/ico_present_sel.svg");
}
.ui-state-active .ico-marketing-cs-benefit {
  background-image: url("../images/marketing/ico_cs_benefit_sel.svg");
}
.ui-state-active .ico-marketing-pay-benefit {
  background-image: url("../images/marketing/ico_pay_benefit_sel.svg");
}

.ico-alarm-16 {
  width: 16px;
  height: 16px;
  background: url("../images/common/comm_ico_alarm_line_black_h16.svg") center no-repeat;
  background-size: 16px;
}

.is-active .ico-alarm-16 {
  background-image: url("../images/common/comm_ico_alarm_black_h16.svg");
}

.ico-pay-gugus-green {
  width: 85px;
  height: 22px;
  background: url("../images/order/ico_pay_gugus_green.svg") center no-repeat;
  background-size: 85px 22px;
}

.ico-pay-gugus-white {
  width: 128px;
  height: 23px;
  background: url("../images/order/ico_pay_gugus_white.svg") center no-repeat;
  background-size: 128px 23px;
}

.ico-pay-account-green {
  width: 22px;
  height: 22px;
  background: url("../images/order/ico_pay_account_green.svg") center no-repeat;
  background-size: 22px;
}

.ico-pay-account-white {
  width: 22px;
  height: 22px;
  background: url("../images/order/ico_pay_account_white.svg") center no-repeat;
  background-size: 22px;
}

.ico-pay-naver {
  width: 41px;
  height: 22px;
  background: url("../images/order/ico_pay_naver.svg") center no-repeat;
  background-size: 41px 22px;
}

.ico-pay-toss {
  width: 78px;
  height: 22px;
  background: url("../images/order/ico_pay_toss.svg") center no-repeat;
  background-size: 78px 22px;
}

.ico-pay-kakao {
  width: 36px;
  height: 22px;
  background: url("../images/order/ico_pay_kakao.svg") center no-repeat;
  background-size: 36px 22px;
}

.ico-pay-lpay {
  width: 58px;
  height: 22px;
  background: url("../images/order/ico_pay_lpay.svg") center no-repeat;
  background-size: 58px 22px;
}

.ico-pay-ssg {
  width: 51px;
  height: 22px;
  background: url("../images/order/ico_pay_ssg.svg") center no-repeat;
  background-size: 51px 22px;
}

.ico-pay-card-green {
  width: 22px;
  height: 22px;
  background: url("../images/order/ico_pay_card_green.svg") center no-repeat;
  background-size: 22px;
}

.ico-pay-card-white {
  width: 45px;
  height: 45px;
  background: url("../images/order/ico_pay_card_white.svg") center no-repeat;
  background-size: 21px;
}

.ico-pay-card-black {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_pay_card_black.svg") center no-repeat;
  background-size: 24px;
}

.ico-address-marker {
  width: 30px;
  height: 30px;
  background: url("../images/common/comm_ico_address_marker.svg") center no-repeat;
  background-size: 30px;
}

.ico-address-store {
  width: 30px;
  height: 30px;
  background: url("../images/common/comm_ico_address_store.svg") center no-repeat;
  background-size: 30px;
}

.ico-copy-16 {
  width: 16px;
  height: 16px;
  background: url("../images/common/comm_ico_copy_16.svg") center no-repeat;
  background-size: 16px;
}

.ico-service-premium-delivery {
  width: 50px;
  height: 50px;
  background: url("../images/order/ico_service_premium_delivery.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-prod-order {
  width: 50px;
  height: 50px;
  background: url("../images/order/ico_service_prod_order.svg") center no-repeat;
  background-size: 24px;
}

.ico-service-reserve {
  width: 50px;
  height: 50px;
  background: url("../images/order/ico_service_reserve.svg") center no-repeat;
  background-size: 24px;
}

.ico-notice {
  width: 20px;
  height: 20px;
  background: url("../images/my_pocket/ico_notice_red.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-my-pocket-recent-view {
  width: 36px;
  height: 36px;
  background: url("../images/my_pocket/ico_my_pocket_recent_view.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-my-pocket-wish {
  width: 36px;
  height: 36px;
  background: url("../images/my_pocket/ico_my_pocket_wish.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-my-pocket-payment-card {
  width: 36px;
  height: 36px;
  background: url("../images/my_pocket/ico_my_pocket_payment_card.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-my-pocket-payment-gugus {
  width: 36px;
  height: 36px;
  background: url("../images/my_pocket/ico_my_pocket_payment_gugus.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-alert-order {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_shopping_bag_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-order-white {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_shopping_white_h30.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-alarm {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_alarm_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-alarm-white {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_alarm_white_h30.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-delivery {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_delivery_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-price-down {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_price_down_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-price-down-white {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_price_down_white.svg") center no-repeat;
  background-size: 32px 30px;
}

.ico-alert-coupon-white {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_coupon_white.svg") center no-repeat;
  background-size: 30px 30px;
}
.ico-alert-coupon-black {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_coupon_black.svg") center no-repeat;
  background-size: 24px;
}

.ico-alert-return-delivery {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_return_delivery_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-discount {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_discount_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-discount-black {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_discount_black.svg") center no-repeat;
  background-size: 24px;
}

.ico-alert-discount-white {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_discount_white.svg") center no-repeat;
  background-size: 24px;
}

.ico-alert-delivery-box {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_delivery_box_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-benefit-coins {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_coins.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-coins-white {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_coins_white.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-coins-black {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_coins_black.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-preview {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_time_preview.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-preview-white {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_time_preview_white.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-preview-black {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_time_preview_black.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-registration {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_shopping_bag_register.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-presale {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_pre_sale.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-presale-white {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_pre_sale_white.svg") center no-repeat;
  background-size: 24px;
}

.ico-benefit-presale-black {
  width: 24px;
  height: 24px;
  background: url("../images/my_pocket/ico_pre_sale_black.svg") center no-repeat;
  background-size: 24px;
}

.ico-question-26 {
  width: 17px;
  height: 26px;
  background: url("../images/my_pocket/ico_question_h26.svg") center no-repeat;
  background-size: 17px 26px;
}

.ico-alert-notice {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_notice_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-alert-event {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_event_green.svg") center no-repeat;
  background-size: 30px;
}

.ico-lock {
  width: 30px;
  height: 30px;
  background: url("../images/my_pocket/ico_lock_h30.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-pay-gugus-green-h30 {
  width: 90px;
  height: 30px;
  background: url("../images/my_pocket/ico_gugus_pay_h30.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-card-h30 {
  width: 30px;
  height: 30px;
  background: url("../images/my_pocket/ico_card_h30.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-account-h30 {
  width: 30px;
  height: 30px;
  background: url("../images/my_pocket/ico_account_h30.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-my-shopping-score-good {
  width: 100px;
  height: 100px;
  background: url("../images/my_pocket/ico_my_shopping_score_good.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-my-shopping-score-soso {
  width: 100px;
  height: 100px;
  background: url("../images/my_pocket/ico_my_shopping_score_soso.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-my-shopping-score-bad {
  width: 100px;
  height: 100px;
  background: url("../images/my_pocket/ico_my_shopping_score_bad.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-shopping-score-up {
  width: 60px;
  height: 60px;
  background: url("../images/my_pocket/ico_shopping_score_up.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-shopping-score-down {
  width: 60px;
  height: 60px;
  background: url("../images/my_pocket/ico_shopping_score_down.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-tel-36 {
  width: 36px;
  height: 36px;
  background: #fff url("../images/my_pocket/ico_tel_h20.svg") center no-repeat;
  background-size: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 36px;
}

.ico-sales-member {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_service_shopping_green.svg") center no-repeat;
  background-size: 24px;
}

.ico-onsite {
  width: 50px;
  height: 50px;
  background: url("../images/my_pocket/ico_service_bag_green.svg") center no-repeat;
  background-size: 24px;
}

.ico-coupon-gray {
  width: 100%;
  height: 100%;
  background: url("../images/my_pocket/ico_coupon.svg") center no-repeat;
  background-size: 14px 81px;
}

.ico-plus {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background: #F5F5F5 url("../images/common/comm_ico_plus_h13.svg") center no-repeat;
  background-size: 13px;
}

.ico-bubble-speech {
  width: 30px;
  height: 30px;
  background: url("../images/customer/ico_bubble_speech_h30.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-bubble-speech_red {
  width: 30px;
  height: 30px;
  background: url("../images/common/ico_bubble_speech_h30_red.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-bubble-speech_blue {
  width: 30px;
  height: 30px;
  background: url("../images/common/ico_bubble_speech_h30_blue.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-map-spot {
  width: 30px;
  height: 30px;
  background: url("../images/customer/ico_map_spot_h30.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-notice-18 {
  width: 18px;
  height: 18px;
  background: url("../images/customer/ico_notice_h18.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-tel-30 {
  width: 30px;
  height: 30px;
  background: #fff url("../images/customer/ico_tel_h30.svg") 0 0 no-repeat;
  background-size: cover;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
}

.ico-membership-black-sm {
  width: 30px;
  height: 30px;
  background: url("../images/my_pocket/ico_membership_black_sm.png") 0 0 no-repeat;
  background-size: cover;
}

.ico-membership-gold-sm {
  width: 30px;
  height: 30px;
  background: url("../images/my_pocket/ico_membership_gold_sm.png") 0 0 no-repeat;
  background-size: cover;
}

.ico-membership-family-sm {
  width: 30px;
  height: 30px;
  background: url("../images/my_pocket/ico_membership_family_sm.png") 0 0 no-repeat;
  background-size: cover;
}

.ico-membership-black-lg {
  width: 64px;
  height: 64px;
  background: url("../images/my_pocket/ico_membership_black_lg.png") 0 0 no-repeat;
  background-size: cover;
}

.ico-membership-gold-lg {
  width: 64px;
  height: 64px;
  background: url("../images/my_pocket/ico_membership_gold_lg.png") 0 0 no-repeat;
  background-size: cover;
}

.ico-membership-family-lg {
  width: 64px;
  height: 64px;
  background: url("../images/my_pocket/ico_membership_family_lg.png") 0 0 no-repeat;
  background-size: cover;
}

.ico-care-bag {
  width: 48px;
  height: 48px;
  background: url("../images/product/ico_care_bag.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-care-shoes {
  width: 48px;
  height: 48px;
  background: url("../images/product/ico_care_shoes.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-care-jewellery {
  width: 48px;
  height: 48px;
  background: url("../images/product/ico_care_jewellery.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-care-watch {
  width: 48px;
  height: 48px;
  background: url("../images/product/ico_care_watch.svg") 0 0 no-repeat;
  background-size: cover;
}

.ico-point-h10 {
  width: 8px;
  height: 10px;
  background-image: url("../images/order/ico_point_pink.svg");
}

.ico-box {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ico-box.green {
  background-color: #012E29;
}
.ico-box.light-green {
  background-color: #F0F2F2;
}
.ico-box.gray {
  background-color: #F5F5F5;
}
.ico-box.gold {
  background-color: #B79683;
}
.ico-box.yellow {
  background-color: #F9E000;
}
.ico-box.bg-black {
  width: 45px;
  height: 45px;
  background: url("../images/my_pocket/bg_membership_black.png") 0 0 no-repeat;
  background-size: cover;
}
.ico-box.bg-gold {
  width: 45px;
  height: 45px;
  background: url("../images/my_pocket/bg_membership_gold.png") 0 0 no-repeat;
  background-size: cover;
}
.ico-box.bg-family {
  width: 45px;
  height: 45px;
  background: url("../images/my_pocket/bg_membership_family.png") 0 0 no-repeat;
  background-size: cover;
}

/* // icon */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* button */
a[disabled], a[aria-disabled=true], a.disabled, button[disabled], button[aria-disabled=true], button.disabled {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}
a[disabled] *, a[aria-disabled=true] *, a.disabled *, button[disabled] *, button[aria-disabled=true] *, button.disabled * {
  text-decoration: none !important;
}
a[class^=btn], button[class^=btn] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
a[class^=btn] .text, button[class^=btn] .text {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
a[class^=link-], button[class^=link-] {
  -webkit-touch-callout: none;
}

a.btn-round-xl, button.btn-round-xl, a.btn-xl, button.btn-xl {
  height: 50px;
  padding: 0 24px;
}
a.btn-round-xl .text, button.btn-round-xl .text, a.btn-xl .text, button.btn-xl .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
a.btn-round-xl .text ~ [class^=ico], button.btn-round-xl .text ~ [class^=ico], a.btn-xl .text ~ [class^=ico], button.btn-xl .text ~ [class^=ico] {
  margin-left: 6px;
}
a.btn-round-xl [class^=ico] ~ .text, button.btn-round-xl [class^=ico] ~ .text, a.btn-xl [class^=ico] ~ .text, button.btn-xl [class^=ico] ~ .text {
  margin-left: 6px;
}

a.btn-round-lg, button.btn-round-lg, a.btn-lg, button.btn-lg {
  height: 46px;
  padding: 0 24px;
}
a.btn-round-lg .text, button.btn-round-lg .text, a.btn-lg .text, button.btn-lg .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
a.btn-round-lg .text ~ [class^=ico], button.btn-round-lg .text ~ [class^=ico], a.btn-lg .text ~ [class^=ico], button.btn-lg .text ~ [class^=ico] {
  margin-left: 6px;
}
a.btn-round-lg [class^=ico] ~ .text, button.btn-round-lg [class^=ico] ~ .text, a.btn-lg [class^=ico] ~ .text, button.btn-lg [class^=ico] ~ .text {
  margin-left: 6px;
}

a.btn-round-md, button.btn-round-md, a.btn-md, button.btn-md {
  height: 40px;
  padding: 0 20px;
}
a.btn-round-md .text, button.btn-round-md .text, a.btn-md .text, button.btn-md .text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
a.btn-round-md .text ~ [class^=ico], button.btn-round-md .text ~ [class^=ico], a.btn-md .text ~ [class^=ico], button.btn-md .text ~ [class^=ico] {
  margin-left: 4px;
}
body.ios a.btn-round-md [class^=ico], body.ios button.btn-round-md [class^=ico], body.ios a.btn-md [class^=ico], body.ios button.btn-md [class^=ico] {
  margin-top: -1px;
}
a.btn-round-md [class^=ico] ~ .text, button.btn-round-md [class^=ico] ~ .text, a.btn-md [class^=ico] ~ .text, button.btn-md [class^=ico] ~ .text {
  margin-left: 4px;
}

a.btn-round-sm, button.btn-round-sm, a.btn-sm, button.btn-sm {
  min-width: 50px;
  height: 30px;
  padding: 0 12px;
}
a.btn-round-sm .text, button.btn-round-sm .text, a.btn-sm .text, button.btn-sm .text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
a.btn-round-sm .text ~ [class^=ico], button.btn-round-sm .text ~ [class^=ico], a.btn-sm .text ~ [class^=ico], button.btn-sm .text ~ [class^=ico] {
  margin-left: 6px;
}
a.btn-round-sm [class^=ico] ~ .text, button.btn-round-sm [class^=ico] ~ .text, a.btn-sm [class^=ico] ~ .text, button.btn-sm [class^=ico] ~ .text {
  margin-left: 6px;
}

a.btn-round-xs, button.btn-round-xs {
  height: 20px;
  padding: 2px 6px 2px 7px;
}
a.btn-round-xs .text, button.btn-round-xs .text {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
a.btn-round-xs .text ~ [class^=ico], button.btn-round-xs .text ~ [class^=ico] {
  margin-left: 6px;
}
a.btn-round-xs [class^=ico] ~ .text, button.btn-round-xs [class^=ico] ~ .text {
  margin-left: 6px;
}

a.btn-divider-arr, button.btn-divider-arr, a.btn-divider, button.btn-divider {
  position: relative;
  display: block;
  border-top: 10px solid #F5F5F5;
}

a.btn-xl, a.btn-lg, a.btn-md, a.btn-sm, a.btn-round-xl, a.btn-round-lg, a.btn-round-md, a.btn-round-sm, a.btn-round-xs, button.btn-xl, button.btn-lg, button.btn-md, button.btn-sm, button.btn-round-xl, button.btn-round-lg, button.btn-round-md, button.btn-round-sm, button.btn-round-xs {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 4px;
}
a.btn-xl.line-light-gray, a.btn-lg.line-light-gray, a.btn-md.line-light-gray, a.btn-sm.line-light-gray, a.btn-round-xl.line-light-gray, a.btn-round-lg.line-light-gray, a.btn-round-md.line-light-gray, a.btn-round-sm.line-light-gray, a.btn-round-xs.line-light-gray, button.btn-xl.line-light-gray, button.btn-lg.line-light-gray, button.btn-md.line-light-gray, button.btn-sm.line-light-gray, button.btn-round-xl.line-light-gray, button.btn-round-lg.line-light-gray, button.btn-round-md.line-light-gray, button.btn-round-sm.line-light-gray, button.btn-round-xs.line-light-gray {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
a.btn-xl.line-light-gray .text, a.btn-lg.line-light-gray .text, a.btn-md.line-light-gray .text, a.btn-sm.line-light-gray .text, a.btn-round-xl.line-light-gray .text, a.btn-round-lg.line-light-gray .text, a.btn-round-md.line-light-gray .text, a.btn-round-sm.line-light-gray .text, a.btn-round-xs.line-light-gray .text, button.btn-xl.line-light-gray .text, button.btn-lg.line-light-gray .text, button.btn-md.line-light-gray .text, button.btn-sm.line-light-gray .text, button.btn-round-xl.line-light-gray .text, button.btn-round-lg.line-light-gray .text, button.btn-round-md.line-light-gray .text, button.btn-round-sm.line-light-gray .text, button.btn-round-xs.line-light-gray .text {
  color: #000;
}
a.btn-xl.line-light-gray[disabled], a.btn-xl.line-light-gray[aria-disabled=true], a.btn-xl.line-light-gray.disabled, a.btn-lg.line-light-gray[disabled], a.btn-lg.line-light-gray[aria-disabled=true], a.btn-lg.line-light-gray.disabled, a.btn-md.line-light-gray[disabled], a.btn-md.line-light-gray[aria-disabled=true], a.btn-md.line-light-gray.disabled, a.btn-sm.line-light-gray[disabled], a.btn-sm.line-light-gray[aria-disabled=true], a.btn-sm.line-light-gray.disabled, a.btn-round-xl.line-light-gray[disabled], a.btn-round-xl.line-light-gray[aria-disabled=true], a.btn-round-xl.line-light-gray.disabled, a.btn-round-lg.line-light-gray[disabled], a.btn-round-lg.line-light-gray[aria-disabled=true], a.btn-round-lg.line-light-gray.disabled, a.btn-round-md.line-light-gray[disabled], a.btn-round-md.line-light-gray[aria-disabled=true], a.btn-round-md.line-light-gray.disabled, a.btn-round-sm.line-light-gray[disabled], a.btn-round-sm.line-light-gray[aria-disabled=true], a.btn-round-sm.line-light-gray.disabled, a.btn-round-xs.line-light-gray[disabled], a.btn-round-xs.line-light-gray[aria-disabled=true], a.btn-round-xs.line-light-gray.disabled, button.btn-xl.line-light-gray[disabled], button.btn-xl.line-light-gray[aria-disabled=true], button.btn-xl.line-light-gray.disabled, button.btn-lg.line-light-gray[disabled], button.btn-lg.line-light-gray[aria-disabled=true], button.btn-lg.line-light-gray.disabled, button.btn-md.line-light-gray[disabled], button.btn-md.line-light-gray[aria-disabled=true], button.btn-md.line-light-gray.disabled, button.btn-sm.line-light-gray[disabled], button.btn-sm.line-light-gray[aria-disabled=true], button.btn-sm.line-light-gray.disabled, button.btn-round-xl.line-light-gray[disabled], button.btn-round-xl.line-light-gray[aria-disabled=true], button.btn-round-xl.line-light-gray.disabled, button.btn-round-lg.line-light-gray[disabled], button.btn-round-lg.line-light-gray[aria-disabled=true], button.btn-round-lg.line-light-gray.disabled, button.btn-round-md.line-light-gray[disabled], button.btn-round-md.line-light-gray[aria-disabled=true], button.btn-round-md.line-light-gray.disabled, button.btn-round-sm.line-light-gray[disabled], button.btn-round-sm.line-light-gray[aria-disabled=true], button.btn-round-sm.line-light-gray.disabled, button.btn-round-xs.line-light-gray[disabled], button.btn-round-xs.line-light-gray[aria-disabled=true], button.btn-round-xs.line-light-gray.disabled {
  opacity: 0.3;
}
a.btn-xl.line-light-gray:active, a.btn-lg.line-light-gray:active, a.btn-md.line-light-gray:active, a.btn-sm.line-light-gray:active, a.btn-round-xl.line-light-gray:active, a.btn-round-lg.line-light-gray:active, a.btn-round-md.line-light-gray:active, a.btn-round-sm.line-light-gray:active, a.btn-round-xs.line-light-gray:active, button.btn-xl.line-light-gray:active, button.btn-lg.line-light-gray:active, button.btn-md.line-light-gray:active, button.btn-sm.line-light-gray:active, button.btn-round-xl.line-light-gray:active, button.btn-round-lg.line-light-gray:active, button.btn-round-md.line-light-gray:active, button.btn-round-sm.line-light-gray:active, button.btn-round-xs.line-light-gray:active {
  background-color: #f9f9f9;
}
a.btn-xl.line-light-gray2, a.btn-lg.line-light-gray2, a.btn-md.line-light-gray2, a.btn-sm.line-light-gray2, a.btn-round-xl.line-light-gray2, a.btn-round-lg.line-light-gray2, a.btn-round-md.line-light-gray2, a.btn-round-sm.line-light-gray2, a.btn-round-xs.line-light-gray2, button.btn-xl.line-light-gray2, button.btn-lg.line-light-gray2, button.btn-md.line-light-gray2, button.btn-sm.line-light-gray2, button.btn-round-xl.line-light-gray2, button.btn-round-lg.line-light-gray2, button.btn-round-md.line-light-gray2, button.btn-round-sm.line-light-gray2, button.btn-round-xs.line-light-gray2 {
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
a.btn-xl.line-light-gray2 .text, a.btn-lg.line-light-gray2 .text, a.btn-md.line-light-gray2 .text, a.btn-sm.line-light-gray2 .text, a.btn-round-xl.line-light-gray2 .text, a.btn-round-lg.line-light-gray2 .text, a.btn-round-md.line-light-gray2 .text, a.btn-round-sm.line-light-gray2 .text, a.btn-round-xs.line-light-gray2 .text, button.btn-xl.line-light-gray2 .text, button.btn-lg.line-light-gray2 .text, button.btn-md.line-light-gray2 .text, button.btn-sm.line-light-gray2 .text, button.btn-round-xl.line-light-gray2 .text, button.btn-round-lg.line-light-gray2 .text, button.btn-round-md.line-light-gray2 .text, button.btn-round-sm.line-light-gray2 .text, button.btn-round-xs.line-light-gray2 .text {
  color: #666;
}
a.btn-xl.line-light-gray2[disabled], a.btn-xl.line-light-gray2[aria-disabled=true], a.btn-xl.line-light-gray2.disabled, a.btn-lg.line-light-gray2[disabled], a.btn-lg.line-light-gray2[aria-disabled=true], a.btn-lg.line-light-gray2.disabled, a.btn-md.line-light-gray2[disabled], a.btn-md.line-light-gray2[aria-disabled=true], a.btn-md.line-light-gray2.disabled, a.btn-sm.line-light-gray2[disabled], a.btn-sm.line-light-gray2[aria-disabled=true], a.btn-sm.line-light-gray2.disabled, a.btn-round-xl.line-light-gray2[disabled], a.btn-round-xl.line-light-gray2[aria-disabled=true], a.btn-round-xl.line-light-gray2.disabled, a.btn-round-lg.line-light-gray2[disabled], a.btn-round-lg.line-light-gray2[aria-disabled=true], a.btn-round-lg.line-light-gray2.disabled, a.btn-round-md.line-light-gray2[disabled], a.btn-round-md.line-light-gray2[aria-disabled=true], a.btn-round-md.line-light-gray2.disabled, a.btn-round-sm.line-light-gray2[disabled], a.btn-round-sm.line-light-gray2[aria-disabled=true], a.btn-round-sm.line-light-gray2.disabled, a.btn-round-xs.line-light-gray2[disabled], a.btn-round-xs.line-light-gray2[aria-disabled=true], a.btn-round-xs.line-light-gray2.disabled, button.btn-xl.line-light-gray2[disabled], button.btn-xl.line-light-gray2[aria-disabled=true], button.btn-xl.line-light-gray2.disabled, button.btn-lg.line-light-gray2[disabled], button.btn-lg.line-light-gray2[aria-disabled=true], button.btn-lg.line-light-gray2.disabled, button.btn-md.line-light-gray2[disabled], button.btn-md.line-light-gray2[aria-disabled=true], button.btn-md.line-light-gray2.disabled, button.btn-sm.line-light-gray2[disabled], button.btn-sm.line-light-gray2[aria-disabled=true], button.btn-sm.line-light-gray2.disabled, button.btn-round-xl.line-light-gray2[disabled], button.btn-round-xl.line-light-gray2[aria-disabled=true], button.btn-round-xl.line-light-gray2.disabled, button.btn-round-lg.line-light-gray2[disabled], button.btn-round-lg.line-light-gray2[aria-disabled=true], button.btn-round-lg.line-light-gray2.disabled, button.btn-round-md.line-light-gray2[disabled], button.btn-round-md.line-light-gray2[aria-disabled=true], button.btn-round-md.line-light-gray2.disabled, button.btn-round-sm.line-light-gray2[disabled], button.btn-round-sm.line-light-gray2[aria-disabled=true], button.btn-round-sm.line-light-gray2.disabled, button.btn-round-xs.line-light-gray2[disabled], button.btn-round-xs.line-light-gray2[aria-disabled=true], button.btn-round-xs.line-light-gray2.disabled {
  opacity: 0.3;
}
a.btn-xl.line-light-gray2:active, a.btn-lg.line-light-gray2:active, a.btn-md.line-light-gray2:active, a.btn-sm.line-light-gray2:active, a.btn-round-xl.line-light-gray2:active, a.btn-round-lg.line-light-gray2:active, a.btn-round-md.line-light-gray2:active, a.btn-round-sm.line-light-gray2:active, a.btn-round-xs.line-light-gray2:active, button.btn-xl.line-light-gray2:active, button.btn-lg.line-light-gray2:active, button.btn-md.line-light-gray2:active, button.btn-sm.line-light-gray2:active, button.btn-round-xl.line-light-gray2:active, button.btn-round-lg.line-light-gray2:active, button.btn-round-md.line-light-gray2:active, button.btn-round-sm.line-light-gray2:active, button.btn-round-xs.line-light-gray2:active {
  background-color: #f9f9f9;
}
a.btn-xl.line-green, a.btn-lg.line-green, a.btn-md.line-green, a.btn-sm.line-green, a.btn-round-xl.line-green, a.btn-round-lg.line-green, a.btn-round-md.line-green, a.btn-round-sm.line-green, a.btn-round-xs.line-green, button.btn-xl.line-green, button.btn-lg.line-green, button.btn-md.line-green, button.btn-sm.line-green, button.btn-round-xl.line-green, button.btn-round-lg.line-green, button.btn-round-md.line-green, button.btn-round-sm.line-green, button.btn-round-xs.line-green {
  background-color: #fff;
  border: 1px solid #012E29;
}
a.btn-xl.line-green .text, a.btn-lg.line-green .text, a.btn-md.line-green .text, a.btn-sm.line-green .text, a.btn-round-xl.line-green .text, a.btn-round-lg.line-green .text, a.btn-round-md.line-green .text, a.btn-round-sm.line-green .text, a.btn-round-xs.line-green .text, button.btn-xl.line-green .text, button.btn-lg.line-green .text, button.btn-md.line-green .text, button.btn-sm.line-green .text, button.btn-round-xl.line-green .text, button.btn-round-lg.line-green .text, button.btn-round-md.line-green .text, button.btn-round-sm.line-green .text, button.btn-round-xs.line-green .text {
  color: #012E29;
}
a.btn-xl.line-green[disabled], a.btn-xl.line-green[aria-disabled=true], a.btn-xl.line-green.disabled, a.btn-lg.line-green[disabled], a.btn-lg.line-green[aria-disabled=true], a.btn-lg.line-green.disabled, a.btn-md.line-green[disabled], a.btn-md.line-green[aria-disabled=true], a.btn-md.line-green.disabled, a.btn-sm.line-green[disabled], a.btn-sm.line-green[aria-disabled=true], a.btn-sm.line-green.disabled, a.btn-round-xl.line-green[disabled], a.btn-round-xl.line-green[aria-disabled=true], a.btn-round-xl.line-green.disabled, a.btn-round-lg.line-green[disabled], a.btn-round-lg.line-green[aria-disabled=true], a.btn-round-lg.line-green.disabled, a.btn-round-md.line-green[disabled], a.btn-round-md.line-green[aria-disabled=true], a.btn-round-md.line-green.disabled, a.btn-round-sm.line-green[disabled], a.btn-round-sm.line-green[aria-disabled=true], a.btn-round-sm.line-green.disabled, a.btn-round-xs.line-green[disabled], a.btn-round-xs.line-green[aria-disabled=true], a.btn-round-xs.line-green.disabled, button.btn-xl.line-green[disabled], button.btn-xl.line-green[aria-disabled=true], button.btn-xl.line-green.disabled, button.btn-lg.line-green[disabled], button.btn-lg.line-green[aria-disabled=true], button.btn-lg.line-green.disabled, button.btn-md.line-green[disabled], button.btn-md.line-green[aria-disabled=true], button.btn-md.line-green.disabled, button.btn-sm.line-green[disabled], button.btn-sm.line-green[aria-disabled=true], button.btn-sm.line-green.disabled, button.btn-round-xl.line-green[disabled], button.btn-round-xl.line-green[aria-disabled=true], button.btn-round-xl.line-green.disabled, button.btn-round-lg.line-green[disabled], button.btn-round-lg.line-green[aria-disabled=true], button.btn-round-lg.line-green.disabled, button.btn-round-md.line-green[disabled], button.btn-round-md.line-green[aria-disabled=true], button.btn-round-md.line-green.disabled, button.btn-round-sm.line-green[disabled], button.btn-round-sm.line-green[aria-disabled=true], button.btn-round-sm.line-green.disabled, button.btn-round-xs.line-green[disabled], button.btn-round-xs.line-green[aria-disabled=true], button.btn-round-xs.line-green.disabled {
  opacity: 0.3;
}
a.btn-xl.line-green:active, a.btn-lg.line-green:active, a.btn-md.line-green:active, a.btn-sm.line-green:active, a.btn-round-xl.line-green:active, a.btn-round-lg.line-green:active, a.btn-round-md.line-green:active, a.btn-round-sm.line-green:active, a.btn-round-xs.line-green:active, button.btn-xl.line-green:active, button.btn-lg.line-green:active, button.btn-md.line-green:active, button.btn-sm.line-green:active, button.btn-round-xl.line-green:active, button.btn-round-lg.line-green:active, button.btn-round-md.line-green:active, button.btn-round-sm.line-green:active, button.btn-round-xs.line-green:active {
  background-color: #F0F3F2;
}
a.btn-xl.light-gray, a.btn-lg.light-gray, a.btn-md.light-gray, a.btn-sm.light-gray, a.btn-round-xl.light-gray, a.btn-round-lg.light-gray, a.btn-round-md.light-gray, a.btn-round-sm.light-gray, a.btn-round-xs.light-gray, button.btn-xl.light-gray, button.btn-lg.light-gray, button.btn-md.light-gray, button.btn-sm.light-gray, button.btn-round-xl.light-gray, button.btn-round-lg.light-gray, button.btn-round-md.light-gray, button.btn-round-sm.light-gray, button.btn-round-xs.light-gray {
  background-color: #F5F5F5;
  border: 1px solid #F5F5F5;
}
a.btn-xl.light-gray .text, a.btn-lg.light-gray .text, a.btn-md.light-gray .text, a.btn-sm.light-gray .text, a.btn-round-xl.light-gray .text, a.btn-round-lg.light-gray .text, a.btn-round-md.light-gray .text, a.btn-round-sm.light-gray .text, a.btn-round-xs.light-gray .text, button.btn-xl.light-gray .text, button.btn-lg.light-gray .text, button.btn-md.light-gray .text, button.btn-sm.light-gray .text, button.btn-round-xl.light-gray .text, button.btn-round-lg.light-gray .text, button.btn-round-md.light-gray .text, button.btn-round-sm.light-gray .text, button.btn-round-xs.light-gray .text {
  color: #000;
}
a.btn-xl.light-gray[disabled], a.btn-xl.light-gray[aria-disabled=true], a.btn-xl.light-gray.disabled, a.btn-lg.light-gray[disabled], a.btn-lg.light-gray[aria-disabled=true], a.btn-lg.light-gray.disabled, a.btn-md.light-gray[disabled], a.btn-md.light-gray[aria-disabled=true], a.btn-md.light-gray.disabled, a.btn-sm.light-gray[disabled], a.btn-sm.light-gray[aria-disabled=true], a.btn-sm.light-gray.disabled, a.btn-round-xl.light-gray[disabled], a.btn-round-xl.light-gray[aria-disabled=true], a.btn-round-xl.light-gray.disabled, a.btn-round-lg.light-gray[disabled], a.btn-round-lg.light-gray[aria-disabled=true], a.btn-round-lg.light-gray.disabled, a.btn-round-md.light-gray[disabled], a.btn-round-md.light-gray[aria-disabled=true], a.btn-round-md.light-gray.disabled, a.btn-round-sm.light-gray[disabled], a.btn-round-sm.light-gray[aria-disabled=true], a.btn-round-sm.light-gray.disabled, a.btn-round-xs.light-gray[disabled], a.btn-round-xs.light-gray[aria-disabled=true], a.btn-round-xs.light-gray.disabled, button.btn-xl.light-gray[disabled], button.btn-xl.light-gray[aria-disabled=true], button.btn-xl.light-gray.disabled, button.btn-lg.light-gray[disabled], button.btn-lg.light-gray[aria-disabled=true], button.btn-lg.light-gray.disabled, button.btn-md.light-gray[disabled], button.btn-md.light-gray[aria-disabled=true], button.btn-md.light-gray.disabled, button.btn-sm.light-gray[disabled], button.btn-sm.light-gray[aria-disabled=true], button.btn-sm.light-gray.disabled, button.btn-round-xl.light-gray[disabled], button.btn-round-xl.light-gray[aria-disabled=true], button.btn-round-xl.light-gray.disabled, button.btn-round-lg.light-gray[disabled], button.btn-round-lg.light-gray[aria-disabled=true], button.btn-round-lg.light-gray.disabled, button.btn-round-md.light-gray[disabled], button.btn-round-md.light-gray[aria-disabled=true], button.btn-round-md.light-gray.disabled, button.btn-round-sm.light-gray[disabled], button.btn-round-sm.light-gray[aria-disabled=true], button.btn-round-sm.light-gray.disabled, button.btn-round-xs.light-gray[disabled], button.btn-round-xs.light-gray[aria-disabled=true], button.btn-round-xs.light-gray.disabled {
  opacity: 0.3;
}
a.btn-xl.light-gray:active, a.btn-lg.light-gray:active, a.btn-md.light-gray:active, a.btn-sm.light-gray:active, a.btn-round-xl.light-gray:active, a.btn-round-lg.light-gray:active, a.btn-round-md.light-gray:active, a.btn-round-sm.light-gray:active, a.btn-round-xs.light-gray:active, button.btn-xl.light-gray:active, button.btn-lg.light-gray:active, button.btn-md.light-gray:active, button.btn-sm.light-gray:active, button.btn-round-xl.light-gray:active, button.btn-round-lg.light-gray:active, button.btn-round-md.light-gray:active, button.btn-round-sm.light-gray:active, button.btn-round-xs.light-gray:active {
  border: 1px solid #dddddd;
  background-color: #dddddd;
}
a.btn-xl.gray, a.btn-lg.gray, a.btn-md.gray, a.btn-sm.gray, a.btn-round-xl.gray, a.btn-round-lg.gray, a.btn-round-md.gray, a.btn-round-sm.gray, a.btn-round-xs.gray, button.btn-xl.gray, button.btn-lg.gray, button.btn-md.gray, button.btn-sm.gray, button.btn-round-xl.gray, button.btn-round-lg.gray, button.btn-round-md.gray, button.btn-round-sm.gray, button.btn-round-xs.gray {
  background-color: #E5E5E5;
  border: 1px solid #E5E5E5;
}
a.btn-xl.gray .text, a.btn-lg.gray .text, a.btn-md.gray .text, a.btn-sm.gray .text, a.btn-round-xl.gray .text, a.btn-round-lg.gray .text, a.btn-round-md.gray .text, a.btn-round-sm.gray .text, a.btn-round-xs.gray .text, button.btn-xl.gray .text, button.btn-lg.gray .text, button.btn-md.gray .text, button.btn-sm.gray .text, button.btn-round-xl.gray .text, button.btn-round-lg.gray .text, button.btn-round-md.gray .text, button.btn-round-sm.gray .text, button.btn-round-xs.gray .text {
  color: #000;
}
a.btn-xl.gray[disabled], a.btn-xl.gray[aria-disabled=true], a.btn-xl.gray.disabled, a.btn-lg.gray[disabled], a.btn-lg.gray[aria-disabled=true], a.btn-lg.gray.disabled, a.btn-md.gray[disabled], a.btn-md.gray[aria-disabled=true], a.btn-md.gray.disabled, a.btn-sm.gray[disabled], a.btn-sm.gray[aria-disabled=true], a.btn-sm.gray.disabled, a.btn-round-xl.gray[disabled], a.btn-round-xl.gray[aria-disabled=true], a.btn-round-xl.gray.disabled, a.btn-round-lg.gray[disabled], a.btn-round-lg.gray[aria-disabled=true], a.btn-round-lg.gray.disabled, a.btn-round-md.gray[disabled], a.btn-round-md.gray[aria-disabled=true], a.btn-round-md.gray.disabled, a.btn-round-sm.gray[disabled], a.btn-round-sm.gray[aria-disabled=true], a.btn-round-sm.gray.disabled, a.btn-round-xs.gray[disabled], a.btn-round-xs.gray[aria-disabled=true], a.btn-round-xs.gray.disabled, button.btn-xl.gray[disabled], button.btn-xl.gray[aria-disabled=true], button.btn-xl.gray.disabled, button.btn-lg.gray[disabled], button.btn-lg.gray[aria-disabled=true], button.btn-lg.gray.disabled, button.btn-md.gray[disabled], button.btn-md.gray[aria-disabled=true], button.btn-md.gray.disabled, button.btn-sm.gray[disabled], button.btn-sm.gray[aria-disabled=true], button.btn-sm.gray.disabled, button.btn-round-xl.gray[disabled], button.btn-round-xl.gray[aria-disabled=true], button.btn-round-xl.gray.disabled, button.btn-round-lg.gray[disabled], button.btn-round-lg.gray[aria-disabled=true], button.btn-round-lg.gray.disabled, button.btn-round-md.gray[disabled], button.btn-round-md.gray[aria-disabled=true], button.btn-round-md.gray.disabled, button.btn-round-sm.gray[disabled], button.btn-round-sm.gray[aria-disabled=true], button.btn-round-sm.gray.disabled, button.btn-round-xs.gray[disabled], button.btn-round-xs.gray[aria-disabled=true], button.btn-round-xs.gray.disabled {
  opacity: 0.3;
}
a.btn-xl.gray:active, a.btn-lg.gray:active, a.btn-md.gray:active, a.btn-sm.gray:active, a.btn-round-xl.gray:active, a.btn-round-lg.gray:active, a.btn-round-md.gray:active, a.btn-round-sm.gray:active, a.btn-round-xs.gray:active, button.btn-xl.gray:active, button.btn-lg.gray:active, button.btn-md.gray:active, button.btn-sm.gray:active, button.btn-round-xl.gray:active, button.btn-round-lg.gray:active, button.btn-round-md.gray:active, button.btn-round-sm.gray:active, button.btn-round-xs.gray:active {
  border: 1px solid #dddddd;
  background-color: #dddddd;
}
a.btn-xl.green, a.btn-lg.green, a.btn-md.green, a.btn-sm.green, a.btn-round-xl.green, a.btn-round-lg.green, a.btn-round-md.green, a.btn-round-sm.green, a.btn-round-xs.green, button.btn-xl.green, button.btn-lg.green, button.btn-md.green, button.btn-sm.green, button.btn-round-xl.green, button.btn-round-lg.green, button.btn-round-md.green, button.btn-round-sm.green, button.btn-round-xs.green {
  background-color: #012E29;
  border: 1px solid #012E29;
}
a.btn-xl.blue, a.btn-lg.blue, a.btn-md.blue, a.btn-sm.blue, a.btn-round-xl.blue, a.btn-round-lg.blue, a.btn-round-md.blue, a.btn-round-sm.blue, a.btn-round-xs.blue, button.btn-xl.blue, button.btn-lg.blue, button.btn-md.blue, button.btn-sm.blue, button.btn-round-xl.blue, button.btn-round-lg.blue, button.btn-round-md.blue, button.btn-round-sm.blue, button.btn-round-xs.blue {
  background-color: #3361FF;
  border: 1px solid #3361FF;
}

a.btn-xl.green .text, a.btn-lg.green .text, a.btn-md.green .text, a.btn-sm.green .text, a.btn-round-xl.green .text, a.btn-round-lg.green .text, a.btn-round-md.green .text, a.btn-round-sm.green .text, a.btn-round-xs.green .text, button.btn-xl.green .text, button.btn-lg.green .text, button.btn-md.green .text, button.btn-sm.green .text, button.btn-round-xl.green .text, button.btn-round-lg.green .text, button.btn-round-md.green .text, button.btn-round-sm.green .text, button.btn-round-xs.green .text {
  color: #fff;
}
a.btn-xl.green[disabled], a.btn-xl.green[aria-disabled=true], a.btn-xl.green.disabled, a.btn-lg.green[disabled], a.btn-lg.green[aria-disabled=true], a.btn-lg.green.disabled, a.btn-md.green[disabled], a.btn-md.green[aria-disabled=true], a.btn-md.green.disabled, a.btn-sm.green[disabled], a.btn-sm.green[aria-disabled=true], a.btn-sm.green.disabled, a.btn-round-xl.green[disabled], a.btn-round-xl.green[aria-disabled=true], a.btn-round-xl.green.disabled, a.btn-round-lg.green[disabled], a.btn-round-lg.green[aria-disabled=true], a.btn-round-lg.green.disabled, a.btn-round-md.green[disabled], a.btn-round-md.green[aria-disabled=true], a.btn-round-md.green.disabled, a.btn-round-sm.green[disabled], a.btn-round-sm.green[aria-disabled=true], a.btn-round-sm.green.disabled, a.btn-round-xs.green[disabled], a.btn-round-xs.green[aria-disabled=true], a.btn-round-xs.green.disabled, button.btn-xl.green[disabled], button.btn-xl.green[aria-disabled=true], button.btn-xl.green.disabled, button.btn-lg.green[disabled], button.btn-lg.green[aria-disabled=true], button.btn-lg.green.disabled, button.btn-md.green[disabled], button.btn-md.green[aria-disabled=true], button.btn-md.green.disabled, button.btn-sm.green[disabled], button.btn-sm.green[aria-disabled=true], button.btn-sm.green.disabled, button.btn-round-xl.green[disabled], button.btn-round-xl.green[aria-disabled=true], button.btn-round-xl.green.disabled, button.btn-round-lg.green[disabled], button.btn-round-lg.green[aria-disabled=true], button.btn-round-lg.green.disabled, button.btn-round-md.green[disabled], button.btn-round-md.green[aria-disabled=true], button.btn-round-md.green.disabled, button.btn-round-sm.green[disabled], button.btn-round-sm.green[aria-disabled=true], button.btn-round-sm.green.disabled, button.btn-round-xs.green[disabled], button.btn-round-xs.green[aria-disabled=true], button.btn-round-xs.green.disabled {
  opacity: 0.3;
}
a.btn-xl.green:active, a.btn-lg.green:active, a.btn-md.green:active, a.btn-sm.green:active, a.btn-round-xl.green:active, a.btn-round-lg.green:active, a.btn-round-md.green:active, a.btn-round-sm.green:active, a.btn-round-xs.green:active, button.btn-xl.green:active, button.btn-lg.green:active, button.btn-md.green:active, button.btn-sm.green:active, button.btn-round-xl.green:active, button.btn-round-lg.green:active, button.btn-round-md.green:active, button.btn-round-sm.green:active, button.btn-round-xs.green:active {
  border: 1px solid #002521;
  background-color: #002521;
}
a.btn-xl.white, a.btn-lg.white, a.btn-md.white, a.btn-sm.white, a.btn-round-xl.white, a.btn-round-lg.white, a.btn-round-md.white, a.btn-round-sm.white, a.btn-round-xs.white, button.btn-xl.white, button.btn-lg.white, button.btn-md.white, button.btn-sm.white, button.btn-round-xl.white, button.btn-round-lg.white, button.btn-round-md.white, button.btn-round-sm.white, button.btn-round-xs.white {
  background-color: #fff;
  border: 1px solid #fff;
}
a.btn-xl.white .text, a.btn-lg.white .text, a.btn-md.white .text, a.btn-sm.white .text, a.btn-round-xl.white .text, a.btn-round-lg.white .text, a.btn-round-md.white .text, a.btn-round-sm.white .text, a.btn-round-xs.white .text, button.btn-xl.white .text, button.btn-lg.white .text, button.btn-md.white .text, button.btn-sm.white .text, button.btn-round-xl.white .text, button.btn-round-lg.white .text, button.btn-round-md.white .text, button.btn-round-sm.white .text, button.btn-round-xs.white .text {
  color: #012E29;
}
a.btn-xl.white[disabled], a.btn-xl.white[aria-disabled=true], a.btn-xl.white.disabled, a.btn-lg.white[disabled], a.btn-lg.white[aria-disabled=true], a.btn-lg.white.disabled, a.btn-md.white[disabled], a.btn-md.white[aria-disabled=true], a.btn-md.white.disabled, a.btn-sm.white[disabled], a.btn-sm.white[aria-disabled=true], a.btn-sm.white.disabled, a.btn-round-xl.white[disabled], a.btn-round-xl.white[aria-disabled=true], a.btn-round-xl.white.disabled, a.btn-round-lg.white[disabled], a.btn-round-lg.white[aria-disabled=true], a.btn-round-lg.white.disabled, a.btn-round-md.white[disabled], a.btn-round-md.white[aria-disabled=true], a.btn-round-md.white.disabled, a.btn-round-sm.white[disabled], a.btn-round-sm.white[aria-disabled=true], a.btn-round-sm.white.disabled, a.btn-round-xs.white[disabled], a.btn-round-xs.white[aria-disabled=true], a.btn-round-xs.white.disabled, button.btn-xl.white[disabled], button.btn-xl.white[aria-disabled=true], button.btn-xl.white.disabled, button.btn-lg.white[disabled], button.btn-lg.white[aria-disabled=true], button.btn-lg.white.disabled, button.btn-md.white[disabled], button.btn-md.white[aria-disabled=true], button.btn-md.white.disabled, button.btn-sm.white[disabled], button.btn-sm.white[aria-disabled=true], button.btn-sm.white.disabled, button.btn-round-xl.white[disabled], button.btn-round-xl.white[aria-disabled=true], button.btn-round-xl.white.disabled, button.btn-round-lg.white[disabled], button.btn-round-lg.white[aria-disabled=true], button.btn-round-lg.white.disabled, button.btn-round-md.white[disabled], button.btn-round-md.white[aria-disabled=true], button.btn-round-md.white.disabled, button.btn-round-sm.white[disabled], button.btn-round-sm.white[aria-disabled=true], button.btn-round-sm.white.disabled, button.btn-round-xs.white[disabled], button.btn-round-xs.white[aria-disabled=true], button.btn-round-xs.white.disabled {
  opacity: 0.3;
}
a.btn-xl.line-white, a.btn-lg.line-white, a.btn-md.line-white, a.btn-sm.line-white, a.btn-round-xl.line-white, a.btn-round-lg.line-white, a.btn-round-md.line-white, a.btn-round-sm.line-white, a.btn-round-xs.line-white, button.btn-xl.line-white, button.btn-lg.line-white, button.btn-md.line-white, button.btn-sm.line-white, button.btn-round-xl.line-white, button.btn-round-lg.line-white, button.btn-round-md.line-white, button.btn-round-sm.line-white, button.btn-round-xs.line-white {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
a.btn-xl.line-white .text, a.btn-lg.line-white .text, a.btn-md.line-white .text, a.btn-sm.line-white .text, a.btn-round-xl.line-white .text, a.btn-round-lg.line-white .text, a.btn-round-md.line-white .text, a.btn-round-sm.line-white .text, a.btn-round-xs.line-white .text, button.btn-xl.line-white .text, button.btn-lg.line-white .text, button.btn-md.line-white .text, button.btn-sm.line-white .text, button.btn-round-xl.line-white .text, button.btn-round-lg.line-white .text, button.btn-round-md.line-white .text, button.btn-round-sm.line-white .text, button.btn-round-xs.line-white .text {
  font-weight: 300;
}
a.btn-xl.line-white[disabled], a.btn-xl.line-white[aria-disabled=true], a.btn-xl.line-white.disabled, a.btn-lg.line-white[disabled], a.btn-lg.line-white[aria-disabled=true], a.btn-lg.line-white.disabled, a.btn-md.line-white[disabled], a.btn-md.line-white[aria-disabled=true], a.btn-md.line-white.disabled, a.btn-sm.line-white[disabled], a.btn-sm.line-white[aria-disabled=true], a.btn-sm.line-white.disabled, a.btn-round-xl.line-white[disabled], a.btn-round-xl.line-white[aria-disabled=true], a.btn-round-xl.line-white.disabled, a.btn-round-lg.line-white[disabled], a.btn-round-lg.line-white[aria-disabled=true], a.btn-round-lg.line-white.disabled, a.btn-round-md.line-white[disabled], a.btn-round-md.line-white[aria-disabled=true], a.btn-round-md.line-white.disabled, a.btn-round-sm.line-white[disabled], a.btn-round-sm.line-white[aria-disabled=true], a.btn-round-sm.line-white.disabled, a.btn-round-xs.line-white[disabled], a.btn-round-xs.line-white[aria-disabled=true], a.btn-round-xs.line-white.disabled, button.btn-xl.line-white[disabled], button.btn-xl.line-white[aria-disabled=true], button.btn-xl.line-white.disabled, button.btn-lg.line-white[disabled], button.btn-lg.line-white[aria-disabled=true], button.btn-lg.line-white.disabled, button.btn-md.line-white[disabled], button.btn-md.line-white[aria-disabled=true], button.btn-md.line-white.disabled, button.btn-sm.line-white[disabled], button.btn-sm.line-white[aria-disabled=true], button.btn-sm.line-white.disabled, button.btn-round-xl.line-white[disabled], button.btn-round-xl.line-white[aria-disabled=true], button.btn-round-xl.line-white.disabled, button.btn-round-lg.line-white[disabled], button.btn-round-lg.line-white[aria-disabled=true], button.btn-round-lg.line-white.disabled, button.btn-round-md.line-white[disabled], button.btn-round-md.line-white[aria-disabled=true], button.btn-round-md.line-white.disabled, button.btn-round-sm.line-white[disabled], button.btn-round-sm.line-white[aria-disabled=true], button.btn-round-sm.line-white.disabled, button.btn-round-xs.line-white[disabled], button.btn-round-xs.line-white[aria-disabled=true], button.btn-round-xs.line-white.disabled {
  opacity: 0.3;
}
a.btn-xl.gold, a.btn-lg.gold, a.btn-md.gold, a.btn-sm.gold, a.btn-round-xl.gold, a.btn-round-lg.gold, a.btn-round-md.gold, a.btn-round-sm.gold, a.btn-round-xs.gold, button.btn-xl.gold, button.btn-lg.gold, button.btn-md.gold, button.btn-sm.gold, button.btn-round-xl.gold, button.btn-round-lg.gold, button.btn-round-md.gold, button.btn-round-sm.gold, button.btn-round-xs.gold {
  background-color: #B79683;
  color: #fff;
}
a.btn-xl.sell, a.btn-lg.sell, a.btn-md.sell, a.btn-sm.sell, a.btn-round-xl.sell, a.btn-round-lg.sell, a.btn-round-md.sell, a.btn-round-sm.sell, a.btn-round-xs.sell, button.btn-xl.sell, button.btn-lg.sell, button.btn-md.sell, button.btn-sm.sell, button.btn-round-xl.sell, button.btn-round-lg.sell, button.btn-round-md.sell, button.btn-round-sm.sell, button.btn-round-xs.sell {
  background-color: #6E675F;
  color: #fff;
}
a.btn-xl.sell-dark, a.btn-lg.sell-dark, a.btn-md.sell-dark, a.btn-sm.sell-dark, a.btn-round-xl.sell-dark, a.btn-round-lg.sell-dark, a.btn-round-md.sell-dark, a.btn-round-sm.sell-dark, a.btn-round-xs.sell-dark, button.btn-xl.sell-dark, button.btn-lg.sell-dark, button.btn-md.sell-dark, button.btn-sm.sell-dark, button.btn-round-xl.sell-dark, button.btn-round-lg.sell-dark, button.btn-round-md.sell-dark, button.btn-round-sm.sell-dark, button.btn-round-xs.sell-dark {
  background-color: #504A44;
  color: #fff;
}
a.btn-xl.line-sell, a.btn-lg.line-sell, a.btn-md.line-sell, a.btn-sm.line-sell, a.btn-round-xl.line-sell, a.btn-round-lg.line-sell, a.btn-round-md.line-sell, a.btn-round-sm.line-sell, a.btn-round-xs.line-sell, button.btn-xl.line-sell, button.btn-lg.line-sell, button.btn-md.line-sell, button.btn-sm.line-sell, button.btn-round-xl.line-sell, button.btn-round-lg.line-sell, button.btn-round-md.line-sell, button.btn-round-sm.line-sell, button.btn-round-xs.line-sell {
  border: 1px solid #6E675F;
  background-color: #fff;
  color: #6E675F;
}
a.btn-xl.consign, a.btn-lg.consign, a.btn-md.consign, a.btn-sm.consign, a.btn-round-xl.consign, a.btn-round-lg.consign, a.btn-round-md.consign, a.btn-round-sm.consign, a.btn-round-xs.consign, button.btn-xl.consign, button.btn-lg.consign, button.btn-md.consign, button.btn-sm.consign, button.btn-round-xl.consign, button.btn-round-lg.consign, button.btn-round-md.consign, button.btn-round-sm.consign, button.btn-round-xs.consign {
  background-color: #C09759;
  color: #fff;
}
a.btn-xl.line-consign, a.btn-lg.line-consign, a.btn-md.line-consign, a.btn-sm.line-consign, a.btn-round-xl.line-consign, a.btn-round-lg.line-consign, a.btn-round-md.line-consign, a.btn-round-sm.line-consign, a.btn-round-xs.line-consign, button.btn-xl.line-consign, button.btn-lg.line-consign, button.btn-md.line-consign, button.btn-sm.line-consign, button.btn-round-xl.line-consign, button.btn-round-lg.line-consign, button.btn-round-md.line-consign, button.btn-round-sm.line-consign, button.btn-round-xs.line-consign {
  border: 1px solid #C09759;
  background-color: #fff;
  color: #C09759;
}
a.btn-xl.line-purchase, a.btn-lg.line-purchase, a.btn-md.line-purchase, a.btn-sm.line-purchase, a.btn-round-xl.line-purchase, a.btn-round-lg.line-purchase, a.btn-round-md.line-purchase, a.btn-round-sm.line-purchase, a.btn-round-xs.line-purchase, button.btn-xl.line-purchase, button.btn-lg.line-purchase, button.btn-md.line-purchase, button.btn-sm.line-purchase, button.btn-round-xl.line-purchase, button.btn-round-lg.line-purchase, button.btn-round-md.line-purchase, button.btn-round-sm.line-purchase, button.btn-round-xs.line-purchase {
  border: 1px solid #7B6363;
  color: #7B6363;
}
a.btn-xl.purchase, a.btn-lg.purchase, a.btn-md.purchase, a.btn-sm.purchase, a.btn-round-xl.purchase, a.btn-round-lg.purchase, a.btn-round-md.purchase, a.btn-round-sm.purchase, a.btn-round-xs.purchase, button.btn-xl.purchase, button.btn-lg.purchase, button.btn-md.purchase, button.btn-sm.purchase, button.btn-round-xl.purchase, button.btn-round-lg.purchase, button.btn-round-md.purchase, button.btn-round-sm.purchase, button.btn-round-xs.purchase {
  background-color: #7B6363;
  color: #fff;
}
a.btn-xl.loan, a.btn-lg.loan, a.btn-md.loan, a.btn-sm.loan, a.btn-round-xl.loan, a.btn-round-lg.loan, a.btn-round-md.loan, a.btn-round-sm.loan, a.btn-round-xs.loan, button.btn-xl.loan, button.btn-lg.loan, button.btn-md.loan, button.btn-sm.loan, button.btn-round-xl.loan, button.btn-round-lg.loan, button.btn-round-md.loan, button.btn-round-sm.loan, button.btn-round-xs.loan {
  background-color: #5A748E;
}
a.btn-xl.loan .text, a.btn-lg.loan .text, a.btn-md.loan .text, a.btn-sm.loan .text, a.btn-round-xl.loan .text, a.btn-round-lg.loan .text, a.btn-round-md.loan .text, a.btn-round-sm.loan .text, a.btn-round-xs.loan .text, button.btn-xl.loan .text, button.btn-lg.loan .text, button.btn-md.loan .text, button.btn-sm.loan .text, button.btn-round-xl.loan .text, button.btn-round-lg.loan .text, button.btn-round-md.loan .text, button.btn-round-sm.loan .text, button.btn-round-xs.loan .text {
  color: #fff;
}
a.btn-xl.band, a.btn-lg.band, a.btn-md.band, a.btn-sm.band, a.btn-round-xl.band, a.btn-round-lg.band, a.btn-round-md.band, a.btn-round-sm.band, a.btn-round-xs.band, button.btn-xl.band, button.btn-lg.band, button.btn-md.band, button.btn-sm.band, button.btn-round-xl.band, button.btn-round-lg.band, button.btn-round-md.band, button.btn-round-sm.band, button.btn-round-xs.band {
  background-color: #2F3647;
  color: #fff;
}
a.btn-round-xs, button.btn-round-xs {
  border-radius: 10px;
}
a.btn-round-sm, button.btn-round-sm {
  border-radius: 15px;
}
a.btn-round-sm.link-arr, button.btn-round-sm.link-arr {
  padding-right: 22px;
}
a.btn-round-sm.link-arr::after, button.btn-round-sm.link-arr::after {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/common/comm_arw_right_black_h14.svg) 0 0 no-repeat;
  background-size: cover;
}
a.btn-round-md, button.btn-round-md {
  border-radius: 20px;
}
a.btn-round-md .text, button.btn-round-md .text {
  font-weight: 300;
}
a.btn-round-lg, button.btn-round-lg {
  border-radius: 30px;
}
a.btn-round-xl, button.btn-round-xl {
  border-radius: 50px;
}
a.btn-divider, button.btn-divider {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
a.btn-divider .text, button.btn-divider .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
a.btn-divider-arr, button.btn-divider-arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 30px;
  padding-right: 37px;
  padding-bottom: 30px;
  padding-left: 20px;
}
a.btn-divider-arr [class^=ico-]:not(.ico-arw-right-14), button.btn-divider-arr [class^=ico-]:not(.ico-arw-right-14) {
  margin-right: 10px;
}
a.btn-divider-arr .text, button.btn-divider-arr .text {
  margin-right: 5px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
  text-align: left;
}
a.btn-divider-arr .text .sub-text, button.btn-divider-arr .text .sub-text {
  margin-left: 6px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
a.btn-divider-arr .count, button.btn-divider-arr .count {
  padding: 1px 8px;
  margin-left: auto;
  border-radius: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
  background-color: #B79683;
  color: #fff;
}
a.btn-divider-arr .ico-arw-right-14, button.btn-divider-arr .ico-arw-right-14 {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.btn-itext, button.btn-itext {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
a.btn-itext .text, button.btn-itext .text {
  text-align: right;
  color: #000;
}
a.btn-itext .text ~ [class^=ico-], button.btn-itext .text ~ [class^=ico-] {
  margin-left: 4px;
}
a.btn-itext .ico-copy-16, button.btn-itext .ico-copy-16 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 1px;
}
a.btn-box, button.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 70px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  color: #000;
}
a.btn-box .text, button.btn-box .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
a.btn-box.green, button.btn-box.green {
  height: 90px;
  background-color: #012E29;
  border: 1px solid #012E29;
  color: #fff;
}
a.btn-box.green .text, button.btn-box.green .text {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.link-text {
  display: inline-block;
  vertical-align: top;
}
.link-text .text {
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  vertical-align: top;
}
.link-text-lg .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.link-text-udl {
  display: inline-block;
  vertical-align: top;
}
.link-text-udl .text {
  display: block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  word-break: break-all;
}
.link-text-udl .text-black {
  display: block;
  text-decoration: underline;
  color: #000;
  font-weight: 500;
  word-break: break-all;
}

.link-text-udl .text-white {
  display: block;
  text-decoration: underline;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
  word-break: break-all;
}

.link-text-udl-lg .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  text-decoration: underline;
}
.link-text-udl-lg .text-black {
  color: #000;
  text-decoration: underline;
}

.btn-store-link-lg, .btn-share, .btn-post {
  font-size: 0;
}
.btn-store-link-lg .text, .btn-share .text, .btn-post .text {
  margin-left: 6px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.btn-store-link, .btn-del, .btn-coupon-download {
  font-size: 0;
}
.btn-store-link .text, .btn-del .text, .btn-coupon-download .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  margin-left: 6px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.btn-coupon-download .text {
  margin-top: 1px;
  color: #000;
}

.btn-post .text {
  margin-left: 0;
  margin-right: 6px;
  color: #666;
}

.btn-del .text {
  margin-left: 0;
  margin-right: 6px;
  color: #666;
}

.btn-share .text {
  color: #000;
}

.btn-store-link [class^=ico-] {
  margin-top: 1px;
}
.btn-store-link .text {
  color: #012E29;
}

.btn-store-link-lg .text {
  width: 100%;
  margin-top: 8px;
  margin-left: 0;
  color: #012E29;
}

.btn-reset-lg {
  width: 46px;
  height: 46px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.btn-reset-lg:active {
  background-color: #f9f9f9;
}

.btn-wish {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: top;
}

.btn-step {
  font-size: 0;
}
.btn-step .text {
  margin-top: 12px;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.btn-sort .text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.btn-sort [class^=ico-] {
  margin-top: 2px;
  margin-left: 2px;
}

a.btn-add-item, button.btn-add-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 60px;
  border: 1px dashed #D9D9D9;
  border-radius: 4px;
  font-size: 0;
  background-color: #fff;
}
a.btn-add-item .text, button.btn-add-item .text {
  margin-left: 6px;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.btn-wrap-2xs, .btn-wrap-xs, .btn-wrap-sm, .btn-wrap, .btn-wrap-lg, .btn-wrap-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.btn-wrap-2xs [class^=btn], .btn-wrap-xs [class^=btn], .btn-wrap-sm [class^=btn], .btn-wrap [class^=btn], .btn-wrap-lg [class^=btn], .btn-wrap-xl [class^=btn] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  min-width: auto;
  cursor: pointer;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.btn-wrap-2xs [class^=btn] ~ [class^=btn], .btn-wrap-xs [class^=btn] ~ [class^=btn], .btn-wrap-sm [class^=btn] ~ [class^=btn], .btn-wrap [class^=btn] ~ [class^=btn], .btn-wrap-lg [class^=btn] ~ [class^=btn], .btn-wrap-xl [class^=btn] ~ [class^=btn] {
  margin-left: 5px;
}
.btn-wrap-2xs [class^=btn] ~ .btn-xl, .btn-wrap-xs [class^=btn] ~ .btn-xl, .btn-wrap-sm [class^=btn] ~ .btn-xl, .btn-wrap [class^=btn] ~ .btn-xl, .btn-wrap-lg [class^=btn] ~ .btn-xl, .btn-wrap-xl [class^=btn] ~ .btn-xl {
  margin-left: 6px;
}
.full.btn-wrap-2xs, .full.btn-wrap-xs, .full.btn-wrap-sm, .full.btn-wrap, .full.btn-wrap-lg, .full.btn-wrap-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.full.btn-wrap-2xs [class^=btn], .full.btn-wrap-xs [class^=btn], .full.btn-wrap-sm [class^=btn], .full.btn-wrap [class^=btn], .full.btn-wrap-lg [class^=btn], .full.btn-wrap-xl [class^=btn] {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  width: 100%;
  min-width: initial;
}
.full.btn-wrap-2xs [class^=btn] ~ [class^=btn], .full.btn-wrap-xs [class^=btn] ~ [class^=btn], .full.btn-wrap-sm [class^=btn] ~ [class^=btn], .full.btn-wrap [class^=btn] ~ [class^=btn], .full.btn-wrap-lg [class^=btn] ~ [class^=btn], .full.btn-wrap-xl [class^=btn] ~ [class^=btn] {
  margin-top: 10px;
  margin-left: 0;
}
.auto.btn-wrap-2xs [class^=btn], .auto.btn-wrap-xs [class^=btn], .auto.btn-wrap-sm [class^=btn], .auto.btn-wrap [class^=btn], .auto.btn-wrap-lg [class^=btn], .auto.btn-wrap-xl [class^=btn] {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
}
.right.btn-wrap-2xs [class^=btn], .right.btn-wrap-xs [class^=btn], .right.btn-wrap-sm [class^=btn], .right.btn-wrap [class^=btn], .right.btn-wrap-lg [class^=btn], .right.btn-wrap-xl [class^=btn], .right.btn-wrap-2xs .link-text, .right.btn-wrap-xs .link-text, .right.btn-wrap-sm .link-text, .right.btn-wrap .link-text, .right.btn-wrap-lg .link-text, .right.btn-wrap-xl .link-text, .right.btn-wrap-2xs .link-text-udl, .right.btn-wrap-xs .link-text-udl, .right.btn-wrap-sm .link-text-udl, .right.btn-wrap .link-text-udl, .right.btn-wrap-lg .link-text-udl, .right.btn-wrap-xl .link-text-udl {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  margin-left: auto;
}
.center.btn-wrap-2xs [class^=btn], .center.btn-wrap-xs [class^=btn], .center.btn-wrap-sm [class^=btn], .center.btn-wrap [class^=btn], .center.btn-wrap-lg [class^=btn], .center.btn-wrap-xl [class^=btn], .center.btn-wrap-2xs .link-text, .center.btn-wrap-xs .link-text, .center.btn-wrap-sm .link-text, .center.btn-wrap .link-text, .center.btn-wrap-lg .link-text, .center.btn-wrap-xl .link-text, .center.btn-wrap-2xs .link-text-udl, .center.btn-wrap-xs .link-text-udl, .center.btn-wrap-sm .link-text-udl, .center.btn-wrap .link-text-udl, .center.btn-wrap-lg .link-text-udl, .center.btn-wrap-xl .link-text-udl {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  margin: 0 auto;
}

.btn-wrap-xl {
  margin-top: 70px;
}

.btn-wrap-lg {
  margin-top: 40px;
}

.btn-wrap {
  margin-top: 30px;
}

.btn-wrap-sm {
  margin-top: 20px;
}
.btn-wrap-sm ~ .dot-text {
  margin-top: 10px;
}
.btn-wrap-sm + .red-box-xs {
  margin-top: 20px;
}
.select-info-wrap + .red-box-xs {
  margin-top: 20px;
}

.btn-wrap-xs {
  margin-top: 10px;
}

.btn-wrap-2xs {
  margin-top: 6px;
}
.btn-wrap-2xs [class^=btn] {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
}

.btn-next-wrap {
  margin-top: 20px;
  text-align: center;
}
.btn-next-wrap.left {
  text-align: left;
}

.btn-filter-detail {
  width: 36px;
  height: 36px;
  background-color: #012E29;
  border-radius: 4px;
  padding-right: 8px;
  padding-left: 8px;
}

.btn-tooltip {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 6px;
}

.btn-prod-alarm {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
}

.btn-store-vod {
  padding: 5px 12px;
  height: 25px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
.btn-store-vod .ico-vod {
  margin-top: 1px;
  margin-right: 6px;
}
.btn-store-vod .text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
}

.btn-prod-grade {
  width: 60px;
  height: 60px;
  background-color: #012E29;
  -webkit-box-shadow: 0 5px 10px 0 rgba(1, 46, 41, 0.2);
  box-shadow: 0 5px 10px 0 rgba(1, 46, 41, 0.2);
}
.btn-prod-grade .glabel-eng {
  display: inline-block;
  font-family: "linotype-didot";
  font-weight: 700;
  font-size: 30px;
  line-height: 33px;
  letter-spacing: -0.001em;
  color: #fff;
  vertical-align: top;
  padding-top: 3px;
}
body.android .btn-prod-grade .glabel-eng {
  padding-top: 8px;
}
.btn-prod-grade .glabel-eng-sm {
  display: inline-block;
  font-family: "linotype-didot";
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: -0.001em;
  color: #fff;
  vertical-align: top;
  padding-top: 2px;
}
body.android .btn-prod-grade .glabel-eng-sm {
  padding-top: 6px;
}

.btn-divider-wrap {
  position: relative;
}

.box-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-btn-wrap .btn-box ~ .btn-box {
  margin-top: 10px;
}

/* // button */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* box */
.gray-box-message, .gray-box-xs, .gray-box-sm, .gray-box-lg, .gray-box {
  border-radius: 4px;
  background-color: #F5F5F5;
}
.box-scroll.gray-box-message, .box-scroll.gray-box-xs, .box-scroll.gray-box-sm, .box-scroll.gray-box-lg, .box-scroll.gray-box {
  overflow-y: auto;
  max-height: 134px;
}

.gray-line-box-xs, .gray-line-box-sm, .gray-line-box-lg, .gray-line-box {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
}
.box-scroll.gray-line-box-xs, .box-scroll.gray-line-box-sm, .box-scroll.gray-line-box-lg, .box-scroll.gray-line-box {
  overflow-y: auto;
  max-height: 134px;
}

.white-box-xs, .white-box-sm, .white-box-lg, .white-box {
  border-radius: 4px;
  background-color: #fff;
}
.box-scroll.white-box-xs, .box-scroll.white-box-sm, .box-scroll.white-box-lg, .box-scroll.white-box {
  overflow-y: auto;
  max-height: 134px;
}

.green-box-xs, .green-box-sm, .green-box-lg, .green-box {
  border-radius: 4px;
  background-color: #EFF6F6;
}
.box-scroll.green-box-xs, .box-scroll.green-box-sm, .box-scroll.green-box-lg, .box-scroll.green-box {
  overflow-y: auto;
  max-height: 134px;
}

.sell-box-xs, .sell-box-sm, .sell-box-lg, .sell-box {
  border-radius: 4px;
  background-color: #6E675F;
}
.sell-box-xs, .sell-box-sm, .sell-box-lg, .sell-box.sell-box-square {
  border-radius: 0;
}
.box-scroll.sell-box-xs, .box-scroll.sell-box-sm, .box-scroll.sell-box-lg, .box-scroll.sell-box {
  overflow-y: auto;
  max-height: 134px;
}

.red-box-xs, .red-box-sm, .red-box-lg, .red-box {
  border-radius: 4px;
  background-color: #FBF5F5;
}
.box-scroll.red-box-xs, .box-scroll.red-box-sm, .box-scroll.red-box-lg, .box-scroll.red-box {
  overflow-y: auto;
  max-height: 134px;
}

.gold10-resale-box {
  border-radius: 4px;
  background-color: #F8F5F3;
}
.box-scroll.gold10-resale-box {
  overflow-y: auto;
  max-height: 134px;
}

.gray-box {
  padding: 20px;
}
.gray-box:not(:first-child) {
  margin-top: 20px;
}
.gray-box-lg {
  padding: 30px;
}
.gray-box-lg:not(:first-child) {
  margin-top: 20px;
}
.gray-box-sm {
  padding: 16px;
}
.gray-box-sm:not(:first-child) {
  margin-top: 20px;
}
.gray-box-xs {
  margin-top: 10px;
  padding: 12px;
}
.gray-box-message {
  margin-top: 30px;
  padding: 20px;
}
.gray-box-message div ~ div {
  margin-top: 10px;
}
.gray-box.t-xs {
  margin-top: 10px !important;
}
.gray-box ~ .flex-info-wrap {
  margin-top: 20px;
}
.gray-box + .red-box-xs {
  margin-top: 20px;
}

.gray-line-box {
  padding: 19px;
}
.gray-line-box:not(:first-child) {
  margin-top: 20px;
}
.gray-line-box-lg {
  padding: 29px;
}
.gray-line-box-lg:not(:first-child) {
  margin-top: 20px;
}
.gray-line-box-sm {
  padding: 15px;
}
.gray-line-box-sm:not(:first-child) {
  margin-top: 20px;
}
.gray-line-box-xs {
  margin-top: 10px;
  padding: 11px;
}
.gray-line-box ~ .ui-row-list {
  margin-top: 6px;
}
.gray-line-box .move-state-list {
  margin-top: 20px;
}
.gray-line-box .step-count-list {
  margin: 30px 0 10px;
}

.white-box {
  padding: 20px;
}
.white-box:not(:first-child) {
  margin-top: 20px;
}
.white-box-lg {
  padding: 30px;
}
.white-box-lg:not(:first-child) {
  margin-top: 20px;
}
.white-box-sm {
  padding: 16px;
}
.white-box-sm:not(:first-child) {
  margin-top: 20px;
}
.white-box-xs {
  margin-top: 10px;
  padding: 12px;
}
.white-box-tab {
  padding: 30px 20px;
  background-color: #fff;
}

.green-box {
  padding: 20px;
}
.green-box:not(:first-child) {
  margin-top: 20px;
}
.green-box-lg {
  padding: 30px;
}
.green-box-lg:not(:first-child) {
  margin-top: 20px;
}
.green-box-sm {
  padding: 16px;
}
.green-box-sm:not(:first-child) {
  margin-top: 20px;
}
.green-box-xs {
  margin-top: 10px;
  padding: 12px;
}
.green-box ~ .tbl-wrap {
  margin-top: 20px;
}

.sell-box {
  padding: 20px;
}
.sell-box:not(:first-child) {
  margin-top: 20px;
}
.sell-box-lg {
  padding: 30px;
}
.sell-box-lg:not(:first-child) {
  margin-top: 20px;
}
.sell-box-sm {
  padding: 16px;
}
.sell-box-sm:not(:first-child) {
  margin-top: 20px;
}
.sell-box-xs {
  margin-top: 10px;
  padding: 12px;
}
.sell-box ~ .tbl-wrap {
  margin-top: 20px;
}

.red-box {
  padding: 20px;
}
.red-box:not(:first-child) {
  margin-top: 20px;
}
.red-box-lg {
  padding: 30px;
}
.red-box-lg:not(:first-child) {
  margin-top: 20px;
}
.red-box-sm {
  padding: 16px;
}
.red-box-sm:not(:first-child) {
  margin-top: 20px;
}
.red-box-sm.line-top {
  position: relative;
  margin-top: 40px;
}
.red-box-sm.line-top::before {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
}
.red-box-xs {
  margin-top: 10px;
  padding: 12px;
}
.red-box + .return-pay-wrap {
  margin-top: 20px;
}

.gold10-resale-box {
  padding: 20px;
}

.title-box {
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.title-box .white-box {
  margin-top:0;
}

.title-box .ico-box {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.title-box .icon-info .ico-box ~ .text-info-area {
  margin-left: 10px;
}
.title-box .grid-box-list {
  padding: 5px 0;
}

.title-box .grid-box-item {
  padding: 5px 0;
}

.title-box .ctitle-wrap-black {
  padding:14px 20px;
  background:#000;
}

.title-box .ctitle-wrap-gold {
  padding:14px 20px;
  background:#C6A260;
}

.title-box .ctitle-wrap-family {
  padding:14px 20px;
  background:#8947BE;
}

.title-box .ctitle-wrap-black .ctitle, .title-box .ctitle-wrap-gold .ctitle, .title-box .ctitle-wrap-family .ctitle {
  color:#fff;
}

/* // box */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* contbox */
.green-cont-box .cont-inner, .green-cont-box-xl .cont-inner, .green-cont-box-lg .cont-inner, .green-cont-box-sm .cont-inner, .gcont-box .cont-inner, .gcont-box-xl .cont-inner, .gcont-box-lg .cont-inner, .gcont-box-sm .cont-inner, .dcont-main-box .cont-inner, .dcont-main-box-xl .cont-inner, .dcont-main-box-lg .cont-inner, .dcont-main-box-sm .cont-inner, .dcont-box .cont-inner, .dcont-box-xl .cont-inner, .dcont-box-lg .cont-inner, .dcont-box-sm .cont-inner, .cont-box .cont-inner, .cont-box-xl .cont-inner, .cont-box-lg .cont-inner, .cont-box-sm .cont-inner {
  padding: 0 20px;
}
.b-line.green-cont-box, .b-line.green-cont-box-xl, .b-line.green-cont-box-lg, .b-line.green-cont-box-sm, .b-line.gcont-box, .b-line.gcont-box-xl, .b-line.gcont-box-lg, .b-line.gcont-box-sm, .b-line.dcont-main-box, .b-line.dcont-main-box-xl, .b-line.dcont-main-box-lg, .b-line.dcont-main-box-sm, .b-line.dcont-box, .b-line.dcont-box-xl, .b-line.dcont-box-lg, .b-line.dcont-box-sm, .b-line.cont-box, .b-line.cont-box-xl, .b-line.cont-box-lg, .b-line.cont-box-sm {
  border-bottom: 1px solid #E9E9E9;
}
.t-0.green-cont-box, .t-0.green-cont-box-xl, .t-0.green-cont-box-lg, .t-0.green-cont-box-sm, .t-0.gcont-box, .t-0.gcont-box-xl, .t-0.gcont-box-lg, .t-0.gcont-box-sm, .t-0.dcont-main-box, .t-0.dcont-main-box-xl, .t-0.dcont-main-box-lg, .t-0.dcont-main-box-sm, .t-0.dcont-box, .t-0.dcont-box-xl, .t-0.dcont-box-lg, .t-0.dcont-box-sm, .t-0.cont-box, .t-0.cont-box-xl, .t-0.cont-box-lg, .t-0.cont-box-sm {
  padding-top: 0 !important;
}
.bt-0.green-cont-box, .bt-0.green-cont-box-xl, .bt-0.green-cont-box-lg, .bt-0.green-cont-box-sm, .bt-0.gcont-box, .bt-0.gcont-box-xl, .bt-0.gcont-box-lg, .bt-0.gcont-box-sm, .bt-0.dcont-main-box, .bt-0.dcont-main-box-xl, .bt-0.dcont-main-box-lg, .bt-0.dcont-main-box-sm, .bt-0.dcont-box, .bt-0.dcont-box-xl, .bt-0.dcont-box-lg, .bt-0.dcont-box-sm, .bt-0.cont-box, .bt-0.cont-box-xl, .bt-0.cont-box-lg, .bt-0.cont-box-sm {
  padding-bottom: 0 !important;
}
.t-md.green-cont-box, .t-md.green-cont-box-xl, .t-md.green-cont-box-lg, .t-md.green-cont-box-sm, .t-md.gcont-box, .t-md.gcont-box-xl, .t-md.gcont-box-lg, .t-md.gcont-box-sm, .t-md.dcont-main-box, .t-md.dcont-main-box-xl, .t-md.dcont-main-box-lg, .t-md.dcont-main-box-sm, .t-md.dcont-box, .t-md.dcont-box-xl, .t-md.dcont-box-lg, .t-md.dcont-box-sm, .t-md.cont-box, .t-md.cont-box-xl, .t-md.cont-box-lg, .t-md.cont-box-sm {
  padding-top: 30px !important;
}
.bt-md.green-cont-box, .bt-md.green-cont-box-xl, .bt-md.green-cont-box-lg, .bt-md.green-cont-box-sm, .bt-md.gcont-box, .bt-md.gcont-box-xl, .bt-md.gcont-box-lg, .bt-md.gcont-box-sm, .bt-md.dcont-main-box, .bt-md.dcont-main-box-xl, .bt-md.dcont-main-box-lg, .bt-md.dcont-main-box-sm, .bt-md.dcont-box, .bt-md.dcont-box-xl, .bt-md.dcont-box-lg, .bt-md.dcont-box-sm, .bt-md.cont-box, .bt-md.cont-box-xl, .bt-md.cont-box-lg, .bt-md.cont-box-sm {
  padding-bottom: 30px !important;
}
.divider-bottom.green-cont-box, .divider-bottom.green-cont-box-xl, .divider-bottom.green-cont-box-lg, .divider-bottom.green-cont-box-sm, .divider-bottom.gcont-box, .divider-bottom.gcont-box-xl, .divider-bottom.gcont-box-lg, .divider-bottom.gcont-box-sm, .divider-bottom.dcont-main-box, .divider-bottom.dcont-main-box-xl, .divider-bottom.dcont-main-box-lg, .divider-bottom.dcont-main-box-sm, .divider-bottom.dcont-box, .divider-bottom.dcont-box-xl, .divider-bottom.dcont-box-lg, .divider-bottom.dcont-box-sm, .divider-bottom.cont-box, .divider-bottom.cont-box-xl, .divider-bottom.cont-box-lg, .divider-bottom.cont-box-sm {
  border-bottom: 10px solid #F5F5F5;
}

.content-wrap .cont-box-sm:last-child, .content-wrap .dcont-box-sm:last-child, .content-wrap .dcont-main-box-sm:last-child {
  padding-bottom: 100px;
}
.content-wrap .cont-box-lg:last-child, .content-wrap .dcont-box-lg:last-child, .content-wrap .dcont-main-box-lg:last-child {
  padding-bottom: 100px;
}
.content-wrap .cont-box-xl:last-child, .content-wrap .dcont-box-xl:last-child, .content-wrap .dcont-main-box-xl:last-child {
  padding-bottom: 100px;
}
.content-wrap .cont-box:nth-last-of-type(1):not(.divider-bottom, .no-last), .content-wrap .dcont-box:nth-last-of-type(1):not(.divider-bottom, .no-last), .content-wrap .dcont-main-box:nth-last-of-type(1):not(.divider-bottom, .no-last) {
  padding-bottom: 100px;
}
.content-wrap .btn-divider-wrap:last-child {
  border-bottom: 10px solid #F5F5F5;
}

.cont-box {
  padding: 20px 0 30px;
}
.cont-box-sm {
  padding: 20px 0;
}
.cont-box-sm.bt-lg {
  padding-bottom: 50px !important;
}
.cont-box-sm.t-lg {
  padding-top: 50px !important;
}
.cont-box-sm.bt-xl {
  padding-bottom: 60px !important;
}
.cont-box-sm.t-xl {
  padding-top: 60px !important;
}
.cont-box.bt-sm {
  padding-bottom: 20px !important;
}
.cont-box.t-sm {
  padding-top: 20px !important;
}
.cont-box-lg {
  padding: 50px 0;
}
.cont-box-lg.bt-sm {
  padding-bottom: 20px !important;
}
.cont-box-lg.t-sm {
  padding-top: 20px !important;
}
.cont-box-lg.bt-xl {
  padding-bottom: 60px !important;
}
.cont-box-lg.t-xl {
  padding-top: 60px !important;
}
.cont-box.bt-lg {
  padding-bottom: 50px !important;
}
.cont-box.t-lg {
  padding-top: 50px !important;
}
.cont-box-xl {
  padding: 60px 0;
}
.cont-box-xl.bt-sm {
  padding-bottom: 20px !important;
}
.cont-box-xl.t-sm {
  padding-top: 20px !important;
}
.cont-box-xl.bt-lg {
  padding-bottom: 50px !important;
}
.cont-box-xl.t-lg {
  padding-top: 50px !important;
}
.cont-box.bt-xl {
  padding-bottom: 60px !important;
}
.cont-box.t-xl {
  padding-top: 60px !important;
}

.dcont-box {
  padding: 30px 0;
  border-top: 10px solid #F5F5F5;
}
.dcont-box-sm {
  padding: 20px 0;
  border-top: 10px solid #F5F5F5;
}
.dcont-box-sm.bt-lg {
  padding-bottom: 50px !important;
}
.dcont-box-sm.t-lg {
  padding-top: 50px !important;
}
.dcont-box-sm.bt-xl {
  padding-bottom: 60px !important;
}
.dcont-box-sm.t-xl {
  padding-top: 60px !important;
}
.dcont-box.bt-sm {
  padding-bottom: 20px !important;
}
.dcont-box.t-sm {
  padding-top: 20px !important;
}
.dcont-box-lg {
  padding: 50px 0;
  border-top: 10px solid #F5F5F5;
}
.dcont-box-lg.bt-sm {
  padding-bottom: 20px !important;
}
.dcont-box-lg.t-sm {
  padding-top: 20px !important;
}
.dcont-box-lg.bt-xl {
  padding-bottom: 60px !important;
}
.dcont-box-lg.t-xl {
  padding-top: 60px !important;
}
.dcont-box.bt-lg {
  padding-bottom: 50px !important;
}
.dcont-box.t-lg {
  padding-top: 50px !important;
}
.dcont-box-xl {
  padding: 60px 0;
  border-top: 10px solid #F5F5F5;
}
.dcont-box-xl.bt-sm {
  padding-bottom: 20px !important;
}
.dcont-box-xl.t-sm {
  padding-top: 20px !important;
}
.dcont-box-xl.bt-lg {
  padding-bottom: 50px !important;
}
.dcont-box-xl.t-lg {
  padding-top: 50px !important;
}
.dcont-box.bt-xl {
  padding-bottom: 60px !important;
}
.dcont-box.t-xl {
  padding-top: 60px !important;
}

.dcont-main-box {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 10px solid #F5F5F5;
}
.dcont-main-box-sm {
  padding: 20px 0;
  border-top: 10px solid #F5F5F5;
}
.dcont-main-box-sm.bt-lg {
  padding-bottom: 50px !important;
}
.dcont-main-box-sm.t-lg {
  padding-top: 50px !important;
}
.dcont-main-box-sm.bt-xl {
  padding-bottom: 60px !important;
}
.dcont-main-box-sm.t-xl {
  padding-top: 60px !important;
}
.dcont-main-box.bt-sm {
  padding-bottom: 20px !important;
}
.dcont-main-box.t-sm {
  padding-top: 20px !important;
}
.dcont-main-box-lg {
  padding: 50px 0;
  border-top: 10px solid #F5F5F5;
}
.dcont-main-box-lg.bt-sm {
  padding-bottom: 20px !important;
}
.dcont-main-box-lg.t-sm {
  padding-top: 20px !important;
}
.dcont-main-box-lg.bt-xl {
  padding-bottom: 60px !important;
}
.dcont-main-box-lg.t-xl {
  padding-top: 60px !important;
}
.dcont-main-box.bt-lg {
  padding-bottom: 50px !important;
}
.dcont-main-box.t-lg {
  padding-top: 50px !important;
}
.dcont-main-box-xl {
  padding: 60px 0;
  border-top: 10px solid #F5F5F5;
}
.dcont-main-box-xl.bt-sm {
  padding-bottom: 20px !important;
}
.dcont-main-box-xl.t-sm {
  padding-top: 20px !important;
}
.dcont-main-box-xl.bt-lg {
  padding-bottom: 50px !important;
}
.dcont-main-box-xl.t-lg {
  padding-top: 50px !important;
}
.dcont-main-box.bt-xl {
  padding-bottom: 60px !important;
}
.dcont-main-box.t-xl {
  padding-top: 60px !important;
}

.gcont-box {
  padding: 30px 0;
  background: #F5F5F5;
}
.gcont-box-sm {
  padding: 20px 0;
  background: #F5F5F5;
}
.gcont-box-sm .grid-box-list.sell .grid-box-item .gray-box {
  background-color: #E7E7E6;
}
.gcont-box-sm ~ .gcont-box-sm {
  border-top: 1px solid #F5F5F5;
}
.gcont-box-sm.bt-lg {
  padding-bottom: 50px !important;
}
.gcont-box-sm.t-lg {
  padding-top: 50px !important;
}
.gcont-box-sm.bt-xl {
  padding-bottom: 60px !important;
}
.gcont-box-sm.t-xl {
  padding-top: 60px !important;
}
.gcont-box.bt-sm {
  padding-bottom: 20px !important;
}
.gcont-box.t-sm {
  padding-top: 20px !important;
}
.gcont-box-lg {
  padding: 50px 0;
  background: #F5F5F5;
}
.gcont-box-lg .grid-box-list.sell .grid-box-item .gray-box {
  background-color: #E7E7E6;
}
.gcont-box-lg ~ .gcont-box-lg {
  border-top: 1px solid #F5F5F5;
}
.gcont-box-lg.bt-sm {
  padding-bottom: 20px !important;
}
.gcont-box-lg.t-sm {
  padding-top: 20px !important;
}
.gcont-box-lg.bt-xl {
  padding-bottom: 60px !important;
}
.gcont-box-lg.t-xl {
  padding-top: 60px !important;
}
.gcont-box.bt-lg {
  padding-bottom: 50px !important;
}
.gcont-box.t-lg {
  padding-top: 50px !important;
}
.gcont-box-xl {
  padding: 60px 0;
  background: #F5F5F5;
}
.gcont-box-xl .grid-box-list.sell .grid-box-item .gray-box {
  background-color: #E7E7E6;
}
.gcont-box-xl ~ .gcont-box-xl {
  border-top: 1px solid #F5F5F5;
}
.gcont-box-xl.bt-sm {
  padding-bottom: 20px !important;
}
.gcont-box-xl.t-sm {
  padding-top: 20px !important;
}
.gcont-box-xl.bt-lg {
  padding-bottom: 50px !important;
}
.gcont-box-xl.t-lg {
  padding-top: 50px !important;
}
.gcont-box.bt-xl {
  padding-bottom: 60px !important;
}
.gcont-box.t-xl {
  padding-top: 60px !important;
}
.gcont-box .grid-box-list.sell .grid-box-item .gray-box {
  background-color: #E7E7E6;
}
.gcont-box ~ .gcont-box {
  border-top: 1px solid #F5F5F5;
}

.green-cont-box {
  padding: 30px 0;
  background: #EFF6F6;
}
.green-cont-box-sm {
  padding: 20px 0;
  background: #EFF6F6;
}
.green-cont-box-sm.bt-lg {
  padding-bottom: 50px !important;
}
.green-cont-box-sm.t-lg {
  padding-top: 50px !important;
}
.green-cont-box-sm.bt-xl {
  padding-bottom: 60px !important;
}
.green-cont-box-sm.t-xl {
  padding-top: 60px !important;
}
.green-cont-box.bt-sm {
  padding-bottom: 20px !important;
}
.green-cont-box.t-sm {
  padding-top: 20px !important;
}
.green-cont-box-lg {
  padding: 50px 0;
  background: #EFF6F6;
}
.green-cont-box-lg.bt-sm {
  padding-bottom: 20px !important;
}
.green-cont-box-lg.t-sm {
  padding-top: 20px !important;
}
.green-cont-box-lg.bt-xl {
  padding-bottom: 60px !important;
}
.green-cont-box-lg.t-xl {
  padding-top: 60px !important;
}
.green-cont-box.bt-lg {
  padding-bottom: 50px !important;
}
.green-cont-box.t-lg {
  padding-top: 50px !important;
}
.green-cont-box-xl {
  padding: 60px 0;
  background: #EFF6F6;
}
.green-cont-box-xl.bt-sm {
  padding-bottom: 20px !important;
}
.green-cont-box-xl.t-sm {
  padding-top: 20px !important;
}
.green-cont-box-xl.bt-lg {
  padding-bottom: 50px !important;
}
.green-cont-box-xl.t-lg {
  padding-top: 50px !important;
}
.green-cont-box.bt-xl {
  padding-bottom: 60px !important;
}
.green-cont-box.t-xl {
  padding-top: 60px !important;
}

.scont-box ~ .scont-box {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E9E9E9;
}
.scont-box ~ .gray-box-sm, .scont-box ~ .white-box-sm {
  margin-top: 20px;
}
.scont-box ~ .all-chk-wrap {
  margin-top: 30px;
}
.scont-box + .red-box-xs {
  margin-top: 20px;
}
.scont-box.no-divider {
  padding-top: 0;
  border-top: none;
}
.scont-box.no-divider .stitle-wrap {
  margin-bottom: 20px;
}
.scont-box.no-divider .stitle ~ .stext-sm {
  margin-top: 6px;
}

/* // contbox */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* text list */
.dot-text, .dot-text-lg, .dash-text, .dash-text-sm, .dot-text-red, .dash-text-gray, .dash-text-lg, .decimal-text, .check-text {
  position: relative;
  display: block;
  word-break: keep-all;
  word-wrap: break-word;
}
.dot-text ~ .form-list, .dot-text-lg ~ .form-list, .dash-text ~ .form-list, .dash-text-sm ~ .form-list, .dot-text-red ~ .form-list, .dash-text-gray ~ .form-list, .dash-text-lg ~ .form-list, .decimal-text ~ .form-list {
  margin-top: 33px;
}

.dot-text-lg, .dot-text-red, .dot-text {
  padding-left: 8px;
}
.dot-text-lg:before, .dot-text-red:before, .dot-text:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  top: 8px;
  width: 2px;
  height: 2px;
  border-radius: 2px;
}
.dot-text-lg .flex-info-wrap .stext-black, .dot-text-red .flex-info-wrap .stext-black, .dot-text .flex-info-wrap .stext-black {
  margin-right: 15px;
}
.dot-text-lg .fc-red, .dot-text-red .fc-red, .dot-text .fc-red {
  font-weight: inherit;
}

.dot-text {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.dot-text:before {
  background-color: #666;
}
.dot-text + .info-text-list {
  margin-top: 6px;
}

.dot-text-red {
  color: #D93B3B;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.dot-text-red:before {
  background-color: #D93B3B;
}

.dot-text-lg {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.dot-text-lg:before {
  background-color: #000;
}

.dash-text-gray, .dash-text, .dash-text-lg, .dash-text-sm {
  padding-left: 8px;
}
.dash-text-gray:before, .dash-text:before, .dash-text-lg:before, .dash-text-sm:before {
  display: block;
  position: absolute;
  left: 0;
  content: "-";
  top: 0;
}

.dash-text-sm {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.dash-text-lg {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.dash-text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.dash-text-gray {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.decimal-text {
  padding-left: 15px;
  font-weight: 300;
  color: #666;
  text-indent: -15px;
}
.check-text {
  padding-left: 21px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.check-text:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  top: 5px;
  width: 11px;
  height: 8px;
  background-image: url("../images/common/comm_ico_check.svg");
}

.udl-text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  text-decoration: underline;
  vertical-align: top;
  word-break: break-all;
}
.udl-text-black {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  word-break: break-all;
}
.udl-text-lg {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  text-decoration: underline;
  word-break: break-all;
}
.udl-text-lg-black {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  text-decoration: underline;
  word-break: break-all;
}

.brand-name-item .brand-name {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.brand-name-item .brand-name-sub {
  margin-top: 2px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}

.brand-name-item-sm .brand-name {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
  word-break: break-all;
}
.brand-name-item-sm .brand-name-sub {
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}

.multi-ellipsis {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 36px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  font-weight: inherit;
}

/* // text list */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* list */
.info-text-list .dot-text-lg {
  margin-top: 0;
}
.info-text-list .dot-text-lg ~ .dot-text-lg {
  margin-top: 8px;
}
.info-text-list .dot-text, .info-text-list .dot-text-red {
  margin-top: 0;
}
.info-text-list .dot-text ~ .dot-text, .info-text-list .dot-text ~ .dot-text-red, .info-text-list .dot-text-red ~ .dot-text, .info-text-list .dot-text-red ~ .dot-text-red, .check-text ~ .check-text {
  margin-top: 6px;
}
.info-text-list .decimal-text ~ .decimal-text {
  margin-top: 6px;
}
.info-text-list ~ .stext-sm-black {
  margin-top: 6px;
}
.info-text-list ~ .all-chk-wrap {
  margin-top: 30px;
}
.info-text-list ~ .form-list {
  margin-top: 33px;
}
.info-text-list.info-sub {
  margin-top: 8px;
}
.info-text-list.line-top {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.info-text-list.t-sm {
  margin-top: 20px;
}
.info-text-list.t-md {
  margin-top: 30px;
}

.complete-text-wrap ~ .info-text-list, .tbl-wrap ~ .info-text-list {
  margin-top: 12px;
}
.complete-text-wrap ~ .dot-text, .tbl-wrap ~ .dot-text {
  margin-top: 10px;
}

.stext-sm-black ~ .info-text-list, .stext-sm-black ~ .dot-text, .stext-sm ~ .info-text-list, .stext-sm ~ .dot-text {
  margin-top: 6px;
}

.info-text-list + .info-text-list {
  margin-top: 6px;
}
.info-text-list + .stitle {
  margin-top: 20px;
}

.complete-text-wrap ~ .ico-line-list {
  margin-top: -10px;
}

.ico-line-list .ico-line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #E9E9E9;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ico-line-list .ico-line-item .line-cont {
  margin-left: 20px;
}
.ico-line-list .ico-line-item .line-cont .stext {
  color: #000;
}
.ico-line-list .ico-line-item .line-cont .sub-desc {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.ico-line-list .ico-line-item:last-child {
  border-bottom: 1px solid #E9E9E9;
}
.ico-line-list ~ .gray-box {
  margin-top: 20px;
}
.ico-line-list.no-line-first-last .ico-line-item:first-child {
  border-top: 0;
}
.ico-line-list.no-line-first-last .ico-line-item:last-child {
  border-bottom: 0;
}
.ico-full-line-list .ico-full-line-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #E9E9E9;
  padding: 20px 20px;
  margin-top: 10px;
  border-radius: 4px;
}
.ico-full-line-list {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ico-full-line-list .ico-full-line-item .line-cont {
  margin-left: 20px;
}
.ico-full-line-list .ico-full-line-item .line-cont .stext {
  color: #000;
}
.membership-info .ico-full-line-list .ico-benefit-coins-white, .membership-info .ico-benefit-preview-white, .membership-info .ico-alert-discount-white, .membership-info .ico-benefit-presale-white, .membership-info .ico-service-bag {
  width: 45px;
  height: 45px;
  background-size: 21px;
}
.ico-full-line-list .ico-alert-coupon-white {
  width: 45px;
  height: 45px;
  background-size: 26px;
}
.ico-full-line-list .btn-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0;
}
.ico-full-line-list .benefit-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


/* // list */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* tag */
.tag-brand, .tag-sm, .tag-md-white, .tag-md {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  border-radius: 20px;
  background-color: #F5F5F5;
}
.tag-brand .text, .tag-sm .text, .tag-md-white .text, .tag-md .text {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  vertical-align: top;
}

.tag-md-white, .tag-md {
  min-height: 34px;
  padding: 9px 14px;
}

.tag-sm {
  min-height: 30px;
  padding: 7px 12px;
}

.tag-wrap {
  margin: -3px -2px;
  font-size: 0;
}
.tag-wrap [class^=tag] {
  margin: 3px 2px;
}

.tag-md {
  color: #000;
}
.tag-md .text + [class^=ico] {
  margin-left: 4px;
}

.tag-sm .btn-delete, .tag-md-white .btn-delete {
  margin-top: 3px;
}

.tag-md-white {
  background-color: #fff;
}
.tag-md-white .btn-delete {
  margin-left: 6px;
}

.tag-sm .btn-delete {
  margin-left: 4px;
}

.tag-brand {
  position: relative;
  margin: 3px 2px;
}
.tag-brand .tag-md {
  margin: 0;
  padding-right: 28px;
}
.tag-brand .btn-wish {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 4px;
}

/* // tag */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* badge */
.badge-xxl, .badge-xl, .badge-lg, .badge-md {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  border: solid 1px transparent;
  border-radius: 2px;
}
.badge-xxl .text, .badge-xl .text, .badge-lg .text, .badge-md .text {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.badge-md {
  padding-left: 4px;
  padding-right: 4px;
  height: 16px;
}
.badge-md .text {
  font-size: 9px;
  line-height: 14px;
  letter-spacing: -0.001em;
}

.badge-lg {
  padding: 1px 3px 3px;
  height: 18px;
}
.badge-lg .text {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.001em;
}
body.android .badge-lg {
  padding-top: 2px;
}

.badge-xl {
  padding-top: 2px;
  padding-bottom: 3px;
  padding-right: 5px;
  padding-left: 5px;
  height: 20px;
}
.badge-xl .text {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.badge-xxl {
  padding: 3px 5px;
  height: 22px;
}
.badge-xxl .text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.badge-md.gold .text {
  font-size: 8px;
}
.badge-md.green, .badge-lg.green, .badge-xl.green, .badge-xxl.green {
  color: #fff;
  background-color: #012E29;
  border-color: #012E29;
}
.badge-md.line-green, .badge-lg.line-green, .badge-xl.line-green, .badge-xxl.line-green {
  color: #012E29;
  background-color: #fff;
  border-color: #012E29;
}
.badge-md.light-green, .badge-lg.light-green, .badge-xl.light-green, .badge-xxl.light-green {
  color: #012E29;
  background: #E6EAEA;
  border-color: #E6EAEA;
}
.badge-md.light-gray, .badge-lg.light-gray, .badge-xl.light-gray, .badge-xxl.light-gray {
  color: #666;
  background: #F5F5F5;
  border-color: #F5F5F5;
}
.badge-md.line-light-gray, .badge-lg.line-light-gray, .badge-xl.line-light-gray, .badge-xxl.line-light-gray {
  background: #fff;
  border-color: #E9E9E9;
  color: #666;
}
.badge-md.gold, .badge-lg.gold, .badge-xl.gold, .badge-xxl.gold {
  background: #B79683;
  border-color: #B79683;
  color: #fff;
}
.badge-md.light-red, .badge-lg.light-red, .badge-xl.light-red, .badge-xxl.light-red {
  background: rgba(217, 59, 59, 0.1);
  border-color: #FBEBEB;
  color: #D93B3B;
}

.badge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-bottom: -3px;
  font-size: 0;
}
.badge-wrap [class^=badge-] {
  margin-right: 3px;
  margin-bottom: 3px;
}

/* // badge */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* title */
.ctitle, .link-ctitle {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.ctitle span, .link-ctitle span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.ctitle span.stext, .link-ctitle span.stext {
  margin-left: 6px;
  color: #666;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 25px;
}
.ctitle .btn-tooltip, .link-ctitle .btn-tooltip {
  margin-top: 4px;
  vertical-align: top;
}
body.mac .ctitle .btn-tooltip, body.mac .link-ctitle .btn-tooltip {
  margin-top: 5px;
}

.link-ctitle {
  position: relative;
  width: 100%;
  padding-right: 20px;
}
.link-ctitle:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/common/comm_arw_right_black_h14.svg") 0 0 no-repeat;
  background-size: cover;
}

.ctitle-lg {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.ctitle-sm {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.ctitle-xl {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.ctitle-eng {
  font-family: "linotype-didot";
  font-size: 28px;
  line-height: 31px;
  letter-spacing: -0.001em;
  font-weight: 700;
}

.ctitle-eng-sm {
  font-family: "linotype-didot";
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.001em;
  font-weight: 700;
}

.ctitle-eng-lg {
  font-family: "linotype-didot";
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.001em;
  font-weight: 700;
}

.ctitle-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.ctitle-wrap.mb-0 {
  margin-bottom: 0;
}
.ctitle-wrap .stext, .ctitle-wrap .stext-sm, .ctitle-wrap .stext-bold {
  width: 100%;
}
.ctitle-wrap .ctitle-eng-lg ~ .stext, .ctitle-wrap .ctitle-eng-lg ~ .stext-sm, .ctitle-wrap .ctitle-eng-lg ~ .stext-bold {
  margin-top: 12px;
}
.ctitle-wrap .ctitle ~ .stext, .ctitle-wrap .link-ctitle ~ .stext, .ctitle-wrap .ctitle ~ .stext-bold, .ctitle-wrap .link-ctitle ~ .stext-bold, .ctitle-wrap .ctitle-sm ~ .stext, .ctitle-wrap .ctitle-sm ~ .stext-bold {
  margin-top: 12px;
}
.ctitle-wrap .ctitle ~ .stext-sm, .ctitle-wrap .link-ctitle ~ .stext-sm, .ctitle-wrap .ctitle-sm ~ .stext-sm {
  margin-top: 6px;
}
.ctitle-wrap .ctitle-lg ~ .stext, .ctitle-wrap .ctitle-lg ~ .stext-sm, .ctitle-wrap .ctitle-lg ~ .stext-bold, .ctitle-wrap .ctitle-xl ~ .stext, .ctitle-wrap .ctitle-xl ~ .stext-sm, .ctitle-wrap .ctitle-xl ~ .stext-bold {
  margin-top: 14px;
}
.ctitle-wrap .ctitle-lg .app-version-text {
  margin-top: 3px;
  margin-left: 6px;
}
.ctitle-wrap .ctitle-sub {
  width: 100%;
  margin-bottom: 10px;
  color: #999;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  /* &.size-lg { // 18px
      @include mixins.font_size_2xl;
  }
  &.size-xl { // 22px
      @include mixins.font_size_4xl;
  } */
}
.ctitle-wrap .ctitle-sub-lg {
  width: 100%;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.ctitle-wrap .ctitle-sub-sm {
  width: 100%;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.ctitle-wrap .step-num-eng {
  width: 100%;
  margin-bottom: 10px;
}
.ctitle-wrap ~ .stitle, .ctitle-wrap ~ .stitle-sm {
  margin-top: 30px;
}
.ctitle-wrap ~ .ctitle-wrap {
  margin-top: 30px;
}
.ctitle-wrap ~ .search-filter-list {
  border-top: 1px solid #E9E9E9;
}
.ctitle-wrap.size-zero {
  margin-bottom: 0;
}
.ctitle-wrap.size-sm {
  margin-bottom: 12px;
}
.ctitle-wrap.size-lg {
  margin-bottom: 30px;
}
.ctitle-wrap.size-xl {
  margin-bottom: 40px;
  /* .ctitle-sub {
      @include mixins.font_size_md('md');
  } */
}
.ctitle-wrap.size-xl .ctitle-sub {
  color: #012E29;
}
.ctitle-wrap .goods-group {
  display: block;
  width: 100%;
  margin-top: 12px;
}
.ctitle-wrap .right-area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.cont-inner .ctitle-wrap {
  padding-left: 0;
  padding-right: 0;
}

.stitle {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.stitle ~ .stitle {
  margin-top: 20px;
}

.stitle-sm {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.stitle-sm ~ .stitle-sm {
  margin-top: 20px;
}

.stitle-lg {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 600;
}

.stitle-xl {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.stitle-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.stitle-wrap .stitle, .stitle-wrap .stitle-sm, .stitle-wrap .stitle-lg {
  margin-bottom: 0;
}
.stitle-wrap .right-area {
  margin-left: auto;
}
.stitle-wrap ~ .gray-box {
  margin-top: 12px;
}

.gray-box .stitle-wrap {
  margin-bottom: 20px;
}
.gray-box .flex-info-wrap .stitle-wrap {
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stext-lg, .stext-sm-spot, .stext-sm-red, .stext-sm-black, .stext-sm, .stext-bold, .stext-black, .stext {
  word-break: keep-all;
  word-wrap: break-word;
}

.stext {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.stext-black {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.stext-black ~ .grid-list-wrap {
  margin-top: 20px;
}

.stext-bold {
  color: #000;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.stext-sm {
  width: 100%;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.stext-sm-black {
  width: 100%;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.stext-sm-red {
  width: 100%;
  color: #D93B3B;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.stext-sm-spot {
  width: 100%;
  color: #012E29;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.stext-lg {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.stext-lg ~ .stext-black {
  margin-top: 10px;
}
.stext-sm ~ .stext-sm-mt {
  margin-top: 6px;
}
/* // title */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* table */
.tbl-no-line-wrap .tbl-col, .tbl-wrap .tbl-col-sm, .tbl-wrap .tbl-col, .tbl-wrap .tbl-row {
  border-collapse: separate;
}
.tbl-no-line-wrap .tbl-col tr th, .tbl-wrap .tbl-col-sm tr th, .tbl-wrap .tbl-col tr th, .tbl-wrap .tbl-row tr th, .tbl-no-line-wrap .tbl-col tr td, .tbl-wrap .tbl-col-sm tr td, .tbl-wrap .tbl-col tr td, .tbl-wrap .tbl-row tr td {
  padding: 14px 12px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  vertical-align: middle;
}
.tbl-no-line-wrap .tbl-col tr th, .tbl-wrap .tbl-col-sm tr th, .tbl-wrap .tbl-col tr th, .tbl-wrap .tbl-row tr th {
  font-weight: 500;
  background-color: #F5F5F5;
}
.tbl-no-line-wrap .tbl-col tr td, .tbl-wrap .tbl-col-sm tr td, .tbl-wrap .tbl-col tr td, .tbl-wrap .tbl-row tr td {
  background-color: #fff;
}
.tbl-no-line-wrap .tbl-col tr td .btn-wrap, .tbl-wrap .tbl-col-sm tr td .btn-wrap, .tbl-wrap .tbl-col tr td .btn-wrap, .tbl-wrap .tbl-row tr td .btn-wrap {
  margin-top: 6px;
}
.tbl-no-line-wrap .tbl-col tr td.is-active, .tbl-wrap .tbl-col-sm tr td.is-active, .tbl-wrap .tbl-col tr td.is-active, .tbl-wrap .tbl-row tr td.is-active {
  position: relative;
  background-color: #E6EAEA;
  font-weight: 500;
  color: #012E29;
}
.tbl-no-line-wrap .tbl-col tr td.is-active:before, .tbl-wrap .tbl-col-sm tr td.is-active:before, .tbl-wrap .tbl-col tr td.is-active:before, .tbl-wrap .tbl-row tr td.is-active:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid #BCC6C5;
}
.tbl-no-line-wrap .tbl-col tr td.va-top, .tbl-wrap .tbl-col-sm tr td.va-top, .tbl-wrap .tbl-col tr td.va-top, .tbl-wrap .tbl-row tr td.va-top {
  vertical-align: top;
}

.tbl-info-wrap .tbl-info-sm tr th, .tbl-info-wrap .tbl-info tr th, .tbl-info-wrap .tbl-info-sm tr td, .tbl-info-wrap .tbl-info tr td {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  color: #000;
}
.tbl-info-wrap .tbl-info-sm tr th, .tbl-info-wrap .tbl-info tr th {
  font-weight: 500;
  word-break: keep-all;
  word-wrap: break-word;
}
.tbl-info-wrap .tbl-info-sm tr td, .tbl-info-wrap .tbl-info tr td {
  font-weight: 300;
}
.tbl-info-wrap .tbl-info-sm tr td .btn-wrap, .tbl-info-wrap .tbl-info tr td .btn-wrap {
  margin-top: 6px;
}
.tbl-info-wrap .tbl-info-sm tr td .bar-group, .tbl-info-wrap .tbl-info tr td .bar-group {
  margin-top: 0;
}
.tbl-info-wrap .tbl-info-sm tr ~ tr th, .tbl-info-wrap .tbl-info tr ~ tr th {
  padding-top: 10px;
  padding-right: 20px;
}
.tbl-info-wrap .tbl-info-sm tr ~ tr td, .tbl-info-wrap .tbl-info tr ~ tr td {
  padding-top: 10px;
}
.tbl-info-wrap .info-right.tbl-info-sm tr td .bar-group, .tbl-info-wrap .info-right.tbl-info tr td .bar-group {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tbl-wrap {
  border: 1px solid #E9E9E9;
  border-left: 0;
}
.tbl-wrap .tbl-row tr th:first-child {
  border-left: 1px solid #E9E9E9;
}
.tbl-wrap .tbl-row th, .tbl-wrap .tbl-row td {
  text-align: left;
}
.tbl-wrap .tbl-row td {
  border-left: 1px solid #E9E9E9;
}
.tbl-wrap .tbl-row tr ~ tr th, .tbl-wrap .tbl-row tr ~ tr td {
  border-top: 1px solid #E9E9E9;
}
.tbl-wrap .tbl-col tr th, .tbl-wrap .tbl-col tr td {
  text-align: center;
  border-left: 1px solid #E9E9E9;
}
.tbl-wrap .tbl-col tr td {
  border-top: 1px solid #E9E9E9;
}
.tbl-wrap .tbl-col-sm tr th, .tbl-wrap .tbl-col-sm tr td {
  padding: 12px 2px;
  text-align: center;
  border-left: 1px solid #E9E9E9;
}
.tbl-wrap .tbl-col-sm tr td {
  border-top: 1px solid #E9E9E9;
}
.tbl-wrap .tbl-col-sm.size-text-sm tr th, .tbl-wrap .tbl-col-sm.size-text-sm tr td {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.tbl-wrap .tbl-col-sm.size-text-sm tr th {
  font-weight: 500;
}
.tbl-wrap + .scont-box {
  margin-top: 20px;
}

.tbl-no-line-wrap {
  border-bottom: 1px solid #E9E9E9;
}
.tbl-no-line-wrap .tbl-col th, .tbl-no-line-wrap .tbl-col td {
  text-align: center;
  border-top: 1px solid #E9E9E9;
}
.tbl-no-line-wrap .tbl-col tfoot td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.tbl-info-wrap .tbl-info th.va-mid {
  vertical-align: middle;
}
.tbl-info-wrap .tbl-info td .overflow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tbl-info-wrap .tbl-info td .overflow-wrap .btn-fold {
  width: 20px;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  border-top: 0;
}
.tbl-info-wrap .tbl-info td .overflow-wrap .btn-fold .ico-arw-bottom-20 {
  margin-left: 0;
}
.tbl-info-wrap .tbl-info.info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tbl-info-wrap .tbl-info.info-right th {
  font-weight: 300;
  color: #666;
}
.tbl-info-wrap .tbl-info.info-right th.va-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tbl-info-wrap .tbl-info.info-right tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tbl-info-wrap .tbl-info.info-right tr td {
  text-align: right;
}
.tbl-info-wrap .tbl-info-sm tr th, .tbl-info-wrap .tbl-info-sm tr td {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.tbl-info-wrap .tbl-info-sm tr th {
  font-weight: 300;
}
.tbl-info-wrap .tbl-info-sm tr th.va-mid {
  vertical-align: middle;
}
.tbl-info-wrap .tbl-info-sm tr td {
  color: #000;
}
.tbl-info-wrap .tbl-info-sm tr ~ tr th {
  padding-top: 6px;
}
.tbl-info-wrap .tbl-info-sm tr ~ tr td {
  padding-top: 6px;
}
.tbl-info-wrap .tbl-info-sm.info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tbl-info-wrap .tbl-info-sm.info-right tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tbl-info-wrap .tbl-info-sm.info-right tr th.va-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tbl-info-wrap .tbl-info-sm.info-right tr td {
  text-align: right;
}
.tbl-info-wrap .tbl-info-sm.info-right tr td > div.stext-sm {
  margin-top: 6px;
}
.tbl-info-wrap .tbl-info-sm.info-right tr ~ tr th {
  padding-top: 10px;
}
.tbl-info-wrap .tbl-info-sm.info-right tr ~ tr td {
  padding-top: 10px;
}
.tbl-info-wrap .price-info-footer {
  margin-top: 20px;
}
.tbl-info-wrap.line-top {
  padding-top: 20px;
  border-top: 1px solid #E9E9E9;
}
.tbl-info-wrap ~ .box-fold-wrap {
  margin-top: 20px;
}
.tbl-info-wrap ~ .info-text-list {
  margin-top: 20px;
}
.tbl-info-wrap + .green-box-xs {
  margin-top: 20px;
}
.tbl-info-wrap + .rdo-box-list {
  margin-top: 20px;
}
.tbl-info-wrap + .tbl-info-wrap.line-top {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}

/* // table */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* filter */
.tag-swiper-wrap {
  overflow: hidden;
}
.tag-swiper-wrap .tag-list .tag-item {
  width: auto;
}
.tag-swiper-wrap .tag-list .tag-item ~ .tag-item {
  margin-left: 4px;
}

/* // filter */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* completeUI */
.complete-text-wrap {
  padding-top: 40px;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}
.complete-text-wrap.celebrate {
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}
.complete-text-wrap.celebrate .celebrate-bg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 355px;
}
.complete-text-wrap.celebrate .ctitle-wrap .ctitle, .complete-text-wrap.celebrate .ctitle-wrap .link-ctitle {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.complete-text-wrap.membership {
  position: relative;
  padding-top: 30px;
  margin-bottom: 30px;
}
.complete-text-wrap.membership .ctitle-xl {
  margin-top: 20px
}
.complete-text-wrap .ctitle-wrap {
  margin-bottom: 0;
  text-align: center;
}
.complete-text-wrap .ctitle-wrap .ctitle-lg, .complete-text-wrap .ctitle-wrap .ctitle-xl {
  width: 100%;
  font-weight: 300;
}
.complete-text-wrap .ctitle-wrap .ctitle-lg ~ .stext, .complete-text-wrap .ctitle-wrap .ctitle-xl ~ .stext {
  margin-top: 16px;
}
.complete-text-wrap .btn-wrap [class^=btn], .complete-text-wrap .btn-wrap .link-text, .complete-text-wrap .btn-wrap .link-text-udl, .complete-text-wrap .btn-wrap-sm [class^=btn], .complete-text-wrap .btn-wrap-sm .link-text, .complete-text-wrap .btn-wrap-sm .link-text-udl {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  margin: 0 auto;
}
.complete-text-wrap [class^=ico] {
  display: block;
  margin: 0 auto;
}
.complete-text-wrap [class^=ico] ~ .ctitle-wrap {
  margin-top: 20px;
}
.complete-text-wrap:not(.celebrate) ~ .gray-box, .complete-text-wrap:not(.celebrate) ~ .gray-box-lg, .complete-text-wrap:not(.celebrate) ~ .gray-line-box, .complete-text-wrap:not(.celebrate) ~ .order-prod-wrap {
  margin-top: 40px;
}

.dcont-box .complete-text-wrap {
  padding-top: 30px;
}

.cont-box .t-0 .complete-text-wrap {
  padding-top: 30px;
}

/* // completeUI */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* tab-wrap */
.tab-sub-wrap, .tab-inquiry-wrap, .tab-high-end-wrap, .brand-tab-wrap .tab-content .brand-name-wrap, .brand-tab-wrap, .aside-tab-wrap, .tab-box-wrap, .tab-pill-wrap, .tab-line-wrap, .tab-benefit-wrap {
  width: 100%;
  padding: 0;
}
.tab-sub-wrap .tabs, .tab-inquiry-wrap .tabs, .tab-high-end-wrap .tabs, .brand-tab-wrap .tab-content .brand-name-wrap .tabs, .brand-tab-wrap .tabs, .aside-tab-wrap .tabs, .tab-box-wrap .tabs, .tab-pill-wrap .tabs, .tab-line-wrap .tabs, tab-benefit-wrap .tabs {
  overflow: hidden;
  padding: 0;
}
.tab-sub-wrap .tabs .tab-item, .tab-inquiry-wrap .tabs .tab-item, .tab-high-end-wrap .tabs .tab-item, .brand-tab-wrap .tabs .tab-item, .aside-tab-wrap .tabs .tab-item, .tab-box-wrap .tabs .tab-item, .tab-pill-wrap .tabs .tab-item, .tab-line-wrap .tabs .tab-item, tab-benefit-wrap .tabs .tab-item {
  width: auto;
  position: relative;
  margin: 0;
}
.tab-sub-wrap .tabs .tab-item .tab-link, .tab-inquiry-wrap .tabs .tab-item .tab-link, .tab-high-end-wrap .tabs .tab-item .tab-link, .brand-tab-wrap .tabs .tab-item .tab-link, .aside-tab-wrap .tabs .tab-item .tab-link, .tab-box-wrap .tabs .tab-item .tab-link, .tab-pill-wrap .tabs .tab-item .tab-link, .tab-line-wrap .tabs .tab-item .tab-link, .tab-benefit-wrap .tabs .tab-item .tab-link {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  padding: 0;
}
.tab-sub-wrap .tabs .tab-item .tab-link .tab-text, .tab-inquiry-wrap .tabs .tab-item .tab-link .tab-text, .tab-high-end-wrap .tabs .tab-item .tab-link .tab-text, .brand-tab-wrap .tabs .tab-item .tab-link .tab-text, .aside-tab-wrap .tabs .tab-item .tab-link .tab-text, .tab-box-wrap .tabs .tab-item .tab-link .tab-text, .tab-pill-wrap .tabs .tab-item .tab-link .tab-text, .tab-line-wrap .tabs .tab-item .tab-link .tab-text, .tab-benefit-wrap .tabs .tab-item .tab-link .tab-text {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.tab-sub-wrap .tabs .tab-item .tab-link.disabled, .tab-inquiry-wrap .tabs .tab-item .tab-link.disabled, .tab-high-end-wrap .tabs .tab-item .tab-link.disabled, .brand-tab-wrap .tabs .tab-item .tab-link.disabled, .aside-tab-wrap .tabs .tab-item .tab-link.disabled, .tab-box-wrap .tabs .tab-item .tab-link.disabled, .tab-pill-wrap .tabs .tab-item .tab-link.disabled, .tab-line-wrap .tabs .tab-item .tab-link.disabled, .tab-benefit-wrap .tabs .tab-item .tab-link.disabled {
  opacity: 0.5;
}
.tab-sub-wrap .tabs .tab-item.ui-state-active, .tab-inquiry-wrap .tabs .tab-item.ui-state-active, .tab-high-end-wrap .tabs .tab-item.ui-state-active, .brand-tab-wrap .tabs .tab-item.ui-state-active, .aside-tab-wrap .tabs .tab-item.ui-state-active, .tab-box-wrap .tabs .tab-item.ui-state-active, .tab-pill-wrap .tabs .tab-item.ui-state-active, .tab-line-wrap .tabs .tab-item.ui-state-active, .tab-benefit-wrap .tabs .tab-item.ui-state-active {
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-sub-wrap .tabs .ui-tabs-nav, .tab-inquiry-wrap .tabs .ui-tabs-nav, .tab-high-end-wrap .tabs .ui-tabs-nav, .brand-tab-wrap .tabs .ui-tabs-nav, .aside-tab-wrap .tabs .ui-tabs-nav, .tab-box-wrap .tabs .ui-tabs-nav, .tab-pill-wrap .tabs .ui-tabs-nav, .tab-line-wrap .tabs .ui-tabs-nav, .tab-benefit-wrap .tabs .ui-tabs-nav {
  padding: 0;
}
.tab-sub-wrap .tab-content, .tab-inquiry-wrap .tab-content, .tab-high-end-wrap .tab-content, .brand-tab-wrap .tab-content .brand-name-wrap .tab-content, .brand-tab-wrap .tab-content, .aside-tab-wrap .tab-content, .tab-box-wrap .tab-content, .tab-pill-wrap .tab-content, .tab-line-wrap .tab-content, .tab-benefit-wrap .tab-content {
  padding: 0;
}
.tab-sub-wrap .tab-content.is-active, .tab-inquiry-wrap .tab-content.is-active, .tab-high-end-wrap .tab-content.is-active, .brand-tab-wrap .tab-content.is-active, .aside-tab-wrap .tab-content.is-active, .tab-box-wrap .tab-content.is-active, .tab-pill-wrap .tab-content.is-active, .tab-line-wrap .tab-content.is-active, .tab-benefit-wrap .tab-content.is-active {
  display: block !important;
}
.justify-tab.tab-sub-wrap .tabs, .justify-tab.tab-inquiry-wrap .tabs, .justify-tab.tab-high-end-wrap .tabs, .brand-tab-wrap .tab-content .justify-tab.brand-name-wrap .tabs, .justify-tab.brand-tab-wrap .tabs, .justify-tab.aside-tab-wrap .tabs, .justify-tab.tab-box-wrap .tabs, .justify-tab.tab-pill-wrap .tabs, .justify-tab.tab-line-wrap .tabs, .justify-tab.tab-benefit-wrap .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 0;
  padding-left: 0;
}
.justify-tab.tab-sub-wrap .tabs .tab-item, .justify-tab.tab-inquiry-wrap .tabs .tab-item, .justify-tab.tab-high-end-wrap .tabs .tab-item, .brand-tab-wrap .tab-content .justify-tab.brand-name-wrap .tabs .tab-item, .justify-tab.brand-tab-wrap .tabs .tab-item, .justify-tab.aside-tab-wrap .tabs .tab-item, .justify-tab.tab-box-wrap .tabs .tab-item, .justify-tab.tab-pill-wrap .tabs .tab-item, .justify-tab.tab-line-wrap .tabs .tab-item ,.justify-tab.tab-benefit-wrap .tabs .tab-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}
.justify-tab.tab-sub-wrap .tabs .tab-item .tab-link, .justify-tab.tab-inquiry-wrap .tabs .tab-item .tab-link, .justify-tab.tab-high-end-wrap .tabs .tab-item .tab-link, .brand-tab-wrap .tab-content .justify-tab.brand-name-wrap .tabs .tab-item .tab-link, .justify-tab.brand-tab-wrap .tabs .tab-item .tab-link, .justify-tab.aside-tab-wrap .tabs .tab-item .tab-link, .justify-tab.tab-box-wrap .tabs .tab-item .tab-link, .justify-tab.tab-pill-wrap .tabs .tab-item .tab-link, .justify-tab.tab-line-wrap .tabs .tab-item .tab-link, .justify-tab.tab-benefit-wrap .tabs .tab-item .tab-link {
  text-align: center;
  width: 100%;
}
.justify-tab.tab-sub-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .justify-tab.tab-inquiry-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .justify-tab.tab-high-end-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .brand-tab-wrap .tab-content .justify-tab.brand-name-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .justify-tab.brand-tab-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .justify-tab.aside-tab-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .justify-tab.tab-box-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .justify-tab.tab-pill-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .justify-tab.tab-line-wrap .tabs .tab-item .tab-link .val ~ .tab-text, .justify-tab.tab-benefit-wrap .tabs .tab-item .tab-link .val ~ .tab-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.justify-tab.tab-sub-wrap .tabs .tab-item .tab-link .tab-text, .justify-tab.tab-inquiry-wrap .tabs .tab-item .tab-link .tab-text, .justify-tab.tab-high-end-wrap .tabs .tab-item .tab-link .tab-text, .brand-tab-wrap .tab-content .justify-tab.brand-name-wrap .tabs .tab-item .tab-link .tab-text, .justify-tab.brand-tab-wrap .tabs .tab-item .tab-link .tab-text, .justify-tab.aside-tab-wrap .tabs .tab-item .tab-link .tab-text, .justify-tab.tab-box-wrap .tabs .tab-item .tab-link .tab-text, .justify-tab.tab-pill-wrap .tabs .tab-item .tab-link .tab-text, .justify-tab.tab-line-wrap .tabs .tab-item .tab-link .tab-text, .justify-tab.tab-benefit-wrap .tabs .tab-item .tab-link .tab-text {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.justify-tab.tab-sub-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .justify-tab.tab-inquiry-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .justify-tab.tab-high-end-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .brand-tab-wrap .tab-content .justify-tab.brand-name-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .justify-tab.brand-tab-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .justify-tab.aside-tab-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .justify-tab.tab-box-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .justify-tab.tab-pill-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .justify-tab.tab-line-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text, .justify-tab.tab-benefit-wrap .tabs .tab-item.ui-state-active .tab-link .val ~ .tab-text {
  font-weight: 500;
}
.anchor-tab.tab-sub-wrap, .anchor-tab.tab-inquiry-wrap, .anchor-tab.tab-high-end-wrap, .brand-tab-wrap .tab-content .anchor-tab.brand-name-wrap, .anchor-tab.brand-tab-wrap, .anchor-tab.aside-tab-wrap, .anchor-tab.tab-box-wrap, .anchor-tab.tab-pill-wrap, .anchor-tab.tab-line-wrap {
  position: relative;
}
.anchor-tab.tab-sub-wrap .tab-content, .anchor-tab.tab-inquiry-wrap .tab-content, .anchor-tab.tab-high-end-wrap .tab-content, .brand-tab-wrap .tab-content .anchor-tab.brand-name-wrap .tab-content, .anchor-tab.brand-tab-wrap .tab-content, .anchor-tab.aside-tab-wrap .tab-content, .anchor-tab.tab-box-wrap .tab-content, .anchor-tab.tab-pill-wrap .tab-content, .anchor-tab.tab-line-wrap .tab-content {
  display: block;
}

.tab-line-wrap.divider-top {
  border-top: 10px solid #F5F5F5;
}
.tab-line-wrap .tabs {
  position: relative;
  background: #fff;
}
.tab-line-wrap .tabs:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tab-line-wrap .tabs .tab-item {
  min-height: 50px;
}
.tab-line-wrap .tabs .tab-item .tab-link {
  padding: 13px 15px 13px;
  font-size: 0;
}
.tab-line-wrap .tabs .tab-item .tab-link .val {
  display: inline-block;
  margin-left: 3px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #B79683;
  vertical-align: top;
}
.tab-line-wrap .tabs .tab-item .tab-link .tab-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.tab-line-wrap .tabs .tab-item.ui-state-active .tab-link .tab-text {
  color: #012E29;
  font-weight: 600;
}
.tab-line-wrap .tabs .tab-item.ui-state-active .tab-link .tab-text:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #012E29;
}
.tab-line-wrap .tabs .tab-item.ui-state-active .tab-link .val {
  position: relative;
}
.tab-line-wrap .tabs .tab-item.ui-state-active .tab-link .val:after {
  content: "";
  display: inline-block;
  width: calc(100% + 3px);
  height: 2px;
  position: absolute;
  bottom: -13px;
  left: -3px;
  right: 0;
  z-index: 1;
  background-color: #012E29;
}
.tab-line-wrap .tabs.swiper-auto-wrap {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0;
  margin-left: 0;
}
.tab-line-wrap .tabs.swiper-auto-wrap .swiper-wrapper {
  padding: 0;
}
.tab-line-wrap.justify-tab .tabs {
  border-bottom: 0;
}
.tab-line-wrap.justify-tab .tabs .tab-item .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.tab-line-wrap.justify-tab .tabs .tab-item .tab-link .val {
  display: block;
  margin-left: 0;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.tab-line-wrap.justify-tab .tabs .tab-item.ui-state-active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #012E29;
}
.tab-line-wrap.justify-tab .tabs .tab-item.ui-state-active .tab-link:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #012E29;
}
.tab-line-wrap.justify-tab .tabs .tab-item.ui-state-active .tab-link .val {
  color: #012E29;
  font-weight: 600;
}
.tab-line-wrap.justify-tab .tabs .tab-item.ui-state-active .tab-link .val:after {
  display: none;
}
.tab-line-wrap.justify-tab .tabs .tab-item.ui-state-active .tab-link .tab-text:after {
  display: none;
}
.tab-line-wrap .tab-inquiry-wrap .tabs:after {
  content: initial;
}
.tab-line-wrap .tab-inquiry-wrap .tabs .tab-item.ui-state-active:after {
  content: initial;
}
.tab-line-wrap .tab-inquiry-wrap .tabs .tab-item.ui-state-active .tab-link:after {
  content: initial;
}
.tab-line-wrap .tab-box {
  height: 50px;
}
.tab-line-wrap .tab-box .tabs {
  margin-right: auto;
  margin-left: auto;
}

.tab-benefit-wrap .tabs {
  position: relative;
  padding:0 20px !important;
}
.tab-benefit-wrap .tabs .tab-item {
  min-height: 50px;
  min-width: 44px;
}
.tab-benefit-wrap .tabs .tab-item .tab-link {
  display: flex;
  padding:13px 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-radius: 10px 10px 0 0;  
  background-color: #E6E6E6;
  align-items: center; 
  justify-content: center;
  flex-shrink:0;
  margin-top:40px;
}
.tab-benefit-wrap .tabs .tab-item .tab-link .tab-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #969696;
}
.tab-benefit-wrap .tabs .tab-item.ui-state-active .tab-link {
  background-color: #fff;
}
.tab-benefit-wrap .tabs .tab-item.ui-state-active .tab-link .tab-text {
  color: #000;
  font-weight: 600;
  background-color: #fff;
}
.tab-benefit-wrap .tabs .tab-item.ui-state-active.tab-gold .tab-link .tab-text {
  color:#C6A260;
}
.tab-benefit-wrap .tabs .tab-item.ui-state-active.tab-family .tab-link .tab-text {
  color:#8947BE;
}
.tab-benefit-wrap .ui-tabs-nav{
  align-items: flex-end;
}
.tab-benefit-wrap.ui-tabs .ui-tabs-nav li {
  margin:0;
}
.tab-benefit-wrap.ui-tabs .ui-tabs-nav li ~ li {
  margin-left:10px;
}
.tab-benefit-wrap .tabs .tab-link:before {
  content: "";
  display: block;
  position: absolute;
  top:0;
  left:50%;
  margin-left: -15px;
  width: 30px;
  height: 40px;
}
.tab-benefit-wrap .tabs .ui-state-active.tab-black .tab-link:before{
  background: url("../images/my_pocket/ico_membership_black_sm.png") 0 0 no-repeat;
  background-size: 30px 30px;
}
.tab-benefit-wrap .tabs .ui-state-active.tab-gold .tab-link:before{
  background: url("../images/my_pocket/ico_membership_gold_sm.png") 0 0 no-repeat;
  background-size: 30px 30px;
}
.tab-benefit-wrap .tabs .ui-state-active.tab-family .tab-link:before{
  background: url("../images/my_pocket/ico_membership_family_sm.png") 0 0 no-repeat;
  background-size: 30px 30px;
}
.tab-benefit-wrap .tabs .tab-black .tab-link:before{
  background: url("../images/my_pocket/ico_membership_black_off_sm.png") 0 0 no-repeat;
  background-size: 30px 30px;
}
.tab-benefit-wrap .tabs .tab-gold .tab-link:before{
  background: url("../images/my_pocket/ico_membership_gold_off_sm.png") 0 0 no-repeat;
  background-size: 30px 30px;
}
.tab-benefit-wrap .tabs .tab-family .tab-link:before{
  background: url("../images/my_pocket/ico_membership_family_off_sm.png") 0 0 no-repeat;
  background-size: 30px 30px;
}
.tab-benefit-wrap .tabs .tab-black .tab-link {
  height: 110px;
}
.tab-benefit-wrap .tabs .tab-gold .tab-link{
  height: 80px;
}
.tab-benefit-wrap .tabs .tab-family .tab-link{
  height: 50px;
}

.tab-pill-wrap > .tabs, .tab-pill-wrap > .cont-box > .cont-inner > .tabs {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tab-pill-wrap > .tabs .tab-item, .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item {
  display: inline-block;
  width: calc((100% - 8px) / 3);
  min-height: 32px;
  margin-left: 4px;
  background: #F5F5F5;
  border-radius: 16px;
  vertical-align: top;
}
.tab-pill-wrap > .tabs .tab-item:nth-child(3n+1), .tab-pill-wrap > .tabs .tab-item:first-child, .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item:nth-child(3n+1), .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item:first-child {
  margin-left: 0;
}
.tab-pill-wrap > .tabs .tab-item:nth-child(n+4), .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item:nth-child(n+4) {
  margin-top: 6px;
}
.tab-pill-wrap > .tabs .tab-item .tab-link, .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item .tab-link {
  padding: 7px 12px;
  font-size: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
}
.tab-pill-wrap > .tabs .tab-item .tab-link .tab-text, .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item .tab-link .tab-text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.tab-pill-wrap > .tabs .tab-item .tab-link .val, .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item .tab-link .val {
  display: inline-block;
  margin-left: 3px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #B79683;
  vertical-align: top;
}
.tab-pill-wrap > .tabs .tab-item.ui-state-active, .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item.ui-state-active {
  background: #012E29;
}
.tab-pill-wrap > .tabs .tab-item.ui-state-active .tab-link .tab-text, .tab-pill-wrap > .cont-box > .cont-inner > .tabs .tab-item.ui-state-active .tab-link .tab-text {
  color: #fff;
  font-weight: 500;
}
.tab-pill-wrap.col2 > .tabs .tab-item, .tab-pill-wrap.col2 > .cont-box > .cont-inner > .tabs .tab-item {
  width: calc((100% - 4px) / 2);
}
.tab-pill-wrap.col2 > .tabs .tab-item:nth-child(3n+1), .tab-pill-wrap.col2 > .cont-box > .cont-inner > .tabs .tab-item:nth-child(3n+1) {
  margin-left: 4px;
}
.tab-pill-wrap.col2 > .tabs .tab-item:nth-child(2n+1), .tab-pill-wrap.col2 > .cont-box > .cont-inner > .tabs .tab-item:nth-child(2n+1) {
  margin-left: 0;
}
.tab-pill-wrap.col2 > .tabs .tab-item:nth-child(n+3), .tab-pill-wrap.col2 > .cont-box > .cont-inner > .tabs .tab-item:nth-child(n+3) {
  margin-top: 6px;
}
@media (max-width: 334px) {
  .tab-pill-wrap .tabs .tab-item .tab-link {
    padding-right: 9px;
    padding-left: 9px;
  }
}

.tab-box-wrap .tabs {
  padding-bottom: 30px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: -30px;
}
.tab-box-wrap .tabs .tab-item {
  min-width: 90px;
  height: 90px;
  border-right: 1px solid #E6E6E6;
  background: #fff;
}
.tab-box-wrap .tabs .tab-item .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 0;
}
.tab-box-wrap .tabs .tab-item .tab-link .tab-text {
  display: block;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  text-align: center;
}
.tab-box-wrap .tabs .tab-item .tab-link .tab-text.day {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.tab-box-wrap .tabs .tab-item .tab-link .val {
  display: block;
  margin-top: 4px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.tab-box-wrap .tabs .tab-item:last-child {
  border-right: 0;
}
.tab-box-wrap .tabs .tab-item.ui-state-active {
  min-width: 91px;
  margin-left: -1px;
  border-color: transparent;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}
.tab-box-wrap .tabs .tab-item.ui-state-active .tab-link {
  background-color: #B79683;
}
.tab-box-wrap .tabs .tab-item.ui-state-active .tab-link .tab-text {
  font-weight: 600;
  color: #fff;
}
.tab-box-wrap .tabs .tab-item.ui-state-active .tab-link .val {
  font-weight: 600;
  color: #fff;
}
.tab-box-wrap .tabs.swiper-auto-wrap .swiper-wrapper {
  padding: 0;
  background-color: #fff;
}
.tab-box-wrap .tabs.size-sm {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.tab-box-wrap .tabs.size-sm .tab-item {
  min-width: 90px;
  height: 50px;
}
.tab-box-wrap .tabs.size-sm .tab-item .tab-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 0;
}
.tab-box-wrap .tabs.size-sm .tab-item .tab-link .tab-text {
  display: inline-block;
  vertical-align: top;
}
.tab-box-wrap .tabs.size-sm .tab-item .tab-link .val {
  display: inline-block;
  margin-top: 0;
  margin-left: 6px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  vertical-align: top;
}
.tab-box-wrap .tabs.size-sm .tab-item.ui-state-active {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
}
.tab-box-wrap .tabs.size-sm.fixed, .tab-box-wrap .tabs.size-sm.sps-blw {
  z-index: 27;
}
.tab-box-wrap .tab-line-wrap .tabs {
  padding-bottom: 0;
  margin-bottom: 0;
}
.tab-box-wrap .tab-line-wrap .tabs .tab-item {
  min-width: auto;
  height: auto;
  border-right: 0;
  background-color: transparent;
}
.tab-box-wrap .tab-line-wrap .tabs .tab-item .tab-link {
  padding: 13px 15px;
}
.tab-box-wrap .tab-line-wrap .tabs .tab-item .tab-link .tab-text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.tab-box-wrap .tab-line-wrap .tabs .tab-item.ui-state-active {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab-box-wrap .tab-line-wrap .tabs .tab-item.ui-state-active .tab-link {
  background-color: transparent;
}
.tab-box-wrap .tab-line-wrap .tabs .tab-item.ui-state-active .tab-link .tab-text {
  color: #012E29;
  font-weight: 600;
}
.tab-best-wrap.ui-tabs {
  padding: 0;
}
.tab-best-wrap.ui-tabs .ui-tabs-panel { padding: 0; }
.tab-best-wrap .grid-list-header ~ .grid-list {
  margin-top: 30px;
}
.aside-tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.aside-tab-wrap .aside-tabs {
  width: 125px;
  height: 100%;
  overflow-y: auto;
  background: #F5F5F5;
}
.aside-tab-wrap .aside-tabs .tabs .tab-item {
  width: 100%;
}
.aside-tab-wrap .aside-tabs .tabs .tab-item .tab-link {
  width: 100%;
  padding: 20px;
}
.aside-tab-wrap .aside-tabs .tabs .tab-item .tab-link .tab-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.aside-tab-wrap .aside-tabs .tabs .tab-item .tab-link .val {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #B79683;
  vertical-align: top;
}
.aside-tab-wrap .aside-tabs .tabs .tab-item.ui-state-active .tab-link {
  background-color: #012E29;
}
.aside-tab-wrap .aside-tabs .tabs .tab-item.ui-state-active .tab-link .tab-text {
  color: #fff;
  font-weight: 600;
}
.aside-tab-wrap .aside-tabs .tabs .tab-item.ui-state-active .tab-link .val {
  font-weight: 600;
}
.aside-tab-wrap .aside-tabs .tabs .tab-item.ui-state-active .tab-link .fc-white-active {
  color: #fff;
}
.aside-tab-wrap .aside-content-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 100%;
  overflow-y: auto;
}
.aside-tab-wrap .aside-content-box .tab-content .sub-category-list {
  padding: 8px 0;
}
.aside-tab-wrap .aside-content-box .tab-content .sub-category-list .category-item {
  width: 100%;
}
.aside-tab-wrap .aside-content-box .tab-content .sub-category-list .category-item .category-link {
  display: block;
  width: 100%;
  padding: 12px 20px;
}
.aside-tab-wrap .aside-content-box .tab-content .sub-category-list .category-item .category-link .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap {
  border: 0;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap .fold-list {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 0;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap .fold-list .fold-item {
  border-bottom: 0;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap .fold-list .fold-item.no-fold .btn-fold:after {
  display: none;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap .fold-list .fold-item .fold-header {
  padding-top: 12px;
  padding-right: 40px;
  padding-left: 20px;
  padding-bottom: 12px;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap .fold-list .fold-item .fold-header .fold-title {
  position: relative;
  font-weight: 300;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap .fold-list .fold-item .fold-header .fold-title .btn-link {
  position: absolute;
  z-index: 3;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap .fold-list .fold-item .fold-header .btn-fold {
  padding-right: 20px;
}
.aside-tab-wrap .aside-content-box .tab-content .fold-wrap .fold-list .fold-item .fold-content {
  padding-top: 2px;
  padding-bottom: 12px;
  border: 0;
  background-color: #fff;
}
.aside-tab-wrap .aside-content-box .tab-content .store-select-list {
  margin-top: 30px;
}

.brand-tab-wrap > .tabs .tab-item {
  padding-right: 14px;
}
.brand-tab-wrap > .tabs .tab-item .tab-link .tab-text {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #999;
}
.brand-tab-wrap > .tabs .tab-item.ui-state-active .tab-link .tab-text {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 600;
  color: #000;
}
.brand-tab-wrap > .tabs .tab-item ~ .tab-item {
  padding-right: 0;
  padding-left: 14px;
}
.brand-tab-wrap > .tabs .tab-item ~ .tab-item:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #D9D9D9;
}
.brand-tab-wrap .brand-name-list {
  margin-top: 20px;
}
.brand-tab-wrap .tab-content {
  margin-top: 16px;
}
.brand-tab-wrap .tab-content .brand-name-wrap .swiper-auto-wrap {
  margin-right: -20px;
  margin-left: -20px;
  padding-right: 20px;
  padding-left: 20px;
}
.brand-tab-wrap .tab-content .brand-name-wrap .swiper-auto-wrap .swiper-wrapper .tab-item {
  min-width: 34px;
  height: 34px;
  border: 1px solid #E9E9E9;
}
.brand-tab-wrap .tab-content .brand-name-wrap .swiper-auto-wrap .swiper-wrapper .tab-item .tab-link {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 34px;
  height: 100%;
  text-align: center;
}
.brand-tab-wrap .tab-content .brand-name-wrap .swiper-auto-wrap .swiper-wrapper .tab-item .tab-link .tab-text {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 4px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.brand-tab-wrap .tab-content .brand-name-wrap .swiper-auto-wrap .swiper-wrapper .tab-item ~ .tab-item {
  margin-left: -1px;
}
.brand-tab-wrap .tab-content .brand-name-wrap .swiper-auto-wrap .swiper-wrapper .tab-item.ui-state-active {
  z-index: 1;
  border-color: #000;
}
.brand-tab-wrap .tab-content .brand-name-wrap .swiper-auto-wrap .swiper-wrapper .tab-item.ui-state-active .tab-link .tab-text {
  font-weight: 500;
}
.brand-tab-wrap .tab-content .brand-name-wrap .tab-content {
  margin-top: 30px;
}
.brand-tab-wrap .tab-content .brand-name-wrap .tab-content .brand-letter {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}

.tab-high-end-wrap {
  padding-right: 20px;
  padding-left: 20px;
}
.tab-high-end-wrap .tabs {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 4px;
}
.tab-high-end-wrap .tabs .tab-item .tab-link {
  padding: 20px 15px;
}
.tab-high-end-wrap .tabs .tab-item .tab-link .tab-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.tab-high-end-wrap .tabs .tab-item:first-child .tab-link {
  padding-left: 0;
}
.tab-high-end-wrap .tabs .tab-item:last-child .tab-link {
  padding-right: 0;
}
.tab-high-end-wrap .tabs .tab-item.ui-state-active .tab-text {
  color: #fff;
  font-weight: 500;
}
.tab-high-end-wrap .tabs:before {
  content: "";
  display: inline-block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 20px;
}

.tab-inquiry-wrap .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.tab-inquiry-wrap .tabs .tab-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  background-color: #fff;
}
.tab-inquiry-wrap .tabs .tab-item .tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 46px;
  padding: 15px 0 14px;
  text-align: center;
}
.tab-inquiry-wrap .tabs .tab-item .tab-link .tab-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.tab-inquiry-wrap .tabs .tab-item ~ .tab-item {
  margin-left: 5px;
}
.tab-inquiry-wrap .tabs .tab-item.ui-state-active {
  border-color: rgba(1, 46, 41, 0.2);
  background-color: rgba(1, 46, 41, 0.1);
}
.tab-inquiry-wrap .tabs .tab-item.ui-state-active .tab-link .tab-text {
  font-weight: 500;
  color: #012E29;
}

.tab-sub-wrap {
  margin-top: 20px;
}
.tab-sub-wrap .tabs {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 4px;
}
.tab-sub-wrap .tabs .tab-item .tab-link {
  padding: 8px 13px;
  border-radius: 17px;
  border: 1px solid #E9E9E9;
}
.tab-sub-wrap .tabs .tab-item .tab-link .tab-text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.tab-sub-wrap .tabs .tab-item.ui-state-active .tab-link {
  border-color: #000;
}
.tab-sub-wrap .tabs .tab-item.ui-state-active .tab-link .tab-text {
  font-weight: 500;
  color: #000;
}
.tab-sub-wrap .tabs .tab-item ~ .tab-item {
  margin-left: 4px;
}
body.ios .tab-sub-wrap .tabs .tab-item .tab-link {
  padding-top: 9px;
  padding-bottom: 7px;
}
.tab-sub-wrap.tab-sub-nested {
  padding: 0 20px 20px 20px;
}
.tab-sub-wrap.tab-sub-nested .tabs {
  margin-bottom: 0;
}

/* // tab-wrap */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* thumb */
.thumb-swiper-xl, .thumb-swiper-lg, .thumb-swiper-md, .thumb-swiper-sm, .thumb-swiper-xs, .thumb-prod, .thumb-prod-horizon-xl, .thumb-prod-horizon-lg, .thumb-prod-horizon-md {
  position: relative;
  width: 100%;
}
.thumb-swiper-xl .btn-link, .thumb-swiper-lg .btn-link, .thumb-swiper-md .btn-link, .thumb-swiper-sm .btn-link, .thumb-swiper-xs .btn-link, .thumb-prod .btn-link, .thumb-prod-horizon-xl .btn-link, .thumb-prod-horizon-lg .btn-link, .thumb-prod-horizon-md .btn-link {
  z-index: 6;
}
.thumb-swiper-xl .btn-wish, .thumb-swiper-lg .btn-wish, .thumb-swiper-md .btn-wish, .thumb-swiper-sm .btn-wish, .thumb-swiper-xs .btn-wish, .thumb-prod .btn-wish, .thumb-prod-horizon-xl .btn-wish, .thumb-prod-horizon-lg .btn-wish, .thumb-prod-horizon-md .btn-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 7;
}
.thumb-swiper-xl .thumb-box, .thumb-swiper-lg .thumb-box, .thumb-swiper-md .thumb-box, .thumb-swiper-sm .thumb-box, .thumb-swiper-xs .thumb-box, .thumb-prod .thumb-box, .thumb-prod-horizon-xl .thumb-box, .thumb-prod-horizon-lg .thumb-box, .thumb-prod-horizon-md .thumb-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F5F5F5;
}
.thumb-swiper-xl .thumb-box .ui-chk, .thumb-swiper-lg .thumb-box .ui-chk, .thumb-swiper-md .thumb-box .ui-chk, .thumb-swiper-sm .thumb-box .ui-chk, .thumb-swiper-xs .thumb-box .ui-chk, .thumb-prod .thumb-box .ui-chk, .thumb-prod-horizon-xl .thumb-box .ui-chk, .thumb-prod-horizon-lg .thumb-box .ui-chk, .thumb-prod-horizon-md .thumb-box .ui-chk, .thumb-swiper-xl .thumb-box .ui-rdo, .thumb-swiper-lg .thumb-box .ui-rdo, .thumb-swiper-md .thumb-box .ui-rdo, .thumb-swiper-sm .thumb-box .ui-rdo, .thumb-swiper-xs .thumb-box .ui-rdo, .thumb-prod .thumb-box .ui-rdo, .thumb-prod-horizon-xl .thumb-box .ui-rdo, .thumb-prod-horizon-lg .thumb-box .ui-rdo, .thumb-prod-horizon-md .thumb-box .ui-rdo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 7;
}
.thumb-swiper-xl .thumb-box img, .thumb-swiper-lg .thumb-box img, .thumb-swiper-md .thumb-box img, .thumb-swiper-sm .thumb-box img, .thumb-swiper-xs .thumb-box img, .thumb-prod .thumb-box img, .thumb-prod-horizon-xl .thumb-box img, .thumb-prod-horizon-lg .thumb-box img, .thumb-prod-horizon-md .thumb-box img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb-swiper-xl .thumb-box .prod-state, .thumb-swiper-lg .thumb-box .prod-state, .thumb-swiper-md .thumb-box .prod-state, .thumb-swiper-sm .thumb-box .prod-state, .thumb-swiper-xs .thumb-box .prod-state, .thumb-prod .thumb-box .prod-state, .thumb-prod-horizon-xl .thumb-box .prod-state, .thumb-prod-horizon-lg .thumb-box .prod-state, .thumb-prod-horizon-md .thumb-box .prod-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 36px;
  background: rgba(0, 0, 0, 0.6);
}
.thumb-swiper-xl .thumb-box .prod-state .text, .thumb-swiper-lg .thumb-box .prod-state .text, .thumb-swiper-md .thumb-box .prod-state .text, .thumb-swiper-sm .thumb-box .prod-state .text, .thumb-swiper-xs .thumb-box .prod-state .text, .thumb-prod .thumb-box .prod-state .text, .thumb-prod-horizon-xl .thumb-box .prod-state .text, .thumb-prod-horizon-lg .thumb-box .prod-state .text, .thumb-prod-horizon-md .thumb-box .prod-state .text {
  padding-left: 22px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #fff;
  background: url("../images/common/comm_ico_prod_deal.svg") 0 -1px no-repeat;
  background-size: 16px;
}
.thumb-swiper-xl .thumb-box .prod-state.pause .text, .thumb-swiper-lg .thumb-box .prod-state.pause .text, .thumb-swiper-md .thumb-box .prod-state.pause .text, .thumb-swiper-sm .thumb-box .prod-state.pause .text, .thumb-swiper-xs .thumb-box .prod-state.pause .text, .thumb-prod .thumb-box .prod-state.pause .text, .thumb-prod-horizon-xl .thumb-box .prod-state.pause .text, .thumb-prod-horizon-lg .thumb-box .prod-state.pause .text, .thumb-prod-horizon-md .thumb-box .prod-state.pause .text {
  background: url("../images/common/comm_ico_prod_pause.svg") 0 no-repeat;
  background-size: 16px;
}
.thumb-swiper-xl .info-box, .thumb-swiper-lg .info-box, .thumb-swiper-md .info-box, .thumb-swiper-sm .info-box, .thumb-swiper-xs .info-box, .thumb-prod .info-box, .thumb-prod-horizon-xl .info-box, .thumb-prod-horizon-lg .info-box, .thumb-prod-horizon-md .info-box {
  position: relative;
}
.thumb-swiper-xl .info-box .uid, .thumb-swiper-lg .info-box .uid, .thumb-swiper-md .info-box .uid, .thumb-swiper-sm .info-box .uid, .thumb-swiper-xs .info-box .uid, .thumb-prod .info-box .uid, .thumb-prod-horizon-xl .info-box .uid, .thumb-prod-horizon-lg .info-box .uid, .thumb-prod-horizon-md .info-box .uid {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  margin-bottom: 2px;
}
.thumb-swiper-xl .info-box .brand, .thumb-swiper-lg .info-box .brand, .thumb-swiper-md .info-box .brand, .thumb-swiper-sm .info-box .brand, .thumb-swiper-xs .info-box .brand, .thumb-prod .info-box .brand, .thumb-prod-horizon-xl .info-box .brand, .thumb-prod-horizon-lg .info-box .brand, .thumb-prod-horizon-md .info-box .brand {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 600;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumb-swiper-xl .info-box .title, .thumb-swiper-lg .info-box .title, .thumb-swiper-md .info-box .title, .thumb-swiper-sm .info-box .title, .thumb-swiper-xs .info-box .title, .thumb-prod .info-box .title, .thumb-prod-horizon-xl .info-box .title, .thumb-prod-horizon-lg .info-box .title, .thumb-prod-horizon-md .info-box .title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 42px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.thumb-swiper-xl .info-box .prod-price, .thumb-swiper-lg .info-box .prod-price, .thumb-swiper-md .info-box .prod-price, .thumb-swiper-sm .info-box .prod-price, .thumb-swiper-xs .info-box .prod-price, .thumb-prod .info-box .prod-price, .thumb-prod-horizon-xl .info-box .prod-price, .thumb-prod-horizon-lg .info-box .prod-price, .thumb-prod-horizon-md .info-box .prod-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 600;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  word-break: break-all;
}
.thumb-swiper-xl .info-box .prod-price .goods-group:not(.origin) .val, .thumb-swiper-lg .info-box .prod-price .goods-group:not(.origin) .val, .thumb-swiper-md .info-box .prod-price .goods-group:not(.origin) .val, .thumb-swiper-sm .info-box .prod-price .goods-group:not(.origin) .val, .thumb-swiper-xs .info-box .prod-price .goods-group:not(.origin) .val, .thumb-prod .info-box .prod-price .goods-group:not(.origin) .val, .thumb-prod-horizon-xl .info-box .prod-price .goods-group:not(.origin) .val, .thumb-prod-horizon-lg .info-box .prod-price .goods-group:not(.origin) .val, .thumb-prod-horizon-md .info-box .prod-price .goods-group:not(.origin) .val {
  font-weight: 600;
  color: #012E29;
}
.thumb-swiper-xl .info-box .prod-price .percent, .thumb-swiper-lg .info-box .prod-price .percent, .thumb-swiper-md .info-box .prod-price .percent, .thumb-swiper-sm .info-box .prod-price .percent, .thumb-swiper-xs .info-box .prod-price .percent, .thumb-prod .info-box .prod-price .percent, .thumb-prod-horizon-xl .info-box .prod-price .percent, .thumb-prod-horizon-lg .info-box .prod-price .percent, .thumb-prod-horizon-md .info-box .prod-price .percent {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 600;
  color: #B79683;
}
.thumb-swiper-xl .info-box .prod-price:first-child, .thumb-swiper-lg .info-box .prod-price:first-child, .thumb-swiper-md .info-box .prod-price:first-child, .thumb-swiper-sm .info-box .prod-price:first-child, .thumb-swiper-xs .info-box .prod-price:first-child, .thumb-prod .info-box .prod-price:first-child, .thumb-prod-horizon-xl .info-box .prod-price:first-child, .thumb-prod-horizon-lg .info-box .prod-price:first-child, .thumb-prod-horizon-md .info-box .prod-price:first-child {
  margin-top: -4px;
}
.thumb-swiper-xl .info-box .size-info, .thumb-swiper-lg .info-box .size-info, .thumb-swiper-md .info-box .size-info, .thumb-swiper-sm .info-box .size-info, .thumb-swiper-xs .info-box .size-info, .thumb-prod .info-box .size-info, .thumb-prod-horizon-xl .info-box .size-info, .thumb-prod-horizon-lg .info-box .size-info, .thumb-prod-horizon-md .info-box .size-info {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.thumb-swiper-xl .info-box .loan-price, .thumb-swiper-lg .info-box .loan-price, .thumb-swiper-md .info-box .loan-price, .thumb-swiper-sm .info-box .loan-price, .thumb-swiper-xs .info-box .loan-price, .thumb-prod .info-box .loan-price, .thumb-prod-horizon-xl .info-box .loan-price, .thumb-prod-horizon-lg .info-box .loan-price, .thumb-prod-horizon-md .info-box .loan-price {
  margin-top: 8px;
}
.thumb-swiper-xl .info-box .loan-price .label, .thumb-swiper-lg .info-box .loan-price .label, .thumb-swiper-md .info-box .loan-price .label, .thumb-swiper-sm .info-box .loan-price .label, .thumb-swiper-xs .info-box .loan-price .label, .thumb-prod .info-box .loan-price .label, .thumb-prod-horizon-xl .info-box .loan-price .label, .thumb-prod-horizon-lg .info-box .loan-price .label, .thumb-prod-horizon-md .info-box .loan-price .label {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  margin-top: 1px;
  margin-right: 6px;
}
.thumb-swiper-xl .info-box .loan-price .goods-group .val, .thumb-swiper-lg .info-box .loan-price .goods-group .val, .thumb-swiper-md .info-box .loan-price .goods-group .val, .thumb-swiper-sm .info-box .loan-price .goods-group .val, .thumb-swiper-xs .info-box .loan-price .goods-group .val, .thumb-prod .info-box .loan-price .goods-group .val, .thumb-prod-horizon-xl .info-box .loan-price .goods-group .val, .thumb-prod-horizon-lg .info-box .loan-price .goods-group .val, .thumb-prod-horizon-md .info-box .loan-price .goods-group .val {
  font-weight: 600;
  color: #012E29;
}
.thumb-swiper-xl .info-box .badge-wrap:not(:first-child), .thumb-swiper-lg .info-box .badge-wrap:not(:first-child), .thumb-swiper-md .info-box .badge-wrap:not(:first-child), .thumb-swiper-sm .info-box .badge-wrap:not(:first-child), .thumb-swiper-xs .info-box .badge-wrap:not(:first-child), .thumb-prod .info-box .badge-wrap:not(:first-child), .thumb-prod-horizon-xl .info-box .badge-wrap:not(:first-child), .thumb-prod-horizon-lg .info-box .badge-wrap:not(:first-child), .thumb-prod-horizon-md .info-box .badge-wrap:not(:first-child) {
  margin-top: 12px;
}

.thumb-prod-horizon-xl, .thumb-prod-horizon-lg, .thumb-prod-horizon-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.thumb-prod-horizon-xl .prod-lank, .thumb-prod-horizon-lg .prod-lank, .thumb-prod-horizon-md .prod-lank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #012E29;
  font-family: "linotype-didot";
  letter-spacing: -0.001em;
  font-weight: 700;
}
.thumb-prod-horizon-xl .prod-lank ~ .thumb-box, .thumb-prod-horizon-lg .prod-lank ~ .thumb-box, .thumb-prod-horizon-md .prod-lank ~ .thumb-box, .thumb-prod-horizon-xl .prod-lank ~ .info-box, .thumb-prod-horizon-lg .prod-lank ~ .info-box, .thumb-prod-horizon-md .prod-lank ~ .info-box {
  margin-top: 39px;
}
.thumb-prod-horizon-xl .thumb-box, .thumb-prod-horizon-lg .thumb-box, .thumb-prod-horizon-md .thumb-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.thumb-prod-horizon-xl .info-box, .thumb-prod-horizon-lg .info-box, .thumb-prod-horizon-md .info-box {
  position: relative;
}
.thumb-prod-horizon-xl .info-box .prod-uid-area, .thumb-prod-horizon-lg .info-box .prod-uid-area, .thumb-prod-horizon-md .info-box .prod-uid-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.thumb-prod-horizon-xl .info-box .prod-uid-area .brand, .thumb-prod-horizon-lg .info-box .prod-uid-area .brand, .thumb-prod-horizon-md .info-box .prod-uid-area .brand {
  width: auto;
  margin-right: 4px;
}
.thumb-prod-horizon-xl .info-box .uid, .thumb-prod-horizon-lg .info-box .uid, .thumb-prod-horizon-md .info-box .uid {
  margin-bottom: 0;
}
.thumb-prod-horizon-xl .info-box .brand, .thumb-prod-horizon-lg .info-box .brand, .thumb-prod-horizon-md .info-box .brand {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.thumb-prod-horizon-xl .info-box .title, .thumb-prod-horizon-lg .info-box .title, .thumb-prod-horizon-md .info-box .title {
  margin-top: 2px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 36px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.thumb-prod-horizon-xl .info-box .size-info, .thumb-prod-horizon-lg .info-box .size-info, .thumb-prod-horizon-md .info-box .size-info {
  margin-top: 4px;
}
.thumb-prod-horizon-xl .info-box .badge-md, .thumb-prod-horizon-lg .info-box .badge-md, .thumb-prod-horizon-md .info-box .badge-md {
  margin-top: 4px;
  margin-right: 6px;
}
.thumb-prod-horizon-xl .info-box .prod-price, .thumb-prod-horizon-lg .info-box .prod-price, .thumb-prod-horizon-md .info-box .prod-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 4px;
}
.thumb-prod-horizon-xl .info-box .prod-price .goods-group.origin, .thumb-prod-horizon-lg .info-box .prod-price .goods-group.origin, .thumb-prod-horizon-md .info-box .prod-price .goods-group.origin {
  display: block;
  margin-top: 4px;
  margin-bottom: -2px;
  width: 100%;
  text-decoration: line-through;
  color: #999;
}
.thumb-prod-horizon-xl .info-box .prod-price .goods-group:not(.origin), .thumb-prod-horizon-lg .info-box .prod-price .goods-group:not(.origin), .thumb-prod-horizon-md .info-box .prod-price .goods-group:not(.origin) {
  margin-top: 6px;
  margin-right: 6px;
}
.thumb-prod-horizon-xl .info-box .prod-price .percent, .thumb-prod-horizon-lg .info-box .prod-price .percent, .thumb-prod-horizon-md .info-box .prod-price .percent {
  margin-top: 6px;
}
.thumb-prod-horizon-xl .info-box .size-info, .thumb-prod-horizon-lg .info-box .size-info, .thumb-prod-horizon-md .info-box .size-info {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.thumb-prod-horizon-xl .info-box .badge-wrap ~ .uid, .thumb-prod-horizon-lg .info-box .badge-wrap ~ .uid, .thumb-prod-horizon-md .info-box .badge-wrap ~ .uid, .thumb-prod-horizon-xl .info-box .badge-wrap ~ .prod-uid-area, .thumb-prod-horizon-lg .info-box .badge-wrap ~ .prod-uid-area, .thumb-prod-horizon-md .info-box .badge-wrap ~ .prod-uid-area {
  margin-top: 4px;
}

.thumb-swiper-xl .prod-lank, .thumb-swiper-lg .prod-lank, .thumb-swiper-md .prod-lank, .thumb-swiper-sm .prod-lank, .thumb-swiper-xs .prod-lank, .thumb-prod .prod-lank {
  color: #012E29;
}
.thumb-swiper-xl .thumb-box, .thumb-swiper-lg .thumb-box, .thumb-swiper-md .thumb-box, .thumb-swiper-sm .thumb-box, .thumb-swiper-xs .thumb-box, .thumb-prod .thumb-box {
  padding-top: 100%;
}
.thumb-swiper-xl .info-box, .thumb-swiper-lg .info-box, .thumb-swiper-md .info-box, .thumb-swiper-sm .info-box, .thumb-swiper-xs .info-box, .thumb-prod .info-box {
  margin-top: 12px;
}
.thumb-swiper-xl .info-box .brand, .thumb-swiper-lg .info-box .brand, .thumb-swiper-md .info-box .brand, .thumb-swiper-sm .info-box .brand, .thumb-swiper-xs .info-box .brand, .thumb-prod .info-box .brand {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.thumb-swiper-xl .info-box .title, .thumb-swiper-lg .info-box .title, .thumb-swiper-md .info-box .title, .thumb-swiper-sm .info-box .title, .thumb-swiper-xs .info-box .title, .thumb-prod .info-box .title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 42px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.thumb-swiper-xl .info-box .prod-price, .thumb-swiper-lg .info-box .prod-price, .thumb-swiper-md .info-box .prod-price, .thumb-swiper-sm .info-box .prod-price, .thumb-swiper-xs .info-box .prod-price, .thumb-prod .info-box .prod-price {
  margin-top: 4px;
}
.thumb-swiper-xl .info-box .prod-price .badge-md, .thumb-swiper-lg .info-box .prod-price .badge-md, .thumb-swiper-md .info-box .prod-price .badge-md, .thumb-swiper-sm .info-box .prod-price .badge-md, .thumb-swiper-xs .info-box .prod-price .badge-md, .thumb-prod .info-box .prod-price .badge-md {
  margin-top: 6px;
  margin-right: 6px;
}
.thumb-swiper-xl .info-box .prod-price .goods-group, .thumb-swiper-lg .info-box .prod-price .goods-group, .thumb-swiper-md .info-box .prod-price .goods-group, .thumb-swiper-sm .info-box .prod-price .goods-group, .thumb-swiper-xs .info-box .prod-price .goods-group, .thumb-prod .info-box .prod-price .goods-group {
  margin-top: 4px;
  margin-right: 6px;
}
.thumb-swiper-xl .info-box .prod-price .percent, .thumb-swiper-lg .info-box .prod-price .percent, .thumb-swiper-md .info-box .prod-price .percent, .thumb-swiper-sm .info-box .prod-price .percent, .thumb-swiper-xs .info-box .prod-price .percent, .thumb-prod .info-box .prod-price .percent {
  margin-top: 4px;
}
.thumb-swiper-xl .info-box .size-info, .thumb-swiper-lg .info-box .size-info, .thumb-swiper-md .info-box .size-info, .thumb-swiper-sm .info-box .size-info, .thumb-swiper-xs .info-box .size-info, .thumb-prod .info-box .size-info {
  margin-top: 4px;
}
.thumb-swiper-xl .info-box .hot-deal-time-sale, .thumb-swiper-lg .info-box .hot-deal-time-sale, .thumb-swiper-md .info-box .hot-deal-time-sale, .thumb-swiper-sm .info-box .hot-deal-time-sale, .thumb-swiper-xs .info-box .hot-deal-time-sale, .thumb-prod .info-box .hot-deal-time-sale {
  padding-top: 2px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.thumb-swiper-xl .info-box .hot-deal-time-sale .time-sale-percent, .thumb-swiper-lg .info-box .hot-deal-time-sale .time-sale-percent, .thumb-swiper-md .info-box .hot-deal-time-sale .time-sale-percent, .thumb-swiper-sm .info-box .hot-deal-time-sale .time-sale-percent, .thumb-swiper-xs .info-box .hot-deal-time-sale .time-sale-percent, .thumb-prod .info-box .hot-deal-time-sale .time-sale-percent {
  position: absolute;
  top: -25px;
  right: 0;
  font-family: "linotype-didot";
  font-weight: 600;
  font-size: 45px;
  line-height: 58px;
  letter-spacing: -0.001em;
  color: #B79683;
}
body.ios .thumb-swiper-xl .info-box .hot-deal-time-sale .time-sale-percent, body.ios .thumb-swiper-lg .info-box .hot-deal-time-sale .time-sale-percent, body.ios .thumb-swiper-md .info-box .hot-deal-time-sale .time-sale-percent, body.ios .thumb-swiper-sm .info-box .hot-deal-time-sale .time-sale-percent, body.ios .thumb-swiper-xs .info-box .hot-deal-time-sale .time-sale-percent, body.ios .thumb-prod .info-box .hot-deal-time-sale .time-sale-percent {
  top: -29px;
}

.thumb-prod .prod-lank {
  font-family: "linotype-didot";
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.001em;
  font-weight: 700;
  margin-bottom: 10px;
}

.prod-best-wrap .prod-lank {
  font-family: "linotype-didot";
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.001em;
  font-weight: 700;
  color: #012E29;
  transform: translateY(0.08em);
}
.prod-best-wrap .scont-main-box ~ .scont-main-box {
  margin-top: 30px;
}
.barnd-lank-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.barnd-lank-box .btn-brand-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 20px;
}
.barnd-lank-box .btn-brand-link .brand {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.barnd-lank-box .btn-brand-link .brand .en {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.barnd-lank-box .btn-brand-link .brand .kr {
  position: relative;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color:#666666;
  margin-left: 13px;
}
.barnd-lank-box .btn-brand-link .brand .kr:before {
  position: absolute;
  left: -7px;
  top:4px;
  display: block;
  content: "";
  width: 1px;
  height: 10px;
  background-color: #D9D9D9;
}
.barnd-lank-box .thumb-brand-box {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.barnd-lank-box .thumb-brand-box img {
  width: 28px;
  height: 28px;
  background-size: contain;
}

.thumb-swiper-xs {
  width: 80px !important;
}

.thumb-swiper-sm {
  width: 100px !important;
}

.thumb-swiper-md {
  width: 120px !important;
}
.thumb-swiper-md .prod-lank {
  font-family: "linotype-didot";
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.001em;
  font-weight: 700;
  margin-bottom: 10px;
}
.thumb-swiper-md .info-box .brand {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.thumb-swiper-md .info-box .title {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.thumb-swiper-md .info-box .size-info {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.thumb-swiper-md .info-box .hot-deal-time-sale {
  position: relative;
  padding-top: 2px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 0;
}
.thumb-swiper-md .info-box .hot-deal-time-sale .time-sale-title {
  display: inline-block;
  padding-left: 22px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
  background: url("../images/marketing/ico_clock.svg") left center no-repeat;
  background-size: 16px;
  vertical-align: top;
  margin-right: 5px;
}
.thumb-swiper-md .info-box .hot-deal-time-sale .time-sale-count {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #B79683;
  vertical-align: top;
}
.thumb-swiper-md .info-box .hot-deal-time-sale .time-sale-percent {
  position: absolute;
  top: -25px;
  right: 0;
  font-family: "linotype-didot";
  font-weight: 600;
  font-size: 45px;
  line-height: 58px;
  letter-spacing: -0.001em;
  color: #B79683;
}
body.ios .thumb-swiper-md .info-box .hot-deal-time-sale .time-sale-percent {
  top: -29px;
}

.thumb-swiper-lg {
  width: 162px !important;
}

.thumb-swiper-xl {
  width: 240px !important;
}

.thumb-prod-horizon-md .thumb-box {
  width: 80px;
  margin-right: 16px;
  padding-top: 80px;
}
.thumb-prod-horizon-md .info-box {
  width: calc(100% - 96px);
}
.thumb-prod-horizon-md .info-box .uid {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.thumb-prod-horizon-md + .red-box-xs {
  margin-top: 20px;
}

.thumb-prod-horizon-lg .prod-lank {
  font-size: 24px;
  line-height: 26px;
}
.thumb-prod-horizon-lg .thumb-box {
  width: 100px;
  padding-top: 100px;
}
.thumb-prod-horizon-lg .info-box {
  width: calc(100% - 116px);
  margin-left: 16px;
}
.thumb-prod-horizon-lg .info-box .uid {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.thumb-prod-horizon-xl .thumb-box {
  width: 110px;
  padding-top: 110px;
}
.thumb-prod-horizon-xl .info-box {
  width: calc(100% - 126px);
  margin-top: 8px;
  margin-left: 16px;
}
.thumb-prod-horizon-xl .info-box .brand {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.thumb-prod-horizon-xl .info-box .title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 42px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.thumb-prod-horizon-xl .info-box .size-info {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.thumb-event {
  position: relative;
}
.thumb-event .thumb-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 75%;
}
.thumb-event .thumb-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb-event .text-box {
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 30px;
}
.thumb-event .text-box [class^=title] {
  color: #fff;
  word-break: break-all;
}
.thumb-event .text-box .title-eng {
  font-family: "linotype-didot";
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.001em;
  font-weight: 700;
}
.thumb-event .text-box .title-kor {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.thumb-event .text-box .sub-text {
  margin-top: 16px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
}

.thumb-store-detail {
  position: relative;
  /* .btn-link {
      position: relative;
      padding-top: 75%;
      .ico-video-play {
          position: absolute;
          top: 50%;
          left: 50%;
          @include mixins.prefix(transform, translate(-50%, -50%));
      }
      .thumb-box {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          height: 100%;
      }
  } */
  /* .thumb-box {
      position: relative;
      width: 100%;
      overflow: hidden;
      box-sizing: border-box;
      padding-top: variables.$thumbRatio4by3Height;
      img {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 50%;
          left: 0;
          @include mixins.prefix(transform, translateY(-50%));
          -o-object-fit: cover;
          object-fit: cover;
      }
      // 비디오 영역 TBD로 주석 처리
      .video-area {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          aspect-ratio: 4 / 3;
          container-type: size;
          &:after {
              content: "";
              position: absolute;
              z-index: 1;
              top: 0;
              left: 0;
              width: 100%;
              height: calc(100% - 14cqh); // show controls
              clip-path: polygon(0% 0%, 0% 100%, 45% 100%, 45% 50%, 55% 50%, 55% 66%, 0% 66%, 0% 100%, 100% 100%, 100% 0%); // show play button
          }
          iframe, object, embed, video {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
          }
          video {
              -o-object-fit: cover;
              object-fit: cover;
              -o-object-position: center;
              object-position: center;
          }
      }
  } */
  /* .btn-wrap {
      padding: 0;
      margin-top: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      @include mixins.prefix(transform, translate(-50%, -50%));
      [class^=btn-] ~ [class^=btn-] {
          margin-left: 0;
      }
      .btn-video-play,
      .btn-video-pause {
          width: 50px;
          height: 50px;
          .ico-video-play, .ico-video-pause {
              position: static;
          }
      }
  }
  .ico-video-play {
      display: inline-block;
      width: 50px;
      height: 50px;
      vertical-align: top;
      @include mixins.ratio_images('../images/common/comm_ico_video_play');
  }
  .ico-video-pause {
      display: inline-block;
      width: 50px;
      height: 50px;
      vertical-align: top;
      @include mixins.ratio_images('../images/common/comm_ico_video_pause');
  } */
}
.thumb-store-detail .thumb-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb-store-detail .vod-box {
  padding-top: 75%;
}

.thumb-about-gugus .thumb-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.thumb-about-gugus .thumb-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thumb-about-gugus .info-box {
  position: relative;
  margin-top: 30px;
}
.thumb-about-gugus .info-box .step-num-eng {
  position: absolute;
  top: -49px;
  color: #B79683;
}
.thumb-about-gugus .info-box .stext {
  margin-top: 14px;
}

/* // thumb */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* popup */
html:has(body:is(.ios.dialog-open)) {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body:is(.dialog-open, .depth2-open, .datepicker-open) {
  position: static;
  overflow: hidden;
}
body:is(.dialog-open, .depth2-open, .datepicker-open) .wrapper {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
body:is(.dialog-open, .depth2-open, .datepicker-open) .container-wrapper, body:is(.dialog-open, .depth2-open, .datepicker-open) .floating-wrapper, body:is(.dialog-open, .depth2-open, .datepicker-open) .footer-wrapper, body:is(.dialog-open, .depth2-open, .datepicker-open) .content-docker-wrap, body:is(.dialog-open, .depth2-open, .datepicker-open) .my-pocket-floating {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
@media (min-width: 500px) {
  body:is(.dialog-open, .depth2-open, .datepicker-open) {
    padding-right: var(--scrollVWidth);
  }
}
body:is(.dialog-open, .depth2-open, .datepicker-open).ios {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

[data-role=dialog] {
  display: none;
}

.ui-dialog-container {
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: var(--reVh, 1vh); */
  margin: 0;
  z-index: 100;
}
@media (min-width: 500px) {
  .ui-dialog-container {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 500px) {
  .ui-dialog-container {
    left: calc(50% - (500px + var(--scrollVWidth)) / 2);
    -webkit-transform: none;
    transform: none;
    margin: 0;
  }
}
.ui-dialog-container.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ui-dialog-container.open .ui-dialog {
  -webkit-animation: bottomPopAnimation 0.25s cubic-bezier(0.45, 0, 0.55, 1) forwards;
  animation: bottomPopAnimation 0.25s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}
.ui-dialog-container.open .ui-dialog.dialog-full {
  -webkit-animation: none;
  animation: none;
}
.ui-dialog-container .ui-dialog {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: self-end;
  align-self: self-end;
  position: relative;
  width: 100% !important;
  padding: 0;
}
.ui-dialog-container .ui-dialog .ui-dialog-content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-overflow-scrolling: auto;
  width: 100%;
  max-width: 500px;
  max-height: calc(var(--reVh) - 40px);
  padding: 0;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-header {
  padding: 17px 64px 0 20px;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-header .dialog-title {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-header ~ .dialog-body {
  padding-top: 16px;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  -webkit-touch-callout: none;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-body .dialog-inner {
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-body .dialog-inner [class^=cont-box]:last-child {
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-body .dialog-inner [class^=cont-box] .cont-inner .complete-text-wrap:last-child {
  padding-bottom: 40px;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-body .dialog-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-body .dialog-btn-wrap [class^=btn] {
  width: 100%;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-body .dialog-btn-wrap [class^=btn] ~ [class^=btn] {
  margin-top: 10px;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-footer {
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  padding-left: 10px;
  border-top: 1px solid #D9D9D9;
  background-color: #fff;
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.06);
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-footer .dialog-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-footer .dialog-btn-wrap [class^=btn] {
  width: 100%;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-btn-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-btn-flex-wrap .right-area {
  margin-left: auto;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .popup-input-sticky {
  z-index: 2;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .popup-input-sticky .input-gray-search-box {
  margin-bottom: 0;
}
.ui-dialog-container .ui-dialog .ui-dialog-content .dialog-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("../images/common/comm_ico_close.svg") 0 0 no-repeat;
  background-size: cover;
}
.ui-dialog-container .ui-dialog.dialog-full {
  /* height: var(--reVh, 1vh);
  max-height: var(--reVh, 1vh); */
  -ms-flex-item-align: self-start;
  align-self: self-start;
  height: 1dvh;
  max-height: 1dvh;
}
.ui-dialog-container .ui-dialog.dialog-full .ui-dialog-content {
  height: var(--reVh, 1vh);
  max-height: var(--reVh, 1vh);
}
.ui-dialog-container .ui-dialog.dialog-full .dialog-body {
  padding-bottom: 0;
}
.ui-dialog-container .ui-dialog.dialog-full .dialog-body .dialog-inner {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui-dialog-container .ui-dialog.dialog-full .dialog-body .dialog-inner [class^=cont-box]:last-child {
  padding-bottom: calc(30px + env(safe-area-inset-bottom));
}
.ui-dialog-container .ui-dialog.dialog-full .dialog-body .dialog-inner .tab-line-wrap.divider-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ui-dialog-container .ui-dialog.dialog-full .dialog-body .dialog-inner .tab-line-wrap.divider-top .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ui-dialog-container .ui-dialog.dialog-full .dialog-body .dialog-inner .gcont-box.full {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ui-dialog-container .ui-dialog.dialog-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.ui-dialog-container .ui-dialog.dialog-center .ui-dialog-content {
  max-width: 315px;
  max-height: calc(var(--reVh) - 80px);
  margin: 0 auto;
}
.ui-dialog-container .ui-dialog.dialog-alert {
  position: relative;
  max-width: 375px;
  max-height: calc(var(--reVh) - 80px);
  margin: 0 auto;
  padding: 0 30px;
  -ms-flex-item-align: center;
  align-self: center;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content {
  max-width: 315px;
  max-height: calc(var(--reVh) - 80px);
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-header {
  padding: 30px 30px 0;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-header ~ .dialog-body {
  padding-top: 14px;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-body {
  padding-top: 30px;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-body .cont-box {
  padding-top: 0;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-body .cont-box:last-child {
  padding-bottom: 30px !important;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-body .cont-box .cont-inner {
  padding: 0 30px;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-body .alert-desc {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  word-break: keep-all;
  word-wrap: break-word;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-footer {
  height: 60px;
  padding: 21px 30px 22px;
  border-top: 0;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-footer .dialog-alert-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-footer .dialog-alert-btn-wrap .btn-alert {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 600;
  color: #012E29;
}
.ui-dialog-container .ui-dialog.dialog-alert .ui-dialog-content .dialog-footer .dialog-alert-btn-wrap .right-area {
  margin-left: auto;
}
.ui-dialog-container .ui-widget-overlay {
  background-color: #000;
  opacity: 0.5;
  overflow: hidden;
  height: var(--reVh, 1vh);
}

body.datepicker-open {
  overflow: hidden;
}
body.datepicker-open .ui-datepicker.ui-widget.ui-widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 500px) {
  body.datepicker-open {
    padding-right: var(--scrollVWidth);
  }
  body.datepicker-open .floating-wrapper {
    left: calc(50% + 196px - var(--scrollVWidth) / 2);
  }
}

.ui-datepicker.ui-widget.ui-widget-content {
  position: fixed !important;
  z-index: 9999 !important;
  top: initial !important;
  left: 50% !important;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 486px;
  max-width: 500px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #fff;
}
@media (min-width: 500px) {
  .ui-datepicker.ui-widget.ui-widget-content {
    left: calc(50% - (500px + var(--scrollVWidth)) / 2) !important;
    -webkit-transform: none;
    transform: none;
  }
}
.ui-datepicker .ui-datepicker-buttonpane {
  position: static;
  width: 100%;
  margin: auto 0 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: none;
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  background-color: #012E29;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 600;
  color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 60px;
  padding: 0;
  background: none;
  border: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  top: 21px;
  width: 18px;
  height: 18px;
  margin: 0;
  padding-bottom: 0;
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-state-hover {
  background-color: transparent;
  border: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  background: url("../images/form/ico_datepicker_prev.svg") 0 0 no-repeat;
  background-size: cover;
  left: 20px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background: url("../images/form/ico_datepicker_next.svg") 0 0 no-repeat;
  background-size: cover;
  right: 20px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 600;
  width: 50%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year,
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  font-weight: 600;
  border: none;
  width: 40%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin-left: 16px;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  appearance: none; /* 기본 셀렉트 스타일 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/assets/images/common/comm_arw_down_black.svg') no-repeat right 20%; /* 아이콘 경로 */
}
.ui-datepicker select.ui-datepicker-month:focus,
.ui-datepicker select.ui-datepicker-year:focus {
  outline: none; /* focus 시 테두리 제거 */
}
.ui-datepicker .ui-datepicker-calendar {
  width: calc(100% - 46px);
  margin: 20px 23px 0;
}
.ui-datepicker .ui-datepicker-calendar th {
  padding: 0 0 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #666;
}
.ui-datepicker .ui-datepicker-calendar th span {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 1px 0 0;
  color: #000;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  display: inline-block;
  width: 47px;
  height: 47px;
  padding: 13px 0;
  background: transparent;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  color: #000;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  vertical-align: top;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  font-weight: 600;
  color: #012E29;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  border-radius: 50%;
  background-color: #012E29;
  color: #fff;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable span {
  color: #999;
  text-decoration: line-through;
}

.ui-widget-overlay {
  background-color: #000;
  opacity: 0.5;
  width: 100%;
}
@media (min-width: 500px) {
  .ui-widget-overlay {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 500px) {
  .ui-widget-overlay {
    left: calc(50% - (500px + var(--scrollVWidth)) / 2);
    -webkit-transform: none;
    transform: none;
  }
}

.ui-dialog-container:has(.dialog-search) {
  height: var(--reVh, 1vh);
}
.ui-dialog-container:has(.dialog-search) .ui-dialog {
  overflow: hidden;
  height: calc(100% - 40px);
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-header {
  padding-bottom: 16px;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .cont-box {
  padding-top: 0;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .sns-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 6px 0 5px;
  padding-bottom: 20px;
  text-align: center;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .sns-share-list .sns-share-item {
  display: inline-block;
  margin: 0 5px 0 6px;
  text-align: center;
  vertical-align: top;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .sns-share-list .sns-share-item .link-sns-share {
  display: inline-block;
  vertical-align: top;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .sns-share-list .sns-share-item .ico-box {
  display: block;
  margin: 0 auto;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .sns-share-list .sns-share-item .ico-box.light-yellow {
  background: #F6E24B;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .sns-share-list .sns-share-item .ico-box.facebook {
  background: #4A66AC;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .sns-share-list .sns-share-item .ico-box.share-url {
  background: #E9E9E9;
}
.ui-dialog-container .ui-dialog .dialog-share .dialog-body .sns-share-list .sns-share-item .text {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  vertical-align: top;
}
.ui-dialog-container .ui-dialog .dialog-marketing .dialog-body {
  padding-top: 0;
}
.ui-dialog-container .ui-dialog .dialog-marketing .dialog-body .dialog-inner {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.ui-dialog-container .ui-dialog .dialog-marketing .dialog-body .cont-box {
  padding-top: 0;
  padding-bottom: 0 !important;
}
.ui-dialog-container .ui-dialog .dialog-marketing .dialog-footer {
  border-top: 0;
  height: 60px;
  padding: 21px 30px 22px;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.ui-dialog-container .ui-dialog .dialog-search {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: self-end;
  align-self: self-end;
  height: var(--reVh, 1vh);
}
.ui-dialog-container .ui-dialog .dialog-search .btn-ios-pos {
  display: none;
}
body.ios .ui-dialog-container .ui-dialog .dialog-search .btn-ios-pos {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 58px;
  /*height: 100%;*/
  height: 50px;
  width: 100%;
  /*opacity: 0;*/
  background: red;
}
.ui-dialog-container .ui-dialog .dialog-search .input-gray-search-box {
  position: relative;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body {
  padding-top: 60px;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner {
  height: 100%;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-pill-wrap > .cont-box .tabs {
  margin-top: 30px;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-pill-wrap > .cont-box .tabs .tab-item {
  min-height: 40px;
  border-radius: 25px;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-pill-wrap > .cont-box .tabs .tab-item .tab-link {
  padding-top: 10px;
  padding-bottom: 9px;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-pill-wrap > .cont-box .tabs .tab-item .tab-link .tab-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-pill-wrap > .cont-box .tabs .tab-item .tab-link .val {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-pill-wrap > .cont-box .tabs .tab-item.ui-state-active .tab-link .tab-text {
  font-weight: 600;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content {
  height: 100%;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .white-box ~ .white-box {
  margin-top: 20px;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap .gcont-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap .search-auto-complete-wrap {
  display: none;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap .search-auto-complete-wrap .auto-complete-list .auto-complete-item:first-child .word-link {
  padding-top: 0;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap .search-auto-complete-wrap .auto-complete-list .auto-complete-item .word-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap .search-auto-complete-wrap .auto-complete-list .auto-complete-item .word-link .mark {
  color: #B79683;
  font-weight: 500;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap .search-auto-complete-wrap .auto-complete-list .auto-complete-item .word-link .word-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: inherit;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap .search-auto-complete-wrap .auto-complete-list .auto-complete-item .word-link .word-area .word-keyword {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: inherit;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .search-wrap .search-auto-complete-wrap .auto-complete-list .auto-complete-item .word-link .word-area .word-date {
  display: block;
  padding-left: 10px;
  padding-top: 3px;
  color: #666;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.ui-dialog-container .ui-dialog .dialog-search .dialog-body .dialog-inner .tab-content .dcont-box {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.ui-dialog-container .ui-dialog .dialog-search.has-search-value .search-auto-complete-wrap {
  display: block !important;
}
.ui-dialog-container .ui-dialog .dialog-search.has-search-value .search-wrap .gcont-box {
  display: none !important;
}
.ui-dialog-container .ui-dialog.dialog-filter {
  width: 90% !important;
  margin-left: auto;
  -webkit-animation: rightPopAnimation 0.25s cubic-bezier(0.45, 0, 0.55, 1) forwards;
  animation: rightPopAnimation 0.25s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content {
  height: var(--reVh, 1vh);
  max-height: var(--reVh, 1vh);
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .tag-swiper-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 20px 0 20px;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .tag-swiper-wrap .tag-item {
  padding-bottom: 20px;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .scroll-cont {
  position: relative;
  border-top: 10px solid #F5F5F5;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .scroll-cont .cont-box {
  padding-top: 0;
  padding-bottom: 0;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .scroll-cont .cont-box .fold-wrap .fold-filter-list .detail-filter-swiper-wrap {
  margin: 0 -20px;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .scroll-cont .cont-box .fold-wrap .fold-filter-list .detail-filter-swiper-wrap .swiper-fraction-wrap .swiper-wrapper .swiper-slide {
  padding: 0 20px;
  height: auto;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .scroll-cont .cont-box .fold-wrap .fold-filter-list .detail-filter-swiper-wrap .swiper-fraction-wrap .swiper-pagination {
  display: inline-block;
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 10px;
  vertical-align: top;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .scroll-cont .cont-box:last-child {
  padding-bottom: 0;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .dialog-header {
  padding-right: 86px;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .dialog-header ~ .dialog-body {
  padding-top: 16px;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .dialog-btn-wrap [class^=btn] .text .val {
  font-weight: 600;
  color: #CBB19C;
}
.ui-dialog-container .ui-dialog.dialog-filter .ui-dialog-content .btn-reset {
  position: absolute;
  top: 18px;
  right: 58px;
  width: 24px;
  height: 24px;
}
.ui-dialog-container .ui-dialog .dialog-prod-preview .dialog-inner {
  height: 100%;
}
.ui-dialog-container .ui-dialog .dialog-prod-preview .dialog-inner .prod-detail-swiper-wrap {
  height: 100%;
}
.ui-dialog-container .ui-dialog .dialog-prod-preview .dialog-inner .prod-detail-swiper-wrap .thumb-prod .thumb-box {
  padding-top: calc(var(--reVh, 1vh) - 60px);
}
.ui-dialog-container .ui-dialog .dialog-select-other-store .dialog-inner {
  height: 100%;
}
.ui-dialog-container .ui-dialog .dialog-select-other-store .dialog-inner > .cont-box {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.ui-dialog-container .ui-dialog .dialog-select-other-store .dialog-inner > .cont-box .aside-tab-wrap .aside-tabs {
  border-top: 1px solid #E9E9E9;
}
.ui-dialog-container .ui-dialog .dialog-select-other-store .dialog-inner > .cont-box .aside-tab-wrap .aside-content-box {
  width: 100%;
  border-top: 1px solid #E9E9E9;
}
.ui-dialog-container .ui-dialog .dialog-select-other-store .dialog-inner > .cont-box .aside-tab-wrap .aside-content-box .tab-content {
  padding: 30px 0;
}
.ui-dialog-container .ui-dialog .dialog-select-other-store .dialog-inner > .cont-box .aside-tab-wrap .aside-content-box .tab-content ~ .tab-content {
  border-top: 1px solid #E9E9E9;
}
.ui-dialog-container .ui-dialog .dialog-select-other-store .dialog-inner > .cont-box:last-child {
  padding-bottom: 0 !important;
}
.ui-dialog-container .ui-dialog .dialog-store-of-interest-list .dialog-inner {
  height: 100%;
}
.ui-dialog-container .ui-dialog .dialog-store-of-interest-list .dialog-inner > .cont-box {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.ui-dialog-container .ui-dialog .dialog-store-of-interest-list .dialog-inner > .cont-box .aside-tab-wrap {
  overflow: hidden;
}
.ui-dialog-container .ui-dialog .dialog-store-of-interest-list .dialog-inner > .cont-box .aside-tab-wrap .aside-tabs {
  border-top: 1px solid #E9E9E9;
}
.ui-dialog-container .ui-dialog .dialog-store-of-interest-list .dialog-inner > .cont-box .aside-tab-wrap .aside-content-box {
  width: 100%;
  border-top: 1px solid #E9E9E9;
}
.ui-dialog-container .ui-dialog .dialog-store-of-interest-list .dialog-inner > .cont-box .aside-tab-wrap .aside-content-box .tab-content {
  padding: 30px 0;
}
.ui-dialog-container .ui-dialog .dialog-store-of-interest-list .dialog-inner > .cont-box .aside-tab-wrap .aside-content-box .tab-content ~ .tab-content {
  border-top: 1px solid #E9E9E9;
}
.ui-dialog-container .ui-dialog .dialog-install-app {
  padding-top: 34px;
  background-color: transparent;
}
.ui-dialog-container .ui-dialog .dialog-install-app .dialog-body {
  background-color: #fff;
}
.ui-dialog-container .ui-dialog .dialog-install-app .dialog-body .ico-app-download {
  position: absolute;
  top: 0;
  left: 50%;
  width: 91px;
  height: 76px;
  margin-left: 7.5px;
  background-size: 91px 76px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ui-dialog-container .ui-dialog .dialog-install-app .dialog-body .stext-lg {
  margin-top: 32px;
}
.ui-dialog-container .ui-dialog .dialog-install-app .dialog-body .btn-wrap {
  margin-top: 34px;
}
.ui-dialog-container .ui-dialog .dialog-install-app .dialog-footer {
  border-top: 0;
  height: 60px;
  padding: 21px 20px 22px;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}
.ui-dialog-container .ui-dialog .store-img-view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #000;
  height: 100%;
}
.ui-dialog-container .ui-dialog .store-img-view-all .swiper-fraction-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.ui-dialog-container .ui-dialog .store-img-view-all .swiper-fraction-wrap .swiper-wrapper {
  height: 100% !important;
}
.ui-dialog-container .ui-dialog .store-img-view-all .swiper-fraction-wrap .swiper-wrapper .thumb-store-detail {
  overflow: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.ui-dialog-container .ui-dialog .store-img-view-all .swiper-fraction-wrap .swiper-pagination {
  bottom: 30px;
}
.ui-dialog-container .ui-dialog .store-channel-nav {
  height: 50px;
}
.ui-dialog-container .ui-dialog .store-channel-nav .tabs.swiper-auto-wrap {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
.ui-dialog-container .ui-dialog .thumb-size-guide {
  width: 100%;
}
.ui-dialog-container .ui-dialog .thumb-size-guide .thumb-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer {
  padding: 10px 10px 10px 20px;
  border-top: 0;
  background-color: #012E29;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap .left-area .btn-wish-wrap {
  text-align: center;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap .left-area .btn-wish-wrap .text-bubble-box {
  top: inherit;
  bottom: calc(100% - 5px);
  left: 12px;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap .left-area .btn-wish-wrap .wish-val {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap .right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 250px;
  margin-left: auto;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap .right-area [class^=btn] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 22px;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap .right-area [class^=btn]:nth-child(2) {
  max-width: 96px;
}
.ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap .right-area [class^=btn] ~ [class^=btn] {
  margin-left: 6px;
}
@media (max-width: 320px) {
  .ui-dialog-container .ui-dialog .dialog-prod-detail .dialog-footer .dialog-btn-wrap .right-area {
    margin-left: 10px;
  }
}
.ui-dialog-container .ui-dialog #popBannerCollection .grid-list-wrap .grid-list .grid-item {
  margin-top: -1px;
}
.ui-dialog-container .ui-dialog #popBannerCollection .thumb-event .thumb-box {
  position: static;
  height: 75vw;
  max-height: 375px;
  font-size: 0;
}
.ui-dialog-container .ui-dialog #popBannerCollection .thumb-event .thumb-box img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}
.ui-dialog-container .ui-dialog #popMainMarketing img {
  width: 100%;
  max-height: calc(var(--reVh) - 100px);
}

/* // popup */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* grid list */
.grid-list-wrap .grid-list-header {
  margin-bottom: 0;
}
.grid-list-wrap .no-data-box {
  margin-top: 30px;
}
.grid-list-wrap .grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-list-wrap .grid-list .grid-item {
  position: relative;
  width: 100%;
}
.grid-list-wrap .grid-list .grid-item ~ .grid-item {
  margin-top: 20px;
}
.grid-list-wrap .grid-list .grid-item.thumb-event {
  margin-top: 0;
}
.grid-list-wrap .grid-list .premium-service-item .info-box {
  margin-top: 20px;
}
.grid-list-wrap .grid-list.grid-col2 .grid-item {
  width: calc((100% - 10px) / 2);
}
.grid-list-wrap .grid-list.grid-col2 .grid-item ~ .grid-item {
  margin-top: 0;
}
.grid-list-wrap .grid-list.grid-col2 .grid-item ~ .grid-item:nth-child(2n+2) {
  margin-left: 10px;
}
.grid-list-wrap .grid-list.grid-col2 .grid-item ~ .grid-item:nth-child(n+3) {
  margin-top: 40px;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .grid-item {
  width: 100%;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .grid-item:nth-child(2n+2) {
  margin-left: 0;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .grid-item:nth-child(n+2) {
  margin-top: 20px;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .thumb-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .thumb-prod .prod-lank {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 26px;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .thumb-prod .prod-lank ~ .thumb-box, .grid-list-wrap .grid-list.grid-col2.active-col1 .thumb-prod .prod-lank ~ .info-box {
  margin-top: 10px;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .thumb-prod .thumb-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110px;
  padding-top: 110px;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .thumb-prod .info-box {
  width: calc(100% - 126px);
  margin-top: 8px;
  margin-left: 16px;
}
.grid-list-wrap .grid-list.grid-col2.active-col1 .thumb-prod .info-box .title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 42px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.grid-list-wrap .grid-list.gap-lg .grid-item ~ .grid-item {
  margin-top: 40px;
}
.grid-list-wrap .grid-list.gap-xl .grid-item ~ .grid-item {
  margin-top: 50px;
}
.grid-list-wrap .price-info-footer {
  margin-top: 40px;
}

.grid-list-header {
  margin-bottom: 20px;
}
.grid-list-header .grid-filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.grid-list-header .grid-filter-wrap .swiper-auto-wrap {
  padding-right: 0;
  margin-right: 0;
}
.grid-list-header .grid-filter-wrap .toggle-list-wrap .swiper-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: -20px;
  margin-left: -20px;
}
.grid-list-header .grid-filter-wrap .toggle-list-wrap .swiper-slide ~ .swiper-slide {
  margin-left: 14px;
}
.grid-list-header .grid-filter-wrap + .count-box {
  width: 100%;
  margin-top: 20px;
}
.grid-list-header .grid-filter-wrap + .grid-count-wrap {
  margin-top: 0;
}
.grid-list-header > .grid-count-wrap {
  margin-top: -16px;
}
.grid-list-header .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grid-list-header .count .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  margin-right: 4px;
}
.grid-list-header .count .goods-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grid-list-header .count .goods-group .val {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.grid-list-header .count .goods-group .unit {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.grid-list-header .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grid-list-header .count-box .right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}
.grid-list-header .count-box .right-area .btn-filter-detail {
  display: none;
  margin-left: 13px;
}
.grid-list-header .count-box.fixed, .grid-list-header .count-box.sps-blw {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}
.grid-list-header .count-box.fixed .right-area .btn-filter-detail, .grid-list-header .count-box.sps-blw .right-area .btn-filter-detail {
  display: block;
}
.grid-list-header .grid-count-wrap {
  width: 100%;
  height: 50px;
  margin-bottom: -14px;
}
.grid-list-header .grid-count-wrap .count-box {
  height: 50px;
  margin-top: 0;
}
.grid-list-header .btn-list-view {
  width: 18px;
  height: 18px;
  background: url("../images/common/comm_ico_prod_list_col1.svg") 0 0 no-repeat;
  background-size: cover;
}
.grid-list-header .btn-list-view.is-active {
  background-image: url("../images/common/comm_ico_prod_list_col2.svg");
}
.grid-list-header .right-area {
  margin-left: auto;
  padding-left: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
}
.grid-list-header .right-area .btn-round-sm ~ .btn-round-sm {
  margin-left: 4px;
}
.grid-list-header ~ .grid-list, .grid-list-header ~ .grid-box-list {
  margin-top: 20px;
}

.grid-box-list .grid-box-item {
  width: 100%;
  /* ~ .grid-box-item {
  margin-top: 10px;
  } */
}
.grid-box-list .grid-box-item.box-select .select-info-wrap {
	flex-wrap: wrap;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap .btn-wrap .btn-pay-unsel {
	display: none;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap .input-flex-box {
	width: 100%;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap .input-flex-box .ui-select {
	flex: none;
	width: 37%;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap .pay-info {
	display: none;
	width: 100%;
	margin-top: 30px;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap .pay-info .dot-text {
	margin-top: 10px;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap .pay-info .ui-chk {
	margin-top: 20px;
}
.grid-box-list .grid-box-item.box-select.is-active .gray-line-box {
	border-color: #012E29;
	-moz-transition: border-color 0.2s ease-out;
	-webkit-transition: border-color 0.2s ease-out;
	transition: border-color 0.2s ease-out;
}
.grid-box-list .grid-box-item.box-select.is-active .select-info-wrap .btn-wrap .btn-pay-sel {
	display: none;
}
.grid-box-list .grid-box-item.box-select.is-active .select-info-wrap .btn-wrap .btn-pay-unsel {
	display: block;
}
.grid-box-list .grid-box-item.box-select.is-active .select-info-wrap .pay-info {
	display: block;
}
.grid-box-list .grid-box-item ~ .grid-box-item {
	margin-top: 10px;
}
.grid-box-list .grid-box-item .value-count .goods-group:not(.size-3xl, .size-xl) .val {
  font-weight: 500;
  color: #012E29;
  text-decoration: underline;
}
.grid-box-list .grid-box-item .value-count .goods-group:not(.size-3xl, .size-xl) .val.no-value {
  font-weight: 300;
  color: #666;
  text-decoration: none;
}
.grid-box-list .grid-box-item .value-count .goods-group:not(.size-3xl, .size-xl) .unit {
  margin-left: 3px;
  font-weight: 300;
  color: #666;
}
.grid-box-list .grid-box-item .info-text-list .dot-text .value-count {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.grid-box-list .grid-box-item .info-text-list .dot-text .value-count .stext-sm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.grid-box-list .grid-box-item .gray-box {
  position: relative;
}
.grid-box-list .grid-box-item .box-state-header ~ .value-count .goods-group.size-2xl .val {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.grid-box-list .grid-box-item .box-state-header ~ .value-count .goods-group.size-2xl .unit {
  margin-left: 0;
  font-weight: inherit;
  color: inherit;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap .btn-wrap .btn-pay-unsel {
  display: none;
}
.grid-box-list .grid-box-item.box-select .select-info-wrap .input-pay {
  display: none;
}
.grid-box-list .grid-box-item.box-select.is-active .gray-line-box {
  border-color: #012E29;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.grid-box-list .grid-box-item.box-select.is-active .select-info-wrap .btn-wrap .btn-pay-sel {
  display: none;
}
.grid-box-list .grid-box-item.box-select.is-active .select-info-wrap .btn-wrap .btn-pay-unsel {
  display: block;
}
.grid-box-list .grid-box-item.box-select.is-active .select-info-wrap .input-pay {
  display: block;
}
.grid-box-list .grid-box-item:not([style*="display: none"]) ~ .grid-box-item {
  margin-top: 10px;
}
.grid-box-list .grid-box-item .coupon-box {
  overflow: hidden;
  background: #fff;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #D9D9D9;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area {
  position: relative;
  padding: 30px 20px;
  width: calc(100% - 58px);
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area:before, .grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area:after {
  position: absolute;
  right: -8px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #F5F5F5;
  border: 1px solid #D9D9D9;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area:before {
  top: -8px;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area:after {
  bottom: -8px;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area .goods-group {
  color: #012E29;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area .goods-group.size-4xl .unit {
  margin-left: 2px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area .coupon-info {
  margin-top: 14px;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area .coupon-info .stext-sm {
  word-break: keep-all;
  word-wrap: break-word;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .left-area .coupon-info .stext-sm-black {
  margin-top: 6px;
  font-weight: 300;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .right-area {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  width: 58px;
}
.grid-box-list .grid-box-item .coupon-box .coupon-inner .right-area:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 40px);
  border-left: 1px dashed #D9D9D9;
}
.grid-box-list.gap-sm .grid-box-item ~ .grid-box-item {
  margin-top: 6px;
}
.grid-box-list.gap-lg .grid-box-item ~ .grid-box-item {
  margin-top: 20px;
}
.grid-box-list.grid-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grid-box-list.grid-col2 .grid-box-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.grid-box-list.grid-col2 .grid-box-item .gray-box {
  height: 100%;
}
.grid-box-list.grid-col2 .grid-box-item .gray-box .value-count {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
.grid-box-list.grid-col2 .grid-box-item .gray-box .value-count .stitle {
  width: 100%;
  margin-bottom: 10px;
}
.grid-box-list.grid-col2 .grid-box-item .gray-box .value-count .goods-group {
  display: inline-block;
  margin-top: auto;
  margin-left: auto;
  text-align: right;
}
.grid-box-list.grid-col2 .grid-box-item .gray-box .value-count .goods-group .val {
  word-break: break-all;
}
.grid-box-list.grid-col2 .grid-box-item ~ .grid-box-item {
  margin-top: 0;
  margin-left: 6px;
}
.grid-box-list.grid-col2 ~ .info-text-list,
.grid-box-list.grid-col2 ~ .dot-text-lg {
  margin-top: 12px;
}
.grid-box-list.step-gold .grid-box-item .icon-info .text-info-area .step-num {
  color: #B79683;
}
.grid-box-list ~ .dot-text, .grid-box-list ~ .dot-text-red {
  margin-top: 10px;
}

/* // grid list */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* no-data */
.no-data-box {
  padding: 30px 0;
  text-align: center;
  border-radius: 4px;
  border: 1px dashed #D9D9D9;
}
.no-data-box .no-data-desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}

.no-data-wrap {
  padding-top: 30px;
  text-align: center;
}
.no-data-wrap.pt-0 {
  padding-top: 0;
}
.no-data-wrap .no-data-desc {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.no-data-wrap .no-data-desc ~ .no-data-sub-desc {
  margin-top: 10px;
}
.no-data-wrap .ico-alert-gray ~ .no-data-desc {
  margin-top: 20px;
}
.no-data-wrap .ico-alert-gray ~ .no-data-sub-desc {
  margin-top: 10px;
}
.no-data-wrap .no-data-sub-desc {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.no-data-wrap .no-data-sub-desc .ico-info-wish {
  margin-top: 1px;
}
.no-data-wrap .gray-box-xs, .no-data-wrap .white-box-xs, .no-data-wrap .red-box-xs, .no-data-wrap .green-box-xs {
  margin-top: 20px;
}

.cont-box .no-data-wrap {
  padding-top: 40px;
}

.gcont-box .no-data-wrap {
  padding-bottom: 70px;
}

/* // no-data */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* terms */
.terms-wrap .terms-sub-list .dot-terms-item, .terms-wrap .terms-list .dot-terms-item {
  position: relative;
  padding-left: 8px;
}
.terms-wrap .terms-sub-list .dot-terms-item:before, .terms-wrap .terms-list .dot-terms-item:before {
  display: block;
  position: absolute;
  left: 0;
  content: "";
  top: 8px;
  width: 2px;
  height: 2px;
  border-radius: 2px;
}

.terms-wrap .terms-sub-list .dash-terms-item, .terms-wrap .terms-list .dash-terms-item {
  position: relative;
  padding-left: 8px;
}
.terms-wrap .terms-sub-list .dash-terms-item:before, .terms-wrap .terms-list .dash-terms-item:before {
  display: block;
  position: absolute;
  left: 0;
  content: "-";
  top: 0;
}

.terms-wrap .terms-sub-list .terms-item, .terms-wrap .terms-list .terms-item {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.terms-wrap {
  position: relative;
}
.terms-wrap .tcont-box {
  position: relative;
}
.terms-wrap .tcont-box ~ .tcont-box {
  padding-top: 30px;
}
.terms-wrap h1 {
  line-height: initial;
}
.terms-wrap .terms-htitle {
  margin-bottom: 20px;
  padding-bottom: 19px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.terms-wrap .terms-ctitle {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.terms-wrap .terms-ctitle ~ .terms-stitle {
  margin-top: 30px;
}
.terms-wrap .terms-ctitle-desc {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.terms-wrap .anchor-pos {
  position: absolute;
  top: var(--posTop);
  left: 0;
  display: block;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.terms-wrap .terms-stitle {
  position: relative;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
  /* .terms-desc, ~ .terms-list {
      margin-top: 14px;
  } */
}
.terms-wrap .terms-stitle ~ .terms-stitle {
  margin-top: 30px;
}
.terms-wrap .terms-desc {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.terms-wrap .terms-desc ~ .terms-list {
  margin-top: 14px;
}
.terms-wrap .terms-desc ~ .terms-desc {
  margin-top: 10px;
}
.terms-wrap .terms-desc table {
  width: 100% !important;
}
.terms-wrap .terms-anchor-list {
  margin-top: 30px;
}
.terms-wrap .terms-anchor-list .terms-anchor-item {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.terms-wrap .terms-anchor-list .terms-anchor-item a {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  vertical-align: top;
}
.terms-wrap .terms-list .terms-item .terms-desc {
  padding-left: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.terms-wrap .terms-list .terms-item ~ .dot-terms-item, .terms-wrap .terms-list .terms-item ~ .terms-item {
  margin-top: 10px;
}
.terms-wrap .terms-list .dot-terms-item {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.terms-wrap .terms-list .dot-terms-item:before {
  background-color: #000;
}
.terms-wrap .terms-list .dot-terms-item ~ .dot-terms-item, .terms-wrap .terms-list .dot-terms-item ~ .terms-item {
  margin-top: 10px;
}
.terms-wrap .terms-list .dash-terms-item {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.terms-wrap .terms-list .dash-terms-item:before {
  color: #000;
}
.terms-wrap .terms-list .dash-terms-item ~ .dash-terms-item, .terms-wrap .terms-list .dash-terms-item ~ .terms-item {
  margin-top: 10px;
}
.terms-wrap .terms-sub-list {
  margin-top: 6px;
  padding-left: 10px;
}
.terms-wrap .terms-sub-list .terms-item {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.terms-wrap .terms-sub-list .terms-item ~ .dot-terms-item, .terms-wrap .terms-sub-list .terms-item ~ .terms-item {
  margin-top: 6px;
}
.terms-wrap .terms-sub-list .dot-terms-item {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.terms-wrap .terms-sub-list .dot-terms-item:before {
  background-color: #666;
}
.terms-wrap .terms-sub-list .dot-terms-item ~ .dot-terms-item, .terms-wrap .terms-sub-list .dot-terms-item ~ .terms-item {
  margin-top: 6px;
}
.terms-wrap .terms-sub-list .dash-terms-item {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.terms-wrap .terms-sub-list .dash-terms-item:before {
  color: #666;
}
.terms-wrap .terms-sub-list .dash-terms-item ~ .dash-terms-item, .terms-wrap .terms-sub-list .dash-terms-item ~ .terms-item {
  margin-top: 6px;
}
.terms-wrap .terms-sub-list .terms-sub-list {
  margin-top: 0;
}
.terms-wrap .terms-sub-list .terms-sub-list .terms-item, .terms-wrap .terms-sub-list .terms-sub-list .dot-terms-item, .terms-wrap .terms-sub-list .terms-sub-list .dash-terms-item {
  margin-top: 0;
}
.terms-wrap .tbl-wrap:not(:first-child) {
  margin-top: 20px;
}
.terms-wrap .tbl-wrap ~ .terms-desc {
  margin-top: 20px;
}
.terms-wrap .tbl-wrap table {
  table-layout: auto;
}
.terms-wrap .btn-terms-link-text {
  display: block;
}
.terms-wrap .btn-terms-link-text .text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  vertical-align: top;
  text-decoration: underline;
}

.terms-select-box {
  margin-top: 30px;
}

/* // terms */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* keyframes */
@-webkit-keyframes bottomPopAnimation {
  0% {
    margin-bottom: -20vh;
  }
  100% {
    margin-bottom: 0;
  }
}
@keyframes bottomPopAnimation {
  0% {
    margin-bottom: -20vh;
  }
  100% {
    margin-bottom: 0;
  }
}
@-webkit-keyframes rightPopAnimation {
  0% {
    margin-right: -50vw;
  }
  100% {
    margin-right: 0;
  }
}
@keyframes rightPopAnimation {
  0% {
    margin-right: -50vw;
  }
  100% {
    margin-right: 0;
  }
}
@-webkit-keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleAnimation {
  0% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* // keyframes */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* fold */
.fold-item {
  border-bottom: 1px solid #E9E9E9;
}
.fold-item .fold-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding: 20px 25px 20px 0;
  background-color: #fff;
}
.fold-item .fold-header .fold-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.fold-item .fold-header .btn-fold {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fold-item .fold-header .btn-fold:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background: url("../images/common/comm_ico_fold_arr_gray.svg") 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32), -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
}
.fold-item .fold-content {
  display: none;
  padding: 20px;
  border-top: 1px solid #E9E9E9;
  background-color: #F5F5F5;
}
.fold-item .fold-content .editor-wrap {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.expanded.fold-item .fold-header .btn-fold:after {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.expanded.fold-item .fold-content {
  display: block;
}

.fold-wrap .fold-list {
  border-top: 1px solid #E9E9E9;
}
.fold-wrap .fold-filter-list {
  border: 0;
}
.fold-wrap .fold-filter-list .fold-item .fold-header {
  padding: 18px 45px 18px 20px;
}
.fold-wrap .fold-filter-list .fold-item .fold-header .fold-title {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.fold-wrap .fold-filter-list .fold-item .btn-fold {
  padding-right: 20px;
}
.fold-wrap .fold-filter-list .fold-item .fold-content {
  border-top: 0;
}
.fold-wrap .fold-filter-list .fold-item.expanded {
  border: 0;
}
.fold-wrap .qna-head-wrap .fold-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.fold-wrap .qna-head-wrap .fold-title .ico-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 2px;
  vertical-align: top;
}
.fold-wrap .qna-text-wrap .qna-text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fold-wrap .qna-text-wrap .qna-text-area .qna-type {
  margin-right: 20px;
}
.fold-wrap .qna-text-wrap .qna-text-area .desc {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}

.divider-fold-wrap .fold-item {
  padding: 0 20px;
  border-top: 10px solid #F5F5F5;
  border-bottom: 0;
}
.divider-fold-wrap .fold-item .fold-header {
  padding: 30px 30px 30px 0;
}
.divider-fold-wrap .fold-item .fold-header .ctitle-wrap {
  width: 100%;
  min-height: 30px;
  margin-bottom: 0;
  padding: 0;
}
.divider-fold-wrap .fold-item .fold-header .ctitle-wrap .right-area button.btn-round-sm {
  position: relative;
  z-index: 2;
  display: none;
}
.divider-fold-wrap .fold-item .fold-content {
  padding: 0 0 30px 0;
  border-top: 0;
  background-color: #fff;
}
.divider-fold-wrap .fold-item.expanded .fold-header {
  padding-bottom: 20px;
}
.divider-fold-wrap .fold-item.expanded .fold-header .btn-fold:after {
  margin-top: 5px;
}
.divider-fold-wrap .fold-item.expanded .fold-header .ctitle-wrap .stext-black {
  display: none;
}
.divider-fold-wrap .fold-item.expanded .fold-header .ctitle-wrap .right-area .btn-round-sm {
  display: block;
}
.divider-fold-wrap .fold-item.no-divider {
  border-top: 0;
}
.divider-fold-wrap.divider-bottom {
  border-bottom: 10px solid #F5F5F5;
}

.box-fold-wrap .fold-item {
  border-bottom: 0;
}
.box-fold-wrap .fold-item .fold-header {
  padding: 10px 33px 10px 13px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
.box-fold-wrap .fold-item .fold-header .btn-fold {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  background-color: transparent;
}
.box-fold-wrap .fold-item .fold-header .btn-fold:after {
  margin-right: 13px;
}
.box-fold-wrap .fold-item .fold-content {
  padding: 0;
  border-radius: 0 0 4px 4px;
  background-color: #F5F5F5;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  border-left: 1px solid #E9E9E9;
}
.box-fold-wrap .fold-item .fold-content .scont-box {
  padding: 14px;
}
.box-fold-wrap .fold-item .fold-content .scont-box ~ .scont-box {
  margin-top: 0;
}
.box-fold-wrap .fold-item.expanded .fold-header {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}

/* // fold */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
.swiper-fraction-wrap, .swiper-dot-wrap, .swiper-card-wrap, .swiper-auto-wrap {
  position: relative;
  overflow: hidden;
}

/* swiper */
.swiper-auto-wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.swiper-auto-wrap .swiper-slide {
  width: auto;
}

.swiper-card-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
.swiper-card-wrap .swiper-slide {
  width: calc(100% - 40px);
  margin-left: 5px;
  margin-right: 5px;
}

.swiper-dot-wrap .swiper-slide {
  width: 100%;
}
.swiper-dot-wrap .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  height: 4px;
  margin-top: 20px;
}
.swiper-dot-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  margin: 0 3px;
  background: #D9D9D9;
  opacity: 1;
  vertical-align: top;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.swiper-dot-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.swiper-dot-wrap.no-control .swiper-pagination {
  display: none !important;
}

.swiper-fraction-wrap .swiper-slide {
  width: 100%;
}
.swiper-fraction-wrap .swiper-pagination .swiper-pagination-current, .swiper-fraction-wrap .swiper-pagination .swiper-pagination-total {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.swiper-fraction-wrap .swiper-pagination .swiper-pagination-current {
  font-weight: 500 !important;
}
.swiper-fraction-wrap .swiper-controller {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.swiper-fraction-wrap .swiper-controller .pos-center {
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  height: 25px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.swiper-fraction-wrap .swiper-pagination {
  overflow: hidden;
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 20px;
  left: auto;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  height: 25px;
  color: #fff;
  width: auto;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.swiper-fraction-wrap .swiper-controller .pos-center .swiper-pagination {
  right: 0;
  left: auto;
  background-color: transparent;
  border-radius: 0;
}
.swiper-fraction-wrap .swiper-navigation {
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
}
.swiper-fraction-wrap .swiper-navigation:after {
  font-size: 9px; 
}
.swiper-fraction-wrap .swiper-navigation.swiper-button-disabled {
  display: none;
}
.swiper-fraction-wrap .swiper-navigation.swiper-button-prev {
  left: auto;
  border-right: 1px solid;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
.swiper-fraction-wrap .swiper-navigation.swiper-button-next {
  right: auto;
  border-left: 1px solid;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}

.swiper-fraction-wrap .swiper-pagination.pos-center-white {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.3);
}
.swiper-fraction-wrap .swiper-pagination.pos-sm {
  bottom: 12px;
  right: 12px;
}
.swiper-fraction-wrap .swiper-pagination.pos-blg {
  bottom: 30px;
}
.swiper-fraction-wrap .prod-pagination-wrap {
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.swiper-fraction-wrap .prod-pagination-wrap .swiper-pagination {
  position: static;
  height: 32px;
  padding: 7px 14px 6px;
  background: rgba(255, 255, 255, 0.8);
  color: #666;
}
.swiper-fraction-wrap .prod-pagination-wrap .swiper-pagination .swiper-pagination-current, .swiper-fraction-wrap .prod-pagination-wrap .swiper-pagination .swiper-pagination-total {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.swiper-fraction-wrap .prod-pagination-wrap .swiper-pagination .swiper-pagination-current {
  color: #012E29;
}
.swiper-fraction-wrap .prod-pagination-wrap .btn-preview {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 6px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  vertical-align: top;
}
.swiper-fraction-wrap.no-control .swiper-pagination, .swiper-fraction-wrap.no-control .prod-pagination-wrap {
  display: none !important;
}

.hot-deal-swiper-wrap .swiper-card-wrap.no-control .pagination-wrap {
  display: none;
}
.hot-deal-swiper-wrap .pagination-wrap {
  position: relative;
  margin-top: 62px;
  padding: 0 20px;
}
.hot-deal-swiper-wrap .pagination-wrap:before {
  position: absolute;
  bottom: 18px;
  left: 20px;
  display: block;
  content: "";
  width: 5px;
  height: 16px;
  background: #012E29;
}
.hot-deal-swiper-wrap .pagination-wrap .swiper-pagination {
  position: relative;
  z-index: 1;
  height: 5px;
  background: transparent;
}
.hot-deal-swiper-wrap .pagination-wrap .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #012E29;
}
.hot-deal-swiper-wrap .pagination-wrap .swiper-fraction {
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: top;
  margin-top: -10px;
  padding-left: 10px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  background: #fff;
  left: calc(var(--percent) - var(--fractionWidth));
  -webkit-transition: left 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: left 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.hot-deal-swiper-wrap .pagination-wrap .swiper-fraction .swiper-current {
  font-weight: 500;
  color: #000;
}

.prod-list-swiper-wrap .swiper-auto-wrap .swiper-wrapper .thumb-swiper-md {
  width: 120px;
}
.prod-list-swiper-wrap .swiper-auto-wrap .swiper-wrapper .thumb-swiper-md ~ .thumb-swiper-md {
  margin-left: 10px;
}
.prod-list-swiper-wrap .swiper-auto-wrap .swiper-wrapper .thumb-swiper-xs ~ .thumb-swiper-xs {
  margin-left: 4px;
}
.prod-list-swiper-wrap .swiper-auto-wrap .swiper-wrapper .thumb-swiper-sm ~ .thumb-swiper-sm {
  margin-left: 4px;
}
.prod-list-swiper-wrap .swiper-auto-wrap .swiper-wrapper .thumb-swiper-lg ~ .thumb-swiper-lg {
  margin-left: 10px;
}
.prod-list-swiper-wrap .swiper-auto-wrap .swiper-wrapper .thumb-swiper-xl ~ .thumb-swiper-xl {
  margin-left: 10px;
}

/* // swiper */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* goods */
.goods-group {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.goods-group .val {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
}
.goods-group .unit {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
}
.goods-group.size-xs {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.goods-group.size-sm {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.goods-group.size-lg {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.goods-group.size-xl {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.goods-group.size-2xl {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.goods-group.size-3xl {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.goods-group.size-4xl {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.goods-group.size-5xl {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.goods-group-eng {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  letter-spacing: -0.001em;
}
.goods-group-eng .val {
  font-family: "linotype-didot";
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}
.goods-group-eng .unit {
  margin-left: 2px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.goods-box {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.goods-box .label {
  margin-right: 3px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.goods-box.size-xs {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.goods-box.size-xs .label {
  margin-right: 2px;
  font-weight: 300;
}
.goods-box.size-sm {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.goods-box.size-lg {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.goods-box.size-xl {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.goods-box.size-2xl {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.goods-box.size-3xl {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.goods-box.size-4xl {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.goods-box.size-5xl {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.001em;
  font-weight: 600;
}

/* // goods */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* board */
.board-detail-wrap .board-qna, .qna-board-item, .board-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.board-detail-wrap .board-qna .board-info .board-title, .qna-board-item .board-info .board-title, .board-item .board-info .board-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
  word-break: break-word;
}
.board-detail-wrap .board-qna .board-info .order-num, .qna-board-item .board-info .order-num, .board-item .board-info .order-num {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.board-detail-wrap .board-qna .board-info .prod-name, .qna-board-item .board-info .prod-name, .board-item .board-info .prod-name {
  margin-top: 2px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 36px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.board-detail-wrap .board-qna .board-info .bar-group, .qna-board-item .board-info .bar-group, .board-item .board-info .bar-group {
  margin-top: 6px;
}
.board-detail-wrap .board-qna .right-area, .qna-board-item .right-area, .board-item .right-area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  text-align: right;
}
.board-detail-wrap .board-qna .right-area .point-info-sub, .qna-board-item .right-area .point-info-sub, .board-item .right-area .point-info-sub {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #D93B3B;
  text-align: right;
}
.board-detail-wrap .board-qna .right-area .item-total-point, .qna-board-item .right-area .item-total-point, .board-item .right-area .item-total-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  text-align: right;
  margin-top: 3px;
  color: #666;
}

.board-item {
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
}
.board-item:first-child {
  border-top: 1px solid #E9E9E9;
}

.qna-board-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.qna-board-item ~ .qna-board-item {
  padding-top: 20px;
}

.board-detail-wrap .board-detail-header {
  padding: 20px;
  border-bottom: 1px solid #E9E9E9;
}
.board-detail-wrap .board-detail-body .board-qna ~ .grid-list-wrap {
  margin-top: 20px;
}
.board-detail-wrap .board-qna {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.board-detail-wrap .board-qna .ico-box {
  margin-right: 12px;
}
.board-detail-wrap .board-qna .qna-type {
  margin-right: 14px;
}
.board-detail-wrap .board-qna .flex-info-wrap {
  margin-top: 8px;
}
.board-detail-wrap .board-qna .flex-info-wrap .bar-group {
  margin-top: 0;
}
.board-detail-wrap .board-qna .flex-info-wrap .right-area {
  margin-left: auto;
  text-align: right;
}
.board-detail-wrap .board-qna .flex-info-wrap .right-area .btn-wrap {
  margin-top: 0;
}
.board-detail-wrap .board-qna .flex-info-wrap .right-area .btn-wrap .btn-post ~ .btn-del {
  margin-left: 12px;
}

/* // board */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* header */
.header-wrapper {
  position: relative;
  z-index: 27;
}
.header-wrapper .btn-alarm {
  position: relative;
}
.header-wrapper .btn-alarm .new {
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 1px;
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #D93B3B;
}
.header-wrapper .top-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 18px 20px;
}
.header-wrapper .top-header-wrap .logo {
  width: 101px;
  height: 22px;
}
.header-wrapper .top-header-wrap .logo .btn-logo {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/comm_logo_green.svg") 0 0 no-repeat;
  background-size: cover;
}
.header-wrapper .top-header-wrap .header-right {
  margin-left: auto;
}
.header-wrapper .top-header-wrap .header-right [class^=btn-] ~ [class^=btn-] {
  margin-left: 10px;
}
.header-wrapper .top-header-wrap .header-right a[class^=btn], button[class^=btn] {
  vertical-align: middle;
}
.header-wrapper .top-header-wrap .header-right .btn-search {
  min-width: 130px;
  background-color: #f5f5f5;  
  padding: 5px 10px;
  border-radius: 30px;
  text-align: right;
}
.header-wrapper .top-header-wrap .header-right .btn-search .ico-header-search {
  background-image: url("../images/common/comm_ico_search_black.svg");
}
.header-wrapper .top-header-wrap.scroll {
  background-color: #fff;
}
.header-wrapper .top-header-wrap.scroll .logo .btn-logo {
  background-image: url("../images/common/comm_logo_green.svg");
}
.header-wrapper .top-header-wrap.scroll .header-right .btn-alarm .ico-header-alarm {
  background-image: url("../images/common/comm_ico_alarm_black_h24.svg");
}
.header-wrapper .top-header-wrap.scroll .header-right .btn-alarm .new {
  background-color: #D93B3B;
}
.header-wrapper .top-header-wrap.scroll .header-right .btn-search .ico-header-search {
  background-image: url("../images/common/comm_ico_search_black.svg");
}
.header-wrapper .header-wrap {
  position: relative;
  z-index: 25;
  height: 60px;
}
.header-wrapper .header-wrap .header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  height: 60px;
  padding-top: 16px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 16px;
  background: #fff;
}
.header-wrapper .header-wrap .header-box .header-left {
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-wrapper .header-wrap .header-box .header-left .btn-header-back {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 14px;
}
.header-wrapper .header-wrap .header-box .header-left .ptitle {
  padding-top: 1px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-wrapper .header-wrap .header-box .header-left .btn-sub-depth {
  width: 14px;
  height: 14px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32), -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
}
.header-wrapper .header-wrap .header-box .header-left .btn-sub-depth.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer {
  display: none;
  height: calc(100vh - 60px);
  overflow-y: auto;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 10;
  border-top: 10px solid #F5F5F5;
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer .sub-depth-list {
  position: relative;
  z-index: 1;
  background: #fff;
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer .sub-depth-list .sub-depth-item {
  border-bottom: 1px solid #E9E9E9;
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer .sub-depth-list .sub-depth-item .sub-link {
  display: block;
  padding: 16px 20px;
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer .sub-depth-list .sub-depth-item .sub-link .text {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer .sub-depth-list .sub-depth-item .sub-link .text span {
  font-weight: inherit;
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer .sub-depth-list .sub-depth-item .sub-link.is-active .text {
  font-weight: 500;
  color: #012E29;
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer .sub-layer-dim {
  width: 100%;
  height: calc(100vh - 70px);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-wrapper .header-wrap .header-box .header-left .sub-depth-layer.is-active {
  display: block;
}
.header-wrapper .header-wrap .header-box .header-right {
  margin-left: auto;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header-wrapper .header-wrap .header-box .header-right [class^=link-text] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.header-wrapper .header-wrap .header-box .header-right [class^=link-text] + [class^=btn-] {
  position: relative;
  padding-left: 15px;
}
.header-wrapper .header-wrap .header-box .header-right [class^=link-text] + [class^=btn-]:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #D9D9D9;
  position: absolute;
  top: 2px;
  left: 0;
}
.header-wrapper .header-wrap .header-box .header-right [class^=btn-] ~ [class^=btn-], .header-wrapper .header-wrap .header-box .header-right [class^=btn-] ~ [class^=link-text], .header-wrapper .header-wrap .header-box .header-right [class^=link-text] ~ [class^=btn-] {
  margin-left: 14px;
}
.header-wrapper .header-wrap .header-box .header-right .btn-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.header-wrapper .header-wrap .header-box .header-right .btn-alarm .ico-header-alarm {
  background-image: url("../images/common/comm_ico_alarm_black_h24.svg");
}
.header-wrapper .header-wrap .header-box .header-right .btn-alarm .new {
  background-color: #D93B3B;
}
.header-wrapper .gnb-wrap {
  height: 50px;
  position: relative;
  z-index: 26;
}
.header-wrapper .gnb-wrap .gnb-box {
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap {
  overflow: hidden;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list {
  width: 100%;
  position: relative;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item {
  width: auto;
  padding-right: 13px;
  padding-left: 13px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item:first-child {
  padding-left: 20px;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item:last-child {
  padding-right: 56px;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item .gnb-link {
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 13px;
  vertical-align: top;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item .gnb-link .text {
  display: block;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.001em;
  color: #666;
  font-weight: 300;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item .gnb-link.is-active {
  position: relative;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item .gnb-link.is-active .text {
  font-weight: 600;
  color: #012E29;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item .gnb-link.is-active:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #012E29;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .gnb-list .gnb-item .new {
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 8px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #D93B3B;
}
.header-wrapper .gnb-wrap .gnb-box .gnb-swiper-wrap .btn-gnb-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 16;
  width: 36px;
  height: 50px;
  background: rgba(170, 170, 170, 0.2) url("../images/common/comm_ico_gnb_toggle_arr_gray.svg") center no-repeat;
  background-size: 12px 7px;
  -moz-backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.header-wrapper .gnb-wrap .gnb-layer {
  display: none;
  width: 100%;
  z-index: 2;
}
.header-wrapper .gnb-wrap .gnb-layer .gnb-layer-title {
  background: #fff;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
  padding: 12px 20px 13px;
}
.header-wrapper .gnb-wrap .gnb-layer .gnb-layer-list {
  padding: 15px 14px 16px;
  /*border-top: 1px solid rgba(0, 0, 0, 0.08);*/
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-wrapper .gnb-wrap .gnb-layer .gnb-layer-list .gnb-item {
  width: calc(33.3333333333% - 6px);
  height: auto;
  margin: 2px 3px;
}
.header-wrapper .gnb-wrap .gnb-layer .gnb-layer-list .gnb-item .gnb-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 7px 6px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  min-height: 32px;
}
body.android .header-wrapper .gnb-wrap .gnb-layer .gnb-layer-list .gnb-item .gnb-link {
  padding: 7px 6px 6px;
}
body.ios .header-wrapper .gnb-wrap .gnb-layer .gnb-layer-list .gnb-item .gnb-link {
  padding: 8px 6px 6px;
}
.header-wrapper .gnb-wrap .gnb-layer .gnb-layer-list .gnb-item .gnb-link .text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.header-wrapper .gnb-wrap .gnb-layer .gnb-layer-list .gnb-item .gnb-link.is-active {
  background-color: #012E29;
}
.header-wrapper .gnb-wrap .gnb-layer .gnb-layer-list .gnb-item .gnb-link.is-active .text {
  color: #fff;
  font-weight: 500;
}
.header-wrapper.is-gnb-active {
  background: #fff;
}
.header-wrapper.is-gnb-active .top-header-wrap {
  position: relative;
  z-index: 25;
  background-color: #fff;
}
.header-wrapper.is-gnb-active .gnb-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.header-wrapper.is-gnb-active .top-header-wrap .logo .btn-logo {
  background-image: url("../images/common/comm_logo_green.svg");
}
.header-wrapper.is-gnb-active .top-header-wrap .header-right .btn-alarm .ico-header-alarm {
  background-image: url("../images/common/comm_ico_alarm_black_h24.svg");
}
.header-wrapper.is-gnb-active .top-header-wrap .header-right .btn-alarm .new {
  background: #D93B3B;
}
.header-wrapper.is-gnb-active .top-header-wrap .header-right .btn-search .ico-header-search {
  background-image: url("../images/common/comm_ico_search_black.svg");
}
.header-wrapper.is-gnb-active .gnb-list .gnb-item .gnb-link .text {
  color: #666;
}
.header-wrapper.is-gnb-active .gnb-list .gnb-item .gnb-link.is-active .text {
  color: #012E29;
}
.header-wrapper.is-gnb-active .gnb-list .gnb-item .gnb-link.is-active:after {
  background: #012E29;
}
.header-wrapper.is-gnb-active .gnb-wrap .gnb-box .btn-gnb-toggle {
  background-image: url("../images/common/comm_ico_gnb_toggle_arr_gray.svg");
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  background-color: rgba(170, 170, 170, 0.2) !important;
}
.header-wrapper.is-gnb-active .gnb-layer {
  display: block;
}

.wrapper.transparent .header-wrap .header-box {
  background: transparent;
}
.wrapper.transparent .header-wrap .header-box .header-left .btn-header-back .ico-header-back {
  background-image: url("../images/common/comm_ico_back_white.svg");
}
.wrapper.transparent .header-wrap .header-box .header-left .ptitle {
  color: #fff;
}
.wrapper.transparent .header-wrap .header-box .header-left .btn-sub-depth .ico-sub-gate {
  background-image: url("../images/common/comm_arw_down_white.svg");
}
.wrapper.transparent .header-wrap .header-box .header-right .ico-header-search {
  background-image: url("../images/common/comm_ico_search_white.svg");
}
.wrapper.transparent .header-wrap .header-box .header-right .ico-header-share {
  background-image: url("../images/common/comm_ico_share_white_h24.svg");
}
.wrapper.transparent .header-wrap .header-box .header-right .ico-header-alarm {
  background-image: url("../images/common/comm_ico_alarm_white.svg");
}
.wrapper.transparent .header-wrap .header-box .header-right .ico-header-home {
  background-image: url("../images/common/comm_ico_home_white.svg");
}
.wrapper.transparent .header-wrap .header-box .header-right .ico-header-setting {
  background-image: url("../images/common/comm_ico_setting_white.svg");
}
.wrapper.transparent .header-wrap .header-box .header-right .btn-alarm .new {
  background-color: #fff;
}
.wrapper.transparent .header-wrap .header-box.fixed, .wrapper.transparent .header-wrap .header-box.sps-blw {
  background-color: #fff;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
.wrapper.transparent .header-wrap .header-box.fixed .header-left .btn-header-back .ico-header-back, .wrapper.transparent .header-wrap .header-box.sps-blw .header-left .btn-header-back .ico-header-back {
  background-image: url("../images/common/comm_ico_back_black.svg");
}
.wrapper.transparent .header-wrap .header-box.fixed .header-left .ptitle, .wrapper.transparent .header-wrap .header-box.sps-blw .header-left .ptitle {
  color: #000;
}
.wrapper.transparent .header-wrap .header-box.fixed .header-left .btn-sub-depth .ico-sub-gate, .wrapper.transparent .header-wrap .header-box.sps-blw .header-left .btn-sub-depth .ico-sub-gate {
  background-image: url("../images/common/comm_arw_down_black.svg");
}
.wrapper.transparent .header-wrap .header-box.fixed .header-right .ico-header-search, .wrapper.transparent .header-wrap .header-box.sps-blw .header-right .ico-header-search {
  background-image: url("../images/common/comm_ico_search_black.svg");
}
.wrapper.transparent .header-wrap .header-box.fixed .header-right .ico-header-alarm, .wrapper.transparent .header-wrap .header-box.sps-blw .header-right .ico-header-alarm {
  background-image: url("../images/common/comm_ico_alarm_black_h24.svg");
}
.wrapper.transparent .header-wrap .header-box.fixed .header-right .ico-header-alarm .new, .wrapper.transparent .header-wrap .header-box.sps-blw .header-right .ico-header-alarm .new {
  background: #D93B3B;
}
.wrapper.transparent .header-wrap .header-box.fixed .header-right .ico-header-home, .wrapper.transparent .header-wrap .header-box.sps-blw .header-right .ico-header-home {
  background-image: url("../images/common/comm_ico_home.svg");
}
.wrapper.transparent .header-wrap .header-box.fixed .header-right .ico-header-share, .wrapper.transparent .header-wrap .header-box.sps-blw .header-right .ico-header-share {
  background-image: url("../images/common/comm_ico_share_h24.svg");
}
.wrapper.transparent .header-wrap .header-box.fixed .header-right .ico-header-setting, .wrapper.transparent .header-wrap .header-box.sps-blw .header-right .ico-header-setting {
  background-image: url("../images/common/comm_ico_setting_black.svg");
}
.wrapper.transparent .header-wrap .header-box.fixed .header-right .btn-alarm .new, .wrapper.transparent .header-wrap .header-box.sps-blw .header-right .btn-alarm .new {
  background-color: #D93B3B;
}
.wrapper.main .gnb-wrap .gnb-box {
  background-color: transparent;
  border-bottom: 0;
}
.wrapper.main .gnb-wrap .gnb-box .gnb-list .gnb-item .gnb-link .text {
  color: #666;
}
.wrapper.main .gnb-wrap .gnb-box .gnb-list .gnb-item .gnb-link.is-active .text {
  color: #fff;
}
.wrapper.main .gnb-wrap .gnb-box .gnb-list .gnb-item .gnb-link.is-active:after {
  background: #fff;
}
.wrapper.main .gnb-wrap .gnb-box .gnb-list .gnb-item .new {
  background: #D93B3B;
}
/*.wrapper.main .gnb-wrap .gnb-box .btn-gnb-toggle {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url("../images/common/comm_ico_gnb_toggle_arr_white.svg");
}*/
.wrapper.main .gnb-wrap .gnb-box.fixed, .wrapper.main .gnb-wrap .gnb-box.sps-blw {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}
.wrapper.main .gnb-wrap .gnb-box.fixed .gnb-list .gnb-item .gnb-link .text, .wrapper.main .gnb-wrap .gnb-box.sps-blw .gnb-list .gnb-item .gnb-link .text {
  color: #666;
}
.wrapper.main .gnb-wrap .gnb-box.fixed .gnb-list .gnb-item .gnb-link.is-active .text, .wrapper.main .gnb-wrap .gnb-box.sps-blw .gnb-list .gnb-item .gnb-link.is-active .text {
  color: #012E29;
}
.wrapper.main .gnb-wrap .gnb-box.fixed .gnb-list .gnb-item .gnb-link.is-active:after, .wrapper.main .gnb-wrap .gnb-box.sps-blw .gnb-list .gnb-item .gnb-link.is-active:after {
  background: #012E29;
}
.wrapper.main .gnb-wrap .gnb-box.fixed .gnb-list .gnb-item .new, .wrapper.main .gnb-wrap .gnb-box.sps-blw .gnb-list .gnb-item .new {
  background-color: #D93B3B;
}
.wrapper.main .gnb-wrap .gnb-box.fixed .btn-gnb-toggle, .wrapper.main .gnb-wrap .gnb-box.sps-blw .btn-gnb-toggle {
  background-color: rgba(170, 170, 170, 0.2);
  background-image: url("../images/common/comm_ico_gnb_toggle_arr_gray.svg");
}
.wrapper.main .header-wrapper.is-gnb-active .gnb-wrap .gnb-box .btn-gnb-toggle {
  background-image: url("../images/common/comm_ico_gnb_toggle_arr_gray.svg");
}

@media (min-width: 500px) {
  .dialog-open .header-box.scroll-fix.fixed, .dialog-open .header-box.scroll-fix.sps-blw, .dialog-open .wrapper.main .gnb-wrap .gnb-box.sps-blw, .depth2-open .header-box.scroll-fix.fixed, .depth2-open .header-box.scroll-fix.sps-blw, .depth2-open .wrapper.main .gnb-wrap .gnb-box.sps-blw, .datepicker-open .header-box.scroll-fix.fixed, .datepicker-open .header-box.scroll-fix.sps-blw, .datepicker-open .wrapper.main .gnb-wrap .gnb-box.sps-blw {
    right: var(--scrollVWidth);
  }
}

/* // header */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* footer */
.footer-wrapper {
  position: relative;
  padding: 40px 20px 60px;
  border-top: 1px solid #E9E9E9;
}
.footer-wrapper .footer-ci {
  width: 98px;
  height: 21px;
}
.footer-wrapper .footer-ci .link-ci {
  display: block;
}
.footer-wrapper .footer-info-wrap {
  margin-top: 30px;
}
.footer-wrapper .footer-info-wrap .info-row {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.footer-wrapper .footer-info-wrap .info-row + .info-row {
  margin-top: 2px;
}
.footer-wrapper .footer-info-wrap .info-row.cs-contact {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.footer-wrapper .footer-info-wrap .info-row.cs-contact a {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
  vertical-align: top;
}
.footer-wrapper .footer-info-wrap .info-row.cs-contact .cs-link-udl {
  text-decoration: underline;
  margin-top: -1px;
}
.footer-wrapper .fold-wrap {
  margin-top: 30px;
}
.footer-wrapper .fold-wrap .fold-item {
  border-bottom: 0;
}
.footer-wrapper .fold-wrap .fold-item .fold-header {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 25px;
  position: relative;
  vertical-align: top;
}
.footer-wrapper .fold-wrap .fold-item .fold-header .btn-fold {
  padding-right: 0;
}
.footer-wrapper .fold-wrap .fold-item .fold-header .btn-fold:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background: url("../images/common/comm_ico_fold_arr_black.svg") 0 0 no-repeat;
  background-size: cover;
  -webkit-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
  transition: transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32), -webkit-transform 0.15s cubic-bezier(0.17, 0.67, 0.29, 1.32);
}
.footer-wrapper .fold-wrap .fold-item .fold-content {
  margin-top: 10px;
  padding: 0;
  border-top: 0;
  background-color: transparent;
}
.footer-wrapper .fold-wrap .fold-item .fold-content .business-info {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 22px;
  color: #666;
  word-break: keep-all;
  word-wrap: break-word;
}
.footer-wrapper .fold-wrap .fold-item .fold-content .business-info .link-text-udl .text {
  line-height: 22px;
}
.footer-wrapper .fold-wrap .fold-item .fold-content .link-text-udl {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #666;
}
.footer-wrapper .fold-wrap .fold-item .fold-content .footer-desc {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  margin-top: 10px;
}
.footer-wrapper .fold-wrap .fold-item.expanded .btn-fold:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.footer-wrapper .cs-info-list {
  margin-top: 30px;
  margin-bottom: -2px;
}
.footer-wrapper .cs-info-list .cs-info-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 2px;
  vertical-align: top;
}
.footer-wrapper .cs-info-list .cs-info-item .cs-link, .footer-wrapper .cs-info-list .cs-info-item .cs-link-udl {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  line-height: 24px;
  vertical-align: top;
}
.footer-wrapper .cs-info-list .cs-info-item .cs-link-udl {
  text-decoration: underline;
}
.footer-wrapper .cs-info-list .cs-info-item:last-child {
  margin-right: 0;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-link-kakao, .footer-wrapper .sns-link-list .sns-link-item .sns-link-insta, .footer-wrapper .sns-link-list .sns-link-item .sns-link-fb, .footer-wrapper .sns-link-list .sns-link-item .sns-link-ntv, .footer-wrapper .sns-link-list .sns-link-item .sns-link-youtube {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 38px;
}
.footer-wrapper .sns-link-list {
  font-size: 0;
  margin-top: 30px;
  margin-bottom: -8px;
}
.footer-wrapper .sns-link-list .sns-link-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-link-youtube {
  background: #F0F0F0 url("../images/common/comm_footer_sns_youtube.svg") center no-repeat;
  background-size: 18px 14px;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-link-ntv {
  background: #F0F0F0 url("../images/common/comm_footer_sns_naver_tv.svg") center no-repeat;
  background-size: 20px;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-link-fb {
  background: #F0F0F0 url("../images/common/comm_footer_sns_fb.svg") center no-repeat;
  background-size: 20px;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-link-insta {
  background: #F0F0F0 url("../images/common/comm_footer_sns_insta.svg") center no-repeat;
  background-size: 20px;
}
.footer-wrapper .sns-link-list .sns-link-item .sns-link-kakao {
  background: #F0F0F0 url("../images/common/comm_footer_sns_kakao.svg") center no-repeat;
  background-size: 20px;
}
.footer-wrapper .sns-link-list .sns-link-item:not(:last-child) {
  margin-right: 14px;
}
.footer-wrapper .copyright {
  margin-top: 20px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #999;
}

/* // footer */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* grid */
body .wrapper {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}
body .wrapper.no-docker .container-wrapper {
  padding-bottom: env(safe-area-inset-bottom);
}
body .wrapper.no-docker .footer-wrapper {
  margin-top: calc(-1 * env(safe-area-inset-bottom));
  padding-bottom: 60px;
}
body.depth2-open {
  width: 100%;
  /* height: var(--reVh, 1vh); */
  top: 0;
  left: 0;
  overflow: hidden;
}

.container-wrapper .content-wrapper .content-wrap.full {
  min-height: calc(var(--reVh, 1vh) - 60pxvar(--docker-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container-wrapper .content-wrapper .content-wrap.full .gcont-box:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.container-wrapper .content-wrapper .content-wrap.full .tab-line-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container-wrapper .content-wrapper .content-wrap.full .tab-line-wrap .tab-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100% - 50pxvar(--docker-height));
}
.container-wrapper .scroll-fix.fixed, .container-wrapper .scroll-fix.sps-blw {
  z-index: 26;
}

.wrapper {
  width: 100%;
  background: #fff;
  min-height: var(--reVh, 1vh);
  padding-bottom: calc(var(--docker-height) + env(safe-area-inset-bottom));
}
@media (min-width: 500px) {
  .wrapper {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
.wrapper.transparent .container-wrapper {
  margin-top: -60px;
}
.wrapper.no-docker {
  padding-bottom: 0;
}
.wrapper.no-docker .container-wrapper .content-wrapper .content-wrap.full {
  min-height: calc(var(--reVh, 1vh) - 60px);
}
.wrapper.no-docker .container-wrapper .content-wrapper .content-wrap.full .tab-line-wrap .tab-content {
  min-height: calc(100% - 50px);
}

.floating-wrapper {
  overflow: hidden;
  z-index: 19;
  position: fixed;
  width: 44px;
  min-height: 44px;
  padding: 3px;
  bottom: calc(var(--docker-height) + 20px + env(safe-area-inset-bottom));
  right: 10px;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 22px;
  height: 44px;
}
.floating-wrapper:not(.no-lst-prod) {
  display: block !important;
  opacity: 1 !important;
}
.floating-wrapper .btn-lst-prod {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  overflow: hidden;
  margin: auto;
}
.floating-wrapper .btn-lst-prod .thumb-box {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.floating-wrapper .btn-lst-prod .thumb-box img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.floating-wrapper .btn-lst-prod ~ .btn-go-top {
  margin-top: 6px;
}
.floating-wrapper .btn-lst-prod ~ .btn-go-top:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -4px;
  right: -4px;
  display: block;
  width: 44px;
  height: 1px;
  background: #D9D9D9;
}
.floating-wrapper .btn-go-top {
  position: relative;
  display: block;
  margin: auto;
}
.floating-wrapper .btn-go-top .ico-top {
  opacity: 0;
}
.wrapper.no-docker .floating-wrapper {
  bottom: calc(env(safe-area-inset-bottom) + 20px) !important;
}

@media (min-width: 500px) {
  .floating-wrapper {
    left: calc(50% + 196px);
    right: auto;
  }
}
.floating-wrapper.no-lst-prod {
  height: 44px !important;
}
.floating-wrapper.no-lst-prod .btn-lst-prod {
  display: none;
}
.floating-wrapper.no-lst-prod .btn-lst-prod ~ .btn-go-top {
  margin-top: 0;
}
.floating-wrapper.no-lst-prod .btn-lst-prod ~ .btn-go-top:before {
  display: none;
}

.docker-wrapper {
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  background: #fff;
  padding-bottom: env(safe-area-inset-bottom);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
}
@media (min-width: 500px) {
  .docker-wrapper {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
.docker-wrapper .docker-list {
  height: var(--docker-height);
  min-height: 70px;
  padding-right: 15px;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.docker-wrapper .docker-list .docker-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 100%;
}
.docker-wrapper .docker-list .docker-item .docker-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 13px;
  position: relative;
}
.docker-wrapper .docker-list .docker-item .docker-link .text {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.docker-wrapper .docker-list .docker-item .docker-link .text-bubble-box-green .text {
  margin-top: 0;
  color: #fff;
}
.docker-wrapper .docker-list .docker-item .docker-link.is-active .text {
  color: #012E29;
  font-weight: 600;
}
@media (max-width: 286px) {
  .docker-wrapper .docker-list {
    padding-right: 0;
    padding-left: 0;
  }
}

.content-docker-wrap {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(var(--docker-height) + env(safe-area-inset-bottom));
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.06);
  border-top: 1px solid #D9D9D9;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 500px) {
  .content-docker-wrap {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
.content-docker-wrap .cont-box {
  padding: 30px 0 10px;
}
.content-docker-wrap .cont-inner {
  padding: 0 10px;
}
.content-docker-wrap .stitle {
  margin-bottom: 0;
}
.content-docker-wrap .btn-wrap {
  margin-top: 0;
  padding: 10px;
}
.content-docker-wrap a.btn-xl, .content-docker-wrap button.btn-xl {
  padding: 0 10px;
}
.content-docker-wrap a.btn-xl.line-white, .content-docker-wrap button.btn-xl.line-white {
  border-color: rgba(255, 255, 255, 0.5);
}
.content-docker-wrap .info-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  padding: 0 10px;
}
.content-docker-wrap .info-box .right-area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.content-docker-wrap .info-box .right-area .text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
@media (min-width: 500px) {
  .content-docker-wrap {
    left: calc(50% - 500px / 2);
    margin: 0;
  }
}
.content-docker-wrap .docker-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 10px 10px 20px;
}
.content-docker-wrap .docker-flex-wrap .bar-group {
  margin-top: 0;
}
.content-docker-wrap .docker-flex-wrap .bar-group .bar-box {
  font-size: 0;
}
.content-docker-wrap .docker-flex-wrap .bar-group .bar-box .ui-chk input + label .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.content-docker-wrap .docker-flex-wrap .bar-group .bar-text-lg {
  margin-top: -1px;
  font-weight: 300;
}
.content-docker-wrap .docker-flex-wrap .btn-wrap {
  min-width: 120px;
  margin-left: 5px;
  padding: 0;
}
.content-docker-wrap .docker-flex-wrap .btn-wrap [class^=btn] {
  max-width: 120px;
  padding: 0 16px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.content-docker-wrap .docker-flex-wrap .btn-wrap [class^=btn] ~ [class^=btn] {
  margin-left: 5px;
}
@media (max-width: 360px) {
  .content-docker-wrap .docker-flex-wrap .bar-group .bar-box:after {
    margin-left: 5px;
    margin-right: 5px;
  }
  .content-docker-wrap .docker-flex-wrap .btn-wrap [class^=btn] {
    padding: 0 9px;
  }
}

@media (min-width: 500px) {
  .dialog-open .my-pocket-floating, .depth2-open .my-pocket-floating, .datepicker-open .my-pocket-floating {
    left: calc(50% + 182px - var(--scrollVWidth) / 2);
  }
  .dialog-open .floating-wrapper, .depth2-open .floating-wrapper, .datepicker-open .floating-wrapper {
    left: calc(50% + 196px - var(--scrollVWidth) / 2);
  }
  .dialog-open .content-docker-wrap, .depth2-open .content-docker-wrap, .datepicker-open .content-docker-wrap {
    left: calc(50% - (500px + var(--scrollVWidth)) / 2);
  }
  .dialog-open .docker-wrapper, .dialog-open .tabs.scroll-fix.fixed, .dialog-open .tabs.scroll-fix.sps-blw, .depth2-open .docker-wrapper, .depth2-open .tabs.scroll-fix.fixed, .depth2-open .tabs.scroll-fix.sps-blw, .datepicker-open .docker-wrapper, .datepicker-open .tabs.scroll-fix.fixed, .datepicker-open .tabs.scroll-fix.sps-blw {
    right: var(--scrollVWidth);
  }
}

/* // grid */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* member */
.login-wrap .gcont-box.easy-login .easy-login-group, .easy-login-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  padding: 10px 0;
  background-color: #F5F5F5;
}
.login-wrap .gcont-box.easy-login .easy-login-group .login-area, .easy-login-group .login-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.login-wrap .gcont-box.easy-login .easy-login-group .login-area .easy-login-title, .easy-login-group .login-area .easy-login-title {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.login-wrap .gcont-box.easy-login .easy-login-group .login-area .easy-login-list, .easy-login-group .login-area .easy-login-list {
  font-size: 0;
}
.easy-login-group .login-area .easy-login-list .easy-login-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.easy-login-group .login-area .easy-login-list .easy-login-item .bubble-login-box {
  position: absolute;
  left: 50%;
  top: -35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 25px;
  padding: 3px 8px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #F5F5F5;
}
.easy-login-group .login-area .easy-login-list .easy-login-item .bubble-login-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #F5F5F5;
}
.easy-login-group .login-area .easy-login-list .easy-login-item .bubble-login-box .text {
  font-weight: 300;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: -0.001em;
  line-height: 15px;
  margin-top: 3px;
}
.easy-login-group .login-area .easy-login-list .easy-login-item .link-easy-login {
  display: inline-block;
  vertical-align: top;
}
.easy-login-group .login-area .easy-login-list .easy-login-item ~ .easy-login-item {
  margin-left: 10px;
}
.login-wrap .gcont-box.easy-login .easy-login-group .util-area, .easy-login-group .util-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  /* margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid variables.$colorGray05; */
}
.login-wrap .gcont-box.easy-login .easy-login-group .util-area .stext, .easy-login-group .util-area .stext {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  vertical-align: top;
}
.login-wrap .gcont-box.easy-login .easy-login-group .util-area .btn-join, .easy-login-group .util-area .btn-join {
  display: inline-block;
  vertical-align: top;
}
.easy-login-group .util-area .btn-join .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
}

.ctitle-wrap.member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ctitle-wrap.member .right-area .step-count {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.ctitle-wrap.member .right-area .step-count .step-num {
  color: #012E29;
  font-weight: 600;
}

.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(var(--reVh) - 60px);
}
.login-wrap .form-login-wrap {
  padding-bottom: 30px;
}
.login-wrap .form-login-wrap .form-title {
  margin-bottom: 40px;
  font-family: "linotype-didot";
  font-weight: 700;
  font-size: 50px;
  color: #012E29;
  letter-spacing: -0.001em;
  line-height: 65px;
}
.login-wrap .form-login-wrap .form-login-box .input-group ~ .ui-chk {
  margin-top: 20px;
}
.login-wrap .form-login-wrap .form-login-box .secure-box {
  width: 100%;
  margin-top: 40px;
}
.login-wrap .form-login-wrap .form-login-box .ui-chk input + label {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.login-wrap .gcont-box.easy-login {
  padding-bottom: 50px !important;
  margin: auto 0 0;
  background-color: #F5F5F5;
}
.login-wrap .gcont-box.easy-login .easy-login-group {
  padding: 10px 0 20px;
}
.login-wrap .gcont-box.easy-login .easy-login-group .login-area .easy-login-title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.001em;
  font-weight: 300;
}

.member-info-phone {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
  margin-bottom: 16px;
}

.welcome-benefit-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 20px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  background-color: #fff;
}
.welcome-benefit-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.join-ci-wrap {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
.join-ci-wrap .ci-logo {
  width: 98px;
  height: 21px;
  margin: 0 auto;
}
.join-ci-wrap .ci-logo img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* // member */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* search */
.header-wrapper .header-wrap .header-box.search {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0 !important;
  width: 100%;
}
@media (min-width: 500px) {
  .header-wrapper .header-wrap .header-box.search {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
}
.header-wrapper .header-wrap .header-box.search .header-left {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 4px solid #012E29;
}
.header-wrapper .header-wrap .header-box.search .header-left .btn-header-back {
  margin-right: 20px;
}
.header-wrapper .header-wrap .header-box.search .header-left .input-group {
  width: 100%;
}
.header-wrapper .header-wrap .header-box.search .header-left .input-group .input-search-box {
  border: 0;
}
.header-wrapper .header-wrap .header-box.search .header-left .input-group .input-search-box .ui-input {
  height: 56px;
}
.header-wrapper .header-wrap .header-box.search .header-left .input-group .input-search-box .btn-input-search {
  margin-top: 16px;
  margin-left: 20px;
}
.header-wrapper .header-wrap .header-box.search .header-right {
  display: none;
}

.related-search-keyword-wrap {
  margin-top: 14px;
}
.related-search-keyword-wrap .swiper-slide ~ .swiper-slide {
  margin-left: 4px;
}

.keyword-change-wrap {
  margin-top: 30px;
}
.keyword-change-wrap .link-text-udl-lg {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
}

.search-filter-list {
  height: auto;
  margin-top: 6px;
  margin-right: -20px;
}
.search-filter-list .filter-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  padding: 16px 0;
  border-bottom: 1px solid #E9E9E9;
}
.search-filter-list .filter-item .filter-title {
  width: 56px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0;
}
.search-filter-list .filter-item .filter-title .text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 600;
  vertical-align: top;
}
.search-filter-list .filter-item .filter-title .btn-tooltip {
  margin-top: 1px;
}
.search-filter-list .filter-item .filter-cont {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.search-filter-list .filter-item .filter-cont .filter-2depth-wrap .swiper-auto-wrap {
  padding-right: 11px;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.search-filter-list .filter-item .filter-cont .filter-2depth-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide .btn-filter {
  padding-right: 9px;
  padding-left: 9px;
}
.search-filter-list .filter-item .filter-cont .filter-2depth-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide .btn-filter .text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.search-filter-list .filter-item .filter-cont .filter-2depth-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide .btn-filter.is-active .text {
  font-weight: 600;
  color: #000;
}
.search-filter-list .filter-item .filter-cont .filter-3depth-wrap {
  display: none;
  margin-left: 9px;
  margin-top: 12px;
}
.search-filter-list .filter-item .filter-cont .filter-3depth-wrap .swiper-auto-wrap {
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.search-filter-list .filter-item .filter-cont .filter-3depth-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide .btn-round-sm.is-active {
  border-color: #000;
}
.search-filter-list .filter-item .filter-cont .filter-3depth-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide .btn-round-sm.is-active .text {
  color: #000;
  font-weight: 500;
}
.search-filter-list .filter-item .filter-cont .filter-3depth-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide ~ .swiper-slide {
  margin-left: 4px;
}
.search-filter-list ~ .btn-wrap-sm .btn-md.green .val {
  margin-left: 6px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #CBB19C;
}

.selected-keyword-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #F5F5F5;
  margin: 20px -20px -20px;
  padding-right: 20px;
}
.selected-keyword-wrap .swiper-auto-wrap {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 4px;
  padding-right: 40px;
  margin-left: 0;
}
.selected-keyword-wrap .swiper-auto-wrap .swiper-slide ~ .swiper-slide {
  margin-left: 4px;
}
.selected-keyword-wrap .right-area {
  z-index: 10;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 10px;
  background: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.selected-keyword-wrap .right-area .btn-filter-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 20px;
  height: 40px;
}
.selected-keyword-wrap .right-area:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: -40px;
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(245, 245, 245, 0)), to(#F5F5F5));
  background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0), #F5F5F5);
  z-index: 11;
}

.dialog-search .tag-brand {
  max-width: 100%;
}
.dialog-search .tag-md {
  max-width: 100%;
}
.dialog-search .tag-md .text {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dialog-search .gcont-box .cont-inner .white-box .no-data-wrap, .dialog-search .gcont-box-sm .cont-inner .white-box .no-data-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}
.dialog-search .tab-content {
  position: relative;
}

.recent-searches-swiper-wrap .swiper-dot-wrap .swiper-wrapper .swiper-slide .recent-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: top;
}
.recent-searches-swiper-wrap .swiper-dot-wrap .swiper-wrapper .swiper-slide .recent-keyword .link-text {
  margin-right: 14px;
  padding: 4px 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.recent-searches-swiper-wrap .swiper-dot-wrap .swiper-wrapper .swiper-slide .recent-keyword .btn-delete {
  width: 10px;
  height: 10px;
  padding: 4px;
  margin-left: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.recent-searches-swiper-wrap .swiper-dot-wrap .swiper-wrapper .swiper-slide .recent-keyword .recent-keyword {
  margin-top: 9px;
}
.recent-searches-swiper-wrap .swiper-dot-wrap .swiper-wrapper .swiper-slide ~ .swiper-slide {
  height: 145px;
}

/* // search */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* display */
.display-info-wrap .sell-method-box, .main-service-header-wrap, .brand-header-wrap, .product-header-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.display-info-wrap .sell-method-box .ctitle-wrap, .main-service-header-wrap .ctitle-wrap, .brand-header-wrap .ctitle-wrap, .product-header-wrap .ctitle-wrap {
  margin-bottom: 0;
}
.display-info-wrap .sell-method-box .ctitle-display, .main-service-header-wrap .ctitle-display, .brand-header-wrap .ctitle-display, .product-header-wrap .ctitle-display {
  font-size: 26px;
  line-height: 37px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.display-info-wrap .sell-method-box [class^=ctitle], .main-service-header-wrap [class^=ctitle], .brand-header-wrap [class^=ctitle], .product-header-wrap [class^=ctitle] {
  color: #fff;
}
.display-info-wrap .sell-method-box .stext, .main-service-header-wrap .stext, .brand-header-wrap .stext, .product-header-wrap .stext {
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
}
.display-info-wrap .sell-method-box .btn-round-md .text, .main-service-header-wrap .btn-round-md .text, .brand-header-wrap .btn-round-md .text, .product-header-wrap .btn-round-md .text {
  font-weight: 300;
}

.product-header-wrap {
  min-height: 165px;
  padding: 90px 20px 40px;
}
.product-header-wrap .ctitle-wrap {
  padding-right: 0;
  padding-left: 0;
}
.product-header-wrap .ctitle-wrap [class^=ctitle] ~ .stext {
  margin-top: 12px;
}
.product-header-wrap .ctitle-wrap .stext ~ [class^=ctitle] {
  margin-top: 12px;
}
.product-header-wrap.bg-update {
  background-image: url("../images/display/bg_display_update.svg");
}
.product-header-wrap.bg-price-down {
  background-image: url("../images/display/bg_display_price_down.svg");
}
.product-header-wrap.bg-resell {
  background-image: url("../images/display/bg_display_new_resell.svg");
}
.product-header-wrap.bg-outlet {
  background-image: url("../images/display/bg_display_outlet.svg");
}
.product-header-wrap.bg-best {
  background-image: url("../images/display/bg_display_best.svg");
}

.brand-header-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  height: 276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.brand-header-wrap .thumb-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border-radius: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.brand-header-wrap .thumb-box img {
  -o-object-fit: cover;
  object-fit: cover;
}
.brand-header-wrap .ctitle-eng {
  width: 100%;
  color: #fff;
}
.brand-header-wrap .stext {
  color: #fff;
  margin-bottom: 6px;
}

.display-marketing-wrap .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}
.display-marketing-wrap .swiper-slide .ctitle-wrap {
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.display-marketing-wrap .swiper-slide .ctitle-wrap .ctitle-display {
  max-width: 225px;
  max-height: 74px;
  overflow: hidden;
  font-size: 26px;
  line-height: 37px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #fff;
}
.display-marketing-wrap .swiper-slide .ctitle-wrap .stext {
  margin-top: 12px;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
}
.display-marketing-wrap .swiper-slide .img-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.display-marketing-wrap .swiper-slide .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right top;
  object-position: right top;
}
.display-marketing-wrap .swiper-slide .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 90px 20px 40px;
  min-height: 318px;
}

.tab-box-wrap .tab-scroll-resize-box {
  height: 90px;
}
.tab-box-wrap .tab-scroll-resize-box .scroll-fix.fixed, .tab-box-wrap .tab-scroll-resize-box .scroll-fix.sps-blw {
  height: 49px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 27;
}
.tab-box-wrap .tab-scroll-resize-box .scroll-fix.fixed .swiper-wrapper, .tab-box-wrap .tab-scroll-resize-box .scroll-fix.sps-blw .swiper-wrapper {
  z-index: 2;
}
.tab-box-wrap .tab-scroll-resize-box .scroll-fix.fixed .tab-item, .tab-box-wrap .tab-scroll-resize-box .scroll-fix.sps-blw .tab-item {
  height: 100%;
}
.tab-box-wrap .tab-scroll-resize-box .scroll-fix.fixed .tab-item .tab-link, .tab-box-wrap .tab-scroll-resize-box .scroll-fix.sps-blw .tab-item .tab-link {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 0;
}
.tab-box-wrap .tab-scroll-resize-box .scroll-fix.fixed .tab-item .tab-link .tab-text, .tab-box-wrap .tab-scroll-resize-box .scroll-fix.sps-blw .tab-item .tab-link .tab-text {
  display: inline-block;
  vertical-align: top;
}
.tab-box-wrap .tab-scroll-resize-box .scroll-fix.fixed .tab-item .tab-link .tab-text.day, .tab-box-wrap .tab-scroll-resize-box .scroll-fix.sps-blw .tab-item .tab-link .tab-text.day {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.tab-box-wrap .tab-scroll-resize-box .scroll-fix.fixed .tab-item .tab-link .val, .tab-box-wrap .tab-scroll-resize-box .scroll-fix.sps-blw .tab-item .tab-link .val {
  display: inline-block;
  margin-top: 0;
  margin-left: 6px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  vertical-align: top;
}
.tab-box-wrap .tab-scroll-resize-box .scroll-fix.fixed .tab-item.ui-state-active, .tab-box-wrap .tab-scroll-resize-box .scroll-fix.sps-blw .tab-item.ui-state-active {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
}
.tab-box-wrap .tab-box {
  height: 50px;
}
.tab-box-wrap .tab-box .scroll-fix {
  height: 50px;
}
.tab-box-wrap .tab-box .scroll-fix.fixed, .tab-box-wrap .tab-box .scroll-fix.sps-blw {
  height: 49px;
}
.tab-box-wrap .tab-box .scroll-fix.fixed .swiper-wrapper, .tab-box-wrap .tab-box .scroll-fix.sps-blw .swiper-wrapper {
  z-index: 2;
}
.tab-box-wrap .tab-box .scroll-fix.fixed .swiper-wrapper .swiper-slide, .tab-box-wrap .tab-box .scroll-fix.sps-blw .swiper-wrapper .swiper-slide {
  height: 100%;
}
.tab-box-wrap .tab-line-wrap .tab-box .swiper-wrapper {
  background-color: transparent;
}
.tab-box-wrap .tab-line-wrap .tab-box .scroll-fix.fixed, .tab-box-wrap .tab-line-wrap .tab-box .scroll-fix.sps-blw {
  height: 50px;
  border-top: 0;
}
.tab-box-wrap .tab-line-wrap .tab-box .scroll-fix.fixed:after, .tab-box-wrap .tab-line-wrap .tab-box .scroll-fix.sps-blw:after {
  bottom: 0;
}
.tab-box-wrap .scroll-fix.tabs.fixed, .tab-box-wrap .scroll-fix.tabs.sps-blw {
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #E6E6E6;
}
.tab-box-wrap .scroll-fix.tabs.fixed:after, .tab-box-wrap .scroll-fix.tabs.sps-blw:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 19px;
  background-color: #E6E6E6;
  z-index: 1;
}
.tab-box-wrap .scroll-fix.tabs.fixed .tab-item.ui-state-active, .tab-box-wrap .scroll-fix.tabs.sps-blw .tab-item.ui-state-active {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}
.tab-box-wrap .tab-line-wrap .scroll-fix.fixed .tab-item, .tab-box-wrap .tab-line-wrap .scroll-fix.sps-blw .tab-item {
  border-top: 0;
}

.update-info-wrap .update-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.update-info-wrap .update-info .title-area {
  padding-right: 18px;
}
.update-info-wrap .update-info .title-area .info-title {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.update-info-wrap .update-info .title-area .info-desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.update-info-wrap .update-info .ico-app-download {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.map-area {
  height: 200px;
  overflow: hidden;
}
.cont-inner .map-area {
  margin-left: -20px;
  margin-right: -20px;
}

.store-detail-info .thumb-box {
  width: calc(100% + 40px);
  margin: 0 -20px 30px;
}
.store-detail-info .thumb-box img {
  width: 100%;
}
.store-detail-info .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.store-detail-info .title-wrap .title {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.store-detail-info .title-wrap .btn-wish {
  margin-left: 6px;
}
.store-detail-info .title-wrap ~ .tbl-info-wrap {
  margin-top: 30px;
}
.store-detail-info .btn-itext .text {
  text-align: left;
}
.store-detail-info .btn-itext {
  margin-top: 6px;
}
.store-detail-info .bar-flex-group {
  margin-top: 20px;
  margin-right: -20px;
  margin-left: -20px;
  width: calc(100% + 40px);
}
.store-detail-info .tbl-info-wrap ~ .bar-flex-group {
  margin-top: 20px;
}

.main-service-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 485px;
  padding: 70px 20px;
}
.main-service-header-wrap .ctitle-wrap {
  padding-left: 0;
  padding-right: 0;
}
.main-service-header-wrap .ctitle-wrap .ctitle, .main-service-header-wrap .ctitle-wrap .link-ctitle {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.001em;
}
.main-service-header-wrap .ctitle-wrap .ctitle ~ .stext, .main-service-header-wrap .ctitle-wrap .link-ctitle ~ .stext {
  margin-top: 20px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.main-service-header-wrap.bg-sell {
  background-image: url("../images/display/bg_display_main_service_sell.png");
  margin-bottom: 10px;
}
.main-service-header-wrap.repair {
  display: block;
  min-height: auto;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 50px;
  padding: 0;
}
.main-service-header-wrap.repair .ctitle-wrap {
  margin-top: 50px;
  padding: 0 20px;
}
.main-service-header-wrap.repair [class^=ctitle] {
  color: #000;
}
.main-service-header-wrap.repair .stext {
  color: #000;
}
.main-service-header-wrap.bg-care {
  background-image: url("../images/display/bg_display_main_service_care.png");
}
.main-service-header-wrap.bg-purchase {
  background-image: url("../images/display/bg_display_main_service_purchase.png");
}
.main-service-header-wrap.bg-consign {
  background-image: url("../images/display/bg_display_main_service_consign.png");
}
.main-service-header-wrap.bg-loan {
  background-image: url("../images/display/bg_display_main_service_loan.png");
}
.main-service-header-wrap.bg-band {
  background-image: url("../images/display/bg_display_band_info.png");
}
.main-service-header-wrap.bg-repair {
  background-image: url("../images/display/bg_display_main_service_repair.png");
  min-height: 430px;
  padding-top: 100.6%;
  background-position: center;
}
.main-service-header-wrap.bg-repair .ctitle-wrap {
  position: absolute;
  bottom: 70px;
  left: 20px;
  right: 20px;
}

.link-gray-line-box {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 60px 30px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  text-align: left;
}
.link-gray-line-box .stitle-lg {
  display: block;
  margin-bottom: 12px;
}
.link-gray-line-box .stext {
  display: block;
  text-align: left;
}
.link-gray-line-box:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: url("../images/common/comm_arw_right_white_h8.svg") center no-repeat;
  background-size: 6px 10px;
}

.display-info-wrap .tab-pill-wrap.col2 > .tabs {
  padding: 20px 20px 30px 20px;
}
.display-info-wrap .tab-pill-wrap.col2 > .tab-content {
  border-top: 10px solid #F5F5F5;
}
.display-info-wrap .tab-line-wrap.repair-tab .tab-content .dcont-box {
  padding-top: 0;
}
.display-info-wrap .tab-line-wrap.repair-tab .tab-content .dcont-box:nth-last-of-type(1):not(.divider-bottom, .no-last) {
  padding-bottom: 0;
}
.display-info-wrap .tab-line-wrap.care-tab .tabs {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.display-info-wrap .tab-line-wrap.care-tab .tabs .tab-item:first-child .tab-link {
  padding-left: 0;
}
.display-info-wrap .tab-line-wrap.care-tab .tabs:after {
  width: calc(100% - 20px);
  left: 20px;
}
.display-info-wrap .tab-line-wrap.care-tab .tab-content .cont-box {
  padding-top: 30px;
  padding-bottom: 0;
}
.display-info-wrap .tab-line-wrap.care-tab .tab-content .cont-box .stitle-wrap {
  margin-bottom: 20px;
}
.display-info-wrap .tab-line-wrap.care-tab .tab-content .cont-box .stitle-wrap .stitle-lg {
  margin-bottom: 8px;
}
.display-info-wrap .tab-line-wrap.care-tab .tab-content .tbl-wrap + .scont-box {
  margin-top: 30px;
}
.display-info-wrap .dcont-box[data-repair-cont] {
  display: none;
}
.display-info-wrap .dcont-box[data-repair-cont].is-active {
  display: block;
}
.display-info-wrap .ctitle-wrap .ctitle-sub {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  margin-bottom: 8px;
}
.display-info-wrap .ctitle-wrap.size-lg .step-num-eng {
  color: #6E675F;
}
.display-info-wrap .ctitle-wrap ~ .stitle-xl {
  margin-top: 30px;
  margin-bottom: 20px;
}
.display-info-wrap .ctitle-wrap ~ .ctitle-wrap {
  margin-top: 50px;
}
.display-info-wrap .ico-line-list .ico-line-item {
  position: relative;
}
.display-info-wrap .thumb-consult-method {
  margin: -21px -21px 20px -21px;
}
.display-info-wrap .thumb-consult-method img {
  width: 100%;
}
.display-info-wrap .sell-method-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 335px;
  padding: 20px;
  border-radius: 4px;
}
.display-info-wrap .sell-method-box .stitle-lg {
  width: 100%;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #fff;
}
.display-info-wrap .sell-method-box .stext {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.8);
}
.display-info-wrap .sell-method-box .scont-box {
  width: 100%;
}
.display-info-wrap .sell-method-box .btn-wrap-sm {
  width: 100%;
}
.display-info-wrap .sell-method-box .btn-wrap-sm [class^=btn] {
  padding: 0 5px;
}
.display-info-wrap .sell-method-box.purchase {
  background-image: url("../images/display/img_sell_method_purchase.png");
}
.display-info-wrap .sell-method-box.consign {
  background-image: url("../images/display/img_sell_method_consign.png");
}
.display-info-wrap .repair-center-intro-wrap {
  margin-bottom: 50px;
}
.display-info-wrap .repair-center-intro-wrap .thumb-box {
  margin-right: -20px;
  margin-bottom: 30px;
}
.display-info-wrap .repair-center-intro-wrap .thumb-box img {
  width: 100%;
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group {
  position: relative;
  margin: -111px -20px 0;
  padding: 111px 20px 50px 70px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(0deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group:before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: 20px;
  display: inline-block;
  width: 1px;
  height: calc(100% - 142px);
  background: -webkit-gradient(linear, left top, left bottom, from(#B79683), to(rgba(183, 150, 131, 0)));
  background: linear-gradient(180deg, #B79683 0%, rgba(183, 150, 131, 0) 100%);
  vertical-align: top;
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group .repair-center-intro-box {
  position: relative;
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group .repair-center-intro-box .stitle-xl {
  margin-bottom: 20px;
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group .repair-center-intro-box .info-text-list .dot-text-lg {
  color: #666;
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group .repair-center-intro-box .info-text-list .dot-text-lg:before {
  background-color: #666;
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group .repair-center-intro-box:before {
  content: "";
  position: absolute;
  left: -50px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: rgba(203, 177, 156, 0.2);
  vertical-align: top;
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group .repair-center-intro-box:after {
  content: "";
  position: absolute;
  left: -42px;
  top: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  background-color: #B79683;
  vertical-align: top;
}
.display-info-wrap .repair-center-intro-wrap .repair-center-intro-group .repair-center-intro-box ~ .repair-center-intro-box {
  margin-top: 30px;
}
.display-info-wrap .repair-service-info-wrap {
  padding: 50px 20px;
  background: url("../images/display/img_repair_service_info.png") 0 0 no-repeat;
  background-size: cover;
  background-position: top;
}
.display-info-wrap .repair-service-info-wrap .ctitle-wrap {
  padding: 0;
}
.display-info-wrap .repair-service-info-wrap .ctitle-wrap .ctitle-xl {
  color: #fff;
}
.display-info-wrap .repair-center-info-wrap .ctitle-wrap {
  padding-top: 50px;
}
.display-info-wrap .repair-center-info-wrap .ctitle-wrap .ctitle-eng {
  color: #242B3C;
}
.display-info-wrap .repair-center-info-wrap .tab-line-wrap .tab-content .dcont-box {
  padding-top: 0;
}
.display-info-wrap .repair-center-info-wrap .tab-line-wrap .tab-content .dcont-box:nth-last-of-type(1):not(.divider-bottom, .no-last) {
  padding-bottom: 0;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service {
  position: relative;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .thumb-box {
  width: 335px;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .stitle-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .stitle-wrap .stitle-xl {
  margin-bottom: 14px;
  color: #fff;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .stitle-wrap .stext {
  color: #fff;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .stitle-wrap .dot-text-lg {
  color: #fff;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .stitle-wrap .dot-text-lg:before {
  background-color: #fff;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .btn-wrap {
  position: absolute;
  left: 20px;
  top: 20px;
  margin-top: 0;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .btn-wrap .btn-round-sm.line-light-gray {
  background-color: transparent;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service .btn-wrap .btn-round-sm.line-light-gray .text {
  color: #fff;
}
.display-info-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide.thumb-service ~ .thumb-service {
  margin-left: 10px;
}
.display-info-wrap .scont-box .stitle-lg {
  font-weight: 500;
}
.display-info-wrap .scont-box .grid-box-list {
  margin-top: 20px;
}
.display-info-wrap .grid-box-list .grid-box-item .gray-box .stitle-wrap {
  margin-bottom: 13px;
}
.display-info-wrap .grid-box-list .grid-box-item .gray-box .stitle-wrap .step-num {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  line-height: 22px;
}
.display-info-wrap .grid-box-list .grid-box-item .gray-box .stitle-wrap .stitle {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  margin-left: 6px;
  margin-bottom: 0;
}
.display-info-wrap .band-intro-wrap .ctitle-wrap {
  text-align: center;
  margin-bottom: 56px;
}
.display-info-wrap .band-intro-wrap .ctitle-wrap .ctitle, .display-info-wrap .band-intro-wrap .ctitle-wrap .link-ctitle {
  width: 100%;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.001em;
}
.display-info-wrap .band-intro-wrap .ctitle-wrap .ctitle ~ .stext, .display-info-wrap .band-intro-wrap .ctitle-wrap .link-ctitle ~ .stext {
  margin-top: 14px;
}
.display-info-wrap .band-intro-wrap .ctitle-wrap .stext {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.display-info-wrap .band-intro-wrap .band-intro-box {
  position: relative;
  text-align: center;
  padding: 40px 54px 30px;
  background-color: #EDF1F9;
  border-radius: 4px;
}
.display-info-wrap .band-intro-wrap .band-intro-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: url("../images/display/ico_intro_band.svg") 0 0 no-repeat;
  background-size: cover;
}
.display-info-wrap .band-intro-wrap .band-intro-box .stext-lg {
  color: #2F3647;
  font-weight: 300;
}
.display-info-wrap .band-seller-review-wrap {
  margin-top: -15px;
  margin-bottom: -25px;
}
.display-info-wrap .band-seller-review-wrap .swiper-card-wrap {
  padding-top: 15px;
  padding-bottom: 25px;
}
.display-info-wrap .band-seller-review-wrap .swiper-card-wrap .swiper-slide {
  max-width: 280px;
  min-height: 228px;
}
.display-info-wrap .band-seller-review-wrap .swiper-card-wrap .swiper-slide .gray-line-box {
  padding: 40px 20px 30px;
  text-align: center;
}
.display-info-wrap .band-seller-review-wrap .swiper-card-wrap .swiper-slide .gray-line-box .stitle-lg {
  font-weight: 500;
  padding-top: 38px;
  background: url("../images/display/ico_double_quotation_gold.svg") center 0 no-repeat;
  background-size: 24px 18px;
}
.display-info-wrap .band-seller-review-wrap .swiper-card-wrap .swiper-slide .gray-line-box .stext {
  margin-bottom: 20px;
  word-break: keep-all;
  word-wrap: break-word;
}
.display-info-wrap .band-seller-review-wrap .swiper-card-wrap .swiper-slide.swiper-slide-active .gray-line-box {
  border: 1px solid #2F3647;
  -webkit-box-shadow: 0 5px 20px 0 rgba(47, 54, 71, 0.1);
  box-shadow: 0 5px 20px 0 rgba(47, 54, 71, 0.1);
}
.display-info-wrap .white-box {
  padding: 0;
  overflow: hidden;
}
.display-info-wrap .store-grade-box {
  padding: 20px 20px 30px 30px;
  border-radius: 4px;
  background-color: #fff;
}
.display-info-wrap .store-grade-box .icon-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.display-info-wrap .store-grade-box .icon-info .text-info-area {
  padding-top: 10px;
}
.display-info-wrap .store-grade-box .icon-info .text-info-area .stitle-xl {
  margin-bottom: 2px;
  color: #2F3647;
  font-weight: 600;
}
.display-info-wrap .store-grade-box .info-text-list {
  margin-top: 16px;
}
.display-info-wrap .store-grade-box .info-text-list .stext-black ~ .stext-black {
  margin-top: 4px;
}
.display-info-wrap .band-consulting-wrap .stitle-xl {
  font-weight: 600;
  color: #2F3647;
  margin-bottom: 20px;
}
.display-info-wrap .band-consulting-wrap .ico-line-list .ico-line-item {
  position: relative;
}
.display-info-wrap .band-consulting-wrap .ico-line-list .ico-line-item .line-cont .stitle {
  color: #666;
  font-weight: 300;
  margin-bottom: 2px;
}
.display-info-wrap .band-consulting-wrap .ico-line-list .ico-line-item .line-cont .stext-lg {
  font-weight: 500;
}

.grid-box-list.sell .grid-box-item .link-gray-line-box .stitle-lg {
  color: #6E675F;
}
.grid-box-list.sell .grid-box-item .link-gray-line-box:after {
  background-color: #6E675F;
}
.grid-box-list.sell .grid-box-item .gray-box {
  background-color: rgba(110, 103, 95, 0.1);
}
.grid-box-list.sell .grid-box-item .gray-box .stitle-lg {
  color: #6E675F;
}
.grid-box-list.sell .grid-box-item .gray-box .stitle-wrap {
  margin-bottom: 12px;
}
.grid-box-list.step-sell .grid-box-item .gray-line-box {
  border-color: #D9D9D9;
}
.grid-box-list.step-sell .grid-box-item .gray-line-box .icon-info .text-info-area .step-num {
  color: #6E675F;
}
.grid-box-list.step-sell .grid-box-item .gray-line-box .icon-info .ico-box {
  background-color: #6E675F;
}
.grid-box-list.step-care .grid-box-item .gray-line-box .icon-info .text-info-area .step-num {
  color: #37564B;
}
.grid-box-list.step-care .grid-box-item .gray-line-box .icon-info .ico-box {
  background-color: #37564B;
}
.grid-box-list.step-purchase .grid-box-item .gray-line-box .icon-info .text-info-area .step-num {
  color: #7B6363;
}
.grid-box-list.step-purchase .grid-box-item .gray-line-box .icon-info .ico-box {
  background-color: #7B6363;
}
.grid-box-list.step-purchase .grid-box-item .gray-box {
  background-color: rgba(123, 99, 99, 0.1);
}
.grid-box-list.step-purchase .grid-box-item .gray-box .stitle-wrap .step-num {
  background-color: #7B6363;
}
.grid-box-list.step-purchase .grid-box-item .gray-box .stitle-wrap .stitle {
  color: #7B6363;
}
.grid-box-list.step-purchase .grid-box-item .gray-box .btn-round-sm.line-light-gray2 .ico-store-consult {
  background-image: url("../images/common/comm_ico_kakao_consulting_brown_h16.svg");
}
.grid-box-list.step-purchase .grid-box-item .gray-box .btn-round-sm.line-light-gray2 .text {
  color: #7B6363;
}
.grid-box-list.step-consign .grid-box-item .gray-line-box .icon-info .text-info-area .step-num {
  color: #C09759;
}
.grid-box-list.step-consign .grid-box-item .gray-line-box .icon-info .ico-box {
  background-color: #C09759;
}
.grid-box-list.step-consign .grid-box-item .gray-box {
  background-color: rgba(192, 151, 89, 0.1);
}
.grid-box-list.step-consign .grid-box-item .gray-box .stitle-wrap .step-num {
  background-color: #C09759;
}
.grid-box-list.step-consign .grid-box-item .gray-box .stitle-wrap .stitle {
  color: #C09759;
}
.grid-box-list.step-consign .grid-box-item .gray-box .btn-round-sm.line-light-gray2 .ico-store-consult {
  background-image: url("../images/common/comm_ico_kakao_consulting_yellow_h16.svg");
}
.grid-box-list.step-consign .grid-box-item .gray-box .btn-round-sm.line-light-gray2 .text {
  color: #C09759;
}
.grid-box-list.loan .grid-box-item .gray-line-box-lg .stitle-wrap {
  margin-bottom: 20px;
}
.grid-box-list.loan .grid-box-item .gray-line-box-lg .stitle-wrap .stitle-sub {
  width: 100%;
  margin-bottom: 4px;
}
.grid-box-list.loan .grid-box-item .gray-line-box-lg .stitle-wrap .stitle {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #5A748E;
}
.grid-box-list.repair .grid-box-item .gray-line-box {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: transparent;
}
.grid-box-list.repair .grid-box-item .gray-line-box .stitle-lg {
  color: #fff;
}
.grid-box-list.repair .grid-box-item .gray-line-box .stext {
  color: rgba(255, 255, 255, 0.8);
}

.store-detail-swiper-wrap .btn-store-vod {
  z-index: 10;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.store-detail-swiper-wrap .swiper-pagination-wrap {
  z-index: 10;
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 25px;
  height: 25px;
  color: #fff;
  width: auto;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.store-detail-swiper-wrap .swiper-pagination-wrap .swiper-pagination {
  position: static;
  height: 25px;
  padding: 5px 1px 5px 10px;
  background: transparent;
  color: #fff;
}
.store-detail-swiper-wrap .swiper-pagination-wrap .swiper-pagination .swiper-pagination-current, .store-detail-swiper-wrap .swiper-pagination-wrap .swiper-pagination .swiper-pagination-total {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.store-detail-swiper-wrap .swiper-pagination-wrap .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.store-detail-swiper-wrap .swiper-pagination-wrap .btn-preview {
  width: 25px;
  height: 25px;
  margin-left: 0;
  background: url("../images/display/ico_plus_white.svg") center no-repeat;
  background-size: 9px;
}

/* // display */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* product detail */
.prod-detail-header .content-wrap .cont-box:nth-last-of-type(1), .prod-detail-header .content-wrap .dcont-box:nth-last-of-type(1) {
  padding-bottom: 30px;
}
.prod-detail-header .hot-deal-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 50px;
  margin-top: -6px;
  padding: 15px 20px 14px;
  background-color: #012E29;
}
.prod-detail-header .hot-deal-info .hot-deal-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 6px;
  padding-left: 22px;
  background: url("../images/product/ico_clock.svg") left 2px no-repeat;
  background-size: 16px;
}
.prod-detail-header .hot-deal-info .time-sale-count-wrap {
  margin-top: 6px;
  font-size: 0;
}
.prod-detail-header .prod-detail-swiper-wrap {
  position: relative;
  text-align: center;
}
.prod-detail-header .prod-detail-swiper-wrap .toast-prod-views {
  position: absolute;
  top: 20px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.prod-detail-header .prod-detail-swiper-wrap .toast-prod-views .prod-views {
  margin: 0 20px;
  padding: 5px 14px 6px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
.prod-detail-header .prod-detail-swiper-wrap .toast-prod-views .prod-views .text {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
  vertical-align: top;
}
.prod-detail-header .prod-detail-swiper-wrap .prod-pagination-wrap {
  bottom: 20px;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.3);
}
.prod-detail-header .prod-detail-swiper-wrap .prod-pagination-wrap .swiper-pagination {
  height: 25px;
  padding: 5px 1px 5px 10px;
  background: transparent;
  color: #fff;
}
.prod-detail-header .prod-detail-swiper-wrap .prod-pagination-wrap .swiper-pagination .swiper-pagination-current, .prod-detail-header .prod-detail-swiper-wrap .prod-pagination-wrap .swiper-pagination .swiper-pagination-total {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.prod-detail-header .prod-detail-swiper-wrap .prod-pagination-wrap .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.prod-detail-header .prod-detail-swiper-wrap .prod-pagination-wrap .btn-preview {
  width: 25px;
  height: 25px;
  margin-left: 0;
  background: url("../images/display/ico_plus_white.svg") center no-repeat;
  background-size: 9px;
}
.prod-detail-header .prod-detail-info-wrap {
  position: relative;
  padding-top: 4px;
  font-size: 0;
}
.prod-detail-header .prod-detail-info-wrap .btn-prod-grade {
  position: absolute;
  top: -50px;
  right: 2px;
  z-index: 2;
}
.prod-detail-header .prod-detail-info-wrap .badge-wrap {
  margin-bottom: 15px;
}
.prod-detail-header .prod-detail-info-wrap .info-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.prod-detail-header .prod-detail-info-wrap .info-head .prod-brand {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.001em;
  font-weight: 500;
  font-family: "linotype-didot";
  font-weight: 700;
  color: #000;
  vertical-align: top;
}
.prod-detail-header .prod-detail-info-wrap .info-head .btn-wish {
  margin-top: -4px;
  margin-left: 6px;
}
.prod-detail-header .prod-detail-info-wrap .prod-name {
  margin-top: 12px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.prod-detail-header .prod-detail-info-wrap .prod-price {
  margin-top: 20px;
  font-size: 0;
}
.prod-detail-header .prod-detail-info-wrap .prod-price .percent {
  margin-right: 6px;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.001em;
  font-weight: 600;
  color: #B79683;
}
.prod-detail-header .prod-detail-info-wrap .prod-price .goods-group {
  color: #012E29;
}
.prod-detail-header .prod-detail-info-wrap .prod-price .goods-group.origin {
  display: block;
  margin-bottom: 6px;
  color: #999;
  text-decoration: line-through;
}
.prod-detail-header .scont-box .green-box, .prod-detail-header .scont-box .gold10-resale-box {
  margin-top: 30px;
}
.prod-detail-header .scont-box ~ .scont-box {
  margin-top: 30px;
  padding-top: 30px;
}

.prod-detail-body .prod-info-tab .prod-detail-nav {
  height: 50px;
}
.prod-detail-body .prod-info-tab .prod-detail-nav .tabs {
  height: 50px;
  background-color: #fff;
}
.prod-detail-body .prod-info-tab .tab-content .dcont-box {
  padding-bottom: 30px;
}

.content-docker-wrap.product-detail {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #012E29;
}
.content-docker-wrap.product-detail .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 10px 10px 10px 20px;
  background-color: transparent;
}
.content-docker-wrap.product-detail .btn-wrap .left-area .btn-wish-wrap {
  text-align: center;
}
.content-docker-wrap.product-detail .btn-wrap .left-area .btn-wish-wrap .text-bubble-box {
  top: inherit;
  bottom: calc(100% - 5px);
  left: 12px;
}
.content-docker-wrap.product-detail .btn-wrap .left-area .btn-wish-wrap .wish-val {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
}
.content-docker-wrap.product-detail .btn-wrap .right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 250px;
  margin-left: auto;
}
.content-docker-wrap.product-detail .btn-wrap .right-area [class^=btn] {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 22px;
}
.content-docker-wrap.product-detail .btn-wrap .right-area [class^=btn]:nth-child(2) {
  max-width: 96px;
}
.content-docker-wrap.product-detail .btn-wrap .right-area [class^=btn] ~ [class^=btn] {
  margin-left: 6px;
}
@media (max-width: 320px) {
  .content-docker-wrap.product-detail .btn-wrap .right-area {
    margin-left: 10px;
  }
}

.prod-state-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.prod-state-info .desc {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  margin-left: 16px;
  font-weight: 300;
}
.prod-state-info .desc_care {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  font-weight: 300;
}
.prod-state-info .right-area {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}

.delivery-info-list .delivery-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.delivery-info-list .delivery-info-item [class^=ico-delivery] {
  -ms-flex-item-align: start;
  align-self: start;
}
.delivery-info-list .delivery-info-item .delivery-info .delivery-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.delivery-info-list .delivery-info-item .delivery-info .delivery-desc {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.delivery-info-list .delivery-info-item ~ .delivery-info-item {
  margin-top: 14px;
}

.prod-composition-wrap .prod-composition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prod-composition-wrap .prod-composition-list .prod-composition-item {
  width: 25%;
  text-align: center;
}
.prod-composition-wrap .prod-composition-list .prod-composition-item:nth-child(n+5) {
  margin-top: 20px;
}
.prod-composition-wrap .prod-composition-list .prod-composition-item .thumb-composition {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #F5F5F5;
  background-color: #fff;
}
.prod-composition-wrap .prod-composition-list .prod-composition-item .thumb-composition img, .prod-composition-wrap .prod-composition-list .prod-composition-item .thumb-composition [class^=ico-prod-composition] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prod-composition-wrap .prod-composition-list .prod-composition-item .composition-title {
  margin-top: 14px;
  padding: 0 3px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #CCC;
}
.prod-composition-wrap .prod-composition-list .prod-composition-item.is-active .thumb-composition {
  border: 0;
  background-color: #012E29;
}
.prod-composition-wrap .prod-composition-list .prod-composition-item.is-active .composition-title {
  font-weight: 500;
  color: #012E29;
}
.prod-composition-wrap .btn-wrap-sm .btn-round-md.line-light-gray .text {
  font-size: 12px;
  font-weight: 300;
}
.prod-composition-wrap .btn-wrap-sm .btn-round-md.line-light-gray .ico-arw-bottom-20 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.prod-status-swiper-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide .gray-box {
  width: 154px;
  min-height: 130px;
}
.prod-status-swiper-wrap .swiper-auto-wrap .swiper-wrapper .swiper-slide ~ .swiper-slide {
  margin-left: 5px;
}

.prod-grade-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #F5F5F5;
  color: #666;
  border-radius: 4px;
  width: 100%;
  min-height: 80px;
  padding: 23px 60px 23px 20px;
}
.prod-grade-item:after {
  content: "현재 상품 등급";
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/comm_ico_check_h24.svg") 0 0 no-repeat;
  background-size: cover;
  display: none;
}
.prod-grade-item [class^=gtitle] {
  width: 63px;
  margin-right: 10px;
}
.prod-grade-item .gtitle {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.prod-grade-item .gtitle-eng {
  font-family: "linotype-didot";
  font-weight: 700;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: -0.001em;
  margin-top: 7px;
}
.prod-grade-item .gtitle-eng-sm {
  font-family: "linotype-didot";
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.001em;
  margin-top: 6px;
}
.prod-grade-item .stext-sm {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.prod-grade-item.is-active {
  background: #fff;
  border: 1px solid #012E29;
}
.prod-grade-item.is-active [class^=gtitle] {
  color: #012E29;
}
.prod-grade-item.is-active .stext-sm {
  color: #000;
}
.prod-grade-item.is-active:after {
  display: block;
}

.store-info .store-info-header .title {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.gray-line-box .store-info .store-info-header ~ .tbl-info-wrap {
  margin-top: 20px;
}
.gray-line-box .store-info .stext-sm {
  margin-top: 10px;
}
.gray-line-box .store-info:not(:has(> .tbl-info-wrap)) .toggle-cont .tbl-info-wrap:first-child {
  margin-top: 20px;
}

/* // product detail */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* marketing */
.marketing-list-tab .marketing-nav {
  height: 50px;
}
.marketing-list-tab .marketing-nav .scroll-fix {
  height: 50px;
}
.marketing-list-tab .marketing-nav .scroll-fix.fixed, .marketing-list-tab .marketing-nav .scroll-fix.sps-blw {
  height: 50px;
}
.marketing-list-tab .grid-list-wrap .grid-list .grid-item {
  margin-top: -1px;
}
.marketing-list-tab .thumb-event .thumb-box {
  position: static;
  height: 75vw;
  max-height: 375px;
  font-size: 0;
}
.marketing-list-tab .thumb-event .thumb-box img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}

.hot-deal-header-wrap .hot-deal-header {
  background: url("../images/marketing/bg_marketing_hot_deal.svg") center no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 160px;
}
.hot-deal-header-wrap .hot-deal-header .ctitle-wrap {
  color: #fff;
  text-align: center;
}
.hot-deal-header-wrap .hot-deal-header .ctitle-wrap .ctitle-sub-lg {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.hot-deal-header-wrap .hot-deal-header .ctitle-wrap .ctitle-eng-lg {
  width: 100%;
}
.hot-deal-header-wrap .hot-deal-header .hot-deal-info .date-count, .hot-deal-header-wrap .hot-deal-header .hot-deal-info .time-count {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #CBB19C;
  vertical-align: top;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -120px;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap {
  margin-right: 0;
  margin-left: 0;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide {
  width: 240px;
  margin-right: 12px;
  margin-left: 12px;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide .hot-deal-info {
  display: none;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide.swiper-slide-active .hot-deal-info {
  display: block;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide .info-box {
  margin-top: 20px;
  text-align: center;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide .info-box .brand {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide .info-box .title {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 48px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide .info-box .size-info {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide .info-box .prod-price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide .info-box .prod-price .badge-md {
  margin-top: 8px;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .swiper-slide .info-box .prod-price .percent {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.hot-deal-header-wrap .hot-deal-swiper-wrap .swiper-card-wrap .pagination-wrap {
  margin-top: 60px;
  margin-bottom: -10px;
}

.upcoming-count {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 500;
  margin-top: -2px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  color: #B79683;
}

.thumb-swiper-md .btn-prod-alarm {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 7;
}

/* // marketing */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* order */
.pay-select-list {
  border-top: 1px solid #E9E9E9;
}
.pay-select-list .pay-select-item {
  padding: 20px 0;
  border-bottom: 1px solid #E9E9E9;
}
.pay-select-list .pay-select-item .ui-rdo {
  width: 100%;
}
.pay-select-list .pay-select-item .ui-rdo > input + label {
  width: 100%;
}
.pay-select-list .pay-select-item .ui-rdo > input + label:before {
  top: 0;
  -webkit-transform: initial;
  transform: initial;
}
.pay-select-list .pay-select-item .ui-rdo > input + label:after {
  top: 7px;
  -webkit-transform: initial;
  transform: initial;
}
.pay-select-list .pay-select-item .rdo-box-info {
  display: block;
  margin-left: 8px;
}
.pay-select-list .pay-select-item .rdo-box-info .rdo-box-tit-wrap {
  display: block;
}
.pay-select-list .pay-select-item .rdo-box-info .rdo-box-tit {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
  vertical-align: top;
}
.pay-select-list .pay-select-item .rdo-box-info .rdo-box-tit [class^=ico-pay] {
  margin-right: 6px;
}
.pay-select-list .pay-select-item .rdo-box-info .rdo-box-tit ~ .btn-round-xs {
  height: auto;
  min-height: 20px;
  margin-top: 1px;
  margin-bottom: 2px;
}
body.android .pay-select-list .pay-select-item .rdo-box-info .rdo-box-tit ~ .btn-round-xs {
  margin-top: 0;
}
body.ios .pay-select-list .pay-select-item .rdo-box-info .rdo-box-tit ~ .btn-round-xs {
  margin-top: 0;
}
.pay-select-list .pay-select-item .rdo-box-info .rdo-box-tit ~ .btn-round-xs .text {
  text-align: left;
}
.pay-select-list .pay-select-item .rdo-box-info .rdo-box-desc {
  display: block;
  padding-top: 10px;
  margin-top: -4px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.pay-select-list .pay-select-item .order-pay-cont {
  display: none;
  margin-top: 12px;
}
.pay-select-list .pay-select-item .order-pay-cont .chk-cash-receipt {
  width: 100%;
  text-align: right;
}
.pay-select-list .pay-select-item .order-pay-cont .chk-cash-receipt ~ .gray-box, .pay-select-list .pay-select-item .order-pay-cont .chk-cash-receipt ~ .cash-receipt-info {
  margin-top: 12px;
}
.pay-select-list .pay-select-item .order-pay-cont .cash-receipt-info {
  display: none;
}
.pay-select-list .pay-select-item .order-pay-cont .cash-receipt-info .ui-row-list {
  margin-bottom: 12px;
}
.pay-select-list .pay-select-item .order-pay-cont .cash-receipt-info .ui-row-list .item {
  margin-right: 20px;
}
.pay-select-list .pay-select-item .order-pay-cont .cash-receipt-info .ui-row-list .item .ui-rdo input + label > .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.pay-select-list .pay-select-item .order-pay-cont .cash-receipt-info .ui-row-list .item:last-child {
  margin-right: 0;
}
.pay-select-list .pay-select-item .order-pay-cont .cash-receipt-info .form-item {
  padding-top: 8px;
}
.pay-select-list .pay-select-item .order-pay-cont .cash-receipt-info ~ .gray-box {
  margin-top: 10px;
}
.pay-select-list .pay-select-item .order-pay-cont .cash-receipt-info.is-active {
  display: block;
}
.pay-select-list .pay-select-item.is-active .order-pay-cont {
  display: block;
}
.pay-select-list ~ .ui-chk {
  margin-top: 20px;
}

.order-pay-bg-wrap {
  margin: 0px -20px -21px;
  padding: 10px 20px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F5F5));
  background: linear-gradient(180deg, #fff 0%, #F5F5F5 100%);
}
.order-pay-bg-wrap .payment-swiper-wrap .swiper-wrapper .swiper-slide {
  width: 275px;
}
.order-pay-bg-wrap .payment-swiper-wrap .swiper-wrapper .swiper-slide ~ .swiper-slide {
  margin-left: 10px;
}

.gugus-pay-account-box, .gugus-pay-card-box, .gugus-pay-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 275px;
  min-height: 160px;
  padding: 19px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  vertical-align: top;
}
.gugus-pay-account-box .pay-icon, .gugus-pay-card-box .pay-icon, .gugus-pay-box .pay-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: auto;
  border-radius: 25px;
  vertical-align: top;
}
.gugus-pay-account-box .ui-select, .gugus-pay-card-box .ui-select, .gugus-pay-box .ui-select {
  margin-top: 30px;
}
.gugus-pay-account-box .ui-select select, .gugus-pay-card-box .ui-select select, .gugus-pay-box .ui-select select {
  height: 40px;
}
.gugus-pay-account-box ~ .dot-text, .gugus-pay-card-box ~ .dot-text, .gugus-pay-box ~ .dot-text {
  margin-top: 10px;
}

.gugus-pay-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto;
  background: url("../images/common/comm_bg_gugus_pay.svg") 0 0 no-repeat;
  background-size: cover;
}
.gugus-pay-box .pay-info {
  margin-top: 14px;
}
.gugus-pay-box .pay-info .pay-name {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.gugus-pay-box .pay-info .pay-desc {
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.gugus-pay-box .pay-info .pay-num {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}

.gugus-pay-card-box {
  border: 1px solid #B79683;
}

.gugus-pay-account-box {
  border: 1px solid #012E29;
}

/* // order */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* my pocket */
.my-pocket-header-wrap {
  position: relative;
  padding: 70px 20px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.my-pocket-header-wrap .btn-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 14px 18px 14px 11px;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.7);
}
.my-pocket-header-wrap .btn-notice .ico-notice {
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.my-pocket-header-wrap .btn-notice .text {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  color: #000;
}
.my-pocket-header-wrap .scont-box ~ .scont-box {
  border-color: rgba(255, 255, 255, 0.1);
}
.my-pocket-header-wrap .scont-box ~ .white-box {
  margin-top: 30px;
}
.my-pocket-header-wrap .scont-box ~ .white-box ~ .swiper-auto-wrap {
  margin-top: 20px;
}

.my-pocket-header-wrap .flex-info-wrap {
  color: #fff;
}
.my-pocket-header-wrap .flex-info-wrap.user {
  margin-top: 20px;
}
.my-pocket-header-wrap .flex-info-wrap.user .user-info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.my-pocket-header-wrap .flex-info-wrap.user .user-info .vip {
  font-family: "linotype-didot";
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.001em;
  font-weight: 700;
  color: #CBB19C;
}
.my-pocket-header-wrap .flex-info-wrap.user .user-info .user-name {
  font-size: 26px;
  line-height: 37px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #fff;
}

.user-membership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}

.user-membership .text {
  margin-left: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.my-pocket-header-wrap .flex-info-wrap.user .text-white {
  color: rgba(255, 255, 255, 0.7)
}

.my-pocket-header-wrap .flex-info-wrap.user .right-area {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.my-pocket-header-wrap .flex-info-wrap.user .right-area .btn-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -3px;
  margin-bottom: 3px;
}
.my-pocket-header-wrap .flex-info-wrap.user .right-area .btn-wrap .btn-round-sm.line-white {
  margin-top: 3px;
}
.my-pocket-header-wrap .flex-info-wrap .ctitle, .my-pocket-header-wrap .flex-info-wrap .link-ctitle {
  font-weight: 300;
  color: #fff;
}
.my-pocket-header-wrap .flex-info-wrap .right-area .btn-point {
  display: block;
  padding-right: 22px;
  background: url("../images/my_pocket/ico_arw_white_circle_h16.svg") right center no-repeat;
  background-size: 16px;
}
.my-pocket-header-wrap .flex-info-wrap .right-area .btn-point .goods-group {
  color: #fff;
  font-weight: 600;
}
.my-pocket-header-wrap .flex-info-wrap .right-area .goods-box.size-sm {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.7);
}
.my-pocket-header-wrap .flex-info-wrap .right-area .goods-box.size-sm .goods-group {
  font-weight: 300;
}
.my-pocket-header-wrap .flex-info-wrap .right-area .stext-sm {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.7);
}
.my-pocket-header-wrap .flex-info-wrap ~ .flex-info-wrap {
  margin-top: 20px;
}
.my-pocket-header-wrap .swiper-auto-wrap {
  margin-top: 30px;
}
.my-pocket-header-wrap .swiper-auto-wrap .alert-count-box {
  width: 143px;
  height: auto;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
}
.my-pocket-header-wrap .swiper-auto-wrap .alert-count-box .link-alert {
  height: 100%;
  padding: 20px 18px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}
.my-pocket-header-wrap .swiper-auto-wrap .alert-count-box .link-alert .alert-title {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.my-pocket-header-wrap .swiper-auto-wrap .alert-count-box .link-alert .goods-group {
  margin-top: 2px;
  color: #012E29;
}
.my-pocket-header-wrap .swiper-auto-wrap .alert-count-box ~ .alert-count-box {
  margin-left: 6px;
}
.my-pocket-header-wrap.purchase {
  background: url("../images/my_pocket/bg_my_pocket_main_type_purchase.svg") 0 0 no-repeat;
  background-size: cover;
}
.my-pocket-header-wrap.purchase .white-box .ctitle-wrap {
  padding-left: 0;
  padding-right: 0;
}
.my-pocket-header-wrap.sell {
  background: url("../images/my_pocket/bg_my_pocket_main_type_sell.svg") 0 0 no-repeat;
  background-size: cover;
}
.my-pocket-header-wrap.sell .white-box .ctitle-wrap {
  padding-left: 0;
  padding-right: 0;
}

.my-pocket-floating {
  z-index: 20;
  position: fixed;
  width: 58px;
  height: 108px;
  border-radius: 10px;
  padding: 3px;
  margin-bottom: env(safe-area-inset-bottom);
  bottom: calc(var(--docker-height) + 20px + env(safe-area-inset-bottom));
  right: 10px;
  background: #fff;
  border: 1px solid #D9D9D9;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.my-pocket-floating [class^=link-mode-trans] {
  display: block;
  width: 50px;
  height: 50px;
  padding: 9px 13px;
  border-radius: 8px;
}
.my-pocket-floating [class^=link-mode-trans] .text {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  text-align: center;
}
.my-pocket-floating [class^=link-mode-trans].is-active .text {
  color: #fff;
  font-weight: 600;
}
.my-pocket-floating .link-mode-trans-purchase.is-active {
  background-color: #93685A;
}
.my-pocket-floating .link-mode-trans-sell.is-active {
  background-color: #252930;
}
@media (min-width: 500px) {
  .my-pocket-floating {
    left: calc(50% + 182px);
    right: auto;
  }
}

.bar-flex-group.quick-menu {
  width: calc(100% + 40px);
  margin-top: 30px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 0;
}
.bar-flex-group.quick-menu .bar-box .link-my-pocket-quick-menu {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.bar-flex-group.quick-menu .bar-box .link-my-pocket-quick-menu [class^=ico-my-pocket-] {
  overflow: visible;
}
.bar-flex-group.quick-menu .bar-box .link-my-pocket-quick-menu .text {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.bar-flex-group.quick-menu .bar-box .link-my-pocket-quick-menu .count {
  position: absolute;
  top: 0;
  right: -6px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #B79683;
  border-radius: 10px;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -0.001em;
  color: #fff;
}
.bar-flex-group.quick-menu .bar-box:after {
  height: calc(100% - 14px);
  background-color: #D9D9D9;
}

.link-gray-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px;
  border-radius: 4px;
  background-color: #F5F5F5;
}
.link-gray-box .link-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.link-gray-box .val {
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}

.step-count-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.step-count-list .step-count-item {
  max-width: 20%;
  text-align: center;
}
.step-count-list .step-count-item .count-box {
  position: relative;
}
.step-count-list .step-count-item .count {
  font-family: "linotype-didot";
  font-size: 32px;
  line-height: 35px;
  letter-spacing: -0.001em;
  font-weight: 700;
  color: #012E29;
}
.step-count-list .step-count-item .count.no-value {
  color: #CCC;
}
.step-count-list .step-count-item .step-tit {
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.step-count-list .step-count-item .text-bubble-box {
  margin-left: -11px;
  margin-top: 8px;
}
.step-count-list ~ .grid-box-list, .step-count-list ~ .no-data-box, .step-count-list ~ .order-info-card-swiper-wrap {
  margin-top: 30px;
}

.line-link-menu .menu-item {
  border-bottom: 1px solid #E9E9E9;
}
.line-link-menu .menu-item .link-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.line-link-menu .menu-item .link-menu .text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
.line-link-menu .menu-item .link-menu .count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1px 8px;
  margin-left: 10px;
  background-color: #B79683;
  border-radius: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #fff;
}
.line-link-menu .menu-item .link-menu:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../images/common/comm_arw_right_black_h14.svg") 0 0 no-repeat;
  background-size: cover;
}
.line-link-menu .menu-item:first-child .link-menu {
  padding-top: 18px;
}
.line-link-menu .menu-item:first-child .link-menu:after {
  margin-top: -1px;
}

.participate-prod-nav {
  height: 50px;
}
.participate-prod-nav .tabs.fixed, .participate-prod-nav .tabs.sps-blw {
  margin: 0 auto;
}

.my-alert-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
}
.my-alert-info-header .alert-date {
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.my-alert-info-header .right-area {
  position: relative;
  z-index: 10;
  margin-left: auto;
}

.my-alert-info-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.my-alert-info-body .ico-box {
  position: relative;
  margin-right: 16px;
}
.my-alert-info-body .ico-box .alert-dingbat {
  position: absolute;
  top: 3px;
  right: 3px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #D93B3B;
  vertical-align: top;
}
.my-alert-info-body .alert-info-box {
  margin-top: 3px;
}
.my-alert-info-body .alert-info-box .alert-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 36px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
  margin-bottom: 4px;
  color: #000;
}
.my-alert-info-body .alert-info-box .toggle-cont {
  margin-top: 10px;
}
.my-alert-info-body .alert-info-box .toggle-cont .stext {
  display: block;
  margin-top: 12px;
}
.my-alert-info-body .alert-info-box .toggle-cont .btn-wrap-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  margin-top: 12px;
}
.my-alert-info-body .alert-info-box .toggle-cont .btn-wrap-sm .btn-round-sm {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
}
.my-alert-info-body .alert-info-box .toggle-cont .btn-wrap-sm .btn-round-sm ~ .btn-round-sm {
  margin-top: 4px;
  margin-left: 0;
}
.my-alert-info-body .alert-desc {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #000;
}
.my-alert-info-body .alert-sub-desc {
  margin-top: 12px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.my-alert-info-body ~ [data-btn-toggle] {
  width: 100%;
  margin-top: 20px;
}

.overflow-wrap {
  position: relative;
}
.overflow-wrap .btn-cover {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
}

.prod-query-wrap .prod-query-content {
  display: none;
  margin-top: 20px;
}
.prod-query-wrap .prod-query-content .btn-wrap-sm {
  margin-top: 0;
}
.prod-query-wrap .prod-query-content .input-gray-search-box {
  margin-bottom: 0;
}
.prod-query-wrap .prod-query-content.is-active {
  display: block;
}
.prod-query-wrap ~ .no-data-box {
  margin-top: 20px;
}

.order-info-card-swiper-wrap {
  margin: 0 -20px -30px;
  padding: 20px 20px 10px;
  background-color: #F5F5F5;
}
.order-info-card-swiper-wrap .swiper-dot-wrap {
  margin: 0 -20px;
}
.order-info-card-swiper-wrap .swiper-dot-wrap .swiper-slide {
  padding: 0 20px;
}

.my-shopping-score-wrap {
  margin-bottom: 30px;
}
.my-shopping-score-wrap [class^=ico-my-shopping-score] {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.my-shopping-score-wrap .my-shopping-score-box {
  margin-top: -50px;
  padding: 60px 20px 40px;
  border-radius: 10px;
  border: 1px solid #012E29;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.my-shopping-score-wrap .my-shopping-score-box .ctitle-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.my-shopping-score-wrap .my-shopping-score-box .ctitle-wrap .ctitle-lg .btn-tooltip {
  margin-top: 6px;
}
.my-shopping-score-wrap .my-shopping-score-box .my-shopping-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.my-shopping-score-wrap .my-shopping-score-box .my-shopping-score .score-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.my-shopping-score-wrap .my-shopping-score-box .my-shopping-score .score-group .score-box {
  position: relative;
  width: 50px;
  padding: 4px 0;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #F5F5F5;
  text-align: center;
}
.my-shopping-score-wrap .my-shopping-score-box .my-shopping-score .score-group .score-box .score {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  color: #012E29;
  letter-spacing: -0.001em;
  vertical-align: top;
}
.my-shopping-score-wrap .my-shopping-score-box .my-shopping-score .score-group .score-box .score.no-value {
  color: #CCC;
}
.my-shopping-score-wrap .my-shopping-score-box .my-shopping-score .score-group .score-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.my-shopping-score-wrap .my-shopping-score-box .my-shopping-score .score-group .score-box ~ .score-box {
  margin-left: 4px;
}
.my-shopping-score-wrap .my-shopping-score-box .my-shopping-score .unit {
  display: inline-block;
  margin-left: 8px;
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: -0.001em;
  color: #000;
  vertical-align: top;
}
.my-shopping-score-wrap .my-shopping-score-box .stext {
  margin-top: 20px;
  font-weight: 500;
  color: #000;
}

.score-down-box, .score-up-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 20px;
  border-radius: 4px;
}
.score-down-box [class^=ico-shopping-score], .score-up-box [class^=ico-shopping-score] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.score-up-box {
  background-color: rgba(217, 59, 59, 0.08);
}

.score-down-box {
  background-color: rgba(79, 124, 176, 0.08);
}

.value-count ~ .rdo-box-list {
  margin-top: 20px;
}

.rdo-box-list ~ .rdo-box-content {
  margin-top: 20px;
}

.rdo-box-content {
  display: none;
}
.rdo-box-content .ui-select ~ .grid-box-list {
  margin-top: 10px;
}
.rdo-box-content .value-count {
  margin-top: 20px;
}
.rdo-box-content .pay-separate-box .stitle-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 0;
}
.rdo-box-content .pay-separate-box .stitle-wrap .right-area {
  text-align: right;
}
.rdo-box-content .pay-separate-box .input-flex-box .value-input-box .ui-input {
  height: 38px;
}
.rdo-box-content .pay-separate-box .input-flex-box .value-input-box .unit {
  margin-top: 9px;
}
.rdo-box-content.is-active {
  display: block;
}

.return-pay-wrap .ui-col-list .item .sel-return-pay ~ .gray-box {
  display: none;
}
.return-pay-wrap .ui-col-list .item .sel-return-pay ~ .gray-box.is-active {
  display: block;
}

.gray-line-box .btn-cs {
  margin: -20px;
  padding: 20px;
  width: calc(100% + 40px);
}
.gray-line-box .btn-cs .flex-info-wrap {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gray-line-box .btn-cs .flex-info-wrap .ctitle-wrap {
  margin-bottom: 0;
}
.gray-line-box .btn-cs .flex-info-wrap .ctitle-wrap .stext-sm {
  margin-top: 2px;
  word-break: keep-all;
  word-wrap: break-word;
}
.gray-line-box .btn-cs .flex-info-wrap .right-area {
  padding-left: 10px;
}

.collateral-prod-info .uid {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.collateral-prod-info .prod-name {
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 36px;
  line-height: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}

.price-adjust-wrap {
  margin-top: 20px;
}
.price-adjust-wrap .price-adjust-content {
  display: none;
  margin-top: 20px;
}
.price-adjust-wrap .price-adjust-content .green-box {
  margin-top: 0;
}
.price-adjust-wrap .price-adjust-content.is-active {
  display: block;
}

.thumb-prod-consign .thumb-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/my_pocket/img_prod_consign_no_data.svg") #F5F5F5 no-repeat;
  background-size: cover;
}
.thumb-prod-consign .thumb-box img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

/* // my pocket */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* display main */
/* 
GNB영역과 메인 배너 겹칠 때 사용
.wrapper.main .content-wrap {
  margin-top: -110px;
}
  */
.wrapper.main .btn-main-wrap {
  margin-top: 40px;
  text-align: center;
}
.wrapper.main .btn-main-wrap .btn-round-lg {
  height: 44px;
}
.wrapper.main .flex-info-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.wrapper.main .tab-content {
  margin-top: 30px;
}
.wrapper.main .badge-count {
  position: absolute;
  z-index: 1;
  top: 20px;
  background-color: #B79683;
}
.wrapper.main .badge-count .goods-group {
  color: #fff;
}
.wrapper.main .scont-main-box ~ .scont-main-box {
  margin-top: 30px;
}
.wrapper.main .ctitle-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.wrapper.main .ctitle-main-wrap .ctitle-sub-lg {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.wrapper.main .ctitle-main-wrap .ctitle-sub-lg ~ .ctitle-main {
  margin-top: 2px;
}
.wrapper.main .ctitle-main-wrap .ctitle-sub-lg ~ .ctitle-eng {
  margin-top: 6px;
}
.wrapper.main .ctitle-main-wrap .ctitle-main {
  font-size: 26px;
  line-height: 37px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #012E29;
}
.wrapper.main .ctitle-main-wrap .ctitle-eng {
  color: #012E29;
}
.wrapper.main .ctitle-main-wrap .right-area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.wrapper.main .ctitle-main-wrap .right-area .goods-group-eng {
  color: #B79683;
}
.wrapper.main .ctitle-main-wrap ~ .flex-info-wrap {
  margin-top: -10px;
  margin-bottom: 30px;
}
.wrapper.main .cont-inner .ctitle-main-wrap {
  padding-right: 0;
  padding-left: 0;
}
.wrapper.main .top-banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wrapper.main .top-banner-wrap .top-banner-text {
  position: relative;
  width: calc(100% - 41px);
  padding: 14px 20px;
}
.wrapper.main .top-banner-wrap .text {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.wrapper.main .top-banner-wrap .text .spot {
  font-weight: 500;
}
.wrapper.main .top-banner-wrap .btn-top-banner-close {
  width: 16px;
  height: 16px;
  padding: 5px;
  margin-right: 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: url("../images/common/comm_ico_close_gray_h16.svg") center no-repeat;
  background-size: 16px;
}
.wrapper.main .main-banner-wrap {
  position: relative;
  width: 100%;
  height: 664px;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap {
  height: 100%;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap.no-control .btn-event-more {
  display: none;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-wrapper {
  /* perspective: 1200px;
  transform: rotate(.001deg);
  transition: none !important; */
  /* -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0); */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective-origin: center;
  perspective-origin: center;
  will-change: transform;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective-origin: center;
  perspective-origin: center;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide .thumb-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  will-change: contents; */
}
/*
메인 배너 딤드 숨김 처리(20250521 #9597)
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide .thumb-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
*/
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide .text-box {
  position: relative;
  z-index: 1;
  opacity: 0;
  padding-bottom: 30px;
  padding-left: 30px;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide .text-box [class^=title] {
  letter-spacing: -0.001em;
  color: #fff;
  word-break: break-all;
  opacity: 0;
  -webkit-transform: translate(0, 16px);
  transform: translate(0, 16px);
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide .text-box .title-eng {
  max-width: 310px;
  font-size: 38px;
  line-height: 42px;
  font-family: "linotype-didot";
  font-weight: 700;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide .text-box .title-kor {
  max-width: 295px;
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide .text-box .sub-text {
  max-width: 100%;
  margin-top: 16px;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide .btn-link {
  z-index: 3;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide.swiper-slide-active .text-box {
  opacity: 1;
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide.swiper-slide-active .text-box [class^=title] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.3s 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1.3s 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrapper.main .main-banner-wrap .swiper-fraction-wrap .swiper-slide.swiper-slide-active .text-box .sub-text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1s 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 1s 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.wrapper.main .main-banner-wrap .swiper-pagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  height: 25px;
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.3);
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
.wrapper.main .main-banner-wrap .swiper-pagination-wrap .swiper-pagination {
  position: static;
  background: transparent;
  padding-right: 0;
}
.wrapper.main .main-banner-wrap .swiper-pagination-wrap .btn-event-more {
  width: 25px;
  height: 25px;
  background: url("../images/display/ico_plus_white.svg") center no-repeat;
  background-size: 9px;
}
.wrapper.main .main-banner-wrap.size-sm {
  height: auto;
}
.wrapper.main .main-banner-wrap.size-sm .swiper-fraction-wrap .swiper-slide .thumb-box {
  position: relative;
  height: auto;
  padding-top: 112%;
}
.wrapper.main .main-banner-wrap.size-sm .swiper-fraction-wrap .swiper-slide .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrapper.main .main-banner-wrap.size-sm .swiper-fraction-wrap .swiper-slide .text-box .title-eng {
  max-width: 215px;
  font-size: 30px;
  line-height: 33px;
}
.wrapper.main .main-banner-wrap.size-sm .swiper-fraction-wrap .swiper-slide .text-box .title-kor {
  max-width: 315px;
  font-size: 26px;
  line-height: 37px;
  letter-spacing: -0.001em;
  font-weight: 600;
}
.wrapper.main .main-banner-wrap.size-sm .swiper-fraction-wrap .swiper-slide .sub-text {
  margin-top: 14px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
@media (min-width: 500px) {
  .wrapper.main .main-banner-wrap.size-sm .swiper-fraction-wrap .swiper-slide .thumb-box {
    height: 500px;
    padding-top: 0;
  }
}
.wrapper.main .gate-way-wrap {
  margin: 30px 0;
  padding: 0 20px;
}
.wrapper.main .gate-way-wrap .swiper-slide {
  width: 60px;
}
.wrapper.main .gate-way-wrap .swiper-slide .link-gate-way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrapper.main .gate-way-wrap .swiper-slide .link-gate-way .thumb-box {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  background-color: #F0F2F2;
}
.wrapper.main .gate-way-wrap .swiper-slide .link-gate-way .thumb-box img {
  position: absolute;
  width: 36px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapper.main .gate-way-wrap .swiper-slide .link-gate-way .text {
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  word-break: break-all;
}
.wrapper.main .gate-way-wrap .swiper-slide ~ .swiper-slide {
  margin-left: 11px;
}
.wrapper.main .gate-way-wrap .swiper-slide.brand-all .thumb-box {
  background-color: #012E29;
}
.wrapper.main .gate-way-wrap .swiper-slide.brand-all .thumb-box img {
  width: 32px;
  height: 11px;
}
.wrapper.main .gate-way-wrap ~ .main-promotion-wrap {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (min-width: 455px) {
  .wrapper.main .gate-way-wrap .swiper-slide {
    width: auto;
  }
  .wrapper.main .gate-way-wrap .swiper-slide ~ .swiper-slide {
    margin-left: auto;
  }
}
.wrapper.main .main-promotion-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 30px 0;
  padding: 0 20px;
}
.wrapper.main .main-promotion-wrap .link-promotion-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  height: 70px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  word-break: keep-all;
  word-wrap: break-word;
}
.wrapper.main .main-promotion-wrap .link-promotion-box .thumb-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper.main .main-promotion-wrap .link-promotion-box .thumb-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapper.main .main-promotion-wrap .link-promotion-box ~ .link-promotion-box {
  margin-left: 6px;
}
.wrapper.main .prod-hot-deal-wrap .ctitle-main-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 26px;
}
.wrapper.main .prod-hot-deal-wrap .ctitle-main-wrap .ctitle-sub-lg {
  text-align: center;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-time-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6px;
  margin-bottom: 30px;
  text-align: center;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-time-sale .time-sale-title {
  margin-top: 6px;
  margin-right: 6px;
  margin-right: 6px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
  background-size: 18px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-time-sale .time-sale-count-wrap {
  margin-top: 6px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-time-sale .time-sale-count {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-time-sale .time-sale-count ~ .time-sale-count {
  margin-left: 10px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap {
  position: relative;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap .swiper-wrapper {
  width: 267px;
  margin: 0 auto;
  background-color: #fff;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap .swiper-wrapper .swiper-slide {
  width: 267px !important;
  margin: 0;
  background-color: #fff;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap .swiper-wrapper .swiper-slide .thumb-box .btn-wish {
  top: 20px;
  right: 20px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap .swiper-wrapper .swiper-slide .info-box {
  margin-top: 20px;
  padding-right: 85px;
  min-height: 94px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap .swiper-wrapper .swiper-slide .info-box .time-sale-percent {
  position: absolute;
  top: 51px;
  right: 0;
  font-size: 40px;
  font-family: "linotype-didot";
  line-height: 52px;
  letter-spacing: -0.001em;
  font-weight: 700;
  color: #B79683;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap.swiper-fade .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  z-index: 1;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap.swiper-fade .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap.no-control + .swiper-deco-wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -18px;
  background: #012E29;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap.no-control + .swiper-deco-wrap .swiper-deco:nth-child(3) {
  height: 159px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap .pagination-wrap {
  margin-top: 45px;
  margin-bottom: -13px;
  padding-right: 0;
  padding-left: 0;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap .pagination-wrap .swiper-pagination {
  top: auto;
  bottom: auto;
  right: auto;
  padding: 0;
  border-radius: 0;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-fraction-wrap .pagination-wrap:before {
  display: none;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-deco-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-deco-wrap .swiper-deco {
  position: absolute;
  content: "";
  display: block;
  background: #012E29;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-deco-wrap .swiper-deco:first-child {
  top: 131px;
  left: 0;
  width: 100%;
  height: 5px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-deco-wrap .swiper-deco:nth-child(2) {
  top: 131px;
  left: 0;
  width: 5px;
  height: 300px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-deco-wrap .swiper-deco:nth-child(3) {
  top: 267px;
  right: 0;
  width: 5px;
  height: 144px;
}
.wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap .swiper-deco-wrap .swiper-deco:last-child {
  top: 267px;
  right: 0;
  width: 104px;
  height: 5px;
  z-index: 1;
}
body.ios .wrapper.main .prod-hot-deal-wrap .hot-deal-swiper-wrap:before {
  bottom: 14px;
}
.wrapper.main .tab-line-wrap.main-tab .tabs {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.wrapper.main .tab-line-wrap.main-tab .tabs .tab-item:before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #E9E9E9;
}
.wrapper.main .tab-line-wrap.main-tab .tabs .tab-item:first-child .tab-link {
  padding-left: 0;
}
.wrapper.main .tab-line-wrap.main-tab .tabs .tab-item:last-child .tab-link {
  padding-right: 0;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item .tab-link {
  width: 60px;
  padding-top: 7px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item .tab-link .tab-text {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  text-align: center;
  color: #666;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item .tab-link .val {
  width: 100%;
  margin-top: 2px;
  margin-left: 0;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  text-align: center;
  color: #666;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item.ui-state-active .tab-link:after {
  content: "";
  display: inline-block;
  width: calc(100% - 10px);
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 5px;
  z-index: 1;
  background-color: #012E29;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item.ui-state-active .tab-text {
  font-weight: 500;
  color: #012E29;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item.ui-state-active .tab-text:after {
  display: none;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item.ui-state-active .val {
  color: #012E29;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item.ui-state-active .val:after {
  display: none;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item.ui-state-active:first-child .tab-link:after {
  width: calc(100% - 5px);
  left: 0;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item.ui-state-active:last-child .tab-link:after {
  width: calc(100% - 5px);
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item:first-child .tab-link {
  padding-left: 0;
}
.wrapper.main .tab-line-wrap.main-tab .tabs.date-tab .tab-item:last-child .tab-link {
  padding-right: 0;
}
.wrapper.main .tab-line-wrap.main-tab .tabs:after {
  width: calc(100% - 20px);
  left: 20px;
}
.wrapper.main .tab-line-wrap.main-tab.main-tab-new-update .tab-item:nth-child(1) .tab-link, .wrapper.main .tab-line-wrap.main-tab.main-tab-new-update .tab-item:nth-child(2) .tab-link {
  padding-top: 4px;
  padding-bottom: 16px;
}
.wrapper.main .tab-line-wrap.main-tab.main-tab-new-update .tab-link {
  min-height: 45px;
}
.wrapper.main .personal-shopper-wrap {
  background: url("../images/display/bg_personal_shoper.svg") right top no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.wrapper.main .personal-shopper-wrap .ctitle-main-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper.main .personal-shopper-wrap .ctitle-main-wrap .ctitle-sub-lg, .wrapper.main .personal-shopper-wrap .ctitle-main-wrap .goods-group-eng {
  color: #fff;
}
.wrapper.main .personal-shopper-wrap .ctitle-main-wrap .ctitle-eng, .wrapper.main .personal-shopper-wrap .ctitle-main-wrap .ctitle-main {
  color: #CBB19C;
}
.wrapper.main .personal-shopper-wrap .swiper-auto-wrap {
  margin-right: 0;
  margin-left: 0;
}
.wrapper.main .personal-shopper-wrap .swiper-auto-wrap .swiper-slide.white-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 290px;
  height: 217px;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.wrapper.main .personal-shopper-wrap .swiper-auto-wrap .swiper-slide.white-box .personal-alert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.wrapper.main .personal-shopper-wrap .swiper-auto-wrap .swiper-slide.white-box .personal-alert-info .alert-info {
  margin-top: 5px;
  margin-left: 14px;
}
.wrapper.main .personal-shopper-wrap .swiper-auto-wrap .swiper-slide.white-box .personal-alert-info .alert-info .title {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #fff;
  word-break: break-word;
}
.wrapper.main .personal-shopper-wrap .swiper-auto-wrap .swiper-slide.white-box .personal-alert-info .alert-info .title .point {
  font-weight: inherit;
  color: #CBB19C;
}
.wrapper.main .personal-shopper-wrap .swiper-auto-wrap .swiper-slide.white-box .personal-alert-info .alert-info .stext {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.wrapper.main .personal-shopper-wrap .swiper-auto-wrap .swiper-slide.white-box ~ .white-box {
  margin-left: 10px;
}
.wrapper.main .prod-count-swiper-wrap .scont-main-box .stitle {
  font-weight: 300;
}
.wrapper.main .prod-count-swiper-wrap .prod-list-swiper-wrap .swiper-slide:not(.thumb-swiper-xs) {
  margin-left: 4px;
}
.wrapper.main .prod-count-swiper-wrap .btn-view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 8px;
  padding-left: 16px;
  padding-bottom: 9px;
}
.wrapper.main .prod-count-swiper-wrap .btn-view-more .text {
  margin-top: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap {
  position: relative;
  margin-top: -30px;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 120px;
  left: 20px;
  background-color: #E9E9E9;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 120px;
  left: 20px;
  background-color: #E9E9E9;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-auto-wrap:after {
  content: "";
  display: inline-block;
  width: calc(100% - 20px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 20px;
  background-color: #E9E9E9;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide .brand-row-list .brand-row-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 226px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide .brand-row-list .brand-row-item .thumb-box {
  position: relative;
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-top: 80px;
  border-radius: 80px;
  overflow: hidden;
  background: #F5F5F5;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide .brand-row-list .brand-row-item .thumb-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide .brand-row-list .brand-row-item .badge-count {
  left: 54px;
  padding-right: 6px;
  padding-left: 6px;
  border-radius: 10px;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide .brand-row-list .brand-row-item .info-box {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide .brand-row-list .brand-row-item .info-box .brand-name {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide .brand-row-list .brand-row-item .info-box .brand-name-sub {
  margin-top: 2px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide .brand-row-list .brand-row-item ~ .brand-row-item {
  border-top: 1px solid #E9E9E9;
}
.wrapper.main .brand-count-swiper-wrap .brand-list-swiper-wrap .swiper-slide:last-child .brand-row-list .brand-row-item {
  padding-right: 0;
}
.wrapper.main .prod-category-swiper-wrap .swiper-card-wrap .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrapper.main .prod-category-swiper-wrap .swiper-card-wrap .swiper-wrapper .swiper-slide {
  width: 240px;
  margin: 0;
}
.wrapper.main .prod-category-swiper-wrap .swiper-card-wrap .swiper-wrapper .swiper-slide .thumb-box {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.wrapper.main .prod-category-swiper-wrap .swiper-card-wrap .swiper-wrapper .swiper-slide .info-box {
  margin-top: 20px;
}
.wrapper.main .prod-category-swiper-wrap .swiper-card-wrap .swiper-wrapper .swiper-slide .info-box .title {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.001em;
  font-weight: 500;
  text-align: center;
}
.wrapper.main .prod-category-swiper-wrap .swiper-card-wrap .swiper-wrapper .swiper-slide.swiper-slide-active .thumb-box {
  -webkit-animation: scaleAnimation 1.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation: scaleAnimation 1.15s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.wrapper.main .prod-gallery-swiper-wrap .swiper-auto-wrap {
  padding-right: 0;
  padding-left: 0;
}
.wrapper.main .prod-gallery-swiper-wrap .swiper-auto-wrap .prod-gallery-list {
  display: grid;
  grid-template-columns: repeat(5, 98px);
  grid-template-rows: repeat(3, 98px);
  gap: 4px;
  grid-auto-flow: column dense;
}
.wrapper.main .prod-gallery-swiper-wrap .swiper-auto-wrap .prod-gallery-list .gallery-item {
  display: block;
}
.wrapper.main .prod-gallery-swiper-wrap .swiper-auto-wrap .prod-gallery-list .gallery-item.first {
  grid-column: 1/3;
  grid-row: 1/3;
}
.wrapper.main .prod-gallery-swiper-wrap .swiper-auto-wrap .prod-gallery-list .gallery-item.second {
  grid-column: 4/6;
  grid-row: 2/4;
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .high-end-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding-top: 197px;
  padding-bottom: 163px;
  height: 500px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .high-end-brand .thumb-box {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  border-radius: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .high-end-brand .thumb-box img {
  -o-object-fit: cover;
  object-fit: cover;
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .high-end-brand .ctitle-main-wrap {
  position: relative;
  z-index: 1;
  margin-right: 40px;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .high-end-brand .ctitle-eng-sm {
  width: 100%;
  color: #fff;
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .high-end-brand .stext {
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .high-end-brand:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .high-end-brand:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 50%;
}
.wrapper.main .prod-high-end-wrap .high-end-swiper-wrap .swiper-pagination {
  top: 312px;
}
.wrapper.main .prod-high-end-wrap .high-end-cont-wrap {
  position: relative;
  z-index: 1;
  margin-top: -132px;
}
.wrapper.main .prod-high-end-wrap .high-end-cont-wrap .high-end-cont-box {
  display: none;
}
.wrapper.main .prod-high-end-wrap .high-end-cont-wrap .high-end-cont-box .tab-high-end-wrap .tab-content {
  margin-top: 0;
}
.wrapper.main .prod-high-end-wrap .high-end-cont-wrap .high-end-cont-box .tab-high-end-wrap .tab-content .prod-list-swiper-wrap {
  min-height: 100px;
}
.wrapper.main .prod-event-wrap .swiper-fraction-wrap {
  margin-right: -20px;
}
.wrapper.main .prod-event-wrap .swiper-fraction-wrap:not(.no-control) + .prod-event-cont-wrap .prod-list-swiper-wrap {
  display: none;
}
.wrapper.main .prod-event-wrap .prod-event-cont-wrap .prod-list-swiper-wrap {
  margin-top: 20px;
}
.wrapper.main .prod-resell-list-wrap {
  margin-right: -20px;
  margin-left: -20px;
}
.wrapper.main .prod-resell-list-wrap .prod-resell-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper.main .prod-resell-list-wrap .prod-resell-list .prod-resell-item {
  width: calc(50% - 2px);
}
.wrapper.main .prod-resell-list-wrap .prod-resell-list .prod-resell-item .thumb-box .badge-count {
  right: 20px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 4px;
  border-radius: 15px;
}
.wrapper.main .prod-resell-list-wrap .prod-resell-list .prod-resell-item .thumb-box .btn-link {
  position: absolute;
  top: initial;
  left: 20px;
  bottom: 20px;
  z-index: 7;
  max-width: calc(100% - 40px);
  width: auto;
  margin: -3px;
  padding: 3px;
}
.wrapper.main .prod-resell-list-wrap .prod-resell-list .prod-resell-item .thumb-box .btn-link .brand-name {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
}
.wrapper.main .prod-resell-list-wrap .prod-resell-list .prod-resell-item:nth-child(2n+2) {
  margin-left: 4px;
}
.wrapper.main .prod-resell-list-wrap .prod-resell-list .prod-resell-item:nth-child(n+3) {
  margin-top: 4px;
}
.wrapper.main .prod-best-wrap .swiper-auto-wrap .swiper-slide:last-child .row-item {
  margin-right: 0;
}
.wrapper.main .prod-best-wrap .best-prod-row-list {
  padding-right: 20px;
}
.wrapper.main .prod-best-wrap .best-prod-row-list .row-item {
  margin-right: 65px;
}
.wrapper.main .prod-best-wrap .best-prod-row-list .row-item ~ .row-item {
  margin-top: 10px;
}
.wrapper.main .about-swiper-wrap .ctitle-main-wrap {
  padding-right: 0;
  padding-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wrapper.main .about-swiper-wrap .ctitle-main-wrap .ctitle-sub-lg, .wrapper.main .about-swiper-wrap .ctitle-main-wrap .ctitle-eng {
  color: #fff;
}
.wrapper.main .btn-add-item ~ .store-info-box {
  margin-top: 20px;
}

/* // display main */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* customer */
.customer-main-header {
  padding: 90px 20px 30px;
  background: url("../images/customer/bg_customer_main.svg") 0 0 no-repeat;
  background-size: cover;
}
.customer-main-header .ctitle-wrap {
  color: #fff;
  padding-right: 0;
  padding-left: 0;
}
.customer-main-header .input-search-box {
  border-bottom-color: #fff;
}
.customer-main-header .input-search-box .ui-input {
  color: #fff;
  background-color: transparent;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.001em;
  font-weight: 300;
}
.customer-main-header .input-search-box .ui-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.customer-main-header .input-search-box .ui-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.customer-main-header .input-search-box .ui-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.customer-main-header .input-search-box .ui-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.customer-main-header .input-search-box .ui-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.customer-main-header .input-search-box .btn-input-search {
  background-image: url("../images/form/ico_search_white_h24.svg");
}
.customer-main-header .tab-pill-wrap .tabs .tab-item {
  background-color: rgba(255, 255, 255, 0.06);
}
.customer-main-header .tab-pill-wrap .tabs .tab-item .tab-link .tab-text {
  color: #fff;
}

.fold-item .fold-header .fold-board-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.fold-item .fold-header .fold-board-header .ico-notice-18 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
  margin-right: 10px;
}
.fold-item .fold-header .fold-board-header .qna-type ~ .board-info {
  margin-top: 5px;
}
.fold-item .fold-header .fold-board-header .board-info .board-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #000;
}
.fold-item .fold-header .fold-board-header .board-info .date {
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}

.flex-info-wrap .btn-cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-info-wrap .btn-cs .text {
  font-family: "linotype-didot";
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.001em;
  font-weight: 700;
  color: #012E29;
}
.flex-info-wrap .btn-cs .ico-tel-30 {
  margin-top: -8px;
  margin-left: 10px;
}
.flex-info-wrap .cs-detail {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
  text-align: right;
}
body.ios .flex-info-wrap .btn-cs .ico-tel-30 {
  margin-top: -3px;
}

.input-group ~ .tab-pill-wrap {
  margin-top: 20px;
}

/* // customer */
/*
@include mixins.font_size_md();							// 바디 텍스트고 regular 일때
@include mixins.font_size_md('md or sb');				// 바디 텍스트고 weight 가 medium or semibold 일때
@include mixins.font_size_md('md', '25px'); 			// 바디 텍스트고 weight 조절이 필요하고 line-height 조절이 필요할때
@include mixins.font_size_md('heading');				// 타이틀일때
@include mixins.font_size_md('heading', '25px'); 		// 타이틀이고 line-height 조절이 필요할때
*/
/* about */
.about-info-wrap .tab-pill-wrap.col2 > .tabs {
  padding: 20px 20px 30px 20px;
}
.about-info-wrap .tab-line-wrap.store-tab .map-wrap {
  position: relative;
  margin: 0 20px;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble-wrap {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble {
  display: inline-block;
  position: absolute;
  padding: 3px 6px;
  border-radius: 4px;
  background-color: #012E29;
  vertical-align: top;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble .store {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.001em;
  font-weight: 500;
  color: #fff;
  vertical-align: top;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble .store .val {
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #012E29;
  vertical-align: top;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble.is-active {
  z-index: 5;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=seoul] {
  left: 19%;
  top: 17%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=capital] {
  left: 28%;
  top: 20%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=incheon] {
  left: 9%;
  top: 18%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=gangwon] {
  left: 56%;
  top: 11%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=chungbuk] {
  left: 39%;
  top: 30%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=chungnam] {
  left: 14%;
  top: 37%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=sejong] {
  left: 25%;
  top: 37%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=daejeon] {
  left: 31%;
  top: 41%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=kyungbuk] {
  left: 67%;
  top: 40%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=kyungnam] {
  left: 54%;
  top: 60%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=daegu] {
  left: 65%;
  top: 51%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=ulsan] {
  left: 85%;
  top: 57%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=busan] {
  left: 81%;
  top: 64%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeonbuk] {
  left: 22%;
  top: 52%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeonnam] {
  left: 21%;
  top: 69%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=gwangju] {
  left: 15%;
  top: 65%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeju] {
  left: 10%;
  top: 90%;
}
@media (min-width: 500px) {
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=seoul] {
    left: 22%;
    top: 18%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=capital] {
    left: 31%;
    top: 22%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=incheon] {
    left: 11%;
    top: 19%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=gangwon] {
    left: 59%;
    top: 13%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=chungbuk] {
    left: 42%;
    top: 32%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=chungnam] {
    left: 16%;
    top: 39%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=sejong] {
    left: 26%;
    top: 39%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=daejeon] {
    left: 33%;
    top: 43%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=kyungbuk] {
    left: 69%;
    top: 41%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=kyungnam] {
    left: 57%;
    top: 61%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=daegu] {
    left: 67%;
    top: 52%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=ulsan] {
    left: 86%;
    top: 58%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=busan] {
    left: 82%;
    top: 65%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeonbuk] {
    left: 25%;
    top: 54%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeonnam] {
    left: 24%;
    top: 72%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=gwangju] {
    left: 17%;
    top: 67%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeju] {
    left: 12%;
    top: 91%;
  }
}
@media (max-width: 320px) {
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=seoul] {
    left: 18%;
    top: 16%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=capital] {
    left: 27%;
    top: 20%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=incheon] {
    left: 8%;
    top: 16%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=gangwon] {
    left: 56%;
    top: 11%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=chungbuk] {
    left: 40%;
    top: 30%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=chungnam] {
    left: 12%;
    top: 36%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=sejong] {
    left: 25%;
    top: 37%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=daejeon] {
    left: 30%;
    top: 41%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=kyungbuk] {
    left: 67%;
    top: 39%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=kyungnam] {
    left: 54%;
    top: 59%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=daegu] {
    left: 65%;
    top: 50%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=ulsan] {
    left: 83%;
    top: 55%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=busan] {
    left: 79%;
    top: 63%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeonbuk] {
    left: 22%;
    top: 52%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeonnam] {
    left: 21%;
    top: 69%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=gwangju] {
    left: 14%;
    top: 64%;
  }
  .about-info-wrap .tab-line-wrap.store-tab .store-bubble[data-region=jeju] {
    left: 9%;
    top: 89%;
  }
}
.about-info-wrap .tab-line-wrap.store-tab .tabs {
  border-top: 10px solid #F5F5F5;
}
.about-info-wrap .tab-line-wrap.store-tab .store-cont-wrap {
  position: relative;
  margin-bottom: 30px;
  background: url("../images/about_gugus/img_about_map.svg") 0 0 no-repeat;
  background-size: cover;
}
.about-info-wrap .tab-line-wrap.store-tab .store-cont-wrap .tab-content {
  text-align: center;
}
.about-info-wrap .tab-line-wrap.store-tab .store-cont-wrap .tab-content .thumb-box {
  width: 100%;
}
.about-info-wrap .tab-line-wrap.store-tab .store-cont-wrap .tab-content .thumb-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-info-wrap .company-intro-wrap {
  margin-top: -20px;
  padding-top: 30px;
  padding-bottom: 72%;
  background: url("../images/about_gugus/bg_about_company_intro.png") 0 no-repeat;
  background-size: contain;
  background-position: bottom;
}
.about-info-wrap .company-intro-wrap .ctitle-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.about-info-wrap .company-intro-wrap .ctitle-wrap .logo-box {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.about-info-wrap .company-intro-wrap .ctitle-wrap .stext-lg {
  margin-top: 40px;
  font-weight: 300;
}
.about-info-wrap .company-intro-wrap .ctitle-wrap .stext-sm {
  margin-top: 14px;
}
.about-info-wrap .company-buisness-wrap {
  position: relative;
  padding: 50px 20px 150px;
  background: url("../images/about_gugus/bg_about_company_buisness.svg") 0 0 no-repeat;
  background-size: cover;
  background-position: bottom;
}
.about-info-wrap .company-buisness-wrap .ctitle-wrap {
  margin-bottom: 50px;
  padding: 0;
}
.about-info-wrap .company-buisness-wrap .ctitle-wrap .ctitle-xl {
  color: #fff;
}
.about-info-wrap .company-buisness-wrap .grid-list-wrap .grid-list.grid-col2 .grid-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.about-info-wrap .company-buisness-wrap .grid-list-wrap .grid-list.grid-col2 .grid-item .stitle {
  margin-bottom: 6px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.about-info-wrap .company-buisness-wrap .grid-list-wrap .grid-list.grid-col2 .grid-item .val {
  font-family: "linotype-didot";
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.001em;
  font-weight: 700;
  font-family: "Pretendard", "SF Pro Display", AppleSDGothicNeo-Light, Helvetica, "Malgun Gothic", "MalgunGothic", "맑은고딕", sans-serif !important;
  font-weight: 500;
  color: #fff;
}
.about-info-wrap .company-buisness-wrap .grid-list-wrap .grid-list.grid-col2 .grid-item:nth-child(n+3) {
  margin-top: 24px;
}
.about-info-wrap .company-buisness-wrap .stext-sm {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box {
  position: relative;
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box .vod-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box .vod-thumb .thumb-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box .vod-thumb .thumb-box img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box .vod-thumb .btn-vod-play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box .vod-thumb .btn-vod-play .ico-video-play {
  width: 50px;
  height: 50px;
  background: url("../images/common/comm_ico_play_h50.svg") 0 0 no-repeat;
  background-size: cover;
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box ~ .stitle-wrap {
  margin-top: 14px;
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item .vod-box ~ .stitle-wrap .stitle-lg {
  font-weight: 500;
}
.about-info-wrap .grid-box-list.grid-vod-control .grid-box-item.is-active .vod-thumb {
  display: none;
}
.about-info-wrap .grid-box-list .gray-line-box-lg {
  position: relative;
}
.about-info-wrap .grid-box-list .gray-line-box-lg .press-info .press-name {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.001em;
  font-weight: 300;
  margin-bottom: 8px;
}
.about-info-wrap .grid-box-list .gray-line-box-lg .press-info .stitle-lg {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.about-info-wrap .grid-box-list .gray-line-box-lg .press-info .stext {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 42px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}
.about-info-wrap .grid-list-wrap .grid-list .grid-item.thumb-about-gugus .thumb-box {
  width: calc(100% + 20px);
}
.about-info-wrap .about-ad-nav {
  height: 50px;
}
.about-info-wrap .about-ad-nav .tabs {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
/* // about */

/* product more images */
.toggle-prod-imgs {
  margin-top: 20px;  
}
.toggle-prod-imgs .thumbnail {
  max-height: 170px;
  overflow: hidden;
  position: relative;
}
.toggle-prod-imgs .thumbnail:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.98) 91%, #ffffff);
  z-index: 1;
}
.toggle-prod-imgs .expanded {
  max-height: none;
}
.toggle-prod-imgs .expanded:before {
  display: none;
}
.more-images {
  margin-top: 10px;
  overflow: hidden;
  display: none; /* 처음엔 숨김 */
  transition: max-height 0.5s ease-in-out;
}
.toggle-prod-imgs .more-images {
  display: none;
}
.toggle-prod-imgs img:not(:last-child) {
  margin-bottom: 10px;
}
.btn-img-toggle {
  position: relative;
}
/* // product more images */

/* app deeplink */
.app_deeplink_wrap {
  width: 100%;
  min-height: var(--reVh, 1vh);
  background: url("../images/app/bg_app_deeplink.svg") 0 0 no-repeat;
  background-size: cover;
}
.app_deeplink_wrap .app_btn_wrap {
  position:relative;
  top:-30px;
  width: 100%;
  text-align: center;
}
.app_deeplink_wrap .app_btn_wrap .btn_app_link {
  width: 70%;
}

/* side banner */
@media (max-width: 500px) {
  .side-wrapper {
    display: none !important;
  }
} 
.side-wrapper {
  position: fixed;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  align-items: center;
  width: 240px;
  top: 0;
  left: calc(50% - (min(100vw - var(--scrollVWidth, 0px), 500px) / 2) - 270px);
  height: 100vh;
  z-index: 900; /* 팝업보다 낮고, 콘텐츠 위 */
}
.side-wrapper .side-wrap {
  display: flex;
  flex-direction: column;
}
.side-wrapper .side-wrap .side-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-bottom:10px
}
.side-wrapper .side-wrap .side-title .ctitle-lg {
  font-weight: 300;
}
.side-wrapper .side-wrap .side-title .fw-md {
  font-weight: 500;
  color: #012E29
}
.side-wrapper .side-wrap .scont-box ~ .scont-box {
  padding: 0;
  border: none;
  margin-top: 10px;
}
.side-wrapper .side-wrap .side-app-benefit {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  overflow: hidden;
}
.side-wrapper .side-wrap .side-app-benefit .side-qr-box {
  background-color: #f5f5f5; 
  padding: 30px 0;
}
.side-wrapper .side-wrap .side-app-benefit .ctitle {
  text-align: center;
  font-weight: 300;
}
.side-wrapper .side-wrap .side-app-benefit .side-qr-box .qr-box {
  margin: 14px 60px 0 60px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
}
.side-wrapper .side-wrap .side-app-benefit .white-box {
  border-top: 1px solid #e6e6e6;
  margin: 0;
}
.side-wrapper .side-wrap .side-btn {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 4px;
}
.side-wrapper .side-wrap .side-btn .stitle {
  font-weight: 300;
  text-align: left;
  margin-right: auto;
  margin-bottom:0;
}
.side-wrapper .side-wrap .side-btn .ico-box {
  border-radius: 0;
  height: auto;
}
.side-wrapper .side-wrap .side-btn .ico-box .text {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.001em;
  font-weight: 300;
  color: #666;
}
.side-wrapper .side-wrap .side-btn.sell {
  background-color: #F3F0EF;
}
.side-wrapper .side-wrap .side-btn.sell .text {
  color: #7C594C;
}
.side-wrapper .side-wrap .side-btn.visit {
  background-color: #ECF1F5;
}
.side-wrapper .side-wrap .side-btn.visit .text {
  color: #386173;
}
.filter-swiper-wrap .btn-round-md.is-selected {
  height: 34px;
  padding: 9px 14px;
}
.filter-swiper-wrap .tab-item ~ .tab-item {
  margin-left: 6px;
}