.special {
  overflow-x: hidden;
}
.special_head {
  background: var(--color-white);
  position: relative;
  padding-top: 16px;
}
.special_head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: var(--color-primary);
  z-index: 0;
}
.special_head_title {
  position: relative;
  width: 92%;
  margin-inline: auto;
  max-width: 1440px;
}
.special_head_title_img {
  display: block;
  border-radius: 16px;
  aspect-ratio: 1340/490;
  object-fit: cover;
  object-position: top center;
  transition: 0.2s ease-in-out;
}
.special_head_title_frame {
  position: absolute;
  bottom: 32px;
  left: 32px;
  width: min(540px, 45vw);
  background: var(--color-white);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.special_head_title_frame::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background: var(--color-primary);
  top: -21px;
  left: 19px;
  transform: rotate(45deg);
}
.special_head_title_frame::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 80px;
  background: var(--color-primary);
  bottom: -21px;
  right: 19px;
  transform: rotate(45deg);
}
.special_head_title_frame_border {
  position: absolute;
  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 2px solid var(--color-primary);
  border-radius: 8px;
}
.special_head_title_frame h1 {
  position: relative;
  text-align: center;
  margin-inline: auto;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.special_head_title_frame h1 img {
  max-width: 408px;
  width: 100%;
}
.special_head_nav {
  width: 92%;
  margin-inline: auto;
  position: relative;
  padding: 32px 0;
}
.special_head_nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 1.3%;
  max-width: 1030px;
  margin-inline: auto;
}
.special_head_nav ul li {
  width: 24%;
}
.special_head_nav ul li a {
  color: var(--color-white);
  border: 2px solid var(--color-white);
  display: flex;
  font-size: 14px;
  min-height: 50px;
  align-items: center;
  padding: 8px 32px 8px 16px;
  border-radius: 50px;
  position: relative;
  transition: all 0.2s;
}
.special_head_nav ul li a::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  mask: url(/common/img/icon_arrow-right_bl.svg) no-repeat center/contain;
  -webkit-mask: url(/common/img/icon_arrow-right_bl.svg) no-repeat center/contain;
  transform: rotate(90deg) translateX(-50%);
  position: absolute;
  right: 16px;
  background-color: var(--color-white);
  top: 50%;
  transition: all 0.2s;
}
.special_head_nav ul li a:hover {
  background: var(--color-white);
  color: var(--color-primary);
}
.special_head_nav ul li a:hover::after {
  background-color: var(--color-primary);
}
.special_intro {
  position: relative;
  padding-top: 96px;
  max-width: 1440px;
  margin-inline: auto;
  height: 1080px;
  z-index: 0;
}
.special_intro h2 {
  font-size: 48px;
  max-width: 440px;
  text-align: center;
  margin-inline: auto;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.special_intro h2 span {
  position: relative;
  color: var(--color-primary);
}
.special_intro h2 span::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  transform: translateX(-5px);
  background: var(--color-primary);
}
.special_intro p {
  font-size: 15px;
  max-width: 420px;
  margin-inline: auto;
  line-height: 2.4;
}
.special_intro p strong {
  color: var(--color-primary);
}
.special_intro p + p {
  margin-top: 32px;
}
.special_intro_img {
  position: absolute;
  left: 50%;
  z-index: -1;
  max-width: 570px;
  border-radius: 24px;
  box-shadow: 24px 24px 0 #DCE4E8;
  transform: translateX(-50%);
}
.special_intro_img.img_01 {
  top: 50px;
  left: calc(50% - 640px);
}
.special_intro_img.img_02 {
  top: 172px;
  left: calc(50% + 620px);
}
.special_intro_img.img_03 {
  top: 580px;
  left: calc(50% - 640px);
}
.special_intro_img.img_04 {
  top: 640px;
  left: calc(50% + 620px);
}
.special_job {
  position: relative;
  padding: 160px 0 120px;
  margin: -64px 0;
}
.special_job::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #eff3f6;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewY(-6deg);
}
.special_job_inner {
  width: 92%;
  margin-inline: auto;
}
.special_job h2 {
  position: relative;
  font-size: 56px;
  margin-inline: auto;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.special_job h2 span {
  color: var(--color-primary);
}
.special_job h2::before {
  content: "";
  width: 50px;
  height: 60px;
  background: url("/entry-highschool/img/special/title_icn.svg") center/50px 60px no-repeat;
  display: inline-block;
  margin-right: 16px;
}
.special_job h2::after {
  content: "";
  width: 50px;
  height: 60px;
  background: url("/entry-highschool/img/special/title_icn.svg") center/50px 60px no-repeat;
  display: inline-block;
  margin-left: 16px;
  transform: scaleX(-1);
}
.special_job_block {
  max-width: 960px;
  width: 92%;
  margin-inline: auto;
  background: var(--color-white);
  margin-top: 96px;
  position: relative;
  padding: 48px;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}
.special_job_block h3 {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 2%;
  transform: translateY(-50%);
  padding-left: 112px;
}
.special_job_block h3::after {
  content: "";
  width: 100px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url("/entry-highschool/img/special/job_icn.png") center/contain no-repeat;
  transform: translateY(-34%);
}
.special_job_block_detail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
  justify-content: space-between;
  line-height: 2;
}
.special_job_block_detail_img {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.special_job_block_detail_img img {
  width: 48.5%;
  border-radius: 8px;
}
.special_job_block_detail h4 {
  width: 33%;
  text-align: center;
  font-size: 20px;
  color: var(--color-primary);
}
.special_job_block_detail p {
  width: 64%;
  font-size: 15px;
}
.special_job_block_intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.special_job_block_intro h4 {
  padding: 8px 24px;
  border: 3px solid var(--color-primary);
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
  font-size: 18px;
  color: var(--color-primary);
  border-radius: 9999px;
  position: relative;
}
.special_job_block_intro h4::after {
  content: "";
  width: 32px;
  height: 28px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url("/entry-highschool/img/special/job_balloon_icn.png") center/contain no-repeat;
}
.special_job_block_intro_img {
  margin-top: 48px;
  width: 48.5%;
}
.special_job_block_intro_img img {
  border-radius: 8px;
}
.special_job_block_intro_img p {
  font-size: 15px;
  line-height: 2;
  margin-top: 24px;
}
.special_job_btn {
  margin-top: 80px;
  text-align: center;
}
.special_job_btn a {
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: var(--color-white);
  width: 480px;
  height: 80px;
  border-radius: 9999px;
  font-size: 24px;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.special_job_btn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background-color: var(--color-white);
  mask: url(/common/img/icon_arrow-right_bl.svg) no-repeat center/contain;
  -webkit-mask: url(/common/img/icon_arrow-right_bl.svg) no-repeat center/contain;
  transform: rotate(90deg);
  position: absolute;
  right: 24px;
  transition: all 0.2s;
}
.special_job_btn a:hover {
  background: var(--color-white);
  color: var(--color-primary);
}
.special_job_btn a:hover::after {
  background-color: var(--color-primary);
}
.special_schedule {
  position: relative;
  padding: 200px 0 120px;
  width: 92%;
  margin-inline: auto;
}
.special_schedule h2 {
  position: relative;
  font-size: 56px;
  margin-inline: auto;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}
.special_schedule h2 span {
  color: var(--color-primary);
}
.special_schedule h2::before {
  content: "";
  width: 50px;
  height: 60px;
  background: url("/entry-highschool/img/special/title_icn.svg") center/50px 60px no-repeat;
  display: inline-block;
  margin-right: 16px;
}
.special_schedule h2::after {
  content: "";
  width: 50px;
  height: 60px;
  background: url("/entry-highschool/img/special/title_icn.svg") center/50px 60px no-repeat;
  display: inline-block;
  margin-left: 16px;
  transform: scaleX(-1);
}
.special_schedule_txt {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.special_schedule_profile {
  max-width: 730px;
  width: 100%;
  margin-inline: auto;
  margin-top: 40px;
  padding: 24px;
  border: 4px solid var(--color-primary);
  background: #EFF3F6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.special_schedule_profile_photo {
  width: 160px;
}
.special_schedule_profile_txt {
  width: calc(100% - 200px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.special_schedule_profile_txt_year {
  font-size: 15px;
  line-height: 1;
  padding: 6px 24px;
  border-radius: 9999px;
  background: var(--color-white);
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 500;
}
.special_schedule_profile_txt_name {
  font-size: 21px;
  line-height: 1;
  color: var(--color-primary);
  font-weight: 500;
}
.special_schedule_profile_txt p {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  padding-top: 8px;
  font-size: 15px;
  line-height: 2;
}
.special_schedule_frame {
  max-width: 960px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
}
.special_schedule_frame_block {
  width: 48%;
}
.special_schedule_frame_block_timeline {
  margin-bottom: 32px;
  display: block;
  margin-inline: auto;
}
.special_schedule_frame_block_pickup {
  margin-bottom: 32px;
  max-width: 320px;
  width: 100%;
  margin-inline: auto;
  display: block;
}
.special_schedule_frame_block p {
  font-size: 15px;
  line-height: 2;
}
.special_contents {
  position: relative;
  padding: 160px 0 200px;
  background: #eff3f6;
  background: linear-gradient(0deg, rgb(239, 243, 246) 50%, rgba(239, 243, 246, 0) 51%);
}
.special_contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #eff3f6;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewY(-6deg);
}
.special_contents_block {
  max-width: 960px;
  width: 90%;
  background: var(--color-white);
  border-radius: 24px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
  padding: 64px 48px 80px;
  position: relative;
  margin-inline: auto;
}
.special_contents_block h2 {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 40px;
  line-height: 1;
  color: var(--color-primary);
  transform: translateY(-50%);
  padding-left: 80px;
}
.special_contents_block h2::after {
  content: "";
  width: 72px;
  height: 55px;
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  background: url("/entry-highschool/img/special/interview_icn.png") center/contain no-repeat;
}
.special_contents_block_btn {
  position: absolute;
  bottom: 0;
  right: 40px;
  transform: translateY(50%);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  background: var(--color-primary);
  border: 2px solid var(--color-primary) !important;
  width: 480px;
  height: 80px;
  border-radius: 9999px;
  color: var(--color-white) !important;
  font-size: 24px !important;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s !important;
}
.special_contents_block_btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background-color: var(--color-white);
  mask: url(/common/img/icon_arrow-right_bl.svg) no-repeat center/contain;
  -webkit-mask: url(/common/img/icon_arrow-right_bl.svg) no-repeat center/contain;
  transform: rotate(90deg);
  position: absolute;
  right: 24px;
  transition: all 0.2s;
}
.special_contents_block_btn:hover {
  background: var(--color-white);
  color: var(--color-primary) !important;
}
.special_contents_block_btn:hover::after {
  background-color: var(--color-primary);
}
.special_contents_block_frame {
  display: flex;
  justify-content: space-between;
}
.special_contents_block_frame_img {
  width: 35%;
}
.special_contents_block_frame_img img {
  border-radius: 8px;
}
.special_contents_block_frame_img span {
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 16px;
}
.special_contents_block_frame_txt {
  width: 55%;
}
.special_contents_block_frame_txt p {
  font-size: 16px;
  line-height: 1.8;
}
.special_contents_block_frame_txt p strong {
  color: var(--color-primary);
  font-size: 18px;
}
.special_contents_block_frame_txt p + p {
  margin-top: 16px;
}
.special_contents_block.dormitory {
  margin-top: 160px;
}
.special_contents_block.dormitory h2::after {
  content: "";
  width: 65px;
  height: 63px;
  top: -11px;
  background: url("/entry-highschool/img/special/dormitory_icn.png") center/contain no-repeat;
}
.special_contents_block.dormitory .special_contents_block_btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-color: var(--color-white);
  background-image: none;
  mask: url(/common/img/icon-blank_d.svg) no-repeat center/contain;
  -webkit-mask: url(/common/img/icon-blank_d.svg) no-repeat center/contain;
  position: absolute;
  right: 24px;
  transform: rotate(0deg);
}
.special_contents_block.dormitory .special_contents_block_btn:hover::after {
  background-color: var(--color-primary);
}
.special_contents_block.benefits {
  margin-top: 160px;
}
.special_contents_block.benefits h2::after {
  content: "";
  width: 74px;
  height: 67px;
  top: -13px;
  background: url("/entry-highschool/img/special/benefits_icn.png") center/contain no-repeat;
}
.special_contents_block.benefits .special_contents_block_btn::after {
  transform: rotate(0deg);
}
.special_contents_block:nth-child(odd) {
  transform: translateX(4%);
}
.special_contents_block:nth-child(even) {
  transform: translateX(-4%);
}
.special_contents_block:nth-child(even) .special_contents_block_frame {
  flex-direction: row-reverse;
}
.special_contents_block:nth-child(even) .special_contents_block_frame_img {
  width: 50%;
}
.special_contents_block:nth-child(even) .special_contents_block_frame_txt {
  width: 42%;
}
.special_contents_block:nth-child(even) .special_contents_block_btn {
  right: auto;
  left: 40px;
}
.special_handbook {
  background: url("/entry-highschool/img/special/download_bg.webp") center/cover no-repeat;
  padding: 64px 4%;
  text-align: center;
  color: var(--color-white);
}
.special_handbook h2 {
  font-size: 32px;
  line-height: 1.8;
}
.special_handbook p {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}
.special_handbook_block {
  display: flex;
  gap: 10%;
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
  margin-top: 48px;
}
.special_handbook_block_item {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.special_handbook_block_item img {
  max-width: 210px;
  display: block;
}
.special_handbook_block_item a {
  background: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 60px;
  width: 100%;
  border-radius: 9999px;
  font-size: 15px;
  line-height: 1.5;
  transition: all 0.2s;
}
.special_handbook_block_item a::after {
  content: "";
  display: block;
  background-color: transparent;
  position: absolute;
  transition: all 0.2s;
}
.special_handbook_block_item a.blank::after {
  width: 16px;
  height: 14px;
  right: 20px;
  background-image: url(/common/img/icon-blank_d.svg);
}
.special_handbook_block_item a.pdf::after {
  width: 27px;
  height: 16px;
  right: 16px;
}
.special_handbook_block_item a:hover {
  background: var(--color-primary);
  color: var(--color-white);
  border-bottom: 1px solid #fff;
}
.special_handbook_block_item a:hover.blank.pdf-link::after {
  background-image: url(/common/img/icon-blank_h.svg);
}
.special_handbook_block_item a:hover.pdf.pdf-link::after {
  background-image: url(/common/img/icon-pdf_h.svg);
}
.special_mainbtn {
  padding: 120px 4%;
}
.special_mainbtn a {
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  width: 480px;
  height: 80px;
  border-radius: 9999px;
  color: var(--color-white);
  border: 2px solid var(--color-primary);
  font-size: 24px;
  font-weight: 500;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.special_mainbtn a::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background-color: var(--color-white);
  mask: url(/common/img/icon_arrow-right_bl.svg) no-repeat center/contain;
  -webkit-mask: url(/common/img/icon_arrow-right_bl.svg) no-repeat center/contain;
  position: absolute;
  right: 24px;
}
.special_mainbtn a:hover {
  color: var(--color-primary);
  background: var(--color-white);
}
.special_mainbtn a:hover::after {
  background-color: var(--color-primary);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .special_head_title_img {
    aspect-ratio: 1340/735;
  }
  .special_head_title_frame {
    width: 62.5vw;
  }
  .special_head_title_frame h1 img {
    max-width: 46.875vw;
  }
  .special_head_title_frame p {
    font-size: 14px;
  }
  .special_head_nav ul {
    justify-content: flex-start;
    gap: 16px 2%;
  }
  .special_head_nav ul li {
    width: 49%;
  }
  .special_intro_img {
    max-width: 40vw;
    box-shadow: 16px 16px 0 #DCE4E8;
  }
  .special_intro_img.img_01 {
    left: -4%;
  }
  .special_intro_img.img_02 {
    left: 100%;
  }
  .special_intro_img.img_03 {
    left: -4%;
  }
  .special_intro_img.img_04 {
    left: 100%;
  }
}
@media (max-width: 767px) {
  .special_head {
    padding-top: 0;
  }
  .special_head_title {
    width: 100%;
  }
  .special_head_title_img {
    border-radius: 0;
    aspect-ratio: 1340/640;
    object-fit: cover;
    object-position: top center;
    transition: 0.2s ease-in-out;
    width: 100%;
  }
  .special_head_title_frame {
    position: relative;
    bottom: auto;
    left: auto;
    width: 90%;
    padding: 24px 16px;
    margin-inline: auto;
    margin-top: -10.4166666667vw;
  }
  .special_head_title_frame_border {
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  .special_head_title_frame h1 {
    line-height: 1;
    margin-bottom: 8px;
  }
  .special_head_title_frame h1 img {
    max-width: 380px;
    width: 90%;
  }
  .special_head_title_frame p {
    font-size: 13px;
  }
  .special_head_title_frame::before, .special_head_title_frame::after {
    display: none;
  }
  .special_head_nav {
    width: 90%;
    padding: 24px 0;
  }
  .special_head_nav ul {
    gap: 8px 2%;
  }
  .special_head_nav ul li {
    width: 49%;
  }
  .special_head_nav ul li a {
    font-size: 14px;
    line-height: 1.5;
    height: 60px;
    justify-content: center;
    text-align: center;
    padding: 0 24px 0 8px;
  }
  .special_head_nav ul li a::after {
    width: 12px;
    height: 11px;
    right: 12px;
  }
  .special_intro {
    padding: 50vw 0 60vw;
    height: auto;
  }
  .special_intro h2 {
    font-size: 32px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .special_intro h2 span::before {
    top: -6px;
    width: 6px;
    height: 6px;
  }
  .special_intro p {
    font-size: 14px;
    width: 80%;
    max-width: 600px;
    line-height: 2;
  }
  .special_intro p strong {
    color: var(--color-primary);
  }
  .special_intro p + p {
    margin-top: 24px;
  }
  .special_intro_img {
    width: 48vw;
    border-radius: 8px;
    box-shadow: 8px 8px 0 #DCE4E8;
    transform: translateX(0);
  }
  .special_intro_img.img_01 {
    top: 8vw;
    left: -4vw;
  }
  .special_intro_img.img_02 {
    top: 8vw;
    left: auto;
    right: calc(-4vw + 8px);
  }
  .special_intro_img.img_03 {
    top: auto;
    bottom: 20vw;
    left: -4vw;
  }
  .special_intro_img.img_04 {
    top: auto;
    bottom: 20vw;
    left: auto;
    right: calc(-4vw + 8px);
  }
  .special_job {
    padding: 20vw 0;
    margin: -12vw 0;
  }
  .special_job::before {
    transform: skewY(-12deg);
  }
  .special_job_inner {
    width: 90%;
  }
  .special_job h2 {
    font-size: 27px;
  }
  .special_job h2::before, .special_job h2::after {
    width: 25px;
    height: 30px;
  }
  .special_job h2::before {
    background: url("/entry-highschool/img/special/title_icn.svg") center/contain no-repeat;
    margin-right: 8px;
  }
  .special_job h2::after {
    background: url("/entry-highschool/img/special/title_icn.svg") center/contain no-repeat;
    margin-left: 8px;
  }
  .special_job_block {
    width: 90%;
    margin-top: 64px;
    padding: 32px 24px 24px;
  }
  .special_job_block h3 {
    font-size: 21px;
    padding-left: 68px;
    left: 5%;
  }
  .special_job_block h3::after {
    content: "";
    width: 60px;
    height: 45px;
  }
  .special_job_block_detail {
    margin-bottom: 32px;
  }
  .special_job_block_detail_img {
    flex-direction: column;
    margin-bottom: 24px;
    gap: 16px;
  }
  .special_job_block_detail_img img {
    width: 100%;
  }
  .special_job_block_detail h4 {
    width: 100%;
    text-align: left;
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.8;
  }
  .special_job_block_detail p {
    width: 100%;
    font-size: 14px;
  }
  .special_job_block_intro h4 {
    padding: 8px 12px;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 24px;
  }
  .special_job_block_intro_img {
    margin-top: 24px;
    width: 100%;
  }
  .special_job_block_intro_img p {
    font-size: 14px;
    margin-top: 8px;
  }
  .special_job_btn {
    margin-top: 64px;
  }
  .special_job_btn a {
    max-width: 480px;
    height: 64px;
    width: 80%;
    font-size: 16px;
    padding-right: 16px;
  }
  .special_job_btn a::after {
    right: 16px;
    width: 14px;
    height: 12px;
  }
  .special_schedule {
    padding: 32vw 0 16vw;
    width: 100%;
    margin-inline: auto;
  }
  .special_schedule h2 {
    font-size: 27px;
    margin-bottom: 24px;
  }
  .special_schedule h2::before, .special_schedule h2::after {
    width: 25px;
    height: 30px;
  }
  .special_schedule h2::before {
    background: url("/entry-highschool/img/special/title_icn.svg") center/contain no-repeat;
    margin-right: 8px;
  }
  .special_schedule h2::after {
    background: url("/entry-highschool/img/special/title_icn.svg") center/contain no-repeat;
    margin-left: 8px;
  }
  .special_schedule_txt {
    font-size: 14px;
    width: 90%;
    margin-inline: auto;
  }
  .special_schedule_profile {
    width: 80%;
    margin-top: 24px;
    padding: 16px;
    border: 2px solid var(--color-primary);
    border-radius: 8px;
    gap: 16px;
  }
  .special_schedule_profile_photo {
    width: 100px;
  }
  .special_schedule_profile_txt {
    width: calc(100% - 116px);
    gap: 8px;
  }
  .special_schedule_profile_txt_year {
    font-size: 12px;
    padding: 4px 12px;
  }
  .special_schedule_profile_txt_name {
    font-size: 16px;
  }
  .special_schedule_profile_txt p {
    padding-top: 6px;
    font-size: 14px;
    line-height: 1.8;
  }
  .special_schedule_frame {
    width: 80%;
    margin-top: 40px;
    flex-direction: column;
    gap: 40px;
  }
  .special_schedule_frame_block {
    width: 100%;
  }
  .special_schedule_frame_block_timeline {
    margin-bottom: 16px;
  }
  .special_schedule_frame_block_pickup {
    margin-bottom: 16px;
    max-width: 240px;
  }
  .special_schedule_frame_block p {
    font-size: 14px;
    line-height: 1.8;
  }
  .special_contents {
    padding: 24vw 0;
  }
  .special_contents::before {
    transform: skewY(-12deg);
  }
  .special_contents_block {
    width: 90%;
    border-radius: 16px;
    padding: 48px 32px 64px;
    position: relative;
    margin-inline: auto;
  }
  .special_contents_block h2 {
    left: 16px;
    font-size: 22px;
    padding-left: 60px;
  }
  .special_contents_block h2::after {
    width: 54px;
    height: 41px;
  }
  .special_contents_block.dormitory {
    margin-top: 120px;
  }
  .special_contents_block.dormitory h2::after {
    width: 45px;
    height: 43px;
  }
  .special_contents_block.dormitory .special_contents_block_btn::after {
    width: 16px;
    height: 14px;
    right: 16px;
  }
  .special_contents_block.benefits {
    margin-top: 120px;
  }
  .special_contents_block.benefits h2::after {
    width: 50px;
    height: 45px;
    top: -13px;
  }
  .special_contents_block.benefits img {
    border-radius: 0;
  }
  .special_contents_block.benefits .special_contents_block_btn::after {
    transform: rotate(0deg);
  }
  .special_contents_block_btn {
    right: auto;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    max-width: 480px;
    width: 90%;
    height: 64px;
    font-size: 16px !important;
    padding-right: 16px;
  }
  .special_contents_block_btn::after {
    right: 16px;
    width: 14px;
    height: 12px;
  }
  .special_contents_block_frame {
    gap: 24px;
    flex-direction: column;
  }
  .special_contents_block_frame_img {
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }
  .special_contents_block_frame_img span {
    font-size: 14px;
    margin-top: 8px;
  }
  .special_contents_block_frame_txt {
    width: 100%;
  }
  .special_contents_block_frame_txt p {
    font-size: 14px;
  }
  .special_contents_block_frame_txt p strong {
    font-size: 16px;
  }
  .special_contents_block_frame_txt p + p {
    margin-top: 16px;
  }
  .special_contents_block:nth-child(odd) {
    transform: translateX(0);
  }
  .special_contents_block:nth-child(even) {
    transform: translateX(0);
  }
  .special_contents_block:nth-child(even) .special_contents_block_frame {
    flex-direction: column;
  }
  .special_contents_block:nth-child(even) .special_contents_block_frame_img {
    width: 100%;
  }
  .special_contents_block:nth-child(even) .special_contents_block_frame_txt {
    width: 100%;
  }
  .special_contents_block:nth-child(even) .special_contents_block_btn {
    left: 50%;
    transform: translateX(-50%) translateY(50%);
  }
  .special_handbook {
    background: url("/entry-highschool/img/special/download_bg.webp") center/cover no-repeat;
    padding: 64px 5%;
    text-align: center;
    color: var(--color-white);
  }
  .special_handbook h2 {
    font-size: 20px;
  }
  .special_handbook p {
    font-size: 14px;
    margin-top: 24px;
  }
  .special_handbook_block {
    margin-top: 32px;
    align-items: center;
    flex-direction: column;
    gap: 48px;
  }
  .special_handbook_block_item {
    max-width: 360px;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .special_handbook_block_item a {
    font-size: 14px;
  }
  .special_mainbtn {
    padding: 64px 5%;
  }
  .special_mainbtn a {
    max-width: 480px;
    width: 100%;
    height: 64px;
    font-size: 16px;
  }
  .special_mainbtn a::after {
    right: 16px;
    width: 14px;
    height: 12px;
  }
}