@charset "utf-8";
/* CSS Document */

/*a{color: #ffffff; text-decoration: none;}*/

/*header*/
.header{
	width: 100%; 
	height: 60px; 
	position: fixed; 
	z-index:988;
	top:0; 
	border-bottom:0px solid #ddd; 
	box-shadow: 0 2px 4px rgba(0,0,0,0.1); 
    background-color: rgba(255,255,255,1); transform: all .3s;
}
.page{ 
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.page{ 
	max-width: 980px;
	}
}

@media screen and (max-width: 980px) {
	.page{ 
	max-width: 720px;
	}
}
.logo{
	width: 100%; 
	font-size: 16px;
	padding-left: 4%;
	/*font-size: 15px;
	position: absolute; */
	
	
}
.logo a {color: #000000;}
@media screen and (max-width: 980px) {
	.logo{ 
		padding-left: 20px;
	}
}
@media screen and (max-width: 736px) {
	.logo{ 
		padding-left: 10px;
	}
}

.gc_1{
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	padding: 4px;
}

.gc_2{
	background-color: #22ac38;
	color: #fff;
	border: 1px solid #22ac38;
	padding: 4px 8px;
}

.menu{
	float: right;
	/*margin-right: 20px;*/
}

.menu ul{
	overflow: hidden;
}

.menu li{
	float: left;
	line-height: 60px;
	color: #000;
}

.menu li div{
	color: #000;
	transition: all .3s;
	padding: 0 16px;
	font-size: 18px;
	font-weight: 600;
}

.menu li div:hover{
	background-color: #000;
	color: #ffffff;
}

.icon{
	width: 60px;
	height: 60px; 
	line-height: 60px; 
	text-align: center;
	color: #fff; 
	font-size: 30px; 
	float: right; 
	display: none;
	transition: all .3s;
	opacity: 1;
    background-image: url("../images/menu.png"); 
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: center left;
}

.op5{background-position: center right; }

@media screen and (max-width: 980px) {
    
.menu{margin-right:0px; position: fixed; top:60px; right: 0; width: 100%; display: none; z-index: 88;}    
.menu li{float: none; width: 100%; border-bottom: 1px solid #666;} 
.menu li div{width: 100%; background-color: #333; text-align: center; color: #fff;}
.icon{display: block;}   
}


/*main*/
.main_bg{ 
	width: 100%; 
	height: 600px;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: top center;
	/*margin-top: 60px;*/
	position: relative;
}

@media screen and (max-width: 2560px) {
	.main_bg{ 
		
		background-size: auto;
	}
}
@media screen and (max-width: 980px) {
	.main_bg{ 
		height: 400px;
		background-size: cover;
	}
}
@media screen and (max-width: 430px) {
	.main_bg{ 
		height: 250px;
	}
}
.main_page{ 
	max-width: 1024px;
	margin: 0 auto;
	padding: 341px 0;
	position: relative;
}

.title{
	max-width: 726px;
    position: absolute;
    top: 40px;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.title{ 
		left: 20px;
	}
}
@media screen and (max-width: 980px) {
	.title{
		max-width: 400px;
	}
}
@media screen and (max-width: 430px) {
	.title{
		max-width: 240px;
		top: 20px;
		left: 10px;
	}
}


/*body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', sans-serif;
	background: rgb(26, 188, 156);
	background: -moz-linear-gradient(-45deg, rgba(26, 188, 156, 1) 0%, rgba(142, 68, 173, 1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(26, 188, 156, 1) 0%, rgba(142, 68, 173, 1) 100%);
	background: linear-gradient(135deg, rgba(26, 188, 156, 1) 0%, rgba(142, 68, 173, 1) 100%);
}*/
@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(60px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.container {
	width: 100%;
	height: 100%;
	display: flex;
	/*flex-direction: column;
	justify-content: center;*/
	align-items: center;
}

@media screen and (max-width: 980px) {
	.container {
		width: 55%;
		height: 55%;
		padding-left: 3%;
	}
}

.avatar {
	/*width: 150px;
	height: 150px;
	box-sizing: border-box;
	border: 5px white solid;*/
	border-radius: 50%;
	/*overflow: hidden;
	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	img { width: 100%; height: auto; }
}

/*content*/
.bg_white{
	width: 100%; 
	background-color: #ffffff;
	padding: 60px 0;
}

@media screen and (max-width: 736px) {
	.bg_white{
		padding: 20px 0 ;
		}
}
.about{
	font-size: 18px;
	letter-spacing: 1.6px;
	text-align: left;
	padding: 0 3%;
	color: #000000;
}
@media screen and (max-width: 430px) {
	.about { 
		font-size: 14px;
		padding: 5%;
	}
}
.about h1{
	font-size: 30px;
	font-weight: 800;
	padding-bottom: 30px;
}
@media screen and (max-width: 430px) {
	.about h1{ 
		font-size: 24px;
	}
}


.about img{
	max-width: 860px;
}

.about_n{
	font-size: 18px;
	letter-spacing: 1.6px;
	text-align: left;
	padding: 24px;
	background-color: #000000;
	color: #ffde00;
}
@media screen and (max-width: 430px) {
	.about_n { 
		font-size: 14px;
		padding: 5%;
	}
}
.about_n ol li { margin-left: 6%;}



.bg_yellow{
	width: 100%; 
	background-color: #ffff00;
	padding: 60px 0;
}

@media screen and (max-width: 736px) {
	.bg_yellow{
		padding: 20px 0 ;
		}
}

.bg_video{
	width: 100%; 
	background-color: #d44946;
	padding: 60px 0;
}

@media screen and (max-width: 736px) {
	.bg_video{
		padding: 20px 0 ;
		}
}
.bg_gray{
	width: 100%; 
	background-color: #eeeeee;
	padding: 60px 0;
}

@media screen and (max-width: 736px) {
	.bg_gray{
		padding: 20px 0 ;
		}
}

.bg_gray_1{
	width: 100%; 
	background-color: #eeeeee;
	padding: 60px 0 0 0;
}

@media screen and (max-width: 736px) {
	.bg_gray_1{
		padding: 20px 0 ;
		}
}


.bg_darkgray{
	width: 100%; 
	background-color: #363636; 
	padding: 60px 0;
}

@media screen and (max-width:736px) {
	.bg_darkgray{
		padding: 20px 0;
	}
}

.bg_orange{
	width: 100%; 
	background-color: #ffc000;
	padding: 60px 0;
}

@media screen and (max-width: 736px) {
	.bg_orange{
		padding: 20px 0 ;
		}
}

.bg_aenrich{
	width: 100%; 
	background-color: #004ea2;
	padding: 60px 0;
}

@media screen and (max-width: 736px) {
	.bg_aenrich{
		padding: 20px 0 ;
		}
}


.theme1{ 
	width: 190px;
    background-color: #000;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	padding:0 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
	.theme1{ 
		width: 180px;
		padding:0 25px;
	}
}
@media screen and (max-width: 980px) {
	.theme1{ 
		width: 160px;
		font-size: 24px;
	}
}
@media screen and (max-width: 430px) {
	.theme1{ 
		width: 110px;
		font-size: 20px;
		padding:5px 5px 5px 10px;
		margin-bottom: 10px;
	}
}

.theme2{ 
	width: 220px;
    background-color: #000000;
	color: #ffde00;
	font-size: 30px;
	font-weight: 400;
	padding:0 30px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
	.theme2{ 
		padding:0 25px;
	}
}
@media screen and (max-width: 980px) {
	.theme2{ 
		font-size: 24px;
	}
}
@media screen and (max-width: 430px) {
	.theme2{ 
		width: 130px;
		font-size: 20px;
		padding:5px 5px 5px 10px;
		margin-bottom: 10px;
	}
}

.process ul {
    overflow: hidden;
}
.process > ul > li {
    float: left;
    width: calc(50% - 2%);
    padding: 0 1% 2% 0;
    position: relative;
	background-color: #ffffff;
	border-radius: 8px;
	
}
.process ul > li:nth-child(2n+2) {
    margin-right: 0;
}


@media screen and (max-width: 736px){
	.process > ul > li {
		width: 90%;
		margin: 3% 5% ;
		min-height: auto;
	}
}

.process > ul > li > ul > li{
	font-size: 18px;
	color:#666666;
	text-align: center;
	list-style: disc;
	margin-left: 20px;  
}
@media screen and (max-width: 430px){
.process > ul > li > ul > li{
    font-size: 14px;
	}
}

.process img {
	max-width: 50px;
	margin-bottom: 2%;
}
.process p{
	font-size: 24px;
	color:#004ea2;
	font-weight: 600;
	text-align: center;
	margin-top: 12px;
}
.center {
  display: block;
  text-align: center; 
}


.Course ul {
    overflow: hidden;
}
.Course > ul > li {
    float: left;
    width: calc(33.3% - 2%);
    margin: 0 3% 2% 0;
    position: relative;
	background-color: #ffffff;
	border-radius: 0px;
	padding: 2%;
	min-height: 610px;
}


.Course ul > li:nth-child(3n+3) {
    margin-right: 0;
}
@media screen and (max-width: 980px){
	.Course > ul > li {
		min-height: 480px;
	}
}
@media screen and (max-width: 736px){
	.Course > ul > li {
		width: 90%;
		margin: 3% 5% ;
	}
}




.Course p{
	font-size: 28px;
	color:#000000;
	font-weight: 600;
	margin-bottom: 3%;
	line-height: 1.2;
}
@media screen and (max-width: 1024px){
	.Course p{
		font-size: 20px;
	}
}

.block2 ul {
    overflow: hidden;
}
.block2 > ul > li {
    float: left;
    width: calc(50% - 1%);
    margin: 0 2% 2% 0;
    position: relative;
	background-color: #ffffff;
	border-radius: 0px;
	padding: 2%;
}


.block2 > ul > li:nth-child(2n+2) {
    margin-right: 0;
}

.block2 > ul > li > ol > li{
	font-size: 16px;
	color:#666666;
	text-align: left;
	margin-left: 4%;
}
@media screen and (max-width: 430px){
.block2 > ul > li >ol > li{
    font-size: 15px;
	}
}

/*.block2{
	width:48%;
	margin-right: 2%;
	padding: 2% 4%;
	font-size: 18px;
	color: #000;
	float: left;
    letter-spacing: 1.6px;
	background-size: auto;
	background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
	.block2{ 
    	padding: 20px 10px;
		}
}*/
@media screen and (max-width: 980px) {
	.block2 > ul > li { 
		width: 100%;
    	padding: 20px 10px;
		font-size: 14px;
		height: auto;
		}
}
@media screen and (max-width: 430px) {
	.block2{ 
    	padding: 0 5%;
		}
}

.block2 p{
	font-size: 28px;
	color:#004ea2;
	font-weight: 600;
	margin-bottom: 3%;
	line-height: 1.2;
}
@media screen and (max-width: 1024px){
	.block2 p{
		font-size: 20px;
	}
}
.block2 .pic1 {
	max-width: 404px;
}
.block2 .pic2 {
	max-width: 542px;
}

.feedback{
	font-size: 20px;
	padding:0 0 1% 0;
}
.feedback p{
	font-size: 24px;
	padding: 1% 0;
	margin-bottom: 0;
	font-weight: 400;
}
.feedback > ul > li{
	font-size: 18px;
	list-style: circle;
	padding-left: 4%;
}
h1, h2, h3, h4 {line-height: 1.6; font-size: 18px; font-weight: 600;}

@media screen and (max-width: 480px) {
	.feedback p{
		font-size: 18px;
		}
	.feedback > ul > li{
	font-size: 15px;
	}
}


/*Map*/
.map{
    width:50%;
    height:520px;
    float: left;
}

@media screen and (max-width: 480px) {
	.map { 
		width:100%;
		height: auto;
		}
}
.map iframe{
    width:100%; 
	height: 520px;
}
@media screen and (max-width: 736px) {
	.map iframe{ 
		height: 400px;
		}
}
.map_info{
	width:50%;
	height:520px;
	padding: 2%;
	font-size: 18px;
	color: #000;
	float: left;
	background-color: #ffffff;
    /*background-image: url(../images/bg.jpg);*/
}


@media screen and (max-width: 736px) {
	.map_info{ 
		width: 100%;
		font-size: 14px;
		height: auto;
		padding: 2% 5%;
		}
}

.big{
	font-size: 30px;
	color: #ff0000;
	padding-bottom: 20px;
}
@media screen and (max-width: 320px) {
	.big{ 
		font-size: 36px;
		}
}
.small{
	margin-left: 84px;	
}
@media screen and (max-width: 980px) {
	.small{ 
		margin-left: 68px;	
		}
}
@media screen and (max-width: 320px) {
	.small{ 
		margin-left: 60px;	
		}
}


/*Sign up*/


.button{
	width: 25%;
    background-color: #d10000;
    padding: 1% 5%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    border-radius: 24px;
}

@media screen and (max-width:980px) {
	.button{ 
		font-size: 20px;
		}
}

.btn {
    position: relative;
    min-width: 150px;
    background: #FF0000;
	color: #FFFFFF;
    /*border: 2px solid #111111;*/
    overflow: hidden;
    border-radius: 24px;
	font-size: 20px;
	/*text-align-last: justify;*/
}
.btn div,
.btn:before {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    padding: 0 15%;
}
.btn:before {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translate(-100%, 0);
}
.btn:hover div {
    opacity: 0;
    transform: translate(100%, 0)
}
.btn:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}


/*Speakers*/

.Speaker {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 5%;
	margin-bottom: 2%;
}
@media screen and (max-width: 1024px){
	.Speaker{
		width: 90%;
		margin: 5%;
	}
} 

.Speaker ul > li{
	float: left;
	list-style-type: none;
}

.Speaker_pic {
	width: 18%; 
	margin-right: 3%;
}


.Speaker_pic img{
	width: 100%;
	border-radius: 50%;
	max-width: 300px;
}

@media screen and (max-width: 1024px){
	.Speaker_pic img{
	max-width: 200px;	
	}
} 
.Speaker_pic .name{
	text-align: center;	
	font-size: 20px;
}





.Speaker_info{
	width: 78%;float: right; 
	font-size: 18px;
	background-color: #ffffff;
	color: #666666;
}

@media screen and (max-width: 768px){
	.Speaker_info{
		font-size: 14px;
		text-align: left;
	}
} 

@media screen and (max-width: 736px){
	.Speaker_pic{
		width:90%;
		margin: 0 5%;
		text-align: center;	
	}

	.Speaker_info{
		width:100%;
	}
} 

.Speaker_info2{
	font-size: 18px;
	height: 200px;
	letter-spacing: 1px;
	background-color: #ffffff;
	color: #666666;
	margin: auto;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px){
	.Speaker_info2{
		font-size: 14px;
	}
} 
@media screen and (max-width: 430px){
	.Speaker_info2{
		height: auto;
	}
} 
.experience ul > li{
	float: none;
	width:100%!important;
	list-style-type: disclosure-closed;
	margin-left: 3%!important;
}

.button2 {
	display:inline-block;
	width:120px;
	height:24px;
	line-height: 24px;
	background-color:#677ccf;
	color:#fff;
	letter-spacing:2px;
	font-size:16px;
	text-align: center;
	margin-bottom: 12px;
}
.button3 {
	display:inline-block;
	width:80px;
	height:24px;
	line-height: 24px;
	background-color:#004ea2;
	border-radius: 20px;
	color:#fff;
	letter-spacing:2px;
	font-size:16px;
	text-align: center;
	margin-bottom: 12px;
}

/*infovideo*/
.info_video ul {
    overflow: hidden;
}
.info_video > ul > li {
    float: left;
    width: calc(33.3% - 20px);
	/*min-height: 300px;*/
    margin: 0 30px 20px 0;
    position: relative;
	padding: 0;
	
}

@media screen and (max-width: 736px){
	.info_video > ul > li {
		width: 90%;
		margin: 0 5% 2% 5%;
    
	}
}

.info_video > ul > li > ul > li{
	font-size: 18px;
	color:#3d3d3d;
	text-align: center;
	list-style: disc;
	margin-left: 20px;
    
}
@media screen and (max-width: 430px){
.info_video > ul > li > ul > li{
    font-size: 14px;
	}
}
.info_video ul > li:nth-child(3n+3) {
    margin-right: 0;
}
.info_video img {
	margin-bottom: 20px;
}
.info_video p{
	font-size: 24px;
	color:#63524d;
	font-weight: 600;
	text-align: center;
	margin-top: 12px;
}


/*mode*/

.notice{ 
	color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 0 0 3%;
}
@media screen and (max-width: 980px) {
	.notice{ 
		padding: 0 60px;
		font-size: 16px;
		}
}
@media screen and (max-width: 430px) {
	.notice{ 
		padding: 0 20px;
		font-size: 14px;
		}
}
.notice > ul > li {
	list-style-type: disc;
	margin-left: 20px;
}

.notice > ul > li > ul > li {
	margin-left: 20px;
}
.notice_t{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
@media screen and (max-width: 430px) {
	.notice_t{ 
		font-size: 20px;
		}
}
/*copyright*/
.footer{
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 20px;
}



/*LINE & FB*/
.fixed_circle {
    position: fixed;
    right: 30px;
    bottom: 152px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
	/*background: url(../images/LINE.png) center center #01b901 no-repeat;*/
}

.fixed_down {
   /* background-color: #365899;*/
    right: 30px;
    bottom: 100px;
	position: fixed;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
}

/*video*/
.box {
  width: 100%;
  position: relative;
}

.box::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*Back to top */
#top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#top:hover {
  cursor: pointer;
  background-color: #333;
}
#top:active {
  background-color: #555;
}
#top.show {
  opacity: 1;
  visibility: visible;
}