@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: 6.2%;
    position: fixed;
    top: -0.5%;
	z-index: 100;
	animation:topb 0.7s;
}

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

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

.nav_box{
	width: 58.4%;
	margin-left: 41.6%;
	margin-top: -1%;
	height: 0;
	padding-bottom: 5%;
}

.nav{
	width: 87.9%;
	float: left;
	height: 0;
    padding-bottom: 8.1%;
    margin-top: 0.4%;
}

.nav li{
    width: 16.6%;
    height: 0;
    padding-bottom: 6.8%;
    float: left;
    position: relative;
    font-size: 1vw;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 2.5%;
    -moz-user-select: none;  /* for Firefox */
    -webkit-user-select: none;   /* for Chrome */
    user-select: none;
}

.nav > li::before{
    /*
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background: #1757b6;
    position: absolute;
    transition: 0.6s;*/
    content: "";
    display: block;
    top: 0;
    left: 50%;
    right: 50%;
    width: 0%;
    height: 5px;
    background: #fff796;
    position: absolute;
    transition: 0.4s;
}


.nav > li:hover::before, .nav > li.current::before{
	left: 0%;
	right: 0%;
  	width: 100%

}

.nav li p{
	color: #fff796;
	font-size: 0.8vw;
	text-align: center;
	line-height: 1.3vw;
	opacity: 0;
	transition: all 0.3s;
	transform: translate(0%,30%);
}

.nav > li:hover > p{
  opacity: 1;
  transform: translate(0,0);
}


.language{
    width:12%;
    overflow: hidden;
    margin-top: 1.5%;
    float: right;
}


.language li{
    width: 22%;
    float: left;
    text-align: center;
    border-right: solid 1px #fff;
}

.language li a{
    text-align: center;
    font-size: 0.8vw;
    color: #fff;
    text-decoration: none;
}

.language li:nth-last-child(1){
    border-right:none;
}


.language li a:hover{
    color: #fff796;
}


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

.drop-down-menu li {
	background:rgba(243, 152, 0, 0.8);
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    display: table;
    padding: 0%;
}

.drop-down-menu li a{
    font-size: 0.8vw;
    color: #fff;
    text-align: center;
    display: table-cell;      /* ★ */
    vertical-align: middle;
    text-decoration: none;
    padding: 9% 5%;
}

.drop-down-menu li a:hover{
	background:rgba(254, 106, 0, 0.8);
}

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

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

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

.nav_mob{
	display: none;
}


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

.drop-down-menu3 li {
    background: rgba(243,137,0,0.9);
    width: 100%;
    height: auto;
    padding:0%;
    float: none;
    position: relative;
    display: table;
}

.drop-down-menu3 li a{
    font-size: 0.8vw;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    display: table-cell;      /* ★ */
    vertical-align: middle;
    text-decoration: none;
    padding: 9% 5%;
}

.drop-down-menu3 li a:hover{
    background:rgba(254, 106, 0, 0.8);
}

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


.drop-down-menu li:hover > .drop-down-menu3 {
        display: block;
        animation: show 0.3s;
}



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

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

.main{
    width: 85%;
    height: 0;
    margin: 8% auto 4%;
    padding-bottom: 27%;
    position: relative;
}

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

.ball{
	background: url(../images/veiw02.png?v=202101181700)no-repeat;
	background-size: 100%;
    width: 29.7%;
    height: 0;
    padding-bottom: 23.2%;
    position: absolute;
    top: 16.5%;
    left: 35.5%;
    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: 33.3%;
    height: 0;
    padding-bottom: 8.2%;
    position: absolute;
	top: 69.5%;
    left: 33.5%;
    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 ball2 {
    0% {
        transform: scale(0,0);
	}
	10% {
        transform: scale(0,1);
	}
	20% {
        transform: scale(1,0);
	}
	30% {
        transform: scale(0,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: 24%;
    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: 5.5%;
    height: 0;
    padding-bottom: 5.5%;
    top: 64%;
    left: 60.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: 7.1%;
    height: 0;
    padding-bottom: 8%;
    top: 8.7%;
    left: 56.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: 6.1%;
    height: 0;
    padding-bottom: 4%;
    top: 18.5%;
    left: 36%;
    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: 10.3%;
    height: 0;
    padding-bottom: 10%;
    top: 48.5%;
    left: 32.3%;
    position: absolute;
    animation: s7 0.4s;
    animation-delay: 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
    z-index: 4;
}


.f{
	width: 6.8%;
	height: 0;
	padding-bottom: 3%;
	position: absolute;
	top: 0%;
	left: 47.2%;
	animation:f 8s infinite linear;
	transform-origin: 50% 430%;
}

@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: 7%;
    height: 0;
    padding-bottom: 2.8%;
    position: absolute;
    top: 32%;
    left: 66%;
    animation: c1 3S infinite ease-in-out alternate;
    animation-direction: alternate;
}


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


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


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

.c3{
	background: url(../images/veiw14.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 4%;
    height: 0;
    padding-bottom: 1.7%;
    position: absolute;
    top: 12%;
    left: 61%;
    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: 6%;
    height: 0;
    padding-bottom: 2.4%;
    position: absolute;
    top: 6%;
    left: 33.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: 6.7%;
    height: 0;
    padding-bottom: 2.9%;
    position: absolute;
    top: 33%;
    left: 27.7%;
    animation: c3 3.5S infinite ease-in-out alternate;
    animation-direction: alternate;

}

.c6{
	background: url(../images/veiw13.png?v=202101181700)no-repeat;
	background-size: 100%;
    width: 7.2%;
    height: 0;
    padding-bottom: 2.9%;
    position: absolute;
    top: 21%;
    left: 15%;
    animation: c2 4S infinite ease-in-out alternate;
    animation-direction: alternate;
}

.g1{
	background: url(../images/veiw15.png?v=202101181700)no-repeat;
	background-size: 100%;
    width: 22.2%;
    height: 0;
    padding-bottom: 5.5%;
    position: absolute;
    top: 77%;
    left: 78%;
}

.g2{
	background: url(../images/veiw15.png?v=202101181700)no-repeat;
	background-size: 100%;
    width: 22.2%;
    height: 0;
    padding-bottom: 5.5%;
    position: absolute;
    top: 77%;
    left: 0%;
}


.btn_box{
	width: 100%;
    display: flex;
    justify-content: center;
	margin: 0 auto 2%;
}

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

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

.btn_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;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
}


.btn_box li a:hover ,.btn_box li:hover{
	border-color: #ff9649;
	color:  #fff;
    background:#ff9649;
}


.btn_box li a:hover:after{
	animation: icon_arrow 1.5s infinite ease-out;
	border-color: #fff;

}


@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);
	background-size: 100%;
	width: 3.5%;
	height: 0;
	padding-bottom: 1.6%;
	margin: 1% auto 3%;
	display: block;
	animation: icon_arrow2 1.5s infinite ease-out;
}


.next2{
	background: url(../images/btn_arrow2.png?v=202101181700);
	background-size: 100%;
	width: 3.5%;
	height: 0;
	padding-bottom: 1.6%;
	margin: 0 auto 3%;
	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: 3vw;
	margin: 3% auto 3% auto;
	text-align: center;
	font-weight: bold;
    background: url(../images/title_bg.jpg?v=202101181700)bottom repeat-x;
    max-width: 20%;
}


.main_icon{
	width: 52%;
	margin: 0 auto 3%;
	height: 0;
	padding-bottom: 16%;
    justify-content: center;
    display: flex;
}

.main_icon li{
	width: 30%;
	float: left;
	margin: 0 1.65%;
}

.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;
}

.icon1:hover{
	transform: translate(-2%,-2%);
	box-shadow: 6px 6px 0px #fe6a00;
}

.icon1:hover > .i2{
	animation:i2 1s linear infinite;
}

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

	24% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
}

.icon1:hover > .i3{
	animation:i3 1s linear infinite;
}

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

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}


.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;
}

.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;
}

.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;
}

.icon2:hover{
	transform: translate(0%,-2%);
	box-shadow: 0px 7px 0px #fe6a00;
}

.icon2:hover > .rd_box .i5{
	animation:i5 2s linear infinite;
}

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


.icon2:hover > .rd_box .i6{
	animation:i6 2s linear infinite;
}

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


.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;
}

.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;
}


.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;
}

.icon3:hover{
	transform: translate(2%,-2%);
	box-shadow: -6px 6px 0px #fe6a00;
}

.icon2:hover > .i10{
	animation:i10 2s linear infinite;
}

.icon3:hover > .i12{
    animation:i12 2s linear infinite;
}

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

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

    20% {
        transform: rotate(0)
    }

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

    40% {
        transform:  rotate(0)
    }
}


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

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

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

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

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

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

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

.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.45%;
    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;
}

.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.45%;
    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;
}

.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;
}

@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: 40%;
	font-size: 1.2vw;
	margin: 0 auto;
	padding: 2% 0;
	text-align: center;
	line-height: 2vw;
}


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

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

.white{
	color: #000 !important;
}

.news_area{
	width: 78.6%;
	margin: 0 auto 2%;
}

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

.news_area li{
	width: 27.6%;
	margin: 0 2.8%;
	float: left;
	height: 0;
	padding-bottom: 34.3%;
	position: relative;

}

.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_box a:hover > .img {
	transform: scale(1.1,1.1);
}


.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: 1vw;
	padding: 2% 0 0 2%;
	margin-bottom: 1%;
}

.news_info p:nth-child(2){
	width: 95%;
	overflow: hidden;
	line-height: 1.8vw;
	font-size: 1.2vw;
	padding-bottom: 35%;
	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.8vw;
    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: -1% 4% 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: 12.5%;
	font-size: 1vw;
	display: block;
	border: solid 1px #fe6a00;
	margin: 0 auto 2%;
	color: #fe6a00;
	text-decoration: none;
	text-align: center;
	line-height: 3.5vw;
	transition: all 0.3s;
}

.btn_more1::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_more1:hover{
	opacity: 0.8;
}

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



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


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

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


.bn_box{
	width: 65.5%;
    margin: 0 auto 2% auto;
    overflow: hidden;
    height: 0;
    padding-bottom: 35.5%;
}


.square{
	width: 77.5%;
    border:1px solid #fe6a00;
    height: 0;
    padding-bottom: 41.5%;
    margin-top: 12.5%;
    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: 2%;
}

.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: 2vw;
    line-height: 2vw;

    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.png?v=202101181700);
	background-size: 100%;
	width: 16%;
	height: 0;
	padding-bottom: 15.5%;
	position: absolute;
	top: -1%;
	left: 5%;
	display: block;
}

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

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

.btn_more2::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_more2:hover{
	opacity: 0.7;
}

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


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

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

.join_content{
	width: 52%;
	overflow: hidden;
	margin: 0 auto 5%;
}

.join_content p{
    font-size: 1.2vw;
    margin: 0 auto;
    padding: 2% 0;
    text-align: center;
    line-height: 2vw;
}

.join_content img{
    width: 100%;
}

.join_box{
	width: 27.6%;
	margin: 0 auto 2%;
	height: 0;
    padding-bottom: 5.8%;
}

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

.join_box li a{
	font-size: 1vw;
	display: block;
	margin: 0 auto;
	color: #fe6a00;
	text-decoration: none;
	text-align: center;
	line-height: 3.5vw;
}

.join_box li a::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);
}

.join_box li:hover{
	opacity: 0.7;
}

.join_box li a:hover:after{
	animation: icon_arrow 1.5s infinite ease-out;
}


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

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

.downmenu{
	width:52%;
	margin: 3% auto;
	overflow: hidden;
}

.downmenu ul{
	width: 100%;
}

.downmenu li{
	width: 16%;
	font-size: 1vw;
	color: #e36500;
	line-height: 2vw;
	margin: 0 0.3%;
	float: left;
}

.downmenu li a{
	color: #e36500;
	text-decoration-line: none;
	display: block;
}

.downlist{
	width: 100%;
}

.downlist li{
	float: none;
	width: 100%;
}

.downlist li a{
	width: 100%;
	line-height: 1.5vw;
	font-size: 0.85vw;
	opacity: 0.6;
	color: #e36500;
	text-decoration: none;
	transition: all 0.2s;
}

.downlist li a:hover{
	opacity: 0.9;
}

.line{
	border-top: solid 1px #e36500;
	opacity: 0.4;
	margin: 0 auto 2%;
	width: 66.5%;
	display: block;
}

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


.adress li{
	width: 38%;
    font-size: 0.85vw;
    float: left;
    color: #000;
    margin: 0 6% 2%;
}

.adress li:nth-child(even){
	width: 43%;
    font-size: 0.85vw;
    float: left;
    color: #000;
    margin: 0 3.5% 2%;
}

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

.footer p{
	color: #000;
	text-align: center;
	font-size: 0.7vw;
	margin-bottom: 1.5%;
}


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


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

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


.title2{
    font-size: 2.7vw;
    margin: 3% auto 3% 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: 0.65%;
    padding-bottom: 1%;
    margin:  -0.5% 0.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: 0.65%;
    padding-bottom: 1%;
    margin:  -0.5% 0 0 0.5%;
}



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


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

.core_pic{
    width: 43.2%;
    /*height: 0;
    padding-bottom: 28%;
    box-shadow: 5px 5px 8px #d6d9dd;*/
    float: left;
}

.core_pic img{
    width: 100%;
}

.core_txt img:nth-child(2){
    display: none;
}

.core_txt img:nth-child(1){
    width: 100%;
}

.core_txt{
    width: 52%;
    float: right;
    font-size: 1vw;
    line-height: 1.8vw;
}



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

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


/*=====================================集團架構================================================*/

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

.group_content ul{
    width: 100%;
    display: flex;
    justify-content: center;
}

.group_content li{
    width: 10.5%;
    float: left;
    margin: 0 1.5%;
}

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

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

.group_content span:nth-child(2){
    opacity: 0;
    transition: all 0.3s;
    transform: translate(0%,30%);
}

.group_content a:hover > .ch{
    opacity: 1;
    transform: translate(0,0);
}

.group_content p{
    text-align: center;
    font-size: 1.2vw;
    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%;
}

.icon_jp:hover > .arrow3 , .icon_th:hover > .arrow3 , .icon_tw:hover > .arrow3 ,
 .icon_kr:hover > .arrow3, .icon_ch:hover > .arrow3, .icon_op:hover > .arrow3 , .icon_cx:hover > .arrow3{
    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)
    }
}



/*=====================================大事記================================================*/
/*
.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;
}

*/

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

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


.hitory{
    position: relative;
}

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

.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: 9.3%;
}

.year_box{
    background: url(../images/year_box.png?v=202101181700) no-repeat;
    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%;
}

.year_cont{
    float: left;
    width: 79%;
    margin: 0% 0 5% 5%;
    border-radius: 15px;
    background: #fffcf5;
    padding: 2.5%;
    position: relative;

}

.year_cont li{
    font-size: 0.8vw;
    line-height: 1.5vw;
    margin:0.5% 0%;
    overflow: hidden;
}

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

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

.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: 63.8%;
    margin: 0 auto;
    overflow: hidden;
}

*/

/*四並排
.team_content{
    width: 80.8%;
    margin: 0 auto;
    overflow: hidden;
}
*/



.team_content ul{
    width: 100%;
}

/*上三下二
.team_content li{
    width: 29.5%;
    height: 0;
    padding-bottom: 42.5%;
    float: left;
    margin: 0 1.8% 7%;
}
*/

/*四並排
.team_content li{
    width: 23%;
    height: 0;
    padding-bottom: 33.1%;
    float: left;
    margin: 0 1% 7%;
}*/


/*三並排*/
.team_content{
    width: 62%;
    margin: 0 auto;
    overflow: hidden;
}


/*三並排*/
.team_content li{
    width: 30%;
    height: 0;
    padding-bottom: 43.3%;
    float: left;
    margin: 0 1.5% 7%;
}

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

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

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

.p4{
    background: url(../images/p4.jpg?v=202101181700) no-repeat;
    background-size: 100%;
    margin-left: 18.55% !important;
}

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



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

.news_sort{
    width: 32.2%;
    margin: 0 auto 2%;
    overflow: hidden;
}


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

.news_sort a{
    line-height: 3vw;
    font-size: 1.2vw;
    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_GH.jpg?v=202101181700)top no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}

.list{
    width: 53.4%;
    margin: 2% auto 3%;
}

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

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

.news_list li{
    width: 100%;
    background: #fffcf5;
    position: relative;
    margin-bottom: 2.5%;
    /* overflow: hidden; */
    /* padding: 2% 0; */
    height: 0;
    padding-bottom: 8.5%;
    box-shadow: 0.2vw 0.2vw 0 #ffe1cc;
}

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

.news_d{
    width: 18.4%;
    border-right: solid 1px #fe6a00;
    text-align: center;
    height: 0;
    padding-bottom: 5%;
    /* padding-top: 2%; */
    /* padding: 2%; */
    margin-top: 2%;
}

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

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

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

.news_title{
    width: 78%;
    overflow: hidden;
    font-size: 1vw;
    color: #808080;
    line-height: 2.7vw;
    margin-top: -5%;
    margin-left: 20%;
    display: block;
    white-space:nowrap;
    text-overflow:ellipsis;
    height: 0;
    padding-bottom: 5%;
}

.news_list a:hover > .news_title{
    color: #fe6a00;
}


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

.page li{
    float:left;
    margin:0 20px 0 20px;
    font-size: 1vw;
    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: 32.2%;
    margin: 0 auto 2%;
    overflow: hidden;
}


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

.busi_sort a{
    line-height: 3vw;
    font-size: 1.2vw;
    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_GH.jpg?v=202101181700)top no-repeat;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}


.busi_box{
    width: 67.7%;
    overflow: hidden;
    margin: 4% auto;
}

.busi_box li{
    width:23%;
    margin: 0 1% 3%;
    float: left;
}

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

.busi_box img{
    width: 100%;
}

.busi_box span{
    width: 100.5%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(243,152,0,0.8);
    height: 4vw;
    display: table;
    transition: all 0.3s;
    transform: translateY(100%);
}

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

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


.deco_7{
    background: url(../images/line_3.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 16%;
    height: 0;
    padding-bottom: 12%;
    position: absolute;

}

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




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

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

.inves_btn_mob{
  display: none;
}

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

.inves_btn_box{
    width: 38.9%;
    height: auto;
    margin: 0 auto;
}

.inves_btn{
    width: 100%;
    float: left;
}

.nt{
    margin-top: 1% !important;
    height: 5vw;
    background: url(../images/line_GH.jpg?v=202101181700)bottom no-repeat;
}


.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: 1.5%;
    -moz-user-select: none;  /* for Firefox */
    -webkit-user-select: none;   /* for Chrome */
    user-select: none;
}


.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: auto;
    float: none;
    position: relative;
    display: table;
    padding: 0;
}

.drop-down-menu2 li a{
    font-size: 0.8vw;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding:7% 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;
    }
}

.nav_mob{
    display: none;
}

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


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

.inves_info{
    width: 57.2%;
    margin: 3% auto;
    overflow: hidden;
}


.inves_news{
    width: 53%;
    background: #fffcf5;
    overflow: hidden;
    position: relative;
    float: left;
    border-left: 0.4vw solid #fe6a00;
}

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

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



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

.inves_more:hover{
    color: #fe6a00;
}

.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: 15%;
    text-decoration: none;
}

.inves_news_list li a:hover > span:nth-child(1){
    color: #fe6a00;
}

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


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

.inves_email{
    width: 43.5%;
    overflow: hidden;
    background: #fffcf5;
    overflow: hidden;
    margin: 0 0 2% 0;
    float: right;
    border-left: 0.4vw solid #fe6a00;
}

.inves_email>p::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 6%;
    padding-bottom: 6.6%;
    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: 1.2vw;
    color: #fe6a00;
    padding: 2.5% 5%;
    font-weight: bold;

}

.i_detail{
    font-size: 1vw;
    color: #000;
    padding: 0% 5% 3%;
    line-height: 2vw;
}

.i_detail p{
    padding-top: 2%;
}

.i_detail > p:nth-child(1){
    border-top: 2px solid #ffa473;
}


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

.inves_server{
    width: 43.5%;
    overflow: hidden;
    background: #fffcf5;
    overflow: hidden;
    margin: 0 0 0 0;
    float: right;
    border-left: 0.4vw solid #fe6a00;
}


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


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

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


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

.csr_txt{
    width: 52%;
    margin: 0 auto 3%;
    font-size: 1vw;
    line-height: 2vw;
    text-align: center;
}


.csr_list{
    width: 57.2%;
    margin: 4% auto 4%;
}

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

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

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

.csr_img{
    width: 28.5%;
    height: 10vw;
    position: relative;
    float: left;
    overflow: hidden;
    padding: 2%;
}

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


.csr_cont_box{
    width: 65%;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 8%;
    left: 33%;
    height: 0;
    padding-bottom: 18%;
}

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

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

.csr_cont{
    width: 97%;
    height: 0;
    padding-bottom: 12%;
    overflow: hidden;
    font-size: 1vw;
    color: #808080;
    line-height: 1.5vw;
    display: block;
}


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

.csr a:hover >.csr_cont_box > .c_more{
    color: #fe6a00;
}

.c_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);
}

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

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

.j_txt{
    width: 52.8%;
    margin: 0 auto 3%;
    font-size: 1vw;
    line-height: 2vw;
    text-align: center;
}

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

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

.j_txt2{
    width: 52.8%;
    margin: 0 auto 3%;
    text-align: center;
}

.j_txt2 img{
    max-width: 100%;
}


.j_txt2 img:nth-child(1){
    max-width: 100%;

}

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




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


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


.title2_3{
    font-size: 1.5vw;
    margin: 3% 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: 0.65%;
    padding-bottom: 1%;
    margin:  -0.5% 0.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: 0.65%;
    padding-bottom: 1%;
    margin:  -0.5% 0 0 0.5%;
}

.branch_txt{
    width: 48%;
    margin:0 auto 3%;
    font-size: 1vw;
    line-height: 2vw;
    text-align: center;
}


.branch_cont{
    width: 48%;
    margin: 0 auto 3%;
    position: relative;
    height: 0;
    padding-bottom: 17.5%;
}

.map{
    width: 38%;
    height: 0;
    padding-bottom: 33.1%;
    position: absolute;
    z-index: 2;
    top:  0;
    left: 3%;
}

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

.branch_info{
    width: 52.5%;
    position: absolute;
    z-index: 2;
    top: 13%;
    right: 3%;
}

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


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


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

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


.branch_list li span:nth-child(1){
    background: url(../images/arrow3_1.png?v=202101181700);
    background-size: 100%;
    width: 1.5%;
    height: 0;
    padding-bottom: 2.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: 78%;
    margin-left: 3%;
    word-wrap:break-word
}

.btn_branch{
    width: 40%;
    font-size: 1vw;
    display: block;
    border: solid 1px #fe6a00;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 3vw;
    transition: all 0.3s;
}

.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: 27.5%;
    position: absolute;
    bottom: 0;
    background: #fffcf5;
}




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


.main_content{
    width: 52.8%;
    margin:3% auto 0;
    position: relative;
    /*text-align: center;*/
}

.news_page_date{
    width: 30%;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-bottom: 3%;
    font-size: 0.8vw;
}

.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: 1.6vw;
    width: 75.5%;
    text-align: center;
    margin:0 auto;
    font-weight: bold;
    margin-bottom: 3%;
}

.news_page_content{
    font-size: 1vw;
    line-height: 1.8vw;
}

.main_content p{
    font-size: 1vw;
    /*text-align: left;*/
    line-height: 1.8vw;
    /*margin-bottom: 3%;*/
}

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


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

.news_page_btn::before{
    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(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: 12.3%;
    height: 0;
    padding-bottom: 19%;
    position: absolute;
    top: 0;
    left: 0;
}

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



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

.games_box{
    width: 58.5%;
    margin: 3% auto 4%;
}

.games_back_btn{
    width: 16%;
    font-size: 1vw;
    display: block;
    border: solid 1px #fe6a00;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 3vw;
    transition: all 0.3s;
    margin-left: 83%;
}

.games_back_btn2{
	display:none;
}

.games_back_btn::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 4%;
    padding-bottom: 4%;
    margin:  -2% 2% 0 0;
    border: 2px 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: 44.4%;
    float: left;
}

.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: 1vw;
    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: 1vw;
    display: block;
    border: solid 1px #fe6a00;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 2.8vw;
    transition: all 0.3s;
    float: left;
    margin-right: 3%;
}

.offical::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);
}

.offical:hover{
    opacity: 0.7;
}

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

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

.vedio::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);
}

.vedio:hover{
    opacity: 0.7;
}

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


.games_right{
    width: 53.3%;
    float: right;
}

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

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


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


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


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

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

.inves_btn_mob_title{
    display: none;
}
.inves_btn_mob2{
    display: none;
}


.list_base{
    width: 36%;
    margin: 3% auto;
}


.list_base table{
    width:100%;
    height:100%;
    /*border-collapse:collapse;*/
    border-spacing: 0 0.2vw;
}


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

}

.list_base td{
    padding:2%;
    font-size: 1vw;
    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:57.2%;
	margin:3% auto;
	text-align:center;
}

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

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


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


.list_rule1{
    width: 48.5%;
    margin: 3% auto;
}

.list_rule1 ul{
    width: 100%;
}

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


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

}

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

.list_rule1 td{
    padding:2%;
    font-size: 0.9vw;
}

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

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


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


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

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

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

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

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


.list_rule2{
    width: 52.8%;
    margin: 3% auto;
}


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


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

}

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



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

.list_rule2 td{
    padding:2%;
    font-size: 0.9vw;
}

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

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

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


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


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

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

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

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


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


.list_rule3{
    width: 48.5%;
    margin: 3% auto;
}


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

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


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

}

.list_rule3 td{
    padding:2%;
    font-size: 0.9vw;
}


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

.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: 30%;
    font-size: 1.5vw;
    color: #fe6a00;
    font-weight: bold;
    padding: 0.8%;
    margin: 0 auto 3%;
    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-top: 3%;
}

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


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

.inter_list li{
    font-size: 1vw;
}


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


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


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


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

.chose_year{
    width: 20%;
	margin-bottom:3%;
}

.chose_year select{
    background: transparent;
    border: none;
    font-size: 1vw;
    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: 52.8%;
    margin: 3% auto;
}


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


.list_rule4 tr:nth-child(1)>td{
    padding:2%;
    font-size: 1vw;
    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:29%;
}


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

.list_rule4 td{
    padding:2%;
    font-size: 0.9vw;
}

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



.icon_mo{
    background:url(../images/bu9.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 9.8%;
    padding-bottom: 10.7%;
    display: block;
    float: left;
    margin-right: 1.5%;
}

.icon_pa{
    background:url(../images/bu8.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 10.2%;
    padding-bottom: 11%;
    display: block;
    float: left;
    margin-right: 1.5%;
}


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


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

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

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

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


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


.inves_info2{
    width: 41.1%;
    margin: 3% auto;
    overflow: hidden;
}

.stock_code{
    font-size: 1.2vw;
    font-weight: bold;
    margin-bottom: 3%;
}

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

.stock_info{
    width: 34%;
    float: left;
}

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

.stock_today::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);
}


.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: 0.4vw solid #fe6a00;
    padding: 10% 0%;

}

.stock_history span:nth-child(1):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);
}

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


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

.stock_history:hover{
    opacity: 0.8;
}

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

.stock{
    width: 62%;
}

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

.inves_qa{
    width: 100%;
}

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

.icon_a{
    background:url(../images/bu5.png?v=202101181700)no-repeat;
    background-size: 100%;
    width: 3%;
    padding-bottom: 3.3%;
    display: block;
    float: left;
    margin-right: 0.9%;
    margin-top: 0.4%;
}

.opener3{
    display: block;
    width: 1.5%;
    height: 0;
    position: absolute;
    top: 57%;
    right: 5%;
    margin-top: -1.5%;
    z-index: 10;
    transition: all .4s;
    padding-bottom: 1.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: 0.3vw solid #fe6a00;

  }

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


 .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: 1vw;
     padding: 3% 2%;
     background: #fffcf5;
 }


 .link3 span{
    margin-left: 0%;
 }

 .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: 0.9vw;
     background: #fffcf5;
     padding: 3% 0 3% 2%;
  }

 .submenu3 span:nth-child(2){
    width: 90%;
    display: block;
    margin-left: 4%;
    line-height: 1.6vw;
  }

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





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



.turn_title{
    font-size: 1.2vw;
    margin: 3% auto 2% auto;
    text-align: center;
    font-weight: bold;
}


.turn_txt{
    font-size: 1vw;
    margin: 0 auto 3% auto;
    width: 46.8%;
    text-align: center;
    line-height: 2vw;
}

.btn_turn{
    width: 14.5%;
    font-size: 1vw;
    display: block;
    border: solid 1px #fe6a00;
    margin: 0 auto 3%;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 3.5vw;
    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;
}


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

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


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


.board_txt1{
    width: 54%;
    float: left;
    font-size: 1vw;
    line-height: 2vw;
}

.p6{
    background: url(../images/p6.jpg?202302131741)no-repeat;
    background-size: 100%;
    width: 41%;
    height: 28.6vw;
    float: right;
}

.board_btn{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    margin-top: 4%;
}

.board_btn a{
    width: 15%;
    color: #fff;
    background: #f39800;
    display: block;
    margin: 0 2%;
    font-size: 1vw;
    text-decoration: none;
    text-align: center;
    line-height: 3vw;
    transition: all 0.3s;
    border-radius: 500px;

}

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

.icon_box{
    width: 75%;
    margin: 3% auto;
    overflow: hidden;
}

.icon_box li{
    width: 22%;
    float: left;
    margin: 0 1.5%;
}

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

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

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

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


.icon_txt{
    font-size: 1vw;
    line-height: 2vw;
    text-align: center;
}

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

.pic_what{
    background: url(../images/pic_what.png)no-repeat;
    background-size: 100%;
    width: 45.6%;
    height: 25vw;
    margin: 0 auto 5%;
}

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


.title3{
    color:#f39800;
    font-size: 1.2vw;
    line-height: 2vw;
    text-align: center;
    width: 40%;
    margin: -3% auto 1.5%;
}

.board_txt2{
    width: 59%;
    font-size: 1vw;
    line-height: 2vw;
    margin: 0 auto;
}

.video-container {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 50%;
    margin: 0 auto 3%;
}

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

.pic_story{
    width: 43.7%;
    margin: -2% auto 0;
}

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


.pic_story img{
    outline: none;
}

.bt2{
    margin-bottom: 3%;
}

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

.teach_box li{
    width: 100%;
    position: relative;
}


.teach1{
    background: url(../images/teach_01.png);
    background-size: 100%;
    width: 100%;
    height: 14.4vw;
}

.teach2{
    background: url(../images/teach_02.png);
    background-size: 100%;
    width: 100%;
    height: 14.4vw;
}

.teach3{
    background: url(../images/teach_03.png);
    background-size: 100%;
    width: 100%;
    height: 14.4vw;
}

.teach4{
    background: url(../images/teach_04.png);
    background-size: 100%;
    width: 100%;
    height: 14.4vw;
}

.teach5{
    background: url(../images/teach_05.png);
    background-size: 100%;
    width: 100%;
    height: 14.4vw;
}

.t_txt1{
    width: 67.4%;
    font-size: 1vw;
    line-height: 2vw;
    position: absolute;
    top: 40%;
    left: 5%;
}

.t_txt2{
    width: 67.4%;
    font-size: 1vw;
    line-height: 2vw;
    position: absolute;
    top: 40%;
    left: 25%;
}

.t_name1{
    text-align: right;
    font-size: 1.2vw;
    font-weight: bold;
    color: #ff6a00;
    position: absolute;
    bottom: 20%;
    right: 24%;
}

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

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

.pic_product{
    background: url(../images/photo/product.jpg)no-repeat;
    background-size: 100%;
    width: 58.5%;
    height: 22.7vw;
    float: left;
    display: block;
}

.info_product{
    width: 38%;
    float: right;
}

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

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

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

.info_list p{
    font-size: 0.9vw;
}


.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: 2%;
    padding-bottom: 3%;
    margin:  -0.5% 0.5% 0 0;
}


.ic{
    font-weight: bold;
    margin-left: 1%;
}


.info_list li p:nth-child(2){
    width: 100%;
    margin-left: 4%;
    word-wrap:break-word;
    line-height: 1.5vw;
}

.info_txt{
    width: 100%;
    font-size: 0.8vw;
    line-height: 1.1vw;
    margin-bottom: 5%;
}

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

.btn_buy{
    width: 47.5%;
    font-size: 1vw;
    display: block;
    background: #fe6a00;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 3vw;
    transition: all 0.3s;
    float: left;
}


.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;
}


.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: 4.4%;
    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: 3.4vw;
    display: block;
    margin: 30% auto 25%;
}

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


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

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

.title4{
    font-size: 2vw;
    margin: 3% auto 3% 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: 1%;
    padding-bottom: 2%;
    margin:  -0.5% 0.5% 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: 1%;
    padding-bottom: 2%;
    margin:  -0.5% 0 0 0.5%;
}

.title5{
    color:#f39800;
    font-size: 1vw;
    line-height: 2vw;
    text-align: center;
    width: 80%;
    margin: -1.5% auto 2%;
}

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

.item{
    font-size: 1vw;
    line-height: 2vw;
    font-weight: bold;
    text-align: left;
    color: #000;
}

.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: 1vw;
    line-height: 2vw;
    font-weight: bold;
    text-align: left;
    color: #000;
}

.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: 0.85%;
    padding-bottom: 1.3%;
    margin:  -0.5% 0.5% 0 0;
}


.y_info{
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 3%;
}

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

.y_info2{
    width: 100%;
    text-align: left;
    margin-top: 3%;
}

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

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

.btn_sent{
    width: 22%;
    font-size: 1vw;
    display: block;
    border: solid 1px #fe6a00;
    margin: 3% auto 4%;
    color: #fe6a00;
    text-decoration: none;
    text-align: center;
    line-height: 3.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: 3.8%;
    height: 2vw;
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
}


.wrapper3{
    max-width: 60% !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: 3%;
    height: 2vw;
    display: block;
    position: absolute;
    top: 2%;
    right: 2%;
}

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

.busi_box2{
    width: 57.8%;
    overflow: hidden;
    margin: 4% auto; 
}

.busi_box2 li{
    width: 90%;
    height: auto;
    margin: 0 5% 7%;
    justify-content: space-between;
    display: inline-flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.ecomm_img{
    width: 28.4%;
    height: 14.5vw;
}

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

.ecomm_info{
    width: 68.2%;
}

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

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

.ecomm_info>p:nth-child(2){
    font-size: 0.9vw;
    line-height: 1.3vw;
    margin-bottom: 1vw;
}

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

.ecomm_info a::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);
}

.ecomm_info a:hover{
    opacity: 0.7;
}

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

