html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.topnav {
    width: 100%;
    background-color: #393a3e;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

.topnav_box {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.topnav_box--link {
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    display: block
}

.topnav_box--link a {
    text-decoration: none;
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 .5rem
}

.topnav_box--link a:last-child {
    border-right: none
}

.logo {
    display: block;
    padding: 1rem 0
}

.logo img {
    display: block
}

.topnav__btn {
    display: none
}

.topnav_box .topnav_box__mobile--link {
    display: none
}

.topnav_box .topnav_box__mobile--link a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    padding: .75rem;
    border-bottom: 1px solid #848484
}

.topnav_box .topnav_box__mobile--link a:last-child {
    border-bottom: none
}

#main {
    margin-top: 64px
}

@media screen and (max-width: 1200px) {
    .topnav_box .logo {
        padding: 1rem .5rem
    }
}

@media screen and (max-width: 576px) {
    #main {
        margin-top: 62px
    }

    .topnav_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .topnav__btn {
        display: block;
        margin-left: auto;
        width: 60px;
        height: 40px;
        background-image: url("../images/btn.png");
        cursor: pointer
    }

    .topnav_box .logo img {
        height: 30px
    }

    .topnav_box .topnav_box--link {
        display: none
    }

    .topnav_box .topnav_box__mobile--link {
        width: 100%;
        border-top: 1px solid #545454
    }

    .topnav_box .topnav_box__mobile--link a a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 1rem 0;
        border-bottom: 1px solid #545454;
        color: #fff;
        text-decoration: none
    }

    .topnav_box .topnav_box__mobile--link a:last-child {
        border-bottom: none
    }
}

@media screen and (max-width: 414px) {
    #main {
        margin-top: 52px
    }

    .topnav_box .logo img {
        height: 20px
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

nav,
header,
main {
    display: block
}

html,
body {
    font-family: Arial, '微軟正黑體'
}

#app {
    width: 100%
}

nav {
    width: 100%;
    max-width: 950px;
    height: 97px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

nav .nav__box-logo {
    display: inline-block;
    margin-right: 32px;
    vertical-align: middle
}

nav .nav__box-logo img {
    display: block;
    width: 100%
}

nav .nav__box-text {
    font-size: 26px;
    font-weight: bold;
    color: #707070;
    vertical-align: middle
}

header {
    width: 100%;
    height: 322px;
    border-top: 2px solid #D9D9D9;
    background-image: url("../images/bg.jpg");
    background-position: center center;
    position: relative;
    z-index: 0
}

header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    z-index: 0
}

header .header__box {
    z-index: 0;
    width: 100%;
    max-width: 950px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

header .header__box--text {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px
}

header .header__box--text h3{
	font-size: 22px;
	font-weight: bold;
}

header .header__box--text span{
	position: relative;
}

header .header__box--text span:before{
	content:"\201C";
	position: absolute;
    top: -32px;
    left: -19px;
	color: #fff;
	font-size: 56px;
}
header .header__box--text span:after{
	content:"\201D";
	position: absolute;
    bottom: -61px;
    right: -19px;
	color: #fff;
	font-size: 56px;
}
header .header__box--text:last-child {
    margin-bottom: 0
}

header .header__box-logo {
    width: 103px;
    height: 103px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px
}

header .header__box-logo img {
    display: block;
    width: 100%
}

main {
    width: 100%;
    background-color: #EEF0F0;
    padding-bottom: 88px
}

main .main__box {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center
}

main .main__box--title {
    padding-top: 36px;
    padding-bottom: 36px
}

main .main__box--table {
    background-color: #fff;
    padding: 16px;
    margin-bottom: 24px
}

main .main__box-title {
    color: #3C3D3F;
    font-size: 28px;
    margin-bottom: 12px
}

main .main__box-phone__box h3 {
    display: inline-block;
    color: #3C3D3F
}

main .main__box-phone__box h3:first-child {
    margin-right: 16px
}

main .main__box-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    text-align: left
}

main .main__box-table td,
main .main__box-table th {
    padding: 16px;
    color: #727272;
    border-bottom: 1px solid #E3E3E3
}

main .main__box-table th {
    text-align: left
}

.btn-link {
    width: 340px;
    height: 52px;
    background-color: #CF2526;
    color: #fff;
    text-decoration: none;
    border-radius: 24px;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 52px;
    font-size: 21px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.btn-link:hover {
    background-color: #eb4646
}

.rwd-toggle {
    display: none
}

footer {
    background-color: #CF2526;
    color: #fff;
    padding-top: 36px;
    padding-bottom: 36px
}

footer .footer__text {
    text-align: center;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    font-size: 14px
}
.main__box-card{
    padding: 1.5rem 0;
}
main .main__box-title{
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: bold;
    color:#0071BC;
}
.main__box-content{
    padding: 2rem;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 7px rgba(0,0,0,.15);
}
.main__box-content-block{
    display: block;
    margin-bottom: 12px;
    line-height: 1.5;
}
.main__box-content-block:last-child{
    margin-bottom: 0;
}
.main__box-content--title{
    color:red;
    font-weight: bold;
}
@media screen and (max-width: 950px) {

    nav,
    header,
    main {
        padding: 0 18px
    }

    main {
        padding-bottom: 24px
    }

    footer {
        padding: 36px 18px
    }
}

@media screen and (max-width: 768px) {
    header .header__box--text {
        font-size: 16px
    }

    table thead {
        display: none
    }

    .main__box-table tbody tr td:first-child {
        display: block;
        width: 100%
    }

    .main__box-table tbody tr td:not(:first-child) {
        display: inline-block;
        width: 50%
    }

    .rwd-toggle {
        display: inline-block;
        width: 50%;
        background-color: #FF6B6D;
        font-weight: bold;
        color: #fff !important
    }
}

@media screen and (max-width: 576px) {
    nav .nav__box-logo {
        margin-right: 10px
    }

    nav .nav__box-text {
        font-size: 18px
    }

    header .header__box--text {
        font-size: 14px
    }

    main .main__box--title {
        padding-top: 22px;
        padding-bottom: 22px
    }

    main .main__box-title {
        font-size: 22px
    }

    main .main__box-phone__box h3 {
        font-size: 14px
    }

    main .main__box-table td,
    main .main__box-table th {
        padding: 12px
    }

    .rwd-toggle {
        width: 40%;
        font-size: 14px
    }

    .main__box-table tbody tr td:not(:first-child) {
        display: inline-block;
        width: 60%;
        font-size: 14px
    }

    .btn-link {
        width: 100%
    }
}

@media screen and (max-width: 414px) {
    nav {
        height: 64px
    }

    nav .nav__box-logo {
        width: 120px
    }

    nav .nav__box-text {
        font-size: 16px
    }

    header .header__box-logo {
        width: 90px;
        height: 90px
    }

    .rwd-toggle--email {
        display: block;
        width: 100%
    }

    .rwd-toggle--email~td {
        width: 100% !important;
        display: block !important
    }
}