/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/

body {
    -webkit-backface-visibility: hidden
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    -o-animation-duration: 0.75s;
    animation-duration: 0.75s
}

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;
    font-family: Arial,"Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", "新細明體", sans-serif !important;
}   

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
}


.clearfix,
.btn-group,
.home .section-3 .qa-list {
    *zoom: 1
}

.clearfix:before,
.btn-group:before,
.home .section-3 .qa-list:before,
.clearfix:after,
.btn-group:after,
.home .section-3 .qa-list:after {
    display: table;
    content: ""
}

.clearfix:after,
.btn-group:after,
.home .section-3 .qa-list:after {
    clear: both
}

.hide-text,
.btn-gotop,
.navbar-brand>span {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.tab-focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body {
    min-width: 303px
}

body,
input,
textarea,
a {
    font-family: "Yu Gothic", "PingFang TC", "Microsoft JhengHei", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #009e96;
}

.container {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    padding: 0 15px
}

@media (max-width: 480px) {
    .container {
        padding: 0
    }
}

.bg-size-contain,
.navbar-brand>span {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center
}

.bg-size-cover,
.home .full-bg,
.home .section-2 .row-2 .col-1 .inner-row-2,
.home .section-2 .row-2 .col-2 .inner-row-2 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.btn-icon {
    outline: none;
    cursor: pointer;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    display: inline-block;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}

.btn-icon .icon,
.btn-icon .txt {
    display: inline-block;
    vertical-align: middle
}

.btn-icon .icon {
    margin-right: 6px
}

.btn-icon .txt {
    color: #3f3f3f;
    font-size: 14px
}

.btn-icon.js-hover .txt,
.btn-icon.js-hover .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-icon.js-hover:hover .txt {
    color: #00B7AD
}

.btn-icon.js-hover:hover .icon {
    transform: translate(-3px, 0)
}

.btn-divider {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0
}

.btn-divider .item {
    display: inline-block;
    font-size: 0;
    color: #fff
}

.btn-divider .item:before,
.btn-divider .item .link {
    display: inline-block;
    vertical-align: middle
}

.btn-divider .item:before {
    content: "|";
    font-size: 14px
}

.btn-divider .item:first-child:before {
    display: none
}

.btn-divider .item .link {
    font-size: 14px;
    color: #fff;
    padding: 5px;
    text-decoration: none
}

.btn-divider .item.js-hover .link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-divider .item.js-hover:hover .link {
    text-decoration: underline
}

.btn-border {
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 6px solid transparent;
    font-size: 21px;
    text-decoration: none;
    padding: 20px 5%;
    text-align: center
}

.btn-border.js-hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-border.style-green {
    color: #00B7AD;
    border-color: #00B7AD
}

.btn-border.style-green.js-hover:hover {
    background-color: #fff;
    border-color: #fff
}

.btn-border.style-white {
    color: #fff;
    border-color: #fff
}

.btn-border.style-white.js-hover:hover {
    background-color: #00B7AD;
    border-color: #00B7AD
}

.btn-border.style-icon .txt,
.btn-border.style-icon .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: -6px
}

.btn-border.style-icon .txt {
    margin-right: 25px
}

.btn-border.style-icon.js-hover .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-border.style-icon.js-hover:hover .icon {
    transform: translate(3px, 0)
}

.btn-gotop {
    position: fixed;
    z-index: 98;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 50px;
    height: 50px;
    background: url("../img/go-top.png") no-repeat
}

.btn-bg {
    cursor: pointer;
    display: inline-block;
    background-color: #009E8E;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 5px;
    padding: 10px;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.42);
    -webkit-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.42);
    -o-text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.42);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.42)
}

.btn-bg.js-hover:hover {
    background-color: #01BDAA
}

.align-box-wrap {
    display: table;
    width: 100%;
    height: 100%
}

.align-box-wrap .align-box-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.css-table {
    display: table;
    width: 100%;
    height: 100%
}


.dropdown {
    position: relative
}

.dropdown .dropdown-list {
    width: 100%;
    display: none
}

.dropdown .dropdown-list li {
    background-color: #BFEAE5;
    color: #333;
    border-top: 1px solid #92D8D1;
    text-align: left
}

.dropdown .dropdown-list li.js-hover:hover a {
    background-color: #009E8E;
    color: #fff
}

.dropdown .dropdown-list li.js-hover:hover a .fa {
    color: #fff
}

.dropdown .dropdown-list li:first-child {
    border-top-width: 0
}

.dropdown .dropdown-list li a {
    font-size: 17px;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 7px 12px;
    letter-spacing: 5px;
    font-weight: 200;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.dropdown .dropdown-list li a .fa {
    float: right;
    padding: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.dropdown .dropdown-list li.note {
    background-color: #fff;
    color: #009E8E;
    border: 1px solid #009E8E;
    padding: 7px 12px;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 5px
}

.btn-group .item {
    padding: 15px 25px;
    width: 50%;
    float: left
}

.online-popup {
    display: none;
    border: 2px solid #f2f2f2;
    text-align: center;
    background-color: #fff;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.29)
}

.online-popup .popup-btn-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px
}

.online-popup h3 {
    color: #009e96;
    font-size: 28px;
    margin-bottom: 13px
}

.online-popup p {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 500
}

.online-popup .btn-group .item:first-child {
    padding-left: 0
}

.online-popup .btn-group .item:last-child {
    padding-right: 0
}

.online-popup .btn-group .btn-bg {
    display: block
}

@media (max-width: 645px) {
    .online-popup p {
        max-width: 300px;
        margin: 0 auto
    }
    .online-popup .btn-group {
        margin-top: 12px
    }
    .online-popup .btn-group .item {
        width: 100%;
        padding: 7px 0;
        text-align: center
    }
    .online-popup .btn-group .item:first-child {
        padding-right: 0
    }
    .online-popup .btn-group .item:last-child {
        padding-left: 0
    }
    .online-popup .btn-group .item .dropdown,
    .online-popup .btn-group .item .btn-bg {
        display: inline-block;
        max-width: 300px;
        width: 100%
    }
}

html.sticky-footer {
    position: relative;
    min-height: 100%
}

html.sticky-footer body {
    margin-bottom: auto
}

html.sticky-footer .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto
}

@media (max-width: 480px) {
    body.headroom--not-top .btn-online {
        display: table
    }
    body.headroom--not-top .btn-dream {
        display: none
    }
    body.headroom--not-top .navbar-brand>span {
        background-image: url("../img/navbar-brand.svg");
        width: 120px
    }
    body.headroom--not-top .navbar {
        position: fixed;
        height: 50px;
        left: 0;
        right: 0;
        top: 0
    }
}

.main {
    padding-top: 0px;
    background-image:linear-gradient(135deg, #a4a4a4, #ffffff, #efefef);
}



.home .section {
    position: relative;
    overflow: hidden
}

.home .section .container {
    padding: 0 40px;
    height: 100%;
    position: relative;
    z-index: 2
}

@media (max-width: 600px) {
    .home .section .container {
        padding: 0
    }
}

.home .full-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh
}

.home .main-title {
    color: #595757;
    font-size: 40px;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 1%;
}

@media (max-width: 600px) {
    .home .main-title {
        font-size: 35px
    }
}

.home .main-desc {
    color: #595757;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 600px) {
    .home .main-desc {
        font-size: 18px
    }
}

@media (max-width: 600px) {
    .home .main-desc br {
        display: none
    }
}

.home .section-2 {
    z-index: 2
}

.home .section-2 .full-bg {
    height: 96%;
    background-color: #D9D9D9;
    background-image: url("../img/temp/kv-2.jpg")
}

.home .section-2 .row-1 {
    padding-top: 12%;
    color: #1e1e1e;
    display: table;
    width: 100%;
    padding-bottom: 10%;
}

@media (max-width: 768px) {
    .home .section-2 .row-1 {
        display: block
    }
}

.home .section-2 .row-1 .col {
    padding: 15px;
    width: 50%;
    display: table-cell;
    vertical-align: top;
    position: relative
}

@media (max-width: 768px) {
    .home .section-2 .row-1 .col {
        display: block;
        width: 100%
    }
}

.home .section-2 .row-1 h6 {
    display: inline-block;
    line-height: 1.45;
    border-bottom: 6px solid #A3A3A3
}

.home .section-2 .row-1 h6 small,
.home .section-2 .row-1 h6 big {
    display: block
}

.home .section-2 .row-1 h6 small {
    font-size: 29px;
    font-weight: 200;
    padding-left: 1%
}

@media (max-width: 992px) {
    .home .section-2 .row-1 h6 small {
        font-size: 25px
    }
}

@media (max-width: 480px) {
    .home .section-2 .row-1 h6 small {
        font-size: 22px
    }
}

.home .section-2 .row-1 h6 big {
    font-size: 75px;
    font-weight: 300
}

@media (max-width: 992px) {
    .home .section-2 .row-1 h6 big {
        font-size: 68px
    }
}

@media (max-width: 480px) {
    .home .section-2 .row-1 h6 big {
        font-size: 60px
    }
}

.home .section-2 .row-1 dl {
    font-size: 20px;
    font-weight: 300
}

@media (max-width: 480px) {
    .home .section-2 .row-1 dl {
        font-size: 17px
    }
}

.home .section-2 .row-1 dl dt {
    font-weight: 600
}

.home .section-2 .row-1 dl dd {
    margin-bottom: 15px
}

.home .section-2 .row-2 {
    margin-top: 25px
}

@media (max-width: 768px) {
    .home .section-2 .row-2 {
        margin-top: 10px
    }
}

.home .section-2 .row-2 h5 {
    text-align: center;
    color: #545454;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px
}

@media (max-width: 768px) {
    .home .section-2 .row-2 h5 {
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    .home .section-2 .row-2 h5 {
        font-size: 22px
    }
}

.home .section-2 .row-2 .assess-list {
    display: table;
    width: 100%
}

@media (max-width: 768px) {
    .home .section-2 .row-2 .assess-list {
        display: block
    }
}

.home .section-2 .row-2 .col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
    background-color: #fff
}

@media (max-width: 768px) {
    .home .section-2 .row-2 .col {
        display: block;
        width: 100%
    }
}

@media (max-width: 768px) {
    .home .section-2 .row-2 .inner-row-1 {
        padding-bottom: 0 !important
    }
}

.home .section-2 .row-2 .inner-row-1 strong {
    display: inline-block;
    color: #00B7AE;
    font-size: 21px;
    margin-bottom: 15px
}

@media (max-width: 480px) {
    .home .section-2 .row-2 .inner-row-1 strong {
        font-size: 19px;
        margin-bottom: 10px
    }
}

.home .section-2 .row-2 .inner-row-1 h3 {
    color: #5a5a5a;
    font-size: 31px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 35px
}

@media (max-width: 480px) {
    .home .section-2 .row-2 .inner-row-1 h3 {
        font-size: 25px;
        margin-bottom: 25px
    }
}

.home .section-2 .row-2 .inner-row-1 ul {
    color: #757575;
    font-size: 16px;
    font-weight: 200;
    padding-left: 5px
}

@media (max-width: 480px) {
    .home .section-2 .row-2 .inner-row-1 ul {
        font-size: 14px
    }
}

.home .section-2 .row-2 .inner-row-1 ul li {
    background: url("../img/list-type-1.jpg") no-repeat left top 11px;
    padding-left: 10px
}

.
.home .section-3 {
    margin-top: -7%
}

.home .section-3 .full-bg {
    height: 100%;
    background-image: url("../img/temp/kv-3.jpg")

}

.home .section-3 .container {
    padding: 7% 0 13%
}

@media (max-width: 480px) {
    .home .section-3 .container {
        padding-bottom: 20%
    }
}

.home .section-3 .qa-list {
    margin-top: 6%;
padding: 0 10% 0 24%;
}

@media (max-width: 768px) {
    .home .section-3 .qa-list {
        padding: 0 40px
    }
}

.home .section-3 .qa-list .item {
    display: table;
    width: 83.4%;
    padding-top: 15px
}

@media (max-width: 480px) {
    .home .section-3 .qa-list .item {
        width: 100%
    }
}
first-child 

.home .section-3 .qa-list .item.type-a {
    float: right
}

.home .section-3 .qa-list .item.type-a .col.icon {
    background-color: #FFC733
}

.home .section-3 .qa-list .item.type-a .col.icon:before {
    left: auto;
    right: -30px;
    border-right-width: 0;
    border-left: 30px solid #FFC733
}

.home .section-3 .qa-list .item .col {
    display: table-cell;
    vertical-align: top
}

.home .section-3 .qa-list .item .col.icon {
    position: relative;
    background-color: #00B7AD;
    color: #fff;
    font-size: 68px;
    font-family: 'Alef', sans-serif;
    width: 20%;
    text-align: center;
    padding: 3%
}

@media (max-width: 768px) {
    .home .section-3 .qa-list .item .col.icon {
        font-size: 45px
    }
}

@media (max-width: 600px) {
    .home .section-3 .qa-list .item .col.icon {
        font-size: 35px
    }
}

.home .section-3 .qa-list .item .col.icon:before {
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: -30px;
    display: block;
    content: '';
    border: 30px solid transparent;
    border-top-width: 0;
    border-left-width: 0;
    border-right-color: #00B7AD
}

.home .section-3 .qa-list .item .col.txt {
    background-color: #fff;
    color: #434343;
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.8;
    padding: 6%
}

@media (max-width: 768px) {
    .home .section-3 .qa-list .item .col.txt {
        font-size: 17px
    }
}

@media (max-width: 600px) {
    .home .section-3 .qa-list .item .col.txt {
        font-size: 15px
    }
}

.home .section-3 .qa-list .item .col.txt u {
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 4px solid #9D9D9D
}

.home .section-4 {
    background-color: #00B7AD;
    margin-top: 0px;
    padding-bottom: 100px;
}


.home .section-6 {
    background-color: #868686;
}

.home .section-6 .container {
    padding: 5% 0;
}

.home .section-6 .num-list-1 {
    color: #f6f6f6;
    font-size: 15px;
    padding-left: 20px;
    line-height: 1.8;
}

.home .section-6 .num-list-1 .num-list1-item {
    list-style-type: decimal;
}

.home .section-6 .num-list-1 .num-list1-item span{ 
    color: yellow;
}

.home .section-6 .num-list-1 .num-list1-item a{
    color: #02ffb4;
    text-decoration: underline;
    font-size: 15px;
    font-family: "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.home .section-6 .num-list-2 {
    padding-left: 25px;
}

.home .section-6 .num-list-2 .num-list2-item {
    list-style-type: decimal-leading-zero;
}

.small-ol .small-li{
    counter-increment: my-counter;
    margin-left: 23px;
    text-indent: -23px;
    list-style: none;
}

.small-ol .small-li::before {
  content: "("counter(my-counter) ")";
}

.event_body_calculation{
    background-color: #f5f5f5;
}

.event_tittle{
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 40px 20px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    color: #595757;
    font-weight: bold;
    }

    .event_tittle2{
    width: 100%;
    margin: 0 auto;
    padding: 100px 10px 40px 10px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: bold;
    }

/*表格*/
.baseTable {
    width: 90%;
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
    border-left: solid 1px #d9d9d9;
    border-right: solid 1px #d9d9d9;
    border-spacing: unset;
    text-indent: unset;
    border-collapse: revert;
    }

    .baseTable th {
    background: #3cbaad;
    color: #ffffff;
    font-weight: normal;
    padding: 10px 0px;
    border-top: solid 1px #d9d9d9;
    border-left: 1px solid #d9d9d9;
    letter-spacing: 2px;
    }
    .baseTable th span{
    color: #fff100;
    }

    .baseTable th:first-child {
    border-left: solid 1px #3cbaad;
    }
    .baseTable th:last-child {
    border-right: solid 1px #3cbaad;
    }
    .baseTable td {
    font-size: 16px;
    border-left: solid 1px #d9d9d9;
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0px;
    line-height: 30px;
    background-color: #ffffff;
    color: #333;
    }

@media(max-width:450px){
    .baseTable td span{
    display: block;
    }
    .baseTable th {
    width: 15%;
    max-width: 80px;
    }
    .baseTable td {
    width: 15%;
    max-width: 80px;
    }
}

.event_body_calculation{
    padding-bottom: 4x;
}

.event_content{
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content :center;
    flex-wrap: wrap;
}

.event_content1{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content :center;
    flex-wrap: wrap;
}

.event_list{
    width: 100%;
    max-width: 310px;
    height: 310px;
    display:inline-block;
    box-sizing: border-box;
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 20px;
    margin: 20px 1.5%;
    border: 1px solid #d9d9d9;
}

.event_list1{
    width: 100%;
    max-width: 325px;
    height: 350px;
    display:inline-block;
    box-sizing: border-box;

    padding-top: 30px;
    border-radius: 20px;
    margin: 20px 1.5%;
    border: none;
}

.event_list1 p span {
    font-size: 16px; 
    line-height: 35px;
    font-weight: 800;
    letter-spacing: 1.3px;
    color: #c33746;
}

.event_text{
    width: 100%;
    text-align: center;
    font-size: 0px;    
}

.event_text h4{ 
    width: 100%;
    text-align: center;
    font-size: 22px; 
    padding-top: 10px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 1.3px;
    color: #444444;
    display: inline-block;
    position: relative;
    top: 12%;
    box-sizing: border-box;
}

.event_text h4 span{ 
    width: 100%;
    text-align: center;
    font-size: 28px; 
    color: #c33746;

}


.event_textdetail{
    width: 100%;
    height: 50px;
    padding: 16px 31px;
    line-height: 35px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.3px;
    line-height : 30px;
    color: #444444;
    display: inline-block;
    position: relative;
    top: 12%;
    box-sizing: border-box;
}
.event_textdetail-tittle{
    height: 65px;
}

.event_img{
    width: 100%;
    height: 100px;
    padding: 20px;
}

.event_img1{
    width: 100%;
    height: 200px;

    margin-bottom: 20px;
    padding: 20px;
}

/* 
.event_textdetail h4 {
    
    font-size: 30px;
    font-weight: 800;
    color: #f5970b;
    display: inline-block;
    position: relative;
    top: 12%;
    box-sizing: border-box;
} */

.event_notice{
    margin: 0px auto;
    text-align: center ;
    font-size: 14px;
    font-weight: normal;
    color: #595757;
    padding: 0px 0px 30px 0px;
    width: 70%;
    line-height: 28px;
    max-width: 850px;
    background: none;
    padding-bottom: 70px;
}

@media(max-width:1200px){
    .event_notice{
    padding: 0px 0px 20px 0px;
}
}

@media(max-width:1024px){
    .event_notice{
        width: 91%;
}
}

@media(max-width:450px){
    .event_list{
    height: 270px;
}
.event_tittle {
    font-size: 27px;
    padding: 50px 20px 20px 20px;
}
.event_tittle span{
    display: block;;
}
.event_tittle2 {
    font-size: 26px;
    padding: 50px 10px 15px 10px;
}
.event_list1 {
    padding-top: 0px;
    margin: 20px 1.5%;
}
.event_img1 {
    padding: 0px; 
}
.event_textdetail {
    padding: 0px 31px;
}
.event_text {
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}
.event_text_final{
    border-bottom:0px
}
.event_content1 {
    margin-bottom: 40px;
}
.home .main-title {
    font-size: 27px;
    padding-bottom: 10px;
}
.home .main-desc {
    font-size: 16px;
    line-height: 22px;
}
.home .section-6 .container {
    padding: 40px 0px;
}
}
.event_notice2{
    margin: 0px auto;
    text-align: center ;
    font-size: 14px;
    font-weight: normal;
    color: #f54c6a;
    padding: 0px 0px 30px 0px;
    width: 70%;
    line-height: 28px;
    max-width: 850px;
    background: none;
    padding-bottom: 0px;
    padding-top: 10px;
}

@media(max-width:1200px){
    .event_notice{
    padding: 0px 0px 20px 0px;
}
}

@media(max-width:1024px){
    .event_notice{
        width: 91%;
}
}

/* kv */

.kv_banner_web img{
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    margin-top: 3%;
}

.kv_banner_mobile img{
    width: 100%;
    display: none;
    margin: 0 auto;
    border: none;
  }

@media (max-width: 700px) {
    .kv_banner_web{
        display: none;
      }

    .kv_banner_mobile img{
        display: block;
      }
}

.style1 {
    font-size: large;
    font-weight: bold;
    color: #f6f6f6;
}

.event_btnbody{
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 30px  auto;
    overflow: hidden;
    padding: 10px 0px 30px 0px;
}

@media(max-width:500px){
    .event_btnbody{
        width: 100%;
        text-align: center;
        margin: 0 auto;
        overflow: hidden;   
    }
}

/*各區按鈕*/

.event_btn1{
    display:inline-block; 
    height: 2.76em; 
    line-height: 2.8em; 
    font-size: 17px; 
    text-align: center; 
    color: #3cbaad; 
    background: #fff; 
    cursor: pointer;
    width: 250px;
    border-radius: 4px;
    border:1px solid #3cbaad ;
    margin: 10px 20px;
}

.event_btn1:hover{
    opacity: 0.8;
}

.event_btn2{
    display:inline-block; 
    height: 2.76em; 
    line-height: 2.8em; 
    font-size: 17px; 
    text-align: center; 
    color: #fff; 
    background: #3cbaad; 
    cursor: pointer;
    width: 250px;
    border-radius: 4px;
    border:1px solid #ffffff ;
    margin: 10px 20px;
}

.event_btn2:hover{
    opacity: 80%;
}

/*new*/
.event_main_body{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content :center;
    align-items: center; 
    margin-bottom: 50px
}

.event_body{
    margin: 0 20px;
}

.event_body p{
    margin: 0px auto;
    font-size: 17px;
    font-weight: normal;
    color: #595757;
    text-align:justify;
    line-height: 1.5;
    padding: 5px 0;
    max-width: 800px;
    text-indent: 0px;
    margin-bottom: 15px;
}

.special_list{
    width:100%;
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    display: flex;
    margin:20px 1.5%;
}

.special_list span{
    color: #f54c6a;
    font-weight: 600;
}

.special_img{
    width: 20%;
    max-width: 100px;
    display:inline-block;
    margin-left: 30px;
    position: relative;
    top: 50px;
    margin-right: 20px;
}

.special_img img{
    width: 100%;
    display: block;
}

.special_text{
    width: 64%;
    padding:40px 10px 40px 10px;
    display: inline-block;
    font-size: 22px;
    text-align: left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-bottom: 0px;
}

.special_text h4{
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 700;
    color: #22a1d5;
}

.special_text .h4_color{
    font-size: 24px;
    padding-bottom: 20px;
    color: #ed4e39;
}

.special_text .h4_color_2{
    font-size: 24px;
    padding-bottom: 20px;
    color: #6ab864;
}

.special_text a{
    color: #009d95;
    text-decoration: underline;
}

.ul_content_1 {
    margin-bottom: 15px;
}

.ul_content_1 li{
    font-size: 17px;
    font-weight: normal;
    color: #595757;
    text-align:justify;
    line-height: 27px;
    padding: 5px ;
    max-width: 800px;
    text-indent: 0px;
    margin-left: 20px;
    list-style-type: disc;
    letter-spacing: 2px;
}

.ul_content_1 span{
    color: #E66900;
    font-weight: 600;
}

.ul_notice_1 li{
    font-size: 14px;
    text-indent: -20px;
    padding-left: 21px;
    line-height:1.8;
    text-align: justify;
    color: #2e2e2e;
    letter-spacing: 1px;
}

.ul_notice_1 li span{
    color: #b31212;
}

@media (max-width: 700px){
    .special_list {
    align-items: center;
    flex-direction: column;
    padding: 10px 10px;
    }

    .special_img{
    width: 30%;
    }
    .special_text{
    width: 94%;
    padding: 74px 0 0 0;
    }
}

@media (max-width: 430px){
    .special_list {
    align-items: center;
    flex-direction: column;
    }

    .special_img{
    width: 30%;
    }

    .special_text{
    width: 94%;
    padding: 74px 30px 30px 30px;
    }

    .event_list{
    padding: 5px
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
}
