@charset "utf-8";
/* CSS Document */

#loadingDiv > div {
    background: url(../images/loading.gif?v=202101181700) no-repeat;
}


.wrapper{
	width: 100%;
	overflow:hidden;
	background: #fff;
	position: relative;
}

/*===========================上選單=================================*/

.top_box{
    background: url(../images/btn_bar.png?v=202101181700) repeat-x;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: 17%;
    position: fixed;
    z-index: 100;
}

.logo{
	background: url(../images/logo.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 28%;
    height: 0;
    padding-bottom: 8.5%;
    float: left;
    margin-left: 5.5%;
    margin-top: 3%;
    display: block;
}

.nav_box{
    display: none;
}
.language{
	width:12%;
	overflow: hidden;
	margin-top: 2%;
}

.lang_mob{
    width: 100%;
}

.lang_mob select{
    background: transparent;
    border: none;
    font-size: 0.8em;
    width: 58%;
    color: #f39800;
    font-family: Microsoft JhengHei;
    margin: 4% 22% ;
    padding: 3%;
    border:1px solid #f39800;
    /* 解决select下拉箭头在ios上不兼容的问题*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow.png?v=202101181700) no-repeat scroll right center transparent;
    background-position: 95%;
}

.lang_mob select option {
    background-color:#fff;
    width: 100%;
}


.nav_mob{
    display: none;
    position: absolute;
    z-index: 98;
    top: 81%;
    background:#fffcf5;
    overflow-y:scroll;
    width: 100%;
    height: 100vh;
}


.showmenu{
    width: 9%;
    height: 0;
    padding-bottom: 7%;
    display: block;
    position: relative;
    left: 87%;
    margin-top: 3%;
}

.i {
    width: 100%;
    top: 47%;
    height: 3px;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    display: block;
}
.i:before {
    left: 0;
    position: absolute;
    height: 3px;
    width: 100%;
    top: -10px;
    background-color: #fff;
    content: "";
    border-radius: 20px;
    transition-duration: 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s;
}

.i:after {
    left: 0;
    position: absolute;
    height: 3px;
    width: 100%;
    top: 10px;
    background-color: #fff;
    content: "";
    border-radius: 20px;
    transition-duration: 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s;
}

.showmenu.open .i {
    transition-duration: 0.1s;
    transition-delay: 0.3s;
    background: transparent;
}

.showmenu.open .i:before {
    transition: top 0.3s, transform 0.3s 0.3s;
    top: 0px;
    transform: rotateZ(-45deg);
}

.showmenu.open .i:after {
    transition: top 0.3s, transform 0.3s 0.3s;
    top: 0px;
    transform: rotateZ(45deg);
}


.opener{
    display: block;
    width: 3%;
    height: 0;
    position: absolute;
    top: 57%;
    right: 5%;
    margin-top: -3%;
    z-index: 10;
    transition: all .4s;
    padding-bottom: 3%;
    transition: all 0.3s;
    border-bottom: 1.5px solid #f39800;
    border-right: 1.5px solid #f39800;
    transform: rotate(45deg);
}

.menu-show{
    display: block !important;
}

@keyframes showm {
    0% {
        transform: translateY(-5%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



/*===========================主視覺=================================*/

.header{
    background: url(../images/index2_mob.jpg?v=202101181700);
    background-size: 100%;
	width: 100%;
	background: #fffcf5;
	overflow: hidden;
}

.main{
    width: 95%;
    height: 0;
    margin: 17% auto 2%;
    padding-bottom: 73%;
    position: relative;
}

.phone{
	background: url(../images/veiw01.png?v=202101181700)no-repeat;
	background-size: 100%;
    width: 96.5%;
    height: 0;
    padding-bottom: 33.2%;
    position: absolute;
    top: 52.2%;
    left: 1.7%;
}

.ball{
	background: url(../images/veiw02.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 66%;
    height: 0;
    padding-bottom: 62%;
    position: absolute;
    top: 20.5%;
    left: 16%;
    z-index: 10;
    animation: ball 2S infinite alternate, ball2 0.5s;
    animation-delay: 1s, 0s;
    transform-origin: bottom center;
}

.ball_2{
	background: url(../images/veiw02_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 72%;
    height: 0;
    padding-bottom: 16.2%;
    position: absolute;
    top: 70.5%;
    left: 14%;
    z-index: 11;
    opacity: 0;
    animation:ball3 1s;
}

@keyframes ball {
    0% {
        transform: translateY(0);
	}
	100% {
        transform: translateY(-2%);
	}
}

@keyframes ball2 {
    0% {
        transform: scale(0,0);
    }
    30% {
        transform: scale(1,1.1);
    }
    60% {
        transform: scale(1,0.95);
    }
    90% {
        transform: scale(1,1);
    }
}

@keyframes ball3 {
    0% {
        opacity: 1;
	}
	10% {
        opacity: 1;
    }
	20% {
        opacity: 0;
	}
	30% {
        opacity: 1;
	}
	100% {
        opacity: 0;
	}
}


.d1{
    background: url(../images/veiw03.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 49.5%;
    height: 0;
    padding-bottom: 30%;
    position: absolute;
    top: 79%;
    left: 0%;
    animation: d1 1S infinite alternate;
    animation-delay: 0.7s;
}

@keyframes d1{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(30%);
    }
}

@keyframes s1{
    0% {
        transform: translate(-200%,-200%) scale(1,1);
        opacity: 1;
    }

    80% {
        transform: translate(20%,20%) scale(1.1,1.1);
        opacity: 1;
    }
    100% {
        transform: translate(0%,0%) scale(1,1);
        opacity: 1;
    }
}


.d2{
    background: url(../images/veiw04.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 71%;
    height: 0;
    padding-bottom: 31%;
    position: absolute;
    top: 6%;
    left: 10%;
    animation: d2 1.2S infinite alternate;
    animation-delay: 0.7s;
}


@keyframes d2{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30%);
    }
}

.da1{
    width: 14%;
    height: 0;
    padding-bottom: 7.5%;
    top: 66%;
    left: 71.6%;
    position: absolute;
    animation: s1 0.4s;
    animation-delay: 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.d3{
    background: url(../images/veiw06.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 23.9%;
    height: 0;
    padding-bottom: 28%;
    position: absolute;
    top: 79%;
    left: 81.5%;
    animation: d3 1.2S infinite alternate;
    animation-delay: 0.7s;
}


@keyframes d3{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20%);
    }
}

@keyframes s3{
    0% {
        transform: translate(-200%,200%);
        opacity:1;
    }

    80% {
        transform: translate(20%,-20%);
        opacity:1;
    }
    100% {
        transform: translate(0%,0%);
        opacity:1;
    }
}


.d4{
    background: url(../images/veiw07.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 31.6%;
    height: 0;
    padding-bottom: 31.6%;
    position: absolute;
    top: 0%;
    left: 9.2%;
    animation: d4 1S infinite alternate;
    animation-delay: 0.7s;
    z-index: 4;
}

@keyframes d4{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(15%);
    }
}

.da2{
    width: 19%;
    height: 0;
    padding-bottom: 20%;
    top: 8.7%;
    left: 59.2%;
    position: absolute;
    animation: s3 0.4s;
    animation-delay: 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}


.d5{
    background: url(../images/veiw08.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 34%;
    height: 0;
    padding-bottom: 31%;
    position: absolute;
    top: 0%;
    left: 51%;
    animation: d5 1S infinite alternate;
    animation-delay: 0.7s;
}

@keyframes d5{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30%);
    }
}


@keyframes s5{
    0% {
        transform: translate(200%,200%);
        opacity:1;
    }

    80% {
        transform: translate(-20%,-20%);
        opacity:1;
    }
    100% {
        transform: translate(0%,0%);
        opacity:1;
    }
}

.d6{
    background: url(../images/veiw04_2.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 56%;
    height: 0;
    padding-bottom: 40%;
    position: absolute;
    top: 42%;
    left: 0%;
    animation: d6 1.7S infinite alternate;
    animation-delay: 0.7s;
}

@keyframes d6{
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-25%);
    }

}

.da3{
    width: 15%;
    height: 0;
    padding-bottom: 10%;
    top: 20.5%;
    left: 17%;
    position: absolute;
    animation: s5 0.4s;
    animation-delay: 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
    z-index: 4;
}

.d7{
    background: url(../images/veiw09.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 23.5%;
    height: 0;
    padding-bottom: 23.5%;
    position: absolute;
    top: 0%;
    left: 0%;
    animation: d1 1S infinite alternate;
    animation-delay: 0.7s;
}


@keyframes s7{
    0% {
        transform: translate(50%,0%);
        opacity: 1;
    }

    80% {
        transform: translate(-20%,20%);
        opacity: 1;
    }
    100% {
        transform: translate(0%,0%);
        opacity: 1;
    }
}

.d8{
    background: url(../images/veiw10.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 24.7%;
    height: 0;
    padding-bottom: 20%;
    position: absolute;
    top: 45.5%;
    left: 36.3%;
    animation: d3 1.5S infinite alternate;
    animation-delay: 0.7s;
}

.d9{
    background: url(../images/veiw09.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 14.7%;
    height: 0;
    padding-bottom: 14.7%;
    position: absolute;
    top: 112%;
    left: 81.2%;
    transform: rotate(-25deg);
    animation: d2 1S infinite alternate;
    animation-delay: 0.7s;
}

.da4{
    width: 25%;
    height: 0;
    padding-bottom: 21%;
    top: 49.5%;
    left: 8%;
    position: absolute;
    animation: s7 0.4s;
    animation-delay: 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
    z-index: 4;
}

.f{
    width: 15%;
    height: 0;
    padding-bottom: 7%;
    position: absolute;
    top: 6%;
    left: 40.2%;
    animation: f 8s infinite linear;
    transform-origin: 50% 370%;
}


@keyframes f {
    0% {
        transform: rotate(60deg);
    }
    100% {
        transform: rotate(-300deg);
    }
}

.af{
	background: url(../images/veiw11.png?v=202101181700)no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	position: absolute;
	z-index: 3;
}

.ff{
	background: url(../images/veiw12.png?v=202101181700)no-repeat;
	background-size: 100%;
    width: 25.8%;
    height: 0;
    padding-bottom: 26%;
    position: absolute;
    top: 20%;
    left: 75%;
    z-index: 2;
    animation:ff 0.3s infinite ;
	transform-origin: left center;
}

@keyframes ff {
    0% {
        transform: scale(1,1);
	}
	100% {
        transform: scale(0.7,1);
	}
}


.c1{
	background: url(../images/veiw13.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 7%;
    position: absolute;
    top: 34%;
    left: 83%;
    animation: c1 3S infinite ease-in-out alternate;
    animation-direction: alternate;
}


@keyframes c1 {
    0% {
        transform: translateX(0)
	}
	100% {
        transform: translateX(10%)
	}
}


@keyframes c2 {
    0% {
        transform: translateX(0)
	}
	100% {
        transform: translateX(-20%)
	}
}

.c3{
	background: url(../images/veiw14.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 9%;
    height: 0;
    padding-bottom: 5%;
    position: absolute;
    top: 16%;
    left: 73%;
    animation: c3 5S infinite ease-in-out alternate;
    animation-direction: alternate;
}

.c4{
	background: url(../images/veiw13.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 14%;
    height: 0;
    padding-bottom: 6%;
    position: absolute;
    top: 10%;
    left: 10.3%;
    animation: c1 5S infinite ease-in-out alternate;
    animation-direction: alternate;
}


@keyframes c3 {
    0% {
        transform: translateX(0)
	}
	100% {
        transform: translateX(-15%)
	}
}

.c5{
	background: url(../images/veiw14.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 15.7%;
    height: 0;
    padding-bottom: 6.9%;
    position: absolute;
    top: 35%;
    left: 0.7%;
    animation: c3 3.5S infinite ease-in-out alternate;
    animation-direction: alternate;

}


.btn_box{
    width: 71%;
    margin: 0 auto 4%;
    height: 0;
    padding-bottom: 62.8%;
}

.btn_box li{
    width: 100%;
    margin: 0 auto 3%;
    float: left;
    border: solid 1px #fe6a00;
    transition: all 0.3s;
}

.btn_box li a{
    display: block;
    font-size: 5vw;
    color: #fe6a00;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    line-height: 13.5vw;
    transition: all 0.3s;
}

.btn_box li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 2.5%;
    padding-bottom: 2.5%;
    margin: -1.5% 0 0 0%;
    border: 2px solid;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}


@keyframes icon_arrow {
    0% {
        transform: translateX(0) rotate(-45deg)
    }

    10% {
        transform: translateX(5px) rotate(-45deg)
    }

    20% {
        transform: translateX(0) rotate(-45deg)
    }

    30% {
        transform: translateX(5px) rotate(-45deg)
    }

    40% {
        transform: translateX(0) rotate(-45deg)
    }
}


.next{
	background: url(../images/btn_arrow.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 10.5%;
    height: 0;
    padding-bottom: 5%;
    margin: 0 auto 6%;
	display: block;
	animation: icon_arrow2 1.5s infinite ease-out;

}


.next2{
	background: url(../images/btn_arrow2.png?v=202101181700)no-repeat;
	background-size: 100%;
    width: 10.5%;
    height: 0;
    padding-bottom: 5%;
    margin: 0 auto 6%;
	display: block;
	animation: icon_arrow2 1.5s infinite ease-out;

}



@keyframes icon_arrow2 {
    0% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(15%)
    }

    20% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(15%)
    }

    40% {
        transform: translateY(0)
    }
}


/*===========================關於WG=================================*/


.about{
	width: 100%;
	background: #fff;
	overflow: hidden;
}

.title{
    font-size: 8vw;
    margin: 5% auto 5% auto;
    text-align: center;
    font-weight: bold;
    background: url(../images/title_bg.jpg?v=202101181700)bottom repeat-x;
    max-width: 50%;
}

.main_icon{
    width: 95%;
    margin: 0 auto 8%;
    display: block;
    height: auto;
    overflow: hidden;
}

.main_icon li{
    width: 45%;
    float: left;
    margin: 0 2.5%;
}

.main_icon li:nth-child(3){
    margin: 0 27%;
}

.icon1{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	display: block;
	border: solid 1px #fe6a00;
	border-radius: 999em;
	transition: all 0.3s;
	position: relative;
	margin-top: 3%;
	position: relative;
}


.i1{
	background: url(../images/icon_public2.png?v=202101181700) no-repeat;
	background-size: 100%;
    width: 61.1%;
    height: 0;
    padding-bottom: 88%;
    position: absolute;
    top: -3%;
    left: 19.45%;
    display: block;
}

.i2{
	background: url(../images/icon_public3.png?v=202101181700) no-repeat;
	background-size: 100%;
    width: 14.6%;
    height: 0;
    padding-bottom: 6%;
    position: absolute;
    top: 2%;
    left: 56%;
    display: block;
    animation:i2 4s linear infinite;
}

@keyframes i2 {
    0% {
        opacity: 0;
    }

    4% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }

    15% {
        opacity: 1;
    }
    16% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
}


.i3{
	background: url(../images/icon_public4.png?v=202101181700) no-repeat;
    background-size: 100%;
    width: 19.6%;
    height: 0;
    padding-bottom: 7.1%;
    position: absolute;
    top: -2%;
    left: 53.1%;
    display: block;
    animation:i3 4s linear infinite;
}

@keyframes i3 {
    0% {
        opacity: 0;
    }

    9% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }
    15% {
        opacity: 1;
    }
    16% {
        opacity: 0;
    }
    29% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }

}


.icon2{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	display: block;
	border: solid 1px #fe6a00;
	border-radius: 999em;
	transition: all 0.3s;
	position: relative;
	margin-top: 3%;
	position: relative;
}

.i4{
	background: url(../images/icon_rd2.png?v=202101181700) no-repeat;
	background-size: 100%;
    width: 61.4%;
    height: 0;
    padding-bottom: 88%;
    position: absolute;
    top: -3%;
    left: 19.3%;
    display: block;
    z-index: 2;
}

.rd_box{
	width: 32.5%;
    height: 0;
    padding-bottom: 44.5%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 6.5%;
    left: 32%;
}

.i5{
	background: url(../images/icon_rd3.png?v=202101181700) no-repeat;
	background-size: 100%;
    width: 80%;
    height: 0;
    padding-bottom: 80.6%;
    position: absolute;
    top: 71%;
    left: -24%;
    display: block;
    animation:i5 5s linear infinite;
    animation-delay: 2s;
    opacity: 1;
}

.i6{
	background: url(../images/icon_rd4.png?v=202101181700) no-repeat;
    background-size: 100%;
    width: 59%;
    height: 0;
    padding-bottom: 59%;
    position: absolute;
    top: -20%;
    left: 59%;
    display: block;
    animation:i6 5s linear infinite;
    animation-delay: 2s;
    opacity: 1;
}

@keyframes i5 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(120deg);
    }
    100% {
        transform: rotate(120deg);
    }
}


@keyframes i6 {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-120deg);
    }
    100% {
        transform: rotate(-120deg);
    }
}

.icon3{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	display: block;
	border: solid 1px #fe6a00;
	border-radius: 999em;
	transition: all 0.3s;
	position: relative;
	margin-top: 3%;
	position: relative;
}


.i7{
	background: url(../images/icon_art2.png?v=202101181700) no-repeat;
	background-size: 100%;
    width: 67.1%;
    height: 0;
    padding-bottom: 82%;
    position: absolute;
    top: 3%;
    left: 16.5%;
    display: block;
}

.i8{
	background: url(../images/icon_art3.png?v=202101181700) no-repeat;
    background-size: 100%;
    width: 26.2%;
    height: 0;
    padding-bottom: 41%;
    position: absolute;
    top: 20%;
    left: 63%;
    display: block;
    transform-origin: right bottom;
    animation:i8 4s linear infinite;
    animation-delay: 2s;
}


@keyframes i8 {
    0% {
        transform:  rotate(0)
    }

    4% {
        transform:  rotate(-5deg)
    }

    8% {
        transform: rotate(0)
    }

    12% {
        transform: rotate(-5deg)
    }

    16% {
        transform:  rotate(0)
    }
    20% {
        transform:  rotate(-5deg)
    }

    24% {
        transform: rotate(0)
    }
}


.i9{
    background: url(../images/icon_ecomm.png) no-repeat;
    background-size: 100%;
    width: 67.1%;
    height: 0;
    padding-bottom: 82%;
    position: absolute;
    top: 3%;
    left: 16.5%;
    display: block;
}

.i10{
    background: url(../images/icon_ecomm2.png)no-repeat;
    background-size: 100%;
    width: 19.6%;
    height: 0;
    padding-bottom: 26%;
    position: absolute;
    top: 33%;
    left: 70%;
    display: block;
    animation:i10 4s linear infinite;
    animation-delay: 1s;
}


@keyframes i10 {
    0% {
        transform: translate(0,0) scale(1.0);
    }

    5% {
        transform: translate(-10%,-10%) scale(1.0);
    }

    10% {
        transform: translate(-10%,-10%) scale(0.9);
    }

    15% {
        transform: translate(-10%,-10%) scale(1.0);
    }

    20% {
        transform: translate(-10%,-10%) scale(0.9);
    }

    25% {
        transform: translate(-10%,-10%) scale(1.0);
    }

    35% {
        transform: translate(0,0) scale(1.0);
    }
}
.i11{
    background: url(../images/icon_worky.png) no-repeat;
    background-size: 100%;
    width: 55.6%;
    height: 0;
    padding-bottom: 86%;
    position: absolute;
    top: -2%;
    left: 22.2%;
    display: block;
}

.i12{
    background: url(../images/icon_worky_2.png)no-repeat;
    background-size: 100%;
    width: 35.3%;
    height: 0;
    padding-bottom: 36%;
    position: absolute;
    top: 20%;
    left: 46.2%;
    display: block;
    animation:i12 4s linear infinite;
    animation-delay: 2s;
}

@keyframes i12 {
    0% {
        transform: translate(0,0);
    }

    10% {
        transform: translate(-8%,-8%);
    }

    20% {
        transform: translate(-8%,0);
    }

    30% {
        transform: translate(0,-8%);
    }

    40% {
        transform: translate(0,0);
    }
}


.ar{
    background: url(../images/arrow2.png?v=202101181700);
    background-size: 100%;
    width: 8.6%;
    height: 0;
    padding-bottom: 3%;
    display: block;
    margin: 90% auto 0;
}

.icon1:hover > .ar{
    animation: icon_arrow3 1.5s infinite ease-out;
}
.icon2:hover > .ar{
    animation: icon_arrow3 1.5s infinite ease-out;
}
.icon3:hover > .ar{
    animation: icon_arrow3 1.5s infinite ease-out;
}


@keyframes icon_arrow3 {
    0% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(30%)
    }

    20% {
        transform: translateY(0)
    }

    30% {
        transform: translateY(30%)
    }

    40% {
        transform: translateY(0)
    }
}

.content{
	width: 100%;
	background: #fffcf5;
	overflow: hidden;
}


.content p{
    width: 80%;
    font-size: 4vw;
    margin: 0 auto;
    padding: 5% 0;
    text-align: center;
    line-height: 7vw;
}


/*===========================NEWS=================================*/

.news{
	background: url(../images/bg_mob.jpg?v=202101181700);
    background-size: 100%;
	width: 100%;
	overflow: hidden;
}

.white{
	color: #000 !important;
}

.news_area{
	width: 80%;
	margin: 0 auto 8%;
}

.news_area ul{
	width: 100%;
	margin: 0 auto;
	height: 0;
	padding-bottom: 125%;
}

.news_area li{
    width: 100%;
    margin: 0 0%;
    float: left;
    height: 0;
    padding-bottom: 124.3%;
    position: relative;
}

.news_area li:nth-child(2),.news_area li:nth-child(3){
    display: none;
}

.news_box{
	width: 96%;
	height: 0;
	padding-bottom: 120%;
	position: relative;
	overflow: hidden;
}


.news_box a{
	width: 100%;
	display: block;
	height: 0;
	padding-bottom: 120%;
	transition: all 0.3s;

}

.news_box img{
	width: 100%;
	position: absolute;
	z-index: 2;
	transition: all 0.3s;
}



.news_info{
	width: 100%;
	background: url(../images/news_info.png?v=202101181700);
	height: 0;
	padding-bottom: 50%;
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.news_info p{
	color: #fff;
	width: 95%;
	margin: 0 auto;
	font-weight: bold;
}

.news_info p:nth-child(1){
	font-size: 1em;
	padding: 2% 0 0 2%;
	margin-bottom: 1%;
}

.news_info p:nth-child(2){
	width: 95%;
	overflow: hidden;
	line-height: 8vw;
	font-size: 5vw;
	padding-bottom: 30%;
	height: 0;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.news_info p:nth-child(3){
	width: 21%;
    position: absolute;
    font-size: 0.8em;
    bottom: 4%;
    right: 2%;
    vertical-align: middle;
    text-align: right;
}

.news_info p:nth-child(3)::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 5%;
    padding-bottom: 5%;
    margin: 0% 7% 0 0%;
    border: 2px solid;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}


.newsborder{
	width: 96%;
	height: 0;
	padding-bottom: 120%;
	border: solid 1px #fe6a00;
	position: absolute;
	right: 0;
	display: block;
	bottom: 0;
}

.btn_more1{
	width: 40%;
    font-size: 4.5vw;
    display: block;
    border: solid 1px #fe6a00;
    margin: 0 auto 6%;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 11.5vw;
	transition: all 0.3s;
}

.btn_more1::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4%;
    margin:  -2% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}



/*===========================INFO=================================*/


.info{
	width: 100%;
	background: #fffcf5;
	overflow: hidden;
	position: relative;
}


#info_title , #news_title{
    max-width: 35%;
}



.bn_box{
    width: 95%;
    margin: 0 auto 5% auto;
    overflow: hidden;
    height: 0;
    padding-bottom: 57%;
}


.square{
	width: 77.5%;
    border:1px solid #fe6a00;
    height: 0;
    padding-bottom: 41.5%;
    margin-top: 12.7%;
    display: block;
}

.bn{
    width: 96.2%;
    margin-left: 3%;
    margin-top: -54.2%;
}

.bn a{
	width: 100%;
	display: block;
	outline: none;
}

.bn img{
	width: 100%;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{

    display: block;

    width: 100%;
    padding: 0;
    margin: 0 0 0 -1.5%;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 9vw;
    line-height: 11vw;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.deco1{
	background: url(../images/line_2.png?v=202101181700);
	background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 15.5%;
    position: absolute;
    top: 9%;
    left: -1%;
	display: block;
}

.deco2{
	background: url(../images/line_2.png?v=202101181700);
	background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 15.5%;
    position: absolute;
    bottom: 6%;
    right: -1%;
	display: block;
}

.btn_more2{
    width: 40%;
    font-size: 4.5vw;
    display: block;
    border: solid 1px #fe6a00;
    margin: 0 auto 6%;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 11.5vw;
    transition: all 0.3s;
}

.btn_more2::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4%;
    margin:  -2% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}



/*===========================JOIN=================================*/

.join{
	width: 100%;
	overflow: hidden;
}

.join_content{
	width: 100%;
	overflow: hidden;
	margin: 0 auto 10%;
}

.join_content p{
    width: 90%;
    font-size: 4vw;
    margin: 0 auto 4vw;
    text-align: center;
    line-height: 7vw;
}

.join_content img{
	width: 100%;
}



.join_box{
    width: 70%;
    margin: 0 auto 10%;
    height: 0;
    padding-bottom: 12%;
}

.join_box li{
	width: 45%;
	margin: 0 2%;
	float: left;
	border: solid 1px #fe6a00;
}

.join_box li a{
    font-size: 4.5vw;
    display: block;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 11.5vw;
}

.join_box li a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4%;
    margin:  -2% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}



/*===========================BOTTOM MENU================================*/

.footer{
	background: url(../images/bg2.jpg?v=202101181700);
	width: 100%;
	overflow: hidden;
}

.downmenu{
    width: 90%;
    margin: 6% auto 0;
    overflow: hidden;
}

.downmenu ul{
	width: 100%;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
}

.downmenu li{
    width: 30%;
    font-size: 4vw;
    color: #e36500;
    line-height: 1.5em;
    margin-bottom: 15%;
    padding-left: 10%;
    padding-right: 10%;
}

.downmenu li a{
    color: #e36500;
    text-decoration-line: none;
    display: block;
}
.downmenu>ul>li:nth-child(1){order: 1;}
.downmenu>ul>li:nth-child(2){order: 3;}
.downmenu>ul>li:nth-child(3){order: 5;}
.downmenu>ul>li:nth-child(4){order: 2;}
.downmenu>ul>li:nth-child(5){order: 4;}
.downmenu>ul>li:nth-child(6){order: 6;}


.downlist{
	width: 100%;
}

.downlist li{
	float: none;
	width: 100%;
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 2%;
    line-height: 1.5em;
    font-size: 1em;
    opacity: 0.6;
}

.downlist li a{
	width: 100%;
	line-height: 2em;
	font-size: 0.9em;
	color: #e36500;
	text-decoration: none;
	transition: all 0.2s;
}
.cg{
    float: left;
}


.line{
	border-top: solid 1px #e36500;
	opacity: 0.4;
	margin: -7% auto 6%;
	width: 80%;
	display: block;
}

.adress{
	width: 80%;
	overflow: hidden;
	margin: 0 auto 1.5%;
}


.adress li{
	width: 100%;
    font-size: 0.8em;
    float: left;
    color: #000;
    margin: 0 auto 3%;
    text-align: center;
}

.adress li a{
	color: #000;
	text-decoration: none;
}

.footer p{
    width: 100%;
	color: #000;
	text-align: center;
	font-size: 0.7em;
    text-align: center;
    margin: 0 auto 3% ;
}



/*===================================二層基本設定===========================================*/


.content_box{
    width: 100%;
    margin: 13.5% auto 0;
    background: #fff;
    overflow: hidden;
    position: relative;

}


.title2{
  font-size: 8vw;
  margin: 8% auto 4% auto;
  text-align: center;
  font-weight: bold;
}


.title2:before{
    background: url(../images/arrow3_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 2.5%;
    padding-bottom: 4%;
    margin: -1% 1.5% 0 0;
}

.title2:after{
    background: url(../images/arrow3_2.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 2.5%;
    padding-bottom: 4%;
    margin: -1% 0% 0 1.5%;
}



/*=====================================核心價值================================================*/


.core_content{
    width: 100%;
    margin: 0 auto 4%;
    overflow: hidden;
}

.core_pic{
  width: 90%;
  /*height: 0;
  padding-bottom: 58%;
  box-shadow: 5px 5px 8px #d6d9dd;*/
  margin: 0 auto 10%;
}

.core_pic img{
    width: 100%;
}


.core_txt{
    width: 90%;
    font-size: 4vw;
    margin: 0 auto 10%;
}

.deco5{
    background: url(../images/line_2.png?v=202101181700);
    background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 16%;
    position: absolute;
    top: 3%;
    left: -1%;
    display: block;
}

.deco6{
    background: url(../images/line_2.png?v=202101181700);
    background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 16%;
    position: absolute;
    bottom: 3%;
    right: -1%;
    display: block;
}
/*=====================================集團架構================================================*/

.group_content{
    width: 100%;
    margin: 0 auto 5%;
    overflow: hidden;
}

.group_content ul{
    width: 90%;
    margin: 0 5%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.group_content li{
    width: 42%;
    float: left;
    margin: 0 4%;
    height: 0;
    padding-bottom: 60%;
    margin-bottom: 6%;
}

/*.group_content li:nth-last-child(1){
    margin-left: 29%;
}
*/

.group_content a{
    width: 100%;
    display: block;
    text-decoration:none;
}

.group_content span{
    text-align: center;
    font-size: 4vw;
    color: #fe6a00;
    display: block;
    font-weight: bold;
    position: relative;
}


.group_content p{
    text-align: center;
    font-size: 4vw;
    color: #000;
    font-weight: bold;
}

.icon_tw{
    background: url(../images/icon_tw.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 102%;
    display: block;
    margin-bottom: 3%
}

.icon_jp{
    background: url(../images/icon_jp.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 102%;
    display: block;
    margin-bottom: 3%
}

.icon_th{
    background: url(../images/icon_th.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 102%;
    display: block;
    margin-bottom: 3%
}

.icon_kr{
    background: url(../images/icon_kr.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 102%;
    display: block;
    margin-bottom: 3%
}

.icon_ch{
    background: url(../images/icon_ch.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 102%;
    display: block;
    margin-bottom: 3%
}

.icon_op{
    background: url(../images/icon_op.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 102%;
    display: block;
    margin-bottom: 3%
}

.icon_cx{
    background: url(../images/icon_cx.png?v=202201031200)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 102%;
    display: block;
    margin-bottom: 3%
}

.arrow3{
    background: url(../images/btn_arrow3.png?v=202101181700);
    background-size: 100%;
    width: 15%;
    height: 0;
    padding-bottom: 7%;
    display: block;
    position: absolute !important;
    top: 80%;
    left: 42.5%;
}



/*=====================================大事記================================================*/
/*
.hitory{
    position: relative;
}

.history_box{
    width: 45.8%;
    margin:0 auto 5%;
}

.history_box > ul{
    overflow: hidden;
    position: relative;
    background: url(../images/year_line.png?v=202101181700)repeat-y;
    background-size: 9.3%;
}


.history_box>ul>li {
    background: url(../images/year_box.png?v=202101181700);
    background-size: 100%;
    width: 9.3%;
    height: 0;
    padding-bottom: 9.3%;
    text-align: center;
    line-height: 4.1vw;
    font-size: 1vw;
    color: #fff;
    float: left;
}

.arrowl{
    background: url(../images/arrow4.png?v=202101181700);
    background-size: 100%;
    width: 2.6%;
    height: 0;
    padding-bottom: 5%;
    position: absolute;
    top: 1.2vw;
    left: -2.5%;
}

.history_box>ul>ul{
    float: left;
    width: 79%;
    margin: 0% 0 5% 5%;
    border-radius: 15px;
    background: #e1e1e1;
    padding: 2.5%;
    position: relative;

}

.history_box>ul>ul>li{
    font-size: 0.8vw;
    line-height: 1.5vw;
    margin:0.5% 0%;
}

.month{
    width: 6%;
    display: block;
    float: left;
    text-align: right;
}

.h_cont{
    width: 93%;
    display: block;
    margin-left: 8%;
    text-align: left;
}

.history_box>ul>:nth-last-child(1), .hisory_box>ul>:nth-last-child(2) {
    margin-bottom: 0;
}

*/



.hitory{
    position: relative;
}

.history_box{
    width: 90%;
    margin: 0 auto 5%;
}

.history_box > ul{
    width: 100%;
    overflow: hidden;
    position: relative;
}


.history_box>ul>li {
    width: 100%;
    overflow: hidden;
    background: url(../images/year_line.png?v=202101181700) repeat-y;
    background-size: 20%;
}

.year_box{
    background: url(../images/year_box.png?v=202101181700) no-repeat;
    background-size: 100%;
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    text-align: center;
    line-height: 18.1vw;
    font-size: 4vw;
    color: #fff;
    float: left;
    }

.arrowl{
    background: url(../images/arrow4.png?v=202101181700);
    background-size: 100%;
    width: 6.6%;
    height: 0;
    padding-bottom: 12%;
    position: absolute;
    top: 3.2vw;
    left: -4.5%;
}

.year_cont{
    float: left;
    width: 73%;
    margin: -10% 0 6% 22%;
    border-radius: 15px;
    background: #fffcf5;
    padding: 2.5%;
    position: relative;
}

.year_cont li{
    font-size: 4vw;
    /* line-height: 4.5vw; */
    margin: 5% 0%;
    overflow: hidden;
}

.month{
    width: 15%;
    display: block;
    float: left;
    text-align: right;
    font-weight: bold;
}

.h_cont{
    width: 82%;
    display: block;
    text-align: left;
    float: right;
}

.history_box>ul>li:nth-last-child(1), .hisory_box>ul>li:nth-last-child(2) {
    background: none;
    margin-top: -0.1%;
}

.history_box>ul>li:nth-child(1){
    margin-top: -0.1%;
}



/*=====================================營運團隊================================================*/

.team_content{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.team_content ul{
    width: 85%;
    margin: 0 auto;
}

.team_content li{
  width: 100%;
  height: 0;
  padding-bottom: 143.5%;
  float: left;
  margin: 0 auto 15%;
}

.p1{
    background: url(../images/p1.jpg?v=202101181700);
    background-size: 100%;
}

.p2{
    background: url(../images/p2.jpg?v=202101181700);
    background-size: 100%;
}

.p3{
    background: url(../images/p3.jpg?v=202101181700);
    background-size: 100%;
}

.p4{
    background: url(../images/p4.jpg?v=202101181700);
    background-size: 100%;
}

.p5{
    background: url(../images/p5.jpg?v=202101181700);
    background-size: 100%;
}



/*=====================================新聞列表================================================*/

.news_sort{
  width: 90%;
      margin: 0 auto 6%;
      overflow: hidden;
}


.news_sort li{
    width: 30%;
    margin: 0 1.5%;
    overflow: hidden;
    text-align: center;
    float: left;
}

.news_sort a{
  line-height: 10vw;
  font-size: 5vw;
    text-decoration:none;
    color: #fe6a00;
    display: block;
    font-weight: bold;
    border: solid 1px #fe6a00;
}

.news_sort a:hover{
    border: solid 1px #ff9649 !important;
    background: #ff9649;
    color: #fff !important;
}


.light{
    border: solid 1px #ff9649 !important;
    background: #ff9649;
    color: #fff !important;
}

.news_allsort{
    width: 100%;
    background: url(../images/line_GH2.jpg?v=202101181700)top no-repeat;
    background-size: 100%;
    overflow: hidden;
}


.newsborder2{
    background: url(../images/news_co.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 4%;
    height: 0;
    padding-bottom: 4.1%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 5;
}

.list{
    width: 100%;
    margin: 7% auto 8%;
}

.news_list{
   width: 90%;
   margin: 0 auto 7%;
}

.news_list li{
    width: 100%;
    background: #fffcf5;
    position: relative;
    margin-bottom: 5%;
    height: 0;
    padding-bottom: 20%;
    box-shadow: 0.5vw 0.5vw 0 #ffe1cc;
}

.news_list a{
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    background: #fffcf5;
}

.news_d{
    width: 22.5%;
    border-right: solid 1px #fe6a00;
    text-align: center;
    height: 0;
    padding-bottom: 13%;
    margin-top: 4%;
    float: left;
    overflow: hidden;
}

.sort1{
  color: #000;
      font-size: 5.2vw;
      font-weight: bold;
}

.sort2{
    color: #fe6a00;
    font-size: 5.2vw;
    font-weight: bold;
}

.data{
  color: #ffa473;
  font-size: 3vw;
}

.news_title{
    width: 67%;
    overflow: hidden;
    font-size: 4vw;
    color: #808080;
    line-height: 6vw;
    display: block;
    height: 0;
    float: left;
    padding-bottom: 12%;
    padding-right: 3%;
    margin-top: 4%;
    padding-left: 3%;
}


.page{
    margin:0 auto 10px auto;
    display:table;
}

.page li{
  float: left;
      margin: 0 10px 0 10px;
      font-size: 4vw;
      font-weight: bold;
}

.page a{
    color:#000;
    text-decoration:none;
}


.active a{
    color:#fff  !important;
    background:#fe6a00;
    padding:1px 3px 1px 3px;
}




/*=====================================遊戲資訊================================================*/

.busi_sort{
  width: 90%;
      margin: 0 auto 6%;
      overflow: hidden;
}


.busi_sort li{
  width: 30%;
  margin: 0 1.5%;
  overflow: hidden;
  text-align: center;
  float: left;
}

.busi_sort a{
   line-height: 10vw;
   font-size: 5vw;
    text-decoration:none;
    color: #fe6a00;
    display: block;
    font-weight: bold;
    border: solid 1px #fe6a00;
}

.busi_sort a:hover{
    border: solid 1px #ff9649 !important;
    background: #ff9649;
    color: #fff !important;
}



.busi_area{
    width: 100%;
    background: url(../images/line_GH2.jpg?v=202101181700)top no-repeat;
    background-size: 100%;
    overflow: hidden;
}


.busi_box{
  width: 90%;
      overflow: hidden;
      margin: 8% auto;
}

.busi_box li{
  width: 45%;
  margin: 0 2.5% 8%;
  float: left;
}

.busi_box a{
  width: 100%;
      display: block;
      height: 0;
      padding-bottom: 138%;
      overflow: hidden;
      position: relative;
      text-decoration-line: none;
}

.busi_box img{
    width: 100%;
}

.busi_box span{
  width: 100%;
  /* position: absolute; */
  /* bottom: 30px; */
  /* left: 0; */
  background: rgba(243,152,0,0.8);
  height: 16vw;
  display: table;
  /* transition: all 0.3s; */
  /* transform: translateY(100%); */
  margin-top: -3%;
  /* height: 5vw;*/
}

.busi_box p{
    display: table-cell;
    vertical-align: middle;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    padding: 5%;
}

.busi_box a:hover > span{
    transform: translateY(0%);
}

/*=====================================投資人專區================================================*/

.inves_pic{
    background: url(../images/banner5_mob.jpg?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 31%;
}

/*===================投資人按鈕列=============================*/

.inves_btn_box{
  display: none;
    /*width: 38.9%;
    height: 0;
    padding-bottom: 5%;
    margin: 0 auto;*/
}

.inves_btn{
    width: 100%;
    float: left;
    height: 0;
    padding-bottom: 8.4%;
    margin-top: -1%;
}

.arrow4{
    background:url(../images/btn_arrow3.png?v=202101181700) no-repeat;
    background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 7%;
    display: block;
    margin: 8% auto;
}

.inves_btn li{
    width: 25%;
    height: 0;
    padding-bottom: 11.5%;
    float: left;
    position: relative;
    font-size: 1.3vw;
    font-weight: bold;
    color: #000;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 2.5%;
}


.drop-down-menu2 {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.drop-down-menu2 li {
    background: url(../images/btn_bar2.png?v=202101181700);
    width: 100%;
    height: 0;
    padding-bottom: 26%;
    float: none;
    position: relative;
}

.drop-down-menu2 li a{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 20%;
    font-size: 0.8vw;
    color: #fff;
    text-align: center;
    display: block;
    padding-top: 5%;
    text-decoration: none;
}

.drop-down-menu2 li a:hover{
    background: url(../images/btn_bar3.png?v=202101181700);
}

.drop-down-menu2 li:last-child {
    border-bottom: none;
}

.inves_btn li:hover > .drop-down-menu2 { /* 滑鼠滑入展開次選單*/
        display: block;
        animation: show 0.3s;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*======================投資人內容=========================*/


.inves_area{
    width: 100%;
    background: url(../images/line_GH3.jpg?v=202101181700)top no-repeat;
    background-size: 100%;
    overflow: hidden;
    margin-top: 4%;
    position: relative;
}

.inves_info{
    width: 90%;
    margin: 10% auto;
    overflow: hidden;
}


.inves_news{
    width: 100%;
    background: #fffcf5;
    overflow: hidden;
    position: relative;
    margin-bottom: 5%;
    border-left: 1vw solid #fe6a00;
}

.inves_news p{
      font-size: 6vw;
      font-weight: bold;
      color: #fe6a00;
      padding: 2.5% 5% 2%;
}


.inves_news>p::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 6%;
    padding-bottom: 6.6%;
    margin: -1.5% 1% 0 0%;
    background: url(../images/bu1.png?v=202101181700)no-repeat;
    background-size: 100%;
}

.inves_more{
  font-size: 4vw;
  color: #ffa473;
  position: absolute;
  top: 6%;
  right: 4%;
  text-decoration: none;
  vertical-align: middle;
  width: 20%;
  text-align: right;
}

.inves_more::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 5%;
    padding-bottom: 5%;
    margin: -1% 4% 0 0%;
    border: 2px solid;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}


.inves_news_list{
    width: 94%;
    margin: 0 auto 2.5%;
    overflow: hidden;
}

.inves_news_list li{
    width: 100%;
    border-top: 2px solid #ffa473;
    padding:2%;
}

.inves_news_list li a{
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 21%;
    text-decoration: none;
}


.inves_news_list li span:nth-child(1){
  width: 95%;
      display: block;
      color: #000;
      font-size: 4vw;
      line-height: 5.5vw;
      height: 0;
      padding-bottom: 13%;
      overflow: hidden;
      margin-bottom: 2%;
}


.inves_news_list li span:nth-child(2){
    display: block;
    color: #ffa473;
    font-size: 3vw;
}

.inves_email{
    width: 100%;
    overflow: hidden;
    background: #fffcf5;
    overflow: hidden;
    margin: 0 auto 5% ;
    border-left: 1vw solid #fe6a00;
}

.inves_email>p::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 6%;
    padding-bottom: 7%;
    margin: -1% 1% 0 0%;
    background: url(../images/bu3.png?v=202101181700)no-repeat;
    background-size: 100%;
}


.inves_email > p:nth-child(1){
    font-size: 6vw;
    font-weight: bold;
    color: #fe6a00;
    padding: 2.5% 5% 2%;
}

.i_detail{
  font-size: 4vw;
      color: #000;
      padding: 0% 0% 3%;
      line-height: 8.5vw;
      width: 94%;
      border-top: 2px solid #ffa473;
      margin: 0 auto;
}

.i_detail p{
    padding: 2% 0 0 2%;
}

.i_detail > p:nth-child(1){

}

.inves_server{
    width: 100%;
    overflow: hidden;
    background: #fffcf5;
    overflow: hidden;
    margin: 0 auto 5%;
    border-left: 1vw solid #fe6a00;
}


.inves_server>p::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 6%;
    padding-bottom: 7%;
    margin: -1% 1% 0 0%;
    background: url(../images/bu2.png?v=202101181700)no-repeat;
    background-size: 100%;
}


.inves_server > p:nth-child(1){
  font-size: 6vw;
  font-weight: bold;
  color: #fe6a00;
  padding: 2.5% 5% 2%;
}


.inves_btn_mob{
  width: 100%;
  overflow: hidden;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  border-left: 1vw solid #fe6a00;

}

.opener2{
    display: block;
    width: 3%;
    height: 0;
    position: absolute;
    top: 57%;
    right: 5%;
    margin-top: -3%;
    z-index: 10;
    transition: all .4s;
    padding-bottom: 3%;
    transition: all 0.3s;
    border-bottom: 1.5px solid #fea600;
    border-right: 1.5px solid #fea600;
    transform: rotate(45deg);
}


/*=====================================社會責任================================================*/

.csr_record{
    width: 100%;
    background: url(../images/line_GH2.jpg?v=202101181700)top no-repeat;
    background-size: 100%;
    overflow: hidden;
}


.csr_pic{
    background: url(../images/1920x310_mob.jpg?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 31%;
}

.csr_txt{
    width: 90%;
    margin: 0 auto 7%;
    font-size: 4vw;
    text-align: center;
}

.csr_list{
    width: 90%;
    margin: 10% auto 10%;
}

.csr{
    width: 100%;
    margin-bottom: 5%;
}

.csr li{
    width: 100%;
    background: #fffcf5;
    position: relative;
    margin-bottom: 8%;
    overflow: hidden;
}

.csr a{
    display: block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
}

.csr_img{
    width: 90%;
    height: 51vw;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 5% auto 1%;
}

.csr_img img{
    width: 100%;
    height: 100%;
}


.csr_cont_box{
    width: 90%;
    overflow: hidden;
    display: block;
    height: 0;
    padding-bottom: 40%;
    margin: 0 auto;
}

.csr_title{
  width: 100%;
      overflow: hidden;
      font-size: 5vw;
      color: #fe6a00;
      line-height: 10vw;
      font-weight: bold;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
}

.csr_data{
  width: 100%;
  overflow: hidden;
  font-size: 3.5vw;
  color: #808080;
  line-height: 4.5vw;
  margin-bottom: 2%;
  margin-top: -0.5%;
  display: block;
}

.csr_cont{
  width: 100%;
  height: 0;
  padding-bottom: 14%;
  overflow: hidden;
  font-size: 4vw;
  color: #808080;
  /* line-height: 3vw; */
  display: block;
}


.c_more{
  color: #000;
      font-weight: bold;
      width: 21%;
      position: absolute;
      font-size: 4vw;
      bottom: 2%;
      right: 5%;
      vertical-align: middle;
      text-align: right;
}

.c_more::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 0;
  width: 5%;
  padding-bottom: 5%;
  margin: -1% 5% 0 0%;
  border: 2px solid;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
}


/*=====================================加入唯數 訓練發展============================================*/

.join_pic{
    background: url(../images/banner6_mob.jpg?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 31%;
}

.j_txt{
    width: 90%;
    margin: 0 auto 10%;
    font-size: 4vw;
    text-align: center;
}

.j_txt p{
    margin-bottom: 4vw;
}

.j_txt img{
    max-width: 100%;
    height: auto !important;
}

.btn_j{
    margin-bottom: 10% !important;;
}

.j_txt2{
    width: 90%;
    margin: 0 auto 10%;
    text-align: center;
}

.j_txt2 img{
    max-width: 100%;

}

.j_txt2 img:nth-child(2){
    display: block;
}

.j_txt2 img:nth-child(1){
    display: none;
}



/*==========================================子公司介紹文==============================================*/


.title2_2{
	font-size: 8vw;
  	margin: 0% auto 4% auto;
  	text-align: center;
    font-weight: bold;
}


.title2_3{
    font-size: 5vw;
    margin: 8% auto 0 auto;
    text-align: center;
    font-weight: bold;
    display: block;
}


.title2_2:before{
    background: url(../images/arrow3_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 2.5%;
    padding-bottom: 4%;
    margin: -1% 1.5% 0 0;
}

.title2_2:after{
    background: url(../images/arrow3_2.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 2.5%;
    padding-bottom: 4%;
    margin: -1% 0% 0 1.5%;
}

.branch_txt{
    width: 90%;
    margin: 0 auto 10%;
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
}


.branch_cont{
	background:url(../images/bg3.jpg?v=202101181700) no-repeat center top;
	background-size:100%;
    width: 80%;
    margin: 0 auto 15%;
    position: relative;
    /*height: 0;
    padding-bottom: 130.5%;*/
	overflow:hidden
}

.map{
    width: 90%;
    /*position: absolute;*/
    z-index: 2;
    /*top: 0;
    left: 4.7%;*/
    margin: 0 auto 5%;
}

.map iframe{
    width: 100%;
    border: 1px solid #ffdcab !important;
    height: 66vw;
}

.branch_info{
    width: 90%;
    /*position: absolute;
    z-index: 2;
    top: 51%;
    right: 4.5%;*/
	margin:0 auto;
}

.branch_info{
    width: 90%;
    /*position: absolute;
    z-index: 2;
    top: 51%;
    right: 4.5%;*/
	margin:0 auto;
}


.branch_info p{
    font-size: 4.5vw;
    color: #fe6a00;
    font-weight: bold;
}


.branch_list{
    width: 100%;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 5%;
}


.branch_list li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 5%;
}

.branch_list span{
    float: left;
    font-size: 4vw;
}


.branch_list li span:nth-child(1){
    background: url(../images/arrow3_1.png?v=202101181700);
    background-size: 100%;
    width: 2.5%;
    height: 0;
    padding-bottom: 3.6%;
    display: block;
    margin-top: 1.2%;
}


.branch_list li span:nth-child(2){
    font-weight: bold;
    margin-left: 1%;
}


.branch_list li span:nth-child(3){
	width: 70%;
    margin-left: 3%;
    word-wrap: break-word;
}

.btn_branch{
	width: 50%;
    font-size: 4vw;
    display: block;
    border: solid 1px #fe6a00;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 11vw;
    transition: all 0.3s;
    margin: 0 auto 10%;
}

.btn_branch::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 3%;
    padding-bottom: 3%;
    margin:  -2% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}


.btn_branch:hover{
    opacity: 0.8;
}

.btn_branch:hover:after{
    animation: icon_arrow 1.5s infinite ease-out;
}

/*.branch_bg{
    width: 100%;
    height: 0;
    padding-bottom: 117.5%;
    position: absolute;
    bottom: 0;
    background: #eaeaea;
}
*/




/*======================================新聞內頁=========================================*/


.main_content{
    width: 90%;
    margin:10% auto 0;
    position: relative;
}

.news_page_date{
	width: 50%;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-bottom: 6%;
    font-size: 3.5vw;
}

.news_page_date span:nth-child(1){
    color: #fff;
    background: #fe6a00;
    padding: 1% 5%;
}

.news_page_date span:nth-child(2){
    color: #fe6a00;
    padding: 0% 1.5%;
}


.news_page_title{
	font-size: 6vw;
    width: 95%;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 6%;
}


.main_content p{
    font-size: 4vw;
    line-height: 8vw;
    /*margin-bottom: 5%;*/
}


.news_page_content{
    font-size: 4vw;
    line-height: 8vw;
}

.main_content img{
    max-width: 100%;
    margin: 5% auto;
}


.news_page_btn{
	width: 60%;
    font-size: 4vw;
    display: block;
    border: solid 1px #fe6a00;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 14vw;
    transition: all 0.3s;
    margin: 6% auto 13%;
}

.news_page_btn::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 3%;
    padding-bottom: 3%;
    margin:  -2% 0 0 2%;
    border: 1px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(135deg);
}


.news_page_btn:hover{
    opacity: 0.8;
}

.news_page_btn:hover:before{
    animation: icon_arrow4 1.5s infinite ease-out;
}


@keyframes icon_arrow4 {
    0% {
        transform: translateX(0) rotate(135deg)
    }

    10% {
        transform: translateX(-5px) rotate(135deg)
    }

    20% {
        transform: translateX(0) rotate(135deg)
    }

    30% {
        transform: translateX(-5px) rotate(135deg)
    }

    40% {
        transform: translateX(0) rotate(135deg)
    }
}

.deco_9{
    background: url(../images/line_5.png?v=202101181700)no-repeat;
    background-size: 100%;
	width: 17.3%;
    height: 0;
    padding-bottom: 27%;
    position: absolute;
    top: 0;
    left: 0;
}

.deco_10{
    background: url(../images/line_6.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 17.2%;
    height: 0;
    padding-bottom: 24%;
    position: absolute;
    bottom: 0;
    right: 0;
}





/*=======================================投資人專區列表====================================================*/

.inves_btn_mob_title{
    background: #fe7200;
    color: #fff;
    text-align: center;
    font-size: 4vw;
    width: 100%;
    padding: 3% 0%;
}

.inves_btn_mob_title:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 2%;
    padding-bottom: 2%;
    margin: -2% 0 0 2%;
    border: 2px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(45deg);;
}

.inves_btn_mob2{
    display: none;
  width: 100%;
  overflow: hidden;
  background: #f56500;
  overflow: hidden;
  margin: 0 auto;

}





/*======================================遊戲資訊內頁=========================================*/

.games_box{
    width: 90%;
    margin: 15% auto 10%;
}

.games_back_btn{
    display:none;
}

.games_back_btn2{
    width: 55%;
    font-size: 4vw;
    display: block;
    border: solid 1px #fe6a00;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 14vw;
    transition: all 0.3s;
    margin: 0 auto 10%;
}

.games_back_btn2::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4%;
    margin:  -2% 2% 0 0;
    border: 1px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(135deg);
}


.games_back_btn:hover{
    opacity: 0.8;
}

.games_back_btn:hover:before{
    animation: icon_arrow4 1.5s infinite ease-out;
}


.games_info{
    width: 100%;
    overflow: hidden;
    margin-top: 3%;
}

.games_left{
    width: 86.8%;
	margin:0 auto 8%;
}

.games_pic{
    width: 99%;
    position: relative;
    height: 0;
    padding-bottom: 63%;
    margin-bottom: 3%;
}

.games_pic img{
    width: 97%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.games_frame{
    background: url(../images/frame.png?v=202101181700);
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 58%;
    position: absolute;
    z-index: 2;
    top: 7%;
}

.games_frame p{
    font-size: 3vw;
    color: #fe6a00;
    position: absolute;
    right: 2.5%;
    top: 89%;
    font-weight: bold;
}

.games_btn_box{
    width: 100%;
    overflow: hidden;
}

.android{
    background: url(../images/and.png?v=202101181700);
    background-size: 100%;
    width: 10.5%;
    float: left;
    height: 0;
    padding-bottom: 10.5%;
    border: 1px solid #fe6a00;
    margin-right: 3%;
    transition: all 0.3s;

}

.android:hover{
    opacity: 0.8;
}

.apple{
    background: url(../images/apple.png?v=202101181700);
    background-size: 100%;
    width: 10.5%;
    float: left;
    height: 0;
    padding-bottom: 10.5%;
    border: 1px solid #fe6a00;
    margin-right: 3%;
    transition: all 0.3s;

}

.apple:hover{
    opacity: 0.8;
}

.offical{
    width: 32.5%;
    font-size: 4vw;
    display: block;
    border: solid 1px #fe6a00;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 8.4vw;
    transition: all 0.3s;
    float: left;
    margin-right: 3%;
}

.offical::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4.5%;
    margin:  -2% 0 0 2%;
    border: 1px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.offical:hover{
    opacity: 0.7;
}

.offical:hover:after{
    animation: icon_arrow 1.5s infinite ease-out;
}

.vedio{
    width: 33.5%;
    font-size: 4vw;
    display: block;
    border: solid 1px #fe6a00;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 8.4vw;
    transition: all 0.3s;
    float: left;
}

.vedio::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4.5%;
    margin:  -2% 0 0 2%;
    border: 1px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.vedio:hover{
    opacity: 0.7;
}

.vedio:hover:after{
    animation: icon_arrow 1.5s infinite ease-out;
}


.games_right{
    width: 85%;
	margin:0 auto 8%;
}

.games_right li{
	width: 100%;
    margin-bottom: 5%;
    overflow: hidden;
}

.games_right span{
    float: left;
    font-size: 4vw;
}


.games_right li span:nth-child(1){
    background: url(../images/arrow3_1.png?v=202101181700);
    background-size: 100%;
	width: 2.5%;
    height: 0;
    padding-bottom: 3.6%;
    display: block;
    margin-top: 1.5%;
}


.games_right li span:nth-child(2){
    font-weight: bold;
	margin-left:2%;
}


.games_right li span:nth-child(3){
    width: 96%;
    margin-left: 4%;
    word-wrap: break-word;
    line-height: 8vw;
}



/*=======================================基本資料======================================================*/


.list_base{
    width: 90%;
    margin: 10% auto;
}


.list_base table{
    width:100%;
    height:100%;
    border-spacing: 0 0.8vw;
}


.list_base tr td:nth-child(1){
    padding: 4%;
    font-size: 4vw;
    border-left: 1vw solid #ffc178;
    color: #fe6a00;
    font-weight: bold;
    width: 40%;
}

.list_base td{
    padding:4%;
    font-size: 4vw;
    background: #fffcf5;
}


.list_base td a{
    text-decoration: none;
    display: block;
    color: #000 !important;
}


.list_base td a:hover{
    color: #fe6a00 !important;
}



/*=======================================組織架構圖======================================================*/

.inves_group{
    width:90%;
    margin:10% auto;
    text-align:center;
}

.inves_group img:nth-child(2){
    max-width:100%;
}

.inves_group img:nth-child(1){
    display: none;
}



/*=======================================治理規程======================================================*/


.list_rule1{
    width: 90%;
    margin: 10% auto;
}


.list_rule1 table{
    width:100%;
    height:100%;
    border-collapse:collapse;
}


.list_rule1 tr:nth-child(1)>td{
    padding:3%;
    font-size: 4vw;
    background: #f39800 !important;
    font-weight: bold;
    color:#fff;

}

.list_rule1 tr td:nth-child(2){
    width:20%;
}

.list_rule1 tr td:nth-child(1){
    width:60%;
}

.list_rule1 td{
    padding:3%;
    font-size: 4vw;
}

.icon_na{
    background:url(../images/bu6.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 6%;
    padding-bottom: 7.3%;
    display: block;
    float: left;
    margin-right: 0.5%;
    margin-top: 2%;
}

.icon_do{
    background: url(../images/bu7.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 17%;
    padding-bottom: 19.3%;
    display: block;
    float: left;
    margin-right: 1.6%;
    margin-top: 4%;
}


.icon_pdf{
    background: url(../images/pdf.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 44%;
    padding-bottom: 57%;
    display: block;
    float: left;
    margin-top: -1%;
    margin-left: 32.5%;
}

.list_rule1 td a{
    text-decoration: none;
    display: block;
    color: #000 !important;
    width:100%;
    height: 0;
    padding-bottom: 60%;
}

.list_rule1 td a span:nth-child(2){
    display: none;
}

.list_rule1 tr:nth-child(odd){
    background-color:#fff6e5 !important;
}

.list_rule1 tr:nth-child(even){
    background-color:#fffcf5 !important;
}



/*=======================================重大決議======================================================*/


.list_rule2{
    width: 90%;
    margin: 10% auto;
}


.list_rule2 table{
    width:100%;
    height:100%;
    border-collapse:collapse;
}


.list_rule2 tr:nth-child(1)>td{
    padding:3%;
    font-size: 4vw;
    background: #f39800 !important;
    font-weight: bold;
    color:#fff;

}

.list_rule2 tr td:nth-child(1){
    width:30%;
}



.list_rule2 tr td:nth-child(3){
    width: 25%;
}

.list_rule2 td{
    padding: 3%;
    font-size: 4vw;
}

.icon_ti{
    background:url(../images/bu10.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 17%;
    padding-bottom: 23%;
    display: block;
    float: left;
    margin-right: 1.5%;
    margin-top: 3%;
}

.icon_na2{
    background:url(../images/bu6.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 12%;
    padding-bottom: 14.3%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: 2.5%;
}

.icon_do2{
    background: url(../images/bu7.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 17%;
    padding-bottom: 21%;
    display: block;
    float: left;
    margin-right: 1.5%;
    margin-top: 3.5%;
}


.icon_pdf2{
    background: url(../images/pdf.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 44%;
    padding-bottom: 57%;
    display: block;
    float: left;
    margin-top: -1%;
    margin-left: 32.5%;
}


.list_rule2 td a{
    text-decoration: none;
    display: block;
    color: #000 !important;
    width:100%;
    height: 0;
    padding-bottom: 60%;
}

.list_rule2 tr:nth-child(odd){
    background-color:#fff6e5 !important;
}

.list_rule2 tr:nth-child(even){
    background-color:#fffcf5 !important;
}

.list_rule2 td a span:nth-child(2){
    display: none;
}


/*=======================================董事會/功能性委員會===============================================*/


.list_rule3{
    width: 90%;
    margin: 10% auto;
}


.list_rule3 table{
    width:100%;
    height:100%;
    border-collapse:collapse;
}

.list_rule3 tr td:nth-child(1){
    width:30%;
}


.list_rule3 tr:nth-child(1)>td{
    padding:3%;
    font-size: 4vw;
    background: #f39800 !important;
    font-weight: bold;
    color:#fff;

}

.list_rule3 td{
    padding:3%;
    font-size: 4vw;
}


.list_rule3 td a{
    text-decoration: none;
    display: block;
    color: #000 !important;
    width:100%;
    height: 0;
    padding-bottom: 60%;
}

.list_rule3 tr:nth-child(odd){
    background-color:#fff6e5 !important;
}

.list_rule3 tr:nth-child(even){
    background-color:#fffcf5 !important;
}

.list_rule3 td a:hover{
    color: #fe6a00 !important;
}


/*=======================================內部稽核=====================================================*/

.inter_title{
    width: 70%;
    font-size: 6vw;
    color: #fe6a00;
    font-weight: bold;
    padding: 1%;
    margin: 0 auto 8%;
    text-align: center;
    overflow: hidden;
}

.inter_title span{
    background: url(../images/bu11.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 8%;
    height: 0;
    padding-bottom: 9%;
    display: block;
    float: left;
    margin:3% -1% 0 3%;
}

.inter_list{
    width: 100%;
    overflow: hidden;
}


.inter_list li{
    width: 100%;
    overflow: hidden;
    margin-bottom: 3%
}

.inter_list li{
    font-size: 4vw;
    margin-bottom: 8%;
}


.inter_list li span{
    background: url(../images/arrow3_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 3%;
    height: 0;
    padding-bottom: 4.6%;
    display: block;
    margin-top: 3.3%;
    float: left;
}


.inter_list p:nth-child(2){
    width: 100%;
    margin-left: 4.5%;
    word-wrap: break-word;
    line-height: 10vw;
    font-size: 4.5vw;
    font-weight: bold;
}


.inter_list p:nth-child(3){
    width: 100%;
    line-height: 8vw;
}



/*=======================================財務報表======================================================*/

.chose_year{
    width: 50%;
    margin-bottom:8%;
}

.chose_year select{
    background: transparent;
    border: none;
    font-size: 4vw;
    width: 100%;
    color: #f39800;
    font-family: Microsoft JhengHei;
    padding: 5%;
    border: 1px solid rgba(243, 152, 0, 0.6);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/arrow.png?v=202101181700) no-repeat scroll right center transparent;
    background-position: 95%;
}

.chose_year select option {
    background-color:#fff;
    width: 100%;
}



/*======================================月營收===================================================*/



.list_rule4{
    width: 90%;
    margin: 10% auto;
}


.list_rule4 table{
    width:100%;
    height:100%;
    border-collapse:collapse;
}


.list_rule4 tr:nth-child(1)>td{
    padding:3%;
    font-size: 4vw;
    background: #f39800 !important;
    font-weight: bold;
    color:#fff;

}

.list_rule4 tr td:nth-child(1){
    width:15%;
}


.list_rule4 tr td:nth-child(2){
    width:30%;
}


.list_rule4 tr td:nth-child(3){
    width:25%;
}


.list_rule4 tr td:nth-child(4){
    width:20%;
}

.list_rule4 td{
    padding:3%;
    font-size: 4vw;
}



.list_rule4 td a{
    text-decoration: none;
    display: block;
    color: #000 !important;
    width:100%;
    height: 0;
    padding-bottom: 60%;
}

.list_rule4 tr:nth-child(odd){
    background-color:#fff6e5 !important;
}

.list_rule4 tr:nth-child(even){
    background-color:#fffcf5 !important;
}


.list_rule4 td a span:nth-child(2){
    display: none;
}



/*=======================================股價資訊====================================================*/


.inves_info2{
    width: 90%;
    margin: 10% auto;
    overflow: hidden;
}

.stock_code{
    font-size: 6vw;
    font-weight: bold;
    margin-bottom: 5.5%;
}

.stock_code span{
    background: url(../images/arrow3_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 2.4%;
    height: 0;
    padding-bottom: 5%;
    display: block;
    margin-top: 2.5%;
    float: left;
    margin-right: 0.5%;
}

.stock_info{
    width: 100%;
}

.stock_today{
    width: 100%;
    font-size: 6vw;
    display: block;
    background: #fffcf5;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 24vw;
    transition: all 0.3s;
    border-left: 1vw solid #fe6a00;
    margin-bottom: 5.5%;
    font-weight: bold;
}

.stock_today::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 3%;
    padding-bottom: 3%;
    margin:  -1% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}


.stock_today:hover{
    opacity: 0.8;
}

.stock_today:hover:after{
    animation: icon_arrow 1.5s infinite ease-out;
}

.stock_history{
    width: 100%;
    display: block;
    background: #fffcf5;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    border-left: 1vw solid #fe6a00;
    padding: 10% 0%;
    margin-bottom: 5.5%;
}

.stock_history span:nth-child(1):after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 3%;
    padding-bottom: 3%;
    margin:  -1% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.stock_history span:nth-child(1){
    display: block;
    font-size: 6vw;
    transition: all 0.3s;
    font-weight: bold;

}


.stock_history span:nth-child(2){
    display: block;
    font-size: 4vw;
}

.stock_history:hover{
    opacity: 0.8;
}

.stock_history:hover > span:after{
    animation: icon_arrow 1.5s infinite ease-out;
}


/*=======================================問答====================================================*/

.inves_qa{
    width: 100%;
}

.icon_q{
    background:url(../images/bu4.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 7%;
    padding-bottom: 8.3%;
    display: block;
    float: left;
    margin-right: 0%;
}

.icon_a{
    background:url(../images/bu5.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 7%;
    padding-bottom: 8.3%;
    display: block;
    float: left;
    margin-right: 0%;
    margin-left: 1%;
}

.opener3{
    display: block;
    width: 2.5%;
    height: 0;
    position: absolute;
    top: 57%;
    right: 5%;
    margin-top: -2.5%;
    z-index: 10;
    transition: all .4s;
    padding-bottom: 2.5%;
    transition: all 0.3s;
    border-bottom: 1.5px solid #fe6a00;
    border-right: 1.5px solid #fe6a00;
    transform: rotate(45deg);
}

 /** =======================
  * Contenedor Principal
  ===========================*/
 .accordion3 {
     width: 100%;
     overflow-x: hidden;
     -webkit-overflow-scrolling: touch;
    border-left: 1vw solid #fe6a00;
  }

 .accordion3 li {
    margin-bottom: 1%;
  }


 .accordion3 li:nth-last-child(1) {
    margin-bottom:0%;
  }


 .accordion3 .link3 {
    cursor: pointer;
    display: block;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 auto;
    color: #fe6a00;
    font-size: 4.5vw;
    padding: 5% 3%;
    background: #fffcf5;
 }


 .link3 span:nth-child(2){
    width: 80%;
    display: block;
    /* float: left; */
    margin-left: 10%;
 }

 .accordion3 li:last-child .link {
     border-bottom: 0;
 }
 .accordion3 li i {
     position: absolute;
     top: 16px;
     left: 12px;
     font-size: 18px;
     color: #232323;
     -webkit-transition: all 0.4s ease;
     -o-transition: all 0.4s ease;
     transition: all 0.4s ease;
 }
 .accordion3 li i.fa-chevron-down {
     right: 12px;
     left: auto;
     font-size: 16px;
 }
 .accordion3 li.open .link {
     color: #232323;
 }
 .accordion3 li.open i {
     color: #232323;
 }
 .accordion3 li.open i.fa-chevron-down {
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
 }


 /**
  * Submenu
  -----------------------------*/
  .submenu3 {
     display: none;
     font-size: 4vw;
     background: #fffcf5;
     padding: 3% 0 3% 2%;
  }

 .submenu3 span:nth-child(2){
    width: 80%;
    display: block;
    margin-left: 11%;
  }

  /*.submenu li {
     border-bottom: 1px solid #4b4a5e;
  }*/





/*=======================================跳轉頁======================================================*/



.turn_title{
    font-size: 6vw;
    margin: 10% auto 4% auto;
    text-align: center;
    font-weight: bold;
}


.turn_txt{
    font-size: 4vw;
    margin: 0 auto 6% auto;
    width: 90%;
    text-align: center;
    line-height: 8vw;
}

.btn_turn{
    width: 60%;
    font-size: 4vw;
    display: block;
    border: solid 1px #fe6a00;
    margin: 0 auto 10%;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 16vw;
    transition: all 0.3s;
}

.btn_turn::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 3%;
    padding-bottom: 3%;
    margin:  -2% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.btn_turn:hover{
    opacity: 0.7;
}

.btn_turn:hover:after{
    animation: icon_arrow 1.5s infinite ease-out;
}




/*======================================================

.deco_11{
    background: url(../images/line_3.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 22.3%;
    height: 0;
    padding-bottom: 33%;
    position: absolute;
    top: 0;
    left: 0;
}

.deco_12{
    background: url(../images/line_4.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 22.2%;
    height: 0;
    padding-bottom: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
}



/*=======================================桌遊頁======================================================*/

.board_content{
    width: 100%;
    overflow: hidden;
    margin:0 auto 3%;
}

.board_pic{
    background: url(../images/1920x310_2_mob.jpg?v=202101181700)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 31%;
}

.board_txt1{
    width: 90%;
    font-size: 4vw;
    margin: 0 auto 8%;
}

.p6{
    background: url(../images/p6.jpg)no-repeat;
    background-size: 100%;
    width: 80%;
    height: 90vw;
    margin: 0 auto 3%;

}

.board_btn{
    width: 90%;
    height: auto;
    overflow: hidden;
    display: inline-flex;
    justify-content: space-between;
    margin: 0% 5% 8% 5%;
}

.board_btn a{
    color: #fff;
    background: #f39800;
    display: block;
    border-radius: 500px;
    width: 47.5%;
    font-size: 4.5vw;
    display: block;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    line-height: 12vw;
}

.board_content3{
    width: 100%;
    overflow: hidden;
    background: #fffcf5;
}

.icon_box{
    width: 92%;
    margin: 10% auto;
    overflow: hidden;
}

.icon_box li{
    width: 42%;
    float: left;
    margin: 0 4%;
}

.icon_box li:nth-child(1),.icon_box li:nth-child(2){
    margin-bottom: 10%;
}

.icon_b1{
    width: 96%;
    background: url(../images/icon_b1.png) center top no-repeat;
    margin: 0 auto 8%;
    background-size: 100%;
    height: 37vw;
    display: block;
}

.icon_b2{
    width: 96%;
    background: url(../images/icon_b2.png) center top no-repeat;
    margin: 0 auto 8%;
    background-size: 100%;
    height: 37vw;
    display: block;
}

.icon_b3{
    width: 96%;
    background: url(../images/icon_b3.png) center top no-repeat;
    margin: 0 auto 8%;
    background-size: 100%;
    height: 37vw;
    display: block;
}

.icon_b4{
    width: 96%;
    background: url(../images/icon_b4.png) center top no-repeat;
    margin: 0 auto 8%;
    background-size: 100%;
    height: 37vw;
    display: block;
}


.icon_txt{
    font-size: 4vw;
    text-align: center;
}

.board_content2{
    width: 100%;
    overflow: hidden;
    margin:0 auto 0;
    position: relative;
}

.pic_what{
    background: url(../images/pic_what_mob.png)no-repeat;
    background-size: 100%;
    width: 83.7%;
    height: 110vw;
    margin: 15% auto;
}

.pic_game01{
    background: url(../images/pic_game1_mob.jpg);
    background-size: 100%;
    width: 100%;
    height: 57vw;
}


.title3{
    color:#f39800;
    font-size: 4vw;
    text-align: center;
    width: 90%;
    margin: -3% auto 7%;
}

.board_txt2{
    width: 90%;
    font-size: 4vw;
    margin: 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 10%;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pic_story{
    width: 90%;
    margin: 0% auto ;
}

.pic_story>.slick-list{
    box-shadow: 2vw 2vw #ffe8c1 ;
}

.board_content3>.slick-dotted.slick-slider
{
    margin-bottom: 8%;
}



.pic_story img{
    outline: none;
    max-width:100%;
}

.bt2{
    margin-bottom: 10%;
}

.teach_box{
    width: 93%;
    overflow: hidden;
    margin: 0 auto;
}

.teach_box li{
    width: 100%;
    position: relative;
    margin-bottom: 5%;
}


.teach1{
    background: url(../images/teach_01_mob.png)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 34vw;
}

.teach2{
    background: url(../images/teach_02_mob.png)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 34vw;
}

.teach3{
    background: url(../images/teach_03_mob.png)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 34vw;
}

.teach4{
    background: url(../images/teach_04_mob.png)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 34vw;
}

.teach5{
    background: url(../images/teach_05_mob.png)no-repeat;
    background-size: 100%;
    width: 100%;
    height: 34vw;
}

.t_txt1{
    width: 60%;
    font-size: 4vw;
    position: absolute;
    top: 15%;
    left: 3%;
}

.t_txt2{
    width: 60%;
    font-size: 4vw;
    position: absolute;
    top: 15%;
    left: 40%;
}

.t_name1{
    text-align: right;
    font-size: 4vw;
    font-weight: bold;
    color: #ff6a00;
    position: absolute;
    bottom: 13%;
    right: 32%;
}

.t_name2{
    text-align: right;
    font-size: 4vw;
    font-weight: bold;
    color: #ff6a00;
    position: absolute;
    bottom: 14%;
    right: 4%;
}

.product{
    width: 100%;
    margin: 2% auto;
    overflow: hidden;
}

.pic_product{
    background: url(../images/photo/product.jpg)no-repeat;
    background-size: 100%;
    width: 80%;
    height: 61vw;
    margin: 2% auto 5%;
    display: block;
}

.info_product{
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.info_title{
    font-size: 5vw;
    font-weight: bold;
    color: #ff6a00;
    margin-bottom: 3%;
}

.info_list{
    width: 100%;
    margin-bottom: 7%;
}

.info_list li{
    width: 100%;
    margin-bottom: 5%;
    overflow: hidden;
}

.info_list p{
    font-size: 4vw;

}

.ic:before{
    background: url(../images/arrow3_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 1.5%;
    padding-bottom: 3%;
    margin:  -0.5% 1% 0 0;
}

.ic:after{
    background: url(../images/arrow3_2.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 1.5%;
    padding-bottom: 3%;
    margin:  -0.5% 0 0 1%;
}

.ic{
    font-weight: bold;
    text-align: center;
}


.info_list li p:nth-child(2){
    width: 100%;
    margin-left: 3%;
    word-wrap:break-word;
}

.info_txt{
    width: 100%;
    font-size: 4vw;
    margin-bottom: 8%;
}

.price{
    font-size: 5.5vw;
    font-weight: bold;
    color: #ff6a00;
}

.btn_buy{
    width: 47.5%;
    font-size: 4.5vw;
    display: block;
    background: #fe6a00;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    margin: 0 auto 8%;
    line-height: 12vw;
}

.btn_buy::after , .board_btn a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4%;
    margin:  -2% 2% 0 0;
    border: 2px solid #fff;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.btn_buy:hover , .board_btn a:hover{
    opacity: 0.8;
}

.btn_buy:hover:after , .board_btn a:hover:after{
    animation: icon_arrow 1.5s infinite ease-out;
}

.cu{
    width: 85% !important;
}

/*
.deco12{
    background: url(../images/line.png?v=202101181700);
    background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 15.5%;
    position: absolute;
    top: 15%;
    left: -1%;
    display: block;
}

.deco13{
    background: url(../images/line.png?v=202101181700);
    background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 15.5%;
    position: absolute;
    bottom: 0%;
    right: -1%;
    display: block;
}

*/

.float_btn{
    width: 15%;
    background: #f39800;
    border-radius: 0.8em 0 0 0.8em ;
    position: fixed;
    right: 0;
    bottom: 5%;
    overflow: hidden;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.float_btn.show {
    opacity: 1;
}


.gotop{
    background: url(../images/btn_top.png)no-repeat;
    background-size: 100%;
    width: 76.4%;
    height: 11.8vw;
    display: block;
    margin: 30% auto 25%;
}


.gobuy{
    background: url(../images/btn_buynow.png)no-repeat;
    background-size: 100%;
    width: 76.4%;
    height: 11.8vw;
    display: block;
    margin: 25% auto 30%;
}




.wrapper2{
    width: 90% !important;
    position: relative;
}

.pop_bg1{
    background: #fff7e3;
    width: 100%;
    overflow: hidden;
}

.title4{
    font-size: 6vw;
    margin: 5% auto 5% auto;
    text-align: center;
    font-weight: bold;
}


.title4:before{
    background: url(../images/arrow3_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 2%;
    padding-bottom: 4%;
    margin:  -0.5% 1% 0 0;
}

.title4:after{
    background: url(../images/arrow3_2.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 2%;
    padding-bottom: 4%;
    margin:  -0.5% 0 0 1%;
}

.title5{
    color:#f39800;
    font-size: 4vw;
    text-align: center;
    width: 85%;
    margin: -1.5% auto 2%;
}

.contact{
    width: 85%;
    overflow: hidden;
    margin: 0 auto;
}

.item{
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin-bottom:2%;
}

.item:before{
    background: url(../images/arrow3_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 1.65%;
    padding-bottom: 3%;
    margin:  -0.5% 1% 0 0;
}

.item2{
    font-size: 4vw;
    font-weight: bold;
    text-align: left;
    color: #000;
    margin-bottom:2%;
}

.item2:before{
    background: url(../images/arrow3_1.png?v=202101181700)no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 1.65%;
    padding-bottom: 3%;
    margin:  -0.5% 1% 0 0;
}


.y_info{
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
}

.y_info input{
    width: 95%;
    font-size: 4vw;
    line-height: 8vw;
    padding-left: 2%;
    padding-right: 2%;
    outline: none;
    border: none;
    color: #797979;
}

.y_info2{
    width: 100%;
    text-align: left;
    margin-bottom: 5%;
}

.y_info2 input{
    width: 95%;
    font-size: 4vw;
    line-height: 8vw;
    padding-left: 2%;
    padding-right: 2%;
    outline: none;
    border: none;
    color: #797979;
}

.y_info2 textarea{
    width: 95%;
    font-size: 4vw;
    line-height: 8vw;
    padding-left: 2%;
    padding-right: 2%;
    outline: none;
    border: none;
    color: #797979;
}

.btn_sent{
    width: 50%;
    font-size: 4.5vw;
    display: block;
    border: solid 1px #fe6a00;
    margin: 3% auto 8%;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 11.5vw;
    transition: all 0.3s;
}

.btn_sent::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 3%;
    padding-bottom: 3%;
    margin:  -2% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

.btn_sent:hover{
    background: #fe6a00;
    color: #fff;
}

.btn_sent:hover:after{
    animation: icon_arrow 1.5s infinite ease-out;
    border-color:#fff;
}


.btn_close{
    background: url(../images/btn_close.png) no-repeat;
    background-size: 100%;
    width: 6%;
    height: 6vw;
    display: block;
    position: absolute;
    top: 2%;
    right: 3%;
}


.wrapper3{
    max-width: 90% !important;
    position: relative;
}

.pop_bg2{
    width: 100%;
}

.pop_bg2 img{
    max-height: 100%;
    max-width: 100%;
}

.btn_close2{
    background: url(../images/btn_close.png) no-repeat;
    background-size: 100%;
    width: 6%;
    height: 5vw;
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
}

/*================================*/
.busi_area2 {
    width: 100%;
    background: url(../images/line_GH4_m.jpg)top no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}

.busi_box2{
    width: 78.1%;
    overflow: hidden;
    margin: 10% auto 0; 
}

.busi_box2 li{
    width: 100%;
    height: auto;
    margin: 0 auto 25%;
}

.ecomm_img{
    width: 56%;
    height: 44.5vw;
    margin: 0 auto 5%;
}

.ecomm_img img{
    width: 100%;
    height: auto;
}

.ecomm_info{
    width: 100%;
}

.ecomm_info>p:nth-child(1){
    font-size: 4.5vw;
    margin-bottom: 2vw;
    font-weight: bold;
}

.ecomm_info>p:nth-child(1) span{
    background: url(../images/arrow3_1.png)no-repeat;
    background-size: 100%;
    width: 2.5%;
    height: 3vw;
    float: left;
    margin-top: 2%;
    margin-right: 1%;
}

.ecomm_info>p:nth-child(2){
    font-size: 4vw;
    margin-bottom: 5vw;
}

.ecomm_info a {
    width: 45%;
    margin: 0 auto;
    border: solid 1px #fe6a00;
    font-size: 4.5vw;
    display: block;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 11.5vw;
}

.ecomm_info a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4%;
    margin: -2% 0 0 2%;
    border: 2px solid #fe6a00;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}

