@charset "UTF-8";

@import "reset.css";
@import "common.css";

.sec__title {
  margin-bottom: 24px;
  text-align: center;
   
}
.sec__title p {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--secondary, #8f83ff);
}
.sec__title h2 {
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.sec__title img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 800px) {
  .sec__title {
    margin-bottom: 56px;
  }
  .sec__title p {
    font-size: 20px;
    line-height: 1.5;
  }
  .sec__title h2 {
    font-size: 50px;
  }
}

/* 배너 */
#mainBanner {
  padding-top: 52px;
  background: var(--primary, #6706d3);
}
#mainBanner .section__inner {
  position: relative;
  width: 100%;
  height: 624px;
}
.banner__swiper {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.banner__swiper .swiper-slide {
  position: relative;
  color: var(--white, #ffffff);
}
.banner__swiper .swiper-slide .slide__contents {
  width: 100%;
  height: 100%;
  padding: 72px 32px;
  margin: 0 auto;
}
.banner__swiper .slide__title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.banner__swiper .slide__title_big {
  margin-bottom: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.3;
}
.banner__swiper .slide__title .line1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.banner__swiper .slide__title img {
  display: inline-block;
  width: 80px;
}
.banner__swiper .slide__text {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.banner__swiper .slide__link__btn {
  display: inline-block;
  padding: 10.5px 28px;
  border-radius: 999px;
  border: 1.5px solid var(--white, #ffffff);
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}

.banner__swiper .slide__01 {
  background-image: url("../images/home/scope_mbic_b.png");
  background-size: calc(100% - 28px) auto;
  background-repeat: no-repeat;
  background-position: center calc(100% - 42px);import!
}

.banner__swiper .slide__02 {
  background-image: url("../images/home/Ai_mbic.png");
  background-size: calc(100% - 28px) auto;
  background-repeat: no-repeat;
  background-position: center calc(100% - 42px);
}

.banner__swiper .slide__03 {
  background-image: url("../images/home/mbic_unreal.png");
  background-size: calc(100% - 28px) auto;
  background-repeat: no-repeat;
  background-position: center calc(100% - 42px);
}

.swiper {
  height: 100%;
}
.pagination__bullets {
  position: absolute;
  left: auto !important;
  right: 32px !important;
  bottom: 330px !important;
  width: auto !important;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}
.pagination__bullets > .bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.4);
}
.pagination__bullets > .bullet.swiper-pagination-bullet {
  background: var(--white, #ffffff) !important;
}
.banner__swiper .swiper-slide .slide__contents{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 72px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner__swiper .slide__text{
  font-size: 17px;
}
.banner-video{
  height: 100%;
  object-fit: cover;
}

@media (min-width: 350px) {
	#mainBanner {
    padding-top: 64px;
  }
  #mainBanner .section__inner {
    height: 460px;
  }
  .banner__swiper .swiper-slide .slide__contents {
    padding: 18px 18px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
  }
  .banner__swiper .slide__title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .banner__swiper .slide__title .line1 {
    gap: 10px;
  }
  .banner__swiper .slide__title img {
    width: 120px;
  }
  .banner__swiper .slide__text_title {
    margin-bottom: 0px;
    font-size: 17px;
  }  
  .banner__swiper .slide__text {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .banner__swiper .slide__text_s {
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: "MBC NEW", sans-serif;
    font-size: 9px;
    font-weight: 100;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }
  .banner__swiper .slide__link__btn {   
display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 342px;
  gap: 8px;
  padding: 12px 40px;
  border-radius: 90px;
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 700;
  color: var(--white, #ffffff);
  transition: background 0.3s;
  }
  .banner__swiper .slide__01 {
    background-size: 0px auto;
    background-position: calc(100% - 48px) bottom;
  }
  .banner__swiper .slide__02 {
    background-size: 0px auto;
    background-position: calc(100% - 48px) calc(100% - 56px);
  }
   .banner__swiper .slide__03 {
    background-size: 0px auto;
    background-position: calc(100% - 48px) calc(100% - 56px);
  }
}

@media (min-width: 600px) {
  .banner__swiper .slide__01 {
    background-size: 0px auto;
    background-position: calc(100% - 48px) bottom;
  }
  .banner__swiper .slide__02 {
    background-size: 0px auto;
    background-position: calc(100% - 48px) calc(100% - 56px);
  }
   .banner__swiper .slide__03 {
    background-size: 0px auto;
    background-position: calc(100% - 48px) calc(100% - 56px);
  }
}
@media (min-width: 800px) {
  #mainBanner {
    padding-top: 64px;
  }
  #mainBanner .section__inner {
    height: 720px;
  }
  .banner__swiper .swiper-slide .slide__contents {
    padding: 80px 48px;
  }
  .banner__swiper .slide__title {
    margin-bottom: 20px;
    font-size: 50px;
  }
  .banner__swiper .slide__title .line1 {
    gap: 16px;
  }
  .banner__swiper .slide__title img {
    width: 136px;
  }
  .banner__swiper .slide__text {
    margin-bottom: 40px;
    font-size: 20px;
  }
  .banner__swiper .slide__link__btn {
    margin-bottom: 50px;
    padding: 14px 40px;
    font-size: 18px;
  }

  .pagination__bullets {
    left: 48px !important;
    right: auto !important;
    bottom: 310px !important;
  }
  .banner__btn {
    display: none !important;
  }
  .banner__swiper .swiper-slide .slide__contents{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }
  .banner-video{
    height: 100%;
    object-fit: cover;
}
}
@media (min-width: 1200px) {
  #mainBanner {
    padding-top: 0;
  }
  #mainBanner .section__inner {
    height: 800px;
  }
  .banner__swiper .swiper-slide {
    padding: 0;
  }
  .banner__swiper .swiper-slide .slide__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 1440px;
    padding: 0 60px;

  }
  .banner__swiper .swiper-slide .slide__contents{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .banner-video{
    height: 101%;
    object-fit: cover;
}
  
  .banner__swiper .slide__title {
    font-size: 56px;
  }
  .banner__swiper .slide__title .line1 {
    gap: 12px;
  }
  .banner__swiper .slide__title img {
    width: 148px;
  }
  .banner__swiper .slide__text {
    font-size: 22px;
  }
  .banner__swiper .slide__link__btn {
    transition: background 0.3s, color 0.3s;
  }
  .banner__swiper .slide__link__btn:hover {
    background: var(--white, #ffffff);
    color: var(--primary);
  }
  .banner__swiper .slide__link__btn:focus,
  .banner__swiper .slide__link__btn:active {
    background: var(--purple300, #eee8ff);
    color: var(--primary, #6706d3);
  }
  .banner__swiper .slide__01 {
    background-size: 800px auto;
    background-position: calc(50% + 340px) bottom;
  }
  .banner__swiper .slide__02 {
    background-size: 600px auto;
    background-position: calc(50% + 340px) calc(100% - 50px);
  }
  .banner__swiper .slide__03 {
    background-size: 500px auto;
    background-position: calc(50% + 340px) calc(100% - 50px);
  }

  .pagination__bullets {
    left: 60px !important;
    bottom: 130px !important;
  }

  .banner__btn {
    display: block !important;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    display: flex;
    width: 72px;
    height: 72px;
    padding: 24px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 50;
    transition: background 0.2s;
  }
  .banner__btn:hover {
    background: rgba(0, 0, 0, 0.35);
  }
  .banner__btn-prev {
    left: 0;
    border-radius: 0px 80px 80px 0px;
  }
  .banner__btn-next {
    right: 0;
    border-radius: 80px 0px 0px 80px;
  }
}
@media (min-width: 1440px) {
  .pagination__bullets {
    left: calc(50% - 660px) !important;
  }
}

/* 아카데미 소개 */
#academyIntroduction {
  padding-top: 0px;
  background: var(--gray50, #f9fafb);
}
.video {
  background: var(--white, #ffffff);
}
.video .video__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.video .video__wrapper #videoPalyer {
  width: 100%;
  margin: 0 auto;
}
#academyIntroduction .section__inner {
  padding: 80px 24px 88px;
}
#academyIntroduction .sec__title {
  margin-bottom: 48px;
  text-align: center;
}
.selection__process {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  padding-bottom: 32px;
  overflow-x: auto;
}
.selection__process .card {
  position: relative;
  width: 350px;
  flex-shrink: 0;
}
.selection__process .card__ic {
  width: 350px;
  margin-bottom: 20px;
}
.selection__process .card__title {
  width: 100%;
  height: 62px;
  margin-bottom: 16px;
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.selection__process .card__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--gray700, #4e5968);
}
.selection__process .card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 92px;
  right: 26px;
  width: 40px;
  height: 28px;
  background-image: url("../images/home/ic_process_arrow_2.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.selection__process__scroll::-webkit-scrollbar {
  height: 3px;
  border-radius: 90px;
}
.selection__process__scroll::-webkit-scrollbar-track {
  background: var(--gray200, #e5e8eb);
 }
.selection__process__scroll::-webkit-scrollbar-thumb {
  background: var(--primary, #6706d3);
 }
}

/* video full screen */
.video.video__fullscreen {
  width: 100vw;
  height: 100vh;
}
.video.video__fullscreen #videoPalyer {
  width: auto;
  height: 100%;
}

@media (min-width: 800px) {
  #academyIntroduction {
    padding-top: 160px;
  }
}
@media (min-width: 1200px) {
  #academyIntroduction {
    padding-top: 200px;
  }
}
.images img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

/* 혜택 및 모집 안내 */
#benefitsAndRecruitmentGuide {
  background: var(--white, #ffffff);
}
#benefitsAndRecruitmentGuide .section__inner {
  padding: 80px 24px 88px;
}
.benefits__text {
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--gray900, #191f28);
}
.benefits__group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.benefits__group .benefits__card {
  flex: 1;
  flex-basis: calc(50% - 12px);
  padding: 32px 20px;
  background: var(--purple100, #faf8fe);
  border-radius: 20px;
  text-align: center;
}
.benefits__card .icon {
  width: 48px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.benefits__card .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--gray800, #333d4b);
}
@media (min-width: 375px) {
  #benefitsAndRecruitmentGuide .section__inner {
    padding: 200px 60px 5px;
  }
  .benefits__text {
    margin-bottom: 48px;
  }
  .benefits__card .image {
    width: 200px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
  }
   .benefits__card .text_main {
    font-size: 25px;
    text-align: right;
    margin-right: -2px;
    line-height: 1.5;
    
  }
  .benefits__card .text_sub {
    font-size: 12px;
    text-align: right;
    margin-right: 1px;
    line-height: 1.5;
  }
  .benefits__group {
    gap: 24px;
  }
  .benefits__group .benefits__card {
    flex-basis: 244px;
    padding: 56px 20px;
  }
@media (min-width: 800px) {
  #benefitsAndRecruitmentGuide .section__inner {
    padding: 160px 48px 180px;
  }
  .benefits__text {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .benefits__group {
    gap: 16px;
  }
  .benefits__group .benefits__card {
    flex: none;
    flex-basis: 235px;
    padding: 56px 28px;
    border-radius: 24px;
  }
  .benefits__card .icon {
    width: 80px;
    margin-bottom: 24px;
  }
  .benefits__card .image {
    width: 80px;
    margin-bottom: 24px;
  }
  .benefits__card .text {
    font-size: 18px;
    line-height: 1.5;
  }
  .benefits__card .text_m {
    font-size: 25px;
    line-height: 1.5;
  }
  .benefits__card .text_s {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  #benefitsAndRecruitmentGuide .section__inner {
    padding: 200px 60px 220px;
  }
  .benefits__text {
    margin-bottom: 48px;
  }
  .benefits__card .image {
    width: 400px;
    margin-bottom: -30px;
    margin-left: auto;
    margin-right: auto;
  }
   .benefits__card .text_main {
    font-size: 50px;
    text-align: right;
    margin-right: -2px;
    line-height: 1.5;
    
  }
  .benefits__card .text_sub {
    font-size: 15px;
    text-align: right;
    margin-right: 1px;
    line-height: 1.5;
  }
  .benefits__group {
    gap: 24px;
  }
  .benefits__group .benefits__card {
    flex-basis: 244px;
    padding: 56px 20px;
  }
}
/* 새 교육과정 소개 */
#newcoursepoint {
	padding: 25px 25px 1px;
	background: var(--white, #ffffff);
}
#newcoursepoint .section__img {
	display: block;
	margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media (min-width: 375px) {
 .text_point {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "MBC NEW", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);}
  
  .text_point_s {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "MBC NEW", sans-serif;
  font-size: 10px;
  font-weight: 100;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);}
}  

 .point__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.point__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  max-width: 342px;
  gap: 65px;
  padding: 12px 40px;
  border-radius: 90px;
  background: var(--primary, #6706d3);
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 700;
  color: var(--white, #ffffff);
  transition: background 0.3s;
}

@media (min-width: 1200px) {
 .text_point {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "MBC NEW", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);
}
.text_point_s {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "MBC NEW", sans-serif;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);
}  
 .point__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.point__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65%;
  max-width: 342px;
  gap: 65px;
  padding: 12px 40px;
  border-radius: 90px;
  background: var(--primary, #6706d3);
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 700;
  color: var(--white, #ffffff);
  transition: background 0.3s;
  }
}

/* 모집 개요 */
#recruitmentOverview {
  background: var(--gray50, #f9fafb);
}
#recruitmentOverview .section__inner {
  padding: 18px 24px 1px;
}
#recruitmentOverview .sec__title {
  margin-bottom: 28px;
}
.recruit__group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 84px;
}
.recruit__group .recruit__card {
  padding: 32px 10px;
  border-radius: 20px;
  background: var(--white, #ffffff);
  box-shadow: 8px 10px 14px 0px #e9e7f7;
}
.recruit__card .recruit__card__title {
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.recruit__card__title .icon {
  width: 40px;
  margin-bottom: 12px;
}
.recruit__card__title p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--gray900, #191f28);
}
.recruit__card__body li {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--gray700, #4e5968);
  word-break: keep-all;
}
.recruit__card__body li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--gray700, #4e5968);
}
.recruit__card__body li:not(:last-child) {
  margin-bottom: 16px;
}
.recruit__card__body li span.text__sm {
  font-size: 13px;
  color: var(--gray500, #8b95a1);
}
.edu-swiper {
  overflow: hidden;
}
.edu-swiper__thumbs {
  margin-bottom: 16px;
}
.edu-swiper__thumbs .edu-swiper__tab {
  width: auto;
  padding: 6px 16px;
  border-radius: 90px;
  border: 1px solid var(--gray200, #e5e8eb);
  background: var(--white, #ffffff);
  font-family: "MBC NEW", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: var(--gray600, #6b7684);
  white-space: nowrap;
}
.edu-swiper__thumbs .edu-swiper__tab.swiper-slide-thumb-active {
  border-color: var(--primary, #6706d3);
  background: var(--primary, #6706d3);
  font-weight: 700;
  color: var(--white, #ffffff);
}

.edu-swiper__contents .text__chat {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 7.5px 12px;
  border-radius: 6px;
  border: 1px solid var(--purple400, #e2d8fe);
  background: var(--purple300, #eee8ff);
  word-break: keep-all;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--primary, #6706d3);
}

.edu__info:not(:last-child) {
  margin-bottom: 24px;
  text-align: center;
}
.edu__info .info__label_2 {
  margin-bottom: 6px;
  font-family: "MBC NEW", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: center;!important;
}
.edu__info .info__label {
  margin-top: 10px;
  margin-bottom: 4px;
  font-family: "MBC NEW", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: left;
}
@media (min-width: 375px) {
.edu__info .info__label_schedule {
  margin-top: 20px;
  margin-bottom: -3px;
  font-family: "MBC NEW", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);}
}  
.edu__info .info__label_schedule_s {
  margin-top: 12px;
  margin-bottom: -2px;
  font-family: "MBC NEW", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);}
}
.edu__info .info__label_schedule_ss {
  margin-top: 1px;
  margin-bottom: 20px;
  font-family: "MBC NEW", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);}
}  
@media (min-width: 1200px) {
.edu__info .info__label_schedule {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: "MBC NEW", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);}
}
.edu__info .info__label_schedule_s {
  margin-top: 0px;
  margin-bottom: -2px;
  font-family: "MBC NEW", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);}
}  
.edu__info .info__intro {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "MBC NEW", sans-serif;
  font-size: 22px;!important;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);
}
.edu__info .info__intro_small {
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: "MBC NEW", sans-serif;
  font-size: 12px;!important;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: var(--primary, #6706d3);
}
.edu__info .info__contents {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--gray700, #4e5968);
  text-align: left;
}
.edu__info .info__contents_2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: var(--gray700, #4e5968);
}

.recruit__benefits__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: var(--gray900, #191f28);
}
.recruit__benefits__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
}
.recruit__benefits__list .card {
  padding: 28px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, #9036ea 0%, #6706d3 100%);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white, #ffffff);
}
.recruit__benefits__list .card p.text__sm {
  margin-top: 4px;
  font-family: "SUIT", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray200, #e5e8eb);
}
@media (min-width: 800px) {
  #recruitmentOverview .section__inner {
    padding: 160px 48px 1px;
  }
  #recruitmentOverview .sec__title {
    margin-bottom: 56px;
  }
  .recruit__group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 120px;
  }
  .recruit__group .recruit__card {
    width: calc(50% - 10px);
    max-width: 480px;
    padding: 40px 24px;
    border-radius: 24px;
  }
  .recruit__card__body li {
    font-size: 18px;
  }
  .recruit__card__body li span.text__sm {
    font-size: 14px;
  }
  .edu-swiper__contents .text__chat {
    padding: 4px 12px;
    font-size: 16px;
  }
  .edu__info:not(:last-child) {
    margin-bottom: 20px;
  }
  .edu__info .info__label {
    margin-bottom: 4px;
  }
  .edu__info .info__contents {
    font-size: 18px;
  }
  .recruit__benefits__title {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.3;
  }
  .recruit__benefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .recruit__benefits__list .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 128px;
    border-radius: 24px;
    font-size: 20px;
  }
  .recruit__benefits__list .card p.text__sm {
    margin-top: 4px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #recruitmentOverview .section__inner {
    padding: 26px 60px 220px;
  }
  .recruit__group {
    column-gap: 24px;
    row-gap: 20px;
  }
  .recruit__group .recruit__card {
    width: calc(50% - 12px);
    padding: 40px 32px;
  }
  .edu-swiper__thumbs {
    margin-bottom: 18px;
  }
  .recruit__benefits {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  .recruit__benefits__title {
    margin-bottom: 0;
    text-align: left;
  }
  .recruit__benefits__list {
    width: 100%;
    max-width: 976px;
  }
  .edu-swiper__thumbs .edu-swiper__tab:hover {
    border: 1px solid var(--gray600, #6b7684);
    cursor: pointer;
  }
}

/* 교육 내용 및 일정 */
#trainingContentsAndSchedule {
  background: var(--white, #ffffff);
}
#trainingContentsAndSchedule .section__inner {
  padding: 80px 24px 88px;
}
#trainingContentsAndSchedule .sec__title {
  margin-bottom: 32px;
}
#trainingContentsAndSchedule .sec__contents {
  position: relative;
}
.training__select--button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 20px 14px 28px;
  margin-bottom: 24px;
  gap: 32px;
  border-radius: 90px;
  background: var(--primary, #6706d3);
}
.training__select--button p {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white, #ffffff);
}
.training__select--button.active {
  background: var(--primaryDark, #5206a5);
}
.training__select--button.active .arrow {
  transform: rotate(180deg);
}
.training__select--button.active + .training__tabs {
  display: block;
}
.training__tabs {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: -12px;
  border-radius: 20px;
  background: var(--white, #ffffff);
  box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.15);
}
.training__tab {
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--gray600, #6b7684);
}
.training__tab br {
  display: block;
}
.training__tab:not(:last-child) {
  border-bottom: 1px solid var(--gray200, #e5e8eb);
}
.training__tab.active {
  display: none;
}
.training__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.curriculum__card {
  padding: 32px 24px;
  border-radius: 20px;
  background: var(--purple100, #faf8fe);
}
.curriculum__card .card__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary, #6706d3);
}
.curriculum__card .info:not(:last-child) {
  margin-bottom: 24px;
}
.curriculum__card .info__title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
.curriculum__card .info__contents {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray700, #4e5968);
}
.curriculum__card .info__contents li::before {
  content: "·";
}
.curriculum__card .tool {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: var(--secondary, #8f83ff);
  font-size: 14px;
  font-weight: 500;
  color: var(--white, #ffffff);
}

@media (min-width: 800px) {
  #trainingContentsAndSchedule .section__inner {
    padding: 160px 48px 180px;
  }
  #trainingContentsAndSchedule .sec__title {
    margin-bottom: 56px;
  }
  .training__select--button {
    padding: 30px 40px;
    margin-bottom: 40px;
    gap: 40px;
  }
  .training__select--button p {
    font-size: 20px;
  }
  .training__tabs {
    margin-top: -24px;
  }
  .training__tab {
    padding: 24px 40px;
    font-size: 16px;
  }
  .training__tab br {
    display: none;
  }
  .training__cards {
    gap: 24px;
  }
  .curriculum__card {
    padding: 40px;
    border-radius: 24px;
  }
  .curriculum__card .card__title {
    margin-bottom: 32px;
    font-size: 22px;
  }
  .curriculum__card .info__title {
    font-size: 18px;
  }
  .curriculum__card .info__contents {
    font-size: 12px;
  }
  .curriculum__card .tool {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #trainingContentsAndSchedule .section__inner {
    padding: 200px 60px 220px;
  }
  .training__select--button {
    display: none;
  }
  .training__select--button.active + .training__tabs {
    display: flex;
  }
  .training__tabs {
    display: flex;
    position: relative;
    min-height: 120px;
    gap: 10px;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 8px;
    border-radius: 999px;
    background: var(--gray100, #f2f4f6);
    box-shadow: none;
  }
  .training__tab {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    background: var(--gray100, #f2f4f6);
    color: var(--gray500, #8b95a1);
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
  }
  .training__tab br {
    display: block;
  }
  .training__tab:not(:last-child) {
    border-bottom: none;
  }
  .training__tab.active {
    display: flex;
    background: var(--primary, #6706d3);
    font-weight: 700;
    color: var(--white, #ffffff);
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .training__tab:not(.active):hover {
    background: var(--gray50, #f9fafb);
  }
  .training__cards {
    flex-direction: row;
    gap: 16px;
  }
  .curriculum__card {
    flex: 1;
  }
}

/* 신청 방법 및 선발 */
#howToApplyAndSelection {
  background: var(--gray50, #f9fafb);
}
#howToApplyAndSelection .section__inner {
  padding: 80px 24px 88px;
}
#howToApplyAndSelection .sec__title {
  margin-bottom: 48px;
  text-align: left;
}
.selection__process {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  padding-bottom: 32px;
  overflow-x: auto;
}
.selection__process .card {
  position: relative;
  width: 350px;
  flex-shrink: 0;
}
.selection__process .card__ic {
  width: 350px;
  margin-bottom: 20px;
}
.selection__process .card__title {
  width: 100%;
  height: 62px;
  margin-bottom: 16px;
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.selection__process .card__content {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--gray700, #4e5968);
}
/*.selection__process .card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 92px;
  right: -40px;
  width: 40px;
  height: 8px;
  background-image: url("../images/home/ic_process_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}*/

.selection__process__scroll::-webkit-scrollbar {
  height: 12px;
  border-radius: 90px;
}
.selection__process__scroll::-webkit-scrollbar-track {
  background: var(--gray200, #e5e8eb);
}
.selection__process__scroll::-webkit-scrollbar-thumb {
  background: var(--primary, #6706d3);
}

.process__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.process__buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 342px;
  gap: 12px;
  padding: 12px 40px;
  border-radius: 90px;
  background: var(--primary, #6706d3);
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 700;
  color: var(--white, #ffffff);
  transition: background 0.3s;
}
.process__buttons a .ic {
  width: 24px;
}

@media (min-width: 800px) {
  #howToApplyAndSelection .section__inner {
    padding: 160px 48px 180px;
  }
  #howToApplyAndSelection .sec__title {
    margin-bottom: 72px;
  }
  .selection__process {
    justify-content: space-between;
    gap: 19px;
    padding-bottom: 48px;
  }
  .selection__process .card {
    width: 410px;
  }
  .selection__process .card__title {
    height: 56px;
    margin-bottom: 24px;
  }
  .process__buttons {
    flex-direction: row;
    gap: 24px;
    margin-top: 56px;
  }
  .process__buttons a {
    width: auto;
    padding: 16.5px 36px;
    font-size: 18px;
  }
  .selection__process__scroll::-webkit-scrollbar {
  height: 12px;
  border-radius: 90px;
  }
  .selection__process__scroll::-webkit-scrollbar-track {
  background: var(--gray200, #e5e8eb);
  }
  .selection__process__scroll::-webkit-scrollbar-thumb {
  background: var(--primary, #6706d3);
  }
}
@media (min-width: 375px) {
	.selection__process__scroll::-webkit-scrollbar {
  height: 12px;
  border-radius: 90px;
  }
  .selection__process__scroll::-webkit-scrollbar-track {
  background: var(--gray200, #e5e8eb);
  }
  .selection__process__scroll::-webkit-scrollbar-thumb {
  background: var(--primary, #6706d3);
  }
}
@media (min-width: 1200px) {
  #howToApplyAndSelection .section__inner {
    padding: 200px 60px 220px;
  }
  .process__buttons a:hover {
    background: var(--primaryDark, #5206a5);
  }
}

/* 고용노동부 후기 */
#MinistryofEmploymentandLaborReview {
  background: var(--white, #ffffff);
}
#MinistryofEmploymentandLaborReview .section__inner {
  padding: 9px 3px 13px;
}
#MinistryofEmploymentandLaborReview .sec__title {
  margin-bottom: 48px;
  text-align: center;
}
/* 기본 리셋 및 컨테이너 */
.slider-container {
  position: relative;
  width: 100%;
  max-width: 600px; /* 모바일/PC 크기에 맞춰 조절하세요 */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  box-sizing: border-box;
}

* 슬라이드를 감싸는 윈도우 */
.slider-track-container {
  width: 100%;
  overflow: hidden;
  
  /* [핵심] 대각선이나 세로 스크롤은 브라우저에 맡기고, 가로 터치는 묵인하겠다는 설정 */
  touch-action: pan-y; 
  -webkit-overflow-scrolling: touch;
}

.slider-track-container {
  width: 100%;
  overflow: hidden;
  
  /* 사파리 및 모바일 브라우저 터치 호환성 강화 */
  touch-action: pan-y; /* 세로 스크롤은 허용하되, 가로 스크롤은 JS가 제어함 */
  -webkit-overflow-scrolling: touch; /* iOS 사파리 부드러운 스크롤 */
}

/* 실제 움직이는 트랙 */
.slider-track {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  /* 부드러운 애니메이션 효과 */
  transition: transform 0.3s ease-out; 
}

/* 개별 슬라이드 아이템 */
.slide-item {
  min-width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

/* 후기 카드 내부 스타일 */
.review-card {
  background-color: #F0E6FF;
  border-radius: 12px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.review-author {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
}

.review-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

/* 화살표 버튼 스타일 */
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 24px;
  font-weight: bold;
  color: #7F00FF; /* 진보라색 화살표 */
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  transition: color 0.2s;
}

.slider-btn:hover {
  color: #5500B3;
}

.prev-btn { left: 0; }
.next-btn { right: 0; }
}

/* 장소 */
#location {
  background: var(--white, #ffffff);
}
#location .section__inner {
  padding: 80px 24px 88px;
}
#location .sec__contents:not(:last-child) {
  margin-bottom: 64px;
}
#location .sec__title {
  margin-bottom: 32px;
}
#location .sec__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.location__info .name {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.location__info .address {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--gray700, #4e5968);
}
.location__map {
  border-radius: 20px;
  overflow: hidden;
}
.location__map img {
  transform: scale(1.5);
}
.location__links {
  display: flex;
  gap: 12px;
}
.location__links a {
  display: inline-block;
  padding: 9.5px 20px;
  border-radius: 999px;
  background: var(--primary, #6706d3);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--white, #ffffff);
  transition: background 0.2s linear;
}
.location__transport {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--gray300, #d1d6db);
}
.location__transport > div {
  flex: 1;
}
.transport__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--gray900, #191f28);
}
.transport__way li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.transport__way li .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--gray800, #333d4b);
}
.transport__way.subway .ic {
  width: 24px;
}
.transport__way.bus .ic {
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--white, #ffffff);
}
.transport__way.bus li:not(:last-child) {
  margin-bottom: 8px;
}
.transport__way.bus .ic.blue {
  background: #3232c8;
}
.transport__way.bus .ic.red {
  background: #e64e4e;
}
.transport__way.bus .ic.green {
  background: #62C832;
}
@media (min-width: 800px) {
  #location .section__inner {
    padding: 160px 48px 180px;
  }
  #location .sec__title {
    margin-bottom: 56px;
  }
  #location .sec__contents {
    gap: 44px;
  }
  .location__map {
    border-radius: 30px;
  }
  .location__map img {
    transform: scale(1.2);
  }
  .location__info {
    flex-shrink: 0;
  }
  .location__info .name {
    margin-bottom: 16px;
    font-size: 24px;
  }
  .location__info .address {
    font-size: 18px;
  }
  .location__links a {
    padding: 12px 32px;
    font-size: 16px;
  }
  .location__transport {
    margin-top: 40px;
    padding-top: 24px;
  }
  .transport__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .transport__way li .text {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #location .section__inner {
    padding: 200px 60px 220px;
  }
  #location .sec__contents {
    align-items: flex-end;
    flex-direction: row;
    gap: 80px;
  }
  #location .sec__contents:not(:last-child) {
    margin-bottom: 80px;
  }
  .location__info {
    width: 436px;
  }
  .location__map {
    flex: 1;
  }
  .location__map img {
    transform: scale(1);
  }
  .location__links a:hover {
    background: var(--primaryDark, #5206a5);
  }
}

/* 기타 등등 */
#reference {
  background: var(--purple300, #eee8ff);
}
#reference .section__inner {
  padding: 35px 32px;
}
#reference .text {
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--gray800, #333d4b);
}
#reference .text span {
  color: var(--primary, #6706d3);
}
#reference .text .tb {
  display: none;
}
#reference .text .mo {
  display: block;
}
@media (min-width: 800px) {
  #reference .section__inner {
    padding: 50px 100px;
  }
  #reference .text {
    font-size: 18px;
    line-height: 1.5;
  }
  #reference .text .mo {
    display: none;
  }
  #reference .text .tb {
    display: block;
  }
}
@media (min-width: 1200px) {
  #reference .text {
    max-width: 822px;
  }
  #reference .text .tb {
    display: none;
  }
}

#supports {
  background: var(--white, #ffffff);
}
#supports .section__inner {
  padding: 32px 32px 56px;
}
.supports__logos {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.supports__logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 64px;
  padding: 18px 28px;
  background: var(--white, #ffffff);
  border-radius: 6px;
  border: 1px solid var(--gray200, #e5e8eb);
}
.supports__logos .logo img.hover {
  display: none;
}

@media (min-width: 800px) {
  #supports .section__inner {
    padding: 56px 85px 120px;
  }
  .supports__logos {
    gap: 24px;
  }
  .supports__logos .logo {
    position: relative;
    width: 320px;
    height: 128px;
    padding: 40px 72px;
    border-radius: 12px;
  }
  .supports__logos .logo img {
    position: absolute;
    width: 176px;
  }
}
@media (min-width: 1200px) {
  #supports .section__inner {
    padding: 56px 60px 120px;
  }
  .supports__logos .logo img {
    opacity: 1;
  }
  .supports__logos .logo img.hover {
    display: block;
  }
  .supports__logos .logo:hover img {
    opacity: 0;
  }
  .supports__logos .logo:hover img.hover {
    opacity: 1;
  }
}

#popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.popup-content {
    text-align: center; /* 내부 콘텐츠 중앙 정렬 */
    width: 50%;
}

.popup-content button {
    margin-top: 10px;
    background-color: #8980FF; /* 버튼 배경색 */
    color: white; /* 글자 색 */
    border: none; /* 테두리 제거 */
    border-radius: 10%; /* 버튼을 원형으로 만들기 */
    width: 70px; /* 버튼 너비 */
    height: 50px; /* 버튼 높이 */
    font-size: 20px; /* 글자 크기 */
    cursor: pointer; /* 클릭 가능한 커서 표시 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* 그림자 추가 */
    display: inline-flex; /* 중앙 정렬 */
    justify-content: center; 
    align-items: center;
    font-family: "MBC NEW", sans-serif;
}
.popup-content button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 342px;
  gap: 12px;
  padding: 12px 40px;
  border-radius: 90px;
  background: var(--primary, #6706d3);
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: 700;
  color: var(--white, #ffffff);
  transition: background 0.3s;
}
.popup-content .content__button {
  position: absolute;
  top: 85.5%; /* 이미지 중앙 */
  left: 49.7%; /* 이미지 중앙 */
  transform: translate(-50%, -50%); /* 중앙 정렬 */
  background-color: #491100;
  text-decoration: none;
  display: inline-block;
  padding: 5px 24px;
  border-radius: 999px;
  border: 1.5px solid var(--white, #ffffff);
  font-family: "MBC NEW", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}

@media (max-width: 768px) {
    #popup {
        padding: 10px;
    }

    .popup-content {
        width: 100%; /* 모바일 화면에 맞게 너비 조정 */
        max-width: 400px; /* 최대 너비 제한 */
    }
    .popup-content .content__button {
    font-size: 8px; /* 모바일용 글자 크기 조정 */
    padding: 2px 20px; /* 모바일용 버튼 패딩 조정 */
    width: auto; /* 필요 시 버튼 너비 조정 */
    }
}

.quick-menu {
	justify-content: center;
  position: fixed;
  width: 101%;
  bottom: -3px;
  right: -3px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #f7e2f7;
  padding: 12px;
  border-radius: 12px;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);*/
  z-index: 9999;
}

.quick-menu-content {
    text-align: center; /* 내부 콘텐츠 중앙 정렬 */
    width: 50%;
}    
    
.quick-menu-font-mbc {
	justify-content: center;
	text-align: center;
	color: #000000;
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;   
}

.quick-menu-font-mbc-w {
	justify-content: center;
	text-align: center;
	color: #ffffff;
  font-family: "MBC NEW", sans-serif;
  letter-spacing: -0.02em;   
}
    
.quick-menu a,
.quick-menu button {
  text-decoration: none;
  color: #000000;
  background: #6706d3;
  border: none;
  padding: 8px 12px;
  border-radius: 9px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.quick-menu button2 {
  text-decoration: none;
  color: #fff;
  background: #6906cf;
  border: none;
  padding: 8px 12px;
  border-radius: 9px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.quick-menu a:hover,
.quick-menu button:hover {
  background: #fff;
  color: #2A163C;
}

.quick-menu img {
    width: 20px;
    height: 20px;
  }
}

#gray {
font-color: gray;
}

.quick-menu_2 {
	justify-content: center;
  position: fixed;
  width: 26%;
  bottom: 91px;
  right: -3px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  padding: 12px;
  border-radius: 12px;
  /*box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);*/
  z-index: 9999;
}

.quick-menu_2 a,
.quick-menu_2 button {
  text-decoration: none;
  color: #000000;
  background: #ffb92c;
  border: none;
  padding: 8px 12px;
  border-radius: 9px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.quick-menu_2 button2 {
  text-decoration: none;
  color: #fff;
  background: #6906cf;
  border: none;
  padding: 8px 12px;
  border-radius: 9px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.quick-menu_2 a:hover,
.quick-menu_2 button:hover {
  background: #fff;
  color: #2A163C;
}

.quick-menu_2 img {
    width: 20px;
    height: 20px;
  }
}

/*.kakao-quick-menu {
 position: fixed;
  bottom: 40px;
  right: 50px;
  background-color: #8b5cf6;
  color: 2A163C;
  font-weight: bold;
  padding: 16px 20px;
  border-radius: 50px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  z-index: 1000;
  transition: background 0.3s, transform 0.2s;
  font-size: 15px;

  
  display: flex;
  align-items: center;  
  gap: 8px;              
}

.kakao-quick-menu:hover {
  background-color: #2A163C; 
  transform: scale(1.05);
}

.kakao-quick-menu img {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .kakao-quick-menu {
  	bottom: 20px;
    right: 20px;
    padding: 8px 16px;
    font-size: 13px;
  }

  .kakao-quick-menu img {
    width: 20px;
    height: 20px;
  }
}*/