@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'GenSenRounded';
	src:url(../webfonts/CJK/GenSenRounded-R.ttc);
    font-weight: normal;
    font-style: normal;
}


html,body,ul,li {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    /* overflow-x: unset !important; */
}

.content-container {
    width: 100%;
    /* display: block; */
    /* float: left; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f7f7da;
    font-family: 'GenSenRounded';
}
    .section-area {
        width: 100%;
        display: block;
        float: left;
    }
        .section-inner {
            width: 1366px;
            display: block;
            margin: 0 auto;
        }
            .section-inner img {
                width: 100%;
                height: auto;
            }

@media only screen and (max-width:1440px) {
    .section-inner {
        width: 90%;
    }
}





/*/////////////////////////////////////////////////////////*/
/*------- banner區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.bannerBg {
    background-color: #fff;
    margin: 0 auto;
    filter: drop-shadow(0 4px 9px rgb(0 0 0 / 30%));
}
/* 完成頁 */
.bannerBg.complete { 
    background-color: #fff;
    margin: 0 auto;
    filter: drop-shadow(0 4px 9px rgb(0 0 0 / 30%));
    margin: 0 0 15vh;
}
    .banner img {
        width: 100%;
        height: auto;
    }

    .bannerBg .textArea {
        padding: 70px;
        box-sizing: border-box;
    }
        .bannerBg .textArea .title {
            color: #4c5c5e;
            font-size: 36px;
            line-height: 60px;
            font-weight: 500;
            margin-bottom: 50px;
            font-weight: bold;
        }
        .bannerBg .textArea .text {
            color: #000;
            font-size: 23px;
            line-height: 40px;
            margin-bottom: 50px;
            text-align: justify;
        }

@media (max-width: 768px){
    .bannerBg .textArea {
        padding: 20px;
        box-sizing: border-box;
    }
        .bannerBg .textArea .title {
            font-size: 26px;
            line-height: 40px;
            margin-bottom: 14px;
        }
        .bannerBg .textArea .text {
            font-size: 16px;
            line-height: 26px;
            margin-bottom: 5px;
        }
}


/*/////////////////////////////////////////////////////////*/
/*------- 徵文產品區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.productBg{
    background-color: #fff;
    margin: 70px 0;
    filter: drop-shadow(0 4px 9px rgb(0 0 0 / 30%));
}
    .product_list {
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        flex-direction: row-reverse;
        width: 100%;
        box-sizing:border-box;
    }
    .product_list:nth-child(2n) {
        flex-direction: row;
    }
        .productBg .imgArea {
            width: 50%;
        }
        .productBg .textArea {
            width: 50%;
            padding: 40px 50px;
            box-sizing: border-box;
        }
            .productBg .textArea .title {
                color: #4c5c5e;
                font-size: 22px;
                line-height: 36px;
                font-weight: bold;
                margin-bottom: 30px;
            }
            .productBg .textArea .text {
                color: #000;
                font-size: 20px;
                line-height: 26px;
                text-align: justify;
            }

@media (max-width: 1366px){
    .productBg .textArea {
        padding: 30px;
    }
        .productBg .textArea .text {
            margin-bottom: 0px;
        }
}

@media (max-width: 1280px){
    .productBg .textArea {
        padding: 0 30px;
    }
        .productBg .textArea .title {
            font-size: 28px;
            line-height: 40px;
            margin-bottom: 20px;
        }
        .productBg .textArea .text {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 0;
        }
}

@media (max-width: 950px){
    .product_list {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
        .productBg .textArea {
            width: 100%;
            padding: 20px;
        }
            .productBg .textArea .title {
                font-size: 20px;
                line-height: 35px;
                margin-bottom: 10px;
            }
            .productBg .textArea .text {
                font-size: 16px;
                line-height: 26px;
                margin-bottom: 0px;
            }
        .productBg .imgArea {
            width: 100%;
            order: -1;
        }
}

/*/////////////////////////////////////////////////////////*/
/*------- 活動辦法&報名區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.bigTit {
    font-size: 55px;
    font-weight: bold;
    line-height: 105px;
    color: #1e1e1e;
    text-align: center;
    margin: 70px 0 20px;
}

.blockBg {
    background-color: #fff;
    margin: 0 0 70px;
    padding: 70px;
    filter: drop-shadow(0 4px 9px rgb(0 0 0 / 30%));
}
    .timeArea {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
        padding: 0 0 30px;
    }
        .time_list {
            display: inline-block;
        }
            .time_listIn {
                display: inline-block;
                vertical-align: top;
                text-align: center;
                box-sizing: border-box;
            }
                .timeArea .date {
                    color: #5b6834;
                    font-size: 22px;
                    line-height: 30px;
                    font-weight: bold;
                }
                .timeArea .date span {
                    color: #ba272d;
                    padding-left: 10px;
                }
                .timeArea .title {
                    min-width: 250px;
                    color: #000;
                    font-size: 26px;
                    line-height: 50px;
                    font-weight: normal;
                }
                .timeArea .bottom {
                    position: relative;
                    width: 27px;
                    height: 27px;
                    line-height: 27px;
                    border-radius: 50%;
                    background-color: #5b6834;
                    margin: 0 auto;
                }
                    .timeArea .bottom .num {
                        color: #fff;
                        margin: 0 auto;
                        position: relative;
                        font-size: 15px;
                        letter-spacing: .1em;
                        font-weight: 500;
                        text-align: center;
                    }
                    .timeArea .bottom .arrow {
                        display: inline-block;
                        width: 233px;
                        position: absolute;
                        right: -214px;
                        top: 0px;
			z-index: -1;
                    }
                    .sp {
                        display: none;
                    }

/* 最後一筆 */
.timeArea .time_list:last-of-type .time_listIn {
    padding-right: 0px;
}
.timeArea .time_list:last-of-type .arrow {
    display: none;
}

@media (max-width: 1366px){
    .timeArea .title {
        min-width: 220px;
        font-size: 22px;
        line-height: 50px;
    }
    .timeArea .date {
        font-size: 18px;
        line-height: 24px;
    }
    .timeArea .bottom .arrow {
        width: 210px;
        right: -185px;
    }
}

@media (max-width: 1280px){
    .timeArea .title {
        min-width: 190px;
        font-size: 22px;
        line-height: 50px;
    }
    .timeArea .date {
        font-size: 18px;
        line-height: 24px;
    }
    .timeArea .bottom .arrow {
        width: 175px;
        right: -160px;
    }
}


@media (max-width: 1160px){
    .titleArea:first-of-type {
        margin: 0px 0 20px;
        padding: 0 0 10px;
    }
    .timeArea {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
        .time_list {
            padding: 0 0 35px;
        }
            .timeArea .date {
                color: #5b6834;
                font-size: 18px;
                line-height: 30px;
                font-weight: bold;
            }
            .timeArea .title {
                min-width: 250px;
                color: #000;
                font-size: 22px;
                line-height: 40px;
                font-weight: normal;
            }
            .timeArea .bottom .arrow {
                display: inline-block;
                width: 15px;
                position: absolute;
                right: 7px;
                top: 35px;
            }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}



.titleArea {
    font-family: 'GenSenRounded';
    border-bottom: 1px solid #bababa;
    padding: 0 0 20px;
    margin: 60px 0 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.titleArea:first-of-type {
    margin: 0px 0 65px;
}
.titleArea.form {
    font-family: 'GenSenRounded';
    border-bottom: 1px solid #bababa;
    padding: 0 0 20px;
    margin: 45px 0 20px;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.titleArea.form:nth-of-type(1) {
    margin: 0px 0 20px;
}
    .titleArea .title {
        font-size: 30px;
        font-weight: bold;
        padding-right: 15px;
    }
    .titleArea .tag {
        font-size: 20px;
        color: #fff;
        background-color: #5b6834;
        padding: 8px 10px 5px;
        box-sizing: border-box;
        border-radius: 5px;
    }
    .titleArea .tag.orange {
        background-color: #ff4b1e;
    }


.block_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    padding: 5px 0px;
}
    .block_list .num {
        width: 27px;
        height: 27px;
        line-height: 27px;
        border-radius: 50%;
        background-color: #5b6834;
        color: #fff;
        text-align: center;
        margin: 10px 0 0;
    }
    .block_list .text {
        width: calc(100% - 27px);
        padding-left: 10px;
        color: #000;
        font-size: 26px;
        line-height: 50px;
        font-weight: normal;
        text-align: justify;
    }
    .block_list .text span {
        color: #ba272d;
        font-weight: bold;
    }


@media (max-width: 768px){
    .titleArea, .titleArea.form {
        display: block;
        text-align: center;
    }
        .titleArea .tag {
            display: inline-block;
        }
    .bigTit {
        font-size: 36px;
        line-height: 55px;
        margin: 70px 0 20px;
    }
    .blockBg {
        margin: 0 0 70px;
        padding: 20px;
    }
        .titleArea .title {
            font-size: 20px;
            font-weight: bold;
            padding: 0 0 10px 0;
        }
        .titleArea .tag {
            font-size: 12px;
        }

    .block_list {
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        padding: 0 0 15px;
    }
        .block_list .num {
            width: 20px;
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            margin: 4px 0 0;
        }
        .block_list .text {
            padding-left: 10px;
            color: #000;
            font-size: 16px;
            line-height: 30px;
        }
}

/*/////////////////////////////////////////////////////////*/
/*------- 表單區塊 --------*/
/*/////////////////////////////////////////////////////////*/

/*-------input reset--------------------------------------------------------*/
input, textarea, select {
	font-size: 26px;
	border: 1px solid #efefef;
    color: #a8a8a8;
}
::placeholder { /* CSS 3 標準 */
    color: #a8a8a8;
}
::-webkit-input-placeholder { /* Chrome, Safari */
    color: #a8a8a8;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #a8a8a8;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #a8a8a8;
    opacity: 1;
}

input[type="text"], .input, input[type="password"], .input, input[type="search"],select {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    height: 55px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 15px;
    box-sizing: border-box;
    color: #a8a8a8;
    font-size: 22px;
}
	input[type="text"]:focus, input[type="password"]:focus,select:focus {
		border: solid 1px #d5d5d5;
	}
	
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    width: 340px;
    font-size: 32px;
    margin: 0 10px;
    height: 80px;
    line-height: 80px;
    background: #85bf3f;
    color: #fff;
    border-radius: 50px;
    transition: 0.2s ease all;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
	}
	
	input[type="reset"] {
		background:#060f35;
	}
	
input[type="radio"], input[type="checkbox"] {
	margin:0px;
	padding:0px;
	outline:none;
	vertical-align: baseline;
	cursor:pointer;
}
textarea {
	margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
    line-height: 24px;
    width: 100%;
    resize: none;
    height: 215px;
    transition: 0.2s ease all;
    box-sizing: border-box;
    padding: 3px;
}
	textarea:focus {
		border: solid 1px #d5d5d5;
	}

.blockBg .textArea {
    padding: 25px 0;
    box-sizing: border-box;
}
    .blockBg .textArea .title {
        color: #4c5c5e;
        font-size: 36px;
        line-height: 60px;
        font-weight: 500;
        margin-bottom: 50px;
    }
    .blockBg .textArea .text {
        color: #000;
        font-size: 23px;
        line-height: 40px;
        margin-bottom: 50px;
        text-align: justify;
    }

.chooseArea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}
    .choose_list {
        width: 50%;
    }
        .choose_list label {
            cursor: pointer;
            text-align: left;
            font-size: 26px;
            line-height: 55px;
            color: #2b2b2b;
            font-weight: normal;
        }

.form_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    vertical-align: top;
    justify-content: space-between;
    align-content: flex-start;
}
    .form_list {
        box-sizing:border-box;
        font-size:15px;
        line-height:21px;
        width:100%;
    }
    .form_list.fLType2{
        width:49%;
    }
        .fL_tit {
            position: relative;
            text-align: left;
            font-size: 26px;
            line-height: 55px;
            color: #2b2b2b;
        }	
        .fL_info {
            padding:0px 0px 25px;
        }
            .fL_info select{
                width:100%;
            }

            .contact_area input, .contact_area select {
                background-color:#efefef;
                border-radius: 4px;
                color: #2b2b2b;
            }

            .contact_area textarea {
                background-color:#efefef;
                border-radius: 4px;
                color: #2b2b2b;
                padding: 15px;
                font-size: 22px;
            }

    /*必填icon*/
    .requirde_icon {
        display: inline-block;
        font-size: 26px;
        color: #ff4b1e;
        padding-left: 10px;
    }

    
@media (max-width: 1440px){
    .choose_list label {
        font-size: 18px;
        line-height: 36px;
    }
}
    

@media (max-width: 768px){
.form_area {
    width: 100%;
}
    .form_list.fLType2{
        width:100%;
    }

    input, textarea, select {
        font-size: 15px;
    }
    .fL_tit {
        font-size: 18px;
        line-height: 40px;
    }
    .requirde_icon {
        font-size: 18px;
        padding-left: 5px;
    }
    .fL_info {
        padding: 0px 0px 5px;
    }
    input[type="text"], .input, input[type="password"], .input, input[type="search"],select {
        height: 45px;
        font-size: 15px;
    }
    .contact_area textarea {
        font-size: 15px;
    }

    .choose_list {
        width: 100%;
    }
        .choose_list label {
            font-size: 14px;
            line-height: 25px;
        }
    input[type="button"], input[type="submit"], input[type="reset"] {
        width: 75%;
        font-size: 20px;
        margin: 0 10px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        border-radius: 50px;
    }
}

@media (max-width: 390px){
    .cBT_checkbox {
        display: block;
        padding: 5px 0px 0px 0px;
    }
    .receiving_record {
        padding:0px;
    }
    .choose_list label {
        font-size: 13px;
        line-height: 25px;
    }
}


/* 個資保護聲明 */
.privateArea {
    padding: 90px 65px 60px;
    box-sizing: border-box;
    border: solid 1px #939393;
    position: relative;
    margin: 90px 0 0;
    text-align: center;
}
    .privateArea .textArea {
        padding: 25px 0;
        box-sizing: border-box;
        
    }
        .privateArea .title {
            color: #4c5c5e;
            font-size: 36px;
            line-height: 60px;
            font-weight: 500;
            margin-bottom: 50px;
            text-align: center;
            position: absolute;
            top: -30px;
            right: 0;
            width: 100%;
        }
        .privateArea .title .in {
            background-color: #fff;
            display: inline-block;
            padding: 0 30px;
        }
        .privateArea .text {
            color: #000;
            font-size: 23px;
            line-height: 40px;
            margin-bottom: 50px;
            text-align: justify;
        }

/* 徵文條款 */
.privArea {
    margin: 30px 0;
    font-size: 24px;
    line-height: 44px;
    font-weight: normal;
    background-color: #dcbe5e;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    border-radius: 4px;
}

/* 按鈕 */
.btn_area {
    text-align: center;
    margin: 50px 0px 150px;
}

@media (max-width: 768px){
    .privateArea {
        padding: 35px 20px;
        margin: 20px 0 0;
    }
        .privateArea .title {
            font-size: 20px;
        }
        .privateArea .text {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 15px;
        }
    .privArea {
        width: 100%;
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 17px;
        padding: 10px 25px;
    }
}

@media (max-width: 390px){
    .privateArea {
        padding: 35px 20px;
        margin: 20px 0 0;
    }
        .privateArea .title {
            font-size: 20px;
        }
        .privateArea .text {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 15px;
        }
    .privArea {
        font-size: 12px;
        line-height: 17px;
    }
}

/* 驗證器 */
.final_robot_box {
    margin: auto;
    text-align: center;
}
    .g-recaptcha {
        text-align: center;
        display: inline-block;
    }




/*/////////////////////////////////////////////////////////*/
/*-------版腳+版權宣告--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
    background: #5c6635;
    padding: 40px 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.copyright {
    font-size: 30px;
    color:#fff;
}

@media (max-width: 768px){
.footer {
    padding: 25px 0;
}
    .copyright {
        font-size: 15px;
    }
}




/*/////////////////////////////////////////////////////////*/
/*-------名單公布--------*/
/*/////////////////////////////////////////////////////////*/

.awardArea {
    padding: 70px;
    box-sizing: border-box;
}
    .awardTit {
        color: #4c5c5e;
        font-size: 36px;
        line-height: 60px;
        margin-bottom: 30px;
        text-align: center;
    }
    .awardArea .awardTit:nth-of-type(even) {
        margin: 100px 0 50px;
    }
    .awardlist {
        margin: 0 0 40px;
    }
    .titleArea.award,.titleArea.award2 {
        margin: 0px 0 25px;
    }
        .titleArea.award .tag {
            background-color: #6be0f2;
        }
        .titleArea.award2 .tag {
            background-color: #ff4b1e;
        }
        .nameArea {
            display: flex;
            flex-direction: row;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            background-color: #efefef;
            border-radius: 4px;
            padding-left: 125px;
            margin: 0 0 15px;
        }
            .nameArea .title {
                color: #a8a8a8;
                font-size: 24px;
                line-height: 60px;
                min-width: 200px;
            }
            .nameArea .text {
                padding-left: 30px;
            }
                .nameArea .text a {
                    display: block;
                    text-decoration: none;
                    color: #2b2b2b;
                    font-size: 24px;
                    line-height: 60px;
                }
                .nameArea .text a:hover {
                    color: #5b6834;
                    transition: 0.2s ease all;
                }

@media (max-width: 950px){
    .awardArea {
        padding: 20px;
    }
        .awardTit {
            font-size: 26px;
            line-height: 50px;
            margin-bottom: 15px;
        }
        .awardArea .awardTit:nth-of-type(even) {
            margin: 45px 0 15px;
        }
        .titleArea.award, .titleArea.award2 {
            margin: 0px 0 15px;
            display: flex;
        }
            .titleArea.award .title, .titleArea.award2 .title {
                font-size: 20px;
                font-weight: bold;
                padding: 0 10px 0 0;
            }
        .nameArea {
            display: flex;
            flex-direction: row;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            padding-left: 0px;
            margin: 0 0 10px;
        }
            .nameArea .title {
                font-size: 13px;
                line-height: 32px;
                min-width: 95px;
                padding-left: 15px;
            }
            .nameArea .text {
                padding-left: 15px;
            }
                .nameArea .text a {
                    font-size: 13px;
                    line-height: 32px;
                }
}