#PageMainContent {
    z-index: 9998;
}


.title_img {
    width: 100%;
    max-width: 160px;
    margin: auto;
}


.award_title {
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 12px;
    font-size: 30px;
}


.InnerGIGABYTEContent p.award_font_p{
    text-align: left;color:#222222;line-height: 250%;font-size: 14px;

}


.InnerGIGABYTEContent p.team_about_font_p{
    text-align: left;color:#eeeeee;line-height: 200%;font-size: 16px;
    font-family: 'Noto Sans', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    
}

.InnerGIGABYTEContent h3.design_topic_title{
font-family: 'Titillium', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 40px;
color: #eeeeee;
font-weight: 300;
line-height: 140%;
    }

    .InnerGIGABYTEContent p.design_topic_p{
font-family: 'Noto Sans', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
color: #eeeeee;

    }


    .InnerGIGABYTEContent .team_about_title {
        font-family: 'Noto Sans', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    width: 100%;
   padding-left: 20%;
    text-align: left;
    margin-top: 50px;
    font-size: 36px;
    color: #eee;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 130%;
    letter-spacing: 4px;
    }


.award_card_info{
    width:100%;padding: 5% 8% 5% 8%;min-height: 155px;
}


.award_card_info_team{
    width:100%;padding: 5% 8% 3% 8%;min-height: 50px;
}

p.News_h2 {
        text-align: left; 
        color: #222;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    white-space: normal;
    }


.swiper-container {
    width: 90%;
    height: 100%;
    max-width: 1500px;
    margin: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-scrollbar-drag {
    color: #fff;
}


.box1,
.box2,
.box3,
.box4 {

    width: 150px;
    height: 62px;
    background: #eee;
    box-shadow: 5px 5px 10px rgba(187, 187, 187, 0.5), -5px -5px 10px rgba(255, 255, 255, 0.8);
    margin: 30px;
    border-radius: 15px;
    color: #222;
    font-family: noto sans;
    text-align: center;
    font-size: 18px;
    line-height: 62px;
    border: white 1px solid;
    transition: 0.3s;
    cursor: pointer;
}

.box1:hover,
.box2:hover,
.box3:hover,
.box4.hover {
    background: #fafafa;

}

.box1.active_box,
.box2.active_box,
.box3.active_box,
.box4.active_box {
    background: #eee;
    box-shadow: inset 5px 5px 10px rgba(187, 187, 187, 0.5), inset -5px -5px 10px rgba(255, 255, 255, 0.8);

}



.more_info_button {
    transform: rotate(0deg);
    position: relative;
    left: 0px;
    transition: 0.5s;
}


.more_info_button.show_info {
    transform: rotate(45deg);
    position: relative;
    left: 2px;
    transition: 0.5s;
}





@keyframes Aorus_ani {
    0% {
        padding-top: 5%;
    }

    42% {
        padding-top: 0%;
    }

    100% {
        padding-top: 5%;
    }
}

@keyframes Aorus_ani2 {
    0% {
        padding-top: 0%;
    }

    40% {
        padding-top: 8%;
    }

    100% {
        padding-top: 0%;
    }
}


@keyframes Aorus_ani3 {
    0% {
        padding-top: 0%;
    }

    40% {
        padding-top: 6%;
    }

    100% {
        padding-top: 0%;
    }
}



@keyframes Aorus_ani4 {
    0% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

.fire_ani {
    animation: Aorus_ani 5s ease-in infinite;
    position: absolute;
    top: 0;
    transition: 5s;
}

.fire_ani2 {
    animation: Aorus_ani2 8s ease infinite;
    position: absolute;
    top: 0;
    transition: 5s;
}



.fire_ani3 {
    animation: Aorus_ani2 5s ease-in-out infinite;
    position: absolute;
    top: 0;
    transition: 5s;
}


.fire_ani4 {
    animation: Aorus_ani4 12s ease-in-out infinite;
    position: absolute;
    top: 0;
    transition: 5s;
}


.more_info_img {
    padding-top: 1%;
    padding-bottom: 0%;
    transition: 1s;
}

.more_info_img.show_info {
    padding-top: 1%;
    padding-bottom: 36%;
    transition: 1s;
}


.concept_part {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.concept_part_img {
    width: 33%;
    padding: 0 3%;
    margin: auto;
}


.concept_part_world {
    width: 67%;
    margin: auto;
    padding: 0 3%;
}


.design_about_part {
    width: 100%;
    margin: auto;
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  align-items: center;
}

.design_about_part_img {
    width:40%;
    padding: 0 3%;
    margin: auto;
    justify-content: center;
  align-items: center;
}


.design_about_part_world {
    width: 100%;
    margin: auto;
    padding: 2% 3% 0 3%;
    justify-content: center;
  align-items: center;
}


#Container .mix {
    display: none;
}

.project-cards-container {
    padding: 0;
    text-align: justify;
    font-size: 0px;
    background: none;
    -webkit-backface-visibility: hidden;
}

.project-cards-container:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.project-cards-container .mix,
.project-cards-container .gap {
    display: inline-block;
    width: 31%;
    height: 600%;
    /* height: 800px; */
    vertical-align: top;

}

.project-cards-container .mix {
    text-align: left;
    /* background: #f00; */
    margin-bottom: 0;

}

.project-cards-container .mix:before {
    content: '';
    display: inline-block;
    padding-top: 6%;
}



div.designConcept {
    width: 100%;
    height: 120px;
    display: block;
    font-size: 40px;
    text-align: center;
    line-height: 30px;
    font-weight: 900;
    margin-top: 6%;
}

@media screen and (min-width: 1920px) {}


@media screen and (min-width: 1800px) and (max-width: 1920px) {}


@media screen and (min-width: 1700px) and (max-width: 1800px) {}

@media screen and (min-width: 1500px) and (max-width: 1700px) {

    .more_info_img.show_info {
        padding-top: 1%;
        padding-bottom: 50%;
        transition: 1s;
    }


}



@media screen and (min-width: 1300px) and (max-width: 1500px) {
    .more_info_img.show_info {
        padding-top: 1%;
        padding-bottom: 50%;
        transition: 1s;
    }


}


@media screen and (min-width: 1200px) and (max-width: 1300px) {

    .more_info_img.show_info {
        padding-top: 1%;
        padding-bottom: 50%;
        transition: 1s;
    }


    .project-cards-container .mix,
    .project-cards-container .gap {
        display: inline-block;
        width: 31%;
        height: 600%;
        /* height: 800px; */
        vertical-align: top;

    }

}


@media screen and (min-width: 992px) and (max-width: 1200px) {



    .concept_part {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .concept_part_img {
        width: 40%;
        padding: 0 3%;
        margin: auto;
    }


    .concept_part_world {
        width: 60%;
        margin: auto;
        padding: 0 3%;
    }


    .more_info_img.show_info {
        padding-top: 1%;
        padding-bottom: 55%;
        transition: 1s;
    }

    div.designConcept {
        width: 100%;
        height: 120px;
        display: block;
        font-size: 40px;
        text-align: center;
        line-height: 30px;
        font-weight: 900;
        margin-top: 6%;
    }



    .project-cards-container .mix,
    .project-cards-container .gap {
        display: inline-block;
        width: 31%;
        height: 600%;
        /* height: 800px; */
        vertical-align: top;

    }

    .InnerGIGABYTEContent .team_about_title {
        font-family: 'Noto Sans', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    width: 100%;
   padding-left: 5%;
    text-align: left;
    margin-top: 50px;
    font-size: 36px;
    color: #eee;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 130%;
    letter-spacing: 4px;
    }

}


@media screen and (min-width: 768px) and (max-width: 992px) {

    .more_info_img.show_info {
        padding-top: 1%;
        padding-bottom: 55%;
        transition: 1s;
    }


    div.designConcept {
        width: 100%;
        height: 120px;
        display: block;
        font-size: 40px;
        text-align: center;
        line-height: 30px;
        font-weight: 900;
        margin-top: 6%;
    }


    .project-cards-container .mix,
    .project-cards-container .gap {
        display: inline-block;
        width: 49%;
        height: 600%;
        /* height: 800px; */
        vertical-align: top;

    }

    .InnerGIGABYTEContent .team_about_title {
        font-family: 'Noto Sans', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    width: 100%;
   padding-left: 5%;
    text-align: left;
    margin-top: 50px;
    font-size: 36px;
    color: #eee;
    font-weight: 900;
    margin-bottom: 50px;
    line-height: 130%;
    letter-spacing: 4px;
    }





}


@media screen and (max-width: 768px) {


    ::-webkit-scrollbar {
    display: none;
}


    .concept_part {
        width: 100%;
        max-width: 1200px;
        margin: auto;
        height: 100%;
        display: block;
        align-items: center;
    }


    .title_img {
        width: 100%;
        max-width: 100px;
        margin: auto;
    }


    .award_title {
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 3px;
        font-size: 20px;
    }



    .concept_part_img {
        width: 75%;
        padding: 3% 3%;
        margin: auto;
    }


    .concept_part_world {
        width: 90%;
        margin: auto;
        padding: 0 3%;
    }


    .more_info_img.show_info {
        padding-top: 1%;
        padding-bottom: 116%;
        transition: 1s;
    }

    div.designConcept {
        width: 100%;
        height: 120px;
        display: block;
        font-size: 40px;
        text-align: center;
        line-height: 30px;
        font-weight: 900;
        margin-top: 18%;
    }


    .project-cards-container .mix,
    .project-cards-container .gap {
        display: inline-block;
        width: 49%;
        height: 200%;
        /* height: 800px; */
        vertical-align: top;

    }


    .InnerGIGABYTEContent p.award_h2 {
        text-align: left;
        color: #222;
        font-size: 14px;
        font-weight: 700;
    }



    .award_card_info{
    width:100%;padding: 5% 8% 5% 8%;min-height: 135px;
}




    .box1,
    .box2,
    .box3,
    .box4 {

        width: 120px;
        height: 42px;
        background: #eee;
        box-shadow: 5px 5px 10px rgba(187, 187, 187, 0.5), -5px -5px 10px rgba(255, 255, 255, 0.8);
        margin: 20px;
        border-radius: 10px;
        color: #222;
        font-family: noto sans;
        text-align: center;
        font-size: 16px;
        line-height: 42px;
        border: white 1px solid;
        transition: 0.3s;
        cursor: pointer;
    }


    .project-cards-container .mix:before {
    content: '';
    display: inline-block;
    padding-top: 5%;
}


.InnerGIGABYTEContent p.award_font_p{
    text-align: left;color:#222222;line-height: 180%;font-size: 12px;
}


p.News_h2 {
        text-align: left; 
        color: #222;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 0;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    white-space: normal;
    }


    .design_about_part_img {
    width:50%;
    padding: 0 3%;
    margin: auto;
    justify-content: center;
  align-items: center;

}


.design_about_part_world {
    width: 100%;
    margin: auto;
    padding: 0% 3% 0 3%;
    justify-content: center;
  align-items: center;
}

.design_about_part {
    width: 100%;
    margin: auto;
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
  align-items: center;
  flex-direction:column;
}


.InnerGIGABYTEContent .team_about_title {
        font-family: 'Noto Sans', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    width: 100%;
   padding-left: 0;
    text-align: center;
    margin-top: 12px;
    font-size: 36px;
    color: #eee;
    font-weight: 900;
    margin-bottom: 5px;
    line-height: 100%;
    letter-spacing: 4px;
    }


    .InnerGIGABYTEContent h3.design_topic_title{
font-family: 'Titillium', "微軟正黑體", Microsoft JhengHei, "微軟雅黑體", Microsoft YaHei, SimHei, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "新細明體", Arial, Verdana, Helvetica, sans-serif;
font-size: 30px;
color: #eeeeee;
font-weight: 300;
line-height: 200%;
    }



}








