@charset "utf-8";
/* CSS Document */
/* reset #3333cc
------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html, body
{
    /* width: 100%;
    overflow-x: hidden; */
}
body {
    color: #222;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, "LiHei Pro", "新細明體", sans-serif;
    font-size: 16px;
    margin: 0 auto;
    max-width: 100%;
}

.clear1 {
    clear: both;
    height: 0;
}
.clear30 {
    clear: both;
    height: 15px;
}
.img100 {
    max-width: 100%;
}
.hr-dot {
    display: block;
    height: 2px !important;
    background: url(../images/dot.png) repeat-x;
    border: 0;
    opacity: 1;
}
.hr-dot3v {
    display: block;
    height: 9px !important;
    background: url(../images/dots_3v.png) repeat-x;
    border: 0;
    opacity: 1;
}
.hr-grey {
    display: block;
    height: 1px !important;
    background: #ebebeb;
    border: 0;
    opacity: 1;
}
.hr-white {
    display: block;
    height: 1px !important;
    background: #FFF;
    border: 0;
    opacity: 1;
}
.hr-gp-panel {
    display: block;
    height: 1px !important;
    background: #3333cc;
    border: 0;
    opacity: 1;
    margin-top: 7px;
    margin-bottom: 7px;
}
.hr-dot3v {
    display: block;
    height: 9px !important;
    background: url(../images/dots_3v.png) repeat-x;
    border: 0;
    opacity: 1;
}
.no-mt {
    margin-top: 0 !important;
}
.fr {
    float: right;
}
.emEn {
    font-size: 1.2rem;
    font-weight: bold;
    color: #3333cc;
}

/* width */
    ::-webkit-scrollbar {
    width: 17px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-left: 2px solid #f1f1f1;
    border-right: 2px solid #f1f1f1;
    height: 310px;
}

/* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.loginBg {
    background: rgb(51,51,204);
    background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
}
.loginWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    margin-top: 50px;
    padding: 20px;
}
#loginContent {
    -webkit-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.2);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.2);
    text-align: center;
}
#loginContent form {
    padding: 30px;
}
.loginLogo {
    margin-top: 30px;
    padding: 0 30px 0 30px;
}
#loginFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#loginFooter a {
    color: rgb(51,51,204);
    text-decoration: none;
}
#loginFooter a:hover {
    text-decoration: underline;
}
.loginCopy {
    color: #FFF;
    margin-top: 30px;
}
.loginCopy a {
    color: #FFF;
    text-decoration: none;
}
.loginCopy a:hover {
    text-decoration: underline;
}

.isbmBrand {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.isbmBrand a img {
    justify-content: center;
    max-width: 150px;
}
nav#isbmNavbar {
    background-color: #3333cc;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #3333cc;
}
#isbmNavContent ul.navbar-nav {
    margin-top: 10px;
}
#isbmNavContent .dropdown-menu a {
    border-bottom: 1px solid #eaeaea;
    line-height: 1.65rem;
    padding: 5px 15px;
}
#isbmNavContent .dropdown-menu a:last-child {
    border-bottom: 0;
}

.row.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.row.row-flex > [class*='col-'] {
    flex-grow: 0;
    /* margin-bottom: 20px; */
}

.mainBlock {
    background: #fff;
    -webkit-box-shadow: -21.213px 21.213px 57px 0px rgb(0 0 0 / 10%);
    box-shadow: -21.213px 21.213px 57px 0px rgb(0 0 0 / 10%);
    padding: 15px;
    margin-top: 25px;
}
.mainTit {
    background-repeat: no-repeat;
    color: #454545;
    font-size: 1.575rem;
    font-weight: bold;
}
.dash {
    background-color: #3636fe;
    height: 2px;
    width: 15px;
}
.subTit {
    color: #3333cc;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.icoList span {
    font-size: 3rem;
    color: #3333cc;
}

.tbMulti tr td {
    vertical-align: middle;
}
.tbMulti tr td.tdDate {
    min-width: 100px;
}
.tbMulti tr td.tdType {
    min-width: 90px;
}
.tbMulti tr td.tdName, .tbMulti tr td.tdAmount {
    min-width: 100px;
}
.tbMulti tr td.tdSex, .tbMulti tr td.tdMarriage {
    min-width: 60px;
}
.tbMulti tr td.tdCompany {
    min-width: 130px;
}
.tbMulti tr td.tdPhone, .tbMulti tr td.tdNote {
    min-width: 120px;
}
.tbMulti tr td.tdRelation, .tbMulti tr td.tdKnow {
    min-width: 80px;
}

.indexBlock {
    margin-top: 50px;
}
.mainHd {
    color: #3333cc;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3.5rem;
}
.typeCard {
    width: 100%;
    border: 5px solid #FFF;
    -webkit-box-shadow: -21.213px 21.213px 57px 0px rgb(0 0 0 / 10%);
    box-shadow: -21.213px 21.213px 57px 0px rgb(0 0 0 / 10%);
    text-align: center;
    vertical-align: middle;
    margin-bottom: 25px;
}
.typeCard a {
    border: 5px solid #FFF;
    display: block;
    height: 100%;
    padding: 3.5rem 15px;
    text-decoration: none;
}
.typeCard a:hover {
    border: 5px solid #3333cc;
}
.typeCard a h2 {
    color: #3333cc;
    font-size: 1.5rem;
}
.typeCard a p {
    color: #454545;
    margin-top: 1rem;
}
.typeCard a img {
    margin-bottom: 1rem;
}

.industry-card .card {
    padding: 15px;
    vertical-align: middle;
}
.tbIndustry {
    background: #3333cc;
    width: 100%;
}
.tbIndustry tr td {
    width: 33%;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 15px;
}
.tbIndustry tr td textarea {
    width: 100%;
    border: 1px solid #FFF;
}
.myCompany {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
textarea.form-control.textarea-bg, textarea.form-control.textarea-bg:disabled  {
    background-color: #ccff66;
    border-color: #ccff66;
    color: #454545;
    font-weight: bold;
}

.btnLogin {
    background: rgb(51,51,204);
    background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
    border: 1px solid rgb(51,51,204);
    color: #FFF;
    display: inline-block;
    padding: 7px 30px;
    text-decoration: none;
    width: 100%;
}
.btnLogin:hover {
    background: #FFF;
    border: 1px solid rgb(51,51,204);
    color: rgb(51,51,204);
    display: inline-block;
    padding: 7px 30px;
    text-decoration: none;
    -moz-transition: background-color .35s linear;
    -webkit-transition: background-color .35s linear;
    -o-transition: background-color .35s linear;
    -ms-transition: background-color .35s linear;
    transition: background-color .35s linear;
}
.btnMore {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: rgb(51,51,204);
    background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
    border: 1px solid rgb(51,51,204);
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
    transition: color 0.3s, background 0.3s;
}
.btnMore:hover {
    border: 1px solid rgb(51,51,204);
    background: #fff;
    color: #3333cc;
    padding: 5px 10px;
    transition: color 0.5s, background 0.5s;
}
a.btnMore {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: rgb(51,51,204);
    background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
    border: 1px solid rgb(51,51,204);
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 5px 10px;
    transition: color 0.3s, background 0.3s;
}
a.btnMore:hover {
    border: 1px solid rgb(51,51,204);
    background: #fff;
    color: #3333cc;
    padding: 5px 10px;
    transition: color 0.5s, background 0.5s;
}
#btnSearch {
    padding: 5px 15px;
}

.mainBlock .form-label {
    font-weight: bold;
}
.text-truncate.trunc-2{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.text-truncate.trunc-3{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.tb-palecs tbody tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 1.65rem;
}
.tb-palecs tbody tr td:last-child {
    border-right: 0;
}
.level-icon img {
    max-height: 30px;
    vertical-align: middle;
    text-align: center;
}
.level-warning {
    color: red;
    vertical-align: middle;
}

.monthCard {
    border: 1px solid #3333cc;
    background-color: #fff3cd;
    text-align: center;
}
.monthCard a {
    padding: 15px;
    text-decoration: none;
}
.monthCard a h2 {
    color: #3333cc;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}
.monthUl {
    margin-left: 20px;
    margin-bottom: 25px;
}
.monthUl li {
    line-height: 1.65rem;
}
.download-ul {
    list-style: none;
}
.download-ul li {
    border-bottom: 1px solid #eaeaea;
    line-height: 1.65rem;
}
.download-ul li a {
    color: #454545;
    display: block;
    padding: 8px;
    text-decoration: none;
    cursor: pointer;
}
.download-ul li a:hover {
    background-color: #eaeaea;
}

.newsUl {
    list-style: none;
}
.newsUl li {
    border-bottom: 1px solid #eaeaea;
    line-height: 1.65rem;
}
.newsUl li a {
    border-bottom: 1px solid #eaeaea;
    color: #454545;
    display: block;
    line-height: 1.65rem;
    padding: 8px;
    text-decoration: none;
}
.newsDate {
    padding-right: 10px;
}
.newsH2 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.85rem;
}
.newsDetailDate {
    color: #3333cc;
    font-size: 0.9rem;
}
.demoContent {
    line-height: 1.65rem;
}
a.download-anchor {
    color: #3333cc;
    cursor: pointer;
    text-decoration: none;
}
a.download-anchor:hover {
    text-decoration: underline;
}

.alert a {
    color: #41464b;
    text-decoration: none;
}
.alert a:hover {
    text-decoration: underline;
}

.page-item a {
    color: #222;
}
.page-link {
    color: #3333cc;
}
.page-link:hover {
    z-index: 2;
    color: #FFF;
    background-color: #3333cc;
    border-color: #3333cc;
}
.page-link.active, .active>.page-link {
    background-color: #3333cc;
    border-color: #3333cc;
}



.totop {
    width: 39px;
    height: 39px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
}
.totop .material-icons {
    color: #FFF;
    display: inline-block;
    padding: 8px;
}
.totop:hover {
    cursor: pointer;
}

.foot-block {
    background: #131313;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 1.85rem;
    padding: 15px 15px 15px 15px;
    text-align: center;
}
.foot-ul {
    list-style: none;
    margin: 0.5rem 0 0.8rem 0;
}
.foot-ul li {
    color: #222;
    display: inline-block;
    letter-spacing: 0;
    line-height: 1.55em;
}
.foot-ul li a {
    color: #a0a0a0;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
}
.foot-ul li a:hover {
    color: #FFF;
}
.foot-author {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: -15px;
}
.foot-author a {
    color: #a0a0a0;
    font-size: 14px;
    text-decoration: none;
}
.foot-author a:hover {
    text-decoration: underline;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .isbmBrand a img {
        justify-content: center;
        max-width: 100%;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255,255,255, 1);
        font-size: 20px;
        letter-spacing: 1px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .btnMore {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        background: rgb(51,51,204);
        background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
        background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
        border: 1px solid rgb(51,51,204);
        color: #FFF;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 10px 35px;
        transition: color 0.3s, background 0.3s;
    }
    .btnMore:hover {
        border: 1px solid rgb(51,51,204);
        background: #fff;
        color: #3333cc;
        padding: 10px 35px;
        transition: color 0.5s, background 0.5s;
    }
    a.btnMore {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        background: rgb(51,51,204);
        background: -moz-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
        background: linear-gradient(90deg, rgba(58,58,230,1) 0%, rgba(51,51,204,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3ae6",endColorstr="#3333cc",GradientType=1);
        border: 1px solid rgb(51,51,204);
        color: #FFF;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 1px;
        padding: 10px 35px;
        transition: color 0.3s, background 0.3s;
    }
    a.btnMore:hover {
        border: 1px solid rgb(51,51,204);
        background: #fff;
        color: #3333cc;
        padding: 10px 35px;
        transition: color 0.5s, background 0.5s;
    }

    .mainBlock {
        background: #fff;
        -webkit-box-shadow: -21.213px 21.213px 57px 0px rgb(0 0 0 / 10%);
        box-shadow: -21.213px 21.213px 57px 0px rgb(0 0 0 / 10%);
        padding: 15px;
        margin-top: 50px;
    }

    .mainTit {
        background-repeat: no-repeat;
        color: #454545;
        font-size: 1.875rem;
        font-weight: bold;
    }

    .foot-block {
        padding: 0.5rem 2.6rem 1.2rem 2.6rem;
        font-size: 1rem;
    }
    .foot-ul {
        list-style: none;
        margin: 1rem 0;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .clear30 {
        clear: both;
        height: 30px;
    }

    .mainBlock {
        margin-top: 50px;
        padding: 60px 120px;
    }

    .foot-block {
        padding: 0.5rem 5.7rem 1.5rem 5.7rem;
        font-size: 1rem;
    }
    .foot-ul li a {
        color: #a0a0a0;
        font-size: 14px;
        padding: 0 25px;
        text-decoration: none;
    }
    .foot-ul {
        list-style: none;
        margin: 1.5rem 0;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .col-smbtm-pd {
        margin-bottom: 0;
    }
    .indent-x25 {
        padding: 0 45px 0 25px;
    }

    .foot-ul {
        list-style: none;
        margin: 1.5rem 0;
    }
}
/*xxl and up)*/
@media (min-width: 1400px) {

    .foot-ul {
        list-style: none;
        margin: 2.5rem 0;
    }
}
@media (min-width: 1560px) {
    .foot-block {
        padding: 1rem 11.25rem 3rem 11.25rem;
    }
}
@media (min-width: 1800px) {

}


/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after{
    width: 100%;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    border: none;
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor;
}
