body {
  background-color: #151516;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
  color: #fd3f28;
}

.page-body {
  padding-bottom: 0px;
}

.homepage-header .homepage-navbar .small-nav .nav-ann .ann-item .ann-date {
  color: #fd3f28;
}

.homepage-header.down {
  background-color: rgba(29, 29, 31, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.homepage-header.down .homepage-navbar .small-nav {
  border-bottom: 1px solid #3e3e3e;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item i {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-options {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-options .nav-item a i {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-options {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #ffffff;
}

.homepage-header.down .homepage-navbar .small-nav .nav-ann .ann-item:hover,
.homepage-header.top .homepage-navbar .small-nav .nav-ann .ann-item:focus {
  color: #ffffff;
}

.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-menu {
  color: #fd3f28;
  border: 1px solid #fd3f28;
}

.homepage-header .homepage-navbar .large-nav {
  color: #fd3f28;
}

.homepage-header .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #fd3f28;
  background-color: #fd3f28
}

.homepage-header.down .homepage-navbar .large-nav .nav-btns .btn-signup {
  color: #ffffff;
  border-color: #fd3f28;
}

.footer,
.footer .f-register {
  background-color: #fd3f28;
}

.footer .f-register .f-register-btn .btn-register {
  color: #fd3f28;
}

.footer .f-copyright {
  background-color: #151516;
}

.footer .f-copyright .f-copyright-bottom {
  border-top: 1px solid #2f2f2f;
}

.footer .f-copyright .f-copyright-bottom .f-copyright-text {
  color: #595959;
}

.homepage-header .homepage-navbar .large-nav .nav-logo img {
  height: 60px;
}

#xmas24_page .banner {
  background-image: url(../../images/banner/xmas-2024-banner.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 720px;
}

.main-body {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' transform='scale(3)'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='hsl(0, 0%25, 8.5%25)'/%3E%3Cpath d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z' stroke-width='0.2' stroke='hsl(0, 0%25, 11.0%25)' fill='none'/%3E%3C/svg%3E");
  background-size: 40px 40px;
  position: relative;
}

.special_plan {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
}

.placeholder {
  width: 100%;
  padding: 2rem;
  border: 1px solid #414141;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border-style: dashed;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.placeholder svg {
  width: 80px;
  height: 80px;
  margin-right: 1rem;
}

.placeholder.en svg {
  width: 100px;
  height: 100px;
  margin-right: 1rem;
}

.placeholder_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #de273e;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.placeholder_desc {
  font-size: 1rem;
  font-weight: 400;
  color: #8e2c2c;
  line-height: 1.2;
}

.special_textarea {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 2rem;
}

.special_smalltitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #de273e;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.special_badge {
  color: #de273e;
  border: 1px solid #de273e;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.special_bigtitle {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.special_bigtitle.en {
  max-width: 400px;
  line-height: 1;
}

.special_desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #b8b8b8;
  margin-bottom: 1rem;
}

.special_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 20px;
  margin-top: 15px;
}

.special_box {
  flex: 1;
  border: 1px solid #7e7e7e;
  border-style: dashed;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
}

.special_box:hover {
  border-color: #de273e;
  color: #de273e;
}

.special_box_top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.special_box_title {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.special_box_bigtitle {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.special_box_smalltitle {
  font-size: 1rem;
  font-weight: 600;
  color: #de273e;
}

.special_box_item_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.special_box_item_group .special_box_item {
  margin-right: 1.5rem;
}

.special_box_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}

.special_box_item svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.special_box_item_text {
  font-size: 1rem;
  font-weight: 400;
}

.special_box_price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.special_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.special_order {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}

.special_order svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.special_order_label {
  color: #de273e;
  border: 1px solid #de273e;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
}

.special_tips {
  font-size: .75rem;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-top: 1rem;
  width: 100%;
  text-align: left;
}

.t1_offer {
  padding: 40px 0px;
}

.t1_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.t1_title h4 {
  color: #de273e;
  border: 1px solid #de273e;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.t1_title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.t1_title h2 span {
  color: #de273e;
}

.t1_title div {
  font-size: 20px;
  color: #b8b8b8;
}

.select_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}

.select_item {
  display: flex;
  flex-direction: column;
}

.select_title {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  font-weight: 600;
}

.select_title svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  color: #dbdbdb;
}

.region_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.region_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #a3a3a3;
  border-style: dashed;
  color: #dbdbdb;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.region_item.active {
  border: 1px solid #de273e;
  border-style: solid;
  color: #de273e;
}

.region_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.region_location {
  font-size: 10px;
  font-weight: 600;
}

.cycle_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.cycle_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #a3a3a3;
  border-style: dashed;
  color: #dbdbdb;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.cycle_item.active {
  border: 1px solid #de273e;
  border-style: solid;
  color: #de273e;
}

.cycle_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.cycle_text {
  font-size: 10px;
  font-weight: 600;
}

.t1_product_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
  margin-top: 15px;
}

.t1_wee_product_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 20px;
  margin-top: 15px;
}

.t1_box {
  flex: 1;
  border: 1px solid #3e3e3e;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  background-color: #1b1b1b;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.t1_box.span3 {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.t1_box.span3 .t1_box_top {
  grid-column: span 3;
}

.t1_box.span3 .t1_bottom {
  grid-column: span 3;
}

.t1_box:hover {
  border-color: #de273e;
  color: #de273e;
  background-color: #1e0d0d;
}

.t1_box_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.t1_box_title {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.t1_box_bigtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.t1_box_smalltitle {
  font-size: 1rem;
  font-weight: 600;
  color: #de273e;
}

.t1_box_item_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.t1_box_item_group .t1_box_item {
  margin-right: 1.5rem;
}

.t1_box_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}

.t1_box_item svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.t1_box_item_text {
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

.t1_box_price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.t1_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.t1_order {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}

.t1_order svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.t1_order_price {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.t1_order_price span {
  margin-right: 5px;
  text-decoration: line-through;
  color: #7f7f7f;
}

.t1_order_price span.discounted {
  color: #de273e;
  text-decoration: none;
}

.t1_tips {
  font-size: .75rem;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-top: 1rem;
  width: 100%;
  text-align: left;
}

.pro_offer {
  display: flex;
  flex-direction: column;
  padding: 5rem 0;
  align-items: center;
}

.pro_smalltitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #de273e;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.pro_badge {
  color: #de273e;
  border: 1px solid #de273e;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.pro_bigtitle {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
  max-width: 400px;
  text-align: center;
  letter-spacing: 0.025em;
}

.pro_bigtitle.en {
  line-height: 1.2;
  letter-spacing: 0;
}

.pro_bigtitle span {
  color: #de273e;
  font-size: 2.5rem;
}

.pro_body {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 3rem;
  padding: 2rem;
  border: 1px solid #7e7e7e;
  border-style: dashed;
  border-radius: 20px;
  min-height: 442px;
}

.pro_item_desc {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  text-align: left;
  padding-right: 3rem;
  justify-content: center;
}

.pro_item_desc_title {
  font-size: 2rem;
  font-weight: 600;
  color: #de273e;
  line-height: 1;
  margin-bottom: 1rem;
}

.pro_item_desc_text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #d5d5d5;
  margin-bottom: 1rem;
}

.pro_item_desc_tips {
  font-size: 1rem;
  font-weight: 400;
  color: #7d7d7d;
  line-height: 1.5;
  padding-top: 1rem;
  border-top: 1px solid #484848;
  border-top-style: dashed;
}

.pro_box_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  position: relative;
}

.pro_box {
  flex: 1;
  border: 1px solid #3e3e3e;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  max-width: 450px;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  position: absolute;
  background-color: #1b1b1b;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.pro_box:nth-child(1) {
  z-index: 1;
  left: 0;
}

.pro_box:nth-child(2) {
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.pro_box:nth-child(3) {
  z-index: 3;
  right: 0;
}

.pro_box:hover {
  border-color: #de273e;
  color: #de273e;
  background-color: #1e0d0d;
}

.pro_box_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.pro_box_title {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.pro_box_bigtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.pro_box_smalltitle {
  font-size: 1rem;
  font-weight: 600;
  color: #de273e;
}

.pro_box_item_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pro_box_item_group .pro_box_item {
  margin-right: 1.5rem;
}

.pro_box_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}

.pro_box_item svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.pro_box_item_text {
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

.pro_box_price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.pro_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.pro_order {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}

.pro_order svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.pro_tips {
  font-size: .75rem;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-top: 1rem;
  width: 100%;
  text-align: left;
}

.eb_product_group {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  margin-top: 15px;
}

.eb_offer {
  padding: 40px 0px;
}

.eb_title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.eb_title h4 {
  color: #de273e;
  border: 1px solid #de273e;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.eb_title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.eb_title h2 span {
  color: #de273e;
}

.eb_title div {
  font-size: 20px;
  color: #b8b8b8;
}

.eb_box {
  flex: 1;
  border: 1px solid #3e3e3e;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #aaaaaa;
  background-color: #1b1b1b;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.eb_box:hover {
  border-color: #de273e;
  color: #de273e;
  background-color: #1e0d0d;
}

.eb_box_top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.eb_box_title {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.eb_box_bigtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

.eb_box_smalltitle {
  font-size: 1rem;
  font-weight: 600;
  color: #de273e;
}

.eb_box_item_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.eb_box_item_group .eb_box_item {
  margin-right: 1.5rem;
}

.eb_box_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}

.eb_box_item svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.eb_box_item_text {
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}

.eb_box_item_text span.old {
  text-decoration: line-through;
  color: #7f7f7f;
}

.eb_box_item_text span.extra {
  color: #de273e;
}

.eb_box_price {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

.eb_bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.eb_order {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
}

.eb_order svg {
  margin-right: 0.5rem;
  width: 20px;
  height: 20px;
}

.eb_order_price {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.eb_tips {
  font-size: .75rem;
  font-weight: 400;
  color: #5d5d5d;
  line-height: 1.5;
  padding-top: 1rem;
  width: 100%;
  text-align: left;
}

.eb_tips.danger {
  color: #de273e;
}

.eb_cycle_group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}

.eb_cycle_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-right: 10px;
  border: 1px solid #a3a3a3;
  border-style: dashed;
  color: #dbdbdb;
  padding: 10px 15px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.eb_cycle_item.active {
  border: 1px solid #de273e;
  border-style: solid;
  color: #de273e;
}

.eb_cycle_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.eb_cycle_text {
  font-size: 10px;
  font-weight: 600;
}

.existing_service {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
}

.existing_textarea {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 2rem;
}

.existing_smalltitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #de273e;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.existing_badge {
  color: #de273e;
  border: 1px solid #de273e;
  border-style: dashed;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  margin-right: 0.5rem;
}

.existing_bigtitle {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.existing_bigtitle.en {
  max-width: 400px;
  line-height: 1;
}

.existing_desc {
  font-size: 1.5rem;
  font-weight: 400;
  color: #b8b8b8;
  margin-bottom: 1rem;
}

.existing_group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 15px;
}

.existing_box {
  flex: 1;
  border: 1px solid #7e7e7e;
  border-style: dashed;
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  color: #aaaaaa;
}

.existing_box_title {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.existing_box_smalltitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #de273e;
}

.existing_box_bigtitle {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
}

.existing_box_amount {
  font-size: 5rem;
  font-weight: 700;
  color: #de273e;
}

.existing_box_date {
  font-size: 0.6rem;
  font-weight: 400;
  color: #7d7d7d;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.existing_tips {
  font-size: .75rem;
  font-weight: 400;
  color: #5d5d5d;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-top: 1rem;
  width: 100%;
  text-align: left;
}

.rules {
  padding: 50px 0;
  border-top: 1px solid #de273e;
}

.rules .rule-title {
  font-size: 18px;
  color: #b9b9b9;
  margin-bottom: 15px;
  font-weight: 600;
}

.rules .rule-title:not(:first-child) {
  margin-top: 30px;
}

.rules .rule-item {
  font-size: 15px;
  color: #5d5d5d;
  margin-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #5d5d5d;
  border-bottom-style: dashed;
  padding-bottom: 10px;
}

.rules .rule-item:last-child {
  margin-bottom: 0px;
}

.countdown_area {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  width: 100%;
}

.countdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  padding: 2rem;
  width: 100%;
  border: 1px solid #414141;
  background-color: rgba(0, 0, 0, 0.3);
  border-style: dashed;
  border-radius: 10px;
}

.countdown_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}

.countdown svg {
  width: 60px;
  height: 60px;
  margin-left: 1rem;
}

.countdown-title {
  font-size: 1.2rem;
  color: #de273e;
  font-weight: 600;
}

.countdown-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}

@media (max-width: 530px) {
  #xmas24_page .banner {
    height: 500px;
  }

  .special_bigtitle {
    font-size: 2rem;
  }

  .special_smalltitle {
    font-size: 1.25rem;
    flex-direction: row;
  }

  .special_desc {
    font-size: 1.25rem;
  }
}

@media (max-width: 997px) {
  .special_plan {
    flex-direction: column;
  }

  .special_textarea {
    padding-right: 0;
    padding-bottom: 2rem;
  }

  .special_bigtitle {
    max-width: 600px;
  }

  .special_desc {
    max-width: 600px;
  }

  .special_box {
    width: 100%;
    max-width: unset;
  }

  .t1_box.span3 {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
  }

  .pro_body {
    flex-direction: column;
  }

  .pro_item_desc {
    max-width: 100%;
  }

  .pro_box_group {
    margin-top: 30px;
    min-height: 380px;
  }

  .eb_box_item_group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 10px;
  }
}

@media (max-width: 767px) {

  .special_plan,
  .pro_offer,
  .t1_offer,
  .eb_offer,
  .existing_service {
    padding: 2rem 1rem;
    align-items: flex-start;
  }

  .t1_box.span3 {
    grid-column: span 1;
  }

  .special_group, .existing_group {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .pro_box_group {
    flex-direction: column;
    align-items: normal;
  }

  .pro_box {
    position: relative;
    max-width: 100%;
  }

  .pro_box:not(:first-child) {
    margin-top: 30px;
  }

  .pro_body {
    margin-top: 1rem;
  }

  .pro_bigtitle {
    text-align: left;
  }

  .placeholder {
    padding: 1rem;
  }

  .placeholder svg {
    width: 80px;
    height: 80px;
    margin-right: 1rem;
  }

  .placeholder_title {
    font-size: 1.25rem;
  }

  .pro_item_desc {
    padding-right: 0;
  }

  .select_group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}

@media (max-width: 468px) {
  .pro_body {
    padding: 1.5rem;
  }

  .pro_box {
    padding: 1.5rem;
  }
}