@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;
}

.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: 260px;
    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;
}

@media (max-width: 1024px) {
  figcaption {
    text-align: right !important;
  }
}
.life-3 section .container {
  text-align: justify;
  word-break: break-all;
}
.life-3 section .container > ul > li {
  padding: 30px;
  border-radius: 30px;
  background-color: #f4f4f4;
}
.life-3 section .container > ul > li h3 {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  color: #498b74;
  line-height: 1.5;
  font-family: yg-jalnan;
}
.life-3 section .container > ul > li p {
  display: block;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 18px;
}
.life-3 section .container > ul > li p.caption {
  margin-top: 8px;
  font-size: 16px;
  color: #888;
  text-align: right;
}
.life-3 section .container > ul > li .summary > ul > li {
  display: block;
  line-height: 1.6;
  font-size: 18px;
}
.life-3 section .container > ul > li .summary > ul > li ~ li {
  margin-top: 50px;
}
.life-3 section .container > ul > li .summary > ul > li .item-img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
  max-width: 800px;
}
.life-3 section .container > ul > li .summary > ul > li span {
  display: inline;
  background-image: linear-gradient(#fdf7c3, #fdf7c3);
}
.life-3 section .container > ul > li .summary > ul > li .item-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.life-3 section .container > ul > li .summary > ul > li .item-box.type-1 .item-img {
  width: 30%;
}
.life-3 section .container > ul > li .summary > ul > li .item-box.type-1 p {
  width: 70%;
}
.life-3 section .container > ul > li .summary > ul > li .item-box .item-img {
  width: 40%;
  margin: 0;
}
.life-3 section .container > ul > li .summary > ul > li .item-box > p {
  width: 60%;
}
.life-3 section .container > ul > li .summary > ul > li .item-box .details {
  width: 70%;
}
.life-3 section .container > ul > li .summary > ul > li .item-box .details > strong {
  display: block;
  color: #ff6f00;
  font-size: 24px;
  margin-bottom: 10px;
}
.life-3 section .container > ul > li .summary > ul > li .item-box.type-2 > .item-img {
  flex: 1 1 auto;
}
.life-3 section .container > ul > li .summary > ul > li .item-box.type-2 > .details {
  flex: 1 1 70%;
}
.life-3 section .container > ul > li .summary > ul > li:nth-of-type(odd) .item-box {
  flex-direction: row-reverse;
}
.life-3 section .container > ul > li .summary > ul > li.video-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.life-3 section .container > ul > li .summary > ul.musician-list li {
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
}
.life-3 section .container > ul > li ~ li {
  margin-top: 80px;
}
.life-3 section figure {
  display: block;
  margin: 0;
  width: 100%;
}
.life-3 section figure img {
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 20px;
}
.life-3 section video {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 1024px) {
  .life-3 section .container {
    text-align: justify;
    word-break: break-all;
  }
  .life-3 section .container > ul > li {
    padding: 15px;
  }
  .life-3 section .container > ul > li h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .life-3 section .container > ul > li .summary > ul > li ~ li {
    margin-top: 20px;
  }
  .life-3 section .container > ul > li .summary > ul > li .item-box {
    flex-direction: column;
    gap: 20px;
  }
  .life-3 section .container > ul > li .summary > ul > li .item-box.type-1 .item-img {
    width: 100%;
  }
  .life-3 section .container > ul > li .summary > ul > li .item-box.type-1 p {
    width: 100%;
  }
  .life-3 section .container > ul > li .summary > ul > li .item-box .item-img {
    width: 100%;
  }
  .life-3 section .container > ul > li .summary > ul > li .item-box .details {
    width: 100%;
  }
  .life-3 section .container > ul > li .summary > ul > li .item-box .details > strong {
    font-size: 20px;
  }
  .life-3 section .container > ul > li .summary > ul > li .item-box.type-2 > .item-img {
    flex: 1 1 auto;
  }
  .life-3 section .container > ul > li .summary > ul > li .item-box.type-2 > .details {
    flex: 1 1 230%;
  }
  .life-3 section .container > ul > li .summary > ul > li:nth-of-type(odd) .item-box {
    flex-direction: column;
    gap: 20px;
  }
  .life-3 section .container > ul > li .summary > ul.musician-list li {
    padding: 15px;
    background-color: #fff;
    border-radius: 30px;
  }
  .life-3 section .container > ul > li ~ li {
    margin-top: 60px;
  }
  .life-3 section figure {
    display: block;
    margin: 0;
    width: 100%;
  }
  .life-3 section figure img {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 20px;
  }
  .life-3 section video {
    display: block;
    width: 100%;
    border-radius: 30px;
  }
}

.last-thank {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .box {
    padding: 15px !important;
  }
  .box > * {
    text-align: justify;
    word-break: break-all;
  }
  .box .table-list > li {
    padding: 0;
  }
}/*# sourceMappingURL=life03.css.map */