* {
    line-height: 1.75;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 960px;
    }
}

nav {
    min-height: 90px;
    background-color: #027D87;
    border-bottom: #F7931E solid 5px;
}

@media (max-width: 992px) {
    nav {
        border-bottom: unset;
        padding-bottom: 0 !important;
    }

    nav .container {
        padding: 0;
    }

    nav .navbar-brand {
        width: calc(100% - 72px);
        text-align: center;
        padding-left: 50px;
        margin: 0;
    }

    nav .navbar-toggler {
        margin-right: 12px;
    }

    nav .navbar-collapse {
        border-top: #F7931E solid 5px;
        margin-top: 8px;
    }

    nav .nav-item:not(:last-of-type) {
        border-bottom: 1px solid #02A0B6;
    }

    nav .nav-item {
        padding-left: 12px;
        padding-right: 12px;
    }
}

nav .navbar-brand img {
    height: 60px;
}

nav li a.nav-link {
    color: #fff;
}

footer {
    background-color: #027D87;
    background-image: url(../image/colorbar.jpg);
    background-repeat: repeat-x;
    background-position: top;
    background-size: 40px;
    color: #fff;
}

footer ul.navbar-nav {
    flex-direction: row;
}

footer ul li a.nav-link {
    color: #fff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

footer img {
    height: 80px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.go_top {
    width: 50px;
    position: fixed;
    top: 200px;
    right: 0;
    text-align: right;
    display: none;
}

.go_top img {
    cursor: pointer;
}

.content {
    background-image: url(../image/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #4D4D4D;
}

.detection .tabs .tab {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0.5rem 1.5rem;
    height: 50px;
    font-size: clamp(12px, 2vw, 22px);;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 992px) {
    .detection .tabs .tab {
        padding: 0 0.5rem;
    }
}

.detection .tabs .tab.active {
    color: #F7931E;
    background-color: #027D87;
}

.detection .tabs .tab {
    color: #CCCCCC;
    background-color: #02A0B6;
}

.detection .detection-bar {
    background-color: #027D87;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0.5rem 1.5rem;
}

.detection .detection-bar .input-group .text-group {
    position: relative;
    width: calc(100% - 100px);
}

@media (max-width: 992px){
    .detection .detection-bar .input-group {
        justify-content: center;
    }

    .detection .detection-bar .input-group .text-group {
        width: 100%;
    }
}

.detection .detection-bar .clear-btn {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: none;
}

.detection .detection-bar .input-group > .btn {
    width: 95px;
    background-color: #F7931E;
    color: #fff;
    border-radius: 5px !important;
    justify-content: center;
    border: 0px;
    margin-left: 5px !important;
}

@media (max-width: 992px) {
    .detection .detection-bar .input-group > .btn {
        margin-top: 0.5rem;
    }
}

.detection-loading, .detection-result .others , .detection-result .fast, .detection-result .detailed {
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-out;
}

@media (max-width: 992px) {
    .detection-loading .loading-bar {
        flex-direction: column;
    }
}

.detection-loading .loading-bar img:first-of-type{
    height: 120px;
}

.detection-loading .loading-bar img:last-of-type{
    height: 60px;
}

.detection-loading .loading-bar p {
    color: #333333;
    font-weight: bold;
    font-size: 40px;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.detection-loading .loading-tips, .detection-result .others > div, .detection-result .fast > div, .detection-result .detailed > div {
    border: 3px solid #027D87;
    border-radius: 10px;
    background-color: #fff;
}

.detection-loading .loading-tips p {
    color: #333333;
    font-size: 30px;
}

.detection-loading .hint {
    color: #027D87;
    font-size: 16px;
}

.detection-loading .loading-tips .carousel-control-prev,
.detection-loading .loading-tips .carousel-control-next {
    opacity: 1;
    color: #027D87;
    font-size: 1.5rem;
    top: unset;
    width: 50px;
    padding-bottom: 0.5rem;
    transition: none !important;
}

.detection-loading .loading-tips .carousel-control-prev {
    left: calc(50% - 50px);
}

.detection-loading .loading-tips .carousel-control-next {
    right: calc(50% - 50px);
}

.detection-loading .loading-tips .carousel-control-prev:hover, 
.detection-loading .loading-tips .carousel-control-next:hover {
    opacity: 1;
    color: inherit !important;
  }

.detection-result {
    color: #4D4D4D;
    font-size: 21px;
}

@media (max-width: 992px) {
    .detection-result .row:first-of-type > div {
        text-align: center;
    }

    .detection-result img:first-of-type {
        max-width: 80%;
        margin-bottom: 1rem;
    }
}

.detection-result .title {
   color: #027D87;
   font-size: 35px;
}

.detection-result .light-bar ul {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.detection-result .light-bar p {
    color: #027D87;
    font-size: 16px;
    border: 3px solid #027D87;
    border-radius: 10px;
    padding: 0.1rem 0.5rem;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
}

@media (max-width: 992px) {
    .detection-result .light-bar ul {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.detection-result .light-bar ul {
    list-style: none;
    margin-bottom: 0;
}

.detection-result .light-bar ul li {
    font-size: 16px;
}

.detection-result .dot {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
}

.detection-result .dot.dot-large {
    width: 30px;
    height: 30px;
}

.detection-result .dot.safe {
    background-color: #40ABD1;
}

.detection-result .dot.low-risk {
    background-color: #89D600;
}

.detection-result .dot.medium-risk {
    background-color: #FFF000;
}

.detection-result .dot.high-risk {
    background-color: #E6931E;
}

.detection-result .dot.extreme-risk {
    background-color: #C01C24;
}

.detection-result img.question-icon {
    width: 10px;
}

.detection-result .resubmit-btn {
    color: #fff;
    font-size: 20px;
    background-color: #027D87;
    border-radius: 20px;
    padding: 0.5rem 5rem;
    border: 0;
}

.detection-result .score-title {
    font-size: 24px;
	font-weight:bold;
    color: #027D87;
}

@media (max-width: 992px) {
    .detection-result .score-title {
        min-width: 160px;
    }
}

.detection-result ul li, .detection-result .analysis {
    font-size: 14px;
}

.detection-result hr {
    margin: 0.25rem 0;
}

.anti-fraud-board > .row:first-of-type {
    padding-bottom: 3rem;
}

@media (max-width: 992px) {
    .anti-fraud-board > .row:first-of-type {
        padding-bottom: 2rem;
    }
}

.anti-fraud-board .fraud-float-image {
    width: 200px;
    right: -30px;
    bottom: 25px;
}

@media (max-width: 992px) {
    .anti-fraud-board .fraud-float-image {
        width: 150px;
        padding-top: 2rem;
    }
}

.anti-fraud-board .fraud-item {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    min-height: 100px;
    padding-left: 120px !important;
    font-size: 26px;
}

@media (max-width: 992px) {
    .anti-fraud-board .fraud-item {
        font-size: 18px;
        padding-left: 110px !important;
    }
}

.anti-fraud-board .fraud-item img {
    height: 90px;
    left: 5px;
    top: 5px;
}

.anti-fraud-board .fraud-item .fraud-title {
    color: #4D4D4D;
    font-weight: bold;
}

@media (max-width: 992px) {
    .anti-fraud-board .fraud-item .fraud-title {
        width: 110px;
        margin-right: 0;
    }
}

.anti-fraud-board .fraud-item .fraud-s-title {
    color: #808080;
    font-size: 12px;
}

@media (max-width: 992px) {
    .anti-fraud-board .fraud-item .fraud-s-title {
        font-size: 10px;
    }
}

.anti-fraud-board .fraud-item > div {
    width: 55%;
}

.anti-fraud-board .fraud-item > div > div:first-of-type {
    width: 40%;
}

.anti-fraud-board .fraud-item > div > div:last-of-type {
    width: 60%;
}

.anti-fraud-board .fraud-item > div > div .chinese {
    color: #027D87;
    font-size: 20px;
}

@media (max-width: 992px) {
    .anti-fraud-board .fraud-item > div > div .chinese {
        font-size: 14px;
    }
}

.anti-fraud-board .fraud-image-box {
    background-color: #027D87;
    border-radius: 10px;
    color: #fff;
}

@media (max-width: 992px) {
    .anti-fraud-board .fraud-image-box {
        margin-left: 4rem;
        margin-right: 4rem;
    }
}

.anti-fraud-board .fraud-image-box img {
    width: 40%;
}

.anti-fraud-board .fraud-image-box > div:first-of-type p {
    font-size: 30px;
}

@media (max-width: 992px) {
    .anti-fraud-board .fraud-image-box > div:first-of-type p {
        font-size: 40px;
    }
}

.anti-fraud-board .fraud-image-box > div:last-of-type p {
    font-size: 22px;
    line-height: 1.25;
}

.notice .notice-box {
    background-color: #F7931E;
    border-radius: 10px;
}

.notice .notice-box p {
    font-size: 26px;
    color: #fff;
}

.announcement .announcement-box {
    background-color: #027D87;
    border-radius: 10px;
    padding-bottom: 3rem;
}

.announcement .announcement-box .announcement-title {
    color: #fff;
    font-size: 26px;
}

.announcement .announcement-box .announcement-inner-box {
    background-color: #FFFFFFE6;
    border-radius: 10px;
}

.announcement .announcement-box .announcement-inner-box .announcement-content {
    color: #4D4D4D;
    font-size: 18px;
}

.announcement .announcement-box .announcement-inner-box .hint-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #666666;
    font-size: 18px;
}

.announcement .announcement-box .announcement-inner-box .hint-box ol {
    margin-bottom: 0;
}

.announcement .announcement-box .carousel-indicators {
    bottom: -47px;
}

.announcement .announcement-box .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: none;
    transition: background-color 0.3s ease;
}

.announcement .announcement-box .carousel-control-prev,
.announcement .announcement-box .carousel-control-next {
    z-index: 99;
    opacity: 1;
    font-size: 1.5rem;
    top: unset;
    bottom: -45px;
    width: 50px;
    padding-bottom: 0.5rem;
    transition: none !important;
}

.announcement .announcement-box .carousel-control-next-icon, 
.announcement .announcement-box .carousel-control-prev-icon {
    background-color: #46A0A7;
    border-radius: 50%;
    background-size: 60% 60%;
    width: 1.5rem;
    height: 1.5rem;
}

.announcement .announcement-box .carousel-control-prev {
    left: calc(50% - 130px);
}

.announcement .announcement-box .carousel-control-next {
    right: calc(50% - 130px);
}

.announcement .announcement-float-image {
    width: 200px;
    left: -100px;
    bottom: 0;
}

@media (max-width: 992px) {
    .announcement .announcement-float-image {
        width: 200px;
        position: relative !important;
        left: unset;
        bottom: unset;
        margin: auto;
        margin-top: 2rem;
    }
}

.announcement > .row:first-of-type {
    padding-bottom: 3rem;
}

.case-analysis .case-analysis-box {
    background-color: #027D87;
    border-radius: 10px;
}

.case-analysis .case-analysis-box .case-analysis-item p {
    color: #fff;
    font-size: 22px;
}

.case-analysis .case-analysis-box .case-analysis-item img {
    cursor: pointer;
}

.case-analysis .case-analysis-present > div {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-out;
}

.faq .faq-box,
.scamcase .scamcase-box {
    border: 3px solid #027D87;
    border-radius: 10px;
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 5rem !important;
}

.faq .faq-box {
    padding-bottom: 160px !important;
}

@media (max-width: 992px) {
    .faq .faq-box {
        padding-bottom: 0 !important;
    }
}

.faq .faq-box ol {
    list-style: none;
    counter-reset: question-counter;
}

.faq .faq-box ol li {
    counter-increment: question-counter;
    position: relative;
    padding-left: 2.5em;
}

.faq .faq-box ol li::before {
    content: "Q" counter(question-counter) ": ";
    position: absolute;
    left: 0;
}

.faq .faq-box ol li::before,
.faq .faq-box ol li .faq-title {
    color: #027D87;
    font-size: 26px;
}

.scamcase .scamcase-box ol li::marker,
.scamcase .scamcase-box ol li .scamcase-title {
    color: #027D87;
    font-size: clamp(18px, 2.5vw, 26px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.faq .faq-box .faq-float-image,
.scamcase .scamcase-box .scamcase-float-image {
    width: 180px;
    right: -70px;
    bottom: -70px;
}

@media (max-width: 992px) {
    .faq .faq-box .faq-float-image,
    .scamcase .scamcase-box .scamcase-float-image {
        position: relative !important;
        right: unset;
        bottom: unset;
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
}

.custom-table .table-box {
    background-color: #fff;
    color: #333333;
}

.custom-table .table-box .row > div > div {
    background-color: #F2F2F2;
}

.custom-table .table-box .row:first-of-type > div:first-of-type > div {
    background-color: #027D87;
    color: #fff;
}

.custom-table .table-box .row:first-of-type > div:last-of-type > div {
    background-color: #F7931E;
}

.detection-result .my-title {
    color: #027D87;
    font-size: 28px;
	font-weight: bold;
}
.my-sub-title {
	font-family:Noto Sans TC,sans-serif;
    font-size: 18px;
	font-weight:bold;
	color: #2a9917;
}
.my-sub-title2 {
	font-family:Noto Sans TC,sans-serif;
    font-size: 21px;
	font-weight:bold;
	color: #2a9917;
}
.my-sub-content {
	font-family:Noto Sans TC,sans-serif;
    font-size: 18px;
	color: #434343;
}
.my-li-title {
	font-family:Noto Sans TC,sans-serif;
    font-size: 14px;
	font-weight:bold;
	color: #434343;
}
.error-message {
    color: #ee4e45;
    font-size: clamp(12px, 2vw, 22px);
    font-weight: bold;
    display: none;
}

#detailed-screenshot-img {
    min-height: 600px;
    display: block;
    object-fit: contain;
    background-color: #f8f8f8;
}