@charset "utf-8";

:root {
  --animate-delay: 0.25s;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-repeat: repeat;
  font-family: Roboto, arial, "Noto Sans TC", "Microsoft JhengHei", "sans",
    "sans-serif";
  background-color: #fff;
}

.kongfixed {
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 30px;
  left: auto;
  top: auto;
}

.kongfixed span {
  padding: 12px 18px;
  font-size: 14px;
  color: #fff;
  background-color: #e94941;
  border-radius: 100px;
  margin-bottom: 9px;
}

.kongfixed span:hover {
  background-color: #cb2219;
}

.kongfixed3 {
  z-index: 100;
  position: fixed;
  bottom: 20px;
  right: 30px;
  left: auto;
  top: auto;
}

.kongfixed3 span {
  padding: 12px 18px;
  font-size: 14px;
  color: #fff;
  background-color: #e94941;
  border-radius: 100px;
  margin-bottom: 9px;
}

/* ---------------------------------------- */
.content {
  background: url(../img/road.jpg) no-repeat center 620px;
  background-color: #ffebce !important;
  background-size: cover;
}

.Wrapper-game-topbanner .game_object01 {
  position: absolute;
  top: 4.9vw;
  left: calc(25% - 15.4vw);
  width: 80vw;
}

@media (max-width: 1600.98px) {
  .content {
    background: url(../img/road.jpg) no-repeat center 600px;
  }

  .Wrapper-game-topbanner .game_object01 {
    top: 7vw;
    left: calc(42% - 15.4vw);
    width: 45vw;
  }
}

@media (max-width: 1500.98px) {
  .content {
    background: url(../img/road.jpg) no-repeat center 550px;
  }
}

@media (max-width: 1400.98px) {
  .content {
    background: url(../img/road.jpg) no-repeat center 500px;
  }
}

@media (max-width: 1199.98px) {
  .content {
    background: url(../img/road.jpg) no-repeat center 400px;
  }

  .Wrapper-game-topbanner .game_object01 {
    top: 9vw;
    left: calc(40% - 15.4vw);
    width: 50vw;
  }
}

@media (max-width: 991.98px) {
    .content {
        background: url(../img/road.jpg) no-repeat center 250px;
        background-size: contain;
    }

    .goal{
        display: none;
    }
}

@media (max-width: 768.98px) {
  .content {
    background: none;
  }

  .Wrapper-game-topbanner .game_object01 {
    top: 15vw;
    left: calc(30.1% - 15.4vw);
    width: 70vw;
  }
}

@media (max-width: 579.98px) {
  .Wrapper-game-topbanner .game_object01 {
    top: 20vw;
    left: calc(36.5% - 15.4vw);
    width: 60vw;
  }
}

@media (max-width: 375.98px) {
  .Wrapper-game-topbanner .game_object01 {
    top: 25vw;
  }
}

.Wrapper-game-topbanner .game_object04 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.Wrapper-game-topsub {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 50px 15px;
}

.Wrapper-game-topsub .game_box {
  position: absolute;
  top: 8vw;
  left: 0;
  margin: 0 auto;
  width: 100vw;
}

.Wrapper-game-topsub .explain_ {
  margin-top: 0px;
  /* margin-bottom: 11vw; */
  color: #061023;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.Wrapper-game-topsub .explain_ span {
  color: #cc3939;
  font-weight: 900;
}

.Wrapper-game-topsub .game_object02 {
  left: calc(50% - 15px);
}

@keyframes float {
  from {
    top: 37.5vw;
  }

  to {
    top: 38vw;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.Wrapper-game-topsub .toeic_downarrow img {
  width: 60px;
  margin-top: -100px;
}

.Wrapper-game-topsub .toeic_downarrow {
  position: absolute;
  animation-name: float;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
}

@media (max-width: 1700.98px) {
  .Wrapper-game-topsub .toeic_downarrow img {
    margin-top: -20px;
  }
}

@media (max-width: 1500.98px) {
  .Wrapper-game-topsub .toeic_downarrow img {
    margin-top: 80px;
  }
}

@media (max-width: 1119.98px) {
  .Wrapper-game-topsub .explain_ img {
    width: 70vw;
  }

  .Wrapper-game-topsub .toeic_downarrow img {
    margin-top: 150px !important;
  }
}

@media (max-width: 991.98px) {
  .Wrapper-game-topsub .toeic_downarrow img {
    margin-top: -20px !important;
  }
}

@media (max-width: 768.98px) {
  .Wrapper-game-topsub {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 30px 15px;
    margin-bottom: 20px;
  }

  .Wrapper-game-topsub .game_box {
    top: 15vw;
  }

  .Wrapper-game-topsub .explain_ {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 693.98px) {
  .Wrapper-game-topsub .toeic_downarrow img {
    margin-top: 20px !important;
  }
}

@media (max-width: 579.98px) {
  .Wrapper-game-topsub .explain_ {
    font-size: 14px;
    margin-bottom: 0px;
  }
}

@media (max-width: 360.98px) {
  .Wrapper-game-topsub .explain_ {
    font-size: 13px;
  }
}

.Wrapper-toeic-b {
  position: relative;
  width: 100%;
  /* background: url(../img/bg_2.webp) scroll no-repeat center 0px / 187%; */
  background-color: #e8c393;
  padding: 80px 15px;
}

.Wrapper-toeic-b_bg_under {
  margin-top: -6px;
  height: 85px;
  background: url(../img/bg_2_under.webp) scroll no-repeat center 0px / 187%;
}

.Wrapper-toeic-b .title_ {
  width: 30vw;
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  background-color: #91402c;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
}

.Wrapper-toeic-b .title_ img {
  width: 60px;
  height: auto;
  margin-top: -30px;
  margin-right: 5px;
}

.modal-content {
  background: url(../img/coupon.svg) no-repeat center bottom;
  background-color: transparent !important;
  background-size: 100% auto;
}

.modal-header {
  border-bottom: none;
}

/* 
.Wrapper-toeic-b .title_::before {
    content: "";
    position: absolute;
    background-image: url(../img/font_underline_01.webp);
    background-position: center;
    height: 3px;
    width: 408px;
    bottom: 0;
    opacity: .54;
}

.Wrapper-toeic-b .title_::after {
    content: "";
    position: absolute;
    background-image: url(../img/font_underline_02.webp);
    background-position: center;
    height: 11px;
    width: 20px;
    bottom: -9px;
    left: calc(50% - 8.5px);
    opacity: .54;
} */

.Wrapper-toeic-b p.subtitle_ {
  font-size: 16px;
  color: #061023;
}

.Wrapper-toeic-b .swimring_ p {
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.Wrapper-toeic-b a > div > img {
  transform: rotate(0deg);
  transition: all ease-in-out 0.4s;
}

.Wrapper-toeic-b a:hover > div > img {
  transform: rotate(-9deg);
  transition: all ease-in-out 0.4s;
}

.Wrapper-toeic-b .tag_no1 {
  top: -30px;
  left: 2.9vw;
}

.Wrapper-toeic-b .tag_no2 {
  top: 30px;
  left: 9.5vw;
}

.Wrapper-toeic-b .tag_no2 p {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  color: #ff0000;
}

.Wrapper-toeic-b .tag_no2 p span {
  font-size: 48px;
}

.Wrapper-toeic-b .finger_ {
  /* bottom: -8px;
    right: 4.8vw; */
  width: 79px;
  animation-name: finger_;
  animation-duration: 0.25s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
}

@keyframes finger_ {
  from {
    bottom: 0px;
    right: 81px;
  }

  to {
    bottom: 4px;
    right: 85px;
  }
}

.Wrapper-toeic-c .title_ {
  font-weight: 600;
  font-size: 30px;
  color: #061023;
  position: relative;
  margin-bottom: 45px;
}

.Wrapper-toeic-c .title_::before {
  content: "";
  position: absolute;
  background-image: url(../img/font_underline_01.webp);
  background-position: center;
  height: 3px;
  width: 480px;
  bottom: 0;
  opacity: 0.38;
}

.Wrapper-toeic-c .title_::after {
  content: "";
  position: absolute;
  background-image: url(../img/font_underline_02.webp);
  background-position: center;
  height: 11px;
  width: 20px;
  bottom: -9px;
  left: calc(50% - 13.6px);
  opacity: 0.38;
}

.Wrapper-toeic-c .subtitle_ {
  width: 100vw;
  font-weight: 600;
  font-size: 24px;
  color: #061023;
  position: relative;
  padding-left: 57px;
  margin-bottom: 0;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0)
  );
  background-position: 20px center;
}

.Wrapper-toeic-c .subtitle_ span {
  color: #00938d;
}

.Wrapper-toeic-c .subtitle_ img {
  width: 2vw;
}

.Wrapper-toeic-c .subtitle_::before {
  content: "";
  top: -10px;
  left: 12px;
  background-image: url(../img/subtitle_icon_point.gif);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 36px;
  height: 46px;
}

.Wrapper-toeic-d {
  background-color: #f6bd9c;
}

.Wrapper-toeic-d .title_ {
  font-weight: 600;
  font-size: 24px;
  color: #061023;
}

.Wrapper-toeic-d li {
  font-size: 13px;
  color: #061023;
}

.Wrapper-toeic-d p {
  font-size: 13px;
  color: #061023;
}

.Wrapper-toeic-d p span{
  font-weight: 900;
}

.Wrapper-toeic-d p a {
  cursor: pointer;
  color: #0000ff;
  text-decoration: underline;
}

/*-----------------影音課程----------*/
.col-group-video-card,
.col-group-video-card_2 {
  background: #fff;
  padding: 5px;
}

.col-group-video-card a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  align-items: stretch;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
  height: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.15s;
}

.col-group-video-card_2 a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  align-items: stretch;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  height: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: 0.15s;
}

.col-group-video-card_2 a[class*="_bg_gray"] {
  background-color: #f8f8f8;
}

.col-group-video-card-img {
  height: 169px;
  overflow: hidden;
  border-radius: 3px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: 0.25s;
  background-color: var(--color-bg-secondary-3);
}

.col-group-video-card-img_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 169px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: 0.25s;
  background-color: var(--color-bg-secondary-3);
}

.col-group-video-card-fico {
  color: #9b9b9b;
  font-size: 18px;
  transition: color 0.2s ease-in-out;
  padding-right: 6px;
}

.col-group-video-card-score {
  font-size: 12px;
  color: #a1a1a1;
}

.col-group-video-card-head {
  position: relative;
}

.col-group-video-card-body {
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

/*-----------------影音課程↑↑↑↑----------*/
.link-button {
  opacity: 1;
  border-radius: 50rem;
  padding: 6px 18px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}

.link-button[class*="blue_"] {
  background-color: #17b6ab;
}

.link-button[class*="green_"] {
  background-color: #6b9d49;
}

.link-button[class*="orange_"] {
  background-color: #f17e3a;
}

.link-button:hover {
  color: #fff;
  opacity: 0.8;
}

.col-group-video-card_2 .link-button_w {
  opacity: 1;
  margin: 15px 0;
  border-radius: 0.25rem;
  width: 50%;
  padding: 6px 0px;
  background-color: rgba(255, 255, 255, 0);
  text-align: center;
  font-size: 16px;
  border: 1px solid #664348;
  color: #664348;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}

.col-group-video-card_2 .link-button_w:hover {
  transform: unset;
  opacity: 0.8;
}

.col-group-video-card_2 .link-button_buy {
  opacity: 1;
  margin: 15px 0;
  border-radius: 0.25rem;
  width: 50%;
  padding: 6px 0px;
  background-color: #fd4b6e;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fd4b6e;
  color: #fff;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}

.col-group-video-card_2 .link-button_buy:hover {
  transform: unset;
  opacity: 0.8;
}

.Wrapper-toeic-c .link-button_more {
  opacity: 1;
  border-radius: 50rem;
  padding: 9px 20px;
  background-color: #00938d;
  text-align: center;
  font-size: 16px;
  border: 1px solid #00938d;
  color: #fff;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
}

.Wrapper-toeic-c .link-button_more:hover {
  opacity: 0.8;
}

.link-button_ok {
  opacity: 1;
  width: 80%;
  border-radius: 5px;
  padding: 9px 20px;
  background-color: #f39800;
  text-align: center;
  font-size: 16px;
  border: 1px solid #f39800;
  color: #fff;
  font-weight: 500;
  transition: all ease-in-out 0.2s;
  margin: 0 auto;
  margin-bottom: 30px;
}

.link-button_ok:hover {
  opacity: 0.87;
  color: #fff;
}

/* -------------------------- */
.modal-header.kong {
  background-color: #fd4b6e;
}

.modal-header.kong p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.modal-body.kong .h3 {
  color: #ff0000;
  font-weight: 600;
  font-size: 72px;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-top: -40px;
}

.modal-body.kong .h3 span {
  font-size: 36px;
}

.modal-body.kong p {
  color: #fd4b6e;
  font-size: 16px;
}

.modal-body.kong li {
  color: #061023;
  font-size: 15px;
}

.modal-body.kong .coupon_ {
  font-size: 18px;
  padding: 0 3px;
  margin-top: 10px;
}

@media (max-width: 1600.98px) {
  .Wrapper-toeic-b .title_ {
    width: 35vw;
  }
}

@media (max-width: 1400.98px) {
  .Wrapper-toeic-b .title_ {
    width: 35vw;
  }
}

@media (max-width: 1399.98px) {
  .Wrapper-toeic-b .title_ {
    width: 40vw;
    font-size: 27px;
  }

  .Wrapper-toeic-c .title_ {
    font-size: 27px;
  }

  .Wrapper-toeic-c .title_::before {
    width: 432px;
  }

  .Wrapper-summer-topbanner .explain_ {
    margin-bottom: 0;
  }

  .Wrapper-summer-topbanner .summer_object01 {
    top: 7.7vw;
    left: calc(50% - 16.2vw);
    width: 32vw;
  }

  .Wrapper-summer-topbanner .summer_object02 {
    top: 28vw;
  }

  .Wrapper-summer-topbanner .toeic_downarrow img {
    width: 20px;
  }

  .Wrapper-summer-topbanner .summer_object03 {
    left: calc(50% - 10px);
  }

  .Wrapper-toeic-b {
    padding-top: 66px;
    padding-bottom: 15px;
    margin-top: -40px;
  }

  .col-group-video-card-img_2 {
    height: 147px;
  }

  .Wrapper-toeic-b .finger_ {
    /* bottom: -8px;
        right: 4.8vw; */
    width: 70px;
    animation-name: finger_;
    animation-duration: 0.25s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
  }

  @keyframes finger_ {
    from {
      bottom: 14px;
      right: 72px;
    }

    to {
      bottom: 17px;
      right: 75px;
    }
  }
}

@media (max-width: 1199.98px) {
  .Wrapper-summer-topbanner .explain_ span {
    font-size: 20px;
    color: #fd4b6e;
    font-weight: 900;
  }

  .Wrapper-toeic-b .tag_no1 {
    top: -20px;
    left: 2.4vw;
  }

  .Wrapper-toeic-b {
    padding-top: 66px;
    padding-bottom: 15px;
    margin-top: -30px;
  }

  .Wrapper-toeic-b .title_ {
    width: 42vw;
  }

  .col-group-video-card-img_2 {
    height: 122px;
  }
  .Wrapper-toeic-b .finger_ {
    width: 45px;
    animation-name: finger_;
    animation-duration: 0.25s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
  }
}

@media (min-width: 992px) {
  .col-group-video-card_2 a:hover {
    /* box-shadow: 0 2px 2px rgba(41, 47, 56, 0.1), 0 4px 4px rgba(41, 47, 56, 0.1), 0 8px 8px rgba(41, 47, 56, 0.1), 0 16px 16px rgba(41, 47, 56, 0.1), 0 32px 32px rgba(41, 47, 56, 0.1); */
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
  }

  .col-group-video-card_2
    a:hover
    > .col-group-video-card-head
    .col-group-video-card-img_2::after {
    content: "";
    opacity: 0;
  }

  .col-group-video-card_2
    a:hover
    > .col-group-video-card-head
    .col-group-video-card-img_2 {
    background-size: 105%;
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
  }
}

@media (max-width: 991.98px) {
  .Wrapper-summer-topbanner {
    background-image: url(../img/bg.webp);
    background-position: calc(50% - 1vw) -6px;
    background-repeat: no-repeat;
    background-size: 150%;
    height: 63vw;
    position: relative;
    background-color: #fff;
    width: 100%;
  }

  .Wrapper-summer-topbanner .summer_object01 {
    top: 10.2vw;
    left: calc(50% - 25.6vw);
    width: 50vw;
  }

  .Wrapper-summer-topbanner .explain_ {
    margin-top: 0px;
    color: #061023;
    font-size: 15px;
    font-weight: 600;
  }

  .Wrapper-toeic-b {
    padding-top: 60px;
    margin-top: -30px;
  }

  .Wrapper-summer-topbanner .summer_object02 {
    position: absolute;
    width: 340px;
    top: 42vw;
    left: calc(50% - 170px);
  }

  .Wrapper-toeic-b_bg_under {
    margin-top: -3px;
    height: 60px;
  }

  .Wrapper-toeic-b .tag_no1 {
    top: -20px;
    left: 1.5vw;
    width: 100px;
  }

  .Wrapper-toeic-b .swimring_ p {
    font-size: 15px;
    color: #fff;
  }

  .Wrapper-toeic-b p.subtitle_ {
    font-size: 14px;
    color: #061023;
  }

  .Wrapper-toeic-b .title_ {
    width: 55vw;
  }

  .Wrapper-toeic-c .title_ {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .Wrapper-toeic-c .title_::before {
    width: 318px;
  }

  .Wrapper-toeic-c .title_::after {
    left: calc(50% - 13.7px);
  }

  .link-button {
    opacity: 1;
    border-radius: 50rem;
    padding: 6px 12px;
    text-align: center;
    font-size: 15px;
  }

  .col-group-video-card-img_2 {
    height: 189px;
  }

  @keyframes float {
    from {
      top: 54.4vw;
    }

    to {
      top: 55.1vw;
    }
  }
  .Wrapper-toeic-b .finger_ {
    width: 45px;
    bottom: 10px;
    right: 40px;
    animation-name: finger_;
    animation-duration: unset;
    animation-iteration-count: unset;
    animation-timing-function: unset;
    animation-direction: unset;
  }
}

@media (max-width: 767.98px) {
  .Wrapper-toeic-b .title_ {
    width: 65vw;
    font-size: 24px;
  }

  .Wrapper-summer-topbanner .explain_ {
    font-weight: 500;
  }

  .Wrapper-summer-topbanner .explain_ span {
    font-size: 18px;
    color: #fd4b6e;
    font-weight: 600;
  }

  .Wrapper-toeic-b .swimring_ p {
    font-size: 14px;
  }

  .Wrapper-toeic-b .tag_no1 {
    top: -10px;
    left: 1.5vw;
    width: 72px;
  }

  .col-group-video-card-img_2 {
    height: 138px;
  }
  .Wrapper-toeic-b .finger_ {
    bottom: 7px;
    right: 13px;
  }
}

@media (max-width: 639.98px) {
  .Wrapper-toeic-b .title_ {
    width: 75vw;
  }
}

@media (max-width: 575.98px) {
  .Wrapper-toeic-c .title_::before {
    width: 317px;
  }
  .modal-header.kong p {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }

  .modal-body.kong p {
    font-size: 20px;
  }

  .Wrapper-toeic-b .swimring_ p {
    font-size: 18px;
  }

  .Wrapper-toeic-b .tag_no1 {
    top: -10px;
    left: calc(50% - 150px);
    width: 120px;
  }

  .Wrapper-toeic-b .title_ {
    width: 90vw;
  }

  .Wrapper-toeic-c .title_::before,
  .Wrapper-toeic-c .title_::after {
    opacity: 1;
  }

  .Wrapper-toeic-c .title_::after {
    left: calc(50% - 14.5px);
  }

  .Wrapper-summer-topbanner {
    background-size: 330%;
    height: 110vw;
  }

  .Wrapper-summer-topbanner .summer_object01 {
    top: 20vw;
    left: calc(50% - 45.6vw);
    width: 90vw;
  }

  .Wrapper-summer-topbanner .summer_object02 {
    top: unset;
    bottom: calc(50% - 40vw);
  }

  .col-group-video-card-img_2 {
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .Wrapper-summer-topbanner .summer_object04 {
    position: absolute;
    width: 14vw;
    top: 14.5vw;
    left: calc(50% - 41.5vw);
  }

  .Wrapper-summer-topbanner .summer_object05 {
    position: absolute;
    width: 14vw;
    top: 72vw;
    left: calc(50% + 34vw);
  }
  .Wrapper-toeic-b .finger_ {
    width: 60px;
    bottom: 12px;
    right: calc(50% - 100px);
  }
}

@media (max-width: 425.98px) {
  .Wrapper-toeic-b .title_ {
    font-size: 18px;
  }

  .Wrapper-toeic-b .title_ img {
    width: 50px;
    height: auto;
    margin-top: -20px;
    margin-right: 5px;
  }
}

@media (max-width: 360px) {
  .Wrapper-summer-topbanner .explain_ {
    margin-top: 0px;
    color: #061023;
    font-size: 13px;
    font-weight: 500;
  }

  /* .Wrapper-toeic-b {
        padding-top: 54px;
        margin-top: -40px;
        background: url(../img/bg_2.webp) scroll no-repeat -81px 0px / 330%;
    } */

  .Wrapper-summer-topbanner .summer_object02 {
    width: 300px;
    left: calc(50% - 150px);
  }

  .Wrapper-toeic-c .title_::before,
  .Wrapper-toeic-c .title_::after {
    content: none;
  }
}
