@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap");

a:focus,
a:focus-visible,
a:active {
  outline: none !important;
  text-decoration: none;
}

a:focus,
a:focus-visible,
a img:focus,
a img:focus-visible,
img:focus,
img:focus-visible {
  outline: none;
  text-decoration: none;
}


a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  text-decoration: none;
}


.close_popup, #gotop, #btn-s5L, #btn-s5R, #s3-img-bntA, #s3-img-bntB, #s3-img-bntC, #s3-img-bntD {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }




html {
    touch-action: manipulation;
  }
  
 
  input, textarea, select, button {
    font-size: 16px;
  }


body {
    background-color: #000;
    overflow-x: hidden;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.loaded {
    opacity: 1;
  }
  
 




body::-webkit-scrollbar {
    width: .5vw;
}

body::-webkit-scrollbar-thumb {
    background-color: #a21b0f;
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #79140b;
}

body::-webkit-scrollbar-track {
    background-color: #191919;
    border-radius: 0px;
}



   

    
    .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999;
        display: none;
      }
  
     
  .loader-top {
    width: 140%;
    height: 51%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: black;
    transition: transform 1.0s ease;
    overflow: hidden;
  }
  
  
  .loader-bottom {
    width: 140%;
    height: 51%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: black;
    transition: transform 1.0s ease;
    overflow: hidden;
  }
  
  
  
 
  .loader-top {
    transform: translateX(20%);
  }
  
  .loader-bottom {
    transform: translateX(-20%);
  }
   
      
  
     
      .loader-top {
        top: 0;
        align-items: flex-end;
       
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
        transition: transform 0.8s ease-out;
      }
  
      .loader-bottom {
        bottom: 0;
        align-items: flex-start;
       
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
        transition: transform 0.8s ease-out;
      }
  
  
      .loader-top img {
        transform: translateX(-13%);
      }
  
  
      .loader-bottom img {
        transform: translateX(13%);
      }
  
  
     
      .progress-container {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100vw;
        height: 2px;
        background-color: transparent;
        transform: translateY(-50%);
        z-index: 5;
        transition: opacity 0.2s ease;
      }
  
      .progress-bar {
        width: 0;
        height: 100%;
        background-color: rgb(194, 40, 40);
        animation: loadProgress 2.5s forwards;
      }
  
     
      @keyframes loadProgress {
        0% { width: 0; }
        100% { width: 100%; }
      }
  
     
      .move-left {
        transform: translateX(-150%);
       
      }
  
      .move-right {
        transform: translateX(150%);
       
      }
  
     
      .hide-line {
        opacity: 0;
      }
  
  
  .loader-img-box {
      position: relative;
      width: 62.5vw;
      height: auto;
  }
      
  
  
 
  .image-container {
              width: 100%;   
              max-width: 100%;
              height: auto;   
          }
  
  
  .image-container img {
              width: 100%;  
              height: auto; 
              display: block;
          }




#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -3;
    
    animation: brightnessCycle 5s ease-in-out infinite;
}


#bg-stone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-stone.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -2;
    
    animation: brightnessCycle_stone 5s ease-in-out infinite;
}



#bg-ros {
    position: absolute;
    top: -11vw;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-ros.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -1;
}



#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}


#particles-R {
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    right: 0;
    user-select: none;
    pointer-events: none;
}

#particles-L {
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    z-index: 1;
    user-select: none;
    pointer-events: none;
}



@keyframes brightnessCycle {
    0% { filter: brightness(100%); }  
    50% { filter: brightness(150%); }  
    100% { filter: brightness(100%); }
}


@keyframes brightnessCycle_stone {
    0% { filter: brightness(90%); } 
    50% { filter: brightness(150%); }  
    100% { filter: brightness(90%); } 
}





.main-btn-large {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: .5vw .5vw;
    font-size: .9vw;
    font-weight: 500;
    letter-spacing: .08vw;
    text-indent: .08vw;
   
    color: white;
    background-color: #a02e1f;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.6s;
    z-index: 2;
}


.main-btn-large.beta {
    background-color: #1f41a0;
}


.main-btn-large {
    background-color: #a02e1f;
}



.main-btn-large:hover { 
    background-color: rgb(212, 83, 66);
}


.main-btn-large::before,
.main-btn-large::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    background-color: #b53e2b;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
    transition: transform 0.3s ease-in-out;
}

.main-btn-large::before {
    left: 0;
    transform: translateX(0);
}

.main-btn-large::after {
    right: 0;
    background-color: #b53e2b;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateX(0);
}

.main-btn-large:hover::before {
    transform: translateX(-1vw);
}

.main-btn-large:hover::after {
    transform: translateX(1vw);
}

.main-btn-large:hover {
    color: #fff;
}


.material-symbols-outlined {
    font-size: 1vw !important;
    margin-left: 0;
    vertical-align: middle;
}

.rotate-icon {
    display: inline-block;
    transform: rotate(320deg);
}






.main-btn-small {
    position: relative;
    width: auto;
    height: auto;
    padding: .4vw 2.6vw;
    font-size: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    transition: 0.6s;
}

.main-btn-small.s3 {
    position: relative;
    width: 7.96vw;
    height: auto;
    padding: .4vw 0vw;
    font-size: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    transition: 0.6s;
}

.main-btn-small:hover {
    background-color: #79140ba6;   
}



.image-container {
            width: 100%;   
            max-width: 100%;
            height: auto;   
        }


.image-container img {
            width: 100%;  
            height: auto; 
            display: block;
        }




#section-kv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 46vw;
    background-color:#000000;
    background-image: url(../img/bg-kv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(10);
    transition: filter 1.1s cubic-bezier(0.4, 0, 0.2, 1);


     
     

}



@keyframes hc {
    0% {
      filter: contrast(1);
    }
  
    50% {
      filter: contrast(5.5);
    }
  
    100% {
      filter: contrast(1);
    }
  }




#logo {
    position: absolute;
    width: 11.5vw;
    height: auto;
    left: 1.5vw;
    top: 1vw;
   
    background-repeat: no-repeat;
   
    z-index: 2;
    transition: 0.5s;
    user-select: none;
}


#slogan {
    position: relative;
    width: 45vw;
    height: auto;
   
   
    top: 25.2vw;
   
    background-repeat: no-repeat;
   
    z-index: 2;
    transition: 0.5s;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;

     
      animation: breatheBrightness 10s infinite;

}





  @keyframes breatheBrightness {
    0% {
      filter: brightness(1);
    }

    5% {
        filter: brightness(1.1);
      }

   20% {
      filter: brightness(1);
    }
    100% {
      filter: brightness(1);
    }
  }




#logo:hover {
    filter: brightness(1.15);
 }


#man4 {
    position: absolute;
    width: 85vw;
    height: 47vw;

    background: #fff00050;
    background-size: contain;
    background-repeat: no-repeat;

        z-index: 1;
         pointer-events: none;
}


#iconbtn-box {
    position: absolute;
    width: auto;
    height: auto;
    top: 21vw;
    right: -1px;
   
}


#iconbtn-1, #iconbtn-2, #iconbtn-3, #iconbtn-4, #iconbtn-5, #iconbtn-6 {
    position: relative;
    width: 2.3vw;
    height: 2.3vw;
    background-color: #00000098;
    border: 1px solid #777777;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.5s;
    margin-bottom: -1px;
    }

    #iconbtn-1:hover, #iconbtn-2:hover, #iconbtn-3:hover, #iconbtn-4:hover, #iconbtn-5:hover, #iconbtn-6:hover {
       
        background-color: #4d0a049c;
        }



#iconbtn-1 {
    background-image: url(../img/iconbtn_01.png);
    }

 #iconbtn-2 {
        bottom: 1px;
        background-image: url(../img/iconbtn_02.png);
}


#iconbtn-3 {
            bottom: 1px;
            background-image: url(../img/iconbtn_03.png);
 }

 #iconbtn-4 {
    bottom: 1px;
    background-image: url(../img/iconbtn_04.png);
}

#iconbtn-5 {
    bottom: 1px;
    background-image: url(../img/iconbtn_05.png);
}

#iconbtn-6 {
    bottom: 1px;
    background-image: url(../img/iconbtn_06.png);
}


#section-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 33.8vw;
   
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;

   
}


#title-s1 {
    position: relative;
    padding: 0 26vw;
    width: 41.667vw;
    height: 4.427vw;
    background-image: url(../img/title-s1.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 3.8vw;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
    border-bottom: 1px solid #ffffff;
}


#box-s1 {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 3vw;
   
    flex-direction: row;
}




.news-container {
    position: relative;
    width: 45vw;
    max-height: 20.5vw;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: .4vw;
   
    border-radius: 0px;
    margin-right: 2vw;
}


.news-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.news-container li {
    display: flex;
    align-items: center;
    padding: .5vw 1vw;
    margin: .0vw .4vw .4vw .4vw;
    color: #e0e0e0;
    background-color: #191919;
}


.news-tag {
    position: relative;
    width: 4.5vw;
    height: .9vw;
    margin: 0 0.7vw;
    top: .1vw;
    line-height: 0.6vw;
    font-size: 0.6vw;
    display: flex;
    background-color: rgb(102, 102, 102);
    color: white;
    align-items: center;
    justify-content: center;
    user-select: none;
}


.news-tag.new {
    background-color: #a21b0f;
}





.news-date {
    font-size: .81vw;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #cfcfcf;
    font-weight: 500;
}


.news-content {
    flex-grow: 1;
   
    font-size: .81vw;
}


.news-container li:last-child {
    border-bottom: none;
}


.news-container::-webkit-scrollbar {
    width: .6vw;
}

.news-container::-webkit-scrollbar-thumb {
    background-color: #a21b0f;
    border-radius: 0px;
}

.news-container::-webkit-scrollbar-thumb:hover {
    background-color: #79140b;
}

.news-container::-webkit-scrollbar-track {
    background-color: #191919;
    border-radius: 0px;
}

.svg-icon-time {
    width: .9vw;
    height: .9vw;
    color: #6b6b6b;
    margin-top: .13vw;
    margin-right: 0.2vw;
}

.news-container a {
    color: #cfcfcf;
    text-decoration: none;
}

.news-container a:hover {
    color: #ffffff;
}


#box-s1-right {
    position: relative;
    width: 27vw;
    height: 20.5vw;
   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#imgbtn-s1 {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    filter: brightness(.95);
    border: 1px solid white;
    overflow: hidden;
}

#imgbtn-s1 .image-container {
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
}

#imgbtn-s1:hover .image-container {
    transform: scale(1.2);
}



#section-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 16vw;
   
            background-size: cover;
    background-repeat: no-repeat;

   
}


#title-s2 {
    position: relative;
    padding: 0 26vw;
    width: 41.667vw;
    height: 4.427vw;
    background-image: url(../img/title-s2.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1.5vw;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
    border-bottom: 1px solid #ffffff;
}


.s2-btnbox {
    position: relative;
    display: flex;
    width: 66vw;
    height: 4vw;
    margin-top: 3.4vw;
   
    background-repeat: no-repeat;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
}



.main-btn-large.s21, .main-btn-large.s22, .main-btn-large.s23, .main-btn-large.s24 {
    width: 22.5%;
}




#section-3 {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 32vw;
   
    background-size: cover;
    background-repeat: no-repeat;
   
    align-items: center;
    justify-content: center;
}


#box-s3 {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 3vw;
   
    flex-direction: row;
}


#box-s3-left {
    order: 1;
  }
  #box-s3-right {
    order: 2;
  }


#box-s3-left {
    position: relative;
    display: flex;
    width: 45vw;
    height: 26vw;           
    margin-right: 2vw;
    flex-direction: row;
    justify-content: space-between;
}

#s3-img-bntA, #s3-img-bntB, #s3-img-bntC, #s3-img-bntD {
    position: relative;
   
    width: 10.625vw;
    height: 26vw;
   
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
    bottom:0vw;
}


#s3-img-bntA:hover, #s3-img-bntB:hover, #s3-img-bntC:hover, #s3-img-bntD:hover {
    bottom:.5vw;
   
}



#box-s3-right {
    position: relative;
    display: flex;
    width: 29vw;
    height: 26vw;
   
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}


#title-s3 {
    position: relative;
    width: 28.12vw;
    height: 18.125vw;
    background-image: url(../img/title-s3.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    pointer-events: none;
    margin-bottom: 2vw;
    transition: transform 0.2s ease-in-out;
}


#title-s3m {
    display: none;
}

.main-btn-large.s3 {
    width: 90%;
    z-index: 1;
}


.s3-btnbox {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
    bottom: 0;
   
   
    background-repeat: no-repeat;
    /* cursor: pointer; */
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1vw;
}




#section-4 {
    position: relative;
    display: flex;
    width: 100%;
    height: 31vw;
    background-image: url(../img/bg-s4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   
    align-items: center;
    justify-content: center;
}

#box-s4 {
    position: relative;
    display: flex;
    width: 75vw;
    height: 18vw;
   
   
    flex-direction: row;
    justify-content: space-between;
}

#title-s4 {
    position: relative;
    width: 26vw;
    height: 18vw;
    background-image: url(../img/title-s4.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .6vw;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
}



#s4-img-bnt-a, #s4-img-bnt-b, #s4-img-bnt-c {
    position: relative;
   
    width: 15vw;
    height: 18vw;
   
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    bottom:0vw;
    transition: 0.5s;
}

#s4-img-bnt-a:hover, #s4-img-bnt-b:hover, #s4-img-bnt-c:hover {
    filter: brightness(1.17);
    bottom:.5vw;
}



#section-5 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 74vw;
   
    background-size: cover;
    background-repeat: no-repeat;

   
}


#title-s5 {
    position: relative;
    width: 26.667vw;
    height: 5.365vw;
    background-image: url(../img/title-s5.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 9.5vw;
    margin-bottom: 1.3vw;
    z-index: 1;
}


#section-5 p {
    text-align: center;
    color: #fff;
    font-size: .9vw;
    font-weight: 400;
    letter-spacing: .02vw;
    line-height: 175%;
}



#btn-s5L-top {
    position: absolute;
    width: 48.5vw;
    height: 17.5vw;
    left: 0vw;
    top: 30vw;
    z-index: 3;
    pointer-events: none;
}


#btn-s5L {
    position: absolute;
    width: 48.5vw;
    height: 17.5vw;
    left: 0vw;
    top: 30vw;
    background-color: #fff000cc;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.7s;
    filter: brightness(0.35);
}

#btn-s5L::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.75);
    background: rgb(0 29 89 / 83%);
    mix-blend-mode: color;
    transition: 0.5s ease-in-out;
}


#btn-s5L:hover {
    filter: brightness(1.0);
}

#btn-s5L:hover::after {
    opacity: 0;
}


#btn-s5R-top {
    position: absolute;
    width: 48.5vw;
    height: 17.5vw;
    right: 0vw;
    top: 30vw;
    z-index: 3;
    pointer-events: none;
}


#btn-s5R {
    position: absolute;
    width: 48.5vw;
    height: 17.5vw;
    right: 0vw;
    top: 30vw;
    background-color: #fff000cc;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.7s;
    filter: brightness(0.35);
}


#btn-s5R::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    background: rgb(56 9 0 / 83%);
    mix-blend-mode: color;
    transition: 0.5s ease-in-out;

}

#btn-s5R:hover {
    filter: brightness(1.0);
}


#btn-s5R:hover::after {
    opacity: 0;
}


#s5-text {
    position: relative;
    width: 68.5vw;
    height: 9.5vw;
   
    top: 32.5vw;
    background-repeat: no-repeat;
   
    z-index: 1;
}


.main-btn-small.s5 {
    position: relative;
    width: auto;
    height: auto;
    padding: .35vw 4.6vw;
    font-size: 0.95vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    top: 34vw;
    transition: 0.6s;
}


.main-btn-small.s5:hover {
    background-color: #79140ba6;
}


#gotop {
    position: absolute;
    bottom: 1vw;
    right: -1px;
    width: 2.3vw;
    height: 2.3vw;
    background-image: url(../img/iconbtn_top.png);
    background-color: #000000b3;
    border: 1px solid #777777;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 99;
    transition: 0.5s;
}


#gotop:hover {
    background-color: #79140b77;
}



#footbox {
    position: relative;
   
    flex-direction: column;
    align-items: center;
   
   
    background-color: #000000;
}


@media screen and (min-width: 1024px) and (max-width: 1279px) {

}


@media screen and (min-width: 769px) and (max-width: 1023px) {

}


@media screen and (max-width: 768px) {




   

    
    .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999999;
        overflow: hidden;
        pointer-events: none;
      }
  
     
  .loader-top {
    width: 140%;
    height: 50%;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: black;
    transition: transform 0.5s ease;
    overflow: hidden;
  }
  
  
  .loader-bottom {
    width: 140%;
    height: 50%;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: black;
    transition: transform 0.5s ease;
    overflow: hidden;
  }
  
  
  
 
  .loader-top {
    transform: translateX(20%);
  }
  
  .loader-bottom {
    transform: translateX(-20%);
  }
   
      
  
     
      .loader-top {
        top: 0;
        align-items: flex-end;
       
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
      }
  
      .loader-bottom {
        bottom: 0;
        align-items: flex-start;
       
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
      }
  
  
      .loader-top img {
        transform: translateX(-8%);
      }
  
  
      .loader-bottom img {
        transform: translateX(8%);
      }
  
  
     
      .progress-container {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100vw;
        height: 1px;
        background-color: transparent;
        transform: translateY(-50%);
        z-index: 5;
        transition: opacity 0.2s ease;
      }
  
      .progress-bar {
        width: 0;
        height: 100%;
        background-color: rgb(212, 48, 48);
        animation: loadProgress 2.5s forwards;
      }
  
     
      @keyframes loadProgress {
        0% { width: 0; }
        100% { width: 100%; }
      }
  
     
      .move-left {
        transform: translateX(-150%);
       
      }
  
      .move-right {
        transform: translateX(150%);
       
      }
  
     
      .hide-line {
        opacity: 0;
      }
  
  
  .loader-img-box {
      position: relative;
      width: 94vw;
      height: auto;
  }






    #bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        background-image: url(../img/mobile/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0;
        z-index: -3;
        
        animation: brightnessCycle 5s ease-in-out infinite;
    }
    
    
    #bg-stone {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg-stone.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0;
        z-index: -2;
        
        animation: brightnessCycle_stone 5s ease-in-out infinite;
    }
    
    
    
    #bg-ros {
        position: absolute;
        top: -90vw;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/mobile/bg-ros.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center 0;
        z-index: -1;
    }





.main-btn-large {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: .5vw .5vw;
    font-size: .9vw;
    font-weight: 500;
    letter-spacing: .08vw;
    text-indent: .08vw;
   
    color: white;
    background-color: #a02e1f;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.6s;
    z-index: 2;
}


.main-btn-large.beta {
    background-color: #1f41a0;
}


.main-btn-large {
    background-color: #a02e1f;
}



.main-btn-large:hover { 
    background-color: rgb(212, 83, 66);
}


.main-btn-large::before,
.main-btn-large::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    background-color: #b53e2b;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
    transition: transform 0.3s ease-in-out;
}

.main-btn-large::before {
    left: 0;
    transform: translateX(0);
}

.main-btn-large::after {
    right: 0;
    background-color: #b53e2b;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateX(0);
}

.main-btn-large:hover::before {
    transform: translateX(-1vw);
}

.main-btn-large:hover::after {
    transform: translateX(1vw);
}

.main-btn-large:hover {
    color: #fff;
}


.material-symbols-outlined {
    font-size: 1vw !important;
    margin-left: 0;
    vertical-align: middle;
}

.rotate-icon {
    display: inline-block;
    transform: rotate(320deg);
}






.main-btn-small {
    position: relative;
    width: 43vw;
    height: auto;
    padding: 2vw 0vw;
    font-size: 2.6vw;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    transition: 0.6s;
}

.main-btn-small.s3 {
    position: relative;
    width: 11.1vw;
    height: auto;
    padding: .4vw 0vw;
    font-size: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    transition: 0.6s;
}

.main-btn-small:hover {
    background-color: #79140ba6;   
}





    .material-symbols-outlined {
        font-size: 3vw !important;
        margin-left: 0;
        vertical-align: middle;
    }



    #section-kv {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 150vw;
        background-image: url(../img/mobile/bg-kv.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    #logo {
        position: absolute;
        width: 25vw;
        height: auto;
        left: 1.5vw;
        top: 2vw;
       
        background-repeat: no-repeat;
       
        z-index: 2;
        transition: 0.5s;
        user-select: none;
    }
    
    
    #slogan {
        position: relative;
        width: 100%;
        height: auto;
        top: 98vw;
        background-repeat: no-repeat;
        z-index: 2;
    }


    #iconbtn-box {
        display: flex
;
        position: absolute;
        width: auto;
        height: auto;
        top: 0px;
        right: 0vw;
        flex-direction: row;
    }
    
    
    #iconbtn-1, #iconbtn-2, #iconbtn-3, #iconbtn-4, #iconbtn-5, #iconbtn-6 {
        position: relative;
        width: 6.5vw;
        height: 6.5vw;
        background-color: #00000061;
        border: 1px solid #777777;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 2;
        transition: 0.5s;
        bottom: 0;
        margin-left: -1px;
        border-top: none;
        }
    
        #iconbtn-1:hover, #iconbtn-2:hover, #iconbtn-3:hover, #iconbtn-4:hover, #iconbtn-5:hover, #iconbtn-6:hover {
           
            background-color: #4d0a049c;
            }






#iconbtn-6 {
    border-right: none; 
}













#section-1 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
   
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;

   
}


#title-s1 {
    position: relative;
    padding: 0;
    width: 90%;
    height: 15vw;
    background-image: url(../img/mobile/title-s1.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 6vw;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
    border-bottom: none;
    margin-top: 16vw;
}


#box-s1 {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 6vw;
   
    flex-direction: column;
}


.news-container {
    position: relative;
    width: 90vw;
    max-height: 33vw;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0;
   
    border-radius: 0px;
    margin-right: 0;
    margin-bottom: 1vw;
}


.news-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.news-container li {
    display: flex
    ;
            padding: 0vw 2vw;
            margin: 0vw 1.4vw 1.4vw 0vw;
            color: #e0e0e0;
            background-color: #191919;
            align-items: center;
}


.news-tag {
    position: relative;
    width: 11.5vw;
    height: 2.7vw;
    margin: 0 2vw;
    top: .1vw;
    line-height: 1.8vw;
    font-size: 2vw;
    display: flex
;
    background-color: rgb(102, 102, 102);
    color: white;
    align-items: center;
    justify-content: center;
    user-select: none;
}


.news-tag.new {
    background-color: #a21b0f;
}





.news-date {
    font-size: 2.7vw;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #cfcfcf;
    font-weight: 500;
}


.news-content {
    flex-grow: 1;
   
    font-size: 2.7vw;
    line-height: 2.5;
}


.news-container li:last-child {
    border-bottom: none;
}


.news-container::-webkit-scrollbar {
    width: 1.2vw;
}

.news-container::-webkit-scrollbar-thumb {
    background-color: #a21b0f;
    border-radius: 0px;
}

.news-container::-webkit-scrollbar-thumb:hover {
    background-color: #79140b;
}

.news-container::-webkit-scrollbar-track {
    background-color: #191919;
    border-radius: 0px;
}

.svg-icon-time {
    width: .9vw;
    height: .9vw;
    color: #6b6b6b;
    margin-top: .13vw;
    margin-right: 0.2vw;
}

.news-container a {
    color: #cfcfcf;
    text-decoration: none;
}

.news-container a:hover {
    color: #ffffff;
}


#box-s1-right {
    position: relative;
    width: 90vw;
    height: auto;
   
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    gap: 3vw;
    margin: 4vw 0 6vw 0;
    flex-wrap: wrap;
}

#imgbtn-s1 {
    position: relative;
    width: 100%;
    height: auto;
   
    cursor: pointer;
    transition: 0.5s ease-in-out;
    filter: brightness(.95);

    border: 1px solid white;
}

#imgbtn-s1:hover {
    filter: brightness(1.25);
}





#section-2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
   
            background-size: cover;
    background-repeat: no-repeat;

   
}


#title-s2 {
    position: relative;
    padding: 0;
    width: 90%;
    height: 15vw;
    background-image: url(../img/mobile/title-s2.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 9vw;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
    border-bottom: none;
}


.s2-btnbox {
    position: relative;
    display: flex
;
    width: 90vw;
    height: auto;
    margin-top: 4vw;
   
    background-repeat: no-repeat;
    cursor: pointer;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3vw;
}



.main-btn-large.s21, .main-btn-large.s22, .main-btn-large.s23, .main-btn-large.s24 {
    width: 43.5vw;
    padding: 2vw 0;
}







#section-3 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
   
    align-items: center;
    justify-content: center;
}


#box-s3 {
    position: relative;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 3vw;
   
    flex-direction: row;
}


#box-s3-left {
    position: relative;
    display: flex;
    width: 78%;
    height: auto;
    margin-right: 0;
    flex-direction: row;
    order: 1;
    gap: 2vw 4vw;
    flex-wrap: wrap;
    justify-content: center;
}

#s3-img-bntA, #s3-img-bntB, #s3-img-bntC, #s3-img-bntD {
    position: relative;
   
    width: 37vw;
    height: auto;
    margin-top: 3vw;
   
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
    bottom: 0vw;
}


#s3-img-bntA:hover, #s3-img-bntB:hover, #s3-img-bntC:hover, #s3-img-bntD:hover {
    bottom:.5vw;
   
}



#box-s3-right {
    position: relative;
    display: flex
;
     width: 78%;
    height: auto;
   
    order: 2;
    align-items: center;
    flex-direction: column;
}


#title-s3m {
    position: relative;
    display: block;
    padding: 0;
    width: 90%;
    height: 15vw;
    background-image: url(../img/mobile/title-s3.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 15vw;
        margin-bottom: 3vw;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
    border-bottom: none;
}


#title-s3 {
    display: none;
}


.main-btn-large.s3 {
    width: 100%;
    z-index: 1;
    margin-top: 6vw;
    padding: 1.8vw 0;
    font-size: 3.3vw;
}


.s3-btnbox {
    position: relative;
    display: flex
;
    width: 100%;
    height: auto;
    bottom: 0;
   
   
    background-repeat: no-repeat;
    /* cursor: pointer; */
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-top: 3vw;
    gap: 4vw;
}


.main-btn-small.s3 {
    position: relative;
    width: 50%;
    height: auto;
    padding: 2vw 0vw;
    font-size: 2.6vw;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    transition: 0.6s;
}






#section-4 {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    padding: 20vw 0 25vw 0;
    background-image: url(../img/mobile/bg-s4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   
    align-items: center;
    justify-content: center;
    margin-top: 22vw;
}

#box-s4 {
    position: relative;
    display: flex
;
    width: 90%;
    height: auto;
   
   
    flex-direction: column;
    align-items: center;
}

#title-s4 {
    position: relative;
    padding: 0;
    width: 100%;
    height: 15vw;
    background-image: url(../img/mobile/title-s4.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
    border-bottom: none;
}



#s4-img-bnt-a, #s4-img-bnt-b, #s4-img-bnt-c { 
    position: relative;
   
    width: 90%;
    height: auto;
   
   
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    bottom: 0vw;
    transition: 0.5s;
    margin-top: 7vw;
}

#s4-img-bnt-a:hover, #s4-img-bnt-b:hover, #s4-img-bnt-c:hover {
    filter: brightness(1);
    bottom:0;
}





#section-5 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 233vw;
   
    background-size: cover;
    background-repeat: no-repeat;

   
}


#title-s5 {
    position: relative;
    width: 100%;
    height: 17vw;
    background-image: url(../img/mobile/title-s5.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 24.5vw;
    margin-bottom: 6vw;
    z-index: 1;
}


#section-5 p {
    text-align: center;
    color: #fff;
    font-size: 2.8vw;
    font-weight: 400;
    letter-spacing: .06vw;
    line-height: 2;
    margin: 2vw 0 6vw 0;
}



#btn-s5L-top {
    position: absolute;
    width: 85vw;
    height: auto;
    left: 0vw;
    top: 95vw;
    z-index: 3;
    pointer-events: none;
}


#btn-s5L {
    position: absolute;
    width: 85vw;
    height: auto;
    left: 0vw;
    top: 95vw;
    background-color: #fff000cc;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.7s;
    filter: brightness(0.75);
}

#btn-s5L::after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.75);
    background: rgb(0 29 89 / 83%);
    mix-blend-mode: color;
    transition: 0.5s ease-in-out;
}


#btn-s5L:hover {
    filter: brightness(1.0);
}

#btn-s5L:hover::after {
    opacity: 0;
}


#btn-s5R-top {
    position: absolute;
    width: 85vw;
    height: auto;
    right: 0vw;
    top: 135vw;
    z-index: 3;
    pointer-events: none;
}


#btn-s5R {
    position: absolute;
    width: 85vw;
    height: auto;
    right: 0vw;
    top: 135vw;
    background-color: #fff000cc;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.7s;
    filter: brightness(0.9);
}


#btn-s5R::after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    background: rgb(56 9 0 / 83%);
    mix-blend-mode: color;
    transition: 0.5s ease-in-out;

}

#btn-s5R:hover {
    filter: brightness(1.0);
}


#btn-s5R:hover::after {
    opacity: 0;
}


#s5-text {
    position: relative;
    width: 90vw;
    height: auto;
   
    top: 100vw;
    background-repeat: no-repeat;
   
    z-index: 1;
}


.main-btn-small.s5 {
    position: relative;
    width: auto;
    height: auto;
    padding: 1.2vw 9vw;
    font-size: 2.9vw;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    top: 104vw;
    transition: 0.6s;
}


.main-btn-small.s5:hover {
    background-color: #79140ba6;
}




#gotop {
    position: absolute;
    bottom: 5vw;
    right: 0;
    width: 6.5vw;
    height: 6.5vw;
    background-image: url(../img/iconbtn_top.png);
    background-color: #000000b3;
    border: 1px solid #777777;
    border-right: none;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 99;
    transition: 0.5s;
}       




#footbox {
    position: relative;
   
    flex-direction: column;
    align-items: center;
   
   
    background-color: #000000;
}






}