html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Fonts */
:root {
  --default-font: "Meiryo UI", "Open Sans",  "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Meiryo UI", "Roboto",  sans-serif;
  --nav-font: "Meiryo UI", "Poppins",  sans-serif;
}

:root { 
  --background-color: #ffffff; 
  --default-color: #364d59; 
  --heading-color: #52565e; 
    /* --accent-color: #feb900;  */
  /* --accent-color:#0fbded;  */
  --accent-color:#198754; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
}

 /* Nav Menu Colors  */
:root {
  --nav-color: rgba(255, 255, 255, 0.898); 
  --nav-hover-color: #ffffff; 
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #212529; 
  /* --nav-dropdown-hover-color: #0fbded;  */
  --nav-dropdown-hover-color: #198755; 
}

/*--------------------------------------------------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color:  rgba(0,0,0,.9);
}
.loader,
.loader:before,
.loader:after {
  background: #32BEBE;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #32BEBE;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
/*--------------------------------------------------------------*/


 /* Color Presets  */

.light-background {
  --background-color: #f4f7f6;
  --surface-color: #ffffff;
}

.dark-background {
  /* --background-color: #060606; 원본 */
  /* --background-color: #496066;; */
  --background-color: #000000e8;;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;

  
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

.offcanvas{
  background-color: #000000db;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  --bs-offcanvas-width: 250px
}

.nav-link {
  padding: 10px 10px 10px 0px;
  text-indent: 1em;
}

.btn-primary {
  width: 145px;
  font-size: 12px;
}

.btn-secondary {
  width: 65px;
  font-size: 12px;
}

.home_title_box {
  height: 50px;
}

.sub_content {
  font-size: 14px;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}
body.modal-open {
  overflow: hidden;
}

/* 모달이 닫혔을 때의 body 스타일 */
/* body {
  overflow: auto !important; 
} */

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

.row{
  margin-right: calc(-.1* var(--bs-gutter-x));
  margin-left: calc(-.1* var(--bs-gutter-x));
}


.about p{
  margin-top: 20px;
}

/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #d43f4e;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;

}

.php-email-form .sent-message {
  display: none;
  /* visibility: hidden; */
  color: #ffffff;
  background: #1ba364;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;

}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




@keyframes fadeOut {
  0% {
    opacity: 1;
    height: auto; /* 요소가 원래 높이를 유지 */
    margin-bottom: 24px; /* 요소의 원래 하단 마진을 유지 */
  }
  100% {
    opacity: 0;
    height: 0;
    margin-bottom: 0; /* 요소의 하단 마진을 제거 */
    padding: 0; /* 패딩도 제거 */
  }
}

.fade-out {
  animation: fadeOut 1s forwards; /* 1초 동안 서서히 사라지면서 높이 감소 */
  overflow: hidden; /* 높이가 줄어드는 동안 내용이 밖으로 나가지 않도록 설정 */
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  /* --background-color: rgba(255, 255, 255, 0); */
  --background-color:rgb(10, 155, 127);
  --default-color: #ffffff;
  /* --heading-color: #ffffff; */
  /* --heading-color: #496066; */
  --heading-color: #476b71;
  color: var(--default-color);
  background-color: var(--background-color);
  /* padding: 10px 0; */
  transition: all 0.5s;
  z-index: 997;
}

@media (max-width: 1199px) {
  .header {
    padding: 10px 0;
  }
  }

.header .logo img {
  max-height: 32px;
  margin-right: 8px;
}


.header .logo h1 {
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  /* color: var(--heading-color); */
  color: #ffffff;;
}



.header .logo span {
  font-size: 24px;
  padding-left: 1px;
  font-family: var(--heading-font);
  color: var(--color-primary);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(255, 255, 255, 0.95);
  --heading-color: #3c3c3c;
  --nav-color: #3c3c3c;
  --nav-hover-color: #3c3c3c;
/* 
    -webkit-animation: tracking-in-expand 3.0s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
            animation: tracking-in-expand 3.0s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;

  @-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.9em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.9em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  } */

}

/* .scrolled .header .header-animetion {

    -webkit-animation: tracking-in-expand 3.0s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
            animation: tracking-in-expand 3.0s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;

  @-webkit-keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.9em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes tracking-in-expand {
    0% {
      letter-spacing: -0.9em;
      opacity: 0;
    }
    40% {
      opacity: 0.6;
    }
    100% {
      opacity: 1;
    }
  }

} */




.scrolled .header .logo h1 {
  color: var(--heading-color);
}

.scrolled .mobile-nav-toggle {
  color: var(--heading-color);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 10px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--accent-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 130px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 90%;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }

}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle{
    /* color: var(--nav-color); */
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 20px;
    line-height: 0;
    margin-right: 1px;
    cursor: pointer;
    transition: color 0.3s;
    /* 아이콘 표시/비표시 */
    /* display: none; */
    z-index: 9996;
    background-color: transparent;
    border:none;
  }
 
  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0px 20px 300px 20px;
    border-radius: 6px;
    background-color: #212529db;
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    /* color: var(--nav-dropdown-color); */
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav {
    overflow: hidden;
  }

  /* .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  } */

  /* .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  } */



}



/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color: var(--background-color);
  /* background: url("../img/JOYV4.png") top center no-repeat;
  background-size: 20%; */
  font-size: 14px;
  position: relative;
}

.footer .container {
  position: relative;
}

.footer:before {
  content: "";
  /* background: color-mix(in srgb, var(--background-color), transparent 20%); */
  position: absolute;
  inset: 0;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: var(--accent-color);
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 8px;
  font-size: 13px;
}

.footer-menu{
  font-size: 11px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader:before {
  content: none; /* 기존 원형 제거 */
}

#preloader-dots {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 8px;
  z-index: 1000001;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: var(--accent-color);
  border-radius: 50%;
  animation: dot-flash 1.2s infinite ease-in-out;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-flash {
  0%, 80%, 100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--background-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 40%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  padding-bottom: 10px;

  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
  
}

.section:last-of-type {
  padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  padding: 7px;
  font-size: 32px;
  font-weight: 700;
  position: relative;

  /* 추가 */
  /* background: #496065; */
  /* background: #83cc96; */
  background: #198754;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px #eee, 2px 4px 0px #000;
  


}

.section-title h2:before,
.section-title h2:after {
  content: "";
  /* width: 50px;
  height: 2px; */
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}

/* 추가 */
.btn-contact-us1 {
  color: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--accent-color);
  text-decoration: none;
}

.btn-contact-us1:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}


/*--------------------------------------------------------------
# Top Section
--------------------------------------------------------------*/

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.15;
  /* max-width: 1500px; */
  
  
}

.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;

   /* background-size: cover 와 비슷함. (HTML 요소 or 비디오와 작동) */
  
}


.top {
  width: 100%;
  /* min-height: 100vh; 수정 */
    min-height: 40vh;
  position: relative;
  padding: 0;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.top .info {
  position: relative;
  inset: 0;
  z-index: 3;
  padding: 140px 0 60px 0;
}

.fit-picture img{
  position: relative;
  width: 500px;
  text-align: center;
  margin: auto;
}

        
.container1 {
  position: relative;
  width: 250px;
  height: 177px; 
  text-align: center;
  margin: auto;
}

.container1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeIn 9s forwards;
  margin: auto;
}

.logo-area{
  margin-top: 100px;
  margin-bottom: 30px;
}

/* .container1 img:nth-child(1) { animation-delay: 0s; }
.container1 img:nth-child(2) { animation-delay: 1s; }
.container1 img:nth-child(3) { animation-delay: 2s; }
.container1 img:nth-child(4) { animation-delay: 3s; }
.container1 img:nth-child(5) { animation-delay: 4s; }
.container1 img:nth-child(6) { animation-delay: 5s; }
.container1 img:nth-child(7) { animation-delay: 6s; }
.container1 img:nth-child(8) { animation-delay: 7s; }
.container1 img:nth-child(9) { animation-delay: 8s; } */

@keyframes fadeIn {
  0% { opacity: 0; }
  30% { opacity: 1; }
  100% { opacity: 1; }
}


.top span {
  color:var(--accent-color);
}


.top .info h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.top .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .top .info h2 {
    font-size: 36px;
  }
}

.top .info p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
}

.top .info .btn-contact-us {
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid var(--accent-color);
  text-decoration: none;
}

.top .info .btn-contact-us:hover {
  background: var(--accent-color);
}

.top .carousel {
  inset: 0;
  position: absolute;
  overflow: hidden;
}

.top .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition-duration: 0.4s;
}

.top .carousel-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.top .carousel-item::before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.top .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .top .carousel-control-prev {
    padding-left: 15px;
  }
}

.top .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .top .carousel-control-next {
    padding-right: 15px;
  }
}

.top .carousel-control-next-icon,
.top .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: color-mix(in srgb, var(--default-color), transparent 80%);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .carousel-control-prev,
.top .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.top .carousel-control-prev:focus,
.top .carousel-control-next:focus {
  opacity: 0.5;
}

.top .carousel-control-prev:hover,
.top .carousel-control-next:hover {
  opacity: 0.9;
}


@media (max-width: 768px){
  .top .info {
    padding: 100px 50px 60px 50px;
  }
}

@media (max-width: 670px) {
  .fit-picture img{
    width: 350px;
    text-align: center;
    margin: auto;
}

.container1 {
  position: relative;
  width: 250px; 
  height: 177px; 
  text-align: center;
  margin: auto;
}

}



@media (max-width: 462px) {
  .fit-picture img{
    width: 260px;
    text-align: center;
    margin: auto;
  }


.container1 {
  position: relative;
  width: 200px; 
  height: 141px; 
  text-align: center;
  margin: auto;
}

}

.top .info p {
  font-size: 11px;
}




/*--------------------------------------------------------------
# Contact us Section
--------------------------------------------------------------*/
/* .contact-us .info {
  font-size: 12px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  background-color: color-mix(in srgb, var(--background-color), transparent 20%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  color: color-mix(in srgb, var(--default-color), transparent 40%)
} */

/* .contact-us .content {
  padding: 30px 0;
} */

.contact-us .content h3 {
  /* font-size: 36px; */
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative;
}

.contact-us .content h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.contact-us .content p {
  font-size: 14px;
}

.contact-us .php-email-form {
/* .modal-body .php-email-form { */
 background: 
 color-mix(in srgb, #e8051b, transparent 97%);
    padding: 30px;
    height: 100%;
    border-radius: 20px;
}

@media (max-width: 575px) {
  .contact-us .php-email-form {
    padding: 20px;
  }

  .contact-us .content h3{
    font-size: 20px;
  }
}

.contact-us .php-email-form h3,
.modal-body .php-email-form h3  {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-us .php-email-form p,
.modal-body .php-email-form p  {
  font-size: 11px;
  color: #6c757d;
  text-align: left;
  margin-bottom: 20px;
}

.contact-us .php-email-form input[type=text],
.contact-us .php-email-form input[type=email],
.contact-us .php-email-form input[type=tel],
.contact-us .php-email-form input[type=url],
.contact-us .php-email-form select,
.contact-us .php-email-form textarea,
.modal-body .php-email-form input[type=text],
.modal-body .php-email-form input[type=email],
.modal-body .php-email-form input[type=tel],
.modal-body .php-email-form input[type=url],
.modal-body .php-email-form select,
.modal-body .php-email-form textarea {
  font-size: 12px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 20px;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 20%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}



.contact-us .php-email-form input[type=text]:focus,
.contact-us .php-email-form input[type=email]:focus,
.contact-us .php-email-form input[type=tel]:focus,
.contact-us .php-email-form input[type=url]:focus,
.contact-us .php-email-form select:focus,
.contact-us .php-email-form textarea:focus, 
.modal-body .php-email-form input[type=text]:focus,
.cmodal-body .php-email-form input[type=email]:focus,
.modal-body .php-email-form input[type=tel]:focus,
.modal-body .php-email-form input[type=url]:focus,
.modal-body .php-email-form select:focus,
.modal-body.php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact-us .php-email-form input[type=text]::placeholder,
.contact-us .php-email-form input[type=email]::placeholder,
.contact-us .php-email-form input[type=tel]::placeholder,
.contact-us .php-email-form input[type=url]::placeholder,
.contact-us .php-email-form select::placeholder,
.contact-us .php-email-form textarea::placeholder,
.modal-body .php-email-form input[type=text]::placeholder,
.modal-body.php-email-form input[type=email]::placeholder,
.modal-body .php-email-form input[type=tel]::placeholder,
.modal-body .php-email-form input[type=url]::placeholder,
.modal-body .php-email-form select::placeholder,
.modal-body .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact-us .php-email-form button[type=submit],
.modal-body .php-email-form button[type=submit]  {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 20px;
  transition: 0.4s;
  border-radius: 4px;
  font-size: 13px;
}

.contact-us .php-email-form button[type=submit]:hover,
.modal-body .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.contact-us span{
  color:var(--accent-color);
}

.shake-bottom:hover {
	-webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}


.jello-horizontal:hover {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}

@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}




/*--------------------------------------------------------------
# Content areas Section
--------------------------------------------------------------*/
.content-areas .card-item {
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  position: relative;
  border-radius: 0;
}

.content-areas .card-item .card-bg {
  min-height: 300px;
  position: relative;
}

.content-areas .card-item .card-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.content-areas .card-item .card-body {
  padding: 30px;
}

.content-areas .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

.content-areas .card-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  /* height: 100%; */
  height: 200px;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--heading-color);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, var(--heading-color), transparent 95%);
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid color-mix(in srgb, var(--heading-color), transparent 90%);
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 12px;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.services .service-item:hover .icon i {
  color: var(--heading-color);
}

.services .service-item:hover .icon:before {
  background: var(--accent-color);
}

.services .service-item:hover h3 {
  border-color: var(--accent-color);
  color: var(--heading-color);
}

.services .service-item:hover .readmore {
  color: var(--accent-color);
}

@media (max-width: 575px) {
 .section-title h2{
  font-size: 19px;
 }

 /* 이미지 보이기/숨기기 */
 /* #sevice-joyv1, #sevice-joyv2{
  display: none;
 } */


}


@media (max-width: 991px) {

     /* JOYV 플로우 활용 이미지 */
.alt-services .service-flow-image img {
  position: absolute;
  /* inset: 10%; */
  display: block;
  /* width: 696px;
  height: 211px; */
  object-fit: cover;
  z-index: 1;
}
/* 
 #sevice-joyv1, #sevice-joyv2{
  display: none;
 } */

 .service-flow-image-rs1 {
  content:url(/assets/img/joyv_hp_btob_1200_364.png);
}

.service-flow-image-rs2 {
  content:url(/assets/img/joyv_hp_influencer_02-_1200_364.png);
}


}
/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .service-flow-image {
  position: relative;
  min-height: 400px;
  text-align: center;
  /* margin: auto; */
  padding: 0;
}

@media (max-width: 991px) {
.alt-services .service-flow-image {
min-height: 230px;
}

/* .row >*{

  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
} */

.section-title {
  padding-bottom: 20px;
}

}

/* JOYV 플로우 활용 이미지 */
.alt-services .service-flow-image img {
  position: absolute;
  /* inset: 10%; */
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  z-index: 1;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h3:after {
  content: "";
  background: var(--accent-color);
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  color: var(--accent-color);
  background-color: var(--surface-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
}

.alt-services .icon-box h4 a {
  color: var(--heading-color);
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--accent-color);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Service flow Section
--------------------------------------------------------------*/
.service-flow .nav-tabs {
  border: 0;
}

.service-flow .nav-link {
  color: var(--heading-color);
  padding: 15px 0;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-flow .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.service-flow .nav-link h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
}

/* @media (max-width: 575px) {
  .service-flow .nav-link h4 {
    font-size: 10px;
  }

  .service-flow .tab-pane h3{
    font-size: 20px;
  }
} */

.service-flow .nav-link:hover {
  color: var(--accent-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.service-flow .nav-link.active {
  /* background-color: var(--background-color); */
  background-color: azure;
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.service-flow .tab-content {
  margin-top: 5px;
}

.service-flow .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 30px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.service-flow .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.service-flow .tab-pane ul {
  list-style: none;
  padding: 0;
}

.service-flow .tab-pane ul li {
  padding-top: 10px;
}

.service-flow .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.service-flow .tab-pane p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .service-flow .tab-pane h3{
    font-size: 23px;
  }

  .fit-picture img{
    width: 350px;
    text-align: center;
    margin: auto;
}

.container1 {
  position: relative;
  width: 250px; /* 이미지의 너비에 맞게 설정 */
  height: 177px; /* 이미지의 높이에 맞게 설정 */
  text-align: center;
  margin: auto;
}

  }


@media (max-width: 575px) {
  .service-flow .nav-link h4 {
    font-size: 9px;
  }

  .service-flow .tab-pane h3{
    font-size: 20px;
  }
}

@media (max-width: 430px) {
  .alt-services .icon-box h4{
    font-size: 16px;
  }

}

/*--------------------------------------------------------------
# Projects Section
--------------------------------------------------------------*/
.projects .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.projects .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.projects .portfolio-filters li:hover,
.projects .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.projects .portfolio-filters li:first-child {
  margin-left: 0;
}

.projects .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .projects .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.projects .portfolio-content {
  position: relative;
  overflow: hidden;
}

.projects .portfolio-content img {
  transition: 0.3s;
}

.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.projects .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  background-color: var(--accent-color);
}

.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.projects .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.projects .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# partners Section
--------------------------------------------------------------*/
/* partners Section */
.partners .partner-item {
  background-color: var(--surface-color);
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px;
  min-width: 100px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: transform 0.3s ease;
}

.partners .partner-item img {
  max-width: 70%;
  border-radius: 50%;
}

.partners .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s, transform 0.3s;
}

.partners .swiper-slide-active {
  opacity: 1;
  transform: scale(1.1); /* 활성화된 슬라이드 살짝 확대 */
}


.partners .swiper-slide-active hr{
  color: #0fbded;
  margin: 0;
}

.partners .swiper-slide-active .sns-icons{
  background-color:#0fbded;
}

.partners .swiper-slide hr{
  margin: 0;
}

.partners .swiper-slide-active h3{
  font-weight: bold;
}

.partners .swiper-slide-active .sns-icons .sns-icon{
  color: white;
}


/* 화살표 스타일 */
.swiper-button-next,
.swiper-button-prev {
  color: rgb(226, 223, 223); /* 화살표 색상 */
  width: 13.5px;
  height: 22px;
  background-size: 13.5px 22px;
  background-position: center;
  background-repeat: no-repeat;
}


.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size:20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next {
  right: -1px; /* 오른쪽 화살표 위치 조정 */
}

.swiper-button-prev {
  left: -1px; /* 왼쪽 화살표 위치 조정 */
}

/* 페이지네이션 숨기기 */
.partners .swiper-pagination {
  display: none;
  margin-top: 15px;
  position: initial;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #0fbded;

}

.partners .partner-item .sns-icons {
  margin-top: 5px;
}


.partners .partner-item .sns-icon {
  color: #96989a;
  font-size: 15px;
  margin: 0 10px 0 10px;
}

.partners .partner-item .sns-icon:hover {
  color: pink;
}


/* 미디어 쿼리: 작은 화면 (340px 이하) */
@media (max-width: 340px) {
  .partners .partner-item {
    margin: 20px;
  }
  .partners .partner-item h3 {
    font-size: 4.5vw;
    margin-top: 10px;
  }
  .partners .partner-item h4 {
    font-size: 4vw;
  }
  .partners .partner-item p {
    font-size: 3vw;
  }

  .partners .partner-item .sns-icon {
    color: #96989a;
    font-size: 15px;
    margin: 0 5px 0 5px;
  }
}

/* 미디어 쿼리: 중간 화면 (341px ~ 900px) */
@media (min-width: 341px) and (max-width: 900px) {
  .partners .partner-item {
    margin: 5px;
    padding: 5px;
  }
  .partners .partner-item h3 {
    font-size: 2.0vw;
    margin-top: 10px;
  }
  .partners .partner-item h4 {
    font-size: 1.65vw;
  }
  .partners .partner-item p {
    font-size: 1.5vw;
  }

  .partners .partner-item .sns-icon {
    color: #96989a;
    font-size: 11px;
    margin: 0 5px 0 5px;
  }
}

/* 미디어 쿼리: 큰 화면 (901px 이상) */
@media (min-width: 901px) {
  .partners .partner-item {
    margin: 5px;
  }
  .partners .partner-item h3 {
    font-size: 1.35vw;
    margin-top: 10px;
  }
  .partners .partner-item h4 {
    font-size: 1.1vw;
  }
  .partners .partner-item p {
    font-size: 1.0vw;
  }
}

/* 미디어 쿼리: 화면 크기 1300px 이상일 때 고정 글씨 크기 적용 */
@media (min-width: 1300px) {
  .partners .partner-item h3 {
    font-size: 16px; /* 1300px 이상에서는 고정된 크기 */
  }
  .partners .partner-item h4 {
    font-size: 14px; /* 1300px 이상에서는 고정된 크기 */
  }
  .partners .partner-item p {
    font-size: 13px; /* 1300px 이상에서는 고정된 크기 */
  }
}

/*--------------------------------------------------------------
# joyv-member Section
--------------------------------------------------------------*/
.joyv-member .post-item {
  background: var(--surface-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.joyv-member .post-item .post-img img {
  transition: 0.5s;
}

.joyv-member .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.joyv-member .post-item .post-content {
  padding: 30px;
}

.joyv-member .post-item .post-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.joyv-member .post-item .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.joyv-member .post-item .meta span {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.joyv-member .post-item hr {
  color: color-mix(in srgb, var(--default-color), transparent 80%);
  margin: 20px 0;
}

.joyv-member .post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.joyv-member .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.joyv-member .post-item:hover .post-title,
.joyv-member .post-item:hover .readmore {
  color: var(--accent-color);
}

.joyv-member .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .inner-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about .inner-title {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.about .our-story {
  padding: 40px;
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.about .our-story h3 {
  font-size: 2.25rem;
  font-weight: 700;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .our-story p:last-child {
  margin-bottom: 0px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: 1.2;
  color: var(--accent-color);
}

.about .watch-video i {
  font-size: 2rem;
  transition: 0.3s;
  color: var(--accent-color);
}

.about .watch-video a {
  font-weight: 600;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--accent-color);
}

.about .about-img {
  min-height: 400px;
  position: relative;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 600px;
  }
}

.about .about-img img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.stats-counter .stats-item i {
  color: var(--accent-color);
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
}

.stats-counter .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-size: 16px;
}

/*--------------------------------------------------------------
# Alt Services 2 Section
--------------------------------------------------------------*/
.alt-services-2 .service-flow-image {
  position: relative;
  min-height: 400px;
}

.alt-services-2 .service-flow-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.alt-services-2 h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.alt-services-2 .icon-box {
  margin-top: 30px;
}

.alt-services-2 .icon-box i {
  color: var(--accent-color);
  margin-right: 15px;
  font-size: 24px;
  line-height: 1.2;
}

.alt-services-2 .icon-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services-2 .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: var(--contrast-color);
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--accent-color);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Service flow Cards Section
--------------------------------------------------------------*/
.service-flow-cards h3 {
  font-size: 20px;
  font-weight: 700;
}

.service-flow-cards p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.service-flow-cards ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.service-flow-cards ul li i {
  font-size: 16px;
  color: var(--accent-color);
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  background-color: var(--surface-color);
  padding: 10px 30px;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid color-mix(in srgb, var(--default-color), transparent 70%);
  margin: 20px 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.service-details .services-list a.active {
  color: var(--heading-color);
  font-weight: 700;
  border-color: var(--accent-color);
}

.service-details .services-list a:hover {
  border-color: var(--accent-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Project Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}

.project-details .swiper-wrapper {
  height: auto;
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .project-details .swiper-button-prev,
  .project-details .swiper-button-next {
    display: none;
  }
}

.project-details .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.project-details .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.project-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.project-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.project-details .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.project-details .portfolio-description p {
  padding: 0;
}

.project-details .portfolio-description .partner-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.project-details .portfolio-description .partner-item .partner-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.project-details .portfolio-description .partner-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-details .portfolio-description .partner-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.project-details .portfolio-description .partner-item .quote-icon-left,
.project-details .portfolio-description .partner-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.project-details .portfolio-description .partner-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-details .portfolio-description .partner-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-details .portfolio-description .partner-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Blog Posts Section
--------------------------------------------------------------*/
.blog-posts article {
  background-color: var(--surface-color);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.blog-posts .post-img img {
  transition: 0.5s;
}

.blog-posts .post-date {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog-posts .post-content {
  padding: 30px;
}

.blog-posts .post-title {
  font-size: 16px;
  color: var(--heading-color);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog-posts .meta i {
  font-size: 16px;
  color: var(--accent-color);
}

.blog-posts .meta span {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-posts p {
  margin-top: 20px;
}

.blog-posts hr {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-bottom: 15px;
}

.blog-posts .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: color-mix(in srgb, var(--heading-color), transparent 20%);
}

.blog-posts .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog-posts article:hover .post-title,
.blog-posts article:hover .readmore {
  color: var(--accent-color);
}

.blog-posts article:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Pagination Section
--------------------------------------------------------------*/
.blog-pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog-pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-pagination li a.active,
.blog-pagination li a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.blog-pagination li a.active a,
.blog-pagination li a:hover a {
  color: var(--contrast-color);
}

/*--------------------------------------------------------------
# Blog Details Section
--------------------------------------------------------------*/
.blog-details {
  padding-bottom: 30px;
}

.blog-details .article {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog-details .title {
  color: var(--heading-color);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 30px 0;
}

.blog-details .content {
  margin-top: 20px;
}

.blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog-details .content blockquote {
  overflow: hidden;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog-details .content blockquote p {
  color: var(--default-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details .meta-top {
  margin-top: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.blog-details .meta-top a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.blog-details .meta-bottom i {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  display: inline;
}

.blog-details .meta-bottom a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: 0.3s;
}

.blog-details .meta-bottom a:hover {
  color: var(--accent-color);
}

.blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--default-color);
  content: ",";
}

.blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog-details .meta-bottom .share i {
  padding-left: 5px;
}

/*--------------------------------------------------------------
# Blog Author Section
--------------------------------------------------------------*/
.blog-author {
  padding: 10px 0 40px 0;
}

.blog-author .author-container {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog-author .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  margin-right: 5px;
}

.blog-author p {
  font-style: italic;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Comments Section
--------------------------------------------------------------*/
.blog-comments {
  padding: 10px 0;
}

.blog-comments .comments-count {
  font-weight: bold;
}

.blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog-comments .comment .comment-img img {
  width: 60px;
}

.blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog-comments .comment h5 a {
  font-weight: bold;
  color: var(--default-color);
  transition: 0.3s;
}

.blog-comments .comment h5 a:hover {
  color: var(--accent-color);
}

.blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 5px;
}

.blog-comments .comment.comment-reply {
  padding-left: 40px;
}

/*--------------------------------------------------------------
# Comment Form Section
--------------------------------------------------------------*/
.comment-form {
  padding-top: 10px;
}

.comment-form form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.comment-form form h4 {
  font-weight: bold;
  font-size: 22px;
}

.comment-form form p {
  font-size: 14px;
}

.comment-form form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.comment-form form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: var(--accent-color);
}

.comment-form form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.comment-form form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: var(--accent-color);
  background-color: var(--surface-color);
}

.comment-form form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.comment-form form .form-group {
  margin-bottom: 25px;
}

.comment-form form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.comment-form form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  background-color: var(--surface-color);
  padding: 20px 0 30px 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.contact .info-item i {
  font-size: 20px;
  color: var(--accent-color);
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, var(--accent-color), transparent 40%);
}

.contact .info-item h3 {
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .php-email-form {
  background-color: var(--surface-color);
  height: 100%;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px;
  }
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea,
.modal-body .php-email-form input[type=text],
.modal-body .php-email-form input[type=email],
.modal-body .php-email-form textarea {
  font-size: 12px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: var(--surface-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus,
.modal-body .php-email-form input[type=text]:focus,
.modal-body .php-email-form input[type=email]:focus,
.modal-body  .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder,
.modal-body .php-email-form input[type=text]::placeholder,
.modal-body .php-email-form input[type=email]::placeholder,
.modal-body .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit],
.modal-body .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover,
.modal-body .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
/* .starter-section {
 
} */

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widgets-container {
  background-color: var(--surface-color);
  padding: 30px;
  margin: 60px 0 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.widget-title {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.widget-item {
  margin-bottom: 40px;
}

.widget-item:last-child {
  margin-bottom: 0;
}

.search-widget form {
  background: var(--background-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  padding: 3px 10px;
  position: relative;
  transition: 0.3s;
}

.search-widget form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--background-color);
  color: var(--default-color);
}

.search-widget form input[type=text]:focus {
  outline: none;
}

.search-widget form button {
  background: var(--accent-color);
  color: var(--contrast-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.search-widget form button i {
  line-height: 0;
}

.search-widget form button:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.search-widget form:is(:focus-within) {
  border-color: var(--accent-color);
}

.categories-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.categories-widget ul li {
  padding-bottom: 10px;
}

.categories-widget ul li:last-child {
  padding-bottom: 0;
}

.categories-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  transition: 0.3s;
}

.categories-widget ul a:hover {
  color: var(--accent-color);
}

.categories-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.recent-posts-widget .post-item {
  display: flex;
  margin-bottom: 15px;
}

.recent-posts-widget .post-item:last-child {
  margin-bottom: 0;
}

.recent-posts-widget .post-item img {
  width: 80px;
  margin-right: 15px;
}

.recent-posts-widget .post-item h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recent-posts-widget .post-item h4 a {
  color: var(--default-color);
  transition: 0.3s;
}

.recent-posts-widget .post-item h4 a:hover {
  color: var(--accent-color);
}

.recent-posts-widget .post-item time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.tags-widget {
  margin-bottom: -10px;
}

.tags-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-widget ul li {
  display: inline-block;
}

.tags-widget ul a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 60%);
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  border: 1px solid var(--accent-color);
}

.tags-widget ul a span {
  padding-left: 5px;
  color: color-mix(in srgb, var(--default-color), transparent 60%);
  font-size: 14px;
}



/*--------------------------------------------------------------
# JOYV Movie Section
--------------------------------------------------------------*/
.joyv-movie .content h3 {
  font-weight: 700;
  font-size: 32px;
  font-family: var(--font-secondary);
  color: #001f8d;
}

.joyv-movie .content ul {
  list-style: none;
  padding: 0;
}

.joyv-movie .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.joyv-movie .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--color-primary);
  margin-right: 20px;
  line-height: 0;
}

.joyv-movie .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c;
}

.joyv-movie .content ul p {
  font-size: 15px;
}

.joyv-movie .content p:last-child {
  margin-bottom: 0;
}

.joyv-movie .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.joyv-movie .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid #0dcaf0;
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.joyv-movie .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.joyv-movie .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.joyv-movie .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

.joyv-movie img {
  box-shadow: 5px 5px  rgba(227, 226, 226, 0.428);
  border-radius: 2px;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.home__title--strong {
  color: var(--color-accent);
}

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
  .traexpandcking-in- {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
            animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
  }

  @-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}



/**
 * ----------------------------------------
 * modal
 * ----------------------------------------
 */

 .modal{
  --bs-modal-width: 570px;
 }

 .modal-content {
  /* position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; */
  padding: 20px;
}

.modal-header {
  background-color: #496066;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0;
}

.modal-title{
  font-size: 18px;
  font-weight: 600;
  color: #f4f7f6;
}


.modal-body p{
  margin-bottom: 0.2rem;
  font-size: 12px;
}


.modal-body .modal-body-right{
  margin-top: 12px;
  text-align: right;
 }

 .modal-body a{
  text-decoration: underline;
 }

 .btn-primary {
  --bs-btn-bg :var(--accent-color);
  --bs-btn-border-color :var(--accent-color);
 }

.modal-dialog{
  overflow-y: initial !important
}

.modal-body {
  color: #6c757d;
  font-size: 13px;
  height: 100%;
  overflow-y: auto;
  padding: 5px;
  line-height: 25px;
}




.modal-body .pp-order{
  margin-bottom: 1.5rem;
}


  /* 텍스트 indent */
  .text-indent {
    text-indent: -0.5em;
    margin-left: 0.5em;
  }

/* rolling*/

.rolling-section{
  padding-bottom: 0px;
}

        #rolling {
            width: 100%;
            /* height: 600px; */
            overflow: hidden;
            background-color: lightskyblue;
        }
        .rolling-box {
            display: flex;
            width: 120%;
            overflow: hidden;
            background-color: tomato;
            transform: translate(-60px) rotate(-10deg);
        }
        .rolling-box:nth-child(2) {
            background-color: antiquewhite;
        }
        .rolling-list {
            display: flex;
            flex-shrink: 0;
        }
        .list {
            margin: 0 6px;
            font-size: 70px;
            color: antiquewhite;
            /* -webkit-text-stroke: #f308bc 2px; */
            text-shadow: -3px 0 #f308bc, 0 3px #f308bc, 3px 0 #f308bc, 0 -3px #f308bc;
            font-weight: bold;
        }
        .list1 {
          margin: 0 6px;
          font-size: 70px;
          color: #246dae;
          /* -webkit-text-stroke: #05f719 2px; */
          text-shadow: -3px 0 #05f719, 0 3px #05f719, 3px 0 #05f719, 0 -3px #05f719;
          font-weight: bold;
      }

        @keyframes rolling1 {
            0% { transform: translateX(0); }
            50% { transform: translateX(-100%); }
            50.01% { transform: translateX(100%); }
            100% { transform: translateX(0); }
        }

        @keyframes rolling2 {
            0% { transform: translateX(0); }
            100% { transform: translateX(-200%); }
        }

        #roller1 {
            animation: rolling1 100s linear infinite;
        }
        #roller2 {
            animation: rolling2 100s linear infinite;
        }
        #roller3 {
            animation: rolling1 100s linear infinite reverse;
        }
        #roller4 {
            animation: rolling2 100s linear infinite reverse;
        }


        /* 텍스트 스크롤 */

        /* html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
          margin: 0;
          padding: 0;
          border: 0;
          outline: 0;
          font-size: 100%;
          vertical-align: baseline;
          background: transparent
      }
   
      a {
          margin: 0;
          padding: 0;
          border: 0;
          font-size: 100%;
          vertical-align: baseline;
          background: transparent;
          text-decoration: none;
          color: #2c9ab7
      }
   
      a:hover {
          text-decoration: none
      } */
   
      #master {
         font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
         font-size: 60px;
         line-height: 1;
         font-weight: bold;
         letter-spacing: 0;
         -webkit-font-smoothing: inherit
     }
   
     #master {
         text-rendering: optimizeLegibility
     }
   
     #master-container {
         background-color: #F5C59C;
         -webkit-animation: master-container-bg 15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
         animation: master-container-bg 15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         height: auto;
         min-height: 0;
         max-height: 100%;
     }
   
     #master-container .content {
         height: auto;
         margin-left: inherit;
         margin-right: inherit
     }
   
     @media screen and (max-width: 615px) {
         #master-container {
             -webkit-animation: master-container-bg-mobile 15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
             animation: master-container-bg-mobile 15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
         }
     }
   
     @media screen and (max-width: 615px) {
         #master {
             font-size: 40px;
             /* font-line: 1.2 */
         }
     }
   
     #master-container-scroller {
         height: 66px;
         margin-bottom: -6px;
         overflow: hidden;
         position: relative
     }
   
     #master-container-scroller .master-container-scroller_item {
         display: block;
         padding-bottom: 6px;
         -webkit-animation: scroll 15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
         animation: scroll 15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
     }
   
     #master-container-scroller .master-container-scroller_item[href]:hover {
         text-decoration: underline
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(1),
     #master-container-scroller .master-container-scroller_item:nth-child(1) a {
         color: #E65F48
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(2),
     #master-container-scroller .master-container-scroller_item:nth-child(2) a {
         color: #E65F48
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(3),
     #master-container-scroller .master-container-scroller_item:nth-child(3) a {
         color: #76BCAD
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(4),
     #master-container-scroller .master-container-scroller_item:nth-child(4) a {
         color: #84719f
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(5),
     #master-container-scroller .master-container-scroller_item:nth-child(5) a {
         color: #d47787
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(6),
     #master-container-scroller .master-container-scroller_item:nth-child(6) a {
         color: #F09551
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(7),
     #master-container-scroller .master-container-scroller_item:nth-child(7) a {
         color: #349AB5
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(8),
     #master-container-scroller .master-container-scroller_item:nth-child(8) a {
         color: #e86042
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(9),
     #master-container-scroller .master-container-scroller_item:nth-child(9) a {
         color: #74bcae
     }
   
     #master-container-scroller .master-container-scroller_item:nth-child(10),
     #master-container-scroller .master-container-scroller_item:nth-child(10) a {
         color: #E65F48
     }
   
     @media screen and (max-width: 615px) {
         #master-container-scroller {
             height: 48px;
             line-height: 1.2;
             margin-bottom: 0
         }
         #master-container-scroller .master-container-scroller_item {
             padding-bottom: 0;
             -webkit-animation: scroll-mobile 15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
             animation: scroll-mobile 15s cubic-bezier(0.645, 0.045, 0.355, 1) infinite
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(1) .grid_item-overlay {
         background-color: rgba(230, 95, 72, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(1) .grid_item-overlay .link:hover {
             color: #E65F48
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(2) .grid_item-overlay {
         background-color: rgba(230, 95, 72, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(2) .grid_item-overlay .link:hover {
             color: #E65F48
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(3) .grid_item-overlay {
         background-color: rgba(118, 188, 173, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(3) .grid_item-overlay .link:hover {
             color: #76BCAD
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(4) .grid_item-overlay {
         background-color: rgba(132, 113, 159, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(4) .grid_item-overlay .link:hover {
             color: #84719f
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(5) .grid_item-overlay {
         background-color: rgba(212, 119, 135, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(5) .grid_item-overlay .link:hover {
             color: #d47787
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(6) .grid_item-overlay {
         background-color: rgba(240, 149, 81, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(6) .grid_item-overlay .link:hover {
             color: #F09551
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(7) .grid_item-overlay {
         background-color: rgba(52, 154, 181, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(7) .grid_item-overlay .link:hover {
             color: #349AB5
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(8) .grid_item-overlay {
         background-color: rgba(232, 96, 66, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(8) .grid_item-overlay .link:hover {
             color: #e86042
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(9) .grid_item-overlay {
         background-color: rgba(116, 188, 174, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(9) .grid_item-overlay .link:hover {
             color: #74bcae
         }
     }
   
     #master-container-grid .master-container-grid_item:nth-child(10) .grid_item-overlay {
         background-color: rgba(230, 95, 72, 0.9)
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item:nth-child(10) .grid_item-overlay .link:hover {
             color: #E65F48
         }
     }
   
     #master-container-grid .master-container-grid_item .img {
         position: relative
     }
   
     #master-container-grid .master-container-grid_item .grid_item-overlay {
         position: absolute;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         font-size: 26px;
         font-weight: bold;
         color: #fff;
         opacity: 0;
         transition: opacity .3s ease-in-out;
         text-decoration: none
     }
   
     #master-container-grid .master-container-grid_item .grid_item-overlay:hover {
         opacity: 1
     }
   
     #master-container-grid .master-container-grid_item .grid_item-overlay .link {
         display: inline-block;
         box-shadow: 0 1px 0 0 #fff, inset 0 0 0 #fff;
         transition: box-shadow .2s ease
     }
   
     #master-container-grid .master-container-grid_item .grid_item-overlay .link:hover {
         box-shadow: 0 2px 0 0 #fff, inset 0 -1px 0 0 #fff
     }
   
     @media screen and (max-width: 520px) {
         #master-container-grid .master-container-grid_item {
             margin-bottom: 18px
         }
         #master-container-grid .master-container-grid_item .grid_item-overlay {
             position: relative;
             background: none !important;
             color: #3a3a3a;
             opacity: 1;
             display: block;
             margin-top: 18px;
             text-align: left
         }
         #master-container-grid .master-container-grid_item .grid_item-overlay .link {
             box-shadow: none
         }
         #master-container-grid .master-container-grid_item .grid_item-overlay .link:hover {
             text-decoration: underline
         }
     }
   
     @-webkit-keyframes master-container-bg {
         0.0% {
             background-color: #F5C59C
         }
         3.7037037037037037% {
             background-color: #F5C59C
         }
         11.11111111111111% {
             background-color: #ECC9CB
         }
         14.814814814814815% {
             background-color: #ECC9CB
         }
         22.22222222222222% {
             background-color: #D9E2CB
         }
         25.925925925925927% {
             background-color: #D9E2CB
         }
         33.333333333333336% {
             background-color: #f6c599
         }
         37.03703703703704% {
             background-color: #f6c599
         }
         44.44444444444444% {
             background-color: #c4bbd3
         }
         48.148148148148145% {
             background-color: #c4bbd3
         }
         55.55555555555556% {
             background-color: #F9E7AF
         }
         59.25925925925926% {
             background-color: #F9E7AF
         }
         66.66666666666667% {
             background-color: #B4E2EE
         }
         70.37037037037037% {
             background-color: #B4E2EE
         }
         77.77777777777777% {
             background-color: #cbe5f4
         }
         81.48148148148148% {
             background-color: #cbe5f4
         }
         88.88888888888889% {
             background-color: #d2e7e2
         }
         92.5925925925926% {
             background-color: #d2e7e2
         }
         100.0% {
             background-color: #F5C59C
         }
     }
   
     @keyframes master-container-bg {
         0.0% {
             background-color: #F5C59C
         }
         3.7037037037037037% {
             background-color: #F5C59C
         }
         11.11111111111111% {
             background-color: #ECC9CB
         }
         14.814814814814815% {
             background-color: #ECC9CB
         }
         22.22222222222222% {
             background-color: #D9E2CB
         }
         25.925925925925927% {
             background-color: #D9E2CB
         }
         33.333333333333336% {
             background-color: #f6c599
         }
         37.03703703703704% {
             background-color: #f6c599
         }
         44.44444444444444% {
             background-color: #c4bbd3
         }
         48.148148148148145% {
             background-color: #c4bbd3
         }
         55.55555555555556% {
             background-color: #F9E7AF
         }
         59.25925925925926% {
             background-color: #F9E7AF
         }
         66.66666666666667% {
             background-color: #B4E2EE
         }
         70.37037037037037% {
             background-color: #B4E2EE
         }
         77.77777777777777% {
             background-color: #cbe5f4
         }
         81.48148148148148% {
             background-color: #cbe5f4
         }
         88.88888888888889% {
             background-color: #d2e7e2
         }
         92.5925925925926% {
             background-color: #d2e7e2
         }
         100.0% {
             background-color: #F5C59C
         }
     }
   
     @-webkit-keyframes master-container-bg-mobile {
         0.0% {
             background-color: #F5C59C
         }
         3.7037037037037037% {
             background-color: #F5C59C
         }
         11.11111111111111% {
             background-color: #ECC9CB
         }
         14.814814814814815% {
             background-color: #ECC9CB
         }
         22.22222222222222% {
             background-color: #D9E2CB
         }
         25.925925925925927% {
             background-color: #D9E2CB
         }
         33.333333333333336% {
             background-color: #f6c599
         }
         37.03703703703704% {
             background-color: #f6c599
         }
         44.44444444444444% {
             background-color: #c4bbd3
         }
         48.148148148148145% {
             background-color: #c4bbd3
         }
         55.55555555555556% {
             background-color: #F9E7AF
         }
         59.25925925925926% {
             background-color: #F9E7AF
         }
         66.66666666666667% {
             background-color: #B4E2EE
         }
         70.37037037037037% {
             background-color: #B4E2EE
         }
         77.77777777777777% {
             background-color: #cbe5f4
         }
         81.48148148148148% {
             background-color: #cbe5f4
         }
         88.88888888888889% {
             background-color: #d2e7e2
         }
         92.5925925925926% {
             background-color: #d2e7e2
         }
         100.0% {
             background-color: #F5C59C
         }
     }
   
     @keyframes master-container-bg-mobile {
         0.0% {
             background-color: #F5C59C
         }
         3.7037037037037037% {
             background-color: #F5C59C
         }
         11.11111111111111% {
             background-color: #ECC9CB
         }
         14.814814814814815% {
             background-color: #ECC9CB
         }
         22.22222222222222% {
             background-color: #D9E2CB
         }
         25.925925925925927% {
             background-color: #D9E2CB
         }
         33.333333333333336% {
             background-color: #f6c599
         }
         37.03703703703704% {
             background-color: #f6c599
         }
         44.44444444444444% {
             background-color: #c4bbd3
         }
         48.148148148148145% {
             background-color: #c4bbd3
         }
         55.55555555555556% {
             background-color: #F9E7AF
         }
         59.25925925925926% {
             background-color: #F9E7AF
         }
         66.66666666666667% {
             background-color: #B4E2EE
         }
         70.37037037037037% {
             background-color: #B4E2EE
         }
         77.77777777777777% {
             background-color: #cbe5f4
         }
         81.48148148148148% {
             background-color: #cbe5f4
         }
         88.88888888888889% {
             background-color: #d2e7e2
         }
         92.5925925925926% {
             background-color: #d2e7e2
         }
         100.0% {
             background-color: #F5C59C
         }
     }
   
     @-webkit-keyframes scroll {
         0.0% {
             -webkit-transform: translateY(0px);
             transform: translateY(0px)
         }
         3.7037037037037037% {
             -webkit-transform: translateY(0px);
             transform: translateY(0px)
         }
         11.11111111111111% {
             -webkit-transform: translateY(-66px);
             transform: translateY(-66px)
         }
         14.814814814814815% {
             -webkit-transform: translateY(-66px);
             transform: translateY(-66px)
         }
         22.22222222222222% {
             -webkit-transform: translateY(-132px);
             transform: translateY(-132px)
         }
         25.925925925925927% {
             -webkit-transform: translateY(-132px);
             transform: translateY(-132px)
         }
         33.333333333333336% {
             -webkit-transform: translateY(-198px);
             transform: translateY(-198px)
         }
         37.03703703703704% {
             -webkit-transform: translateY(-198px);
             transform: translateY(-198px)
         }
         44.44444444444444% {
             -webkit-transform: translateY(-264px);
             transform: translateY(-264px)
         }
         48.148148148148145% {
             -webkit-transform: translateY(-264px);
             transform: translateY(-264px)
         }
         55.55555555555556% {
             -webkit-transform: translateY(-330px);
             transform: translateY(-330px)
         }
         59.25925925925926% {
             -webkit-transform: translateY(-330px);
             transform: translateY(-330px)
         }
         66.66666666666667% {
             -webkit-transform: translateY(-396px);
             transform: translateY(-396px)
         }
         70.37037037037037% {
             -webkit-transform: translateY(-396px);
             transform: translateY(-396px)
         }
         77.77777777777777% {
             -webkit-transform: translateY(-462px);
             transform: translateY(-462px)
         }
         81.48148148148148% {
             -webkit-transform: translateY(-462px);
             transform: translateY(-462px)
         }
         88.88888888888889% {
             -webkit-transform: translateY(-528px);
             transform: translateY(-528px)
         }
         92.5925925925926% {
             -webkit-transform: translateY(-528px);
             transform: translateY(-528px)
         }
         100.0% {
             -webkit-transform: translateY(-594px);
             transform: translateY(-594px)
         }
     }
   
     @keyframes scroll {
         0.0% {
             -webkit-transform: translateY(0px);
             transform: translateY(0px)
         }
         3.7037037037037037% {
             -webkit-transform: translateY(0px);
             transform: translateY(0px)
         }
         11.11111111111111% {
             -webkit-transform: translateY(-66px);
             transform: translateY(-66px)
         }
         14.814814814814815% {
             -webkit-transform: translateY(-66px);
             transform: translateY(-66px)
         }
         22.22222222222222% {
             -webkit-transform: translateY(-132px);
             transform: translateY(-132px)
         }
         25.925925925925927% {
             -webkit-transform: translateY(-132px);
             transform: translateY(-132px)
         }
         33.333333333333336% {
             -webkit-transform: translateY(-198px);
             transform: translateY(-198px)
         }
         37.03703703703704% {
             -webkit-transform: translateY(-198px);
             transform: translateY(-198px)
         }
         44.44444444444444% {
             -webkit-transform: translateY(-264px);
             transform: translateY(-264px)
         }
         48.148148148148145% {
             -webkit-transform: translateY(-264px);
             transform: translateY(-264px)
         }
         55.55555555555556% {
             -webkit-transform: translateY(-330px);
             transform: translateY(-330px)
         }
         59.25925925925926% {
             -webkit-transform: translateY(-330px);
             transform: translateY(-330px)
         }
         66.66666666666667% {
             -webkit-transform: translateY(-396px);
             transform: translateY(-396px)
         }
         70.37037037037037% {
             -webkit-transform: translateY(-396px);
             transform: translateY(-396px)
         }
         77.77777777777777% {
             -webkit-transform: translateY(-462px);
             transform: translateY(-462px)
         }
         81.48148148148148% {
             -webkit-transform: translateY(-462px);
             transform: translateY(-462px)
         }
         88.88888888888889% {
             -webkit-transform: translateY(-528px);
             transform: translateY(-528px)
         }
         92.5925925925926% {
             -webkit-transform: translateY(-528px);
             transform: translateY(-528px)
         }
         100.0% {
             -webkit-transform: translateY(-594px);
             transform: translateY(-594px)
         }
     }
   
     @-webkit-keyframes scroll-mobile {
         0.0% {
             -webkit-transform: translateY(0px);
             transform: translateY(0px)
         }
         3.7037037037037037% {
             -webkit-transform: translateY(0px);
             transform: translateY(0px)
         }
         11.11111111111111% {
             -webkit-transform: translateY(-48px);
             transform: translateY(-48px)
         }
         14.814814814814815% {
             -webkit-transform: translateY(-48px);
             transform: translateY(-48px)
         }
         22.22222222222222% {
             -webkit-transform: translateY(-96px);
             transform: translateY(-96px)
         }
         25.925925925925927% {
             -webkit-transform: translateY(-96px);
             transform: translateY(-96px)
         }
         33.333333333333336% {
             -webkit-transform: translateY(-144px);
             transform: translateY(-144px)
         }
         37.03703703703704% {
             -webkit-transform: translateY(-144px);
             transform: translateY(-144px)
         }
         44.44444444444444% {
             -webkit-transform: translateY(-192px);
             transform: translateY(-192px)
         }
         48.148148148148145% {
             -webkit-transform: translateY(-192px);
             transform: translateY(-192px)
         }
         55.55555555555556% {
             -webkit-transform: translateY(-240px);
             transform: translateY(-240px)
         }
         59.25925925925926% {
             -webkit-transform: translateY(-240px);
             transform: translateY(-240px)
         }
         66.66666666666667% {
             -webkit-transform: translateY(-288px);
             transform: translateY(-288px)
         }
         70.37037037037037% {
             -webkit-transform: translateY(-288px);
             transform: translateY(-288px)
         }
         77.77777777777777% {
             -webkit-transform: translateY(-336px);
             transform: translateY(-336px)
         }
         81.48148148148148% {
             -webkit-transform: translateY(-336px);
             transform: translateY(-336px)
         }
         88.88888888888889% {
             -webkit-transform: translateY(-384px);
             transform: translateY(-384px)
         }
         92.5925925925926% {
             -webkit-transform: translateY(-384px);
             transform: translateY(-384px)
         }
         100.0% {
             -webkit-transform: translateY(-432px);
             transform: translateY(-432px)
         }
     }
   
     @keyframes scroll-mobile {
         0.0% {
             -webkit-transform: translateY(0px);
             transform: translateY(0px)
         }
         3.7037037037037037% {
             -webkit-transform: translateY(0px);
             transform: translateY(0px)
         }
         11.11111111111111% {
             -webkit-transform: translateY(-48px);
             transform: translateY(-48px)
         }
         14.814814814814815% {
             -webkit-transform: translateY(-48px);
             transform: translateY(-48px)
         }
         22.22222222222222% {
             -webkit-transform: translateY(-96px);
             transform: translateY(-96px)
         }
         25.925925925925927% {
             -webkit-transform: translateY(-96px);
             transform: translateY(-96px)
         }
         33.333333333333336% {
             -webkit-transform: translateY(-144px);
             transform: translateY(-144px)
         }
         37.03703703703704% {
             -webkit-transform: translateY(-144px);
             transform: translateY(-144px)
         }
         44.44444444444444% {
             -webkit-transform: translateY(-192px);
             transform: translateY(-192px)
         }
         48.148148148148145% {
             -webkit-transform: translateY(-192px);
             transform: translateY(-192px)
         }
         55.55555555555556% {
             -webkit-transform: translateY(-240px);
             transform: translateY(-240px)
         }
         59.25925925925926% {
             -webkit-transform: translateY(-240px);
             transform: translateY(-240px)
         }
         66.66666666666667% {
             -webkit-transform: translateY(-288px);
             transform: translateY(-288px)
         }
         70.37037037037037% {
             -webkit-transform: translateY(-288px);
             transform: translateY(-288px)
         }
         77.77777777777777% {
             -webkit-transform: translateY(-336px);
             transform: translateY(-336px)
         }
         81.48148148148148% {
             -webkit-transform: translateY(-336px);
             transform: translateY(-336px)
         }
         88.88888888888889% {
             -webkit-transform: translateY(-384px);
             transform: translateY(-384px)
         }
         92.5925925925926% {
             -webkit-transform: translateY(-384px);
             transform: translateY(-384px)
         }
         100.0% {
             -webkit-transform: translateY(-432px);
             transform: translateY(-432px)
         }
     }

/* 오프캔버스 애니메이션 */

.offcanvas-body {
  margin: 0;
  padding: 20px;
  /* font-family: 'Poppins', sans-serif; */
}


.menu-animation {
  font-size: 14px;
  font-weight: 900;
  /* letter-spacing: -.01em; */
  line-height: 100%;
  margin: 0;
  
  width: 100%;
  color: rgba(245, 240, 240, 0.781);
  background: linear-gradient(to right, #b6b6b6, #b6b6b6) no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 0%;
  transition: background-size cubic-bezier(.1,.5,.5,1) 0.5s;
  

  border-bottom: 1px solid #2F2B28;
  
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.menu-animation span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:  #198754; 
  ;
  /* color: #0D0D0D; */
  color: #fcf9f9;
  
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  transform-origin: center;
  transition: all cubic-bezier(.1,.5,.5,1) 0.4s;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-animation:hover > span {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  /* text-align: right; */
  color: #000000;
}

.menu-animation a {
  text-decoration: none;
  color: inherit;
}

/* @media (max-width: 400px) {

} */


@media (max-width: 350px) {
  .section-title h2 {
      font-size: 15px;
  }

  .top .info p {
    font-size: 11px;
}

  .top .info .btn-contact-us {
    font-size: 12px;
  }

  .joyv-member .post-item .meta span {
    font-size: 7px;
  }

  .contact-us .content h3 {
    font-size: 17px;
}

.service-flow .nav-link h4 {
  font-size: 7px;
}

.services .service-item h3 {
  font-size: 18px;
}

.container1 {
  width: 180px;
  height: 127px;
}

.btn-primary {
  width: 145px;
  font-size: 10px;
}

.btn-secondary {
  width: 65px;
  font-size: 10px;
}

.home_title_box {
  height: 70px;
}

}

.navmenu .dropdown ul .disabled {
  color:  #198755; 
}


/* 인디파크 추가 */

.service-title{
  display: flex;
  justify-content: space-between; /* 왼쪽-오른쪽 정렬 */
  align-items: center;            /* 세로 중앙 정렬 */
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  /* background-color: #1ba364; */
  background-color: #009c7e;
  padding: 0 30px ;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 20px 20px 0 0;;

}

.service-title p {
  margin: 0; /* 기본 마진 제거 (필요시) */
}

.icon {
  /* 아이콘 스타일 커스터마이징 가능 */
  font-size: 60px; /* 필요에 따라 조절 */
}

.col-lg-4:hover .icon i {
  animation: bounce-up-once 0.9s ease-out;
  animation-fill-mode: both;
  /* color:  #f4e809; ; */
}

@keyframes bounce-up-once {
  0%   { transform: translateY(0); }
  20%  { transform: translateY(-20px); }
  40%  { transform: translateY(0); }
  60%  { transform: translateY(-12px); }
  80%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

.contact-us-wrapper {
  /* display: flex;
  justify-content: center;  
  align-items: center;     
  height: 100%; */
    text-align: center;
  margin-top: 20px;
}

.contact-us-image{
  width: 500px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
    display: block;
  margin: 0 auto;
}

.top-image{
  width: 300px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
    display: block;
  margin: 0 auto;
}

.top-image1{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
    display: block;
  margin: 0 auto;
}

.partnership-logo{
  width: 150px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.footer-top-inner {
  padding: 20px 0;
  gap: 20px;
}

.footer-about-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-about-right {
  text-align: right;
}

/* .partnership-logo {
  max-width: 200px;
  height: auto;
} */

 .catchphrase {
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;    
  text-align: center;
  margin-bottom: 70px;
  padding-top: 40px;
}

.line1 {
  font-size: 30px;
  margin-right: 100px;
  margin-top: 20px;
  font-weight: bold;
}

.line2 {
  font-size: 30px;
  margin-left: 150px;
  font-weight: bold;
}

.highlight-underline {
  display: inline-block;
  border-bottom: 2px solid  #009c7f;
  padding-bottom: 4px; 
  color: #009c7f;             
  font-weight: bold; 
}

.highlight {
  color: #009c7f;            
}


.animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

  .overview {
    display: flex;
    flex-direction: column;
    align-items: center;   /* 가로 중앙 정렬 */
    text-align: center;    /* 텍스트 중앙 정렬 */
  }


@media (max-width: 991px) {
  .overview {
    display: flex;
    flex-direction: column;
    align-items: center;   /* 가로 중앙 정렬 */
    text-align: center;    /* 텍스트 중앙 정렬 */
    margin-top: 20px;
  }
}

@media (max-width: 460px) {
  .line1 {
    font-size: 20px;
    margin-right: 70px;
  }

  .line2 {
    font-size: 20px;
    margin-left: 100px;
  }

    .overview {
      font-size: 12px;
    }

    .service-title {
      font-size: 16px;
    }
    .icon {
    font-size: 50px;
  }

    .services .service-item p{
      font-size: 12px;
    }

    .services .service-item {
      min-height: 220px; 
      height: auto;
    }

    .highlight-underline {
      font-size: 14px;
  }
}


.text-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center; 
  padding: 1rem;
  /* background: rgba(255, 255, 255, 0.9); */
  background: rgb(0, 0, 0);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
  transition: transform 0.3s ease;
  margin-top: 30px;
}

.text-container:hover {
  transform: translateY(-5px);
}

h1 {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 350px;
  height: 70px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1 span.prefix {
  font-size: 40px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

h1 span.prefix:hover {
  color: #7c5ce0;
}

.message {
  background: linear-gradient(45deg, #a8d8ea, #aa96da);
  color: #000;
  display: block;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  padding: 0.1rem 1rem;
  top: 0.2rem;
  left: 30px;
  border-radius: 4px;
  animation: openclose 8s ease-in-out infinite;
  height: 4.5rem;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.message:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.word1, .word2, .word3, .word4 {
  font-family: tahoma;
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 4.5rem;
}

.message .word1 { animation: word-animation 8s infinite; }
.message .word2 { animation: word-animation 8s infinite 2s; }
.message .word3 { animation: word-animation 8s infinite 4s; }
.message .word4 { animation: word-animation 8s infinite 6s; }

@keyframes word-animation {
  0%, 5% { opacity: 0; }
  10%, 22% { opacity: 1; }
  27%, 100% { opacity: 0; }
}

@keyframes openclose {
  0% { top: 0.2rem; width: 0; }
  5% { width: 0; }
  10% { width: 285px; }
  20% { top: 0.2rem; width: 285px; }
  25% { top: 0.2rem; width: 0; }
  30% { top: 0.2rem; width: 0; }
  35% { top: 0.2rem; width: 285px; }
  45% { top: 0.2rem; width: 285px; }
  50% { top: 0.2rem; width: 0; }
  55% { top: 0.2rem; width: 0; }
  60% { top: 0.2rem; width: 285px; }
  70% { top: 0.2rem; width: 285px; }
  75% { top: 0.2rem; width: 0; }
  80% { top: 0.2rem; width: 285px; }
  90% { top: 0.2rem; width: 285px; }
  95% { top: 0.2rem; width: 0; }
  100% { top: 0.2rem; width: 0; }
}

/* @media (max-width: 768px) {
  h1 {
    font-size: 2rem;
    width: 400px;
  }
  
  h1 span.prefix {
    font-size: 1.4rem;
    margin-left: 20px;
  }
  
  .message {
    left: 150px;
  }
} */

.sub-message{
  /* position: absolute; */
  top: 50px;
  left: 30px;
  font-size: 1.2rem;
  color: #f7f6f6;
  font-weight: 500;
  width: 350px;
  text-align: center;
  font-size: 15px;
}

.top-right {
    background-color: #da1172;
    padding: 20px;
    border-radius: 10px;
}


@media (max-width: 991px) {
.sp-top .row{
    flex-direction: column-reverse; 
  }
}


   .contact-banner {
      display: inline-block;
      position: relative;
      /* background-color: #f42323; */
      background-color: #da1172; 
      color: white;
      font-weight: bold;
      font-size: clamp(20px, 5vw, 36px);
      padding: 20px 60px;
      border-radius: 15px;
      font-family: Arial, sans-serif;
      text-align: center;


  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* font-family: 'Bungee', sans-serif; */
    }

    .contact-banner::after {
      content: '';
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #da1172; 
    }

    .contact-msg {
      font-size: 80px;
      margin-top: 10px;
      color: yellow;
    }

        .contact-msg2 {
      /* margin-top: 50px; */
      font-size: clamp(150px, 10vw, 200px);
      font-weight: bold;
      color: #da1172;
        z-index: 1;
    }

    .contact-msg2::before {
  content: "INDIE PARK";
  position: lative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(30px, 5vw, 40px);
  color: rgba(224, 195, 195, 0.583); 
  letter-spacing: 10px;
  z-index: 0; 
  white-space: nowrap;
  pointer-events: none; 
  /* margin-top: 20px */
}

.form-control {
  border-radius: 20px !important;
}

.comingsoon {
  display: flex;
  flex-direction: column;
  align-items: center;    
  justify-content: center; 
  text-align: center;
  min-height: 17.5vh;
  margin-top: 0;          
  font-size: 30px;
  font-weight: bold;
  color: white;

  /* 🔽 검정색 기준 그라데이션 */
  background: linear-gradient(145deg, #000000, #1a1a1a, #2c2c2c);

  text-shadow:
    1px 1px 0 #d63031,
    2px 2px 0 #c0392b,
    3px 3px 0 #96281b,
    4px 4px 0 rgba(0, 0, 0, 0.3);

  animation: popIn 1s ease;
}



.store-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; 
  justify-items: center; 
  max-width: 500px;
  margin: 40px auto;
}

.store-btn {
  width: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.5rem;
  padding: 8px 10px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: flex;
  justify-content: center; 
  align-items: center;      
}

.store-btn i {
  font-size: 1.0rem;
}


.store-btn.google {
  background-color: #34a853;
}

.store-btn.appstore {
  background-color: #0d96f6;
}

.store-btn.steam {
  background-color: #171a21;
}

.store-btn.nintendo {
  background-color: #e60012;
}

.store-btn:hover {
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.395);
}


.store-panel {
  background-color: #fafbfa;
}


.blog-posts .post-content {
  padding: 0px;
}


.comingsoon-btn {
  display: block;        
  margin: 0 auto;      
  width: fit-content;   
  padding: 14px 32px;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  background: linear-gradient(135deg, #ff6b6b, #ffa94d);
  border: none;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

@media (max-width: 600px) {
  .comingsoon-btn {
    font-size: 1.2rem;
  }
}


.comingsoon-btn:hover {
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
}

.indiegame-box {
  padding-left: 15px;
  padding-right: 15px;
}

.indiegames-text{
  font-size: 14px;
  min-height: 130px;
}

.indiegames-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 80px;
  padding: 7px;
  font-weight: bold;
  font-size: 17px;
}

.indiegames-btn:hover{
  color: yellow;
}

.booth-btn{
  background-color: #fe4c4d;
  color: white;
  width: 80px;
  height: 40px;
  font-size: 12px;
}

.booth-btn::before {
  content: "BOOTH";
}

.x-btn{
  background-color: #000000;
  color: white;
  width: 80px;
  height: 40px;
  font-size: 12px;
}

.x-btn::before {
  font-family: "Font Awesome 6 Brands"; 
  content: "\e61b";
  font-size: 12px;
}

.steam-btn{
  background-color: #2d76da;
  color: white;
  font-size: 12px;
  width: 80px;
  height: 40px;
}

.steam-btn::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f1b6"; 
  font-size: 11px;
}

.steam-btn::after {
  content: "　STEAM";
  font-size: 11px;
}
