@charset "UTF-8";
/* 페이지 공통 컴포넌트 */
.tutorial-wrap {
  position: relative;
}
.tutorial-wrap .swiper {
  filter: drop-shadow(10px 0px 20px rgba(159, 159, 159, 0.2));
}
.tutorial-wrap .shorts-swiper .main-shorts-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.tutorial-wrap .shorts-swiper .main-shorts-item:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/common/icons/icon_btn_play.svg") right 8% top 75.8% no-repeat;
  opacity: 1;
  transform: scale(0.98);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.3));
}
.tutorial-wrap .shorts-swiper .main-shorts-item .shorts-title-wrap {
  display: flex;
  align-items: flex-start;
  min-height: 99px;
  padding: 30px 20px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
}
.tutorial-wrap .shorts-swiper .main-shorts-item .shorts-title-wrap p {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tutorial-wrap .swiper-button-prev, .tutorial-wrap .swiper-button-next {
  top: 48%;
  width: 60px;
  height: 60px;
  border-radius: 99vw;
  filter: drop-shadow(0 0 21px rgba(0, 0, 0, 0.2));
}
.tutorial-wrap .swiper-button-prev:after, .tutorial-wrap .swiper-button-next:after {
  display: none;
}
.tutorial-wrap .swiper-button-prev {
  left: -36px;
  background: 48%/34px url("/images/pc/common/icons/icon_arrow_left_bk.svg") no-repeat #fff;
}
.tutorial-wrap .swiper-button-next {
  right: -36px;
  background: 55%/34px url("/images/pc/common/icons/icon_arrow_right_bk.svg") no-repeat #fff;
}

.main-swiper-flow {
  position: relative;
  overflow: visible;
}
.main-swiper-flow .swiper-wrapper {
  position: relative;
  transition-timing-function: linear;
}
.main-swiper-flow .swiper-slide.card {
  width: 384px !important;
  max-width: 384px;
  height: 376px;
  perspective: 1000px;
  border-radius: 30px;
}
.main-swiper-flow .swiper-slide.card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.main-swiper-flow .swiper-slide.card .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 30px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.main-swiper-flow .swiper-slide.card .card-face img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-swiper-flow .swiper-slide.card .card-front {
  position: relative;
  background: #fff;
  z-index: 1;
  opacity: 1;
}
.main-swiper-flow .swiper-slide.card .card-front .double-quotes {
  position: absolute;
  top: 41px;
  left: 31px;
}
.main-swiper-flow .swiper-slide.card .card-back {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.main-swiper-flow .swiper-slide.card:hover .card-front {
  opacity: 0;
}
.main-swiper-flow .swiper-slide.card:hover .card-back {
  opacity: 1;
  pointer-events: auto;
}
.main-swiper-flow .swiper-slide a,
.main-swiper-flow .swiper-slide img {
  display: block;
}
.main-swiper-flow.review .swiper-slide {
  max-width: 384px;
}

.marquee.dragging {
  cursor: grabbing;
}
.marquee .track {
  display: flex !important;
  align-items: flex-start !important;
  gap: 24px !important;
}
.marquee .slide-item {
  flex: 0 0 auto;
  width: 384px;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}
.marquee .slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.technology-wrap.dragging {
  cursor: grabbing;
}
.technology-wrap .track {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
}
.technology-wrap .slide-item {
  flex: 0 0 auto;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}
.technology-wrap .slide-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.technology-wrap .card {
  max-width: 384px;
  height: 376px;
  perspective: 1000px;
  border-radius: 30px;
}
.technology-wrap .card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.technology-wrap .card .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 30px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.technology-wrap .card .card-face img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology-wrap .card .card-front {
  position: relative;
  background: #fff;
  z-index: 1;
  opacity: 1;
}
.technology-wrap .card .card-front .double-quotes {
  position: absolute;
  top: 41px;
  left: 31px;
  background: #fff;
}
.technology-wrap .card .card-back {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.technology-wrap .card:hover .card-front {
  opacity: 0;
}
.technology-wrap .card:hover .card-back {
  opacity: 1;
  pointer-events: auto;
}

.layer-pop-experience {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  text-align: center;
}
.layer-pop-experience .pop-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 512px;
  max-width: 903px;
  background: #D2F2E1 url("/images/pc/mid/math/mid_math_experience_lyr_bg.png") center 0 no-repeat;
  padding: 35px 30px;
  z-index: 99;
  text-align: left;
  border-radius: 10px;
  max-height: calc(100% - 43px);
  overflow-y: auto;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0px 8px 26px rgba(0, 0, 0, 0.15);
}
.layer-pop-experience .pop-inner.mid-math {
  background: #D2F2E1 url("/images/pc/mid/math/mid_math_experience_lyr_bg.png") center 0 no-repeat;
}
.layer-pop-experience .pop-inner.mid-lee {
  background: #D2F2E1 url("/images/pc/mid/eng_lee/mid_lee_experience_lyr_bg.png") center 0 no-repeat;
}
.layer-pop-experience .pop-inner.mid-yoon {
  background: #D2F2E1 url("/images/pc/mid/eng_yoon/eng_mid_yoon_experience_lyr_bg.png") center 0 no-repeat;
}
.layer-pop-experience .pop-inner.mid-info {
  background: #D2F2E1 url("/images/pc/mid/info/mid_info_experience_lyr_bg.png") center 0 no-repeat;
}
.layer-pop-experience .pop-inner .popup-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.layer-pop-experience .pop-inner .popup-header h5 {
  font-size: 42px;
  font-weight: bold;
}
.layer-pop-experience .pop-inner .popup-header .divider {
  width: 1px;
  margin: 0 15px;
  color: rgba(0, 0, 0, 0.5);
}
.layer-pop-experience .pop-inner .popup-header em.tag {
  display: inline-block;
  align-content: center;
  height: 42px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
  background: url("/images/pc/common/icons/icon_bubble.png") center center no-repeat;
  margin-right: 8px;
}
.layer-pop-experience .pop-inner .popup-header .author-name {
  font-size: 20px;
  font-weight: 600;
}
.layer-pop-experience .pop-inner .popup-header .info {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 12px 0 21px;
}
.layer-pop-experience .pop-inner .popup-cont {
  background: #fff;
  padding: 50px 30px 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item {
  position: relative;
  width: 160px;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .book-name {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-top: -5px;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px 15px 16px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0 0 15px 15px;
  color: #fff;
  text-align: left;
  height: 38px;
  top: -20px;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience .btn-goto {
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-size: 8px;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.math1 {
  background: linear-gradient(to right, #F95C0E, #CE0300);
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.math1 .btn-goto {
  background: #fff url("/images/common/icons/icon_arrow_right_red_math1.svg") 60% 50%/6px no-repeat;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.math2 {
  background: linear-gradient(to right, #007B44, #004A2A);
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.math2 .btn-goto {
  background: #fff url("/images/common/icons/icon_arrow_right_green_math2.svg") 60% 50%/6px no-repeat;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.eng-lee1 {
  background: linear-gradient(to right, #0078d0, #002e9b);
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.eng-lee1 .btn-goto {
  background: #fff url("/images/common/icons/icon_arrow_right_blue_lbm.svg") 60% 50%/6px no-repeat;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.eng-lee2 {
  background: linear-gradient(to right, #007B44, #004A2A);
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.eng-lee2 .btn-goto {
  background: #fff url("/images/common/icons/icon_arrow_right_green_math2.svg") 60% 50%/6px no-repeat;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.eng-yoon1 {
  background: linear-gradient(to right, #007ad0, #002998);
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.eng-yoon1 .btn-goto {
  background: #fff url("/images/common/icons/icon_arrow_right_mid_yoon1.svg") 60% 50%/6px no-repeat;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.eng-yoon2 {
  background: linear-gradient(to right, #007B44, #004A2A);
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.eng-yoon2 .btn-goto {
  background: #fff url("/images/common/icons/icon_arrow_right_green_math2.svg") 60% 50%/6px no-repeat;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.info1 {
  background: linear-gradient(to right, #2764ff, #1433ff);
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap .main-bnr-item .btn-experience.info1 .btn-goto {
  background: #fff url("/images/common/icons/icon_arrow_right_mid_info.svg") 60% 50%/6px no-repeat;
}
.layer-pop-experience .pop-inner .popup-cont .book-wrap img {
  filter: drop-shadow(-5px 7px 12px rgba(0, 0, 0, 0.14));
}
.layer-pop-experience .pop-inner .btn-close {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 30px;
  height: 30px;
  margin-left: auto;
  background-image: url("/images/common/icons/icon_close_bk.svg");
  background-size: 20px;
  background-color: transparent;
  border: none;
  z-index: 1;
}
.layer-pop-experience .bt_popClose {
  right: 25px;
  top: 25px;
  position: absolute;
  display: block;
  z-index: 1;
  text-align: left;
}
.layer-pop-experience .ly_dim {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* 중학 과목 상세 */
#container.mid-detail .inner-box {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#container.mid-detail .main-section {
  overflow: hidden;
  padding: 120px 0;
}
#container.mid-detail .main-section .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .main-section.section7 {
  position: relative;
  background: #3b88fc url("/images/pc/aidt_technology_bg.png") center 0 no-repeat;
  max-height: 828px;
  overflow: hidden;
}
#container.mid-detail .main-section.section7 .bg-obj {
  position: absolute;
}
#container.mid-detail .main-section.section7 .bg-obj.bg-obj1 {
  left: 0px;
  top: 11px;
  display: inline-block;
  animation: main-bg-move01 20s linear 0s infinite alternate;
}
#container.mid-detail .main-section.section7 .bg-obj.bg-obj2 {
  right: -220px;
  top: 205px;
  display: inline-block;
  animation: main-bg-move02 20s linear 0s infinite alternate;
}
@keyframes main-bg-move01 {
  0% {
    left: 20%;
    top: 0%;
  }
  50% {
    left: 0%;
    top: 20%;
  }
  100% {
    left: 10%;
    top: 30%;
  }
}
@keyframes main-bg-move02 {
  0% {
    right: 0%;
    top: 0%;
  }
  50% {
    right: 50%;
    top: 0%;
  }
  100% {
    right: 10%;
    top: 30%;
  }
}
#container.mid-detail .rnb {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  align-content: center;
}
#container.mid-detail .rnb .accordion .accordion-item.active {
  outline: none;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-header {
  width: 160px;
  justify-content: space-between;
  padding: 14px 20px;
  max-height: 44px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(to right, #406CFF, #7746E9);
  border-radius: 20px;
  font-weight: bold;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-header.active {
  background: linear-gradient(to right, #406CFF, #7746E9);
  border-radius: 30px 30px 0 0;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-header.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 1120px;
  border-bottom: 1px solid #DFDFDF;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-header.active::after {
  transform: rotate(180deg);
  content: "";
  background: url("/images/pc/common/icons/icon_chev_down_wh.svg") center center no-repeat;
  filter: drop-shadow(2px 6px 10px rgba(73, 94, 255, 0.2));
  background-size: 12px;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-header::after {
  content: "";
  display: inline-block;
  transition: transform 0.3s ease;
  background: url("/images/pc/common/icons/icon_chev_down_wh.svg") center center no-repeat;
  padding: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background-size: 12px;
  border: none;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-body {
  padding: 0;
  font-size: 14px;
  border-radius: 0 0 20px 20px;
  background: rgba(255, 255, 255, 0.9);
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-body ul {
  padding: 9px 0;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-body ul li a {
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-body ul li a.active {
  font-weight: bold;
}
#container.mid-detail .rnb .accordion .accordion-item .accordion-body ul li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
#container.mid-detail .rnb-floating {
  position: fixed;
  right: 100px;
  bottom: 112px;
  z-index: 10;
  pointer-events: none;
  font-family: inherit;
  /* 열림 상태: X 아이콘 */
}
#container.mid-detail .rnb-floating .fab-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #406CFF, #7746E9);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}
#container.mid-detail .rnb-floating .fab-main .label {
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
#container.mid-detail .rnb-floating .fab-main .icon-close {
  display: none;
}
#container.mid-detail .rnb-floating .fab-options {
  position: absolute;
  right: 0;
  bottom: 100%;
  padding-bottom: 12px;
  pointer-events: none;
}
#container.mid-detail .rnb-floating .fab-options .fab-option {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.14);
  opacity: 0;
  transform: translateY(0);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.25s ease;
  pointer-events: auto;
  cursor: default;
  text-align: center;
}
#container.mid-detail .rnb-floating.open .fab-main .label {
  display: block;
}
#container.mid-detail .rnb-floating.open .fab-main .icon-close {
  display: none;
}
#container.mid-detail .rnb-floating.open .fab-option {
  opacity: 1;
  cursor: pointer;
}
#container.mid-detail .rnb-floating.open .fab-option.active {
  color: #406CFF;
}
#container.mid-detail .rnb-floating.open .fab-option:nth-child(1) {
  transform: translateY(-10px);
}
#container.mid-detail .rnb-floating.open .fab-option:nth-child(2) {
  transform: translateY(-80px);
}
#container.mid-detail .rnb-floating.open .fab-option:nth-child(3) {
  transform: translateY(-150px);
}
#container.mid-detail .rnb-floating.open .fab-option:nth-child(4) {
  transform: translateY(-220px);
}
#container.mid-detail .scrollbnr-wrap2.lnb2 {
  left: 0%;
  position: absolute;
  width: 266px; /*배너 가로값 꼭 넣어주세요!*/
  z-index: 2;
  top: 100px;
  height: 100%;
}
#container.mid-detail .scrollbnr-wrap2.lnb2 .scrollbnr {
  width: auto;
  background-color: transparent;
  top: 100px;
  width: 266px;
  padding: 30px 0 30px 30px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: saturate(180%) blur(10px);
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}
#container.mid-detail .scrollbnr-wrap2.lnb2 .scrollbnr.fixed {
  position: sticky;
  top: 100px;
}
#container.mid-detail .scrollbnr-wrap2.lnb2 ul {
  position: relative;
}
#container.mid-detail .scrollbnr-wrap2.lnb2 ul:after {
  background-color: #DFDFDF;
  content: "";
  height: 91%;
  left: 0;
  position: absolute;
  top: 5%;
  width: 1px;
  z-index: -1;
}
#container.mid-detail .scrollbnr-wrap2.lnb2 ul li {
  position: relative;
  padding-left: 14px;
}
#container.mid-detail .scrollbnr-wrap2.lnb2 ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 15px 20px 15px 20px;
  font-weight: 500;
  border-radius: 99vw;
  color: #888;
}
#container.mid-detail .scrollbnr-wrap2.lnb2 ul li.on:before {
  content: "";
  background: linear-gradient(to bottom, #406CFF, #7746E9);
  width: 8px;
  height: 8px;
  position: absolute;
  left: -3px;
  top: 20px;
  top: 41%;
  border-radius: 99vw;
}
#container.mid-detail .scrollbnr-wrap2.lnb2 ul li.on a {
  color: #fff;
  background: linear-gradient(to right, #406CFF, #7746E9);
}
#container.mid-detail .section-tit.center {
  text-align: center;
}
#container.mid-detail .section-tit strong {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #406CFF;
}
#container.mid-detail .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .section-tit h3 {
  font-size: 44px;
  font-weight: bold;
}
#container.mid-detail .section-tit h3.white {
  color: #fff;
}
#container.mid-detail .section-tit .sub-info {
  margin-top: 12px;
  color: #434343;
  font-size: 24px;
  font-weight: 400;
}
#container.mid-detail .section-tit .sub-info span {
  color: #406CFF;
  font-weight: bold;
}
#container.mid-detail .section-tit .hash-tag {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
#container.mid-detail .section-tit .hash-tag li {
  padding: 12px 20px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 99vw;
  font-size: 16px;
  font-weight: 400;
}
#container.mid-detail .contents {
  /* 중학 수학 */
  /* 중학 영어(윤) */
  /* 중학 정보 */
}
#container.mid-detail .contents #mainfull_navi {
  position: fixed;
  top: 20%;
  left: 0;
  z-index: 11;
  width: 266px;
  max-width: 228px;
  padding: 30px 0 30px 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  transition: width 0.6s ease, padding 0.3s ease, border-radius 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
  /* --- 상태 1) 펼침 --- */
  /* --- 상태 2) 접힘 --- */
}
#container.mid-detail .contents #mainfull_navi ul {
  position: relative;
  /* -------- 항목 기본 -------- */
}
#container.mid-detail .contents #mainfull_navi ul::after {
  content: "";
  position: absolute;
  top: 5%;
  height: 91%;
  width: 1px;
  background-color: #DFDFDF;
  left: 0;
  z-index: -1;
}
#container.mid-detail .contents #mainfull_navi ul li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding: 15px 20px 15px 20px;
  font-weight: 500;
  border-radius: 99vw;
  color: #888;
  cursor: pointer;
  margin-left: 14px;
  white-space: nowrap;
  /* 활성 항목(펼침 상태 기본) */
}
#container.mid-detail .contents #mainfull_navi ul li::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CFCFCF;
  transform: translate(-50%, -50%);
  transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
#container.mid-detail .contents #mainfull_navi ul li.on {
  background: linear-gradient(to right, #406CFF, #7746E9);
  color: #fff;
}
#container.mid-detail .contents #mainfull_navi ul li.on::before {
  background: linear-gradient(to bottom, #406CFF, #7746E9);
  width: 8px;
  height: 8px;
  transform: translate(-50%, -50%);
}
#container.mid-detail .contents #mainfull_navi ul li a::before {
  content: none !important;
}
#container.mid-detail .contents #mainfull_navi.is-open {
  width: 266px;
  max-width: 228px;
  padding: 30px 0 30px 20px;
  border-radius: 0 30px 30px 0;
  transform: translateY(0);
}
#container.mid-detail .contents #mainfull_navi.is-open .lnb-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  border: 0;
  transition: transform 0.2s ease;
}
#container.mid-detail .contents #mainfull_navi.is-open .lnb-toggle:after {
  content: "⟨";
  display: block;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  color: #666;
}
#container.mid-detail .contents #mainfull_navi.is-open .lnb-toggle:hover {
  transform: translateY(-1px);
}
#container.mid-detail .contents #mainfull_navi.is-open li:before {
  display: none;
}
#container.mid-detail .contents #mainfull_navi.is-open li.on:before {
  display: block;
}
#container.mid-detail .contents #mainfull_navi.is-folded {
  width: 58px;
  max-width: 58px;
  padding: 16px 28px 16px 25px;
  border-radius: 0 16px 16px 0;
  transform: translateY(55px);
  transition: all 0.4s;
}
#container.mid-detail .contents #mainfull_navi.is-folded ul::after {
  left: 0px;
  height: 88%;
  top: 8%;
}
#container.mid-detail .contents #mainfull_navi.is-folded ul li {
  padding-left: 0;
  font-size: 0;
  color: transparent;
  background: none;
  padding: 12px; /* 클릭 영역 */
  width: auto;
  height: auto;
  border-radius: 0;
  margin-left: 6px;
  transition: all 0.4s;
}
#container.mid-detail .contents #mainfull_navi.is-folded ul li:before {
  left: -5px;
}
#container.mid-detail .contents #mainfull_navi.is-folded ul li.on::before {
  background: linear-gradient(to bottom, #406CFF, #7746E9);
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
}
#container.mid-detail .contents .content-nav {
  position: absolute;
  left: 70.4%;
  top: 28%;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: all 0.3s ease;
  background: #fff;
}
#container.mid-detail .contents .content-nav.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#container.mid-detail .contents .content-nav li {
  position: relative;
}
#container.mid-detail .contents .content-nav li:not(:last-child) {
  margin-bottom: 26px;
}
#container.mid-detail .contents .content-nav li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
}
#container.mid-detail .contents .content-nav li span {
  position: absolute;
  left: -42px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #BFC9DC;
  border-radius: 99vw;
  align-content: center;
  text-align: center;
  margin-right: 12px;
  width: 28px;
  height: 28px;
}
#container.mid-detail .contents .content-nav li.active a {
  color: #406CFF;
  font-weight: bold;
}
#container.mid-detail .contents .content-nav li.active span {
  background: #406CFF;
}
#container.mid-detail .contents .content-nav li.features {
  margin-left: -42px;
  font-size: 26px;
  font-weight: 700;
  color: #495EFF;
}
#container.mid-detail .contents .custom-pagination {
  position: absolute;
  right: auto;
  left: 980px;
  top: 3%;
  width: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
}
#container.mid-detail .contents .custom-pagination:before {
  margin-left: -42px;
  font-size: 26px;
  color: #495EFF;
  font-weight: 700;
  margin-bottom: 26px;
}
#container.mid-detail .contents .custom-pagination.cont:before {
  content: "수학 콘텐츠 특장점";
}
#container.mid-detail .contents .custom-pagination.mid_yoon:before {
  content: "콘텐츠로 보는 AIDT 영어";
}
#container.mid-detail .contents .custom-pagination.service:before {
  content: "서비스 특장점";
}
#container.mid-detail .contents .custom-pagination.ai:before {
  content: "AI 특장점";
}
#container.mid-detail .contents .custom-pagination.info-cont:before {
  content: "콘텐츠 특장점";
}
#container.mid-detail .contents .custom-pagination.video-info:before {
  content: "이용 안내 영상";
}
#container.mid-detail .contents .custom-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: auto;
  background: none;
  height: auto;
  font-size: 20px;
  color: #000;
  opacity: 1;
}
#container.mid-detail .contents .custom-pagination .swiper-pagination-bullet:focus {
  outline: none;
  box-shadow: none;
}
#container.mid-detail .contents .custom-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-bottom: 26px;
}
#container.mid-detail .contents .custom-pagination .swiper-pagination-bullet .num {
  position: absolute;
  left: -42px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #BFC9DC;
  border-radius: 99vw;
  align-content: center;
  text-align: center;
  margin-right: 12px;
  width: 28px;
  height: 28px;
}
#container.mid-detail .contents .custom-pagination .swiper-pagination-bullet-active {
  color: #406CFF;
  font-weight: bold;
}
#container.mid-detail .contents .custom-pagination .swiper-pagination-bullet-active .num {
  background: #406CFF;
  font-weight: bold;
}
#container.mid-detail .contents .custom-nav-wrap {
  display: none;
  position: absolute;
  left: 990px;
  top: 2%;
  z-index: 1;
}
#container.mid-detail .contents .custom-nav-wrap .custom-nav-tit {
  margin-left: -42px;
  font-size: 26px;
  font-weight: 700;
  color: #495EFF;
  margin-bottom: 26px;
}
#container.mid-detail .contents .custom-nav-wrap li {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
}
#container.mid-detail .contents .custom-nav-wrap li:not(:last-child) {
  margin-bottom: 26px;
}
#container.mid-detail .contents .custom-nav-wrap li.nav-depth2 {
  font-size: 18px;
  font-weight: 500;
  color: #888;
}
#container.mid-detail .contents .custom-nav-wrap li.nav-depth2:not(:last-child) {
  margin-bottom: 12px;
}
#container.mid-detail .contents .custom-nav-wrap li.nav-depth2.active {
  color: #406CFF;
  font-weight: bold;
}
#container.mid-detail .contents .custom-nav-wrap li span {
  position: absolute;
  left: -42px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #BFC9DC;
  border-radius: 99vw;
  align-content: center;
  text-align: center;
  margin-right: 12px;
  width: 28px;
  height: 28px;
}
#container.mid-detail .contents .custom-nav-wrap li.active {
  color: #406CFF;
  font-weight: bold;
}
#container.mid-detail .contents .custom-nav-wrap li.active span {
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-math .layer-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1200px;
  background: #fff;
  z-index: 99;
  text-align: left;
  border-radius: 20px;
  max-height: calc(100% - 48px);
  overflow-y: auto;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-header {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #DFDFDF;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-header h3 {
  font-size: 25px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-header .btn-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-image: url("/images/pc/common/icons/icon_close_bk.svg");
  background-size: 100%;
  background-color: #fff;
  border: none;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont {
  padding: 20px;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-box {
  padding: 30px;
  background: #F8FAFC;
  border: 1px solid #DFDFDF;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-box li {
  display: flex;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-box li:not(:last-child) {
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-box li p {
  font-size: 16px;
  line-height: 20px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-box li p.txt01 {
  width: 100%;
  max-width: 157px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-modify {
  padding: 15px;
  text-align: center;
  background: #D9E6FF;
  border: 1px solid #C1CCEF;
  border-radius: 0 0 10px 10px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-modify a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-modify a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-modify a:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -136px;
  top: -39px;
  background: url("/images/pc/support/tag_myinfo.png") 50% 50%;
  width: 132px;
  height: 40px;
  background-size: 100%;
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.12));
  cursor: default;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .info-modify a .btn-goto {
  width: 20px;
  height: 20px;
  background-size: 6px;
  background-color: #406CFF;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box {
  padding: 30px 30px 40px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box li {
  display: flex;
  align-items: center;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box li:not(:last-child) {
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box p.txt01 {
  width: 112px;
  font-size: 16px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box p.txt01.special-rq {
  align-self: flex-start;
  margin-top: 10px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col {
  width: 80%;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio {
  align-items: center;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio:not(:last-child) {
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio label {
  flex-basis: 50px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .agree-box {
  padding: 20px 30px;
  border-radius: 15px;
  background: #F8FAFC;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .agree-box .inp-check {
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .agree-box .inp-check label {
  font-size: 16px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info {
  margin-top: 16px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dt {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dd:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 6px;
  border-radius: 99vw;
  background: #434343;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-footer {
  border-top: 1px solid #DFDFDF;
  padding: 20px 0 30px;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .pop-inner .popup-footer button {
  display: inline-block;
  width: 280px;
  padding: 17px;
  font-size: 18px;
  font-weight: bold;
  background: #406CFF;
  color: #fff;
  border-radius: 8px;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .bt_popClose {
  right: 25px;
  top: 25px;
  position: absolute;
  display: block;
  z-index: 1;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-math .layer-pop .ly_dim {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#container.mid-detail .contents .mid-detail-math .sub-section {
  overflow: hidden;
  padding: 30px 0 80px;
  position: relative;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section1 {
  background: #eafbf2 url("/images/pc/mid/math/mid_math_top_bg.png ") center 25px no-repeat;
  padding: 180px 0 80px;
  margin-bottom: 60px;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-technology {
  padding: 80px 0;
  position: relative;
  background: #5c9bf9 url("/images/pc/aidt_technology_detail_bg.png") center 0/100% no-repeat;
  max-height: 828px;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-technology .bg-obj {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-technology .bg-obj.bg-obj1 {
  left: 0px;
  top: 11px;
  display: inline-block;
  animation: main-bg-move01 20s linear 0s infinite alternate;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-technology .bg-obj.bg-obj2 {
  right: -220px;
  top: 205px;
  display: inline-block;
  animation: main-bg-move02 20s linear 0s infinite alternate;
}
@keyframes main-bg-move01 {
  0% {
    left: 20%;
    top: 0%;
  }
  50% {
    left: 0%;
    top: 20%;
  }
  100% {
    left: 10%;
    top: 30%;
  }
}
@keyframes main-bg-move02 {
  0% {
    right: 0%;
    top: 0%;
  }
  50% {
    right: 50%;
    top: 0%;
  }
  100% {
    right: 10%;
    top: 30%;
  }
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-technology .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-tutorial {
  padding: 80px 0;
  background: #fffff6;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-tutorial .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-tutorial .section-tit h3 {
  position: relative;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-tutorial .section-tit h3:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 73px;
  height: 37px;
  margin-left: 15px;
  background: url("/images/common/icons/icon_shorts.svg") 0% 55% no-repeat;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-tutorial .section-tit strong {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-tutorial .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-tutorial .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-tutorial .section-tit strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url("/images/pc/common/icons/icon_polygon.svg") 0% 50% no-repeat;
  vertical-align: top;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-faq {
  padding: 80px 0 10px;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-faq .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-review {
  padding: 120px 0 200px;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-review .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-review .section-tit strong {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-review .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-review .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .sub-section.section-review .section-tit strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url("/images/pc/common/icons/icon_polygon.svg") 0% 50% no-repeat;
  vertical-align: top;
}
#container.mid-detail .contents .mid-detail-math .main-tit h2 {
  font-size: 48px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .main-tit h2 strong {
  font-weight: bold;
  background: linear-gradient(to right, #18CC5F, #03BBA9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#container.mid-detail .contents .mid-detail-math .main-tit p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
#container.mid-detail .contents .mid-detail-math .section-tit h2 {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
}
#container.mid-detail .contents .mid-detail-math .section-tit h2:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 15px;
  top: -5px;
  width: 50px;
  height: 56px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-math .section-tit h2:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 15px;
  top: -5px;
  width: 50px;
  height: 56px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-math .section-tit h2 strong {
  font-weight: bold;
  color: #f6a800;
}
#container.mid-detail .contents .mid-detail-math .section-tit h2.merit:after {
  background: url("/images/pc/common/icons/icon_merit.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .section-tit h2.model strong {
  color: #8037EE;
}
#container.mid-detail .contents .mid-detail-math .section-tit h2.model:before {
  background: url("/images/pc/common/icons/icon_cycle.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-cont {
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(10px 20px 25px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info {
  right: 0;
  z-index: 0;
  padding-top: 10px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap {
  position: relative;
  width: 504px;
  height: 330px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-wrapper.centered-slide-wrapper {
  justify-content: center;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-wrapper.centered-slide-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper.mask::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(233, 248, 243, 0) 0%, rgb(233, 248, 243) 100%);
  z-index: 10;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-pagination-progressbar {
  top: auto;
  bottom: 26px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translate(-50%);
  background: rgba(0, 0, 0, 0.15);
  border-radius: 99px !important;
  overflow: hidden;
  z-index: 0;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide {
  width: 211px;
  height: 330px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item {
  position: relative;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 0 15px 15px;
  color: #fff;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  height: 50px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math1 {
  background: linear-gradient(to right, #F95C0E, #CE0300);
  filter: drop-shadow(0 4px 10px rgba(230, 77, 0, 0.5));
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math1 .btn-goto {
  width: 20px;
  height: 20px;
  background: #fff url("/images/common/icons/icon_arrow_right_red_math1.svg") 55% 50%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math2 {
  background: linear-gradient(to right, #007B44, #004A2A);
  filter: drop-shadow(0 4px 10px rgba(42, 156, 65, 0.4));
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math2 .btn-goto {
  width: 20px;
  height: 20px;
  background: #fff url("/images/common/icons/icon_arrow_right_green_math2.svg") 55% 50%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide img {
  filter: drop-shadow(6px 9px 15px rgba(0, 0, 0, 0.14));
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev, #container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next {
  width: 50px;
  height: 40px;
  top: 44%;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev {
  left: -30px;
  background: 50%/50px url("/images/pc/common/icons/book-detail-btn-prev.png") no-repeat;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next {
  right: -30px;
  background: 50%/50px url("/images/pc/common/icons/book-detail-btn-next.png") no-repeat;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info ul {
  display: flex;
  gap: 24px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap.active {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .author-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .author-detail img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .author-detail .badge {
  border: 1px solid #111;
  color: #111;
  padding: 4px 8px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .author-detail .name {
  font-weight: bold;
  font-size: 20px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .author-detail .divider {
  width: 1px;
  margin: 0px 3px 0 0;
  color: rgba(0, 0, 0, 0.5);
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .author-detail .univ {
  max-width: 175px;
  font-size: 14px;
  color: #111;
  font-weight: 400;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .accordion-header {
  position: relative;
  background: #fff url("/images/pc/common/icons/icon_plus_bk.svg") center right 8px no-repeat;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  padding: 10px 13px;
  padding-right: 22px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .accordion-header .icon {
  margin-left: 4px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .author-main .accordion-header.active {
  background-image: url("/images/pc/common/icons/icon_minus_bk.svg");
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .accordion-body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  border-radius: 0 0 20px 20px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .accordion-body .author-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
  padding: 20px 30px;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .accordion-body .author-list li {
  font-size: 16px;
  font-weight: 400;
}
#container.mid-detail .contents .mid-detail-math .main-cont-wrap .book-info .author-wrap .accordion-body .author-list span {
  font-size: 16px;
  font-weight: 500;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  background-color: #fff;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li .btn-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li.btn-go-book {
  padding: 0;
  height: 60px;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li.btn-go-book a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li.btn-go-book span {
  width: 34px;
  height: 34px;
  background: #F0F4FB url("/images/common/icons/icon_arrow_diagonal_right_bk.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li.btn-go-experience {
  padding: 0;
  height: 60px;
  background: linear-gradient(to right, #03BBA9, #18CC5F);
  color: #fff;
  border: none;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li.btn-go-experience a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li.btn-go-experience span {
  width: 34px;
  height: 34px;
  background: #fff url("/images/common/icons/icon_arrow_right_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li a.type1 {
  width: 34px;
  height: 34px;
  background-color: #F0F4FB;
  background-size: 18px;
  border: none;
}
#container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li a.type1:hover, #container.mid-detail .contents .mid-detail-math .main-btn-wrap ul li a.type1.active {
  background-color: #e3e7ef;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap {
  width: 100%;
  margin: 0 auto;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #BEC8DA;
  border-radius: 20px;
  margin-bottom: 30px;
  z-index: 9;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li {
  position: relative;
  width: 100%;
  max-width: 400px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li button {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #434343;
  padding: 18px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li.on {
  background: #406CFF;
  border-radius: 20px;
  filter: drop-shadow(0 4px 15px #ABBEFF);
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li.on button {
  color: #fff;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li.model.on {
  background: #8037EE;
  filter: drop-shadow(0 4px 15px #D2B8F9);
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li.model button {
  font-size: 22px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li.model span {
  position: absolute;
  top: -19px;
  right: 33px;
  display: inline-block;
  background: #fff;
  padding: 6px 12px;
  border-radius: 99vw;
  border: 1px solid #E8E8E8;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li.model span:after {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(to right, #547BFF, #00D9AE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li.model span.assessment:after {
  content: "# 평가 중심";
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab.depth1 li.model span.task:after {
  content: "# 과제 중심";
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont {
  display: none;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont.on {
  display: block;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap {
  position: relative;
  width: 100%;
  /* 내부 스와이퍼도 잘라내기 */
  /* 메인 컨테이너 아이디에 맞춰서 */
  /* 활성 슬라이드에 있는 버튼만 보이기 */
  /* 서브 스와이퍼가 처음/끝일 때 Swiper가 붙이는 disabled 상태는 안 보이게 */
  /* 서브 스와이퍼의 기본 페이지네이션 노출 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .swiper {
  overflow: visible;
  z-index: 1;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .swiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: calc(-50vw + 50%);
  z-index: -1;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip {
  position: relative;
  overflow: visible;
  border-radius: 12px;
  max-width: 910px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev, #container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 99vw;
  top: 50%;
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.15));
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev {
  left: -29px;
  background: 47%/10px url("/images/pc/common/icons/icon_arrow_left_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next {
  right: -26px;
  background: 55%/10px url("/images/pc/common/icons/icon_arrow_right_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper {
  overflow: hidden;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination.sub-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  opacity: 0.35;
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide .swiper-button-next,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide .swiper-button-prev {
  display: none; /* 기본은 숨김 */
  pointer-events: none; /* 클릭도 막기 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-next,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-prev {
  display: block; /* 또는 block; 프로젝트 스타일에 맞추세요 */
  pointer-events: auto;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-next.swiper-button-disabled,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-prev.swiper-button-disabled {
  display: none !important;
  pointer-events: none !important;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .sub-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5), #container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5) {
  margin-top: -5px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5),
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet:nth-of-type(6),
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet:nth-of-type(7), #container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5),
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet:nth-of-type(6),
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet:nth-of-type(7) {
  color: #888;
  font-size: 18px;
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet:nth-of-type(7) span, #container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet:nth-of-type(7) span {
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: #AAAAAA;
  font-size: 0;
  position: static;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(5),
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(6),
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(7), #container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(5),
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(6),
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(7) {
  font-size: 18px;
  font-weight: bold;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(7) span, #container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap #math-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(7) span {
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 {
  position: absolute;
  top: 28px;
  left: 31%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 99vw;
  background: #fff;
  z-index: 2;
  filter: drop-shadow(0 6px 15px rgb(224, 231, 244));
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 85px;
  padding: 5px 17px;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 500;
  color: #888;
  text-align: left;
  background: #fff;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li button .tab-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li:nth-of-type(2) button {
  padding: 5px 17px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li.on button {
  position: relative;
  color: #406CFF;
  font-weight: 700;
  outline: 3px solid #406CFF;
  z-index: 1;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button {
  min-width: 100px;
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button.tab-assistant:after {
  content: "선생님";
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button.tab-aitutor:after {
  content: "학생";
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-assistant {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-assistant span {
  background: url("/images/pc/mid/math/icon_teacher.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-aitutor {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-aitutor span {
  background: url("/images/pc/mid/math/icon_student.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor {
  left: 30%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button {
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button.tab-assistant:after {
  content: "AI 보조교사";
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button.tab-aitutor:after {
  content: "AI 튜터";
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-assistant {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-assistant span {
  background: url("/images/pc/mid/math/icon_assistant.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-aitutor {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-aitutor span {
  background: url("/images/pc/mid/math/icon_aitutor.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon {
  width: 100%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 {
  position: absolute;
  top: 30px;
  left: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 99vw;
  background: #fff;
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 85px;
  padding: 4px 17px;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 500;
  color: #888;
  text-align: left;
  background: #fff;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li button .tab-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li.on button {
  position: relative;
  color: #8037EE;
  font-weight: 700;
  outline: 3px solid #8037EE;
  z-index: 1;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default {
  filter: drop-shadow(0 6px 15px rgba(224, 231, 244, 0.9));
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button {
  min-width: 100px;
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-danwon:after {
  content: "단원 수업";
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi {
  padding: 5px 30px 5px 17px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi:after {
  content: "차시 수업";
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-danwon {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-danwon span {
  background: url("/images/common/icons/icon_danwon.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi span {
  background: url("/images/common/icons/icon_chasi.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 {
  position: relative;
  /* 중학 수학 AIDT 위주로 수업해요 - 단원 수업 */
  /* 중학 수학 AIDT 위주로 수업해요 - 차시 수업 */
  /* 중학 수학 서책을 함께 사용해요 */
  /* 중학 수학 AIDT 핵심 기능 위주로 사용해요 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .scroll-container {
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  z-index: 1;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .scroll-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: calc(-50vw + 50%);
  z-index: -1;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .progress-tit {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 2;
  font-weight: bold;
  font-size: 22px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .progress-tit .quotation-mark {
  margin-right: 6px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .scroll-inner img {
  width: 4000px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-1 {
  top: 138px;
  left: 58px;
  width: 198px;
  height: 202px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-2 {
  top: 312px;
  left: 354px;
  width: 198px;
  height: 202px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-3 {
  top: 289px;
  left: 564px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-1 {
  top: 446px;
  left: 858px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-2 {
  top: 307px;
  left: 973px;
  width: 357px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3 {
  top: 143px;
  left: 1352px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4-1 {
  top: 294px;
  left: 1563px;
  width: 415px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4-2 {
  top: 445px;
  left: 1857px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4-3 {
  top: 445px;
  left: 2067px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group5 {
  top: 267px;
  left: 2421px;
  width: 198px;
  height: 203px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar {
  position: absolute;
  top: 19.5%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .scroll-inner img {
  width: 2792px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar {
  position: absolute;
  top: 15.15%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav {
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group1 {
  top: 324px;
  left: 119px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-1 {
  top: 101px;
  left: 434px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-2 {
  top: 101px;
  left: 640px;
  width: 206px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-1 {
  top: 314px;
  left: 809px;
  width: 354px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-2 {
  top: 449px;
  left: 981px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-3 {
  top: 429px;
  left: 1191px;
  width: 198px;
  height: 245px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-4 {
  top: 321px;
  left: 1262px;
  width: 371px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group4-1 {
  top: 171px;
  left: 1677px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group4-2 {
  top: 388px;
  left: 1698px;
  width: 460px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group4-3 {
  top: 450px;
  left: 2163px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .scroll-inner img {
  width: 2578px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar {
  position: absolute;
  top: 18.1%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  width: 310px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 35px;
  text-align: center;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group1 {
  top: 138px;
  left: 117px;
  width: 354px;
  height: 245px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-1 {
  top: 402px;
  left: 492px;
  width: 368px;
  height: 274px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-2 {
  top: 308px;
  left: 688px;
  width: 403px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group3-1 {
  top: 165px;
  left: 1107px;
  width: 281px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group3-2 {
  top: 164px;
  left: 1399px;
  width: 198px;
  height: 245px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .scroll-inner img {
  width: 2536px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar {
  position: absolute;
  top: 18.1%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: inherit;
  overflow: hidden;
  transition: width 0.6s ease;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 65px;
  text-align: center;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group1 {
  top: 158px;
  left: 127px;
  width: 222px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group2-1 {
  top: 419px;
  left: 428px;
  width: 204px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group2-2 {
  top: 399px;
  left: 630px;
  width: 227px;
  height: 245px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group2-3 {
  top: 271px;
  left: 645px;
  width: 441px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group3-1 {
  top: 298px;
  left: 1193px;
  width: 208px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group3-2 {
  top: 280px;
  left: 1411px;
  width: 226px;
  height: 262px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap {
  display: flex;
  gap: 24px;
  margin-top: 50px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont {
  position: relative;
  width: 100%;
  max-width: 776px;
  outline: 1px solid #000;
  border-radius: 20px;
  filter: drop-shadow(20px 20px 25px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont img {
  border-radius: inherit;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont .book-cont-btn {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 20px 57px;
  padding-right: 73px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 99vw;
  background: #406CFF url("/images/pc/common/icons/icon_arrow_right_wh.svg") 84% 49%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0px 0 16px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li {
  flex-grow: 1;
  max-width: 187px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button {
  width: 100%;
  padding: 17px 16px;
  padding-left: 57px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 99vw;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-yjm {
  background: url("/images/pc/icon_main_tab_mid_yjm.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-lbm {
  background: url("/images/pc/icon_main_tab_mid_lbm.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-math {
  background: url("/images/pc/icon_main_tab_mid_math.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-info {
  background: url("/images/pc/icon_main_tab_mid_info.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li.on button, #container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li:hover button {
  color: #fff;
  background-color: #22B5A0;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner {
  padding: 28px 33px;
  background: #F0F4FB;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner p {
  font-size: 18px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner p span {
  color: #0FAF98;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .book-thumb {
  padding: 20px 0 14px;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .book-thumb img {
  filter: drop-shadow(6px 7px 12px rgba(0, 0, 0, 0.2));
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .btn-experience {
  display: inline-block;
  padding: 11px 16px;
  padding-right: 39px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 99vw;
  background: #22B8A2 url("/images/pc/common/icons/icon_arrow_right_wh.svg") 84% 49%/7px no-repeat;
}
#container.mid-detail .contents .mid-detail-math .text-tab-wrap .text-tab-bottom {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper {
  display: flex;
  margin: 0 auto;
  gap: 40px;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper .qa-left {
  width: 35%;
  max-width: 300px;
  max-height: 646px;
  padding: 5px 2px 50px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper .qa-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /* 원하는 높이로 조절 */
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper .qa-left .qa-tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper .qa-left .qa-tab-list li {
  padding: 20px 17px;
  cursor: pointer;
  margin-bottom: 10px;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 20px;
  outline: 1px solid #DFDFDF;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper .qa-left .qa-tab-list li.active {
  background: #F5FAF9;
  outline: 2px solid #00A987;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper .qa-left .qa-tab-list li.active .q-title {
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper .qa-left .qa-tab-list li .q-number {
  display: inline-block;
  width: 35px;
  height: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  align-content: center;
  font-size: 14px;
  border-radius: 20px;
  background: #00A987;
  margin-bottom: 8px;
}
#container.mid-detail .contents .mid-detail-math .ai-service-wrapper .qa-left .qa-tab-list li .q-title {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 1.35;
}
#container.mid-detail .contents .mid-detail-math .qa-right {
  width: 100%;
  max-width: 860px;
  padding-top: 5px;
}
#container.mid-detail .contents .mid-detail-math .qa-right .qa-content {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .qa-right .qa-content.active {
  display: block;
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-pagination {
  bottom: 40px;
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-pagination .swiper-pagination-bullet {
  background: #95ABAB;
  opacity: 0.8;
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-pagination .swiper-pagination-bullet-active {
  background: #00A987;
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-button-prev, #container.mid-detail .contents .mid-detail-math .qa-right .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 99vw;
  top: 55.5%;
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.15));
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-math .qa-right .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-button-prev {
  left: 315px;
  background: 47%/10px url("/images/pc/common/icons/icon_arrow_left_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-button-next {
  right: -30px;
  background: 55%/10px url("/images/pc/common/icons/icon_arrow_right_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-math .qa-right .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng {
  /* 중학 영어(이) */
}
#container.mid-detail .contents .mid-detail-eng .layer-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1200px;
  background: #fff;
  z-index: 99;
  text-align: left;
  border-radius: 20px;
  max-height: calc(100% - 48px);
  overflow-y: auto;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-header {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #DFDFDF;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-header h3 {
  font-size: 25px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-header .btn-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-image: url("/images/pc/common/icons/icon_close_bk.svg");
  background-size: 100%;
  background-color: #fff;
  border: none;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont {
  padding: 20px;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-box {
  padding: 30px;
  background: #F8FAFC;
  border: 1px solid #DFDFDF;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-box li {
  display: flex;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-box li:not(:last-child) {
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-box li p {
  font-size: 16px;
  line-height: 20px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-box li p.txt01 {
  width: 100%;
  max-width: 157px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-modify {
  padding: 15px;
  text-align: center;
  background: #D9E6FF;
  border: 1px solid #C1CCEF;
  border-radius: 0 0 10px 10px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-modify a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-modify a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-modify a:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -136px;
  top: -39px;
  background: url("/images/pc/support/tag_myinfo.png") 50% 50%;
  width: 132px;
  height: 40px;
  background-size: 100%;
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.12));
  cursor: default;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .info-modify a .btn-goto {
  width: 20px;
  height: 20px;
  background-size: 6px;
  background-color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box {
  padding: 30px 30px 40px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box li {
  display: flex;
  align-items: center;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box li:not(:last-child) {
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box p.txt01 {
  width: 112px;
  font-size: 16px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box p.txt01.special-rq {
  align-self: flex-start;
  margin-top: 10px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col {
  width: 80%;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio {
  align-items: center;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio:not(:last-child) {
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio label {
  flex-basis: 50px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .agree-box {
  padding: 20px 30px;
  border-radius: 15px;
  background: #F8FAFC;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .agree-box .inp-check {
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .agree-box .inp-check label {
  font-size: 16px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info {
  margin-top: 16px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dt {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dd:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 6px;
  border-radius: 99vw;
  background: #434343;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-footer {
  border-top: 1px solid #DFDFDF;
  padding: 20px 0 30px;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .pop-inner .popup-footer button {
  display: inline-block;
  width: 280px;
  padding: 17px;
  font-size: 18px;
  font-weight: bold;
  background: #406CFF;
  color: #fff;
  border-radius: 8px;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .bt_popClose {
  right: 25px;
  top: 25px;
  position: absolute;
  display: block;
  z-index: 1;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng .layer-pop .ly_dim {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#container.mid-detail .contents .mid-detail-eng .sub-section {
  overflow: hidden;
  padding: 30px 0 80px;
  position: relative;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section1 {
  background: #eafbf2 url("/images/pc/mid/eng_yoon/mid_eng_yoon_top_bg.png") center 25px no-repeat;
  padding: 180px 0 80px;
  margin-bottom: 60px;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-technology {
  padding: 80px 0;
  position: relative;
  background: #5c9bf9 url("/images/pc/aidt_technology_detail_bg.png") center 0/100% no-repeat;
  max-height: 828px;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-technology .bg-obj {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-technology .bg-obj.bg-obj1 {
  left: 0px;
  top: 11px;
  display: inline-block;
  animation: main-bg-move01 20s linear 0s infinite alternate;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-technology .bg-obj.bg-obj2 {
  right: -220px;
  top: 205px;
  display: inline-block;
  animation: main-bg-move02 20s linear 0s infinite alternate;
}
@keyframes main-bg-move01 {
  0% {
    left: 20%;
    top: 0%;
  }
  50% {
    left: 0%;
    top: 20%;
  }
  100% {
    left: 10%;
    top: 30%;
  }
}
@keyframes main-bg-move02 {
  0% {
    right: 0%;
    top: 0%;
  }
  50% {
    right: 50%;
    top: 0%;
  }
  100% {
    right: 10%;
    top: 30%;
  }
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-technology .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-tutorial {
  padding: 80px 0;
  background: #fffff6;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-tutorial .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-tutorial .section-tit h3 {
  position: relative;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-tutorial .section-tit h3:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 73px;
  height: 37px;
  margin-left: 15px;
  background: url("/images/common/icons/icon_shorts.svg") 0% 55% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-tutorial .section-tit strong {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-tutorial .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-tutorial .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-tutorial .section-tit strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url("/images/pc/common/icons/icon_polygon.svg") 0% 50% no-repeat;
  vertical-align: top;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-faq {
  padding: 80px 0 10px;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-faq .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-review {
  padding: 120px 0 200px;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-review .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-review .section-tit strong {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-review .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-review .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .sub-section.section-review .section-tit strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url("/images/pc/common/icons/icon_polygon.svg") 0% 50% no-repeat;
  vertical-align: top;
}
#container.mid-detail .contents .mid-detail-eng .main-tit h2 {
  font-size: 48px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .main-tit h2 strong {
  font-weight: bold;
  color: #06BDA3;
}
#container.mid-detail .contents .mid-detail-eng .main-tit p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
#container.mid-detail .contents .mid-detail-eng .section-tit h2 {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
}
#container.mid-detail .contents .mid-detail-eng .section-tit h2:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 15px;
  top: -5px;
  width: 50px;
  height: 56px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng .section-tit h2:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 15px;
  top: -5px;
  width: 50px;
  height: 56px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng .section-tit h2 strong {
  font-weight: bold;
  color: #f6a800;
}
#container.mid-detail .contents .mid-detail-eng .section-tit h2.merit:after {
  background: url("/images/pc/common/icons/icon_merit.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .section-tit h2.model strong {
  color: #8037EE;
}
#container.mid-detail .contents .mid-detail-eng .section-tit h2.model:before {
  background: url("/images/pc/common/icons/icon_cycle.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-cont {
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(10px 20px 25px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info {
  right: 0;
  z-index: 0;
  padding-top: 10px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap {
  position: relative;
  width: 504px;
  height: 330px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-wrapper.centered-slide-wrapper {
  justify-content: center;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-wrapper.centered-slide-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper.mask::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(233, 248, 243, 0) 0%, rgb(233, 248, 243) 100%);
  z-index: 10;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-pagination-progressbar {
  top: auto;
  bottom: 26px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translate(-50%);
  background: rgba(0, 0, 0, 0.15);
  border-radius: 99px !important;
  overflow: hidden;
  z-index: 0;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide {
  width: 211px;
  height: 330px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item {
  position: relative;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 0 15px 15px;
  color: #fff;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience .btn-goto {
  background-color: transparent;
  background-size: 8px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math1 {
  background: linear-gradient(to right, #007ad0, #002998);
  filter: drop-shadow(0 4px 10px rgba(0, 100, 230, 0.4));
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math1 .btn-goto {
  width: 20px;
  height: 20px;
  background: #fff url("/images/common/icons/icon_arrow_right_mid_yoon1.svg") 55% 50%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math2 {
  background: linear-gradient(to right, #007B44, #004A2A);
  filter: drop-shadow(0 4px 10px rgba(42, 156, 65, 0.4));
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math2 .btn-goto {
  width: 20px;
  height: 20px;
  background: #fff url("/images/common/icons/icon_arrow_right_green_math2.svg") 55% 50%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide img {
  filter: drop-shadow(6px 9px 15px rgba(0, 0, 0, 0.14));
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev, #container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next {
  width: 50px;
  height: 40px;
  top: 44%;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev {
  left: -30px;
  background: 50%/50px url("/images/pc/common/icons/book-detail-btn-prev.png") no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next {
  right: -30px;
  background: 50%/50px url("/images/pc/common/icons/book-detail-btn-next.png") no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info ul {
  display: flex;
  gap: 24px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap.active {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .author-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .author-detail img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .author-detail .badge {
  border: 1px solid #111;
  color: #111;
  padding: 4px 8px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .author-detail .name {
  font-weight: bold;
  font-size: 20px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .author-detail .divider {
  width: 1px;
  margin: 0px 3px 0 0;
  color: rgba(0, 0, 0, 0.5);
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .author-detail .univ {
  max-width: 175px;
  font-size: 14px;
  color: #111;
  font-weight: 400;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .accordion-header {
  position: relative;
  background: #fff url("/images/pc/common/icons/icon_plus_bk.svg") center right 8px no-repeat;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  padding: 10px 13px;
  padding-right: 22px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .accordion-header .icon {
  margin-left: 4px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .author-main .accordion-header.active {
  background-image: url("/images/pc/common/icons/icon_minus_bk.svg");
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .accordion-body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  border-radius: 0 0 20px 20px;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .accordion-body .author-list {
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
  padding: 20px 30px;
  display: grid;
  grid-template-columns: 45px 45px 42px 42px 42px;
  grid-template-rows: auto;
  white-space: nowrap;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .accordion-body .author-list li {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-eng .main-cont-wrap .book-info .author-wrap .accordion-body .author-list span {
  font-size: 16px;
  font-weight: 500;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  background-color: #fff;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li .btn-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li.btn-go-book {
  padding: 0;
  height: 60px;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li.btn-go-book a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li.btn-go-book span {
  width: 34px;
  height: 34px;
  background: #F0F4FB url("/images/common/icons/icon_arrow_diagonal_right_bk.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li.btn-go-experience {
  padding: 0;
  height: 60px;
  background: linear-gradient(to right, #03BBA9, #18CC5F);
  color: #fff;
  border: none;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li.btn-go-experience a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li.btn-go-experience span {
  width: 34px;
  height: 34px;
  background: #fff url("/images/common/icons/icon_arrow_right_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li a.type1 {
  width: 34px;
  height: 34px;
  background-color: #F0F4FB;
  background-size: 18px;
  border: none;
}
#container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li a.type1:hover, #container.mid-detail .contents .mid-detail-eng .main-btn-wrap ul li a.type1.active {
  background-color: #e3e7ef;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap {
  width: 100%;
  margin: 0 auto;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #BEC8DA;
  border-radius: 20px;
  margin-bottom: 30px;
  z-index: 9;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li {
  position: relative;
  width: 100%;
  max-width: 400px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li button {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #434343;
  padding: 18px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.on {
  background: #406CFF;
  border-radius: 20px;
  filter: drop-shadow(0 4px 15px #ABBEFF);
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.on button {
  color: #fff;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.model.on {
  background: #8037EE;
  filter: drop-shadow(0 4px 15px #D2B8F9);
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.model button {
  font-size: 22px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.model span {
  position: absolute;
  top: -19px;
  right: 33px;
  display: inline-block;
  background: #fff;
  padding: 6px 12px;
  border-radius: 99vw;
  border: 1px solid #E8E8E8;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.model span:after {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(to right, #547BFF, #00D9AE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.model span.aidt-study:after {
  content: "# AI 기반 말하기 수업";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.model span.assessment:after {
  content: "# 프로젝트 수업";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab.depth1 li.model span.task:after {
  content: "# 오답 노트 & 선생님 추천 학습";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont {
  display: none;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont.on {
  display: block;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap {
  position: relative;
  width: 100%;
  /* 메인 컨테이너 아이디에 맞춰서 */
  /* 활성 슬라이드에 있는 버튼만 보이기 */
  /* 서브 스와이퍼가 처음/끝일 때 Swiper가 붙이는 disabled 상태는 안 보이게 */
  /* 내부 스와이퍼도 잘라내기 */
  /* 서브 스와이퍼의 기본 페이지네이션 노출 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .swiper {
  overflow: visible;
  z-index: 1;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .swiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: calc(-50vw + 50%);
  z-index: -1;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(3),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4), #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(3),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4) {
  color: #888;
  font-size: 18px;
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(3) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4) span, #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(3) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4) span {
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: #AAAAAA;
  font-size: 0;
  position: static;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4), #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4) {
  margin-bottom: 26px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(3),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(4), #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(3),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(4) {
  font-size: 18px;
  font-weight: bold;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(3) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(4) span, #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(3) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(4) span {
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide .swiper-button-next,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide .swiper-button-prev {
  display: none; /* 기본은 숨김 */
  pointer-events: none; /* 클릭도 막기 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-next,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-prev {
  display: flex; /* 또는 block; 프로젝트 스타일에 맞추세요 */
  pointer-events: auto;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-next.swiper-button-disabled,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-prev.swiper-button-disabled {
  display: none !important;
  pointer-events: none !important;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip {
  position: relative;
  overflow: visible;
  border-radius: 12px;
  max-width: 910px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper {
  overflow: hidden;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination.sub-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  opacity: 0.35;
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev, #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 99vw;
  top: 50%;
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.15));
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev {
  left: -29px;
  background: 47%/10px url("/images/pc/common/icons/icon_arrow_left_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next {
  right: -26px;
  background: 55%/10px url("/images/pc/common/icons/icon_arrow_right_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .sub-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(4),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(7),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(8) {
  color: #888;
  font-size: 18px;
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(4) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(7) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(8) span {
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: #AAAAAA;
  font-size: 0;
  position: static;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(8) {
  margin-bottom: 26px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(4),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(7),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(8) {
  font-size: 18px;
  font-weight: bold;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(4) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(7) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(8) span {
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5), #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5) {
  margin-top: -5px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(7), #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(7) {
  color: #888;
  font-size: 18px;
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(7) span, #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(7) span {
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: #AAAAAA;
  font-size: 0;
  position: static;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(7), #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(7) {
  font-size: 18px;
  font-weight: bold;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(7) span, #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(7) span {
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 {
  position: absolute;
  top: 28px;
  left: 31%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 99vw;
  background: #fff;
  z-index: 2;
  filter: drop-shadow(0 6px 15px rgb(224, 231, 244));
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 85px;
  padding: 5px 17px;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 500;
  color: #888;
  text-align: left;
  background: #fff;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li button .tab-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li:nth-of-type(2) button {
  padding: 5px 17px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li.on button {
  position: relative;
  color: #406CFF;
  font-weight: 700;
  outline: 3px solid #406CFF;
  z-index: 1;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button {
  min-width: 100px;
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button.tab-assistant:after {
  content: "선생님";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button.tab-aitutor:after {
  content: "학생";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-assistant {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-assistant span {
  background: url("/images/pc/mid/math/icon_teacher.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-aitutor {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-aitutor span {
  background: url("/images/pc/mid/math/icon_student.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor {
  left: 30%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button {
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button.tab-assistant:after {
  content: "AI 보조교사";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button.tab-aitutor:after {
  content: "AI 튜터";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-assistant {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-assistant span {
  background: url("/images/pc/mid/math/icon_assistant.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-aitutor {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-aitutor span {
  background: url("/images/pc/mid/math/icon_aitutor.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon {
  width: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 {
  position: absolute;
  top: 30px;
  left: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 99vw;
  background: #fff;
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 85px;
  padding: 4px 17px;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 500;
  color: #888;
  text-align: left;
  background: #fff;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li button .tab-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li.on button {
  position: relative;
  color: #8037EE;
  font-weight: 700;
  outline: 3px solid #8037EE;
  z-index: 1;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default {
  filter: drop-shadow(0 6px 15px rgba(224, 231, 244, 0.9));
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button {
  min-width: 100px;
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-danwon:after {
  content: "차시 수업 1";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi2:after {
  content: "차시 수업 1";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi {
  padding: 5px 30px 5px 17px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi:after {
  content: "차시 수업 2";
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-danwon {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-danwon span {
  background: url("/images/common/icons/icon_danwon.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi span {
  background: url("/images/common/icons/icon_chasi.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi2 {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi2 span {
  background: url("/images/common/icons/icon_chasi2.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 {
  position: relative;
  /* 중학 수학 AIDT 위주로 수업해요 - 단원 수업 */
  /* 중학 수학 AIDT 위주로 수업해요 - 차시 수업 */
  /* 중학 수학 서책을 함께 사용해요 */
  /* 중학 수학 AIDT 핵심 기능 위주로 사용해요 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .scroll-container {
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  z-index: 1;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .scroll-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: calc(-50vw + 50%);
  z-index: -1;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .progress-tit {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 2;
  font-weight: bold;
  font-size: 22px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .progress-tit .quotation-mark {
  margin-right: 6px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .scroll-inner img {
  width: 3802px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar {
  position: absolute;
  top: 26.4%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap.top-half {
  top: 100px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav {
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li span.divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 3px;
  color: #888;
  background: #888;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active span.divider {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-1 {
  top: 113px;
  left: 66px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-2 {
  top: 232px;
  left: 353px;
  width: 198px;
  height: 282px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-3 {
  top: 290px;
  left: 563px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-1 {
  top: 446px;
  left: 854px;
  width: 204px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-2 {
  top: 298px;
  left: 890px;
  width: 439px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-3 {
  top: 143px;
  left: 1351px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3-1 {
  top: 294px;
  left: 1628px;
  width: 399px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3-2 {
  top: 445px;
  left: 1903px;
  width: 205px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3-3 {
  top: 445px;
  left: 2116px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4 {
  top: 246px;
  left: 2442px;
  width: 213px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group5 {
  top: 202px;
  left: 2708px;
  width: 198px;
  height: 268px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .scroll-inner img {
  width: 3608px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar {
  position: absolute;
  top: 29.15%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px 25px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap.top-half {
  top: 100px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav {
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 20px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li span.divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 3px;
  color: #888;
  background: #888;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active span.divider {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group1-1 {
  top: 134px;
  left: 57px;
  width: 218px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group1-2 {
  top: 272px;
  left: 332px;
  width: 368px;
  height: 311px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-1 {
  top: 211px;
  left: 753px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-2 {
  top: 191px;
  left: 967px;
  width: 206px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-3 {
  top: 460px;
  left: 1006px;
  width: 423px;
  height: 128px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-1 {
  top: 282px;
  left: 1339px;
  width: 429px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-2 {
  top: 134px;
  left: 1797px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group4 {
  top: 381px;
  left: 1812px;
  width: 444px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group5 {
  top: 440px;
  left: 2342px;
  width: 208px;
  height: 248px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .scroll-inner img {
  width: 3299px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar {
  position: absolute;
  top: 26.6%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li span.divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 3px;
  color: #888;
  background: #888;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active span.divider {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group1-1 {
  top: 199px;
  left: 188px;
  width: 368px;
  height: 253px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group1-2 {
  top: 141px;
  left: 584px;
  width: 203px;
  height: 282px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-1 {
  top: 410px;
  left: 919px;
  width: 207px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-2 {
  top: 390px;
  left: 1168px;
  width: 203px;
  height: 270px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-3 {
  top: 248px;
  left: 1217px;
  width: 407px;
  height: 126px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group3 {
  top: 406px;
  left: 1467px;
  width: 488px;
  height: 126px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group4 {
  top: 224px;
  left: 2074px;
  width: 229px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .scroll-inner img {
  width: 3006px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar {
  position: absolute;
  top: 28.1%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: inherit;
  overflow: hidden;
  transition: width 0.6s ease;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap {
  position: absolute;
  width: 200px;
  height: 203px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group1-1 {
  top: 172px;
  left: 28px;
  width: 285px;
  height: 264px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group1-2 {
  top: 212px;
  left: 303px;
  width: 368px;
  height: 253px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group2 {
  top: 411px;
  left: 670px;
  width: 363px;
  height: 231px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group3 {
  top: 290px;
  left: 833px;
  width: 483px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group4 {
  top: 127px;
  left: 1366px;
  width: 363px;
  height: 288px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group5 {
  top: 389px;
  left: 1838px;
  width: 254px;
  height: 283px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap {
  display: flex;
  gap: 24px;
  margin-top: 50px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont {
  position: relative;
  width: 100%;
  max-width: 776px;
  outline: 1px solid #000;
  border-radius: 20px;
  filter: drop-shadow(20px 20px 25px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont img {
  border-radius: inherit;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont .book-cont-btn {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 20px 57px;
  padding-right: 73px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 99vw;
  background: #406CFF url("/images/pc/common/icons/icon_arrow_right_wh.svg") 84% 49%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0px 0 16px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li {
  flex-grow: 1;
  max-width: 187px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button {
  width: 100%;
  padding: 17px 16px;
  padding-left: 57px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 99vw;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-yjm {
  background: url("/images/pc/icon_main_tab_mid_yjm.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-lbm {
  background: url("/images/pc/icon_main_tab_mid_lbm.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-math {
  background: url("/images/pc/icon_main_tab_mid_math.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-info {
  background: url("/images/pc/icon_main_tab_mid_info.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li.on button, #container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li:hover button {
  color: #fff;
  background-color: #22B5A0;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner {
  padding: 28px 33px;
  background: #F0F4FB;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner p {
  font-size: 18px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner p span {
  color: #0FAF98;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .book-thumb {
  padding: 20px 0 14px;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .book-thumb img {
  filter: drop-shadow(6px 7px 12px rgba(0, 0, 0, 0.2));
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .btn-experience {
  display: inline-block;
  padding: 11px 16px;
  padding-right: 39px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 99vw;
  background: #22B8A2 url("/images/pc/common/icons/icon_arrow_right_wh.svg") 84% 49%/7px no-repeat;
}
#container.mid-detail .contents .mid-detail-eng .text-tab-wrap .text-tab-bottom {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper {
  display: flex;
  margin: 0 auto;
  gap: 40px;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper .qa-left {
  width: 35%;
  max-width: 300px;
  max-height: 646px;
  padding: 5px 2px 50px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper .qa-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /* 원하는 높이로 조절 */
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper .qa-left .qa-tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper .qa-left .qa-tab-list li {
  padding: 20px 17px;
  cursor: pointer;
  margin-bottom: 10px;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 20px;
  outline: 1px solid #DFDFDF;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper .qa-left .qa-tab-list li.active {
  background: #F5FAF9;
  outline: 2px solid #00A987;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper .qa-left .qa-tab-list li.active .q-title {
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper .qa-left .qa-tab-list li .q-number {
  display: inline-block;
  width: 35px;
  height: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  align-content: center;
  font-size: 14px;
  border-radius: 20px;
  background: #00A987;
  margin-bottom: 8px;
}
#container.mid-detail .contents .mid-detail-eng .ai-service-wrapper .qa-left .qa-tab-list li .q-title {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 1.35;
}
#container.mid-detail .contents .mid-detail-eng .qa-right {
  width: 100%;
  max-width: 860px;
  padding-top: 5px;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .qa-content {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .qa-content.active {
  display: block;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-pagination {
  bottom: 40px;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-pagination .swiper-pagination-bullet {
  background: #95ABAB;
  opacity: 0.8;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-pagination .swiper-pagination-bullet-active {
  background: #00A987;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-button-prev, #container.mid-detail .contents .mid-detail-eng .qa-right .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 99vw;
  top: 55.5%;
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.15));
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-eng .qa-right .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-button-prev {
  left: 315px;
  background: 47%/10px url("/images/pc/common/icons/icon_arrow_left_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-button-next {
  right: -30px;
  background: 55%/10px url("/images/pc/common/icons/icon_arrow_right_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-eng .qa-right .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section {
  overflow: hidden;
  padding: 30px 0 80px;
  position: relative;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section1 {
  background: #eafbf2 url("/images/pc/mid/eng_lee/mid_eng_lee_top_bg.png") center 78px no-repeat;
  padding: 180px 0 80px;
  margin-bottom: 60px;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-technology {
  padding: 80px 0;
  position: relative;
  background: #5c9bf9 url("/images/pc/aidt_technology_detail_bg.png") center 0/100% no-repeat;
  max-height: 828px;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-technology .bg-obj {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-technology .bg-obj.bg-obj1 {
  left: 0px;
  top: 11px;
  display: inline-block;
  animation: main-bg-move01 20s linear 0s infinite alternate;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-technology .bg-obj.bg-obj2 {
  right: -220px;
  top: 205px;
  display: inline-block;
  animation: main-bg-move02 20s linear 0s infinite alternate;
}
@keyframes main-bg-move01 {
  0% {
    left: 20%;
    top: 0%;
  }
  50% {
    left: 0%;
    top: 20%;
  }
  100% {
    left: 10%;
    top: 30%;
  }
}
@keyframes main-bg-move02 {
  0% {
    right: 0%;
    top: 0%;
  }
  50% {
    right: 50%;
    top: 0%;
  }
  100% {
    right: 10%;
    top: 30%;
  }
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-technology .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-tutorial {
  padding: 80px 0;
  background: #fffff6;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-tutorial .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-tutorial .section-tit strong {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-tutorial .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-tutorial .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-tutorial .section-tit strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url("/images/pc/common/icons/icon_polygon.svg") 0% 50% no-repeat;
  vertical-align: top;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-faq {
  padding: 80px 0 10px;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-faq .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-review {
  padding: 120px 0 200px;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-review .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-review .section-tit strong {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-review .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-review .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .sub-section.section-review .section-tit strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url("/images/pc/common/icons/icon_polygon.svg") 0% 50% no-repeat;
  vertical-align: top;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-tit h2 {
  font-size: 48px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-tit h2 strong {
  font-weight: bold;
  color: #06BDA3;
  background: none;
  -webkit-text-fill-color: #06BDA3;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-tit p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-cont {
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(10px 20px 25px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info {
  right: 0;
  z-index: 0;
  padding-top: 10px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap {
  position: relative;
  width: 504px;
  height: 330px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-wrapper.centered-slide-wrapper {
  justify-content: center;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-wrapper.centered-slide-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper.mask::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(233, 248, 243, 0) 0%, rgb(233, 248, 243) 100%);
  z-index: 10;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-pagination-progressbar {
  top: auto;
  bottom: 26px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translate(-50%);
  background: rgba(0, 0, 0, 0.15);
  border-radius: 99px !important;
  overflow: hidden;
  z-index: 0;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide {
  width: 211px;
  height: 330px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item {
  position: relative;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  position: absolute;
  padding: 15px 20px 15px 12px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 0 15px 15px;
  color: #fff;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math1 {
  background: linear-gradient(to right, #0078d0, #002e9b);
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math1 .btn-goto {
  width: 20px;
  height: 20px;
  background: #fff url("/images/common/icons/icon_arrow_right_blue_lbm.svg") 55% 50%/8px no-repeat;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math2 {
  background: linear-gradient(to right, #007B44, #004A2A);
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.math2 .btn-goto {
  width: 20px;
  height: 20px;
  background: #fff url("/images/common/icons/icon_arrow_right_green_math2.svg") 55% 50%/8px no-repeat;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide img {
  filter: drop-shadow(6px 9px 15px rgba(0, 0, 0, 0.14));
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev, #container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next {
  width: 50px;
  height: 40px;
  top: 44%;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev {
  left: -30px;
  background: 50%/50px url("/images/pc/common/icons/book-detail-btn-prev.png") no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next {
  right: -30px;
  background: 50%/50px url("/images/pc/common/icons/book-detail-btn-next.png") no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info ul {
  display: flex;
  gap: 24px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap.active {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .author-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .author-detail img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .author-detail .badge {
  border: 1px solid #111;
  color: #111;
  padding: 4px 8px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .author-detail .name {
  font-weight: bold;
  font-size: 20px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .author-detail .divider {
  width: 1px;
  margin: 0px 3px 0 0;
  color: rgba(0, 0, 0, 0.5);
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .author-detail .univ {
  max-width: 175px;
  font-size: 14px;
  color: #111;
  font-weight: 400;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .accordion-header {
  position: relative;
  background: #fff url("/images/pc/common/icons/icon_plus_bk.svg") center right 8px no-repeat;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  padding: 10px 13px;
  padding-right: 22px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .accordion-header .icon {
  margin-left: 4px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .author-main .accordion-header.active {
  background-image: url("/images/pc/common/icons/icon_minus_bk.svg");
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .accordion-body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  border-radius: 0 0 20px 20px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .accordion-body .author-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
  padding: 20px 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .accordion-body .author-list li {
  font-size: 16px;
  font-weight: 400;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-cont-wrap .book-info .author-wrap .accordion-body .author-list span {
  font-size: 16px;
  font-weight: 500;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  background-color: #fff;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li .btn-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li.btn-go-book {
  padding: 0;
  height: 60px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li.btn-go-book a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li.btn-go-book span {
  width: 34px;
  height: 34px;
  background: #F0F4FB url("/images/common/icons/icon_arrow_diagonal_right_bk.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li.btn-go-experience {
  padding: 0;
  height: 60px;
  background: linear-gradient(to right, #03BBA9, #18CC5F);
  color: #fff;
  border: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li.btn-go-experience a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li.btn-go-experience span {
  width: 34px;
  height: 34px;
  background: #fff url("/images/common/icons/icon_arrow_right_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li a.type1 {
  width: 34px;
  height: 34px;
  background-color: #F0F4FB;
  background-size: 18px;
  border: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li a.type1:hover, #container.mid-detail .contents .mid-detail-eng.lee .main-btn-wrap ul li a.type1.active {
  background-color: #e3e7ef;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap {
  width: 100%;
  margin: 0 auto;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #BEC8DA;
  border-radius: 20px;
  margin-bottom: 30px;
  z-index: 9;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li {
  position: relative;
  width: 100%;
  max-width: 400px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li button {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #434343;
  padding: 18px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.on {
  background: #406CFF;
  border-radius: 20px;
  filter: drop-shadow(0 4px 15px #ABBEFF);
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.on button {
  color: #fff;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.model.on {
  background: #8037EE;
  filter: drop-shadow(0 4px 15px #D2B8F9);
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.model button {
  font-size: 22px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.model span {
  position: absolute;
  top: -19px;
  right: 33px;
  display: inline-block;
  background: #fff;
  padding: 6px 12px;
  border-radius: 99vw;
  border: 1px solid #E8E8E8;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.model span:after {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(to right, #547BFF, #00D9AE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.model span.aidt-study:after {
  content: "# AI 기반 말하기 수업";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.model span.assessment:after {
  content: "# 프로젝트 수업";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab.depth1 li.model span.task:after {
  content: "# 오답 노트 & 선생님 추천 학습";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont {
  display: none;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont.on {
  display: block;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap {
  position: relative;
  width: 100%;
  /* 메인 컨테이너 아이디에 맞춰서 */
  /* 활성 슬라이드에 있는 버튼만 보이기 */
  /* 서브 스와이퍼가 처음/끝일 때 Swiper가 붙이는 disabled 상태는 안 보이게 */
  /* 내부 스와이퍼도 잘라내기 */
  /* 서브 스와이퍼의 기본 페이지네이션 노출 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .swiper {
  overflow: visible;
  z-index: 1;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .swiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: calc(-50vw + 50%);
  z-index: -1;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(3),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4), #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(3),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4) {
  color: #888;
  font-size: 18px;
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(3) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4) span, #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(3) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4) span {
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: #AAAAAA;
  font-size: 0;
  position: static;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4), #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet:nth-of-type(4) {
  margin-bottom: 26px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(3),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(4), #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(3),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(4) {
  font-size: 18px;
  font-weight: bold;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(3) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0301 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(4) span, #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(3) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0302 .swiper-pagination.ai .swiper-pagination-bullet-active:nth-of-type(4) span {
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide .swiper-button-next,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide .swiper-button-prev {
  display: none; /* 기본은 숨김 */
  pointer-events: none; /* 클릭도 막기 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-next,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-prev {
  display: flex; /* 또는 block; 프로젝트 스타일에 맞추세요 */
  pointer-events: auto;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-next.swiper-button-disabled,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-prev.swiper-button-disabled {
  display: none !important;
  pointer-events: none !important;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip {
  position: relative;
  overflow: visible;
  border-radius: 12px;
  max-width: 910px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper {
  overflow: hidden;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination.sub-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  opacity: 0.35;
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev, #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 99vw;
  top: 50%;
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.15));
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev {
  left: -29px;
  background: 47%/10px url("/images/pc/common/icons/icon_arrow_left_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next {
  right: -26px;
  background: 55%/10px url("/images/pc/common/icons/icon_arrow_right_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .sub-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(4),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(7),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(8) {
  color: #888;
  font-size: 18px;
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(4) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(7) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(8) span {
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: #AAAAAA;
  font-size: 0;
  position: static;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet:nth-of-type(8) {
  margin-bottom: 26px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(4),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(7),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(8) {
  font-size: 18px;
  font-weight: bold;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(4) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(7) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0101 .swiper-pagination.navi .swiper-pagination-bullet-active:nth-of-type(8) span {
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5), #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5) {
  margin-top: -5px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(7), #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(7) {
  color: #888;
  font-size: 18px;
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet:nth-of-type(7) span, #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet:nth-of-type(7) span {
  left: 0;
  top: 0;
  width: 4px;
  height: 4px;
  background: #AAAAAA;
  font-size: 0;
  position: static;
  margin-left: 0;
  margin-right: 5px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(7), #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(5),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(6),
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(7) {
  font-size: 18px;
  font-weight: bold;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0201 .swiper-pagination-bullet-active:nth-of-type(7) span, #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(5) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(6) span,
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap #eng-tab-cont0202 .swiper-pagination-bullet-active:nth-of-type(7) span {
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 {
  position: absolute;
  top: 28px;
  left: 31%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 99vw;
  background: #fff;
  z-index: 2;
  filter: drop-shadow(0 6px 15px rgb(224, 231, 244));
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 85px;
  padding: 5px 17px;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 500;
  color: #888;
  text-align: left;
  background: #fff;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li button .tab-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li:nth-of-type(2) button {
  padding: 5px 17px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li.on button {
  position: relative;
  color: #406CFF;
  font-weight: 700;
  outline: 3px solid #406CFF;
  z-index: 1;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button {
  min-width: 100px;
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button.tab-assistant:after {
  content: "선생님";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button.tab-aitutor:after {
  content: "학생";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-assistant {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-assistant span {
  background: url("/images/pc/mid/math/icon_teacher.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-aitutor {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-aitutor span {
  background: url("/images/pc/mid/math/icon_student.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor {
  left: 30%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button {
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button.tab-assistant:after {
  content: "AI 보조교사";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button.tab-aitutor:after {
  content: "AI 튜터";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-assistant {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-assistant span {
  background: url("/images/pc/mid/math/icon_assistant.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-aitutor {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-aitutor span {
  background: url("/images/pc/mid/math/icon_aitutor.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon {
  width: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 {
  position: absolute;
  top: 30px;
  left: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 99vw;
  background: #fff;
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 85px;
  padding: 4px 17px;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 500;
  color: #888;
  text-align: left;
  background: #fff;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li button .tab-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li.on button {
  position: relative;
  color: #8037EE;
  font-weight: 700;
  outline: 3px solid #8037EE;
  z-index: 1;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default {
  filter: drop-shadow(0 6px 15px rgba(224, 231, 244, 0.9));
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button {
  min-width: 100px;
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-danwon:after {
  content: "차시 수업 1";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi {
  padding: 5px 30px 5px 17px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi:after {
  content: "차시 수업 2";
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-danwon {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-danwon span {
  background: url("/images/common/icons/icon_danwon.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi span {
  background: url("/images/common/icons/icon_chasi.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 {
  position: relative;
  /* 중학 수학 AIDT 위주로 수업해요 - 단원 수업 */
  /* 중학 수학 AIDT 위주로 수업해요 - 차시 수업 */
  /* 중학 수학 서책을 함께 사용해요 */
  /* 중학 수학 AIDT 핵심 기능 위주로 사용해요 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .scroll-container {
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  z-index: 1;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .scroll-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: calc(-50vw + 50%);
  z-index: -1;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .progress-tit {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 2;
  font-weight: bold;
  font-size: 22px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .progress-tit .quotation-mark {
  margin-right: 6px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .scroll-inner img {
  width: 3785px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar {
  position: absolute;
  top: 26.4%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap.top-half {
  top: 100px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav {
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li span.divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 3px;
  color: #888;
  background: #888;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active span.divider {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-1 {
  top: 113px;
  left: 62px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-2 {
  top: 232px;
  left: 337px;
  width: 198px;
  height: 282px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-3 {
  top: 290px;
  left: 577px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-1 {
  top: 445px;
  left: 860px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-2 {
  top: 326px;
  left: 905px;
  width: 422px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-3 {
  top: 145px;
  left: 1333px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3-1 {
  top: 294px;
  left: 1575px;
  width: 399px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3-2 {
  top: 444px;
  left: 1807px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3-3 {
  top: 444px;
  left: 2017px;
  width: 204px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4 {
  top: 245px;
  left: 2318px;
  width: 217px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group5 {
  top: 201px;
  left: 2640px;
  width: 198px;
  height: 268px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .scroll-inner img {
  width: 3428px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar {
  position: absolute;
  top: 31.9%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px 25px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap.top-half {
  top: 100px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav {
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 15px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li span.divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 3px;
  color: #888;
  background: #888;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active span.divider {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group1-1 {
  top: 134px;
  left: 56px;
  width: 218px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group1-2 {
  top: 303px;
  left: 293px;
  width: 368px;
  height: 311px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-1 {
  top: 175px;
  left: 718px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-2 {
  top: 155px;
  left: 942px;
  width: 206px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-3 {
  top: 406px;
  left: 978px;
  width: 451px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-1 {
  top: 514px;
  left: 1395px;
  width: 376px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-2 {
  top: 202px;
  left: 1584px;
  width: 270px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group4 {
  top: 364px;
  left: 1936px;
  width: 198px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group5 {
  top: 364px;
  left: 2303px;
  width: 222px;
  height: 224px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .scroll-inner img {
  width: 3060px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar {
  position: absolute;
  top: 26.6%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li span.divider {
  display: inline-block;
  width: 1px;
  height: 13px;
  margin: 0 3px;
  color: #888;
  background: #888;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active span.divider {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group1-1 {
  top: 179px;
  left: 203px;
  width: 203px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group1-2 {
  top: 141px;
  left: 453px;
  width: 203px;
  height: 282px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-1 {
  top: 410px;
  left: 753px;
  width: 237px;
  height: 250px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-2 {
  top: 390px;
  left: 1002px;
  width: 207px;
  height: 270px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-3 {
  top: 248px;
  left: 1099px;
  width: 374px;
  height: 126px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group3 {
  top: 406px;
  left: 1285px;
  width: 519px;
  height: 126px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group4 {
  top: 224px;
  left: 1884px;
  width: 305px;
  height: 244px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .scroll-inner img {
  width: 3006px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar {
  position: absolute;
  top: 28.1%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress span {
  font-size: 15px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: inherit;
  overflow: hidden;
  transition: width 0.6s ease;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap {
  position: absolute;
  width: 200px;
  height: 203px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group1-1 {
  top: 172px;
  left: 28px;
  width: 285px;
  height: 264px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group1-2 {
  top: 212px;
  left: 303px;
  width: 368px;
  height: 253px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group2 {
  top: 411px;
  left: 670px;
  width: 363px;
  height: 231px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group3 {
  top: 290px;
  left: 833px;
  width: 483px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group4 {
  top: 127px;
  left: 1366px;
  width: 363px;
  height: 288px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group5 {
  top: 389px;
  left: 1838px;
  width: 274px;
  height: 297px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap {
  display: flex;
  gap: 24px;
  margin-top: 50px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont {
  position: relative;
  width: 100%;
  max-width: 776px;
  outline: 1px solid #000;
  border-radius: 20px;
  filter: drop-shadow(20px 20px 25px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont img {
  border-radius: inherit;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont .book-cont-btn {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 20px 57px;
  padding-right: 73px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 99vw;
  background: #406CFF url("/images/pc/common/icons/icon_arrow_right_wh.svg") 84% 49%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0px 0 16px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li {
  flex-grow: 1;
  max-width: 187px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button {
  width: 100%;
  padding: 17px 16px;
  padding-left: 57px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 99vw;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-yjm {
  background: url("/images/pc/icon_main_tab_mid_yjm.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-lbm {
  background: url("/images/pc/icon_main_tab_mid_lbm.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-math {
  background: url("/images/pc/icon_main_tab_mid_math.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-info {
  background: url("/images/pc/icon_main_tab_mid_info.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li.on button, #container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li:hover button {
  color: #fff;
  background-color: #22B5A0;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner {
  padding: 28px 33px;
  background: #F0F4FB;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner p {
  font-size: 18px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner p span {
  color: #0FAF98;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .book-thumb {
  padding: 20px 0 14px;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .book-thumb img {
  filter: drop-shadow(6px 7px 12px rgba(0, 0, 0, 0.2));
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .btn-experience {
  display: inline-block;
  padding: 11px 16px;
  padding-right: 39px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 99vw;
  background: #22B8A2 url("/images/pc/common/icons/icon_arrow_right_wh.svg") 84% 49%/7px no-repeat;
}
#container.mid-detail .contents .mid-detail-eng.lee .text-tab-wrap .text-tab-bottom {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 1200px;
  background: #fff;
  z-index: 99;
  text-align: left;
  border-radius: 20px;
  max-height: calc(100% - 48px);
  overflow-y: auto;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-header {
  display: flex;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #DFDFDF;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-header h3 {
  font-size: 25px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-header .btn-close {
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-image: url("/images/pc/common/icons/icon_close_bk.svg");
  background-size: 100%;
  background-color: #fff;
  border: none;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont {
  padding: 20px;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-box {
  padding: 30px;
  background: #F8FAFC;
  border: 1px solid #DFDFDF;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-box li {
  display: flex;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-box li:not(:last-child) {
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-box li p {
  font-size: 16px;
  line-height: 20px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-box li p.txt01 {
  width: 100%;
  max-width: 157px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-modify {
  padding: 15px;
  text-align: center;
  background: #D9E6FF;
  border: 1px solid #C1CCEF;
  border-radius: 0 0 10px 10px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-modify a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-modify a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-modify a:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -136px;
  top: -39px;
  background: url("/images/pc/support/tag_myinfo.png") 50% 50%;
  width: 132px;
  height: 40px;
  background-size: 100%;
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.12));
  cursor: default;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .info-modify a .btn-goto {
  width: 20px;
  height: 20px;
  background-size: 6px;
  background-color: #406CFF;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box {
  padding: 30px 30px 40px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box li {
  display: flex;
  align-items: center;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box li:not(:last-child) {
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box p.txt01 {
  width: 112px;
  font-size: 16px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box p.txt01.special-rq {
  align-self: flex-start;
  margin-top: 10px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col {
  width: 80%;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio {
  align-items: center;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio:not(:last-child) {
  margin-bottom: 15px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .training-info-box .inpwrap-col .inp-radio label {
  flex-basis: 50px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .agree-box {
  padding: 20px 30px;
  border-radius: 15px;
  background: #F8FAFC;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .agree-box .inp-check {
  align-items: center;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .agree-box .inp-check label {
  font-size: 16px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info {
  margin-top: 16px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dt {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #434343;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-cont .agree-box dl.notice-info dd:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 6px;
  border-radius: 99vw;
  background: #434343;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-footer {
  border-top: 1px solid #DFDFDF;
  padding: 20px 0 30px;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .pop-inner .popup-footer button {
  display: inline-block;
  width: 280px;
  padding: 17px;
  font-size: 18px;
  font-weight: bold;
  background: #406CFF;
  color: #fff;
  border-radius: 8px;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .bt_popClose {
  right: 25px;
  top: 25px;
  position: absolute;
  display: block;
  z-index: 1;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-info .layer-pop .ly_dim {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#container.mid-detail .contents .mid-detail-info .sub-section {
  overflow: hidden;
  padding: 30px 0 80px;
  position: relative;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section1 {
  background: #eafbf2 url("/images/pc/mid/info/mid_info_top_bg.png ") center 75px no-repeat;
  padding: 180px 0 80px;
  margin-bottom: 60px;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-technology {
  padding: 80px 0;
  position: relative;
  background: #5c9bf9 url("/images/pc/aidt_technology_detail_bg.png") center 0/100% no-repeat;
  max-height: 828px;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-technology .bg-obj {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-technology .bg-obj.bg-obj1 {
  left: 0px;
  top: 11px;
  display: inline-block;
  animation: main-bg-move01 20s linear 0s infinite alternate;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-technology .bg-obj.bg-obj2 {
  right: -220px;
  top: 205px;
  display: inline-block;
  animation: main-bg-move02 20s linear 0s infinite alternate;
}
@keyframes main-bg-move01 {
  0% {
    left: 20%;
    top: 0%;
  }
  50% {
    left: 0%;
    top: 20%;
  }
  100% {
    left: 10%;
    top: 30%;
  }
}
@keyframes main-bg-move02 {
  0% {
    right: 0%;
    top: 0%;
  }
  50% {
    right: 50%;
    top: 0%;
  }
  100% {
    right: 10%;
    top: 30%;
  }
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-technology .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-tutorial {
  padding: 80px 0;
  background: #fffff6;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-tutorial .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-tutorial .section-tit h3 {
  position: relative;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-tutorial .section-tit h3:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 73px;
  height: 37px;
  margin-left: 15px;
  background: url("/images/common/icons/icon_shorts.svg") 0% 55% no-repeat;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-tutorial .section-tit strong {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-tutorial .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-tutorial .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-tutorial .section-tit strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url("/images/pc/common/icons/icon_polygon.svg") 0% 50% no-repeat;
  vertical-align: top;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-faq {
  padding: 80px 0 10px;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-faq .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-review {
  padding: 120px 0 200px;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-review .section-tit {
  margin-bottom: 50px;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-review .section-tit strong {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #406CFF;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-review .section-tit strong.white {
  color: #fff;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-review .section-tit strong.white:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .sub-section.section-review .section-tit strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -6px;
  right: -30px;
  width: 24px;
  height: 24px;
  background: url("/images/pc/common/icons/icon_polygon.svg") 0% 50% no-repeat;
  vertical-align: top;
}
#container.mid-detail .contents .mid-detail-info .main-tit h2 {
  font-size: 48px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .main-tit h2 strong {
  font-weight: bold;
  color: #06BDA3;
}
#container.mid-detail .contents .mid-detail-info .main-tit p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}
#container.mid-detail .contents .mid-detail-info .section-tit h2 {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 40px;
}
#container.mid-detail .contents .mid-detail-info .section-tit h2:before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 15px;
  top: -5px;
  width: 50px;
  height: 56px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-info .section-tit h2:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 15px;
  top: -5px;
  width: 50px;
  height: 56px;
  vertical-align: middle;
}
#container.mid-detail .contents .mid-detail-info .section-tit h2 strong {
  font-weight: bold;
  color: #f6a800;
}
#container.mid-detail .contents .mid-detail-info .section-tit h2.merit:after {
  background: url("/images/pc/common/icons/icon_merit.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .section-tit h2.model strong {
  color: #8037EE;
}
#container.mid-detail .contents .mid-detail-info .section-tit h2.model:before {
  background: url("/images/pc/common/icons/icon_cycle.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-cont {
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(10px 20px 25px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info {
  right: 0;
  z-index: 0;
  padding-top: 10px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap {
  position: relative;
  width: 504px;
  height: 330px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-wrapper.centered-slide-wrapper {
  justify-content: center;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-wrapper.centered-slide-wrapper .swiper-slide:last-child {
  margin-right: 0 !important;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper.mask::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to right, rgba(233, 248, 243, 0) 0%, rgb(233, 248, 243) 100%);
  z-index: 10;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-pagination-progressbar {
  top: auto;
  bottom: 26px;
  width: 100px;
  height: 5px;
  left: 50%;
  transform: translate(-50%);
  background: rgba(0, 0, 0, 0.15);
  border-radius: 99px !important;
  overflow: hidden;
  z-index: 0;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide {
  width: 211px;
  height: 330px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item {
  position: relative;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0 0 15px 15px;
  color: #fff;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  height: 50px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience .btn-goto {
  background-color: transparent;
  background-size: 8px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.info1 {
  background: linear-gradient(to right, #2764ff, #1433ff);
  filter: drop-shadow(0 4px 10px rgba(42, 133, 156, 0.4));
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide .main-bnr-item .btn-experience.info1 .btn-goto {
  background: #fff url("/images/common/icons/icon_arrow_right_mid_info.svg") 55% 50%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-slide img {
  filter: drop-shadow(6px 9px 15px rgba(0, 0, 0, 0.14));
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev, #container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next {
  width: 50px;
  height: 40px;
  top: 44%;
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.2));
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev {
  left: -30px;
  background: 50%/50px url("/images/pc/common/icons/book-detail-btn-prev.png") no-repeat;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next {
  right: -30px;
  background: 50%/50px url("/images/pc/common/icons/book-detail-btn-next.png") no-repeat;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .detail-swiper-wrap .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info ul {
  display: flex;
  gap: 24px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap {
  position: relative;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  padding: 12px 20px;
  filter: drop-shadow(0 8px 15px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap.active {
  background: #fff;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .author-detail {
  display: flex;
  align-items: center;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .author-detail img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .author-detail .badge {
  border: 1px solid #111;
  color: #111;
  padding: 4px 8px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .author-detail .name {
  font-weight: bold;
  font-size: 20px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .author-detail .divider {
  width: 1px;
  margin: 0px 3px 0 0;
  color: rgba(0, 0, 0, 0.5);
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .author-detail .univ {
  max-width: 175px;
  font-size: 14px;
  color: #111;
  font-weight: 400;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .accordion-header {
  position: relative;
  background: #fff url("/images/pc/common/icons/icon_plus_bk.svg") center right 8px no-repeat;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  padding: 10px 13px;
  padding-right: 22px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .accordion-header .icon {
  margin-left: 4px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .author-main .accordion-header.active {
  background-image: url("/images/pc/common/icons/icon_minus_bk.svg");
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .accordion-body {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #eee;
  border-radius: 0 0 20px 20px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .accordion-body .author-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
  padding: 20px 30px;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .accordion-body .author-list li {
  font-size: 16px;
  font-weight: 400;
}
#container.mid-detail .contents .mid-detail-info .main-cont-wrap .book-info .author-wrap .accordion-body .author-list span {
  font-size: 16px;
  font-weight: 500;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #DFDFDF;
  border-radius: 20px;
  background-color: #fff;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li .btn-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li.btn-go-book {
  padding: 0;
  height: 60px;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li.btn-go-book a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li.btn-go-book span {
  width: 34px;
  height: 34px;
  background: #F0F4FB url("/images/common/icons/icon_arrow_diagonal_right_bk.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li.btn-go-experience {
  padding: 0;
  height: 60px;
  background: linear-gradient(to right, #03BBA9, #18CC5F);
  color: #fff;
  border: none;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li.btn-go-experience a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 30px;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li.btn-go-experience span {
  width: 34px;
  height: 34px;
  background: #fff url("/images/common/icons/icon_arrow_right_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li a.type1 {
  width: 34px;
  height: 34px;
  background-color: #F0F4FB;
  background-size: 18px;
  border: none;
}
#container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li a.type1:hover, #container.mid-detail .contents .mid-detail-info .main-btn-wrap ul li a.type1.active {
  background-color: #e3e7ef;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap {
  width: 100%;
  margin: 0 auto;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  border: 1px solid #BEC8DA;
  border-radius: 20px;
  margin-bottom: 30px;
  z-index: 9;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li {
  position: relative;
  width: 100%;
  max-width: 600px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li button {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #434343;
  padding: 18px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.on {
  background: #406CFF;
  border-radius: 20px;
  filter: drop-shadow(0 4px 15px #ABBEFF);
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.on button {
  color: #fff;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.model.on {
  background: #8037EE;
  filter: drop-shadow(0 4px 15px #D2B8F9);
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.model button {
  font-size: 22px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.model span {
  position: absolute;
  top: -19px;
  right: 33px;
  display: inline-block;
  background: #fff;
  padding: 6px 12px;
  border-radius: 99vw;
  border: 1px solid #E8E8E8;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.model span:after {
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(to right, #547BFF, #00D9AE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.model span.assessment:after {
  content: "# 평가 중심";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.model span.task:after {
  content: "# 과정 중심";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab.depth1 li.model span.practice:after {
  content: "# 실습 중심";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont {
  display: none;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont.on {
  display: block;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap {
  position: relative;
  width: 100%;
  /* 내부 스와이퍼도 잘라내기 */
  /* 메인 컨테이너 아이디에 맞춰서 */
  /* 활성 슬라이드에 있는 버튼만 보이기 */
  /* 서브 스와이퍼가 처음/끝일 때 Swiper가 붙이는 disabled 상태는 안 보이게 */
  /* 서브 스와이퍼의 기본 페이지네이션 노출 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .swiper {
  overflow: visible;
  z-index: 1;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .swiper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: calc(-50vw + 50%);
  z-index: -1;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip {
  position: relative;
  overflow: visible;
  border-radius: 12px;
  max-width: 910px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev, #container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 99vw;
  top: 50%;
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.15));
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev {
  left: -29px;
  background: 47%/10px url("/images/pc/common/icons/icon_arrow_left_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next {
  right: -26px;
  background: 55%/10px url("/images/pc/common/icons/icon_arrow_right_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper {
  overflow: hidden;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination.sub-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  opacity: 0.35;
  background: #406CFF;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-swiper-clip .sub-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide .swiper-button-next,
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide .swiper-button-prev {
  display: none; /* 기본은 숨김 */
  pointer-events: none; /* 클릭도 막기 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-next,
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-prev {
  display: block; /* 또는 block; 프로젝트 스타일에 맞추세요 */
  pointer-events: auto;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-next.swiper-button-disabled,
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap #detail-Swiper-Horizon1 .swiper-slide.swiper-slide-active .swiper-button-prev.swiper-button-disabled {
  display: none !important;
  pointer-events: none !important;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .sub-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 {
  position: absolute;
  top: 28px;
  left: 31%;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 99vw;
  background: #fff;
  z-index: 2;
  filter: drop-shadow(0 6px 15px rgb(224, 231, 244));
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 85px;
  padding: 5px 17px;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 500;
  color: #888;
  text-align: left;
  background: #fff;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li button .tab-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li:nth-of-type(2) button {
  padding: 5px 17px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1 li.on button {
  position: relative;
  color: #406CFF;
  font-weight: 700;
  outline: 3px solid #406CFF;
  z-index: 1;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button {
  min-width: 100px;
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button.tab-assistant:after {
  content: "선생님";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li button.tab-aitutor:after {
  content: "학생";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-assistant {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-assistant span {
  background: url("/images/pc/mid/math/icon_teacher.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-aitutor {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.default li.on button.tab-aitutor span {
  background: url("/images/pc/mid/math/icon_student.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor {
  left: 30%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button {
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button.tab-assistant:after {
  content: "AI 보조교사";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li button.tab-aitutor:after {
  content: "AI 튜터";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-assistant {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-assistant span {
  background: url("/images/pc/mid/math/icon_assistant.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-aitutor {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap .text-tab.depth2.type1.tutor li.on button.tab-aitutor span {
  background: url("/images/pc/mid/math/icon_aitutor.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon {
  width: 100%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 {
  position: absolute;
  top: 30px;
  left: 40px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 16px;
  border: 1px solid #dfdfdf;
  border-radius: 99vw;
  background: #fff;
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 85px;
  padding: 4px 17px;
  padding-left: 4px;
  font-size: 21px;
  font-weight: 500;
  color: #888;
  text-align: left;
  background: #fff;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li button .tab-icon {
  margin-right: 10px;
  width: 42px;
  height: 42px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2 li.on button {
  position: relative;
  color: #8037EE;
  font-weight: 700;
  outline: 3px solid #8037EE;
  z-index: 1;
  border-radius: 99vw;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default {
  filter: drop-shadow(0 6px 15px rgba(224, 231, 244, 0.9));
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button {
  min-width: 100px;
  padding-left: 24px;
  justify-content: flex-start;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button .tab-icon {
  border-radius: 99vw;
  display: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-danwon:after {
  content: "단원 수업";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi {
  padding: 5px 30px 5px 17px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li button.tab-chasi:after {
  content: "차시 수업";
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button .tab-icon {
  display: inline-block;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-danwon {
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-danwon span {
  background: url("/images/common/icons/icon_danwon.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi {
  min-width: 125px;
  padding-left: 4px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab.depth2.default li.on button.tab-chasi span {
  background: url("/images/common/icons/icon_chasi.png") left 0px center/100% no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 {
  position: relative;
  /* 중학 수학 AIDT 위주로 수업해요 - 단원 수업 */
  /* 중학 수학 AIDT 위주로 수업해요 - 차시 수업 */
  /* 중학 수학 서책을 함께 사용해요 */
  /* 중학 수학 AIDT 핵심 기능 위주로 사용해요 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .scroll-container {
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
  overflow-y: hidden;
  z-index: 1;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .scroll-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: calc(-50vw + 50%);
  z-index: -1;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .progress-tit {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 2;
  font-weight: bold;
  font-size: 22px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2 .progress-tit .quotation-mark {
  margin-right: 6px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .scroll-inner img {
  width: 3819px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-1 {
  top: 243px;
  left: 56px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-2 {
  top: 448px;
  left: 343px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group1-3 {
  top: 242px;
  left: 387px;
  width: 399px;
  height: 252px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-1 {
  top: 399px;
  left: 831px;
  width: 343px;
  height: 232px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group2-2 {
  top: 377px;
  left: 1199px;
  width: 343px;
  height: 254px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3-1 {
  top: 168px;
  left: 1557px;
  width: 198px;
  height: 203px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group3-2 {
  top: 362px;
  left: 1668px;
  width: 388px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4-1 {
  top: 470px;
  left: 2035px;
  width: 198px;
  height: 203px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4-2 {
  top: 448px;
  left: 2240px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4-3 {
  top: 323px;
  left: 2261px;
  width: 378px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap.group4-4 {
  top: 211px;
  left: 2647px;
  width: 198px;
  height: 203px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar {
  position: absolute;
  top: 23.9%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0101 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .scroll-inner img {
  width: 3344px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar {
  position: absolute;
  top: 26.4%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav {
  z-index: 2;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 25px;
  text-align: center;
  cursor: pointer;
  width: 250px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group1-1 {
  top: 213px;
  left: 56px;
  width: 198px;
  height: 245px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group1-2 {
  top: 213px;
  left: 278px;
  width: 198px;
  height: 245px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group1-3 {
  top: 453px;
  left: 345px;
  width: 418px;
  height: 123px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-1 {
  top: 267px;
  left: 720px;
  width: 357px;
  height: 252px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group2-2 {
  top: 112px;
  left: 1095px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-1 {
  top: 418px;
  left: 1327px;
  width: 343px;
  height: 232px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group3-2 {
  top: 397px;
  left: 1681px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap.group4 {
  top: 222px;
  left: 1921px;
  width: 488px;
  height: 255px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-chasi-tab-cont0102 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .scroll-inner img {
  width: 3369px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar {
  position: absolute;
  top: 29.1%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  width: 310px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* JS가 percent로 변경 */
  border-radius: inherit; /* ← 우측 끝 둥글게 */
  overflow: hidden; /* SVG를 둥글게 클립 */
  transition: width 0.6s ease; /* 필요시 조절 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 35px;
  text-align: center;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap {
  position: absolute;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group1 {
  top: 255px;
  left: 94px;
  width: 402px;
  height: 203px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-1 {
  top: 280px;
  left: 630px;
  width: 366px;
  height: 391px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group2-2 {
  top: 155px;
  left: 1022px;
  width: 195px;
  height: 230px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group3 {
  top: 393px;
  left: 1326px;
  width: 402px;
  height: 270px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap.group4 {
  top: 231px;
  left: 1868px;
  width: 198px;
  height: 225px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0201 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .scroll-inner {
  width: 400%; /* 슬라이드 개수에 맞게 */
  display: flex;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .scroll-inner img {
  width: 2536px;
  scroll-snap-align: start;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-track {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc;
  position: absolute;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar {
  position: absolute;
  top: 18.1%;
  left: 0px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar img {
  width: 2904px;
  max-width: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-bar svg path {
  stroke-dasharray: 1; /* 초기값은 1로 설정하고 JS에서 수정 */
  stroke-dashoffset: 1;
  transition: stroke-dashoffset 0.5s ease;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap {
  position: absolute;
  top: 150px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress {
  display: flex;
  margin-bottom: 30px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav-wrap .color-progress .color-progress-bar {
  position: relative;
  width: 163px;
  height: 22px;
  border-radius: 10px;
  background: #eee;
  overflow: hidden;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .color-progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-radius: inherit;
  overflow: hidden;
  transition: width 0.6s ease;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .color-progress-bar-fill svg {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .progress-text {
  margin-left: 6px;
  font-weight: 700;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav {
  position: absolute;
  top: 130px;
  right: 40px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #A4B9DD;
  filter: drop-shadow(4px 6px 15px rgba(73, 94, 255, 0.2));
  z-index: 2;
  width: 310px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #CBD7EB;
  background: #F7FAFF;
  margin-bottom: 38px;
  border-radius: 99vw;
  padding: 18px 65px;
  text-align: center;
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("/images/common/icons/icon_arrow_under.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:last-child {
  margin-bottom: 0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li:last-child:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active {
  color: #fff;
  font-weight: bold;
  filter: drop-shadow(2px 6px 8px rgba(0, 0, 0, 0.1));
  border: none;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav1 {
  background: #1EC669;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav1:after {
  background: url("/images/common/icons/icon_arrow_under_double_green.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav2 {
  background: #00D1F2;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav2:after {
  background: url("/images/common/icons/icon_arrow_under_double_skyblue.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav3 {
  background: #F9CC00;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav3:after {
  background: url("/images/common/icons/icon_arrow_under_double_yellow.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav4 {
  background: #FF8800;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav4:after {
  background: url("/images/common/icons/icon_arrow_under_double_orange.svg") center center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .horizon-scroll-nav li.active.scroll-nav5 {
  background: #FF37DE;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap {
  position: absolute;
  width: 200px;
  height: 203px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group1 {
  top: 158px;
  left: 127px;
  width: 222px;
  height: 226px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group2-1 {
  top: 419px;
  left: 434px;
  width: 205px;
  height: 226px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group2-2 {
  top: 399px;
  left: 630px;
  width: 227px;
  height: 246px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group2-3 {
  top: 275px;
  left: 645px;
  width: 442px;
  height: 125px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group3-1 {
  top: 298px;
  left: 1195px;
  width: 208px;
  height: 245px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap.group3-2 {
  top: 280px;
  left: 1411px;
  width: 226px;
  height: 246px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item {
  height: 100%;
  filter: drop-shadow(1px 4px 8px rgba(73, 94, 255, 0.2));
  cursor: pointer;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item img {
  display: block;
  width: 100%;
  height: 100%;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item img.on {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .depth2-wrap.danwon .text-tab-cont.depth2#model-danwon-tab-cont0301 .flow-wrap .flow-item.active img.on {
  display: block; /* 활성화된 flow-item만 .on 이미지 보이게 */
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap {
  display: flex;
  gap: 24px;
  margin-top: 50px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont {
  position: relative;
  width: 100%;
  max-width: 776px;
  outline: 1px solid #000;
  border-radius: 20px;
  filter: drop-shadow(20px 20px 25px rgba(0, 0, 0, 0.1));
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont img {
  border-radius: inherit;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-cont .book-cont-btn {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 20px 57px;
  padding-right: 73px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 99vw;
  background: #406CFF url("/images/pc/common/icons/icon_arrow_right_wh.svg") 84% 49%/8px no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 0px 0 16px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li {
  flex-grow: 1;
  max-width: 187px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button {
  width: 100%;
  padding: 17px 16px;
  padding-left: 57px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 99vw;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-yjm {
  background: url("/images/pc/icon_main_tab_mid_yjm.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-lbm {
  background: url("/images/pc/icon_main_tab_mid_lbm.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-math {
  background: url("/images/pc/icon_main_tab_mid_math.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li button.tab-info {
  background: url("/images/pc/icon_main_tab_mid_info.png") left 17px center no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li.on button, #container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .text-tab.depth2 li:hover button {
  color: #fff;
  background-color: #22B5A0;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner {
  padding: 28px 33px;
  background: #F0F4FB;
  border-radius: 30px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner p {
  font-size: 18px;
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner p span {
  color: #0FAF98;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .book-thumb {
  padding: 20px 0 14px;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .book-thumb img {
  filter: drop-shadow(6px 7px 12px rgba(0, 0, 0, 0.2));
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-cont .main-cont-wrap .book-info .tab-depth2-inner .btn-experience {
  display: inline-block;
  padding: 11px 16px;
  padding-right: 39px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 99vw;
  background: #22B8A2 url("/images/pc/common/icons/icon_arrow_right_wh.svg") 84% 49%/7px no-repeat;
}
#container.mid-detail .contents .mid-detail-info .text-tab-wrap .text-tab-bottom {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper {
  display: flex;
  margin: 0 auto;
  gap: 40px;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper .qa-left {
  width: 35%;
  max-width: 300px;
  max-height: 646px;
  padding: 5px 2px 50px;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper .qa-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; /* 원하는 높이로 조절 */
  background: linear-gradient(to bottom, transparent, white);
  pointer-events: none;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper .qa-left .qa-tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper .qa-left .qa-tab-list li {
  padding: 20px 17px;
  cursor: pointer;
  margin-bottom: 10px;
  background: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 20px;
  outline: 1px solid #DFDFDF;
  text-align: left;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper .qa-left .qa-tab-list li.active {
  background: #F5FAF9;
  outline: 2px solid #00A987;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper .qa-left .qa-tab-list li.active .q-title {
  font-weight: bold;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper .qa-left .qa-tab-list li .q-number {
  display: inline-block;
  width: 35px;
  height: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  align-content: center;
  font-size: 14px;
  border-radius: 20px;
  background: #00A987;
  margin-bottom: 8px;
}
#container.mid-detail .contents .mid-detail-info .ai-service-wrapper .qa-left .qa-tab-list li .q-title {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  line-height: 1.35;
}
#container.mid-detail .contents .mid-detail-info .qa-right {
  width: 100%;
  max-width: 860px;
  padding-top: 5px;
}
#container.mid-detail .contents .mid-detail-info .qa-right .qa-content {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .qa-right .qa-content.active {
  display: block;
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-pagination {
  bottom: 40px;
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-pagination .swiper-pagination-bullet {
  background: #95ABAB;
  opacity: 0.8;
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-pagination .swiper-pagination-bullet-active {
  background: #00A987;
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-button-prev, #container.mid-detail .contents .mid-detail-info .qa-right .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 99vw;
  top: 55.5%;
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.15));
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-button-prev:after, #container.mid-detail .contents .mid-detail-info .qa-right .swiper-button-next:after {
  display: none;
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-button-prev {
  left: 315px;
  background: 47%/10px url("/images/pc/common/icons/icon_arrow_left_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-button-next {
  right: -30px;
  background: 55%/10px url("/images/pc/common/icons/icon_arrow_right_wh.svg") no-repeat #434343;
}
#container.mid-detail .contents .mid-detail-info .qa-right .swiper-button-next.swiper-button-disabled {
  pointer-events: auto !important;
  display: none !important;
}
#container.mid-detail .accordion {
  margin-top: 16px;
}
#container.mid-detail .accordion.no-shadow .accordion-item {
  filter: none !important;
}
#container.mid-detail .accordion .accordion-item {
  overflow: hidden;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15)) !important;
}
#container.mid-detail .accordion .accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
#container.mid-detail .accordion .accordion-item.active {
  outline: 2px solid #406CFF;
  border-radius: 30px;
  filter: drop-shadow(2px 4px 12px rgba(73, 94, 255, 0.12));
}
#container.mid-detail .accordion .accordion-item .accordion-header {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 20px 40px;
  font-size: 16px;
  background: #F0F4FB;
  border: none;
  text-align: left;
  max-height: 95px;
  border-radius: 30px;
}
#container.mid-detail .accordion .accordion-item .accordion-header::after {
  content: "";
  display: inline-block;
  transition: transform 0.3s ease;
  background: #fff url("/images/pc/common/icons/icon_chev_down2.svg") center center no-repeat;
  padding: 24px;
  border-radius: 20px;
  width: 55px;
  height: 55px;
  background-size: 19px;
  border: 1px solid #DFDFDF;
}
#container.mid-detail .accordion .accordion-item .accordion-header.active {
  background: #fff;
  border-radius: 30px 30px 0 0;
}
#container.mid-detail .accordion .accordion-item .accordion-header.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 1120px;
  border-bottom: 1px solid #DFDFDF;
}
#container.mid-detail .accordion .accordion-item .accordion-header.active::after {
  transform: rotate(180deg);
  content: "";
  background: #406CFF url("/images/pc/common/icons/icon_chev_down_wh.svg") center center no-repeat;
  filter: drop-shadow(2px -6px 10px rgba(73, 94, 255, 0.2));
}
#container.mid-detail .accordion .accordion-item .accordion-header .accordion-header-tit {
  display: flex;
  align-items: center;
  gap: 12px;
}
#container.mid-detail .accordion .accordion-item .accordion-header .accordion-header-tit .tag {
  font-size: 15px;
  font-weight: 500;
  background: #406CFF;
  color: #fff;
  padding: 5px 10px;
  border-radius: 99vw;
  margin-right: 5px;
}
#container.mid-detail .accordion .accordion-item .accordion-header .accordion-header-tit .btn.btn-qna {
  width: 34px;
  height: 32px;
  background-size: 15px;
  background-color: #406CFF;
  background-image: url("/images/pc/common/icons/icon_question_wh.svg");
}
#container.mid-detail .accordion .accordion-item .accordion-header .accordion-header-tit .title {
  font-size: 24px;
  font-weight: 400;
}
#container.mid-detail .accordion .accordion-item .accordion-header .accordion-header-tit .title.new:after {
  content: "";
  display: inline-block;
  background: url("/images/pc/common/icons/icon_new.svg") center center;
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
#container.mid-detail .accordion .accordion-item .accordion-header .date {
  margin-left: auto;
  font-size: 15px;
  color: #434343;
}
#container.mid-detail .accordion .accordion-item .accordion-body {
  display: none;
  background: #fff;
  padding: 30px 40px 40px;
  text-align: left;
}
#container.mid-detail .accordion .accordion-item .accordion-body .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
#container.mid-detail .accordion .accordion-item .accordion-body .desc strong {
  color: #000;
  font-weight: 600;
}
#container.mid-detail .accordion .accordion-item .accordion-body .desc strong.blue {
  color: #406CFF;
}
#container.mid-detail .accordion .accordion-item .accordion-body .desc-img {
  width: 100%;
  height: 520px;
  margin-top: 40px;
  background: #E6EEFC;
  border-radius: 30px;
  text-align: center;
  align-content: center;
  border: 1px solid #dfdfdf;
}
#container.mid-detail .accordion .accordion-item .accordion-body .file-wrap {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  text-align: left;
}
#container.mid-detail .accordion .accordion-item .accordion-body .file-wrap li.btn.btn-file {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 12px 24px 42px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  background-position: left 12px center;
  background-size: 24px;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
  line-height: 1.3;
}
#container.mid-detail .accordion .accordion-item .accordion-body .file-wrap li.btn.btn-file p {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#container.mid-detail .accordion .accordion-item .accordion-body .file-wrap li.btn.btn-file .btn.btn-icon {
  max-width: 34px;
  max-height: 34px;
  padding: 16px;
  background-size: 18px;
  background-color: #f0f4fb;
}
#container.mid-detail .accordion .accordion-item .accordion-body .file-wrap li.btn.btn-file .btn.btn-icon:nth-of-type(1) {
  margin-left: 5px;
}
#container.mid-detail .accordion .accordion-item .accordion-body .file-wrap li.btn.btn-file .btn.btn-icon:hover {
  background-color: #e3e7ef;
}
#container.mid-detail .accordion .accordion-item .accordion-body .thumb-file-wrap {
  display: flex;
  gap: 12px;
  text-align: left;
}
#container.mid-detail .accordion .accordion-item .accordion-body .thumb-file-wrap li {
  width: 100%;
  max-width: 263px;
  position: relative;
}
#container.mid-detail .accordion .accordion-item .accordion-body .thumb-file-wrap li .thumb-file-thumb {
  position: relative;
  width: 100%;
  max-width: 263px;
  height: 170px;
  margin-top: 20px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  outline: 1px solid rgba(0, 0, 0, 0.05);
}
#container.mid-detail .accordion .accordion-item .accordion-body .thumb-file-wrap li .thumb-file-thumb:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1) url("/images/pc/common/icons/btn_play_wh.svg") center center no-repeat;
  pointer-events: none;
  box-sizing: 5px 5px 5px 5px rgba(0, 0, 0, 0);
}
#container.mid-detail .accordion .accordion-item .accordion-body .thumb-file-wrap li .thumb-file-download .file-wrap {
  margin-top: 0;
}
#container.mid-detail .accordion .accordion-item .accordion-body .thumb-file-wrap li .thumb-file-download .file-wrap li.btn.btn-file {
  width: 100%;
  border-radius: 0 0 10px 10px;
}
#container.mid-detail .accordion .accordion-item .accordion-body .thumb-file-wrap li .thumb-file-download .file-wrap li.btn.btn-file .btn.btn-icon:nth-of-type(1) {
  margin-left: auto;
}

/*# sourceMappingURL=style_mid.css.map */
