﻿.index-title-box p{

    font-size: 2.25rem;

    font-family: "Roboto";

    font-weight: 300;

    color: #ffe100;

    display: inline-block;

    line-height: 1;

    padding-bottom: 1rem;

}

.index-title-box h2,

.index-title-box h3{

    font-family: "Noto Sans TC";

    font-size: 1.125rem;

    letter-spacing: 0.1em;

    line-height: 1;

}

.index-title-box h3{

    font-size: 1.25rem;

}

.index-title-center{

    text-align: center;

}

.loadingForm-mask-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    z-index: 9999;
}
.loadingForm-mask-box.active{
    display: flex;
}
.loadingForm-mask-box i{
    animation: loadingForm 1s linear 0s infinite;
}
@keyframes loadingForm{
    from {
      transform: rotate(0deg) 
    }
  
    to {
        transform: rotate(360deg)
    }
  }




.index-curriculum-title-box{

    width: 100%;

    display: block;

}

.index-curriculum-title-box h2{

    display: inline-block;

    vertical-align: bottom;

    font-family: 'Noto Sans TC';

    font-weight: 700;

    font-size: 36px;

    color: #fff;

    letter-spacing: 0.1em;

    line-height: 1;

}

.index-curriculum-title-box p{

    display: inline-block;

    vertical-align: bottom;

    font-family: 'Roboto';

    font-weight: 300;

    font-size: 16px;

    color: #888;

    letter-spacing: 0.1em;

    line-height: 1;

    margin-left: 15px;

}



/*過場動畫*/



.dt-loading-2 {

    width: 100%;

    height: 100vh;

    display: table;

    position: fixed;

    top: 0;

    z-index: 99999;

    transition: all .4s linear;

    background-color: #FFF;

}



.laying-2 {

   display: table-cell;

   vertical-align: middle;

}



.loading-logo-box{

    width: 154px;

    display: block;

    position: relative;

    margin: 0 auto;

    overflow: hidden;

}

.loading-log{

    width: 100%;

    display: block;

    position: relative;

 

}

.loading-mask{

    width: 100%;

    height: 100%;

    display: block;

    position: absolute;

    top: 0;

    background: #FFF;

    right: 0%;

    animation:  right2 2s linear 0s 1 forwards;



}



/*fancy-box*/



.fancybox-table{

    width: 100%;

    height: 100vh;

    display: none;

    position: fixed;

    top: 0;

    left: 0;

    z-index: 999;

}

.fancybox-table.active{

    display: table;

}

.fancybox-table-mid{

    display: table-cell;

    vertical-align: middle;

}

.fancybox-box{

    width: 800px;

    max-width: 100%;

    display: block;

    margin: 0 auto;

    position: relative;

    z-index: 3;

}

.fancybox-img-box{

    width: 100%;

    height: 600px;

    display: block;

    margin-bottom: 10px;

    border: 1px solid rgba(255,255,255,0.2);

}

.fancybox-article{

    max-height: calc(100vh - 700px);

    overflow: auto;

}

.fancybox-article-title{

    font-size: 20px;

    color: #FFF;

    letter-spacing: 2px;

}

.fancybox-article-p{

    font-size: 16px;

    display: block;

    color: #FFF;

}



.fancybox-mask-box{

    width: 100%;

    height: 100%;

    display: block;

    background-color: rgba(0,0,0,0.6);

    position: fixed;

    top: 0;

    left: 0;

}

.fancybox-close{

    width: 40px;

    height: 40px;

    line-height: 40px;

    font-size: 20px;

    color: #000;

    text-align: center;

    position: absolute;

    top: 0;

    right: 0;

    background-color: #ddd;

    cursor: pointer;

    z-index: 3;

}

.body-close{

    overflow: hidden;



}

.body-close::-webkit-scrollbar{

    display:none;

}



.fancybox-link{

    position: fixed;

    text-align: center;

    top: calc(50% - 31px);

}

.news-prev{

    right: calc(50% + 427px);

}

.news-next{

    left: calc(50% + 427px);

}

.fancybox-link i{

    font-size: 24px;

    color: #FFF;

    display: block;

    margin-bottom: 10px;

}

.fancybox-link p{

    font-size: 18px;

    color: #FFF;

}

.fancybox-block{

    width: 100%;

    max-height: 100vh;

    overflow: auto;



}

.fancybox-block::-webkit-scrollbar{

    display:none;

}





/*----------------------------*/



.rwd-menu-class-list{

    width: 100%;

    height: 46px;

    border: 1px solid #888;

    font-size: 16px;

    letter-spacing: 1px;

    text-align: center;

    display: none;

    line-height: 46px;

    position: relative;

    box-sizing: border-box;

}

.rwd-menu-class-list:after {

    content: '';

    width: 0px;

    height: 0px;

    margin: 0 auto;

    border-right: 10px solid transparent;

    border-top: 10px solid #888;

    border-left: 10px solid transparent;

    display: block;

    position: absolute;

    bottom: calc(50% - 5px);

    right: 5%;

    box-sizing: border-box;

}



/*--------------confirm-block--------------*/

.confirm-block{    

    width: 100%;

    height: 100vh;

    position: fixed;

    z-index: 999;

    top: 0;

    left: 0;

    -webkit-align-items: center;

    align-items: center;

    -webkit-justify-content: center;

    justify-content: center;

    display: -webkit-flex;

    display: flex;

}

.confirm-box{

    max-width: 500px;

    min-width: 200px;

    width: 400px;

    padding: 40px 30px;

    box-sizing: border-box;

    background-color: #fff;

    position: relative;

    z-index: 1;

    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);

}

.confirm-info-box{

    position: relative;

}

.confirm-out{

    width: 20px;

    height: 20px;

    max-width: 100%;

    display: block;

    position: absolute;

    border-radius: 50%;

    border: 1px solid #FFF;

    top: 4%;

    right: 4%;

    cursor: pointer;

}

.confirm-out span{

    width: 15px;

    height: 1px;

    background-color: #FFF;

    display: block;

    margin: 0 auto;

    position: relative;

}

.confirm-out{

    z-index: 6;

}

.confirm-out span:nth-child(1){

    top: 9px;

    left: 0.5px;

    transform: rotate(45deg);

}

.confirm-out span:nth-child(2){

    top: 8px;

    left: 0.5px;

    transform: rotate(-45deg);

}

.confirm-info-title{

    font-size: 20px;

    margin-bottom: 10px;

    letter-spacing: 1px;

    transform: scaleY(1.05);

}

.confirm-info-p {

    font-size: 16px;

    color: #555;

    margin-bottom: 10px;

    letter-spacing: 1px;

    transform: scaleY(1.05);

}

.confirm-info-p:last-child {

    margin-bottom: 0;

}

.confirm-status {

    text-align: center;

    width: 100%;

    display: block;

    margin-top: 20px;

}

.confirm-status-save, .confirm-status-no {

    width: 100px;

    max-width: 100%;

    display: inline-block;

    margin: 0 auto;

    transition: all .5s ease;

    cursor: pointer;

    background-color: inherit;

    color: #000;

    font-size: 14px;

    padding: 8px 0;

    letter-spacing: 1px;

    border: 1px solid #999;

    margin: 15px;

    outline: none;

}

.confirm-status-save:hover, 

.confirm-status-no:hover{

    background-color: #555;

    color: #fff;

}

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



    .confirm-box{

        width: 95%;

        box-sizing: border-box;

        margin: 0 auto;

        padding: 30px 20px;

    }

    .confirm-info-p{

        font-size: 14px;

    }

}

/*--------------noInformation--------------*/

.noInformation{

    display: block;

    font-size: 12px;

}





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

    .index-title-box p {

        font-size: 1.75rem;

        padding-bottom: 0.625rem;

    }

    .index-title-box h2, .index-title-box h3 {

        font-size: 1rem;

    }

    .index-curriculum-title-box h2 {

        font-size: 30px;

    }

    .index-curriculum-title-box p {

        margin-left: 10px;

    }

}

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

    .index-title-box p {

        font-size: 20px;

        padding-bottom: 5px;

    }

    .index-title-box h2, .index-title-box h3 {

        font-size: 14px;

    }

    .index-curriculum-title-box h2 {

        font-size: 20px;

        letter-spacing: 0.06em;

    }

    .index-curriculum-title-box p {

        margin-left: 5px;

        font-size: 12px;

    }

}

