﻿.question-content {
    margin: 54px 0 7px 0;
}

.ans-btn{
    display: block;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}

.qa-ansgroup .right {
    font-size: 25px;
    color: #FB5451;
    padding-top: 34px;
}

#qa-ansgroup {
    display: block;
}

.qa-ansgroup .right ul {
    list-style: none;
}

.article-filegroup {
    color: #fff;
}



.ntsec-table {
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

.ntsec-table:last-child {
    margin-bottom: 167px;
}

.ntsec-table tbody {
    border: none;
}

.ntsec-table th {
    text-align: left;
    border-bottom: 1px solid #9E9E9E;
    font-size: 20px;
    font-weight: 400;
    color: #AEAEAE;
    /*padding: 10px 0;*/
}

.ntsec-table tr {
    font-size: 20px;
    vertical-align: middle;
}

.ntsec-table tr:nth-child(even) {
    background-color: #FFFAEE;
}

.ntsec-table td {
    border-bottom: 1px solid #9E9E9E;
    height: 103px;
    vertical-align: middle;
    padding: 22.5px 0;
}

.ntsec-table td:nth-child(1) {
    padding-right: 30px;
    color: #FFB113;
    padding-left: 100px;
    line-height: 22px;
    text-decoration: underline;
    width: 40%;
}

.ntsec-table th:nth-child(1) {
    padding-left: 100px;
}

.content-html {
    font-size: 18px;
        margin-bottom: 100px;
        line-height: 160%;
}

.TeachingContent1 {
    margin-top: 20px;
}
.TeachingContent1 table.form1 {
    line-height: 1.7em;
}
.TeachingContent1 table.form1 th {
    color: #FFF;
    background-color: #2BACB2;
    border-bottom: 1px solid #d2d2d2;
}
.TeachingContent1 table.form1 td {
    border: 1px solid #d2d2d2;
}
.TeachingContent1 table.form1 td, .TeachingContent1 table.form1 th {
    padding: 20px;
}
.TeachingContent1 ol, .TeachingContent1 ul {
    list-style: none;
}

.qComlete {
    display: block;
    color: #FFF;
    background-color: #FFAF06;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
    min-width: 200px;
    margin: 0 auto;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
}

.qa-result .pageTitle {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 160%;
    color: #FFAF06;
}
.qa-result .theme-category {
    /*    font-size: 120%;*/
    min-width: 58px;
    height: 58px;
    line-height: 58px;
    font-weight: bold;
    background-color: #FFAF06;
    color: #FFF;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.qa-result .quitComment__list, .qa-result .quitResult__list {
    list-style: none;
}
.qa-result .quitComment__list > li {
    margin-top: 10px;
}

.quitResult__item--wrong {
    color: #FF7087;
}
.quitResult__item--right {
    color: #73B9EF;
}
.quitResult__item--wrong a {
    color: #FF7087;
    text-decoration: none;
}
.quitResult__item--right a {
    color: #73B9EF;
    text-decoration: none;
}
.quitResult__item--wrong a:hover, .quitResult__item--right a:hover {
    text-decoration: underline;
}
.quitResult__item {
    font-size: 120%;
    line-height: 1.5em;
    margin: 15px 0;
}

.quitResult__item--right:before {
    content: "O";
}
.quitResult__item--wrong:before {
    content: "X";
}
.quitResult__item:before {
    font-size: 150%;
    margin-right: 10px;
    vertical-align: sub;
}
.pagePanel hr {
    border: 0;
    height: 1px;
    background-color: #d4d4d4;
    margin: 20px 0;
}

.file-download-btn {
    width:  auto;
    min-width: 302px;
}

.file-download-btn img {
    margin-right: 10px;
}

.test-qa-pagination .page_num {
    width: 60px !important;
}

.ntsec-table td > a {
    color:unset;
}

.ntsec-table {
    width: 100%;
}
.ntsec-table td:nth-child(2) {
    padding-right: 100px;
}
.ntsec-table td:nth-child(3) {
    padding: 5px;
    text-align: center;
}

.sideMenu__title {
    display: flex;
    justify-content: space-between;
}
.sideMenu__title .side-up, .sideMenu__title .side-down {
    margin: 35px 12px 0px 0px;
    height: 100%;
}

@media (max-width:2000px) {
    .sideMenu__title .side-up, .sideMenu__title .side-down {
        display: none;
    }
}
@media (max-width:1100px) {
    .sideMenu__item {
        display: none;
    }
    .sideMenu__item.active {
        display: block;
            margin-top: 15px;
    }
    .sideMenu__title .side-up {
        display: block;
            margin: 15px 12px 0px 0px;
    }
    .sideMenu__title .side-down {
        display: none;
    }
    .sideMenu__title.active .side-up {
        display: none;
    }
    .sideMenu__title.active .side-down {
        display: block;
    }
}
@media (max-width: 1024px) {
    .ntsec-table th:nth-child(1) {
        padding-left: 10px;
    }

    .ntsec-table td:nth-child(1) {
        padding-left: 10px;
    }

    .ntsec-table td:nth-child(2) {
        padding-right: 10px;
    }
    .footer-top-right{
         width: 330px;   
    }
    .footer-top-left{
         padding-right: 100px;   
    }
}
@media (max-width: 768px) {
    .journal-directory61-3{
      padding: 0 20px;  
    }
    .topic-box61-3{
        width: 90%;
    }
     .tdepartment_61-3,.tdepartment61-3-p2{
      min-height: auto;  
    }
    .thematic-department-61-3part2{
    margin-top: 0;
    }
    .content-html{
          margin-bottom: 30px;  
    }
    .note-content61-3 p{
     line-height: 160%;  
        letter-spacing: 0;
    }
    .download-title{
     margin: 30px 0px 0 0px;   
    }
    .file-download hr{
          margin-left: 0;
    margin-right: 0;  
    }
    .file-download p.normal-18{
     padding-left: 0;   
    }
    .file-download p{
        width: 100%;
    }
    .monthlyBtn-group{
        margin-bottom: 70px;
     margin-left: 0;
    margin-right: 0;   
    }
    .tdepartment_4{
        height: auto;
    }
    .journal-directory61-2{
          padding: 0 20px;  
    }
    .journal-directory{
        padding: 0 20px;  
    }
    .topic-box61-2{
        width: 90%;
    }
    .tdepartment{
        min-height: auto;
    }
    .tdepartment_4{
       min-height: auto; 
    }
    .tdepartment_5{
       min-height: auto; 
    }
}




@media (max-width: 425px) {
    .thematic-department {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 16px;
    }

    .journal-directory61-3 {
        padding: 0 15px;
    }

    .journal-directory-item1 p {
        text-align: center;
    }

    .journal-item1-sp {
        letter-spacing: 4px;
        text-align: center;
    }

    .journal-directory-item2 p {
        font-size: 37px;
    }

    .topic-box61-3 {
        padding: 18px 5px;
            width: 100%;
    }

    .thematic-group {
        padding-top: 30px;
        width: 100%;
    }

    .thematic-group li {
        margin-right: 0;
            margin-left: 1.3em;
    }
   
    .tdepartment61-3-p2{
     padding: 0 20px 30px 25px;   
    }
    .tdepartment_61-3 h1{
       font-size: 37px;
    height: 60px; 
    }
    .tdepartment61-3-p2 h1{
      font-size: 37px;
    height: 60px;   
    }
    .tdepartment-img01 {
        top: 30px;
        right: 21px;
    }

    .tdepartment-img02 {
        top: 8px;
        right: 22px;
    }

    .tdepartment-img03 {
        top: 11px;
        right: 39px;
    }

    .tdepartment-img04 {
        top: 8px;
        right: 17px;
    }

    .tdepartment-img05 {
        top: 16px;
        right: 21px;
    }

    .department-text61-3p2 {
        margin: 15px 0 0 0;
    }

    .monthly61_1-title p {
        font-size: 35px;
    }

    .footer-top-right {
        width: 100%;
    }

    .page-footer {
        padding: 0 20px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-icon-group{
            padding: 10px 0;
    }
    .footer-icon-group a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25%;
    }

}

.content-html img[src='/UserFiles/image/目錄06-文章前的方塊_small-12(1).png'] {
    display: inline-block;
}

.section-title span {
    display: block;
    text-decoration: none;
    color: #fff;
}
.section-textBtn.click-cursor {
    cursor: default;
}
.section-textBtn.click-cursor:hover {
    opacity:unset;
}
#open-search-icon:hover {
    border-bottom: 3px solid #FFB114;
}
.search-icon-top.click-cursor {
    opacity: unset;
}
.qa-apple-title p {
    line-height: 50px;
}
