.library {
  border-top: 14px solid #272f88;
  overflow: hidden;
  padding: 0 15px;
}
.library .visual {
  height: unset;
  background-image: none;
  background-image: url(../images/2026/library-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.library .visual .img-wrap {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.library .visual .img-wrap .img {
  position: relative;
  padding-bottom: 59.5%;
  z-index: 1;
}
.library .visual .img-wrap .img img {
  position: absolute;
  top: 0;
  max-width: unset;
  left: 0;
  width: calc(100% + 81px);
}
.library .visual .links {
  position: relative;
  z-index: 2;
  transform: unset;
  bottom: unset;
  left: unset;
  display: flex;
  align-items: center;
  flex-direction: unset;
  width: 100%;
  max-width: 1160px;
  padding: 0;
  margin: -106px auto 106px;
}
@media (max-width: 1200px) {
  .library .visual .links {
    margin: -3% auto 50px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.library .visual .links > div,
.library .visual .links a {
  border-radius: 5px;
  height: 52px;
}
@media (max-width: 996px) {
  .library .visual .links > div,
  .library .visual .links a {
    font-size: 15px;
    max-width: 290px !important;
  }
  .library .visual .links > div img,
  .library .visual .links a img {
    width: 24px;
  }
}
.library .visual .links a {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 996px) {
  .library .visual .links a {
    padding: 3px;
  }
}
.library .visual .links a span {
  background-color: #fff;
  color: #df6e1c;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
}
.library .visual .links .subscribe {
  border: 5px solid #898989;
  color: #898989;
  background-color: #fff !important;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  max-width: 290px;
}
@media (max-width: 996px) {
  .library .visual .links .subscribe {
    border: 3px solid #898989;
  }
}
.library .prev-vols {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 1160px;
}
.library .prev-vols .vols {
  display: flex;
  flex-wrap: wrap;
  padding: 87px 9.395% 94px;
  border: 5px solid #272f88;
  border-radius: 50px;
  background-color: #fff;
}

.index {
  border-top: 14px solid #272f88;
  position: relative;
}
.index .index-visual {
  background-image: unset;
  min-height: unset;
}
.index .index-visual .top {
  padding-top: 10px;
  align-items: center;
}
.index .index-visual .top .vol {
  flex-direction: row;
  align-items: center;
  height: unset;
  width: unset;
  background-color: unset;
  border: none;
  color: #272f88;
  font-size: 20px;
}
@media (max-width: 769px) {
  .index .index-visual .top .vol {
    font-size: 17px;
  }
}
.index .index-visual .top .vol .home {
  width: 24px;
  margin-top: -5px;
}
@media (max-width: 769px) {
  .index .index-visual .top .vol .home {
    width: 21px;
  }
}
.index .index-visual .top .vol span {
  font-size: 16px;
  font-family: inherit;
  padding-top: 3px;
}
.index .index-visual .top .btn-wrap {
  flex-direction: row;
  gap: 9px;
}
@media (max-width: 769px) {
  .index .index-visual .top .btn-wrap {
    gap: 7px;
  }
}
.index .index-visual .top .btn-wrap .home {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .index-visual .top .btn-wrap .home img {
  width: 25px;
}
.index .index-visual .top .btn-wrap .library-link.lang {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 769px) {
  .index .index-visual .top .btn-wrap .library-link.lang {
    font-size: 15px;
  }
}
.index .index-visual .top .btn-wrap .library-link.subscribe {
  margin-top: 0;
  padding: 0;
}
.index .index-visual .top .btn-wrap a,
.index .index-visual .top .btn-wrap .subscribe {
  position: relative;
}
.index .index-visual .top .btn-wrap a .text,
.index .index-visual .top .btn-wrap .subscribe .text {
  position: absolute;
  top: calc(100% + 10px);
  right: -10px;
  padding: 8px 20px;
  border: 1px solid #2f3293;
  border-radius: 999px;
  color: #2f3293;
  font-size: 15px;
  background: #fff;
  z-index: 20;
  white-space: nowrap;
  display: none;
}
.index .index-visual .top .btn-wrap a .text::after,
.index .index-visual .top .btn-wrap .subscribe .text::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 21px;
  width: 7px;
  height: 7px;
  border-left: 1px solid #2f3293;
  border-top: 1px solid #2f3293;
  background: #fff;
  transform: rotate(45deg);
}
.index .index-visual .top .btn-wrap a:hover .text,
.index .index-visual .top .btn-wrap .subscribe:hover .text {
  display: block;
}
.index .index-visual .top .btn-wrap > div,
.index .index-visual .top .btn-wrap a {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: #272f88;
  margin-top: 0 !important;
}
@media (max-width: 769px) {
  .index .index-visual .top .btn-wrap > div,
  .index .index-visual .top .btn-wrap a {
    width: 28px;
    height: 28px;
    padding: 4px !important;
  }
}
.index .index-visual .titles {
  margin-top: 0;
  padding: 0 20px;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
  justify-content: right;
}
.index .index-visual .inner {
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 769px) {
  .index .index-visual .inner {
    position: static;
  }
}
.index .border-inner {
  border: 0;
  padding: 0 24px;
}
@media (max-width: 996px) {
  .index .border-inner {
    padding: 0 15px;
  }
}
.index .con-wrap {
  margin-bottom: 0;
  transform: unset;
  border: 5px solid #272f88;
  padding: 30px 35px 50px;
  border-radius: 30px;
}
@media (max-width: 996px) {
  .index .con-wrap {
    padding: 24px 20px 40px;
    border-radius: 20px;
  }
}
.index .con-wrap .cons .con {
  margin-bottom: 35px !important;
  padding-bottom: 35px !important;
  position: relative;
}
.index .con-wrap .cons .con::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  height: 2px;
  width: 100%;
  top: 100%;
  left: 0;
  background: radial-gradient(circle, #ccc 1.5px, transparent 1.5px);
  background-size: 8px;
}
.index .con-wrap .cons .con:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.index .con-wrap .cons .con:last-child::before {
  content: none;
}
.index .con-wrap .cons .con .cate {
  transform: unset;
  font-weight: 800;
  display: inline-block;
  border-radius: 100px;
  font-size: 18px;
  position: static;
  margin-bottom: 15px;
  padding: 5px 15px;
}
.index .con-wrap .cons .con h5 {
  margin-top: 0 !important;
}
.index .con-wrap .cons .con .text {
  margin-top: 20px;
}
.index .con-wrap .cons .con .img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 996px) {
  .index .con-wrap .cons .con .img {
    border-radius: 20px;
  }
}
.index .con-wrap .cons .con .img::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/2026/index-more.png);
}
@media (max-width: 996px) {
  .index .con-wrap .cons .con .img::after {
    width: 60px;
    height: 60px;
  }
}
.index .con-wrap .cons .con.flex {
  align-items: center;
}
@media (max-width: 996px) {
  .index .con-wrap .cons .con.flex {
    gap: 15px;
  }
}
.index .con-wrap .cons .con.flex .img {
  flex: 0.96;
}
@media (max-width: 996px) {
  .index .con-wrap .cons .con.flex .img {
    order: 1;
  }
}
.index .con-wrap .cons .con.flex .text {
  margin-top: 0;
}
@media (max-width: 996px) {
  .index .con-wrap .cons .con.flex .text {
    order: 2;
  }
}

.sub {
  border-top: 14px solid #272f88;
  position: relative;
}
.sub .sub-top {
  padding: 0;
  background-image: none;
  min-height: unset;
}
.sub .sub-top .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 769px) {
  .sub .sub-top .inner {
    position: static;
  }
}
.sub .sub-top .top {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub .sub-top .top .vol {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: unset;
  width: unset;
  background-color: unset;
  border: none;
  color: #272f88;
  gap: 10px;
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 769px) {
  .sub .sub-top .top .vol {
    flex-wrap: wrap;
    font-size: 17px;
    gap: 7px;
  }
}
.sub .sub-top .top .vol .home {
  width: 24px;
  margin-top: -5px;
}
@media (max-width: 769px) {
  .sub .sub-top .top .vol .home {
    width: 21px;
  }
}
.sub .sub-top .top .vol span {
  font-size: 16px;
  font-family: inherit;
  padding-top: 3px;
  font-weight: 400;
}
@media (max-width: 769px) {
  .sub .sub-top .top .vol span {
    font-size: 14px;
  }
}
.sub .sub-top .top .vol span.date {
  color: #f9a447;
  font-weight: 500;
}
.sub .sub-top .top .btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 9px;
}
@media (max-width: 769px) {
  .sub .sub-top .top .btn-wrap {
    gap: 7px;
  }
}
.sub .sub-top .top .btn-wrap .home {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub .sub-top .top .btn-wrap .home img {
  width: 25px;
}
.sub .sub-top .top .btn-wrap .library-link.lang {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 769px) {
  .sub .sub-top .top .btn-wrap .library-link.lang {
    font-size: 15px;
  }
}
.sub .sub-top .top .btn-wrap .library-link.subscribe {
  margin-top: 0;
  padding: 0;
}
.sub .sub-top .top .btn-wrap a,
.sub .sub-top .top .btn-wrap .subscribe {
  position: relative;
}
.sub .sub-top .top .btn-wrap a .text,
.sub .sub-top .top .btn-wrap .subscribe .text {
  position: absolute;
  top: calc(100% + 10px);
  right: -10px;
  padding: 8px 20px;
  border: 1px solid #2f3293;
  border-radius: 999px;
  color: #2f3293;
  font-size: 15px;
  background: #fff;
  z-index: 20;
  white-space: nowrap;
  display: none;
}
.sub .sub-top .top .btn-wrap a .text::after,
.sub .sub-top .top .btn-wrap .subscribe .text::after {
  content: "";
  position: absolute;
  top: -5px;
  right: 21px;
  width: 7px;
  height: 7px;
  border-left: 1px solid #2f3293;
  border-top: 1px solid #2f3293;
  background: #fff;
  transform: rotate(45deg);
}
.sub .sub-top .top .btn-wrap a:hover .text,
.sub .sub-top .top .btn-wrap .subscribe:hover .text {
  display: block;
}
.sub .sub-top .top .btn-wrap > div,
.sub .sub-top .top .btn-wrap a {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: #272f88;
  margin-top: 0 !important;
}
@media (max-width: 769px) {
  .sub .sub-top .top .btn-wrap > div,
  .sub .sub-top .top .btn-wrap a {
    width: 28px;
    height: 28px;
    padding: 4px !important;
  }
}
.sub .sub-top .titles {
  margin-top: 0;
  padding: 0 20px;
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
  justify-content: center;
}
.sub .sub-top nav {
  margin-top: 0;
  background-color: #272f88;
  align-items: center;
  padding: 17px 15px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.sub .sub-top nav > span {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.sub .sub-top nav > span a {
  color: #fff;
  position: relative;
}
.sub .sub-top nav > span a:last-child::after {
  content: none;
}
.sub .sub-top nav > span a::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #44698b;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}
.sub .sub-top nav > span a:hover {
  color: #e1c19c;
  text-decoration: unset;
}
.sub .sub-top nav > span a.active {
  color: #f9a447;
  font-weight: 500;
  text-decoration: unset;
}
.sub .border-inner {
  border: 0;
  padding: 0 24px;
}
@media (max-width: 769px) {
  .sub .border-inner {
    padding: 0 15px;
  }
}
.sub .sub-con {
  margin-top: 30px;
  margin-bottom: 0;
  transform: unset;
  border: 5px solid #272f88;
  padding: 30px 35px 50px;
  border-radius: 30px;
}
@media (max-width: 769px) {
  .sub .sub-con {
    padding: 24px 20px 40px;
    border-radius: 20px;
  }
}
.sub .sub-con .lead {
  padding: 15px 20px;
  background-color: #fff4dd;
  margin-bottom: 45px;
  font-weight: 500;
  color: #083c66;
}
.sub .sub-con small {
  line-height: 1.35;
}
.sub .sub-con .list-flex {
  text-align: left;
}
.sub .sub-con .up {
  font-size: 110%;
}
.sub .sub-con .qna {
  margin-bottom: 50px;
}
.sub .sub-con .qna:last-child {
  margin-bottom: 0;
}
.sub .sub-con .qna__question {
  position: relative;
  margin: 0 0 30px;
  padding: 15px 15px 15px 50px;
  word-break: keep-all;
  border: 1px solid #d8def5;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: -0.04em;
  max-width: calc(100% - 70px);
  border-radius: 30px;
}
.sub .sub-con .qna__question::before {
  content: "Q";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #27309b;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.sub .sub-con .qna__question::after {
  content: "";
  position: absolute;
  left: 32px;
  bottom: -9px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-left: 1px solid #d8def5;
  border-bottom: 1px solid #d8def5;
  transform: rotate(-45deg);
}
.sub .sub-con .qna__list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 22px;
}
.sub .sub-con .qna__item {
  position: relative;
  border-radius: 30px;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #e1e4f2;
  max-width: calc(100% - 70px);
}
.sub .sub-con .qna__item::before {
  content: "";
  position: absolute;
  right: 32px;
  top: -9px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-top: 1px solid #e1e4f2;
  border-left: 1px solid #e1e4f2;
  transform: rotate(45deg);
  z-index: 1;
}
.sub .sub-con .qna__item::after {
  content: "A";
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
  color: rgba(39, 48, 155, 0.06);
}
.sub .sub-con .qna__name {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dashed #c4c9e3;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  color: #27309b;
}
.sub .sub-con .qna__answer {
  position: relative;
  margin: 0;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: -0.03em;
  color: #222;
}
.sub .sub-con .bubble {
  position: relative;
  margin: 0 0 55px;
  padding: 22px 24px;
  box-sizing: border-box;
  border: 1px solid #d8def5;
  border-radius: 22px;
  color: #222;
  line-height: 1.8;
  letter-spacing: -0.04em;
}
.sub .sub-con .bubble::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  width: 57px;
  height: 23px;
  background-image: url(../images/2026/bubble.png);
}

footer {
  background-color: #fff;
}
footer .top {
  padding-top: 30px;
}
@media (max-width: 996px) {
  footer .bottom span {
    margin-right: 0 !important;
  }
}
footer .bottom .prev-vol {
  background-color: #0c0a07;
  height: 50px;
}
@media (max-width: 996px) {
  footer .bottom .prev-vol {
    flex: unset !important;
    height: 40px;
  }
}
footer .bottom .btns {
  gap: 0;
}
@media (max-width: 996px) {
  footer .bottom .btns {
    gap: 15px;
    flex-direction: column;
  }
}
footer .bottom .btns > div,
footer .bottom .btns a {
  flex: 1 !important;
  max-width: unset !important;
  justify-content: center !important;
  background-color: #0c0a07 !important;
  color: #fff !important;
  border: none !important;
  align-items: center !important;
  height: 50px;
}
@media (max-width: 996px) {
  footer .bottom .btns > div,
  footer .bottom .btns a {
    flex: unset !important;
    height: 40px;
  }
}
footer .bottom .btns .subscribe {
  flex: 1;
}
@media (max-width: 996px) {
  footer .bottom .btns .subscribe {
    flex: usnet !important;
  }
}
footer.library2026 {
  margin-top: 0;
  padding: 36px 0;
}
footer.library2026 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 996px) {
  footer.library2026 .inner {
    flex-direction: column;
    gap: 24px;
  }
}
footer.library2026 .inner .bottom {
  padding: 0;
  border: 0;
}
footer.library2026 .inner .top {
  padding: 0;
  border: 0;
  gap: 50px;
}
@media (max-width: 996px) {
  footer.library2026 .inner .top {
    gap: 30px;
  }
}