@charset "UTF-8";
/*ÆäÀÌÁö °øÅë Àû¿ë*/
/* color */
/* font */
/* button */
/* input */
/* tab */
/* line */
/* tel */
/* skeleton */
/*º°Á¡ ÀÌ¹ÌÁö*/
/***********************************************/
.fb__event-detail .goods:after, .fb__event-detail .type-relevant .relevant__wrapper:after, .fb__event-detail .type-coupons .coupon__btn:after, .fb__event-detail .type-kv .banner__sns__layer:after {
  display: block;
  clear: both;
  content: "";
}

/* ±¸ºÐ¼± ex) userid | 2018-04-30 */
/*±âÈ¹Àü/ÀÌº¥Æ® ·¹ÀÌ¾Æ¿ô*/
.event__detail__view {
  /*tab*/
}
.event__detail__view .w_inner {
  position: relative;
  width: 1240px;
  margin: 0 auto;
}
.event__detail__view img {
  vertical-align: top;
}
.event__detail__view .kv .w100 {
  position: relative;
  height: 610px;
  overflow: hidden;
}
.event__detail__view .kv .w100 img {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 610px;
  max-width: none;
  transform: translateX(-50%);
}

.tab_menu_wrap {
  position: relative;
  height: 70px;
  background-color: #000000;
  z-index: auto;
}
.tab_menu_wrap .tab_menu_lists {
  height: 70px;
  background-color: #000000;
}
.tab_menu_wrap .tab_menu_lists.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.tab_menu_wrap .tab_menu_lists .w_inner {
  display: flex;
  height: 100%;
  align-items: center;
}
.tab_menu_wrap .tab_menu_lists .w_inner > a {
  flex: 1;
  position: relative;
  display: block;
  height: 100%;
  padding-top: 24px;
  font-size: 20px;
  text-align: center;
  color: #ebba87;
  line-height: 1.2;
  box-sizing: border-box;
}
.tab_menu_wrap .tab_menu_lists .w_inner > a.on {
  color: #fff;
}

/*ÄíÆù(ÄÄÆ÷³ÍÆ®)*/
#vue-container.fb__event-detail .type-coupons {
  position: relative;
  width: 1240px;
  margin: 100px auto 160px;
}
#vue-container.fb__event-detail .type-coupons__title {
  position: static;
  width: auto;
  margin-bottom: 50px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  font-family: "NotoSansCJKkr" !important;
  line-height: 1.35;
  letter-spacing: -0.025em;
  text-align: center;
}
#vue-container.fb__event-detail .type-coupons__title:empty {
  margin-bottom: 0;
}
#vue-container.fb__event-detail .type-coupons .coupon {
  position: relative;
  display: inline-block;
  width: 430px;
  height: auto;
  margin: 0 10px;
  text-align: left;
  background: none !important;
}
#vue-container.fb__event-detail .type-coupons .coupon:nth-child(n+3) {
  margin-top: 70px;
}
#vue-container.fb__event-detail .type-coupons .coupon.dim {
  background-image: url("/pc/assets/images/event/img-coupon-book-dim.png");
}
#vue-container.fb__event-detail .type-coupons .coupon.dim * {
  color: #000 !important;
}
#vue-container.fb__event-detail .type-coupons .coupon.dim .coupon__btn--download > span {
  color: #fff !important;
}
#vue-container.fb__event-detail .type-coupons .coupon__wrapper {
  margin: 0;
  padding-left: 0;
  text-align: center;
}
#vue-container.fb__event-detail .type-coupons .coupon__detail {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 226px;
  padding: 135px 90px 36px 40px;
  background: url("../images/event/bg_coupon.png") no-repeat 0 0;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
#vue-container.fb__event-detail .type-coupons .coupon__detail__bottom {
  position: static;
}
#vue-container.fb__event-detail .type-coupons .coupon__type {
  display: none;
}
#vue-container.fb__event-detail .type-coupons .coupon__name {
  max-width: 300px;
  margin-bottom: 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  word-break: keep-all;
  letter-spacing: -0.025em;
  -webkit-line-clamp: 2;
}
#vue-container.fb__event-detail .type-coupons .coupon__desc {
  display: none;
  color: #9d9d9d;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#vue-container.fb__event-detail .type-coupons .coupon__desc:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/pc/assets/images/common/icon-ques.png") no-repeat 0 0;
  vertical-align: top;
  content: "";
}
#vue-container.fb__event-detail .type-coupons .coupon__price {
  position: absolute;
  left: 40px;
  top: 36px;
  width: 75%;
  color: #000;
  font-family: "GillSansWGL", "NotoSansCJKkr", sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 0.957;
  overflow: hidden;
}
#vue-container.fb__event-detail .type-coupons .coupon__price.percent {
  font-size: 46px;
}
#vue-container.fb__event-detail .type-coupons .coupon__price em {
  display: inline-block;
  margin-right: 5px;
  font-family: inherit;
  font-size: 80px !important;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}
#vue-container.fb__event-detail .type-coupons .coupon__day {
  padding: 0;
  margin-top: 4px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}
#vue-container.fb__event-detail .type-coupons .coupon__day span {
  font-size: 12px;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn {
  display: block;
  padding: 0;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn button {
  float: none;
  position: relative;
  width: 100%;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn button:not(:first-of-type):before {
  display: none;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn--more {
  width: auto;
  margin-top: 40px;
  color: #000;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn--more > span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  border-bottom: 1px solid #000;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn--download {
  width: 100%;
  height: 64px;
  background-color: #000;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn--download > span {
  display: inline-block;
  padding-right: 40px;
  color: #fff;
  font-weight: 500;
  line-height: 38px;
  background: url("../images/common/icon_download.png") no-repeat 100% center;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn--download:after, #vue-container.fb__event-detail .type-coupons .coupon__btn--download:disabled:after {
  display: none;
}
#vue-container.fb__event-detail .type-coupons .coupon__btn--done {
  width: 100% !important;
  font-weight: bold;
}

/*ÆË¾÷ : ÄíÆù ÄÄÆ÷³ÍÆ®*/
.fb__modal.fb__modal__mask {
  background: rgba(0, 0, 0, 0.5);
}
.fb__modal .fb__modal__wrapper {
  width: 540px !important;
}
.fb__modal .fb__modal__wrapper .more__close {
  position: absolute;
  top: 38px;
  right: 40px;
  filter: invert(1);
  opacity: 0.8;
}
.fb__modal .fb__modal__wrapper .more {
  width: 540px;
  padding: 34px 40px 40px;
  background: #fff !important;
}
.fb__modal .fb__modal__wrapper .top__title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 2px solid #000;
}
.fb__modal .fb__modal__wrapper .top__title h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.025em;
  line-height: 1.5;
}
.fb__modal .fb__modal__wrapper .more__deco {
  padding: 0;
}
.fb__modal .fb__modal__wrapper .more__info__type--1 li {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.fb__modal .fb__modal__wrapper .more__info__type--1 li + li {
  margin-top: 24px;
}
.fb__modal .fb__modal__wrapper .more__info__type--1 li .tit {
  font-size: 16px;
  font-weight: 600;
}
.fb__modal .fb__modal__wrapper .more__halftop, .fb__modal .fb__modal__wrapper .more__coupon__download {
  display: none;
}
.fb__modal .more__info__type--1 li:after {
  display: none !important;
}
.fb__modal .more__info__type--1 li .tit {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.fb__modal .more__info__type--1 li .cont {
  position: relative;
  padding-left: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.fb__modal .more__info__type--1 li .cont + .cont {
  margin-top: 6px;
}
.fb__modal .more__info__type--1 li .cont:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
}

/*»óÇ° API*/
.prm__goods__list:after {
  content: "";
  display: block;
  clear: both;
}
.prm__goods__list > li {
  position: relative;
  float: left;
  width: calc(50% - 20px);
  margin-left: 40px;
}
.prm__goods__list > li.soldout:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("https://image.guud.com/mall/DESIGN/EVENT/SHOP/common/txt_soldout.png") no-repeat center center;
  z-index: 1;
}
.prm__goods__list > li:nth-child(2n+1) {
  margin-left: 0;
}
.prm__goods__list > li:nth-child(2) ~ li {
  margin-top: 60px;
}
.prm__goods__list > li > a {
  display: block;
  height: 280px;
  font-family: "GillSansWGL", "NotoSansCJKkr", sans-serif;
}
.prm__goods__list > li > a:after {
  content: "";
  display: block;
  clear: both;
}
.prm__goods__list > li .img {
  position: relative;
  float: left;
  width: 245px;
  height: 100%;
}
.prm__goods__list > li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prm__goods__list > li .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
}
.prm__goods__list > li .detail {
  float: left;
  width: 355px;
  height: 100%;
  padding: 30px 0 0 50px;
  text-align: left;
  letter-spacing: -0.025em;
  word-break: keep-all;
  line-height: 1.5;
}
.prm__goods__list > li .detail .brand {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.prm__goods__list > li .detail .pr_title {
  height: 78px;
  margin-top: 6px;
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prm__goods__list > li .detail .tit {
  margin-bottom: 3px;
  font-size: 18px;
  color: #FF0000;
  font-weight: 700;
  line-height: 1.5;
  font-family: "NotoSansCJKkr";
}
.prm__goods__list > li .detail .percent {
  display: inline-block;
  margin-right: 7px;
  color: #FF0000;
  font-size: 34px;
  line-height: 1.1;
}
.prm__goods__list > li .detail .pr_sale {
  margin-top: 0;
  font-size: 34px;
  color: #000;
  line-height: 1.1;
}
.prm__goods__list > li .detail .unit {
  margin-left: 2px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.prm__goods__list > li .detail .del {
  margin-top: 2px;
  font-size: 24px;
  color: #878787;
  text-decoration: line-through;
  line-height: 1.3;
}

/*event detail page*/
.fb__event-detail__data--null {
  display: block;
  margin: 80px 0 40px 0;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 600;
}
.fb__event-detail__data--null .fb__error__btn {
  margin: 10px auto auto;
  border: none;
  font-size: 16px;
  color: #999;
  padding: 0;
}
.fb__event-detail__suggestion {
  max-width: 1240px;
  width: 100%;
  margin: 0px auto;
}
.fb__event-detail__suggestion .header {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: -30px;
}
.fb__event-detail__suggestion .suggestion {
  width: 100%;
}
.fb__event-detail__suggestion .suggestion > div {
  width: calc(20% - 20px);
  float: left;
  margin: 50px 20px 0 0;
}
.fb__event-detail__suggestion .suggestion > div .thumbnail {
  margin-bottom: 20px;
}
.fb__event-detail__suggestion .suggestion > div .thumbnail img {
  width: 100%;
  height: 100%;
}
.fb__event-detail__suggestion .suggestion > div .title {
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.fb__event-detail__suggestion .suggestion > div .period {
  font-size: 16px;
  color: #999;
}
.fb__event-detail__suggestion .suggestion::after {
  content: "";
  display: block;
  clear: both;
}
.fb__event-detail .data-null {
  padding: 0;
}
.fb__event-detail .color__wt * {
  border-color: #fff !important;
  color: #fff !important;
}
.fb__event-detail .color__bk * {
  border-color: #000 !important;
  color: #000 !important;
}
.fb__event-detail .wrap.pinch_up {
  margin-top: 0;
}
.fb__event-detail .type-component:last-of-type {
  margin-bottom: 0;
}
.fb__event-detail .type-component__data--null {
  display: block;
  text-align: center;
}
.fb__event-detail .type-kv {
  margin: 0 auto;
  /*& + .type-free-image{
      margin-top:100px;
  }*/
}
.fb__event-detail .type-kv .banner {
  overflow: hidden;
  position: relative;
  display: block;
  min-width: 1440px;
  margin: 0 auto;
}
.fb__event-detail .type-kv .banner__image {
  /* width: 3200px; */
  /* height: 100%; */
  /* text-align: center; */
}
.fb__event-detail .type-kv .banner__image img {
  display: block;
  width: 100%;
  height: auto;
}
.fb__event-detail .type-kv .banner__info {
  position: absolute;
  top: 50%;
  left: 23.1770833333%;
  z-index: 2;
  transform: translate(0, -50%);
}
.fb__event-detail .type-kv .banner__category {
  display: inline-block;
  margin-bottom: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -1px;
  /* opacity: .7; */
}
.fb__event-detail .type-kv .banner__title {
  max-width: 486px;
  max-height: 80px;
  letter-spacing: -2px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  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;
  font-family: "NotoSansCJKkr", sans-serif;
}
.fb__event-detail .type-kv .banner__desc {
  max-width: 486px;
  max-height: 80px;
  /* »ç¿ë¹ý : @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;
  margin-top: 22px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 24px;
}
.fb__event-detail .type-kv .banner__date {
  margin-top: 8px;
  color: #fff;
  font-family: "NotoSansCJKkr", sans-serif;
  font-size: 16px;
}
.fb__event-detail .type-kv .banner__sns {
  position: absolute;
  top: 30px;
  right: 100px;
}
.fb__event-detail .type-kv .banner__sns:hover .banner__sns__open {
  background: url(/pc/assets/images/event/ico_event_sns-hover.png) no-repeat -225px 50%;
}
.fb__event-detail .type-kv .banner__sns:hover .banner__sns__open + .banner__sns__layer {
  display: block;
}
.fb__event-detail .type-kv .banner__sns__open {
  position: relative;
  z-index: 1;
  width: 25px;
  height: 35px;
  background: url(/pc/assets/images/event/ico_event_sns.png) no-repeat -225px 50%;
  font-size: 0;
  cursor: pointer;
}
.fb__event-detail .type-kv .banner__sns__layer {
  display: none;
  position: absolute;
  top: 0;
  right: -15px;
  width: 254px;
  height: 35px;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  box-sizing: border-box;
  font-size: 0;
}
.fb__event-detail .type-kv .banner__sns__layer:hover {
  display: block;
}
.fb__event-detail .type-kv .banner__sns__layer button {
  display: inline-block;
  height: 35px;
  margin-right: 20px;
  background: url(/pc/assets/images/event/ico_event_sns.png) no-repeat 0 50%;
  font-size: 0;
}
.fb__event-detail .type-kv .banner__sns__layer button:hover {
  background: url(/pc/assets/images/event/ico_event_sns-hover.png) no-repeat 0 50%;
}
.fb__event-detail .type-kv .banner__sns__layer--facebook {
  width: 12px;
  background-position: -6px 50% !important;
}
.fb__event-detail .type-kv .banner__sns__layer--kakao {
  width: 25px;
  background-position: -45px 50% !important;
}
.fb__event-detail .type-kv .banner__sns__layer--blog {
  width: 24px;
  background-position: -90px 50% !important;
}
.fb__event-detail .type-kv .banner__sns__layer--cafe {
  width: 20px;
  background-position: -138px 50% !important;
}
.fb__event-detail .type-kv .banner__sns__layer--url {
  width: 15px;
  background-position: -185px 50% !important;
}
.fb__event-detail .type-items {
  width: 1240px;
  margin: 100px auto 160px;
}
.fb__event-detail .type-items__title {
  padding-bottom: 20px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.fb__event-detail .type-items .item:nth-child(4) ~ .item {
  margin-top: 40px;
}
.fb__event-detail .type-items .item {
  display: inline-block;
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px;
}
.fb__event-detail .type-items .item__nav {
  border-bottom: 1px solid #e5e5e5;
}
.fb__event-detail .type-items .item__nav label {
  margin-right: 30px;
}
.fb__event-detail .type-items .item__nav label input[type=radio] {
  width: 0;
  height: 0;
}
.fb__event-detail .type-items .item__nav label input[type=radio]:checked {
  font-weight: bold;
}
.fb__event-detail .type-items .item__nav label input[type=radio]:checked + span {
  border-bottom: 3px solid #000;
}
.fb__event-detail .type-items .item__nav label input[type=radio]:focus + span {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.fb__event-detail .type-items .item__nav label input[type=radio] + span {
  display: inline-block;
  padding-bottom: 18px;
  font-size: 20px;
}
.fb__event-detail .type-items .item__thumb {
  position: relative;
}
.fb__event-detail .type-items .item__thumb a {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fb__event-detail .type-items .item__nav {
  margin-bottom: 40px;
}
.fb__event-detail .type-items .item__nav a, .fb__event-detail .type-items .item__nav span {
  display: inline-block;
  height: 50px;
  margin-left: 20px;
  color: #b2b2b2;
  font-size: 20px;
  line-height: 50px;
}
.fb__event-detail .type-items .item__nav span {
  position: relative;
  margin-left: 0;
  color: #000;
  font-weight: bold;
}
.fb__event-detail .type-items .item__nav span:after {
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 2px;
  background: #000;
  content: "";
}
.fb__event-detail .type-items .item__title {
  position: relative;
  margin-bottom: 35px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.fb__event-detail .type-items .item__title span {
  position: absolute;
  top: -70px;
  left: 0;
}
.fb__event-detail .type-items .item__wrapper {
  display: block;
  margin: 0 -10px;
}
.fb__event-detail .type-items .item__badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 3;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  pointer-events: none;
  /* margin: 18px 0 0 0; */
}
.fb__event-detail .type-items .item__badge span {
  display: inline-block;
  padding: 4px;
  margin-right: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.fb__event-detail .type-items .item__badge--ad {
  background: rgba(232, 233, 237, 0.4);
}
.fb__event-detail .type-items .item__badge--new {
  background: #ff3e2f;
  border-color: #ff3e2f !important;
}
.fb__event-detail .type-items .item__badge--best {
  background: #f29452;
  border-color: #f29452 !important;
}
.fb__event-detail .type-items .item__info {
  display: block;
}
.fb__event-detail .type-items .item__info a {
  display: block;
}
.fb__event-detail .type-items .item__info__wish {
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 20px;
  height: 18px;
  margin-top: -8px;
  background: url("/pc/assets/images/common/btn_like.png") no-repeat 0 0;
  font-size: 0;
}
.fb__event-detail .type-items .item__info__wish.on {
  background-position: -20px 0;
}
.fb__event-detail .type-items .item__info__wish:disabled {
  cursor: no-drop;
}
.fb__event-detail .type-items .item__info__ar3d {
  position: absolute;
  bottom: 24px;
  right: 7px;
  width: 18px;
  height: 20px;
  background: url(/pc/assets/images/shop/ico_3d.png) no-repeat 0 0;
  font-size: 0;
  opacity: 0.7;
}
.fb__event-detail .type-items .item__info__name {
  height: 54px;
  padding-top: 10px;
  color: #000;
  font-size: 15px;
  line-height: 22px;
  /* »ç¿ë¹ý : @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;
}
.fb__event-detail .type-items .item__info__brand {
  display: block;
  margin: 8px 0 0;
  color: #6c6c6c;
  font-size: 13px;
}
.fb__event-detail .type-items .item__info__price {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
}
.fb__event-detail .type-items .item__info__price em {
  font-family: "GillSansWGL", sans-serif;
  font-size: 16px;
}
.fb__event-detail .type-items .item__info__price.point {
  color: #ff3e2f;
}
.fb__event-detail .type-items .item__info__oriPrice {
  display: inline-block;
  color: #919191;
  font-family: "GillSansWGL", sans-serif;
  font-weight: bold;
  font-size: 16px;
  vertical-align: middle;
}
.fb__event-detail .type-items .item__info__oriPrice.point {
  color: #ff3e2f;
}
.fb__event-detail .type-coupons__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  color: #000;
  font-size: 26px;
  line-height: 1.3;
}
.fb__event-detail .type-coupons__title:empty + .coupon__wrapper {
  padding-left: 0;
}
.fb__event-detail .type-coupons__title:empty + .coupon__wrapper .coupon:nth-child(n+4) {
  margin-top: 0px;
}
.fb__event-detail .type-coupons__title:empty + .coupon__wrapper .coupon:nth-child(n+5) {
  margin-top: 72px;
}
.fb__event-detail .type-coupons .coupon {
  position: relative;
  display: inline-block;
  width: 295px;
  height: 307px;
  margin: 0 10px;
  background: url("/pc/assets/images/event/img-coupon-book.png") no-repeat 50% 0/100% auto;
  text-align: left;
}
.fb__event-detail .type-coupons .coupon:nth-child(n+4) {
  margin-top: 72px;
}
.fb__event-detail .type-coupons .coupon.dim {
  background-image: url("/pc/assets/images/event/img-coupon-book-dim.png");
}
.fb__event-detail .type-coupons .coupon.dim * {
  color: #787878 !important;
}
.fb__event-detail .type-coupons .coupon__wrapper {
  margin: 0 -10px;
  padding-left: 315px;
  text-align: center;
}
.fb__event-detail .type-coupons .coupon__detail {
  overflow: hidden;
  position: relative;
  height: 235px;
  padding: 20px 15px 100px 15px;
  box-sizing: border-box;
}
.fb__event-detail .type-coupons .coupon__detail__bottom {
  position: absolute;
  bottom: 0;
}
.fb__event-detail .type-coupons .coupon__type {
  display: block;
  padding-bottom: 10px;
  color: #ff3e2f;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.01rem;
}
.fb__event-detail .type-coupons .coupon__name {
  max-height: 36px;
  margin-bottom: 10px;
  color: #252525;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  /* »ç¿ë¹ý : @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;
}
.fb__event-detail .type-coupons .coupon__desc {
  display: none;
  color: #9d9d9d;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  /* »ç¿ë¹ý : @include line(¶óÀÎ¼ö) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fb__event-detail .type-coupons .coupon__desc:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("/pc/assets/images/common/icon-ques.png") no-repeat 0 0;
  vertical-align: top;
  content: "";
}
.fb__event-detail .type-coupons .coupon__price {
  color: #262626;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
}
.fb__event-detail .type-coupons .coupon__price em {
  display: inline-block;
  font-family: "GillSansWGL", sans-serif;
  font-weight: bold;
  font-size: 57px;
  line-height: 1;
}
.fb__event-detail .type-coupons .coupon__day {
  padding: 22px 0;
  color: #787878;
  font-size: 12px;
}
.fb__event-detail .type-coupons .coupon__day span {
  /* display: block; */
  /* text-align: right; */
  font-size: 12px;
}
.fb__event-detail .type-coupons .coupon__btn {
  display: block;
  padding: 26px 0 24px 0;
}
.fb__event-detail .type-coupons .coupon__btn button {
  float: left;
  position: relative;
  width: 50%;
  font-size: 14px;
}
.fb__event-detail .type-coupons .coupon__btn button:not(:first-of-type):before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 13px;
  margin-top: -6.5px;
  background: #5d5d5d;
  content: "";
}
.fb__event-detail .type-coupons .coupon__btn--more {
  color: #4d4d4d;
}
.fb__event-detail .type-coupons .coupon__btn--download {
  color: #000;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
}
.fb__event-detail .type-coupons .coupon__btn--download:after {
  display: inline-block;
  width: 9px;
  height: 13px;
  margin-left: 5px;
  background: url("/pc/assets/images/common/btn-event-download.png") no-repeat 0 50%;
  vertical-align: 0;
  content: "";
}
.fb__event-detail .type-coupons .coupon__btn--download:disabled:after {
  display: none;
}
.fb__event-detail .type-coupons .coupon__btn--done {
  width: 100% !important;
  font-weight: bold;
}
.fb__event-detail .type-relevant {
  width: 1240px;
  margin: 100px auto;
}
.fb__event-detail .type-relevant__title {
  padding-bottom: 20px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.fb__event-detail .type-relevant .relevant {
  float: left;
  width: calc(25% - 20px);
  margin: 10px;
  cursor: pointer;
}
.fb__event-detail .type-relevant .relevant-row--2 {
  width: calc(50% - 20px);
}
.fb__event-detail .type-relevant .relevant__title {
  padding-bottom: 20px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.fb__event-detail .type-relevant .relevant__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.fb__event-detail .type-relevant .relevant__inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fb__event-detail .type-relevant .relevant__img {
  display: block;
}
.fb__event-detail .type-relevant .relevant__info {
  margin-top: 15px;
  text-align: left;
}
.fb__event-detail .type-relevant .relevant__title {
  overflow: hidden;
  max-height: 40px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.fb__event-detail .type-relevant .relevant__date {
  color: #616161;
  font-size: 13px;
  font-family: "GillSansWGL", sans-serif;
}
.fb__event-detail .type-relevant .relevant__btn {
  margin-top: 35px;
  text-align: center;
}
.fb__event-detail .type-relevant .relevant__btn a {
  display: inline-block;
  padding: 12px 25px;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.fb__event-detail .type-free-image {
  display: block;
  min-width: 1240px;
  margin: 0 auto;
  /* padding: 80px 0; */
  /* background: #e5e5e5; */
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.fb__event-detail .type-free-image + .type-items {
  margin-top: 60px;
}
.fb__event-detail .type-free-image.kv {
  width: 100%;
  margin: 0 auto;
}
.fb__event-detail .type-free-image .image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.fb__event-detail .type-free-image .image__wrapper {
  display: inline-block;
  width: 100%;
}
.fb__event-detail .type-free-image .image > figure {
  position: relative;
}
.fb__event-detail .type-free-image .image > figure img {
  display: inline-block;
}
.fb__event-detail .type-free-image .image__badge {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 10px 12px;
}
.fb__event-detail .type-free-image .image__title {
  padding-top: 30px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.fb__event-detail .type-free-image .image__detail {
  padding-top: 15px;
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
}
.fb__event-detail .type-free-image .image__btn {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 30px;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}
.fb__event-detail .type-comments {
  width: 1240px;
  margin: 80px auto auto auto;
}
.fb__event-detail .type-html {
  min-width: 1240px;
  margin: 0 auto;
}
.fb__event-detail .type-winner {
  max-width: 1240px;
  margin: 80px auto 0;
  text-align: center;
}
.fb__event-detail .type-winner .btn__winner {
  display: inline-block;
  width: 420px;
  height: 60px;
  background: #000;
  text-align: center;
  vertical-align: top;
  line-height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
.fb__event-detail .type-tab {
  width: 1240px;
  margin: 60px auto;
}
.fb__event-detail .type-tab + .type-component.type-items {
  margin-top: 60px;
}
.fb__event-detail .type-tab__inner {
  position: relative;
  padding-top: 0;
}
.fb__event-detail .type-tab__top {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
}
.fb__event-detail .type-tab__top__list {
  border-left: 1px solid #d2d2d2;
}
.fb__event-detail .type-tab__top__list li {
  position: relative;
  float: left;
  width: 20%;
  height: 50px;
}
.fb__event-detail .type-tab__top__list li button {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 15px 20px 15px;
  border: 1px solid #d2d2d2;
  border-left: 0;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 0;
}
.fb__event-detail .type-tab__top__list li button.on:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: calc(100% + 2px);
  height: 3px;
  background: #212121;
}
.fb__event-detail .type-tab__top__list li:hover button:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  width: calc(100% + 2px);
  height: 3px;
  background: #212121;
}
.fb__event-detail .type-tab__top__list li:disabled, .fb__event-detail .type-tab__top__list li:disabled[disabled] {
  background: #656875;
  color: #fff;
}
.fb__event-detail .type-tab__top__list:after {
  content: "";
  display: block;
  clear: both;
}
.fb__event-detail .type-tab__top.sticky {
  position: fixed;
  top: 54px;
  left: 50%;
  z-index: 5;
  max-width: 1240px;
  transform: translateX(-50%);
}
.fb__event-detail .modal-image {
  overflow: hidden;
  width: 588px;
  height: 588px;
}
.fb__event-detail .modal-image .fb__modal__close {
  top: 40px;
  right: 0;
  width: 22px;
  height: 22px;
  background: url("/pc/assets/images/common/btn-modal-close-wt.png") no-repeat 0 0;
}
.fb__event-detail .modal-image__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.fb__event-detail .modal-image__slide__item {
  position: relative;
  width: 100%;
  height: 100%;
}
.fb__event-detail .modal-image__slide__item img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.fb__event-detail .modal-image__slide__nav button {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 23px;
  height: 41px;
  margin-top: -20.5px;
  background: url("/pc/assets/images/common/btn-imglayer-slide.png") no-repeat 0 0;
  font-size: 0;
}
.fb__event-detail .modal-image__slide__nav--prev {
  left: 24px;
}
.fb__event-detail .modal-image__slide__nav--next {
  right: 24px;
  background-position: -25px 0 !important;
}
.fb__event-detail .more__close {
  position: absolute;
  top: 0;
  right: 0;
}
.fb__event-detail .more__halftop {
  position: relative;
  height: 273px;
  padding: 25px 20px;
}
.fb__event-detail .more__type {
  display: block;
  padding-bottom: 10px;
  color: #ff3e2f;
  font-weight: bold;
  font-size: 14px;
}
.fb__event-detail .more__type em {
  /* font-family: $font_e; */
}
.fb__event-detail .more__name {
  margin-bottom: 10px;
  color: #252525;
  font-weight: bold;
  font-size: 16px;
}
.fb__event-detail .more__condition {
  color: #9d9d9d;
  font-weight: 600;
  font-size: 12px;
}
.fb__event-detail .more__condition:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/pc/assets/images/common/icon-ques.png) no-repeat 0 0;
  vertical-align: top;
  content: "";
}
.fb__event-detail .more__date {
  display: block;
  line-height: 18px;
  font-size: 13px;
  font-family: "GillSansWGL", sans-serif;
  color: #787878;
}
.fb__event-detail .more__content {
  position: absolute;
  bottom: 30px;
  width: 240px;
}
.fb__event-detail .more__important {
  color: #262626;
  font-size: 22px;
}
.fb__event-detail .more__important em {
  display: inline-block;
  font-family: "GillSansWGL", sans-serif;
  font-size: 54px;
  font-weight: bold;
}
.fb__event-detail .more__deco {
  padding: 30px 22px 40px;
  min-height: 220px;
}
.fb__event-detail .more__info__type--1 {
  margin-bottom: 10px;
}
.fb__event-detail .more__info__type--1 li {
  position: relative;
  margin-top: 5px;
  padding-left: 12px;
  color: #767676;
  font-size: 11px;
  letter-spacing: -0.01rem;
}
.fb__event-detail .more__info__type--1 li:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 2px;
  height: 2px;
  margin-top: -1px;
  background: #979797;
  content: "";
}
.fb__event-detail .more__info__type--1 li:first-child {
  margin-top: 0;
}
.fb__event-detail .more__info__type--2 {
  min-height: 52px;
}
.fb__event-detail .more__info__type--2 li {
  position: relative;
  margin-top: 5px;
  padding-left: 12px;
  color: #767676;
  font-size: 11px;
  letter-spacing: -0.01rem;
}
.fb__event-detail .more__info__type--2 li:first-child {
  margin-top: 0;
}
.fb__event-detail .more__coupon__download {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0 auto;
  border: 1px solid #000;
  color: #000;
}
.fb__event-detail .more__coupon__download.noList {
  margin-top: 62px;
}
.fb__event-detail .more__coupon__download span {
  padding-right: 14px;
  background: url(/pc/assets/images/event/icon-coupon-download.png) no-repeat right center;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.fb__event-detail .more__coupon__download:disabled span {
  padding-right: 0;
  background: none;
}
.fb__event-detail .goods .more {
  float: left;
}
.fb__event-detail .goods__content {
  float: right;
  width: 479px;
  max-height: 718px;
  padding: 34px 30px;
  background: #fff;
  box-sizing: border-box;
}
.fb__event-detail .goods__header {
  position: relative;
  height: 57px;
}
.fb__event-detail .goods__title {
  color: #333;
  font-size: 24px;
  font-weight: bold;
}
.fb__event-detail .goods__close {
  position: absolute;
  top: 0;
  right: 0;
}
.fb__event-detail .goods__total {
  padding-bottom: 9px;
  border-bottom: 2px solid #333;
}
.fb__event-detail .goods__total p {
  color: #333;
  font-size: 15px;
}
.fb__event-detail .goods__total span {
  color: #ff621d;
  font-family: "GillSansWGL", sans-serif;
}
.fb__event-detail .goods__wrap {
  overflow-y: auto;
  max-height: 550px;
}
.fb__event-detail .goods__list {
  position: relative;
  padding-right: 17px;
}
.fb__event-detail .goods__category {
  position: relative;
  height: 75px;
  border-bottom: 1px solid #eee;
  line-height: 75px;
}
.fb__event-detail .goods__category a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
  background: url(/pc/assets/images/event/icon-couponmodal-arrow.gif) no-repeat right center;
  line-height: 75px;
  font-size: 14px;
  color: #565656;
}
.fb__event-detail .goods__layerBrand {
  position: relative;
  height: 76px;
  padding: 20px 0 20px 102px;
  border-bottom: 1px solid #eee;
  box-sizing: content-box;
}
.fb__event-detail .goods__layerBrand__img {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 76px;
  background: #f7f7f7;
}
.fb__event-detail .goods__layerBrand__img:after {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.fb__event-detail .goods__layerBrand__inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fb__event-detail .goods__layerBrand__inner img {
  max-width: 100%;
}
.fb__event-detail .goods__layerBrand__info {
  position: relative;
  padding: 15px 75px 0 0;
}
.fb__event-detail .goods__layerBrand__name {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  /* »ç¿ë¹ý : @include line(¶óÀÎ¼ö) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fb__event-detail .goods__layerBrand__deco {
  display: block;
  font-size: 15px;
  /* »ç¿ë¹ý : @include line(¶óÀÎ¼ö) */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fb__event-detail .goods__layerBrand__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 14px;
  background: url(/pc/assets/images/event/icon-couponmodal-arrow.gif) no-repeat right center;
  line-height: 75px;
  font-size: 14px;
  color: #565656;
}
.fb__event-detail .goods__img {
  position: absolute;
  top: 20px;
  left: 0;
  width: 97px;
  background: #f7f7f7;
}
.fb__event-detail .goods__img:after {
  display: block;
  padding-bottom: 100%;
  content: "";
}
.fb__event-detail .goods__img__inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fb__event-detail .goods__link {
  display: block;
  position: relative;
  height: 139px;
  padding: 20px 30px 20px 125px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.fb__event-detail .goods__link .btn__wish {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 18px;
  background: url(/pc/assets/images/event/ico_event_wish.png) no-repeat 0 0;
  transform: translate3d(0, -50%, 0);
}
.fb__event-detail .goods__link .btn__wish.on {
  background-position: -20px 0;
}
.fb__event-detail .goods__brand {
  margin: 15px 0 5px;
  font-size: 13px;
  color: #787878;
}
.fb__event-detail .goods__name {
  display: block;
  overflow: hidden;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fb__event-detail .goods__price.sale {
  color: #ff3e2f;
}
.fb__event-detail .goods__market {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #ff3e2f;
}
.fb__event-detail .goods__market em {
  font-size: 16px;
  font-family: "GillSansWGL", sans-serif;
}
.fb__event-detail .goods__sale {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.fb__event-detail .goods__sale em {
  font-size: 16px;
  font-family: "GillSansWGL", sans-serif;
}
.fb__event-detail .goods__heart {
  display: block;
  position: absolute;
  z-index: 4;
  top: 33px;
  right: 35px;
  width: 20px;
  height: 20px;
  background: url(/pc/assets/images/event/icon-wishLlist.png) no-repeat right 0;
  text-indent: -9999px;
}
.fb__event-detail .goods__heart--active {
  background-position: 0 0;
}