@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');

/* 滾動條樣式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #8d9550;
}
/* 選取樣式 */
::selection {
background-color: #8d9550;
color: #fff;
}

html,body,ul,li {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    font-family: 'Noto Sans TC', sans-serif;
}

.content-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    background-color: #ffffff;
    flex-wrap: wrap;
}
    .section-area {

        display: block;
        position: relative;
    }
        .section-inner {
            width: 1366px;
            display: block;
            margin: 0 auto;
        }
            .section-inner img {
                width: 100%;
                height: auto;
            }

@media (max-width: 1600px){
    .section-area {
        width: calc(100% - 80px);
        display: block;
        position: relative;
    }
    .section-inner {
        width: 82%;
    }
}

@media (max-width: 768px){
    .section-area {
        width: 100%;
    }
    .section-inner {
        width: 88%;
    }
}

@media (max-width: 425px){
    .section-inner {
        width: 86%;
    }
}






/*/////////////////////////////////////////////////////////*/
/*------- 共用區塊 --------*/
/*/////////////////////////////////////////////////////////*/

/* 大標 */
.titleBg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 auto 5rem;
    position: relative;
}
    .titleBg .text {
        background-color: #0B3A20;
        border-radius: 99rem;
        padding: 1% 2%;
    }
/* .titleBg::before {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    border: 2px solid #8d9550;
}
.titleBg::after {
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background-color: #8d9550;
    position: absolute;
    bottom: -13%;
    left: 3%;
} */
    .titleBg .ch {
        font-size: 4rem;
        font-weight: 500;
        color: #fff;
        letter-spacing: 2px;
    }
    .titleBg .en {
        color: #8d9550;
        font-size: 1.7rem;
        font-weight: 300;
        letter-spacing: 12px;
        text-align: left;
        padding: 0.5rem 0 0;
    }

.titleBox {
    color: #413229;
    font-size: 4rem;
    line-height: 65px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    /* border-bottom: 1px solid #000; */
}


.titleBox.none {
    margin: 2rem 0 5rem;
}
.titleBox span {
    /* color: #8d9550;
    font-size: 48px;
    line-height: 48px;
    padding-left: 10px; */
}


@media (max-width: 1366px){
    .titleBg .ch {
        font-size: 5rem;
    }
    .titleBox {
        font-size: 30px;
        line-height: 38px;
    }
    .titleBox span {
        font-size: 38px;
        line-height: 38px;
    }
    .titleBg::after {
        left: 5%;
    }
        .titleBg .text {
            left: 10%;
        }
}


@media (max-width: 768px){
    .titleBg .ch {
        font-size: 4rem;
    }
    .titleBox span {
        font-size: 30px;
        line-height: 48px;
    }
    .titleBg {
        margin: 0px auto 10.5rem;
    }
    .titleBg::after {
        left: 7%;
    }
    .titleBg .text {
        bottom: -100%;
        left: 16%;
    }
}

@media (max-width: 640px){
    .titleBox::before {
        margin-right: 1rem;
    }
    .titleBox:after {
        margin-left: 1rem;
    }
    .titleBox span {
        font-size: 22px;
        line-height: 30px;
        padding-left: 0;
        display: block;
    }
    .titleBg {
        margin: 0px auto 1rem;
    }
}

@media (max-width: 425px){
    .titleBg::before {
        width: 50px;
        height: 50px;
    }
    .titleBg::after {
        left: 10%;
        bottom: -15%;
        width: 23px;
        height: 23px;
    }
    .titleBg .text {
        bottom: -80%;
        left: 21%;
    }
    .titleBg .ch {
        font-size: 2.5rem;
    }
    .titleBg .en {
        font-size: 12px;
        letter-spacing: 8px;
    }
}

.section_apply {
    background: #8d9550;
    position: fixed;
    width: 100px;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 3rem 0;
}
    .applyArea .img {
        width: 50px;
        margin: 0 auto;
    }
        .applyArea .img img {
            width: 100%;
            height: auto;
        }

@media (max-width: 1600px){
    .section_apply {
        width: 80px;
    }
}
@media (max-width: 768px){
    .section_apply {
        display: none;
    }
}




/*/////////////////////////////////////////////////////////*/
/*------- banner區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.banner_bg img {
    width: 100%;
    height: auto;
}
.banner_bg{
    margin: auto;

}







/*/////////////////////////////////////////////////////////*/
/*------- section0 名單公布區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section0_bg {
    background-color: #F1F0EB;
    padding: 13vh 0;
    text-align: center;
    position: relative;
    border-radius: 4rem;
}
.sectionBg {
    background-color: #fff;
    border: solid;
    border-radius: 6rem;
    padding: 5vh;
    margin: 0 0 5%;
}
.awardArea {
    box-sizing: border-box;
    padding: 0 0 120px;
} 
.awardBg {
    padding: 9rem 0 0;

}
.awardBg:first-of-type {
    padding: 0;
}
.awardBg .name {
    text-align: center;
    color: #413229;
    font-size: 28px;
    line-height: 64px;
    font-weight: 500;
    border-bottom: dashed 2px;
    padding: 1% 0;
}
    .awardBg .name span {
        padding-left: 1rem;
    }
    .awardlist {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
        .nameArea {
            width: 49%;
            margin: 2.5rem 0 0;
            display: flex;
            flex-direction: row;
            align-content: flex-start;
            align-items: center;
            padding: 3rem;
            flex-wrap: wrap;
            /* background-color: #FFFFFF;
            box-shadow: 0px 0px 15px -1px rgb(0 0 0 / 10%); */
            justify-content: space-between;
        }
            .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: #8d9550;
                font-size: 20px;
                font-weight: bold;
                line-height: 34px;
            }
            .nameArea .text a {
                text-decoration: none;
                color: #2b2b2b;
                font-size: 20px;
                line-height: 34px;
                font-weight: 400;
                border: solid #FAEAE0;
                border-radius: 99rem;
                padding: 2% 16px;
                display: flex            ;
                align-items: center;
            }

                .nameArea .text a:hover {
                    opacity: .8;
                    transition: 0.2s ease all;
                }

@media (max-width: 1366px){
    .nameArea .title {
        font-size: 16px;
    }
    .nameArea .text a {
        font-size: 16px;
    }
    .awardArea {
        padding: 0 0 70px;
    }
}

@media (max-width: 950px){
        .nameArea {
            display: flex;
            width: 100%;
            text-align: left;
            padding: 2rem;
            margin: 1.5rem 0 0;
        }
            .nameArea .title {
                font-size: 16px;
                line-height: 32px;
                width: 100%;
            }
            .nameArea .text {
                width: 100%;
            }
                .nameArea .text a {
                    font-size: 16px;
                    line-height: 32px;
                }
}

@media (max-width: 425px) {
    .awardBg {
        padding: 5rem 0 0;
    }
        .awardBg .name {
            font-size: 20px;
            line-height: 36px;
        }
            .nameArea .title, .nameArea .text a {
                font-size: 14px;
                line-height: 28px;
            }
}







/*/////////////////////////////////////////////////////////*/
/*------- section1 上方編輯器區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section1_bg {
    position: relative;
    padding: 5vh 0;
}
.section1_bg.complete  {
    background-color: #FFFFFF;
    margin: 0 auto;
}
.section1_bg .textArea {
    text-align: center;
    background-color: #d5ebbc;
    border-radius: 4rem;
    padding: 5%;
}
    .section1_bg .textArea .text {
        color: #413229;
        font-size: 27px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 48px;
        padding: 6rem 0 0;
    }

@media (max-width: 1366px){
    .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){
    .section1_bg.complete .textArea {
        margin: 5vh 0;
    }
    .titleBox {
        font-size: 16px;
        line-height: 26px;
    }
    .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 {
        padding: 2vh 0;
    }
    .titleBox {
        border: 0px;
        letter-spacing: 1px;
    }
}

@media (max-width: 428px){
    .section1_bg .textArea .text, .section1_bg.complete .textArea .text {
        font-size: 15px;
        line-height: 26px;
        display: block;
        padding: 2rem 0 0;
    }
}









/*/////////////////////////////////////////////////////////*/
/*------- section2 產品區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section2_bg {
    /* background-color: #E2E1D9; */
    padding: 0.5vh 0;
    position: relative;
}
    /* 產品 */
    .productBg{
    }
        .productBg .product_list {
	    align-items: flex-start;
	    align-content: space-between;
	    width: 100%;
	    box-sizing: border-box;
	    padding: 0 0 0rem;
        }
        .productBg .product_listL {
            flex-direction: row;
        }
            .productBg .imgBg {
                width: 100%;
                position: relative;
            }
                .productBg .imgArea {
                    width: 100%;
                }
                    .productBg .imgArea img {
                        width: 100%;
                        height: auto;
                        border-radius: 4rem;
                    }

                    .imgBg .title {
                        background-color: #0B3A20;
                        position: absolute;
                        bottom: 0;
                        width: 100%;
                        color: #fff;
                        text-align: center;
                        font-size: 32px;
                        line-height: 50px;
                        font-weight: bold;
                        letter-spacing: 1.5px;
                        padding: 2rem 0;
                        height: 30%;
                        width: 30%;
                        border-radius: 99rem;
                    }

		    .productBg .textArea {
		    	box-sizing: border-box;
		    	text-align: left;
		    	z-index: 99;
	    		padding: 8rem 0 0;
    			margin: auto;
    			width: 100%;
		    }
                    .productBg .textArea .text {
                        color: #413229;
                        font-size: 27px;
                        line-height: 48px;
                        font-weight: 300;
                        letter-spacing: 1.5px;
                        text-align: justify;
                    }

@media (max-width: 1366px){
    .imgBg .title {
        font-size: 20px;
        line-height: 25px;
        padding: 2rem 0;
    }
        .product_list {
            padding: 0 0 2rem;
        }
            .productBg .textArea {
                padding: 5rem 0 0;
            }
                .productBg .textArea .text {
                    font-size: 20px;
                    line-height: 36px;
                }
}

@media (max-width: 950px){
    .imgBg .title {
        font-size: 14px;
        line-height: 20px;
        padding: 1rem 0;
    }
        .productBg .textArea {
            padding: 2rem 0 0;
        }
            .productBg .textArea .text {
                font-size: 18px;
                line-height: 28px;
            }
}

@media (max-width: 640px){
    .imgBg .title {
        font-size: 15px;
        line-height: 20px;
        padding: 1rem;
    }
    .productBg .textArea .text {
        font-size: 15px;
        line-height: 26px;
    }
    .productBg .product_list {
        flex-direction: column;

}
}







/*/////////////////////////////////////////////////////////*/
/*------- section3 活動辦法&報名區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section3_bg {
    background-color: #ffffff;
    padding: 6vh 0;
    position: relative;
}
    .blockBg {
        margin: 0 0 70px;
        padding: 0% 3%;
    }
        .timeArea {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            align-content: center;
            box-sizing: border-box;
            flex-wrap: nowrap;
            width: 100%;
            padding: 2rem 0 0;
        }
            .time_list {
                box-sizing: border-box;
                display: flex;
                flex-direction: column;
                align-content: center;
                align-items: center;
                justify-content: space-evenly;
                flex-wrap: nowrap;
                position: relative;
                padding: 0 3rem;
            }
                .time_listIn {
                    display: flex;
                    flex-direction: column;
                    align-content: center;
                    align-items: center;
                    justify-content: space-evenly;
                    flex-wrap: nowrap;
                    position: relative;
                    background-color: #ffffff;
                    border: 1px solid #8d9550;
                    padding: 2rem 0 1.5rem;
                    text-align: center;
                    width: 22rem;
                    border-radius: 4rem;
                }
                    .timeArea .in {
                        background-color: #fff;
                        display: inline-block;
                        padding: 0 30px;
                        color: #000;
                        font-size: 24px;
                        line-height: 30px;
                        font-weight: 300;
                        text-align: center;
                        letter-spacing: 1.5px;
                    }
                        .timeArea .step {
                            position: absolute;
                            top: -2rem;
                            right: 0;
                            width: 100%;
                        }

                    .timeArea .title {
                        color: #8a6d3b;
                        font-weight: bold;
                        font-size: 24px;
                        line-height: 40px;
                        letter-spacing: 0.5px;
                    }
                    .timeArea .text {
                        color: #000000;
                        font-weight: normal;
                        font-size: 25px;
                        line-height: 40px;
                        padding: 2.5rem 0 0;
                        letter-spacing: 1.5px;
                    }

@media (max-width: 1366px){
    .time_list {
        padding: 0 1.5rem;
    }
        .time_listIn {
            width: 18rem;
        }
            .timeArea .in {
                padding: 0 20px;
                font-size: 18px;
                line-height: 25px;
            }
            .timeArea .step {
                position: absolute;
                top: -1.5rem;
                right: 0;
                width: 100%;
            }
            .timeArea .title {
                font-size: 20px;
                line-height: 36px;
            }
            .timeArea .text {
                font-size: 20px;
                line-height: 34px;
                padding: 1.5rem 0 0;
            }
}

@media (max-width: 1160px){
    .time_listIn {
        width: 15rem;
    }
}

@media (max-width: 1024px) {
    .timeArea {
        flex-direction: column;
    }
        .time_list {
            padding: 0 0 6rem;
        }
}

@media (max-width: 640px) {
    .time_list, .time_listIn {
        width: 100%;
    }
}

.titleArea {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 17rem 0 5rem;
    
}
.titleArea.form {
    margin: 3.5rem 0 5.5rem;
}
.titleArea:first-of-type {
    margin: 7rem 0 5rem;
}

    .titleArea .title {
        color: #000;
        font-size: 30px;
        line-height: 65px;
        font-weight: bold;
        letter-spacing: 3px;
        text-transform: uppercase;
        display: inline-block;
        /* border-bottom: 1px solid #000; */
    }
    .titleArea .tag {
        font-size: 15px;
        font-weight: 300;
        letter-spacing: 1px;
        color: #777777;
        padding: 1.5rem 0 0;
    }

.blockArea {
    box-sizing: border-box;
}
    .block_list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: flex-start;
        text-align: left;
    }
        .block_list .text {
            display: flex;
            flex-direction: row;
            color: #3A3A3A;
            font-size: 24px;
            line-height: 50px;
            font-weight: normal;
            text-align: justify;
        }
        .block_list .text .in {
            padding-left: 0;
        }

        .writeArea {
            background-color: #d5ebbc;
            padding: 3%;
            border-radius: 4rem;
            margin: 5% 1% 1%;
            width: 50%;
        }
        .flexbox{
            display: flex;
        }

@media (max-width: 768px){
    .titleArea, .titleArea.form {
        display: block;
        text-align: center;
        margin: 0.5rem 0 3.5rem;
    }
    .blockBg {
        margin: 0;
    }
        .titleArea .title {
            font-size: 18px;
        }
        .titleArea .tag {
            font-size: 12px;
        }
            .block_list .text {
                font-size: 16px;
                line-height: 30px;
            }
}

@media (max-width: 640px){
    .titleArea {
        width: 100%;
        padding: 1rem 0;
        margin: 4rem 0 2rem;
    }
    .titleArea:first-of-type {
        margin: 0.5rem 0 0.5rem;
    }
    .flexbox{
        flex-direction:column;
    }
    .writeArea {
        width: 100%;
    }
}







/*/////////////////////////////////////////////////////////*/
/*------- section4 表單區塊 --------*/
/*/////////////////////////////////////////////////////////*/

.section4_bg {
    background-color: #F2F0EB;
    padding: 6vh 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"] {
	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;
    border: 3px solid #8d9550;
    border-radius: 4rem;
}
	input[type="text"]:focus, input[type="password"]:focus {
		border: solid 1px #8a6d3b;
	}
	
.btn_area a {
    margin: 0;
    width: 47rem;
    padding: 0;
    outline: none;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    margin: 5.5rem 0 18rem;
    height: 7rem;
    line-height: 70px;
    background: #1e420f;
    transition: 0.2s ease all;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 7rem;
    text-decoration: none;
    letter-spacing: 5px;
}
.btn_area a:hover {
    transition: 0.2s ease all;
    opacity: .7;
}
	input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
		opacity:0.7;
        transition: 0.2s ease all;
	}
	
	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-radius: 4px;
            margin: 0px 0px 2rem;
            padding-left: 20px;
            background-color: #fff;
            color: #2b2b2b;
            height: 70px;
            line-height: 70px;
            border: 3px solid #FAEAE0;
            border-radius: 4rem;
        }
            .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;
    margin: 0 0 10rem;
}
    .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: flex-start;
        }	
        .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;
                border: 3px solid #8d9550;  
                border-radius: 4rem;
            }
            .contact_area textarea:focus {
                border: solid 1px #8d9550;
            }

            .writeBg {
                padding: 3%;
                border: solid;
                border-radius: 4rem;
                background:#fff;
            }

    /*必填icon*/
    .requirde_icon {
        display: inline-block;
        font-size: 14px;
        line-height: 25px;
        color: #fff;
        border-bottom: 4px double #262626;
        background-color: #413229;
        border-radius: 4rem;
        padding: 0 2%;
    }

/* 驗證器 */
.final_robot_box {
    margin: auto;
    text-align: center;
}
    .g-recaptcha {
        text-align: center;
        display: inline-block;
    }


/* 個資保護聲明 */
.privateArea {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background-color: #fff;
    border: 1px solid #262626;
    padding: 8.5rem;
    margin: 0 0 13rem;
    padding: 3%;
    border: solid;
    border-radius: 4rem;
    
}
    .privateArea .textArea {
        padding: 25px 0;
        box-sizing: border-box;
    }
        .privateArea .title {
            line-height: 60px;
            padding: 0 0 3.5rem;
            text-align: left;
            letter-spacing: 8px;
            font-size: 37px;
            color: #8d9550;
            font-weight: normal;
            letter-spacing: 0;
        }
        .privateArea .text {
            color: #262626;
            font-size: 21px;
            line-height: 36px;
            text-align: justify;
        }
            .privateArea .text span {
                color: #8d9550;
                font-size: 23px;
                font-weight: bold;
                line-height: 36px;
                text-align: justify;
            }

/* 徵文條款 */
.checkboxArea {
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    color: #8d9550;
    text-align: center;
    margin: 5rem 0 0;
    display: inline-block;
    border: 1px solid #8d9550;
    padding: 2.5rem 0;
    width: 47rem;
}


    
@media (max-width: 1440px){
    .choose_list label {
        font-size: 18px;
        line-height: 36px;
    }
    .privateArea {
        padding: 5.5rem;
    }
}

@media (max-width: 768px){
.form_area {
    width: 100%;
    margin: 0 0 8rem;
}
    .btn_area a {
        width: 100%;
        font-size: 18px;
        margin: 1.5rem 0 19rem;
        height: 6rem;
        line-height: 6rem;
    }
        .btn_area a span {
            font-size: 18px;
        }
    .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"] {
        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 {
        height: 50px;
        line-height: 45px;
        margin: 0px 0px 1rem;
    }

    .privateArea {
        padding: 3.5rem;
        margin: 0 0 5rem;
    }
        .privateArea .title {
            font-size: 20px;
            padding: 0 0 0.5rem;
        }
        .privateArea .text {
            font-size: 14px;
            line-height: 24px;
            padding: 2rem 0;
        }
        .privateArea .text span {
            font-size: 16px;
            line-height: 26px;
        }
    .checkboxArea {
        width: 50%;
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 17px;
        margin: 3rem 0;
    }
}

@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;
    }
    .requirde_icon {
        font-size: 12px;
    }
    .privateArea {
        padding: 1.5rem 2rem;
        margin: 0 0 5rem;
    }
    .checkboxArea {
        width: 100%;
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 17px;
        margin: 2rem 0;
        padding: 1.5rem 0;
    }
}

@media (max-width: 375px){
    .btn_area a {
        font-size: 15px;
    }
}








/*/////////////////////////////////////////////////////////*/
/*-------版腳+版權宣告--------*/
/*/////////////////////////////////////////////////////////*/

.footer {
    background: #1C1C1C;
    padding: 15rem 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: 1366px){
    .footer {
        padding: 10rem 0;
    }
}

@media (max-width: 768px){
.footer {
    padding: 6rem 0;
}
    .copyright {
        font-size: 15px;
        letter-spacing: 2px;
    }
}

@media (max-width: 425px){
        .copyright {
            font-size: 12px;
            letter-spacing: 2px;
        }
    }

