.mobile_tr{
    display: none;
}
.mmenu-show .toggle-mmenu-close{
    padding: 0;    z-index: 99;
}
.mmenu-show #mobile-fixed li i{
    line-height: 40px;
}
.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;

}
.mmenu-show #mobile-fixed span{
    padding: 0;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #000;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #000;
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #000;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #000;
}
.mmenu-show #mobile-menu .language-menu{
    background: #000;
    color: #fff;
}
.mmenu-show #mobile-menu .share .btn{
    color: #000;
}
.mmenu-show #mobile-menu .menu ul ul li a{
    box-sizing: border-box;
}
.mmenu-show #mobile-menu .language{
padding: 0;
}
.mmenu-show #mobile-menu .language ul{
    display: block;
}
.mmenu-show #mobile-menu .language a{
    display: inline-block;
    background: none;
}
.mmenu-show #mobile-fixed{
    z-index: 9999;
}
.mmenu-show #mobile-menu .menu li.has-child > .toggle-submenu{
    display: flex;
    align-items: center;
}
.text-center{
    text-align: center;
}
.btn_box{
    margin-top:10px; width:698px; height:28px;
}
.page-info{
    display: none;
}
#page .detail_photo img{
    max-height: 100%;
    object-fit: contain;
    background: #fff;
}
#page .news_bigimg img{
    box-sizing: border-box;
}
.photoframe {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.photoframe thead{
    background:url(head.jpg);
    background-size: cover;
    color: #fff;
    text-align: center;
}
.photoframe thead th{
    padding: 5px ;
}
.photoframe tbody tr td{
    border-bottom:1px dotted #999999;
    padding: 10px;
    text-align: center;
}
.photoframe tbody tr td +td{
    border-left: 1px dotted #DDDDDD
}

.signout{
}
@media screen and (max-width: 1000px) {
    .mobile_flex{
        display: flex;
        align-items: center;
    }
    .mobile_tr{
        display: table-row;
    }
    #breadcrumbs{
        position: static;
        width: 100%;
        padding: 0 10px;
    }
    .signout{
        position: static;
        margin: 10px auto;
    }


    .form_table ,
    .form_table td{
        display: block;
        width: 100%;
        position: relative;

    }
    .form_table td.s01{
        padding-bottom: 0;
    }
    .form_table td.s02 input,
    .form_table td.s02 select{
        line-height: 36px;
        height: 36px;
        width: 100%!important;
    }
    .form_table td.s02 textarea{
        width: 100%!important;
        
    }

    #title{
        padding-left: 10px;
    }
    .photoframe{
        border-radius: 0;
    }
    .photoframe thead{
        display: none;
    }
    .photoframe tbody tr,
    .photoframe tbody td{
        display: block;
        width: 100%;
        position: relative;

    }
    .photoframe tbody tr {
        margin-bottom: 1rem;
    }
   .photoframe tbody tr td{
        padding: 5px;
        padding-left: 90px;
        min-height: 36px;
        text-align: left;

    }
    .photoframe tbody tr td[data-title]:before {
        content: attr(data-title);
        background: #aa0456;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 13px;
        width: 80px;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        text-align: center;

    }

    .wrapper{
        padding-top: 40px;
    }
    .desktop{
        display: none;

    }
     .mmenu-show #mobile-menu .menu li{
        width: 100%;
        text-align: left;
        padding: 0
    }
    .mmenu-show #mobile-menu .side-nav > li.has-child:after, .mmenu-show #mobile-menu .content-nav > li.has-child:after{
        display: none;
    }
     .mmenu-show #mobile-menu .side-nav ul li a, .mmenu-show #mobile-menu .content-nav ul li a{
        width: 100%;
        box-sizing: border-box;
    }

    *{
        max-width: 100%;
        box-sizing: border-box;

    }

    .slick-track{
        max-width: initial!important;
    }
    body{
        max-width: 100%;
        min-width: initial;
    }
    img{
        max-width: 100%;
        height: auto!important;
    }

    .pagination li{
        list-style-type: none;
        display: inline-block;
     }
    .pagination .form-control{
        width: 100%;
        height: 26px;
        line-height: 26px;
        text-align: center;
    }
    .page-info li a{
      /*  color: #707070;
        background: #FFFFFF;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: solid 1px #DCDCDC;
        padding: 6px 9px 6px 9px;*/
    }
    .page-info li a.controls {
        display: block;
        position: absolute;
        bottom: 0;
    }
     .page-info li a.prev , .page-info li a.next{
        position: absolute;
        top: 0;
     }
    .page-info li a.prev {
        left: 0;
    }
    .page-info li a.next {
        right: 0;
    }
     .page-info {
        display: block;
        margin: 10px 0;
        padding: 0 40px;
        position: relative;
    }
    .floating, .floating.fancybox-margin {
        background: none;
        position: fixed;
        right: 50%;
        bottom: 0px;
        margin-right: -15px;
        display: none;
        z-index: 999;
    }
     .floating .ibtn.gotop, .floating .ibtn.gotop:hover {
        background: url(wrapper/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }

    /* for page */
     #logo,#logo img,#header{
        position: static;
        width: 100%!important;
        height: auto;
    }

    #logo{
        padding: 15px;
        width: 360px!important;
        margin: auto;
    }
    #logo a{
        display: block;
    }
    #num{
        position: static;
        display: none;

    }

    #footer_box{
        background: #eaeaea;
        padding: 15px 15px 0;
    }
    #footer_box .info_1{
        float: none;
        width: 100%;
        padding: 15px;
        height: auto;

    }
    #footer_box .footer{
        height: auto;
    }
    #footer_box .qr{
        position: static;
        width: 100%;
        text-align: center;
    }
    #footer_box .menu{
        display: none;
    }

    #main,#header,
    #footer_box .footer,
    #footer_box .info_1{
        width:100%;
    }
    #jion{
        background: linear-gradient(135deg,  rgba(239,133,11,1) 0%,rgba(254,163,14,1) 25%,rgba(250,134,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        height: auto;
        padding: 10px 25px 0;
        position: relative;
    }
    #jion::after{
        content: '';
        display: block;
        z-index: 1;
        position: absolute;
        top: 45px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        background: #fefffb;
        border-radius: 8px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    }
    #jion::before{
        content: '會員專區';
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
    }
    #jion .account,
    #jion .password,
    #jion .code,
    #jion .btn,
    #jion .other{
        float: none;
        width: 100%;
        margin: 0 0 10px;
        height: 36px;
        padding-left: 70px;
        padding-top: 0;
        position: relative;
        z-index: 2;
    }
    #jion .account::before,
    #jion .password::before,
    #jion .code::before,
    #jion .other::before{
        width: 70px;
        font-size: 16px;
        color: #000;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 36px;
    }
    #jion .other{
        padding-left: 0;
        text-align: center;
    }
    #jion .btn{
        padding-left: 0;
    }
    #jion .btn input{
        border-radius: 16px;
    }
    #jion .account::before{
        content: '帳號';
    }

    #jion .password::before{
        content: '密碼';
    }
    #jion .code:before{
        content: '驗證碼';
    }
    #jion .other a{
        color: #000;
    }

    #jion .account input,
    #jion .password input,
    #jion .code input,
    #jion .other input{
        width:calc( 100% - 100px)!important;
        line-height: 36px;
        height: 36px;

    }

    #icon_frmae,#leftside{
        margin: 0;
        width: 100%;
        float: none;

    }
    #icon_frmae .clear ,#icon{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
        width: 100%;
    }
    .clear .icon_item{
        width: calc(19.5% - 5px);
        margin: 0;
        text-align: center;
     }
     #news .photo{
        width: 100%;
        height: auto;
        padding: 10px;
     }
     #news .photo a{
        display: block;
      }
     #news .photo img{
        width: 100%;
     }
     #news .date{
      float: none;
        width: 100%;
        height: auto;
        margin-bottom: 5px;
     }
     #news .caption{
          width: 100%;
        float: none;
        height: auto;
     }
     #news .caption a{
        max-height: 80px;
        height: auto;
     }
     #news .top{
        float: none;
        padding-left: 15px;
     }
     #news .list2,
     #news .list{
        float: none;
        width: 100%;
        padding: 10px 0px;
     }
     #news .list2{
        padding: 0 15px;
     }
     #course,
     #rightside,
     #right_icon,
     #centerside,
     #fb,
     #footer_box .copyright,
     #footer_box .info{
        float: none;
        width: 100%;
        margin: 0;
     }
     #right_icon,
     #fb{
        padding: 10px 20px;
        display: flex;
        justify-content: center;
     }
     #footer_box .copyright{
        position: static;
        background: #cd5175;
        color: #fff;
        padding: 10px;
        margin:  0 -15px;
        width: calc(100% + 30px);
        max-width: fit-content;

     }
     #footer_box .copyright a{
        color: #fff;

     }
     #footer_box .community{
        position: static;
        width: 100%;
        text-align: center;
     }
    #main{
        padding-top: 0;
    }

    #container{
        width: 100%;
        float: none;
        padding: 15px;
        text-align: left;
    }
    #container.out_bg{
        padding: 0;
    }
    
     .txt{
        width: 100%;
     }
     #title{
        width: 100%;
     }
     #title_sub{
        width: 100%;
        height: auto;
        padding: 7px 0 7px 40px;
        background-size: 100% 100%;
     }

 }
@media screen and (max-width: 970px) {

   
  
}
@media screen and (max-width: 800px) {
    .clear .icon_item{
        width: calc(32.33% - 5px);
        margin: 0;
     }

    
}
@media screen and (max-width: 400px) {
    .clear .icon_item{
        width: calc(50% - 5px);
        margin: 0;
     }

}