@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+ */
}
a {
    color: inherit;
    text-decoration: none
}

a:hover,a:focus {
    color: inherit;
    text-decoration: none
}

a:focus {
    outline:none;
    outline-offset:0;
}
.bg-pur {
  background: #9165ff;
  color: #fff;
}
.color-pur {
  color: #4c1bc7;
}

/* 버튼 */
.btn-box {
  margin: 40px auto; text-align: center;
}
/*.btn_plus span {
    width: auto;
    margin: 0;
    text-align: right;
    padding: 0;
    border: none;
    display: inline-block;
	background: none;}*/
.btn_plus a span,
.list-btn > span > a,
a.btn-list{
  display: inline-block;
  padding: 10px 30px;
  background: #fff;
	border: solid 1px #4d288e;
  border-radius: 30px;
  color: #4d288e;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
a.btn-write {
  display: inline-block;
  padding: 10px 30px;
  background: #4d288e;
	border: solid 1px #4d288e;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.btn_plus{text-align: center;}
.btn_plus a{display: inline-block;}
.btn_plus a:hover span,
.list-btn > span > a:hover,
.btn-box a.btn-list:hover,
.btn-box a.btn-write:hover{
	background: linear-gradient(100deg, #4d288e, #7040e7); color: #fff;
}
.btn.bg-skyblue{
  padding: 10px 30px;
  background: #4d288e !important;
  border: solid 1px #4d288e;
  border-radius: 30px;
  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: 15px;
  display: inline-block;
  font-size: 1.25em;
  padding: 20px 30px;
  font-weight: 600;
  text-align: center;
}
a.pur-arrow {background: #9165ff url(../images/btn_arrow_wh.png) no-repeat calc(100% - 10px) center; color: #fff;}
a.gray-arrow {background: #e2e2e2 url(../images/btn_arrow.png) no-repeat calc(100% - 10px) center; color: #4c1bc7;}
a.pur-arrow:hover{background: url(../images/btn_arrow_wh.png) no-repeat calc(100% - 10px) center, linear-gradient(100deg, #4d288e, #7040e7);}
a.gray-arrow:hover{background: url(../images/btn_arrow.png) no-repeat calc(100% - 10px) center, linear-gradient(100deg, #c8c8c8, #e2e2e2);}
.sc-bo-list .con-td p img{height: auto !important;}
.reply_box li.reply_btnok a span{color: #fff;}
.sec-content {
  max-width: 720px;
  margin: 0 auto;
}
.sub-cont {padding: 10px 10px 30px; max-width: 720px; margin: 0 auto;}
.submain-banner {
  text-align: center;
  width: 100%;
  position: relative;
  text-indent: -999999px;
  background-position: center top;
  background-repeat: no-repeat;
}
.sec-intro {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.1em;
  padding: 20px 0px 10px;
}
.sec-intro .sec-intro_title {
  color: #4c1bc7;
  font-weight: 800;
  font-size: 1.15em;
}

/* =========================================================
   취업공고 카드 리스트
========================================================= */
.card-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
  padding: 0;
}

.card-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  overflow: hidden;
}

.card-item.no-data {
  text-align: center;
  color: #888;
  padding: 20px 0;
  background: #fafafa;
}

.card-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 14px 16px 16px;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}

.card-num {
  flex: 0 0 22px;
  color: #4c1bc7;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.card-body {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 12px;
  border-left: 1px solid #e6e6e6;
}

.card-title {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
}

.card-date {
  margin-top: 4px;
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.card-arrow {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  border-top: 3px solid #4c1bc7;
  border-right: 3px solid #4c1bc7;
  transform: rotate(45deg);
}

.badge-new {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 4px;
  background: #ff4757;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  vertical-align: middle;
}

.icon-secure {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
}

/* =========================================================
   합격후기 공모전
========================================================= */

.sub-banner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  line-height: 0;
  padding: 0 10px;
}
.sub-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.pass-night {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 0 30px;
  box-sizing: border-box;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ==================== 연도 셀렉트 ==================== */
.pass-night__select-wrap {
  position: relative;
  margin: 0 0 18px;
}

.pass-night__select {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 42px 0 22px;
  border: 1px solid #e1e1e1;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 46px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

.pass-night__select:focus {
  outline: none;
  border-color: #4b20d1;
}

.pass-night__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4b20d1;
  transform: translateY(-40%);
  pointer-events: none;
}

.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,
.pass-night__select:focus-visible {
  outline: 3px solid rgba(75, 32, 209, 0.28);
  outline-offset: 3px;
}

/* ==================== 탭 콘텐츠 ==================== */
.pass-night__panel {
  display: none;
  padding: 22px 14px 20px;
  border-radius: 16px;
  background: #f1f1f3;
}

.pass-night__panel.is-active {
  display: block;
}

.pass-night__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.winner-column,
.photo-column {
  min-width: 0;
}

.pass-night__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #4b20d1;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.pass-night__trophy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  line-height: 1;
}
.pass-night__trophy img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==================== 수상자 명단 ==================== */
.winner-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.winner-item {
  display: grid;
  grid-template-columns: 60px 1fr 2fr 64px;
  gap: 6px 8px;
  align-items: center;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 30px;
  background: #ffffff;
}

.winner-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  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: 14px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.winner-info {
  overflow: hidden;
  color: #2b2b2b;
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  border: 1.5px solid #28288E;
  border-radius: 999px;
  background: #fff;
  color: #28288E;
  font-size: 12px;
  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: 13px;
  line-height: 38px;
  text-align: center;
}

.pass-night__empty {
  margin: 40px 0;
  color: #666;
  font-size: 14px;
  text-align: center;
}

/* ==================== 사진 슬라이드 ==================== */
.photo-column {
  position: relative;
  padding: 10px;
  margin-top: 0;
}

.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;
  font-size: 14px;
}

.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: 28px;
  height: 28px;
  margin-top: -14px;
  color: #4b20d1;
  background: none;
  background-image: none !important;
}

.photo-slider-stage > .swiper-button-prev {
  left: -25px;
}

.photo-slider-stage > .swiper-button-next {
  right: -25px;
}

.photo-slider-stage > .swiper-button-prev::after,
.photo-slider-stage > .swiper-button-next::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  background: none;
  background-image: none !important;
}

.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: 14px;
  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;
}

/* =========================================================
   명예의 전당 메인
========================================================= */

.fame-subbanner {
  height: auto;
  aspect-ratio: 412 / 460;
  background-image: url("../images/fameimg/mfame_mainbanner.jpg");
  background-size: 100% 100%;
  max-width: 720px;
  margin: 0 auto;
}

.lounge-fame .main-banner {
  text-align: left;
}
.lounge-fame .main-banner.banner1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 0 0 12px;
}
.lounge-fame .main-banner.banner2 {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0 10px;
}
.lounge-fame .main-banner.banner1 a,
.lounge-fame .main-banner.banner2 a {
  background-position: center calc(100% - 15px);
  background-repeat: no-repeat;
  background-size: 70px auto;
}
.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 a,
.lounge-fame .main-banner a * {
  font-family: "Gmarket Sans", sans-serif;
}
.lounge-fame .main-banner a {
  background: #f0f0f0;
  color: #000;
  border-radius: 16px;
  display: block;
  font-size: 18px;
  line-height: 1.35;
  padding: 20px 20px 90px;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: keep-all;
}
.lounge-fame .main-banner a strong {
  font-weight: 600;
}
.lounge-fame .main-banner.banner2 a {
  background: #e3d8ff;
  color: #4c1bc7;
  position: relative;
  padding: 20px;
  background-image: none;
	font-size: 20px;
}
.lounge-fame .main-banner.banner2 a span {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  background: url("../images/btn_arrow.png") no-repeat right center;
  background-size: 30px auto;
  padding-right: 40px;
  font-size: 16px;
  padding-top: 8px;
  white-space: nowrap;
}
.lounge-fame .main-banner.banner2 a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 46%;
  right: 130px;
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  background: url("../images/fameimg/fame-icon04.png") no-repeat center center;
  background-size: contain;
}

/* =========================================================
   합격자 명단
========================================================= */
.accepted-list {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 40px;
  letter-spacing: -0.045em;
  --row-height: 46px;
  --visible-rows: 7;
  box-sizing: border-box;
}

.accepted-list__header,
.accepted-list__row {
  display: grid;
  grid-template-columns: 1.15fr 1.25fr 0.72fr 0.88fr;
  align-items: center;
  text-align: center;
}

.accepted-list__header {
  position: relative;
  z-index: 2;
  min-height: 52px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  border-radius: 17px;
  background: #efefef;
  color: #4c1bc7;
  font-size: 16px;
  font-weight: 800;
  padding: 0 10px;
}

.accepted-list__header-cell {
  min-width: 0;
  padding: 0 4px;
  white-space: nowrap;
}

.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: 14px;
  font-weight: 500;
  padding:0 10px;
}

.accepted-list__cell {
  min-width: 0;
  overflow: hidden;
  padding: 0 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.thumbnail a img{border-radius: 10px;}

/* ==================== 합격인증 제출 버튼 ==================== */
.accepted-list__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

a.accepted-list__button {
  width: min(280px, calc(100% - 24px));
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(100deg, #4c1bc7, #5420d9 58%, #5c25dc);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
}

a.accepted-list__button:hover,
a.accepted-list__button:focus-visible {
  color: #ffffff;
  background: linear-gradient(100deg, #3f13b2, #7040e7);
}

.accepted-list__button-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .accepted-list__track,
  .accepted-list__button {
    transition: none !important;
  }
}

/* =========================================================
   셀렉트 메뉴
========================================================= */
.section_ted{max-width: 720px; margin: 0 auto; padding: 0 10px;}
/* 셀렉트메뉴 */
.select-menu-wrap {
  position: relative;
  margin: 0 0 14px;
  max-width: 600px;
}

.select-menu {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0 42px 0 22px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 46px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

.select-menu:focus {
  outline: none;
  border-color: #4b20d1;
}

.select-menu:focus-visible {
  outline: 3px solid rgba(75, 32, 209, 0.28);
  outline-offset: 3px;
}

.select-menu-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4b20d1;
  transform: translateY(-40%);
  pointer-events: none;
}

.select-menu option:checked,
.select-menu option:hover,
.select-menu option:focus,
.pass-night__select option:checked,
.pass-night__select option:hover,
.pass-night__select option:focus {
  background-color: #e8dfff;
  color: #4c1bc7;
  font-weight: 800;
}

.lounge-select-options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 30;
  margin: 0;
  padding: 6px 0;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  list-style: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.select-menu-wrap.is-open .lounge-select-options,
.pass-night__select-wrap.is-open .lounge-select-options {
  display: block;
}

.lounge-select-options li {
  padding: 10px 22px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}

.lounge-select-options li:hover,
.lounge-select-options li.is-selected {
  background: #e8dfff;
  color: #4c1bc7;
  font-weight: 800;
}
/* //셀렉트메뉴 */
.section_ted .row .thumbnail{padding: 10px 0 0; margin-bottom: 0;}
.section_ted .row .caption{text-align: left;}
.section_ted .row .caption p{color: #000; margin: 0;	}

/* =========================================================
   취업정보마당
========================================================= */
.jobinfo-subbanner {
  text-indent: 0;
  max-width: 720px;
  margin: 0 auto;
  line-height: 0;
  overflow: hidden;
}
.jobinfo-subbanner > img {
  display: block;
  width: 100%;
  height: auto;
}

.jobinfo-subbanner .logo-move {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  display: flex;
  align-items: center;
  width: min(720px, 92%);
  height: 52px;
  padding: 0 28px;
  background: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}

.jobinfo-subbanner .logo-move-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jobinfo-subbanner .logo-move-swiper .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.jobinfo-subbanner .logo-move-swiper .swiper-slide:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background: #a9b9df;
  transform: translateY(-50%);
}

.jobinfo-subbanner .logo-move-swiper img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.jobinfo-subbanner .logo-move-prev,
.jobinfo-subbanner .logo-move-next {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #4b20d1;
  background: none;
  background-image: none !important;
  cursor: pointer;
}

.jobinfo-subbanner .logo-move-prev {
  left: 0;
}

.jobinfo-subbanner .logo-move-next {
  right: 0;
}

.jobinfo-subbanner .logo-move-prev::before,
.jobinfo-subbanner .logo-move-next::before {
  display: none;
}

.jobinfo-subbanner .logo-move-prev::after,
.jobinfo-subbanner .logo-move-next::after {
  content: "";
  width: 11px;
  height: 11px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  background: none;
  background-image: none !important;
}

.jobinfo-subbanner .logo-move-prev::after {
  transform: rotate(-135deg);
}

.jobinfo-subbanner .logo-move-next::after {
  transform: rotate(45deg);
}

.jobinfo-subbanner .logo-move-prev.swiper-button-disabled,
.jobinfo-subbanner .logo-move-next.swiper-button-disabled {
  opacity: 0.25;
  cursor: default;
}

.jobinfo .sec-01 .sec-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
}

.jobinfo a.btn-radius {    
  padding: 10px 20px;
	line-height: 1.2;
  text-align: left;
  word-break: keep-all;
  box-sizing: border-box;    
	display: flex;
    align-items: center;
}

.jobinfo .section.sec-02 {
  width: 100%;
  text-align: center;
  background: #e9e0ff;
  padding: 10px 0 30px;
}

.jobinfo .section.sec-02 img {
  display: block;
  margin: 0 auto;
  height: auto;
}

/* =========================================================
   실무수습과정
========================================================= */
.practice-subbanner {
  text-indent: 0;
  max-width: 720px;
  margin: 0 auto;
  line-height: 0;
}

.practice-subbanner > img {
  display: block;
  width: 100%;
  height: auto;
}

.lounge-practice .section img {
  display: block;
  width: 100%;
  height: auto;
}

.lounge-practice .section.sec-02 {
  width: 100%;
  text-align: center;
  background: #ebe3ff;
  padding: 0 0 30px;
}

/* =========================================================
   실무수습안내 목록
========================================================= */
.lecture-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lecture-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 16px 16px 14px;
  box-sizing: border-box;
}
.lecture-item .lecture-itme-cont{display: grid;  grid-template-columns: 60px 3fr 1fr;}

.lecture-item.no-data {
  text-align: center;
  color: #888;
  padding: 24px 0;
  background: #fafafa;
}

.lecture-item__head {
  padding: 0 10px; border-left: 1px solid #e6e6e6; margin-left: 10px;
}
.lecture-item__head, .lecture-item__meta{display: flex; flex-direction: column; justify-content: space-around; gap: 4px;}

.lecture-item__date {
  color: #4c1bc7;
  font-size: 14px;
  font-weight: 700;
	display: flex;
    align-items: center;
	text-align: center;
}

.label-open,
.label-closed,
.label-ended,
.label-closing {
  min-width: 58px;
  padding: 6px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1;
}

.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;
	display: inline-block;
}

.label-closing {
  background: #ffd42a;
  color: #4c1bc7;
  border: 1px solid #ffd42a;
}

.btn-include-cont {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
}

.lecture-item__prof {
  color: #666;
  font-size: 13px;
}

.lecture-item__nolink {
  color: #999;
  font-size: 13px;
}

a.btn-view {
  background: #4c1bc7;
  color: #fff;
  border: 1px solid #4c1bc7;
  font-size: 13px;
  font-weight: 700;
  min-width: 58px;
  padding: 6px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
	line-height: 1;
}

.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: 12px 0 2px;
  color: #444;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.include-cont-inner img {
  max-width: 100%;
  height: auto;
}
.son_lounge_pm04{width: 100% !important;}

/* =========================================================
   실무수습현황 목록
========================================================= */
.practice .practice-statuslist dl{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (min-width: 480px) {
  .practice .practice-statuslist dl{
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.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 {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 10px;
  border-radius: 10px;
  object-fit: cover;
}
.practice .practice-statuslist dd{display: flex; flex-direction: column; justify-content: space-around;}
.practice .practice-statuslist .thumb-title {
  color: #4c1bc7;
  font-size: 16px;
  font-weight: 700;
  word-break: keep-all;
}
.practice .practice-statuslist .thumb-info{display: flex; flex-direction: column; gap:4px;}

.practice .practice-statuslist .thumb-info > span {
  display: block;
  padding: 6px;
  border: 1px solid #dadada;
  border-radius: 10px;
  background: #f0f0f0;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.practice-statuslist__empty {
  grid-column: 1 / -1;
  padding: 40px 0;
  color: #888;
  font-size: 14px;
  text-align: center;
}

/* =========================================================
   실무수습현황 상세(하이라이트 + 후기 목록)
========================================================= */
body.is-modal-open {
  overflow: hidden;
}

.practice-highlight {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 16px;
  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: 48px;
  height: 48px;
  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;
}

.practice-highlight__text {
  margin-top: 12px;
}

.practice-highlight__text strong {
  display: block;
  margin-bottom: 6px;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.practice-highlight__text p {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.practice-highlight .photo-column {
  margin-top: 0;
  padding: 0 10px;
}

.practice-highlight .photo-column > .swiper-pagination {
  margin-top: 12px;
}

.status-review {
  max-width: 720px;
  margin: 0 auto;
  padding-top: 28px;
}

.status-review .board-title {
  margin-bottom: 14px;
  padding-left: 28px;
  background: url("../images/practiceimg/practice_icon01.png") no-repeat 0 center;
  background-size: 20px auto;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.status-review .card-list {
  padding: 0;
}

.status-review .card-num {
  flex: 0 0 auto;
  min-width: 22px;
  font-size: 13px;
}

.status-review .re-arrow {
  display: inline-block;
  margin-right: 6px;
  color: #4c1bc7;
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
}

.status-review .btn-box {
  display: flex;
  justify-content: flex-end;
  margin: 16px 0 0;
}

.status-review .btn-box a.btn-write {
  padding: 10px 20px;
  font-size: 15px;
}

/* =========================================================
   실무수습현황 글쓰기/수정
========================================================= */
.practice-write {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.practice-write__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.practice-write__field > label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.practice-write__input,
.practice-write__textarea {
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.45;
  color: #111;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
}
.practice-write__textarea {
  min-height: 220px;
  resize: vertical;
}
.practice-write__input:focus,
.practice-write__textarea:focus {
  outline: none;
  border-color: #4c1bc7;
}
.practice-write__input[readonly] {
  background: #f7f7f7;
  color: #555;
}
.practice-write__check {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #555;
}
.practice-write__btns {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 8px 0 0;
}
.practice-write__btns a.btn-write,
.practice-write__btns a.btn-list {
  padding: 10px 20px;
  font-size: 15px;
}
.practice-write__btns a.btn-list {
  background: #fff;
  color: #4d288e;
}
.practice-write__btns a.btn-list:hover {
  color: #fff;
}

/* =========================================================
   실무수습현황 상세
========================================================= */
.practice-detail {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.practice-detail__head {
  padding: 18px 16px 14px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
}
.practice-detail__title {
  margin: 0;
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}
.practice-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 12px;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}
.practice-detail__author {
  color: #333;
  font-weight: 600;
}
.practice-detail__view {
  color: #888;
}
.practice-detail__body {
  padding: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  word-break: break-word;
}
.practice-detail__body img {
  max-width: 100%;
  height: auto;
}
.practice-detail__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.practice-detail__nav-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: start;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
}
.practice-detail__nav-label {
  color: #4c1bc7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.practice-detail__nav-text {
  min-width: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.45;
  word-break: keep-all;
}
.practice-detail__nav-text a {
  color: #111;
  text-decoration: none;
}
.practice-detail__nav-text a:hover {
  color: #4c1bc7;
}
.practice-detail__nav-empty {
  color: #999;
}
.practice-detail__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
}
.practice-detail__btns a.btn-write,
.practice-detail__btns a.btn-list {
  padding: 10px 18px;
  font-size: 15px;
}
.practice-detail__btns a.btn-list {
  background: #fff;
  color: #4d288e;
}
.practice-detail__btns a.btn-list:hover {
  color: #fff;
}

.practice-video-modal {
  position: fixed;
  z-index: 10000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  padding: 12px;
  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(720px, 100%);
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  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: 14px 16px 16px;
  color: #ffffff;
  background: linear-gradient(90deg, #082d59, #0b4f8c);
}

.practice-video-modal__title {
  margin: 0;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.practice-video-modal__close {
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  color: #ffffff;
  background: rgba(4, 18, 36, 0.78);
  font-size: 22px;
  line-height: 1;
}

/* =========================================================
   보험IN
========================================================= */
.boheomin-subbanner {
  text-indent: 0;
  max-width: 720px;
  margin: 0 auto;
  line-height: 0;
}

.boheomin-subbanner > img {
  display: block;
  width: 100%;
  height: auto;
}

.boheomin .main-quick {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
  padding: 16px 10px 8px;
  box-sizing: border-box;
}

.boheomin .main-quick > div {
  display: block;
  padding: 20px 16px;
  border: solid 1px #4c1bc7;
  border-radius: 16px;
  color: #686868;
  text-align: center;
      background-position: calc(100% - 15px) center;
    background-size: 90px auto;
    background-repeat: no-repeat;
}
.boheomin .main-quick > div:nth-child(1) {background-image: url(../images/boheominimg/boheomin-icon01.png);}
.boheomin .main-quick > div:nth-child(2) {background-image: url(../images/boheominimg/boheomin-icon02.png);}
.boheomin .main-quick > div:nth-child(3) {background-image: url(../images/boheominimg/boheomin-icon03.png);}

.boheomin .main-quick > div .title {
  margin-bottom: 12px;
  color: #4c1bc7;
  font-family: "Gmarket Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
	text-align: left;
}

.boheomin .main-quick > div .title strong {
  font-family: "Gmarket Sans", sans-serif;
  font-size: 1.4em;
  font-weight: 800;
}
.boheomin .main-quick > div p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.5;
  word-break: keep-all;
	text-align: left;
}

.boheomin .sec-02 {
  background: #efefef;
  padding: 10px 0;
}

.boheomin .sec-03 {
  position: relative;
  z-index: 0;
}

.boheomin .sec-03 .sec-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 10px 30px;
  box-sizing: border-box;
}

body.is-modal-open .boheomin .sec-03 {
  z-index: 0;
}

.boheomin a.btn-radius {
  display: flex;
  align-items: center;
  padding: 14px 36px 14px 16px;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  word-break: keep-all;
  box-sizing: border-box;
}

/* 보험IN 영상 슬라이드 (1장씩) */
.boheomin-swiper-stage {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 8px;
}

.boheomin-swiper-stage .swiper-slide {
  background: #111;
}

.boheomin-swiper-stage .video-box {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.boheomin-swiper-stage .youtube-cover {
  position: absolute;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  background: #000;
}

.boheomin-swiper-stage .youtube-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boheomin-swiper-stage .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%);
}

.boheomin-swiper-stage .video-play-btn::before {
  display: none;
  content: none;
}

.boheomin-swiper-stage > .swiper-pagination .swiper-pagination-bullet {
  background: #cfcfcf;
}

.boheomin-swiper-stage > .swiper-pagination .swiper-pagination-bullet-active {
  background: #4c1bc7;
}

.boheomin-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
  padding: 10px 0 20px;
  box-sizing: border-box;
}

.boheomin-content a {
  display: block;
}

.boheomin-content img {
  display: block;
  width: 100%;
  height: auto;
}

.boheomin-demand {
  max-width: 720px;
  margin: 0 auto;
  padding: 10px 0 20px;
  box-sizing: border-box;
  text-align: left;
}

.boheomin-demand .lecture-item__date {
  word-break: keep-all;
  color: #000;
}

 .lecture-item__title {
  display: block;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  word-break: keep-all;
}

