@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css);
@import url(https://cdn.jsdelivr.net/npm/@noonnu/yg-jalnan@0.1.0/index.min.css);
@font-face {
  font-family: "HSBombaram21-Regular";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/HSBombaram21-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
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, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

sup {
  vertical-align: super;
}

body {
  min-width: 360px;
  width: 100%;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  color: #333;
  letter-spacing: -0.5px;
  font-weight: 400;
  padding-top: 80px;
  word-break: keep-all;
  box-sizing: border-box;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  body {
    padding-top: 60px;
  }
}

hr {
  display: block;
  border: 0;
  margin: 0;
}

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

input, select, textarea {
  font-family: inherit;
  outline: none;
}

a, button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none;
}
a:hover, button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.embed-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
.embed-responsive:before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe {
  flex: 1 1 0;
  min-width: 0;
}
.iframe iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.height-auto {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .height-auto {
    flex-direction: column;
  }
  .height-auto figure {
    width: 100% !important;
  }
}

.container {
  max-width: 1230px;
}

/* page-header */
.page-header .container-fluid {
  display: table;
  height: 500px;
  width: 100%;
  table-layout: fixed;
  padding: 0;
}
.page-header .container-fluid > div {
  display: table-cell;
  vertical-align: middle;
}
.page-header .container-fluid > div.details {
  background-color: #e0e0e0;
}
.page-header .container-fluid > div.details .container {
  max-width: 800px;
  margin-right: 0;
}
.page-header .container-fluid > div.details .container small {
  display: inline-block;
  font-size: 20px;
  color: #0062b1;
  font-family: yg-jalnan;
  font-weight: bold;
  line-height: 36px;
  padding: 0 15px;
  border-radius: 100px;
  border: 1px solid #0062b1;
}
.page-header .container-fluid > div.details .container h3 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
}
.page-header .container-fluid > div.details .container p {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  margin-top: 20px;
}
.page-header .container-fluid > div.item-bg {
  overflow: hidden;
}
.page-header .container-fluid > div.item-bg .backdrop {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.page-header .container-fluid > div.item-bg > figure {
  display: none;
}
.page-header .container-fluid > div.item-bg > figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .page-header .container-fluid {
    display: flex;
    height: auto;
    flex-direction: column-reverse;
  }
  .page-header .container-fluid > div {
    display: block;
  }
  .page-header .container-fluid > div.details {
    text-align: center;
    padding: 60px 0;
  }
  .page-header .container-fluid > div.details .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .page-header .container-fluid > div.details .container small {
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
  }
  .page-header .container-fluid > div.details .container h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .page-header .container-fluid > div.details .container p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
  }
  .page-header .container-fluid > div.item-bg > figure {
    display: block;
  }
}

/* page-top */
.page-top {
  text-align: center;
  padding: 80px 0 100px;
}
.page-top .container .details small {
  display: block;
  font-size: 30px;
  color: #000;
  font-family: yg-jalnan;
}
.page-top .container .details h3 {
  font-size: 50px;
  color: #000;
  font-family: yg-jalnan;
  margin-top: 30px;
  line-height: 1.2;
}
.page-top .container .details hr {
  display: block;
  width: 60px;
  height: 1px;
  margin: 40px auto;
  background-color: #000;
}
.page-top .container .details p {
  display: block;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
}
.page-top .container .details span {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin-top: 30px;
}
.page-top .container .details span b {
  font-weight: bold;
}
.page-top .container .item-bg {
  margin-top: 60px;
}
.page-top .container .item-bg figure .effect-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 400px;
  transform-origin: top;
  transform: scale(0.6);
}
@media (max-width: 1024px) {
  .page-top {
    padding: 60px 0;
  }
  .page-top .container .details small {
    font-size: 22px;
  }
  .page-top .container .details h3 {
    font-size: 40px;
    line-height: 56px;
    margin-top: 15px;
  }
  .page-top .container .details hr {
    margin: 30px auto;
  }
  .page-top .container .details p {
    font-size: 14px;
    line-height: 24px;
  }
  .page-top .container .details span {
    font-size: 14px;
    margin-top: 20px;
  }
}

/************** sub common **************/
.sub-title {
  font-size: 30px;
  font-family: yg-jalnan;
  color: #fdd000;
  line-height: 38px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .sub-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.sub-content {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .sub-content {
    font-size: 17px;
    line-height: 27px;
  }
}

figure {
  margin: 30px auto;
}
figure img {
  display: block;
  width: 100%;
}
figure img.round {
  border-radius: 20px;
}
figure.img-sm {
  max-width: 384px;
}
figure.img-md {
  max-width: 640px;
}
figure.img-lg {
  max-width: 896px;
}
figure figcaption {
  margin-top: 8px;
  font-size: 16px;
  color: #888;
  text-align: right;
}
@media (max-width: 1024px) {
  figure.img-sm {
    max-width: 260px;
    margin: 0 auto;
  }
  figure.img-md {
    max-width: 260px;
    margin: 0 auto;
  }
  figure.img-lg {
    max-width: 260px;
    margin: 0 auto;
  }
}

.video video {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .video video {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.row .col-1 {
  width: 10%;
}
.row .col-2 {
  width: 20%;
}
.row .col-3 {
  width: 30%;
}
.row .col-33 {
  width: 33.3333333333%;
}
.row .col-4 {
  width: 40%;
}
.row .col-5 {
  width: 50%;
}
.row .col-6 {
  width: 60%;
}
.row .col-7 {
  width: 70%;
}
.row .col-8 {
  width: 80%;
}
.row .col-9 {
  width: 90%;
}
.row figure {
  margin: 0;
}
@media (max-width: 1024px) {
  .row {
    flex-direction: column;
  }
  .row > * {
    width: 100% !important;
  }
  .row.reverse > *:first-child {
    order: 1;
  }
}

.row-auto {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
.row-auto:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .row-auto {
    flex-direction: column;
  }
  .row-auto figure {
    width: 100% !important;
  }
  .row-auto figure figcaption {
    font-size: 14px;
  }
  .row-auto li {
    width: 100% !important;
  }
}

.form-group .form-control {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #000;
}
.form-group input[type=text].form-control {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #fff;
}
.form-group textarea.form-control {
  height: 120px;
  resize: none;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .form-group .form-control {
    font-size: 16px;
  }
  .form-group textarea.form-control {
    height: 100px;
  }
}

.privacy .accordion .btn-accordion {
  position: relative;
  display: block;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-right: 40px;
}
.privacy .accordion .btn-accordion:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  font-family: "fontello";
  content: "\e80e";
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transform: translateY(-50%);
}
.privacy .accordion .btn-accordion.show:after {
  transform: translateY(-50%) rotate(180deg);
}
.privacy .accordion .accordion-content {
  display: none;
  overflow: hidden;
  padding: 20px 30px;
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.privacy .accordion .accordion-content > ol > li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  padding-left: 18px;
  font-weight: 400;
  counter-increment: list-index;
}
.privacy .accordion .accordion-content > ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(list-index) ".";
}
.privacy .accordion .accordion-content .attention {
  position: relative;
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  margin-top: 20px;
  padding-left: 15px;
}
.privacy .accordion .accordion-content .attention:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
@media (max-width: 1024px) {
  .privacy .accordion .btn-accordion {
    font-size: 16px;
    text-align: left;
    line-height: 26px;
  }
  .privacy .accordion .accordion-content {
    padding: 20px 15px;
  }
  .privacy .accordion .accordion-content > ol > li {
    font-size: 14px;
    padding-left: 13px;
    line-height: 24px;
  }
  .privacy .accordion .accordion-content .attention {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 13px;
  }
}

.agreement {
  margin-top: 20px !important;
}
.agreement > ul {
  font-size: 0;
}
.agreement > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.agreement > ul > li input[type=radio] {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.agreement > ul > li label {
  display: inline-block;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: top;
}
.agreement > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .agreement > ul > li label {
    font-size: 16px;
  }
}

/* participation , event , kftc-quiz */
.participation,
.event,
.kftc-quiz {
  padding: 100px 0;
}
.participation .container .section-header,
.event .container .section-header,
.kftc-quiz .container .section-header {
  text-align: center;
  padding-bottom: 60px;
}
.participation .container .section-header h3,
.event .container .section-header h3,
.kftc-quiz .container .section-header h3 {
  font-size: 48px;
  color: #000;
  font-family: yg-jalnan;
}
.participation .container .section-content,
.event .container .section-content,
.kftc-quiz .container .section-content {
  padding: 60px;
  border-radius: 30px;
  background-color: #ffe87f;
  border: 2px solid #fdd000;
}
.participation .container .section-content .summary,
.event .container .section-content .summary,
.kftc-quiz .container .section-content .summary {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  text-align: center;
}
.participation .container .section-content .summary .attention,
.event .container .section-content .summary .attention,
.kftc-quiz .container .section-content .summary .attention {
  display: block;
  margin-top: 20px;
}
.participation .container .section-content .summary .attention:before,
.event .container .section-content .summary .attention:before,
.kftc-quiz .container .section-content .summary .attention:before {
  content: "※ ";
}
.participation .container .section-content form > div h4,
.event .container .section-content form > div h4,
.kftc-quiz .container .section-content form > div h4 {
  font-size: 36px;
  color: #000;
  font-family: yg-jalnan;
}
.participation .container .section-content form > div ~ div,
.event .container .section-content form > div ~ div,
.kftc-quiz .container .section-content form > div ~ div {
  margin-top: 60px;
}
.participation .container .section-content .form-list > ul > li > dl > dt,
.event .container .section-content .form-list > ul > li > dl > dt,
.kftc-quiz .container .section-content .form-list > ul > li > dl > dt {
  padding-bottom: 15px;
}
.participation .container .section-content .form-list > ul > li > dl > dt label,
.event .container .section-content .form-list > ul > li > dl > dt label,
.kftc-quiz .container .section-content .form-list > ul > li > dl > dt label {
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.participation .container .section-content .form-list > ul > li ~ li,
.event .container .section-content .form-list > ul > li ~ li,
.kftc-quiz .container .section-content .form-list > ul > li ~ li {
  margin-top: 30px;
}
.participation .container .section-content .usr-info .note,
.event .container .section-content .usr-info .note,
.kftc-quiz .container .section-content .usr-info .note {
  text-align: right;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.participation .container .section-content .usr-info .note:before,
.event .container .section-content .usr-info .note:before,
.kftc-quiz .container .section-content .usr-info .note:before {
  content: "* ";
  color: #ff0000;
}
.participation .container .section-content .usr-info .form-table,
.event .container .section-content .usr-info .form-table,
.kftc-quiz .container .section-content .usr-info .form-table {
  margin-top: 30px;
}
.participation .container .section-content .usr-info .form-table .table,
.event .container .section-content .usr-info .form-table .table,
.kftc-quiz .container .section-content .usr-info .form-table .table {
  width: 100%;
  table-layout: fixed;
}
.participation .container .section-content .usr-info .form-table .table tbody tr th,
.event .container .section-content .usr-info .form-table .table tbody tr th,
.kftc-quiz .container .section-content .usr-info .form-table .table tbody tr th {
  font-size: 20px;
  color: #000;
  width: 100px;
  vertical-align: middle;
}
.participation .container .section-content .usr-info .form-table .table tbody tr th:after,
.event .container .section-content .usr-info .form-table .table tbody tr th:after,
.kftc-quiz .container .section-content .usr-info .form-table .table tbody tr th:after {
  color: #ff0000;
  content: " *";
}
.participation .container .section-content .usr-info .form-table .table tbody tr td,
.event .container .section-content .usr-info .form-table .table tbody tr td,
.kftc-quiz .container .section-content .usr-info .form-table .table tbody tr td {
  vertical-align: middle;
  padding: 5px 10px;
}
.participation .container .section-content .usr-info .info-body,
.event .container .section-content .usr-info .info-body,
.kftc-quiz .container .section-content .usr-info .info-body {
  margin-top: 30px;
}
.participation .container .section-content .usr-info .info-body .info-list,
.event .container .section-content .usr-info .info-body .info-list,
.kftc-quiz .container .section-content .usr-info .info-body .info-list {
  overflow: hidden;
}
.participation .container .section-content .usr-info .info-body .info-list > li,
.event .container .section-content .usr-info .info-body .info-list > li,
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li {
  float: left;
  width: 50%;
}
.participation .container .section-content .usr-info .info-body .info-list > li > dl,
.event .container .section-content .usr-info .info-body .info-list > li > dl,
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li > dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.participation .container .section-content .usr-info .info-body .info-list > li > dl > dt, .participation .container .section-content .usr-info .info-body .info-list > li > dl dd,
.event .container .section-content .usr-info .info-body .info-list > li > dl > dt,
.event .container .section-content .usr-info .info-body .info-list > li > dl dd,
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li > dl > dt,
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li > dl dd {
  display: table-cell;
  vertical-align: middle;
}
.participation .container .section-content .usr-info .info-body .info-list > li > dl dt,
.event .container .section-content .usr-info .info-body .info-list > li > dl dt,
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li > dl dt {
  font-size: 20px;
  color: #000;
  width: 80px;
  font-weight: bold;
}
.participation .container .section-content .usr-info .info-body .info-list > li > dl dt.necessary:after,
.event .container .section-content .usr-info .info-body .info-list > li > dl dt.necessary:after,
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li > dl dt.necessary:after {
  color: #ff0000;
  content: " *";
}
.participation .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2n + 1),
.event .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2n + 1),
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2n + 1) {
  clear: left;
  padding-right: 20px;
}
.participation .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2n + 2),
.event .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2n + 2),
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2n + 2) {
  padding-left: 20px;
}
.participation .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2) ~ li,
.event .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2) ~ li,
.kftc-quiz .container .section-content .usr-info .info-body .info-list > li:nth-of-type(2) ~ li {
  margin-top: 20px;
}
.participation .container .section-content .btn-area,
.event .container .section-content .btn-area,
.kftc-quiz .container .section-content .btn-area {
  margin-top: 45px;
}
.participation .container .section-content .btn-area .btn-submit,
.event .container .section-content .btn-area .btn-submit,
.kftc-quiz .container .section-content .btn-area .btn-submit {
  display: block;
  width: 300px;
  font-size: 26px;
  color: #fff;
  line-height: 60px;
  margin: 0 auto;
  border-radius: 60px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #dfb800;
}
.participation .container .section-content .btn-area .btn-submit:hover,
.event .container .section-content .btn-area .btn-submit:hover,
.kftc-quiz .container .section-content .btn-area .btn-submit:hover {
  background-color: #fdd000;
}
@media (max-width: 1024px) {
  .participation,
  .event,
  .kftc-quiz {
    padding: 60px 0;
  }
  .participation .container .section-header,
  .event .container .section-header,
  .kftc-quiz .container .section-header {
    padding-bottom: 30px;
  }
  .participation .container .section-header h3,
  .event .container .section-header h3,
  .kftc-quiz .container .section-header h3 {
    font-size: 20px;
  }
  .participation .container .section-content,
  .event .container .section-content,
  .kftc-quiz .container .section-content {
    padding: 20px 15px;
    border-radius: 15px;
  }
  .participation .container .section-content .summary,
  .event .container .section-content .summary,
  .kftc-quiz .container .section-content .summary {
    font-size: 16px;
    line-height: 26px;
  }
  .participation .container .section-content form > div h4,
  .event .container .section-content form > div h4,
  .kftc-quiz .container .section-content form > div h4 {
    font-size: 20px;
  }
  .participation .container .section-content form > div ~ div,
  .event .container .section-content form > div ~ div,
  .kftc-quiz .container .section-content form > div ~ div {
    margin-top: 30px;
  }
  .participation .container .section-content .form-list > ul > li > dl > dt,
  .event .container .section-content .form-list > ul > li > dl > dt,
  .kftc-quiz .container .section-content .form-list > ul > li > dl > dt {
    padding-bottom: 10px;
  }
  .participation .container .section-content .form-list > ul > li > dl > dt label,
  .event .container .section-content .form-list > ul > li > dl > dt label,
  .kftc-quiz .container .section-content .form-list > ul > li > dl > dt label {
    font-size: 16px;
    line-height: 26px;
  }
  .participation .container .section-content .form-list > ul > li ~ li,
  .event .container .section-content .form-list > ul > li ~ li,
  .kftc-quiz .container .section-content .form-list > ul > li ~ li {
    margin-top: 20px;
  }
  .participation .container .section-content .usr-info .note,
  .event .container .section-content .usr-info .note,
  .kftc-quiz .container .section-content .usr-info .note {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .participation .container .section-content .usr-info .form-table,
  .event .container .section-content .usr-info .form-table,
  .kftc-quiz .container .section-content .usr-info .form-table {
    margin-top: 20px;
  }
  .participation .container .section-content .usr-info .form-table .table tbody tr th,
  .event .container .section-content .usr-info .form-table .table tbody tr th,
  .kftc-quiz .container .section-content .usr-info .form-table .table tbody tr th {
    width: 60px;
    text-align: left;
    font-size: 16px;
  }
  .participation .container .section-content .usr-info .info-body .info-list > li,
  .event .container .section-content .usr-info .info-body .info-list > li,
  .kftc-quiz .container .section-content .usr-info .info-body .info-list > li {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
  .participation .container .section-content .usr-info .info-body .info-list > li ~ li,
  .event .container .section-content .usr-info .info-body .info-list > li ~ li,
  .kftc-quiz .container .section-content .usr-info .info-body .info-list > li ~ li {
    margin-top: 10px !important;
  }
  .participation .container .section-content .btn-area .btn-submit,
  .event .container .section-content .btn-area .btn-submit,
  .kftc-quiz .container .section-content .btn-area .btn-submit {
    width: 100%;
    font-size: 20px;
    line-height: 45px;
  }
}

.deadline {
  margin-top: 60px;
  text-align: center;
}
.deadline > p {
  display: inline-block;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding: 0 50px;
  border-radius: 50px;
  line-height: 60px;
  background-color: #fdd000;
}
@media (max-width: 1024px) {
  .deadline {
    margin-top: 30px;
  }
  .deadline p {
    font-size: 20px;
    line-height: 48px;
  }
}

.quiz-list > ol > li {
  counter-increment: list-index;
}
.quiz-list > ol > li ~ li {
  margin-top: 30px;
}
.quiz-list > ol > li > dl {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
}
.quiz-list > ol > li > dl > dt {
  position: relative;
  min-height: 50px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 25px;
  padding-left: 70px;
}
.quiz-list > ol > li > dl > dt:before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 50px;
  content: "Q" counter(list-index);
  background-color: #dfb800;
}
.quiz-list > ol > li > dl > dd {
  margin-top: 20px;
  padding-left: 70px;
}
.quiz-list > ol > li > dl > dd > ol > li {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
}
.quiz-list > ol > li > dl > dd > ol > li ~ li {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .quiz-list > ol > li > dl {
    padding: 20px 15px;
  }
  .quiz-list > ol > li > dl > dt {
    font-size: 16px;
    line-height: 20px;
    padding-left: 55px;
  }
  .quiz-list > ol > li > dl > dt:before {
    width: 40px;
    line-height: 40px;
  }
  .quiz-list > ol > li > dl > dd {
    padding-left: 55px;
  }
  .quiz-list > ol > li > dl > dd > ol > li {
    font-size: 14px;
    line-height: 24px;
  }
  .quiz-list > ol > li > dl > dd > ol > li input {
    position: relative;
    top: 2px;
  }
  .quiz-list > ol > li ~ li {
    margin-top: 20px;
  }
}

/* kftc-quiz */
.kftc-quiz {
  background-color: #fafafa;
}

/* prizewinner */
.prizewinner {
  text-align: center;
  padding: 100px 0;
}
.prizewinner .container .article-header {
  padding-bottom: 60px;
}
.prizewinner .container .article-header h3 {
  font-size: 48px;
  line-height: normal;
  color: #0062b1;
  font-family: yg-jalnan;
}
.prizewinner .container .article-content {
  max-width: 800px;
  padding: 60px;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #d7e5f8;
  border: 2px solid #0062b1;
}
.prizewinner .container .article-content > dl {
  padding: 45px 0;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.prizewinner .container .article-content > dl > dt {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.prizewinner .container .article-content > dl > dd {
  margin-top: 30px;
  width: 100%;
}
.prizewinner .container .article-content > dl > dd > ul > li {
  font-size: 20px;
  color: #000;
}
.prizewinner .container .article-content > dl > dd > ul > li span {
  display: inline-block;
  width: 45px;
  letter-spacing: -3px;
  text-align: justify;
  text-align-last: justify;
  margin-left: 20px;
}
.prizewinner .container .article-content > dl > dd > ul > li ~ li {
  margin-top: 20px;
}
.prizewinner .container .article-content .attention {
  font-weight: bold;
  font-size: 20px;
  color: #de530f;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .prizewinner {
    padding: 60px 0;
  }
  .prizewinner .container .article-header {
    padding-bottom: 30px;
  }
  .prizewinner .container .article-header h3 {
    font-size: 20px;
  }
  .prizewinner .container .article-content {
    padding: 30px;
  }
  .prizewinner .container .article-content > dl {
    max-width: 100%;
  }
  .prizewinner .container .article-content > dl > dt {
    font-size: 20px;
  }
  .prizewinner .container .article-content > dl > dd > ul > li {
    font-size: 18px;
  }
  .prizewinner .container .article-content > dl > dd > ul > li span {
    width: 40px;
  }
  .prizewinner .container .article-content > dl > dd > ul > li ~ li {
    margin-top: 15px;
  }
}

/* move-area */
.move-area {
  padding: 100px 0;
}
.move-area .container .btn-area {
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid #000;
}
.move-area .container .btn-area > a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #8d8d8d;
  font-weight: bold;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.move-area .container .btn-area > a:hover {
  color: #0062b1;
}
.move-area .container .btn-area > a.btn-prev {
  float: left;
}
.move-area .container .btn-area > a.btn-next {
  float: right;
}
@media (max-width: 1024px) {
  .move-area {
    padding: 60px 0;
  }
  .move-area .container .btn-area {
    padding-top: 20px;
  }
}

.news .container .retirement .box {
  background-color: #d2cbbb;
}

.prizewinner .person-list li span {
  letter-spacing: 0.5px !important;
}

figcaption, .caption {
  text-align: right !important;
}
@media (max-width: 1024px) {
  figcaption, .caption {
    text-align: right !important;
  }
}

@media (max-width: 1024px) {
  figcaption {
    text-align: right !important;
  }
}
figure img {
  border-radius: 20px;
}
@media (max-width: 1024px) {
  figure figcaption {
    text-align: right !important;
  }
}

video {
  border-radius: 25px;
  width: 100%;
}

.height-auto {
  margin: 30px 0;
}
.height-auto figure {
  margin: 0;
}

section {
  line-height: 1.6;
  font-size: 18px;
}

dd > span {
  background-image: linear-gradient(#FDF7C3, #FDF7C3);
}

.visible-lg {
  display: block;
}
@media (max-width: 1024px) {
  .visible-lg {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block;
  }
}

#content .page-top .container .details p > span {
  display: inline;
  background-image: linear-gradient(#FDF7C3, #FDF7C3);
}
#content section h3 {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  color: #69d8ad;
  line-height: 1.5;
  font-family: yg-jalnan;
}
#content section p {
  display: block;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 18px;
}
#content section p > span {
  background-image: linear-gradient(#fdf7c3, #fdf7c3);
}
#content section strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 900;
  font-family: yg-jalnan;
}
#content section .flex-box {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
#content section .flex-box > div {
  flex: 1 1 100%;
}
#content section .flex-box > div.first {
  flex: 1 1 22%;
}
#content section .flex-box > div.type-2 {
  flex: 1 1 54%;
}
#content section .flex-box > div.type-3 {
  flex: 1 1 75%;
}
#content section .flex-box > div.type-4 {
  flex: 1 1 72%;
}
#content section .flex-box figure {
  margin: 0;
}
#content section article {
  padding: 30px;
  background: linear-gradient(to top, #f4f4f4, #fcfcfc);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
#content section article ~ article {
  margin-top: 80px;
}
#content section article .table-container {
  margin: 30px 0;
}
#content section article .table-container table {
  text-align: center;
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}
#content section article .table-container table td,
#content section article .table-container table th {
  border: 1px solid #000;
  padding: 10px;
}
#content section article .table-container table thead tr th {
  font-weight: 900;
}
#content section article .table-container table tbody tr:nth-of-type(n + 2):nth-of-type(-n + 6) td {
  background-color: #fff7cc;
}
#content section article .table-container table tbody tr:nth-of-type(n + 7):nth-of-type(-n + 10) {
  background-color: #cdf2e4;
}
#content section article .table-container table tbody tr:nth-of-type(n + 11):nth-of-type(-n + 14) {
  background-color: #dfe6f7;
}
#content section article > figure {
  max-width: 700px;
}
#content section article .tip-list {
  margin-bottom: 30px;
}
#content section article .tip-list ol li dl dt {
  font-weight: 900;
  margin-bottom: 10px;
}
#content section article .tip-list ol li ~ li {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  #content .container h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #content .container p {
    line-height: 1.4;
  }
  #content section article {
    padding: 15px;
  }
  #content section article ~ article {
    margin-top: 50px;
  }
  #content section article * {
    text-align: justify;
    word-break: break-all;
  }
  #content section article .table-container table td,
  #content section article .table-container table th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
  }
  #content section article .table-container table thead tr th {
    font-weight: 900;
  }
  #content section article .table-container table tbody tr:nth-of-type(n + 2):nth-of-type(-n + 6) td {
    background-color: #fff7cc;
  }
  #content section article .table-container table tbody tr:nth-of-type(n + 7):nth-of-type(-n + 10) {
    background-color: #cdf2e4;
  }
  #content section article .table-container table tbody tr:nth-of-type(n + 11):nth-of-type(-n + 14) {
    background-color: #dfe6f7;
  }
  #content section article .table-container table tbody tr td:last-child {
    text-align-last: left;
  }
  #content section article .table-container table * {
    font-size: 14px;
  }
  #content section .flex-box {
    flex-direction: column;
  }
  #content section .flex-box > div {
    flex: 1 1 100%;
  }
  #content section .flex-box > div.first {
    flex: 1 1 22%;
  }
  #content section .flex-box > div.type-2 {
    flex: 1 1 54%;
  }
  #content section .flex-box > div.type-3 {
    flex: 1 1 75%;
  }
  #content section .flex-box > div.type-4 {
    flex: 1 1 72%;
  }
  #content section .flex-box figure {
    margin: 0;
  }
}
#content section .video-container {
  font-size: 0;
}
#content section .video-container > p {
  margin: 8px 0 0;
  font-size: 16px;
  color: #888;
  text-align: right;
}

.content-box {
  display: flex;
  gap: 30px;
  margin: 30px 0;
}
.content-box > * {
  flex: 1 1 100%;
}
.content-box figure {
  margin: 0 auto;
}
.content-box .height-auto {
  margin: 0;
}
.content-box.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .content-box.reverse {
    flex-direction: column;
  }
}
.content-box.video-flex > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-box.video-flex > div:nth-of-type(1) {
  flex-basis: 133.2%;
}
@media (max-width: 1024px) {
  .content-box {
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
  }
}

video {
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
}

.quiz-box > ul > li ~ li {
  margin-top: 60px;
}

.item-img.xsm {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.item-img.sm {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

p.caption {
  margin: 8px 0 0 auto !important;
  font-size: 16px;
  color: #888;
  text-align: right;
}

p.fighting {
  font-size: 36px !important;
}
@media (max-width: 1024px) {
  p.fighting {
    font-size: 24px !important;
  }
}

.content-list {
  margin-top: 30px;
}
.content-list > dl > dt {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: yg-jalnan;
}
.content-list ul > li ~ li {
  margin-top: 30px;
}
.content-list ~ .content-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .content-list > dl > dt {
    font-size: 18px;
  }
}

.box {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  .box {
    flex-direction: column;
  }
  .box > div {
    flex: 1 1 100%;
  }
}

.video-list {
  display: flex;
  gap: 20px;
  font-size: 0;
}
@media (max-width: 1024px) {
  .video-list {
    flex-direction: column;
  }
}
.video-list .video-box {
  display: block;
  width: 100%;
}
.video-list .video-box > video {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.video-list .video {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.video-list figure {
  margin: 0;
}
.video-list p.caption {
  font-size: 16px !important;
}

.memo-box {
  position: relative;
  display: block;
  margin: 100px auto 0;
  padding: 80px 30px 30px 30px;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.memo-box > div {
  text-align: center;
}
.memo-box ol {
  text-align: left;
}
.memo-box ol li {
  font-weight: bold;
}
.memo-box::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../images/life01/img_memo_spring.svg") no-repeat 50% 0%/95% auto;
}
@media (max-width: 768px) {
  .memo-box {
    padding-top: 30px;
  }
  .memo-box::before {
    top: -10px;
  }
}

.post-it {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 180px 30px 100px 30px;
  width: 100%;
  max-width: 700px;
  text-align: center;
}
.post-it > div {
  position: relative;
  z-index: 2;
}
.post-it > div ul {
  text-align: left;
}
.post-it > div ul li {
  font-weight: bold;
}
.post-it::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/life01/img_postit.png") no-repeat 50% 0/100% 100%;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.2));
  z-index: 1;
}
@media (max-width: 768px) {
  .post-it {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .post-it::before {
    background-size: auto 100%;
  }
}

section {
  /* equipment-list */
}
section .container > article {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15) !important;
}
section .container > article .article-header > h3 {
  color: #802781 !important;
}
section .container > article .article-content > p, section .container > article .article-content > div, section .container > article .article-content > figure {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
section .container > article .article-content *:first-child {
  margin-top: 0;
}
section .container > article .article-content figure {
  margin: 0;
}
section .item-box {
  display: flex;
  gap: 20px;
}
section .item-box > figure, section .item-box > div {
  flex: 1 1 100%;
  margin: 0 !important;
}
section .item-box > div.details > p {
  margin: 0 !important;
}
section .video p.caption {
  font-size: 16px !important;
}
@media (max-width: 1024px) {
  section .container article .article-header > h3 {
    font-size: 24px !important;
    margin-bottom: 0 !important;
  }
  section .container article .article-content {
    margin-top: 30px;
  }
  section .container article .article-content > p, section .container article .article-content > div, section .container article .article-content > figure {
    margin-top: 20px !important;
  }
  section .item-box {
    flex-direction: column;
  }
  section .item-box > div.details > p {
    margin: 0 !important;
  }
}
section .equipment-list > ul > li > div.summary > div.box-top {
  display: block;
  font-size: 20px;
  font-family: yg-jalnan;
}
section .equipment-list > ul > li > div.summary > div.box {
  display: block;
  margin-top: 5px;
}
section .equipment-list > ul > li > div.summary > div.box > p, section .equipment-list > ul > li > div.summary > div.box > b, section .equipment-list > ul > li > div.summary > div.box > div, section .equipment-list > ul > li > div.summary > div.box > figure {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
section .equipment-list > ul > li > div.summary > div.box *:first-child {
  margin-top: 0 !important;
}
section .equipment-list > ul > li > div.summary > div.box > b {
  display: block;
  font-size: 20px;
  text-align: center;
  font-family: yg-jalnan;
}
section .equipment-list > ul > li > div.summary > div.box > figure {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
}
section .equipment-list > ul > li ~ li {
  margin-top: 60px;
}
section .equipment-list .item-box {
  align-items: center;
}
section .equipment-list .item-box.type-2 {
  align-items: start;
}
section .equipment-list .item-box.type-2 > figure, section .equipment-list .item-box.type-2 > div {
  flex: 1 1 100%;
}
@media (max-width: 1024px) {
  section .equipment-list > ul > li > div.summary > div.box-top > h4 {
    font-size: 19px;
  }
  section .equipment-list > ul > li > div.summary > div.box > p, section .equipment-list > ul > li > div.summary > div.box > b, section .equipment-list > ul > li > div.summary > div.box > div, section .equipment-list > ul > li > div.summary > div.box > figure {
    margin-top: 20px !important;
  }
  section .equipment-list > ul > li > div.summary > div.box > b {
    text-align: center !important;
  }
  section .equipment-list > ul > li ~ li {
    margin-top: 40px;
  }
}
section .table {
  display: block;
  width: 100%;
}
section .table > table {
  width: 100%;
  border: 1px solid #000;
}
section .table > table th, section .table > table td {
  padding: 15px;
  border: 1px solid #000;
  vertical-align: middle;
}
section .sub-list > li > * {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
section .sub-list > li ~ li {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  section .sub-list > li > * {
    margin-top: 20px;
  }
}

.check-list > li > dl > dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: yg-jalnan;
}
.check-list > li > dl > dt > span {
  color: red;
}
.check-list > li ~ li {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .check-list > li > dl > dt {
    font-size: 18px;
  }
}/*# sourceMappingURL=life01.css.map */