@charset "UTF-8";
/* Made by Masstige */
.sub-search-wrap .box {
  display: flex;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .box {
    flex-wrap: wrap;
  }
}
.sub-search-wrap .box:first-child .title, .sub-search-wrap .box:first-child .content {
  border-bottom: 0;
}
.sub-search-wrap .box .title {
  width: 15%;
  font-size: 1.125rem;
  color: #111;
  height: 80px;
  background: #f8f8f8;
  padding: 0 0.9375em;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-right: 0;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .box .title {
    width: 100%;
    height: 45px;
    border: 0;
  }
}
.sub-search-wrap .box .content {
  width: 85%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid #ddd;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .box .content {
    width: 100%;
    border: 0;
    padding: 15px 0;
  }
}
.sub-search-wrap .box .content .date-search {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .box .content .date-search {
    flex-wrap: wrap;
    row-gap: 0.625em;
  }
}
.sub-search-wrap .period-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375em 0.625em;
  width: 8.9375em;
  height: 2.6875em;
  background: #eaeaea;
  transition: 0.3s;
  font-size: 1rem;
  color: #333;
  border-radius: 35px;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .period-btn {
    width: auto;
    padding: 0 1.5625em;
  }
}
.sub-search-wrap .period-btn:hover, .sub-search-wrap .period-btn.on {
  background: #014099;
  color: #fff;
}
.sub-search-wrap .period-detail {
  display: none;
  align-items: center;
  column-gap: 5px;
}
.sub-search-wrap .period-detail.active {
  display: flex;
}
.sub-search-wrap .period-detail .datepicker-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.9375em;
  height: 2.6875em;
  border-radius: 35px;
  border: 1px solid #eaeaea;
  position: relative;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .period-detail .datepicker-box {
    width: auto;
    padding: 0 0.625em;
  }
}
.sub-search-wrap .period-detail .datepicker-box .date-label {
  color: rgba(17, 17, 17, 0.5);
  font-size: 0.875rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  display: none;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .period-detail .datepicker-box .date-label {
    display: block;
  }
}
.sub-search-wrap .period-detail .datepicker-box .datepicker-input:focus ~ .date-label, .sub-search-wrap .period-detail .datepicker-box .datepicker-input:valid ~ .date-label {
  display: none;
}
.sub-search-wrap .period-detail .datepicker-box .datepicker-input {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 1rem;
  color: #222;
  position: relative;
}
.sub-search-wrap .period-detail .datepicker-box .datepicker-input::placeholder {
  color: rgba(17, 17, 17, 0.5);
  font-size: 0.875rem;
  opacity: 1;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .period-detail .datepicker-box .datepicker-input::placeholder {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .period-detail .datepicker-box .datepicker-input::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
  }
  .sub-search-wrap .period-detail .datepicker-box .datepicker-input::-webkit-datetime-edit-month-field {
    -webkit-appearance: none;
    display: none;
  }
  .sub-search-wrap .period-detail .datepicker-box .datepicker-input::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
  }
  .sub-search-wrap .period-detail .datepicker-box .datepicker-input::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .period-detail .datepicker-box .datepicker-input {
    padding: 0;
    font-size: 0.875rem;
    min-width: 90px;
  }
}
.sub-search-wrap .period-detail .datepicker-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .period-detail .datepicker-box img {
    width: 10px;
  }
}
.sub-search-wrap .input_for {
  border-radius: 35px;
  background: #fff;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.9375em;
  width: 100%;
}
.sub-search-wrap .search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 177px;
  height: 56px;
  background: #2e3742;
  color: #fff;
  font-size: 1.125rem;
  column-gap: 5px;
  margin: 1.875em auto;
}
.sub-search-wrap .search-btn i {
  font-size: 1.25rem;
}
@media all and (max-width: 1024px) {
  .sub-search-wrap .search-btn {
    width: 150px;
    height: 45px;
    border-radius: 5px;
  }
}

.search-result-list .result-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .search-result-list .result-wrap {
    flex-direction: column;
    padding-bottom: 0.625em;
  }
}
.search-result-list .result-wrap .result-number {
  font-size: 1.125rem;
  color: #333;
  padding: 0.5em 0;
}
.search-result-list .result-wrap .result-number .number {
  color: #014099;
}
@media all and (max-width: 1024px) {
  .search-result-list .result-wrap .result-number {
    width: 100%;
    text-align: left;
  }
}
.search-result-list .filter-radio {
  display: flex;
  align-items: center;
  column-gap: 0.9375em;
}
@media all and (max-width: 1024px) {
  .search-result-list .filter-radio {
    width: 100%;
    justify-content: flex-end;
  }
}
.search-result-list .filter-radio .radio-wrap {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.search-result-list .filter-radio .radio-wrap .label {
  font-size: 1.0625rem;
  color: #555;
}

.result-list {
  border-bottom: 1px solid #ddd;
}
.result-list .item {
  padding: 1.5625em 0;
  border-top: 1px solid #ddd;
  display: flex;
}
.result-list .item .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .result-list .item .inner {
    flex-wrap: wrap;
    row-gap: 1.25em;
  }
}
.result-list .item .inner .img-bx {
  width: 192px;
  display: block;
  position: relative;
  overflow: hidden;
}
.result-list .item .inner .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 131.7708333333%;
}
.result-list .item .inner .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
@media all and (max-width: 1024px) {
  .result-list .item .inner .img-bx {
    margin-left: 10px;
  }
}
@media all and (max-width: 768px) {
  .result-list .item .inner .img-bx {
    width: 130px;
  }
}
@media all and (max-width: 576px) {
  .result-list .item .inner .img-bx {
    width: 100%;
  }
}
.result-list .item .inner .img-bx .mov-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.result-list .item .inner .txt-bx {
  padding-left: 2.8125em;
  width: 70%;
}
@media all and (max-width: 1024px) {
  .result-list .item .inner .txt-bx {
    width: 75%;
    padding-left: 0.625em;
  }
}
@media all and (max-width: 768px) {
  .result-list .item .inner .txt-bx {
    width: 55%;
  }
}
@media all and (max-width: 576px) {
  .result-list .item .inner .txt-bx {
    width: 100%;
    padding-left: 0;
  }
}
.result-list .item .inner .txt-bx .title .category {
  display: flex;
  align-items: center;
  column-gap: 3px;
}
.result-list .item .inner .txt-bx .title .category p {
  font-size: 1rem;
  color: #888;
  font-weight: 300;
}
.result-list .item .inner .txt-bx .tit {
  display: flex;
}
@media all and (max-width: 1024px) {
  .result-list .item .inner .txt-bx .tit {
    flex-direction: column;
  }
}
.result-list .item .inner .txt-bx .tit-cate {
  font-size: 1.25rem;
  color: #014099;
  font-weight: 600;
}
.result-list .item .inner .txt-bx .tit-text {
  font-size: 1.25rem;
  color: #111;
  font-weight: 600;
}
.result-list .item .inner .txt-bx .info .list {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.result-list .item .inner .txt-bx .info-tit {
  font-size: 1rem;
  color: #111;
  width: 10%;
  position: relative;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .result-list .item .inner .txt-bx .info-tit {
    width: 25%;
  }
}
.result-list .item .inner .txt-bx .info-tit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.result-list .item .inner .txt-bx .info-text {
  font-size: 1rem;
  color: #555;
  padding-left: 0.9375em;
  width: 85%;
}
.result-list .item .inner .txt-bx .hashtag-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;
}
@media all and (max-width: 1024px) {
  .result-list .item .inner .txt-bx .hashtag-wrap {
    column-gap: 5px;
    row-gap: 8px;
  }
}
.result-list .item .inner .txt-bx .hashtag-wrap .hashtag {
  font-size: 0.9375rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0.9375em;
  border-radius: 35px;
  border: 1px solid #ddd;
  background: #fff;
}
.result-list .more-view {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-size: 1rem;
  width: 147px;
  height: 56px;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
}
@media all and (max-width: 1024px) {
  .result-list .more-view {
    width: 135px;
    height: 45px;
    border-radius: 35px;
    background: #014099;
    color: #fff;
    border: 1px solid #014099;
  }
}
.result-list .more-view i {
  font-size: 1.125rem;
}
.result-list .more-view:hover {
  background: #014099;
  color: #fff;
  border: 1px solid #014099;
}
.result-list .more-view:hover i {
  animation: fadeInLeft 1.2s infinite;
}
.result-list--view {
  border-bottom: 0;
}
.result-list--view .item {
  padding: 0;
  border-top: 0;
}
.result-list--view .item .inner {
  height: 100%;
  border: 1px solid #ddd;
  border-top: 1px solid #111;
  padding-left: 1.25em;
  align-items: stretch;
}
@media all and (max-width: 1024px) {
  .result-list--view .item .inner {
    padding-left: 0;
    border-top: 1px solid #ddd;
  }
}
.result-list--view .item .inner-wrap {
  display: flex;
  width: 80%;
  padding: 10px;
}
@media all and (max-width: 768px) {
  .result-list--view .item .inner-wrap {
    flex-direction: column;
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .result-list--view .item .inner .img-bx {
    margin-left: 20px;
    width: 210px;
    margin-top: 15px;
  }
}
@media all and (max-width: 576px) {
  .result-list--view .item .inner .img-bx {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
}
.result-list--view .item .inner .txt-bx {
  padding: 10px;
  padding-left: 1.5625em;
  width: 75%;
}
@media all and (max-width: 768px) {
  .result-list--view .item .inner .txt-bx {
    padding: 10px;
    width: 100%;
  }
}
.result-list--view .link-wrap {
  padding: 2.5em 1.5625em 3.4375em 1.5625em;
  width: 20%;
  background: #f7f7f7;
  border-left: 1px solid #ddd;
}
@media all and (max-width: 1024px) {
  .result-list--view .link-wrap {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ddd;
  }
}
.result-list--view .link-wrap .link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-list--view .link-wrap--top {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
}
.result-list--view .link-wrap--top .link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
}
.result-list--view .link-wrap--bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.5em;
}
.result-list--view .link-wrap--bottom .link {
  width: 100%;
  height: 56px;
  background: #fff;
  border: 1px solid #ddd;
  column-gap: 5px;
}

.view-content-wrap .tit {
  font-size: 1.25rem;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding: 1.25em 0;
}
@media all and (max-width: 1024px) {
  .view-content-wrap .btn-type-03 {
    width: 124px;
    height: 36px;
    border-radius: 5px;
  }
}

.custom-pop {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 1px solid #ddd;
  background: #fff;
  padding: 1.25em;
  min-width: 280px;
  box-shadow: 3px 3px 5px #efefef;
  display: none;
}
@media all and (max-width: 1024px) {
  .custom-pop {
    max-width: 90%;
  }
}
.custom-pop.active {
  display: block;
}
.custom-pop .inner {
  position: relative;
}
.custom-pop .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #111;
  font-size: 1rem;
  z-index: 1;
}
.custom-pop .title {
  font-size: 1.125rem;
  color: #111;
  padding: 1.875em 0 1.25em 0;
  text-align: center;
  font-weight: 600;
}
.custom-pop .share-link-text {
  width: 100%;
  height: 36px;
  border: 1px solid #eee;
  background: #fff;
  font-size: 0.875rem;
  color: #333;
}
.custom-pop .btn-type-03 {
  height: 35px;
  margin: 1.25em auto;
  display: block;
}
.custom-pop .share-wrap {
  display: flex;
  column-gap: 5px;
  justify-content: center;
  align-items: center;
}
.custom-pop .share-wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}

.search-result-list .table_board_for {
  border-top: 1px solid #111;
  color: #555;
}
.search-result-list .table_board_for thead tr {
  background-color: #f5f5f5;
}
.search-result-list .table_board_for td, .search-result-list .table_board_for th, .search-result-list .table_board_for a {
  font-size: 1.125rem;
  color: #555;
}
.search-result-list .table_board_for a:hover {
  color: #014099;
}
.VideoTitles.active {
  text-decoration: underline;
}

.sub-common-banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.sub-common-banner .img-bx {
  position: absolute;
  top: -45px;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 1400px) {
  .sub-common-banner .img-bx {
    width: 50%;
  }
}
@media all and (max-width: 1024px) {
  .sub-common-banner .img-bx {
    width: 100%;
    position: unset;
  }
}
.sub-common-banner .txt-bx {
  background-color: #f4f4f4;
  float: right;
  width: 75%;
  padding: 3.75em 0;
  padding-left: 22%;
  padding-bottom: 4.375em;
}
@media (max-width: 1800px) {
  .sub-common-banner .txt-bx {
    width: 72%;
  }
}
@media all and (max-width: 1600px) {
  .sub-common-banner .txt-bx {
    width: 65%;
  }
}
@media all and (max-width: 1024px) {
  .sub-common-banner .txt-bx {
    width: 100%;
    padding: 1.875em 0.9375em;
  }
}
.sub-common-banner .txt-bx .title {
  font-size: 2.75rem;
  color: #014099;
  font-weight: 600;
  letter-spacing: -1px;
}
@media all and (max-width: 1024px) {
  .sub-common-banner .txt-bx .title {
    font-size: 1.875rem;
  }
}
.sub-common-banner .txt-bx .title-sub {
  font-size: 1.875rem;
  color: #bbb;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .sub-common-banner .txt-bx .title-sub {
    font-size: 1.375rem;
  }
}
.sub-common-banner .txt-bx .text {
  font-size: 1.875rem;
  color: #111;
  font-weight: 500;
  line-height: 2.6875rem;
  padding: 0.9375em 0;
}
@media all and (max-width: 1024px) {
  .sub-common-banner .txt-bx .text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.sub-common-banner .txt-bx .desc {
  font-size: 1.25rem;
  color: #555;
  font-weight: 400;
}
@media all and (max-width: 1024px) {
  .sub-common-banner .txt-bx .desc {
    font-size: 1rem;
  }
}

.icon-desc-wrap .container {
  max-width: 1420px;
  display: flex;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap .container {
    flex-direction: column;
    row-gap: 1.5625em;
  }
}
.icon-desc-wrap .box {
  width: 33.33%;
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap .box {
    width: 100%;
  }
}
.icon-desc-wrap .box .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.625em;
  min-height: 155px;
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap .box .title {
    min-height: auto;
    padding: 0.9375em 0;
  }
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap .box .title .icon img {
    width: 65%;
    display: block;
    margin: 0 auto;
  }
}
.icon-desc-wrap .box .title .tit {
  font-size: 1.5rem;
  color: #111;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap .box .title .tit {
    font-size: 1.25rem;
  }
}
.icon-desc-wrap .box .content {
  border-top: 1px solid #ccc;
}
.icon-desc-wrap .box .content .tit {
  font-size: 1.5rem;
  color: #111;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap .box .content .tit {
    font-size: 1.25rem;
    padding-left: 0.625em;
  }
}
.icon-desc-wrap .box .content .txt {
  font-size: 1.125rem;
  color: #555;
  border-bottom: 1px solid #ccc;
  padding: 0.9375em 0;
  text-align: center;
}
@media all and (max-width: 1400px) {
  .icon-desc-wrap .box .content .txt {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1280px) {
  .icon-desc-wrap .box .content .txt {
    font-size: 0.8125rem;
  }
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap .box .content .txt {
    font-size: 0.9375rem;
    padding: 0.625em 0;
  }
}
.icon-desc-wrap--wrap .container {
  flex-wrap: wrap;
}
.icon-desc-wrap--wrap .box {
  width: 50%;
  display: flex;
  align-items: flex-start;
  padding: 2.1875em 0;
  border-bottom: 1px solid #ddd;
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap--wrap .box {
    width: 100%;
    padding: 0 0 2.1875em 0;
  }
}
.icon-desc-wrap--wrap .box .title {
  min-height: auto;
  width: 25%;
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap--wrap .box .title {
    width: 30%;
  }
}
.icon-desc-wrap--wrap .box .content {
  border: 0;
}
@media all and (max-width: 1024px) {
  .icon-desc-wrap--wrap .box .content {
    padding-left: 1.25em;
    width: 70%;
  }
}
.icon-desc-wrap--wrap .box .content .item {
  font-size: 1.125rem;
  color: #555;
}
.icon-desc-wrap.eng .box .title .tit {
  font-size: 1.125rem;
}

.research-introduce .container {
  max-width: 1400px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 2%;
  flex-wrap: wrap;
  row-gap: 1.25em;
}
.research-introduce .box {
  width: 32%;
}
@media all and (max-width: 1024px) {
  .research-introduce .box {
    width: 100%;
  }
}
.research-introduce .box .title {
  text-align: center;
  background: #014099;
  padding: 1.25em 0.9375em;
}
.research-introduce .box .title .tit {
  font-size: 1.625rem;
  color: #fff;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .research-introduce .box .title .tit {
    font-size: 1.25rem;
  }
}
.research-introduce .box .title .desc {
  font-size: 1.125rem;
  color: #bbb;
  margin-top: 0.625em;
}
@media all and (max-width: 1024px) {
  .research-introduce .box .title .desc {
    font-size: 0.875rem;
  }
}
.research-introduce .box .content {
  padding: 0.3125em 1.875em;
  background: #f4f4f4;
  min-height: 570px;
}
@media all and (max-width: 1024px) {
  .research-introduce .box .content {
    min-height: auto;
    padding: 0.3125em en(15);
  }
}
.research-introduce .box .content .list {
  border-bottom: 1px solid #ddd;
  padding: 0.9375em 0;
}
.research-introduce .box .content .list:nth-child(1) {
  height: 120px;
}
@media all and (max-width: 1024px) {
  .research-introduce .box .content .list:nth-child(1) {
    height: auto;
  }
}
.research-introduce .box .content .list:nth-child(2) {
  height: 130px;
}
@media all and (max-width: 1024px) {
  .research-introduce .box .content .list:nth-child(2) {
    height: auto;
  }
}
.research-introduce .box .content .list:last-child {
  border-bottom: 0;
}
.research-introduce .box .content .list .tit {
  font-size: 1.25rem;
  color: #111;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .research-introduce .box .content .list .tit {
    font-size: 1.125rem;
    padding-left: 10px;
  }
}
.research-introduce .box .content .list .tit::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #014099;
}
@media all and (max-width: 1024px) {
  .research-introduce .box .content .list .tit::after {
    width: 6px;
    height: 6px;
  }
}
.research-introduce .box .content .list .txt {
  font-size: 1.125rem;
  color: #58585b;
  letter-spacing: -1.5px;
}
@media all and (max-width: 1024px) {
  .research-introduce .box .content .list .txt {
    font-size: 1rem;
  }
}

.sub-history-wrap .container {
  max-width: 1400px;
}

.history-tab {
  text-align: center;
  background: #fff;
}
.history-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.history-tab-wrap--4 .history-tab__link {
  width: 25%;
}
.history-tab-wrap--5 .history-tab__link {
  width: 20%;
}
@media all and (max-width: 768px) {
  .history-tab-wrap--5 .history-tab__link {
    flex: 1 0 20%;
    max-width: 20%;
  }
}
.history-tab__link {
  font-size: 1.25em;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.5rem;
  flex: 0 1 auto;
  color: #333;
  border: 1px solid #ddd;
  background: #fff;
  border-right: 0;
  width: 33.33%;
}
.history-tab__link.on {
  color: #fff;
  background: #014099;
}
.history-tab__link:last-child {
  border-right: 1px solid #ddd;
}
@media all and (max-width: 768px) {
  .history-tab__link {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 0.625rem;
  }
}
.history-tab.fix .history-tab-wrap {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: margin 300ms;
  max-width: 1400px;
  margin: 0 auto;
  top: 227px;
}
@media all and (max-width: 1024px) {
  .history-tab.fix .history-tab-wrap {
    top: 152px;
  }
}

.history-list {
  position: relative;
  max-width: 769px;
  margin: 0 auto;
}
.history-list-content:first-child .history-list-inner {
  padding-top: 0;
}
.history-list--left .history-list-content:nth-child(1) .history-detail__item .year {
  color: #014099;
}
.history-list--left .history-list-content:nth-child(2) .history-detail__item .year, .history-list--left .history-list-content:nth-child(2) .history-detail__item .text {
  color: #064db0;
}
.history-list--left .history-list-content:nth-child(3) .history-detail__item .year, .history-list--left .history-list-content:nth-child(3) .history-detail__item .text {
  color: #2280c7;
}
.history-list--left .history-list-content:nth-child(4) .history-detail__item .year, .history-list--left .history-list-content:nth-child(4) .history-detail__item .text {
  color: #0f8beb;
}
.history-list--left .history-list-content:nth-child(5) .history-detail__item .year, .history-list--left .history-list-content:nth-child(5) .history-detail__item .text {
  color: #219efd;
}
.history-list--left .history-detail__item {
  flex-direction: column;
}
.history-list--left .history-detail__item .year {
  padding-right: 0;
  padding-left: 45px;
}
.history-list--left .history-detail__item .year::after {
  right: unset;
  left: -3px;
}
.history-list--left .history-detail__item .cont-wrap {
  padding-left: 45px;
}
.history-list--left .history-detail__item .cont .text {
  flex-direction: row;
  column-gap: 1.25em;
  color: #014099;
  font-weight: 500;
}

.history-detail__item {
  padding-bottom: 3.75em;
  display: flex;
}
.history-detail__item .year {
  font-size: 2.25em;
  font-weight: bold;
  color: #014099;
  position: relative;
  padding-right: 2.5rem;
  max-width: 160px;
  width: 100%;
}
.history-detail__item .year::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #014099;
  position: absolute;
  top: 27px;
  right: 28px;
  z-index: 2;
  display: none;
}
.history-detail__item .cont-wrap {
  display: flex;
  flex-direction: column;
  padding-left: 2.5rem;
}
.history-detail__item .cont {
  font-size: 1.125rem;
  margin-top: 0.9375rem;
  font-family: "Montserrat", "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Times New Roman", "Palatino Linotype", "Book Antiqua", Georgia, Times, Palatino, serif;
  display: flex;
  flex-direction: column;
}
.history-detail__item .cont .text {
  color: #666;
  font-weight: 300;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
}
.history-detail__item .cont .title {
  color: #555;
  font-weight: 400;
  display: inline-block;
  margin-right: 0.625em;
  width: 100%;
  font-size: 1.125rem;
}
.history-detail__item .cont .content .item {
  font-size: 1.125rem;
  color: #111;
  font-weight: 400;
}
.history-detail__item .img {
  display: inline-block;
  width: 28.75rem;
  max-width: 100%;
  margin-top: 0.9375rem;
}
@media all and (max-width: 1024px) {
  .history-detail__item .year {
    font-size: 1.875rem;
    max-width: 100px;
  }
  .history-detail__item .year::after {
    top: 18px;
    right: -4px;
  }
  .history-detail__item .cont-wrap {
    padding-left: 1.25rem;
  }
}
@media all and (max-width: 576px) {
  .history-detail__item .year {
    max-width: 80px;
  }
}

.history-line {
  position: absolute;
  left: 16.5%;
  width: 2px;
  top: 34px;
  bottom: 0;
  background: #ccc;
  text-align: center;
}
.history-line .line {
  width: 2px;
  height: 0;
  background: #014099;
  transition: height 0.3s ease-out;
}
.history-line .last-line {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #fff;
}
.history-line.left {
  left: 0;
}
@media all and (max-width: 1024px) {
  .history-line {
    top: 2rem;
    left: 6.375rem;
    margin-left: 2px;
    background: rgba(17, 17, 17, 0.1);
  }
}
@media all and (max-width: 768px) {
  .history-line {
    left: 7rem;
  }
}
@media all and (max-width: 576px) {
  .history-line {
    left: 5.9rem;
  }
}

.performance-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .performance-wrap {
    flex-direction: column;
  }
}
.performance-wrap .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
  width: 758px;
}
.performance-wrap .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 55.9366754617%;
}
.performance-wrap .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
@media all and (max-width: 1024px) {
  .performance-wrap .img-bx {
    width: 100%;
  }
}
.performance-wrap .txt-bx {
  height: 424px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .performance-wrap .txt-bx {
    width: 100%;
    height: auto;
  }
}
.performance-wrap .txt-bx .title {
  background: #014099;
  padding: 1.875em 1.875em;
}
.performance-wrap .txt-bx .title .desc {
  font-size: 1.125rem;
  color: #fff;
}
.performance-wrap .txt-bx .title .tit {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: -1px;
}
.performance-wrap .txt-bx .content {
  background: #f4f4f4;
  padding: 1.5625em 1.25em;
  height: 100%;
}
.performance-wrap .txt-bx .content .item {
  font-size: 1.25rem;
  color: #111;
}
.performance-wrap .txt-bx .content .item--list-wrap {
  display: flex;
  flex-direction: column;
  padding: 0.3125em 0 0.3125em 1.5625em;
}
.performance-wrap .txt-bx .content .item--list {
  font-size: 1.125rem;
  color: #58585b;
  font-weight: 400;
  letter-spacing: -1px;
}
.performance-wrap .txt-bx .content .info-text {
  font-size: 1rem;
  color: #58585b;
}
.performance-wrap--coop {
  max-width: none;
  align-items: stretch;
}
.performance-wrap--coop .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
  width: 429px;
}
.performance-wrap--coop .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 153.8461538462%;
}
.performance-wrap--coop .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
@media all and (max-width: 1024px) {
  .performance-wrap--coop .img-bx {
    width: 100%;
  }
}
.performance-wrap--coop .txt-bx {
  height: 660px;
  width: 730px;
}
@media all and (max-width: 1024px) {
  .performance-wrap--coop .txt-bx {
    width: 100%;
  }
}
@media all and (max-width: 375px) {
  .performance-wrap--coop .txt-bx {
    height: 750px;
  }
}

.js-load {
  display: none;
}

.js-load.active {
  display: block;
}

.info-img-list .container {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.5em;
  row-gap: 2.5em;
  padding: 0;
}
@media all and (max-width: 1400px) {
  .info-img-list .container {
    padding: 0 0.9375em;
    column-gap: 2%;
    row-gap: 2.1875em;
  }
}
@media all and (max-width: 576px) {
  .info-img-list .container {
    row-gap: 1.25em;
  }
}
.info-img-list .box {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1400px) {
  .info-img-list .box {
    width: 49%;
  }
}
@media all and (max-width: 576px) {
  .info-img-list .box {
    width: 100%;
  }
}
.info-img-list .box:hover .img-bx img {
  transform: scale(1.1);
}
.info-img-list .box .img-bx {
  width: 42.5em;
  height: 15em;
  overflow: hidden;
}
@media all and (max-width: 1400px) {
  .info-img-list .box .img-bx {
    width: 100%;
    height: auto;
  }
}
.info-img-list .box .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.info-img-list .box .txt-bx {
  padding: 1.25em;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  min-height: 200px;
}
@media all and (max-width: 1024px) {
  .info-img-list .box .txt-bx {
    min-height: auto;
  }
}
.info-img-list .box .txt-bx .title {
  font-size: 1.5rem;
  color: #111;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .info-img-list .box .txt-bx .title {
    font-size: 1.25rem;
  }
}
.info-img-list .box .txt-bx .item {
  font-size: 1.125rem;
  color: #555;
}
.info-img-list.eng .txt-bx .item {
  font-size: 0.9375rem;
}

.collect-edu-wrap .container {
  max-width: 1400px;
}
.collect-edu-wrap .icon-wrap {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .collect-edu-wrap .icon-wrap {
    flex-direction: column;
    row-gap: 1.875em;
  }
}
.collect-edu-wrap .icon-wrap .box {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.9375em;
}
@media all and (max-width: 1024px) {
  .collect-edu-wrap .icon-wrap .box {
    width: 100%;
  }
}
.collect-edu-wrap .icon-wrap .box .title {
  text-align: center;
}
.collect-edu-wrap .icon-wrap .box .title .icon-circle {
  width: 180px;
  height: 180px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .collect-edu-wrap .icon-wrap .box .title .icon-circle {
    width: 150px;
    height: 150px;
  }
  .collect-edu-wrap .icon-wrap .box .title .icon-circle img {
    width: 40%;
  }
}
@media all and (max-width: 576px) {
  .collect-edu-wrap .icon-wrap .box .title .icon-circle {
    width: 120px;
    height: 120px;
  }
}
.collect-edu-wrap .icon-wrap .box .title .tit {
  text-align: center;
  margin-top: 1.25em;
}
.collect-edu-wrap .icon-wrap .box .title .tit-eng {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
}
@media all and (max-width: 1024px) {
  .collect-edu-wrap .icon-wrap .box .title .tit-eng {
    font-size: 1.25rem;
  }
}
.collect-edu-wrap .icon-wrap .box .title .tit-kor {
  font-size: 1.125rem;
  color: #111;
}
.collect-edu-wrap .icon-wrap .box .cont {
  text-align: center;
}
.collect-edu-wrap .icon-wrap .box .cont .desc {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 1.5625em;
}
.collect-edu-wrap .icon-wrap .box .cont .more-btn {
  font-size: 1.125rem;
  background: #014099;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: 172px;
  height: 50px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .collect-edu-wrap .icon-wrap .box .cont .more-btn {
    width: 162px;
    height: 45px;
  }
}
.collect-edu-wrap .icon-wrap .box .cont .more-btn i {
  font-size: 1.125rem;
}
.collect-edu-wrap .icon-wrap .box .cont .more-btn:hover {
  background: #00265b;
}
.collect-edu-wrap .icon-wrap .box .cont .more-btn:hover i {
  animation: fadeInLeft 1s infinite;
}
/*global button*/
.container .text-common-list .more-btn {
  font-size: 1.125rem;
  background: #014099;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: 172px;
  height: 50px;
  margin: 0 auto;
}
@media all and (max-width: 1024px) {
  .container .text-common-list .more-btn {
    width: 162px;
    height: 45px;
  }
}
.container .text-common-list .more-btn i {
  font-size: 1.125rem;
}
.container .text-common-list .more-btn:hover {
  background: #00265b;
}
.container .text-common-list .more-btn:hover i {
  animation: fadeInLeft 1s infinite;
}
.collect-edu-wrap.eng .icon-wrap .box .cont .desc {
  font-size: 0.875rem;
}

.special-online-wrap .container {
  max-width: 1400px;
}
.special-online-wrap .list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5625em;
}
.special-online-wrap .list .box {
  display: flex;
  align-items: center;
}
@media all and (max-width: 576px) {
  .special-online-wrap .list .box {
    flex-direction: column;
  }
}
.special-online-wrap .list .box:hover .img-bx img {
  transform: scale(1.1);
}
.special-online-wrap .list .box .img-bx {
  width: 420px;
  height: 280px;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .special-online-wrap .list .box .img-bx {
    height: 320px;
  }
}
@media all and (max-width: 768px) {
  .special-online-wrap .list .box .img-bx {
    height: 380px;
  }
}
@media all and (max-width: 576px) {
  .special-online-wrap .list .box .img-bx {
    width: 100%;
    height: auto;
  }
}
.special-online-wrap .list .box .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.special-online-wrap .list .box .txt-bx {
  display: flex;
  flex-direction: column;
  row-gap: 1.25em;
  padding: 2.1875em;
  background: #fff;
  border: 1px solid #ddd;
  border-left: 0;
  height: 280px;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .special-online-wrap .list .box .txt-bx {
    height: 320px;
    padding: 15px 12px;
  }
}
@media all and (max-width: 768px) {
  .special-online-wrap .list .box .txt-bx {
    height: 380px;
  }
}
@media all and (max-width: 576px) {
  .special-online-wrap .list .box .txt-bx {
    height: auto;
    border-left: 1px solid #ddd;
    padding: 1.5625em;
  }
}
.special-online-wrap .list .box .txt-bx .title {
  font-size: 1.5rem;
  color: #111;
}
@media all and (max-width: 1024px) {
  .special-online-wrap .list .box .txt-bx .title {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 576px) {
  .special-online-wrap .list .box .txt-bx .title {
    font-size: 1.5rem;
  }
}
.special-online-wrap .list .box .txt-bx .desc {
  font-size: 1.125rem;
  color: #555;
}
.special-online-wrap .list .box .txt-bx .more-btn {
  font-size: 1.125rem;
  background: #014099;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: 142px;
  height: 50px;
}
@media all and (max-width: 1024px) {
  .special-online-wrap .list .box .txt-bx .more-btn {
    width: 125px !important;
    height: 45px !important;
    font-size: 1rem;
  }
}
.special-online-wrap .list .box .txt-bx .more-btn i {
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .special-online-wrap .list .box .txt-bx .more-btn i {
    font-size: 1rem;
  }
}
.special-online-wrap .list .box .txt-bx .more-btn:hover {
  background: #00265b;
}
.special-online-wrap .list .box .txt-bx .more-btn:hover i {
  animation: fadeInLeft 1s infinite;
}
.special-online-wrap.eng .list .box .img-bx,
.special-online-wrap.eng .list .box .txt-bx {
  height: 305px;
}
@media all and (max-width: 1400px) {
  .special-online-wrap.eng .list .box .img-bx,
  .special-online-wrap.eng .list .box .txt-bx {
    height: 340px;
  }
}
@media all and (max-width: 1200px) {
  .special-online-wrap.eng .list .box .img-bx,
  .special-online-wrap.eng .list .box .txt-bx {
    height: 410px;
  }
}
@media all and (max-width: 1024px) {
  .special-online-wrap.eng .list .box .img-bx,
  .special-online-wrap.eng .list .box .txt-bx {
    height: 350px;
  }
}
@media all and (max-width: 768px) {
  .special-online-wrap.eng .list .box .img-bx,
  .special-online-wrap.eng .list .box .txt-bx {
    height: 380px;
  }
}
@media all and (max-width: 576px) {
  .special-online-wrap.eng .list .box .img-bx,
  .special-online-wrap.eng .list .box .txt-bx {
    height: auto;
  }
}

.icon-common-wrap .container {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap .container {
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 1.5625em;
  }
}
.icon-common-wrap .list {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.25em;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap .list {
    width: 50%;
  }
}
.icon-common-wrap .list .icon-circle {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  margin: 0 auto;
  border-radius: 50%;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap .list .icon-circle {
    width: 140px;
    height: 140px;
  }
}
@media all and (max-width: 576px) {
  .icon-common-wrap .list .icon-circle {
    width: 110px;
    height: 110px;
  }
}
@media all and (max-width: 1024px) {
  .icon-common-wrap .list .icon-circle img {
    width: 50%;
  }
}
.icon-common-wrap .list .txt-bx {
  text-align: center;
}
@media (max-width: 376px) {
  .icon-common-wrap .list .txt-bx {
    min-height: 90px;
  }
  .icon-common-wrap .list .txt-bx .tit {
    min-height: 35px;
    font-size: 1rem;
  }
}
.icon-common-wrap .list .txt-bx .tit {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111;
  line-height: 1.75rem;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap .list .txt-bx .tit {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.icon-common-wrap .list .txt-bx .desc {
  font-size: 1rem;
  color: #555;
  margin-top: 0.9375em;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap .list .txt-bx .desc {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 375px) {
  .icon-common-wrap .list .txt-bx .desc {
    font-size: 0.8125rem;
  }
}
.icon-common-wrap--5 .container {
  max-width: 1200px;
}
.icon-common-wrap--5 .list {
  width: 20%;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap--5 .list {
    width: 50%;
  }
}
.icon-common-wrap--5 .list .icon-circle {
  width: 150px;
  height: 150px;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap--5 .list .icon-circle {
    width: 140px;
    height: 140px;
  }
  .icon-common-wrap--5 .list .icon-circle img {
    width: 45%;
  }
  .icon-common-wrap--5 .list .icon-circle .img {
    width: 30%;
  }
}
@media all and (max-width: 576px) {
  .icon-common-wrap--5 .list .icon-circle {
    width: 110px;
    height: 110px;
  }
}
.icon-common-wrap--5 .list .txt-bx .tit {
  font-size: 1.25rem;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap--5 .list .txt-bx .tit {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 576px) {
  .icon-common-wrap.eng .list .txt-bx {
    min-height: auto;
  }
}
.icon-common-wrap.eng .list .txt-bx .tit {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media all and (max-width: 1024px) {
  .icon-common-wrap.eng .list .txt-bx .tit {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.icon-common-wrap.eng .list .txt-bx .desc {
  font-size: 0.8125rem;
}

.icon-common-wrap--5.eng .list .txt-bx {
  min-height: 56px;
}
.teachers-wrap .container {
  max-width: 1400px;
}
.teachers-wrap .thumnail-wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%;
  row-gap: 0.625em;
}
.teachers-wrap .thumnail-wrap .img-bx {
  width: 19.2%;
  overflow: hidden;
}
.teachers-wrap .thumnail-wrap .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.teachers-wrap .thumnail-wrap .img-bx:hover img {
  transform: scale(1.1);
}

.direct-btn {
  font-size: 1.125rem;
  background: #014099;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: 194px;
  height: 50px;
  margin: 2.1875em auto;
}
@media all and (max-width: 1024px) {
  .direct-btn {
    width: 155px;
    height: 45px;
    font-size: 1rem;
  }
}
.direct-btn i {
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .direct-btn i {
    font-size: 1rem;
  }
}
.direct-btn:hover {
  background: #00265b;
}
.direct-btn:hover i {
  animation: fadeInLeft 1s infinite;
}

.character-wrap .container {
  max-width: 1200px;
}
.character-wrap .box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.1875em;
  border: 1px solid #ddd;
}
@media all and (max-width: 1024px) {
  .character-wrap .box {
    flex-direction: column;
    padding: 0.625em;
  }
}
.character-wrap .box .img-bx {
  width: 483px;
}
@media all and (max-width: 1024px) {
  .character-wrap .box .img-bx {
    width: 100%;
  }
  .character-wrap .box .img-bx img {
    display: block;
    margin: 0 auto;
  }
}
.character-wrap .box .txt-bx {
  padding-left: 1.875em;
}
@media all and (max-width: 1024px) {
  .character-wrap .box .txt-bx {
    padding-left: 0;
  }
}
.character-wrap .box .txt-bx .title {
  font-size: 1.875rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 1.25em;
}
@media all and (max-width: 1024px) {
  .character-wrap .box .txt-bx .title {
    margin-top: 0.9375em;
    margin-bottom: 0.625em;
    font-size: 1.5rem;
  }
}
.character-wrap .box .txt-bx .list-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.875em;
}
.character-wrap .box .txt-bx .list-wrap .list {
  display: flex;
  column-gap: 0.625em;
}
.character-wrap .box .txt-bx .list-wrap .list .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #014099;
  font-size: 1.125rem;
  color: #fff;
  border-radius: 50%;
}
@media all and (max-width: 1024px) {
  .character-wrap .box .txt-bx .list-wrap .list .number {
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }
}
.character-wrap .box .txt-bx .list-wrap .list .txt {
  font-size: 1.25rem;
  color: #111;
  position: relative;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.5rem;
}
@media all and (max-width: 1024px) {
  .character-wrap .box .txt-bx .list-wrap .list .txt {
    font-size: 1rem;
    width: 85%;
  }
}
.character-wrap.eng .box .txt-bx .list-wrap .list .txt {
  width: 90%;
}
@media all and (max-width: 1024px) {
  .character-wrap.eng .box .txt-bx .list-wrap .list .txt {
    width: 100%;
  }
}

.global-wrap .container {
  max-width: 1400px;
}

.text-common-list--wrap {
  margin: 1.875em 0;
}
.text-common-list--wrap .title {
  margin-bottom: 0.9375em;
}
.text-common-list--wrap .title .item {
  font-size: 1.5rem;
  font-weight: 600;
}
.text-common-list--wrap .title .item .desc {
  font-size: 1rem;
  color: #888;
  font-weight: 300;
  line-height: 2.5rem;
  margin-left: 10px;
}
@media all and (max-width: 375px) {
  .text-common-list--wrap .title .item .desc {
    width: 100%;
    margin-left: 23px;
  }
}
.text-common-list--wrap .title.global .item {
  flex-wrap: wrap;
}
.text-common-list--wrap .content .item {
  font-size: 1.125rem;
  color: #555;
  font-weight: 400;
  letter-spacing: -1px;
}
.text-common-list--wrap .content .icon-contents .inner {
  display: flex;
  justify-content: space-between;
  column-gap: 3%;
}
@media all and (max-width: 1024px) {
  .text-common-list--wrap .content .icon-contents .inner {
    flex-direction: column;
    row-gap: 1.25em;
  }
}
.text-common-list--wrap .content .icon-contents .list:nth-child(1) {
  width: 67%;
}
@media all and (max-width: 1024px) {
  .text-common-list--wrap .content .icon-contents .list:nth-child(1) {
    width: 100%;
  }
}
.text-common-list--wrap .content .icon-contents .list:nth-child(2) {
  width: 30%;
}
@media all and (max-width: 1024px) {
  .text-common-list--wrap .content .icon-contents .list:nth-child(2) {
    width: 100%;
  }
}
.text-common-list--wrap .content .icon-contents .list .head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
  background: #014099;
}
.text-common-list--wrap .content .icon-contents .list .box-wrap {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .text-common-list--wrap .content .icon-contents .list .box-wrap {
    flex-direction: column;
  }
}
.text-common-list--wrap .content .icon-contents .list .box-wrap .box {
  width: 50%;
  border-right: 1px solid #ddd;
}
@media all and (max-width: 1024px) {
  .text-common-list--wrap .content .icon-contents .list .box-wrap .box {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
}
.text-common-list--wrap .content .icon-contents .list .box {
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.9375em;
  min-height: 333px;
}
@media all and (max-width: 1024px) {
  .text-common-list--wrap .content .icon-contents .list .box {
    min-height: auto;
    padding: 2.5em 0;
  }
}
.text-common-list--wrap .content .icon-contents .list .box .img-bx {
  display: flex;
  align-items: center;
  justify-content: baseline;
}
@media all and (max-width: 1024px) {
  .text-common-list--wrap .content .icon-contents .list .box .img-bx img {
    width: 65%;
    display: block;
    margin: 0 auto;
  }
}
.text-common-list--wrap .content .icon-contents .list .box .txt-bx {
  text-align: center;
}
.text-common-list--wrap .content .icon-contents .list .box .txt-bx .title {
  font-size: 1.25rem;
  color: #014099;
}
.text-common-list--wrap .content .icon-contents .list .box .txt-bx .txt {
  font-size: 1.125rem;
  color: #58585b;
}
.text-common-tit {
  font-size: 2rem;
  font-weight: 600;
  color: #014099;
}
@media all and (max-width: 1024px) {
  .text-common-tit {
    font-size: 1.625rem;
  }
}

.common-line {
  width: 100%;
  height: 1px;
  background: #ddd;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
}

.common-table {
  width: 100%;
  table-layout: fixed;
  border-top: 1.5px solid #111;
}
.common-table th {
  background: #f5f5f5;
  font-size: 1.125rem;
  font-weight: 500;
}
.common-table td {
  font-size: 1.125rem;
  color: #555;
}
.common-table th,
.common-table td {
  min-height: 50px;
  text-align: center;
  padding: 0.9375em;
  border: 1px solid #ddd;
}
.common-table .gray td {
  background: #f5f5f5;
}

.extra-info {
  font-size: 1rem;
  color: #888;
}

.edu-teacher-wrap {
  background: #471998;
  color: #fff;
}
.edu-teacher-wrap .container {
  max-width: 1400px;
}
.edu-teacher-wrap .logo img {
  display: block;
  margin: 0 auto;
}
.edu-teacher-wrap .logo .txt-wrap {
  display: flex;
  flex-direction: column;
}
.edu-teacher-wrap .logo .txt-wrap p {
  font-size: 1.5rem;
}
.edu-teacher-wrap .title-text {
  font-size: 1.5rem;
  text-align: center;
}
.edu-teacher-wrap .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .edu-teacher-wrap .icon-list {
    flex-direction: column;
    row-gap: 2.5em;
  }
}
.edu-teacher-wrap .icon-list .box {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.25em;
}
@media all and (max-width: 1024px) {
  .edu-teacher-wrap .icon-list .box {
    width: 100%;
  }
}
.edu-teacher-wrap .icon-list .box .img-bx {
  width: 180px;
  height: 180px;
  background-color: rgba(47, 16, 100, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .edu-teacher-wrap .icon-list .box .img-bx {
    width: 140px;
    height: 140px;
  }
}
@media all and (max-width: 1024px) {
  .edu-teacher-wrap .icon-list .box .img-bx img {
    width: 45%;
  }
}
.edu-teacher-wrap .icon-list .box .txt-bx {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  row-gap: 0.75em;
}
.edu-teacher-wrap .icon-list .box .txt-bx .title {
  font-size: 1.5rem;
  font-weight: 500;
}
.edu-teacher-wrap .icon-list .box .txt-bx .desc {
  font-size: 1.125rem;
  color: #c0abe0;
}
.edu-teacher-wrap .thumnail-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.625em;
}
@media all and (max-width: 576px) {
  .edu-teacher-wrap .thumnail-wrap {
    flex-wrap: wrap;
    row-gap: 0.625em;
  }
}
.edu-teacher-wrap .thumnail-wrap .img-bx {
  width: 17.0625em;
  height: 9.5625em;
  overflow: hidden;
}
@media all and (max-width: 576px) {
  .edu-teacher-wrap .thumnail-wrap .img-bx {
    width: 47%;
    height: auto;
  }
}
.edu-teacher-wrap .thumnail-wrap .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.edu-teacher-wrap .thumnail-wrap .img-bx:hover img {
  transform: scale(1.1);
}
.edu-teacher-wrap.eng .icon-list .box .txt-bx .desc {
  font-size: 1rem;
}

.edu-inquiry-popup {
  margin: 0 auto 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 80px;
  background: #009844;
  border: 1px solid #009844;
  gap: 5px;
  transition: 0.3s;
}
.edu-inquiry-popup .text {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #fff;
  transition: 0.3s;
}
.edu-inquiry-popup .xi-angle-right-thin {
  font-size: 1.125em;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .edu-inquiry-popup {
    width: 200px;
    height: 50px;
  }
}
@media screen and (min-width: 769px) {
  .edu-inquiry-popup:hover {
    background: #fff;
  }
  .edu-inquiry-popup:hover .text,
  .edu-inquiry-popup:hover .xi-angle-right-thin {
    color: #009844;
  }
  .edu-inquiry-popup:hover .xi-angle-right-thin {
    animation: arrowMove 1s infinite;
  }
  @keyframes arrowMove {
    0% {
      opacity: 0;
      transform: translateX(-50%);
    }
    50% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 0;
      transform: translateX(50%);
    }
  }
}

.popup.popup--edu {
  max-width: 800px;
  height: fit-content;
  /* margin: 100px auto; */
  padding: 0;
  background: transparent;
  /* @media screen and (max-width: 768px) {
    margin: 50px auto;
  } */
}
.popup.popup--edu .head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #014099;
  position: relative;
  padding: 2.375rem 0;
  border-radius: 33px 33px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .popup.popup--edu .head {
    padding: 1.875rem 0;
  }
}
.popup.popup--edu .head .title {
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.popup.popup--edu .head .popup_close_btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.popup.popup--edu .head .popup_close_btn .xi-close-thin {
  font-size: 2.25em;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
}
@media (min-width: 769px) {
  .popup.popup--edu .head .popup_close_btn:hover .xi-close-thin {
    color: #fff;
  }
}
.popup.popup--edu .contents {
  padding: 50px 70px;
  background: #fff;
  border-radius: 0 0 33px 33px;
  overflow: hidden;
  max-height: 70vh;
  overflow-y: auto;
}
.popup.popup--edu .contents::-webkit-scrollbar {
  display: none;
}
.popup.popup--edu .contents {
  scrollbar-width: none; /* Firefox 64 이상 */
}
@media screen and (max-width: 768px) {
  .popup.popup--edu .contents {
    padding: 30px;
  }
}
.popup.popup--edu .contents .subTitle {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.popup.popup--edu .contents .notice_info {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
}
.popup.popup--edu .contents .notice_info span {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: rgba(51, 51, 51, 0.9);
}
.popup.popup--edu .contents .notice_info span.color {
  color: rgba(204, 51, 51, 0.9);
}
.popup.popup--edu .contents #form {
  padding: 0 0 0 130px;
}
@media screen and (max-width: 768px) {
  .popup.popup--edu .contents #form {
    padding: 0;
  }
}
.popup.popup--edu .contents #form .subject {
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .popup.popup--edu .contents #form .subject {
    flex-direction: column;
    height: fit-content;
  }
}
.popup.popup--edu .contents #form .subject.type_2 {
  height: fit-content;
  margin-bottom: 30px;
}
.popup.popup--edu .contents #form .subject .subject_name {
  position: absolute;
  width: 200px;
  height: 50px;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 35px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.9);
}
.popup.popup--edu .contents #form .subject .subject_name span {
  color: rgba(204, 51, 51, 0.9);
}
@media screen and (max-width: 768px) {
  .popup.popup--edu .contents #form .subject .subject_name {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
    width: 100%;
    justify-content: left;
    padding-right: 0;
  }
}
.popup.popup--edu .contents #form .subject input {
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .popup.popup--edu .contents #form .subject input {
    height: 50px;
  }
}
.popup.popup--edu .contents #form .subject .subject-contents {
  width: 100%;
}
.popup.popup--edu .contents #form .subject .subject-contents .xi-angle-down {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 1;
  /* transition: .3s; */
  pointer-events: none;
}
.popup.popup--edu .contents #form .subject .subject-contents .xi-angle-down.on {
  transform: translateY(-50%) rotate(-180deg);
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select {
  position: relative;
  width: 100%;
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select select {
  display: none;
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select .select-styled {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  border: solid 1px #ddd;
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select .select-options {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  z-index: 50;
  max-height: 200px;
  overflow-y: scroll !important;
  border: solid 1px #ddd;
  border-top: none;
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select .select-options::-webkit-scrollbar {
  display: none;
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select .select-options li {
  display: flex;
  align-items: center;
  height: 50px;
  cursor: pointer;
  background: #fff;
  padding: 0 1.25rem;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select .select-options li:last-child {
  border: none;
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select .select-options li:hover {
  background: #f3f3f3;
  color: rgb(0, 0, 0);
}
.popup.popup--edu .contents #form .subject .subject-contents .custom-select .select-options option {
  padding: 0 1.25rem;
  color: #000;
}
.popup.popup--edu .contents #form .agree-bx {
  margin-bottom: 30px;
}
.popup.popup--edu .contents #form .agree-bx > .agree {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
.popup.popup--edu .contents #form .agree-bx > .agree label {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: left;
  color: rgba(51, 51, 51, 0.9);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.popup.popup--edu .contents #form .agree-bx > .agree label .check-bx {
  margin-right: 5px;
}
.popup.popup--edu .contents #form .agree-bx > .agree label .check-bx span {
  font-size: 1.125em;
}
.popup.popup--edu .contents #form .agree-bx > .agree label .check-bx span:nth-child(1) {
  display: block;
}
.popup.popup--edu .contents #form .agree-bx > .agree label .check-bx span:nth-child(2) {
  display: none;
}
.popup.popup--edu .contents #form .agree-bx > .agree label.on .check-bx span:nth-child(1) {
  display: none;
}
.popup.popup--edu .contents #form .agree-bx > .agree label.on .check-bx span:nth-child(2) {
  display: block;
}
.popup.popup--edu .contents #form .agree-bx > .agree input {
  display: none;
}
.popup.popup--edu .contents #form .agree-bx .agree-content {
  border: 1px solid #e8e8e8;
  padding: 20px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: left;
  color: rgba(102, 102, 102, 0.9);
}
.popup.popup--edu .contents #form .agree-bx .agree-content strong {
  font-weight: 500;
}
.popup.popup--edu .contents #form .agree-bx .agree-content::-webkit-scrollbar {
  display: none;
}
.popup.popup--edu .contents #form .agree-bx.type_2 {
  margin-bottom: 20px;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree .open-btn {
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: left;
  color: #014099;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 10px;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content {
  display: none;
  width: 100%;
  max-height: 190px;
  overflow-y: scroll !important;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content.on {
  display: block;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 10px;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree:last-child {
  margin-bottom: 0;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree label {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: left;
  color: rgba(51, 51, 51, 0.9);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree label .check-bx {
  margin-right: 5px;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree label .check-bx span {
  font-size: 1.125em;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree label .check-bx span:nth-child(1) {
  display: block;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree label .check-bx span:nth-child(2) {
  display: none;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree label.on .check-bx span:nth-child(1) {
  display: none;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree label.on .check-bx span:nth-child(2) {
  display: block;
}
.popup.popup--edu .contents #form .agree-bx.type_2 .agree-content .agree input {
  display: none;
}
.popup.popup--edu .contents #form .btn-bx {
  padding-top: 30px;
  display: flex;
  gap: 14px;
}
.popup.popup--edu .contents #form .btn-bx li {
  width: calc(50% - 7px);
  height: 60px;
  transition: 0.3s;
}
.popup.popup--edu .contents #form .btn-bx li:nth-child(1) {
  background: #666;
  border: 1px solid #666;
}
@media screen and (min-width: 769px) {
  .popup.popup--edu .contents #form .btn-bx li:nth-child(1):hover {
    background: #fff;
  }
  .popup.popup--edu .contents #form .btn-bx li:nth-child(1):hover span {
    color: #666 !important;
  }
}
.popup.popup--edu .contents #form .btn-bx li:nth-child(2) {
  background: #014099;
  border: 1px solid #014099;
}
@media screen and (min-width: 769px) {
  .popup.popup--edu .contents #form .btn-bx li:nth-child(2):hover {
    background: #fff;
  }
  .popup.popup--edu .contents #form .btn-bx li:nth-child(2):hover span {
    color: #014099 !important;
  }
}
.popup.popup--edu .contents #form .btn-bx li input {
  display: none;
}
.popup.popup--edu .contents #form .btn-bx li button,
.popup.popup--edu .contents #form .btn-bx li label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup.popup--edu .contents #form .btn-bx li button span,
.popup.popup--edu .contents #form .btn-bx li label span {
  transition: 0.3s;
}
.popup.popup--edu .contents #form .btn-bx li button span.text,
.popup.popup--edu .contents #form .btn-bx li label span.text {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.45px;
  color: rgba(255, 255, 255, 0.9);
  margin-right: 5px;
}
.popup.popup--edu .contents #form .btn-bx li button span.xi-angle-right,
.popup.popup--edu .contents #form .btn-bx li label span.xi-angle-right {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.45px;
  color: rgba(255, 255, 255, 0.9);
}

.consulting-wrap .container {
  max-width: 1400px;
}
.consulting-wrap .diagram-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 768px) {
  .consulting-wrap .diagram-wrap {
    flex-direction: column;
    row-gap: 1.25em;
  }
}
.consulting-wrap .diagram-wrap .title {
  width: 45%;
}
@media all and (max-width: 768px) {
  .consulting-wrap .diagram-wrap .title {
    width: 100%;
  }
}
.consulting-wrap .diagram-wrap .title .tit {
  font-size: 2.5rem;
  color: #111;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .consulting-wrap .diagram-wrap .title .tit {
    font-size: 1.75rem;
  }
}
.consulting-wrap .diagram-wrap .title .desc {
  font-size: 1.375rem;
  color: #555;
}
.consulting-wrap .diagram-wrap .content {
  width: 55%;
}
@media all and (max-width: 768px) {
  .consulting-wrap .diagram-wrap .content {
    width: 100%;
  }
}
.consulting-wrap .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2%;
}
@media all and (max-width: 1024px) {
  .consulting-wrap .icon-list {
    flex-wrap: wrap;
    row-gap: 1.25em;
  }
}
.consulting-wrap .icon-list .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 1.25em;
  background: #f4f4f4;
  padding: 1.25em 0.9375em;
  padding-top: 3.75em;
  min-height: 372px;
  width: 23.5%;
}
@media all and (max-width: 1024px) {
  .consulting-wrap .icon-list .box {
    width: 49%;
    min-height: 300px;
  }
}
@media all and (max-width: 1024px) {
  .consulting-wrap .icon-list .box .img-bx img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}
.consulting-wrap .icon-list .box .txt-bx {
  text-align: center;
}
.consulting-wrap .icon-list .box .txt-bx .title {
  font-size: 1.25rem;
  color: #014099;
  font-weight: 400;
  margin-bottom: 0.9375em;
}
@media all and (max-width: 1024px) {
  .consulting-wrap .icon-list .box .txt-bx .title {
    font-size: 1.125rem;
  }
}
.consulting-wrap .icon-list .box .txt-bx .item {
  font-size: 1.125rem;
  color: #58585b;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .consulting-wrap .icon-list .box .txt-bx .item {
    font-size: 0.875rem;
  }
}
.consulting-wrap.eng .icon-list .box {
  min-height: 500px;
}
.consulting-wrap.eng .icon-list .box .txt-bx .item {
  font-size: 0.9375rem;
}

@media all and (max-width: 1024px) {
  .map-performance-wrap {
    background-color: #f4f4f4;
    padding: 2.5em 0;
  }
}
.map-performance-wrap .container {
  max-width: 1400px;
}
.map-performance-wrap .map-wrap {
  position: relative;
  background: #f4f4f4;
  width: 100%;
  height: 1000px;
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.map-performance-wrap .map-wrap .global-map {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1280px;
  height: 536px;
  background-size: cover;
}
@media all and (max-width: 1200px) {
  .map-performance-wrap .map-wrap .global-map {
    width: 100%;
    height: inherit;
  }
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .global-map {
    display: none;
  }
}
.map-performance-wrap .map-wrap .map-pop {
  position: absolute;
  padding-top: 1.25em;
  padding-left: 2.5em;
  padding-bottom: 1.875em;
  z-index: 1;
  color: #fff;
  min-width: 319px;
  min-height: 204px;
  display: none;
}
.map-performance-wrap .map-wrap .map-pop-1 {
  top: 100px;
  left: 610px;
  background-color: #18a256;
}
.map-performance-wrap .map-wrap .map-pop-2 {
  top: 500px;
  left: 30px;
  background-color: #f23336;
}
.map-performance-wrap .map-wrap .map-pop-3 {
  top: 200px;
  right: 290px;
  background-color: #2059a9;
}
.map-performance-wrap .map-wrap .map-pop-4 {
  top: 22px;
  left: 200px;
  background-color: #f5b428;
}
.map-performance-wrap .map-wrap .map-pop.active {
  display: block;
}
.map-performance-wrap .map-wrap .map-pop::after {
  content: "";
  width: 174px;
  height: 120px;
  background: url(../../assets/images/sub/pop-bg.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .map-pop {
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    min-width: 100%;
    box-shadow: 4px 5px 10px 0px #adadad;
  }
}
.map-performance-wrap .map-wrap .map-pop .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 1rem;
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .map-pop .close-btn {
    display: none;
  }
}
.map-performance-wrap .map-wrap .map-pop .title {
  font-size: 2.125rem;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  column-gap: 0.3125em;
  margin-bottom: 0.5em;
}
.map-performance-wrap .map-wrap .map-pop .title .desc {
  font-size: 1.25rem;
  font-weight: 400;
}
.map-performance-wrap .map-wrap .map-pop .txt {
  font-size: 1.25rem;
}
.map-performance-wrap .map-wrap .map-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .map-tab {
    position: unset;
    transform: translateX(0);
    order: 1;
    justify-content: space-between;
  }
}
.map-performance-wrap .map-wrap .map-tab .tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  padding: 0 1.25em;
  background: #fff;
  color: #333;
  font-size: 1.125rem;
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .map-tab .tab-btn {
    width: 23%;
    height: 50px;
    font-size: 1rem;
    padding: 0 0.625em;
  }
}
.map-performance-wrap .map-wrap .map-tab .tab-btn.on {
  color: #fff;
}
.map-performance-wrap .map-wrap .map-tab .tab-btn.on.btn1 {
  background: #18a256;
}
.map-performance-wrap .map-wrap .map-tab .tab-btn.on.btn2 {
  background: #f23336;
}
.map-performance-wrap .map-wrap .map-tab .tab-btn.on.btn3 {
  background: #2059a9;
}
.map-performance-wrap .map-wrap .map-tab .tab-btn.on.btn4 {
  background: #f5b428;
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .map-tab .tab-btn.on {
    box-shadow: 4px 5px 10px 0px #adadad;
  }
}
.map-performance-wrap .map-wrap .numbering-wrap {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em 0;
}
.map-performance-wrap .map-wrap .numbering-wrap::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .numbering-wrap {
    position: unset;
    transform: translateX(0);
    order: 3;
    padding: 0.9375em 0;
  }
}
.map-performance-wrap .map-wrap .numbering-wrap .tit {
  font-size: 1.875rem;
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .numbering-wrap .tit {
    text-align: center;
    font-size: 1.25rem;
  }
}
.map-performance-wrap .map-wrap .numbering-wrap .tit .number {
  font-size: 2.75rem;
  color: #014099;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .map-performance-wrap .map-wrap .numbering-wrap .tit .number {
    font-size: 2.5rem;
  }
}
.map-performance-wrap .map-wrap .numbering-wrap.eng .tit {
  font-size: 1.375rem;
}
.map-performance-wrap .map-wrap .numbering-wrap.eng .tit .number {
  font-size: 1.75rem;
}
.map-performance-wrap .map-wrap.eng .map-pop {
  padding-left: 15px;
}
.map-performance-wrap .map-wrap.eng .map-pop .title {
  font-size: 1.25rem;
}
.map-performance-wrap .map-wrap.eng .map-pop .close-btn {
  top: 7px;
  right: 7px;
}

.field-performance-wrap .container {
  max-width: 1400px;
}

.consulting-section .container {
  max-width: 1400px;
}
.consulting-section .suggest-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap {
    flex-direction: column;
    row-gap: 10px;
  }
}
.consulting-section .suggest-wrap .txt-bx {
  width: 46%;
  display: flex;
  flex-direction: column;
  row-gap: 1.5625em;
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx {
    width: 100%;
    order: 2;
  }
}
.consulting-section .suggest-wrap .txt-bx .title .tit {
  font-size: 2.375rem;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx .title .tit {
    font-size: 1.5rem;
  }
}
.consulting-section .suggest-wrap .txt-bx .title .desc {
  font-size: 1.3125rem;
  color: #555;
  letter-spacing: -1.5px;
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx .title .desc {
    font-size: 1.125rem;
  }
}
.consulting-section .suggest-wrap .txt-bx .title .txt-wrap p {
  font-size: 1.125rem;
  color: #555;
  letter-spacing: -1px;
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx .title .txt-wrap p {
    font-size: 0.9375rem;
  }
}
.consulting-section .suggest-wrap .txt-bx .icon-list {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx .icon-list {
    column-gap: 5px;
  }
}
.consulting-section .suggest-wrap .txt-bx .icon-list .box {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.25em;
  width: 200px;
  height: 207px;
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx .icon-list .box {
    height: 180px;
  }
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx .icon-list .box img {
    width: 35%;
  }
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx .icon-list .box .img {
    width: 25%;
  }
}
.consulting-section .suggest-wrap .txt-bx .icon-list .box .text {
  font-size: 1.25rem;
  color: #014099;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .txt-bx .icon-list .box .text {
    font-size: 1rem;
  }
}
@media all and (max-width: 1024px) {
  .consulting-section .suggest-wrap .img-bx {
    width: 100%;
    order: 1;
  }
}
.consulting-section .suggest-wrap.eng .txt-bx .icon-list .box .text {
  font-size: 0.9375rem;
  line-height: 1.1;
}

.oda-business-wrap .container {
  max-width: 1400px;
}
.oda-business-wrap .box-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1.5625em;
}
@media all and (max-width: 1024px) {
  .oda-business-wrap .box-wrap {
    flex-direction: column;
    row-gap: 0.9375em;
  }
}
.oda-business-wrap .box-wrap .txt-bx {
  width: 44%;
}
@media all and (max-width: 1024px) {
  .oda-business-wrap .box-wrap .txt-bx {
    width: 100%;
  }
}

.greeting-wrap .container {
  max-width: 1000px;
}
.greeting-wrap .title-box {
  position: relative;
  width: 100%;
}
.greeting-wrap .title-box .tit {
  position: relative;
  width: fit-content;
}
.greeting-wrap .title-box .tit p {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 300;
  margin-top: 0.9375em;
}
@media all and (max-width: 1024px) {
  .greeting-wrap .title-box .tit p {
    font-size: 1.75rem;
  }
}
.greeting-wrap .title-box .tit .dot-start {
  position: absolute;
  top: 0;
  left: -40px;
}
@media all and (max-width: 1024px) {
  .greeting-wrap .title-box .tit .dot-start {
    display: none;
  }
}
.greeting-wrap .title-box .tit .dot-end {
  position: absolute;
  bottom: 30px;
  right: 60px;
}
@media all and (max-width: 1024px) {
  .greeting-wrap .title-box .tit .dot-end {
    display: none;
  }
}
.greeting-wrap .title-box .img-bx {
  position: absolute;
  bottom: 0;
  right: 50px;
  width: 323px;
  height: 312px;
}
@media all and (max-width: 1024px) {
  .greeting-wrap .title-box .img-bx {
    width: 140px;
    height: 136px;
    right: 15px;
  }
}
.greeting-wrap .content-box {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  padding: 4.375em 3.125em 6.25em 3.125em;
  z-index: 1;
  overflow: hidden;
}
@media all and (max-width: 1024px) {
  .greeting-wrap .content-box {
    padding: 1.875em 1.25em 5em 1.25em;
  }
}
.greeting-wrap .content-box .text {
  font-size: 1.125rem;
  color: #333;
}
.greeting-wrap .content-box .ceo-sign {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 1.875em;
}
.greeting-wrap .content-box .bg-icon {
  position: absolute;
  bottom: 0;
  right: -30%;
  z-index: -1;
}

.history-wrap .container, .history-wrap .history-tab.fix .history-tab-wrap {
  max-width: 1000px;
}

.state-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  font-size: 0.9375rem;
  color: #fff;
  border-radius: 35px;
  max-width: 75px;
}
.state-box.ing {
  background-color: #014099;
}
.state-box.done {
  background-color: #aaa;
}

.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 50px;
  font-size: 1.125rem;
  color: #fff;
  column-gap: 12px;
  margin: 20px auto;
  background-color: #014099;
}

.come-wrap .container {
  max-width: 1400px;
  position: relative;
}
.come-wrap .container .map-box {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  padding: 2.1875em 1.25em;
  box-shadow: 0px 0px 6px #dfdfdf;
}
@media all and (max-width: 1024px) {
  .come-wrap .container .map-box {
    width: 85%;
    flex-direction: column;
    row-gap: 0.3125em;
    padding: 0.9375em;
  }
}
.come-wrap .container .map-box .cont {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 0 2.1875em;
  position: relative;
}
.come-wrap .container .map-box .cont:first-child::after {
  display: none;
}
@media all and (max-width: 1400px) {
  .come-wrap .container .map-box .cont {
    padding: 0 0.625em;
  }
}
.come-wrap .container .map-box .cont::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 20px;
  background: #ccc;
}
@media all and (max-width: 1024px) {
  .come-wrap .container .map-box .cont::after {
    display: none;
  }
}
.come-wrap .container .map-box .cont .title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #222;
}
@media all and (max-width: 1024px) {
  .come-wrap .container .map-box .cont .title {
    font-size: 1.125rem;
  }
}
.come-wrap .container .map-box .cont .tit {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.come-wrap .container .map-box .cont .tit i {
  font-size: 1.375rem;
}
@media all and (max-width: 1024px) {
  .come-wrap .container .map-box .cont .tit i {
    font-size: 1rem;
  }
}
.come-wrap .container .map-box .cont .tit p {
  font-size: 1.125rem;
  color: #333;
}
@media all and (max-width: 1400px) {
  .come-wrap .container .map-box .cont .tit p {
    font-size: 1rem;
  }
}
.come-wrap .container .map-box .cont .info {
  font-size: 1.125rem;
  color: #666;
}
@media all and (max-width: 1400px) {
  .come-wrap .container .map-box .cont .info {
    font-size: 1rem;
  }
}
.come-wrap .container .map-box.eng .cont .title {
  font-size: 1rem;
}
.come-wrap .container .map-box.eng .cont .info {
  font-size: 0.875rem;
}
.come-wrap .come-way {
  display: flex;
}
@media all and (max-width: 1024px) {
  .come-wrap .come-way {
    flex-direction: column;
    row-gap: 1.5625em;
  }
}
.come-wrap .come-way .box {
  width: 50%;
  display: flex;
  column-gap: 1.25em;
}
@media all and (max-width: 1024px) {
  .come-wrap .come-way .box {
    width: 100%;
  }
}
.come-wrap .come-way .box .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #eee;
}
@media all and (max-width: 1024px) {
  .come-wrap .come-way .box .icon-box {
    width: 65px;
    height: 65px;
  }
  .come-wrap .come-way .box .icon-box img {
    width: 35%;
  }
}
.come-wrap .come-way .box .txt-bx {
  width: 75%;
}
.come-wrap .come-way .box .txt-bx .title {
  font-size: 1.25rem;
  color: #111;
  margin-bottom: 0.625em;
}
.come-wrap .come-way .box .txt-bx .way-title {
  width: 35%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1024px) {
  .come-wrap .come-way .box .txt-bx .way-title {
    width: auto;
  }
}
.come-wrap .come-way .box .txt-bx .way-title--2 {
  width: 35%;
  justify-content: flex-end;
}
@media all and (max-width: 1024px) {
  .come-wrap .come-way .box .txt-bx .way-title--2 {
    width: 60%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.come-wrap .come-way .box .txt-bx .way-title--2 .way-line {
  width: 40%;
  margin-left: 5px;
}
@media all and (max-width: 1400px) {
  .come-wrap .come-way .box .txt-bx .way-title--2 .way-line {
    width: 35%;
  }
}
@media all and (max-width: 1024px) {
  .come-wrap .come-way .box .txt-bx .way-title--2 .way-line {
    margin-left: 0;
  }
}
.come-wrap .come-way .box .txt-bx .way-box {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 0.625em;
}
@media all and (max-width: 1024px) {
  .come-wrap .come-way .box .txt-bx .way-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.come-wrap .come-way .box .txt-bx .way-line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125em 0.75em;
  border-radius: 35px;
  color: #fff;
  width: 100%;
}
.come-wrap .come-way .text {
  font-size: 1.125rem;
  color: #666;
  font-weight: 300;
}
.come-wrap .come-way.eng .text {
  font-size: 0.875rem;
}
.come-wrap .come-way.eng .box .txt-bx .way-line {
  font-size: 0.75rem;
  padding: 0.3125em 2.1875em;
  white-space: nowrap;
}
@media all and (max-width: 576px) {
  .come-wrap .come-way.eng .box .txt-bx .way-line {
    width: 52%;
  }
}
.come-wrap .come-way.eng .box .txt-bx .way-line--1 {
  white-space: inherit;
  padding: 0.3125em 1.75em;
}
@media all and (max-width: 576px) {
  .come-wrap .come-way.eng .box .txt-bx .way-line--1 {
    width: 100%;
  }
}

.team-wrap .container {
  max-width: 1400px;
  padding-right: 0;
  padding-left: 0;
}
@media all and (max-width: 1024px) {
  .team-wrap .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.team-wrap.eng .team-last-wrap .last-team, .team-wrap.eng .team-box {
  font-size: 13px;
  text-align: center;
}
.team-wrap.eng .team-box {
  padding: 0 10px;
  white-space: nowrap;
}
.team-wrap.eng .team-list-section::after {
  width: 125%;
  left: 37px;
}

.team-list--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team-box {
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  height: 58px;
  font-size: 1rem;
}
.team-box::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 15px;
  background: #ccc;
}
.team-box::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 15px;
  background: #ccc;
}
@media all and (max-width: 1024px) {
  .team-box {
    font-size: 1rem;
  }
}
.team-box--1 {
  background: url(../../assets/images/icon/team-1.png);
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
  color: #fff;
}
@media all and (max-width: 1024px) {
  .team-box--1 {
    width: 100px;
    height: 100px;
  }
}
.team-box--1::after {
  top: 140px;
}
.team-box--2 {
  background-size: cover;
  background-position: center;
}
.team-box--3 {
  background-size: cover;
  background-position: center;
}
.team-box.none {
  background-color: transparent;
}
.team-box.solo {
  background-color: #fff !important;
  background: #fff !important;
  font-size: 1rem;
  color: #555;
  border: 1px solid #ddd;
  width: 100%;
  min-width: 135px;
  height: 58px;
}
.team-box.solo::after {
  display: none;
}

.team-list-section {
  position: relative;
}
.team-list-section.second::after {
  display: none;
}
.team-list-section.second .line {
  position: absolute;
  top: -15px;
  left: 50%;
  height: 1px;
  background: #ccc;
}
.team-list-section::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 158%;
  height: 1px;
  background: #ccc;
}
.team-list-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #ccc;
  z-index: -1;
}
.team-list-section:first-child::after {
  display: none;
}
.team-list-section:first-child .line {
  position: absolute;
  top: -15px;
  left: 50%;
  height: 1px;
  background: #ccc;
}
.team-list-section:last-child::after {
  display: none;
}
.team-list-section:last-child .line {
  display: none;
}

.team-last-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
}
.team-last-wrap .last-team {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 1rem;
  color: #555;
  border: 1px solid #ddd;
  width: 100%;
  min-width: 135px;
  height: 58px;
}
.team-last-wrap.first {
  margin-top: 120px;
  position: relative;
}
.team-last-wrap.first::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: #ccc;
}

.introduce-visual {
  position: relative;
}
.introduce-visual .img-bx {
  overflow: hidden;
  height: calc(100vh - 100px - 59px - 69px);
}
@media all and (max-width: 1024px) {
  .introduce-visual .img-bx {
    height: auto;
  }
}
.introduce-visual .img-bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: visualBg both ease-in-out 2s;
}
@keyframes visualBg {
  0% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
.introduce-visual .txt-bx {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media all and (max-width: 1024px) {
  .introduce-visual .txt-bx {
    top: 50%;
  }
}
.introduce-visual .txt-bx .tit {
  font-size: 2.75rem;
}
@media all and (max-width: 1024px) {
  .introduce-visual .txt-bx .tit {
    font-size: 1.125rem;
  }
}
.introduce-visual .txt-bx .title {
  font-size: 4.25rem;
  font-weight: 700;
  font-family: "GmarketSansMedium";
  margin-top: 0.5em;
}
@media all and (max-width: 1024px) {
  .introduce-visual .txt-bx .title {
    font-size: 1.5rem;
  }
}
.introduce-visual .txt-bx .desc {
  font-size: 3rem;
  font-weight: 300;
}
@media all and (max-width: 1024px) {
  .introduce-visual .txt-bx .desc {
    font-size: 1rem;
  }
}

.hyundai-mental {
  min-height: 800px;
}
.hyundai-mental .container {
  display: flex;
  justify-content: center;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
  column-gap: 28%;
}
@media all and (max-width: 1024px) {
  .hyundai-mental .container {
    flex-direction: column;
    row-gap: 1.25em;
    max-width: 768px;
  }
}
.hyundai-mental .box {
  position: absolute;
  top: 0;
  left: 50%;
  width: 33.33%;
  transition: 0.6s;
}
@media all and (max-width: 1024px) {
  .hyundai-mental .box {
    width: 100%;
    height: auto;
    position: unset;
  }
}
.hyundai-mental .box:hover {
  cursor: pointer;
}
.hyundai-mental .box.active {
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0px 7px 15px 5px rgba(46, 46, 46, 0.42);
}
@media all and (max-width: 1024px) {
  .hyundai-mental .box.active {
    position: unset;
    transform: translateX(0);
    box-shadow: none;
  }
}
.hyundai-mental .box.first {
  transform: translateX(-138%);
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .hyundai-mental .box.first {
    transform: translateX(0);
  }
}
.hyundai-mental .box.last {
  transform: translateX(38%);
  z-index: 2;
}
@media all and (max-width: 1024px) {
  .hyundai-mental .box.last {
    transform: translateX(0);
  }
}
.hyundai-mental .img-bx {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.hyundai-mental .img-bx::after {
  content: "";
  display: block;
  padding-bottom: 143.1547619048%;
}
.hyundai-mental .img-bx > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}
.hyundai-mental .txt-bx {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hyundai-mental .txt-bx .tit {
  font-size: 2.125rem;
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  .hyundai-mental .txt-bx .tit {
    font-size: 1.5rem;
  }
}
.hyundai-mental .txt-bx .desc {
  font-size: 1.125rem;
  font-weight: 300;
  color: #c5c5c5;
}
@media all and (max-width: 1024px) {
  .hyundai-mental .txt-bx .desc {
    font-size: 1rem;
  }
}
.hyundai-mental .txt-bx.eng .tit {
  font-size: 1.5rem;
}
@media all and (max-width: 1024px) {
  .hyundai-mental .txt-bx.eng .tit {
    font-size: 1.125rem;
  }
}

.sub-common-title {
  text-align: center;
}
.sub-common-title .tit {
  font-size: 2.5rem;
  color: #111;
  font-weight: 600;
}
@media all and (max-width: 1024px) {
  .sub-common-title .tit {
    font-size: 1.75rem;
  }
}
.sub-common-title .tit .logo {
  width: 17.0625em;
}
.sub-common-title .tit .logo--2 {
  width: 15.625em;
}
.sub-common-title .tit .logo--3 {
  width: 11.8125em;
}
.sub-common-title .desc {
  font-size: 1.25rem;
  color: #333;
}
@media all and (max-width: 1024px) {
  .sub-common-title .desc {
    font-size: 1rem;
  }
}
.sub-common-title .desc-title {
  font-size: 1.5rem;
}
@media all and (max-width: 1024px) {
  .sub-common-title .desc-title {
    font-size: 1.125rem;
  }
}

.sub-bg-title {
  width: 100%;
  height: 110px;
  background: url(../images/sub/sub-title-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px) {
  .sub-bg-title {
    height: 75px;
  }
}
.sub-bg-title .tit {
  font-size: 2.125rem;
  color: #fff;
  font-weight: 500;
}
@media all and (max-width: 1024px) {
  .sub-bg-title .tit {
    font-size: 1.375rem;
  }
}
.sub-bg-title.eng .tit {
  font-size: 1.875rem;
}
@media all and (max-width: 1024px) {
  .sub-bg-title.eng .tit {
    font-size: 1rem;
    line-height: 1.2;
    padding-left: 5px;
  }
}
/*# sourceMappingURL=sub.css.map */