/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}


/*上下區塊切換箭頭 directional**********************************************************************/

.toggle-circle {
	padding: 5px 8px;
	font-size: 22px;
	line-height:1.3333333;
	border-radius:10px;
    margin: 5px 5px 0 0;
	border-radius: 20px;
}

#directional-up {
    z-index: 2;
    position: fixed;
    bottom: 55px;
    right: 0;
}

#directional-down {
    z-index: 3;
    position: fixed;
    bottom: 5px;
    right: 0;
}


/* 主選單 topMenu **********************************************************************************************************/
.topMenu {
    background-color: #333;
    position: absolute;
    top: 0;
    z-index: 99999999;
    width: 100%;
	text-align: center;
    /*min-width: 1000px;*/
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
		border: 0px solid #FF0000;
}

    .topMenu .logo {
        margin-left: 40px;
        padding: 5px 0;
        display: inline-block;
        *display: inline;
        zoom: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .topMenu .nav {
		position: relative;
        display: inline-block;		
		margin: 5px auto;
			border: 0px solid #FFF000;
    }

        .topMenu .nav li {
            display: inline-block;
            *display: inline;
            zoom: 1;
            float:left;
			margin: 0 3px;
        }

            .topMenu .nav li a {
                color: #FFF;
                text-decoration: none;
                font-size: 14px;
                padding: 2px 10px;
                display:block;
            }

                .topMenu .nav li a:hover {
                    background-color: #990000;
                }

    .topMenu.fix {
        width: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
        zoom: 1;
    }

        .topMenu.fix .logo img {
            height: 25px;
        }

        .topMenu.fix .nav li a {
            padding: 2px 10px;
        }


/* Header *******************************************************************************************/

.header {


}


/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
	height: 250px;
    margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
		border-top: 1px solid #FFFFFF;
		border-top: 1px dashed #6699cc;
}

.service-item a {
	color:#FFFFFF;
	text-decoration: none;
}
.service-item a:hover {
	color:#ffcc33;
}



/* 活動詳情 activity **********************************************************************************************************/

.activity {
    padding: 50px 0;
	}

.activity-text {
    margin-bottom: 30px;
	text-align: left;
	padding: 0 15px 0 15px;
	}

.activity-text p {
    margin-bottom: 20px;
	font-family: Arial, Helvetica, "新細明體", sans-serif;
    font-size: 16px;
	line-height: 2;
    font-weight: 100;
	}

.activity-info {
	float: left;
	margin-bottom: 20px;
	border-collapse: separate;
	border-spacing: 10px;
	font-family: Arial, Helvetica, "新細明體", sans-serif;
    font-size: 16px;
	line-height: 1.5;
    font-weight: 100;
	color: #000000;
	text-align: left;
	border-left: 0px dashed #6699cc;
	}

.activity-info th {
	padding: 5px 10px;
    font-size: 12px;
	line-height: 1;
    font-weight: 100;
	color: #999999;
	text-align: center;
	background-color: #f8f8f8;
	border: 1px solid #efefef;
	border-radius: 10px;
	}

.activity-info td span {
    font-size: 16px;
	line-height: 1.5;
    font-weight: 100;
	}


.activity-info td i {
	padding-right: 20px;
	}
	
.a1 { background-color: #FFFFFF;}
.a2 { background-color: #dcf3f8;}
.a3 { background-color: #FFFFFF;}
.a4 { background-color: #e0f1e9;}
.a5 { background-color: #FFFFFF;}
.a6 { background-color: #f8f4e5;}
		

/*按鈕-------------------------------*/
.activity-btn {
	float: right;
	}
		
a.register {
	display: block;
	text-decoration: none;
	width: 190px;
	margin: 10px 20px 0 0;
	padding: 30px 0;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 30px;
	line-height: 1;
    font-weight: 700;
	text-align: center;
	color:#666666;
	background-color: #f9f9f9;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	border-right: 1px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	}
a.register:hover {
	color:#FFFFFF;
	background-color: #ffcc33;
	}

.register_phone {
	display: block;
	text-decoration: none;
	width: 190px;
	margin: 20px 20px 0 0;
	padding: 30px 0;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 30px;
	line-height: 1;
    font-weight: 700;
	text-align: center;
	color:#ff6b6b;
	background-color: #fff2f2;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	border-right: 1px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	}


a.goList {
	display: block;
	text-decoration: none;
	width: 190px;
	margin: 10px 20px 0 0;
	padding: 15px 0;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 16px;
	line-height: 1;
    font-weight: 100;
	text-align: center;
	color:#666666;
	background-color: #f9f9f9;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	border-right: 1px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	}
a.goList:hover {
	color:#FFFFFF;
	background-color: #ffcc33;
	}


/* 主辦單位 company **********************************************************************/

.company {
    padding: 50px 0;
}

.unit {
	clear: both;
    margin-bottom: 20px;
	text-align: center;
	overflow: auto;
		border: 0px solid #EBEBEB;
	}

.unit h3 {
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 20px;
	line-height: 0;
    font-weight: 700;
	text-align: center;
	}

.unit ul {
	width: 200px;
	list-style: none;
    margin: 10px auto;
		border: 0px solid #EBEBEB;
	}


.unit ul li {
	float: left;
	}

.unit ul li p {
	display: inline;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 16px;
	line-height: 1;
    font-weight: 100;
	}

.unit img.size_1 {
	width: 15%;
	}

.unit img.size_2 {
	width: 30%;
	}

.unit img.size_3 {
	width: 60%;
	}



/* 隱私權聲明 policy **********************************************************************************************************/

.policy {
    padding: 50px 0;
	background-color: #f0f0f0;
	}

.policy-text {
    margin-bottom: 30px;
	text-align: left;
	padding: 0 15px 0 15px;
	}

.policy-text p {
    margin-bottom: 20px;
	font-family: Arial, Helvetica, "新細明體", sans-serif;
    font-size: 16px;
	line-height: 1.5;
    font-weight: 100;
	}

.announce {
	clear: both;
    margin-bottom: 10px;
	text-align: center;
	overflow: auto;
		border: 0px solid #EBEBEB;
	}

.announce h3 {
    margin-bottom: 20px;
	padding-left: 15px;
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 20px;
	line-height: 1.5;
    font-weight: 700;
	text-align: left;
	}

.announce p {
	padding: 0 15px 0 15px;
	font-family: Arial, Helvetica, "新細明體", sans-serif;
    font-size: 16px;
	line-height: 1.5;
    font-weight: 100;
	text-align: left;
	}


.announce ol {
	padding: 0 15px 0 40px;
	list-style-type: decimal;
	font-family: Arial, Helvetica, "新細明體", sans-serif;
    font-size: 16px;
	line-height: 1.5;
    font-weight: 100;
	text-align: left;
		border: 0px solid #EBEBEB;
	}


.announce ol li {
	padding-bottom: 10px;
	}


/* Footer **********************************************************************************************************/

footer {
    padding: 50px 0 50px 0;
}

.copyright {
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 16px;
	line-height: 1.5;
    font-weight: 100;
	}


/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
/***************************************************************************************************************************************/
@media(max-width:768px) {
/* header */
.header {
    display: table;
    position: relative;
    width: 100%;
    height: 0;
	padding-bottom: 50%;
    background: url(../img/bg_mobile.gif) no-repeat right bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* 活動詳情 activity *******************************************/

.activity {
    padding: 20px 0;
	}

.activity-text {
    margin-bottom: 10px;
	}

.activity-text p {
    margin-bottom: 10px;
    font-size: 13px;
	line-height: 1.5;
	}

.activity-info {
	float: left;
	margin-bottom: 10px;
    font-size: 14px;
	line-height: 1.2;
	}
	
.activity-info th {
    font-size: 10px;
	line-height: 1;
	}

.activity-info td span {
    font-size: 14px;
	line-height: 1.2;
	}

/* Services * *******************************************/

.services {
    padding: 10px 0;
}

.service-item {
	height: 220px;
    margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
		border-top: 1px solid #FFFFFF;
		border-top: 1px dashed #6699cc;
}


/*主辦單位 ********************************************/
.unit h3 {
    font-size: 15px;
  	font-weight: 700;
	}

.unit ul li p {
    font-size: 13px;
	}
	
.unit img.size_1 {
	width: 40%;
	}

.unit img.size_2 {
	width: 80%;
	}

.unit img.size_3 {
	width: 90%;
	}
		

/*按鈕--------------------------------*/
.activity-btn {
	width: 100%;
	border: 0px solid #FF0000;
	}
	
a.register {
    font-size: 20px;
	width: 120px;
	padding: 20px 0;
	margin: 10px auto;
	text-align: center;
	}

.register_phone {
    font-size: 20px;
	width: 120px;
	padding: 20px 0;
	margin: 10px auto;
	text-align: center;
	}

a.goList {
	font-size: 14px;
	width: 120px;
	padding: 15px 0;
	margin: 10px auto;
	text-align: center;
	}


.policy-text p {
    font-size: 13px;
	line-height: 1.5;
	}

.announce h3 {
    font-size: 14px;
	line-height: 1.5;
  	font-weight: 700;
	}

.announce p {
    font-size: 12px;
	line-height: 1.5;
	}


.announce ol {
    font-size: 12px;
	line-height: 1.5;
	}


.copyright {
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 12px;
	line-height: 1.5;
    font-weight: 100;
	}

}







