@charset "utf-8";
@import url("reset.css");
*{box-sizing:border-box;}
html{
	-webkit-text-size-adjust:none;
}
body{
	font-size: 18px;
	font-family: Arial,Helvetica,"Microsoft JhengHei",Sans-Serif;
	color: #2b2b2b;
	background: #f8f6ed;	
	letter-spacing: 0.05em;
}
body.index{
	background: #f9fafa;
}
body.notice{
	position: relative;
}
body.notice:after{
	position: absolute;
	width: 100%;
	height: 50vh;
	top:0;
	left: 0;
	content: "";
	z-index: -2;
	background: url(../images/signUpBg2.jpg) no-repeat center/cover;
}
a {
	text-decoration: none;
	color: #FF6D46;
    -webkit-tap-highlight-color:rgba(128,128,128,0);
	-webkit-user-select: none;
	-o-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
}
a:hover{
	opacity: 0.85;
    -o-transition: all .15s linear;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
}
b{font-weight: normal}
i{font-style: normal;}
u{text-decoration: none;}
s{text-decoration: none;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
input {
    font-family: "Microsoft JhengHei";
}
input.mini{width:120px; }
input.short{width:180px; }
input.middle{width:225px;}
input.long{width:300px;}
input.longlong{width:450px;}
textarea{
	border: none;
	padding: 9px;
	font-size: 100%;
	font-family: "Microsoft JhengHei";
}
select{font-family: "Microsoft JhengHei";}
input[type="submit"] {
    cursor: pointer;
}
header {
    width: 100%;
    background: #46a938;
    overflow: hidden;
    padding: 21px 13%;
	
}
header a.logo{
	display: block;
	text-indent: -9999px;
	float: left;
	width: 408px;
	height: 44px;
	background: url(../images/signUp/logo.png) no-repeat center/contain;
}
header a.logo>h2{
    height: 100%;
}
header .btns{
	float: right;
    height: 44px;
}
header .btns a{
	line-height: 44px;
	color: #FFF;
    font-size: 95%;
}
header a.backToIndex{
	display: inline-block;
    position: relative;
}
header a.backToIndex:after{
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(255,255,255,0.5);
    bottom: 5px;
    left: 0;
}
header a.searchEvent{
    padding:9px 18px 9px 44px;
    border-radius: 6px;
    margin-left: 16px;
    background: #28811b url(../images/search_W.svg) no-repeat 15px center/23px;
}
footer {
	height: 56px;
	line-height: 56px;
	background: #46a938;
	color: #FFF;
	text-align: center;
	font-size: 95%;
}
.Wrapper{overflow: hidden;}
/*bannerRun*/
.bannerRun ul{}
.bannerRun ul li{}
.bannerRunBox{
	position: relative;
}
.bannerRunBox span{
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 37%;
	opacity: .4;
	-o-transition: all .20s linear;
	-webkit-transition: all .20s linear;
	-moz-transition: all .20s linear;
	transition: all .20s linear;
}

li.slick-center .bannerRunBox span{
	opacity: 1;
	-o-transition: all .20s linear;
	-webkit-transition: all .20s linear;
	-moz-transition: all .20s linear;
	transition: all .20s linear;
}
.bannerRunBox b{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    bottom: -122px;
    left: 0;
    width: 100%;
    padding: 24px 40px;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .20s linear;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
li.slick-center .bannerRunBox b{
    bottom: 0;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .20s linear;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;

}
.bannerRunBox h2{
    font-weight: normal;
    margin-bottom: 9px;
    letter-spacing: 0.05em;
}
.bannerRunBox i{
    opacity: 0.7;
    display: block;
    padding-left: 26px;
    background: url(../images/calendar.svg) no-repeat left center/20px;
}
.bannerRun .slick-prev ,.bannerRun .slick-next {
    z-index: 1;
    width: 26px;
    height: 75px;
	opacity: 0.5;
}
.bannerRun .slick-prev {left: 13%; background:#FFF url(../images/leftBtn.png) no-repeat center/9px !important;}
.bannerRun .slick-next {right:13%; margin-right: -1px; background:#FFF url(../images/rightBtn.png) no-repeat center/9px !important;}
.bannerRun .slick-prev:before,.bannerRun .slick-next:before {
    content: none;
}
.eventList{ padding: 50px 13% 100px 13%;min-height: 768px;}
.eventList ul{}
.eventList ul li {
    padding: 0 10px 20px 10px;
}
.eventBox{
	/*border: 1px solid #edeadc;*/
    background: #FFF;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.5);
}
.pic{position: relative;}
.pic span {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 58%;
}
.pic i{
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    background: #46a938;
    color: #FFF;
    padding: 5px 12px;
    font-size: 90%;
}
.info{
    display: block;
    background: #FFF;
    padding: 20px 25px;
    border-bottom: 1px solid #EEE;
}
.info h2{
    font-size: 105%;
    height: 50px;
	overflow : hidden;
	color: #252525;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-o-line-clamp: 3;
	-ms-line-clamp: 3;
	-webkit-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
}
.info b{
	color: #a6a6a6;
    font-size: 90%;
    padding-left: 24px;
    display: block;
    background:  url(../images/calendar_gray.svg) no-repeat 2px 2px/17px;
}
.info b u{
	display: block;
	position: relative;
	line-height:1.9em;
	left: -18px;
}
.eventBox a.apply {
    display: block;
    text-align: center;
    line-height: 58px;
    font-size: 110%;
    color: #EF270A;
}
.eventBox a.apply:before{
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/apply.svg) no-repeat;
    position: relative;
    top: 3px;
    left: -6px;
}
.eventBox a.apply.quit{
    cursor: no-drop;
    -webkit-filter: grayscale(100%);
    opacity: 0.5;
}
.bannerAll{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner{
	width: 74%;
/*	height: 0;
    padding-bottom: 29%;*/
    margin: 0 auto;
	height: calc(50vh - 91px);
}
.bannerAll>*:nth-child(1){
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1.1);
	-webkit-filter: blur(8px);
	opacity: 0.8;
}
.bannerAll>*:nth-child(2){
	position: relative;
	z-index: 2;
}
.bannerAll>*:nth-child(3){
	position: absolute;
	top: 0;
	right: 0;
	transform: scale(1.1);
	-webkit-filter: blur(8px);
	opacity: 0.8;
}
.content {
    /* border: 1px solid #edeadc;
    background: #FFF;*/
    margin: 0 13% 50px 13%;
    padding: 0 0 100px 0;
    min-height: calc(100vh - 145px);
}
.title {
	padding: 30px 42px 32px 42px;
    border: 1px solid #edeadc;
    background: #FFF;
    border-bottom: 1px solid #e7e7e7;
}
.title h1 {
    font-size: 180%;
    color: #35A925;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.title h2{
    display: inline-block;
    color: #FFF;
    background: #ff9600;
    padding: 5px 15px;
    font-size: 120%;
    vertical-align: middle;
    margin-top: 5px;
}
.title i {
	color: #EB65A1;
    display: block;
    margin-left: 3px;
    padding-left: 26px;
    background: url(../images/calendar_gray.svg) no-repeat left center/20px;
    margin-top: 9px;
}
.textArea{
    color: #474747;
    padding: 40px 42px 32px 42px;
    line-height: 1.9em;
    font-size: 95%;
    border: 1px solid #edeadc;
    background: #FFF;
    border-top: none;
	margin-bottom: 40px;
}
.textArea p{margin-bottom: 30px;}
.textArea img{width: 100%;margin: 30px auto;max-width: 900px;display: block;}
.content h3{
	font-size: 145%;
    margin-bottom: 58px;
    color: #35A925;
    position: relative;
}
.content h3:after{
    content: "";
    position: absolute;
    width: 200%;
    height: 1px;
    background: #E7E7E7;
    bottom: -28px;
    left: 50%;
    margin-left: -100%;
}
.echelon h3{
    margin-bottom: 28px;
}

/*梯次*/
.echelon{
	padding: 28px 42px 52px 42px;
    border: 1px solid #edeadc;
    background: #FFF;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
        margin-bottom: 40px;
}
.echelon table{
	width: 100%;
	position: relative;
}
.echelon table:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 2px;
    background: #E7E7E7;
    top: 66px;
    left: 50%;
    margin-left: -100%;
}
.echelon th{
	padding: 22px 9px;
	font-weight: bold;
    text-align: center;
    word-break: keep-all;
}
.echelon td{
	text-align: center;
	padding: 22px 9px;
	border-bottom: 1px dashed #D6D6D6;
}
.echelon td>*{
    vertical-align: middle;
}
.echelon tr>*:nth-child(2){
    max-width: 200px;
}
.signUpBtn{
    display: block;
    text-align: center;
    background: #46a938;
    color: #FFF;
    width: 105px;
    padding: 5px 5px 6px 5px;
    border-radius: 18px;
    font-size: 90%;
}
.echelon tbody td:nth-child(1){
	color: #EA260A;
}

@media screen and (max-width: 1024px) {
    .echelon table:after {
        display: none;
    }
    .echelon table thead {
        display: none;
    }
    .echelon table tbody > tr {
        display: block;
        border-bottom: 1px dashed #D6D6D6;
    }
    .echelon table tbody > tr td {
        width: 100%;
        display: block;
        padding: 15px 10px;
        text-align: left;
        border-bottom: none;
    }
    .echelon table tbody > tr td:nth-child(2) {
        max-width: none;
    }
    .echelon table tbody > tr td::before {
        content: attr(data-title);
    }
    .echelon table tbody > tr td:first-child::before,
    .echelon table tbody > tr td:last-child::before {
        display: none;
    }
}

/*聯絡人*/
.contact{
	color: #696969;
	padding: 28px 42px 42px 42px;
    border: 1px solid #edeadc;
    background: #FFF;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    margin-bottom: 40px;
}
.contact span{
	font-size: 110%;
	display: inline-block;
}
.contact .name{
	font-weight: bold;
	margin-right: 40px;
	padding-left: 3px;
}
.contact .phone{
	margin-right: 40px;
	padding-left: 35px;
	background: url(../images/phone.svg) no-repeat 2px center/20px;
}
.contact .mail{
	padding-left: 35px;
	background: url(../images/mail.svg) no-repeat 2px center/20px;
}

/*附件下載*/
.download{
	color: #696969;
	padding: 28px 42px 30px 42px;
    border: 1px solid #edeadc;
    background: #FFF;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    margin-bottom: 40px;
}
.fileAll{overflow: hidden;}
.fileAll li{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.fileAll li a{
    display: block;
    color: #FFF;
    padding: 9px 52px 9px 22px;
    background: #2B5796;
    border-radius: 40px;
    position: relative;
}
.fileAll li a:after{
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/FileExtIcon/doc.gif) no-repeat center/contain;
    right: 8px;
    top: 2px;
    border-radius: 50%;
}
.fileAll i{opacity: 0.7;}
.fileAll i:before{
	content: "(";
} 
.fileAll i:after{
	content: ")";
} 

.fileAll li a.pdf{background: #c11e07;}
.fileAll li a.pdf:after{background-image: url(../images/FileExtIcon/pdf.gif);}
.fileAll li a.doc{background: #2B5796;}
.fileAll li a.doc:after{background-image: url(../images/FileExtIcon/doc.gif);}
.fileAll li a.jpg{background: #009E96;}
.fileAll li a.jpg:after{background-image: url(../images/FileExtIcon/jpg.gif);}

/*個人資料*/
.personInfo{
	padding: 28px 42px 50px 42px;
    border: 1px solid #edeadc;
    background: #FFF;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
	margin-bottom: 40px;
	color: #585858;
}
.personInfo i{
	color: #ff2000;
}
.personInfo h3{
	margin-bottom: 36px;
}
.personInfo h3 span{
	display: inline-block;
    float: right;
    font-size: 60%;
    line-height: 36px;
    color: #696969;
}
.personInfo ul{
	font-size: 93%;
	margin-bottom: 40px;
}
.personInfo li{
    display: table;
    width: 100%;
    border-bottom: 1px dashed #D6D6D6;
    padding: 20px 0;
}
    .personInfo li > * {
        /*display: table-cell;*/
        vertical-align: middle;
    }
/* 2023 07 19 ↓*/
.personInfo li > div:nth-child(1){
    margin-bottom: 10px;
}
/* 2023 07 19 ↑*/

.personInfo li span:nth-child(1){
    width: 20%;
    padding-right: 10px;
}
.personInfo li span:nth-child(2){
    width: 80%;
}
.personInfo input[type="text"]{
    border: 1px solid #ededed;
    border-radius: 8px;
    color: #636262;
    background: #f8f8f8;
    font-size: 88%;
    padding: 8px 10px;
    height: 35px;
    margin-right:  10px;
    margin-bottom: 10px;
}
.personInfo b.note {
    color: #f2000b;
    font-size: 90%;
}
.personInfo li span u {
    margin-right: 12px;
}
/* 2023 07 19 ↓*/
.personInfo input[type="checkbox"] {
    margin-right: 8px;
}
/* 2023 07 19 ↑*/
.personInfo input[type="radio"] {
    margin-left: 3px;
    margin-right: 12px;
}
.personInfo textarea {
    width: 100% !important;
    height: 140px !important;
    max-width: 600px;
    color: #636262;
    font-size: 88%;
    padding: 8px 10px;
    border: 1px solid #ededed;
    border-radius: 8px;
    color: #636262;
    background: #f8f8f8;
    font-size: 88%;
}
.personInfo select{
    border: 1px solid #ededed;
    border-radius: 8px;
    color: #636262;
    background: #f8f8f8;
    font-size: 88%;
    padding: 6px 10px;
    height: 35px;
    margin-right: 12px;
    width:  auto;
}
.personInfo input[type="submit"] {
    border: none;
    display: inline-block;
    background: #EB65A1;
    border-radius: 50px;
    color: #FFF;
    padding: 0px 17px;
    font-size: 95%;
    height: 33px;
    vertical-align: middle;
}
.personInfo input[type="submit"]:hover{
    background: #d22a75;
}


.personInfo .verifyImg {
    height: 35px;
    border: 1px solid #d0d0d0;
    margin-right: 12px;
    border-radius: 4px;
    vertical-align: middle;
}
.allBtn{
	text-align: center;
}
.allBtn>*{
	display: inline-block;
	margin: 0 20px;
	text-align: center;
	color: #FFF;
	background: #46a938;
	border-radius: 50px;
	padding: 9px 10px;
	width: 150px;
}
.map {
    padding: 0;
    border: 1px solid #edeadc;
    background: #FFF;
    border-bottom: 1px solid #e7e7e7;
    overflow: hidden;
    margin-bottom: 40px;
    color: #585858;
    position: relative;
}
.map h3 {margin-bottom: 28px;
padding:28px 42px 0px 42px;}
.googleMap{
    position: relative;
}
.googleMap:before{
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 32%;
}
.googleMap iframe{
    position: absolute;
    width: 100%;
    height: 127%;
    left: 0;
    top: 0;
}
p.address {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    padding: 20px 46px;
}
p.address i{
    display: block;
    background: url(../images/location_w.svg) no-repeat left/contain;
    padding-left: 32px;
}
/*報名成功*/
.noticeBox {
    padding: 28px 42px 50px 42px;
    border: 1px solid #edeadc;
    background: #FFF;
    border-bottom: 1px solid #e7e7e7;
    color: #585858;
    position: relative;
    max-width: 1000px;
    margin: 238px auto 20px auto;    
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.2);
}
.noticeBox .title{
    position: absolute;
    background: #ff9600;
    height: 110px;
    width: 100%;
    top: -110px;
    left: 0;
    text-align: center;
}
.noticeBox h2{
    color: #FFF;
    text-align: center;
    font-size: 190%;
    display: inline-block;
    margin-top: 0;
    padding: 0;
    position: relative;
}
.noticeBox h2:before{
	content: "";
    position: absolute;
    height: 1px;
    width: 205px;
    top: 23px;
    left: -245px;
    background: #FFF;
}
.noticeBox h2:after{
	content: "";
    position: absolute;
    height: 1px;
    width: 205px;
    top: 23px;
    right: -245px;
    background: #FFF;
}
.success .number{
    width: 595px;
    height: 180px;
    background: url(../images/ticket.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 30px auto 25px auto;
    position: relative;
}

.success .number>*{
	display: inline-block;
    padding: 0px 10px;
    color: #f1d9bc;
    font-size: 160%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.success .number b{
    width: 25%;
    left: 13%;
}
.success .number span {
    width: 60%;
    left: 40%;
    word-wrap: break-word;
}

@media screen and (max-width: 960px) {
    .success .number{
        width: 100%;
        height: 0px;
        padding-bottom: 30%;
        position: relative;
    }

    .success .number>*{
        height: auto;
        font-size: 100%;
        box-sizing: border-box;
    }
}

.textAll {
    margin-bottom: 50px;
    padding-top: 18px;
    font-size: 95%;
    line-height: 1.8em;
}

.noticeBox .personInfo{
	padding: 28px 42px 20px 42px;
    margin-bottom: 10px;
    border: none;
}
.noticeBox.result{
	margin-top: 180px;
}
@media screen and (max-width: 1440px) {
	.content{
		margin: 0 8% 50px 8%;
	}
	.banner {
        width: 84%;
	}
	header {
        padding: 21px 8%;
	}
	.eventList {
        padding: 50px 8% 100px 8%;
	}
	.personInfo select{
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
	.fileAll li{float:none;margin-right: 0;}
	.fileAll li a{border-radius:0px;}
	.personInfo li span{
		width:100% !important;
		margin-bottom: 10px;
		margin-top: 10px;
		/* display: block !important; */
	}
}
@media screen and (max-width: 769px) {
    .title, .textArea, .contact, .download, .map, .personInfo{
        padding:30px 5% 32px 5%; 
    }
    .content{
        margin: 0;
        padding: 0;
    }
    .eventList {
        padding: 20px 10px;
        min-height: 884px;
    }
    .eventList ul li {
        width: 50%;
    }
    header {
        padding: 21px 5% 21px 5%;
    }
    header a.logo {
        width: 100%;
    }
    header a.backToIndex{
        display: none;
    }
    header a.searchEvent{
        padding: 9px 18px 9px 18px;
        background:#198192 ; 
    }
    footer {
        height: auto;
        line-height: 20px;
        padding: 17px;
        font-size: 90%;
    }
    .noticeBox {
        margin: 109px auto 0 auto;
        padding: 4px 5% 50px 5%;
    }
    .content {
        min-height: calc(100vh - 274px);
    }
    /*內頁*/
    .banner {
        width: 88%;
        height: calc(50vh - 182px);
    }
    .textArea{
        margin-bottom: -2px;
    }
    .echelon{
        margin-bottom: -2px;
        border-top: 0;
    }
    .echelon table:after,.content h3:after{
        display:none;
    }
    .echelon thead{
        border-bottom: 2px solid #edeadc;
    }
    .contact,.download,.map{
        margin-bottom: -2px;
        border-top: 0;    
        padding-bottom: 30px;
        border: none;
    }
    .content h3 {
        margin-bottom: 28px;
    }
    .personInfo h3 {
        margin-bottom: 10px;
    }
    .personInfo {
        padding-top: 56px;
        margin-bottom: 0;
    }
    .map h3 {
        margin-bottom: 28px;
        padding: 0;
    }
    p.address {
        width: calc(100% - 10%);
        padding: 10px;
    }
    p.address i {
        background: none;
        padding-left:0;
    }
    .personInfo li span:nth-child(1) {
        width: 23%;
    }
    .personInfo b.note {
        display: block;
    }
    .noticeBox.result {
        margin-top: 100px;
    }
    header a.searchEvent{
        padding: 13px 15px;
        background: rgba(0, 0, 0, 0.38);
        position: fixed;
        width: 49px;
        height: 155px;
        bottom: 80px;
        right: 0;
        text-align: center;
        line-height: 1.3em;
        z-index: 9999;
        border-radius: 6px 0 0 6px;
    }
    .noticeBox .title {
        border: none;
        background: #fff;
    }
    .noticeBox h2 {
        color: #ff9600;
        background: #fff;
    }
    .noticeBox h2:before,.noticeBox h2:after{
        background:#ff9600;
    }
    .textAll {
        margin-top: -37px;
        z-index: 2;
        position: relative;
    }
}
@media screen and (max-width: 481px) {
    
    .eventList ul li {
        width: 100%;
    }
    .banner {
        width: 100%;
        height: calc(61vh - 182px);
    }
    .googleMap:before {
        padding-bottom: 62%;
    }  
    .personInfo li>* {
        display: block;
        width: 100% !important;
        margin-bottom: 9px;
    }
    .title h1 {
        font-size: 160%;
    }
    .title h2 {
        font-size: 88%;
        margin-top: 8px;
    }
    .noticeBox  h2 {
        font-size: 160%;
    }
    .title i{
        font-size: 90%;
    }
    input.mini,
    input.short,
    input.middle,
    input.long,
    .personInfo input[type="text"],
    input.longlong{width:100%;    margin-bottom: 9px;}
    .noticeBox .personInfo {
        padding: 0;
    }
    span.name {
        display: block;
        margin-bottom: 7px;
        font-size: 120%;
    }
    .content h3 {
        margin-bottom: 20px;
    }
    span#lblMsg{
        display: block;
    }
    img#img_vcode {
    margin-bottom: 10px;
}
}