@charset "UTF-8";
:root {
  --bg: #fff;
  --ink: #1e2430;
  --muted: #8a92a3;
  --line: #e7eaf1;
  --exam: #d8e5ff; /* 모의고사*/
  --holiday: #fff8d3; /* 휴가 */
  --general: #ffddf2; /* 일반일정 */
  --issue: #d9ffd5; /* 이슈 */
  --lecture: #f0e6ff; /* 특강 */
}
.sub .sec01 {
  padding-top: 150px;
}
.sub .page-title {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 89px;
}
.sub.inquiry .page-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .sub .page-title {
    font-size: 3rem;
  }
  .sub.admission .tab-menu a {
    min-width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  .sub .sec01 {
    padding-top: 80px;
  }
  .sub.admission .tab-menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub.admission .tab-menu ul li {
    width: 33.3333333333%;
  }
  .sub.admission .tab-menu ul li a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sub .page-title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .sub.inquiry .page-title {
    margin-bottom: 40px;
  }
  .sub.about .tab-menu a {
    min-width: 120px;
  }
  .sub.admission .tab-menu ul li {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .sub .page-title {
    font-size: 2.2rem;
    margin-bottom: 32px;
  }
  .sub.inquiry .page-title {
    margin-bottom: 32px;
  }
  .sub.admission .tab-menu ul li {
    width: 100%;
  }
  .sub.admission .tab-menu ul li a {
    min-width: none;
  }
  .sub.admission .tab-menu ul li:first-child a {
    min-width: none;
  }
}
@media screen and (max-width: 400px) {
  .sub.about .tab-menu ul {
    flex-direction: column;
  }
  .sub.about .tab-menu ul li {
    width: 100%;
  }
  .sub.about .tab-menu ul li a {
    width: 100%;
  }
}

/* 위치/둘러보기 */
.loaction .tab-menu {
  margin-bottom: 100px;
}
.loaction .map-box {
  margin-bottom: 50px;
}
.loaction .embed-container {
  position: relative;
  height: 420px;
  overflow: hidden;
  max-width: 100%;
}
.loaction .embed-container iframe,
.loaction .embed-container object,
.loaction .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loaction .sec-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}
.loaction .tab-slide {
  padding: 50px 30px;
  border-radius: 20px;
  overflow: hidden;
}
.loaction .sec02 {
  color: #333;
  background: #ebf9f2;
}
.loaction .sec02 .map-info {
  display: flex;
  justify-content: space-between;
}
.loaction .sec02 .top-box {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}
.loaction .sec02 .top-box img {
  width: 28px;
  display: block;
}
.loaction .sec02 .top-box p {
  font-weight: 600 !important;
}
.loaction .sec02 .right-box {
  width: 755px;
}
.loaction .sec02 .right-box p {
  font-weight: 400;
  line-height: 1.5;
}
.loaction .sec02 .right-box p span {
  font-size: 1.4rem;
  display: block;
  margin-top: 10px;
  color: #ff4347;
}
.loaction .sec02 .right-box .top-car {
  margin-top: 35px;
}
.loaction .sec02 .transit-box {
  padding: 30px;
  border-radius: 10px;

  background: #fff;
}
.loaction .sec02 .transit-box + .transit-box {
  margin-top: 17px;
}
.loaction .sec02 .transit-box .title-box {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}
.loaction .sec02 .transit-box .title-box p {
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.5;
  font-size: 1.8rem;
}
.loaction .sec02 .transit-box .title-box span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.loaction .sec02 .transit-box .title-box span img {
  width: 12px;
  display: block;
}
.loaction .sec02 .transit-box p {
  line-height: 1.75;
  word-break: keep-all;
}

.loaction .sec03 .img-box {
  position: relative;
  width: 100%;
}
.loaction .sec03 .img-box img {
  width: 100%;
  display: block;
}
.loaction .sec03 .img-box p {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  color: #111;
  border-radius: 20px;
  background: #fff;
  box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.25);
  padding: 40px 50px;
  letter-spacing: -0.216rem;
  max-width: 690px;
  width: 100%;
}
.loaction .sec03 .img-box p strong {
  font-weight: 600;
  color: #ff7b42;
}
@media screen and (max-width: 1200px) {
  .loaction .sec-title {
    font-size: 2rem;
  }
  .loaction .sec02 .right-box {
    width: 620px;
  }
  .loaction .sec02 .transit-box {
    padding: 20px;
  }
  .loaction .sec02 .transit-box .title-box {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .loaction .tab-menu {
    margin-bottom: 60px;
  }
  .loaction .sec-title {
    margin-bottom: 16px;
  }
  .loaction .sec02 {
    padding-bottom: 80px;
  }
  .loaction .sec02 .map-info {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
  }
  .loaction .sec02 .right-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .loaction .sec-title {
    font-size: 1.8rem;
  }
  .loaction .embed-container {
    position: relative;
    height: 280px;
    overflow: hidden;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .loaction .sec-title {
    margin-bottom: 16px;
  }
  .loaction .sec03 .img-box p {
    font-size: 16px;
  }
}

/* 학원소개 / 검증된 강사 */
.teachers {
  padding-bottom: 150px;
}
.teachers-banner {
  background: #282828;
  width: 100%;
  margin-bottom: 130px;
}
.teachers-banner .container {
  display: flex;
  align-items: end;
  gap: 24px;
  justify-content: flex-start;
}
.teachers-banner .img-box {
  width: 582px;
}
.teachers-banner .img-box img {
  width: 100%;
  display: block;
}
.teachers-banner .text-box {
  padding: 130px 0;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.teachers-banner .text-box h3 {
  font-size: 3.8rem;
  color: #fff;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.2rem;
}
.teachers-banner .text-box h3 span {
  color: #48c1c5;
}
.teachers-banner .text-box p {
  color: #ccc;
  line-height: 1.6;
  font-weight: 400;
}
.teachers-banner .text-box p strong,
.teachers-banner .text-box p span {
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .teachers-banner .img-box {
    width: 40%;
  }
  .teachers-banner .container {
    justify-content: space-between;
  }
  .teachers-banner .text-box {
    padding: 80px 0;
    width: 57%;
  }
}
@media screen and (max-width: 1200px) {
  .teachers-banner .text-box h3 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1024px) {
  .teachers {
    padding-bottom: 80px;
  }
  .teachers-banner {
    margin-bottom: 80px;
  }
  .teachers-banner .img-box {
    width: 80%;
  }
  .teachers-banner .text-box {
    padding: 0;
    width: 100%;
    row-gap: 26px;
  }
  .teachers-banner .text-box h3 span {
    display: block;
  }
  .teachers-banner .container {
    padding: 50px 16px 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .teachers-banner .text-box h3 {
    font-size: 2.4rem;
  }
}
.teachers-list {
  margin-bottom: 120px;
}
.teachers-list .subjects-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.teachers-list .subjects-title img {
  width: 12px;
  display: block;
}
.teachers-list .subjects-title h4 {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -0.156rem;
}
.teachers-list .info-box {
  position: absolute;
  left: 30px;
  top: 30px;
}
.teachers-list .info-box .subjects {
  display: flex;
  gap: 16px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 12px;
}
.teachers-list .info-box .subjects p {
  font-size: 14px;
  color: #333;
  letter-spacing: -0.056rem;
  position: relative;
  line-height: 1;
}
.teachers-list .info-box .subjects p::after {
  content: "";
  display: block;
  width: 1px;
  height: 95%;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
  background: #333;
}
.teachers-list .info-box .name {
  font-weight: 600;
}
.teachers-list .profile-list {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(34, 34, 34, 0.7);
  backdrop-filter: blur(4px);
  padding: 20px 24px 30px;
  transition: opacity 0.2s ease-in;
}
.teachers-list .profile-list p {
  font-weight: 300;
  color: #fff;
  line-height: 1.8;
  letter-spacing: -0.064rem;
}
.teachers-list ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.teachers-list li {
  display: flex;
  position: relative;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #f6f6f6;
  overflow: hidden;
  cursor: pointer;
  transition: 0.1s ease-in;
}
.teachers-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.teachers-list li.on,
.teachers-list li:hover {
  border: 2px solid #1a1a1a;
  box-shadow: 4px 4px 6px 0 rgba(26, 26, 26, 0.15);
}
.teachers-list li.on .profile-list,
.teachers-list li:hover .profile-list {
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .teachers-list .profile-list {
    padding: 20px 16px 24px;
  }
  .teachers-list .subjects-title h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .teachers-list {
    margin-bottom: 60px;
  }
  .teachers-list ul {
    column-gap: 20px;
    row-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }
  .teachers-list .info-box {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .teachers-list .info-box .subjects {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .teachers-list .subjects-title {
    gap: 6px;
  }
  .teachers-list .subjects-title img {
    width: 8px;
  }
  .teachers-list .subjects-title h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
  .teachers-list ul {
    width: 80%;
    column-gap: 20px;
    row-gap: 32px;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .teachers-list .name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 400px) {
  .teachers-list ul {
    width: 100%;
  }
}

/* 모집안내 > 문의게시판 */
.admission .tab-menu2 {
  margin-top: 30px;
  margin-bottom: 50px;
}

/* 모집안내 > 문의게시판 > FAQ */
.resv-category ul {
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
.resv-category ul li {
  position: relative;
}
.resv-category ul li a {
  color: #999999;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: -0.108rem;
}
.resv-category ul li.on a {
  font-weight: 600;
  color: #1a1a1a;
}
.resv-category ul li::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .resv-category ul {
    padding: 0;
    padding-right: 10px;
    gap: 20px;
  }
  .resv-category ul li a {
    font-size: 1.6rem;
  }
  .resv-category ul li::after {
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .resv-category ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .resv-category ul {
    flex-wrap: wrap;
    row-gap: 8px;
  }
}

.faq-wrap .sec02 {
  margin-bottom: 15px;
}
.faq-wrap .sec02 .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.faq-wrap .faq {
  margin-bottom: 130px;
}
.faq-wrap .faq .faq-list {
  border-top: 2px solid #1a1a1a;
  margin-bottom: 130px;
}
.faq-wrap .faq .faq-item {
  border-bottom: 1px solid #e6e6e6;
}
.faq-wrap .faq .faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 30px 20px;
  background: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  transition: 0.25s ease;
}
.faq-wrap .faq .faq-q .q-text {
  width: calc(100% - 76px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: left;
}
.faq-wrap .faq .faq-q .chev {
  width: 24px;
  transition: transform 0.25s;
}
.faq-wrap .faq .faq-q .chev img {
  width: 100%;
  display: block;
}
.faq-wrap .faq .faq-q[aria-expanded="true"] {
  align-items: flex-start;
}
.faq-wrap .faq .faq-q[aria-expanded="true"] .q-text {
  font-weight: 600;
  overflow: initial;
  text-overflow: initial;
  word-break: keep-all;
  white-space: wrap;
}
.faq-wrap .faq .faq-q[aria-expanded="true"] .chev {
  transform: rotate(180deg);
}
.faq-wrap .faq .qa-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  width: 20px;
}
.faq-wrap .faq .qa-badge.q {
  color: #48c1c5;
}
.faq-wrap .faq .qa-badge.a {
  color: #1a1a1a;
}
.faq-wrap .faq .faq-a {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 26px 20px 50px;
  background: #f6f6f6;
  border-top: 1px solid #e6e6e6;
}
.faq-wrap .faq .faq-a[hidden] {
  display: none !important;
}
.faq-wrap .faq .faq-a p {
  font-weight: 400;
  line-height: 1.55;
  font-size: 1.8rem;
  width: calc(100% - 76px);
}
@media screen and (max-width: 1200px) {
  .faq-wrap .faq .faq-q {
    gap: 12px;
    padding: 24px 16px;
    font-size: 1.6rem;
  }
  .faq-wrap .faq .faq-q .q-text {
    width: calc(100% - 64px);
    font-size: 1.6rem;
  }
  .faq-wrap .faq .qa-badge {
    font-size: 1.6rem;
    width: 18px;
  }
  .faq-wrap .faq .faq-a {
    gap: 12px;
    padding: 20px 16px 32px;
  }
  .faq-wrap .faq .faq-a p {
    font-size: 1.6rem;
    width: calc(100% - 28px);
  }
}
@media screen and (max-width: 1024px) {
  .faq-wrap .sec02 .container {
    flex-direction: column-reverse;
    row-gap: 32px;
    align-items: center;
  }
  .faq-wrap .sec02 .container .resv-category {
    width: 100%;
  }
  .faq-wrap .faq .faq-list {
    margin-bottom: 60px;
  }
}
/* 모집안내 > 문의게시판 > qna */
.qna-wrap {
  padding-bottom: 150px;
}
.qna-wrap .sec02 {
  margin-bottom: 15px;
}
.qna-wrap .bbs-news {
  margin-bottom: 80px;
}
.qna-wrap .btn-box {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .qna-wrap {
    padding-bottom: 60px;
  }
  .qna-wrap .bbs-news {
    margin-bottom: 40px;
  }
}
.consult-wrap .form {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.consult-wrap .form-table input {
  width: 325px;
}
.consult-wrap .form-table .name-box td {
  display: flex;
  align-items: center;
}
.consult-wrap .form-table .name-box td input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.consult-wrap .form-table .name-box label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.consult-wrap .agree {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.consult-wrap .agree label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.consult-wrap .agree label span {
  color: #333;
  border-bottom: 1px solid #333;
}
.consult-wrap .complete-wrap {
  padding-top: 160px;
}
@media screen and (max-width: 576px) {
  .consult-wrap .complete-wrap {
    padding-top: 80px;
  }
  .consult-wrap .form-table input {
    width: 100%;
  }
  .consult-wrap .form-table .name-box td {
    flex-wrap: wrap;
  }
}

.inquiry .step-list ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.inquiry .step-list ul::after {
  content: "";
  z-index: 1;
  width: 100%;
  height: 1px;
  background: url(../img/sub/step_line.svg) repeat-x center;
  background-size: 100% 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.inquiry .step-list ul li {
  position: relative;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  line-height: 30px;
  border-radius: 50px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #cccccc;
  background: #000;
  background: #f6f6f6;
}
.inquiry .step-list ul li.on {
  background: #fff;
  color: #48c1c5;
  border: 1px solid #48c1c5;
  font-weight: 700;
}
.inquiry .form-btn .btn {
  max-width: 646px;
}

.verify-wrap .form {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
.verify-wrap .form-flex-box input {
  width: 359px;
}
.verify-wrap .agree {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.verify-wrap .agree label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.verify-wrap .agree label span {
  color: #333;
}
.verify-wrap .form-table th {
  width: 148px;
}
.verify-wrap .form-table td {
  display: flex;
  gap: 10px;
  width: calc(100% - 160px);
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .verify-wrap .form-table td {
    width: 100%;
  }
  .verify-wrap .form-flex-box input {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 576px) {
  .verify-wrap .form-flex-box input {
    width: calc(100% - 110px);
  }
}

#inquiryForm {
  margin: 0 auto;
  max-width: 900px;
}
#inquiryForm .form-table select {
  max-width: 325px;
}
#inquiryForm .pw-text {
  padding-left: 140px;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #666;
  letter-spacing: -0.084rem;
}
@media screen and (max-width: 1024px) {
  #inquiryForm .pw-text {
    padding-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  #inquiryForm .form-table select {
    width: 100%;
    max-width: 100%;
  }
  #inquiryForm .pw-text {
    padding-left: 0;
  }
}
.complete-wrap {
  padding-top: 15px;
}
.complete-wrap p {
  text-align: center;
  color: #333;
  line-height: 1.5;
}
.complete-wrap .btn-box {
  margin-top: 65px;
  margin-bottom: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.complete-wrap .btn-box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 70px;
  background: #1a1a1a;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.144rem;
  height: 70px;
  width: 325px;
}
@media screen and (max-width: 768px) {
  .complete-wrap .btn-box .btn {
    height: 50px;
    width: 180px;
  }
}

.schedule-wrap {
  position: relative;
}
.schedule-option {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.schedule-option .button-group ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.schedule-option .button-group a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #999999;
  letter-spacing: -0.096rem;
  gap: 5px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #999;
}
.schedule-option .button-group a img {
  width: 24px;
  display: block;
}
.schedule-option .button-group .on a {
  color: #fff;
  font-weight: 500;
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  color: white;
}
.schedule-option .button-group a.btn-print {
  background: #f6f6f6;
  border-radius: 50px;
  border: 1px solid #eeeeee;
}
.schedule-wrap .container {
  position: relative;
}
.calendar-wrap .schedule-option {
  width: 100%;
  margin-bottom: 15px;
}
.schedule-event ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.schedule-event ul li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.schedule-event ul span {
  font-size: 1.4rem;
  letter-spacing: -0.084rem;
  color: #666;
}
.schedule-event ul .color-box {
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
/* 각 카테고리 색상 */
.legend-exam .legend-dot {
  background: #d8e5ff;
}

.legend-holiday .legend-dot {
  background: #fff8d3;
}

.legend-general .legend-dot {
  background: #ffddf2;
}

.legend-issue .legend-dot {
  background: #d9ffd5;
}

.legend-lecture .legend-dot {
  background: #f0e6ff;
}

.schedule-legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  font-size: 15px;
  color: #444;
  margin: 10px 0 20px;
}
.schedule-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.schedule-legend .legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.calendar-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translate(-50%, -100%);
  z-index: 20;
}
.calendar-toolbar button {
  width: 32px;
  aspect-ratio: 1/1;
}
.calendar-toolbar button img {
  width: 100%;
  display: block;
}

.calendar-title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -0.156rem;
  text-align: center;
}

.calendar-head {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #e6e6e6;
  gap: 1px;
}
.calendar-head span {
  background: #f6f6f6;
  padding: 17px 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1px;
  background: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.calendar {
  position: relative;
  margin-bottom: 150px;
}
.calendar .day {
  background: #fff;
  min-height: 170px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.calendar .day-num {
  font-size: 1.8rem;
  font-weight: 400;
  color: #999999;
}
.calendar .day.day-out .day-num {
  opacity: 0;
}
.calendar .day.day-today {
  background: #f6f6f6;
}
.calendar .events {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow: clip;
}
.calendar .event {
  padding: 8px 10px;
  border-radius: 5px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #f1f3f8;
  font-size: 1.4rem;
  color: #333;
}

.schedule-wrap .event-exam {
  background: var(--exam) !important;
}
.schedule-wrap .event-holiday {
  background: var(--holiday) !important;
}
.schedule-wrap .event-general {
  background: var(--general) !important;
}
.schedule-wrap .event-issue {
  background: var(--issue) !important;
}
.schedule-wrap .event-lecture {
  background: var(--lecture) !important;
}
@media (max-width: 1200px) {
  .calendar .day-num,
  .calendar .calendar-head span {
    font-size: 1.6rem;
  }
  .calendar .events {
    margin-top: 6px;
  }
  .calendar .event {
    padding: 6px 8px;
    font-size: 1.2rem;
  }
  .calendar-title {
    font-size: 2rem;
  }
  .schedule-option .button-group a {
    font-size: 1.4rem;
    padding: 8px 10px;
  }
}
@media (max-width: 1024px) {
  .schedule-option .button-group a {
    gap: 2px;
    font-size: 1.3rem;
  }
  .schedule-option .button-group a img {
    width: 16px;
  }
  .calendar .calendar-head span {
    padding: 12px 0;
  }
  .calendar .day {
    padding: 6px;
  }
  .calendar-wrap .schedule-option {
    margin-bottom: 32px;
  }
  .calendar-wrap .calendar-toolbar {
    padding: 0;
    position: initial;
    inset: initial;
    transform: initial;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .calendar-wrap .schedule-option {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .calendar-toolbar button {
    width: 24px;
  }
  .schedule-event ul {
    gap: 12px;
    flex-wrap: wrap;
  }
  .schedule-event ul span {
    font-size: 1.2rem;
  }
  .calendar .day {
    min-height: 120px;
  }
  .calendar .day-num,
  .calendar .calendar-head span {
    font-size: 1.4rem;
  }
  .calendar .event {
    font-size: 1rem;
    padding: 4px 6px;
  }
}
@media (max-width: 576px) {
  .calendar .day-num,
  .calendar .calendar-head span {
    font-size: 1.2rem;
  }
  .calendar .day {
    min-height: 100px;
  }
}

.calendar-pop {
  display: none;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  padding: 20px 20px 42px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 90;
}
.calendar-pop.on {
  opacity: 1;
  display: block;
}
.calendar-pop .btn-box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}
.calendar-pop .pop-close {
  width: 20px;
}
.calendar-pop .pop-close img {
  width: 100%;
  display: block;
}
.calendar-pop .top-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.calendar-pop .top-box h3 {
  width: calc(100% - 24px);
  font-size: 2rem;
  font-weight: 500;
  word-break: break-all;
  line-height: 1.35;
}
.calendar-pop .color-box {
  margin-top: 3px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: #000;
}
.calendar-pop p {
  width: 100%;
  font-size: 1.6rem;
  color: #999999;
}
@media screen and (max-width: 576px) {
  .calendar-pop {
    max-width: 350px;
    width: 95%;
  }
  .calendar-pop .top-box {
    gap: 6px;
    margin-bottom: 8px;
  }
  .calendar-pop .top-box .color-box {
    width: 8px;
    height: 8px;
    border-radius: 2px;
    margin-top: 0;
  }
  .calendar-pop .top-box h3 {
    width: calc(100% - 18px);
    font-size: 1.6rem;
  }
  .calendar-pop p {
    font-size: 1.4rem;
  }
}

@media (max-width: 640px) {
  :root {
    --cell-min-h: 88px;
  }
  .event {
    padding: 5px 6px;
    border-radius: 8px;
  }
}
.campus .sec01 {
  margin-bottom: 100px;
}
.campus .sec02 {
  margin-bottom: 44px;
}
.campus .sec02 h3 {
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.144rem;
  line-height: 1.4;
}
.campus .sec02 h3 span {
  display: inline-block;
  background: #ff4347;
  padding: 0 6px;
  color: #fff;
  font-weight: 600;
}
.campus .form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.campus .form-table input,
.campus .form-table select {
  max-width: 413px;
}
.campus .agree {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
.campus .agree label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.campus .agree label span {
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 1024px) {
  .campus .sec01 {
    margin-bottom: 50px;
  }
  .campus .sec02 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .campus .form-table input,
  .campus .form-table select {
    max-width: 100%;
  }
}

.schedule-sec {
  margin-bottom: 150px;
  margin-top: 32px;
}
.schedule-sec .year {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #f6f6f6;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -0.156rem;
  padding: 24px 10px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .schedule-sec .year {
    padding: 20px 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .schedule-sec .year {
    padding: 16px 10px;
    font-size: 1.8rem;
  }
}
.schedule-list-grid .month-item {
  display: grid;
  grid-template-columns: 345px 1fr;
  border-bottom: 1px solid #e6e6e6;
}
.schedule-list-grid .month-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: -0.216rem;
  border-right: 1px solid #e6e6e6;
}
.schedule-list-grid .schedule-list li {
  display: grid;
  grid-template-columns: 135px 1fr;
}
.schedule-list-grid .schedule-list li + li {
  border-top: 1px solid #e6e6e6;
}
.schedule-list-grid .schedule-list li .day {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: -0.12rem;
  border-right: 1px solid #e6e6e6;
}
.schedule-list-grid .schedule-list li .events {
  font-size: 1.8rem;
  color: #666;
  padding: 24px 30px;
  letter-spacing: -0.108rem;
  display: flex;
  gap: 10px;
}
.schedule-list-grid .schedule-list li .events span {
  width: calc(100% - 28px);
  line-height: 1.5;
}
.schedule-list-grid .schedule-list li .events .dot {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #d9ffd5;
  margin-top: 5px;
}
.schedule-list-grid .schedule-list li .events .dot.event-exam {
  background: var(--exam) !important;
}
.schedule-list-grid .schedule-list li .events .dot.event-holiday {
  background: var(--holiday) !important;
}
.schedule-list-grid .schedule-list li .events .dot.event-general {
  background: var(--general) !important;
}
.schedule-list-grid .schedule-list li .events .dot.event-issue {
  background: var(--issue) !important;
}
.schedule-list-grid .schedule-list li .events .dot.event-lecture {
  background: var(--lecture) !important;
}
@media screen and (max-width: 1200px) {
  .schedule-list-grid .month-item {
    display: grid;
    grid-template-columns: 240px 1fr;
  }
  .schedule-list-grid .month-title {
    font-size: 3rem;
  }
  .schedule-list-grid .schedule-list li {
    display: grid;
    grid-template-columns: 80px 1fr;
  }
  .schedule-list-grid .schedule-list li .day {
    font-size: 1.8rem;
  }
  .schedule-list-grid .schedule-list li .events {
    font-size: 1.6rem;
    color: #666;
    padding: 16px 20px;
  }
}
@media screen and (max-width: 768px) {
  .schedule-list-grid .month-item {
    display: grid;
    grid-template-columns: 60px 1fr;
  }
  .schedule-list-grid .month-title {
    font-size: 2rem;
  }
  .schedule-list-grid .schedule-list li {
    grid-template-columns: 60px 1fr;
  }
  .schedule-list-grid .schedule-list li .day {
    font-size: 1.6rem;
  }
  .schedule-list-grid .schedule-list li .events {
    font-size: 1.4rem;
    color: #666;
    padding: 10px 12px;
    gap: 4px;
  }
  .schedule-list-grid .schedule-list li .events span {
    width: calc(100% - 16px);
  }
  .schedule-list-grid .schedule-list li .events .dot {
    width: 12px;
    height: 12px;
    background: #d9ffd5;
    margin-top: 2px;
  }
}
@media screen and (max-width: 576px) {
  .schedule-list-grid .month-item {
    display: grid;
    grid-template-columns: 42px 1fr;
  }
  .schedule-list-grid .month-title {
    font-size: 1.5rem;
  }
  .schedule-list-grid .schedule-list li {
    grid-template-columns: 40px 1fr;
  }
  .schedule-list-grid .schedule-list li .day {
    font-size: 1.4rem;
  }
  .schedule-list-grid .schedule-list li .events {
    font-size: 1.2rem;
    color: #666;
  }
}

.result .visual {
  width: 100%;
}
.result .visual img {
  width: 100%;
  display: block;
}
.result .sec02 {
  padding-top: 210px;
  padding-bottom: 260px;
  background: url(../img/sub/result_sec02.jpg) no-repeat center/cover;
}
.result .sec02 img {
  width: 862px;
  margin: 0 auto;
  display: block;
}
.result .result-list-wrap {
  background: #f6f6f6;
  padding: 150px 0;
}
.result .result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 130px;
}
.result .result-list li {
  background: #fff;
  width: calc((100% - 40px) / 3);
}
.result .result-list .result-item {
  padding: 20px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
.result .result-list .result-item .mark {
  width: 112px;
}
.result .result-list .result-item .mark img {
  width: 100%;
  display: block;
}
.result .result-list .result-item .info {
  width: calc(100% - 132px);
}
.result .result-list .result-item .info .school {
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.25;
}
.result .result-list .result-item .info .school strong {
  font-weight: 600;
  padding-right: 5px;
}
.result .result-list .result-item .info p {
  color: #666;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .result .result-list .result-item {
    padding: 16px 20px;
    gap: 16px;
  }
  .result .result-list .result-item .mark {
    width: 94px;
  }
  .result .result-list .result-item .info {
    width: calc(100% - 110px);
  }
  .result .result-list .result-item .info .school {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .result .result-list .result-item .info .school strong {
    padding-right: 4px;
  }
  .result .result-list .result-item .info p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .result .sec02 img {
    width: 80%;
    max-width: 862px;
  }
  .result .result-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .result .result-list-wrap {
    background: #f6f6f6;
    padding: 150px 0;
  }
  .result .result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .result .result-list li {
    background: #fff;
    width: calc((100% - 20px) / 2);
  }
  .result .result-list .result-item {
    gap: 16px;
  }
  .result .result-list .result-item .mark {
    width: 80px;
  }
  .result .result-list .result-item .mark img {
    width: 100%;
    display: block;
  }
  .result .result-list .result-item .info {
    width: calc(100% - 96px);
  }
  .result .result-list .result-item .info .school {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .result .result-list .result-item .info p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  .result .result-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .result .result-list li {
    width: 100%;
  }
}

/* ===== 합격자 카운트 섹션 ===== */
.count-stats {
  margin-top: 128px;
  font-family: "GMarketSans";
  /* 배경이 어두운 디자인 가정 */
  color: #fff;
  /* 반응형 */
}
.count-stats .count-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100px;
  align-items: end;
  text-align: center;
}
.count-stats .count-item {
  display: flex;
  flex-direction: column;
}
.count-stats .count-item .label {
  text-align: left;
  font-size: 2.8rem;
  line-height: 1.35;
  opacity: 0.9;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.count-stats .count-item .value {
  display: inline-flex;
  align-items: end;
}
.count-stats .count-item .value .num {
  font-size: 14rem;
  font-weight: 900;
  line-height: 0.9;
  color: #fff;
}
.count-stats .count-item .value .unit {
  color: #7e7e7e;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06rem;
}
@media (max-width: 1400px) {
  .count-stats .count-list {
    gap: 40px;
  }
  .count-stats .count-item .value .num {
    font-size: 10rem;
  }
  .count-stats .count-item .label {
    font-size: 2.2rem;
  }
  .count-stats .count-item .value .unit {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .count-stats {
    margin-top: 60px;
  }
  .count-stats .count-list {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 52px;
  }
  .count-stats .count-item .label {
    min-height: 0;
  }
  .count-stats .count-item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .count-stats .count-list {
    grid-template-columns: 1fr;
  }
  .count-stats .count-item {
    padding: 8px 0;
  }
}
.admission-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .admission-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 768px) {
  .admission-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 564px) {
  .admission-title {
    font-size: 1.8rem;
  }
}
.guide-wrap {
  background: #f6f6f6;
  padding: 130px 0;
}
.guide-wrap .list-box {
  border-radius: 20px;
  background: #fff;
  padding: 50px;
  max-width: 1268px;

  margin: 0 auto;
}
.guide-wrap .list-box .item-box {
  display: grid;
  grid-template-columns: 130px 1fr;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.guide-wrap .list-box .item-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: url(../img/sub/guide-line.svg) repeat-x center;
  background-size: 100%;
}
.guide-wrap .list-box .item-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.guide-wrap .list-box .item-box:last-child::after {
  display: none;
}
.guide-wrap .list-box .no {
  display: flex;
  gap: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.108rem;
}
.guide-wrap .list-box .no span {
  color: #48c1c5;
}
.guide-wrap .list-box .conts {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: -0.108rem;
}
.guide-wrap .list-box .conts .red-text {
  font-size: 1.4rem;
  letter-spacing: -0.084rem;
  color: #ff4347;
  margin-top: 8px;
}
.guide-wrap .list-box .conts ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.guide-wrap .list-box .conts ul.ma_none li:last-child {
  margin-top: 0;
}
.guide-wrap .list-box .conts ul li {
  position: relative;
  padding-left: 16px;
}
.guide-wrap .list-box .conts ul li:last-child {
  margin-top: 30px;
}
.guide-wrap .list-box .conts ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #48c1c5;
  width: 4px;
  height: 4px;
}
.guide-wrap .list-box .conts ul li .gray-text {
  display: block;
  font-size: 1.4rem;
  letter-spacing: -0.084rem;
  margin-top: 8px;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .guide-wrap h3 {
    font-size: 2.8rem;
  }
  .guide-wrap .list-box {
    padding: 40px 20px;
  }
  .guide-wrap .list-box .item-box {
    grid-template-columns: 100px 1fr;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .guide-wrap .list-box .no {
    gap: 6px;
    font-size: 1.6rem;
  }
  .guide-wrap .list-box .conts {
    font-size: 1.6rem;
  }
  .guide-wrap .list-box .conts .red-text {
    font-size: 1.2rem;
    margin-top: 6px;
  }
  .guide-wrap .list-box .conts ul {
    row-gap: 10px;
  }
  .guide-wrap .list-box .conts ul li {
    padding-left: 12px;
  }
  .guide-wrap .list-box .conts ul li:last-child {
    margin-top: 20px;
  }
  .guide-wrap .list-box .conts ul li::before {
    left: 0;
    top: 8px;
  }
  .guide-wrap .list-box .conts ul li .gray-text {
    display: block;
    font-size: 1.2rem;
    margin-top: 6px;
  }
}
@media screen and (max-width: 576px) {
  .guide-wrap .list-box .item-box {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }
}

.strategy-wrap {
  padding: 140px 0 130px;
}
.strategy-wrap .text-box {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: -0.132rem;
  text-align: center;
  margin-bottom: 50px;
}
.strategy-wrap .text-box .red-text {
  color: #ff4347;
  font-weight: 600;
}
.strategy-wrap .text-box .red-bg {
  background: #ff4347;
  color: #fff;
  font-weight: 600;
  padding: 0 6px;
}
@media screen and (max-width: 1200px) {
  .strategy-wrap .text-box {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .strategy-wrap .text-box {
    font-size: 1.8rem;
    margin-bottom: 36px;
  }
}
.winter-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.winter-item .item-box {
  width: calc((100% - 20px) / 2);
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 44px;
  border-radius: 20px;
  background: #f6f6f6;
  padding: 30px;
  min-width: 188px;
  align-items: center;
}
.winter-item .item-box .img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.winter-item .item-box .img-box img {
  width: 100%;
  max-width: 106px;
  display: block;
}
.winter-item .item-box .img-box::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background: #adb8bf;
  position: absolute;
  right: -20px;
  top: 0;
}
.winter-item .item-box .top-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  letter-spacing: -0.108rem;
  color: #1a1a1a;
  font-weight: 600;
}
.winter-item .item-box .top-box .no {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #48c1c5;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
  letter-spacing: -0.09rem;
  font-weight: 600;
}
.winter-item .item-box .conts {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
  letter-spacing: -0.108rem;
}
@media screen and (max-width: 1200px) {
  .winter-item .item-box {
    width: calc((100% - 20px) / 2);
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 30px 20px;
  }
  .winter-item .item-box .img-box::after {
    content: "";
    height: 100%;
    width: 1px;
    right: -12px;
  }
  .winter-item .item-box .top-box {
    gap: 6px;
    margin-bottom: 10px;
  }
  .winter-item .item-box .top-box .no {
    width: 24px;
    height: 24px;
    font-size: 1.3rem;
  }
  .winter-item .item-box .conts {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1024px) {
  .winter-item .item-box {
    width: 100%;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 576px) {
  .winter-item .item-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 16px;
  }
  .winter-item .item-box .img-box::after {
    display: none;
  }
  .winter-item .item-box .conts {
    font-size: 1.5rem;
  }
}

.curriculum-tab {
  background: #ebf9f2;
  padding: 130px 0;
}
.curriculum-tab .curriculum-swiper {
  border-radius: 20px;
  overflow: hidden;
}
.curriculum-tab .curriculum {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.curriculum-tab .curriculum .swiper-slide {
  padding: 0 50px;
  background: #fff;
}
.curriculum-tab .curriculum .swiper-slide img {
  width: 100%;
  max-width: 884px;
}
.curriculum-tab .tab-header ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.curriculum-tab .tab-header ul li {
  max-width: 210px;
  width: calc((100% - 16px) / 3);
  border-radius: 10px 10px 0 0;
  background: rgba(27, 104, 86, 0.2);
  padding: 12px 10px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
.curriculum-tab .tab-header ul li.on {
  font-weight: 600;
  background: #00ae84;
}
.curriculum-tab .swiper-button-prev,
.curriculum-tab .swiper-button-next {
  color: #00956c;
}
@media screen and (max-width: 768px) {
  .curriculum-tab .curriculum .swiper-slide {
    padding: 0 20px;
  }
  .curriculum-tab .tab-header ul {
    padding: 0 20px;
  }
  .curriculum-tab .tab-header ul li {
    padding: 12px 6px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .curriculum-tab .tab-header ul {
    gap: 4px;
  }
}
@media screen and (max-width: 400px) {
  .curriculum-tab .tab-header ul li {
    font-size: 1.5rem;
  }
}
.daily-tab {
  padding: 130px 0;
  background: #edfafa;
}
.daily-tab .tab-header ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.daily-tab .tab-header ul li {
  max-width: 210px;
  width: calc((100% - 16px) / 3);
  border-radius: 10px 10px 0 0;
  background: rgba(20, 130, 134, 0.3);
  padding: 12px 10px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: -0.108rem;
  line-height: 1;
}
.daily-tab .tab-header ul li.on {
  font-weight: 600;
  background: #48c1c5;
}
.daily-tab .daily-swiper {
  border-radius: 20px;
  background: #fff;
}
.daily-tab .daily-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  padding: 50px 47px 50px;
}
.daily-tab .daily-swiper .swiper-slide img {
  width: 100%;
  max-width: 1266px;
}
@media screen and (max-width: 768px) {
  .daily-tab .daily-swiper .swiper-slide {
    padding: 40px 20px;
  }
  .daily-tab .tab-header ul {
    padding: 0 20px;
  }
  .daily-tab .tab-header ul li {
    padding: 12px 6px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .daily-tab .tab-header ul {
    flex-direction: column;
    margin-bottom: 16px;
  }
  .daily-tab .tab-header ul li {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
  }
}

.dot-list li {
  position: relative;
  padding-left: 12px;
}

.dot-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: 900;
}

.course-item .list-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.course-item .title-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 2px solid #1a1a1a;
  margin-bottom: 16px;
}
.course-item .title-box .no {
  display: flex;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #48c1c5;
  color: #fff;
  letter-spacing: -0.108rem;
  font-weight: 800;
}
.course-item .title-box h4 {
  font-size: 2.6rem;
  font-weight: 600;
}
.course-item .item-box {
  padding: 30px;
  border-radius: 10px;
  background: #f6f6f6;
}
.course-item .item-box .top-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.course-item .item-box .top-box .no {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  font-size: 1.6rem;
  color: #48c1c5;
  background: #fff;
}
.course-item .item-box .top-box p {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.12rem;
  width: calc(100% - 34px);
  line-height: 1.3;
}
.course-item .item-box p {
  font-size: 1.6rem;
  letter-spacing: -0.096rem;
  line-height: 1.9;
}
.course-item .item-box ul li p {
  line-height: 1.6;
}
.course-item .item-box ul li strong {
  font-weight: 600;
}
.course-item.regular .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.course-item.regular .list-box > .item-box:last-child {
  grid-column: 1/-1;
}
@media screen and (max-width: 1200px) {
  .course-item .title-box {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .course-item .title-box .no {
    display: flex;
    width: 26px;
    height: 26px;
  }
  .course-item .title-box h4 {
    font-size: 2.2rem;
  }
  .course-item .item-box {
    padding: 30px 20px;
  }
  .course-item .item-box .top-box {
    gap: 6px;
    margin-bottom: 16px;
    align-items: flex-start;
  }
  .course-item .item-box .top-box .no {
    width: 22px;
    height: 22px;
    font-size: 1.4rem;
    margin-top: 2px;
  }
  .course-item .item-box .top-box p {
    font-size: 1.8rem;
    width: calc(100% - 28px);
  }
  .course-item .item-box ul li {
    font-size: 1.5rem;
    letter-spacing: -0.096rem;
  }
}
@media screen and (max-width: 576px) {
  .course-item .list-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.cls-group {
  padding: 50px 30px;
  border-radius: 20px;
  background: #fff;
  min-height: 1194px;
}
.cls-group + .cls-group {
  margin-top: 80px;
}
.cls-group.cls--mint {
  background-color: #ebf9f2;
}
.cls-group.cls--sky {
  background-color: #edfafa;
}
.cls-group.cls--peach {
  background-color: #fff6f0;
}

.card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-bottom: 30px;
}

.cls-group .card-top {
  margin-bottom: 50px;
}
.cls-group .card-top p {
  color: #333;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
.cls-group .section-title {
  font-size: 2.2rem;
  line-height: 1.27;
  text-align: center;
}
.cls-group .section-title span {
  display: block;
  opacity: 0.5;
  font-size: 1.4rem;
  letter-spacing: -0.084rem;
  font-weight: 400;
}
.cls-group .dot-list {
  font-size: 1.8rem;
}
.cls-group .card {
  border-radius: 20px;
  background: #fff;
  padding: 30px;
}
.cls-group .card .card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.cls-group .card .card-head .card-no {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ebf9f2;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00ae84;
}
.cls-group .card .card-head .card-title {
  font-size: 2rem;
  font-weight: 600;
  width: calc(100% - 34px);
}
.cls-group .card .card-body {
  font-size: 1.8rem;
  line-height: 1.6;
}
.cls-group .table-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.cls-group .table-card .card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.cls-group .table-card .card-head .card-no {
  display: inline-flex;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ebf9f2;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: #00ae84;
}
.cls-group .table-card .card-head .card-title {
  font-size: 18px;
  font-weight: 700;
  width: calc(100% - 34px);
}
.cls-group .table-card .table-wrap {
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
}
.cls-group .table-card .cls-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e6e6;
}
.cls-group .table-card .cls-table th,
.cls-group .table-card .cls-table td {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  vertical-align: top;
  font-size: 15px;
  vertical-align: middle;
  font-size: 1.8rem;
}
.cls-group .table-card .cls-table td {
  padding: 20px 30px;
}
.cls-group .table-card .cls-table td .dot-list {
  min-height: 82px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cls-group .table-card .cls-table th {
  padding: 20px 10px;
}
.cls-group .table-card .cls-table thead {
  background: #ebf9f2;
}
.cls-group .table-card .cls-table thead th {
  text-align: center;
  font-weight: 500;
}
.cls-group .table-card .cls-table tbody th {
  text-align: center;
  font-weight: 500;
}

.cls--sky .card-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.cls--sky .table-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.cls--sky .table-card .cls-table thead {
  background: #edfafa;
}

.cls--sky .table-card .card-head .card-no,
.cls--sky .card .card-head .card-no {
  background: #edfafa;
  color: #48c1c5;
}

.cls--peach .card-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

.cls--peach .table-card .card-head .card-no,
.cls--peach .card .card-head .card-no {
  background: #fff6f0;
  color: #ff7b42;
}

.cls--peach .table-card .cls-table thead {
  background: #fff6f0;
}

.cls--peach .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 1200px) {
  .cls-group .section-title {
    font-size: 1.8rem;
  }
  .card .card-head .card-title {
    font-size: 1.8rem;
  }
  .table-card .card-head,
  .card .card-head {
    margin-bottom: 14px;
  }
  .cls-group .table-card,
  .cls-group .card {
    padding: 24px;
  }
  .cls-group {
    padding: 50px 24px;
  }
  .cls-group .table-card .card-head .card-title {
    font-size: 1.6rem;
  }
  .cls-group .table-card .cls-table th,
  .cls-group .table-card .cls-table td {
    font-size: 1.5rem;
  }
  .cls-group .table-card .cls-table th {
    padding: 16px 6px;
  }
  .cls-group .dot-list {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .cls-group {
    padding: 24px;
  }
  .cls--sky .table-grid,
  .cls--peach .card-grid,
  .cls--sky .card-grid,
  .card-grid {
    grid-template-columns: 1fr;
  }
  .cls--sky .table-card {
    margin-bottom: 0;
  }
  .cls-group .table-card .card-head .card-title,
  .cls-group .card .card-head .card-title {
    font-size: 1.6rem;
  }
  .cls-group .table-card .cls-table th,
  .cls-group .table-card .cls-table td {
    font-size: 1.4rem;
  }
  .cls-group .table-card,
  .cls-group .card {
    padding: 24px 16px;
    border-radius: 10px;
  }
  .cls-group .dot-list {
    font-size: 1.3rem;
  }
}
@media (max-width: 568px) {
  .card .card-head .card-title,
  .table-card .card-head .card-title {
    font-size: 1.4rem;
  }
  .cls-group .table-card .cls-table thead {
    display: none;
  }
  .cls-group .table-card .cls-table tr {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    border-bottom: 1px solid #e6e6e6;
    padding: 6px 0;
  }
  .cls-group .table-card .cls-table th,
  .cls-group .table-card .cls-table td {
    width: 100%;
    border: none;
    padding: 4px 16px;
    text-align: left;
  }
  .cls-group .table-card colgroup col {
    width: 100% !important;
  }
  .cls-group .table-card .cls-table td {
    border-bottom: none;
  }
  .cls-group .table-card .cls-table td .dot-list {
    min-height: initial;
  }
  .cls-group .table-card .card-head .card-no,
  .cls-group .card .card-head .card-no {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
  .cls-group .card .card-head,
  .cls-group .table-card .card-head {
    gap: 4px;
  }
  .cls-group .card .card-head .card-title,
  .cls-group .table-card .card-head .card-title {
    width: calc(100% - 24px);
  }
  .cls-group .card-top p {
    font-size: 1.4rem;
  }
  .cls-group .section-title span {
    font-size: 1.1rem;
  }
}

.regular-tabs {
  background: #ebf9f2;
  padding: 130px 0;
}
.regular-cuc {
  border-radius: 20px;
  background: #fff;
  padding: 50px;
}
.regular-cuc .regular-cuc-title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 24px;
  border-bottom: 3px solid #00ae84;
  margin: 0 auto 20px;
  line-height: 0.9;
}
.regular-cuc .item-box {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
}
.regular-cuc .item-box + .item-box {
  margin-top: 10px;
}
.regular-cuc .item-box .quarter {
  border-radius: 10px;
  background: #ebf9f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: -0.12rem;
  font-weight: 500;
}
.regular-cuc .item-box .conts {
  border-radius: 10px;
  padding: 30px;
  background: #f6f6f6;
}
.regular-cuc .item-box .conts .dot-list {
  margin-top: 24px;
  color: #333;
  font-size: 1.6rem;
}
.regular-cuc .item-box .conts .dot-list li + li {
  margin-top: 18px;
}
.regular-cuc .item-box .hd-item {
  border-radius: 10px;
  background: #444;
  color: #fff;
  padding: 20px 10px;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .regular-cuc {
    padding: 50px 20px;
  }
  .regular-cuc .item-box + .item-box {
    margin-top: 10px;
  }
  .regular-cuc .item-box .quarter {
    font-size: 1.8rem;
  }
  .regular-cuc .item-box .conts {
    padding: 20px;
  }
  .regular-cuc .item-box .conts .dot-list {
    margin-top: 18px;
    font-size: 1.4rem;
  }
  .regular-cuc .item-box .conts .dot-list li + li {
    margin-top: 14px;
  }
  .regular-cuc .item-box .hd-item {
    padding: 20px 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .regular-cuc .item-box {
    grid-template-columns: 70px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .regular-cuc .item-box .quarter {
    font-size: 1.6rem;
  }
  .regular-cuc .item-box .conts {
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  .regular-cuc .item-box {
    grid-template-columns: 60px 1fr;
  }
  .regular-cuc .item-box .quarter {
    font-size: 1.5rem;
  }
  .regular-cuc .item-box .conts .dot-list {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 450px) {
  .regular-cuc .item-box {
    grid-template-columns: 1fr;
  }
  .regular-cuc .item-box .quarter {
    padding: 20px 10px;
  }
  .regular-cuc .item-box .hd-item {
    display: none;
  }
  .regular-cuc .item-box + .item-box {
    margin-top: 24px;
  }
}
.mgmt-tabs {
  background: #ebf9f2;
  padding: 200px 0 100px;
}
.mgmt-tabs .swiper-slide{
  background: #fff;border-radius: 20px;
}
.laboratory-tabs {
  background: #edfafa;
  padding: 130px 0;
}
.laboratory-tab,
.mgmt-tab {
  border-radius: 20px;
  background: #fff;
  padding: 50px;
}
.laboratory-tab .mgmt-tab-title,
.mgmt-tab .mgmt-tab-title {
  width: fit-content;
  padding: 18px 24px;
  border-bottom: 3px solid #00ae84;
  margin: 0 auto 20px;
  line-height: 0.9;
  font-size: 2.6rem;
}
.laboratory-tab .text-box,
.mgmt-tab .text-box {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.12rem;
  line-height: 1.5;
  text-align: center;
  margin: 50px auto;
}
.laboratory-tab .text-box p + p,
.mgmt-tab .text-box p + p {
  margin-top: 20px;
}
.laboratory-tab .text-box .red-text,
.mgmt-tab .text-box .red-text {
  color: #ff4347;
  font-weight: 600;
}
.laboratory-tab .text-box .red-bg,
.mgmt-tab .text-box .red-bg {
  background: #ff4347;
  color: #fff;
  padding: 0 4px;
}
.laboratory-tab .text-box02,
.mgmt-tab .text-box02 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.12rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 30px;
}
.laboratory-tab .text-box02 p + p,
.mgmt-tab .text-box02 p + p {
  margin-top: 20px;
}
.laboratory-tab .text-box02 .red-text,
.mgmt-tab .text-box02 .red-text {
  color: #ff4347;
  font-weight: 600;
}
.laboratory-tab .text-box02 .red-bg,
.mgmt-tab .text-box02 .red-bg {
  background: #ff4347;
  color: #fff;
  padding: 0 4px;
}
.laboratory-tab .text-box02 .gray-bg,
.mgmt-tab .text-box02 .gray-bg {
  font-weight: 500;
  background: #eee;
  padding: 0 2px;
}
.laboratory-tab .top-box,
.mgmt-tab .top-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.laboratory-tab .top-box .no,
.mgmt-tab .top-box .no {
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #00ae84;
  color: #fff;
  letter-spacing: -0.09rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.laboratory-tab .top-box h3,
.mgmt-tab .top-box h3 {
  width: calc(100% - 36px);
  font-size: 1.8rem;
  font-weight: 600;
}
.laboratory-tab .item-box,
.mgmt-tab .item-box {
  padding: 20px;
  border-top: 1px solid #e6e6e6;
}
.laboratory-tab .item-box:nth-child(2n),
.mgmt-tab .item-box:nth-child(2n) {
  border-left: 1px solid #e6e6e6;
}
.laboratory-tab .item-box .txt,
.laboratory-tab .item-box .dot-list,
.mgmt-tab .item-box .txt,
.mgmt-tab .item-box .dot-list {
  padding-left: 46px;
  font-size: 1.8rem;
  letter-spacing: -0.108rem;
  line-height: 1.45;
  font-weight: 300;
}
.laboratory-tab .item-box .gray-bg,
.mgmt-tab .item-box .gray-bg {
  font-weight: 500;
  background: #eee;
  padding: 0 2px;
}
.laboratory-tab .list-box,
.mgmt-tab .list-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}
.laboratory-tab .list-box .item-box:nth-child(2),
.laboratory-tab .list-box .item-box:first-child,
.mgmt-tab .list-box .item-box:nth-child(2),
.mgmt-tab .list-box .item-box:first-child {
  border-top: none;
}
.laboratory-tab .list-box.list-box01 .item-box:last-child,
.mgmt-tab .list-box.list-box01 .item-box:last-child {
  grid-column: 1/-1;
}
.laboratory-tab .list-box2,
.mgmt-tab .list-box2 {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  padding: 30px;
}
.laboratory-tab .list-box2 .top-box h3,
.mgmt-tab .list-box2 .top-box h3 {
  width: calc(100% - 36px);
  font-size: 1.8rem;
  font-weight: 400;
}
.laboratory-tab .list-box2 .top-box h3 strong,
.mgmt-tab .list-box2 .top-box h3 strong {
  font-weight: 600;
  position: relative;
}
.laboratory-tab .list-box2 .top-box h3 strong::after,
.mgmt-tab .list-box2 .top-box h3 strong::after {
  content: "";
  display: block;
  opacity: 0.2;
  background: #ff4347;
  height: 6px;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
}
.laboratory-tab .label-wrap .list-box,
.mgmt-tab .label-wrap .list-box {
  border-radius: 0 10px 10px 10px;
  margin-top: 0;
}
.laboratory-tab .tab-label,
.mgmt-tab .tab-label {
  display: inline-flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background: #2e6089;
  letter-spacing: -0.12rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .laboratory-tabs,
  .mgmt-tabs {
    padding: 80px 0;
  }
  .laboratory-tab,
  .mgmt-tab {
    padding: 50px 20px;
  }
  .laboratory-tab .top-box,
  .mgmt-tab .top-box {
    align-items: flex-start;
  }
  .laboratory-tab .top-box h3,
  .mgmt-tab .top-box h3 {
    font-size: 1.6rem;
  }
  .laboratory-tab .item-box .txt,
  .laboratory-tab .item-box .dot-list,
  .mgmt-tab .item-box .txt,
  .mgmt-tab .item-box .dot-list {
    padding-left: 40px;
    font-size: 1.6rem;
  }
  .laboratory-tab .item-box,
  .mgmt-tab .item-box {
    padding: 16px;
  }
  .laboratory-tab .top-box,
  .mgmt-tab .top-box {
    padding: 10px 6px;
  }
  .laboratory-tab .list-box2 .top-box h3,
  .mgmt-tab .list-box2 .top-box h3 {
    font-size: 1.6rem;
  }
  .laboratory-tab .text-box02,
  .laboratory-tab .text-box,
  .mgmt-tab .text-box {
    font-size: 1.8rem;
  }
  .laboratory-tab .list-box2,
  .mgmt-tab .list-box2 {
    padding: 16px;
  }
  .laboratory-tab .tab-label,
  .mgmt-tab .tab-label {
    padding: 10px 16px;
    font-size: 1.8rem;
  }

  .laboratory-tab .mgmt-tab-title,
  .mgmt-tab .mgmt-tab-title {
    font-size: 2rem;
    padding: 16px 20px;
  }
  .laboratory-tab .text-box02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .laboratory-tab .text-box02,
  .laboratory-tab .text-box,
  .mgmt-tab .text-box {
    font-size: 1.6rem;
  }
  .laboratory-tab .list-box,
  .mgmt-tab .list-box {
    grid-template-columns: 1fr;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
  }
  .laboratory-tab .list-box .item-box:first-child,
  .mgmt-tab .list-box .item-box:first-child {
    border-top: none;
  }
  .laboratory-tab .list-box .item-box:nth-child(2),
  .mgmt-tab .list-box .item-box:nth-child(2) {
    border-top: 1px solid #e6e6e6;
  }
  .laboratory-tab .list-box .item-box:nth-child(2n),
  .mgmt-tab .list-box .item-box:nth-child(2n) {
    border-left: none;
  }
  .laboratory-tab .list-box2 .top-box h3 strong::after,
  .mgmt-tab .list-box2 .top-box h3 strong::after {
    display: none;
  }
  .laboratory-tab .list-box2 .top-box h3 strong,
  .mgmt-tab .list-box2 .top-box h3 strong {
    -webkit-text-decoration: underline 4px #ffd9da;
    text-decoration: underline 4px #ffd9da;
  }
  .laboratory-tab .tab-label,
  .mgmt-tab .tab-label {
    padding: 8px 16px;
    font-size: 1.6rem;
  }
  .laboratory-tab .mgmt-tab-title,
  .mgmt-tab .mgmt-tab-title {
    font-size: 1.8rem;
    padding: 14px 16px;
  }
}
.programs-tabs .tab-header ul {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.programs-tabs .tab-header li {
  max-width: 260px;
  width: calc((100% - 16px) / 3);
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background: rgba(26, 26, 26, 0.3);
  transition: 0.2s;
  font-weight: 600;
  line-height: 1;
  padding: 15px 10px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.108rem;
  text-align: center;
}

.programs-tabs .tab-header li.on {
  color: #fff;
  background: #00ae84;
  font-weight: 600;
}
.programs-tabs .tab-header li:nth-child(2).on {
  background: #48c1c5;
}

.programs-tabs .tab-header li:nth-child(3).on {
  background: #ff7b42;
}

@media screen and (max-width: 768px) {
  .programs-tabs .tab-header ul {
    padding: 0 20px;
  }

  .programs-tabs .tab-header ul li {
    padding: 12px 6px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .programs-tabs .tab-header ul {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .programs-tabs .tab-header ul li {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
  }
}

.laboratory-tab-title {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: center;
}
.laboratory-tab-title.red_text {
  color: #ff4347;
}

.laboratory-tab .top-box .no {
  background: #48c1c5;
}

.laboratory-tab .top-box {
  margin-bottom: 8px;
}
.laboratory-tab .list-box {
  margin-top: 50px;
}
.laboratory-tab .laboratory-list {
  margin-top: 50px;
}
.laboratory-tab .laboratory-item + .laboratory-item {
  margin-top: 50px;
}
.laboratory-tab .laboratory-item .top-box {
  padding: 0;
  margin-bottom: 16px;
}
.laboratory-tab .laboratory-item .txt,
.laboratory-tab .laboratory-item .dot-list {
  padding-left: 46px;
  font-size: 1.8rem;
  letter-spacing: -0.108rem;
  line-height: 1.45;
}

@media screen and (max-width: 1200px) {
  .laboratory-tab-title {
    font-size: 2rem;
  }
  .laboratory-tab .laboratory-item .dot-list,
  .laboratory-tab .laboratory-item .txt {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .laboratory-tab-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 576px) {
}

.mgmt-tab .tab-label {
  background: #00ae84;
}

.regular-tabs .tab-header ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.regular-tabs .tab-header ul li {
  max-width: 210px;
  width: calc((100% - 16px) / 3);
  border-radius: 10px 10px 0 0;
  background: rgba(27, 104, 86, 0.2);
  padding: 12px 10px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}
.regular-tabs .tab-header ul li.on {
  font-weight: 600;
  background: #00ae84;
}

@media screen and (max-width: 768px) {
  .regular-tabs .tab-header ul {
    padding: 0 20px;
  }
  .regular-tabs .tab-header ul li {
    padding: 12px 6px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .regular-tabs .tab-header ul {
    gap: 4px;
  }
}
@media screen and (max-width: 400px) {
  .regular-tabs .tab-header ul li {
    font-size: 1.5rem;
  }
}
.tab-slide-btn {
  position: absolute;
}
.ex-tabs {
  padding: 130px 0;
}
.ex-tabs .tab-header ul {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.ex-tabs .tab-header li {
  max-width: 260px;
  width: calc((100% - 16px) / 3);
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background: rgba(26, 26, 26, 0.3);
  transition: 0.2s;
  font-weight: 600;
  line-height: 1;
  padding: 15px 10px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.108rem;
  text-align: center;
}

.ex-tabs .tab-header li.on {
  color: #fff;
  background: #00ae84;
  font-weight: 600;
}
.ex-tabs .tab-header li:nth-child(2).on {
  background: #48c1c5;
}

.ex-tabs .tab-header li:nth-child(3).on {
  background: #ff7b42;
}
.ex-swiper .img-box {
  border: 1px solid #00ae84;
  border-radius: 20px;
  overflow: hidden;
}
.ex-swiper .img-box02 {
  border: 1px solid #48c1c5;
}
.ex-swiper .img-box03 {
  border: 1px solid #ff7b42;
}
@media screen and (max-width: 768px) {
  .ex-tabs .tab-header ul {
    padding: 0 20px;
  }

  .ex-tabs .tab-header ul li {
    padding: 12px 6px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .ex-tabs .tab-header ul {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .ex-tabs .tab-header ul li {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
  }
}

.intro {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 0;
}

.intro img {
  width: 100%;
  display: block;
}
.tab-swiper-wrap {
  position: relative;
}
.tab-swiper-wrap .tab-slide-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
}
.tab-swiper-wrap .tab-slide-btn.border {
  border: 1px solid #1a1a1a;
}
.tab-swiper-wrap .tab-slide-btn img {
  width: 100%;
  display: block;
}
.tab-swiper-wrap .button-prev {
  left: -50px;
  transform: translate(-100%, -50%);
  z-index: 10;
}

.tab-swiper-wrap .button-next {
  right: -50px;
  transform: translate(100%, -50%);
  z-index: 10;
}
.mgmt-tabs .tab-slide-btn,
.regular-swiper-wrap .tab-slide-btn,
.curriculum-swiper-wrap .tab-slide-btn {
  background: #00ae84;
}
.laboratory-swiper-wrap .tab-slide-btn,
.daily-swiper-wrap .tab-slide-btn {
  background: #48c1c5;
}

@media screen and (max-width: 1600px) {
  .tab-swiper-wrap .button-prev {
    left: 10px;
  }
  .tab-swiper-wrap .button-next {
    right: 10px;
  }
}
@media screen and (max-width: 1464px) {
  .tab-swiper-wrap .tab-slide-btn {
    display: none;
  }
}
.system-wrap {
  padding: 80px 0 150px;
}

.system-wrap .line {
  display: block;
  width: 1px;
  height: 186px;
  background: #aaa;
  margin: 0 auto;
}

.system-wrap p {
  margin-top: 80px;
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: -0.156rem;
  margin-bottom: 30px;
  text-align: center;
}

.system-wrap h3 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.216rem;
}

.system-wrap h3 span {
  color: #48c1c5;
}

.mgmt-tabs .tab-header ul,
.laboratory-tabs .tab-header ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.mgmt-tabs .tab-header ul li,
.laboratory-tabs .tab-header ul li {
  max-width: 260px;
  width: calc((100% - 16px) / 3);
  border-radius: 10px 10px 0 0;
  background: rgba(27, 104, 86, 0.2);
  padding: 12px 10px;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 400;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1;
}

.mgmt-tabs .tab-header ul li.on {
  background: #00ae84;
}
.laboratory-tabs .tab-header ul li.on {
  font-weight: 600;
  background: #48c1c5;
}

@media screen and (max-width: 768px) {
  .laboratory-tabs .curriculum .swiper-slide {
    padding: 0 20px;
  }
  .mgmt-tabs .tab-header ul {
    padding: 0 20px;
    flex-direction: column;
    margin-bottom: 16px;
  }
  .laboratory-tabs .tab-header ul {
    padding: 0 20px;
  }
  .mgmt-tabs .tab-header ul li {
    width: 100%;
    padding: 12px 6px;
    font-size: 1.6rem;
    text-align: center;
    max-width: 100%;
    border-radius: 10px;
  }
  .laboratory-tabs .tab-header ul li {
    padding: 12px 6px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .mgmt-tabs .tab-header ul,
  .laboratory-tabs .tab-header ul {
    gap: 4px;
  }
}
@media screen and (max-width: 400px) {
  .mgmt-tabs .tab-header ul li,
  .laboratory-tabs .tab-header ul li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .system-wrap {
    padding: 60px 0 100px;
  }
  .system-wrap .line {
    display: block;
    width: 1px;
    height: 100px;
    background: #aaa;
    margin: 0 auto;
  }

  .system-wrap p {
    margin-top: 60px;
    font-size: 2rem;
    margin-bottom: 26px;
  }

  .system-wrap h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .system-wrap .line {
    display: block;
    width: 1px;
    height: 40px;
    background: #aaa;
    margin: 0 auto;
  }

  .system-wrap p {
    margin-top: 32px;
    font-size: 1.8rem;
    margin-bottom: 16px;
  }

  .system-wrap h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
}

.history-wrap {
  background: #f6f6f6;
}
.history-wrap svg {
  width: 100%;
  max-width: 1500px;
  display: block;

  margin: 0 auto;
  height: fit-content;
}

.gallery {
}

.gallery .gallery-list {
  display: grid;
  gap: 20px;
  width: 100%;
  height: auto;
  aspect-ratio: 130 / 37;
}
.gallery .gallery-list + .gallery-list {
  margin-top: 20px;
}
.gallery .gallery-list01 {
  grid-template-columns: 1fr 1fr;
}

.gallery .gallery-list02 {
  grid-template-columns: 41fr 87fr;
}

.gallery .gallery-list03 {
  grid-template-columns: 87fr 41fr;
}
.gallery .gallery-list .gallery-item {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery .gallery-list .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery .gallery-list .gallery-item:hover img {
  transform: scale(1.05);
}
.gallery .gallery-list .gallery-item .info {
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  display: flex;
  align-items: end;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  padding: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
  z-index: 0;
}
.gallery .gallery-list .gallery-item:hover .info {
  opacity: 1;
  transform: translateY(0);
}
.gallery .gallery-list .gallery-item::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(../img/sub/ico_facilities_more.svg) no-repeat center / cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery .gallery-list .gallery-item:hover::after {
  opacity: 1;
}

.pop-img-slide {
  max-width: 1360px;
  width: 90%;
  position: relative;
}
.gallery-slide {
  max-width: 1130px;
  margin: 0 auto;
  width: 80%;
  position: relative;
}
.pop-gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: none;
}
.pop-gallery.on {
  display: flex;
  opacity: 1;
}
.pop-img-slide .swiper-slide img {
  display: block;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.pop-img-slide .swiper-slide .item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.pop-img-slide .swiper-slide .item-box .info {
  max-width: 1130px;
  width: 100%;
}
.pop-img-slide .swiper-slide .item-box p {
  font-size: 4rem;
  letter-spacing: -0.24rem;
  text-align: left;
  color: #fff;
}
.pop-img-slide .slide-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: 1px solid #fff;
}
.pop-img-slide .button-prev {
  left: 0;
  transform: translate(-100%, -50%);
  z-index: 10;
}
.pop-img-slide .button-next {
  right: 0;
  transform: translate(100%, -50%);
  z-index: 10;
}
.pop-img-slide .slide-btn img {
  width: 100%;
  display: block;
}
.pop-gallery .close-box {
  width: 100%;
}
.gallery-slide .close-box {
  width: 100%;
  max-width: 1130px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 10000;
}
.gallery-slide .close-box button {
  width: 58px;
}
.gallery-slide .close-box button img {
  width: 100%;
  display: block;
  height: fit-content;
}
@media screen and (max-width: 1300px) {
  .pop-img-slide .swiper-slide .item-box p {
    font-size: 2.6rem;
  }
  .pop-img-slide .button-prev {
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
  }
  .pop-img-slide .button-next {
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
  }
  .gallery-slide .close-box button {
    width: 32px;
  }
  .gallery .gallery-list .gallery-item::after {
    width: 24px;
    height: 24px;
  }
  .gallery .gallery-list .gallery-item .info {
    font-size: 2rem;
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .gallery .gallery-list {
    gap: 10px;
  }
  .gallery .gallery-list + .gallery-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .gallery .gallery-list .gallery-item .info {
    font-size: 1.4rem;
  }
  .pop-img-slide .swiper-slide .item-box p {
    font-size: 2rem;
  }
  .pop-img-slide .button-prev {
    display: none;
  }
  .pop-img-slide .button-next {
    display: none;
  }
  .gallery .gallery-list03,
  .gallery .gallery-list02,
  .gallery .gallery-list01 {
    grid-template-columns: 1fr;
    height: 200px;
  }
}
@media screen and (max-width: 576px) {
}

.loaction .sec04 {
  background: #edfafa;
}
.loaction .sec03 {
  background: #fff6f0;
}

.introduction .tab-header ul {
  display: flex;
  gap: 8px;
  justify-content: center;
}

.introduction .tab-header li {
  max-width: 260px;
  width: calc((100% - 16px) / 3);
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  background: rgba(26, 26, 26, 0.3);
  transition: 0.2s;
  font-weight: 600;
  line-height: 1;
  padding: 15px 10px;
  font-weight: 300;
  color: #fff;
  letter-spacing: -0.108rem;
  text-align: center;
}

.introduction .tab-header li.on {
  color: #fff;
  background: #00ae84;
  font-weight: 600;
}
.introduction .tab-header li:nth-child(2).on {
  background: #48c1c5;
}

.introduction .tab-header li:nth-child(3).on {
  background: #ff7b42;
}

@media screen and (max-width: 768px) {
.introduction .tab-header ul {
    padding: 0 20px;
  }
.introduction .tab-header ul li {
    padding: 12px 6px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
.introduction .tab-header ul {
    flex-direction: column;
    margin-bottom: 16px;
  }

.introduction .tab-header ul li {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
  }
}
.introduction{
  margin-bottom: 150px;
}.regular-tabs
.swiper-slide{
  background: #fff;
  border-radius: 20px;
}