@charset "utf-8";

/****************** 基本 ******************/

* {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif;
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #777777;
    color: #323232;
    background-color: #fff;
    height: 100%;
    position: relative;
    padding-top: 70px;
}

.text-center {
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    body {
        padding-top: 60px;
    }
}

hr {
    border-top: 1px solid #afafaf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
    line-height: 2em;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #009999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: #006464;
    outline: none;
    text-decoration: none;
}

img,
object,
embed,
video {
    max-width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    opacity: .2;
}

.RZ {
    max-width: 250px;
}

@media screen and (max-width: 1200px) {
    .RZ {
        width: 215px;
    }
}

@media screen and (max-width: 992px) {
    .RZ {
        width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .RZ {
        width: 210px;
    }
}

@media screen and (max-width: 576px) {
    .RZ {
        width: 160px;
    }
}

@media screen and (max-width: 410px) {
    .RZ {
        width: 115px;
    }
}

.CTN {
    margin-bottom: 15px;
}


/*
--- 按鈕 btn ---*/

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn {
    border-radius: 0px;
}

.btn.btn-primary {
    background: #009999;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    display: inline-block;
    margin-top: 5px;
}

@media screen and (max-width: 576px) {
    .btn.btn-lg {
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 10px;
        font-size: 16px;
    }
}


/*
--- 切換裝置顯示項目 ---*/

#line {
    display: block;
}

#line_m {
    display: none;
}

#discount {
    display: block;
}

@media screen and (max-width: 576px) {
    #line {
        display: none;
    }

    #line_m {
        display: block;
    }

    #discount {
        display: none;
    }

    #discount_m {
        display: block;
    }

    #screenshot {
        display: none;
    }

    #screenshot_m {
        display: block;
    }
}


/****************** 導覽列 navbar ******************/

.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}

.navbar-header {}


/*
--- 聯邦LOGO navbar-brand ---*/

.navbar-brand {
    padding-right: 0;
}


.navbar .navbar-brand {
    margin-right: 50px;
    margin-left: 20px;
    width: 250px;
    height: 70px;
    background: url(../../../../include/images/UBLogo.png) no-repeat 0 50%;
    background-size: contain;
}


.navbar-header .navbar-brand img {
    width: 90%;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 153, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggle .icon-bar {
    background-color: #009999;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-nav>li>a {
    margin-left: 15px;
    margin-top: 10px;
    display: block;
}

.navbar-light .navbar-nav>li>a:hover,
.navbar-light .navbar-nav>li>a:focus {
    color: #009999;
    background-color: transparent;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav>.active>a:focus {
    color: #009999;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}


/*
--- 導覽列下拉dropdown-menu ---*/
.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #009999;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #eaeaea;
}

@media screen and (max-width: 1200px) {
    .navbar .navbar-brand {
        width: 180px;
        height: 60px;
        margin-left: 10px;
    }
}


/****************** 輪播 carousel  ******************/

/* .carousel-indicators li {
    width: 10px;
    height: 10px;
    opacity: .8;
    border-radius: 50px;
    border: 1px solid #dedede;
    background-color: #bbbbbb;
}

.carousel-indicators .active {
    background-color: #009999;
} */

/*
--- 主視覺 ---*/
.topimg1,
.topimg2,
.topimg3,
.topimg4,
.topimg5,
.topimg6,
.topimg7,
.topimg8 {
    position: relative;
    width: 100%;
    --w: 1920;
    --h: 1000;
}

.topimg1:before,
.topimg2:before,
.topimg3:before,
.topimg4:before,
.topimg5:before,
.topimg6:before,
.topimg7:before,
.topimg8:before {
    content: '';
    width: 100%;
    padding-top: calc(var(--h) * 100% / var(--w));
    display: block;
    background-size: cover;
    background-image: url(../images/top.jpg);
}

.topimg2:before { background-image: url(../images/top2.jpg); }
.topimg3:before { background-image: url(../images/top3.jpg); }
.topimg4:before { background-image: url(../images/top4.jpg); }
.topimg5:before { background-image: url(../images/top5.jpg); }
.topimg6:before { background-image: url(../images/top6.jpg); }
.topimg7:before { background-image: url(../images/top7.jpg); }
.topimg8:before { background-image: url(../images/top8.jpg); }

@media (max-width:576px) {
    .topimg1,
    .topimg2,
    .topimg3,
    .topimg4,
    .topimg5,
    .topimg6,
    .topimg7,
    .topimg8 {
        --w: 768;
        --h: 768;
    }

    .topimg1:before { background-image: url(../images/top_m.jpg); }
    .topimg2:before { background-image: url(../images/top_2m.jpg); }
    .topimg3:before { background-image: url(../images/top_3m.jpg); }
    .topimg4:before { background-image: url(../images/top_4m.jpg); }
    .topimg5:before { background-image: url(../images/top_5m.jpg); }
    .topimg6:before { background-image: url(../images/top_6m.jpg); }
    .topimg7:before { background-image: url(../images/top_7m.jpg); }
    .topimg8:before { background-image: url(../images/top_8m.jpg); }

    .topimg1_box,
    .topimg2_box,
    .topimg3_box,
    .topimg4_box,
    .topimg5_box,
    .topimg6_box,
    .topimg7_box,
    .topimg8_box {
        position: absolute;
        top: 54%;
        left: 12.8%;
        width: 75%;
        height: 50%;
    }
}


/****************** 版面 Container ******************/

.gridContainer {
    width: 100%;
    clear: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .gridContainer {
        width: 100%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
        background-size: cover;

    }
}

@media screen and (max-width: 768px) {
    .TRZ {
        max-width: 75%;
    }
}

@media screen and (max-width: 576px) {
    .TRZ {
        max-width: 80%;
    }
}

.Container_Layout4 {
    width: 35%;
}


/*
--- 活動主版 mainArea ---*/

.travel-table {
    width: 100%;
    max-width: 100%;
}

.circle {
    /*12%*/
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 99em;
    background-color: #094da9;
    text-align: center;
    line-height: 70px;
    display: inline-block;
}

.mainArea {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mainArea1 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.mainArea h2 {
    /* 刷卡金回饋 */
    color: #000;
    font-size: 26px;
    font-weight: bold;
    /* background-color: #00AEAE; */
    border-radius: 99em;
    margin: 50px auto 30px;
    /*border: 50px solid #FF0004;*/
    max-width: 80%;
    line-height: 30pt;
    text-align: center;
}

.mainArea h2 small {
    color: #333333;
}

.mainArea h3.date {
    /* 活動起訖日+對象 */
    line-height: 1.5;
    font-size: 1.5rem;
    /* font-weight: bold; */
    margin-bottom: 30px;
    text-align: center;
}

.mainArea h4 {
    /* 活動敘述文 */
    color: #1c3686;
    font-size: 18pt;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 25px;
    text-align: right;
    vertical-align: middle;
    letter-spacing: 1px;
}

@media screen and (max-width: 1200px) {
    .mainArea h4 {
        font-size: 16pt;
        padding-top: 10px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 992px) {
    .mainArea h4 {
        text-align: center;
    }
}



.mainArea h5 {
    /* 內文區塊下方備註 */
    color: #2A2A2A;
    font-size: 14px;
    line-height: 1.8;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1200px) {
    .mainArea h5 {
        text-align: center;
    }
}


.mainArea p {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
}


@media screen and (max-width: 576px) {
    .circle {
        /*5%*/
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        width: 50px;
        height: 50px;
        border-radius: 99em;
        background-color: #FF0000;
        text-align: center;
        line-height: 50px;
        display: inline-block;
    }

    .mainArea h2 {
        /* color: #FFFFFF; */
        font-size: 18px;
        /* background-color: #b43811; */
        border-radius: 99em;
        margin: 20px auto;
        /*border: 50px solid #FF0004;*/
        /*max-width: 50px;*/
        line-height: 22pt;
    }

    .mainArea {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .mainArea h3.date {
        /* 活動起訖日+對象 */
        font-size: 1rem;
        margin-bottom: 10px;
    }

    .mainArea h4 {
        /* 活動敘述文 */
        font-size: 13pt;
        /*line-height: 1.5;*/
    }
}


/*
--- 活動內文區塊 mainText ---*/
.mainText {
    font-family: "微軟正黑體", Arial, Geneva, sans-serif !important;
    font-size: 24px;
    color: #2b2b2b;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    .mainText {
        font-size: 16px;
        padding-top: 20px;
        /*padding-left: 5px;
        padding-right: 5px;*/
        line-height: 36px;
    }
}

.mainText1 {
    font-size: 22px;
    color: #545559;
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    line-height: 50px;
    /* border: 1px dashed #767272; */
    /* padding: 20px 20px; */
    text-align: center;
}

.mainText2 {
    font-size: 24px;
    color: #545559;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 50px;
    border: 1px solid #009999;
    padding: 30px 20px;
    text-align: center;
}

.mainText1 h2 {
    text-align: center;
}

.mainText2 h2 {
    width: 300px;
    margin-top: -50px;
    background-color: #009999;
    border: 1px solid #009999;
}

.mainText1 .title,
.mainText2 .title {
    text-align: center;
    font-weight: bold;
    color: #007986;
    padding-left: 10px;
    padding-right: 10px;
}

.reward {
    color: #d60000;
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px;
}

.flex-container {
    flex-direction: row;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
}

@media screen and (max-width: 991px) {
    .flexBox {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {

    .mainText1 .title,
    .mainText2 .title {
        font-size: 1.5rem;
    }

    .mainText2 h2 {
        width: 200px;
    }
}


/*
--- 備註文字 ---*/

.memoTable {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.memoTable td {
    vertical-align: top;
}


/*
--- 活動表格 ---*/

.mainArea .table thead th {
    font-weight: bold;
    height: 30px;
    border-bottom: 1px;
}

.mainArea .table-bordered th,
.mainArea .table-bordered td {

    padding: 10px;
    border: 1px solid #a1bbbd;
    vertical-align: middle;
    line-height: 26px;
}

.mainArea .table-bordered th {
    font-size: 20px;
    /* font-weight: bold; */
    background-color: #dce2f5;
}

.mainArea .table-bordered {
    text-align: center;
    line-height: 2;
    vertical-align: middle;
    border-width: 1px;
    border-color: #ddd;
    padding: 10px;
}

@media screen and (max-width: 768px) {
    .mainArea .table-bordered {
        line-height: 1.5;
    }
}


@media screen and (max-width: 576px) {
    .mainArea .table-bordered th {
        padding: 2px;
        font-size: 16px;
        line-height: 20px;
    }

    .mainArea .table-bordered td {
        padding: 4px;
        font-size: 16px;
        line-height: 20px;
    }

    .mainArea .table-bordered {
        line-height: 1.5;
    }
}


/*
--- 注意事項 ---*/

.noticeDesc h4 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 20pt;
    margin-bottom: 0px;
}

.noticeDesc .table-bordered {}

ul.list-style {
    margin-bottom: .3rem;
    padding: 0 0 0 20px;
}

ul li {
    word-break: break-all;
}

/*
--- 注意事項表格 exTable ---*/

#exTable table th,
#exTable table td {
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
    vertical-align: inherit;
}

#exTable table th {
    color: #fff;
    background-color: #323232;
}


/*
--- 分頁 tabs submenu ---*/

.tabs {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #00859a;
}

.submenu ul {
    list-style-type: none;
}

.submenu li {
    float: left;
    height: 30px;
    width: 33.333%;
    font-size: 13pt;
    font-weight: 500;
    line-height: 20px;
    color: #1c100b;
    text-align: center;
    padding: 0 24px;
    list-style-type: none;
}

.submenu li a {
    color: #a9a9a9;
    padding-bottom: 5px;
}

.submenu li a.active {
    color: #FFFFFF;
    font-size: 15pt;
    background: #00859a;
    padding: 10px 10% 8px;
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 587px) {
    .submenu {
        padding: 0 0 0 0;
    }

    .submenu li {
        font-size: 12pt;
        padding: 0px;
    }

    .submenu li a {
        padding-bottom: 8px;
    }

    .submenu li a.active {
        font-size: 12pt;
        padding: 10px 10% 10px;
    }
}

@media screen and (max-width: 320px) {
    .submenu li {
        font-size: 10pt;
    }

    .submenu li a.active {
        font-size: 10pt;
        padding-bottom: 13px;
    }
}


/*
--- 版權宣告footer ---*/

footer {
    width: 100%;
    background-color: #f4f4f4;
}

#footer {
    background-color: #eeeeee;
}

.copyright {}

.copyright a {
    color: #7f7f7f;
    outline: none;
    text-decoration: none;
}

.copyright h4,
.copyright h5 {
    margin-top: 15px;
}

.copyright h4 {
    font-size: 26px;
    text-align: right;
}

.copyright h5 {
    font-size: 12px;
    text-align: left;
    color: #777;
    margin-left: 70px;
}

.copyright p {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.copyright .list-inline {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .copyright h4 {
        font-size: 20px;
        text-align: center;
    }

    .copyright h5 {
        font-size: 12px;
        margin-left: auto;
    }

    .copyright p {
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 10px 0;
        color: #7f7f7f;
        background-color: #eeeeee;
    }

    #footer .copyright {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .copyright h5 {
        text-align: center;
    }

    .copyright a {
        color: #7f7f7f;
        outline: none;
        text-decoration: none;
    }
}


/* animate */

.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}

.text1p {
    font-size: 26px;
    /*color: #545559;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;*/
}

@media (max-width: 991px) {
    .text1p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 769px) {
    .text1p {
        margin-top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .text1p {
        font-size: 16px;
    }
}

.reward {
    font-size: 130%;
    color: #d60000
        /*#0074ff*/
    ;
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px;
}

section.services {
    padding-top: 20px;
}

section.servicesF0 {
    padding-top: 40px;
}

@media screen and (max-width: 576px) {
    section.services {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.services .service-item {
    padding: 10px;
}

.service-item a {
    text-decoration: none;
}

@media screen and (max-width: 576px) {
    .services .service-item {
        padding: 5px;
    }
}

.mainArea .service-item h4 {
    /* margin-top: 10px; */
    font-size: 21px;
    /* color: #071566; */
    font-weight: 600;
    margin-bottom: 0px;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 28px;
}

.mainArea .service-item img {
    max-width: 100%;
    overflow: hidden;
    border: 20px solid #eaf0ff;
    border-radius: 50%;
}

section.get-app {
    position: relative;
    background-color: #c8d5ff;
    text-align: center;
    padding: 0px;
    z-index: 1;
    margin: 0px auto;
    background-image: url(../images/bgb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 45px;
}

.mainArea .service-item h4 .fontBig {
    font-size: 25px;
    /* color: #0b2cb3; */
    color: #e91e63;
}

@media screen and (max-width: 768px) {
    .mainArea .service-item img {
        border: 15px solid #eaf0ff;
    }
}

@media screen and (max-width: 576px) {
    .mainArea .service-item h4 {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 0px;
    }

    .mainArea .service-item img {
        border: 10px solid #eaf0ff;
    }

    .mainArea .service-item h4 .fontBig {
        font-size: 15px;
    }
}

@media screen and (max-width: 370px) {
    .mainArea .service-item h4 {
        font-size: 13px;
    }
}


.dirt {
    position: absolute;
    width: 20px;
    height: 23px;

    background-color: #fff;
    transform: rotate(45deg);
    z-index: 100;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dirt1 {
    position: absolute;
    width: 20px;
    height: 23px;
    background-color: #c8d5ff;
    transform: rotate(45deg);
    z-index: 100;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mainArea h3 {
    font-size: 24px;
}

@media screen and (max-width: 576px) {
    .mainArea h3 {
        /* font-size: 18px; */

    }
}

/*p1.htm P1*/
section.get-appP1 {
    position: relative;
    background-color: #c8d5ff;
    text-align: center;
    padding: 20px 0px;
    z-index: 1;
    margin: 0px auto;
    background-image: url(../images/bgb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-bottom: 30px;
}

.get-appP1 h2 {
    font-size: 24px;
    color: #000;
    margin: 10px auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.get-appP1 li {
    text-align: left;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    .get-appP1 li {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {

    section.get-app,
    .get-appP1 {
        padding: 5px;

    }

    .get-appP1 h2 {
        font-size: 18px;
    }
}

.get-appP1 .service-itemP1 {
    background-color: white;
    margin: 10px auto;
    padding: 20px;
    /* border-radius: 1000px; */

}

@media screen and (max-width: 768px) {
    .get-appP1 .service-itemP1 {
        border-radius: 0px;

    }
}




/*********p5,p7.htm 區塊*********/

section.get-appP0 {
    margin-top: 20px;
    margin-bottom: 15px;
}

/*p1.htm P2*/

section.get-appP2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.get-appP2 h3 {
    margin: 0px 100px;


}

@media screen and (max-width: 576px) {
    .get-appP2 h3 {
        margin: 0px;
        font-size: 18px;


    }
}

.get-appP2 h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 35px;
    line-height: 26px;
    background-color: #2ba7b9;
    border-radius: 100px;
}

.get-appP1 .service-itemP6 .get-appP0 h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 35px;
    line-height: 26px;
    background-color: #2ba7b9;
    border-radius: 100px;
}

/******************/



/*p1.htm P3*/
.get-appP3 h4 {
    font-size: 24px;
    color: #2ba7b9;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 35px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 100px;
}


/*p1.htm表格樣式*/

section.get-appP3 {
    position: relative;
    background-color: #afdbe1;
    text-align: center;
    padding: 40px 0px;
    z-index: 1;
    margin: 0px auto;
    background-image: url(../images/bgb.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.dirt3 {
    position: absolute;
    width: 20px;
    height: 23px;
    background-color: #afdbe1;
    transform: rotate(45deg);
    z-index: 100;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/******************/

/*p1.htm P4*/

section.get-appP4 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.get-appP4 h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px 35px;
    line-height: 26px;
    background-color: #2ba7b9;
    border-radius: 100px;
}

/******************/

/*p4.htm P5*/
.get-appP1 .service-itemP5 {
    background-color: white;
    margin: 10px auto;
    padding: 30px 30px 10px;
    border-radius: 0px;

}

.get-appP1 .service-itemP5 h3 {
    color: #1f50e2;
    font-weight: bold;
    margin-top: -12px;
    line-height: 28pt;

}

.get-appP1 .service-itemP5 h4 {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;
}

/******************/
/*p5.htm P6*/
.get-appP1 .service-itemP6 {
    background-color: white;
    margin: 44px auto;
    padding: 52px 118px 7px;
    border-radius: 0px;
}


.get-appP1 .service-itemP6 h3 {
    color: #1f50e2;
    font-weight: bold;
    margin-top: -12px;
    line-height: 28pt;

}

.get-appP1 .service-itemP6 h4 {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    padding: 0px;

}

@media screen and (max-width: 576px) {
    .get-appP1 .service-itemP6 {
        margin: 10px auto;
        padding: 30px 10px 10px;

    }
}

/******************/


.get-appP2 .service-itemP5 .memoTable1 p {
    color: #1f50e2;
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 40px;

}

.memoTable1 td {
    vertical-align: top;
    line-height: 40px;
}







/*-------rwd table-------*/
.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
    background: #eee;
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;

}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) ":";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.rwd-table th,
.rwd-table td {
    text-align: center;
}

.rwd-table th,
.rwd-table td:before {
    color: #000000;
    font-weight: bold;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
        border: 1px solid #FFFFFF;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;

    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}


/*model*/
.modal .btn-close {
    background: url(../images/close.png) no-repeat;
    width: 3em;
    height: 3em;
    float: right;
}

.modal-content {
    background-color: #fff;
    border: 5px solid rgba(26, 193, 220, 0.84);
    border-radius: 30px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modalnotice {
    font-size: 11pt;
    line-height: 1.8;
    font-family: "微軟正黑體";
}

.modalnotice table {
    margin-top: -20px;
}

.modal-footer {
    text-align: center;
}

.modal_text1 {
    font-size: 20pt;
    line-height: 30pt;
    color: #ea5405;
}

.modal_text2 {
    font-size: 20pt;
    line-height: 30pt;
    color: #595757;
}

.modal_text3 {
    font-size: 16pt;
    line-height: 24pt;
    color: #0081cc;
}

.modal_text4 {
    font-size: 16pt;
    line-height: 24pt;
    color: #595757;
}

.modal_text5 {
    font-size: 14pt;
    line-height: 24pt;
    color: #595757;
}

.modal_ol {
    -webkit-padding-start: 24px;
    padding-inline-start: 24px;
    margin-bottom: 0;
}

.modal .modal-title {
    color: #009999;
    font-weight: 600;
}


@media (min-width: 768px) {
    .modal-dialog {
        max-width: 650px;
    }
}

@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 1000px;
    }
}

.modal-header h4 {
    font-size: 18pt;
    font-weight: bold;
    padding: 0px;
    letter-spacing: 1;

}

@media screen and (max-width: 768px) {
    .modal-header h4 {
        font-size: 15pt;
        letter-spacing: 0px;
    }
}

.btn-secondary {
    background-color: #009999;
    border-color: #009999
}

@media screen and (max-width: 576px) {
    .modal-body {
        font-size: 15px;

    }
}

@media screen and (max-width: 480px) {
    .modal_text1 {
        font-size: 16pt;
        line-height: 24pt;
        color: #ea5405;
    }

    .modal_text2 {
        font-size: 16pt;
        line-height: 24pt;
        color: #595757;
    }

    .modal_text3 {
        font-size: 13pt;
        line-height: 18pt;
        color: #0081cc;
    }

    .modal_text4 {
        font-size: 13pt;
        line-height: 18pt;
        color: #595757;
    }

    .modal_text5 {
        font-size: 11pt;
        line-height: 17pt;
        color: #595757;
    }
}

/*注意事項button*/

.button1 .btn.btn-lg.btn-default {
    background-color: #ffffff;
    border: 1px solid rgba(183, 183, 183, 1.00);
    font-size: 16px;
    letter-spacing: 0px;
}

.button1 {
    /* margin-top: 20px; */
    /* [disabled]margin-right: 20px; */
    /* [disabled]margin-left: 20px; */
    /* [disabled]margin-bottom: 40px; */
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 24pt;
    font-size: 16px;
    border: 1px solid #ccc;
    /* [disabled]border-radius: 20px; */
    color: #626364;
    background-color: #fff;
}

.button1:hover,
.button1:focus {
    color: rgba(255, 79, 0, 1.00);
    font-size: 16px;
    border-color: rgba(255, 171, 107, 1.00);
    border-width: thin;
}

/**/
.button2 .btn.btn-lg.btn-default {
    background-color: #ffffff;
    border: 1px solid rgba(183, 183, 183, 1.00);
    font-size: 16px;
    letter-spacing: 0px;
}

.button2 {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 24pt;
    font-size: 16px;
    border: 1px solid #ccc;
    color: #626364;
    background-color: #fff;
    text-decoration: none;
}

.button2:hover,
.button2:focus {
    color: rgba(255, 79, 0, 1.00);
    font-size: 16px;
    border-color: rgba(255, 171, 107, 1.00);
    border-width: thin;
}

.linkB {
    margin: 15px 0px 20px;
}


.get-appP1 .service-itemP6 .G4w {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #000;
    margin: 0px 100px;
    line-height: 2em;
}

@media screen and (max-width: 768px) {
    .get-appP1 .service-itemP6 .G4w {
        font-size: 18px;
        margin: 0px;
    }
}

/* rwd-table設定 */

.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
    background: #eee;
}

.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) ":";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.rwd-table th,
.rwd-table td {
    text-align: center;
}

.rwd-table th,
.rwd-table td:before {
    color: #000000;
    font-weight: bold;
}

@media (min-width: 480px) {
    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
        border: 1px solid #FFFFFF;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

/* p1 flex to center 第2行奇數圈圈*/
.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* p1 內文文字副標行距縮小 */
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/* p7 style小副標樣式 */
.subtitle {
    text-align: left;
    letter-spacing: 0px;
}

/* p6 樣式 */
.red {
    color: red;
}

/* footer樣式 */

.footerStyle {
    width: 100%;
    background-color: #f4f4f4;
}


/* p8 按鈕 調成橘色粗體 */
.button2.button2-orange{
    background-color: #fff;
    border: 1px solid rgba(255, 79, 0, 1.00);
    color: rgba(255, 79, 0, 1.00);
    font-weight: 400;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

/* Hover：才變橘 */
.button2.button2-orange:hover,
.button2.button2-orange:focus{
    background-color: rgba(255, 79, 0, 1.00);
    border-color: rgba(255, 79, 0, 1.00);
    color: #fff;
    font-weight: 700;
}