@charset "utf-8";
/* CSS Document */

body {
    font-family: "Arial", "微軟正黑體";
    background: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li,
p {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

/*------------order---------------*/

.wrapper {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    /*background:#efefef;*/
    height: 100%;
}




/*------------privacy-------------*/

.font-size1 {
    font-size: 45px;
/*    font-weight: bold;*/
    line-height: 56px;
    color: #565656;
}

.notic-detail {
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 20px 40px 25px;
    padding-bottom: 25%;
}

.news-date.font-size1 {
    color: #fffed8;
}

.notice-list .left h3,
.notic-detail h3 {
    font-size: 60px;
    color: #2e619c;
    font-weight: bold;
}

.notic-detail h3 {
    margin-top: 20px;
}

.privacy-text {
    margin-top: 30px;
}

.text-justify {
    text-align: justify;
}

@media (max-width:991px) {
    .font-size1 {
        font-size: 35px;
        line-height: 48px;
    }

    .notic-detail h3 {
        font-size: 50px;
    }

    .privacy-text {
        margin-top: 20px;
    }
}

@media (max-width:850px) {
    .font-size1 {
        font-size: 28px;
        line-height: 40px;
    }

    .notic-detail {
        padding: 15px 30px 20px;
        padding-bottom: 20%;
    }
}

@media (max-width:767px) {
    .font-size1 {
        font-size: 22px;
        line-height: 35px;
    }

    .notic-detail {
        padding: 15px 25px 13px;
        padding-bottom: 20%;
    }

    .notic-detail h3 {
        font-size: 38px;
        margin-top: 10px;
    }

    .privacy-text {
        margin-top: 15px;
    }
}

@media (max-width:680px) {
    .privacy-text {
        margin-top: 10px;
    }
}

@media (max-width:580px) {
    .font-size1 {
        font-size: 20px;
        line-height: 30px;
    }

    .notic-detail {
        padding: 12px 20px 10px;
        padding-bottom: 25%;
    }

    .notic-detail h3 {
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .font-size1 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width:350px) {
    .notic-detail h3 {
        font-size: 22px;
    }
}




.privacy_mb {
    margin-bottom: 80px;
}

ul.font-size1.text-justify.privacy_list {
/*    padding-left: 55px;*/
}


ul.privacy_list li {
/*    list-style: decimal;*/
    margin-bottom: 35px;
}

ul.privacy_list.privacy_list_mb li {
    margin-bottom: 15px;
}

.privacy {
    font-family: "微軟正黑體";
    color: #093b99;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 55px;
}

.privacyTxt_mb {
    margin-bottom: 25px;
}

@media (max-width:991px) {
    .privacy {
        font-size: 50px;
    }

    .privacy_mb {
        margin-bottom: 70px;
    }

    ul.font-size1.text-justify.privacy_list {
        padding-left: 40px;
    }
}


@media (max-width:850px) {
    .privacy {
        font-size: 40px;
    }

    .privacy_mb {
        margin-bottom: 60px;
    }
}

@media (max-width:767px) {
    .privacy {
        font-size: 30px;
    }

    .privacy_mb {
        margin-bottom: 50px;
    }

    ul.privacy_list li {
        margin-bottom: 25px;
    }

    ul.font-size1.text-justify.privacy_list {
        padding-left: 30px;
    }
}

@media (max-width:680px) {
    .privacy {
        font-size: 28px;
    }

    ul.font-size1.text-justify.privacy_list {
        padding-left: 25px;
    }

    ul.privacy_list li {
        margin-bottom: 15px;
    }
}

@media (max-width:580px) {
    .privacy {
        font-size: 26px;
        margin-top: 35px;
    }

    .privacy_mb {
        margin-bottom: 40px;
    }
}

@media (max-width:480px) {
    .privacy {
        font-size: 22px;
    }

    ul.font-size1.text-justify.privacy_list {
        padding-left: 20px;
    }

    ul.privacy_list li {
        margin-bottom: 10px;
    }

    ul.privacy_list.privacy_list_mb li {
        margin-bottom: 10px;
    }
}

@media (max-width:400px) {
    .privacy {
        font-size: 21px;
    }

    ul.font-size1.text-justify.privacy_list {
        padding-left: 15px;
    }
}


/*********************************/

/*            back btn           */

/*********************************/

.back_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 1110px;
    z-index: 10;
}

.back_btn a {
    display: block;
    width: 100%;
    height: 150px;
    line-height: 150px;
    font-size: 55px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#297618+0,277215+48,1a600a+55,1b5c0a+100 */
    background: rgb(41, 118, 24);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(41, 118, 24, 1) 0%, rgba(39, 114, 21, 1) 48%, rgba(26, 96, 10, 1) 55%, rgba(27, 92, 10, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(41, 118, 24, 1) 0%, rgba(39, 114, 21, 1) 48%, rgba(26, 96, 10, 1) 55%, rgba(27, 92, 10, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(41, 118, 24, 1) 0%, rgba(39, 114, 21, 1) 48%, rgba(26, 96, 10, 1) 55%, rgba(27, 92, 10, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#297618', endColorstr='#1b5c0a', GradientType=0);
    /* IE6-9 */
    padding: 0;
}

.back_btn a:hover {
    color: #e0ffa5;
    text-decoration: none;
}


.news-content p {
    color: #fff;
}

@media (max-width:991px) {
    .back_btn a {
        height: 130px;
        line-height: 130px;
        font-size: 50px;
    }
}

@media (max-width:850px) {
    .back_btn a {
        height: 110px;
        line-height: 110px;
        font-size: 40px;
    }
}

@media (max-width:767px) {
    .back_btn a {
        height: 90px;
        line-height: 90px;
        font-size: 35px;
    }
}

@media (max-width:580px) {
    .back_btn a {
        height: 75px;
        line-height: 75px;
        font-size: 30px;
    }
}

@media (max-width:480px) {
    .back_btn a {
        height: 65px;
        line-height: 65px;
        font-size: 25px;
    }
}

@media (max-width:360px) {
    .back_btn a {
        height: 60px;
        line-height: 60px;
        font-size: 23px;
    }
}


/*------------news-------------*/

.news-detail {
    overflow: hidden;
    /*background: #028cba;*/
    background-size: cover;
    position: relative;
    padding: 20px 40px 80px;
}

@media (max-width:850px) {
    .news-detail {
        padding: 15px 30px 70px;
    }
}

@media (max-width:767px) {
    .news-detail {
        padding: 15px 25px 65px;
    }
}

@media (max-width:580px) {
    .news-detail {
        padding: 12px 20px 20px;
        padding-bottom: 100%;
    }

}


.news-detail .font-size1 {
    font-weight: 300;
}


/*------------font0----------*/

.font-size0 {
    font-size: 55px;
    font-weight: bold;
    line-height: 65px;
    color: #fff;
    text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.8);
}

@media (max-width:991px) {
    .font-size0 {
        font-size: 48px;
        line-height: 55px;
    }
}

@media (max-width:850px) {
    .font-size0 {
        font-size: 38px;
        line-height: 43px;
    }
}

@media (max-width:767px) {
    .font-size0 {
        font-size: 32px;
        line-height: 37px;
    }
}

@media (max-width:580px) {
    .font-size0 {
        font-size: 30px;
        line-height: 35px;
    }

}

@media (max-width:480px) {
    .font-size0 {
        font-size: 25px;
        line-height: 30px;
    }
}


/*----------news content------------*/

.news-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 35px 40px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@media (max-width:767px) {
    .news-content {
        padding: 25px 30px 35px;
    }
}

@media (max-width:580px) {
    .news-content {
        padding: 20px 25px 25px;
    }
}

@media (max-width:480px) {
    .news-content {
        padding: 15px 20px;
    }
}


/*------------news other----------*/

.news-detail h2 {
    margin-top: 30px;
}

.news-date.font-size1 {
    text-align: right;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: bold;
}

@media (max-width:991px) {
    .news-date.font-size1 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

@media (max-width:767px) {
    .news-date.font-size1 {
        margin-top: 0px;
        margin-bottom: 5px;
    }
}

@media (max-width:580px) {
    .news-detail h2 {
        margin-top: 0px;
    }
}


/*------------board-------------*/

.board-detail {
    overflow: hidden;
    background: #262626;
    background-size: cover;
    position: relative;
    padding: 15px;
}

@media (max-width:850px) {
    /*.board-detail{
		padding:15px 30px 70px;
	}*/
}

@media (max-width:767px) {
    /*.board-detail{
		padding:15px 25px 65px;
	}*/
}

@media (max-width:580px) {
    /*.board-detail{
		padding:12px 20px 60px;
	}*/
}

.board-detail h2 {
    background: url(../tw_img/header_bg.png) right top no-repeat;
    border-radius: 20px 0 0 0;
    overflow: hidden;
    line-height: 60px;
    padding: 12px 0 13px 20px;
    color: #395c1a;
    text-shadow: none;
    font-size: 50px;
    font-weight: bold;
}


#showbox2 {
    font-size: 43px;
    color: #fff;
    float: right;
}

@media (max-width:1600px) {
    .board-detail h2 {
        border-radius: 20px 0 0 0;
        font-size: 50px;
        padding: 15px 0 16px 20px;
        line-height: 50px;
    }

    #showbox2 {
        font-size: 40px;
    }
}

@media (max-width:1435px) {
    .board-detail h2 {
        border-radius: 20px 0 0 0;
        font-size: 43px;
        padding: 15px 0 16px 20px;
        line-height: 45px;
    }

    #showbox2 {
        font-size: 35px;
        position: relative;
        bottom: -5px;
    }
}

@media (max-width:1200px) {
    .board-detail h2 {
        border-radius: 20px 0 0 0;
        font-size: 40px;
        padding: 12px 0 13px 20px;
        line-height: 40px;
    }

    #showbox2 {
        font-size: 30px;
        bottom: 0;
    }

    .board-detail .col-sm-4 {
        height: 40px;
    }
}

@media (max-width:1012px) {
    #showbox2 {
        font-size: 25px;
        /*bottom: 15px;*/
    }
}

@media (max-width:991px) {
    .board-detail h2 {
        border-radius: 20px 0 0 0;
        font-size: 32px;
        padding: 12px 0 13px 20px;
        line-height: 40px;
    }

    #showbox2 {
        font-size: 25px;
        /*bottom: 15px;*/
    }
}

@media (max-width:855px) {
    .board-detail h2 {
        border-radius: 20px 0 0 0;
        font-size: 30px;
        padding: 12px 0 13px 15px;
        line-height: 40px;
    }

    #showbox2 {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    .board-detail h2 {
        padding: 10px 0 10px 15px;
        background: #e5e7bf;
        text-align: center;
        border-radius: 20px 20px 0 0;
    }

    #showbox2 {
        float: inherit;
        position: relative;
        bottom: 15px;
    }

    #form1 {
        text-align: center;
    }
}

@media (max-width:580px) {
    .board-detail h2 {
        font-size: 28px;
        padding: 10px 15px;
        line-height: 28px;
    }

    #showbox2 {
        font-size: 21px;
        float: inherit;
    }
}

@media (max-width:480px) {
    .board-detail h2 {
        font-size: 25px;
    }
}

@media (max-width:347px) {
    #showbox2 {}
}



/*------------board table------------*/

.w-60 {
    min-width: 40px;
    font-size: 22px;
}

.f-22 {
    font-size: 22px;
    font-weight: bold;
    color: #7c7c7c;
}

.table-responsive .table {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55842c+1,395c1a+9,395c1a+13 */
    background: rgb(85, 132, 44);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(85, 132, 44, 1) 1%, rgba(57, 92, 26, 1) 9%, rgba(57, 92, 26, 1) 13%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(85, 132, 44, 1) 1%, rgba(57, 92, 26, 1) 9%, rgba(57, 92, 26, 1) 13%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(85, 132, 44, 1) 1%, rgba(57, 92, 26, 1) 9%, rgba(57, 92, 26, 1) 13%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55842c', endColorstr='#395c1a', GradientType=0);
    /* IE6-9 */
}

.table-responsive .table tr td {
    text-align: center;
    vertical-align: middle;
}

.bg-1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,e0e0e0+100 */
    background: rgb(241, 241, 241);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(224, 224, 224, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 241, 241, 1) 0%, rgba(224, 224, 224, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241, 241, 241, 1) 0%, rgba(224, 224, 224, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e0e0e0', GradientType=0);
    /* IE6-9 */
}

.c-w {
    color: #fff;
    font-weight: 500;
}

.table-bordered > tbody > tr:nth-child(1) > td,
.table-bordered > tbody > tr:nth-child(2) > td {
    border: none;
}

.table-bordered > tbody > tr > td.b-b {
    padding: 0 0 5px 0;
}

.b-b p {
    background: #262626;
    color: #8ebc66;
    padding: 5px 8px 5px 8px;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}

.f-30w {
    font-size: 30px;
    color: #fff;
}

.f-30b {
    font-size: 28px;
    color: #262626;
    font-weight: bold;
}

.f-30b span {
    font-size: 20px;
}

.f-25w {
    font-size: 25px;
    color: #fff;
    background: #4c4c4c;
}

.f-23g {
    font-size: 24px;
    font-weight: 900;
    color: #4b7527;
    font-family: Arial;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f0+1,e5e7c0+99 */
    background: rgb(241, 241, 240);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 241, 240, 1) 1%, rgba(229, 231, 192, 1) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 241, 240, 1) 1%, rgba(229, 231, 192, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241, 241, 240, 1) 1%, rgba(229, 231, 192, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f0', endColorstr='#e5e7c0', GradientType=0);
    /* IE6-9 */
}

.table-responsive > .table.table-bordered > tbody > tr > td.text-left {
    text-align: left;
    border-left: none;
}

.table-responsive > .table.table-bordered > tbody > tr > td.text-center {
    border-right: none;
}

.lower {
    background: url(../tw_img/td-bg.png) center center no-repeat;
    color: #fff !important;
}

@media (max-width:1200px) {
    .f-30w {
        font-size: 25px;
    }

    .f-30b {
        font-size: 23px;
        color: #262626;
    }

}


/*----------btn-afresh-------------*/

.btn-afresh {
    width: 100%;
    height: 100px;
    font-size: 40px;
    font-weight: bold;
    color: #262626;
    border-radius: 15px;
    border: 2px solid #85a107;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#abcc01+0,80aa02+100 */
    background: rgb(171, 204, 1);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(171, 204, 1, 1) 0%, rgba(128, 170, 2, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(171, 204, 1, 1) 0%, rgba(128, 170, 2, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(171, 204, 1, 1) 0%, rgba(128, 170, 2, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abcc01', endColorstr='#80aa02', GradientType=0);
    /* IE6-9 */
}

.btn-afresh:hover {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#98bd2a+0,abcc01+30,abcc01+60,80aa02+100 */
    background: rgb(152, 189, 42);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(152, 189, 42, 1) 0%, rgba(171, 204, 1, 1) 30%, rgba(171, 204, 1, 1) 60%, rgba(128, 170, 2, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(152, 189, 42, 1) 0%, rgba(171, 204, 1, 1) 30%, rgba(171, 204, 1, 1) 60%, rgba(128, 170, 2, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(152, 189, 42, 1) 0%, rgba(171, 204, 1, 1) 30%, rgba(171, 204, 1, 1) 60%, rgba(128, 170, 2, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98bd2a', endColorstr='#80aa02', GradientType=0);
    /* IE6-9 */
}

@media (max-width:1200px) {
    .btn-afresh {
        font-size: 32px;
        height: 75px;
    }
}

@media (max-width:991px) {
    .btn-afresh {
        margin-top: 15px;
        height: 65px;
    }
}


/*-----------------------*/

ul.page li {
    display: inline;
    margin: 0 15px;
}

ul.page li a {
    font-size: 45px;
    color: #8a8a8a;
    font-weight: bold;
    font-family: Arial;
}

.fa.fa-arrow-left,
.fa.fa-arrow-right {
    font-size: 50px;
    color: #5e5e5e;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border: 3px solid #bcbcbc;
    text-align: center;
    line-height: 100px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9e9e9+0,bcbcbc+100 */
    background: rgb(233, 233, 233);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(233, 233, 233, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(233, 233, 233, 1) 0%, rgba(188, 188, 188, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#bcbcbc', GradientType=0);
    /* IE6-9 */
}

ul.page li a:hover,
.fa.fa-arrow-left:hover,
.fa.fa-arrow-right:hover,
ul.page li.active-page a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width:1200px) {
    ul.page li {
        margin: 0 10px;
    }

    .fa.fa-arrow-left,
    .fa.fa-arrow-right {
        font-size: 40px;
        height: 75px;
        width: 75px;
        border: 2px solid #bcbcbc;
        line-height: 75px;
    }
}

@media (max-width:991px) {
    ul.page {
        text-align: center;
    }
}

@media (max-width:767px) {
    .fa.fa-arrow-left,
    .fa.fa-arrow-right {
        font-size: 35px;
        height: 60px;
        width: 60px;
        border: 2px solid #bcbcbc;
        line-height: 60px;
    }
}

/*品牌介紹內頁*/

.brand_box {
    width: 90%;
    margin: auto;
}


.brand_img {
    text-align: center;
    margin-top: 80px;
}


.brand_box .tittle {
    color: #389fc7;
    font-weight: bold;
    font-size: 70px;
    margin: 30px 0;
}


.brand_box .content p {
    font-size: 30px;
    color: #434343;
    line-height: 1.8em;
    text-align: justify;
}

@media (max-width:991px) {
    .brand_box .tittle {
        color: #389fc7;
        font-weight: bold;
        font-size: 40px;
        margin: 20px 0;
    }


    .brand_box .content p {
        font-size: 20px;
        color: #434343;
        line-height: 1.8em;
    }
}

@media (max-width:767px) {


    .brand_img {
        text-align: center;
        margin-top: 35px;
    }
    .brand_box .tittle {
        color: #389fc7;
        font-weight: bold;
        font-size: 30px;
        margin: 10px 0;
    }


    .brand_box .content p {
        font-size: 18px;
        color: #434343;
        line-height: 1.8em;
    }
}




/*會員卡權益聲明內頁*/

.wrapper_bg {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    /*background:#efefef;*/
    height: 100%;
    background: url(../tw_img/mem_bg.png) no-repeat;
    overflow: auto;
    background-size: contain;
}

.member_box {
    width: 90%;
    margin: auto;

}

.member_box .tittle {
    /*    color: #389fc7;*/
    font-weight: bold;
    font-size: 70px;
    margin: 30px 0;
}

.content ul {
    padding: 0 15px;
}


.member_box .content li {
    font-size: 30px;
    color: #434343;
    line-height: 1.8em;
    text-align: justify;
    margin-bottom: 15px;
}

img.titt_ic {

    position: relative;
    top: 12px;
    margin-right: 25px;
}

.member_box .content li.tittle {
    color: #7c7b7b;
    font-size: 45px;
    margin-bottom: 10px;
}

.top {
    background: #93cf44;
    color: #fff;
    max-width: 930px;
    padding: 26px;
    text-align: center;
    font-size: 55px;
    margin: 100px auto 100px auto;
    position: relative;
}

.top::after {
    content: "";
    background: url(../tw_img/img_02.png) no-repeat;
    display: block;
    width: 60px;
    height: 42px;
    position: absolute;
    top: 160px;
    left: 46%;
}

.top:last-child::after {
    background: none;
}

.process_part .top:first-child::after {
    position: absolute;
    top: 230px;

}

@media (max-width:991px) {
    img.titt_ic {
        top: 5px;
        margin-right: 15px;
        width: 10px;
    }
    .member_box .tittle {
        font-weight: bold;
        font-size: 40px;
        margin: 20px 0;
    }


    .member_box .content li {
        font-size: 20px;
        color: #434343;
        line-height: 1.8em;
    }

    .member_box .content li.tittle {
        font-size: 35px;
    }

    .top {
        background: #93cf44;
        color: #fff;
        max-width: 550px;
        padding: 20px;
        text-align: center;
        font-size: 35px;
        margin: 30px auto 70px auto;
        position: relative;
    }

    .top::after {
        width: 42px;
        height: 42px;
        top: 110px;
        background-size: 100%;
    }

    .process_part .top:first-child::after {
        top: 156px;
    }
}

@media (max-width:767px) {

    img.titt_ic {
        top: 4px;
        margin-right: 10px;
        width: 8px;
    }

    .member_box .tittle {
        color: #389fc7;
        font-weight: bold;
        font-size: 30px;
        margin: 10px 0;
    }


    .member_box .content li {
        font-size: 18px;
        color: #434343;
        line-height: 1.8em;
    }

    .member_box .content li.tittle {
        font-size: 25px;
    }

    .top {
        max-width: 300px;
        padding: 10px;
        margin: 30px auto 50px auto;
        font-size: 20px;
    }
    .top::after {
        width: 30px;
        height: 30px;
        top: 63px;
    }
    .process_part .top:first-child::after {
        top: 90px;
    }

}


/*收件資訊頁面設定*/

.wrapper_recei_bg {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    height: 100%;
    background: #efefef;
}

.wrapper_recei_bg .content {
    padding-top: 30px;
    margin-bottom: 150px;
}

.receiving_box_box {
    width: 90%;
    margin: auto;
    background: #fff;

}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    color: #696969;
    font-size: 26px;
    font-weight: bold;

}

input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../tw_img/check_radio_sheet01.png) left top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked + label span {
    background: url(../tw_img/check_radio_sheet01.png) -20px top no-repeat;
}


.grounp.com input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../tw_img/check_radio_sheet02.png) left top no-repeat;
    cursor: pointer;
}

.grounp.com input[type="radio"]:checked + label span {
    background: url(../tw_img/check_radio_sheet02.png) -20px top no-repeat;
}

.receiving_box .content ul {
    padding: 0;
}

.receiving_box .tittle {
    color: #696969;
    font-weight: bold;
    font-size: 45px;
}


.receiving_box .part {
    width: 95%;
    margin: auto;
    color: #fff;
    border: 1px solid #bababa;
    margin-bottom: 35px;
    padding: 30px;
    background: #fff;
}


.part .tittle {
    color: #696969;
    font-weight: bold;
    font-size: 45px;
}

span.desc {
    color: #dd6767;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
}

span.desc a {
    color: #dd6767;
    text-decoration: underline;
    margin-left: 20px;
    font-size: 22px;
}

.grounp {
    margin-bottom: 25px;

}

.grounp .box {
    width: 93%;
    margin: auto;
}

span.desc_text {
    display: block;
    margin-bottom: 30px;
}

span.desc_text ul {
    width: 93%;
    margin: auto;
    margin-top: 25px;
}

span.desc_text li {
    color: #dd6767;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.chioce {
    margin-top: 20px;
}

.information ul {
    margin-bottom: 30;
    margin-top: 30px;
}

.information li {
    color: #696969;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}


.btn_content a {
    width: 50%;
    display: inline-block;
    color: #fff;
    text-align: center;

}

.btn_content a:hover {
    text-decoration: none;

}

.btn_content a input.back {
    width: 100%;
    background: #5cbadf;
    color: #fff;
    border: none;
    display: block;
    padding: 35px;
    font-size: 55px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;

}

.btn_content a input.next {
    width: 100%;
    background: #02a4d0;
    color: #fff;
    border: none;
    padding: 35px;
    font-size: 55px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


.select_group {
    text-align: center;
    margin: 30px 0;
}

.select_group_2 {
    width: 92%;
    margin: auto;
}

.dist_text {
    color: #696969;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 25px;
}

select#city,
select#area,
select#branch {

    border-radius: 5px;
    padding: 13px;
    color: #939393;
    font-size: 30px;
    display: inline-block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../tw_img/img_03.png) no-repeat #efefef;

}

select#city,
select#area {
    width: 45%;
    background-size: 6%;
    margin: 0 0.8%;
    background-position: 95%;
}

select#branch {
    width: 100%;
    background-size: 3%;
    background-position: 98%;
    margin-bottom: 40px;
}



@media (max-width:991px) {

    .part .tittle {
        color: #696969;
        font-weight: bold;
        font-size: 30px;
    }

    input[type="radio"] + label {
        font-size: 22px;
    }

    .grounp {
        margin-bottom: 20px;
    }

    span.desc {
        font-size: 16px;
        margin-left: 10px;
    }

    span.desc a {
        margin-left: 10px;
        font-size: 18px;
    }

    .information li {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .btn_content a input.back {
        padding: 20px;
        font-size: 45px;
    }

    .btn_content a input.next {
        padding: 20px;
        font-size: 45px;
    }

    span.desc_text li {
        font-size: 16px;
    }
    .select_group_2 {
        width: 88%;
        margin: auto;
    }
    select#city,
    select#area {
        width: 43%;

    }
    select#city,
    select#area,
    select#branch {
        font-size: 18px;
    }

    .dist_text {
        font-size: 22px;
        margin-bottom: 20px;
    }
    select#branch {
        margin-bottom: 30px;
    }
}


@media (max-width:767px) {
    .wrapper_recei_bg .content {
        margin-bottom: 60px;
    }

    .receiving_box .content ul {
        margin-top: 15px;
        line-height: 1.5em;
    }
    .receiving_box .part {
        padding: 20px;
    }

    .part .tittle {
        color: #696969;
        font-weight: bold;
        font-size: 25px;
    }

    input[type="radio"] + label {
        font-size: 18px;
    }

    .grounp {
        margin-bottom: 20px;
    }

    span.desc {
        font-size: 14px;
        margin-left: 7px;
    }
    span.desc_text {
        display: block;
        margin-bottom: 20px;
    }

    span.desc a {
        margin-left: 2px;
        font-size: 14px;
    }

    .information li {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .btn_content a input.back {
        padding: 14px;
        font-size: 22px;
    }

    .btn_content a input.next {
        padding: 14px;
        font-size: 22px;
    }


    span.desc_text li {
        font-size: 14px;
    }
    .select_group {
        margin: 20px 0;
    }

    select#city,
    select#area,
    select#branch {
        padding: 7px;
    }

    select#city,
    select#area {
        width: 39%;
    }

    select#area,
    select#branch {
        font-size: 18px;
    }

    .select_group_2 {
        width: 81%;
    }
    select#branch {
        margin-bottom: 20px;
    }
    .dist_text {
        font-size: 16px;
        margin-bottom: 20px;
    }
}


/*訂單確認頁面*/

.orderconfir_box .the_way {
    width: 95%;
    margin: auto;
    color: #fff;
    border: 1px solid #bababa;
    margin-bottom: 35px;
    padding: 30px;
    background: #fff;

}

.orderconfir_box .the_shopping {
    width: 95%;
    margin: auto;
    color: #fff;
    border: 1px solid #bababa;
    margin-bottom: 35px;
    padding: 30px;
    background: #fff;
}

.the_shopping .tittle,
.the_way .tittle {
    color: #696969;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-bottom: 35px;
}

.the_way li.type {
    color: #288fb5;
    font-weight: bold;
    font-size: 35px;
    background: url(../tw_img/img_04.png) no-repeat;
    padding-left: 38px;
    background-position: 0 12px;
    background-size: 2.5%;
}

.the_way li.type ul {
    padding: 0;
    margin-top: 15px;
}

.the_way li.type ul li {
    color: #696969;
    font-size: 30px;
    margin-bottom: 15px;
}

.the_way li.type ul li.desc {
    color: #dd6767;
    font-size: 22px;
}

.the_shopping li.list {
    clear: both;
    margin-bottom: 45px;
    overflow: auto;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 50px;
}

.the_shopping li.list:last-child {
    border-bottom: none;
}

.the_shopping li.list img {
    border: 5px solid #eee;
    float: left;
    margin-right: 36px;
}

.the_shopping li.list .text {
    color: #696969;
    font-weight: bold;
    font-size: 30px;
}

.total span.num {
    color: #ed2c2c;
}

.name,
.qua,
.degree,
.total {
    margin-bottom: 20px;
}


.total_box {
    text-align: right;
    width: 95%;
}


.total_box .text {
    color: #696969;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

.total_box .text span.num {
    color: #ed2c2c;
    font-size: 50px;
}

.total_box .num {
    color: #ed2c2c;
    font-size: 28px;
}


@media (max-width:991px) {
    .orderconfir_box .the_shopping,
    .orderconfir_box .the_way {
        padding: 15px;
    }
    .the_shopping .tittle,
    .the_way .tittle {
        font-size: 35px;
    }

    .the_way li.type {
        font-size: 28px;
        padding-left: 26px;
        background-position: 0 10px;
    }
    .the_way li.type ul li {
        font-size: 22px;
    }

    .the_way li.type ul li.desc {
        font-size: 18px;
    }

    .the_shopping li.list .img {
        width: 40%;
        float: left;
        overflow: auto;
        margin-right: 4%;
    }

    .the_shopping li.list .text {
        width: 55%;
        float: left;
        overflow: auto;
    }

    .name,
    .qua,
    .degree,
    .total {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .orderconfir_box .the_shopping,
    .orderconfir_box .the_way {
        width: 100%;
        padding: 10px;
    }

    .orderconfir_box .the_shopping ul,
    .orderconfir_box .the_way ul {
        padding: 0;
    }
    .the_shopping .tittle,
    .the_way .tittle {
        font-size: 30px;
    }

    .the_way li.type {
        font-size: 25px;
        padding-left: 26px;
        background-position: 0 7px;
        background-size: 4.5%;
    }
    .the_way li.type ul li {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .the_way li.type ul li.desc {
        font-size: 16px;
    }
    .the_shopping li.list {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .the_shopping li.list .img {
        width: 40%;
        float: left;
        overflow: auto;
        margin-right: 4%;
    }

    .the_shopping li.list .text {
        width: 55%;
        float: left;
        overflow: auto;
    }


    .name,
    .qua,
    .degree,
    .total {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .total_box .text {
        color: #696969;
        font-size: 25px;
        margin-bottom: 10px;
    }
    .total_box .text span.num {
        font-size: 30px;
    }
    .total_box .num {
        font-size: 20px;
    }
}

/*訂購成功*/

.order_success .content {
    width: 95%;
    margin: auto;
    color: #fff;
    border: 1px solid #bababa;
    margin-bottom: 35px;
    padding: 30px;
    background: #fff;
}

.order_success {
    padding-top: 30px;
}

.order_item {
    width: 95%;
    margin: auto;
}

.order_success .tittle {
    color: #696969;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
}


.order_success .content_text {
    color: #696969;
    font-size: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #919191;
    width: 93%;
    margin: auto;
    text-align: center;
    padding-bottom: 40px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 50px;
}


.order_success span.name {
    color: #dd6767;
}


.date,
.number,
.amount {
    color: #696969;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 35px;
}


.descrip {
    color: #dd6767;
    font-size: 28px;
    line-height: 1.5em;
    padding-bottom: 30px;
}

.number_text,
.amount_text {
    display: inline-block;
    color: #dd6767;
}

@media (max-width:991px) {

    .order_success .tittle {
        font-size: 35px;
    }
    .order_success .content_text {
        font-size: 25px;
    }

    .order_success span.name {
        font-size: 24px;
    }

    .date,
    .number,
    .amount {
        font-size: 25px;
    }

    .descrip {
        font-size: 20px;
    }

}



@media (max-width:767px) {

    .order_success .content {
        padding: 15px;
        margin-top: 5px;
    }
    .order_success {
        padding-top: 20px;
    }

    .order_success .tittle {
        font-size: 25px;
    }

    .order_success .content_text {
        font-size: 18px;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .order_success span.name {
        font-size: 18px;
    }

    .date,
    .number,
    .amount {
        font-size: 18px;
        margin-bottom: 20px;
    }


    .descrip {
        font-size: 16px;
        line-height: 1.5em;
    }


}
