@charset "UTF-8";
@import url(/assets/pc/css/all-grades-728edf31046fcc09ec15f9ea686051ca.css?ver=20250626);
:root {
  --color-primary: #02a39f;
  --color-primary-bg: #e6f4f4;
  --color-primary_header:#42b2bb; /*메인 추가 */
  --color-quick:#C5EAE9; /*메인 추가 */
  --color-primary-50: #f9fbfc;
  --color-primary-100: #e8f6f6;
  --color-primary-150: #f2fafa;
  --color-primary-200: #d1eeed;
  --color-primary-300: #8cd5d3;
  --color-primary-400: #36bac1;
  --color-primary-600: #1e9fa7;
  --color-primary-700: #017c81;
  --color-primary-800: #015c61;
  --color-primary-disabled: #88a8a7;
  --color-secondary: #f28b9c;
  --color-secondary-500: #e26f8e;
  --color-secondary-600: #d66384;
  --button-primary: #02a39f;
  --button-primary-hover: #015c61;
  --button-primary-disable: #57AAA0;
  --button-secondary: #36bac1;
  --button-secondary-hover: #015c61;
  --button-secondary-disable: #57AAA0;
  --button-third: #f28b9c;
  --button-third-hover: #e26f8e;
  --button-third-disable: #d66384;
  --logo-images: url("/assets/images/common/logo-elementary-1486c11b230f2e3ec3947f479505e07a.svg");
  --logo-mteacher: url("/assets/images/elementary/logo-mteacher-3b376aaad6a8ba22af3f2e62b0d627a0.svg");
  --bg-prd-reference: url("/assets/images/elementary/bg-prd-reference-ac916699566b4164feba232cbb2fe2e7.png");
  --icon-star: url("/assets/images/elementary/icon-star-20dea88ee4cb44a73177b780c16566ef.svg");
  --bg-loading: url("/assets/images/elementary/bg-loading-0bcea9577e59378621b873ae3b63e5b0.png");
}

.header-members {
  position: relative;
  background-color: var(--color-primary);
  padding-top: 27px;
  padding-bottom: 31px;
}
.header-members .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 49px;
}
.header-members::before, .header-members::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-100%);
}
.header-members::before {
  top: 0;
  left: calc((100% - 870px) / 2 + 17px);
  width: 15px;
  height: 6px;
  background-image: url("/assets/images/common/img-triangle01-e4582d206fa11e384d8ef8996ce45855.svg");
}
.header-members::after {
  bottom: 0;
  left: calc((100% - 870px) / 2 + 20px);
  width: 20px;
  height: 8px;
  background-image: url("/assets/images/common/img-triangle02-bd758e9b2a4b8d2b8fa18d4e93fb5cc8.svg");
}
.header-members .logo-mirae-n {
  width: 112px;
  height: 30px;
  color: #fff;
}
.header-members .logo-mirae-n svg {
  width: 100%;
  height: 100%;
}

.members {
  margin-top: 56px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 200px);
}
.members .vertical-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 870px;
  flex-direction: column;
  min-height: calc(100vh - 281px);
  margin: 0 auto;
}
.members > h2 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.members h3 {
  text-align: center;
}
.members .title {
  color: #000;
  margin-bottom: 16px;
  font-weight: 500;
}
.members .title span {
  margin-right: 4px;
  color: #a4a4a4;
}
.members .title .required {
  color: var(--color-primary);
}
.members .ox .title {
  margin-bottom: 0;
  color: #000;
}
.members .ox strong.text-lg {
  line-height: 1.2;
}
.members .inner {
  display: flex;
  flex-wrap: nowrap;
}
.members .banners {
  border: 1px solid rgba(216, 230, 240, 0.3);
  flex-shrink: 0;
}
.members .login-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-left: none;
  padding: 20px 72px;
}
.members .login-box input[type=search],
.members .login-box input[type=password],
.members .login-box .clear-container {
  width: 100%;
  margin-bottom: 8px;
}
.members .login-box input[type=search]:last-of-type,
.members .login-box input[type=password]:last-of-type,
.members .login-box .clear-container:last-of-type {
  margin-bottom: 0;
}
.members .login-box .button {
  margin-top: 32px;
}
.members .login-box .join-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.members .login-box .join-wrap a {
  text-decoration: underline;
  font-weight: 700;
}
.members .split-container {
  margin-top: 16px;
}
.members footer {
  padding: 30px;
  text-align: center;
}
.members .agree-form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.members .agree-form.size-wide {
  width: 870px;
}
.members .signin-chapter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.members .signin-chapter .chapter {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  font-size: 20px;
  background-color: #f6f6f6;
  color: #a4a4a4;
  line-height: 1;
}
.members .signin-chapter .chapter.active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  font-weight: bold;
}
.members .signin-chapter .chapter:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  width: 24px;
  height: 1px;
  background-color: #e6e6e6;
}
.members .page-buttons .size-xl {
  min-width: 168px !important;
}
.members .box-outlined-gray {
  padding: 40px 56px;
}
.members .box-outlined-gray.join-finish {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.members .box-outlined-gray:nth-child(2) h3 {
  margin-bottom: 40px;
}
.members .tabs.type-line {
  margin-top: 40px;
}
.members input,
.members .textarea,
.members textarea,
.members .input-inner-extra {
  height: 56px;
}
.members .inner-wrap {
  text-align: center;
}
.members .inner-wrap img {
  margin-top: 62px;
  margin-bottom: 72px;
  width: 184px;
  height: 110px;
}
.members .inner-wrap h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.88px;
}
.members .inner-wrap h3 span {
  color: var(--color-primary);
}
.members .inner-wrap .desc {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 18px;
}

.mypage-section {
  margin: 72px 0;
}
.mypage-section:first-of-type {
  margin-top: 0;
}
.mypage-section h3 {
  margin-bottom: 16px;
  text-align: left;
}
.mypage-section .section-inner .desc {
  margin-bottom: 0;
}
.mypage-section .desc {
  margin-bottom: 24px;
}
.mypage-section .table-items,
.mypage-section .tabs.type-line {
  margin-top: 24px;
}
.mypage-section .table-items .tabs.type-sub {
  margin-top: 24px;
}
.mypage-section .table-items .tabs .pane {
  padding: 20px;
  border-color: var(--color-primary-300);
  border-width: 0 1px 1px;
  border-style: solid;
}
.mypage-section .split-container {
  align-items: flex-end;
}
.mypage-section .grid-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(120px, auto) 1fr;
  gap: 8px 16px;
}

.header.util-menu .util-wrap {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
}
.header.util-menu .util-wrap.type-border {
  border-bottom: 1px solid #e6e6e6;
}
.header.util-menu .util-wrap .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  height: 100px;
  margin: 0 auto;
}
.header.util-menu .util-wrap .search-box {
  display: flex;
  align-items: center;
  width: 578px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 4px solid var(--color-primary);
  padding: 0 20px;
}
.header.util-menu .util-wrap .search-box .clear-container {
  border: none;
  padding: 0;
  flex-grow: 1;
}
.header.util-menu .util-wrap .search-box input {
  font-size: 20px;
  width: 100%;
  border: none;
}
.header.util-menu .util-wrap .search-box .icon-button {
  width: 28px;
  height: 28px;
  margin-left: 20px;
  flex-shrink: 0;
}
.header.util-menu .util-wrap .search-box .icon-button svg {
  width: 100%;
  height: 100%;
}
.header.util-menu .gnb-wrap {
  justify-content: center;
  height: 60px;
}
.header.util-menu .gnb-wrap::before, .header.util-menu .gnb-wrap::after {
  display: none;
}
.header.util-menu .gnb > ul {
  gap: 40px;
}
.header.util-menu .gnb > ul > li:hover > a,
.header.util-menu .gnb > ul > li.active > a {
  transform: none;
  transition: none;
  font-weight: 500;
  opacity: 1;
}
.header.util-menu .gnb > ul > li:hover > a::before,
.header.util-menu .gnb > ul > li.active > a::before {
  display: none;
}
.header.util-menu .gnb > ul > li > a {
  transform: none;
  transition: none;
  opacity: 0.5;
}

.header.teacher-live .header-contents {
  background-color: #fff;
}
.header.teacher-live .gnb-wrap {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.header.teacher-live .gnb-wrap::before, .header.teacher-live .gnb-wrap::after {
  display: none;
}
.header.teacher-live .gnb-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.header.teacher-live .gnb {
  height: 100%;
}
.header.teacher-live .gnb > ul {
  display: flex;
  gap: 0;
  height: 100%;
}
.header.teacher-live .gnb > ul > li {
  height: 100%;
}
.header.teacher-live .gnb > ul > li:hover > a, .header.teacher-live .gnb > ul > li.active > a {
  color: var(--color-primary);
  transform: none;
}
.header.teacher-live .gnb > ul > li:hover > a::before, .header.teacher-live .gnb > ul > li.active > a::before {
  display: none;
}
.header.teacher-live .gnb > ul > li.active:hover .lnb-wrap {
  opacity: 1;
  transform: scaleY(1);
}
.header.teacher-live .gnb > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 14px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  transition: none;
  opacity: 1;
}
.header.teacher-live .lnb-wrap {
  position: absolute;
  width: 100%;
  background-color: var(--color-primary);
  z-index: 1;
}
.header.teacher-live .lnb-wrap .lnb-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.header.teacher-live .lnb-wrap .lnb {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  height: 60px;
  padding-bottom:0;
}
.header.teacher-live .lnb-wrap .lnb > li:hover > a,
.header.teacher-live .lnb-wrap .lnb > li.active > a {
  transform: none;
  transition: none;
  font-weight: 500;
  opacity: 1;
}
.header.teacher-live .lnb-wrap .lnb > li:hover > a::before,
.header.teacher-live .lnb-wrap .lnb > li.active > a::before {
  display: none;
}
.header.teacher-live .lnb-wrap .lnb > li > a {
  transform: none;
  transition: none;
  opacity: 0.5;
  color: #fff;
  font-size: 18px;
}

.util-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-660px, -50%);
  display: flex;
  align-items: center;
  gap: 20px;
  width: auto;
  font-size: 24px;
  color: #000;
  z-index: 2;
}
.util-logo .dropdown a {
  height: auto;
  text-indent: initial;
  font-size: 14px;
  background: none;
}
.util-logo .dropdown a:hover {
  color: var(--color-primary);
}
.util-logo .dropdown .items {
  margin-top: 16px;
}

.point-items {
  display: flex;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.point-items + .box-outlined-gray {
  padding-top: 12px;
  padding-bottom: 12px;
}
.point-items .item {
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
  flex-basis: 30%;
  padding: 0 32px;
  height: 112px;
  border-left: 1px solid #e6e6e6;
}
.point-items .item:first-child {
  border-left: none;
}
.point-items .icon {
  margin-left: auto;
  width: 44px;
  height: 44px;
}
.point-items .text-wrap {
  width: 60%;
}
.point-items .text-wrap strong {
  margin-top: 4px;
}

.point-section .forms {
  margin-left: auto;
  width: 55%;
}
.point-section .forms input{
  height:36px;
}
.point-section .tabs.type-sub {
  margin-top: 24px;
}
.point-section .pagination {
  margin-bottom: 0;
}

.point-details {
  border-bottom: 1px solid var(--color-primary-200);
}
.point-details li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #f6f6f6;
}
.point-details li:hover {
  background-color: var(--color-primary-50);
}
.point-details .title {
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
}
.point-details .date {
  width: 18%;
  text-align: center;
}
.point-details .point {
  display: inline-flex;
  width: 18%;
}
.point-details .point .badge {
  margin-left: auto;
  border-radius: 10px;
  font-size: 14px;
}

.faq-section h3 {
  font-weight: 700;
}
.faq-section .total {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.faq-section .slider-overflow {
  margin-top: 20px;
}
.faq-section .swiper-slide {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding: 28px 20px;
  height: 232px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  text-align: left;
}
.faq-section .swiper-slide:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary-400);
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
}
.faq-section .swiper-slide.active {
  border: none;
  background-color: #fff;
}
.faq-section .swiper-slide.active svg {
  width: 20px;
  height: 20px;
}
.faq-section .swiper-slide.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary-400);
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
}
.faq-section .swiper-slide.active .title {
  color: #000;
  font-weight: 700;
}
.faq-section .swiper-slide .title {
  display: block;
  margin-top: 16px;
  margin-bottom: auto;
  color: #414141;
}
.faq-section .swiper-slide-active {
  border: none;
  background-color: #fff;
}
.faq-section .swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-primary-400);
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
}
.faq-section .swiper-slide-active .title {
  color: #000;
  font-weight: 700;
}
.faq-section .split-container {
  margin-bottom: 56px;
}
.faq-section .box-no-data {
  border-top: 1px solid var(--color-primary-100);
}

.faq-items.accordion {
  margin-top: 20px;
}
.faq-items.accordion > ul > li {
  margin-top: -1px;
  border: 1px solid transparent;
  border-bottom: 1px solid #f6f6f6;
}
.faq-items.accordion > ul > li:first-child {
  border-top: 1px solid var(--color-primary-200);
}
.faq-items.accordion > ul > li:last-child {
  border-bottom: 1px solid var(--color-primary-200);
}
.faq-items.accordion .action {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 56px;
}
.faq-items.accordion .action:hover {
  background-color: var(--color-primary-50);
}
.faq-items.accordion .action:hover .title {
  text-decoration: underline;
}
.faq-items.accordion .action:hover .new {
  text-decoration: none;
}
.faq-items.accordion .active {
  border: 1px solid var(--color-primary-200);
}
.faq-items.accordion .active .action {
  background-color: var(--color-primary-50);
}
.faq-items.accordion .pane {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 210px;
  padding-right: 40px;
}
.faq-items .header-wrap > span {
  display: inline-block;
  width: 10%;
  color: #626262;
}
.faq-items .title {
  color: #000;
  font-weight: 500;
}
.faq-items .answer-wrap {
  color: #000;
  padding-left: 20px;
  background: url(/assets/images/common/icon-reple-b82d0e7b4a36bbc2e6b55fd3ab679c6b.svg) 0 2px no-repeat;
}

.popup-container.faq-items .header {
  text-align: left;
  border-bottom: 0;
  padding: 40px 40px 25px;
}
.popup-container.faq-items .body {
  margin-left: 75px;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0px;
}
.popup-container.faq-items .footer {
  padding-left: 40px;
  padding-right: 40px;
}
.popup-container.faq-items .badge {
  margin-bottom: 32px;
}
.popup-container.faq-items .header-wrap {
  align-items: flex-start;
}
.popup-container.faq-items .title {
  font-size: 18px;
}
.popup-container .split-container-info {
  width: 100%;
  background-color: #fafafa;
  padding-bottom: 32px;
  border-top: none;
}

.program-info-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.program-info-list li {
  display: flex;
  align-items: center;
  flex-basis: 652px;
  flex-shrink: 0;
  /*padding-top: 46px;
  padding-right: 40px;
  padding-bottom: 46px;
  padding-left: 60px;*/
  padding: 0;
  max-height: 160px;
  border-radius: 4px;
  border: 1px solid var(--color-primary-100);
  background-color: var(--color-primary-50);
}
.program-info-list li > a {
  display: flex;
  align-items: center;
  flex-basis: 650px;
  flex-shrink: 0;
  padding-top: 46px;
  padding-right: 40px;
  padding-bottom: 46px;
  padding-left: 60px;
}
.program-info-list .title {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 4px;
  line-height: 1.1;
}
.program-info-list .icon {
  width: 68px;
  height: 68px;
  margin-right: 40px;
}
.program-info-list .icon.size-sm {
  width: 44px;
  height: 44px;
  margin-right: 20px;
}
.program-info-list .button {
  width: 40px;
  height: 40px;
  margin-left: auto;
}
.program-info-list .button.type-icon {
  border-radius: 4px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.program-info-list .button.type-icon svg {
  width: 20px;
  height: 20px;
}
.program-info-list .button.type-text {
  padding: 2px 0;
}
.program-info-list .button.type-text svg {
  color: #d2d2d2;
  width: 100%;
  height: 100%;
}

.title-check {
  position: relative;
  margin-top: 56px;
  padding: 16px 24px;
  padding-left: 56px;
  border-radius: 4px;
  background-color: #fafafa;
  color: var(--color-primary);
}
.title-check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  background-image: url("/assets/images/common/icon-check-02-4117023739ff187e664827cc97105828.svg");
  width: 24px;
  height: 24px;
}

.teacher-live .filters .ox {
  width: 163px;
}
.teacher-live .table-items + .box-info p {
  margin-top: 8px;
  padding: 0 28px;
}

.recommend-channel {
  margin-top: 32px;
  position: relative;
}
.recommend-channel .slider {
  overflow-x: hidden;
  margin-top: 24px;
  margin-left: 66px;
  margin-right: 66px;
  padding-bottom: 50px;
}
.recommend-channel .swiper-slide {
  width: 168px;
}
.recommend-channel .swiper-slide.new-channel .badge {
  display: inline-flex;
}
.recommend-channel .swiper-slide a {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  gap: 16px;
}
.recommend-channel .swiper-slide .img-box {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 168px;
  border-radius: 100%;
  background-color: #f4f2e8;
  background-image: url("/assets/images/common/bg-channel-shadow-9bdaab627215a0da7f9aff23192895de.svg");
  background-position: center 115px;
  background-repeat: no-repeat;
}
.recommend-channel .swiper-slide .badge {
  display: none;
  position: absolute;
  top: 17px;
  left: 0;
  min-height: 24px;
}
.recommend-channel .swiper-slide p {
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #000;
}
.recommend-channel .swiper-button-prev,
.recommend-channel .swiper-button-next {
  top: 50%;
  transform: translateY(-100%);
  width: 48px;
  height: 48px;
  color: #d2d2d2;
}
.recommend-channel .swiper-button-prev.swiper-button-prev,
.recommend-channel .swiper-button-next.swiper-button-prev {
  left: 0;
}
.recommend-channel .swiper-button-prev.swiper-button-next,
.recommend-channel .swiper-button-next.swiper-button-next {
  right: 0;
}
.recommend-channel .swiper-button-prev::after,
.recommend-channel .swiper-button-next::after {
  display: none;
}
.recommend-channel .swiper-button-prev.disabled,
.recommend-channel .swiper-button-next.disabled {
  pointer-events: none;
}
.recommend-channel .swiper-pagination {
  bottom: 0;
}
.recommend-channel .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  opacity: 1;
}
.recommend-channel .swiper-pagination-bullet-active, .recommend-channel .swiper-pagination-bullet:hover, .recommend-channel .swiper-pagination-bullet:focus {
  background-color: var(--color-primary);
}

.channel-title {
  display: flex;
  align-items: center;
  gap: 56px;
  padding: 32px 40px;
  border: 1px solid #e6e6e6;
}
.channel-title .thumb-nail {
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  width: 352px;
  height: 200px;
  border-radius: 10px;
  background-image: url("/assets/images/common/img-no-data-91913e87c717c7448ba8692b6aafdc4c.svg");
  background-size: 15%;
  background-color: var(--color-primary-100);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.channel-title .thumb-nail img {
  height: 100%;
}
.channel-title .thumb-nail img {
  max-width: unset;
  height: 100%;
}
.channel-title .title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 16px;
}

.lecture-list {
  margin-top: 24px;
}
.lecture-list .item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 32px 0;
  border-bottom: 1px solid #e6e6e6;
}
.lecture-list .item:first-child {
  padding-top: 0;
}
.lecture-list .item.end .overlay {
  display: block;
}
.lecture-list .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  width: 352px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  background-image: url("/assets/images/common/img-no-data-91913e87c717c7448ba8692b6aafdc4c.svg");
  background-size: 15%;
  background-color: var(--color-primary-100);
  background-position: center center;
  background-repeat: no-repeat;
}
.lecture-list .img-wrap img {
  max-width: unset;
  height: 100%;
}
.lecture-list .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
.lecture-list .info-wrap {
  flex-grow: 1;
}
.lecture-list .info-wrap .text-wrap {
  display: block;
}
.lecture-list .title-wrap {
  width: 100%;
}
.lecture-list .title-wrap .title {
  font-weight: 500;
  color: #000;
}
.lecture-list .title-wrap .desc {
  margin-top: 4px;
}
.lecture-list .title-wrap:hover .title {
  text-decoration: underline;
}
.lecture-list .time-table {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 20px;
}
.lecture-list .time-table a {
  display: flex;
  align-items: center;
  width: 33%;
  height: 40px;
  padding: 0 16px;
  flex-shrink: 1;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.lecture-list .time-table a .round {
  margin-right: 4px;
}
.lecture-list .time-table a .badge {
  margin-left: auto;
}
.lecture-list .time-table a:hover {
  border-color: #838383;
}
.lecture-list h2 {
  margin-bottom: 12px;
}
.lecture-list h3 {
  margin-top: 8px;
  margin-bottom: 16px;
}
.lecture-list .date {
  font-size: 14px;
  margin-top: 20px;
}
.lecture-list.type-detail dl {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-top: 8px;
  font-weight: 500;
  color: #000;
}
.lecture-list.type-detail dl dt {
  flex-shrink: 1;
  width: 80px;
}
.lecture-list.type-detail dl dd {
  width: 100%;
}
.lecture-list.type-detail dl .ul-dot {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 0;
}
.lecture-list.type-detail dl .ul-dot li {
  flex-shrink: 1;
  flex-basis: calc(33% - 9px);
  margin-top: 0;
  font-weight: normal;
  color: #838383;
}
.lecture-list.type-detail .type-offline p.address {
  display: block;
}
.lecture-list.type-detail p.address {
  display: none;
}
.lecture-list .buttons.type-vertical {
  flex-shrink: 0;
  margin-left: auto;
}
.lecture-list .buttons.type-vertical .button {
  flex-direction: row;
}
.lecture-list.type-title .item {
  padding: 32px 40px;
  border: 1px solid #e6e6e6;
}

.progress-steps {
  margin-top: 24px;
  display: flex;
}
.progress-steps .step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
  width: 25%;
  height: 40px;
  font-weight: 500;
  color: #626262;
  border: 1px solid #e6e6e6;
}
.progress-steps .step::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 1;
  border-style: solid;
  border-top-width: 20px;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 13px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #e6e6e6;
  transform: translateX(100%);
}
.progress-steps .step::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 1;
  border-style: solid;
  border-top-width: 20px;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 13px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  transform: translateX(100%);
}
.progress-steps .step:not(.active) {
  background-color: transparent;
}
.progress-steps .step:not(.active)::after {
  background-color: transparent;
}
.progress-steps .step:first-child {
  border-radius: 4px 0 0 4px;
}
.progress-steps .step:last-child {
  border-radius: 0 4px 4px 0;
}
.progress-steps .step:last-child::before, .progress-steps .step:last-child::after {
  display: none;
}
.progress-steps .step svg {
  display: none;
  width: 16px;
  height: 16px;
}
.progress-steps .step.active {
  color: #fff;
}
.progress-steps .step.active svg {
  display: block;
}
.progress-steps .step.active:nth-child(1) {
  background-color: var(--color-primary-400);
  border-color: #31a7ae;
}
.progress-steps .step.active:nth-child(1)::before {
  border-left-color: #31a7ae;
}
.progress-steps .step.active:nth-child(1)::after {
  border-left-color: var(--color-primary-400);
}
.progress-steps .step.active:nth-child(2) {
  background-color: #58BC85;
  border-color: #4fa978;
}
.progress-steps .step.active:nth-child(2)::before {
  border-left-color: #4fa978;
}
.progress-steps .step.active:nth-child(2)::after {
  border-left-color: #58BC85;
}
.progress-steps .step.active:nth-child(3) {
  background-color: #F28B9C;
  border-color: #da7d8c;
}
.progress-steps .step.active:nth-child(3)::before {
  border-left-color: #da7d8c;
}
.progress-steps .step.active:nth-child(3)::after {
  border-left-color: #F28B9C;
}
.progress-steps .step.active:nth-child(4) {
  background-color: #a4a4a4;
  border-color: #949494;
}

.lecture-view .header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 24px;
  border-top: 2px solid #414141;
  border-bottom: 1px solid #e6e6e6;
}
.lecture-view .header > :first-child {
  flex-grow: 1;
}
.lecture-view .header .date {
  margin-top: 8px;
  color: #000;
  font-size: 14px;
}
.lecture-view .header .desc {
  margin-top: 12px;
}
.lecture-view .header .button {
  flex-shrink: 0;
}
.lecture-view .list-wrap {
  margin: 52px 0;
}
.lecture-view .list-wrap .pagination {
  margin-bottom: 0;
}
.lecture-view .comment-wrap {
  margin: 72px 0;
}
.lecture-view .comment-wrap .comment {
  margin-top: 32px;
}
.lecture-view .lecture-list {
  width: 100%;
  margin-top: 52px;
}
.lecture-view .editor-area {
  margin: 52px 0 32px;
  text-align: center;
  line-height: 0;
}

.lecture-section {
  margin: 72px 0;
}

.type-proposal {
  max-width: 1320px;
  margin: 0 auto;
  margin-top: 56px;
}
.type-proposal .header h2 {
  font-size: 46px;
  text-align: center;
}
.type-proposal .lecture-list {
  margin-top: 32px;
}
.type-proposal .lecture-list .item {
  gap: 56px;
}
.type-proposal .lecture-list + .lecture-section {
  margin-top: 40px;
}
.type-proposal .lecture-section {
  color: #000;
}
.type-proposal .lecture-section:last-of-type {
  margin-bottom: 0;
}
.type-proposal .lecture-section h3 {
  margin-bottom: 24px;
}
.type-proposal .lecture-section h3 .ox label::before {
  top: 4px;
}
.type-proposal .lecture-section h3 .ox label::after {
  top: 5px;
}
.type-proposal .lecture-section .time-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 100px;
  background-color: var(--color-primary-150);
}
.type-proposal .lecture-section .button.type-text svg {
  width: 12px;
  height: 12px;
}
.type-proposal .lecture-section .info-list > li {
  margin-top: 24px;
}
.type-proposal .lecture-section .info-list .input-etc {
  width: 420px;
}
.type-proposal .lecture-section .ox label {
  color: #000;
}
.type-proposal .lecture-section .table-items .button {
  min-width: 124px;
  font-size: 14px;
}
.type-proposal .box-policy {
  border-radius: 4px;
}

.footer-simple {
  margin-top: 32px;
  padding: 30px 0;
  text-align: center;
}

.webzine-container {
  background-color: rgba(235, 242, 242, 0.3);
}
.webzine-container + .layout-footer {
  margin-top: 0;
}
.webzine-container .main {
  margin: 0 auto;
  padding-top: 72px;
  padding-bottom: 80px;
  width: 1320px;
}

.webzine-section:nth-of-type(n+2) {
  margin-top: 72px;
}
.webzine-section:last-of-type {
  margin-bottom: 0;
}
.webzine-section h3 {
  margin-bottom: 24px;
}
.webzine-section .youtube-box,
.webzine-section .video-box {
  width: 800px;
  height: 448px;
  margin-top: 24px;
}
.webzine-section .youtube-box {
  padding-bottom: 34%;
}
.webzine-section .title-wrap {
  margin-bottom: 32px;
}
.webzine-section .title-wrap h3 {
  margin-bottom: 8px;
}
.webzine-section .title-wrap span {
  display: block;
  margin-top: 4px;
}
.webzine-section .select-wrap {
  max-width: 30%;
}
.webzine-section .form-group + .forms {
  margin-top: 24px;
}
.webzine-section .ox {
  margin-top: 12px;
}
.webzine-section .ox label {
  color: #000;
  font-weight: 500;
}
.webzine-section .ox span {
  margin-right: 4px;
}
.webzine-section .page-buttons {
  margin: 12px 0;
}
.webzine-section .page-buttons .button {
  min-width: 168px;
}
.webzine-section .tabs {
  position: relative;
}
.webzine-section .tab li {
  background-color: #fff;
}
.webzine-section .tab li:hover, .webzine-section .tab li:focus, .webzine-section .tab li.active {
  background-color: var(--color-primary-300);
}
.webzine-section .image-wrap {
  height: 396px;
}

.webzine-box {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-bottom: 40px;
  padding: 32px 40px;
  border: 1px solid #e6e6e6;
}
.webzine-box .image-wrap {
  overflow: hidden;
  width: 198px;
  height: 259px;
}
.webzine-box .image-wrap img {
  max-width: unset;
}
.webzine-box .inner-wrap {
  flex-grow: 1;
}
.webzine-box .button-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
}
.webzine-box .ul-dot {
  margin-top: 20px;
}

.webzine-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.webzine-list li {
  position: relative;
  overflow: hidden;
  height: 280px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.webzine-list li a {
  display: block;
  height: 100%;
  line-height: 0;
}
.webzine-list li a img {
  width: 100%;
}
.webzine-list .like {
  position: absolute;
  top: 20px;
  right: 20px;
}

.webzine-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-top: 40px;
}
.webzine-items .split-container {
  gap: 16px;
  margin-top: 20px;
}
.webzine-items .split-container strong {
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.webzine-items .badges {
  flex-shrink: 0;
}
.webzine-items .buttons{
  display:block;
  margin-top:20px;
  overflow:hidden;
}
.webzine-items .buttons .button{
  width:calc(50% - 4px);
}
.webzine-items .buttons .type-secondary{
  float:left;
}
.webzine-items .buttons .type-third{
  float:right;
}

.review-slider {
  padding-bottom: 52px;
}
.review-slider .slides.move .swiper-button-prev,
.review-slider .slides.move .swiper-button-next {
  display: flex;
}
.review-slider .swiper-button-prev,
.review-slider .swiper-button-next {
  display: none;
}
.review-slider .swiper-slide {
  overflow: hidden;
  padding: 20px 0 32px;
  width: 33%;
  margin-right: 16px;
  border-radius: 4px;
  background-color: #fff;
}
.review-slider .swiper-slide strong {
  color: var(--color-primary);
  font-weight: 500;
}
.review-slider .swiper-slide p {
  margin-top: 8px;
  padding: 0 40px;
  height: 228px;
}
.review-slider .icon {
  margin-left: 40px;
}
.review-slider .divider-group {
  margin-top: 24px;
  padding: 0 40px;
}
.review-slider .swiper-pagination {
  bottom: 0;
}
.review-slider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  background-color: #d2d2d2;
  opacity: 1;
}
.review-slider .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.webzine-slider {
  position: static;
  overflow: hidden;
}
.webzine-slider .swiper-button-prev,
.webzine-slider .swiper-button-next {
  top: 50%;
  width: 36px;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.05);
  opacity: 1;
  z-index: 4;
}
.webzine-slider .swiper-button-prev:hover, .webzine-slider .swiper-button-prev:focus,
.webzine-slider .swiper-button-next:hover,
.webzine-slider .swiper-button-next:focus {
  background-color: #f6f6f6;
}
.webzine-slider .swiper-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.webzine-slider .swiper-button-next {
  right: 0;
  transform: translate(50%, -50%);
}

.gate-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 768px;
}
.gate-wrapper::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 36vh;
  content: "";
  background: url("/assets/images/common/bg-gate-30c303725b9f28ab4691a60b1c9d5264.png") no-repeat top;
  background-size: cover;
}

.gate-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  position: relative;
}
.gate-container .buttons {
  margin-top: 20px;
  gap: 20px;
}
.gate-container main {
  margin: 20px auto 0;
  width: 1200px;
}

.gate-header {
  display: flex;
  align-items: center;
  width: 1200px;
}
.gate-header h1 {
  width: 153px;
  height: 41px;
  color: #000;
}
.gate-header h1 svg {
  width: 100%;
  height: 100%;
}
.gate-header h2 {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 39px;
}
.gate-header h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 38px;
  background-color: #000;
  opacity: 0.2;
  transform: translateY(-50%);
}
.gate-header .origin-mteacher {
  width: 387px;
  margin-left: auto;
}

.gate-footer {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 30px auto;
  color: #000;
}
.gate-footer .logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 40px;
}
.gate-footer .logo {
  width: 84px;
  height: 22px;
}
.gate-footer .logo svg {
  width: 100%;
  height: 100%;
}
.gate-footer .customer {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
  font-size: 12px;
}
.gate-footer .customer p {
  padding: 6px 12px;
  border-radius: 30px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.gate-footer .divider-group > li::before {
  height: 9px;
}

.gate-button {
  display: inline-flex;
  align-items: center;
  flex-grow: 1;
  padding: 39px 48px 40px 32px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.gate-button.type-elementary {
  background: linear-gradient(104deg, #02A39F 0%, #02A39F 100%);
}
.gate-button.type-middle {
  background: linear-gradient(104deg, #C43CB4 0%, #C43CB4 100%);
}
.gate-button.type-high {
  background: linear-gradient(104deg, #7547D9 0%, #7547D9 100%);
}
.gate-button .logo {
  margin-left: auto;
  height: 73px;
}
.gate-button .logo img {
  height: 100%;
}

.gate-slider {
  overflow: hidden;
  margin-top: 20px;
  height: 206px;
  border-radius: 24px;
}
.gate-slider .swiper {
  position: relative;
}
.gate-slider .indicator {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  bottom: 26px;
  left: 127px;
  z-index: 4;
}
.gate-slider .this-index,
.gate-slider .last-index {
  color: #000;
  font-size: 12px;
  font-weight: 300;
}
.gate-slider .last-index {
  opacity: 0.3;
}
.gate-slider .bar {
  position: relative;
  width: 80px;
  height: 1.5px;
  background-color: rgba(164, 164, 164, 0.4);
}
.gate-slider .bar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: width 0.2s;
}
.gate-slider .button-prev,
.gate-slider .button-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  z-index: 4;
}
.gate-slider .button-prev:hover, .gate-slider .button-prev:focus,
.gate-slider .button-next:hover,
.gate-slider .button-next:focus {
  color: #000;
}
.gate-slider .button-prev svg,
.gate-slider .button-next svg {
  width: 40%;
  height: 40%;
}
.gate-slider .button-prev {
  left: 32px;
  transform: translate(-50%, -50%);
}
.gate-slider .button-next {
  right: 32px;
  transform: translate(50%, -50%);
}
.gate-slider .button-player {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 28px;
  left: 266px;
  width: 12px;
  height: 12px;
  color: #000;
  z-index: 4;
}
.gate-slider .button-player svg {
  width: 100%;
  height: 100%;
}

.extra-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-grow: 1;
  height: 103px;
  border-radius: 12px;
  background: linear-gradient(107deg, #fafafa 0%, rgba(255, 255, 255, 0) 100%);
  color: #a4a4a4;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.1);
}

.error-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
}
.error-wrapper.find {
  background: url("/assets/images/common/bg-error-404-c03c164f22e8e79e35d4bcadb3b00353.png") no-repeat top;
  background-size: cover;
}
.error-wrapper.connect {
  background: url("/assets/images/common/bg-error-500-8ec669314ac092265981a612429f3ac6.png") no-repeat top;
  background-size: cover;
}

.error-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.error-container img {
  width: 328px;
}
.error-container .button {
  min-width: 140px;
  height: 46px;
  padding: 0 16px;
  font-size: 14px;
}

.error-text {
  margin: 52px auto;
  text-align: center;
}
.error-text .title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}
.error-text .sub-text {
  font-size: 16px;
  font-weight: 500;
  color: #626262;
  margin-top: 12px;
}

.search-section .icon {
  margin-right: 0;
}
.search-section .tooltip-trigger {
  display: inline-flex;
}
.search-section > .tabs {
  margin-top: 20px;
}
.search-section > .tabs.type-line {
  margin-top: 0;
}
.search-section .inner-header {
  margin-bottom: 24px;
}
.search-section .buttons.type-row2 {
  margin: 0;
}
.search-section .buttons.type-row2 .block-button:hover {
  border-color: var(--color-primary-200);
  background-color: var(--color-primary-50);
}
.search-section .buttons.type-row2 .block-button{
  max-width:50%;
}
.search-section .block-button {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 68px;
}
.search-section .block-button .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  color: var(--color-primary-300);
  transform: translateY(-50%);
}
.search-section .block-button strong {
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
  color: #000;
}
.search-section .block-button span {
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #626262;
}
.search-section .inner-header .button {
  gap: 4px;
  margin-left: auto;
  color: #626262;
}
.search-section .accordion {
  margin-top: 0;
}
.search-section .accordion .active .action {
  margin-top: -1px;
}
.search-section .accordion .active .action::before {
  content: "닫기";
}
.search-section .accordion .active .action::after {
  transform: rotate(180deg);
}
.search-section .accordion .action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: var(--color-primary-50);
}
.search-section .accordion .action::before {
  content: "열기";
  display: inline-block;
  order: 2;
}
.search-section .accordion .action::after {
  order: 3;
  position: relative;
  top: auto;
  right: -8px;
  width: 16px;
  height: 16px;
  transform: inherit;
  opacity: 0.6;
}
.search-section .tabs .filters {
  border-color: #e6e6e6;
}
.search-section .filter-wrap {
  margin-bottom: 0;
}
.search-section .box-no-data {
  color: #414141;
}

.detailed-search {
  position: relative;
  height: 280px;
  border: 1px solid #e6e6e6;
  background: url("/assets/images/common/bg-sea-8c5ea7f31236bb15aaab501a8c11869d.png") no-repeat center/cover;
}
.detailed-search > a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding-left: 24px;
  padding-right: 9px;
  height: 72px;
  border: 1px solid var(--color-primary-300);
  border-radius: 300px;
  background-color: #fff;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.05);
}
.detailed-search > a span {
  color: #626262;
}
.detailed-search > a strong {
  display: block;
  color: var(--color-primary-400);
}
.detailed-search > a .icon {
  color: var(--color-primary-200);
}
.detailed-search.type-text-box {
  height: 200px;
  background-image: url("/assets/images/common/bg-sea-page-713951bdbe883736f68457922d2ce93f.png");
}
.detailed-search.type-text-box > a {
  border-color: var(--color-secondary);
}
.detailed-search.type-text-box > a strong {
  color: var(--color-secondary);
}
.detailed-search.type-text-box > a .icon {
  color: var(--color-secondary);
  opacity: 0.3;
}
.detailed-search.type-text-box .search-inner {
  width: 55%;
}
.detailed-search.type-text-box .search-inner h2 {
  color: #000;
}
.detailed-search .search-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.detailed-search .search-inner h2 {
  color: var(--color-primary);
  font-size: 28px;
}
.detailed-search .search-inner p {
  margin-top: 8px;
  margin-bottom: 24px;
  color: #000;
  word-break: normal;
}
.detailed-search .search-inner .forms {
  margin-top: 24px;
}

.search-items {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  margin-top: -1px;
  padding: 0 24px;
  height: 56px;
  border: 1px solid #e6e6e6;
}
.search-items p {
  flex-shrink: 0;
  color: #626262;
}

.search-item-slider {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.search-item-slider .swiper-wrapper {
  gap: 8px;
}
.search-item-slider .swiper-slide {
  width: auto;
}
.search-item-slider .swiper-button {
  display: none;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.search-item-slider .swiper-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  transform: translateY(-50%);
}
.search-item-slider .swiper-button::after {
  z-index: 1;
}
.search-item-slider .swiper-button-prev {
  left: 0;
}
.search-item-slider .swiper-button-prev::before {
  left: 0;
  background: linear-gradient(90deg, #fff 65.63%, rgba(255, 255, 255, 0) 100%);
}
.search-item-slider .swiper-button-next {
  right: 0;
}
.search-item-slider .swiper-button-next::before {
  right: 0;
  background: linear-gradient(270deg, #fff 65.63%, rgba(255, 255, 255, 0) 100%);
}
.search-item-slider.move .swiper-button {
  display: flex;
}

.result-items.type-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 36px;
}
.result-items.type-gallery .item {
  display: block;
  padding: 0;
  border-bottom: 0;
}
.result-items.type-gallery .item:first-child {
  border-top: 0;
}
.result-items.type-gallery .item:hover {
  background-color: transparent;
}
.result-items.type-gallery .image-wrap {
  margin-right: 0;
  width: 303px;
  height: 170px;
}
.result-items.type-gallery .image-wrap .badge.type-round-box {
  top: 8px;
  bottom: unset;
  right: 8px;
}
.result-items.type-gallery .text-wrap {
  margin-top: 12px;
}
.result-items .item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.result-items .item:hover {
  background-color: var(--color-primary-50);
}
.result-items .item:first-child {
  border-top: 1px solid var(--color-primary-200);
}
.result-items .item.size-textbook {
  gap: 40px;
}
.result-items .item.size-textbook .image-wrap {
  margin-right: 32px;
  width: 100px;
  height: 131px;
  border-radius: 4px;
}
.result-items .item.size-textbook .title {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.result-items .buttons {
  flex-shrink: 0;
  margin-left: auto;
}
.result-items .buttons.type-vertical .button {
  flex-direction: row;
  width: 100%;
  min-width: 118px;
}
.result-items .image-wrap {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  margin-right: 12px;
  width: 119px;
  height: 62px;
  border-radius: 10px;
  background-image: url("/assets/images/common/img-no-data-91913e87c717c7448ba8692b6aafdc4c.svg");
  background-size: 15%;
  background-color: var(--color-primary-100);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 0;
}
.result-items .image-wrap img {
  height: 100%;
}
.result-items .image-wrap .badge.type-round-box {
  bottom: 4px;
  right: 4px;
}
.result-items .media {
  flex-shrink: 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border-radius: 2px;
}
.result-items .text-wrap {
  flex-grow: 1;
}
.result-items .text-wrap .inline-wrap {
  margin-top: 4px;
}
.result-items .title {
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #414141;
  font-weight: 500;
}
.result-items .desc {
  margin-top: 4px;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.result-items .extra {
  text-align: left;
}

.search-tab-slider {
  overflow: hidden;
}
.search-tab-slider .swiper-button {
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.search-tab-slider .swiper-button-prev {
  left: 0;
}
.search-tab-slider .swiper-button-next {
  right: 0;
}

.webzine-box .image-wrap,
.webzine-section .image-wrap {
  border: 1px solid #d2d2d2;
}

.mt-32 {
  margin-top: 32px;
}


/* (1456) 24-11-12 마이페이지 > 스크랩 > 게시글 : 스크랩한 게시글의 첨부 파일 자료 노출 추가 */
.myclass-data .attach-items li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  min-height: 56px;
  border: 1px solid #e6e6e6;
  text-align: left;
}

.myclass-data .attach-items li:not(:first-child) {
  border-top: none;
}

.myclass-data .attach-items .file-name {
  flex-grow: 1;
  color: #000;
  white-space: normal;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.myclass-data .attach-items .extra {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.myclass-data td.has-new-windows {
  display: flex;
  flex-direction: column;
  height: auto;
}

.myclass-data td.has-new-windows .block-wrap {
  width: calc(100% - 68px);
}

.myclass-data td.has-new-windows .title-info-wrap {
  display: flex;
  align-items: center;
}

.myclass-data td.has-new-windows .attach-items {
  margin-top: 8px;
}

.new-windows-button {
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: 26px;
}

/* #1676 2025-03-14 [03/11] 엠티처 게이트페이지 우석교사상 추가 */
.extra-button img {
  height: 36px;
}


