@charset "utf-8";
/* CSS Document */

/* == 共用區 ============================================================================= */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    text-size-adjust: none;
    font-size: 15px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

.sticky {
	position: fixed;
	top:0;
	width: 100%;
    height: 60px;
    z-index: 99;
}


/* == 桌機版優先 ============================================================================= */

/* == top == */

.movie{
	margin: 0 auto;
	width: 80%;
	max-width: 800px;
	height: auto;
	background: #cce198;
	padding: 30px 90px 30px 90px;
	margin-top: 40px;
	margin-bottom: 25px;
	border-radius: 25px;
	box-shadow: 0 0 10px rgba(0,0,0,1.00);
    border: 0.15em solid #40210F!important;
}


.triangle {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5%;
    top: 80%;
    z-index: 999;
    /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
    border-radius: 50%;
    background: #e60012;

}



.triangle a {
    width: 50px;
    height: 50px;
    margin: 10px 0;
    text-align: center;
    font-size: 0.8em;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    text-decoration:none;
}
.triangle a:hover{color:#FFFFFF;}


.head {
    width: 100%;
    height: 100%;
	padding-top: 50px ;
	padding-bottom: 50px;
    background-image: url(../images/head.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}



.head .t01 {
    width: 1000px;
    height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
    z-index: 10;
}

.head .t02 {
    width: 1000px;
    height: auto;
	text-align: center;
	margin: 0 auto;
	display: block;
    z-index: 10;
}

/*區塊按鈕*/
.btn_header {
    width: 100%;
    height: auto;
    background-color: #f08e92;
	margin: auto;
}

.btn_header ul {
    display: block;
    max-width: 1000px;
    height: 100px;
	margin: auto;
	position: relative;
	
}

.btn_header ul li {
    width: 280px;
    height: auto;
    float: left;
	display: block;
	text-align: center;
    padding: 1%;
    margin-left: 5%;
    margin-top: 2px;
}


.btn_header ul li:hover {
    transform: scale(1.2, 1.2);
}

/*區塊按鈕*/



.box{
	width: 1000px;
	height: auto;
	text-align:center;
    margin:auto;
}


.con01 {
    background-color: #fff6ba;
    padding-top: 50px;
    padding-bottom: 50px;
	
}

.con01 .box01{
	width: 1000px;
	height: auto;
	text-align: center;
	margin:auto;
}


.con02{
	width: 100%;
	height: 100%;
	background-image:url("../images/con02-bg.jpg");
	background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    padding-top: 55px;
}
.con2_btn04{
    width: 350px;
    height: 85px;
    margin-left:  33%;
    margin-bottom: 4%;
}

.box_h1{
    text-align:center;
    margin-bottom: 50px;
}
.clear { clear: both; }

.space_02 ul {
        display: block;
        max-width: 1000px;
        height: auto;
        margin: auto;
        position: relative;
}
.space_02 ul li {
    float:left;
    width: 414px;
    height: auto; 
    display: block;
    margin-left: 5%;
    margin-bottom: 38px;
}

.con2_btn06-1{
    position: absolute; 
    width: 240px;
    height: auto;
    margin-top:-95px;
    left: 128px;
}

.con2_btn07-1{
    position: absolute; 
    width: 240px;
    height: auto;
    margin-top:-95px;
    right: 164px;
}
.con03{
	width: 100%;
    height: 100%;
	background-image:url("../images/con03-bg.jpg");
	background-attachment: fixed;
	background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
    padding-top: 80px;  
    padding-bottom: 25px;
}

.con3_btn05{
    position: absolute; 
    margin-top: -188%;
    left: 33%;
}


.con03_2_img{
   
    margin-top: 30px;
    padding-bottom: 30px;
}


.con04_img{
    margin-bottom: 30px;
}

.social_part_h3{
    color:white;
}	



/*各班line連結*/
.btn01 {
    width: 100%;
    height: auto;
    padding-bottom: 2%;
    background-color: #00B9EF;
}

.btn01 ul {
    width: 900px;
    height: 280px;
    padding: 1%;
    margin: auto;
}

.btn01 ul li {
    width: 150px;
    height: auto;
    padding: 0%;
    float: left;
    margin-right: 15px;
    margin-left: 5px;
    background-color: #1D2088;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-bottom: 1%;
    display: inline-block;
}

.btn01 ul li:last-child,
.btn01 ul li:nth-child(17) {
    width: 400px;
}

.btn01 ul li:hover {
    background-color: #ddd;
}

h4 {
    display: block;
    font-size: 2em;
    color: #fff;
    width: 800px;
    height: auto;
    padding: 0.5%;
    margin: auto;
    margin-bottom: 1%;
    text-align: center;
	
}

.btn01 ul h2{
	font-family: '微軟正黑體';
}

.btn01 ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 1.6em;
    color: #fff;
	font-family: '微軟正黑體';
}

/*各班line連結 結束*/


/* == 公職王班址 == */
.footer {
    width: 100%;
    height: 150px;
    background-color: #1d2088;
}

.footer .box01 {
    margin: 0 auto;
    padding: 40px 0 0;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}

.footer .box01 .left {
    float: left;
    width: 230px;
}

.footer .box01 .right {
    float: right;
    width: 770px;
}

.footer .box01 .right ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.footer .box01 .right li a {
    float: left;
    display: block;
    padding: 0;
    margin: 0 20px 10px;
    width: 100px;
    height: 22px;
    font-size: 1.2em;
    text-decoration: none;
    color: #FFF;
}

/* == 手機版型區 ============================================================================= */
@media screen and (max-width:767px) {
    .box_h1{
        font-size: 1.2em;
        margin-bottom: 5%;
    }   
    .movie{
        max-width: 90%;
        padding: 4%;
        margin-top: 5%;
        margin-bottom: 3%;
    }

    .top {
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        right: 5%;
        top: 80%;
        z-index: 999;
        /*設定層級順序，數字越大，層級越高，可避免被蓋住*/
        border-radius: 50%;
        background: #FFFFFF;

    }


    .top h3 {
        margin: 12px 0;
        text-align: center;
        color: #2D438B;
        display: block;
    }

    .top a {
        width: 50px;
        height: 50px;
        margin: 6px 0;
        text-align: center;
        font-size: 1.2em;
        text-decoration: none;
        color: #2D438B;
        display: block;
    }

    .head {
        width: 100%;
        height: auto;
        background-size: cover;
        background-repeat: no-repeat;

    }
    
    
    
    .head .t01 {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        display: block;
        z-index: 10;
        margin-top: -9%;
    }
    
    .head .t02 {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        display: block;
        z-index: 10;
        margin-bottom: -10%;
    }



    .con01 .box01{
        width: 100%;
        height: auto;
        text-align: center;
        margin:auto;
        
    }
    
    .con01{
        padding-top: 2%;  
        padding-bottom: 1%;
    }
    
    .con02{
        width: 100%;
        height: 100%;
        background-image:url("../images/con02-bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 6%; 
    }
    .con03{
        padding-top: 6%; 
    }
    .con04{padding-top: 6%; 
    }
  
    .con2_btn04{
        width: 50%;
        height: auto;
        margin-left:  25%;
        margin-bottom: 4%;
    }
   
    .space_02 ul li {
        float:left;
        width: 59%;
        height: auto; 
        display: block;
        margin-left: 20%;
        margin-bottom: 2%;
    }
    
    .con2_btn06-1{
        position: absolute; 
        width: 35%;
        height: auto;
        margin-top:-53px;
        left: 118px; 
    }
    
    .con2_btn07-1{
        position: absolute; 
        width: 35%;
        height: auto;
        margin-top:-53px;
        left: 118px;
    }

	.con3_btn05{
        position: absolute; 
        margin-top: -244%;
        left: 3%;
        margin-left: 23%;
        width: 50%;
    }
	.phoneImg{
        width: 100%;
    }
	
    .btn_header{
        width: 100%;
        height: auto;
        background-color: #f08e92;
        margin: auto;
    }
    .btn_header ul {
        display: block;
        max-width: 1000px;
        height: 45px;
        margin: auto;
        position: relative;
        
    }
    .btn_header ul li {
        width: 33%;
        height: auto;
        float: left;
        display: block;
        text-align: center;
        padding: 1%;
        margin-left: 0.1%;
        margin-top: 0.2%;
    }
    


    /*各班line連結*/
    .btn01 {
        width: 100%;
        height: auto;
        padding: 2% 1.5% 6% 1.5%;
        background-color: #00b9ef;
    }

    .btn01 ul {
        width: 90%;
        height: 300px;
        padding: 1%;
        margin: auto;
    }

    .btn01 ul li {
        width: 30%;
        height: auto;
        padding: 0.5%;
        float: left;
        margin-right: 1.5%;
        margin-left: 1%;
        background-color: #1D2088;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-bottom: 3%;
        display: inline-block;
    }

    .btn01 ul li:last-child,
    .btn01 ul li:nth-child(17) {
        width: 44%;
    }

    .btn01 ul li:hover {
        background-color: #ddd;
    }

    h4 {
        display: block;
        font-size: 1.5em;
        color: #fff;
        width: 80%;
        height: auto;
        padding: 0.5%;
        margin: auto;
        margin-bottom: 1%;
        text-align: center;
    }

    .btn01 ul li a {
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 1.1em;
        color: #fff;
    }

    /*各班line連結 結束*/


    /* == 公職王班址 == */
    .footer {
        width: 100%;
        height: auto;
        /*桌機有寫高度，手機版須改為auto*/
        background-color: #1D2088;
        overflow: hidden;
    }

    .footer .box01 {
        margin: 0 auto;
        padding: 30px 0;
        width: 100%;
        overflow: hidden;
    }

    .footer .box01 .left {
        margin: 0 auto 15px auto;
        width: 100%;
        max-width: 230px;
        float: none;
    }

    .footer .box01 .right {
        width: 100%;
        float: none;
    }

    .footer .box01 .right ul {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 10%;
    }

    .footer .box01 .right li a {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0 0 10px 0;
        width: 30%;
        /*三欄可抓30%*/
        height: 22px;
        font-size: 1em;
        text-decoration: none;
        color: #FFF;
    }
}