.preload-item {
  position: relative;
  padding: 0;
  transition: 0.2s all;
}

.preload-item.is-loading.promotion-item .p-header,
.preload-item.is-loading.promotion-item .p-img,
.preload-item.is-loading.promotion-item .p-title,
.preload-item.is-loading.promotion-item .p-desc,
.preload-item.is-loading.promotion-item .p-button div,
.preload-item.is-loading.menu-item div,
.preload-item.is-loading.pd-preload-item .pd-banner,
.preload-item.is-loading.pd-preload-item .pd-h-title,
.preload-item.is-loading.pd-preload-item .pd-h-timer,
.preload-item.is-loading.pd-preload-item .pd-h-content {
  background: #eee;
  background: linear-gradient(90deg, #333 0%, #444 40%, #333 70%);
  background-size: 200% 100%;
  -webkit-animation: 1.5s shine linear infinite;
  animation: 1.5s shine linear infinite;
  width: 100%;
}

.preload-item.is-loading.promotion-item > div {
  display: grid;
  grid-template-rows: 20px 120px 44px 70px 80px;
  gap: 10px;
}
.preload-item.is-loading.promotion-item .p-title,
.preload-item.is-loading.promotion-item .p-desc {
  padding: 0;
}
.preload-item.is-loading.pd-preload-item .pd-banner {
  height: 200px;
}
.preload-item.is-loading.pd-preload-item .pd-header {
  display: grid;
  grid-template-columns: 80% 20%;
  gap: 20px;
  width: calc(100% - 40px);
}
.preload-item.is-loading.pd-preload-item .pd-h-title,
.preload-item.is-loading.pd-preload-item .pd-h-timer {
  height: 73px;
}
.preload-item.is-loading.pd-preload-item .pd-h-timer {
  padding: 0;
  margin: 13px 0 0;
}
.preload-item.is-loading.pd-preload-item .pd-h-content {
  height: 300px;
  width: calc(100% - 20px);
  margin-bottom: 20px;
}


.promotion-item {
  width: 303px;
  height: 374px;
}
.promotion-item:hover {
  cursor: pointer;
}
.promotion-item > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.promotion-item .p-header {
  font-size: 17px;
  background-color: #1F1F1F;
  font-weight: bold;
}
.promotion-item .p-title {
  font-size: 18px;
  font-weight: bold;
  padding: 19px 10px 6px;
}
.promotion-item .p-desc {
  font-size: 14px;
  padding: 4px 10px 0;
  overflow: hidden;
}
.promotion-item .p-button {
  display: flex;
  gap: 20px;
  padding: 15px;
  padding-top: 0;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
}
.promotion-item .p-button div {
  width: 100%;
  height: 100%;
}
.promotion-item .p-button a {
  height: 61px;
  display: flex;
  align-items: center;
}
.promotion-item .p-button a div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion-item .p-button a,
.promotion-item .p-button a div,
.pd-h-buttons a,
.pd-h-buttons a div {
  font-size: 18px;
}
.promotion-item .p-button a div,
.pd-h-buttons a div {
  width: 100%;
}
.promotion-item,
.promotion-item *,
.promotion-detail,
.promotion-detail * {
  color: #fff;
  line-height: 24px;
}
.promotion-item .p-title,
.pd-h-title,
.pd-h-timer .pd-ht-num {
  color: #2a8fbd;
}
.promotion-item,
.menu-item a {
  background-color: #252525
}

.mainContent {
  padding: 20px 0;
}
.promotion {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  transition: opacity 1s ease-in-out;
  opacity: 1;
  height: auto;
}
.promotion.hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.promotion-list {
  min-height: 374px;
}
.promotion-menu {
  display: flex;
  height: 34px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.menu-item,
.menu-item div,
.menu-item a {
  flex: 1;
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfbfbf;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
.menu-item a.active,
.menu-item a:hover,
.promotion-item .p-button a {
  color: #fff;
}
.menu-item a.active,
.promotion-item .p-button a,
body.white .menu-item a.active,
body.white .promotion-item .p-button a {
  background-color: #2a8fbd;
}
.menu-item a:hover
.promotion-item .p-button a:hover,
body.white .menu-item a:hover,
body.white .promotion-item .p-button a:hover {
  background-color: #38c0ff;
}
.preload-item.is-loading.menu-item {
  margin: 0 5px;
}

/* PROMOTION DETAIL */
.pd-container {
  padding: 0 15px 20px;
}
.pd-header,
.pd-h-timer-container,
.pd-h-timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pd-h-title {
  font-size: 18px;
  font-weight: bold;
  margin: 19px 10px 6px;
  overflow: hidden;
  text-transform: uppercase;
}
.pd-h-subtitle,
.pd-h-content {
  font-size: 14px;
  margin: 4px 10px 0;
}
.pd-h-content {
  margin-top: 13px;
}
.pd-h-content,
.pd-h-content * {
  font-size: 14px;
  color: #808080;
}
.pd-h-content tr.rowHeader {
  background-color: #404040;
}
.pd-h-content tr.row1 {
  background-color: #333;
}
.pd-h-timer-container {
  position: relative;
  top: 25px;
  right: 15px;
}
.pd-h-timer {
  justify-content: center;
  gap: 5px;
  border: 1px solid #313131;
  background-color: #252525;
  padding: 10px 5px 0;
}
.pd-h-timer > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.pd-h-timer > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-h-timer .pd-ht-num {
  font-size: 18px;
  width: 30px;
  position: relative;
}
.pd-h-timer .pd-ht-txt {
  font-size: 9px;
  position: relative;
}
.pd-h-timer .pd-ht-num:after {
  content: "";
  position: absolute;
  right: -5px;
  width: 1px;
  height: 100%;
  background-color: #313131;
}
.pd-h-timer .pd-ht-second .pd-ht-num:after {
  background-color: transparent;
}
.pd-h-buttons {
  display: flex;
  gap: 10px;
}
.pd-h-buttons a.button {
  width: 100%;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  padding: 0 15px;
  white-space: break-spaces;
  height: 65px;
  display: flex;
  align-items: center;
  text-align: center;
}


body.white .preload-item.is-loading.promotion-item .p-header,
body.white .preload-item.is-loading.promotion-item .p-img,
body.white .preload-item.is-loading.promotion-item .p-title,
body.white .preload-item.is-loading.promotion-item .p-desc,
body.white .preload-item.is-loading.promotion-item .p-button div,
body.white .preload-item.is-loading.menu-item div,
body.white .preload-item.is-loading.pd-preload-item .pd-banner,
body.white .preload-item.is-loading.pd-preload-item .pd-h-title,
body.white .preload-item.is-loading.pd-preload-item .pd-h-timer,
body.white .preload-item.is-loading.pd-preload-item .pd-h-content {
  background: #eee;
  background: linear-gradient(90deg, #ccc 0%, #ddd 40%, #ccc 70%);
  background-size: 200% 100%;
}
body.white .preload-item.is-loading.promotion-item {
  border-color: #ddd;
}
body.white .promotion-item {
  background-color: #f8f8f8
}
body.white .menu-item a {
  background-color: #b3b3b3;
}
body.white .menu-item a,
body.white .pd-h-content table,
body.white .pd-h-content table * {
  color: #404040;
}
body.white .promotion-item .p-header {
  background-color: #fff;
}
body.white .promotion-item .p-header,
body.white .promotion-item .p-desc,
body.white .pd-h-subtitle,
body.white .pd-ht-txt {
  color: #1f1f1f;
}
body.white .menu-item a.active,
body.white .promotion-item .p-button a,
body.white .menu-item a:hover,
body.white .promotion-item .p-button a:hover {
  color: #fff;
}
body.white .pd-h-timer {
  background-color: #ccc;
  border-color: #ccc;
}
body.white .pd-h-content tr.rowHeader {
  background-color: #ccc;
}
body.white .pd-h-content tr.row1 {
  background-color: #ddd;
}
body.white .pd-h-timer .pd-ht-num:after {
  background-color: #9f9f9f;
}
body.white .pd-h-timer .pd-ht-second .pd-ht-num:after {
  background-color: transparent;
}


#promoV2 {
	width: 960px;
	margin-left: -480px;
}
#promoV2 .modal-body {
	padding: 0;
}