@charset "utf-8";
/* CSS Document */
body {
	font-family:Microsoft JhengHei;
	overflow-x: hidden;
	background-color:#fff;
}
.pchidden {
	display:none !important;
}
.phhidden {
	display:block !important;
}
@media (max-width: 767px) {
	.pchidden {
		display:block !important;
	}
	.phhidden {
		display:none !important;
	}
}
.goback {
	position:fixed;
    right: 10px;
    bottom: 10px;
    border: none;
    background-color: rgba(0,0,0,0);
    font-size: 30px;
	color:#fff;
	outline:none;
}

.nopadding {
	padding:0px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}

/**************************** 20190410 volunteer*****************************/

.navbar-header {
	float: right;
	transform: translateY(-15px) translateX(0px);
	font-size: 28px;
}

/*************************** HEADER ****/
#header {
	z-index: 99;
}
#header .right_img {
	position: absolute;
	right: 0;
	top: 0;
}

/** navbar **/
.volunteer_nav {
	position: absolute;
    bottom: 0;
    left: 20%;
    right: 0;
    margin: auto;
    display: block;
    width: fit-content;
    top: 0;
    height: fit-content;
}

/*20191010*/
.volunteer_nav .navbar-collapse .navbar-nav > li {
	/*height: 70px;*/
}
#logoimg {
	width: 320px;
	cursor: pointer; 
	padding: 25px;
}
.nav > li > a > img {
	width: auto;
    padding: 2px;
    display: block;
    margin: auto;
}
#member_drop {
	padding: 0px;
}
.dropdown-menu > li > a {
	padding: 15px;
	font-size: 14px;
	text-align: center;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: rgba(62, 176, 73, 0.8);
	color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #f1b50c;
}
@media screen and (max-width: 1440px)
{
	/*#logoimg {
		width: 250px;
	}*/
	/*.nav > li > a > img {
		width: 120px;
		cursor: pointer; 
		padding: 15px; 
		float: right;
		transform: translateY(0px);
	}*/
}
#qrcodeimg {
	cursor: pointer;
    padding: 15px;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: none;
}
@media screen and (max-width: 991px)
{
	#logoimg {
		height: 80px;
		width: auto;
	    display: block;
	    margin: auto;
	    padding: 0px;
	    margin-left: 0px;
	    cursor: pointer;
	}
	.nav > li {
		float: left;
	}
	.nav > li > a > img {
		width: 13.5vw;
		cursor: pointer; 
		padding: 0px; 
		float: left;
		transform: translateY(0px);
	}
	.navbar-nav .open .dropdown-menu {
	    color: #fff;
	    border-radius: 0px;
	    border: none;
	    width: 100vw;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	    padding: 10px 5px;
	    font-size: 14px;
	    text-align: left;
	    text-indent: 4em;
	}
	.volunteer_nav {
		width: auto;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tab {
	overflow: hidden;
}
.tabcontent {
	display: none;
	padding: 6px 12px;
    border-top: none;
}
.tab button {
	background-color: inherit;
	float: left;
	border: none;
    outline: none;
    cursor: pointer;
    padding: 10px; 
    transition: 0.3s;
    font-size: 18px;
}
.tab .active {
	color: #19d1c0;
}
.tabcontent {
	display: none;
	padding: 6px 12px;
	border-top: none;
}
.tabcontent img {
	width: 100%;
}

@media (min-width: 1580px) {
	.container {
	    width: 1350px;
	}
}

/**********/

.volunteer_nav .navbar-collapse .navbar-nav > li > a {
	font-size: 16px;
    color: #fff;
    margin: auto;
    padding: 0px;
    padding-bottom: 5px;
    cursor: pointer;
}
.volunteer_nav .navbar-collapse .navbar-nav > li > a:hover {
	opacity: .8;
}
.volunteer_nav .navbar-collapse .navbar-nav > li > a > p {
	text-align: center;
    border-right: 1px solid #fff;
    padding: 0px 2vw;
}
.volunteer_nav .navbar-collapse .navbar-nav > li:last-child > a > p {
    border-right: none;
}
.volunteer_nav .navbar-collapse .navbar-nav > li.open > a {
	background-color: rgba(0,0,0,0);
}
/*.volunteer_nav .navbar-collapse .navbar-nav > li > a:after {
    content: "";
    position: absolute;
    width: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    transform: rotateZ(-90deg) scale(1.46) translateX(-6.5px) translateY(12px);
}
.volunteer_nav .navbar-collapse .navbar-nav > li:last-child > a:after {
    border-bottom: 0px;
}*/
.volunteer_nav .navbar-collapse .navbar-nav > li > a:hover,
.volunteer_nav .navbar-collapse .navbar-nav > li > a:focus {
	color: #fff;
}
.volunteer_nav .navbar-collapse .navbar-nav > .active > a,
.volunteer_nav .navbar-collapse .navbar-nav > .active > a:hover,
.volunteer_nav .navbar-collapse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: rgba(0,0,0,0);
}
@media screen and (max-width: 991px)
{
	.navbar-header {
	    position: absolute;
	    right: 0;
	    top: -75px;
	}
	.navbar-toggle {
		height: 60px;
	}
	.volunteer_nav {
		position: absolute;
	    left: 0;
	    top: 90px;
	    right: 0;
	    z-index: 99999;
	}
	#header .col-md-10 {
		height: fit-content !important;
	}
	#header .right_img {
		position: absolute;
    	bottom: 0;
    	transform: scaleY(-1);
    	top: auto;
	}
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
	    position: absolute;
	    background-color: rgba(0,0,0,.8);
	    top: -2px !important;
	    left: -1px;
	}
	.volunteer_nav .navbar-collapse .navbar-nav > li > a {
		width: 100vw;
	    float: left;
	    padding: 10px;
	}
	.volunteer_nav .navbar-collapse .navbar-nav > li > a > img {
		width: auto;
    	float: left;
	}
	.volunteer_nav .navbar-collapse .navbar-nav > li > a > p {
		text-align: left;
	    padding: 11px;
	    margin: auto;
	    border-right: none;
	    text-indent: 10px;
	}
	.volunteer_nav .navbar-collapse .navbar-nav > .active > a,
	.volunteer_nav .navbar-collapse .navbar-nav > .active > a:hover,
	.volunteer_nav .navbar-collapse .navbar-nav > .active > a:focus {
		border: none;
	}
}

.volunteer_nav .navbar-nav {
	background-color: rgba(255,255,255,0);
}

/** btn_donation **/
.btn_donation {
	background-color: rgba(0,0,0,0);
	border: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn_donation img {
	width: 160px;
}
.btn_donation:hover {
	opacity: 0.8;
}
/***************************************/


/*************************** FOOTER ****/
footer {
	background-color: #3d3d3d;
	color: #fff;
	padding: 20px;
}
footer p {
	text-align: center;
}
footer table tr td {
	padding-right: 20px;
}
footer table tr td a {
	color: #f29d39;
}
footer table tr td a:hover,
footer table tr td a:focus {
	color: #3eb049;
	text-decoration: none;
}

@media screen and (max-width: 768px)
{
	footer table tr td {
		width: 100%;
		float: left;
		padding-right: 0px;
	}
} 
/***************************************/



/*************************** HOME ******/
/** home news **/
#home_news {
	padding-top: 40px;
	padding-bottom: 40px;
}
#home_news > div > div {
	padding-top: 15px;
	padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
	#home_news > div {
		display: table;
		width: 100%;
	}
	#home_news > div > div {
		display: table-cell;
		padding: 25px;
	}
}
#home_news > div > div:first-child {
	border-right: 1px solid #bbb;
}
@media screen and (max-width: 991px) {
	#home_news > div > div:first-child {
		border-right: none;
		border-bottom: 1px solid #bbb;
	}
}

#home_news .head {
	background-color: #faa80a;
    width: fit-content;
    padding: 6px 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
#home_news .content {
	line-height: 25px;
}
#home_news .news_list {
	list-style: none;
}
#home_news .news_list li {
	line-height: 30px;
}
#home_news .news_list li .date {
	padding-right: 15px;
	color: #7d7d7d;
}
#home_news .news_list li .date:after {
    content: "";
    position: absolute;
    width: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #7d7d7d;
    transform: rotateZ(-90deg) translateX(-14px) translateY(5.5px);
}
#home_news .news_list li .title {
	padding-left: 10px;
	color: #000;
}
#home_news button {
	margin-top: 5%;
	background-color: rgba(0,0,0,0);
	border: none;
	display: block;
	margin: auto;
	border-bottom: 1px solid #faa80a;
    /*border-radius: 0 0 30px 0;*/
    padding: 15px 10px 5px 10px;
    outline: none;
}
#home_news button:after {
    content: "";
    position: absolute;
    width: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #faa80a;
    transform: rotateZ(-60deg) translateX(-14px) translateY(16px);
}
#home_news button:hover {
	color: #faa80a;
	border-bottom: 1px solid #ffdc99;
}
#home_news button:hover:after {
    border-bottom: 1px solid #ffdc99;
}

/** home media **/
#home_media {
	background-image: url("../images/home_bg.jpg");
	background-repeat: repeat;
	padding-top: 40px;
	padding-bottom: 40px;
}
#home_media .head {
    background-image: url(../images/home_bg.jpg);
    background-repeat: repeat;
    width: fit-content;
    text-align: center;
    transform: translateY(-30px);
    letter-spacing: 2px;
    font-size: 16px;
    display: block;
    margin: auto;
    padding: 0px 25px;
}
#home_media .title {
    line-height: 50px;
    color: #000;
}
#home_media .title .date {
    padding-right: 10px;
}
#home_media .title .from {
	font-size: 12px;
	padding-left: 10px;
	color: #666;
}


/***************************************/

/*************************** ABOUT ******/
/** about **/
#about {
	padding-top: 30px;
	padding-bottom: 30px;
}

/***************************************/

/*************************** NEWS ******/
/** news **/
#news {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ababab;
}
#news .item-box {
	margin: 15px auto;
	margin-bottom: 40px;
}
#news .item p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}

/***************************************/


/************************* ACTIVE ******/
/** active **/
#active {
	padding-top: 50px;
	padding-bottom: 50px;
    background-image: url(../images/home_bg.jpg);
    background-repeat: repeat;
}
.active_box {
	background-color: #fff;
	/*padding: 15px;*/
	margin-bottom: 30px;
}
#active .out {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
#active .out [class="col-"]{
	display: flex;
	flex-direction: column;
}
#active .active_box > .info {
	padding: 15px;
}
#active .active_box > .info > .title {
	font-size: 16px;
    margin: 15px auto;
    font-weight: bold;
}
#active .active_box > .info > .brief {
	font-size: 14px;
    line-height: 25px;
    color: #8e8e8e;
}
#active .active_box > .info > .date {
    font-size: 12px;
    color: #ffb310;
    font-weight: bold;
}

/** news list **/
#active .active_list {
	list-style: none;
}
#active .active_list > li:first-child {
	margin-top: 0px;
}
#active .active_list > li {
	text-align: center;
	padding: 15px 10px;
    background-color: #707070;
    margin: 8px auto;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
}
#active .active_list > li.active {
	text-align: center;
	padding: 15px 10px;
    background-color: #517cb2;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
}
#active .active_list > li:hover {
    background-color: #486890;
}
#active .active_list > li > a {
	color: #fff;
}
#active .active_list > li > a:hover {
	text-decoration: none;
}

/** active inside **/
#active .active_inside {
	background-color: #fff;
	/*padding-top: 30px;
	padding-bottom: 30px;*/
	padding: 30px 50px;
}
#active .active_inside > .date {
	text-align: center;
    font-size: 14px;
    color: #888;
    letter-spacing: 0.8px;
}
#active .active_inside > .title {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}
#active .active_inside > hr {
	border-top: 1.5px solid #eee;
	transform: translateY(20px);
}
#active .active_inside > .category {
    background-color: #fff;
    width: fit-content;
    padding: 0px 30px;
    font-weight: bold;
    transform: translateY(-20px);
    display: block;
    margin: auto;
}
#active .active_inside > .category p {
    background-color: #faa80a;
    width: fit-content;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
#active .active_inside > .content {
	font-size: 16px;
	line-height: 25px;
}
#active .active_inside > .content > img {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: auto;
}
#active .active_inside > .btn_back {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #bd2828;
	display: block;
	margin: 50px auto 10px auto;
	font-weight: bold;
	letter-spacing: 0.8px;
}
#active .active_inside > .btn_back > span {
	font-size: 18px;
}
#active .active_inside > .btn_back:hover,
#active .active_inside > .btn_back:focus {
	color: #bd9728;
	outline: none;
}


/***************************************/


/************************** MEDIA ******/
/** media **/
#media {
	padding-top: 50px;
	padding-bottom: 50px;
    background-image: url(../images/home_bg.jpg);
    background-repeat: repeat;
}
.media_box {
	background-color: #fff;
	/*padding: 15px;*/
	margin-bottom: 30px;
}
#media .out {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
#media .out [class="col-"]{
	display: flex;
	flex-direction: column;
}
#media .media_box > .info {
	padding: 15px;
}
#media .media_box > .info > .title {
	font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 17px;
    float: left;
}
#media .media_box > .info > .brief {
	font-size: 13px;
    line-height: 25px;
    color: #d15b14;
    margin: 0px;
}
#media .media_box > .info > .date {
    font-size: 12px;
    color: #b7b7b7;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #b7b7b7;
}

/** media list **/
#media .media_list {
	list-style: none;
}
#media .media_list > li:first-child {
	margin-top: 0px;
}
#media .media_list > li {
	text-align: center;
	padding: 15px 10px;
    background-color: #707070;
    margin: 8px auto;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
}
#media .media_list > li.active {
	text-align: center;
	padding: 15px 10px;
    background-color: #517cb2;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
}
#media .media_list > li:hover {
    background-color: #486890;
}
#media .media_list > li > a {
	color: #fff;
}
#media .media_list > li > a:hover {
	text-decoration: none;
}

/** media inside **/
#media .media_inside {
	background-color: #fff;
	/*padding-top: 30px;
	padding-bottom: 30px;*/
	padding: 30px 50px;
}
#media .media_inside > .date {
	text-align: center;
    font-size: 14px;
    color: #888;
    letter-spacing: 0.8px;
}
#media .media_inside > .title {
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
}
#media .media_inside > hr {
	border-top: 1.5px solid #eee;
	transform: translateY(20px);
}
#media .media_inside > .category {
    background-color: #fff;
    width: fit-content;
    padding: 0px 30px;
    font-weight: bold;
    transform: translateY(-20px);
    display: block;
    margin: auto;
}
#media .media_inside > .category p {
    background-color: #faa80a;
    width: fit-content;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
#media .media_inside > .content {
	font-size: 16px;
	line-height: 25px;
}
#media .media_inside > .content > img {
	width: 100%;
	max-width: 500px;
	display: block;
	margin: auto;
}
#media .media_inside > .btn_back {
	background-color: rgba(0,0,0,0);
	border: none;
	color: #bd2828;
	display: block;
	margin: 50px auto 10px auto;
	font-weight: bold;
	letter-spacing: 0.8px;
}
#media .media_inside > .btn_back > span {
	font-size: 18px;
}
#media .media_inside > .btn_back:hover,
#media .media_inside > .btn_back:focus {
	color: #bd9728;
	outline: none;
}
#media .vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
#media .vid iframe,
#media .vid object,
#media .vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** media video modal **/
#videoModal .modal-content {
	background-color: #000;
}
#videoModal .modal-content .modal-header {
	border-bottom: none;
}
#videoModal .modal-content .modal-header button {
	color: #fff;
	opacity: .6;
	font-size: 28px;
	margin-top: -8px;
	outline: none;
}

/** monthly **/
@media screen and (max-width: 991px)
{
	#media .monthlyissue {
		margin-top: 5%;
	    border-top: 1.5px solid rgba(81, 124, 178, 0.59);
	    padding: 5% 10px;
	}
}
#media .monthlyissue .out {
	margin-bottom: 20px;
}	
#media .monthlyissue div div {
	background-color: #fff;
}
#media .monthlyissue div div:nth-child(2) {
	padding: 10px;
	padding-right: 5%;
}
#media .monthlyissue table {
	width: 100%;
}
#media .monthlyissue table tr td p {
	margin: 0px;
}
#media .monthlyissue table tr:first-child td:first-child {
	border-bottom: 1px dotted #ccc;
	width: 60%;
}
#media .monthlyissue table tr:first-child td:nth-child(2) {
	width: 40%;
	text-align: right;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 15px;
}
#media .monthlyissue table tr:first-child td:nth-child(2) img {
	height: 75%;
}
#media .monthlyissue table tr:nth-child(2) td {
	border-bottom: 1px solid #ccc;
}
#media .monthlyissue p.title {
	color: #fc2a2a;
	font-size: 16px; 
	font-weight: bold;
}
#media .monthlyissue p.date {
	color: #3348c7;
	font-size: 12px;
}
#media .monthlyissue p.breif {
	margin-top: 15px;
    line-height: 25px;
    color: #3c2727;
}

/***************************************/

/*********************** DOWNLOAD ******/
/** download **/
#download {
	padding-top: 50px;
	padding-bottom: 50px;
    background-image: url(../images/home_bg.jpg);
    background-repeat: repeat;
}
#download .info {
	background-color: #fff;
	padding: 30px;
}
#download .info > table {
	width: 100%;
	margin-bottom: 20px;
}
/*#download .info > table > tbody > tr:first-child {
	border-bottom: 1.5px solid #000;
}*/
#download .info > table > tbody > tr > th {
	font-weight: bold;
	border-bottom: 3px solid #000;
	padding: 10px;
	font-size: 15px;
}
#download .info > table > tbody > tr > td {
	border-bottom: 1px solid #a7a7a7;
	padding: 10px;
}
#download .info > table > tbody > tr > td .btn_download {
	background-color: #cec09d;
	border: none;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
    width: 34px;
    height: 34px;
    text-align: center;
}
#download .info > table > tbody > tr > td .btn_download:hover,
#download .info > table > tbody > tr > td .btn_download:focus {
	background-color: #a79875;
	outline: none;
}

/***************************************/


/************************ CONTACT ******/
/** contact **/
#contact {
	padding-top: 50px;
	padding-bottom: 50px;
    background-image: url(../images/home_bg.jpg);
    background-repeat: repeat;
}
#contact .info {
	background-color: #fff;
	padding: 50px 30px;
}
@media screen and (max-width: 480px)
{
	#contact .info {
		padding: 50px 10px;
	}
	#contact .info > form > div {
		padding: 0px;
	}
}
#contact .info > .tip {
	text-align: center;
	line-height: 28px;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 5%;
}
#contact .info .form-control {
	border-radius: 0px;
}
#contact .info table tr td:first-child {
    width: 80px;
}
#contact .info table tr td:nth-child(3) {
    width: 120px;
}
#contact .info table tr td:first-child label {
    text-align: right;
    float: right;
    padding-right: 10px;
}
#contact .info table tr td:first-child label span {
	color: #0c7204;
}	
#contact .info .btn_confirm {
	background-color: #fd9e31;
    border: 1.3px solid #d77f1a;
    padding: 8px 30px;
    border-radius: 9px;
    color: #fff;
    font-size: 15px;
    display: block;
    margin: auto;
    margin-top: 30px;
    font-weight: bold;
}
#contact .info .btn_confirm:hover {
	background-color: #f59b34;
}

/***************************************/

/********************** CALENDAR ******/
/** calendar **/
#calendar_box {
	padding-top: 50px;
	padding-bottom: 50px;
    background-image: url(../images/home_bg.jpg);
    background-repeat: repeat;
}
#calendar_box #calendar {
	background-color: #fff;
	padding: 30px;
}

/***************************************/

@media screen and (max-width: 580px)
{
	.plan5_btn {
		width: 100%;
	}
}


.card .card-body {
	border-bottom: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
}
.card .card-body:last-child {
	border-bottom: none;
}

.blocks{ border:1px solid #EEEEEE; margin-bottom: 20px;}
.blocks:hover{box-shadow:0px 0px 10px #D9E0DB;}
.block-header{ height: 95px; text-align: center; width: 100%; padding: 6.5%; background: #F8F8F8; color: #333333;}
.block-container p:hover{background:#F8F8F8;}
.block-header h4{ font-weight: bold; vertical-align: center; font-size: 22px;}
.block-container{ text-align: center;}
.block-container p{ border-bottom:1px solid #F4F7F8; margin: 0; padding: 2%; }
.block-container p:last-child{ border-bottom:none;}
.price{font-size: 50px; font-family: PT Serif; color: #FF592D; font-weight: bold;}
.renew-price{font-size: 12px; color: #333333; font-style: italic; font-weight: normal;}
.block-footer{text-align: center; padding: 10%;}
.order-now{border: 1px solid #FF592D; padding: 15px; border-radius: 4%; color:#333333; font-weight: bold; }
.order-now:hover{text-decoration: none; background: #FF592D; color: #fff;}
.active-block { box-shadow:0px 0px 10px #D9E0DB;}
.active-block .block-header{ background: #45BA76; color: #fff;}
.active-block .price{ color:#45BA76;}
.active-block .block-footer a{ background: #45BA76; color: #fff; border:none;}
.active-block .block-footer a:hover{ background: #EEEEEE; color: #333333; border:1px solid #45BA76;}

#plan5 div:nth-child(1) .blocks { box-shadow:0px 0px 10px #D9E0DB;}
#plan5 div:nth-child(1) .blocks i { color: #25e292;}
#plan5 div:nth-child(1) .blocks .block-header{ background: #25e292; color: #fff;}
#plan5 div:nth-child(1) .blocks .price{ color:#25e292;}
#plan5 div:nth-child(1) .blocks .block-footer a{ background: #fff; color: #25e292; border:1px solid #25e292;}
#plan5 div:nth-child(1) .blocks .block-footer a:hover{ background: #25e292; color: #fff; border:1px solid #25e292;}


#plan5 div:nth-child(2) .blocks { box-shadow:0px 0px 10px #D9E0DB;}
#plan5 div:nth-child(2) .blocks i { color: #15cac8;}
#plan5 div:nth-child(2) .blocks .block-header{ background: #15cac8; color: #fff;}
#plan5 div:nth-child(2) .blocks .price{ color:#15cac8;}
#plan5 div:nth-child(2) .blocks .block-footer a{ background: #fff; color: #15cac8; border:1px solid #15cac8;}
#plan5 div:nth-child(2) .blocks .block-footer a:hover{ background: #15cac8; color: #fff; border:1px solid #15cac8;}

#plan5 div:nth-child(3) .blocks { box-shadow:0px 0px 10px #D9E0DB;}
#plan5 div:nth-child(3) .blocks i { color: #009ffa;}
#plan5 div:nth-child(3) .blocks .block-header{ background: #009ffa; color: #fff;}
#plan5 div:nth-child(3) .blocks .price{ color:#009ffa;}
#plan5 div:nth-child(3) .blocks .block-footer a{ background: #fff; color: #009ffa; border:1px solid #009ffa;}
#plan5 div:nth-child(3) .blocks .block-footer a:hover{ background: #009ffa; color: #fff; border:1px solid #009ffa;}


.thm-container {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.contact-form-content {
    /*background: #F5F6FA;*/
    padding-left: 15px;
    padding-right: 15px;
}

.thm-container .title {
    margin-bottom: 50px;
}

.thm-container .title span {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    color: #FF4328;
}

.thm-container .title h2 {
    color: #212121;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
}

.contact-form input, 
.contact-form textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 68px;
    border-radius: 35px;
    background: #F5F6FA;
    color: #757575;
    font-size: 16px;
    padding-left: 50px;
    margin-bottom: 20px;
    display: block;
}

.contact-form textarea {
    height: 182px;
    padding-top: 20px;
}

.thm-btn {
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    background: #FEC931;
    color: #212121;
    border-radius: 35px;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 16px;
    padding: 18px 69px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.contact-info {
    margin-left: -30px;
    border: 2px solid #EBEDF4;
    padding-top: 75px;
    padding-bottom: 80px;
}

.single-contact-info h4 {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-info .social a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 59px;
    text-align: center;
    line-height: 50px;
    margin-top: 10px;
    display:inline-block;
    font-family: FontAwesome;
    margin:5px;
}

.contact-info .social a.fa-twitter {
    background: #FEC931;
}

.contact-info .social a.fa-pinterest {
    background: #212121;
}

.contact-info .social a.fa-facebook-f {
    background: #2884C6;
}

.contact-info .social a.fa-youtube {
    background: #FF4328;
}

.donate_table tr td {
	padding: 5px 0px;
}

.page_title {
	font-size: 1.5vw;
	text-align: center;
	color: #fff;
}

#asocontent .title {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#asocontent .brief {
	line-height: 30px;
    font-size: 18px;
}

@media screen and (max-width: 767px)
{
	#asocontent .title {
		font-size: 34px;
	}
	#asocontent .brief {
	    font-size: 14px;
	}
}

.register_form  {
	width: 768px;
	display: block;
	margin: auto;
}
.register_form table {
	width: 100%;
	margin: 5vh auto;
}
.register_form table tr td {
	background-color: #fff;
}
.register_form table tr td:first-child {
	width: 20%;
	text-align: center;
	border-radius: 15px 0px 0px 15px;
}
.register_form table tr td:last-child {
	border-radius: 0px 15px 15px 0px;
}
.register_form table tr td.combine {
	border-radius: 15px;
	padding: 12px 18px;
}
.register_form table tr td input {
	width: 100%;
	border: none;
	font-size: 18px;
	outline: none;
}
.register_form table tr td input[type="radio"] {
	float: left;
	width: auto;
}
.register_form table tr td select {
	border: none;
    width: max-content;
    float: right;
    margin-right: 10px;
    font-size: 18px;
    outline: none;
    color: #757575;
}
.register_form table tr td textarea {
	width: 100%;
    resize: vertical;
    border: none;
    font-size: 18px;
    color: #757575;
}
.register_form label {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
	text-indent: .5em;
}
.register_form button {
	display: block;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
    font-size: 20px;
    width: 250px;
    border-radius: 10px;
    background-color: #fab628;
    border: none;
    color: #fff;
}
.register_form a {
	color: #eee;
	margin-right: 20px;
}

@media screen and (max-width: 768px)
{
	.register_form  {
		width: 90%;
	}
	.page_title {
		font-size: 4.5vw;
	}
}

/*.con{
	position:relative;
	height:1.875rem;
	line-height: 1.875rem;
	margin:2.47rem auto;
	text-align: center;
}
.con i{
	display:block;
	height:1px;
	background:#e1e1e1;
	position:absolute;
	top:0.9rem;
	width:100%;
}
.con p{
    display:inline-block;
    font-size: 0.75rem;
    color:#fff;
    padding:0 1.875rem;
    text-align: center;
    margin:0 auto;
    position:relative;
    z-index:2;
}*/
/*.con {
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.con .line {
    display: inline-block;
    width: 500px;
    border-top: 1px solid #ccc ;
}
.con .txt {
    color: #686868;
    vertical-align: -4px;
}*/
.con {
    position: absolute;
    text-align: center;
    width: inherit;
    color: #fff;
    margin-top: 30px; 
}
.con div {
    line-height: 20px;
}
/*CSS伪类用法*/
.con div:after,
.con div:before {
    position: absolute;
    top: 50%;
    background: #ddd;
    content: "";
    height: 1px;
    width: 20vw;
}
/*调整背景横线的左右距离*/
.con div:before {
    left: 0;
}
.con div:after {
    right: 0;
}
.report_form  {
	width: 768px;
	display: block;
	margin: auto;
}
.report_form table {
	width: 100%;
	margin: 5vh auto;
}
.report_form table tr td {
	background-color: #fff;
	font-size: 18px;
}
.report_form table tr td:first-child {
	width: 20%;
	text-align: center;
	border-radius: 15px 0px 0px 15px;
}
.report_form table tr td:last-child {
	border-radius: 0px 15px 15px 0px;
	text-align: right;
	padding-right: 10px;
}
.report_form table tr td a {
	color: #898989;
}

.point_form  {
	width: 768px;
	display: block;
	margin: auto;
}
.point_form table {
	width: 100%;
	margin: 5vh auto;
}
.point_form table tr th {
	background-color: #f9bb0e;
	padding: 15px;
	font-size: 16px;
	text-align: center;
}
.point_form table tr td {
	background-color: #fff;
	padding: 15px;
	font-size: 16px;
	text-align: center;
	border-bottom: 1.5px solid #ddd;
}
.point_form table tr td:last-child {
	font-weight: bold;
}
.point_form table tr td span {
	color: #c52121;
	font-size: 24px;
}
.point_form button {
	width: 100%;
	background-color: #1b1e28;
	color: #fff;
	border-radius: 12px;
	border:none;
	padding: 15px;
	font-size: 16px;
}

.coupon_form  {
	width: 768px;
	display: block;
	margin: auto;
}
.coupon_form .tab {
	margin-top: 5vh;
}
.coupon_form .tab .tablinks {
	width: 50%;
	background-color: #908e8e;
	color: #fff;
	padding: 15px;
}
.coupon_form .tab .tablinks.active {
	background-color: #252421;
}
.coupon_form .tabcontent {
	padding: 0px;
}
.coupon_form table {
	width: 100%;
	margin: 5vh auto;
	margin-top: 0px;
}
.coupon_form table tr th {
	background-color: #f9bb0e;
	padding: 15px;
	font-size: 16px;
	text-align: center;
}
.coupon_form table tr td {
	background-color: #fff;
	font-size: 16px;
	text-align: center;
	border-bottom: 1.5px solid #ddd;
}
.coupon_form table tr td img {
	width: auto;
}
.coupon_form table tr td .get {
	background-color: #f9bb0e;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	border: none;
	color: #fff;
}
.coupon_form table tr td .own {
	background-color: #908e8e;
	font-size: 16px;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	border: none;
	cursor: no-drop;
}

@media screen and (max-width: 768px)
{
	.report_form  {
		width: 90%;
	}
	.point_form {
		width: 90%;
	}
	.coupon_form {
		width: 90%;
	}
}
@media screen and (max-width: 500px)
{
	.report_form table tr td:last-child {
		width: 6em;
		font-size: 16px;
	}
}

.newsbox {
	margin: 5vh auto;
	padding-bottom: 10vh;
}
.newsbox .newsbox_item {
	padding: 2%;
}
.newsbox .newsbox_item a img {
	width: 100%;
}
.newsbox .newsbox_item a p {
	font-size: 16px;
	color: #fff;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_inside {
	background-color: #fff;
	padding: 20px;
	margin: 10px;
}
.news_inside .title {
	color: #182c8d;
	font-size: 18px;
	float: left;
	width: 80%;
	margin: 10px auto;
}
.news_inside .date {
	color: #2e2e2e;
	font-size: 16px;
	float: left;
	text-align: right;
	width: 20%;
	margin: 10px auto;
}
.page_brief {
	text-align: center;
	display: block;
	margin: 6vh auto;
	color: #fff;
}

#reservation {
	padding: 30px 10px;
}

#reservation .title {
	text-align: center;
    text-shadow: 2px 2px 5px #ababab;
    color: #444;
    font-family: Microsoft JhengHei;
}
#reservation .brief {
	text-align: center;
}
#reservation .tip {
    text-align: center;
    color: #2a4269;
    margin-top: 30px;
}

.submit_btn {
	padding: 12px 15px;
    text-align: center;
    font-size: 16px;
    background-color: #363636;
    border: 1px solid #333;
    color: #fff;
    width: 100%;
    border-radius: 8px;
}
button.submit_btn:disabled {
    cursor: not-allowed;
    opacity: .5;
    box-shadow: 2px 2px 5px #000 inset;
}
.routemap_btn {
	width: 100%;
    background-color: #68696b;
    color: #fff;
    border: 1px solid #616161;
    padding: 6px;
    border-radius: 8px;
}

.reservation_table tr td {
	padding: 10px 0px;
}
.reservation_table tr td select {
	text-align: center;
}
.reservation_table tr td .dropdown-menu {
	background-color: #efefef;
}
.reservation_table tr td .dropdown-menu > .active > a,
.reservation_table tr td .dropdown-menu > .active > a:hover,
.reservation_table tr td .dropdown-menu > .active > a:focus {
	background-color: #f1b50c;
	color: #fff;
}
.reservation_table tr td .dropdown-menu > li > a {
	color: #333;
}
.reservation_table tr td .dropdown-menu > li > a:hover,
.reservation_table tr td .dropdown-menu > li > a:focus {
	background-color: #68696b;
	color: #fff;
}
.reservation_table.responsive_table tr td {
	padding: 10px 0px;
	width: 33.3333%;
}
@media screen and (max-width: 767px)
{
	.reservation_table tr td {
		width: 100% !important;
		float: left;
	}
	.responsive_table tr td {
		width: 100% !important;
		float: left;
	}
}
.reservation_box {
 	float: inherit;
    margin: auto;
}
.reservation_box > div {
	float: inherit;
    margin: auto;
    padding: 0px;
}
.reservation_box .item {
	margin: 30px auto;
    padding: 1px;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    background-color: #ccc;
}
.reservation_box .item table {
	width: 100%;
	max-width: 500px;
}
.reservation_box .item table tr {
	/*border: 1px solid #ccc;*/
}
.reservation_box .item table tr td {
	padding: 10px;
	background-color: #fff;
}
.reservation_box .item table tr:first-child td {
	background-color: #555555;
	color: #fff;
}
.reservation_box .item table tr:nth-child(2) td {
	text-align: center;
}
.reservation_box .item table tr:first-child td:first-child {
	border-top-left-radius: 10px;
}
.reservation_box .item table tr:first-child td:last-child {
	border-top-right-radius: 10px;
	text-align: right;
}
.reservation_box .item table tr:first-child td:last-child a {
	color: #fff;
}
.reservation_box .item table tr:last-child td {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 20px;
	font-weight: bold;
}
.reservation_box .item table tr:nth-child(2) td:nth-child(2) {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.reservation_single {
	border: 1px solid #d8d8d8;
	width: 100%;
    margin: 15px auto;
    border-radius: 10px;
    padding: 5px;
    max-width: 400px;
    background-color: #f5f5f5;
}
.reservation_single table {
	width: 90%;
}
.reservation_single table tr td {
	padding: 10px;
}
.reservation_single table tr td:first-child {
	text-align: justify;
    text-align-last: justify;
    width: 95px;
    font-weight: bold;
}
.reservation_single table tr td:last-child {
	text-align: right;
}
.reservation_single table tr:last-child td {
	border-bottom-right-radius: 10px;
	border-top: 1px solid #d8d8d8;
}

.reservation_box > div > button {
	/*margin: auto;
	display: block;
	width: 100%;
	max-width: 400px;
	background-color: #5e5e5e;
    color: #fff;
    border-radius: 15px;
    padding: 12px;*/
    background-color: #5e5e5e;
    width: 300px;
    margin-left: -1.7em;
    cursor: pointer;
    padding: 10px 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 10px auto;
    border: none;
}

#route_search input {
	height: 50px;
    border-radius: 8px;
    border: 1px solid #595959;
    margin-bottom: 5px;
}

#route_search table.button {
	width: 50%;
	float: left;
}
#route_search table.button tr td {
	width: 25%;
}
#route_search table.button tr td button {
	width: 95%;
	margin: 5px auto;
    padding: 10px 5px;
    border-radius: 8px;
    border: 1px solid #595959;
    background-color: #fff;
    font-weight: bold;
}
#route_search table.button tr td button:hover,
#route_search table.button tr td button:focus {
	background-color: #efefef;
}
@media screen and (max-width: 768px)
{
	#route_search table.button {
		width: 100%;
		float: left;
	}
}
#route_search button.clear_btn {
	width: 100%;
	margin: 5px auto;
    padding: 10px 5px;
    border-radius: 8px;
    border: 1px solid #595959;
    background-color: #595959;
    color: #fff;
    font-weight: bold;
}
#route_search button.clear_btn:hover {
	background-color: #222;
}

#route_search button.keyboard {
	display: block;
	margin: auto;
	width: 70px;
	border: none;
	background-color: #fff;
	outline: none;
}
#route_search button.keyboard:hover {
	opacity: .7;
}

#route_search .tip {
	transform: translateY(-10px);
    text-align: center;
    font-size: 14px;
    color: #3d3d3d;
}

#route_search table.route_item {
	width: 100%;
}
#route_search table.route_item tr {
	border-bottom: 1px dotted #3e6a95;
}
#route_search table.route_item tr:hover {
	background-color: #ede6d3;
	cursor: pointer;
}
#route_search table.route_item tr td {
	padding: 20px 10px;
}
#route_search table.route_item tr td:first-child {
	color: #3e6a95;
	font-weight: bold;
	font-size: 18px;
}
#route_search table.route_item tr td:nth-child(2) {
	color: #3c3838;
	font-weight: bold;
}
#route_search table.route_item tr td:last-child {
	text-align: right;
}
#route_search table.route_item tr td:last-child i {
	color: #dedcdc;
}
#route_search table.route_item tr td:last-child i.active {
	color: #235788;
}

#route_search .loader {
	border: 16px solid #ececec;
	border-radius: 50%;
	border-top: 16px solid #52b75c;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	margin: auto;
	display: none;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.onroute_p {
	font-weight: bold;
    font-size: 14px;
    text-indent: .5em;
}
.onroute_p span {
	color: #125cd2;
}
.DepartureStopNameZh_btn {
	background-color: #3eb049;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #9ea4b2;
    width: 95%;
    font-size: 14px;
    margin: auto;
    display: block;
}
.DepartureStopNameZh_btn.active {
	background-color: #f1b426;
}
.change_btn {
	background: linear-gradient(100deg, rgba(44,125,77,1) 0%, rgba(27,103,58,1) 100%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 14px;
    margin: auto;
    display: block;
}
.DestinationStopNameZh_btn {
	background-color: #3eb049;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #9ea4b2;
    width: 95%;
    font-size: 14px;
    margin: auto;
    display: block;
}
.DestinationStopNameZh_btn.active {
	background-color: #f1b426;
}
.RouteImg_btn {
	background-color: #ffffff;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #9ea4b2;
    width: 95%;
    font-size: 14px;
    margin: auto;
    display: block;
}
.onroute_title_table {
	width: 100%;
}
.onroute_title_table tr td:first-child,
.onroute_title_table tr td:nth-child(3) {
	width: 35%;
}
.onroute_title_table tr td:nth-child(2) {
	width: 10%;
}
.onroute_title_table tr td:last-child {
	width: 20%;
	word-break: keep-all;
}
@media screen and (max-width: 650px)
{	
	.onroute_title_table tr td:first-child button,
	.onroute_title_table tr td:nth-child(3) button {
		min-height: 52px;
	}
	.onroute_title_table tr td:last-child button {
		min-height: 52px;
	}
}

.onroute_line_table {
	width: 100%;
    text-align: center;
    margin: 10px auto;
    margin-top: 30px;
    border-top: 3px solid #ebebeb;
}
.onroute_line_table tr td {
	height: 60px;
}
.onroute_line_table tr td:first-child {
	border-right: 5px solid #e3e3e3;
	width: 6%;
	min-width: 30px;
}
.onroute_line_table tr td:first-child i {
	float: right;
    transform: translateX(9px);
    color: #c0c0c0;
}
.onroute_line_table tr td:nth-child(2) {
	text-align: left;
	width: 6%;
	min-width: 30px;
}
.onroute_line_table tr td:nth-child(3) {
	text-align: left;
	text-indent: .5em;
	border-bottom: 3px dotted #9c9a9a;
}
.onroute_line_table tr td:nth-child(4) {
	border-bottom: 3px dotted #9c9a9a;
}
.onroute_line_table tr td:nth-child(4) i {
	color: #dedcdc;
}
.onroute_line_table tr td:nth-child(4) i.active {
	color: #2d6829;
}
.onroute_line_table tr td:nth-child(5) {
	border-bottom: 3px dotted #9c9a9a;
    width: 16%;
    min-width: 90px;
}
.onroute_line_table tr td:nth-child(5) p {
	border: 1px solid #939393;
    border-radius: 4px;
    padding: 8px 10px;
    width: 90%;
    min-width: 80px;
    margin-bottom: 0px;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: #999;
    word-break: keep-all;
}
.onroute_line_table tr td:nth-child(5) p.innow {
	color: #346d30 !important;
	border-color: #346d30 !important;
}
.onroute_line_table tr td:nth-child(5) p.comein {
	color: #d32c00 !important;
	border-color: #d32c00 !important;
}
.onroute_line_table tr td:nth-child(5) p.went {
	color: #d4d4d4 !important;
	border-color: #d4d4d4 !important;
}
.onroute_line_table tr td:nth-child(5) p.time {
	color: #222;
	border-color: #222;
}
.onroute_line_table tr td:last-child {
	width: 3%;
}
@media screen and (max-width: 1199px)
{
	.onroute_line_table tr td:first-child p {
		transform: translate(40px,8px) !important;
	}
}
@media screen and (max-width: 650px)
{
	.onroute_line_table tr td:first-child p {
		transform: translate(20px,8px) !important;
	}
}
	

.fb_login {
	background-color: #3b5998;
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    line-height: 36px;
    font-size: 18px;
    margin: 10px auto;
    border: none;
}
.fb_login:hover {
	background-color: #2f4c8a;
}
.line_login {
	background-color: #00b900;
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    line-height: 36px;
    font-size: 18px;
    margin: 10px auto;
    border: none;
}
.line_login:hover {
	background-color: #05a605;
}
.google_login {
	background-color: #dd4b39;
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    line-height: 36px;
    font-size: 18px;
    margin: 10px auto;
    border: none;
}
.google_login:hover {
	background-color: #c33b2a;
}
.email_login {
	background-color: #777;
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    line-height: 36px;
    font-size: 18px;
    margin: 10px auto;
    border: none;
}
.email_login:hover {
	background-color: #999;
}
.taipeipass_login {
    background-color: #2dafc3;
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    line-height: 36px;
    font-size: 18px;
    margin: 10px auto;
    border: none;
}
.taipeipass_login:hover {
	background-color: #1b96a9;
}
.isso_login {
    /* background-color: #fecd26; */
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 15px;
    line-height: 36px;
    font-size: 18px;
    margin: 10px auto;
    border: none;
	background-color: #fff;
    box-shadow: 2px 2px 16px rgb(0,0,0,.5);
}
.isso_login:hover {
	/* background-color: #f2c11d; */
	background-color: #fefefe;
    box-shadow: 2px 2px 10px rgb(0,0,0,.2);
}

.fb_login img,
.line_login img,
.google_login img,
.email_login img,
.taipeipass_login img,
.isso_login img {
	width: 36px;
    float: left;
}
.email_login img {
	padding: 6px;
}
.taipeipass_login img,
.isso_login img {
	padding: 8px;
	transform: translateY(2px);
}
.forget_link {
	color: #3a3a3a;
    float: right;
    transform: translateY(-15px);
}

.email_register {
	border:1px solid #555555;
	background-color: #fff;
    width: 100%;
    padding: 5px;
    color: #555;
    border-radius: 15px;
    line-height: 36px;
    font-size: 18px;
    margin: 10px auto;
}

.favorite_box {
 	float: inherit;
    margin: auto;
    padding: 0;
}
.favorite_box div {
	float: inherit;
    margin: auto;
    padding: 0;
}
.favorite_box .favorite_item {
	margin: 30px auto;
    width: 100%;
    max-width: 500px;
    padding: 0;
}
.favorite_box .favorite_item table {
	width: 100%;
}
.favorite_box .favorite_item table tr {
	border-bottom: 1px solid #d8d8d8;
}
.favorite_box .favorite_item table tr td {
	padding: 15px 6px;
}
.favorite_box .favorite_item table tr td:first-child {
	color: #2b4d74;
}
.favorite_box .favorite_item table tr td:last-child {
	text-align: right;
}
.favorite_box .favorite_item table tr td:last-child a i {
	cursor: pointer;
	color: #dedcdc;
}
.favorite_box .favorite_item table tr td:last-child a.active i ,
.favorite_box .favorite_item table tr td:last-child a:hover i,
.favorite_box .favorite_item table tr td:last-child a:focus i {
	color: #a82323;
}

.create_box {
 	float: inherit;
    margin: auto;
}
.create_box > div {
	float: inherit;
    margin: auto;
    padding: 0px;
}
.create_box .item {
	margin: 30px auto;
    padding: 1px;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    background-color: #ccc;
}
.create_box .item table {
	width: 100%;
	max-width: 500px;
}
.create_box .item table tr {
	/*border: 1px solid #ccc;*/
}
.create_box .item table tr td {
	padding: 5px;
	background-color: #fff;
}
.create_box .item table tr td p {
	color: #363636;
	margin: 0;
	padding: 5px;
}
.create_box .item table tr:first-child td {
	color: #fff;
}
.create_box .item table tr:nth-child(4) td:first-child p {
	text-align: center;
}
.create_box .item table tr:first-child td img {
	width: 100px;
	margin: auto;
    display: block;
}
.create_box .item table tr:first-child td:first-child {
	border-top-left-radius: 10px;
}
.create_box .item table tr:first-child td:last-child {
	border-top-right-radius: 10px;
	text-align: right;
}
.create_box .item table tr:first-child td:last-child a {
	color: #fff;
}
.create_box .item table tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}
.create_box .item table tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}
.create_box .item table tr td:last-child p {
	text-align: right;
	padding-right: 10px;
}

@media screen and (max-width: 648px)
{
	.create_box .item table tr:first-child td:first-child {
		float: left;
		width: 100%;
		border-top-right-radius: 10px;
		background-color: #f1f1f1;
	}
	.create_box .item table tr:first-child td:last-child {
		border-top-right-radius: 0px;
	}
	.create_box .item table tr:first-child td {
		float: left;
		width: 30%;
	}
	.create_box .item table tr td:first-child {
		float: left;
		width: 30%;
	}
	.create_box .item table tr td:last-child {
		float: left;
		width: 70%;
	}
	.create_box .item table tr:nth-child(4) td {
		float: left;
		width: 100%;
	}
	.create_box .item table tr:nth-child(4) td p {
		text-align: center;
		color: #123f92;
	}
	.create_box .item table tr:nth-child(4) td:nth-child(3) p {
		transform: rotate(90deg);
		color: #363636;
		line-height: 0px;
	}
	.create_box .item table tr:nth-child(4) td:first-child {
		display: none;
	}
	.create_box .item table tr:nth-child(4) td:last-child {
		float: left;
		border-bottom-left-radius: 10px;
	}
	.create_box .item table tr:nth-child(4) td:nth-child(2) {
		float: left;
		border-top: 1px solid #f1f1f1;
	}
}
.create_box .single_table {
	width: 100%;
	max-width: 500px;
	margin: 30px auto;
}
.create_box .single_table tr td {
	border-bottom: 1px solid #d5d5d5;
	padding: 12px 5px;
}
.create_box .single_table tr td:first-child {
	text-align: right;
	width: 150px;
	vertical-align: baseline;
}
.member_table tr td {
	border-bottom: 1px solid #d8d8d8;
	padding: 10px 5px;
	cursor: pointer;
}
.member_table tr td:first-child {
	border-bottom: none;
}
.member_table tr td:first-child img {
	margin: auto;
    display: block;
}
.member_table tr td p {
	margin: 0px;
}
.member_table tr td p.main {
	color: #1a2022;
	font-weight: bold;
}
.member_table tr td p.tiptext {
	color: #c8c8c8;
    font-size: 12px;
}
.logout_btn {
	font-size: 16px;
    margin: 30px auto;
    display: block;
    border: none;
    background-color: #fff;
    color: #ff2400;
    outline: none;
    width: fit-content;
}
.logout_btn:hover {
    color: #ff2400;
}
.forget_btn {
	font-size: 12px;
    float: right;
    border: none;
    background-color: #fff;
    color: #3a3a3a;
    outline: none;
    text-decoration: underline;
}

.register_table {
	margin: 30px auto;
}
.register_table tr td {
	border-bottom: 1px solid #f5f5f5;
}
.register_table tr td:first-child {

}
.register_table tr:last-child td {
	border-bottom: none;
	padding-top: 30px;
}
.register_table tr td:first-child p {
	color: #555555;
	font-weight: bold;
	text-align:justify;
	text-justify:distribute-all-lines;
	text-align-last:justify;
	padding: 0px 15px;
    width: 88px;
    margin: 0;
}
.register_table tr td input {
	width: 100%;
    border: none;
    margin: 15px 10px;
    outline: none;
}
.register_table tr td input::placeholder {
	color: #bbb;
	font-size: 13px;
}
.register_btn {
	margin: 10px auto;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #555555;
    background-color: #fff;
    padding: 10px;
    color: #555555;
}

.memberedit_table tr td {
	/*border-bottom: 1px solid #d8d8d8;*/
	padding: 10px 5px;
	/*cursor: pointer;*/
}
.memberedit_table tr td:first-child {
	border-bottom: none;
	vertical-align: baseline;
	width: 50px;
}
.memberedit_table tr td:first-child img {
	margin: auto;
    display: block;
    transform: translateY(-4px);
}
.memberedit_table tr td p {
	margin: 0px;
	color: #1a2022;
	font-weight: bold;
}
.memberedit_table tr td input {
	width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    margin: 5px auto;
    padding: 5px;
    font-size: 14px;
    outline: none;
}
.memberedit_table tr td input:disabled {
	background-color: #fff;
	color: #555;
}
.memberedit_table tr td select {
	width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    margin: 5px auto;
    padding: 5px 0px;
    font-size: 14px;
    outline: none;
}
.memberedit_btn {
	margin: 30px auto;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #777777;
    background-color: #777777;
    padding: 10px;
    color: #fff;
}
#chooseFirst {
	margin-top: 20px;	
}
#chooseFirst .title {
    text-align: center;
    text-shadow: 2px 2px 5px #ababab;
    color: #444;
    font-family: Microsoft JhengHei;
}
#chooseFirst > div {
	margin: 30px auto 20px;
	display: block;
	float: initial;
}
#chooseFirst button {
	background-color: #3eb049;
	padding: 30px;
	border: none;
	border-radius: 20px;
	box-shadow: 2px 2px 10px #666;
}
#chooseFirst button:hover {
	box-shadow:none;
	background-color: #237c2c;
}