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

/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
        font-size: 16px;
}
ol, ul {
	list-style: none;
}
li{
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */
	
a:link, a:active, a:visited {
    text-decoration: none;  
}

a:hover {
    opacity: 0.8;
    /*font-weight: bold;*/
}
	
*{
    border: 0;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	text-decoration: none;
	font-family: "Yuanti SC Regular", "Hei Regular", "PingFang SC Regular"; 
/*'Noto Sans TC', "Heiti TC", "Microsoft JhengHei", sans-serif;  */
	text-align: left;
	
	/*text-align: justify;*/
}

	
	
/* --電腦版型------------------------------------- */		

.homepage_content_block{
	display: block;
	width: 80%;
	margin: 5% auto 5% auto;
	vertical-align: top;
}
.page_content_block{
	display: block;
	width: 100%;
	margin: 5% auto 5% auto;
	vertical-align: top;
}

.img_main{
	width: 100%;
}



/*-----counter-----*/

.counter_word{
	color: #3badc2;
	text-align: center;
	margin-top: 60px;
	font-size: 1.2em;

}

/*-----signup_people---------*/

.signup_people_block{
	display: block;
	padding: 5% 20%;
	background-color: #3badc2;
}
.signup_people_word_block{
	display: block;
}
.signup_people_word_content{
	display: inline-block;
	width: 49%;
	text-align: center;
}
.signup_people_word_title{
	color: #ffffff;
	padding: 10px;
	width: 60%;
	margin: 0 auto;
	background-color: #245C95;
	border-radius: 5px;
	text-align: center;
	font-size: 1.3em;
}
.signup_people_word_number{
	color: #ffffff;
	text-align: center;
	font-size: 7em;
	margin-top: -10px;
}
#wrapper{
	position: relative;
	width: 80%;
	margin: 0 auto;
}
#progressbar{
	width: 100%;
	background-color: #e0e0e0;
}
/*在进度条元素上调用动画*/
#fill{
	animation: move 20s;
	text-align: right;
	background-color: #F3B812;
	width: 81%;
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #245C95;;
}
/*实现元素宽度的过渡动画效果*/
@keyframes move {
	0%  {width: 0;}
	81% {width: 81%;}
}
.signup_date{
	padding: 5% 10% 0 10%;
	text-align: center;
	font-size: 1.5em;
	color: #ffffff;
}
/*-----support---------*/

.support_block{
	display: block;
	padding: 5% 20%;
	background-color: #3badc2;
}
.support_img_block{
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.support_img_block img{
	width: 80%;
	margin: 0 auto;
}
.support_word_block{
	display: inline-block;
	width: 65%;
	vertical-align: middle;
}
.support_title{
	font-size: 2em;
	color: #ffffff;
	margin-bottom: 30px;
}
.support_p{
	color: #ffffff;
	margin-bottom: 30px;
}
.support_button_block{
	width: 180px;
	text-decoration: none;
	padding: 8px 8px;
	border: 2px solid #3badc2;
	background-color: #fff;
	border-radius: 8px;
	color: #3badc2;
	text-align: center;
	font-size: 1.2em;
}


/*-----MAIN_VISUAL-----*/

.main_visual_block{
	position: relative;
	height: 965px;
	width: 100%;
	/*background-image: url(/s_ymc/images/15ymc/15ymc_web_bg_pc.png);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
}
.main_visual img{
	position: absolute;
	width: 100%;
	top: -5%;
	left: 0;
}
.main_type{
}
.main_type_m{
        display: none;
}
.countdown_block{
	position: absolute;
	bottom: 30%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 2em;
	color: #fff;
	font-family:"Yuanti SC Regular", "Hei Regular", "PingFang SC Regular";
}


.countdown_block_2{
        display: block;
	margin: 50px auto;
	width: 100%;
	text-align: center;
	font-size: 4em;
	color: #215D95;
}






/*-----MAIN_VISUAL_2-----*/

.main_visual_block_2{
	/* position: relative; */
	/* height: 600px; */
	
	/* height: 58.6%;
	width: 100%; */
	/* (2021/10/15 21 modified) */
	width: 100%;
	height: auto;
	line-height: 0;
	
	/*background-image: url(/s_ymc/images/15ymc/15ymc_web_bg_pc.png);*/
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2; */
}
.main_visual_cp img{
	/* position: absolute; */
	/*width: 100%;*/
	/* (2021/10/15 21 modified) */
	width: 100%;
	height: auto;
	margin-top: -4.8%;
	
	/* top: -5%;
	left: 0;
	bottom: 0; */

	-webkit-animation-name: logo_animation; /* Chrome, Safari, Opera */
        -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
        animation-name: logo_animation;
        animation-duration: 3s;
	border: 0px;
}

/* (2021/10/15 21 modified) */
.main_visual_m {
	display: none;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes logo_animation {
    from {opacity: 0;}
    to {opacity: 100;}
}
/* Standard syntax */
@keyframes logo_animation {
    from {opacity: 0;}
    to {opacity: 100;}
}
/* new_main logo ( or nav ) --end */


.main_type{
}
.main_type_m{
        display: none;
}



@media screen and (min-width:1600px) {
.main_visual_block_2{
	/*height: 1200px;*/  /* (2021/10/15 21 modified) */
}
}


/* dm block  */
.dm_block {

}

.dm_block .dm_desktop_block {
	/* display: block; */
}

.dm_block .dm_phone_block {
	display: none;
}

.dm_block .dm_desktop_block .img_gohome{
	display: block;
	width: 100%;
	height: auto;
}
.dm_block .dm_phone_block .img_gohome{
	display: block;
	width: 100%;
	height: auto;
}

/* support button */

.invite_block1{
	background-repeat: repeat;
	/* width: 75%; */
	height: auto;
	text-align: center;
}


.invite_img_block1{
		/* display: inline-block; */
		width: 100%;

}

.invite_img_block{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.invite_img_block img{
	display: inline-block;
	max-width: 30%;
	height: auto;
}

.invite_button_block{
	display: inline-block;
	width: 400px;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 8px;
	border: 3px solid #3badc2;
	background-color: #fff;
	border-radius: 8px;
	color: #3badc2;
	text-align: center;
	font-size: 1.5em;
}


/*-----title-----*/



.title_h1{
	font-size: 1.2em;
	margin-top: 3%;
	margin-bottom: 2%;
	color: #245C95;
}
	


/*-----iframe-----*/

.iframe_video_block{
	display: block;
	width: 80%;
	margin: 5% auto;
	/*padding-bottom: 5%;*/
	vertical-align: top;
}
.iframe_video{
	width: 100%;
	vertical-align: top;
	margin: 3% auto;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 5%;
}
.iframe_video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
}



.backtotop {
	background-color: #999;
	background-image: url("https://www.cef.tw/s_www/images/anchor-06.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 40px;
	overflow: auto;
	position: fixed;
	bottom: 25px;
	right: 25px;
	text-indent: -99999px;
	transition: all 0.7s ease-in-out 0s;
	width: 40px;
	border-radius: 50%;
}

.gotosignup {
	background-image: url("/s_ymc/images/14ymc/index_signup.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	overflow: auto;
	position: fixed;
	bottom: 60px;
	right: 0;
	text-indent: -99999px;
	/*transition: all 0.7s ease-in-out 0s;*/
	width: 120px;
	height: 120px;
	/*border-radius: 50%;*/
}
.signup_button:hover{
	opacity: 0.8;
}



/*-----APP-----*/

.app_download_block{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top:10px;
}
.app_download_block a{
    display: block;
    vertical-align: top;
}




/* --平板版型------------------------------------- */
@media screen and (min-width:768px) and (max-width: 1280px) {

	*{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}

	/*-----MAIN_VISUAL-----*/
	.main_visual_block{
		height: 600px;
	}
	.main_visual{

	}
	.main_visual img{
		top: 25%;
	        left: 35%;
	        width: 30%;
	}

	.main_type{
	        display: none;
	}
	.main_type_m{
	        display: block;
	        
	}

	.countdown_block{
		bottom: 10%;
	}

	.countdown_block_2{
		font-size: 3.5em;
	}


	/*-----MAIN_VISUAL_2-----*/

	.main_visual_block_2{
		/*height: calc(135vw);*/  /* (2021/10/15 21 modified) */

	}
	/*
	.main_visual_block_2{
		position: relative;
		height: 1160px;
		width: 100%;
		background-image: url(/s_ymc/images/15ymc/15ymc_web_bg_m.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 2;
	        top: 60px;
	}
	*/

	/*.main_visual_cp img{*/
	.main_visual_cp{
		display: none;
	}
	.main_visual_m{
		display: block;
	}
	.main_visual_m img{
	 	/*position: absolute;
		width: 100%;*/
		/*top: -5%;*/
		/*left: 0;
		top: 0;*/
		
		/* (2021/10/15 21 modified) */
		width: 100%;
		height: auto;
		margin: 60px auto 0 auto;
		/* (2021/10/15 21 modified) */
		-webkit-animation-name: logo_animation; /* Chrome, Safari, Opera */
        -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
        animation-name: logo_animation;
        animation-duration: 3s;
	}


	.homepage_content_block{
	        margin: 120px auto;
	}


	/* dm block  */
	.dm_block .dm_desktop_block {
		display: none;
	}
	/* dm block  */
	.dm_block .dm_phone_block {
		display: block;
	}


	.invite_img_block{
		width: 100%;
		text-align: center;
		margin-top: 120px;
	
	}

	.invite_img_block img{
		
	}


	/*-----iframe-----*/

	.iframe_video_block{
		width: 100%;
	}


}




/* --手機版型------------------------------------- */
@media screen and (max-width: 767px) {

       *{
		box-sizing :border-box; /* 讓 padding 與 width 解除關係 */
	}
	
	html,body{
		-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
	}
	.all_content{
		min-width: 320px;
	}

	.homepage_content_block{
		width: 85%;
	        margin: 0px auto 40px auto;
	}


	/*-----counter-----*/

	.counter_word{
		color: #3badc2;
		padding: 0 5%;
	}

	/*-----signup_people---------*/

	.signup_people_block{
		padding: 50px 5%;
	}
	.signup_people_word_content{
		display: inline-block;
		width: 49%;
		text-align: center;
	}
	.signup_people_word_title{
		width: 75%;
		font-size: 1em;
		padding: 8px;
	}
	.signup_people_word_number{
		font-size: 3.5em;
		margin-top: 0;
	}
	#wrapper{
		width: 90%;
	}
	.signup_date{
		padding: 30px 5%;
		font-size: 1em;
	}
	/*-----support---------*/

	.support_block{
		padding: 5% 5%;
	}
	.support_img_block{
		display: block;
		width: 65%;
		margin: 20px auto;
	}
	.support_img_block img{
		width: 100%;
		margin: 0 auto;
	}
	.support_word_block{
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.support_title{
		font-size: 1.5em;
		margin-bottom: 15px;
		text-align: center;
	}
	.support_p{
		margin-bottom: 30px;
	}
	.support_button_block{
		width: 100%;
		text-decoration: none;
		padding: 8px 8px;
		border: 2px solid #3badc2;
		background-color: #fff;
		border-radius: 8px;
		color: #3badc2;
		text-align: center;
		font-size: 1.2em;
	}
	.support_button{
		
	}

		
	/*-----MAIN_VISUAL-----*/

	.main_visual_block{
		height: 600px;
	}
	.main_visual img{
		top: 120px;
	        left: 10%;
	        width: 80%;
	}


	.main_type{
	        display: none;
	}
	.main_type_m{
	        display: block;
	}

	.countdown_block{
	        display: none;
		bottom: 100px;
		font-size: 1.5em;
	}


	/* dm block  */
	.dm_block .dm_desktop_block {
		display: none;
	}
	/* dm block  */
	.dm_block .dm_phone_block {
		display: block;
	}


	.invite_img_block{
	
	}

	.invite_img_block img{
		
	}
	
	.invite_button_block{
		width: 90%;
		text-decoration: none;
		padding: 8px 8px;
		border: 2px solid #3badc2;
		background-color: #fff;
		border-radius: 8px;
		color: #3badc2;
		text-align: center;
		font-size: 1.2em;
		margin-bottom: 70px;
	}

	/*-----iframe-----*/

	.iframe_video_block{
		width: 100%;
	}



	/*-----MAIN_VISUAL_2-----*/

	.main_visual_block_2{
		/* height: calc(165vw); */
		/*height: calc(152vw);*/  /* (2021/10/15 21 modified) */
	        /*background-image: url(/s_ymc/images/15ymc/15ymc_web_bg_m.png);*/
	        /*background-size: contain;*/  /* (2021/10/15 21 modified) */
	        /*height: 565px;*/

	}
	/*.main_visual_cp img{*/
	.main_visual_cp{
		display: none;
	}
	.main_visual_m{
		display: block;
	}
	.main_visual_m img{
	        /* position: absolute; */
	        /*verdical-align: middle;
		width: 100%;
	        margin: 60px auto 0 auto;*/
		/*top: -5%;*/
		/* left: 0;
		top: 0; */
		
		/* (2021/10/15 21 modified) */
		width: 100%;
		height: auto;
		margin: 60px auto 0 auto;
		/* (2021/10/15 21 modified) */
		-webkit-animation-name: logo_animation; /* Chrome, Safari, Opera */
        -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
        animation-name: logo_animation;
        animation-duration: 3s;
	}


	.countdown_block_2{
	        display: none;
		font-size: 2em;
	}


}