/*@media screen and (max-width:1700px){
    .r_circle {
        right: 15%;
        transform: translate(-25%,-50%);
    }
}*/
@media screen and (max-width:1600px) {
    .mainSection {
        background-size: cover;
        height: calc(100vh - 110px);
        position: relative;
        /* top: 33px; */
    }
}

@media screen and (max-width:1440px) {
    .mainSection {
        height: 100vh;
        position: relative;
        /* top: 33px; */
    }

    .mainTitle {
        max-width: 625px;
        margin: 0 auto;
        padding-top: 10px;
    }

    /*.r_circle {
        right: 5%;
        transform: translate(-25%,-50%);
    }*/

}

@media screen and (max-width:1366px) {
    .mainTitle {
        max-width: 450px;
    }

    .dateRect p {
        font-size: 55px;
    }

    .dateRect {
        height: 125px;
    }
}

@media screen and (max-width:1200px) {
    .mainTitle {
        max-width: 500px;
        margin: 0 auto;
        padding-top: 0px;
    }

    .mainSection {
        height: calc(100vh - 235px);
        position: relative;
        /* top: 33px; */

    }

    /*.r_circle {
        top: 50%;
        right: 0%;
        transform: translate(-25%,-50%);
    }*/
    .green {
        border: 5px solid #3c017f;
        background: #ffce00 !important;
    }

    .circle {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        border-radius: 50%;
        background: #3c017f;
        line-height: 85px;
    }

    .circle img {
        width: 60px;
    }

}

@media screen and (max-width:1024px) {
    .mResTabAccordA {
        font-size: 21px;
    }

    .tabNav li.active>.mResTabAccordA,
    .mResTabAccordA:hover,
    .mResTabAccordA.active {
        background-color: transparent;
        /* background-color:#9fc630; */
        color: #3ea258;
        text-decoration: none;
        font-size: 21px;
        font-weight: 700;

    }
    .countBox{
        padding: 50px 0;
    }
    .countSection{
        height: auto;
        background-position: 100% 100%;
        background-size: cover;
    }
    .countSection .container{
        width: 100%;
    }
    .conutCircle{
        margin: 15px;
    }
}

@media screen and (max-width:768px) {

    /* .tabbing{
        display: block;
    } */
    .mResTabAccordA {
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        padding: 8px 20px;
        color: #fff;
        /* background-color:transparent;  */
        background-color: #3ea258;
        font-size: 22px;
        font-weight: 700;
    }

    .tabNav li.active>.mResTabAccordA,
    .mResTabAccordA:hover,
    .mResTabAccordA.active {
        /* background-color: transparent; */
        background-color: #9fc630;
        color: #fff;
        text-decoration: none;
        font-size: 22px;
        font-weight: 700;

    }
    .modal {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content {
        position: relative;
        width: 60%;
        height: 75%;
    }

    .modal-content iframe {
      padding: 4px;
    }

    .close {
        position: absolute;
        right: 12px;
        top: 0;
        color: #596157;
        font-size: 5em;
        font-weight: bold;
        transition: all .3s;
    }

    .close:hover,
    .close:focus {
        color: #ddd;
        text-decoration: none;
        cursor: pointer;
    }
}
@media (max-width:767px){
    .modal {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content {
        position: relative;
        width: 85%;
        height: 90%;
    }

    .modal-content iframe {
      padding: 4px;
    }

    .close {
        position: absolute;
        right: 12px;
        top: 20px;
        color: #596157;
        font-size: 2em;
        font-weight: bold;
        transition: all .3s;
    }

    .close:hover,
    .close:focus {
        color: #ddd;
        text-decoration: none;
        cursor: pointer;
    }
}

@media screen and (max-width:480px) {

    /* .navbar-collapse{
        justify-content: left;
        display: none;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    } */
    .loadBtn {
        display: none;
    }

    .mbloadBtn {
        display: block;
    }

    .navbar {
        padding: 5px 15px;
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        margin-left: -20px;
        margin-top: 5px;
        list-style-type: none;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
        font-weight: 700;
    }

    .nav-item:hover {
        background: transparent;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0;
        margin: 0;
        font-size: 1rem;
        color: #fff;
        text-align: left;
        list-style: none;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        padding-left: 25px;
        border-radius: 0px;
    }

    .mainSection {
        background: url("../img/mb-bg.jpg")center center no-repeat;
        background-size: cover;
        height: 60vh !important;
        /* top: 45px; */
    }

    .mbMainSection {
        height: 60vh !important;
    }

    .mainTitle {
        padding-top: 10px;
        top: 150px;
    }

    .l_circle {
        width: 150px;
        /* position: absolute; */
        top: 430px;
        left: 5%;
        transform: translate(0%, 0%);
    }

    .r_circle {
        width: 150px;
        position: absolute;
        /*top: 430px;*/
        right: 5%;
        transform: translate(0%, 0%);
    }

    .stepBox {
        display: none;
    }

    .mb-circle {
        display: flex;
        margin-top: 15px;
        position: relative;
    }

    .mbstepBox {
        display: block;
    }

    .stepBox p {
        text-align: center;
        font-size: 24px;
        line-height: 31px;
        margin-top: 30px;
    }

    .mbtimeLine {
        position: absolute;
        display: block;
        margin: 0 auto;
        width: 3px;
        height: 400px;
        left: 70px;
        top: 65px;
        z-index: 0;
        background: #3c017f;
    }

    .aboutContent p {
        margin-top: 20px;
        font-size: 21px;
        font-weight: 500;
    }

    .countSection {
        width: 100%;
        height: auto;
        background-size: cover;
    }

    .countBox {
        justify-content: space-around;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .conutCircle {
        max-width: 200px;
        height: 175px;
        border-radius: 50%;
        background: transparent;
        border: 2px solid #fff;
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin-top: 15px;
        padding-top: 20px;
    }

    .secSection {
        width: 100%;
        position: relative;
        /* margin-top: 100px; */
        padding-bottom: 50px;
    }

    /* 倒數 */
    .dateRect {
        width: 100%;
        height: 90px;
        margin: 5px;
    }

    .dateRect p {
        font-size: 36px;
    }

    .dateTitle {
        margin: 5px auto;
        font-size: 20px;

    }

    /* 年度大調查 */
    /* .titleBox {
        margin-top: 50px !important;
    } */

    .titleBox h2 {
        font-size: 36px;
    }

    .industryBox {
        margin-top: 20px;
        justify-content: center;
    }

    .industryRect {
        width: 100%;
        margin: 10px;
    }

    .tips {
        margin-top: 20px;
        text-align: left;
        width: 100%;
        margin-left: 0px;
    }

    /* tab */
    .dotTitle {
        font-size: 26px;
        font-weight: 700;
    }

    .item {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .item p {
        font-size: 16px;
        font-weight: 400;
        /* margin-left: 25px; */
        text-align: justify;
    }

    .payBox p {
        color: #3c0094;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .tabContainer .tabContent {
        padding: 20px;
        background-color: transparent;
        padding-top: 20px;
    }

    /* timeline */
    .timeline {
        display: none;
    }

    .mb-timeline {
        display: block;
        margin-top: 50px !important;
    }

    .timeline .timeline-items .timeline-item {
        position: relative;
        margin-bottom: 50px;
        left: 0px;
        padding: 20px;
        background-color: white;
    }

    .timeline .timeline-items .timeline-item.centered::before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: calc(50% - 15px);
        top: -12px;
    }
tdTitle
    /* 榮譽榜表格 */
    .headTitle {
        
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        width: 30%;
        height: 50px;
        text-align: center;
        padding: 20px;
    }
    .tableTitle{
        width: 5%;
        text-align: center;
    }
    .wItem{
        height: 65px;
        text-align: center;
        padding: 5px;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        padding: 5px 5px;
    }
    .gloryItem {
        background: #e2e1e1;
        height: 60px;
        text-align: center;
        padding: 5px;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        padding: 5px 5px;
    }
	.gloryItem2 {
        background: #EEEEEE;
        height: 60px;
        text-align: center;
        padding: 5px;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        padding: 5px 5px;
    }

    /* 說明會影片 */
    .video iframe {
        height: 300px;
    }

    /* 問卷 */
    .half {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    /* tab */
    .tabContainer .tabContent.mTabActive {
        opacity: 1;
        display: block;
        border: none;
        border-top: none;
        max-width: 960px;
        margin: 0 auto;
        background: #fff;
        padding: 0px;
    }

    label {
        display: block;
        /* margin-bottom: .5rem; */
        margin: 10px auto;
        padding-left: 0px;
    }
}

@media screen and (max-width:375px) {
    .conutCircle {
        max-width: 200px;
        height: 160px;
        border-radius: 50%;
        background: transparent;
        border: 2px solid #fff;
        font-size: 20px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin-top: 15px;
        padding-top: 20px;
    }

    .l_circle {
        width: 120px;
        /* position: absolute; */
        top: 400px;
        left: 15%;
        transform: translate(0%, 0%);
    }

    .r_circle {
        width: 120px;
        /* position: absolute; */
        /*top: 400px;*/
        right: 35%;
        transform: translate(0%, 0%);
    }

}