@import "reset.css";

/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css"); */

:root {
  --color-mofin: #a21c20;
  --color-mofin-bg: rgba(162, 28, 32, 0.5);
  --color-white: #ffffff;
  --color-black: #333333;
  --color-borderBottm: #eeeeee;
}

* {
  font-family: "Pretendard", sans-serif;
  margin: 0;
  padding: 0;
  outline: 0;
  appearance: 0;
  border: 0;
  text-decoration: none;
  box-sizing: border-box;
}

body {
  font-family: "Pretendard", sans-serif;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  user-select: none;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

/* 헤더 -모바일 사이즈 용 start*/
.dropdown_phone,
.fake_box,
.dropdown_phone,
.dropdown_phone_toggle {
  display: none;
}

.dropdown_phone_toggle--btn-open {
  display: none;
}
/* 헤더 -모바일 사이즈 용 end*/

.navigation {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 999;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0fr 0fr;
  align-items: center;
  background-color: transparent;
}

.navigation.active {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 999;
  display: grid;
  grid-template-columns: 1.2fr 1fr 0fr 0fr;
  align-items: center;
  border-bottom: 1px solid var(--color-borderBottm);
}

.activeLang {
  display: none;
}

.mofinHome svg path {
  fill: white;
  transition: fill 0.3s;
}

.mofinHome svg path.active {
  fill: #a21c20;
}

.mofinHome {
  padding-left: 20%;
}

.mofinHomeButton {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.logos {
  background-size: cover;
  background-position: center;
  /* background-color: #000; */
  width: 167px;
  height: 40px;
}


/*list*/
.dropdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  float: right;
  padding-right: 10%;
  align-items: center;
}

.solution button {
  color: white;
}

.btn.show {
  background-color: white;
  border: transparent;
  color: #a21c20;
  font-weight: bold;
}

.loginbuttons button {
  color: white;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown button {
  border: none;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
}

.btn.dropdown-toggle.btn-solution:hover,
.btn.dropdown-toggle.btn-blog:hover,
.btn.dropdown-toggle.btn-faq:hover,
.btn.dropdown-toggle.btn-news:hover {
  color: white;
  font-weight: 700;
}

.btn.dropdown-toggle.btn-login:hover,
.btn.dropdown-toggle.btn-signup:hover,
.btn.dropdown-toggle.btn-mypage:hover,
.btn.dropdown-toggle.btn-logout:hover {
  color: white;
  font-weight: 700;
}


.btn.dropdown-toggle.btn-solution.active,
.btn.dropdown-toggle.btn-blog.active,
.btn.dropdown-toggle.btn-faq.active,
.btn.dropdown-toggle.btn-news.active,
.btn.dropdown-toggle.btn-login.active,
.btn.dropdown-toggle.btn-signup.active {
  color: black;
  font-weight: 500;
}


.btn.dropdown-toggle.btn-solution.active:hover,
.btn.dropdown-toggle.btn-blog.active:hover,
.btn.dropdown-toggle.btn-faq.active:hover,
.btn.dropdown-toggle.btn-news.active:hover {
  color: var(--color-mofin);
  font-weight: 700;
}

.btn.dropdown-toggle.btn-login.active:hover,
.btn.dropdown-toggle.btn-signup.active:hover,
.btn.dropdown-toggle.btn-mypage.active:hover,
.btn.dropdown-toggle.btn-logout.active:hover {
  color: var(--color-black);
}

.dropdown ul {
  border: transparent;
  text-align: center;
  /* background-color: blue; */
  left: -80px;
}
.dropdown-menu {
  left: -80px !important;
  /* transform: none !important; */
}

.dropdown-item {
  text-align: center;
  font-size: 15px;
  margin: 10px 30px 10px 0;
  cursor: pointer;
}

.dropdown-menu li:hover {
  margin: 10px 0 10px 0;
}

/* .dropdown-menu.show {
  background-color: blue;
  transform: translate(-50px, -44px);
} */
.language {
  width: 80px;
}
.language button {
  background-color: inherit;
  width: 100%;
}

.language button.active {
  background-color: inherit;
  color: black;
}

.ko,
.en {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  color: white;
  gap: 4px;
}

.en.active{
  color: black;
}

.language2 {
}

#ko2,
#en2 {
  display: flex;
  gap: 4px;
  color: black;
  font-size: 0.7rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

/** LEACACY : 언어변경 버튼 (select 태그 사용시)
.language select {
  -webkit-appearance: none; 크롬 화살표 없애기
  -moz-appearance: none; 파이어폭스 화살표 없애기
  appearance: none;  화살표 없애기 
  text-align-last: center;
  cursor: pointer;
} 
**/

#lang {
  border: 1px solid var(--color-white);
  border-radius: 20px;
  font-size: 14px;
  background-color: transparent;
  color: var(--color-white);
  width: 48px;
  height: 25px;
}

#lang.active {
  border: 1px solid var(--color-black);
  border-radius: 20px;
  font-size: 14px;
  background-color: transparent;
  color: var(--color-black);
  width: 48px;
  height: 25px;
}

#lang option {
  color: var(--color-black);
  margin: auto;
  text-align: center;
}

#lang option::after {
  color: white;
}

.eventBannerWrap {
  /* background-color: var(--color-mofin); */
}

.eventBanner {
  /* background-color: blue; */
  /* width: 500px;
  height: 900px; */
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 20px; */
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* padding-top: 150px; */
}
.eventBanner img {
  /* width: 500px; */
  width: 100%;
}

.eventSlideWrap {
  width: 100%;
  display: flex;
  /* background-color: blueviolet; */
  justify-content: space-around;
  align-items: center;
  /* margin-left: 70%; */
  position: absolute;
  /* bottom: 0; */
  flex-direction: row;
  top: 50%;
  gap: 100%;
}

.carousel-control-prev.eventSlide_btn,
.carousel-control-next.eventSlide_btn {
  background-color: white;
  height: 30px;
}
.eventBanner_btn {
  width: 450px;
  height: 80px;
  border-radius: 60px;
  border: 3px solid var(--color-mofin);
  background-color: var(--color-white);
  color: var(--color-mofin);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.eventBanner_btn:hover {
  background-color: var(--color-mofin);
  color: var(--color-white);
  transition: ease 0.2s;
}

.mofinTop {
  margin: 120px auto 0 auto;
  background-color: #a21c20;
  height: 960px;
}

.mainContentTop {
  margin: 200px auto 200px auto;
  width: 70vw;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  justify-items: center;
  gap: 100px;
}

.mainText h2 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
.mainText p {
  font-size: 35px;
  line-height: 1.5;
}
.mainText_text {
  text-align: center;
}

.mofinHistory {
  height: 880px;
  background-color: #210000;
  padding: 100px 10px 100px 10px;
  margin-bottom: 20px;
}

.carousel-inner {
  justify-items: center;
  height: 700px;
}

.carousel-inner h1 {
  color: white;
  font-size: 45px;
  text-align: center;
  margin-bottom: 50px;
}

.carousel-inner.eventBanner_carousel {
  height: 100%;
}

.carousel-item {
  /* height: 500px; */
  text-align: left;
  color: white;
}

.carousel-item h2 {
  border-bottom: #eeeeee solid 2px;
  font-size: 30px;
  padding: 0 0 20px 30px;
  position: relative;
}

.carousel-item p {
  font-size: 18px;
  line-height: 30px;
}

#y2023,
#y2022,
#y2021,
#y2020,
#y2019,
#y2018 {
  width: 970px;
  margin: auto;
}
#y2023 div,
#y2022 div,
#y2021 div,
#y2020 div,
#y2019 div,
#y2018 div {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin: 20px 20px 20px 30px;
  margin-left: 30px;
  margin-bottom: 50px;
  padding: auto;
  font-size: 24px;
}

#y2023 p,
#y2022 p,
#y2021 p,
#y2020 p,
#y2019 p,
#y2018 p {
  font-size: 20px;
  font-weight: 200;
}

#y2023 p:nth-child(2),
#y2022 p:nth-child(2),
#y2021 p:nth-child(2),
#y2020 p:nth-child(2),
#y2019 p:nth-child(2),
#y2018 p:nth-child(2) {
  font-size: 24px;
  font-weight: 300;
}

.carousel-control-btn {
  /* background-color: aqua; */
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 70%;
  position: absolute;
  bottom: 0;
}

.carousel-control-prev {
  /* top: 90%; */
  /* background-color: blue; */
  position: relative;
  /* left: 67%; */
}

.carousel-control-next {
  /* background-color: blue; */
  position: relative;
  /* top: 90%; */
  /* left: 71%; */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border: 1px solid;
}
.carousel-control-prev-icon.eventBanner_arrowBtn,
.carousel-control-next-icon.eventBanner_arrowBtn {
  background-color: #a12626;
}

.partnerCompany {
  margin: 100px auto 100px auto;
}

.partnerCompany h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 80px;
}
.companyImg div {
  text-align: center;
  margin-bottom: 40px;
}

.companyImg div img {
  width: 360px;
  height: auto;
}
.span-br-1::after {
  content: "";
  display: none;
}

.carousel-indicators.custom-carousel-indicators button {
  background-color: inherit;
  color: #210000;
}

/*------------------------------------파트너사 ------------------------------------*/

.partnerCompany {
  margin: 100px auto 100px auto;
}

.partnerCompany__mobile {
  display: none;
}

.partnerCompany h2 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 80px;
}

.partnerCompany {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}

.partnerCompany__text h2 {
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  color: #111;
  font-family: Pretendard;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  margin-top: 8vh;
  margin-bottom: 10vh;
}

.slider {
  margin-top: 3.2rem;
  overflow: hidden;
  position: relative;
  height: 150px;
  width: 100%;
}

.slider-inner {
  display: flex;
  width: 300%;
  animation: slide 35s linear infinite;
}

.moving-image {
  height: 150px;
  flex: 1;
}

/*=============================이벤트용 모달!!!!!! start*/
/* 모달 스타일 */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; /* 가운데 정렬을 위해 flex 사용 */
  justify-content: center; /* 수평 가운데 정렬 */
  align-items: center; /* 수직 가운데 정렬 */
  z-index: 1;
}

/* 모달 배경 블러 처리 */
.modal-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0.5);
  backdrop-filter: blur(5px); /* 블러 효과 적용 */
}

.modal-content {
  width: 85%; /* 모달 창 너비 */
  max-width: 600px; /* 최대 너비 */
  position: absolute;
  top: 50%; /* 화면 상단에서 중앙으로 이동 */
  left: 50%; /* 화면 왼쪽에서 중앙으로 이동 */
  transform: translate(-50%, -50%); /* 중앙 정렬 */
  background-color: rgba(8, 8, 8, 0);
  backdrop-filter: blur(5px);
}
.event_aTag {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 닫기 버튼 스타일 */
.close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 3rem;
  font-weight: 100;
  cursor: pointer;
  color: #ffffff;
}
/* 링크 버튼 스타일 */
.modal-button {
  display: flex;
  position: absolute;
  bottom: 25px;
  margin: 20px auto 0;
  width: 70%;
  height: 10%;
  border-radius: 1rem;
  background-color: #fff;
  color: #a12626;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.event_img {
  width: 100%;
  height: 100%;
}

.custom-style {
  color: #000;
  font-family: Pretendard;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
  letter-spacing: -0.03rem;
}

/*=============================이벤트용 모달!!!!!! end*/

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.slider2 {
  margin-top: 2rem;
  margin-bottom: 4.9rem;
  overflow: hidden;
  position: relative;
  height: 150px;
  width: 100%;
}

.slider-inner2 {
  display: flex;
  width: 300%;
  animation: slide2 35s linear infinite;
}

.moving-image2 {
  height: 150px;
  flex: 1;
}

@keyframes slide2 {
  0% {
    transform: translateX(-50%);
  }

  100% {
  }
}

.main_background_img {
  background-image: url("../images/background/building_img.png");
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  text-align: center;
}

.image_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0d0d0d99;
}

.text_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.main_text,
.main_text2 {
  width: 100vw;
  text-align: center;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.18rem;
}

.main_text2 {
  color: #b1f560;
}

.sub_text_wrap {
  display: flex;
  flex-direction: column;
}

.sub_text,
.sub_text_br,
.sub_text2,
.sub_text_br2  {
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.0625rem;
  letter-spacing: -0.09rem;
  text-transform: uppercase;
}

.text1_wrap, .text2_wrap{
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1920px) {
}

@media screen and (min-width: 2560px) {
}

@media screen and (min-width: 3840px) { 
}

@media (max-width: 1070px) {
  .main_text,
  .main_text_br,
  .main_text2,
  .main_text_br {
    font-size: 4.1rem;
  }
  .text1_wrap, .text2_wrap{
    flex-direction: column;
  }
  .sub_text,
  .sub_text_br,
  .sub_text2,
  .sub_text_br2 {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}

@media (max-width: 850px) {
  .main_text,
  .main_text2 {
    font-size: 3.1rem;
  }
  .text1_wrap, .text2_wrap{
    flex-direction: column;
  }
  .sub_text,
  .sub_text_br,
  .sub_text2,
  .sub_text_br2 {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }

  .text_container {
    transform: translate(-50%, -60%);
  }

  .sub_text_wrap {
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .main_text,
  .main_text2 {
    font-size: 2.1rem;
  }
  .text1_wrap, .text2_wrap{
    flex-direction: column;
  }
  .sub_text,
  .sub_text_br,
  .sub_text2,
  .sub_text_br2 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .text_container {
    transform: translate(-50%, -60%);
  }

  .sub_text_wrap {
    flex-direction: column;
  }



  @media (max-width: 400px) {
    .main_text,
    .main_text2 {
      font-size: 1.8rem;
    }
    .text1_wrap, .text2_wrap{
      flex-direction: column;
    }
    .sub_text,
    .sub_text_br,
    .sub_text2,
    .sub_text_br2 {
      font-size: 1rem;
      line-height: 1.4rem;
    }
  


}

/*================================================================ 미디어 쿼리 시작 ================================================================*/

@media (max-width: 1650px) {
  .navigation,
  .navigation.active {
    height: 100px;
  }

  .mofinTop {
    margin: 100px auto 0 auto;
    height: 960px;
  }
}

@media (max-width: 1350px) {
  .mofinTop {
    margin: 90px auto 0 auto;
    height: 670px;
  }
  .dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    text-align: center;
    float: right;
    padding-right: 10%;
    margin-left: -10%;
  }

  .dropdown button {
    font-size: 15px;
  }

  .navigation,
  .navigation.active {
    height: 90px;
  }
}

@media (max-width: 1000px) {
  .mofinTop {
    margin: 60px auto 0 auto;
    height: 450px;
  }

  .dropdown button {
    font-size: 15px;
  }
  #lang {
    font-size: 15px;
  }
}

/*
@media (max-width: 890px) {
  .mofinTop {
    margin: 60px auto 0 auto;
    height: 400px;
  }

  .navigation,
  .navigation.active {
    height: 60px;
  }

  .dropdown button {
    font-size: 15px;
  }
}
*/

@media screen and (min-width: 325px) and (max-width: 768px) {
  /* ::-webkit-scrollbar {
    display: none;
  } */

  .navigation {
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 40px;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    background-color: white;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }

  .navigation.active {
    width: 100vw;
    height: 40px;
    z-index: 999;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    background-color: white;
    background: #fff;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }

  .mofinHome {
    margin: auto;
  }
  .mofinHome svg path {
    fill: #a21c20;
  }

.mofinHomeButton {
  /* background-color: red; */
  width: 88px;
  height: 40px;
}

.logos {
  background-size: cover;
  background-position: center;
  width: 88px;
  height: 40px;
}

  .dropdown {
    display: none;
  }
  .fake_box {
    display: block;
  }
  .dropdown_phone {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 150px;
    justify-items: center;
    background-color: white;
    align-items: center;
  }
  .dropdown_phone .nav #menu-btn {
    border: transparent;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    color: var(--color-mofin);
    display: flex;
  }

  .dropdown_phone .nav #close-btn {
    display: none;
    border: transparent;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    color: black;
  }

  .dropdown_phone_toggle-Wrap.active {
    background-color: rgba(131, 131, 131, 0.86);
    width: 100vw;
    left: 0;
    height: 100vh;
    position: fixed;
    z-index: 1;
    top: 40px;
  }

  .dropdown_phone_toggle {
    background-color: white;
    margin: auto;
    position: fixed;
    top: 40px;
    right: -60vw;
    width: 60vw;
    height: 100vh;
    z-index: 9;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    animation: showMenu1 0.5s ease forwards;
  }

  @keyframes showMenu1 {
    to {
      right: 0;
    }
  }

  .dropdown_phone_toggle.open {
    right: -60vw;
  }

  .dropdown_phone_toggle-menu {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .dropdown_phone_toggle-solution,
  .dropdown_phone_toggle-blog,
  .dropdown_phone_toggle-faq {
    border: none;
    border-bottom: 1px solid #d9d9d9;
    width: 180px;
    height: 40px;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
  }

  .dropdown_phone_toggle-solution {
    /* height: 180px; */
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .unvisible {
    color: white;
  }
  .dropdown_phone_toggle--btn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
  }
  .dropdown_phone_toggle-solution {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
  }
  .dropdown_phone_toggle--btn-open {
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    height: 150px;
    border-bottom: 1px solid #d9d9d9;
    margin-top: -10px;
  }
  .dropdown_phone_toggle--btn-open button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 180px;
    height: 40px;
    color: #333;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .dropdown_phone_toggle--btn-open button:last-child {
    color: #999;
  }

  .dropdown_phone_toggle--btn-open button .active {
  }

  .dropdown_phone_toggle-user {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }

  .dropdown_phone_toggle-user button {
    border: 1px solid black;
    border-radius: 4px;
    width: 150px;
  }
  .dropdown_phone_toggle-user_login,
  .dropdown_phone_toggle-user_signup {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 74px;
    height: 32px;
    border-radius: 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .dropdown_phone_toggle-user_login {
    background-color: white;
    color: black;
    box-shadow: 1px 1px 1px rgb(180, 153, 153);
  }

  .dropdown_phone_toggle-user_signup {
    background-color: var(--color-mofin);
    color: white;
    box-shadow: 1px 1px 1px rgb(180, 153, 153);
  }
  /* 
  .language {
    margin: auto auto auto 30px;
    pointer-events: none;
    border: none;
    background-color: white;
  }

  .language select {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
    background-color: white;
  }

  .language p {
    font-size: 18px;
  } */

  #lang2 {
    font-size: 10px;
    background-color: transparent;
    color: white;
    height: 20px;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #lang2.active {
    border: transparent;
    border-radius: 20px;
    width: 40px;
    height: 20px;
    font-size: 10px;
    background-color: transparent;
    color: white;
  }

  #lang2 option {
    color: white;
  }

  #lang2 option::after {
    color: white;
  }
  .moblie_languageBtn-Wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 400px;
  }

  .moblie_languageBtn {
    display: flex;
    margin-top: 50px;
  }

  .moblie_languageBtn-kor {
    background: none;
    color: black;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    border-right: 1px solid gray;
    padding: 0 20px 0 20px;
  }

  .moblie_languageBtn-kor.active,
  .moblie_languageBtn-eng.active {
    /* border-right: 1px solid gray; */
    padding: 0 20px 0 20px;
    color: var(--color-mofin);
  }
  .moblie_languageBtn-eng {
    background: none;
    color: black;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    padding: 0 20px 0 20px;
  }

  .eventBanner {
    width: 100%;
    margin: 40px auto 0 auto;
    /* height: 900px; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-top: 0;
    padding-top: 0;
  }
  .eventBanner img {
    content: url("../images/main-banner-ThanksTo-Mobile.png");
    width: 100%;
  }
  .eventBanner_btn {
    width: 250px;
    height: 40px;
    border-radius: 60px;
    border: 1px solid var(--color-mofin);
    background-color: var(--color-white);
    color: var(--color-mofin);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .mofinTop {
    margin: 40px auto 0 auto;
  }

  .mainContentTop {
    margin: 200px auto 200px auto;
    align-items: center;
    justify-items: center;
    width: 100vw;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .mainContentTop svg {
    width: 125px;
    height: 123px;
  }

  .mofinHistory {
    padding: 1.5rem 10px 1.5rem 10px;
    height: 150vh;
  }

  .mainText {
    text-align: center;
  }

  .mainText h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
  }
  .mainText p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  #y2023,
  #y2022,
  #y2021,
  #y2020,
  #y2019,
  #y2018 {
    width: 90vw;
  }

  #y2023 div,
  #y2022 div,
  #y2021 div,
  #y2020 div,
  #y2019 div,
  #y2018 div {
    display: grid;
    grid-template-columns: 60px 1fr;
    margin: 0 20px 10px 30px;
    margin-left: 30px;
    margin-bottom: 50px;
    padding: auto;
  }

  #y2023 h2,
  #y2022 h2,
  #y2021 h2,
  #y2020 h2,
  #y2019 h2,
  #y2018 h2 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }

  #y2023 p,
  #y2022 p,
  #y2021 p,
  #y2020 p,
  #y2019 p,
  #y2018 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* width: 50vw; */
    /* max-width: 200px; */
  }

  #y2023 p:first-child,
  #y2022 p:first-child,
  #y2021 p:first-child,
  #y2020 p:first-child,
  #y2019 p:first-child,
  #y2018 p:first-child {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* width: 50vw; */
    /* max-width: 200px; */
  }

  #y2023 p:nth-child(2),
  #y2022 p:nth-child(2),
  #y2021 p:nth-child(2),
  #y2020 p:nth-child(2),
  #y2019 p:nth-child(2),
  #y2018 p:nth-child(2) {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    width: 60vw;
    white-space: normal;
    word-wrap: normal;
    word-break: normal;
    line-break: strict;
    /* width: 50vw; */
    /* max-width: 200px; */
  }

  /* 모핀이 걸어온 길 start*/
  .carousel-indicators {
    padding-top: 100vh;
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
    bottom: -30px;
  }

  .carousel-indicators.custom-carousel-indicators button {
    background-color: inherit;
    color: #210000;
  }

  .carousel-inner {
    overflow: auto;
    height: 150vh;
    /* background-color: blue; */
  }

  .carousel-inner h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 30px;
  }

  /* .carousel-control-prev-icon,
  .carousel-control-next-icon {
    margin-top: 65vh;
    border: 1px solid;
  }
  .carousel-control-next,
  .carousel-control-prev {
    top: 0;
    bottom: 0;
    /* left: 50%;
    margin-top: 200px; */

  .carousel-control-btn {
    /* background-color: aqua; */
    display: none;
  }

  .carousel-control-prev {
    width: 50vw;
    height: 100vh;
    /* top: -85%;
  left: 18%; */
    /* display: none; */
  }

  .carousel-control-next {
    width: 50vw;
    height: 100vh;

    /* top: -85%;
  left: 66%; */
    /* display: none; */
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background: none;
    border: none;
  }
  /* 모핀이 걸어온 길 end*/

  .span-br-1::after {
    content: "\A";
    white-space: pre;
    display: block;
    height: 0;
  }

  /*------------------------------------파트너사 ------------------------------------*/
  .partnerCompany__mobile {
    height: auto;
    display: block;
    padding: 0.3rem;
    margin-top: -1rem;
    margin-bottom: 7.4rem;
  }

  .partnerCompany {
    display: none;
  }

  .partnerCompany__mobile--text h2 {
    text-align: center;
    margin: 2rem;
    color: #111;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.875rem;
  }

  .partner-block {
    display: flex;
    flex-direction: row;
  }

  .partner-block__left,
  .partner-block__right {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .partner-block__left img:nth-child(-n + 5) {
    width: 180;
  }

  .partner-block .partner-block__left img {
    margin: 0.5rem 0.25rem 0 0.5rem;
  }

  .partner-block .partner-block__right img {
    margin: 0.5rem 0.5rem 0 0.25rem;
  }

  /*------------------------------------파트너사 끝------------------------------------*/
}
