@charset "utf-8";
/* CSS Document */

a{	color: #ffffff; text-decoration: none;}

/*aenrich header*/
.page{ 
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.top{ 
	width: 100%; 
	height:40px; 
	background-color: #ffffff;
}
@media screen and (max-width: 980px) {
	.top{ 
		height:30px; 
	}
}
.logo{
	width: 200px; 
	position: absolute; 
}
@media screen and (max-width: 980px) {
	.logo{ 
		width: 160px; 
		padding-left: 20px;
	}
}
@media screen and (max-width: 736px) {
	.logo{ 
		padding-left: 10px;
	}
}

/*KEY VISION*/
.main_bg{ 
	width: 100%; 
	height: 682px;
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-position: top center;
}
@media screen and (max-width: 736px) {
	.main_bg{
    	height: 550px;
	}
}
@media screen and (max-width: 375px) {
	.main_bg{
		height: 450px;
	}
}
.eHRD{
	font-size: 14px;
	color: #ffffff;
	padding-top: 20px;
}
@media screen and (max-width: 980px) {
	.eHRD{ 
    	padding-left: 20px;
		}
}
@media screen and (max-width: 736px) {
	.eHRD{ 
    	padding-left: 10px;
		}
}
@media screen and (max-width: 320px) {
	.eHRD{ 
    	font-size: 12px;
		}
}
.title{ 
    position:absolute;
    /*top: 100px;
	padding-left: 170px;*/
}

@media screen and (max-width: 736px) {
	.title{ 
		width: 100%;
		left: 10px;
		top: 50px;
	}
}
@media screen and (max-width: 414px) {
	.title{ 
    	top: 80px;
   		left: 0;
	}
}
.Checkboxes{
	position: absolute;
    left: 200px;
    top: 700px;
}
@media screen and (max-width: 980px) {
	.Checkboxes{
		left: 120px;
   		width: 70%;
	}
}
@media screen and (max-width: 736px) {
	.Checkboxes{
		left: 50px;
    	top: 490px;
    	width: 80%;
	}
}
@media screen and (max-width: 375px) {
	.Checkboxes{
    	top: 400px;
	}
}
.people{ 
    position:absolute;
    right: 150px;
    top: 180px;
}
@media screen and (max-width: 980px) {
	.people{ 
		right: 60px;
		top: 200px;
	}
}
@media screen and (max-width: 736px) {
	.people{ 
		width: 50%;
    	top: 300px;
    	right: 10px;
	}
}
@media screen and (max-width: 375px) {
	.people{ 
		display: none;
	}
}

/*content*/
.bg_blue{
	width: 100%; 
	background-color: #00a0e9;
	padding: 100px 0;
}
@media screen and (max-width: 980px) {
	.bg_blue{
		padding: 60px 0;
		}
}
@media screen and (max-width: 736px) {
	.bg_blue{
		padding: 40px 0 60px 0;
		}
}

.bg_white{
	width: 100%; 
	background-color: #ffffff;
	padding: 100px 0;
}
@media screen and (max-width: 980px) {
	.bg_white{
		padding: 60px 0;
		}
}
@media screen and (max-width: 736px) {
	.bg_white{
		padding: 40px 0 60px 0;
		}
}
.title_img{ 
	text-align: center; 
}
.title_img img{ 
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	.title_1{ 
		width: 160px; 
		margin-left: 20px;
		font-size: 28px; 
		}
}
@media screen and (max-width: 736px) {
	.title_1{ 
		margin-bottom: 10px;
		font-size: 24px; 
		width: 120px;
		}
}
.about{ 
	width:100%; 
	float: left; 
	text-align:left; 
	font-size: 18px; 
	letter-spacing: 2px;
	line-height: 1.8;
}

@media screen and (max-width: 1024px) {
	.about{
		font-size: 16px;
		padding: 10px 20px;
		}
}
@media screen and (max-width: 736px) {
	.about{
		font-size: 16px;
		text-align:left; 
		}
}
@media screen and (max-width: 320px) {
	.about{
		font-size: 12px;
		}
}
.title_2{ 
	width: 200px; 
	background-color: #f4b502;
	margin-bottom: 30px;
	font-size: 32px; 
	text-align: center; 
	color: #000;
}
@media screen and (max-width: 980px) {
	.title_2{ 
		width: 160px; 
		margin-left: 20px;
		font-size: 28px; 
		}
}
@media screen and (max-width: 736px) {
	.title_2{ 
		margin-bottom: 10px;
		font-size: 24px; 
		width: 120px;
		}
}
.content_2{ 
	color: #000; 
	font-size: 24px; 
	letter-spacing: 1px;
	padding: 0 40px;
	text-align: center;
}
@media screen and (max-width: 736px) {
	.content_2{ 
		padding: 0 40px;
		font-size: 18px; 
		}
}

/*speakers*/
.bg_gray{
	width: 100%; 
	background-color: #eeeeee; 
	padding: 100px 0;
}
@media screen and (max-width: 980px) {
	.bg_gray{
		padding: 60px 0;
		}
}
@media screen and (max-width:736px) {
	.bg_gray{
		padding: 30px 0;
	}
}
.bg_orange{
	width: 100%; 
	background-color: #ffecd2; 
	padding: 100px 0;
}
@media screen and (max-width: 980px) {
	.bg_gray{
		padding: 60px 0;
		}
}
@media screen and (max-width:736px) {
	.bg_gray{
		padding: 30px 0;
	}
}
.item {
	padding: 0 10px 0 0;
	float: left;
	width: 246px;
/*	min-height: 380px;*/
/*	min-height: 300px;*/
    margin-bottom: 50px;
}
@media screen and (max-width:980px) {
	.item{
		width: 50%;
    	min-height: 257px;
    	margin-bottom: 20px;
    	padding: 0 10px;
	}
}
@media screen and (max-width:320px) {
	.item{
		width: 100%;
	}
}
.item::after {
	clear: both;
	content: "";
	display: block;
}
.itemImgIn {
	display: block;
	position: relative;
	width: 160px;
	height: 160px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}
/*@media screen and (max-width:320px) {
	.itemImgIn{
		width: 130px;
		height: 130px;
}*/

.itemImgIn > img {
	display: block;
	position: absolute;
	left: 50%;
	width: auto;
	height: 100%;
	transform: translateX(-50%);
}
.itemImg .flag {
	/*display: inline-block;*/
	display: none;
	position: absolute;
	bottom: 15px;
	right: 5px;
}
.itemImg .flag img {
	width: auto;
	height: 25px;
	border: 1px solid #000;
}
.itemBody {
	/*padding-bottom: 53px;*/
	text-align: center;
}
.itemTitle {
    margin: 10px 0 0 10px;
    color: #fd4505;
    font-size: 25px;
	font-weight: 500;
}
@media screen and (max-width:736px) {
	.itemTitle{
		margin: 0 ;
	}
}
.itemTitle span {
	display: block;
	color: #333333;
	font-size: 18px;
}
.itemInfo {
	color: #333333;
	font-size: 15px;
    line-height: 1.4;
}

/*agenda*/
.col-md-12 col-sm-12 { 
	padding: 10px;
}
#agenda{  
	overflow: hidden;
	padding: 40px 20px;
}
.flex_box{ 
	display: flex;
}
.flex_box_r{
	flex: 3;
}
#agenda .section-title h1{
	background-color: #000000;
}
.timeline {
 	/*border-left: 5px solid #00c2c2;*/
  	border-bottom-right-radius: 2px;
  	border-top-right-radius: 2px;
  	margin: 20px auto;
  	position: relative;
  	list-style: none;
  	text-align: left;
  	font-size: 20px;
  	max-width: 750px;
}
@media (max-width: 768px) {
	.timeline{
		max-width: 600px;
	}
}
.timeline h3 { 
	margin: 20px 0 0 0;	
	letter-spacing: 0;
	font-size: 24px;
	font-weight: 600; 
	line-height: 1.4; 
	color: #0b3b6c;
}
@media (max-width: 480px) {
	.timeline h3 {
		font-size: 18px;
		margin: 10px 0 0 0;	
	}
}
@media (max-width: 320px) {
	.timeline h3 {
		font-size: 15px;
	}
}
.timeline h4 {
	margin: 10px 0;
	letter-spacing: 0;
	font-size: 20px;
	font-weight: 600; 
	line-height: 1.4; 
	color: #333333;
}
@media screen and (max-width:480px) {
	.timeline h4{
		font-size: 16px;
	}
}
@media screen and (max-width:320px) {
	.timeline h4{
		font-size: 15px;
	}
}
.timeline p{ 
	font-size: 20px;
	margin: 0 0 10px;
	letter-spacing: 1.2px;
	line-height: 1.4;
	font-weight: 800;
	color: #ff6446;
}
@media (max-width: 480px) {
	.timeline p {
		font-size: 18px;
	}
}
@media (max-width: 320px) {
	.timeline p {
		font-size: 15px;
	}
}
.timeline .product {
	margin: 10px 0;
	letter-spacing: 1.2px;
	font-size: 14px;
	line-height: 1.4;
	color: #4c4948;
	text-align: left;
	
}
@media screen and (max-width:480px) {
	.timeline .product{
		margin: 0;
		}
}
@media screen and (max-width:320px) {
	.timeline .product{
		font-size: 12px;
		}	
}
.timeline .event { 
	text-align: left;
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
 	/* padding-bottom: 15px; 
  	margin-bottom: 15px;
  	background-image: linear-gradient(45deg, #fff 20%,#e4e4e4 50%);*/
  	padding: 25px 35px;  
  	position: relative;
}
@media (max-width: 1024px) {
	.timeline .event { 
		padding: 20px;
	}
}
.timeline .event:nth-child(odd){ 
	background: #f2f2f2;
}
.timeline .event:nth-child(even){
	background: #fff;
}
.timeline .event:last-of-type {
 	margin-bottom: 0;
  	border: none;
}
.timeline .event:after {
  	position: absolute;
  	display: block;
  	top: 0;
}
.timeline .event:before {
	background-color: #0b3b6c;
    color: #ffffff;
  	content: attr(data-date);
  	/*font-size: 24px;*/
  	position: relative;
  	width: 180px;
  	padding: 0.5% 2%;
  	margin: 0 auto;
}
.timeline .event:after {
    /*box-shadow: 0 0 0 5px #00c2c2;
    left: -8px;
    background: #f2f2f2;*/
    border-radius: 50%;
    height: 10px;
    width: 10px;
    content: "";
    top: 25px;
    transform: rotate(45deg);
}
#pricing { 
	text-align: center; 
	/*background-image: url(../images/agenda_bg.jpg); */
	background-color: #0b3b6c;
	background-size: cover; 
	background-position: right;
	padding: 100px 0;
}
@media screen and (max-width: 980px) {
	#pricing { 
		padding: 60px 0;
		}
}
@media screen and (max-width: 736px) {
	#pricing { 
		padding: 30px 0;
		}
}
.section-title h1 {
	width: 120px;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
    font-size: 24px;
	color: #ffffff;
	letter-spacing: 2px;
}


/*Map & Notice*/
.map{
    width:50%;
    height:400px;
    float: left;
}

@media screen and (max-width: 480px) {
	.map { 
		width:100%;
		}
}
.map iframe{
    width:100%; 
	height: 400px;
}
@media screen and (max-width: 736px) {
	.map iframe{ 
		height: 400px;
		}
}
.map_info{
	width:50%;
	height:400px;
	padding: 60px;
	font-size: 20px;
	background-color: #0b3b6c;
	color: #fff;
	float: left;
	line-height: 28px;
}
@media screen and (max-width: 1024px) {
	.map_info{ 
  		padding: 60px 40px;
		}
}
@media screen and (max-width: 980px) {
	.map_info{ 
  		padding: 60px 20px;
		font-size: 16px;
		}
}
@media screen and (max-width: 736px) {
	.map_info{ 
		width: 100%;
    	padding: 50px 10px;
		}
}
@media screen and (max-width: 320px) {
	.map_info{ 
    	padding: 30px 10px;
		font-size: 14px;
		height:330px;
		}
}
.big{
	font-size: 52px;
	color: #ffd000;
	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;	
		}
}
.button{
	background-color: #ffd000;
	padding: 4px 8px;
	color: #0b3b6c;
	font-size: 24px;
	font-weight: 600;
}
.notice{ 
	color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 0 0 0 200px;
	line-height: 1.8;
}
@media screen and (max-width: 980px) {
	.notice{ 
		padding: 0 20px;
		font-size: 16px;
		}
}
@media screen and (max-width: 320px) {
	.notice{ 
		font-size: 14px;
		}
}
.app{
	display: inline-block;
	padding-left: 5px;
}
/*mode*/
.mode{ width: 100%; }
@media screen and (max-width: 1024px) {
	.mode{ 
		/*width: 94%;*/
    	padding: 0 20px;
	}
}
@media screen and (max-width: 736px) {
	.mode{ 
		width: 330px;
    	padding: 20px;
	}
}
@media screen and (max-width: 320px) {
	.mode{ 
		width: 280px;
	}
}
.mode li{
	width: calc(33.33% - 20px); 
	margin-right: 30px; 
	/*height: 200px;
	background-color: #fff;*/
	float: left;
	text-align: center;
	list-style-type: none; 
}
.mode li:nth-child(3n+3){ margin-right: 0;}
	
@media screen and (max-width: 736px) {
	.mode li { 
		width: 96%;
    	margin: 2%;
	}
}

.mode li img{
	max-width: 320px;
	text-align: center;
}

.content_w{ 
	font-size: 30px;
	text-align: center;
	color: #00a3ff;
	letter-spacing: 2px;
	font-weight: 600;
	padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.content_w{
		padding-left: 20px;
	}
}
@media screen and (max-width: 320px) {
	.content_w{
		font-size: 24px;
	}
}

.review{ 
	width: 100%; 
	padding-bottom: 30px;
	padding-top: 30px;
	background-image: url(../images/review.jpg);
	background-size: cover;
	background-position: top center;
}

/*@media screen and (max-width: 980px) {
	.notice_t{ 
		margin-left: 20px;
		}
}*/
/*.mapouter{ overflow:hidden; width:90% ; height:250px; float: left; margin-top: 20px; margin-bottom: 20px;}
.gmap_canvas {background:none!important; width:350px; height:250px;}
.ss{ width: 100px; background-color: #ff0000; color: #ffffff; font-size: 24px; padding: 5px 10px; margin-top: 6px;}


.InfoList {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.2em;
}
.InfoList li {
    margin: -24px 0 0 20px;
    padding: 0;
    position: relative;
	font-size: 18px;
}*/
/*sponsor*/
.organizer { 
	text-align: center;
	float: left;
	padding: 0 20px;
}
@media screen and (max-width: 980px) {
	.organizer{ 
    	 padding: 0 30px;
		}
}
@media screen and (max-width: 736px) {
	.organizer{ 
    	 padding: 10px 50px;
		}
}
.organizer_t { 
	width: 124px;
	text-align: center;  
	float: left; 
	font-size: 24px;
	font-weight: 600;
}
@media screen and (max-width: 980px) {
	.organizer_t{ 
  		width: 108px;
		margin-left: 30px;
		}
}

.flex_box_r span, .event span {
    font-weight: 600;
}

/*copyright*/
.footer{width: 100%; background-color: #000;padding: 20px 0; }
.copyright{ font-size: 14px; color: #fff; text-align: center; }

/*LINE & FB*/
.fixed_circle {
    position: fixed;
    right: 12px;
    bottom: 320px;
    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;
}
@media screen and (max-width: 736px) {
	.fixed_circle {
    	bottom: 560px;
	}
}
@media screen and (max-width: 480px) {
	.fixed_circle {
    	bottom: 100px;
	}
}
.fixed_down {
    background-color: #365899;
    right: 12px;
    bottom: 260px;
	position: fixed;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
}
@media screen and (max-width: 736px) {
	.fixed_down {
    	bottom: 500px;
	}
}
@media screen and (max-width: 480px) {
	.fixed_down {
    	bottom: 40px;
	}
}




.video_box ul{overflow: hidden;}

.video_box li{width: 50%; float: left;}


.video_box li:nth-child(2){padding:0 16px 0; color: #fff; }


@media screen and (max-width: 980px) {
	
	.video_box ul{width: 80%; margin: 0 auto;}

	.video_box li{width: 100%;}	
	.video_box li:nth-child(2){padding:16px 16px 0;}

}

@media screen and (max-width: 736px) {
	
	.video_box ul{width:100%; margin: 0 auto;}

}

