/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 2.3.9
Updated: 2019-07-12 13:39:43

*/

body {
    font-size: 16px;
    color: #000;
    background-color: transparent;
    margin: 0px auto;
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
}

input, select, option, button, textarea {
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
}

textarea {
  border-radius: 10px;
  border: 1px #0f6dda solid;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h2 {
    font-size: 16px;
    text-align: center;
    color: #22315d;
    margin: 10px 0px;
}

h3 {
    font-size: 14px;
    text-align: center;
    color: #666;
    margin: 10px 0px;
}

* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table, th, td {
    border: none;
}

.sd_tab {
    height: 85px;
}

.sd_tab:after {
    display: block;
    clear: both;
    content: "";
}

.sd_tab div {
    width: 49%;
    height: 80px;
    cursor: pointer;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    text-align: center;
    line-height: 20px;
    padding-top: 20px;
    font-size: 16px;
}

.sd_tab_1 {
    float: left;
}

.sd_tab_2 {
    float: right;
}

.box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    color: #000;
    width: 94%;
    margin: 20px 3%;
    padding: 20px;
    text-align: center;
}

.sd_process .box:nth-child(1) {
    background-color: #a7c0de;
}

.sd_process .box:nth-child(2) {
    background-color: #feb138;
}

.sd_process .box:nth-child(3) {
    background-color: #fce2a9;
}

.box:after {
    display: block;
    clear: both;
    content: "";
}

.box .title {
    display: inline;
    line-height: 40px;
    font-size: 20px;
}

.box .info {
    display: inline;
    font-size: 40px;
    line-height: 40px;
}

.ca_process {
    padding: 20px;
}

h1 {
    font-size: 26px;
    color: #2a3759;
    text-align: center;
    margin: 0px;
}

.ca_process h2 {
    font-size: 16px;
    text-align: left;
    margin: 0px;
}

.ca_process .logo {
    width: 150px;
    margin: 0px auto;
}

.ca_process .logo img {
    width: 100%;
    height: auto;
}

.ca_process .box {
    background-color: #35a1e9;
    color: #FFF;
    margin: 0px 0px;
    width: 100%;
}

.ca_process .box span {
    font-size: 20px;
}

.ca_taget, .ca_now {
    position: relative;
}

.ca_taget {
    margin: 30px 0px 40px 0px;
}

.ca_taget_bar {
    height: 30px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #d1f5ab;
}

.ca_now_bar {
    height: 30px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #74dd04;
}

.ca_taget_number {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 20px;
    color: #ff9f41;
}

.ca_now_number {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 16px;
    color: #35a1e9;
    white-space: nowrap;
}

.short_bar .ca_now_number {
    right: auto;
    left: 0px;
}

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.profit {
    padding: 0px 20px 20px 20px;
}

.profit .box {
    background-color: #ff9f41;
    color: #FFF;
    margin: 0px;
    width: 100%;
}

.profit_sub, .profit_chart {
    padding: 0px 20px 0px 20px;
}

.profit_sub .box .title {
    font-size: 14px;
    line-height: 25px;
    display: block;
}

.profit_sub .box .info {
    font-size: 20px;
}

.profit_sub .box {
    width: 46%;
    height: 85px;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    background-color: #FFF;
}

.profit_sub .box:nth-child(1) {
    float: left;
}

.profit_sub .box:nth-child(2) {
    float: right;
}

.profit_sub .box:nth-child(3) {
    float: left;
}

.profit_sub .box:nth-child(4) {
    float: right;
}

.profit_sub .box:nth-child(1) .info {
    color: #fc5a7f;
}

.profit_sub .box:nth-child(2) .info {
    color: #37a2e8;
}

.profit_sub .box:nth-child(3) .info {
    color: #ffce55;
}

.profit_sub .box:nth-child(4) .info {
    color: #9966ff;
}

.profit_sub:after {
    display: block;
    clear: both;
    content: "";
}

.profit_chart .box {
    margin: 0px;
    width: 100%;
    background-color: #FFF;
}

.survey_main {
    margin: 20px 15px 20px 15px;
    width: auto;
    border: 1px #338bf7 solid;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
}

.survey_main form {
    padding: 20px;
}

.survey_main .title {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    color: #fff;
    letter-spacing: 2px;
    background: rgb(109,179,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
}

.survey_main .b_option {
    width: 94%;
    font-size: 18px;
    display: block;
    margin: 0px auto;
    height: 40px;
    margin-bottom: 20px;
    background-color: #fff;
}

.question_template ul, .question_template li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.question_template label {
    display: block;
    width: 94%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
    color: #000;
}

.question_template input[type="radio"] {
    display: none;
}

.question_template .selected {
    background-color: #214ede;
    color: #FFF;
}

.question_template select {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin-bottom: 50px;
}

#other_products {
    color: #FFF;
    width: 94%;
    margin: 10px auto;
}

.other_product {
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    border-radius: 10px;
    padding: 10px;
    border: none;
}

.submit_btn, .submit_btn:hover {
    line-height: 1.5 !important;
    display: block !important;
    width: 94% !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 10px !important;
    text-align: center !important;
    font-size: 20px !important;
    margin: 30px auto !important;
    color: #FFF !important;
    border: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: -moz-linear-gradient(top, rgba(255,183,107,1) 0%, rgba(255,167,61,1) 50%, rgba(255,124,0,1) 51%, rgba(255,127,4,1) 100%) !important;
    background: -webkit-linear-gradient(top, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(255,183,107,1) 0%,rgba(255,167,61,1) 50%,rgba(255,124,0,1) 51%,rgba(255,127,4,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 ) !important;
}

.survey_main table {
    border-width: 0px;
    margin: 0px;
}

.survey_main table th, .survey_main table td {
    border: none;
    padding: 0px;
}

.survey_banner img {
    width: 100%;
    height: auto;
}

.survey_main h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.single-survey .question1 ul {
    height: 90px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 50px;
}

.single-survey .question1 ul:before {
    content: "不太可能";
    font-size: 14px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.single-survey .question1 ul:after {
    content: "極有可能";
    font-size: 14px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.single-survey .question1 li {
    float: left;
    width: 9%;
    position: relative;
}

.single-survey .question1 label {
    padding: 10px 0px;
    text-align: center;
    color: #FFF;
    border-radius: 0px;
}

.single-survey .question1 label:before {
    display: block;
}

.single-survey .question1 li:before {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -15px;
}

.single-survey .question1 li:nth-child(0):before, .single-survey .question1 li:nth-child(1):before, .single-survey .question1 li:nth-child(2):before, .single-survey .question1 li:nth-child(3):before, .single-survey .question1 li:nth-child(4):before, .single-survey .question1 li:nth-child(5):before, .single-survey .question1 li:nth-child(6):before, .single-survey .question1 li:nth-child(7):before {
    background-image: url(images/sad.png);
}

.single-survey .question1 li:nth-child(8):before, .single-survey .question1 li:nth-child(9):before {
    background-image: url(images/nnn.png);
}

.single-survey .question1 li:nth-child(10):before, .single-survey .question1 li:nth-child(11):before {
    background-image: url(images/smile.png);
}


.single-survey .question1 li:nth-child(11) label {
    background-color: #3ed786;
}

.single-survey .question1 li:nth-child(10) label {
    background-color: #3ed786;
}

.single-survey .question1 li:nth-child(9) label {
    background-color: #f8a937;
}

.single-survey .question1 li:nth-child(8) label {
    background-color: #f8a937;
}

.single-survey .question1 li:nth-child(7) label {
    background-color: #f96060;
}

.single-survey .question1 li:nth-child(6) label {
    background-color: #f96060;
}

.single-survey .question1 li:nth-child(5) label {
    background-color: #f96060;
}

.single-survey .question1 li:nth-child(4) label {
    background-color: #f96060;
}

.single-survey .question1 li:nth-child(3) label {
    background-color: #f96060;
}

.single-survey .question1 li:nth-child(2) label {
    background-color: #f96060;
}

.single-survey .question1 li:nth-child(1) label {
    background-color: #f96060;
}

.single-survey .question1 li:nth-child(0) label {
    background-color: #f96060;
}

.single-survey .question1 .selected {
    background-color: #0033cc !important;
    color: #FFF !important;
}

.single-survey .question1 input[type="radio"] {
    display: none;
}

.single-survey .question1 .selected {
    background-color: #f5821f;
    color: #FFF;
}



/* KA Interface */

/* all */

.box_wrapper, .mtitle, .kbtn, .ksubmit_btn, .homebtn {
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}

.subtitle {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.homebtn, .mtitle, .kbtn {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}

.g_btn {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(200,200,200,1) 100%) !important;
}

.box_wrapper {
    margin-bottom: 20px;
}

.mt_wrapper, .aw_wrapper, .db_wrapper, .point_wrapper, .katop_wrapper, .kahome_wrapper {
    padding: 5px 10px;
}

.mtitle {
    color: #FFF;
    margin: 0px 0px 20px 0px;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.row:after {
    clear:both;
    display: table;
    content: " ";
}

.kbtn {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 20px;
}

.kbtn img {
    width: 25px;
    height: auto;
    vertical-align: middle;
}

.full_btn {
  display: inline-block;
  text-decoration: none;
  color: #fff !important;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 40px;
  width: 100%;
  margin: 20px 0px 0px 0px;
}

.full_btn img {
    width: 25px;
    height: auto;
    vertical-align: text-bottom;
}

.cttext {
    text-align: center !important;
}

.artext {
    text-align: right !important;
    font-size: 12px;
}

.no_history_th th {
    color: #ccc !important;
    border-bottom: 1px #f1f1f1 solid !important;
}

.no_history {
    text-align: center !important;
    font-size: 22px !important;
    font-weight: bold;
    padding: 60px 0px !important;
    border-bottom: none !important;
}

.btn_wrapper, .ct_btn {
    padding: 0px 0px 40px 0px;
}

.ct_btn {
    text-align: center;
}

.flright {
    float: right;
}

.box_content {
    padding: 20px;
}

.subtitle {
    color: #666;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px;
    margin: 0px;
    letter-spacing: 2px;
}

.required_text {
    color: red;
    text-align: right;
    font-size: 12px;
    padding-bottom: 20px;
}

.mt_wrapper table, .aw_wrapper table {
    width: 100%;
}

.mt_wrapper table th, .mt_wrapper table td, .aw_wrapper table th, .aw_wrapper table td {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
    vertical-align: top;
    line-height: 1.2;
}

.aw_wrapper table th, .aw_wrapper table td {
    font-size: 12px;
}

.aw_wrapper table th:first-child {
    width: 110px;
}

.aw_wrapper table th:last-child {
    width: 50px;
}

.mt_form label {
    display: block;
    margin-bottom: 10px;
}

.mt_form label span:first-child {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    background: #1665dc;
    background: -webkit-linear-gradient(right, #1665dc, #00a6ce);
    background: -moz-linear-gradient(right, #1665dc, #00a6ce);
    background: linear-gradient(to left, #1665dc, #00a6ce);
}

.mt_form label i {
    font-style: normal;
    color: red;
}

.mt_form select {
    width: 100%;
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
}

.mt_form p {
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.ksubmit_btn {
    width: 100%;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.card_img {
    float: left;
    width: 35%;
}

.card_info {
    float: right;
    width: 60%;
    text-align: left;
}

.card_info h2 {
    text-align: left;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

.card_info b {
    color: #1d87d7;
    font-weight: bold;
    font-size: 19px;
}

.card_info li {
    margin-bottom: 10px;
    line-height: 1.4;
}

.targettext {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.db_wrapper .ca_process {
    padding: 0px;
}

.db_wrapper .ca_now_percen {
    position: absolute;
    top: -30px;
    right: 0px;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
}

.db_wrapper .ca_process h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0px;
}

#now_bar_b .ca_now_bar {
    background-color: #4ec424;
}

#now_bar_b .ca_now_percen, #now_bar_b .ca_now_number {
    color: #4ec424;
}

.card_process {
    width: 100%;
}

.card_process_h2 {
    text-align: left;
    font-weight: bold;
}

.card_process ul, .card_process li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.card_process ul {
    width: 100%;
}

.card_process ul li {
    width: 31%;
    margin: 1%;
    float: left;
    text-align: left;
}

.card_process ul li h3 {
    text-align: left;
    margin: 5px;
    font-size: 12px;
}

.card_process ul li div {
    text-align: center;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
}

.card_process ul:after {
    content: " ";
    display: block;
    clear: both;
    padding-bottom: 20px;
}

.top_info {
    margin: 40px 20px;
}

.top_info h1 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: 0px;
    line-height: 30px;
    font-weight: bold;
}

.top_info h1 span {
    width: 100px;
    display: inline-block;
    font-weight: normal;
}

.ka_logo {
    width: 300px;
    margin: 0px auto;
}

.ka_logo img {
    width: 100%;
    height: auto;
}

.ka_user {
    float: left;
}

.katop_wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.ka_top_btn {
    float: right;
}

.ka_top_btn a {
    display: inline-block;
    margin-left: 20px;
}

.ka_top_btn a img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.ka_home_point {
    text-align: center;
    padding: 15px;
    margin-bottom: 0px !important;
}

.ka_home_point img {
    float: left;
    width: 60px;
    height: auto;
    margin-left: 20px;
}

.ka_home_point b {
    font-size: 30px;
    line-height: 32px;
    display: block;
}

.ka_home ul, .ka_home li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.ka_home li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 20px;
    font-size: 22px;
    font-weight: bold;
}

.homebtn {
    display: block;
    width: 200px;
    height: 200px;
    margin: 10px auto;
    position: relative;
    padding: 20px;
}

.new_icon {
    position: absolute;
    text-align: center;
    height: 40px;
    line-height: 40px;
    right: -20px;
    padding: 0px 20px;
    top: -20px;
    border-radius: 20px;
    background-color: red;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.new_icon_an {
    animation: newchange 1s infinite;
    -webkit-animation: newchange 1s infinite; /* Chrome and Safari */
}

@keyframes newchange
{
  0%   {background: red;}
  50%  {background: orange;}
  100%   {background: red;}
}

@-webkit-keyframes newchange /* Safari and Chrome - necessary duplicate */
{
  0%   {background: red;}
  50%  {background: orange;}
  100%   {background: red;}
}

.mt_wrapper .mtitle, .mt_wrapper .kbtn, .ka_home li:nth-child(3) .homebtn {
  background: #00a5cd !important;
  background: -webkit-linear-gradient(left, #00a5cd, #255fdc) !important;
  background: -moz-linear-gradient(left, #00a5cd, #255fdc) !important;
  background: linear-gradient(to right, #00a5cd, #255fdc) !important;
}

.mt_wrapper .now_btn, .ka_home li:nth-child(4) .homebtn {
  background: #b0b9eb !important;
  background: -webkit-linear-gradient(left, #b0b9eb, #98d1da) !important;
  background: -moz-linear-gradient(left, #b0b9eb, #98d1da) !important;
  background: linear-gradient(to right, #b0b9eb, #98d1da) !important;
}

.aw_wrapper .mtitle, .aw_wrapper .kbtn, .ka_home li:nth-child(2) .homebtn {
    background: linear-gradient(180deg, rgba(250,154,132,1) 0%, rgba(232,82,58,1) 100%) !important;
}

.db_wrapper .mtitle, .db_wrapper .kbtn, .profit .box, .ka_home li:nth-child(1) .homebtn {
    background: linear-gradient(180deg, rgba(223,239,135,1) 0%, rgba(135,174,17,1) 100%) !important;
}

.db_wrapper .ca_now_percen, .db_wrapper .ca_now_number, .db_wrapper .ca_process h2, .ka_home_point, .card_process ul li div, .targettext {
    color: #87ae11;
    /* color: #72aa00; */
}


/* KA Dashboard 20200428 */

.db_col {
    width: 33%;
    margin: 20px 0px;
    padding: 0px 20px;
    border-right: 1px #ccc solid;
    float: left;
}

.ka_tb_03 {
    border-right: none;
}

.ka_now_number {
    float: left;
}

.ka_miss_number {
    float: right;
    color: #c14349;
}

.ka_target_bar img {
    border: 1px #ccc solid;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5);
}

.ka_target_bar h2 {
    line-height: 1.1;
    padding: 20px 0px !important;
    font-weight: bold !important;
    font-size: 18px !important;

}

.ka_tb_01 .ca_taget_bar {
    background-color: #eee7b9 !important;
}

.ka_tb_01 h2, .ka_tb_01 .ca_now_percen, .ka_tb_01 .ka_now_number, .ka_tb_01 .card_process ul li div {
    color: #d9af68 !important;
}

.ka_tb_01 .ca_now_bar {
    background-color: #d9af68 !important;
}

.ka_tb_02 .ca_taget_bar {
    background-color: #b5e2fa !important;
}

.ka_tb_02 h2, .ka_tb_02 .ca_now_percen, .ka_tb_02 .ka_now_number, .ka_tb_02 .card_process ul li div {
    color: #2e85a4 !important;
}

.ka_tb_02 .ca_now_bar {
    background-color: #2e85a4 !important;
}

.ka_tb_03 .ca_taget_bar {
    background-color: #dadada !important;
}

.ka_tb_03 h2, .ka_tb_03 .ca_now_percen, .ka_tb_03 .ka_now_number, .ka_tb_03 .card_process ul li div {
    color: #85888c !important;
}

.ka_tb_03 .ca_now_bar {
    background-color: #85888c !important;
}

.ka_artext {
    padding-right: 20px;
    padding-bottom: 20px;
}

.ka_target_bar .card_process ul li {
    float: none;
    width: 100%;
}

.ka_target_bar .card_process h3 b {
    font-size: 20px;
}

.ka_target_status {
    text-align: center;
    height: 60px;
    line-height: 1.1;
}

.ka_target_bar .profit {
    padding: 0px !important;
}

.ka_tb_01 .profit .box {
    background: linear-gradient(180deg, rgba(231,210,146,1) 0%, rgba(181,159,62,1) 100%) !important;
}

.ka_tb_02 .profit .box {
    background: linear-gradient(180deg, rgba(156,218,225,1) 0%, rgba(71,154,171,1) 100%) !important;
}

.ka_tb_03 .profit .box {
    background: linear-gradient(180deg, rgba(203,203,203,1) 0%, rgba(159,159,159,1) 100%) !important;
}

.ka_target_status_all {
    text-align: center;
    font-size: 22px;
    padding-top: 20px;
}

.ka_target_status_all .box b {
    font-size: 35px;
}

.ka_target_status_all .box {
    background: linear-gradient(180deg, rgba(251,235,172,1) 0%, rgba(231,207,11,1) 100%) !important;
}

.short_bar .ka_now_percen {
    right: auto;
    left: 0px;
}

.loading_mt {
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    display: none;
    padding: 30px 0px;
}

.loading_mt img {
    width: 50px;
    height: 50px;
    display: inline;
}

.slot_loading {
    display: none;
}

.slot_loading_open {
    display: block;
    position: fixed;
    width: 100%;
    padding: 30px;
    height: 100%;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
}

.lttp_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    color: #003fdc;
    margin-bottom: 20px;
}

.lttp_title img {
    display: inline-block;
    width: 60px;
    padding-right: 0px;
    vertical-align: bottom;
}

.box_wrapper {
  border-radius: 10px;
  -webkit-box-shadow: inset 0px 0px 15px 5px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 15px 5px rgba(0,0,0,0.3);
  padding: 0px;
  color: #000;
  background: #eae8df;
}

.box_wrapper:before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  content: " ";
  display: block;
  width: 100%;
  height: 20px;
  background: #1665dc;
  background: -webkit-linear-gradient(left, #1665dc, #00a6ce);
  background: -moz-linear-gradient(left, #1665dc, #00a6ce);
  background: linear-gradient(to right, #1665dc, #00a6ce);
}

.box_wrapper:after {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  content: " ";
  display: block;
  width: 100%;
  height: 20px;
  background: #1665dc;
  background: -webkit-linear-gradient(left, #1665dc, #00a6ce);
  background: -moz-linear-gradient(left, #1665dc, #00a6ce);
  background: linear-gradient(to right, #1665dc, #00a6ce);
}

.ct_btn .kbtn {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 20px;
  width: 100%;
}

.ct_btn .kbtn img {
  vertical-align: text-bottom;
}

.mt_wrapper .btn_wrapper .kbtn {
  width: 49%;
  text-align: center;
}

.ew_select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  padding: 0px 10px;
  font-size: 16px;
  border: 1px #d4d4d4 solid;
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, '微軟正黑體', 'Microsoft JhengHei', 'SimHei', sans-serif;
  border-radius: 10px;
}