/* common */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
}

legend, caption, hr {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: top;
}

html {
  -webkit-text-size-adjust: none;
}

/* customize */
.blind {
  position: absolute !important;
  z-index: -1 !important;
  overflow: hidden !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
}

/** main **/
body {
  color: #000;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  background-color: #fff;
}

#app .inner {
  position: relative;
  min-width: 320px;
  max-width: 1144px;
  margin-inline: auto;
}
@media all and (max-width: 1144px) {
  #app .inner {
    margin-inline: 20px;
  }
}
#app .only-pc {
  display: block;
}
#app .only-mobile {
  display: none;
}
@media all and (max-width: 1024px) {
  #app .only-pc {
    display: none;
  }
  #app .only-mobile {
    display: block;
  }
}

.btn-apply {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 108px;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  border-top: 2px solid #ff7a00;
  background-color: #2D005C;
  box-sizing: border-box;
}
.btn-apply em {
  color: #FF7A00;
}
.btn-apply::after {
  width: 20px;
  height: 28px;
  background-image: url('data:image/svg+xml,<svg width="20" height="28" viewBox="0 0 20 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.000182443 24.5899L12.8655 13.83L-4.63873e-05 3.06877L2.56556 4.80979e-06L19.0997 13.8288L2.5662 27.6591L0.000182443 24.5899Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  content: "";
}
@media all and (max-width: 1024px) {
  .btn-apply {
    height: 80px;
    font-size: 20px;
  }
  .btn-apply::after {
    width: 12px;
    height: 17px;
    background-image: url('data:image/svg+xml,<svg width="12" height="17" viewBox="0 0 12 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.000142268 14.3721L7.51958 8.08325L8.52236e-06 1.79359L1.49954 -2.14304e-05L11.1633 8.08255L1.49991 16.166L0.000142268 14.3721Z" fill="white"/></svg>');
    margin-left: 8px;
  }
}

#header {
  position: relative;
  height: 80px;
  background-color: #fff;
}
#header .inner {
  display: flex;
  align-items: center;
  max-width: 1426px;
  height: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 1466px) {
  #header .inner {
    margin-inline: 20px;
  }
}
#header .logo img {
  display: block;
}
@media all and (max-width: 1024px) {
  #header {
    height: 44px;
    padding-inline: 18px;
  }
  #header .logo img {
    width: 50px;
    height: auto;
  }
}

#footer {
  height: 126px;
  border-top: 2px solid #fff;
  background-color: #fff;
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1426px;
  height: 100%;
  box-sizing: border-box;
}
@media all and (max-width: 1466px) {
  #footer .inner {
    margin-inline: 20px;
  }
}
#footer .footer-cont {
  display: flex;
  align-items: center;
}
#footer .footer-cont .copy {
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-left: 50px;
}
#footer .link-policy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 36px;
  color: #646464;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid #CBCBCB;
  background-color: #f5f5f5;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  #footer {
    height: auto;
    border-top: 0;
    padding-block: 28px;
  }
  #footer .inner {
    flex-direction: column;
  }
  #footer .footer-cont {
    flex-direction: column;
  }
  #footer .footer-cont a img {
    width: 70px;
    height: auto;
  }
  #footer .footer-cont .copy {
    font-size: 13px;
    margin: 16px 0 0;
  }
  #footer .link-policy {
    margin-top: 16px;
  }
}

#main .visual-top .visual-main {
  height: 752px;
  overflow: hidden;
  background-image: url("../images/bg_main_visual_pc.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 0;
  background-color: #E9E9E9;
}
#main .visual-top .visual-main .inner {
  max-width: 1426px;
  padding-top: 193px;
  box-sizing: border-box;
}
@media all and (max-width: 1446px) {
  #main .visual-top .visual-main .inner {
    margin-inline: 20px;
  }
}
#main .visual-top .visual-main .title {
  margin-bottom: 67px;
  opacity: 0;
  animation: titleVisible 1s forwards;
  animation-delay: 0.5s;
}
#main .visual-top .visual-main .desc {
  color: #2D005C;
  font-size: 49px;
  font-weight: 700;
  line-height: 60px;
  opacity: 0;
  animation: titleVisible 1s forwards;
  animation-delay: 1s;
}
#main .visual-top .visual-main .desc em {
  color: #FF7A00;
}
#main .visual-top .visual-main .info {
  display: flex;
  align-items: center;
  color: #444;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-top: 20px;
  opacity: 0;
  animation: titleVisible 1s forwards;
  animation-delay: 1.5s;
}
#main .visual-top .visual-main .info dt {
  display: flex;
  align-items: center;
  color: #FF7A00;
}
#main .visual-top .visual-main .info dt::after {
  height: 17px;
  border-left: 1px solid #444;
  margin-inline: 13px;
  content: "";
}
@keyframes titleVisible {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media all and (max-width: 1024px) {
  #main .visual-top .visual-main {
    height: 580px;
    background-image: url("../images/bg_main_visual_mo.webp");
  }
  #main .visual-top .visual-main .inner {
    padding-top: 150px;
    margin-inline: 37px 0;
  }
}
@media all and (max-width: 1024px) and (max-width: 389px) {
  #main .visual-top .visual-main .inner {
    margin-left: 15px;
  }
}
@media all and (max-width: 1024px) and (max-width: 379px) {
  #main .visual-top .visual-main .inner {
    margin-left: 10px;
  }
}
@media all and (max-width: 1024px) {
  #main .visual-top .visual-main .title {
    margin-bottom: 28px;
  }
  #main .visual-top .visual-main .desc {
    font-size: 28px;
    line-height: 34px;
  }
  #main .visual-top .visual-main .info {
    font-size: 18px;
    line-height: 22px;
    margin-top: 12px;
  }
  #main .visual-top .visual-main .info dt::after {
    height: 13px;
    margin-inline: 9px;
  }
}
#main .sec .sec-title {
  text-align: center;
}
#main .sec .sec-title .label {
  font-size: 26px;
  font-weight: 800;
  line-height: 31px;
  margin-bottom: 8px;
}
#main .sec .sec-title h3 {
  font-size: 56px;
  font-weight: 800;
  line-height: 67px;
}
@media all and (max-width: 1024px) {
  #main .sec .sec-title .label {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 8px;
  }
  #main .sec .sec-title h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 36px;
  }
}
#main .sec-1 {
  background-color: #262626;
  padding-block: 110px 126px;
}
#main .sec-1 .sec-title {
  margin-bottom: 100px;
}
#main .sec-1 .sec-title .label {
  color: rgba(255, 255, 255, 0.2);
}
#main .sec-1 .sec-title h3 {
  color: #fff;
}
#main .sec-1 .sec-cont {
  width: 858px;
  margin: 0 auto;
}
#main .sec-1 .info-schedule li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 8px;
}
#main .sec-1 .info-schedule li:not(:first-child) {
  margin-top: 36px;
}
#main .sec-1 .info-schedule li .info-label {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 48px;
}
#main .sec-1 .info-schedule li .info-label .idx {
  width: 36px;
  font-size: 25px;
  font-weight: 300;
}
#main .sec-1 .info-schedule li .info-value {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}
#main .sec-1 .info-schedule li .info-value.highlight {
  color: #FF7A00;
  font-weight: 700;
}
#main .sec-1 .notice {
  text-align: center;
  margin-top: 42px;
}
#main .sec-1 .notice li {
  color: #666;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
}
#main .sec-1 .notice li small {
  font-weight: 200;
}
@media all and (max-width: 1024px) {
  #main .sec-1 {
    padding-block: 60px 70px;
  }
  #main .sec-1 .sec-title {
    margin-bottom: 44px;
  }
  #main .sec-1 .sec-cont {
    width: auto;
    margin: 0 22px;
  }
  #main .sec-1 .info-schedule li {
    padding-bottom: 9px;
  }
  #main .sec-1 .info-schedule li:not(:first-child) {
    margin-top: 30px;
  }
  #main .sec-1 .info-schedule li .info-label {
    font-size: 14px;
    line-height: 17px;
  }
  #main .sec-1 .info-schedule li .info-label .idx {
    width: 16px;
    font-size: 14px;
  }
  #main .sec-1 .info-schedule li .info-value {
    font-size: 14px;
    line-height: 17px;
  }
  #main .sec-1 .notice {
    margin-top: 21px;
  }
  #main .sec-1 .notice li {
    font-size: 14px;
    line-height: 20px;
  }
}
#main .sec-2 {
  background-image: url('../images/bg_sec_2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #784EBC;
  padding-block: 139px 119px;
}
#main .sec-2 .sec-title {
  margin-bottom: 80px;
}
#main .sec-2 .sec-title .label {
  color: rgba(255, 255, 255, 0.2);
}
#main .sec-2 .sec-title h3 {
  color: #fff;
}
#main .sec-2 .sec-cont {
  width: 858px;
  margin: 0 auto;
}
#main .sec-2 .info-detail li:not(:first-child) {
  margin-top: 36px;
}
#main .sec-2 .info-detail li .info-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 46px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  border-top-left-radius: 27px;
  border-bottom-right-radius: 27px;
  background-color: #262626;
  margin-inline: auto;
  margin-bottom: -22px;
}
#main .sec-2 .info-detail li .info-text {
  color: #262626;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  padding-block: 42px 24px;
}
#main .sec-2 .info-detail li .info-text em {
  color: #FF7A00;
  font-weight: 700;
}
#main .sec-2 .notice {
  color: rgba(255, 255, 255, 0.5);
  font-size: 19px;
  font-weight: 400;
  line-height: 48px;
  text-align: center;
  margin-top: 36px;
}
#main .sec-2 .notice small {
  font-weight: 200;
}
#main .sec-2 .btn-outlink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 444px;
  height: 70px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  border-radius: 100px;
  background-color: #FE4A2C;
  margin: 80px auto 0;
}
#main .sec-2 .btn-outlink::after {
  width: 16px;
  height: 23px;
  background-image: url('data:image/svg+xml,<svg width="16" height="23" viewBox="0 0 16 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.000189318 20.2842L10.6128 11.4084L0 2.53143L2.11638 0L15.7555 11.4074L2.1169 22.816L0.000189318 20.2842Z" fill="white"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 2px 0 0 12px;
  content: "";
}
@media all and (max-width: 1024px) {
  #main .sec-2 {
    background-image: url('../images/bg_sec_2_mo.png');
    padding-block: 60px 70px;
  }
  #main .sec-2 .sec-title {
    margin-bottom: 44px;
  }
  #main .sec-2 .sec-cont {
    width: auto;
  }
  #main .sec-2 .info-detail li:not(:first-child) {
    margin-top: 28px;
  }
  #main .sec-2 .info-detail li .info-label {
    width: 160px;
    height: 28px;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: -14px;
  }
  #main .sec-2 .info-detail li .info-text {
    font-size: 16px;
    line-height: 21px;
    word-break: keep-all;
    padding-block: 30px 16px;
    padding-inline: 18px;
  }
  #main .sec-2 .notice {
    font-size: 14px;
    line-height: 17px;
    margin-top: 20px;
  }
  #main .sec-2 .btn-outlink {
    width: 270px;
    height: 53px;
    font-size: 18px;
    margin: 43px auto 0;
  }
  #main .sec-2 .btn-outlink::after {
    width: 10px;
    height: 15px;
    background-image: url('data:image/svg+xml,<svg width="10" height="15" viewBox="0 0 10 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.00012016 13.3355L6.73595 7.50024L0 1.66424L1.34327 0L10 7.49959L1.3436 15L0.00012016 13.3355Z" fill="white"/></svg>');
    margin: 2px 0 0 8px;
  }
}
#main .sec-3 {
  background-color: #fff;
  padding-block: 110px 160px;
}
#main .sec-3 .sec-title {
  margin-bottom: 90px;
}
#main .sec-3 .sec-title .label {
  color: rgba(0, 0, 0, 0.2);
}
#main .sec-3 .sec-title h3 {
  color: #262626;
}
#main .sec-3 .info-benefit {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #F7F7F7;
  padding-bottom: 4px;
}
#main .sec-3 .info-benefit::before {
  position: absolute;
  top: 46px;
  bottom: 46px;
  left: 50%;
  border-left: 1px solid #ddd;
  content: "";
}
#main .sec-3 .info-benefit::after {
  position: absolute;
  top: 50%;
  left: 69px;
  right: 69px;
  border-top: 1px solid #ddd;
  content: "";
}
#main .sec-3 .info-benefit li {
  width: 50%;
  padding: 61px 0 39px;
}
#main .sec-3 .info-benefit li .icon {
  display: block;
  height: 157px;
  overflow: hidden;
  margin: 0 auto 30px;
  background-repeat: no-repeat;
}
#main .sec-3 .info-benefit li .icon.icon-1 {
  background-image: url("../images/icon_benefit_1_pc.png");
  background-position: 50% 14px;
  background-size: auto 134px;
}
#main .sec-3 .info-benefit li .icon.icon-2 {
  background-image: url("../images/icon_benefit_2_pc.png");
  background-position: 50% 0;
  background-size: auto 157px;
}
#main .sec-3 .info-benefit li .icon.icon-3 {
  background-image: url("../images/icon_benefit_3_pc.png");
  background-position: 50% 17px;
  background-size: auto 119px;
}
#main .sec-3 .info-benefit li .icon.icon-4 {
  background-image: url("../images/icon_benefit_4_pc.png");
  background-position: 50% 1px;
  background-size: auto 119px;
}
#main .sec-3 .info-benefit li .text {
  color: #262626;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  #main .sec-3 {
    padding-block: 60px 70px;
  }
  #main .sec-3 .sec-title {
    margin-bottom: 44px;
  }
  #main .sec-3 .info-benefit {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 41px 0 26px;
  }
  #main .sec-3 .info-benefit::before {
    position: absolute;
    top: 19px;
    bottom: 19px;
    left: 50%;
    border-left: 1px solid #ddd;
    content: "";
  }
  #main .sec-3 .info-benefit::after {
    position: absolute;
    top: 50%;
    left: 12px;
    right: 12px;
    border-top: 1px solid #ddd;
    content: "";
  }
  #main .sec-3 .info-benefit li {
    padding: 0;
  }
  #main .sec-3 .info-benefit li:nth-child(3), #main .sec-3 .info-benefit li:nth-child(4) {
    padding-top: 79px;
  }
  #main .sec-3 .info-benefit li .icon {
    height: 90px;
    margin: 0 auto;
  }
  #main .sec-3 .info-benefit li .icon.icon-1 {
    height: 77px;
    background-image: url("../images/icon_benefit_1_mo.png");
    background-position: 50% 0;
    background-size: auto 77px;
    margin-bottom: 36px;
  }
  #main .sec-3 .info-benefit li .icon.icon-2 {
    height: 90px;
    background-image: url("../images/icon_benefit_2_mo.png");
    background-position: 50% 0;
    background-size: auto 90px;
    margin-bottom: 23px;
  }
  #main .sec-3 .info-benefit li .icon.icon-3 {
    height: 73px;
    background-image: url("../images/icon_benefit_3_mo.png");
    background-position: 50% 5px;
    background-size: auto 68px;
    margin-bottom: 30px;
  }
  #main .sec-3 .info-benefit li .icon.icon-4 {
    height: 73px;
    background-image: url("../images/icon_benefit_4_mo.png");
    background-position: 50% 0;
    background-size: auto 68px;
    margin-bottom: 30px;
  }
  #main .sec-3 .info-benefit li .text {
    font-size: 16px;
    line-height: 21px;
  }
}
#main .sec-4 {
  background-color: #ECECEC;
  padding-block: 90px 100px;
}
#main .sec-4 .sec-title {
  margin-bottom: 86px;
}
#main .sec-4 .sec-title h3 {
  color: #262626;
}
#main .sec-4 .faq-list li:not(:first-child) {
  margin-top: 32px;
}
#main .sec-4 .faq-list .faq-item {
  position: relative;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}
#main .sec-4 .faq-list .faq-item .faq-toggler {
  position: relative;
}
#main .sec-4 .faq-list .faq-item .faq-toggler .faq-title {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #262626;
  font-size: 27px;
  font-weight: 700;
  line-height: 48px;
  padding: 28px 30px;
}
#main .sec-4 .faq-list .faq-item .faq-toggler .faq-title em {
  color: #FF7A00;
}
#main .sec-4 .faq-list .faq-item .faq-toggler .btn-toggler {
  position: absolute;
  inset: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
#main .sec-4 .faq-list .faq-item .faq-toggler .btn-toggler::after {
  position: absolute;
  top: 46px;
  right: 37px;
  width: 22px;
  height: 13px;
  background-image: url('data:image/svg+xml,<svg width="22" height="13" viewBox="0 0 22 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00342 11.018L11.0034 2.01807L21.0034 11.018" stroke="black" stroke-width="3"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  transform: rotateX(180deg);
  transition: transform 0.3s;
}
#main .sec-4 .faq-list .faq-item .faq-text {
  position: relative;
  overflow: hidden;
  transition: height 0.3s;
}
#main .sec-4 .faq-list .faq-item .faq-text .text-inner {
  color: #666;
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  padding: 2px 70px 39px;
}
#main .sec-4 .faq-list .faq-item .faq-text .text-inner small {
  font-size: 20px;
  font-weight: 300;
}
#main .sec-4 .faq-list .faq-item:not(.unfold) .btn-toggler::after {
  transform: rotateX(180deg);
}
#main .sec-4 .faq-list .faq-item:not(.unfold) .faq-text {
  height: 0 !important;
}
@media all and (max-width: 1024px) {
  #main .sec-4 {
    padding-block: 60px 70px;
  }
  #main .sec-4 .sec-title {
    margin-bottom: 44px;
  }
  #main .sec-4 .faq-list li:not(:first-child) {
    margin-top: 25px;
  }
  #main .sec-4 .faq-list .faq-item {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  #main .sec-4 .faq-list .faq-item .faq-toggler .faq-title {
    align-items: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 20px;
    padding: 18px 15px;
  }
  #main .sec-4 .faq-list .faq-item .faq-toggler .btn-toggler::after {
    top: 24px;
    right: 17px;
    width: 12px;
    height: 7px;
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.48344L10.8071 6.96718L5.93824 2.57194L1.12235 6.99998L0 5.45064L6 0L12 5.48344Z" fill="%23262626"/></svg>');
  }
  #main .sec-4 .faq-list .faq-item .faq-text .text-inner {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
    padding: 0 60px 18px 38px;
  }
  #main .sec-4 .faq-list .faq-item .faq-text .text-inner small {
    font-size: 13px;
  }
}
#main .sec-5 {
  background-color: #404040;
  padding-block: 90px 140px;
}
#main .sec-5 .sec-title {
  margin-bottom: 66px;
}
#main .sec-5 .sec-title h3 {
  color: #fff;
}
#main .sec-5 .notice-list {
  margin-right: -80px;
}
#main .sec-5 .notice-list li {
  position: relative;
  color: #D0D0D0;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 19px;
}
#main .sec-5 .notice-list li a {
  text-decoration: none;
}
#main .sec-5 .notice-list li:not(:first-child) {
  margin-top: 10px;
}
#main .sec-5 .notice-list li::before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #d9d9d9;
  content: "";
}
@media all and (max-width: 1340px) {
  #main .sec-5 .notice-list {
    margin-right: 0;
  }
}
@media all and (max-width: 1024px) {
  #main .sec-5 {
    padding-block: 60px 54px;
  }
  #main .sec-5 .sec-title {
    margin-bottom: 44px;
  }
  #main .sec-5 .notice-list li {
    font-size: 13px;
    line-height: 16px;
    word-break: keep-all;
    padding-left: 10px;
  }
  #main .sec-5 .notice-list li:not(:first-child) {
    margin-top: 12px;
  }
  #main .sec-5 .notice-list li::before {
    top: 6px;
    width: 4px;
    height: 4px;
  }
}
#main .floating-area {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  pointer-events: none;
  transform: translateY(100%);
  transition: transform 0.3s;
  background-color: #2D005C;
  will-change: transform;
}
#main .floating-area.visible {
  pointer-events: auto;
  transform: translateY(0);
}
#main .floating-area.end {
  transition: none;
  transform: translateY(0) !important;
}

.policy-wrap {
  min-height: 100vh;
  background-color: #E9E9E9;
  padding-bottom: 69px;
}
.policy-wrap .inner {
  max-width: 1432px;
}
.policy-wrap .policy-title {
  color: #262626;
  font-size: 34px;
  font-weight: 400;
  line-height: 53px;
  letter-spacing: -0.01em;
  padding-top: 81px;
  margin-bottom: 68px;
}
.policy-wrap .policy-title strong {
  color: #68217A;
  font-size: 40px;
  font-weight: 700;
}
.policy-wrap .policy-cont {
  background-color: #fff;
  padding: 100px 142px 71px;
}
.policy-wrap .policy-cont .policy-block {
  color: #666;
  font-size: 19px;
  font-weight: 400;
  line-height: 28px;
  word-break: keep-all;
}
.policy-wrap .policy-cont .policy-block:not(:first-child) {
  border-top: 1px solid #E9E9E9;
  padding-top: 44px;
  margin-top: 44px;
}
.policy-wrap .policy-cont .block-title {
  color: #262626;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}
.policy-wrap .policy-cont .block-title small {
  font-size: 18px;
  font-weight: 400;
}
.policy-wrap .policy-cont .block-text .text {
  margin: 20px 0;
}
.policy-wrap .policy-cont .block-text .text ul {
  padding: 16px 0 0 23px;
}
.policy-wrap .policy-cont .block-text .text ul li div {
  padding: 4px 0 8px;
}
.policy-wrap .policy-cont .block-text .text ul li:last-child div {
  padding-bottom: 0;
}
.policy-wrap .policy-cont .block-text .text > div {
  margin-top: 12px;
}
.policy-wrap .policy-cont .block-text .text > div > ul {
  padding-top: 8px;
}
.policy-wrap .policy-cont .block-text > *:last-child {
  margin-bottom: 0;
}
.policy-wrap .policy-cont .table {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.policy-wrap .policy-cont .table .table-layout {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.policy-wrap .policy-cont .table .table-layout dl {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.policy-wrap .policy-cont .table .table-layout dl dt {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 37px;
  background-color: #e9e9e9;
  color: #666;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
}
.policy-wrap .policy-cont .table .table-layout dl dd {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 14px;
  color: #666;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  box-sizing: border-box;
}
.policy-wrap .policy-cont .table .table-layout.layout-1 {
  gap: 4px;
}
.policy-wrap .policy-cont .table .table-layout.layout-1 li {
  width: calc((100% - 12px) / 4);
}
.policy-wrap .policy-cont .table .table-layout.layout-2 li {
  width: 50%;
}
.policy-wrap .policy-cont .table .table-layout.layout-2 dl {
  border-right-width: 0;
}
.policy-wrap .policy-cont .table .table-layout.layout-2 dl dd ~ dd {
  border-top: 1px solid #e9e9e9;
}
.policy-wrap .policy-cont .table .table-layout.layout-2 li:last-child dl {
  border-right-width: 1px;
}
.policy-wrap .policy-cont .table .table-layout.layout-3 li {
  width: 100%;
}
.policy-wrap .policy-cont .table .table-layout.layout-3 dl {
  flex-direction: row;
  flex-wrap: wrap;
}
.policy-wrap .policy-cont .table .table-layout.layout-3 dl dt {
  width: 100%;
}
.policy-wrap .policy-cont .table .table-layout.layout-3 dl dd {
  position: relative;
  flex-basis: 50%;
}
.policy-wrap .policy-cont .table .table-layout.layout-3 dl dd:not(:first-of-type)::before {
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  border-left: 1px solid #e9e9e9;
  content: "";
}
@media all and (max-width: 1024px) {
  .policy-wrap {
    padding-bottom: 22px;
  }
  .policy-wrap .policy-title {
    font-size: 20px;
    line-height: 29px;
    padding-top: 41px;
    margin-bottom: 34px;
  }
  .policy-wrap .policy-title strong {
    font-size: 24px;
  }
  .policy-wrap .policy-cont {
    padding: 36px 16px 52px;
  }
  .policy-wrap .policy-cont .policy-block {
    font-size: 14px;
    line-height: 21px;
  }
  .policy-wrap .policy-cont .policy-block:not(:first-child) {
    padding-top: 28px;
    margin-top: 28px;
  }
  .policy-wrap .policy-cont .block-title {
    color: #262626;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .policy-wrap .policy-cont .block-title small {
    display: block;
    font-size: 14px;
    margin-top: 8px;
  }
  .policy-wrap .policy-cont .block-text .text {
    margin: 12px 0;
  }
  .policy-wrap .policy-cont .block-text .text ul {
    padding: 12px 0 0 24px;
  }
  .policy-wrap .policy-cont .block-text .text ul li div {
    padding: 4px 0 16px;
  }
  .policy-wrap .policy-cont .block-text .text ul li:last-child div {
    padding-bottom: 0;
  }
  .policy-wrap .policy-cont .block-text .text > div {
    margin-top: 8px;
  }
  .policy-wrap .policy-cont .block-text .text > div > ul {
    padding: 4px 0 0 8px;
  }
  .policy-wrap .policy-cont .block-text > *:last-child {
    margin-bottom: 0;
  }
  .policy-wrap .policy-cont .table {
    margin: 12px 0;
  }
  .policy-wrap .policy-cont .table .table-layout dl dt {
    height: 32px;
    font-size: 13px;
    line-height: 1;
  }
  .policy-wrap .policy-cont .table .table-layout dl dd {
    padding: 11px;
    font-size: 13px;
    line-height: 19px;
  }
  .policy-wrap .policy-cont .table .table-layout table:has(.layout-1) {
    overflow: hidden;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-1 {
    flex-shrink: 0;
    gap: 3px;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-1 li {
    flex-shrink: 0;
    width: 195px;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-2 li {
    width: 35%;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-2 li:nth-child(2) {
    width: 65%;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-2 dl {
    border-left-width: 0;
    border-right-width: 0;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-2 dl dd {
    padding-inline: 0;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-2 li:first-child dl {
    border-left-width: 1px;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-2 li:last-child dl {
    border-right-width: 1px;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-3 li {
    width: 100%;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-3 dl {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-3 dl dt {
    width: 100%;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-3 dl dd {
    position: relative;
    flex-basis: 100%;
  }
  .policy-wrap .policy-cont .table .table-layout.layout-3 dl dd:not(:first-of-type)::before {
    top: 0;
    bottom: auto;
    left: 16px;
    right: 16px;
    border-top: 1px solid #e9e9e9;
    border-left: 0;
  }
}