/* common value, do not edit unless you have global search and confirm it is safe */
/* Color Theme */
/* Color theme for landing */
/* header scss variable */
/* (Flexbox Mixin Helper) */
/* (Calc Mixin Helper) */
/*  START: Animation Mixin */
/* Clockwise Spinning */
/* Anti-clockwise Spinning */
/*  END: Animation Mixin */
/* line 3, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher {
  padding: 30px 10px 25px;
}
/* line 6, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher .voucher__content {
  max-width: 1188px;
  margin: auto;
}
/* line 10, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher .voucher__content .voucher__header {
  width: 100%;
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  color: #e4483f;
  padding-bottom: 6px;
  border-bottom: 1.8px solid #979797;
}
/* line 21, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher .voucher__content .voucher__banner {
  width: 100%;
  margin: 0 0 12px;
  display: block;
}
/* line 25, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher .voucher__content .voucher__banner img {
  width: 100%;
  min-height: 95px;
}
/* line 31, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher .voucher__content .voucher__showMoreButton {
  position: relative;
  width: 306px;
  height: 48px;
  border-radius: 4px;
  background-color: #c30022;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  top: 18px;
  cursor: pointer;
  display: inline-block;
}
/* line 44, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher .voucher__content .voucher__showMoreButton .voucher__showMoreButtonText {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
/* line 54, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher .voucher__content .voucher__showMoreButton .voucher__showMoreButtonExpendArrow {
  display: inline-block;
  position: relative;
  top: 3.5px;
  margin-left: 10px;
  background-image: url(/_ui/shared/common/svg/arrows/bnArrowRightWhite.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: rotate(90deg);
}

/* line 69, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.text-overflow-ellips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 77, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucher__tickets {
  font-size: 0;
}

/* line 80, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket {
  background: #c62231;
  width: 100%;
  height: 196px;
  border-radius: 10px;
  display: inline-block;
  max-width: 390px;
  margin: 0 0 7px 0;
  font-size: 0;
}
/* line 89, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket:nth-child(3n+2) {
  margin: 0 9px 7px;
}
/* line 93, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left {
  padding: 12px 15px 8px;
  box-sizing: border-box;
  width: 73%;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
/* line 100, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__storeInfo {
  display: block;
  margin: 0 0 6px;
  max-width: 300px;
  transition: opacity 100ms ease-out;
}
/* line 104, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__storeInfo .voucherTicket__storeInfo__banner {
  position: relative;
  height: 50px;
  width: 97px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: top;
  background-image: url(/_ui/desktop/common/images/voucher/img_defaultImage.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 116, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__storeInfo .voucherTicket__storeInfo__banner .voucherTicket__storeInfo__banner__image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 124, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__storeInfo .voucherTicket__storeInfo__details {
  width: calc(100% - 97px - 7px);
  display: inline-block;
  vertical-align: top;
}
/* line 128, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__storeInfo .voucherTicket__storeInfo__details .voucherTicket__storeInfo__details__name {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  margin: 2px 0 9px;
}
/* line 134, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__storeInfo .voucherTicket__storeInfo__details .voucherTicket__storeInfo__details__enter {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
/* line 141, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__storeInfo .voucherTicket__storeInfo__details .voucherTicket__storeInfo__details__enter:after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(100%, -55%) rotate(45deg);
  right: -8px;
  top: 50%;
}
/* line 156, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__storeInfo:hover {
  opacity: 0.9;
}
/* line 161, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__images {
  background: #ffffff;
  width: 255px;
  height: 70px;
  margin: 0 0 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 167, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__images .voucherTicket__images__imageContainer {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-image: url("/_ui/desktop/common/images/voucher/img_defaultImage.svg");
  background-size: 68px 70px;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 175, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__images .voucherTicket__images__imageContainer .voucherTicket__images__imageContainer__image {
  height: 100%;
  width: 70px;
  margin: auto;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* line 186, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__images .voucherTicket__images__imageContainer .voucherTicket__images__imageContainer__image {
  display: block;
  height: 100%;
}
/* line 194, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__date {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 0 3px;
}
/* line 200, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__tnc {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}
/* line 206, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__tnc__title {
  display: inline-block;
  max-width: 189px;
  position: relative;
  top: 3px;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  padding-right: 3px;
}
/* line 217, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__left .voucherTicket__tnc__url {
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: underline;
}
/* line 225, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right {
  padding: 17px 8px 20px;
  box-sizing: border-box;
  width: 27%;
  display: inline-block;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: top;
}
/* line 234, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__dotSplit {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 244, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__dotSplit .voucherTicket__dotSplit__line {
  background: linear-gradient(to bottom, white, white 70%, transparent 70%, transparent 100%) left center/auto 9px;
  width: 1px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin: 1px 0;
}
/* line 250, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__dotSplit .voucherTicket__dotSplit__round1 {
  height: 7px;
  border-radius: 0 0 7px 7px;
  background: #ffffff;
  width: 15px;
}
/* line 256, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__dotSplit .voucherTicket__dotSplit__round2 {
  height: 7px;
  border-radius: 7px 7px 0 0;
  background: #ffffff;
  width: 15px;
}
/* line 264, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__value {
  width: 100%;
  height: 87px;
  padding-bottom: 7px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
/* line 272, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__value p {
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  overflow: hidden;
  max-height: 66px;
  line-height: 33px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
/* line 296, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__memo {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 15px;
}
/* line 302, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__status {
  width: 92px;
  height: 34px;
  border-radius: 22px;
  width: 92px;
  font-size: 18px;
  color: #ffffff;
  -webkit-appearance: none;
  transition: opacity 100ms ease-out;
}
/* line 312, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__status:hover {
  opacity: 0.9;
}
/* line 316, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__status.enable {
  background-color: #ff9f00;
}
/* line 319, ../../../../../resource/compass/_ui/desktop/common/css/Voucher/VoucherComponent.scss */
.voucherTicket .voucherTicket__right .voucherTicket__status.disable {
  background-color: #676767;
  pointer-events: none;
}
