@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

html {
  font-size: 125%;
  height: -webkit-fill-available;
}

/*
	display
	clear
	float
	overflow
	position
	top
	right
	botton
	left
	z-index
	width
	height
	margin
	padding
	background:#color (url) no-repeat x y;
	background-size:;
	border
	color
	font-size
	font-weight
	text-overflow
	text-align
	line-height
	text-indent
	transform
	transition
	box-sizing
	white-space

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

	*/
.hd .appViewPopup__desc, .hd .cart_gift .gift-list__item .item-list, .wdw-type .payment-method .pay-type__tit span, .wdw-type .greating-pay__sec.card .card__tip strong, .wdw-type .coupon_poss_bg .coupon_poss_inner, .wdw-type .coupon_poss_bg .coupon_poss_inner .free_dv .day_rming, .wdw-type .popup_giftCard .regist-text, .hd .options__inner .together__sec, .hd .options__inner .together__pruduct .product__wrap__list--item .item__name, .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-dc, .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-ori, .hd__main__tag span, .hd__main__normal-tab li a, .hd__main__healthy-list .list-select button > span span, .hd .product__wrap__list--item .item__sub {
  font-size: 20px;
}

.hd .product__wrap__list--item .item__count input, .hd__header .top-menu__list, .hd__footer__cs p, .hd__footer__cs__center, .hd__footer__desc, .hd__fullmenu .user-area-menu a, .hd__fullmenu .quick-menu a, .hd .todayPopup__close, .hd .todayPopup__today, .hd .cart_gift .gift-info__text strong, .wdw-type .hd__footer__cs p, .wdw-type .hd__footer__cs__center, .wdw-type .form_title + .input_type, .wdw-type .ordererInfo .btn-arr, .wdw-type .payment-method .pay-type__tit, .wdw-type .greating-pay__sec.card .card__option, .wdw-type .hd .greatingPay.point .card-insert > li .number, .wdw-type .hd .greatingPay.point .point__notice, .wdw-type .hd .greatingPay.point .point__card, .wdw-type .hd .hpPay, .wdw-type .coupon_poss_bg .coupon_poss_inner .free_dv > .coupon_title, .wdw-type .popup_giftCard .regist-area input, .hd .tnb-area__list, .hd .coupon-download__desc, .hd .coupon-download__list .coupon .download-btn, .hd .coupon-download__list .download-info__list, .hd .comDelivery__annc, .hd .comDelivery .contbox__list, .hd .comDelivery__desc, .hd .checkbox__label, .hd .comm-layer__desc, .hd .popup_coupon-target .coupon-target .infoBox__cont, .hd .popup_coupon-target .coupon-target .infoBox__cont__part, .hd .popup_coupon-target .coupon-target .infoBox__cont__part2, .hd .popup_coupon-target .coupon-target .desc, .hd .popup_pointConver .pointConver__annc, .hd .popup_pointConver .pointConver__desc, .hd .deliveryWay-btn, .hd .tab-type3 li a, .wdw-type .hd .tnb-area__list, .wdw-type .hd .coupon-download__desc, .wdw-type .hd .coupon-download__list .coupon .download-btn, .wdw-type .hd .coupon-download__list .download-info__list, .wdw-type .hd .comDelivery__annc, .wdw-type .hd .comDelivery .contbox__list, .wdw-type .hd .comDelivery__desc, .wdw-type .hd .checkbox__label, .wdw-type .hd .comm-layer__desc, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part2, .wdw-type .hd .popup_coupon-target .coupon-target .desc, .wdw-type .hd .popup_pointConver .pointConver__annc, .wdw-type .hd .popup_pointConver .pointConver__desc, .wdw-type .hd__orderPayment > .accordion_box.agree-area + .agree-all .checkbox__label, .wdw-type .hd__orderPayment .fork_txt, .hd .board__inner__review .review__cont__btn a, .hd .detail__info, .hd .tab__style li a, .hd .sorting__wrap, .hd .page__list-none p, .hd .options__inner .together__head .view, .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-dc-rate, .hd .options__select__list .list__count, .hd .options__select__list .list__btn, .hd .options__total__price-text, .hd .hd__popup__modal .modal__sec__txt li, .hd .hd__popup__modal .modal__sec__desc, .hd .hd__popup-v2 .modal__sec__txt li, .hd .hd__popup-v2 .modal__sec__desc, .hd .hd__popup.popup_score .score, .hd .hd__popup.popup_score .score-info__item, .hd .btn__more-view, .hd .order-deadline__menu li strong, .hd .order-deadline__menu li span, .hd .delivery-list__user, .hd .delivery-list__user .default, .hd .delivery-list .btn__default, .hd .delivery-list__notice p, .hd .delivery-list__notice .btn__address__admin, .hd .coupon-use__notice, .hd .coupon-use__sec__title span, .hd .coupon-use__list__txt, .hd .coupon-use__list__price, .hd .coupon-use__list__discount, .hd .alertBox, .wdw-type .hd .tab__style li a, .wdw-type .hd .sorting__wrap, .wdw-type .hd .page__list-none p, .wdw-type .hd .options__select__list .list__count, .wdw-type .hd .hd__popup__modal .modal__sec__txt li, .wdw-type .hd .hd__popup__modal .modal__sec__desc, .wdw-type .hd .hd__popup-v2 .modal__sec__txt li, .wdw-type .hd .hd__popup-v2 .modal__sec__desc, .wdw-type .hd .btn__more-view, .wdw-type .hd .order-deadline__menu li strong, .wdw-type .hd .order-deadline__menu li span, .wdw-type .hd .delivery-list__user, .wdw-type .hd .delivery-list__user .default, .wdw-type .hd .delivery-list .btn__default, .wdw-type .hd .delivery-list__notice p, .wdw-type .hd .delivery-list__notice .btn__address__admin, .wdw-type .hd .coupon-use__notice, .wdw-type .hd .coupon-use__list__txt, .wdw-type .hd .coupon-use__list__price, .wdw-type .hd .coupon-use__list__discount, .wdw-type .hd .popup_adressAgree, .wdw-type .hd .alertBox, .hd__main__h3-txt, .hd__main__view, .hd__main__healthy-list .list-select__depth2 li a, .hd .healthyPopup__category button span, .hd .product__wrap__list--item .item__name, .hd .product__wrap__list--item .item__price-ori, .hd__plan__order-list li, .hd .meal__choice .inp-choice .lb-choice .x-small {
  font-size: 22px;
}

.hd__page-title__dropdown ul li a, .hd__fullmenu .gnb__2dep__title a span, .hd__fullmenu .gnb__2dep__list, .hd__fullmenu .quick-svc-btn a, .hd .today-popup__cont, .hd .appViewPopup__close, .hd .cart_gift .accordion_title strong, .wdw-type .hd__page-title__dropdown ul li a, .wdw-type .payment-method .pay-type__tit .checkbox__label, .wdw-type .hd .greatingPay.point .point__card .num span, .wdw-type .hd .greatingPay.point .point__user .name, .hd .sns-login__tit, .hd .sns-login a, .hd .coupon-download__list .coupon__name, .hd .popup_coupon-target .coupon-target .infoBox__title, .wdw-type .hd .coupon-download__list .coupon__name, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__title, .wdw-type .hd__orderPayment > .accordion_box.agree-area .checkbox__label, .hd .board__inner__review .review__div, .hd .board__inner__review .review__title, .hd .options__inner .together__head .text, .hd .options__inner .together__title, .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-dc strong, .hd .options__choice__title, .hd .options__select__list .list__title, .hd .options__total__price, .hd .hd__popup__modal .modal__sec__txt li strong, .hd .hd__popup-v2 .modal__sec__txt li strong, .hd .hd__popup.popup_score .score dl dt, .hd .form__input, .hd .btn__default .count-wrap .count-box, .hd .btn__default .count-wrap .count-text, .hd .btn__default.input, .hd .btn__write, .hd .order-deadline__delivery, .hd .coupon-use__sec__title, .hd .coupon-use__list__select, .hd .coupon-use__discount-total, .hd .coupon-use__btn-sec a, .wdw-type .hd .options__choice__title, .wdw-type .hd .options__select__list .list__title, .wdw-type .hd .options__total__price, .wdw-type .hd .hd__popup__modal .modal__sec__txt li strong, .wdw-type .hd .hd__popup-v2 .modal__sec__txt li strong, .wdw-type .hd .form__input, .wdw-type .hd .btn__default.input, .wdw-type .hd .btn__write, .wdw-type .hd .order-deadline__delivery, .wdw-type .hd .coupon-use__sec__title, .wdw-type .hd .coupon-use__list__select, .wdw-type .hd .coupon-use__discount-total, .wdw-type .hd .coupon-use__btn-sec a, .hd__main__desc, .hd__main__healthy-list .list-select, .hd .healthyPopup__category button, .hd .product__wrap__list--item .item__price-dc, .hd .final-count__top, .hd .final-count__btm-txt, .hd .final-count__list li, .hd .meal__tit-wrap .x-small, .hd .meal__choice .inp-choice .lb-choice .small {
  font-size: 24px;
}

.hd__page-title__txt, .hd__page-title__dropdown__txt, .hd__fullmenu .user-area, .hd__fullmenu .gnb__1dep__title, .hd__fullmenu .gnb__box-sub .gnb__3dep__title, .hd .cart_gift .gift-info__price .price, .hd .cart_info dt, .wdw-type .hd__page-title__dropdown__txt, .wdw-type .hd .greatingPay.point .point__select a, .hd .coupon-download__list .coupon__price, .hd .comm-layer .modal-btn-half, .wdw-type .hd .coupon-download__list .coupon__price, .wdw-type .hd .comm-layer .modal-btn-half, .hd .options__select__list .list__price, .hd .hd__popup__modal .modal__sec__title, .hd .hd__popup__modal .btn__check, .hd .hd__popup-v2 .modal__sec__title, .hd .hd__popup.popup_score .score-info strong, .hd .btn__default, .hd .btn__default.orange, .hd .btn__default.green, .hd .btn__default.white, .wdw-type .hd .options__select__list .list__price, .wdw-type .hd .hd__popup__modal .modal__sec__title, .wdw-type .hd .hd__popup__modal .btn__check, .wdw-type .hd .hd__popup-v2 .modal__sec__title, .wdw-type .hd .btn__default, .wdw-type .hd .btn__default.orange, .wdw-type .hd .btn__default.green, .hd__main__now-top .product__wrap__list--item .item__info .item__price-dc-rate, .hd__main__healthy-list .list-select button > span, .hd .product__wrap__list--item .item__price-dc-rate, .hd .product__wrap__tit-desc, .hd .final-count__text.small {
  font-size: 26px;
}

.hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title, .hd__fullmenu .gnb__2dep__title, .hd__main__healthy-list .list-select__depth1 li a, .hd .product__wrap__list--item--no, .hd .meal__tit-wrap .tit, .hd .meal__how-list button .tit, .hd .meal__text {
  font-size: 30px;
}

.hd .coupon-use__discount-total em, .wdw-type .hd .coupon-use__discount-total em, .hd .product__wrap__tit {
  font-size: 36px;
}

/* $colorRD: #e32d3e; */
@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans Regular"), local("NotoSans-Regular"), url(/front_mo/font/NotoSansKR-Regular-Hestia-227c062c2c21568e8d802670f924e908.eot), url("/front_mo/font/NotoSansKR-Regular-Hestia-227c062c2c21568e8d802670f924e908.eot?#iefix") format("embedded-opentype"), url("/front_mo/font/NotoSansKR-Regular-Hestia-476563b34cbe5da62bdd82a1e21c64fc.woff") format("woff"), url("/front_mo/font/NotoSansKR-Regular-Hestia-a9bdbc9b5be26b2fdd21ad9b06512338.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Sans Korean';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(/front_mo/font/NotoSansKR-Bold-Hestia-7c7e657adfa8d39218727a6879abb465.eot), url("/front_mo/font/NotoSansKR-Bold-Hestia-7c7e657adfa8d39218727a6879abb465.eot?#iefix") format("embedded-opentype"), url("/front_mo/font/NotoSansKR-Bold-Hestia-bcacd0068ce611f413c4788810c65e59.woff") format("woff"), url("/front_mo/font/NotoSansKR-Bold-Hestia-72dd74dc69f94d9352de3a1daacd5a57.otf") format("opentype");
}

.hd__footer__menu-area:after, .hd__footer__sns:after, .hd__fullmenu .gnb__2dep:after, .wdw-type .hd__footer__menu-area:after, .wdw-type .hd__footer__sns:after, .wdw-type .ordererInfo .btn-arr__txt:after, .hd .tnb-area__inner:after, .hd .coupon-download__list .coupon:after, .hd .deliveryWay-btn__txt:after, .wdw-type .hd .swiper-pagination:after, .wdw-type .hd .tnb-area__inner:after, .wdw-type .hd .coupon-download__list .coupon:after {
  display: block;
  clear: both;
  content: "";
}

.hd .product__wrap__list--item .item figure {
  text-align: center;
  font-size: 0;
}

.hd .product__wrap__list--item .item figure img {
  max-width: 100%;
  vertical-align: middle;
}

.hd .product__wrap__list--item .item figure:after {
  display: inline-block;
  position: relative;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

/* 구분선 ex) userid | 2018-04-30 */
.hd .product__wrap__list--item .item__count {
  display: block;
  position: relative;
  text-align: center;
}

.hd .product__wrap__list--item .item__count input {
  vertical-align: top;
  width: calc(100% - 120px);
  height: 55px;
  border: 0;
  background: #F0F0F0;
  line-height: 55px;
  text-align: center;
  font-weight: 600;
  color: #ccc;
  box-sizing: border-box;
}

.hd .product__wrap__list--item .item__count input.on {
  border: 1px solid #918c00;
  background: #FFF;
  color: #3D3D3D;
}

.hd .product__wrap__list--item .item__count .btn__count {
  position: absolute;
  top: 0;
  width: 55px;
  height: 55px;
  background: #918c00;
}

.hd .product__wrap__list--item .item__count .btn__count-down {
  left: -1px;
}

.hd .product__wrap__list--item .item__count .btn__count-down:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  background: #FFF;
  transform: translate(-50%, -50%);
}

.hd .product__wrap__list--item .item__count .btn__count-up {
  right: -1px;
}

.hd .product__wrap__list--item .item__count .btn__count-up:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  background: #FFF;
  transform: translate(-50%, -50%);
}

.hd .product__wrap__list--item .item__count .btn__count-up:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #FFF;
  transform: translate(-50%, -50%);
}

.hd .product__wrap__list--item .item__count button:disabled {
  background: #ccc;
}

.hd {
  position: relative;
  width: 100%;
}

.hd.amore .popup_agreeDetail1 .contents {
  padding-bottom: 5rem;
}

.hd.amore .popup_agreeDetail2 .contents {
  padding-bottom: 5rem;
}

.hd.amore .popup_agreeDetail3 .contents {
  padding-bottom: 5rem;
}

.hd.amore .popup_agreeDetail4 .contents {
  padding-bottom: 5rem;
}

.hd:not(#main) .hd__footer__inner {
  display: none;
}

.hd#main .hd__page-title {
  display: none;
}

.hd#planMealsDetail .hd__header {
  display: none;
}

.hd:not(#market) .hd__page-title__dropdown {
  display: none;
}

.hd#market .hd__page-title__txt {
  display: none;
}

.hd#amore {
  padding-bottom: 100px;
}

.hd__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  background: #FFF;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hd__header__inner {
  height: 100px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.hd__header__logo {
  padding: 22px 0 0 20px;
}

.hd__header__logo a {
  display: inline-block;
  width: 46px;
  height: 55px;
  background: url("/front_mo/images/img_symbol-e403ae6fc3396f5e1632c19590606eb1.png") no-repeat;
  background-size: 100% auto;
}

.hd__header__menu {
  position: absolute;
  left: 77px;
  top: 32px;
  transition: all 0.5s;
}

.hd__header__menu button {
  font-size: 33px;
  line-height: 1;
}

.hd__header__menu button span {
  display: inline-block;
  letter-spacing: -1px;
}

.hd__header__menu button .ico-arrow {
  display: inline-block;
  margin: 3px 0 0 12px;
  width: 30px;
  height: 30px;
  border: 1px solid #1c1c1c;
  border-radius: 7px;
  vertical-align: top;
  box-sizing: border-box;
}

.hd__header__menu button .ico-arrow::after {
  display: inline-block;
  margin: 6px 0 0;
  width: 10px;
  height: 10px;
  vertical-align: top;
  border: solid #1c1c1c;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: '';
}

.hd__header__ico {
  position: absolute;
  right: 30px;
  top: 20px;
  display: flex;
}

.hd__header__search {
  margin-left: 20px;
  width: 20px;
  height: 40px;
  padding: 10px;
  background: url("/front_mo/images/icon-header-search-140fe880276848e69eaff018e76f3511.png") no-repeat 50% 50%;
  transition: all 0.5s;
}

.hd__header__heart {
  margin-left: 20px;
  width: 20px;
  height: 40px;
  padding: 10px;
  background: url("/front_mo/images/icon-header-heart-1003e9f23147f323fba88b7dd1c9e15c.png") no-repeat 50% 50%;
  transition: all 0.5s;
}

.hd__header__heart__count {
  display: block;
  position: absolute;
  top: 1px;
  right: -5px;
  width: 27px;
  height: 27px;
  background: #918c00;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  border-radius: 20px;
  transition: all 0.5s;
}

.hd__header__basket {
  margin-left: 20px;
  width: 20px;
  height: 40px;
  padding: 10px;
  background: url("/front_mo/images/icon-header-basket-b826cda9464b660f07dccc0f52b130d9.png?ver=230105") no-repeat 50% 50%;
  transition: all 0.5s;
}

.hd__header__basket__count {
  display: block;
  position: absolute;
  top: 1px;
  right: -10px;
  width: 27px;
  height: 27px;
  background: #918c00;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
  border-radius: 20px;
  transition: all 0.5s;
}

.hd__header .top-menu {
  position: relative;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  background: #FFF;
  overflow: hidden;
}

.hd__header .top-menu__wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: 70px;
  box-sizing: border-box;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

.hd__header .top-menu__list {
  display: inline-block;
  padding: 0 16px;
  width: auto;
  height: 70px;
  line-height: 70px;
  color: #1c1c1c;
  text-align: center !important;
  box-sizing: border-box;
}

.hd__header .top-menu__list:nth-of-type(1) {
  padding-left: 22px;
}

.hd__header .top-menu__list:last-child {
  padding-right: 22px;
}

.hd__header .top-menu__list a {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
  letter-spacing: -0.5px;
}

.hd__header .top-menu__list-on a {
  font-weight: 600;
  color: #1c1c1c;
}

.hd__header .top-menu__list-on a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #918c00;
  content: '';
}

.hd__header .top-menu__list.hmmarket a > span:after {
  display: inline-block;
  margin: 6px 0 0 5px;
  width: 6px;
  height: 6px;
  background: #918c00;
  border-radius: 50%;
  vertical-align: text-top;
  content: '';
}

.hd__header .top-menu__list.recommend a {
  height: 100%;
  color: #1c1c1c;
  box-sizing: border-box;
}

.hd__header .top-menu__list.recommend a > span {
  position: relative;
}

.hd__header .top-menu__list.recommend a > span:after {
  display: inline-block;
  margin: 6px 0 0 5px;
  width: 6px;
  height: 6px;
  background: #ff0000;
  border-radius: 50%;
  vertical-align: text-top;
  content: '';
}

.hd__header .top-menu__list.recommend a > span span {
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -6px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  color: #918c00;
  text-align: left;
  text-indent: 1px;
  transform: translateX(-50%);
}

.hd__header .top-menu__list.recommend.top-menu__list-on a {
  color: #918c00;
}

.hd__header .top-menu__list.point a:after {
  background: #918c00;
}

.hd__header .top-menu__list.point a > span {
  position: relative;
}

.hd__header .top-menu__list.point a > span:after {
  display: inline-block;
  margin: 6px 0 0 5px;
  width: 6px;
  height: 6px;
  background: #ff0000;
  border-radius: 50%;
  vertical-align: text-top;
  content: '';
}

.hd__header .top-search {
  position: relative;
  max-height: 100vh;
  transition: all 0.5s;
}

.hd__header .top-search__inner {
  padding: 20px 20px 3px;
}

.hd__header .top-search__input {
  padding: 0 80px 0 25px;
  width: 100%;
  line-height: 58px;
  font-size: 22px;
  border: 1px solid #C00000;
  box-sizing: border-box;
  border-radius: 30px;
}

.hd__header .top-search__input::placeholder {
  color: #888;
}

.hd__header .top-search__btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 75px;
  height: 60px;
  font-size: 0;
  background: url("/front_mo/images/ico_common_search-d1ad561cd0457beef7b5e73289663329.png") no-repeat center;
  background-size: 50% auto;
}

.hd__header.BG .hd__header__inner {
  background-color: #918c00;
  border-color: #918c00;
}

.hd__header.BG .hd__header__logo a {
  background-image: url("/front_mo/images/img_symbol_w-df3eddad64dfc6e43146020fd44deb19.png");
}

.hd__header.BG .hd__header__menu button {
  color: #fff;
}

.hd__header.BG .hd__header__menu button .ico-arrow {
  border: 0;
  background: url("/front_mo/images/arrow_border_glossy-84cd18470d242dd73c13ef9921f85c61.png") no-repeat;
  background-size: 100%;
}

.hd__header.BG .hd__header__menu button .ico-arrow::after {
  border-color: #fff;
}

.hd__header.BG .hd__header__search {
  background-image: url("/front_mo/images/icon-header-search-w-4ad22fa523802a52e78a8722c40a1c92.png");
}

.hd__header.BG .hd__header__heart {
  background-image: url("/front_mo/images/icon-header-heart-w-0965945253376055ab03203ea1e29738.png");
}

.hd__header.BG .hd__header__heart__count {
  background: #FFF;
  color: #918c00;
}

.hd__header.BG .hd__header__basket {
  background-image: url("/front_mo/images/icon-header-basket-w-bbfe3b25af8ba0a52c80948ec519e2ab.png");
}

.hd__header.BG .hd__header__basket__count {
  background: #FFF;
  color: #918c00;
}

.hd__header.BG .top-menu__list {
  padding: 0 21px;
}

.hd__header.BG .top-menu__list:first-child {
  padding-left: 35px;
}

.hd__header.BG .top-menu__list-on a {
  color: #918c00;
}

.hd__header.BG .top-menu__list-on a:after {
  display: none;
}

.hd__header__st-event {
  background: #FFF;
  transform: translate3d(0, -101px, 0);
  -webkit-transform: translate3d(0, -101px, 0);
  transition: transform 0.25s linear;
  -webkit-transition: transform 0.25s linear;
}

.hd__header__st-event.brand {
  transform: translate3d(0, 0, 0) !important;
}

.hd__header.brand .hd__header__logo .text {
  position: absolute;
  left: 74px;
  top: 32px;
  width: 150px;
  font-size: 29px;
  color: #fff;
  text-align: center;
}

.hd__header.brand .hd__header__home {
  width: 20px;
  height: 40px;
  padding: 10px;
  background: url("/front_mo/images/ico_common_home-w-29e94d325d76a0b19db203eaf44fa899.png") no-repeat 50% 50%;
  background-size: 100%;
}

.hd .no--header {
  padding-top: 20px;
}

.hd__footer {
  position: relative;
  padding-top: 130px;
  overflow: hidden;
  clear: both;
}

.hd__footer__inner {
  position: relative;
  padding: 40px 30px 55px;
  background: #f9f9f9;
}

.hd__footer__menu-area a {
  display: block;
  float: left;
  width: auto;
  font-size: 20px;
  color: #888;
}

.hd__footer__menu-area a:not(:first-child) {
  margin-left: 20px;
}

.hd__footer__sns {
  position: absolute;
  right: 30px;
  top: 105px;
}

.hd__footer__sns a {
  display: block;
  float: left;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 0;
  border-radius: 50%;
}

.hd__footer__sns a:not(:first-child) {
  margin-left: 20px;
}

.hd__footer__sns-intagram:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("/front_mo/images/icon_footer_sns-2c44fe655bc041b977e32eba8272cd6c.png?ver=210817") no-repeat -0px;
  background-size: 400%;
  content: '';
}

.hd__footer__sns-youtube:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("/front_mo/images/icon_footer_sns-2c44fe655bc041b977e32eba8272cd6c.png?ver=210817") no-repeat -50px;
  background-size: 400%;
  content: '';
}

.hd__footer__sns-blog:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("/front_mo/images/icon_footer_sns-2c44fe655bc041b977e32eba8272cd6c.png?ver=210817") no-repeat -100px;
  background-size: 400%;
  content: '';
}

.hd__footer__sns-kakao:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: url("/front_mo/images/icon_footer_sns-2c44fe655bc041b977e32eba8272cd6c.png?ver=210817") no-repeat -150px;
  background-size: 400%;
  content: '';
}

.hd__footer__cs {
  margin-top: 30px;
}

.hd__footer__cs p {
  margin: 7px 0;
  color: #888;
}

.hd__footer__cs__center {
  color: #1c1c1c !important;
  line-height: 34px;
}

.hd__footer__cs__center span {
  color: #918c00;
  font-size: 28px;
  font-weight: bold;
}

.hd__footer__cs__gcolor {
  color: #918c00;
}

.hd__footer__desc {
  margin-top: 35px;
  line-height: 1.5;
  color: #888;
}

.hd__footer__desc > [class^="hd__footer__desc"] {
  margin-top: 30px;
}

.hd__footer__desc__txt {
  word-break: keep-all;
}

.hd__footer__desc__copyright {
  font-size: 21px !important;
  color: #aaa !important;
}

.hd__footer__desc__seper:before {
  display: inline-block;
  padding: 0 5px;
  content: '|';
}

.hd__footer__desc__flex {
  display: flex;
}

.hd__footer__desc__flex > * {
  margin-right: 10px;
}

.hd__footer__desc__flex img {
  margin-top: 5px;
}

.hd__footer__desc .accordion_box .greenfood {
  display: inline-block;
  vertical-align: middle;
  width: 252px;
  height: 35px;
  font-size: 0;
  text-indent: -999em;
  background: url("/front_mo/images/greenfood_logo-57f34bdd8d4abd72c821b052d47f97de.png") no-repeat;
}

.hd__footer__desc .accordion_box .greenfood a {
  display: block;
  height: 100%;
}

.hd__footer__desc .accordion_box .accordion_title {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% - 260px) !important;
  width: calc(100% - 260px) !important;
  text-align: right;
}

.hd__footer__desc .accordion_box .accordion_title p {
  position: relative;
  padding-bottom: 0;
  height: 35px;
  line-height: 35px;
  text-align: right;
}

.hd__footer__desc .accordion_box .accordion_title p:after {
  display: inline-block;
  margin: -11px 0 0 10px;
  width: 10px;
  height: 10px;
  border: solid #888;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
  content: '';
}

.hd__footer__desc .accordion_box .accordion_con {
  padding-top: 14px;
}

.hd__footer__desc .accordion_box.on .accordion_title p:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hd__btn-go-top, .hd__btn-gr-value, .hd__btn-gr-score {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 150px;
  width: 60px;
  height: 60px;
  border: 1px solid #A9A9A9;
  border-radius: 40px;
  font-size: 0;
  background-color: #fff;
  visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  z-index: 6;
  transition: opacity 0.35s linear, visibility 0.35s linear;
}

.hd__btn-go-top.show, .hd__btn-gr-value.show, .hd__btn-gr-score.show {
  visibility: visible;
  opacity: 1;
}

.hd__btn-go-top.move, .hd__btn-gr-value.move, .hd__btn-gr-score.move {
  visibility: visible;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
  50% {
    opacity: 0.5;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
  50% {
    opacity: 0.5;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.5;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0.5;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

.hd__btn-go-top {
  background: #FFF url("/front_mo/images/icon_footer_goTop-c99d8821008851726b5acf29bc3e2a7b.png") no-repeat 22px 17px;
}

.hd__btn-gr-score {
  display: flex;
  padding: 11px 0;
  flex-wrap: wrap;
  justify-content: center;
  bottom: 218px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #918c00;
  border-color: #918c00;
  visibility: visible !important;
  opacity: 1 !important;
}

.hd__btn-gr-score .hd__icon__score {
  margin-top: -3px;
  white-space: nowrap;
  transform: scale(0.7);
}

.hd__btn-go-img {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 218px;
  padding: 5px;
  width: 265px;
  height: 90px;
  font-size: 23px;
  color: #fff;
  background-color: #918c00;
  border-color: #918c00;
  box-sizing: border-box;
  border-radius: 45px;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1;
}

.hd__btn-go-img:before {
  display: inline-block;
  margin-right: 4px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: 100% !important;
  vertical-align: middle;
  content: '';
}

.hd__btn-go-img:after {
  display: inline-block;
  margin: -5px 0 0 -2px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: solid #fff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  content: '';
}

.hd__btn-go-img.market:before {
  background: url("/front_mo/images/footer_market-06e376bf6752f7671ff46a054ddf8a84.jpg") no-repeat;
}

.hd__btn-go-img.care:before {
  background: url("/front_mo/images/footer_care-263e7147767920db83ee00d4d71e1087.jpg") no-repeat;
}

.hd__btn-go-img.check:before {
  margin: 0;
  background: #fff url("/front_mo/images/footer_check-61fa701c060d7e1350326fefb7ea3a72.png?ver=251216") no-repeat;
}

.hd__btn-tutorial {
  display: none !important;
  position: fixed;
  right: 25px;
  bottom: 120px;
  z-index: 2;
  width: 58px;
  height: 58px;
  background: #fff;
  border: 1px solid #A9A9A9;
  box-sizing: border-box;
  border-radius: 40px;
  color: #918c00;
  font-size: 22px;
  text-align: center;
  line-height: 54px;
  -webkit-tap-highlight-color: transparent;
}

.hd__btn-tutorial:focus {
  outline: none;
}

.hd__nav-area {
  position: fixed;
  bottom: -1px;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  height: 100px;
  background: #FFF;
  border-top: 1px solid #ddd;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hd__nav {
  display: block;
  position: relative;
  float: left;
  width: 20%;
  height: 100px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.hd__nav strong {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  color: #3D3D3D;
}

.hd__nav:after {
  display: block;
  position: absolute;
  top: 15px;
  left: 50%;
  width: 47px;
  height: 40px;
  background: url("/front_mo/images/ico_nav-80cb36b5129592a18f56f6d87ee62cc1.png?ver=250313") no-repeat;
  transform: translateX(-50%);
  content: '';
}

.hd__nav-category:after {
  background-position-x: -0px;
}

.hd__nav-story:after {
  background-position-x: -47px;
}

.hd__nav-home:after {
  background-position-x: -94px;
}

.hd__nav-coupon:after {
  background-position-x: -141px;
}

.hd__nav-my:after {
  background-position-x: -188px;
}

.hd__nav-magazine:after {
  background-position-x: -235px;
}

.hd__nav-active strong {
  color: #918c00;
}

.hd__nav-active:after {
  background-position-y: -40px;
}

.hd.docbar--hide {
  padding-bottom: 0;
}

.hd.docbar--hide .top-search {
  max-height: 0;
  overflow: hidden;
}

.hd.docbar--hide .hd__nav-area {
  transform: translate3d(-50%, 101px, 0);
  -webkit-transform: translate3d(-50%, 101px, 0);
  transition: transform 0.5s linear;
  -webkit-transition: transform 0.5s linear;
}

.hd__page-title {
  position: relative;
  width: 100%;
  height: 70px;
  background: #FFF;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.hd__page-title__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  font-weight: bold;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.hd__page-title__dropdown__txt {
  line-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}

.hd__page-title__dropdown__txt:after {
  display: block;
  margin: 5px 0 0 5px;
  width: 17px;
  height: 10px;
  background: url("/front_mo/images/btn_menu_drop-down-c697a432138002b0a89ba9161a52874d.png") no-repeat 50% 50%;
  content: '';
  transition: all .2s;
}

.hd__page-title__dropdown ul {
  overflow: hidden;
  display: none;
  position: relative;
  width: 100%;
  margin-top: 69px;
  font-weight: bold;
  flex-wrap: wrap;
  background: #fff;
}

.hd__page-title__dropdown ul li {
  flex: 0 0 50%;
  position: relative;
  height: 68px;
  background: #fff;
  line-height: 68px;
  box-sizing: border-box;
}

.hd__page-title__dropdown ul li a {
  display: inline-block;
  width: 100%;
}

.hd__page-title__dropdown ul li a:after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  content: '';
}

.hd__page-title__dropdown ul .on a:after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -1px;
  right: 0;
  bottom: 0;
  border: 3px solid #F9D983;
  content: '';
}

.hd__page-title__dropdown--show {
  overflow: auto;
}

.hd__page-title__dropdown--show ul {
  display: block;
  display: flex;
}

.hd__page-title__dropdown--show .hd__page-title__dropdown__txt:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.hd__page-title__btn-back {
  display: block;
  position: absolute;
  top: 9px;
  left: 10px;
  width: 40px;
  height: 50px;
  background: url("/front_mo/images/icon_header_back-552b873daa7fee6db9b341aa2d43eca9.png?ver=20211126") no-repeat 50% 50%;
}

.hd__page-title__btn-link {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 0 10px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
}

.hd__page-title__btn-link.green {
  color: #918c00;
}

.hd__page-title__btn-link.orange {
  color: #d7a728;
}

.hd__page-title .top-menu {
  border-top: 0;
}

.hd__fullmenu {
  display: none;
  position: fixed;
  inset: 0;
  height: 100dvh;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.hd__fullmenu .scroll-area {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.hd__fullmenu__btns {
  position: absolute;
  top: 60px;
  right: 30px;
  transform: translateY(-50%);
}

.hd__fullmenu__btns a {
  display: inline-block;
  vertical-align: middle;
}

.hd__fullmenu__btns a + a {
  margin-left: 30px;
}

.hd__fullmenu__header {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  height: 120px;
  font-size: 0;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.hd__fullmenu__header-logo {
  margin: 60px 0 0 30px;
  width: 161px;
  height: 29px;
  background: url("/front_mo/images/img_header_logo-0bf0e1190f122d0dc9122d2c094c789d.png?ver=230106") no-repeat;
  background-size: 100%;
}

.hd__fullmenu__header-search {
  display: flex;
  position: relative;
  margin: 28px 0 0 30px;
  width: calc(100% - 200px);
}

.hd__fullmenu__header-search .search-input {
  padding-right: 65px;
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 22px;
  letter-spacing: -0.4px;
  vertical-align: bottom;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  text-indent: 20px;
}

.hd__fullmenu__header-search .search-btn {
  position: absolute;
  top: 0;
  right: 5px;
  width: 60px;
  height: 62px;
  font-size: 0;
  background: url("/front_mo/images/ico_service_search-88c4ae82b07db58679a2ea25d09ba1e3.png") no-repeat 50% 50%;
  background-size: 45%;
  border: 0;
  text-indent: -999em;
}

.hd__fullmenu__header-search .remove-btn {
  position: absolute;
  right: 70px;
  top: 17px;
  width: 30px;
  height: 30px;
  background: #dedede url("/front_mo/images/icon_comm_close-black-4f84954e831829bcaef630be1cae8386.png") no-repeat center;
  background-size: 50%;
  border-radius: 50%;
  font-size: 0;
}

.hd__fullmenu .user-area {
  position: relative;
  display: block;
  padding: 0 30px;
  line-height: 118px;
}

.hd__fullmenu .user-area-menu {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.hd__fullmenu .user-area-menu a {
  display: inline-block;
  width: 120px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  border: 2px solid #918c00;
  background: #918c00;
  border-radius: 30px;
}

.hd__fullmenu .user-area-menu a:last-child {
  margin-left: 10px;
  color: #918c00;
  background: #fff;
}

.hd__fullmenu .quick-menu {
  flex: 0 0 192px;
  padding: 25px 0 25px 20px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #d4d4d4;
}

.hd__fullmenu .quick-menu::-webkit-scrollbar {
  display: none;
}

.hd__fullmenu .quick-menu a {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 116px;
  text-align: center;
  vertical-align: top;
  white-space: normal;
}

.hd__fullmenu .quick-menu-list:last-child {
  padding-right: 20px;
}

.hd__fullmenu .quick-menu-list .thumb {
  position: relative;
  display: block;
  margin: 0 auto 8px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}

.hd__fullmenu .quick-menu-list .title {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}

.hd__fullmenu .gnb {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.hd__fullmenu .gnb__1dep {
  position: relative;
  padding: 60px 0 50px;
  list-style: none;
}

.hd__fullmenu .gnb__1dep + .gnb__1dep {
  padding-top: 0;
}

.hd__fullmenu .gnb__1dep__title {
  display: block;
  padding: 0 0 25px 30px;
  font-weight: bold;
}

.hd__fullmenu .gnb__1dep__title > a {
  position: relative;
  display: block;
}

.hd__fullmenu .gnb__1dep.hmmarket {
  display: none;
  padding: 0 0 0 !important;
  border-top: 0;
}

.hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title {
  padding-bottom: 0;
  height: 120px;
  line-height: 1;
  background: #000;
}

.hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a:after {
  position: absolute;
  right: 40px;
  top: 50%;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: solid rgba(255, 255, 255, 0.8);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  content: '';
  z-index: 2;
}

.hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a > span:nth-of-type(1) {
  position: relative;
  margin-top: -20px;
  width: 130px;
}

.hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a > span:nth-of-type(1):after {
  display: inline-block;
  margin: 4px 0 0 3px;
  width: 8px;
  height: 8px;
  background: #ff0000;
  border-radius: 50%;
  vertical-align: text-top;
  content: '';
}

.hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a > span:nth-of-type(1) + span {
  margin-left: 30px;
  font-size: 20px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
  /* &:before{
                                            display: block;
                                            margin: -10px 0 0 -26px;
                                            width: 122px;
                                            height: 35px;
                                            background: url('/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=20211221') no-repeat;
                                            background-position: -126px -191px;
                                            content: '';
                                            transform: scale(0.55);
                                            opacity: 0.4;
                                        } */
}

.hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a > span:nth-of-type(1) + span .name {
  display: inline-block;
  max-width: 220px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__fullmenu .gnb__1dep--story {
  display: none;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep {
  display: flex;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list {
  width: 180px;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list:not(:first-child) {
  margin-left: 20px;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list a {
  padding: 0;
  height: auto;
  line-height: 1;
  text-align: center;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list a:after {
  display: none;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list i {
  display: block;
  margin-bottom: 20px;
  width: 180px;
  height: 172px;
  border-radius: 20px;
  background: #f5f5f5;
  overflow: hidden;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list i:after {
  display: block;
  margin: 47px auto 0;
  width: 100px;
  height: 80px;
  background: url("/front_mo/images/img_gnb_story-4128bdc19fd6613351ee7490afc14365.png") no-repeat;
  background-size: 300%;
  content: '';
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list:nth-of-type(1) i:after {
  background-position-x: -0px;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list:nth-of-type(2) i:after {
  background-position-x: -100px;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep__list:nth-of-type(3) i:after {
  background-position-x: -200px;
}

.hd__fullmenu .gnb__1dep--service {
  display: none;
  padding-top: 50px !important;
  border-top: 10px solid #e8e8e8;
}

.hd__fullmenu .gnb__1dep--service .gnb__2dep {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.hd__fullmenu .gnb__1dep--service .gnb__2dep__list {
  width: 100%;
}

.hd__fullmenu .gnb__1dep--service .gnb__2dep__list a {
  padding-left: 0;
  padding-right: 0;
}

.hd__fullmenu .gnb__1dep--service .gnb__2dep__list a:after {
  right: 10px !important;
  border-color: rgba(0, 0, 0, 0.7);
}

.hd__fullmenu .gnb__2dep {
  display: block;
  position: relative;
  margin: 0 30px;
  padding: 15px 0;
  border-radius: 20px;
  background: #f5f5f5;
}

.hd__fullmenu .gnb__2dep__title {
  display: block;
  padding: 30px 30px 15px;
}

.hd__fullmenu .gnb__2dep__title a {
  letter-spacing: -1px;
}

.hd__fullmenu .gnb__2dep__title a span {
  margin: 0 5px 0 10px;
  font-weight: normal;
  color: #888;
}

.hd__fullmenu .gnb__2dep__list {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.hd__fullmenu .gnb__2dep__list a, .hd__fullmenu .gnb__2dep__list button {
  display: block;
  position: relative;
  padding: 17px 30px;
  width: 100%;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.hd__fullmenu .gnb__2dep__list a span, .hd__fullmenu .gnb__2dep__list button span {
  font-size: 23px;
}

.hd__fullmenu .gnb__2dep__list a:after, .hd__fullmenu .gnb__2dep__list button:after {
  position: absolute;
  right: 10px;
  top: 45%;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  content: '';
  z-index: 2;
}

.hd__fullmenu .gnb__2dep__list:nth-child(2n) a:after {
  right: 40px;
}

.hd__fullmenu .gnb__2dep__list.row {
  width: 100%;
}

.hd__fullmenu .gnb__2dep__list.row a:after {
  right: 40px;
}

.hd__fullmenu .gnb .tab-contents--current {
  display: flex;
  flex: 1;
  min-height: 0;
}

.hd__fullmenu .gnb__box {
  display: flex;
  flex: 1;
  min-height: 0;
}

.hd__fullmenu .gnb__box-main {
  flex: 0 0 260px;
  padding-bottom: 20px;
  width: 260px;
  background: #f5f5f5;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.hd__fullmenu .gnb__box-main .gnb__1dep {
  padding: 0;
}

.hd__fullmenu .gnb__box-main .gnb__1dep__title {
  padding: 0;
  width: 100%;
  height: 71px;
  line-height: 73px;
  text-indent: 22px;
  text-align: left;
}

.hd__fullmenu .gnb__box-main .gnb__1dep--care button {
  display: block;
  width: 100%;
  line-height: inherit;
  text-align: left;
  text-indent: 22px;
  color: #5c5c5c;
  font-weight: bold;
}

.hd__fullmenu .gnb__box-main .gnb__1dep--care .is-active button {
  color: #1c1c1c;
}

.hd__fullmenu .gnb__box-main .gnb__2dep {
  margin: 0 0 25px 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.hd__fullmenu .gnb__box-main .gnb__2dep__list {
  width: 100%;
}

.hd__fullmenu .gnb__box-main .gnb__2dep__list button {
  padding: 17px 22px;
  font-size: 23px;
  color: #5c5c5c;
}

.hd__fullmenu .gnb__box-main .gnb__2dep__list button:after {
  display: none;
}

.hd__fullmenu .gnb__box-main .is-active {
  background: #fff;
}

.hd__fullmenu .gnb__box-sub {
  flex: 1;
  padding: 20px 20px 50px;
  overflow-y: auto;
  min-height: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  overscroll-behavior: contain;
}

.hd__fullmenu .gnb__box-sub .sub-item {
  display: none;
}

.hd__fullmenu .gnb__box-sub .gnb__3dep__title {
  display: block;
  margin-bottom: 10px;
}

.hd__fullmenu .gnb__box-sub .gnb__3dep__title a {
  display: flex;
  gap: 15px;
  align-items: center;
}

.hd__fullmenu .gnb__box-sub .gnb__3dep__title a .thumb {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #f9f9f9;
}

.hd__fullmenu .gnb__box-sub .gnb__3dep__list a {
  display: block;
  padding: 17px 0;
  font-size: 23px;
}

.hd__fullmenu .gnb__box-sub .gnb__3dep__list a img {
  display: inline-block;
  margin: 0 0 0 2px;
  height: 27px;
  vertical-align: top;
}

.hd__fullmenu .gnb__box-sub .market .thumb {
  background-image: url("/front_mo/images/ico_category-e2aef29fccd821d120825f5dcd53588b.png?ver=260311");
  background-size: 50px auto;
}

.hd__fullmenu .gnb__box-sub .brand .thumb {
  background-image: url("/front_mo/images/img_gnb_brand-35426ebb8dfba3c5af46ec5c8a60fad7.jpg?ver=260305");
  background-size: auto 50px;
}

.hd__fullmenu .gnb__box-sub .care .thumb {
  background-image: url("/front_mo/images/gnb_care-3d657b6e5a2b510046f8e7df08d75588.jpg?ver=260311");
  background-size: auto 50px;
}

.hd__fullmenu .gnb__box-sub .mkMenu1 .thumb {
  background-position-y: -50px;
}

.hd__fullmenu .gnb__box-sub .mkMenu2 .thumb {
  background-position-y: -100px;
}

.hd__fullmenu .gnb__box-sub .mkMenu3 .thumb {
  background-position-y: -150px;
}

.hd__fullmenu .gnb__box-sub .mkMenu4 .thumb {
  background-position-y: -200px;
}

.hd__fullmenu .gnb__box-sub .mkMenu5 .thumb {
  background-position-y: -250px;
}

.hd__fullmenu .gnb__box-sub .mkMenu6 .thumb {
  background-position-y: -300px;
}

.hd__fullmenu .gnb__box-sub .mkMenu7 .thumb {
  background-position-y: -350px;
}

.hd__fullmenu .gnb__box-sub .mkMenu8 .thumb {
  background-position-y: -400px;
}

.hd__fullmenu .gnb__box-sub .brdMenu1 .thumb {
  background-position-x: -50px;
}

.hd__fullmenu .gnb__box-sub .brdMenu2 .thumb {
  background-position-x: -100px;
}

.hd__fullmenu .gnb__box-sub .brdMenu3 .thumb {
  background-position-x: -150px;
}

.hd__fullmenu .gnb__box-sub .brdMenu4 .thumb {
  background-position-x: -200px;
}

.hd__fullmenu .gnb__box-sub .brdMenu5 .thumb {
  background-position-x: -250px;
}

.hd__fullmenu .gnb__box-sub .brdMenu6 .thumb {
  background-position-x: -300px;
}

.hd__fullmenu .gnb__box-sub .brdMenu7 .thumb {
  background-position-x: -350px;
}

.hd__fullmenu .gnb__box-sub .brdMenu8 .thumb {
  background-position-x: -400px;
}

.hd__fullmenu .gnb__box-sub .brdMenu9 .thumb {
  background-position-x: -450px;
}

.hd__fullmenu .gnb__box-sub .brdMenu10 .thumb {
  background-position-x: -500px;
}

.hd__fullmenu .gnb__box-sub .brdMenu11 .thumb {
  background-position-x: -550px;
}

.hd__fullmenu .gnb__box-sub .careMenu1 .thumb {
  background-position-x: 0px;
}

.hd__fullmenu .gnb__box-sub .careMenu2 .thumb {
  background-position-x: -50px;
}

.hd__fullmenu .gnb__box-sub .careMenu3 .thumb {
  background-position-x: -100px;
}

.hd__fullmenu .gnb__box > div::-webkit-scrollbar {
  display: none;
}

.hd__fullmenu .gnb-tab {
  flex: 0 0 84px;
}

.hd__fullmenu .gnb-tab.tab-area .tab-list {
  height: auto;
  line-height: 1;
  border: 0;
  border-bottom: 4px solid #d4d4d4;
}

.hd__fullmenu .gnb-tab.tab-area .tab-list a {
  height: 80px;
  line-height: 74px;
  font-size: 28px;
  color: #000;
}

.hd__fullmenu .gnb-tab.tab-area .tab-list--on {
  background: #fff;
  border-color: #918c00;
}

.hd__fullmenu .gnb-tab.tab-area .tab-list--on a {
  color: #918c00;
}

.hd__fullmenu .gnb-banner {
  position: relative;
  margin-top: 40px;
  border-radius: 6px;
}

.hd__fullmenu .gnb-banner .swiper-counter {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 60px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.hd__fullmenu .gnb-banner .swiper-counter span {
  display: inline-block;
  padding: 0 2px;
  vertical-align: top;
}

.hd__fullmenu .quick-svc-btn {
  display: none;
  padding: 35px 0;
  text-align: center;
  font-size: 0;
  background: #f5f5f5;
}

.hd__fullmenu .quick-svc-btn a {
  display: inline-block;
}

.hd__fullmenu .quick-svc-btn a + a {
  margin-left: 40px;
  padding-left: 40px;
  color: #1c1c1c;
  border-left: 1px solid #d6d6d6;
}

.hd__fullmenu--show {
  display: flex;
  flex-direction: column;
}

.hd .today-popup {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.hd .today-popup__cont {
  position: absolute;
  top: 53%;
  left: 50%;
  width: 500px;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
}

.hd .today-popup__cont img {
  display: block;
}

.hd .today-popup__cont .swiper-wrapper {
  min-height: 350px;
}

.hd .today-popup__cont .swiper-container {
  max-height: 768px;
  overflow: hidden;
  background: #fff;
}

.hd .today-popup__cont .swiper-pagination {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.hd .today-popup__cont .swiper-pagination-bullet {
  float: none !important;
}

.hd .today-popup__cont .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}

.hd .today-popup__btn {
  display: flex;
  position: relative;
  margin-top: 0;
  font-size: 0;
}

.hd .today-popup__btn button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 22px;
  color: #c3c3c3;
  border: 0;
  background: transparent;
}

.hd .today-popup__btn button:last-child:after {
  position: absolute;
  left: 0;
  top: 23px;
  width: 1px;
  height: 25px;
  background: #c3c3c3;
  content: '';
}

.hd .appDownPopup {
  background: rgba(0, 0, 0, 0.8);
}

.hd .appDownPopup .today-popup__cont {
  width: 100% !important;
}

.hd .appDownPopup .today-popup__cont img {
  display: block;
  margin: 0 auto;
  width: auto;
}

.hd .appDownPopup .top-area__btn-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  margin-left: 0;
  vertical-align: 0;
}

.hd .appDownPopup .top-area__btn-icon:before, .hd .appDownPopup .top-area__btn-icon:after {
  height: 32px;
}

.hd .todayPopup {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  background-color: transparent;
  visibility: hidden;
}

.hd .todayPopup__wrap {
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 504;
  opacity: 0;
  box-sizing: border-box;
  transform: translateY(100%);
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s;
  border-radius: 30px 30px 0 0;
}

.hd .todayPopup__content {
  position: relative;
  margin: 0 auto;
  padding-bottom: 65px;
  max-width: 640px;
  text-align: left;
  box-sizing: border-box;
}

.hd .todayPopup__content img {
  display: block;
}

.hd .todayPopup__close {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 65px;
  z-index: 1;
}

.hd .todayPopup__today {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 65px;
  z-index: 1;
}

.hd .todayPopup .swiper-counter {
  position: absolute;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.15);
  width: 60px;
  border-radius: 30px;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 100;
  z-index: 1;
}

.hd .todayPopup .swiper-counter span {
  display: inline-block;
  padding: 0 2px;
  vertical-align: top;
}

.hd .todayPopup .dimBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.hd .todayPopup.open {
  visibility: visible;
}

.hd .todayPopup.open .todayPopup__wrap {
  opacity: 1;
  transform: none;
}

.hd .todayPopup.open .dimBg {
  display: block;
  opacity: .6;
}

.hd .appViewPopup {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  background-color: transparent;
  visibility: hidden;
}

.hd .appViewPopup__content {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 51px 40px 50px;
  text-align: left;
  box-sizing: border-box;
}

.hd .appViewPopup__content-wrap {
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 504;
  opacity: 0;
  box-sizing: border-box;
  transform: translateY(100%);
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s;
  border-radius: 30px 30px 0 0;
}

.hd .appViewPopup__main {
  padding-left: 130px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.hd .appViewPopup__main:before {
  position: absolute;
  left: 40px;
  top: 35px;
  width: 110px;
  height: 110px;
  background: #918c00 url("/front_pc/images/img_header_logo_w-bdb1e0e73b78bc314432182069493341.png") no-repeat center center;
  background-size: 87% auto;
  border-radius: 30px;
  content: '';
  vertical-align: top;
}

.hd .appViewPopup__desc {
  margin-top: 7px;
  font-weight: normal;
  color: #888;
}

.hd .appViewPopup__open {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0 10px;
  padding: 30px 0;
  box-sizing: border-box;
  background-color: #f5f5f5;
  color: #000;
  border: none;
  font-size: 29px;
  font-weight: 400;
  border-radius: 8px;
}

.hd .appViewPopup__close {
  padding: 10px 15px;
  width: 100%;
  border: none;
  background: transparent;
  color: #757575;
}

.hd .appViewPopup.open {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.hd .appViewPopup.open .appViewPopup__content-wrap {
  opacity: 1;
  transform: none;
}

.hd .progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.hd .progress img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  border-radius: 50%;
  overflow: hidden;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.hd .progress:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95px;
  height: 95px;
  display: block;
  background: url(/front_mo/images/progress-dd8abf9398d7853cd8e44b6679b403fa.gif?ver=20210316) no-repeat center center;
  transform: translate(-50%, -50%);
  content: "";
  background-size: 100px auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.hd .progress.cart {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background: none;
}

.hd .progress.cart img {
  display: none;
}

.hd .progress.cart:before {
  content: "";
  display: block;
  background: url(/front_pc/images/addCart-5def9c7527e157b15095d4dd8e1c4d26.png);
  width: 140px;
  height: 140px;
}

.hd .progress.cart.fadeOut {
  -webkit-animation: cartAni .4s ease-in-out both;
  animation: cartAni .4s ease-in-out both;
}

.hd .progress.text:before {
  margin-top: -30px;
}

.hd .progress.text .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 165px 20px 20px;
  line-height: 1.4;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.5px;
  background: #fff;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  z-index: 0;
}

@-webkit-keyframes cartAni {
  0% {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: .2;
    top: 0;
    left: 82%;
    transform: translate(0, 0) scale(0);
  }
}

@keyframes cartAni {
  0% {
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: .2;
    top: 0;
    left: 82%;
    transform: translate(0, 0) scale(0);
  }
}

.hd input[type=number].secret_mode {
  -webkit-text-security: disc;
}

.hd .agree-area-mem .accordion_con {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.hd .agree-area-mem .accordion_con .check-list {
  margin: 10px 0;
}

.hd .agree-area-mem ul.check-list > li ol {
  margin-top: 0.5rem;
  padding-left: 1rem;
}

.hd .agree-area-mem ul.check-list > li ol li {
  margin-top: 0.25rem;
  font-size: 1.1rem;
}

.hd .agree-area-mem ul.check-list > li ol li .checkbox__label {
  font-size: 1.1rem !important;
}

.hd .agree-area-mem ul.check-list > li ol li .checkbox__label:before {
  transform: scale(0.9);
}

.hd .agree-area-mem ul.check-list > li ol li .check_box {
  display: inline-block;
}

.hd .change-address__desc {
  margin-top: 20px;
  font-size: 24px;
}

.hd .change-address__list__inner {
  position: relative;
}

.hd .change-address__list__inner .title-area {
  width: calc(100% - 140px);
  box-sizing: border-box;
}

.hd .change-address .btn-change {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.hd__idFind .csTel {
  color: #918c00;
}

.hd__idFindResult .btn-area {
  margin-top: 20px;
}

.hd__idFindResult .btn-area button {
  width: 280px;
}

.hd__idFindResult .btn-area button + button {
  margin-left: 20px;
}

.hd__idFindResult .btn-area:after {
  content: '';
  display: table;
  clear: both;
}

.hd__idFindResult__desc {
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
}

.hd .hd__orderCart .tnb-area {
  position: relative;
  border-bottom: 0;
}

.hd .hd__orderCart .tab-area-v3 {
  margin: 0 -30px;
  width: 640px;
}

.hd .cart_delivery {
  padding: 25px 0;
  border-bottom: 3px solid #1c1c1c;
}

.hd .cart_delivery dl {
  position: relative;
  font-size: 20px;
}

.hd .cart_delivery dl dt, .hd .cart_delivery dl dd {
  display: block;
}

.hd .cart_delivery dl dt {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
}

.hd .cart_delivery dl dd em {
  font-weight: 700;
  color: #918c00;
}

.hd .cart_delivery dl dd:nth-of-type(2), .hd .cart_delivery dl dd:nth-of-type(3) {
  margin-top: 8px;
}

.hd .cart_delivery dl dd .guide {
  display: inline-block;
  margin-top: 5px;
  font-size: 19px;
  color: #888;
}

.hd .cart_delivery dl dd .name {
  display: inline-block;
  max-width: 240px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}

.hd .cart_delivery dl + dl {
  margin-top: 25px;
  line-height: 1.5;
}

.hd .cart_delivery .progress_wrap .ico_delivery {
  margin-left: 10px;
}

.hd .cart_delivery .progress_wrap.active .ico_delivery {
  animation: bounce 0.5s cubic-bezier(0.5, 0, 0, 0.8) forwards;
}

@keyframes bounce {
  from, 15% {
    transform: scale(0.8);
    opacity: 1;
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
  }
  70% {
    animation-timing-function: cubic-bezier(0.215, 0.6, 0.355, 1);
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.hd .cart_delivery .ico_tooltip {
  width: 27px;
  height: 27px;
  background-size: 26px auto;
}

.hd .cart_delivery_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 19px;
  letter-spacing: -0.5px;
}

.hd .cart_delivery_btn:before {
  display: inline-block;
  margin-right: 7px;
  width: 19px;
  height: 19px;
  line-height: 18px;
  font-size: 18px;
  color: #918c00;
  text-align: center;
  border: 1px solid #918c00;
  border-radius: 50%;
  content: '+';
}

.hd .cart_gift {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid #1c1c1c;
  font-size: 22px;
}

.hd .cart_gift .accordion_wrap {
  position: relative;
}

.hd .cart_gift .accordion_title {
  position: relative;
}

.hd .cart_gift .accordion_title span {
  display: block;
  margin-bottom: 5px;
  color: #888;
}

.hd .cart_gift .accordion_title strong {
  display: block;
}

.hd .cart_gift .accordion_title:before {
  position: absolute;
  top: 7px;
  right: 60px;
  padding: 4px 9px;
  font-size: 15px;
  content: 'GIFT';
  background: #e2e735;
  border: 2px solid #1c1c1c;
  border-radius: 30px;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0;
  animation: giftMotion 0.4s ease-out 0s infinite alternate;
}

@keyframes giftMotion {
  0% {
    top: 7px;
  }
  100% {
    top: 10px;
  }
}

.hd .cart_gift .accordion_title:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 30px;
  height: 16px;
  background: url(/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png) no-repeat;
  background-size: 100%;
  content: "";
  transition: transform .3s;
}

.hd .cart_gift .accordion_con {
  line-height: 1.3;
}

.hd .cart_gift.on .accordion_title:after {
  transform: rotate(-180deg);
}

.hd .cart_gift .gift-info {
  display: table;
  margin-top: 25px;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.hd .cart_gift .gift-info__price {
  display: table-cell;
  width: 180px;
  text-align: center;
  vertical-align: middle;
}

.hd .cart_gift .gift-info__price p span {
  display: block;
}

.hd .cart_gift .gift-info__price .price {
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.hd .cart_gift .gift-info__price .price:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 7px;
  background: #F9D983;
  content: '';
  z-index: -1;
}

.hd .cart_gift .gift-info__text {
  display: table-cell;
  padding-left: 30px;
  color: #2d4641;
  vertical-align: middle;
}

.hd .cart_gift .gift-info__text strong span {
  font-size: 23px;
  font-weight: normal;
}

.hd .cart_gift .gift-info__text p {
  margin-top: 5px;
  color: #918c00;
}

.hd .cart_gift .gift-list {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.hd .cart_gift .gift-list__thumb {
  float: left;
  margin-right: 20px;
  width: 100px;
  height: 100px;
}

.hd .cart_gift .gift-list__item {
  float: left;
  width: calc(100% - 180px);
}

.hd .cart_gift .gift-list__item .item-box .item-list:nth-of-type(1) i {
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
}

.hd .cart_gift .gift-list__item .item-box.active .item-list:nth-of-type(1) i {
  color: #918c00;
  border-color: #918c00;
}

.hd .cart_gift .gift-list__item .item-box + .item-box {
  margin-top: 23px;
}

.hd .cart_gift .gift-list__item .item-list {
  position: relative;
  padding-left: 80px;
  line-height: 1.3;
}

.hd .cart_gift .gift-list__item .item-list:not(:first-child) {
  margin-top: 10px;
}

.hd .cart_gift .gift-list__item .item-list span {
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.hd .cart_gift .gift-list__item .item-list i {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px 0;
  width: 46px;
  line-height: 1;
  font-size: 19px;
  font-style: normal;
  color: #888;
  box-sizing: border-box;
  text-align: center;
}

.hd .cart_gift .gift-list__item .item-list.on span {
  color: #918c00;
  border-color: #918c00;
  text-decoration: underline;
}

.hd .cart_gift .gift-list__item .item-list.soldout i {
  color: #888 !important;
  border: 1px solid #ccc !important;
}

.hd .cart_gift .gift-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hd .cart_info {
  margin: 0 -30px;
  padding: 10px 0 25px;
  text-align: center;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
}

.hd .cart_info dl {
  display: inline-block;
  margin: 0 auto;
  padding: 25px 100px;
  background-color: #fff;
  border-radius: 100px;
}

.hd .cart_info dt {
  font-weight: 600;
  color: #918c00;
}

.hd .cart_info dd {
  margin-top: 10px;
  font-size: 20px;
  color: #888;
}

.wdw-type {
  /* 주문 수정 */
  /* 안전거래 */
  /* .data_pt a {
        display: block;
        overflow: hidden;
        padding: 48px 30px;
        border-top: 1px solid #e4e4e4;
        color: #000;
    }
    .data_pt a:first-child {
        border: none;
        padding-top: 40px;
    } */
}

.wdw-type .hd .dawnDelivery--desc {
  padding: 30px 0;
  font-size: 22px;
  line-height: 32px;
}

.wdw-type .hd__header {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.wdw-type .hd__header__inner {
  height: 5rem;
}

.wdw-type .hd__header__logo {
  padding: 1.1rem 0 0 1rem;
}

.wdw-type .hd__header__logo a {
  width: 2.3rem;
  height: 2.75rem;
}

.wdw-type .hd__header__menu {
  left: 3.85rem;
  top: 1.6rem;
}

.wdw-type .hd__header__menu button {
  font-size: 1.65rem;
}

.wdw-type .hd__header__menu button span {
  letter-spacing: -0.05rem;
}

.wdw-type .hd__header__menu button .ico-arrow {
  margin: 0.15rem 0 0 0.6rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.15rem;
}

.wdw-type .hd__header__menu button .ico-arrow::after {
  margin: 0.3rem 0 0;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0 0.1rem 0.1rem 0;
}

.wdw-type .hd__header__ico {
  right: 1.5rem;
  top: 1rem;
}

.wdw-type .hd__header__ico a {
  margin-left: 0.75rem;
}

.wdw-type .hd__header__search {
  top: 0.95rem;
  right: 7.25rem;
  width: 1rem;
  height: 2rem;
  padding: 0.5rem;
  background-size: 1.6rem auto;
}

.wdw-type .hd__header__heart {
  top: 0.95rem;
  right: 4.5rem;
  width: 1rem;
  height: 2rem;
  padding: 0.5rem;
  background-size: 1.65rem;
}

.wdw-type .hd__header__heart__count {
  top: 0.05rem;
  right: -0.25rem;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 0.65rem;
  line-height: 1.25rem;
  border-radius: 1rem;
}

.wdw-type .hd__header__basket {
  top: 0.9rem;
  right: 1.5rem;
  width: 1rem;
  height: 2rem;
  padding: 0.5rem;
  background-size: 1.9rem 1.75rem;
}

.wdw-type .hd__header__basket__count {
  top: 0.05rem;
  right: -0.5rem;
  width: 1.35rem;
  height: 1.35rem;
  font-size: 0.65rem;
  line-height: 1.25rem;
  border-radius: 1rem;
}

.wdw-type .hd__header .top-menu {
  height: 3.5rem;
}

.wdw-type .hd__header .top-menu__wrap {
  height: 3.5rem;
}

.wdw-type .hd__header .top-menu__list {
  padding: 0 1.075rem;
  height: 3.5rem;
  line-height: 3.5rem;
}

.wdw-type .hd__header .top-menu__list:nth-of-type(1) {
  padding-left: 1.1rem;
}

.wdw-type .hd__header .top-menu__list:last-child {
  padding-right: 1.1rem;
}

.wdw-type .hd__header .top-menu__list a {
  font-size: 1.2rem;
  letter-spacing: -0.025rem;
}

.wdw-type .hd__header .top-menu__list-on a:after {
  width: 100%;
  height: 0.2rem;
}

.wdw-type .hd__header .top-menu__list.hmmarket a span:after {
  margin: 0.2rem 0 0 0.25rem;
  width: 0.3rem;
  height: 0.3rem;
}

.wdw-type .hd__header .top-menu__list.recommend a > span:after {
  margin: 0.3rem 0 0 0.25rem;
  width: 0.3rem;
  height: 0.3rem;
}

.wdw-type .hd__header .top-menu__list.recommend a > span span {
  top: -0.5rem;
  margin-left: -6px;
  font-size: 0.7rem;
  text-indent: 0.05rem;
}

.wdw-type .hd__header.BG .top-menu__list {
  padding: 0 1.05rem;
}

.wdw-type .hd__header.BG .top-menu__list:first-child {
  padding-left: 1.75rem;
}

.wdw-type .hd__header__st-event {
  background: #FFF;
  transform: translate3d(0, -5.05rem, 0);
  -webkit-transform: translate3d(0, -5.05rem, 0);
  transition: transform 0.25s linear;
  -webkit-transition: transform 0.25s linear;
}

.wdw-type .hd__footer {
  position: relative;
  padding-top: 6.5rem;
}

.wdw-type .hd__footer__inner {
  padding: 2rem 1.5rem 2.75rem;
  background: #f9f9f9;
}

.wdw-type .hd__footer__menu-area a {
  display: block;
  float: left;
  width: auto;
  font-size: 1rem;
}

.wdw-type .hd__footer__menu-area a:not(:last-child) {
  color: #888;
}

.wdw-type .hd__footer__menu-area a:not(:first-child) {
  margin-left: 1.3rem;
  padding-left: 0.3rem;
}

.wdw-type .hd__footer__sns {
  margin-top: 1.6rem;
}

.wdw-type .hd__footer__sns a {
  width: 2.5rem;
  height: 2.5rem;
}

.wdw-type .hd__footer__sns a:not(:first-child) {
  margin-left: 1rem;
}

.wdw-type .hd__footer__sns-intagram:after {
  width: 2.5rem;
  height: 2.5rem;
  background: url("/front_mo/images/icon_footer_sns-2c44fe655bc041b977e32eba8272cd6c.png") no-repeat -0rem;
}

.wdw-type .hd__footer__sns-youtube:after {
  width: 2.5rem;
  height: 2.5rem;
  background: url("/front_mo/images/icon_footer_sns-2c44fe655bc041b977e32eba8272cd6c.png") no-repeat -2.5rem;
}

.wdw-type .hd__footer__sns-blog:after {
  width: 2.5rem;
  height: 2.5rem;
  background: url("/front_mo/images/icon_footer_sns-2c44fe655bc041b977e32eba8272cd6c.png") no-repeat -5rem;
}

.wdw-type .hd__footer__sns-kakao:after {
  width: 2.5rem;
  height: 2.5rem;
  background: url("/front_mo/images/icon_footer_sns-2c44fe655bc041b977e32eba8272cd6c.png") no-repeat -7.5rem;
}

.wdw-type .hd__footer__cs {
  margin-top: 1.5rem;
}

.wdw-type .hd__footer__cs p {
  margin: 0.35rem 0;
  color: #888;
}

.wdw-type .hd__footer__cs__center {
  color: #1c1c1c !important;
  line-height: 1.7rem;
}

.wdw-type .hd__footer__cs__center span {
  color: #918c00;
  font-size: 1.3rem;
  font-weight: bold;
}

.wdw-type .hd__footer__cs__gcolor {
  color: #918c00;
}

.wdw-type .hd__footer__desc {
  margin-top: 1.75rem;
}

.wdw-type .hd__footer__desc p {
  margin: 0.35rem 0;
  line-height: 1.4rem;
}

.wdw-type .hd__footer__desc__txt {
  margin: 1rem 0 0 0 !important;
}

.wdw-type .hd__footer__desc__copyright {
  margin: 1rem 0 0 0 !important;
  font-size: 1.05rem !important;
}

.wdw-type .hd__footer__desc__seper:before {
  padding: 0 0.25rem;
  content: '|';
}

.wdw-type .hd__btn- {
  right: 1.25rem;
  bottom: 7.5rem;
  width: 2.9rem;
  opacity: 0;
}

.wdw-type .hd__btn- a {
  margin-top: 0.5rem;
  border: 1px solid #A9A9A9;
  border-radius: 2rem;
}

.wdw-type .hd__btn- a.go-top {
  background: #FFF url("/front_mo/images/icon_footer_goTop-c99d8821008851726b5acf29bc3e2a7b.png") no-repeat 1.1rem 0.85rem;
}

.wdw-type .hd__btn- a.gr-value:after {
  margin-top: 0.45rem;
  width: 1.85rem;
  height: 2rem;
  background: #FFF url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=20211214") no-repeat -13.35rem -7.25rem;
}

.wdw-type .hd__btn-go-top {
  right: 1.25rem;
  bottom: 7.5rem;
  width: 3rem;
  height: 3rem;
  border: 0.05rem solid #A9A9A9;
  border-radius: 2rem;
  background-position: 1.1rem 0.85rem;
  background-size: 0.7rem;
}

.wdw-type .hd__nav-area {
  position: fixed;
  bottom: -1px;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: none;
  height: 5rem;
  background: #FFF;
  border-top: 1px solid #ddd;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.wdw-type .hd__nav {
  height: 5rem;
  font-size: 0.7rem;
}

.wdw-type .hd__nav strong {
  bottom: 1.2rem;
}

.wdw-type .hd__nav:after {
  top: 0.75rem;
  width: 2.3rem;
  height: 2rem;
  background-size: 14.1rem auto;
}

.wdw-type .hd__nav-category:after {
  background-position-x: -0rem;
}

.wdw-type .hd__nav-story:after {
  background-position-x: -2.35rem;
}

.wdw-type .hd__nav-home:after {
  background-position-x: -4.7rem;
}

.wdw-type .hd__nav-coupon:after {
  background-position-x: -7.05rem;
}

.wdw-type .hd__nav-my:after {
  background-position-x: -9.4rem;
}

.wdw-type .hd__nav-magazine:after {
  background-position-x: -11.75rem;
}

.wdw-type .hd__nav-active:after {
  background-position-y: -2rem;
}

.wdw-type .hd.docbar--hide {
  padding-bottom: 0;
}

.wdw-type .hd.docbar--hide .hd__nav-area {
  transform: translate3d(-50%, 100%, 0);
  -webkit-transform: translate3d(-50%, 100%, 0);
  transition: transform 0.5s linear;
  -webkit-transition: transform 0.5s linear;
}

.wdw-type .hd__page-title {
  position: relative;
  width: 100%;
  height: 3.5rem;
  background: #FFF;
  text-align: center;
}

.wdw-type .hd__page-title__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24rem;
  font-weight: bold;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd__page-title__dropdown__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 1.5rem;
  font-weight: bold;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd__page-title__dropdown__txt:after {
  display: block;
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 0.85rem;
  height: 0.5rem;
  background: url("/front_mo/images/btn_menu_drop-down-c697a432138002b0a89ba9161a52874d.png") no-repeat 50% 50%;
  background-size: 0.85rem 0.5rem;
  content: '';
}

.wdw-type .hd__page-title__dropdown ul {
  overflow: hidden;
  display: none;
  position: relative;
  width: 100%;
  margin-top: 3.4rem;
  font-weight: bold;
}

.wdw-type .hd__page-title__dropdown ul li {
  position: relative;
  height: 3.4rem;
  background: #FFF;
  line-height: 3.4rem;
  box-sizing: border-box;
}

.wdw-type .hd__page-title__dropdown ul li a {
  display: inline-block;
  width: 100%;
}

.wdw-type .hd__page-title__dropdown ul li a:after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  content: '';
}

.wdw-type .hd__page-title__dropdown ul li:first-child {
  margin-top: 0.05rem;
}

.wdw-type .hd__page-title__dropdown ul .on a:after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  bottom: 0;
  border: 0.15rem solid #F9D983;
  content: '';
}

.wdw-type .hd__page-title__dropdown--show {
  overflow: auto;
}

.wdw-type .hd__page-title__dropdown--show ul {
  display: block;
}

.wdw-type .hd__page-title__dropdown--show .hd__page-title__dropdown__txt:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.wdw-type .hd__page-title__btn-back {
  top: 0.45rem;
  left: 0.5rem;
  width: 2rem;
  height: 2.5rem;
  background-size: 0.8rem auto;
}

.wdw-type .hd__fullmenu__btns {
  top: 3rem;
  right: 1.5rem;
}

.wdw-type .hd__fullmenu__btns a {
  width: 1.75rem;
}

.wdw-type .hd__fullmenu__btns a.btn-close {
  width: 1.5rem;
}

.wdw-type .hd__fullmenu__btns a + a {
  margin-left: 1.5rem;
}

.wdw-type .hd__fullmenu__header {
  height: 6rem;
}

.wdw-type .hd__fullmenu__header-logo {
  margin: 3rem 0 0 1.5rem;
  width: 8.05rem;
  height: 1.45rem;
}

.wdw-type .hd__fullmenu__header-search {
  margin: 1.4rem 0 0 1.5rem;
  width: 10rem;
}

.wdw-type .hd__fullmenu__header-search .search-input {
  padding-right: 3.25rem;
  height: 3rem;
  line-height: 2.9rem;
  font-size: 1.1rem;
  letter-spacing: -0.02rem;
  border-radius: 0.5rem;
  text-indent: 1rem;
}

.wdw-type .hd__fullmenu__header-search .search-btn {
  right: 0.25rem;
  width: 3rem;
  height: 3.1rem;
}

.wdw-type .hd__fullmenu__header-search .remove-btn {
  right: 3.5rem;
  top: 0.85rem;
  width: 1.5rem;
  height: 1.5rem;
}

.wdw-type .hd__fullmenu .user-area {
  padding: 0 1.5rem;
  line-height: 5.9rem;
}

.wdw-type .hd__fullmenu .user-area-menu {
  right: 1.5rem;
}

.wdw-type .hd__fullmenu .user-area-menu a {
  width: 6rem;
  height: 2.7rem;
  line-height: 2.7rem;
  border-radius: 1.5rem;
}

.wdw-type .hd__fullmenu .user-area-menu a:last-child {
  margin-left: 0.6rem;
}

.wdw-type .hd__fullmenu .quick-menu {
  padding: 0.35rem 0;
  flex: 0 0 9.6rem;
}

.wdw-type .hd__fullmenu .quick-menu a {
  margin: 0.5rem;
}

.wdw-type .hd__fullmenu .quick-menu a:after {
  width: 6.6rem;
  height: 6.6rem;
}

.wdw-type .hd__fullmenu .quick-menu-mypage:before {
  width: 5rem;
  height: 6.6rem;
  margin: 0 auto 1rem;
  background: url("/front_mo/images/icon_quick-menu-16ea875b145f6c78b7d2d021213d2281.png?ver=230105") no-repeat -0rem;
}

.wdw-type .hd__fullmenu .quick-menu-myorder:before {
  width: 5rem;
  height: 6.6rem;
  margin: 0 auto 1rem;
  background: url("/front_mo/images/icon_quick-menu-16ea875b145f6c78b7d2d021213d2281.png?ver=230105") no-repeat -5rem;
}

.wdw-type .hd__fullmenu .quick-menu-mycoupon:before {
  width: 5rem;
  height: 6.6rem;
  margin: 0 auto 1rem;
  background: url("/front_mo/images/icon_quick-menu-16ea875b145f6c78b7d2d021213d2281.png?ver=230105") no-repeat -10rem;
}

.wdw-type .hd__fullmenu .quick-menu-mypoint:before {
  width: 5rem;
  height: 6.6rem;
  margin: 0 auto 1rem;
  background: url("/front_mo/images/icon_quick-menu-16ea875b145f6c78b7d2d021213d2281.png?ver=230105") no-repeat -15rem;
}

.wdw-type .hd__fullmenu .gnb__1dep {
  padding: 3rem 0 2.5rem;
}

.wdw-type .hd__fullmenu .gnb__1dep__title {
  padding: 0 0 1.25rem 1.5rem;
}

.wdw-type .hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title {
  height: 6rem;
}

.wdw-type .hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a:after {
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
}

.wdw-type .hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a > span:nth-of-type(1) {
  margin-top: -1rem;
  width: 6.5rem;
}

.wdw-type .hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a > span:nth-of-type(1):after {
  margin: 0.2rem 0 0 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
}

.wdw-type .hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a > span:nth-of-type(1) + span {
  margin-left: 1.5rem;
  font-size: 1rem;
}

.wdw-type .hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title a > span:nth-of-type(1) + span .name {
  max-width: 11rem;
}

.wdw-type .hd__fullmenu .gnb__1dep--story .gnb__2dep__list {
  width: 9rem;
}

.wdw-type .hd__fullmenu .gnb__1dep--story .gnb__2dep__list:not(:first-child) {
  margin-left: 1rem;
}

.wdw-type .hd__fullmenu .gnb__1dep--story .gnb__2dep__list i {
  margin-bottom: 1rem;
  width: 9rem;
  height: 8.6rem;
  border-radius: 1rem;
}

.wdw-type .hd__fullmenu .gnb__1dep--story .gnb__2dep__list i:after {
  margin: 2.35rem auto 0;
  width: 5rem;
  height: 4rem;
}

.wdw-type .hd__fullmenu .gnb__1dep--story .gnb__2dep__list:nth-of-type(1) i:after {
  background-position-x: -0rem;
}

.wdw-type .hd__fullmenu .gnb__1dep--story .gnb__2dep__list:nth-of-type(2) i:after {
  background-position-x: -5rem;
}

.wdw-type .hd__fullmenu .gnb__1dep--story .gnb__2dep__list:nth-of-type(3) i:after {
  background-position-x: -10rem;
}

.wdw-type .hd__fullmenu .gnb__1dep--service {
  padding-top: 2.5rem !important;
  border-top: 0.5rem solid #e8e8e8;
}

.wdw-type .hd__fullmenu .gnb__1dep--service .gnb__2dep {
  padding: 0;
}

.wdw-type .hd__fullmenu .gnb__1dep--service .gnb__2dep__list a {
  padding-left: 0;
  padding-right: 0;
}

.wdw-type .hd__fullmenu .gnb__1dep--service .gnb__2dep__list a:after {
  right: 0.5rem !important;
}

.wdw-type .hd__fullmenu .gnb__1dep + .gnb__1dep {
  padding-top: 0;
}

.wdw-type .hd__fullmenu .gnb__2dep {
  margin: 0 1.5rem;
  padding: 0.75rem 0;
  border-radius: 1rem;
}

.wdw-type .hd__fullmenu .gnb__2dep__title {
  padding: 1.5rem 1.5rem 0.75rem;
}

.wdw-type .hd__fullmenu .gnb__2dep__title a span {
  margin: 0 0.25rem 0 0.5rem;
}

.wdw-type .hd__fullmenu .gnb__2dep__list a {
  padding: 0.85rem 1.5rem;
}

.wdw-type .hd__fullmenu .gnb__2dep__list a span {
  font-size: 1.15rem;
}

.wdw-type .hd__fullmenu .gnb__2dep__list a:after {
  right: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-width: 0.1rem 0.1rem 0 0;
}

.wdw-type .hd__fullmenu .gnb__2dep__list:after {
  right: 0.5rem;
  width: 0.7rem;
  height: 0.7rem;
  border-width: 0.1rem 0.1rem 0 0;
}

.wdw-type .hd__fullmenu .gnb__2dep__list:nth-child(2n) a:after {
  right: 2rem;
}

.wdw-type .hd__fullmenu .gnb__box {
  height: calc(100vh - rem(396px));
}

.wdw-type .hd__fullmenu .gnb__box-main {
  flex: 0 0 13rem;
  padding-bottom: 1rem;
  width: 13rem;
}

.wdw-type .hd__fullmenu .gnb__box-main .gnb__1dep__title {
  height: 3.55rem;
  line-height: 3.65rem;
  text-indent: 1.1rem;
}

.wdw-type .hd__fullmenu .gnb__box-main .gnb__1dep--care button {
  text-indent: 1.1rem;
}

.wdw-type .hd__fullmenu .gnb__box-main .gnb__2dep {
  margin: 0 0 1.25rem 0;
}

.wdw-type .hd__fullmenu .gnb__box-main .gnb__2dep__list a {
  padding: 0.85rem 1.1rem;
  font-size: 1.15rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub {
  padding: 1rem 1rem 0;
  width: calc(100% - 13rem);
}

.wdw-type .hd__fullmenu .gnb__box-sub .gnb__3dep__title {
  margin-bottom: 0.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .gnb__3dep__title a {
  gap: 0.75rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .gnb__3dep__title a .thumb {
  width: 2.5rem;
  height: 2.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .gnb__3dep__list a {
  padding: 0.85rem 0;
  font-size: 1.15rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .gnb__3dep__list a .tab img {
  height: 1rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .market .thumb {
  background-size: 2.5rem auto;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brand .thumb {
  background-size: auto 2.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .mkMenu1 .thumb {
  background-position-y: -2.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .mkMenu2 .thumb {
  background-position-y: -5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .mkMenu3 .thumb {
  background-position-y: -7.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .mkMenu4 .thumb {
  background-position-y: -10rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .mkMenu5 .thumb {
  background-position-y: -12.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .mkMenu6 .thumb {
  background-position-y: -15rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .mkMenu7 .thumb {
  background-position-y: -17.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu1 .thumb {
  background-position-x: -2.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu2 .thumb {
  background-position-x: -5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu3 .thumb {
  background-position-x: -7.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu4 .thumb {
  background-position-x: -10rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu5 .thumb {
  background-position-x: -12.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu6 .thumb {
  background-position-x: -15rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu7 .thumb {
  background-position-x: -17.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu8 .thumb {
  background-position-x: -20rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu9 .thumb {
  background-position-x: -22.5rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu10 .thumb {
  background-position-x: -25rem;
}

.wdw-type .hd__fullmenu .gnb__box-sub .brdMenu11 .thumb {
  background-position-x: -27.5rem;
}

.wdw-type .hd__fullmenu .gnb-tab {
  margin-top: 2.75rem;
}

.wdw-type .hd__fullmenu .gnb-tab.tab-area .tab-list {
  height: auto;
  line-height: auto;
  border-color: #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-width: 0.2rem;
  background: #f5f5f5;
}

.wdw-type .hd__fullmenu .gnb-tab.tab-area .tab-list a {
  height: 4rem;
  line-height: 3.7rem;
  font-size: 1.3rem;
  color: #000;
}

.wdw-type .hd__fullmenu .gnb-tab.tab-area .tab-list--on {
  border: 0;
  border-top: 0.2rem solid #918c00;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #fff;
}

.wdw-type .hd__fullmenu .gnb-tab.tab-area .tab-list--on a {
  color: #918c00;
}

.wdw-type .hd__fullmenu .gnb-banner {
  margin-top: 2rem;
  border-radius: 0.3rem;
}

.wdw-type .hd__fullmenu .gnb-banner .swiper-counter {
  right: 0.75rem;
  bottom: 0.75rem;
  width: 3rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
  border-radius: 1.5rem;
}

.wdw-type .hd__fullmenu .gnb-banner .swiper-counter span {
  padding: 0 0.1rem;
}

.wdw-type .hd__fullmenu .quick-svc-btn {
  padding: 1.75rem 0;
}

.wdw-type .hd__fullmenu .quick-svc-btn a + a {
  margin-left: 2rem;
  padding-left: 2rem;
}

.wdw-type .hd .today-popup__cont {
  width: 25rem;
}

.wdw-type .hd .today-popup__cont .swiper-wrapper {
  min-height: 17.5rem;
}

.wdw-type .hd .today-popup__cont .swiper-pagination {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  width: 100%;
  text-align: center;
}

.wdw-type .hd .today-popup__cont .swiper-pagination-bullet {
  float: none !important;
}

.wdw-type .hd .today-popup__cont .swiper-pagination-bullet:first-child {
  margin-left: 0 !important;
}

.wdw-type .hd .today-popup__btn {
  position: relative;
  margin-top: 0.05rem;
  font-size: 0;
}

.wdw-type .hd .today-popup__btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.05rem;
  height: 100%;
  background: #FFF;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}

.wdw-type .hd .today-popup__btn button {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  font-size: 1.1rem;
}

.wdw-type .hd .today-popup__btn button.btn-gray {
  color: #1c1c1c;
}

.wdw-type .hd .progress img {
  width: 9.05rem;
}

.wdw-type .hd .progress:before {
  width: 4.75rem;
  height: 4.75rem;
  background-size: 100%;
}

.wdw-type .hd .progress.text:before {
  margin-top: -1.5rem;
}

.wdw-type .hd .progress.text .text-box {
  padding: 8.25rem 1rem 1rem;
  font-size: 0.9rem;
  letter-spacing: -0.025rem;
  border-radius: 0.75rem;
}

.wdw-type .hd .dawnDelivery--desc {
  padding: 1.5rem 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd .agree-area-mem .accordion_con {
  padding: 1rem 0;
  border-bottom: 0;
}

.wdw-type .hd .agree-area-mem .accordion_con .check-list + .check-list {
  margin-top: 1rem;
}

.wdw-type .hd .form_title + .input_type {
  align-items: center;
}

.wdw-type .hd .form_title + .input_type.adress {
  display: block;
}

.wdw-type .mr_42 {
  margin-right: 2.1rem !important;
}

.wdw-type .ml_37 {
  margin-left: 1.85rem !important;
}

.wdw-type .mt_0 {
  margin-top: 0 !important;
}

.wdw-type .mt_5 {
  margin-top: 0.25rem !important;
}

.wdw-type .mt_8 {
  margin-top: 0.4rem !important;
}

.wdw-type .mt_10 {
  margin-top: 0.5rem !important;
}

.wdw-type .mt_15 {
  margin-top: 0.75rem !important;
}

.wdw-type .mt_20 {
  margin-top: 1rem !important;
}

.wdw-type .mt_22 {
  margin-top: 1.1rem !important;
}

.wdw-type .mt_25 {
  margin-top: 1.25rem !important;
}

.wdw-type .mt_26 {
  margin-top: 1.3rem !important;
}

.wdw-type .mt_27 {
  margin-top: 1.35rem !important;
}

.wdw-type .mt_30 {
  margin-top: 1.5rem !important;
}

.wdw-type .mt_34 {
  margin-top: 1.7rem !important;
}

.wdw-type .mt_35 {
  margin-top: 1.75rem !important;
}

.wdw-type .mt_42 {
  margin-top: 2.1rem !important;
}

.wdw-type .mt_40 {
  margin-top: 2rem !important;
}

.wdw-type .mt_44 {
  margin-top: 2.2rem !important;
}

.wdw-type .mt_45 {
  margin-top: 2.25rem !important;
}

.wdw-type .mt_50 {
  margin-top: 2.5rem !important;
}

.wdw-type .mt_55 {
  margin-top: 2.75rem !important;
}

.wdw-type .mt_60 {
  margin-top: 3rem !important;
}

.wdw-type .mt_65 {
  margin-top: 3.25rem !important;
}

.wdw-type .mt_70 {
  margin-top: 3.5rem !important;
}

.wdw-type .mt_75 {
  margin-top: 3.75rem !important;
}

.wdw-type .mt_80 {
  margin-top: 4rem !important;
}

.wdw-type .mt_85 {
  margin-top: 4.25rem !important;
}

.wdw-type .mt_90 {
  margin-top: 4.5rem !important;
}

.wdw-type .mt_95 {
  margin-top: 4.75rem !important;
}

.wdw-type .mt_100 {
  margin-top: 5rem !important;
}

.wdw-type .mt_110 {
  margin-top: 5.5rem !important;
}

.wdw-type .mt_113 {
  margin-top: 5.65rem !important;
}

.wdw-type .accordion_con,
.wdw-type [data-acd-cont] {
  display: none;
}

.wdw-type .accor_head {
  border: 0 !important;
  height: 7rem;
  background: #fff;
  padding: 1.5rem 2rem;
}

.wdw-type .accor_cnt {
  border: 0;
  background: #eaedf2 !important;
  padding: 2.5rem 2rem;
}

.wdw-type .accor_head li {
  float: left;
}

.wdw-type .oder_title.first {
  border-top-color: #fff;
}

.wdw-type .oder_title {
  position: relative;
  padding: 1.4rem 4.7rem 1.4rem 1.5rem;
  border-top: 1px solid #e4e4e4;
  font-size: 1.6rem;
  line-height: 1;
  transition: background 0.4s;
}

.wdw-type .oder_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.55rem;
  width: 1.65rem;
  height: 0.85rem;
  margin-top: -0.4rem;
  background: url(/front_mo/images/icon_arrow_big-a3ffa258af6c73343a096e0a412f114a.png) no-repeat;
  background-size: 1.65rem 0.85rem;
  transform: rotate(-180deg);
}

.wdw-type .oder_title:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
}

.wdw-type .oder_title .oder_price {
  float: right;
  font-size: 1.4rem;
  color: #ff0000;
  font-weight: 600;
}

.wdw-type .accordion_box.on .oder_title {
  border-top: 1px solid #9f9f9f;
  background: #efefef;
}

.wdw-type .accordion_box.on .oder_title.first {
  border: none;
}

.wdw-type .accordion_box.on .oder_title:before {
  transform: rotate(0);
}

.wdw-type .hd .hidden,
.wdw-type legend {
  overflow: hidden;
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  clip: rect(1px 1px 1px 1px);
}

.wdw-type .hd .input_text {
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  background: #fff;
  border: 1px solid #bebebe;
  color: #1c1c1c;
  font-size: 1.2rem;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 3.2rem;
}

.wdw-type .hd .input_text:disabled {
  background: #ebebe4;
}

.wdw-type .hd .se_complete p {
  color: #1c1c1c;
}

.wdw-type .hd .se_complete p span {
  font-weight: 600;
  color: #1c1c1c;
}

.wdw-type .hd .no_data {
  float: none !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 7.5rem 0 !important;
  margin: 0 auto !important;
  border-top: 0 !important;
  line-height: 1.8rem;
  font-size: 1.1rem;
  color: #1c1c1c;
  text-align: center;
  border: 0 !important;
  background: url(/front_mo/images/icon_list-no-ac801916b79ced789a8c4997e27b1330.png) no-repeat 50% 3.5rem;
  background-size: 3.4rem 3.4rem;
}

.wdw-type .hd .no_data.type2 {
  padding: 1.9rem 0 !important;
  border-bottom: none !important;
  background: 0 0;
}

.wdw-type .hd .no_data:before {
  display: none;
}

.wdw-type .hd .no_data .sc_result {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: #5f5f5f;
}

.wdw-type .hd .no_data .sc_text {
  font-size: 1.2rem;
  line-height: 1.75rem;
  color: #9f9f9f;
}

.wdw-type .hd .input_select {
  width: 100% !important;
  max-width: 29rem;
  height: 3.5rem;
  padding: 0 1rem;
  background: #fff url(/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png) no-repeat right 1rem top 50%;
  background-size: 1.25rem auto;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
}

.wdw-type .hd .file_info {
  margin-top: 0.75rem;
  line-height: 1.8rem;
  font-size: 1.1rem;
  color: #888;
}

.wdw-type .hd .member__recofirm {
  padding-top: 3rem;
}

.wdw-type .hd .member__cont {
  display: none;
}

.wdw-type .hd .member__cont.on {
  display: block;
}

.wdw-type .hd .member__top-area {
  margin-bottom: 1.75rem;
  text-align: center;
}

.wdw-type .hd .member__top-area strong {
  display: block;
  margin-bottom: 1.25rem;
  line-height: 1.8rem;
  font-size: 1.5rem;
  font-weight: 600;
  word-break: keep-all;
}

.wdw-type .hd .member__top-area p {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd .sns-user .sns-list {
  text-align: center;
  font-size: 0;
}

.wdw-type .hd .sns-user .sns-list li {
  display: inline-block;
  margin: 0 1rem;
  vertical-align: top;
}

.wdw-type .hd .sns-user .sns-list li .sns__name {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.1rem;
}

.wdw-type .hd .myMember__sec {
  margin-top: 2rem;
}

.wdw-type .hd .myMember__sec .myMember__title {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1c1c1c;
}

.wdw-type .hd .myMember__sec .myMember__title .import {
  font-weight: 400;
  color: #918c00;
}

.wdw-type .hd .myMember__sec .input-box select {
  width: 100%;
  padding-right: 3.5rem;
  padding-left: 1rem;
  height: 3.5rem;
  border: 1px solid #bdbdbd;
  background: url(/front_mo/images/ico_member_select-194240eda4252975f9053de65c2e4171.png) no-repeat 94% 50%;
  background-size: 1.5rem 0.8rem;
  line-height: 3.5rem;
  color: #1c1c1c;
}

.wdw-type .hd .myMember__sec .input-box textarea {
  display: block;
}

.wdw-type .hd .member-drop .btn-area {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}

.wdw-type .hd .member-drop .btn-area > * {
  font-weight: 600;
}

.wdw-type .hd .member-drop .btn-area a {
  display: block;
  width: 100%;
  text-align: center;
}

.wdw-type .hd .member-drop__notice {
  border-top: 0.15rem solid #918c00;
  border-bottom: 0.15rem solid #918c00;
  padding: 1.5rem 0;
  counter-reset: meals_list;
}

.wdw-type .hd .member-drop__notice li {
  margin-top: 1.5rem;
}

.wdw-type .hd .member-drop__notice li:first-child {
  margin-top: 0;
}

.wdw-type .hd .member-drop__notice li .member-drop__title {
  display: block;
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .hd .member-drop__notice li .member-drop__title + .member-drop__desc {
  margin-top: 1rem;
}

.wdw-type .hd .member-drop__notice li .member-drop__title:before {
  counter-increment: meals_list;
  content: counter(meals_list) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .hd .member-drop__notice li .member-drop__desc {
  display: block;
  position: relative;
  margin-left: 1rem;
  padding-left: 0.75rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
  color: #888;
}

.wdw-type .hd .member-drop__notice .member-drop__desc:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 1.1rem;
  color: #888;
}

.wdw-type .hd .member__cont .btn-area {
  margin-top: 2rem;
}

.wdw-type .hd .member-update .btn-area {
  margin-top: 2rem;
}

.wdw-type .hd .member-update .member-box__title + .input-box {
  border-top: 1px solid #ccc;
}

.wdw-type .hd .member-update .input-box {
  font-size: 0;
}

.wdw-type .hd .member-update .input-box__block {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

.wdw-type .hd .member-update .input-box__inline {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 400;
}

.wdw-type .hd .member-update .accordion-menu {
  margin-top: 1.25rem;
}

.wdw-type .hd .member-update .input-box .input-box__block {
  margin-bottom: 0.75rem;
}

.wdw-type .hd .member-update .input-box .input-box__inline:first-child {
  width: 6rem;
}

.wdw-type .hd .member-update .input-box.rows02,
.wdw-type .hd .member-update .input-box.rows03 {
  line-height: 3.5rem;
}

.wdw-type .hd .member-update .input-box.rows02 .btn-full {
  max-width: 10rem;
}

.wdw-type .hd .member-update .input-box.rows02 .input-box__inline:nth-child(1) {
  width: 6rem;
}

.wdw-type .hd .member-update .input-box.rows02 .input-box__inline:nth-child(2) {
  width: calc(100% - 120px);
}

.wdw-type .hd .member-update .input-box.rows03 .input-box__inline:nth-child(1) {
  width: 6rem;
}

.wdw-type .hd .member-update .input-box.rows03 .input-box__inline:nth-child(2) {
  width: 12.5rem;
}

.wdw-type .hd .member-update .input-box.rows03 .input-box__inline:nth-child(3) {
  width: 10rem;
}

.wdw-type .hd .member-update .input-box.rows03 .checkbox-round + .checkbox-round {
  margin-left: 1rem;
}

.wdw-type .popup_pwChange .popup_pwChange__txt {
  font-size: 1.1rem;
}

.wdw-type .popup_pwChange .member-box {
  border-top: 0 !important;
}

.wdw-type .popup_pwChange .popup_pwChange__desc {
  margin-top: 1rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
  color: #918c00;
}

.wdw-type .layer_wrap {
  z-index: 10000;
  position: relative;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
}

.wdw-type .layer_wrap.fade_out {
  position: fixed;
  top: 0;
  left: 50%;
  width: 32rem;
  height: 100vh;
  overflow: hidden;
  transform: translateX(-50%);
}

.wdw-type .layer_wrap.fade_out .layer_btn,
.wdw-type .layer_wrap.fade_out .layer_header {
  position: absolute;
}

.wdw-type .layer_wrap.active .layer_btn,
.wdw-type .layer_wrap.active .layer_header {
  position: fixed;
}

.wdw-type .layer_header {
  position: fixed;
  z-index: 11000;
  top: 0;
  left: 50%;
  height: 4.6rem;
  width: 32rem;
  border-bottom: 1px solid #dfdfdf;
  background: #fff;
  transform: translateX(-50%);
}

.wdw-type .layer_header h2 {
  height: 100%;
  padding: 1.35rem 4.75rem 0 1.9rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -1.2px;
}

.wdw-type .layer_content {
  padding: 4.65rem 0 0;
  width: 32rem;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  box-sizing: border-box;
}

.wdw-type .layer_content .sys_pop_btn {
  margin-top: 0;
}

.wdw-type .layer_btn {
  position: fixed;
  z-index: 12000;
  top: 0;
  left: calc(50% + 11.6rem);
  margin-top: 0.75rem;
}

.wdw-type .search_complete {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.wdw-type .search_complete span {
  color: #ff0000;
}

.wdw-type .addressSearch {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wdw-type .addressSearch .layer_header {
  position: absolute !important;
  height: auto;
}

.wdw-type .addressSearch .layer_header h2 {
  padding: 0.95rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
}

.wdw-type .addressSearch .layer_content {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.wdw-type #zipAreaFrame > div {
  overflow: visible !important;
}

.wdw-type #zipAreaFrame iframe {
  height: calc(100vh - 70px) !important;
  transform-origin: 0 0;
  transform: scale(1);
  margin-top: 3.5rem !important;
}

.wdw-type .addressSearch .layer_content > div {
  width: 100%;
  height: 100%;
}

.wdw-type .addressSearch .btn_icon.close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  transform: translate3d(0, -50%, 0);
  box-sizing: content-box;
}

.wdw-type .addressSearch .btn_icon.close:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.15rem;
  height: 2rem;
  background: #1c1c1c;
  transform: rotate(45deg);
  content: '';
}

.wdw-type .addressSearch .btn_icon.close:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.15rem;
  height: 2rem;
  background: #1c1c1c;
  transform: rotate(-45deg);
  content: '';
}

.wdw-type .addressSearch.active {
  display: block;
}

.wdw-type .tab_con {
  display: none;
}

.wdw-type .tab_con.on {
  display: block;
}

.wdw-type .tab__area {
  margin-top: 0;
}

.wdw-type .tab__area ul {
  height: auto;
  border-bottom: none;
  padding-top: 0;
}

.wdw-type .tab__area ul:after {
  display: block;
  clear: both;
  content: '';
}

.wdw-type .tab__area ul li {
  float: left;
  width: 14.5rem;
  height: 3.5rem;
  border: 1px solid #ccc;
  margin-left: -0.05rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  border-bottom: 0.15rem solid #918c00;
  text-align: center;
}

.wdw-type .tab__area ul li:first-child {
  margin-left: 0;
}

.wdw-type .tab__area ul li a {
  display: block;
}

.wdw-type .tab__area ul li a span {
  height: 3.5rem;
  line-height: 3.5rem;
  font-weight: 400;
  color: #1c1c1c;
}

.wdw-type .tab__area ul li.on {
  position: relative;
  border: 0.15rem solid #918c00;
  border-bottom: none;
}

.wdw-type .tab__area ul li.on a span {
  font-weight: 600;
}

.wdw-type .tab__area ul li.on a > span:after {
  display: none;
}

.wdw-type .hd .mypage__btn {
  margin-top: 1rem;
}

.wdw-type .hd .mypage__btn:after {
  content: '';
  display: block;
  clear: both;
}

.wdw-type .hd .mypage__btn .mypage__btn-left {
  float: left;
  width: 11rem;
}

.wdw-type .hd .mypage__btn .mypage__btn-left button {
  width: 100%;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .hd .mypage__btn .mypage__btn-right {
  float: right;
}

.wdw-type .hd .mypage__btn .mypage__btn-right button {
  width: 5.5rem;
  height: 2.75rem;
  margin-left: 0.5rem;
  line-height: 2.75rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .hd .mypage__info > li {
  border-bottom: 0.15rem solid #1c1c1c;
  padding: 1rem 0;
}

.wdw-type .hd .mypage__info > li:first-child {
  border-top: 0.15rem solid #1c1c1c;
}

.wdw-type .hd .mypage__info > li .defult {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #918c00;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd .mypage__info .mypage__info__sec {
  position: relative;
  padding-left: 6.75rem;
  font-size: 1.1rem;
  color: #1c1c1c;
  line-height: 1.9rem;
}

.wdw-type .hd .mypage__info .mypage__info__sec .mypage__info__txt {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.wdw-type .hd .mypage__info .mypage__info__sec.dawn__info {
  padding-left: 0;
}

.wdw-type .hd .mypage__info .mypage__info__sec.dawn__info .mypage__info__txt {
  display: block;
  position: relative;
}

.wdw-type .hd .mypage__info .mypage__info__sec.dawn__info .dawn__info__list {
  margin-top: 0.5rem;
  padding: 1rem 1.25rem;
  background: #f5f5f5;
  line-height: 1.9rem;
  font-size: 1.1rem;
}

.wdw-type .hd .mypage__info .mypage__info__sec.dawn__info .dawn__info__list span {
  display: block;
}

.wdw-type .hd .deliveryAdmin .btn-area,
.wdw-type .hd .memberAccount .btn-area {
  margin-top: 2rem;
}

.wdw-type .hd .memberAccount .btn-area button {
  font-weight: 600;
}

.wdw-type .withDraw {
  padding-top: 9.5rem;
}

.wdw-type .withDraw .opinion .input-box {
  width: 29rem;
}

.wdw-type .withDraw .opinion .input-box textarea {
  width: 100%;
  box-sizing: border-box;
  height: 10rem;
  border: 1px solid #bfbfbf;
  padding: 1.25rem;
  font-size: 1.1rem;
}

.wdw-type select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 3.3rem;
  padding: 0 4rem 0 1rem;
  border-radius: 0;
  font-size: 1.2rem !important;
  border: 1px solid #BEBEBE;
  color: #1c1c1c;
}

.wdw-type .input_text {
  width: 100%;
  height: 3.3rem;
  background: #fff;
  color: #000;
  border-radius: 0;
  font-size: 1.2rem;
  border: 1px solid #9f9f9f;
  letter-spacing: -.02em;
  padding: 0 1rem;
  box-sizing: border-box;
}

.wdw-type .textarea_box {
  position: relative;
  display: block;
  height: 8.5rem;
  padding: 0 0 3rem;
  box-sizing: border-box;
  border: 1px solid #9f9f9f;
  border-top: none;
}

.wdw-type .textarea_box textarea {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.5;
  font-size: 1.2rem;
  resize: none;
  background: 0 0;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-line;
}

.wdw-type .text_count {
  position: absolute;
  bottom: 1.1rem;
  right: 1.5rem;
  font-size: 1rem;
  color: #9f9f9f;
}

.wdw-type .p-color {
  color: #918c00;
}

.wdw-type .form_box {
  display: none;
}

.wdw-type figure {
  text-align: center;
}

.wdw-type figure img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.wdw-type figure:after {
  display: inline-block;
  position: relative;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.wdw-type .ml25 {
  margin-left: 1.25rem;
}

.wdw-type .orderPayment_h3 {
  padding: 1.25rem 0;
  font-size: 1.2rem;
  color: #1c1c1c;
  font-weight: 600;
}

.wdw-type .checks_box {
  font-size: 1.1rem;
}

.wdw-type .checks_box label {
  margin: 0 1.6rem 0 0;
}

.wdw-type .blind {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -0.05rem;
  width: 0.05rem;
  height: 0.05rem;
}

.wdw-type .input--dim {
  background: #f9f9f9 !important;
}

.wdw-type .btn--findAdd {
  width: 6.2rem;
  height: 3.5rem;
  margin-left: 0.4rem;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.1rem;
  text-align: center;
  line-height: 3.3rem;
  background: #fff;
  border: 1px solid #ccc;
  color: #1c1c1c;
  vertical-align: inherit !important;
}

.wdw-type .orderPayment_h2.first {
  border-top-color: #fff;
}

.wdw-type .orderPayment_h2 {
  position: relative;
  padding: 1.25rem 1.5rem 1.35rem 0;
  border-top: 0.25rem solid #918c00;
  border-bottom: 1px solid #ccc;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 600;
  transition: background 0.4s;
}

.wdw-type .orderPayment_h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.5rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  background: url(/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png) no-repeat;
  background-size: 100%;
  transition: transform .3s;
}

.wdw-type .orderPayment_h2:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  font-size: 0;
}

.wdw-type .orderPayment_h2 span {
  display: none;
  color: #918c00;
  line-height: 1.5;
  font-size: 0.9rem;
  font-weight: normal;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}

.wdw-type .orderPayment_h2 span strong {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

.wdw-type .orderPayment_h2 em {
  display: inline-block;
  color: #888;
  font-size: 0.9rem;
  font-weight: normal;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}

.wdw-type .btn-area {
  display: flex;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.wdw-type .form_title {
  display: block;
  margin-top: 1.25rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .form_text {
  margin-top: 0.5rem;
  line-height: 1.5;
  font-size: 1.1rem;
}

.wdw-type .form_text span {
  font-weight: 600;
  color: #918c00;
}

.wdw-type .form_title .necessar {
  margin-left: 0.35rem;
  font-weight: 400;
  color: #918c00;
}

.wdw-type .form_title + .input_type {
  margin-top: 1.25rem;
}

.wdw-type .form_title .guide {
  display: inline-block;
  margin-top: 3px;
  float: right;
  font-size: 0.9rem;
  font-weight: 100;
  color: #707070;
}

.wdw-type .input_type.year input:first-child {
  width: 12rem;
}

.wdw-type .input_type.year input {
  width: 7.5rem;
}

.wdw-type .input_type.phone input {
  width: 8.25rem;
  padding-left: 1.1rem;
}

.wdw-type .input_type.phone span {
  display: inline-block;
  width: 0.3rem;
  height: 0.1rem;
  margin: -0.5rem 0.55rem 0;
  background: #888;
  vertical-align: middle;
  text-indent: -9999px;
}

.wdw-type .input_type.phone2 .phone2-check {
  position: relative;
}

.wdw-type .input_type.phone2 .phone2-check .input_text {
  width: 100% !important;
  text-align: left !important;
}

.wdw-type .input_type.phone2 .phone2-check .timer {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}

.wdw-type .input_type.email input {
  width: 100%;
}

.wdw-type .input_type.email span {
  display: none;
  margin: 0 0.7rem 0 0.65rem;
  font-size: 1.4rem;
  color: #9f9f9f;
  vertical-align: middle;
}

.wdw-type .input_type.email span + select {
  display: none;
  width: 13.5rem;
  background-position: 10.2rem 0;
}

.wdw-type .input_type.adress [class*="input"] {
  margin: 0 0 0.5rem;
}

.wdw-type .input_type.pin {
  display: flex !important;
  align-items: center;
}

.wdw-type .input_type.pin input {
  margin: 0 !important;
  width: 4.3rem !important;
  padding: 0;
  text-align: center !important;
}

.wdw-type .input_type.pin span {
  display: inline-block;
  width: 0.3rem;
  height: 0.1rem;
  margin: 0 0.5rem 0;
  background: #888;
  vertical-align: middle;
  text-indent: -9999px;
}

.wdw-type .input_type.pin .btn-green {
  margin-left: 0.5rem;
  padding: 0 1.35rem;
}

.wdw-type .save_chk_box {
  margin-top: 2rem;
}

.wdw-type .save_chk_box .checks {
  height: 2rem;
  width: 2rem;
  margin-right: 0.6rem;
}

.wdw-type .save_chk_box .checks.on {
  background-image: url(/mobile/img/check2_on.png);
}

.wdw-type .save_chk_box label {
  margin: 0;
  font-size: 1.2rem;
  color: #5f5f5f;
  vertical-align: middle;
}

.wdw-type .form_box .section.b_st {
  border-top: 1px solid #dfdfdf;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.wdw-type .form_box .lunch__txt {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .point_score {
  overflow: hidden;
  max-width: 18.75rem;
}

.wdw-type .point_score .score_text {
  float: right;
  color: #ff0000;
}

.wdw-type .layer_check {
  margin-top: 1.5rem;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #5f5f5f;
}

.wdw-type .layer_check label {
  display: inline-block;
  vertical-align: top;
}

.wdw-type .layer_check .checks {
  margin-left: 0.5rem;
  vertical-align: top;
}

.wdw-type .form_info {
  font-size: 1.2rem;
  color: #5f5f5f;
}

.wdw-type .form_info .necessar:before {
  vertical-align: middle;
}

.wdw-type .ordererInfo .pw-desc {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 0.9rem;
  font-size: 1.1rem;
  color: #888;
  line-height: 1.6rem;
}

.wdw-type .ordererInfo .pw-desc:before {
  content: '*';
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
}

.wdw-type .ordererInfo .btn-arr {
  padding: 0.75rem;
  width: 100% !important;
  min-height: 3.25rem !important;
  height: auto !important;
  line-height: 1.3 !important;
}

.wdw-type .ordererInfo .btn-arr__txt {
  display: block;
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #888;
}

.wdw-type .ordererInfo .btn-arr__txt dt {
  float: left;
  margin-top: 0.25rem;
  width: 50%;
}

.wdw-type .ordererInfo .btn-arr__txt dt:nth-of-type(1) {
  margin-top: 0;
}

.wdw-type .ordererInfo .btn-arr__txt dd {
  float: right;
  margin-top: 0.25rem;
  width: 50%;
}

.wdw-type .ordererInfo .btn-arr__txt dd:nth-of-type(1) {
  margin-top: 0;
}

.wdw-type .ordererInfo .guide {
  padding-left: 1.25rem;
  margin-top: 0.55rem;
  line-height: 1.6rem;
  font-size: 1rem;
  text-indent: -1.25rem;
  letter-spacing: -0.05rem;
  color: #888;
}

.wdw-type .deliveryInfo .deliveryInfo-tab {
  display: none;
}

.wdw-type .deliveryInfo .deliveryInfo-tab.current {
  display: block;
}

.wdw-type .deliveryInfo .tab-area-v2 .tab-list-v2 {
  border-top: none !important;
}

.wdw-type .deliveryInfo .tab-area-v2 .tab-list-v2:last-child {
  border-left: 0;
}

.wdw-type .deliveryInfo .ordererInfo--safeNumber {
  margin: 0.75rem 0;
  letter-spacing: -0.9px;
  white-space: nowrap;
}

.wdw-type .deliveryInfo .ordererInfo--safeNumber .checks {
  font-size: 1.075rem;
}

.wdw-type .deliveryInfo .ordererInfo--Qmark, .wdw-type .ordererInfo .ordererInfo--Qmark {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.1rem 0 0 0.25rem;
  vertical-align: top;
  background: url(/front_mo/images/icon_order-payment_Qmark-8e8681fa43d498fa3efd4f65bb5e6e2f.png) no-repeat 50% 50%;
  background-size: 1.5rem 1.5rem;
}

.wdw-type .deliveryInfo.type-5 .tab-area-v2 .tab-list-v2 {
  width: 100%;
  border: 0;
}

.wdw-type .deliveryInfo.type-5 .tab-area-v2 .tab-list-v2 a {
  border: solid 1px #ccc;
}

.wdw-type .deliveryInfo.type-5 .orderPayment_h2 {
  border-bottom: 0;
}

.wdw-type .deliveryInfo.type-5 .orderPayment_h2 span {
  display: block;
}

.wdw-type .deliveryInfo.type-5 .new--sameAs, .wdw-type .deliveryInfo.type-5 .new--checks_box {
  display: none;
}

.wdw-type .ordinary {
  padding-top: 1.25rem;
}

.wdw-type .ordinary .check-label .check-area {
  top: 0 !important;
  margin-top: 0.6rem;
}

.wdw-type .ordinary .btn--deliveryList {
  margin-bottom: 0.5rem;
  text-align: right;
}

.wdw-type .ordinary .btn--deliveryList button {
  width: 9rem;
  height: 2.75rem;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .ordinary--listbox .ordinary--list {
  padding: 0 0 1.25rem;
}

.wdw-type .ordinary--listbox .ordinary--list:not(:first-child) {
  padding: 1.25rem 0;
  border-top: 1px solid #ccc;
}

.wdw-type .ordinary--listbox .contbox {
  padding-left: 2.75rem;
}

.wdw-type .ordinary--listbox .contbox .contbox--list {
  font-size: 1.1rem;
}

.wdw-type .ordinary--listbox .contbox .contbox--list:not(:first-child) {
  margin-top: 0.75rem;
  font-size: 1.1rem;
}

.wdw-type .ordinary--listbox .contbox .contbox--list .default {
  color: #918c00;
}

.wdw-type .lunch {
  padding-top: 1.25rem;
}

.wdw-type .lunch .contbox {
  padding-left: 0;
}

.wdw-type .lunch .contbox .contbox--list.desc {
  position: relative;
  padding-left: 0.5rem;
  color: #918c00;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  word-break: keep-all;
}

.wdw-type .lunch .contbox .contbox--list.desc:before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: #918c00;
}

.wdw-type .demand .input_type {
  display: block;
}

.wdw-type .demand .input_type select {
  background: #fff url(/front_mo/images/icon_market_drop-down-on-9140ca33fb9dc50bc6c0acce045f6fd5.png) no-repeat right 1rem top 50%;
  background-size: 1.25rem auto;
}

.wdw-type .demand .textarea_box {
  display: none;
}

.wdw-type .new--zipCode {
  width: 8.35rem !important;
}

.wdw-type .new--sameAs {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}

.wdw-type .new--checks_box {
  padding: 1.5rem 0 1.25rem;
  border-bottom: 1px solid #ccc;
}

.wdw-type .dawnDelivery {
  position: relative;
}

.wdw-type .dawnDelivery .dawnDelivery--desc {
  padding: 1.5rem 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .dawnDelivery .dawnDelivery--desc strong {
  color: #1c1c1c;
}

.wdw-type .dawnDelivery .dawnDelivery--desc strong:after {
  display: block;
  margin-bottom: -1rem;
  content: '';
}

.wdw-type .dawnDelivery .dawnDelivery--desc span {
  font-size: 1.15rem;
  color: #ff0000;
}

.wdw-type .dawnDelivery .dawnDelivery--desc p {
  padding-left: 1.25rem;
  margin-top: 0.25rem;
  font-size: 1rem;
  text-indent: -1.25rem;
  letter-spacing: -0.05rem;
  color: #888;
}

.wdw-type .dawnDelivery .normal-delivery {
  position: absolute;
  top: 1.5rem;
  right: 0;
}

.wdw-type .dawnDelivery-info .infobox {
  padding: 2rem 0.75rem;
  background: #f5f5f5;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list {
  margin-top: 1.5rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list.desc {
  margin-top: 1.5rem;
  line-height: 1.6;
  word-break: keep-all;
  color: #555;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list.desc .tit {
  display: block;
  margin-bottom: 1.5rem;
  color: #918c00;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list.desc .colorOR {
  display: block;
  color: #918c00;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list:first-child {
  margin-top: 0;
}

.wdw-type .dawnDelivery-info .infobox .visit-way {
  display: none;
}

.wdw-type .dawnDelivery-info .infobox .visit-way.show {
  display: block;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .cont .check-label.pw-area {
  margin-bottom: 0.5rem;
}

.wdw-type .dawnDelivery-info .infobox .visit-way .input_text {
  display: none;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .title {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .title strong {
  font-size: 1rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .title-v2 {
  width: 10.2rem;
  line-height: 1.6rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .cont {
  font-size: 1rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .cont .check-label {
  display: inline-block;
  height: 2rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .cont .check-label input[type=checkbox]:checked + .check-icon {
  display: block;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .cont .check-label .text {
  padding-left: 2.5rem;
  height: 2rem;
  line-height: 2rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .cont .input_text {
  margin-bottom: 0.5rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .mb15 {
  margin-bottom: 0.75rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .ml25 {
  margin-left: 1.25rem;
}

.wdw-type .dawnDelivery-info .infobox .infobox--list .ml50 {
  margin-left: 2.5rem;
}

.wdw-type .dawnDelivery-info .checks_box {
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0;
}

.wdw-type .seperate .orderPayment_h3 {
  border-top: 1px solid #ccc;
}

.wdw-type .seperate .seperate__cont {
  display: none;
  margin-top: 1rem;
  border-top: 1px solid #ccc;
}

.wdw-type .seperate .seperate--desc {
  border-top: 1px solid #ccc;
  padding: 0.75rem 0;
  font-size: 1.055rem;
  line-height: 1.6rem;
}

.wdw-type .discount-area .accordion_con {
  padding-bottom: 0 !important;
}

.wdw-type .discount-area .coupon-wrap .coupon-list {
  position: relative;
  margin-top: -1px;
  padding: 1.5rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

.wdw-type .discount-area .coupon-wrap .coupon-list:first-child {
  border-top: 0;
}

.wdw-type .discount-area .coupon-wrap .coupon-list button:not(.btn-full) {
  width: 10rem;
  height: 2.75rem;
  color: #fff;
  font-size: 1.1rem;
  background: #918c00;
  text-align: center;
  position: absolute;
  right: 0;
  top: 2rem;
  transform: none;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .btn-full {
  display: block;
  width: 100%;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .coupon--tit {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .coupon--cont {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: -0.01rem;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .coupon--cont.after2 button {
  top: 61% !important;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .guide {
  font-size: 1rem;
  color: #888;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .tb_logo {
  display: inline-block;
  margin-top: 0.5rem;
  width: 15rem;
  height: 1rem;
  font-size: 0;
  background: url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=230523") no-repeat;
  background-position: 0 -11.55rem;
  background-size: 32rem;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .input_type {
  display: block;
  margin-top: 0.75rem;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .input_type:not(.phone) .input_text {
  width: 16.1rem;
  margin-right: 1rem;
  text-align: right;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .input_type > p {
  margin-bottom: 0.5rem;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .coupon--Qmark {
  display: inline-block;
  float: right;
  width: 1.5rem;
  height: 1.7rem;
  margin-left: 0.35rem;
  background: url(/front_mo/images/icon_order-payment_Qmark-8e8681fa43d498fa3efd4f65bb5e6e2f.png) no-repeat 0 0;
  background-size: 1.5rem 1.5rem;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .coupon_poss_bg {
  border-color: #918c00;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .name {
  display: inline-block;
  max-width: 243px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .btn-arr, .wdw-type .payment-method .cash_receipts {
  display: block;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  width: 100%;
  height: auto !important;
  line-height: 1.4rem !important;
  font-size: 1.1rem !important;
  box-sizing: border-box;
  background: #efefef !important;
  border-color: #dadada !important;
}

.wdw-type .discount-area .coupon-wrap .coupon-list .btn-arr span, .wdw-type .payment-method .cash_receipts span {
  display: block;
  font-size: 1rem;
  color: #888;
}

.wdw-type .item-confirm__desc {
  position: relative;
  margin-top: 1rem;
  padding-left: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .item-confirm__desc:before {
  content: "*";
  display: inline-block;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.wdw-type .item-confirm .orderPayment_h3 {
  padding: 1.5rem 0 1.25rem;
  border-bottom: 1px solid #1c1c1c;
}

.wdw-type .hd__orderCommon .price-area {
  margin-top: 1.25rem;
}

.wdw-type .hd__orderCommon .price-area.accordion_con {
  margin-top: 0;
  padding-top: 1.25rem;
}

.wdw-type .hd__orderCommon .price-area li {
  width: 100%;
  margin: 0.75rem 0 0;
  font-size: 1.1rem;
}

.wdw-type .hd__orderCommon .price-area li:first-child {
  margin-top: 0;
}

.wdw-type .hd__orderCommon .price-area li:after {
  display: block;
  clear: both;
  content: '';
}

.wdw-type .hd__orderCommon .price-area li .tit {
  display: inline-block;
  text-align: left;
}

.wdw-type .hd__orderCommon .price-area li .price {
  display: inline-block;
  float: right;
  text-align: right;
}

.wdw-type .hd__orderCommon .price-area .delivery-fee {
  background: #f5f5f5;
  width: 100%;
  margin-top: 1.5rem;
  padding: 1.25rem 0;
  border-top: 0.05rem solid #ccc;
  border-bottom: 0.05rem solid #ccc;
  font-weight: 600;
}

.wdw-type .hd__orderCommon .price-area .delivery-fee .condi {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 0.5rem;
  font-weight: 400;
}

.wdw-type .hd__orderCommon .delivery-fee {
  width: 27rem;
  width: 100%;
  box-sizing: border-box;
  padding: 1.25rem 0;
  background: transparent;
  border-top: 0;
  border-top: 1px solid #ccc;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .hd__orderCommon .delivery-fee:last-child {
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd__orderCommon .delivery-fee .tit {
  display: inline-block;
  text-align: left;
}

.wdw-type .hd__orderCommon .delivery-fee .price {
  display: inline-block;
  float: right;
  text-align: right;
}

.wdw-type .hd__orderCommon .delivery-fee .condi {
  display: block;
  width: 100%;
  text-align: right;
  margin-top: 0.5rem;
  font-weight: 400;
}

.wdw-type .hd__orderCommon .delivery-fee .delivery-fee-limit {
  text-align: right;
}

.wdw-type .hd__orderCommon .delivery-fee .delivery-fee-limit em {
  color: #918c00;
  font-weight: bold;
}

.wdw-type .item-confirm .gift {
  position: relative;
  min-height: 3.65rem;
  margin-top: 1.25rem;
  padding: 0.8rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.wdw-type .item-confirm .gift .thumb {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 4rem;
  height: 3.65rem;
}

.wdw-type .item-confirm .gift .textbox {
  padding-left: 5rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .item-confirm .gift .textbox li:first-child {
  margin: 0;
}

.wdw-type .item-confirm .planMeals-item .btn--listMore {
  border-bottom: 1px solid #ccc;
}

.wdw-type .item-confirm .planMeals-item {
  padding-bottom: 0;
}

.wdw-type .item-confirm .planMeals-item .item-wrap {
  padding: 1.25rem 0 0;
  border-top: 0;
}

.wdw-type .item-confirm .planMeals-item .item-wrap.planmeals .meals-delivery {
  width: 100%;
  box-sizing: border-box;
  margin-top: 1rem;
  padding: 1.25rem 0;
  background: transparent;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .item-confirm .planMeals-item .item-wrap.planmeals .meals-delivery__tit {
  display: inline-block;
  text-align: left;
}

.wdw-type .item-confirm .planMeals-item .item-wrap.planmeals .meals-delivery__price {
  display: inline-block;
  text-align: right;
}

.wdw-type .item-confirm .planMeals-item .item-wrap:first-child {
  border-top: 0;
}

.wdw-type .item-confirm .planMeals-item .title {
  padding-bottom: 1.25rem;
  font-size: 1.1rem;
}

.wdw-type .item-confirm .planMeals-item .detail-view {
  position: relative;
  height: 2.65rem;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  text-align: center;
  line-height: 2.65rem;
}

.wdw-type .item-confirm .planMeals-item .detail-view:after {
  display: block;
  position: absolute;
  top: 1.1rem;
  left: 17.3rem;
  width: 0.85rem;
  height: 0.5rem;
  background: url(/front_mo/images/btn_menu_drop-down-c697a432138002b0a89ba9161a52874d.png) no-repeat 0 0;
  background-size: 0.85rem 0.5rem;
  content: '';
}

.wdw-type .item-confirm .planMeals-item .product--plan {
  display: none;
}

.wdw-type .item-confirm .planMeals-item .detail-cont {
  max-width: 29rem;
}

.wdw-type .item-confirm .planMeals-item .detail-cont thead th {
  overflow: hidden;
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  clip: rect(1px 1px 1px 1px);
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 400;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody th strong {
  display: block;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody td {
  padding: 1.5rem 0 1.5rem 1rem;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  color: #1c1c1c;
  line-height: 1.6rem;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody td .num {
  font-weight: 600;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody td .gift {
  border-bottom: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody td .gift:last-child {
  padding-bottom: 0;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody td .gift .thumb {
  position: static;
  margin-right: 0.5rem;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody td .gift .textbox {
  padding-left: 0;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody td .gift {
  padding: 0.5rem 0;
  border: 0;
}

.wdw-type .item-confirm .planMeals-item .detail-cont tbody td .gift + .item-title {
  border-top: 0.05rem solid #ccc;
  padding-top: 1rem;
}

.wdw-type .normal-item .item-wrap {
  border-top: 1px solid #ccc;
}

.wdw-type .normal-item .item-wrap:first-child {
  border-top: 0;
}

.wdw-type .item-confirm .item__inner {
  padding: 1rem 0;
}

.wdw-type .item-confirm .item .item-info {
  position: relative;
  min-height: 5rem;
  height: auto;
  margin: 0 0 1.25rem 0;
}

.wdw-type .item-confirm .item .item-info + .item-info {
  margin-top: 1.25rem;
}

.wdw-type .item-confirm .item .item-info .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
}

.wdw-type .item-confirm .item .item-info .textbox {
  padding-left: 6rem;
  font-size: 1.1rem;
}

.wdw-type .item-confirm .item .item-info .textbox li {
  margin-bottom: 0.25rem;
}

.wdw-type .item-confirm .item .item-info .textbox li.due-date {
  color: #918c00;
}

.wdw-type .item__box {
  display: block;
}

.wdw-type #orderPayment .item-confirm .item {
  border-top: 1px solid #ccc;
}

.wdw-type #orderPayment .item-confirm .item:first-child {
  border-top: 0;
}

.wdw-type .payment-amount .detail-box {
  margin-top: 0.75rem;
  padding: 1rem;
  background: #f5f5f5;
}

.wdw-type .payment-amount .detail-box li:last-child {
  margin-bottom: 0;
}

.wdw-type .payment-amount li.total-area {
  margin-top: 1.5rem;
  padding: 1.5rem 0 0.25rem;
  border-top: 1px solid #ccc;
}

.wdw-type .payment-amount li.total-area .tit {
  font-size: 1.3rem;
}

.wdw-type .payment-amount li.total-area .price {
  position: relative;
  margin-top: -0.5rem;
  font-size: 1.8rem;
}

.wdw-type .payment-amount li.total-area .desc {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  font-size: 1.1rem;
  text-align: right;
}

.wdw-type .payment-amount li.total-area .desc .icon {
  display: inline-block;
  margin-right: 0.25rem;
  padding: 0.15rem 0.5rem 0.2rem;
  font-size: 0.95rem;
  color: #fff;
  background: #ff0000;
  border-radius: 0.75rem;
}

.wdw-type .payment-amount li.total-area .price:before {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #F9D983;
  content: '';
}

.wdw-type .payment-method .pay-type > ul, .wdw-type .payment-method .pay-type .box {
  width: calc(100% + 0.5rem);
  margin: 0 0 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.wdw-type .payment-method .pay-type > ul ul, .wdw-type .payment-method .pay-type .box ul {
  width: 100%;
}

.wdw-type .payment-method .pay-type > ul li, .wdw-type .payment-method .pay-type .box li {
  position: relative;
  width: calc(50% - 0.5rem);
  height: 3.4rem;
  line-height: 3.4rem;
  margin: 0.5rem 0 0 0.5rem;
  background: #fff;
  color: #000;
  font-size: 1.1rem;
  text-align: center;
  box-sizing: border-box;
}

.wdw-type .payment-method .pay-type > ul li.on, .wdw-type .payment-method .pay-type .box li.on {
  background-color: #918c00;
  border: none;
  color: #fff;
}

.wdw-type .payment-method .pay-type > ul li label, .wdw-type .payment-method .pay-type .box li label {
  display: block;
  border: 1px solid #BEBEBE;
}

.wdw-type .payment-method .pay-type > ul li input:checked + label, .wdw-type .payment-method .pay-type .box li input:checked + label {
  color: #fff;
  background-color: #918c00;
  border-color: #918c00;
}

.wdw-type .payment-method .pay-type > ul li input:disabled + label, .wdw-type .payment-method .pay-type .box li input:disabled + label {
  background: rgba(0, 0, 0, 0.5);
}

.wdw-type .payment-method .pay-type > ul li.event:before, .wdw-type .payment-method .pay-type .box li.event:before {
  position: absolute;
  left: -0.3rem;
  top: 0;
  width: 3rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.8rem;
  font-weight: bold;
  color: #1c1c1c;
  text-align: center;
  background: #ded600;
  content: 'EVENT';
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.wdw-type .payment-method .pay-type > ul li.event:after, .wdw-type .payment-method .pay-type .box li.event:after {
  position: absolute;
  left: -0.3rem;
  top: 1.5rem;
  width: 0;
  height: 0;
  border-bottom: 0.15rem solid transparent;
  border-top: 0.15rem solid #ded600;
  border-right: 0.3rem solid #ded600;
  border-left: 0.15rem solid transparent;
  content: '';
}

.wdw-type .payment-method .pay-type > ul li.full, .wdw-type .payment-method .pay-type .box li.full {
  width: calc(100% - 0.5rem);
}

.wdw-type .payment-method .pay-type .box-wrap {
  display: none;
}

.wdw-type .payment-method .pay-type .box-wrap.on {
  display: block;
}

.wdw-type .payment-method .pay-type .box-cont {
  margin-bottom: 1rem;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit {
  margin-top: 1.5rem;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit .accordion_title {
  color: #ff0000;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit .accordion_title span {
  margin-left: 0.25rem;
  vertical-align: bottom;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit .accordion_title span::before {
  display: inline-block;
  line-height: 1.2;
  font-size: 0.95rem;
  content: '보기';
  border-bottom: 1px solid;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit .accordion_con {
  border-top: 0;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit .accordion_con .notice {
  margin-top: 0.5rem;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit .paybenefit-text {
  margin-bottom: 0.75rem;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit .paybenefit-text .bf-tit {
  margin-bottom: 0.35rem;
  font-weight: 700;
  color: #918c00;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit .paybenefit-text .bf-txt .guide {
  margin-top: 0.35rem;
  color: #888;
}

.wdw-type .payment-method .pay-type .box-cont .paybenefit.on .accordion_title span::before {
  content: '접기';
}

.wdw-type .payment-method .pay-type__tit {
  display: block;
  margin: 1.25rem 0 0.5rem;
}

.wdw-type .payment-method .pay-type__tit .checkbox__label > * {
  margin-right: 0.2rem;
}

.wdw-type .payment-method .pay-type__tit span {
  letter-spacing: -0.015rem;
}

.wdw-type .payment-method .pay-type__tit span.green {
  color: #918c00;
}

.wdw-type .payment-method .pay-type .paycheck .paybenefit {
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  padding: 0.31rem 0.5rem 0.345rem;
  line-height: 1;
  font-size: 0.95rem;
  color: #fff;
  border-radius: 1rem;
  background: #918c00;
  letter-spacing: -0.02rem;
}

.wdw-type .payment-method .pay-type .paycheck .paybenefit::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 0.35rem solid #918c00;
  border-top: 0.35rem solid transparent;
  border-left: 0.35rem solid #918c00;
  border-right: 0.4rem solid transparent;
  content: '';
}

.wdw-type .payment-method .pay-type input:checked + label + .paybenefit {
  background: #FF0000;
}

.wdw-type .payment-method .pay-type input:checked + label + .paybenefit::after {
  border-bottom-color: #ff0000;
  border-left-color: #ff0000;
}

.wdw-type .payment-method .kakao label {
  background: url(/front_pc/images/ico_kakao_black-76ad9ecc333f6d1ee3b4fde33e5f64db.png) no-repeat 50% 50%;
  background-size: 3rem;
  font-size: 0;
}

.wdw-type .payment-method .kakao input:checked + label {
  background: #918c00 url(/front_pc/images/ico_kakao_white-0752938007c3be7bb1377d9a9edd6d72.png) no-repeat 50% 50%;
  background-size: 3rem;
}

.wdw-type .payment-method .naver input + label {
  position: relative;
  font-size: 0;
}

.wdw-type .payment-method .naver input + label:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.65rem 0 0 -1.65rem;
  width: 3.3rem;
  height: 1.3rem;
  background-image: url(/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png);
  background-position: -6.8rem 0;
  background-size: 32rem;
  content: '';
}

.wdw-type .payment-method .naver input:checked + label {
  border-color: #03C75A !important;
  background-color: #03C75A !important;
}

.wdw-type .payment-method .naver input:checked + label:after {
  background-position: -10.3rem 0;
}

.wdw-type .payment-method .samsung input + label {
  position: relative;
  font-size: 0;
}

.wdw-type .payment-method .samsung input + label:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.85rem 0 0 -1.925rem;
  width: 3.85rem;
  height: 1.7rem;
  background-image: url(/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png);
  background-position: -4.95rem -1.75rem;
  background-size: 32rem;
  content: '';
}

.wdw-type .payment-method .samsung input:checked + label:after {
  background-position: -9.1rem -1.75rem;
}

.wdw-type .payment-method .greating input + label {
  position: relative;
}

.wdw-type .payment-method .greating input + label:before {
  display: inline-block;
  margin-top: 0.05rem;
  width: 7.25rem;
  height: 3.2rem;
  background-image: url("/front_mo/images/pay-type-c53e517a1f0d8d5f32728b2ff8ef2216.png");
  background-position: -1.5rem 0;
  background-size: 20rem;
  vertical-align: top;
  content: '';
}

.wdw-type .payment-method .greating input:checked + label:before {
  background-position-x: 8.5rem;
}

.wdw-type .payment-method .toss input + label {
  position: relative;
  font-size: 0;
}

.wdw-type .payment-method .toss input + label:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 10rem;
  height: 3.5rem;
  background-image: url("/front_mo/images/pay-type-c53e517a1f0d8d5f32728b2ff8ef2216.png");
  background-position-y: -3.5rem;
  background-size: 20rem;
  transform: translateX(-50%);
  content: '';
}

.wdw-type .payment-method .toss input:checked + label {
  border-color: #3288FF !important;
  background-color: #3288FF !important;
}

.wdw-type .payment-method .toss input:checked + label:after {
  background-position-x: right;
}

.wdw-type .payment-method .kb input + label {
  position: relative;
  font-size: 0;
}

.wdw-type .payment-method .kb input + label:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.45rem 0 0 -1.475rem;
  width: 3.1rem;
  height: 1rem;
  background-image: url(/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=220105);
  background-position: -26.35rem 0;
  background-size: 32rem;
  content: '';
}

.wdw-type .payment-method .kb input:checked + label:after {
  background-position: -26.35rem -1rem;
}

.wdw-type .payment-method .hp input + label {
  position: relative;
}

.wdw-type .payment-method .hp input + label:before {
  display: inline-block;
  margin: -0.5rem 0.25rem 0 0;
  width: 3.5rem;
  height: 1.4rem;
  background-image: url(/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=2200705bc);
  background-position: -26.55rem -5.05rem;
  background-size: 32rem;
  vertical-align: middle;
  content: '';
}

.wdw-type .payment-method .hp input:checked + label:before {
  background-position-y: -6.7rem;
}

.wdw-type .payment-method .pin input + label {
  position: relative;
  font-size: 0;
}

.wdw-type .payment-method .pin input + label:after {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 10rem;
  height: 3.5rem;
  background-image: url("/front_mo/images/pay-type-c53e517a1f0d8d5f32728b2ff8ef2216.png?ver=240220");
  background-position-y: -7rem;
  background-size: 20rem;
  transform: translateX(-50%);
  content: '';
}

.wdw-type .payment-method .pin input:checked + label:after {
  background-position-x: right;
}

.wdw-type .payment-method .checks_box {
  margin-bottom: 1.25rem;
}

.wdw-type .payment-method .subscribe_date {
  padding: 20px 0;
}

.wdw-type .payment-method .subscribe_date dt {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.wdw-type .payment-method .subscribe_date dt em {
  color: #918c00 !important;
}

.wdw-type .payment-method .subscribe_date dd {
  font-size: 1.1rem;
}

.wdw-type .greating-pay {
  margin-top: 1rem;
  border: 1px solid #ccc;
}

.wdw-type .greating-pay__sec.no-card {
  text-align: center;
}

.wdw-type .greating-pay__sec.no-card .btn__add-card {
  display: block;
  width: 100%;
  padding: 2.2rem 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1c1c1c;
}

.wdw-type .greating-pay__sec.no-card .btn__add-card > span:not(.text) {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 0.75rem;
  background: #918c00;
  border-radius: 50%;
}

.wdw-type .greating-pay__sec.no-card .btn__add-card > span:not(.text):before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 1.05rem;
  background: #fff;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .greating-pay__sec.no-card .btn__add-card > span:not(.text):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 0.15rem;
  background: #fff;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .greating-pay__sec.no-card .btn__add-card span.text {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #888;
}

.wdw-type .greating-pay__sec.no-card .btn__add-card span.text .strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
  font-weight: bold;
  color: #918c00;
}

.wdw-type .safe-pay h3 {
  margin: 10px 0 15px;
  color: #1c1c1c;
  font-size: inherit;
}

.wdw-type .safe-pay .radio__wrap .check-label {
  display: inline-block;
  margin-right: 10px;
  padding-left: 2rem;
}

.wdw-type .safe-pay .radio__wrap .check-label span {
  font-size: inherit;
}

.wdw-type .safe-pay .radio__wrap p {
  margin: 15px 0 10px;
  color: #888;
  line-height: 1.6;
}

.wdw-type .samsung-pay .agree-title {
  border-top: 0;
}

.wdw-type .samsung-pay .accordion_box {
  position: relative;
  margin: 0 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.wdw-type .samsung-pay .accordion_box .accordion_title {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 0;
}

.wdw-type .samsung-pay .accordion_box .accordion_title:after {
  display: inline-block;
  width: 1.5rem;
  height: 0.8rem;
  background: url(/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png) no-repeat;
  transform: scale(0.75);
  vertical-align: middle;
  content: '';
  background-size: 100%;
}

.wdw-type .samsung-pay .accordion_box .accordion_con {
  border-top: 0 !important;
  padding-bottom: 0 !important;
  display: none;
}

.wdw-type .samsung-pay .accordion_box.on .accordion_title:after {
  transform: scale(0.75) rotate(180deg);
}

.wdw-type .samsung-pay .checkbox__label {
  display: inline-block !important;
}

.wdw-type .samsung-pay .checkbox__label:before {
  margin-right: 0.25rem !important;
  vertical-align: text-top;
}

.wdw-type .agree-title {
  padding: 0.5rem 0;
  border-top: 1px solid #ccc;
}

.wdw-type .agree-title .hd-checkbox {
  padding: 10px 0;
}

.wdw-type .agree-title .required {
  color: #918c00;
}

.wdw-type .agree-description {
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}

.wdw-type .agree-description .div-text {
  padding: 0.5rem;
  height: 5rem;
  line-height: 1.5;
  font-size: 0.9rem;
  border: 1px solid #ddd;
  overflow-y: auto;
  background: #fff;
}

.wdw-type .greating-pay__sec.card {
  padding: 2rem 0;
}

.wdw-type .greating-pay__sec.card .card__wrap {
  height: auto;
  padding: 0 3.85rem;
}

.wdw-type .greating-pay__sec .card__sec {
  height: auto;
}

.wdw-type .greating-pay__sec.card .card__view {
  padding: 0.6rem;
}

.wdw-type .greating-pay__sec.card .card__view label {
  display: block;
  position: relative;
  height: 10.75rem;
  border: 0.15rem solid #888;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0.15rem 0.15rem 0.45rem 0.15rem rgba(0, 0, 0, 0.19);
}

.wdw-type .greating-pay__sec.card .card__view label:before {
  content: '';
  display: none !important;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid #ccc;
  background: #fff url(/front_mo/images/ico_comm_checkbox-74bc4ccb990729ea65ac5a89d20cd2a7.png) no-repeat 50% 50%;
  background-size: 1rem 0.75rem;
  border-radius: 50%;
}

.wdw-type .greating-pay__sec.card .card__view label .card__num {
  top: 6.75rem;
  left: 1.4rem;
}

.wdw-type .greating-pay__sec.card .card__view label .card__num span {
  margin-left: 1.25rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.wdw-type .greating-pay__sec.card .swiper-pagination {
  display: none;
  margin: 0.5rem 0 1.5rem;
  text-align: center;
}

.wdw-type .greating-pay__sec.card .swiper-pagination .swiper-pagination-bullet {
  float: none;
}

.wdw-type .greating-pay__sec.card .card__list .card-logo-left {
  position: absolute;
  top: 0.8rem;
  left: 1.4rem;
  width: 10rem;
  height: 3rem;
  background-size: 10rem 3rem;
}

.wdw-type .greating-pay__sec.card input[type=radio]:checked + .card__view label:before {
  border: 1px solid #918c00;
  background: #918c00 url(/front_mo/images/ico_comm_checkbox-on-1e2500e8e7365f99f93f83543d991860.png) no-repeat 50% 50%;
  background-size: 1rem 0.75rem;
}

.wdw-type .greating-pay__sec.card .card__desc {
  width: 100%;
  text-align: center;
}

.wdw-type .greating-pay__sec.card .card__desc span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: .5rem 1rem;
  margin: 0.5rem 1rem 1.3rem 1rem;
}

.wdw-type .greating-pay__sec.card .card__update {
  text-align: center;
  font-size: 0;
}

.wdw-type .greating-pay__sec.card .card__update > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.25rem;
}

.wdw-type .greating-pay__sec.card .card__update > li button {
  width: 9.25rem;
  height: 3.3rem;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}

.wdw-type .greating-pay__sec.card .card__option {
  margin-top: 1rem;
  padding: 0 1rem;
}

.wdw-type .greating-pay__sec.card .card__option .check_box {
  line-height: 3.5rem;
}

.wdw-type .greating-pay__sec.card .card__list [class^="card-logo-left bk-"] {
  left: -0.15rem;
  top: -0.15rem;
  padding: 1.5rem 0 0 1.4rem;
  width: calc(100% + 0.3rem);
  height: calc(100% + 0.3rem);
  border-radius: 0.75rem;
}

.wdw-type .greating-pay__sec.card .card__list [class^="card-logo-left bk-"]:before,
.wdw-type .greating-pay__sec.card .card__list [class^="card-logo-left bk-"]:after {
  font-size: 1.25rem;
}

.wdw-type .greating-pay__sec.card .card__tip {
  position: relative;
  margin: 0 auto;
  padding-bottom: 1.5rem;
  text-align: center;
  z-index: 0;
}

.wdw-type .greating-pay__sec.card .card__tip:after {
  position: absolute;
  bottom: 0.5rem;
  left: 49%;
  width: 1.5rem;
  height: 1.5rem;
  border-left: 0;
  border-top: 0;
  background: #1c1c1c;
  transform: rotate(45deg) translateX(-50%);
  z-index: -1;
  content: "";
}

.wdw-type .greating-pay__sec.card .card__tip strong {
  display: inline-block;
  padding: 0 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-weight: normal;
  color: #fff;
  border-radius: 1.5rem;
  background: #1c1c1c;
}

.wdw-type .greating-pay__sec.card .card__tip strong span {
  color: #cac301;
}

.wdw-type .greating-pay__sec.card .card__tip strong:before {
  display: inline-block;
  margin: -0.25rem 0.25rem 0 0;
  width: 1rem;
  height: 1.2rem;
  vertical-align: middle;
  background: url("/front_mo/images/ico_notify-fa8193b251f819a369aebcf9531abbee.png") no-repeat;
  background-size: 1rem auto;
  content: '';
}

.wdw-type .hd .greatingPay {
  margin: 0;
  padding-top: 0 !important;
}

.wdw-type .hd .greatingPay .greatingPay__notice {
  display: block;
  padding: 1.1rem 0;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  font-size: 1.05rem;
  letter-spacing: -0.025rem;
}

.wdw-type .hd .greatingPay .greatingPay__notice .point {
  position: relative;
}

.wdw-type .hd .greatingPay .greatingPay__notice .point:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4rem;
  background: #F9D983;
  content: '';
  z-index: -1;
}

.wdw-type .hd .greatingPay .greatingPay__notice + .notice {
  position: relative;
  margin-top: 0;
}

.wdw-type .hd .greatingPay .greatingPay__notice + .notice .notice__list {
  padding-left: 0;
  color: #666;
  letter-spacing: 0;
}

.wdw-type .hd .greatingPay .greatingPay__notice + .notice .notice__list + li {
  margin-top: 0.5rem;
}

.wdw-type .hd .greatingPay .greatingPay__notice + .notice .notice__list:before {
  display: none;
}

.wdw-type .hd .greatingPay .greatingPay__notice + .notice .notice__btn {
  position: absolute;
  right: 0.75rem;
  bottom: 0.5rem;
  color: #918c00;
  border-bottom: 1px solid #918c00;
}

.wdw-type .hd .greatingPay .greatingPay__tit {
  display: block;
  font-size: 1.1rem;
}

.wdw-type .hd .greatingPay .btn__default {
  margin-top: 2rem;
}

.wdw-type .hd .greatingPay .btn__default.white {
  color: #1c1c1c;
  background: #fff;
}

.wdw-type .hd .greatingPay .input_type {
  display: flex;
  justify-content: space-between;
}

.wdw-type .hd .greatingPay .input_type input {
  height: 3.5rem;
  border: 1px solid #ccc;
  border-radius: 0;
  text-align: center;
  font-size: 1.2rem;
  color: #1c1c1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wdw-type .hd .greatingPay .input_type input::-webkit-input-placeholder {
  color: #888;
}

.wdw-type .hd .greatingPay .input_type input::-moz-placeholder {
  color: #888;
}

.wdw-type .hd .greatingPay .input_type input:-ms-input-placeholder {
  color: #888;
}

.wdw-type .hd .greatingPay .input_type input::-ms-input-placeholder {
  color: #888;
}

.wdw-type .hd .greatingPay .input_type input::placeholder {
  color: #888;
}

.wdw-type .hd .greatingPay .input_type.input_one input {
  width: 100%;
}

.wdw-type .hd .greatingPay .input_type.input_two input {
  width: 10.15rem;
}

.wdw-type .hd .greatingPay .input_type.input_three input {
  width: 6.6rem;
}

.wdw-type .hd .greatingPay .input_type.input_four input {
  width: 4.85rem;
}

.wdw-type .hd .greatingPay .input_type.input_six input {
  width: 3.75rem;
}

.wdw-type .hd .greatingPay .input_type + .input_type {
  margin-top: 0.5rem;
}

.wdw-type .hd .greatingPay .card-insert {
  margin-top: 1.25rem;
}

.wdw-type .hd .greatingPay .card-insert > li {
  position: relative;
  padding-left: 5.4rem;
  margin-top: 1.25rem;
}

.wdw-type .hd .greatingPay .card-insert > li:first-child {
  margin-top: 0;
}

.wdw-type .hd .greatingPay .card-insert > li .greatingPay__tit {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .hd .greatingPay .greatingPay__pwd ul li {
  margin-top: 1.75rem;
}

.wdw-type .hd .greatingPay .greatingPay__pwd ul li .greatingPay__tit {
  text-align: center;
  margin-bottom: 1.25rem;
}

.wdw-type .hd .greatingPay .card-view {
  max-height: 36rem;
  overflow-y: auto;
}

.wdw-type .hd .greatingPay .card-view > li {
  position: relative;
  padding: 1.25rem 0 1.25rem 6rem;
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd .greatingPay .card-view > li .card-logo-center {
  width: 4.8rem;
  height: 3.2rem;
  background-position: 0 0.75rem;
  border-radius: 0.25rem;
}

.wdw-type .hd .greatingPay .card-view > li [class^="card-logo-center bk-"]:before {
  font-size: 0.95rem;
}

.wdw-type .hd .greatingPay .card-view > li .card-view__info {
  line-height: 1.7rem;
}

.wdw-type .hd .greatingPay .card-view > li .card-view__info .card-view__num {
  font-size: 1.1rem;
}

.wdw-type .hd .greatingPay .card-view > li .card__delete {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4.5rem;
  height: 2.75rem;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.1rem;
  color: #1c1c1c;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .hd .greatingPay.point .card-insert > li {
  padding-left: 0;
}

.wdw-type .hd .greatingPay.point .card-insert > li .greatingPay__tit {
  position: relative;
  top: 0;
  line-height: 1.3;
  transform: none;
  padding-bottom: 0.5rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy {
  position: relative;
  margin: 1.25rem 0 0.25rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .policy {
  margin-top: 0.75rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy > .check_box {
  position: absolute;
  left: 0;
  top: -0.2rem;
  padding-left: 2.2rem;
  width: 85%;
  text-indent: -2.2rem;
  box-sizing: border-box;
  z-index: 1;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy > .check_box + .accordion_title {
  text-indent: 2.3rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .accordion_title {
  position: relative;
  min-height: 2rem;
  font-size: 1rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .accordion_title:after {
  position: absolute;
  right: 0;
  top: 0.3rem;
  width: 1.5rem;
  height: 0.8rem;
  background: url(/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png) no-repeat;
  transform: scale(0.85);
  vertical-align: middle;
  content: '';
  background-size: 100%;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .accordion_con {
  position: relative;
  display: none;
  padding: 0.5rem !important;
  max-height: 10rem;
  line-height: 1.4;
  font-size: 0.9rem;
  border-top: 0 !important;
  overflow-y: auto;
  background: #f5f5f5;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .accordion_con .policy__btn {
  display: none;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy.on .accordion_title:after {
  transform: scale(0.75) rotate(180deg);
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy.on .accordion_con .policy__btn {
  display: block;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area--cont {
  padding: 0.5rem;
  height: 5rem;
  font-size: 1rem;
  overflow-y: auto;
  background-color: #fff;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .check {
  display: block;
  padding: 1.5rem 0 0.5rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .checkbox__label {
  font-size: 1rem;
  font-weight: bold !important;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .check_box + .table-area {
  margin-top: 0.5rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .table-area table, .wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .table-area th, .wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .table-area td {
  font-weight: normal;
  border: 1px solid #ccc;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .table-area th, .wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .table-area td {
  padding: 0.25rem;
  font-size: 0.95rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .table-area th {
  background: rgba(0, 0, 0, 0.03);
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .table-area .text.desc {
  margin-top: 5px;
  font-size: 0.9rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy .check_area .table-area + p {
  margin-top: 0.25rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy__btn {
  position: absolute;
  right: 0.75rem;
  top: 3.25rem;
  color: #918c00;
  border-bottom: 1px solid #918c00;
}

.wdw-type .hd .greatingPay.point .card-insert > li .policy + .number .check_box {
  overflow: visible;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number > p:first-child {
  padding-top: 1rem;
  border-top: 1px solid #ccc;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number .input_type {
  margin-top: 0.75rem;
  align-items: center;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number .input_type .input_text {
  float: none;
  width: 17.5rem;
  margin-right: 1rem;
  text-align: right;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number .input_type .input_text.left {
  padding: 0;
  text-align: left;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number .input_type .checkbox__label {
  display: inline-block;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number .input_type .checkbox__label:before {
  margin: 0.05rem 0.5rem 0.05rem 0.05rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__box {
  padding: 0.75rem 1rem;
  line-height: 1.5;
  font-size: 1rem;
  background: #FFF5D1;
  border-radius: 0.5rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__box strong {
  color: #ff0000;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list {
  margin: 1.25rem 0;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list li {
  margin-top: 0.75rem;
  overflow: hidden;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list .tit {
  display: inline-block;
  font-weight: normal;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list .num {
  display: inline-block;
  float: right;
  text-align: right;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list .text {
  color: #888;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list.check li {
  margin-top: 1.5rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list.check .cont {
  margin-top: 0.25rem;
  padding-left: 2.3rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list.check .cont p + .input_box {
  margin-top: 0.75rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list.check .cont__list {
  padding: 0.75rem 1rem;
  background: #f5f5f5;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list.check .cont__list li {
  margin: 0;
  line-height: 1.5;
  font-size: 1rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list.check .cont__list .sub {
  float: right;
}

.wdw-type .hd .greatingPay.point .card-insert > li .number__list.check .cont .input_type {
  margin-top: 0;
}

.wdw-type .hd .greatingPay.point .card-insert > li .input_type input {
  text-align: left;
  text-indent: 0.75rem;
}

.wdw-type .hd .greatingPay.point .card-insert > li .input_box .btn-orange {
  margin-left: 0.75rem;
  width: 9rem;
  text-align: center;
}

.wdw-type .hd .greatingPay.point .point__notice {
  display: block;
  line-height: 1.5;
  padding: 1.25rem 0;
  letter-spacing: -0.05rem;
}

.wdw-type .hd .greatingPay.point .point__select {
  overflow: hidden;
}

.wdw-type .hd .greatingPay.point .point__select a {
  float: left;
  padding: 3.5rem 0;
  width: 48.5%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.wdw-type .hd .greatingPay.point .point__select a.t {
  background: #E9002D;
}

.wdw-type .hd .greatingPay.point .point__select a.b {
  background: #053266;
}

.wdw-type .hd .greatingPay.point .point__select a:last-child {
  float: right;
}

.wdw-type .hd .greatingPay.point .point__card {
  position: relative;
  padding: 1rem;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}

.wdw-type .hd .greatingPay.point .point__card .num {
  margin-top: 0.5rem;
}

.wdw-type .hd .greatingPay.point .point__card .num span {
  display: inline-block;
  margin-right: 0.75rem;
  vertical-align: top;
}

.wdw-type .hd .greatingPay.point .point__card a {
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 4rem;
  text-align: center;
  color: gray;
  border-color: gray;
  transform: translateY(-50%);
}

.wdw-type .hd .greatingPay.point .point__user {
  position: relative;
  padding: 1.25rem 0;
  font-size: 0.95rem;
}

.wdw-type .hd .greatingPay.point .point__user .level {
  display: inline-block;
  margin: 0 0.5rem 0 0.25rem;
  padding: 0.15rem 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 0.95rem;
  background: #C4C7CF;
  vertical-align: bottom;
}

.wdw-type .hd .greatingPay.point .point__user .level.v {
  background: #EE3356;
}

.wdw-type .hd .greatingPay.point .point__user .level.g {
  background: #FFBE10;
}

.wdw-type .hd .greatingPay.point .point__user .level.s {
  background: #72CCD3;
}

.wdw-type .hd .greatingPay.point .point__user .text .sorting .ico_tooltip {
  margin: 0;
  transform: scale(0.8);
}

.wdw-type .hd .greatingPay.point .point__user .text .sorting .select-area {
  display: none;
  position: absolute;
  top: 3.25rem;
  left: 0;
  padding: 0.5rem;
  line-height: 1.3;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5rem;
  letter-spacing: -0.007rem;
  z-index: 1;
}

.wdw-type .hd .greatingPay.point .point__user .text .sorting .select-area--show {
  display: block;
}

.wdw-type .hd .greatingPay.point .point__user .text .sorting .select-area--show + .ico_tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-bottom: 0.7rem solid rgba(0, 0, 0, 0.8);
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  transform: translateX(-50%);
  content: "";
}

.wdw-type .hd .greatingPay__card + .greatingPay__notice {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

.wdw-type .hd .hpPay .accordion-menu__list__head .viewMore-btn:before {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.4rem;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 0.1rem 0.1rem 0 0;
  background: transparent;
  transform: rotate(45deg);
  content: '';
}

.wdw-type .hd .hpPay .accordion-menu__list__head .viewMore-btn:after {
  display: none;
}

.wdw-type .notice {
  margin-top: 1.25rem;
  font-size: 1rem;
}

.wdw-type .notice .notice__title {
  margin-bottom: 0.5rem;
}

.wdw-type .notice .notice__list {
  position: relative;
  padding-left: 0.6rem;
  color: #888;
  line-height: 1.6;
  word-break: keep-all;
  letter-spacing: -0.025rem;
}

.wdw-type .notice .notice__list:before {
  content: '-';
  display: inline-block;
  position: absolute;
  top: -0.1rem;
  left: 0;
}

.wdw-type .notice .notice__list .important {
  color: #1c1c1c;
}

.wdw-type .notice .notice__list .block {
  display: block;
}

.wdw-type .agree-area .form_box {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
}

.wdw-type .agree-area .check-all {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .agree-area .desc {
  padding-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .agree-area .check-list a {
  display: inline-block;
  position: relative;
  float: right;
}

.wdw-type .agree-area .check-list a:after {
  display: block;
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0;
  content: '';
  border: 0.05rem solid #797979;
}

.wdw-type .agree-area .checks_box .checks:before {
  display: none;
}

.wdw-type .agree-area-nomem .agree {
  position: relative;
}

.wdw-type .agree-area-nomem .agree_box .agree_txt {
  display: block;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .agree-area-nomem .agree_box .viewMore-btn {
  display: inline-block;
  position: absolute;
  top: 0.85rem;
  right: 0;
  width: 2rem;
  height: 2rem;
}

.wdw-type .agree-area-nomem .agree_box .viewMore-btn:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.35rem;
  transform: translateY(-50%);
  width: 1.35rem;
  height: 0.1rem;
  background-color: #1c1c1c;
  content: '';
  opacity: 0.6;
}

.wdw-type .agree-area-nomem .agree_box .viewMore-btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.95rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 1.35rem;
  background-color: #1c1c1c;
  content: '';
  opacity: 0.6;
}

.wdw-type .agree-area-nomem .agree_box .agree_txt-detail {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 15rem;
  padding: 1.25rem;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .agree-area-nomem .agree_box .accordion_box.on .viewMore-btn:after {
  display: none;
}

.wdw-type .agree-area-nomem .desc {
  padding-top: 1.1rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .orderComplete-msg {
  width: 100%;
  text-align: center;
}

.wdw-type .orderComplete-msg .tit {
  display: block;
  margin-bottom: 1.25rem;
  color: #1c1c1c;
  font-size: 1.5rem;
}

.wdw-type .orderComplete-msg .tit:before {
  display: block;
  width: 4rem;
  height: 0;
  margin: 3rem auto 1.75rem;
  background: url(/front_mo/images/icon_comm_smile-2e166a6981d118d4b84c11ae25345ffe.png) no-repeat center center;
  text-align: center;
  content: '';
}

.wdw-type .orderComplete-msg .desc1 {
  font-size: 1rem;
  color: #1c1c1c;
  line-height: 1.9rem;
}

.wdw-type .orderComplete-msg .desc2 {
  font-size: 1rem;
  color: #1c1c1c;
  line-height: 1.6rem;
  margin-top: 1rem;
}

.wdw-type .orderComplete-msg .annc {
  font-size: 1rem;
  margin-top: 1.75rem;
  padding: 1.5rem;
  background: #ffeddf;
  color: #1c1c1c;
  line-height: 1.6rem;
  word-break: keep-all;
}

.wdw-type .hd__orderComplete .payment-amount li.total-area {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd__orderComplete .payment-amount li.total-area .tit {
  font-size: 1.1rem;
}

.wdw-type .hd__orderComplete .payment-amount li.total-area .price {
  position: static;
  float: initial;
  margin-top: 0;
  font-size: 1.3rem;
}

.wdw-type .hd__orderComplete .payment-amount li.total-area .desc {
  display: inline-block;
  float: right;
  width: auto;
  margin-top: 0;
  font-size: 1.1rem;
  text-align: right;
}

.wdw-type .hd__orderComplete .payment-amount li.total-area .price:before {
  display: none;
}

.wdw-type .hd__orderComplete .payment-info ul {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd__orderComplete .payment-info ul li {
  display: table;
  width: 100%;
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.wdw-type .hd__orderComplete .payment-info ul li:last-child {
  margin-bottom: 0;
}

.wdw-type .hd__orderComplete .payment-info ul li:after {
  display: block;
  clear: both;
  content: '';
}

.wdw-type .hd__orderComplete .payment-info ul li .tit {
  display: table-cell;
  width: 6.3rem;
  margin-right: 2.25rem;
  text-align: left;
}

.wdw-type .hd__orderComplete .payment-info ul li .cont {
  display: table-cell;
  line-height: 1.6rem;
}

.wdw-type .hd__orderComplete .deliveryInfo ul {
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd__orderComplete .deliveryInfo ul li {
  display: table;
  width: 100%;
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.wdw-type .hd__orderComplete .deliveryInfo ul li:last-child {
  margin-bottom: 0;
}

.wdw-type .hd__orderComplete .deliveryInfo ul li:after {
  display: block;
  clear: both;
  content: '';
}

.wdw-type .hd__orderComplete .deliveryInfo ul li .tit {
  display: table-cell;
  width: 7rem;
  margin-right: 2.25rem;
  text-align: left;
}

.wdw-type .hd__orderComplete .deliveryInfo ul li .cont {
  display: table-cell;
  line-height: 1.6rem;
}

.wdw-type .giftBox__list {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .giftBox__list:last-child {
  border-bottom: 0;
}

.wdw-type .giftBox__list strong {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.wdw-type .giftBox__cont {
  position: relative;
  padding-left: 10rem;
  min-height: 8rem;
}

.wdw-type .giftBox__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
}

.wdw-type .giftBox__item__list {
  margin-top: 0.75rem;
  line-height: 1.8rem;
  font-size: 1.1rem;
}

.wdw-type .giftBox__item__list.soldout {
  position: relative;
}

.wdw-type .giftBox__item__list.soldout:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  content: '한정수량이 모두 소진되었습니다.';
  z-index: 2;
  transform: translateY(-50%);
}

.wdw-type .giftBox__item__list.soldout:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 85%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
  z-index: 1;
  transform: translateY(-50%);
}

.wdw-type .giftBox__item__list label {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0 0.25rem 2.5rem;
  min-height: 2.15rem;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .giftBox__item__list label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(/front_mo/images/btn_comm_radio-65f9dfa8c8d59189b54acdf2be49b1f1.png) no-repeat -0.15rem -0.15rem;
  background-size: 4.2rem 2.1rem;
}

.wdw-type .giftBox__item__list input:checked + label:before {
  background-position: -2.25rem -0.2rem;
}

.wdw-type .giftBox__item__thumb {
  position: relative;
  top: -0.15rem;
  left: 0;
  display: inline-block;
  margin-right: 0.25rem;
  width: 2.5rem;
  height: 2.3rem;
  vertical-align: middle;
}

.wdw-type .options__line {
  position: relative;
  padding-left: 2.75rem;
}

.wdw-type .options__line .abs {
  position: absolute;
  top: 0;
  left: 0;
}

.wdw-type .designation__opts span {
  display: block;
  line-height: 1.4rem;
}

.wdw-type .scQna {
  overflow: hidden;
  overflow-y: auto;
  height: 18.5rem;
  resize: none;
  box-sizing: border-box;
  line-height: 1.6rem;
}

.wdw-type .hd .Badge {
  display: inline-block;
  padding: 0 0.25rem;
  background: #1c1c1c;
  font-size: 1rem;
  color: #fff;
  font-style: normal;
}

.wdw-type img {
  max-width: 100%;
}

.wdw-type .btn--update {
  width: 5rem;
  height: 2.75rem;
  border: 1px solid #918c00;
  vertical-align: middle;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}

.wdw-type .btn--delete {
  display: inline-block;
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.wdw-type .btn--delete:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 1.5rem;
  margin: -0.75rem 0 0 -0.05rem;
  background-color: #888;
  transform: rotate(45deg);
}

.wdw-type .btn--delete:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.1rem;
  height: 1.5rem;
  margin: -0.75rem 0 0 -0.05rem;
  background-color: #888;
  transform: rotate(-45deg);
}

.wdw-type .btn--listMore {
  display: block;
  padding: 0.75rem 0;
  border-top: 1px solid #ccc;
  background: #f5f5f5;
  text-align: center;
  font-size: 1.1rem;
}

.wdw-type .btn--listMore span {
  padding-right: 1.6rem;
  background: url(/front_mo/images/btn_menu_drop-down-c697a432138002b0a89ba9161a52874d.png) no-repeat 100% 50%;
}

.wdw-type .btn--listMore.on span {
  padding-right: 1.6rem;
  background: url(/front_mo/images/btn_menu_drop-up-a0ff384cee21a146caa4f0be943367b8.png) no-repeat 100% 50%;
}

.wdw-type .dvCart-sec {
  position: relative;
  min-height: 6.5rem;
  padding: 0 0 0 7.5rem;
}

.wdw-type .dvCart-sec .dvCart-img {
  position: absolute;
  top: 0;
  left: 0;
}

.wdw-type .dvCart-sec .dvCart-img figure {
  width: 6.5rem;
  height: 6.5rem;
}

.wdw-type .dvCart-sec .dvCart-text .dvCart-title {
  display: block;
  padding-right: 1.75rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.wdw-type .dvCart-sec .dvCart-text .dvCart-desc {
  margin: 0.25rem 0 -0.75rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .dvCart-sec .dvCart-text .dvCart-opts {
  display: block;
}

.wdw-type .dvCart-sec .dvCart-text .dvCart-pdName {
  display: block;
}

.wdw-type .dvCart-sec .dvCart-text .dvCart-delivery {
  font-weight: 600;
  color: #918c00;
}

.wdw-type .dvCart-sec .dvCart-price {
  position: absolute;
  right: 0;
  bottom: 0.75rem;
  font-size: 1.3rem;
  font-weight: 600;
}

.wdw-type .dvCart.single {
  position: relative;
  padding: 1.5rem 0 1.5rem 2.5rem;
}

.wdw-type .dvCart.single .checks_box {
  position: absolute;
  top: 1.5rem;
  left: 0;
  height: auto;
  line-height: 1;
}

.wdw-type .dvCart.single .checks.on:before {
  margin-right: 0;
}

.wdw-type .dvCart.single .btn--delete {
  top: 1.5rem;
}

.wdw-type .dvCart.single .count_box {
  margin-top: 1.4rem;
  width: 9.5rem;
}

.wdw-type .dvCart.single .count_box .discount-tooltip {
  top: 0;
  font-size: 0.95rem;
  transform: translateX(0) translateY(-0.5rem);
  letter-spacing: -0.05rem;
}

.wdw-type #orderCart .dvCart.delivery--stop .dvCart-price {
  color: #918c00;
}

.wdw-type #orderCart .dvCart.delivery--stop .product--price {
  color: #918c00;
}

.wdw-type .hd__orderCart .hd__btn-sec > * {
  height: 4.25rem;
  line-height: 4.25rem;
}

.wdw-type .hd__orderCart .btn-white {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
}

.wdw-type .hd__orderCart .btn-green {
  display: block;
  width: 100%;
  font-weight: 600;
}

.wdw-type .product--money--detail {
  padding: 1.25rem 0;
  border-top: 0.15rem solid #918c00;
  border-bottom: 1px solid #918c00;
}

.wdw-type .product--money--detail li {
  font-size: 1.1rem;
  margin-top: 0.75rem;
}

.wdw-type .product--money--detail li:first-child {
  margin-top: 0;
}

.wdw-type .product--money--detail li:after {
  content: '';
  display: block;
  clear: both;
}

.wdw-type .product--money--detail li .txt {
  float: left;
}

.wdw-type .product--money--detail li .price {
  float: right;
  font-weight: 400;
}

.wdw-type .product--money--total {
  margin-top: 1.25rem;
  font-weight: 600;
}

.wdw-type .product--money--total:after {
  content: '';
  display: block;
  clear: both;
}

.wdw-type .product--money--total .txt {
  float: left;
  padding-top: 0.5rem;
  font-size: 1.3rem;
}

.wdw-type .product--money--total .price {
  position: relative;
  float: right;
  font-size: 1.8rem;
}

.wdw-type .product--money--total .price:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #F9D983;
}

.wdw-type .count_box {
  position: relative;
  font-size: 0;
}

.wdw-type .count_box .num {
  display: inline-block;
  position: relative;
  width: 9.5rem;
  height: 2.75rem;
  padding: 0 2.65rem;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  line-height: 2.75rem;
  color: #1c1c1c;
  box-sizing: border-box;
}

.wdw-type .count_box .num button {
  position: absolute;
  top: -1px;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

.wdw-type .count_box .num .btn_down {
  left: -1px;
}

.wdw-type .count_box .num .btn_down:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 0.15rem;
  background: #1c1c1c;
  transform: translate(-50%, -50%);
}

.wdw-type .count_box .num .btn_up {
  right: -1px;
}

.wdw-type .count_box .num .btn_up:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 0.15rem;
  background: #1c1c1c;
  transform: translate(-50%, -50%);
}

.wdw-type .count_box .num .btn_up:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 1.05rem;
  background: #1c1c1c;
  transform: translate(-50%, -50%);
}

.wdw-type .count_box .num input {
  width: 4rem;
  height: 2.65rem;
  padding: 0;
  border: none;
  text-align: center;
  vertical-align: top;
  line-height: 2.65rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  background: transparent;
}

.wdw-type .list_top {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .list_top label {
  display: inline-block;
  font-size: 1.1rem;
}

.wdw-type .list_top button {
  position: absolute;
  top: 50%;
  right: 0;
  padding-left: 1.5rem;
  background: url(/front_mo/images/ico_comm_delete-18cb8c781a7233f30cc85da72a93622d.png) no-repeat 0 50%;
  font-size: 1.1rem;
  transform: translate(0, -50%);
}

.wdw-type .list_top .btn-box {
  position: absolute;
  top: 50%;
  right: 0;
  white-space: nowrap;
  transform: translateY(-50%);
}

.wdw-type .list_top .btn-box a {
  margin-left: 5px;
}

.wdw-type .checks {
  display: inline-block;
  vertical-align: 0.1rem;
}

.wdw-type .checks:before {
  content: '';
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 0.25rem;
  border: 1px solid #ccc;
  background: #fff url(/front_mo/images/ico_comm_checkbox-74bc4ccb990729ea65ac5a89d20cd2a7.png) no-repeat 50% 50%;
  background-size: 1rem 0.75rem;
  border-radius: 50%;
  vertical-align: -0.55rem;
}

.wdw-type .checks.on:before, .wdw-type .checks.on:before {
  background: #918c00 url(/front_mo/images/ico_comm_checkbox-on-1e2500e8e7365f99f93f83543d991860.png) no-repeat 50% 50%;
  background-size: 1rem 0.75rem;
  border: 1px solid #918c00;
}

.wdw-type .checks.disabled:before {
  display: none;
}

.wdw-type .checks input {
  overflow: hidden;
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  clip: rect(1px 1px 1px 1px);
}

.wdw-type .checks label {
  display: inline-block;
  vertical-align: 0;
  margin-left: 0.25rem;
  font-size: 1.1rem;
}

.wdw-type .notice_desc {
  margin-top: 1rem;
  padding: 1rem;
  font-size: 1.1rem;
  color: #888;
  line-height: 1.6rem;
}

.wdw-type .dvCart {
  position: relative;
  margin-top: 0;
  border-top: 1px solid #ccc;
}

.wdw-type .dvCart:first-child {
  margin-top: 0;
  border-top: 0;
}

.wdw-type .dvCart .checks_box {
  height: 3.8rem;
  line-height: 3.8rem;
}

.wdw-type .dvCart .checks_box strong {
  display: inline-block;
  overflow: hidden;
  max-width: 25rem;
  vertical-align: top;
  font-size: 1.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wdw-type .dvCart .product--detail {
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #ccc;
}

.wdw-type .dvCart .product--plan {
  display: none;
}

.wdw-type .dvCart .product--plan table thead th {
  overflow: hidden;
  position: absolute;
  width: 0.05rem;
  height: 0.05rem;
  clip: rect(1px 1px 1px 1px);
}

.wdw-type .dvCart .product--plan table tbody th {
  padding: 1.25rem 0.5rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
  line-height: 1.2;
  font-size: 1.3rem;
  font-weight: 400;
}

.wdw-type .dvCart .product--plan table tbody th strong {
  display: block;
  font-weight: 600;
}

.wdw-type .dvCart .product--plan table tbody td {
  padding: 1.5rem 0 1.5rem 1rem;
  border-top: 1px solid #ccc;
  line-height: 1.6rem;
  font-size: 1.1rem;
}

.wdw-type .dvCart .product--plan table tbody td .num {
  font-weight: 600;
}

.wdw-type .dvCart .product--plan table tbody td .product--present {
  margin: 1rem 0 0;
  border-top: 1px solid #ccc;
  padding: 1rem 0 0;
  background: 0 0;
  line-height: 1;
}

.wdw-type .dvCart .product--present {
  position: relative;
  margin: 1.25rem 0;
  padding: 0.75rem;
  background: #f5f5f5;
  font-size: 0;
}

.wdw-type .dvCart .product--present .product--present--img {
  display: inline-block;
  position: relative;
  width: 4rem;
  max-width: 4rem;
  height: 3.85rem;
  vertical-align: top;
  text-align: center;
}

.wdw-type .dvCart .product--present .product--present--img img {
  width: 100%;
  vertical-align: top;
}

.wdw-type .dvCart .product--present .product--present--name {
  display: inline-block;
  width: 15.45rem;
  margin-left: 1.25rem;
  vertical-align: top;
  line-height: 1.6rem;
  font-size: 1.1rem;
}

.wdw-type .dvCart .product--present .product--present--name span {
  display: block;
}

.wdw-type .dvCart .present--add li {
  position: relative;
  margin-top: 1rem;
}

.wdw-type .dvCart .present--add li:first-child {
  margin-top: 0;
}

.wdw-type .dvCart .present--add li .present--add--opts {
  display: block;
  margin-bottom: 1.5rem;
  padding-right: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .dvCart .present--add li .present--add--detail {
  position: relative;
  min-height: 2.75rem;
}

.wdw-type .dvCart .present--add li .present--add--detail .present--add--price {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.wdw-type .dvCart .present--add li .btn--delete {
  top: 0;
}

.wdw-type .dvCart .product--price {
  position: relative;
  padding: 1.25rem 0;
  border-top: 1px solid #ccc;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 600;
}

.wdw-type .dvCart .product--price .btn--buynow {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  height: 2.75rem;
  padding: 0 1.9rem;
  border: 0;
  background: #888;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  transform: translate(0, -50%);
}

.wdw-type .dvCart .product--price .btn--buynow.active {
  background: #918c00;
}

.wdw-type .dvCart.stop .textBox {
  position: relative;
}

.wdw-type .dvCart.stop .textBox .dim {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.wdw-type .dvCart.stop .textBox:before {
  display: block;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .dvCart.stop01 .textBox:before {
  content: '판매중지 또는 일시품절';
}

.wdw-type .dvCart.stop02 .textBox:before {
  content: '판매중지 또는 일시품절';
}

.wdw-type .dvCart.stop03 .textBox:before {
  content: '구매불가 (배송불가)';
}

.wdw-type .latter_head {
  padding: 2.5rem 1.5rem;
  display: inline-block;
  width: 29rem;
}

.wdw-type .latter_head .latter_top {
  font-size: 1.6rem;
  text-align: center;
}

.wdw-type .latter_head > span {
  font-size: 1.1rem;
  color: #5f5f5f;
  padding: 0.7rem 0;
  margin-top: 1.35rem;
  display: inline-block;
}

.wdw-type .latter_list li .oder_title {
  border-top: 1px solid #dfdfdf;
}

.wdw-type .latter_list li:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .latter_list .on > .oder_title {
  background: #efefef;
}

.wdw-type .latter_list .on > .oder_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.55rem;
  width: 1.65rem;
  height: 0.85rem;
  margin-top: -0.4rem;
  background: url(/mobile/img/icon_arrow_big_down.png) no-repeat;
}

.wdw-type .coupon_head {
  padding: 2.5rem 1.5rem;
}

.wdw-type .coupon_head h2 {
  text-align: center;
  font-size: 1.5rem;
}

.wdw-type .coupon_info {
  margin-top: 1.5rem;
  text-align: center;
}

.wdw-type .coupon_info .coupon_info_bg {
  margin: 0 auto;
  width: 26rem;
  height: 10.85rem;
  background: url(/mobile/img/ms/coupon_bg_big.png) no-repeat;
}

.wdw-type .coupon_info .coupon_info_bg .coupon_bg_top {
  padding: 2rem 2.5rem;
}

.wdw-type .coupon_info .coupon_info_bg .coupon_bg_top p {
  font-size: 1.3rem;
  line-height: 1.65rem;
  color: #5f5f5f;
}

.wdw-type .coupon_info .coupon_info_bg .coupon_bg_top p span {
  font-size: 2.1rem;
  font-weight: 600;
  color: #000;
  font-weight: 900;
}

.wdw-type .coupon_info .coupon_info_bg .coupon_bg_btm {
  padding: 1rem 1.5rem;
  display: inline-block;
  width: 23rem;
  line-height: 1.25rem;
}

.wdw-type .coupon_info .coupon_info_bg .coupon_bg_btm p {
  font-size: 1.2rem;
  display: block;
  float: left;
  color: #5f5f5f;
  letter-spacing: -0.05rem;
}

.wdw-type .coupon_info .coupon_info_bg .coupon_bg_btm span {
  font-size: 1.2rem;
  display: block;
  float: right;
  color: #ff0000;
}

.wdw-type .coupon_add {
  margin-top: 1rem;
}

.wdw-type .coupon_add a {
  display: inline-block;
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  vertical-align: top;
}

.wdw-type .coupon_add a:last-child {
  margin-bottom: 0;
}

.wdw-type .coupon_add a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.5rem;
  height: 0.85rem;
  background: url(/mobile/img/ms/icon_arrow.png) no-repeat;
  transform: translateY(-50%);
}

.wdw-type .coupon_add a p {
  width: 100%;
  font-size: 1.3rem;
  float: left;
  color: #5f5f5f;
}

.wdw-type .coupon_add a p span {
  color: #000;
  float: right;
  padding-right: 2.5rem;
}

.wdw-type .coupon_poss {
  margin: 1.25rem 0 0.75rem;
}

.wdw-type .coupon_poss li {
  margin-top: 0.75rem;
}

.wdw-type .coupon_poss li > a:after {
  right: 2rem;
  width: 1rem;
  height: 1rem;
}

.wdw-type .coupon_poss li > a .coupon_poss_bg .coupon_poss_info {
  padding: 1rem 3.25rem 1rem 1rem;
}

.wdw-type .coupon_poss_bg {
  min-height: auto;
  border-radius: 1rem;
}

.wdw-type .coupon_poss_bg .coupon_poss_inner .free_dv {
  margin-bottom: 0.75rem;
}

.wdw-type .coupon_poss_bg .coupon_poss_inner .free_dv > .coupon_title {
  line-height: 1.8rem;
}

.wdw-type .coupon_poss_bg .coupon_poss_inner .free_dv .day_rming {
  margin-left: 0.75rem;
  line-height: 1.8rem;
}

.wdw-type .coupon_poss_bg .coupon_poss_inner .price_mrtn {
  min-height: 2.6rem;
  margin-bottom: 0.5rem;
}

.wdw-type .coupon_poss_bg .coupon_poss_info {
  padding: 1rem;
}

.wdw-type .coupon_tab .coupon_poss {
  padding: 2rem 1.5rem 0;
}

.wdw-type .coupon_tab .coupon_poss > p {
  font-size: 1.1rem;
}

.wdw-type .coupon_tab .coupon_poss > ul {
  margin-top: 1rem;
}

.wdw-type .coupon_tab .coupon_poss > ul > li {
  padding: 1rem 0;
}

.wdw-type .coupon_tab .coupon_finish {
  padding: 0 1.5rem 1rem;
}

.wdw-type .coupon_tab .coupon_finish > ul > li {
  padding: 1.25rem 0;
}

.wdw-type .popup_giftCard .regist-area {
  display: flex;
  position: relative;
}

.wdw-type .popup_giftCard .regist-area input {
  width: 100%;
  height: 3.5rem;
  padding: 0 3rem 0 1rem;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  letter-spacing: -0.025rem;
  outline: 0;
}

.wdw-type .popup_giftCard .regist-area .btn-green {
  width: 7rem;
}

.wdw-type .popup_giftCard .regist-area .input-remove {
  position: absolute;
  right: 6.75rem;
  top: 1.05rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #ddd url("/front_mo/images/icon_comm_close-black-4f84954e831829bcaef630be1cae8386.png") no-repeat center;
  background-size: 47%;
  border-radius: 50%;
  font-size: 0;
}

.wdw-type .popup_giftCard .regist-text {
  display: flex;
}

.wdw-type .popup_giftCard .regist-text > div {
  width: 100%;
}

.wdw-type .popup_giftCard .regist-text p {
  margin-top: 0.5rem;
  line-height: 1.3;
  font-size: 0.95rem;
  color: #888;
}

.wdw-type .popup_giftCard .regist-text .btn-green {
  width: 6.7rem;
}

.wdw-type .popup_giftCard .coupon_poss_bg {
  border-color: #918c00;
}

.wdw-type .bg_chg > .oder_title {
  background: #fff;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .bg_chg.on > .oder_title {
  background: #efefef;
  border-top: 1px solid #9f9f9f;
}

.wdw-type .bg_chg .section {
  padding: 2rem 1.5rem;
}

.wdw-type .pt_title {
  margin-top: 2.45rem;
  font-size: 1.5rem;
  text-align: center;
}

.wdw-type .pt_box {
  display: flex;
  width: 13rem;
  height: 13rem;
  margin: 1.4rem auto 0;
  border: 0.9rem solid #dfdfdf;
  border-radius: 100%;
  font-size: 1.3rem;
  text-align: center;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}

.wdw-type .pt_box .inner {
  line-height: 2.4rem;
}

.wdw-type .pt_box strong {
  display: inline-block;
  min-width: 2.05rem;
  font-size: 2.1rem;
  font-weight: 900;
}

.wdw-type .sta_list li {
  overflow: hidden;
  padding: 1.5rem 0 1.1rem;
  border-bottom: 1px solid #e4e4e4;
  font-size: 1.3rem;
  line-height: 1;
  color: #5f5f5f;
}

.wdw-type .sta_list li .pt_num {
  float: right;
  font-size: 1.4rem;
}

.wdw-type .sta_list li em {
  font-style: normal;
  font-size: 1.35rem;
}

.wdw-type .data_inner {
  margin-top: 2.5rem;
  border-bottom: 1px solid #e4e4e4;
}

.wdw-type .data_inner .no_data {
  padding-top: 1.5rem !important;
}

.wdw-type .data_title {
  height: 2.5rem;
  padding-left: 1.5rem;
  line-height: 2.5rem;
  font-size: 1.2rem;
  background: #efefef;
  color: #5f5f5f;
}

.wdw-type .data_pt .left {
  float: left;
}

.wdw-type .data_pt .left .txt {
  font-size: 1.1rem;
}

.wdw-type .data_pt .left .prd_num {
  margin-top: 0.75rem;
  font-size: 1.2rem;
  color: #5f5f5f;
}

.wdw-type .pt_com .right p {
  color: #ff3c00;
}

.wdw-type .data_pt .right {
  position: relative;
  float: right;
  padding-right: 3rem;
}

.wdw-type .data_pt .right:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.55rem;
  height: 0.9rem;
  margin-top: -0.45rem;
  background: url(/mobile/img/ms/icon_arrow.png) no-repeat;
}

.wdw-type .data_pt .right .txt {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-align: right;
}

.wdw-type .stat_box.use {
  color: #ff0000;
}

.wdw-type .prd_info_box {
  position: relative;
  padding: 3.2rem 0 2.1rem;
}

.wdw-type .prd_info_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1rem;
  border-top: 1px solid #dfdfdf;
  background: #efefef;
}

.wdw-type .prd_info_box.tab_wrap .tab_type2 {
  margin-top: 0.9rem;
  border-top: 1px solid #dfdfdf;
}

.wdw-type .prd_info_box .title {
  overflow: hidden;
  height: 2.3rem;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-weight: 600;
}

.wdw-type .prd_info_box .title .checks_box {
  float: right;
  margin-top: -0.2rem;
}

.wdw-type .prd_info_box .title .checks_box label {
  font-size: 1.2rem;
  font-weight: 400;
}

.wdw-type .prd_info_box .title .txt_r {
  float: right;
  font-size: 1.3rem;
  font-weight: 400;
}

.wdw-type .prd_info_box .oder_list {
  padding: 0 1.5rem;
}

.wdw-type .prd_info_box .list_prd {
  padding: 0 1.5rem;
  margin-top: 1rem;
  border: none;
}

.wdw-type .prd_info_box .list_prd > li {
  padding: 0 0 2.1rem;
}

.wdw-type .prd_info_box .list_prd li + li {
  padding-top: 1.5rem;
}

.wdw-type .prd_info_box .list_prd > li .img_box {
  vertical-align: top;
}

.wdw-type .prd_info_box .list_prd:last-child > li:last-child {
  padding-bottom: 0;
}

.wdw-type .prd_info_box label.title {
  display: block;
}

.wdw-type .prd_info_box .title .btn_xsmal {
  float: right;
  height: 2.3rem;
  line-height: 2.2rem;
}

.wdw-type .prd_info_box + .btn_area {
  margin-top: 0;
  padding-top: 2.5rem;
  border-top: 1px solid #000;
}

.wdw-type .prd_info_box + .btn_area.apply {
  padding-top: 0;
  border-top: none;
}

.wdw-type .change_tit {
  overflow: hidden;
  padding: 1.35rem 1.5rem;
  font-size: 1.3rem;
  color: #5f5f5f;
}

.wdw-type .change_tit .checks {
  float: right;
  margin-top: -0.2rem;
}

.wdw-type .change_tit.btn_tit {
  padding: 0.8rem 1.5rem;
  line-height: 2.4rem;
}

.wdw-type .change_tit.btn_tit .btn_xsmal {
  float: right;
}

.wdw-type .change_list .change_tit {
  margin-top: 1.8rem;
  border-top: 1px solid #dfdfdf;
}

.wdw-type .change_list .change_tit .dv_end_time {
  vertical-align: top;
}

.wdw-type .prd_info_box.change_list .list_prd {
  margin-top: 0;
  padding: 0 1.5rem;
}

.wdw-type .prd_info_box.change_list .list_prd.first li {
  padding: 1.25rem 0 0.75rem;
}

.wdw-type .prd_info_box.change_list .list_prd li {
  padding: 1.25rem 0 2.1rem;
  border-top: 1px solid #dfdfdf;
}

.wdw-type .prd_info_box.change_list .list_prd > li:last-child {
  padding-bottom: 0;
}

.wdw-type .prd_info_box .list_text_box:last-child {
  padding-bottom: 0;
}

.wdw-type .prd_info_box .list_text {
  font-size: 1.3rem;
}

.wdw-type .prd_info_box .list_text li + li {
  margin-top: 0.85rem;
}

.wdw-type .prd_info_box .input_type {
  margin-top: 0.85rem;
  padding: 0 1.5rem;
}

.wdw-type .prd_info_box .form_box {
  margin-top: 0;
  padding: 1.9rem 0 2rem;
  border-top: 1px solid #e4e4e4;
}

.wdw-type .prd_info_box .form_box.first {
  border-top: none;
}

.wdw-type .prd_info_box .form_box .form_title {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.wdw-type .prd_info_box .form_box:last-child {
  padding-bottom: 0;
}

.wdw-type .prd_info_box .deli_txt {
  margin-top: 2rem;
  padding: 0 1.5rem;
  font-size: 1.2rem;
}

.wdw-type .prd_info_box .refund_box {
  padding: 1.5rem 0 2.1rem;
  border-top: 1px solid #dfdfdf;
}

.wdw-type .last_list {
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .check_box {
  overflow: hidden;
}

.wdw-type .data_form_wrap {
  display: inline-block;
}

.wdw-type .com_text {
  margin-top: 4rem;
}

.wdw-type .com_text .img_box {
  display: inline-block;
  margin-bottom: 1.05rem;
}

.wdw-type .com_box {
  margin-top: 2.65rem;
  padding-top: 0.1rem;
  border-top: 1px solid #dfdfdf;
}

.wdw-type .com_box .cont_title {
  line-height: 1.9rem;
}

.wdw-type .com_box .cont_title span {
  font-weight: 400;
}

.wdw-type .com_box .sns_list {
  margin-top: 1.45rem;
}

.wdw-type .banner_bar {
  margin-top: 5rem;
}

.wdw-type .banner_bar img {
  vertical-align: top;
}

.wdw-type .join_head {
  padding: 2.5rem 1.5rem;
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .join_head p {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
}

.wdw-type .join_head p img {
  margin-bottom: 0.8rem;
}

.wdw-type .join_content {
  padding: 2.5rem 1.5rem;
  border-bottom: 0.05rem solid #dfdfdf;
}

.wdw-type .join_content p {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 0.8rem;
}

.wdw-type .join_content p img {
  margin-bottom: -0.2rem;
}

.wdw-type .join_content .f_size {
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
  margin-bottom: 0.95rem;
}

.wdw-type .join_content .input_type {
  padding: 0.5rem 0;
}

.wdw-type .join_content .input_type input {
  height: 5rem;
  border: 0;
  background: #f9f9f9;
}

.wdw-type .join_content .login_btn {
  padding: 1rem 0;
}

.wdw-type .join_content .join_finds {
  text-align: center;
  margin-top: 1.5rem;
}

.wdw-type .join_content .join_finds ul {
  display: inline-block;
  position: relative;
}

.wdw-type .join_content .join_finds ul li {
  float: left;
  margin: 0 1rem;
  font-size: 1.2rem;
  letter-spacing: -0.05rem;
}

.wdw-type .join_content .join_finds ul li:first-child:after {
  content: "";
  display: block;
  width: 0.05rem;
  height: 1rem;
  position: absolute;
  right: 8.9rem;
  top: 0.1rem;
  background: #dfdfdf;
}

.wdw-type .join_btm {
  padding: 2.5rem 1.5rem;
}

.wdw-type .join_btm p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  letter-spacing: -0.05rem;
}

.wdw-type .join_btm p:nth-child(3) {
  margin-bottom: 0;
}

.wdw-type .join_btm p strong {
  font-size: 1.3rem;
}

.wdw-type .join_btm p strong img {
  margin-bottom: -0.2rem;
}

.wdw-type .join_btm .btn_round {
  margin: 1.5rem 0;
}

.wdw-type .faq_title {
  position: relative;
  font-size: 1.6rem;
  display: inline-block;
  width: 29rem;
  padding: 1.9rem 1.5rem;
}

.wdw-type .faq_title .btn_list_more {
  position: absolute;
  right: 0.8rem;
  top: 1.4rem;
}

.wdw-type .bg_chg ul li > .bg_chg_me {
  border-top: 1px solid #dfdfdf;
}

.wdw-type .bg_chg ul li.on > .bg_chg_me {
  border-top: 1px solid #dfdfdf;
}

.wdw-type .bg_chg ul li.on > .bg_chg_me:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.55rem;
  width: 1.65rem;
  height: 0.85rem;
  margin-top: -0.4rem;
  background: url(/front_mo/images/icon_arrow_big_down-250cc5b4ec0a14adb83e7a658ac59485.png) no-repeat;
}

.wdw-type .bg_chg ul li.on > .faq_reply {
  background-color: #f9f9f9;
}

.wdw-type .bg_chg > ul > li:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .bg_chg > ul > li.no_data:last-child {
  border-bottom: none;
}

.wdw-type .cs_center_head {
  margin-top: 2.5rem;
  text-align: center;
}

.wdw-type .cs_center_head strong {
  letter-spacing: -0.05rem;
}

.wdw-type .cs_center_head p {
  font-size: 1.5rem;
  margin: 1.35rem 0 0.4rem;
}

.wdw-type .cs_center_head p img {
  margin-bottom: -0.15rem;
}

.wdw-type .cs_center_content {
  padding: 2.5rem 1.5rem;
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .cs_center_content dl {
  margin-bottom: 1.65rem;
}

.wdw-type .cs_center_content dl dt {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.65rem;
}

.wdw-type .cs_center_content dl dd {
  font-size: 1.2rem;
  color: #5f5f5f;
  line-height: 1.65rem;
}

.wdw-type .cs_center_content .cs_btn {
  display: inline-block;
  margin-top: 0.5rem;
  width: 100%;
}

.wdw-type .cs_center_content .cs_btn button {
  width: 14rem;
}

.wdw-type .cs_center_content .cs_btn .talk {
  background: #ffdc00 url(/mobile/img/icon_talk_btn.png) 2.65rem center no-repeat;
  border: 0;
  color: #3c1e1e;
  padding-left: 2.5rem;
}

.wdw-type .cs_center_content .cs_btn button:nth-child(2) {
  float: right;
}

.wdw-type .cs_faq_top {
  padding-bottom: 2.45rem;
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .cs_faq_top:before {
  content: "";
  display: block;
  height: 1rem;
  background: #efefef;
}

.wdw-type .cs_faq_top .accordion_box:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .left {
  float: left;
}

.wdw-type .bg_chg .faq_title .rigth {
  float: right;
  font-size: 1.2rem;
  padding-right: 1.15rem;
  position: relative;
  line-height: 1.6rem;
}

.wdw-type .bg_chg .faq_title .rigth:after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.9rem;
  background: url(/mobile/img/ms/icon_arrow.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0.3rem;
}

.wdw-type .rigth p a img {
  margin-left: 0.6rem;
}

.wdw-type .faq_list .oder_title {
  padding: 1.05rem 4.7rem 1.05rem 1.5rem;
}

.wdw-type .faq_accor span {
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 0.65rem;
  color: #5f5f5f;
}

.wdw-type .faq_accor p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.wdw-type .faq_reply {
  padding: 2rem 1.5rem;
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
}

.wdw-type .faq_reply * {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
}

.wdw-type .faq_reply ul li {
  padding-left: 0;
  font-size: 1.2rem;
}

.wdw-type .faq_reply ul li:before {
  display: none;
}

.wdw-type .cs_notice:before {
  content: "";
  display: block;
  height: 1rem;
  background: #efefef;
}

.wdw-type .notice_accor p {
  font-size: 1.4rem;
  margin-bottom: 0.65rem;
}

.wdw-type .notice_accor span {
  display: inline-block;
  font-size: 1.1rem;
  color: #5f5f5f;
}

.wdw-type .se_head {
  padding: 0 1.5rem;
}

.wdw-type .notice_list .accordion_box:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .no_data .sc_result {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  display: inline-block;
  color: #5f5f5f;
}

.wdw-type .no_data .sc_text {
  font-size: 1.2rem;
  line-height: 1.75rem;
  color: #9f9f9f;
}

.wdw-type .se_head .se_content {
  padding: 2.5rem 0;
}

.wdw-type .se_head .notice_sc_area {
  position: relative;
}

.wdw-type .se_head .input_type select {
  margin-top: 1rem;
}

.wdw-type .se_head .input_text {
  padding: 0 4rem 0 1.5rem;
}

.wdw-type .se_head .searc_area .btn_clear {
  display: none;
  position: absolute;
  top: 0.05rem;
  right: 10rem;
  width: 4rem;
  height: 4rem;
  background-position: center;
}

.wdw-type .kakao_help {
  padding: 2.5rem 4rem;
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .kakao_help p {
  text-align: center;
  font-size: 1.2rem;
  color: #5f5f5f;
  margin-bottom: 2.5rem;
}

.wdw-type .kakao_help .kakao_time {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.wdw-type .kakao_help .kakao_time span {
  line-height: 1.65rem;
}

.wdw-type .kakao_help .kakao_time:before {
  content: "";
  display: block;
  position: relative;
  width: 7rem;
  height: 7rem;
  background: url(/mobile/img/kakao_talk_img.png) no-repeat;
  margin: 0 auto 1.5rem;
}

.wdw-type .kakao_btm {
  padding: 2rem 1.5rem;
}

.wdw-type .kakao_btm p {
  font-size: 1.1rem;
  color: #5f5f5f;
  line-height: 1.6rem;
  margin-bottom: 2rem;
}

.wdw-type .kakao_btm p strong {
  border-bottom: 1px solid #000;
  padding-bottom: 0.1rem;
}

.wdw-type .kakao_btm .katalk_btn {
  width: 17rem;
  background: #ffdc00 url(/mobile/img/icon_talk_btn.png) 50px center no-repeat;
  padding-left: 2.5rem;
  border: 0;
  color: #3c1e1e;
}

.wdw-type .kakao_btm .cs_btn {
  text-align: center;
  padding: 2rem 0;
}

.wdw-type .inquiry_head {
  padding: 2.5rem 1.5rem;
  border-bottom: 1px solid #dfdfdf;
}

.wdw-type .inquiry_head label {
  font-size: 1.6rem;
}

.wdw-type .inquiry_head .input_type {
  margin-top: 2rem;
}

.wdw-type .order_choice {
  padding: 1.5rem 1.5rem 0;
  display: inline-block;
  width: 29rem;
}

.wdw-type .order_choice .order_list .order_content span {
  font-size: 1.3rem;
  float: left;
  line-height: 2.5rem;
}

.wdw-type .order_choice .order_list .order_content button {
  width: 7rem;
  float: right;
}

.wdw-type .order_list {
  display: inline-block;
  width: 100%;
}

.wdw-type .order_list ul {
  width: 100%;
  display: inline-block;
  display: none;
}

.wdw-type .order_list ul li {
  display: inline-block;
  width: 100%;
}

.wdw-type .order_list ul li span {
  width: 100%;
  float: left;
  font-size: 1.2rem;
  color: #5f5f5f;
  line-height: 1.65rem;
  word-break: break-all;
}

.wdw-type .order_content {
  display: inline-block;
  width: 100%;
}

.wdw-type .or_choice_se {
  font-size: 1.2rem;
  color: #9f9f9f;
  margin-top: 1.5rem;
}

.wdw-type .section.form_boxn {
  padding: 1.5rem 1.5rem 2rem;
}

.wdw-type .btn_area.order_btn button {
  width: 14rem;
}

.wdw-type .order_info_list {
  padding: 3rem 1.5rem;
}

.wdw-type .order_info_list p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 2.25rem;
}

.wdw-type .order_info_list p span {
  text-decoration: underline;
}

.wdw-type .order_info_list table {
  width: 100%;
}

.wdw-type .order_info_list table thead {
  border-top: 0.1rem solid #000;
}

.wdw-type .order_info_list table thead tr {
  height: 4rem;
}

.wdw-type .order_info_list table thead tr th {
  font-size: 1.2rem;
}

.wdw-type .order_info_list table tbody {
  border-top: 1px solid #000;
}

.wdw-type .order_info_list table tbody tr {
  border-bottom: 1px solid #dfdfdf;
  height: 6rem;
}

.wdw-type .order_info_list table tbody tr td {
  font-size: 1.1rem;
  word-break: break-all;
}

.wdw-type .order_info_list table tbody tr td a {
  display: inline-block;
  vertical-align: middle;
}

.wdw-type .order_info_list table tbody tr td a span {
  width: 100%;
  float: left;
  line-height: 1.5rem;
}

.wdw-type .order_info_list table .not_sc tr {
  border-bottom: 0;
  cursor: auto;
}

.wdw-type .tr_padd {
  padding: 0 1.5rem;
}

.wdw-type .order_data {
  color: #5f5f5f;
}

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

.wdw-type .order_price {
  color: #5f5f5f;
}

.wdw-type .rat_per_box {
  padding: 2.5rem 0;
  text-align: center;
}

.wdw-type .rat_per_box:before {
  content: "";
  display: block;
  width: 6rem;
  height: 6.25rem;
  margin: 0 auto;
  background: url(/mobile/img/ms/icon_reader.jpg) no-repeat;
}

.wdw-type .f_ponit {
  color: #a49b98;
}

.wdw-type .rat_per_box.fflower:before {
  background-image: url(/mobile/img/ms/icon_fflower.jpg);
}

.wdw-type .fflower .f_ponit {
  color: #8e8b83;
}

.wdw-type .rat_per_box.starter:before {
  background-image: url(/mobile/img/ms/icon_starter.jpg);
}

.wdw-type .starter .f_ponit {
  color: #7d9587;
}

.wdw-type .per_title {
  font-size: 1.5rem;
  line-height: 2rem;
}

.wdw-type .per_txt {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #9f9f9f;
}

.wdw-type .rat_pay_box {
  padding: 2.5rem 0;
  border-top: 1px solid #000;
  text-align: center;
}

.wdw-type .rat_pay_tit {
  font-size: 1.3rem;
  line-height: 1.7rem;
}

.wdw-type .rat_pay_txt {
  margin-top: 0.7rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #9f9f9f;
}

.wdw-type .rat_pay_box .btn_link {
  margin-top: 0.7rem;
}

.wdw-type .benefit_tab {
  margin-top: 1.45rem;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}

.wdw-type .benefit_tab li {
  float: left;
  width: 33.3%;
  font-size: 1.3rem;
  color: #9f9f9f;
  text-align: center;
}

.wdw-type .benefit_tab li a {
  display: block;
}

.wdw-type .benefit_tab li a > span {
  display: inline-block;
  height: 4.4rem;
  line-height: 4.4rem;
}

.wdw-type .benefit_tab li.on {
  color: #000;
}

.wdw-type .benefit_tab li.on a > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  margin-top: -0.2rem;
  background: #000;
}

.wdw-type .rating_txt {
  padding: 2.5rem 0 2rem;
  color: #a49b98;
  font-size: 1.2rem;
  text-align: center;
}

.wdw-type .rating_txt:before {
  content: "";
  display: block;
  width: 6rem;
  height: 6.25rem;
  margin: 0 auto;
  background: url(/mobile/img/ms/icon_reader.jpg) no-repeat;
}

.wdw-type .rating_txt.fflower {
  color: #8e8b83;
}

.wdw-type .rating_txt.fflower:before {
  background-image: url(/mobile/img/ms/icon_fflower.jpg);
}

.wdw-type .rating_txt.starter {
  color: #7d9587;
}

.wdw-type .rating_txt.starter:before {
  background-image: url(/mobile/img/ms/icon_starter.jpg);
}

.wdw-type .benefit_banner {
  margin-top: 2rem;
  display: block;
}

.wdw-type .benefit_banner img {
  vertical-align: top;
}

.wdw-type .odhstr_head {
  padding-top: 2.5rem;
  border-bottom: 1px solid #000;
}

.wdw-type .odhstr_rating {
  padding: 0 4rem;
  text-align: center;
}

.wdw-type .odhstr_rating .user_name {
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
}

.wdw-type .odhstr_rating p {
  font-size: 1.3rem;
  line-height: 2rem;
}

.wdw-type .odhstr_rating .rating_icon {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 1.3rem;
}

.wdw-type .odhstr_rating.fflower .rating_icon {
  background: url(/mobile/img/ms/icon_fflower.jpg) no-repeat;
}

.wdw-type .odhstr_rating.reader .rating_icon {
  background: url(/mobile/img/ms/icon_reader.jpg) no-repeat;
}

.wdw-type .odhstr_rating.starter .rating_icon {
  background: url(/mobile/img/ms/icon_starter.jpg) no-repeat;
}

.wdw-type .odhstr_rating p .user_id {
  font-weight: 400;
}

.wdw-type .odhstr_rating .rating_today {
  font-size: 0.9rem;
  color: #9f9f9f;
  margin-top: 0.5rem;
  display: inline-block;
}

.wdw-type .odhstr_rating .buttons {
  padding: 1.3rem 0 1.85rem;
}

.wdw-type .odhstr_rating .buttons .btn_round {
  width: 10.25rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.2rem;
  font-weight: 400;
}

.wdw-type .odhstr_make {
  padding: 2.5rem 1.5rem;
}

.wdw-type .odhstr_make .buttons {
  text-align: center;
  margin-top: 1.9rem;
}

.wdw-type .odhstr_make .buttons .btn_link {
  width: 15rem;
  height: 3rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: -0.05rem;
  padding: 0 2.05rem 0 2.15rem;
  background: #000 url(/mobile/img/icon_move.png) no-repeat 90% center;
}

.wdw-type .info_text {
  position: relative;
  margin-top: 1.5rem;
  padding-left: 0.75rem;
  font-size: 1.1rem;
  color: #9f9f9f;
}

.wdw-type .info_text:before {
  content: "*";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.wdw-type .hd__service-list__total {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.wdw-type .hd__btn__viewMore {
  width: 100%;
  height: 3.5rem;
  margin-top: 2rem;
}

.wdw-type .hd__btn__viewMore button {
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  text-align: center;
  background: #bebebe;
  color: #fff;
}

.wdw-type .hd .service-center__info {
  margin-top: 2.5rem;
  text-align: center;
}

.wdw-type .hd .service-center__info__number {
  font-size: 1.2rem;
  font-weight: 600;
}

.wdw-type .hd .service-center__info__number span {
  display: block;
  margin-top: 0.75rem;
  font-size: 2.3rem;
}

.wdw-type .hd .service-center__info__notice {
  margin: 0.75rem 0 1.5rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
}

.wdw-type .hd .service-center__info__link {
  font-size: 0;
}

.wdw-type .hd .service-center__info__link li {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  width: 7rem;
  height: 7rem;
  margin: 0 0.75rem;
  border: 1px solid #aaa;
  border-radius: 50%;
  box-sizing: border-box;
}

.wdw-type .hd .service-center__info__link li a {
  display: block;
}

.wdw-type .hd .service-center .cs_faq_top {
  margin-top: 2rem;
  border-top: 0.15rem solid #918c00;
  border-bottom: 0;
  padding-bottom: 0;
}

.wdw-type .hd .service-center .cs_faq_top:before {
  display: none;
}

.wdw-type .hd .service-center .cs_faq_top .accordion_box:last-child {
  border-bottom: 0;
}

.wdw-type .hd .service-center .faq_title {
  position: relative;
  font-size: 1.3rem;
  display: block;
  width: auto;
  padding: 1.25rem 0;
  font-weight: 600;
}

.wdw-type .hd .service-center .faq_title .btn_list_more {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  height: auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #797979;
  font-size: 1.1rem;
  font-weight: 400;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .faq_title .btn_list_more:after,
.wdw-type .hd .service-center .faq_title .btn_list_more:before {
  display: none;
}

.wdw-type .hd .service-center .cs_notice {
  margin-top: 2rem;
  border-top: 0.15rem solid #918c00;
}

.wdw-type .hd .service-center .cs_notice:before {
  display: none;
}

.wdw-type .hd .service-center .bg_chg ul li {
  border-bottom: 1px solid silver;
}

.wdw-type .hd .service-center .bg_chg ul li:first-child {
  border-top: 1px solid silver !important;
  border-bottom: 1px solid silver !important;
}

.wdw-type .hd .service-center .bg_chg ul li a {
  display: block;
  overflow: hidden;
  height: 3.5rem;
  padding: 0 0.5rem;
  line-height: 3.5rem;
  font-size: 1.2rem;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wdw-type .hd .service-center form {
  position: relative;
}

.wdw-type .hd .service-center form input {
  padding-right: 3.9rem;
}

.wdw-type .hd .service-center form .btn__faq {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 3.9rem;
  height: 3.5rem;
  background: url(/front_mo/images/ico_service_search-88c4ae82b07db58679a2ea25d09ba1e3.png) no-repeat 50% 50%;
}

.wdw-type .hd .notice_list {
  margin-top: 1.5rem;
}

.wdw-type .hd__service-list__list {
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd__service-list__list:first-child {
  border-top: 1px solid #ccc;
}

.wdw-type .hd__service-list__list a {
  display: block;
  padding: 1.5rem 0.75rem;
}

.wdw-type .hd__service-list__title {
  display: block;
  overflow: hidden;
  line-height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wdw-type .hd__service-list__title span {
  color: #918c00;
}

.wdw-type .hd__service-list__date {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.1rem;
}

.wdw-type .hd .service-tab {
  margin-bottom: 1.5rem;
  text-align: left;
  font-size: 0;
}

.wdw-type .hd .service-tab__list {
  display: inline-block;
  position: relative;
  width: 9.6rem;
  margin-top: -0.05rem;
  margin-left: -0.05rem;
  vertical-align: top;
  border: 1px solid #ccc;
}

.wdw-type .hd .service-tab__list:nth-child(3n+1) {
  margin-left: 0;
}

.wdw-type .hd .service-tab__list:nth-child(-n+3) {
  margin-top: 0;
}

.wdw-type .hd .service-tab__list a {
  display: block;
  height: 3.4rem;
  text-align: center;
  line-height: 3.4rem;
  font-size: 1.2rem;
  letter-spacing: -.05em;
}

.wdw-type .hd .service-tab__list.on:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: -0.05rem;
  right: -0.05rem;
  bottom: -0.05rem;
  left: -0.05rem;
  border: 0.15rem solid #918c00;
  box-sizing: border-box;
}

.wdw-type .hd .service-tab__list.on a {
  color: #918c00;
}

.wdw-type .hd .faq-list .se_head {
  padding: 0;
  margin-bottom: 2rem;
}

.wdw-type .hd .faq-list .se_head .se_content {
  position: relative;
  margin-top: 1.5rem;
  padding: 0;
}

.wdw-type .hd .faq-list .se_head .se_complete {
  padding: 0;
}

.wdw-type .hd .faq-list .se_head .input_text {
  border: 0.15rem solid #918c00;
}

.wdw-type .hd .faq-list .btn__faq {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 3.9rem;
  height: 3.5rem;
  margin-left: 0;
  background: url(/front_mo/images/ico_service_search-88c4ae82b07db58679a2ea25d09ba1e3.png) no-repeat 50% 50%;
}

.wdw-type .hd .faq-list .no_data .sc_text {
  font-size: 1.1rem;
}

.wdw-type .hd .faq-list .faq_list > ul > li {
  border-bottom: 1px solid silver;
}

.wdw-type .hd .faq-list .faq_list > ul > li:first-child {
  border-top: 1px solid silver;
}

.wdw-type .hd .faq-list .faq_list .faq_accor {
  padding: 1.5rem 4.75rem 1.5rem 0.75rem;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.wdw-type .hd .faq-list .faq_accor span {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #1c1c1c;
}

.wdw-type .hd .faq-list .faq_accor p {
  line-height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .hd .faq-list .faq_reply {
  padding: 1.5rem;
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  border-top: 1px solid silver;
  background: #f9f9f9;
  word-break: keep-all;
}

.wdw-type .hd .faq-list .faq_reply * {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
}

.wdw-type .hd .faq-list .faq_reply ul li {
  padding-left: 0;
  font-size: 1.1rem;
}

.wdw-type .hd .faq-list .faq_reply ul li a {
  font-weight: 600;
}

.wdw-type .hd .faq-list .faq_reply ul li:before {
  display: none;
}

.wdw-type .hd .se_complete {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.wdw-type .hd .inquery__sec {
  margin-top: 1.5rem;
}

.wdw-type .hd .inquery__sec .input-box {
  position: relative;
}

.wdw-type .hd .inquery__sec .input-box.num {
  padding-right: 7.5rem;
}

.wdw-type .hd .inquery__sec .input-box.num .btn-full {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 6.5rem;
}

.wdw-type .hd .inquery__sec .input-box .email {
  color: #bdbdbd;
}

.wdw-type .hd .inquery__sec .input-box .email__box {
  display: flex;
  justify-content: space-between;
  line-height: 3.5rem;
  font-size: 25px;
  color: #bdbdbd;
}

.wdw-type .hd .inquery__sec .input-box .email__box input {
  max-width: 8.5rem;
}

.wdw-type .hd .inquery__sec .input-box .email__box .input_mail {
  display: none;
  max-width: 18.5rem;
}

.wdw-type .hd .inquery__sec .input-box .domain__check {
  margin-top: 0.75rem;
}

.wdw-type .hd .inquery__sec .input-box .email__box select {
  max-width: 18.5rem;
  background-position: right 20px top 50%;
}

.wdw-type .hd .inquery__sec .input-box select {
  width: 100%;
  padding-right: 3.5rem;
  padding-left: 1rem;
  height: 3.5rem;
  border: 1px solid #bdbdbd;
  background: url(/front_mo/images/ico_member_select-194240eda4252975f9053de65c2e4171.png) no-repeat right 20px top 50%;
  line-height: 3.5rem;
  color: #1c1c1c;
}

.wdw-type .hd .inquery__sec .input-box .on select {
  display: none;
}

.wdw-type .hd .inquery__sec .input-box .on .input_mail {
  display: block;
}

.wdw-type .hd .inquery__sec .cellphone__number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  line-height: 3.5rem;
  font-size: 25px;
  color: #bdbdbd;
}

.wdw-type .hd .inquery__sec .cellphone__number input {
  max-width: 8.5rem;
}

.wdw-type .hd .inquery__sec .inquery__title {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1c1c1c;
}

.wdw-type .hd .inquery__sec .inquery__title .import {
  font-weight: 400;
  color: #918c00;
}

.wdw-type .hd .inquery__sec .delivery__info {
  font-size: 1rem;
  line-height: 1.4;
}

.wdw-type .hd .inquery__sec .delivery__info h4 {
  font-size: 1.1rem;
  font-weight: bold;
}

.wdw-type .hd .inquery__sec .delivery__info ul li {
  margin-top: 5px;
  padding-left: 10px;
  text-indent: -12px;
  word-break: keep-all;
}

.wdw-type .hd .inquery__sec .delivery__info dl {
  margin: 10px 0;
  padding-left: 10px;
}

.wdw-type .hd .inquery__sec .delivery__info dl dt {
  font-size: 1rem;
  font-weight: bold;
}

.wdw-type .hd .inquery__sec .delivery__info dl dd {
  margin-top: 5px;
}

.wdw-type .hd .inquery__sec .inquery__notice {
  display: block;
  position: relative;
  margin-top: 1rem;
  padding-left: 0.6rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #888;
}

.wdw-type .hd .inquery__sec .inquery__notice:before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1rem;
  color: #888;
}

.wdw-type .hd .inquery__sec .inquery__notice a {
  color: #1c1c1c;
}

.wdw-type .hd .inquery__sec .file_list ul:after {
  content: '';
  display: block;
  clear: both;
}

.wdw-type .hd .inquery__sec .file_list ul li {
  float: left;
  margin-top: 0;
  margin-left: 1rem;
}

.wdw-type .hd .inquery__sec .file_list ul li:first-child {
  margin-left: 0;
}

.wdw-type .hd .inquery__sec .file_list ul .image-box {
  display: block;
  overflow: hidden;
  position: relative;
  width: 6rem;
  height: 6rem;
  border: 1px solid #c3c3c3;
}

.wdw-type .hd .inquery__sec .file_list ul .image-box img {
  width: 100%;
}

.wdw-type .hd .inquery__sec .file_list ul .image-box .btn_icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  background: #918c00 url(/front_mo/images/ico_file_delte-603f210c24f38b597ea138831efca392.png) no-repeat 50% 50%;
}

.wdw-type .hd .inquery .btn-area {
  margin-top: 2rem;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__list {
  margin-top: 1.75rem;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__list:first-child {
  margin-top: 0;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__list a {
  display: block;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__head {
  display: block;
  font-size: 0;
  margin-bottom: 1rem;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__head .date {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.1rem;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__head .unique_number {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__cont {
  position: relative;
  padding: 1rem 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__cont .inqueryNumber__cont__img {
  width: 5.5rem;
  height: 5.5rem;
}

.wdw-type .hd .inqueryNumber .inqueryNumber__cont .inqueryNumber__cont__txt {
  position: absolute;
  top: 50%;
  left: 6.5rem;
  line-height: 1.8rem;
  font-size: 1.1rem;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .hd .inqueryNumber .inqueryNumber__cont .inqueryNumber__cont__txt .inqueryNumber__cont__title {
  width: 20rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .hd .popup_inqueryNumber .page__list-none {
  height: auto !important;
  min-height: auto !important;
}

.wdw-type .hd .popup_inqueryNumber .page__list-none p {
  padding: 4.5rem 0 1rem !important;
}

.wdw-type .hd .mypage .odhstr_head {
  padding: 0;
  border-bottom: 0;
  margin-top: 2.25rem;
}

.wdw-type .hd .mypage .odhstr_rating {
  position: relative;
  padding: 0;
  text-align: left;
  margin-bottom: 2rem;
}

.wdw-type .hd .mypage .odhstr_rating .user_name {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  border-bottom: 0;
  margin-right: 0.5rem;
}

.wdw-type .hd .mypage .odhstr_rating .user_name:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #918c00;
}

.wdw-type .hd .mypage .odhstr_rating .btn__settings {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 2rem;
  background: url(/front_mo/images/icon_comm_setting-black-ab6a5c3aff5738e87b841c8adcd93ae2.png) no-repeat 0 50%;
  line-height: 1.9rem;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .hd .mypage .odhstr_head .btn-full {
  display: block;
  text-align: center;
  font-weight: 600;
}

.wdw-type .hd .mypage .mypage__sec {
  margin-top: 2rem;
  border-top: 0.15rem solid #918c00;
}

.wdw-type .hd .mypage .mypage__sec.bdx {
  border-top: 0;
}

.wdw-type .hd .mypage .mypage__sec .mypage__title {
  position: relative;
  font-size: 1.3rem;
  display: block;
  padding: 1.25rem 0;
  font-weight: 600;
}

.wdw-type .hd .mypage .mypage__sec .mypage__link {
  font-size: 0;
}

.wdw-type .hd .mypage .mypage__sec .mypage__link li {
  display: inline-block;
  width: 50%;
  margin-top: -0.05rem;
  margin-right: -0.05rem;
  border: 1px solid #ccc;
  vertical-align: top;
  box-sizing: border-box;
}

.wdw-type .hd .mypage .mypage__sec .mypage__link li:nth-child(-n+2) {
  margin-top: 0;
}

.wdw-type .hd .mypage .mypage__sec .mypage__link li:nth-child(even) {
  margin-right: 0;
  border-left: 0;
}

.wdw-type .hd .mypage .mypage__sec .mypage__link li a {
  display: block;
  height: 3.4rem;
  padding: 0 1.25rem;
  line-height: 3.4rem;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .hd .mypage .mypage__sec .mypage__link.other li a {
  font-weight: 600;
  text-align: center;
}

.wdw-type .hd .mypage .mypage__sec .mypage__link.other li a img {
  vertical-align: -0.35rem;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder > li {
  border-top: 1px solid #ccc;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list .pdOrder-title {
  display: block;
  line-height: 1.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list .pdOrder-date {
  display: block;
  line-height: 1.8rem;
  font-size: 1.1rem;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list .pdOrder-state {
  display: block;
  line-height: 1.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #918c00;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder {
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list .gift {
  position: relative;
  margin-top: 1rem;
  font-size: 0;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list .gift .thumb {
  display: inline-block;
  width: 2.5rem;
  height: 2.3rem;
  font-size: 0;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list .gift .thumb:after {
  display: inline-block;
  position: relative;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list .gift .textbox {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 2.5rem;
  margin-left: 1rem;
  font-size: 1.1rem;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.single {
  position: relative;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.single > div {
  padding: 1.25rem 0 1.25rem 7.5rem;
  min-height: 6.5rem;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.single .pdOrder-img {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 6.5rem;
  height: 6.5rem;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi {
  position: relative;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi > div {
  padding: 1.25rem 0;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals {
  display: none;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list {
  border-top: 1px solid #ccc;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list .info-area {
  position: relative;
  min-height: 9rem;
  padding: 1.25rem 0 1.25rem 7.5rem;
  font-size: 0;
  box-sizing: border-box;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list .info-area .info-area__text {
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 6.5rem;
  height: 6.5rem;
  border: 0.15rem solid #bebebe;
  text-align: center;
  font-size: 1.1rem;
  box-sizing: border-box;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list .info-area .info-area__text span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list .info-area .info-area__text strong {
  display: block;
  font-weight: 600;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list .info-area__txt {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list .info-area__txt .product--list {
  position: relative;
  padding-right: 3.25rem;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list .info-area__txt .product--list .num {
  position: absolute;
  top: 0;
  right: 0;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder .pdOrder-list.multi .regular-meals__list .info-area__condi {
  display: block;
  line-height: 1.8rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #918c00;
}

.wdw-type .hd .mypage .mypage__sec .pdOrder li.no_data {
  border-top: 0.15rem solid #918c00 !important;
}

.wdw-type .hd .mypage .mypage__sec .service__center {
  margin-top: 2rem;
}

.wdw-type .hd .mypage .mypage__sec .service__center a {
  padding: 0;
  text-align: center;
}

.wdw-type .hd .mypage__sec.myCode {
  position: relative;
}

.wdw-type .hd .mypage__sec.myCode .myCode__sec {
  border-top: 1px solid #ccc;
}

.wdw-type .hd .mypage__sec.myCode .myCode__code {
  display: block;
  padding: 1.25rem 0;
  font-size: 1.1rem;
}

.wdw-type .hd .layer__popup .form_title {
  display: block;
  margin: 2rem 0 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .hd .layer__popup .form_title .import {
  font-weight: 400;
  color: #918c00;
}

.wdw-type .hd .layer__popup .checks {
  border: 0;
  width: auto;
  height: auto;
  margin-right: 0;
  background: 0 0 !important;
}

.wdw-type .hd .layer__popup .btn-area {
  margin-top: 1.75rem;
}

.wdw-type .hd .popup_refund_mod .memberAccount__notice {
  margin-top: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
  color: #888;
  word-break: keep-all;
}

.wdw-type .per_mygrade {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  border-radius: 100%;
  margin: 0 auto;
  background: #918c00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.wdw-type .per_mygrade.green {
  background: #918c00;
}

.wdw-type .per_mygrade.friends {
  background: #3a8acd;
}

.wdw-type .per_mygrade.welcome {
  background: #918c00;
}

.wdw-type .rat_per_box:before {
  display: none;
}

.wdw-type .per_txt {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .f_ponit {
  color: #918c00;
}

.wdw-type .hd .myBenefit .gradeInfo__list {
  position: relative;
  padding: 2rem 1rem 2rem 8rem;
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd .myBenefit .gradeInfo__list:first-child {
  border-top: 1px solid #ccc;
}

.wdw-type .hd .myBenefit .gradeInfo__list__txt {
  display: block;
  line-height: 1.6;
  font-size: 1.1rem;
}

.wdw-type .hd .myBenefit .gradeInfo__list__txt:not(:first-child) {
  margin-top: 1rem;
}

.wdw-type .hd .myBenefit .gradeInfo__list__txt strong {
  display: block;
}

.wdw-type .hd .myBenefit .gradeInfo__list:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  line-height: 5.5rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.wdw-type .hd .myBenefit .gradeInfo__list:nth-child(1):before {
  background: #918c00;
  content: '더그린';
}

.wdw-type .hd .myBenefit .gradeInfo__list:nth-child(2):before {
  background: #3a8acd;
  content: '프랜즈';
}

.wdw-type .hd .myBenefit .gradeInfo__list:nth-child(3):before {
  background: #918c00;
  content: '웰컴';
}

.wdw-type .myCouponMain {
  padding-top: 9.5rem;
}

.wdw-type .myCouponMain .coupon_tab:before {
  display: none;
}

.wdw-type .myCouponMain .coupon_tab .coupon_poss {
  padding: 0;
}

.wdw-type .myCouponMain .coupon_tab .coupon_poss > ul {
  margin-top: 0;
}

.wdw-type .myCouponMain .coupon_tab .coupon_poss > ul > li {
  margin-top: 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #ccc;
}

.wdw-type .myCouponMain .coupon_poss_bg {
  width: 100%;
  min-height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

.wdw-type .coupon_poss_bg:after,
.wdw-type .myCouponMain .coupon_poss_bg:before {
  display: none;
}

.wdw-type .myCouponMain .coupon_poss_bg .coupon_poss_info {
  width: 100%;
  padding: 0;
}

.wdw-type .myCouponMain .coupon_poss_bg .coupon_poss_info:before {
  display: none;
}

.wdw-type .myCouponMain .coupon_poss_bg .coupon_poss_info:after {
  display: none;
}

.wdw-type .myCouponMain .coupon_poss_info {
  width: 100%;
  padding: 0;
}

.wdw-type .myCouponMain .coupon_poss_bg .coupon_poss_inner {
  padding-left: 0;
}

.wdw-type .myCouponMain .coupon_poss_bg .coupon_poss_inner em {
  display: inline;
}

.wdw-type .myCouponMain .coupon_poss_bg .coupon_poss_inner .free_dv > .coupon_title {
  font-size: 1.2rem;
  color: #1c1c1c;
  text-decoration: none;
}

.wdw-type .myCouponMain .coupon_poss_bg .coupon_poss_inner .price_mrtn {
  min-height: auto;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .myCouponMain .coupon_poss_bg .coupon_poss_inner .use_date {
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .myCouponMain .apply__target {
  width: 100%;
  height: 3.5rem;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1c1c1c;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.wdw-type .myCouponMain .coupon_tab .coupon_finish {
  padding: 0;
}

.wdw-type .myCouponMain .coupon_tab .coupon_finish > ul > li {
  margin-top: 1.5rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #ccc;
}

.wdw-type .myCouponMain .coupon_poss_bg.off {
  background: 0 0;
}

.wdw-type .myCouponMain .coupon_tab .coupon_finish .order__num {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  color: #1c1c1c;
  letter-spacing: 0.03rem;
  text-align: left;
}

.wdw-type .myCouponMain .coupon_tab .coupon_finish .order__num a {
  color: #918c00;
}

.wdw-type .myCouponMain .coupon_poss_bg.off .coupon_poss_inner .day_rming {
  display: block;
  width: 100%;
  height: 3.5rem;
  margin-top: 1.5rem;
  background: #f5f5f5;
  line-height: 3.5rem;
  text-align: center;
  color: #1c1c1c;
  font-size: 1.2rem;
  font-weight: 600;
  box-sizing: border-box;
}

.wdw-type .recentlyList .select_all_area {
  padding: 0;
}

.wdw-type .recentlyList .select_all_area .list_top .checks {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
  vertical-align: middle;
  border: none;
}

.wdw-type .recentlyList .select_all_area .list_top .checks.on {
  width: 1.9rem;
  height: 1.9rem;
  border: none;
  background: 0 0;
}

.wdw-type .recentlyList .select_all_area .list_top .checks input {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  clip: initial;
}

.wdw-type .recentlyList .select_all_area .list_top button {
  color: #1c1c1c;
}

.wdw-type .recentlyList .list_prd {
  margin-top: 2rem;
}

.wdw-type .recentlyList .list_prd:after {
  display: block;
  clear: both;
  content: '';
}

.wdw-type .recentlyList .list_prd > li {
  position: relative;
  width: 13.75rem;
  float: left;
  margin-top: 2rem;
}

.wdw-type .recentlyList .list_prd > li:nth-child(odd) {
  clear: both;
}

.wdw-type .recentlyList .list_prd > li:nth-child(even) {
  margin-left: 1.5rem;
}

.wdw-type .recentlyList .list_prd > li:nth-child(-n+2) {
  margin-top: 0;
}

.wdw-type .recentlyList .list_prd .img_box {
  width: 13.75rem;
  height: 13.75rem;
  text-align: center;
}

.wdw-type .recentlyList .list_prd .img_box img {
  max-width: 100%;
  max-height: 100%;
}

.wdw-type .recentlyList .list_prd .text_box {
  position: relative;
  margin-top: 1rem;
}

.wdw-type .recentlyList .list_prd .text_box .prd_txt.volume {
  display: none;
}

.wdw-type .recentlyList .prd_txt.price span {
  font-size: 1.3rem;
  color: #1c1c1c;
  font-weight: 600;
}

.wdw-type .recentlyList .prd_txt.ms_sale {
  font-size: 1rem;
  color: #1c1c1c;
}

.wdw-type .recentlyList .list_prd.view .text_box .ms_sale ins {
  display: inline-block;
  font-size: 1.3rem;
  color: #1c1c1c;
  font-weight: 600;
  text-decoration: none;
}

.wdw-type .recentlyList .list_prd.view .text_box .ms_sale del {
  display: inline-block;
  margin-left: 0.75rem;
  text-decoration: line-through;
}

.wdw-type .recentlyList .list_prd .text_box .sold_title {
  display: none;
}

.wdw-type .recentlyList .list_prd li.sold_out .img_box:after {
  display: none;
}

.wdw-type .recentlyList .list_prd.view .text_box .prd_title {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .recentlyList .list_prd.view .checks-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.wdw-type .recentlyList .list_prd.view .checks {
  display: block;
  position: relative;
}

.wdw-type .recentlyList .list_prd button.btn_icon.del {
  display: none;
}

.wdw-type .recentlyList .prd_btn_box {
  display: none;
}

.wdw-type .recentlyList .icon-area {
  margin-top: 2rem;
  padding: 0.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.wdw-type .recentlyList .icon-area span {
  display: inline-block;
  width: 1.65rem;
  height: 1.8rem;
}

.wdw-type .recentlyList .icon-area span + span {
  margin-left: 0.8rem;
}

.wdw-type .recentlyList .icon-area span img {
  display: block;
  max-width: 100%;
}

.wdw-type .wishlist .select_all_area {
  padding: 0;
}

.wdw-type .wishlist .select_all_area .list_top .checks {
  position: relative;
  width: 1.9rem;
  height: 1.9rem;
  vertical-align: middle;
  border: none;
}

.wdw-type .wishlist .select_all_area .list_top .checks.on {
  width: 1.9rem;
  height: 1.9rem;
  border: none;
  background: 0 0;
}

.wdw-type .wishlist .select_all_area .list_top .checks input {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
  height: 100%;
  clip: initial;
}

.wdw-type .wishlist .select_all_area .list_top button {
  color: #1c1c1c;
}

.wdw-type .wishlist .list_prd {
  margin-top: 2rem;
}

.wdw-type .wishlist .list_prd:after {
  display: block;
  clear: both;
  content: '';
}

.wdw-type .wishlist .list_prd > li {
  position: relative;
  width: 13.75rem;
  float: left;
  margin-top: 2rem;
}

.wdw-type .wishlist .list_prd > li:nth-child(odd) {
  clear: both;
}

.wdw-type .wishlist .list_prd > li:nth-child(even) {
  margin-left: 1.5rem;
}

.wdw-type .wishlist .list_prd > li:nth-child(-n+2) {
  margin-top: 0;
}

.wdw-type .wishlist .list_prd .img_box {
  width: 13.75rem;
  height: 13.75rem;
  text-align: center;
}

.wdw-type .wishlist .list_prd .img_box img {
  max-width: 100%;
  max-height: 100%;
}

.wdw-type .wishlist .list_prd .text_box {
  position: relative;
  margin-top: 1rem;
}

.wdw-type .wishlist .list_prd .text_box .prd_txt.volume {
  display: none;
}

.wdw-type .wishlist .prd_txt.price span {
  font-size: 1.3rem;
  color: #1c1c1c;
  font-weight: 600;
}

.wdw-type .wishlist .prd_txt.ms_sale {
  font-size: 1rem;
  color: #1c1c1c;
}

.wdw-type .wishlist .list_prd.view .text_box .ms_sale ins {
  display: inline-block;
  font-size: 1.3rem;
  color: #1c1c1c;
  font-weight: 700;
  text-decoration: none;
}

.wdw-type .wishlist .list_prd.view .text_box .ms_sale del {
  display: inline-block;
  margin-left: 0.75rem;
  text-decoration: line-through;
}

.wdw-type .wishlist .list_prd .text_box .sold_title {
  display: none;
}

.wdw-type .wishlist .list_prd li.sold_out .img_box:after {
  display: none;
}

.wdw-type .wishlist .list_prd.view .text_box .prd_title {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .wishlist .list_prd.view .checks-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.wdw-type .wishlist .list_prd.view .checks {
  display: block;
  position: relative;
}

.wdw-type .wishlist .list_prd button.btn_icon.del {
  display: none;
}

.wdw-type .wishlist .prd_btn_box {
  display: none;
}

.wdw-type .wishlist .icon-area {
  margin-top: 2rem;
  padding: 0.5rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.wdw-type .wishlist .icon-area span {
  display: inline-block;
  width: 1.65rem;
  height: 1.8rem;
}

.wdw-type .wishlist .icon-area span + span {
  margin-left: 0.8rem;
}

.wdw-type .wishlist .icon-area span img {
  display: block;
  max-width: 100%;
}

.wdw-type .myInquiryList .total__list {
  display: block;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.1rem;
}

.wdw-type .myInquiryList .latter_list {
  border-top: 0.15rem solid #918c00;
}

.wdw-type .myInquiryList .latter_list > li {
  border-bottom: 1px solid #ccc;
}

.wdw-type .myInquiryList .latter_list li:after {
  display: none;
}

.wdw-type .myInquiryList .latter_list li .oder_title {
  padding: 1.5rem 0;
  border: none;
}

.wdw-type .myInquiryList .latter_list li .oder_title:before {
  right: 0;
  bottom: 1.5rem;
  top: 50%;
  margin-top: -0.425rem;
  opacity: 0.6;
}

.wdw-type .myInquiryList .qna_title_inner {
  position: relative;
}

.wdw-type .myInquiryList .qna_title_inner .qna_sot {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .myInquiryList .qna_title_inner .qna_title {
  display: block;
  margin-top: 0;
  padding-right: 7.5rem;
  font-size: 1.2rem;
  color: #1c1c1c;
  line-height: 1.6rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}

.wdw-type .myInquiryList .qna_title_inner .qna_data {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #888;
}

.wdw-type .myInquiryList .qna_title_inner .qna_reply {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 0;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .myInquiryList .latter_list .oder_title + .agree_box {
  border-top: 1px solid #ccc;
}

.wdw-type .myInquiryList .latter_list .on > .oder_title {
  background: #fff;
}

.wdw-type .myInquiryList .latter_list .on > .oder_title:before {
  background: url(/front_mo/images/icon_arrow_big-a3ffa258af6c73343a096e0a412f114a.png) no-repeat;
  transform: rotate(0);
}

.wdw-type .myInquiryList .latter_list .qna_text {
  padding: 0;
}

.wdw-type .myInquiryList .head__area {
  position: relative;
  padding: 1.25rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .myInquiryList .head__area .thumb {
  overflow: hidden;
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 5rem;
  height: 5rem;
}

.wdw-type .myInquiryList .head__area .thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.wdw-type .myInquiryList .head__area .thumb:after {
  display: none;
}

.wdw-type .myInquiryList .head__area .info {
  min-height: 5rem;
  padding-left: 6rem;
}

.wdw-type .myInquiryList .head__area .info span {
  display: block;
  line-height: 1.1rem;
  font-size: 1.1rem;
}

.wdw-type .myInquiryList .head__area .info span.item-name {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.wdw-type .myInquiryList .cont__area {
  padding: 1.5rem 0;
}

.wdw-type .myInquiryList .cont__area .txt {
  font-size: 1.1rem;
  line-height: 1.5;
  word-break: normal;
  word-wrap: break-word;
}

.wdw-type .myInquiryList .cont__area .img {
  display: block;
  margin-top: 1rem;
  font-size: 0;
}

.wdw-type .myInquiryList .cont__area .loaded__file {
  margin-top: 2.5rem;
  font-size: 1.1rem;
}

.wdw-type .myInquiryList .cont__area .loaded__file:before {
  display: inline-block;
  content: '';
  width: 1.4rem;
  height: 1.2rem;
  margin-right: 0.75rem;
  background: url(/front_mo/images/icon_mypage_file-3024f41cf21d576ae59284351b79bed6.png) no-repeat 0 0.1rem;
}

.wdw-type .myInquiryList .review__area {
  padding: 1.25rem;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
}

.wdw-type .myInquiryList .review__area .head {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}

.wdw-type .myInquiryList .review__area .head .date {
  float: right;
  font-size: 1.1rem;
  color: #888;
}

.wdw-type .myInquiryList .review__area .cont {
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.wdw-type .myFaqList .total__list {
  display: block;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.1rem;
}

.wdw-type .myFaqList .latter_list {
  border-top: 0.15rem solid #918c00;
}

.wdw-type .myFaqList .latter_list > li {
  border-bottom: 1px solid #ccc;
}

.wdw-type .myFaqList .latter_list li .oder_title {
  padding: 1.5rem 0;
  border: none;
}

.wdw-type .myFaqList .latter_list li .oder_title:before {
  right: 0;
  bottom: 1.5rem;
  top: 50%;
  margin-top: -0.425rem;
  opacity: .6;
}

.wdw-type .myFaqList .latter_list li .oder_title:after {
  display: none;
}

.wdw-type .myFaqList .qna_title_inner {
  position: relative;
}

.wdw-type .myFaqList .qna_title_inner .qna_sot {
  display: block;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .myFaqList .qna_title_inner .qna_title {
  display: block;
  margin-top: 0;
  padding-right: 7.5rem;
  font-size: 1.2rem;
  color: #1c1c1c;
  line-height: 1.6rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .myFaqList .qna_title_inner .qna_data {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #888;
}

.wdw-type .myFaqList .qna_title_inner .qna_reply {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 0;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .myFaqList .latter_list .oder_title + .agree_box {
  border-top: 1px solid #ccc;
}

.wdw-type .myFaqList .latter_list .on > .oder_title {
  background: #fff;
}

.wdw-type .myFaqList .latter_list .on > .oder_title:before {
  background: url(/front_mo/images/icon_arrow_big-a3ffa258af6c73343a096e0a412f114a.png) no-repeat;
  transform: rotate(0);
}

.wdw-type .myFaqList .latter_list .qna_text {
  padding: 0;
}

.wdw-type .myFaqList .head__area {
  position: relative;
  padding: 1.25rem 0;
  border-bottom: 1rem px solid #ccc;
}

.wdw-type .myFaqList .head__area .thumb {
  width: 5rem;
  height: 5rem;
}

.wdw-type .myFaqList .head__area .thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.wdw-type .myFaqList .head__area .info {
  position: absolute;
  top: 1.5rem;
  left: 6rem;
  padding-left: 1rem;
}

.wdw-type .myFaqList .head__area .info span {
  display: block;
  line-height: 1.1rem;
  margin-top: 0.5rem;
  font-size: 1.1rem;
}

.wdw-type .myFaqList .head__area .info span.item-name {
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-size: 1.1rem;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.wdw-type .myFaqList .cont__area {
  padding: 1.5rem 0;
}

.wdw-type .myFaqList .cont__area .txt {
  font-size: 1.1rem;
  line-height: 1.5;
  word-break: normal;
  word-wrap: break-word;
}

.wdw-type .myFaqList .cont__area .img {
  display: block;
  margin-top: 1rem;
  font-size: 0;
}

.wdw-type .myFaqList .cont__area .loaded__file {
  margin-top: 2.5rem;
  font-size: 1.1rem;
}

.wdw-type .myFaqList .cont__area .loaded__file:before {
  display: inline-block;
  content: '';
  width: 1.4rem;
  height: 1.2rem;
  margin-right: 0.75rem;
  background: url(/front_mo/images/icon_mypage_file-3024f41cf21d576ae59284351b79bed6.png) no-repeat 0 0.1rem;
}

.wdw-type .myFaqList .review__area {
  padding: 1.25rem;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
}

.wdw-type .myFaqList .review__area .head {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}

.wdw-type .myFaqList .review__area .head .date {
  float: right;
  font-size: 1.1rem;
  color: #888;
}

.wdw-type .myFaqList .review__area .cont {
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.5;
  word-break: normal;
  word-wrap: break-word;
}

.wdw-type .myQnAList .total__list {
  display: block;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.1rem;
}

.wdw-type .myQnAList .latter_list {
  border-top: 0.15rem solid #918c00;
}

.wdw-type .myQnAList .latter_list > li {
  border-bottom: 1px solid #ccc;
}

.wdw-type .myQnAList .latter_list li .oder_title {
  position: relative;
  padding: 1.25rem 7.5rem 1.25rem 6rem;
  min-height: 5rem;
  border: 0;
}

.wdw-type .myQnAList .latter_list li .oder_title:before {
  right: 0;
  bottom: 1.5rem;
  top: 50%;
  margin-top: -0.425rem;
  opacity: 0.6;
}

.wdw-type .myQnAList .latter_list li .oder_title:after {
  display: none;
}

.wdw-type .myQnAList .latter_list .qna__inner .thumb {
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 5rem;
  height: 5rem;
}

.wdw-type .myQnAList .latter_list .qna__inner .qna__txt .type {
  display: block;
  font-size: 1.1rem;
  color: #1c1c1c;
  line-height: 1.6rem;
}

.wdw-type .myQnAList .latter_list .qna__inner .qna__txt .item_name {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.6rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .myQnAList .latter_list .qna__inner .qna__txt .title {
  display: block;
  margin-top: 0;
  font-size: 1.2rem;
  color: #1c1c1c;
  line-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wdw-type .myQnAList .latter_list .qna__inner .qna__txt .state {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  color: #1c1c1c;
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 0;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .myQnAList .latter_list .oder_title + .agree_box {
  border-top: 1px solid #ccc;
}

.wdw-type .myQnAList .latter_list .on > .oder_title {
  background: #fff;
}

.wdw-type .myQnAList .latter_list .on > .oder_title:before {
  background: url(/front_mo/images/icon_arrow_big-a3ffa258af6c73343a096e0a412f114a.png) no-repeat;
  transform: rotate(0);
}

.wdw-type .myQnAList .latter_list .qna_text {
  padding: 0;
}

.wdw-type .myQnAList .cont__area {
  padding: 1.25rem 0;
}

.wdw-type .myQnAList .cont__area .qna_data {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  color: #888;
}

.wdw-type .myQnAList .cont__area .txt {
  font-size: 1.1rem;
  line-height: 1.5;
  word-break: normal;
  word-wrap: break-word;
}

.wdw-type .myQnAList .cont__area .loaded__file {
  margin-top: 2.5rem;
  font-size: 1.1rem;
}

.wdw-type .myQnAList .cont__area .loaded__file:before {
  display: inline-block;
  content: '';
  width: 1.4rem;
  height: 1.2rem;
  margin-right: 0.75rem;
  background: url(/front_mo/images/icon_mypage_file-3024f41cf21d576ae59284351b79bed6.png) no-repeat 0 0.1rem;
}

.wdw-type .myQnAList .review__area {
  padding: 1.25rem;
  background: #f9f9f9;
  border-top: 1px solid #ccc;
}

.wdw-type .myQnAList .review__area .head {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}

.wdw-type .myQnAList .review__area .head .date {
  float: right;
  font-size: 1.1rem;
  color: #888;
}

.wdw-type .myQnAList .review__area .cont {
  padding: 1rem 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.wdw-type .myPoint .pt_sta_box .section {
  padding: 0;
  margin-top: 2rem;
}

.wdw-type .myPoint .wrap__pt_box {
  display: table;
  width: 100%;
}

.wdw-type .myPoint .wrap__pt_box .pt_box {
  display: table-cell;
  width: 12.5rem;
  margin: 0;
  border: none;
}

.wdw-type .myPoint .wrap__pt_box .pt_box .inner {
  height: 10.9rem;
  padding: 0;
}

.wdw-type .myPoint .wrap__pt_box .pt_box.hPoint .inner:before {
  display: inline-block;
  width: 5.5rem;
  height: 5.5rem;
  border: 0.1rem solid #1c1c1c;
  border-radius: 100%;
  background-color: #fff;
  background: url(/front_mo/images/icon_mypage_hPoint-1817bff3fb2a0c93996d4979564b4e31.png) no-repeat center center;
  box-sizing: border-box;
  content: '';
}

.wdw-type .myPoint .wrap__pt_box .pt_box.spoon .inner {
  border-left: 1px solid #ccc;
}

.wdw-type .myPoint .wrap__pt_box .pt_box.spoon .inner:before {
  display: inline-block;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 100%;
  background: #918c00 url(/front_mo/images/icon_mypage_spoon-9546863c8c1ea4af0e299cb999344ffb.png) no-repeat center center;
  content: '';
}

.wdw-type .myPoint .wrap__pt_box .pt_box .inner .f_gray {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .myPoint .wrap__pt_box .pt_box .inner .pt_num {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.wdw-type .myPoint .wrap__pt_box .pt_box .inner .pt_num strong {
  min-width: auto;
  font-size: 1.5rem;
}

.wdw-type .myPoint .wrap__pt_box .pt_box .inner .gcolor {
  color: #918c00;
}

.wdw-type .myPoint .hPoint__cont {
  margin: 2rem 0;
}

.wdw-type .myPoint .hPoint__cont .txt {
  font-size: 1.1rem;
  line-height: 1.6;
  word-break: keep-all;
}

.wdw-type .myPoint .hPoint__cont .txt .tit {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.wdw-type .myPoint .hPoint__cont .go__site {
  display: block;
  width: 100%;
  height: 3.5rem;
  margin-top: 2rem;
  background: #918c00;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 3.5rem;
  text-align: center;
}

.wdw-type .myPoint .spoon__cont {
  position: relative;
  margin: 2rem 0;
}

.wdw-type .myPoint .spoon__cont .txt {
  font-size: 1.1rem;
  line-height: 1.6;
  word-break: keep-all;
}

.wdw-type .myPoint .spoon__cont .txt .tit {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.wdw-type .myPoint .spoon__cont .point__conver {
  display: block;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 10rem;
  height: 2.75rem;
  background: #918c00;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.75rem;
  text-align: center;
}

.wdw-type .myPoint .spoon__cont .list__wrap {
  margin-top: 2.5rem;
}

.wdw-type .myPoint .spoon__cont .list__wrap .head__area {
  display: table;
  margin: 1rem 0;
  width: 100%;
}

.wdw-type .myPoint .spoon__cont .list__wrap .sort__area {
  display: table-cell;
  width: calc(100% - 10.5rem);
  height: 3.5rem;
  vertical-align: middle;
}

.wdw-type .myPoint .spoon__cont .list__wrap .sort__area li {
  display: inline-block;
  float: left;
  height: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  padding-right: 1.25rem;
}

.wdw-type .myPoint .spoon__cont .list__wrap .sort__area li.on {
  color: #918c00;
  font-weight: 600;
}

.wdw-type .myPoint .spoon__cont .list__wrap .sort__area li:not(:first-child) {
  padding-left: 1.25rem;
  border-left: 1px solid #7e7e7e;
}

.wdw-type .myPoint .spoon__cont .list__wrap .select__area {
  display: table-cell;
  width: 10.5rem;
  height: 3.5rem;
}

.wdw-type .myPoint .spoon__cont .list__wrap .select__area select {
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  border: 1px solid #cdcdcd;
  font-size: 1.1rem;
  background: #fff url(/front_mo/images/ico_member_select-194240eda4252975f9053de65c2e4171.png) no-repeat 90% 50%;
}

.wdw-type .myPoint .spoon__cont .list__wrap .list__box {
  width: 100%;
  border-top: 0.15rem solid #918c00;
}

.wdw-type .myPoint .spoon__cont .list__wrap .list__box .list {
  position: relative;
  border-bottom: 1px solid #cdcdcd;
  padding: 1.5rem 0;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .myPoint .spoon__cont .list__wrap .list__box .list .tit {
  display: block;
  width: 85%;
  line-height: 1.5;
}

.wdw-type .myPoint .spoon__cont .list__wrap .list__box .list .tit strong {
  display: block;
}

.wdw-type .myPoint .spoon__cont .list__wrap .list__box .list .date {
  display: block;
  margin-top: 0.5rem;
}

.wdw-type .myPoint .spoon__cont .list__wrap .list__box .list .point {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 0;
  text-align: right;
}

.wdw-type .myPoint .spoon__cont .list__wrap .list__box .list .point strong {
  display: block;
  margin-bottom: 0.5rem;
}

.wdw-type .hd .anniversaryAdd {
  padding: 1.25rem 0;
  border-top: 1px solid #ccc;
}

.wdw-type .hd .anniversaryAdd .anniversary__desc {
  line-height: 1.5rem;
  font-size: 1.1rem;
}

.wdw-type .hd .anniversaryAdd .input-box.date {
  padding-right: 10.75rem;
}

.wdw-type .hd .anniversaryAdd .input-box.date .date__check {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .hd .anniversaryAdd .input-box.date .checkbox-round {
  margin-left: 1rem;
}

.wdw-type .hd .anniversaryList ul li {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}

.wdw-type .hd .anniversaryList ul li:first-child {
  border-top: 1px solid #ccc;
}

.wdw-type .hd .anniversaryList ul li .name {
  display: block;
  line-height: 1.9rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .hd .anniversaryList ul li .name .d-day {
  color: #918c00;
}

.wdw-type .hd .anniversaryList ul li .date {
  display: block;
  line-height: 1.9rem;
  font-size: 1.1rem;
}

.wdw-type .hd .anniversaryList ul li .btn-half {
  position: absolute;
  right: 0;
  bottom: 1rem;
  width: 5.5rem;
  height: 2.75rem;
  margin-left: 0.5rem;
  line-height: 2.75rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.wdw-type .txOrderList .period-check {
  display: block;
  width: 29rem;
  height: 3.5rem;
  margin: 2rem auto 0;
  padding: 0 1.25rem;
  font-size: 1.1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff url(/front_mo/images/ico_member_select-194240eda4252975f9053de65c2e4171.png) no-repeat 95% 50%;
}

.wdw-type .txOrderList .buy-list {
  width: 29rem;
  margin: 0 auto;
  border: none;
}

.wdw-type .txOrderList .buy-list .list-area {
  border-top: 0.15rem solid #918c00;
  margin-top: 2rem;
}

.wdw-type .txOrderList .buy-list .buy-info {
  display: block;
  padding: 1.25rem 0;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1.1rem;
}

.wdw-type .txOrderList .buy-list .buy-info .tit {
  display: block;
  color: #1c1c1c;
  margin-bottom: 0.5rem;
}

.wdw-type .txOrderList .buy-list .buy-info .tit:after {
  display: none;
}

.wdw-type .txOrderList .buy-list .buy-info .total-price {
  display: block;
  color: #1c1c1c;
  font-weight: 600;
}

.wdw-type .txOrderList .buy-list .buy-info .total-price:before {
  display: none;
}

.wdw-type .txOrderList .buy-list .wraper-information {
  padding: 1.25rem 0;
  border-bottom: 1px solid #d5d5d5;
}

.wdw-type .txOrderList .buy-list .wrap-information {
  position: relative;
  padding: 0;
}

.wdw-type .txOrderList .buy-list .information > a {
  font-size: 1.1rem;
  color: #1c1c1c;
  font-weight: 600;
}

.wdw-type .txOrderList .buy-list .information .price {
  display: block;
  position: static;
  margin-top: 0.5rem;
  font-size: 1.1rem;
  color: #1c1c1c;
  font-weight: 400;
}

.wdw-type .txOrderList .buy-list .information .option {
  display: block;
  position: static;
  padding-top: 1.25rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1c1c1c;
}

.wdw-type .txOrderList .buy-list .information .option .option__tit {
  display: block;
  padding-bottom: 0.5rem;
}

.wdw-type .txOrderList .wraper-information .btn-area {
  padding: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wdw-type .txOrderList .wraper-information .btn-area a {
  display: inline-block;
  width: 9.7rem;
  height: 2.75rem;
  line-height: 2.75rem;
  color: #1c1c1c;
  font-size: 1.1rem;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.wdw-type .txOrderList .wraper-information .btn-area a + a {
  margin-left: 0.65rem;
}

.wdw-type .hd .amore {
  padding-bottom: 7.5rem;
}

.wdw-type .hd.amore .member__top-area {
  padding-top: 1.5rem;
}

.wdw-type .hd.amore .select-wrap.two {
  padding-top: 1.5rem;
}

.wdw-type .hd.amore .hd__myOrderDetail__sect,
.wdw-type .hd.amore .hd__applyOrderCancel__sect {
  padding-top: 1.5rem;
}

.wdw-type .hd.amore .service__center li:first-child {
  display: none;
}

.wdw-type .hd.amore .service__center li + li {
  width: 100% !important;
  border-left: 1px solid #ccc !important;
}

.wdw-type .cellphone__number {
  line-height: 3.5rem;
}

.wdw-type .change-address__desc {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.wdw-type .change-address__list__inner {
  position: relative;
}

.wdw-type .change-address__list__inner .title-area {
  width: calc(100% - 7rem);
  box-sizing: border-box;
}

.wdw-type .change-address .btn-change {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.wdw-type .popup_chkItem .count_box + .dvCart-desc {
  margin-top: 2rem;
}

.wdw-type .popup_chkItem .dvCart-price {
  bottom: 0;
}

.wdw-type .appViewPopup__content {
  max-width: 32rem;
  padding: 2.5rem 2rem;
}

.wdw-type .appViewPopup__main {
  padding-left: 6.5rem;
  font-size: 1.5rem;
}

.wdw-type .appViewPopup__main:before {
  left: 2rem;
  top: 1.75rem;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1.5rem;
}

.wdw-type .appViewPopup__open {
  margin: 2rem 0 0.5rem;
  padding: 1.5rem 0;
  font-size: 1.45rem;
  border-radius: 0.4rem;
}

.wdw-type .appViewPopup__close {
  padding: 0.5rem 0.75rem;
}

.hd {
  color: #1c1c1c;
}

.hd .point_color {
  color: #918c00;
}

.hd .point_color2 {
  color: #918c00;
}

.hd#main .hd__btn-tutorial, .hd#market_main .hd__btn-tutorial, .hd#market .hd__btn-tutorial, .hd#planMeals .hd__btn-tutorial {
  display: block;
}

.hd button:focus {
  outline: none;
}

.hd__sub {
  padding-top: 170px;
}

.hd__inner {
  width: 580px;
  margin: 0 auto;
}

.hd__title-hidden {
  display: none;
}

.hd__text-uline {
  position: relative;
  z-index: 0;
}

.hd__text-uline:after {
  display: block;
  position: absolute;
  bottom: 8%;
  left: -4px;
  z-index: -1;
  width: 100%;
  height: 13%;
  padding: 0 4px;
  background-color: #F9D983;
  content: "";
}

.hd__btn-heart {
  display: table;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 58px;
  height: 58px;
  background: #FFF;
  border: 1px solid #A8A8A8;
  border-radius: 40px;
}

.hd__btn-heart span {
  display: table-cell;
  vertical-align: middle;
}

.hd__btn-heart span:after {
  display: table-cell;
  width: 33px;
  height: 30px;
  margin: 0 auto;
  background: url("/front_mo/images/btn_heart-off-9a5aade5906b74837490ea5e8fe2acad.png") no-repeat 0 0;
  vertical-align: middle;
  content: "";
}

.hd__btn-heart--active span {
  display: table-cell;
  vertical-align: middle;
}

.hd__btn-heart--active span:after {
  background: url("/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png") no-repeat 0 0;
}

.hd .swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.hd .swiper-pagination {
  margin-top: 30px;
  text-align: center;
}

.hd .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #d6d6d6;
  border-radius: 5px;
  outline: 0;
}

.hd .swiper-pagination-bullet-active {
  width: 25px;
  background-color: #918c00;
}

.hd .tnb-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 57px;
  padding-top: 28px;
  background-color: #FFF;
  border-bottom: 10px solid #FFF;
}

.hd .tnb-area__inner {
  position: relative;
  padding: 0 30px;
  height: 57px;
  margin: 0 auto;
}

.hd .tnb-area__inner:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  background: #918c00;
  content: '';
}

.hd .tnb-area__list {
  position: relative;
  float: left;
  width: 148px;
  height: 55px;
  font-weight: bold;
  text-align: center;
  margin-left: -5px;
}

.hd .tnb-area__list:first-child {
  margin-left: 0;
}

.hd .tnb-area__list a {
  display: block;
  padding-right: 24px;
}

.hd .tnb-area__list a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 22px solid #EAEAEA;
  border-left: 14px solid #EAEAEA;
}

.hd .tnb-area__list a strong {
  display: block;
  background: #eaeaea;
  border-radius: 20px 20px 0 0;
  padding: 15px 0;
  color: #666;
}

.hd .tnb-area__list--active {
  z-index: 2;
}

.hd .tnb-area__list--active a:after {
  border-top: 24px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 22px solid #918c00;
  border-left: 14px solid #918c00;
}

.hd .tnb-area__list--active a strong {
  background: #918c00;
  color: #FFF;
}

.hd .tnb-area__count {
  display: block;
  position: absolute;
  top: -16px;
  right: 10px;
  z-index: 2;
  min-width: 29px;
  min-height: 29px;
  padding: 0 8px;
  background: #3d3d3d;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
  border-radius: 15px;
  box-sizing: border-box;
}

.hd .tnb-area--fixed {
  position: fixed;
  top: 63px;
}

.hd--fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

.hd .input-number-password {
  -webkit-text-security: disc;
}

.hd .sns-login {
  padding-top: 33px;
  text-align: center;
}

.hd .sns-login__tit {
  margin-bottom: 26px;
  font-weight: bold;
}

.hd .sns-login a {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}

.hd .sns-login a + a {
  margin-left: 42px;
}

.hd .sns-login a span {
  display: inline-block;
  padding-top: 95px;
  line-height: 32px;
}

.hd .sns-login .disable {
  -webkit-filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
}

.hd .sns-login-naver:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 40px;
  height: 70px;
  margin-left: 12px;
  background: url(/front_mo/images/icon_sns-login-284254693feb54f73f4cdcf3bcf3f9e1.png) no-repeat -0px;
  content: '';
}

.hd .sns-login-kakao:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 40px;
  height: 70px;
  margin-left: 12px;
  background: url(/front_mo/images/icon_sns-login-284254693feb54f73f4cdcf3bcf3f9e1.png) no-repeat -46px;
  content: '';
}

.hd .sns-login-google:before {
  display: block;
  position: absolute;
  top: 7px;
  left: 10px;
  width: 40px;
  height: 70px;
  margin-left: 12px;
  background: url(/front_mo/images/icon_sns-login-284254693feb54f73f4cdcf3bcf3f9e1.png) no-repeat -92px;
  content: '';
}

.hd .sns-login-kakao:before {
  width: 42px;
  margin-left: 10px;
  background-position-x: -44px;
}

.hd .sns-login-naver {
  background: #3bab36;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
}

.hd .sns-login-naver a {
  color: #fff;
}

.hd .sns-login-kakao {
  background: #fae100;
}

.hd .sns-login-google {
  background: #f0f0f0;
}

.hd .sns-login-apple {
  background: #000;
}

.hd .sns-login-apple:before {
  content: '';
  background: url(/front_mo/images/apple_logo_white-f1f27f673c25e92e3eccd9d2a7f7ccb3.svg) 0 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 100% 100%;
  border-radius: 50%;
  left: 0;
}

.hd .coupon-download__desc {
  margin-bottom: 20px;
}

.hd .coupon-download__list:not(:first-child) {
  margin-top: 30px;
}

.hd .coupon-download__list .coupon {
  overflow: hidden;
  position: relative;
  height: 180px;
  background-color: #918c00;
  cursor: pointer;
}

.hd .coupon-download__list .coupon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.hd .coupon-download__list .coupon__info {
  display: inline-block;
  vertical-align: middle;
  width: 360px;
  padding-left: 62px;
}

.hd .coupon-download__list .coupon__info:before {
  display: block;
  position: absolute;
  left: -18px;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  background-color: #FFF;
  border-radius: 20px;
  content: '';
}

.hd .coupon-download__list .coupon__condi {
  display: block;
  padding-top: 25px;
  color: #FFF;
  font-size: 18px;
}

.hd .coupon-download__list .coupon__name {
  display: block;
  color: #FFF;
}

.hd .coupon-download__list .coupon__price {
  display: block;
  padding-top: 35px;
  color: #FFF;
}

.hd .coupon-download__list .coupon__price strong {
  font-size: 46px;
}

.hd .coupon-download__list .coupon .download-btn {
  display: block;
  float: right;
  width: 97px;
  margin-top: 50px;
  color: #FFF;
  text-align: center;
  line-height: 24px;
}

.hd .coupon-download__list .coupon .download-btn:before {
  display: block;
  position: absolute;
  top: -4px;
  width: 97px;
  height: 110%;
  border: 1px dashed #FFF;
  border-width: 2px;
  opacity: 0.4;
  content: '';
}

.hd .coupon-download__list .coupon .download-btn:after {
  display: block;
  position: absolute;
  top: 95px;
  right: 36px;
  width: 23px;
  height: 25px;
  margin-top: 13px;
  background: url("/front_mo/images/btn_download-58c2f8881db93439868d4056f28ef84b.png") no-repeat 0 0;
  content: '';
}

.hd .coupon-download__list .coupon .download-btn-done {
  display: none;
}

.hd .coupon-download__list .coupon--done {
  background-color: #DCDCDC !important;
}

.hd .coupon-download__list .coupon--done .download-btn {
  display: none;
}

.hd .coupon-download__list .coupon--done .download-btn-done {
  display: block;
  float: right;
  width: 97px;
  margin-top: 50px;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
}

.hd .coupon-download__list .coupon--done .download-btn-done:before {
  display: block;
  position: absolute;
  top: -4px;
  width: 97px;
  height: 110%;
  border: 1px dashed #FFF;
  border-width: 2px;
  opacity: 0.4;
  content: '';
}

.hd .coupon-download__list .coupon--done .download-btn-done:after {
  display: none;
}

.hd .coupon-download__list .download-info {
  margin: 20px 25px 0;
}

.hd .coupon-download__list .download-info__list {
  line-height: 30px;
}

.hd .fadeInUp {
  -webkit-animation: fadeInUp 0.9s both 0.25s cubic-bezier(0.22, 0.61, 0.87, 1.27);
  animation: fadeInUp 0.9s both 0.25s cubic-bezier(0.22, 0.61, 0.87, 1.27);
}

.hd .fadeInDown {
  -webkit-animation: fadeInDown 0.9s both 0.25s cubic-bezier(0.22, 0.61, 0.87, 1.27);
  animation: fadeInDown 0.9s both 0.25s cubic-bezier(0.22, 0.61, 0.87, 1.27);
}

.hd .delay_500 {
  animation-delay: .5s;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hd .px__slider {
  width: 580px;
  height: 530px;
  transition: opacity 0.6s ease, transform 0.3s ease;
}

.hd .px__slider.loading {
  opacity: 0;
  visibility: hidden;
}

.hd .px__slider__list {
  box-sizing: border-box;
  overflow: hidden;
}

.hd .px__slider__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.hd .px__slider__bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.hd .px__slider__bgimg .entity-img {
  display: none;
}

.hd .comDelivery__annc {
  line-height: 32px;
}

.hd .comDelivery__list-wrap {
  margin: 30px 0;
  border-top: 1px solid #ccc;
}

.hd .comDelivery__list {
  padding: 25px 0;
}

.hd .comDelivery__list:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.hd .comDelivery .contbox {
  padding-left: 60px;
}

.hd .comDelivery .contbox__list {
  position: relative;
}

.hd .comDelivery .contbox__list:not(:first-child) {
  margin-top: 10px;
}

.hd .comDelivery .contbox__list__tit {
  display: inline-block;
  width: 120px;
}

.hd .comDelivery__desc {
  margin-top: 30px;
  line-height: 32px;
}

.hd .comDelivery__desc__list {
  padding-left: 10px;
  text-indent: -14px;
  word-break: keep-all;
}

.hd .check-label {
  display: block;
  position: relative;
}

.hd .check-label input[type="checkbox"],
.hd .check-label [type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.hd .check-label .check-area {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.hd .check-label .check-area .check-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/front_mo/images/btn_comm_radio-65f9dfa8c8d59189b54acdf2be49b1f1.png?ver=210226") !important;
  background-position: -2px 0;
  background-repeat: no-repeat;
}

.hd .check-label .check-area input[type="checkbox"]:checked + .check-icon,
.hd .check-label .check-area input[type="radio"]:checked + .check-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("/front_mo/images/btn_comm_radio-65f9dfa8c8d59189b54acdf2be49b1f1.png?ver=210226") !important;
  background-position: -45px 0;
  background-repeat: no-repeat;
}

.hd .btn-full {
  width: 580px;
  height: 70px;
  box-sizing: border-box;
}

.hd .btn-full:disabled {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}

.hd .btn-half {
  float: left;
  width: 290px;
  height: 70px;
  box-sizing: border-box;
}

.hd .btn-green {
  background: #918c00;
  color: #FFF;
  font-size: 24px;
  line-height: 68px;
  border: 1px solid #918c00;
  box-sizing: border-box;
}

.hd .btn-orange {
  background: #FFF;
  border: 1px solid #918c00;
  color: #918c00;
  font-size: 24px;
  line-height: 68px;
}

.hd .btn-white {
  background: #FFF;
  border: 1px solid #918c00;
  color: #1c1c1c;
  font-size: 24px;
  line-height: 68px;
}

.hd .btn-white-v2 {
  background: #FFF;
  border: 1px solid #BCBCBC;
  color: #1c1c1c;
  font-size: 24px;
  line-height: 68px;
}

.hd .btn-gray {
  background: #a8a8a8;
  border: 1px solid #a8a8a8;
  color: #FFF;
  font-size: 24px;
  line-height: 70px;
}

.hd .btn-arr {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
  height: 65px;
  line-height: 65px;
  background: #FFF;
  border: 1px solid #ccc;
  font-size: 24px;
  color: #1c1c1c;
  text-align: left;
}

.hd .btn-arr:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 16px;
  margin-top: -8px;
  background: url(/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png) no-repeat;
  background-size: 100%;
  opacity: 0.5;
  transform: rotate(-90deg);
  content: '';
}

.hd .btn-tooltip {
  visibility: visible;
  position: absolute;
  z-index: 1;
  top: -51px;
  left: 50%;
  padding: 10px;
  line-height: 1;
  font-size: 19px;
  font-weight: 100;
  color: #1c1c1c;
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #4e4e4e;
  white-space: nowrap;
  letter-spacing: -1px;
  transform: translateX(-50%) rotate(0.001deg);
  -webkit-transform: translate3d(-50%, 0, 0);
  animation: tooltipMotion 0.5s ease-out  0s infinite alternate;
}

.hd .btn-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #4e4e4e;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}

@keyframes tooltipMotion {
  0% {
    top: -51px;
  }
  100% {
    top: -41px;
  }
}

.hd .btn-round {
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 20px;
  color: #707070;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
}

.hd .btn-radius-sm {
  border-radius: 6px;
}

.hd .btn-radius-md {
  border-radius: 15px;
}

.hd .btn-radius-pill {
  border-radius: 9999px;
}

.hd .relative {
  position: relative;
}

.hd .discount-tooltip {
  visibility: visible;
  position: absolute;
  top: 130%;
  right: 50%;
  padding: 8px 15px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 100;
  color: #ea1111;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #ea1111;
  white-space: nowrap;
  letter-spacing: -1px;
  transform: translateX(50%);
  z-index: 1;
}

.hd .discount-tooltip:after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  margin-top: -2px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #ea1111;
  border-left: 0;
  border-top: 0;
  transform: rotate(-135deg) translateX(50%);
}

.hd .discount-tooltip.top {
  top: -150%;
}

.hd .discount-tooltip.top:after {
  top: 85%;
  transform: rotate(45deg) translateX(50%);
}

.hd .discount-tooltip.right {
  right: inherit;
  left: 110%;
  top: 50%;
  transform: translateX(0) translateY(-50%);
}

.hd .discount-tooltip.right:after {
  right: inherit;
  left: -2%;
  top: 50%;
  margin-top: -10px;
  transform: rotate(135deg) translateX(0) translateY(-50%);
}

.hd .checkbox-round {
  float: left;
}

.hd .checkbox-round + .checkbox-round {
  margin-left: 35px;
}

.hd .checkbox__label {
  display: block;
  position: relative;
}

.hd .checkbox__label:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  background: #FFF url("/front_mo/images/icon_member_check-off-076e097614f128f07c1f61efe08127e7.png") no-repeat center center;
}

.hd .checkbox__label.type2:before {
  margin-top: -1px;
  width: 37px;
  height: 37px;
  border: 0;
  background: url("/front_mo/images/btn_comm_radio-65f9dfa8c8d59189b54acdf2be49b1f1.png") no-repeat -2px -2px;
}

.hd .checkbox__input:checked + .checkbox__label:before {
  border: 1px solid #918c00;
  background-color: #918c00;
  background-image: url("/front_mo/images/icon_member_check-on-ee0612e1af2322a659e41e66e5201e38.png");
}

.hd .checkbox__input:checked + .checkbox__label.type2:before {
  background: url("/front_mo/images/btn_comm_radio-65f9dfa8c8d59189b54acdf2be49b1f1.png") no-repeat -42px -3px;
}

.hd .input-box + .input-box {
  margin-top: 20px;
}

.hd .input_text {
  width: 100%;
  height: 70px;
  padding: 0 20px;
  background: #FFF;
  border: 1px solid #BEBEBE;
  color: #1c1c1c;
  font-size: 24px;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 64px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hd .input_text:focus,
.hd input[type="text"]:focus {
  outline: 3px solid #918c00;
  color: #1c1c1c;
}

.hd .input_text::-webkit-input-placeholder {
  color: #BDBDBD;
}

.hd .input_text::-moz-placeholder {
  color: #BDBDBD;
}

.hd .input_text:-ms-input-placeholder {
  color: #BDBDBD;
}

.hd .input_text::-ms-input-placeholder {
  color: #BDBDBD;
}

.hd .input_text::placeholder {
  color: #BDBDBD;
}

.hd .tab-area {
  width: 100%;
}

.hd .tab-area .tab-list {
  float: left;
  position: relative;
  width: 50%;
  height: 67px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #1c1c1c;
  box-sizing: border-box;
  text-align: center;
  color: #888;
}

.hd .tab-area .tab-list a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 63px;
  font-size: 24px;
  z-index: 1;
  color: inherit;
}

.hd .tab-area .tab-list--on {
  border: 3px solid #1c1c1c;
  border-bottom: none;
  color: #1c1c1c;
  font-weight: bold;
}

.hd .tab-area-v2 {
  width: 100%;
}

.hd .tab-area-v2 .tab-list-v2 {
  float: left;
  position: relative;
  width: 50%;
  height: 67px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 67px;
  text-align: center;
  color: #9f9f9f;
}

.hd .tab-area-v2 .tab-list-v2--on {
  background: #FFF;
  border-bottom: none;
  color: #1c1c1c;
  font-weight: bold;
}

.hd .tab-area-v2 .tab-list-v2 a {
  position: relative;
  display: block;
  width: 100%;
  height: 67px;
  line-height: 67px;
  font-size: 24px;
  z-index: 1;
  color: inherit;
}

.hd .tab-area-v3 {
  display: flex;
  border-bottom: 10px solid #eee;
  background: #fff;
}

.hd .tab-area-v3 .tab-list-v3 {
  display: block;
  position: relative;
  width: 100%;
  height: 85px;
  border-bottom: 3px solid #e5e5e5;
  box-sizing: border-box;
  line-height: 85px;
  text-align: center;
  color: #555;
}

.hd .tab-area-v3 .tab-list-v3 a {
  position: relative;
  display: block;
  font-size: 24px;
  z-index: 1;
  color: inherit;
}

.hd .tab-area-v3 .tab-list-v3 a:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 1px;
  height: 24px;
  background: #ccc;
  content: '';
}

.hd .tab-area-v3 .tab-list-v3:first-child a:after {
  display: none;
}

.hd .tab-area-v3 .tab-list-v3--on {
  border-color: #918c00;
}

.hd .tab-area-v3 .tab-list-v3--on a {
  color: #918c00;
  font-weight: bold;
}

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

.hd .tab-contents {
  display: none;
}

.hd .tab-contents--current {
  display: block;
}

.hd .myInquiryList .tnb-area {
  position: static;
}

.hd .myInquiryList .tnb-area__inner {
  width: 100%;
}

.hd .comm-layer {
  height: 370px;
  font-size: 0;
}

.hd .comm-layer__inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.hd .comm-layer__success:before {
  content: '';
  display: block;
  width: 79px;
  height: 79px;
  margin: 0 auto 35px;
  background: #918c00 url("/front_mo/images/icon_common_check-type02-4d593dfc56977515a67de4a2adac2bc7.png") no-repeat 50% 50%;
  border-radius: 50%;
}

.hd .comm-layer__alert:before {
  content: '';
  display: block;
  width: 79px;
  height: 79px;
  margin: 0 auto 35px;
  background: url("/front_mo/images/icon_important-msg-fd07fac3411376072ac7dcf6af36de80.png") no-repeat 50% 50%;
  border-radius: 50%;
}

.hd .comm-layer__title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #1c1c1c;
}

.hd .comm-layer__desc {
  margin-top: 25px;
  line-height: 1.6;
  color: #1c1c1c;
}

.hd .comm-layer:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.hd .comm-layer .modal-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84px;
  border-top: 1px solid #ccc;
  line-height: 84px;
}

.hd .comm-layer .modal-btn-half {
  display: inline-block;
  width: 50%;
  height: 84px;
  text-align: center;
  font-weight: 600;
  color: #1c1c1c;
}

.hd .comm-layer .modal-btn-half:not(:first-child) {
  position: relative;
}

.hd .comm-layer .modal-btn-half:not(:first-child):before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #ccc;
  content: '';
}

.hd .popup_coupon-target .coupon-target .infoBox__title {
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.hd .popup_coupon-target .coupon-target .infoBox__list {
  display: block;
  margin-top: 15px;
}

.hd .popup_coupon-target .coupon-target .infoBox__cont {
  overflow-y: auto;
  max-height: 200px;
  padding: 20px 0;
}

.hd .popup_coupon-target .coupon-target .infoBox__cont__part {
  display: block;
}

.hd .popup_coupon-target .coupon-target .infoBox__cont__part:not(:first-child) {
  margin-top: 15px;
  color: #918c00;
}

.hd .popup_coupon-target .coupon-target .infoBox__cont__part2 {
  display: block;
}

.hd .popup_coupon-target .coupon-target .infoBox__cont__part2:not(:first-child) {
  margin-top: 15px;
}

.hd .popup_coupon-target .coupon-target .infoBox__cont__part2 .option {
  position: relative;
  margin-top: 5px;
  padding-left: 110px;
  line-height: 1.5;
  color: #888;
}

.hd .popup_coupon-target .coupon-target .infoBox__cont__part2 .option span {
  position: absolute;
  left: 10px;
  top: 0;
  width: 110px;
  vertical-align: top;
}

.hd .popup_coupon-target .coupon-target .infoBox + .infoBox {
  margin-top: 30px;
}

.hd .popup_coupon-target .coupon-target .desc {
  position: relative;
  padding-top: 25px;
  padding-left: 15px;
  border-top: 1px solid #ccc;
  color: #888;
  line-height: 1.6;
}

.hd .popup_coupon-target .coupon-target .desc:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd .popup_jointDelivery .jointDelivery {
  line-height: 30px;
  font-size: 20px;
}

.hd .popup_jointDelivery .jointDelivery .joint {
  margin: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.hd .popup_jointDelivery .jointDelivery .joint__list {
  padding: 20px 0;
}

.hd .popup_jointDelivery .jointDelivery .joint__list + .joint__list {
  border-top: 1px solid #ccc;
}

.hd .popup_jointDelivery .jointDelivery .joint__list .check-label {
  min-height: 37px;
}

.hd .popup_jointDelivery .jointDelivery .joint__cont {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}

.hd .popup_jointDelivery .jointDelivery .not-joint {
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.hd .popup_jointDelivery .btn__order {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  background: #918c00;
  color: #fff;
  box-sizing: border-box;
}

.hd .popup_pointConver .pointConver__annc__tit {
  padding-bottom: 20px;
  border-bottom: 1px solid #CDCDCD;
}

.hd .popup_pointConver .pointConver__annc .txt-box {
  padding: 20px 0;
}

.hd .popup_pointConver .pointConver__annc .txt-box__list {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}

.hd .popup_pointConver .pointConver__annc .txt-box__list:before {
  display: block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd .popup_pointConver .pointConver .input-area {
  width: 100%;
}

.hd .popup_pointConver .pointConver .btn-area {
  width: 100%;
  margin-top: 20px;
}

.hd .popup_pointConver .pointConver .btn-area button {
  width: 100%;
}

.hd .popup_pointConver .pointConver__desc {
  margin-top: 30px;
  line-height: 1.6;
  color: #888;
}

.hd .popup_pointConver .pointConver__desc__list {
  position: relative;
  padding-left: 15px;
}

.hd .popup_pointConver .pointConver__desc__list:before {
  display: block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd__ico-area {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0;
}

.hd__ico-area li {
  display: inline-block;
  width: 16%;
  margin-top: 5px;
  vertical-align: top;
  text-align: center;
}

.hd__ico-area li img {
  width: 35px;
  height: 35px;
  vertical-align: top;
}

.hd__icon__score span.on {
  display: inline-block;
  margin: 0 1px;
  width: 15px;
  height: 15px;
  background: url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=250207") no-repeat;
  background-position-x: -595px;
}

.hd .adminSetPage .accordion .accordion__head {
  background: url(/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png) no-repeat right center;
  background-size: 2rem;
}

.hd .adminSetPage .accordion.on .accordion__head {
  background: url(/front_pc/images/btn_comm_accordion-up-ee0aab0d9bbdb765f4c9ed01abe13d5a.png) no-repeat right center;
  background-size: 2rem;
}

.hd [class^="ico_"] {
  display: inline-block;
  margin-top: -3px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=220421") no-repeat 0 0;
  background-size: 640px auto;
}

.hd .ico_gift {
  background-position: 5px 0px;
}

.hd .ico_notify {
  width: 32px;
  height: 40px;
  background-position: -61px -34px;
}

.hd .ico_notify-v2 {
  width: 32px;
  height: 40px;
  background-position: -61px -74px;
  transform: scale(0.8);
}

.hd .ico_tooltip {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background: url("/front_mo/images/icon_order-payment_Qmark-8e8681fa43d498fa3efd4f65bb5e6e2f.png?ver=250311") no-repeat 0 0;
  background-size: 30px auto;
  opacity: 0.5;
}

.hd .ico_delivery {
  width: 55px;
  height: 30px;
  background-position: -74px 0px;
}

.hd .ico_eco {
  width: 38px;
  height: 26px;
  background-position: -220px -76px;
}

.hd .ico_report {
  margin: -5px 5px 0;
  width: 20px;
  height: 20px;
  background-position: -253px -191px;
}

.hd .ico_photo {
  margin-top: -8px;
  width: 28px;
  height: 24px;
  background: url("/front_mo/images/ico_comm_photo-75c907f0bc83ff7531b5ca87aeb07ac9.png") no-repeat 0 0;
}

.hd .ico_secret {
  width: 19px;
  height: 22px;
  background-position: -155px -114px;
}

.hd .ico_strap {
  width: 32px;
  height: 37px;
  background-position: -476px -191px;
}

.hd .ico_strap.on {
  background-position-x: -513px;
}

.hd .progress_wrap {
  display: flex;
  width: 100%;
  align-items: center;
  vertical-align: top;
}

.hd .progress_bg {
  position: relative;
  flex-grow: 1;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}

.hd .progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 10px;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 5px;
  background-color: #1c1c1c;
}

.hd .deliveryWay label {
  display: block;
  padding-right: 70px;
  padding-left: 20px;
  height: 65px !important;
  line-height: 65px;
  background: #FFF;
  border: 1px solid #f9f9f9;
  font-size: 24px;
  color: #1c1c1c;
}

.hd .deliveryWay label:not(:first-child) {
  margin-top: 10px;
}

.hd .deliveryWay label.on {
  border-color: #918c00;
}

.hd .deliveryWay label.on .checks:before {
  background: #918c00 url(/front_mo/images/ico_comm_checkbox-on-1e2500e8e7365f99f93f83543d991860.png) no-repeat 50% 50%;
  border: 1px solid #918c00;
}

.hd .deliveryWay-btn {
  padding: 15px;
  width: 100% !important;
  min-height: 65px;
  height: auto !important;
  line-height: 1.3;
}

.hd .deliveryWay-btn__txt {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #888;
}

.hd .deliveryWay-btn__txt dt {
  float: left;
  margin-top: 5px;
  width: 50%;
}

.hd .deliveryWay-btn__txt dt:nth-of-type(1) {
  margin-top: 0;
}

.hd .deliveryWay-btn__txt dd {
  float: right;
  margin-top: 5px;
  width: 50%;
}

.hd .deliveryWay-btn__txt dd:nth-of-type(1) {
  margin-top: 0;
}

.hd .tab-type3 {
  text-align: center;
}

.hd .tab-type3 li {
  display: inline-block;
  margin: 0 5px;
}

.hd .tab-type3 li a {
  display: block;
  padding: 15px 20px;
  background: #f5f5f5;
  border-radius: 30px;
}

.hd .tab-type3 li.on a {
  color: #fff;
  background: #918c00;
}

.hd [class*="toast-pos-"] {
  position: fixed;
  padding: 0 30px;
  z-index: 5;
  left: 0;
  box-sizing: border-box;
}

.hd .toast {
  display: none;
  color: #ffffff;
  padding: 20px;
  margin: 10px 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  border-radius: 100px;
}

.hd .toast-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.hd .toast-pos-top {
  top: 0;
}

.hd .toast-pos-right {
  right: 0;
}

.hd .toast-pos-bottom {
  bottom: 30px;
}

.hd .toast-pos-left {
  left: 0;
}

.hd .toast-msg {
  text-align: center;
  font-size: 24px;
}

.hd .toastclose {
  float: right;
  text-decoration: none;
  vertical-align: middle;
}

[numberOnly] {
  ime-mode: disabled;
}

.listOrange {
  color: #918c00;
}

.wdw-type {
  /* 주문 현황 추가 */
  /* -- alert 및 confirm 창 스타일 -- */
  /* -- //alert 및 confirm 창 스타일 -- */
}

.wdw-type .hd__sub {
  padding-top: 8.5rem;
}

.wdw-type .hd__inner {
  width: 29rem;
  margin: 0 auto;
}

.wdw-type .hd__text-uline:after {
  display: block;
  position: absolute;
  bottom: 8%;
  left: -0.2rem;
  z-index: -1;
  width: 100%;
  height: 13%;
  padding: 0 0.2rem;
  background-color: #F9D983;
  content: "";
}

.wdw-type .hd__btn-heart {
  display: table;
  position: absolute;
  right: 1rem;
  bottom: 20px;
  z-index: 2;
  width: 2.9rem;
  height: 2.9rem;
  background: #FFF;
  border: 1px solid #A8A8A8;
  border-radius: 2rem;
}

.wdw-type .hd__btn-heart span {
  display: table-cell;
  vertical-align: middle;
}

.wdw-type .hd__btn-heart span:after {
  display: table-cell;
  width: 1.65rem;
  height: 1.5rem;
  margin: 0 auto;
  background: url("/front_mo/images/btn_heart-off-9a5aade5906b74837490ea5e8fe2acad.png") no-repeat 0 0;
  background-size: 1.65rem 1.55rem;
  vertical-align: middle;
  content: "";
}

.wdw-type .hd__btn-heart--active span {
  display: table-cell;
  vertical-align: middle;
}

.wdw-type .hd__btn-heart--active span:after {
  background: url("/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png") no-repeat 0 0;
  background-size: 1.65rem 1.55rem;
}

.wdw-type .hd .swiper-pagination {
  margin-top: 1.5rem;
}

.wdw-type .hd .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  float: left;
  width: 0.45rem;
  height: 0.45rem;
  margin: 0.15rem 0.2rem;
  background-color: #333;
  border-radius: 1rem;
}

.wdw-type .hd .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.45rem;
  height: 0.45rem;
  margin: 0 0.75rem;
  background-color: #FFF;
  border: 0.15rem solid #000;
}

.wdw-type .hd .tnb-area {
  height: 2.85rem;
  padding-top: 1.4rem;
  border-bottom: 0.5rem solid #FFF;
}

.wdw-type .hd .tnb-area__inner {
  padding: 0 1.5rem;
  height: 2.85rem;
}

.wdw-type .hd .tnb-area__inner:after {
  width: 100%;
  height: 0.15rem;
}

.wdw-type .hd .tnb-area__list {
  position: relative;
  float: left;
  width: 7.4rem;
  height: 2.75rem;
  font-weight: bold;
  text-align: center;
  margin-left: -0.25rem;
}

.wdw-type .hd .tnb-area__list:first-child {
  margin-left: 0;
}

.wdw-type .hd .tnb-area__list a {
  display: block;
  padding-right: 1.2rem;
}

.wdw-type .hd .tnb-area__list a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 1.2rem solid transparent;
  border-right: 0.65rem solid transparent;
  border-bottom: 1.1rem solid #EAEAEA;
  border-left: 0.7rem solid #EAEAEA;
}

.wdw-type .hd .tnb-area__list a strong {
  display: block;
  background: #eaeaea;
  border-radius: 1rem 1rem 0 0;
  padding: 0.75rem 0;
}

.wdw-type .hd .tnb-area__list--active {
  z-index: 2;
}

.wdw-type .hd .tnb-area__list--active a:after {
  border-top: 1.2rem solid transparent;
  border-right: 0.65rem solid transparent;
  border-bottom: 1.1rem solid #918c00;
  border-left: 0.7rem solid #918c00;
}

.wdw-type .hd .tnb-area__list--active a strong {
  background: #918c00;
  color: #FFF;
}

.wdw-type .hd .tnb-area__count {
  display: block;
  position: absolute;
  top: -0.8rem;
  right: 0.5rem;
  z-index: 2;
  min-width: 1.45rem;
  min-height: 1.45rem;
  padding: 0 0.4rem;
  color: #FFF;
  font-size: 0.7rem;
  text-align: center;
  line-height: 1.4rem;
  border-radius: 0.75rem;
  box-sizing: border-box;
}

.wdw-type .hd .tnb-area--fixed {
  position: fixed;
  padding-top: 1.5rem;
}

.wdw-type .hd--fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

.wdw-type .hd--fixed .progress:before {
  position: sticky;
  left: 32rem;
}

.wdw-type .hd .coupon-download__desc {
  margin-bottom: 1rem;
}

.wdw-type .hd .coupon-download__list:not(:first-child) {
  margin-top: 1.5rem;
}

.wdw-type .hd .coupon-download__list .coupon {
  overflow: hidden;
  position: relative;
  height: 9rem;
  background-color: #918c00;
  cursor: pointer;
}

.wdw-type .hd .coupon-download__list .coupon:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.wdw-type .hd .coupon-download__list .coupon__info {
  display: inline-block;
  vertical-align: middle;
  width: 18rem;
  padding-left: 3.1rem;
}

.wdw-type .hd .coupon-download__list .coupon__info:before {
  display: block;
  position: absolute;
  left: -0.9rem;
  top: 50%;
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -0.9rem;
  background-color: #FFF;
  border-radius: 1rem;
  content: '';
}

.wdw-type .hd .coupon-download__list .coupon__condi {
  display: block;
  padding-top: 1.25rem;
  color: #FFF;
  font-size: 0.9rem;
}

.wdw-type .hd .coupon-download__list .coupon__name {
  display: block;
  color: #FFF;
}

.wdw-type .hd .coupon-download__list .coupon__price {
  display: block;
  padding-top: 1.75rem;
  color: #FFF;
}

.wdw-type .hd .coupon-download__list .coupon__price strong {
  font-size: 2.3rem;
}

.wdw-type .hd .coupon-download__list .coupon .download-btn {
  display: block;
  float: right;
  width: 4.85rem;
  margin-top: 2.5rem;
  color: #FFF;
  text-align: center;
  line-height: 1.2rem;
}

.wdw-type .hd .coupon-download__list .coupon .download-btn:before {
  display: block;
  position: absolute;
  top: -0.2rem;
  width: 4.85rem;
  height: 110%;
  border: 0.05rem dashed #FFF;
  border-width: 0.1rem;
  opacity: 0.4;
  content: '';
}

.wdw-type .hd .coupon-download__list .coupon .download-btn:after {
  display: block;
  position: absolute;
  top: 4.75rem;
  right: 1.8rem;
  width: 1.15rem;
  height: 1.25rem;
  margin-top: 0.65rem;
  background: url("/front_mo/images/btn_download-58c2f8881db93439868d4056f28ef84b.png") no-repeat 0 0;
  background-size: 1.15rem 1.25rem;
  content: '';
}

.wdw-type .hd .coupon-download__list .coupon .download-btn-done {
  display: none;
}

.wdw-type .hd .coupon-download__list .coupon--done {
  background-color: #DCDCDC !important;
}

.wdw-type .hd .coupon-download__list .coupon--done .download-btn {
  display: none;
}

.wdw-type .hd .coupon-download__list .coupon--done .download-btn-done {
  display: block;
  float: right;
  width: 4.85rem;
  margin-top: 2.5rem;
  color: #FFF;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2rem;
}

.wdw-type .hd .coupon-download__list .coupon--done .download-btn-done:before {
  display: block;
  position: absolute;
  top: -0.2rem;
  width: 4.85rem;
  height: 110%;
  border: 0.05rem dashed #FFF;
  border-width: 0.1rem;
  opacity: 0.4;
  content: '';
}

.wdw-type .hd .coupon-download__list .coupon--done .download-btn-done:after {
  display: none;
}

.wdw-type .hd .coupon-download__list .download-info {
  margin: 1rem 1.25rem 0;
}

.wdw-type .hd .coupon-download__list .download-info__list {
  line-height: 1.5rem;
}

.wdw-type .hd .fadeInUp {
  -webkit-animation: fadeInUp 0.9s both 0.25s cubic-bezier(0.22, 0.61, 0.87, 1.27);
  animation: fadeInUp 0.9s both 0.25s cubic-bezier(0.22, 0.61, 0.87, 1.27);
}

.wdw-type .hd .fadeInDown {
  -webkit-animation: fadeInUp 0.9s both 0.25s cubic-bezier(0.22, 0.61, 0.87, 1.27);
  animation: fadeInUp 0.9s both 0.25s cubic-bezier(0.22, 0.61, 0.87, 1.27);
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.wdw-type .hd .px__slider {
  width: 29rem;
  height: 26.5rem;
  transition: opacity 0.6s ease, transform 0.3s ease;
}

.wdw-type .hd .px__slider.loading {
  opacity: 0;
  visibility: hidden;
}

.wdw-type .hd .px__slider__list {
  box-sizing: border-box;
  overflow: hidden;
}

.wdw-type .hd .px__slider__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.wdw-type .hd .px__slider__bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}

.wdw-type .hd .px__slider__bgimg .entity-img {
  display: none;
}

.wdw-type .hd .comDelivery__annc {
  line-height: 1.6rem;
}

.wdw-type .hd .comDelivery__list-wrap {
  margin: 1.5rem 0;
  border-top: 0.05rem solid #ccc;
}

.wdw-type .hd .comDelivery__list {
  padding: 1.25rem 0;
}

.wdw-type .hd .comDelivery__list:not(:last-child) {
  border-bottom: 0.05rem solid #ccc;
}

.wdw-type .hd .comDelivery .contbox {
  padding-left: 3rem;
}

.wdw-type .hd .comDelivery .contbox__list {
  position: relative;
}

.wdw-type .hd .comDelivery .contbox__list:not(:first-child) {
  margin-top: 0.5rem;
}

.wdw-type .hd .comDelivery .contbox__list__tit {
  display: inline-block;
  width: 6rem;
}

.wdw-type .hd .comDelivery__desc {
  margin-top: 1.5rem;
  line-height: 1.6rem;
}

.wdw-type .hd .comDelivery__desc__list {
  padding-left: 0.5rem;
  text-indent: -0.7rem;
  word-break: keep-all;
}

.wdw-type .hd .check-label {
  display: block;
  position: relative;
}

.wdw-type .hd .check-label input[type="checkbox"],
.wdw-type .hd .check-label [type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
}

.wdw-type .hd .check-label .check-area {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.wdw-type .hd .check-label .check-area .check-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("/front_mo/images/btn_comm_radio-65f9dfa8c8d59189b54acdf2be49b1f1.png?ver=210226") !important;
  background-position: -0.1rem 0;
  background-repeat: no-repeat;
  background-size: 4.2rem 2.1rem;
}

.wdw-type .hd .check-label .check-area input[type="checkbox"]:checked + .check-icon,
.wdw-type .hd .check-label .check-area input[type="radio"]:checked + .check-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/front_mo/images/btn_comm_radio-65f9dfa8c8d59189b54acdf2be49b1f1.png?ver=210226") !important;
  background-position: -2.25rem 0;
  background-repeat: no-repeat;
  background-size: 4.2rem 2.1rem;
}

.wdw-type .hd .checkbox {
  background: #f5f5f5;
  padding: 1.25rem;
}

.wdw-type .hd .checkbox strong {
  vertical-align: middle;
}

.wdw-type .hd .checkbox p {
  margin-top: 0.25rem;
  line-height: 1.5rem;
}

.wdw-type .hd .checkbox .green {
  color: #918c00;
}

.wdw-type .hd .btn-full {
  width: 29rem;
  height: 3.5rem;
  box-sizing: border-box;
}

.wdw-type .hd .btn-half {
  float: left;
  width: 14.5rem;
  height: 3.5rem;
  box-sizing: border-box;
}

.wdw-type .hd .btn-green {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 3.4rem;
}

.wdw-type .hd .btn-orange {
  font-size: 1.2rem;
  line-height: 3.4rem;
}

.wdw-type .hd .btn-white {
  font-size: 1.2rem;
  line-height: 3.4rem;
}

.wdw-type .hd .btn-white-v2 {
  color: #1c1c1c;
  font-size: 1.2rem;
  line-height: 3.4rem;
}

.wdw-type .hd .btn-gray {
  font-size: 1.2rem;
  line-height: 3.5rem;
}

.wdw-type .hd .btn-arr {
  padding-right: 2rem;
  padding-left: 1rem;
  height: 3.25rem;
  line-height: 3.25rem;
  background: #FFF;
  font-size: 1.2rem;
}

.wdw-type .hd .btn-arr:after {
  right: 0.75rem;
  width: 1.25rem;
  height: 0.8rem;
  margin-top: -0.4rem;
}

.wdw-type .hd .btn-tooltip {
  top: -2.55rem;
  padding: 0.5rem;
  font-size: 0.95rem;
  border-radius: 0.35rem;
}

.wdw-type .hd .btn-tooltip:after {
  margin-top: -0.35rem;
  margin-left: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
}

@keyframes tooltipMotion {
  0% {
    top: -2.55rem;
  }
  100% {
    top: -2.05rem;
  }
}

.wdw-type .hd .btn-round {
  padding: 0.4rem 0.5rem;
  font-size: 1rem;
  border-radius: 0.3rem;
}

.wdw-type .hd .discount-tooltip {
  padding: 0.4rem 0.75rem;
  font-size: 1rem;
  border-radius: 1.5rem;
}

.wdw-type .hd .discount-tooltip:after {
  margin-top: -0.1rem;
  margin-left: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
}

.wdw-type .hd .discount-tooltip.right:after {
  margin-top: -0.5rem;
  margin-left: -0.35rem;
}

.wdw-type .hd .checkbox-round + .checkbox-round {
  margin-left: 1.75rem;
}

.wdw-type .hd .checkbox__label:before {
  width: 1.7rem;
  height: 1.7rem;
  margin: 0.05rem 0.5rem 0.05rem 0.05rem;
  background-size: 1.35rem 0.85rem;
}

.wdw-type .hd .checkbox__label.type2:before {
  margin-top: -0.05rem;
  width: 1.85rem;
  height: 1.85rem;
  border: 0;
  background-position: -0.1rem -0.1rem;
  background-size: 4.2rem 2.1rem !important;
}

.wdw-type .hd .checkbox__input:checked + .checkbox__label:before {
  border-color: #918c00;
}

.wdw-type .hd .checkbox__input:checked + .checkbox__label.type2:before {
  background-position: -2.2rem -0.18rem;
}

.wdw-type .hd .input-box + .input-box {
  margin-top: 1rem;
}

.wdw-type .hd select:focus,
.wdw-type .hd .input_text:focus,
.wdw-type .hd input[type="text"]:focus {
  outline: 0.15rem solid #918c00;
  color: #1c1c1c;
}

.wdw-type .hd .input_text::-webkit-input-placeholder {
  color: #BDBDBD;
}

.wdw-type .hd .input_text::-moz-placeholder {
  color: #BDBDBD;
}

.wdw-type .hd .input_text:-ms-input-placeholder {
  color: #BDBDBD;
}

.wdw-type .hd .input_text::-ms-input-placeholder {
  color: #BDBDBD;
}

.wdw-type .hd .input_text::placeholder {
  color: #BDBDBD;
}

.wdw-type .hd .tab-area {
  width: 100%;
}

.wdw-type .hd .tab-area .tab-list {
  float: left;
  position: relative;
  width: 50%;
  height: 3.35rem;
  border: 1px solid #ccc;
  border-bottom: 3px solid #1c1c1c;
  box-sizing: border-box;
  line-height: 3.35rem;
  text-align: center;
  color: #9f9f9f;
}

.wdw-type .hd .tab-area .tab-list--on {
  border: 0.15rem solid #1c1c1c;
  border-bottom: none;
  color: #1c1c1c;
  font-weight: bold;
}

.wdw-type .hd .tab-area .tab-list a {
  position: relative;
  display: block;
  width: 100%;
  height: 3.35rem;
  line-height: 3.35rem;
  font-size: 1.2rem;
  z-index: 1;
  color: inherit;
}

.wdw-type .hd .tab-area-v2 {
  width: 100%;
}

.wdw-type .hd .tab-area-v2 .tab-list-v2 {
  float: left;
  position: relative;
  width: 50%;
  height: 3.35rem;
  background: #f5f5f5;
  border: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 3.35rem;
  text-align: center;
  color: #9f9f9f;
}

.wdw-type .hd .tab-area-v2 .tab-list-v2--on {
  background: transparent;
  border-bottom: none;
  color: #1c1c1c;
  font-weight: bold;
}

.wdw-type .hd .selectDelivery.tab-list-v2--on {
  border-right: none;
}

.wdw-type .hd .newDelivery.tab-list-v2--on {
  border-left: none;
}

.wdw-type .hd .tab-area-v2 .tab-list-v2 a {
  position: relative;
  display: block;
  width: 100%;
  height: 3.35rem;
  line-height: 3.35rem;
  font-size: 1.2rem;
  z-index: 1;
  color: inherit;
}

.wdw-type .hd .clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.wdw-type .hd .tab-contents {
  display: none;
}

.wdw-type .hd .tab-contents--current {
  display: block;
}

.wdw-type .hd [class^="ico_"] {
  margin-top: -0.15rem;
  width: 1.5rem;
  height: 1.5rem;
  background-size: 32rem auto;
}

.wdw-type .hd .ico_tooltip {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
  background-size: 1.5rem auto;
}

.wdw-type .hd .comm-layer {
  height: 18.5rem;
  font-size: 0;
}

.wdw-type .hd .comm-layer__inner {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.wdw-type .hd .comm-layer__success:before {
  content: '';
  display: block;
  width: 3.95rem;
  height: 3.95rem;
  margin: 0 auto 1.75rem;
  background: #918c00 url("/front_mo/images/icon_common_check-type02-4d593dfc56977515a67de4a2adac2bc7.png") no-repeat 50% 50%;
  background-size: 1.85rem 1.45rem;
  border-radius: 50%;
}

.wdw-type .hd .comm-layer__alert:before {
  content: '';
  display: block;
  width: 3.95rem;
  height: 3.95rem;
  margin: 0 auto 1.75rem;
  background: url("/front_mo/images/icon_important-msg-fd07fac3411376072ac7dcf6af36de80.png") no-repeat 50% 50%;
  background-size: 4rem 4rem;
  border-radius: 50%;
}

.wdw-type .hd .comm-layer__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1c1c1c;
}

.wdw-type .hd .comm-layer__desc {
  margin-top: 1.25rem;
  line-height: 1.6;
  color: #1c1c1c;
}

.wdw-type .hd .comm-layer:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.wdw-type .hd .comm-layer .modal-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  border-top: 1px solid #ccc;
  line-height: 4.2rem;
}

.wdw-type .hd .comm-layer .modal-btn-half {
  display: inline-block;
  width: 50%;
  height: 4.2rem;
  text-align: center;
  font-weight: 600;
  color: #1c1c1c;
}

.wdw-type .hd .comm-layer .modal-btn-half:not(:first-child) {
  position: relative;
}

.wdw-type .hd .comm-layer .modal-btn-half:not(:first-child):before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.05rem;
  height: 100%;
  border-left: 0.05rem solid #ccc;
  content: '';
}

.wdw-type .hd .popup_coupon-target .coupon-target .infoBox__title {
  padding-bottom: 0.75rem;
  border-bottom: 0.05rem solid #ccc;
  font-weight: bold;
}

.wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont {
  overflow-y: auto;
  max-height: 10rem;
  padding: 1rem 0;
}

.wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part {
  display: block;
}

.wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part:not(:first-child) {
  margin-top: 0.5rem;
}

.wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part2 {
  display: block;
  font-weight: bold;
}

.wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part2:not(:first-child) {
  margin-top: 0.75rem;
}

.wdw-type .hd .popup_coupon-target .coupon-target .infoBox + .infoBox {
  margin-top: 1.5rem;
}

.wdw-type .hd .popup_coupon-target .coupon-target .desc {
  position: relative;
  padding-top: 1.25rem;
  padding-left: 0.75rem;
  border-top: 0.05rem solid #ccc;
  color: #888;
  line-height: 1.6;
}

.wdw-type .hd .popup_coupon-target .coupon-target .desc:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.wdw-type .hd .popup_pointConver .pointConver__annc__tit {
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #CDCDCD;
}

.wdw-type .hd .popup_pointConver .pointConver__annc .txt-box {
  padding: 1rem 0;
}

.wdw-type .hd .popup_pointConver .pointConver__annc .txt-box__list {
  position: relative;
  padding-left: 0.75rem;
  line-height: 1.6;
}

.wdw-type .hd .popup_pointConver .pointConver__annc .txt-box__list:before {
  display: block;
  position: absolute;
  left: 0;
  content: '-';
}

.wdw-type .hd .popup_pointConver .pointConver .input-area {
  width: 100%;
}

.wdw-type .hd .popup_pointConver .pointConver .btn-area {
  width: 100%;
  margin-top: 1rem;
}

.wdw-type .hd .popup_pointConver .pointConver .btn-area button {
  width: 100%;
}

.wdw-type .hd .popup_pointConver .pointConver__desc {
  margin-top: 1.5rem;
  line-height: 1.6;
  color: #888;
}

.wdw-type .hd .popup_pointConver .pointConver__desc__list {
  position: relative;
  padding-left: 0.75rem;
}

.wdw-type .hd .popup_pointConver .pointConver__desc__list:before {
  display: block;
  position: absolute;
  left: 0;
  content: '-';
}

.wdw-type .hd__ico-area {
  margin-top: 0.75rem;
  padding: 0.5rem 0;
  border-top: 0.05rem solid #ccc;
  border-bottom: 0.05rem solid #ccc;
  font-size: 0;
}

.wdw-type .hd__ico-area li {
  display: inline-block;
  width: 16%;
  margin-top: 0.25rem;
  vertical-align: top;
  text-align: center;
}

.wdw-type .hd__ico-area li:nth-child(-n+5) {
  margin-top: 0;
}

.wdw-type .hd__ico-area li img {
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: top;
}

.wdw-type .hd__orderPayment {
  width: 100%;
  box-sizing: border-box;
}

.wdw-type .hd__orderPayment > .accordion_box {
  background-image: linear-gradient(#fdfbfb 0%, #f5f5f5 100%);
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
  margin: 1rem;
  border-top: 0.15rem solid #1c1c1c;
}

.wdw-type .hd__orderPayment > .accordion_box.banner, .wdw-type .hd__orderPayment > .accordion_box.inner {
  background: #fff;
  box-shadow: none;
  border: 0;
}

.wdw-type .hd__orderPayment > .accordion_box .accordion_wrap {
  padding: 0 1rem 0;
}

.wdw-type .hd__orderPayment > .accordion_box .accordion_con {
  border-top: 1px solid #ccc;
  padding-bottom: 1rem;
}

.wdw-type .hd__orderPayment > .accordion_box .accordion_con .wdw-type .hd .btn-full {
  width: 100%;
}

.wdw-type .hd__orderPayment > .accordion_box .orderPayment_h2 {
  border: 0;
}

.wdw-type .hd__orderPayment > .accordion_box .orderPayment_h2 + .checks_box label {
  margin: 0;
}

.wdw-type .hd__orderPayment > .accordion_box.agree-area {
  position: relative;
}

.wdw-type .hd__orderPayment > .accordion_box.agree-area .desc {
  border-top: 1px solid #ccc;
  padding-bottom: 1rem;
}

.wdw-type .hd__orderPayment > .accordion_box.agree-area .desc-list {
  padding-left: 1.1rem;
  line-height: 1.6;
  text-indent: -1.1rem;
  font-size: 1rem;
  color: #888;
  word-break: keep-all;
}

.wdw-type .hd__orderPayment > .accordion_box.agree-area + .agree-all .checkbox__label {
  padding-left: 2.25rem;
  line-height: 1.5;
}

.wdw-type .hd__orderPayment > .accordion_box.agree-area + .agree-all .checkbox__label:before {
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.wdw-type .hd__orderPayment > .accordion_box.agree-area.on .desc {
  border-top: 0;
}

.wdw-type .hd__orderPayment > .accordion_box.agree-area .agree-arr {
  position: absolute;
  right: 0;
  top: 0;
  width: 10%;
  height: 4.75rem;
  z-index: 1;
}

.wdw-type .hd__orderPayment > .accordion_box.agree-area .agree-arr + .accordion_con {
  padding-top: 0;
  border-top: 0;
}

.wdw-type .hd__orderPayment .accordion_box .checks_btn label {
  display: block;
  padding-right: 3.5rem;
  padding-left: 1rem;
  height: 3.25rem !important;
  line-height: 3.25rem;
  background: #FFF;
  border: 0.05rem solid #ccc;
  font-size: 1.2rem;
  color: #1c1c1c;
}

.wdw-type .hd__orderPayment .accordion_box .checks_btn label:not(:first-child) {
  margin-top: 10px;
}

.wdw-type .hd__orderPayment .accordion_box .checks_btn label.on {
  border-color: #918c00;
}

.wdw-type .hd__orderPayment .accordion_box .checks_btn label.on .checks:before {
  background: #918c00 url(/front_mo/images/ico_comm_checkbox-on-1e2500e8e7365f99f93f83543d991860.png) no-repeat 50% 50%;
  background-size: 1rem 0.75rem;
  border: 0.05rem solid #918c00;
}

.wdw-type .hd__orderPayment .btn-area.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.wdw-type .hd__orderPayment .btn-area.fixed .btn-full {
  width: 100%;
}

.wdw-type .hd__orderPayment .btn__delete {
  display: inline-block;
  margin: 0 0.5rem;
  width: 1.25rem;
  height: 1.65rem;
  vertical-align: top;
  background: url(/front_mo/images/ico_comm_delete-18cb8c781a7233f30cc85da72a93622d.png) no-repeat 0 50%;
  text-indent: -999em;
  background-size: 1.25rem;
}

.wdw-type .hd__orderPayment .fork_tit {
  position: relative;
  padding: 1.35rem 1.5rem 1.35rem 0;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 600;
}

.wdw-type .hd__orderPayment .fork_tit .necessar {
  font-weight: normal;
  color: #918c00;
}

.wdw-type .hd__orderPayment .fork_txt {
  padding: 1rem 0;
  line-height: 1.5;
  border-top: 1px solid #BCBCBC;
}

.wdw-type .hd__orderPayment .fork_list {
  padding-bottom: 1rem;
}

.wdw-type .hd__orderPayment .fork_list label {
  display: inline-block;
  font-weight: 600;
}

.wdw-type .hd__orderPayment .fork_list label:nth-of-type(1) {
  margin-right: 1.5rem;
  color: #477400;
}

.wdw-type .hd__orderPayment .fork_list .ico_eco {
  width: 1.9rem;
  height: 1.3rem;
  background-position: -11rem -3.8rem;
  background-size: 32rem auto;
}

.wdw-type .hd__orderPayment .fork .tooltip .btn-tooltip {
  left: inherit;
  right: 0;
  margin-top: 3rem;
  padding: 0.5rem;
  font-size: 0.95rem;
  color: #1c1c1c;
  background: #e2e735;
  border: 0;
  text-indent: 0;
  border-radius: 1.5rem;
  transform: none;
}

.wdw-type .hd__orderPayment .fork .tooltip .btn-tooltip:after {
  margin-top: -0.35rem;
  margin-left: -0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  background: #e2e735;
  border: 0;
}

.wdw-type .hd .groupOrder__inner {
  max-height: 400px;
  overflow-y: scroll;
  padding: 0 1.25rem 1.5rem;
}

.wdw-type .hd .groupOrder__inner .btn-half {
  flex: 0 0 50%;
}

.wdw-type .pop_wrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 22rem;
  padding: 3.7rem 3.5rem;
  overflow: hidden;
  background: #fff;
  z-index: 11000;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.wdw-type .pop_wrap.on {
  display: block;
}

.wdw-type .pop_header {
  top: 0;
  left: 0;
  padding: 2.5rem 2rem 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.wdw-type .pop_header:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.1rem;
  margin-top: 1.05rem;
  background: #000;
}

.wdw-type .pop_content .text {
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #1c1c1c;
  text-align: center;
}

.wdw-type .mask {
  z-index: 10500;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.wdw-type .mask.on {
  display: block;
}

.wdw-type button[class*="btn"] {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.wdw-type .btn_area {
  display: block;
  text-align: center;
  margin-top: 2.75rem;
  font-size: 0;
}

.wdw-type .btn_square {
  width: 11rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
}

.hd .hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
}

.hd .hd__hidden, .hd .meals__choice__list input[type="checkbox"],
.hd .meals__choice__list input[type="radio"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
}

.hd .hide {
  display: none !important;
}

.hd .zipPopupClose {
  display: block !important;
}

.hd .board__wrap {
  border-top: 1px solid #ccc;
}

.hd .board__list {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.hd .board__list:after {
  position: absolute;
  top: 55px;
  right: 0;
  width: 30px;
  height: 20px;
  background: url("/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png") no-repeat;
  background-size: 100% auto;
  content: '';
  z-index: -1;
}

.hd .board__list.on:after {
  background-image: url("/front_mo/images/icon_common_drop-down-on-08e8872295ba7734d975816c14c68cc9.png");
}

.hd .board__list.on .review__info__btn {
  display: inline-block;
}

.hd .board__inner__review {
  position: relative;
  padding-top: 25px;
  cursor: pointer;
}

.hd .board__inner__review .review__div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.hd .board__inner__review .review__title {
  display: inline-block;
  overflow: hidden;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.hd .board__inner__review .review__title .best {
  display: inline-block;
  padding: 0 8px;
  height: 30px;
  background: #918c00;
  text-align: center;
  vertical-align: 2px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}

.hd .board__inner__review .review__info {
  position: relative;
  margin: 20px 0 25px;
  font-size: 20px;
  color: #BCBCBC;
}

.hd .board__inner__review .review__info__date, .hd .board__inner__review .review__info__id, .hd .board__inner__review .review__info__time {
  color: #888;
}

.hd .board__inner__review .review__info__id {
  display: inline-block;
  margin-right: 5px;
  height: 27px;
  max-width: 95px;
  overflow: hidden;
  vertical-align: middle;
}

.hd .board__inner__review .review__info__date {
  margin-left: 5px;
}

.hd .board__inner__review .review__info__time {
  margin-left: 15px;
}

.hd .board__inner__review .review__info__btn {
  display: none;
  margin-left: 40px;
  vertical-align: middle;
  color: #888;
}

.hd .board__inner__review .review__info__btn.type2 {
  margin-left: 20px;
}

.hd .board__inner__review .review__cont {
  display: none;
  padding: 20px 0;
  line-height: 1.5;
  font-size: 23px;
  font-weight: normal !important;
  color: #3D3D3D;
  word-break: break-all;
}

.hd .board__inner__review .review__cont__btn {
  margin-top: 40px;
  text-align: right;
}

.hd .board__inner__review .review__cont__btn a {
  display: inline-block;
  color: #707070;
}

.hd .board__inner__review .review__cont__btn a:before {
  display: inline-block;
  margin: -5px 10px 0;
  width: 1px;
  height: 25px;
  background: #ccc;
  vertical-align: middle;
  content: '';
}

.hd .board__inner__review .review__cont__btn a:first-child:before {
  display: none;
}

.hd .board__inner__review .answer__wait {
  display: block;
  position: absolute;
  left: 330px;
  top: 72px;
  font-size: 20px;
  color: #918c00;
}

.hd .board__inner__detail {
  display: none;
  padding: 40px 15px 45px;
  border-top: 1px solid #C0C0C0;
}

.hd .board__inner__detail.detail__reply {
  border-top: 1px solid #C0C0C0;
}

.hd .board__inner__detail.detail__reply .detail__cont {
  position: relative;
  margin-top: 0;
  padding-left: 35px;
}

.hd .board__inner__detail.detail__reply .detail__cont:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-bottom: 3px solid #918c00;
  border-left: 3px solid #918c00;
  box-sizing: border-box;
}

.hd .board__inner__detail.detail__reply .detail__info {
  margin-top: 10px;
  padding-left: 35px;
}

.hd .detail__icon {
  display: inline-block;
  padding: 0 15px;
  height: 36px;
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  background: #1c1c1c;
}

.hd .detail__options {
  display: block;
  font-size: 22px;
  font-weight: 400;
  color: #918c00;
}

.hd .detail__info {
  color: #BCBCBC;
}

.hd .detail__info__date, .hd .detail__info__id, .hd .detail__info__time {
  color: #888;
}

.hd .detail__info span:last-child {
  margin-left: 15px;
}

.hd .detail__cont {
  padding-top: 20px;
  height: auto;
  line-height: 1.5;
  font-size: 23px;
  font-weight: normal;
  color: #3D3D3D;
  word-break: normal;
  word-wrap: break-word;
}

.hd .detail__img {
  position: relative;
  padding-top: 35px;
  width: 250px;
  max-height: 250px;
  overflow: hidden;
}

.hd .detail__img img {
  display: none;
  margin-top: 20px;
  width: 100%;
  font-size: 0;
}

.hd .detail__img img:first-child {
  display: block;
  margin-top: 0;
}

.hd .detail__img-number {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  min-width: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.hd .detail__helpful {
  padding-top: 25px;
  font-size: 23px;
  overflow: hidden;
}

.hd .detail__helpful-ico {
  float: right;
  padding: 0 15px;
  color: #888;
  vertical-align: top;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
}

.hd .detail__helpful-ico:before {
  display: inline-block;
  margin: 5px 5px 0 0;
  width: 23px;
  height: 25px;
  background: url(/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=220421) no-repeat;
  background-size: 520px auto;
  background-position: -226px -154px;
  vertical-align: top;
  content: '';
}

.hd .detail__helpful-ico.on {
  color: #918c00;
  border-color: #918c00;
}

.hd .detail__helpful-ico.on:before {
  background-position-x: -251px;
}

.hd .tab__style {
  text-align: center;
  font-size: 0;
}

.hd .tab__style li {
  display: inline-block;
  vertical-align: top;
  width: 290px;
}

.hd .tab__style li a {
  display: block;
  width: 100%;
  height: 70px;
  border: 1px solid #BFBFBF;
  background: #F4F4F4;
  line-height: 68px;
  font-weight: 600;
  color: #3D3D3D;
  box-sizing: border-box;
}

.hd .tab__style li a span {
  font-weight: 400;
}

.hd .tab__style li.on a {
  border: 1px solid #918c00;
  background: #918c00;
  color: #FFF;
}

.hd .sorting__wrap {
  margin: 20px 0;
  color: #BCBCBC;
}

.hd .sorting__wrap a {
  display: inline-block;
  vertical-align: -2px;
  text-align: center;
  color: #BCBCBC;
}

.hd .sorting__wrap p {
  margin-top: 10px;
  line-height: 1.5;
  color: #888;
  letter-spacing: -.5px;
  font-size: 20px;
  word-break: keep-all;
}

.hd .sorting__wrap a.on {
  color: #3D3D3D;
}

.hd .page__list-none {
  display: block;
  text-align: center;
  min-height: 700px;
  height: 700px;
}

.hd .page__list-none:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.hd .page__list-none p {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  padding: 90px 50px;
  background: url("/front_mo/images/icon_list-no-ac801916b79ced789a8c4997e27b1330.png?ver=1112") no-repeat 50% 0;
}

.hd .options__modal {
  visibility: hidden;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin-left: -320px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: visibility 0.35s linear, opacity 0.35s linear;
}

.hd .options__modal.v2 {
  z-index: 8;
}

.hd .options__modal.modal-open {
  visibility: visible;
  opacity: 1;
}

.hd .options__inner {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  margin-left: -320px;
  padding-top: 35px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s linear;
}

.hd .options__inner .btn__close__cart {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 100px;
  height: 46px;
  margin-left: -50px;
  background: #FFF url("/front_mo/images/ico_cart_close-5c2ec72fb43d8353febe4dff145404fb.png") no-repeat 50% 80%;
  border-radius: 50px 50px 0 0;
}

.hd .options__inner .no_data {
  padding: 88px 0 20px !important;
  background-position: 50% 0;
}

.hd .options__inner .together {
  z-index: 8;
}

.hd .options__inner .together__sec {
  background: #fff;
  border-radius: 20px 20px 0 0;
}

.hd .options__inner .together__head {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #dcdcdc;
}

.hd .options__inner .together__head .thumb {
  width: 80px;
  height: 80px;
}

.hd .options__inner .together__head .text {
  padding: 0 20px;
  width: 357px;
}

.hd .options__inner .together__head .view {
  color: #b2ac00;
}

.hd .options__inner .together__head .view:after {
  display: inline-block;
  margin: -3px 0 0 3px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: solid #b2ac00;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: '';
}

.hd .options__inner .together__title {
  padding: 0 30px 20px;
  font-weight: bold;
}

.hd .options__inner .together__pruduct ul {
  padding: 0 25px 30px;
  white-space: nowrap;
  overflow-y: auto;
}

.hd .options__inner .together__pruduct .product__wrap__list--item {
  display: inline-block;
  margin: 0 5px !important;
  width: 184px;
  vertical-align: top;
  white-space: normal;
}

.hd .options__inner .together__pruduct .product__wrap__list--item .item__thumb {
  height: auto;
}

.hd .options__inner .together__pruduct .product__wrap__list--item .item__title {
  margin-top: 10px;
}

.hd .options__inner .together__pruduct .product__wrap__list--item .item__sub {
  line-height: 23px;
  font-size: 18px;
}

.hd .options__inner .together__pruduct .product__wrap__list--item .item__score {
  right: -5px;
  top: -5px;
  transform: scale(0.65);
}

.hd .options__inner .together__pruduct .product__wrap__list--item .item__tag {
  margin-top: 10px;
  padding-top: 10px;
}

.hd .options__inner .together__pruduct .product__wrap__list--item .item__tag img {
  height: 25px;
}

.hd .options__inner .together__cont {
  padding-top: 30px;
}

.hd .options__inner .together__cont + .together__cont {
  border-top: 10px solid #e8e8e8;
}

.hd .options__sec {
  position: relative;
  padding: 35px 30px;
  height: 56vh;
  background: #FFF;
  border-radius: 20px 20px 0 0;
}

.hd .options__choice {
  width: 100%;
  max-width: 580px;
}

.hd .options__choice__title {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  color: #3D3D3D;
}

.hd .options__box {
  margin-bottom: 15px;
}

.hd .options__box select {
  width: 100%;
  max-width: 580px;
  height: 70px;
  padding: 0 15px;
  background: url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat 95% 50%;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.hd .options__select__list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 48vh;
  padding-bottom: 15px;
}

.hd .options__select__list li {
  visibility: hidden;
  margin-top: 15px;
  border: 1px solid #BCBCBC;
  opacity: 0;
  -webkit-animation: addList 0.35s linear forwards;
  -moz-animation: addList 0.35s linear forwards;
  -ms-animation: addList 0.35s linear forwards;
  -o-animation: addList 0.35s linear forwards;
  animation: addList 0.35s linear forwards;
}

.hd .options__select__list li:first-child {
  margin-top: 0;
}

.hd .options__select__list li.delete {
  -webkit-animation: deleteList 0.5s linear forwards;
  -moz-animation: deleteList 0.5s linear forwards;
  -ms-animation: deleteList 0.5s linear forwards;
  -o-animation: deleteList 0.5s linear forwards;
  animation: deleteList 0.5s linear forwards;
}

.hd .options__select__list .list__detail {
  position: relative;
  padding: 20px;
}

.hd .options__select__list .list__title {
  margin-bottom: 20px;
  padding-right: 50px;
  height: 54px;
  font-weight: 600;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.hd .options__select__list .list__count {
  display: block;
  position: absolute;
  top: 94px;
  right: 20px;
  padding: 0 53px;
  width: 175px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #BCBCBC;
  text-align: right;
  color: #3D3D3D;
  box-sizing: border-box;
  z-index: 1;
}

.hd .options__select__list .list__count input {
  width: 100%;
  height: 53px;
  padding: 0;
  border: 0;
  text-align: center;
  vertical-align: top;
  line-height: 53px;
  color: #3D3D3D;
}

.hd .options__select__list .list__count button {
  position: absolute;
  top: -1px;
  width: 55px;
  height: 55px;
  border: 1px solid #BCBCBC;
  background: #f8f8f8;
}

.hd .options__select__list .list__count button:disabled:before, .hd .options__select__list .list__count button:disabled:after {
  background: #cdcdcd;
}

.hd .options__select__list .list__count .btn__count-down {
  left: -1px;
}

.hd .options__select__list .list__count .btn__count-down:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.hd .options__select__list .list__count .btn__count-up {
  right: -1px;
}

.hd .options__select__list .list__count .btn__count-up:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.hd .options__select__list .list__count .btn__count-up:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.hd .options__select__list .list__price {
  display: block;
  position: relative;
  height: 55px;
  font-weight: 600;
}

.hd .options__select__list .list__price-ori {
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  color: #888;
}

.hd .options__select__list .list__price-dc {
  display: block;
  padding-top: 15px;
}

.hd .options__select__list .list__price-dc-rate {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  color: #ea1111;
}

.hd .options__select__list .list__price .list__price-ori + .list__price-dc {
  padding-top: 0;
}

.hd .options__select__list .list__text {
  margin-top: 15px;
  display: block;
  font-size: 20px;
  font-weight: 100;
  color: #918c00;
  text-align: right;
}

.hd .options__select__list .list__text .error {
  position: absolute;
  bottom: -27px;
  left: 0;
  font-size: 19px;
  color: #ff0000;
  white-space: nowrap;
}

.hd .options__select__list .list__text .error:before {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ff0000;
  border-radius: 50%;
  content: '!';
}

.hd .options__select__list .list__btn {
  position: absolute;
  top: 94px;
  right: 20px;
  width: 175px;
  height: 55px;
  line-height: 53px;
  background: #f8f8f8;
  border: 1px solid #BCBCBC;
  z-index: 1;
}

.hd .options__select__list .list__btn .ico_notify {
  transform: scale(0.7);
}

.hd .options__select__list .list__delete {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  padding: 2px;
}

.hd .options__select__list .list__delete:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #3d3d3d;
  transform: rotate(45deg);
  content: '';
}

.hd .options__select__list .list__delete:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 30px;
  background: #3d3d3d;
  transform: rotate(-45deg);
  content: '';
}

.hd .options__total__price {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 640px;
  text-align: right;
  font-weight: 600;
  background: #fff;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}

.hd .options__total__price strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: -2px;
  margin-left: 10px;
  font-size: 36px;
}

.hd .options__total__price strong:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #F9D983;
}

.hd .options__total__price-text {
  position: absolute;
  left: 30px;
  top: 40px;
  font-weight: normal;
  color: #918c00;
}

.hd .options-open {
  transform: translate3d(0, -85px, 0);
}

.hd .hd__popup {
  display: none;
  position: fixed;
  z-index: 9998 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
}

.hd .hd__popup__modal {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 580px;
  background: #FFF;
  transform: translate3d(-50%, -50%, 0);
}

.hd .hd__popup__modal .modal__sec {
  position: relative;
}

.hd .hd__popup__modal .modal__sec.pb {
  padding-bottom: 85px;
}

.hd .hd__popup__modal .modal__sec__title {
  display: block;
  height: 84px;
  padding-left: 28px;
  border-bottom: 1px solid #BCBCBC;
  line-height: 84px;
  font-weight: 600;
}

.hd .hd__popup__modal .modal__sec__cont {
  padding: 35px 25px;
  box-sizing: border-box;
}

.hd .hd__popup__modal .modal__sec__cont.scroll {
  overflow: hidden;
  overflow-y: auto;
  max-height: 600px;
  -webkit-overflow-scrolling: touch;
}

.hd .hd__popup__modal .modal__sec__txt li {
  margin-top: 20px;
  line-height: 1.6;
}

.hd .hd__popup__modal .modal__sec__txt li:first-child {
  margin-top: 0;
}

.hd .hd__popup__modal .modal__sec__txt li strong {
  display: block;
  font-weight: 600;
}

.hd .hd__popup__modal .modal__sec__txt {
  font-size: 22px;
  line-height: 32px;
}

.hd .hd__popup__modal .modal__sec__desc {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  line-height: 1.4;
  word-break: break-all;
}

.hd .hd__popup__modal .modal__sec__desc:before {
  content: '-';
  position: absolute;
  top: -2px;
  left: 0;
}

.hd .hd__popup__modal .modal__sec__desc:first-child {
  margin-top: 0;
}

.hd .hd__popup__modal .modal__sec__desc .safe-number {
  color: #918c00;
}

.hd .hd__popup__modal .btn__check {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84px;
  border-top: 1px solid #BCBCBC;
  line-height: 84px;
  text-align: center;
  font-weight: 600;
  color: #3D3D3D;
}

.hd .hd__popup__modal .btn__close-x {
  position: absolute;
  z-index: 2;
  top: 23px;
  right: 26px;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.hd .hd__popup__modal .btn__close-x:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #3d3d3d;
  transform: rotate(45deg);
  content: '';
}

.hd .hd__popup__modal .btn__close-x:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #3d3d3d;
  transform: rotate(-45deg);
  content: '';
}

.hd .hd__popup.popup__modal-open {
  display: block;
}

.hd .hd__popup-v2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  min-height: -webkit-fill-available;
  background: #fff;
}

.hd .hd__popup-v2__inner {
  height: 100vh;
  padding: 70px 30px 150px;
  overflow-y: auto;
  box-sizing: border-box;
}

.hd .hd__popup-v2__inner .btn-search {
  padding-bottom: 200px;
}

.hd .hd__popup-v2 .modal__sec {
  position: relative;
  height: calc(100% - 85px);
  padding-bottom: 85px;
}

.hd .hd__popup-v2 .modal__sec__title {
  display: block;
  height: 84px;
  padding-left: 28px;
  border-bottom: 1px solid #BCBCBC;
  line-height: 84px;
  font-weight: 600;
}

.hd .hd__popup-v2 .modal__sec__cont {
  overflow-y: scroll;
  max-height: 640px;
  padding: 35px 25px 25px;
}

.hd .hd__popup-v2 .modal__sec__txt li {
  margin-top: 20px;
  line-height: 1.6;
}

.hd .hd__popup-v2 .modal__sec__txt li:first-child {
  margin-top: 0;
}

.hd .hd__popup-v2 .modal__sec__txt li strong {
  display: block;
  font-weight: 600;
}

.hd .hd__popup-v2 .modal__sec__desc {
  padding-left: 10px;
  line-height: 1.4;
  text-indent: -10px;
}

.hd .hd__popup-v2__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  border-bottom: 1px solid #BCBCBC;
}

.hd .hd__popup-v2__title {
  padding: 19px 30px;
  font-size: 28px;
  font-weight: bold;
  background: #fff;
}

.hd .hd__popup-v2__title span {
  color: #888;
  font-size: 22px;
  font-weight: normal;
}

.hd .hd__popup-v2__btn-close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  padding: 5px;
  transform: translate3d(0, -50%, 0);
}

.hd .hd__popup-v2__btn-close:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #3d3d3d;
  transform: rotate(45deg);
  content: '';
}

.hd .hd__popup-v2__btn-close:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #3d3d3d;
  transform: rotate(-45deg);
  content: '';
}

.hd .hd__popup-v2__btn-top {
  display: block;
  position: fixed;
  right: 25px;
  bottom: 100px;
  width: 60px;
  height: 60px;
  border: 1px solid #A9A9A9;
  border-radius: 40px;
  font-size: 0;
  background-color: #fff;
  box-sizing: border-box;
  background: #FFF url("/front_mo/images/icon_footer_goTop-c99d8821008851726b5acf29bc3e2a7b.png") no-repeat 22px 17px;
  z-index: 1;
}

.hd .hd__popup-v2__cont {
  width: 100%;
}

.hd .hd__popup-v2__cont .contents {
  padding-top: 30px;
  font-size: 20px;
}

.hd .hd__popup-v2--show {
  display: block;
}

.hd .hd__popup-v2 .full-popup {
  padding-top: 70px;
}

.hd .hd__popup-v2 .full-popup .hd__popup-v2__head {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 69px;
  border-bottom: 1px solid #BCBCBC;
  line-height: 69px;
}

.hd .hd__popup-v2 .full-popup .hd__popup-v2__title {
  float: none;
  padding: 0 0 0 30px;
  background: #FFF;
}

.hd .hd__popup-v2 .full-popup .hd__popup-v2__btn-close {
  top: 50%;
  right: 30px;
  transform: translate3d(0, -50%, 0);
}

.hd .hd__popup-v2 .full-popup .hd__popup-v2__cont {
  margin-top: 0;
}

.hd .hd__popup.popup_reviewList .reviewList__name {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #BCBCBC;
  font-size: 24px;
  font-weight: 600;
}

.hd .hd__popup.popup_reviewList .reviewList__box__list {
  border-top: 1px solid #BCBCBC;
}

.hd .hd__popup.popup_reviewList .reviewList__box__list:first-child {
  border-top: 0 solid #000;
}

.hd .hd__popup.popup_reviewList .reviewList__inner {
  position: relative;
  padding: 20px 0;
}

.hd .hd__popup.popup_reviewList .reviewList__img {
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 120px;
  height: 120px;
}

.hd .hd__popup.popup_reviewList .reviewList__cont {
  min-height: 120px;
  margin: 0 0 20px 140px;
  font-size: 22px;
  line-height: 32px;
}

.hd .hd__popup.popup_reviewList .reviewList__cont__name {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.hd .hd__popup.popup_reviewList .reviewList .product__gift {
  position: relative;
  margin-top: 15px;
  padding-left: 60px;
}

.hd .hd__popup.popup_reviewList .reviewList .product__gift figure {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 45px;
}

.hd .hd__popup.popup_reviewList .reviewList .product__gift-name {
  padding-top: 4px;
  font-size: 22px;
  line-height: 32px;
}

.hd .hd__popup.popup_businessInfo {
  background: #f6f6f6;
  box-sizing: border-box;
}

.hd .hd__popup.popup_businessInfo .hd__popup-v2__inner {
  padding: 70px 0 150px;
}

.hd .hd__popup.popup_businessInfo .hd__popup-v2__inner .wrap-iframe {
  width: 100%;
  height: 100%;
}

.hd .hd__popup.popup_businessInfo .hd__popup-v2__inner .wrap-iframe iframe {
  padding-bottom: 70px;
}

.hd .hd__popup.popup_greatingPayCard, .hd .hd__popup.popup_greatingPayPw {
  height: 100vh !important;
}

.hd .hd__popup.popup_score {
  z-index: 9999 !important;
}

.hd .hd__popup.popup_score .score {
  line-height: 1.5;
}

.hd .hd__popup.popup_score .score dl {
  margin-top: 40px;
}

.hd .hd__popup.popup_score .score dl dt {
  margin-bottom: 10px;
  font-weight: bold;
  color: #918c00;
}

.hd .hd__popup.popup_score .score dl dd ul li strong {
  display: block;
  margin-top: 15px;
}

.hd .hd__popup.popup_score .score dl dd ul li strong span {
  display: inline-block;
  line-height: 0.7;
  border-bottom: 8px solid #F9D983;
}

.hd .hd__popup.popup_score .score-info {
  margin-top: 20px;
  text-align: center;
}

.hd .hd__popup.popup_score .score-info strong {
  display: inline-block;
  margin-right: 65px;
  vertical-align: middle;
}

.hd .hd__popup.popup_score .score-info__item {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.hd .hd__popup.popup_score .score-info__item .hd__icon__score {
  margin-right: 5px;
}

.hd .hd__popup.popup_score .score-img {
  height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
}

.hd .hd__popup.popup_score .score-img img {
  display: block;
}

.hd .hd__popup.popup_score .score-img .hd__popup-v2__btn-close {
  right: 20px;
  top: 49px;
  width: 50px;
  height: 50px;
  background: #191919;
  border-radius: 50%;
}

.hd .hd__popup.popup_score .score-img .hd__popup-v2__btn-close:before, .hd .hd__popup.popup_score .score-img .hd__popup-v2__btn-close:after {
  left: 29px;
  top: 15px;
  height: 28px;
  background: #fff;
}

.hd .pop-layer {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd .pop-layer.popup__modal-open {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.hd .pop-layer.popup__modal-open .dimBg {
  display: block;
  opacity: .6;
}

.hd .pop-layer.popup__modal-open .popup-wrap {
  /*transform:translate(-50%, -50%);*/
  margin-top: 0;
}

.hd .pop-layer .dimBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.hd .pop-layer .popup-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  max-width: 90%;
  width: 600px;
  max-height: 88vh;
  margin: 0 auto;
  margin-top: 3rem;
  /*position:absolute; top:50%; left:50%; transform:translate(-50%, -40%);*/
  z-index: 2;
  border-radius: 10px;
  transition: all 0.3s;
}

.hd .pop-layer .popup-wrap .pop-head {
  width: 100%;
  padding: 1.6rem 2rem 1.2rem 2rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hd .pop-layer .popup-wrap .pop-head > * {
  vertical-align: middle;
}

.hd .pop-layer .popup-wrap .pop-head > * .group > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hd .pop-layer .popup-wrap .pop-head > .left .group > * {
  margin-right: 1rem;
}

.hd .pop-layer .popup-wrap .pop-head > .right .group > * {
  margin-left: 1rem;
}

.hd .pop-layer .popup-wrap .pop-head .title {
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hd .pop-layer .popup-wrap .pop-head .title + * {
  margin-left: 10px;
}

.hd .pop-layer .popup-wrap .pop-head .text {
  font-size: 22px;
}

.hd .pop-layer .popup-wrap .pop-head .text.gray {
  color: #888;
}

.hd .pop-layer .popup-wrap .pop-head > *.left {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-basis: 0;
  align-items: center;
}

.hd .pop-layer .popup-wrap .pop-head > *.right {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hd .pop-layer .popup-wrap .pop-head button[class*='btn-'],
.hd .pop-layer .popup-wrap .pop-head a[class*='btn-'] {
  padding: 0;
  margin: 0;
}

.hd .pop-layer .popup-wrap .pop-head + .pop-body,
.hd .pop-layer .popup-wrap .pop-head-etc + .pop-body {
  padding-top: 1.6rem;
}

.hd .pop-layer .popup-wrap .pop-head-etc {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hd .pop-layer .popup-wrap .pop-body {
  padding: 30px 0 20px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.hd .pop-layer .popup-wrap .pop-body > * {
  margin: 0 20px;
}

.hd .pop-layer .popup-wrap .pop-body > *.pop-no-padding {
  padding: 0;
}

.hd .pop-layer .popup-wrap .pop-body > *.pop-fixed-ly {
  padding: 0;
}

.hd .pop-layer .popup-wrap .pop-body > *.wrap-margin {
  padding: 0 2rem;
}

.hd .pop-layer .popup-wrap .pop-body > .first-mgt {
  padding: 1rem 2rem 2rem 2rem;
}

.hd .pop-layer .popup-wrap .pop-foot {
  padding: 1rem 2rem 2rem 2rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hd .pop-layer .popup-wrap .pop-foot.only-btns {
  padding: 0;
}

.hd .pop-layer .popup-wrap .pop-foot.only-btns .btns-wrap.full {
  width: 100%;
  margin-left: 0;
}

.hd .pop-layer .popup-wrap .pop-foot.only-btns .btns-wrap.full > * {
  padding: 0;
}

.hd .pop-layer .popup-wrap .pop-foot.only-btns .btns-wrap.full [class*='btn-'] {
  border-radius: 0;
}

.hd .pop-layer .popup-wrap .pop-close-ico {
  position: absolute;
  top: -35px;
  left: 50%;
  z-index: 3;
  width: 90px;
  height: 46px;
  transform: translateX(-50%);
  background: #FFF url("/front_mo/images/ico_cart_close-5c2ec72fb43d8353febe4dff145404fb.png") no-repeat 50% 76%;
  border-radius: 50px 50px 0 0;
}

.hd .pop-layer.top-auto-type {
  width: 100%;
  opacity: 1;
}

.hd .pop-layer.top-auto-type .popup-wrap {
  margin-top: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;
  top: -100%;
  left: 0;
  border-radius: 0 0 20px 20px;
  transform: none;
  transition: all 1s;
}

.hd .pop-layer.top-auto-type.popup__modal-open .popup-wrap {
  top: 0;
  transform: none;
  transition: all 0.8s;
}

.hd .pop-layer.top-auto-type .pop-close-ico {
  position: relative;
  top: initial;
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
  background-color: transparent;
}

.hd .pop-layer.bottom-type {
  width: 100%;
  opacity: 1;
}

.hd .pop-layer.bottom-type .popup-wrap {
  margin-top: 0;
  position: fixed;
  width: 100%;
  max-width: 640px;
  margin-left: -320px;
  bottom: -100%;
  top: auto;
  top: unset;
  left: 50%;
  transform: none;
  transition: all 0.4s;
  border-radius: 20px 20px 0 0;
}

.hd .pop-layer.bottom-type.popup__modal-open .popup-wrap {
  bottom: 0;
  transform: none;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-body {
  padding-bottom: 4rem;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-head {
  padding-top: 1.6rem;
  border-bottom: 1px solid #E1E1E1;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-head.no-border {
  border-bottom: none;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-foot {
  padding: 0;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-foot .btns-wrap.full [class*='btn-'] {
  border-radius: 0;
  margin: 0;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-foot .btns-wrap.full {
  width: 100%;
  margin-left: 0;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-foot .btns-wrap.full > * {
  padding: 0;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-foot .btns-wrap {
  height: 5.4rem;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-foot .btns-wrap .split {
  height: 100%;
}

.hd .pop-layer.bottom-type .popup-wrap .pop-foot .btns-wrap [class*='btn-'] {
  height: 100%;
  border-radius: 0;
  font-size: 1.8rem;
}

.hd .pop-share .pop-head {
  padding-top: 2.6rem !important;
  border-bottom: 0 !important;
}

.hd .pop-share .pop-body {
  padding-top: 5px !important;
}

.hd .pop-share .share-detail {
  display: flex;
  padding: 15px 0;
  min-height: 115px;
  align-items: center;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

.hd .pop-share .share-detail .detail-thumb {
  max-width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hd .pop-share .share-detail .detail-thumb img {
  display: block;
}

.hd .pop-share .share-detail .detail-text {
  word-break: break-word;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  padding: 0 15px;
  line-height: 1.4;
  font-size: 23px;
}

.hd .pop-share .share-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px !important;
}

.hd .pop-share .share-list > a {
  width: 145px;
  text-align: center;
  font-size: 21px;
  color: #777;
}

.hd .pop-share .share-list > a::before {
  display: block;
  margin: 0 auto 5px;
  width: 100px;
  height: 100px;
  background: url("/front_mo/images/pop_share_ico-edc6c9c39c6e35327eb8ee08dd874095.png") no-repeat 0 0;
  background-size: 600%;
  content: '';
}

.hd .pop-share .share-list .list-sms::before {
  background-position-x: 20%;
}

.hd .pop-share .share-list .list-naver::before {
  background-position-x: 40%;
}

.hd .pop-share .share-list .list-band::before {
  background-position-x: 60%;
}

.hd .pop-share .share-list .list-link::before {
  background-position-x: 80%;
}

.hd .pop-share .share-list .list-more::before {
  background-position-x: 100%;
}

.hd .pop-header-menu .popup-wrap {
  background: #b5be6c;
  background: linear-gradient(45deg, #a8b250 0%, #b5be6c 34%, #b8c170 78%, #c0c97b 86%, #ccd48b 93%, #d9e09c 100%);
  border-radius: 0 0 30px 30px !important;
}

.hd .pop-header-menu .popup-wrap .pop-body {
  padding: 20px 0 10px;
}

.hd .pop-header-menu .menu-wrap {
  display: flex;
  gap: 20px;
  margin: 20px 30px 0 !important;
}

.hd .pop-header-menu .menu-btn {
  position: relative;
  padding: 45px 25px 30px;
  width: 100%;
  border-radius: 25px;
}

.hd .pop-header-menu .menu-btn::after {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  background: url("/front_mo/images/ico_pop_header_menu-c3fc1a307389e59e3c40aaec275d0998.png") no-repeat 0 0;
  content: '';
}

.hd .pop-header-menu .menu-btn:nth-of-type(1) {
  color: #6c7722;
  background: #FFFFFF;
  background: linear-gradient(90deg, white 0%, #f6ffbf 100%);
}

.hd .pop-header-menu .menu-btn:nth-of-type(1) .menu-txt {
  color: #606e1f;
}

.hd .pop-header-menu .menu-btn:nth-of-type(2) {
  color: #d5e685;
  background: #576400;
  background: linear-gradient(90deg, #576400 0%, #7d8e08 100%);
}

.hd .pop-header-menu .menu-btn:nth-of-type(2) .menu-txt {
  color: #f7ffd2;
}

.hd .pop-header-menu .menu-btn:nth-of-type(2)::after {
  background-position-y: 100%;
}

.hd .pop-header-menu .menu-tit {
  font-size: 33px;
}

.hd .pop-header-menu .menu-txt {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

.hd .form__input {
  width: 100%;
  max-width: 580px;
  padding: 25px 20px;
  border: 1px solid #BEBEBE;
  font-weight: 400;
  color: #3D3D3D;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hd .form__input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.hd__btn-sec {
  display: flex;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  font-size: 0;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}

.hd__btn-sec__cock {
  width: calc(100% - 85px);
  background: #fff;
}

.hd__btn-sec__cock.col3 {
  display: flex;
  padding-left: 0;
  width: 100%;
}

.hd__btn-sec .btn__notify {
  position: relative !important;
  width: 100%;
}

.hd__btn-sec2 .hd__btn-sec__cock {
  width: 100%;
  padding: 0;
}

.hd__btn-sec2 .hd__btn-sec__cock .btn__default.orange {
  display: block;
  width: 100%;
}

.hd .btn__default {
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
  text-align: center;
  background: #A8A8A8;
  font-weight: 600;
  color: #FFF;
  line-height: 85px;
  transform: translateZ(0) rotate(0.001deg) perspective(500px);
  -webkit-transform: translate3d(0, 0, 0);
}

.hd .btn__default .count-sec {
  font-weight: 400;
}

.hd .btn__default .count-wrap {
  padding: 0 30px;
  text-align: left;
  overflow: hidden;
}

.hd .btn__default .count-wrap .count-box {
  margin-right: 20px;
  padding: 2px 20px 4px;
  color: #777;
  border-radius: 30px;
  background: #fff;
}

.hd .btn__default .count-wrap .count-text {
  float: right;
}

.hd .btn__default.next > span {
  padding-right: 50px;
  background: url("/front_mo/images/icon_common_next-page-72eb20062cb72cf669811303ca093673.png") no-repeat 100% 50%;
}

.hd .btn__default + .btn__default.next {
  margin-left: -1px;
  border-left: 1px solid #fff;
}

.hd .btn__default.active + .btn__default.next {
  border-left: 0;
}

.hd .btn__default.active, .hd .btn__default.next__tab {
  background: #918c00;
  color: #FFF;
}

.hd .btn__default.active .count-wrap .count-box, .hd .btn__default.next__tab .count-wrap .count-box {
  color: #918c00;
}

.hd .btn__default.next.active .count-wrap .count-text, .hd .btn__default.next.next__tab .count-wrap .count-text {
  padding-right: 50px;
  background: url("/front_mo/images/icon_common_next-page-72eb20062cb72cf669811303ca093673.png") no-repeat 100% 50%;
}

.hd .btn__default.orange {
  display: inline-block;
  width: 100%;
  height: 85px;
  background: #fff;
  border: 1px solid #918c00;
  text-align: center;
  font-weight: 600;
  color: #918c00;
  line-height: 85px;
  box-sizing: border-box;
}

.hd .btn__default.green {
  display: inline-block;
  width: 100%;
  height: 85px;
  background: #918c00;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  line-height: 85px;
}

.hd .btn__default.white {
  display: inline-block;
  width: 100%;
  height: 85px;
  background: #fff;
  text-align: center;
  font-weight: 600;
  color: #000;
  line-height: 82px;
  border: 1px solid #000;
  box-sizing: border-box;
  vertical-align: bottom;
}

.hd .btn__default.input {
  display: block;
  box-sizing: border-box;
  width: 220px;
  height: 70px;
  text-align: center;
  border: 1px solid #BFBFBF;
  background: #F4F4F4;
  font-weight: 600;
  color: #3D3D3D;
  line-height: 68px;
}

.hd .btn__default.input.active {
  border: 1px solid #918c00;
  background: #918c00;
  color: #FFF;
}

.hd .btn__default.gift {
  position: relative;
  display: inline-block;
  color: #fff;
  border: 0;
  background: #e5b83f;
  box-sizing: border-box;
}

.hd .btn__default.gift:before {
  display: inline-block;
  width: 27px;
  height: 29px;
  background: url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=210309") no-repeat -185px -73px;
  background-size: 640px;
  vertical-align: middle;
  content: '';
  transform: rotate(0.001deg);
  -webkit-transform: translate3d(0, 0, 0);
}

.hd .btn__more-view {
  display: block;
  width: 100%;
  height: 68px;
  margin-top: 40px;
  border: 1px solid #BFBFBF;
  background: #F4F4F4;
  text-align: center;
  line-height: 68px;
  color: #3D3D3D;
}

.hd .btn__more-view span {
  padding-right: 35px;
  background: url("/front_mo/images/btn_comm_more-ba1e5f7c37ea7e96a7f010cd98f96bb3.png") no-repeat 100% 50%;
}

.hd .btn__write {
  display: block;
  height: 70px;
  background: #918c00;
  text-align: center;
  line-height: 70px;
  font-weight: 700;
  color: #FFF;
}

.hd .btn__heart__cock {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 85px;
  height: 85px;
  background: #fff;
  border: 1px solid #BCBCBC;
}

.hd .btn__heart__cock span:after {
  content: "";
  display: block;
  width: 33px;
  height: 30px;
  margin: 0 auto;
  background: url("/front_mo/images/btn_heart-off-9a5aade5906b74837490ea5e8fe2acad.png") no-repeat 0 0;
}

.hd .btn__heart__cock.active span:after {
  background: url("/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png") no-repeat 0 0;
}

.hd .btn__notify {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 85px;
  height: 85px;
  background: #fff;
  border: 1px solid #BCBCBC;
}

.hd .btn__notify span:after {
  content: "";
  display: block;
  width: 32px;
  height: 40px;
  margin: 0 auto;
  background: url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png") no-repeat -61px -34px;
}

.hd__btn__sec {
  text-align: center;
  font-size: 0;
}

.hd__btn__sec li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.hd__btn__sec li a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 68px;
  font-size: 20px;
  font-weight: 600;
  box-sizing: border-box;
}

.hd__btn__sec .color-off a {
  border: 1px solid #BFBFBF;
  background: #F4F4F4;
  color: #3D3D3D;
}

.hd__btn__sec .color-on a {
  border: 1px solid #918c00;
  background: #918c00;
  color: #FFF;
}

.hd .greatingPay__pwd .input_type.input_six input[type=number] {
  -webkit-text-security: disc;
}

.cartHidden {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overscroll-behavior: none;
  isolation: isolate;
}

@-webkit-keyframes addList {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes addList {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes deleteList {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes deleteList {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.hd .deposit,
.hd .safety-number {
  padding-bottom: 60px !important;
}

.hd .popup_orderDeadline .btn__default {
  max-width: 530px;
  margin: 0 auto 45px;
}

.hd .order-deadline__sec {
  margin-top: 35px;
  border-top: 1px solid #BCBCBC;
}

.hd .order-deadline__list {
  border-bottom: 1px solid #BCBCBC;
  padding: 25px 0;
}

.hd .order-deadline__delivery {
  display: block;
  margin-bottom: 25px;
  font-weight: 600;
}

.hd .order-deadline__menu li {
  line-height: 36px;
}

.hd .order-deadline__menu li:after {
  content: '';
  display: block;
  clear: both;
}

.hd .order-deadline__menu li strong {
  float: left;
  font-weight: 400;
}

.hd .order-deadline__menu li span {
  float: right;
  font-weight: 600;
}

.hd .delivery-list {
  padding: 25px 25px 90px !important;
}

.hd .delivery-list__list {
  position: relative;
  padding: 30px 30px 45px;
  border: 1px solid #BCBCBC;
}

.hd .delivery-list__list:not(:first-child) {
  margin-top: 20px;
}

.hd .delivery-list__user {
  line-height: 38px;
}

.hd .delivery-list__user-name {
  display: block;
  width: 80%;
  font-weight: 600;
}

.hd .delivery-list__user-name span {
  display: inline-block;
  font-weight: 400;
}

.hd .delivery-list__user-addr {
  display: block;
  margin-top: 0.8rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.05rem;
}

.hd .delivery-list__user-phone {
  display: block;
  font-weight: 400;
}

.hd .delivery-list__user .default {
  font-weight: 600;
  color: #918c00;
}

.hd .delivery-list .btn__default {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-weight: normal;
}

.hd .delivery-list__notice {
  position: relative;
  margin: 30px 0 60px;
  padding: 0 25px;
}

.hd .delivery-list__notice p {
  line-height: 32px;
}

.hd .delivery-list__notice p em {
  font-weight: 600;
}

.hd .delivery-list__notice .btn__address__admin {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 150px;
  height: 55px;
  border: 1px solid #C1C1C1;
  text-align: center;
  line-height: 55px;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.hd .delivery-list .Badge {
  display: inline-block;
  font-size: 20px;
  color: #888;
  font-style: normal;
  font-weight: bold;
  word-break: keep-all;
  background: transparent;
}

.hd .delivery-list .Badge.green {
  color: #918c00;
}

.hd .coupon-use__sec {
  margin-top: 40px;
}

.hd .coupon-use__sec__title {
  position: relative;
  display: block;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 3px solid #918c00;
  font-weight: 600;
}

.hd .coupon-use__sec__title span {
  font-weight: normal;
  color: #888;
}

.hd .coupon-use__sec__title-checkbox {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.hd .coupon-use__sec__title-checkbox .checkbox__input:checked + .checkbox__label {
  color: #918c00;
}

.hd .coupon-use__sec__title-checkbox .checkbox__label:before {
  width: 25px;
  height: 25px;
  background-size: 70% !important;
  margin-right: 5px;
}

.hd .coupon-use__list li {
  padding-bottom: 25px;
  border-bottom: 1px solid #BCBCBC;
}

.hd .coupon-use__list__detail {
  position: relative;
  margin-top: 25px;
}

.hd .coupon-use__list__txt {
  display: block;
  padding-right: 125px;
  font-weight: 600;
  line-height: 32px;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.hd .coupon-use__list__price {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 32px;
}

.hd .coupon-use__list__select {
  width: 100%;
  max-width: 580px;
  height: 70px;
  margin: 25px 0;
  padding: 0 15px;
  border: 1px solid #BDBDBD;
  background: url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat 95% 50%;
  color: #3D3D3D;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.hd .coupon-use__list__discount {
  text-align: right;
  font-weight: 600;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail {
  position: relative;
  padding-left: 170px;
  line-height: 1.5;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__left {
  position: absolute;
  left: 0;
  top: 5px;
  width: 150px;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__left span {
  display: block;
  text-align: center;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__left-title {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__left-price {
  font-size: 19px;
  color: #888;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right-option {
  margin-bottom: 5px;
  font-size: 20px;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .accordion_box {
  position: relative;
  margin: 0;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .accordion_box.on .coupon-use__list__select {
  border-color: #918c00;
  background-image: url("/front_mo/images/icon_arrow_big-a3ffa258af6c73343a096e0a412f114a.png");
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select {
  margin: 0;
  padding-right: 55px;
  font-size: 20px !important;
  height: 65px;
  line-height: 63px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select-list {
  position: absolute;
  left: 0;
  top: 65px;
  width: 100%;
  max-height: 203px;
  overflow-y: auto;
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  z-index: 1;
  box-sizing: border-box;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select-list ul li {
  padding: 15px 10px;
  font-size: 20px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select-guide {
  margin-top: 10px;
  font-size: 19px;
  color: #888;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select-guide.green {
  color: #918c00;
}

.hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select + .coupon-use__list__right-option {
  margin-top: 15px;
}

.hd .coupon-use__list.type2 .coupon-use__list__discount {
  margin-top: 25px;
}

.hd .coupon-use__number {
  padding-bottom: 15px;
  text-align: center;
}

.hd .coupon-use__number-text {
  display: inline-block;
  font-size: 20px;
}

.hd .coupon-use__number-text:not(:first-child) {
  margin-left: 15px;
}

.hd .coupon-use__number-text:not(:first-child):before {
  display: inline-block;
  margin-right: 15px;
  width: 2px;
  height: 15px;
  background-color: #ccc;
  vertical-align: baseline;
  content: '';
}

.hd .coupon-use__discount-total {
  margin-top: 55px;
  text-align: right;
  font-weight: 600;
}

.hd .coupon-use__discount-total em {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}

.hd .coupon-use__discount-total em:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #F9D983;
}

.hd .coupon-use__btn-sec {
  max-width: 528px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-size: 0;
}

.hd .coupon-use__btn-sec a {
  display: inline-block;
  width: 50%;
  height: 70px;
  vertical-align: top;
  line-height: 70px;
  font-weight: 600;
  box-sizing: border-box;
}

.hd .coupon-use__btn-sec .coupon-use__discount-total {
  margin-top: 0 !important;
  padding: 0 0 20px;
}

.hd .coupon-use__cancel {
  border: 1px solid #BFBFBF;
  color: #3D3D3D;
}

.hd .coupon-use__using {
  background: #918c00;
  color: #FFF;
}

.hd .coupon-use .normal-product {
  margin-top: 5px;
}

.hd .coupon-use .normal-product__opts {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.hd .coupon-use .normal-product__count {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}

.hd__error {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.hd__error__title {
  margin-top: 35px;
  font-size: 30px;
  font-weight: 600;
}

.hd__error__txt {
  margin-top: 30px;
  line-height: 32px;
  font-size: 22px;
}

.hd__error .btn-area {
  width: 460px;
  margin: 60px auto 0;
  font-size: 0;
}

.hd__error .btn-area a {
  display: inline-block;
  float: none;
  width: 50%;
  vertical-align: top;
  font-size: 24px;
  font-weight: 600;
}

.hd .detailViewer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 380px;
}

.hd .detailViewer img {
  max-width: 100%;
}

.hd .alertBox {
  margin-top: 10px;
}

.hd .alertBox.fail {
  color: #ff0000;
}

.hd .alertBox.success {
  color: #918c00;
}

.wdw-type .hd .board__list:after {
  top: 2.75rem;
  width: 1.5rem;
  height: 1rem;
}

.wdw-type .hd .board__inner__review {
  padding-top: 1.25rem;
}

.wdw-type .hd .board__inner__review .review__div {
  margin-right: 0.25rem;
}

.wdw-type .hd .board__inner__review .review__title .best {
  padding: 0 0.4rem;
  height: 1.5rem;
  vertical-align: 0.1rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.wdw-type .hd .board__inner__review .review__info {
  margin: 1rem 0 1.25rem;
  font-size: 1rem;
}

.wdw-type .hd .board__inner__review .review__info span:last-child {
  margin-left: 0.75rem;
}

.wdw-type .hd .board__inner__review .review .answer__wait {
  left: 16.5rem;
  top: 3.65rem;
}

.wdw-type .hd .board__inner__detail {
  padding: 2rem 0.75rem 2.25rem;
}

.wdw-type .hd .board__inner__detail.detail__reply {
  border-top: 0.05rem solid #C0C0C0;
}

.wdw-type .hd .board__inner__detail.detail__reply .detail__cont {
  position: relative;
  margin-top: 0;
  padding-left: 1.75rem;
}

.wdw-type .hd .board__inner__detail.detail__reply .detail__cont:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-bottom: 0.15rem solid #918c00;
  border-left: 0.15rem solid #918c00;
  box-sizing: border-box;
}

.wdw-type .hd .board__inner__detail.detail__reply .detail__info {
  margin-top: 0.5rem;
  padding-left: 1.75rem;
}

.wdw-type .hd .detail__icon {
  padding: 0 0.75rem;
  height: 1.8rem;
  margin-bottom: 0.75rem;
  line-height: 1.8rem;
  font-size: 1rem;
}

.wdw-type .hd .detail__options {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
}

.wdw-type .hd .detail__info span:last-child {
  margin-left: 0.75rem;
}

.wdw-type .hd .detail__cont {
  margin-top: 1rem;
  height: auto;
  font-size: 1.15rem;
  word-break: normal;
  word-wrap: break-word;
}

.wdw-type .hd .detail__img {
  margin-top: 1.75rem;
}

.wdw-type .hd .detail__img img {
  display: block;
  margin-top: 1rem;
  font-size: 0;
}

.wdw-type .hd .detail__img img:first-child {
  margin-top: 0;
}

.wdw-type .hd .tab__style {
  text-align: center;
  font-size: 0;
}

.wdw-type .hd .tab__style li {
  display: inline-block;
  vertical-align: top;
  width: 14.5rem;
}

.wdw-type .hd .tab__style li a {
  display: block;
  width: 100%;
  height: 3.5rem;
  border: 1px solid #BFBFBF;
  background: #F4F4F4;
  line-height: 3.4rem;
  font-weight: 600;
  color: #3D3D3D;
  box-sizing: border-box;
}

.wdw-type .hd .tab__style li a span {
  font-weight: 400;
}

.wdw-type .hd .tab__style li.on a {
  border: 0.05rem solid #918c00;
  background: #918c00;
  color: #FFF;
}

.wdw-type .hd .sorting__wrap {
  margin: 1rem 0;
  color: #BCBCBC;
}

.wdw-type .hd .sorting__wrap a {
  display: inline-block;
  padding: 0 0.4rem;
  vertical-align: -0.1rem;
  text-align: center;
  color: #BCBCBC;
}

.wdw-type .hd .sorting__wrap a.on {
  color: #3D3D3D;
}

.wdw-type .hd .page__list-none {
  display: block;
  text-align: center;
  min-height: 35rem;
  height: 35rem;
}

.wdw-type .hd .page__list-none:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.wdw-type .hd .page__list-none p {
  display: inline-block;
  vertical-align: middle;
  padding: 4.5rem 2.5rem;
  background: url("/front_mo/images/icon_list-no-ac801916b79ced789a8c4997e27b1330.png?ver=1112") no-repeat 50% 0;
  background-size: 3.4rem 3.4rem;
}

.wdw-type .hd .options__modal {
  visibility: hidden;
  position: fixed;
  z-index: 7;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 32rem;
  height: 100%;
  margin-left: -16rem;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: visibility 0.35s linear, opacity 0.35s linear;
}

.wdw-type .hd .options__modal.modal-open {
  visibility: visible;
  opacity: 1;
}

.wdw-type .hd .options__inner {
  position: fixed;
  z-index: 7;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 32rem;
  margin-left: -16rem;
  padding-top: 1.75rem;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s linear;
}

.wdw-type .hd .options__inner .btn__close__cart {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 5rem;
  height: 2.3rem;
  margin-left: -2.5rem;
  background: #FFF url("/front_mo/images/ico_cart_close-5c2ec72fb43d8353febe4dff145404fb.png") no-repeat 50% 50%;
}

.wdw-type .hd .options__inner .no_data {
  padding: 4.4rem 0 1rem !important;
  background-position: 50% 0;
}

.wdw-type .hd .options__sec {
  position: relative;
  background: #FFF;
  padding: 1.75rem 1.5rem;
}

.wdw-type .hd .options__choice {
  width: 100%;
  max-width: 29rem;
}

.wdw-type .hd .options__choice__title {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #3D3D3D;
}

.wdw-type .hd .options__box {
  margin-top: 0.75rem;
}

.wdw-type .hd .options__box select {
  width: 100%;
  max-width: 29rem;
  height: 3.5rem;
  padding: 0 0.75rem;
  background: url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat 95% 50%;
  background-size: 1.55rem 0.9rem;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.wdw-type .hd .options__select__list {
  overflow: hidden;
  overflow-y: auto;
  max-height: 17.5rem;
  margin-top: 0.75rem;
}

.wdw-type .hd .options__select__list > li {
  visibility: hidden;
  margin-top: 0.75rem;
  border: 0.05rem solid #BCBCBC;
  opacity: 0;
  -webkit-animation: addList 0.35s linear forwards;
  -moz-animation: addList 0.35s linear forwards;
  -ms-animation: addList 0.35s linear forwards;
  -o-animation: addList 0.35s linear forwards;
  animation: addList 0.35s linear forwards;
}

.wdw-type .hd .options__select__list > li:first-child {
  margin-top: 0;
}

.wdw-type .hd .options__select__list > li.delete {
  -webkit-animation: deleteList 0.5s linear forwards;
  -moz-animation: deleteList 0.5s linear forwards;
  -ms-animation: deleteList 0.5s linear forwards;
  -o-animation: deleteList 0.5s linear forwards;
  animation: deleteList 0.5s linear forwards;
}

.wdw-type .hd .options__select__list .list__detail {
  position: relative;
  padding: 1rem;
}

.wdw-type .hd .options__select__list .list__title {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
}

.wdw-type .hd .options__select__list .list__count {
  display: block;
  position: relative;
  width: 9.5rem;
  height: 2.75rem;
  padding: 0 2.65rem;
  border: 0.05rem solid #BCBCBC;
  text-align: center;
  line-height: 2.75rem;
  color: #3D3D3D;
  box-sizing: border-box;
}

.wdw-type .hd .options__select__list .list__count input {
  width: 100%;
  height: 2.65rem;
  padding: 0;
  border: 0;
  text-align: center;
  vertical-align: top;
  line-height: 2.65rem;
  color: #3D3D3D;
}

.wdw-type .hd .options__select__list .list__count button {
  position: absolute;
  top: -0.05rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0.05rem solid #BCBCBC;
  background: #F5F5F5;
}

.wdw-type .hd .options__select__list .list__count .btn__count-down {
  left: -0.05rem;
}

.wdw-type .hd .options__select__list .list__count .btn__count-down:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 0.15rem;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd .options__select__list .list__count .btn__count-up {
  right: -0.05rem;
}

.wdw-type .hd .options__select__list .list__count .btn__count-up:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 0.15rem;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd .options__select__list .list__count .btn__count-up:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 1.05rem;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd .options__select__list .list__price {
  position: absolute;
  bottom: 1.75rem;
  right: 1rem;
  font-weight: 600;
}

.wdw-type .hd .options__select__list .list__delete {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  padding: 0.1rem;
}

.wdw-type .hd .options__select__list .list__delete:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 1.5rem;
  background: #3d3d3d;
  transform: rotate(45deg);
  content: '';
}

.wdw-type .hd .options__select__list .list__delete:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 1.5rem;
  background: #3d3d3d;
  transform: rotate(-45deg);
  content: '';
}

.wdw-type .hd .options__total__price {
  margin-top: 1.25rem;
  text-align: right;
  font-weight: 600;
}

.wdw-type .hd .options__total__price strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: -0.1rem;
  margin-left: 0.5rem;
  font-size: 1.8rem;
}

.wdw-type .hd .options__total__price strong:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #F9D983;
}

.wdw-type .hd .options-open {
  transform: translate3d(0, -85px, 0);
}

.wdw-type .hd .hd__popup {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.wdw-type .hd .hd__popup__modal {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 29rem;
  background: #FFF;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd .hd__popup__modal .modal__sec {
  position: relative;
}

.wdw-type .hd .hd__popup__modal .modal__sec.pb {
  padding-bottom: 4.25rem;
}

.wdw-type .hd .hd__popup__modal .modal__sec__title {
  display: block;
  height: 4.2rem;
  padding-left: 1.4rem;
  border-bottom: 0.05rem solid #BCBCBC;
  line-height: 4.2rem;
  font-weight: 600;
}

.wdw-type .hd .hd__popup__modal .modal__sec__cont {
  padding: 1.25rem;
  box-sizing: border-box;
}

.wdw-type .hd .hd__popup__modal .modal__sec__cont.scroll {
  overflow: hidden;
  overflow-y: auto;
  max-height: 30rem;
  -webkit-overflow-scrolling: touch;
}

.wdw-type .hd .hd__popup__modal .modal__sec__txt li {
  margin-top: 1rem;
  line-height: 1.6;
}

.wdw-type .hd .hd__popup__modal .modal__sec__txt li:first-child {
  margin-top: 0;
}

.wdw-type .hd .hd__popup__modal .modal__sec__txt li strong {
  display: block;
  font-weight: 600;
}

.wdw-type .hd .hd__popup__modal .modal__sec__txt {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd .hd__popup__modal .modal__sec__desc {
  position: relative;
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  line-height: 1.4;
  word-break: keep-all;
}

.wdw-type .hd .hd__popup__modal .modal__sec__desc:before {
  content: '-';
  position: absolute;
  top: -0.1rem;
  left: 0;
}

.wdw-type .hd .hd__popup__modal .modal__sec__desc:first-child {
  margin-top: 0;
}

.wdw-type .hd .hd__popup__modal .modal__sec__desc .safe-number {
  color: #918c00;
}

.wdw-type .hd .hd__popup__modal .btn__check {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  border-top: 0.05rem solid #BCBCBC;
  line-height: 4.2rem;
  text-align: center;
  font-weight: 600;
  color: #3D3D3D;
}

.wdw-type .hd .hd__popup__modal .btn__close-x {
  position: absolute;
  z-index: 2;
  top: 1.15rem;
  right: 1.3rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
}

.wdw-type .hd .hd__popup__modal .btn__close-x:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.15rem;
  height: 2rem;
  background: #3d3d3d;
  transform: rotate(45deg);
  content: '';
}

.wdw-type .hd .hd__popup__modal .btn__close-x:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.15rem;
  height: 2rem;
  background: #3d3d3d;
  transform: rotate(-45deg);
  content: '';
}

.wdw-type .hd .hd__popup.popup__modal-open {
  display: block;
}

.wdw-type .hd .hd__popup-v2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.wdw-type .hd .hd__popup-v2__inner {
  height: 100vh;
  padding: 3.5rem 1.5rem 7.5rem;
  overflow-y: auto;
  box-sizing: border-box;
}

.wdw-type .hd .hd__popup-v2 .modal__sec {
  position: relative;
  height: calc(100% - 4.25rem);
  padding-bottom: 4.25rem;
}

.wdw-type .hd .hd__popup-v2 .modal__sec__title {
  display: block;
  height: 4.2rem;
  padding-left: 1.4rem;
  border-bottom: 1px solid #BCBCBC;
  line-height: 4.2rem;
  font-weight: 600;
}

.wdw-type .hd .hd__popup-v2 .modal__sec__cont {
  overflow-y: scroll;
  max-height: 32rem;
  padding: 1.75rem 1.25rem 1.25rem;
}

.wdw-type .hd .hd__popup-v2 .modal__sec__txt li {
  margin-top: 1rem;
  line-height: 1.6;
}

.wdw-type .hd .hd__popup-v2 .modal__sec__txt li:first-child {
  margin-top: 0;
}

.wdw-type .hd .hd__popup-v2 .modal__sec__txt li strong {
  display: block;
  font-weight: 600;
}

.wdw-type .hd .hd__popup-v2 .modal__sec__desc {
  padding-left: 0.5rem;
  line-height: 1.4;
  text-indent: -0.5rem;
}

.wdw-type .hd .hd__popup-v2__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  border-bottom: 0.05rem solid #BCBCBC;
}

.wdw-type .hd .hd__popup-v2__title {
  padding: 0.95rem 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.wdw-type .hd .hd__popup-v2__btn-close {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .hd .hd__popup-v2__btn-close:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.15rem;
  height: 2rem;
  background: #3d3d3d;
  transform: rotate(45deg);
  content: '';
}

.wdw-type .hd .hd__popup-v2__btn-close:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.15rem;
  height: 2rem;
  background: #3d3d3d;
  transform: rotate(-45deg);
  content: '';
}

.wdw-type .hd .hd__popup-v2__cont {
  width: 100%;
}

.wdw-type .hd .hd__popup-v2__cont .contents {
  padding-top: 1.5rem;
  font-size: 1rem;
}

.wdw-type .hd .hd__popup-v2--show {
  display: block;
}

.wdw-type .hd .hd__popup-v2 .full-popup {
  padding-top: 3.5rem;
}

.wdw-type .hd .hd__popup-v2 .full-popup .hd__popup-v2__head {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 3.45rem;
  border-bottom: 0.05rem solid #BCBCBC;
  line-height: 3.45rem;
}

.wdw-type .hd .hd__popup-v2 .full-popup .hd__popup-v2__title {
  float: none;
  padding: 0 0 0 1.5rem;
  background: #FFF;
}

.wdw-type .hd .hd__popup-v2 .full-popup .hd__popup-v2__btn-close {
  top: 50%;
  right: 1.5rem;
  transform: translate3d(0, -50%, 0);
}

.wdw-type .hd .hd__popup-v2 .full-popup .hd__popup-v2__cont {
  margin-top: 0;
}

.wdw-type .hd .hd__popup-v2 .hd__btn-sec {
  position: absolute;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList__name {
  display: block;
  padding-bottom: 1rem;
  border-bottom: 0.05rem solid #BCBCBC;
  font-size: 1.2rem;
  font-weight: 600;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList__box__list {
  border-top: 0.05rem solid #BCBCBC;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList__box__list:first-child {
  border-top: 0 solid #000;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList__inner {
  position: relative;
  padding: 1rem 0;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList__img {
  overflow: hidden;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 6rem;
  height: 6rem;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList__cont {
  min-height: 6rem;
  margin: 0 0 1rem 7rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList__cont__name {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList .product__gift {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 3rem;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList .product__gift figure {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.25rem;
}

.wdw-type .hd .hd__popup.popup_reviewList .reviewList .product__gift-name {
  padding-top: 0.2rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd .form__input {
  width: 100%;
  max-width: 29rem;
  padding: 1.25rem 0.75rem;
  border: 0.05rem solid #BEBEBE;
  font-weight: 400;
  color: #3D3D3D;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wdw-type .hd .form__input::-webkit-input-placeholder {
  color: #BDBDBD;
}

.wdw-type .hd__btn-sec {
  position: fixed;
  z-index: 8;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 32rem;
  font-size: 0;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}

.wdw-type .hd__btn-sec__cock {
  width: calc(100% - 4.25rem);
}

.wdw-type .hd .btn__default {
  display: block;
  width: 100%;
  height: 4.25rem;
  text-align: center;
  background: #A8A8A8;
  font-weight: 600;
  color: #FFF;
  line-height: 4.25rem;
}

.wdw-type .hd .btn__default.next > span {
  padding-right: 2.5rem;
  background: url("/front_mo/images/icon_common_next-page-72eb20062cb72cf669811303ca093673.png") no-repeat 100% 50%;
}

.wdw-type .hd .btn__default.next .count-sec {
  font-weight: 400;
}

.wdw-type .hd .btn__default.active {
  background: #918c00;
  color: #FFF;
}

.wdw-type .hd .btn__default.orange {
  display: inline-block;
  width: 50%;
  height: 4.25rem;
  background: #fff;
  border: 1px solid #918c00;
  text-align: center;
  font-weight: 600;
  color: #918c00;
  line-height: 4.25rem;
  box-sizing: border-box;
}

.wdw-type .hd .btn__default.green {
  display: inline-block;
  width: 50%;
  height: 4.25rem;
  background: #918c00;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  line-height: 4.25rem;
}

.wdw-type .hd .btn__default.input {
  display: block;
  box-sizing: border-box;
  width: 11rem;
  height: 3.5rem;
  text-align: center;
  border: 0.05rem solid #BFBFBF;
  background: #F4F4F4;
  font-weight: 600;
  color: #3D3D3D;
  line-height: 3.4rem;
}

.wdw-type .hd .btn__default.input.active {
  border: 0.05rem solid #918c00;
  background: #918c00;
  color: #FFF;
}

.wdw-type .hd .btn__more-view {
  display: block;
  width: 100%;
  height: 3.4rem;
  margin-top: 2rem;
  border: 1px solid #BFBFBF;
  background: #F4F4F4;
  text-align: center;
  line-height: 3.4rem;
  color: #3D3D3D;
}

.wdw-type .hd .btn__more-view span {
  padding-right: 1.75rem;
  background: url("/front_mo/images/btn_comm_more-ba1e5f7c37ea7e96a7f010cd98f96bb3.png") no-repeat 100% 50%;
}

.wdw-type .hd .btn__write {
  display: block;
  height: 3.5rem;
  background: #918c00;
  text-align: center;
  line-height: 3.5rem;
  font-weight: 700;
  color: #FFF;
}

.wdw-type .hd .btn__heart__cock {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 4.25rem;
  height: 4.25rem;
  background: #fff;
  border: 0.05rem solid #BCBCBC;
}

.wdw-type .hd .btn__heart__cock span:after {
  content: "";
  display: block;
  width: 1.65rem;
  height: 1.5rem;
  margin: 0 auto;
  background: url("/front_mo/images/btn_heart-off-9a5aade5906b74837490ea5e8fe2acad.png") no-repeat 0 0;
}

.wdw-type .hd .btn__heart__cock.active span:after {
  background: url("/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png") no-repeat 0 0;
}

.wdw-type .hd__btn__sec {
  text-align: center;
  font-size: 0;
}

.wdw-type .hd__btn__sec li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.wdw-type .hd__btn__sec li a {
  display: block;
  width: 100%;
  height: 3.5rem;
  line-height: 3.4rem;
  font-size: 1rem;
  font-weight: 600;
  box-sizing: border-box;
}

.wdw-type .hd__btn__sec .color-off a {
  border: 0.05rem solid #BFBFBF;
  background: #F4F4F4;
  color: #3D3D3D;
}

.wdw-type .hd__btn__sec .color-on a {
  border: 0.05rem solid #918c00;
  background: #918c00;
  color: #FFF;
}

.wdw-type .hd .greatingPay__pwd .input_type.input_six input[type=number] {
  -webkit-text-security: disc;
}

.wdw-type .hd .deposit,
.wdw-type .hd .safety-number {
  padding-bottom: 3rem !important;
}

.wdw-type .hd .popup_orderDeadline .btn__default {
  max-width: 26.5rem;
  margin: 0 auto 2.25rem;
}

.wdw-type .hd .order-deadline__sec {
  margin-top: 1.75rem;
  border-top: 0.05rem solid #BCBCBC;
}

.wdw-type .hd .order-deadline__list {
  border-bottom: 0.05rem solid #BCBCBC;
  padding: 1.25rem 0;
}

.wdw-type .hd .order-deadline__delivery {
  display: block;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.wdw-type .hd .order-deadline__menu li {
  line-height: 1.8rem;
}

.wdw-type .hd .order-deadline__menu li:after {
  content: '';
  display: block;
  clear: both;
}

.wdw-type .hd .order-deadline__menu li strong {
  float: left;
  font-weight: 400;
}

.wdw-type .hd .order-deadline__menu li span {
  float: right;
  font-weight: 600;
}

.wdw-type .hd .delivery-list {
  padding: 1.25rem 1.25rem 4.5rem !important;
}

.wdw-type .hd .delivery-list__list {
  padding: 1.5rem 1.5rem 2.25rem;
  border-bottom: 0.05rem solid #BCBCBC;
}

.wdw-type .hd .delivery-list__list:not(:first-child) {
  margin-top: 1rem;
}

.wdw-type .hd .delivery-list__user {
  line-height: 1.9rem;
}

.wdw-type .hd .delivery-list__user-name {
  display: block;
  font-weight: 600;
}

.wdw-type .hd .delivery-list__user-name span {
  font-weight: 400;
}

.wdw-type .hd .delivery-list__user-addr {
  display: block;
  font-weight: 600;
}

.wdw-type .hd .delivery-list__user-phone {
  display: block;
  font-weight: 400;
}

.wdw-type .hd .delivery-list__user .default {
  font-weight: 600;
  color: #918c00;
}

.wdw-type .hd .delivery-list .btn__default {
  top: 1rem;
  right: 1rem;
  width: 4rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-weight: normal;
}

.wdw-type .hd .delivery-list__notice {
  margin: 1.5rem 0 3rem;
  padding: 0 1.25rem;
}

.wdw-type .hd .delivery-list__notice p {
  line-height: 1.6rem;
}

.wdw-type .hd .delivery-list__notice p em {
  font-weight: 600;
}

.wdw-type .hd .delivery-list__notice .btn__address__admin {
  top: 50%;
  right: 1.25rem;
  width: 7.5rem;
  height: 2.75rem;
  border: 0.05rem solid #C1C1C1;
  line-height: 2.75rem;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.wdw-type .hd .delivery-list .Badge {
  font-size: 1rem;
}

.wdw-type .hd .coupon-use__sec {
  margin-top: 2rem;
}

.wdw-type .hd .coupon-use__sec__title {
  display: block;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 0.15rem solid #918c00;
  font-weight: 600;
}

.wdw-type .hd .coupon-use__sec__title-checkbox .checkbox__label {
  font-size: 1rem;
}

.wdw-type .hd .coupon-use__sec__title-checkbox .checkbox__label:before {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.25rem;
}

.wdw-type .hd .coupon-use__list li {
  padding-bottom: 1.25rem;
  border-bottom: 0.05rem solid #BCBCBC;
}

.wdw-type .hd .coupon-use__list__detail {
  margin-top: 1.25rem;
}

.wdw-type .hd .coupon-use__list__txt {
  display: block;
  padding-right: 6.25rem;
  font-weight: 600;
  line-height: 1.6rem;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.wdw-type .hd .coupon-use__list__price {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.6rem;
}

.wdw-type .hd .coupon-use__list__select {
  width: 100%;
  max-width: 29rem;
  height: 3.5rem;
  margin: 1.25rem 0;
  padding: 0 0.75rem;
  border: 0.05rem solid #BDBDBD;
  background: url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat 95% 50%;
  background-size: 1.55rem 0.9rem;
  color: #3D3D3D;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.wdw-type .hd .coupon-use__list__discount {
  text-align: right;
  font-weight: 600;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail {
  padding-left: 8.5rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__left {
  top: 0.25rem;
  width: 7.5rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__left-title {
  font-size: 1rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__left-price {
  font-size: 0.95rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right-option {
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select {
  padding-right: 2.75rem;
  font-size: 1rem !important;
  height: 3.25rem;
  line-height: 3.15rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select-list {
  top: 3.25rem;
  max-height: 10.15rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select-list ul li {
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select-guide {
  margin-top: 0.5rem;
  font-size: 0.95rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__detail .coupon-use__list__right .coupon-use__list__select + .coupon-use__list__right-option {
  margin-top: 0.75rem;
}

.wdw-type .hd .coupon-use__list.type2 .coupon-use__list__discount {
  margin-top: 1.25rem;
}

.wdw-type .hd .coupon-use__number {
  padding-bottom: 0.75rem;
}

.wdw-type .hd .coupon-use__number-text {
  font-size: 1rem;
}

.wdw-type .hd .coupon-use__number-text:not(:first-child) {
  margin-left: 0.75rem;
}

.wdw-type .hd .coupon-use__number-text:not(:first-child):before {
  margin-right: 0.75rem;
  width: 0.1rem;
  height: 0.75rem;
}

.wdw-type .hd .coupon-use__discount-total {
  margin-top: 2.75rem;
  text-align: right;
  font-weight: 600;
}

.wdw-type .hd .coupon-use__discount-total em {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
}

.wdw-type .hd .coupon-use__discount-total em:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.4rem;
  background: #F9D983;
}

.wdw-type .hd .coupon-use__btn-sec {
  max-width: 26.4rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0;
}

.wdw-type .hd .coupon-use__btn-sec a {
  display: inline-block;
  width: 50%;
  height: 3.5rem;
  vertical-align: top;
  line-height: 3.5rem;
  font-weight: 600;
  box-sizing: border-box;
}

.wdw-type .hd .coupon-use__btn-sec .coupon-use__discount-total {
  padding: 0 0 1rem;
}

.wdw-type .hd .coupon-use__cancel {
  border: 0.05rem solid #BFBFBF;
  color: #3D3D3D;
}

.wdw-type .hd .coupon-use__using {
  background: #918c00;
  color: #FFF;
}

.wdw-type .hd .coupon-use .normal-product {
  margin-top: 0.25rem;
}

.wdw-type .hd .coupon-use .normal-product__opts {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.wdw-type .hd .coupon-use .normal-product__count {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.wdw-type .hd .cash_receipts__type {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
}

.wdw-type .hd .cash_receipts__type li {
  flex: 1 0 48%;
  width: 9.2rem;
  height: 3.4rem;
  line-height: 3.4rem;
  margin-right: 1%;
  border: 0.05rem solid #BCBCBC;
  background: #fff;
  color: #000;
  font-size: 1.1rem;
  text-align: center;
  box-sizing: border-box;
}

.wdw-type .hd .cash_receipts__type li:nth-of-type(2n) {
  margin-right: 0;
}

.wdw-type .hd .cash_receipts__type li.on {
  background-color: #918c00;
  border: none;
}

.wdw-type .hd .cash_receipts__type li.on a {
  color: #fff;
}

.wdw-type .hd .cash_receipts .input-box .modal__sec__txt {
  margin-bottom: 10px;
}

.wdw-type .hd .cash_receipts .check-box {
  position: relative;
  margin-top: 1rem;
  padding-left: 2.5rem;
}

.wdw-type .hd .cash_receipts .check-box .checkbox__label {
  font-size: 1rem;
  line-height: 1.5rem;
}

.wdw-type .hd .cash_receipts .check-box .checkbox__label:before {
  position: absolute;
  left: -2.5rem;
  top: 0;
}

.wdw-type .hd .cash_receipts .btn-area .btn-half {
  width: 50%;
}

.wdw-type .hd .popup_adressAgree .agree-text {
  display: block;
  padding-bottom: 20px;
}

.wdw-type .hd .popup_adressAgree .agree-table table {
  border: 1px solid #ccc;
  border-bottom: 0;
  overflow: hidden;
}

.wdw-type .hd .popup_adressAgree .agree-table table th, .wdw-type .hd .popup_adressAgree .agree-table table td {
  padding: 10px;
  font-weight: normal;
  color: #555;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.wdw-type .hd .popup_adressAgree .agree-table table th {
  background: #f5f5f5;
}

.wdw-type .hd .popup_adressAgree .agree-table p {
  margin-top: 10px;
  color: #918c00;
}

.wdw-type .hd__error {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.wdw-type .hd__error__title {
  margin-top: 1.75rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.wdw-type .hd__error__txt {
  margin-top: 1.5rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
}

.wdw-type .hd__error .btn-area {
  width: 23rem;
  margin: 3rem auto 0;
  font-size: 0;
}

.wdw-type .hd__error .btn-area a {
  display: inline-block;
  float: none;
  width: 50%;
  vertical-align: top;
  font-size: 1.2rem;
  font-weight: 600;
}

.wdw-type .hd .detailViewer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 19rem;
}

.wdw-type .hd .detailViewer img {
  max-width: 100%;
}

.wdw-type .hd .alertBox {
  margin-top: 0.5rem;
}

.wdw-type .hd .alertBox.fail {
  color: #ff0000;
}

.wdw-type .hd .alertBox.success {
  color: #918c00;
}

.wdw-type .hd .hd__popup .sect {
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.wdw-type .hd .hd__popup .sect + .sect {
  margin-top: 1.5rem;
}

.wdw-type .hd .hd__popup .sect .sect-title {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.wdw-type .hd .hd__popup .sect .text {
  margin-bottom: 0.5rem;
}

.wdw-type .hd .hd__popup .sect .desc {
  font-size: 1.15rem;
}

.wdw-type .hd .hd__popup .sect .box,
.wdw-type .hd .hd__popup .sect .box .innerbox {
  display: block;
  padding-left: 1rem;
}

.wdw-type .hd .hd__popup .sect {
  font-size: 1.2rem;
  line-height: 1.9rem;
}

.wdw-type .hd .hd__popup .sect + .sect {
  margin-top: 1.5rem;
}

.wdw-type .hd .hd__popup .sect .sect-title {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.wdw-type .hd .hd__popup .sect .desc {
  font-size: 1.15rem;
}

.wdw-type .hd .hd__popup .sect .list-area li + li {
  margin-top: 0.25rem;
}

.wdw-type .hd .hd__popup .sect .table-area {
  margin-bottom: 0.5rem;
}

.wdw-type .hd .hd__popup .sect .table-area caption {
  display: table-caption;
  margin-bottom: 0.5rem;
  text-align: left;
}

.wdw-type .hd .hd__popup .sect .table-area tr {
  padding: 0.25rem;
}

.wdw-type .hd .hd__popup .sect .table-area tr td,
.wdw-type .hd .hd__popup .sect .table-area tr th {
  padding: 0.25rem;
  border: 1px solid #888;
  text-align: center;
  font-weight: normal;
  word-wrap: break-word;
}

.wdw-type .pop-layer .popup-wrap .pop-body {
  padding: 1.5rem 0 1rem 0;
}

.wdw-type .pop-layer .popup-wrap .pop-body > * {
  margin: 0 1rem;
}

.wdw-type .pop-layer .popup-wrap .pop-close-ico {
  width: 4.5rem;
  height: 2.3rem;
  background-size: 1.5rem;
}

.wdw-type .pop-layer.top-auto-type {
  border-radius: 0 0 1rem 1rem;
}

.wdw-type .pop-header-menu .popup-wrap {
  background: #b5be6c;
  background: linear-gradient(45deg, #a8b250 0%, #b5be6c 34%, #b8c170 78%, #c0c97b 86%, #ccd48b 93%, #d9e09c 100%);
  border-radius: 0 0 30px 30px !important;
}

.wdw-type .pop-header-menu .popup-wrap .pop-body {
  padding: 20px 0 10px;
}

.wdw-type .pop-header-menu .menu-wrap {
  gap: 1rem;
  margin: 1rem 1.5rem 0 !important;
}

.wdw-type .pop-header-menu .menu-btn {
  padding: 2.25rem 1.25rem 1.5rem;
  width: 100%;
  border-radius: 1.25rem;
}

.wdw-type .pop-header-menu .menu-btn::after {
  right: 1rem;
  top: 1rem;
  width: 1.7rem;
  height: 1.7rem;
  background-size: 100%;
}

.wdw-type .pop-header-menu .menu-tit {
  font-size: 1.65rem;
}

.wdw-type .pop-header-menu .menu-txt {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

.hd__main {
  padding-top: 172px;
  max-width: 640px;
  overflow: hidden;
  letter-spacing: -1px;
  /* parallax */
}

.hd__main + .hd__footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.hd__main .swiper-container {
  overflow: visible;
}

.hd__main__h3 {
  position: relative;
  padding: 0 30px;
  height: 61px;
  font-size: 32px;
  z-index: 1;
}

.hd__main__h3 h2, .hd__main__h3 h3 {
  display: inline-block;
}

.hd__main__h3-more {
  display: inline-block;
  margin: 5px 0 0 5px;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 0;
  text-indent: -999em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 50%;
  vertical-align: top;
}

.hd__main__h3-more:before {
  display: inline-block;
  margin: 2px 0 0 -2px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border: solid #1c1c1c;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.hd__main__h3-view {
  float: right;
  margin-right: 3px;
  margin-top: 7px;
  font-size: 21px;
  font-style: normal;
  color: #b2ac00;
}

.hd__main__h3-view:after {
  display: inline-block;
  margin: -3px 0 0 3px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: solid #b2ac00;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: '';
}

.hd__main__h3-ico {
  display: inline-block;
  margin-top: 0;
  padding: 4px 9px;
  font-size: 15px;
  font-style: inherit;
  background: #e2e735;
  border: 2px solid #1c1c1c;
  border-radius: 30px;
  vertical-align: top;
  text-transform: uppercase;
  letter-spacing: 0;
  animation: saleMotion 0.4s ease-out 0s infinite alternate;
}

.hd__main__h3-ico.v2 {
  color: #fff;
  background: #f83737;
}

.hd__main__h3-txt {
  margin-left: 10px;
}

.hd__main__h3-txt.gray {
  color: #888;
}

.hd__main__h3 i img {
  max-height: 41px;
}

@keyframes saleMotion {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 7px;
  }
}

.hd__main__desc {
  margin-bottom: 6px;
  padding: 0 30px;
  color: #999;
  line-height: 30px;
}

.hd__main__desc + .hd__main__h3 .hd__main__h3-view {
  margin-top: -12px;
}

.hd__main__desc.s {
  font-size: 21px;
}

.hd__main__desc .bg {
  position: relative;
  display: inline-block;
  margin-top: 1px;
  padding: 2px 15px;
  color: #fff;
  background: #d4290d;
  border-radius: 30px;
}

.hd__main__visual {
  position: relative;
  overflow: hidden;
}

.hd__main__visual .visual__slide {
  overflow: hidden;
}

.hd__main__visual .meal-area {
  position: relative;
  width: 640px;
  box-sizing: border-box;
}

.hd__main__visual .meal-area .hd__main__slider {
  padding: 38px 0;
}

.hd__main__visual .meal-area .meal-box {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.hd__main__visual .meal-area .meal-box a {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 570px;
  border-radius: 25px;
  background: url("/front_mo/images/onerror_img-19cf24ac2673bc49729d78a2370bc1a7.jpg") no-repeat center center;
  background-size: 100%;
  overflow: hidden;
  z-index: 1;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.hd__main__visual .meal-area .meal-box img {
  display: block;
  width: 100%;
}

.hd__main__visual .meal-area .meal-box .swiper-slide-shadow {
  left: 35px;
  width: 570px;
  border-radius: 25px;
  background: linear-gradient(#cbc5c1 0%, #929192 100%);
  pointer-events: none;
  transform: translateZ(0px);
}

.hd__main__visual .meal-area .swiper-counter {
  position: absolute;
  right: 65px;
  bottom: 70px;
  background: rgba(0, 0, 0, 0.15);
  width: 60px;
  height: 30px;
  border-radius: 5px;
  color: rgba(255, 255, 255, 0.7);
  z-index: 1;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 100;
}

.hd__main__visual .meal-area .swiper-counter span {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}

.hd__main__visual .meal-area .swiper-counter .swiper-slide.swiper-slide-next ~ .swiper-slide {
  opacity: 0 !important;
}

.hd__main__visual .meal-area a.swiper-counter {
  padding-right: 30px;
  width: 95px;
  height: 45px;
  font-size: 20px;
  line-height: 43px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.35);
}

.hd__main__visual .meal-area a.swiper-counter .count {
  color: #fff;
}

.hd__main__visual .meal-area a.swiper-counter:after {
  position: absolute;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  content: '';
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2) url("/front_mo/images/icon_comm_close-dd39c1df02c45459ac116aa9810fcb32.png") no-repeat center;
  background-size: 33%;
  transform: rotate(45deg);
}

.hd__main__view {
  margin: 0 30px;
  width: 580px;
  line-height: 75px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  box-sizing: border-box;
}

.hd__main__view .arr:after {
  display: inline-block;
  margin: -6px 0 0 10px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: solid #1c1c1c;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  content: '';
}

.hd__main__view .arr.bottom:after {
  margin-top: -12px;
  border-width: 0 1px 1px 0;
}

.hd__main__view .arr.top:after {
  margin-top: 0;
  border-width: 1px 0 0 1px;
}

.hd__main__tag {
  margin: 20px 30px 0;
}

.hd__main__tag span {
  display: inline-block;
  padding: 0 15px;
  line-height: 42px;
  vertical-align: top;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
}

.hd__main__tag span:not(:first-child) {
  margin-left: 5px;
}

.hd__main__category {
  margin-top: 10px;
}

.hd__main__category-list {
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0 0 0;
}

.hd__main__category-list .swiperBeanArea {
  padding: 0px 20px;
}

.hd__main__category-list .swiperBeanArea + .swiperBeanArea {
  padding-top: 7px;
}

.hd__main__category-list::-webkit-scrollbar {
  display: none;
}

.hd__main__category-list ul li {
  position: relative;
  display: inline-block;
  width: auto;
}

.hd__main__category-list ul li a {
  display: block;
  padding: 5px 20px 5px 5px;
  text-align: center;
  white-space: normal;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
}

.hd__main__category-list ul li .thumb {
  float: left;
  position: relative;
  display: block;
  margin-right: 10px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}

.hd__main__category-list ul li .thumb img {
  width: 100%;
}

.hd__main__category-list ul li .title {
  float: left;
  font-size: 22px;
  line-height: 53px;
  white-space: nowrap;
}

.hd__main__category-list ul li.new a, .hd__main__category-list ul li.hot a, .hd__main__category-list ul li.sale a {
  margin-top: 2px;
  padding: 4px 20px 4px 4px;
  border: 0;
}

.hd__main__category-list ul li.new a:after, .hd__main__category-list ul li.hot a:after, .hd__main__category-list ul li.sale a:after {
  display: inline-block;
  margin: 17px 0 0 5px;
  padding: 3px 6px;
  font-size: 14px;
  color: #fff;
  background: #f83737;
  border-radius: 30px;
  letter-spacing: 0;
}

.hd__main__category-list ul li.new:before, .hd__main__category-list ul li.hot:before, .hd__main__category-list ul li.sale:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 61px;
  border: 2px solid transparent;
  border-radius: 999px;
  background: #c2b905;
  background: linear-gradient(-45deg, #e6de12, #b0cf24, #e6de12, #8fbf01);
  background-size: 400% 400%;
  animation: gradient 2s ease-in-out infinite;
  transform: translateX(-50%);
  content: '';
  z-index: -1;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hd__main__category-list ul li.new a:after {
  content: 'NEW';
}

.hd__main__category-list ul li.hot a:after {
  content: 'HOT';
}

.hd__main__category-list ul li.sale a:after {
  content: 'SALE';
}

.hd__main__category-list ul li.open .thumb, .hd__main__category-list ul li.close .thumb {
  line-height: 110px;
  border: 1px solid #d3d3d3;
}

.hd__main__category-list ul li.open .thumb {
  line-height: 120px;
}

.hd__main__category-list ul li.open .thumb:before, .hd__main__category-list ul li.open .thumb:after {
  display: inline-block;
  width: 3px;
  height: 25px;
  background: #1c1c1c;
  content: '';
}

.hd__main__category-list ul li.open .thumb:after {
  margin-left: -2px;
  transform: rotate(90deg);
}

.hd__main__category-list ul li.close .thumb:after {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: solid #1c1c1c;
  border-width: 3px 0 0 3px;
  transform: rotate(45deg);
  content: '';
}

.hd__main__now {
  margin-top: 80px;
}

.hd__main__now-top {
  padding: 0 20px 15px 30px;
}

.hd__main__now-top .product__wrap__list--item {
  position: relative !important;
  margin-top: 0 !important;
  border-bottom: 0 !important;
  width: 590px !important;
}

.hd__main__now-top .product__wrap__list--item .item__tag {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.hd__main__now-top .product__wrap__list--item .item__thumb {
  width: 350px !important;
  height: 350px !important;
  border-radius: 6px;
  overflow: hidden;
}

.hd__main__now-top .product__wrap__list--item .item__info {
  position: absolute !important;
  right: 0;
  top: 50%;
  margin: 0 !important;
  width: 220px;
  transform: translateY(-50%);
}

.hd__main__now-top .product__wrap__list--item .item__info .item__title {
  margin-top: 10px;
}

.hd__main__now-top .product__wrap__list--item .item__info .item__title .item__sub {
  font-size: 18px !important;
  -webkit-line-clamp: 1 !important;
}

.hd__main__now-top .product__wrap__list--item .item__info .item__price-ori {
  display: block;
}

.hd__main__now-top .product__wrap__list--item .item__tag {
  min-height: 28px;
}

.hd__main__normal {
  margin-top: 80px;
}

.hd__main__normal .timer {
  margin: -10px 30px 25px;
  font-size: 28px;
  color: #ff0000;
}

.hd__main__normal .timer:before {
  display: inline-block;
  margin-right: 5px;
  width: 34px;
  height: 30px;
  vertical-align: bottom;
  background: url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=260126") no-repeat -308px -155px;
  content: '';
}

.hd__main__normal-tab {
  margin-left: 30px;
  padding: 0 30px 21px 0;
  overflow-y: auto;
  white-space: nowrap;
}

.hd__main__normal-tab::-webkit-scrollbar {
  display: none;
}

.hd__main__normal-tab li {
  display: inline-block;
  margin-right: 6px;
  border: 1px solid #888;
  border-radius: 60px;
}

.hd__main__normal-tab li a {
  display: block;
  padding: 0 20px;
  height: 60px;
  line-height: 58px;
  font-size: 25px;
  color: #888;
}

.hd__main__normal-tab li a img {
  vertical-align: middle;
  margin-top: -9px;
  width: 33px;
}

.hd__main__normal-tab li.on {
  border-color: #918c00;
  background-color: #918c00;
}

.hd__main__normal-tab li.on a {
  color: #fff;
}

.hd__main__normal-kong {
  padding: 0 0 30px 20px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.hd__main__normal-kong::-webkit-scrollbar {
  display: none;
}

.hd__main__normal-kong li {
  position: relative;
  display: inline-block;
  width: 130px;
  text-align: center;
  white-space: normal;
  vertical-align: top;
}

.hd__main__normal-kong li:last-child {
  padding-right: 20px;
}

.hd__main__normal-kong li .thumb {
  position: relative;
  display: block;
  margin: 0 auto 10px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}

.hd__main__normal-kong li .thumb img {
  width: 100%;
}

.hd__main__normal-kong li .title {
  font-size: 18px;
  line-height: 1.4;
}

.hd__main__new {
  margin-top: 80px;
}

.hd__main__live {
  margin-top: 80px;
}

.hd__main__subscribe {
  margin-top: 80px;
}

.hd__main__subscribe .hd__main__product {
  margin: 0 20px;
}

.hd__main__subscribe .hd__main__product ul {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item {
  flex: auto;
  margin: 0 10px;
  width: 580px;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item {
  display: flex;
  gap: 25px;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__thumb {
  width: 260px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__thumb img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__info {
  width: calc(100% - 285px);
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__title {
  margin: 0 0 12px 0;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__name {
  display: block;
  max-height: 28px;
  font-size: 21px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__sub {
  font-size: 18px;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan {
  display: flex;
  flex-flow: wrap;
  gap: 5px;
  margin-bottom: 20px;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan > * {
  padding: 0 12px;
  line-height: 29px;
  height: 31px;
  font-size: 17px;
  color: #888;
  border: 1px solid #888;
  border-radius: 999px;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan .plan-num::before {
  display: inline-block;
  margin: 0 5px -2px 3px;
  width: 1px;
  height: 15px;
  background: rgba(0, 0, 0, 0.4);
  content: '';
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan .plan-main {
  color: #f19e00;
  border-color: #f19e00;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan .plan-main .plan-num::before {
  background-color: #f19e00;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan .plan-side {
  color: #5e7d08;
  border-color: #5e7d08;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan .plan-side .plan-num::before {
  background-color: #5e7d08;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan .plan-soup {
  color: #81b000;
  border-color: #81b000;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__plan .plan-soup .plan-num::before {
  background-color: #81b000;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .btn-white-v2 {
  margin-top: 20px;
  width: 160px;
  line-height: 57px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 30px;
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.15);
  border: 0;
}

.hd__main__brand {
  margin-top: 80px;
}

.hd__main__brand .brand-img {
  display: block;
  margin-bottom: 20px;
}

.hd__main__bestReview {
  margin-top: 80px;
}

.hd__main__bestReview .bestReview__list.number {
  overflow: inherit;
  z-index: 0;
  margin: -30px auto 6px !important;
  padding: 0 !important;
  width: 634px !important;
}

.hd__main__bestReview .bestReview__list.number .swiper-wrapper {
  flex-wrap: wrap;
}

.hd__main__bestReview .bestReview__list.number .swiper-slide {
  margin: 0 0 20px !important;
  width: 100% !important;
  text-align: left;
  background: #f5f5f5;
}

.hd__main__bestReview .bestReview__list.number .swiper-slide:before {
  left: inherit !important;
  right: 0;
  width: 36px !important;
  height: 36px !important;
  font-size: 18px !important;
  color: #3a3801 !important;
  background: #ded716 !important;
}

.hd__main__bestReview .bestReview__list.number .swiper-slide:after {
  left: inherit !important;
  right: -12px;
  top: -17px;
  transform: scale(0.8);
}

.hd__main__bestReview .bestReview__list.number .swiper-slide a {
  display: block;
  position: relative;
  padding: 28px 20px 28px 165px;
}

.hd__main__bestReview .bestReview__list.number .swiper-slide:nth-of-type(2):after, .hd__main__bestReview .bestReview__list.number .swiper-slide:nth-of-type(3):after {
  right: 3px;
  top: -18px !important;
}

.hd__main__bestReview .bestReview__list.number .list__thumb {
  position: absolute;
  left: 20px;
  top: 28px;
  width: 125px;
  height: 125px;
  border-radius: 10px;
}

.hd__main__bestReview .bestReview__list.number .list__thumb img {
  height: 100% !important;
}

.hd__main__bestReview .bestReview__list.number .list__keyword-box {
  margin: 0;
  justify-content: left;
}

.hd__main__bestReview .bestReview__list.number .list__keyword-box span {
  padding: 2px 10px;
  font-size: 16px;
  color: #a19c09;
  border-color: #a29d09;
}

.hd__main__bestReview .bestReview__list.number .list__review {
  background: transparent;
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}

.hd__main__bestReview .bestReview__list.number .list__review:before {
  display: none;
}

.hd__main__bestReview .bestReview__list.number .list__user {
  margin-top: 0;
  font-size: 19px;
  font-weight: bold;
  color: #1c1c1c;
}

.hd__main__bestReview .bestReview__list.number .list__title {
  margin-top: 5px;
  height: 22px;
  font-size: 19px;
  font-weight: normal;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__main__bestReview .bestReview__list.number .list__name {
  display: block;
  margin-top: 10px;
  height: 21px;
  font-size: 18px;
  font-weight: normal;
  color: #999;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__main__bestReview .vreview-best-review-widget-iframe {
  padding-bottom: 1px;
}

.hd__main__magazine {
  margin-top: 50px;
  padding: 60px 0 50px;
  background: #f5f5f5;
}

.hd__main__magazine .magazine-slider {
  position: relative;
  margin: 0 0 0 30px;
  overflow: hidden;
}

.hd__main__magazine .magazine-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
}

.hd__main__magazine .magazine-list {
  position: relative;
  z-index: 2;
}

.hd__main__magazine .magazine-list .swiper-wrapper {
  align-items: stretch;
}

.hd__main__magazine .magazine-list .swiper-slide {
  position: relative;
  margin-right: 15px;
  width: 330px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.hd__main__magazine .magazine-list .swiper-slide:last-child {
  margin-right: 30px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item {
  margin: 25px 0 15px 10px;
  width: 300px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item {
  display: flex;
  gap: 15px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__thumb {
  width: 125px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__thumb figure {
  position: absolute;
  left: 50%;
  width: 160px;
  height: 160px;
  transform: translateX(-50%);
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__info, .hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__title {
  margin-top: 0;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__name {
  font-size: 19px;
  font-weight: normal;
  -webkit-line-clamp: 1;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__price {
  margin-top: 5px;
  height: 41px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__price-ori {
  margin-bottom: 2px;
  font-size: 17px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__price-dc {
  font-size: 19px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__price-dc strong {
  font-size: 20px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__price-dc .item__price-dc {
  margin-top: 21px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__price-dc-rate {
  font-size: 20px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__price-dc-rate + .item__price-dc {
  margin-top: 0;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__text {
  margin-top: 15px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__text > span {
  font-size: 16px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__btn button span:before {
  width: 45px;
  height: 45px;
  background-size: 315%;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__btn button + button {
  margin-left: 8px;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__btn button.item__heart span:before {
  background-position-x: 98%;
}

.hd__main__magazine .magazine-list .swiper-slide .product__wrap__list--item .item__btn button.item__heart.active span:before {
  background-position: top 12px center;
  background-size: 25px;
}

.hd__main__magazine .magazine-list .list-box {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.hd__main__magazine .magazine-list .list-box a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  z-index: 0;
}

.hd__main__magazine .magazine-list .list-txt {
  position: absolute;
  left: 20px;
  top: 200px;
  width: 290px;
  color: #fff;
  z-index: 1;
}

.hd__main__magazine .magazine-list .list-txt-sort {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 17px;
  color: #918c00;
  background: #fff;
  border-radius: 30px;
}

.hd__main__magazine .magazine-list .list-txt-sort.c1 {
  color: #307d0e;
}

.hd__main__magazine .magazine-list .list-txt-sort.c2 {
  color: #918c00;
}

.hd__main__magazine .magazine-list .list-txt-sort.c3 {
  color: #a4111f;
}

.hd__main__magazine .magazine-list .list-txt-sort.c4 {
  color: #378a9f;
}

.hd__main__magazine .magazine-list .list-txt-title {
  display: block;
  line-height: 1.2;
  width: 99%;
  font-size: 41px;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  word-break: normal;
  word-wrap: keep-all;
}

.hd__main__magazine .magazine-list .list-txt-desc {
  display: block;
  margin-top: 5px;
  line-height: 1.2;
  width: 99%;
  font-size: 16px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.7);
}

.hd__main__magazine .magazine-list .list-img {
  position: relative;
  height: 100%;
}

.hd__main__magazine .magazine-list .list-img img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  max-height: initial;
  transform: translateY(-50%);
}

.hd__main__magazine .magazine-list .save {
  position: absolute;
  right: 25px;
  top: 15px;
  font-size: 0;
  z-index: 1;
}

.hd__main__magazine .magazine-list .save:after {
  display: block;
  width: 40px;
  height: 40px;
  background: url("/front_mo/images/btn_heart-off-w-2d83c922a0dd3993bcbd9ae5500ffb15.png") no-repeat center;
  content: '';
}

.hd__main__magazine .magazine-list .save.on:after {
  background-image: url("/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png");
  background-size: 89%;
}

.hd__main__magazine .magazine-list .ico_strap {
  position: absolute;
  right: 25px;
  top: 25px;
}

.hd__main__magazine .magazine-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hd__main__magazine .magazine-bg img {
  margin-top: -25%;
  width: 100%;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  transform: scale(1.02);
}

.hd__main__magazine .magazine-bg .swiper-slide {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.hd__main__magazine .magazine-bg .swiper-slide:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 0;
}

.hd__main__tv {
  margin-top: 80px;
  padding: 0 30px;
}

.hd__main__tv .hd__main__h3 .ico {
  display: inline-block;
  margin-top: -13px;
  width: 53px;
  height: 58px;
  background: url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=230110") no-repeat -101px -120px;
  vertical-align: top;
}

.hd__main__tv .hd__main__h3 {
  padding: 0;
}

.hd__main__tv .tv-view {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.hd__main__tv .tv-view iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hd__main__notice {
  position: relative;
  margin-top: 80px;
  padding: 0 140px;
  background: #918c00;
}

.hd__main__notice-h3 {
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  transform: translateY(-50%);
}

.hd__main__notice-h3:after {
  display: inline-block;
  margin: -3px 0 0 15px;
  width: 2px;
  height: 12px;
  background: #fff;
  content: '';
  vertical-align: middle;
}

.hd__main__notice-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  transform: translateY(-50%);
}

.hd__main__notice .swiper-container {
  height: 60px;
  overflow: hidden;
}

.hd__main__notice .swiper-container a {
  display: block;
  width: 90%;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.hd__main__notice .swiper-slide {
  width: 390px;
  height: 60px;
  line-height: 58px;
  color: #fff;
}

.hd__main__banner {
  margin-top: 80px;
  overflow: hidden;
}

.hd__main__banner [class^="swiper-button-"] {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 10px;
  height: 30px;
  vertical-align: middle;
  background: url(/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png) no-repeat -36px 0;
  background-size: 640px auto;
  transform: scale(1.6);
  opacity: 0.25;
  z-index: 1;
}

.hd__main__banner .swiper-button-prev {
  left: 20px;
}

.hd__main__banner .swiper-button-next {
  right: 20px;
  background-position-x: -57px;
}

.hd__main__banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  z-index: 1;
}

.hd__main .swiper-prudect {
  margin-left: 30px;
  padding-bottom: 5px;
  overflow: hidden;
}

.hd__main .swiper-prudect .product__wrap__list--item {
  margin: 0 20px 0 0;
  margin-top: 0 !important;
  padding-bottom: 0;
  border-bottom: 0;
  flex: 0 0 230px;
  width: 230px;
}

.hd__main .swiper-prudect .product__wrap__list--item:last-child {
  margin-right: 30px;
}

.hd__main .swiper-prudect .product__wrap__list--item .item__thumb {
  width: 230px;
  height: 230px;
  overflow: hidden;
  border-radius: 6px;
}

.hd__main .swiper-prudect .product__wrap__list--item .item__info {
  width: 100%;
}

.hd__main .swiper-prudect .product__wrap__list--item .item__info .item__price {
  margin-top: 10px;
}

.hd__main .swiper-prudect .product__wrap__list--item .item__info .item__score {
  top: 5px;
  right: 5px;
  transform: scale(0.8);
}

.hd__main .swiper-prudect .product__wrap__list--item .item__cart {
  top: initial;
  bottom: 0;
}

.hd__main .swiper-prudect .product__wrap__list--item .item__label {
  right: -7px;
  bottom: -3px;
  transform: scale(0.9);
}

.hd__main .swiper-prudect .product__wrap__list--item .item__score {
  top: 0;
  right: 0;
  transform: scale(0.8);
}

.hd__main .swiper-prudect.big .product__wrap__list--item {
  flex: 0 0 350px !important;
  width: 350px;
}

.hd__main .swiper-prudect.big .product__wrap__list--item .item__thumb {
  width: 350px !important;
  height: 350px !important;
}

.hd__main .swiper-prudect.big .product__wrap__list--item .item__thumb figure > img {
  width: 350px !important;
  height: 350px !important;
}

.hd__main .swiper-prudect.big .product__wrap__list--item .item__name {
  display: block;
  min-height: 27px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__main .swiper-prudect.row .row-slide {
  margin-right: 20px;
  width: 410px;
}

.hd__main .swiper-prudect.row .row-slide:last-child {
  margin-right: 30px;
}

.hd__main .swiper-prudect.row .product__wrap__list--item {
  margin-bottom: 20px;
  width: 400px;
}

.hd__main .swiper-prudect.row .product__wrap__list--item .item {
  display: flex;
  gap: 15px;
}

.hd__main .swiper-prudect.row .product__wrap__list--item .item__thumb {
  width: 185px;
  height: 185px;
  flex-shrink: 0;
}

.hd__main .swiper-prudect.row .product__wrap__list--item .item__info, .hd__main .swiper-prudect.row .product__wrap__list--item .item__title {
  margin-top: 0;
}

.hd__main .swiper-prudect.row .product__wrap__list--item .item__name {
  font-weight: normal;
}

.hd__main .swiper-prudect.row .product__wrap__list--item .item__price-ori {
  margin-bottom: 2px;
  font-size: 18px;
}

.hd__main .swiper-prudect.row .product__wrap__list--item .item__price-dc strong {
  font-size: 22px;
}

.hd__main .swiper-prudect.row .product__wrap__list--item .item__price-dc-rate {
  font-size: 22px;
}

.hd__main__healthy .care-comm {
  padding: 50px 0 60px;
  background: #f5f5f5;
}

.hd__main__healthy-list {
  margin-top: 50px;
}

.hd__main__healthy-list .list-select {
  margin: -5px 0 5px 30px;
  line-height: 2;
}

.hd__main__healthy-list .list-select button > span {
  display: inline-block;
  margin-right: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  color: #918c00;
  vertical-align: middle;
  border-bottom: 1px solid #918c00;
}

.hd__main__healthy-list .list-select button > span:after {
  display: inline-block;
  margin-left: 3px;
  width: 0;
  height: 0;
  border-top: 8px solid #918c00;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  vertical-align: middle;
  content: '';
}

.hd__main__healthy-list .list-select__depth1 {
  margin-top: 30px;
  height: 30px;
}

.hd__main__healthy-list .list-select__depth1 li {
  display: inline-block;
  line-height: 25px;
  vertical-align: top;
}

.hd__main__healthy-list .list-select__depth1 li a {
  position: relative;
  color: #888;
}

.hd__main__healthy-list .list-select__depth1 li a:after {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #888;
  content: '';
}

.hd__main__healthy-list .list-select__depth1 li:not(:first-child) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

.hd__main__healthy-list .list-select__depth1 li.on a {
  font-weight: bold;
  color: #918c00;
}

.hd__main__healthy-list .list-select__depth1 li.on a:after {
  display: none;
}

.hd__main__healthy-list .list-select__depth2 {
  margin-top: 25px;
  padding-right: 30px;
  white-space: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hd__main__healthy-list .list-select__depth2::-webkit-scrollbar {
  display: none;
}

.hd__main__healthy-list .list-select__depth2 li {
  display: inline-block;
  padding: 0 15px;
  line-height: 40px;
  vertical-align: top;
  border: 1px solid #777;
  border-radius: 30px;
}

.hd__main__healthy-list .list-select__depth2 li:not(:first-child) {
  margin-left: 5px;
}

.hd__main__healthy-list .list-select__depth2 li.on {
  border-color: #918c00;
  background: #918c00;
}

.hd__main__healthy-list .list-select__depth2 li.on a {
  color: #fff;
}

.hd__main__healthy-list .mchoice__wrap {
  display: flex;
  flex-flow: wrap;
  margin: 0 0 30px 19px;
}

.hd__main__healthy-list .mchoice__wrap .mchoice__list {
  margin: 25px 11px 0;
  width: 280px;
}

.hd__main__healthy-list .mchoice__wrap .mchoice__list__img {
  border-radius: 20px;
  overflow: hidden;
}

.hd__main__healthy-list .mchoice__wrap .mchoice__list__title {
  display: block;
  margin-top: 15px;
  line-height: 1.3;
  font-size: 23px;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.hd__main__healthy-list h2.hd__main__h3 strong {
  font-size: 28px;
}

.hd__main__healthy-list .hd__main__h3-view {
  margin-top: -32px !important;
  padding: 20px 30px;
  font-size: 22px;
  color: #fff;
  background: #918c00;
  border-radius: 50px;
}

.hd__main__healthy-list .hd__main__h3-view::after {
  border-width: 2px 2px 0 0;
  border-color: #fff;
}

.hd__main__care {
  margin-top: 60px;
}

.hd__main__care .care-comm {
  padding: 50px 0 60px;
  background: #f5f5f5;
}

.hd__main__care-list {
  margin-top: 50px;
}

.hd__main__care-list ul {
  display: flex;
  justify-content: center;
  margin: 20px 30px 50px;
}

.hd__main__care-review {
  padding: 60px 0 70px;
  background: #f5f5f5;
}

.hd__main__care-review .swiper-container {
  margin: 20px 30px 0;
  overflow: hidden;
}

.hd__main__care-review .swiper-pagination-progressbar {
  position: relative;
  width: 640px;
  height: 2px;
  overflow: hidden;
  background: #bbb;
}

.hd__main__care-review .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scale(0);
  transform-origin: left top;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.hd__main__care + .hd__main__banner {
  margin-top: 0;
}

.hd__main__challenge .care-comm {
  padding: 60px 0 70px;
  background: #fff;
}

.hd__main__product {
  margin-top: 60px;
}

.hd__main__product .hd__main__desc {
  margin-bottom: 30px;
}

.hd__main__event {
  margin-top: 60px;
}

.hd__main__event-list {
  margin: 30px 0 0 30px !important;
  overflow: hidden !important;
}

.hd__main__event-list .swiper-wrapper {
  padding-right: 10px;
}

.hd__main__event-list .swiper-slide {
  margin-right: 20px;
  width: 350px;
}

.hd__main__event-list .thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.hd__main__event-list .day {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 2px;
  min-width: 75px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 0 10px 0 0;
  background: rgba(0, 0, 0, 0.7);
}

.hd__main__event-list .title {
  display: block;
  margin-top: 25px;
  line-height: 1.5;
  font-size: 23px;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.hd__main__research {
  margin-top: 70px;
  padding: 60px 0 64px;
  background: url("/front_mo/images/img_main_research_bg-cf023474de3e8ad17dd8fdd1948c219b.jpg") no-repeat;
  background-size: cover;
}

.hd__main__research .hd__main__h3-view {
  color: #fff !important;
}

.hd__main__research * {
  color: #fff;
}

.hd__main__research-desc {
  margin: 20px 30px 30px;
  line-height: 1.5;
  font-size: 26px;
}

.hd__main__research-desc span {
  display: inline-block;
  margin-top: 10px;
  padding: 0 5px;
  font-size: 21px;
  letter-spacing: 0;
  background: rgba(145, 140, 0, 0.8);
}

.hd__main__research .swiper-container {
  margin-left: 30px;
  overflow: hidden;
}

.hd__main__research .swiper-container .swiper-wrapper {
  padding-right: 10px;
}

.hd__main__research .swiper-container .swiper-slide {
  margin-right: 20px;
  width: 470px;
  border-radius: 20px;
  overflow: hidden;
}

.hd__main.care img {
  display: block;
}

.hd__main.care .hd__main__h3 {
  margin-bottom: 10px;
  height: auto;
}

.hd__main.care .hd__main__h3-view {
  margin-right: 0;
  color: #777777;
}

.hd__main.care .hd__main__h3-view:after {
  display: none;
}

.hd__main.care .hd__main__visual .meal-area .swiper-counter {
  bottom: 40px;
  color: #777777;
  background: rgba(0, 0, 0, 0.04);
}

.hd__main.care .hd__main__visual .meal-area .swiper-counter .count {
  font-weight: bold;
  color: #1c1c1c;
}

.hd__main.care .care-comm ul {
  margin: 30px 30px 0;
}

.hd__main.care .care-comm ul li {
  border-bottom: 1px solid #ececec;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hd__main.care .care-comm ul li:not(:first-child) {
  margin-top: 15px;
}

.hd__main.care .care-comm ul.col {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.hd__main.care .care-comm ul.col li {
  margin-top: 15px;
  width: 280px;
  height: 230px;
}

.hd__main.care .care-comm ul.col li:nth-of-type(2n) {
  margin-left: 20px;
}

.hd__main.care .hd__main__notice {
  margin-top: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.hd__main .hPara {
  opacity: 0;
}

.hd__main .fadeInUp {
  -webkit-animation: fadeInUp 0.9s both 0.1s cubic-bezier(0.22, 0.61, 0.87, 1.27);
  animation: fadeInUp 0.9s both 0.1s cubic-bezier(0.22, 0.61, 0.87, 1.27);
}

.hd__main .fadeInDown {
  -webkit-animation: fadeInDown 0.9s both 0.1s cubic-bezier(0.22, 0.61, 0.87, 1.27);
  animation: fadeInDown 0.9s both 0.1s cubic-bezier(0.22, 0.61, 0.87, 1.27);
}

.hd__main .popup_visualAll {
  height: 100vh !important;
}

.hd .teaser-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.hd .teaser-cont {
  position: relative;
  height: 100%;
}

.hd .teaser-cont img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hd .teaser-cont a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8.5%;
}

.hd .tutorial {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}

.hd .tutorial-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.hd .tutorial-wrap .swiper-button-next {
  width: 50px;
  height: 90px;
  position: absolute;
  top: 525px;
  right: 28px;
  z-index: 99999;
  -webkit-tap-highlight-color: transparent;
}

.hd .tutorial-wrap .swiper-button-next:focus {
  outline: none;
}

.hd .tutorial-wrap .swiper-button-prev {
  width: 50px;
  height: 90px;
  position: absolute;
  top: 525px;
  left: 28px;
  z-index: 99999;
  -webkit-tap-highlight-color: transparent;
}

.hd .tutorial-wrap .swiper-button-prev:focus {
  outline: none;
}

.hd .tutorial-cont {
  position: relative;
  height: 100%;
}

.hd .tutorial-cont img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hd .tutorial-close {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  padding: 20px 30px 20px 100px;
  background: url(/front_mo/images/tutorial_icon_close-98e3d9674b8fd42e622101b83aeac361.png) no-repeat 50px 20px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.hd .tutorial-close:focus {
  outline: none;
}

.hd .tutorial--show {
  display: block;
}

.hd .healthyPopup {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  background-color: transparent;
  visibility: hidden;
}

.hd .healthyPopup__wrap {
  position: relative;
  background-color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 504;
  opacity: 0;
  box-sizing: border-box;
  transform: translateY(100%);
  -webkit-overflow-scrolling: touch;
  transition: transform 0.5s;
  border-radius: 30px 30px 0 0;
}

.hd .healthyPopup__content {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  padding: 50px 30px;
  text-align: left;
  box-sizing: border-box;
}

.hd .healthyPopup__h3 {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
}

.hd .healthyPopup__category {
  display: flex;
  flex-flow: wrap;
  margin-left: -20px;
}

.hd .healthyPopup__category button {
  margin: 20px 0 0 20px;
  width: 278px;
  line-height: 72px;
  text-align: center;
  background: #f4f3e5;
  border-radius: 10px;
}

.hd .healthyPopup__category button span {
  font-weight: normal;
}

.hd .healthyPopup__category button.on {
  font-weight: bold;
  color: #fff;
  background: #918c00;
}

.hd .healthyPopup__category + .healthyPopup__category {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.hd .healthyPopup__close {
  position: absolute;
  z-index: 2;
  top: 23px;
  right: 26px;
  width: 30px;
  height: 30px;
  padding: 5px;
}

.hd .healthyPopup__close:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #3d3d3d;
  transform: rotate(45deg);
  content: '';
}

.hd .healthyPopup__close:after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #3d3d3d;
  transform: rotate(-45deg);
  content: '';
}

.hd .healthyPopup.open {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

.hd .healthyPopup.open .healthyPopup__wrap {
  opacity: 1;
  transform: none;
}

.hd .ico_5year {
  position: absolute;
  left: 50%;
  width: 72px;
  height: 102px;
  font-size: 0;
  background: url("/front_mo/images/ico_5year-95823d61e0a7dca935a4ec5e31a647df.png?ver=260225") no-repeat;
  background-size: 100%;
  z-index: 1;
}

.hd .ico_5year.type1 {
  top: 1180px;
  margin-left: 80px;
  width: 52px;
  height: 71px;
}

.hd .ico_5year.type2 {
  top: 3870px;
  margin-left: 54px;
  width: 52px;
  height: 71px;
  transform: rotate(20deg);
}

.hd .ico_5year.type3 {
  top: 7450px;
  margin-left: -10px;
  width: 45px;
  height: 62px;
}

.hd .ico_5year.type4 {
  top: 5210px;
  margin-left: 220px;
  transform: rotate(10deg);
}

.hd .ico_5year.type5 {
  top: 7590px;
  margin-left: 160px;
  transform: rotate(-45deg);
}

.hd .popup_5year .hd__popup__modal {
  border-radius: 35px;
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont .btn-full {
  border-radius: 20px;
  width: 440px;
  height: 80px;
  line-height: 78px;
  font-weight: bold;
  text-align: center;
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont .btn-full + .btn-full {
  margin-top: 10px;
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont .btn-full.btn-green {
  font-size: 28px;
  color: #fff;
  border-color: transparent;
  background: #8DC511;
  background: linear-gradient(90deg, #8dc511 0%, #6c9d00 100%);
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont .btn-full.btn-gray {
  font-size: 26px;
  font-weight: normal;
  color: #222;
  background: #f0f0f0;
  border-color: #f0f0f0;
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont .btn-full.btn-text {
  height: 70px;
  line-height: 2.5;
  font-size: 22px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont .btn-full.btn-text .ico_tooltip {
  margin-top: -4px;
}

.hd .popup_5year .hd__popup__modal .btn__close-x {
  opacity: 0.3;
}

.hd .layer_5year {
  position: fixed;
  top: 115px;
  left: 30px;
  width: 580px;
  height: 0;
  line-height: 1.5;
  font-size: 24px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  z-index: 8;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.hd .layer_5year > div {
  position: absolute;
  top: 20px;
  left: 170px;
  opacity: 0;
  transition: all 0.3s;
}

.hd .layer_5year > div p {
  font-weight: bold;
}

.hd .layer_5year:before {
  position: absolute;
  top: 12px;
  left: 50px;
  margin-right: 25px;
  width: 93px;
  height: 84px;
  background: url("/front_mo/images/layer_5year-f58a0f17a852519bb5ce5f0b21eebada.png?ver=260306") no-repeat;
  opacity: 0;
  transition: all 0.3s;
  content: '';
}

.hd .layer_5year.on {
  height: 120px;
  overflow: visible;
  opacity: 1;
}

.hd .layer_5year.on > div, .hd .layer_5year.on:before {
  opacity: 1;
}

.hd .popup_visualAll .event-cont .event-list {
  margin-top: 40px;
}

#main .hd__nav-area {
  transform: translate3d(-50%, 0, 0) !important;
  -webkit-transform: translate3d(-50%, 0, 0) !important;
}

#main .hd__btn-go-img {
  bottom: 150px;
}

#main .hd__btn-go-top {
  bottom: 250px;
}

.wdw-type .hd__main__h3 {
  font-size: 1.6rem;
}

.hd .product__wrap {
  padding: 0 20px;
  clear: both;
}

.hd .product__wrap__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: best_list;
}

.hd .product__wrap__list--item {
  position: relative;
  width: 290px;
  flex: 0 0 290px;
  margin-top: 40px;
}

.hd .product__wrap__list--item:nth-of-type(-n + 2) {
  margin-top: 25px;
}

.hd .product__wrap__list--item .checks {
  display: block;
  position: relative;
}

.hd .product__wrap__list--item .checks-wrap {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}

.hd .product__wrap__list--item .checks::before {
  margin-right: 0;
}

.hd .product__wrap__list--item--no {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  padding: 0 5px;
}

.hd .product__wrap__list--item--no:after {
  display: inline-block;
  counter-increment: best_list;
  content: counter(best_list, decimal-leading-zero);
  font-weight: 600;
}

.hd .product__wrap__list--item--no:before {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: #F9D983;
  content: '';
}

.hd .product__wrap__list--item .item {
  position: relative;
  width: 100%;
}

.hd .product__wrap__list--item .item a {
  display: block;
}

.hd .product__wrap__list--item .item__tag {
  display: flex;
  margin-top: 15px;
  padding-top: 15px;
  overflow: hidden;
  border-top: 1px solid #dbdbdb;
}

.hd .product__wrap__list--item .item__tag span {
  overflow: hidden;
}

.hd .product__wrap__list--item .item__tag span + span {
  margin-left: 5px;
}

.hd .product__wrap__list--item .item__tag .text {
  line-height: 30px;
  padding: 0 10px;
  font-size: 15px;
  color: #ea1111;
  text-align: center;
  border: 1px solid #ea1111;
  border-radius: 30px;
}

.hd .product__wrap__list--item .item__thumb {
  width: 100%;
  height: 290px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.hd .product__wrap__list--item .item__thumb figure {
  height: 100%;
}

.hd .product__wrap__list--item .item__info {
  position: relative;
  margin-top: 5px;
}

.hd .product__wrap__list--item .item__title {
  margin-top: 6px;
}

.hd .product__wrap__list--item .item__sub {
  display: block;
  max-height: 30px;
  line-height: 30px;
  color: #a1a1a1;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .product__wrap__list--item .item__name {
  display: block;
  padding-bottom: 1px;
  width: 100%;
  min-height: 27px;
  max-height: 57px;
  line-height: 28px;
  /* 사용법 : @include line(라인수) */
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.hd .product__wrap__list--item .item__price {
  margin-top: 10px;
  letter-spacing: 0;
}

.hd .product__wrap__list--item .item__price-ori {
  display: block;
  color: #a1a1a1;
  text-decoration: line-through;
}

.hd .product__wrap__list--item .item__price-dc {
  display: inline-block;
  text-decoration: none;
}

.hd .product__wrap__list--item .item__price-dc strong {
  font-size: 28px;
  word-break: break-all;
}

.hd .product__wrap__list--item .item__price-dc-rate {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  color: #ea1111;
}

.hd .product__wrap__list--item .item__price + .item__text {
  margin-top: 10px;
}

.hd .product__wrap__list--item .item__cart {
  position: absolute;
  right: 10px;
  top: 390px;
  z-index: 1;
}

.hd .product__wrap__list--item .item__cart span {
  display: block;
  position: relative;
  font: 0/0 a;
}

.hd .product__wrap__list--item .item__cart span:before {
  content: "";
  display: block;
  background: url("/front_mo/images/icon_cart-ebac45669ded76fef59b4e7bac7f8665.png") no-repeat center center;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  box-sizing: border-box;
}

.hd .product__wrap__list--item .item__btn {
  margin-top: 13px;
}

.hd .product__wrap__list--item .item__btn button {
  position: relative;
  right: 0;
  top: 0 !important;
  vertical-align: top;
}

.hd .product__wrap__list--item .item__btn button span {
  display: block;
  position: relative;
  font: 0/0 a;
}

.hd .product__wrap__list--item .item__btn button span:before {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  background-size: 100% auto;
  background: url("/front_mo/images/icon_item_btn-ac73a6813fc75cd4235c08d0cbb46bf3.png") no-repeat;
  border: 1px solid #efefef;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.hd .product__wrap__list--item .item__btn button:not(:first-child) {
  margin-left: 11px;
}

.hd .product__wrap__list--item .item__btn button.item__cart span:before {
  background-position-x: -0px;
}

.hd .product__wrap__list--item .item__btn button.item__gift span:before {
  background-position-x: -56px;
}

.hd .product__wrap__list--item .item__btn button.item__heart span:before {
  background-position-x: -112px;
}

.hd .product__wrap__list--item .item__btn button.item__heart.active span:before {
  background-image: url("/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png");
  background-position: top 14px center;
  background-size: 31px;
}

.hd .product__wrap__list--item .item__btn .btn-arr {
  margin-top: 10px;
  padding: 0;
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 21px;
  text-align: center;
  border-radius: 10px;
}

.hd .product__wrap__list--item .item__btn .btn-arr:after {
  position: relative;
  display: inline-block;
  top: 1px;
  right: -10px;
  margin-left: 10px;
  width: 16px;
  height: 17px;
}

.hd .product__wrap__list--item .item__add {
  position: absolute;
  right: 10px;
  bottom: 85px;
  height: 0;
  z-index: 1;
}

.hd .product__wrap__list--item .item__add span {
  display: block;
  position: relative;
  font: 0/0 a;
}

.hd .product__wrap__list--item .item__add span:before {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 49px;
  color: #fff;
  box-sizing: border-box;
  background: #c5c5c5;
  background-size: 100% auto;
  border-radius: 50%;
  content: "+";
}

.hd .product__wrap__list--item .item__text {
  display: block;
  margin-top: 20px;
  overflow: hidden;
}

.hd .product__wrap__list--item .item__text > span {
  display: block;
  font-size: 19px;
}

.hd .product__wrap__list--item .item__text > span + span {
  margin-top: 10px;
}

.hd .product__wrap__list--item .item__text .green {
  color: #918c00;
}

.hd .product__wrap__list--item .item__text .orange {
  font-weight: normal;
  color: #a1a1a1;
}

.hd .product__wrap__list--item .item__text .red {
  color: #ff0000;
}

.hd .product__wrap__list--item .item__text .option {
  line-height: 1.4;
  font-weight: normal;
}

.hd .product__wrap__list--item .item__text.col span {
  display: inline-block;
}

.hd .product__wrap__list--item .item__text.col span:nth-of-type(2n) {
  float: right;
}

.hd .product__wrap__list--item .item__text.col span:nth-of-type(2) {
  margin-top: 20px;
}

.hd .product__wrap__list--item .item__label {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  width: 107px;
  justify-content: right;
}

.hd .product__wrap__list--item .item__label-txt {
  display: block;
  margin-top: 5px;
  min-width: 107px;
}

.hd .product__wrap__list--item .item__label-txt:not(.type2) {
  height: 30px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: rgba(96, 93, 0, 0.7);
}

.hd .product__wrap__list--item .item__label-txt img {
  display: block;
}

.hd .product__wrap__list--item .item__score {
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 15px 0;
  width: 80px;
  height: 80px;
  background: rgba(145, 140, 0, 0.7);
  border-radius: 50%;
  z-index: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
}

.hd .product__wrap__list--item .item__score-text {
  width: 100%;
  font-size: 16px;
  color: #fff;
}

.hd .product__wrap__list--item .item__count {
  margin-top: 15px;
}

.hd .product__wrap__list--item .item__value {
  position: relative;
  margin-top: 15px;
  height: 33px;
  border: 1px solid #918c00;
  border-radius: 30px;
}

.hd .product__wrap__list--item .item__value span {
  font-size: 18px;
  color: #666;
}

.hd .product__wrap__list--item .item__value span:not(:first-child):before {
  display: inline-block;
  margin: -3px 9px 0 5px;
  width: 1px;
  height: 15px;
  background: #999;
  vertical-align: middle;
  content: '';
}

.hd .product__wrap__list--item .item__value span:first-child:before {
  position: relative;
  display: inline-block;
  margin: -4px 8px 0 -3px;
  width: 37px;
  height: 40px;
  vertical-align: middle;
  background: url("/front_mo/images/sp_ico-d9791a57bd37de614af0c07df77b4a3d.png?ver=20211214") no-repeat -267px -100px;
  transform: scale(0.6);
  content: '';
  z-index: 1;
}

.hd .product__wrap__list--item .item__value span:first-child:after {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 35px;
  height: 35px;
  background: #918c00;
  content: '';
  z-index: 0;
  border-radius: 50%;
}

.hd .product__wrap__list--item .item__dday {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 0 15px;
  line-height: 35px;
  font-size: 17px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.hd .product__wrap__list--item .item__flag {
  display: flex;
  flex-wrap: wrap;
}

.hd .product__wrap__list--item .item__flag span {
  margin-top: 9px;
}

.hd .product__wrap__list--item .item__flag span + span {
  margin-left: 5px;
}

.hd .product__wrap__list--item .item .hd__btn-heart {
  right: 12px;
  top: 178px;
}

.hd .product__wrap__btn {
  display: flex;
}

.hd .product__wrap__btn button {
  width: 290px;
}

.hd .product__wrap__btn button:nth-of-type(1) {
  margin-right: 20px;
}

.hd .product__wrap__tit {
  margin-top: 70px;
  font-weight: bold;
}

.hd .product__wrap__tit-desc {
  display: block;
  margin-top: 10px;
  font-weight: normal;
  color: #888;
}

.hd {
  font-family: "Noto Sans Korean";
}

.hd__schd {
  padding-top: 190px;
}

.hd.no--doc {
  padding-bottom: 85px;
}

.hd__main__h3.no-border {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 400;
}

.hd__main__h3.no-border strong {
  font-weight: 600;
}

.hd__main__h3.no-border:after {
  display: none;
}

.hd__plan__order-list {
  position: relative;
  margin-bottom: 45px;
  text-align: center;
  counter-reset: meals_list;
}

.hd__plan__order-list:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  height: 1px;
  width: 320px;
  background: #918c00;
  transform: translate(-50%, 0);
}

.hd__plan__order-list li {
  display: inline-block;
  position: relative;
  width: 160px;
  margin: 0 5px;
  vertical-align: top;
  color: #888;
}

.hd__plan__order-list li:before {
  counter-increment: meals_list;
  content: counter(meals_list);
  display: block;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 31px;
  border: 2px solid #918c00;
  background: #FFF;
  font-size: 14px;
  font-weight: 600;
  color: #918c00;
  border-radius: 50%;
}

.hd__plan__order-list li.on {
  color: #3D3D3D;
}

.hd__plan__order-list li.on:before {
  background: #918c00;
  color: #FFF;
}

.hd .meals {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 0 40px;
  background: #FFF;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
}

.hd .meals__sec {
  position: relative;
  margin-top: 50px;
}

.hd .meals__sec:first-child {
  margin-top: 0;
}

.hd .meals__sec.title-area {
  position: relative;
}

.hd .meals__sec.title-area .btn-closed-day {
  position: absolute;
  top: -7px;
  left: 20px;
  font-size: 22px;
  color: #888;
  text-decoration: underline;
}

.hd .meals__sec.title-area .btn-shipping-area {
  position: absolute;
  top: -7px;
  right: 20px;
  font-size: 22px;
  color: #888;
  text-decoration: underline;
}

.hd .meals__sec-text {
  margin-top: 25px;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}

.hd .meals__sec-text .green {
  color: #918c00;
}

.hd .meals__sec-text .orange {
  color: #e0ba53;
}

.hd .meals__sec-text span {
  font-size: 20px;
  color: #888;
}

.hd .meals__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #3D3D3D;
  font-family: "Noto Sans Korean";
}

.hd .meals__title__desc {
  font-size: 20px;
}

.hd .meals__title strong {
  font-weight: 600;
}

.hd .meals__title .point {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  color: #ff0000;
}

.hd .meals__choice {
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 0;
}

.hd .meals__choice__list {
  display: table-cell;
  vertical-align: top;
  table-layout: fixed;
  padding: 0 7px;
}

.hd .meals__choice__list:nth-child(-n+2) {
  margin-top: 0;
}

.hd .meals__choice__list:nth-child(odd) {
  margin-left: 0;
}

.hd .meals__choice__list input[type="checkbox"]:checked + label,
.hd .meals__choice__list input[type="radio"]:checked + label {
  border: 1px solid #918c00;
  background: #918c00;
  color: #FFF;
}

.hd .meals__choice.w142 .meals__choice__list {
  margin-top: 0;
  margin-left: 15px;
}

.hd .meals__choice.w142 .meals__choice__list:first-child {
  margin-left: 0;
}

.hd .meals__choice.w142 .btn__default.input {
  width: 142px;
}

.hd .meals__choice.w220 .meals__choice__list {
  margin-top: 15px;
  margin-left: 15px;
}

.hd .meals__choice.w220 .meals__choice__list:nth-child(odd) {
  margin-left: 0;
}

.hd .meals__choice.w220 .meals__choice__list:nth-child(-n+2) {
  margin-top: 0;
}

.hd .meals__choice.w220 .btn__default.input {
  width: 220px;
}

.hd .meals__choice.weektype .btn__default.input {
  display: table;
  line-height: 27px;
}

.hd .meals__choice.weektype .btn__default.input .text {
  display: table-cell;
  vertical-align: middle;
}

.hd .meals__choice.weektype .btn__default.input .text__desc {
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.hd .meals__choice__select {
  width: 520px;
  height: 70px;
  padding: 0 20px;
  font-size: 24px;
  background: #fff url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat right 20px top 50%;
  background-size: 25px auto;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
}

.hd .meals__choice__input {
  padding: 0 20px;
  width: 520px;
  height: 66px;
  font-size: 24px;
  border: 1px solid #9f9f9f;
  box-sizing: border-box;
}

.hd .meals__text {
  margin-top: 25px;
  font-size: 21px;
  color: #888;
  line-height: 30px;
  text-align: center;
}

.hd .meals__text dl {
  font-size: 22px;
  color: #3D3D3D;
}

.hd .meals__text dl dt {
  font-size: 26px;
  margin-bottom: 10px;
}

.hd .meals__text dl dt em {
  color: #918c00;
}

.hd .meals__text.bg {
  margin: 30px auto 0;
  padding: 20px 0;
  max-width: 520px;
  background: #f5f5f5;
}

.hd .meals__check {
  margin: 25px auto 0;
  width: 520px;
}

.hd .meals__check .qmark {
  display: inline-block;
  margin: 3px 0 0 1px;
  width: 25px !important;
  height: 25px !important;
  line-height: 23px;
  color: #999;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff !important;
  cursor: pointer;
}

.hd .meals__check .qmark:before {
  font-family: 'tahoma';
  font-size: 21px;
  font-weight: normal;
  color: #888;
  content: '?';
}

.hd .meals__check .qmark-info {
  display: none;
}

.hd .meals__check .qmark:hover .qmark-info {
  display: block;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.hd .meals__check .all label {
  display: block;
  text-indent: -48px;
  padding-left: 48px;
}

.hd .meals__check .ck-wrap {
  margin-top: 15px;
  padding: 15px;
  background: #f5f5f5;
}

.hd .meals__check .ck-wrap .text {
  width: 22%;
  text-align: center;
}

.hd .meals__check .ck-wrap .date {
  width: 39%;
  text-align: center;
}

.hd .meals__check .ck-wrap .price {
  width: 39%;
  text-align: center;
}

.hd .meals__check .ck-wrap .hd-checkbox-tit {
  display: flex;
  padding: 0 0 10px 9%;
  font-size: 21px;
  border-bottom: 1px solid #ccc;
}

.hd .meals__check .ck-wrap .hd-checkbox {
  display: flex;
  position: relative;
}

.hd .meals__check .ck-wrap .hd-checkbox .qmark {
  position: relative;
}

.hd .meals__check .ck-wrap .hd-checkbox .qmark .qmark-info {
  position: absolute;
  right: -10px;
  top: calc(100% + 6px);
  padding: 6px 10px 9px;
  font-size: 21px;
  white-space: nowrap;
}

.hd .meals__check .ck-wrap .hd-checkbox .qmark .qmark-info::before {
  position: absolute;
  right: 15px;
  top: -8px;
  width: 0px;
  height: 0px;
  border-bottom: calc( 8px * 1.732) solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
}

.hd .meals__check .ck-wrap .hd-checkbox label {
  display: flex;
  padding: 10px 0 10px 9%;
  width: 91%;
  font-size: 21px;
}

.hd .meals__check .ck-wrap .hd-checkbox label::before {
  position: absolute;
  top: 5px;
  left: 10px;
}

.hd .meals__check .ck-wrap .hd-checkbox [type="checkbox"]:checked + label {
  background: rgba(145, 140, 0, 0.2);
}

.hd .meals__check {
  margin: 25px auto 0;
  width: 520px;
}

.hd .meals__check .qmark {
  display: inline-block;
  margin: 3px 0 0 1px;
  width: 25px !important;
  height: 25px !important;
  line-height: 23px;
  color: #999;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff !important;
  cursor: pointer;
}

.hd .meals__check .qmark:before {
  font-family: 'tahoma';
  font-size: 21px;
  font-weight: normal;
  color: #888;
  content: '?';
}

.hd .meals__check .qmark-info {
  display: none;
}

.hd .meals__check .qmark:hover .qmark-info {
  display: block;
  color: #fff;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.hd .meals__check .all label {
  display: block;
  text-indent: -48px;
  padding-left: 48px;
}

.hd .meals__check .ck-wrap {
  margin-top: 15px;
  padding: 15px;
  background: #f5f5f5;
}

.hd .meals__check .ck-wrap .text {
  width: 22%;
  text-align: center;
}

.hd .meals__check .ck-wrap .date {
  width: 39%;
  text-align: center;
}

.hd .meals__check .ck-wrap .price {
  width: 39%;
  text-align: center;
}

.hd .meals__check .ck-wrap .hd-checkbox-tit {
  display: flex;
  padding: 0 0 10px 9%;
  font-size: 21px;
  border-bottom: 1px solid #ccc;
}

.hd .meals__check .ck-wrap .hd-checkbox {
  display: flex;
  position: relative;
}

.hd .meals__check .ck-wrap .hd-checkbox .qmark {
  position: relative;
}

.hd .meals__check .ck-wrap .hd-checkbox .qmark .qmark-info {
  position: absolute;
  right: -10px;
  top: calc(100% + 6px);
  padding: 6px 10px 9px;
  font-size: 21px;
  white-space: nowrap;
}

.hd .meals__check .ck-wrap .hd-checkbox .qmark .qmark-info::before {
  position: absolute;
  right: 15px;
  top: -8px;
  width: 0px;
  height: 0px;
  border-bottom: calc( 8px * 1.732) solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
}

.hd .meals__check .ck-wrap .hd-checkbox label {
  display: flex;
  padding: 10px 0 10px 9%;
  width: 91%;
  font-size: 21px;
}

.hd .meals__check .ck-wrap .hd-checkbox label::before {
  position: absolute;
  top: 5px;
  left: 10px;
}

.hd .meals__check .ck-wrap .hd-checkbox [type="checkbox"]:disabled + label::before {
  display: none;
}

.hd .meals__check .ck-wrap .hd-checkbox [type="checkbox"]:checked + label {
  background: rgba(145, 140, 0, 0.2);
}

.hd .meals#exp {
  display: none;
  padding: 45px 0;
}

.hd .meals#exp .experience__sec {
  margin-left: 190px;
}

.hd .meals#exp .experience__img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.hd .meals#exp .experience__img p {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #918c00;
  line-height: 28px;
}

.hd .meals#exp .experience__title {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
}

.hd .meals#exp .experience__title strong {
  font-weight: 600;
}

.hd .meals#exp .experience__txt {
  max-width: 415px;
  margin: 0 auto;
  font-size: 21px;
  color: #888;
  line-height: 30px;
}

.hd .meals#exp .experience__txt .underline {
  text-decoration: underline;
}

.hd .final-count {
  margin-top: 40px;
  text-align: center;
}

.hd .final-count__top {
  display: block;
  margin-bottom: 15px;
}

.hd .final-count__btm {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
}

.hd .final-count__btm em {
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.hd .final-count__btm em:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #F9D983;
}

.hd .final-count__btm-txt {
  display: inline-block;
  margin-right: 5px;
}

.hd .final-count__desc {
  margin-top: 50px;
  font-size: 22px;
}

.hd .final-count__delivery {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 20px;
}

.hd .final-count__delivery__tit {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 26px;
}

.hd .final-count__delivery__price {
  display: inline-block;
  vertical-align: middle;
}

.hd .final-count__delivery__price span, .hd .final-count__delivery__price del, .hd .final-count__delivery__price strong {
  display: inline-block;
  vertical-align: middle;
}

.hd .final-count__delivery__result {
  margin-left: 20px;
  font-size: 36px;
}

.hd .final-count__delivery .Qmark {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background: url(/front_mo/images/icon_order-payment_Qmark-8e8681fa43d498fa3efd4f65bb5e6e2f.png) no-repeat 50% 50%;
}

.hd .final-count__calc {
  margin-bottom: 30px;
  font-size: 28px;
}

.hd .final-count__calc__price {
  margin-right: 10px;
}

.hd .final-count__calc .count {
  display: inline-block;
  position: relative;
  width: 190px;
  height: 55px;
  margin-left: 10px;
  padding: 0 53px;
  border: 1px solid #BCBCBC;
  text-align: center;
  line-height: 55px;
  color: #3D3D3D;
  box-sizing: border-box;
}

.hd .final-count__calc .count input {
  width: 100%;
  height: 53px;
  padding: 0;
  border: 0;
  text-align: center;
  vertical-align: top;
  line-height: 53px;
  color: #3D3D3D;
}

.hd .final-count__calc .count .btn__count {
  position: absolute;
  top: 0;
  width: 55px;
  height: 55px;
  border: 1px solid #BCBCBC;
  background: #F5F5F5;
}

.hd .final-count__calc .count .btn__count-down {
  top: -1px;
  left: -1px;
}

.hd .final-count__calc .count .btn__count-down:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.hd .final-count__calc .count .btn__count-up {
  top: -1px;
  right: -1px;
}

.hd .final-count__calc .count .btn__count-up:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.hd .final-count__calc .count .btn__count-up:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 21px;
  background: #3D3D3D;
  transform: translate3d(-50%, -50%, 0);
}

.hd .final-count__calc .count button:disabled {
  background: #BCBCBC;
}

.hd .final-count__list {
  padding: 0 10px;
}

.hd .final-count__list li {
  display: flex;
  justify-content: space-between;
}

.hd .final-count__list li + li {
  margin-top: 15px;
}

.hd .final-count__text {
  font-size: 34px;
}

.hd .final-count__text.green {
  color: #918c00;
}

.hd .final-count__text.gray {
  color: #888;
}

.hd .final-count__text + * {
  margin-top: 13px;
}

.hd .final-count .product--money--title {
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
  text-align: left;
  letter-spacing: -1px;
}

.hd .final-count .product--money--select {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 22px;
}

.hd .final-count .product--money--select .counter-box {
  display: inline-block;
}

.hd .final-count .product--money--select .counter-box .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
  line-height: 26px;
  width: 40px;
  font-size: 20px;
  border-radius: 4px;
  appearance: none;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.hd .final-count .product--money--select .counter-box .minus, .hd .final-count .product--money--select .counter-box .plus {
  line-height: 1;
  width: 40px;
  height: 30px;
  font-size: 26px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 5px;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.hd .final-count .product--money--detail {
  padding: 25px 0;
  border-top: 3px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}

.hd .final-count .product--money--detail li {
  font-size: 22px;
  margin-top: 15px;
}

.hd .final-count .product--money--detail li:first-child {
  margin-top: 0;
}

.hd .final-count .product--money--detail li:after {
  content: '';
  display: block;
  clear: both;
}

.hd .final-count .product--money--detail li .txt {
  float: left;
}

.hd .final-count .product--money--detail li .price {
  float: right;
  font-weight: 400;
}

.hd .final-count .product--money--detail .detail-box {
  padding: 5px 0 5px 15px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.hd .final-count .product--money--detail .detail-box li {
  margin-top: 10px;
  font-size: 21px;
  color: #918c00;
}

.hd .final-count .product--money--detail .detail-box li .price {
  font-weight: 600;
  font-size: 22px;
}

.hd .final-count .product--money--total {
  margin-top: 25px;
  font-weight: 600;
}

.hd .final-count .product--money--total:after {
  content: '';
  display: block;
  clear: both;
}

.hd .final-count .product--money--total .txt {
  float: left;
  padding-top: 10px;
  font-size: 26px;
}

.hd .final-count .product--money--total .price {
  position: relative;
  float: right;
  font-size: 36px;
}

.hd .final-count .product--money--total .price:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #F9D983;
}

.hd__meal {
  padding-top: 190px;
}

.hd .meal__sec + .meal__sec {
  margin-top: 80px;
}

.hd .meal__tit-wrap {
  width: 100%;
  margin: 25px 0 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd .meal__tit-wrap .tit {
  word-break: break-word;
  color: #1c1c1c;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
}

.hd .meal__tit-wrap .tit-side {
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.hd .meal__tit-wrap .tit p + p {
  margin-top: 5px;
}

.hd .meal__tit-wrap .green {
  color: #918c00;
}

.hd .meal__tit-wrap .btn-wrap {
  display: flex;
  gap: 10px;
}

.hd .meal__tit-wrap .btn-white-v2 {
  padding: 0 25px;
  line-height: 60px;
  border-radius: 5px;
}

.hd .meal__tit-wrap .btn-white-v2.on {
  color: #fff;
  background-color: #918c00;
  border-color: #918c00;
}

.hd .meal__tit-wrap .btn-filter {
  position: relative;
  width: 62px;
  background: url(/front_mo/images/icon_sorting_filter-9296921a0d700f9bf78e30f44bb20079.png?ver=230110) no-repeat center center;
}

.hd .meal__tit-wrap .btn-filter .tooltip {
  position: absolute;
  left: -60px;
  bottom: -70%;
  padding: 9px 15px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  background: #1c1c1c;
  white-space: nowrap;
  z-index: 2;
}

.hd .meal__tit-wrap .btn-filter .tooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 85px;
  margin-bottom: -5px;
  width: 10px;
  height: 10px;
  background: #1c1c1c;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}

.hd .meal__how-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.hd .meal__how-list button {
  position: relative;
  padding: 28px 25px 28px 185px;
  width: 100%;
  border-radius: 10px;
  background: #f5f5f5;
  text-align: left;
}

.hd .meal__how-list button .txt {
  margin-top: 7px;
  line-height: 1.3;
  font-size: 27px;
  color: #444;
}

.hd .meal__how-list button .txt strong {
  font-weight: normal;
  color: #000;
}

.hd .meal__how-list button .green {
  color: #918c00;
}

.hd .meal__how-list button::before {
  position: absolute;
  left: 48px;
  top: 50%;
  width: 114px;
  height: 114px;
  background: url("/front_mo/images/img_care_how-2cee19a41740ed5f1b5893545cbcf51d.png") no-repeat 0 0;
  background-size: 300%;
  transform: translateY(-50%);
  content: '';
}

.hd .meal__how-list button:nth-of-type(2)::before {
  background-position-x: 50%;
}

.hd .meal__how-list button:nth-of-type(3)::before {
  background-position-x: 100%;
}

.hd .meal__choice {
  line-height: 1;
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  gap: 10px;
  font-size: 0;
}

.hd .meal__choice.row {
  flex-wrap: wrap;
}

.hd .meal__choice > * {
  text-align: center;
}

.hd .meal__choice .inp-choice {
  width: 100%;
}

.hd .meal__choice .inp-choice .lb-choice {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 31px 0;
  min-height: 68px;
  width: 100%;
  font-size: 29px;
  border: 1px solid #E1E1E1;
  background: #fff;
  color: #333;
  border-radius: 5px;
  box-sizing: border-box;
}

.hd .meal__choice .inp-choice .lb-choice strong {
  display: block;
  width: 100%;
}

.hd .meal__choice .inp-choice .lb-choice .green {
  color: #918c00;
}

.hd .meal__choice .inp-choice .lb-choice .point {
  display: inline-block;
  margin: 3px 5px 0 -73px;
  font-size: 20px;
  font-weight: normal;
  vertical-align: top;
}

.hd .meal__choice .inp-choice.quick .lb-choice {
  border-color: #f6f04c;
  background: #CCC620;
  background: linear-gradient(160deg, #ccc620 0%, #fef969 50%, #cec823 100%);
}

.hd .meal__choice .inp-choice.quick .lb-choice .point {
  margin: -3px 3px -1px -100px;
  padding: 5px 10px 8px 3px;
  color: #fff;
  background: #1c1c1c;
  border-radius: 30px;
}

.hd .meal__choice .inp-choice.quick .lb-choice .point::before {
  content: '⚡';
}

.hd .meal__choice .inp-choice input[type="checkbox"],
.hd .meal__choice .inp-choice input[type="radio"] {
  opacity: 0;
  display: inline-block;
  position: absolute;
  z-index: -1;
  vertical-align: top;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}

.hd .meal__choice .inp-choice input[type="checkbox"] + .lb-choice:before,
.hd .meal__choice .inp-choice input[type="checkbox"]:checked + .lb-choice:before,
.hd .meal__choice .inp-choice input[type="checkbox"] + .lb-choice:after,
.hd .meal__choice .inp-choice input[type="radio"] + .lb-choice:before,
.hd .meal__choice .inp-choice input[type="radio"]:checked + .lb-choice:before,
.hd .meal__choice .inp-choice input[type="radio"] + .lb-choice:after {
  display: none;
}

.hd .meal__choice .inp-choice input[type="checkbox"]:checked + .lb-choice,
.hd .meal__choice .inp-choice input[type="radio"]:checked + .lb-choice {
  border: 1px solid #918c00;
  color: #fff;
  background: #918c00;
}

.hd .meal__choice .inp-choice input[type="checkbox"]:checked + .lb-choice .green,
.hd .meal__choice .inp-choice input[type="radio"]:checked + .lb-choice .green {
  color: #fff;
}

.hd .meal__text {
  line-height: 1.3;
}

.hd .meal__text.green {
  color: #918c00;
}

.hd .meal__text.txt-c {
  text-align: center;
}

html {
  font-size: 125%;
  height: 100%;
}

@media screen and (min-device-width: 320px) {
  html {
    font-size: 62.5%;
  }
}

@media screen and (min-device-width: 360px) {
  html {
    font-size: 70.3125%;
  }
}

@media screen and (min-device-width: 375px) {
  html {
    font-size: 73.2421%;
  }
}

@media screen and (min-device-width: 412px) {
  html {
    font-size: 80.4688%;
  }
}

@media screen and (min-device-width: 414px) {
  html {
    font-size: 80.8594%;
  }
}

@media screen and (min-device-width: 640px) {
  html {
    font-size: 125%;
  }
}

.wdw-type body {
  width: 100%;
  max-width: initial;
}

.wdw-type .hd .appViewPopup__desc, .hd .wdw-type .appViewPopup__desc, .wdw-type .hd .cart_gift .gift-list__item .item-list, .hd .cart_gift .gift-list__item .wdw-type .item-list, .wdw-type .payment-method .pay-type__tit span, .wdw-type .greating-pay__sec.card .card__tip strong, .wdw-type .coupon_poss_bg .coupon_poss_inner, .wdw-type .coupon_poss_bg .coupon_poss_inner .free_dv .day_rming, .wdw-type .popup_giftCard .regist-text, .wdw-type .hd .options__inner .together__sec, .hd .options__inner .wdw-type .together__sec, .wdw-type .hd .options__inner .together__pruduct .product__wrap__list--item .item__name, .hd .options__inner .together__pruduct .product__wrap__list--item .wdw-type .item__name, .wdw-type .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-dc, .hd .options__inner .together__pruduct .product__wrap__list--item .wdw-type .item__price-dc, .wdw-type .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-ori, .hd .options__inner .together__pruduct .product__wrap__list--item .wdw-type .item__price-ori, .wdw-type .hd__main__tag span, .hd__main__tag .wdw-type span, .wdw-type .hd__main__normal-tab li a, .hd__main__normal-tab li .wdw-type a, .wdw-type .hd__main__healthy-list .list-select button > span span, .hd__main__healthy-list .list-select button > span .wdw-type span, .wdw-type .hd .product__wrap__list--item .item__sub, .hd .product__wrap__list--item .wdw-type .item__sub {
  font-size: 1rem;
}

.wdw-type .hd .product__wrap__list--item .item__count input, .hd .product__wrap__list--item .item__count .wdw-type input, .wdw-type .hd__header .top-menu__list, .hd__header .wdw-type .top-menu__list, .wdw-type .hd__footer__cs p, .hd__footer__cs .wdw-type p, .wdw-type .hd__footer__cs__center, .wdw-type .hd__footer__desc, .wdw-type .hd__fullmenu .user-area-menu a, .hd__fullmenu .user-area-menu .wdw-type a, .wdw-type .hd__fullmenu .quick-menu a, .hd__fullmenu .quick-menu .wdw-type a, .wdw-type .hd .todayPopup__close, .hd .wdw-type .todayPopup__close, .wdw-type .hd .todayPopup__today, .hd .wdw-type .todayPopup__today, .wdw-type .hd .cart_gift .gift-info__text strong, .hd .cart_gift .gift-info__text .wdw-type strong, .wdw-type .hd__footer__cs p, .wdw-type .hd__footer__cs__center, .wdw-type .form_title + .input_type, .wdw-type .ordererInfo .btn-arr, .wdw-type .payment-method .pay-type__tit, .wdw-type .greating-pay__sec.card .card__option, .wdw-type .hd .greatingPay.point .card-insert > li .number, .wdw-type .hd .greatingPay.point .point__notice, .wdw-type .hd .greatingPay.point .point__card, .wdw-type .hd .hpPay, .wdw-type .coupon_poss_bg .coupon_poss_inner .free_dv > .coupon_title, .wdw-type .popup_giftCard .regist-area input, .wdw-type .hd .tnb-area__list, .hd .wdw-type .tnb-area__list, .wdw-type .hd .coupon-download__desc, .hd .wdw-type .coupon-download__desc, .wdw-type .hd .coupon-download__list .coupon .download-btn, .hd .coupon-download__list .coupon .wdw-type .download-btn, .wdw-type .hd .coupon-download__list .download-info__list, .hd .coupon-download__list .wdw-type .download-info__list, .wdw-type .hd .comDelivery__annc, .hd .wdw-type .comDelivery__annc, .wdw-type .hd .comDelivery .contbox__list, .hd .comDelivery .wdw-type .contbox__list, .wdw-type .hd .comDelivery__desc, .hd .wdw-type .comDelivery__desc, .wdw-type .hd .checkbox__label, .hd .wdw-type .checkbox__label, .wdw-type .hd .comm-layer__desc, .hd .wdw-type .comm-layer__desc, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont, .hd .popup_coupon-target .coupon-target .wdw-type .infoBox__cont, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part, .hd .popup_coupon-target .coupon-target .wdw-type .infoBox__cont__part, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part2, .hd .popup_coupon-target .coupon-target .wdw-type .infoBox__cont__part2, .wdw-type .hd .popup_coupon-target .coupon-target .desc, .hd .popup_coupon-target .coupon-target .wdw-type .desc, .wdw-type .hd .popup_pointConver .pointConver__annc, .hd .popup_pointConver .wdw-type .pointConver__annc, .wdw-type .hd .popup_pointConver .pointConver__desc, .hd .popup_pointConver .wdw-type .pointConver__desc, .wdw-type .hd .deliveryWay-btn, .hd .wdw-type .deliveryWay-btn, .wdw-type .hd .tab-type3 li a, .hd .tab-type3 li .wdw-type a, .wdw-type .hd .tnb-area__list, .wdw-type .hd .coupon-download__desc, .wdw-type .hd .coupon-download__list .coupon .download-btn, .wdw-type .hd .coupon-download__list .download-info__list, .wdw-type .hd .comDelivery__annc, .wdw-type .hd .comDelivery .contbox__list, .wdw-type .hd .comDelivery__desc, .wdw-type .hd .checkbox__label, .wdw-type .hd .comm-layer__desc, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__cont__part2, .wdw-type .hd .popup_coupon-target .coupon-target .desc, .wdw-type .hd .popup_pointConver .pointConver__annc, .wdw-type .hd .popup_pointConver .pointConver__desc, .wdw-type .hd__orderPayment > .accordion_box.agree-area + .agree-all .checkbox__label, .wdw-type .hd__orderPayment .fork_txt, .wdw-type .hd .board__inner__review .review__cont__btn a, .hd .board__inner__review .review__cont__btn .wdw-type a, .wdw-type .hd .detail__info, .hd .wdw-type .detail__info, .wdw-type .hd .tab__style li a, .hd .tab__style li .wdw-type a, .wdw-type .hd .sorting__wrap, .hd .wdw-type .sorting__wrap, .wdw-type .hd .page__list-none p, .hd .page__list-none .wdw-type p, .wdw-type .hd .options__inner .together__head .view, .hd .options__inner .together__head .wdw-type .view, .wdw-type .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-dc-rate, .hd .options__inner .together__pruduct .product__wrap__list--item .wdw-type .item__price-dc-rate, .wdw-type .hd .options__select__list .list__count, .hd .options__select__list .wdw-type .list__count, .wdw-type .hd .options__select__list .list__btn, .hd .options__select__list .wdw-type .list__btn, .wdw-type .hd .options__total__price-text, .hd .wdw-type .options__total__price-text, .wdw-type .hd .hd__popup__modal .modal__sec__txt li, .hd .hd__popup__modal .modal__sec__txt .wdw-type li, .wdw-type .hd .hd__popup__modal .modal__sec__desc, .hd .hd__popup__modal .wdw-type .modal__sec__desc, .wdw-type .hd .hd__popup-v2 .modal__sec__txt li, .hd .hd__popup-v2 .modal__sec__txt .wdw-type li, .wdw-type .hd .hd__popup-v2 .modal__sec__desc, .hd .hd__popup-v2 .wdw-type .modal__sec__desc, .wdw-type .hd .hd__popup.popup_score .score, .hd .hd__popup.popup_score .wdw-type .score, .wdw-type .hd .hd__popup.popup_score .score-info__item, .hd .hd__popup.popup_score .wdw-type .score-info__item, .wdw-type .hd .btn__more-view, .hd .wdw-type .btn__more-view, .wdw-type .hd .order-deadline__menu li strong, .hd .order-deadline__menu li .wdw-type strong, .wdw-type .hd .order-deadline__menu li span, .hd .order-deadline__menu li .wdw-type span, .wdw-type .hd .delivery-list__user, .hd .wdw-type .delivery-list__user, .wdw-type .hd .delivery-list__user .default, .hd .delivery-list__user .wdw-type .default, .wdw-type .hd .delivery-list .btn__default, .hd .delivery-list .wdw-type .btn__default, .wdw-type .hd .delivery-list__notice p, .hd .delivery-list__notice .wdw-type p, .wdw-type .hd .delivery-list__notice .btn__address__admin, .hd .delivery-list__notice .wdw-type .btn__address__admin, .wdw-type .hd .coupon-use__notice, .hd .wdw-type .coupon-use__notice, .wdw-type .hd .coupon-use__sec__title span, .hd .coupon-use__sec__title .wdw-type span, .wdw-type .hd .coupon-use__list__txt, .hd .wdw-type .coupon-use__list__txt, .wdw-type .hd .coupon-use__list__price, .hd .wdw-type .coupon-use__list__price, .wdw-type .hd .coupon-use__list__discount, .hd .wdw-type .coupon-use__list__discount, .wdw-type .hd .alertBox, .hd .wdw-type .alertBox, .wdw-type .hd .tab__style li a, .wdw-type .hd .sorting__wrap, .wdw-type .hd .page__list-none p, .wdw-type .hd .options__select__list .list__count, .wdw-type .hd .hd__popup__modal .modal__sec__txt li, .wdw-type .hd .hd__popup__modal .modal__sec__desc, .wdw-type .hd .hd__popup-v2 .modal__sec__txt li, .wdw-type .hd .hd__popup-v2 .modal__sec__desc, .wdw-type .hd .btn__more-view, .wdw-type .hd .order-deadline__menu li strong, .wdw-type .hd .order-deadline__menu li span, .wdw-type .hd .delivery-list__user, .wdw-type .hd .delivery-list__user .default, .wdw-type .hd .delivery-list .btn__default, .wdw-type .hd .delivery-list__notice p, .wdw-type .hd .delivery-list__notice .btn__address__admin, .wdw-type .hd .coupon-use__notice, .wdw-type .hd .coupon-use__list__txt, .wdw-type .hd .coupon-use__list__price, .wdw-type .hd .coupon-use__list__discount, .wdw-type .hd .popup_adressAgree, .wdw-type .hd .alertBox, .wdw-type .hd__main__h3-txt, .wdw-type .hd__main__view, .wdw-type .hd__main__healthy-list .list-select__depth2 li a, .hd__main__healthy-list .list-select__depth2 li .wdw-type a, .wdw-type .hd .healthyPopup__category button span, .hd .healthyPopup__category button .wdw-type span, .wdw-type .hd .product__wrap__list--item .item__name, .hd .product__wrap__list--item .wdw-type .item__name, .wdw-type .hd .product__wrap__list--item .item__price-ori, .hd .product__wrap__list--item .wdw-type .item__price-ori, .wdw-type .hd__plan__order-list li, .hd__plan__order-list .wdw-type li, .wdw-type .hd .meal__choice .inp-choice .lb-choice .x-small, .hd .meal__choice .inp-choice .lb-choice .wdw-type .x-small {
  font-size: 1.1rem;
}

.hd__page-title__dropdown ul li .wdw-type a, .wdw-type .hd__fullmenu .gnb__2dep__title a span, .hd__fullmenu .gnb__2dep__title a .wdw-type span, .wdw-type .hd__fullmenu .gnb__2dep__list, .hd__fullmenu .wdw-type .gnb__2dep__list, .wdw-type .hd__fullmenu .quick-svc-btn a, .hd__fullmenu .quick-svc-btn .wdw-type a, .wdw-type .hd .today-popup__cont, .hd .wdw-type .today-popup__cont, .wdw-type .hd .appViewPopup__close, .hd .wdw-type .appViewPopup__close, .wdw-type .hd .cart_gift .accordion_title strong, .hd .cart_gift .accordion_title .wdw-type strong, .wdw-type .hd__page-title__dropdown ul li a, .wdw-type .payment-method .pay-type__tit .checkbox__label, .wdw-type .hd .greatingPay.point .point__card .num span, .wdw-type .hd .greatingPay.point .point__user .name, .wdw-type .hd .sns-login__tit, .hd .wdw-type .sns-login__tit, .wdw-type .hd .sns-login a, .hd .sns-login .wdw-type a, .hd .coupon-download__list .wdw-type .coupon__name, .hd .popup_coupon-target .coupon-target .wdw-type .infoBox__title, .wdw-type .hd .coupon-download__list .coupon__name, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__title, .wdw-type .hd__orderPayment > .accordion_box.agree-area .checkbox__label, .wdw-type .hd .board__inner__review .review__div, .hd .board__inner__review .wdw-type .review__div, .wdw-type .hd .board__inner__review .review__title, .hd .board__inner__review .wdw-type .review__title, .wdw-type .hd .options__inner .together__head .text, .hd .options__inner .together__head .wdw-type .text, .wdw-type .hd .options__inner .together__title, .hd .options__inner .wdw-type .together__title, .wdw-type .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-dc strong, .hd .options__inner .together__pruduct .product__wrap__list--item .item__price-dc .wdw-type strong, .hd .wdw-type .options__choice__title, .hd .options__select__list .wdw-type .list__title, .hd .wdw-type .options__total__price, .hd .hd__popup__modal .modal__sec__txt li .wdw-type strong, .hd .hd__popup-v2 .modal__sec__txt li .wdw-type strong, .wdw-type .hd .hd__popup.popup_score .score dl dt, .hd .hd__popup.popup_score .score dl .wdw-type dt, .hd .wdw-type .form__input, .wdw-type .hd .btn__default .count-wrap .count-box, .hd .btn__default .count-wrap .wdw-type .count-box, .wdw-type .hd .btn__default .count-wrap .count-text, .hd .btn__default .count-wrap .wdw-type .count-text, .hd .wdw-type .btn__default.input, .hd .wdw-type .btn__write, .hd .wdw-type .order-deadline__delivery, .hd .wdw-type .coupon-use__sec__title, .hd .wdw-type .coupon-use__list__select, .hd .wdw-type .coupon-use__discount-total, .hd .coupon-use__btn-sec .wdw-type a, .wdw-type .hd .options__choice__title, .wdw-type .hd .options__select__list .list__title, .wdw-type .hd .options__total__price, .wdw-type .hd .hd__popup__modal .modal__sec__txt li strong, .wdw-type .hd .hd__popup-v2 .modal__sec__txt li strong, .wdw-type .hd .form__input, .wdw-type .hd .btn__default.input, .wdw-type .hd .btn__write, .wdw-type .hd .order-deadline__delivery, .wdw-type .hd .coupon-use__sec__title, .wdw-type .hd .coupon-use__list__select, .wdw-type .hd .coupon-use__discount-total, .wdw-type .hd .coupon-use__btn-sec a, .wdw-type .hd__main__desc, .wdw-type .hd__main__healthy-list .list-select, .hd__main__healthy-list .wdw-type .list-select, .wdw-type .hd .healthyPopup__category button, .hd .healthyPopup__category .wdw-type button, .wdw-type .hd .product__wrap__list--item .item__price-dc, .hd .product__wrap__list--item .wdw-type .item__price-dc, .wdw-type .hd .final-count__top, .hd .wdw-type .final-count__top, .wdw-type .hd .final-count__btm-txt, .hd .wdw-type .final-count__btm-txt, .wdw-type .hd .final-count__list li, .hd .final-count__list .wdw-type li, .wdw-type .hd .meal__tit-wrap .x-small, .hd .meal__tit-wrap .wdw-type .x-small, .wdw-type .hd .meal__choice .inp-choice .lb-choice .small, .hd .meal__choice .inp-choice .lb-choice .wdw-type .small {
  font-size: 1.2rem;
}

.wdw-type .hd__page-title__txt, .wdw-type .hd__fullmenu .user-area, .hd__fullmenu .wdw-type .user-area, .wdw-type .hd__fullmenu .gnb__1dep__title, .hd__fullmenu .wdw-type .gnb__1dep__title, .wdw-type .hd__fullmenu .gnb__box-sub .gnb__3dep__title, .hd__fullmenu .gnb__box-sub .wdw-type .gnb__3dep__title, .wdw-type .hd .cart_gift .gift-info__price .price, .hd .cart_gift .gift-info__price .wdw-type .price, .wdw-type .hd .cart_info dt, .hd .cart_info .wdw-type dt, .wdw-type .hd__page-title__dropdown__txt, .wdw-type .hd .greatingPay.point .point__select a, .hd .coupon-download__list .wdw-type .coupon__price, .hd .comm-layer .wdw-type .modal-btn-half, .wdw-type .hd .coupon-download__list .coupon__price, .wdw-type .hd .comm-layer .modal-btn-half, .hd .options__select__list .wdw-type .list__price, .hd .hd__popup__modal .wdw-type .modal__sec__title, .hd .hd__popup__modal .wdw-type .btn__check, .hd .hd__popup-v2 .wdw-type .modal__sec__title, .wdw-type .hd .hd__popup.popup_score .score-info strong, .hd .hd__popup.popup_score .score-info .wdw-type strong, .hd .wdw-type .btn__default, .wdw-type .hd .options__select__list .list__price, .wdw-type .hd .hd__popup__modal .modal__sec__title, .wdw-type .hd .hd__popup__modal .btn__check, .wdw-type .hd .hd__popup-v2 .modal__sec__title, .wdw-type .hd .btn__default, .wdw-type .hd .btn__default.orange, .wdw-type .hd .btn__default.green, .wdw-type .hd__main__now-top .product__wrap__list--item .item__info .item__price-dc-rate, .hd__main__now-top .product__wrap__list--item .item__info .wdw-type .item__price-dc-rate, .wdw-type .hd__main__healthy-list .list-select button > span, .hd__main__healthy-list .list-select .wdw-type button > span, .wdw-type .hd .product__wrap__list--item .item__price-dc-rate, .hd .product__wrap__list--item .wdw-type .item__price-dc-rate, .wdw-type .hd .product__wrap__tit-desc, .hd .wdw-type .product__wrap__tit-desc, .wdw-type .hd .final-count__text.small, .hd .wdw-type .final-count__text.small {
  font-size: 1.3rem;
}

.wdw-type .hd__fullmenu .gnb__1dep.hmmarket .gnb__1dep__title, .hd__fullmenu .gnb__1dep.hmmarket .wdw-type .gnb__1dep__title, .wdw-type .hd__fullmenu .gnb__2dep__title, .hd__fullmenu .wdw-type .gnb__2dep__title, .wdw-type .hd__main__healthy-list .list-select__depth1 li a, .hd__main__healthy-list .list-select__depth1 li .wdw-type a, .wdw-type .hd .product__wrap__list--item--no, .hd .wdw-type .product__wrap__list--item--no, .wdw-type .hd .meal__tit-wrap .tit, .hd .meal__tit-wrap .wdw-type .tit, .wdw-type .hd .meal__how-list button .tit, .hd .meal__how-list button .wdw-type .tit, .wdw-type .hd .meal__text, .hd .wdw-type .meal__text {
  font-size: 1.5rem;
}

.hd .coupon-use__discount-total .wdw-type em, .wdw-type .hd .coupon-use__discount-total em, .wdw-type .hd .product__wrap__tit, .hd .wdw-type .product__wrap__tit {
  font-size: 1.8rem;
}

body {
  margin: 0 auto;
  max-width: 640px;
  height: 100%;
  overflow: auto;
}

a {
  color: #1c1c1c;
  text-decoration: none;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ol li, ul li {
  list-style: none;
}

h1, h2, h3, h4 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

em {
  font-style: normal;
}

figure,
p {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

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

legend {
  border: 0;
  background-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

table caption {
  display: none;
}

.cascading select {
  width: 100px;
  height: 200px;
}

button {
  padding: 0;
  border: 0;
  color: #1c1c1c;
  background: none;
  cursor: pointer;
}

input {
  margin: 0;
  padding: 0;
}

input::-ms-clear {
  display: none;
}

dd, dl, dt {
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

ins {
  text-decoration: none;
}

blockquote {
  margin: 0;
}

