@charset "UTF-8";
:root {
  --PV-eslite: #df0817;
}

html {
  scroll-behavior: smooth;
  background: url("../images/bg_radial.png") top center fixed no-repeat, url("../images/bg_green500.png");
}

@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
    background: url("../images/bg_radial.png") top center repeat;
    background-size: 300vw;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* ------------------ kv ------------------ */
.kv_pc {
  position: relative;
}
.kv_pc .kv_items {
  position: absolute;
}
.kv_pc .kv_bg {
  width: 100%;
}
.kv_pc img {
  width: 100%;
}
.kv_pc .kv_title {
  top: 27.125%;
  left: 31.71875%;
  width: 39.0625%;
}
.kv_pc .kv_sale {
  top: 69.75%;
  left: 22.03125%;
  width: 55.9895833333%;
}
.kv_pc .kv_ribbon1 {
  top: 33.875%;
  left: 10.3645833333%;
  width: 2.7604166667%;
  animation: jello 1.2s 0s infinite ease-in-out;
}
.kv_pc .kv_ribbon4 {
  top: 16.375%;
  right: 28.59375%;
  width: 3.2291666667%;
  animation: jello 1.2s -0.3s infinite ease-in-out;
}
.kv_pc .kv_ribbon6 {
  top: 54.625%;
  right: 9.7916666667%;
  width: 3.2291666667%;
  animation: jello 1.2s -0.6s infinite ease-in-out;
}
.kv_pc .kv_worker {
  top: 11.25%;
  left: 13.125%;
  width: 21.71875%;
  animation: ani01 1s ease-in-out -0.5s infinite;
}
.kv_pc .kv_student {
  top: 20%;
  right: 13.4895833333%;
  width: 19.21875%;
  animation: ani01 1s ease-in-out -1s infinite;
}
.kv_pc .kv_yellow1 {
  background: #f0eabe;
  top: 90.625%;
  left: 16.6666666667%;
  width: 66.1458333333%;
  height: 1.25%;
}
.kv_pc .kv_yellow2 {
  background: #f0eabe;
  border-top: 4px solid #000;
  top: 90.625%;
  left: 17.1875%;
  width: 65.625%;
  height: 1.25%;
}

.kv_m {
  position: relative;
}
.kv_m .kv_items {
  position: absolute;
}
.kv_m img {
  width: 100%;
}
.kv_m .kv_sale_m {
  top: 55vw;
  left: 2vw;
  width: 95vw;
}

@keyframes ani01 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------ title ------------------ */
.titleC {
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  width: 1200px;
}
.titleC h2 {
  font-size: 65px;
  font-weight: 700;
  color: #000;
  position: relative;
  z-index: 3;
  margin: 25px auto 0;
  pointer-events: none;
}
.titleC h2 span {
  border: 4px solid #000;
  border-radius: 100px;
  padding: 0 18px 5px;
  margin: 0 -6px;
}
.titleC h2 span:nth-child(odd) {
  background: #fd8682;
}
.titleC h2 span:nth-child(even) {
  background: #f0eabe;
}
.titleC .info_cta1 {
  position: absolute;
  top: -15px;
  right: 220px;
  transition-duration: 0.3s;
  z-index: 2;
}
.titleC .info_cta1:hover {
  transform: scale(0.98);
}
.titleC h4 {
  font-size: 40px;
  font-weight: 700;
  background: #000;
  color: #fff;
  padding: 15px 60px 20px;
  border-radius: 50px;
  margin: 40px 0 -80px;
}
.titleC .info_cta2 {
  position: absolute;
  top: 5px;
  right: 380px;
  transition-duration: 0.3s;
  z-index: 2;
}
.titleC .info_cta2:hover {
  transform: scale(0.98);
}
.titleC .h3_box {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 10px 10px;
  border-radius: 0 0 30px 30px;
  margin: -17px auto 10px;
  z-index: 3;
}
.titleC .h3_box h3 {
  background: #fff;
  border: 2px solid #000;
  border-top: none;
  padding: 5px 10px 10px;
  border-radius: 0 0 20px 20px;
  font-weight: 700;
  font-size: 45px;
}
.titleC .h3_box h3 span.strong {
  color: #df0817;
  font-weight: 900;
}
.titleC .h3_box h3::before {
  content: "";
  width: 75px;
  height: 25px;
  display: inline-block;
  background: url(../images/titleH3_stars.svg) top center no-repeat;
  padding: 0 15px 5px;
  box-sizing: content-box;
}
.titleC .h3_box h3::after {
  content: "";
  width: 75px;
  height: 25px;
  display: inline-block;
  background: url(../images/titleH3_stars.svg) top center no-repeat;
  padding: 0 15px 5px;
  box-sizing: content-box;
}

.half ul h3 {
  background: url(../images/titleH4.png) top center no-repeat;
  padding: 7px 0;
  color: #fff;
}

.special_5p_1 .title_AA h2 {
  background: url(../images/titleH4_special.png) top center no-repeat;
  padding: 2px 0 15px;
  top: 10px;
  color: #fff;
  letter-spacing: 20px;
}

@media screen and (max-width: 991px) {
  .titleC {
    width: 100vw;
  }
  .titleC h2 {
    font-size: 9vw;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 3;
    margin: 15px auto 0;
  }
  .titleC h2 span {
    border: 2px solid #000;
    border-radius: 100px;
    padding: 0 2.5vw 1vw;
    margin: 0 -1vw;
  }
  .titleC .info_cta1 {
    width: 16vw;
    top: -2vw;
    right: 5vw;
  }
  .titleC .info_cta1 img {
    width: 100%;
  }
  .titleC h4 {
    font-size: 7vw;
    padding: 3vw 15vw 4vw;
    margin: 5vw 0 -10vw;
  }
  .titleC .info_cta2 {
    width: 16vw;
    top: 3vw;
    right: 15vw;
  }
  .titleC .info_cta2 img {
    width: 100%;
  }
  .titleC .h3_box {
    padding: 0 1vw 1vw 1vw;
    margin: 0vw auto 10px;
    border-radius: 0 0 20px 20px;
    z-index: 3;
  }
  .titleC .h3_box h3 {
    padding: 2vw 2vw 3vw;
    border-radius: 0 0 15px 15px;
    font-size: 7vw;
  }
  .titleC .h3_box h3::before {
    content: "";
    width: 5vw;
    height: 2vw;
    display: inline-block;
    background: url(../images/titleH3_stars_m.svg) top center no-repeat;
    padding: 2vw 15px 1vw 0;
    box-sizing: content-box;
    background-size: contain;
  }
  .titleC .h3_box h3::after {
    content: "";
    width: 5vw;
    height: 2vw;
    display: inline-block;
    background: url(../images/titleH3_stars_m.svg) top center no-repeat;
    padding: 2vw 0 1vw 15px;
    box-sizing: content-box;
    background-size: contain;
  }
  .crosswise_3p .h3_box {
    margin: -2vw auto 10px;
  }
  .half ul h3 {
    background: url(../images/titleH4_m.png) top center no-repeat;
    background-size: contain;
    padding: 2vw 0;
    font-size: 7vw;
  }
  .special_5p_1 .title_AA h2 {
    background: url(../images/titleH4_m.png) top center no-repeat;
    background-size: contain;
    padding: 2vw 0;
    top: 0;
    letter-spacing: 0;
    font-size: 7vw;
  }
}
/* ------------------ 區塊背景 ------------------ */
.bg_1200 {
  width: 1200px;
  margin: 60px auto 140px;
  padding: 0;
  background: url(../images/bg1200_yellow.png) top center repeat-y;
}
.bg_1200::before {
  content: "";
  width: 1200px;
  height: 70px;
  display: block;
  position: relative;
  top: -70px;
  margin: 0 auto -70px;
  background: url(../images/bg1200_yellow_before.png) top center no-repeat;
}
.bg_1200::after {
  content: "";
  width: 1200px;
  height: 30px;
  display: block;
  position: relative;
  bottom: -30px;
  margin: -30px auto 0;
  background: url(../images/bg1200_yellow_after.png) top center no-repeat;
}

.bg_1200.green {
  background: url(../images/bg1200_green.png) top center repeat-y;
}
.bg_1200.green::before {
  background: url(../images/bg1200_green_before.png) top center no-repeat;
}
.bg_1200.green::after {
  background: url(../images/bg1200_green_after.png) top center no-repeat;
}

.bg_1200.red {
  background: url(../images/bg1200_red.png) top center repeat-y;
}
.bg_1200.red::before {
  background: url(../images/bg1200_red_before.png) top center no-repeat;
}
.bg_1200.red::after {
  background: url(../images/bg1200_red_after.png) top center no-repeat;
}

.bg_1200:last-child {
  margin-bottom: 90px;
}

.bg_1200.space_short {
  margin-bottom: 50px;
}

.bg_1200.space_short2 {
  margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
  .bg_1200,
  .bg_1200.green,
  .bg_1200.red {
    width: 100%;
    background-size: 100vw;
    margin: 5vw auto 10vw;
  }
  .bg_1200::before,
  .bg_1200.green::before,
  .bg_1200.red::before {
    width: 100%;
    height: 5vw;
    background-size: 100vw;
    top: -5vw;
    margin: 0 auto -5vw;
    transform: translateY(1px);
  }
  .bg_1200::after,
  .bg_1200.green::after,
  .bg_1200.red::after {
    width: 100%;
    height: 5vw;
    background-size: 100vw;
    bottom: -5vw;
    margin: -5vw auto 0;
    transform: translateY(-1px);
  }
  .bg_1200:last-child {
    margin-bottom: 8vw;
  }
  .bg_1200.space_short {
    margin-bottom: 5vw;
  }
  .bg_1200.space_short2 {
    margin-bottom: 8vw;
  }
}
section:nth-child(2n+1) {
  background: url(../images/bg_orange_pattern.png) top center;
  width: 100%;
  margin: 35px auto;
  position: relative;
  z-index: 2;
}
section:nth-child(2n+1)::before {
  content: "";
  width: 1920px;
  height: 35px;
  display: block;
  background: url(../images/bg_orange_wave_before.png) top center no-repeat;
  position: relative;
  top: -34px;
  margin: 0 auto -34px;
}
section:nth-child(2n+1)::after {
  content: "";
  width: 1920px;
  height: 35px;
  display: block;
  background: url(../images/bg_orange_wave_after.png) top center no-repeat;
  position: relative;
  bottom: -34px;
  margin: -34px auto 0;
}

section.promotion_container {
  background: url(../images/bg_green_pattern.png) top center;
}
section.promotion_container::before {
  background: url(../images/bg_green_wave_before.png) top center no-repeat;
}
section.promotion_container::after {
  background: url(../images/bg_green_wave_after.png) top center no-repeat;
}

@media screen and (max-width: 991px) {
  section:nth-child(2n+1) {
    width: 100vw;
    background: url(../images/bg_orange.png) top center repeat;
    margin: 4vw auto;
  }
  section:nth-child(2n+1)::before {
    width: 100vw;
    background: url(../images/bg_orange_wave_before_m.png) top center no-repeat;
    height: 4vw;
    top: -3vw;
    margin: 0 auto -3vw;
    background-size: contain;
  }
  section:nth-child(2n+1)::after {
    width: 100vw;
    background: url(../images/bg_orange_wave_after_m.png) top center no-repeat;
    background-size: contain;
  }
  section.promotion_container {
    width: 100vw;
    background: url(../images/bg_green400.png) top center repeat;
  }
  section.promotion_container::before {
    width: 100vw;
    background: url(../images/bg_green_wave_before_m.png) top center no-repeat;
    background-size: contain;
  }
  section.promotion_container::after {
    width: 100vw;
    background: url(../images/bg_green_wave_after_m.png) top center no-repeat;
    background-size: contain;
  }
}
/* ------------------  攻略  ------------------ */
.promotion_box {
  margin: 0 auto;
}
.promotion_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.promotion_box ul ul.cloumn_box {
  flex-direction: column;
}
.promotion_box ul ul.cloumn_box li:first-child {
  padding-top: 28px;
}
.promotion_box ul.background_red {
  background: url(../images/promotion_items/promotion_0815_B_row2_box.png) center no-repeat;
  padding: 60px 0 20px;
  margin: 50px auto 10px;
  border-radius: 10px;
  width: 1100px;
}

.promotion_box.padding-long {
  padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .promotion_box {
    margin: 2vw auto;
  }
  .promotion_box ul {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
  }
  .promotion_box ul li {
    width: 96vw;
  }
  .promotion_box ul li img {
    width: 96vw;
  }
  .promotion_box ul li.half {
    width: 47vw;
  }
  .promotion_box ul li.half img {
    width: 47vw;
  }
  .promotion_box ul ul.cloumn_box {
    flex-direction: row;
    order: 1;
  }
  .promotion_box ul ul.cloumn_box li:first-child {
    padding-top: 0;
  }
  .promotion_box ul.background_red {
    background: url(../images/promotion_items/promotion_0815_B_row2_box.png) top center no-repeat;
    padding: 10vw 0 0;
    margin: 3vw auto 2vw;
    border-radius: 10px;
    width: 98vw;
  }
  .promotion_box.space_top {
    margin: 0 auto;
  }
  .promotion_box.padding-long {
    padding-bottom: 2vw;
  }
}
/* ------------------ 安全字 ------------------ */
.notice {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 3vw;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #5a5a5a;
  font-weight: 300;
}

/* ------------------ 改色 ------------------ */
.half ul,
.recommend_2p li {
  background: rgba(206, 192, 84, 0.3921568627);
  border-radius: 10px;
}

.collect_5x6 .s-row h4,
.collect_5x6 .special,
.toptitle .font h4,
.keywordC .round_5p .font,
.hightlight_5p .font h4,
.special_5p_1 .hightlight_5p ul li h4,
.hightlight .font h4,
.triple .font h4 {
  background: #df0817;
}

.slick5itam-2 h4,
.slick5itam-2 p {
  color: #000;
}

/* ------------------ 版型調整 ------------------ */
.banner {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .slickbg .regular4item .slick-slide img {
    width: 100%;
    height: 278px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#sp3_swiper .sp3_item .txt {
  height: 75px;
  padding: 10px 10px 12px;
}

.crosswise_3p.bg_style1 {
  background: url(../images/crosswise_bg1.png) top center no-repeat;
}

.crosswise_3p.bg_style2 {
  background: url(../images/crosswise_bg2.png) top center no-repeat;
}

.crosswise_title h4 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding-top: 55px;
  letter-spacing: 3px;
}

@media screen and (max-width: 998px) {
  .crosswise_3p.bg_style1,
  .crosswise_3p.bg_style2 {
    background: none;
  }
  .slickbg {
    margin-top: 10px;
  }
  .special_5p_1 {
    margin: 5px auto;
  }
  #sp3_swiper .sp3_item .type {
    padding: 0.3em 0.5em;
  }
}
/*# sourceMappingURL=style.css.map */