@charset "utf-8";
/* CSS Document */


@font-face {
    font-family: 'GenSenRounded-R';
	src:url(../webfonts/CJK/GenSenRounded-R.ttc);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GenSenRounded-M';
	src:url(../webfonts/CJK/GenSenRounded-M.ttc);
    font-weight: bold;
    font-style: bold;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;700&display=swap');


body {
    background-color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
}

.content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffffff;
}
    .section-area {
        width: 100%;
        display: block;
        position: relative;
    }
        .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: 86%;
    }
}

@media only screen and (max-width:425px) {
    .section-inner {
        width: 92%;
    }
}






/*/////////////////////////////////////////////////////////*/
/*------- 共用區塊 --------*/
/*/////////////////////////////////////////////////////////*/

/* 大標 */
.titleBg {
    display: block;
    position: relative;
}
    .titleBg .en {
        font-size: 17px;
        font-weight: 100;
        color: #8d9550;
        letter-spacing: 10px;
        text-transform: uppercase;
    }
    .titleBg .en:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 20%;
        left: calc(50% - 14px);
        width: 14px;
        height: 2px;
        background-color: #8d9550;
    }
    .titleBg .ch {
        font-size: 60px;
        font-weight: 300;
        color: #000000;
        letter-spacing: 2px;
        padding: 40px 0 100px;
    }

@media (max-width: 768px){
    .titleBg .en {
        font-size: 12px;
    }
    .titleBg .en:after {
        top: 22%;
    }
    .titleBg .ch {
        font-size: 40px;
        padding: 20px 0 40px;
    }
}

/* 左右裝飾英文 */
.enText {
    writing-mode: tb-rl;
    font-size: 230px;
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    z-index: 0;
}
.enText.right {
    color: #f2f0eb;
    position: absolute;
    right: -6%;
    top: 10%;
}
.enText.left {
    color: #fff;
    left: -4%;
    top: 10%;
}

@media (max-width: 1366px){
    .enText {
        font-size: 120px;
    }
    .enText.right {
        right: -4%;
    }
}

@media (max-width: 1365px){
    .enText {
        display: none;
    }
}






/*/////////////////////////////////////////////////////////*/
/*------- banner區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.banner_bg img {
    width: 100%;
    height: auto;
}




/*/////////////////////////////////////////////////////////*/
/*------- section0 名單公布區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section0_bg {
    background-color: #f2f0eb;
    padding: 13vh 0;
    text-align: center;
    position: relative;
}

.awardArea {
    box-sizing: border-box;
    padding: 0 0 120px;
    z-index: 1;
    position: relative;
}
    .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: #9f7c52;
        }
        .titleArea.award2 .tag {
            background-color: #bec86d;
        }
        .nameArea {
            display: flex;
            flex-direction: row;
            align-content: center;
            align-items: center;
            justify-content: flex-start;
            background-color: #ffffff;
            border-radius: 100px;
            border: 1px solid #262626;
            margin: 0 0 15px;
            padding: 22px 0;
        }
            .topArea {
                display: flex;
                color: #8d9550;
                font-size: 24px;
                line-height: 45px;
                font-weight: bold;
                padding: 0 0 10px;
            }
                .topArea .num {
                    padding-right: 27px;
                }
                .topArea .name {
                }
            .nameArea .title {
                color: #000000;
                font-size: 20px;
                font-weight: 400;
                line-height: 34px;
                min-width: 200px;
            }
            .nameArea .text {
                padding-left: 30px;
                display: contents;
            }
                .nameArea .text span {
                    color: #8d9550;
                    padding-left: 8px;
                }
                .nameArea .text a {
                    display: contents;
                    text-decoration: none;
                    color: #2b2b2b;
                    font-size: 20px;
                    line-height: 34px;
                    font-weight: 400;
                    /* padding: 22px 0; */
                }
                .nameArea .text a:hover {
                    color: #8d9550;
                    transition: 0.2s ease all;
                }

@media (max-width: 950px){
        .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;
                padding-left: 15px;
                min-width: 130px;
            }
            .nameArea .text {
                /* padding-left: 15px; */
                padding-left: 0;
                display: flex;
                align-items: center;
            }
                .nameArea .text span {
                    padding-left: 2px;
                    font-size: 16px;
                }
                .nameArea .text a {
                    font-size: 13px;
                    line-height: 32px;
                }
}

@media (max-width: 640px){
    .topArea {
        justify-content: center;
    }
    .nameArea {
        flex-direction: column;
        padding: 10px 0;
    }
        .nameArea .title {
            font-size: 16px;
            line-height: 32px;
            /* padding-left: 15px; */
            padding-left: 0;
            min-width: 100px;
        }
}



/*/////////////////////////////////////////////////////////*/
/*------- section1 上方編輯器區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section1_bg {
    position: relative;
}
.section1_bg.complete  {
    background-color: #f2f0eb;
    margin: 0 auto;
}

.section1_bg.complete .textArea .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    color: #000;
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0;
}

.section1_bg .textArea {
    text-align: center;
    padding: 13vh 0;
    z-index: 1;
    position: relative;
}
    .titleBox {
        color: #000;
        font-size: 42px;
        line-height: 48px;
        font-weight: bold;
        text-align: left;
        letter-spacing: 3px;
    }

    .section1_bg .textArea .text {
        color: #000;
        font-size: 27px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 48px;
        margin-bottom: 50px;
        text-align: justify;
        padding: 60px 0 0;
    }

@media (max-width: 1366px){
    .titleBox {
        font-size: 36px;
        line-height: 48px;
    }
    .section1_bg .textArea .text {
        font-size: 22px;
        line-height: 40px;
    }
}

@media (max-width: 1024px){
    .titleBox {
        font-size: 22px;
        line-height: 50px;
    }
    .section1_bg .textArea .text {
        font-size: 18px;
        line-height: 30px;
    }
        .section1_bg .textArea .left {
            padding-right: 20px;
        }
        .tag_list {
            font-size: 15px;
            padding: 1rem;
        }
}


@media (max-width: 768px){
.content-container.complete {
    background-color: #f4f3e6;
}
    .section1_bg .textArea {
        padding: 8vh 0;
    }
    .section1_bg.complete .textArea {
        margin: 5vh 0;
    }
    .titleBox {
        font-size: 16px;
        line-height: 36px;
    }
    .section1_bg .textArea .text, .section1_bg.complete .textArea .text {
        font-size: 16px;
        line-height: 27px;
        display: block;
        padding: 15px 0 0;
    }
}

@media (max-width: 640px){
    .section1_bg .textArea {
        padding: 8vh 0;
    }
}







/*/////////////////////////////////////////////////////////*/
/*------- section2 產品區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section2_bg {
    background-color: #f2f0eb;
    padding: 13vh 0;
    text-align: center;
    position: relative;
}
    /* 產品 */
    .productBg{
    }
        .product_list {
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            align-content: space-between;
            width: 100%;
            box-sizing: border-box;
            padding: 0 0 120px;
        }
        .product_list:nth-child(2n) {
            flex-direction: row;
        }
            .productBg .imgArea {
                box-sizing: border-box;
                z-index: 98;
                padding-right: 70px;
                max-width: 55%;
            }
            .productBg .textArea {
                box-sizing: border-box;
                text-align: left;
                z-index: 99;
                width: 50%;
            }
                .productBg .textArea .title {
                    color: #8d9550;
                    font-size: 32px;
                    line-height: 50px;
                    margin-bottom: 30px;
                    font-weight: bold;
                    padding: 0 0 30px;
                }
                .productBg .textArea .line {
                    color: #8d9550;
                    width: 140%;
                    border: 1px solid #8d9550;
                    z-index: 999;
                    margin: 0 0 60px -40%;
                }
                .productBg .textArea .num {
                    color: #8d9550;
                    font-size: 22px;
                    line-height: 35px;
                    margin-bottom: 10px;
                    font-weight: 400;
                    border: 2px solid #8d9550;
                    border-radius: 30px;
                    display: inline-block;
                    padding: 5px 15px;
                }
                .productBg .textArea .num span {
                    padding-left: 10px;
                }
                .productBg .textArea .text {
                    color: #000;
                    font-size: 24px;
                    line-height: 40px;
                    font-weight: 300;
                    letter-spacing: 1.5px;
                    text-align: justify;
                }
    .product_list:nth-child(2n) .textArea {
        padding-left: 0;
        padding-right: 65px;
    }
    .product_list:nth-child(2n) .line {
        margin-right: -20%;
        margin: 0 -20% 60px 0;
    }
    .product_list:nth-child(2n) .imgArea {
        padding-right: 0px;
        padding-left: 70px;
    }

@media (max-width: 1366px){
    .product_list {
        padding: 0 0 60px;
    }
        .productBg .imgArea {
            padding-right: 50px;
        }
        .product_list:nth-child(2n) .imgArea {
            padding-left: 0;
        }
            .productBg .textArea .title {
                font-size: 25px;
                line-height: 40px;
                margin-bottom: 20px;
                padding: 0 0 20px;
            }
            .productBg .textArea .num {
                font-size: 18px;
                line-height: 28px;
            }
            .productBg .textArea .line {
                margin: 0 0 40px -40%;
            }
            .product_list:nth-child(2n) .line {
                margin: 0 -20% 40px 0;
            }
            .productBg .textArea .text {
                font-size: 20px;
                line-height: 34px;
            }
}

@media (max-width: 1024px){
.section2_bg {
    padding: 8vh 0;
}
        .productBg .textArea, .product_list:nth-child(2n) .textArea {
            padding-left: 20px;
        }
            .productBg .textArea .title {
                font-size: 24px;
                line-height: 32px;
                margin-bottom: 20px;
                padding: 0 0 20px;
            }
            .productBg .textArea .text {
                font-size: 18px;
                line-height: 28px;
                min-width: unset;
            }
        .productBg .imgArea {
            padding: 10px;
        }
}

@media (max-width: 950px){
        .productBg {
            margin: 0;
        }
            .productBg .textArea, .product_list:nth-child(2n) .textArea {
                padding: 0 0 25px;
                width: 100%;
            }
            .product_list {
                display: block;
                padding: 0 0 100px;
            }
            .productBg .imgArea {
                width: 100%;
                padding: 0;
                max-width: 100%;
            }
                .productBg .textArea .title {
                    font-size: 18px;
                    padding: 0;
                    line-height: 30px;
                    margin-bottom: 20px;
                }
                .productBg .textArea .text {
                    font-size: 16px;
                    line-height: 26px;
                }
                .productBg .textArea .num {
                    font-size: 14px;
                    line-height: 22px;
                }
                .productBg .textArea .line {
                    margin: 0 0 25px 0;
                    width: 100%;
                }
                .product_list:nth-child(2n) .line {
                    margin: 0 0 25px 0;
                    width: 100%;
                }
}

@media (max-width: 640px){
    .section2_bg {
        padding: 8vh 0;
    }
}





/*/////////////////////////////////////////////////////////*/
/*------- section3 活動辦法&報名區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section3_bg {
    background-color: #ffffff;
    padding: 13vh 0;
    text-align: center;
    position: relative;
}
    .blockBg {
        margin: 0 0 70px;
        position: relative;
        z-index: 0;
    }
        .flexArea {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-items: center;
        }
            .timeArea {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                align-content: center;
                box-sizing: border-box;
                text-align: left;
            }
                .time_list {
                    display: flex;
                    flex-direction: row;
                    align-content: center;
                    align-items: center;
                    justify-content: space-evenly;
                    padding: 10px 0;
                    flex-wrap: nowrap;
                }
                    .timeArea .step {
                        color: #ffffff;
                        font-size: 18px;
                        line-height: 32px;
                        font-weight: bold;
                        text-align: center;

                        position: relative;
                        width: 32px;
                        height: 32px;
                        line-height: 32px;
                        border-radius: 50%;
                        background-color: #bf956d;
                        margin: 0 auto;
                    }
                    .timeArea .title {
                        color: #8d9550;
                        font-size: 33px;
                        line-height: 48px;
                        padding: 0 0 0 25px;
                        font-weight: normal;
                    }
                    .timeArea .text {
                        color: #000000;
                        font-weight: 400;
                        font-size: 21px;
                        line-height: 40px;
                    }


@media (max-width: 1024px){
    .flexArea {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
        .timeArea .step {
            font-size: 12px;
            line-height: 32px;
            width: 32px;
            height: 32px;
            line-height: 32px;
        }
        .timeArea .title {
            font-size: 26px;
            line-height: 48px;
        }
        .timeArea .text {
            font-size: 16px;
            line-height: 40px;
        }
    .flexArea .imgArea {
        display: none;
    }
}

@media (max-width: 768px){
    .section3_bg {
        padding: 8vh 0;
    }
        .flexArea {
            flex-direction: column;
            align-items: flex-start
        }
}

@media (max-width: 425px){
    .timeArea .step {
        font-size: 12px;
        line-height: 32px;
        width: 26px;
        height: 26px;
        line-height: 26px;
    }
    .timeArea .title {
        font-size: 17px;
        line-height: 36px;
        padding: 0 0 0 10px;
    }
    .timeArea .text {
        font-size: 14px;
        line-height: 36px;
    }
}



.titleArea {
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 20px 0;
    width: 470px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 90px auto 110px;
}
.blockBg .titleArea:first-of-type {
    margin: 0 auto 70px;
}
.section4_bg .titleArea {
    border: 1px solid #8d9550;
}
    .titleArea .title {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 5px;
    }
    .section4_bg .titleArea .title {
        color: #8d9550;
    }
    .titleArea .tag {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }
    .section4_bg .titleArea .tag {
        color: #848484;
    }


.block_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
    text-align: left;
}
    .block_list .num {
        width: 27px;
        height: 27px;
        line-height: 27px;
        border-radius: 50%;
        background-color: #5b6834;
        color: #fff;
        text-align: center;
    }
    .block_list .text {
        display: flex;
        flex-direction: row;
        color: #fff;
        font-size: 24px;
        line-height: 50px;
        font-weight: 300;
        text-align: justify;
    }
    .block_list .text .in {
        padding-left: 5px;
    }
    .block_list .text span {
        color: #ba272d;
        font-weight: bold;
    }

.section3_1bg {
    background-color: #8d9550;
    padding: 13vh 0;
}
    .section3_1bg .titleArea {
        border: 1px solid #fff;
        margin: 0 auto 60px;
    }
        .section3_1bg .titleArea .title {
            color: #fff;
        }

    .section3_1_bg .titleArea {
        border: 1px solid #fff;
        margin: 50px auto;
    }
        .section3_1_bg .titleArea .title {
            color: #fff;
        }
            .section3_1_bg  .block_list .text {
                display: flex;
                flex-direction: row;
                color: #fff;
            }

.section3_2bg {
    background-color: #3a3933;
    padding: 13vh 0;
}
    .section3_2bg .titleArea {
        border: 1px solid #fff;
        margin: 0 auto 60px;
    }
        .section3_2bg .titleArea .title {
            color: #fff;
        }

    .section3_2bg .titleArea {
        border: 1px solid #fff;
        margin: 50px auto;
    }
        .section3_2bg .titleArea .title {
            color: #fff;
        }
            .section3_2bg  .block_list .text {
                display: flex;
                flex-direction: row;
                color: #fff;
            }


@media (max-width: 768px){
    .titleArea, .titleArea.form {
        display: block;
        text-align: center;
    }
        .titleArea .tag {
            display: inline-block;
        }
    .bigTit {
        font-size: 30px;
        line-height: 30px;
        margin: 10px 0 30px;
    }
        .bigTit span {
            font-size: 18px;
            line-height: 36px;
        }
    .blockBg {
        margin: 0;
    }
        .titleArea .title {
            font-size: 18px;
        }
        .titleArea .tag {
            font-size: 12px;
        }

    .block_list {
        padding: 0 0 15px;
    }
        .block_list .text {
            font-size: 16px;
            line-height: 30px;
        }
}

@media (max-width: 640px){
    .titleArea {
        width: 100%;
        padding: 12px 0;
        margin: 0 auto 30px;
    }
    .blockBg .titleArea:first-of-type {
        margin: 0 auto 30px;
    }
}






/*/////////////////////////////////////////////////////////*/
/*------- section4 表單區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section4_bg {
    background-color: #f1f0eb;
    padding: 13vh 0 5vh;
    text-align: center;
    position: relative;
}

/*-------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: 70px;
    width: 100%;
    transition: 0.2s ease all;
    padding: 0px 15px;
    box-sizing: border-box;
    color: #a8a8a8;
    font-size: 22px;
    border: 1px solid #262626;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #8d9550;
	}
	
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: 470px;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bold;
    margin: 0 10px;
    height: 70px;
    line-height: 70px;
    background: #8d9550;
    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;
    justify-content: space-between;
}
    .choose_list {
        width: 49%;
    }
        .choose_listIn {
            border: 1px solid #939393;
            border-radius: 4px;
            margin: 0px 0px 20px;
            padding-left: 20px;
            background-color: #fff;
            border-radius: 0px;
            color: #2b2b2b;
            border: 1px solid #262626;
            height: 70px;
            line-height: 70px;
        }
            .choose_list label {
                cursor: pointer;
                text-align: left;
                font-size: 20px;
                line-height: 70px;
                color: #2b2b2b;
                font-weight: normal;
                margin-bottom: 0px;
            }

.form_area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    vertical-align: top;
    justify-content: space-between;
    align-content: flex-start;
    text-align: left;
}
    .form_list {
        box-sizing:border-box;
        font-size:15px;
        line-height:21px;
        width:100%;
    }
    .form_list.fLType2{
        width:49%;
    }
        .fL_tit {
            font-size: 22px;
            line-height: 55px;
            color: #2b2b2b;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }	
        .fL_info {
            padding:0px 0px 25px;
        }
            .fL_info select{
                width:100%;
            }

            .contact_area input, .contact_area select {
                background-color:#fff;
                color: #262626;
            }

            .contact_area textarea {
                background-color: #fff;
                border-radius: 0px;
                color: #2b2b2b;
                border: 1px solid #262626;
                padding: 15px;
                font-size: 22px;
                margin: 0 0 80px;
            }
            .contact_area textarea:focus {
                border: solid 1px #8d9550;
            }

    /*必填icon*/
    .requirde_icon {
        display: inline-block;
        font-size: 14px;
        line-height: 25px;
        color: #2b2b2b;
        border-bottom: 4px double #262626;
    }

/* 驗證器 */
.final_robot_box {
    margin: auto;
    text-align: center;
}
    .g-recaptcha {
        text-align: center;
        display: inline-block;
    }


    
@media (max-width: 1440px){
    .choose_list label {
        font-size: 18px;
        line-height: 36px;
    }
}
    

@media (max-width: 768px){
.form_area {
    width: 100%;
    padding: 0 0 80px;
}
    .form_list.fLType2{
        width:100%;
    }

    input, textarea, select {
        font-size: 15px;
    }
    .fL_tit {
        font-size: 15px;
        line-height: 35px;
    }
    .requirde_icon {
        font-size: 15px;
        line-height: 18px;
        border-bottom: 4px double #262626;
    }
    .fL_info {
        padding: 0px 0px 10px;
    }
    input[type="text"], .input, input[type="password"], .input, input[type="search"],select {
        height: 45px;
        font-size: 15px;
    }
    .contact_area textarea {
        font-size: 15px;
        margin: 0;
    }

    .choose_list {
        width: 100%;
    }
        .choose_list label {
            font-size: 14px;
            line-height: 25px;
        }
    input[type="button"], input[type="submit"], input[type="reset"] {
        width: 100%;
        font-size: 14px;
        margin: 0;
        height: 50px;
        line-height: 50px;
    }
    .choose_listIn {
        /* padding: 10px 0 10px 10px; */
        height: 50px;
        line-height: 45px;
    }
}

@media (max-width: 640px){
    .cBT_checkbox {
        display: block;
        padding: 5px 0px 0px 0px;
    }
    .receiving_record {
        padding:0px;
    }
    .choose_list label {
        font-size: 13px;
        line-height: 16px;
    }
    input[type="button"], input[type="submit"], input[type="reset"] {
        width: 100%;
        margin: 0;
    }
}





/*/////////////////////////////////////////////////////////*/
/*------- section5 個資 & 徵文區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section5_bg {
    background-color: #fff;
    padding: 13vh 0 5vh;
    text-align: center;
    position: relative;
}



/* 個資保護聲明 */
.privateArea {
    padding: 60px 0;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}
.section4_bg .privateArea:last-of-type {
    padding: 0 0 60px;
    border-top: solid 0px #939393;
    margin: 75px 0 0;
}
    .privateArea .textArea {
        padding: 25px 0;
        box-sizing: border-box;
        
    }
        .privateArea .title {
            font-size: 37px;
            line-height: 60px;
            font-weight: bold;
            padding: 48px 0;
            margin: 0 0 80px;
            text-align: center;
            color: #8d9550;
            letter-spacing: 8px;
            border-top: solid 1px #8d9550;
            border-bottom: solid 1px #8d9550;
        }
        .privateArea .title .in {
            display: inline-block;
            padding: 0 30px;
        }
        .privateArea .text {
            color: #262626;
            font-size: 21px;
            line-height: 36px;
            margin-bottom: 30px;
            text-align: justify;
        }
            .privateArea .text span {
                color: #8d9550;
                font-size: 23px;
                line-height: 36px;
                margin-bottom: 30px;
                text-align: justify;
                font-weight: bold;
            }

/* 徵文條款 */
.privArea {
    margin: 30px 0;
    font-size: 20px;
    line-height: 44px;
    font-weight: normal;
    display: inline-block;
    color: #8d9550;
    width: 470px;
    text-align: center;
    padding: 10px 25px;
    border-radius: 50px;
    border: 1px solid #8d9550;
}

/* 按鈕 */
.btn_area {
    text-align: center;
    margin: 0 0 150px;
}

@media (max-width: 768px){
    .privateArea {
        padding: 35px 0;
        margin: 20px 0 0;
    }
    .section4_bg .privateArea:last-of-type {
        padding: 0 0 60px;
        margin: 25px 0 0;
    }
        .privateArea .title {
            font-size: 20px;
            margin-bottom: 30px;
            padding: 20px 0;
        }
        .privateArea .text {
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 15px;
        }
        .privateArea .text span {
            font-size: 16px;
            line-height: 26px;
        }
    .privArea {
        width: 100%;
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 17px;
        padding: 10px 25px;
    }
}

@media (max-width: 390px){
    .privateArea {
        padding: 35px 0;
        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;
    }
}










/*/////////////////////////////////////////////////////////*/
/*-------版腳+版權宣告--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
    background: #3a3933;
    padding: 100px 0;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
    .copyright {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 5px;
        color:#fff;
    }

@media (max-width: 768px){
.footer {
    padding: 40px 0;
}
    .copyright {
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 425px){
        .copyright {
            font-size: 12px;
            letter-spacing: 2px;
        }
    }
    


