@charset "UTF-8";

/* Cleaned CSS: duplicate selector/property declarations consolidated; vendor fallbacks preserved. */

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0.5rem 0;
    margin-top: -30px;
    margin-bottom: 40px;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    padding: 0 0.5rem;
    color: #888;
}

.breadcrumb-item a {
    color: #555;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #333;
}
.table-wrap{
	overflow-x:auto;
	margin:20px 0 28px;
}


.report-table {
    width: 100%;
    min-width: 880px;
    border-collapse: collapse;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
	margin-top: 20px;
    margin-bottom: 20px;
}

.report-table th {
    background: #fa4952;
    color: #fff;
    font-weight: 600;
    text-align: left;
    padding: 14px 16px;
    border: 1px solid #ff5f67;
}

.report-table td {
    vertical-align: top;
    padding: 14px 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clients2 {
    background-size: cover;
    background-position: center;
    padding: 0px 0px;
    position: relative;
}

a {
    text-decoration: none !important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: none;
    color: inherit;
}

.overlay2 {
    position: relative;
}

.overlay2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #ff2a35;
    opacity: 0.6;
}

.introduction ul li {
    font-family: "微軟正黑體";

    color: #656565;

    padding-left: 10px;
}

.rd {
    margin-top: 0px;
    padding-left: 10px;
}

.rd li {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 0px;
    line-height: 24px;
}

.rd li:before {
    background-color: #fa4952;
    border-radius: 0%;
    content: "";
    display: inline-block;
    margin: auto 10px 2px -20px;
    width: 10px;
    height: 10px;
}

.btn2 {
    color: #fff;
    padding-top: 6px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 4px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    background: #fa4952;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    clear: both;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ch2 {
    width: 40px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 0px;
    float: left;
}


.ch3 {
    width: 42px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 10px;
}

.top-contact a {
    text-decoration: none;
    color: inherit;
}

.top-contact a:visited {
    color: inherit;
}

@media (max-width: 320px) {
.ch2 {
    width: 36px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-right: 14px;
    margin-left: 0px;
    float: left;
}
}

@-ms-viewport {
    width: device-width
}

footer, header, nav, section {
    display: block;
}

h1, h2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

p {
    margin-top: 0;
    color: #575757;
    margin: 0;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 18px;

}

ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ul {
    margin-bottom: 0;
}

img {
    vertical-align: middle;
    border-style: none;
    border: 0;
    height: auto;
    max-width: 100%;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 2rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.toc h2 {
    padding-bottom: 10px;
    padding-left: 10px;
}

@media (min-width:576px) {
.container {
    max-width: 98%;
}
}

@media (min-width:768px) {
.container {
    max-width: 90%;
}
}

@media (min-width:992px) {
.container {
    max-width: 90%;
}
}

@media (min-width:1200px) {
.container {
    max-width: 90%;
}
}

.col-12, .col-lg-12, .col-lg-4, .col-lg-6, .col-md-12, .col-md-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width:768px) {
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (min-width:992px) {
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 17px;
    color: #ffff;
    font-weight: 500;
    background-color: #fa4952;
    padding: 6px 20px;
    border-radius: 50px;
    letter-spacing: 1px;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}

.fa-caret-right:before {
    content: "";
}


@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

html {
    font-family: "微軟正黑體";
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    margin: 0;
    color: #424646;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    position: relative;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

img, a, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

i {
    font-style: italic;
}

h2, h3, h4, h5, h6, h7, h8, h9, h10 {
    font-weight: 500;
    color: #575757;
}

a:hover {
    text-decoration: none;
}




@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.breadcrumbs {
    background: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.breadcrumbs .bread-inner {
    z-index: 22;
    text-align: center;
}

*, *:before, *:after {
    box-sizing: inherit;
}

ul, ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a:visited {
    color: inherit;
}

a:hover, a:focus, a:active {
    color: inherit;
}

a:hover, a:active {
    outline: 0;
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@-webkit-keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}

@keyframes lineanim {
 50% {
  -webkit-transform:scaleY(1);
  transform:scaleY(1);
  -webkit-transform-origin:top left;
  transform-origin:top left
 }
 50.1% {
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
 100% {
  -webkit-transform:scaleY(0);
  transform:scaleY(0);
  -webkit-transform-origin:bottom left;
  transform-origin:bottom left
 }
}

.header {
    background-color: #fff;
    position: relative;
}

.header .topbar {
    background-color: #fa4952;
    border-bottom: 0px solid #eee;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
}

.header .top-link {
    float: left;
}

.header .top-contact {
    float: right;
    color: #ffffff;
    font-size: 16px;
    font-family: "微軟正黑體";
    font-weight: 500;
}

.header .top-contact li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 24px;
    color: #ffffff;
}

.header .top-contact li:last-child {
    margin-right: 0;
}

.header .top-contact li a:hover {
    color: #ffffff;
}

.header .top-contact li i {
    color: #ffffff;
}

.header .logo {
    float: left;
    margin: 10px auto;
    width: 100%;
    display: block;
}

.footer {
    position: relative;
    margin-top: 40px;
}

.footer .footer-top {
    padding: 50px 0px;
    position: relative;
    background: #fa4952;
}

.footer .footer-top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
}

.footer .single-footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}

.footer .single-footer h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background: #fff;
}

.footer .single-footer .time-sidual {
    margin-top: 15px;
    overflow: hidden;
}

.footer .single-footer .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
}

.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer .copyright {
    background: #fa4952;
    padding: 25px 0px 25px 0px;
    text-align: center;
}

.footer .copyright .copyright-content p {
    color: #fff;
}

.footer .copyright .copyright-content p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-left: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.breadcrumbs {
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

.header .top-contact li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 14px;
}

.footer .single-footer {
    margin: 20px 0;
}

.footer .single-footer h3 {
    padding-bottom: 20px;
}

.footer .footer-top {
    padding: 65px 0px;
}
}

@media only screen and (max-width: 767px) {
.breadcrumbs {
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

.header .top-link {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

.header .top-contact {
    float: none;
    text-align: center;
}

.footer .single-footer {
    margin: 15px 0;
}

.footer .single-footer h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer .footer-top {
    padding: 50px 0px 60px 0;
}

.footer .copyright {
    padding: 20px 0;
}
}

@media only screen and (max-width: 450px) {
.header .top-link {
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

.header .top-contact {
    float: none;
    text-align: center;
}

.footer .single-footer {
    margin: 20px 0;
}

.footer .single-footer h3 {
    padding-bottom: 20px;
}

.footer .footer-top {
    padding: 65px 0px;
}
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.post-tag4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #919191;
    margin-top: 15px;
}

.ms-3 {
    margin-left: 1rem !important;
}

::selection {
    background: #fa4952;
    color: #fff;
}

.report-theme {
    color: #ff9000;
    font-size: 40px;
    line-height: 1.6;
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    font-weight: 500;
}




.report-kicker {
    color: #747474;
    font-size: 22px;
    line-height: 1.6;
    margin: 0px 0 30px;
    font-weight: 500;
}

.report-toc {
    background: #f7f7f7;
    border-left: 4px solid #fa4952;
    margin: 4px 0 42px;
    padding: 22px 28px;
}

.report-toc ol {
    margin: 0;
    padding-left: 24px;
}

.report-toc li {
    color: #555;
    font-size: 18px;
    line-height: 1.85;
}

.img-rep {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.rep {
    color: #fa4952;
    margin-bottom: 80px;
    font-weight: bold;
    font-size: 50px;
    padding-bottom: 0px;
}

.rep2 {
    color: #ff9000;
    margin-bottom: 80px;
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 0px;
}

.rep-p {
    color: #575757;
    line-height: 32px;
    margin-bottom: 80px;
    font-size: 18px;
	font-weight: 300;
}

.btn4 {
    color: #ff9000;
    padding-top: 6px;
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 4px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    box-shadow: none;
    border-left-style: solid;
    border-width: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    letter-spacing: 2px;
}

.btn6 {
    color: #747474;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 6px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    background: #f0f0f0;
    position: relative;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.ol4 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0px;
	line-height: 2;
	background-color: #FFF;
}

.rd2 {
    margin-top: 0;
    padding-left: 10px;
}

.rd2 li {
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 7px 0 7px 36px;
    color: #575757;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.rd2 li:before {
    background-color: #FF666D;
    border-radius: 10%;
    content: "";
    display: inline-block;
    margin: auto 10px 2px -20px;
    width: 10px;
    height: 10px;
}


  .line-cta {
    color: #575757;
    font-weight: 500;
    font-size: 18px;
    margin-top: 50px;
    padding-top: 18px;
    margin-bottom: 30px;
    padding-bottom: 18px;
	text-align: center;
	line-height: 54px;
  }

  .line-cta2  {
    color: #ff9000;
    font-weight: 500;
    font-size: 18px;
    padding-top: 10px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 10px;

  }




.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
		margin-top: 20px;
    }
	
	
	 .report-note {
    padding: 14px;
  }
}




.report-note {
  margin: 16px 0 28px;
  padding: 16px 18px;
  border: 1px solid #f1c8ca;
  border-left: 5px solid #fa4952;
  background: #fff8f8;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.disclaimer-inline{
    font-size: 16px;
    color: #777;
    line-height: 1.8;
    border-top: 1px solid #eee;
    margin-top: 2px;
    padding-top: 16px;
    margin-bottom: 60px;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
	text-align: left;
}

.summary-list li {
  margin-bottom: 10px;
font-weight: 400;

}

.risk-list {
  margin: 0 0 24px;
  padding-left: 22px;
}

.risk-list li {
    margin-bottom: 12px;
    list-style-type: none;
    margin-left: 10px;
	font-size: 18px;
	line-height: 2;
}
.risk-list li:before {
    background-color: #FF666D;
    border-radius: 100%;
    content: "";
    display: inline-block;
    margin: auto 10px 2px -20px;
    width: 10px;
    height: 10px;
	

}

.faq-list {
  margin-bottom: 30px;
}

.faq-list dt {
  margin-top: 20px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.faq-list dd {
  margin: 6px 0 0;
  color: #575757;
  font-size: 17px;
  line-height: 1.9;
}

.reading-time {
  margin: 8px 0 20px 1rem;
  color: #777;
  font-size: 15px;
}

th[scope="row"] {

	color: inherit;
	border-color: inherit;
	vertical-align: top;
    padding: 14px 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
	font-weight: 400;
}

.report-hero {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
}

caption{

    margin-bottom: 10px;

}