/*-- variable --*/
/*-- variable --*/
/*-- variable --*/
/*-- variable --*/
/*-- variable --*/
/*-- variable --*/
/*-- variable --*/
/*-- variable --*/
main.inter-top-page {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  main.inter-top-page {
    margin-top: 100px;
  }
}

.inter-top-page .content-width {
  max-width: 1440px;
  padding: 0 140px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .inter-top-page .content-width {
    padding: 0 20px;
  }
}
.inter-top-page .gradient-bar {
  background: linear-gradient(90deg, #0F83E9 0%, #00B197 100%);
  height: 5px;
  width: 100%;
}

.page-title-section {
  padding: 100px 0 60px;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .page-title-section {
    padding: 60px 0 40px;
  }
}
.page-title-section .page-subtitle {
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
  text-align: left;
  position: relative;
}
.page-title-section .page-subtitle::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: -50% 0;
  width: 50px;
  height: 1px;
  background-color: #16202C;
  left: 195px;
}
@media (max-width: 767px) {
  .page-title-section .page-subtitle {
    font-size: 12px;
    margin: 0 0 15px 0;
  }
}
.page-title-section .page-title {
  font-size: 42px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 4px;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  .page-title-section .page-title {
    font-size: 32px;
    letter-spacing: 2px;
  }
}

.interview-list {
  padding: 60px 0 100px;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .interview-list {
    padding: 40px 0 60px;
  }
}

.employee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .employee-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .employee-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.employee-grid .employee-card {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.employee-grid .employee-card:hover {
  transform: translateY(-5px);
}
.employee-grid .employee-card::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background: url("../../../img/common/circle-rightarrow-dark.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .employee-grid .employee-card::after {
    bottom: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
}
.employee-grid .employee-card:hover::after {
  transform: translateX(5px);
}
.employee-grid .employee-card .employee-image {
  width: 100%;
  height: 346px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .employee-grid .employee-card .employee-image {
    height: 240px;
  }
}
.employee-grid .employee-card .employee-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.employee-grid .employee-card:hover .employee-image img {
  transform: scale(1.05);
}
.employee-grid .employee-card .employee-info {
  padding: 30px 0px;
}
@media (max-width: 767px) {
  .employee-grid .employee-card .employee-info {
    padding: 20px 15px;
  }
}
.employee-grid .employee-card .employee-info .employee-name {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .employee-grid .employee-card .employee-info .employee-name {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
.employee-grid .employee-card .employee-info .employee-dept {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #16202C;
  line-height: 1.8;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (max-width: 767px) {
  .employee-grid .employee-card .employee-info .employee-dept {
    font-size: 13px;
  }
}

main.interview-page {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  main.interview-page {
    margin-top: 100px;
  }
}

.interview-page .content-width {
  max-width: 1440px;
  padding: 0 140px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1024px) {
  .interview-page .content-width {
    padding: 0 20px;
  }
}
.interview-page .gradient-bar {
  background: linear-gradient(90deg, #0F83E9 0%, #00B197 100%);
  height: 5px;
  width: 100%;
}

.interview-kv {
  position: relative;
  background: #FFFFFF;
  padding: 0;
  height: auto;
}
@media (max-width: 1024px) {
  .interview-kv {
    height: auto;
  }
}
.interview-kv .kv-image-area {
  height: 551px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .interview-kv .kv-image-area {
    height: 395px;
  }
}
.interview-kv .kv-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .interview-kv .kv-image-area.kv-image-area-interview1 img {
    object-position: 18% 0;
  }
}
.interview-kv .kv-image-area.kv-image-area-interview2 img {
  object-position: 0px 55%;
}
@media (max-width: 767px) {
  .interview-kv .kv-image-area.kv-image-area-interview2 img {
    object-position: center center;
  }
}
@media (max-width: 767px) {
  .interview-kv .kv-image-area.kv-image-area-interview3 img {
    object-position: center center;
  }
}
@media (max-width: 767px) {
  .interview-kv .kv-image-area.kv-image-area-interview4 img {
    object-position: center center;
  }
}
@media (max-width: 767px) {
  .interview-kv .kv-image-area.kv-image-area-interview5 img {
    object-position: center center;
  }
}
@media (max-width: 767px) {
  .interview-kv .kv-image-area.kv-image-area-interview6 img {
    object-position: center center;
  }
}
.interview-kv .kv-text-area {
  height: 188px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .interview-kv .kv-text-area {
    height: auto;
    flex-direction: column;
    padding: 0px;
    align-items: flex-start;
  }
}
.interview-kv .kv-text-area .kv-text-left {
  background-color: #16202C;
  height: 100%;
  width: 65.7%;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .interview-kv .kv-text-area .kv-text-left {
    width: 100%;
    height: 155px;
  }
}
.interview-kv .kv-text-area .kv-text-left .main-title {
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1.7;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10.7%;
  padding-right: 10px;
}
@media (max-width: 1024px) {
  .interview-kv .kv-text-area .kv-text-left .main-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .interview-kv .kv-text-area .kv-text-left .main-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
}
.interview-kv .kv-text-area .kv-text-right {
  background-color: #F4F5F7;
  height: 100%;
  width: 34.3%;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .interview-kv .kv-text-area .kv-text-right {
    width: 100%;
    height: 204px;
  }
}
.interview-kv .kv-text-area .kv-text-right .interview-profile {
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 56px);
  padding: 0px 30px 0px 55px;
}
@media (max-width: 767px) {
  .interview-kv .kv-text-area .kv-text-right .interview-profile {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 20px;
  }
}
.interview-kv .kv-text-area .kv-text-right .interview-profile .profile-name {
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 5px;
}
@media (max-width: 767px) {
  .interview-kv .kv-text-area .kv-text-right .interview-profile .profile-name {
    font-size: 28px;
  }
}
.interview-kv .kv-text-area .kv-text-right .interview-profile .profile-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .interview-kv .kv-text-area .kv-text-right .interview-profile .profile-details {
    gap: 5px;
  }
}
.interview-kv .kv-text-area .kv-text-right .interview-profile .profile-details .profile-year {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 2.5px;
  margin: 0;
}
.interview-kv .kv-text-area .kv-text-right .interview-profile .profile-details .profile-dept {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #16202C;
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin: 0;
}
@media (max-width: 767px) {
  .interview-kv .kv-text-area .kv-text-right .interview-profile .profile-details .profile-dept {
    font-size: 14px;
  }
}

.discussion-content {
  padding: 116px 0;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .discussion-content {
    padding: 116px 0;
  }
}
.discussion-content .qa-header-image {
  max-height: 600px;
  height: 100%;
  margin-bottom: 107px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .discussion-content .qa-header-image {
    min-height: 193px;
    margin-bottom: 40px;
    width: 100vw;
    margin-left: -20px;
  }
}
.discussion-content .qa-header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.discussion-content .qa-block {
  margin-bottom: 93px;
}
@media (max-width: 767px) {
  .discussion-content .qa-block {
    margin-bottom: 60px;
  }
}
.discussion-content .qa-block:last-child {
  margin-bottom: 0;
}
.discussion-content .qa-block .qa-question {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .discussion-content .qa-block .qa-question {
    margin-bottom: 88px;
  }
}
.discussion-content .qa-block .qa-question .qa-label {
  display: block;
  font-size: 42px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 7.5px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .discussion-content .qa-block .qa-question .qa-label {
    font-size: 36px;
    margin-bottom: 23px;
  }
}
.discussion-content .qa-block .qa-question .qa-title {
  font-size: 28px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 5px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  display: inline-block;
}
.discussion-content .qa-block .qa-question .qa-title::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #0F83E9 0%, #00B197 100%);
  width: 60px;
  height: 3px;
}
@media (max-width: 767px) {
  .discussion-content .qa-block .qa-question .qa-title::after {
    bottom: -27px;
  }
}
@media (max-width: 767px) {
  .discussion-content .qa-block .qa-question .qa-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.8;
  }
}
.discussion-content .qa-block .qa-answer {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  padding: 0 11.4%;
}
@media (max-width: 1024px) {
  .discussion-content .qa-block .qa-answer {
    flex-direction: column;
    gap: 20px;
    padding: 0 0px;
  }
}
.discussion-content .qa-block .qa-answer .qa-text {
  flex: 1;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .discussion-content .qa-block .qa-answer .qa-text {
    padding-top: 0;
  }
}
.discussion-content .qa-block .qa-answer .qa-text p {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #16202C;
  letter-spacing: 2.9px;
  line-height: 2.2;
  margin: 0 0 20px 0;
}
.discussion-content .qa-block .qa-answer .qa-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .discussion-content .qa-block .qa-answer .qa-text p {
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 2.7px;
  }
}

.interview-schedule {
  padding: 100px 0 0 0;
}
@media (max-width: 767px) {
  .interview-schedule {
    padding: 60px 0 0 0;
  }
}
.interview-schedule .schedule-header {
  position: relative;
  margin-bottom: 78px;
  height: 379px;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-header {
    margin-bottom: 40px;
    height: 240px;
  }
}
.interview-schedule .schedule-header .schedule-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.interview-schedule .schedule-header .schedule-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-header .schedule-image.schedule-image-interview2 img {
    object-position: 70%;
  }
}
@media (max-width: 767px) {
  .interview-schedule .schedule-header .schedule-image.schedule-image-interview3 img {
    object-position: 77%;
  }
}
@media (max-width: 767px) {
  .interview-schedule .schedule-header .schedule-image.schedule-image-interview4 img {
    object-position: 79% 0px;
  }
}
@media (max-width: 767px) {
  .interview-schedule .schedule-header .schedule-image.schedule-image-interview5 img {
    object-position: 75%;
  }
}
@media (max-width: 767px) {
  .interview-schedule .schedule-header .schedule-image.schedule-image-interview6 img {
    object-position: 75%;
  }
}
.interview-schedule .schedule-header .section-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
.interview-schedule .schedule-header .section-title span {
  display: flex;
  align-items: center;
  max-width: 1440px;
  padding: 0 140px;
  margin: 0 auto;
  height: 100%;
  font-size: 38px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 6.8px;
}
@media (max-width: 1024px) {
  .interview-schedule .schedule-header .section-title span {
    padding: 0 20px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .interview-schedule .schedule-header .section-title span {
    font-size: 20px;
  }
}
.interview-schedule .schedule-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: start;
  overflow: hidden;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 60px;
  }
}
.interview-schedule .schedule-container .schedule-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column {
  display: flex;
  flex-direction: column;
}
.interview-schedule .schedule-container .schedule-list .schedule-column:nth-of-type(2) {
  padding-left: 5px;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column:nth-of-type(2) {
    padding-left: 0px;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item {
  display: flex;
  gap: 29px;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item:first-of-type {
  padding-top: 46px;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item:first-of-type {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item {
    gap: 15px;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-icon-wrapper {
  width: 74px;
  height: 74px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-icon-wrapper {
    width: 45px;
    height: 45px;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-icon-wrapper .schedule-time-icon {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-icon-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100dvh;
  background: #0F38BE;
  z-index: 1;
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-details {
  flex: 1;
  display: flex;
  gap: 15px;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-details {
    flex-direction: column;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-details .schedule-time-text {
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #0F38BE;
  white-space: nowrap;
  letter-spacing: 3.4px;
  flex-shrink: 0;
  padding-top: 14px;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-details .schedule-time-text {
    font-size: 16px;
    padding-top: 0px;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-details .schedule-content h3 {
  font-size: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 3.5px;
  margin: 0 0 17px 0;
  padding-top: 14px;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-details .schedule-content h3 {
    font-size: 16px;
    margin: 0 0 8px 0;
    padding-top: 0px;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-details .schedule-content p {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #16202C;
  line-height: 1.7;
  letter-spacing: 4.9px;
  margin: 0 0 35px 0;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item .schedule-details .schedule-content p {
    font-size: 13px;
    margin: 0 0 30px 0;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item.last-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 37px;
  transform: translateX(-50%);
  width: 2px;
  height: 46px;
  background: url("../../../img/interview/dot.svg") no-repeat center;
  background-size: contain;
  z-index: 4;
  background-color: #fff;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item.last-item::before {
    display: none;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item.first-item::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 37px;
  transform: translate(-50%, 0%);
  width: 2px;
  height: 46px;
  background: url(../../../img/interview/dot.svg) no-repeat center;
  background-size: contain;
  z-index: 4;
}
@media (max-width: 767px) {
  .interview-schedule .schedule-container .schedule-list .schedule-column .schedule-item.first-item::before {
    display: none;
  }
}
.interview-schedule .schedule-container .schedule-list .schedule-column:last-child .schedule-item.last-item .schedule-icon-wrapper::before {
  display: none;
}

.other-interviews {
  padding: 100px 0;
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .other-interviews {
    padding: 60px 0;
  }
}
.other-interviews .section-title {
  font-size: 26px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #16202C;
  letter-spacing: 1.5px;
  margin: 0 0 80px 0;
  position: relative;
  padding-left: 31px;
}
.other-interviews .section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #0F83E9 0%, #00B197 100%);
  width: 2px;
  height: 50px;
  left: 0;
}
@media (max-width: 767px) {
  .other-interviews .section-title {
    font-size: 28px;
    margin: 0 0 40px 0;
  }
}