/* Icons provided by Iconsax (https://iconsax.io/),
   licensed under the GNU General Public License v3.0 (GPL-3.0).
   Copyright (c) Iconsax Contributors. */


/*공통*/
.mobile_wr {
  max-width: 991.98px;
  margin: 0 auto;
  box-sizing: content-box;
  min-height: calc(100vh - 5.6rem);
}
.transparent-btn {
  border: 0;
  background-color: #ffffff00;
}
.tag {
  position: absolute;
  top: 17px;
  left: 17px;
}
.school-big-img .tag {
  z-index: 11;
  top: 20px;
  left: auto;
  right: 20px;
}
.tag.on {
  background-color: #d0111b;
  color: #fff;
  border-radius: 50px;
  font-size: 14px;
  padding: 3px 7px;
}
.school-big-img .tag.on {
  background-color: #d0111b;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  padding: 5px 10px;
}
.sec3-school .school_img .tag,
.school-sm-img .tag {
  top: 10px;
  left: 10px;
}
.tag.off {
  background-color: #ebebeb;
  color: #4d4d4d;
  border-radius: 50px;
  font-size: 14px;
  padding: 3px 7px;
}
.r-badge {
  background-color: #ffe9ea;
  color: #d0111b;
  border-radius: 50px;
  font-size: 14px;
  padding: 3px 7px;
}
.g-badge {
  background-color: #d6f8e1;
  color: #18603a;
  border-radius: 50px;
  font-size: 14px;
  padding: 3px 7px;
}
.y-badge {
  background-color: #fefcbf;
  color: #985818;
  border-radius: 50px;
  font-size: 14px;
  padding: 3px 7px;
}
.b-badge {
  background-color: #e2edff;
  color: #0044ff;
  border-radius: 50px;
  font-size: 14px;
  padding: 3px 7px;
}
.like-btn {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  background: url(../img/ic_like_off.svg) no-repeat;
  width: 36px;
  height: 36px;
  background-size: cover;
  border: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.university-school-slide .like-btn,
.main-sec3-img .like-btn {
  width: 43px;
  height: 43px;
}
.like-btn.active {
  background: url(../img/ic_like_on.svg) no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.15);
}
.line-btn .like-btn {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0;
  background: url(../img/vuesax-linear-heart.svg) no-repeat center;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}
.line-btn .like-btn.active {
  width: 50px;
  height: 50px;
  background: url(../img/vuesax-linear-heart-on.svg) no-repeat center;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 1px solid var(--primary) !important;
}
.day-tag {
  padding: 4px 7px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  background-color: #eaf1fb;
  color: #000;
}
.op-more-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff00;
  border: 0;
  color: #fff;
  font-weight: 500;
}
.border-bottom-f2 {
  border-bottom: 1px solid #f2f2f2;
}
.moble {
  display: none;
}
.swiper-pagination-bullet-active {
  background: var(--primary);
  width: 16px;
  border-radius: 10px;
}
.sub_top {
  height: 340px;
  background: url(../img/sub_bg.jpg);
  padding-top: 75px;
}
.custom-select2[aria-expanded="true"] {
  border-radius: 2rem 2rem 0 0;
  border-color: var(--gray);
  background-color: rgba(255, 255, 255, 1);
}
.custom-select2 {
  min-width: 130px;
  padding-right: 5rem;
  background-size: 2rem;
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  text-align: left;
  position: relative;
  border: 1px solid #dbdada;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.65);
}
.dropdown.active .custom-select2 {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.custom-select2 + .dropdown-menu {
  min-width: 100%;
  margin: -1px 0 0;
  border-color: var(--border);
  font-size: 1.5rem;
  border-radius: 0 0 2rem 2rem;
  border-color: var(--gray);
  border-top-color: var(--border);
  max-width: 100%;
  padding: 15px 0;
}
.dropdown.active .custom-select2 + .dropdown-menu {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.custom-select2:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../img/ic_select.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown.active .custom-select2:after {
  background: url(../img/ic_r_select.svg) no-repeat center center;
  background-size: cover;
}
.custom-select2[aria-expanded="true"]:after {
  transform: translateY(-50%) rotate(180deg);
}
.dropdown .dropdown-menu a {
  margin-bottom: 10px;
}
.dropdown .dropdown-menu a:last-child {
  margin-bottom: 0px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--primary);
  background-color: #ffffff00;
}
.menu_text .star,
.filter-btn button.active span.star {
  display: inline-block;
  background: url(../img/star_focus.svg) no-repeat;
  width: 13px;
  height: 12px;
  margin-right: 3px;
}
.menu_text .star:last-child {
  margin-right: 0px;
}
.filter-btn button.active span.star:last-child {
  margin-right: 0px;
}
.dropdown-item .star,
label .star {
  display: inline-block;
  background: url(../img/star.svg) no-repeat;
  width: 13px;
  height: 12px;
}
.dropdown-item:hover .star,
.dropdown-item:focus .star {
  background: url(../img/star_focus.svg) no-repeat;
}
.dropdown-menu.star-box a {
  display: flex;
  align-items: center;
  gap: 2px;
}
.pager-box button {
  border: 1px solid #f2f2f2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pager-box button.off img {
  opacity: 0.3;
}
.counsel_wr {
  position: fixed;
  right: 1.6rem;
  top: 50%;
  transition: 0.2s;
  z-index: 1040;
  transform: translateY(-50%);
}
.counsel-cener {
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 80px 80px 20px 20px;
  width: 160px;
  padding-top: 40px;
  position: relative;
}
.counsel-cener .counsel_img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.kakao_counsel {
  background-color: #ffe227;
  padding: 15px 0;
  border-radius: 0px 0px 20px 20px;
}
.kakao_moble_btn {
  display: none;
}
.call_moble_btn {
  display: none;
}
.copy_pc {
  margin-top: 48px;
}

/*모바일 메뉴*/
.m_nav_li .nav_ul2 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.m_nav_li .nav_ul2 li {
  width: 100%;
}
.on-login {
  word-wrap: break-word;
  white-space: pre-line;
}

/*검색*/
.rel_search {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  max-width: 35rem;
  width: 100%;
  left: 0;
  top: calc(100% + 10px);
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
.rel_search ul li {
  margin-bottom: 12px;
  cursor: pointer;
}
.rel_search ul li:last-child {
  margin-bottom: 0;
}
.search-box {
  display: flex;
  padding: 0 2rem 0 2rem;
  margin: auto;
  max-width: 70%;
  width: 100%;
  position: relative;
  border-bottom: 2px solid #291b1b;
}
.search-box input.form-control {
  background-color: #ffffff00;
  font-size: 17px;
  padding-left: 0;
}
.sch-h2 h2 {
  font-size: 30px;
  font-weight: 700;
}
.sch-more {
  max-width: 170px;
  width: 100%;
  border-radius: 100px;
  padding: 15px 0;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}
.none-sch {
  text-align: center;
  padding: 2rem 0;
}
.filter_modal.show .modal-dialog {
  animation: slideUp 1s ease-out forwards;
}

/*모바일 검색*/
.mo_sch_top {
  padding: 13px 16px;
  border-bottom: 1px solid #f2f2f2;
}
.mo_sch_box {
  padding: 0 16px;
}
.mo_rel_search {
  padding: 2rem;
  display: block;
}
.mo_rel_search ul li {
  margin-bottom: 20px;
  cursor: pointer;
	line-height: 1.3;
}
.mo_rel_search ul li:last-child {
  margin-bottom: 0;
}
.mo_sch_box .sch_ip {
  max-width: 100%;
}
.filter_modal.fade .modal-dialog {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* 모달이 열릴 때 */
.filter_modal.show .modal-dialog {
  opacity: 1;
  transform: scale(1);
}

/*메인화면*/
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}
.main-container {
  max-width: 1270px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.main_banner_wr.pc {
  max-width: 2560px;
  margin: auto;
}
.navigation {
  position: absolute;
  display: flex;
  z-index: 100;
  bottom: 0;
  right: 20%;
}
.main-container .navigation {
  position: unset;
  justify-content: flex-end;
}
.navigation .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: unset;
  width: 70px;
  height: 70px;
  opacity: 1;
  background-color: rgba(210, 35, 42, 0.62);
}
.navigation .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: unset;
  width: 70px;
  height: 70px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.62);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.62);
}
.main_banner_wr ul li img {
  aspect-ratio: 2 / 0.75;
  object-fit: cover;
  width: 100%;
}
.more-sm-btn {
  font-size: 14px;
  font-weight: 600;
  color: #4d4d4d;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
}
.more-btn {
  font-size: 14px;
  font-weight: 600;
  color: #4d4d4d;
  padding: 15px 20px;
  border-radius: 50px;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  max-width: 172px;
  width: 100%;
}
.main-sec1 {
  padding: 10rem 0;
}
.sec1-school {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec1-school .school_img {
  aspect-ratio: 1 / 1;
  min-width: 120px;
  max-width: 120px;
  border-radius: 12px;
  overflow: hidden;
}
.sec1-school .school_img img,
.sec3-school .school_img img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}
.international_school_box {
  margin-top: 50px;
}
.sec1-school .badge-box {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.international_school_box ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.international_school_box ul li .sec1-school {
  width: 100%;
}
.main-sec2 {
  position: relative;
}
.main-sec2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/sec2_bg.png),
    linear-gradient(
      180deg,
      rgba(234, 237, 241, 0.7) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.7; /* 투명도 */
  z-index: -1; /* 부모 요소 뒤로 이동 */
}
.university-school {
  display: flex;
  gap: 100px;
  overflow: hidden;
  padding: 100px 0;
  align-items: stretch;
}
.university-school-left {
  width: 100%;
  max-width: 330px;
  position: relative;
}
.university-school-slide {
  width: calc(100% - 430px);
}
.main-sec2 .circle-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 10px;
}
.main-sec3 .circle-btn,
.main-sec4 .circle-btn {
  display: flex;
  gap: 10px;
}
.circle-btn .swiper-button-next,
.circle-btn .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: unset;
  background-color: #d0111b;
  border: 1px solid #d0111b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.circle-btn .swiper-button-next.swiper-button-disabled,
.circle-btn .swiper-button-prev.swiper-button-disabled {
  background-color: #ffffff00;
  opacity: 1;
  border: 1px solid #d6d6d6;
}
.circle-btn img {
  margin-bottom: 3px;
}
.sec2-school {
	aspect-ratio: 317 / 213;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.sec2-school img {
	aspect-ratio: 317 / 213;
  object-fit: cover;
  width: 100%;
}
.main-sec3 {
  margin-bottom: 100px;
}
.main-sec3 .program {
  margin-bottom: 40px;
}
.main-sec3 .program ul li {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
}
.main-sec3 .program ul li .left {
  width: 50%;
}
.main-sec3 .program ul li .right {
  width: 50%;
}
.badge-box {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.sec3-school {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.sec3-school .school_img {
  aspect-ratio: 1 / 1;
  min-width: 150px;
  max-width: 150px;
  border-radius: 12px;
  overflow: hidden;
}
.main-sec3 .program ul li .right .sec3-school {
  margin-bottom: 25px;
}
.main-sec3-img {
  position: relative;
  aspect-ratio: 119 / 80;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 15px;
  max-width: 100%;
}
.main-sec3-img img {
  aspect-ratio: 119 / 80;
  width: 100%;
  object-fit: cover;
}
.main-sec4 {
  margin-bottom: 100px;
}
.main-tv {
  margin-bottom: 4rem;
}
.main-tv-img {
  aspect-ratio: 283 / 159;
  object-fit: cover;
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
}
.main-tv-img img {
  aspect-ratio: 283 / 159;
  object-fit: cover;
  width: 100%;
}
.main-tv ul li {
  cursor: pointer;
}
.main-sec5 {
  background: url(../img/main5_bg.jpg) center no-repeat;
  padding: 100px 0;
  background-size: cover;
}
.service-center {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.notice-box,
.faq-box,
.admissions-status-box {
  position: relative;
  padding: 30px;
}
.notice-box {
  width: 40%;
  background: rgba(0, 0, 0, 0.11); /* 반투명 흰색 */
  backdrop-filter: blur(15px); /* 배경 블러 효과 */
  -webkit-backdrop-filter: blur(15px); /* 크롬/사파리 지원 */
  border-radius: 18px;
}
.faq-box {
  width: 30%;
  background: rgba(0, 0, 0, 1); /* 반투명 흰색 */
  backdrop-filter: blur(30px); /* 배경 블러 효과 */
  -webkit-backdrop-filter: blur(30px); /* 크롬/사파리 지원 */
  border-radius: 18px;
}
.admissions-status-box {
  width: 30%;
  background: rgba(208, 17, 17, 0.34); /* 반투명 흰색 */
  backdrop-filter: blur(9px); /* 배경 블러 효과 */
  -webkit-backdrop-filter: blur(9px); /* 크롬/사파리 지원 */
  border-radius: 18px;
}
.notice-box .notice-list,
.faq-box .faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.admissions-status-box .admissions-status-list {
  max-height: 295px;
}
.admissions-status-box .admissions-status-list::-webkit-scrollbar {
  display: none;
}
.notice-box .notice-list li,
.faq-box .faq-list li,
.admissions-status-box .admissions-status-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: 100%;
  cursor: pointer;
}
.admissions-status-box .admissions-status-list li {
  padding: 14px 15px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.28);
}
.admissions-status-img {
  width: 54px;
  min-width: 54px;
  height: 54px;
  overflow: hidden;
  border-radius: 50%;
}
.admissions-status-img img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}
.modal-body.popup-body {
  padding: 0;
}
.modal-footer.popup-footer {
  padding: 10px 20px 20px;
}
.modal .modal-content.mian-popup-modal {
  border-radius: 30px;
  overflow: hidden;
}
.detail_sec .table-top p {
  display: none;
}

/*서브*/
.sub_top h1 {
  font-size: 50px;
  font-weight: 700;
  color: var(--white);
}
.sub-sch-box {
  position: relative;
  top: -100px;
  z-index: 10;
  text-align: center;
  padding: 4rem 1rem;
  background: url(../img/sub_sch_bg.jpg) no-repeat center;
  border-radius: 40px;
}
.sub-sch-box.program {
  top: -90px;
}
.sub-sch-box.university {
  top: -100px;
}
.sub-sch-box .reset-btn {
  position: absolute;
  top: 4rem;
  right: 4rem;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 50px;
  padding: 8px 15px;
}
.sch-btn-box {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 790px;
  margin: auto;
}

/*학교정보*/
.school-list ul,
.program-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
.school-list ul li {
  width: calc((100% / 4) - 15px);
}
.program-list ul li {
  width: calc((100% / 3) - 13.33px);
}
.school-tit {
  padding: 40px 0 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.school-tit .logo {
  width: 100%;
  max-width: 65px;
  aspect-ratio: 1 / 1;
}
.school-tit .logo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.school-tit h2 {
  font-size: 30px;
  font-weight: 700;
  color: #291b1b;
  margin-bottom: 8px;
}
.school-tit p {
  color: #6d6d6d;
  font-size: 18px;
}
.school_detail {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 25px;
}
.school_detail .detail_left {
  width: calc(100% - 440px);
}
.school_detail .detail_right {
  width: 100%;
  max-width: 440px;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  padding: 30px;
  position: sticky;
  top: 80px;
}
.school_detail .detail_right .d-flex p:nth-child(1) {
  min-width: 100px;
}
.school_detail .detail_right .d-flex p:nth-child(2) {
  word-break: break-all;
}
.school-big-img {
  margin-bottom: 15px;
  border-radius: 16px;
  overflow: hidden;
}
.school-big-img ul li {
  aspect-ratio: 317 / 213;
  border-radius: 16px;
  overflow: hidden;
}
.school-big-img ul li > img {
  aspect-ratio: 317 / 213;
  width: 100%;
  object-fit: cover;
}
.school-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  z-index: 11;
}
.school-badge span {
  background-color: #f2f2f2;
  border-radius: 20px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.school-sm-img {
  margin-bottom: 10px;
}
.school-sm-img ul li {
  aspect-ratio: 2 / 1.35;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.school-sm-img ul li > img {
  aspect-ratio: 2 / 1.35;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  object-fit: cover;
}
.school-sm-img ul li.swiper-slide-thumb-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 12px;
}
.school_detail_menu {
  position: sticky;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #fff;
}
.school_detail_menu ul.nav-pills {
  display: flex;
  align-items: center;
  flex-direction: unset;
  margin: 0;
}
.school_detail_menu ul.nav-pills li {
  width: 100%;
  text-align: center;
}
.school_detail_menu ul.nav-pills li a {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  color: #121212;
  border-bottom: 1px solid #d6d6d6;
}
.school_detail_menu ul.nav-pills li a:hover {
  background-color: #fff;
  color: #121212;
}
.school_detail_menu ul.nav-pills li a.active {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
}
.detail_sec > div {
  padding: 40px 0;
}
.detail_sec > div h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.detail_sec > div p {
  font-size: 15px;
  line-height: 24px;
  color: #6d6d6d;
}
.school-vedio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.detail_sec .school-major h3 {
  margin-bottom: 0;
}
.detail_sec .school-major > div.d-flex {
  margin-bottom: 15px;
}
.school-major .total-btn {
  font-size: 14px;
  padding: 7px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
.school-major .total-btn:hover {
  background-color: #f2f2f2;
}
.major-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.major-list li {
  background-color: #f8f8f8;
  padding: 13px 15px;
  border-radius: 30px;
}
.major-list li p {
  line-height: normal;
  color: #000;
}
.evaluation_expert .canvas-box {
  max-width: 550px;
  margin-top: 15px;
}
.detail_sec table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.detail_sec table th {
  padding: 11px 0;
  background-color: #f2f2f2;
  width: calc(100% / 3);
  font-size: 15px;
  font-weight: 600;
}
.detail_sec table td {
  padding: 11px 0;
  font-size: 14px;
  border: 1px solid #f2f2f2;
}
.detail_sec .dormitory_info table th:nth-child(1) {
  width: 30%;
}
.detail_sec .dormitory_info table th:nth-child(2) {
  width: 20%;
}
.detail_sec .dormitory_info table th:nth-child(3) {
  width: 50%;
}
.document-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.detail_sec .document-top h3 {
  margin-bottom: 0;
}
.essential {
  background-color: #ffe9ea;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
}
.essential-tag {
  background-color: #ffe9ea;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 14px;
  color: #d0111b;
}
.future {
  background-color: #e2edff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
}
.future-tag {
  background-color: #e2edff;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 14px;
  color: #0044ff;
}
.choice {
  background-color: #ebebeb;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
}
.choice-tag {
  background-color: #ebebeb;
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 14px;
  color: #4d4d4d;
}
.document-con {
  display: flex;
  gap: 25px;
}
.document-con .left {
  width: 60%;
}
.document-con .left ul {
  gap: 10px;
}
.document-con .left ul li button {
  display: flex;
  align-items: center;
  font-size: 15px;
  border: 1px solid #d6d6d6;
  color: #6d6d6d;
  padding: 7px 10px;
  border-radius: 50px;
  background-color: #fff;
}
.document-con .left ul li button.active {
  border: 1px solid #d2232a;
  color: #000;
}
.document-con .right {
  width: 40%;
}
.document-img-box > .tab-pane {
  display: none;
}
.document-img-box > .active {
  display: block;
}
.sub-sch-box.program {
  padding: 4rem 6rem;
}
.sub-sch-box.university {
  padding: 5.3rem 6rem;
  margin-bottom: -20px;
}
.document-img {
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  overflow: hidden;
}
.document-img-tit {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 20px;
  background-color: #f8f8f8;
}
.detail_sec .document-img-tit p {
  color: #121212;
}
.document-img-con {
  padding: 20px;
}
.sub-sch-box .text-left .fs_30 {
  color: #291b1b;
}
.simple-info > div {
  gap: 10px;
}
.simple-info > div p:nth-child(1) {
  min-width: 100px;
}
.simple-info > div p:nth-child(2) {
  word-break: break-all;
}
.program_tit {
  padding-top: 4rem;
}
.program_detail input {
  max-width: 380px;
}
.program_detail .custom-select {
  max-width: 120px;
}
.program_detail .detail_left {
  border: 1px solid #f2f2f2;
  border-radius: 16px;
}
.editor_cont_wr {
  padding: 3rem 0;
  height: 100rem;
  overflow: hidden;
  line-height: 1.4em;
}
.editor_cont_wr.show {
  height: unset;
  overflow: unset;
}
.prdt_dt_more {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6.5rem 1.6rem 3rem;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 58%,
    rgba(255, 255, 255, 0) 100%
  );
}
.editor_cont_wr.show ~ .prdt_dt_more {
  display: none;
}
.reservation-bg {
  padding: 25px;
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 30px;
}
.reservation-bg .d-flex {
  gap: 20px;
}
.reservation-bg .d-flex p:nth-child(2) {
  word-break: break-word;
  white-space: normal;
}
.reservation-img {
  min-width: 100px;
  max-width: 100px;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
}
.reservation-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.application_box {
  display: flex;
  align-items: flex-start;
  padding-top: 50px;
  gap: 45px;
}
.application_box > .left {
  width: 100%;
}
.application_box > .right {
  width: 100%;
  max-width: 360px;
  position: sticky;
  top: 100px;
}
.application-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  border-bottom: 1px solid #291b1b;
}
.application-tit h2 {
  font-size: 30px;
  font-weight: 700;
}
.application-con {
  padding: 3rem 0;
}
.ar-info {
  display: flex;
  gap: 30px;
  margin-bottom: 5rem;
}
.ar-info .left {
  width: 40%;
}
.ar-info .right {
  width: 60%;
}
.border-box {
  border: 1px solid #f2f2f2;
  padding: 2rem;
  border-radius: 16px;
}
.reception-bottom {
  background-color: #f2f2f2;
  padding: 15px 0;
  position: sticky;
  z-index: 11;
  bottom: 0;
}
.reception-bottom button {
  max-width: 150px;
  width: 100%;
}
.reception-bottom .right {
  max-width: 360px;
  width: 100%;
}
.reception-bottom .right button:last-child {
  max-width: 200px;
  width: 100%;
}
.ar-info .school-img {
  width: 125px;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.ar-info .school-img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.student-radio-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 425px;
  overflow: auto;
  -ms-overflow-style: none; /* 인터넷 익스플로러 */
  scrollbar-width: none; /* 파이어폭스 */
}
.student-radio-box::-webkit-scrollbar {
  display: none;
}
.student-radio-box .radios {
  width: 100%;
}
.student-radio-box .radios .ic_box {
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
}
.student-radio-box .radios .ic_box:after,
.student-radio-box .radios input:checked + .ic_box:after {
  display: none;
}
.application-tit h2 span {
  position: absolute;
  top: 0;
  right: -10px;
}
.sample-img-btn {
  font-size: 14px;
  padding: 7px 10px;
  background-color: #291b1b;
  border: 0;
  border-radius: 8px;
  color: #fff;
}
.total-department-body {
  padding: 25px;
}
.total-department-body ul {
  overflow-y: auto;
  height: 100%;
  min-height: 100px;
  max-height: 500px;
}
.total-department-body ul li {
  position: relative;
  padding-left: 8px;
  margin-bottom: 1.2rem;
}
.total-department-body ul li:last-child {
  margin-bottom: 0;
}
.total-department-body ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #aaa;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 12px;
}
.detail_box .detail_sec {
  border: 0;
}
.detail_sec {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
}
.detail_sec.program {
  padding: 35px 30px;
}
.image_uploadbox {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.image_uploadbox .image_upload {
  margin-right: 0;
}
.image_uploadbox .image_upload .upload_box {
  margin-bottom: 0;
}
.file-btn {
  border: 1px solid #291b1b;
  border-radius: 10px;
  padding: 13px 27px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.file-list {
  padding: 15px;
  background-color: #f8f8f8;
  border-radius: 12px;
}
.file-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.file-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background-color: #fff;
}
.file-delete {
  border: 0;
  background-color: #ffffff00;
  width: 12px;
  aspect-ratio: 1 / 1;
}
.file-delete img {
  width: 12px;
  aspect-ratio: 1 / 1;
}
.sp-img {
  padding: 1rem;
}
.sp-img img {
  width: 100%;
}
.radios_wr.course {
  gap: 20px 30px;
}

/*마이페이지*/
.school-list.mypage {
  padding-top: 2rem;
}
.school-list.mypage ul li {
  width: calc((100% / 3) - 13.4px);
}
.ico_more {
  padding: 2rem 0;
}
.ico_more button {
  background-color: #fff;
  border: 0;
}
.board_list .dropdown_menu_wr .dropdown-menu {
  overflow: hidden;
  top: 10px !important;
}
.report-top {
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.inquiry_history {
  border-top: 1px solid #f2f2f2;
}
.inquiry_history button {
  background-color: #fff;
  border: 0;
  padding: 2rem;
  border-bottom: 1px solid #f2f2f2;
}
.answer {
  padding: 13px 20px;
  border-radius: 30px;
  border: 1px solid #f2f2f2;
  color: #4d4d4d;
}
.answer.complete {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.inquiry_answer_con {
  background-color: #f8f8f8;
}
.answer_box {
  padding: 2.5rem 2rem;
  border-top: 1px solid #d6d6d6;
}
.inquiry_box {
  padding: 2.5rem 2rem;
}
.inquiry_box button {
  padding: 7px 10px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
.inquiry_answer_con .img_view {
  width: 8rem;
  border: 1px solid var(--gray-200);
  overflow: hidden;
}
.inquiry_answer_con .img_view img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/*로그인 / 회원가입*/
.sub-container-460 {
  max-width: 460px;
  margin: auto;
  padding-top: 5rem;
}
.sub-container-460.center {
  text-align: center;
}
.none-btn {
  border: 0;
  background-color: #ffffff00;
}
.b-minus {
  min-width: 23px;
}
.login-box,
.join-box {
  padding: 50px 40px;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  margin-bottom: 10rem;
}
.join-box.mb_40 {
  margin-bottom: 4rem;
}
.find-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
.g-line {
  width: 1px;
  height: 15px;
  background-color: #ddd;
}
.tit-line {
  padding-bottom: 15px;
  border-bottom: 1px solid #6d6d6d;
  text-align: left;
  margin-bottom: 15px;
}
.tit-g-line {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  margin-bottom: 15px;
}
.input-flex {
  display: flex;
  align-items: center;
}
.input-flex .left {
  width: 100%;
}
.input-flex .right {
  max-width: 110px;
  width: 100%;
}
.email-box .email-flex {
  display: flex;
  align-items: center;
}
.email-box .email-flex input {
  width: 50%;
}
.email-box .email-flex .select {
  width: 50%;
  display: flex;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  height: var(--height);
  align-items: center;
  overflow: hidden;
}
.email-box .email-flex .select .left-line {
  padding: 14px;
  height: var(--height);
  border-right: 1px solid #d6d6d6;
}
.email-box .email-flex .select .email-select {
  position: relative;
  height: var(--height);
  width: 100%;
  padding: 0 30px 0 10px;
  border: 0;
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
  background: url(../img/ic_select.svg) no-repeat;
  background-position: right 10px top 50%;
}
.email-box .email-flex .select select::-ms-expand {
  display: none; /*for IE10,11*/
}
.email-box .email-flex .select .email-select:focus-visible {
  outline: none;
}
.detail-modal {
  border: 0;
  background-color: #ffffff00;
  font-size: 15px;
  text-decoration: underline;
  color: #aaa;
  font-weight: 300;
}
.detail-modal:hover {
  color: var(--primary);
}
.join-info-box ul li {
  margin-bottom: 2rem;
}
.join-info-box .tit-line {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tit-line button.tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.join-info-box .addition .tit-line button.tit {
  width: calc(100% - 33px);
}
.join-info-con {
  padding: 15px 0 20px;
}
.school_detail {
  padding-bottom: 100px;
}

@media (max-width: 1600px) {
  .counsel-cener {
    display: none;
  }
  .moble-bottom {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 45px;
    min-height: 45px;
    z-index: 10;
  }
  .kakao_moble_btn {
    display: block;
  }
  .kakao_moble_btn a {
    display: block;
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    transition: all 0.1s;
  }
  .call_moble_btn {
    display: block;
  }
  .call_moble_btn a {
    display: block;
    /*position: absolute;*/
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    transition: all 0.1s;
  }

	.kakao_moble_btn a.call{ top: -50px;}
  .kakao_moble_btn.up a.kakao {
    top: -50px;
  }
	.kakao_moble_btn.up a.call {
		top: -100px;
	}
  .go_top2 {
    width: 4.5rem;
    height: 4.5rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
    background: url(../img/arrow-up.svg) no-repeat center;
    background-color: #fff;
    z-index: 1000;
    border-radius: 50%;
    display: none;
    border: 1px solid #eaeaea;
  }
  .go_top2.show {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .like-btn {
    width: 34px;
    height: 34px;
  }
  .navigation .swiper-button-next,
  .navigation .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
  .r-badge {
    font-size: 12px;
  }
  .g-badge {
    font-size: 12px;
  }
  .y-badge {
    font-size: 12px;
  }
  .b-badge {
    font-size: 12px;
  }
  .international_school_box {
    padding-bottom: 50px;
  }
  .university-school {
    gap: 30px;
  }
  .university-school-slide {
    width: calc(100% - 360px);
  }
  .main-sec3 .circle-btn {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    justify-content: flex-end;
    width: 100%;
  }
  .main-sec3 .program ul li {
    gap: 20px;
  }
  .main-sec3 .program ul li .left {
    width: 45%;
  }
  .main-sec3 .program ul li .right {
    width: 55%;
  }
  .sch-h2 {
    padding-top: 2rem;
  }
  .sch-h2 h2 {
    font-size: 22px;
    font-weight: 700;
  }
  .sec3-school .school_img {
    min-width: 120px;
    max-width: 120px;
  }
  .notice-box,
  .faq-box,
  .admissions-status-box {
    padding: 20px;
  }
  .school_detail_menu {
    top: 45px;
  }
  .sub_top {
    height: auto;
    padding-top: 2rem;
    background: #fff;
  }
  .sub_top .container > div {
    display: none;
  }
  .sub_top h1 {
    font-size: 22px;
    font-weight: 700;
    color: #291b1b;
  }
  .application_box {
    flex-wrap: wrap;
    padding-top: 2rem;
    gap: 20px;
  }
  .application_box > .left {
    order: 2;
  }
  .application_box > .right {
    width: 100%;
    max-width: 100%;
    position: unset;
    order: 1;
  }
  .ar-info {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 3rem;
  }
  .ar-info .left,
  .ar-info .right {
    width: 100%;
  }
  .application_box > .right .border-box {
    background-color: #f8f8f8;
  }
  .application_box > .right .border-box select {
    background-color: #fff;
  }
  .pb_100 {
    padding-bottom: 6rem;
  }
  .application-tit {
    padding-bottom: 1.5rem;
  }
  .application-tit h2 {
    font-size: 18px;
  }
  .fs_17 {
    font-size: 1.5rem !important;
  }
  .sec3-school {
    gap: 15px;
  }
  .main-sec3 .program ul li .left .fs_20 {
    font-size: 16px !important;
  }
  .school-badge {
    top: 10px;
    right: 10px;
    font-size: 13px;
  }
  .school-badge img {
    width: 15px;
    height: 15px;
  }
  .sub-sch-box.pc {
    display: none !important;
  }
  .sub-sch-box2.moble {
    display: block;
  }
  .sub-sch-box2 {
    padding: 2rem 0 3rem;
  }
  .sub-sch-box2 .reset-btn {
    position: unset;
    padding: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ebebeb;
  }
  .sub-sch-box2 .reset-btn span {
    min-width: 22px;
    display: block;
  }
  .filter-btn {
    display: flex;
    gap: 10px;
    overflow: auto;
    -ms-overflow-style: none; /* 익스플로러, 앳지 */
    scrollbar-width: none; /* 파이어폭스 */
  }
  .filter-btn::-webkit-scrollbar {
    display: none; /* 크롬, 사파리, 오페라 */
  }
  .filter-btn button {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 11px 15px;
    border-radius: 30px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
  }
  .filter-btn button.active {
    border: 1px solid var(--primary);
    color: var(--primary);
  }
  .filter-btn button p {
    text-wrap-mode: nowrap;
  }
  .filter-btn button span {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/ic_select.svg);
  }
  .filter-btn button.active span {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../img/ic_r_select.svg);
  }
  .sub-sch-box.university,
  .sub-sch-box.program {
    padding: 2rem 0;
    position: unset;
    background: unset;
  }
  .school-sm-img .tag {
    font-size: 11px;
  }
  /*학교정보*/
  .school-tit {
    padding: 20px 16px 15px;
    flex-wrap: wrap;
    display: flex;
    gap: 7px;
    background-color: #f8f8f8;
  }
  .school-tit h2 {
    font-size: 22px;
  }
  .school-tit p {
    font-size: 15px;
  }
  .ditail-slide {
    background-color: #f8f8f8;
    padding: 0 16px;
  }
  .school-big-img {
    margin-bottom: 0;
    padding-bottom: 15px;
  }
  .school-sm-img {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
  .school-badge span {
    font-size: 12px;
    padding: 4px 7px;
  }
  .simple-info {
    padding: 20px 16px;
  }
  .detail_sec > div {
    padding: 30px 16px;
  }
  .detail_sec > div h3 {
    font-size: 16px;
  }
  .detail_sec > div p {
    font-size: 14px;
  }
  .school_detail_menu ul.nav-pills li a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
  }
  .canvas-box {
    max-width: 100%;
  }
  .canvas-box canvas {
    width: 100% !important;
    height: 100% !important;
  }
  .document-con {
    display: block;
  }
  .document-con .left,
  .document-con .right {
    width: 100%;
  }
  .document-con .left {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 20px;
  }
  .document-con .left::-webkit-scrollbar {
    display: none;
  }
  .document-con .left ul {
    flex-wrap: nowrap;
    text-wrap-mode: nowrap;
  }
  .document-img-con {
    text-align: left;
  }
  .document-img-con img {
    width: 100%;
  }
  .program_detail {
    padding: 20px;
    margin-bottom: 5rem;
  }
  .program-list ul {
    gap: 20px 10px;
  }
  .program-list ul li {
    width: calc((100% / 2) - 5px);
  }
  .footer .ft_ri {
    text-align: left !important;
    margin-top: 20px;
  }
  .footer .text-left {
  }
  .pc {
    display: none !important;
  }
  .moble {
    display: block;
  }
  .container.moble-container {
    padding: 0;
  }
  .idx_pg.mw100 {
    max-width: 100%;
    overflow: unset;
  }
  .navigation .swiper-button-next,
  .navigation .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .text-tit {
    width: 100%;
  }
  .school-tit .logo {
    max-width: 38px;
  }
  .navigation {
    right: 0;
  }
  .main_mo_banner_wr ul li {
    text-align: center;
  }
  .main_mo_banner_wr ul li img {
    aspect-ratio: 576 / 721;
    object-fit: cover;
    width: 100%;
  }
  .main-sec1 {
    padding: 5rem 0;
  }
  .main-sec1 > .d-flex {
    flex-wrap: wrap;
  }
  .main-sec1 .circle-btn {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    justify-content: flex-end;
    width: 100%;
  }
  .university-school-left {
    min-width: 100%;
  }
  .main-sec2 .circle-btn {
    position: unset;
    display: flex;
    gap: 10px;
    margin-top: 30px;
    justify-content: flex-end;
    width: 100%;
  }
  .circle-btn .swiper-button-next,
  .circle-btn .swiper-button-prev {
    width: 34px;
    height: 34px;
  }
  .circle-btn img {
    width: 15px;
  }
  .university-school {
    flex-wrap: wrap;
    padding: 40px 0;
  }
  .university-school-slide {
    width: 100%;
    padding-bottom: 50px;
  }
  .main-sec3,
  .main-sec4 {
    margin-bottom: 50px;
  }
  .main-sec3 .program {
    padding-bottom: 30px;
  }
  .main-sec3 .program ul li {
    gap: 40px;
    flex-wrap: wrap;
  }
  .main-sec3 .program ul li .left,
  .main-sec3 .program ul li .right {
    width: 100%;
  }
  .main-sec3 .container > .d-flex {
    flex-wrap: wrap;
  }
  .badge-box p {
    font-size: 14px;
  }
  .like-btn {
    top: 10px;
    right: 10px;
  }
  .tag {
    top: 10px;
    left: 5px;
  }
  .main-sec4 .tv-tit p:nth-child(2) {
    font-size: 14px !important;
    white-space: pre-line;
  }
  .main-sec5 {
    padding: 40px 0;
  }
  .service-center {
    flex-wrap: wrap;
  }
  .notice-box,
  .faq-box,
  .admissions-status-box {
    width: 100%;
  }
  .sub_top {
    height: auto;
    background: #fff;
    padding-top: 20px;
  }
  .sub_top h2 {
    font-size: 22px;
    color: #000;
  }
  .school-list ul {
    gap: 40px 10px;
  }
  .school-list ul li {
    width: calc((100% / 2) - 5px);
  }
  .sub-sch-box.university .reset-btn,
  .sub-sch-box.program .reset-btn {
    position: unset;
    padding: 8px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ebebeb;
  }
  .school_detail .detail_left {
    width: 100%;
    max-width: 100%;
  }
  .moble-bottom-detail-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 10;
    margin-top: 0;
  }
  .document-img-tit {
    padding: 15px;
  }
  .major-list li {
    padding: 10px 15px;
  }
  .detail_sec {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .detail_sec.program {
    padding: 20px 15px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
  }
  .simple-info.program {
    padding: 24px 20px 20px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    margin-bottom: 3rem;
  }
  .program_tit h1 {
    font-size: 22px;
    margin-bottom: 0rem;
  }
  .etc {
    width: 100%;
    max-width: 400px;
  }
  .attachment .left .application-con .ar-info {
    gap: 20px;
  }
  .attachment .left .application-con .ar-info .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  .attachment .left .application-con .ar-info .left > .mb_10 {
    margin-bottom: 0;
  }
  .attachment .left .application-con .ar-info .left p,
  .attachment .left .application-con .ar-info .right p.text-8a969c {
    line-height: 2rem;
    word-break: keep-all;
  }
  .file-btn {
    padding: 7px 15px;
  }
  .sample-img-btn {
    font-size: 12px;
    text-wrap-mode: nowrap;
  }
  .school-list.mypage ul li {
    width: calc((100% / 2) - 5px);
  }
  .program_detail .detail_left {
    border: 0;
    border-radius: 0;
  }
  .program_tit {
    padding: 4rem 2rem 0;
  }
  .mp_right.board_border_box {
    min-height: 500px;
  }
}

/*반응형 max 767px md*/
@media (max-width: 767.98px) {
  .image_uploadbox {
    gap: 10px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .image_uploadbox::-webkit-scrollbar {
    display: none;
  }
}
/*반응형 max 576px sm*/
@media (max-width: 575.98px) {
  .detail_sec .table-top {
    margin-bottom: 15px;
  }
  .detail_sec .table-top h3 {
    margin-bottom: 0;
  }
  .detail_sec .table-top p {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .max-width576 {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .max-width576::-webkit-scrollbar {
    display: none;
  }
  .max-width576 table {
    min-width: 576px;
  }
  .sub-sch-box.program > .d-flex > .d-flex {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sub-sch-box.program > .d-flex > .d-flex::-webkit-scrollbar {
    display: none;
  }
  .sub-sch-box.program > .d-flex > .d-flex .reset-btn {
    min-width: 40px;
    height: 40px;
  }
  .reception-bottom button {
    max-width: 100px;
    width: 100%;
  }
  .reception-bottom .right button:last-child {
    max-width: 140px;
  }
  .reception-bottom .right {
    max-width: 250px;
    width: 100%;
    justify-content: flex-end;
  }
  .passport {
    display: block !important;
  }
  .passport p:nth-child(1) {
    margin-bottom: 1rem;
  }
  .passport > span {
    display: none;
  }
  .sch-h2 {
    text-align: left !important;
  }
}
/*반응형 max 440px */
@media (max-width: 440px) {
  .login-box,
  .join-box {
    padding: 30px 10px;
    margin-bottom: 6rem;
  }
  .sec1-school .school_img {
    max-width: 100px;
    min-width: 100px;
  }
  .sec3-school .school_img {
    min-width: 110px;
  }
  .badge-box p {
    font-size: 12px;
  }
  .reception-bottom button {
    max-width: 80px;
    width: 50%;
  }
  .answer {
    padding: 7px 10px;
    font-size: 13px;
  }
  .sch-h2 {
    margin-bottom: 2rem;
  }
  .sch-h2 h2 {
    font-size: 18px;
    font-weight: 700;
  }
  .program-list ul li {
    width: 100%;
  }
}

/*반응형 max 340px */
@media (max-width: 340px) {
  .login-box .d-flex {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .find-btn {
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  .school_detail_menu ul.nav-pills li a {
    font-size: 12px;
  }
}
/*반응형 max 320px */
@media (max-width: 320px) {
  .school-list.mypage ul li {
    width: 100%;
  }
}

/******************************************추가 css***************************************************/

/* 공통 class 추가 */
.text-gray-600 {
  color: var(--gray-600);
}
.ml_8 {
  margin-left: 0.8rem;
}
.flex_center {
  align-items: center;
  justify-content: center;
}
.cursor_pointer {
  cursor: pointer;
}

.gap_10 {
  gap: 1rem;
}
.gap_15 {
  gap: 1.5rem;
}
.gap_30 {
  gap: 3rem;
}

/* 검색창 x버튼 삭제 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* 서브페이지 제목 공통 */
.sub_tit_wr {
  margin-bottom: 3rem;
}
.sub_tit {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

/* 모달 공통 */
.modal_wide {
  max-width: 98rem;
}

/************************************************/
/*			게시판 레이아웃 */
/************************************************/
.board_layout.sub_pg {
  min-height: unset;
}
.board_layout {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

/* 페이지 제목 */
.board_layout .board_tit_wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 검색창 */
.board_layout .srch_wr {
  display: flex;
}
.board_layout .srch_wr .sch_ip {
  min-width: 35rem;
  max-width: unset;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--gray-400);
}
.board_layout .srch_wr .sch_ip .form-control {
  background: none;
}

/* 글쓰기 버튼 */
.board_layout .write_btn {
  min-width: 13rem;
}

/* 게시판 리스트 박스 */
.board_border_box {
  border: 1px solid var(--gray-200);
  border-radius: 2rem;
  padding: 4rem 3rem 5rem;
}

/* 카테고리 탭 디자인 */
.cate_tab_wr {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-200);
}
.cate_tab .nav {
  flex-wrap: nowrap;
}
.cate_tab .btn {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--gray-500);
}
.cate_tab .btn.active {
  color: var(--primary);
}

.cate_tab .cate_tab_li {
  position: relative;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  flex-shrink: 0;
}
.cate_tab .cate_tab_li:first-child {
  margin-left: 0;
}
.cate_tab .cate_tab_li:last-child {
  margin-right: 0;
}

.cate_tab .cate_tab_li::after {
  content: "|";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.1rem;
  height: 100%;
  color: var(--gray-400);
  font-size: 1.5rem;
  font-weight: 200;
  position: absolute;
  top: 0;
  right: -1.6rem;
}
.cate_tab .cate_tab_li:last-child::after {
  display: none;
}

/* 탭 내용 디자인 초기화 */
.cate_cont_wr .tab-content {
  outline: unset;
  border-radius: unset;
  padding: unset;
}

/* 페이저 디자인 */
.pager_wr .pager {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
  height: unset;
  margin: 5rem auto 0;
  border: unset;
}

.pager_wr .pager p {
  margin: 0 2rem;
}

.pager_wr .pager .btn {
  background-color: #fff;
  width: 4rem;
  height: 4rem;
  border: 1px solid var(--gray-200);
  border-radius: 36rem;
}
.pager_wr .pager .btn img {
  width: 1.9rem;
}

.pager_wr .pager .btn.disabled img,
.pager_wr .pager .btn:disabled img {
  opacity: 0.2;
}

.pager_wr .pager .btn.disabled:hover,
.pager_wr .pager .btn:disabled:hover {
  border-color: var(--gray-200);
}

.pager_wr .pager .btn:hover {
  border-color: var(--secondary);
}

/* 노데이터 */
.no_data_area {
  flex-grow: 1;
}
.nodata_img {
  width: 12.7rem;
  margin-bottom: 2rem;
}

/* 대표 이미지 있는 게시판 */
.img_board .sec2-school {
  width: 13rem;
  margin-right: 2rem;
  margin-bottom: 0;
  border-radius: 1.2rem;
  flex-shrink: 0;
}

.img_board {
  min-height: 749px;
}

/********** 게시판 상세페이지 **********/
.board_dt_layout .board_dt_tit {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-400);
}

.board_dt_cont {
  padding-top: 2rem;
}
.board_dt_cont .editor_area {
  line-height: 1.5;
  min-height: 30rem;
}
.board_dt_cont .editor_area img {
  margin: 1rem 0;
}
.board_layout .btn_wr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}

/* 더보기 메뉴 버튼 */
.more_btn img {
  min-width: 2.2rem;
  max-width: 2.2rem;
  width: 100%;
}
.more_menu {
  border: 1px solid var(--gray-400);
  box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 7%);
  border-radius: 1.2rem;
}
.more_menu a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1.5rem 1rem;
  margin-bottom: 0 !important;
  font-size: 1.4rem;
}
.more_menu a:hover {
  background-color: var(--gray-100);
}

/************************************************/
/*			자주 묻는 질문 */
/************************************************/
.collapse_faq {
  display: flex;
  flex-direction: column;
  min-height: 585px;
}
.collapse_faq .btn {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--gray-200);
}
.collapse_faq .faq_tit_icon {
  font-size: 2.1rem;
  font-weight: 600;
  color: var(--primary);
  margin-right: 1rem;
  flex-shrink: 0;
}
.collapse_faq .faq_tit {
  font-size: 1.8rem;
  font-weight: 500;
}
.collapse_faq .arrow {
  width: 2.1rem;
  margin-left: 1rem;
  flex-shrink: 0;
}

.collapse_faq .faq_cont {
  background: var(--gray-100);
  padding: 2.5rem 2rem;
}
.collapse_faq .faq_cont .faq_tit {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.collapse_faq .faq_cont .faq_cont_txt {
  font-size: 1.5rem;
  color: var(--gray-700);
  line-height: 1.5;
  white-space: pre-line;
}

/************************************************/
/*			공지사항 */
/************************************************/
.board_list_wr.no_img_board {
  min-height: 591px;
}
.board_list_wr {
  display: flex;
  flex-direction: column;
}
.board_list_wr .board_list {
  border-bottom: 1px solid var(--gray-200);
  padding: 0;
}
.list_txt_wr {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.board_list_wr .board_list a {
  display: block;
  padding: 2rem 0;
}
.board_list_wr .board_list:first-child a {
  padding-top: 0;
}
/* 탭 안에 게시글 리스트가 있는 경우 */
.cate_cont_wr .board_list_wr .board_list:first-child a {
  padding-top: 2rem;
}

.list_txt_wr .tit {
  font-size: 1.8rem;
  font-weight: 600;
  flex-grow: 1;
}
.list_txt_wr .date_line {
  flex-wrap: wrap;
}
.list_txt_wr .date_line span {
  color: var(--gray-600);
  flex-shrink: 0;
}

/* 상단 고정 게시글 */
.board_list_wr .board_list.notice_pin .tit {
  font-weight: 700;
}
.board_list_wr .board_list.notice_pin .tit_wr {
  display: flex;
}
.board_list_wr .board_list.notice_pin .tit_wr::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 0.5rem;
  background: url("../img/pin_icon.png") no-repeat center;
  background-size: cover;
}

/************************************************/
/*			유학 TV */
/************************************************/
.tv_list_wr {
  min-height: 665px;
}
.tv_list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.tv_list .col {
  padding: 0 1rem;
  margin-bottom: 4rem;
}
.tv_list .col:nth-child(9),
.tv_list .col:nth-child(10),
.tv_list .col:nth-child(11),
.tv_list .col:nth-child(12) {
  margin-bottom: 0;
}

.tv_list .col a .main-tv-img img {
  transition: 0.5s;
}
.tv_list .col a:hover .main-tv-img img {
  transform: scale(1.1);
}

/************************************************/
/*			1:1 문의하기 */
/************************************************/
.board_form .container {
  max-width: 98.5rem;
}
.board_form textarea.form-control {
  height: 25rem;
  border-color: var(--gray-400);
  resize: none;
}
.board_form textarea.form-control:focus {
  border-color: var(--secondary);
}

/************************************************/
/*			생활 서비스 */
/************************************************/
/* .editor_wr{ height: 38.0rem;} */
.video_wr {
  min-height: 635px;
  display: flex;
  flex-direction: column;
}

/************************************************/
/*			마이페이지 레이아웃 */
/************************************************/
.mp_layout.sub_pg {
  min-height: unset;
}
.mp_layout {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

/* 왼쪽 메뉴 영역 */
.mp_left {
  width: 25rem;
  margin-right: 3.5rem;
  flex-shrink: 0;
}
.mp_left .board_border_box {
  padding: 3rem 2rem;
}

.mp_left .mp_user_info {
  margin-bottom: 2rem;
}
.mp_left .user_name {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 1.5rem;
}
.mp_left .user_name p {
  font-size: 1.8rem;
  color: var(--gray-700);
}
.mp_left .user_name p span {
  color: var(--secondary);
  word-break: break-word;
}

/* 마이페이지 메뉴 */
.mp_menu_ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 0;
}
.mp_menu_ul + .mp_menu_ul {
  border-top: 1px solid var(--gray-200);
}

.mp_menu_ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--gray-700);
  transition: 0.1s;
}
.mp_menu_ul li a::after {
  display: block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/menu_arrow.png") no-repeat center center;
  background-size: cover;
}

.mp_menu_ul li a:hover,
.mp_menu_ul li a.on {
  color: var(--primary);
  font-weight: 600;
}

/* 오른쪽 영역 */
.mp_right {
  flex-grow: 1;
}

.mp_tit {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

/* 기간 필터 */
.filter_wr {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--gray-200);
}
.filter_wr .btn-group-toggle .btn {
  margin-right: 0;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid var(--gray-400);
  max-width: 7.5rem;
}
.filter_wr .btn-group-toggle .btn.active {
  background: unset;
  border-color: var(--primary);
  color: var(--primary);
}
.filter_wr .btn-group-toggle .btn:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.date_wr input[type="date"] {
  width: 100%;
  border: 1px solid var(--gray-400);
}
.date_wr .ip_wr {
  flex-basis: 17rem;
  width: 35%;
}
.date_wr .btn {
  flex-basis: 10rem;
  margin-left: 0.8rem;
}

/******* 회원 탈퇴 모달 *******/
.del_accnt_notice {
  background: var(--gray-100);
  border-radius: 1rem;
  padding: 1rem 0;
}
.del_accnt_notice > div {
  padding: 0 1rem;
  max-height: 25rem;
  overflow-y: scroll;
}

/************************************************/
/*			국제학교 원서 접수 현황 */
/************************************************/
.status_card_wr {
  gap: 2rem;
}
.status_card {
  border: 1px solid var(--gray-200);
  border-radius: 1rem;
  overflow: hidden;
}
.status_card .card_hd {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  background: var(--gray-100);
  /*	border-bottom: 1px solid var(--gray-200);*/
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  line-height: 1.2;
}

.school_name_en {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 0.7rem;
}
.school_name_kr {
  font-size: 1.4rem;
  color: var(--gray-600);
}

/* 상세보기 버튼 */
.view_dt_btn {
  font-size: 1.4rem;
  color: var(--gray-600);
}
.view_dt_btn:hover {
  color: var(--gray-600);
}
.view_dt_btn::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/more_btn_arrow.png") no-repeat center;
  background-size: cover;
  margin-left: 0.3rem;
}

.status_card .card_bd {
  padding: 2rem 1.5rem;
  border-top: 1px solid var(--gray-200);
}

.status_card .card_bd .info_wr > div {
  margin-bottom: 1rem;
  line-height: 1.3;
}
.card_bd .info_wr span {
  word-wrap: break-word;
}

.status_card .card_bd .btn_wr {
  width: 12.2rem;
}
.card_bd .btn_wr .cncl_done_btn{ line-height: 1.2;}
.card_bd .btn_wr .cncl_done_btn:hover {
  color: var(--gray-600);
}
.card_bd .btn_wr .status_badge {
  border: 1px solid var(--gray-400);
  color: var(--gray-700);
  font-weight: 600;
  padding: 1rem 2rem;
}
.card_bd .btn_wr .status_badge:hover {
  color: var(--gray-700);
}

.mp_right .cont_wr {
  min-height: 270px;
}

/******* 국제학교 원서 접수 현황 상세페이지 *******/
.adm_comment_wr .no_data {
  background: var(--gray-100);
  border-radius: 1rem;
  height: 10rem;
}

.comment_list li {
  display: flex;
  flex-direction: column;
  background: var(--gray-100);
  border-radius: 1rem;
  padding: 1.5rem;
  line-height: 1.3;
  gap: 1rem;
}
.comment_list li .date {
  color: var(--gray-600);
  font-size: 1.4rem;
}

.comment_list li:not(:last-child) {
  margin-bottom: 1rem;
}

/******* 원서 지원서 확인 모달 *******/
.applc_form_modal .modal-body {
  min-height: 75vh;
  max-height: 75vh;
}

.applc_form_modal .school_name_en {
  font-size: 2.4rem;
  line-height: 1.3;
}
.card_hd .arrow {
  width: 1.9rem;
}

.applc_form_modal .status_card + .status_card {
  margin-top: 2rem;
}

.applc_form_modal .card_bd {
  padding: 0;
  line-height: 1.3;
}
.applc_form_modal .card_bd > .card_container {
  padding: 2rem 1.5rem;
}

.applc_form_modal .line p {
  word-break: keep-all;
}
.applc_form_modal .line p.col-lg:first-of-type {
  max-width: 182.58px;
}

.applc_form_modal .applc_list_wr + .applc_list_wr {
  margin-top: 2.5rem;
}

/* 첨부서류 미리보기 */
.applc_form_modal .applc_list .img_view {
  width: 8rem;
  border: 1px solid var(--gray-200);
  overflow: hidden;
}
.applc_form_modal .applc_list .img_view img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/* 첨부파일 이름 */
.applc_form_modal .file_name {
  margin-right: 0.5rem;
}
.applc_form_modal .file_name:not(:last-child)::after {
  content: ",";
  display: inline-block;
}

/************************************************/
/*			단기 프로그램 예약 현황 */
/************************************************/
.program_status .status_card .card_hd {
  padding: 1.5rem 2rem;
}

.program_stdnt_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.program_stdnt_list li > div {
  background: var(--gray-100);
  padding: 1.5rem;
  border-radius: 1rem;
}

/************************************************/
/*			내 정보 수정 */
/************************************************/
/******* 비밀번호 입력 페이지 *******/
.myinfo_pw_box {
  width: 100%;
}

/* 하단라인 탭 */
.mp_right .tab-content {
  outline: 0;
  border-radius: 0;
  padding: 0;
}

.join-box.board_border_box {
  padding: 5rem 4rem;
}

/************************************************/
/*			반응형*/
/************************************************/
/* 반응형 max 1280px */
@media (max-width: 1279.98px) {
  /******* 마이페이지 레이아웃 *******/
  /* 왼쪽 메뉴 영역 */
  .mp_left {
    width: 22rem;
    margin-right: 3rem;
  }
}

/*반응형 max 992px lg*/
@media (max-width: 991.98px) {
  /* 서브페이지 제목 공통 */
  .sub_tit {
    font-size: 2.4rem;
  }

  /******* 게시판 레이아웃 *******/
  .board_layout {
    padding-top: calc(var(--hd_height_m) + 2rem);
    padding-bottom: 6rem;
  }

  /* 게시판 리스트 박스 */
  .board_border_box {
    border: none;
    border-radius: 0;
    padding: 0;
  }

  /* 카테고리 탭 디자인 */
  .cate_tab .btn {
    font-size: 1.8rem;
  }
  .cate_tab .cate_tab_li {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .cate_tab .cate_tab_li::after {
    right: -1.1rem;
  }

  /* 페이저 디자인 */
  .pager_wr .pager {
    margin: 4rem auto 0;
  }

  /* 게시판 기본 높이 */
  .board_list_wr.no_img_board {
    min-height: 551px;
  }

  /******* 자주 묻는 질문 *******/
  .collapse_faq {
    min-height: 456px;
  }
  .collapse_faq .btn {
    padding: 2rem 0;
  }
  .collapse_faq .faq_tit_icon {
    font-size: 2rem;
  }

  /* 노데이터 */
  .nodata_img {
    width: 10rem;
  }

  /******* 유학 TV *******/
  .tv_list_wr {
    min-height: 495px;
  }

  /******* 입학 수속 현황 *******/
  .img_board {
    min-height: 495px;
  }

  /******* 서류 발급 가이드 *******/
  .video_wr {
    min-height: unset;
    aspect-ratio: 16/9;
  }

  /******* 마이페이지 레이아웃 *******/
  .mp_layout {
    padding-top: calc(var(--hd_height_m) + 2rem);
    padding-bottom: 6rem;
  }

  /* 왼쪽 메뉴 영역 */
  .mp_left {
    width: 100%;
    margin-right: 0;
  }

  .mp_left .mp_user_info {
    margin-bottom: 3rem;
    background: var(--gray-100);
    padding: 2rem;
    border-radius: 1.6rem;
  }

  .mp_left .user_name {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  .mp_left .user_name p {
    font-size: 2rem;
  }

  /* 오른쪽 영역 */
  .mp_tit {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  /******* 국제학교 원서 접수 현황 *******/
  .status_card .card_hd {
    position: relative;
  }
  .status_card .card_hd a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  /* 상세보기 버튼 */
  .view_dt_btn::after {
    width: 1.8rem;
    height: 1.8rem;
  }

  /******* 원서 지원서 확인 모달 *******/
  .applc_form_modal {
    height: calc(100vh - 3.5rem);
  }
  .applc_form_modal .modal-content {
    height: 100%;
  }
  .applc_form_modal .modal-body {
    min-height: unset;
    max-height: unset;
    height: 100%;
  }
  .applc_form_modal .line p.col-lg:first-of-type {
    max-width: unset;
  }

  /******* 내 정보 수정 *******/
  /* 비밀번호 입력 페이지 */
  .myinfo_pw .mp_left {
    display: none;
  }
  .myinfo_pw_box {
    border: 1px solid var(--gray-200);
    border-radius: 2rem;
    padding: 5rem 2.5rem !important;
    margin: 9rem 0 10rem;
  }

  .join-box.board_border_box {
    padding: 0;
  }
  .join-box .fs_24 {
    font-size: 2.2rem;
  }
}

/*반응형 max 767px md*/
@media (max-width: 767.98px) {
  /******* 게시판 레이아웃 *******/
  /* 서류 발급 가이드 페이지에서 푸터 하단 여백 생기는 경우 방지 */
  .board_layout.sub_pg {
    min-height: calc(100vh - 350px);
  }

  /* 페이지 제목 */
  .board_layout .board_tit_wr {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }
  .board_tit_wr:has(.srch_wr) .board_tit {
    margin-bottom: 2rem;
  }

  /* 검색창 */
  .board_layout .srch_wr {
    flex-grow: 1;
  }
  .board_layout .srch_wr .sch_ip {
    min-width: unset;
    max-width: 100%;
    width: 100%;
  }

  /* 글쓰기 버튼 */
  .board_layout .write_btn {
    min-width: 10rem;
  }

  /******* 유학 TV *******/
  .tv_list .col:nth-child(9),
  .tv_list .col:nth-child(10) {
    margin-bottom: 4rem;
  }

  /******* 입학 수속 현황 *******/
  .img_board .sec2-school {
    width: 10rem;
    margin-right: 1rem;
    margin-bottom: 0;
    border-radius: 1.2rem;
  }

  /******* 국제학교 원서 접수 현황 *******/
  .status_card .card_bd .btn_wr {
    width: 100%;
    margin-top: 2rem;
  }
  .status_card .card_bd .btn_wr .btn {
    width: 100%;
  }

  .program_stdnt_list {
    grid-template-columns: 1fr;
  }
}

/*반응형 max 460px */
@media (max-width: 459.98px) {
  .join_logo {
    display: none;
  }
  .join-box {
    border: 0;
    padding: 0;
  }
}
