.anchor-bounce{
  position: absolute;
  top: 80%;
  width: 10%;
  left: 44.5%;}


.arrow-icon {
  width: 50px;
  height: 50px;
  transition: transform 0.3s ease;
}

.arrow-icon:hover {
  transform: translateY(10px);
  filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(10000%) hue-rotate(0deg); /* Change color using filter */
}

body {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    scroll-behavior: smooth;
    width:100%;
  }
  .bounce {
      display: inline-block;
      position: relative;
      -moz-animation: bounce 2.5s infinite linear;
      -o-animation: bounce 2.5s infinite linear;
      -webkit-animation: bounce 2.5s infinite linear;
      -webkit-animation: bounce 2.5s infinite linear;
      animation: bounce 2.5s infinite linear;
      color: 000;
      width: 30px;
  }
  

.container{gap:0;padding:0;}

.container.works{
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
height:20vh;
}

.column.works.one-vertical {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 22vh;
    margin-top: 7vh;
}

.column.works.one-vertical img {
    height: 100%;
    object-fit: cover;
}


.counter-value {
    font-size: 81px;
    font-weight: bold;
    display: inline-block;
    min-width: 100px;
    color: #00ff00;
}

.counter-container {
    display: inline-grid;
    justify-content: center;
    gap: 50px;
    /* margin: 100px 0; */
}



.hgroup{
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-56%, -50%);
  text-align: center;
  color: white;
  z-index: 10;
  transition: transform 0.3s ease-out;
  width: 79vw;
  will-change: transform;}


.hgroup h1 {
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  line-height: 0em;
  font-size: 2rem;
  margin: 0 0 40px 0;
  text-align: center;
  letter-spacing: .3em;
  margin-bottom: 0;
}

.hgroup h2 {
  
  font-size: 14px;
  line-height: normal;
  font-weight: 100;
  text-transform: lowercase;
  letter-spacing: 0;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  word-break: keep-all;
  text-shadow: none;
}
.hgroup h3 {
  
        line-height: 1.2em;
        font-size: 1rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        margin: 1vh 8px 13px;
}
.hgroup h3[data-v-3aacd5f8] {
  line-height: 1.2em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  margin: 1vh 8px 13px;
}




.op-description{   
    margin: 24% 20px;
    font-family: Apax;
    font-size: 24px;
    font-weight: normal;
    font-weight: 700;
    line-height: 1.25;
    list-style-type: none;
    text-align: -webkit-left;
}


    .section {
        padding: 0vh 3vw;
        text-align: center;
        margin-left: 4vw;
        margin-right: 4vw;
        width: 82vw;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }

    .section-container{width:100vw;}

.section-works{
    /* padding: 100px 20px; */
    text-align: center;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .mosaic-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(4, 150px);
    }
  
    .video-item {
      grid-column: span 3;
      grid-row: span 2;
    }
  
    .music-item, .hosting-item {
      grid-column: span 3;
      grid-row: span 1;
    }
  }
  
  @media (max-width: 768px) {



    .container {
      flex-direction: column;
  }
  .column {
      width: 100%; /* Full width on smaller screens */
  }
  .column:first-child img:nth-child(1),
  .column:first-child img:nth-child(2) {
      height: auto; /* Reset height for smaller screens */
  }
  .full-height {
      height: auto; /* Reset height for smaller screens */
  }
  .column:nth-child(2) img,
  .column:nth-child(4) img {
      height: auto; /* Reset height for smaller screens */
  }

  .container {
      display: flex
  ;
      justify-content: space-between;
      /* gap: 10px; */
      /* padding: 10px; */
      box-sizing: border-box;
  }



  /**/
    .counter-container {
      display: inline-grid;
      justify-content: center;
      /* gap: 50px;
      margin: 100px 0; */
  }
  
  .column {display:inline-block;
    width: 100%;
}


.column.full-vertical {
    display: contents
;
    flex-direction: column;
    width: 12%;
    gap: 10px;
}
.column.full-vertical img{
    height: 16vh;
    margin-bottom: 1%;
    margin-top: 1%;}

  
  .column.works.one-vertical {
    display: flex
  ;
    flex-direction: column;
    width: 100%;
    /* height: 10%; */
  }
  .container .project_description {
    margin-bottom: 3vh;
    margin-left: 0vw;
}

  .counter-container {
    display: inline;
    justify-content: center;
    gap: 50px;
    /* margin: 100px 0; */
}
  


/* .hero {
  position:fixed;margin-top:6vh;
  background-image: url(https://www.asiance.com/wp-content/uploads/2024/05/kagi_kv.png);
  background-size: cover;
  margin-top: 5vh;
  height: 30vh;
  width: 100vw;
  position: relative;
  background-position: center center;

} */


.hgroup {
  position: absolute;
  top: 89%;
  left: 50%;
  text-align: center;
  color: white;
  z-index: 10;
}
.full-product-item-box-container{text-align:center;}
.full-product-item-pic{height:10vh}
.full-product-item-pic img{height:10vh}

.full-product-item-title{font-size:1rem;font-weight:600;}
.full-product-item-sub-title{font-size:1rem;font-weight:300;}
.full-product-item-buttom{
  height: fit-content;
  width: 42vw;
  border: 1px solid #000000;
  padding: 1vh;
  margin-left: 27vw;
  margin-top: 2vh;
  margin-bottom: 2vh;}
.full-product-item-buttom:hover{cursor:pointer;background: #CCC}


    .mosaic-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(6, 150px);
    }
    .pic-box-container {
      display: inline-flex
;
  }

  .first-pic {
    width: 49vw;
    height: 40vh;
    margin-right: 2vw;
}

.first-pic img {
  width: 49vw;
  height: 40vh;
}

.second-pic {
  width: 49vw;
  height: 40vh;
}

.second-pic img {
  width: 49vw;
  height: 40vh;
}

.full-product-item-pic {
  height: 10vh;
}

.full-product-item-pic img {
  height: 41.8vh;
  margin-left: 8vw;
  margin-right: 3vw;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.other-news {
    display: inline-flex
;
}
.other-news-img {
    height: 10vh;
}

.other-news-img img {
    height: 10vh;
    width: 33vw;
    object-fit: cover;
}

.full-product-item-pic .other-news-img img {
    margin-left: 4vw;
}

    .video-item {
      grid-column: span 2;
      grid-row: span 2;
    }
  
    .music-item, .hosting-item {
      grid-column: span 2;
      grid-row: span 1;
    }
  
    .gallery-section{height:auto;display:block}
  
  .service-item{width:92%;}
  .service-item img {width:100%;}

  .section {
    margin-top: 3vh;
    text-align: left;
    margin-left: 2vw;
}


.section b {
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    max-width: 415px;
    margin: auto;
    letter-spacing: .3em;
    font-weight: 400;
}

.section div {     
    font-family: futura-pt;
    line-height: normal;
    text-align: left;
    font-weight: 400;
    font-size: 1.2rem;
    margin-top: 1vh;
    margin-bottom: 1vh;
    word-break: break-word;
}
.services-description {
    width: 94vw;
}
.content{margin-top:1vh;}
.category {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1vh;
}
h3 {
    font-size: 18px;
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    max-width: 415px;
    margin: auto;
    letter-spacing: .3em;
    font-weight: 400;
}
.content .date {
    font-size: 0.92rem;
    line-height: 1rem;
    font-size: 0.81rem;
    color: #999;
    letter-spacing: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 1rem;
}
.content .date span {
    border-left: 1px solid #CCC;
    height: 2vh;
    margin-left: 2vw;
    text-align: center;
    width: 44vw;
}
.text {
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 2vw;
    margin-right: 2vw;
    word-wrap: break-word;
}
.full-product-item-pic {
    height: 10vh;
}
.full-product-item-box-container {
    text-align: center;
}
.full-product-item-title {
    font-size: 1rem;
    font-weight: 600;
}
.full-product-item-sub-title {
    font-size: 1rem;
    font-weight: 300;
}
.full-product-item-buttom {
    height: fit-content;
    width: 42vw;
    border: 1px solid #000000;
    padding: 1vh;
    margin-left: 27vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
}
  }
  

  @media (max-width: 480px) and (max-device-width: 844px) and (-webkit-min-device-pixel-ratio: 3){

    .anchor-bounce{
      position: absolute;
      top: 50%;
      width: 10%;
      left: 81.5%;}
    
    .category{font-weight:600;font-size:1rem;margin-top:1vh;}
    .category h3{margin-bottom:.5vh;}
    .content .date{
      font-size: 0.92rem;
      line-height: 1rem;
      font-size: 0.81rem;
      color: #999;
      letter-spacing: 0;
      font-weight: 400;
      display: flex;
      align-items: center;
      line-height: 1rem;}
      .content .date span{
        border-left: 1px solid #CCC;
        height: 2vh;
        margin-left: 2vw;
        text-align: center;
        width: 44vw;}
        
    .column:first-child img:nth-child(1){
      height: 23vh;
      width: 100vw;
      margin-bottom: 1vh;
      margin-top: 4vh;
  }

.full-pic{width: 100vw;}
.full-pic img{height: 71.5vh;
  margin-left: 3vw;
  margin-right: 3vw;
  margin-top: 1vh;
  margin-bottom: 1vh;}


  .full-product-item-pic img {
    height: 48.8vh;
    margin-left: 8vw;
    margin-right: 3vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
}


.other-news-img img {
    height: 8vh;
    margin-left: 8vw;
    margin-right: 3vw;
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 28vw;
}

.first-pic{width: 49vw;
  height: 40vh;
  margin-right: 2vw;}
.first-pic img{width: 49vw;
  height: 40vh;}

  .other-news .other-news-img img{margin-left:4vw}

  .other-news{display:inline-flex;}
  .other-news.other-news-img{height:10vh;}
  .other-news.other-news-img img{
    height: 10vh;
    width: 33vw;
    object-fit: cover;}
.second-pic{width: 49vw;
  height: 40vh;}
.second-pic img{width: 49vw;
  height: 40vh;}

.pic-box-container{display:inline-flex;}

.gallery-section{height:auto;margin-top:8vh}
#posts.gallery-section{height:auto;margin-top:7vh}


#posts.gallery-section .column .row{
  display: inline-grid;
  flex-direction: row;
  width: 96vw;
  margin-right: 2vw;
  width: 95vw;
  height: 55vh;}






.hero h1[data-v-3aacd5f8], .hero h2[data-v-3aacd5f8] {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  margin:1vh;
}

.hero h1[data-v-3aacd5f8] {
  font-size: 80px;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 0px 0px 1vh;
}

.hero hgroup h2[data-v-3aacd5f8] {
  font-family: futura-pt, "Noto Sans KR";
  margin-top: 15px;
  font-size: 16px;
  line-height: normal;
  font-weight: 100;
  text-transform: lowercase;
  letter-spacing: 0px;
  text-shadow: none;
}
.hero hgroup h3[data-v-3aacd5f8] {
  
        line-height: 1.2em;
        font-size: 1rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: rgb(255, 255, 255);
        text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
        margin: 1vh 8px 13px;
}
.hero h3[data-v-3aacd5f8] {
  line-height: 1.2em;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  margin: 1vh 8px 13px;
}


#kagi.jpg
 {
  font-size: 1rem;
  width: 85vw;
}

  /* title work */

    .mosaic-grid {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(8, 150px);
    }
  
    .video-item {
      grid-column: span 1;
      grid-row: span 2;
    }
  
    .music-item, .hosting-item {
      grid-column: span 1;
      grid-row: span 1;
    }

     .section {
      padding: 0vh 3vw;
      text-align: center;
     
      margin-left: 4vw;
      margin-right: 4vw;
      width: 82vw;
      margin-top: 1vh;
      margin-bottom: 1vh;
  }

  .section b{
    line-height: 30px;
    font-size:11px;
    text-transform: uppercase;
    max-width: 415px;
    margin: auto;
    letter-spacing: .3em;
    font-weight: 400; }

    .section div{margin-top: 35px;
      font-family: futura-pt;
      line-height: normal;
      font-size: 26px;
      text-align: center;
      font-weight: 400;       
       font-size: 15px;
      margin-top: 18px;}



  .service-item-description{margin-right:4vw;}

  /* parallax*/
  .row {
    position: relative;
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Prevent scroll overflow */
  }
  
  
  .hgroup {
   
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-56%, -50%);
    text-align: center;
    color: white;
    z-index: 10;
    transition: transform 0.3s ease-out;
    width: 79vw;
    will-change: transform; /* Optimize for performance */
  }

  .hgroup h1{        
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    line-height: 0em;
    font-size: 2rem;
    margin: 0 0 40px 0;
    text-align: center;
    letter-spacing: .3em;
    margin-bottom: 0;}
  
.hgroup h2{
  font-size: 14px;
  line-height: normal;
  font-weight: 100;
  text-transform: lowercase;
  letter-spacing: 0;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  word-break: keep-all;
  text-shadow: none;}


.hgroup h3{     
  margin-top: 20px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: normal;
  text-shadow: none;
  text-transform: uppercase;
  word-break: keep-all;
  text-align: -webkit-auto;}

  /* Optional: Add a dark overlay for better text readability */
  .hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }

  .text{
    margin-top: 2vh;
    margin-bottom: 2vh;
    margin-left: 2vw;
    margin-right: 2vw;
    word-wrap: break-word;}

  }


  

