@charset "UTF-8";
figure img {
  border-radius: 20px;
}

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

.page-header {
  margin: 0 !important;
}

section {
  margin: 0 !important;
  padding: 0;
}
section .container .sub-title {
  font-weight: 600;
}
section {
  padding: 0;
}
section article {
  padding: 60px 0;
}
section article:nth-of-type(1) {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  section article:nth-of-type(1) {
    padding: 40px 0;
  }
}
section article:nth-last-of-type(1) {
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  section article:nth-last-of-type(1) {
    padding-bottom: 80px;
  }
}
section article:nth-of-type(odd) {
  background-color: #f4f4f4;
}
section article h3 {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 600;
  word-break: keep-all;
  margin-bottom: 30px;
  padding-left: 35px;
}
section article h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background: url("../images/sub/sub_title_icon.svg") no-repeat center/contain;
}
section article p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
  word-break: break-all;
}
section article.epi .container > strong {
  text-align: center;
  display: block;
  font-size: 26px;
  color: #00bce8;
  line-height: 1.5;
}
section figure figcaption {
  line-height: 1.2;
  color: #666;
}
section.bg {
  padding-bottom: 0;
}
section.bg article:nth-last-of-type(1) {
  padding-bottom: 140px;
}
@media (max-width: 1024px) {
  section article {
    padding: 50px 0;
  }
  section article h3 {
    font-size: 24px;
    padding-left: 0;
    padding-top: 10px;
  }
  section article h3::before {
    top: 0 !important;
  }
  section article p {
    font-size: 17px;
  }
  section article.epi .container > strong {
    font-size: 22px;
  }
  section.bg article:nth-last-of-type(1) {
    padding-bottom: 80px;
  }
}

.front {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}
.front > .details {
  display: block;
  flex: 1 1 70%;
}
.front > .details > p {
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
.front > .item {
  flex: 1 1 30%;
}
.front > .item-audio {
  flex: 1 1 auto;
}
.front > .item-audio > ul {
  display: flex;
  gap: 30px;
}
.front > .item-audio > ul > li:nth-of-type(1) {
  flex: 1 1 auto;
}
.front > .item-audio > ul > li:nth-of-type(2) {
  flex: 1 1 32.5%;
}
.front.short {
  display: block;
}
.front.short .details {
  margin: 40px 0;
}
.front.short > .item-audio {
  flex: 1 1 auto;
}
.front.short > .item-audio > ul {
  display: flex;
  gap: 30px;
}
.front.short > .item-audio > ul > li:nth-of-type(1) {
  flex: 1 1 auto;
}
.front.short > .item-audio > ul > li:nth-of-type(2) {
  flex: 1 1 30%;
}
@media (max-width: 1024px) {
  .front {
    flex-direction: column;
  }
  .front > .details > p {
    font-size: 17px;
  }
  .front.short {
    display: block;
  }
  .front.short > .item-audio > ul {
    flex-direction: column;
  }
}
.front small {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

/* 20250523 고용이 모바일 크기 수정...*/
@media (max-width: 1024px) {
  #popup01 {
    top: 35vh;
  }
  #popup01 .popup-event-img #ci-cat {
    max-width: 80px;
  }
}
.caption-box {
  display: block;
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.caption-box sup {
  display: inline;
  padding-right: 10px;
  color: orangered;
  font-weight: 900;
  vertical-align: middle;
}
.caption-box p {
  display: inline-block;
}
@media (max-width: 1024px) {
  .caption-box ul li p {
    line-height: 1.2;
  }
  .caption-box ul li ~ li {
    margin-top: 10px;
  }
}

p > sup {
  display: inline;
  color: orangered;
  font-weight: 700;
  vertical-align: super;
}

.attention-box {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #000;
  font-size: 16px;
}
.attention-box ul li sup {
  display: inline;
  color: orangered;
  font-weight: 700;
  vertical-align: super;
}/*# sourceMappingURL=sub_common.css.map */