@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-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

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__header__menu a, .hd .appViewPopup__desc, .hd .cart_gift .gift-list__item .item-list, .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__mchoice .mchoice__list__price-ori, .hd__market .category__depth1 .accordion_con > ul .category__depth1__list a span, .hd__brand__review li a .box .info .user, .hd__search .cate-wrap .cate-area__score-desc, .hd__search .related-tit, .hd__search .related-list li a, .hd__search .option-list li .list-del:after, .hd__searchResult__care .mchoice__list__price-rate, .hd__searchResult__care .mchoice__list__price-ori, .hd__searchResult__care .mchoice__list__promotion, .hd .story__list .sort, .hd__eventReview .review-area .input-area .chk-secret label .chk-secret-ico::before, .hd__myStrap-list li .box .sort, .hd.amore .hd__header__text, .hd .product__wrap__list--item .item__text > span, .hd .giftRecipient_info .text, .hd__research__news li .cont {
  font-size: 20px;
}

.hd__mchoice .mchoice__list__count input, .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__default .count-wrap .count-box, .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__plan__order-list li, .hd__delivery .calendar table thead th, .hd__delivery .calendar table .cal__day label, .hd__mchoice .mchoice__list__promotion, .hd__mchoice .mchoice__list__price-dc, .hd__mchoice .mchoice__list__title, .hd__mchoice .mchoice__list.add a, .hd__mchoice .mchoice__list.add .add__label, .hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__title, .hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__price, .hd__confirm .meals__confirm__table tbody td, .hd__confirm .meals.present .meals__confirm__desc, .hd__confirm .meals.present .present__list, .hd__confirm .meals.present .present__list.soldout:after, .hd__confirm .meals.present .present__list p, .hd__plan-meals .overview__desc, .hd__plan-meals__inquiry__desc, .hd__plan-meals__inner .program_slider .box .review a strong, .hd__planMeals-detail .close-area a, .hd__planMeals-add .close-area a, .hd__planMeals-detail .overview__list, .hd__planMeals-detail .overview__thumb .free-gift, .hd__planMeals-detail .rel-goods .goods-list__name, .hd__planMeals-detail .rel-goods .goods-list__price, .hd__planMeals-detail .cont-notice .notice-list__box, .hd__planMeals-add .add-cont__top .box, .hd .info-notice__list, .hd .sns-share__icon, .hd .sns-share__url__txt, .hd .top-area a, .hd .write-form .recive__desc, .hd .write-form .notice__desc, .hd__market__cate .cate-slider__list a, .hd__market .cate-open__list, .hd__market .category__depth2__list a, .hd__market .category__depth3 li a, .hd__market__contents .contents-top .sorting strong, .hd__market__contents .contents-top .sorting__list, .hd__market__contents .contents-top .sorting .select-area__list, .hd__market__contents .contents-top .contents-top__total, .hd__market__contents .contents-top .btn__filter, .hd__brand__review li a .box, .hd__brand__shop li a span, .hd .cardEvent_list li .period, .hd__marketDesignation .item__menu-list, .hd__marketDesignation .item__price, .hd__marketDesignation .item__count input, .hd__chinese .exclusive__order-info li, .hd__chinese .exclusive__menu__title, .hd__market-detail .overview__list, .hd__market-detail .overview__thumb .free-gift, .hd__market-detail .cont-info .message__advice, .hd__market-detail .rel-goods .goods-list__name, .hd__market-detail .rel-goods .goods-list__price, .hd__market-detail .cont-notice .notice-list__box, .item-info__price-origin, .item-info__coupon, .hd .overview .delivery-menu__list, .hd__orderLogin .order-login__desc, .hd__pwChange__annc, .hd__pwChange__desc, .hd .inactiveMemberComplete__desc, .hd__idFind .desc li, .hd__idFindResult .info-area, .hd__idFindResult .info-area .link-area, .hd__idFindResult .send-area, .hd__idFindResult .send-area__desc, .hd__idFindNoResult__desc, .hd__pwFind__annc, .hd__pwFind .desc li, .hd .pwNewSetting__desc, .wdw-type .hd__orderLogin .order-login__desc, .wdw-type .hd__pwChange__annc, .wdw-type .hd__pwChange__desc, .wdw-type .hd .inactiveMemberComplete__desc, .wdw-type .hd__idFind .desc li, .wdw-type .hd__idFindResult .info-area, .wdw-type .hd__idFindNoResult__desc, .wdw-type .hd__pwFind__annc, .wdw-type .hd__pwFind .desc li, .wdw-type .hd .pwNewSetting__desc, .hd .member-join__desc, .hd .member-join__sns__txt, .hd .member-join__hp-box .box__tit, .hd__sns-join .member-box__devide p, .hd .join-order li, .hd .caulse-agree__notice, .hd .caulse-agree__notice:before, .hd .accordion-menu__list__txt p, .hd .marketing-agree__title, .hd .marketing-agree__notice, .hd .marketing-agree__notice:before, .hd .marketing-agree__text, .hd .marketing-agree__age__notice, .hd .member-box .input-box__title, .hd .member-box .input-box .certification__ok, .hd .member-box__devide p, .hd .member-box .alertBox, .hd .member-box.type2 .member-box__text, .hd .health-info__notice, .hd .health-info__desc, .hd .recommender__notice, .hd .recommender__desc, .hd .default-caulse__txt, .hd.defaultCaulse .default-caulse__txt, .hd__search .cate-wrap .cate-reset, .hd__searchResult__contents .contents-top__total, .hd__searchResult__contents .contents-top .sorting__tit, .hd__searchResult__contents .contents-top .sorting__list, .hd__searchResult__contents .contents-top .sorting .select-area__list, .hd__searchResult__contents .searchResult-slide .goods-list__name, .hd__searchResult__contents .searchResult-slide .goods-list__price, .hd__searchResult__care .mchoice__list__price-dc, .hd__searchResult__care .mchoice__list__title, .hd__searchResult__more, .hd__searchNoResult__desc, .hd__bestList__cate .cate-slider__list a, .hd__displayList .display-cont .display-list .textbox__period, .hd__displayDetail .display-detail__subtit, .hd__displayDetail .display-detail__period, .hd__displayDetail .display-detail__contents, .hd__displayDetail .goods-wrap .goods-select, .hd .story__list .desc, .hd .story__comm .contents-top__total strong, .hd .story__comm .contents-top__filter strong, .hd .story__comm .contents-top__filter .select-area__list, .hd .monthStory__list__desc, .hd .monthStory-detail__define dt .title-sub, .hd .monthStory-detail__define dd, .hd .monthStory-detail__reply__list .reply__txt, .hd .monthStory-detail__reply__list .reply__modify:before, .hd .monthStory-detail__reply__list .reply__modify > li a, .hd .relation-product__price, .hd__greatingLifeMain-list .swiper-slide .box .txt, .hd__greatingLifeMain-instagram .info .text span, .hd__greatingLifeMain-instagram .info .btn-round, .hd .greatingLife-list__program__desc, .hd__greatingTable-list .sorting strong, .hd__greatingTable-list .sorting__list, .hd__greatingTable-list .sorting .select-area__list, .hd .greatingTable__list__title, .hd .greatingTable__list__desc, .hd .greatingTable-Detail .chapter__list li, .hd .greatingTable-Detail .chapter__txt, .hd .greatingTable-Detail__timer__notice, .hd__eventList .event-cont .event-list .textbox__period, .hd__winnerList .winner-cont .winner-list .textbox__period, .hd__eventDetail .detail-area__period, .hd__eventDetail .detail-area__contents, .hd__eventDetail .notice__tit, .hd__eventDetail .notice__cont, .hd__eventReview .review-area .review-box .reply__txt, .hd__eventReview .review-area .review-box .reply__info, .hd__eventLucky .lucky__cont-product .item__sub, .hd__setting__subtit, .hd__setting__desc, .hd__setting .version-info .btn-update, .hd__winnerDetail__container .annc, .hd__winnerDetail__container .table table tr th, .hd__winnerDetail__container .table table tr td, .hd__winnerDetail__container .table__desc, .hd__mypage .btn-cancelAll, .hd [class*="myProduct"] .item-box__list .txt-area__desc, .hd [class*="myProduct"] .item-box__list .txt-area__desc.delivery, .hd [class*="myProduct"] .item-box__list .store, .hd [class*="myProduct"] .delivery-fee, .hd [class*="myProduct"] .info-area .info-list__tit, .hd [class*="myProduct"] .info-area .info-list .detail, .hd [class*="myProduct"] .info-area .info-list .detail__list, .hd [class*="myProduct"] .infobox__list .innerbox__list, .hd [class*="myProduct"] .infobox__tit, .hd [class*="myProduct"] .infobox__cont, .hd [class*="myProduct"] .infoboxV2__list .innerbox__list, .hd [class*="myProduct"] .infoboxV2__tit, .hd [class*="myProduct"] .infoboxV2__cont, .hd [class*="myProduct"] .refund-desc li, .hd [class*="myProduct"] .reason-area__tit, .hd [class*="myProduct"] .reason-area__cont, .hd .popup_menuChange .calendar-area .calendar table thead th, .hd .popup_menuChange .calendar-area .calendar table .cal__day label, .hd .popup_menuChoice .menu-choice .menu-change-info, .hd .popup_menuChoice .mchoice__list__count input, .hd .popup_menuChoice .mchoice__list__promotion, .hd .popup_menuChoice .mchoice__list__title, .hd .popup_orderReview .orderReview__item__info, .hd .popup_orderReview .orderReview__keyword .keyword__label, .hd .popup_orderReview .orderReview__keyword .keyword__txt, .wdw-type .hd__mypage .btn-cancelAll, .wdw-type .hd__mypage .btn-cancelRegular, .wdw-type .hd [class*="myProduct"] .delivery-fee, .wdw-type .hd [class*="myProduct"] .info-area .info-list__tit, .wdw-type .hd [class*="myProduct"] .info-area .info-list .detail, .wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list, .wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list, .wdw-type .hd [class*="myProduct"] .infobox__tit, .wdw-type .hd [class*="myProduct"] .infobox__cont, .wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list, .wdw-type .hd [class*="myProduct"] .infoboxV2__tit, .wdw-type .hd [class*="myProduct"] .infoboxV2__cont, .wdw-type .hd [class*="myProduct"] .refund-desc li, .wdw-type .hd [class*="myProduct"] .reason-area__tit, .wdw-type .hd [class*="myProduct"] .reason-area__cont, .wdw-type .hd .popup_menuChange .calendar-area .calendar table thead th, .wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__day label, .wdw-type .hd .popup_menuChoice .mchoice__list__count input, .wdw-type .hd .popup_menuChoice .mchoice__list__title, .wdw-type .hd .popup_orderReview .orderReview__item__info, .hd__changeRequest .contents__tit, .hd__changeRequest .contents textarea, .hd__changeAddress .change-address__list .infobox__list, .hd__changeAddress .change-address__list .btn-choice, .hd__orderCancelList .cont__list, .hd__orderCancelList .infobox__tit, .hd__orderCancelList .infobox__cont, .hd__receipt__desc, .hd__applyOrderExchange .inner-sect__tit, .hd__applyOrderExchange .inner-sect__subtit, .hd__applyOrderExchange__desc li, .hd__applyOrderExchangeConfirm .exchange-way .info-area .info-list__tit, .hd__applyOrderExchangeConfirm .visit-address .info-area .info-list__tit, .hd__applyOrderExchangeConfirm .exchange-way .info-area .info-list__cont, .hd__applyOrderExchangeConfirm .visit-address .info-area .info-list__cont, .hd__applyOrderExchangeConfirm .change-info .info-area .info-list__tit, .hd__applyOrderExchangeConfirm .change-info .info-area .info-list__cont, .hd__applyOrderExchangeConfirm .annc, .hd__applyOrderExchangeConfirm__desc li, .hd .myLoginLog__list th, .hd .myLoginLog__list td, .hd .myLoginLog__device ul li, .hd__service-board__date, .hd__service-board__detail .btn__download, .hd__service-board__txt, .hd .userGuide .cont-info__banner, .hd__myClaimDetail .annc, .hd .myReview-list__view__txt, .hd .myReview-list__view__modify, .hd .myReview-list__view .gift__name, .hd .myReview-list__detail__soldDate, .hd .myReview-list__detail__date, .hd .myReview-list__detail__cont, .hd .myReview-list__detail .btn-half, .hd .myReview-list__keyword__text, .hd .carefood__category ul li, .hd .carefood__senior-txt, .hd .carefood__senior-tab .tab-contents, .hd .product__wrap__list--item .item__name, .hd .product__wrap__list--item .item__price-ori, .hd .giftRecipient_guide, .hd .orderPayment_h2 .point_color .name_ellipsis, .hd .bestReview__top-btn, .hd .bestReview__list .list__title, .hd .bestReview__select-title, .hd .bestReview__select-list, .hd__myHpPay .contents-top__total, .hd__myHpPay .myHpPay__btn-txt, .hd__research__news li .title, .hd__meals__menu-list .swiper-slide, .hd__meals__btn {
  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.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__magazine .magazine-tab a, .hd__main__healthy-list .list-select, .hd .healthyPopup__category button, .hd .final-count__top, .hd .final-count__btm-txt, .hd__confirm .meals__confirm__count, .hd__plan-meals__inner .program_slider .box .btn-green, .hd__planMeals-detail .cont-notice .notice-list__box__tit, .hd__planMeals-add .add-cont__top .info dd, .hd .write-form .recive__title, .hd .write-form .recive__email, .hd .write-form .secret label, .hd .write-form .notice__title, .hd__market .category__depth2.v2 .category__depth2__list a, .hd__chinese .exclusive__menu__date, .hd__market-detail .cont-info .notice, .hd__market-detail .rel-goods .goods-list__price-origin, .hd__market-detail .rel-goods .goods-list__price-dc, .hd__market-detail .rel-goods .goods-list__price-dc-rate, .hd__market-detail .cont-notice .notice-list__box__tit, .hd .inactiveMemberAccount .certi-area__tit, .hd .inactiveMemberAccount .certi-area .certi-fail, .hd .inactiveMemberAccount .certi-area .certi-success, .hd__pwFind .input-area .input-box .input-alertMsg, .hd .pwFindAccount .certi-area__tit, .hd .pwFindAccount .certi-area .certi-fail, .hd .pwFindAccount .certi-area .certi-success, .wdw-type .hd__login .sns-login__tit, .wdw-type .hd__login .sns-login a, .wdw-type .hd .inactiveMemberAccount .certi-area__tit, .wdw-type .hd .inactiveMemberAccount .certi-area .certi-fail, .wdw-type .hd .inactiveMemberAccount .certi-area .certi-success, .wdw-type .hd__pwFind .input-area .input-box .input-alertMsg, .wdw-type .hd .pwFindAccount .certi-area__tit, .wdw-type .hd .pwFindAccount .certi-area .certi-fail, .wdw-type .hd .pwFindAccount .certi-area .certi-success, .hd .member-join__sns__title, .hd .member-join__sns .sns-login__tit, .hd .member-join__sns .sns-login a, .hd .member-join__hp.type2 .member-join__hp-box .box__tit, .hd .member-box__title, .hd .member-box .input-box.email .email__box, .hd .member-box .input-box .cellphone__number, .hd .member-box .input-box .certification__check .back, .hd .member-box .info-box, .hd__search .search-wrap .search-area .search-input, .hd__search .cate-wrap .cate-area__list, .hd__search-inputList li a, .hd__search-inputBrand li a, .hd__searchResult__contents .searchResult-slide .goods-list__price-origin, .hd__searchResult__contents .searchResult-slide .goods-list__price-dc, .hd__displayDetail .goods-wrap .goods-cont__title, .hd .story__tabmenu ul li a, .hd .story__list .title, .hd .monthStory-detail__reply__total, .hd .monthStory-detail__reply__write .reply_input, .hd .relation-product__name, .hd__greatingLifeMain-menu ul li a, .hd__eventReview .review-area__tit, .hd__eventReview .review-area .input-area input[type=text], .hd__eventReview .review-area .input-area .btn-summit, .hd__eventLucky .lucky__cont-timer .days:after, .hd__eventLucky .lucky__cont-product .item__name, .hd__eventLucky .lucky__cont-product .item__price-before, .hd__eventLucky .lucky__cont-product .item__price-after, .hd__eventLucky .lucky__cont-count, .hd__eventStamp .stamp-area .guide, .hd__mypage__btns button, .hd [class*="myProduct"] .input-box.date .date__box, .hd [class*="myProduct"] .item-box__list .txt-area__title, .hd .popup_menuChoice .mchoice__list__price-after strong, .hd__orderCancelList__title, .hd .healthCareDetail__txt, .hd__service-board__title, .hd__service-board__title .notice, .hd .myReview-list__detail__title, .hd .myReview-list__keyword__title, .hd__myStrap-list li .box .tit, .hd .carefood__senior-txt.type2, .hd .product__wrap__list--item .item__price-dc, .hd .giftRecipient_info, .hd .bestReview__list .list__name, .hd .bestReview__list .list__keyword, .hd__recommend .recommend-content .qa:nth-of-type(1) .qa-box li label, .hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li label {
  font-size: 24px;
}

.hd__page-title__txt, .hd__page-title__dropdown__txt, .hd__fullmenu .user-area, .hd__fullmenu .gnb__1dep__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__mchoice .mchoice__list__price-dc strong, .hd__confirm .meals__confirm__title, .hd__plan-meals .overview__mealchart strong, .hd__plan-meals .overview__program strong, .hd__plan-meals__inquiry__tit, .hd__planMeals-detail .tab-contents__section__tit, .hd__planMeals-detail .cont-info .message__to, .hd__planMeals-detail .cont-info .message__advice__from, .hd__planMeals-detail .rel-goods .goods-list__price strong, .hd .page-mark, .hd__marketDesignation .item__date, .hd__marketDesignation .item__price strong, .hd__chinese .exclusive__title, .hd__chinese .exclusive__title strong, .hd__market-detail .page-mark, .hd__market-detail .tab-contents.cont-info .cont-info__more button, .hd__market-detail .tab-contents__section__tit, .hd__market-detail .cont-info .message__to, .hd__market-detail .cont-info .message__advice__from, .hd__market-detail .rel-goods .goods-list__price strong, .item-info__price-dc-rate, .item-info__price-sale, .hd__pwChange__h3, .hd__inactiveMember__h3, .hd .inactiveMemberAccount__h3, .hd .inactiveMemberComplete__tit, .hd__idFindResult__h3, .hd__idFindNoResult__tit, .hd__pwFind__h3, .wdw-type .hd__pwChange__h3, .wdw-type .hd__inactiveMember__h3, .wdw-type .hd .inactiveMemberAccount__h3, .wdw-type .hd .inactiveMemberComplete__tit, .wdw-type .hd__idFindResult__h3, .wdw-type .hd__idFindNoResult__tit, .wdw-type .hd__pwFind__h3, .hd .member-box__complete-title, .hd .member-box__check-title, .hd__search-tit, .hd__searchResult__contents .searchResult-slide .goods-list__price strong, .hd__searchResult__care-h3, .hd__searchResult__care .mchoice__list__price-dc strong, .hd__searchNoResult__desc strong, .hd__displayList .display-cont .display-list .textbox__tit, .hd .monthStory__list__title, .hd__greatingLifeMain-list .swiper-slide .box .tit, .hd__greatingLifeMain-instagram .info .text strong, .hd .greatingLife-list__program__link, .hd__greatingTable-Detail .hd__btn-sec a, .hd__eventList .event-cont .event-list .textbox__tit, .hd__winnerList .winner-cont .winner-list .textbox__tit, .hd__eventLucky .lucky__cont-timer .text, .hd__setting__tit, .hd .popup_menuChange .calendar-area__tit, .wdw-type .hd .popup_menuChange .calendar-area__tit, .wdw-type .hd .popup_menuChoice .menu-choice__tit, .hd .product__wrap__list--item .item__price-dc-rate, .hd .product__wrap__tit-desc, .hd__recommend .recommend-content .qa-box, .hd .hpPay .sect-title, .hd__careTab-btn {
  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__mchoice .mchoice__title, .hd__mchoice .gift-Choice__title, .hd__plan-meals__inner .program_slider .box .tit, .hd__planMeals-add .add-cont__top .info dt, .hd__market-detail .rel-goods .goods-list__price-dc strong, .item-info__price-dc, .hd__idFindResult .info-area__id, .wdw-type .hd__idFindResult .info-area__id, .hd .member-join__title span, .hd__searchResult__contents .searchResult-slide__tit, .hd__searchResult__contents .searchResult-slide .goods-list__price-dc strong, .hd .monthStory-detail__define dt, .hd .greatingLife-list__cont__title, .hd .greatingLife-list__program__title, .hd .gTable__title h3, .hd__eventCheckAttendance .stamp-area__tit strong, .hd__eventTyping .quiz-area__txt, .hd__eventSurvey .survey-area__tit, .hd__eventSurvey .survey-area .checkbox-area .check-label .text, .hd .popup_menuChoice .menu-choice__tit, .hd .popup_menuChoice .mchoice__title, .wdw-type .hd .popup_menuChoice .mchoice__title, .hd__applyOrderExchangeDone .annc-area__title, .hd .product__wrap__list--item--no, .hd .giftRecipient_title, .hd .bestReview__top-text, .hd__meals__menu-list .swiper-slide .more:after {
  font-size: 30px;
}

.hd .coupon-use__discount-total em, .wdw-type .hd .coupon-use__discount-total em, .hd__planMeals-detail .overview__title-area, .hd__market-detail .overview__title-area, .item-info__price-dc strong, .hd__eventLucky .lucky__area.close .item__thumb span, .hd__eventLucky .lucky__area.open .item__thumb span, .hd__eventLucky .lucky__cont-timer, .hd__eventLucky .lucky__cont-product .item__price-after strong, .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, .hd__plan-meals .overview__mealchart:after, .hd__plan-meals .overview__program:after, .hd__plan-meals .wrap__type-box .inner-box .type-box:after, .hd__plan-meals__inquiry__way:after, .hd__planMeals-detail .rel-goods__box:after, .hd .sns-share__icon:after, .hd__market__cate:after, .hd__market__cate .cate-slider:after, .hd__market .cate-open:after, .hd__market__contents .contents-top:after, .hd__marketDesignation .item:after, .hd__market-detail .rel-goods__box:after, .hd__search .cate-wrap:after, .hd__searchResult__contents .contents-top:after, .hd__searchResult__contents .searchResult-slide__box:after, .hd__bestList__cate:after, .hd__bestList__cate .cate-slider:after, .hd .story__comm .contents-top:after, .hd__eventCheckAttendance .stamp-area .stamps:after, .hd [class*="myProduct"] .delivery-fee > div:after, .hd [class*="myProduct"] .price-area li:after, .wdw-type .hd [class*="myProduct"] .delivery-fee > div:after, .wdw-type .hd [class*="myProduct"] .price-area li:after, .hd__receipt .pay-info li:after {
  display: block;
  clear: both;
  content: "";
}

.hd__mchoice .mchoice__wrap figure, .hd__confirm .meals.present .present__wrap figure, .hd__plan-meals .wrap__type-box .inner-box .type-box figure, .hd__planMeals-detail .overview__thumb figure, .hd__planMeals-detail .cont-info figure, .hd__planMeals-detail .rel-goods .goods-list figure, .hd__market__cont .banner__wrap figure, .hd__marketDesignation .banner figure, .hd__marketDesignation .item__list figure, .hd__chinese .exclusive__menu figure, .hd__market-detail .overview__thumb figure, .hd__market-detail .cont-info figure, .hd__market-detail .rel-goods .goods-list figure, .hd__searchResult__contents .searchResult-slide .goods-list figure, .hd__winnerDetail .banner figure, .hd [class*="myProduct"] .infobox__list figure, .hd [class*="myProduct"] .infobox__list .innerbox__list figure, .hd [class*="myProduct"] .infoboxV2__list figure, .hd [class*="myProduct"] .infoboxV2__list .innerbox__list figure, .hd .popup_menuChoice .mchoice__wrap figure, .wdw-type .hd [class*="myProduct"] .infobox__list figure, .wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list figure, .wdw-type .hd [class*="myProduct"] .infoboxV2__list figure, .wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list figure, .wdw-type .hd .popup_menuChoice .mchoice__wrap figure, .hd .myReview-list__view .gift figure, .hd .product__wrap__list--item .item figure {
  text-align: center;
  font-size: 0;
}

.hd__mchoice .mchoice__wrap figure img, .hd__confirm .meals.present .present__wrap figure img, .hd__plan-meals .wrap__type-box .inner-box .type-box figure img, .hd__planMeals-detail .overview__thumb figure img, .hd__planMeals-detail .cont-info figure img, .hd__planMeals-detail .rel-goods .goods-list figure img, .hd__market__cont .banner__wrap figure img, .hd__marketDesignation .banner figure img, .hd__marketDesignation .item__list figure img, .hd__chinese .exclusive__menu figure img, .hd__market-detail .overview__thumb figure img, .hd__market-detail .cont-info figure img, .hd__market-detail .rel-goods .goods-list figure img, .hd__searchResult__contents .searchResult-slide .goods-list figure img, .hd__winnerDetail .banner figure img, .hd [class*="myProduct"] .infobox__list figure img, .hd [class*="myProduct"] .infobox__list .innerbox__list figure img, .hd [class*="myProduct"] .infoboxV2__list figure img, .hd [class*="myProduct"] .infoboxV2__list .innerbox__list figure img, .hd .popup_menuChoice .mchoice__wrap figure img, .wdw-type .hd [class*="myProduct"] .infobox__list figure img, .wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list figure img, .wdw-type .hd [class*="myProduct"] .infoboxV2__list figure img, .wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list figure img, .wdw-type .hd .popup_menuChoice .mchoice__wrap figure img, .hd .myReview-list__view .gift figure img, .hd .product__wrap__list--item .item figure img {
  max-width: 100%;
  vertical-align: middle;
}

.hd__mchoice .mchoice__wrap figure:after, .hd__confirm .meals.present .present__wrap figure:after, .hd__plan-meals .wrap__type-box .inner-box .type-box figure:after, .hd__planMeals-detail .overview__thumb figure:after, .hd__planMeals-detail .cont-info figure:after, .hd__planMeals-detail .rel-goods .goods-list figure:after, .hd__market__cont .banner__wrap figure:after, .hd__marketDesignation .banner figure:after, .hd__marketDesignation .item__list figure:after, .hd__chinese .exclusive__menu figure:after, .hd__market-detail .overview__thumb figure:after, .hd__market-detail .cont-info figure:after, .hd__market-detail .rel-goods .goods-list figure:after, .hd__searchResult__contents .searchResult-slide .goods-list figure:after, .hd__winnerDetail .banner figure:after, .hd [class*="myProduct"] .infobox__list figure:after, .hd [class*="myProduct"] .infobox__list .innerbox__list figure:after, .hd [class*="myProduct"] .infoboxV2__list figure:after, .hd [class*="myProduct"] .infoboxV2__list .innerbox__list figure:after, .hd .popup_menuChoice .mchoice__wrap figure:after, .wdw-type .hd [class*="myProduct"] .infobox__list figure:after, .wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list figure:after, .wdw-type .hd [class*="myProduct"] .infoboxV2__list figure:after, .wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list figure:after, .wdw-type .hd .popup_menuChoice .mchoice__wrap figure:after, .hd .myReview-list__view .gift figure:after, .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__mchoice .mchoice__list__count, .hd .product__wrap__list--item .item__count {
  display: block;
  position: relative;
  text-align: center;
}

.hd__mchoice .mchoice__list__count input, .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__mchoice .mchoice__list__count input.on, .hd .product__wrap__list--item .item__count input.on {
  border: 1px solid #918c00;
  background: #FFF;
  color: #3D3D3D;
}

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

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

.hd__mchoice .mchoice__list__count .btn__count-down:before, .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__mchoice .mchoice__list__count .btn__count-up, .hd .product__wrap__list--item .item__count .btn__count-up {
  right: -1px;
}

.hd__mchoice .mchoice__list__count .btn__count-up:before, .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__mchoice .mchoice__list__count .btn__count-up:after, .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__mchoice .mchoice__list__count button:disabled, .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: 41px 0 0 20px;
}

.hd__header__logo a {
  display: inline-block;
  width: 130px;
  height: 24px;
  background: url("/front_mo/images/img_header_logo-0bf0e1190f122d0dc9122d2c094c789d.png") no-repeat;
  background-size: 100% auto;
}

.hd__header__menu {
  position: absolute;
  left: 50%;
  top: 25px;
  border-radius: 30px;
  background: #eee;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.hd__header__menu-inner {
  position: relative;
}

.hd__header__menu-bar {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  background: #918c00;
  border-radius: 30px;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1.05);
  z-index: -1;
}

.hd__header__menu a {
  display: inline-block;
  padding: 0 14px 0 12px;
  line-height: 50px;
  color: #707070;
  text-align: center;
  border-radius: 30px;
  transition: all 0.5s;
}

.hd__header__menu a.on {
  padding: 0 12px;
  font-weight: bold;
  color: #fff;
}

.hd__header__menu a i {
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
  font-size: 10px;
  font-style: normal;
  color: #ff0000;
  vertical-align: text-top;
}

.hd__header__menu a:first-child {
  padding: 0 12px 0 14px;
}

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

.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_header_logo_w-cd0cf476cb09fab3bf062bb20dc9d36e.png");
}

.hd__header.BG .hd__header__menu {
  background: rgba(255, 255, 255, 0.3);
}

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

.hd__header.BG .hd__header__menu a.on {
  color: #918c00;
}

.hd__header.BG .hd__header__menu-bar {
  background: #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-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: 171px;
  top: 37px;
  width: 150px;
  font-size: 26px;
  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: 210px;
  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: url("/front_mo/images/footer_check-3e9a3d7ef6796bdb46865ef01c99441f.png") 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;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #FFF;
}

.hd__fullmenu .scroll-area {
  overflow: auto;
  height: calc(100% - 120px);
}

.hd__fullmenu__btns {
  position: absolute;
  top: 78px;
  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;
  border-bottom: 1px solid #ccc;
  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 a {
  color: #000;
}

.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 {
  display: table;
  table-layout: fixed;
  padding: 7px 0;
  width: 100%;
  height: 192px;
  box-sizing: border-box;
  overflow: hidden;
}

.hd__fullmenu .quick-menu a {
  position: relative;
  display: table-cell;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.hd__fullmenu .quick-menu a:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 132px;
  height: 132px;
  transform: translateX(-50%);
  z-index: -1;
  background: #f5f5f5;
  border-radius: 50%;
  content: '';
}

.hd__fullmenu .quick-menu-mypage:before {
  display: block;
  width: 100px;
  height: 132px;
  margin: 0 auto 20px;
  background: url("/front_mo/images/icon_quick-menu-16ea875b145f6c78b7d2d021213d2281.png?ver=230105") no-repeat -0px;
  z-index: 1;
  content: '';
}

.hd__fullmenu .quick-menu-myorder:before {
  display: block;
  width: 100px;
  height: 132px;
  margin: 0 auto 20px;
  background: url("/front_mo/images/icon_quick-menu-16ea875b145f6c78b7d2d021213d2281.png?ver=230105") no-repeat -100px;
  z-index: 1;
  content: '';
}

.hd__fullmenu .quick-menu-mycoupon:before {
  display: block;
  width: 100px;
  height: 132px;
  margin: 0 auto 20px;
  background: url("/front_mo/images/icon_quick-menu-16ea875b145f6c78b7d2d021213d2281.png?ver=230105") no-repeat -200px;
  z-index: 1;
  content: '';
}

.hd__fullmenu .quick-menu-mypoint:before {
  display: block;
  width: 100px;
  height: 132px;
  margin: 0 auto 20px;
  background: url("/front_mo/images/icon_quick-menu-16ea875b145f6c78b7d2d021213d2281.png?ver=230105") no-repeat -300px;
  z-index: 1;
  content: '';
}

.hd__fullmenu .gnb {
  width: 100%;
}

.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 {
  padding: 0 0 50px !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: #d0bf00;
  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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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 {
  padding-top: 0;
}

.hd__fullmenu .gnb__1dep--story .gnb__2dep {
  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 {
  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 {
  display: block;
  position: relative;
  padding: 17px 30px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.hd__fullmenu .gnb__2dep__list a: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 {
  margin-top: 55px;
}

.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: 4px;
  background: #f5f5f5;
}

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

.hd__fullmenu .gnb-tab.tab-area .tab-list--on {
  border: 0;
  border-top: 4px solid #918c00;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

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

.hd__fullmenu .gnb-banner {
  position: relative;
  margin-top: 40px;
  height: 230px;
}

.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 {
  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: block;
}

.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.open {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}

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

.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: 2.05rem 0 0 1rem;
}

.wdw-type .hd__header__logo a {
  width: 6.5rem;
  height: 1.2rem;
}

.wdw-type .hd__header__menu {
  top: 1.25rem;
  border-radius: 1.5rem;
}

.wdw-type .hd__header__menu-bar {
  border-radius: 1.5rem;
}

.wdw-type .hd__header__menu a {
  padding: 0 0.45rem 0 0.6rem;
  line-height: 2.5rem;
  border-radius: 1.5rem;
}

.wdw-type .hd__header__menu a i {
  margin-left: 0.25rem;
  font-size: 0.5rem;
}

.wdw-type .hd__header__menu a:first-child {
  padding: 0 0.6rem 0 0.7rem;
}

.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: 0.75rem;
}

.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__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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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 .scroll-area {
  overflow: auto;
  height: calc(100% - 6rem);
}

.wdw-type .hd__fullmenu__btns {
  top: 3.9rem;
  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 .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;
  height: 9.6rem;
}

.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 {
  padding: 0 0 2.5rem !important;
}

.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 {
  padding-top: 0;
}

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

.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 a {
  padding: 0;
}

.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-banner {
  margin-top: 2rem;
  height: 11.5rem;
}

.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 .gnb .gnb-tab {
  margin-top: 2.75rem;
}

.wdw-type .hd__fullmenu .gnb .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 .gnb-tab.tab-area .tab-list a {
  height: 4rem;
  line-height: 3.7rem;
  font-size: 1.3rem;
  color: #000;
}

.wdw-type .hd__fullmenu .gnb .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 .gnb-tab.tab-area .tab-list--on a {
  color: #918c00;
}

.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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.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 .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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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__care {
  padding-top: 254px !important;
}

.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-pagination {
  margin-top: 30px;
  text-align: center;
}

.hd .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background-color: #d6d6d6;
  border-radius: 5px;
  outline: 0;
}

.hd .swiper-pagination .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 .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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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;
}

[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"], .hd .hd__confirm .meals__confirm__table thead, .hd__confirm .meals__confirm__table .hd thead, .hd .hd__chinese .exclusive__list li input[type="radio"], .hd__chinese .exclusive__list li .hd input[type="radio"],
.hd .hd__chinese .exclusive__list li input[type="checkbox"], .hd__chinese .exclusive__list li .hd input[type="checkbox"] {
  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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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 .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);
  padding-left: 85px;
  background: #fff;
}

.hd__btn-sec__cock.col3 {
  display: flex;
  padding-left: 0;
  width: 100%;
}

.hd__btn-sec .btn__notify {
  position: relative !important;
  width: 100px !important;
}

.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: #1c1c1c;
  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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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);
  padding-left: 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;
}

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

.hd__main__visual .meal-area .meal-box {
  position: relative;
}

.hd__main__visual .meal-area .meal-box img {
  display: block;
  width: 100%;
}

.hd__main__visual .meal-area .swiper-counter {
  position: absolute;
  right: 20px;
  bottom: 20px;
  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 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: 20px;
  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-list {
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0 0 20px;
}

.hd__main__category-list::-webkit-scrollbar {
  display: none;
}

.hd__main__category-list ul li {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  width: 130px;
  text-align: center;
  white-space: normal;
  vertical-align: top;
}

.hd__main__category-list ul li:last-child {
  padding-right: 20px;
}

.hd__main__category-list ul 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__category-list ul li .thumb img {
  width: 100%;
}

.hd__main__category-list ul li .title {
  font-size: 18px;
  line-height: 1.4;
  white-space: nowrap;
}

.hd__main__category-list ul li.new:after, .hd__main__category-list ul li.hot:after, .hd__main__category-list ul li.sale:after {
  position: absolute;
  left: 50%;
  top: -14px;
  padding: 4px 8px;
  font-size: 15px;
  color: #fff;
  background: #f83737;
  border-radius: 30px;
  transform: translateX(-50%);
  content: '';
  letter-spacing: 0;
  z-index: 1;
}

.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: -3px;
  width: 110px;
  height: 110px;
  border: 3px solid transparent;
  border-radius: 50%;
  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: 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.hd__main__category-list ul li.new:after {
  content: 'NEW';
}

.hd__main__category-list ul li.hot:after {
  content: 'HOT';
}

.hd__main__category-list ul li.sale: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;
}

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

.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=230110") 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: 30px;
}

.hd__main__normal-tab li a {
  display: block;
  padding: 11px 18px;
  line-height: 1;
  color: #888;
}

.hd__main__normal-tab li.on {
  border: 2px solid #918c00;
}

.hd__main__normal-tab li.on a {
  font-weight: 600;
  color: #918c00;
}

.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__subscribe {
  margin-top: 80px;
}

.hd__main__subscribe .hd__main__product {
  margin: 0 20px;
}

.hd__main__subscribe .hd__main__product ul {
  display: flex;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item {
  margin: 0 10px;
  flex: 0 0 280px;
  width: 280px;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__thumb {
  height: auto;
}

.hd__main__subscribe .hd__main__product ul .product__wrap__list--item .item__name {
  display: block;
  min-height: 27px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.hd__main__magazine .hd__main__h3 .ico {
  display: inline-block;
  margin: -2px 0 0 5px;
  width: 33px;
  height: 33px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=230110") no-repeat -68px -120px;
  vertical-align: bottom;
}

.hd__main__magazine .magazine-tab {
  padding: 0 30px;
}

.hd__main__magazine .magazine-tab a {
  display: inline-block;
  line-height: 22px;
  color: #999;
}

.hd__main__magazine .magazine-tab a:not(:first-child) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 2px solid #cacaca;
}

.hd__main__magazine .magazine-tab a.on {
  font-weight: bold;
  color: #1c1c1c;
}

.hd__main__magazine .magazine-slider {
  position: relative;
  margin: 30px 0 30px 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;
  padding-bottom: 10px;
  z-index: 2;
}

.hd__main__magazine .magazine-list .swiper-slide {
  position: relative;
  margin-right: 15px;
  width: 230px;
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
}

.hd__main__magazine .magazine-list .swiper-slide:last-child {
  margin-right: 30px;
}

.hd__main__magazine .magazine-list .swiper-slide a:before {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 78px;
  height: 15px;
  content: '';
  background: url("/front_pc/images/img_header_logo_w-bdb1e0e73b78bc314432182069493341.png") no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.hd__main__magazine .magazine-list .swiper-slide 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 .swiper-slide:last-child {
  margin-right: 30px;
}

.hd__main__magazine .magazine-list .swiper-pagination {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hd__main__magazine .magazine-list .list-txt {
  position: absolute;
  left: 20px;
  top: 165px;
  width: 190px;
  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: 15px;
  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: 30px;
  /* 사용법 : @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: 18px;
  /* 사용법 : @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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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: 24px;
  padding-bottom: 5px;
  overflow: hidden;
}

.hd__main .swiper-prudect .product__wrap__list--item {
  margin: 0 14px 0 6px;
  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;
}

.hd__main .swiper-prudect .product__wrap__list--item .item__info {
  width: 100%;
}

.hd__main .swiper-prudect .product__wrap__list--item .item__info .item__sub {
  font-size: 19px;
  -webkit-line-clamp: 1 !important;
}

.hd__main .swiper-prudect .product__wrap__list--item .item__info .item__name {
  font-size: 21px;
  word-break: keep-all;
}

.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__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 .hd__main__h3 strong {
  font-size: 28px;
}

.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;
  overflow: hidden !important;
}

.hd__main__event-list .swiper-wrapper {
  padding-right: 10px;
}

.hd__main__event-list .swiper-slide {
  margin-right: 20px;
  width: 380px;
}

.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-201300f40a8485516a81b364e31d3971.png") no-repeat;
  background-size: 100%;
  z-index: 1;
}

.hd .ico_5year.type1 {
  top: 760px;
  margin-left: -160px;
  width: 45px;
  height: 63px;
  transform: rotate(10deg);
}

.hd .ico_5year.type2 {
  top: 1140px;
  margin-left: 214px;
  width: 45px;
  height: 63px;
  transform: rotate(-10deg);
}

.hd .ico_5year.type3 {
  top: 3790px;
  margin-left: 50px;
  width: 56px;
  height: 76px;
}

.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: #111;
  background: #fed00f;
  border-color: #fed00f;
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont .btn-full.btn-gray {
  font-size: 26px;
  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: #000;
}

.hd .popup_5year .hd__popup__modal .modal__sec__cont .btn-full.btn-text .ico_tooltip {
  margin-top: -4px;
  opacity: 1;
}

.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-7d68e07d686bdb3e5c6ed70110fa565c.png") 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;
}

#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 {
  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;
  border-top: 3px solid #1c1c1c;
  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#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 .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__delivery {
  padding-top: 190px;
}

.hd__delivery .calendar {
  border-top: 1px solid #DDD;
  padding: 0 7px;
}

.hd__delivery .calendar table thead th {
  padding: 20px 0;
  font-weight: 400;
}

.hd__delivery .calendar table tbody tr td:first-child label {
  background: none;
  color: red;
}

.hd__delivery .calendar table .cal__day {
  padding: 0;
  text-align: center;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
}

.hd__delivery .calendar table .cal__day label {
  display: block;
  padding: 18px 0;
  background: #f5f5f5;
  color: #1c1c1c;
}

.hd__delivery .calendar table .cal__day input[type="checkbox"]:checked + label {
  background: #918c00;
  color: #FFF;
}

.hd__delivery .calendar table .cal__day.holiday label {
  background: none;
  color: red;
}

.hd__delivery .calendar table .cal__disabled label {
  background: none;
  color: #ccc;
}

.hd__delivery .calendar__text {
  margin-top: 30px;
  padding: 0 30px;
  line-height: 1.4;
  font-size: 24px;
  text-align: center;
}

.hd__delivery .calendar__text span {
  font-size: 18px;
  color: #888;
}

.hd__mchoice {
  padding-top: 190px;
}

.hd__mchoice .meals {
  padding-bottom: 45px;
}

.hd__mchoice .mchoice {
  background: #FFF;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
}

.hd__mchoice .mchoice + .mchoice {
  margin-top: 30px;
}

.hd__mchoice .mchoice__switch {
  display: flex;
  margin-bottom: 20px;
  justify-content: right;
}

.hd__mchoice .mchoice__switch.line {
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.hd__mchoice .mchoice__switch label {
  display: block;
}

.hd__mchoice .mchoice__switch label .label {
  display: inline-block;
  margin: 8px 10px 0 0;
  font-size: 24px;
  user-select: none;
  vertical-align: top;
}

.hd__mchoice .mchoice__switch label input[role="switch"] {
  display: none;
  opacity: 0;
}

.hd__mchoice .mchoice__switch label input[role="switch"] ~ .state {
  display: inline-block;
  position: relative;
  user-select: none;
}

.hd__mchoice .mchoice__switch label input[role="switch"] ~ .state > .container {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 75px;
  height: 42px;
  border-radius: 21px;
  background-color: #ccc;
}

.hd__mchoice .mchoice__switch label input[role="switch"] ~ .state > .container > .position {
  position: relative;
  top: 3px;
  left: 3px;
  display: inline-block;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  transition: all 0.5s;
}

.hd__mchoice .mchoice__switch label input[role="switch"] ~ .state span.txt {
  position: absolute;
  top: 8px;
  font-size: 20px;
  transition: all 0.5s;
}

.hd__mchoice .mchoice__switch label input[role="switch"] ~ .state span.on {
  right: 8px;
  color: #918c00;
}

.hd__mchoice .mchoice__switch label input[role="switch"] ~ .state span.off {
  left: 5px;
  top: 9px;
  color: #888;
}

.hd__mchoice .mchoice__switch label input[role="switch"]:not(:checked) ~ .state span.on {
  right: 37px;
  opacity: 0;
}

.hd__mchoice .mchoice__switch label input[role="switch"]:checked ~ .state > .container {
  background-color: #918c00;
}

.hd__mchoice .mchoice__switch label input[role="switch"]:checked ~ .state > .container > .position {
  left: 36px;
}

.hd__mchoice .mchoice__switch label input[role="switch"]:checked ~ .state span.off {
  left: 37px;
  opacity: 0;
}

.hd__mchoice .mchoice__switch label.focus, .hd__mchoice .mchoice__switch label:hover {
  cursor: pointer;
}

.hd__mchoice .mchoice__title {
  display: block;
  height: 70px;
  border-top: 3px solid #1c1c1c;
  border-bottom: 1px solid #ccc;
  text-align: center;
  line-height: 70px;
}

.hd__mchoice .mchoice__wrap {
  margin: 0 auto;
  padding: 30px 25px 0;
  border-top: 1px solid #DDD;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hd__mchoice .mchoice__list {
  display: inline-block;
  margin-bottom: 50px;
  width: 252px;
  flex: 0 0 252px;
  vertical-align: top;
  position: relative;
}

.hd__mchoice .mchoice__list__img {
  position: relative;
  margin-bottom: 15px;
}

.hd__mchoice .mchoice__list__img figure {
  overflow: hidden;
  width: 252px;
  height: 252px;
}

.hd__mchoice .mchoice__list__img label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid transparent;
  box-sizing: border-box;
}

.hd__mchoice .mchoice__list__img input[type="checkbox"]:checked + label:before {
  border-color: #918c00;
}

.hd__mchoice .mchoice__list .item__label {
  position: absolute;
  right: -7px;
  bottom: -5px;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
  justify-content: right;
  transform: scale(0.9);
}

.hd__mchoice .mchoice__list .item__label-txt {
  display: block;
  margin-top: 5px;
  min-width: 107px;
}

.hd__mchoice .mchoice__list .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__mchoice .mchoice__list .item__label-txt img {
  display: block;
}

.hd__mchoice .mchoice__list .item__coaching {
  display: table;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(145, 140, 0, 0.7);
  z-index: 1;
}

.hd__mchoice .mchoice__list .item__coaching span {
  display: table-cell;
  line-height: 1.3;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
}

.hd__mchoice .mchoice__list__count {
  margin-bottom: 10px;
}

.hd__mchoice .mchoice__list__promotion {
  display: none !important;
  line-height: 30px;
  font-weight: 600;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
}

.hd__mchoice .mchoice__list__price {
  margin-bottom: 10px;
}

.hd__mchoice .mchoice__list__price-ori {
  display: inline-block;
  margin-left: 15px;
  color: #888;
  text-decoration: line-through;
}

.hd__mchoice .mchoice__list__price-dc {
  display: block;
  text-decoration: none;
}

.hd__mchoice .mchoice__list__title {
  display: block;
  margin-bottom: 10px;
  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: 3;
}

.hd__mchoice .mchoice__list__material, .hd__mchoice .mchoice__list__tag {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #ccc;
}

.hd__mchoice .mchoice__list__material li, .hd__mchoice .mchoice__list__tag li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
}

.hd__mchoice .mchoice__list__material li img, .hd__mchoice .mchoice__list__tag li img {
  display: block;
  max-height: 35px;
  vertical-align: top;
}

.hd__mchoice .mchoice__list--on .mchoice__list__img label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-color: #918c00;
  box-sizing: border-box;
}

.hd__mchoice .mchoice__list.add {
  min-height: 398px;
  border: 1px solid #918c00;
}

.hd__mchoice .mchoice__list.add a {
  display: block;
  padding-top: 60px;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.hd__mchoice .mchoice__list.add .add__text {
  display: block;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.hd__mchoice .mchoice__list.add .add__text:before {
  display: block;
  margin: 0 auto 30px;
  width: 100px;
  height: 100px;
  line-height: 94px;
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  background-color: #918c00;
  content: '+';
}

.hd__mchoice .mchoice__list.add .add__label {
  display: inline-block;
  margin-top: 30px;
  padding: 5px 25px 8px;
  font-weight: 600;
  border-radius: 30px;
  background-color: #F9D983;
}

.hd__mchoice .mchoice__select {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 520px;
  overflow: hidden;
}

.hd__mchoice .mchoice__select li {
  position: relative;
  padding: 15px;
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 15px;
}

.hd__mchoice .mchoice__select li:nth-of-type(2n) {
  margin-left: 1%;
}

.hd__mchoice .mchoice__select .mchoice__list__banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
  min-height: 95px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.hd__mchoice .mchoice__select .mchoice__list__banner .price {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 24px;
  font-weight: normal;
}

.hd__mchoice .mchoice__select .mchoice__list__banner .point {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 20px;
  color: #ff0000;
  font-weight: normal;
}

.hd__mchoice .mchoice__select .mchoice__list__count {
  width: 100%;
}

.hd__mchoice .mchoice__select .mchoice__list__count input, .hd__mchoice .mchoice__select .mchoice__list__count .btn__count {
  border-radius: 5px;
}

.hd__mchoice .mchoice__confirm {
  position: fixed;
  left: 50%;
  bottom: 84px;
  margin-left: -320px;
  padding: 20px 30px 30px;
  width: 640px;
  font-size: 22px;
  background: #fff;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
}

.hd__mchoice .mchoice__confirm .close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 50px;
  text-indent: -999em;
  background: #555 url("/front_mo/images/ico_file_delte-603f210c24f38b597ea138831efca392.png") no-repeat 7px 7px;
  background-size: 11px;
  z-index: 1;
}

.hd__mchoice .mchoice__confirm .confirm__list {
  margin-right: -30px;
}

.hd__mchoice .mchoice__confirm .confirm__list ul {
  padding: 10px 25px 10px 0;
  white-space: nowrap;
  overflow-x: auto;
}

.hd__mchoice .mchoice__confirm .confirm__list ul li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.hd__mchoice .mchoice__confirm .confirm__txt {
  margin-top: 10px;
}

.hd__mchoice .mchoice__confirm .confirm__txt span {
  float: right;
  font-weight: 600;
  color: #918c00;
}

.hd__mchoice .mchoice__tab .tab__area {
  height: 87px;
}

.hd__mchoice .mchoice__tab .tab__area ul {
  display: flex;
  padding-top: 30px;
}

.hd__mchoice .mchoice__tab .tab__area ul li {
  width: 194px;
  height: 57px;
  background-color: #ddd;
  border-color: #ddd;
  border-bottom-color: #918c00;
  border-radius: 20px 20px 0 0;
}

.hd__mchoice .mchoice__tab .tab__area ul li a span {
  line-height: 53px;
  font-size: 22px;
  color: #1c1c1c;
}

.hd__mchoice .mchoice__tab .tab__area ul li.on {
  margin: 0 -1px;
  background-color: #fff;
  border-bottom: 3px solid #918c00;
  z-index: 1;
}

.hd__mchoice .mchoice__tab .tab__area ul li.on a span {
  line-height: 51px;
  font-weight: normal;
}

.hd__mchoice .mchoice__tab .tab__area ul li.active {
  background-color: #918c00;
  border-color: #918c00;
}

.hd__mchoice .mchoice__tab .tab__area ul li.active a span {
  color: #fff !important;
}

.hd__mchoice .mchoice__tab .tab__area ul li.active.view {
  line-height: 50px !important;
}

.hd__mchoice .mchoice__tab .tab__area ul li.view {
  margin-top: -20px;
  line-height: 70px;
  height: 77px;
  z-index: 2;
  border-color: #918c00;
  border-top-width: 10px;
  border-bottom-color: #fff;
}

.hd__mchoice .mchoice__tab .tab__area ul li.view a span {
  font-size: 28px;
  font-weight: bold;
  color: #918c00;
}

.hd__mchoice .mchoice__tab .tab__area .swiper-container {
  padding: 0 30px;
  margin-left: -30px;
  width: 640px;
  box-sizing: border-box;
}

.hd__mchoice .mchoice__tab .tab__area .swiper-container:after {
  position: absolute;
  left: 30px;
  top: -1px;
  width: 580px;
  height: 106px;
  background: #fff;
  content: '';
  z-index: 0;
}

.hd__mchoice .mchoice__tab .tab__area.fixed .swiper-container {
  position: fixed;
  left: 50%;
  top: 70px;
  margin-left: 0;
  padding-left: 30px;
  padding-top: 10px;
  width: 640px;
  transform: translateX(-50%);
  z-index: 2;
  box-sizing: border-box;
}

.hd__mchoice .mchoice__tab .mchoice__wrap {
  border-top: 0;
}

.hd__mchoice .gift-Choice {
  margin-top: 30px;
  background: #FFF;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
}

.hd__mchoice .gift-Choice__title {
  display: block;
  height: 70px;
  border-top: 3px solid #918c00;
  border-bottom: 1px solid #DDD;
  text-align: center;
  line-height: 70px;
}

.hd__mchoice .gift-Choice__slider {
  position: relative;
  padding: 25px 35px;
}

.hd__mchoice .gift-Choice__slider ul {
  height: auto;
}

.hd__mchoice .gift-Choice__slider ul li label {
  position: relative;
  display: block;
}

.hd__mchoice .gift-Choice__slider ul li label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background: #909090 url(/front_mo/images/icon_menu_check-74c5642279fe12e45203de32389e89e4.png) no-repeat 50% 50%;
}

.hd__mchoice .gift-Choice__slider ul li input:checked + label:before {
  background-color: #918c00;
}

.hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__img {
  overflow: hidden;
  width: 252px;
  height: 252px;
}

.hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__info {
  position: relative;
  margin-top: 20px;
}

.hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__title {
  display: block;
  padding-right: 40px;
  line-height: 36px;
  font-weight: 400;
}

.hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__price {
  display: block;
  line-height: 36px;
}

.hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__price span {
  font-weight: 600;
}

.hd__mchoice .gift-Choice__slider ul li .btn__detail-view {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

.hd__mchoice .options__inner {
  bottom: -88px;
}

.hd__mchoice .options__sec {
  height: auto;
}

.hd__icon__bundle {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  font-size: 0;
}

.hd__icon__bundle span {
  display: block;
  text-align: left;
}

.hd__icon__bundle span img {
  vertical-align: top;
  max-height: 100%;
}

.wdw-type .hd__icon__bundle {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: -0.3rem;
  font-size: 0;
}

.wdw-type .hd__icon__bundle span {
  display: block;
  text-align: left;
  height: 1.85rem;
}

.wdw-type .hd__icon__bundle span img {
  vertical-align: top;
  max-height: 100%;
}

.hd__confirm {
  padding-top: 200px;
}

.hd__confirm .hd__main__h3 {
  margin-bottom: 40px;
}

.hd__confirm .meals__confirm.txt {
  position: relative;
  text-align: center;
}

.hd__confirm .meals__confirm.txt:before {
  content: '';
  display: block;
  width: 79px;
  height: 79px;
  margin: 0 auto 20px;
  background: #918c00 url(/front_mo/images/icon_common_check-type02-4d593dfc56977515a67de4a2adac2bc7.png) no-repeat 50% 50%;
  border-radius: 50%;
}

.hd__confirm .meals__confirm.txt .meals__confirm__btn {
  position: absolute;
  right: 15px;
  top: -10px;
}

.hd__confirm .meals__confirm__title {
  font-weight: 400;
  color: #1c1c1c;
}

.hd__confirm .meals__confirm__check {
  display: block;
  margin: 15px 0 20px;
  font-size: 30px;
  color: #1c1c1c;
}

.hd__confirm .meals__confirm__check span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 600;
  line-height: 1;
}

.hd__confirm .meals__confirm__check span:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -5px;
  width: 100%;
  height: 8px;
  background: #F9D983;
}

.hd__confirm .meals__confirm__count {
  color: #1c1c1c;
}

.hd__confirm .meals__confirm__table {
  max-width: 520px;
  margin: 20px auto 0;
}

.hd__confirm .meals__confirm__table tbody th {
  padding: 20px 0;
  border-top: 1px solid #918c00;
  border-right: 1px solid #918c00;
  border-bottom: 1px solid #918c00;
  border-left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.hd__confirm .meals__confirm__table tbody th strong {
  display: block;
  font-weight: 600;
  color: #1c1c1c;
}

.hd__confirm .meals__confirm__table tbody td {
  padding: 30px 30px;
  border-top: 1px solid #918c00;
  border-right: 0;
  border-bottom: 1px solid #918c00;
  border-left: 1px solid #918c00;
  color: #1c1c1c;
  line-height: 32px;
}

.hd__confirm .meals__confirm__table tbody td .num {
  font-weight: 600;
}

.hd__confirm .meals__confirm__table .item__add {
  position: relative;
  margin-top: 10px;
  padding: 5px 13px 7px;
  font-size: 19px;
  background-color: #F9D983;
  border-radius: 30px;
  letter-spacing: -0.5px;
}

.hd__confirm .meals__confirm__table .item__add .btn-tooltip {
  top: 34px;
  animation-name: tooltipMotion2;
}

.hd__confirm .meals__confirm__table .item__add .btn-tooltip:after {
  top: -1px;
  transform: rotate(225deg);
}

@keyframes tooltipMotion2 {
  0% {
    top: 34px;
  }
  100% {
    top: 39px;
  }
}

.hd__confirm .meals__confirm.accordion_area {
  margin-top: 50px;
}

.hd__confirm .meals__confirm.accordion_area .accordion_box {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
  border-bottom: 1px solid #ccc;
}

.hd__confirm .meals__confirm.accordion_area .accordion_box .accordion_title {
  position: relative;
  padding: 25px 0;
  font-size: 28px;
  font-weight: 600;
}

.hd__confirm .meals__confirm.accordion_area .accordion_box .accordion_title em {
  position: absolute;
  right: 70px;
  top: 50%;
  font-size: 24px;
  color: #F9D983;
  transform: translateY(-50%);
}

.hd__confirm .meals__confirm.accordion_area .accordion_box .accordion_title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 16px;
  margin-top: -5px;
  background: url("/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png") no-repeat;
  background-size: 100% auto;
  opacity: 0.6;
}

.hd__confirm .meals__confirm.accordion_area .accordion_box .accordion_con {
  display: none;
}

.hd__confirm .meals__confirm.accordion_area .accordion_box .accordion_con .meals__confirm__table {
  margin-top: 0;
}

.hd__confirm .meals__confirm.accordion_area .accordion_box.on {
  border-bottom: 0;
}

.hd__confirm .meals__confirm.accordion_area .accordion_box.on .accordion_title:after {
  transform: rotate(-180deg);
}

.hd__confirm .meals.present {
  padding: 30px;
}

.hd__confirm .meals.present .meals__confirm__title {
  font-weight: 600;
}

.hd__confirm .meals.present .meals__confirm__desc {
  position: absolute;
  top: 3px;
  right: 0;
}

.hd__confirm .meals.present .present__wrap {
  margin-top: 25px;
}

.hd__confirm .meals.present .present__list {
  display: table;
  position: relative;
  width: 100%;
  min-height: 80px;
  line-height: 80px;
  padding: 13px;
  text-align: left;
  margin-top: -1px;
  border: 1px solid #ccc;
  border-top: 0;
  text-align: center;
  box-sizing: border-box;
}

.hd__confirm .meals.present .present__list:first-child {
  margin-top: 0;
  border-top: solid 1px #ccc;
}

.hd__confirm .meals.present .present__list:not(.soldout):after {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  content: '';
  background: #909090 url(/front_pc/images/ico_meals_check-d2584b881f4e19b903800cd5493a4d1d.png) no-repeat 50% 50%/50% auto;
}

.hd__confirm .meals.present .present__list:not(.soldout).on:after {
  background-color: #918c00;
}

.hd__confirm .meals.present .present__list.on:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  box-sizing: border-box;
  border: 3px solid #918c00;
}

.hd__confirm .meals.present .present__list.soldout:before, .hd__confirm .meals.present .present__list.soldout:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.hd__confirm .meals.present .present__list.soldout:before {
  height: 99%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
}

.hd__confirm .meals.present .present__list.soldout:after {
  top: 50%;
  padding: 0 20px;
  line-height: 1.4;
  color: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
  content: '한정수량이 모두 소진되었습니다';
}

.hd__confirm .meals.present .present__list figure {
  display: table-cell;
  width: 140px;
  height: 128px;
  margin-right: 30px;
  vertical-align: middle;
}

.hd__confirm .meals.present .present__list p {
  display: table-cell;
  vertical-align: middle;
  padding: 0 13px 0 30px;
  line-height: 32px;
  word-break: keep-all;
  text-align: left;
}

.hd__confirm .meals.present .present__notice {
  display: block;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
  color: #888;
}

.hd__confirm .meals.present .present__notice span {
  font-weight: 600;
}

.hd__confirm .meals.present .alliance .present__list:before {
  display: none !important;
}

.hd__confirm .meals.present .alliance .price {
  display: block;
  font-weight: 600;
}

.hd__plan-meals {
  padding-top: 190px;
}

.hd__plan-meals .overview {
  margin-left: 30px;
}

.hd__plan-meals .overview__tit {
  font-size: 40px;
  line-height: 48px;
}

.hd__plan-meals .overview__tit span {
  font-weight: bold;
}

.hd__plan-meals .overview__desc {
  margin-top: 25px;
  color: #888888;
  line-height: 32px;
}

.hd__plan-meals .overview__mealchart, .hd__plan-meals .overview__program {
  margin-top: 30px;
}

.hd__plan-meals .overview__mealchart strong, .hd__plan-meals .overview__program strong {
  float: left;
  height: 40px;
  font-weight: bold;
  line-height: 40px;
}

.hd__plan-meals .overview__mealchart a, .hd__plan-meals .overview__program a {
  display: block;
  float: left;
  width: 118px;
  height: 38px;
  margin-left: 20px;
  border: 1px solid #888888;
  background: #fff;
  color: #918c00;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
}

.hd__plan-meals .overview__mealchart {
  margin-top: 20px;
}

.hd__plan-meals .wrap__type-box {
  font-size: 0;
}

.hd__plan-meals .wrap__type-box .inner-box {
  display: inline-block;
  width: auto;
  margin-top: 50px;
  font-size: 0;
}

.hd__plan-meals .wrap__type-box .inner-box .type-box {
  display: block;
  height: 270px;
  margin: 10px 0;
  box-shadow: 9px 9px 20px 5px rgba(0, 0, 0, 0.1);
}

.hd__plan-meals .wrap__type-box .inner-box .type-box a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hd__plan-meals__inquiry {
  position: relative;
  margin: 50px 0 0 30px;
}

.hd__plan-meals__inquiry__tit {
  font-weight: bold;
}

.hd__plan-meals__inquiry__desc {
  margin-top: 20px;
  color: #888;
  line-height: 32px;
}

.hd__plan-meals__inquiry__way {
  position: absolute;
  top: 0;
  right: 40px;
}

.hd__plan-meals__inquiry__way a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  width: 94px;
  height: 94px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
}

.hd__plan-meals__inquiry__way a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hd__plan-meals__inquiry__way a + a {
  margin-left: 14px;
}

.hd__plan-meals .moreView {
  margin-top: 50px;
}

.hd__plan-meals .moreView li {
  margin-top: 15px;
  line-height: 32px;
  font-size: 26px;
  font-weight: 600;
}

.hd__plan-meals .moreView li:first-child {
  margin-top: 0;
}

.hd__plan-meals .moreView li a {
  vertical-align: top;
}

.hd__plan-meals .moreView li a img {
  vertical-align: middle;
}

.hd__plan-meals .whiteBox {
  margin-top: 30px;
  padding: 30px;
  background: #FFF;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
}

.hd__plan-meals .whiteBox__title {
  padding-bottom: 10px;
  border-bottom: 3px solid #918c00;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.hd__plan-meals .whiteBox__title img {
  width: 40px;
  vertical-align: -5px;
}

.hd__plan-meals .whiteBox__desc {
  margin-top: 15px;
  font-size: 22px;
  line-height: 32px;
}

.hd__plan-meals .whiteBox__btn {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}

.hd__plan-meals .whiteBox__btn li {
  display: inline-block;
  vertical-align: top;
}

.hd__plan-meals .whiteBox__btn li a {
  display: block;
  position: relative;
  width: 100%;
  height: 70px;
  border: 1px solid #BCBCBC;
  background: #F5F5F5;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.hd__plan-meals .whiteBox__btn li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
}

.hd__plan-meals .whiteBox__btn.w245 li {
  width: 245px;
  margin-left: 15px;
}

.hd__plan-meals .whiteBox__btn.w245 li:first-child {
  margin-left: 0;
}

.hd__plan-meals .whiteBox__btn.w506 li {
  width: 506px;
}

.hd__plan-meals__inner .program {
  position: relative;
  overflow: hidden;
}

.hd__plan-meals__inner .program img {
  display: block;
}

.hd__plan-meals__inner .program:nth-of-type(1) {
  margin-top: -40px;
  background: #f5f5f5;
}

.hd__plan-meals__inner .program_banner {
  background: #f5f5f5;
}

.hd__plan-meals__inner .program_banner .swiper-counter {
  position: absolute;
  left: 30px;
  top: 230px;
  background: rgba(0, 0, 0, 0.15);
  width: 60px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
}

.hd__plan-meals__inner .program_banner .swiper-counter span {
  display: inline-block;
  padding: 0 2px;
  vertical-align: top;
}

.hd__plan-meals__inner .program_slider {
  margin: -153px 0 60px 30px;
  padding-right: 20px;
}

.hd__plan-meals__inner .program_slider .swiper-wrapper {
  display: block;
  height: 548px;
  white-space: nowrap;
}

.hd__plan-meals__inner .program_slider .swiper-slide {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 500px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide1 .box .txt {
  color: #6bb43f;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide1 .box .btn-green {
  background-color: #6bb43f;
  border-color: #6bb43f;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide2 .box .txt {
  color: #e17d26;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide2 .box .btn-green {
  background-color: #e17d26;
  border-color: #e17d26;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide3 .box .txt {
  color: #3f4db4;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide3 .box .btn-green {
  background-color: #3f4db4;
  border-color: #3f4db4;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide4 .box .txt {
  color: #ed6251;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide4 .box .btn-green {
  background-color: #ed6251;
  border-color: #ed6251;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide5 .box .txt {
  color: #53a5e0;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide5 .box .btn-green {
  background-color: #53a5e0;
  border-color: #53a5e0;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide6 .box .txt {
  color: #a47a17;
}

.hd__plan-meals__inner .program_slider .swiper-slide.slide6 .box .btn-green {
  background-color: #a47a17;
  border-color: #a47a17;
}

.hd__plan-meals__inner .program_slider .swiper-counter {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 60px;
  border-radius: 5px;
  color: #1c1c1c;
  z-index: 1;
  line-height: 30px;
  text-align: right;
  font-size: 18px;
  font-weight: 100;
}

.hd__plan-meals__inner .program_slider .swiper-counter span {
  display: inline-block;
  padding: 0 2px;
  vertical-align: top;
}

.hd__plan-meals__inner .program_slider .swiper-pagination-progressbar {
  position: relative;
  margin: 35px 0 13px;
  width: 520px;
  height: 2px;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.hd__plan-meals__inner .program_slider .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #918c00;
  transform: scale(0);
  transform-origin: left top;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.hd__plan-meals__inner .program_slider .box {
  position: relative;
  padding: 30px;
  letter-spacing: -0.5px;
}

.hd__plan-meals__inner .program_slider .box .txt {
  font-size: 21px;
  color: #999;
}

.hd__plan-meals__inner .program_slider .box .tit {
  margin-top: 4px;
  font-weight: bold;
}

.hd__plan-meals__inner .program_slider .box .review {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

.hd__plan-meals__inner .program_slider .box .review a strong {
  display: block;
  margin-bottom: 6px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__plan-meals__inner .program_slider .box .review a span {
  position: relative;
  font-size: 20px;
  color: #999;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__plan-meals__inner .program_slider .box .review a span i:before {
  display: inline-block;
  margin: -3px 0 0 5px;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  vertical-align: middle;
  content: '';
}

.hd__plan-meals__inner .program_slider .box .review a span i:after {
  position: absolute;
  right: 9.5px;
  top: 12px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border: solid #1c1c1c;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.hd__plan-meals__inner .program_slider .box .btn-green {
  position: absolute;
  right: 30px;
  top: 33px;
  padding: 0 20px;
  height: 50px;
  line-height: 48px;
  border-radius: 30px;
}

.hd__plan-meals__inner .program_slider.medi .slide6 {
  margin-right: 90px;
}

.hd__plan-meals__inner .program_swiper {
  position: absolute;
  left: 0;
  top: 208px;
  width: 640px;
}

.hd__plan-meals__inner .program_swiper .swiper-slide {
  display: inline-block;
  overflow: hidden;
}

.hd__plan-meals__inner .program_swiper .swiper-counter {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 60px;
  border-radius: 5px;
  color: #1c1c1c;
  z-index: 1;
  line-height: 30px;
  text-align: right;
  font-size: 18px;
  font-weight: 100;
}

.hd__plan-meals__inner .program_swiper .swiper-counter span {
  display: inline-block;
  padding: 0 2px;
  vertical-align: top;
}

.hd__plan-meals__inner .program_swiper .swiper-pagination-progressbar {
  position: relative;
  margin: 35px 0 13px 30px;
  width: 520px;
  height: 2px;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.hd__plan-meals__inner .program_swiper .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #918c00;
  transform: scale(0);
  transform-origin: left top;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.hd__planMeals-detail .close-area, .hd__planMeals-add .close-area {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  height: 70px;
  background: #918c00;
  transform: translate(-50%, 0);
}

.hd__planMeals-detail .close-area a, .hd__planMeals-add .close-area a {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 0;
  color: #fff;
  transform: translate(0, -50%);
}

.hd__planMeals-detail .close-area a img, .hd__planMeals-add .close-area a img {
  margin-left: 5px;
  vertical-align: -4px;
}

.hd__planMeals-detail .close-area a.back, .hd__planMeals-add .close-area a.back {
  right: initial;
  left: 20px;
}

.hd__planMeals-detail {
  overflow: hidden;
  padding-top: 74px;
  /** 상품 후기 **/
}

.hd__planMeals-detail .overview {
  width: 580px;
  margin: 30px auto 0;
}

.hd__planMeals-detail .overview__title-area {
  position: relative;
  line-height: 1.3;
}

.hd__planMeals-detail .overview__title-area span {
  display: block;
  padding: 0 67px 0 18px;
}

.hd__planMeals-detail .overview__title-area .strong {
  display: block;
  font-weight: 600;
}

.hd__planMeals-detail .overview__listbox {
  margin-top: 23px;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #ccc;
}

.hd__planMeals-detail .overview__list:not(:first-child) {
  border-top: 1px solid #ccc;
}

.hd__planMeals-detail .overview__icon-area {
  width: 100%;
  height: 69px;
}

.hd__planMeals-detail .overview__icon-area__inner {
  width: 100%;
  margin: 10px 0;
}

.hd__planMeals-detail .overview__icon-area span {
  display: inline-block;
  width: 15.6%;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}

.hd__planMeals-detail .overview__icon-area span img {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto 5px;
}

.hd__planMeals-detail .overview__gram {
  display: inline-block;
  padding: 20px 40px 20px 20px;
  border-right: 1px solid #ccc;
}

.hd__planMeals-detail .overview__gram strong {
  margin-left: 10px;
}

.hd__planMeals-detail .overview__kcal {
  display: inline-block;
  padding: 20px 0 20px 20px;
}

.hd__planMeals-detail .overview__kcal strong {
  margin-left: 18px;
}

.hd__planMeals-detail .overview__ingredient {
  padding: 20px;
  font-size: 36px;
}

.hd__planMeals-detail .overview__thumb {
  position: relative;
  height: 580px;
  margin-top: 26px;
}

.hd__planMeals-detail .overview__thumb figure {
  height: 100%;
}

.hd__planMeals-detail .overview__thumb .swiper-pagination {
  position: absolute;
  bottom: 25px;
  left: 15px;
  z-index: 1;
}

.hd__planMeals-detail .overview__thumb .free-gift {
  position: absolute;
  display: block;
  float: right;
  z-index: 2;
  width: 168px;
  height: 44px;
  color: #fff;
  background-color: #918c00;
  line-height: 44px;
  text-indent: 60px;
}

.hd__planMeals-detail .overview__thumb .free-gift:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: #F9D983 url(/front_mo/images/icon_market_check-ed7946c527ac12180037a0a30706b9c9.png) no-repeat center center;
  background-size: 40%;
  content: '';
}

.hd__planMeals-detail .detail-wrap {
  position: relative;
  margin-top: 42px;
  padding-top: 85px;
}

.hd__planMeals-detail__btn-share {
  display: block;
  float: right;
  width: 33px;
  height: 35px;
  margin-top: 2px;
  margin-right: 17px;
  background: url("/front_mo/images/icon_share-b1790913e3505147bd27707fbd7e0dd2.png") no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: -9999px;
}

.hd__planMeals-detail .tab-contents {
  display: none;
  width: 580px;
  margin: 0 auto 50px;
}

.hd__planMeals-detail .tab-contents.cont-info {
  margin-top: 55px;
}

.hd__planMeals-detail .tab-contents.cont-review {
  width: 640px;
}

.hd__planMeals-detail .tab-contents.cont-review .sorting__wrap {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 580px;
}

.hd__planMeals-detail .tab-contents.cont-question {
  margin-top: 35px;
}

.hd__planMeals-detail .tab-contents.cont-notice {
  margin-top: 35px;
}

.hd__planMeals-detail .tab-contents__section {
  margin-top: 100px;
}

.hd__planMeals-detail .tab-contents__section__tit {
  font-weight: bold;
}

.hd__planMeals-detail .tab-contents__section__tit.middleLine {
  position: relative;
  margin-bottom: 50px;
}

.hd__planMeals-detail .tab-contents__section__tit.middleLine:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -15px;
  background: #3D3D3D;
}

.hd__planMeals-detail .tab-contents__section__tit.middleLine > span {
  display: inline-block;
  position: relative;
  padding: 0 25px 0 0;
  background: #FFF;
  line-height: 32px;
  font-size: 29px;
}

.hd__planMeals-detail .tab-contents__section__tit.middleLine > span span {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 300;
  color: #707070;
}

.hd__planMeals-detail .tab-contents--current {
  display: block;
}

.hd__planMeals-detail .cont-info__banner {
  width: 580px;
  height: max-content;
}

.hd__planMeals-detail .cont-info .message__to {
  margin-bottom: 35px;
}

.hd__planMeals-detail .cont-info .message__name {
  font-weight: bold;
}

.hd__planMeals-detail .cont-info .message__advice {
  line-height: 38px;
  font-size: 25px;
  letter-spacing: 0.02em;
  word-break: break-all;
}

.hd__planMeals-detail .cont-info .message__advice__from {
  display: block;
  margin: 50px 0;
  text-align: right;
}

.hd__planMeals-detail .cont-info .message__advice__from:after {
  display: block;
  width: 100%;
  height: 68px;
  margin-top: 15px;
  background: url(/front_mo/images/img_greating_sign-7105ae1590b55ad1badfe432ca3c4dde.png) no-repeat right 0;
  background-size: 150px auto;
  content: '';
}

.hd__planMeals-detail .cont-info .nutri__thumb,
.hd__planMeals-detail .cont-info .package__thumb {
  width: 580px;
}

.hd__planMeals-detail .cont-info .notification {
  margin-top: 83px;
  border-top: 3px solid #918c00;
  border-bottom: 3px solid #918c00;
}

.hd__planMeals-detail .cont-info .notification__tit {
  margin-top: 0;
  padding: 20px 24px;
}

.hd__planMeals-detail .cont-info .notification__tit:after {
  display: block;
  float: right;
  width: 43px;
  height: 43px;
  margin-top: -7px;
  background: url("/front_mo/images/btn_main_right-arrow-d36d0fb4b99ff0422286c0ce45f72889.png") no-repeat 0 0;
  background-size: 100% 100%;
  content: '';
}

.hd__planMeals-detail .cont-info .notification a {
  display: block;
  width: 100%;
}

.hd__planMeals-detail .rel-goods {
  margin-top: 0;
}

.hd__planMeals-detail .rel-goods__list {
  float: left;
  width: 276px;
}

.hd__planMeals-detail .rel-goods__list a {
  display: block;
  width: 100%;
  height: 100%;
}

.hd__planMeals-detail .rel-goods .goods-list__thumb {
  width: 276px;
  height: 250px;
}

.hd__planMeals-detail .rel-goods .goods-list__info {
  display: block;
  width: 276px;
  margin-top: 20px;
}

.hd__planMeals-detail .rel-goods .goods-list__price {
  display: block;
  margin-top: 15px;
}

.hd__planMeals-detail .rel-goods .swiper-pagination {
  display: table;
  margin: 40px auto;
}

.hd__planMeals-detail .cont-review .review__title {
  max-width: 490px;
}

.hd__planMeals-detail .cont-review .board__inner__detail {
  padding-top: 20px;
  border-top: 0;
}

.hd__planMeals-detail .cont-question .question__inner {
  margin-top: 15px;
}

.hd__planMeals-detail .cont-question .review__title {
  max-width: 390px;
}

.hd__planMeals-detail .cont-notice {
  margin-bottom: 100px;
}

.hd__planMeals-detail .cont-notice .notice-list {
  margin: 0;
}

.hd__planMeals-detail .cont-notice .notice-list__tit {
  position: relative;
  padding: 28px 20px;
  border-bottom: 1px solid #bcbcbc;
  font-size: 28px;
  font-weight: bold;
}

.hd__planMeals-detail .cont-notice .notice-list__tit:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 27px;
  height: 2px;
  background-color: #3d3d3d;
  content: '';
}

.hd__planMeals-detail .cont-notice .notice-list__tit:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 2px;
  height: 27px;
  background-color: #3d3d3d;
  content: '';
}

.hd__planMeals-detail .cont-notice .notice-list__cont {
  display: none;
  margin-left: 0;
  padding: 0 20px 60px;
}

.hd__planMeals-detail .cont-notice .notice-list__box {
  line-height: 32px;
}

.hd__planMeals-detail .cont-notice .notice-list__box__tit {
  display: block;
  margin: 40px 0;
  font-weight: bold;
}

.hd__planMeals-detail .cont-notice .notice-list--show .notice-list__tit:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 27px;
  height: 2px;
  background-color: #3d3d3d;
  content: '';
}

.hd__planMeals-detail .cont-notice .notice-list--show .notice-list__tit:after {
  display: none;
}

.hd__planMeals-detail .cont-notice .notice-list--show .notice-list__cont {
  display: block;
}

.hd__planMeals-add .close-area .checkbox {
  position: absolute;
  right: 50px;
  top: 20px;
  transform: scale(0.8);
}

.hd__planMeals-add .close-area .checkbox__label {
  color: rgba(255, 255, 255, 0.8);
}

.hd__planMeals-add .close-area .checkbox__label:before {
  background-color: transparent;
}

.hd__planMeals-add .close-area .checkbox__input:checked + .checkbox__label:before {
  background-color: #1c1c1c;
}

.hd__planMeals-add .add-cont {
  padding: 70px 0 85px;
}

.hd__planMeals-add .add-cont__top {
  margin: 30px 20px 0;
  line-height: 1.3;
  text-align: center;
}

.hd__planMeals-add .add-cont__top .info {
  overflow: hidden;
}

.hd__planMeals-add .add-cont__top .info dt {
  float: left;
  margin-right: 10px;
  width: 220px;
  font-weight: 600;
}

.hd__planMeals-add .add-cont__top .info dd {
  float: left;
  padding-top: 5px;
  width: 370px;
  line-height: 1.5;
  color: #888;
  text-align: left;
}

.hd__planMeals-add .add-cont__top .box {
  display: block;
  padding: 10px 20px;
  margin: 30px auto 0;
  border-radius: 100px;
  text-align: center;
  background-color: #F9D983;
}

.hd__planMeals-add .add-cont .options__inner {
  z-index: 11;
}

.hd__planMeals-add .add-cont .options__inner .hd__btn-sec__cock .btn__close__cart {
  position: relative;
  left: 0;
  margin-left: 0;
}

.hd__planMeals-add .add-cont .final-count {
  padding: 0 20px 50px;
}

.hd__planMeals-add .add-cont .product--money--detail + .product--money--detail {
  border-top: 0;
}

.hd .info-notice__list {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-bottom: 1px solid #bcbcbc;
  padding: 30px 15px;
  line-height: 32px;
  box-sizing: border-box;
}

.hd .info-notice__tit {
  display: table-cell;
  padding-right: 20px;
  width: 215px;
  font-weight: bold;
  word-break: break-all;
  word-wrap: break-word;
}

.hd .info-notice__cont {
  display: table-cell;
}

.hd .sns-share__icon {
  padding-bottom: 40px;
  border-bottom: 1px solid #bcbcbc;
  text-align: center;
}

.hd .sns-share__icon__list {
  display: block;
  float: left;
  height: 130px;
  color: #3d3d3d;
  font-size: 20px;
}

.hd .sns-share__icon__list:not(:first-child) {
  margin-left: 15px;
}

.hd .sns-share__icon__list-kakaoStory {
  letter-spacing: -2px;
}

.hd .sns-share__icon__list-naver {
  margin-left: 10px !important;
}

.hd .sns-share__icon__list-facebook:before {
  display: block;
  width: 94px;
  height: 94px;
  margin-bottom: 10px;
  background: url("/front_mo/images/icon_popup_sns-25a1b2bd23bd159dc6ca1824ce010871.png") no-repeat -0px 0;
  content: '';
}

.hd .sns-share__icon__list-kakaoTalk:before {
  display: block;
  width: 94px;
  height: 94px;
  margin-bottom: 10px;
  background: url("/front_mo/images/icon_popup_sns-25a1b2bd23bd159dc6ca1824ce010871.png") no-repeat -106px 0;
  content: '';
}

.hd .sns-share__icon__list-kakaoStory:before {
  display: block;
  width: 94px;
  height: 94px;
  margin-bottom: 10px;
  background: url("/front_mo/images/icon_popup_sns-25a1b2bd23bd159dc6ca1824ce010871.png") no-repeat -212px 0;
  content: '';
}

.hd .sns-share__icon__list-naver:before {
  display: block;
  width: 94px;
  height: 94px;
  margin-bottom: 10px;
  background: url("/front_mo/images/icon_popup_sns-25a1b2bd23bd159dc6ca1824ce010871.png") no-repeat -318px 0;
  content: '';
}

.hd .sns-share__icon__list-naverBand:before {
  display: block;
  width: 94px;
  height: 94px;
  margin-bottom: 10px;
  background: url("/front_mo/images/icon_popup_sns-25a1b2bd23bd159dc6ca1824ce010871.png") no-repeat -424px 0;
  content: '';
}

.hd .sns-share__url {
  padding: 30px 0 15px;
}

.hd .sns-share__url__txt {
  color: #3d3d3d;
  font-size: 20px;
  text-align: center;
}

.hd .sns-share__url__copy {
  display: block;
  width: 100%;
  padding: 20px 30px;
  margin-top: 20px;
  background: #f5f5f5;
  border: 1px solid #bcbcbc;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  box-sizing: border-box;
  word-break: break-all;
}

.hd .gift .overview__thumb {
  padding-top: 26px;
  border-top: 3px solid #918c00;
}

.hd .hd__question-write {
  padding-top: 74px;
  right: initial;
  left: 30px;
}

.hd .top-area {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  height: 64px;
  background: #918c00;
  transform: translate(-50%, 0);
}

.hd .top-area a {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  color: #fff;
  transform: translate(0, -50%);
}

.hd .top-area a img {
  margin-left: 5px;
  vertical-align: -4px;
}

.hd .top-area:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  background: #FFF;
}

.hd .top-area__btn-icon {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  vertical-align: -8px;
}

.hd .top-area__btn-icon:after, .hd .top-area__btn-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background-color: #fff;
}

.hd .top-area__btn-icon:before {
  transform: rotate(45deg);
  margin: -13px 0 0 -1px;
}

.hd .top-area__btn-icon:after {
  transform: rotate(-45deg);
  margin: -13px 0 0 -1px;
}

.hd .top-area--hidden {
  position: absolute;
}

.hd .page-mark {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 350px;
  height: 70px;
  line-height: 68px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.hd .write-form {
  width: 580px;
  margin: 0 auto;
}

.hd .write-form__title {
  margin: 30px 0 35px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}

.hd .write-form .send {
  font-size: 0;
}

.hd .write-form .send input,
.hd .write-form .send select,
.hd .write-form .send textarea {
  width: 100%;
  max-width: 580px;
  margin-top: 20px;
  height: 70px;
  resize: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.hd .write-form .send select {
  margin-top: 0;
  padding: 0 15px;
  background: url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat 95% 50%;
  -webkit-appearance: none;
  appearance: none;
}

.hd .write-form .send textarea {
  overflow: hidden;
  overflow-y: auto;
  height: 370px;
}

.hd .write-form .recive {
  margin: 20px 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #BCBCBC;
}

.hd .write-form .recive__title {
  display: block;
  font-weight: 600;
}

.hd .write-form .recive__email {
  position: relative;
  margin: 20px 0;
  text-align: center;
  line-height: 70px;
}

.hd .write-form .recive__email input[type="text"] {
  position: absolute;
  top: 0;
  height: 70px;
  text-align: left;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}

.hd .write-form .recive__email input:nth-child(1) {
  left: 0;
  width: 260px;
}

.hd .write-form .recive__email input:nth-child(2) {
  right: 0;
  width: 265px;
}

.hd .write-form .secret {
  margin-bottom: 25px;
}

.hd .write-form .secret label {
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}

.hd .write-form .secret label:before {
  content: '';
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-right: 15px;
  vertical-align: -18px;
  background: #F4F4F4 url(/front_mo/images/btn_comm_secret-d08d2c5b02de5b17c8b3b1b40cf63b8d.png) no-repeat 50% 50%;
  border: 1px solid #BDBDBD;
  border-radius: 50%;
  box-sizing: border-box;
}

.hd .write-form .secret input[type="checkbox"]:checked + label:before {
  background: #F4F4F4 url(/front_mo/images/btn_comm_secret-on-adcc6cccde6f3b8ab7518ae42be25b48.png?ver=20210316) no-repeat 50% 50%;
  border: 3px solid #918c00;
}

.hd .write-form .notice {
  margin-top: 45px;
  padding-bottom: 50px;
}

.hd .write-form .notice__title {
  display: block;
  margin-bottom: 25px;
  padding-left: 40px;
  background: url(/front_mo/images/icon_comm_notice-abfc45456a45ed7f4d73b981f4ce9d47.png) no-repeat 0 50%;
  line-height: 28px;
  font-weight: 600;
}

.hd .write-form .notice__desc {
  padding-left: 10px;
  line-height: 1.6;
  color: #888;
  text-indent: -10px;
  word-break: keep-all;
}

.hd__market__cont {
  width: 580px;
  margin: 30px auto 0;
}

.hd__market__cont .banner__list {
  position: relative;
  margin-top: 30px;
}

.hd__market__cont .banner__list:first-child {
  margin-top: 0;
}

.hd__market__cont .banner__list a {
  display: block;
  font-size: 0;
}

.hd__market__cont .banner__list a figure {
  width: 580px;
  height: 300px;
}

.hd__market__cont .banner__list a img {
  vertical-align: top;
}

.hd__market__banner {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.hd__market__banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 1;
}

.hd__market__banner img {
  display: block;
}

.hd__market__dim {
  visibility: hidden;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin-left: -320px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: visibility 0.35s linear, opacity 0.35s linear;
}

.hd__market__dim--show {
  visibility: visible;
  opacity: 1;
}

.hd__market__cate-wrap {
  position: fixed;
  width: 100%;
  max-width: 640px;
  top: 149px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  background: #FFF;
  border-bottom: 1px solid #BCBCBC;
}

.hd__market__cate-wrap--move {
  width: 100%;
  top: 150px;
  left: 50%;
  transform: translate3d(-50%, -81px, 0);
  transition: transform 0.25s linear;
}

.hd__market__cate {
  position: relative;
  padding-right: 68px;
}

.hd__market__cate .cate-slider {
  width: 100%;
  height: 68px;
  line-height: 68px;
}

.hd__market__cate .cate-slider__list {
  float: left;
  width: auto;
}

.hd__market__cate .cate-slider__list a {
  display: block;
  height: 68px;
  padding: 0 33px;
  font-weight: bold;
}

.hd__market__cate .cate-slider__list--on:after {
  display: block;
  width: 100%;
  margin-top: -3px;
  border-bottom: 3px solid #F9D983;
  content: '';
}

.hd__market .cate-open {
  display: none;
  padding: 30px;
}

.hd__market .cate-open__list {
  float: left;
  width: 139px;
  height: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
}

.hd__market .cate-open__list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hd__market .cate-open__list a:after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  content: '';
}

.hd__market .cate-open__list:not(:nth-child(4n+1)) {
  margin-left: 8px;
}

.hd__market .cate-open__list:nth-child(n+5) {
  margin-top: 8px;
}

.hd__market .cate-open__list--on a {
  display: block;
  width: 100%;
  height: 100%;
}

.hd__market .cate-open__list--on a:after {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #F9D983;
  box-sizing: border-box;
  content: '';
}

.hd__market .cate-open--show {
  display: block;
  border-top: 1px solid #BCBCBC;
}

.hd__market .cate-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 100px;
  height: 69px;
  border-bottom: 1px solid #BCBCBC;
  border-left: 1px solid #BCBCBC;
  box-sizing: border-box;
  cursor: pointer;
}

.hd__market .cate-btn:after {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF url(/front_mo/images/icon_market_drop-down-on-9140ca33fb9dc50bc6c0acce045f6fd5.png) no-repeat 50% 50%;
  content: "";
  cursor: pointer;
}

.hd__market .cate-btn--on:after {
  transform: rotate(180deg);
}

.hd__market .category {
  background: #fff;
}

.hd__market .category__depth1 {
  position: relative;
  min-height: 180px;
  box-sizing: border-box;
}

.hd__market .category__depth1 .swiper-container {
  padding-right: 70px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.hd__market .category__depth1__list {
  float: left;
  width: 150px;
  height: 185px;
  box-sizing: border-box;
}

.hd__market .category__depth1__list:first-child {
  margin-left: 5px;
}

.hd__market .category__depth1__list a {
  display: table;
  width: 100%;
  height: 100%;
  font-size: 19px;
  text-align: center;
  letter-spacing: -0.5px;
}

.hd__market .category__depth1__list a span {
  display: block;
  margin-top: 22px;
}

.hd__market .category__depth1__list a span i {
  display: block;
  position: relative;
  margin: 0 auto 15px;
  width: 100px;
  height: 100px;
  background: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
}

.hd__market .category__depth1__list a span i img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.hd__market .category__depth1__list a span i:after {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-image: url("/front_mo/images/ico_category-b5dd49a8de1221588df364404cf1eb2e.png?ver=250114");
  background-repeat: no-repeat;
  content: '';
}

.hd__market .category__depth1__list a span:after {
  display: block;
}

.hd__market .category__depth1__list:nth-of-type(1) i, .hd__market .category__depth1__list.all i {
  background-image: none;
}

.hd__market .category__depth1__list:nth-of-type(1) i:before, .hd__market .category__depth1__list.all i:before {
  display: inline-block;
  margin-top: 35px;
  font-size: 23px;
  font-style: initial;
  color: #1c1c1c;
  content: 'ALL';
}

.hd__market .category__depth1__list:nth-of-type(1) i:after, .hd__market .category__depth1__list.all i:after {
  display: none;
}

.hd__market .category__depth1__list:nth-of-type(2) i:after {
  background-position-y: 0px;
}

.hd__market .category__depth1__list:nth-of-type(3) i:after {
  background-position-y: -100px;
}

.hd__market .category__depth1__list:nth-of-type(4) i:after {
  background-position-y: -200px;
}

.hd__market .category__depth1__list:nth-of-type(5) i:after {
  background-position-y: -300px;
}

.hd__market .category__depth1__list:nth-of-type(6) i:after {
  background-position-y: -400px;
}

.hd__market .category__depth1__list:nth-of-type(7) i:after {
  background-position-y: -500px;
}

.hd__market .category__depth1__list:nth-of-type(8) i:after {
  background-position-y: -600px;
}

.hd__market .category__depth1__list:nth-of-type(9) i:after {
  background-position-y: -700px;
}

.hd__market .category__depth1__list:nth-of-type(10) i:after {
  background-position-y: -800px;
}

.hd__market .category__depth1__list:nth-of-type(11) i:after {
  background-position-y: -900px;
}

.hd__market .category__depth1__list:nth-of-type(12) i:after {
  background-position-y: -1000px;
}

.hd__market .category__depth1__list:nth-of-type(13) i:after {
  background-position-y: -1100px;
}

.hd__market .category__depth1__list:nth-of-type(14) i:after {
  background-position-y: -1200px;
}

.hd__market .category__depth1__list:nth-of-type(15) i:after {
  background-position-y: -1300px;
}

.hd__market .category__depth1__list:nth-of-type(16) i:after {
  background-position-y: -1400px;
}

.hd__market .category__depth1__list:nth-of-type(17) i:after {
  background-position-y: -1500px;
}

.hd__market .category__depth1__list:nth-of-type(18) i:after {
  background-position-y: -1600px;
}

.hd__market .category__depth1__list:nth-of-type(19) i:after {
  background-position-y: -1700px;
}

.hd__market .category__depth1__list:nth-of-type(20) i:after {
  background-position-y: -1800px;
}

.hd__market .category__depth1__list.active a {
  font-weight: bold;
  color: #a19c00;
}

.hd__market .category__depth1.v2 {
  height: auto;
  min-height: 140px;
}

.hd__market .category__depth1.v2 .category__depth1__list {
  width: 140px;
  height: 140px;
}

.hd__market .category__depth1.v2 .category__depth1__list:first-child {
  margin-left: 0;
}

.hd__market .category__depth1.v2 .category__depth1__list:not(:first-child) {
  border-left: 1px solid #ccc;
}

.hd__market .category__depth1.v2 .category__depth1__list a {
  font-size: 19px;
}

.hd__market .category__depth1.v2 .category__depth1__list a span {
  margin-top: 26px;
}

.hd__market .category__depth1.v2 .category__depth1__list a span i {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: none;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.hd__market .category__depth1.v2 .category__depth1__list a span i img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  height: 50px;
  transform: none;
}

.hd__market .category__depth1.v2 .category__depth1__list a span i:before {
  margin-top: 10px;
}

.hd__market .category__depth1.v2 .category__depth1__list a span i:after {
  display: none;
}

.hd__market .category__depth1.v2 .category__depth1__list.active {
  background: #918c00;
}

.hd__market .category__depth1.v2 .category__depth1__list.active a {
  font-weight: normal;
  color: #fff;
}

.hd__market .category__depth1.v2 .category__depth1__list.active i img {
  left: -50px;
}

.hd__market .category__depth1.v2 .category__depth1__list.active:nth-of-type(1) i:before, .hd__market .category__depth1.v2 .category__depth1__list.active.all i:before {
  color: #fff;
  content: 'ALL';
}

.hd__market .category__depth1.v2 .accordion_title {
  height: 140px;
}

.hd__market .category__depth1.v2 .accordion_con {
  padding: 20px 0;
}

.hd__market .category__depth1.v2 .accordion_con > ul .category__depth1__list {
  width: 150px !important;
  height: 140px;
}

.hd__market .category__depth1.v2 .accordion_con > ul .category__depth1__list a {
  width: 130px;
  height: 130px;
  background: #f5f5f5;
  border-radius: 50%;
}

.hd__market .category__depth1.v2 .accordion_con > ul .category__depth1__list a i {
  width: 50px;
  height: 50px;
  border-radius: 0;
}

.hd__market .category__depth1.v2 .accordion_con > ul .category__depth1__list a i:before {
  margin-top: 10px;
}

.hd__market .category__depth1.v2 .accordion_con > ul .category__depth1__list a i:after {
  display: none;
}

.hd__market .category__depth1 .accordion_box {
  margin-top: 0;
}

.hd__market .category__depth1 .accordion_box.on .accordion_title:after {
  transform: rotate(180deg);
}

.hd__market .category__depth1 .accordion_title {
  position: absolute;
  right: 0;
  top: -1px;
  width: 70px;
  height: 185px;
  font-size: 0;
  background: #fff;
  border: 1px solid #9e9e9e;
  border-right: 0;
  z-index: 1;
}

.hd__market .category__depth1 .accordion_title:after {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF url(/front_mo/images/icon_market_drop-down-on-9140ca33fb9dc50bc6c0acce045f6fd5.png) no-repeat 50% 50%;
  content: "";
  z-index: 2;
}

.hd__market .category__depth1 .accordion_con {
  padding: 10px 0 40px 0;
  border-bottom: 1px solid #ccc;
}

.hd__market .category__depth1 .accordion_con > ul {
  margin: 0 auto;
  width: 610px;
  overflow: hidden;
}

.hd__market .category__depth1 .accordion_con > ul .category__depth1__list {
  margin-left: 0;
  width: 150px !important;
  height: 185px;
  border: 0 !important;
}

.hd__market .category__depth1 .accordion_con > ul .category__depth1__list a {
  margin: 0 auto;
  width: 160px;
  height: 100px;
  border-radius: 50%;
}

.hd__market .category__depth1 .accordion_con > ul .category__depth1__list a i {
  display: table;
  margin-bottom: 10px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #f5f5f5;
}

.hd__market .category__depth1 .accordion_con > ul .category__depth1__list a i:after {
  margin-top: 15px;
}

.hd__market .category__depth1 .accordion_con > ul .category__depth1__list a i:before {
  margin-top: 45px;
}

.hd__market .category__depth2 {
  height: 65px;
}

.hd__market .category__depth2 .swiper-container {
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  background: #fff;
}

.hd__market .category__depth2__list {
  display: inline-block;
  margin: 0 25px;
  width: auto;
}

.hd__market .category__depth2__list a {
  display: block;
  height: 55px;
  line-height: 54px;
}

.hd__market .category__depth2__list.active a {
  font-weight: 600;
  color: #918c00;
}

.hd__market .category__depth2__list.active a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: #918c00;
  content: '';
}

.hd__market .category__depth2.v2 {
  margin-top: -3px;
  padding-top: 20px;
  height: auto;
  background: #fff;
}

.hd__market .category__depth2.v2 ul {
  margin: 0 40px;
}

.hd__market .category__depth2.v2 .category__depth2__list {
  margin: 0;
  padding: 0 10px;
  width: 32%;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
}

.hd__market .category__depth2.v2 .category__depth2__list a {
  position: relative;
  display: inline-block;
}

.hd__market .category__depth3 {
  margin-top: 5px;
  min-height: 67.5px;
}

.hd__market .category__depth3 .swiper-wrapper {
  padding: 20px 10px 0 20px;
}

.hd__market .category__depth3 li {
  display: inline-block;
  margin-right: 10px;
  width: auto;
}

.hd__market .category__depth3 li a {
  display: inline-block;
  padding: 9px 17px 11px;
  color: #666;
  border-radius: 30px;
  border: 1px solid #ccc;
}

.hd__market .category__depth3 li.active a {
  font-weight: bold;
  color: #918c00;
  border-color: #918c00;
}

.hd__market .category--move .category__depth1 .swiper-container {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 3;
  border-top: 1px solid #ccc;
}

.hd__market .category--move .category__depth2 .swiper-container {
  position: fixed;
  left: 0;
  top: 140px;
  width: 100%;
  z-index: 3;
  border-top: 1px solid #ccc;
}

.hd__market .category--move .category__depth3 .swiper-container {
  position: fixed;
  left: 0;
  top: 187px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.hd__market .category--move .category__depth2 + .category__depth3 .swiper-container {
  top: 212px;
}

.hd__market__contents {
  margin-top: 35px;
}

.hd__market__contents .contents-top {
  position: relative;
  padding: 0 20px 0;
  min-height: 40px;
}

.hd__market__contents .contents-top__filter {
  width: 600px;
  z-index: 0;
  text-align: right;
}

.hd__market__contents .contents-top__filter .sorting {
  position: relative;
  float: left;
  width: calc(50% - 104px);
  margin-top: 55px;
}

.hd__market__contents .contents-top__filter span.checks_box {
  float: none;
  margin: 0;
  width: auto;
}

.hd__market__contents .contents-top__filter span.checks_box + .sorting {
  display: inline-block;
  float: none;
  margin: 0;
  width: auto;
  margin-left: 20px;
  padding-left: 20px;
}

.hd__market__contents .contents-top__filter span.checks_box + .sorting:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 1px;
  height: 23px;
  background: #ccc;
  content: '';
}

.hd__market__contents .contents-top__filter span.checks_box + .sorting .select-area {
  left: inherit;
  right: 0;
}

.hd__market__contents .contents-top__filter span.checks_box + .sorting .select-area:after {
  right: 40px;
}

.hd__market__contents .contents-top__filter select {
  display: inline-block;
  margin: -3px 0 0 20px;
  padding: 0 30px 0 8px;
  width: 140px;
  height: 45px;
  background: url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat right 10px top 50%;
  font-size: 21px !important;
  background-size: 17px !important;
}

.hd__market__contents .contents-top__title {
  position: absolute;
  font-size: 34px;
  font-weight: bold;
  z-index: 1;
}

.hd__market__contents .contents-top__title + .contents-top__filter {
  width: 580px;
}

.hd__market__contents .contents-top__title + .contents-top__filter .sorting {
  float: right;
  margin: 0;
}

.hd__market__contents .contents-top__title + .contents-top__filter .sorting .select-area {
  left: 0;
}

.hd__market__contents .contents-top__title + .contents-top__filter .sorting .select-area:after {
  right: 40px;
}

.hd__market__contents .contents-top .sorting {
  background: #FFF;
}

.hd__market__contents .contents-top .sorting strong {
  display: inline-block;
  position: relative;
  height: 40px;
  padding-right: 25px;
  text-align: right;
  line-height: 40px;
  color: #2d2d2d;
  font-weight: 400;
  cursor: pointer;
}

.hd__market__contents .contents-top .sorting strong:after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 3px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: solid #2d2d2d;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  content: '';
}

.hd__market__contents .contents-top .sorting__list {
  position: relative;
  padding: 0 20px;
  line-height: 1.1;
}

.hd__market__contents .contents-top .sorting__list a {
  display: block;
  color: #888888;
}

.hd__market__contents .contents-top .sorting .select-area {
  display: none;
  position: absolute;
  top: 58px;
  left: 11px;
  z-index: 2;
  padding: 5px 25px 25px;
  border: 1px solid #636363;
  background: #FFF;
  text-align: left;
}

.hd__market__contents .contents-top .sorting .select-area__inner {
  position: relative;
}

.hd__market__contents .contents-top .sorting .select-area__list {
  line-height: 1;
  position: relative;
  margin-top: 20px;
  padding-right: 20px;
  width: 140px;
}

.hd__market__contents .contents-top .sorting .select-area__list--on a {
  color: #918c00;
}

.hd__market__contents .contents-top .sorting .select-area__list--on:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0%;
  width: 18px;
  height: 20px;
  background: #FFF url(/front_mo/images/icon_sorting_check-on-97745732043af8dcd650658544b70691.png?ver=210226) no-repeat 0 0;
  content: '';
}

.hd__market__contents .contents-top .sorting .select-area:after {
  display: block;
  position: absolute;
  top: -11px;
  right: 85px;
  width: 20px;
  height: 20px;
  border: 1px solid #636363;
  border-right: transparent;
  border-bottom: transparent;
  background: #FFF;
  transform: rotate(45deg);
  content: '';
}

.hd__market__contents .contents-top .sorting .select-area--show {
  display: block;
}

.hd__market__contents .contents-top .contents-top__total {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 39px;
  z-index: 1;
}

.hd__market__contents .contents-top .contents-top__total .sorting strong {
  color: #606060;
}

.hd__market__contents .contents-top .contents-top__total .sorting .select-area {
  left: 0 !important;
}

.hd__market__contents .contents-top .contents-top__total .sorting .select-area:after {
  left: 28px;
  right: inherit;
}

.hd__market__contents .contents-top .contents-top__total .sorting .select-area__list {
  width: 180px;
}

.hd__market__contents .contents-top .contents-top__total .sorting.none strong:after {
  display: none;
}

.hd__market__contents .contents-top .btn__filter {
  float: left;
  margin-top: 55px;
  width: 104px;
  line-height: 40px;
  background: url(/front_mo/images/icon_sorting_filter-0932a5ef5b8f41ecdb9ddc4946941054.png?ver=230110) no-repeat right center;
  box-sizing: border-box;
}

.hd__market__contents .contents-top .checks_box {
  display: inline-block;
  float: left;
  width: 50%;
  margin-top: 55px;
  height: 35px;
  line-height: 40px;
  white-space: nowrap;
  text-align: left;
}

.hd__market__contents .contents-top .tab-type3 {
  margin: 50px 0 10px;
}

.hd__market__contents .marketList__sect.info div {
  height: 200px;
}

.hd__market__contents .marketList__sect.info div img {
  max-width: 100%;
  vertical-align: top;
}

.hd__market .brand-banner {
  overflow: hidden;
}

.hd__market .brand-banner .swiper-slide a img {
  display: block;
}

.hd__market .brand-banner .swiper-pagination {
  margin-top: 0;
}

.hd__market .brand-banner .swiper-pagination-progressbar {
  position: absolute;
  left: 40px;
  bottom: 40px;
  margin-top: 0;
  width: 100px;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.25);
  z-index: 1;
}

.hd__market .brand-banner .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0);
  transform-origin: left top;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.hd__market .brand .category {
  position: relative;
  border-top: 0;
  z-index: 1;
}

.hd__market .brand .category .category__depth {
  border-bottom: 0;
  padding-right: 20px;
  box-sizing: border-box;
}

.hd__market .brand .category .category__depth .category__depth1__list {
  margin-right: 0;
  width: 130px;
  height: auto;
  border-left: 0 !important;
  box-sizing: border-box;
}

.hd__market .brand .category .category__depth .category__depth1__list:first-child {
  margin-left: 15px;
}

.hd__market .brand .category .category__depth .category__depth1__list a {
  font-size: 20px;
  border-radius: 50%;
}

.hd__market .brand .category .category__depth .category__depth1__list a span {
  display: block;
  margin-bottom: 20px;
  padding: 0 5px;
  word-break: keep-all;
  -webkit-hyphens: none;
  text-align: center;
}

.hd__market .brand .category .category__depth .category__depth1__list a span i {
  display: inline-block;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  background-image: url("/front_mo/images/img_gnb_brand-9a13812e32cffd7bee3e58e7da9d067d.jpg?ver=250327") !important;
  border-radius: 50%;
}

.hd__market .brand .category .category__depth .category__depth1__list a span i:before, .hd__market .brand .category .category__depth .category__depth1__list a span i:after {
  display: none;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(2) i {
  background-position-x: -0px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(3) i {
  background-position-x: -100px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(4) i {
  background-position-x: -200px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(5) i {
  background-position-x: -300px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(6) i {
  background-position-x: -400px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(7) i {
  background-position-x: -500px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(8) i {
  background-position-x: -600px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(9) i {
  background-position-x: -700px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(10) i {
  background-position-x: -800px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(11) i {
  background-position-x: -900px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(12) i {
  background-position-x: -1000px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(13) i {
  background-position-x: -1100px !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(1) i {
  display: flex;
  align-items: center;
  background: #f5f5f5 !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(1) i:after {
  display: block;
  margin-top: -7px;
  width: 50px;
  height: 50px;
  background: url("/front_mo/images/ico_common_home-2baf0709c3fbf89c7af314887567e319.png") no-repeat 50% 50%;
  background-size: 100%;
  content: '';
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(1).active i {
  background: #918c00 !important;
}

.hd__market .brand .category .category__depth .category__depth1__list:nth-of-type(1).active i:after {
  background-image: url("/front_mo/images/ico_common_home-w-29e94d325d76a0b19db203eaf44fa899.png");
}

.hd__market .brand .category .category__depth .swiper-container {
  padding-right: 16px;
  border-bottom: 0;
}

.hd__market .brand.category .category__depth1 .swiper-container {
  padding-right: 10px;
  box-sizing: border-box;
}

.hd__market .brand.category .category__depth1__list {
  width: 130px;
  height: auto;
}

.hd__market .brand.category .category__depth1__list:first-child {
  margin-left: 5px;
}

.hd__market .brand.category .category__depth1__list a {
  font-size: 20px;
}

.hd__market .brand.category .category__depth1__list a span {
  margin: 23px 0 25px 0;
}

.hd__market .brand.category .category__depth1__list a i {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  background-image: url("/front_mo/images/img_gnb_brand-9a13812e32cffd7bee3e58e7da9d067d.jpg?ver=250327") !important;
  border-radius: 50%;
}

.hd__market .brand.category .category__depth1__list a i:before, .hd__market .brand.category .category__depth1__list a i:after {
  display: none;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(2) i {
  background-position-x: -0px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(3) i {
  background-position-x: -100px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(4) i {
  background-position-x: -200px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(5) i {
  background-position-x: -300px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(6) i {
  background-position-x: -400px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(7) i {
  background-position-x: -500px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(8) i {
  background-position-x: -600px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(9) i {
  background-position-x: -700px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(10) i {
  background-position-x: -800px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(11) i {
  background-position-x: -900px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(12) i {
  background-position-x: -1000px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(13) i {
  background-position-x: -1100px !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(1) i {
  display: flex;
  align-items: center;
  background: #f5f5f5 !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(1) i:after {
  display: block;
  margin-top: -7px;
  width: 50px;
  height: 50px;
  background: url("/front_mo/images/ico_common_home-2baf0709c3fbf89c7af314887567e319.png") no-repeat 50% 50%;
  background-size: 100%;
  content: '';
}

.hd__market .brand.category .category__depth1__list:nth-of-type(1).active i {
  background: #918c00 !important;
}

.hd__market .brand.category .category__depth1__list:nth-of-type(1).active i:after {
  background-image: url("/front_mo/images/ico_common_home-w-29e94d325d76a0b19db203eaf44fa899.png");
}

.hd__market .brand.category--move .category__depth3 .swiper-container {
  top: 182px;
}

.hd__market .brand .contents-top {
  padding: 35px 0;
  margin: -17px 30px 0;
  border-top: 1px solid #ccc;
}

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

.hd__market .brand .hPara {
  opacity: 0;
}

.hd__market .brand .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__brand {
  padding-top: 100px;
}

.hd__brand__sec {
  margin-top: 80px;
}

.hd__brand__sec.bg {
  padding: 70px 0;
  background: #f5f5f5;
}

.hd__brand__sec .hd__main__h3 {
  height: auto;
}

.hd__brand__sec .hd__main__h3 a:after {
  display: inline-block;
  margin: -3px 0 0 -4px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border: solid #1c1c1c;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  content: '';
}

.hd__brand__product {
  margin: 0 20px 40px;
}

.hd__brand__product ul {
  display: flex;
  flex-flow: wrap;
}

.hd__brand__product ul .product__wrap__list--item {
  margin: 40px 10px 0;
  flex: 0 0 280px;
  width: 280px;
}

.hd__brand__product ul .product__wrap__list--item .item__thumb {
  height: auto;
}

.hd__brand__product ul .product__wrap__list--item .item__name {
  display: block;
  min-height: 27px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__brand__review {
  margin: 25px 30px 0;
}

.hd__brand__review li a {
  display: flex;
  align-items: center;
}

.hd__brand__review li a figure {
  width: 175px;
}

.hd__brand__review li a .box {
  margin-left: 20px;
  width: calc(100% - 160px);
}

.hd__brand__review li a .box .text {
  color: #888;
}

.hd__brand__review li a .box .info {
  margin-top: 20px;
  padding-left: 20px;
  border-left: 2px solid #1c1c1c;
}

.hd__brand__review li a .box .info .tit {
  display: block;
}

.hd__brand__review li a .box .info .user {
  display: block;
  margin-top: 10px;
  color: #aaa;
}

.hd__brand__review li:not(:first-child) {
  margin-top: 25px;
}

.hd__brand__shop {
  display: flex;
  flex-flow: wrap;
  margin: 0 30px 40px;
}

.hd__brand__shop li {
  margin-top: 25px;
  width: 130px;
}

.hd__brand__shop li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.hd__brand__shop li a {
  display: block;
}

.hd__brand__shop li a figure {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
}

.hd__brand__shop li a span {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.hd .cardEvent_list {
  padding: 0 30px;
  max-height: 450px;
  overflow-y: auto;
}

.hd .cardEvent_list li {
  padding: 20px 0;
}

.hd .cardEvent_list li:not(:first-child) {
  border-top: 1px solid #ccc;
}

.hd .cardEvent_list li .name {
  font-size: 24px;
}

.hd .cardEvent_list li .benefit {
  margin-top: 10px;
  font-size: 23px;
  font-weight: 600;
}

.hd .cardEvent_list li .condition {
  margin-top: 10px;
  font-size: 22px;
}

.hd .cardEvent_list li .period {
  margin-top: 10px;
  color: #888;
}

.hd__marketDesignation {
  padding-top: 150px;
}

.hd__marketDesignation .banner {
  overflow: hidden;
  width: 100%;
  height: 188px;
  margin-bottom: 30px;
  border-bottom: 1px solid #bcbcbc;
}

.hd__marketDesignation .item {
  display: flex;
  flex-flow: row wrap;
  width: 580px;
  margin: 0 auto;
}

.hd__marketDesignation .item__list {
  position: relative;
  width: 275px;
  float: left;
}

.hd__marketDesignation .item__list:nth-child(even) {
  margin-left: 30px;
}

.hd__marketDesignation .item__list__thumb {
  position: relative;
}

.hd__marketDesignation .item__list__thumb a {
  display: block;
  font-size: 0;
}

.hd__marketDesignation .item__list__thumb a figure {
  width: 275px;
  height: 275px;
}

.hd__marketDesignation .item__list__thumb input[type="checkbox"]:checked + label:before {
  border-color: #918c00;
}

.hd__marketDesignation .item__list:nth-child(1n+3) {
  margin-top: 40px;
}

.hd__marketDesignation .item__info {
  margin-bottom: 90px;
}

.hd__marketDesignation .item__date {
  display: block;
  margin-top: 25px;
}

.hd__marketDesignation .item__date strong:not(:first-child):before {
  display: inline-block;
  color: #888;
  content: '/';
}

.hd__marketDesignation .item__menu {
  margin-top: 15px;
}

.hd__marketDesignation .item__menu-list {
  line-height: 30px;
  word-break: break-all;
}

.hd__marketDesignation .item__menu-list:before {
  display: inline-block;
  padding-right: 5px;
  content: '-';
}

.hd__marketDesignation .item .flex-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.hd__marketDesignation .item__price {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #888;
}

.hd__marketDesignation .item__price .box__list__price-discounted {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.hd__marketDesignation .item__price .box__list__price-origin {
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
  color: #888;
}

.hd__marketDesignation .item__count {
  display: block;
  position: relative;
  margin-top: 5px;
  text-align: center;
}

.hd__marketDesignation .item__count input {
  vertical-align: top;
  width: 154px;
  height: 55px;
  border: 0;
  background: #F0F0F0;
  line-height: 55px;
  text-align: center;
  font-weight: 600;
  color: #BCBCBC;
  box-sizing: border-box;
}

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

.hd__marketDesignation .item__count .btn__count {
  position: absolute;
  top: 0;
  width: 55px;
  height: 55px;
  background: #918c00;
}

.hd__marketDesignation .item__count .btn__count-down {
  left: -1px;
}

.hd__marketDesignation .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__marketDesignation .item__count .btn__count-up {
  right: -1px;
}

.hd__marketDesignation .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__marketDesignation .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__marketDesignation .item__count button:disabled {
  background: #BCBCBC;
}

.hd#chinese_room .top-menu {
  display: none;
}

.hd__chinese .exclusive {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 3px solid #918c00;
}

.hd__chinese .exclusive:first-child {
  padding-top: 0;
}

.hd__chinese .exclusive:nth-child(2), .hd__chinese .exclusive:nth-child(3) {
  padding-bottom: 40px;
}

.hd__chinese .exclusive__title {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 400;
  color: #3D3D3D;
}

.hd__chinese .exclusive__title strong {
  font-weight: 600;
}

.hd__chinese .exclusive__order-info {
  width: 550px;
  margin: 0 auto;
}

.hd__chinese .exclusive__order-info li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  line-height: 1.5;
  color: #3D3D3D;
}

.hd__chinese .exclusive__order-info li:first-child {
  margin-top: 0;
}

.hd__chinese .exclusive__order-info li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #3D3D3D;
  border-radius: 50%;
}

.hd__chinese .exclusive__list {
  width: 540px;
  margin: 0 auto;
  font-size: 0;
}

.hd__chinese .exclusive__list li {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-left: 15px;
}

.hd__chinese .exclusive__list li:nth-child(-n+3) {
  margin-top: 0;
}

.hd__chinese .exclusive__list li:nth-child(3n+1) {
  margin-left: 0;
}

.hd__chinese .exclusive__list li .btn__default.input {
  width: 170px;
  height: 60px;
  line-height: 58px;
}

.hd__chinese .exclusive__list li input[type="radio"]:checked + .btn__default.input,
.hd__chinese .exclusive__list li input[type="checkbox"]:checked + .btn__default.input {
  border: 1px solid #918c00;
  background: #918c00;
  color: #FFF;
}

.hd__chinese .exclusive__menu {
  font-size: 0;
  margin: 0 -15px;
}

.hd__chinese .exclusive__menu__list {
  display: inline-block;
  width: 275px;
  margin: 0 15px 40px;
  vertical-align: top;
}

.hd__chinese .exclusive__menu__date {
  display: block;
  height: 65px;
  background: #918c00;
  text-align: center;
  line-height: 65px;
  font-weight: 600;
  color: #FFF;
}

.hd__chinese .exclusive__menu__img {
  position: relative;
  width: 275px;
  height: 275px;
}

.hd__chinese .exclusive__menu__title {
  display: block;
  padding: 15px 0;
  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__chinese .exclusive__menu__icon {
  border-top: 1px solid #BCBCBC;
  padding: 10px 0;
}

.hd__chinese .exclusive__menu__icon li {
  display: inline-block;
  vertical-align: top;
  margin-left: 14px;
}

.hd__chinese .exclusive__menu .boxInner {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 20px;
}

.hd__chinese .exclusive__menu .boxInner__list {
  padding-left: 8px;
  text-indent: -8px;
}

.hd__market-detail {
  padding: 170px 0 100px;
}

.hd__market-detail .close-area {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 50%;
  margin-left: -320px;
  width: 640px;
  height: 70px;
  background: #918c00;
}

.hd__market-detail .close-area a {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  font-size: 0;
  transform: translate3d(0, -50%, 0);
}

.hd__market-detail .close-area a img {
  margin-left: 5px;
  vertical-align: -4px;
}

.hd__market-detail .close-area:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 11px;
  background: #FFF;
}

.hd__market-detail .close-area__btn-icon {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  vertical-align: -8px;
}

.hd__market-detail .close-area__btn-icon:after, .hd__market-detail .close-area__btn-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 26px;
  background-color: #fff;
}

.hd__market-detail .close-area__btn-icon:before {
  transform: rotate(45deg);
  margin: -13px 0 0 -1px;
}

.hd__market-detail .close-area__btn-icon:after {
  transform: rotate(-45deg);
  margin: -13px 0 0 -1px;
}

.hd__market-detail .page-mark {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 70px;
  line-height: 70px;
  margin-top: 0;
  font-weight: normal;
  color: #fff;
  background: transparent;
  text-align: center;
  border-radius: 12px 12px 0 0;
  text-align: center;
}

.hd__market-detail .page-mark:after {
  display: none;
}

.hd__market-detail .overview {
  position: relative;
  width: 580px;
  margin: 30px auto 0;
}

.hd__market-detail .overview__title-area {
  position: relative;
  padding-top: 10px;
  line-height: 1.3;
}

.hd__market-detail .overview__title-area span {
  display: block;
  padding: 0 140px 0 0;
  word-break: break-all;
}

.hd__market-detail .overview__title-area span.strong {
  font-weight: 600;
}

.hd__market-detail .overview__listbox {
  margin-top: 40px;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #ccc;
}

.hd__market-detail .overview__listbox * {
  font-size: 20px;
  color: #1c1c1c !important;
}

.hd__market-detail .overview__listbox .overview__list:not(:first-child) {
  border-top: 1px solid #ccc;
}

.hd__market-detail .overview__list {
  color: #888;
}

.hd__market-detail .overview__tag {
  margin-bottom: 20px;
}

.hd__market-detail .overview__tag span {
  display: inline-block;
  margin-right: 2px;
  border: 1px solid #ccc;
  padding: 5px 8px;
  font-size: 17px;
  color: #777;
}

.hd__market-detail .overview__tag span.c1 {
  color: #1c1c1c;
}

.hd__market-detail .overview__tag span.c2 {
  color: #e14141;
}

.hd__market-detail .overview__tag span.c3 {
  color: #264f91;
}

.hd__market-detail .overview__tag span.c4 {
  color: #00aa90;
}

.hd__market-detail .overview__icon-area {
  width: 100%;
}

.hd__market-detail .overview__icon-area__inner {
  display: table-cell;
  vertical-align: middle;
}

.hd__market-detail .overview__icon-area span {
  display: inline-block;
  width: 15.6%;
  height: 69px;
  padding: 15px 0 10px;
  font-size: 17px;
  vertical-align: middle;
  text-align: center;
}

.hd__market-detail .overview__icon-area span img {
  display: block;
  margin: 0 auto 9px;
}

.hd__market-detail .overview__gram {
  display: inline-block;
  padding: 20px 40px 20px 20px;
  border-right: 1px solid #ccc;
}

.hd__market-detail .overview__gram strong {
  margin-left: 10px;
}

.hd__market-detail .overview__kcal {
  display: inline-block;
  padding: 20px 0 20px 20px;
}

.hd__market-detail .overview__kcal strong {
  margin-left: 18px;
}

.hd__market-detail .overview__ingredient {
  padding: 20px;
  line-height: 32px;
}

.hd__market-detail .overview__ingredient span {
  display: block;
  margin: 0 -20px;
}

.hd__market-detail .overview__ingredient strong {
  margin-left: 18px;
}

.hd__market-detail .overview__thumb {
  position: relative;
  height: 580px;
  margin: 25px 0;
}

.hd__market-detail .overview__thumb figure {
  height: 100%;
}

.hd__market-detail .overview__thumb .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 32px;
  z-index: 1;
}

.hd__market-detail .overview__thumb .swiper-counter {
  position: absolute;
  left: 25px;
  bottom: 25px;
  background: rgba(255, 255, 255, 0.8);
  width: 80px;
  border-radius: 5px;
  color: #3d3d3d;
  z-index: 1;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.hd__market-detail .overview__thumb .free-gift {
  position: absolute;
  display: block;
  float: right;
  z-index: 2;
  width: 168px;
  height: 44px;
  color: #fff;
  background-color: #918c00;
  line-height: 44px;
  text-indent: 60px;
}

.hd__market-detail .overview__thumb .free-gift:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background: #F9D983 url(/front_mo/images/icon_market_check-ed7946c527ac12180037a0a30706b9c9.png) no-repeat center center;
  background-size: 40%;
  content: '';
}

.hd__market-detail .overview__btn {
  position: absolute;
  right: 0;
  top: 20px;
}

.hd__market-detail .overview__btn a {
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  margin-left: 10px;
}

.hd__market-detail .overview .item__score {
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 15px 0;
  width: 90px;
  height: 90px;
  background: rgba(145, 140, 0, 0.7);
  border-radius: 50%;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 2;
}

.hd__market-detail .overview .item__score-text {
  width: 100%;
  font-size: 18px;
  color: #fff;
}

.hd__market-detail .overview .delivery {
  margin-bottom: 20px;
}

.hd__market-detail .overview .delivery ul {
  margin-top: 30px;
}

.hd__market-detail .overview .delivery ul li {
  position: relative;
  padding-left: 102px;
  line-height: 1.5;
  font-size: 21px;
  color: #666;
}

.hd__market-detail .overview .delivery ul li:not(:first-child) {
  margin-top: 10px;
}

.hd__market-detail .overview .delivery ul li strong {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 10px;
  line-height: 1;
  font-size: 19px;
  font-weight: normal;
  color: #1c1c1c;
  background: #fff;
  border: 1px solid #1c1c1c;
  border-radius: 25px;
}

.hd__market-detail .overview .delivery ul li strong.dawn {
  color: #ff0000;
  border-color: #ff0000;
}

.hd__market-detail .overview .delivery ul li strong.dawn + span {
  display: inline-block;
  margin-top: -5px;
  font-size: 23px;
  font-weight: bold;
  color: #ff0000;
}

.hd__market-detail .overview .delivery ul li span {
  font-weight: bold;
}

.hd__market-detail .overview .delivery ul li:nth-child(2) span {
  color: #3D3D3D;
}

.hd__market-detail .overview .delivery-link {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-size: 21px;
  color: #8b8b8b;
}

.hd__market-detail .overview .delivery-link:after {
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-family: 'dotum';
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #cdcdcd;
  border-radius: 50%;
  content: '>';
}

.hd__market-detail .detail-wrap {
  position: relative;
  margin-top: 20px;
  padding-top: 85px;
}

.hd__market-detail .detail-wrap .overview__listBox {
  border-bottom-color: #1c1c1c;
}

.hd__market-detail .detail-wrap .tnb-area.fixed {
  position: fixed;
  left: 50%;
  top: 70px;
  width: 640px;
  transform: translateX(-50%);
  z-index: 2;
}

.hd__market-detail .btn__default.green {
  width: 100%;
}

.hd__market-detail .btn__default.cart {
  position: relative;
  min-width: 85px;
  width: 85px;
  font-size: 0;
  border-color: #ccc;
  background: #fff;
  box-sizing: border-box;
}

.hd__market-detail .btn__default.cart:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/front_mo/images/icon-header-basket-b826cda9464b660f07dccc0f52b130d9.png) no-repeat 50% 50%;
  content: '';
  opacity: 0.8;
}

.hd__market-detail__btn-share {
  display: block;
  position: absolute;
  top: 8px;
  right: 18px;
  width: 30px;
  height: 33px;
  background: url("/front_mo/images/icon_share-b1790913e3505147bd27707fbd7e0dd2.png") no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: -9999px;
}

.hd__market-detail__btn-heart {
  display: block;
  position: absolute;
  top: 9px;
  right: 70px;
  width: 33px;
  height: 31px;
  background: url("/front_mo/images/btn_heart-off-9a5aade5906b74837490ea5e8fe2acad.png") no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}

.hd__market-detail__btn-heart.active {
  background: url(/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png) no-repeat 0 0;
}

.hd__market-detail .tab-contents {
  display: none;
  width: 580px;
  margin: 0 auto 50px;
}

.hd__market-detail .tab-contents.cont-info {
  margin-top: 55px;
}

.hd__market-detail .tab-contents.cont-info .cont-info__box {
  position: relative;
  max-height: 1025px;
  padding-bottom: 0;
  overflow: hidden;
}

.hd__market-detail .tab-contents.cont-info .cont-info__box.on {
  max-height: inherit;
  padding-bottom: 130px;
  overflow: visible;
}

.hd__market-detail .tab-contents.cont-info .cont-info__box.on .cont-info__more:before {
  display: none;
}

.hd__market-detail .tab-contents.cont-info .cont-info__more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 25px;
  background-color: #fff;
  z-index: 1;
}

.hd__market-detail .tab-contents.cont-info .cont-info__more:before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
}

.hd__market-detail .tab-contents.cont-info .cont-info__more button {
  display: block;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  line-height: 81px;
  font-weight: bold;
  color: #1c1c1c;
  border-radius: 50px;
  background: #fff;
  border: 2px solid #1c1c1c;
}

.hd__market-detail .tab-contents.cont-info .cont-info__more button:after {
  display: inline-block;
  margin: -14px 0 0 10px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: solid #1c1c1c;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
}

.hd__market-detail .tab-contents.cont-info .cont-info__more button.on:after {
  margin-top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hd__market-detail .tab-contents.cont-review {
  width: 640px;
}

.hd__market-detail .tab-contents.cont-review .sorting__wrap {
  margin: 20px auto;
  width: 580px;
}

.hd__market-detail .tab-contents.cont-review .vreview-review-board-widget {
  margin-bottom: -30px !important;
}

.hd__market-detail .tab-contents.cont-question {
  margin-top: 35px;
}

.hd__market-detail .tab-contents.cont-notice {
  min-height: 750px;
  margin-top: 35px;
}

.hd__market-detail .tab-contents__section {
  margin-top: 100px;
}

.hd__market-detail .tab-contents__section__tit {
  font-weight: bold;
}

.hd__market-detail .tab-contents__section__tit.middleLine {
  position: relative;
  margin-bottom: 50px;
  text-align: left;
}

.hd__market-detail .tab-contents__section__tit.middleLine:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -15px;
  background: #3D3D3D;
}

.hd__market-detail .tab-contents__section__tit.middleLine > span {
  display: inline-block;
  position: relative;
  padding: 0 25px 0 0;
  line-height: 32px;
  height: 72px;
  font-size: 29px;
  background: #FFF;
}

.hd__market-detail .tab-contents__section__tit.middleLine > span span {
  position: absolute;
  left: 0;
  top: 43px;
  width: 580px;
  font-size: 24px;
  font-weight: normal;
  color: #707070;
}

.hd__market-detail .tab-contents--current {
  display: block;
}

.hd__market-detail .cont-info__banner {
  margin-bottom: 40px;
  width: 580px;
}

.hd__market-detail .cont-info__banner a {
  display: block;
}

.hd__market-detail .cont-info__banner a img {
  vertical-align: top;
}

.hd__market-detail .cont-info .message {
  margin-top: 60px;
}

.hd__market-detail .cont-info .message__to {
  margin-bottom: 35px;
}

.hd__market-detail .cont-info .message__name {
  font-weight: bold;
}

.hd__market-detail .cont-info .message__advice {
  line-height: 38px;
  font-size: 25px;
  letter-spacing: 0.02em;
  word-break: break-all;
}

.hd__market-detail .cont-info .message__advice__from {
  display: block;
  margin-top: 50px;
  font-size: 26px;
  text-align: right;
}

.hd__market-detail .cont-info .message__advice__from:after {
  display: block;
  width: 100%;
  height: 68px;
  margin-top: 15px;
  background: url(/front_mo/images/img_greating_sign-7105ae1590b55ad1badfe432ca3c4dde.png) no-repeat right 0;
  background-size: 150px;
  content: '';
}

.hd__market-detail .cont-info .nutri__thumb,
.hd__market-detail .cont-info .package__thumb {
  width: 580px;
}

.hd__market-detail .cont-info .notification {
  margin: 85px 0 20px;
  border-top: 2px solid #918c00;
  border-bottom: 2px solid #918c00;
}

.hd__market-detail .cont-info .notification__tit {
  margin-top: 0;
  padding: 20px 0;
}

.hd__market-detail .cont-info .notification__tit:after {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin-top: -5px;
  background: url(/front_mo/images/btn_main_right-arrow-d36d0fb4b99ff0422286c0ce45f72889.png?ver=210312) no-repeat 0 0;
  background-size: 100% 100%;
  content: '';
}

.hd__market-detail .cont-info .notification a {
  display: block;
  width: 100%;
}

.hd__market-detail .cont-info .notice {
  margin: 40px 0;
  line-height: 1.5;
  word-break: keep-all;
}

.hd__market-detail .cont-info .gr-value {
  margin: 0 auto 60px;
  padding: 40px 10px;
  width: 580px;
  background-color: #f5f5f5;
  border-radius: 30px;
  box-sizing: border-box;
  text-align: center;
}

.hd__market-detail .cont-info .gr-value__tit {
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 32px;
  font-weight: bold;
}

.hd__market-detail .cont-info .gr-value__tit i {
  display: inline-block;
  margin: -2px 5px 0 0;
  width: 37px;
  height: 40px;
  background: url(/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=20211214) no-repeat -267px -145px;
  vertical-align: middle;
  transform: scale(0.85);
}

.hd__market-detail .cont-info .gr-value__tit span {
  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__market-detail .cont-info .gr-value__tit span: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__market-detail .cont-info .gr-value__txt {
  margin-bottom: 20px;
  padding: 0 20px;
  line-height: 1.5;
  font-size: 24px;
  color: #777;
}

.hd__market-detail .cont-info .gr-value__txt strong {
  color: #918c00;
}

.hd__market-detail .cont-info .gr-value__ico {
  text-align: center;
}

.hd__market-detail .cont-info .gr-value__ico > span {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  color: #777;
  vertical-align: top;
}

.hd__market-detail .cont-info .gr-value__ico > span i {
  display: block;
  margin-bottom: 10px;
}

.hd__market-detail .cont-info .gr-value__ico > span i img {
  display: block;
}

.hd__market-detail .cont-info .gr-value__ico > span span {
  display: block;
  margin: 0 auto;
  width: 86px;
  word-break: keep-all;
  word-wrap: break-word;
}

.hd__market-detail .cont-info .gr-score {
  margin-bottom: 40px;
  border: 5px solid transparent;
  border-radius: 30px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #c8af77, #f9f7de, #c8af77);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.hd__market-detail .cont-info .gr-score * {
  font-size: 21px;
}

.hd__market-detail .cont-info .gr-score a {
  display: block;
  position: relative;
  padding: 30px 0 0 170px;
  height: 185px;
  box-sizing: border-box;
}

.hd__market-detail .cont-info .gr-score a:before {
  position: absolute;
  left: 54px;
  top: 54px;
  padding: 5px 30px 5px 0;
  width: 56px;
  height: 68px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=220704") no-repeat;
  background-position: -415px -187px;
  border-right: 1px solid #ccc;
  content: '';
}

.hd__market-detail .cont-info .gr-score__tit {
  font-weight: bold;
}

.hd__market-detail .cont-info .gr-score__tit span {
  display: inline-block;
  margin-left: 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__market-detail .cont-info .gr-score__tit span: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__market-detail .cont-info .gr-score__txt {
  margin-top: 7px;
  line-height: 1.4;
  color: #999;
}

.hd__market-detail .cont-info .gr-score__em {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  font-weight: bold;
}

.hd__market-detail .cont-info .gr-score__ico span {
  display: inline-block;
  width: 30px;
  height: 28px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=220704") no-repeat;
  background-position: -380px -191px;
}

.hd__market-detail .cont-info .gr-score__ico span.on {
  background-position-x: -347px;
}

.hd__market-detail .rel-goods {
  margin-top: 0;
}

.hd__market-detail .rel-goods__list {
  float: left;
  width: 276px;
}

.hd__market-detail .rel-goods__list a {
  display: block;
  width: 100%;
  height: 100%;
}

.hd__market-detail .rel-goods .goods-list__thumb {
  width: 276px;
  height: 276px;
}

.hd__market-detail .rel-goods .goods-list__name {
  display: block;
  height: 53px;
  /* 사용법 : @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__market-detail .rel-goods .goods-list__info {
  display: block;
  width: 276px;
  margin-top: 20px;
}

.hd__market-detail .rel-goods .goods-list__price {
  display: block;
  margin-top: 5px;
}

.hd__market-detail .rel-goods .goods-list__price-origin {
  display: inline-block;
  color: #888;
}

.hd__market-detail .rel-goods .goods-list__price-origin + .goods-list__price-dc {
  padding-top: 0;
}

.hd__market-detail .rel-goods .goods-list__price-dc {
  display: block;
  padding-top: 27px;
  text-decoration: none;
}

.hd__market-detail .rel-goods .goods-list__price-dc-rate {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  color: #ea1111;
}

.hd__market-detail .rel-goods .swiper-pagination {
  display: table;
  margin: 40px auto;
}

.hd__market-detail .rel-goods .tab-contents__section__tit {
  margin: 20px 0;
}

.hd__market-detail .cont-question .question__inner {
  margin-top: 15px;
}

.hd__market-detail .cont-question .review__title {
  max-width: 390px;
}

.hd__market-detail .cont-notice {
  margin-bottom: 50px;
}

.hd__market-detail .cont-notice .notice-list {
  margin: 0;
}

.hd__market-detail .cont-notice .notice-list__tit {
  position: relative;
  padding: 28px 20px;
  border-bottom: 1px solid #bcbcbc;
  font-size: 28px;
  font-weight: bold;
}

.hd__market-detail .cont-notice .notice-list__tit:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 27px;
  height: 2px;
  background-color: #3d3d3d;
  content: '';
}

.hd__market-detail .cont-notice .notice-list__tit:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 2px;
  height: 27px;
  background-color: #3d3d3d;
  content: '';
}

.hd__market-detail .cont-notice .notice-list__cont {
  display: none;
  margin-left: 0;
  padding: 0 20px 60px;
}

.hd__market-detail .cont-notice .notice-list__box {
  line-height: 32px;
}

.hd__market-detail .cont-notice .notice-list__box__tit {
  display: block;
  margin: 40px 0;
  font-weight: bold;
}

.hd__market-detail .cont-notice .notice-list--show .notice-list__tit:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 27px;
  height: 2px;
  background-color: #3d3d3d;
  content: '';
}

.hd__market-detail .cont-notice .notice-list--show .notice-list__tit:after {
  display: none;
}

.hd__market-detail .cont-notice .notice-list--show .notice-list__cont {
  display: block;
}

.hd__market-detail .hd__btn-sec__cock.col3 .btn__default.gift {
  min-width: 160px;
  width: 72% !important;
}

.hd__market-detail .hd__btn-sec__cock.col3 .btn__default.dvSoldoutBtn {
  padding-left: 85px;
}

.hd .popup_cardEvent .modal__sec__title + div {
  min-height: 200px;
  max-height: 620px;
  font-size: 22px;
  overflow-y: auto;
}

.item-info {
  position: relative;
  height: 44px;
  margin: 25px 0;
}

.item-info__price {
  position: absolute;
  bottom: 0;
}

.item-info__price-origin {
  display: inline-block;
  margin-left: 10px;
  color: #888;
}

.item-info__price-dc {
  display: inline-block;
  text-decoration: none;
}

.item-info__price-dc-rate {
  margin-left: 10px;
  color: #F9D983;
}

.item-info__price-dc-rate strong {
  font-size: 40px;
}

.item-info__price-sale {
  display: inline-block;
  margin-right: 15px;
  color: #ea1111;
}

.item-info__coupon {
  position: relative;
  display: block;
  float: right;
  width: 110px;
  height: 44px;
  color: #fff;
  background-color: #1c1c1c;
  line-height: 44px;
  text-indent: 14px;
  cursor: pointer;
}

.item-info__coupon:before {
  display: block;
  position: absolute;
  left: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-color: #fff;
  border-radius: 10px;
  content: '';
}

.item-info__coupon:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: #918c00 url(/front_mo/images/btn_download-58c2f8881db93439868d4056f28ef84b.png) no-repeat center center;
  background-size: 40%;
  content: '';
}

.item-info__box * {
  font-size: 20px;
  color: #3D3D3D;
}

.item-info__box-list {
  border-top: 1px solid #ccc;
  overflow: hidden;
}

.item-info__box-list .store {
  overflow: hidden;
}

.item-info__box-list .store-name {
  float: left;
  width: 280px;
}

.item-info__box-list .store-name__more {
  display: inline-block;
  margin: 2px 0 0 5px;
  padding: 6px 10px;
  line-height: 1;
  font-size: 17px;
  font-weight: normal;
  color: #888;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 25px;
  vertical-align: top;
  white-space: nowrap;
}

.item-info__box-list .store-tel {
  float: right;
  width: 180px;
  text-align: right;
}

.item-info__box-list .store-tel span:before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  color: #888;
  content: 'tel.';
}

.item-info__box-tit {
  float: left;
  padding-top: 18px;
  width: 120px;
  vertical-align: top;
}

.item-info__box-cont {
  float: right;
  position: relative;
  padding: 12px 0;
  width: 460px;
  line-height: 35px;
  vertical-align: top;
  letter-spacing: -0.19px;
}

.item-info__box-cont .btn-arr {
  margin-top: 10px;
  padding: 5px 20px 5px 10px;
  height: auto;
  line-height: 1.1;
  font-size: 18px;
  color: #888;
  border-radius: 30px;
  letter-spacing: -0.5px;
}

.item-info__box-cont .btn-arr:after {
  right: 2px;
  width: 10px;
  opacity: 1;
}

.item-info__box-button {
  display: block;
  position: relative;
}

.item-info__box-button:after {
  position: absolute;
  right: 2px;
  top: 15px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border: solid #3D3D3D;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.item-info__box .delivery ul {
  margin: 0 !important;
}

.item-info__box .delivery ul li {
  font-size: 20px !important;
}

.item-info__box .delivery ul li:not(:first-child) {
  margin-top: 5px;
}

.item-info__box .delivery ul li strong {
  line-height: 1;
  font-size: 18px !important;
}

.item-info__box .delivery-link {
  font-size: 20px !important;
}

.item-info__box .desc-list {
  margin-top: 5px;
  padding-left: 18px;
  line-height: 1.5;
  font-size: 18px;
  color: #888;
  text-indent: -18px;
}

.item-info__box #OGPLC_id .item-info__box-tit {
  padding-top: 14px;
  font-size: 36px;
}

.item-info__box #OGPLC_id .item-info__box-cont {
  padding: 17px 0 23px 0;
}

.item-info__box #OGPLC_id .item-info__box-cont p {
  font-size: 36px;
}

.due-desc {
  margin-top: 10px;
  font-size: 22px;
}

.due-desc__date {
  font-weight: bold;
  color: #918c00;
}

.due-desc__date.due-sesc__preOrder + span {
  color: #909090;
}

.due-desc + p {
  margin-top: 10px;
  letter-spacing: -.5px;
  font-size: 21px;
  color: #909090;
}

.due-desc__qty {
  font-weight: bold;
  color: #918c00;
}

.detailInfo {
  line-height: 38px;
  font-size: 25px;
  letter-spacing: 0.02em;
  word-break: break-all;
}

/** 상품 후기 **/
.tab-contents.cont-review .review__title {
  max-width: 490px;
}

.tab-contents.cont-review .board__inner__detail {
  padding-top: 20px;
  border-top: 0;
}

.tab-contents.cont-review .review__keyword {
  margin: 40px 0;
}

.tab-contents.cont-review .review__keyword__title {
  font-size: 28px;
}

.tab-contents.cont-review .review__keyword__title .point {
  position: relative;
  font-weight: bold;
}

.tab-contents.cont-review .review__keyword__title .point:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 10px;
  background: #fffb8b;
  content: '';
  z-index: -1;
}

.tab-contents.cont-review .review__keyword__box {
  margin-top: 20px;
  padding: 20px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  background: #eaeaea;
  counter-reset: review_list;
}

.tab-contents.cont-review .review__keyword__box span {
  display: inline-block;
  margin: 0 15px;
  vertical-align: top;
}

.tab-contents.cont-review .review__keyword__box span:before {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  vertical-align: top;
  background: #918c00;
  border-radius: 30px;
  counter-increment: review_list;
  content: counter(review_list) "등";
}

.hd .overview .delivery-menu {
  padding: 15px 20px;
}

.hd .overview .delivery-menu__list {
  position: relative;
  padding-left: 18px;
  line-height: 38px;
}

.hd .overview .delivery-menu__list:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.hd .overview .delivery-menu__list span {
  display: block;
  float: right;
}

.hd__login {
  padding-top: 190px;
}

.hd__login .member-login {
  border-bottom: 1px solid #bebebe;
}

.hd__login .member-login .tab-area {
  margin-bottom: 45px;
}

.hd__login .member-login .checkbox-area {
  margin: 24px 0;
}

.hd__login .member-login .login_link_box {
  margin: 34px 0;
}

.hd__login .member-login .login_link_box li {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  font-size: 20px;
}

.hd__login .member-login .login_link_box li:not(:first-child):before {
  display: inline-block;
  width: 1px;
  height: 22px;
  border-left: 1px solid #bebebe;
  content: '';
  position: absolute;
  top: 3px;
  left: 30px;
}

.hd__login .nonmember-login {
  margin-top: 45px;
}

.hd__login .nonmember-login button {
  font-weight: bold;
}

.hd__orderLogin .order-login .btn-area {
  margin-top: 20px;
}

.hd__orderLogin .order-login .btn-area button {
  font-weight: bold;
}

.hd__orderLogin .order-login__desc {
  position: relative;
  margin-top: 25px;
  padding-left: 38px;
  line-height: 32px;
}

.hd__orderLogin .order-login__desc strong {
  color: #918c00;
}

.hd__orderLogin .order-login__desc:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/front_mo/images/icon_comm_notice-abfc45456a45ed7f4d73b981f4ce9d47.png) no-repeat 0 0;
  content: '';
}

.hd__orderLogin .join-btn {
  margin-top: 45px;
}

.hd__orderLogin .join-btn button {
  font-weight: bold;
}

.hd__pwChange {
  padding-top: 190px;
}

.hd__pwChange__h3 {
  font-weight: bold;
  text-align: center;
}

.hd__pwChange__annc {
  margin-top: 10px;
  text-align: center;
  line-height: 32px;
}

.hd__pwChange__annc strong {
  color: #918c00;
}

.hd__pwChange__annc2 {
  margin-top: 20px;
  margin-bottom: 45px;
}

.hd__pwChange__desc {
  position: relative;
  margin-top: 25px;
  padding-left: 38px;
  line-height: 32px;
}

.hd__pwChange__desc:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/front_mo/images/icon_comm_notice-abfc45456a45ed7f4d73b981f4ce9d47.png) no-repeat 0 0;
  content: '';
}

.hd__pwChange .btn-area {
  margin-top: 50px;
}

.hd__pwChange .btn-area button {
  font-weight: bold;
}

.hd__inactiveMember__h3 {
  text-align: center;
  font-weight: bold;
}

.hd__inactiveMember__h3 strong {
  color: #918c00;
}

.hd__inactiveMember__h3:before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 40px auto 30px;
  background: url(/front_mo/images/icon_important-msg-fd07fac3411376072ac7dcf6af36de80.png) no-repeat center center;
  text-align: center;
  content: '';
}

.hd__inactiveMember__annc {
  font-size: 20px;
  line-height: 32px;
}

.hd__inactiveMember .btn-area {
  margin-top: 60px;
}

.hd__inactiveMember .btn-area button {
  font-weight: bold;
}

.hd .inactiveMemberAccount {
  padding-top: 190px;
}

.hd .inactiveMemberAccount__h3 {
  text-align: center;
  font-weight: bold;
}

.hd .inactiveMemberAccount .form_title {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #bcbcbc;
}

.hd .inactiveMemberAccount .send-btn {
  margin-top: 20px;
  font-weight: bold;
}

.hd .inactiveMemberAccount .certi-area {
  margin-top: 40px;
}

.hd .inactiveMemberAccount .certi-area__tit {
  display: block;
  padding-bottom: 20px;
  font-weight: bold;
}

.hd .inactiveMemberAccount .certi-area .input-area {
  position: relative;
}

.hd .inactiveMemberAccount .certi-area .input-area .input_text {
  background: transparent;
}

.hd .inactiveMemberAccount .certi-area .input-area .timer {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: -1;
  font-size: 24px;
  transform: translateY(-50%);
}

.hd .inactiveMemberAccount .certi-area .btn-confirm {
  margin-top: 20px;
}

.hd .inactiveMemberAccount .certi-area .certi-fail, .hd .inactiveMemberAccount .certi-area .certi-success {
  border-bottom: 1px solid #bcbcbc;
  padding: 40px 0;
  text-align: center;
}

.hd .inactiveMemberAccount .certi-area .certi-fail strong, .hd .inactiveMemberAccount .certi-area .certi-success strong {
  display: block;
  font-weight: bold;
}

.hd .inactiveMemberAccount .certi-area .certi-success {
  line-height: 42px;
}

.hd .inactiveMemberAccount .certi-area .certi-success strong {
  color: #F9D983;
}

.hd .inactiveMemberComplete__tit {
  display: block;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}

.hd .inactiveMemberComplete__tit strong {
  color: #918c00;
}

.hd .inactiveMemberComplete__tit:before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 40px auto 35px;
  background: url(/front_mo/images/icon_comm_smile-2e166a6981d118d4b84c11ae25345ffe.png) no-repeat center center;
  text-align: center;
  content: '';
}

.hd .inactiveMemberComplete__desc {
  text-align: center;
  line-height: 32px;
}

.hd__idFind {
  padding-top: 190px;
}

.hd__idFind .tab-area {
  margin-bottom: 45px;
}

.hd__idFind .desc {
  margin-top: 35px;
}

.hd__idFind .desc li {
  position: relative;
  padding-left: 16px;
  line-height: 32px;
  word-break: keep-all;
}

.hd__idFind .desc li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.hd__idFind .desc li strong {
  color: #918c00;
}

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

.hd__idFindResult {
  padding-top: 190px;
}

.hd__idFindResult__h3 {
  display: block;
  margin-bottom: 45px;
  font-weight: bold;
  text-align: center;
}

.hd__idFindResult__h3:before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 50px auto 35px;
  background: url(/front_mo/images/icon_check-434559c5c529fadbcd0aea5d83109db4.png) no-repeat center center;
  text-align: center;
  content: '';
}

.hd__idFindResult .info-area {
  padding: 40px 0;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  text-align: center;
}

.hd__idFindResult .info-area__id {
  display: block;
  margin-bottom: 20px;
}

.hd__idFindResult .info-area__id .underline {
  position: relative;
}

.hd__idFindResult .info-area__id .underline:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 8px;
  background: #FEA45E;
}

.hd__idFindResult .info-area__desc {
  display: block;
  margin-top: 20px;
}

.hd__idFindResult .info-area .link-area {
  margin-top: 20px;
  text-align: center;
}

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

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

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

.hd__idFindResult .send-area {
  margin-top: 20px;
  text-align: center;
}

.hd__idFindResult .send-area__desc {
  display: block;
  text-align: center;
}

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

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

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

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

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

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

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

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

.hd__idFindNoResult {
  padding-top: 190px;
}

.hd__idFindNoResult__tit {
  font-weight: bold;
  text-align: center;
}

.hd__idFindNoResult__tit:before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 50px auto 30px;
  background: url(/front_mo/images/icon_list-no-ac801916b79ced789a8c4997e27b1330.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  content: '';
}

.hd__idFindNoResult__desc {
  margin-top: 30px;
  text-align: center;
  line-height: 32px;
}

.hd__idFindNoResult button {
  font-weight: bold;
}

.hd__pwFind {
  padding-top: 190px;
}

.hd__pwFind__h3 {
  display: block;
  margin: 45px 0 15px;
  font-weight: bold;
  text-align: center;
}

.hd__pwFind__annc {
  text-align: center;
  margin-bottom: 45px;
  line-height: 32px;
}

.hd__pwFind .desc {
  margin-top: 35px;
}

.hd__pwFind .desc li {
  position: relative;
  padding-left: 16px;
  line-height: 32px;
  word-break: keep-all;
}

.hd__pwFind .desc li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.hd__pwFind .desc li strong {
  color: #918c00;
}

.hd__pwFind .input-area {
  margin-top: 45px;
}

.hd__pwFind .input-area .ipnut_box + .ipnut_box {
  margin-top: 20px;
}

.hd__pwFind .input-area .input-box {
  position: relative;
}

.hd__pwFind .input-area .input-box .input-alertMsg {
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  height: 68px;
  color: #F9D983;
  line-height: 70px;
}

.hd__pwFind .input-area .input-box__desc {
  margin-top: 10px;
  color: #888;
  font-size: 24px;
  line-height: 32px;
}

.hd__pwFind .input-area .input-box .colorOR {
  color: #918c00;
}

.hd__pwFind .birth-info {
  color: #888;
  font-size: 24px;
}

.hd__pwFind .birth-info .year {
  width: 205px;
  margin-right: 10px;
}

.hd__pwFind .birth-info .month, .hd__pwFind .birth-info .day {
  width: 113px;
  margin: 0 10px;
}

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

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

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

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

.hd__pwFind__link {
  border-bottom: 1px solid green;
  color: green;
}

.hd .pwFindAccount {
  padding-top: 190px;
}

.hd .pwFindAccount .form_title {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #bcbcbc;
}

.hd .pwFindAccount .send-btn {
  margin-top: 20px;
  font-weight: bold;
}

.hd .pwFindAccount .certi-area {
  margin-top: 40px;
}

.hd .pwFindAccount .certi-area__tit {
  display: block;
  padding-bottom: 20px;
  font-weight: bold;
}

.hd .pwFindAccount .certi-area .input-area {
  position: relative;
  margin-top: 0;
}

.hd .pwFindAccount .certi-area .input-area .input_text {
  background: transparent;
}

.hd .pwFindAccount .certi-area .input-area .timer {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  z-index: -1;
  font-size: 24px;
  transform: translateY(-50%);
}

.hd .pwFindAccount .certi-area .btn-confirm {
  margin-top: 20px;
}

.hd .pwFindAccount .certi-area .certi-fail, .hd .pwFindAccount .certi-area .certi-success {
  border-bottom: 1px solid #bcbcbc;
  padding: 40px 0;
  text-align: center;
}

.hd .pwFindAccount .certi-area .certi-fail strong, .hd .pwFindAccount .certi-area .certi-success strong {
  display: block;
  font-weight: bold;
}

.hd .pwFindAccount .certi-area .certi-success {
  line-height: 42px;
}

.hd .pwFindAccount .certi-area .certi-success strong {
  color: #F9D983;
}

.hd .pwNewSetting__desc {
  position: relative;
  margin-top: 25px;
  padding-left: 38px;
  line-height: 32px;
}

.hd .pwNewSetting__desc:before {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(/front_mo/images/icon_comm_notice-abfc45456a45ed7f4d73b981f4ce9d47.png) no-repeat 0 0;
  content: '';
}

.hd .pwNewSetting .btn-area {
  margin-top: 35px;
}

.hd .loginSelect {
  width: 168px !important;
  border: 1px solid #BEBEBE;
}

.hd .memberTxt {
  margin-top: 10px;
  font-size: 22px;
  line-height: 30px;
  padding-left: 15px;
  text-indent: -15px;
  word-break: keep-all;
}

.wdw-type .hd__login {
  padding-top: 9.5rem;
}

.wdw-type .hd__login .member-login {
  border-bottom: 0.05rem solid #bebebe;
}

.wdw-type .hd__login .member-login .tab-area {
  margin-bottom: 2.25rem;
}

.wdw-type .hd__login .member-login .checkbox-area {
  margin: 1.2rem 0;
}

.wdw-type .hd__login .member-login .login_link_box {
  margin: 1.7rem 0;
}

.wdw-type .hd__login .member-login .login_link_box li {
  display: inline-block;
  position: relative;
  padding-left: 3rem;
  font-size: 1rem;
}

.wdw-type .hd__login .member-login .login_link_box li:not(:first-child):before {
  display: inline-block;
  width: 0.05rem;
  height: 1.1rem;
  border-left: 0.05rem solid #bebebe;
  content: '';
  position: absolute;
  top: 0.15rem;
  left: 1.5rem;
}

.wdw-type .hd__login .sns-login {
  padding-top: 1.65rem;
  text-align: center;
}

.wdw-type .hd__login .sns-login__tit {
  margin-bottom: 1.3rem;
  font-weight: bold;
}

.wdw-type .hd__login .sns-login a {
  display: inline-block;
  position: relative;
  width: 5rem;
  height: 5rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 5rem;
}

.wdw-type .hd__login .sns-login a + a {
  margin-left: 2.1rem;
}

.wdw-type .hd__login .sns-login a span {
  display: inline-block;
  padding-top: 5.75rem;
  line-height: 1.6rem;
}

.wdw-type .hd__login .sns-login-naver:before {
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  width: 2rem;
  height: 3.5rem;
  margin-left: 0.6rem;
  background: url(/front_mo/images/icon_sns-login-284254693feb54f73f4cdcf3bcf3f9e1.png) no-repeat -0rem;
  content: '';
}

.wdw-type .hd__login .sns-login-kakao:before {
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  width: 2rem;
  height: 3.5rem;
  margin-left: 0.6rem;
  background: url(/front_mo/images/icon_sns-login-284254693feb54f73f4cdcf3bcf3f9e1.png) no-repeat -2.3rem;
  content: '';
}

.wdw-type .hd__login .sns-login-google:before {
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  width: 2rem;
  height: 3.5rem;
  margin-left: 0.6rem;
  background: url(/front_mo/images/icon_sns-login-284254693feb54f73f4cdcf3bcf3f9e1.png) no-repeat -4.6rem;
  content: '';
}

.wdw-type .hd__login .sns-login-kakao:before {
  width: 2.1rem;
  margin-left: 0.5rem;
  background-position-x: -2.2rem;
}

.wdw-type .hd__login .sns-login-naver {
  background: #3bab36;
  border: 0.05rem solid #c7c7c7;
  box-sizing: border-box;
}

.wdw-type .hd__login .sns-login-naver a {
  color: #fff;
}

.wdw-type .hd__login .sns-login-kakao {
  background: #fae100;
}

.wdw-type .hd__login .sns-login-google {
  background: #f0f0f0;
}

.wdw-type .hd__login .nonmember-login {
  margin-top: 2.25rem;
}

.wdw-type .hd__login .nonmember-login button {
  font-weight: bold;
}

.wdw-type .hd__orderLogin .order-login .btn-area {
  margin-top: 1rem;
}

.wdw-type .hd__orderLogin .order-login .btn-area button {
  font-weight: bold;
}

.wdw-type .hd__orderLogin .order-login__desc {
  position: relative;
  margin-top: 1.25rem;
  padding-left: 1.9rem;
  line-height: 1.6rem;
}

.wdw-type .hd__orderLogin .order-login__desc strong {
  color: #918c00;
}

.wdw-type .hd__orderLogin .order-login__desc:before {
  display: inline-block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/front_mo/images/icon_comm_notice-abfc45456a45ed7f4d73b981f4ce9d47.png) no-repeat 0 0;
  content: '';
}

.wdw-type .hd__orderLogin .join-btn {
  margin-top: 2.25rem;
}

.wdw-type .hd__orderLogin .join-btn button {
  font-weight: bold;
}

.wdw-type .hd__pwChange {
  padding-top: 9.5rem;
}

.wdw-type .hd__pwChange__h3 {
  font-weight: bold;
  text-align: center;
}

.wdw-type .hd__pwChange__annc {
  margin-top: 0.5rem;
  text-align: center;
  line-height: 1.6rem;
}

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

.wdw-type .hd__pwChange__annc2 {
  margin-top: 1rem;
  margin-bottom: 2.25rem;
}

.wdw-type .hd__pwChange__desc {
  position: relative;
  margin-top: 1.25rem;
  padding-left: 1.9rem;
  line-height: 1.6rem;
}

.wdw-type .hd__pwChange__desc:before {
  display: inline-block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/front_mo/images/icon_comm_notice-abfc45456a45ed7f4d73b981f4ce9d47.png) no-repeat 0 0;
  content: '';
}

.wdw-type .hd__pwChange .btn-area {
  margin-top: 2.5rem;
}

.wdw-type .hd__pwChange .btn-area button {
  font-weight: bold;
}

.wdw-type .hd__inactiveMember__h3 {
  text-align: center;
  font-weight: bold;
}

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

.wdw-type .hd__inactiveMember__h3:before {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 2rem auto 1.5rem;
  background: url(/front_mo/images/icon_important-msg-fd07fac3411376072ac7dcf6af36de80.png) no-repeat center center;
  text-align: center;
  content: '';
}

.wdw-type .hd__inactiveMember__annc {
  font-size: 1rem;
  line-height: 1.6rem;
}

.wdw-type .hd__inactiveMember .btn-area {
  margin-top: 3rem;
}

.wdw-type .hd__inactiveMember .btn-area button {
  font-weight: bold;
}

.wdw-type .hd .inactiveMemberAccount {
  padding-top: 9.5rem;
}

.wdw-type .hd .inactiveMemberAccount__h3 {
  text-align: center;
  font-weight: bold;
}

.wdw-type .hd .inactiveMemberAccount .form_title {
  padding-top: 1.75rem;
  margin-top: 1.75rem;
  border-top: 0.05rem solid #bcbcbc;
}

.wdw-type .hd .inactiveMemberAccount .send-btn {
  margin-top: 1rem;
  font-weight: bold;
}

.wdw-type .hd .inactiveMemberAccount .certi-area {
  margin-top: 2rem;
}

.wdw-type .hd .inactiveMemberAccount .certi-area__tit {
  display: block;
  padding-bottom: 1rem;
  font-weight: bold;
}

.wdw-type .hd .inactiveMemberAccount .certi-area .input-area {
  position: relative;
}

.wdw-type .hd .inactiveMemberAccount .certi-area .input-area .input_text {
  background: transparent;
}

.wdw-type .hd .inactiveMemberAccount .certi-area .input-area .timer {
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  z-index: -1;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.wdw-type .hd .inactiveMemberAccount .certi-area .btn-confirm {
  margin-top: 1rem;
}

.wdw-type .hd .inactiveMemberAccount .certi-area .certi-fail, .wdw-type .hd .inactiveMemberAccount .certi-area .certi-success {
  border-bottom: 0.05rem solid #bcbcbc;
  padding: 2rem 0;
  text-align: center;
}

.wdw-type .hd .inactiveMemberAccount .certi-area .certi-fail strong, .wdw-type .hd .inactiveMemberAccount .certi-area .certi-success strong {
  display: block;
  font-weight: bold;
}

.wdw-type .hd .inactiveMemberAccount .certi-area .certi-success {
  line-height: 2.1rem;
}

.wdw-type .hd .inactiveMemberAccount .certi-area .certi-success strong {
  color: #F9D983;
}

.wdw-type .hd .inactiveMemberComplete__tit {
  display: block;
  margin-bottom: 0.75rem;
  color: #3d3d3d;
  font-weight: bold;
  text-align: center;
  line-height: 2rem;
}

.wdw-type .hd .inactiveMemberComplete__tit strong {
  color: #918c00;
}

.wdw-type .hd .inactiveMemberComplete__tit:before {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 2rem auto 1.75rem;
  background: url(/front_mo/images/icon_comm_smile-2e166a6981d118d4b84c11ae25345ffe.png) no-repeat center center;
  text-align: center;
  content: '';
}

.wdw-type .hd .inactiveMemberComplete__desc {
  text-align: center;
  line-height: 1.6rem;
}

.wdw-type .hd__idFind {
  padding-top: 9.5rem;
}

.wdw-type .hd__idFind .tab-area {
  margin-bottom: 2.25rem;
}

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

.wdw-type .hd__idFind .desc li {
  position: relative;
  padding-left: 0.8rem;
  line-height: 1.6rem;
  word-break: keep-all;
}

.wdw-type .hd__idFind .desc li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.wdw-type .hd__idFind .desc li strong {
  color: #918c00;
}

.wdw-type .hd__idFind .btn-area {
  margin-top: 1rem;
}

.wdw-type .hd__idFind .btn-area:after {
  content: '';
  display: table;
  clear: both;
}

.wdw-type .hd__idFindResult {
  padding-top: 9.5rem;
}

.wdw-type .hd__idFindResult__h3 {
  display: block;
  margin-bottom: 2.25rem;
  font-weight: bold;
  text-align: center;
}

.wdw-type .hd__idFindResult__h3:before {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 2.5rem auto 1.75rem;
  background: url(/front_mo/images/icon_check-434559c5c529fadbcd0aea5d83109db4.png) no-repeat center center;
  text-align: center;
  content: '';
}

.wdw-type .hd__idFindResult .info-area {
  padding: 2rem 0;
  border-top: 0.05rem solid #bcbcbc;
  border-bottom: 0.05rem solid #bcbcbc;
  text-align: center;
}

.wdw-type .hd__idFindResult .info-area__id {
  display: block;
  margin-bottom: 1rem;
}

.wdw-type .hd__idFindResult .info-area__id .underline {
  position: relative;
}

.wdw-type .hd__idFindResult .info-area__id .underline:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0rem;
  width: 100%;
  height: 0.4rem;
  background: #FEA45E;
}

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

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

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

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

.wdw-type .hd__idFindNoResult {
  padding-top: 9.5rem;
}

.wdw-type .hd__idFindNoResult__tit {
  font-weight: bold;
  text-align: center;
}

.wdw-type .hd__idFindNoResult__tit:before {
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 2.5rem auto 1.5rem;
  background: url(/front_mo/images/icon_list-no-ac801916b79ced789a8c4997e27b1330.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  content: '';
}

.wdw-type .hd__idFindNoResult__desc {
  margin-top: 1.5rem;
  text-align: center;
  line-height: 1.6rem;
}

.wdw-type .hd__idFindNoResult button {
  font-weight: bold;
}

.wdw-type .hd__pwFind {
  padding-top: 9.5rem;
}

.wdw-type .hd__pwFind__h3 {
  display: block;
  margin: 2.25rem 0 0.75rem;
  font-weight: bold;
  text-align: center;
}

.wdw-type .hd__pwFind__annc {
  text-align: center;
  margin-bottom: 2.25rem;
  line-height: 1.6rem;
}

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

.wdw-type .hd__pwFind .desc li {
  position: relative;
  padding-left: 0.8rem;
  line-height: 1.6rem;
  word-break: keep-all;
  color: #888;
}

.wdw-type .hd__pwFind .desc li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.wdw-type .hd__pwFind .desc li strong {
  color: #918c00;
}

.wdw-type .hd__pwFind .input-area {
  margin-top: 2.25rem;
}

.wdw-type .hd__pwFind .input-area .ipnut_box + .ipnut_box {
  margin-top: 1rem;
}

.wdw-type .hd__pwFind .input-area .input-box {
  position: relative;
}

.wdw-type .hd__pwFind .input-area .input-box .input-alertMsg {
  display: block;
  position: absolute;
  top: 0;
  left: 1.25rem;
  height: 3.4rem;
  color: #F9D983;
  line-height: 3.5rem;
}

.wdw-type .hd__pwFind .input-area .input-box__desc {
  margin-top: 0.5rem;
  color: #888;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.wdw-type .hd__pwFind .input-area .input-box .colorOR {
  color: #918c00;
}

.wdw-type .hd__pwFind .birth-info {
  color: #888;
  font-size: 1.2rem;
}

.wdw-type .hd__pwFind .birth-info .year {
  width: 10.25rem;
  margin-right: 0.5rem;
}

.wdw-type .hd__pwFind .birth-info .month, .wdw-type .hd__pwFind .birth-info .day {
  width: 5.65rem;
  margin: 0 0.5rem;
}

.wdw-type .hd__pwFind .btn-area {
  margin-top: 1rem;
}

.wdw-type .hd__pwFind .btn-area button {
  width: 280px;
}

.wdw-type .hd__pwFind .btn-area button + button {
  margin-top: 1rem;
}

.wdw-type .hd__pwFind .btn-area:after {
  content: '';
  display: table;
  clear: both;
}

.wdw-type .hd__pwFind__link {
  border-bottom: 1px solid blue;
  color: blue;
}

.wdw-type .hd .pwFindAccount {
  padding-top: 9.5rem;
}

.wdw-type .hd .pwFindAccount .form_title {
  padding-top: 1.75rem;
  margin-top: 1.75rem;
  border-top: 0.05rem solid #bcbcbc;
}

.wdw-type .hd .pwFindAccount .send-btn {
  margin-top: 1rem;
  font-weight: bold;
}

.wdw-type .hd .pwFindAccount .certi-area {
  margin-top: 2rem;
}

.wdw-type .hd .pwFindAccount .certi-area__tit {
  display: block;
  padding-bottom: 1rem;
  font-weight: bold;
}

.wdw-type .hd .pwFindAccount .certi-area .input-area {
  position: relative;
  margin-top: 0;
}

.wdw-type .hd .pwFindAccount .certi-area .input-area .input_text {
  background: transparent;
}

.wdw-type .hd .pwFindAccount .certi-area .input-area .timer {
  display: block;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  z-index: -1;
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.wdw-type .hd .pwFindAccount .certi-area .btn-confirm {
  margin-top: 1rem;
}

.wdw-type .hd .pwFindAccount .certi-area .certi-fail, .wdw-type .hd .pwFindAccount .certi-area .certi-success {
  border-bottom: 2.05rem solid #bcbcbc;
  padding: 2rem 0;
  text-align: center;
}

.wdw-type .hd .pwFindAccount .certi-area .certi-fail strong, .wdw-type .hd .pwFindAccount .certi-area .certi-success strong {
  display: block;
  font-weight: bold;
}

.wdw-type .hd .pwFindAccount .certi-area .certi-success {
  line-height: 2.1rem;
}

.wdw-type .hd .pwFindAccount .certi-area .certi-success strong {
  color: #F9D983;
}

.wdw-type .hd .pwNewSetting__desc {
  position: relative;
  margin-top: 1.25rem;
  padding-left: 1.9rem;
  line-height: 1.6rem;
}

.wdw-type .hd .pwNewSetting__desc:before {
  display: inline-block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(/front_mo/images/icon_comm_notice-abfc45456a45ed7f4d73b981f4ce9d47.png) no-repeat 0 0;
  content: '';
}

.wdw-type .hd .pwNewSetting .btn-area {
  margin-top: 1.75rem;
}

.wdw-type .hd .loginSelect {
  width: 7.75rem !important;
}

.wdw-type .hd .memberTxt {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
  padding-left: 0.75rem;
  text-indent: -0.75rem;
  word-break: keep-all;
}

.hd .member-join {
  position: relative;
  margin-bottom: 30px;
  padding: 25px 0 50px;
  border-top: 3px solid #1c1c1c;
  background: #FFF;
  text-align: center;
  box-shadow: 0px 10px 20px 5px rgba(0, 0, 0, 0.1);
}

.hd .member-join__title {
  margin-bottom: 35px;
}

.hd .member-join__title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 600;
  content: #3d3d3d;
}

.hd .member-join__title span:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0px;
  width: 100%;
  height: 8px;
  background: #F9D983;
}

.hd .member-join__desc {
  margin-top: 35px;
  line-height: 32px;
}

.hd .member-join .btn-full {
  display: block;
  max-width: 500px;
  height: 90px;
  line-height: 88px;
  margin: 20px auto 0;
  font-weight: 600;
  border-radius: 50px;
}

.hd .member-join .btn-full.black {
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}

.hd .member-join .member-join__desc + .btn-full {
  margin-top: 40px;
}

.hd .member-join__sns {
  margin-top: 45px;
}

.hd .member-join__sns__title {
  display: block;
  font-weight: 600;
}

.hd .member-join__sns__list {
  margin-top: 25px;
}

.hd .member-join__sns__list li {
  display: inline-block;
  margin: 0 20px;
  font-size: 0;
}

.hd .member-join__sns__txt {
  display: block;
  margin-top: 15px;
}

.hd .member-join__sns .sns-login {
  padding-top: 33px;
  text-align: center;
}

.hd .member-join__sns .sns-login__tit {
  margin-bottom: 26px;
  font-weight: bold;
}

.hd .member-join__sns .sns-login a {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
}

.hd .member-join__sns .sns-login a + a {
  margin-left: 42px;
}

.hd .member-join__sns .sns-login a span {
  display: inline-block;
  padding-top: 95px;
  line-height: 32px;
}

.hd .member-join__sns .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 .member-join__sns .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 .member-join__sns .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 .member-join__sns .sns-login-kakao:before {
  width: 42px;
  margin-left: 10px;
  background-position-x: -44px;
}

.hd .member-join__sns .sns-login-naver {
  background: #3bab36;
  border: 1px solid #c7c7c7;
  box-sizing: border-box;
}

.hd .member-join__sns .sns-login-naver a {
  color: #fff;
}

.hd .member-join__sns .sns-login-kakao {
  background: #fae100;
}

.hd .member-join__sns .sns-login-google {
  background: #f0f0f0;
}

.hd .member-join__sns .sns-login-apple {
  background: #000;
}

.hd .member-join__sns .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 .member-join__hp-tit {
  margin: 35px auto 20px;
  width: 331px;
  height: 56px;
  background: url("/front_pc/images/txt_member_hp_gr-925b895bd44b32dd59ad070c60347d5b.png") no-repeat;
  background-size: 331px auto;
}

.hd .member-join__hp-txt {
  font-size: 20px;
  color: #888;
  text-align: center;
}

.hd .member-join__hp-box {
  margin: 30px 0;
  padding: 25px 10px;
  background: #f5f5f5;
}

.hd .member-join__hp-box ul {
  display: flex;
  flex-wrap: wrap;
}

.hd .member-join__hp-box ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 220px;
  font-size: 17px;
  color: #888;
  text-align: center;
  box-sizing: border-box;
}

.hd .member-join__hp-box ul li .box__info {
  margin-top: -10px;
}

.hd .member-join__hp-box ul li:nth-of-type(3), .hd .member-join__hp-box ul li:nth-of-type(4) {
  height: 200px;
  border-top: 1px solid #d0d0d0;
}

.hd .member-join__hp-box ul li:nth-of-type(3) .box__info, .hd .member-join__hp-box ul li:nth-of-type(4) .box__info {
  margin-top: 0;
}

.hd .member-join__hp-box ul li:nth-of-type(2n) {
  border-left: 1px solid #d0d0d0;
}

.hd .member-join__hp-box ul li:nth-of-type(1) .box__tit:before {
  background-position-x: 0px;
}

.hd .member-join__hp-box ul li:nth-of-type(2) .box__tit:before {
  background-position-x: -60px;
}

.hd .member-join__hp-box ul li:nth-of-type(3) .box__tit:before {
  background-position-x: -120px;
}

.hd .member-join__hp-box ul li:nth-of-type(4) .box__tit:before {
  background-position-x: -180px;
}

.hd .member-join__hp-box .box__sub {
  margin-bottom: 20px;
  color: #1c1c1c;
}

.hd .member-join__hp-box .box__tit {
  display: block;
  margin: 10px;
  color: #1c1c1c;
}

.hd .member-join__hp-box .box__tit:before {
  display: block;
  margin: 0 auto 15px;
  width: 60px;
  height: 60px;
  background: url("/front_pc/images/img_member_hp_gr-00daf6da05e85202dc47b421be2cabfb.png") no-repeat;
  background-size: 240px auto;
  content: '';
}

.hd .member-join__hp-box .box__txt {
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.hd .member-join__hp.type2 .member-join__hp-box {
  margin: 0 auto;
  padding: 0;
  width: 500px;
  background: transparent;
}

.hd .member-join__hp.type2 .member-join__hp-box ul li {
  justify-content: space-between;
  width: 100%;
  height: 130px;
  font-size: 20px;
  text-align: left;
  border: 0 !important;
}

.hd .member-join__hp.type2 .member-join__hp-box ul li + li {
  border-top: 1px solid #e5e5e5 !important;
}

.hd .member-join__hp.type2 .member-join__hp-box ul li:before {
  display: none;
}

.hd .member-join__hp.type2 .member-join__hp-box ul li:after {
  display: block;
  width: 60px;
  height: 60px;
  background: url("/front_pc/images/img_member_hp_gr-00daf6da05e85202dc47b421be2cabfb.png") no-repeat;
  background-size: 240px auto;
  content: '';
}

.hd .member-join__hp.type2 .member-join__hp-box ul li:nth-of-type(1):after {
  background-position-x: -120px;
}

.hd .member-join__hp.type2 .member-join__hp-box ul li:nth-of-type(2):after {
  background-position-x: -180px;
}

.hd .member-join__hp.type2 .member-join__hp-box ul li:nth-of-type(3):after {
  background-position-x: 0;
}

.hd .member-join__hp.type2 .member-join__hp-box .box__info {
  margin-top: 0;
}

.hd .member-join__hp.type2 .member-join__hp-box .box__sub {
  margin-bottom: 10px;
  color: #bbb;
}

.hd .member-join__hp.type2 .member-join__hp-box .box__tit {
  margin: 0;
}

.hd .member-join__hp.type2 .member-join__hp-box .box__tit:before {
  display: none;
}

.hd .member-join__accordion .accordion_title {
  position: relative;
  font-size: 24px;
}

.hd .member-join__accordion .accordion_title .ico-qmark {
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: url("/front_mo/images/icon_order-payment_Qmark-8e8681fa43d498fa3efd4f65bb5e6e2f.png") no-repeat;
  background-size: 100%;
  opacity: 0.3;
  vertical-align: sub;
}

.hd .member-join__accordion .accordion_title:after {
  position: absolute;
  right: 0;
  top: 2px;
  width: 28px;
  height: 20px;
  background: url("/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png") no-repeat right center;
  background-size: 100%;
  content: '';
}

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

.hd__sns-join .member-box__devide {
  border-top: 1px solid #BCBCBC;
}

.hd__sns-join .member-box__devide p {
  height: 70px;
  margin: 20px 0;
  padding: 0 20px;
  background: #FFEDDF;
  line-height: 70px;
}

.hd__sns-join .member-box__devide p strong {
  font-weight: 600;
}

.hd .hm__inner {
  padding-top: 80px;
}

.hd .join-order {
  position: relative;
  margin: 40px 0 45px;
  text-align: center;
  counter-reset: meals_list;
}

.hd .join-order:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  height: 1px;
  width: 320px;
  background: #918c00;
  transform: translate(-50%, 0);
}

.hd .join-order li {
  display: inline-block;
  position: relative;
  width: 160px;
  margin: 0 5px;
  vertical-align: top;
  color: #888;
}

.hd .join-order 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 .join-order li.on {
  color: #1c1c1c;
}

.hd .join-order li.on:before {
  background: #918c00;
  color: #FFF;
}

.hd .caulse-agree {
  margin-bottom: 30px;
}

.hd .caulse-agree__notice {
  position: relative;
  padding-left: 15px;
  line-height: 36px;
  color: #888;
}

.hd .caulse-agree__notice:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
}

.hd .accordion-menu ul {
  border-top: 3px solid #1c1c1c;
}

.hd .accordion-menu__list {
  border-bottom: 1px solid #ccc;
}

.hd .accordion-menu__list:first-child {
  border-top: 0;
}

.hd .accordion-menu__list__head {
  position: relative;
  padding: 20px 0;
}

.hd .accordion-menu__list__head .viewMore-btn {
  display: block;
  position: absolute;
  top: 17px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hd .accordion-menu__list__head .viewMore-btn:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 27px;
  height: 2px;
  background-color: #1c1c1c;
  content: '';
  opacity: .6;
}

.hd .accordion-menu__list__head .viewMore-btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  width: 2px;
  height: 27px;
  background-color: #1c1c1c;
  content: '';
  opacity: .6;
}

.hd .accordion-menu__list__checkbox {
  display: inline-block;
  font-weight: 600;
}

.hd .accordion-menu__list__checkbox .point {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  font-size: 19px;
  font-weight: normal;
  background: #efe435;
  border-radius: 30px;
  vertical-align: middle;
}

.hd .accordion-menu__list__txt {
  display: none;
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
  padding: 25px 30px;
  border-top: 1px solid #ccc;
  background: #f5f5f5;
  box-sizing: border-box;
}

.hd .accordion-menu__list__txt p {
  margin-top: 20px;
  color: #888;
  line-height: 32px;
}

.hd .accordion-menu__list__txt p:first-child {
  margin-top: 0;
}

.hd .accordion-menu__list.on .viewMore-btn:after {
  display: none;
}

.hd .marketing-agree {
  margin-top: 30px;
}

.hd .marketing-agree__title {
  display: block;
  font-weight: 600;
}

.hd .marketing-agree__checkbox-sec {
  margin: 20px 0;
}

.hd .marketing-agree__checkbox-sec > div {
  display: inline-block;
  margin-right: 45px;
  vertical-align: top;
}

.hd .marketing-agree__notice {
  position: relative;
  padding-left: 15px;
  line-height: 36px;
  color: #888;
}

.hd .marketing-agree__notice:before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 36px;
}

.hd .marketing-agree__notice.ocolor {
  color: #918c00;
}

.hd .marketing-agree__text {
  line-height: 36px;
}

.hd .marketing-agree__age__notice {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc;
  line-height: 32px;
  color: #888;
}

.hd .member-box {
  margin-top: 25px;
  border-top: 3px solid #1c1c1c;
}

.hd .member-box__title {
  line-height: 76px;
  font-weight: 600;
}

.hd .member-box .input-box {
  position: relative;
}

.hd .member-box .input-box.id {
  padding-right: 150px;
}

.hd .member-box .input-box.id .btn-full {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 130px;
}

.hd .member-box .input-box.email {
  padding-right: 150px;
}

.hd .member-box .input-box.email .email {
  color: #BDBDBD;
}

.hd .member-box .input-box.email .email__box {
  display: flex;
  justify-content: space-between;
  line-height: 70px;
  color: #BDBDBD;
}

.hd .member-box .input-box.email .email__box input {
  max-width: 170px;
}

.hd .member-box .input-box.email .email__box .input_mail {
  display: none;
  max-width: 220px;
}

.hd .member-box .input-box.email .email__box select {
  max-width: 220px;
  padding-right: 70px;
  padding-left: 20px;
  height: 70px;
  border: 1px solid #BDBDBD;
  background: url(/front_mo/images/ico_member_select-194240eda4252975f9053de65c2e4171.png) no-repeat 90% 50%;
  line-height: 70px;
  color: #1c1c1c;
}

.hd .member-box .input-box.email .on select {
  display: none;
}

.hd .member-box .input-box.email .on .input_mail {
  display: block;
}

.hd .member-box .input-box.email .btn-full {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 130px;
}

.hd .member-box .input-box__title {
  display: block;
  margin: 20px 0;
}

.hd .member-box .input-box__desc {
  margin-top: 10px;
  color: #888;
  font-size: 24px;
  line-height: 32px;
}

.hd .member-box .input-box .birthday__input {
  width: 210px;
}

.hd .member-box .input-box .birthday__desc {
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  margin-left: 10px;
}

.hd .member-box .input-box .birthday:after {
  content: "";
  display: block;
}

.hd .member-box .input-box .cellphone__number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  line-height: 70px;
  color: #BDBDBD;
}

.hd .member-box .input-box .cellphone__number input {
  max-width: 170px;
}

.hd .member-box .input-box .certification__check {
  position: relative;
  margin-bottom: 20px;
}

.hd .member-box .input-box .certification__check input {
  background: transparent;
}

.hd .member-box .input-box .certification__check .back {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 30px;
  transform: translate3d(0, -50%, 0);
}

.hd .member-box .input-box .certification__ok {
  display: block;
  padding: 30px 0;
  text-align: center;
}

.hd .member-box .input-box.btn-sec {
  padding-right: 150px;
}

.hd .member-box .input-box.btn-sec .btn-full {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 130px;
}

.hd .member-box .info-box .check-label {
  margin-bottom: 30px;
  padding-left: 50px;
}

.hd .member-box dl.info-box {
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 1px solid #ccc;
}

.hd .member-box dl.info-box dt {
  float: left;
  clear: left;
  margin-top: 20px;
  color: #707070;
}

.hd .member-box dl.info-box dd {
  float: right;
  width: 70%;
  margin-top: 20px;
  text-align: left;
}

.hd .member-box .checkbox-area {
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}

.hd .member-box__devide {
  border-top: 1px solid #ccc;
}

.hd .member-box__devide p {
  height: 70px;
  margin: 20px 0;
  padding: 0 20px;
  background: #f5f5f5;
  line-height: 70px;
}

.hd .member-box__devide p strong {
  font-weight: 600;
}

.hd .member-box__complete-title {
  position: relative;
  margin-top: 40px;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
}

.hd .member-box__complete-title strong {
  color: #918c00;
}

.hd .member-box__complete-title:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 35px;
  background: url(/front_mo/images/icon_important-msg-fd07fac3411376072ac7dcf6af36de80.png) no-repeat center center;
  text-align: center;
  background-size: 100% auto;
}

.hd .member-box__complete-txt {
  margin-top: 10px;
}

.hd .member-box__complete-txt p {
  margin-top: 25px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
}

.hd .member-box__complete-txt p:first-child {
  margin-top: 0;
}

.hd .member-box__check-title {
  margin-top: 40px;
  text-align: center;
  line-height: 36px;
  font-weight: bold;
}

.hd .member-box__check-txt {
  margin-top: 10px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
}

.hd .member-box .domain__check {
  margin-top: 15px;
}

.hd .member-box .alertBox {
  margin-top: 10px;
}

.hd .member-box .alertBox.fail {
  display: block !important;
  color: #ff0000;
}

.hd .member-box .alertBox.success {
  display: block !important;
  color: #918c00;
}

.hd .member-box .userName-mixChar {
  display: none;
  margin-top: 10px;
  color: #918c00;
  font-size: 22px;
}

.hd .member-box .userName-space {
  display: none;
  margin-top: 10px;
  color: #918c00;
  font-size: 22px;
}

.hd .member-box .upload {
  position: relative;
  text-align: center;
}

.hd .member-box .input_file {
  overflow: hidden;
  padding: 0 50px 0 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hd .member-box .file-delete {
  display: none;
  position: absolute;
  top: 50%;
  right: 160px;
  width: 30px;
  height: 30px;
  background: #918c00;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0);
}

.hd .member-box.type2 .member-box__text {
  margin-bottom: 25px;
  color: #888;
  letter-spacing: -0.5px;
}

.hd .member-box.type2 .health-info {
  padding-top: 0;
  border-top: 0;
}

.hd .health-info {
  padding-top: 20px;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}

.hd .health-info__notice {
  display: block;
  color: #918c00;
  line-height: 30px;
}

.hd .health-info__notice em {
  font-weight: 600;
}

.hd .health-info__sec {
  margin-top: 25px;
  font-size: 0;
}

.hd .health-info__list {
  display: inline-block;
  width: 180px;
  margin-bottom: 15px;
  margin-left: 20px;
  vertical-align: top;
}

.hd .health-info__list:nth-child(3n+1) {
  margin-left: 0;
}

.hd .health-info__list label {
  max-width: 100%;
  font-weight: 400 !important;
}

.hd .health-info__list input[type="checkbox"]:checked + label {
  border: 1px solid #918c00;
  background: #918c00;
  color: #FFF;
}

.hd .recommender {
  border-top: 1px solid #ccc;
}

.hd .recommender__notice {
  display: block;
  margin: 20px 0;
  color: #918c00;
  line-height: 30px;
}

.hd .recommender__guide {
  margin: -20px 0 25px;
  display: block;
  font-size: 18px;
  color: #888;
  line-height: 30px;
}

.hd .recommender__desc {
  margin-bottom: 25px;
  line-height: 30px;
}

.hd__join-complete .btn-full {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 70px;
}

.hd__join-complete .btn-full:not(:first-child) {
  margin-top: 10px;
}

.hd__no-login .member-box {
  margin-top: 70px !important;
  border-top: 0;
}

.hd__no-login .btn-half {
  display: block;
  width: 50%;
  text-align: center;
  line-height: 70px;
}

.hd__no-login .btn__settings {
  position: absolute;
  top: -55px;
  right: 0;
  padding-left: 40px;
  background: url(/front_mo/images/icon_comm_setting-black-ab6a5c3aff5738e87b841c8adcd93ae2.png) no-repeat 0 50%;
  line-height: 38px;
  font-size: 22px;
  color: #1c1c1c;
}

.hd .memberSelect {
  width: 170px !important;
  border: 1px solid #BEBEBE;
}

.hd .change-name {
  margin-top: 20px;
  padding-left: 15px;
  font-size: 22px;
  line-height: 32px;
  text-indent: -15px;
}

.hd__default-caulse {
  margin-top: 35px;
}

.hd .default-caulse__txt {
  line-height: 34px;
  white-space: pre-line;
  word-break: keep-all;
}

.hd .default-caulse__history {
  margin-top: 50px;
  padding: 0 15px;
  background: url(/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png) no-repeat 95% 50%;
  -webkit-appearance: none;
}

.hd.defaultCaulse .default-caulse__txt {
  line-height: 34px;
  white-space: pre-line;
  word-break: keep-all;
}

.hd.defaultCaulse .default-caulse__history {
  margin-top: 0;
  padding: 0 15px;
  background: url(/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png) no-repeat 95% 50%;
  -webkit-appearance: none;
}

.hd__search-pt {
  padding-top: 101px;
}

.hd__search-header {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.hd__search .filter-area {
  position: relative;
  padding: 0 10px;
}

.hd__search .filter-area__title__wrap {
  display: flex;
  padding-top: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hd__search .filter-area__title {
  font-size: 26px;
  font-weight: bold;
}

.hd__search .filter-area__title span {
  color: #888;
  font-size: 20px;
  font-weight: normal;
}

.hd__search .filter-area .cate-reset {
  position: absolute !important;
  right: 10px;
  top: 0;
}

.hd__search .filter-area .btn-green {
  width: 100%;
}

.hd__search .filter-area .option-area {
  margin: 20px 0 0;
  padding: 0;
}

.hd__search .filter-area .option-area .option-list {
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  overflow: inherit;
  white-space: inherit;
}

.hd__search .filter-area .option-area .option-list li {
  margin: 7px 7px 0 0;
}

.hd__search .filter-area .option-area .option-list li a {
  font-size: 21px;
}

.hd__search .search-wrap {
  margin-top: 32px;
}

.hd__search .search-wrap .search-area {
  position: relative;
  display: flex;
  width: 580px;
  height: 70px;
}

.hd__search .search-wrap .search-area .search-input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  border: 3px solid #918c00;
  box-sizing: border-box;
  border-radius: 35px;
}

.hd__search .search-wrap .search-area .search-input:focus {
  outline: 0;
}

.hd__search .search-wrap .search-area .search-btn, .hd__search .search-wrap .search-area .btn-green {
  flex: 0 0 120px;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 70px;
  font-size: 0;
  background: url("/front_mo/images/icon-header-search-140fe880276848e69eaff018e76f3511.png") no-repeat 50% 50%;
  border: 0;
  text-indent: -999em;
}

.hd__search .search-wrap .search-area .remove-btn {
  position: absolute;
  right: 80px;
  top: 20px;
  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__search .cate-wrap .cate-reset {
  position: relative;
  color: #888888;
}

.hd__search .cate-wrap .cate-reset-btn:before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 60px;
  width: 30px;
  height: 29px;
  margin-right: 8px;
  background: url(/front_mo/images/btn_comm_reset-cbbdabf089fb715d11e15fc16b9dc76d.png) no-repeat 0 0;
  content: '';
}

.hd__search .cate-wrap .cate-area {
  margin-top: 40px;
}

.hd__search .cate-wrap .cate-area__title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #3D3D3D;
}

.hd__search .cate-wrap .cate-area__listbox {
  display: flex;
  margin-top: -7px;
  align-items: center;
  flex-wrap: wrap;
}

.hd__search .cate-wrap .cate-area__list {
  flex: 0 0 106px;
  margin-top: 7px;
  margin-right: 7px;
  overflow: hidden;
}

.hd__search .cate-wrap .cate-area__list:nth-child(5n) {
  margin-right: 0;
}

.hd__search .cate-wrap .cate-area__list label {
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-size: 21px;
  line-height: 53px;
  height: 55px;
  background: #f4f4f4;
  border: 1px solid #bfbfbf;
  border-radius: 30px;
}

.hd__search .cate-wrap .cate-area__list input[type=checkbox] {
  display: none;
}

.hd__search .cate-wrap .cate-area__list input[type=checkbox]:checked + label {
  background: #918c00;
  border-color: #918c00;
  color: #fff;
}

.hd__search .cate-wrap .cate-area__score {
  display: inline-block;
  direction: rtl;
  border: 0;
}

.hd__search .cate-wrap .cate-area__score legend {
  text-align: left;
}

.hd__search .cate-wrap .cate-area__score input[type=radio] {
  display: none;
}

.hd__search .cate-wrap .cate-area__score label {
  font-size: 55px;
  color: transparent;
  text-shadow: 0 0 0 #f0f0f0;
}

.hd__search .cate-wrap .cate-area__score input[type=radio]:checked ~ label {
  text-shadow: 0 0 0 #FECC1B;
}

.hd__search .cate-wrap .cate-area__score-desc {
  margin: -10px 0 10px;
  color: #888;
}

.hd__search .cate-wrap .cate-area__score-desc .ico_tooltip {
  margin-left: -2px;
  transform: scale(0.7);
}

.hd__search .cate-wrap .cate-area__radio {
  margin-top: 31px;
}

.hd__search .cate-wrap .cate-area__radio li {
  margin-top: 28px;
}

.hd__search .cate-wrap .cate-area__radio li label {
  padding-left: 50px;
  font-size: 21px;
}

.hd__search .cate-wrap .cate-area__range {
  margin: 0 5px;
}

.hd__search .cate-wrap .cate-area__range .ui-slider {
  position: relative;
  margin-top: 25px;
  height: 25px;
  border-top: 0 !important;
  background: #ddd;
  border-radius: 30px;
}

.hd__search .cate-wrap .cate-area__range .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: block;
  border: 0;
  background: #918c00 !important;
}

.hd__search .cate-wrap .cate-area__range .ui-state-default {
  position: absolute;
  top: -0.5em;
  margin-left: -5px;
  z-index: 2;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  border: 8px solid #fff;
  background: #918c00;
  outline: 1px solid #ccc;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.hd__search .cate-wrap .cate-area__range .ui-state-default:last-child {
  margin-left: -25px;
}

.hd__search .cate-wrap .cate-area__range .ui-state-default span {
  position: absolute;
  left: -40px;
  bottom: -35px;
  font-size: 17px;
  width: 100px;
  text-align: center;
}

.hd__search .cate-wrap .cate-area__range .ui-state-hover, .hd__search .cate-wrap .cate-area__range .ui-state-focus {
  background: #5b5800;
}

.hd__search .cate-wrap .cate-area__range-num {
  margin-left: -5px;
  font-size: 26px;
  font-weight: bold;
  color: #3D3D3D;
}

.hd__search .cate-wrap .hd__btn-sec {
  padding: 15px 20px;
  background: #fff;
  box-sizing: border-box;
}

.hd__search .cate-wrap .hd__btn-sec .cate-reset {
  width: 240px;
}

.hd__search .cate-wrap .hd__btn-sec .cate-reset .cate-reset-btn {
  font-size: 28px;
}

.hd__search .cate-wrap .hd__btn-sec .cate-reset .cate-reset-btn:before {
  position: relative;
  vertical-align: middle;
  right: inherit;
  opacity: 0.5;
}

.hd__search .cate-wrap .hd__btn-sec .btn__default {
  border-radius: 10px;
}

.hd__search .cate-wrap .hd__btn-sec .btn__default span {
  font-size: 22px;
  font-weight: normal;
}

.hd__search .btn-area {
  margin-top: 50px;
}

.hd__search .btn-area button {
  font-weight: bold;
}

.hd__search__header {
  padding: 17px 30px 0;
  height: 101px;
  box-sizing: border-box;
}

.hd__search__header .hd__page-title__btn-back {
  top: 27px;
}

.hd__search__header .hd__header__basket {
  position: absolute;
  top: 23px;
  right: 32px;
}

.hd__search__header .search-area {
  display: flex;
  position: relative;
  margin-left: 30px;
  width: calc(100% - 90px);
}

.hd__search__header .search-area .search-input {
  padding-right: 55px;
  width: 100%;
  line-height: 65px;
  font-size: 22px;
  letter-spacing: -0.4px;
  vertical-align: bottom;
  border: 1px solid #b2ac00;
  border-radius: 15px;
  text-indent: 20px;
}

.hd__search__header .search-area .search-btn {
  position: absolute;
  top: 0;
  right: 5px;
  width: 60px;
  height: 70px;
  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__search__header .search-area .remove-btn {
  position: absolute;
  right: 70px;
  top: 20px;
  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__search-sec {
  margin-top: 20px;
}

.hd__search-sec:not(:first-child) {
  margin-top: 50px;
}

.hd__search-sec .swiper-prudect {
  margin-left: 24px;
  padding-bottom: 5px;
  overflow: hidden;
}

.hd__search-sec .swiper-prudect-area {
  margin: 17px 0 0 -30px;
  width: 640px;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item {
  margin: 0 14px 0 6px;
  margin-top: 0 !important;
  padding-bottom: 0;
  border-bottom: 0;
  flex: 0 0 230px;
  width: 230px;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item:last-child {
  margin-right: 30px;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__thumb {
  width: 230px;
  height: 230px;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__info {
  width: 100%;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__info .item__sub {
  font-size: 19px;
  -webkit-line-clamp: 1 !important;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__info .item__name {
  font-size: 21px;
  font-weight: normal;
  word-break: keep-all;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__info .item__title {
  margin-top: 10px !important;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__info .item__price {
  margin-top: 10px;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__info .item__score {
  top: 5px;
  right: 5px;
  transform: scale(0.8);
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__cart {
  top: initial;
  bottom: 0;
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__label {
  right: -7px;
  bottom: -3px;
  transform: scale(0.9);
}

.hd__search-sec .swiper-prudect .product__wrap__list--item .item__score {
  top: 0;
  right: 0;
  transform: scale(0.8);
}

.hd__search-sec .swiper-prudect.big .product__wrap__list--item {
  flex: 0 0 350px !important;
  width: 350px;
}

.hd__search-sec .swiper-prudect.big .product__wrap__list--item .item__thumb {
  width: 350px !important;
  height: 350px !important;
}

.hd__search-sec .swiper-prudect.big .product__wrap__list--item .item__thumb figure > img {
  width: 350px !important;
  height: 350px !important;
}

.hd__search-sec .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__search-sec .no-data {
  margin-top: 18px;
  color: #888;
  font-size: 23px;
}

.hd__search-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.hd__search-tit {
  color: #000;
}

.hd__search-del {
  font-size: 21px;
  color: #888;
}

.hd__search-list1 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  overflow: auto hidden;
  white-space: nowrap;
  margin: 17px -30px 0;
  padding: 0 30px;
  width: 640px;
  box-sizing: border-box;
}

.hd__search-list1::-webkit-scrollbar {
  display: none;
}

.hd__search-list1 li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex: 0 0 auto;
  padding-right: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  box-sizing: border-box;
}

.hd__search-list1 li:not(:first-child) {
  margin-left: 7px;
}

.hd__search-list1 li a {
  display: block;
  box-sizing: border-box;
  font-size: 23px;
}

.hd__search-list1 li a span {
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  max-width: 218px;
  min-width: 0px;
  width: 100%;
  padding: 10px 6px 10px 16px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hd__search-list1 li .list-del {
  flex: 0 0 26px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-self: stretch;
  width: 26px;
  height: auto;
  font-size: 0;
  background: url("/front_mo/images/icon_comm_close-black-4f84954e831829bcaef630be1cae8386.png") no-repeat center;
  background-size: 60%;
  opacity: 0.5;
}

.hd__search-list2 {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px;
}

.hd__search-list2 li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex: 0 0 auto;
  margin: 8px 8px 0 0;
  background: #f5f5f5;
  border-radius: 100px;
  box-sizing: border-box;
}

.hd__search-list2 li a {
  display: block;
  box-sizing: border-box;
  font-size: 23px;
}

.hd__search-list2 li a span {
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  max-width: 218px;
  min-width: 0px;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hd__search-list3 {
  overflow: hidden;
  display: grid;
  grid-auto-flow: column;
  grid-template: repeat(5, auto)/repeat(5, 50%);
  margin-top: -3px;
  padding: 0 7px;
  counter-reset: search_list;
}

.hd__search-list3 li {
  position: relative;
  color: #6e6e6e;
}

.hd__search-list3 li:nth-child(-n + 3) a:after {
  color: #918c00;
}

.hd__search-list3 li a {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 24px 10px 0 28px;
  width: 100%;
  font-size: 23px;
  box-sizing: border-box;
  text-align: left;
}

.hd__search-list3 li a span {
  display: block;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__search-list3 li a:after {
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 21px;
  font-size: 21px;
  color: #666;
  counter-increment: search_list;
  content: counter(search_list);
}

.hd__search-inputList li a {
  display: block;
  position: relative;
  padding: 20px 0;
}

.hd__search-inputList li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url("/front_mo/images/ico_common_search-d1ad561cd0457beef7b5e73289663329.png") no-repeat;
  background-size: 100%;
  transform: translateY(-50%);
  opacity: 0.3;
  content: '';
}

.hd__search-inputList .highlight {
  color: #918c00;
}

.hd__search-inputBrand {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.hd__search-inputBrand li a {
  display: block;
  position: relative;
  padding: 10px 0;
  font-weight: bold;
}

.hd__search-inputBrand li a:after {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 3px 6px;
  font-size: 16px;
  font-weight: normal;
  color: #7a7a7a;
  content: '브랜드';
  border: 1px solid #777;
  border-radius: 30px;
  letter-spacing: -1px;
  transform: translateY(-50%);
}

.hd__search-inputBrand li:not(:first-child) {
  margin-top: 20px;
}

.hd__search-inputBrand .highlight {
  color: #918c00;
}

.hd__search .related-area {
  position: relative;
  margin: 0 20px 20px;
  padding-left: 55px;
  min-height: 35px;
}

.hd__search .related-tit {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 8px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.hd__search .related-list {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  overflow: auto hidden;
  white-space: nowrap;
  padding-right: 30px;
  box-sizing: border-box;
}

.hd__search .related-list li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex: 0 0 auto;
  padding-left: 20px;
  box-sizing: border-box;
}

.hd__search .related-list li a {
  display: block;
  line-height: 35px;
  color: #888;
  box-sizing: border-box;
}

.hd__search .category-area {
  height: 70px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

.hd__search .category-list {
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.hd__search .category-list li a {
  display: block;
  height: 70px;
  line-height: 67px;
  font-size: 26px;
  color: #1c1c1c;
  box-sizing: border-box;
  white-space: nowrap;
}

.hd__search .category-list li:not(:last-child) {
  margin-right: 36px;
}

.hd__search .category-list li.on a {
  font-weight: bold;
  color: #918c00;
  border-bottom: 3px solid #918c00;
}

.hd__search .option-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
  padding: 15px 20px 15px 0;
}

.hd__search .option-list {
  display: flex;
  width: calc(100% - 90px);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  overflow: auto hidden;
  white-space: nowrap;
  padding: 0 20px;
  box-sizing: border-box;
}

.hd__search .option-list::-webkit-scrollbar {
  display: none;
}

.hd__search .option-list li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex: 0 0 auto;
  padding-right: 5px;
  border: 1px solid #D9D9D9;
  border-radius: 100px;
  box-sizing: border-box;
}

.hd__search .option-list li:not(:first-child) {
  margin-left: 7px;
}

.hd__search .option-list li a {
  display: block;
  box-sizing: border-box;
  font-size: 19px;
  color: #444;
}

.hd__search .option-list li a span {
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  overflow: hidden;
  max-width: 218px;
  min-width: 0px;
  width: 100%;
  padding: 7px 5px 7px 12px;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hd__search .option-list li .list-del {
  flex: 0 0 26px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  align-self: stretch;
  width: 26px;
  height: auto;
  font-size: 0;
}

.hd__search .option-list li .list-del:after {
  color: #444;
  content: "\00d7";
}

.hd__search .option-btn {
  margin-left: 15px;
  padding: 7px 35px 7px 10px;
  width: 90px;
  font-size: 19px;
  text-align: left;
  background: url("/front_mo/images/icon_sorting_filter-0932a5ef5b8f41ecdb9ddc4946941054.png") no-repeat right 10px center;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.hd__searchResult__contents {
  width: 100%;
}

.hd__searchResult__contents .contents-top__total {
  display: inline-block;
}

.hd__searchResult__contents .contents-top__filter {
  float: right;
  width: 400px;
  z-index: 0;
  text-align: right;
}

.hd__searchResult__contents .contents-top__filter span.checkbox {
  display: inline-block;
  margin-bottom: -8px;
}

.hd__searchResult__contents .contents-top__filter span.checkbox__label {
  display: inline-block;
}

.hd__searchResult__contents .contents-top__filter span.checkbox + .sorting {
  display: inline-block;
  position: relative;
  float: right;
  margin: 0;
  width: auto;
  margin-left: 20px;
  padding-left: 20px;
}

.hd__searchResult__contents .contents-top__filter span.checkbox + .sorting:before {
  position: absolute;
  left: 1px;
  top: 2px;
  width: 1px;
  height: 23px;
  background: #ccc;
  content: '';
}

.hd__searchResult__contents .contents-top__filter span.checkbox + .sorting .sorting__tit {
  width: auto;
}

.hd__searchResult__contents .contents-top__filter span.checkbox + .sorting .select-area {
  left: -61px;
  text-align: left;
}

.hd__searchResult__contents .contents-top__filter select {
  display: inline-block;
  margin: -3px 0 0 20px;
  padding: 0 30px 0 8px;
  width: 140px;
  height: 45px;
  background: url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat right 10px top 50%;
  font-size: 21px !important;
  background-size: 17px !important;
}

.hd__searchResult__contents .contents-top .sorting {
  float: right;
  position: relative;
  background: #fff;
}

.hd__searchResult__contents .contents-top .sorting__tit {
  display: block;
  position: relative;
  width: 169px;
  padding-right: 20px;
  text-align: right;
}

.hd__searchResult__contents .contents-top .sorting__tit:after {
  display: block;
  top: 10px;
  right: 0;
  position: absolute;
  width: 13px;
  height: 8px;
  background: #fff url(/front_mo/images/btn_sorting_drop-down-596d662b296e87123d072b3851b2a6d4.png) no-repeat 50% 50%;
  content: '';
}

.hd__searchResult__contents .contents-top .sorting__list {
  position: relative;
  padding: 0 20px;
}

.hd__searchResult__contents .contents-top .sorting__list a {
  display: block;
  color: #888888;
}

.hd__searchResult__contents .contents-top .sorting .select-area {
  display: none;
  position: absolute;
  top: 58px;
  left: -15px;
  z-index: 2;
  padding: 25px 30px;
  border: 1px solid #636363;
  background: #fff;
}

.hd__searchResult__contents .contents-top .sorting .select-area__inner {
  position: relative;
}

.hd__searchResult__contents .contents-top .sorting .select-area__list {
  position: relative;
  width: 140px;
  text-align: left;
}

.hd__searchResult__contents .contents-top .sorting .select-area__list:not(:first-child) {
  padding-top: 20px;
}

.hd__searchResult__contents .contents-top .sorting .select-area__list--on a {
  color: #918c00;
}

.hd__searchResult__contents .contents-top .sorting .select-area__list--on:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 20px;
  background: #fff url(/front_mo/images/icon_sorting_check-on-97745732043af8dcd650658544b70691.png) no-repeat 0 0;
  content: '';
}

.hd__searchResult__contents .contents-top .sorting .select-area:after {
  display: block;
  position: absolute;
  top: -11px;
  right: 28px;
  width: 20px;
  height: 20px;
  border: 1px solid #636363;
  border-right: transparent;
  border-bottom: transparent;
  background: #fff;
  transform: rotate(45deg);
  content: '';
}

.hd__searchResult__contents .contents-top .sorting .select-area--show {
  display: block;
}

.hd__searchResult__contents + .hd__searchResult__contents {
  margin-top: 70px;
}

.hd__searchResult__contents .searchResult-slide {
  margin-top: 50px;
}

.hd__searchResult__contents .searchResult-slide__tit {
  margin: 20px 0;
  padding-bottom: 20px;
  font-weight: bold;
  border-bottom: 3px solid #918c00;
}

.hd__searchResult__contents .searchResult-slide__list {
  float: left;
  width: 310px;
}

.hd__searchResult__contents .searchResult-slide__list a {
  display: block;
  width: 100%;
  height: 100%;
}

.hd__searchResult__contents .searchResult-slide .goods-list__thumb {
  width: 290px;
  height: 290px;
}

.hd__searchResult__contents .searchResult-slide .goods-list__info {
  display: block;
  width: 290px;
  margin-top: 20px;
}

.hd__searchResult__contents .searchResult-slide .goods-list__price {
  display: block;
  margin-top: 15px;
}

.hd__searchResult__contents .searchResult-slide .goods-list__price strong {
  font-size: 26px;
}

.hd__searchResult__contents .searchResult-slide .goods-list__price-origin {
  display: inline-block;
  margin-left: 15px;
}

.hd__searchResult__contents .searchResult-slide .goods-list__price-dc {
  display: inline-block;
  text-decoration: none;
}

.hd__searchResult__contents .searchResult-slide .swiper-pagination {
  display: table;
  margin: 40px auto;
}

.hd__searchResult .tab__area {
  margin-bottom: 30px;
}

.hd__searchResult .tab__area li {
  width: 50%;
}

.hd__searchResult__care-h3 {
  margin: 0 20px;
}

.hd__searchResult__care-h3 strong {
  color: #918c00;
}

.hd__searchResult__care .mchoice__wrap {
  margin: 30px 20px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hd__searchResult__care .mchoice__list {
  display: inline-block;
  position: relative;
  width: 288px;
  flex: 0 0 288px;
  vertical-align: top;
  margin-top: 50px;
}

.hd__searchResult__care .mchoice__list:nth-child(-n+2) {
  margin-top: 0;
}

.hd__searchResult__care .mchoice__list__img {
  position: relative;
  margin-bottom: 10px;
}

.hd__searchResult__care .mchoice__list__img figure {
  overflow: hidden;
  width: 288px;
  height: 288px;
}

.hd__searchResult__care .mchoice__list__img figure img {
  width: 100%;
  border-radius: 20px;
}

.hd__searchResult__care .mchoice__list__price {
  margin-top: 10px;
}

.hd__searchResult__care .mchoice__list__price-rate {
  display: inline-block;
  font-weight: bold;
  color: #ea1111;
}

.hd__searchResult__care .mchoice__list__price-ori {
  display: inline-block;
  margin-left: 10px;
  color: #888;
  text-decoration: line-through;
}

.hd__searchResult__care .mchoice__list__price-dc {
  display: block;
  text-decoration: none;
}

.hd__searchResult__care .mchoice__list__promotion {
  line-height: 30px;
  font-weight: normal;
  color: #888;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__searchResult__care .mchoice__list__title {
  display: block;
  height: 96px;
  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: 3;
}

.hd__searchResult__care .mchoice__list__material {
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px #ccc;
}

.hd__searchResult__care .mchoice__list__material li {
  display: inline-block;
  width: 16%;
  margin-top: 5px;
  vertical-align: top;
  text-align: center;
}

.hd__searchResult__care .mchoice__list__material li img {
  width: 35px;
  height: 35px;
  vertical-align: top;
}

.hd__searchResult__care .mchoice__list .item__label {
  position: absolute;
  right: -7px;
  bottom: -5px;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
  justify-content: right;
  transform: scale(0.9);
}

.hd__searchResult__care .mchoice__list .item__label-txt {
  display: block;
  margin-top: 5px;
  min-width: 107px;
}

.hd__searchResult__care .mchoice__list .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__searchResult__care .mchoice__list .item__label-txt img {
  display: block;
}

.hd__searchResult__care .mchoice__list .item__coaching {
  display: table;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(145, 140, 0, 0.7);
  z-index: 1;
}

.hd__searchResult__care .mchoice__list .item__coaching span {
  display: table-cell;
  line-height: 1.3;
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
}

.hd__searchResult__care + .hd__searchResult__care {
  margin-top: 70px;
}

.hd__searchResult__more {
  margin: 15px 30px 0;
  width: 580px;
  line-height: 75px;
  color: #918c00;
  text-align: center;
  border: 1px solid #918c00;
  border-radius: 20px;
  box-sizing: border-box;
}

.hd__searchResult__event {
  margin: 30px 20px 0;
}

.hd__searchResult__event li {
  max-height: 310px;
  overflow: hidden;
}

.hd__searchResult__event li img {
  width: 100%;
}

.hd__searchResult__event li:not(:first-child) {
  margin-top: 20px;
}

.hd__searchResult .hd__main__h3 {
  margin-top: 40px;
  padding: 0;
  height: auto;
}

.hd__searchResult .hd__main__h3.greatingTV {
  margin-top: 60px;
}

.hd__searchResult .hd__main__view {
  margin: 60px 0 0;
}

.hd__searchResult .story__list {
  margin-top: 20px;
}

.hd__searchResult .story__list li {
  width: 288px !important;
}

.hd__searchResult .story__list li img {
  width: 100%;
}

.hd__searchResult .story__list li:nth-of-type(2n) {
  margin-left: 24px !important;
}

.hd__searchResult .story__list.type1 li {
  margin-left: 0 !important;
  width: 600px !important;
}

.hd__searchNoResult__desc {
  text-align: center;
  line-height: 36px;
}

.hd__searchNoResult__desc strong {
  display: block;
  margin-bottom: 25px;
  word-break: normal;
  word-wrap: break-word;
}

.hd__searchNoResult__desc:before {
  display: block;
  width: 68px;
  height: 68px;
  margin: 50px auto 30px;
  background: url(/front_mo/images/icon_list-no-ac801916b79ced789a8c4997e27b1330.png) no-repeat 0 0;
  content: '';
}

.hd__searchNoResult__contents {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 20px solid #eee;
}

.hd__searchNoResult__contents .hd__main__h3 {
  font-size: 26px;
  height: 31px;
}

.hd__bestList {
  overflow: hidden;
}

.hd__bestList .best-banner {
  position: relative;
  width: 100%;
}

.hd__bestList .best-banner .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hd__bestList__cate-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
  z-index: 3;
  background: #f5f5f5;
}

.hd__bestList__cate-wrap--move {
  width: 100%;
  top: 150px;
  left: 50%;
  transform: translate3d(-50%, -81px, 0);
  transition: transform 0.5s linear;
}

.hd__bestList__cate-wrap .best-btn-next {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 68px;
  height: 80px;
  background: #f5f5f5;
  border-left: 1px solid #bcbcbc;
}

.hd__bestList__cate-wrap .best-btn-next:after {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/front_mo/images/icon_market_drop-down-on-9140ca33fb9dc50bc6c0acce045f6fd5.png) no-repeat 50% 50%;
  content: "";
  transform: rotate(-90deg);
}

.hd__bestList__cate {
  position: relative;
  padding: 0 68px 0 25px;
}

.hd__bestList__cate .cate-slider {
  width: 100%;
  height: 80px;
  line-height: 80px;
}

.hd__bestList__cate .cate-slider__list {
  float: left;
  width: auto;
  height: 80px;
}

.hd__bestList__cate .cate-slider__list a {
  display: inline-block;
  padding: 0 26px;
  line-height: 2.3;
  font-weight: bold;
  vertical-align: middle;
}

.hd__bestList__cate .cate-slider__list--on a {
  background: #918c00;
  color: #fff;
  border-radius: 40px;
}

.hd__bestList__product {
  margin-top: 30px;
  padding: 0 20px;
}

.hd__displayList .display-banner {
  width: 100%;
  height: 200px;
  display: none;
}

.hd__displayList .display-banner .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 32px;
  z-index: 1;
}

.hd__displayList .display-cont {
  width: 580px;
  margin: 0 auto;
}

.hd__displayList .display-cont .display-list {
  margin-top: 30px;
}

.hd__displayList .display-cont .display-list__thumb {
  overflow: hidden;
}

.hd__displayList .display-cont .display-list .textbox {
  padding-top: 20px;
}

.hd__displayList .display-cont .display-list .textbox__period {
  padding-top: 15px;
}

.hd__displayList .display-cont .display-list .textbox__period .d-day {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  color: #F9D983;
  font-weight: bold;
}

.hd__displayList .display-cont .display-list .textbox__period .d-day:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 25px;
  border: 1px solid #575757;
  content: '';
}

.hd__displayList .tab-area {
  padding: 30px 30px 0;
  box-sizing: border-box;
}

.hd__displayDetail {
  width: 600px;
  margin: 0 auto;
  padding-top: 190px;
}

.hd__displayDetail .display-detail__tit {
  line-height: 1.5;
  font-size: 28px;
  font-weight: bold;
}

.hd__displayDetail .display-detail__subtit {
  padding-top: 15px;
}

.hd__displayDetail .display-detail__period {
  margin-bottom: 30px;
  padding: 20px 0 30px;
  color: #888;
  border-bottom: 1px solid #ccc;
}

.hd__displayDetail .display-detail__period .d-day {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  color: #918c00;
  font-weight: bold;
}

.hd__displayDetail .display-detail__period .d-day:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 18px;
  border: 1px solid #ccc;
  content: '';
}

.hd__displayDetail .display-detail__contents {
  position: relative;
  margin-left: -20px;
  width: 640px;
  line-height: normal;
}

.hd__displayDetail .display-detail__contents img {
  width: 640px;
}

.hd__displayDetail .display-detail__contents .display-detail__video {
  position: absolute;
  width: 77%;
  height: 3.7%;
  background: #fff;
  top: 14.2%;
  left: 11.5%;
}

.hd__displayDetail .display-detail__contents .display-detail__video #videoPlayer {
  display: block;
  width: 100%;
  height: 100%;
}

.hd__displayDetail .goods-wrap {
  margin-top: 30px;
}

.hd__displayDetail .goods-wrap .goods-select {
  width: 100%;
  height: 70px;
  background: url(/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png) no-repeat right 20px top 50%;
  border: 3px solid #918c00;
  box-sizing: border-box;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hd__displayDetail .goods-wrap .goods-cont__title {
  display: block;
  width: 100%;
  height: 56px;
  margin-top: 30px;
  line-height: 56px;
  border-bottom: 2px solid #918c00;
  font-size: 26px;
}

.hd__displayDetail .goods-wrap .goods-cont .product__wrap {
  padding: 0;
}

#displayDetail .hd__header {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.hd__story {
  padding-top: 100px;
}

.hd__story .story__tabmenu-inner {
  margin-top: 0 !important;
}

.hd__story .greenfood {
  background: #f5f5f5;
}

.hd__story .instagram-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 0;
}

.hd__story .instagram-list li {
  margin: 10px 10px;
  width: 180px;
}

.hd .story__tabmenu-inner {
  margin-top: 25px;
  text-align: center;
}

.hd .story__tabmenu ul {
  padding: 0 20px;
}

.hd .story__tabmenu ul li {
  display: inline-block;
  width: auto !important;
}

.hd .story__tabmenu ul li:last-child {
  padding-right: 40px;
}

.hd .story__tabmenu ul li a {
  display: block;
  margin: 0 5px;
  padding: 15px 20px;
  color: #555;
  background: #f5f5f5;
  border-radius: 50px;
}

.hd .story__tabmenu ul li.on a {
  font-weight: 600;
  color: #fff;
  background: #918c00;
}

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

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

.hd .story__cont {
  margin-top: 70px;
}

.hd .story__cont .hd__main__view {
  margin-top: 60px;
}

.hd .story__list {
  display: flex;
  flex-wrap: wrap;
}

.hd .story__list li {
  margin-top: 60px;
  width: 280px;
}

.hd .story__list li:nth-of-type(2n) {
  margin-left: 20px;
}

.hd .story__list li:nth-of-type(1), .hd .story__list li:nth-of-type(2) {
  margin-top: 0;
}

.hd .story__list .image {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.hd .story__list .image .save {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0;
}

.hd .story__list .image .save:after {
  display: block;
  width: 40px;
  height: 40px;
  background: url("/front_mo/images/btn_heart-off-w-2d83c922a0dd3993bcbd9ae5500ffb15.png") no-repeat center;
  content: '';
}

.hd .story__list .image .save.on:after {
  background-image: url("/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png");
  background-size: 89%;
}

.hd .story__list .image .ico_strap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.hd .story__list .sort {
  color: #888;
}

.hd .story__list .sort.c1 {
  color: #307d0e;
}

.hd .story__list .sort.c2 {
  color: #918c00;
}

.hd .story__list .sort.c3 {
  color: #a4111f;
}

.hd .story__list .sort.c4 {
  color: #378a9f;
}

.hd .story__list .sort.c5 {
  color: #6111a4;
}

.hd .story__list .title {
  display: block;
  margin-top: 10px;
  line-height: 1.3;
  font-weight: normal;
}

.hd .story__list .desc {
  margin-top: 10px;
  padding-top: 10px;
  color: #888;
  border-top: 1px solid #ccc;
}

.hd .story__list.type1 li {
  margin: 60px 0 0 0;
  width: 580px;
}

.hd .story__list.type1 li:nth-of-type(1) {
  margin-top: 0;
}

.hd .story__list.type1 .sort {
  display: inline-block;
  padding: 3px 5px;
  font-size: 18px;
  color: #fff;
  background: #1c1c1c;
}

.hd .story__banner img {
  display: block;
}

.hd .story__banner .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.hd .story__banner .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hd .story__comm {
  margin-top: 30px;
}

.hd .story__comm .contents-top {
  position: relative;
  margin: 0 0 15px;
  min-height: 40px;
}

.hd .story__comm .contents-top__total {
  float: left;
  width: 50%;
  line-height: 40px;
}

.hd .story__comm .contents-top__total strong {
  font-weight: normal;
  color: #606060;
}

.hd .story__comm .contents-top__filter {
  float: right;
  z-index: 0;
  text-align: right;
}

.hd .story__comm .contents-top__filter strong {
  display: inline-block;
  position: relative;
  height: 40px;
  padding-right: 25px;
  text-align: right;
  line-height: 40px;
  color: #2d2d2d;
  font-weight: 400;
  cursor: pointer;
}

.hd .story__comm .contents-top__filter strong:after {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 3px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  border: solid #2d2d2d;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  content: '';
}

.hd .story__comm .contents-top__filter .select-area {
  display: none;
  position: absolute;
  top: 58px;
  right: 0;
  z-index: 2;
  padding: 25px 30px;
  border: 1px solid #636363;
  background: #FFF;
  text-align: left;
}

.hd .story__comm .contents-top__filter .select-area__inner {
  position: relative;
}

.hd .story__comm .contents-top__filter .select-area__list {
  line-height: 1;
  position: relative;
  width: 140px;
}

.hd .story__comm .contents-top__filter .select-area__list:not(:first-child) {
  padding-top: 20px;
}

.hd .story__comm .contents-top__filter .select-area__list--on a {
  color: #918c00;
}

.hd .story__comm .contents-top__filter .select-area__list--on:after {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 20px;
  background: #FFF url(/front_mo/images/icon_sorting_check-on-97745732043af8dcd650658544b70691.png?ver=210226) no-repeat 0 0;
  content: '';
}

.hd .story__comm .contents-top__filter .select-area:after {
  display: block;
  position: absolute;
  top: -11px;
  right: 40px;
  width: 20px;
  height: 20px;
  border: 1px solid #636363;
  border-right: transparent;
  border-bottom: transparent;
  background: #FFF;
  transform: rotate(45deg);
  content: '';
}

.hd .story__comm .contents-top__filter .select-area--show {
  display: block;
}

.hd .pre-txt {
  display: inline-block;
  width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.hd__brandStory {
  overflow: hidden;
}

.hd__brandStory .story-cont {
  margin-top: 60px;
}

.hd__brandStory .story-cont:nth-of-type(2) {
  margin-top: 50px;
}

.hd__brandStory .story-cont__list {
  margin-top: 30px;
}

.hd__brandStory .story-cont__list:first-child {
  margin-top: 0;
}

.hd__brandStory .story-cont__list a {
  display: block;
  font-size: 0;
}

.hd__brandStory .story-cont__list a figure {
  width: 100%;
  height: 250px;
}

.hd__brandStory .story-cont__title {
  display: block;
  margin-top: 25px;
  padding: 0 30px;
  font-size: 32px;
  font-weight: 600;
}

.hd__brandStory .story-cont__title-more {
  display: inline-block;
  margin: 7px 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__brandStory .story-cont__title-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__brandStory .story-cont__desc {
  margin: 10px 0 30px;
  padding: 0 30px;
  font-size: 24px;
}

.hd__brandStory .story-cont.main {
  position: relative;
  margin-top: 0;
}

.hd__brandStory .story-cont.main .main-img__wrap {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
}

.hd__brandStory .story-cont.main .main-img__wrap img {
  max-width: 640px;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.hd__brandStory .story-cont.main .main-img__dimmed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}

.hd__brandStory .story-cont.main .main-txt__wrap {
  position: relative;
  margin-top: -40vh;
  padding: 0 30px 60px;
}

.hd__brandStory .story-cont.main .main-txt__eng img {
  width: 425px;
}

.hd__brandStory .story-cont.main .main-txt__kor {
  margin: 10px 0 15px;
  line-height: 50px;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}

.hd__brandStory .story-cont.main .main-txt__list {
  overflow: hidden;
}

.hd__brandStory .story-cont.main .main-txt__list li {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 40px;
  line-height: 30px;
  font-size: 21px;
  color: #888;
  background: #fff;
  letter-spacing: -0.5px;
  box-sizing: border-box;
}

.hd__brandStory .story-cont.main .main-txt__list li span {
  display: block;
  font-size: 20px;
  color: #918c00;
  letter-spacing: 0;
}

.hd__brandStory .story-cont.main .main-txt__list li strong {
  display: block;
  margin: 5px 0 15px;
  padding-bottom: 15px;
  font-size: 28px;
  color: #1c1c1c;
  border-bottom: 2px solid #918c00;
}

.hd__brandStory .story-cont.main .main-txt__list li:before {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  content: '';
  background: url("/front_pc/images/ico_story_main-7f1b777b06699730c539f76ea84a6c00.png");
}

.hd__brandStory .story-cont.main .main-txt__list .list01:before {
  background-position-x: 0px;
}

.hd__brandStory .story-cont.main .main-txt__list .list02:before {
  background-position-x: -80px;
}

.hd__brandStory .story-cont.main .main-txt__list .list03:before {
  background-position-x: -160px;
}

.hd__brandStory .story-cont.main .main-txt__grt {
  margin: 40px 0;
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}

.hd__brandStory .story-cont.main .main-txt__grt em {
  display: inline-block;
  text-indent: -10px;
}

.hd__brandStory .story-cont.main .main-txt__grt em.timesaletext {
  animation: TextTimeSale 1.5s  forwards infinite ease;
}

.hd__brandStory .story-cont.main .main-txt__grt em.timesaletext1 {
  animation-delay: 1s;
  margin-left: 10px;
}

.hd__brandStory .story-cont.main .main-txt__grt em.timesaletext2 {
  animation-delay: 1.25s;
}

.hd__brandStory .story-cont.main .main-txt__grt em.timesaletext3 {
  animation-delay: 1.5s;
}

@keyframes TextTimeSale {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(0, -10px);
  }
  100% {
    transform: translate(0);
  }
}

.hd__brandStory .story-cont.main .main-btn {
  display: block;
  width: 580px;
  padding: 22px 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: #918c00;
}

.hd__brandStory .story-cont.main .main-btn span {
  display: block;
  margin-bottom: 10px;
  font-size: 23px;
  color: #d0d0d0;
}

.hd__brandStory .story-cont.magazine .magazine-slider {
  position: relative;
  padding: 65px 0 55px;
}

.hd__brandStory .story-cont.magazine .magazine-slider:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
}

.hd__brandStory .story-cont.magazine .magazine-list {
  position: relative;
  padding-bottom: 10px;
  z-index: 2;
}

.hd__brandStory .story-cont.magazine .magazine-list .swiper-slide {
  position: relative;
  margin: 30px 15px 0;
  width: 300px;
  height: 470px;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.5s;
}

.hd__brandStory .story-cont.magazine .magazine-list .swiper-slide a:before {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 78px;
  height: 15px;
  content: '';
  background: url("/front_pc/images/img_header_logo_w-bdb1e0e73b78bc314432182069493341.png") no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.hd__brandStory .story-cont.magazine .magazine-list .swiper-slide a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  z-index: 0;
}

.hd__brandStory .story-cont.magazine .magazine-list .swiper-slide-active {
  margin-top: 0;
}

.hd__brandStory .story-cont.magazine .magazine-list .swiper-slide-active .list-txt {
  z-index: 1;
}

.hd__brandStory .story-cont.magazine .magazine-list .swiper-pagination {
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-txt {
  position: absolute;
  left: 30px;
  bottom: 90px;
  width: 240px;
  color: #fff;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-txt-sort {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 15px;
  color: #918c00;
  background: #fff;
  border-radius: 30px;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-txt-sort.c1 {
  color: #307d0e;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-txt-sort.c2 {
  color: #918c00;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-txt-sort.c3 {
  color: #a4111f;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-txt-sort.c4 {
  color: #378a9f;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-txt-title {
  display: block;
  line-height: 1.2;
  width: 99%;
  font-size: 34px;
  /* 사용법 : @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__brandStory .story-cont.magazine .magazine-list .list-txt-desc {
  display: block;
  margin-top: 20px;
  line-height: 1.2;
  width: 99%;
  font-size: 18px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-img {
  position: relative;
  height: 100%;
}

.hd__brandStory .story-cont.magazine .magazine-list .list-img img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  max-height: initial;
  transform: translateY(-50%);
}

.hd__brandStory .story-cont.magazine .magazine-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hd__brandStory .story-cont.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__brandStory .story-cont.magazine .magazine-bg .swiper-slide {
  overflow: hidden;
  position: relative;
}

.hd__brandStory .story-cont.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__brandStory .story-cont.tv {
  position: relative;
  height: 618px;
}

.hd__brandStory .story-cont.tv:after {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 370px;
  content: '';
  background: #918c00;
  z-index: -1;
}

.hd__brandStory .story-cont.tv .swiper-container {
  width: 580px;
  white-space: nowrap;
  text-align: left;
}

.hd__brandStory .story-cont.tv .swiper-slide {
  display: inline-block;
  margin-right: 16px;
  border-radius: 20px;
  overflow: hidden;
  vertical-align: top;
  box-sizing: border-box;
  background: #fff;
}

.hd__brandStory .story-cont.tv .swiper-pagination-bullet-active {
  background: #1c1c1c;
}

.hd__brandStory .story-cont.tv .tv-box {
  padding: 20px;
  text-align: center;
}

.hd__brandStory .story-cont.tv .tv-text {
  margin: 0 auto 10px;
  width: 400px;
  font-size: 18px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__brandStory .story-cont.tv .tv-title {
  margin: 0 auto;
  width: 400px;
  font-size: 28px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__brandStory .story-cont.tv .tv-view {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #a7a7a7;
  text-transform: uppercase;
}

.hd__brandStory .story-cont.tv .slick-dots {
  bottom: -30px;
}

.hd__brandStory .story-cont.brand .story-h3 {
  margin: 0 30px;
}

.hd__brandStory .story-cont.brand .story-h3 + .story-tit {
  margin-top: 20px;
}

.hd__brandStory .story-cont.slogan {
  padding-top: 70px;
  text-align: center;
}

.hd__brandStory .story-cont.care .story-scroll {
  width: 4080px;
}

.hd__brandStory .story-cont.market .story-scroll {
  width: 3420px;
}

.hd__brandStory .story-video {
  position: relative;
  min-height: 1000px;
  background: url("/front_mo/images/story_main-33a9fd3f62e6664e5a6daccdea702431.jpg") no-repeat;
  /* &:after{
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(30, 34, 15, 0.4);
                    content: '';
                    z-index: 1;
                } */
}

.hd__brandStory .story-video-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 2;
  transform: translate3d(-50%, -50%, 0);
}

.hd__brandStory .story-video-txt .txt {
  margin-top: 30px;
  font-size: 30px;
  color: #fff;
  letter-spacing: -0.5px;
}

.hd__brandStory .story-tit, .hd__brandStory .story-txt {
  margin: 0 30px;
}

.hd__brandStory .story-tit {
  margin-top: 50px;
}

.hd__brandStory .story-txt {
  margin-top: 20px;
}

.hd__brandStory .story-img {
  margin-top: 50px;
}

.hd__brandStory .story-scroll {
  display: flex;
  margin-top: 10px;
  padding: 0 5px;
  box-sizing: border-box;
}

.hd__brandStory .story-scroll > div {
  display: inline-block;
  margin: 0 5px;
}

@keyframes care {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2960px);
  }
}

@keyframes market {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2220px);
  }
}

.hd__brandStory .story-ban {
  display: flex;
  margin-top: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.hd__brandStory .story-ban a {
  margin: 10px;
}

.hd__brandStory .story-ban a img {
  display: block;
}

.hd__brandStory .story-slider {
  position: relative;
}

.hd__brandStory .story-slider [class^='swiper-button-'] {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1;
}

.hd__brandStory .story-slider [class^='swiper-button-']:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border: solid #ccc;
  border-width: 3px 3px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.hd__brandStory .story-slider .swiper-button-prev {
  left: 30px;
}

.hd__brandStory .story-slider .swiper-button-prev:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.hd__brandStory .story-slider .swiper-button-next {
  right: 70px;
}

.hd__brandStory .story-youtube {
  position: relative;
  margin: 60px 30px 25px;
  padding-bottom: 51.25%;
  height: 0;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.hd__brandStory .story-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hd__brandStory .story-youtube + p {
  margin-bottom: 75px;
}

.hd__brandStory .story-banner {
  margin-top: 50px;
}

.hd .story-popup .hd__popup__modal {
  padding-bottom: 20px;
  border-radius: 30px;
  text-align: center;
}

.hd .story-popup-btn {
  display: inline-block;
  margin: 35px auto 0;
  padding: 5px 30px;
  font-size: 28px;
  border-radius: 50px;
}

.hd .brandStory__sec {
  position: relative;
  font-size: 0;
}

.hd .brandStory__sec a {
  display: block;
  position: absolute;
}

.hd .brandStory__sec.link01 a {
  top: 660px;
  left: 205px;
  width: 405px;
  height: 30px;
}

.hd .brandStory__sec.link02 a {
  top: 560px;
  left: 295px;
  width: 315px;
  height: 30px;
}

.hd .brandStory__sec.link03 a {
  top: 540px;
  left: 345px;
  width: 265px;
  height: 30px;
}

.hd .brandStory__sec__link {
  width: 364px;
  height: 58px;
  top: 17.6%;
  left: 4%;
}

.hd .monthStory__banner {
  width: 100%;
  height: 380px;
  font-size: 0;
}

.hd .monthStory__cont {
  margin-top: 40px;
}

.hd .monthStory__list {
  margin-top: 50px;
}

.hd .monthStory__list:first-child {
  margin-top: 0;
}

.hd .monthStory__list__inner {
  position: relative;
}

.hd .monthStory__list__img {
  margin-bottom: 15px;
  width: 580px;
  height: 326px;
  font-size: 0;
}

.hd .monthStory__list__title {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 34px;
}

.hd .monthStory__list__title 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 .monthStory__list__desc {
  display: block;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 28px;
  color: #888;
}

.hd .monthStory__list__sort {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 10px;
  font-size: 14px;
  color: #fff;
  background: #1c1c1c;
}

.hd__monthStory-list .story__tabmenu ul li:last-child {
  padding-right: 40px;
}

.hd .monthStory-detail__video__sec {
  position: relative;
}

.hd .monthStory-detail__video__player {
  width: 100%;
  height: 380px;
  background: #DDD;
}

.hd .monthStory-detail__video__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  transform: translate3d(-50%, -50%, 0);
}

.hd .monthStory-detail__video__btn.play {
  background: url(/front_mo/images/ico_video_play-4068c6fd537139ac8be7caeda7895d6c.png) no-repeat 0 0;
}

.hd .monthStory-detail__video__btn.stop {
  background: url(/front_mo/images/ico_video_stop.png) no-repeat 0 0;
}

.hd .monthStory-detail__define {
  margin-top: 50px;
  overflow-x: hidden;
}

.hd .monthStory-detail__define dt {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
}

.hd .monthStory-detail__define dt .title-sub {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #1c1c1c;
  font-weight: 400;
}

.hd .monthStory-detail__define dt .title-main {
  display: block;
  margin-bottom: 15px;
}

.hd .monthStory-detail__define dd {
  margin: 30px auto 0;
  padding: 0;
  line-height: normal;
}

.hd .monthStory-detail__reply {
  margin-top: 100px;
}

.hd .monthStory-detail__reply__sec {
  margin-top: 50px;
  border-top: 3px solid #1c1c1c;
}

.hd .monthStory-detail__reply__total {
  height: 70px;
  line-height: 70px;
}

.hd .monthStory-detail__reply__total span {
  font-weight: 600;
}

.hd .monthStory-detail__reply__total .hd__main__h3-view {
  line-height: 2.7;
}

.hd .monthStory-detail__reply__total h2 {
  display: inline-block;
}

.hd .monthStory-detail__reply__write {
  position: relative;
  padding-right: 110px;
}

.hd .monthStory-detail__reply__write .reply_input {
  width: 100%;
  height: 70px;
  padding: 0 25px;
  background: #FFF;
  border: 1px solid #918c00;
  color: #1c1c1c;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 64px;
}

.hd .monthStory-detail__reply__write .reply_input:focus {
  outline: 3px solid #918c00;
}

.hd .monthStory-detail__reply__write .btn-full {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}

.hd .monthStory-detail__reply__list .reply__sec {
  position: relative;
  padding: 30px 15px;
  border-bottom: 1px solid #ccc;
}

.hd .monthStory-detail__reply__list .reply__sec.anws .reply__txt {
  padding-left: 35px;
}

.hd .monthStory-detail__reply__list .reply__sec.anws .reply__txt:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-bottom: 3px solid #1c1c1c;
  border-left: 3px solid #1c1c1c;
  box-sizing: border-box;
}

.hd .monthStory-detail__reply__list .reply__sec.anws .reply__info {
  padding-left: 35px;
}

.hd .monthStory-detail__reply__list .reply__txt {
  position: relative;
  display: block;
  line-height: 36px;
}

.hd .monthStory-detail__reply__list .reply__txt .btn_goto {
  font-weight: 600;
}

.hd .monthStory-detail__reply__list .reply__txt .best {
  color: #918c00;
}

.hd .monthStory-detail__reply__list .reply__info {
  display: block;
  position: relative;
  margin-top: 15px;
  font-size: 20px;
  color: #888;
}

.hd .monthStory-detail__reply__list .reply__info__div {
  color: #ccc;
}

.hd .monthStory-detail__reply__list .reply__info__btn {
  position: absolute;
  right: 70px;
  top: 0;
  color: #888;
}

.hd .monthStory-detail__reply__list .reply__info__btn.type2 {
  right: 0;
}

.hd .monthStory-detail__reply__list .reply__modify {
  position: absolute;
  bottom: 30px;
  right: 15px;
  font-size: 0;
}

.hd .monthStory-detail__reply__list .reply__modify:before {
  content: '|';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.hd .monthStory-detail__reply__list .reply__modify > li {
  display: inline-block;
  margin: 0 13px;
  vertical-align: top;
}

.hd .monthStory-detail__reply__list .reply__input {
  position: relative;
  padding-right: 90px;
}

.hd .monthStory-detail__reply__list .reply__input .input_text {
  text-align: left;
}

.hd .monthStory-detail__reply__list .reply__input .btn-full {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
}

.hd .monthStory-detail__more-product {
  text-align: center;
}

.hd .monthStoryDetail__cont {
  margin: 0 auto;
  width: 640px;
}

.hd .monthStoryDetail__cont .cont-top {
  position: relative;
  margin-bottom: 20px;
}

.hd .monthStoryDetail__cont .cont-top:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  z-index: 0;
}

.hd .monthStoryDetail__cont .cont-top:before {
  position: absolute;
  left: 45px;
  top: 45px;
  width: 105px;
  height: 20px;
  background: url("/front_pc/images/img_header_logo_w-bdb1e0e73b78bc314432182069493341.png") no-repeat;
  background-size: 100% auto;
  content: '';
  z-index: 1;
}

.hd .monthStoryDetail__cont .cont-top .info {
  position: absolute;
  left: 45px;
  bottom: 75px;
  letter-spacing: -0.5px;
  z-index: 1;
}

.hd .monthStoryDetail__cont .cont-top .info-type {
  display: inline-block;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  font-size: 20px;
  color: #918c00;
  border-radius: 30px;
  background: #fff;
}

.hd .monthStoryDetail__cont .cont-top .info-tit {
  margin: 15px 0 25px;
  font-size: 65px;
  font-weight: bold;
  color: #fff;
}

.hd .monthStoryDetail__cont .cont-top .info-txt {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.8);
}

.hd .monthStoryDetail__cont .cont-top .info-txt i {
  display: inline-block;
  margin: -5px 10px 0 0;
  width: 30px;
  height: 32px;
  background: url("/front_pc/images/ico_clock-b19fdd4506e9cbca33f02987f0de625a.png") no-repeat;
  vertical-align: middle;
}

.hd .monthStoryDetail__cont .cont-top .info-txt .line:before {
  display: inline-block;
  margin: -3px 15px 0 10px;
  width: 1px;
  height: 23px;
  background: rgba(255, 255, 255, 0.8);
  vertical-align: middle;
  content: '';
}

.hd .monthStoryDetail__cont .cont-top .info-txt + .info-txt {
  margin-top: 15px;
}

.hd .monthStoryDetail__cont .cont-top img {
  display: block;
  width: 100%;
}

.hd .monthStoryDetail__cont .cont-top .ico_strap {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 39px;
  height: 46px;
  background-position: -476px -233px;
  z-index: 1;
}

.hd .monthStoryDetail__cont .cont-top .ico_strap.on {
  background-position-x: -521px;
}

.hd .monthStoryDetail__cont .cont-box {
  margin-top: 100px;
  letter-spacing: -1px;
}

.hd .monthStoryDetail__cont .cont-box__tit {
  display: flex;
  font-size: 26px;
}

.hd .monthStoryDetail__cont .cont-box__txt {
  margin: 30px;
  line-height: 1.8;
  font-size: 26px;
  color: #707070;
}

.hd .monthStoryDetail__cont .cont-box__txt + .cont-box__img {
  margin-top: 100px;
}

.hd .monthStoryDetail__cont .cont-box__img img {
  display: block;
  margin: 0 auto;
}

.hd .monthStoryDetail__cont .cont-box.type1 {
  margin-top: 120px;
  text-align: center;
}

.hd .monthStoryDetail__cont .cont-box.type1 .cont-box__tit {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 30px 50px;
  font-size: 45px;
}

.hd .monthStoryDetail__cont .cont-box.type1 .cont-box__tit:before {
  display: block;
  margin: 0 auto 50px;
  width: 350px;
  height: 1px;
  background: #b7b7b7;
  content: '';
}

.hd .monthStoryDetail__cont .cont-box.type1 .cont-box__tit span {
  display: block;
}

.hd .monthStoryDetail__cont .cont-box.type1 .cont-box__txt {
  margin-top: 50px;
  margin-bottom: 180px;
}

.hd .monthStoryDetail__cont .cont-box.type2 .cont-box__tit {
  color: #fff;
}

.hd .monthStoryDetail__cont .cont-box.type2 .cont-box__tit span {
  padding: 15px 30px;
  background: #918c00;
  border-radius: 0 30px 0 0;
}

.hd .monthStoryDetail__cont .cont-box.type2 .cont-box__tit span i {
  display: inline-block;
  margin: -3px 3px 0 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #918c00;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.hd .monthStoryDetail__cont .cont-box.type3 .cont-box__tit {
  margin-left: 30px;
}

.hd .monthStoryDetail__cont .cont-box.type3 .cont-box__tit span i {
  display: inline-block;
  position: relative;
  margin-bottom: -32.5px;
  width: 65px;
  height: 65px;
  line-height: 61px;
  font-size: 26px;
  font-style: normal;
  color: #fff;
  text-align: center;
  background: #918c00;
  border-radius: 50%;
  vertical-align: middle;
}

.hd .monthStoryDetail__cont .cont-tit {
  position: relative;
  margin: 120px 30px 40px;
}

.hd .monthStoryDetail__cont .cont-tit span {
  font-size: 28px;
  color: #918c00;
}

.hd .monthStoryDetail__cont .cont-tit strong {
  display: block;
  margin-top: 5px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: -1px;
}

.hd .monthStoryDetail__cont .cont-tit:after {
  position: absolute;
  left: 260px;
  top: 45px;
  width: 350px;
  height: 1px;
  background: #cdcdcd;
  content: '';
}

.hd .monthStoryDetail__cont .cont-tit + .cont-box {
  margin-top: 0;
}

.hd .monthStoryDetail__cont .cont-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 60px 0;
}

.hd .monthStoryDetail__cont .cont-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 25px;
  width: 50%;
  font-size: 26px;
  color: #777;
  box-sizing: border-box;
}

.hd .monthStoryDetail__cont .cont-list li:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  content: '';
  border: 1px solid #918c00;
}

.hd .monthStoryDetail__cont .cont-list-tit {
  margin: 40px 50px 0;
}

.hd .monthStoryDetail__cont .cont-list-tit span {
  display: inline-block;
  padding: 9px 18px;
  font-size: 25px;
  border-radius: 30px;
  color: #777;
  background: #f5f5f5;
}

.hd .monthStoryDetail__cont .cont-list2 {
  margin: 100px auto 0;
  padding-bottom: 25px;
  width: 580px;
  background: #f4f4f4;
  overflow: hidden;
  border-radius: 0 30px 0 0;
}

.hd .monthStoryDetail__cont .cont-list2__top {
  padding: 0 20px;
  height: 60px;
  line-height: 58px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #000;
}

.hd .monthStoryDetail__cont .cont-list2__bottom {
  margin: 0 auto;
  padding: 14px 0;
  width: 415px;
  font-size: 20px;
  color: #393939;
  text-align: center;
  background: #f7e6a0;
}

.hd .monthStoryDetail__cont .cont-list2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 35px 30px;
}

.hd .monthStoryDetail__cont .cont-list2 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 50px 0 30px;
  width: 46%;
}

.hd .monthStoryDetail__cont .cont-list2 ul li strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 26px;
  text-align: center;
}

.hd .monthStoryDetail__cont .cont-list2 ul li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  color: #626262;
  text-align: center;
}

.hd .monthStoryDetail__cont .cont-list2 ul li:last-child {
  margin-left: 8%;
}

.hd .monthStoryDetail__cont .cont-list2 ul li:last-child:before {
  position: absolute;
  left: -12.5%;
  top: 50%;
  font-size: 30px;
  color: #888;
  content: "&";
  transform: translateY(-50%);
}

.hd .relation-product .swiper-wrapper {
  height: auto;
}

.hd .relation-product__list {
  float: left;
  width: 280px;
}

.hd .relation-product__list:not(:last-child) {
  margin-right: 20px;
}

.hd .relation-product__list a {
  display: block;
}

.hd .relation-product__thumb {
  width: 280px;
  height: 280px;
}

.hd .relation-product__thumb img {
  width: 100%;
}

.hd .relation-product__info {
  display: block;
  margin-top: 15px;
}

.hd .relation-product__name {
  display: block;
  height: 65px;
  line-height: 30px;
  /* 사용법 : @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 .relation-product__price {
  margin-top: 5px;
}

.hd .relation-product__price .discount {
  display: block;
  margin-top: 25px;
  line-height: 1.5;
  font-weight: 600;
}

.hd .relation-product__price .discount-rate {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #ea1111;
}

.hd .relation-product__price .origin {
  display: inline-block;
  font-size: 20px;
  color: #888;
}

.hd .relation-product__price .origin + .discount {
  margin-top: 0;
}

.hd .relation-product__cart {
  position: absolute;
  right: 10px;
  top: 390px;
  z-index: 1;
}

.hd .relation-product__cart span {
  display: block;
  position: relative;
  font: 0/0 a;
}

.hd .relation-product__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 .relation-product__btn {
  margin-top: 13px;
}

.hd .relation-product__btn button {
  position: relative;
  right: 0;
  top: 0 !important;
  vertical-align: top;
}

.hd .relation-product__btn button span {
  display: block;
  position: relative;
  font: 0/0 a;
}

.hd .relation-product__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 .relation-product__btn button:not(:first-child) {
  margin-left: 11px;
}

.hd .relation-product__btn button.relation-product__cart span:before {
  background-position-x: -0px;
}

.hd .relation-product__btn button.relation-product__gift span:before {
  background-position-x: -56px;
}

.hd .relation-product__btn button.relation-product__heart span:before {
  background-position-x: -112px;
}

.hd .relation-product__btn button.relation-product__heart.active span:before {
  background-image: url("/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png");
  background-position: top 14px center;
  background-size: 31px;
}

.hd .relation-product .swiper-pagination {
  text-align: center;
}

.hd .relation-product .swiper-pagination-bullet {
  float: none;
}

.hd .cont-product {
  width: 100%;
}

.hd .cont-product .story__list {
  flex-wrap: nowrap;
}

.hd .cont-product .story__list li {
  margin: 0 20px 0 0 !important;
}

.hd .cont-product .story__list li:last-child {
  margin-right: 0 !important;
}

.hd .life.hd__header__st-event {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
}

.hd .life .hd__page-title {
  margin-top: 20px;
  padding-bottom: 20px;
}

.hd .life .hd__page-title .hd__page-title__txt {
  margin-top: -10px;
}

.hd .life .hd__page-title .hd__page-title__txt > * {
  font-size: 32px;
  vertical-align: middle;
}

.hd .life .hd__page-title .hd__page-title__logo {
  display: inline-block;
  margin: 4px 10px 0 0;
  width: 150px;
  height: 27px;
  font-size: 0 !important;
  background: url("/front_pc/images/img_header_logo-b48478d389ccdbde3a6da62182c5d009.png?ver=230105") no-repeat;
  background-size: 100% auto;
}

.hd .life .hd__page-title .ico_strap {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -26px;
}

.hd#greatingLifeMain .life.hd__header__st-event {
  transform: translate3d(0, -111px, 0);
  -webkit-transform: translate3d(0, -111px, 0);
}

.hd#greatingLifeMain .hd__greatingLifeMain {
  padding-top: 181px;
}

.hd__greatingLifeMain {
  padding-top: 111px;
}

.hd__greatingLifeMain-menu {
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hd__greatingLifeMain-menu ul {
  display: flex;
  padding: 0 20px;
}

.hd__greatingLifeMain-menu ul li {
  width: 100%;
  height: 71px;
  line-height: 70px;
  text-align: center;
}

.hd__greatingLifeMain-menu ul li a {
  position: relative;
  display: inline-block;
  height: 100%;
}

.hd__greatingLifeMain-menu ul li.on a {
  color: #918c00;
}

.hd__greatingLifeMain-menu ul li.on a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #918c00;
  content: '';
}

.hd__greatingLifeMain-menu.swiper-container .swiper-wrapper {
  padding: 0;
}

.hd__greatingLifeMain-menu.swiper-container .swiper-slide {
  margin: 0 25px;
  width: auto !important;
}

.hd__greatingLifeMain-banner {
  margin: 0 auto;
  width: 640px;
}

.hd__greatingLifeMain-banner img {
  display: block;
  width: 640px;
}

.hd__greatingLifeMain-banner .custom-scrollbar {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 580px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.hd__greatingLifeMain-banner .custom-scrollbar-track {
  position: absolute;
  height: 100%;
  width: 100%;
}

.hd__greatingLifeMain-banner .custom-scrollbar-thumb {
  position: absolute;
  height: 100%;
  background: #FFF;
  border-radius: 5px;
  transition: transform 0.7s;
}

.hd__greatingLifeMain-list {
  margin-top: 100px;
}

.hd__greatingLifeMain-list .swiper-slide .img {
  position: relative;
}

.hd__greatingLifeMain-list .swiper-slide .img .ico_strap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.hd__greatingLifeMain-list .swiper-slide .img img {
  width: 100%;
}

.hd__greatingLifeMain-list .swiper-slide .box {
  position: relative;
  margin-top: 20px;
  line-height: 1.5;
}

.hd__greatingLifeMain-list .swiper-slide .box .tit {
  font-weight: bold;
}

.hd__greatingLifeMain-list .swiper-slide .box .txt {
  margin-top: 10px;
}

.hd__greatingLifeMain-list.type1 .swiper-wrapper {
  flex-wrap: wrap;
  margin: 0 auto;
  width: 580px;
}

.hd__greatingLifeMain-list.type1 .swiper-slide .box:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11.5px;
  width: 30px;
  height: 23px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=20250207");
  background-position: -310px -229px;
  content: '';
}

.hd__greatingLifeMain-list.type1 .swiper-slide + .swiper-slide {
  margin-top: 60px;
}

.hd__greatingLifeMain-list.type2 .swiper-container {
  margin-left: 30px;
}

.hd__greatingLifeMain-list.type2 .swiper-slide {
  margin-right: 20px;
  width: 350px;
}

.hd__greatingLifeMain-list.type2 .swiper-slide:last-child {
  margin-right: 30px;
}

.hd__greatingLifeMain-instagram {
  margin-top: 120px;
}

.hd__greatingLifeMain-instagram .info {
  margin: 0 30px 30px;
  overflow: hidden;
}

.hd__greatingLifeMain-instagram .info .thumb {
  position: relative;
  float: left;
  width: 94px;
  height: 94px;
  font-size: 0;
  border-radius: 50%;
}

.hd__greatingLifeMain-instagram .info .thumb:after {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 80px;
  height: 80px;
  background: #fff url("/front_pc/images/img_header_logo_s-c214e16cce81bdc7ea2a2482d1345dbe.png?ver=210315") no-repeat center center;
  background-size: 62px auto;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  content: '';
  z-index: 1;
}

.hd__greatingLifeMain-instagram .info .thumb:before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 50%;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #feda75 0%, #fa7e1e 25%, #d62976 75%, #962fbf 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-sizing: border-box;
  transform: rotate(-45deg);
  z-index: 0;
  content: '';
}

.hd__greatingLifeMain-instagram .info .text {
  float: left;
  margin: 13px 0 0 20px;
}

.hd__greatingLifeMain-instagram .info .text strong {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}

.hd__greatingLifeMain-instagram .info .btn-round {
  float: right;
  margin-top: 22px;
  padding: 10px 20px;
  color: #1c1c1c;
  border-color: #1c1c1c;
}

.hd__greatingLifeMain-instagram .list {
  display: flex;
  flex-wrap: wrap;
}

.hd__greatingLifeMain-instagram .list li {
  position: relative;
  margin: 0px 5px 5px 0px;
  width: 210px;
  height: 260px;
  overflow: hidden;
}

.hd__greatingLifeMain-instagram .list li figure {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 210px;
  transform: translate3d(-50%, -50%, 0);
}

.hd__greatingLifeMain-instagram .list li:nth-of-type(3n) {
  margin-right: 0;
}

.hd__greatingLifeMain-instagram .list li video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hd__greatingLife-list, .hd__monthStory-list {
  padding-top: 111px;
}

.hd .greatingLife-list__cont {
  margin-top: 40px;
}

.hd .greatingLife-list__cont__list {
  position: relative;
  margin-top: 30px;
}

.hd .greatingLife-list__cont__list:first-child {
  margin-top: 0;
}

.hd .greatingLife-list__cont__list a {
  display: block;
  font-size: 0;
}

.hd .greatingLife-list__cont__title {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
  color: #FFF;
  transform: translate3d(0, -50%, 0);
}

.hd .greatingLife-list__program {
  position: relative;
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #C0C0C0;
}

.hd .greatingLife-list__program__title {
  display: block;
  padding-bottom: 20px;
  border-bottom: 3px solid #918c00;
  font-weight: bold;
}

.hd .greatingLife-list__program__desc {
  margin-top: 25px;
  line-height: 32px;
}

.hd .greatingLife-list__program__link {
  display: block;
  position: absolute;
  right: 33px;
  bottom: 40px;
  text-align: right;
  line-height: 53px;
  font-weight: bold;
  color: #3d3d3d;
}

.hd .greatingLife-list__program__link:after {
  content: '';
  display: inline-block;
  width: 53px;
  height: 53px;
  margin-left: 12px;
  vertical-align: middle;
  background: url(/front_mo/images/btn_main_right-arrow-d36d0fb4b99ff0422286c0ce45f72889.png) no-repeat 0 0/100%;
}

.hd .gTable__title {
  position: relative;
  margin-top: 25px;
  line-height: 60px;
}

.hd .gTable__title h3 {
  font-weight: 600;
}

.hd__greatingTable-list .sorting {
  float: right;
  position: relative;
  background: #FFF;
  cursor: pointer;
}

.hd__greatingTable-list .sorting strong {
  display: block;
  position: relative;
  padding-right: 20px;
  color: #636363;
  text-align: right;
  font-weight: 400;
}

.hd__greatingTable-list .sorting strong:after {
  display: block;
  top: 10px;
  right: 0;
  position: absolute;
  width: 13px;
  height: 8px;
  background: #FFF url("/front_mo/images/btn_sorting_drop-down-596d662b296e87123d072b3851b2a6d4.png") no-repeat 50% 50%;
  content: '';
}

.hd__greatingTable-list .sorting__list {
  position: relative;
  padding: 0 20px;
}

.hd__greatingTable-list .sorting__list a {
  display: block;
  color: #888888;
}

.hd__greatingTable-list .sorting .select-area {
  display: none;
  position: absolute;
  top: 50px;
  left: -120px;
  z-index: 2;
  padding: 25px 30px;
  border: 1px solid #636363;
  background: #fff;
}

.hd__greatingTable-list .sorting .select-area__inner {
  position: relative;
}

.hd__greatingTable-list .sorting .select-area__list {
  position: relative;
  width: 140px;
}

.hd__greatingTable-list .sorting .select-area__list:not(:first-child) {
  padding-top: 20px;
}

.hd__greatingTable-list .sorting .select-area__list--on a {
  color: #F9D983;
}

.hd__greatingTable-list .sorting .select-area__list--on:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 20px;
  background: #fff url("/front_mo/images/icon_sorting_check-on-97745732043af8dcd650658544b70691.png") no-repeat 0 0;
  content: '';
}

.hd__greatingTable-list .sorting .select-area:after {
  display: block;
  position: absolute;
  top: -11px;
  right: 28px;
  width: 20px;
  height: 20px;
  border: 1px solid #636363;
  border-right: transparent;
  border-bottom: transparent;
  background: #fff;
  transform: rotate(45deg);
  content: '';
}

.hd__greatingTable-list .sorting .select-area--show {
  display: block;
}

.hd .greatingTable {
  margin-top: 35px;
}

.hd .greatingTable__sorting:after {
  content: '';
  display: block;
  clear: both;
}

.hd .greatingTable__cont {
  margin-top: 30px;
  font-size: 0;
}

.hd .greatingTable__list {
  display: inline-block;
  width: 275px;
  vertical-align: top;
  margin-bottom: 40px;
  margin-left: 30px;
}

.hd .greatingTable__list:nth-child(odd) {
  margin-left: 0;
}

.hd .greatingTable__list__thumb {
  position: relative;
  margin-bottom: 20px;
}

.hd .greatingTable__list__thumb figure {
  width: 275px;
  height: 275px;
}

.hd .greatingTable__list__txt {
  position: relative;
}

.hd .greatingTable__list__title {
  display: block;
  margin-bottom: 15px;
  line-height: 32px;
  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 .greatingTable__list__desc {
  color: #BCBCBC;
}

.hd .greatingTable__list__desc img {
  vertical-align: -2px;
}

.hd .greatingTable__list__level, .hd .greatingTable__list__time {
  color: #3D3D3D;
}

.hd .greatingTable__list__like {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #3D3D3D;
}

.hd .greatingTable__list__like.on {
  color: #F9D983;
}

.hd__greatingTable-Detail .hd__btn-sec a {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  height: 85px;
  line-height: 83px;
  font-weight: 600;
  box-sizing: border-box;
}

.hd .greatingTable-Detail__img {
  position: relative;
  font-size: 0;
}

.hd .greatingTable-Detail__btn-like {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border: 1px solid #BCBCBC;
  background: #FFF url(/front_mo/images/btn_heart-off-9a5aade5906b74837490ea5e8fe2acad.png) no-repeat 50% 50%;
  border-radius: 50%;
  box-sizing: border-box;
}

.hd .greatingTable-Detail__btn-like.on {
  background-image: url(/front_mo/images/btn_heart-on-8360fc631c685973c48d68d387376f33.png);
}

.hd .greatingTable-Detail .chapter {
  margin-top: 20px;
  border-top: 3px solid #918c00;
}

.hd .greatingTable-Detail .chapter__list {
  font-size: 0;
}

.hd .greatingTable-Detail .chapter__list li {
  display: inline-block;
  width: 100%;
  padding: 13px 18px;
  border-bottom: 1px solid #BCBCBC;
  box-sizing: border-box;
}

.hd .greatingTable-Detail .chapter__list li.half {
  width: 50%;
  border-left: 1px solid #BCBCBC;
}

.hd .greatingTable-Detail .chapter__list li:nth-child(odd) {
  border-left: 0;
}

.hd .greatingTable-Detail .chapter__list li span {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}

.hd .greatingTable-Detail .chapter__list li strong {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.hd .greatingTable-Detail .chapter__list.line02 span {
  width: 50px;
}

.hd .greatingTable-Detail .chapter__list.line02 strong {
  width: 470px;
}

.hd .greatingTable-Detail .chapter__txt {
  padding: 40px 20px;
  line-height: normal;
}

.hd .greatingTable-Detail__timer {
  margin-top: 20px;
}

.hd .greatingTable-Detail__timer__sec {
  position: relative;
  padding-right: 100px;
}

.hd .greatingTable-Detail__timer__count {
  display: block;
  position: relative;
  height: 90px;
  padding-left: 120px;
  background: #918c00 url(/front_mo/images/ico_greating_clock-c423e8aaa7b85eb05e1bf035f56a1b55.png) no-repeat 27px 50%;
  line-height: 90px;
  font-size: 48px;
  font-weight: 600;
  color: #FFF;
  box-sizing: border-box;
}

.hd .greatingTable-Detail__timer__count:before {
  content: '';
  position: absolute;
  top: 0;
  left: 91px;
  width: 1px;
  height: 100%;
  background: #87B6AD;
}

.hd .greatingTable-Detail__timer__btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: #F9D983 url(/front_mo/images/ico_timer_play-8a616f533531a8e96752da2d7ddc47ca.png) no-repeat 50% 50%;
}

.hd .greatingTable-Detail__timer__btn.stop {
  background-image: url(/front_mo/images/ico_timer_stop-5784e37f460f89fb79f0563af86b7a41.png);
}

.hd .greatingTable-Detail__timer__notice {
  margin-top: 20px;
  color: #888;
}

.hd__eventList .event-banner {
  width: 100%;
  height: 200px;
  display: none;
}

.hd__eventList .event-banner .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 32px;
  z-index: 1;
}

.hd__eventList__container {
  width: 580px;
  margin: 40px auto 0;
}

.hd__eventList .event-cont .event-list {
  position: relative;
  margin-top: 40px;
}

.hd__eventList .event-cont .event-list__thumb {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 310px;
}

.hd__eventList .event-cont .event-list .textbox {
  padding-top: 20px;
}

.hd__eventList .event-cont .event-list .textbox__tit {
  display: block;
  /* 사용법 : @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;
  line-height: 38px;
}

.hd__eventList .event-cont .event-list .textbox__period {
  padding-top: 15px;
}

.hd__eventList .event-cont .event-list .textbox__period .noti {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  color: #F9D983;
  font-weight: bold;
}

.hd__eventList .event-cont .event-list .textbox__period .noti:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 22px;
  border: 1px solid #575757;
  content: '';
}

.hd__eventList .event-cont .event-list .winnerView {
  margin-top: 15px;
  text-align: right;
}

.hd__eventList .event-cont .event-list .btn-check-winner {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  background: url(/front_mo/images/ico_arrow_left-c70169088b7437d149aa4c04d3ec0c66.png) no-repeat 98% 50%;
  line-height: 26px;
  font-size: 22px;
}

.hd__eventList .event-cont .event-list .btn-check-winner:before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: #F9D983;
  content: '';
}

.hd__winnerList .winner-banner {
  width: 100%;
  height: 382px;
}

.hd__winnerList .winner-banner .swiper-pagination {
  position: absolute;
  bottom: 24px;
  left: 32px;
  z-index: 1;
}

.hd__winnerList__container {
  width: 580px;
  margin: 40px auto 0;
}

.hd__winnerList .winner-cont .winner-list {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #bcbcbc;
}

.hd__winnerList .winner-cont .winner-list .textbox__period {
  padding-top: 15px;
}

.hd__eventDetail {
  padding-top: 190px;
}

.hd__eventDetail .detail-area__tit {
  line-height: 1.5;
  width: 480px;
  font-size: 28px;
  font-weight: bold;
}

.hd__eventDetail .detail-area__period {
  padding: 20px 0 30px;
  color: #888;
  border-bottom: 1px solid #ccc;
}

.hd__eventDetail .detail-area__period .noti {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  color: #F9D983;
  font-weight: bold;
}

.hd__eventDetail .detail-area__period .noti:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 18px;
  border: 1px solid #ccc;
  content: '';
}

.hd__eventDetail .detail-area__period .d-day {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
  color: #918c00;
  font-weight: bold;
}

.hd__eventDetail .detail-area__period .d-day:before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 18px;
  border: 1px solid #ccc;
  content: '';
}

.hd__eventDetail .detail-area__contents {
  margin: 30px 0 0 -30px;
  width: 640px;
  line-height: normal;
  word-break: normal;
  word-wrap: break-word;
}

.hd__eventDetail .detail-area__contents img {
  width: 640px;
}

.hd__eventDetail .detail-area__contents .banner img {
  max-width: 100%;
}

.hd__eventDetail__btn-share {
  display: block;
  float: right;
  width: 33px;
  height: 35px;
  margin-top: 2px;
  margin-right: 17px;
  background: url(/front_mo/images/icon_share-b1790913e3505147bd27707fbd7e0dd2.png) no-repeat 0 0;
  background-size: 100% 100%;
  text-indent: -9999px;
}

.hd__eventDetail .notice {
  padding-top: 30px;
}

.hd__eventDetail .notice__tit {
  font-weight: bold;
}

.hd__eventDetail .notice__cont {
  margin-top: 15px;
  color: #888;
  line-height: 36px;
  word-break: break-all;
}

.hd__eventDetail .notice__list {
  position: relative;
  padding-left: 15px;
}

.hd__eventDetail .notice__list:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd__eventCheckAttendance .detail-area {
  margin-bottom: 0;
}

.hd__eventCheckAttendance .detail-area__contents {
  padding-bottom: 0;
}

.hd__eventCheckAttendance .detail-area__contents .banner img {
  display: block;
}

.hd__eventCheckAttendance .stamp-area {
  width: 640px;
  margin-left: -30px;
  padding-bottom: 80px;
  background: #efbc45;
}

.hd__eventCheckAttendance .stamp-area__tit {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.hd__eventCheckAttendance .stamp-area__tit strong {
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.hd__eventCheckAttendance .stamp-area__tit strong:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: #F9D983;
  content: '';
}

.hd__eventCheckAttendance .stamp-area .stamps {
  padding: 60px 30px 0 30px;
  counter-reset: day_count;
}

.hd__eventCheckAttendance .stamp-area .stamps__list {
  position: relative;
  float: left;
  width: 90px;
  height: 90px;
  margin-left: 32px;
  margin-bottom: 30px;
  padding-top: 15px;
  background: url(/front_mo/images/img_checkAtt_off-e85e70f1920d99cbeb866dc8721cee2b.png) no-repeat center center;
  text-align: center;
  color: #c1c1c1;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 26px;
}

.hd__eventCheckAttendance .stamp-area .stamps__list:before {
  display: block;
  font-size: 20px;
  color: #a7a6a6;
  counter-increment: day_count;
  content: counter(day_count);
}

.hd__eventCheckAttendance .stamp-area .stamps__list--on {
  background: url(/front_mo/images/img_checkAtt_on-08371d9ad41120aa3d6d75eb18351a1f.png?201228) no-repeat center center;
  border: none;
}

.hd__eventCheckAttendance .stamp-area .stamps__list--on span {
  font-size: 0;
}

.hd__eventCheckAttendance .stamp-area .stamps__list--on:before {
  font-size: 0;
}

.hd__eventCheckAttendance .stamp-area .stamps__list--on:after {
  background: #ffaa64 !important;
}

.hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(1), .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(10), .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(11), .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(20), .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(21), .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(30), .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(31) {
  margin-left: 0;
}

.hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+6):nth-child(-n+10), .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+16):nth-child(-n+20), .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+26):nth-child(-n+30) {
  float: right;
}

.hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+2):nth-child(-n+5):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+12):nth-child(-n+15):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+22):nth-child(-n+25):after {
  content: "";
  display: block;
  width: 32px;
  height: 10px;
  background: #efefef;
  position: absolute;
  top: 40px;
  left: -32px;
}

.hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(6):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(11):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(16):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(21):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(26):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(31):after {
  content: "";
  display: block;
  width: 10px;
  height: 32px;
  background: #efefef;
  position: absolute;
  top: -31px;
  left: 39px;
}

.hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+7):nth-child(-n+10):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+17):nth-child(-n+20):after, .hd__eventCheckAttendance .stamp-area .stamps__list:nth-child(n+27):nth-child(-n+30):after {
  content: "";
  display: block;
  width: 32px;
  height: 10px;
  background: #efefef;
  position: absolute;
  top: 40px;
  left: 90px;
}

.hd__eventCheckAttendance .stamp-area .stamps__day {
  display: inline-block;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  line-height: 23px;
  font-size: 16px;
}

.hd__eventCheckAttendance .stamp-area .btn-area {
  margin: 0 auto;
  text-align: center;
}

.hd__eventCheckAttendance .stamp-area .btn-area button {
  height: 85px;
  line-height: 83px;
  font-size: 28px;
  border-radius: 7px;
}

.hd__eventTyping .quiz-area {
  padding-top: 30px;
  border-top: 3px solid #918c00;
}

.hd__eventTyping .quiz-area__txt {
  font-weight: bold;
  text-align: center;
}

.hd__eventTyping .quiz-area__txt span {
  display: block;
  margin-bottom: 20px;
}

.hd__eventTyping .quiz-area__txt input[type=text] {
  width: 58px;
  height: 58px;
  margin-right: 10px;
  border: 0;
  border-bottom: 6px solid #918c00;
  text-align: center;
  box-sizing: border-box;
}

.hd__eventTyping .quiz-area .btn-area {
  margin-top: 60px;
}

.hd__eventTyping .quiz-area .text-wrap {
  margin-bottom: 50px;
  text-align: center;
}

.hd__eventTyping .quiz-area .text-wrap span {
  display: block;
  color: #bbb;
  font-size: 20px;
}

.hd__eventTyping .quiz-area .text-wrap p {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  color: #666;
}

.hd__eventTyping .quiz-area .text-wrap strong {
  display: block;
  margin-top: 20px;
  font-size: 30px;
  color: #555;
}

.hd__eventTyping .quiz-tab {
  width: 610px;
  height: 89px;
}

.hd__eventTyping .quiz-tab:not(.swiper-container-initialized) ul {
  justify-content: center;
}

.hd__eventTyping .quiz-tab ul {
  height: 88px;
}

.hd__eventTyping .quiz-tab ul li {
  width: auto;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.hd__eventTyping .quiz-tab ul li a {
  position: relative;
  display: block;
  padding: 30px 20px;
  min-width: 180px;
  font-size: 24px;
  box-sizing: border-box;
}

.hd__eventTyping .quiz-tab ul li:not(:first-child):after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  background: #ccc;
  transform: translateY(-50%);
  content: '';
}

.hd__eventTyping .quiz-tab ul li.on a {
  font-weight: bold;
  color: #918c00;
}

.hd__eventTyping .quiz-tab ul li.on a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #918c00;
  content: '';
}

.hd__eventTyping .quiz-tab ul li:last-child {
  margin-right: 30px;
}

.hd__eventTyping .quiz-tab.fixed ul {
  position: fixed;
  left: 0;
  top: 71px;
  z-index: 1;
}

.hd__eventTyping .quiz-tab.fixed ul li {
  border-bottom: 0;
}

.hd__eventTyping .quiz-tab.fixed:after {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 89px;
  background: #fff;
  z-index: 0;
  border-bottom: 1px solid #ccc;
  content: '';
}

.hd__eventTyping .coupon__area {
  margin: 50px 0;
  text-align: center;
}

.hd__eventTyping .coupon__area__title {
  display: inline-block;
  padding: 10px 25px;
  border-bottom: solid 2px #918c00;
  color: #1c1c1c;
  font-size: 30px;
  font-weight: 900;
}

.hd__eventTyping .coupon__area .coupon__wrap {
  background: url("/front_mo/images/bg-eventCoupon-0c6147cb864ea6ea4028bc3986533a9e.jpg?ver=210226") 0 0 no-repeat;
  width: 440px;
  height: 272px;
  margin: 49px auto 30px;
}

.hd__eventTyping .coupon__area .coupon__wrap__info {
  width: 370px;
  padding: 65px 0 0;
}

.hd__eventTyping .coupon__area .coupon__wrap__info strong {
  display: block;
  margin: 10px 0 20px;
  color: #3d3d3d;
  letter-spacing: -2px;
  font-size: 40px;
}

.hd__eventTyping .coupon__area .coupon__wrap__info p {
  display: -webkit-box;
  overflow: hidden;
  max-height: 50px;
  margin-top: 5px;
  padding: 0 25px;
  color: #8d8d8d;
  letter-spacing: -1px;
  font-size: 19px;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hd__eventTyping .coupon__area .coupon__wrap__code {
  display: inline-block;
  overflow: hidden;
  background: #f5f5f5;
  max-width: 330px;
  min-width: 195px;
  height: 41px;
  margin: 0 auto;
  padding: 0 10px;
  border-radius: 7px;
  box-sizing: border-box;
  color: #918c00;
  line-height: 41px;
  text-overflow: ellipsis;
  font-size: 21px;
  font-weight: 700;
}

.hd__eventTyping .coupon__area .coupon__count {
  margin-top: 30px;
  color: #3d3d3d;
  font-size: 30px;
  font-weight: bold;
}

.hd__eventTyping .coupon__area .coupon__copy {
  display: flex;
  background: #918c00;
  width: 60%;
  height: 78px;
  margin: 30px auto 0;
  color: #fff;
  line-height: 78px;
  letter-spacing: -1px;
  font-size: 24px;
  align-items: center;
  justify-content: center;
}

.hd__eventTyping .coupon__area .coupon__copy:after {
  content: "";
  display: block;
  background: url(/front_mo/images/icon_copy-4e3e8433d8e345a9bd23b82b31814c96.png) 0 0 no-repeat;
  width: 17px;
  height: 22px;
  margin: 5px 0 0 15px;
}

.hd__eventTyping .coupon-wrap + * {
  margin-top: 80px;
}

.hd__eventTyping .coupon-box {
  margin-top: 25px;
  margin-left: -30px;
  width: 640px;
}

.hd__eventTyping .coupon-box .slick-slide {
  margin: 0 10px;
}

.hd__eventTyping .coupon-box .slick-prev {
  left: 50%;
  margin-left: -300px;
}

.hd__eventTyping .coupon-box .slick-next {
  right: 50%;
  margin-right: -300px;
}

.hd__eventTyping .coupon-list {
  position: relative;
  margin: 0 auto;
  width: 540px;
}

.hd__eventTyping .coupon-btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 70%;
  font-size: 22px;
  color: #fff;
  border-radius: 20px;
  background: #1c1c1c;
  transform: translateX(-50%);
}

.hd .popup_eventTapping {
  touch-action: manipulation;
}

.hd__eventSurvey .survey-area {
  padding-top: 30px;
  border-top: 3px solid #918c00;
  text-align: center;
}

.hd__eventSurvey .survey-area__tit {
  margin-bottom: 30px;
  text-align: left;
  line-height: 32px;
  font-weight: bold;
}

.hd__eventSurvey .survey-area .checkbox-area .check-label {
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

.hd__eventSurvey .survey-area .checkbox-area .check-label .check-area {
  top: 0;
  transform: none;
}

.hd__eventSurvey .survey-area .checkbox-area .check-label .text {
  display: block;
  padding-left: 48px;
  line-height: 40px;
  font-weight: bold;
}

.hd__eventSurvey .survey-area .checkbox-area .check-label .text .input_text {
  margin-top: 10px;
  width: 470px;
}

.hd__eventSurvey .survey-area .checkbox-area .check-label .text .input_text:disabled {
  background: #F4F4F4;
}

.hd__eventSurvey .survey-area .checkbox-area .check-label:last-child .input_text {
  margin-top: 0;
}

.hd__eventSurvey .survey-area .checkbox-area .check-label:last-child .check-area {
  top: 50%;
  margin-top: -20px;
}

.hd__eventSurvey .survey-area .btn-area {
  margin-top: 60px;
}

.hd__eventChallengeCont .challenge-banner {
  width: 100%;
  height: 760px;
}

.hd__eventChallengeCont .challenge-banner .swiper-slide > * {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}

.hd__eventChallengeCont .challenge-banner img {
  max-height: 100%;
}

.hd__eventChallengeCont .swiper-pagination {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
}

.hd__eventChallengeCont .btn-area {
  margin-top: 0;
  visibility: hidden;
}

.hd__eventReview .review-area {
  margin-top: 30px;
  border-top: 3px solid #918c00;
}

.hd__eventReview .review-area__tit {
  padding: 25px 0;
}

.hd__eventReview .review-area .input-area {
  position: relative;
  width: 100%;
  height: 70px;
  border: 1px solid #918c00;
  box-sizing: border-box;
}

.hd__eventReview .review-area .input-area input[type=text] {
  width: calc(100% - 110px);
  height: 100%;
  padding: 0 140px 0 25px;
  border: none;
  box-sizing: border-box;
}

.hd__eventReview .review-area .input-area .btn-summit {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 100%;
  background: #918c00;
  color: #fff;
  text-align: center;
}

.hd__eventReview .review-area .input-area .chk-secret {
  position: absolute;
  top: 10px;
  right: 113px;
}

.hd__eventReview .review-area .input-area .chk-secret label {
  display: block;
  padding: 10px;
}

.hd__eventReview .review-area .input-area .chk-secret label .chk-secret-ico::before {
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
  font-style: normal;
  color: #757575;
  content: '비밀댓글';
  vertical-align: middle;
}

.hd__eventReview .review-area .input-area .chk-secret label .chk-secret-ico::after {
  display: inline-block;
  margin-top: -4px;
  width: 35px;
  height: 30px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=231212") no-repeat -179px -114px;
  content: '';
  vertical-align: middle;
}

.hd__eventReview .review-area .input-area .chk-secret input {
  display: none;
}

.hd__eventReview .review-area .input-area .chk-secret input:checked + label .chk-secret-ico::before {
  color: #918c00;
}

.hd__eventReview .review-area .input-area .chk-secret input:checked + label .chk-secret-ico::after {
  background-position-x: -215px;
}

.hd__eventReview .review-area .review-box .reply {
  border-bottom: 1px solid #BCBCBC;
}

.hd__eventReview .review-area .review-box .reply__sec {
  padding: 25px 0 30px;
}

.hd__eventReview .review-area .review-box .reply__sec.anws .reply__txt {
  padding-left: 35px;
}

.hd__eventReview .review-area .review-box .reply__sec.anws .reply__txt: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__eventReview .review-area .review-box .reply__sec.anws .reply__info {
  padding-left: 35px;
}

.hd__eventReview .review-area .review-box .reply__txt {
  position: relative;
  display: block;
  line-height: 31px;
}

.hd__eventReview .review-area .review-box .reply__txt .btn_goto {
  color: #918c00;
}

.hd__eventReview .review-area .review-box .reply__txt .best {
  color: #F9D983;
}

.hd__eventReview .review-area .review-box .reply__info {
  display: block;
  position: relative;
  margin-top: 20px;
  color: #a1a1a1;
}

.hd__eventReview .review-area .review-box .reply__info__div {
  color: #ccc;
}

.hd__eventReview .review-area .review-box .reply__info__btn {
  position: absolute;
  right: 70px;
  top: 0;
  color: #a1a1a1;
}

.hd__eventReview .review-area .review-box .reply__info__btn.type2 {
  right: 0;
}

.hd__eventRoulette {
  position: relative;
  width: 640px !important;
  overflow: hidden;
}

.hd__eventRoulette .detail-area {
  margin-left: 30px;
  width: 580px;
}

.hd__eventRoulette .notice {
  margin: 0 30px;
}

.hd__eventRoulette .roulette {
  position: relative;
  margin: 115px auto 100px;
  width: 558px;
  height: 558px;
  border-radius: 50%;
  box-shadow: 14px 20px 0 rgba(179, 55, 22, 0.25);
}

.hd__eventRoulette .roulette:after {
  position: absolute;
  left: 50%;
  top: -36px;
  margin-left: -23.5px;
  width: 61px;
  height: 91px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?210209") no-repeat -280px 0;
  content: '';
}

.hd__eventRoulette .roulette__img {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  border: 9px solid #1c1c1c;
  box-sizing: border-box;
}

.hd__eventRoulette .roulette__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -93px 0 0 -93px;
  width: 186px;
  height: 186px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?210209") no-repeat -341px 0;
  text-indent: -999em;
  box-shadow: 0 10px 10px rgba(179, 55, 22, 0.25);
  border-radius: 50%;
}

.hd__eventRoulette .roulette__banner {
  margin-bottom: 50px;
}

.hd__eventRoulette .roulette__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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?210209") no-repeat -36px 0;
  background-size: 640px auto;
  transform: scale(1.6);
  opacity: 0.25;
  z-index: 1;
}

.hd__eventRoulette .roulette__banner .swiper-button-prev {
  left: 20px;
}

.hd__eventRoulette .roulette__banner .swiper-button-next {
  right: 20px;
  background-position-x: -57px;
}

.hd__eventLucky .lucky__area {
  position: relative;
  padding-bottom: 80px;
}

.hd__eventLucky .lucky__area:after {
  position: absolute;
  left: -30px;
  bottom: 0;
  width: 640px;
  height: 1px;
  background: #dedede;
  content: '';
}

.hd__eventLucky .lucky__area.close .item__thumb {
  position: relative;
}

.hd__eventLucky .lucky__area.close .item__thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 0;
}

.hd__eventLucky .lucky__area.close .item__thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}

.hd__eventLucky .lucky__area.open .lucky__cont-timer div.text {
  color: #1c1c1c;
}

.hd__eventLucky .lucky__area.open .item__thumb {
  position: relative;
}

.hd__eventLucky .lucky__area.open .item__thumb:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  z-index: 0;
}

.hd__eventLucky .lucky__area.open .item__thumb span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}

.hd__eventLucky .lucky__cont {
  margin: 0 auto;
  width: 580px;
}

.hd__eventLucky .lucky__cont-timer {
  margin: 50px 0 30px 0;
  color: #ea1111;
  text-align: center;
}

.hd__eventLucky .lucky__cont-timer .days {
  margin-right: 10px;
}

.hd__eventLucky .lucky__cont-timer .days:after {
  content: '일';
}

.hd__eventLucky .lucky__cont-timer .text {
  margin-left: -5px;
  line-height: 1.3;
}

.hd__eventLucky .lucky__cont-timer .text + .text {
  margin-top: 5px;
}

.hd__eventLucky .lucky__cont-timer .black {
  color: #1c1c1c;
}

.hd__eventLucky .lucky__cont-timer .seconds {
  animation-name: opacity_key;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-delay: 0;
}

@keyframes opacity_key {
  0%, 100% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.9;
  }
}

.hd__eventLucky .lucky__cont-product {
  margin-bottom: 50px;
}

.hd__eventLucky .lucky__cont-product .item__info {
  margin-top: 10px;
}

.hd__eventLucky .lucky__cont-product .item__title {
  line-height: 1.4;
}

.hd__eventLucky .lucky__cont-product .item__sub {
  margin-bottom: 5px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888;
}

.hd__eventLucky .lucky__cont-product .item__name {
  /* 사용법 : @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;
  font-weight: bold;
}

.hd__eventLucky .lucky__cont-product .item__thumb {
  height: 580px;
}

.hd__eventLucky .lucky__cont-product .item__thumb img {
  display: block;
}

.hd__eventLucky .lucky__cont-product .item__price {
  position: relative;
  margin-top: 30px;
}

.hd__eventLucky .lucky__cont-product .item__price-dc-rate {
  padding: 1px 8px;
  font-size: 18px;
  color: #fff;
  background: #ea1111;
}

.hd__eventLucky .lucky__cont-product .item__price-before {
  margin-left: 10px;
  color: #888;
}

.hd__eventLucky .lucky__cont-product .item__price-after {
  position: absolute;
  right: 0;
  top: -7px;
}

.hd__eventLucky .lucky__cont-product .item__price-after strong {
  font-weight: bold;
}

.hd__eventLucky .lucky__cont-count {
  margin-bottom: 20px;
  text-align: center;
}

.hd__eventLucky .lucky__cont-count span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #1c1c1c;
}

.hd__eventLucky .lucky__cont .btn__default {
  border-radius: 50px;
}

.hd__eventLucky .lucky__cont .btn__default.buy {
  color: #fff;
  background: #1c1c1c;
}

.hd__eventLucky .lucky__cont .btn__default.orange {
  color: #888;
  border-color: #aaa;
}

.hd__eventStamp .stamp-area {
  margin-left: -30px;
  padding: 70px 40px 80px;
  width: 640px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.hd__eventStamp .stamp-area .info {
  padding-bottom: 20px;
  text-align: center;
}

.hd__eventStamp .stamp-area .info__title {
  font-size: 40px;
  letter-spacing: -1px;
}

.hd__eventStamp .stamp-area .info__title .user {
  display: none;
}

.hd__eventStamp .stamp-area .info__list {
  display: none;
  margin-top: 15px;
}

.hd__eventStamp .stamp-area .info__list li {
  margin: 5px 0;
  font-size: 26px;
}

.hd__eventStamp .stamp-area .info__list li .num {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 75px;
  line-height: 35px;
  font-size: 24px;
  text-align: center;
  background: #e1e1e1;
  border-radius: 30px;
}

.hd__eventStamp .stamp-area .info__list li .num:before {
  position: absolute;
  left: -14px;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: #888;
  content: '';
}

.hd__eventStamp .stamp-area .info__list li .num.on {
  color: #918c00;
}

.hd__eventStamp .stamp-area .stamps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid #afafaf;
  /* eventStamp */
}

.hd__eventStamp .stamp-area .stamps__list {
  margin: 10px 6px 10px 0;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  overflow: hidden;
  background: url("/front_pc/images/img_eventStamp-789e5c2b4986fbc1aaeff616f61c51b2.png?ver=241011") no-repeat 0 -110px;
}

.hd__eventStamp .stamp-area .stamps__list:nth-of-type(5n) {
  margin-right: 0;
}

.hd__eventStamp .stamp-area .stamps__list .txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #888;
  text-align: center;
  transform: rotate(20deg);
  cursor: auto;
}

.hd__eventStamp .stamp-area .stamps__list .txt .gift {
  font-size: 21px;
  text-align: center;
}

.hd__eventStamp .stamp-area .stamps__list .txt .gift strong {
  display: block;
  font-size: 23px;
}

.hd__eventStamp .stamp-area .stamps__list .txt .gift:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/front_pc/images/img_eventStamp-789e5c2b4986fbc1aaeff616f61c51b2.png?ver=221221") no-repeat 0 0;
  transform: rotate(-20deg);
  z-index: -1;
  content: '';
}

.hd__eventStamp .stamp-area .stamps__list .date {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  height: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #918c00;
  transform: rotate(20deg);
  box-sizing: border-box;
}

.hd__eventStamp .stamp-area .stamps__list--on {
  background-position-y: -220px;
}

.hd__eventStamp .stamp-area .stamps__list--on .txt {
  color: #fff;
  cursor: pointer;
}

.hd__eventStamp .stamp-area .stamps__list--on .txt .gift:after {
  display: none;
}

.hd__eventStamp .stamp-area .stamps__list--on .txt.on {
  transform: none;
}

.hd__eventStamp .stamp-area .stamps__list--on .txt.on:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/front_pc/images/img_eventStamp-789e5c2b4986fbc1aaeff616f61c51b2.png?ver=241011") no-repeat 0 -440px;
  content: '';
}

.hd__eventStamp .stamp-area .stamps__list--end {
  background-position-y: -330px;
}

.hd__eventStamp .stamp-area .stamps__list--end .txt:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 107px;
  font-size: 25px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  content: '받았음';
}

.hd__eventStamp .stamp-area .stamps__list--end .txt .gift {
  color: #918c00;
}

.hd__eventStamp .stamp-area .stamps__list--end .txt .gift:after {
  background-position-y: -550px;
}

.hd__eventStamp .stamp-area .guide {
  padding-top: 20px;
  color: #7f7f7f;
  text-align: center;
  border-top: 1px solid #afafaf;
}

.hd__eventStamp .stamp-area .guide .point {
  color: #1c1c1c;
}

.hd__eventStamp .stamp-area .btn__default {
  display: block;
  margin: 40px auto 0;
  width: 500px;
  height: 100px;
  line-height: 100px;
  font-size: 32px;
  letter-spacing: -1px;
  border-radius: 50px;
}

.hd__eventStamp .stamp-area.login {
  background: #f5f5f5 url("/front_pc/images/bg_eventStamp-41446f6d226eea340bec420382e7bf9c.png") no-repeat;
  background-position: -110px -60px;
}

.hd__eventStamp .stamp-area.login .info {
  text-align: right;
}

.hd__eventStamp .stamp-area.login .info__title .user {
  display: block;
}

.hd__eventStamp .stamp-area.login .info__list {
  display: block;
}

.hd__eventTapping {
  padding-top: 170px;
}

.hd__eventTapping .tapping-wrap {
  position: relative;
  margin-left: -30px;
  width: 640px;
  overflow: hidden;
}

.hd__eventTapping .tapping-wrap img {
  touch-action: manipulation;
}

.hd__eventTapping .tapping-section {
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}

.hd__eventTapping .tapping-section.bottom {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 220px;
}

.hd__eventTapping .tapping-timer {
  display: inline-block;
  width: 220px;
  height: 70px;
  line-height: 68px;
  font-size: 55px;
  font-weight: bold;
  color: #50b9e6;
  text-align: center;
  background: #fff;
  border-radius: 5px;
}

.hd__eventTapping .tapping-timer .seconds {
  animation-name: opacity_key;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  animation-delay: 0;
}

@keyframes opacity_key {
  0%, 100% {
    opacity: 1;
  }
  30% {
    opacity: 0.3;
  }
  60% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.9;
  }
}

.hd__eventTapping .tapping-text {
  margin-top: 30px;
  font-size: 36px;
  text-align: center;
  color: #fff;
}

.hd__eventTapping .tapping-text.small {
  margin-top: 11px;
  font-size: 26px;
  font-weight: bold;
}

.hd__eventTapping .tapping-img {
  transition: all 0.5s;
}

.hd__eventTapping .tapping-img.active img {
  animation: flame 0.5s infinite;
}

@keyframes flame {
  from,
  to {
    transform: scale(1.1);
  }
  25% {
    transform: scale(0.9, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}

.hd__eventTapping .tapping-progress {
  position: relative;
  margin: 0 auto;
  width: 560px;
}

.hd__eventTapping .tapping-progress .progress-bg {
  position: relative;
  flex-grow: 1;
  height: 20px;
  border-radius: 10px;
  background-color: #fff;
}

.hd__eventTapping .tapping-progress .progress-bg span {
  font-size: 0;
}

.hd__eventTapping .tapping-progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 20px;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 10px;
  background-color: #2b8ee2;
  transition: all 0.5s;
}

.hd__eventTapping .tapping-progress .progress-ico {
  position: absolute;
  bottom: 100%;
}

.hd__eventTapping .tapping-progress .progress-ico img {
  margin-bottom: 10px;
  max-width: none;
}

.hd__eventTapping .tapping-progress .progress-line {
  position: absolute;
  width: 1px;
  height: 100%;
  border-left: 1px dashed rgba(0, 0, 0, 0.25);
}

.hd__eventTapping .tapping-btn {
  margin-top: 40px;
}

.hd__eventTapping .tapping-btn button {
  margin: 0 auto;
  width: 560px;
  height: 90px;
  line-height: 88px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 20px;
  touch-action: manipulation;
}

.hd__eventTapping .tapping-btn button.btn-green {
  background: #272727;
  border-color: #272727;
}

.hd__eventTapping .tapping-share {
  margin: 30px 0 40px;
  text-align: center;
  white-space: nowrap;
}

.hd__eventTapping .tapping-share dl dt {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  text-align: center;
}

.hd__eventTapping .tapping-share dl dt strong {
  font-weight: bold;
  color: #2b8ee2;
}

.hd__eventTapping .tapping-share dd {
  display: inline-block;
  width: 157px;
  height: 107px;
}

.hd__eventTapping .tapping-share dd a {
  display: block;
  font-size: 0;
}

.hd__eventTapping .tapping-share dd a:before {
  display: block;
  margin: 0 auto;
  width: 107px;
  height: 107px;
  content: '';
  background: url("/front_pc/images/ico_event_sns-b91f027fa5ed71d432e57e95d3774bb7.png") no-repeat;
  background-size: 300% auto;
}

.hd__eventTapping .tapping-share dd a.instagram:before {
  background-position-x: 50%;
}

.hd__eventTapping .tapping-share dd a.copy:before {
  background-position-x: 100%;
}

.hd__eventTapping .tapping-share .tip {
  position: relative;
  margin: 25px auto 0;
  line-height: 1.5;
  font-size: 21px;
  font-weight: bold;
}

.hd__eventTapping .tapping-share .tip p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
  color: #565656;
}

.hd__eventScratch {
  padding-top: 170px;
}

.hd__eventScratch .scratch-wrap {
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hd__eventScratch .scratch-wrap img {
  touch-action: manipulation;
}

.hd__eventScratch .scratch-section {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}

.hd__eventScratch .scratch-section.bottom {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 220px;
}

.hd__eventScratch .scratch-text {
  margin-top: 30px;
  font-size: 26px;
  text-align: center;
  color: #fff;
}

.hd__eventScratch .scratch-text > * {
  display: block;
}

.hd__eventScratch .scratch-text > * + * {
  margin-top: 10px;
}

.hd__eventScratch .scratch-box {
  position: relative;
  margin-top: 40px;
}

.hd__eventScratch .scratch-box .box-area {
  position: absolute;
  top: 0;
  left: 50%;
  width: 300px;
  height: 200px;
  transform: translateX(-50%);
}

.hd__eventScratch .scratch-box .box-finish {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  /* 이벤트가 캔버스에만 전달되도록 설정 */
  box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.hd__eventScratch .scratch-box .box-finish .finish-txt {
  font-size: 34px;
}

.hd__eventScratch .scratch-box .box-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: black;
  font-size: 20px;
  z-index: 3;
  pointer-events: none;
  transition: opacity 0.5s;
}

.hd__eventScratch .scratch-box canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 20px;
}

.hd__eventScratch .scratch-share {
  margin-top: 40px;
  text-align: center;
  white-space: nowrap;
}

.hd__eventScratch .scratch-share dl dt {
  display: block;
  margin-bottom: 25px;
  font-size: 26px;
  text-align: center;
}

.hd__eventScratch .scratch-share dl dt strong {
  font-weight: bold;
  color: #918c00;
}

.hd__eventScratch .scratch-share dd {
  display: inline-block;
  width: 130px;
  height: 90px;
}

.hd__eventScratch .scratch-share dd a {
  display: block;
  font-size: 0;
}

.hd__eventScratch .scratch-share dd a:before {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  content: '';
  background: url("/front_pc/images/ico_event_sns-b91f027fa5ed71d432e57e95d3774bb7.png") no-repeat;
  background-size: 300% auto;
}

.hd__eventScratch .scratch-share dd a.instagram:before {
  background-position-x: 50%;
}

.hd__eventScratch .scratch-share dd a.copy:before {
  background-position-x: 100%;
}

.hd__eventScratch .scratch-toast {
  position: absolute;
  left: 50%;
  top: 40px;
  padding: 10px 25px;
  font-size: 22px;
  transform: translateX(-50%);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}

.hd__setting__sect {
  position: relative;
  margin-top: -1px;
  padding: 40px 0;
  border-top: 1px solid #c0c0c0;
}

.hd__setting__sect .switch {
  position: absolute;
  top: 30px;
  right: 0;
}

.hd__setting__sect .switch label {
  position: relative;
}

.hd__setting__sect .switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.hd__setting__sect .switch input[type=checkbox]:checked + span {
  background: #918c00;
}

.hd__setting__sect .switch input[type=checkbox]:checked + span:before {
  left: calc(100% - 48px);
}

.hd__setting__sect .switch__container {
  display: block;
  position: relative;
  width: 85px;
  height: 47px;
  background: #888;
  border-radius: 40px;
}

.hd__setting__sect .switch__container:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  width: 45px;
  height: 45px;
  margin: 0 1px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
  content: '';
  transition: all 0.3s ease;
}

.hd__setting__tit {
  font-weight: bold;
}

.hd__setting__subtit {
  margin-top: 25px;
  line-height: 32px;
}

.hd__setting__desc {
  margin-top: 25px;
  color: #888;
  line-height: 36px;
}

.hd__setting__desc li {
  position: relative;
  padding-left: 15px;
}

.hd__setting__desc li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.hd__setting__bottom {
  position: absolute;
  width: 580px;
  left: 30px;
  bottom: 30px;
}

.hd__setting .version-info {
  position: relative;
}

.hd__setting .version-info .btn-update {
  position: absolute;
  bottom: 30px;
  left: 150px;
  width: 138px;
  height: 45px;
  background: #f4f4f4;
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
  text-align: center;
}

#setting {
  padding-bottom: 0 !important;
}

.hd__winnerDetail .banner {
  overflow: hidden;
  width: 100%;
  height: 380px;
}

.hd__winnerDetail__container {
  width: 580px;
  margin: 35px auto 0;
  line-height: 32px;
}

.hd__winnerDetail__container .annc {
  word-break: keep-all;
}

.hd__winnerDetail__container .annc__info {
  margin-top: 25px;
}

.hd__winnerDetail__container .annc__info__list {
  position: relative;
  padding-left: 15px;
}

.hd__winnerDetail__container .annc__info__list:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.hd__winnerDetail__container .table {
  margin: 35px 0 50px;
}

.hd__winnerDetail__container .table table {
  margin-bottom: 30px;
  border-top: 3px solid #918c00;
}

.hd__winnerDetail__container .table table tr {
  height: 64px;
  border-bottom: 1px solid #bcbcbc;
  line-height: 64px;
}

.hd__winnerDetail__container .table table tr th, .hd__winnerDetail__container .table table tr td {
  text-align: center;
  font-weight: normal;
}

.hd__winnerDetail__container .table__desc {
  text-align: center;
}

.hd__winnerDetail .btn-area {
  text-align: center;
}

.hd__mypage__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 70px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #BBB;
  border-radius: 10px;
}

.hd__mypage__btns .disabled {
  color: #BBB;
}

.hd__mypage__btns button {
  width: 100%;
  height: 100%;
}

.hd__mypage__btns button:not(:first-of-type) {
  border-left: 1px solid #d0d0d0;
}

.hd__mypage__btns.mg {
  margin-right: 20px;
  margin-left: 20px;
}

.hd__mypage .btn-cancelAll {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 125px;
  height: 70px;
  line-height: 40px;
  background: #f4f4f4;
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
  padding: 0 10px;
  color: #3d3d3d;
}

.hd__mypage .btn-cancelRegular {
  display: block;
  position: absolute;
  top: 50%;
  right: 140px;
  transform: translateY(-50%);
  line-height: 50px;
  border: 1px solid #c1c1c1;
  font-size: 19px;
  padding: 0 10px;
  color: #3d3d3d;
}

.hd__mypage .btn-detail {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 19px;
  color: #1c1c1c;
  letter-spacing: -1px;
}

.hd__mypage .btn-detail:after {
  display: inline-block;
  margin: -2px 0 0 7px;
  width: 15px;
  height: 10px;
  vertical-align: middle;
  transform: rotate(-90deg);
  background: url(/front_mo/images/ico_cart_close-5c2ec72fb43d8353febe4dff145404fb.png) no-repeat right center;
  background-size: 100% auto;
  content: '';
  opacity: 0.7;
}

.hd [class*="myProduct"] .select-wrap {
  margin-bottom: 40px;
  font-size: 0;
}

.hd [class*="myProduct"] .select-wrap select {
  background: url(/front_mo/images/ico_cart_close-5c2ec72fb43d8353febe4dff145404fb.png) no-repeat right 20px top 50%;
}

.hd [class*="myProduct"] .select-wrap.one select {
  width: 100%;
}

.hd [class*="myProduct"] .select-wrap.two select {
  width: 280px;
  margin-left: 20px;
}

.hd [class*="myProduct"] .select-wrap.two select:first-child {
  margin-left: 0;
}

.hd [class*="myProduct"] .select-box {
  margin: 20px 0;
  padding: 0 20px;
}

.hd [class*="myProduct"] .input-box.date {
  position: relative;
  margin: -20px 0 40px;
}

.hd [class*="myProduct"] .input-box.date .date__box {
  display: flex;
  padding-right: 140px;
  justify-content: space-between;
  line-height: 70px;
  color: #BDBDBD;
}

.hd [class*="myProduct"] .input-box.date .date__box input {
  max-width: 205px;
  font-size: 21px;
}

.hd [class*="myProduct"] .input-box.date .btn-full {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 130px;
}

.hd [class*="myProduct"] .product-wrap {
  overflow: hidden;
  margin-bottom: 30px;
  border-top: 3px solid #1c1c1c;
  background-image: linear-gradient(#fdfbfb 0%, #f5f5f5 100%);
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.2);
}

.hd [class*="myProduct"] .head-txt {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #BCBCBC;
  z-index: 2;
}

.hd [class*="myProduct"] .head-txt__title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.hd [class*="myProduct"] .head-txt__title .point_color2 {
  display: inline-block;
  margin-left: 20px;
  width: 205px;
  font-size: 20px;
  font-weight: 100;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd [class*="myProduct"] .head-txt__title .point_color2 .name_ellipsis {
  max-width: 90px;
}

.hd [class*="myProduct"] .head-txt__desc {
  display: block;
  font-size: 22px;
  line-height: 32px;
}

.hd [class*="myProduct"] .head-txt .dvCart-pdName {
  display: block;
}

.hd [class*="myProduct"] .item-box {
  padding: 0 20px;
}

.hd [class*="myProduct"] .item-box__list {
  position: relative;
}

.hd [class*="myProduct"] .item-box__list:not(:first-child) {
  border-top: 1px solid #ccc;
}

.hd [class*="myProduct"] .item-box__list .inner {
  position: relative;
  padding: 20px 0;
  min-height: 106px;
  border-top: 1px solid #ccc;
}

.hd [class*="myProduct"] .item-box__list .inner:nth-of-type(1) {
  border-top: 0;
}

.hd [class*="myProduct"] .item-box__list .img-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: top;
}

.hd [class*="myProduct"] .item-box__list .img-box.hasBadge:before {
  content: '교환상품';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #918c00;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.hd [class*="myProduct"] .item-box__list .date-box {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 3px solid #BEBEBE;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}

.hd [class*="myProduct"] .item-box__list .date-box__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  font-size: 22px;
  line-height: 1.25;
  transform: translate3d(-50%, -50%, 0);
}

.hd [class*="myProduct"] .item-box__list .date-box__inner .middle {
  display: block;
  font-weight: 600;
}

.hd [class*="myProduct"] .item-box__list .txt-area {
  display: inline-block;
  margin-left: 20px;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  vertical-align: top;
}

.hd [class*="myProduct"] .item-box__list .txt-area__inner {
  position: relative;
}

.hd [class*="myProduct"] .item-box__list .txt-area__inner strong.txt-area__desc {
  margin-top: 5px;
  color: #1c1c1c;
}

.hd [class*="myProduct"] .item-box__list .txt-area__title {
  display: block;
  font-weight: normal;
  line-height: 32px;
}

.hd [class*="myProduct"] .item-box__list .txt-area__title.line02 {
  /* 사용법 : @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 [class*="myProduct"] .item-box__list .txt-area__desc {
  display: block;
  margin-top: 5px;
  flex-wrap: wrap;
  line-height: 32px;
  color: #888;
}

.hd [class*="myProduct"] .item-box__list .txt-area__desc > a {
  flex: 1;
}

.hd [class*="myProduct"] .item-box__list .txt-area__desc .line01 {
  display: block;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd [class*="myProduct"] .item-box__list .txt-area__desc.delivery {
  margin-bottom: 5px;
  color: #1c1c1c !important;
}

.hd [class*="myProduct"] .item-box__list .txt-area__desc .select-wrap {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
}

.hd [class*="myProduct"] .item-box__list .txt-area__desc .select-wrap select {
  width: 132px;
  height: 54px;
  background: url(/front_mo/images/icon_market_drop-down-on-9140ca33fb9dc50bc6c0acce045f6fd5.png) no-repeat 90px 50%;
}

.hd [class*="myProduct"] .item-box__list .txt-area__qty {
  display: block;
  line-height: 32px;
  font-size: 20px;
}

.hd [class*="myProduct"] .item-box__list .txt-area__qty .input_select {
  max-width: 110px;
  transform: scale(0.7);
}

.hd [class*="myProduct"] .item-box__list .process-txt {
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  text-align: right;
  font-size: 22px;
  font-weight: 600;
  color: #918c00;
  line-height: 32px;
  word-break: keep-all;
}

.hd [class*="myProduct"] .item-box__list .process {
  margin: 5px 0 25px;
  font-size: 22px;
}

.hd [class*="myProduct"] .item-box__list .process-text {
  font-weight: 600;
  color: #3D3D3D;
}

.hd [class*="myProduct"] .item-box__list .process-delivery, .hd [class*="myProduct"] .item-box__list .process .txt-area__desc {
  color: #918c00;
}

.hd [class*="myProduct"] .item-box__list .process-delivery:before, .hd [class*="myProduct"] .item-box__list .process .txt-area__desc:before {
  display: inline-block;
  margin: 4px 10px 0;
  width: 2px;
  height: 20px;
  vertical-align: top;
  background: #ccc;
  content: '';
}

.hd [class*="myProduct"] .item-box__list .process .txt-area__desc {
  display: inline-block;
  line-height: 1.2;
  color: #888;
}

.hd [class*="myProduct"] .item-box__list .store {
  position: relative;
  margin: -2px -20px 0;
  padding: 10px 20px;
  color: #666;
  background: #f1f1f1;
  z-index: 1;
  border-top: 1px solid #BCBCBC;
}

.hd [class*="myProduct"] .item-box__list .store:first-child + .inner {
  border-top: 0;
}

.hd [class*="myProduct"] .item-box__list .info-link {
  display: block;
  margin: -5px 0 25px;
  font-size: 21px;
  color: #888;
}

.hd [class*="myProduct"] .item-box__list .info-link .point {
  position: relative;
  display: inline-block;
  position: relative;
  line-height: 1.3;
  color: blue;
}

.hd [class*="myProduct"] .item-box__list .info-link .point:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: blue;
}

.hd [class*="myProduct"] .item-box__list .exchange__view {
  position: relative;
}

.hd [class*="myProduct"] .item-box__list .exchange__view__btn {
  position: absolute;
  z-index: 1;
  top: -44px;
  right: 0;
  width: 45px;
  height: 45px;
  background: #F9F9F9 url(/front_pc/images/btn_comm_accordion-down-49268102887cac88ee7592e265819c70.png) no-repeat 50% 50%;
  border: 1px solid #BCBCBC;
}

.hd [class*="myProduct"] .item-box__list .exchange__view__btn.on {
  background-image: url(/front_pc/images/btn_comm_accordion-up-ee0aab0d9bbdb765f4c9ed01abe13d5a.png);
}

.hd [class*="myProduct"] .item-box__list .exchange__view__sec {
  display: none;
  position: relative;
  margin-bottom: 20px;
  padding: 0 20px;
  border: 1px solid #BCBCBC;
  background: #F9F9F9;
}

.hd [class*="myProduct"] .item-box__list .exchange__view__sec .process-txt {
  right: 20px;
}

.hd [class*="myProduct"] .item-box__list .gift {
  position: relative;
  margin: 10px 0;
  padding-left: 60px;
}

.hd [class*="myProduct"] .item-box__list .gift__thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 45px;
}

.hd [class*="myProduct"] .item-box__list .gift__name {
  font-size: 22px;
  line-height: 32px;
}

.hd [class*="myProduct"] .item-box__list .gift__name.line02 {
  /* 사용법 : @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 [class*="myProduct"] .item-box__list .singleCase {
  position: relative;
}

.hd [class*="myProduct"] .item-box__list .singleCase .inner + .price-area {
  margin-top: 0;
  padding: 0 20px 25px;
}

.hd [class*="myProduct"] .item-box__list .multiCase .mealTop-area__inner {
  position: relative;
  padding: 25px 20px 0;
}

.hd [class*="myProduct"] .item-box__list .multiCase .mealTop-area .txt-area__title {
  margin-bottom: 20px;
}

.hd [class*="myProduct"] .item-box__list .multiCase .btn__mealsMore {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #BCBCBC;
  background: #f5f5f5;
  text-align: center;
  font-size: 22px;
}

.hd [class*="myProduct"] .item-box__list .multiCase .btn__mealsMore span {
  padding-right: 32px;
  background: url(/front_mo/images/btn_menu_drop-down-c697a432138002b0a89ba9161a52874d.png) no-repeat 100% 50%;
}

.hd [class*="myProduct"] .item-box__list .multiCase .btn__mealsMore.on span {
  background: url(/front_mo/images/btn_menu_drop-up-a0ff384cee21a146caa4f0be943367b8.png) no-repeat 100% 50%;
}

.hd [class*="myProduct"] .item-box__list .multiCase .regular-meals {
  display: none;
}

.hd [class*="myProduct"] .item-box__list .multiCase .regular-meals__list {
  position: relative;
  border-top: 1px solid #BCBCBC;
}

.hd [class*="myProduct"] .item-box__list .multiCase .regular-meals__list .txt-area__desc {
  color: #1c1c1c;
}

.hd [class*="myProduct"] .item-box__list .multiCase .regular-meals__list .num {
  font-weight: 600;
  flex: 0 0 auto;
  margin-left: 10px;
}

.hd [class*="myProduct"] .item-box__list .multiCase .price-area {
  padding-top: 25px;
  border-top: 1px solid #BCBCBC;
}

.hd [class*="myProduct"] .item-box__list .list-more {
  display: none;
  position: relative;
  overflow: hidden;
}

.hd [class*="myProduct"] .item-box__list .list-more-btn {
  position: absolute;
  right: 0;
  top: 60px;
  width: 33px;
  height: 33px;
  text-indent: -999em;
  z-index: 1;
  background: url(/front_mo/images/ico_cart_close-5c2ec72fb43d8353febe4dff145404fb.png) no-repeat right center;
  background-size: 100% auto;
  content: '';
  opacity: 0.5;
}

.hd [class*="myProduct"] .item-box__list .list-more .regular-meals__list {
  position: relative;
  border-top: 1px solid #BCBCBC;
}

.hd [class*="myProduct"] .item-box__list .list-more .regular-meals__list .num {
  font-weight: 700;
  margin-left: 10px;
  color: #1c1c1c;
}

.hd [class*="myProduct"] .item-box__list .list-more .regular-meals__list .tit {
  display: inline-block;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.hd [class*="myProduct"] .item-box__list .list-more .regular-meals__list .txt-area {
  width: -webkit-calc(100% - 265px);
  width: calc(100% - 265px);
}

.hd [class*="myProduct"] .item-box__list .list-more .regular-meals__list .txt-area__desc {
  font-size: 20px;
  color: #1c1c1c;
}

.hd [class*="myProduct"] .item-box__list .list-more .regular-meals__list .hd__mypage__btns {
  padding: 0;
}

.hd [class*="myProduct"] .item-box__list .list-more .inner {
  margin: 0;
}

.hd [class*="myProduct"] .item-box__list .list-more .txt-area .gift__name {
  font-size: 20px;
  color: #1c1c1c;
}

.hd [class*="myProduct"] .item-box__list .list-more .item-box__list {
  border-top: 1px solid .hd [class*="myProduct"] .item-box__list .list-more .item-box__list colorBC;
}

.hd [class*="myProduct"] .item-box__list .list-more .price-area {
  margin: 20px 0;
}

.hd [class*="myProduct"] .item-box__list.active .list-more-btn {
  transform: rotate(180deg);
}

.hd [class*="myProduct"] .delivery-fee {
  margin-bottom: -1px;
  padding: 25px 20px;
}

.hd [class*="myProduct"] .delivery-fee > div {
  font-weight: bold;
}

.hd [class*="myProduct"] .delivery-fee > div .tit {
  float: left;
}

.hd [class*="myProduct"] .delivery-fee > div .price {
  float: right;
  text-align: right;
}

.hd [class*="myProduct"] .delivery-fee .condi {
  display: block;
  text-align: right;
  margin-top: 10px;
}

.hd [class*="myProduct"] .price-area {
  padding: 0 0 25px 0;
}

.hd [class*="myProduct"] .price-area li {
  width: 100%;
  font-size: 22px;
}

.hd [class*="myProduct"] .price-area li .tit {
  float: left;
  line-height: 32px;
}

.hd [class*="myProduct"] .price-area li .price {
  float: right;
  text-align: right;
  line-height: 32px;
}

.hd [class*="myProduct"] .price-area li + li {
  margin-top: 5px;
}

.hd [class*="myProduct"] .info-area {
  padding: 0 20px;
}

.hd [class*="myProduct"] .info-area .info-list {
  display: table;
  table-layout: fixed;
  padding: 20px 0;
}

.hd [class*="myProduct"] .info-area .info-list:not(:first-child) {
  border-top: 1px solid #BCBCBC;
}

.hd [class*="myProduct"] .info-area .info-list__tit {
  display: table-cell;
  width: 180px;
  color: #666;
  vertical-align: top;
  line-height: 32px;
}

.hd [class*="myProduct"] .info-area .info-list .detail {
  display: table-cell;
  width: 400px;
  vertical-align: top;
  line-height: 32px;
}

.hd [class*="myProduct"] .info-area .info-list .detail__list {
  display: block;
  line-height: 32px;
}

.hd [class*="myProduct"] .info-area .info-list .detail__list:not(:first-child) {
  margin-top: 15px;
}

.hd [class*="myProduct"] .info-area .info-list .detail__list .ocolor {
  margin-left: 5px;
  color: #918c00;
}

.hd [class*="myProduct"] .info-area .info-list .detail__list .rightSide {
  float: right;
}

.hd [class*="myProduct"] .info-area .info-list .detail__list .innerbox {
  padding-left: 25px;
}

.hd [class*="myProduct"] .info-area .info-list .detail__list .innerbox__list {
  display: block;
  margin-top: 15px;
  color: #1c1c1c;
}

.hd [class*="myProduct"] .info-area .info-list .detail__list .dBlock {
  display: block;
}

.hd [class*="myProduct"] .info-area .info-list-total {
  border-bottom: 0;
}

.hd [class*="myProduct"] .info-area .info-list-total .info-list__tit {
  width: 250px;
}

.hd [class*="myProduct"] .info-area + .hd__mypage__btns {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.hd [class*="myProduct"] .info-area + .info-area {
  border-top: 1px solid #BCBCBC;
}

.hd [class*="myProduct"] .infobox {
  padding: 25px 20px;
}

.hd [class*="myProduct"] .infobox__list {
  display: inline-block;
  width: 100%;
}

.hd [class*="myProduct"] .infobox__list:not(:last-child) {
  margin-bottom: 20px;
}

.hd [class*="myProduct"] .infobox__list-w100 {
  width: 100%;
}

.hd [class*="myProduct"] .infobox__list-w100 .infobox__tit {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.hd [class*="myProduct"] .infobox__list .innerbox__list {
  display: block;
  margin-top: 20px;
  padding-left: 40px;
  color: #1c1c1c;
}

.hd [class*="myProduct"] .infobox__list .innerbox__list:last-child {
  margin-bottom: 10px;
}

.hd [class*="myProduct"] .infobox__list .innerbox__list .rightSide {
  float: right;
}

.hd [class*="myProduct"] .infobox__list .select-box {
  padding: 0;
  margin-bottom: 0;
  background: #fff;
}

.hd [class*="myProduct"] .infobox__cont {
  float: right;
  width: 280px;
  line-height: 32px;
  text-align: right;
}

.hd [class*="myProduct"] .infobox .input-box input {
  margin-top: 20px;
}

.hd [class*="myProduct"] .infobox + .infobox {
  border-bottom: 1px solid #DDD;
}

.hd [class*="myProduct"] .infoboxV2 {
  margin: 0 20px;
  padding: 25px 20px;
}

.hd [class*="myProduct"] .infoboxV2__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.hd [class*="myProduct"] .infoboxV2__list:not(:last-child) {
  margin-bottom: 20px;
}

.hd [class*="myProduct"] .infoboxV2__list .innerbox__list {
  display: block;
  margin-top: 20px;
  padding-left: 40px;
  color: #1c1c1c;
}

.hd [class*="myProduct"] .infoboxV2__list .innerbox__list:last-child {
  margin-bottom: 10px;
}

.hd [class*="myProduct"] .infoboxV2__list .innerbox__list .rightSide {
  float: right;
}

.hd [class*="myProduct"] .infoboxV2__list-w100 {
  display: block;
  width: 100%;
}

.hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__tit {
  display: block;
  width: 100%;
}

.hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__cont {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__cont .innerbox {
  display: table;
  table-layout: fixed;
  width: 100%;
  line-height: 1.6;
}

.hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__cont .innerbox__tit {
  display: table-cell;
  width: 200px;
}

.hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__cont .innerbox__cont {
  display: table-cell;
}

.hd [class*="myProduct"] .infoboxV2__tit {
  display: table-cell;
  width: 200px;
}

.hd [class*="myProduct"] .infoboxV2__cont {
  display: table-cell;
}

.hd [class*="myProduct"] .infoboxV2__cont .inner-cont {
  display: block;
  margin-top: 10px;
}

.hd [class*="myProduct"] .infoboxV2 .input-box input {
  margin-top: 20px;
}

.hd [class*="myProduct"] .infoboxV2 + .infobox {
  border-top: 1px solid #DDD;
}

.hd [class*="myProduct"] .infoboxV2 .alignR {
  text-align: right;
}

.hd [class*="myProduct"] .refund-desc {
  padding: 20px 20px;
}

.hd [class*="myProduct"] .refund-desc li {
  position: relative;
  padding-left: 15px;
  line-height: 32px;
  color: #918c00;
}

.hd [class*="myProduct"] .refund-desc li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd [class*="myProduct"] .refund-desc .colorO {
  color: #918c00;
}

.hd [class*="myProduct"] .reason-area {
  padding: 25px 20px;
  border-bottom: 1px solid #BCBCBC;
}

.hd [class*="myProduct"] .reason-area__tit {
  display: block;
  font-weight: bold;
  line-height: 1.6;
}

.hd [class*="myProduct"] .reason-area__cont {
  display: block;
  line-height: 1.6;
}

.hd [class*="myProduct"] .reason-area__cont .viewThumb {
  margin-top: 20px;
  text-align: center;
}

.hd [class*="myProduct"] .necessar {
  color: #918c00;
}

.hd [class*="myProduct"] .excption__notice {
  margin-top: 20px;
  font-size: 22px;
  line-height: 28px;
}

.hd__myOrderList {
  padding-top: 190px;
}

.hd__myOrderList .head-txt__desc {
  font-weight: bold;
  text-decoration: underline;
  color: blue;
}

.hd .popup_menuChange .btn-next {
  color: #fff;
}

.hd .popup_menuChange .calendar-area {
  margin-top: -1px;
  padding: 5px;
  border-top: 3px solid #918c00;
}

.hd .popup_menuChange .calendar-area__tit {
  padding: 25px 0;
  text-align: center;
}

.hd .popup_menuChange .calendar-area .calendar {
  border-top: 1px solid #DDD;
}

.hd .popup_menuChange .calendar-area .calendar table thead th {
  padding: 20px 0;
  font-weight: 400;
}

.hd .popup_menuChange .calendar-area .calendar table tbody tr td:first-child label {
  background: none;
  color: red;
}

.hd .popup_menuChange .calendar-area .calendar table .cal__day {
  padding: 0;
  text-align: center;
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
}

.hd .popup_menuChange .calendar-area .calendar table .cal__day label {
  display: block;
  padding: 18px 0;
  background: #F4F4F4;
  color: #3D3D3D;
}

.hd .popup_menuChange .calendar-area .calendar table .cal__day input[type="checkbox"] {
  display: none;
}

.hd .popup_menuChange .calendar-area .calendar table .cal__day input[type="checkbox"]:checked + label {
  background: #918c00;
  color: #FFF;
}

.hd .popup_menuChange .calendar-area .calendar table .cal__day.holiday label {
  background: none;
  color: red;
}

.hd .popup_menuChange .calendar-area .calendar table .cal__disabled label {
  background: none;
  color: #BCBCBC;
}

.hd .popup_menuChange .btn__default {
  position: absolute;
  bottom: 0;
}

.hd .popup_menuChoice .menu-choice {
  padding: 0;
}

.hd .popup_menuChoice .menu-choice__tit {
  padding: 25px 0;
  text-align: center;
}

.hd .popup_menuChoice .menu-choice .menu-change-info {
  padding: 0 20px 20px;
  line-height: 1.5;
  color: #888;
}

.hd .popup_menuChoice .menu-choice .menu-change-info p {
  margin-top: 5px;
  padding-left: 25px;
  text-indent: -25px;
  word-break: keep-all;
}

.hd .popup_menuChoice .mchoice {
  background: #FFF;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
}

.hd .popup_menuChoice .mchoice__title {
  display: block;
  height: 70px;
  border-top: 3px solid #918c00;
  border-bottom: 1px solid #DDD;
  text-align: center;
  line-height: 70px;
}

.hd .popup_menuChoice .mchoice__wrap {
  height: 100%;
  margin: 0 auto;
  padding: 35px 25px;
  border-top: 1px solid #DDD;
}

.hd .popup_menuChoice .mchoice__list {
  display: inline-block;
  width: 252px;
  vertical-align: top;
  margin-top: 30px;
  margin-left: 26px;
  font-size: 20px;
}

.hd .popup_menuChoice .mchoice__list:nth-child(odd) {
  margin-left: 0;
}

.hd .popup_menuChoice .mchoice__list:nth-child(-n+2) {
  margin-top: 0;
}

.hd .popup_menuChoice .mchoice__list__img {
  position: relative;
}

.hd .popup_menuChoice .mchoice__list__img figure {
  overflow: hidden;
  width: 252px;
  height: 252px;
}

.hd .popup_menuChoice .mchoice__list__img label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid transparent;
  box-sizing: border-box;
}

.hd .popup_menuChoice .mchoice__list__img input[type="checkbox"]:checked + label:before {
  border-color: #918c00;
}

.hd .popup_menuChoice .mchoice__list__count {
  position: relative;
  margin: 10px 0 15px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.hd .popup_menuChoice .mchoice__list__count input {
  vertical-align: top;
  width: 132px;
  height: 55px;
  border: 0;
  background: #F0F0F0;
  line-height: 55px;
  text-align: center;
  font-weight: 600;
  color: #BCBCBC;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hd .popup_menuChoice .mchoice__list__count input.on {
  border: 1px solid #918c00;
  background: #FFF;
  color: #3D3D3D;
}

.hd .popup_menuChoice .mchoice__list__count .btn__count {
  position: absolute;
  display: block;
  top: 0;
  width: 55px;
  height: 55px;
  background: #918c00;
}

.hd .popup_menuChoice .mchoice__list__count .btn__count-down {
  left: -1px;
}

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

.hd .popup_menuChoice .mchoice__list__count .btn__count-up {
  right: -1px;
}

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

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

.hd .popup_menuChoice .mchoice__list__count button:disabled {
  background: #BCBCBC;
}

.hd .popup_menuChoice .mchoice__list__promotion {
  display: block;
  margin-top: 15px;
  /* 사용법 : @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 .popup_menuChoice .mchoice__list__title {
  display: block;
  margin: 0 0 10px;
  max-height: 50px;
  font-weight: 600;
  color: #1c1c1c;
  /* 사용법 : @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 .popup_menuChoice .mchoice__list__material, .hd .popup_menuChoice .mchoice__list__mealTag {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ccc;
}

.hd .popup_menuChoice .mchoice__list__material li, .hd .popup_menuChoice .mchoice__list__mealTag li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  text-align: center;
}

.hd .popup_menuChoice .mchoice__list__material li img, .hd .popup_menuChoice .mchoice__list__mealTag li img {
  display: block;
  max-height: 35px;
  vertical-align: top;
}

.hd .popup_menuChoice .mchoice__list--on .mchoice__list__img label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-color: #918c00;
  box-sizing: border-box;
}

.hd .popup_menuChoice .btn__check {
  color: #fff;
  border: 0;
}

.hd .popup_orderReview .orderReview__sec {
  margin-top: 30px;
}

.hd .popup_orderReview .orderReview__sec .form__input {
  margin-top: 20px;
}

.hd .popup_orderReview .orderReview__sec .warning__text {
  margin-top: 5px;
  padding-left: 20px;
  color: #888;
  letter-spacing: -.5px;
  text-indent: -20px;
  font-size: 20px;
  word-break: keep-all;
}

.hd .popup_orderReview .orderReview__title {
  display: block;
  padding-bottom: 25px;
  font-size: 24px;
}

.hd .popup_orderReview .orderReview__item {
  position: relative;
  padding: 20px 0 20px 135px;
  min-height: 100px;
  border-bottom: 1px solid #BCBCBC;
  font-size: 0;
}

.hd .popup_orderReview .orderReview__item__img {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100px;
  height: 100px;
}

.hd .popup_orderReview .orderReview__item__info .item__view > * {
  display: block;
  line-height: 32px;
}

.hd .popup_orderReview .orderReview__item__info .item__view__opts {
  position: relative;
  padding-left: 60px;
}

.hd .popup_orderReview .orderReview__item__info .item__view__opts span {
  position: absolute;
  top: 0;
  left: 0;
}

.hd .popup_orderReview .orderReview__file__list:after {
  content: '';
  display: block;
  clear: both;
}

.hd .popup_orderReview .orderReview__file__list li {
  float: left;
  margin-top: 0;
  margin-left: 20px;
}

.hd .popup_orderReview .orderReview__file__list li:first-child {
  margin-left: 0;
}

.hd .popup_orderReview .orderReview__file__list li:first-child .image-box {
  border-color: #1c1c1c;
}

.hd .popup_orderReview .orderReview__file__list li:first-child .image-box:before {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  height: 35px;
  line-height: 33px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #1c1c1c;
  content: '대표';
  z-index: 1;
}

.hd .popup_orderReview .orderReview__file__list li .image-box {
  display: block;
  overflow: hidden;
  position: relative;
  width: 98px;
  height: 98px;
  border: 1px solid #C3C3C3;
}

.hd .popup_orderReview .orderReview__file__list li .image-box img {
  width: 100%;
}

.hd .popup_orderReview .orderReview__file__list li .image-box .btn_icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #918c00 url("/front_mo/images/ico_file_delte-603f210c24f38b597ea138831efca392.png") no-repeat 50% 50%;
}

.hd .popup_orderReview .orderReview__file__notice {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-left: 12px;
  line-height: 32px;
  font-size: 22px;
  font-weight: 400;
  color: #1c1c1c;
}

.hd .popup_orderReview .orderReview__file__notice:before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #1c1c1c;
}

.hd .popup_orderReview .orderReview__keyword .keyword__label {
  display: inline-block;
  margin: 0 2px 10px 0;
  padding: 7px;
  min-width: 73px;
  color: #888;
  text-align: center;
  border: 1px solid #ccc;
  vertical-align: top;
  border-radius: 30px;
}

.hd .popup_orderReview .orderReview__keyword .keyword__input:checked + .keyword__label {
  font-weight: bold;
  color: #918c00;
  border-color: #918c00;
}

.hd .popup_orderReview .orderReview__keyword .keyword__txt {
  margin: -10px 0 20px;
  color: #888;
}

.hd .popup_orderReview .gift {
  position: relative;
  margin-top: 15px;
  padding-left: 60px;
  height: 50px;
}

.hd .popup_orderReview .gift__thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}

.hd .popup_orderReview .gift__name {
  display: block;
  padding-top: 4px;
  font-size: 22px;
  line-height: 32px;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .popup_orderReview .accordion_box {
  position: relative;
}

.hd .popup_orderReview .accordion_box .accordion_title {
  border-bottom: 1px solid #ccc;
}

.hd .popup_orderReview .accordion_box .accordion_title:after {
  position: absolute;
  top: 7px;
  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 .popup_orderReview .accordion_box.on .accordion_title:after {
  background-image: url(/front_mo/images/icon_common_drop-down-on-08e8872295ba7734d975816c14c68cc9.png);
}

.hd .dvCart-pdName {
  display: block;
}

.hd .popup_reviewImg .swiper-pagination {
  margin-top: 10px;
}

.hd .popup_reviewImg .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 700px;
}

.hd .popup_reviewImg .hd__popup__modal {
  background: transparent;
}

.hd .popup_reviewImg .btn__close-x {
  top: -50px;
  right: 0;
  background: #918c00;
  border-radius: 50%;
}

.hd .popup_reviewImg .btn__close-x:before, .hd .popup_reviewImg .btn__close-x:after {
  top: 7px;
  width: 2px;
  height: 25px;
  background: #fff;
}

.wdw-type .hd__mypage__btns {
  margin-bottom: 1rem;
  height: 3.5rem;
  border-radius: 0.5rem;
}

.wdw-type .hd__mypage .btn-cancelAll {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6.25rem;
  height: 3.5rem;
  line-height: 2rem;
  background: #f4f4f4;
  border: 1px solid #bcbcbc;
  box-sizing: border-box;
  padding: 0 0.5rem;
  color: #3d3d3d;
}

.wdw-type .hd__mypage .btn-cancelRegular {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6.25rem;
  height: 3.5rem;
  line-height: 2rem;
  border: 1px solid #c1c1c1;
  font-weight: bold;
  padding: 0 0.5rem;
  color: #3d3d3d;
}

.wdw-type .hd [class*="myProduct"] .select-wrap {
  margin-bottom: 2rem;
  font-size: 0;
}

.wdw-type .hd [class*="myProduct"] .select-wrap select {
  background: url(/front_mo/images/ico_cart_close-5c2ec72fb43d8353febe4dff145404fb.png) no-repeat right 20px top 50%;
  background-size: 1.55rem 0.9rem;
}

.wdw-type .hd [class*="myProduct"] .select-wrap.one select {
  width: 100%;
}

.wdw-type .hd [class*="myProduct"] .select-wrap.two select {
  width: 14rem;
  margin-left: 1rem;
}

.wdw-type .hd [class*="myProduct"] .select-wrap.two select:first-child {
  margin-left: 0;
}

.wdw-type .hd [class*="myProduct"] .product-wrap {
  margin-bottom: 2rem;
  border-top: 0.15rem solid #918c00;
}

.wdw-type .hd [class*="myProduct"] .head-txt {
  margin: 0 -1rem;
  padding: 1rem;
}

.wdw-type .hd [class*="myProduct"] .head-txt__title {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .head-txt__title .point_color2 {
  margin-left: 1rem;
  width: 10.25rem;
  font-size: 1rem;
}

.wdw-type .hd [class*="myProduct"] .head-txt__title .point_color2 .name_ellipsis {
  max-width: 4.5rem;
}

.wdw-type .hd [class*="myProduct"] .head-txt__desc {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .inner {
  padding: 1rem 0;
  min-height: 5.3rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .img-box {
  width: 5rem;
  height: 5rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .img-box.hasBadge:before {
  height: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .date-box {
  width: 5rem;
  height: 5rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .date-box__inner {
  font-size: 1.1rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .txt-area {
  margin-left: 1rem;
  width: 20.5rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .txt-area__title {
  margin-bottom: 0.25rem;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .txt-area__desc {
  font-size: 1rem;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .txt-area__desc.delivery {
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .txt-area__desc .select-wrap {
  margin-left: 0.25rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .txt-area__desc .select-wrap select {
  width: 6.6rem;
  height: 2.7rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .process-txt {
  top: 1.25rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .process-text {
  font-weight: 600;
  color: #3D3D3D;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .process-delivery {
  color: #918c00;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .process-delivery:before {
  margin: 0.2rem 0.5rem 0;
  width: 0.1rem;
  height: 0.8rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .store {
  margin: -0.1rem -1rem 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .exchange__view {
  position: relative;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .exchange__view__btn {
  top: -2.2rem;
  width: 2.25rem;
  height: 2.25rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .exchange__view__sec {
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .exchange__view__sec .process-txt {
  right: 1rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .gift {
  margin: 0.5rem 0;
  padding-left: 3rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .gift__thumb {
  width: 2.5rem;
  height: 2.25rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .gift__name {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .multiCase .mealTop-area__inner {
  padding: 1.25rem 0;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .multiCase .mealTop-area .txt-area__title {
  margin-bottom: 1rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .multiCase .btn__mealsMore {
  padding: 0.75rem 0;
  font-size: 1.1rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .multiCase .btn__mealsMore span {
  padding-right: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .multiCase .regular-meals__list .num {
  margin-left: 0.5rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .multiCase .price-area {
  padding-top: 1.25rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .list-more-btn {
  top: 3rem;
  width: 1.65rem;
  height: 1.65rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .list-more .regular-meals__list .num {
  margin-left: 0.5rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .list-more .regular-meals__list .tit {
  max-width: 10.5rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list .list-more .txt-area__desc {
  font-size: 1rem;
}

.wdw-type .hd [class*="myProduct"] .item-box__list.active .list-more-btn {
  transform: rotate(180deg);
}

.wdw-type .hd [class*="myProduct"] .delivery-fee {
  padding: 1.25rem 0;
}

.wdw-type .hd [class*="myProduct"] .delivery-fee > div {
  font-weight: bold;
}

.wdw-type .hd [class*="myProduct"] .delivery-fee > div .tit {
  float: left;
}

.wdw-type .hd [class*="myProduct"] .delivery-fee > div .price {
  float: right;
  text-align: right;
}

.wdw-type .hd [class*="myProduct"] .delivery-fee .condi {
  display: block;
  text-align: right;
  margin-top: 0.5rem;
}

.wdw-type .hd [class*="myProduct"] .price-area {
  padding: 0 0 1.25rem 0;
}

.wdw-type .hd [class*="myProduct"] .price-area li {
  width: 100%;
  font-size: 1.1rem;
}

.wdw-type .hd [class*="myProduct"] .price-area li .tit {
  float: left;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .price-area li .price {
  float: right;
  text-align: right;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .price-area li + li {
  margin-top: 0.5rem;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list {
  display: table;
  table-layout: fixed;
  padding: 1.25rem 0;
  border-bottom: 1px solid #BCBCBC;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list__tit {
  display: table-cell;
  width: 7.5rem;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list .detail {
  display: table-cell;
  width: 21.5rem;
  vertical-align: top;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list {
  display: block;
  line-height: 1.6rem;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list:not(:first-child) {
  margin-top: 0.75rem;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list .ocolor {
  margin-left: 0.25rem;
  color: #F9D983;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list .rightSide {
  float: right;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list .innerbox {
  padding-left: 1.25rem;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list .innerbox__list {
  display: block;
  margin-top: 0.75rem;
  color: #1c1c1c;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list .dBlock {
  display: block;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list-total {
  border-bottom: 0;
}

.wdw-type .hd [class*="myProduct"] .info-area .info-list-total .info-list__tit {
  width: 12.5rem;
}

.wdw-type .hd [class*="myProduct"] .info-area + .hd__mypage__btns {
  margin: 1.25rem 0 0 0;
}

.wdw-type .hd [class*="myProduct"] .info-area + .receipt {
  margin: 0;
}

.wdw-type .hd [class*="myProduct"] .infobox {
  padding: 1.25rem 0;
  border-top: 1px solid #DDD;
}

.wdw-type .hd [class*="myProduct"] .infobox__list {
  display: inline-block;
  width: 100%;
}

.wdw-type .hd [class*="myProduct"] .infobox__list:not(:last-child) {
  margin-bottom: 1rem;
}

.wdw-type .hd [class*="myProduct"] .infobox__list-w100 {
  width: 100%;
}

.wdw-type .hd [class*="myProduct"] .infobox__list-w100 .infobox__tit {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}

.wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list {
  display: block;
  margin-top: 1rem;
  padding-left: 2rem;
  color: #1c1c1c;
}

.wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list:last-child {
  margin-bottom: 0.5rem;
}

.wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list .rightSide {
  float: right;
}

.wdw-type .hd [class*="myProduct"] .infobox__cont {
  float: right;
  width: 14.5rem;
  line-height: 1.6rem;
  text-align: right;
}

.wdw-type .hd [class*="myProduct"] .infobox .input-box input {
  margin-top: 1rem;
}

.wdw-type .hd [class*="myProduct"] .infobox + .infobox {
  border-bottom: 1px solid #DDD;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2 {
  padding: 1.25rem 0;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list:not(:last-child) {
  margin-bottom: 1rem;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list {
  display: block;
  margin-top: 1rem;
  padding-left: 2rem;
  color: #1c1c1c;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list:last-child {
  margin-bottom: 0.5rem;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list .rightSide {
  float: right;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list-w100 {
  display: block;
  width: 100%;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__tit {
  display: block;
  width: 100%;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__cont {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__cont .innerbox {
  display: table;
  table-layout: fixed;
  width: 100%;
  line-height: 1.6;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__cont .innerbox__tit {
  display: table-cell;
  width: 10rem;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__list-w100 .infoboxV2__cont .innerbox__cont {
  display: table-cell;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__tit {
  display: table-cell;
  width: 10rem;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__cont {
  display: table-cell;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2__cont .inner-cont {
  display: block;
  margin-top: 0.5rem;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2 .input-box input {
  margin-top: 1rem;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2 + .infobox {
  border-top: 1px solid #DDD;
}

.wdw-type .hd [class*="myProduct"] .infoboxV2 .alignR {
  text-align: right;
}

.wdw-type .hd [class*="myProduct"] .refund-desc {
  margin-top: 1.5rem;
}

.wdw-type .hd [class*="myProduct"] .refund-desc li {
  position: relative;
  padding-left: 0.75rem;
  line-height: 1.6rem;
  color: #F9D983;
}

.wdw-type .hd [class*="myProduct"] .refund-desc li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.wdw-type .hd [class*="myProduct"] .refund-desc .colorO {
  color: #F9D983;
}

.wdw-type .hd [class*="myProduct"] .reason-area {
  padding: 1.25rem 0;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
}

.wdw-type .hd [class*="myProduct"] .reason-area__tit {
  display: block;
  font-weight: bold;
  line-height: 1.6;
}

.wdw-type .hd [class*="myProduct"] .reason-area__cont {
  display: block;
  line-height: 1.6;
}

.wdw-type .hd [class*="myProduct"] .reason-area__cont .viewThumb {
  margin-top: 1rem;
  text-align: center;
}

.wdw-type .hd [class*="myProduct"] .necessar {
  color: #918c00;
}

.wdw-type .hd [class*="myProduct"] .excption__notice {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.wdw-type .hd__myOrderList {
  padding-top: 9.5rem;
}

.wdw-type .hd__myOrderList .head-txt__desc {
  font-weight: bold;
  text-decoration: underline;
  color: blue;
}

.wdw-type .hd .popup_menuChange .btn-next {
  color: #fff;
}

.wdw-type .hd .popup_menuChange .calendar-area {
  margin-top: -1px;
  padding: 0.25rem;
  border-top: 0.15rem solid #918c00;
}

.wdw-type .hd .popup_menuChange .calendar-area__tit {
  padding: 1.25rem 0;
  text-align: center;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar {
  border-top: 1px solid #DDD;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar table thead th {
  padding: 1rem 0;
  font-weight: 400;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar table tbody tr td:first-child label {
  background: none;
  color: red;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__day {
  padding: 0;
  text-align: center;
  border-bottom: 0.1rem solid #FFF;
  border-left: 0.1rem solid #FFF;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__day label {
  display: block;
  padding: 0.9rem 0;
  background: #F4F4F4;
  color: #3D3D3D;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__day input[type="checkbox"] {
  display: none;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__day input[type="checkbox"]:checked + label {
  background: #918c00;
  color: #FFF;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__day.holiday label {
  background: none;
  color: red;
}

.wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__disabled label {
  background: none;
  color: #BCBCBC;
}

.wdw-type .hd .popup_menuChange .btn__default {
  position: absolute;
  bottom: 0;
}

.wdw-type .hd .popup_menuChoice .menu-choice {
  padding: 0;
}

.wdw-type .hd .popup_menuChoice .menu-choice__tit {
  padding: 1.25rem 0;
  min-height: 2.5rem;
  box-sizing: border-box;
  text-align: center;
}

.wdw-type .hd .popup_menuChoice .mchoice {
  background: #FFF;
  box-shadow: 0 0.5rem 1rem 0.25rem rgba(0, 0, 0, 0.1);
}

.wdw-type .hd .popup_menuChoice .mchoice__title {
  display: block;
  height: 3.5rem;
  border-top: 0.15rem solid #918c00;
  border-bottom: 1px solid #DDD;
  text-align: center;
  line-height: 3.5rem;
}

.wdw-type .hd .popup_menuChoice .mchoice__wrap {
  height: 100%;
  margin: 0 auto;
  padding: 1.75rem 1.25rem;
  border-top: 1px solid #DDD;
  font-size: 0;
}

.wdw-type .hd .popup_menuChoice .mchoice__list {
  display: inline-block;
  width: 12.6rem;
  vertical-align: top;
  margin-top: 1.5rem;
  margin-left: 1.3rem;
}

.wdw-type .hd .popup_menuChoice .mchoice__list:nth-child(odd) {
  margin-left: 0;
}

.wdw-type .hd .popup_menuChoice .mchoice__list:nth-child(-n+2) {
  margin-top: 0;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__img {
  position: relative;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__img figure {
  overflow: hidden;
  width: 12.6rem;
  height: 11.5rem;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__img label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.3rem solid transparent;
  box-sizing: border-box;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__img input[type="checkbox"]:checked + label:before {
  border-color: #918c00;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count {
  position: relative;
  margin-top: 0.25rem;
  text-align: center;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count input {
  vertical-align: top;
  width: 6.6rem;
  height: 2.75rem;
  border: 0;
  background: #F0F0F0;
  line-height: 2.75rem;
  text-align: center;
  font-weight: 600;
  color: #BCBCBC;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count input.on {
  border: 1px solid #918c00;
  background: #FFF;
  color: #3D3D3D;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count .btn__count {
  position: absolute;
  display: block;
  top: 0;
  width: 2.75rem;
  height: 2.75rem;
  background: #918c00;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count .btn__count-down {
  left: -1px;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count .btn__count-down:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 0.15rem;
  background: #FFF;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count .btn__count-up {
  right: -1px;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count .btn__count-up:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.05rem;
  height: 0.15rem;
  background: #FFF;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count .btn__count-up:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.15rem;
  height: 1.05rem;
  background: #FFF;
  transform: translate3d(-50%, -50%, 0);
}

.wdw-type .hd .popup_menuChoice .mchoice__list__count button:disabled {
  background: #BCBCBC;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__promotion {
  display: block;
  max-height: 48px;
  font-size: 0.8rem;
  margin-top: 5px;
  color: #1c1c1c;
  line-height: 1.3;
  /* 사용법 : @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 .popup_menuChoice .mchoice__list__title {
  display: block;
  overflow: hidden;
  padding: 0.5rem 0 0;
  min-height: 2.8rem;
  height: 2.8rem;
  border-bottom: 0;
  text-align: left;
  white-space: normal;
  line-height: 1.3;
  font-weight: 600;
  color: #3D3D3D;
  /* 사용법 : @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 .popup_menuChoice .mchoice__list__price {
  font-size: 1.3rem;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__material {
  margin-top: 0.5rem;
  border-top: 1px solid #BCBCBC;
  padding-top: 0.5rem;
  text-align: left;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__material li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.3rem;
}

.wdw-type .hd .popup_menuChoice .mchoice__list__material li img {
  vertical-align: top;
  width: 1.75rem;
  height: 1.75rem;
}

.wdw-type .hd .popup_menuChoice .mchoice__list--on .mchoice__list__img label:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-color: #918c00;
  box-sizing: border-box;
}

.wdw-type .hd .popup_menuChoice .btn__check {
  color: #fff;
}

.wdw-type .hd .popup_orderReview .orderReview__sec {
  margin-top: 1.5rem;
}

.wdw-type .hd .popup_orderReview .orderReview__sec .form__input {
  margin-top: 1rem;
}

.wdw-type .hd .popup_orderReview .orderReview__title {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.wdw-type .hd .popup_orderReview .orderReview__item {
  position: relative;
  padding: 1.25rem 0 1.25rem 10.25rem;
  border-bottom: 1px solid #BCBCBC;
  font-size: 0;
}

.wdw-type .hd .popup_orderReview .orderReview__item:first-child {
  border-top: 1px solid #BCBCBC;
}

.wdw-type .hd .popup_orderReview .orderReview__item__img {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 8.75rem;
  height: 7.75rem;
}

.wdw-type .hd .popup_orderReview .orderReview__item__info .item__view > * {
  display: block;
  line-height: 1.6rem;
}

.wdw-type .hd .popup_orderReview .orderReview__item__info .item__view__opts {
  position: relative;
  padding-left: 3rem;
}

.wdw-type .hd .popup_orderReview .orderReview__item__info .item__view__opts span {
  position: absolute;
  top: 0;
  left: 0;
}

.wdw-type .hd .popup_orderReview .orderReview__file__list:after {
  content: '';
  display: block;
  clear: both;
}

.wdw-type .hd .popup_orderReview .orderReview__file__list li {
  float: left;
  margin-top: 0;
  margin-left: 1rem;
}

.wdw-type .hd .popup_orderReview .orderReview__file__list li:first-child .image-box:before {
  top: 0.15rem;
  font-size: 1rem;
}

.wdw-type .hd .popup_orderReview .orderReview__file__list li .image-box {
  display: block;
  overflow: hidden;
  position: relative;
  width: 4.9rem;
  height: 4.9rem;
  border: 1px solid #C3C3C3;
}

.wdw-type .hd .popup_orderReview .orderReview__file__list li .image-box img {
  width: 100%;
}

.wdw-type .hd .popup_orderReview .orderReview__file__list li .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 .popup_orderReview .orderReview__file__notice {
  display: block;
  position: relative;
  margin-top: 1rem;
  padding-left: 0.6rem;
  line-height: 1.6rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1c1c1c;
}

.wdw-type .hd .popup_orderReview .orderReview__file__notice:before {
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.1rem;
  color: #1c1c1c;
}

.wdw-type .hd .popup_orderReview .orderReview__keyword .keyword__label {
  margin: 0 0.1rem 0.5rem 0;
  padding: 0.35rem;
  min-width: 3.65rem;
  border-radius: 1.5rem;
}

.wdw-type .hd .popup_orderReview .gift {
  position: relative;
  margin-top: 0.75rem;
  padding-left: 3rem;
}

.wdw-type .hd .popup_orderReview .gift__thumb {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.25rem;
}

.wdw-type .hd .popup_orderReview .gift__name {
  padding-top: 0.2rem;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.wdw-type .hd .popup_orderReview .gift__name.line02 {
  /* 사용법 : @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 .dvCart-pdName {
  display: block;
}

.hd__myOrderDetail {
  padding-top: 190px;
}

.hd__myOrderDetail .planmeals .meals-delivery {
  margin-top: 20px;
  padding: 25px 0;
  border-top: 1px solid #BCBCBC;
  font-size: 22px;
  font-weight: 600;
}

.hd__myOrderDetail .planmeals .meals-delivery__tit {
  display: inline-block;
  text-align: left;
}

.hd__myOrderDetail .planmeals .meals-delivery__price {
  display: inline-block;
  float: right;
  text-align: right;
}

.hd__myOrderDetail .item-box + .item-box {
  border-top: 1px solid #BCBCBC;
}

.hd__myOrderDetail .item-box__list {
  margin-top: -1px;
}

.hd__myOrderDetail .item-box__list .inner:last-child {
  border-bottom: 0;
}

.hd__myOrderDetail .item-box__list .list-more .item-box__list {
  border: 0;
  border-bottom: 1px solid #BCBCBC !important;
}

.hd__myOrderDetail .item-box__list .list-more .item-box__list:nth-of-type(1) {
  border-top: 1px solid #BCBCBC !important;
}

.hd__myOrderDetail .item-box__list .delivery-fee {
  padding-right: 0;
  padding-left: 0;
}

.hd__myOrderDetail .item-box .price-area {
  margin-top: 20px;
  padding-bottom: 0;
}

.hd__changeRequest__sect {
  margin-bottom: 40px;
}

.hd__changeRequest__sect .head-area__title {
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd__changeRequest .contents__tit {
  padding: 20px 0;
  font-weight: bold;
}

.hd__changeRequest .contents textarea {
  width: 100%;
  height: 180px;
  padding: 25px 30px;
  border: 1px solid #BCBCBC;
  box-sizing: border-box;
  resize: none;
}

.hd__changeRequest .btn-area {
  margin-top: 0;
}

.hd__changeAddress .change-address {
  border-top: 3px solid #918c00;
}

.hd__changeAddress .change-address__list {
  position: relative;
  padding: 30px 0;
  font-size: 0;
}

.hd__changeAddress .change-address__list .infobox__list {
  display: block;
}

.hd__changeAddress .change-address__list .infobox__list:not(:first-child) {
  margin-top: 10px;
}

.hd__changeAddress .change-address__list .infobox__list-gcolor {
  color: #918c00;
  font-weight: bold;
}

.hd__changeAddress .change-address__list .btn-choice {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 110px;
  height: 55px;
  background: #918c00;
  color: #fff;
}

.hd__changeAddress .btn-area {
  margin-top: 40px;
}

.hd__changeAddress .btn-area button {
  font-weight: bold;
}

.hd__addAddress .dawnDelivery-info {
  padding: 0;
  border: none;
}

.hd__addAddress .dawnDelivery-info .new--checks_box {
  padding: 0;
  border-bottom: none;
  font-weight: bold;
}

.hd__addAddress .dawnDelivery-info .infobox {
  display: none;
  margin-top: 25px;
}

.hd__addAddress .dawnDelivery-info .infobox--show {
  display: block;
}

.hd__orderCancelList__title {
  padding: 25px 0;
  border-bottom: 1px solid #BCBCBC;
  font-weight: bold;
}

.hd__orderCancelList .cont {
  padding: 25px 0;
}

.hd__orderCancelList .cont__list {
  display: block;
}

.hd__orderCancelList .cont__list:not(:first-child) {
  margin-top: 20px;
}

.hd__orderCancelList .infobox {
  padding: 25px 0;
  border-top: 1px solid #BCBCBC;
}

.hd__orderCancelList .infobox__list {
  display: table;
  table-layout: fixed;
}

.hd__orderCancelList .infobox__list:not(:first-child) {
  margin-top: 15px;
}

.hd__orderCancelList .infobox__tit {
  display: table-cell;
  width: 290px;
  font-weight: bold;
}

.hd__orderCancelList .infobox__cont {
  display: table-cell;
  width: 290px;
  font-weight: bold;
  text-align: right;
}

.hd__receipt .orderReceipt__desc {
  display: none;
  margin-top: 20px;
  font-size: 22px;
}

.hd__receipt__desc {
  position: relative;
  margin-bottom: 30px;
  padding-left: 15px;
  color: #888;
  line-height: 32px;
  word-break: keep-all;
}

.hd__receipt__desc:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd__receipt .btn-area {
  margin: 10px 0 20px;
  text-align: center;
}

.hd__receipt .btn-area button {
  width: 100%;
  font-weight: bold;
}

.hd__receipt .product-wrap .btn-area {
  margin: 10px 20px 20px;
}

.hd__receipt .product-wrap .pay-info {
  padding: 0 20px;
}

.hd__receipt .pay-info li {
  margin-top: 25px;
}

.hd__receipt .pay-info__lft {
  float: left;
  font-size: 22px;
  line-height: 32px;
}

.hd__receipt .pay-info__rgt {
  float: right;
  font-size: 22px;
  line-height: 32px;
}

.hd__receipt .pay-info__total {
  padding: 25px 0;
  border-top: 1px solid #BCBCBC;
  font-weight: 600;
}

.hd .healthCare__visual {
  overflow: hidden;
  position: relative;
  min-height: 1010px;
}

.hd .healthCare__visual__img {
  max-width: 100%;
}

.hd .healthCare__visual__banner {
  position: absolute;
  top: 684px;
  left: 60px;
  z-index: 1;
}

.hd .healthCare__visual__banner .swiper-container {
  overflow: visible;
}

.hd .healthCare__visual__banner .swiper-slide {
  float: left;
  overflow: hidden;
  position: relative;
  height: 270px;
  background: #fff;
  font-size: 0;
  box-shadow: 9px 9px 27px rgba(0, 0, 0, 0.1);
}

.hd .healthCare__visual__banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.hd .healthCareList__banner {
  margin-top: 40px;
}

.hd .healthCareList__banner li {
  margin-top: 30px;
  font-size: 0;
}

.hd .healthCareList__banner li:first-child {
  margin-top: 0;
}

.hd .healthCareList__banner li figure {
  display: block;
  height: 230px;
}

.hd .healthCareDetail__cont {
  font-size: 0;
}

.hd .healthCareDetail__txt {
  min-height: 500px;
  margin: 30px auto;
  padding: 0;
  line-height: normal;
}

.hd .healthCareDetail .btn-full {
  display: block;
  float: none;
  text-align: center;
}

.hd__applyOrderCancel {
  padding-top: 190px;
}

.hd__applyOrderCancel .btn-area {
  margin-top: 40px;
}

.hd__applyOrderCancel .btn-area button {
  font-weight: bold;
}

.hd__applyOrderCancel .singleCase .inner .txt-area__desc .amount {
  width: 100%;
}

.hd__applyOrderCancel .planmeals .meals-delivery {
  padding: 25px 0;
  border-top: 1px solid #ccc;
  font-size: 22px;
  font-weight: 600;
}

.hd__applyOrderCancel .planmeals .meals-delivery__tit {
  display: inline-block;
  text-align: left;
}

.hd__applyOrderCancel .planmeals .meals-delivery__price {
  display: inline-block;
  float: right;
  text-align: right;
}

.hd [class*="applyOrder"] .item-box .checks, .hd [class*="myClaim"] .item-box .checks {
  position: absolute;
  top: 25px;
  left: 0;
}

.hd [class*="applyOrder"] .item-box__list, .hd [class*="myClaim"] .item-box__list {
  margin-top: -1px;
  position: relative;
  border-top: 1px solid #BCBCBC;
}

.hd [class*="applyOrder"] .item-box__list > .checkbox__label:before, .hd [class*="myClaim"] .item-box__list > .checkbox__label:before {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 2;
}

.hd [class*="applyOrder"] .item-box__list label .store, .hd [class*="myClaim"] .item-box__list label .store {
  padding-left: 65px;
}

.hd [class*="applyOrder"] .item-box__list .txt-area, .hd [class*="myClaim"] .item-box__list .txt-area {
  width: -webkit-calc(100% - 175px);
  width: calc(100% - 175px);
}

.hd [class*="applyOrder"] .item-box__list .inner .checkbox__label, .hd [class*="applyOrder"] .item-box__list .inner .chkbox, .hd [class*="applyOrder"] .item-box__list .multiCase .chkbox, .hd [class*="applyOrder"] .item-box__list .multiCase .txt-area__title, .hd [class*="myClaim"] .item-box__list .inner .checkbox__label, .hd [class*="myClaim"] .item-box__list .inner .chkbox, .hd [class*="myClaim"] .item-box__list .multiCase .chkbox, .hd [class*="myClaim"] .item-box__list .multiCase .txt-area__title {
  display: inline-block;
  vertical-align: top;
}

.hd [class*="applyOrder"] .item-box__list .inner .chkbox .checks, .hd [class*="applyOrder"] .item-box__list .multiCase .chkbox .checks, .hd [class*="myClaim"] .item-box__list .inner .chkbox .checks, .hd [class*="myClaim"] .item-box__list .multiCase .chkbox .checks {
  position: relative;
  left: 0;
  top: 0;
}

.hd [class*="applyOrder"] .item-box__list .multiCase .mealTop-area__inner, .hd [class*="myClaim"] .item-box__list .multiCase .mealTop-area__inner {
  padding-bottom: 20px;
}

.hd [class*="applyOrder"] .item-box__list .multiCase .btn__mealsMore, .hd [class*="myClaim"] .item-box__list .multiCase .btn__mealsMore {
  margin: 0 20px;
  border: 1px solid #BCBCBC;
}

.hd [class*="applyOrder"] .item-box__list .multiCase .regular-meals, .hd [class*="myClaim"] .item-box__list .multiCase .regular-meals {
  margin: 0 20px;
}

.hd [class*="applyOrder"] .item-box__list .multiCase .price-area, .hd [class*="myClaim"] .item-box__list .multiCase .price-area {
  border-top: 0;
}

.hd [class*="applyOrder"] .item-box .process-text, .hd [class*="myClaim"] .item-box .process-text {
  color: #918c00;
}

.hd [class*="applyOrder"] .item-box .inner .price-area, .hd [class*="myClaim"] .item-box .inner .price-area {
  padding: 20px 0 !important;
}

.hd [class*="applyOrder"] .item-box .delivery-fee, .hd [class*="myClaim"] .item-box .delivery-fee {
  border-top: 1px solid #ccc;
  padding: 20px 0 30px !important;
}

.hd [class*="applyOrder"] .item-box .list-more .regular-meals__list .price-area, .hd [class*="applyOrder"] .item-box .list-more .regular-meals__list + li .price-area, .hd [class*="myClaim"] .item-box .list-more .regular-meals__list .price-area, .hd [class*="myClaim"] .item-box .list-more .regular-meals__list + li .price-area {
  padding: 0 !important;
}

.hd [class*="applyOrder"] .list_top, .hd [class*="myClaim"] .list_top {
  padding: 20px;
  border-bottom: 0;
}

.hd [class*="applyOrder"] .select-box select, .hd [class*="myClaim"] .select-box select {
  background: url(/front_mo/images/icon_market_drop-down-on-9140ca33fb9dc50bc6c0acce045f6fd5.png) no-repeat right 15px top 50%;
  border: 1px solid #BEBEBE;
}

.hd [class*="applyOrder"] .select-box .textarea-wrap, .hd [class*="myClaim"] .select-box .textarea-wrap {
  position: relative;
  display: block;
  margin-bottom: 20px;
  height: 170px;
  margin-top: 20px;
  box-sizing: border-box;
  border: 1px solid #BEBEBE;
}

.hd [class*="applyOrder"] .select-box .textarea-wrap textarea, .hd [class*="myClaim"] .select-box .textarea-wrap textarea {
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 25px;
  border: none;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.5;
  font-size: 24px;
  resize: none;
  background: none;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-line;
}

.hd [class*="applyOrder"] .required, .hd [class*="myClaim"] .required {
  color: #918c00;
  font-weight: normal;
}

.hd [class*="applyOrder"] .dawnDelivery-info .infobox, .hd [class*="myClaim"] .dawnDelivery-info .infobox {
  padding: 30px 40px 30px 30px;
  border-top: 0;
}

.hd [class*="applyOrder"] .product-wrap .info-area, .hd [class*="myClaim"] .product-wrap .info-area {
  margin-bottom: 20px;
}

.hd [class*="applyOrder"] .product-wrap .info-list .select-box, .hd [class*="myClaim"] .product-wrap .info-list .select-box {
  padding: 0;
  margin-bottom: 0;
  background: #fff;
}

.hd [class*="applyOrder"] .product-wrap .product-wrap, .hd [class*="myClaim"] .product-wrap .product-wrap {
  margin-bottom: 0;
  border-top: 0;
  box-shadow: none;
  background: transparent;
}

.hd [class*="applyOrder"] .product-wrap .product-wrap .head-txt, .hd [class*="myClaim"] .product-wrap .product-wrap .head-txt {
  margin: 0 -20px;
  border-bottom: 1px solid #BCBCBC;
}

.hd [class*="applyOrder"] .product-wrap .product-wrap .info-area, .hd [class*="myClaim"] .product-wrap .product-wrap .info-area {
  padding: 0;
}

.hd [class*="applyOrder"] .product-wrap .input_type.phone .loginSelect, .hd [class*="myClaim"] .product-wrap .input_type.phone .loginSelect {
  width: 150px !important;
  background-color: #fff;
}

.hd [class*="applyOrder"] .product-wrap .input_type.phone input, .hd [class*="myClaim"] .product-wrap .input_type.phone input {
  width: 159px;
}

.hd [class*="applyOrder"] .deliveryWay, .hd [class*="applyOrder"] .deliveryWay-btn, .hd [class*="myClaim"] .deliveryWay, .hd [class*="myClaim"] .deliveryWay-btn {
  margin-top: 25px;
}

.hd [class*="applyOrder"] .infoboxV2, .hd [class*="myClaim"] .infoboxV2 {
  margin: 0;
}

.hd__applyOrderExchange {
  padding-top: 190px;
}

.hd__applyOrderExchange .btn-area {
  margin-top: 40px;
}

.hd__applyOrderExchange .btn-area button {
  font-weight: bold;
}

.hd__applyOrderExchange .item-box .checks {
  position: absolute;
  top: 25px;
  left: 0;
}

.hd__applyOrderExchange .singleCase .inner {
  margin-left: 50px;
}

.hd__applyOrderExchange .multiCase .txt-area__title {
  padding-left: 50px;
}

.hd__applyOrderExchange .way-area {
  border-top: 1px solid #BCBCBC;
}

.hd__applyOrderExchange .inner-sect__tit {
  padding: 25px 0;
  font-weight: bold;
}

.hd__applyOrderExchange .inner-sect__subtit {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  line-height: 32px;
}

.hd__applyOrderExchange__desc li {
  position: relative;
  padding-left: 15px;
  color: #888;
  line-height: 1.6;
}

.hd__applyOrderExchange__desc li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd__applyOrderExchangeConfirm {
  padding-top: 190px;
}

.hd__applyOrderExchangeConfirm .exchange-reason .info-area {
  padding: 20px 20px 0;
}

.hd__applyOrderExchangeConfirm .exchange-reason .info-area .thumb {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.hd__applyOrderExchangeConfirm .exchange-reason .info-area .thumb:after {
  display: none;
}

.hd__applyOrderExchangeConfirm .exchange-reason .info-area .textbox {
  font-size: 22px;
  vertical-align: middle;
}

.hd__applyOrderExchangeConfirm .exchange-reason .info-area .textbox li {
  margin-bottom: 10px;
}

.hd__applyOrderExchangeConfirm .exchange-way .info-area .info-list, .hd__applyOrderExchangeConfirm .visit-address .info-area .info-list {
  display: table;
  table-layout: fixed;
  line-height: 1.4;
}

.hd__applyOrderExchangeConfirm .exchange-way .info-area .info-list__tit, .hd__applyOrderExchangeConfirm .visit-address .info-area .info-list__tit {
  display: table-cell;
  width: 210px;
  vertical-align: top;
}

.hd__applyOrderExchangeConfirm .exchange-way .info-area .info-list__cont, .hd__applyOrderExchangeConfirm .visit-address .info-area .info-list__cont {
  display: table-cell;
  width: 430px;
  vertical-align: top;
}

.hd__applyOrderExchangeConfirm .exchange-way .info-area .info-list + .info-list, .hd__applyOrderExchangeConfirm .visit-address .info-area .info-list + .info-list {
  padding-top: 20px;
}

.hd__applyOrderExchangeConfirm .change-info .info-area .info-list {
  display: table;
  table-layout: fixed;
  line-height: 1.4;
}

.hd__applyOrderExchangeConfirm .change-info .info-area .info-list__tit {
  display: table-cell;
  width: 300px;
  vertical-align: top;
}

.hd__applyOrderExchangeConfirm .change-info .info-area .info-list__cont {
  display: table-cell;
  width: 430px;
  vertical-align: top;
  font-weight: bold;
  text-align: right;
}

.hd__applyOrderExchangeConfirm .change-info .info-area .info-list + .info-list {
  padding-top: 20px;
}

.hd__applyOrderExchangeConfirm .annc {
  position: relative;
  margin: -15px 20px 20px;
  padding: 0 20px;
  color: #918c00;
  line-height: 1.4;
  word-break: keep-all;
}

.hd__applyOrderExchangeConfirm .annc:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  content: '*';
}

.hd__applyOrderExchangeConfirm .refund-list {
  padding-bottom: 25px;
}

.hd__applyOrderExchangeConfirm .mt0 {
  margin-top: 0;
}

.hd__applyOrderExchangeConfirm__desc li {
  position: relative;
  padding-left: 15px;
  color: #888;
  line-height: 1.6;
}

.hd__applyOrderExchangeConfirm__desc li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd__applyOrderExchangeConfirm .btn-area {
  margin-top: 40px;
}

.hd__applyOrderExchangeConfirm .btn-area button {
  font-weight: bold;
}

.hd__applyOrderExchangeDone {
  padding-top: 150px;
}

.hd__applyOrderExchangeDone .annc-area {
  margin: 50px 0;
}

.hd__applyOrderExchangeDone .annc-area__title {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

.hd__applyOrderExchangeDone .annc-area__subtit {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}

.hd__applyOrderExchangeDone .btn-area {
  margin-top: 40px;
}

.hd__applyOrderExchangeDone .btn-area a {
  font-weight: bold;
  text-align: center;
}

.hd .myLoginLog__date {
  margin-top: 40px;
}

.hd .myLoginLog__date select {
  margin-top: 0;
  padding: 0 15px;
  background: url(/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png) no-repeat 95% 50%;
  -webkit-appearance: none;
}

.hd .myLoginLog__list {
  margin-top: 40px;
}

.hd .myLoginLog__list th {
  padding: 20px 0;
  border-top: 3px solid #1c1c1c;
}

.hd .myLoginLog__list td {
  padding: 10px 0;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  text-align: center;
}

.hd .myLoginLog__list td:nth-child(2) {
  font-weight: 600;
}

.hd .myLoginLog__list td img {
  vertical-align: middle;
}

.hd .myLoginLog__device {
  margin-top: 30px;
  text-align: right;
}

.hd .myLoginLog__device ul {
  font-size: 0;
}

.hd .myLoginLog__device ul li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  line-height: 54px;
}

.hd .myLoginLog__device ul li img {
  vertical-align: top;
  margin-right: 10px;
}

.hd__myClaimList {
  padding-top: 190px;
}

.hd__myClaimList .item-box__list .img-box.hasBadge:before {
  content: '교환상품';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #918c00;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  line-height: 30px;
}

.hd__myClaimList .price-area {
  padding: 0 !important;
}

.hd [class*="myClaim"] .item-box__list .txt-area {
  width: -webkit-calc(100% - 265px) !important;
  width: calc(100% - 265px) !important;
}

.hd [class*="myClaim"] .item-box__list .multiCase .mealTop-area__inner {
  padding: 25px 0;
}

.hd [class*="myClaim"] .reason-area, .hd [class*="myClaim"] .infobox {
  padding: 25px 20px !important;
}

.hd [class*="myClaim"] .refund-desc {
  padding: 20px !important;
}

.hd__service-board {
  margin-top: 40px;
}

.hd__service-board__head {
  padding: 0 0 30px;
  border-bottom: 1px solid #ccc;
}

.hd__service-board__title {
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
}

.hd__service-board__title .notice {
  color: #918c00;
}

.hd__service-board__date {
  color: #888;
}

.hd__service-board__detail {
  padding: 35px 0;
  line-height: 1.5;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
}

.hd__service-board__detail .btn__download {
  display: inline-block;
  margin-top: 70px;
  padding-left: 40px;
  background: url(/front_mo/images/ico_comm_download-a464123adb4b00badb597b38af8548ea.png) no-repeat 0 5px;
}

.hd__service-board__txt {
  line-height: 32px;
}

.hd__service-board .btn-full {
  display: block;
  width: 290px;
  height: 70px;
  margin: 40px auto 0;
  text-align: center;
  line-height: 70px;
}

.hd__service-board .list_text {
  word-break: normal;
  word-wrap: break-word;
}

.hd__service-board .list_text > * {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

.hd__service-board .list_text > img {
  vertical-align: top;
}

.hd .userGuide {
  margin-top: 30px;
}

.hd .userGuide .cont-info__banner {
  text-align: center;
  margin-top: 20px;
  line-height: 32px;
}

.hd .userGuide .cont-info__banner:first-child {
  margin-top: 0;
}

.hd__myClaimDetail {
  padding-top: 190px;
}

.hd__myClaimDetail .annc {
  position: relative;
  margin-bottom: 25px;
  padding-left: 15px;
  color: #888;
  line-height: 1.6;
  word-break: keep-all;
}

.hd__myClaimDetail .annc:before {
  display: inline-block;
  position: absolute;
  left: 0;
  content: '-';
}

.hd__myClaimDetail .borderB-no {
  border-bottom: none;
}

.hd__myClaimDetail .btn-area {
  margin-top: 40px;
}

.hd__myClaimDetail .btn-area .btn-full {
  display: block;
  text-align: center;
}

.hd__myClaimDetail .planmeals .meals-delivery {
  padding: 25px 0;
  border-top: 1px solid #BCBCBC;
  font-size: 22px;
  font-weight: 600;
}

.hd__myClaimDetail .planmeals .meals-delivery__tit {
  display: inline-block;
  text-align: left;
}

.hd__myClaimDetail .planmeals .meals-delivery__price {
  display: inline-block;
  float: right;
  text-align: right;
}

.hd__myClaimDetail .list-more-btn {
  top: 50px;
}

.hd__myShippingItemList {
  padding-top: 190px;
}

.hd__myShippingItemList .item-box .item-box__list .inner {
  padding-right: 0 !important;
}

.hd .myReview {
  margin-top: 20px;
}

.hd .myReview .myReview__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.hd .myReview .myReview__title p {
  margin-bottom: 0;
  flex: 0 0 auto;
}

.hd .myReview .myReview__title em {
  margin-left: 50px;
  padding-left: 25px;
  color: #888;
  letter-spacing: -.5px;
  text-indent: -25px;
  font-size: 20px;
  word-break: keep-all;
}

.hd .myReview-list > li {
  padding: 0 30px;
  border-bottom: 1px solid #ccc;
}

.hd .myReview-list__view {
  position: relative;
  min-height: 100px;
  padding: 25px 50px 25px 120px;
  background: url("/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png") no-repeat 100% 50%;
}

.hd .myReview-list__view.on {
  background: url("/front_mo/images/icon_common_drop-down-on-08e8872295ba7734d975816c14c68cc9.png") no-repeat 100% 50%;
}

.hd .myReview-list__view__thumb {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
}

.hd .myReview-list__view__img {
  display: block;
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 0;
}

.hd .myReview-list__view__img figure {
  width: 100px;
  height: 100px;
}

.hd .myReview-list__view__txt {
  line-height: 32px;
}

.hd .myReview-list__view__title {
  display: block;
  font-weight: normal;
  /* 사용법 : @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 .myReview-list__view__pdName {
  display: block;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .myReview-list__view__pdName .best {
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  padding: 0 12px;
  vertical-align: 2px;
  background: #FEA45E;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #FFF;
}

.hd .myReview-list__view__opts {
  display: block;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
}

.hd .myReview-list__view__text {
  display: block;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
  color: #707070;
}

.hd .myReview-list__view__text-survey {
  color: #918c00;
}

.hd .myReview-list__view__text-helpful {
  display: inline-block;
  margin: 3px 0 0 5px;
  padding: 0 10px;
  line-height: 26px;
  height: 28px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #dcdcdc;
  border-radius: 30px;
  vertical-align: top;
}

.hd .myReview-list__view__text-helpful:before {
  display: inline-block;
  margin: 3px 4px 0 0;
  width: 19px;
  height: 20px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=220421") no-repeat;
  background-size: 400px auto;
  background-position: -174px -118px;
  vertical-align: top;
  content: '';
}

.hd .myReview-list__view__btn {
  display: block;
  margin-top: 15px;
  width: 100%;
  line-height: 55px;
  font-size: 22px !important;
  border-radius: 10px;
}

.hd .myReview-list__view__btn-box {
  display: flex;
}

.hd .myReview-list__view__btn-box .btn-white {
  margin-right: 10px;
  width: 180%;
}

.hd .myReview-list__view__detail {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 1;
  font-size: 0;
}

.hd .myReview-list__view__detail:after {
  position: absolute;
  right: 13px;
  top: 50%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: solid #aaa;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  content: '';
}

.hd .myReview-list__view__modify {
  position: absolute;
  right: 0;
  top: 29px;
  padding-bottom: 3px;
  color: #918c00;
  border-bottom: 1px solid #918c00;
  z-index: 1;
}

.hd .myReview-list__view .block {
  display: block;
}

.hd .myReview-list__view .gift {
  position: relative;
  height: 46px;
  margin-top: 12px;
}

.hd .myReview-list__view .gift__thumb {
  width: 50px;
  height: 46px;
}

.hd .myReview-list__view .gift__name {
  position: absolute;
  top: 5px;
  left: 70px;
  width: 340px;
  line-height: 30px;
  word-break: normal;
  word-wrap: break-word;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .myReview-list__detail {
  display: none;
  position: relative;
  border-top: 1px solid #BCBCBC;
}

.hd .myReview-list__detail__title {
  display: block;
  padding-right: 130px;
  line-height: 36px;
  word-break: break-all;
}

.hd .myReview-list__detail__soldDate {
  display: block;
}

.hd .myReview-list__detail__date {
  display: block;
  margin-bottom: 25px;
  color: #888;
  line-height: 32px;
}

.hd .myReview-list__detail__cont {
  line-height: 32px;
  word-break: normal;
  word-wrap: break-word;
}

.hd .myReview-list__detail__cont .img {
  display: block;
  margin-top: 10px;
  font-size: 0;
}

.hd .myReview-list__detail__cont .img img {
  vertical-align: top;
}

.hd .myReview-list__detail__cont .img__list {
  padding: 0 20px 20px 0;
  width: 590px;
  white-space: nowrap;
  overflow-x: auto;
}

.hd .myReview-list__detail__cont .img__list li {
  position: relative;
  display: inline-block;
  width: 170px;
  margin-right: 10px;
  vertical-align: top;
}

.hd .myReview-list__detail__cont .img__list li:nth-of-type(1):after {
  font-size: 18px;
  padding: 4px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #1c1c1c;
  z-index: 1;
  content: '대표사진';
}

.hd .myReview-list__detail .btn-half {
  position: absolute;
  top: 25px;
  right: 0;
  width: 110px;
  height: 55px;
  line-height: 55px;
  font-weight: 600;
}

.hd .myReview-list__user {
  padding: 25px 0;
}

.hd .myReview-list__admin {
  padding: 25px;
  background: #f9f9f9;
  border-top: 1px solid #BCBCBC;
}

.hd .myReview-list__admin__cont {
  padding: 20px 0;
  font-size: 22px;
  line-height: 1.4;
  word-break: normal;
  word-wrap: break-word;
}

.hd .myReview-list__admin__info {
  font-size: 22px;
}

.hd .myReview-list__admin .detail__info__id {
  font-weight: 600;
  color: #1c1c1c;
}

.hd .myReview-list__admin .detail__info__date {
  float: right;
  font-size: 22px;
  color: #888;
}

.hd .myReview-list__keyword {
  position: relative;
  margin: 0 0 -2px -30px;
  padding: 25px 30px;
  width: 640px;
  line-height: 1.5;
  border-bottom: 0;
  background: #f5f5f5;
  box-sizing: border-box;
  z-index: 1;
}

.hd .myReview-list__keyword__title {
  display: block;
}

.hd .myReview-list__keyword__text {
  color: #888;
}

.hd .myReview-list__keyword__helpful {
  position: absolute;
  right: 25px;
  bottom: 25px;
  padding: 0 10px;
  line-height: 30px;
  height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #918c00;
  border: 1px solid #ccc;
  border-radius: 30px;
  vertical-align: top;
}

.hd .myReview-list__keyword__helpful:before {
  display: inline-block;
  margin: 5px 5px 0 0;
  width: 19px;
  height: 20px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=220421") no-repeat;
  background-size: 400px auto;
  background-position: -193px -118px;
  vertical-align: top;
  content: '';
}

.hd .myReview.detail {
  margin-top: 0;
}

.hd .myReview.detail .myReview-list__view {
  background: transparent;
}

.hd .myReview.detail .myReview-list__view__thumb {
  border-radius: 0;
}

.hd .myReview.detail .myReview-list__detail {
  display: block !important;
  height: auto !important;
}

.hd__myReview .mypage {
  margin: 0 auto;
  width: 580px;
}

.hd__myReview .mypage .odhstr_head .box .box__list {
  width: 290px !important;
}

.hd__myReview .mypage .odhstr_head .box .box__list__title {
  margin: 0 0 10px !important;
}

.hd__myReview .tab_wrap {
  margin-left: -30px;
  width: 640px;
}

.hd__myReview [class^="tab-review"] .myReview-list__view {
  background: transparent;
}

.hd__myReview .tab-review .myReview-list__view {
  padding-right: 80px;
}

.hd__myReview .tab-review-no .myReview-list__view {
  padding-right: 0;
}

.hd .vreview-myreview-widget-iframe {
  position: relative;
  z-index: 1;
}

.hd__myStrap-list {
  display: flex;
  flex-wrap: wrap;
}

.hd__myStrap-list li {
  margin-top: 35px;
  width: 280px;
}

.hd__myStrap-list li:nth-of-type(2n) {
  margin-left: 20px;
}

.hd__myStrap-list li .img {
  position: relative;
  height: 232px;
  overflow: hidden;
}

.hd__myStrap-list li .img .ico_strap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.hd__myStrap-list li .img img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}

.hd__myStrap-list li .box {
  position: relative;
  margin-top: 15px;
}

.hd__myStrap-list li .box .tit {
  margin-top: 10px;
}

.hd__myStrap-list li .box .sort {
  color: #888;
}

.hd__myStrap-list li .box .sort.c1 {
  color: #307d0e;
}

.hd__myStrap-list li .box .sort.c2 {
  color: #918c00;
}

.hd__myStrap-list li .box .sort.c3 {
  color: #a4111f;
}

.hd__myStrap-list li .box .sort.c4 {
  color: #378a9f;
}

.hd__myStrap-list li .box .sort.c5 {
  color: #6111a4;
}

.hd__myStrap .no_data {
  padding-bottom: 70px !important;
}

.hd .ecoDelivery__cont {
  padding: 35px 0;
  font-size: 22px;
  color: #888;
  line-height: 36px;
}

.hd .ecoDelivery__form {
  border-top: 3px solid #918c00;
}

.hd .ecoDelivery__form ul li {
  margin-top: 25px;
  font-size: 0;
}

.hd .ecoDelivery__form ul li .form__title {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.hd .ecoDelivery__form ul li .form__title.block {
  display: block;
  width: auto;
  margin-bottom: 25px;
}

.hd .ecoDelivery__form ul li .form__cont {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 32px;
}

.hd .ecoDelivery .dawnDelivery-info {
  margin-top: 30px;
}

.hd .ecoDelivery__notice {
  margin-top: 30px;
}

.hd .ecoDelivery__notice p {
  padding-left: 10px;
  font-size: 22px;
  color: #888;
  line-height: 36px;
  text-indent: -10px;
  word-break: keep-all;
}

.hd .ecoDelivery .accordion-menu {
  margin-top: 30px;
  border-top: 1px solid #BCBCBC;
}

.hd .ecoDelivery .accordion-menu ul {
  border-top: 0;
}

.hd .ecopay .greating-pay {
  border-top: 3px solid #918c00;
}

.hd .ecopay .greating-pay .greating-pay__sec.no-card .btn__add-card {
  min-height: 443px;
}

.hd .ecoComplete .ecoComplete__msg {
  display: block;
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.hd .ecoComplete .ecoComplete__msg:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  margin: 40px auto 35px;
  background: url(/front_mo/images/icon_comm_smile-2e166a6981d118d4b84c11ae25345ffe.png) no-repeat 50% 50%;
  text-align: center;
}

.hd .ecoComplete .ecoComplete__desc {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.hd .myEcobag {
  padding: 70px 0 90px 0;
  border: 1px solid #BCBCBC;
  border-top: 3px solid #918c00;
  background: #F9F9F9;
  text-align: center;
  font-size: 0;
}

.hd .myEcobag:before {
  content: '';
  display: block;
  width: 134px;
  height: 134px;
  margin: 0 auto 25px;
  background: #918c00 url(/front_mo/images/ico_ecoBag-beb9a622b383ae43bc0d53772aab125a.png) no-repeat 50% 50%;
  border-radius: 50%;
}

.hd .myEcobag span {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
}

.hd .myEcobag strong {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 36px;
}

.hd .myEcobag strong:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: -1;
  width: 100%;
  height: 8px;
  background: #F9D983;
}

.hd .myEcobag__btn {
  text-align: center;
  font-size: 0;
  margin-top: 35px;
}

.hd .myEcobag__btn a {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  height: 55px;
  margin: 0 4px;
  border: 1px solid #BCBCBC;
  background: #FFF;
  font-size: 22px;
  line-height: 53px;
  box-sizing: border-box;
}

.hd .useAgree {
  border-top: 1px solid #BCBCBC;
  margin-top: 25px;
  padding-top: 25px;
  line-height: 30px;
}

.hd .useAgree .checkbox__label {
  padding-left: 50px;
  font-size: 22px;
  letter-spacing: -0.0025em;
}

.hd .useAgree .checkbox__label:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0;
}

.hd .myEco {
  margin-top: 40px;
}

.hd.amore .hd__inner {
  padding-top: 70px !important;
  padding-bottom: 100px;
}

.hd.amore .hd__inner.hd__plan-meals .overview,
.hd.amore .hd__inner .hd__main__h3 {
  padding-top: 30px;
}

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

.hd.amore.no--doc {
  padding-bottom: 85px;
}

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

.hd.amore .meals_txt {
  text-align: center;
  font-size: 18px;
}

.hd.amore .meals_txt span {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #918c00;
}

.hd.amore .weekend .btn__default.input {
  display: table;
  line-height: 30px;
  text-align: center;
}

.hd.amore .weekend .btn__default.input .text {
  display: table-cell;
  vertical-align: middle;
}

.hd.amore .weekend .btn__default.input .text__desc {
  display: block;
  font-size: 20px;
  font-weight: normal;
}

.hd.amore .meals-area__cont__desc {
  font-size: 20px;
}

.hd.amore .board__list {
  list-style: none;
}

.hd.amore .type-box {
  margin-top: 20px;
  box-shadow: 9px 9px 20px 5px rgba(0, 0, 0, 0.1);
}

.hd.amore .item-confirm__desc {
  display: none;
}

.hd.amore .hd__header__text {
  position: absolute;
  top: 38px;
  right: 20px;
  font-weight: bold;
  text-align: right;
}

.hd.amore .hd__header.BG .hd__header__text {
  color: #fff;
}

.hd.amore .hd__header .hd__header__logo .text {
  position: absolute;
  left: 180px;
  top: 38px;
  width: 270px;
  font-size: 22px;
  color: #fff;
}

.hd.amore .hd__plan-meals {
  padding-top: 100px !important;
}

.hd.amore .hd__meals.challenge {
  padding: 100px 0 !important;
}

.hd.amore .hd__care {
  padding-top: 100px !important;
  width: 640px;
}

.hd.amore .hd__care .tab-area-v3 {
  border-bottom: 0;
}

.hd.amore .hd__care .tab-area-v3 .tab-list-v3--on {
  border-color: #e5e5e5;
}

.hd.amore .hd__care .hd__main__h3 {
  height: 45px;
}

.hd.amore .hd__care .care-comm {
  margin-bottom: -100px;
  padding: 30px 0 100px;
  background: #f5f5f5;
}

.hd.amore .hd__care .care-comm ul {
  margin: 30px 30px 0;
}

.hd.amore .hd__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.amore .hd__care .care-comm ul li:not(:first-child) {
  margin-top: 15px;
}

.hd .amore__header {
  position: fixed;
  z-index: 4;
  width: 100%;
  max-width: 640px;
  height: 69px;
  background: #FFF;
  border-bottom: 1px solid #BCBCBC;
  text-align: center;
}

.hd .amore__header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.hd .amore__nav {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 640px;
  height: 100px;
  background: #FFF;
  border-top: 1px solid #DDD;
  transform: translate(-50%, 0);
}

.hd .amore__nav__list {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #3D3D3D;
  border-left: 1px solid #DDD;
}

.hd .amore__nav__list strong {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

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

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

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

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

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

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

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

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

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

.hd .mchoice__list {
  position: relative;
}

.hd .mchoice__list .soldout {
  display: none;
  width: 252px;
  height: 55px;
  margin-top: 5px;
  background: #A8A8A8;
  line-height: 55px;
  font-size: 22px;
  color: #FFF;
  text-align: center;
}

.hd .mchoice__list .soldout--show {
  display: block;
}

.wdw-type .hd.amore .hd__inner {
  padding-top: 3.5rem !important;
  padding-bottom: 5rem;
}

.wdw-type .hd.amore .hd__inner.hd__plan-meals .overview,
.wdw-type .hd.amore .hd__inner .hd__main__h3 {
  padding-top: 1.5rem;
}

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

.wdw-type .hd.amore.no--doc {
  padding-bottom: 4.25rem;
}

.wdw-type .hd.amore.docbar--hide .amore__nav {
  transform: translate3d(-50%, 5.05rem, 0);
  transition: transform 0.5s linear;
}

.wdw-type .hd.amore .meals_txt {
  text-align: center;
  font-size: 0.9rem;
}

.wdw-type .hd.amore .meals_txt span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #918c00;
}

.wdw-type .hd .amore__header {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 3.45rem;
  background: #FFF;
  border-bottom: 0.05rem solid #BCBCBC;
  text-align: center;
}

.wdw-type .hd .amore__header__title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.5rem;
  font-weight: 600;
  transform: translate(-50%, -50%);
}

.wdw-type .hd .amore__nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 32rem;
  height: 5rem;
  background: #FFF;
  border-top: 0.05rem solid #DDD;
  transform: translate(-50%, 0);
}

.wdw-type .hd .amore__nav__list {
  width: 33.333%;
  height: 5rem;
  font-size: 0.7rem;
  font-weight: 600;
}

.wdw-type .hd .amore__nav__list strong {
  bottom: 1rem;
}

.wdw-type .hd .amore__nav__list:after {
  top: 0.75rem;
  width: 2.35rem;
  height: 2rem;
}

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

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

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

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

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

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

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

.wdw-type .hd .amore .input_type.phone span {
  margin: -0.5rem 0.55rem 0;
}

.wdw-type .hd .mchoice__list {
  position: relative;
}

.wdw-type .hd .mchoice__list .soldout {
  display: none;
  width: 12.6rem;
  height: 2.75rem;
  margin-top: 0.25rem;
  background: #A8A8A8;
  line-height: 2.75rem;
  font-size: 1.1rem;
  color: #FFF;
  text-align: center;
}

.wdw-type .hd .mchoice__list .soldout--show {
  display: block;
}

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

.hd__coupnregist .tab-area {
  margin: 30px 0;
}

.hd .hd__coupnregist .regist-area, .hd .coupon_tab .regist-area {
  display: flex;
  position: relative;
}

.hd .hd__coupnregist .regist-area input, .hd .coupon_tab .regist-area input {
  width: 100%;
  height: 70px;
  padding: 0 60px 0 20px;
  border: 3px solid #918c00;
  border-radius: 0;
  box-sizing: border-box;
  letter-spacing: -.5px;
  font-size: 22px;
}

.hd .hd__coupnregist .regist-area .btn-green, .hd .coupon_tab .regist-area .btn-green {
  width: 140px;
}

.hd .hd__coupnregist .regist-area .input-remove, .hd .coupon_tab .regist-area .input-remove {
  position: absolute;
  right: 135px;
  top: 21px;
  width: 30px;
  height: 30px;
  background: #ddd url("/front_mo/images/icon_comm_close-black-4f84954e831829bcaef630be1cae8386.png") no-repeat center;
  background-size: 50%;
  border-radius: 50%;
  font-size: 0;
}

.hd .carefood__wrap {
  position: relative;
  padding-bottom: 50px;
  width: 640px;
  overflow: hidden;
}

.hd .carefood__wrap img {
  display: block;
  width: 640px;
}

.hd .carefood__wrap .options__inner {
  bottom: -88px;
}

.hd .carefood__wrap .options__sec {
  height: auto;
}

.hd .carefood__wrap .hd__meals__review {
  margin-top: 0;
}

.hd .carefood__category {
  height: 169px;
}

.hd .carefood__category ul {
  display: flex;
  padding: 20px 10px 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.hd .carefood__category ul li {
  display: flex;
  justify-content: center;
  text-align: center;
}

.hd .carefood__category ul li > * {
  width: 124px;
}

.hd .carefood__category ul li i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background: #f5f5f5;
  border-radius: 50%;
}

.hd .carefood__category ul li i:before {
  display: block;
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 500%;
  content: '';
}

.hd .carefood__category ul li span {
  display: block;
  padding-top: 10px;
  height: 60px;
  box-sizing: border-box;
}

.hd .carefood__category ul li span .txt-s {
  display: block;
  margin-top: 1px;
  font-size: 16px;
}

.hd .carefood__category ul li:nth-of-type(1) i:before {
  background-position-x: 0%;
}

.hd .carefood__category ul li:nth-of-type(2) i:before {
  background-position-x: 25%;
}

.hd .carefood__category ul li:nth-of-type(3) i:before {
  background-position-x: 50%;
}

.hd .carefood__category ul li:nth-of-type(4) i:before {
  background-position-x: 75%;
}

.hd .carefood__category ul li:nth-of-type(5) i:before {
  background-position-x: 100%;
}

.hd .carefood__category ul li.on i {
  background-color: #918c00;
}

.hd .carefood__category ul li.on i:before {
  background-position-y: bottom;
}

.hd .carefood__category ul li.on span {
  font-weight: bold;
  color: #918c00;
  border-bottom: 4px solid #918c00;
}

.hd .carefood__category.type1 li:nth-of-type(1) i:before {
  background-position-x: 0%;
}

.hd .carefood__category.type1 li:nth-of-type(2) i:before {
  background-position-x: 20%;
}

.hd .carefood__category.type1 li:nth-of-type(3) i:before {
  background-position-x: 40%;
}

.hd .carefood__category.type1 li:nth-of-type(4) i:before {
  background-position-x: 60%;
}

.hd .carefood__category.type1 li:nth-of-type(5) i:before {
  background-position-x: 80%;
}

.hd .carefood__category.type1 li:nth-of-type(6) i:before {
  background-position-x: 100%;
}

.hd .carefood__category.type1 li i:before {
  background-size: 600%;
  background-image: url("/front_mo/images/ico_care_category1-f9f5b88330ccbba32a234263cfa5cf2f.png?ver=250624");
}

.hd .carefood__category.type2 i:before {
  background-image: url("/front_mo/images/ico_care_category2-782a8897768f631b879799babe8b03e4.png?ver=240314");
}

.hd .carefood__senior-txt {
  line-height: 1.6;
}

.hd .carefood__senior-txt .color1 {
  color: #73512D;
}

.hd .carefood__senior-txt .color2 {
  color: #918c00;
}

.hd .carefood__senior-txt .line {
  display: inline-block;
  line-height: 0.3;
  border-bottom: 10px solid #F9D983;
}

.hd .carefood__senior-txt.type2 {
  margin-top: 30px;
}

.hd .carefood__senior-tab {
  margin: 30px 0;
}

.hd .carefood__senior-tab .tab-list {
  font-weight: bold;
  color: #1c1c1c;
  border-bottom: 1px solid #ccc;
  border-radius: 30px 30px 0 0;
}

.hd .carefood__senior-tab .tab-list--on {
  background: #1c1c1c;
  border-bottom-color: #1c1c1c;
}

.hd .carefood__senior-tab .tab-list--on a {
  color: #fff;
}

.hd .carefood__senior-tab .tab-contents {
  padding: 25px 30px;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
}

.hd .carefood__senior-tab .tab-contents dl {
  display: flex;
  flex-flow: wrap;
  line-height: 2;
}

.hd .carefood__senior-tab .tab-contents dl dt {
  width: 100px;
  font-weight: bold;
}

.hd .carefood__senior-tab .tab-contents dl dd {
  color: #666;
}

.hd .carefood__senior-tab .tab-contents dl dd span {
  color: #1c1c1c;
}

.hd.docbar--hide .carefood__wrap .btn-area, .hd.docbar--hide .care__btn {
  transform: translateY(0);
}

.hd .hd__header__st-event + .hd__sub .carefood__category1 ul,
.hd .hd__header__st-event + .hd__sub .carefood__category2 ul {
  position: fixed;
  left: 0;
  top: 68px;
  width: 620px;
  background: #fff;
}

.hd .carefood__wrap .btn-area, .hd .care__btn {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 50%;
  margin: 0 -320px 0 0;
  width: 640px;
  transform: translateY(-100px);
  transition: transform 1s;
  z-index: 1;
}

.hd .carefood__wrap .btn-area a, .hd .care__btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
}

.hd .carefood__wrap .btn-area a.btn-orange, .hd .care__btn a.btn-orange {
  line-height: 85px;
  color: #918c00;
  text-align: center;
  background: #fff;
  border: 1px solid #918c00;
}

.hd .carefood__wrap .btn-area a.btn-gift, .hd .care__btn a.btn-gift {
  position: relative;
  flex-basis: 62%;
  padding-left: 5%;
  max-width: 180px;
  color: #fff;
  border: 0;
  background: #e5b83f;
}

.hd .carefood__wrap .btn-area a.btn-gift:after, .hd .care__btn a.btn-gift:after {
  content: '';
  position: absolute;
  left: 41px;
  bottom: 30px;
  width: 27px;
  height: 29px;
  background: url("/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=210309") no-repeat -185px -73px;
  background-size: 640px;
  transform: rotate(0.001deg);
}

.grouporder__wrap {
  padding: 50px 0 100px;
}

.grouporder__wrap.apply .grouporder__title p {
  margin-top: 0;
}

.grouporder__wrap.apply .grouporder__contents {
  margin: 0 auto;
  padding: 0;
  width: 580px;
  border: 0;
}

.grouporder__title {
  position: relative;
  line-height: 1.4;
}

.grouporder__title h2 {
  color: #1c1c1c;
  font-size: 30px;
  font-weight: bold;
}

.grouporder__title p {
  margin-top: 15px;
  color: #888;
  font-size: 26px;
}

.grouporder__title .tel {
  position: absolute;
  top: 50%;
  right: 0;
  background: url("/front_pc/images/icon_comm_phone-e49c8281a394d080e3c66150271d205e.png?ver=210315") no-repeat 50% 50%;
  background-size: 100%;
  width: 94px;
  height: 94px;
  margin-top: -47px;
  margin-right: 10px;
  border: 1px solid #ccc;
  border-radius: 100%;
  font: 0/0 a;
}

.grouporder__contents {
  border-top: solid 2px #1c1c1c;
  margin: 30px -30px 0;
  padding: 20px 30px;
}

.grouporder__contents .grouporder__apply {
  width: 100%;
  margin: 0 auto;
}

.grouporder__contents .grouporder__apply dl {
  margin-top: 25px;
}

.grouporder__contents .grouporder__apply dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #1c1c1c;
}

.grouporder__contents .grouporder__apply dl dt span {
  font-size: 18px;
  color: #918c00;
}

.grouporder__contents .grouporder__apply dl dt em {
  color: #888;
  font-size: 18px;
  font-weight: normal;
}

.grouporder__contents .grouporder__apply dl dd {
  margin-top: 15px;
}

.grouporder__contents .grouporder__apply dl dd input, .grouporder__contents .grouporder__apply dl dd select {
  width: 100%;
  height: 70px;
  padding: 0 25px;
  font-size: 24px;
  background: #fff;
  border: solid 1px #bcbcbc;
  box-sizing: border-box;
  border-radius: 0;
}

.grouporder__contents .grouporder__apply dl dd .phone {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grouporder__contents .grouporder__apply dl dd .phone input, .grouporder__contents .grouporder__apply dl dd .phone select {
  width: 170px;
  flex: 0 0 170px;
}

.grouporder__contents .grouporder__apply dl.full dt {
  flex: 0 0 100%;
}

.grouporder__contents .grouporder__apply dl.full dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px;
}

.grouporder__contents .grouporder__apply dl.full dd ul li {
  flex: 0 0 280px;
  height: 370px;
  text-align: center;
  padding: 60px 20px 20px;
  box-sizing: border-box;
  position: relative;
}

.grouporder__contents .grouporder__apply dl.full dd ul li h3 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.grouporder__contents .grouporder__apply dl.full dd ul li h3::after {
  content: "";
  display: block;
  background: #0ee2e6;
  width: 30px;
  height: 3px;
  margin: 20px auto 25px;
}

.grouporder__contents .grouporder__apply dl.full dd ul li p {
  color: #d8d8d8;
  line-height: 1.4;
  font-size: 23px;
}

.grouporder__contents .grouporder__apply dl.full dd ul li .volume {
  margin-top: 50px;
  text-align: left;
}

.grouporder__contents .grouporder__apply dl.full dd ul li .volume h4 {
  color: #a4a4a4;
  font-size: 17px;
}

.grouporder__contents .grouporder__apply dl.full dd ul li .volume select {
  width: 100%;
  height: 60px;
  margin-top: 10px;
  padding: 0 20px;
  background: #fff url("/front_mo/images/ico_comm_select-7a7c0b587f9205c9a76ccda3dc5de89b.png") no-repeat 95% 50%;
}

.grouporder__contents .grouporder__apply dl.full dd ul li .hd-checkbox {
  position: absolute;
  top: 20px;
  right: 20px;
}

.grouporder__contents .grouporder__apply dl.full dd ul li .hd-checkbox input {
  width: 1px;
  height: 1px;
}

.grouporder__contents .grouporder__apply dl.full dd ul li .hd-checkbox label {
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
}

.grouporder__contents .grouporder__apply dl.full dd ul li .hd-checkbox label::before {
  width: 100%;
  height: 100%;
}

.grouporder__contents .grouporder__apply dl.full dd ul li.regular {
  background: url("/front_pc/images/bg_regular-0e0c98785c4b206e99fbc9c1a1c9321c.png") 0 0 no-repeat;
}

.grouporder__contents .grouporder__apply dl.full dd ul li.lunchBox {
  background: url("/front_pc/images/bg_lunchBox-c6f610a2d106db457a4ac00d14897377.png?ver=210309") 0 0 no-repeat;
}

.grouporder__contents .grouporder__apply dl.full dd ul li.lunchBox h3::after {
  background: #0be09c;
}

.grouporder__contents .grouporder__apply dl.full dd ul li.other {
  display: flex;
  height: auto;
  margin-top: 20px;
  padding: 0;
  flex: 0 0 100%;
  align-items: center;
}

.grouporder__contents .grouporder__apply dl.full dd ul li.other h3 {
  margin-left: 10px;
  color: #1c1c1c;
  text-align: left;
  font-size: 23px;
  flex: 0 0 70px;
}

.grouporder__contents .grouporder__apply dl.full dd ul li.other h3::after {
  display: none;
}

.grouporder__contents .grouporder__apply dl.full dd ul li.other .hd-checkbox {
  position: static;
}

.grouporder__contents .grouporder__apply dl.half dt {
  flex: 0 0 50%;
}

.grouporder__contents .grouporder__apply .check-cal__data {
  height: 70px;
  position: relative;
}

.grouporder__contents .grouporder__apply .check-cal__data .ui-datepicker-trigger {
  position: absolute;
  top: 3px;
  right: 0;
  width: 60px;
}

.grouporder__contents .grouporder__apply .textarea__wrap {
  position: relative;
  margin-top: 20px;
}

.grouporder__contents .grouporder__apply .textarea__wrap span {
  position: absolute;
  top: -45px;
  right: 0;
  color: #b4b4b4;
  font-size: 22px;
}

.grouporder__contents .grouporder__apply .textarea__wrap textarea {
  width: 100%;
  min-height: 260px;
  padding: 20px;
  border: solid 1px #bcbcbc;
  box-sizing: border-box;
  font-size: 24px;
  color: #b4b4b4;
}

.grouporder__contents .grouporder__apply button {
  display: block;
  background: #918c00;
  width: 100%;
  height: 70px;
  margin-top: 40px;
  color: #fff;
  font-size: 26px;
}

.grouporder__list {
  margin-bottom: 70px;
  line-height: 1.5;
}

.grouporder__list dt {
  display: block;
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
}

.grouporder__list dd {
  margin-top: 15px;
  padding-left: 35px;
  font-size: 24px;
}

.grouporder__text {
  margin-top: 40px;
  line-height: 1.5;
  font-size: 26px;
  letter-spacing: -0.5px;
}

.grouporder__text .guide {
  font-size: 90%;
  color: #888;
}

.grouporder__btn__wrap {
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.grouporder__btn__wrap p {
  color: #1c1c1c;
  font-size: 25px;
}

.grouporder__btn__wrap .btn-order {
  background: #918c00;
  width: 100%;
  height: 100px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-size: 26px;
}

.ui-widget.ui-widget-content {
  padding: 0 !important;
  border-top: 3px solid #918c00 !important;
}

.ui-widget-header {
  background: #fff !important;
}

.hd .ui-datepicker {
  left: 30px !important;
  right: 30px !important;
  width: auto;
  font-size: 24px;
}

.hd .ui-datepicker-calendar {
  border-collapse: collapse;
  border-spacing: 0;
}

.hd .ui-datepicker-calendar thead th {
  border-bottom: 1px solid #bcbcbc;
}

.hd .ui-datepicker-calendar tbody td {
  padding: 0;
  border: 0;
}

.hd .ui-datepicker-calendar tbody td .ui-state-default {
  background: none;
  padding: 10px 0;
  border: 0;
  text-align: center;
}

.hd .ui-datepicker-calendar tbody td a {
  background: none;
  padding: 10px 0;
  border: 0;
  text-align: center;
}

.hd .ui-datepicker-calendar tbody td a:hover {
  background: #f5f5f5;
}

.hd .ui-datepicker-calendar tbody td a.ui-state-active {
  background: #918c00 !important;
  color: #fff;
  font-weight: 600;
}

.hd .ui-datepicker-calendar tbody td.ui-datepicker-today a {
  background: #918c00;
  color: #fff;
  font-weight: 600;
}

.hd .ui-datepicker-prev, .hd .ui-datepicker-next {
  top: 2px !important;
  background: none !important;
  border: none !important;
}

.hd .ui-datepicker-prev span, .hd .ui-datepicker-next span {
  background: url(/front_pc/images/arrow-b2c0d3533a4e29b04ed99c3a8b668561.svg) 0 0 no-repeat;
}

.hd .ui-datepicker .ui-datepicker-prev {
  left: 2px !important;
  transform: rotate(180deg);
}

.hd .ui-datepicker .ui-datepicker-next {
  right: 2px !important;
}

.hd .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px !important;
}

.hd .ui-datepicker .ui-datepicker-next-hover {
  right: 2px !important;
}

.mem__grade {
  height: 196px;
  position: relative;
}

.mem__grade .mem__grade__progress {
  height: 10px;
  position: absolute;
  background: #efefef;
  left: 10px;
  right: 10px;
  bottom: 50px;
}

.mem__grade .mem__grade__progress-bar {
  background: #918c00;
  height: 10px;
  transition: all .2s;
}

.mem__grade .mem__grade__progress-bar span {
  position: absolute;
  top: -56px;
  text-align: center;
  transform: translateX(-50%);
  font-size: 22px;
}

.mem__grade .mem__grade__progress-bar span.friends {
  left: 30px;
}

.mem__grade .mem__grade__progress-bar span.friends::before {
  background: #ffa45e;
}

.mem__grade .mem__grade__progress-bar span.mint {
  left: 155px;
}

.mem__grade .mem__grade__progress-bar span.mint::before {
  background: #3fc0c5;
}

.mem__grade .mem__grade__progress-bar span.white {
  left: 280px;
}

.mem__grade .mem__grade__progress-bar span.white::before {
  background: #e0e0e0;
}

.mem__grade .mem__grade__progress-bar span.green {
  left: 405px;
}

.mem__grade .mem__grade__progress-bar span.green::before {
  background: #006450;
}

.mem__grade .mem__grade__progress-bar span.black {
  left: 530px;
}

.mem__grade .mem__grade__progress-bar span.black::before {
  background: #000;
}

.mem__grade .mem__grade__progress-bar span::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 30px;
  bottom: -52px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.mem__grade .mem__grade__progress-bar span::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-top: 12px solid #cfcfcf;
  border-bottom: 0px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.mem__fix {
  border-top: solid 1px #bcbcbc;
  text-align: center;
  padding: 50px 0;
}

.mem__fix h3 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #626262;
  color: #1c1c1c;
  font-size: 22px;
  font-weight: bold;
}

.mem__fix p {
  margin: 30px 0 34px;
  color: #1c1c1c;
  font-size: 40px;
  font-weight: bold;
}

.mem__fix a {
  display: block;
  background: #918c00;
  width: 240px;
  height: 67px;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  line-height: 65px;
  text-align: center;
  font-size: 22px;
}

.mem__next__grade {
  border-top: solid 1px #bcbcbc;
  text-align: center;
  padding: 50px 0;
  border-bottom: solid 3px #918c00;
}

.mem__next__grade h3 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #626262;
  color: #1c1c1c;
  font-size: 22px;
  font-weight: bold;
}

.mem__next__grade div p {
  padding-top: 25px;
  color: #1c1c1c;
  font-size: 28px;
}

.mem__next__grade div p strong {
  font-size: 28px;
}

.mem__next__grade div > strong {
  display: block;
  padding-top: 15px;
  font-size: 28px;
}

.mem__benefit {
  text-align: center;
  padding-bottom: 100px;
}

.mem__benefit::before {
  content: "";
  display: block;
  padding: 60px 0 65px;
}

.mem__benefit a {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: solid 2px #918c00;
  color: #1c1c1c;
  font-size: 22px;
  font-weight: bold;
}

.mem__benefit-info {
  margin-top: 60px;
  padding-top: 40px;
  border-top: solid 1px #ddd;
  text-align: left;
}

.mem__benefit-info h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: bold;
}

.mem__benefit-info ul {
  margin-top: 25px;
}

.mem__benefit-info ul li {
  padding-left: 10px;
  color: #6e6e6e;
  line-height: 2;
  text-indent: -10px;
  font-size: 19px;
}

.mem__grade__wrap.grade-f .mem__grade__progress-bar {
  width: 30px;
}

.mem__grade__wrap.grade-f .mem__grade__progress-bar .friends {
  background: #ffa45e;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: -102px;
  font-size: 18px;
}

.mem__grade__wrap.grade-f .mem__grade__progress-bar .friends::before {
  background: #ffa45e;
}

.mem__grade__wrap.grade-f .mem__grade__progress-bar .friends::after {
  display: block;
  border-top-color: #ffa45e;
}

.mem__grade__wrap.grade-f .mem__next__grade-type {
  color: #3fc0c5;
}

.mem__grade__wrap.grade-f .mem__benefit::before {
  background: url(/front_mo/images/grade-m-7013249f3d72583e567d99e34a743937.png) center center no-repeat;
  height: 319px;
}

.mem__grade__wrap.grade-m .mem__grade__progress-bar {
  width: 155px;
}

.mem__grade__wrap.grade-m .mem__grade__progress-bar .mint {
  background: #3fc0c5;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: -102px;
  font-size: 18px;
}

.mem__grade__wrap.grade-m .mem__grade__progress-bar .mint::before {
  background: #3fc0c5;
}

.mem__grade__wrap.grade-m .mem__grade__progress-bar .mint::after {
  display: block;
  border-top-color: #3fc0c5;
}

.mem__grade__wrap.grade-m .mem__next__grade-type {
  color: #3fc0c5;
}

.mem__grade__wrap.grade-m .mem__benefit::before {
  background: url(/front_mo/images/grade-m-7013249f3d72583e567d99e34a743937.png) center center no-repeat;
  height: 319px;
}

.mem__grade__wrap.grade-w .mem__grade__progress-bar {
  width: 280px;
}

.mem__grade__wrap.grade-w .mem__grade__progress-bar .white {
  background: #cfcfcf;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: -102px;
  font-size: 18px;
}

.mem__grade__wrap.grade-w .mem__grade__progress-bar .white::before {
  background: #cfcfcf;
}

.mem__grade__wrap.grade-w .mem__grade__progress-bar .white::after {
  display: block;
  border-top-color: #cfcfcf;
}

.mem__grade__wrap.grade-w .mem__next__grade-type {
  color: #cfcfcf;
}

.mem__grade__wrap.grade-w .mem__benefit::before {
  background: url(/front_mo/images/grade-w-9110b343da94aa28f38ac7a2443e408c.png?ver=20210218) center center no-repeat;
  height: 319px;
}

.mem__grade__wrap.grade-g .mem__grade__progress-bar {
  width: 405px;
}

.mem__grade__wrap.grade-g .mem__grade__progress-bar .green {
  background: #006450;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: -102px;
  font-size: 18px;
}

.mem__grade__wrap.grade-g .mem__grade__progress-bar .green::before {
  background: #006450;
}

.mem__grade__wrap.grade-g .mem__grade__progress-bar .green::after {
  display: block;
  border-top-color: #006450;
}

.mem__grade__wrap.grade-g .mem__next__grade-type {
  color: #006450;
}

.mem__grade__wrap.grade-g .mem__benefit::before {
  background: url(/front_mo/images/grade-g-2969a8580c69843fa1d16e0fdb5cee41.png?ver=20210218) center center no-repeat;
  height: 319px;
}

.mem__grade__wrap.grade-b .mem__grade__progress-bar {
  width: 100%;
}

.mem__grade__wrap.grade-b .mem__grade__progress-bar .black {
  background: #000;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  transform: translateX(-50%);
  color: #fff;
  top: -102px;
  font-size: 18px;
}

.mem__grade__wrap.grade-b .mem__grade__progress-bar .black::before {
  background: #000;
}

.mem__grade__wrap.grade-b .mem__grade__progress-bar .black::after {
  display: block;
  border-top-color: #000;
}

.mem__grade__wrap.grade-b .mem__next__grade-type {
  color: #000;
}

.mem__grade__wrap.grade-b .mem__benefit::before {
  background: url(/front_mo/images/grade-b-3bf033ce6e5e5c04b04bb84276c52893.png?ver=20210218) center center no-repeat;
  height: 319px;
}

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

.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;
  font-size: 20px;
  line-height: 30px;
  color: #999;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .product__wrap__list--item .item__name {
  display: block;
  width: 100%;
  min-height: 27px;
  max-height: 56px;
  line-height: 28px;
  font-weight: bold;
  /* 사용법 : @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: #888;
  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__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;
  overflow: hidden;
}

.hd .product__wrap__list--item .item__text > span {
  display: block;
  margin-top: 10px;
}

.hd .product__wrap__list--item .item__text > span:nth-of-type(1) {
  margin-top: 20px;
}

.hd .product__wrap__list--item .item__text .green {
  color: #918c00;
}

.hd .product__wrap__list--item .item__text .orange {
  font-weight: normal;
  color: #888;
}

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

.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-5e6cf53d3ebc4b7f16d07f5bd177f5cb.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 .name_ellipsis {
  display: inline-block;
  max-width: 161px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}

.hd .giftRecipient {
  padding-bottom: 100px;
}

.hd .giftRecipient .btn-full {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.hd .giftRecipient_inner {
  margin: 30px;
  line-height: 1.35;
  text-align: center;
}

.hd .giftRecipient_title {
  padding: 1.25rem 0 1.75rem 0;
  line-height: 1.5;
  text-align: center;
}

.hd .giftRecipient_title p {
  display: inline-block;
  font-weight: 700;
}

.hd .giftRecipient_title span {
  font-size: 1rem;
}

.hd .giftRecipient_info {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.hd .giftRecipient_info .message {
  position: relative;
  display: block;
  padding: 0 1.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  border-bottom: 1px solid #dedede;
}

.hd .giftRecipient_info .text {
  margin-bottom: 25px;
  color: #999;
}

.hd .giftRecipient_info .text .point_color {
  display: inline-block;
  margin-left: 10px;
}

.hd .giftRecipient_info .thumb {
  margin: 0 auto 25px;
  width: 100%;
  max-width: 13rem;
  border-radius: 20px;
  overflow: hidden;
}

.hd .giftRecipient_info .thumb img {
  display: block;
  width: 100%;
}

.hd .giftRecipient_info select {
  background: url(/front_mo/images/ico_member_select-194240eda4252975f9053de65c2e4171.png) no-repeat right 1rem top 50%;
  background-size: 1.5rem;
}

.hd .giftRecipient_info .accordion_title {
  position: relative;
  padding: 0 2.5rem;
  height: 3.25rem !important;
  line-height: 3.25rem;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .giftRecipient_info .accordion_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 0.8rem;
  margin-top: -0.4rem;
  background: url(/front_mo/images/icon_common_drop-down-b417d2afdf3bac72a7153ba20f33a729.png) no-repeat;
  background-size: 100%;
}

.hd .giftRecipient_info .accordion_con {
  display: none;
  padding: 0.5rem 1rem !important;
  border-top: 1px solid #ccc;
}

.hd .giftRecipient_info .accordion_con ul li a {
  display: block;
  padding: 0.75rem 0;
  /* 사용법 : @include line(라인수) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hd .giftRecipient_info .accordion_box {
  margin: 0;
  text-align: left;
  border: 1px solid #ccc;
  font-size: 1.2rem !important;
  background-image: none;
  box-shadow: none;
  text-align: center;
  border-radius: 10px;
}

.hd .giftRecipient_info .accordion_box.on .accordion_title:before {
  margin-top: -0.7rem;
  transform: rotate(-180deg);
}

.hd .giftRecipient_info .btn-arr {
  padding: 0 2.5rem;
  font-size: 1.2rem !important;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  border-color: #918c00;
  border-radius: 10px;
}

.hd .giftRecipient_info .btn-arr:after {
  width: 1rem;
  opacity: 1;
}

.hd .giftRecipient_info #itemName {
  display: block;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.hd .giftRecipient_guide .point_color {
  margin: 1.25rem 0;
  display: block;
  font-size: 1.4rem;
}

.hd .giftRecipient_guide .box {
  padding: 20px;
  color: #555;
  background: #f5f5f5;
  border-radius: 10px;
}

.hd .giftRecipient_guide .guide_text {
  margin: 5px 0 10px;
  padding-top: 0;
  text-align: left;
}

.hd .giftRecipient_guide .guide_text li {
  margin: 0 0 0 14px;
  padding-top: 5px;
  line-height: 32px;
  font-size: 20px;
  color: #888;
  text-indent: -10px;
}

.hd .giftRecipient_guide .guide_text li em {
  color: #918c00;
}

.hd .giftRecipient_gift .gift_title {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

.hd .giftRecipient_gift .gift_title span {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 0.9rem;
  font-weight: 100;
  color: #707070;
}

.hd .giftRecipient_gift .gift_item {
  padding: 10px;
  background: #f5f5f5;
}

.hd .giftRecipient_gift .gift_item .gift_box {
  display: table;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.hd .giftRecipient_gift .gift_item .gift_box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.hd .giftRecipient_gift .gift_item .checks {
  display: table-cell;
  width: 10%;
}

.hd .giftRecipient_gift .gift_item .gift_thumb {
  display: table-cell;
  width: 80px;
}

.hd .giftRecipient_gift .gift_item .gift_thumb:after {
  display: none !important;
}

.hd .giftRecipient_gift .gift_item .gift_name {
  display: table-cell;
  text-indent: 20px;
}

.hd .giftRecipient .ordererInfo, .hd .giftRecipient .agree-area {
  margin: 0;
  box-shadow: none;
  background: none;
  border-top: 1rem solid #f1f1f1;
}

.hd .giftRecipient .ordererInfo .orderPayment_h2, .hd .giftRecipient .agree-area .orderPayment_h2 {
  border: 0;
}

.hd .giftRecipient .ordererInfo .accordion_wrap, .hd .giftRecipient .agree-area .accordion_wrap {
  padding: 0 1.5rem;
}

.hd .giftRecipient .ordererInfo .accordion_con, .hd .giftRecipient .agree-area .accordion_con {
  padding-bottom: 1.5rem;
  border-top: 1px solid #ccc;
}

.hd .giftRecipient .ordererInfo .input_text, .hd .giftRecipient .ordererInfo button[class*="btn"], .hd .giftRecipient .ordererInfo .checks_btn label, .hd .giftRecipient .agree-area .input_text, .hd .giftRecipient .agree-area button[class*="btn"], .hd .giftRecipient .agree-area .checks_btn label {
  border-radius: 5px;
}

.hd .giftSelect {
  position: relative;
  margin-top: 1.25rem;
  padding: 1rem;
  line-height: 1.3;
  font-size: 1.1rem;
  background: rgba(100, 100, 100, 0.05);
}

.hd .giftSelect .btn-round {
  position: absolute;
  right: 0;
  top: -2.95rem;
  padding: 0.4rem 0.5rem;
  font-size: 1rem;
}

.hd .giftSelect_list {
  margin-top: -80px;
}

.hd .giftSelect_list .dvCart {
  border: 0;
  border-bottom: 1px solid #ccc;
}

.hd .giftSelect_list .dvCart .checks:before {
  display: none;
}

.hd .giftSelect_list .dvCart .product--price {
  padding-top: 0;
  border: 0;
}

.hd .giftSelect_list .dvCart.single {
  padding-left: 0;
}

.hd .giftSelect_list + .hd__btn-sec {
  position: absolute;
}

.hd .giftSelect_list + .hd__btn-sec .btn__default + .btn__default.next {
  border-left: 0;
  background: #ccc;
  border: 1px solid #ccc;
  color: #FFF;
}

.hd .giftMulti {
  position: relative;
  margin: 2.5rem 1.5rem;
  font-size: 1.2rem;
  color: #707070;
}

.hd .giftMulti_select {
  position: absolute;
  right: 0;
  top: -0.5rem;
}

.hd .giftMulti_select select {
  width: 5rem;
  height: 2.35rem;
  padding: 0 0.75rem;
  font-size: 1.1rem !important;
  border-radius: 23px;
  background: #fff;
}

.hd .giftMulti_select:after {
  position: absolute;
  content: "";
  top: 1rem;
  right: 1rem;
  width: 0;
  height: 0;
  border: 0.3rem solid transparent;
  border-color: #000 transparent transparent transparent;
}

.hd .giftMulti_text {
  margin: 1rem 0 -1rem;
  line-height: 1.5;
  font-size: 0.9rem;
  color: #918c00;
  padding-left: 1.25rem;
  text-indent: -1.25rem;
}

.hd .giftMulti_text strong {
  display: block;
  font-size: 1.1rem;
}

.hd .giftMulti .discount-tooltip {
  top: -120%;
  right: 0;
  transform: none;
}

.hd .giftMulti .discount-tooltip:after {
  right: 2rem;
  margin-top: 0;
  transform: rotate(45deg) translateX(0);
}

.hd .giftOrder .hd__plan__order-list li {
  font-size: 1rem;
}

.hd .giftOrder__img {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
}

.hd .giftOrder__btn {
  position: absolute;
  left: 62%;
  top: 28%;
  width: 25%;
  height: 10%;
}

.hd .giftProduct_list {
  margin-top: 1rem;
  padding: 0.25rem 1rem 1rem;
  background: rgba(100, 100, 100, 0.05);
}

.hd .giftProduct .planMeals-item {
  padding-bottom: 0;
  font-size: 1.1rem;
}

.hd .giftProduct .planMeals-item .item-wrap {
  padding: 1rem 0 0;
  border: 0;
}

.hd .giftProduct .btn-full {
  width: 100%;
}

.hd .orderPayment_h2 .point_color {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 1.1rem;
  font-weight: 100;
  color: #918c00;
}

.hd .orderPayment_h2 .point_color .name_ellipsis {
  max-width: 5rem;
  color: #918c00;
}

.hd .orderPayment_h2 + .checks_box {
  margin: -3.05rem 1.75rem 0 0;
  float: right;
  transform: scale(0.9);
}

.hd .orderPayment_h2 + .checks_box:after {
  overflow: hidden;
  clear: both;
}

.hd .orderPayment_h2 + .checks_box .ico_tooltip {
  margin-top: 0.1rem;
}

.hd .form_title .point_color {
  float: right;
  font-size: 1rem;
  font-weight: 100;
  color: #918c00;
}

.hd .hd__plan__order-text {
  margin: 15px 0 20px;
  font-size: 21px;
  text-align: center;
}

.hd .hd__plan__order-text .gift {
  color: #918c00;
}

.hd .hd__plan__order-list.gift li.on.gift {
  position: relative;
}

.hd .hd__plan__order-list.gift li.on.gift:before {
  background: #fff;
  color: #918c00;
  border-color: #918c00;
}

.hd .hd__plan__order-list.gift li.on.gift .gift_txt {
  position: absolute;
  left: -50px;
  top: -15px;
  line-height: 1.65;
  font-size: 18px;
  color: #918c00;
  text-align: center;
}

.hd .hd__plan__order-list.gift:before {
  width: 160px;
  transform: translate(-100%, 0);
}

.hd .hd__plan__order-list.gift:after {
  position: absolute;
  top: 15px;
  right: 50%;
  width: 160px;
  height: 1px;
  background: #918c00;
  content: '';
  transform: translate3d(100%, 0, 0);
  z-index: -1;
}

.hd .btn-yellow {
  color: #333;
  background: #fae100;
  border-color: #fae100;
  /* ffc000 */
}

.hd .accordion_box.more {
  margin-top: 10px;
  border: 1px solid #ccc;
}

.hd .accordion_box.more .accordion_title {
  padding: 5px 0;
  text-align: center;
  color: #707070;
}

.hd .accordion_box.more .accordion_title:before {
  content: '더보기';
}

.hd .accordion_box.more .accordion_title:after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  border: 6px solid transparent;
  border-color: #707070 transparent transparent transparent;
  content: '';
}

.hd .accordion_box.more .accordion_con {
  display: none;
  padding: 0 10px;
  background: #f5f5f5;
}

.hd .accordion_box.more.on .accordion_title:before {
  content: '접기';
}

.hd .accordion_box.more.on .accordion_title:after {
  margin-top: -14px;
  border-color: transparent transparent #707070 transparent;
}

.hd .accordion_box.more .nomal_list {
  padding: 0;
  border-bottom: 0;
}

.hd .accordion_box.more .nomal_list li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.hd .accordion_box.more .nomal_list li:last-child {
  border-bottom: 0;
}

.hd__orderPayment .giftRecipient_inner {
  margin: 1.5rem;
}

.hd__orderPayment .giftRecipient_inner .guide_text li {
  margin-left: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
  text-indent: -1rem;
}

.hd__orderPayment .hd__planMeals-detail {
  margin: 0 auto;
  max-width: 640px;
}

.hd__orderPayment .hd__planMeals-detail .close-area {
  height: 3.2rem;
}

.hd__orderPayment .hd__planMeals-detail .close-area .page-mark {
  width: 8rem;
  height: 3.1rem;
  line-height: 3.1rem;
  border-radius: 0.6rem 0.6rem 0 0;
}

.hd__orderPayment .hd__planMeals-detail .close-area .page-mark:after {
  top: 0.3rem;
  right: -1.95rem;
  border-top: 2.2rem solid transparent;
  border-right: 1rem solid transparent;
  border-left: 1rem solid #fff;
}

.hd__orderPayment .hd__planMeals-detail .close-area__btn-icon {
  margin-left: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: -0.4rem;
}

.hd__orderPayment .hd__planMeals-detail .close-area__btn-icon:before, .hd__orderPayment .hd__planMeals-detail .close-area__btn-icon:after {
  margin: -0.65rem 0 0 -0.05rem;
  height: 1.3rem;
}

#giftRecipient {
  top: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  height: -webkit-fill-available;
}

#giftRecipient .hd__popup-v2 {
  position: fixed;
  margin-top: 0 !important;
  height: 100% !important;
}

#giftRecipient .hd__popup-v2__inner {
  height: 100% !important;
}

#giftRecipient .popup_amore {
  margin-top: 0 !important;
  width: 640px;
}

#giftRecipient .addressSearch .layer_header h2 {
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
}

#giftRecipient .addressSearch .btn_icon.close {
  right: 10px;
  width: 15px;
  height: 15px;
  padding: 5px;
}

#giftRecipient .addressSearch .btn_icon.close:before, #giftRecipient .addressSearch .btn_icon.close:after {
  width: 1.5px;
  height: 20px;
}

#giftRecipient #zipAreaFrame iframe {
  margin-top: 45px !important;
  height: calc(100vh - 45px) !important;
}

#giftRecipientInfo .agree-all .checkbox__label {
  padding-left: 2.5rem;
  text-indent: -2.5rem;
}

#giftRecipient .hd__planMeals-detail {
  position: fixed;
  left: 0;
  top: 0;
  width: 640px;
  height: 100%;
  overflow-y: auto !important;
  background: #fff;
  z-index: 9;
  box-sizing: border-box;
}

#giftRecipient .board__inner__review .review__title, #giftRecipient .detail__cont {
  font-size: 26px;
  font-weight: 100;
}

.hd .bestReview__sec {
  margin-top: 80px;
}

.hd .bestReview__top {
  position: relative;
  margin: 0 auto;
  width: 580px;
  z-index: 1;
}

.hd .bestReview__top-title {
  font-size: 40px;
  font-weight: bold;
}

.hd .bestReview__top-text {
  margin-top: 10px;
  color: #999;
}

.hd .bestReview__top-btn {
  margin-top: 10px;
  float: right;
  padding-bottom: 5px;
  color: #999;
  border-bottom: 1px solid #999;
}

.hd .bestReview__top span {
  display: inline-block;
  vertical-align: top;
}

.hd .bestReview__list {
  width: 610px;
  margin: 30px 0;
  padding-right: 14px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.hd .bestReview__list .swiper -wrapper {
  white-space: nowrap;
}

.hd .bestReview__list .swiper-slide {
  display: inline-block;
  position: relative;
  margin: 0 16px 0 0;
  width: 260px;
  vertical-align: top;
  white-space: normal;
}

.hd .bestReview__list .swiper-pagination-progressbar {
  position: relative;
  height: 4px;
  border-radius: 5px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

.hd .bestReview__list .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #918c00;
  transform: scale(0);
  transform-origin: left top;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.hd .bestReview__list .list__thumb {
  position: relative;
  height: 260px;
  border-radius: 30px;
  overflow: hidden;
}

.hd .bestReview__list .list__thumb img {
  width: 100%;
  height: 260px;
}

.hd .bestReview__list .list__thumb .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;
}

.hd .bestReview__list .list__thumb .item__score-text {
  width: 100%;
  font-size: 16px;
  color: #fff;
}

.hd .bestReview__list .list__thumb .item__score .hd__icon__score {
  display: flex;
}

.hd .bestReview__list .list__name {
  margin-top: 20px;
  height: 55px;
  font-weight: bold;
  /* 사용법 : @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 .bestReview__list .list__user {
  margin-top: 10px;
  font-size: 21px;
  color: #999;
}

.hd .bestReview__list .list__keyword {
  height: 40px;
}

.hd .bestReview__list .list__keyword-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
  line-height: 24px;
  color: #918c00;
}

.hd .bestReview__list .list__keyword-box span {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 9px;
  font-size: 21px;
  font-weight: bold;
  border: 1px solid #918c00;
  border-radius: 30px;
  vertical-align: top;
  box-sizing: border-box;
}

.hd .bestReview__list .list__review {
  position: relative;
  margin-top: 35px;
  padding: 35px 0;
  border-radius: 30px;
  background: #f5f5f5;
}

.hd .bestReview__list .list__review:before {
  position: absolute;
  left: 47%;
  top: -30px;
  width: 35px;
  height: 35px;
  background: #f5f5f5;
  border-left: 0;
  border-top: 0;
  transform: rotate(-135deg) translateY(-50%);
  content: '';
  z-index: 0;
}

.hd .bestReview__list .list__title {
  height: 50px;
  font-weight: bold;
  /* 사용법 : @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 .bestReview__list .list__helpful {
  margin-top: 10px;
  font-size: 23px;
}

.hd .bestReview__list .list__helpful:before {
  display: inline-block;
  margin: -3px 4px 0 0;
  width: 28px;
  height: 29px;
  background: url(/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=220421) no-repeat;
  background-size: 640px auto;
  background-position: -309px -190px;
  vertical-align: top;
  content: '';
}

.hd .bestReview__list .list__detail {
  display: block;
  margin: 20px auto 0;
  padding: 8px 0;
  width: 150px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #1c1c1c;
  border-radius: 30px;
}

.hd .bestReview__list .list__detail:after {
  display: inline-block;
  margin-top: 4px;
  width: 9px;
  height: 9px;
  border: solid #1c1c1c;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg) translateY(-50%);
  vertical-align: middle;
  content: '';
}

.hd .bestReview__list.number {
  margin: 0 0 0 -10px;
  padding: 30px 14px 30px 0;
  width: 620px;
  counter-reset: review_list;
}

.hd .bestReview__list.number .swiper-wrapper .swiper-slide {
  margin: 0 5.5px 0 10px;
  width: 260px;
}

.hd .bestReview__list.number .swiper-wrapper .swiper-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  counter-increment: review_list;
  content: counter(review_list);
  text-align: center;
  background: #918c00;
  z-index: 1;
}

.hd .bestReview__list.number .swiper-wrapper .swiper-slide:nth-of-type(1):after {
  position: absolute;
  left: -10px;
  top: -18px;
  width: 60px;
  height: 27px;
  content: '';
  background: url(/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=220421) no-repeat;
  background-position: -527px -45px;
  z-index: 2;
}

.hd .bestReview__list.number .swiper-wrapper .swiper-slide:nth-of-type(2):after, .hd .bestReview__list.number .swiper-wrapper .swiper-slide:nth-of-type(3):after {
  position: absolute;
  left: 7px;
  top: -20px;
  width: 27px;
  height: 21px;
  content: '';
  background: url(/front_mo/images/sp_ico-5e6cf53d3ebc4b7f16d07f5bd177f5cb.png?ver=220421) no-repeat;
  background-position: -532px -76px;
  z-index: 2;
}

.hd .bestReview__banner {
  margin-left: -30px;
  width: 640px;
}

.hd .bestReview__banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 10;
}

.hd .bestReview__select {
  position: relative;
  height: 84px;
  z-index: 2;
}

.hd .bestReview__select-box {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 30px;
  vertical-align: top;
  background: #fff;
  overflow: hidden;
}

.hd .bestReview__select-box.on .accordion_title:before {
  border-top: none;
  border-bottom: 12px solid #1c1c1c;
}

.hd .bestReview__select-title {
  padding: 13px 20px 14px 20px;
  font-weight: bold;
}

.hd .bestReview__select .accordion_title {
  padding-right: 40px;
  min-width: 131px;
}

.hd .bestReview__select .accordion_title:before {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 12px solid #1c1c1c;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  z-index: 0;
}

.hd .bestReview__select-list {
  padding: 0 20px 14px;
  line-height: 1.8;
}

.hd .bestReview_vreview {
  margin: -40px 0 0;
  height: 2810px;
}

.hd__recommend .recommend-banner {
  padding: 60px 30px 0 30px;
  height: 540px;
  background: url("/front_mo/images/recommend_img-0a172f71b7922f9bb89451d93e3473a0.jpg?ver=240830") no-repeat;
  border-bottom-right-radius: 60% 45px;
  border-bottom-left-radius: 60% 45px;
  overflow: hidden;
  box-sizing: border-box;
}

.hd__recommend .recommend-banner .banner-tit {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: bold;
  color: #1c1c1c;
  letter-spacing: -1px;
}

.hd__recommend .recommend-banner .banner-txt {
  line-height: 1.4;
  font-size: 25px;
  color: #848484;
}

.hd__recommend .recommend-banner .banner-btn {
  display: block;
  position: relative;
  width: 180px;
  margin-top: 20px;
  padding: 12px 0;
  font-size: 21px;
  text-align: center;
  border: 1px solid #666;
  border-radius: 30px;
  z-index: 1;
}

.hd__recommend .recommend-banner .banner-btn:after {
  display: inline-block;
  margin: -3px 0 0 10px;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: solid rgba(0, 0, 0, 0.4);
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  content: '';
}

.hd__recommend .recommend-content .qa {
  margin-top: 50px;
}

.hd__recommend .recommend-content .qa-tit {
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 28px;
  font-weight: bold;
}

.hd__recommend .recommend-content .qa-tit span {
  position: relative;
  display: inline-block;
}

.hd__recommend .recommend-content .qa-tit span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  content: '';
  background: #F9D983;
  z-index: -1;
}

.hd__recommend .recommend-content .qa-tit em {
  font-size: 20px;
  font-weight: normal;
  color: #888;
}

.hd__recommend .recommend-content .qa-box {
  margin: 0 25px;
}

.hd__recommend .recommend-content .qa-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hd__recommend .recommend-content .qa-box ul li {
  position: relative;
  display: flex;
  margin: 10px 5px 0;
  width: 100%;
  min-height: 70px;
  overflow: hidden;
  text-align: center;
  align-items: center;
}

.hd__recommend .recommend-content .qa-box ul li span {
  display: block;
  color: #888;
}

.hd__recommend .recommend-content .qa-box ul li label {
  padding: 20px 10px;
  width: 100%;
  line-height: 1.3;
  box-sizing: border-box;
}

.hd__recommend .recommend-content .qa-box ul li input[type="radio"], .hd__recommend .recommend-content .qa-box ul li input[type="checkbox"] {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
}

.hd__recommend .recommend-content .qa-box ul li input[type="radio"] + label:after, .hd__recommend .recommend-content .qa-box ul li input[type="checkbox"] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  box-sizing: border-box;
  content: '';
  border-radius: 50px;
  z-index: -1;
}

.hd__recommend .recommend-content .qa-box ul li input[type="radio"]:checked + label, .hd__recommend .recommend-content .qa-box ul li input[type="checkbox"]:checked + label {
  color: #fff;
}

.hd__recommend .recommend-content .qa-box ul li input[type="radio"]:checked + label span, .hd__recommend .recommend-content .qa-box ul li input[type="checkbox"]:checked + label span {
  color: #fff;
}

.hd__recommend .recommend-content .qa-box ul li input[type="radio"]:checked + label:after, .hd__recommend .recommend-content .qa-box ul li input[type="checkbox"]:checked + label:after {
  background: #918c00;
}

.hd__recommend .recommend-content .qa-box.range {
  padding-bottom: 50px;
}

.hd__recommend .recommend-content .qa-box.range .range-bar {
  -webkit-appearance: none;
  -moz-apperance: none;
  padding: 0 20px;
  width: 100%;
  border-radius: 20px;
  height: 15px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #9a9632), color-stop(0, #C5C5C5));
  box-sizing: border-box;
}

.hd__recommend .recommend-content .qa-box.range .range-bar::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  background-color: #E9E9E9;
  border: 8px solid #918c00;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.hd__recommend .recommend-content .qa-box.range .range-txt {
  position: relative;
  margin-top: 20px;
}

.hd__recommend .recommend-content .qa-box.range .range-txt span {
  position: absolute;
  top: 0;
  width: 90px;
  font-size: 19px;
  text-align: center;
}

.hd__recommend .recommend-content .qa-box.range .range-txt span:before {
  display: block;
  margin: 0 auto 10px;
  width: 1px;
  height: 15px;
  background: #888;
  content: '';
}

.hd__recommend .recommend-content .qa-box.range .range-txt span:nth-of-type(1) {
  left: -5px;
}

.hd__recommend .recommend-content .qa-box.range .range-txt span:nth-of-type(2) {
  left: 122px;
}

.hd__recommend .recommend-content .qa-box.range .range-txt span:nth-of-type(3) {
  left: 50%;
  transform: translateX(-50%);
}

.hd__recommend .recommend-content .qa-box.range .range-txt span:nth-of-type(4) {
  left: 378px;
}

.hd__recommend .recommend-content .qa-box.range .range-txt span:nth-of-type(5) {
  left: 505px;
}

.hd__recommend .recommend-content .qa-box.col3 li {
  width: 31%;
}

.hd__recommend .recommend-content .qa:nth-of-type(1) .qa-box li label, .hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li label {
  padding: 10px 10px 15px;
}

.hd__recommend .recommend-content .qa:nth-of-type(1) .qa-box li label:before, .hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li label:before {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background: url("/front_mo/images/recommend_ico-baabccb30d85fdf4759c40c08099d89b.png") no-repeat 0 0;
  content: '';
}

.hd__recommend .recommend-content .qa:nth-of-type(1) .qa-box li label:after, .hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li label:after {
  border-radius: 30px;
}

.hd__recommend .recommend-content .qa:nth-of-type(1) .qa-box li:nth-of-type(2) label:before, .hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li:nth-of-type(2) label:before {
  background-position-x: 50%;
}

.hd__recommend .recommend-content .qa:nth-of-type(1) .qa-box li:nth-of-type(3) label:before, .hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li:nth-of-type(3) label:before {
  background-position-x: 100%;
}

.hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li label:before {
  background-position-y: bottom;
}

.hd__recommend .recommend-content .btn__default {
  height: 90px;
  line-height: 90px;
}

.hd .popup_recommend .btn__close-x {
  top: -50px;
  right: 0;
  background: #918c00;
  border-radius: 50%;
}

.hd .popup_recommend .btn__close-x:before, .hd .popup_recommend .btn__close-x:after {
  top: 7px;
  width: 2px;
  height: 25px;
  background: #fff;
}

.hd .popup_recommend .youtube {
  position: relative;
  padding-top: 56%;
  width: 100%;
  height: 0;
}

.hd .popup_recommend .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hd__myChallenge .story__tabmenu ul li a {
  padding: 20px;
}

.hd__myChallenge .swiper-slide {
  margin-right: 37px;
}

.hd .checkAddress {
  margin-bottom: -130px;
  width: 640px;
}

.hd .checkAddress img {
  display: block;
  width: 640px;
}

.hd .checkAddress .tab-wrap .tab-area-v2 {
  padding: 0 35px;
  height: auto;
  overflow: hidden;
  border: 0;
  box-sizing: border-box;
  background: #f5f5f5;
}

.hd .checkAddress .tab-wrap .tab-area-v2 li {
  float: left;
  width: 50%;
  height: 100px;
  border: 0;
}

.hd .checkAddress .tab-wrap .tab-area-v2 li a {
  display: block;
  height: 100%;
  background: url("/front_mo/images/img_checkAddress_tab-00db95036f612888baece4934d75e744.jpg?ver=210126");
  background-size: 200%;
  text-indent: -999em;
}

.hd .checkAddress .tab-wrap .tab-area-v2 li a:after {
  display: none;
}

.hd .checkAddress .tab-wrap .tab-area-v2 li.n2 a {
  background-position-x: right;
}

.hd .checkAddress .tab-wrap .tab-area-v2 li a:hover,
.hd .checkAddress .tab-wrap .tab-area-v2 li.tab-list-v2--on a {
  background-position-y: bottom;
}

.hd .checkAddress .tab-wrap .checkAddress_tab {
  display: none;
}

.hd .checkAddress .tab-wrap .checkAddress_tab.current {
  display: block;
}

.hd .checkAddress__sec {
  position: relative;
}

.hd__myHpPay .myHpPay__btn-box {
  margin: 20px 0 40px;
}

.hd__myHpPay .myHpPay__btn-txt {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}

.hd__myHpPay .myHpPay__btn-txt span {
  border-bottom: 1px solid #1c1c1c;
}

.hd .hpPay .sect {
  margin-top: 30px;
}

.hd .hpPay .sect-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  text-align: left;
}

.hd .hpPay .sect-title:after {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.hd__research__sec {
  margin-top: 60px;
}

.hd__research__sec.bg {
  padding: 60px 0;
  background: #f5f5f5;
}

.hd__research__sec .hd__main__desc {
  margin: -10px 0 30px;
}

.hd__research__sec .hd__main__view {
  background: #fff;
}

.hd__research__news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 30px;
}

.hd__research__news li {
  margin-bottom: 40px;
  width: 48.5%;
}

.hd__research__news li:nth-of-type(2n) {
  margin-left: 3%;
}

.hd__research__news li .title {
  margin-top: 15px;
  /* 사용법 : @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__research__news li .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 15px;
  color: #888;
}

.hd__research__news li .cont .media {
  color: #bbb;
}

.hd__research__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 580px;
}

.hd__research__list li {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.hd__research__list .js-load {
  display: none;
}

.hd__research__list .js-load.active {
  display: block;
}

.hd__research__list .js-load:after {
  display: none;
}

.hd__research__list #js-btn-hide {
  display: none;
}

.hd__research__list + .hd__main__view {
  margin-top: 20px;
}

.hd__meals__menu {
  position: relative;
}

.hd__meals__menu-h3 img {
  display: block;
}

.hd__meals__menu-list {
  position: absolute;
  left: 50px;
  top: 250px;
  width: 590px;
}

.hd__meals__menu-list .swiper-slide {
  position: relative;
  margin-right: 20px;
  padding: 30px;
  width: 520px;
  height: 200px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.hd__meals__menu-list .swiper-slide:last-child {
  margin-right: 70px;
}

.hd__meals__menu-list .swiper-slide .sort {
  margin-bottom: 15px;
  color: #918c00;
}

.hd__meals__menu-list .swiper-slide .title {
  display: block;
  width: 300px;
  line-height: 1.3;
  /* 사용법 : @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__meals__menu-list .swiper-slide .thumb {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 160px;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
}

.hd__meals__menu-list .swiper-slide .more {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 0 5px 30px;
  width: 210px;
  font-size: 18px;
  color: #999;
  background: #f5f5f5;
  border-radius: 0 20px 0 0;
  text-align: left;
}

.hd__meals__menu-list .swiper-slide .more:after {
  display: inline-block;
  margin-left: 25px;
  color: #1c1c1c;
  vertical-align: middle;
  content: '+';
}

.hd__meals__tab {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  background: #f5f5f5;
}

.hd__meals__tab-wrap {
  position: relative;
  padding-top: 75px;
}

.hd__meals__tab .tab-list {
  height: 75px !important;
  border: 0 !important;
}

.hd__meals__tab .tab-list a {
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: auto !important;
  line-height: 1.3 !important;
  height: 72px !important;
  font-size: 22px !important;
  color: #1c1c1c !important;
}

.hd__meals__tab .tab-list a i {
  display: inline-block;
  margin: -5px -8px 0 3px;
  font-size: 14px;
  font-style: normal;
  color: #ff0000;
  vertical-align: top;
}

.hd__meals__tab .tab-list a span {
  display: block;
  width: 100%;
  font-size: 17px;
}

.hd__meals__tab .tab-list--on a {
  color: #918c00 !important;
  border-bottom: 3px solid #918c00;
}

.hd__meals__tab.fiexd {
  position: fixed;
  left: 0;
  top: 68px;
  z-index: 7;
}

.hd__meals__btn {
  margin: 0 30px;
  width: 580px;
  line-height: 75px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
  box-sizing: border-box;
}

.hd__meals__h4 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: bold;
}

.hd__meals__review {
  margin-top: 60px;
  padding: 75px 30px;
  background: #f5f5f5;
}

.hd__meals__review .swiper-container-initialized .swiper-pagination-progressbar {
  position: relative;
  width: 640px;
  height: 2px;
  overflow: hidden;
  background: #ddd;
}

.hd__meals__review .swiper-container-initialized .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__meals__challenge {
  position: relative;
  margin-top: -77px;
}

.hd__meals__challenge + .hd__meals__challenge {
  margin-top: 50px;
}

.hd__meals__challenge .swiper-container {
  margin: -90px 0 0 30px;
  padding-left: 20px;
  border-radius: 30px 0 0 30px;
  background: #fff;
  border: 1px solid #dcdcdc;
}

.hd__meals__challenge .swiper-container .swiper-wrapper {
  overflow: hidden;
  overflow-x: auto;
}

.hd__meals__challenge .swiper-container .swiper-slide {
  width: 166px;
}

.hd__meals__challenge .swiper-container .swiper-slide:last-child {
  margin-right: 30px;
}

.hd__careTab {
  padding-bottom: 90px;
}

.hd__careTab-h3 {
  margin: 55px 30px 10px;
  line-height: 1.4;
  font-size: 32px;
  font-weight: bold;
}

.hd__careTab-tab {
  margin-left: 30px;
  width: auto !important;
  word-break: break-all;
  overflow-x: auto;
  white-space: nowrap;
}

.hd__careTab-tab .tab-list {
  display: inline-block;
  float: none !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  border: 0 !important;
}

.hd__careTab-tab .tab-list:last-child a {
  margin-right: 30px;
}

.hd__careTab-tab .tab-list a {
  display: inline-block !important;
  margin: 30px 9px 0 0;
  padding: 13px 16px;
  height: auto !important;
  line-height: 1 !important;
  width: auto !important;
  font-size: 23px !important;
  color: #1c1c1c !important;
  border-radius: 30px;
  border: 1px solid #918c00;
}

.hd__careTab-tab .tab-list a span {
  font-size: 18px;
}

.hd__careTab-tab .tab-list--on a {
  font-weight: normal !important;
  color: #fff !important;
  border-color: #fff;
  background: #918c00;
}

.hd__careTab-tab2 {
  position: relative;
  margin-top: 25px;
  padding: 15px 30px 10px;
  max-width: 640px;
  box-sizing: border-box;
  overflow: hidden;
}

.hd__careTab-tab2:before {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 580px;
  height: 1px;
  background: #1c1c1c;
  z-index: -1;
  transform: translateX(-50%);
  content: '';
}

.hd__careTab-tab2 .tab-list {
  height: 75px !important;
  line-height: 75px !important;
  border: 0 !important;
  border-bottom: 1px solid #1c1c1c !important;
  background: #f5f5f5;
  border-radius: 20px 0 0 0;
}

.hd__careTab-tab2 .tab-list:not(:first-child) {
  border-radius: 0 20px 0 0;
}

.hd__careTab-tab2 .tab-list a {
  height: 76px !important;
  line-height: 76px !important;
  font-size: 22px !important;
  color: #1c1c1c !important;
  box-sizing: border-box;
}

.hd__careTab-tab2 .tab-list--on a {
  height: 77px !important;
  line-height: 71px !important;
  border-radius: 20px 20px 0 0;
  background: #fff;
  border: 1px solid #1c1c1c !important;
  border-bottom: 1px solid #fff !important;
}

.hd__careTab-tab3 {
  padding-top: 25px;
  background: #f5f5f5;
}

.hd__careTab-tab3 .tab-list {
  width: 33.333% !important;
  color: #1c1c1c !important;
  border: 0 !important;
  background: #f5f5f5;
  border-radius: 10px 10px 0 0;
}

.hd__careTab-tab3 .tab-list--on {
  color: #918c00 !important;
  background: #fff;
  border-top: 3px solid #918c00 !important;
}

.hd__careTab-tab3 .tab-list--on a {
  line-height: 55px !important;
}

.hd__careTab-btn {
  display: block;
  margin: 0 auto;
  width: 500px;
  line-height: 100px;
  text-align: center;
  border-radius: 50px;
  border: 1px solid #1c1c1c;
}

.hd__careTab-btn:after {
  display: inline-block;
  margin-left: 15px;
  content: '>';
}

.hd__careTab img {
  display: block;
  margin: 0 auto;
}

.hd__careTab .scroll {
  position: relative;
  padding-top: 135px;
  text-align: center;
}

.hd__careTab .scroll .hd__careTab-tab2 {
  position: absolute;
  left: 50%;
  top: 35px;
  margin-top: 0;
  transform: translateX(-50%);
  z-index: 1;
}

.hd__careTab .scroll.fiexd .hd__careTab-tab2 {
  position: fixed;
  top: 69px;
  background: #fff;
}

.hd__guide .tab-area {
  margin-right: 0;
}

.hd__guide .tab-area .tab-list a {
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 13px 12px;
}

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__header__menu a, .hd__header__menu .wdw-type a, .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 .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__mchoice .mchoice__list__price-ori, .hd__mchoice .wdw-type .mchoice__list__price-ori, .wdw-type .hd__market .category__depth1 .accordion_con > ul .category__depth1__list a span, .hd__market .category__depth1 .accordion_con > ul .category__depth1__list a .wdw-type span, .wdw-type .hd__brand__review li a .box .info .user, .hd__brand__review li a .box .info .wdw-type .user, .wdw-type .hd__search .cate-wrap .cate-area__score-desc, .hd__search .cate-wrap .wdw-type .cate-area__score-desc, .wdw-type .hd__search .related-tit, .hd__search .wdw-type .related-tit, .wdw-type .hd__search .related-list li a, .hd__search .related-list li .wdw-type a, .wdw-type .hd__search .option-list li .list-del:after, .hd__search .option-list li .wdw-type .list-del:after, .wdw-type .hd__searchResult__care .mchoice__list__price-rate, .hd__searchResult__care .wdw-type .mchoice__list__price-rate, .wdw-type .hd__searchResult__care .mchoice__list__price-ori, .hd__searchResult__care .wdw-type .mchoice__list__price-ori, .wdw-type .hd__searchResult__care .mchoice__list__promotion, .hd__searchResult__care .wdw-type .mchoice__list__promotion, .wdw-type .hd .story__list .sort, .hd .story__list .wdw-type .sort, .wdw-type .hd__eventReview .review-area .input-area .chk-secret label .chk-secret-ico::before, .hd__eventReview .review-area .input-area .chk-secret label .wdw-type .chk-secret-ico::before, .wdw-type .hd__myStrap-list li .box .sort, .hd__myStrap-list li .box .wdw-type .sort, .wdw-type .hd.amore .hd__header__text, .hd.amore .wdw-type .hd__header__text, .wdw-type .hd .product__wrap__list--item .item__text > span, .hd .product__wrap__list--item .wdw-type .item__text > span, .wdw-type .hd .giftRecipient_info .text, .hd .giftRecipient_info .wdw-type .text, .wdw-type .hd__research__news li .cont, .hd__research__news li .wdw-type .cont {
  font-size: 1rem;
}

.wdw-type .hd__mchoice .mchoice__list__count input, .hd__mchoice .mchoice__list__count .wdw-type input, .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__default .count-wrap .count-box, .hd .btn__default .count-wrap .wdw-type .count-box, .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__plan__order-list li, .hd__plan__order-list .wdw-type li, .wdw-type .hd__delivery .calendar table thead th, .hd__delivery .calendar table thead .wdw-type th, .wdw-type .hd__delivery .calendar table .cal__day label, .hd__delivery .calendar table .cal__day .wdw-type label, .wdw-type .hd__mchoice .mchoice__list__promotion, .hd__mchoice .wdw-type .mchoice__list__promotion, .wdw-type .hd__mchoice .mchoice__list__price-dc, .hd__mchoice .wdw-type .mchoice__list__price-dc, .wdw-type .hd__mchoice .mchoice__list__title, .hd__mchoice .wdw-type .mchoice__list__title, .wdw-type .hd__mchoice .mchoice__list.add a, .hd__mchoice .mchoice__list.add .wdw-type a, .wdw-type .hd__mchoice .mchoice__list.add .add__label, .hd__mchoice .mchoice__list.add .wdw-type .add__label, .wdw-type .hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__title, .hd__mchoice .gift-Choice__slider ul li .wdw-type .gift-Choice__list__title, .wdw-type .hd__mchoice .gift-Choice__slider ul li .gift-Choice__list__price, .hd__mchoice .gift-Choice__slider ul li .wdw-type .gift-Choice__list__price, .wdw-type .hd__confirm .meals__confirm__table tbody td, .hd__confirm .meals__confirm__table tbody .wdw-type td, .wdw-type .hd__confirm .meals.present .meals__confirm__desc, .hd__confirm .meals.present .wdw-type .meals__confirm__desc, .wdw-type .hd__confirm .meals.present .present__list, .hd__confirm .meals.present .wdw-type .present__list, .wdw-type .hd__confirm .meals.present .present__list.soldout:after, .hd__confirm .meals.present .wdw-type .present__list.soldout:after, .wdw-type .hd__confirm .meals.present .present__list p, .hd__confirm .meals.present .present__list .wdw-type p, .wdw-type .hd__plan-meals .overview__desc, .hd__plan-meals .wdw-type .overview__desc, .wdw-type .hd__plan-meals__inquiry__desc, .wdw-type .hd__plan-meals__inner .program_slider .box .review a strong, .hd__plan-meals__inner .program_slider .box .review a .wdw-type strong, .wdw-type .hd__planMeals-detail .close-area a, .hd__planMeals-detail .close-area .wdw-type a, .wdw-type .hd__planMeals-add .close-area a, .hd__planMeals-add .close-area .wdw-type a, .wdw-type .hd__planMeals-detail .overview__list, .hd__planMeals-detail .wdw-type .overview__list, .wdw-type .hd__planMeals-detail .overview__thumb .free-gift, .hd__planMeals-detail .overview__thumb .wdw-type .free-gift, .wdw-type .hd__planMeals-detail .rel-goods .goods-list__name, .hd__planMeals-detail .rel-goods .wdw-type .goods-list__name, .wdw-type .hd__planMeals-detail .rel-goods .goods-list__price, .hd__planMeals-detail .rel-goods .wdw-type .goods-list__price, .wdw-type .hd__planMeals-detail .cont-notice .notice-list__box, .hd__planMeals-detail .cont-notice .wdw-type .notice-list__box, .wdw-type .hd__planMeals-add .add-cont__top .box, .hd__planMeals-add .add-cont__top .wdw-type .box, .wdw-type .hd .info-notice__list, .hd .wdw-type .info-notice__list, .wdw-type .hd .sns-share__icon, .hd .wdw-type .sns-share__icon, .wdw-type .hd .sns-share__url__txt, .hd .wdw-type .sns-share__url__txt, .wdw-type .hd .top-area a, .hd .top-area .wdw-type a, .wdw-type .hd .write-form .recive__desc, .hd .write-form .wdw-type .recive__desc, .wdw-type .hd .write-form .notice__desc, .hd .write-form .wdw-type .notice__desc, .wdw-type .hd__market__cate .cate-slider__list a, .hd__market__cate .cate-slider__list .wdw-type a, .wdw-type .hd__market .cate-open__list, .hd__market .wdw-type .cate-open__list, .wdw-type .hd__market .category__depth2__list a, .hd__market .category__depth2__list .wdw-type a, .wdw-type .hd__market .category__depth3 li a, .hd__market .category__depth3 li .wdw-type a, .wdw-type .hd__market__contents .contents-top .sorting strong, .hd__market__contents .contents-top .sorting .wdw-type strong, .wdw-type .hd__market__contents .contents-top .sorting__list, .hd__market__contents .contents-top .wdw-type .sorting__list, .wdw-type .hd__market__contents .contents-top .sorting .select-area__list, .hd__market__contents .contents-top .sorting .wdw-type .select-area__list, .wdw-type .hd__market__contents .contents-top .contents-top__total, .hd__market__contents .contents-top .wdw-type .contents-top__total, .wdw-type .hd__market__contents .contents-top .btn__filter, .hd__market__contents .contents-top .wdw-type .btn__filter, .wdw-type .hd__brand__review li a .box, .hd__brand__review li a .wdw-type .box, .wdw-type .hd__brand__shop li a span, .hd__brand__shop li a .wdw-type span, .wdw-type .hd .cardEvent_list li .period, .hd .cardEvent_list li .wdw-type .period, .wdw-type .hd__marketDesignation .item__menu-list, .hd__marketDesignation .wdw-type .item__menu-list, .wdw-type .hd__marketDesignation .item__price, .hd__marketDesignation .wdw-type .item__price, .wdw-type .hd__marketDesignation .item__count input, .hd__marketDesignation .item__count .wdw-type input, .wdw-type .hd__chinese .exclusive__order-info li, .hd__chinese .exclusive__order-info .wdw-type li, .wdw-type .hd__chinese .exclusive__menu__title, .hd__chinese .wdw-type .exclusive__menu__title, .wdw-type .hd__market-detail .overview__list, .hd__market-detail .wdw-type .overview__list, .wdw-type .hd__market-detail .overview__thumb .free-gift, .hd__market-detail .overview__thumb .wdw-type .free-gift, .wdw-type .hd__market-detail .cont-info .message__advice, .hd__market-detail .cont-info .wdw-type .message__advice, .wdw-type .hd__market-detail .rel-goods .goods-list__name, .hd__market-detail .rel-goods .wdw-type .goods-list__name, .wdw-type .hd__market-detail .rel-goods .goods-list__price, .hd__market-detail .rel-goods .wdw-type .goods-list__price, .wdw-type .hd__market-detail .cont-notice .notice-list__box, .hd__market-detail .cont-notice .wdw-type .notice-list__box, .wdw-type .item-info__price-origin, .wdw-type .item-info__coupon, .wdw-type .hd .overview .delivery-menu__list, .hd .overview .wdw-type .delivery-menu__list, .wdw-type .hd__orderLogin .order-login__desc, .hd__orderLogin .wdw-type .order-login__desc, .wdw-type .hd__pwChange__annc, .wdw-type .hd__pwChange__desc, .wdw-type .hd .inactiveMemberComplete__desc, .hd .wdw-type .inactiveMemberComplete__desc, .wdw-type .hd__idFind .desc li, .hd__idFind .desc .wdw-type li, .wdw-type .hd__idFindResult .info-area, .hd__idFindResult .wdw-type .info-area, .wdw-type .hd__idFindResult .info-area .link-area, .hd__idFindResult .info-area .wdw-type .link-area, .wdw-type .hd__idFindResult .send-area, .hd__idFindResult .wdw-type .send-area, .wdw-type .hd__idFindResult .send-area__desc, .hd__idFindResult .wdw-type .send-area__desc, .wdw-type .hd__idFindNoResult__desc, .wdw-type .hd__pwFind__annc, .wdw-type .hd__pwFind .desc li, .hd__pwFind .desc .wdw-type li, .wdw-type .hd .pwNewSetting__desc, .hd .wdw-type .pwNewSetting__desc, .wdw-type .hd__orderLogin .order-login__desc, .wdw-type .hd__pwChange__annc, .wdw-type .hd__pwChange__desc, .wdw-type .hd .inactiveMemberComplete__desc, .wdw-type .hd__idFind .desc li, .wdw-type .hd__idFindResult .info-area, .wdw-type .hd__idFindNoResult__desc, .wdw-type .hd__pwFind__annc, .wdw-type .hd__pwFind .desc li, .wdw-type .hd .pwNewSetting__desc, .wdw-type .hd .member-join__desc, .hd .wdw-type .member-join__desc, .wdw-type .hd .member-join__sns__txt, .hd .wdw-type .member-join__sns__txt, .wdw-type .hd .member-join__hp-box .box__tit, .hd .member-join__hp-box .wdw-type .box__tit, .wdw-type .hd__sns-join .member-box__devide p, .hd__sns-join .member-box__devide .wdw-type p, .wdw-type .hd .join-order li, .hd .join-order .wdw-type li, .wdw-type .hd .caulse-agree__notice, .hd .wdw-type .caulse-agree__notice, .wdw-type .hd .caulse-agree__notice:before, .hd .wdw-type .caulse-agree__notice:before, .wdw-type .hd .accordion-menu__list__txt p, .hd .accordion-menu__list__txt .wdw-type p, .wdw-type .hd .marketing-agree__title, .hd .wdw-type .marketing-agree__title, .wdw-type .hd .marketing-agree__notice, .hd .wdw-type .marketing-agree__notice, .wdw-type .hd .marketing-agree__notice:before, .hd .wdw-type .marketing-agree__notice:before, .wdw-type .hd .marketing-agree__text, .hd .wdw-type .marketing-agree__text, .wdw-type .hd .marketing-agree__age__notice, .hd .wdw-type .marketing-agree__age__notice, .wdw-type .hd .member-box .input-box__title, .hd .member-box .wdw-type .input-box__title, .wdw-type .hd .member-box .input-box .certification__ok, .hd .member-box .input-box .wdw-type .certification__ok, .wdw-type .hd .member-box__devide p, .hd .member-box__devide .wdw-type p, .wdw-type .hd .member-box .alertBox, .hd .member-box .wdw-type .alertBox, .wdw-type .hd .member-box.type2 .member-box__text, .hd .member-box.type2 .wdw-type .member-box__text, .wdw-type .hd .health-info__notice, .hd .wdw-type .health-info__notice, .wdw-type .hd .health-info__desc, .hd .wdw-type .health-info__desc, .wdw-type .hd .recommender__notice, .hd .wdw-type .recommender__notice, .wdw-type .hd .recommender__desc, .hd .wdw-type .recommender__desc, .wdw-type .hd .default-caulse__txt, .hd .wdw-type .default-caulse__txt, .wdw-type .hd.defaultCaulse .default-caulse__txt, .hd.defaultCaulse .wdw-type .default-caulse__txt, .wdw-type .hd__search .cate-wrap .cate-reset, .hd__search .cate-wrap .wdw-type .cate-reset, .wdw-type .hd__searchResult__contents .contents-top__total, .hd__searchResult__contents .wdw-type .contents-top__total, .wdw-type .hd__searchResult__contents .contents-top .sorting__tit, .hd__searchResult__contents .contents-top .wdw-type .sorting__tit, .wdw-type .hd__searchResult__contents .contents-top .sorting__list, .hd__searchResult__contents .contents-top .wdw-type .sorting__list, .wdw-type .hd__searchResult__contents .contents-top .sorting .select-area__list, .hd__searchResult__contents .contents-top .sorting .wdw-type .select-area__list, .wdw-type .hd__searchResult__contents .searchResult-slide .goods-list__name, .hd__searchResult__contents .searchResult-slide .wdw-type .goods-list__name, .wdw-type .hd__searchResult__contents .searchResult-slide .goods-list__price, .hd__searchResult__contents .searchResult-slide .wdw-type .goods-list__price, .wdw-type .hd__searchResult__care .mchoice__list__price-dc, .hd__searchResult__care .wdw-type .mchoice__list__price-dc, .wdw-type .hd__searchResult__care .mchoice__list__title, .hd__searchResult__care .wdw-type .mchoice__list__title, .wdw-type .hd__searchResult__more, .wdw-type .hd__searchNoResult__desc, .wdw-type .hd__bestList__cate .cate-slider__list a, .hd__bestList__cate .cate-slider__list .wdw-type a, .wdw-type .hd__displayList .display-cont .display-list .textbox__period, .hd__displayList .display-cont .display-list .wdw-type .textbox__period, .wdw-type .hd__displayDetail .display-detail__subtit, .hd__displayDetail .wdw-type .display-detail__subtit, .wdw-type .hd__displayDetail .display-detail__period, .hd__displayDetail .wdw-type .display-detail__period, .wdw-type .hd__displayDetail .display-detail__contents, .hd__displayDetail .wdw-type .display-detail__contents, .wdw-type .hd__displayDetail .goods-wrap .goods-select, .hd__displayDetail .goods-wrap .wdw-type .goods-select, .wdw-type .hd .story__list .desc, .hd .story__list .wdw-type .desc, .wdw-type .hd .story__comm .contents-top__total strong, .hd .story__comm .contents-top__total .wdw-type strong, .wdw-type .hd .story__comm .contents-top__filter strong, .hd .story__comm .contents-top__filter .wdw-type strong, .wdw-type .hd .story__comm .contents-top__filter .select-area__list, .hd .story__comm .contents-top__filter .wdw-type .select-area__list, .wdw-type .hd .monthStory__list__desc, .hd .wdw-type .monthStory__list__desc, .wdw-type .hd .monthStory-detail__define dt .title-sub, .hd .monthStory-detail__define dt .wdw-type .title-sub, .wdw-type .hd .monthStory-detail__define dd, .hd .monthStory-detail__define .wdw-type dd, .wdw-type .hd .monthStory-detail__reply__list .reply__txt, .hd .monthStory-detail__reply__list .wdw-type .reply__txt, .wdw-type .hd .monthStory-detail__reply__list .reply__modify:before, .hd .monthStory-detail__reply__list .wdw-type .reply__modify:before, .wdw-type .hd .monthStory-detail__reply__list .reply__modify > li a, .hd .monthStory-detail__reply__list .reply__modify > li .wdw-type a, .wdw-type .hd .relation-product__price, .hd .wdw-type .relation-product__price, .wdw-type .hd__greatingLifeMain-list .swiper-slide .box .txt, .hd__greatingLifeMain-list .swiper-slide .box .wdw-type .txt, .wdw-type .hd__greatingLifeMain-instagram .info .text span, .hd__greatingLifeMain-instagram .info .text .wdw-type span, .wdw-type .hd__greatingLifeMain-instagram .info .btn-round, .hd__greatingLifeMain-instagram .info .wdw-type .btn-round, .wdw-type .hd .greatingLife-list__program__desc, .hd .wdw-type .greatingLife-list__program__desc, .wdw-type .hd__greatingTable-list .sorting strong, .hd__greatingTable-list .sorting .wdw-type strong, .wdw-type .hd__greatingTable-list .sorting__list, .hd__greatingTable-list .wdw-type .sorting__list, .wdw-type .hd__greatingTable-list .sorting .select-area__list, .hd__greatingTable-list .sorting .wdw-type .select-area__list, .wdw-type .hd .greatingTable__list__title, .hd .wdw-type .greatingTable__list__title, .wdw-type .hd .greatingTable__list__desc, .hd .wdw-type .greatingTable__list__desc, .wdw-type .hd .greatingTable-Detail .chapter__list li, .hd .greatingTable-Detail .chapter__list .wdw-type li, .wdw-type .hd .greatingTable-Detail .chapter__txt, .hd .greatingTable-Detail .wdw-type .chapter__txt, .wdw-type .hd .greatingTable-Detail__timer__notice, .hd .wdw-type .greatingTable-Detail__timer__notice, .wdw-type .hd__eventList .event-cont .event-list .textbox__period, .hd__eventList .event-cont .event-list .wdw-type .textbox__period, .wdw-type .hd__winnerList .winner-cont .winner-list .textbox__period, .hd__winnerList .winner-cont .winner-list .wdw-type .textbox__period, .wdw-type .hd__eventDetail .detail-area__period, .hd__eventDetail .wdw-type .detail-area__period, .wdw-type .hd__eventDetail .detail-area__contents, .hd__eventDetail .wdw-type .detail-area__contents, .wdw-type .hd__eventDetail .notice__tit, .hd__eventDetail .wdw-type .notice__tit, .wdw-type .hd__eventDetail .notice__cont, .hd__eventDetail .wdw-type .notice__cont, .wdw-type .hd__eventReview .review-area .review-box .reply__txt, .hd__eventReview .review-area .review-box .wdw-type .reply__txt, .wdw-type .hd__eventReview .review-area .review-box .reply__info, .hd__eventReview .review-area .review-box .wdw-type .reply__info, .wdw-type .hd__eventLucky .lucky__cont-product .item__sub, .hd__eventLucky .lucky__cont-product .wdw-type .item__sub, .wdw-type .hd__setting__subtit, .wdw-type .hd__setting__desc, .wdw-type .hd__setting .version-info .btn-update, .hd__setting .version-info .wdw-type .btn-update, .wdw-type .hd__winnerDetail__container .annc, .hd__winnerDetail__container .wdw-type .annc, .wdw-type .hd__winnerDetail__container .table table tr th, .hd__winnerDetail__container .table table tr .wdw-type th, .wdw-type .hd__winnerDetail__container .table table tr td, .hd__winnerDetail__container .table table tr .wdw-type td, .wdw-type .hd__winnerDetail__container .table__desc, .hd__winnerDetail__container .wdw-type .table__desc, .wdw-type .hd__mypage .btn-cancelAll, .hd__mypage .wdw-type .btn-cancelAll, .wdw-type .hd [class*="myProduct"] .item-box__list .txt-area__desc, .hd [class*="myProduct"] .item-box__list .wdw-type .txt-area__desc, .wdw-type .hd [class*="myProduct"] .item-box__list .txt-area__desc.delivery, .hd [class*="myProduct"] .item-box__list .wdw-type .txt-area__desc.delivery, .wdw-type .hd [class*="myProduct"] .item-box__list .store, .hd [class*="myProduct"] .item-box__list .wdw-type .store, .wdw-type .hd [class*="myProduct"] .delivery-fee, .hd [class*="myProduct"] .wdw-type .delivery-fee, .wdw-type .hd [class*="myProduct"] .info-area .info-list__tit, .hd [class*="myProduct"] .info-area .wdw-type .info-list__tit, .wdw-type .hd [class*="myProduct"] .info-area .info-list .detail, .hd [class*="myProduct"] .info-area .info-list .wdw-type .detail, .wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list, .hd [class*="myProduct"] .info-area .info-list .wdw-type .detail__list, .wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list, .hd [class*="myProduct"] .infobox__list .wdw-type .innerbox__list, .wdw-type .hd [class*="myProduct"] .infobox__tit, .hd [class*="myProduct"] .wdw-type .infobox__tit, .wdw-type .hd [class*="myProduct"] .infobox__cont, .hd [class*="myProduct"] .wdw-type .infobox__cont, .wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list, .hd [class*="myProduct"] .infoboxV2__list .wdw-type .innerbox__list, .wdw-type .hd [class*="myProduct"] .infoboxV2__tit, .hd [class*="myProduct"] .wdw-type .infoboxV2__tit, .wdw-type .hd [class*="myProduct"] .infoboxV2__cont, .hd [class*="myProduct"] .wdw-type .infoboxV2__cont, .wdw-type .hd [class*="myProduct"] .refund-desc li, .hd [class*="myProduct"] .refund-desc .wdw-type li, .wdw-type .hd [class*="myProduct"] .reason-area__tit, .hd [class*="myProduct"] .wdw-type .reason-area__tit, .wdw-type .hd [class*="myProduct"] .reason-area__cont, .hd [class*="myProduct"] .wdw-type .reason-area__cont, .wdw-type .hd .popup_menuChange .calendar-area .calendar table thead th, .hd .popup_menuChange .calendar-area .calendar table thead .wdw-type th, .wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__day label, .hd .popup_menuChange .calendar-area .calendar table .cal__day .wdw-type label, .wdw-type .hd .popup_menuChoice .menu-choice .menu-change-info, .hd .popup_menuChoice .menu-choice .wdw-type .menu-change-info, .wdw-type .hd .popup_menuChoice .mchoice__list__count input, .hd .popup_menuChoice .mchoice__list__count .wdw-type input, .wdw-type .hd .popup_menuChoice .mchoice__list__promotion, .hd .popup_menuChoice .wdw-type .mchoice__list__promotion, .wdw-type .hd .popup_menuChoice .mchoice__list__title, .hd .popup_menuChoice .wdw-type .mchoice__list__title, .wdw-type .hd .popup_orderReview .orderReview__item__info, .hd .popup_orderReview .wdw-type .orderReview__item__info, .wdw-type .hd .popup_orderReview .orderReview__keyword .keyword__label, .hd .popup_orderReview .orderReview__keyword .wdw-type .keyword__label, .wdw-type .hd .popup_orderReview .orderReview__keyword .keyword__txt, .hd .popup_orderReview .orderReview__keyword .wdw-type .keyword__txt, .wdw-type .hd__mypage .btn-cancelAll, .wdw-type .hd__mypage .btn-cancelRegular, .wdw-type .hd [class*="myProduct"] .delivery-fee, .wdw-type .hd [class*="myProduct"] .info-area .info-list__tit, .wdw-type .hd [class*="myProduct"] .info-area .info-list .detail, .wdw-type .hd [class*="myProduct"] .info-area .info-list .detail__list, .wdw-type .hd [class*="myProduct"] .infobox__list .innerbox__list, .wdw-type .hd [class*="myProduct"] .infobox__tit, .wdw-type .hd [class*="myProduct"] .infobox__cont, .wdw-type .hd [class*="myProduct"] .infoboxV2__list .innerbox__list, .wdw-type .hd [class*="myProduct"] .infoboxV2__tit, .wdw-type .hd [class*="myProduct"] .infoboxV2__cont, .wdw-type .hd [class*="myProduct"] .refund-desc li, .wdw-type .hd [class*="myProduct"] .reason-area__tit, .wdw-type .hd [class*="myProduct"] .reason-area__cont, .wdw-type .hd .popup_menuChange .calendar-area .calendar table thead th, .wdw-type .hd .popup_menuChange .calendar-area .calendar table .cal__day label, .wdw-type .hd .popup_menuChoice .mchoice__list__count input, .wdw-type .hd .popup_menuChoice .mchoice__list__title, .wdw-type .hd .popup_orderReview .orderReview__item__info, .wdw-type .hd__changeRequest .contents__tit, .hd__changeRequest .wdw-type .contents__tit, .wdw-type .hd__changeRequest .contents textarea, .hd__changeRequest .contents .wdw-type textarea, .wdw-type .hd__changeAddress .change-address__list .infobox__list, .hd__changeAddress .change-address__list .wdw-type .infobox__list, .wdw-type .hd__changeAddress .change-address__list .btn-choice, .hd__changeAddress .change-address__list .wdw-type .btn-choice, .wdw-type .hd__orderCancelList .cont__list, .hd__orderCancelList .wdw-type .cont__list, .wdw-type .hd__orderCancelList .infobox__tit, .hd__orderCancelList .wdw-type .infobox__tit, .wdw-type .hd__orderCancelList .infobox__cont, .hd__orderCancelList .wdw-type .infobox__cont, .wdw-type .hd__receipt__desc, .wdw-type .hd__applyOrderExchange .inner-sect__tit, .hd__applyOrderExchange .wdw-type .inner-sect__tit, .wdw-type .hd__applyOrderExchange .inner-sect__subtit, .hd__applyOrderExchange .wdw-type .inner-sect__subtit, .wdw-type .hd__applyOrderExchange__desc li, .hd__applyOrderExchange__desc .wdw-type li, .wdw-type .hd__applyOrderExchangeConfirm .exchange-way .info-area .info-list__tit, .hd__applyOrderExchangeConfirm .exchange-way .info-area .wdw-type .info-list__tit, .wdw-type .hd__applyOrderExchangeConfirm .visit-address .info-area .info-list__tit, .hd__applyOrderExchangeConfirm .visit-address .info-area .wdw-type .info-list__tit, .wdw-type .hd__applyOrderExchangeConfirm .exchange-way .info-area .info-list__cont, .hd__applyOrderExchangeConfirm .exchange-way .info-area .wdw-type .info-list__cont, .wdw-type .hd__applyOrderExchangeConfirm .visit-address .info-area .info-list__cont, .hd__applyOrderExchangeConfirm .visit-address .info-area .wdw-type .info-list__cont, .wdw-type .hd__applyOrderExchangeConfirm .change-info .info-area .info-list__tit, .hd__applyOrderExchangeConfirm .change-info .info-area .wdw-type .info-list__tit, .wdw-type .hd__applyOrderExchangeConfirm .change-info .info-area .info-list__cont, .hd__applyOrderExchangeConfirm .change-info .info-area .wdw-type .info-list__cont, .wdw-type .hd__applyOrderExchangeConfirm .annc, .hd__applyOrderExchangeConfirm .wdw-type .annc, .wdw-type .hd__applyOrderExchangeConfirm__desc li, .hd__applyOrderExchangeConfirm__desc .wdw-type li, .wdw-type .hd .myLoginLog__list th, .hd .myLoginLog__list .wdw-type th, .wdw-type .hd .myLoginLog__list td, .hd .myLoginLog__list .wdw-type td, .wdw-type .hd .myLoginLog__device ul li, .hd .myLoginLog__device ul .wdw-type li, .wdw-type .hd__service-board__date, .wdw-type .hd__service-board__detail .btn__download, .hd__service-board__detail .wdw-type .btn__download, .wdw-type .hd__service-board__txt, .wdw-type .hd .userGuide .cont-info__banner, .hd .userGuide .wdw-type .cont-info__banner, .wdw-type .hd__myClaimDetail .annc, .hd__myClaimDetail .wdw-type .annc, .wdw-type .hd .myReview-list__view__txt, .hd .wdw-type .myReview-list__view__txt, .wdw-type .hd .myReview-list__view__modify, .hd .wdw-type .myReview-list__view__modify, .wdw-type .hd .myReview-list__view .gift__name, .hd .myReview-list__view .wdw-type .gift__name, .wdw-type .hd .myReview-list__detail__soldDate, .hd .wdw-type .myReview-list__detail__soldDate, .wdw-type .hd .myReview-list__detail__date, .hd .wdw-type .myReview-list__detail__date, .wdw-type .hd .myReview-list__detail__cont, .hd .wdw-type .myReview-list__detail__cont, .wdw-type .hd .myReview-list__detail .btn-half, .hd .myReview-list__detail .wdw-type .btn-half, .wdw-type .hd .myReview-list__keyword__text, .hd .wdw-type .myReview-list__keyword__text, .wdw-type .hd .carefood__category ul li, .hd .carefood__category ul .wdw-type li, .wdw-type .hd .carefood__senior-txt, .hd .wdw-type .carefood__senior-txt, .wdw-type .hd .carefood__senior-tab .tab-contents, .hd .carefood__senior-tab .wdw-type .tab-contents, .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 .giftRecipient_guide, .hd .wdw-type .giftRecipient_guide, .wdw-type .hd .orderPayment_h2 .point_color .name_ellipsis, .hd .orderPayment_h2 .point_color .wdw-type .name_ellipsis, .wdw-type .hd .bestReview__top-btn, .hd .wdw-type .bestReview__top-btn, .wdw-type .hd .bestReview__list .list__title, .hd .bestReview__list .wdw-type .list__title, .wdw-type .hd .bestReview__select-title, .hd .wdw-type .bestReview__select-title, .wdw-type .hd .bestReview__select-list, .hd .wdw-type .bestReview__select-list, .wdw-type .hd__myHpPay .contents-top__total, .hd__myHpPay .wdw-type .contents-top__total, .wdw-type .hd__myHpPay .myHpPay__btn-txt, .hd__myHpPay .wdw-type .myHpPay__btn-txt, .wdw-type .hd__research__news li .title, .hd__research__news li .wdw-type .title, .wdw-type .hd__meals__menu-list .swiper-slide, .hd__meals__menu-list .wdw-type .swiper-slide, .wdw-type .hd__meals__btn {
  font-size: 1.1rem;
}

.wdw-type .hd__page-title__dropdown ul li a, .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, .wdw-type .hd .coupon-download__list .coupon__name, .hd .coupon-download__list .wdw-type .coupon__name, .wdw-type .hd .popup_coupon-target .coupon-target .infoBox__title, .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, .wdw-type .hd .options__choice__title, .hd .wdw-type .options__choice__title, .wdw-type .hd .options__select__list .list__title, .hd .options__select__list .wdw-type .list__title, .wdw-type .hd .options__total__price, .hd .wdw-type .options__total__price, .wdw-type .hd .hd__popup__modal .modal__sec__txt li strong, .hd .hd__popup__modal .modal__sec__txt li .wdw-type strong, .wdw-type .hd .hd__popup-v2 .modal__sec__txt li 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, .wdw-type .hd .form__input, .hd .wdw-type .form__input, .wdw-type .hd .btn__default.input, .hd .wdw-type .btn__default.input, .wdw-type .hd .btn__write, .hd .wdw-type .btn__write, .wdw-type .hd .order-deadline__delivery, .hd .wdw-type .order-deadline__delivery, .wdw-type .hd .coupon-use__sec__title, .hd .wdw-type .coupon-use__sec__title, .wdw-type .hd .coupon-use__list__select, .hd .wdw-type .coupon-use__list__select, .wdw-type .hd .coupon-use__discount-total, .hd .wdw-type .coupon-use__discount-total, .wdw-type .hd .coupon-use__btn-sec a, .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__magazine .magazine-tab a, .hd__main__magazine .magazine-tab .wdw-type a, .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 .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__confirm .meals__confirm__count, .hd__confirm .wdw-type .meals__confirm__count, .wdw-type .hd__plan-meals__inner .program_slider .box .btn-green, .hd__plan-meals__inner .program_slider .box .wdw-type .btn-green, .wdw-type .hd__planMeals-detail .cont-notice .notice-list__box__tit, .hd__planMeals-detail .cont-notice .wdw-type .notice-list__box__tit, .wdw-type .hd__planMeals-add .add-cont__top .info dd, .hd__planMeals-add .add-cont__top .info .wdw-type dd, .wdw-type .hd .write-form .recive__title, .hd .write-form .wdw-type .recive__title, .wdw-type .hd .write-form .recive__email, .hd .write-form .wdw-type .recive__email, .wdw-type .hd .write-form .secret label, .hd .write-form .secret .wdw-type label, .wdw-type .hd .write-form .notice__title, .hd .write-form .wdw-type .notice__title, .wdw-type .hd__market .category__depth2.v2 .category__depth2__list a, .hd__market .category__depth2.v2 .category__depth2__list .wdw-type a, .wdw-type .hd__chinese .exclusive__menu__date, .hd__chinese .wdw-type .exclusive__menu__date, .wdw-type .hd__market-detail .cont-info .notice, .hd__market-detail .cont-info .wdw-type .notice, .wdw-type .hd__market-detail .rel-goods .goods-list__price-origin, .hd__market-detail .rel-goods .wdw-type .goods-list__price-origin, .wdw-type .hd__market-detail .rel-goods .goods-list__price-dc, .hd__market-detail .rel-goods .wdw-type .goods-list__price-dc, .wdw-type .hd__market-detail .rel-goods .goods-list__price-dc-rate, .hd__market-detail .rel-goods .wdw-type .goods-list__price-dc-rate, .wdw-type .hd__market-detail .cont-notice .notice-list__box__tit, .hd__market-detail .cont-notice .wdw-type .notice-list__box__tit, .wdw-type .hd .inactiveMemberAccount .certi-area__tit, .hd .inactiveMemberAccount .wdw-type .certi-area__tit, .wdw-type .hd .inactiveMemberAccount .certi-area .certi-fail, .hd .inactiveMemberAccount .certi-area .wdw-type .certi-fail, .wdw-type .hd .inactiveMemberAccount .certi-area .certi-success, .hd .inactiveMemberAccount .certi-area .wdw-type .certi-success, .wdw-type .hd__pwFind .input-area .input-box .input-alertMsg, .hd__pwFind .input-area .input-box .wdw-type .input-alertMsg, .wdw-type .hd .pwFindAccount .certi-area__tit, .hd .pwFindAccount .wdw-type .certi-area__tit, .wdw-type .hd .pwFindAccount .certi-area .certi-fail, .hd .pwFindAccount .certi-area .wdw-type .certi-fail, .wdw-type .hd .pwFindAccount .certi-area .certi-success, .hd .pwFindAccount .certi-area .wdw-type .certi-success, .wdw-type .hd__login .sns-login__tit, .wdw-type .hd__login .sns-login a, .wdw-type .hd .inactiveMemberAccount .certi-area__tit, .wdw-type .hd .inactiveMemberAccount .certi-area .certi-fail, .wdw-type .hd .inactiveMemberAccount .certi-area .certi-success, .wdw-type .hd__pwFind .input-area .input-box .input-alertMsg, .wdw-type .hd .pwFindAccount .certi-area__tit, .wdw-type .hd .pwFindAccount .certi-area .certi-fail, .wdw-type .hd .pwFindAccount .certi-area .certi-success, .wdw-type .hd .member-join__sns__title, .hd .wdw-type .member-join__sns__title, .wdw-type .hd .member-join__sns .sns-login__tit, .hd .member-join__sns .wdw-type .sns-login__tit, .wdw-type .hd .member-join__sns .sns-login a, .hd .member-join__sns .sns-login .wdw-type a, .wdw-type .hd .member-join__hp.type2 .member-join__hp-box .box__tit, .hd .member-join__hp.type2 .member-join__hp-box .wdw-type .box__tit, .wdw-type .hd .member-box__title, .hd .wdw-type .member-box__title, .wdw-type .hd .member-box .input-box.email .email__box, .hd .member-box .input-box.email .wdw-type .email__box, .wdw-type .hd .member-box .input-box .cellphone__number, .hd .member-box .input-box .wdw-type .cellphone__number, .wdw-type .hd .member-box .input-box .certification__check .back, .hd .member-box .input-box .certification__check .wdw-type .back, .wdw-type .hd .member-box .info-box, .hd .member-box .wdw-type .info-box, .wdw-type .hd__search .search-wrap .search-area .search-input, .hd__search .search-wrap .search-area .wdw-type .search-input, .wdw-type .hd__search .cate-wrap .cate-area__list, .hd__search .cate-wrap .wdw-type .cate-area__list, .wdw-type .hd__search-inputList li a, .hd__search-inputList li .wdw-type a, .wdw-type .hd__search-inputBrand li a, .hd__search-inputBrand li .wdw-type a, .wdw-type .hd__searchResult__contents .searchResult-slide .goods-list__price-origin, .hd__searchResult__contents .searchResult-slide .wdw-type .goods-list__price-origin, .wdw-type .hd__searchResult__contents .searchResult-slide .goods-list__price-dc, .hd__searchResult__contents .searchResult-slide .wdw-type .goods-list__price-dc, .wdw-type .hd__displayDetail .goods-wrap .goods-cont__title, .hd__displayDetail .goods-wrap .wdw-type .goods-cont__title, .wdw-type .hd .story__tabmenu ul li a, .hd .story__tabmenu ul li .wdw-type a, .wdw-type .hd .story__list .title, .hd .story__list .wdw-type .title, .wdw-type .hd .monthStory-detail__reply__total, .hd .wdw-type .monthStory-detail__reply__total, .wdw-type .hd .monthStory-detail__reply__write .reply_input, .hd .monthStory-detail__reply__write .wdw-type .reply_input, .wdw-type .hd .relation-product__name, .hd .wdw-type .relation-product__name, .wdw-type .hd__greatingLifeMain-menu ul li a, .hd__greatingLifeMain-menu ul li .wdw-type a, .wdw-type .hd__eventReview .review-area__tit, .hd__eventReview .wdw-type .review-area__tit, .wdw-type .hd__eventReview .review-area .input-area input[type=text], .hd__eventReview .review-area .input-area .wdw-type input[type=text], .wdw-type .hd__eventReview .review-area .input-area .btn-summit, .hd__eventReview .review-area .input-area .wdw-type .btn-summit, .wdw-type .hd__eventLucky .lucky__cont-timer .days:after, .hd__eventLucky .lucky__cont-timer .wdw-type .days:after, .wdw-type .hd__eventLucky .lucky__cont-product .item__name, .hd__eventLucky .lucky__cont-product .wdw-type .item__name, .wdw-type .hd__eventLucky .lucky__cont-product .item__price-before, .hd__eventLucky .lucky__cont-product .wdw-type .item__price-before, .wdw-type .hd__eventLucky .lucky__cont-product .item__price-after, .hd__eventLucky .lucky__cont-product .wdw-type .item__price-after, .wdw-type .hd__eventLucky .lucky__cont-count, .hd__eventLucky .wdw-type .lucky__cont-count, .wdw-type .hd__eventStamp .stamp-area .guide, .hd__eventStamp .stamp-area .wdw-type .guide, .wdw-type .hd__mypage__btns button, .hd__mypage__btns .wdw-type button, .wdw-type .hd [class*="myProduct"] .input-box.date .date__box, .hd [class*="myProduct"] .input-box.date .wdw-type .date__box, .wdw-type .hd [class*="myProduct"] .item-box__list .txt-area__title, .hd [class*="myProduct"] .item-box__list .wdw-type .txt-area__title, .wdw-type .hd .popup_menuChoice .mchoice__list__price-after strong, .hd .popup_menuChoice .mchoice__list__price-after .wdw-type strong, .wdw-type .hd__orderCancelList__title, .wdw-type .hd .healthCareDetail__txt, .hd .wdw-type .healthCareDetail__txt, .wdw-type .hd__service-board__title, .wdw-type .hd__service-board__title .notice, .hd__service-board__title .wdw-type .notice, .wdw-type .hd .myReview-list__detail__title, .hd .wdw-type .myReview-list__detail__title, .wdw-type .hd .myReview-list__keyword__title, .hd .wdw-type .myReview-list__keyword__title, .wdw-type .hd__myStrap-list li .box .tit, .hd__myStrap-list li .box .wdw-type .tit, .wdw-type .hd .carefood__senior-txt.type2, .hd .wdw-type .carefood__senior-txt.type2, .wdw-type .hd .product__wrap__list--item .item__price-dc, .hd .product__wrap__list--item .wdw-type .item__price-dc, .wdw-type .hd .giftRecipient_info, .hd .wdw-type .giftRecipient_info, .wdw-type .hd .bestReview__list .list__name, .hd .bestReview__list .wdw-type .list__name, .wdw-type .hd .bestReview__list .list__keyword, .hd .bestReview__list .wdw-type .list__keyword, .wdw-type .hd__recommend .recommend-content .qa:nth-of-type(1) .qa-box li label, .hd__recommend .recommend-content .qa:nth-of-type(1) .qa-box li .wdw-type label, .wdw-type .hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li label, .hd__recommend .recommend-content .qa:nth-of-type(3) .qa-box li .wdw-type label {
  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 .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__mchoice .mchoice__list__price-dc strong, .hd__mchoice .mchoice__list__price-dc .wdw-type strong, .wdw-type .hd__confirm .meals__confirm__title, .hd__confirm .wdw-type .meals__confirm__title, .wdw-type .hd__plan-meals .overview__mealchart strong, .hd__plan-meals .overview__mealchart .wdw-type strong, .wdw-type .hd__plan-meals .overview__program strong, .hd__plan-meals .overview__program .wdw-type strong, .wdw-type .hd__plan-meals__inquiry__tit, .wdw-type .hd__planMeals-detail .tab-contents__section__tit, .hd__planMeals-detail .wdw-type .tab-contents__section__tit, .wdw-type .hd__planMeals-detail .cont-info .message__to, .hd__planMeals-detail .cont-info .wdw-type .message__to, .wdw-type .hd__planMeals-detail .cont-info .message__advice__from, .hd__planMeals-detail .cont-info .wdw-type .message__advice__from, .wdw-type .hd__planMeals-detail .rel-goods .goods-list__price strong, .hd__planMeals-detail .rel-goods .goods-list__price .wdw-type strong, .wdw-type .hd .page-mark, .hd .wdw-type .page-mark, .wdw-type .hd__marketDesignation .item__date, .hd__marketDesignation .wdw-type .item__date, .wdw-type .hd__marketDesignation .item__price strong, .hd__marketDesignation .item__price .wdw-type strong, .wdw-type .hd__chinese .exclusive__title, .hd__chinese .wdw-type .exclusive__title, .wdw-type .hd__chinese .exclusive__title strong, .hd__chinese .exclusive__title .wdw-type strong, .wdw-type .hd__market-detail .page-mark, .hd__market-detail .wdw-type .page-mark, .wdw-type .hd__market-detail .tab-contents.cont-info .cont-info__more button, .hd__market-detail .tab-contents.cont-info .cont-info__more .wdw-type button, .wdw-type .hd__market-detail .tab-contents__section__tit, .hd__market-detail .wdw-type .tab-contents__section__tit, .wdw-type .hd__market-detail .cont-info .message__to, .hd__market-detail .cont-info .wdw-type .message__to, .wdw-type .hd__market-detail .cont-info .message__advice__from, .hd__market-detail .cont-info .wdw-type .message__advice__from, .wdw-type .hd__market-detail .rel-goods .goods-list__price strong, .hd__market-detail .rel-goods .goods-list__price .wdw-type strong, .wdw-type .item-info__price-dc-rate, .wdw-type .item-info__price-sale, .hd .wdw-type .inactiveMemberAccount__h3, .hd .wdw-type .inactiveMemberComplete__tit, .wdw-type .hd__pwChange__h3, .wdw-type .hd__inactiveMember__h3, .wdw-type .hd .inactiveMemberAccount__h3, .wdw-type .hd .inactiveMemberComplete__tit, .wdw-type .hd__idFindResult__h3, .wdw-type .hd__idFindNoResult__tit, .wdw-type .hd__pwFind__h3, .wdw-type .hd .member-box__complete-title, .hd .wdw-type .member-box__complete-title, .wdw-type .hd .member-box__check-title, .hd .wdw-type .member-box__check-title, .wdw-type .hd__search-tit, .wdw-type .hd__searchResult__contents .searchResult-slide .goods-list__price strong, .hd__searchResult__contents .searchResult-slide .goods-list__price .wdw-type strong, .wdw-type .hd__searchResult__care-h3, .wdw-type .hd__searchResult__care .mchoice__list__price-dc strong, .hd__searchResult__care .mchoice__list__price-dc .wdw-type strong, .wdw-type .hd__searchNoResult__desc strong, .hd__searchNoResult__desc .wdw-type strong, .wdw-type .hd__displayList .display-cont .display-list .textbox__tit, .hd__displayList .display-cont .display-list .wdw-type .textbox__tit, .wdw-type .hd .monthStory__list__title, .hd .wdw-type .monthStory__list__title, .wdw-type .hd__greatingLifeMain-list .swiper-slide .box .tit, .hd__greatingLifeMain-list .swiper-slide .box .wdw-type .tit, .wdw-type .hd__greatingLifeMain-instagram .info .text strong, .hd__greatingLifeMain-instagram .info .text .wdw-type strong, .wdw-type .hd .greatingLife-list__program__link, .hd .wdw-type .greatingLife-list__program__link, .wdw-type .hd__greatingTable-Detail .hd__btn-sec a, .hd__greatingTable-Detail .hd__btn-sec .wdw-type a, .wdw-type .hd__eventList .event-cont .event-list .textbox__tit, .hd__eventList .event-cont .event-list .wdw-type .textbox__tit, .wdw-type .hd__winnerList .winner-cont .winner-list .textbox__tit, .hd__winnerList .winner-cont .winner-list .wdw-type .textbox__tit, .wdw-type .hd__eventLucky .lucky__cont-timer .text, .hd__eventLucky .lucky__cont-timer .wdw-type .text, .wdw-type .hd__setting__tit, .hd .popup_menuChange .wdw-type .calendar-area__tit, .wdw-type .hd .popup_menuChange .calendar-area__tit, .wdw-type .hd .popup_menuChoice .menu-choice__tit, .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__recommend .recommend-content .qa-box, .hd__recommend .recommend-content .wdw-type .qa-box, .wdw-type .hd .hpPay .sect-title, .hd .hpPay .wdw-type .sect-title, .wdw-type .hd__careTab-btn {
  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__mchoice .mchoice__title, .hd__mchoice .wdw-type .mchoice__title, .wdw-type .hd__mchoice .gift-Choice__title, .hd__mchoice .wdw-type .gift-Choice__title, .wdw-type .hd__plan-meals__inner .program_slider .box .tit, .hd__plan-meals__inner .program_slider .box .wdw-type .tit, .wdw-type .hd__planMeals-add .add-cont__top .info dt, .hd__planMeals-add .add-cont__top .info .wdw-type dt, .wdw-type .hd__market-detail .rel-goods .goods-list__price-dc strong, .hd__market-detail .rel-goods .goods-list__price-dc .wdw-type strong, .wdw-type .item-info__price-dc, .hd__idFindResult .wdw-type .info-area__id, .wdw-type .hd__idFindResult .info-area__id, .wdw-type .hd .member-join__title span, .hd .member-join__title .wdw-type span, .wdw-type .hd__searchResult__contents .searchResult-slide__tit, .hd__searchResult__contents .wdw-type .searchResult-slide__tit, .wdw-type .hd__searchResult__contents .searchResult-slide .goods-list__price-dc strong, .hd__searchResult__contents .searchResult-slide .goods-list__price-dc .wdw-type strong, .wdw-type .hd .monthStory-detail__define dt, .hd .monthStory-detail__define .wdw-type dt, .wdw-type .hd .greatingLife-list__cont__title, .hd .wdw-type .greatingLife-list__cont__title, .wdw-type .hd .greatingLife-list__program__title, .hd .wdw-type .greatingLife-list__program__title, .wdw-type .hd .gTable__title h3, .hd .gTable__title .wdw-type h3, .wdw-type .hd__eventCheckAttendance .stamp-area__tit strong, .hd__eventCheckAttendance .stamp-area__tit .wdw-type strong, .wdw-type .hd__eventTyping .quiz-area__txt, .hd__eventTyping .wdw-type .quiz-area__txt, .wdw-type .hd__eventSurvey .survey-area__tit, .hd__eventSurvey .wdw-type .survey-area__tit, .wdw-type .hd__eventSurvey .survey-area .checkbox-area .check-label .text, .hd__eventSurvey .survey-area .checkbox-area .check-label .wdw-type .text, .wdw-type .hd .popup_menuChoice .menu-choice__tit, .hd .popup_menuChoice .wdw-type .menu-choice__tit, .hd .popup_menuChoice .wdw-type .mchoice__title, .wdw-type .hd .popup_menuChoice .mchoice__title, .wdw-type .hd__applyOrderExchangeDone .annc-area__title, .hd__applyOrderExchangeDone .wdw-type .annc-area__title, .wdw-type .hd .product__wrap__list--item--no, .hd .wdw-type .product__wrap__list--item--no, .wdw-type .hd .giftRecipient_title, .hd .wdw-type .giftRecipient_title, .wdw-type .hd .bestReview__top-text, .hd .wdw-type .bestReview__top-text, .wdw-type .hd__meals__menu-list .swiper-slide .more:after, .hd__meals__menu-list .swiper-slide .wdw-type .more:after {
  font-size: 1.5rem;
}

.hd .coupon-use__discount-total .wdw-type em, .wdw-type .hd .coupon-use__discount-total em, .wdw-type .hd__planMeals-detail .overview__title-area, .hd__planMeals-detail .wdw-type .overview__title-area, .wdw-type .hd__market-detail .overview__title-area, .hd__market-detail .wdw-type .overview__title-area, .wdw-type .item-info__price-dc strong, .item-info__price-dc .wdw-type strong, .wdw-type .hd__eventLucky .lucky__area.close .item__thumb span, .hd__eventLucky .lucky__area.close .item__thumb .wdw-type span, .wdw-type .hd__eventLucky .lucky__area.open .item__thumb span, .hd__eventLucky .lucky__area.open .item__thumb .wdw-type span, .wdw-type .hd__eventLucky .lucky__cont-timer, .hd__eventLucky .wdw-type .lucky__cont-timer, .wdw-type .hd__eventLucky .lucky__cont-product .item__price-after strong, .hd__eventLucky .lucky__cont-product .item__price-after .wdw-type strong, .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;
}


/*# sourceMappingURL=main.css.map*/