body{
	margin: 0px;
	padding: 0px;
	font-family: '微軟正黑體', Arial, sans-serif;
	overflow-x: hidden;
	color: #333;
	background: #fff;
}

body.logining {
    position: fixed;
    left: 0;
    width: calc( 100% - 16px );
}

/**comm**/

input[type="button"]:active {
	outline: none;
	border: none;
}

input, select {
	height: 50px;
	border: 0;
	border-radius: 5px;
	line-height: 50px;
	padding: 0 15px !important;
	background: #f2f2f2;
}

input::-webkit-input-placeholder {
	font-family: '微軟正黑體', Arial, sans-serif !important;
}

* {
	box-sizing: border-box;
}
 
*:focus {
	outline: 0 !important;
}

a:hover{
	text-decoration: none !important;
}

h2 {
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0.5px;
}

h3 {
	letter-spacing: 0.5px;
}

p {
	font-size: 16px;
	line-height: 25px;
	text-align: justify;
}

p + p {
	margin-top: 15px;
}

.button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	width: 100%;
	/*max-width: 200px;*/
	height: 50px;
	/*margin: 0 5px;*/
	border-radius: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	transition: .2s;
	cursor: pointer;
}

.button_content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 100%;
	transition: .2s;
	border-radius: 5px;
}

.button:hover:before {
	width: 100%;
}

.type_a {
	background: #009ade;
}

.type_a:before {
	background: #0bc8d9;
}

.type_b {
	background: #0bcbd9;
}

.type_b:before {
	background: #3ed5dd;
}

.type_c {
	background: #333;;
}

.type_c:before {
	background: #555;;
}

.type_e {
	background: #54c8b0;
}

.type_e:before {
	background: #53d3ba;
}

/***/

.type_d {
	background: #fff;
	color: #009ade;
}

.type_d:before {
	background: #f2f2f2;
}

/***/



/**lazyLoad**/

.lazyLoad{
	position: relative;
	top: 50px;
	opacity: 0;
	transition: .2s;
}

.lazyLoad.show{
	top: 0;
	opacity: 1;
}




/**wrapper**/

.wrapper_crossover {
	margin-top: 75px;
}

.wrapper {
	width: 100%;
	max-width: 1366px;
	padding: 0 25px;
	margin: 0 auto;
}

.wrapper_s {
	max-width: 1200px;
	width: 100%;
	padding: 0 25px;
	margin: 0 auto;
}

.layer {
	width: 100%;
	padding: 0 25px;
}

.section {
	background: #fff;
}

.section:nth-child(even) {
	background: #f2f2f2;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: #009ade 10px solid;
	background: #fff;
	z-index: 999;
}

.header_link {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	/*width: calc( 100% - 160px );*/
}

.header_link > a > img {
	height: 35px;
}

.nav_main {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 16px;
	transition: .2s;
}

.nav_main > li {
	position: relative;
	margin-left: 25px;
	line-height: 65px;
	height: 65px;
}

.nav_main > li:hover > a, .nav_main > li:hover > div {
	color: #009ade;
}

.nav_main a {
	color: #333;
}

.nav_main > li > ul {
	position: absolute;
	top: 65px;
	left: -25px;
	width: 150px;
	height: 0;
	padding: 0 25px;
	background: #fff;
	border-bottom: #009ade 0px solid;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	transition: 0s;
}

.nav_main > li > ul > li {
	line-height: 30px;
	font-size: 16px;
}

.open_subMenu {
	cursor: pointer;
}

.open_subMenu:hover ul {
	height: auto;
	padding: 0 25px 15px;
	border-bottom: #009ade 10px solid;
	transition: .2s;
}

.nav_main > li > ul > li:hover a {
	color: #009ade;
}

.profile_option_MB {
	display: none;
	padding: 0 !important;
}

.menu_option_MB {
	display: none;
	padding: 25px 0 0 !important;
	border-bottom: 0 !important;
}

.menu_option_MB ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	width: calc( 100% + 50px ) !important;
	height: auto !important;
	padding: 10px 0 !important;
	margin: 0 -25px;
	background: #333 !important;
	color: #fff;
}

.menu_option_MB li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	margin: 0 10px;
}

.menu_option_MB li a, .menu_option_MB li:hover a {
	color: #fff !important;
}


.menu_option_MB li img {
	height: 25px;
}







.header_option {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.header_option li {
	margin-left: 15px;
	cursor: pointer;
}

/***2021/09/24修改開始***/
.header_option li img {
	width: 25px;
}

.header_option li.open_profile img {
	width: 25px;
	border-radius: 25px;
	overflow: hidden;
}
/***2021/09/24修改開始***/

.open_profile {
	display: none;
}

.signed .to_login {
	display: none;
}

.signed .open_profile {
	display: block;
}

.open_menu {
	position: relative;
	display: none;
	width: 30px;
	height: 3px;
	background: #333;
	transition: .2s;
}

.open_menu:before {
	content: '';
	position: absolute;
	top: -8px;
	width: 100%;
	height: 3px;
	background: #333;
	transform: rotate(0deg);
	transition: .2s;
}

.open_menu:after {
	content: '';
	position: absolute;
	bottom: -8px;
	width: 100%;
	height: 3px;
	background: #333;
	transform: rotate(0deg);
	transition: .2s;
}

.open_menu.open {
	background: #fff;
}

.open_menu.open:before {
	top: 0;
	transform: rotate(45deg);
}

.open_menu.open:after {
	bottom: 0;
	transform: rotate(-45deg);
}


/**accountBox**/

/***2021/09/24修改開始***/
.profile_option {
	position: fixed;
	top: 85px;
	right: 10px;
	width: 375px;
	height: 0px;
	border-radius: 10px;
	background: #ededed;
	box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	overflow: hidden;
	z-index: 999;
	transition: .2s;
}
/***2021/09/24修改開始***/

.profile_option.show {
	height: auto;
}

.profile_info {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 25px;
}

.profile_option_MB .profile_info > div {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.profile_option_MB:hover ul {
	height: auto;
	padding: 25px;
	transition: .2s;
}

.profile_info img {
	height: 65px;
	margin-right: 10px;
	border-radius: 65px;
}

.profile_welcome {
	line-height: 25px;
	font-size: 14px;
	color: #009ade;
}

.profile_name {
	font-size: 16px;
}

.profile_name span {
	line-height: 35px;
	margin-right: 10px;
	font-size: 30px;
}

.nav_profile {
	line-height: 35px;
	font-size: 16px;
	background: #fff !important;
	padding: 25px;
	margin-bottom: 25px;
}

.nav_profile li a {
	color: #333;
}

.nav_profile li.focus {
	color: #009ade;
	cursor: pointer;
}





/**footer**/

.footer_top {
	padding: 50px 0;
	color: #fff;
	background: #009ade;
}

.footer_top .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.footer_top img {
	height: 30px;
}

.nav_second {
	display: flex;
	flex-direction: row;
}

.nav_second > li {
	margin-right: 50px;
	font-size: 16px;
	line-height: 28px;
}

.nav_second > li h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.nav_second > li a {
	color: #fff;
}

.footer_bottom .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}

.list_contact {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.list_contact li {
	margin-right: 25px;
}

.list_contact li a, .list_contact li a:hover {
	color: #009ade;
	text-decoration: underline !important;
}

.copyright {
	text-align: right;
	font-size: 14px;
	line-height: 22px;
}

.MB_show {
	display: none;
}



/**bottom_option_MB**/

.nav_bottom_MB {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	height: 55px;
	padding: 7.5px 0;
	background: #000;
	color: #fff;
	z-index: 999;
}

.nav_bottom_MB li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: calc( 100%/3 - 10px );
	font-size: 14px;
}

.nav_bottom_MB li img {
	height: 25px;
	margin-right: 3px;
}

.nav_bottom_MB li.status_o {
	display: flex;
}

.nav_bottom_MB li.status_i {
	display: none;
}

.nav_bottom_MB.signed li.status_o {
	display: none;
}

.nav_bottom_MB.signed li.status_i {
	display: flex;
}

.nav_bottom_MB li.open_profile img {
	border-radius: 50px;
	overflow: hidden;
}


.countdown_MB {
	width: calc( 100%/3 + 20px ) !important;
	background: #009ade;
	font-size: 12px !important;
}

.countdown_MB span {
	font-size: 20px;
	font-weight: 700;
	padding: 0 3px;
}




/**倒數**/

.countdown {
	position: fixed;
	top: 85px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	overflow: hidden;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.title_countdown {
	width: 125px;
	padding: 5px 0;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: #009ade;
}

.date_countdown {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 10px 0;
	font-size: 13px;
	background: #333;
	color: #fff;
}

span.date {
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	padding: 0 5px;
}

span.end {
	align-self: flex-end;
}




/**option**/

.content_option {
	position: fixed;
	top: 165px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	overflow: hidden;
}

.content_option li a {
	position: relative;
	left: 75px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 125px;
	height: 50px;
	margin-top: 10px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background: #333;
	transition: .2s;
	cursor: pointer;
}

.content_option li img {
	height: 35px;
	margin: 7.5px;
}

.text_option {
	float: left;
	width: 75px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	transition: .2s;
}

.content_option li:hover a {
	left: 0px;
	background: #009ade;
}



/**bottom_option**/

.bottom_option {
	position: fixed;
	bottom: 50px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	overflow: hidden;
}

.bottom_option li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	line-height: 18px;
	margin-top: 10px;
	color: #fff;
	background: #222;
	transition: .2s;
	cursor: pointer;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.bottom_option li:hover {
	background: #333;
}


.bottom_option li.to_advisory {
	background: #009ade;
}

.bottom_option li.to_advisory:hover {
	background: #0bc8d9;
}


.bottom_option li img {
	height: 18px;
}








/**show**/

.back_white {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}

.show_box_area {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.show_box_area.show_box_scroll {
	flex-direction: column;
	justify-content: flex-start;
	padding: 25px 0;
	overflow-y: scroll;
}

.show_box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc( 100% - 20px );
	padding: 50px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.25);
	z-index: 9999999;
}

.show_box > img {
	max-width: 100px;
	margin-bottom: 25px;
}

.show_box h2 {
	width: 100%;
	padding: 12.5px;
	margin-bottom: 25px;
	text-align: center;
}

.show_box_small h2 {
	color: #009ade;
	font-weight: 400;
}

.show_box h2 span {
	font-weight: 100;
}

.show_box_small {
	max-width: 450px;
}

.close_button {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 20px;
	cursor: pointer;
}




.accept {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 15px;
}

.accept input[type='checkbox'] {
	display: none;
}

.accept label {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border: #f2f2f2 5px solid;
	border-radius: 20px;
	background: #f2f2f2;
}

input[type='checkbox']:checked + label {
	background: #009ade !important;
}

.accept a {
	color: #009ade;
	text-decoration: underline;
}


.button_area {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}

/***/
.button_area a {
	max-width: 200px;
}
/***/




/**登入註冊**/

.account_table {
	width: 100%;
}

.show_box_small input, .show_box_small select {
	width: 100%;
	margin-bottom: 15px;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 16px !important;
	padding-right: 50px !important;
	background: #f2f2f2 url('../images/arrow_down.svg') center right no-repeat;
	background-size: contain;
}

.show_box_small .button {
	max-width: 100%;
}

.account_option {
	margin-top: 15px;
}

.login_switch {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	cursor: pointer;
}

.login_switch h2 {
	flex: 1;
	border: #009ade 2px solid;
	color: #009ade;
	text-align: center;
	font-size: 18px !important;
	line-height: 25px;
}

.login_switch h2:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
} 

.login_switch h2:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
} 

.login_switch h2 + h2 {
	border-left: 0;
}

.login_switch h2.active {
	color: #fff;
	background: #009ade;
}

.parent_login,
.member_login {
	display: none;
}

.link {
	color: #009ade;
	text-decoration: underline;
	cursor: pointer;
}

.link:hover {
	text-decoration: underline !important;
}

.notice {
	padding: 25px;
	background: #f2f2f2;
}

.notice a {
	color: #009ade;
}

.notice + .account_table{
	margin-top: 15px;
}

.back {
	position: absolute;
	top: 17.5px;
	left: 17.5px;
	line-height: 20px;
	color: #009ade;
	cursor: pointer;
}

.back img {
	height: 20px;
	margin-right: 5px;
}

.MB_go_top {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 65px;
	right: 10px;
	width: 45px;
	height: 45px;
	border-radius: 60px;
	background: #111;
	transition: .2s;
}

.MB_install {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 115px;
    right: 10px;
    width: 45px;
    height: 45px;
    border-radius: 60px;
    background: #111;
    transition: .2s;
}

.MB_go_top.show, .MB_install.show {
    display: flex;
}

.opacity {
	transition: .5s;
	transition-delay: 2s;
	opacity: 0;
}

.opacity.show {
	opacity: 1;
}

.MB_go_top img, .MB_install img {
    width: 20px;
}

.inside_back {
	position: fixed;
	top: 85px;
	background: #333;
	z-index: 99;
}

.inside_back a {
	display: block;
	padding: 10px 20px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	transition: .2s;
}

.inside_back a:hover {
	background: #087a99;
}

.login_switch h2 {
	font-size: 20px;
}

.login_inside_switch {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.login_inside_switch .accept {
	width: 50%;
}

@media screen and (max-width: 1280px) {

	/**header**/


	.header_link > a > img {
		height: 25px;
		margin: 5px;
	}

	.nav_main {
		font-size: 14px;
	}

	.nav_main li {
		margin-left: 15px;
	}
}


@media screen and (max-width: 1024px) {

	/**comm**/

	h2 {
		font-size: 20px;
		line-height: 28px;
	}

	p {
		font-size: 14px;
		line-height: 20px;
	}

	p + p {
		margin-top: 10px;
	}

	input, select {
		height: 35px;
	}

	.button {
		height: 35px;
		font-size: 14px;
	}

	.wrapper_crossover {
		overflow: hidden;
		margin-top: 55px;
		padding-bottom: 55px;
	}

	.layer {
		padding: 0 10px;
	}


	/**header**/

	.header {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.nav_main {
		position: fixed;
		top: 55px;
		left: 0;
		width: 100%;
		height: 0;
		padding: 0 25px;
		flex-direction: column;
		font-size: 16px;
		background: #f2f2f2;
		z-index: 99999;
		overflow: hidden;
	}

	.nav_main.show {
		padding: 25px 25px 0;
		height: calc( 100% - 55px );
		overflow-y: scroll;
	}

	.nav_main > li {
		line-height: 25px;
		height: auto;
		width: 100%;
		padding: 10px;
		margin: 0;
		border-bottom: #aaa 1px solid;
	}

	.nav_main > li:nth-last-child(2) {
		border-bottom: 0;
	}




	.open_subMenu_switch {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.open_subMenu_switch:after {
		display: block;
		content: '';
		width: 30px;
		height: 30px;
		background: url('../images/arrow_next.svg') center no-repeat;
		background-size: 25px 25px;
		transform: rotate(0deg);
		transition: .2s;
	}

	.active .open_subMenu_switch:after {
		transform: rotate(90deg);
	}


	.nav_main > li > ul {
		position: static;
		height: 0;
		width: 100%;
		line-height: 35px;
	    font-size: 16px !important;
		background: transparent;
		padding: 0 10px;
		overflow: hidden;
		border-radius: 0;
	}

	.nav_main > li > ul > li {
		line-height: 30px;
		font-size: 14px;
	}

	.open_subMenu {
		cursor: pointer;
	}

	.open_subMenu.active ul {
		height: auto !important;
		padding: 10px !important;
	}

	.open_subMenu:hover ul {
		height: 0;
		border: 0;
		padding: 0 10px;
	}

	.nav_main > li > ul > li:hover a {
		color: #087a99;
	}




	.signed .profile_option_MB {
		display: block;
	}

	.show .menu_option_MB {
		display: block;
	}

	.menu_option_MB li img {
		margin-right: 10px;
	}

	.header_option li {
		margin-left: 10px;
	}

	.open_profile {
		display: none;
	}

	.header_option .to_login {
		
	}

	.signed .open_profile {
		display: none;
	}

	.open_menu {
		display: block;
	}

	.profile_info {
		padding: 10px;
	}

	.profile_info > div {
		padding: 0;
	}


	/**倒數**/

	.countdown {
		display: none;
	}



	/**option**/

	.content_option {
		display: none;
	}


	/**bottom_option**/

	.bottom_option {
		display: none;
	}

	/**footer**/

	.footer_top {
		padding: 25px 0;
	}

	.footer_top .wrapper {
		flex-direction: column;
		align-items: center;
	}

	.footer_top img {
		height: 15px;
	}

	.nav_second {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-bottom: 15px;
	}

	.nav_second > li {
		padding: 5px 0;
		margin-right: 0;
	}

	.nav_second > li h3:after {
		content: '';
		display: inline-block;
		width: 15px;
		height: 15px;
		background: url('../images/arrow_next_w.svg') center no-repeat;
		background-size: contain;
		transition: .2s;
	}

	.nav_second > li > h3 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.nav_second > li.active h3:after {
		transform: rotate(90deg);
	}

	.nav_second > li + li {
		border-top: #fff 1px solid;
	}

	.nav_second > li h3 {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 0;
	}

	.nav_second ul {
		width: 100%;
		height: 0;
		overflow: hidden;
		transition: .2s;
		padding: 0 15px;
	}


	.nav_second > li.active ul {
		height: auto;
		padding: 15px;
	}

	.nav_second .open_menu ul {
		padding: 15px;
		height: auto;
	}

	.footer_bottom .wrapper {
		flex-direction: column;
		padding: 15px 0;
	}

	.list_contact {
		justify-content: center;
		padding-bottom: 15px;
		border-bottom: #aaa 1px solid;
		margin-bottom: 15px;
	}


	.list_contact li {
		text-align: center;
		font-size: 14px;
		margin: 5px;
	}

	.copyright {
		text-align: center;
		font-size: 12px;
		letter-spacing: -0.5px;
		line-height: 18px;
	}

	.MB_show {
		display: block;
	}



	/**登入註冊**/


	.show_box {
		padding: 30px;
	}

	.show_box h2 {
		margin-bottom: 15px;
	}

	.accept {
		font-size: 12px;
	}

	.notice {
		font-size: 14px;
	}

	.account_option {
		font-size: 12px;
		margin-top: 10px;
	}

	.button_area {
		margin-top: 10px;
	}

	.show_box > img {
		max-width: 50px;
		margin-bottom: 15px;
	}

	.close_button {
		position: absolute;
		top: 9px;
		right: 9px;
		width: 15px;
		cursor: pointer;
	}

	.nav_bottom_MB {
		display: flex;
	}

	.inside_back {
		top: 60px;
	}

	.inside_back a {
		padding: 5px 10px;
	}

	.profile_option {
		top: auto;
		right: 0;
		bottom: 55px;
		width: 100%;
		height: 0;
		z-index: 998;
	}

	.profile_option.show {
		height: calc( 100% - 110px );
	}

}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}







