@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
body {
  line-height: normal;
}

.debate-wrapper {
  position: relative;
  font-family: "Pretendard", "Malgun Gothic", "맑은고딕", sans-serif;
  overflow: hidden;
}

.debate-wrapper img {
  display: block;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.br-m-none {
  display: none;
}

@media screen and (min-width: 1200px) {
  .br-m-none {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .br-pc-none {
    display: none;
  }
}

.con1 {
  position: relative;
  padding: 104px 0 70px;
  background-color: #2d6ffa;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .con1 {
    padding: 240px 0 180px;
  }
  .con1::before {
    content: "";
    width: 178px;
    height: 249px;
    background: url(/resource/junior/img/debate/con1/icon.png) no-repeat center/contain;
    position: absolute;
    top: 91px;
    left: 0;
  }
}

.con1 .container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media screen and (min-width: 1200px) {
  .con1 .container {
    gap: 0;
    flex-direction: row;
  }
}

.con1 .container .left {
  flex: none;
  position: relative;
  z-index: 1;
}

.con1 .container .left .title-text {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
  margin-bottom: 14px;
}

@media screen and (min-width: 1200px) {
  .con1 .container .left .title-text {
    font-size: 40px;
    margin-bottom: 42px;
  }
}

.con1 .container .left .text-img {
  max-width: 312px;
  margin-bottom: 26px;
}

@media screen and (min-width: 1200px) {
  .con1 .container .left .text-img {
    max-width: 644px;
    margin-bottom: 64px;
  }
}

.con1 .container .left .fiy {
  font-size: 15px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .con1 .container .left .fiy {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 54px;
  }
}

.con1 .container .left .btn-list {
  display: flex;
  gap: 17px;
}

@media screen and (min-width: 1200px) {
  .con1 .container .left .btn-list {
    gap: 28px;
  }
}

.con1 .container .left .btn-list li {
  border-radius: 38px;
}

.con1 .container .left .btn-list li:nth-of-type(1) {
  background-color: #1d1d1d;
}

.con1 .container .left .btn-list li:nth-of-type(2) {
  border: 1px solid #fff;
}

.con1 .container .left .btn-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
}

@media screen and (min-width: 1200px) {
  .con1 .container .left .btn-list li a {
    padding: 24px 36px;
  }
}

.con1 .container .left .btn-list li a p {
  flex: none;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .con1 .container .left .btn-list li a p {
    font-size: 24px;
  }
}

.con1 .container .left .btn-list li a img {
  flex: none;
  width: 10px;
}

@media screen and (min-width: 1200px) {
  .con1 .container .left .btn-list li a img {
    width: 14px;
  }
}

.con1 .container .right {
  flex: none;
}

.con1 .container .right img {
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .con1 .container .right img {
    max-width: 606px;
  }
}

.con2 {
  padding: 100px 0 84px;
  background: url(/resource/junior/img/debate/con2/bg-m.png) no-repeat center/cover;
}

@media screen and (min-width: 1200px) {
  .con2 {
    padding: 136px 0 134px;
  }
}

.con2 .text-img {
  max-width: 240px;
  margin: 0 auto 16px;
}

@media screen and (min-width: 1200px) {
  .con2 .text-img {
    max-width: 412px;
    margin-bottom: 28px;
  }
}

.con2 .text0 {
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 24px;
}

.con2 .text0 span {
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .con2 .text0 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.con2 .icon {
  max-width: 332px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .con2 .icon {
    max-width: 718px;
  }
}

.con3 .reason1 .top {
  position: relative;
  padding: 50px 0;
  background-color: #051725;
}

.con3 .reason1 .top::before {
  content: "";
  width: 34px;
  height: 20px;
  background: url(/resource/junior/img/debate/con3/triangle.png) no-repeat center/contain;
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}

.con3 .reason1 .top .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .top .container {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
  }
}

.con3 .reason1 .top .container .text-img1 {
  max-width: 268px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .top .container .text-img1 {
    max-width: 396px;
  }
}

.con3 .reason1 .top .container .text-img2 {
  max-width: 96px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .top .container .text-img2 {
    max-width: 142px;
  }
}

.con3 .reason1 .bottom {
  padding: 66px 0 85px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .bottom {
    padding: 124px 0 134px;
  }
}

.con3 .reason1 .bottom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con3 .reason1 .bottom .container .text1 {
  font-weight: 700;
  color: #fff;
  padding: 10px 24px;
  background-color: #2d6ffa;
  border-radius: 34px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .bottom .container .text1 {
    font-size: 20px;
    padding: 12px 32px;
    margin-bottom: 22px;
  }
}

.con3 .reason1 .bottom .container .text2 {
  font-size: 30px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .bottom .container .text2 {
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 64px;
  }
}

.con3 .reason1 .bottom .container .text-img3 {
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .bottom .container .text-img3 {
    display: none;
  }
}

.con3 .reason1 .bottom .container ul {
  display: none;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .bottom .container ul {
    display: flex;
    gap: 50px;
  }
}

.con3 .reason1 .bottom .container ul li {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 246px;
  padding: 22px 30px;
  border-radius: 100%;
  aspect-ratio: 1/1;
}

.con3 .reason1 .bottom .container ul li:nth-child(odd) {
  background-color: #cdf0ec;
}

.con3 .reason1 .bottom .container ul li:nth-child(even) {
  background-color: rgba(45, 111, 250, 0.15);
}

.con3 .reason1 .bottom .container ul li img {
  max-width: 48px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .bottom .container ul li img {
    max-width: 118px;
  }
}

.con3 .reason1 .bottom .container ul li p {
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .con3 .reason1 .bottom .container ul li p {
    font-size: 28px;
    line-height: 33px;
  }
}

.con3 .reason2 {
  padding: 84px 0;
  background-color: #051725;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 {
    padding: 134px 0;
  }
}

.con3 .reason2 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con3 .reason2 .container .text1 {
  font-weight: 700;
  color: #fff;
  padding: 10px 24px;
  background-color: #2d6ffa;
  border-radius: 34px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container .text1 {
    font-size: 20px;
    padding: 12px 32px;
    margin-bottom: 22px;
  }
}

.con3 .reason2 .container .text2 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container .text2 {
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 64px;
  }
}

.con3 .reason2 .container ul {
  padding: 26px 22px 10px 22px;
  background-color: #fff;
  border-radius: 24px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container ul {
    display: flex;
    align-items: center;
    padding: 28px 32px;
  }
}

.con3 .reason2 .container ul li {
  padding: 30px 24px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container ul li {
    padding: 40px 84px;
  }
}

.con3 .reason2 .container ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container ul li div {
    gap: 8px;
    margin-bottom: 18px;
  }
}

.con3 .reason2 .container ul li div p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1d;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container ul li div p:nth-of-type(1) {
    font-size: 28px;
  }
}

.con3 .reason2 .container ul li div p:nth-of-type(2) {
  font-size: 20px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 20px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container ul li div p:nth-of-type(2) {
    font-size: 28px;
  }
}

.con3 .reason2 .container ul li div p:nth-of-type(2).input {
  color: #fff;
  background-color: #1d1d1d;
}

.con3 .reason2 .container ul li div p:nth-of-type(2).output {
  color: #1d1d1d;
  background-color: #feacff;
}

.con3 .reason2 .container ul li > p {
  color: #1d1d1d;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container ul li > p {
    font-size: 20px;
    line-height: 26px;
  }
}

.con3 .reason2 .container ul .top {
  position: relative;
  background-color: #ebebeb;
  border-radius: 20px;
}

.con3 .reason2 .container ul .top::before {
  content: "";
  width: 40px;
  height: 16px;
  background: url(/resource/junior/img/debate/con3/triangle2.png) no-repeat center/contain;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .con3 .reason2 .container ul .top::before {
    width: 30px;
    height: 46px;
    background: url(/resource/junior/img/debate/con3/triangle3.png) no-repeat center/contain;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -30px;
    transform: translateY(-50%);
  }
}

.con3 .reason3 {
  position: relative;
  padding: 84px 0 76px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 {
    padding: 134px 0 144px;
  }
}

.con3 .reason3::after {
  content: "";
  width: 54px;
  height: 54px;
  background: url(/resource/junior/img/debate/con3/plus.png) no-repeat center/contain;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .con3 .reason3::after {
    width: 90px;
    height: 90px;
    bottom: -45px;
  }
}

.con3 .reason3 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con3 .reason3 .container .text1 {
  font-weight: 700;
  color: #fff;
  padding: 10px 24px;
  background-color: #2d6ffa;
  border-radius: 34px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container .text1 {
    font-size: 20px;
    padding: 12px 32px;
    margin-bottom: 22px;
  }
}

.con3 .reason3 .container .text2 {
  font-size: 30px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  line-height: 40px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container .text2 {
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 28px;
  }
}

.con3 .reason3 .container .text3 {
  font-size: 18px;
  color: #2d6ffa;
  text-align: center;
  line-height: 25px;
  margin-bottom: 34px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container .text3 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 64px;
  }
}

.con3 .reason3 .container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 320px;
  margin: 0 auto 54px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container ul {
    max-width: 570px;
    gap: 90px;
    margin-bottom: 82px;
  }
}

.con3 .reason3 .container ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container ul li {
    gap: 18px;
  }
}

.con3 .reason3 .container ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container ul li div {
    gap: 10px;
  }
}

.con3 .reason3 .container ul li div img {
  width: 20px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container ul li div img {
    width: 34px;
  }
}

.con3 .reason3 .container ul li div p {
  font-size: 15px;
  font-weight: 500;
  color: #1d1d1d;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container ul li div p {
    font-size: 25px;
  }
}

.con3 .reason3 .container .all-feedback {
  max-width: 320px;
  margin: 0 auto;
  padding: 60px 0;
  background: url(/resource/junior/img/debate/con3/feedback-m-bg.png) no-repeat top center/320px 100%;
  border-radius: 25px;
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container .all-feedback {
    max-width: 100%;
    padding: 98px 140px;
    background: #dfe9ff url(/resource/junior/img/debate/con3/feedback-pc-bg.png) no-repeat top center/contain;
  }
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container .all-feedback .feedback-m-text {
    display: none;
  }
}

.con3 .reason3 .container .all-feedback .feedback-pc-text {
  display: none;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container .all-feedback .feedback-pc-text {
    display: block;
    max-width: 920px;
  }
}

.con3 .reason3 .container .all-feedback p {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  line-height: 28px;
}

@media screen and (min-width: 1200px) {
  .con3 .reason3 .container .all-feedback p {
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 34px;
  }
}

.con3 .program {
  padding: 64px 0 84px;
  background-color: #f5f7f9;
}

@media screen and (min-width: 1200px) {
  .con3 .program {
    padding: 146px 0 134px;
  }
}

.con3 .program ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .con3 .program ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 100%;
  }
}

.con3 .program ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 1200px) {
  .con3 .program ul li {
    gap: 16px;
    padding: 38px 30px 48px;
  }
}

.con3 .program ul li .icon {
  max-width: 152px;
}

@media screen and (min-width: 1200px) {
  .con3 .program ul li .icon {
    max-width: 130px;
    aspect-ratio: 1/1;
  }
}

@media screen and (min-width: 1200px) {
  .con3 .program ul li .icon.icon-m {
    display: none;
  }
}

.con3 .program ul li .icon.icon-pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .con3 .program ul li .icon.icon-pc {
    display: block;
  }
}

.con3 .program ul li p {
  font-size: 20px;
  color: #1d1d1d;
  text-align: center;
  line-height: 27px;
}

@media screen and (min-width: 1200px) {
  .con3 .program ul li p {
    font-size: 24px;
    line-height: 37px;
  }
}

.con3 .program ul li p span {
  font-weight: 700;
}

.con4 {
  background-color: #dfe9ff;
}

.con4 .top {
  padding: 84px 0 16px;
}

@media screen and (min-width: 1200px) {
  .con4 .top {
    padding: 134px 0 44px;
  }
}

.con4 .top .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con4 .top .container .text1 {
  display: inline-block;
  font-weight: 700;
  color: #2d6ffa;
  text-align: center;
  padding: 10px 22px;
  background-color: #fff;
  border-radius: 34px;
  margin-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .con4 .top .container .text1 {
    font-size: 20px;
    padding: 12px 32px;
    margin-bottom: 32px;
  }
}

.con4 .top .container .text2 {
  font-size: 30px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  line-height: 40px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1200px) {
  .con4 .top .container .text2 {
    font-size: 54px;
    line-height: 68px;
    margin-bottom: 72px;
  }
}

.con4 .top .container .graph {
  max-width: 320px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
  .con4 .top .container .graph {
    max-width: 514px;
    margin-bottom: 44px;
  }
}

.con4 .top .container ul {
  max-width: 220px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (min-width: 1200px) {
  .con4 .top .container ul {
    max-width: none;
    display: flex;
    justify-content: center;
    gap: 32px;
  }
}

.con4 .top .container ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}

@media screen and (min-width: 1200px) {
  .con4 .top .container ul li {
    gap: 12px;
  }
}

.con4 .top .container ul li div {
  flex: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

@media screen and (min-width: 1200px) {
  .con4 .top .container ul li div {
    width: 24px;
    height: 24px;
  }
}

.con4 .top .container ul li div.blue {
  background-color: #45bcfe;
}

.con4 .top .container ul li div.pink {
  background-color: #ff79bb;
}

.con4 .top .container ul li div.orange {
  background-color: #ff8519;
}

.con4 .top .container ul li div.yellow {
  background-color: #ffde2a;
}

.con4 .top .container ul li p {
  flex: none;
  font-size: 15px;
  color: #1d1d1d;
}

@media screen and (min-width: 1200px) {
  .con4 .top .container ul li p {
    font-size: 20px;
  }
}

.con4 .bottom {
  padding: 104px 0 84px;
  background: url(/resource/junior/img/debate/con4/bg-m.png) no-repeat top center/cover;
}

@media screen and (min-width: 1200px) {
  .con4 .bottom {
    padding: 200px 0 134px;
    background: url(/resource/junior/img/debate/con4/bg-pc.png) no-repeat top center/cover;
  }
}

.con4 .bottom ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 76px;
  max-width: 320px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .con4 .bottom ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 98px 50px;
    max-width: 960px;
  }
}

.con4 .bottom ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 0 34px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 1200px) {
  .con4 .bottom ul li {
    padding: 66px 0 40px;
  }
}

.con4 .bottom ul li .icon {
  position: absolute;
  top: -64px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 1200px) {
  .con4 .bottom ul li .icon {
    top: -90px;
    width: 148px;
  }
}

.con4 .bottom ul li .star {
  max-width: 120px;
  margin-bottom: 18px;
}

@media screen and (min-width: 1200px) {
  .con4 .bottom ul li .star {
    max-width: 142px;
  }
}

.con4 .bottom ul li p {
  color: #1d1d1d;
}

.con4 .bottom ul li p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (min-width: 1200px) {
  .con4 .bottom ul li p:nth-of-type(1) {
    font-size: 25px;
  }
}

.con4 .bottom ul li p:nth-of-type(2) {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

@media screen and (min-width: 1200px) {
  .con4 .bottom ul li p:nth-of-type(2) {
    font-size: 18px;
    line-height: 26px;
  }
}

.con5 {
  padding: 84px 0;
  background: #dcffd4 url(/resource/junior/img/debate/con5/bg-m.png) no-repeat center/cover;
}

@media screen and (min-width: 1200px) {
  .con5 {
    padding: 134px 0;
    background: #dcffd4 url(/resource/junior/img/debate/con5/bg-pc.png) no-repeat center/cover;
  }
}

.con5 .container > p {
  font-size: 30px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  line-height: 40px;
  margin-bottom: 26px;
}

@media screen and (min-width: 1200px) {
  .con5 .container > p {
    font-size: 54px;
    line-height: 68px;
    margin-bottom: 58px;
  }
}

.con5 .container .content {
  max-width: 320px;
  margin: 0 auto 50px;
  padding: 62px 18px;
  background-color: #fff;
  outline: 6px dotted #a8fe96;
  border-radius: 25px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.03);
}

@media screen and (min-width: 1200px) {
  .con5 .container .content {
    max-width: 962px;
    padding: 88px 96px;
    margin-bottom: 54px;
  }
}

.con5 .container .content .content-title {
  font-size: 24px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content .content-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.con5 .container .content .step {
  margin: 0 auto 40px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content .step {
    max-width: 612px;
    margin-bottom: 86px;
  }
}

@media screen and (min-width: 1200px) {
  .con5 .container .content .step.step-m {
    display: none;
  }
}

.con5 .container .content .step.step-pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content .step.step-pc {
    display: block;
  }
}

.con5 .container .content .time {
  margin: 0 auto 50px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content .time {
    max-width: 770px;
    margin-bottom: 94px;
  }
}

@media screen and (min-width: 1200px) {
  .con5 .container .content .time.time-m {
    display: none;
  }
}

.con5 .container .content .time.time-pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content .time.time-pc {
    display: block;
  }
}

.con5 .container .content ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  max-width: 282px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
    max-width: 770px;
  }
}

.con5 .container .content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 18px;
  background-color: #f5f7f9;
  border-radius: 18px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content ul li {
    flex-direction: column;
    padding: 28px 26px;
  }
}

.con5 .container .content ul li img {
  flex: none;
  width: 54px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content ul li img {
    width: 78px;
  }
}

.con5 .container .content ul li p {
  color: #1d1d1d;
}

@media screen and (min-width: 1200px) {
  .con5 .container .content ul li p {
    font-size: 20px;
    text-align: center;
  }
  .con5 .container .content ul li p.padding-more {
    padding-top: 10px;
  }
}

.con5 .container .content ul li p span.bold {
  font-weight: 700;
}

.con5 .container .content ul li p span.small {
  font-size: 12px;
}

.con5 .container .btn-list {
  max-width: 320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .btn-list {
    flex-direction: row;
    justify-content: center;
    gap: 42px;
    max-width: none;
  }
}

.con5 .container .btn-list li {
  border-radius: 56px;
}

.con5 .container .btn-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .btn-list li a {
    justify-content: center;
    gap: 14px;
    padding: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .con5 .container .btn-list li {
    flex-grow: 1;
    max-width: 350px;
  }
}

.con5 .container .btn-list li:nth-of-type(1) {
  background-color: #1d1d1d;
}

.con5 .container .btn-list li:nth-of-type(2) {
  background-color: #2d6ffa;
}

.con5 .container .btn-list li div {
  width: 33px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .btn-list li div {
    display: none;
  }
}

.con5 .container .btn-list li img {
  width: 33px;
}

@media screen and (min-width: 1200px) {
  .con5 .container .btn-list li img {
    width: 46px;
  }
}

.con5 .container .btn-list li p {
  flex: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .con5 .container .btn-list li p {
    font-size: 26px;
  }
}

.con6 {
  padding: 30px 0;
}

@media screen and (min-width: 1200px) {
  .con6 {
    padding: 48px 0 34px;
  }
}

.con6 p {
  font-size: 17px;
  font-weight: 700;
  color: #1d1d1d;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  .con6 p {
    font-size: 26px;
    margin-bottom: 32px;
  }
}

.con6 img {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .con6 img {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1200px) {
  .con6 img.card-m {
    display: none;
  }
}

.con6 img.card-pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .con6 img.card-pc {
    display: block;
  }
}

.bottom-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 1200px) {
  .bottom-banner {
    display: none;
  }
}

.bottom-banner div a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 18px 0;
  background-color: #000;
}

.bottom-banner div a p {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.bottom-banner div a img {
  width: 8px;
}

.footer {
  padding: 20px 0 66px;
  background-color: #262626;
}

@media screen and (min-width: 1200px) {
  .footer {
    padding: 54px 0 80px;
  }
}
