#step-bar ul li::afterhtml {
    font-size: 1rem;
}

body {
    background-color: #f2f2f2;
    width: 100%;
    font-family: arial, "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
    background-image: linear-gradient(45deg, #f3720c 0%, #33ffff 100%);
}

h1 {
    line-height: 74px;
}

h1, h2, h3, label {
    margin-bottom: 0;
}

ul {
    padding: 0px;
}

a {
    color: inherit;
}

:focus {
    outline-color: #37474f !important;
    outline-style: solid !important;
    outline-width: 5px !important;
};

button {
    border-color: transparent;
}
a, input[type=button], input[type=submit], select, button {
    cursor: pointer !important;
}

.text-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #CBCBCD;
}

/* 主畫面寬度 */
.header-outside-nav,
#desk-header div:nth-child(2),
nav#header-breadcrumb-nav,
#ttb-menu ul.menu-list,
#features-menu ul.menu-list,
#ttb-menu .menu-list,
#ttb-sec-menu.index-sec-menu,
#main-content,
#announcement.container,
footer {
    /* max-width: 923px; */
    max-width: 1056px;
}

#ttb-menu.index-menu {
    max-width: 728px;
}

.container {
    max-width: none;
}

/* 登入 */
.login-input-block label{
	margin-top: 7px;
}

.login-container {
    background-color: #fff;
}

.login-container>div>div {
    padding: 0px;
    position: relative;
}

.login-container .sd-login {
    width: calc(100% - 360px);
}
.login-container .sd-login>div:nth-child(1) {
	background-color: #cccccc;
}
.login-container .sd-login>div:nth-child(2) {
	background-color: transparent;
}
.login-container .sd-login>div:nth-child(3) {
	background-color: #F2F2F2;
}
.login-container .sd-login>div:nth-child(4) {
	background-color: transparent;
}
.login-container .sd-login>div:nth-child(5) {
	background-color: #ccc;
}
/* login 最新消息 */
.header-area {
    display: block;
    margin: 0 auto;
}

.header-ele {
    color: #4a4a4a;
}

.ele-info {
    display: flex;
    height: 40px;
    align-items: center;
}

.ele-info+.ele-info {
    background-color: #E62525;
    height: 35px;
    color: #FFFFFF;
}

.ele-info::before {
    content: "";
    width: 22px;
    height: 14px;
    background-size: 14px;
    margin: 10px 6px 10px 20px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.ele-info::before {
    background-image: url(../img/icon-announcement.svg);
}

.ele-info+.ele-info::before {
    background-image: url(../img/icon-announcement-white.svg);
}

.ele-info .more-btn {
    margin-right: 35px;
}

.header-info {
    display: inline-block;
    font-size: 0.875rem;
    letter-spacing: 1.22px;
    font-weight: normal;
    word-break: keep-all;
    margin-right: 13px;
}

.header-depiction {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 1.57px;
    color: #4A4A4A;
    overflow: hidden;
    width: 100%
}

.ele-info a {
    margin: 0px;
    color: inherit;
}

.ele-info+.ele-info .header-depiction {
    color: #FFFFFF;
}

@keyframes ticker {
    0% {
        margin-top: 0;
    }

    25% {
        margin-top: -35px;
    }

    50% {
        margin-top: -70px;
    }

    75% {
        margin-top: -105px;
    }

    100% {
        margin-top: 0;
    }
}

.tcontainer {
    overflow: hidden;
}

.ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: transparent;
    box-sizing: content-box;
    height: 35px;
    overflow: hidden;
    padding: 0px;
}

.ticker-wrap ul:hover,
.ticker-wrap ul:focus-within {
    animation-play-state: paused;
}

.ticker-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    animation-name: ticker;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
}

.ticker-wrap ul li {
    font-size: 0.875rem;
    line-height: 35px;
    letter-spacing: 1.57px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* login 廣告輪播 */
/* .login-banner {
    height: calc(100vh - 86px - 120px - 234px - 48px);
} */
.carousel-inner .carousel-item {
    height: calc(100vh - 40px - 35px - 144px - 186px - 36px);
    min-height: 382px;
}

/*
 * 移到登入頁做動態生成
 *
 */
/* .carousel-inner .carousel-item {
    background: url('../img/banner-02-1440@3x.png');
    background-repeat: no-repeat;
    background-size: cover;
} */

/* login 選單 */
.element-area {
    width: 760px;
    display: flex;
    margin: 0px auto;
    justify-content: space-around;
    align-items: center;
    background-color: #F2F2F2;
}

.element-item {
    text-align: center;
    margin: 8px 0px;
}

.element-item img {
    max-height: 72px;
    border-radius: 50%;
    background-color: #ffffff;
}

.element-item span {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #212529;
    margin-top: 8px;
}

/* login 消息 */
.login-news {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 25px 20px;
    min-height: 186px;
}

.login-news>h2 {
    flex-basis: 100%;
    color: #7A7A7A;
    font-size: 1.25rem;
    font-weight: bold;
    max-height: 24px;
    margin: 10px 0px;
}

.news-area {
    width: 50%;
    margin: 7px 0px;
}

.news-area a {
    display: flex;
    justify-content: left;
    align-content: space-between;
}

.news-img {
    margin-right: 15px;
    display: inline-block;
}

.news-img img {
    width: 185px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
}

.news-day {
    display: block;
    width: 100%;
    height: 16px;
    font-size: 0.875rem;
    letter-spacing: 1.2px;
    color: #212529;
}

.news-content {
    font-weight: normal;
    letter-spacing: 0;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    letter-spacing: 1.6px;
    font-size: 1rem;
    text-align: justify;
    color: #212529;
}

.news-info {
    display: inline-block;
    color: #7A7A7A;
    margin-right: 25px;
    max-height: 85px;
}

.login-news-more {
    display: block;
    flex-basis: 100%;
    text-align: right;
    max-height: 24px;
}

@media screen and (max-width: 1024px) {
    .news-img img {
        width: 131px;
        height: 59px;
    }

    .news-info {
        margin-right: 16px;
        font-size: 0.75rem;
    }
}

@media screen and (min-width: 1440px) {
    .news-info {
        margin-right: 50px;
    }
}

/* login 置底資訊 */
.login-bottom {
    height: 34px;
    line-height: 34px;
}

.login-bottom a {
    color: inherit;
}

.login-bottom img,
.login-bottom ul,
.login-bottom div,
.login-bottom span {
    display: inline-block;
}

.login-bottom img {
    width: 91px;
    height: 18px;
    margin-left: 15px;
}

.login-bottom ul {
    margin-bottom: 0px;
}

.login-bottom ul li {
    display: inline-block;
    font-size: 0.75rem;
    color: #4A4A4A;
}

.login-bottom ul li:not(:first-child) a {
    border-left: 1px solid #4A4A4A;
    padding-left: 6px;
}

/* login 多語系 */
.login-custom-select {
    background: transparent url(../img/chevron-down-solid.svg) no-repeat right 10px center;
    background-size: 10px;
    padding: 5px 24px 6px 9px;
    margin: 8px 18px 0px;
    border-radius: 0;
    color: #ffffff;
    border: 2px solid #FFFFFF;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select.login-custom-select {
    background-color: transparent
}

select.login-custom-select:focus,
select.login-custom-select:active {
    outline: none;
    border: 2px solid #FFFFFF;
}

select.login-custom-select option {
    background-color: transparent;
    color: black;
}

/* login 輸入 */
.lg-login {
    padding: 0px;
    width: 360px;
    background: transparent linear-gradient(156deg, #c95100 0%, #c95100 34%, #33FFFF 100%) 0% 0% no-repeat padding-box;
}

.login-logo {
    display: block;
    width: 200px;
    height: 40px;
    margin: 48px auto 40px;
}

.web-switch {
    margin: 0 auto 28px;
    width: 300px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
}

.web-switch a {
    display: inline-block;
    color: #fff;
    margin: 0 25px;
    padding-bottom: 7px;
    font-size: 1.06rem;
    font-weight: bold;
}

.web-switch a.active {
    border-bottom: solid 2px #ffffff;
}
.web-switch a img {
    height: 22px;
}

.lg-login form {
    margin: 0px 30px;
}

.lg-login .login-input-block {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 295px;
    height: 44px;
    margin: 20px auto;
    padding: 0 15px;
    border-radius: 22.5px;
    background-color: #FFFFFF;
    border: solid 1px rgba(255, 255, 255, 0.46);
    z-index: 3;
}

.lg-login .login-input-block.input-shadow {
    box-shadow: 0px 3px 6px #00000029;
}

.lg-login .login-input-block input {
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    width: 100%;
    background-color: transparent;
    border: none;
    padding-left: 10px;
    color: #404040;
}

.lg-login .login-input-block .veri-code-input {
    width: 100px;
}

.lg-login .login-input-block input:focus {
    outline: none;
    color: #FF0000;
}

.lg-login .login-input-block input:focus::-webkit-input-placeholder {
    color: #FF0000;
}

.lg-login .login-input-block input::-moz-placeholder,
.lg-login .login-input-block input::-ms-input-placeholder {
    color: #ffffff;
}

.lg-login .login-input-block input+i {
    position: absolute;
    top: 14px;
    right: 45px;
    color: #404040;
}

/* login hidden/show password eye icon */
.lg-login .login-input-block.login-checkbox input:focus~.check-block {
    display: block;
}

.lg-login .login-input-block.login-checkbox .check-block {
    position: absolute;
    top: 5.5px;
    right: 8px;
    width: 30px;
    height: 30px;
    background: rgba(74, 74, 74, 0.701961) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    border: none;
    text-align: center;
    line-height: 32px;
}

.login-input-block.login-checkbox .check-block {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lg-login .login-input-block.login-checkbox .check-block i {
    color: #ffffff;
    font-size: 1rem;
}

.login-submit-block {
    bottom: 200px;
    position: absolute;
    left: 0;
    right: 0;
}

.login-menu {
    position: absolute;
    bottom: 77px;
    left: 0;
    right: 0;
    display: block;
    width: 301px;
    margin: 0 auto;
    padding: 0px;
    background: rgba(255, 255, 255, 0.290196) 0% 0% no-repeat padding-box;
    border-radius: 10px;
}

.login-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    margin: 0px;
    padding: 17px 0 18px;
    list-style: none;
}

.login-menu ul li {
    flex: 0 0 50%;
}

.login-menu ul li:nth-child(1),
.login-menu ul li:nth-child(2),
.login-menu ul li:nth-child(3) {
    margin-bottom: 5px;
}

.login-menu a {
    font-size: 1rem;
    font-weight: bold;
    color: #404040;
}

.enterprise-info {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}

.enterprise-info a {
    color: inherit;
}

.enterprise-info p {
    font-size: 0.9375rem;
    color: #404040;
    text-align: center;
    margin-bottom: 0px;
}

/* 多語系選項 */
/* .multi-lang-select {} */
/* 無障礙定位點 */
.accesskey-point {
    position: absolute;
    margin-left: -15px;
}

.accesskey-point::before {
    content: ":::"
}

/* 置頂 */
header {
    background-color: #ffffff;
    overflow: auto;
}

/* 桌面置頂區 */
#desk-header {
    margin: 0;
}

#desk-header div:nth-child(2) {
    margin: 0 auto;
    padding: 0;
}

#desk-header .header-outside {
    background-image: linear-gradient(45deg, #f3720c 0%, #ef6e0b 25%, #e13100 100%);
}

/* 置頂logo */
.header-logo {
    line-height: 74px;
    padding: 0px;
}

.header-logo img {
    height: 40px;
}

/* 置頂menu */
.header-outside-nav {
    line-height: 35px;
    margin: 0 auto;
    text-align: right;
}

.header-nav {
    line-height: 74px;
    margin: 0 auto;
    max-width: 1200px;
    text-align: right;
}

/* .header-outside-nav {} */
.header-nav li,
.header-outside-nav li {
    display: inline-block;
}

.header-nav li {
    padding-right: 20px;
}

.header-nav li:last-of-type {
    padding-right: 0px;
}

.header-outside-nav li {
    margin: 0 10px;
}

.header-outside-nav li:last-of-type {
    margin-right: 0px;
}

.header-nav li a {
    color: #474747;
    font-size: 1rem;
    letter-spacing: 1.39px;
}

.header-nav li:first-child a i {
    padding-right: 5px;
}

.header-outside-nav li a {
    color: #ffffff;
}

/* 置頂麵包屑 */
nav#header-breadcrumb-nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    margin: 0 auto;
}

.ttb-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    color: #424242;
    padding: 0px;
}

.ttb-breadcrumb a {
    color: #424242;
}

.ttb-breadcrumb-item {
    padding-right: .5rem;
}

.ttb-breadcrumb-item+.ttb-breadcrumb-item::before {
    content: ">";
    display: inline-block;
    padding-right: .5rem;
    color: #424242;
}

/* 置頂上方會員區 */
.id-box {
    display: inline-block;
    vertical-align: middle;
}

.id-box:first-of-type {
    margin-right: 20px;
}

div.id-name-box {
    display: inline-block;
    text-align: center;
    background-color: #FFDA6E;
    border: 1px solid #FFDA6E;
    border-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 2px 10px;
}

span.id-name,
span.id-time {
    display: block;
    text-align: right;
    letter-spacing: 1.22px;
    color: #000000;
}

span.id-name span {
    margin-left: 3px;
}

.id-box button {
    border-radius: 30px;
    background-size: cover;
    padding: 4px 15px 5px;
    font-size: 1rem;
    text-align: center;
    border: none;
}

.id-box button:first-of-type {
    margin-right: 10px;
}

.id-box button img {
    margin-right: 10px;
    vertical-align: sub;
}

.id-box button.orange-btn {
    background-color: #FF8000;
    color: #ffffff;
    text-decoration: none solid rgb(255, 255, 255);
    box-shadow: 0px 2px 10px #EDA15F;
}

.id-box button.white-btn {
    background-color: #ffffff;
    text-decoration: none solid rgb(64, 64, 64);
    color: #404040;
    box-shadow: 0px 2px 10px #00000029;
}

.id-box button.orange-btn:hover,
.id-box button.orange-btn:focus,
.id-box button.orange-btn:active {
    outline: 5px auto -webkit-focus-ring-color;
}

.id-box button.white-btn:hover,
.id-box button.white-btn:focus,
.id-box button.white-btn:active {
    outline: 5px auto -webkit-focus-ring-color;
}




.id-box button.gray-btn {
    background-color: #696A6C;
    text-decoration: none solid rgb(64, 64, 64);
    color: #FFFFFF;
    box-shadow: 0px 4px 10px #00000029;
}

/* 主要功能區 */
#main {
    /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); */
    background-color: rgba(224, 224, 224, 0.6);
    padding-bottom: 38px;
}

h5 {
    font-size: 1.5rem;
}

/* mobile menu */
.header-container div.header-content {
    background-color: #f9f9f9;
}

.mobile-login {
    text-align: center;
    margin: 30px auto;
}

.mobile-login span {
    margin: 12px 0;
}

/* .header-container div.sub-nav {} */
/* .header-container div.sub-nav .sub-nav-ul {} */
.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li {
    display: block;
    vertical-align: middle;
}

.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li a {
    display: block;
    color: #000;
}

/* .header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li.sub-nav-ul-li-1 {} */
.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li.sub-nav-ul-li-1 a {
    padding: 23px 50px;
    border-bottom: 1px solid #696a6c;
}

.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li.sub-nav-ul-li-1 a img {
    margin-right: 20px;
    width: 23px;
}

.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li.sub-nav-ul-li-2 {
    width: 80%;
    margin: 0 auto;
}

.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li.sub-nav-ul-li-2 a {
    padding: 30px 1px 9px 1px;
    border-bottom: 1px solid #e3e3e3;
}

/* .header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li.sub-nav-ul-li-3 {} */
.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li.sub-nav-ul-li-3 a {
    margin: 20px 2px;
    padding: 0;
    color: #696a6c;
    border: none;
}

.header-container div.sub-nav .sub-nav-ul>li:last-child {
    border-bottom: none;
}

.header-container div.sub-nav .sub-nav-ul .sub-nav-ul-li .sub-nav-link {
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.3px;
    text-align: left;
    color: #4a4a4a;
}

/* 快速選單 */
.content #fast-menu {
    position: absolute;
    top: 150px;
    right: 60px;
    display: inline-block;
}

.fast-menu-btn {
    display: inline-block;
    width: 130px;
    height: 39px;
    background-color: #ed6d00;
    padding: .5rem;
    text-align: center;
}

a.fast-menu-btn {
    color: #fff;
}

#fast-menu-block {
    position: absolute;
    right: 39px;
    width: 333px;
    background-color: #ffffff;
    box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.17);
    z-index: 5;
}

#fast-menu-block ul li:first-child {
    margin-top: 20px;
}

#fast-menu-block ul li {
    margin: 16px 20px;
}

#fast-menu-block ul li a {
    display: inline-block;
    width: 70px;
    height: 23px;
    padding-top: 4px;
    text-align: center;
    background-color: #696a6c;
    color: #fff;
    font-size: .75rem;
}

#fast-menu-block ul li span {
    color: #696a6c;
}

/* 快速選單 小版的標題 */
.mobile-fast-menu-title {
    display: none;
}

/* 中間內容 非主要功能區 */
/* .content {} */
/* 左右滑動 */
.triangle-left,
.triangle-right {
    padding: 20px;
    background-color: transparent;
    border-radius: 15px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.triangle-left:focus,
.triangle-right:focus {
    outline: none;
}

/* 含icon menu */
#ttb-menu {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#ttb-menu.index-menu {
    background-color: transparent;
}

#ttb-menu a {
    color: inherit;
    margin: 0 auto;
}

#ttb-menu ul.menu-list {
    margin: 0 auto;
    padding: 0px;
    white-space: nowrap;
    text-align: center;
    overflow: -moz-scrollbars-none;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
}

#ttb-menu ul.menu-list::-webkit-scrollbar {
    display: none;
}

#ttb-menu ul.menu-list li {
    display: inline-flex;
    width: 140px;
    text-align: center;
    color: #424242;
}

#ttb-menu ul.menu-list li:hover {
    color: #ff8000;
}

#ttb-menu ul.menu-list li .menu-img-block img {
    box-shadow: 0 0 10px 0 rgba(164, 164, 164, 0.5);
}

#ttb-menu.index-menu ul {
    align-content: normal;
    white-space: normal;
    justify-content: space-around;
    max-width: 728px;
    width: unset;
    margin: 0 auto;
}

#ttb-menu.index-menu ul li {
    margin: 15px 0;
    letter-spacing: -8px;
}

#ttb-menu .menu-img-block {
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
}

#ttb-menu .menu-img-block img {
    width: 90px;
    height: 90px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}

#ttb-menu .menu-title {
    margin: 10px 0 0 0;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #404040;
    white-space: pre-line;
}

#ttb-sec-menu {
    margin: 0px auto;
    max-width: 892px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    z-index: 5;
}

#ttb-sec-menu.index-sec-menu {
    width: 728px;
    position: inherit;
    left: 0;
    right: 0;
    border-radius: 5px;
    margin-bottom: 15px;
}

#ttb-sec-menu .sec-menu {
    background-color: #fff;
    border-top: 5px solid #F3710C;
    box-shadow: 0 15px 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

#ttb-sec-menu .sec-menu-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;

}

#ttb-sec-menu .sec-menu-list li {
    display: inline;
    flex-grow: 1;
    width: 235px;
}

#ttb-sec-menu .sec-menu-title {
    display: block;
    vertical-align: middle;
    padding: 10px 30px;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.6px;
    border-bottom: 1px solid #7F7A64;
}

#ttb-sec-menu .third-menu-list {
    display: block;
}

#ttb-sec-menu .third-menu-list li {
    display: inline-block;
    width: 33.3%;
    float: left;
    font-size: 1rem;
    letter-spacing: 1.4px;
    color: #696a6c;
    margin: 0;
    padding: 10px 30px;
    border-right: 1px solid #7F7A64;
}

#ttb-sec-menu .third-menu-list li:nth-child(3n) {
    border-right: none;
}

#ttb-sec-menu .third-menu-list li:hover {
    background-color: #FFF1C4;
}

#ttb-sec-menu .third-menu-list li a {
    color: inherit;
}

#ttb-sec-menu .third-menu-list li a:active {
    color: #ff8000;
}



/* 登入後上方的功能menu */
#features-menu {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#features-menu.index-menu {
    background-color: transparent;
}

#features-menu a {
    color: inherit;
    margin: 5px auto;
    padding: 14px 0px;
}

#features-menu ul.menu-list {
    margin: 0 auto;
    padding: 0px;
    letter-spacing: -8px;
    white-space: nowrap;
    text-align: center;
    overflow: -moz-scrollbars-none;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE 11 */
    scrollbar-width: none;
    /* Firefox 64 */
}

#features-menu ul.menu-list::-webkit-scrollbar {
    display: none;
}

#features-menu ul.menu-list li {
    display: inline-flex;
    width: 105px;
    text-align: center;
    color: #424242;
}

#features-menu ul.menu-list li:hover {
    background-color: inherit;
}

#features-menu.index-menu ul {
    align-content: normal;
    white-space: normal;
    justify-content: space-around;
    max-width: 740px;
    width: unset;
    margin: 0 auto;
}

#features-menu.index-menu ul li {
    margin: 15px 0;
    letter-spacing: -8px;
}

#features-menu .menu-img-block {
    margin: 0 auto;
}

#features-menu .menu-img-block img {
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}

#features-menu .menu-title {
    margin: 0px 0 0 0;
    font-size: 1.0625rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
    text-align: center;
    color: #707070;
    white-space: pre-line;
}

#features-menu ul.menu-list li:hover .menu-title {
    color: #FF8001;
}

##features-sec-menu-block {}

#features-sec-menu {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: 0 auto;
    max-width: 1056px;
    background-color: #F5F5F5;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 5;
}

#features-sec-menu .sec-menu {
    padding: 31px 17px 0px;
}

#features-sec-menu .sec-menu-list {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 19px 0px 0px;
    padding-bottom: 30px;
    max-width: 183px;
}

#features-sec-menu .sec-menu-list li {
    margin-left: 1rem;
    flex-grow: 1;
    width: 183px;
    color: #707070;
    list-style: none;
}

#features-sec-menu .sec-menu-list li:hover,
#features-sec-menu .sec-menu-list li a:hover {
    color: #ED6D00;
}

#features-sec-menu .sec-menu-list li:not(:first-of-type) {
    margin-top: 16px;
}

#features-sec-menu .sec-menu-title {
    display: block;
    vertical-align: middle;
    margin: 0 0 18px 0;
    font-size: 1.125rem;
    font-weight: bold;
    color: #000000;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px;
}

/* 列印下拉選單 */
ul.print-block {
    display: inline-flex;
    list-style: none;
    position: absolute;
    right: 0;
    font-size: 0.75rem;
    z-index: 1;
    /*    background: #ED6D00 0% 0% no-repeat padding-box;*/
}

ul.print-block a {
    text-decoration: none;
    color: inherit;
    margin-left: 20px;
}

ul.print-block li,
ul.print-block li ul li {
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    
}

ul.print-block>li {
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgb(105,106,108)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
    background-position: right 10px center;
    background-size: 10px 14px;
    background-repeat: no-repeat;
}

ul.print-block>li:hover {
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-up" class="svg-inline--fa fa-chevron-up fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgb(255,255,255)" d="M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z"></path></svg>');
    background-position: right 10px center;
    background-size: 10px 14px;
    background-repeat: no-repeat;
    z-index: 0;
}

ul.print-block li ul {
    display: inline-block;
    box-shadow: 0px 2px 30px #00000029;
}
ul.print-block:not(:hover):not(:focus-within) li a+ul {
    display: none;
}
ul.print-block li ul li {
    display: block;
}

ul.print-block li {
    background-color: #ffffff;
    color: #696A6C;
}

ul.print-block li.active,
ul.print-block li:hover,
ul.print-block li:focus-within {
    background-color: #ED6D00;
    color: #FFFFFF;
}

select.minimal {
    /* styling */
    background-color: #ed6d00;
    color: #fff;
    border: thin solid #ed6d00;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 5px 2em 5px 6px;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* custom */
    background-image:
        linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%);
    background-position:
        calc(100% - 15px) calc(1em),
        calc(100% - 10px) calc(1em);
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}

select.minimal:focus {
    background-repeat: no-repeat;
    outline: 0;
    background-image:
        linear-gradient(45deg, #fff 50%, transparent 50%),
        linear-gradient(135deg, transparent 50%, #fff 50%),
        background-position: calc(100% - 15px) 1em,
        calc(100% - 10px) 1em,
        background-size: 5px 5px,
        5px 5px,
        1px 1.5em;
}

/*左側選單*/
/* .content aside {} */
#asied-menu {
    padding-left: 3%;
    z-index: 2;
}

/* 主要功能區 */
#main-content {
    position: relative;
    margin: 0 auto;
    padding: 1rem 0;
}

#main-content h2 {
    display: inline-block;
    font-size: 1.675rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 30px;
}

/*
#main-content h2::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background-color: #f3720c;
    width: 8px;
    height: 32px;
    vertical-align: bottom;
}
*/
/* 標題旁的我的最愛 */
#main-content h2~i {
    font-size: 1rem;
    color: #ed6d00;
    vertical-align: super;
    margin-left: 10px;
}

.main-content-block {
    position: relative;
    margin: 0 0 25px 0;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}

.main-content-left,
.main-content-right {
    display: inline-flex;
    width: 50%;
    max-height: 560px;
    -ms-overflow-style: none;
}

.main-content-left {
    float: left;
}

.main-content-right {
    float: right;
}

.main-content-left .ttb-todolist-checkbox,
.main-content-right #calendar {
    max-height: 500px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
}

.main-content-block .col-12.tab-content {
    padding: 0px 70px;
}

.block-title {
    display: flex;
    padding: 10px 15px 0px;
    border-bottom: #ed6d00 2px solid;
}

.block-title div:nth-child(1) {
    text-align: left;
    flex: auto;
}

.block-title div:nth-child(2) {
    text-align: right;
}

.block-title h3 {
    display: inline;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #ed6d00;
}

/* 呈現結果的選單 */
.result-block {
    text-align: center;
}

div.ttb-input-block.result-block .ttb-input-item>span:nth-child(1) {
    flex: 0 0 35%;
    margin-right: 34px;
}

/* div.ttb-input-block.result-block .ttb-input-item > span:nth-child(1)::before {} */
div.ttb-input-block.result-block .ttb-input-item>span.none-title:nth-child(1)::before {
    content: "";
}

div.ttb-input-block.result-block .ttb-input-item>span:nth-child(2) {
    flex: 0 0 45%;
}

div.ttb-input-block.result-block .ttb-input-item>span:nth-child(2) span.bright-orn span {
    background-color: #E86C00;
    color: #ffffff;
}

/* 為了小板四格欄位作調整 */
@media screen and (max-width: 767px) {
    table.four-col {
        font-size: .5rem;
    }

    table.four-col>thead>tr>th,
    table.four-col>tbody>tr>td {
        padding: 3px;
    }
}

/* 表格 */
table.ttb-table {
    width: -webkit-fill-available;
    color: #000;
    text-align: center;
    /*    line-height: 40px;*/
    white-space: nowrap;
}

table.dataTable thead tr th {
    color: #FFFFFF;
    font-size: 0.875rem;
    letter-spacing: 0.83px;
    padding: 10px 0px;
}

table.dataTable tbody tr td {
    color: #000000;
    font-size: 0.875rem;
    letter-spacing: 0.69px;
    padding: 9px 9px 11px;
}

table.dataTable tbody tr td.child {
    background-color: #D7D7D7;
}

table.dataTable.no-footer {
    border-bottom-color: transparent;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0px;
    border-bottom: none;
}

/* .ttb-table tr {} */
.ttb-table tr:nth-child(odd) {
    background: #f2f2f2;
}

.ttb-table tr:nth-child(even) {
    background: #FFF
}

.ttb-table th {
    font-size: 1.0625rem;
    color: #fff;
    background-color: #696a6c;
    border: solid 1px #bebec0;
    word-break: keep-all;
}

.ttb-table td {
    border: solid 1px #F2F2F8;
}

/* 收折table */
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    padding: 0px;
    letter-spacing: -8px;
    margin: 0 auto;
}

table.dataTable>tbody>tr.child ul.dtr-details li span {
    display: inline-block;
    padding: 8px 0px;
}

table.dataTable>tbody>tr.child ul.dtr-details li span:first-of-type {
    width: 25%;
    color: #FFFFFF;
    background-color: #696A6C;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0px;
}

table.dataTable>tbody>tr.child ul.dtr-details li span:nth-of-type(2) {
    width: 75%;
    color: #000000;
    background-color: #FFFFFF;
    font-size: 0.875rem;
    padding: 11px 0px 9px;
    letter-spacing: 0px;
}

/* 置底 */
/* 置底麵包屑 */
/* 輸入選單 */
div.ttb-input-block {
    text-align: left;
    margin: 30px 0;
}

/* 階段提示條 */
#step-bar {
    width: 100%;
    padding: 25px 0px;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.9px;
    text-align: center;
    background-color: #f4f4ef;
    border-bottom: 1px solid #d1d1d1;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#step-bar ul {
    margin: 0;
}

#step-bar ul li {
    display: inline-block;
    margin-right: 8px;
    color: #B6B6B6;
    font-weight: 400;
    font-size: 1rem;
}

#step-bar ul li::before {
    background-color: transparent;
    color: #B6B6B6;
}

#step-bar ul li:nth-child(1)::before {
    content: "01";
}

#step-bar ul li:nth-child(2)::before {
    content: "02";
}

#step-bar ul li:nth-child(3)::before {
    content: "03";
}

#step-bar ul li:last-child {
    margin-right: 0;
}

#step-bar ul li.active {
    color: #ed6d00;
}

#step-bar ul li.active::before {
    color: #ed6d00;
    border: 3px solid #ed6d00;
    border-radius: 50%;
}

#step-bar ul li.finished {
    color: #EDA15F;
}

#step-bar ul li.finished::before {
    content: "\2713";
    color: #EDA15F;
    border: 3px solid #EDA15F;
    border-radius: 50%;
}

#step-bar ul li::before {
    display: inline-block;
    width: 39px;
    height: 39px;
    line-height: 34px;
    margin-right: 11px;
    font-size: 1.25rem;
}

#step-bar ul li:last-child::after {
    margin: 0;
}

#step-bar ul li::after {
    content: url(../img/icon/menu/icon-right.svg);
    margin-left: 16px;
    vertical-align: middle;
    display: inline-block;

}

#step-bar ul li.finished::after {
    content: url(../img/icon/menu/icon-right-orange.svg);
    margin-left: 16px;
    vertical-align: middle;
}

#step-bar ul li:last-child::after {
    content: "";
}

/* 輸入匡tab */
.nav-item {
    width: 50%;
    color: #696A6C;
    background-color: #F2F2F2;
    border: none !important;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0;
    padding: 20px 0px;
}

.nav-tabs .nav-link.active {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    font-weight: 600;
}

/* .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {} */
/* 提示訊息 */
.ttb-message {
    margin: 0px auto;
    text-align: center;
    padding: 0px 0px 55px 0px;
}

.ttb-message i {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 14px;
    text-align: center;
}

.ttb-message i.green {
    border: 3px solid #37a447;
    color: #37a447;
}

.ttb-message i.red {
    border: 3px solid #db301b;
    color: #db301b;
}

.ttb-message i.orange {
    border: 3px solid #f3720c;
    color: #f3720c;
}

/* .ttb-message p {} */
.ttb-message span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.93px;
    font-weight: bold;
    margin: 15px auto 0px;
}

.ttb-message.yellow-message {
    color: #F2C41D;
}

.ttb-message.green-message {
    color: #377E47;
}

.ttb-message.red-message {
    color: #e2231a;
}

.ttb-message img {
    margin: 0px auto;
    height: 70px;
    width: 70px;
}

/* 每行輸入 */
div.ttb-input-block .ttb-input-item {
    width: 100%;
    display: flex;
    align-items: baseline;
    margin: 0 0 30px 0;
}

div.ttb-input-block .ttb-input-item>span:nth-child(1) {
    flex: 0 0 30%;
    padding-right: 34px;
}

div.ttb-input-block .ttb-input-item>span:nth-child(2) {
    flex: 0 0 60%;
}

/* 輸入標題 */
.input-title {
    text-align: right;
    color: #000000;
}

.input-title h3 {
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #000000;
}

/* 輸入欄位 */
.ttb-input-item input[type="text"],
.ttb-input-item input[type="password"],
.ttb-input-item select {
    width: 230px;
}

.ttb-input-item input.verification-input {
    width: 115px;
}

.ttb-input-item input.verification-input~.verification-img {
    width: 102px;
    height: 28px;
    margin-right: 8px;
}

/*.ttb-input-item input[type="text"].half-input,
.ttb-input-item input[type="password"].half-input,
.ttb-input-item select.half-input {}*/
.ttb-input+.ttb-input,
span+.ttb-input {
    margin-top: 11px;
}

.sen-input {
    margin-left: 20px;
    margin-top: 0px !important;
}

.text-input,
.select-input {
    font-size: .875rem;
    padding: .625rem;
    color: #000000;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #bebec0;
    letter-spacing: 0.8px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.text-input::-webkit-input-placeholder,
.select-input::-webkit-input-placeholder {
    color: #bebec0;
}

.text-input::placeholder,
.text-input:-ms-input-placeholder,
.text-input::-ms-input-placeholder {
    color: #aaaaaa;
    opacity: 1;
    /* Firefox */
}

.card-input {
    width: 55px !important;
}

.select-input {
    position: relative;
    width: auto;
    height: 40px;
    line-height: 1rem;
    padding: 10px 18px 10px 7px;
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" class="svg-inline--fa fa-chevron-down fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgb(73,80,87)" d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>');
    background-position: right 10px center;
    background-size: 10px 14px;
    background-repeat: no-repeat;
}

.ttb-input span {
    font-weight: bold;
}

/* ul li 有數字樣式 */
ul.list-decimal,
ol.list-decimal {
    list-style-type: decimal;
    list-style-position: inside;
}

/* 顏色 */
.must-color {
    position: relative;
    color: #e2231a;
    border: solid 1.5px #e2231a;
}
label.must-color {
    color: #e2231a;
    border: none;
}

label.must-color:before {
    content: "*";
    position: absolute;
    top: -7px;
    right: auto;
    bottom: auto;
    font-size: 1.5rem;
    left: -1rem;
}

.subtitle-color {
    color: #696a6c;
}

.high-light {
    color: #ed6d00;
    letter-spacing: 1.1px;
    font-weight: bold;
}

/* 輸入欄位後面的單位 */
span.input-unit {
    margin-left: 2%;
    font-size: .875rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #000000;
}

/* 輸入欄位的副標題 */
.ttb-input span.input-subtitle {
    display: block;
    margin-bottom: 10px;
    font-size: .875rem;
    font-weight: normal;
}

/* select */
/* radio and check  */
/* Customize the label (the container) */
.radio-block,
.check-block {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding-left: 22px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-block,
.check-block {
    font-size: .875rem;
    font-weight: bold;
}

/* Hide the browser's default checkbox */
.radio-block input[type="radio"],
.check-block input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* radio */
/* Create a custom radio */
span.ttb-radio {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    margin: 0;
    background-color: #aaaaaa;
    border-radius: 50%;
}

/* When the radio is checked, add a blue background */
.radio-block input:checked~.ttb-radio {
    background-color: #aaaaaa;
}

/* Create the radio/indicator (hidden when not checked) */
.ttb-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the radio when checked */
.radio-block input:checked~.ttb-radio:after {
    display: block;
}

/* Style the radio/indicator */
.radio-block .ttb-radio:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff8000;
}

/* check  */
/* Create a custom radio */
span.ttb-check {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    margin: 0;
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #bebec0;
}

/* When the radio is checked, add a blue background */
.check-block input:checked~.ttb-check {
    background-color: #fff;
}

/* Create the radio/indicator (hidden when not checked) */
.ttb-check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the radio when checked */
.check-block input:checked~.ttb-check:after {
    display: block;
}

/* Style the radio/indicator */
.check-block .ttb-check:after {
    left: 5px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid #ff8000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* focus checkbox */
.check-block input[type=checkbox]:focus~span.ttb-check {
    outline: #37474f solid 5px !important;
    
}

/* todo list checkbox */
.ttb-todolist-checkbox {
    margin-top: 10px;
    text-align: left;
}

.ttb-todolist-checkbox li {
    margin: 10px auto;
    border-bottom: 1px solid #eaeaea;
}

.ttb-todolist-checkbox li:last-child {
    border-bottom: none;
}

.ttb-todolist-checkbox li label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ttb-todolist-checkbox li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ttb-todolist-checkbox li label span.ttb-todolist-mark {
    position: absolute;
    top: 6px;
    left: 10px;
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: 1px solid #000;
}

.ttb-todolist-checkbox li label.ttb-todolist-priority span.ttb-todolist-mark {
    border: 1px solid #e2231a;
}

.ttb-todolist-checkbox li label.ttb-todolist-priority span.ttb-todolist-label {
    color: #e2231a;
}

.ttb-todolist-checkbox li label:hover input~span.ttb-todolist-mark {
    background-color: #fff;
    border: 1px solid #000;
}

.ttb-todolist-checkbox li label input:checked~span.ttb-todolist-mark {
    border: 1px solid #e3e3e3;
}

.ttb-todolist-checkbox li label span.ttb-todolist-mark:after,
.ttb-todolist-checkbox li label span.ttb-todolist-mark::before {
    content: ' ';
    position: absolute;
    left: 5px;
    height: 12px;
    width: 2px;
}

.ttb-todolist-checkbox li label input:checked~span.ttb-todolist-mark:after,
.ttb-todolist-checkbox li label input:checked~span.ttb-todolist-mark::before {
    display: block;
    background-color: #e3e3e3;
}

.ttb-todolist-checkbox li label input:checked~span.ttb-todolist-mark::before {
    transform: rotate(45deg);
}

.ttb-todolist-checkbox li label input:checked~span.ttb-todolist-mark:after {
    transform: rotate(-45deg);
}

.ttb-todolist-checkbox li label input:checked~span.ttb-todolist-label {
    color: #e3e3e3;
}

/* 按鈕 */
.ttb-input button,
.download-btn {
    min-width: 98px;
    padding: 0 10px;
    font-size: .875rem;
    border-radius: 12.5px;
    border-color: transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.ttb-sm-btn {
    height: 25px;
    border-radius: 12.5px;
    padding: 0 14px;
    color: #fff;
    font-size: .875rem;
}

.ttb-pup-btn {
    width: 150px;
    height: 41px;
    margin: 0 25px;
    border-radius: 20.5px;
    border-color: transparent;
    color: #fff;
}

.ttb-button {
    position: relative;
    bottom: -20px;
    width: 150px;
    height: 41px;
    margin: 0 25px;
    border-radius: 20.5px;
    border-color: transparent;
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-hide {
    display: block;
    margin: 0 auto 30px;
    width: 145px;
    height: 25px;
    font-size: 0.875rem;
    background: #AAAAAA 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 10px #00000029;
    border-radius: 21px;
    opacity: 1;
}

.btn-flat-orange {
    background-color: #FF8000;
    color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-flat-gray {
    background-color: #AAAAAA;
    color: #fff;
    box-shadow: 0px 4px 10px #00000029;
}

.btn-flat-darkgray {
    background-color: #696a6c;
}

.btn-line-orange {
    border: 1px solid #f3720c;
    border-radius: 5px;
    padding: 4px;
    background-size: cover;
    background-color: transparent;
    font-size: 1rem;
    color: #f3720c;
    text-decoration: none solid rgb(243, 114, 12);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.btn-line-gray {
    border: 1px solid #bbb;
    background-color: transparent;
    color: #bbb;
}

.btn-flat-orange:hover,
.btn-flat-orange:focus,
.btn-flat-orange:active {
    outline: 5px auto -webkit-focus-ring-color;
}

.btn-flat-gray:hover,
.btn-flat-gray:focus,
.btn-flat-gray:active {
    outline: 5px auto -webkit-focus-ring-color;
}

/* 說明文字 */
.description-title {
    margin-bottom: 10px;
    font-size: 0.875rem;
    font-weight: bold;
    color: #696A6C;
}

.description-content {
    letter-spacing: 0.9;
    padding-left: 0px;
}

/* 提醒文字start */
.remind-text {
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #ff0000;
    display: inline-block;
    margin-top: 20px;
}

.remind-text::before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../img/exclamation-circle.svg);
}

/* 提醒文字end */

/* 遮蔽icon */
.block-icon~.block-tooltips {
    visibility: hidden;
    background-color: #474747;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 10px;
    margin-left: 5px;
}

.block-icon:hover~.block-tooltips {
    visibility: visible;
}

/* 整個網站連結樣式設定 */
a,
a:hover,
a:active {
    text-decoration: none;
}

/* 測試區 */
/* 手風琴展開式選單 */
/* 選單匡群組 */
/* 選單匡整體 */
.panel {
    padding: 0 1%;
    margin-top: -100px;
    margin-right: 15%;
}

/* 選單顏色
.panel-default {}
*/
/* 選單匡標題區 */
.panel-heading p {
    padding: 0 16px 0 0;
    margin: 0;
}

.panel-heading a {
    font-size: 1.125rem;
    font-weight: normal;
}

/* 選單匡標題文字 */
/* 選單匡標題文字 選定時 */
.panel-title,
a.panel-title:hover,
a.panel-title:active {
    color: #ed6d00;
    border-bottom: 1px solid #ed6d00;
    padding-bottom: 9px;
    margin-top: 30px;
}

/* 選單匡標題文字 收合時 */
.panel-title.collapsed {
    color: #aaaaaa;
    border-bottom: 1px solid #e9e9e9;
}

/* 選單匡內容 */
.panel-body ul {
    padding-left: 10%;
}

.panel-body ul li {
    margin-top: 5%;
}

.panel-body a {
    color: #696a6c;
    font-size: 1rem;
    font-weight: normal;
}

.panel-body a:hover {
    color: #000;
}

/* 彈出視窗 */
.modal-dialog {
    max-width: 500px;
}

.modal-dialog .modal-content {
    border: none;
}

.popup-windows {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    background: #fff;
}

.popup-close-btn {
    position: absolute;
    height: 45px;
    width: 45px;
    top: -22px;
    right: -20px;
    border-radius: 50%;
    border-color: transparent;
    background-color: #aaa;
    color: #fff;
    padding: 0px;
    font-size: 1.5rem;
    font-weight: 100;
    text-shadow: none;
    opacity: 1;
}

.ttb-pup-block {
    max-width: 690px;
    border: solid 1.2px #e3e3e3;
    border-radius: 10px;
    padding: 20px 24px;
    margin: 0 auto 10px auto;
}

.modal-header {
    border: none;
    font-size: 1rem;
    text-align: center;
    padding: 0px;
    margin: 26px auto 30px;
}

.modal-body {
    padding: 0px 30px;
}

.ttb-pup-header {
    margin: 0 auto;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: #696a6c;
}

.ttb-pup-title {
    color: #000;
    letter-spacing: 0.9px;
}

.ttb-pup-title:hover {
    color: #000;
}

.ttb-pup-title-sub {
    color: #696a6c;
}

.ttb-pup-body ul.ttb-pup-list li {
    margin: 20px 0 30px 8.3%;
}

.ttb-pup-body ul li p {
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: 0.5px;
    color: #696a6c;
}

.ttb-pup-body ul.ttb-pup-item {
    flex-wrap: wrap;
}

.ttb-pup-body ul.ttb-pup-item li {
    display: inline-block;
    margin: 10px 5px;
    font-size: .8rem;
    font-weight: normal;
    line-height: 1.31;
    letter-spacing: 0.9px;
    color: #000000;
}

.ttb-statement-content {
    max-width: 570px;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2.38;
    letter-spacing: 3.3px;
    color: #000000;
    margin: 0 auto;
}

.ttb-pup-footer {
    display: block;
    text-align: center;
    border: none;
    padding-top: 0;
    margin-top: 30px;
}

.account-select-block {
    padding: 0px 0px 0px 90px;
}

.account-select-block>span {
    display: block;
    font-size: 0.875rem;
    color: #000000;
    margin-bottom: 30px;
}

.account-select-block>span label {
    margin: 0px;
}

.nav-tabs.page-tab {
    border: 0;
    display: block;
    text-align: center;
    margin: 30px auto 60px;
}

.nav-tabs.page-tab .nav-link {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    padding: 0;
    background-color: inherit;
}

.nav-tabs.page-tab .nav-link.active {
    color: #ffffff;
    font-size: 1rem;
    background-color: #FA7F00;
    border-radius: 50%;
}

/* 問卷 */
.questionnaire-block {
    max-width: 575px;
    margin: 0 auto;
}

.questionnaire-block h3 {
    margin: 30px auto;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 2.9px;
    text-align: center;
    color: #696a6c;
}

.questionnaire-list {
    text-align: left;
}

.questionnaire-title p {
    margin-bottom: 30px;
    font-size: 1rem;
    font-weight: 200;
    letter-spacing: 0.9px;
    color: #000000;
}

.questionnaire-answer {
    font-size: .875rem;
    font-weight: bold;
    letter-spacing: 1.2px;
    color: #000000;
}

.questionnaire-answer ul li {
    margin-bottom: 20px;
}

.questionnaire-result div p:nth-child(1) {
    font-size: .875rem;
    font-weight: 500;
    color: #000000;
}

.questionnaire-result div p:nth-child(2) {
    font-size: 1.875rem;
    font-weight: 500;
    letter-spacing: 2.2px;
    color: #ed6d00;
}

.login-btn {
    display: block;
    margin: 0 auto;
    width: 235px;
    height: 39px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 2px 10px #00000029;
    font-size: 1.0625rem;
    border: none;
    color: #ED6D00;
}

.login-icon {
    height: 144px;
    display: flex;
    justify-content: space-between;
    background-color: #f2f2f2;
}

/* Web首頁 */
.ad-block {
    background: url("../img/bg-photo@3x.png");
    background-size: cover;
    width: 100%;
    height: 500px;
}

#announcement {
    background-color: #ffffff;
    border-radius: 15px;
}

#announcement.container {
    max-width: 728px;
/*     max-height: 202px; */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.index-info {
    margin: 0px;
    padding: 16px 0px 12px;
}

.index-info div {
    border-right: 1px solid #d1d1d1;
    padding-left: 40px;
}

.index-info div:last-child {
    border-right: none;
}

.index-info div h2 {
    font-size: 1.25rem;
}

.index-info div h2::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background-color: #ff960f;
    width: 8px;
    height: 19px;
    vertical-align: middle;
}

.index-info div ul {
    text-align: left;
    margin-left: 15px;
    list-style: none;
}

.index-info div ul li {
    color: #707070;
    font-size: 1rem;
    margin: 10px 0;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    margin-right: 10px;
    background-color: #BABABA;
}

.carousel-indicators .active {
    background-color: #FFFFFF;
}

.carousel-caption {
    right: 10%;
    bottom: 10%;
    left: unset;
    width: 300px;
    max-height: 400px;
    text-align: left;
}

.carousel-item {
    height: 245px;
}

/* font-color */
.bright-orn {
    color: #cf4800;
}

/* font-size */
.font-20 {
    font-size: 1.25rem;
}

/* notice-list */
.notice-list {
    list-style-position: inside;
}

.list-disc {
    list-style-type: disc;
}

/* 螢幕小鍵盤 */
.num-block {
    position: absolute;
    left: 63%;
    top: -20%;
    width: 350px;
    padding: 20px;
    background-color: rgba(224, 224, 224, 0.6);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

/* 亂數螢幕小鍵盤 */
.keyboard {
    background-color: #F2F2F2;
    padding-top: 36px;
    margin-top: -40px;
}

.keyboard p {
    margin-bottom: 12px;
}

.login-input-block~.keyboard {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    width: 295px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    box-shadow: 0px 2px 30px #00000029;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 33px 0px 20px;
}

.keyboardButtons {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-around;
}

.login-input-block~.keyboard .keyboardButtons {
    width: 148px;
    padding: 0px;
    margin: 0 auto;
}

.keyboard .keyboardButtons>li {
    font-size: 1.25rem;
    font-weight: bold;
    color: #404040;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 5px;
    text-align: center;
    cursor: pointer;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 3px #00000033;
    border-radius: 5px;
}

.keyboard .keyboardButtons>li.btnDelete {
    width: 82px;
}

.keyboard .keyboardButtons>li:hover {
    background-color: #eee;
    transition: .5s;
}

.keyboard .keyboardButtons>li.delete-btn {
    padding: 1px 5px;
    width: auto;
}

.slogan {
    border-left: 1px solid #FFF;
    padding-left: 10px;
    margin-left: 15px;
    font-weight: bolder;
    color: #fff;
}

/* 查詢表格 */
table.search-table {
    width: 100%;
    border: 1px solid gray;
}

table.search-table thead tr th,
table.search-table tbody tr td {
    border: 1px solid gray;
    padding: 5px 10px;
}

/* 輸入欄位錯誤提示 */
.error-messages {
    color: #000000;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0;
}

/* 輸入欄位提示 */
.prompt-messages {
    color: #AAAAAA;
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: 0;
}

/* footer */
footer {
    margin: 0 auto !important;
    text-align: center;
    height: 69px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    box-sizing: border-box;
    bottom: 0;
}

.footer-left,
.footer-right {
    width: 50%;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-left a,
.footer-center,
.footer-right {
    color: #37474f;
}

.footer-left a {
    border-right: 1px solid #37474f;
    padding-right: 6px;
    font-size: 0.875rem;
}

.footer-left a:last-child {
    border-right: none;
}

.footer-left p {
    color: #37474f !important;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;

}

footer img.footer-logo {
    width: 147px;
    margin-right: 20px;
    height: 30.73px;
}

.footer-right p {
    margin: 0px;
    margin-right: 5px;
}

.footer-right a {
    margin: 0px;
    margin-right: 5px;
}


/* 手機 */
@media screen and (max-width: 767px) {}

/* 平板 */
@media screen and (min-width: 767px) and (max-width: 992px) {}

/* 手機和平板 */
@media screen and (max-width: 992px) {}

/* 桌機 */
@media screen and (min-width: 992px) {}

/* Datatables for IE */
/*
table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before {
    top: 30px !important;
}
*/
/* Datatables button */
.page-link {
    color: inherit;
    border: none;
    padding: 0.4rem 0.75rem;
    font-size: 0.875rem;
}

.page-item.active .page-link {
    height: 31px;
    width: 31px;
    border-radius: 25px;
    background-color: #FF8100;
    color: white;
}

.page-item.active .page-link:hover {
    border-radius: 25px;
    background-color: #ed6d00;
    color: white;
}

.dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    border: none !important;
    background: none !important;
    border-radius: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0px;
    color: #000000;
}

/* Datatables select button */
.btn {
    font-size: 0.875em;
    padding: 2px 18px;
    text-align: center;
    background-color: transparent;
    color: #EDA15F;
}

.btn.disabled,
.btn:disabled {
    opacity: 1;
}

.home-qa .btn {
    min-width: auto;
}

.btn-primary {
    background-color: #FF8000;
    color: #ffffff;
    border: none;
    border-radius: 21px;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    box-shadow: 0px 4px 10px #00000029;
}

.btn-primary:hover {
    background-color: #FF8000;
}

.btn-primary:active {
    background-color: #FF8000;
    box-shadow: 0px 2px 10px #EDA15F;
}

.btn-primary:disabled {
    background-color: #EDA15F;
    box-shadow: none;
    border: none;
    cursor: not-allowed;
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ED6D00;
    box-shadow: none;
    transform: translateY(1px);
}

.select-table-menu {
    position: absolute;
    z-index: 10;
}

.dataTables_filter {
    visibility: hidden;
}

.dataTables_wrapper {
    padding-top: 0px;
}

/* datatables 圓角*/
table.ttb-table thead th:first-child,
div.DTFC_LeftWrapper table.dataTable.no-footer,
.dataTables_scrollHead {
    border-top-left-radius: 6px;
}

table.ttb-table thead th:last-child,
table.ttb-table tbody tr:last-child,
div.DTFC_RightWrapper table.dataTable.no-footer,
.dataTables_scrollHead {
    border-top-right-radius: 6px;
}

/* ttb-result-list */
.ttb-result-list {
    display: flex;
    margin: 30px auto;
    text-align: left;
    flex-wrap: wrap;
}

.ttb-result-list.d-block {
    display: block;
    margin: 0px;
}

.ttb-result-list li {
    list-style: none;
    flex: 0 0 50%;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*20190905*/
.ttb-result-list li.full-list,
.ttb-result-list.terms li {
    flex: 0 0 100%;
}

/*20190905*/
.ttb-result-list.terms ul.decimal-inside {
    list-style: decimal;
    list-style-position: inside;
}

/*20190905*/
.ttb-result-list.terms li span.input-subtitle {
    display: inline-block;
    margin-left: 1rem;
}

/*20190905*/
.ttb-result-list.terms>li {
    padding-bottom: 10px;
    padding-left: 0;
}

/*20190905*/
.ttb-result-list.terms ul,
.ttb-result-list.terms ol {
    margin-left: 1rem;
}

.ttb-result-list.terms li {
    line-height: 1.5rem;
}

.ttb-result-list.terms li::before {
    content: attr(data-num);
    color: #696a6c;
    margin-left: -1rem;
}

.ttb-result-list li h3 {
    margin: 0;
    font-size: .778rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #424242;
}

.ttb-result-list li p {
    margin: 3px 0;
    font-size: 1rem;
    letter-spacing: 0.9px;
    line-height: 1.5;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    word-wrap: break-word;
    color: #000000;
}

.BHOInput input[type="text"] {
    width: 30px;
    text-align: center;
}


.hide-btn-block {
    position: absolute;
    top: 20px;
    right: 20px;
    left: inherit;
    bottom: inherit;
}

.hide-btn {
    width: 98px;
    height: 25px;
    background: #AAAAAA;
    box-shadow: 0px 4px 10px #00000029;
    border-radius: 21px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 0.77em;
}

.hide-btn:hover,
.hide-btn:focus,
.hide-btn:active {
    outline: 5px auto -webkit-focus-ring-color;
}

.table-btn {
    width: 50px;
    font-size: 0.77em;
    line-height: 1rem;
    border-radius: 20.5px;
    border-color: transparent;
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}



.content {
    min-height: calc(100vh - 178px);
}

.error {
    color: #db301b;
}

/* Error Page Start*/
.ErrorPage-title {
    text-align: center;
    font-size: 1.5rem;
}

.ErrorPage-block {
    max-width: 445px;
    margin: 0px auto;
}

.ErrorPage-main {
    min-height: 192px;
    background-color: #FBFBFE;
    margin: 0px auto;
    border-top: 10px solid #ED6C1E;
    border-radius: 10px;

}

.ErrorPage-main>div {
    padding: 8px 0px;
    border-bottom: 1px solid #aaaaaa;
}

.ErrorPage-main>div:first-of-type {
    margin-top: 5px;
}

.ErrorPage-main>div:last-of-type {
    border: none;
}

.ErrorPage-main>div span {
    display: inline-block;
    vertical-align: top;
}

.ErrorPage-main>div span:first-child {
    text-align: center;
    width: 30%;
}

.ErrorPage-main>div span:last-child {
    text-align: left;
    width: 65%;
}

/* Error Page End*/

/* 網站導覽 start*/
.guide-title {
    font-size: 1.5rem;
    text-align: center;
    margin: 10px auto;
    border-bottom: 1px solid #e8e8e8;
    max-width: 916px;
}
p.guide-title+p {
    max-width: 916px;
    margin: 0 auto;
    text-align: left;
    line-height: 2rem;
}
p.guide-title+p+ul {
    max-width: 916px;
    margin: 0 auto;
    text-align: left;
    text-indent: 3rem;
}
p.guide-title+p+ul li {
}
.card-select-block {
    position: relative;
    width: 100%;
}
.ttb-pup-block.ttb-guide-block h3 {
    font-size: 1.5rem;
    color: #000000;
    letter-spacing: 3.55px;
    padding: 0px;
}

.ttb-pup-block.ttb-guide-block h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 5px 10px 5px 0px;
    margin-left: 17px;
    letter-spacing: 0.9px;
    color: #404040;
}

.ttb-pup-block.ttb-guide-block h4:before {
    content: " ";
    display: inline-block;
    height: 20px;
    width: 11px;
    margin-left: -17px;
    vertical-align: sub;
    background-image: url(../img/caret-right-solid.svg);
    background-repeat: no-repeat;
}

.ttb-guide-list li a:active::after,
.ttb-guide-list li a:focus::after,
.ttb-guide-list li a:hover::after {
    content: " ";
    display: inline-block;
    height: 14px;
    width: 7px;
    margin-left: 10px;
    vertical-align: sub;
    background-image: url(../img/chevron-right-solid.svg);
    background-repeat: no-repeat;
}
.guide-menu {
    display: none;
    position: relative;
    width: 100%;
    max-width: 916px;
    margin: 15px auto !important;
    border-top: 1px solid #ff8000;
    border-bottom: 1px solid #ff8000;
    text-align: left;
}
.nav-item.ttb-sm-btn.active+.guide-menu {
    display: block;
}
.guide-menu ul {
    margin: 15px;
}
.guide-menu ul li {
    display: inline-block;
    margin: 5px 20px;
}
/* 網站導覽 END */
/* terms-list Start */
.terms-list {
    padding: 0px 15px 10px 50px;
    text-align: left;
    font-weight: bold;
}

.terms-list li::before {
    content: attr(data-num);
    margin-left: -2.3rem;
}

.terms-list p {
    margin: 0px auto;
    font-size: 1.2rem;
}

/* terms-list End */

/* 新手上路 Start */
/* 新手上路 */
.guide-nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    border-bottom: 1px solid #f2f2f2;
}

.guide-tab {
    border: 1px solid #efefef;
    border-left: 5px solid #f4f4f4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    padding: 5px 5%;
    margin: 10px 5px;
    background: #f4f4f4;
    color: #666;
    font-size: 0.8125rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    letter-spacing: 2px;
}

.guide-tab.active {
    background-color: #ffa345;
    border: 1px solid #ffa345;
    color: #ffffff;
}

.guide-function-title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3.55px;
    color: #000000;
}

.guide-function-title~p {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #000000;
    margin: 20px 0;
}

.carousel.guide-carousel {
    display: inline-block;
    margin: 60px auto 0px;
}

.carousel.guide-carousel {
    width: 70%;
}

.carousel.guide-carousel+.carousel.guide-carousel {
    width: 28%;
}

.guide-carousel .carousel-inner .carousel-item {
    height: inherit;
}

.guide-carousel .carousel-inner .carousel-item img {
    width: inherit;
    height: auto;
    background: transparent url('img/Image 41.png') 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 5px #00000029;
    border: 3px solid #696A6C;
}

.guide-carousel .carousel-inner .carousel-item .carousel-caption {
    position: inherit;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    color: #000000;
    line-height: 1.5;
    letter-spacing: 0.89px;
    font-weight: normal;
    text-align: left;
    padding: 0 20px 20px;
}

.guide-carousel .carousel-inner .carousel-item .carousel-caption h4 {
    font-size: 1rem;
    letter-spacing: 0.93px;
    color: #ED6D00;
}

.guide-carousel .carousel-inner .carousel-item .carousel-caption h4~p {
    font-size: 1rem;
    letter-spacing: 0;
    color: #000000;
}

.guide-carousel input.guide-btn {
    width: 98px;
    border-radius: 21px;
    color: #FFFFFF;
    font-size: .875rem;
    padding: 2px 25px;
    border: none;
}

.guide-carousel input.guide-btn~input.guide-btn {
    margin-left: 5px;
}

.carousel-control-next,
.carousel-control-prev {
    color: red;
}

.guide-carousel .carousel-control-prev-icon {
    background-image: url(../img/arrow-left.svg);
}

.guide-carousel .carousel-control-next-icon {
    background-image: url(../img/arrow-right.svg);
}

/* 卡片風格選擇區 */
.card-block {
    margin: 20px 0px;
    border-radius: 8px;
}

.card-block>div {
    margin: 0 auto;
    padding: 1px 50px 0px;
}
.id-box button.orange-btn:hover,
.id-box button.orange-btn:focus,
.id-box button.orange-btn:active {
    outline: 5px auto -webkit-focus-ring-color;
}
.card-select-block [type="button"] {
    height: 25px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    color: #EDA15F;
    background-color: #ffffff;
    margin: 0px;
    vertical-align: middle;
    flex: none;
    margin-top: 15px;
}

.card-select-block [type="button"]:hover,
.card-select-block [type="button"]:focus,
.card-select-block [type="button"]:active {
	outline: 5px auto -webkit-focus-ring-color;
}

.card-select-block [type="button"].active {
    color: #ffffff;
    background-color: #ff8000;
    box-shadow: 0px 4px 10px #00000029;
}

.card-detail-block {
    margin: 27px auto 0px;
}

.card-detail-block img {
    width: 200px;
    height: 129px;
}

.card-detail-block>div {
    vertical-align: top;
}

.card-detail-block div.card-center-block {
    margin: 0 auto;
    width: auto;
    max-width: inherit;
}

.card-detail-block .card-detail-title {
    font-size: 2rem;
    margin: 0;
}

div.card-detail-block .ttb-input-item {
    margin: 25px auto 30px auto;
}

.card-block .tab-content .ttb-button {
    bottom: -20px;
}

/* 網站導覽 */
.card-detail-block div.card-center-block.d-flex {
    flex-wrap: wrap;
    justify-content: center;
}

.card-detail-block div.card-center-block.d-flex .ttb-pup-block {
    margin: 60px 10px 0px;
    padding: 0;
    box-shadow: 0px 2px 8px #00000029;
    border-radius: 10px;
}

.card-detail-block div.card-center-block.d-flex .ttb-pup-block:hover {
    box-shadow: 0px 4px 8px #00000029;
}
.card-select-block a {
    padding: 5px;
}
.card-select-block a:hover, .card-select-block a:focus {
    outline-color: #37474f !important;
    outline-style: solid !important;
    outline-width: 5px !important;
    color: #EDA15F;
}
/* 新手上路 End */

/* 金融資訊 Start */
/* 金融資訊 彈出視窗 */
#main-content .pupup-block {
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(148, 148, 148, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
}

#main-content .pupup-block .card-block {
    max-width: 1040px;
    margin: 10% auto;
}

 /* pupup block */
#main-content .pupup-block .card-block {
     width: 95%;
     margin-top: 20%;
 }

/* 彈出視窗 的 標題 */
#main-content .ttb-pup-h2 {
    margin: 30px auto 0px;
    font-size: 1.25rem;
    font-weight: normal;
    letter-spacing: 0;
    color: #696A6C;
    opacity: 1;
}

.modal-header {
    border: none;
    margin: 60px 0;
    padding: 0;
}

.modal-body {
    margin: 0 auto;
    padding: 0px;
    max-width: 570px;
    align-self: center;
}

.modal-body ul,
.modal-body ol {
    margin: 0 auto;
}

.modal-body ul li,
.modal-body ol li {
    margin: 20px 0;
}

.modal-body ul.more-news-list li,
.modal-body ol.more-news-list li {
    display: flex;
}

.modal-body ul.more-news-list li span:first-of-type,
.modal-body ol.more-news-list li:first-of-type {
    margin-right: 10px;
}

.modal-body ul label~span,
.modal-body ol label~span {
    display: inline-block;
    max-width: calc(100% - 100px);
    vertical-align: top;
}

.ttb-pup-header {
    margin: 0 auto;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: #696a6c;
}

.ttb-pup-title {
    color: #000;
    letter-spacing: 0.9px;
}

.ttb-pup-title>div>span {
    text-align: right;
}

.ttb-pup-title>div>div.col-11 {
    padding-right: 3%;
}

.ttb-pup-title::after {
    float: right;
    position: relative;
    top: -25px;
}

.ttb-pup-title.collapsed[aria-expanded="true"]::after,
.ttb-pup-title[aria-expanded="false"]::after {
    content: url(../img/menu-arrow-grey.svg);
}

.ttb-pup-title[aria-expanded="true"]::after {
    content: url(../img/menu-arrow-orange.svg);
}

.ttb-pup-title.ttb-pup-link::after {
    content: url(../img/icon-10.svg);
    color: #ed6d00;
}

.square-style .ttb-pup-title::after {
    content: url(../img/external-link-alt-solid.svg);
    float: none;
    position: static;
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px auto 0;
}

.ttb-pup-title:hover {
    color: #000;
}

.ttb-pup-block.square-style .ttb-pup-title {
    position: absolute;
    bottom: 25px;
    width: 128px;
    text-align: center;
    letter-spacing: 0;
}

.ttb-pup-block.square-style .ttb-pup-title span {
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ttb-pup-title-sub {
    color: #696a6c;
}

.ttb-pup-body {
    font-size: .875rem;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: 0.9px;
    color: #000000;
}

.ttb-pup-body ul.ttb-pup-list {
    margin-bottom: 0;
}

.ttb-pup-body ul.ttb-pup-list li {
    margin: 10px auto;
    color: #696a6c;
}

.ttb-pup-body ul.ttb-pup-list>li {
    margin: 20px 0 10px 9.3%;
}

.ttb-pup-body ul li p {
    margin-bottom: 10px;
}

.ttb-pup-body ul.ttb-pup-item li {
    display: inline-block;
    margin: 10px 5px;
}

.ttb-pup-item.d-flex {
    flex-wrap: wrap;
}

.ttb-pup-item.d-flex li {
    flex: 0 1 33%;
}

.ttb-pup-body .ttb-pup-table {
    min-width: inherit !important;
    width: auto;
    font-size: 0.875rem;
    word-break: break-all;
    border: 1px solid #bebec0;
    text-align: center;
}

.ttb-pup-body .ttb-pup-table thead th,
.ttb-pup-body .ttb-pup-table tbody td {
    border: solid 1px #000000;
    vertical-align: middle;
}

.ttb-pup-body .ttb-pup-table thead th {
    color: #fff;
    background-color: #696a6c;
    border: 1px solid #bebec0;
}

.ttb-pup-body .ttb-pup-table tbody td {
    background: rgba(0, 0, 0, .05);
    font-weight: 400;
    border: 1px solid #bebec0;
}

.ttb-pup-body .ttb-pup-table tbody td:nth-child(even) {
    background: #f2f2f2;
}

/* 常見問題 table */
.question-table {
    font-size: 0.875rem;
}

.question-table tr th:first-child,
.question-table tr td:first-child {
    white-space: nowrap;
}

.question-table th {
    background-color: #696a6c;
    color: #fff;
}

.question-table tbody td {
    background-color: #f2f2f2;
    color: #696a6c;
}

.question-table td,
.question-table th {
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
}

.question-table .white-spacing {
    white-space: normal;
}

.terms-pup-blcok {
    text-align: center;
    background-color: #ffffff;
}

.square-style {
    position: relative;
    height: 128px;
    display: inline-block;
    flex: 0 0 128px;
    margin: auto 15px 15px;
    padding: inherit;
    box-shadow: 0px 2px 5px #00000029;
}

/* 金融資訊 End */

.color-red {
    color: #ff0000 !important;
}

caption {
    display: none;
}

.radio-block label{
    font-weight: bold;
    font-size:1rem;
}

.menu-img-block img{
    width:70px;
    height:67px;
}

.col-12{
    position: inherit !important;
}

/* 公告 */
.announcement-block {
    max-width: 375px;
    min-height: 100px;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto;
    padding: 15px;
    background-color: #eaeaea;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.announcement-block .announcement-title {
    max-width: calc(375px);
    position: fixed;
    left: 0;
    right: 0;
    top: calc(40% - 1rem);
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background-color: #ff8002;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.announcement-block .announcement-info {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #ff8002;
    letter-spacing: 1px;
}

.announcement-block .announcement-btn {
    margin: 0 25px;
    border-radius: 20.5px;
    border-color: transparent;
    color: #fff;
}

/* 提示訊息、錯誤訊息 */
.error-block>div {
    min-width: 720px;
}
.error-block>div {
    margin: 100px auto 50px;
    padding: 40px 30px 60px 30px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 2px 30px #0000004D;
    font: Regular 1rem/1.5rem Noto Sans CJK TC;
}
.error-block {
    display: flex;
    align-items: baseline;
    position: fixed;
    z-index: 9999;
    background-color: rgba(148, 148, 148, 0.8);
    width: 100%;
    height: 100%;
    overflow: scroll;
    text-align: center;
}
.error-title {
    margin-bottom: 40px;
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    color: #696A6C;
}
.error-block div .error-title {
    margin-bottom: 40px;
    font-size: 1.25rem;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    color: #696A6C;
}
.error-block div .error-content {
    max-width: 570px;
    margin: 1rem auto;
    font-weight: normal;
    letter-spacing: 0;
    color: #000000;
    text-align: left;
}
/* 個人公告 */

.account-right {
    position: relative;
    width: 100%;
    max-width: 728px;
    margin: 10px auto;
    min-height: 1px;
}
.account-announcement-block {
    margin: 0px;
    padding: 10px 0px;
    width: calc(100%);
    border-radius: 15px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.account-announcement-block .title {
    margin-left: 20px;
    font-size: 1.25rem;
    font-weight: 500;
}
.account-announcement-block .title:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background-color: #ff960f;
    width: 8px;
    height: 19px;
    vertical-align: middle;
}

.account-announcement-block .title img {
    margin-right: 5px;
    height: 20px;
}

.account-announcement-block .content {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    min-height: 40px; 
    margin: 0px auto;
    padding: 0px;
}

.account-announcement-block .content ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
}

.account-announcement-block .content ul li {
    padding: 10px 20px;
    margin-bottom: 5px;
    flex: 1 1 100%;
    border-bottom: 1px solid #6f6969;
    list-style: none;
}
.account-announcement-block .content ul li:nth-child(3n+1) {
    border-left: none;
}
.account-announcement-block .content ul:last-child li:last-child {
    border-bottom: none;
}
.account-announcement-block .content ul li span {
    color: #6c757d;
}

.account-announcement-block .content ul li a {
}

.account-announcement-block .content ul li:before {
    content: "";
}
.account-announcement-block .content ul li.pri:before {
    content: "";
}
.account-announcement-block .content ul li.impo:before {
    content: "";
}

.account-announcement-block .content ul li.pri.impo:before {
    content: "";
}
/* label hidden */
.hidden-comp {
    display: none;
}

.favorite_list li label {
    position: absolute;
    right: 0px;
    line-height: normal;
    border: none;
    color: #ff960f;
    background-color: transparent;
}
.favorite_list li label:hover, .fast-features-div #fast-features-content div ul.content li label:focus {
    outline: none;
    background-color: transparent;
    color: #f5c9a4;
}

.pup1-modal {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    outline: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.first-modal {
    display: none;
}

.second-modal {
    display: none;
}

.second-modal-block {
    background-color: white;
    z-index: 99999;
    position: relative;
    display: -ms-flexbox;
    width: 100%;
    max-width: 700px;
    min-width: 200px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    margin: 0 auto;
    padding: 55px 65px 60px 65px;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    top: 35%;
}


.pup1-modal .pup1-block {
    position: relative;
    display: -ms-flexbox;
    width: 100%;
    max-width: 700px;
    min-height: 250px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    margin: 0 auto;
    padding: 55px 65px 60px 65px;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    top: 25%;
}

.pup1-modal .pup1-block p {
    flex: 1 0 100%;
}


.pup1-modal .pup1-block .pup1-content img {
    display: block;
    max-width: 200px;
    margin: 0 auto;
}


.pup1-modal .pup1-block .pup1-btn {
    width: 150px;
    height: 41px;
    margin: 40px 25px;
    border-radius: 20.5px;
    border-color: transparent;
    color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);

}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.terms-content {
    background-color: #FFFFFF;
    margin: 20px auto;
    border-radius: 20px;
    /* height: 80vh; */
    height: 69.5vh;
}

.terms-content-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 1056px;
    height: 69vh;
    padding: 0 10px 15px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(136, 136, 136, 0.2);
    border-radius: 8px;
    margin: auto;
}

.terms-card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    width: 1056px;
    height: 7vh;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #F3720C;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #050200;
}

.terms-content-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    width: 1056px;
    overflow: auto;
    border-bottom: 1px solid lightgray;
}

.stepbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 60px;
    position: relative;
    width: 100%;
    height: 7vh;
    background: #EDF9FE;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.terms-content-btn {
    background-color: #F3720C;
    width: inherit;
    line-height: 30px;
    height: 45px;
    display: inline-flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    /* justify-content: space-around; */
    cursor: pointer;
}

.terms-content-btn p {
    color: #050200;
    padding-left: 0.1em;
}

.ckrule {
    position: absolute;
    width: 18px;
    height: 18px;
}

.down-icon{
    width: 35px;
    height: 35px;
    text-align: end;
    margin-bottom: 5px;
}

.content-btn-box {
    text-align: center;
    margin: auto;
    height: 6vh;
}

.cancel {
    border-radius: 30px;
    background-color: #ff8000;
    border: 0;
    width: 10%;
    min-width: 100px;
    height: 40px;
    color: #ffffff;
    margin-right: 40px;
    font-size: 1rem;
}

.cancel:disabled {
    background-color: #c4c4c4;
}

.next {
    border-radius: 30px;
    background-color: #ff8000;
    border: 0;
    width: 10%;
    min-width: 150px;
    height: 40px;
    color: #ffffff;
    font-size: 1rem;
}

.next:disabled {
    background-color: #c4c4c4; 
}

@media screen and (max-width:1042px) {
    .restart {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}