:root {
  --page-width: 1200px;
  --page-padding-x: 16px;
}
* {
  -webkit-tap-highlight-color: transparent;
}
header {
  display: none;
}
main {
  background-color: #9F2300;
  background-image: url("../../img/christmas-sale/background.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
main .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.hide {
  display: none;
}
.plan {
  width: 100%;
  position: relative;
}
.plan::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 13px;
  height: 26px;
  background: url("../../img/christmas-sale/card-left-round.png");
  background-repeat: no-repeat;
  z-index: 2;
}
.plan::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 13px;
  height: 26px;
  background: url("../../img/christmas-sale/card-right-round.png");
  background-repeat: no-repeat;
  z-index: 2;
}
.plan .plan-top {
  border-radius: 14px 14px 0 0;
  background: #FDE0BC;
}
.plan .plan-top .plan-name {
  border-radius: 14px 0 14px 0;
  background: #FFECD5;
  width: 152px;
  padding: 6px 0;
  color: #DB7900;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.plan .plan-top .plan-detail {
  padding: 12px 52px 38px 52px;
}
.plan .plan-top .plan-price {
  color: #156D4D;
  font-family: Rubik;
  font-weight: 700;
  line-height: 1.5;
}
.plan .plan-top .price-num {
  font-size: 38px;
}
.plan .plan-top .price-per {
  font-size: 22px;
}
.plan .plan-top .plan-desc {
  color: #626262;
  font-family: Rubik;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 13px;
}
.plan .plan-top .desc-num {
  text-decoration-line: line-through;
}
.plan .plan-top .plan-more {
  display: flex;
  align-items: center;
  gap: 12px;
}
.plan .plan-top .more-text {
  color: #626262;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.plan .plan-top .more-hover {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.plan .plan-top .more-hover .hover-tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 8px 12px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 100;
  color: #626262;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.plan .plan-top .more-hover .hover-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #FFF;
}
.plan .plan-top .more-hover:hover .hover-tooltip,
.plan .plan-top .more-hover.active .hover-tooltip {
  display: block;
}
.plan .plan-bottom {
  border-top: 2px dashed #DBA25B;
  border-radius: 0 0 14px 14px;
  background: #FFECD5;
  padding: 42px 50px 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}
.plan .plan-bottom::before {
  position: absolute;
  content: '';
  top: -24px;
  right: 45%;
  width: 46px;
  height: 46px;
  background: url("../../img/christmas-sale//bell.png");
  background-repeat: no-repeat;
}
.plan .plan-bottom .plan-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 24px;
  background: linear-gradient(0deg, #FF3305 0%, #FEB52E 100%);
}
.plan .plan-bottom .plan-btn:hover,
.plan .plan-bottom .plan-btn:active {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}
.plan .plan-bottom .win-btn {
  padding: 13px 64px;
}
.plan .plan-bottom .mac-btn {
  padding: 13px 65px;
}
.plan .plan-bottom span {
  color: #FFF;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 600;
}
.plan .plan-bottom .icon-win {
  width: 21px;
  height: 22px;
  background: url("../../img/christmas-sale/win.svg");
  background-repeat: no-repeat;
}
.plan .plan-bottom .icon-mac {
  width: 19px;
  height: 24px;
  background: url("../../img/christmas-sale/mac.svg");
  background-repeat: no-repeat;
}
.banner {
  aspect-ratio: 1920 / 1124;
  padding: 32px;
  background-image: url("../../img/christmas-sale/banner-pc.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.banner .banner-logo img {
  width: 234px;
}
.banner .banner-to {
  animation: bounce 3s ease-in-out infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 28%;
  transform: translate(-50%, 0);
  transition: transform 0.3s ease;
  height: 128px;
}
.banner .banner-to:hover {
  animation-play-state: paused;
}
.banner .banner-to:hover img {
  width: 304px;
}
.banner .banner-to img {
  width: 294px;
  transition: width 0.3s ease;
}
.aio {
  padding-bottom: 176px;
}
.aio .aio-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}
.aio .aio-title {
  max-width: 766px;
  width: 100%;
}
.aio .aio-title-bottom {
  width: 200px;
  margin-bottom: -66px;
}
.aio .aio-title-mobile {
  display: none;
}
.aio .aio-wrap-top {
  max-width: 1200px;
  width: 100%;
  margin-bottom: -106px;
  z-index: 4;
}
.aio .aio-plan-group {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  box-sizing: border-box;
  border-radius: 45px;
  border: 10px solid #EEE0BD;
  background: #962100;
  padding: 122px 36px 32px 36px;
  max-width: 1200px;
  width: 100%;
}
.aio .aio-plan-group .year-plan {
  position: relative;
}
.aio .aio-plan-group .year-plan::before {
  position: absolute;
  content: '';
  top: -20px;
  right: -16px;
  width: 98px;
  height: 84px;
  background: url("../../img/christmas-sale/aio-discount-1.png");
  background-repeat: no-repeat;
}
.aio .aio-plan-group .perpetual-plan {
  position: relative;
}
.aio .aio-plan-group .perpetual-plan::before {
  position: absolute;
  content: '';
  top: -20px;
  right: -16px;
  width: 98px;
  height: 84px;
  background: url("../../img/christmas-sale/aio-discount-2.png");
  background-repeat: no-repeat;
}
.single {
  padding-bottom: 316px;
  background-image: url("../../img/christmas-sale/background-bottom.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.single .single-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single .single-title {
  max-width: 766px;
  width: 100%;
  z-index: 4;
}
.single .single-title-mobile {
  display: none;
}
.single .single-title-bottom {
  max-width: 1200px;
  width: 100%;
  margin-top: -208px;
  margin-bottom: -40px;
  z-index: 3;
}
.single .single-select-mobile {
  display: none;
}
.single .single-group {
  border-radius: 0 0 45px 45px;
  border: 10px solid #EEE0BD;
  background: #962100;
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
}
.single .single-select {
  display: flex;
}
.single .single-select .select-item {
  display: flex;
  justify-content: center;
  max-width: 118px;
  width: 100%;
  padding: 72px 0 28px 0;
  border-radius: 0 0 100px 100px;
  box-shadow: 0 6px 1.2px 0 rgba(118, 26, 0, 0.52);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.single .single-select .select-item.active {
  background: linear-gradient(180deg, #FFA991 0%, #FFD986 100%);
}
.single .single-select .light {
  background: #FFEAD8;
}
.single .single-select .deep {
  background: #FFDEC2;
}
.single .single-plan-container {
  padding: 44px 94px 60px 94px;
}
.single .single-plan-container .single-plans {
  display: none;
  justify-content: space-between;
  gap: 70px;
}
.single .single-plan-container .single-plans.active {
  display: flex;
}
.single .single-plan-container .plan {
  text-align: center;
}
.single .single-plan-container .plan .plan-more {
  justify-content: center;
}
.single .single-plan-container .year-top {
  position: relative;
}
.single .single-plan-container .year-top::before {
  position: absolute;
  content: '';
  top: -20px;
  right: -24px;
  width: 98px;
  height: 84px;
  background: url("../../img/christmas-sale/single-discount-1.png");
  background-repeat: no-repeat;
}
.single .single-plan-container .perpetual-top {
  position: relative;
}
.single .single-plan-container .perpetual-top::before {
  position: absolute;
  content: '';
  top: -20px;
  right: -24px;
  width: 98px;
  height: 84px;
  background: url("../../img/christmas-sale/single-discount-2.png");
  background-repeat: no-repeat;
}
.single .single-plan-container .perpetual-top-spe {
  position: relative;
}
.single .single-plan-container .perpetual-top-spe::before {
  position: absolute;
  content: '';
  top: -20px;
  right: -24px;
  width: 98px;
  height: 84px;
  background: url("../../img/christmas-sale/single-discount-3.png");
  background-repeat: no-repeat;
}
@keyframes bounce {
  0%,
  100% {
    transform: translate(-50%, -15%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translate(-50%, 0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@media (max-width: 1400px) {
  .banner .banner-logo img {
    width: 200px;
  }
  .banner .banner-to {
    bottom: 24%;
    height: 90px;
  }
}
@media (max-width: 1200px) {
  .plan {
    max-width: 448px;
  }
  .banner .banner-logo {
    padding-left: 15px;
  }
  .banner .banner-logo img {
    width: 180px;
  }
  .banner .banner-to:hover img {
    width: 250px;
  }
  .banner .banner-to img {
    width: 240px;
  }
  .aio .aio-content {
    padding: 0 15px;
  }
  .aio .aio-plan-group {
    flex-direction: column;
    align-items: center;
  }
  .single .single-content {
    padding: 0 15px;
  }
}
@media (max-width: 1120px) {
  .banner .banner-to:hover img {
    width: 210px;
  }
  .banner .banner-to img {
    width: 200px;
  }
  .single .single-select .select-item img {
    width: 48px;
    height: 48px;
  }
  .single .single-plan-container {
    padding: 44px 44px 60px 44px;
  }
  .single .single-plan-container .single-plans {
    gap: 48px;
  }
}
@media (max-width: 920px) {
  .aio .aio-wrap-top {
    margin-bottom: -86px;
  }
  .single .single-plan-container {
    padding: 44px 24px 40px 24px;
  }
  .single .single-plan-container .single-plans {
    gap: 24px;
  }
  .single .single-plan-container .plan .plan-detail {
    padding: 12px 30px 38px 30px;
  }
  .single .single-plan-container .plan .plan-bottom {
    padding: 42px 20px 30px 20px;
  }
}
@media (max-width: 768px) {
  main {
    background-image: none;
  }
  .plan .plan-top {
    border-radius: 12px 12px 0 0;
  }
  .plan .plan-top .plan-name {
    border-radius: 12px 0 12px 0;
    width: 134px;
    font-size: 14px;
  }
  .plan .plan-top .plan-detail {
    padding: 12px 45px 32px 45px;
  }
  .plan .plan-top .price-num {
    font-size: 34px;
  }
  .plan .plan-top .price-per {
    font-size: 18px;
  }
  .plan .plan-top .plan-desc {
    font-size: 18px;
    margin-bottom: 11px;
  }
  .plan .plan-top .plan-more {
    gap: 10px;
  }
  .plan .plan-top .more-text {
    font-size: 14px;
  }
  .plan .plan-bottom {
    border-radius: 0 0 12px 12px;
    padding: 36px 44px 26px 44px;
    gap: 14px;
  }
  .plan .plan-bottom .plan-btn {
    gap: 12px;
    border-radius: 20px;
  }
  .plan .plan-bottom .win-btn {
    padding: 12px 57px;
  }
  .plan .plan-bottom .mac-btn {
    padding: 12px 58px;
  }
  .plan .plan-bottom span {
    font-size: 16px;
  }
  .plan .plan-bottom .icon-win {
    width: 18px;
    height: 20px;
    background-size: 18px 20px;
  }
  .plan .plan-bottom .icon-mac {
    width: 16px;
    height: 21px;
    background-size: 16px 21px;
  }
  .banner {
    aspect-ratio: 375 / 546;
    padding: 22px 0;
    background-image: url("../../img/christmas-sale/banner-mobile.png");
  }
  .banner .banner-logo {
    display: inline-block;
    max-width: 160px;
    width: 100%;
  }
  .banner .banner-logo img {
    width: 100%;
    height: auto;
  }
  .banner .banner-to {
    height: auto;
    bottom: 30%;
  }
  .aio {
    padding-bottom: 124px;
  }
  .aio .aio-content {
    gap: 44px;
  }
  .aio .aio-title {
    display: none;
  }
  .aio .aio-title-mobile {
    display: block;
  }
  .aio .aio-title-bottom {
    display: none;
  }
  .aio .aio-wrap-top {
    display: none;
  }
  .aio .aio-plan-group {
    gap: 20px;
    border-radius: 25px;
    border: 4px solid #EEE0BD;
    padding: 18px 16px 32px 16px;
  }
  .aio .aio-plan-group .year-plan::before,
  .aio .aio-plan-group .perpetual-plan::before {
    top: -14px;
    right: -18px;
  }
  .single {
    padding-bottom: 138px;
  }
  .single .single-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .single .single-title {
    display: none;
  }
  .single .single-title-mobile {
    display: block;
    margin-bottom: 28px;
  }
  .single .single-title-bottom {
    display: none;
  }
  .single .single-select-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFF;
    width: 100%;
    margin-bottom: 28px;
    position: relative;
    z-index: 10;
  }
  .single .single-select-mobile .select-current {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px;
    width: 100%;
    gap: 10px;
    cursor: pointer;
  }
  .single .single-select-mobile .select-current .select-current-pro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .single .single-select-mobile .select-current .product {
    width: 40px;
    height: 40px;
  }
  .single .single-select-mobile .select-current span {
    color: #202020;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    flex: 1;
  }
  .single .single-select-mobile .select-current .arrow {
    width: 10px;
    height: 6px;
    padding: 0 10px 0 0;
    transition: transform 0.3s ease;
    transform-origin: 5px center;
  }
  .single .single-select-mobile .select-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFF;
    border-radius: 20px;
    padding: 0 14px;
    margin-top: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
  }
  .single .single-select-mobile .select-pro {
    display: flex;
    align-items: center;
    padding: 14px 0;
    gap: 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
  }
  .single .single-select-mobile .select-pro:last-child {
    border-bottom: none;
  }
  .single .single-select-mobile .select-pro .product {
    width: 40px;
    height: 40px;
  }
  .single .single-select-mobile .select-pro span {
    color: #202020;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
  }
  .single .single-select-mobile.active .select-dropdown {
    display: block;
  }
  .single .single-select-mobile.active .arrow {
    transform: rotate(180deg);
  }
  .single .single-group {
    border-radius: 25px;
    border: 4px solid #EEE0BD;
  }
  .single .single-select {
    display: none;
  }
  .single .single-plan-container {
    padding: 18px 14px 20px 14px;
  }
  .single .single-plan-container .single-plans {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .single .single-plan-container .plan {
    text-align: left;
  }
  .single .single-plan-container .plan .plan-more {
    justify-content: left;
  }
  .single .single-plan-container .year-top::before,
  .single .single-plan-container .perpetual-top::before,
  .single .single-plan-container .perpetual-top-spe::before {
    top: -14px;
    right: -18px;
  }
}
@media (max-width: 480px) {
  .banner .banner-logo {
    max-width: 114px;
  }
  .banner .banner-logo img {
    width: 100%;
  }
  .banner .banner-to {
    bottom: 30%;
  }
  .banner .banner-to:hover img {
    width: 170px;
  }
  .banner .banner-to img {
    width: 160px;
  }
}
@media (max-width: 364px) {
  .plan .plan-top .plan-detail {
    padding: 12px 32px 32px 32px;
  }
  .plan .plan-bottom {
    padding: 36px 32px 26px 32px;
  }
  .aio .aio-title-mobile {
    width: 314px;
  }
  .single .single-title-mobile {
    width: 314px;
  }
  .single .single-select-mobile .select-current .product {
    width: 36px;
    height: 36px;
  }
  .single .single-select-mobile .select-current span {
    font-size: 14px;
  }
  .single .single-select-mobile .select-pro .product {
    width: 36px;
    height: 36px;
  }
  .single .single-select-mobile .select-pro span {
    font-size: 14px;
  }
}
