@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
body{
	font-family: 'Noto Sans TC','微軟正黑體', sans-serif;
	width: 100%;
	min-height: 100%;
}
html{
	width: 100%;
	height: 100%;
}
.section-wrapper {
	margin-top: -50px;
	padding-top: 50px;
}

.section-wrapper:first-child .section {
	padding-top: 100px;
}
a{outline: none;}
nav{
	position: fixed;
	width: 100%;
	height:70px;
	z-index: 888;
	top: 0;
	right: 0;
	background: #8ec95f;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menuicon,.wpopupbg{
	display: none;
}
#nav {	
	left: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	right: 0;
	text-align: center;
	top: 0;
	height:70px;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline-block;
	margin-bottom: 0;
}
#nav li+li::before{
	content: "｜ ";
	color: #ffffff;
}
#nav a {
	color: #fff;
	padding:0 10px;
	line-height: 70px;
	font-size: 18px;
	text-decoration: none;
	display:inline-block;
}
#nav a:hover {
	color: #ddebd7;
}
#nav .current a:hover{
	color: #fff;
}
/* #nav .current a{
	line-height: 60px;
	border-bottom:10px solid #4daf00;
} */
nav .share  a {
	display: inline-block;
	width: 48px;
	margin:0 7px;
}
nav .share  a img{
	width: 100%;
}

header{
	width: 100%;
	height: 734px;
	background:url(../images/header_bg.jpg) top center no-repeat  #dfebd9 ;
	margin-top: 70px;
}
header .main{
	position: relative;
}
header .main .logo{
	position: absolute;
	top: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .main .logo a{
	display: block;
}
header .main .logo a:first-child{
	width: 134px;
}
header .main .logo a:last-child{
	width: 100px;
}
header .main .logo span{
	padding:0 40px;
	font-size: 36px;
	color: #3e3e3e;
	font-weight: lighter;
}
header .main .logo a img{
	width: 100%;
}

header .main .title{
	position: absolute;
	top: 84px;
	left: 703px;
}
header .circle {
	width: 100%;
	margin: 0 auto;
	height: 190px;
	background:url(../images/circle2.svg) no-repeat top center;
	background-size: auto 190px;
	position: absolute;
	top: 634px;
	left: 0;
	opacity: 0.8;
	z-index: 4;
}
header .circle span{
	display: block;
	width: 134px;
	height: 134px;
	background: rgba(255,255,255,0.3);
	-webkit-border-radius: 67px;
	-moz-border-radius: 67px;
	border-radius: 67px;
}

.main {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}
.main h2 {
	display: flex;
	align-items: center;
	padding: 30px 0 10px;
	margin: 0;
	padding-left: 0.8%;
}
.main h2 img{
	height: 32px;
	width: auto;
	z-index: 3;
}
.main h2:before{
	content: '';
	display:inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/circle.svg);
	background-size: 100% 100%;
	margin-right: 20px;
	z-index: 6;
}

section.info{
	width: 100%;
	background: #eaefeb;
	padding: 2% 0;

}
section.info .main div.con{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2%;
}
section.info .main div.con img{
	padding:0 4%;
	width: 18%;
}
section.info .main div.con .txt{
	flex: 0 0 79%;
	font-size: 18px;
	line-height: 28px;
	color: #4d5357;
	padding:0 2.5%;
	text-align: justify;
}
section.info .main div.con .txt p:last-child{
	padding-top: 15px;
}

section .main > h6 { 
	font-size: 18px;
	color: #4d5357;
	font-weight: 400;
	padding-left:5%;
}
section .list,.popuplist{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 4%;

}
section .list img,.popuplist img{
	width: 100%;
}
section .list a,.popuplist a{
	text-decoration: none;
}

section.acerbox .slider .slick-slide{
 padding: 30px 0;
}
section.acerbox .slider a{
	width: 90%;
	margin: 0 auto;
	display: block;
	background: #7ac142;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 0 rgba(162,212,123,1);
	-moz-box-shadow: 0 10px 0 rgba(162,212,123,1);
	box-shadow: 0 10px 0 rgba(162,212,123,1);
	transform:scale(1);
	transition: all 0.4s;
	text-decoration: none;
	outline: none;
}
section.acerbox .slider a:hover{
	background:#ff9900;
	transform:scale(1.1);
	-webkit-box-shadow: 0 10px 10px rgba(226,109,49,0.3);
	-moz-box-shadow: 0 10px 10px rgba(226,109,49,0.3);
	box-shadow: 0 10px 10px rgba(226,109,49,0.3);
}
section.acerbox .slider a.comingsoon{
	background: #eaefeb;
	-webkit-box-shadow: 0 10px 0 rgba(223,225,221,1);
	-moz-box-shadow: 0 10px 0 rgba(223,225,221,1);
	box-shadow: 0 10px 0 rgba(223,225,221,1);
}
section.acerbox .slider a div:first-child{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
section.acerbox .slider a div:first-child img{
	transform: scale(1);
	transition: all 0.4s;
}
section.acerbox .slider a:hover div:first-child img{
	transform: scale(1.2);
}
section.acerbox .slider a div:last-child{
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
section.acerbox .slider a p{
	font-size: 17px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 8px;
	text-decoration: none;
}
section.acerbox .slider a p span{
	font-size: 16px;
	letter-spacing: 0;
	text-decoration: none;
	color: #fff;
}
section.acerbox .slider a span{
	color: #fff;
	letter-spacing: 4px;
	font-size: 12px;
	text-decoration: none;
}

section.acerbox .slider a.comingsoon p{
	color: #4d5357;
	padding-bottom: 0px;
}
section.acerbox .slider a.comingsoon span{
	color: #4d5357;
	letter-spacing: 0;
}


.slider {
	width: 90%;
	margin: 50px auto 0;
	padding-bottom: 60px;
}

.acerbox .slider {
	margin: 20px auto 0;
	padding-bottom: 60px;
}
.slick-slide {
  margin: 0px 10px;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick-dots{
	bottom: 20px;
}
.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before ,.slick-dots li.slick-active button:before,.slick-dots li button:before{
  color: #7ac142;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

section.pagebox .slider a{
	display: block;
	text-align: center;
	position: relative;
	text-decoration: none;
	outline: none;
}

section.pagebox .slider a div:first-child{
	width: 85%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	transition: all 0.4s;
	position: relative;
}
section.pagebox .slider a:hover div:first-child{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
section.pagebox .slider a div:first-child img{
	transition: all 0.4s;
	transform: scale(1);
}
section.pagebox .slider a:hover div:first-child img{
	transform: scale(1.2);

}
section.pagebox .slider a p{
	color: #4d5357;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-top: 22px;
}
section.pagebox .slider a:hover p{
	color: #7ac142;
}
section.pagebox .slider a span {
	display: block;
	width: 100px;
	background: #e26d31;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	padding-left: 10px;
	text-align: center;
	letter-spacing: 5px;
	position: absolute;
	margin-top: -7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	left: 50%;
	margin-left: -50px;
	transition: all 0.4s;
}
section.pagebox .slider a:hover span{
	background: #7ac142;
}
/* download */
section.download{
	width: 100%;
	background: #c3e3aa;
	padding: 2% 0;
}
section.download .linkbox{
	display: flex;
	align-items: center;
	justify-content: center;
}
section.download .linkbox a {
	width: 533px;
	height: 200px;
	margin: 15px;
	background: #7ac142;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-start;
	text-decoration: none;
	transition: all 0.4s;
	transform:scale(1);
	cursor: pointer;
}
section.download .linkbox a:hover {
	background:#e26d31;
	transform:scale(1.05);
	-webkit-box-shadow: 0 10px 10px rgba(226,109,49,0.3);
	-moz-box-shadow: 0 10px 10px rgba(226,109,49,0.3);
	box-shadow: 0 10px 10px rgba(226,109,49,0.3);
}

section.download .linkbox a div:first-child{
	width: 100%;
	height: 100px;
	text-align: center;
	background: #a2d47b;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	transition: all 0.4s;
	position: relative;
}
section.download .linkbox a:hover div:first-child{
	background:#ff9900;
}
section.download .linkbox a div:first-child img{
	position: absolute;
	width: auto;
	height: 65%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

section.download .linkbox a div:last-child{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
section.download .linkbox a div:last-child h4{
	color: #fff;
	font-size:26px;
	font-weight: 500;	
	text-align: center;
	padding-top: 10px;
}

section.download .linkbox a div:last-child p{
	display: block;
	width: 100%;
	color: #fff;
	letter-spacing: 2px;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}
section.download .linkbox a div:last-child p img{
	width: 15px;
	margin-right: 7px;
}

.linebg{
	height:100%;
	width:3px;
	background: url(../images/line.svg) ;
	background-repeat: repeat-y;
	background-size:3px 24px;
	position: absolute;
	z-index: -1;
	left: 2%;
	top: 0;
}
section.info .linebg{
	z-index: 1;
	height:90%;
	top: auto;
	bottom: 0;
	margin-bottom:-2.5%;
}
section.download .linebg{
	z-index: 1;
	height:30%;
	top: 0;
	margin-top: -2.5%;
}

footer { 
	width: 100%;
	text-align: center;
	background: #a2d47b;
	font-size: 12px;
	color: #000;
	line-height: 22px;
	padding:20px 30px;
	font-weight: 300; 
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
	background: #7ac142;
	display: block;
	width: 78px;
	height: 78px;
	text-align: center;
	display: block;
	border-radius: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#page-top a img {
	width: 50%;
}
#page-top a:hover {
	text-decoration: none;
	background: #e26d31;
}


section.video .main{
	padding-top: 2%;
}
section.video .list ,.popuplist{
	align-items: stretch;
}
section.video .list a ,.popuplist a{
	padding: 10px;
    display: block;
    flex: 0 1 31.3%;
    background: #7ac142;
    margin: 0 1%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 0 #e26d31;
    -moz-box-shadow: 0 10px 0 #e26d31;
    box-shadow: 0 10px 0 #e26d31;
    transform: scale(1);
    transition: all 0.4s;cursor: pointer;
}
section.video .list a:hover ,.popuplist a:hover {
    background: #e26d31;
    -webkit-box-shadow: 0 10px 0 #ba541f;
    -moz-box-shadow: 0 10px 0 #ba541f;
    box-shadow: 0 10px 0 #ba541f;
    transform: scale(1.03);
}

section.video .list a > div:first-child ,.popuplist a > div:first-child{
	position: relative;
	background: #353535;
	overflow: hidden;
}
section.video .list a img.playicon,.popuplist a img.playicon{
	width: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section.video .list a img.videopic,.popuplist a img.videopic{
	opacity: 0.8;
	transform: scale(1);	
	transition: all 0.4s;
}
section.video .list a:hover img.videopic,.popuplist a:hover img.videopic{
	opacity: 1;
	transform: scale(1.2);
}
section.video .list a h6{
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	font-weight:400;
	padding-top: 10px;
}
section.video .list a h5,.popuplist a h5{
	display: block;
	width: 150px;
	height: 35px;
	background: #e26d31;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	margin:10px auto;-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 18px;
	letter-spacing: 5px;
	transition: all 0.4s;
}
section.video .list a:hover h5,.popuplist a:hover h5{
	background:#ffffff ;
	color: #e26d31;
}
section.video .list a p{
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	 line-height: 50px;
}
section.video .list a:nth-child(3) p{
	line-height: 24px;
}
section.video .list a:nth-child(3) p span{
	display: block;
}
section.video .list a.comingsoon,.popuplist a.comingsoon{
	background: #cdcdcd;
	-webkit-box-shadow: 0 10px 0 #c4c4c4;
    -moz-box-shadow: 0 10px 0 #c4c4c4;
	box-shadow: 0 10px 0 #bcbcbc;
	cursor: default;
}
section.video .list a.comingsoon h5,section.video .list a.comingsoon:hover h5{
	letter-spacing: 0;
	background: #bbbbbb;
	color: #ffffff;
}

.openpopup{
	overflow: hidden;
}
#modal-video,#websitelink,#onlinestudy{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	overflow: auto;
}
.blackbox{
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.8;
	position: fixed;
	top: 0;
	left: 0;
}
#modal-video .conall,#websitelink .conall,#onlinestudy .conall{
	width: 100%;
	height: 100%;
	overflow: auto;
	position: fixed;
	padding: 2% 0;
}

#modal-video .con,#websitelink .con,#onlinestudy .con{
	width: 850px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
}

#modal-video .popuplist{
	padding:0 35px 50px;	
}
#modal-video .popuplist a h6{
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	font-weight:400;
	padding-top: 10px;
}
#modal-video .popuplist a p{
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	line-height: 35px;
}
#modal-video .popuplist a:nth-child(3) p{
	line-height: 20px;
}
#modal-video .popuplist a img.playicon {
    width: 38px;
}

#modal-video .popuplist a.comingsoon h5{
	letter-spacing: 0;
	color: #ffffff;
	background: #bbbbbb;
}
#modal-video .titbox,#websitelink .titbox,#onlinestudy .titbox{
	background: #8ec95f;
	height: 70px;
	position: relative;-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#modal-video .titbox a,#websitelink .titbox a,#onlinestudy .titbox a{
	position: absolute;
	right: 35px;	
	top:50%;
	transform: translateY(-50%) scale(0.8) rotate(0deg);
	transition: all 0.4s;
	cursor: pointer;
}
#modal-video .titbox a:hover,#websitelink .titbox a:hover,#onlinestudy .titbox a:hover{
	transform: translateY(-50%) scale(1) rotate(180deg);
}
#modal-video .titbox a img,#websitelink .titbox a img,#onlinestudy .titbox a img{
	height: 80%;
	width: auto;
}
#modal-video .videopopup{
	padding:25px 35px 0;	
}
#modal-video .videopopup h6{
	font-size: 28px;
	color: #e26d31;
	padding-top: 10px;
	font-weight: 400;
}
#modal-video .videopopup p{
	color: #4d5357;
	font-size: 16px;
}
#modal-video .listtitle{
	padding:0 35px 15px;
}
#modal-video .listtitle h2{
	display:flex;

}
#modal-video .listtitle h2::before{
	content: '';
	display:inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/circle.svg);
	background-size: 100% 100%;
	
}
#modal-video .listtitle h2 img{
	height: 30px;
	width: auto;
	margin-left: 15px;
}
#modal-video .listtitle h2::after{
	content: '';
	display:inline-block;
	width:428px;
	height: 3px;
	margin-top: 13px;
	margin-left: 18px;
	background: url(../images/line2.svg) repeat-x center;
	background-size:24px 3px ;	
}
#websitelink .weblist{
	padding: 30px;
}
#websitelink .weblist h4{
	 color: #7ac142;
	 font-size: 26px;
	 line-height: 36px;
	 position: relative;
	 padding-left: 38px;
}
#websitelink .weblist h4::before{
	position: absolute;
	content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/circle.svg) bottom no-repeat;
	background-size: 26px 26px;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
#websitelink .weblist > div >div{
	padding-left: 40px;
}
#websitelink .weblist > div{
	background: #edf3ee;
	padding:5px 15px 15px;
	margin: 15px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#websitelink .weblist a{
	display:list-item;
	font-size: 18px;
	text-decoration: none;
	height: 28px;
	color: #4d74c4;
}#websitelink .weblist a:hover{
	color: #e26d31;
}


#onlinestudy .study{
	padding: 30px;
	color: #4d5357;
}
#onlinestudy .study > p{
	 font-size: 18px;
	 line-height: 26px;
}
#onlinestudy .study >div h5{
	background: #7ac142;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	margin: 20px 0;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 35px;
}
#onlinestudy .study >div h6{
	color: #7ac142;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    padding-left: 30px;
}
#onlinestudy .study >div h6::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/circle.svg) bottom no-repeat;
    background-size: 18px 18px;
    left: 0;
    top: 50%;
    margin-top: -9px;
}
#onlinestudy .study >div p{
	font-size: 16px;
	line-height: 22px;
}#onlinestudy .study >div  a{
	font-size: 18px;
	color: #e26d31;
	text-decoration: none;
}
#onlinestudy .study >div  a:hover{
	color: #7ac142;
}
#onlinestudy .study >div .embed-responsive{
	width: 94%;
	margin:15px auto;
}
.new{
	position: absolute;
	left:10px;
	top:10px;
	background: #e4007f;
	padding:2px 12px;
	color: #ffffff;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}



@media only screen and (min-width:961px) and (max-width: 1300px) {
.main {
	width: 100%;
}
header {
    width: 100%;
    height:550px;
    background: url(../images/header_bg.jpg) top center no-repeat #dfebd9;
	background-size:auto 550px;
}
header .main .title {
    position: absolute;
    top: 84px;
    left:auto;
    right: 5%;
   	width: 40%;
}
header .circle {
	display: none;
}
header .main .logo {
    top: 38px;
    left: 38px;
}
header .main .share {
    top: 38px;
}
section.acerbox .list a p {
   letter-spacing: 0;
   font-size: 1.4vw;
}
section.acerbox .list a p span{
	font-size: 1.2vw;
	letter-spacing: 0;
}
}



@media screen and (max-width:1050px){
	header {
		margin-top: 60px;
	}
nav{
	height:auto;
	display:block;
	padding-top: 60px;
	overflow: auto;
}
#nav {	
	height:auto;
	display: none;
}
#nav li {
	display: block;
	width: 100%;
	border-bottom: 1px solid #aadc83;
}
#nav li+li::before{
	content: "";
}
#nav a {
	line-height: 60px;
	font-size: 20px;
	width: 100%;
}
#nav a:hover {
	color: #fff;
}
#nav .current a:hover{
	color: #fff;
}
/* #nav .current a{
	line-height: 60px;
	border-bottom:10px solid #4daf00;
} */
nav .share  {
	position: absolute;
	left: 15px;
	top: 10px;
}.menuicon{
	display: block;
	width: 35px;
	position: absolute;
	right:15px;
	top:15px;
}
nav .share a {
    width: 35px;
}
.wpopupbg{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	display: block;
	top: 0;
	left: 0;
}
section.video .list a h6{
	font-size: 2.6vw;
	font-weight:400;
}
section.video .list a p{
	font-size: 1.6vw;
	line-height: 4.2vw;
	padding: 0;
}

section.download .linkbox a div:last-child h4 {
    font-size: 2.2vw;
}
#modal-video .con, #websitelink .con , #onlinestudy .con {
    width: 90%;
}#websitelink .weblist {
    padding:2% 5%;
}#modal-video .titbox, #websitelink .titbox ,#onlinestudy .titbox {
    height:60px;
}modal-video .titbox a, #websitelink .titbox a, #onlinestudy .titbox a {
    right: 25px;
}#websitelink .weblist a {
    font-size: 18px;
	height: auto;
	margin:15px 0;
}

section.video .list a:hover h5,.popuplist a:hover h5{
	background: #e26d31;
	color:#ffffff ;
}
section.pagebox .slider a p{
	font-size: 1.7vw;
}
section.acerbox .slider a p,section.acerbox .slider a p span{
	font-size: 1.4vw;
	padding-bottom: 0;
}
section.acerbox .list a:hover{
	background: #7ac142;
	-webkit-box-shadow: 0 10px 0 rgba(162,212,123,1);
	-moz-box-shadow: 0 10px 0 rgba(162,212,123,1);
	box-shadow: 0 10px 0 rgba(162,212,123,1);
	transform:scale(1);
}
section.download .linkbox a:hover {
	background: #7ac142;
	transform:scale(1);
	-webkit-box-shadow: 0 10px 10px rgba(226,109,49,0);
	-moz-box-shadow: 0 10px 10px rgba(226,109,49,0);
	box-shadow: 0 10px 10px rgba(226,109,49,0);
}
section.download .linkbox a:hover div:first-child{
	background: #a2d47b;
}
section.pagebox .slider a:hover p{
	color: #4d5357;
}
section.pagebox .slider a:hover span{
	color: #fff;
	background: #e26d31;
}
section.video .list a:hover ,.popuplist a:hover {
    background: #7ac142;
    -webkit-box-shadow: 0 10px 0 #e26d31;
    -moz-box-shadow: 0 10px 0 #e26d31;
	box-shadow: 0 10px 0 #e26d31;
    transform: scale(1);
}
section.acerbox .slider a:hover div:first-child img{
	transform: scale(1);
}
section.pagebox .slider a:hover div:first-child {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
section.acerbox .slider a:hover{
	background: #7ac142;
	transform:scale(1);
	-webkit-box-shadow: 0 10px 0 rgba(162,212,123,1);
	-moz-box-shadow: 0 10px 0 rgba(162,212,123,1);
	box-shadow: 0 10px 0 rgba(162,212,123,1);
}

}

@media screen and (max-width: 960px){
.main {
	width: 100%;
}
section.info{
	z-index: 100;
}
section.acerbox{
	z-index: 200;
	height: auto;
}
section.pagebox{
	z-index: 200;
	height: auto;
}
header .circle{
	display: none;
}
header{
	padding-bottom: 65%;
	width: 100%;
	height:auto;
	background:url(../images/header_bg_m.jpg) top center no-repeat scroll #dfebd9 ;
	background-size: 100% auto;
}
header .main .title {
    position: relative;
    top:0;
    left:0;
    width: 60%;
    margin: 6% 20%;
}
header .main .logo{
	position: relative;
    top:0;
    left:0;
    padding-top: 8vw;
}
header .main .logo a:first-child{
	width: 30vw;
}
header .main .logo a:last-child{
	width: 28vw;
}
header .main .logo span{
	padding:0 8vw;
}
header .main .logo span{
	font-size: 10vw;
}
header .main .share {
    right: 4vw;
    top:27vw;
    z-index: 100;
}
header .main .share a {
    display: inline-block;
    width: 10vw;
    margin: 0 1vw;
}

.main h2 img {
	height: 24px;
	width: auto;
}
.main h2:before{
	margin-right: 10px;
}
.main h2{
	padding-left: 5%;
}
.linebg{
	display: none;
}
section .main > h6 {
    padding:0 8%;
    line-height: 24px;
}

section.info .main div.con .txt {
    padding: 0 8%;
}
section.info .main div.con img {
    width: 35%;
}
section.info .main div.con{
	flex-direction: column;
}

section.acerbox .list{
	display: block;
	padding:0 4%;
}
section.acerbox .list a {
    flex: 0 0 0;
    display: block;
    width: 80%;
    margin: 10% 10%;
}

section.acerbox .list a div:first-child{
	height: 54vw;
}
section.acerbox .list a:hover div:first-child img{
	transform: scale(1);
}
section.acerbox .list a div:last-child{
	height:auto;
	padding: 3vw 0;
}
section.acerbox .list a p{
	margin-bottom: 0;
}

section.pagebox .slider a:hover div:first-child img{
	transform: scale(1);
}
section.pagebox .slider a p{
	font-size: 2.4vw;
	line-height: 4vw;
}
section.acerbox .slider a p,section.acerbox .slider a p span{
	font-size: 2.4vw;
	line-height: 4vw;
}

.slick-next{
	right: 0;
}
.slick-prev{
	left: 0;
}

section.download .linkbox{
	flex-direction: column;
}
section.download .linkbox a{
	height: auto;
	width: 80%;
}
section.download .linkbox a div:first-child{
	height: 25vw;
}
section.download .linkbox a div:last-child h4{
	font-size:5.8vw;
}
section.download .linkbox a div:last-child h4 span{
	display:inline-block;
}

section.download .linkbox a div:last-child p{
	font-size:5vw;
}


section.acerbox .list a.comingsoon {
	display: none;
}

#page-top a {
	width: 10vw;
	height: 10vw;
}
#page-top a img {
	width: 50%;
}
#page-top a:hover {
	background: #7ac142;
}
section.download .linkbox{
	flex-direction: column;
}
section.download .linkbox a div:last-child{
	width: auto;
	margin: 0 auto;
}
section.video .list, .popuplist{
	display: block;
	padding-top: 0;
}
section.video .list a h6{
	font-size: 6.5vw;
}section.video .list a p,section.video .list a.comingsoon p {
	font-size:17px;
	line-height: 25px;
}

section.video .list a{
	width: 80%;
	margin:10% auto;
}
.popuplist a{
	width: 80%;
	margin:7% auto;
}
section.video .list a:hover img.videopic,.popuplist a:hover img.videopic{
	opacity: 0.8;
	transform: scale(1);
}
section.video .list a:nth-child(3) p span{
	display: inline;
}
section.video .list a.comingsoon:hover ,.popuplist a.comingsoon:hover {
    background: #cdcdcd;
    -webkit-box-shadow: 0 10px 0 #c4c4c4;
    -moz-box-shadow: 0 10px 0 #c4c4c4;
    box-shadow: 0 10px 0 #bcbcbc;
    cursor: default;
}#modal-video .popuplist {
    padding: 0 0 2% 0 ;
}
#modal-video .listtitle{
	padding:0 ;
	padding-left: 5%;
}

#modal-video .listtitle h2::after{
	display:none;
}
}
@media only screen and (min-width:500px) and (max-width: 961px) {


section.info .main div.con img{
	margin-bottom: 3vw;
}
section.download .linkbox{
	flex-direction: row;
}section.download .linkbox a div:last-child h4 {
	font-size:2.8vw;
	line-height: 3.4vw;
}
section.download .linkbox a div:last-child h4 span{
	display: block;
}
section.download .linkbox a div:last-child p{
	 font-size:1.2vw;
	 letter-spacing: 0;
	 line-height: 1.2vw;
}
section.download .linkbox a div:first-child {

    height:14vw;
}


section.acerbox .list{
	text-align: center;
}
section.acerbox .list a {
    flex: 0 0 1;
    width: 40%;
    display: inline-block;
    margin: 2%;
}
section.acerbox .list a div:first-child{
	height: 40vw;
}section.video .list a h6{
	font-size: 4vw;
}
}
@media screen and (max-width: 425px){
	#onlinestudy .study{
		padding: 10px;
	}
section.acerbox .slider a p, section.acerbox .slider a p span {
		font-size: 5vw;
		line-height: 7vw;
}
.acerbox .slider {
		margin: 20px auto;
}
section.pagebox .slider a p {
    font-size: 4.5vw;
	line-height: 6vw;
}
#modal-video .listtitle h2 img{
	height: 25px;
	width: auto;
	margin-left: 5px;
}
#modal-video .listtitle h2::before {
    width: 25px;
	height: 25px;
}
footer {
	font-size: 3vw;
	padding: 15px;
	line-height: 5.5vw;
}
section.download .linkbox a{
	flex-direction: row;
}
section.download .linkbox a div:first-child{
	width: 30vw;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-lef-radius: 16px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-topright:0px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	border-top-right-radius: 0px;
}
section.download .linkbox a div:last-child h4{
	padding-top: 0;
	font-size: 6vw;
	line-height: 7.6vw;
}
section.download .linkbox a div:last-child h4 span{
	display: block;
}
section.download .linkbox a div:last-child p{
	font-size: 4vw;
}
section.download .linkbox a div:first-child{
	height: auto;
}
section.download .linkbox a div:first-child img{
	width: 45%;
	height: auto;
}
section.download .linkbox a:first-child div:first-child img,section.download .linkbox a:nth-child(2) div:first-child img {
	top: 55%;
}
}
@media screen and (max-width: 376px){
	#websitelink .weblist > div >div {
		padding-left: 25px;
	}
	section.video .list a p {
		font-size:4.5vw;
		line-height: 4.8vw;
	}
	#modal-video .videopopup h6 {
		font-size:6vw;
	}

	#onlinestudy .study >div h5{
		font-size: 5vw;
		margin-top: 0;
	}
	#onlinestudy .study >div h6{
		font-size: 4.5vw;
	}
}