@charset "utf-8";
@font-face {
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 700;
  src:
    local("Gmarket Sans Bold"),
    local("GmarketSans-Bold"),
    url("fonts/GmarketSansBold.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url("fonts/GmarketSansBold.woff")
      format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 500;
  src:
    local("Gmarket Sans Medium"),
    local("GmarketSans-Medium"),
    url("fonts/GmarketSansMedium.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url("fonts/GmarketSansMedium.woff")
      format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Gmarket Sans";
  font-style: normal;
  font-weight: 300;
  src:
    local("Gmarket Sans Light"),
    local("GmarketSans-Light"),
    url("fonts/GmarketSansLight.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url("fonts/GmarketSansLight.woff")
      format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
input,
select {
  box-sizing: border-box;
}
#nav > ul > li > a {
  font-size: 22px;
  color: #28288e;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#nav > ul > li > a:hover {
  color: #fc5217;
}
#nav > ul > li:nth-last-child(1) > a > span,
#nav > ul > li:nth-last-child(2) > a > span,
#nav > ul > li:nth-last-child(3) > a > span {
  color: #28288e;
}

#sc {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto 50px;
  min-height: 670px;
  padding: 0;
}
#sc.widthfull {
  max-width: 100% !important;
}

.main_div #left_menu_a {
  display: none;
}
.main_div #content {
  width: 100%;
}
.submain-banner {
  text-align: center;
  width: 100%;
  height: 500px;
  position: relative;
  text-indent: -999999px;
}
.fame-subbanner {
  background: url(../Images/fameimg/mainbanner.jpg) no-repeat center 0;
}
.jobinfo-subbanner {
  background: url(../Images/jobinfoimg/mainbanner.jpg) no-repeat center 0;
}
.practice-subbanner {
  background: url(../Images/practiceimg/mainbanner.jpg) no-repeat center 0;
}
.boheomin-subbanner {
  background: url(../Images/boheominimg/mainbanner.jpg) no-repeat center 0;
}
.sub-banner {
  width: 1100px;
  margin: 30px auto 0;
}
.bg-pur {
  background: #9165ff;
  color: #fff;
}
.color-pur {
  color: #4c1bc7;
}

/* 버튼 */
.btn-box {
  margin: 40px auto;
}
.list-btn > span > a,
.btn-box a.btn-list,
.btn-box a.btn-write {
  display: inline-block;
  padding: 10px 30px;
  background: #4d288e;
	border: solid 1px #4d288e;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.list-btn > span > a:hover,
.btn-box a.btn-list:hover,
.btn-box a.btn-write:hover{
	background: linear-gradient(100deg, #4d288e, #7040e7);
}
.btn.bg-skyblue{
  padding: 10px 30px;
  background: #4d288e !important;
  border: solid 1px #4d288e;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
	width: auto !important;
}
.btn:hover{border:solid 1px #4d288e !important; background: linear-gradient(100deg, #4d288e, #7040e7) !important;}
button {
  padding: 0;
}
a.btn-radius {
  border-radius: 30px;
  display: inline-block;
  font-size: 1.4em;
  padding: 20px 50px;
  font-weight: 600;
  text-align: center;
}
a.pur-arrow {background: #9165ff url(../images/btn_arrow_wh.png) no-repeat calc(100% - 50px) center; color: #fff;}
a.gray-arrow {background: #e2e2e2 url(../images/btn_arrow.png) no-repeat calc(100% - 50px) center; color: #4c1bc7;}
a.pur-arrow:hover{background: url(../images/btn_arrow_wh.png) no-repeat calc(100% - 50px) center, linear-gradient(100deg, #4d288e, #7040e7);}
a.gray-arrow:hover{background: url(../images/btn_arrow.png) no-repeat calc(100% - 50px) center, linear-gradient(100deg, #c8c8c8, #e2e2e2);}

/* 학습상태 */
.label-open,
.label-closed,
.label-ended,
.label-closing {
  width: 70px;
  padding: 3px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  font-weight: 600;
}
.label-open {
  background: #fff;
  color: #4c1bc7;
  border: 1px solid #4c1bc7;
}
.label-closed {
  background: #9c76ff;
  color: #fff;
  border: 1px solid #9c76ff;
}
.label-ended {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.label-closing {
  background: #ffd42a;
  color: #4c1bc7;
  border: 1px solid #ffd42a;
}
.btn-view {
  background: #4c1bc7;
  color: #fff;
  border: 1px solid #4c1bc7;
  font-weight: 600;
  width: 50px;
  padding: 3px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
}
.btn-view:hover{background: linear-gradient(100deg, #4c1bc7, #7040e7);}

/* 검색 */
.sch {
  max-width: 600px;
  margin: 60px auto;
}

.sch ul {
  text-align: center;
  display: grid;
  grid-template-columns: 100px 2fr 60px;
}

.sch ul li {
  display: inline-block;
  text-align: center;
  height: 40px;
}

.sch select {
  border: solid 1px #dadada;
  cursor: pointer;
  height: 100%;
  text-align: center;
}

.sch input[type="text"] {
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
  width: 100%;
  height: 100%;
}

.sch input[type="button"] {
  padding-bottom: 0;
  border: solid 1px #dadada;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

/* 서브제목 */
.sc-tt {
  font-size: 28px;
  color: #4c1bc7;
  font-weight: 700;
  border-bottom: solid 1px #d9d9d9;
  padding: 0 0 10px 0px;
  margin-bottom: 30px;
  margin-left: 14px;
  overflow: visible;
  background: none;
  position: relative;
}
.sc-tt::before {
  content: "";
  width: 4px;
  height: 28px;
  background: #4c1bc7;
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: -14px;
  top: calc(50% - 15px);
}
.sc-tt span.sc-tt-step {

}

/* 게시판상세페이지 */
.media-detail-title {
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  padding-bottom: 30px;
}
table p > img {
  display: block;
  margin: 0 auto;
}
.np-text {
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
  height: 40px;
}

/* 페이징 */
.sc-num {
  width: 100%;
  margin: 20px auto;
}
.sc-num ul {
  text-align: center;
}
.sc-num li {
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #666;
  width: 40px;
  font-size: 1em;
  font-weight: 400;
  vertical-align: baseline;
}
.sc-num li:first-child,
.sc-num li:last-child {
  width: 24px;
  height: 24px;
  color: #000;
  font-size: 1em;
  padding: 0;
  margin: 0;
}
.sc-num li a,
.sc-num li:hover a,
.sc-num li.active a {
  display: inline-block;
  height: 28px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 0.95em;
}
.sc-num li a {
  color: #333;
}
.sc-num li:hover a,
.sc-num li.active a {
  background: #188fca;
  border-radius: 3px;
  color: #fff;
}

/* 탭메뉴 */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.4em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 15px 40px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  /*border-bottom-right-radius: 5px;*/
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #cecece;
  background: #f6f6f6;
  font-weight: normal;
  color: #333;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cecece;
  background: #ededed;
  font-weight: normal;
  color: #333;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #535353;
  border-bottom: none;
  /* border-top: 1px solid #535353; */
  background: #535353;
  font-weight: normal;
  color: #fff;
}
.ui-widget-header {
  border-bottom: 1px solid #cecece;
  font-weight: 600;
}

.section .sec-content {
  padding: 50px 0;
}
.sec-intro {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}
.sec-intro .sec-intro_title {
  color: #4c1bc7;
  font-weight: 600;
  text-align: center;
  font-size: 1.2em;
  padding-bottom: 14px;
}
.lounge-fame .main-banner {
  text-align: left;
}
.lounge-fame .main-banner.banner1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  padding: 0px 0 30px;
}
.lounge-fame .main-banner.banner2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0px 0 30px;
}
.lounge-fame .main-banner.banner1 a,
.lounge-fame .main-banner.banner2 a {
  background-position: calc(100% - 40px) center;
  background-repeat: no-repeat;
}
.lounge-fame .main-banner.banner1 a:nth-child(1) {
  background-image: url("../images/fameimg/fame-icon01.png");
}
.lounge-fame .main-banner.banner1 a:nth-child(2) {
  background-image: url("../images/fameimg/fame-icon02.png");
}
.lounge-fame .main-banner.banner1 a:nth-child(3) {
  background-image: url("../images/fameimg/fame-icon03.png");
}
.lounge-fame .main-banner.banner2 a {
  background-image: url("../images/fameimg/fame-icon03.png");
}
.lounge-fame .main-banner a,
.lounge-fame .main-banner a * {
  font-family: "Gmarket Sans", sans-serif;
}
.lounge-fame .main-banner a {
  background: #f0f0f0;
  color: #000;
  border-radius: 20px;
  display: inline-block;
  font-size: 1.36em;
  padding: 40px;
  font-weight: 500;
}
.lounge-fame .main-banner a strong {
  font-weight: 600;
}
.lounge-fame .main-banner.banner2 a {
  background: #e3d8ff;
  color: #4c1bc7;
  position: relative;
}
.lounge-fame .main-banner.banner2 a span {
  position: absolute;
  z-index: 1;
  top: calc(50% - 10px);
  right: 40px;
  background: url("../images/btn_arrow.png") no-repeat right center;
  background-size: 30px auto;
  padding-right: 50px;
  font-size: 0.8em;
}
.lounge-fame .main-banner.banner2 a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 315px;
  width: 90px;
  height: 88px;
  background: url("../images/fameimg/fame-icon04.png") no-repeat center center;
}

.boheomin .main-quick {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}
.boheomin .main-quick > div {
  display: block;
  border-radius: 20px;
  border: solid 1px #4c1bc7;
  text-align: center;
  color: #686868;
  padding: 30px 20px;
}
.boheomin .main-quick > div .title {
  color: #4c1bc7;
  font-size: 1.2em;
  line-height: 1.4;
  font-family: "Gmarket Sans", sans-serif;
  margin-bottom: 20px;
}
.boheomin .main-quick > div .title strong {
  font-weight: 800;
  font-size: 1.23em;
  font-family: "Gmarket Sans", sans-serif;
}
.boheomin .main-quick > div p {
  margin-top: 20px;
}
.boheomin .sec-02 {
  background: #efefef;
  padding: 10px 0;
}
.boheomin .sec-03 .sec-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  padding: 50px 0;
  width: 800px;
}
.boheomin-content{display: grid; grid-template-columns: 1fr 1fr; gap:50px; padding: 50px 0;}
.boheomin-demand{ padding: 50px 0;}
/* =========================================================
   합격후기 공모전
========================================================= */

.pass-night {
  max-width: 1100px;
  margin: 0 auto;
}
/* ==================== 상단 탭 ==================== */
.pass-night__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.pass-night__tab {
  min-width: 200px;
  height: 52px;
  padding: 0 26px;
  border: 1.5px solid #4b20d1;
  border-radius: 999px;
  background: #fff;
  color: #4b20d1;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.pass-night__tab.is-active {
  background: #4b20d1;
  color: #fff;
  font-weight: 700;
}

.pass-night__tab:hover {
  transform: translateY(-2px);
}

.pass-night__tab:focus-visible,
.review-button:focus-visible,
.modal__close:focus-visible,
.modal__bottom-close:focus-visible,
.photo-column .swiper-button-prev:focus-visible,
.photo-column .swiper-button-next:focus-visible {
  outline: 3px solid rgba(75, 32, 209, 0.28);
  outline-offset: 3px;
}

/* ==================== 탭 콘텐츠 ==================== */
.pass-night__panel {
  display: none;
  padding: 38px 28px 30px;
  border-radius: 20px;
  background: #f1f1f3;
}

.pass-night__panel.is-active {
  display: block;
}

.pass-night__content {
  display: grid;
  grid-template-columns: minmax(0, 490px) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
}

.winner-column,
.photo-column {
  min-width: 0;
}

.pass-night__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: #4b20d1;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.pass-night__trophy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 28px;
  line-height: 1;
}

/* ==================== 수상자 명단 ==================== */
.winner-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.winner-item {
  display: grid;
  grid-template-columns: 88px 95px minmax(0, 1fr) 78px;
  gap: 10px;
  align-items: center;
  min-height: 40px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #ffffff;
}

.winner-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.winner-rank--grand {
  background: #4b20d1;
}

.winner-rank--best {
  background: #7754ef;
}

.winner-rank--good {
  background: #b29aff;
}

.winner-name {
  overflow: hidden;
  font-size: 16px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winner-info {
  overflow: hidden;
  color: #2b2b2b;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 32px;
  border: 1.5px solid #4b20d1;
  border-radius: 999px;
  background: #fff;
  color: #35159e;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
  box-sizing: border-box;
}

.review-button:hover {
  background: #4b20d1;
  color: #fff;
  text-decoration: none;
}

.review-button--disabled {
  border-color: #cfcfcf;
  background: #f5f5f5;
  color: #999;
  cursor: default;
  pointer-events: none;
}

.winner-item--empty {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
}

.pass-night__empty {
  margin: 40px 0;
  color: #666;
  font-size: 15px;
  text-align: center;
}

/* ==================== 사진 슬라이드 ==================== */
.photo-column {
  position: relative;
  padding: 0 28px;
  margin-top: 45px;
}

.photo-slider-stage {
  position: relative;
}

.night-swiper {
  overflow: hidden;
  border-radius: 14px;
}

.night-swiper .swiper-slide {
  background: transparent;
}

.photo-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #ddd;
}

.photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(
      circle at 22% 28%,
      rgba(255, 255, 255, 0.42),
      transparent 24%
    ),
    linear-gradient(135deg, #3621a6 0%, #6b42e5 48%, #58a8ff 100%);
  color: #fff;
  text-align: center;
}

.photo-fallback__inner {
  display: grid;
  gap: 10px;
}

.photo-fallback strong {
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.2;
}

.photo-fallback span {
  font-size: 15px;
  opacity: 0.85;
}

.photo-frame.is-error .photo-fallback {
  display: flex;
}

.photo-slider-stage > .swiper-button-prev,
.photo-slider-stage > .swiper-button-next {
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  color: #4b20d1;
}

.photo-slider-stage > .swiper-button-prev {
  left: -34px;
}

.photo-slider-stage > .swiper-button-next {
  right: -34px;
}

.photo-slider-stage > .swiper-button-prev::after,
.photo-slider-stage > .swiper-button-next::after {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
}

.photo-slider-stage > .swiper-button-prev::after {
  transform: rotate(-135deg);
}

.photo-slider-stage > .swiper-button-next::after {
  transform: rotate(45deg);
}

.photo-slider-stage > .swiper-button-disabled {
  opacity: 0.25;
}

.photo-column > .swiper-pagination {
  position: static;
  margin-top: 17px;
  line-height: 1;
  text-align: center;
}

.photo-column > .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 2px !important;
  background: #fff;
  opacity: 1;
}

.photo-column > .swiper-pagination .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 999px;
  background: #4b20d1;
}

/* ==================== 모달 ==================== */
body.is-modal-open {
  overflow: hidden;
}

.review-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(14, 10, 30, 0.58);
}

.review-modal.is-open {
  display: flex;
}

.review-modal__dialog {
  position: relative;
  width: min(660px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow-y: auto;
  border: 1px solid rgba(53, 21, 158, 0.22);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.review-modal__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 18px 74px;
}

.review-modal__heading {
  margin: 0;
  color: #35159e;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
}

.modal__close {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f1effb;
  color: #35159e;
  font-size: 27px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.modal__close:hover {
  background: #35159e;
  color: #fff;
}

.review-modal__body {
  padding: 0px 32px 10px;
}

.review-modal__info {
  display: grid;
  grid-template-columns: 80px minmax(0, 2fr) 80px minmax(0, 1fr);
  margin: 0 0 10px;
  border-top: 1px solid rgba(53, 21, 158, 0.28);
  border-left: 1px solid rgba(53, 21, 158, 0.28);
  font-size: 14px;
}

.review-modal__info dt,
.review-modal__info dd {
  display: flex;
  align-items: center;
  min-height: 30px;
  margin: 0;
  padding: 10px 12px;
  border-right: 1px solid rgba(53, 21, 158, 0.28);
  border-bottom: 1px solid rgba(53, 21, 158, 0.28);
}

.review-modal__info dt {
  justify-content: center;
  background: #f6f4fc;
  color: #35159e;
  font-weight: 800;
  white-space: nowrap;
}
/* 제목 내용이 오른쪽 3칸을 모두 사용
.review-modal__info > .review-modal__post-title {
  grid-column: 2 / 5;
} */
.review-modal__info dd {
  color: #2c2c2c;
}

.review-modal__post-title {
  font-weight: 700;
}

.review-modal__content {
  min-height: 230px;
  padding: 30px 28px;
  border: 1px solid rgba(53, 21, 158, 0.28);
  background: #fff;
}

.review-modal__content-title {
  margin: 0 0 22px;
  color: #35159e;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.review-modal__text {
  margin: 0;
  color: #303030;
  font-size: 16px;
  line-height: 1.85;
  white-space: pre-line;
}

.review-modal__footer {
  display: flex;
  justify-content: flex-end;
  padding: 0 32px 30px;
}

.modal__bottom-close {
  min-width: 100px;
  height: 40px;
  padding: 0 24px;
  border: 1px solid #35159e;
  border-radius: 8px;
  background: #35159e;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.modal__bottom-close:hover {
  background: #fff;
  color: #35159e;
}

/* 실무수습과정 테이블 제목클릭 내용관련 */
.btn-include-cont{display: inline-block; width: 100%;}
.btn-include-cont:hover {
  color: #4c1bc7;
}
.table02 tr:has(> td > .include-cont) {
  border-bottom: none;
}
.table02 tr:has(> td > .include-cont.active) {
  border-bottom: 1px solid #dadada;
}
.table02 tr:has(> td > .include-cont) > td {
  padding: 0;
  border-right: 0;
  vertical-align: top;
}
.include-cont-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-in;
}
.include-cont.active .include-cont-panel {
  grid-template-rows: 1fr;
	transition:
        grid-template-rows 0.5s
        cubic-bezier(0.34, 1.56, 0.64, 1);
}
.include-cont-body {
  overflow: hidden;
  min-height: 0;
}
.include-cont-inner {
  padding: 20px;
	text-align: left;
}

/* //실무수습과정 테이블 제목클릭 내용관련 */

/* ==================== 반응형 ==================== */
@media (max-width: 980px) {
  .pass-night__tab {
    min-width: 0;
    flex: 1;
    font-size: 17px;
  }

  .pass-night__content {
    grid-template-columns: 1fr;
  }

  .photo-column {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  body {
    padding: 24px 14px;
  }

  .pass-night__tabs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 18px;
  }

  .pass-night__tab {
    width: 100%;
    height: 46px;
    font-size: 16px;
  }

  .pass-night__panel {
    padding: 26px 16px 24px;
  }

  .pass-night__title {
    font-size: 20px;
  }

  .winner-item {
    grid-template-columns: 72px minmax(62px, 85px) minmax(0, 1fr) 68px;
    gap: 7px;
    padding: 7px 9px;
  }

  .winner-rank {
    padding: 0 9px;
    font-size: 12px;
  }

  .winner-name {
    font-size: 14px;
  }

  .winner-info {
    font-size: 12px;
  }

  .review-button {
    font-size: 12px;
  }

  .photo-column {
    padding: 0 14px;
  }

  .photo-slider-stage > .swiper-button-prev,
  .photo-slider-stage > .swiper-button-next {
    width: 28px;
    height: 28px;
    margin-top: -14px;
  }

  .photo-slider-stage > .swiper-button-prev {
    left: -27px;
  }

  .photo-slider-stage > .swiper-button-next {
    right: -27px;
  }

  .photo-slider-stage > .swiper-button-prev::after,
  .photo-slider-stage > .swiper-button-next::after {
    width: 11px;
    height: 11px;
    border-width: 3px 3px 0 0;
  }

  .review-modal__header {
    min-height: 66px;
    padding: 15px 64px 15px 20px;
  }

  .review-modal__heading {
    font-size: 19px;
  }

  .modal__close {
    right: 14px;
  }

  .review-modal__body {
    padding: 22px 18px 24px;
  }

  .review-modal__info {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .review-modal__info dt:nth-of-type(2),
  .review-modal__info dd:nth-of-type(2),
  .review-modal__info dt:nth-of-type(3),
  .review-modal__info dd:nth-of-type(3) {
    border-top: 0;
  }

  .review-modal__content {
    min-height: 210px;
    padding: 24px 20px;
  }

  .review-modal__footer {
    padding: 0 18px 24px;
  }

  .modal__bottom-close {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .winner-item {
    grid-template-columns: 68px 1fr 66px;
  }

  .winner-info {
    grid-column: 2 / 3;
    grid-row: 2;
    padding-bottom: 2px;
    white-space: normal;
  }

  .review-button {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
}
/* ==================== 합격자 명단 전용 기본 설정 ==================== */

.accepted-list {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
  --row-height: 50px;
  --visible-rows: 10;
}
/* ==================== 공통 4열 구조 ==================== */
.accepted-list__header,
.accepted-list__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  text-align: center;
}

/* ==================== 상단 제목 행 ==================== */
.accepted-list__header {
  position: relative;
  z-index: 2;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  background: #efefef;
  color: #4c1bc7;
  font-size: 19px;
  font-weight: 800;
}

.accepted-list__header-cell {
  min-width: 0;
  padding: 0 14px;
  white-space: nowrap;
}

/* ==================== 자동 롤링 영역 PC에서는 15명이 한 화면에 보입니다. ==================== */
.accepted-list__viewport {
  position: relative;
  height: calc(var(--row-height) * var(--visible-rows));
  overflow: hidden;
  background: #ffffff;
  padding-bottom: 10px;
}

.accepted-list__track {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.accepted-list__row {
  height: var(--row-height);
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.accepted-list__cell {
  min-width: 0;
  overflow: hidden;
  padding: 0 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 마우스를 올렸을 때 현재 행을 은은하게 강조 */
.accepted-list__row:hover {
  background: #faf8ff;
}

/* ==================== 합격인증 제출 버튼 ==================== */
.accepted-list__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.accepted-list__button {
  width: min(280px, calc(100% - 40px));
  min-height: 66px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 34px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(100deg, #4c1bc7, #5420d9 58%, #5c25dc);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.accepted-list__button:hover,
.accepted-list__button:focus-visible {
  color: #ffffff;
  background: linear-gradient(100deg, #3f13b2, #7040e7);
}

.accepted-list__button-arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

/* ==================== 태블릿 ==================== */
@media (max-width: 900px) {
  .accepted-list {
    --row-height: 48px;
    --visible-rows: 10;
    width: calc(100% - 28px);
  }

  .accepted-list__header {
    min-height: 56px;
    font-size: 16px;
  }

  .accepted-list__row {
    font-size: 14px;
  }

  .accepted-list__header-cell,
  .accepted-list__cell {
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* ==================== 모바일 ==================== */
@media (max-width: 640px) {
  .accepted-list {
    --row-height: 46px;
    --visible-rows: 7;
    width: calc(100% - 20px);
    padding-top: 10px;
    padding-bottom: 50px;
    letter-spacing: -0.045em;
  }

  .accepted-list__header,
  .accepted-list__row {
    grid-template-columns: 1.15fr 1.25fr 0.72fr 0.88fr;
  }

  .accepted-list__header {
    min-height: 52px;
    border-radius: 16px;
  }

  .accepted-list__header-cell,
  .accepted-list__cell {
    padding-right: 4px;
    padding-left: 4px;
  }

  .accepted-list__button-wrap {
    margin-top: 40px;
  }

  .accepted-list__button {
    min-height: 64px;
    gap: 18px;
    padding: 0 24px;
    font-size: 21px;
  }

  .accepted-list__button-arrow {
    width: 10px;
    height: 10px;
  }
}

/* 사용자가 애니메이션 최소화를 설정한 경우 자동 롤링 중지 */
@media (prefers-reduced-motion: reduce) {
  .accepted-list__track,
  .accepted-list__button {
    transition: none !important;
  }
}

/* =========================================================
   합격자 인터뷰
========================================================= */

.lounge-fame .area-i {
  border-radius: 10px;
  overflow: hidden;
}
.lounge-fame .mc-l3-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.lounge-fame .mc-l3-area > div {
  margin: 0;
}
.lounge-fame .mc-l3-area .area-l{text-align: left;}
/*.submain-banner .logo-move { position: absolute; z-index: 1; bottom: 20px; left: 50%; width: 80%; height: 8%; transform: translateX(-50%); background: url(/public_html/images/event/son_jobinfo_pm01_02.png); -webkit-animation: bgslide 18.00s 2.25s linear infinite; animation: bgslide 18.00s 1.25s linear infinite; background-repeat-y: no-repeat; } */

.submain-banner .logo-move {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 50%;
  width: 80%;
  height: 8%;
  transform: translateX(-50%);
}

/* 업체 로고 슬라이드 */
.submain-banner .logo-move {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0px;
  display: flex;
  align-items: center;
  width: min(1100px, 90%);
  height: 70px;
  padding: 0 42px;
  background: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.logo-move-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.logo-move-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.logo-move-swiper .swiper-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 18px;
  background: #a9b9df;
  transform: translateY(-50%);
}

.submain-banner .logo-move-swiper img {
  position: static;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  transform: none;
  object-fit: contain;
}

.logo-move-prev,
.logo-move-next {
  position: absolute;
  z-index: 5;
  top: 38%;
  width: 36px;
  height: 70px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5521ca;
  font-size: 48px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.logo-move-prev {
  left: 0;
}

.logo-move-next {
  right: 0;
}

.logo-move-prev.swiper-button-disabled,
.logo-move-next.swiper-button-disabled {
  color: #ddd;
  cursor: default;
}

@media (max-width: 767px) {
  .submain-banner .logo-move {
    height: 76px;
    padding-right: 34px;
    padding-left: 34px;
  }

  .submain-banner .logo-move-swiper img {
    max-height: 38px;
  }
}

/* =========================================================
   취업정보마당
========================================================= */
.jobinfo .sec-01 .sec-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  padding: 50px 0;
  width: 90%;
}
.jobinfo  a.btn-radius {
  padding: 34px 50px;
  font-size: 24px;
}
.jobinfo .section.sec-01{width: 1100px; margin: 50px auto;}
.jobinfo .section.sec-02{width: 100%; text-align: center; background: #E9E0FF; padding: 0px 0 60px;}
.jobinfo .section.sec-02 .sec-content {padding: 30px 0;}

/* =========================================================
   실무수습과정
========================================================= */

.practice .practice-statuslist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.practice .practice-statuslist dt.thumb {
  margin: 0;
}
.practice .practice-statuslist dt.thumb a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}
.practice .practice-statuslist dt img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  margin-bottom: 10px;
}
.practice .practice-statuslist dd {
  margin-bottom: 10px;
}
.practice .practice-statuslist dd.thumb-title {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  background: #ddcfff;
  color: #4c1bc7;
  font-size: 18px;
  font-weight: 600;
}
.practice .practice-statuslist dd.thumb-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.practice .practice-statuslist dd.thumb-info > span {
  display: inline-block;
  border-radius: 10px;
  padding: 10px;
  background: #f0f0f0;
  border: solid 1px #dadada;
  text-align: center;
  font-size: 13px;
}

/* 실무수습 하이라이트 (영상 + 사진 슬라이더) */
.practice-highlight {
  display: grid;
  /* 사진열 좌우 padding(28*2)만큼 더 넓혀 영상·사진 콘텐츠 폭(=높이)을 맞춤 */
  grid-template-columns: minmax(0, calc((100% - 92px) / 2)) minmax(
      0,
      calc((100% - 92px) / 2 + 56px)
    );
  gap: 36px;
  align-items: start;
  box-sizing: border-box;
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 16px 40px 48px;
  border-radius: 24px;
  background: #f2f2f2;
}

.practice-highlight__video {
  min-width: 0;
}

.practice-highlight .video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: #111;
}

.practice-highlight .youtube-cover {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  background: #000;
}

.practice-highlight .youtube-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.practice-highlight .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 30;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  background: url(../Images/btn_movieplay.png) center center / contain no-repeat;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.practice-highlight .video-play-btn::before {
  display: none;
  content: none;
}

/* ===== 실무수습 하이라이트 유튜브 레이어 팝업 (history-modal 형식) ===== */
.practice-video-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  padding: 30px;
  opacity: 0;
  background: rgba(2, 14, 29, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    opacity 0.3s ease,
    visibility 0.3s;
}

.practice-video-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.practice-video-modal__dialog {
  position: relative;
  width: min(1100px, 92vw);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: #071321;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
  transform: scale(0.96);
  transition: transform 0.35s ease;
}

.practice-video-modal.is-open .practice-video-modal__dialog {
  transform: scale(1);
}

.practice-video-modal__media-wrap {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #071321;
}

.practice-video-modal__youtube {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
}

.practice-video-modal__caption {
  padding: 18px 24px 21px;
  color: #ffffff;
  background: linear-gradient(90deg, #082d59, #0b4f8c);
}

.practice-video-modal__title {
  margin: 0;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.5;
}

.practice-video-modal__close {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background: rgba(4, 18, 36, 0.78);
  font-size: 25px;
  line-height: 1;
}

@media (max-width: 860px) {
  .practice-video-modal {
    padding: 12px;
  }

  .practice-video-modal__dialog {
    width: 100%;
    border-radius: 14px;
  }
}

.practice-highlight__text {
  margin-top: 18px;
}

.practice-highlight__text strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

.practice-highlight__text p {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.practice-highlight .photo-column {
  margin-top: 0;
  padding: 0 28px;
}

.practice-highlight .photo-column > .swiper-pagination {
  margin-top: 17px;
}
.status-review {
  padding-top: 50px;
}
.status-review .board-title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 20px;
  background: url("../Images/practiceimg/practice_icon01.png") no-repeat 0
    center;
}

@media (max-width: 1100px) {
  .practice-highlight {
    width: 100%;
    padding: 28px 12px 28px 24px;
    gap: 28px;
    /* gap 28 + 사진 padding 56 = 84 */
    grid-template-columns: minmax(0, calc((100% - 84px) / 2)) minmax(
        0,
        calc((100% - 84px) / 2 + 56px)
      );
  }
}

@media (max-width: 860px) {
  .practice-highlight {
    grid-template-columns: 1fr;
    padding: 28px 24px;
  }

  .practice-highlight .photo-column {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
  }
}
