@import './reset.css';
.body-block {
    height: 100%;
    background-color: #000;

}
.navFixed {
    z-index: 10;         
    position: fixed;     
    top: 91%;
    margin-top: 0;
    min-width: 100%;
    opacity: 0.94;
    transition: opacity .3s ease-out;  
  }
@media(max-height: 600px) {
    .navFixed {
        top: 85%;
    }
}
.navFixed_hide {
    opacity: 0;
}
.dowmenu {
    width: 100%;
    height: 100px;
}
.dowmenu .ddot_ch{
    width: 190px;
    height: 100px;
    float: right;
}
.navFixed .dowmenu .ddot_ch .imgStyle{
    height:45px;
}
@media(max-width: 600px) {
    .navFixed .dowmenu .ddot_ch .imgStyle{
        height: 35px;
        float: right;
        margin-right: -30px;
    }
}
.dowmenu .ddot_en{
    width: 100px;
    height: 100px;
    float: left;
}
.navFixed .dowmenu .ddot_en .imgStyle{
    height:40px
}
@media(max-width: 600px) {
    .navFixed .dowmenu .ddot_en .imgStyle{
        height: 30px;
    }
}
.header {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
}
.menu {
    background-image:linear-gradient(rgba(0, 0, 0, 0.747),rgba(0, 0, 0, 0));
    width: 100%;
    height: 100px;
}
@media(max-width: 800px) {
    .menu {
        height: 60px;
    }
}

.menu .logo{
    height: 100px;
    width: 100px;
    float: left;
    background-image: url(../images/logo_s.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media(max-width: 800px) {
    .menu .logo {
        height: 60px;
        width: 60px;
    }
}
.menu .hamburg{
    width: 80px;
    height: 100px;
    float: right;
    display: flex;
    align-items: center;
}
.menu .imgStyle {
    height: 100px;    
}

.menu.open {
    background-image:linear-gradient(rgb(255, 255, 255),rgba(255, 255, 255, 0));
}
.menu .logo.open {
    /* todo 要更換icon */
    background-image: url(../images/logo_s_b.svg);
}

.home-block {
    /* background-color: rgba(122, 14, 143, 0.541); */
    height: 100vh;
    width: 100%;
}
.bigitem {
    /* background-color: rgba(16, 14, 143, 0.836); */
    display: flex;
    width: 100%;
    height: 100%;
    flex-flow: row;
    flex-direction: column;
    text-align: center;
    padding-left: 20px;
}
.bigitem .home-box1 .imgStyle {
    width: 115px; 
}
@media(max-height: 500px) {
    .bigitem .home-box1 .imgStyle {
        width: 80px;
    }
}
.bigitem .home-box2 .imgStyle {
    width: 115px;
}
@media(max-height: 500px) {
    .bigitem .home-box2 .imgStyle {
        width: 80px;
    }
}
.bigitem .home-box3 .imgStyle {
    width: 128px;
}
@media(max-height: 500px) {
    .bigitem .home-box3 .imgStyle {
        width: 90px;
    }
}
.bigitem .home-box4 .imgStyle {
    width: 128px;
}
@media(max-height: 500px) {
    .bigitem .home-box4 .imgStyle {
        width: 90px;
    }
}

.home-box0 {
    /* background-color: rgba(0, 118, 253, 0.733); */
    flex: 1 1 0 0;
    width: 100%;
    height: 180px;
    padding: 15px;
    padding-top: 10%;
    background-image:linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
}

@media(max-height: 600px) {
    .home-box0 {
        height: 10px;
    }
}

.home-box1{
    /* background-color: rgba(14, 96, 143, 0.589); */
    flex: 1 1 0 0;
    width: 100%;
    height: 2%;
    padding: 15px;
    padding-top: 2px;
    background-image:linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
}
@media(max-width: 800px) {
    .home-box1 {
        height: 4%;
        padding-top: 2px;
    }
}
.home-box2{
    /* background-color: rgba(14, 124, 143, 0.678); */
    flex: 1 1 0 0;
    width: 100%;
    height: 5%;
    padding: 15px;
    padding-top: 2%;
    background-image:linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
}
@media(max-width: 800px) {
    .home-box2 {
        height: 10%;
    }
}
.home-box3{
    /* background-color: rgba(14, 143, 63, 0.664); */
    flex: 1 1 0 0;
    width: 100%;
    height: 15%;
    padding: 15px;
    padding-top: 5%;
    background-image:linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
}
@media(max-width: 800px) {
    .home-box3 {
        height: 20%;
    }
}
.home-box4{
    /* background-color: rgba(143, 119, 14, 0.664); */
    flex: 1 1 0 0;
    width: 100%;
    height: 50%;
    padding: 15px;
    padding-top: 8%;
    background-image:linear-gradient(rgba(0, 0, 0, 0),rgb(0, 0, 0));
}
@media(max-width: 800px) {
    .home-box4 {
        height: 100%;
    }
}
.item {
    text-align: center;
}
.item .imgStyle {
    height:5%;
}    
.blank{
    height:100px;  
}

.copyright {
    width: 100%;
    height: 50px;

    bottom: 0;
    right: 0;
    left: 0;
    
}
.copyright::before {
    content: '';
    display: block;
    background-color: rgb(48, 48, 48);

    height: 1px;
    margin: 0 20px;
}
.p1 {
    width: 97%;
    text-align: right; 
    line-height: 50px;
    font-size:12px;
    color:rgb(87, 87, 87);    
}
.title {
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    height: 300px;
    padding-top: 6%;
}
.title_ab {
    background-attachment: fixed;
    /* background-image: url(../images/ddot_ab_bg.png); */
    display:flex;
    align-items:center;
    justify-content:center;
    width: 100%;
    height: 100vh;
}
.title_ab .imgStyle {
    height:200px;
}

@media(max-width: 800px) {
    .title_ab .imgStyle {
        height:150px;
    }
}

.title .imgStyle {
    width: 162px;
}
.container .imgStyle {
    width:100%;
}
.workbox {
    margin-bottom: 30px;
}
.worktitle {
    color:rgb(255, 255, 255);
    width: 80%;
    height: 300px;
    padding-top: 12%;
}

.middle {
    float: none;
    display: inline-block;
    vertical-align: middle;
 }
.openmenu {
    margin-bottom:40px;
    margin-left:40px;
}

.openmenu .imgStyle {
    width: 140px; 
}


@media(max-width: 1000px) {
    .openmenu .imgStyle {
        width: 100px;
    }
}

.openmenulogo {
    width:100;
    margin-bottom:10px
}

.openmenulogo .imgStyle2{
    height:35px
}

@media(max-width: 800px) {
    .openmenulogo .imgStyle2 {
        height:30px;
    }
}
.openmenulogo .imgStyle1{
    float: right ;
    margin-right: 25px; 
    height:35px;
}

@media(max-width: 800px) {
    .openmenulogo .imgStyle1 {
        float: right ; 
        margin-right: 15px; 
        height:30px;

    }
}
.openvideo{
    display: flex;
    height: 100vh; 
}

.openvideo .video {
    margin: auto;
    width: 420px;
}

@media(max-width: 800px) {
    .openvideo .video {
        width: 280px;
    }
}
.menuch{
    height: 100px;
}

.menuch .imgStyle{
    height: 100px;
}

@media(max-width: 800px) {
    .menuch .imgStyle{
        height: 60px;
    }
}

/*Links文章去除連結底線*/
a,a:link,a:visited{color:#904f0e00;text-decoration: none}
a:hover{color:#f4ac2500;background-color: #ffecd900;text-decoration: none;}


.hideme
{
    opacity:0;
}


.pic{
    overflow:hidden;
}

.pic img{
    transform:scale(1,1);transition: all 0.2s ease-out;
}

.pic img:hover{
    transform:scale(1.05,1.05);
}



.openmenu{
    overflow:hidden;
}

.openmenu img{
    transform:scale(1,1);transition: all 0.2s ease-out;
}

.openmenu img:hover{
    transform:scale(1.05,1.05);
}
