/* ---reset.css--- */

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;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    background-color: #fff;
}

ol,
ul {
    list-style: none;
}

.w30 {
    width: 30%;
}

#demo {
    width: 400px;
    margin: 0 auto;
}

.post-it {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg);
}

.post-it:before,
.post-it:after {
    content: " ";
    position: absolute;
    z-index: 100;
}

.post-it:before {
    background: rgba(0, 0, 0, 0.3);
    bottom: 2px;
    left: 4px;
    max-height: 60px;
    max-width: 180px;
    height: 70%;
    width: 90%;
    -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
    -webkit-transform: skew(-8deg, -2deg) rotate(-1deg) translate3d(0, 0, 0);
    -moz-transform: skew(-8deg, -2deg) rotate(-1deg) translate3d(0, 0, 0);
    -ms-transform: skew(-8deg, -2deg) rotate(-1deg) translate3d(0, 0, 0);
    -o-transform: skew(-8deg, -2deg) rotate(-1deg) translate3d(0, 0, 0);
    transform: skew(-8deg, -2deg) rotate(-1deg) translate3d(0, 0, 0);
}

.post-it:after {
    background: rgba(0, 0, 0, 0.1);
    height: 30%;
    max-height: 30px;
    max-width: 60px;
    right: 1px;
    top: 0px;
    width: 30%;
    -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.2);
    -webkit-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0, 0, 0);
    -moz-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0, 0, 0);
    -ms-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0, 0, 0);
    -o-transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0, 0, 0);
    transform: skew(-10deg, -5deg) rotate(-1deg) translate3d(0, 0, 0);
}

.post-it .inner {
    padding: 10px;
    min-height: 100px;
    background: #fff799;
    z-index: 1000;
    position: relative;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.question {
    font-size: 22px;
    line-height: 28px;
    padding: 16px 0;
}

.hidden800 {
    display: block;
}

.block800 {
    display: none;
}

@media screen and (max-width: 1020px) {
    .hidden800 {
        display: none;
    }
    .block800 {
        display: block;
    }
}

blockquote,
q {
    quotes: none;
}

.note ul {
    margin-left: 24px;
}

li {
    list-style-type: decimal;
}

.table td,
.table th {
    padding: 0.5rem !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    text-decoration: none;
    color: black;
}

a:hover {
    color: #727171;
    text-decoration: none;
}


/* ---reset.css--- */

html {
    font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: none;
    background-color: #fff;
    width: 100%;
}

body {
    width: 100%;
}

#chart_part {
    font-family: "Microsoft JhengHei";
    width: 967px;
    margin: 0 auto;
    padding: 70px 0 30px 0;
    font-size: 20px;
}


/* --電腦版型------------------------------------- */

header {
    font-family: Microsoft JhengHei;
    width: 100%;
    /* background-image: url(../images/bg.png); */
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #FFF9F2;
    background-size: contain;
}

header h1 {
    /* height: 500px; */
    margin: 0 auto;
}

.bomb {
    vertical-align: middle;
    display: inline-block;
    width: 10%;
}

.col-md-6 {
    padding: 0 30px;
}

.p30 {
    padding: 30px;
}

.circle {
    width: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    display: inline-block;
    background: #3ea710
}

.chart_result {
    font-size: 24px;
    color: #E38A70;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
}

canvas {
    padding: 30px
}

.bigger {
    font-size: 40px;
}

.result_remark {
    font-size: 24px;
    line-height: 40px;
}

.chart_remark {
    font-size: 16px;
    text-align: left;
    margin-top: -30px;
}

.highlight {
    display: inline-block;
    background-color: yellow;
    transform: scale(1.1) rotate(-2deg) skew(-20deg);
    z-index: -1;
    margin: 0px 0 0px 0;
    font-size: 24px;
    line-height: 26px;
}

.highlight>* {
    display: inherit;
    transform: scale(0.7) rotate(2deg) skew(20deg);
    text-align: justify;
}

.highlight-underline {
    position: relative;
    text-decoration: none;
    color: rgb(21, 21, 21);
}

.highlight-underline::before {
    content: "";
    position: absolute;
    left: -5%;
    bottom: -1px;
    width: 110%;
    height: 8px;
    background-color: yellow;
    z-index: -1;
}

.highlight-underline--center::before {
    bottom: 4px;
}

.chart_big_title {
    margin-top: 42px;
    width: 90%;
    background: #148F9C;
    color: white;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 28px;
    line-height: 40px;
    border-radius: 10px;
}

.note {
    color: #333;
    position: relative;
    width: auto;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.3);
    margin: 28px 0;
}

.titlemark {
    font-size: 32px;
    line-height: 36px;
    width: 40%;
    text-align: center;
}

.note .author {
    display: block;
    margin: 40px 0 0 0;
    text-align: right;
}

.yellow {
    background: #ffa;
}

.blue {
    background: #ddf;
}

.imgleft {
    float: left;
    margin: 0 20px 20px 0;
}

.result-note {
    font-size: 22px;
    text-align: justify;
    line-height: 38px;
}

.strongtext {
    color: #D42B1E;
    font-size: 28px;
}

.num {
    font-family: Georgia, serif;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
}

.note img {
    border: 5px solid #fff;
}

.pin {
    background-color: #aaa;
    display: block;
    height: 10px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 1;
}

.pin:after {
    background-color: #A31;
    background-image: radial-gradient(25% 25%, circle, hsla(0, 0%, 100%, .3), hsla(0, 0%, 0%, .3));
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, .1), inset 3px 3px 3px hsla(0, 0%, 100%, .2), inset -3px -3px 3px hsla(0, 0%, 0%, .2), 13px 3px 3px hsla(0, 0%, 0%, .15);
    content: '';
    height: 12px;
    left: -5px;
    position: absolute;
    top: -10px;
    width: 12px;
}

.pin:before {
    background-color: hsla(0, 0%, 0%, 0.1);
    box-shadow: 0 0 .25em hsla(0, 0%, 0%, .1);
    content: '';
    height: 10px;
    width: 2px;
    left: 0;
    position: absolute;
    top: -2px;
    transform: rotate(57.5deg);
    -moz-transform: rotate(57.5deg);
    -webkit-transform: rotate(57.5deg);
    -o-transform: rotate(57.5deg);
    -ms-transform: rotate(57.5deg);
    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
}

.award_title {
    min-width: 300px;
    display: inline-block;
    font-size: 36px;
    text-align: center;
    color: brown;
    font-weight: 600;
    line-height: 30px;
    background: linear-gradient(transparent 60%, #ffff66 40%);
}

.award_title_index {
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: 600;
    line-height: 30px;
    background: #01a9b4;
    padding: 8px;
}

.award_title2 {
    min-width: 300px;
    display: inline-block;
    font-size: 36px;
    text-align: center;
    color:#01a9b4;
    font-weight: 600;
    line-height: 30px;
    background: linear-gradient(transparent 60%, #ffff4d 40%);
}

.green {
    color: white;
    background-color:#01a9b4 !important;
}

.greenborder .row02 {
    border-bottom: 1px solid #5cd65c;
}

.go-top {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: 70px;
    height: 70px;
    background-color: #fde884;
    border-radius: 100px;
    cursor: pointer;
}

.icon-up {
    background-image: url(https://static.everydayhealth.com.tw/front/img/icons/up.png);
    background-size: 37px 24px;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu_logo {
    display: block;
    text-align: center;
}

.menu_logo ul li {
    display: inline-block;
    padding: 10px;
    background-color: #aee7e8;
    font-size: 24px;
    margin: 9px 9px;
    width: 8em;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.title_contain {
    text-align: center;
    padding: 15px;
    width: 100%;
}

video {
    width: 100%;
    height: auto;
}

#MainVideoPlayer {
    position: absolute;
    left: 0px;
    top: 0px;
}

header h1 img {
    width: 100%;
    height: auto;
}

.menu {
    width: 100%;
}

.ytp-autohide .ytp-watermark {
    display: none !important;
}

.menu ul {
    width: 100%;
    height: 56px;
    background-color: #96aafa;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.menu li {
    display: inline-block;
    border-left: 1px solid #fff;
    margin-right: -4px;
    background-color: #6e8cfa;
    width: calc(100%/5);
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    line-height: 60px;
}

.imgright {
    float: right;
    margin-left: 10px;
    height: auto;
}

.menu li:last-child {
    border-right: 1px solid #fff;
}

.menu li a {
    display: block;
    height: 60px;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    line-height: 60px;
    background-color: #96aafa;
}

.menu li a:hover {
    background-color: #6e8cfa;
    text-decoration: none;
}


/* #c7 {
    width: 100% !important;
    height: 400px !important;
} */

article {
    width: 865px;
    margin: 0 auto;
    padding: 70px 0 30px 0;
    font-size: 20px;
}

h2 {
    font-size: 40px;
    color: #96aafa;
    font-weight: bold;
    border-bottom: 3px dotted #c0a687;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

article p {
    line-height: 36px;
    margin-top: 20px;
    text-align: justify;
}

.award_list {
    text-align: center;
    /* font-size: 2.5em; */
    /* background: #FFF0E2; */
    /* border-radius: 20px;
    padding: 15px 0px; */
    /* box-shadow: 10px 10px 5px #FDD8CC; */
}


/* article img {
    float: right;
    margin-left: 30px;
} */

article div.himg {
    display: -webkit-flex;
    margin-bottom: 10px;
}

article div.himg img {
    justify-content: space-between;
}

.clear {
    clear: both;
}

.name {
    color: #96aafa;
    font-weight: bold;
}

.notebox {
    width: 100%;
    background-color: #f3a549;
    margin-top: 20px;
}

.notebox ul {
    width: 81%;
    margin: 0 auto;
    padding: 30px 0;
}

.notebox li {
    list-style: decimal;
    color: #fff;
    line-height: 34px;
    font-weight: bolder;
}

.gobu {
    width: 182px;
    height: 69px;
    margin: 0 auto;
    margin-top: 30px;
}

.gobu a {
    display: block;
    background-image: url(../images/gobu.png);
    text-indent: -9999px;
    width: 184.5px;
    height: 70px;
    background-size: 184.5px;
}

.gobu a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    filter: alpha(opacity=70);
}

footer {
    width: 100%;
    border-top: 1px solid #FF6950;
}

footer p {
    width: 100%;
    font-size: 13px;
    text-align: center;
    margin: 15px 0;
    line-height: 20px;
    letter-spacing: 1px;
}

h3 {
    font-size: 26px;
    color: #96aafa;
    border-bottom: 3px dotted #c0a687;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ptop30 {
    margin-top: 30px;
}

.list ul {
    margin-left: 20px;
}

.list li {
    list-style: decimal;
    color: #799F43;
    line-height: 40px;
}

.list li span {
    color: #000;
}

.list li .orgbox {
    margin-bottom: 20px;
    line-height: 30px;
}

.list li .orgbox .stepbox {
    background-color: #f3a549;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list li .orgbox .gobu {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

span a {
    color: #79c206;
}

span a:hover {
    color: #416b00;
}

article .font16 li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}

.list li ul li {
    list-style: disc;
    color: #000;
    margin-bottom: 0px;
}

.list li ul li ul li {
    list-style: upper-latin;
    color: #000;
    margin-left: 8px;
    margin-bottom: 0px;
}

.swd {
    font-size: 16px;
    display: block;
    line-height: 20px;
}

.award {
    display: block;
    float: left;
}

.awardright {
    float: right;
    width: 70%;
    margin-top: 40px;
}

.orgbox span.award02 {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.orgbox span.award02 img {
    width: auto;
}

.title {
    background-color: #96aafa;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 150px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.disc li {
    list-style: disc;
    margin-left: 5%;
}

.stepbox {
    font-size: 20px;
    font-weight: bold;
    color: #96aafa;
}


/* --20160628新增------------------------------------- */

.awardbox {
    margin: 30px 0px;
}


/* table */

.table {
    display: table;
    border-collapse: collapse;
    color: #000;
    text-align: justify;
    line-height: 36px;
    width: 100%;
    margin: 0 auto;
    background: white;
}


/* tr */

.row {
    display: table-row;
}

article li span.awardname {
    font-size: 20px;
    font-weight: bold;
    color: #96aafa;
}

article li span.awardname02 {
    font-size: 20px;
    font-weight: bold;
    color: #62ae00;
}

article li span.awardname03 {
    font-size: 20px;
    font-weight: bold;
    color: #ca1818;
}

.award_item {
  
    padding: 12px;
    font-size: 22px;
    font-weight: 700;
    background-color: #ffaaa5
}


/* tr */

.modal-body {
    padding: 16px;
    background-color: #F6EABC;
}

.row02_title {
    display: table-row;
    font-size: 18px;
    font-weight: 700;
    background: #FF9664;
}

.row02 {
    display: table-row;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.row03 {
    display: table-row;
    font-size: 18px;
    border-bottom: 1px solid #3ea710;
}

.award_title_user {
    color: white;
    background: #FF9664;
    font-size: 36px;
    display: block;
    width: 100%;
    line-height: 60px;
    font-weight: bold;
}

.award_min_title {
    font-size: 12px;
    line-height: 16px;
    color: white;
    padding: 0 20% 20px 20%;
}

.award_list .cell3 {
    display: table-cell;
    padding: 0 10px;
    width: 50%;
    font-size: 20px;
    text-align: center
}

.award_list .cell4 {
    display: table-cell;
    padding: 0px 10px;
    font-size: 20px;
}

.row02:nth-child(odd) {
    background: #f5f5f5;
}

.brandtable .cell3 {
    display: table-cell;
    padding: 0 10px;
    width: 25%;
    font-size: 20px;
}

.brandtable .cell4 {
    display: table-cell;
    padding: 0px 10px;
    font-size: 20px;
}

.cell5 {
    display: table-cell;
    padding: 0px 10px;
    font-size: 20px;
}


/* --20160815新增------------------------------------- */

h5,
h6 {
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}

h5 {
    background-color: #f08d2c;
}

h6 {
    background-color: #3ea710;
    font-size: 22px;
    padding: 15px 0px;
}

.awardbox02 .table,
.awardbox03 .table {
    margin: 0 auto;
    margin-top: 10px;
}

.awardbox02 {
    width: 100%;
    margin-bottom: 50px;
    float: left;
    margin-left: 10px;
}

.awardbox03 {
    width: 97%;
    margin-bottom: 50px;
    margin: 0 auto;
}

.awardbox03 .table {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.contain {
    width: 90%;
    margin: 0 auto;
    padding: 30px 150px 0 150px;
    font-size: 200px;
    line-height: 20px;
}

.org {
    color: #f07d37;
    font-size: 24px;
    padding-top: 20px;
}

.line_01 {
    font-family: Microsoft JhengHei;
    padding: 0 20px 0;
    margin: 0px 0;
    line-height: 200px;
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    color: black;
    display: block;
    width: 40%;
    margin: auto;
    height: 68px;
    line-height: 65px;
    font-size: 32px;
}

.article_cause {
    font-family: Microsoft JhengHei;
    line-height: 35px;
    margin-bottom: 3%;
    font-size: 26px;
    text-align: center;
    padding: 0 15px;
}

.ytp-autohide .ytp-watermark {
    opacity: 0 !important;
}

.first-page img {
    width: 60px;
    margin-top: -13px;
}

.second-page img {
    width: 33px;
    height: 55px;
}

.third-page img {
    width: 33px;
    height: 46px;
}

.card-img {
    max-width: 100%;
}

.card-grid {
    width: 100%;
}

.card-grid:after {
    content: "";
    display: table;
    clear: both;
}

.card-wrap {
    float: left;
    width: 100%;
    padding: 15px;
}

.card-title {
    font-family: Microsoft JhengHei;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0;
    color: #333;
    padding: 10px 20px;
    max-height: 5.3em;
    min-height: 3em;
    margin-bottom: 0em !important;
}

.article-p {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.5em;
    padding: 0 15px 28px;
    height: 78px;
}

.box_card {
    width: 100%;
    height: 104px;
    background: white;
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
    box-shadow: 5px 5px #dad6d6;
    border: 1px solid #dad6d6;
}

.box_card .bon_card_img {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 200px;
    height: 104px;
    font-family: 'Crete Round', serif;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
}

.box_card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background-color: white;
}

.box_card .content span {
    position: absolute;
    z-index: 9998;
    font-family: 'Microsoft JhengHei';
    font-size: 18px;
    font-weight: bold;
    color: #080808;
    padding: 10px 20px 10px 220px;
}

.blog-card {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
    margin: 0 auto 1.6%;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    line-height: 1.45em;
    margin-bottom: 5%;
}

.blog-card:hover .details {
    left: 0;
}

.blog-card:hover.alt .details {
    right: 0;
}

.blog-card.alt .details {
    right: -100%;
    left: inherit;
}

.blog-card .photo {
    height: 200px;
    position: relative;
}

.blog-card .photo.photo1 {
    background: url("https://images.pexels.com/photos/23180/pexels-photo.jpg?auto=compress&cs=tinysrgb&h=350") center no-repeat;
    background-size: cover;
}

.blog-card .photo.photo2 {
    background: url("https://farm6.staticflickr.com/5589/14715869835_ec56917ec2_b.jpg") center no-repeat;
    background-size: cover;
}

.blog-card .photo.photo3 {
    background: url("https://images.pexels.com/photos/271171/pexels-photo-271171.jpeg?auto=compress&cs=tinysrgb&h=350") center no-repeat;
    background-size: cover;
}

.blog-card .details {
    box-sizing: border-box;
    color: #fff;
    font-family: "Open Sans";
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    height: 200px;
    /*POSITION*/
    position: absolute;
    top: 0;
    left: -100%;
}

.blog-card .description {
    padding: 10px 50px;
    box-sizing: border-box;
    position: relative;
    height: 300px;
}

.blog-card .description h1 {
    font-family: "Roboto";
    line-height: 1em;
    margin: 0 0 10px 0;
}

.blog-card .description h2 {
    color: #9b9b9b;
    font-family: "Open Sans";
    line-height: 1.2em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
    margin: 1.2% 0;
}

.blog-card .description p {
    position: relative;
    margin: 0;
    padding-top: 20px;
}

.blog-card .description p:after {
    content: "";
    background: #75D13B;
    height: 6px;
    width: 40px;
    /*POSITION*/
    position: absolute;
    top: 6px;
    left: 0;
}

.blog-card .description a {
    color: seagreen;
    margin-bottom: 10px;
    float: left;
    font-size: 22px;
    line-height: 24px;
}

.blog-card .description a:hover {
    color: #75D13B;
    margin-bottom: 10px;
    float: left;
}

.article_ul {
    list-style: disc;
}

.article_ul li {
    float: left;
}

.card_title_span {
    height: 80px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.2);
}

.card_title_span_text {
    color: #f5f5f5;
    font-size: 2rem;
    font-weight: 1000;
}

.detail:hover {
    text-decoration: none;
}

@media screen and (min-width: 600px) {
    .blog-card {
        height: 350px;
        max-width: 100%;
    }
    .blog-card .description {
        height: 350px;
    }
    .blog-card.alt .details {
        padding-left: 30px;
    }
    .blog-card.alt .description {
        float: right;
    }
    .blog-card.alt .description:before {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg);
        right: -15px;
        left: inherit;
    }
    .blog-card.alt .photo {
        float: right;
    }
    .blog-card .photo {
        float: left;
        height: 100%;
        width: 40%;
    }
    .blog-card .details {
        width: 40%;
    }
    .blog-card .description {
        float: left;
        width: 60%;
        z-index: 0;
    }
    .blog-card .description:before {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        content: "";
        background: #fff;
        width: 100%;
        z-index: -1;
        /*POSITION*/
        position: absolute;
        left: -15px;
        top: 0;
        bottom: 0;
    }
}

@media (min-width: 769px) {
    .card-wrap {
        width: 33.333%;
        margin-bottom: 3%;
        height: 310px;
    }
    .box_card {
        height: 90px;
    }
    .box_card .bon_card_img {
        width: 180px;
        height: 90px;
    }
}

@media (min-width: 500px) {
    .card-wrap {
        width: 33.333%;
        height: 280px;
    }
    .card-title {
        max-height: 6.3em;
        min-height: 5em;
    }
    .box_card {
        height: 95px;
    }
    .box_card .bon_card_img {
        width: 150px;
        height: 80px;
        top: 8px;
    }
    .box_card .content span {
        padding: 10px 20px 10px 170px;
    }
}

@media (max-width: 420px) {
    .show img {
        width: 100%;
    }
    .result-note {
        font-size: 20px;
    }
    h2 {
        font-size: 27px !important;
    }
    .circle {
        width: 98%;
        line-height: 267%;
    }
    .go-top {
        width: 45px;
        height: 45px;
    }
    .icon-up {
        background-size: 24px 20px;
    }
    .menu_logo ul li {
        display: inline-block;
        font-size: 16px;
        margin: 9px 0px;
        width: auto;
        padding: 10px 3px;
    }
    .line_01 {
        height: 75px;
        font-size: 32px;
        line-height: 70px;
        width: 100%;
    }
    .box_card {
        height: 95px;
    }
    .box_card .bon_card_img {
        width: 150px;
        height: 80px;
        top: 8px;
    }
    .box_card .content span {
        padding: 10px 20px 10px 170px;
    }
    .article_cause {
        font-size: 19px;
        text-align: justfy;
    }
}

.card {
    background-color: white;
    border-radius: 5px;
    border-left: 1px solid #ccc;
    border-bottom: solid 5px #F26C77 !important;
}

.card>div {
    padding: 0 1em;
}


/* --手機版型------------------------------------- */

@media screen and (min-width: 996px) {
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1024px) {
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    html,
    body {
        -webkit-text-size-adjust: none;
        overflow-x: hidden;
    }
    header {
        width: 100%;
        height: auto;
        /* background-image: url(../images/bg02.png); */
        background-repeat: no-repeat;
        background-size: 100%;
    }
    /* header h1 {
        height: 30%;
        margin: 0 auto;
        width: 80%;
        margin-top: 0px;
        margin-bottom: 135px;
        overflow: hidden;
    }
    header h1 img {
        width: 100%;
        height: auto;
        margin-top: 16px;
    } */
    .menu {
        width: 100%;
        margin-bottom: 20px;
    }
    .menu ul {
        width: 100%;
        height: 48px;
        border-top: 0px;
        background-color: #96aafa;
        text-align: center;
    }
    .menu li {
        width: 100%;
        display: inline-block;
        border-left: none;
        border-top: 1px solid #fff;
        text-align: center;
        margin-right: 1px;
        color: #fff;
        font-size: 24px;
        font-weight: bolder;
        border-top: 4px solid #6e8cfa;
    }
    .menu li:last-child {
        border-right: none;
    }
    .menu li a {
        display: block;
        width: 100%;
        height: 60px;
        color: #fff;
        font-size: 24px;
        font-weight: bolder;
        line-height: 60px;
        background-color: #96aafa;
    }
    .menu li a:hover {
        background-color: #6e8cfa;
    }
    article {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0 30px 0;
        font-size: 20px;
        line-height: 20px;
    }
    #chart_part {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0 30px 0;
        font-size: 20px;
        line-height: 20px;
    }
    h2 {
        font-size: 26px;
        line-height: 28px;
        color: #96aafa;
        font-weight: bold;
        border-bottom: 3px dotted #c0a687;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
    article p {
        margin-top: 20px;
        text-align: justify;
    }
    /* article img {
        float: none;
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-bottom: 20px;
    } */
    article div.himg {
        display: -webkit-box !important;
    }
    .clear {
        clear: both;
    }
    footer {
        width: 100%;
        border-top: 1px solid #FF6950;
    }
    footer p {
        width: 100%;
        font-size: 9px;
        text-align: center;
        margin: 10px 0;
        line-height: 16px;
        letter-spacing: 0px;
    }
    .list li .orgbox img {
        width: 100%;
        height: auto;
    }
    .award {
        display: block;
        float: none;
    }
    .awardright {
        float: none;
        width: 75%;
        margin-top: 40px;
    }
    /* .orgbox span.award02 {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    } */
    .contain {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0 0px 0;
        font-size: 20px;
        line-height: 20px;
    }
    /* --20170811新增------------------------------------- */
    h4,
    h5,
    h6 {
        padding: 10px 0px;
        text-align: center;
        color: #fff;
        border-radius: 10px;
        font-size: 16px;
        font-weight: bold;
    }
    h4 {
        background-color: #f3a549;
    }
    h5 {
        background-color: #f08d2c;
    }
    h6 {
        background-color: #3ea710;
        font-size: 22px;
        padding: 15px 0px;
    }
    .awardbox02 .table {
        margin: 0 auto;
        margin-top: 10px;
    }
    .awardbox02 {
        width: 100%;
        margin-bottom: 50px;
        float: none;
        margin-left: 0px;
    }
    .awardbox03 {
        width: 100%;
        margin-bottom: 50px;
        margin: 0 auto;
    }
    .awardbox03 .table {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-device-width: 768px) and (orientation:landscape) {
    .article_cause {
        line-height: 35px;
        margin-bottom: 3%;
        font-size: 18px;
        text-align: center;
    }
}

@media screen and (max-device-width: 670px) {
    .table {
        font-size: 14px;
    }
    .table td,
    .table th {
        padding: 0rem !important;
    }
    .orgbox span.award02 {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-device-width: 670px) and (orientation:landscape) {
    .table {
        font-size: 14px;
    }
    .table td,
    .table th {
        padding: 0rem;
    }
    .chart_result {
        font-size: 20px;
        text-align: left
    }
}

@media screen and (max-device-width: 420px) and (orientation:portrait) {
    /* .award_list {
        text-align: center;
        font-size: 1.5em;
    } */
    .bomb {
        width: 20%;
    }
}