@charset "utf-8";

/* common */
.common-input__wrap > * + * {
  margin-top: 32px;
}
.common-input__area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flex-2 {
  display: flex;
  column-gap: 40px;
}
.flex-2 .common-input__area {
  flex: 1;
}
.flex-3 {
  display: flex;
  column-gap: 88px;
}
.common-input__area.check-num {
  margin-top: 8px;
}
.common-input__area.check-num {
  display: none;
}
.common-input__box {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.common-input__box.right {
  margin-left: 110px;
}
.common-input__box + .common-input__box {
  margin-top: 8px;
}
.common-input__box > span {
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
.input__inner {
  position: relative;
  width: 100%;
}
.input__inner.flex-col {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.input__inner .common-select {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 45px;
  font-size: 16px;
}
.input__inner .common-select::after {
  right: 20px;
}
.input__inner .common-select .list {
  border-radius: 12px;
}
.check-num .input__inner {
  max-width: 200px;
}
.check-num .common-input {
  padding-right: 60px;
}
.check-num .time {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 16px;
  line-height: 20px;
  color: var(--color--point);
  transform: translateY(-50%);
}
.common-input__box .btn-radius {
  min-width: 128px;
  height: 60px;
  border-color: var(--color--gray);
  background-color: var(--color--L-gray);
  color: var(--color--D-gray);
  text-align: center;
  word-break: keep-all;
}
.common-input__box .btn-radius_B {
  min-width: 50px;
  height: 60px;
  border-color: var(--color--gray);
  background-color: var(--color--L-gray);
  color: var(--color--D-gray);
  text-align: center;
  word-break: keep-all;
}
.check-num .common-input__box .btn-radius {
  width: 96px;
  min-width: 96px;
}

.input-info__text {
  margin-top: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  color: var(--color--point);
}
.input__inner.error .common-input {
  border-color: var(--color--point);
  padding-right: 40px;
}
.input__inner.error::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url(/_img/common/icon_alert.svg) no-repeat center center/contain;
}
.input__inner.error .common-input::placeholder {
  color: var(--color--point);
}
.btn-pw-view {
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url(/_img/common/icon_pw_off.svg) no-repeat center center/contain;
}
.btn-pw-view.on {
  background-image: url(/_img/common/icon_pw_on.svg);
}
.input__label {
  display: block;
  width: 110px;
  font-size: 16px;
  line-height: 20px;
}
.info-text__wrap {
  margin-left: 110px;
}

.account .info-text__wrap {
  margin-left: 160px;
}
.page__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  color: var(--color--black);
}
.page__sub-title {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.page__sub-title.justi {
  justify-content: space-between;
}
.page__sub-title.justi .btn-coupon {
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  color: #838383;
  font-size: 14px;
  font-weight: 400;
}
.page__sub-title,
.page__sub-title > span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.search__wrap {
  margin-bottom: 40px;
  padding: 25px 36.5px;
  border-radius: 8px;
  background-color: var(--color--L-gray);
}
.search__area {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.search__area .common-input {
  width: calc(100% - 88px);
  height: 48px;
  border-radius: 8px;
}
.search__wrap .checkbox__label {
  padding-left: 0;
}
.btn-search {
  width: 80px;
  border: none;
  border-radius: 8px;
  background-color: #d5d5d5;
  color: var(--color--black2);
}
.search-opt__area {
  margin-top: 12px;
}
.search-opt__area .checkbox__box {
  column-gap: 24px;
}
.table-top__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.table-btn__area {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.table-btn__area .btn-radius {
  width: fit-content;
  padding: 15.5px 16px;
  border: 1px solid var(--color--gray);
  border-radius: 8px;
  background-color: #fff;
  color: var(--color--D-gray);
  font-weight: 400;
  text-align: center;
  word-break: keep-all;
}
.state__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}
.state__box > .state {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: var(--color--black);
}
.state__box > .state.ongoing {
  color: #0e418a;
}
.state__box > .state.complete {
  color: #0577d7;
}
.state__box > .date {
  font-size: 14px;
  line-height: 17px;
}

.tab {
  display: flex;
  align-items: center;
}
.category-swiper {
  padding: 0 26px;
}
.category-swiper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
}
.category-swiper .swiper-slide {
  width: fit-content;
}
.category-tab {
  padding-bottom: 2px;
}
.category-tab .tab__item {
  position: relative;
  display: block;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: var(--color--D-gray);
}
.category-tab .tab__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #0aa4b4;
  z-index: 10;
}
.category-tab .tab__item.on {
  color: var(--color--black);
}
.category-tab .tab__item.on::after {
  display: block;
}

.tab-swiper .swiper-slide {
  flex: 1;
  max-width: 320px;
  width: 320px;
}

.depth-2-tab {
  max-width: 1280px;
  height: 60px;
  margin: 0 auto;
}
.depth-2-tab .tab__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 20px;
  color: #424242;
  background-color: #fff;
  word-break: keep-all;
  text-align: center;
}
.depth-2-tab .swiper-slide:first-child .tab__item {
  border-left: 1px solid #e5e5e5;
}
.depth-2-tab .tab__item.on::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color--primary);
}
.depth-2-tab.no-swiper {
  justify-content: center;
}
.depth-2-tab.no-swiper .tab__item {
  max-width: 320px;
}
.depth-2-tab.no-swiper .tab__item:first-child {
  border-left: 1px solid #e5e5e5;
}

.terms__wrap {
  overflow: hidden;
}
.terms__box {
  overflow-y: auto;
  max-height: 400px;
  padding: 20px;
  border: 1px solid var(--color--D-gray);
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.terms__box::-webkit-scrollbar-button:vertical:start:decrement,
.terms__box::-webkit-scrollbar-button:vertical:start:increment {
  display: block;
  height: 5px;
}
.terms__box::-webkit-scrollbar-button:vertical:end:decrement {
  display: block;
  width: 5px;
}
.terms__box::-webkit-scrollbar {
  width: 10px;
}
.terms__box::-webkit-scrollbar-thumb {
  background-color: #838383;
  border-radius: 8px;
}
.terms__box::-webkit-scrollbar-track {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  background-color: #f8f8f8;
}

/* main */
.visual__section {
  width: 100%;
  aspect-ratio: 2.79/1;
}
.visual-swiper {
  height: 100%;
}
.visual-swiper a {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.visual-swiper img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.visual-swiper .mo-show {
  display: none;
}
.visual-swiper .swiper-button-prev:after,
.visual-swiper .swiper-button-next:after {
  display: none;
}
.visual-swiper .swiper-button-prev {
  left: calc(50% - max(38.3vw, 736px));
  width: clamp(30px, 2.9vw, 56px);
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 0;
  border-radius: 50%;
  background: url(/_img/common/swiper_prev.svg) no-repeat center center/57% rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.visual-swiper .swiper-button-next {
  right: calc(50% - max(38.3vw, 736px));
  width: clamp(30px, 2.9vw, 56px);
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 0;
  border-radius: 50%;
  background: url(/_img/common/swiper_next.svg) no-repeat center center/57% rgba(0, 0, 0, 0.1);
  transform: translateY(-50%);
}
.visual-swiper .swiper-button-prev:hover {
  background-image: url(/_img/common/swiper_prev_on.svg);
}
.visual-swiper .swiper-button-next:hover {
  background-image: url(/_img/common/swiper_next_on.svg);
}
.visual-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
}
.visual-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.visual-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.visual-swiper .swiper-horizontal > .swiper-pagination-bullets,
.visual-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 4.37%;
}
.visual-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.visual-swiper .swiper-pagination-bullet-active {
  background-color: var(--color--primary2);
}

.visual-swiper .text {
  position: absolute;
  display: flex;
  gap: 8px;
  /* bottom: 215px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  align-items: center;
}
.visual-swiper .text .badge {
  background: url(../_img/main/main_badge.png) no-repeat center/contain;
  height: 40px;
  width: 100%;
  display: inline-block;
}
.visual-swiper .text h1 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
}
.visual-swiper .btns {
  display: flex;
  gap: 8px;
}
.visual-swiper .text .btns a {
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  color: #0940a1;
  background: #fff;
  backdrop-filter: blur(10px);
}

.visual-swiper .text_slideB {
  max-width: 1320px;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
.visual-swiper .text_slideB h1 {
  color: #0940a1;
  font-size: 56px;
  font-weight: 800;
  line-height: 140%; /* 78.4px */
  margin-bottom: 2px;
}
.visual-swiper .text_slideB span {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  margin-bottom: 26px;
  background: #61a5b5;
  padding: 2px 8px;
  width: fit-content;
}
.visual-swiper .text_slideB p {
  color: #0940a1;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%; /* 30.8px */
  margin-bottom: 24px;
}
.visual-swiper .text_slideB .btn {
  width: fit-content;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  color: #0940a1;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
}
.main-intro__section {
  padding: 150px 0;
}
.main-intro__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.main-intro__area + .main-intro__area {
  margin-top: 150px;
}
.main-intro__area .sub__title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.5;
  color: #0577d7;
  font-weight: 700;
}
.main-intro__area:nth-child(2) .sub__title {
  color: var(--color--primary2);
}
.main-intro__area:nth-child(3) .sub__title {
  color: #12256a;
}
.main-intro__area .btn-more {
  border-color: var(--color--gray);
  background-color: #fff;
  color: var(--color--black2);
}
.main-intro__area:nth-child(1) .btn-more:hover {
  border-color: #0577d7;
  background-color: rgba(5, 119, 215, 0.1);
  color: #0577d7;
}
.main-intro__area:nth-child(1) .btn-more:hover::after {
  background-image: url(/_img/common/icon_more_0577D7.svg);
}
.main-intro__area:nth-child(2) .btn-more:hover {
  border-color: var(--color--primary2);
  background-color: rgba(0, 87, 160, 0.1);
  color: var(--color--primary2);
}
.main-intro__area:nth-child(2) .btn-more:hover::after {
  background-image: url(/_img/common/icon_more_0057A0.svg);
}
.main-intro__area:nth-child(3) .btn-more:hover {
  border-color: #12256a;
  background-color: rgba(18, 37, 106, 0.1);
  color: #12256a;
}
.main-intro__area:nth-child(3) .btn-more:hover::after {
  background-image: url(/_img/common/icon_more_12256A.svg);
}

.main-intro__area .main__title {
  margin-bottom: 18px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--color--black);
}
.main-intro__area .main__title > span {
  font-size: 32px;
  line-height: 1.56;
}
.main-intro__text {
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 32px;
}
.main-intro__text > b {
  font-weight: 700;
}
.main-intro__area .img__box {
  width: 580px;
  aspect-ratio: 1.61/1;
  border-radius: 20px;
}
.img__box.intro-emi {
  background: url(/_img/main/intro_emi.jpg) no-repeat center center/cover;
}
.img__box.intro-consulting {
  background: url(/_img/main/intro_consulting.jpg) no-repeat center center/cover;
}
.img__box.intro-edu {
  background: url(/_img/main/intro_edu.jpg) no-repeat center center/cover;
}

.main-notice__section {
  position: relative;
  padding-top: 48px;
  /* padding-bottom: 158px; */
  padding-bottom: 64px;
}
.main-notice__section .section__inner {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  display: flex;
  gap: 40px;
}
.main-notice__section .section__inner .board_section {
  flex: 1 0 0;
}
.main-notice__section .section__inner .board_section .notice__list {
  margin-top: 8px;
  border-radius: 16px;
  border: 1px solid #e5e5e5;

  background: #fff;
  padding: 24px;
  height: 408px;
}

.main-notice__section .section__inner .board_section .notice__list li a {
  display: flex;
  gap: 24px;
  align-items: center;
  padding: 0 8px;
  height: 72px;
  border-bottom: 1px solid #e5e5e5;
}
.main-notice__section .section__inner .board_section .notice__list li a h1 {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  width: 100%;

  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.main-notice__section .section__inner .board_section .notice__list li a h6 {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  flex-shrink: 0;
}
.main-notice__section > .bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-color: #202b3a;
  z-index: -1;
}
.main-notice__section > .bg-1_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-color: #59a3e8;
  z-index: -1;
}
.main-notice__section > .bg-1_3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-color: #b1271a;
  z-index: -1;
}
.main-notice__section > .bg-2 {
  position: absolute;
  right: 0;
  top: 260px;
  width: 100%;
  max-width: 1648px;
  height: 316px;
  border-bottom-left-radius: 50px;
  background-color: var(--color--L-gray);
  z-index: -1;
}
.main-notice__section > .bg-2_1 {
  position: absolute;
  right: 0;
  top: 260px;
  width: 100%;
  max-width: 1700px;
  height: 315px;
  border-bottom-left-radius: 50px;
  background-color: var(--color--L-gray);
  z-index: -1;
}
.main-notice__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-notice__top > .btn-more {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.main-notice__top > .btn-more::after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.main-notice__title {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-notice__title > .title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  color: #fff;
}
.main-notice__title > .text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
}
.notice-swiper {
  margin-top: 39px;
  height: fit-content;
}
.notice-swiper .main-notice__item {
  width: 312px;
  height: 297px;
  border-radius: 12px;
  background-color: #fff;
}
.notice-swiper .main-notice__item > a {
  display: block;
  padding: 30px 32px;
}
.mark-fill {
  display: block;
  width: fit-content;
  border-radius: 20px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #ff8a00;
  background-color: #ffe5c5;
}
.mark-border {
  display: block;
  width: fit-content;
  border-radius: 20px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  border: 1px solid #ff8a00;
  color: #ff8a00;
  background-color: transparent;
}
.main-notice__item .title {
  overflow: hidden;
  height: 50px;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-notice__item .text {
  overflow: hidden;
  height: 72px;
  margin-top: 8px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 24px;
  color: var(--color--D-gray);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-notice__item .date {
  font-size: 16px;
  line-height: 24px;
  color: var(--color--D-gray);
}

/* account */
.account__title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  color: var(--color--black);
}

.account_sub__title {
  font-size: 18px;
  margin-top: 36px;
  line-height: 1.25;
  font-weight: 500;
  text-align: center;
  color: var(--color--D-gray);
}
.account__container {
  padding: 136px 0;
}
.login__wrap {
  max-width: 500px;
  margin: 56px auto 0;
}
.login-link__wrap {
  display: flex;
  justify-content: right;
  align-items: center;
  column-gap: 9px;
  margin-top: 8px;
}
.login-link__wrap > a {
  font-size: 14px;
  line-height: 17px;
  color: var(--color--D-gray);
}
.login-link__wrap > .line {
  width: 1px;
  height: 17px;
  background-color: var(--color--D-gray);
}
.login__wrap .common-input__box {
  display: block;
}
.login__wrap .button__wrap {
  margin-top: 64px;
}
.login__wrap .button__wrap .line-gray:hover,
.login__wrap .button__wrap .line-gray:focus,
.login__wrap .button__wrap .line-gray:active {
  background-color: #0e418a;
  font-weight: 700;
  color: #fff;
}
.find-result__wrap {
  display: none;
  padding-top: 64px;
}
.find-result__wrap.on {
  display: block;
}
.find-result__wrap > p {
  font-size: 16px;
  line-height: 20px;
  color: var(--color--D-gray);
  text-align: center;
}
.find-result__wrap .text-point {
  font-weight: 700;
  color: var(--color--point);
}
#btnLinkLogin {
  display: none;
}
.join__wrap {
  max-width: 660px;
  margin: 56px auto 0;
}
.join__wrap .common-input__wrap + .common-input__wrap {
  margin-top: 80px;
}
.join__wrap .common-input__box {
  width: calc(100% - 110px);
  height: fit-content;
}
.join__wrap .input__label {
  display: flex;
  align-items: center;
  height: 60px;
}
.join__wrap .input__inner {
  width: 100%;
}
.join__title {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color--black);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.join__title .text-point {
  font-size: 16px;
  line-height: 25px;
  color: var(--color--point);
}
.join__title .checkbox__box {
  position: absolute;
  right: 0;
  top: 2.5px;
}
.join-info__text {
  position: relative;
  margin-top: 8px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 17px;
  color: var(--color--D-gray);
}
.join-info__text::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 7px;
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--color--D-gray);
}
.join__wrap .account .input__label {
  width: 160px;
}
.join__wrap .account .common-input__box {
  width: calc(100% - 160px);
}
.checkbox__box .btn-modal {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.join__wrap .check-terms {
  width: 100%;
  max-width: 310px;
}
.join__wrap .check-terms .checkbox__box {
  width: 100%;
  justify-content: space-between;
}
.join__wrap .button__wrap {
  margin-top: 56px;
}

/* emi */
.sub-visual {
  width: 100%;
  height: 340px;
}
.sub-visual.emi {
  background: url(/_img/subpage/emi_visual_bg.jpg) no-repeat center center/cover;
}
.sub-visual.edu {
  background: url(/_img/subpage/edu_visual_bg.png) no-repeat center center/cover;
}
.sub-visual.notice {
  background: url(/_img/subpage/notice_visual_bg.png) no-repeat center center/cover;
}
.sub-visual.consulting {
  background: url(/_img/subpage/consulting_visual_bg.jpg) no-repeat center center/cover;
}
.sub-visual.analysis {
  background: url(/_img/subpage/analysis_visual_bg.jpg) no-repeat center center/cover;
}
.sub-visual.support {
  background: url(/_img/subpage/support_banner.png) no-repeat center center/cover;
}
.sub-visual > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #ffffff;
}
.sub-visual .main-title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.sub-visual .sub-title {
  margin-top: 8px;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0.5em;
  color: #fff;
  text-align: center;
  transform: translateX(0.25em);
  text-transform: uppercase;
}
.sub-visual .button__wrap {
  column-gap: 8px;
  margin-top: 20px;
}
.sub-visual .btn-radius {
  position: relative;
  width: 200px;
  justify-content: space-between;
  padding-left: 22px;
  padding-right: 16px;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--color--primary);
}
.sub-visual .btn-radius::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/_img/common/icon_more_0E418A.svg) no-repeat center center/contain;
}
.emi__container .section__inner {
  max-width: 1140px;
}
.content-bg {
  overflow: hidden;
  position: relative;
  background-color: var(--color--sub);
}
.content-bg .section__inner {
  position: relative;
  z-index: 3;
}
.content-bg::before {
  content: "";
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 1;
}
.content-bg.bg-emi::before {
  width: 929.7px;
  height: 395.6px;
  background: url(/_img/subpage/bg_text_emi.png) no-repeat center center/contain;
}
.content-bg.bg-service::before {
  left: 0;
  width: 1595px;
  height: 272.4px;
  background: url(/_img/subpage/bg_text_service.png) no-repeat center center/contain;
}
.content-bg.bg-eci::before {
  right: 0;
  width: 733.7px;
  height: 343.6px;
  background: url(/_img/subpage/bg_text_eci.png) no-repeat center center/contain;
}
.line-bg {
  position: relative;
}
.line-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -204px;
  display: block;
  width: 100%;
  height: 360px;
  background-color: var(--color--sub);
  z-index: -1;
}
.section__title {
  font-size: 30px;
  line-height: 1.26;
  font-weight: 700;
  color: var(--color--primary2);
  text-align: center;
}
.section__text {
  margin-top: 48px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--color--black2);
  text-align: center;
}
.service-type__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.service-type__item {
  flex: 1;
  padding: 20px;
  border-radius: 32px 0 32px 0;
}
.service-type__item:nth-child(1) {
  background: url(/_img/subpage/service_type_1.svg) no-repeat right 32px / auto #f8f9fe;
}
.service-type__item:nth-child(2) {
  background: url(/_img/subpage/service_type_2.svg) no-repeat right 32px / auto #f8f9fe;
}
.service-type__item:nth-child(3) {
  background: url(/_img/subpage/service_type_3.svg) no-repeat right 32px / auto #f8f9fe;
}
.service-type__item > .title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #0057a0;
  font-weight: 700;
}
.service-type__item > .text {
  font-size: 16px;
  line-height: 24px;
}
.intro__list {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
.intro__item {
  flex: 1;
  max-width: 317px;
  padding: 20px;
  border-radius: 32px 0 32px 0;
  background-color: var(--color--sub);
}
.intro__item .title {
  border-radius: 10px;
  padding: 8px 4px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}
.intro__item .text,
.intro__item .text > * {
  font-size: 16px;
  line-height: 24px;
}
.intro__item .text {
  text-align: center;
}
.intro__item .text > * {
  text-align: left;
}
.intro__item .text > * + * {
  margin-top: 8px;
}
.highlight-title {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  column-gap: 0.22em;
}
.highlight-title > * {
  width: fit-content;
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  z-index: 2;
  margin: 0 auto;
}
.highlight-title > *::before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
  display: block;
  width: calc(100% + 8px);
  height: 14px;
  background-color: #feecd7;
  z-index: -1;
}
.emi-guide-img {
  width: 100%;
  max-width: 798px;
  margin: 80px auto 0;
  text-align: center;
}
.emi-guide-img > img {
  display: block;
  width: auto;
  max-width: 100%;
}
.emi-guide-img > img + img {
  margin-top: 64px;
}
.emi-1 .highlight-title {
  margin-top: 80px;
}
.content__title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.416;
  font-weight: 700;
  color: var(--color--primary2);
  word-break: keep-all;
}
.content__text {
  font-size: 18px;
  line-height: 26px;
}
.content__text + .content__text {
  margin-top: 16px;
}
.emi-2 .section__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 24px;
}
.emi-2 .text__box {
  width: 100%;
  max-width: 756px;
}
.emi-2 .img__box {
  width: 360px;
  height: 360px;
}
.emi-2 .img__box > img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: contain;
}
.emi-2 .intro__list {
  margin-top: 24px;
}
.emi-2 .intro__item {
  padding: 20px 16px;
  background-color: #fff;
}
.emi-2 .intro__item .title {
  padding: 0;
  color: var(--color--primary);
}
.emi-3 .intro__list {
  margin-top: 40px;
}
.emi-3 .intro__item {
  background-color: var(--color--primary2);
}
.emi-3 .intro__item .title {
  color: var(--color--primary2);
}
.emi-3 .intro__item .text {
  color: #fff;
}
.report-intro__area {
  margin-top: 40px;
}
.report-intro__area > .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.report-intro__list {
  display: flex;
  column-gap: 16px;
  margin-top: 16px;
  margin-bottom: 24px;
}
.report-intro__item {
  flex: 1;
  padding: 16px;
  border-radius: 10px;
  background-color: var(--color--sub);
}
.report-intro__item dt {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--color--primary2);
}
.report-intro__item dd {
  font-size: 16px;
  line-height: 24px;
}
.emi-5 .content__text + .content__text {
  margin-top: 16px;
}
.emi-5 .img__box {
  width: 100%;
  max-width: 660px;
  margin: 40px auto;
  padding: 40px 20px;
  text-align: center;
  border-radius: 32px;
  background-color: #fff;
}
.emi-5 .img__box > img {
  width: 100%;
  max-width: 369.7px;
}
.emi-5 .img__box > .text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 17.5px;
}
.contact-info__wrap {
  padding: 40px;
  border-radius: 32px;
  background-color: #fffaf4;
}
.contact-info__wrap .content__title {
  font-size: 20px;
  line-height: 1.5;
}
.contact-info__wrap .content__text {
  font-size: 16px;
  line-height: 24px;
}
.contact-info__box {
  display: flex;
  column-gap: 40px;
  width: fit-content;
  margin-top: 16px;
  padding: 16px;
  border-radius: 24px 0 24px 0;
  background-color: #fff;
}
.contact-info__box > span {
  font-size: 16px;
  line-height: 24px;
}
.service-1 .intro__list {
  margin-top: 0;
}
.content__text.flex {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.content__text.flex > span {
  width: calc(100% - 184px);
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.content__text .btn-more {
  width: 160px;
  height: 80px;
  column-gap: 8px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}
.content__text .btn-more::after {
  background-image: url(/_img/common/icon_more_2.svg);
}
.service-2 .intro__list {
  flex-wrap: wrap;
}
.service-2 .intro__item {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 364px;
  padding: 16px;
  background-color: #fff;
}
.service-2 .intro__item .title {
  margin-bottom: 8px;
  padding: 0;
  color: var(--color--primary2);
}
.service-2 .intro__item .text {
  text-align: left;
}
.intro__item .color-gray {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: var(--color--D-gray);
}
.intro__item .btn-radius {
  width: 100%;
  height: 40px;
  margin-top: 8px;
  border: 1px solid var(--color--primary2);
  border-radius: 10px;
  background-color: #fff;
  color: var(--color--primary2);
}
.service-3 .intro__list,
.service-4 .intro__list {
  flex-wrap: wrap;
}
.service-3 .intro__item,
.service-4 .intro__item {
  flex: none;
  width: calc(50% - 12px);
  max-width: inherit;
}
.service-3 .intro__item .title,
.service-4 .intro__item .title {
  margin-bottom: 8px;
  color: var(--color--primary2);
}
.service-3 .intro__item .text,
.service-4 .intro__item .text {
  text-align: left;
}

.institute__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 648px;
  gap: 24px;
  margin: 48px auto;
}
.institute__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 700;
  color: var(--color--primary2);
  text-align: center;
  background-color: #f2f4ff;
}
.institute-1 .btn-more {
  width: 346px;
}
.institute-1 .btn-more::after {
  background-image: url(/_img/common/icon_more_2.svg);
}
.greeting-1 .content__title {
  margin-bottom: 40px;
}

.history__area {
  padding: 40px;
  margin-top: 40px;
  border-radius: 32px;
  background-color: var(--color--sub);
}
.history__title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.history__list > li {
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.text_blur {
  filter: blur(3px);
  user-select: none;
}
/* edu */
.edu__section {
  padding: 110px 0;
}
.edu__section .content + .content {
  margin-top: 80px;
}
.edu__section .content-bg {
  padding: 110px 0;
}
.edu__section .content__title {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.consulting__section .content__title {
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 1.25;
}
.edu__section .content__text {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.edu__section .content__text b {
  font-weight: 700;
  color: #0aa4b4;
}
.consulting__section .content__text {
  font-size: 20px;
  line-height: 1.5;
}
.edu-guide__list {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
.edu-guide__list.mt40 {
  margin-top: 40px;
  margin-bottom: 80px;
}
.edu-guide__item {
  flex: 1;
}
.edu-guide__item h1 {
  color: #424242;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  margin-bottom: 20px;
}
.edu-guide__item .text {
  font-size: 18px;
  background-color: var(--color--sub);
  line-height: 26px;
  padding: 24px;
  border-radius: 16px;
}
.edu-guide__item .text.ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* #### edu-program #### */
.edu-program {
  padding-top: 80px;
}
.edu-program .edu-title {
  color: #424242;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px; /* 141.667% */
  margin-bottom: 20px;
}
.edu_program_list {
  display: flex;
  gap: 20px;
}
.edu_program__item {
  flex: 1;
  border-radius: 24px;
  background: #f5f7fa;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.edu_program__item .img__box {
  width: 161.667px;
}
.edu_program__item .img__box > img {
  width: 100%;
}
.edu_program__item .text__box .title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.edu_program__item .text__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.edu_program__item .text__box .sub_title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  line-height: 26px; /* 144.444% */
  z-index: 2;
}
.edu_program__item .text__box .sub_title::before {
  content: "";
  background: #80c85d4d;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  z-index: -1;
}
.edu-program .sub_text {
  margin-top: 20px;
}
.edu-program .sub_text li {
  color: #838383;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.program_de_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.program_de__item {
  width: calc(50% - 12px);
  border-radius: 24px 0px;
  background: #09408a;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.program_de__item .title {
  border-radius: 10px;
  background: #fff;
  height: 44px;
  line-height: 44px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #09408a;
}
.program_de__item .text {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.edu-program .contact-info__wrap {
  background: #f5fbfc;
}
.edu-program .contact-info__wrap .content__title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 16px;
}
.edu-program .contact-info__wrap .content__text {
  text-align: left;
  font-size: 18px;
}

.edu-program .contact-info__wrap .contact-info__box {
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.edu-program .contact-info__wrap .contact-info__box > div {
  display: flex;
  gap: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.edu-program .contact-info__wrap .contact-info__box > div h6 {
  display: flex;
  gap: 4px;
  align-items: center;
}
.edu-program .contact-info__wrap .contact-info__box > div h6 b {
  font-weight: 600;
}
.content__sub-title {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}

.content__sub-text {
  font-size: 16px;
  line-height: 30px;
}
.service-intro__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 80px;
  margin-bottom: 80px;
  padding: 20px 83.5px;
  border-radius: 24px;
  background-color: var(--color--sub);
}
.service-intro__wrap .title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.service-intro__wrap .text {
  width: calc(100% - 307px);
  font-size: 16px;
  line-height: 20px;
}
.service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.service__item {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: calc(50% - 10px);
  border-radius: 24px;
  padding: 32px;
  background-color: var(--color--sub);
}
.service__item .title {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.service__item .img__box {
  width: 161.6px;
}
.service__item .img__box > img {
  width: 100%;
}
.text__list > li {
  list-style: disc;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
}
.edu-service .content__sub-title,
.consulting-type .content__sub-title {
  text-align: center;
}
.edu-history__area {
  display: flex;
  column-gap: 60px;
}
.edu-history__list {
  flex: 1;
  border-top: 2px solid var(--color--black2);
  border-bottom: 2px solid var(--color--black2);
}
.edu-history__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 12px;
  height: 113px;
  padding: 0 20px;
  border-bottom: 1px solid var(--color--gray);
}
.edu-history__item:last-child {
  border-bottom: none;
}
.edu-history__item > .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.edu-history__info > span {
  font-size: 14px;
  line-height: 17.5px;
}
.edu-history__info > .date {
  width: 114px;
  text-align: left;
}
.edu-history__info > .date > b {
  font-weight: 600;
}
.edu-history__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inquiry-link__wrap {
  width: 100%;
  max-width: 1000px;
  padding: 40px 20px;
  margin: 0 auto;
  border-radius: 32px;
  background-color: var(--color--primary2);
  text-align: center;
}
.inquiry-link__wrap > .main-text {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  word-break: keep-all;
}
.inquiry-link__wrap > .sub-text {
  margin-top: 24px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  word-break: keep-all;
}
.inquiry-link__wrap .button__wrap {
  margin-top: 24px;
  column-gap: 24px;
}
.inquiry-link__wrap .btn {
  width: 216px;
  height: 48px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.edu__title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--color--black);
}
.content-top__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 170px;
}
.content-top__wrap > .title {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--color--primary2);
}
.content-top__wrap > img {
  width: 400px;
}
.edu-info__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.edu-info__box {
  width: calc(50% - 10px);
  border-radius: 24px;
  padding: 24px;
  background-color: #fff;
}
.edu-info__title {
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: var(--color--primary2);
  background-color: #f8fbff;
}
.edu-info__list {
  margin-top: 20px;
  padding: 0 16px;
}
.edu-info__item + .edu-info__item {
  margin-top: 20px;
}
.edu-info__item > .text {
  display: flex;
  column-gap: 0.25em;
}
.edu-info__item > .text > span {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}
.sub-info__list {
  margin-top: 8px;
}
.sub-info__list > * + * {
  margin-top: 4px;
}
.sub-info__list > li {
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.sub-info__list > li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 11px;
  border-radius: 50%;
  vertical-align: 3px;
  background-color: var(--color--black2);
}
.edu__section.marketing .edu-info__box {
  width: calc((100% / 3) - 13.5px);
}

/* consulting */
.consulting__section {
  padding: 110px 0 140px;
}
.consulting__section .content + .content {
  margin-top: 64px;
}
.consulting__section .content-bg {
  padding: 64px 0;
}
.consulting__section .content.consulting-type {
  margin-top: 110px;
}
.consulting-type .content__sub-title {
  margin-bottom: 48px;
}
.consulting-type .service-intro__wrap {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  padding: 32px 16px;
  margin: 0 auto 48px;
}
.consulting-type .service-intro__wrap span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: var(--color--D-gray);
}
.consulting-type .service-intro__text {
  width: fit-content;
  padding-left: 5px;
  margin: 0 auto;
}
.consulting-info__wrap {
  padding: 40px 0;
  border-bottom: 1px solid var(--color--gray);
}
.consulting-info__wrap:last-child {
  border-bottom: none;
}
.consulting-info__area {
  display: flex;
  padding: 0 20px;
  column-gap: 70px;
}
.consulting-info__area .img__box {
  width: 100%;
  max-width: 480px;
}
.consulting-info__area .img__box > img {
  width: 100%;
}
.consulting-info__text > * + * {
  margin-top: 32px;
}
.consulting-info__title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.consulting-info__list > li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 30px;
}
.consulting-info__list > li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 13px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: var(--color--black2);
}
.consulting-history__wrap {
  margin-bottom: 110px;
}
.consulting-history__content {
  display: flex;
  column-gap: 80px;
  width: calc(100% - 312px);
}
.consulting-history__area {
  position: relative;
  width: 100%;
  height: fit-content;
}
.consulting-history__area:first-child {
  max-width: 407px;
}
.consulting-history__area::before {
  content: "";
  position: absolute;
  left: 103px;
  top: 20px;
  display: block;
  width: 2px;
  height: calc(100% - 20px);
  background-color: var(--color--gray);
}
.consulting-history__row + .consulting-history__row {
  margin-top: 68px;
}
.consulting-history__row .year {
  width: 78px;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
.consulting-history__wrap > .section__inner {
  display: flex;
  column-gap: 64px;
  padding: 40px 0;
  border-top: 2px solid var(--color--black);
  border-bottom: 2px solid var(--color--black);
}
.consulting-history__row {
  display: flex;
  column-gap: 64px;
}
.consulting-history__row > .box {
  width: calc(100% - 142px);
  position: relative;
  padding-top: 12px;
}
.consulting-history__row:last-child > .box::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 20px;
  display: block;
  width: 5px;
  height: calc(100% - 20px);
  background-color: #ffffff;
}
.consulting-history__row > .box::after {
  content: "";
  position: absolute;
  left: -44px;
  top: 14px;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid var(--color--primary2);
  border-radius: 50%;
  background-color: #fff;
}
.consulting-history__text + .consulting-history__text {
  margin-top: 32px;
}
.consulting-history__text > .title {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.consulting-history__text > .company {
  font-size: 14px;
  line-height: 17.5px;
}
.content.consulting-text {
  text-align: center;
}
.consulting__title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}
.consulting__text {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.consulting__list {
  display: flex;
  justify-content: center;
  column-gap: 26.6px;
  margin-top: 32px;
}
.consulting__item {
  width: 240px;
  height: 240px;
  padding: 46px 30px 0;
  border-radius: 32px 0 32px 0;
  background-color: var(--color--primary2);
}
.consulting__item.size-l {
  width: 280px;
}
.consulting__item > .title {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  word-break: keep-all;
}
.consulting__item > .text {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.consulting-list__wrap {
  max-width: 720px;
  margin: 24px auto 0;
}
.consulting-list__wrap .consulting__list {
  margin: 16px 0;
  column-gap: 30px;
}
.consulting-list__wrap .consulting__item {
  width: 220px;
  height: auto;
  padding: 20px 0;
  border-radius: 24px 0 24px 0;
  background-color: #2d7aba;
}
.consulting-list__wrap .consulting__item > .text {
  line-height: 17px;
  text-align: center;
}
/* .consulting-list__wrap .consulting__item:hover {
  background-color: #0057a0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
} */
.consulting-list__wrap > .sub-text {
  font-size: 12px;
  line-height: 15px;
  color: var(--color--D-gray);
}
.consulting-report .section__inner {
  max-width: 1140px;
}
.report__list {
  display: flex;
  margin-top: 40px;
  column-gap: 12px;
}
.report__item {
  width: 100%;
}
.report__item:nth-child(even) {
  margin-top: 54px;
}
.report__item > .num {
  display: inline-block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 14px;
  color: var(--color--D-gray);
}
.report__box {
  width: 100%;
  height: 220px;
  /* background-color: #d9d9d9; */
}
.report__box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content .state-text__list {
  margin-top: 40px;
}
.content .state-text__item > * {
  line-height: 15px;
}
.card__list {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  margin-top: 40px;
}
.card__item {
  overflow: hidden;
  width: 280px;
  border-radius: 24px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.card-img__box {
  width: 100%;
}
.card-img__box > img {
  width: 100%;
}
.card-text__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 160px);
  min-height: 80px;
  padding: 14px 10px;
  text-align: center;
}
.card-text__box > .title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.card-text__box > .text {
  font-size: 14px;
  line-height: 17.5px;
}
.consulting__list.company {
  column-gap: 20px;
}
.dashboard-img__box {
  overflow: hidden;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 1.5/1;
  border-radius: 20px;
  margin: 40px auto 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dashboard-img__box > img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.consulting__section .content.consulting-dashboard {
  margin-top: 40px;
}

/* mypage, cs */
.info__container {
  padding: 70px 0 110px;
}
.info__container .section__inner {
  display: flex;
  column-gap: 50px;
}
.info__section {
  width: calc(100% - 280px);
}
.info__wrap {
  margin-top: 70px;
  padding-top: 24px;
  /* border-top: 2px solid var(--color--black2); */
}
.info__wrap.notice {
  border-top: none;
}
.side__menu {
  width: 230px;
}
.side-menu__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #0aa4b4;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
}
.side-menu__list {
  margin-top: 8px;
}
.side-menu__list > * + * {
  margin-top: 8px;
}
.side-menu__item > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  border: 1px solid var(--color--gray);
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.side-menu__item > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/_img/common/icon_more.svg) no-repeat center center/contain;
  transform: translateY(-50%);
}
.side-menu__item > a.on {
  color: #0aa4b4;
  background-color: var(--color--L-gray);
}
.side-menu__item > a.on::after {
  background-image: url(/_img/common/icon_more_0577D7.svg);
}

.info__container .tab-swiper {
  display: none;
}

.info__area + .info__area {
  margin-top: 64px;
}
.info__area .page__sub-title {
  margin-bottom: 16px;
}
.info__area:first-child .page__sub-title {
  padding-top: 8px;
}
.info__area .btn-modal {
  width: fit-content;
  height: 37px;
  padding: 0 16px;
  border-color: var(--color--gray);
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color--black2);
}
.info__wrap .button__wrap {
  margin-top: 110px;
}
.project_mng_modal .modal__text {
  font-size: 20px;
}
.report-info__list {
  margin-top: 16px;
}
.report-info__list > li {
  margin-left: 14px;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 20px;
}
.report-info__list > li > b {
  font-weight: 600;
}
.state-text__list {
  margin-top: 64px;
}
.state-text__item {
  display: flex;
  column-gap: 0.22em;
}
.state-text__item > * {
  font-size: 14px;
  line-height: 20px;
  color: var(--color--D-gray);
}
.search__box {
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: 300px;
  height: 48px;
  border: 1px solid var(--color--gray);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 10px;
}
.search__box .search-input {
  width: calc(100% - 25px);
  height: 100%;
  font-size: 14px;
  color: var(--color--D-gray);
}
.search__box .search-input::placeholder {
  color: #d5d5d5;
}
.btn-icon-search {
  width: 17px;
  height: 17px;
  background: url(/_img/common/icon_search.svg) no-repeat center center/contain;
}
.info__section .scroll-swiper .table {
  min-width: 570px;
}
.info__section .scroll-swiper .table {
  min-width: 770px;
}
.table .detail__wrap {
  padding: 0;
  height: auto;
}
.inquiry__content {
  padding: 31px 26px;
  text-align: left;
}
.inquiry__content .question {
  padding-bottom: 24px;
}
.inquiry__content .answer {
  padding-top: 24px;
  border-top: 1px solid var(--color--gray);
}
.inquiry__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.inquiry__text {
  font-size: 16px;
  line-height: 22px;
  padding: 0 40px;
}
.inquiry__info {
  padding: 0 40px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 22px;
}
.file-download,
.file-name {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
  width: fit-content;
  margin-top: 8px;
  font-size: 16px;
  line-height: 20px;
  color: var(--color--D-gray);
  text-decoration: underline;
  text-underline-position: under;
}
.file-download::before,
.file-name::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/_img/common/icon_file.svg) no-repeat center center/contain;
}
.inquiry__title::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.question .inquiry__title::before {
  content: "Q";
  background-color: #313d6a;
}
.answer .inquiry__title::before {
  content: "A";
  background-color: var(--color--point);
}
#inquiryTable .inquiry__content {
  display: none;
}
#inquiryTable .list {
  border-bottom: 1px solid var(--color--gray);
  cursor: pointer;
}
#inquiryTable tbody tr:last-child {
  border-bottom: none;
}
#inquiryTable .list td {
  padding: 19px 20px;
  word-break: keep-all;
}
#inquiryTable .title {
  text-align: left;
  word-break: break-all;
}
.board__item {
  display: flex;
  column-gap: 26px;
  padding: 25px 26px;
  border-bottom: 1px solid #e5e5e5;
}
.board__item .box:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
}
.board__item .box.text__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(75% - 60px - 52px);
}
.board__item .num {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: var(--color--D-gray);
}
.board__item .img__box {
  overflow: hidden;
  width: 25%;
  aspect-ratio: 1.66/1;
  border-radius: 12px;
  background-color: #f8f8f8;
}
.board__item .img__box > a {
  display: block;
  width: 100%;
  height: 100%;
}
.board__item .img__box img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.board__item .box.text__box .mark-fill,
.board__item .box.text__box .num {
  display: none;
}
.board__title {
  overflow: hidden;
  display: block;
  width: fit-content;
  max-width: 480px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-view .mark-fill {
  margin-bottom: 8px;
}
.info-view .board__title {
  overflow: visible;
  text-overflow: initial;
  white-space: initial;
  max-width: initial;
  margin-bottom: 10px;
}
.board__date {
  font-size: 14px;
  line-height: 17px;
  color: var(--color--D-gray);
}
.board__item .text__box {
  position: relative;
}
.board__item .text__box .btn-detail-more {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/_img/common/btn_detail_more.svg) no-repeat center center/contain;
}
.board__content {
  min-height: 100px;
}
.board__text {
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
}
.file-view__box {
  margin-top: 79px;
  padding: 22.5px 26px;
  background-color: var(--color--L-gray);
}
.file-view__box .file-download {
  margin-top: 0;
}
.file-view__box > .file {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.btn-delete {
  width: 12px;
  height: 12px;
  background: url(/_img/common/icon_delete.svg) no-repeat center center/contain;
}
.page-nav__box {
  display: flex;
  align-items: center;
  padding: 22.5px 26px;
  column-gap: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.page-nav__label {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.page-nav__label > * {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.arrow {
  width: 16px;
  height: 16px;
  background: url(/_img/common/icon_arrow_down.svg) no-repeat center center/contain;
}
.arrow.arrow-prev {
  transform: rotateX(180deg);
}
.page-nav__title {
  overflow: hidden;
  display: block;
  max-width: calc(100% - 86px);
  font-size: 16px;
  line-height: 20px;
  color: var(--color--D-gray);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-view .button__wrap {
  margin-top: 40px;
}
.info-view .btn-radius {
  width: 120px;
  height: 48px;
  background: #09408a;
  border: none;
}
.info__area.inquiry {
  padding: 0 26px;
}
.inquiry .input__label {
  display: flex;
  align-items: center;
  width: 130px;
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.inquiry .common-input__box {
  width: calc(100% - 130px);
}
.inquiry .common-input__box .common-input {
  background-color: #f8f8f8;
}
.inquiry .file__wrap {
  margin-left: 130px;
}
.file__box {
  padding: 20px 26px;
  background-color: var(--color--L-gray);
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}
.file__box .file {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.file__box .file-name {
  margin-top: 0;
}
.file-info__text {
  margin-top: 8px;
}
.file-info__text > * + * {
  margin-top: 8px;
}
.file-info__text > p {
  font-size: 14px;
  line-height: 17.5px;
  color: var(--color--D-gray);
}
label.file-name {
  cursor: pointer;
}
.input-file {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 1px;
  clip-path: polygon(0 0, 0 0, 0 0);
}
.file__box .file-attached {
  display: none;
}

.info__bottom {
  margin-top: 80px;
  margin-left: 130px;
  padding: 0 26px;
}
.info__bottom .common-input__area {
  justify-content: center;
}
.info__bottom .checkbox__box {
  column-gap: 46px;
}
.faq__item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 26px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.faq__item .inquiry__title {
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: calc(100% - 34px);
  min-height: 80px;
  margin-bottom: 0;
  padding: 10px 0;
  font-size: 18px;
  line-height: 22px;
}
.faq__item .inquiry__title::before {
  min-width: 30px;
  background-color: #09408a;
}
.faq__item .btn-faq-more {
  width: 24px;
  height: 24px;
  background: url(/_img/common/faq_arrow.svg) no-repeat center center/contain;
}
.faq__item.on .inquiry__title::before {
  background-color: #313d6a;
}
.faq__item.on .btn-faq-more {
  background-image: url(/_img/common/faq_arrow_on.svg);
}
.faq__item .answer {
  display: none;
  padding: 25px 26px 31px;
  background-color: var(--color--L-gray);
}
.faq__item .answer > .inner {
  display: flex;
  align-items: baseline;
  column-gap: 16px;
}
.faq__item .answer .icon {
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: var(--color--point);
}
.faq__item .inquiry__text {
  padding: 0;
}
.library .board__item {
  align-items: center;
}
.library .board__item .box.text__box {
  width: calc(100% - 140px - 52px);
}
.library .board__item .board__title {
  max-width: 100%;
  font-size: 18px;
  line-height: 22px;
}
.library .board__item .box:nth-child(1) {
  width: 60px;
}
.red-text {
  color: #e91e63 !important;
}
.red-box-inner {
  position: relative;
}
.common-red-box {
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: -25px;
  left: 5px;
}
.common-red-box p {
  /* color: #e91e63; */
  color: var(--color--D-gray);
}
/* main-blog */

.main-blog__section .blog-swiper .main-notice__item {
  width: 308px;
  height: fit-content;
}
.blog-swiper {
  margin-top: 40px;
  height: fit-content;
}
.main-blog__section .blog-swiper .main-notice__item > a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border-radius: 12px;
}
.main-blog__section .img_box {
  border-radius: 8px;
  background: #eee;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.main-blog__section .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-blog__section .text_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.main-blog__section .text_box .badges {
  display: flex;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  text-overflow: ellipsis; /* 말줄임표 (...) 처리 */
  flex-wrap: wrap;
  height: 27px;
}

.main-blog__section .text_box .badges span {
  padding: 0 8px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  background: #fafafa;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  flex-shrink: 0;
}

.main-blog__section .text_box > h2 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.main-blog__section .text_box > p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main-notice__section > .bg-1.mo,
.main-notice__section > .bg-2.mo {
  display: none;
}
.emi_intr .content {
  padding: 80px 0;
}

/* 지원사업안내  */
.support__section {
  padding: 110px 20px;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

.support__section h1 {
  color: var(--color--primary2);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 48px;
}
.support__section h4 {
  color: #424242;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
}
.support__section h4 b {
  font-weight: 700;
  color: var(--color--primary);
}
.support__section .img_box {
  max-width: 320px;
  aspect-ratio: 1/1;
}
.support__section .img_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.support__section .btn-radius {
  background: #09408a;
  max-width: 455px;
  width: 100%;
  border: none;
  display: flex;
  gap: 8px;
  align-items: center;
}
.support__section .btn-radius p {
  background: url(../_img/common/icon_arrow_right.svg) no-repeat center center / contain;
  width: 16px;
  height: 16px;
}
.library_section {
  padding: 80px 20px 110px;
  max-width: 1450px;
  margin: 0 auto;
}
.library_section .tit {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.library_section .search_box {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: 80px;
  margin-bottom: 40px;
}
.library_section .search_box .ip__search {
  position: relative;
}
.library_section .search_box .ip__search input {
  height: 48px;
  width: 300px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  padding: 0px 10px 0px 20px;
}
.library_section .search_box .ip__search .search_btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  background: url(../_img/common/icon_search.svg) no-repeat center center / contain;
}
.library_section .library__ul {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
.notice__ul {
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}
.notice__ul li a {
  padding: 24px 8px;
  display: flex;
  align-items: center;
  gap: 80px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
}
.notice__ul li a span {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  flex-shrink: 0;
}
.notice__ul li a .text {
  display: flex;
  align-items: center;
  gap: 16px;
}
.library_section .library__ul li a {
  padding: 24px 8px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.library_section .library__ul li a h4,
.notice__ul li a h4 {
  min-width: 40px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}
.library_section .library__ul li a p,
.notice__ul li a p {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.library_section .pagination {
  justify-content: center;
  width: 100%;
  gap: 8px;
  margin-top: 80px;
}
.library_section .pagination .page__link.on a {
  background: #80c85d;
  color: #fff;
}
.library_section .board_title,
.notice____sec .board_title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.library_section .board_title h1,
.notice____sec .board_title h1 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.library_section .board_title .date,
.notice____sec .board_title .date {
  display: flex;
  gap: 8px;
  align-items: center;
}
.library_section .board_title .date p,
.notice____sec .board_title .date p {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.library_section .board_title .date .line,
.notice____sec .board_title .date .line {
  background: #e5e5e5;
  width: 1px;
  height: 12px;
}
.library_section .board__text {
  padding: 24px 0;
}
.library_section .file-view__box {
  margin-top: 0;
}
.library_section .go_list {
  width: 120px;
  height: 48px;
  border-radius: 8px;
  background: #09408a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 80px auto 0;
  display: inherit;
  text-align: center;
  line-height: 48px;
}
.support__section .pc-show,
.edu__section .pc-show {
  display: block;
}
.support__section .mo-show,
.edu__section .mo-show {
  display: none;
}
.use__section {
  height: 625px;
  background: url(../_img/common/main_back.png) no-repeat center center / cover;
}
.use__section .use__inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 110px 20px;
}

.use__section .use__inner .text h1 {
  margin-bottom: 4px;
  color: #333333;
  font-size: 32px;
  font-weight: 800;
  line-height: 140%;
}
.use__section .use__inner .text p {
  color: #333333;
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.use__section .use__inner .text p::before {
  content: "";
  position: absolute;
  background: #80c84b66;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.use__section .use__inner .text h5 {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.use__section .use__inner .youtube_area {
  width: 721px;
  min-width: 721px;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 721 / 405;
}
.use__section .use__inner .youtube_area iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1500px) {
  .visual-swiper .swiper-button-prev {
    left: 20px;
  }
  .visual-swiper .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .main-intro__section {
    padding: clamp(64px, 10.7vw, 150px) 0;
  }
  .section__title {
    font-size: clamp(20px, 2.14vw, 30px);
    line-height: 1.4;
  }
  .main-intro__area .sub__title {
    font-size: clamp(13px, 1.428vw, 20px);
    line-height: 1.23;
  }
  .main-intro__area .main__title {
    font-size: clamp(20px, 2.85vw, 40px);
    line-height: 1.25;
  }
  .main-intro__area .main__title > span {
    font-size: clamp(20px, 1.25vw, 32px);
    line-height: 1.25;
  }
  .main-notice__section > .bg-2 {
    height: clamp(212px, 18.57vw, 260px);
  }
  .main-notice__title > .title {
    font-size: clamp(20px, 2.85vw, 40px);
    line-height: 1.25;
  }
  .main-intro__text {
    font-size: clamp(14px, 1.28vw, 18px);
    line-height: 1.57;
    margin-bottom: clamp(16px, 3.42vw, 48px);
  }
  .main-intro__area + .main-intro__area {
    margin-top: clamp(48px, 10.7vw, 150px);
  }
  .account__container {
    padding: clamp(40px, 9.71vw, 136px) 0 clamp(64px, 9.71vw, 136px);
  }
  .account__title {
    font-size: clamp(24px, 2.85vw, 40px);
    line-height: 1.25;
  }
  .account_sub__title {
    font-size: 13px;
    margin-top: 20px;
  }
  .sub-visual {
    height: clamp(240px, 24.28vw, 340px);
  }
  .sub-visual .main-title {
    font-size: clamp(24px, 2.85vw, 40px);
    line-height: 1.25;
  }
  .institute__list {
    width: clamp(320px, 50vw, 648px);
  }
  .institute__item {
    width: clamp(100px, 14.2vw, 200px);
    height: clamp(100px, 14.2vw, 200px);
    font-size: clamp(10px, 1.28vw, 18px);
  }
  .consulting__section {
    padding: clamp(56px, 7.85vw, 110px) 0 clamp(66px, 10vw, 140px);
  }
  .consulting__section .content.consulting-type {
    margin-top: clamp(56px, 7.85vw, 110px);
  }
  .consulting-history__wrap > .section__inner {
    flex-direction: column;
  }
  .consulting-history__content {
    width: 100%;
  }
  .consulting-history__wrap {
    margin-bottom: clamp(56px, 7.85vw, 110px);
  }
  .edu__section {
    padding: clamp(56px, 7.85vw, 110px) 0 clamp(64px, 7.85vw, 110px);
  }
  .content-top__wrap {
    padding: 0 12.14vw;
  }
  .content-top__wrap > .title {
    font-size: clamp(20px, 3.42vw, 48px);
    line-height: 1.25;
  }
  .content-top__wrap > img {
    width: 28.57vw;
  }
  .edu__section .content + .content {
    margin-top: clamp(40px, 5.7vw, 80px);
  }
  .service-intro__wrap {
    margin-bottom: clamp(40px, 5.7vw, 80px);
  }
  .content__sub-title {
    margin-bottom: 16px;
  }
  .service__item .title {
    text-align: center;
  }
  .edu__section .content-bg {
    padding: clamp(40px, 7.85vw, 110px) 0;
  }

  .content-bg.bg-emi::before {
    width: clamp(201px, 66.4vw, 929.7px);
    height: auto;
    aspect-ratio: 2.35/1;
  }
  .content-bg.bg-service::before {
    left: 0;
    width: clamp(340px, 66.4vw, 1595px);
    height: auto;
    aspect-ratio: 5.85/1;
    background: url(/_img/subpage/bg_text_service.png) no-repeat center center/contain;
  }
  .content-bg.bg-eci::before {
    right: 0;
    width: clamp(244px, 52.4vw, 733.7px);
    height: auto;
    aspect-ratio: 2.135/1;
    background: url(/_img/subpage/bg_text_eci.png) no-repeat center center/contain;
  }
  .page__title {
    font-size: clamp(24px, 2.28vw, 32px);
    line-height: 1.25;
  }
}

@media screen and (max-width: 1320px) {
  .main-notice__section .section__inner {
    padding: 0 20px;
    flex-direction: column;
  }

  .notice-swiper,
  .blog-swiper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .highlight-title > * {
    display: block;
  }
  .table-info .section__inner {
    width: 100%;
  }
  .side__menu {
    padding-left: 20px;
  }
  .table-info .table-top__wrap {
    padding: 0 20px;
  }
  .table-info .info__area {
    padding-left: 20px;
  }
  .table-info .page__title,
  .table-info .page__sub-title,
  .table-info .pagination {
    padding-right: 20px;
  }
  .table-info .scroll-swiper {
    padding-right: 20px;
  }
  .table-info .info__wrap {
    position: relative;
    border-top: none;
    padding-top: 42px;
  }
  .table-info .info__wrap::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    display: block;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #424242;
  }

  .main-notice__section > .bg-2 {
    height: 261px;
  }
  .main-notice__section .section__inner {
    gap: 120px;
  }
  .main-notice__section > .bg-1.mo {
    display: block;
    top: 601px;
  }
  .main-notice__section > .bg-2.mo {
    display: block;
    top: 861px;
  }
  .main-notice__section > .bg-2 {
    height: 301px;
  }
}
@media screen and (max-width: 1200px) {
  .side__menu {
    width: 200px;
  }
  .info__section {
    width: calc(100% - 250px);
  }
}
@media screen and (max-width: 1024px) {
  .main-intro__area {
    flex-direction: column-reverse;
    row-gap: 16px;
  }
  .main-intro__area.reverse {
    flex-direction: column;
  }
  .main-intro__area .text__box,
  .main-intro__area .img__box {
    width: 100%;
  }
  .main-intro__area .img__box {
    border-radius: 12px;
  }
  .main-notice__section {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .mark-fill,
  .mark-border {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 15px;
  }
  .notice-swiper,
  .blog-swiper {
    margin-top: 24px;
  }
  .main-notice__item .title {
    display: block;
    height: auto;
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .notice-swiper .main-notice__item > a {
    padding: 16px;
  }
  .notice-swiper .main-notice__item {
    width: 280px;
    height: 166px;
  }
  .main-notice__item .text {
    height: 46px;
    margin-top: 4px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
  .main-notice__item .date {
    font-size: 14px;
    line-height: 17.5px;
  }
  .main-notice__section > .bg-1.mo {
    top: 501px;
  }
  .main-notice__section > .bg-2.mo {
    top: 701px;
  }
  .main-notice__section > .bg-1,
  .main-notice__section > .bg-1_2,
  .main-notice__section > .bg-1_3 {
    height: 200px;
  }
  .main-notice__section > .bg-2,
  .main-notice__section > .bg-2_1 {
    top: 200px;
    height: 261px;
  }

  .login__wrap,
  .join__wrap {
    margin: 40px auto 0;
  }
  .join__title {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .join__title .text-point {
    font-size: 12px;
    line-height: 15px;
  }
  .join__wrap .common-input__wrap + .common-input__wrap {
    margin-top: 40px;
  }
  .input-info__text {
    margin-top: 4px;
    font-size: 12px;
    line-height: 15px;
  }
  .find-result__wrap {
    padding-top: 40px;
  }

  .sub-visual .sub-title {
    font-size: 12px;
    line-height: 15px;
  }

  .intro__list {
    flex-direction: column;
  }
  .intro__item {
    max-width: initial;
  }
  .report-intro__list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .report-intro__item {
    flex: none;
    width: calc((100% / 3) - 10.7px);
  }
  .service-2 .intro__item {
    max-width: initial;
  }
  .service-3 .intro__list,
  .service-4 .intro__list {
    flex-direction: row;
  }
  .edu__section .content__title,
  .consulting__section .content__title {
    font-size: clamp(20px, 3.9vw, 40px);
    line-height: 1.5;
  }
  .consulting__section .content__title {
    margin-bottom: 16px;
  }
  .consulting__section.consulting_info .content__title {
    text-align: left;
  }
  .edu__section .content__text,
  .consulting__section .content__text {
    font-size: 16px;
    line-height: 24px;
  }
  .content__sub-title {
    font-size: 20px;
    line-height: 30px;
  }
  .consulting-type .content__sub-title {
    margin-bottom: 16px;
    text-align: left;
  }
  .consulting__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    word-break: keep-all;
  }
  .dashboard-img__box {
    margin: 24px auto 0;
    border-radius: 12px;
  }
  .consulting__section .content-bg {
    padding: 40px 0;
  }
  .consulting__text {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
  .consulting__text.text-center {
    text-align: center;
  }
  .consulting-history__text + .consulting-history__text {
    margin-top: 24px;
  }
  .consulting-history__row {
    column-gap: 36px;
  }
  .consulting-history__row .year {
    width: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .consulting-history__text > .title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
  }
  .consulting-history__text > .company {
    font-size: 13px;
    line-height: 16.2px;
  }
  .consulting-history__row > .box {
    width: calc(100% - 67px);
    padding-top: 6px;
  }
  .consulting-history__row > .box::after {
    left: -24px;
    top: 6px;
  }
  .consulting-history__area::before {
    left: 56px;
    top: 14px;
  }
  .edu__section .content__title {
    margin-bottom: 16px;
    text-align: left;
  }
  .edu-guide__list {
    flex-wrap: wrap;
  }
  .edu-guide__item {
    width: calc(50% - 10px);
    flex: none;
  }
  .service-intro__wrap {
    flex-direction: column;
    row-gap: 16px;
    padding: 20px;
  }
  .service-intro__wrap .text {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }
  .service__item {
    flex-direction: column;
    row-gap: 24px;
  }
  .edu-history__area {
    flex-direction: column;
    row-gap: 24px;
  }
  .inquiry-link__wrap > .main-text {
    font-size: clamp(20px, 2.92vw, 30px);
    line-height: 1.5;
  }
  .edu__section .content-top__wrap > img {
    max-width: 280px;
  }
  .edu__title {
    font-size: clamp(20px, 3.9vw, 40px);
    line-height: 1.5;
  }
  .edu-info__box,
  .edu__section.marketing .edu-info__box {
    width: 100%;
  }
  .edu-info__box {
    padding: 16px;
  }
  .consulting__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .consulting__item,
  .consulting__item.size-l {
    width: calc(50% - 10px);
    padding: 24px 20px;
    height: 196px;
    border-radius: 16px 0 16px 0;
  }
  .consulting__item > .title {
    font-size: 14px;
    line-height: 22px;
  }
  .consulting__item > .text {
    font-size: 12px;
    line-height: 18px;
  }
  .consulting__section .content + .content {
    margin-top: 40px;
  }
  .report__list {
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
  }
  .report__item {
    width: calc((100% / 3) - 16px);
  }
  .report__item:nth-child(even) {
    margin-top: 0;
  }
  .consulting-list__wrap .consulting__item {
    flex: 1;
  }

  .info__container {
    padding: 0 0 64px;
  }
  .side__menu {
    display: none;
  }
  .info__container .tab-swiper {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .info__section {
    width: 100%;
  }
  .info__wrap {
    margin-top: 16px;
    padding-top: 40px;
  }

  .info__wrap.info-view {
    padding-top: 0px;
  }
  .table-top__wrap {
    margin-bottom: 40px;
  }
  .board__item {
    padding: 16px 8px;
  }
  .board__item .box:nth-child(1) {
    display: none;
  }
  .board__item .box.text__box {
    width: 75%;
  }
  .board__item .num {
    font-size: 12px;
    line-height: 15px;
  }
  .board__item .box.text__box .mark-fill,
  .board__item .box.text__box .num {
    display: block;
  }

  .category-tab {
    flex-wrap: nowrap;
  }
  .category-tab .tab__item {
    min-width: fit-content;
  }
  .library .board__item {
    column-gap: 21px;
    align-items: flex-start;
  }
  .library .board__item .box.text__box {
    row-gap: 8px;
    width: calc(100% - 101px);
  }
  .library .board__item .num,
  .library .board__date {
    line-height: 19px;
  }
  .info__bottom {
    margin-top: 24px;
    margin-left: 0;
    padding: 0;
  }
  .info__bottom .checkbox__box {
    column-gap: 8px;
  }
  .info__wrap .button__wrap {
    margin-top: 40px;
  }
  .info__wrap .button__wrap .btn-radius {
    width: 100%;
    max-width: 500px;
    height: 48px;
  }
  .main-notice__section .section__inner .board_section .notice__list ul li p,
  .main-notice__section .section__inner .board_section .notice__list ul li .bottom {
    margin-top: 8px;
  }
  .main-notice__top {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
  .main-notice__title {
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }
  .main-notice__section .section__inner {
    gap: 100px;
  }
  .main-notice__title > .title {
    font-size: 20px;
  }
  .main-notice__top > .btn-more {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 8px 16px;
  }
  .main-notice__section .section__inner .board_section .notice__list ul li h1 {
    font-size: 16px;
  }
  .main-notice__section .section__inner .board_section .notice__list ul li h6 {
    font-size: 14px;
  }
  .main-notice__section .section__inner .board_section .notice__list {
    padding: 16px;
    height: 292px;
  }
  .main-notice__section .section__inner .board_section .notice__list li a {
    height: 52px;
    padding: 0 4px;
    gap: 8px;
  }
  .visual-swiper .text h1 {
    font-size: 20px;
  }
  .visual-swiper .text_slideB {
    top: 41px;
    transform: translate(-50%, 0);
  }
  .visual-swiper .text_slideB h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .visual-swiper .text_slideB span {
    font-size: 13px;
    margin-bottom: 18px;
  }
  .visual-swiper .text_slideB p {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .visual-swiper .text .btns a {
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .use__section .use__inner {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    padding: 40px 20px 80px;
  }
  .use__section .use__inner .youtube_area {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
  }
  .use__section {
    height: fit-content;
    background: url(../_img/common/main_back_mo.png) no-repeat center center / cover;
  }

  .use__section .use__inner .text h1 {
    font-size: 20px;
  }
  .use__section .use__inner .text p {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .use__section .use__inner .text h5 {
    font-size: 12px;
  }
  .use__section .use__inner .text p::before {
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .common-input__wrap > * + * {
    margin-top: 24px;
  }
  .input__label {
    font-size: 14px;
    line-height: 17.5px;
  }
  .input__inner .common-select {
    height: 48px;
    line-height: 46px;
    border-radius: 8px;
    padding-left: 16px;
    font-size: 14px;
  }
  .input__inner .common-select .list {
    border-radius: 8px;
  }
  .input__inner.flex-col .btn-radius {
    border-radius: 8px;
  }
  .tab-swiper .swiper-slide {
    min-width: fit-content;
    margin: 0 auto;
  }
  .tab-swiper .depth-2-tab .tab__item {
    padding: 0 10px;
  }
  .depth-2-tab.no-swiper .tab__item {
    max-width: initial;
  }

  .terms__box {
    padding: 16px;
    font-size: 14px;
    line-height: 17.5px;
  }

  .visual__section {
    aspect-ratio: 0.85/1;
  }
  .visual-swiper .pc-show {
    display: none;
  }
  .visual-swiper .mo-show {
    display: block;
  }
  .visual-swiper .swiper-button-prev,
  .visual-swiper .swiper-button-next {
    display: none;
  }
  .visual-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .visual-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .visual-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .visual-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .visual-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 24px;
  }

  .sub-visual.emi {
    background-image: url(/_img/subpage/emi_visual_bg_mo.jpg);
  }
  .sub-visual.edu {
    background-image: url(/_img/subpage/edu_visual_bg_mo.jpg);
  }
  .sub-visual.consulting {
    background-image: url(/_img/subpage/consulting_visual_bg_mo.jpg);
  }
  .sub-visual.analysis {
    background-image: url(/_img/subpage/analysis_visual_bg_mo.jpg);
  }
  .sub-visual .button__wrap {
    flex-direction: column;
    row-gap: 8px;
  }
  .sub-visual .btn-radius {
    width: 160px;
    height: 37px;
    padding: 10px 8px;
  }
  .depth-2-tab {
    position: relative;
    border-top: 1px solid var(--color--gray);
  }
  .tab-swiper .depth-2-tab {
    border-top: none;
  }
  .section__text {
    margin-top: 16px;
  }

  .main-intro__area .sub__title {
    margin-bottom: 4px;
  }
  .main-intro__area .main__title {
    margin-bottom: 8px;
  }
  .main-intro__text {
    margin-bottom: 16px;
  }
  .main-notice__top {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .main-notice__title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
  }
  .main-notice__title > .text {
    font-size: 14px;
    line-height: 1.25;
  }
  .main-notice__top > .btn-more {
    width: 102px;
    height: 44px;
    justify-content: space-between;
    padding: 8px 16px;
  }
  .login-link__wrap > a {
    font-size: 12px;
  }
  .login-link__wrap > .line {
    height: 15px;
  }
  .login__wrap .button__wrap {
    margin-top: 40px;
  }
  .common-input__area {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
  .flex-2 {
    flex-direction: column;
    row-gap: 24px;
  }
  .account .info-text__wrap {
    margin-left: 0;
  }
  .join__wrap .input__label {
    height: auto;
  }
  .join__wrap .account .input__label,
  .join__wrap .account .common-input__box,
  .join__wrap .common-input__box {
    width: 100%;
  }
  .common-input__box .btn-radius {
    height: 48px;
  }
  .common-input__box.right {
    margin-left: 0;
  }
  .join__title .checkbox__label > span {
    font-size: 12px;
    line-height: 15px;
  }
  .join__wrap .check-terms {
    max-width: initial;
    padding-right: 10px;
  }
  .checkbox__box .btn-modal {
    font-size: 14px;
    line-height: 17.5px;
  }
  .common-input__wrap.terms .flex-2 {
    row-gap: 16px;
  }
  .login__section .common-input__wrap.terms > * + * {
    margin-top: 16px;
  }
  .join-info__text {
    margin-top: 0;
    padding-left: 18px;
    font-size: 12px;
    line-height: 15px;
  }
  .join-info__text::after {
    left: 8px;
    top: 6px;
  }
  .join__wrap .button__wrap {
    margin-top: 40px;
  }
  .intro__item .text {
    text-align: left;
  }
  .emi-2 .section__inner {
    flex-direction: column;
    row-gap: 32px;
  }
  .report-intro__item {
    width: 100%;
  }
  .report-intro__item dd {
    text-align: center;
  }
  .emi-5 .img__box {
    margin: 32px 0;
    padding: 20px;
    border-radius: 24px;
  }
  .emi-5 .img__box > .text {
    font-size: 13px;
    line-height: 16px;
  }
  .contact-info__wrap {
    padding: 40px 20px;
  }
  .contact-info__box {
    width: 100%;
    flex-direction: column;
    row-gap: 8px;
    margin-top: 12px;
  }
  .contact-info__wrap .content__text {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-info__wrap .content__title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
  }
  .edu-guide__item {
    width: 100%;
    flex: none;
  }
  .edu-guide__item > img {
    width: 40px;
    height: 40px;
  }
  .edu-guide__item .title {
    font-size: 16px;
    line-height: 20px;
  }
  .edu-guide__item .text {
    font-size: 14px;
    line-height: 22px;
  }
  .service__list {
    flex-wrap: wrap;
  }
  .service__item {
    width: 100%;
  }
  .emi-1 .highlight-title {
    margin-top: 40px;
  }
  .highlight-title > * {
    font-size: 16px;
    line-height: 20px;
  }
  .highlight-title > *::before {
    width: 100%;
    left: 0;
    bottom: 2px;
    height: 10px;
  }
  .content__title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .content__text {
    font-size: 16px;
    line-height: 24px;
  }
  .content__text.flex {
    flex-direction: column;
    row-gap: 16px;
  }
  .content__text + .content__text {
    margin-top: 8px;
  }
  .content__text.flex > span {
    width: 100%;
  }
  .content__text .btn-more {
    width: 100%;
    height: 56px;
    border-radius: 12px;
  }
  .emi-2 .intro__list {
    margin-top: 32px;
  }
  .service-type__list {
    flex-direction: column;
    gap: 16px;
  }
  .intro__list {
    margin-top: 32px;
  }
  .service-3 .intro__item .title,
  .service-4 .intro__item .title {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .service-3 .intro__item,
  .service-4 .intro__item {
    width: 100%;
  }
  .institute__list {
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 8px;
  }
  .content.greeting-1 .content__text {
    line-height: 24px;
  }
  .history__title {
    font-size: 16px;
    line-height: 20px;
  }
  .history__area {
    padding: 32px 20px;
    margin-top: 24px;
    border-radius: 24px;
  }
  .history__list > li {
    font-size: 14px;
    line-height: 22px;
  }
  .consulting-history__row:last-child > .box::before {
    left: -20px;
    top: 14px;
  }
  .inquiry-link__wrap > .sub-text {
    margin-top: 16px;
  }
  .inquiry-link__wrap .button__wrap {
    margin-top: 16px;
  }
  .consulting-type .service-intro__wrap {
    padding: 24px 16px;
    margin-bottom: 16px;
  }
  .inquiry-link__wrap .btn {
    width: 100%;
    height: 48px;
  }
  .consulting-type .service-intro__wrap span {
    font-size: 14px;
    line-height: 22px;
  }
  .content-top__wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    padding: 0;
    row-gap: 24px;
  }
  .content-top__wrap > img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
  }
  .consulting-info__text > * + * {
    margin-top: 16px;
  }
  .consulting-info__title {
    font-size: 16px;
    line-height: 24px;
  }
  .consulting-info__area {
    flex-direction: column;
    padding: 0;
  }
  .consulting-info__area .img__box {
    max-width: 240px;
    margin: 0 auto;
  }
  .consulting-info__list > li {
    font-size: 16px;
    line-height: 24px;
  }
  .consulting-info__list > li::before {
    top: 10px;
  }
  .consulting-info__text {
    margin-top: 16px;
  }
  .consulting-history__content {
    flex-direction: column;
    row-gap: 56px;
  }
  .consulting__list {
    gap: 5px;
  }
  .consulting-list__wrap .consulting__list {
    row-gap: 8px;
  }
  .consulting-list__wrap .consulting__item {
    border-radius: 12px 0 12px 0;
  }
  .consulting-list__wrap .consulting__item > .text {
    font-size: 14px;
    line-height: 17.5px;
  }
  .consulting__item,
  .consulting__item.size-l {
    width: 100%;
    height: auto;
  }
  .report__list {
    gap: 12px;
  }
  .report__item {
    width: calc(50% - 6px);
  }
  .report__box {
    height: 188px;
  }
  .consulting-list__wrap .consulting__item {
    flex: none;
    width: 100%;
  }
  .edu-info__title {
    font-size: 16px;
    line-height: 20px;
  }
  .edu-info__list {
    margin-top: 16px;
    padding: 0;
  }
  .edu-info__item + .edu-info__item {
    margin-top: 16px;
  }
  .edu-info__item > .text > span {
    font-size: 16px;
    line-height: 20px;
  }
  .sub-info__list > li {
    padding-left: 21px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .sub-info__list > li::before {
    width: 3px;
    height: 3px;
    top: 6px;
  }
  .card__list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .card__item {
    width: 100%;
  }
  .card-text__box {
    height: auto;
  }

  .page__sub-title,
  .page__sub-title > span {
    font-size: 16px;
    line-height: 20px;
  }
  .page__sub-title {
    justify-content: space-between;
  }
  .info__area + .info__area {
    margin-top: 40px;
  }
  .table-top__wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 24px;
  }
  .table-top__wrap .empty {
    display: none;
  }
  .table-top__wrap.table-btn__wrap {
    margin-bottom: 8px;
  }
  .table-btn__area {
    width: 100%;
  }
  .table-btn__area .btn-radius {
    flex: 1;
    width: auto;
    height: 37px;
    padding: 0px 5px;
  }
  .table-btn__area .btn-radius.w-fit {
    flex: none;
    padding: 10px 15.6px;
  }
  .table-top__wrap form {
    width: 100%;
  }
  .search__wrap {
    padding: 16px;
  }
  .search__box {
    width: calc(100% - 88px);
  }
  .search-opt__area .checkbox__box {
    column-gap: 12px;
  }
  .board__item {
    column-gap: 16px;
  }
  .board__item .img__box {
    width: 110.5px;
    border-radius: 8px;
  }
  .board__item .box.text__box {
    width: calc(100% - 126.5px);
  }
  .mark-fill,
  .mark-border {
    padding: 2px 8px;
  }
  .board__item .text__box .btn-detail-more {
    display: none;
  }
  .board__title,
  .library .board__item .board__title {
    max-width: 100%;
    font-size: 14px;
    line-height: 17.5px;
  }
  .board__date {
    font-size: 12px;
    line-height: 15px;
  }
  .info-view .board__item {
    flex-direction: column;
    row-gap: 16px;
  }
  .board__item .img__box {
    width: 133.3px;
  }
  .info-view .board__item .box.text__box {
    width: 100%;
  }
  .board__text {
    padding: 8px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .file-view__box {
    padding: 16px;
    border-radius: 8px;
  }
  .file-download,
  .file-name {
    font-size: 14px;
    line-height: 17.5px;
  }
  .file-download {
    column-gap: 1.5px;
  }
  .file-download::before,
  .file-name::before {
    width: 14px;
    height: 14px;
  }
  .page-nav__box {
    padding: 16px;
    column-gap: 16px;
  }
  .page-nav__label > * {
    font-size: 14px;
    line-height: 17.5px;
  }
  .page-nav__title {
    max-width: calc(100% - 77px);
    font-size: 14px;
    line-height: 17.5px;
  }
  .info-view .btn-radius {
    width: 100%;
  }
  .category-tab .tab__item {
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .category-tab .tab__item::after {
    bottom: 0;
  }
  .inquiry__title::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .faq__item .answer .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .faq__item .question {
    padding: 0 8px;
  }
  .faq__item .inquiry__title::before {
    min-width: 24px;
  }
  .faq__item .inquiry__title {
    min-height: 56px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .faq__item .btn-faq-more {
    width: 16px;
    height: 16px;
  }
  .faq__item .answer {
    padding: 8px;
  }
  .inquiry__text {
    padding: 0 32px;
    font-size: 14px;
    line-height: 22px;
  }
  .inquiry .common-input__box {
    width: 100%;
  }
  .inquiry .file__wrap {
    margin-left: 0;
  }
  .info__area.inquiry {
    padding: 0;
  }
  .inquiry .input__label {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 17.5px;
  }
  .inquiry .file__box {
    padding: 15.5px 16px;
    border-radius: 8px;
  }
  .file-info__text > * + * {
    margin-top: 4px;
  }
  .file-info__text > p {
    font-size: 12px;
    line-height: 15px;
  }

  #inquiryTable colgroup col:nth-child(1) {
    width: 25% !important;
  }
  #inquiryTable colgroup col:nth-child(2) {
    width: 58% !important;
  }
  #inquiryTable colgroup col:nth-child(3) {
    width: 17% !important;
  }
  #inquiryTable thead th {
    padding: 8px 0px;
  }
  #inquiryTable .list td {
    padding: 8px 4px;
    font-size: 12px;
    line-height: 15px;
  }
  #inquiryTable .list td.title {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .inquiry__content {
    padding: 8px;
  }
  .inquiry__title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 17.5px;
  }
  .inquiry__info {
    padding: 0 32px;
    font-size: 12px;
    line-height: 22px;
  }
  .inquiry__content .question {
    padding-bottom: 16px;
  }
  .inquiry__content .answer {
    padding-top: 16px;
  }

  /* main 하단 추가 */
  .main-blog__section .blog-swiper .main-notice__item > a {
    padding: 12px;
  }
  .main-blog__section .text_box .badges span {
    font-size: 12px;
    height: 23px;
    line-height: 23px;
  }
  .main-blog__section .text_box {
    gap: 4px;
  }
  .main-blog__section .text_box > h2 {
    font-size: 18px;
  }
  .main-blog__section .text_box > p {
    font-size: 14px;
  }
  .main-blog__section .blog-swiper .main-notice__item {
    width: 280px;
  }

  .page__sub-title.justi .btn-coupon {
    height: 37px;
    line-height: 37px;
  }
  /* ##### subpage - support_guide.php ##### */
  .support__section {
    padding: 40px 20px 64px;
    gap: 40px;
  }
  .support__section h1 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .support__section h4 {
    font-size: 16px;
    word-break: keep-all;
  }
  .support__section .pc-show,
  .edu__section .pc-show {
    display: none;
  }
  .support__section .mo-show,
  .edu__section .mo-show {
    display: block;
  }
  .support__section .img_box {
    width: 220px;
  }
  .sub-visual.support {
    background: url(/_img/subpage/support_banner_mo.png) no-repeat center center/cover;
  }
  .library_section {
    padding: 40px 20px 64px;
  }
  .library_section .tit {
    font-size: 20px;
  }
  .library_section .search_box {
    margin-top: 40px;
    flex-direction: column;
  }
  .library_section .search_box .common-select {
    width: 100%;
  }
  .library_section .search_box .ip__search input {
    width: 100%;
  }
  .library_section .pagination {
    margin-top: 40px;
  }
  .library_section .library__ul li a {
    gap: 8px;
    padding: 16px 8px;
  }
  .library_section .library__ul li a h4,
  .notice__ul li a h4 {
    min-width: 28px;
    font-size: 16px;
  }
  .library_section .library__ul li a p,
  .notice__ul li a p,
  .library_section .board_title h1,
  .notice____sec .board_title h1 {
    font-size: 14px;
  }
  .library_section .board_title,
  .notice____sec .board_title {
    gap: 8px;
    padding: 16px 0;
  }
  .library_section .board_title .date,
  .notice____sec .board_title .date {
    gap: 4px;
  }
  .library_section .board_title .date p,
  .notice____sec .board_title .date p {
    font-size: 12px;
  }
  .library_section .board__text {
    padding: 40px 0;
  }
  .library_section .go_list {
    margin-top: 40px;
    width: 100%;
    font-size: 14px;
  }
  .edu__section .content__title {
    text-align: center;
  }
  .edu-guide__list {
    margin-top: 40px;
    gap: 40px;
  }
  .edu-guide__item h1,
  .edu-program .edu-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .edu-guide__item .text {
    padding: 16px;
    font-size: 16px;
  }
  .edu-program {
    margin-top: 40px !important;
    padding-top: 0;
  }
  .edu-guide__list.mt40 {
    margin-bottom: 0;
  }
  .edu_program_list {
    flex-direction: column;
    gap: 16px;
  }
  .edu_program__item {
    padding: 16px;
  }
  .edu_program__item .text__box {
    gap: 8px;
  }
  .edu_program__item .text__box .title {
    margin-top: 16px;
    font-size: 18px;
  }
  .edu_program__item .text__box .sub_title {
    font-size: 16px;
  }
  .text__list > li {
    font-size: 14px;
  }
  .edu-program .sub_text {
    margin-top: 16px;
  }
  .edu-program .sub_text li {
    font-size: 12px;
  }
  .program_de_list {
    flex-direction: column;
    gap: 16px;
  }
  .program_de__item {
    width: 100%;
    padding: 16px;
    gap: 8px;
  }
  .program_de__item .title {
    font-size: 18px;
  }
  .program_de__item .text {
    font-size: 16px;
    line-height: 24px;
  }
  .edu-program .contact-info__wrap {
    padding: 16px;
  }
  .edu-program .contact-info__wrap .content__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .edu-program .contact-info__wrap .content__text {
    font-size: 16px;
  }
  .edu-program .contact-info__wrap .contact-info__box {
    margin-top: 8px;
  }
  .edu-program .contact-info__wrap .contact-info__box > div {
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
  }
  .edu-program .contact-info__wrap .contact-info__box > div h6 {
    align-items: start;
  }
  .edu-program .contact-info__wrap .contact-info__box > div h6 p {
    min-width: 80px;
  }
  .tab-swiper.notice .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .tab-swiper.notice .depth-2-tab {
    width: 100%;
    max-width: 100%;
  }
  .notice__ul li a {
    flex-direction: column;
    gap: 4px;
    align-items: start;
    padding: 16px 8px;
  }
  .notice__ul li a .text {
    gap: 8px;
  }
  .notice__ul li a span {
    font-size: 14px;
    line-height: normal;
    padding-left: 36px;
  }
  .emi_intr .content {
    padding: 40px 0;
  }

  .visual-swiper .btns a,
  .visual-swiper .text_slideB .btn {
    height: 44px;
    line-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }
  .visual-swiper .text {
    gap: 16px;
    width: 100%;
  }

  .visual-swiper .text .badge {
    height: 28px;
  }
}

@media screen and (max-width: 500px) {
  .search-opt__area .checkbox__box {
    width: 234px;
    flex-wrap: wrap;
  }
  .search__wrap .checkbox__label {
    width: 105px;
  }
}
