.section-visual {
  background: #f24438;
  padding: 0;
}
.section-visual .inner.top {
  padding-top: 54px;
  background: #f24438;
}
.section-visual .titleBox p {
  margin-bottom: 12px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 30.963px;
  font-style: normal;
  font-weight: 500;
  line-height: 46.444px; /* 150% */
  letter-spacing: -1.415px;
}
.section-visual .titleBox strong {
  text-align: center;
}
.section-visual .titleBox strong img {
  margin: 0 auto;
  max-width: 350px;
}
.section-visual .imgBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 28px 0 44px 0;
}
.section-visual .imgBox .gifImg {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.section-visual .imgBox strong {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 150% */
  letter-spacing: -1.205px;
}
.section-visual .imgBox p {
  color: #fff;
  text-align: right;
  font-family: Pretendard;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.section-visual .imgBox p span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
}
.section-visual .textBox {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section-visual .textBox .desc {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: -0.944px;
}
.section-visual .textBox .noti {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 150% */
  letter-spacing: -0.589px;
}
.section-visual .textBox .highlight {
  display: inline-block;
  text-align: center;
  margin-top: 56px;
  color: #fff;
  font-family: Pretendard;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.461px;
}
.section-visual .textBox .info {
  display: inline-block;
  color: #fff;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px; /* 150% */
  letter-spacing: -0.589px;
}

/* section_02 */
.section_02 {
  padding: 70px 0 100px;
  text-align: center;
}

.section_02 .title span {
  color: #696969;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -2px;
}

.section_02 .title strong {
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 63px;
  letter-spacing: -2px;
}

.section_02 .image {
  padding: 45px 0 60px;
}

.section_02 .image img {
  display: inline-block;
}

.section_02 .txt {
  display: inline-block;
  position: relative;
  padding: 28px 45px;
  font-size: 25px;
  color: #696969;
  border-radius: 20px;
  background: #f2f6ff;
}

.section_02 .txt:before {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  top: -20px;
  background: url(/assets/images/img_09/09B/section_02_bubble_bg.png) no-repeat center top;
}

.section_02 .txt b {
  display: block;
  font-size: 28px;
  color: #292929;
}

.section_02 .player-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 66px 20px 0;
  box-sizing: border-box;
}

.section_02 .player-wrap .player {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}

.section_02 .player-wrap .player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fixed-btn button {
  animation: blinkBg 0.8s infinite;
}

@keyframes blinkBg {
  100% {
    background-color: #ed372a;
  }
  50% {
    background-color: #000;
  }
}
@media screen and (max-width: 760px) {
  .section-visual .inner.top {
    padding-top: 22px;
  }
  .section-visual .titleBox p {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 23px; /* 150% */
  }
  .section-visual .titleBox strong img {
    max-width: 176px;
  }
  .section-visual .imgBox {
    margin: 14px 0 22px 0;
  }
  .section-visual .imgBox .gifImg {
    width: 100%;
    max-width: 340px;
  }
  .section-visual .imgBox img {
    width: 120px;
  }
  .section-visual .imgBox strong {
    font-size: 14px;
    line-height: 20px; /* 150% */
  }
  .section-visual .imgBox p {
    font-size: 32px;
  }
  .section-visual .textBox .desc {
    font-size: 12px;
    line-height: 14px; /* 150% */
  }
  .section-visual .textBox .noti {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px; /* 150% */
  }
  .section-visual .textBox .highlight {
    margin-top: 28px;
    font-size: 22px;
    line-height: 24px;
  }
  .section-visual .textBox .info {
    font-size: 10px;
    line-height: 12px; /* 150% */
  }
  .section_02 {
    padding: 40px 0 60px;
  }
  .section_02 .title span {
    font-size: 18px;
  }
  .section_02 .title strong {
    font-size: 29px;
    line-height: 37px;
  }
  .section_02 .image {
    width: 65%;
    margin: 0 auto;
    padding: 8% 0 6%;
  }
  .section_02 .txt {
    padding: 15px 25px;
    font-size: 16px;
  }
  .section_02 .txt b {
    font-size: 18px;
  }
}/*# sourceMappingURL=styles.css.map */