* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#chrustmas {
  text-align: center;
  font-size: 0;
}

#chrustmas img {
  width: 100%;
  height: auto;
}

#chrustmas .img_pc {
  display: inline-block;
}

#chrustmas .img_h5 {
  display: none;
}

#chrustmas .part1 {
  position: relative;
}

#chrustmas .part1 .part1-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 24.5%;
  padding: 0.07812vw;
  border-radius: 100px;
  background: linear-gradient(-11deg, #ffefe0 0%, #edc399 100%);
  width: max-content;
  margin: 0 auto;
}

#chrustmas .part1 .part1-title > h4 {
  color: #471d08;
  font-size: 1.71875vw;
  font-weight: 700;
  border-radius: 100px;
  background: linear-gradient(0deg, #fbc88c 0%, #ffe5c2 100%);
  padding: 0.23438vw 3.51562vw;
  display: inline-block;
}

#chrustmas .part1 .part-text {
  position: absolute;
  top: 88%;
  left: 7.5%;
  width: 85%;
}

#chrustmas .part1 .part-text > p {
  color: #000000;
  font-size: 1.25vw;
  line-height: 1.8;
}

#chrustmas .part3 {
  position: relative;
}

#chrustmas .part3 .part3-content {
  position: absolute;
  top: 2.5vw;
  left: 5%;
  width: 90%;
}

#chrustmas .part3 .part3-content .part3-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

#chrustmas .part3 .part3-content .part3-title > img {
  width: 4.10156vw;
  margin-right: 0.70312vw;
}

#chrustmas .part3 .part3-content .part3-title > h3 {
  font-weight: 700;
  font-size: 2.65625vw;
  color: #b5212b;
  margin-top: 0.97656vw;
}

#chrustmas .part3 .part3-content .part3-prize {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.03125vw;
}

#chrustmas .part3 .part3-content .part3-prize .prize-item {
  width: 22.14844vw;
  margin-right: 0.78125vw;
  position: relative;
}

#chrustmas .part3 .part3-content .part3-prize .prize-item > p {
  font-size: 1.17188vw;
  color: #ffffff;
  position: absolute;
  top: 76%;
  left: 4%;
  width: 92%;
  line-height: 1.4;
}

#chrustmas .part3 .part3-content .part3-prize .prize-item:last-child {
  margin-right: 0;
}

#chrustmas .part3 .part3-content .part3-mintitle {
  font-size: 2.26562vw;
  color: #b5212b;
  font-weight: 700;
  margin-top: 5.07812vw;
  text-align: center;
}

#chrustmas .part3 .part3-content .part3-time {
  font-size: 1.64062vw;
  color: #b5212b;
  font-weight: 500;
  margin-top: 0.97656vw;
  padding: 0.70312vw 2.34375vw;
  border-radius: 100px;
  border: 0.11719vw solid #b5212b;
  width: max-content;
  margin: 1.95312vw auto 0;
}

#chrustmas .part3 .part3-content .part3-lvietitle {
  margin-top: 3.90625vw;
  text-decoration: none;
  cursor: pointer;
}

#chrustmas .part3 .part3-content .part3-lvietitle > img {
  width: 4.84375vw;
}

#chrustmas .part3 .part3-content .part3-lvietitle > h3 {
  color: #036f43;
  margin-top: 0;
}

#chrustmas .part3 .part3-content .part3-lviprize .prize-item {
  width: 33.125vw;
}

#chrustmas .part3 .part3-content .part3-lviprize .prize-item > p {
  top: 80%;
}

#chrustmas .part3 .part3-content .part3-btn {
  position: relative;
  margin-top: 2.14844vw;
  display: inline-block;
  cursor: pointer;
}

#chrustmas .part3 .part3-content .part3-btn > img {
  width: 20.74219vw;
}

#chrustmas .part3 .part3-content .part3-btn > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5625vw;
  color: #ffffff;
  font-weight: 700;
  margin-top: 0.39062vw;
  width: max-content;
}

#chrustmas .part4 {
  position: relative;
}

#chrustmas .part4 .part4-content {
  position: absolute;
  top: 9%;
  left: 5%;
  width: 90%;
}

#chrustmas .part4 .part4-content > img {
  width: 53.82813vw;
  margin-bottom: 1.17188vw;
  margin-left: auto;
  margin-right: auto;
}

#chrustmas .part4 .part4-content .part4-title {
  padding: 0.07812vw;
  border-radius: 100px;
  background: linear-gradient(-11deg, #ffefe0 0%, #edc399 100%);
  width: max-content;
  margin: 0 auto;
}

#chrustmas .part4 .part4-content .part4-title > h4 {
  color: #471d08;
  font-size: 1.71875vw;
  font-weight: 700;
  border-radius: 100px;
  background: linear-gradient(0deg, #fbc88c 0%, #ffe5c2 100%);
  padding: 0.46875vw 1.40625vw;
  display: inline-block;
}

#chrustmas .part4 .part4-content .part4-time {
  font-size: 1.25vw;
  color: #ffffff;
  font-weight: 500;
  margin-top: 1.17188vw;
  text-shadow: -0.03906vw 0.15625vw 0.39062vw rgba(12, 33, 75, 0.28);
}

#chrustmas .part4 .part4-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45%;
  cursor: pointer;
}

#chrustmas .part4 .part4-btn > img {
  width: 19.6875vw;
}

#chrustmas .part4 .part4-btn > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.64062vw;
  color: #ffffff;
  font-weight: 700;
  width: max-content;
}

#chrustmas .part4 .part4-prize {
  position: absolute;
  width: 67.07031vw;
  left: 50%;
  transform: translateX(-50%);
  top: 56.9%;
}

#chrustmas .part4 .part4-prize .part4-prizetitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.03125vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#chrustmas .part4 .part4-prize .part4-prizetitle > img {
  width: 1.91406vw;
  margin-right: 0.70312vw;
}

#chrustmas .part4 .part4-prize .part4-prizetitle > h3 {
  font-weight: 700;
  font-size: 2.65625vw;
  color: #ffffff;
}

#chrustmas .part4 .part4-prize .prize-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  display: flex;
}

#chrustmas .part4 .part4-prize .prize-list .prize-item {
  width: 14.45312vw;
  margin-right: 1.5625vw;
  position: relative;
}

#chrustmas .part4 .part4-prize .prize-list .prize-item .prize-text {
  position: absolute;
  top: 18%;
  width: 94%;
  left: 3%;
}

#chrustmas .part4 .part4-prize .prize-list .prize-item .prize-text .prize-title {
  font-size: 1.5625vw;
  color: #000000;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.39062vw;
}

#chrustmas .part4 .part4-prize .prize-list .prize-item .prize-text .prize-desc {
  font-size: 1.36719vw;
  color: #000000;
  font-weight: 500;
  line-height: 1.2;
}

#chrustmas .part4 .part4-prize .prize-list .prize-item .prize-name {
  position: absolute;
  top: 84%;
  left: 3%;
  width: 94%;
  font-size: 1.09375vw;
  color: #000000;
  font-weight: 300;
  line-height: 1.2;
}

#chrustmas .part4 .part4-prize .prize-list .prize-item:last-child {
  margin-right: 0;
}

#chrustmas .part4 .part4-prize .prize-list .prize-item:last-child .prize-name {
  top: 81%;
}

#chrustmas .part5 {
  position: relative;
}

#chrustmas .part5 .part5-content {
  position: absolute;
  right: 55%;
  top: 26%;
  width: max-content;
}

#chrustmas .part5 .part5-content .part5-title {
  margin-bottom: 1.17188vw;
}

#chrustmas .part5 .part5-content .part5-title .part5-title-text2 {
  font-size: 2.92969vw;
  color: #fefadd;
  font-weight: 700;
  line-height: 1.2;
}

#chrustmas .part5 .part5-content .part5-desc {
  background: linear-gradient(180deg, #122d6f, #336baf);
  border-radius: 2.34375vw;
  padding: 0.78125vw 1.95312vw;
  width: max-content;
  margin: 0 auto;
}

#chrustmas .part5 .part5-content .part5-desc .part5-desc-text1 {
  font-size: 1.32812vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff600;
}

#chrustmas .part5 .part5-content .part5-desc .part5-desc-text2 {
  font-size: 2.34375vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff600;
}

#chrustmas .part5 .part5-content .part5-desc .part5-desc-text2 > span {
  font-size: 2.89062vw;
}

#chrustmas .part5 .part5-content .part5-time {
  margin-top: 1.5625vw;
  font-size: 1.17188vw;
  color: #001031;
}

#chrustmas .part5 .part5-content .part5-btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 1.17188vw;
}

#chrustmas .part5 .part5-content .part5-btn > img {
  width: 17.57812vw;
}

#chrustmas .part5 .part5-content .part5-btn > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.48438vw;
  color: #ffffff;
  font-weight: 700;
  width: max-content;
}

#chrustmas .part5 .part5-btn {
  display: none;
}

#chrustmas .part5 .part5-desc-text3 {
  position: absolute;
  left: 2.34375vw;
  bottom: 1.5625vw;
  font-size: 0.85938vw;
  font-weight: 500;
  color: #001031;
  line-height: 1.6;
  text-align: left;
}

#chrustmas .christmas_nav {
  position: fixed;
  left: 0;
  top: 120px;
  width: 12.77344vw;
}

#chrustmas .christmas_nav .nav-content {
  width: 84%;
  height: 62%;
  position: absolute;
  left: 8%;
  top: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#chrustmas .christmas_nav .nav-content .nav-item {
  width: 100%;
  cursor: pointer;
  background: linear-gradient(0deg, #046f43 0%, #2d9d6f 100%);
  border-radius: 0.78125vw;
  padding: 2px;
  box-shadow: 0.15625vw 0.19531vw 0.46875vw 0px rgba(123, 8, 5, 0.38);
}

#chrustmas .christmas_nav .nav-content .nav-item .nav-item-bg {
  background: linear-gradient(0deg, #02452c 0%, #047747 100%);
  border-radius: 0.78125vw;
  padding: 0.46875vw 0;
}

#chrustmas .christmas_nav .nav-content .nav-item .nav-item-bg .nav-item-text {
  font-size: 1.09375vw;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
}

#chrustmas .christmas_nav .nav-content .nav-item:hover .nav-item-bg .nav-item-text {
  color: #fff266;
}

#chrustmas .christmas_nav .nav-content .nav-item:last-child {
  background: none;
  position: relative;
  border: none;
  box-shadow: none;
  border-radius: none;
}

#chrustmas .christmas_nav .nav-content .nav-item:last-child .nav-item-off {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  font-weight: 700;
  font-size: 1.09375vw;
  color: #d4231e;
}

#chrustmas .christmas_nav .nav-content .nav-item:last-child .nav-item-off span {
  font-size: 1.79687vw;
}

@media screen and (max-width: 1080px) {
  #chrustmas .img_pc {
    display: none;
  }
  #chrustmas .img_h5 {
    display: inline-block;
  }
  #chrustmas .part1 .part1-title {
    padding: 0.18519vw;
    top: 22.5%;
  }
  #chrustmas .part1 .part1-title > h4 {
    font-size: 4.44444vw;
    padding: 0.92593vw 4.62963vw;
  }
  #chrustmas .part1 .part-text {
    top: 78%;
  }
  #chrustmas .part1 .part-text > p {
    font-size: 2.96296vw;
    line-height: 1.625;
  }
  #chrustmas .part3 .part3-content {
    width: 100%;
    left: 0;
    padding: 0 1.85185vw;
    top: 6.66667vw;
  }
  #chrustmas .part3 .part3-content .part3-title > img {
    width: 9.72222vw;
    margin-right: 1.66667vw;
  }
  #chrustmas .part3 .part3-content .part3-title > h3 {
    font-size: 6.2963vw;
    margin-top: 2.77778vw;
  }
  #chrustmas .part3 .part3-content .part3-prize {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4.81481vw;
  }
  #chrustmas .part3 .part3-content .part3-prize .prize-item {
    width: 49.2%;
    margin-right: 0;
    line-height: 1.3125;
    top: 74%;
  }
  #chrustmas .part3 .part3-content .part3-prize .prize-item > p {
    font-size: 2.96296vw;
  }
  #chrustmas .part3 .part3-content .part3-prize .prize-item:last-child {
    width: 100%;
    margin-top: 1.85185vw;
  }
  #chrustmas .part3 .part3-content .part3-prize .prize-item:last-child > p {
    width: 40%;
    left: 56%;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
  }
  #chrustmas .part3 .part3-content .part3-mintitle {
    font-size: 5.37037vw;
    margin-top: 9.62963vw;
  }
  #chrustmas .part3 .part3-content .part3-time {
    font-size: 3.88889vw;
    border: 0.27778vw solid #b5212b;
    margin-top: 3.88889vw;
  }
  #chrustmas .part3 .part3-content .part3-lvietitle {
    margin-top: 7.03704vw;
  }
  #chrustmas .part3 .part3-content .part3-lvietitle > img {
    width: 11.48148vw;
    margin-right: 2.22222vw;
  }
  #chrustmas .part3 .part3-content .part3-lvietitle > h3 {
    font-size: 5.74074vw;
    margin-top: 0;
  }
  #chrustmas .part3 .part3-content .part3-lviprize {
    margin-top: 2.40741vw;
  }
  #chrustmas .part3 .part3-content .part3-lviprize .prize-item {
    width: 50%;
  }
  #chrustmas .part3 .part3-content .part3-lviprize .prize-item > p {
    font-size: 2.96296vw;
    top: 70%;
  }
  #chrustmas .part3 .part3-content .part3-lviprize .prize-item:last-child {
    width: 50%;
    margin-top: 0;
  }
  #chrustmas .part3 .part3-content .part3-lviprize .prize-item:last-child > p {
    width: 92%;
    left: 4%;
    transform: initial;
    text-align: center;
    top: 70%;
  }
  #chrustmas .part3 .part3-content .part3-btn {
    margin-top: 6.48148vw;
  }
  #chrustmas .part3 .part3-content .part3-btn > img {
    width: 44.25926vw;
  }
  #chrustmas .part3 .part3-content .part3-btn > p {
    font-size: 3.33333vw;
  }
  #chrustmas .part4 .part4-content {
    top: 5.8%;
  }
  #chrustmas .part4 .part4-content > img {
    width: 100%;
    margin-bottom: 2.31481vw;
  }
  #chrustmas .part4 .part4-content .part4-title > h4 {
    font-size: 4.07407vw;
  }
  #chrustmas .part4 .part4-content .part4-time {
    font-size: 2.96296vw;
    margin-top: 4.16667vw;
  }
  #chrustmas .part4 .part4-btn {
    top: 24%;
  }
  #chrustmas .part4 .part4-btn > img {
    width: 46.38889vw;
  }
  #chrustmas .part4 .part4-btn > p {
    font-size: 3.88889vw;
  }
  #chrustmas .part4 .part4-prize {
    width: 96%;
    top: 42.4%;
  }
  #chrustmas .part4 .part4-prize .part4-prizetitle {
    top: 4.81481vw;
  }
  #chrustmas .part4 .part4-prize .part4-prizetitle > img {
    width: 4.53704vw;
    margin-right: 3.33333vw;
  }
  #chrustmas .part4 .part4-prize .part4-prizetitle > h3 {
    font-size: 6.2963vw;
  }
  #chrustmas .part4 .part4-prize .prize-list {
    top: 22.03704vw;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #chrustmas .part4 .part4-prize .prize-list .prize-item {
    width: 48%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  #chrustmas .part4 .part4-prize .prize-list .prize-item .prize-text .prize-title {
    font-size: 4.44444vw;
  }
  #chrustmas .part4 .part4-prize .prize-list .prize-item .prize-text .prize-desc {
    font-size: 3.51852vw;
  }
  #chrustmas .part4 .part4-prize .prize-list .prize-item .prize-name {
    font-size: 2.96296vw;
    top: 80%;
  }
  #chrustmas .part4 .part4-prize .prize-list .prize-item:last-child .prize-name {
    top: 80%;
  }
  #chrustmas .part5 .part5-content {
    width: 90%;
    left: 5%;
    top: 5.5%;
  }
  #chrustmas .part5 .part5-content .part5-title {
    margin-bottom: 1.66667vw;
  }
  #chrustmas .part5 .part5-content .part5-title .part5-title-text2 {
    font-size: 6.66667vw;
  }
  #chrustmas .part5 .part5-content .part5-desc {
    padding: 1.11111vw 5.55556vw;
    border-radius: 4.62963vw;
  }
  #chrustmas .part5 .part5-content .part5-desc .part5-desc-text1 {
    font-size: 3.33333vw;
  }
  #chrustmas .part5 .part5-content .part5-desc .part5-desc-text2 {
    font-size: 5vw;
  }
  #chrustmas .part5 .part5-content .part5-desc .part5-desc-text2 > span {
    font-size: 6.48148vw;
  }
  #chrustmas .part5 .part5-content .part5-time {
    font-size: 2.96296vw;
    color: #ffffff;
    margin-top: 1.85185vw;
  }
  #chrustmas .part5 .part5-content .part5-btn {
    display: none;
  }
  #chrustmas .part5 .part5-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80%;
    cursor: pointer;
    display: inline-block;
  }
  #chrustmas .part5 .part5-btn > img {
    width: 41.66667vw;
  }
  #chrustmas .part5 .part5-btn > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.51852vw;
    color: #ffffff;
    font-weight: 700;
    width: max-content;
  }
  #chrustmas .part5 .part5-desc-text3 {
    font-size: 2.59259vw;
    bottom: 3.7037vw;
  }
}

@media screen and (max-width: 520px) {
  #chrustmas .part1 .part-text > p {
    font-size: 12px;
  }
  #chrustmas .part3 .part3-content .part3-prize .prize-item > p {
    font-size: 12px;
  }
  #chrustmas .part3 .part3-content .part3-lviprize .prize-item:last-child > p {
    font-size: 12px;
  }
  #chrustmas .part4 .part4-content .part4-time {
    font-size: 12px;
  }
  #chrustmas .part4 .part4-prize .prize-list .prize-item .prize-name {
    font-size: 12px;
  }
  #chrustmas .part5 .part5-content .part5-time {
    font-size: 12px;
  }
  #chrustmas .part5 .part5-desc-text3 {
    font-size: 12px;
  }
}
