:root {
  --inner-size: 1200px;
  --filter-white: invert(100%) sepia(1%) saturate(7475%) hue-rotate(208deg) brightness(119%) contrast(100%);
}

html, body {
  font-family: 'OneStoreMobileGothicBody', sans-serif;
}

p {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.7px;
  word-break: break-all;
  text-align: justify;
}

.inner-wrap {
  width: 100%;
  padding-inline: 20px;
  max-width: var(--inner-size);
  margin-inline: auto;
}

.sub-top {
  position: relative;
  margin-top: var(--header-height);
}

.sub-top .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-top .inner-wrap {
  min-height: 360px;
  padding-block: var(--header-height);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sub-top h2 {
  font-family: 'OneStoreMobileGothicTitleFont';
  font-size: 36px;
  color: #fff;
}

@media screen and (max-width: 475px) {
  .sub-top h2 {
    font-size: 26px;
  }
}

.paging {
  width: calc(var(--inner-size) + 120px);
  max-width: 96%;
  margin-inline: auto;
  padding: 25px 30px;
  border-radius: 20vw;
  position: relative;
  z-index: 1;
}

.paging-top {
  transform: translateY(-50%);
  background-color: #083f88;
  color: #fff;
}

.paging-top img {
  filter: var(--filter-white);
}

.paging-top .bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paging-top .left {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 16px;
  font-weight: 300;
}

.paging-top .left span,
.paging-top .left img {
  opacity: 0.6;
}

.paging-top .left .cate {
  opacity: 1;
}

.paging-top .right {
  display: flex;
  gap: 10px;
}

.paging-top .right .circle {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging-top .right .circle img {
  pointer-events: none;
}

.paging-bot {
  transform: translateY(50%);
  border: 1px solid #ccc;
  background-color: #fff;
}

.paging-bot .bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.paging-bot .bt > * {
  flex: 1;
}

.paging-bot .circle {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging-bot * {
  color: #222;
  font-size: 17px;
}

.paging-bot .curr {
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}

.paging-bot a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.paging-bot .prev {
  justify-content: start;
}

.paging-bot .next {
  justify-content: end;
}

.paging-bot .circle img {
  pointer-events: none;
  filter: var(--filter-white);
}

@media screen and (max-width: 768px) {
  .paging {
    padding: 20px;
  }

  .paging .inner-wrap {
    padding: 0;
  }

  .paging-top .left {
    font-size: 13px;
  }

  .paging-bot * {
    font-size: 14px;
  }

  .paging-bot .bt > * {
    flex: auto;
  }

  .paging-bot .curr {
    font-size: 16px;
  }
}

.img-round {
  border-radius: 30px;
}

.img-circle {
  border-radius: 50%;
}

.img-ellipse {
  border-radius: 50vw;
}

@media screen and (max-width: 768px) {
  .img-round {
    border-radius: 20px;
  }
}

.sub-title-area {
  margin-top: calc(var(--header-height) / 2);
  text-align: center;
}

.sub-title-area p {
  text-align: center;
  word-break: keep-all;
}

.font-tit {
  font-family: 'OneStoreMobileGothicTitleFont';
}

.sub-title-area h1 {
  font-size: 44px;
  font-family: 'OneStoreMobileGothicTitleFont';
  letter-spacing: -1px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.sub-title-area .summary {
  margin-bottom: 30px;
}

.sub-title-area .byline {
  display: flex;
  gap: 0.2em 1em;
  flex-wrap: wrap;
  justify-content: center;
  word-break: keep-all;
}

.sub-title-area .sub-gap-line {
  margin-inline: auto;
  margin-block: 60px;
}

@media screen and (max-width: 1200px) {
  .sub-title-area h1 {
    font-size: 36px;
  }

  .sub-title-area .sub-gap-line {
    margin-block: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .textbox {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 475px) {
  .sub-title-area {
    margin-top: 20px;
  }

  .sub-title-area h1 {
    font-size: 26px;
  }

  .sub-title-area .sub-gap-line {
    height: 60px;
    margin-block: 20px;
  }

  .sub-title-area .byline {
    flex-direction: column;
  }
}

[class*="highlight-"] {display: inline !important;}
[class*="highlight-"].bg-clone {box-decoration-break: clone;}
.highlight-sky {background: linear-gradient(to bottom, transparent 55%, #ced9e7 56%, #ced9e7);}

.title {
  font-size: 32px;
  letter-spacing: -1px;
  font-family: 'OneStoreMobileGothicTitleFont';
  margin-bottom: 32px;
  font-weight: 500;
}

.sub-title {
  font-size: 26px;
  letter-spacing: -1px;
  font-family: 'OneStoreMobileGothicTitleFont';
  margin-bottom: 26px;
  font-weight: 500;
}

.color-blue {
  color: #083f88;
}

.bg-blue {
  background-color: #083f88;
}

.textbox {
  margin-bottom: 80px;
}

.textbox p {
  margin-bottom: 30px;
}

b {
  font-family: 'OneStoreMobileGothicTitleFont';
  font-weight: 500;
}

.i-auto {
  margin-inline: auto;
}

.txt-right {
  text-align: right;
}

img {
  width: auto;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {
  .title {
    font-size: 28px;
  }
  
  .sub-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .textbox {
    margin-bottom: 60px;
  }

  p {
    font-size: 17px;
  }
}

@media screen and (max-width: 475px) {
  .title {
    font-size: 24px;
  }

  .sub-title {
    font-size: 20px;
  }

  p {
    font-size: 16px;
  }

  .textbox {
    margin-bottom: 40px;
  }
}

.gray-box {
  background-color: #f2f2f2;
  padding: 40px;
}

.gray-box.interview-box {
  background-color: #f1f8ec;
}

.interview-box .title {
  font-style: italic;
  color: var(--theme-color);
}

.interview-box .title img {
  filter: invert(75%) sepia(11%) saturate(2244%) hue-rotate(53deg) brightness(89%) contrast(84%);
}

.interview-box .title img.no-filter {
  filter: none;
}

.number-circle {
  width: 80px;
  min-width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #083f88;
  color: #fff;
  border-radius: 50%;
  font-size: 2em;
}

@media screen and (max-width: 768px) {
  .gray-box {
    padding: 40px 20px;
  }

  .number-circle {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 1.5em;
    /* align-self: center; */
  }
}

.flex1 {
  flex: 1;
}

.caption {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.caption.indent-num {
  display: flex;
}

.caption span {
  align-content: center;
  color: #888;
}

.caption-bf {
  background-color: #00328854;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.caption-bf-inner {
  width: 15px;
  height: 15px;
  background-color: #003388;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.caption-bf-inner img {
  transform: rotate(-90deg);
}

.ep-box img {
  filter: invert(12%) sepia(47%) saturate(6285%) hue-rotate(208deg) brightness(99%) contrast(94%);
  opacity: 0.1;
}

.ep-box .title {
  color: #083f88;
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  .ep-box .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 475px) {
  .mo90 {
    max-width: 90%;
    margin-inline: auto;
  }
  .mo80 {
    max-width: 80%;
    margin-inline: auto;
  }
  .mo70 {
    max-width: 70%;
    margin-inline: auto;
  }

  .ep-box img {
    width: 80px;
  }

  .ep-box .title {
    font-size: 18px;
  }
}

.graph-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.graph-box .year {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-weight: 600;
}

.graph-box:nth-of-type(1) .graph {
  width: calc(100% - 24.9%);
}

.graph-box .graph {
  width: 100%;
  height: 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 40px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.graph-box .graph * {
  position: relative;
  z-index: 1;
}

.graph-box .graph::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  transition: all 2s;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 20vw 20vw 0;
}

.graph-box .graph .add {
  /* font-size: 80%; */
  /* position: relative;
  top: 0.1em; */
  /* left: 0.2em; */
}

.graph-box .graph.aos-animate::before {
  width: 100%;
}

.graph-box:nth-of-type(1) .graph::before {
  background: linear-gradient(to right, #cb5a6c, #f8b1a9);
}
.graph-box:nth-of-type(2) .graph::before {
  background: linear-gradient(to right, #f47c62, #ffef69);
  transition: all 3s;
}

@media screen and (max-width: 475px) {
  .graph-box .graph {
    font-size: 22px;
    padding-left: 20px;
  }
}

.thin {
  font-weight: 500;
  font-family: 'OneStoreMobileGothicBody';
}

.people-intro {
  position: relative;
  align-items: center;
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
  background-color: #f2f2f2;
}

.people-intro p {
  font-size: 16px;
  padding: 30px 20px;
  word-break: keep-all;
  text-align: left;
}

/* .people-intro img {
  height: 450px;
} */

/* .people-intro::after {
  content: "";
  width: 100%;
  height: 90%;
  display: block;
  border-radius: 30px 30px 0 0;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
} */

@media screen and (max-width: 1200px) {
  .people-intro {
    border-radius: 20px;
    background-color: #f2f2f2;
    flex-direction: column;
    align-items: center;
    padding-block: 30px;
    padding-inline: 0;
  }

  .people-intro .flex1 {
    width: 100%;
  }

  .people-intro img {
    max-width: 80%;
    height: auto;
  }

  .people-intro p {
    padding-bottom: 0;
  }

  .people-intro::after {
    display: none;
  }
}

@media screen and (max-width: 475px) {
  .people-intro b.indent-num {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.event-frame {
  max-width: 1000px;
  padding: 60px;
  margin-inline: auto;
  background-color: #92e76a;
}

.event-frame .frame-inner {
  padding: 80px;
  background-color: #fff;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .event-frame {
    padding-inline: 25px;
  }
  .event-frame .frame-inner {
    padding-block: 10px;
    padding-inline: 20px;
  }

  .agree-wrap {
    margin-block: 20px !important;
  }

  .event-frame .sub-title {
    word-break: keep-all;
  }
}

@media screen and (max-width: 475px) {
  .event-frame {
    padding-inline: 15px;
  }
  .event-frame .frame-inner {
    padding-block: 10px;
    padding-inline: 10px;
  }
  .event-frame .quiz-layer img {
    max-width: 80%;
    margin-inline: auto;
  }

  .agree-wrap {
    margin-block: 20px !important;
  }
}

.event-frame .quiz-layer {
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-frame .quiz-layer .cursor {
  cursor: pointer;
}

.event-frame .quiz-layer .hover_img {
  display: none;
}

.event-frame .quiz-layer [data-ox]:hover .hover_img {
  display: block;
}

.event-frame .quiz-layer [data-ox]:hover .normal_img {
  display: none;
}

.event-frame .disable {
  pointer-events: none;
}

form {
  width: 100%;
}

form .btn {
  border: 0;
}

form .secure {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

form .secure .secureimage {
  flex: 1;
  height: 50px;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 10px 0;
}

form .secure .secureimage img {
  margin: 0 auto;
}

form input:not([type="radio"]) {
  height: 50px;
  border: 0;
}

form .secure input {
  margin-bottom: 0;
  border: 1px solid #eee;
}

form .input-row {
  margin-bottom: 10px;
  gap: 10px;
}

form .input-row input {
  padding: 5px 20px;
  width: 100%;
  background-color: #f2f2f2;
}

#captcha_btn {
  border: 0;
  outline: 0;
  background-color: transparent;
}

.secureimage, [name="captcha"] {
  flex: 1;
}

@media screen and (max-width: 475px) {
  form .secure .secureimage,
  form .secure input {
    width: 100%;
    min-height: 50px;
    display: block;
  }
}

/* 찾기 이벤트(우리은행에서 가져옴) */
.find_event {
  position: absolute;
  right: 5%;
  top: 2%;
  z-index: 10;
  pointer-events: none;
}

.find_event .find-event-form,
.find_event .find_img {
  pointer-events: all;
}

.find_event .find_img {
  display: block;
  width: 150px;
  cursor: pointer;
}

.find_event .find_img img {
  display: block;
  width: 100%;
}

.find_event .find_input {
  display: none;
}

.find_event .find_input ul {
  display: inline-block;
  float: left;
  width: 441px;
  max-width: 90%;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 1rem;
  border: 2px solid var(--theme-color);
  background-color: #fff;
}

.find_event .find_input ul li {
  margin-bottom: 0.7em;
}

.find_event .find_input ul li input {
  display: inline-block;
  width: 49%;
  padding: 0.85em 0.5em;
  font-size: 0.9em;
  background-color: #ededed;
  border: none;
  border-radius: 2px;
  margin-bottom: 2px;
  outline: none;
}

.find_event .find_input ul li input[type='checkbox'] {
  width: auto;
  gap: 1em;
  margin: 0 !important;
}

.find_event .find_input ul li label {
  font-size: 0.85rem;
  cursor: pointer;
}

.find_event .find_input ul li p {
  padding: 0.5rem;
  font-size: 0.9em;
  line-height: 1.5;
  word-break: keep-all;
  text-align: center;
}

.find_event .find_input ul li p.detail {
  border-radius: 2px;
  text-align: left;
}

.find_event .find_input ul .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.find_event .find_input ul .btn_wrap button {
  display: inline-block;
  width: 120px;
  margin-right: 0.5rem;
  font-size: 0.95rem;
  line-height: 40px;
  border-radius: 50px;
  background-color: var(--theme-color);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

button {
  outline: none;
  border: none;
}

.find_event .find_input ul .btn_wrap button:last-child {
  margin: 0;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--theme-color);
  color: var(--text-base);
}

.find_event .find_input ul li:last-child {
  margin-bottom: 0;
}

.find_event .find_input .find_close {
  display: inline-block;
  float: left;
  width: 38px;
  height: 38px;
  margin-top: 0.75rem;
  background-color: transparent;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.find_event .find_input .find_close span {
  display: none;
}

@media screen and (max-width: 1024px) {
  .find_event .find_input {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      z-index: 999;
  }

  .find_event .find_input ul {
      font-size: 15px;
      display: block;
      float: none;
      margin: 46% auto 1rem;
      backdrop-filter: blur(20px);
  }

  .find_event .find_input ul li p {
      padding: 0.5rem 0;
  }

  .find_event .find_input ul li p.detail {
      padding: 0.5rem;
  }

  .find_event .find_input .find_close {
      display: block;
      float: none;
      margin: 0 auto 1rem;
  }
}

@media screen and (max-width: 576px) {
  .find_event {
      top: 0;
  }

  .find_event .find_input ul li input {
      width: 100%;
      margin-bottom: 0.25em;
  }

  .find_event .find_input ul li input[type='checkbox']+label {
      font-size: 0.9em;
  }
}

.find_event,
.find_event .stamp {width: max-content;}

.find_event .find_input ul .btn_wrap button {
  background-color: var(--theme-color);
}

.find_event .find_input ul .btn_wrap button:last-child {
  border-color: var(--theme-color);
}

.find_event.stamp-pos-sub1_4 {top: 20%;}

@media screen and (max-width: 475px) {
  .find_event .find_img,
  .find_event .find_img img {width: 100px;}

  .find_event.stamp-pos02 {top: 8%;}
  .find_event.stamp-pos10 {top: 1.5%;}
  .find_event.stamp-pos10 .find_img img {margin: 0; float: right;}
  .find_event.stamp-posevent {top: 5.5%; right: auto; left: 0;}
}

main {
  position: relative;
}

.stamp-pos-sub2_6 {
  right: auto;
  top: auto;
  bottom: 63.5%;
  left: 16px;
}

.stamp-pos-sub2_1 {
  top: 36%;
  right: 16px;
}

.stamp-pos-sub2_8 {
  right: auto;
  top: auto;
  bottom: 35%;
  left: 16px;
}
.stamp-pos-sub3_1 {
  right: 16px;
  top: 76%;
}

/* list */
.old-list-wrap {
  gap: 60px 30px;
}

.old-list-wrap .vol-box {
  align-items: center;
  margin-bottom: 10px;
}

.old-list-wrap .vol-box .vol b {
  font-size: 20px;
  letter-spacing: -0.5px;
  font-weight: 700;
}

.old-list-wrap .vol-box .vol {
  align-items: end;
  gap: 10px;
}

.old-list-wrap .vol-box .vol span {
  font-size: 16px;
  position: relative;
  top: -2px;
  font-weight: 600;
  letter-spacing: -0.7px;
}

.old-list-wrap .book {
  margin-bottom: 15px;
}

.old-list-wrap .btns a {
  border: 1px solid #666;
  display: flex;
  padding-block: 10px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  letter-spacing: -0.7;
  font-weight: 600;
}

.old-list-wrap .btns a:hover {
  filter: brightness(0.85);
}

.old-list-wrap .btns a.webzine {
  background-color: #083f88;
  color: #fff;
}

.old-list-wrap .btns {
  grid-template-columns: 1fr;
}

.old-list-wrap .btns:has(.pdf) {
  grid-template-columns: 1fr 1fr;
}

.old-list-wrap .btns a.pdf {
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 475px) {
  .old-list-wrap {
    max-width: 320px;
    margin-inline: auto;
  }
}

.audio-test {
  display: none;
}