.frame_cover{
    width:100%;
    display: flex;
    justify-content:center; 
    align-items:center;

}

.title1{
    font-size:56px;
    font-family:Microsoft JhengHei;
    font-weight: bolder;
    color:white;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.2em rgb(83, 82, 82);
    text-align: center;
}

.title2{
    font-size:22px;
    font-family:Microsoft JhengHei;
    color:gold;
    font-weight:normal;
    text-shadow: 0.05em 0.05em 0.5em rgb(43, 42, 2);
}

.frame_button{
    width:100%;
    display: flex;
    background-color:black;
    justify-content:center; 
    align-items:center;
    font-family:Microsoft JhengHei;
    font-size:24px;
    padding-top: 5px; padding-bottom: 5px;

}

.frame_button_on{
    width:100%;
    display: flex;
    background-color:black;
    justify-content:center; 
    align-items:center;
    font-family:Microsoft JhengHei;
    font-size:24px;
    padding-top: 5px; padding-bottom: 5px;
}

.btnFinger{
    width:100%;
    margin:5px;
    background-color: rgb(14, 121, 93);
    color:ivory;
    padding:5px;
    border-radius:20px;
    text-align: center;
    cursor: pointer;
}

.current-tag{
    width:100%;
    margin:5px;
    background-color: rgb(3, 78, 143);
    color:gold;
    padding:5px;
    border-radius:20px;
    text-align: center;
    cursor: pointer;
}


#home_btn:hover, #itn_btn:hover, #act_btn:hover, #team_btn:hover, #app_btn:hover, 
 #Phome_btn:hover, #Pitn_btn:hover, #Pact_btn:hover, #Pteam_btn:hover, #Papp_btn:hover{
    background-color: rgb(3, 78, 143);
    color:gold;
    transition:0.6s;
}

.frame_menu{
    width:100%;
    display: flex;
    background-color:black;
    justify-content:center; 
    align-items:center;
    font-family:Microsoft JhengHei;
    font-size:24px;
    padding-top: 5px; padding-bottom: 5px;
}

.btnMenu{
    width:20%;
    margin:5px;
    color:ivory;
    padding:5px;
    border-radius:20px;
    text-align: center;
    cursor: pointer;
}

#menu_btn:hover{
    background-color: rgba(189, 4, 100, 0.899);
    color:gold;
    transition:0.6s;

}
@media (min-width: 200px) and (max-width: 1000px){
    .btnMenu{
        display: block;
    }
}

.frame_body{
    width:100%;
    background-color:ivory;
}

.frame_home{
    width:1000px;
    display:flex;
    margin-left:auto; margin-right:auto;
    background-color:ivory;
    justify-content:center; 
    align-items:center;
}

.col_left{
    margin-top:40px;
    margin-bottom:40px;
    margin-left:20px;
    margin-right: 20px;
}

.col_right{
    background-color: ivory;
    color:rgb(50, 50, 58);
    margin-left:30px; margin-right: 30px;
    margin-bottom: 40px;
    font-size:22px;
    font-family:Microsoft JhengHei;
    line-height:40px;
}

.pic{
    width:480px; 
    border-radius:10px;
    box-shadow:3px 3px 12px gray;
}


.frame_itinerary{
    width:1000px;
    margin-left:auto; margin-right:auto;
    background-color:ivory;
    align-content: flex-start;
}

.col_itinery{
    width:100%;
    margin-top:40px;
    margin-bottom:40px;
    background-color:ivory;
}

.each_itinery{
    height:60px;
    background-color:ivory;
    font-family:Microsoft JhengHei;
    font-size: 22px;
    display: flex;
    border-style: solid;
    border-color: rgb(3, 78, 143);
    border-radius:10px;
}

.each_itinery_right{
    height:60px;
    background-color:ivory;
    font-family:Microsoft JhengHei;
    font-size: 22px;
    display: flex;
    border-style: solid;
    border-color: rgb(14, 121, 93);
    border-radius:10px;
}

.head_itinery{
    width:100%;
    height:60px;
    background-color: rgb(3, 78, 143);
    color: ivory;
    font-size: 28px;
    display: flex;
    justify-content:center; 
    align-items:center;  
}

.head_itinery_right{
    width:100%;
    height:60px;
    background-color: rgb(14, 121, 93);
    color: ivory;
    font-size: 28px;
    display: flex;
    justify-content:center; 
    align-items:center;  
}

.itinery_time{
    width:40%;
    background-color: ivory;
    display: flex;
    justify-content:center; 
    align-items:center;

}

.itinery_content{
    width:100%;
    background-color: ivory;
    display: flex;
    justify-content:center; 
    align-items:center;
}

.frame_act{
    width:1000px;
    margin-left:auto; margin-right:auto;
    background-color:ivory;
    align-content: flex-start;
}

.eachAct{
    width:100%;
    background-color:ivory;
    padding-top:40px;
    padding-bottom: 40px;
    margin-left:auto; margin-right:auto;
    display: flex;
    justify-content: center;
}

.leftAct_col{
    width:440px;
    height:360px;
    margin-left:10px;
    margin-right:10px;
    display: flex;
    background-color: ivory;
    position: relative;
    border-radius:10px;
}

.rightAct_col{
    width:100%;
    background-color: ivory;
    margin-left:20px; margin-right: 20px;
    color:rgb(50, 50, 58);
    font-size:20px;
    font-family:Microsoft JhengHei;
    line-height:32px;
}

.otdSlide{
    width:440px;
    height:360px;
    background-color:ivory;
    display:flex;
    position: absolute;left:0px; top:0px; 
    transition: opacity 1s; opacity: 0;
    border-radius:10px;
}

.otdCurrent{
    background-color: ivory;
    opacity: 1;
    border-radius:10px;
}

.cosSlide{
    width:440px;
    height:360px;
    background-color:ivory;
    display:flex;
    position: absolute;left:0px; top:0px; 
    transition: opacity 1s; opacity: 0;
    border-radius:10px;
}

.cosCurrent{
    background-color: ivory;
    opacity: 1;
    border-radius:10px;
}

.nightSlide{
    width:440px;
    height:360px;
    background-color:ivory;
    display:flex;
    position: absolute;left:0px; top:0px; 
    transition: opacity 1s; opacity: 0;
    border-radius:10px;
}

.nightCurrent{
    background-color: ivory;
    opacity: 1;
    border-radius:10px;
}

.actTitle{
    color:rgb(3, 78, 143);
    background-color: gold;
    margin-bottom: 10px;
    font-size:24px; 
    font-weight:bolder;
    font-family:Microsoft JhengHei;
    text-align: center;
    padding:10px;
}


.nextPic{
    display: flex;
    align-items: center;
    justify-content:center; 
    margin-bottom: 5px;
}

.picBtn{
    width:60px;
    background-color: gray; 
    color:white;
    margin-bottom: 10px;
    border-radius:5px;
    font-size: 14px;
    cursor: pointer;
}

.frame_team{
    width:1000px;
    margin-left:auto; margin-right:auto;
    background-color:ivory;
    padding-bottom: 40px;
}

.each_team{
    width:100%;
    margin-left:auto; margin-right:auto;
    display:flex;
    justify-content:center; 
    align-items:center;
    background-color:ivory;
}

.team_maember{
    width:100%;
    background-color:ivory;
    justify-content:center;
    align-items:center;
    text-align: center;
}

.member_profile{
    width:480px; 
    height:330px;
    margin-left: auto; margin-right: auto;
    margin-top: 40px;
    background-color:ivory;
    position: relative; 
}

.member_pic{
    display:block; 
    margin:auto;
    width:440px; 
    height:330px;
    border-radius:10px;
}

#perPic01:hover{
    opacity: 1;
    transition: 0.5s;
}

.memberText{
    width:440px; 
    height:330px;
    background-color: rgb(122, 131, 150);
    color:ivory;
    position: absolute;
    left:20px; top:0px;  
    opacity: 0; transition: 1s;
    display: flex;
    align-items:center;
    justify-content: center;    
    border-radius:10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
}

.member_name{
    width:440px;
    background-color:ivory;
    padding-top: 10px; padding-bottom: 10px;
    margin-left: auto; margin-right: auto;
    color: rgb(3, 78, 143);
    font-family: Microsoft JhengHei;
    font-size:28px;
    font-weight: bold;
    border-radius:10px;
    text-align: center;
    border-style:solid;
    border-color: gold;
}


.frame_apply{
    width:1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left:auto; margin-right:auto;
    background-color:ivory;
}

.each_apply{
    background-color: ivory;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 40px; margin-right: 40px;
}

.col_apply{
    background-color: gold;
    color: black;
    padding:40px;
    font-family: Microsoft JhengHei;
    font-size:44px;
    font-weight: bolder;
    text-align: center;
    border-radius:50%;
}

#apply_junior:hover, #apply_senior:hover, #apply_teacher:hover, #apply_ta:hover{
    background-color: rgb(207, 83, 124);
    color: wheat;
    cursor: pointer;
}


.page_end{
    width:100%;
    color:white;
    background-color: rgba(34, 1, 1, 0.714);
    font-family: Microsoft JhengHei;
    font-size:14px;
    display: flex;
    justify-content:center; 
    align-items:center;
}

.col_end{
    display:flex;
}


#nextPic:hover, #prePic:hover{
    background-color: purple;
    box-shadow: 0.05em 0.05em 0.2em rgb(83, 82, 82);
}


@media (min-width: 200px) and (max-width: 1000px){
    .frame_button, .frame_home, .frame_itinerary, .frame_act, .frame_team, .frame_apply,
    .col_itinery, .eachAct, .leftAct_col, .rightAct_col, .each_team, .team_member, .member_name{
        width:100%;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

 @media (min-width: 200px) and (max-width: 1000px){
     .pic, .leftAct_col, .otdSlide, .otdCurrent, .cosSlide, .cosCurrent, .nightSlide, .nightCurrent,
     .member_profile, .member_pic{
        width:360px;
        height:270px;
     }
 }

 @media (min-width: 200px) and (max-width: 1000px){
    .memberText{
        width:360px;
        height:270px;
        font-size: 24px;
        left:0px; top:0px;
    }
 }

 @media (min-width: 200px) and (max-width: 1000px){
    .member_name{
        width:360px;
    }
}

@media (min-width: 200px) and (max-width: 1000px){
    .col_end{
        display: block;
    }
}