@import url(notosanstc.css);

body {
    padding: 0;
    font-family: 'Noto Sans TC', sans-serif;
}

a:hover {
    text-decoration: none;
}

/* 191112ä¿®æ”¹ è¿”å›žä¸Šä¸€é  æ¨£å¼ */
#historyBack {
    text-align: center;
    padding-bottom: 2.5rem;
}

#historyBack .back-btn {
    color: #000;
    font-size: 1.125rem;
    padding: 0.625rem 2.188rem;
    border: 0.063rem solid #ccc;
    display: inline-block;
}

#historyBack .back-btn:hover {
    color: #999;
}

@media screen and (max-width: 35.5rem) {
    #historyBack {
        padding-bottom: 0;
    }
}


/*.container{width:1300px;margin:0 auto;}*/

/*.navbar-brand{*/
/*    background:url(../images/logo.png);*/
/*    height:100px;*/
/*    width:500px;*/
/*    background-repeat:no-repeat;*/
/*    background-position: center;*/
/*    margin:0 auto;*/
/*    text-indent:-9999px;*/
/*    display:block;*/
/*}*/

/*.topArea{clear:both;margin:20px 0;overflow:hidden;}*/
/*.topArea .container{position:relative;}*/

/*.toplink{*/
/*    position:absolute;*/
/*    right:40px;*/
/*    top:20px;*/
/*}*/

.toplink a {
    font-weight: bold;
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0.625rem;
    padding-left: 2.188rem;
}

a.link1 {
    background-image: url(../images/mail.png);
    background-size: 1.438rem;
    background-position: left 0.625rem center;
    background-repeat: no-repeat;
    margin-right: 0.313rem;
}

a.link2 {
    background-image: url(../images/catch.png);
    background-size: 1.25rem;
    background-position: left 0.625rem center;
    background-repeat: no-repeat;
    margin-right: 0.313rem;
}

a.link3 {
    padding-left: 0.625rem;
    background: red;
    color: #fff;
}

/* .dropdown:hover>.dropdown-menu {
    display: block;
} */

nav {
    background: #eca62d;
}

/* .nav-link {
    color: #000 !important;
    font-size: 1.125rem;
    display: block;
    font-weight: 500
} 

.nav-item {
    margin: 0 0.938rem;
}

.navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.9);
    border: 0;
    padding: 0;
}
*/
.dropdown-item {
    color: #eca62d;
    text-align: center;
    border-bottom: 0.063rem solid #525252;
}

.dropdown-item:last-of-type {
    border: 0;
}

.navbar-toggler {
    padding: 0.313rem 0.625rem;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 0.313rem;
}

.navbar-toggler p {
    height: 0.188rem;
    width: 95%;
    margin: 0.5rem auto;
    background: #000;
    display: block;

}

main {
    background: #e5e5e5;
}

.ConF {
    background: #fff;
    width: 81.25rem;
    margin: 0 auto;
    padding-top: 1.25rem;
}

.carousel-indicators {
    bottom: -2.813rem;
}

.carousel-indicators li {
    background: #eca62d;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.625rem;
}

.carousel-indicators .active {
    background: #000;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.frame {
    margin: 1.25rem 0.625rem;
}

.title {
    text-align: center;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    font-weight: bold;
}

.title a {
    color: #fff;
    font-size: 1.875rem;
    font-weight: bold;
}

.title img,
.title span {
    display: block;
}

.title img {
    margin: 0 auto 0.625rem;
    max-width: 100%; //以下兩行可以讓圖片不超過父元素的大小
    height: auto;
}

.title.orange {
    background-color: #fa7822;
    background-image: url(../images/titlebg1.jpg);
    background-position: center top;
    background-repeat: repeat-x;

}

.content {
    padding: 1.25rem;
    box-shadow: 0rem 0.938rem 1.25rem #e2e2e2;
    border: 0.063rem solid #ccc;
    border-top: 0;
}

.content.orange {
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.title.green {
    background-color: #019f9a;
    background-image: url(../images/titlebg2.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

.content.green {
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.title.pink {
    background-color: #f25372;
    background-image: url(../images/titlebg3.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

.content.pink {
    background-image: url(../images/arrow3.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.title.blue {
    background-color: #344163;
    background-image: url(../images/titlebg4.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

.content {
    color: #666;
}

.content .date {
    font-size: 0.875rem;
    margin: 0.313rem 0;
}

.content.blue {
    background-image: url(../images/arrow4.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.content h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
    overflow: hidden;
    width: 100%;
    display: block;
    white-space: nowrap;
    height: 1.438rem;
    text-overflow: ellipsis;
}

.news {
    list-style-type: none;
    padding: 0;
}

.news li {
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
    background-position: left top 0.375rem;
    padding-left: 1.25rem;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    margin-bottom:1rem;
}

.newsQf {
    height: 90px;
    padding-left: 0.05rem;
}

.newsQf li{
    background-image: url(../images/square.png);
    background-repeat: no-repeat;
    background-position: left top 0.375rem;
    padding-left: 1.25rem;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

.frame h2 a span{
    font-size: 1.88rem;
    display: table-cell;
    vertical-align: middle;
    padding: 1.5rem 0;
}

.news li a {
    color: #000;
}

.news li a:hover {
    text-decoration: underline
}

.btn-secondary {
    width: 100%;
    color: #fff;
    background-color: #fff;
    border-color: #ccc;
    color: #444;
    border-radius: 0;
}

.row.video {
    background: #e5f5f8;
    margin-top: 5.625rem;
}

.row.video iframe {
    width: 90%;
    margin: 0.625rem auto 1.875rem;
    display: block;
    height: 18.75rem;
}

h2.videoT {
    width: 18.75rem;
    background-image: url(../images/videot.jpg);
    background-color: #009aba;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 8rem;
    padding: 0.625rem 1.875rem;
    line-height: 5.625rem;
    margin-top: -2.5rem;
}

h2.videoT a {
    color: #fff;
}

h2.videoT a img {
    margin-right: 0.625rem;
}

.row.video .clear {
    clear: both;
    width: 100%;
}

.linkBtm {
    line-height: 4.063rem;
    height: 4.063rem;
    background: #eca62d;
    margin-top: 1.875rem;
}

.linkBtm .link {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.linkBtm .link li {
    display: inline-block;
    color: #000;
    font-size: 1.125rem;
    font-weight: 500
}

.linkBtm .link li a {
    color: #000;
    padding: 0 1.25rem;
    border-right: 0.063rem solid #000;
    font-size: 1.125rem;
    font-weight: 500
}

footer {
    background: #222;
    color: #fff;
    padding: 1.25rem 0;
    line-height: 1.563rem;
    font-size: 0.875rem;
}

footer p {
    margin: 0;
}

footer ul li {
    display: inline-block;
    text-align: center;
    width: 5.625rem;
    line-height: 1.25rem;
}

footer ul li p {
    margin-top: 0.313rem;
}

footer .container {
    overflow: hidden;
}

.area {
    color: #555;
    font-size: 1.5rem;
    width: 81.25rem;
    margin: 0 auto 1.25rem;
    font-weight: 500
}

.area img {
    width: 3.438rem;
}

.articleCon {
    color: #333;
    line-height: 1.75rem;
    overflow: hidden;
    padding-bottom: 3.125rem;
}

.articleCon h3 {
    font-size: 1.875rem;
    color: #000;
    font-weight: 500
}

.articleCon .date {
    color: #555;
    font-size: 0.875rem;
}

.articleCon h4 {
    color: #555;
    font-size: 1.5rem;
    font-weight: 500
}

.articleCon img {
    float: left;
    max-width: 100%;
}


.listT {
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 1.25rem 0;
    width: 81.25rem;
    margin: 0 auto;
}

.listT img {
    margin: 0 auto;
    display: block;
    position: relative;
    top: -3.75rem;
}

.listT p {
    margin-top: -2.5rem;
    font-size: 1.875rem
}

.listT.green {
    background: #019f9a;
}

.listT.white {
    color: #0099bb;
    background: #fff;
    padding-left: 5%;
}

.listT.qp {
    color: #0099bb;
    background: #fff;
}

.listT.qp img {
    top: -5.75rem;
}

.articleList {
    padding: 0;
}

.articleList li {
    border-bottom: 0.063rem solid #ccc;
    padding: 0.625rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.articleList li.nowrap {
    border-bottom: 0.063rem solid #ccc;
    padding: 0.625rem 0;
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
}

.articleList li .date {
    font-size: 0.875rem;
    color: #666;
    margin: 0.313rem 0;
    ;
}

.articleList li a {
    font-size: 1.25rem;
    color: #000;
    font-weight: 500;
}

.articleList li a:hover {
    color: #666;
}

.pageNum {
    width: 100%;
    text-align: center;
    margin: 1.25rem auto 3.125rem;
    padding: 0;
}

.pageNum li {
    display: inline-block;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    border-radius: 0.313rem;
}

.pageNum li:hover {
    background: #eca62d
}

.pageNum li a {
    font-size: 0.875rem;
    color: #000;
    display: block;
    font-weight: 500;
}

.listCon {
    overflow: hidden;
}

.mainList {
    padding-top: 5rem;
}

.mainArticle {
    padding-top: 3.125rem
}

.ConF.video {
    overflow: hidden;
    padding: 0;
}

.ConF.video .container {
    width: 100%;
}

.ConF.video iframe {
    min-height: 12.5rem;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.thx {
    text-align: center;
}

.statementList {
    list-style-type: decimal;
    margin: 1.875rem auto;
    line-height: 2.5rem;
}

.red {
    color: #f00;
    text-align: center;
}

.center {
    text-align: center;
}

.btn {
    margin: 0.625rem;
}

.ConF.basic,
.ConF.case {
    overflow: hidden;
    padding-bottom: 1.25rem;
}

.ConF.basic h3,
.ConF.case h3 {
    color: #eca62d;
    font-size: 1.25rem;
}

.ConF.case {
    margin-top: 0.625rem;
    color: #555;
}

.case label,
.basic label {
    width: 100%;
    text-align: left;
    justify-content: left;
    color: #555;
    margin-bottom: 0.313rem;
    display: block
}

.basic p {
    display: block;
    width: 100%;
}

.basic input[type="radio"] {
    margin-left: 1.25rem;
}

.org {
    font-size: 1.125rem;
    color: #f26522;
    font-size: 1.125rem;
}

.tech {
    font-size: 0.875rem;
    color: #3B3BFF;
    text-decoration: underline;
}

.hint {
    font-size: 1rem;
    color: #757575;
}

.report-case {
    color: #FFFFFF;
	background-color: #027D87;
}

.report-ad {
    color: #FFFFFF;
	background-color: #FF0000;
}

.form-inline {
    margin-bottom: 0.625rem;
    clear: both;
}

.form-inline .form-group {
    width: 33%;
    margin: 0.625rem 0;
}

.form-inline .form-group.half {
    width: 50%;
}

.form-inline .form-group.s {
    width: 7.5rem;
}

.form-inline .form-group.m {
    width: 25%;
}

.form-inline .form-group.three {
    width: 75%;
}

.form-inline .form-control {
    width: 95%;
}

.form-inline textarea.form-control {
    width: 98%;
}

.form-check-inline {
    margin-bottom: 0.625rem;
}

.form-control-inline {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.063rem solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.verify-input-area {
    display: inline;
    vertical-align: bottom;
}

.verify-code {
    display: inline;
}

.varify-input-code {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.063rem solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.verF {
    margin-top: -1.563rem;
}

.verify label {
    margin-bottom: 1.875rem;
}

.send {
    margin: 0.625rem auto;
    display: block;
    width: 18.75rem;
    border-right: 0.125rem solid #f8e0b6;
    border-bottom: 0.125rem solid #f8e0b6;
}

.address,
.address2,
.address3 {
    width: 100%;
}

.address select,
.address2 select,
.address3 select {
    width: 48%;
    margin-right: 2%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.063rem solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: calc(2.25rem + 0.125rem);
}

.same {
    width: 10%;
    padding: 0;
    position: relative;
    font-size: 1.063rem;
    height: 2.5rem;
    top: 1rem;
    left: 0.625rem;
    margin: 0;
}

.info {
    border: 0.063rem solid #ccc;
    border-radius: 0.625rem;
    overflow: hidden;
    float: left;
    margin: 0 1.25rem 1.25rem 0;
}

.info.phone {
    width:  60.625rem;
    height: 16.875rem;
}

.info.account {
    width: 37.5rem;
    height: 16.875rem;
}

.info.aaa {
    width: 29.6rem;
    height: 16.875rem;
}

.info.bbb {
    width: 29.6rem;
    height: 16.875rem;
}

.info.game {
    width: 60.625rem;
    height: 16.875rem;
}

.info.barcode {
    width: 60.625rem;
    height: 16.875rem;
}

.info.image {
    width: 60.625rem;
    height: 16.875rem;
}

.info .top {
    line-height: 2.5rem;
    border-bottom: 0.063rem solid #999;
}

.info .table thead th {
    font-weight: normal;
    border-bottom: 0.063rem dashed #999;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 0 0 0.625rem;
}

.info .top h5 {
    font-size: 1rem;
    font-weight: normal;
    box-sizing: border-box;
    padding-left: 0.625rem;
    display: inline-block;
}

.topBtn {
    float: right;
}

.addBtn,
.deletBtn {
    display: inline-block;
    background: #ebebeb;
    text-align: center;
    padding: 0 0.938rem;
    cursor: pointer;
}

.num {
    background: #ebebeb;
    width: 2.5rem;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.table td,
.table th {
    border-top: 0;
    border-bottom: 0.063rem dashed #999;
    border-width: 0 0.063rem 0.063rem 0;
    border-style: dashed;
    vertical-align: middle;
}

.table tbody td {
    padding: 0;
}

.info .table input {
    width: 100%;
    border: 1;
}

.tableF {
    height: 15.313rem;
    overflow-y: auto;
}

td:last-of-type,
th:last-of-type,
td.num {
    border-right: 0;
}

.info .table tr.active {
    border: 0.125rem solid #666;
    box-sizing: border-box;

}

.game select {
    border: 1;
}

.info .form-control:focus {
    box-shadow: none;
}

.info .table input:focus {
    box-shadow: none;
}

select.form-control.half+input {
    display: none;
}

.form-control.half {
    width: 48%;
    margin-right: 2%;
}

.address select {
    width: 30%;
}


input[type=checkbox],
input[type=radio] {
    position: static;
}

/* .navbar>.container {
    position: relative;
} */

.searchF {
    width: calc(100% - 4.375rem);
    position: absolute;
    z-index: 2000;
    background: #eca62d;
    opacity: 0;
    top: 0;
    left: 0;
    display: none;
}

.searchF.active {
    opacity: 1;
    transition: opacity .15s ease-in-out;
    display: block;
}

.search {
    background: transparent;
    width: 100%;
    border: 0.063rem solid #fff;
    height: 1.875rem;
    box-sizing: border-box;
    padding-left: 0.313rem;
    outline: none;
    color: #fff;
    margin-top: 0.438rem;
}

.searchBtn {
    text-indent: -624.938rem;
    background-image: url(../images/search.png);
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: 0;
    position: relative;
    top: 0.438rem;
    outline: none;
    float: left;
}

button:focus {
    outline: none;
}

.searchBtn.active {
    background-image: url(../images/searchactive.png);
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}





.searchText {
    width: 81.25rem;
    margin: 0.625rem auto;
    line-height: 1.875rem;
    color: #888;
    font-size: 1.125rem;
}

main.result {
    padding-top: 0.625rem
}

main.result .ConF {
    padding: 1.25rem 0 3.125rem;
    color: #333;
}

.result .searchLink h3 {
    color: #1d899f;
    font-weight: normal;
    font-size: 1.25rem;
    overflow: hidden;
    height: 1.563rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.result .searchLink p {
    color: #333
}

.searchLink .resultPath {
    font-size: 0.875rem;
    height: 1.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.searchLink {
    display: block;
    margin: 1.875rem 0;
}

.searchLink:hover {
    opacity: 0.7
}



/* app */


main.app {
    max-width: 64rem;
    box-sizing: border-box;
    padding: 1.25rem;
    background: none;
}

main.app .top {
    text-align: center;
    line-height: 1.625rem;
    color: #666;
}

main.app .content {
    margin: 0.625rem 0;
    padding: 0;
    border: 0;
    box-shadow: inherit;
}

main.app input[type="file"] {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

main.app .custom-file-upload {
    background: #eca62d;
    display: inline-block;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;

}

main.app .btn {
    border: 0;
    outline: none;
    height: 2.688rem;
    width: calc(100% - 6.25rem);
    background: #eca62d;
    color: #000;
    float: right;
    font-size: 1rem;
    border-right: 0.188rem solid #f8e0b6;
    border-bottom: 0.188rem solid #f8e0b6;
    text-decoration: none;
    text-align: center;
    line-height: 2.688rem;
    font-weight: bold;
    padding: 0;
    outline: none;
    margin: 0;
}

main.app a.btn {
    width: 90%;
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 1.25rem;
}

body#analyze {
    background: #e5e5e5
}

#analyze main {
    padding: 0;
}

main.app .container {
    width: 100%;
}

main.app .custom-file-upload img {
    margin: 0.625rem auto;
    display: block;
}

main.app .top img {
    float: left;
}

main.app .content textarea {
    padding-left: 0.625rem;
    font-size: 1rem;
    width: 100%;
    border: 0.063rem solid #ccc;
    resize: none;
    outline: none;
    box-sizing: border-box;
    margin-top: 0.625rem;
    height: 15.625rem;
}

main.app .area {
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 0.625rem #bbb;
    color: #333;
    padding: 0.625rem 0;
    margin: 1.25rem 0;
}

main.app .area .date {
    width: 90%;
    margin: 0.625rem auto;
    color: #999;
    font-size: 0.875rem;
    font-weight: 400;
}

main.app .area img {
    width: 100%;
    margin: 0.625rem 0;
}

main.app .area .text {
    line-height: 1.875rem;
    width: 90%;
    padding-bottom: 1.25rem;
    margin: 0.625rem auto;
    box-sizing: border-box;
    border-bottom: 0.063rem dashed #333;
}

main.app .anwser {
    width: 90%;
    margin: 0.625rem auto;
    box-sizing: border-box;
    padding: 0.625rem;
    background: #f7ead2;
}



/* loading */

.loading {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 5000;
    top: 0rem;
    ;
    left: 0rem;
    text-align: center;
    opacity: 1;
}

.loading.hide {
    opacity: 0;
    transition: opacity 2000 ease-out;
    display: none;
}

.loading img {
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    margin-top: 40vh;
    margin-top: 12.5rem\9;
}

.btnArea {
    overflow: hidden;
}

.btnArea .date {
    float: left;
    line-height: 3.75rem;
}

.btnArea .btn {
    float: right;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.btnArea .btn a {
    display: inline-block;
}

#url {
    display: none;
}

div.error {
    color: firebrick;
}

.visually-hidden {
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 - a 0 height clip, off to the bottom right of the visible 1px box */
    clip: rect(1px, 1px, 1px, 1px); /*maybe deprecated but we need to support legacy browsers */
    clip-path: inset(50%); /*modern browsers, clip-path works inwards from each corner*/
    white-space: nowrap; /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */
}

.more-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #0066cc;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.more-link:hover {
  background-color: rgba(0, 102, 204, 0.1);
  text-decoration: underline;
}

.more-link:focus {
  outline: 2px solid #0066cc;
  outline-offset: 2px;
}


p {
line-height:1.5
}


.dropdown-menu.show {
    opacity: 1 !important;
    background: #fff !important;
    z-index: 1050 !important;
}

@media (max-width: 768px) {/*說明：只在 RWD（如寬度小於 768px）時，.scroll-x 才有 overflow-x: auto 和 white-space: nowrap，桌機版則無。*/
    .scroll-x {
        overflow-x: auto;
        white-space: nowrap;
        max-width: 100%;
    }
    .scroll-x .table {
        min-width: 600px; /* 根據欄位數調整 */
    }
    input[formControlName="tel"],
    input[formControlName="unknCallNo"],
    input[formControlName="unknCallTm"] {
        width: 7.5rem; /* 依需求調整120px */
        min-width: 5rem;/* 依需求調整80px */
        max-width: 100%;
    }
}
