#section_main{
    height: 100vh;
    max-height: 1080px;
    display: flex;
    flex-direction: column;    
    min-width: 1350px;
    position: relative;
}
#section_main .indexMenu{
    height: 270px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
   
}
.indexMenu .swiperContainer{
    width: 100%;
    max-width: 1360px;
    min-width: 375px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 100px;
}
.indexMenuSwiper .swiper-slide{ 
    cursor:pointer;
    padding: 0 12px;
    max-height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexMenuSwiper .swiper-slide a{ 
    display: block;
    text-align: center;
    overflow: hidden;
    height: 155px;
    color: #000;
    border-radius: 8px;
}

.indexMenu .swiperContainer .indexMenuSwiper_pagination{
    position: absolute;
    bottom: 15px;
    text-align: center;
}
.indexMenu .swiperContainer .indexMenuSwiper_pagination .swiper-pagination-bullet-active{ 
    background: #595959;
}

.indexButton1{
    background: #000;
    color: white;
    font-size: 1.5rem;
    left: 56.2%;
    transform: translateX(-50%);
    height: 56px;
    width: 12.39vw;
    min-width: 80px;
    bottom: 207px;
    position: absolute;
    border-radius: 30px;
    border: none;
    max-width: 240px;
}

.indexMenu .swiperContainer img{
    display: block;
    transition: all .4s ease 0s;
    max-height: 155px;
    object-fit: cover;
}

.indexTop{
    flex: 1;
    margin: 0 auto;
    width: 100%;
    max-width: 1360px;
    padding-top: 160px;
}

.indexTopText{
    color: #fff;  
}

.indexTopText p{    
    font-size: 60px;
    line-height: 1.2;
    font-family: 'WelcomeR', sans-serif;
}

.indexTopText span{
    font-family: 'WelcomeB', sans-serif;
    color: #319bf1;       
    font-size: 60px;
}

#section2{
    background-color: #080808;
}

#coin_table{
    margin-bottom: 0;    
    border-bottom: 1px solid #ddd;
}


.section3-grid{
    margin: 0 auto;
    width: 1350px;
    padding-bottom: 100px;
}

#section3 .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

#section3 .grid-item {
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.2em;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 30px 40px 15px;
}

.section3Title {
    padding: 40px 0;
    font-family: 'WelcomeR', sans-serif;
    font-size: 40px;
}

.grid-item h1 {
    font-size: 28px; /* 36pt */
    font-family: 'WelcomeR', sans-serif;
    color: #fff;
    line-height: normal;
    margin: 0;
}

.grid-item p {
    font-size: 16px; /* 16pt */
    font-family: 'WelcomeR', sans-serif;
    line-height: normal;
    margin: 0;
    color: #fff;
    padding-top: 15px;
}

.grid-item .text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.grid-item img {
    margin: 10px 0;
    width: 96px;
    height: 99px;
}
#section4{
    background-color: #080808;
}
.section4-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1350px;
    margin: 0 auto;
}
.section4-left-side, .section4-right-side {
    width: 50%;
}


.section4-left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
}

.section4-product {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section4-product img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.section4-product .text-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}

.section4-product h2 {
    font-size: 24px;
    margin: 0;
    color: #fff;
}

.section4-product p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.section4-product .highlight {
    color: #319bf1;
    font-size: 16px;
}

.section4-right-side {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section4-bg-image {
    max-width: 100%;
    height: auto;
}

.banner_rolling{
    height: 100vh;
    max-height: 1080px;
}

.indexSwiper{
    height: 100%;
}
.bannerType_0{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../img/global/desktop/index/indexBg.jpg");
    min-width: 1350px;
}
.bannerType_1{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../img/global/desktop/index/doge_main.jpg");
    min-width: 1350px;
}
