@font-face {
    font-family: 'Roboto Slab';
    src: url('RobotoSlab-Regular.eot');
    src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
        url('RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('RobotoSlab-Regular.ttf') format('truetype'),
        url('RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MotoyaLMaru';
    src: url('MotoyaLMaru-W3-90ms-RKSJ-H.eot');
    src: local('MotoyaLMaru W3 mono'), local('MotoyaLMaru-W3-90ms-RKSJ-H'),
        url('MotoyaLMaru-W3-90ms-RKSJ-H.eot?#iefix') format('embedded-opentype'),
        url('MotoyaLMaru-W3-90ms-RKSJ-H.woff2') format('woff2'),
        url('MotoyaLMaru-W3-90ms-RKSJ-H.woff') format('woff'),
        url('MotoyaLMaru-W3-90ms-RKSJ-H.ttf') format('truetype'),
        url('MotoyaLMaru-W3-90ms-RKSJ-H.svg#MotoyaLMaru-W3-90ms-RKSJ-H') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '12LotteMartDreamLight';
    src: url('12LotteMartDreamLight.eot');
    src: local('12LotteMartDreamLight'),
        url('12LotteMartDreamLight.eot?#iefix') format('embedded-opentype'),
        url('12LotteMartDreamLight.woff2') format('woff2'),
        url('12LotteMartDreamLight.woff') format('woff'),
        url('12LotteMartDreamLight.ttf') format('truetype'),
        url('12LotteMartDreamLight.svg#12LotteMartDreamLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'YiSunShin Dotum L';
    src: url('YiSunShinDotumL.eot');
    src: local('YiSunShin Dotum L'), local('YiSunShinDotumL'),
        url('YiSunShinDotumL.eot?#iefix') format('embedded-opentype'),
        url('YiSunShinDotumL.woff2') format('woff2'),
        url('YiSunShinDotumL.woff') format('woff'),
        url('YiSunShinDotumL.ttf') format('truetype'),
        url('YiSunShinDotumL.svg#YiSunShinDotumL') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YiSunShin Dotum M';
    src: url('YiSunShinDotumM.eot');
    src: local('YiSunShin Dotum M'), local('YiSunShinDotumM'),
        url('YiSunShinDotumM.eot?#iefix') format('embedded-opentype'),
        url('YiSunShinDotumM.woff2') format('woff2'),
        url('YiSunShinDotumM.woff') format('woff'),
        url('YiSunShinDotumM.ttf') format('truetype'),
        url('YiSunShinDotumM.svg#YiSunShinDotumM') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'NanumBarunGothic';
  src: url('NanumBarunGothicLight.eot');
  src: local('NanumBarunGothic Light'), local('NanumBarunGothicLight'),
      url('NanumBarunGothicLight.eot?#iefix') format('embedded-opentype'),
      url('NanumBarunGothicLight.woff2') format('woff2'),
      url('NanumBarunGothicLight.woff') format('woff'),
      url('NanumBarunGothicLight.ttf') format('truetype'),
      url('NanumBarunGothicLight.svg#NanumBarunGothicLight') format('svg');
  font-weight: 300;
  font-style: normal;
}

* {
  font-family: 'FinkHeavy', 'MotoyaLMaru', 'YiSunShin Dotum M';
}

.main_menu {
  font-size: 24px;
}

.form-group {
  position: relative;
  margin-bottom:15px;
}

.gt-input {
  height:48px;
  padding:5px 10px;
  font-size:20px;
  border:0;
  border: 1px solid rebeccapurple;
  border-radius: 5px;
}

.gt-text {
  height:148px;
  padding:5px 10px;
  font-size:20px;
  border:0;
  border: 1px solid rebeccapurple;
  border-radius: 5px;
}

.gt-input:focus {
  outline:none;
}

.label_email {
  position: absolute;
  font-size:18px;
  color:#aaa;
  transition: all .4s;
  top:24px;
  transform:translateY(-50%);
  margin-left:24px;
  cursor:text;
  z-index: 1;
}

.gt-button {
  padding: 3px;
  font-size:20px;
  text-transform: uppercase;
  border:0;
  color:white;
  background:burlywood;
  transition:.4s;
  cursor: pointer;
  border-radius: 10px;
}

.gt-button:hover {
  background:#01708b;
}

.form-status {
  padding:8px;
  text-align: center;
  color:black;
  margin-top:8px;
  margin-bottom:-24px;
}

.move-up {
  margin-top:-32px;
  margin-left:0px;
  font-size:14px;
  background:#ff0000;
  border-radius:8px 0;
  color:black;
  padding:4px 8px;
  min-width:100px;
}

.button {
  border-radius: 4px;
  background-color: cadetblue;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
html,body{width: 100%; height: 100%}
body,p,h1,h2,h3,h4,ul,p {margin:0; padding:0}
/* body,h1,h2,h3,h4,th,td {font-size:32px} */
li {list-style: none;}
em {font-style: normal;}
img{vertical-align:top} /* ★ */
a{text-decoration:none}
a:hover,a:active,a:focus{text-decoration:underline}​
legend{display: block; position: absolute; left: 0; top: -9999em; overflow: hidden;}
@media (max-width: 450px) {
  .toptext {
    font-size: 30px !important;
  }
  .Lets{
    font-size: 20px !important;
  }
}
* {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
body {
  /* font-family: 'Roboto Slab', 'MotoyaLMaru', 'NanumBarunGothic' !important; */
  background-color: #CDDCDC;
  background-image: url('HCfU2.png');
}
.menu a:link{
  color: #485563;
}
.menu a:visited{
  text-decoration: none; color: #485563;
}
.menu a:active{
  text-decoration: none; color: #485563;
}
.menu a:hover{
  text-decoration: none; color: #0ba360;
}
.Lets a:link{
  text-decoration: none; color: #051094;
}
.Lets a:visited{
  text-decoration: none; color: #051094;
}
.Lets a:active{
  text-decoration: none; color: #051094;
}
.Lets a:hover{
  text-decoration: none; color: #0ba360;
}

.menu_popup {
  color: #485563;
}

.menu_popup:hover {
  text-decoration: none;
  color: #0ba360;
}

.fajsdlkfj {
  color: rgb(90, 86, 86);
}

#header-menu img {
  vertical-align: middle;
}
.header-menu__ {
  background-color: yellow;
  padding: 10px 0px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid white;
  line-height: 30px;
  height: 45px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* background: linear-gradient( to right, white, #8fd0ca ); */
  background-image: linear-gradient(135deg, #e2d1c3 100%, #fdfcfb 0%);
  padding-top: 8px;
  border-bottom: 1px solid rgb(180, 180, 180);
  /* box-shadow: 0 1px gray, 0 0 8px gray; */
  z-index: 100;
}
.Fixed {
  position: fixed;
  top: 0px;
}
img {
}
ul {
}
#logo {
  display: block;
  float: left;
  z-index: 5;
  padding-top: 5px;
}
.logo {
  position: absolute;
  margin-left: 7px;
  margin-top: -7px;
  width: 40px;
  height: 40px;
}
#header-menu li {
  display: inline;
  padding-bottom: 4px;
  margin-right: 1px;
  text-align: -webkit-match-parent;
}
body {
  margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
.layer{
  display: block;
  max-width:1200px;
  width: auto;
  margin:50px auto;
  padding-left: 20px;
  padding-right: 20px;
  position:relative;
}
.toptext {
  font-size: 50px;
}
.Lets {
  font-size: 37px;
}
.menu {
  font-size: 20px;
}
.bottom {
  font-size: 16px;
}
.bottom .lang {
  color: gray;
}
.bottom .lang a:link{
  text-decoration: none; color: gray;
}
.bottom .lang a:visited{
  text-decoration: none; color: gray;
}
.bottom .lang a:active{
  text-decoration: none; color: gray;
}
.bottom .lang a:hover{
  text-decoration: none; color: #0ba360;
}
.copybut {
  margin-left: 5px;
  width: 25px;
  cursor: pointer;
}

.mainstart {
  font-family: 'FinkHeavy', 'MotoyaLMaru', 'YiSunShin Dotum M' !important;
  font-size: 1.8em;
  color: white;
  text-shadow: -1px 0 #268a80, 0 3px #268a80, 3px 0 #268a80, 0 -1px #268a80;
  border-radius: 50%;
  -moz-text-shadow: -1px 0 #268a80, 0 1px #268a80, 1px 0 #268a80, 0 -1px #268a80;
  -webkit-text-shadow: -1px 0 #268a80, 0 1px #268a80, 1px 0 #268a80, 0 -1px #268a80;
}
.closer_mainstart {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto;
}
.New_Horizons {
  background-image: url(https://animalcrossing.soopoolleaf.com/css/wrapimage/Switch_AnimalCrossingNH.png);
}
.new313 {
  background-image: url(https://soopool.art/img/313/313.jpg);
}
.span_mainstart a:hover, .span_mainstart_25 a:hover {
  text-decoration: none !important;
  color: #f6ff00 !important;
}
.closer_mainstart {
  background-color: white;
  padding: 10px 13px 13px 13px;
  border-radius: 15px;
  box-shadow: 1px 1px 1px 1px grey;
  height: 100px;
  color: white;
}
.span_mainstart a span {
  display: block;
  height: 130px;
}
.closer_mainstart span:hover {
  color: #f6ff00 !important;
}
.closer_mainstart {
  background-color: white;
  padding: 10px 13px 13px 13px;
  border-radius: 15px;
  box-shadow: 1px 1px 1px 1px grey;
  height: 100px;
}
.closer_mainstart h2 {
  font-size: 35px;
}


@media (max-width: 700px) {
  .closer_mainstart {
    background-size: 700px;
  }
}




	/* h2 클릭 포인터 */
.company-title {
  cursor: pointer;
  display: inline-block;
}

/* 팝업 배경 */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* 팝업 박스 */
.popup-box {
  background: #ffffff;
  border-radius: 20px;
  width: 90%;
  max-width: 400px;
  padding: 30px 20px;
  text-align: center;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* 로고 */
.company-logo {
  width: 120px;
  max-width: 60%;
  margin-bottom: 15px;
}

/* 회사 소개 */
.company-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

/* 닫기 버튼 */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}

/* 반응형 */
@media (max-width: 480px) {
  .popup-box {
    padding: 20px 15px;
  }
}

/* 애니메이션 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 수풀잎이란 start */
.typing-container {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 4px solid cornflowerblue; /* 커서 느낌 */
    display: inline-block; /* 안정적인 폭 처리 */
    width: 0; /* 초기 폭 */
    animation: typing 3s steps(6) forwards, blink 0.5s step-end 6;
  }

  @keyframes typing {
    from { width: 0; }
    to { width: 10ch; } /* 한글 폭 고려해 충분히 넉넉히 */
  }

  @keyframes blink {
    50% { border-color: transparent; }
    100% { border-color: cornflowerblue; }
  }

/* 수풀잎이란 end */


/* chatbox start */
.chat-box {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  box-sizing: border-box;
}

.chat-item {
  width: 50%; /* 정확히 반반 */
  text-align: center;
}

.chat-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.chat-item p {
  margin-top: 8px;
  font-size: clamp(12px, 2.8vw, 18px); /* 화면에 맞춰 자동 조절 */
  font-weight: 600;
}
/* chatbox end1 */

.image-button-link {
    position: relative;
    display: inline-block;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    isolation: isolate;
    transform: translateZ(0);
    cursor: default;
}
.main-action {
    position: relative;
    z-index: 4;
}
.main-action {
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
}
.image-button {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 951 / 545;
    object-fit: cover;
    border-radius: 10px;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    position: relative;
    z-index: 1;
}

@media (min-width: 450px) {
    .chat-item {
        width: 30%;
    }
}

@media (max-width: 450px) {
    .span_mainstart a span {
        height: 95px;
    }
    .closer_mainstart h2 {
      font-size: 30px;
    }
    #blog-btn-link {
      width: 65%;
    }
}

.span_mainstart {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
}

.lunarBox__mint {
    background: #e3f6ee;
    border-radius: 22px;
    padding: 18px;
    text-align: center;
    max-width: 340px;
    margin: 0 auto;
}

.lunarBox__icons {
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.lunarBox__iconSun {
    font-size: 20px;
    color: #f0a34e;
}

.lunarBox__iconArrow {
    font-size: 15px;
    color: #4aa583;
}

.lunarBox__iconMoon {
    font-size: 20px;
    color: #5b8dd6;
}

.lunarBox__title {
    font-family: 'Jua', sans-serif;
    font-size: 21px;
    color: #1e5c45;
    margin: 0;
}

.lunarBox__mint {
    background: #e3f6ee;
    border-radius: 22px;
    padding: 18px;
    text-align: center;
    max-width: 340px;
    width: 100%;
    margin: 10px auto;
    box-sizing: border-box;
}

.solar-lunar-calendar-link {
    display: block;
    max-width: 340px;
    width: 100%;
    margin: 10px auto;
    text-decoration: none !important;
    box-sizing: border-box;
}

.solar-lunar-calendar-link:hover,
.solar-lunar-calendar-link:active,
.solar-lunar-calendar-link:focus {
    text-decoration: none !important;
}

.solar-lunar-calendar {
    position: relative;
    overflow: hidden;
    cursor: pointer;

    box-shadow:
        0 6px 0 rgba(0, 0, 0, .18),
        0 10px 24px rgba(0, 0, 0, .12);

    transition:
        transform .12s ease,
        box-shadow .12s ease;
}

.solar-lunar-calendar:hover {
    transform: translateY(-2px);

    box-shadow:
        0 8px 0 rgba(0, 0, 0, .18),
        0 14px 28px rgba(0, 0, 0, .16);
}

.solar-lunar-calendar:active {
    transform: translateY(3px);

    box-shadow:
        0 2px 0 rgba(0, 0, 0, .18),
        0 4px 8px rgba(0, 0, 0, .10);
}

#header,
#header-menu,
.header-menu__ {
    overflow: visible !important;
}

.header-menu__ {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
}

.header-site-title {
    display: block !important;
    text-align: left !important;
    padding-left: 60px !important;
    font-size: 20px !important;
    padding-top: 4px !important;
    white-space: nowrap !important;
}

.header-lang-select {
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999999 !important;
}

.header-lang-details {
    position: relative !important;
}

.header-lang-current {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
    list-style: none !important;
    user-select: none !important;
    padding: 5px 6px !important;
    border-radius: 8px !important;
}

.header-lang-current::-webkit-details-marker {
    display: none !important;
}

.header-lang-current::marker {
    display: none !important;
    content: "" !important;
}

.header-lang-arrow {
    width: 0 !important;
    height: 0 !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 10px solid #ffffff !important;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .35)) !important;
    transition: transform .22s ease !important;
}

.header-lang-details[open] .header-lang-arrow {
    transform: rotate(-90deg) !important;
}

.header-lang-current-flag {
    width: 40px !important;
    height: 28px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;
    box-shadow:
        0 5px 0 rgba(0, 0, 0, .22),
        0 8px 16px rgba(0, 0, 0, .28) !important;
}

.header-lang-panel {
    position: absolute !important;
    right: 0 !important;
    top: calc(100% + 14px) !important;

    width: 460px !important;
    max-width: calc(100vw - 24px) !important;

    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 18px 20px !important;

    padding: 28px 30px !important;
    box-sizing: border-box !important;

    background: linear-gradient(135deg, #f08a0c 0%, #ffb23b 100%) !important;
    border-radius: 10px !important;

    box-shadow:
        0 10px 0 rgba(92, 49, 0, .38),
        0 18px 36px rgba(0, 0, 0, .35) !important;

    opacity: 0 !important;
    transform: translateY(-10px) scale(.96) !important;
    transform-origin: top right !important;
    pointer-events: none !important;

    transition:
        opacity .22s ease,
        transform .22s ease !important;
}

.header-lang-details[open] .header-lang-panel {
    opacity: 1 !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
    animation: headerLangOpen .22s ease both !important;
}

@keyframes headerLangOpen {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.header-lang-item {
    width: 54px !important;
    height: 42px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 9px !important;
    text-decoration: none !important;

    transition:
        transform .16s ease,
        background-color .16s ease,
        box-shadow .16s ease !important;
}

.header-lang-item img {
    width: 40px !important;
    height: 28px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;

    box-shadow:
        0 4px 0 rgba(0, 0, 0, .22),
        0 7px 12px rgba(0, 0, 0, .24) !important;
}

.header-lang-item:hover {
    transform: translateY(-3px) !important;
    background: rgba(255, 255, 255, .24) !important;
}

.header-lang-item.is-active {
    background: rgba(255, 255, 255, .32) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .42),
        0 5px 12px rgba(0, 0, 0, .15) !important;
}

@media (max-width: 560px) {
    .header-site-title {
        padding-left: 46px !important;
        font-size: 17px !important;
        max-width: calc(100vw - 160px) !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .header-lang-select {
        right: 8px !important;
    }

    .header-lang-panel {
        width: 330px !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px 14px !important;
        padding: 22px 20px !important;
    }
}

#header,
#header-menu,
.header-menu__ {
    overflow: visible !important;
}

.header-menu__ {
    position: relative !important;
}

.header-site-title {
    display: block !important;
    text-align: left !important;
    padding-left: 60px !important;
    font-size: 20px !important;
    padding-top: 4px !important;
    white-space: nowrap !important;
}

.spl-lang-select {
    display: block !important;
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 2147483647 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.spl-lang-current {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    background: transparent !important;
    padding: 5px 6px !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center !important;
    gap: 10px !important;

    cursor: pointer !important;
    border-radius: 8px !important;
}

.spl-lang-current:hover {
    background: rgba(255, 255, 255, .16) !important;
}

.spl-lang-arrow {
    display: block !important;
    width: 0 !important;
    height: 0 !important;

    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 10px solid #ffffff !important;

    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .35)) !important;
    transition: transform .22s ease !important;
}

.spl-lang-select.is-open .spl-lang-arrow {
    transform: rotate(-90deg) !important;
}

.spl-lang-current-flag {
    width: 40px !important;
    height: 28px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;

    box-shadow:
        0 5px 0 rgba(0, 0, 0, .22),
        0 8px 16px rgba(0, 0, 0, .28) !important;
}

.spl-lang-panel {
    position: fixed !important;

    width: 460px !important;
    max-width: calc(100vw - 20px) !important;

    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 18px 20px !important;

    padding: 28px 30px !important;
    box-sizing: border-box !important;

    background: linear-gradient(135deg, #f08a0c 0%, #ffb23b 100%) !important;
    border-radius: 10px !important;

    box-shadow:
        0 10px 0 rgba(92, 49, 0, .38),
        0 18px 36px rgba(0, 0, 0, .35) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translateY(-10px) scale(.96) !important;
    transform-origin: top right !important;

    transition:
        opacity .22s ease,
        visibility .22s ease,
        transform .22s ease !important;

    z-index: 2147483647 !important;
}

.spl-lang-select.is-open .spl-lang-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
}

.spl-lang-item {
    width: 54px !important;
    height: 42px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border-radius: 9px !important;
    text-decoration: none !important;

    transition:
        transform .16s ease,
        background-color .16s ease,
        box-shadow .16s ease !important;
}

.spl-lang-item img {
    width: 40px !important;
    height: 28px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
    display: block !important;

    box-shadow:
        0 4px 0 rgba(0, 0, 0, .22),
        0 7px 12px rgba(0, 0, 0, .24) !important;
}

.spl-lang-item:hover {
    transform: translateY(-3px) !important;
    background: rgba(255, 255, 255, .24) !important;
}

.spl-lang-item.is-active {
    background: rgba(255, 255, 255, .32) !important;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, .42),
        0 5px 12px rgba(0, 0, 0, .15) !important;
}

@media (max-width: 560px) {
    .header-site-title {
        padding-left: 46px !important;
        font-size: 17px !important;
        max-width: calc(100vw - 160px) !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .spl-lang-select {
        right: 8px !important;
    }

    .spl-lang-panel {
        width: 330px !important;
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 14px 14px !important;
        padding: 22px 20px !important;
    }
}

/* 언어 선택 박스 배경: 주황색 -> 흰색 */
.spl-lang-panel {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, .08) !important;

    box-shadow:
        0 8px 0 rgba(0, 0, 0, .16),
        0 18px 36px rgba(0, 0, 0, .28) !important;
}

/* 왼쪽 로고 내려오는 문제 수정 */
#logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    float: none !important;
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    padding: 0 !important;
    margin: 0 !important;
    width: 92px !important;
    height: 58px !important;
    z-index: 10 !important;
}

#logo a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.logo {
    position: static !important;
    margin: 0 !important;

    width: 80px !important;
    height: auto !important;
    max-height: 58px !important;

    object-fit: contain !important;
    display: block !important;
}

/* 제목이 로고와 겹치지 않게 */
.header-site-title {
    padding-left: 125px !important;
    padding-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* 헤더 높이 안정화 */
.header-menu__ {
    height: 78px !important;
    padding-top: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* 로고 기존 크기 복구 */
.header-menu__ {
    height: 45px !important;
    padding-top: 8px !important;
    display: block !important;
    align-items: initial !important;
    overflow: visible !important;
}

#logo {
    display: block !important;
    float: left !important;
    position: relative !important;

    left: auto !important;
    top: auto !important;
    transform: none !important;

    padding-top: 5px !important;
    margin: 0 !important;

    width: auto !important;
    height: auto !important;
    z-index: 10 !important;
}

#logo a {
    display: block !important;
    width: auto !important;
    height: auto !important;
}

.logo {
    position: absolute !important;
    margin-left: 7px !important;
    margin-top: -7px !important;

    width: 40px !important;
    height: 40px !important;
    max-height: none !important;

    object-fit: contain !important;
    display: block !important;
}

/* 제목도 기존 위치로 */
.header-site-title {
    display: block !important;
    text-align: left !important;
    padding-left: 60px !important;
    padding-top: 4px !important;

    height: auto !important;
    align-items: initial !important;
    font-size: 20px !important;
    white-space: nowrap !important;
}

/* 언어 선택은 우측 유지 */
.spl-lang-select {
    position: absolute !important;
    right: 18px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* 국기 박스 6 x 2 정렬 + 간격 축소 */
.spl-lang-panel {
    width: 360px !important;
    grid-template-columns: repeat(6, 44px) !important;
    justify-content: center !important;
    gap: 10px 8px !important;
    padding: 18px 20px !important;
}

.spl-lang-item {
    width: 44px !important;
    height: 34px !important;
    border-radius: 7px !important;
}

.spl-lang-item img {
    width: 40px !important;
    height: 28px !important;
    border-radius: 4px !important;
}

/* 모바일에서도 6 x 2 유지 */
@media (max-width: 560px) {
    .spl-lang-panel {
        width: 330px !important;
        grid-template-columns: repeat(6, 40px) !important;
        justify-content: center !important;
        gap: 9px 6px !important;
        padding: 16px 14px !important;
    }

    .spl-lang-item {
        width: 40px !important;
        height: 32px !important;
    }

    .spl-lang-item img {
        width: 36px !important;
        height: 25px !important;
    }
}

.menu {
  padding-bottom: 30px;
}

.privacy-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
    margin-bottom: 22px;
}

.privacy-card.privacy .home-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #dec69f;
    background: #fffaf2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 3px 8px rgba(70, 45, 20, 0.12);
    flex: 0 0 38px;
}

.privacy-card.privacy .home-icon svg {
    width: 20px;
    height: 20px;
    fill: #754718;
}

.privacy-card.privacy .home-icon:hover {
    transform: translateY(-1px);
}

.privacy-card.privacy .home-icon:active {
    transform: translateY(2px);
}

.privacy-top-bar .privacy-theme-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin: 0;
}

.privacy-theme-label {
    margin: 0;
    text-align: left;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .privacy-top-bar {
        align-items: flex-start;
    }

    .privacy-top-bar .privacy-theme-bar {
        margin-left: auto;
    }
}

.en-index-page {
	text-align: center;
}

.en-index-page .main_menu {
	text-align: center;
}

.en-index-page .company-title {
	text-align: center;
}

.en-index-page .menu {
	text-align: center;
}

.en-index-page .mainstart {
	text-align: center;
}

.en-index-page .span_mainstart {
	text-align: center;
}

.en-index-page .closer_mainstart h2 {
	text-align: center;
}

.en-index-page .bottom,
.en-index-page .lang {
	text-align: center;
}

/* 러시아어 / 몽골어 폰트 */
.lang-page.lang-ru,
.lang-page.lang-ru *,
.lang-page.lang-mn,
.lang-page.lang-mn * {
    font-family:
        "Comic Sans MS",
        "Trebuchet MS",
        "NanumBarunGothic",
        "YiSunShin Dotum M",
        "Malgun Gothic",
        "Apple SD Gothic Neo",
        Dotum,
        sans-serif !important;
}

/* 러시아어 / 몽골어 제목 크기 보정 */
.lang-page.lang-ru .main_menu,
.lang-page.lang-mn .main_menu {
    letter-spacing: .01em;
    word-break: keep-all;
}

/* 러시아어 / 몽골어 긴 문장 줄바꿈 안정화 */
.lang-page.lang-ru .company-desc,
.lang-page.lang-mn .company-desc {
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.65;
}

/* 헤더 러시아어 / 몽골어 폰트 */
.lang-header.lang-ru,
.lang-header.lang-ru *,
.lang-header.lang-mn,
.lang-header.lang-mn * {
    font-family:
        "Comic Sans MS",
        "Trebuchet MS",
        "NanumBarunGothic",
        "YiSunShin Dotum M",
        "Malgun Gothic",
        "Apple SD Gothic Neo",
        Dotum,
        sans-serif !important;
}

/* Project EIE 이미지 + 소개 영역 */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.position-relative {
    position: relative !important;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s;
}
html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
}
.about .about-img img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.about-img {
  position: relative;
}
.about .inner-title {
    font-size: 2.75rem;
    font-weight: 700;
    margin: 30px 0;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
}
.about .our-story {
    padding: 40px;
    background-color: 
 color-mix(in srgb, var(--default-color), transparent 96%);
}

.inner-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.our-story {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 32px;
  color: #fff;
  backdrop-filter: blur(10px);
}

.our-story h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

.our-story p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 20px;
}

.our-story ul {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}

.our-story ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.our-story ul li i {
  color: #7ee787;
  font-size: 18px;
}
.about {
  padding: 80px 0;
  position: relative;
}

.about .row {
  align-items: center;
}

.about .about-img {
  position: relative;
  min-height: 520px;
  border-radius: 18px;
  overflow: hidden;
}

.about .about-img .gallery-item:not([style*="display: none"]) {
  width: 100%;
  height: 100%;
}

.about .about-img .gallery-item:not([style*="display: none"]) a {
  display: block;
  width: 100%;
  height: 100%;
}

.about .about-img img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.about .inner-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 30px 0;
  color: #111827;
}

.about .our-story {
  padding: 40px;
  background: color-mix(in srgb, #111827, transparent 96%);
  border-radius: 18px;
}

.about .our-story h3 {
  font-size: 26px;
  font-weight: 700;
  color: #111827;
}

.about .our-story p {
  font-size: 16px;
  line-height: 1.8;
  color: #334155;
}

.about .our-story ul {
  list-style: none;
  padding: 0;
  margin: 22px 0;
}

.about .our-story ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #334155;
}

.about .our-story ul li i {
  color: #059ea3;
  font-size: 18px;
}

@media (max-width: 991px) {
  .about {
    padding: 50px 0;
  }

  .about .about-img {
    min-height: auto;
  }

  .about .about-img img {
    min-height: auto;
    height: auto;
  }

  .about .inner-title {
    font-size: 28px;
    margin-top: 30px;
  }

  .about .our-story {
    padding: 24px;
  }
}
/* 모바일 */
@media (max-width: 991px) {
  .inner-title {
    margin-top: 28px;
    font-size: 26px;
  }

  .our-story {
    padding: 24px;
  }

  .our-story h3 {
    font-size: 21px;
  }

  .our-story p {
    font-size: 15px;
  }
}

/* ==============================
   EIE PROJECT SECTION FIX
   수풀잎 기존 container CSS 충돌 방지
================================ */

.eie-project-section {
  padding: 30px 0 !important;
  background: transparent !important;
}

.eie-project-section .container {
  max-width: 1140px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  text-align: left !important;
  font-size: initial !important;
  font-weight: initial !important;
  word-break: normal !important;
}

.eie-project-section .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
}

.eie-project-section .about-img {
  position: relative !important;
  min-height: 520px !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  padding: 0 12px !important;
}

.eie-project-section .about-img .gallery-item:not([style*="display: none"]) {
  width: 100% !important;
  height: 100% !important;
}

.eie-project-section .about-img .gallery-item:not([style*="display: none"]) a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.eie-project-section .about-img img {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 520px !important;
  min-height: 520px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 18px !important;
  display: block !important;
}

.eie-project-section .inner-title {
  font-size: 56px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #006b67 !important;
  margin: 0 0 50px !important;
  text-align: left !important;
}

.eie-project-section .our-story {
  background: rgba(17, 24, 39, 0.055) !important;
  border-radius: 0 !important;
  padding: 70px 82px !important;
  color: #374151 !important;
  border: none !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  text-align: left !important;
}

.eie-project-section .our-story h3 {
  font-size: 48px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: #4b5563 !important;
  margin: 0 0 45px !important;
}

.eie-project-section .our-story p {
  font-size: 25px !important;
  line-height: 1.75 !important;
  font-weight: 400 !important;
  color: #4b5563 !important;
  margin: 0 0 0px !important;
}

.eie-project-section .our-story ul {
  margin: 36px 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.eie-project-section .our-story ul li {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  font-size: 23px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: #4b5563 !important;
  margin-bottom: 18px !important;
  text-align: left !important;
}

.eie-project-section .our-story ul li i {
  color: #21c4c9 !important;
  font-size: 30px !important;
  flex-shrink: 0 !important;
}

/* 모바일 */
@media (max-width: 991px) {
  .eie-project-section {
    padding: 30px 0 !important;
  }

  .eie-project-section .container {
    padding: 0 20px !important;
  }

  .eie-project-section .about-img {
    min-height: auto !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }

  .eie-project-section .about-img img {
    height: auto !important;
    min-height: auto !important;
  }

  .eie-project-section .inner-title {
    font-size: 46px !important;
    text-align: center !important;
    margin-bottom: 25px !important;
  }

  .eie-project-section .our-story {
    max-width: 680px !important;
    margin: 0 auto !important;
    padding: 60px 48px !important;
    text-align: center !important;
  }

  .eie-project-section .our-story h3 {
    font-size: 42px !important;
    text-align: center !important;
  }

  .eie-project-section .our-story p {
    font-size: 25px !important;
    text-align: center !important;
  }

  .eie-project-section .our-story ul li {
    justify-content: flex-start !important;
    font-size: 24px !important;
    font-weight: 700 !important;
  }

  .eie-project-section .our-story ul li i {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .eie-project-section .inner-title {
    font-size: 38px !important;
  }

  .eie-project-section .our-story {
    padding: 25px 25px !important;
  }

  .eie-project-section .our-story h3 {
    font-size: 34px !important;
  }

  .eie-project-section .our-story p,
  .eie-project-section .our-story ul li {
    font-size: 21px !important;
  }
}

/* ==============================
   ACTIVE PROJECT FUND SLIDER
================================ */

.eie-home-fund-slider-wrap {
  position: relative !important;
  overflow: hidden !important;
}

.eie-home-fund-slider {
  overflow-x: auto !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
}

.eie-home-fund-slider::-webkit-scrollbar {
  display: none !important;
}

.eie-home-fund-card {
  flex: 0 0 85% !important;
  scroll-snap-align: start !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  border: 1px solid #e7edf2 !important;
  border-radius: 28px !important;
  overflow: hidden !important;
}

.eie-home-fund-thumb {
  position: relative !important;
  background: #f8fafc !important;
  overflow: hidden !important;
  min-height: 260px !important;
}

.eie-home-fund-thumb img {
  width: 100% !important;
  height: 100% !important;
  min-height: 260px !important;
  object-fit: cover !important;
  display: block !important;
}

.eie-home-fund-logo-thumb {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(180deg,#fffef8 0%,#fff9e9 100%) !important;
}

.eie-home-fund-logo-thumb img {
  width: 190px !important;
  max-width: 72% !important;
  height: auto !important;
  min-height: auto !important;
  object-fit: contain !important;
}

.eie-home-fund-badge {
  position: absolute !important;
  top: 16px !important;
  left: 16px !important;
  z-index: 2 !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(17,24,39,.72) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.eie-home-fund-topline {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: 10px !important;
  flex-wrap: wrap !important;
}

.eie-home-fund-org {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #0f766e !important;
}

.eie-home-fund-org-dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #10b981 !important;
}

.eie-home-fund-title {
  margin: 0 0 18px 0 !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #0f172a !important;
}

.eie-home-fund-progress-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
}

.eie-home-fund-rate {
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #059ea3 !important;
}

.eie-home-fund-amount {
  text-align: right !important;
}

.eie-home-fund-raised {
  display: block !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #111827 !important;
}

.eie-home-fund-goal {
  display: block !important;
  margin-top: 4px !important;
  font-size: 13px !important;
  color: #64748b !important;
  font-weight: 700 !important;
}

.eie-home-fund-progress {
  width: 100% !important;
  height: 12px !important;
  border-radius: 999px !important;
  background: #eef4f6 !important;
  overflow: hidden !important;
  margin-bottom: 14px !important;
}

.eie-home-fund-progress-bar {
  height: 100% !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #059ea3 0%, #23c0b2 100%) !important;
}

.eie-home-fund-trust {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.eie-home-fund-trust strong {
  color: #111827 !important;
}

.eie-home-fund-actions {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

.eie-home-fund-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 126px !important;
  height: 46px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.eie-home-fund-btn-whitepaper {
  background: linear-gradient(135deg,#C9A84C 0%, #F0D98A 100%) !important;
  color: #111 !important;
  border: none !important;
  box-shadow: 0 6px 0 #a98525, 0 10px 22px rgba(201,168,76,.34) !important;
}

.eie-home-fund-days.is-live.live-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 88px !important;
    height: 40px !important;
    padding: 0 18px 0 30px !important;
    border-radius: 10px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    border: none !important;
    background: linear-gradient(135deg, #059ea3 0%, #23c0b2 100%) !important;
    color: #fff !important;
    box-shadow: 0 6px 0 #04777b, 0 8px 14px rgba(0, 0, 0, .22) !important;
    transform: translateY(0);
    transition: all .2s ease !important;
    position: relative !important;
    overflow: visible !important;
    cursor: pointer !important;
}
.eie-home-fund-days.is-live.live-btn::before {
    content: "" !important;
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #22c55e !important;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, .7) !important;
    animation: livePulse 1.5s infinite !important;
}
/* 기존 빛 효과가 입체감 방해하면 제거 */
.eie-home-fund-days.is-live.live-btn::after{
    display:none !important;
}

/* 마우스 올렸을 때 위로 뜨는 느낌 */
.eie-home-fund-days.is-live.live-btn:hover{
    transform:translateY(-3px) !important;

    box-shadow:
        0 9px 0 #04777b,
        0 12px 20px rgba(0,0,0,.25) !important;

    color:#fff !important;
}
/* 클릭하면 눌리는 느낌 */
.eie-home-fund-days.is-live.live-btn:active{
    transform:translateY(4px) !important;

    box-shadow:
        0 2px 0 #04777b,
        0 4px 8px rgba(0,0,0,.20) !important;
}

/* 모바일 */
@media (max-width:640px){
    .eie-home-fund-days.is-live.live-btn{
        min-width:78px !important;
        height:36px !important;
        padding:0 14px 0 28px !important;
        font-size:13px !important;

        box-shadow:
            0 5px 0 #04777b,
            0 7px 12px rgba(0,0,0,.22) !important;
    }

    .eie-home-fund-days.is-live.live-btn:hover{
        transform:translateY(-2px) !important;
        box-shadow:
            0 7px 0 #04777b,
            0 10px 16px rgba(0,0,0,.24) !important;
    }

    .eie-home-fund-days.is-live.live-btn:active{
        transform:translateY(3px) !important;
        box-shadow:
            0 2px 0 #04777b,
            0 3px 7px rgba(0,0,0,.20) !important;
    }
}
.eie-home-fund-btn-outline{

    background:
      linear-gradient(135deg,#ffffff 0%, #eef5f7 100%) !important;

    color:#334155 !important;

    border:none !important;

    box-shadow:
      0 6px 0 #cfd8dc,
      0 8px 18px rgba(0,0,0,.16) !important;
}

/* =========================
   백서 버튼 (골드 3D)
========================= */
.eie-home-fund-btn-whitepaper{

    background:
      linear-gradient(135deg,#C9A84C 0%, #F0D98A 100%) !important;

    color:#111 !important;

    border:none !important;

    box-shadow:
      0 6px 0 #a98525,
      0 10px 22px rgba(201,168,76,.34) !important;
}


/* =========================
   빛 반사 효과
========================= */
.eie-home-fund-btn::before{
    content:"";

    position:absolute;
    top:0;
    left:-120%;

    width:60%;
    height:100%;

    background:
      linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.42),
        transparent
      );

    transform:skewX(-20deg);

    transition:left .45s ease;
}

.eie-home-fund-btn:hover::before{
    left:140%;
}

/* =========================
   모바일
========================= */
@media (max-width:640px){

    .eie-home-fund-btn{
        height:42px !important;
        font-size:13px !important;
        padding:0 14px !important;
    }

    .eie-home-fund-btn-outline{
        box-shadow:
          0 5px 0 #cfd8dc,
          0 7px 14px rgba(0,0,0,.15) !important;
    }

    .eie-home-fund-btn-whitepaper{
        box-shadow:
          0 5px 0 #a98525,
          0 8px 16px rgba(201,168,76,.28) !important;
    }
}

.eie-home-fund-nav {
  position: absolute !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  z-index: 10 !important;
}

.eie-home-fund-nav button {
  width: 42px !important;
  height: 42px !important;
  border: none !important;
  border-radius: 50% !important;
  background: #059ea3 !important;
  color: #fff !important;
  font-size: 24px !important;
  cursor: pointer !important;
}

@media (min-width: 860px) {
  .eie-home-fund-nav {
    top: 70% !important;
  }
}

@media (max-width: 860px) {
  .eie-home-fund-nav {
    top: 20% !important;
  }
}

.services-swipe-hint {
  text-align: right !important;
  color: #059ea3 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
}

@media (max-width: 860px) {
  .eie-home-fund-card {
    grid-template-columns: 1fr !important;
    flex-basis: 88% !important;
  }

  .eie-home-fund-thumb {
    height: 240px !important;
  }
}

@media (max-width: 640px) {
  .eie-home-fund-card {
    flex-basis: 92% !important;
    border-radius: 22px !important;
  }
  .eie-home-fund-title {
    font-size: 22px !important;
  }

  .eie-home-fund-actions {
    width: 100% !important;
    flex-wrap: nowrap !important;
  }

  .eie-home-fund-actions .eie-home-fund-btn {
    flex: 1 !important;
    min-width: 0 !important;
    height: 42px !important;
    font-size: 13px !important;
  }
}

.eie-home-fund-section {
    position: relative;
    overflow: hidden;
}

section, .section {
    color: var(--default-color);
    background-color: var(--background-color);
    scroll-margin-top: 90px;
    overflow: clip;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.eie-home-fund-nav {
  pointer-events: auto !important;
  z-index: 9999 !important;
}

.eie-home-fund-slider-wrap::after,
.eie-home-fund-slider-wrap:after {
  pointer-events: none !important;
}

.eie-home-fund-card a,
.eie-home-fund-btn,
.live-btn {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 20 !important;
}
#active-project {
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
}

#active-project .container.section-title {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#active-project .section-title h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#active-project .eie-home-fund-slider-wrap {
  padding-top: 0 !important;
}

.container0 {
    display: block;
    max-width: 1150px;
    width: auto;
    margin: 50px auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 0px;
}

@media (max-width: 980px) {
  .container0 {
    margin-top: 0px;
  }
}

.eie-home-fund-actions {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
  min-height: 58px !important;
}

.eie-home-fund-btn {
  transform: translateY(0) !important;
  will-change: transform !important;
}

.eie-home-fund-btn-whitepaper:hover {
  color: #111 !important;
  box-shadow: 0 8px 0 #a98525, 0 14px 28px rgba(201,168,76,.42) !important;
}
.eie-home-fund-btn {
  position: relative !important;
  overflow: hidden !important;
  transform: none !important;
  transition: box-shadow .18s ease, color .18s ease, background .18s ease !important;
}

.eie-home-fund-btn::before {
  pointer-events: none !important;
}

.eie-home-fund-btn:hover::before {
  left: 140% !important;
}

/* 공통 버튼 */
.eie-home-fund-btn{
    position:relative !important;
    overflow:hidden !important;

    transition:
      transform .16s cubic-bezier(.34,1.56,.64,1),
      box-shadow .16s ease,
      filter .16s ease,
      background .16s ease !important;

    transform:translateY(0) scale(1) !important;

    user-select:none !important;
    -webkit-tap-highlight-color:transparent !important;
}

/* hover - 살짝 뜸 */
.eie-home-fund-btn:hover{

    transform:
      translateY(-2px)
      scale(1.01) !important;

    filter:brightness(1.02) !important;
}

/* 클릭 - 부드럽게 눌림 */
.eie-home-fund-btn:active{

    transform:
      translateY(3px)
      scale(.985) !important;

    transition-duration:.08s !important;
}

/* HOME 버튼 */
.eie-home-fund-btn-outline{

    background:
      linear-gradient(180deg,#ffffff 0%, #eef4f7 100%) !important;

    color:#475569 !important;

    box-shadow:
      0 6px 0 #cfd8dc,
      0 10px 22px rgba(0,0,0,.12) !important;
}

.eie-home-fund-btn-outline:hover{

    box-shadow:
      0 8px 0 #cfd8dc,
      0 14px 28px rgba(0,0,0,.16) !important;

    color:#0891b2 !important;
}

.eie-home-fund-btn-outline:active{

    box-shadow:
      0 2px 0 #cfd8dc,
      0 4px 8px rgba(0,0,0,.12) !important;
}

/* 백서 버튼 */
.eie-home-fund-btn-whitepaper{

    background:
      linear-gradient(135deg,#C9A84C 0%, #F4DE92 100%) !important;

    color:#111 !important;

    box-shadow:
      0 6px 0 #a98525,
      0 10px 24px rgba(201,168,76,.28) !important;
}

.eie-home-fund-btn-whitepaper:hover{

    box-shadow:
      0 8px 0 #a98525,
      0 15px 30px rgba(201,168,76,.36) !important;
}

.eie-home-fund-btn-whitepaper:active{

    box-shadow:
      0 2px 0 #a98525,
      0 4px 8px rgba(201,168,76,.18) !important;
}

.live-btn{
    animation: liveButtonPulse 1.8s ease-in-out infinite;
}

@keyframes liveButtonPulse{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.05);
    }
}

.live-btn:hover{
    transform:translateY(-3px) scale(1.08);
}


.eie-home-fund-footer{
    justify-content:center !important;
}

.eie-home-fund-actions{
    width:100% !important;

    display:flex !important;
    justify-content:center !important;
    align-items:center !important;

    gap:14px !important;
}



/* ===== 공지 팝업 ===== */
.spl-notice-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 30, 30, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: overlayFadeIn 0.35s ease forwards;
}
.spl-notice-overlay.closing {
  animation: overlayFadeOut 0.28s ease forwards;
}
@keyframes overlayFadeIn {
  from { opacity: 0; } to { opacity: 1; }
}
@keyframes overlayFadeOut {
  from { opacity: 1; } to { opacity: 0; }
}

.spl-notice-box {
  position: relative;
  width: min(440px, 88vw);
  aspect-ratio: 380px;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: popupIn 0.42s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  box-shadow: 0 30px 80px rgba(0,0,0,0.22), 0 8px 24px rgba(0,0,0,0.12);
}
.spl-notice-overlay.closing .spl-notice-box {
  animation: popupOut 0.24s cubic-bezier(0.55, 0, 1, 0.45) forwards;
}
@keyframes popupIn {
  from { opacity: 0; transform: scale(0.82) translateY(28px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes popupOut {
  from { opacity: 1; transform: scale(1) translateY(0); }
  to   { opacity: 0; transform: scale(0.88) translateY(14px); }
}

.spl-notice-header {
  flex: 0 0 52%;
  position: relative;
  background: linear-gradient(135deg, #059ea3 0%, #006b67 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spl-notice-header::before,
.spl-notice-header::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  background: #fff;
}
.spl-notice-header::before {
  width: 240px; height: 240px;
  top: -60px; right: -60px;
  animation: floatCircle 6s ease-in-out infinite;
}
.spl-notice-header::after {
  width: 140px; height: 140px;
  bottom: -40px; left: -30px;
  animation: floatCircle 8s ease-in-out infinite reverse;
}
@keyframes floatCircle {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-12px) scale(1.05); }
}

.spl-notice-emoji {
  font-size: 56px;
  position: relative;
  z-index: 1;
  animation: leafBounce 2.4s ease-in-out infinite;
  filter: drop-shadow(0 6px 14px rgba(0,0,0,0.18));
}
@keyframes leafBounce {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50%       { transform: translateY(-10px) rotate(5deg); }
}

.spl-notice-close {
  position: absolute;
  top: 14px; right: 16px;
  width: 32px; height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, transform 0.18s ease;
  z-index: 10;
}
.spl-notice-close:hover {
  background: rgba(255,255,255,0.38);
  transform: scale(1.12) rotate(90deg);
}

.spl-notice-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px 18px;
  text-align: center;
}
.spl-notice-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.spl-notice-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #059ea3;
  background: rgba(5,158,163,0.1);
  padding: 4px 12px;
  border-radius: 999px;
}
.spl-notice-title {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin: 4px 0 0;
  line-height: 1.35;
}
.spl-notice-title span { color: #059ea3; }
.spl-notice-desc {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.6;
  margin: 2px 0 0;
}
.spl-notice-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  background: linear-gradient(135deg, #059ea3 0%, #23c0b2 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 11px 24px;
  border-radius: 12px;
  box-shadow: 0 5px 0 #04777b, 0 8px 18px rgba(5,158,163,0.3);
  transition: transform 0.18s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.18s ease;
  margin-top: 4px;
}
.spl-notice-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 7px 0 #04777b, 0 12px 24px rgba(5,158,163,0.36);
  color: #fff;
}
.spl-notice-btn:active {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #04777b;
}

.spl-notice-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  width: 100%;
}
.spl-notice-hide {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 12.5px;
  color: #94a3b8;
  font-weight: 600;
  border-radius: 8px;
  transition: color 0.18s ease, background 0.18s ease;
}
.spl-notice-hide:hover {
  color: #475569;
  background: #f8fafc;
}
.spl-notice-hide .chk {
  width: 15px; height: 15px;
  border: 1.5px solid #cbd5e1;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.18s, background 0.18s;
  flex-shrink: 0;
}
.spl-notice-hide:hover .chk {
  border-color: #059ea3;
  background: rgba(5,158,163,0.08);
}

/* 러시아어 / 몽골어 폰트 */
.lang-page.lang-ru,
.lang-page.lang-ru *:not(.ti),
.lang-page.lang-mn,
.lang-page.lang-mn *:not(.ti) {
    font-family:
        "Comic Sans MS",
        "Trebuchet MS",
        "NanumBarunGothic",
        "YiSunShin Dotum M",
        "Malgun Gothic",
        "Apple SD Gothic Neo",
        Dotum,
        sans-serif !important;
}

/* Tabler Icons 깨짐 방지 */
.lang-page.lang-ru .ti,
.lang-page.lang-ru .ti::before,
.lang-page.lang-mn .ti,
.lang-page.lang-mn .ti::before {
    font-family: "tabler-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    line-height: 1 !important;
    text-transform: none !important;
    speak: never !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* 러시아어 / 몽골어 긴 문장 보정 */
.lang-page.lang-ru .company-desc,
.lang-page.lang-mn .company-desc,
.lang-page.lang-ru .lunarBox__title,
.lang-page.lang-mn .lunarBox__title {
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.65;
}

/* 베트남어 루트 페이지 폰트 */
.lang-page.lang-vi,
.lang-page.lang-vi *:not(.ti) {
    font-family:
        "Comic Sans MS",
        "Trebuchet MS",
        "Segoe UI",
        Tahoma,
        Arial,
        "NanumBarunGothic",
        "YiSunShin Dotum M",
        "Malgun Gothic",
        "Apple SD Gothic Neo",
        Dotum,
        sans-serif !important;
}

/* 베트남어에서 Tabler Icons 깨짐 방지 */
.lang-page.lang-vi .ti,
.lang-page.lang-vi .ti::before {
    font-family: "tabler-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    line-height: 1 !important;
    text-transform: none !important;
    speak: never !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* 베트남어 긴 문장 보정 */
.lang-page.lang-vi .company-desc,
.lang-page.lang-vi .lunarBox__title,
.lang-page.lang-vi .main_menu,
.lang-page.lang-vi .menu {
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 1.65;
}