/* for 校友會網站 */
* {
    margin: 0;
    padding: 0;
}

a {
    color: #aa482b;
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "Times New Roman", "標楷體", Sans, serif;
    color: #aa482b;
    line-height: 1.75em;
    background: #aa482b url("/var/file/0/1000/img/70/body_bg.gif") repeat-x left top;
}

/* Dyn_head */
#Dyn_head {
    width: 960px;
    margin: 0 auto;
}

.container {
    width: 960px;
    padding: 0;
}

/* nav and search*/
.top_nav {
    height: 26px;
    margin: 0px;
    padding: 0px;
    display: block;
    width: 960px;
}

.top_nav ul {
    line-height: 26px;
    margin-top: 3px;
    margin-right: 0px;
    float: right;
    margin-bottom: 3px;
    padding: 0px;
}

.top_nav ul li {
    display: block;
    margin: 0px 10px;
    float: left;
    line-height: 26px;
}

.headsearchform .submit-icon {
    width: 26px;
    height: 26px;
    background:
        transparent url("/var/file/0/1000/img/70/search-icon.jpg") no-repeat scroll left top;
}

#nav-02 {
    width: 100px;
    text-align: right;
    background: url("/var/file/0/1000/img/70/alumnus-icon.gif") no-repeat left top;
}

#nav-03 {
    width: 85px;
    text-align: right;
    background: url("/var/file/0/1000/img/70/home-icon.jpg") no-repeat left top;
}

/* end */
.logobanner {
    width: 960px;
    height: 121px;
    padding: 0;
    background: url(/var/file/0/1000/img/70/logo_banner-01.gif);
}

.headnavcust {
    width: 960px;
    background: #FFF;
    border-bottom: 1px solid #AA482B;
    border-top: 3px solid #AA482B;
    min-height: 26px;
}

.hdmenu {
    float: right;
    z-index: 65;
    width: 960px;
}

.hdmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hdmenu ul li {
    text-align: center;
}

.hdmenu ul li a {
    height: 26px;
    width: 90px;
    display: block;
    line-height: 26px;
}

.hdmenu ul li a,
.hdmenu ul li a:visited {
    padding: 0;
    margin: 0;
    color: #aa482b;
    text-decoration: none;
}

.hdmenu ul li ul {
    background: #aa482b;
}

.hdmenu ul li ul li {}

.hdmenu ul li ul li a {
    line-height: 1.5;
    font-family: "Times New Roman", "標楷體", Sans, serif;
    padding-top: 15px;
}

.hdmenu ul li:hover,
.hdmenu ul li a:hover {
    background: #aa482b;
}

.hdmenu ul li:hover a {
    color: #fff;
}

.hdmenu ul li:hover ul li a {
    color: #aa482b;
}

.hdmenu ul li ul li:hover,
.hdmenu ul li ul li a:hover {
    background: #aa482b;
}

.hdmenu ul li ul li:hover a {
    color: #fff;
}

.hdmenu ul li:hover ul {
    position: absolute;
    top: 50px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: #fff;
}


/* main */
.main {
    background: #fff;
    width: 960px;
    margin: 0 auto;
}

.row .col .mcol {
    padding: 0;
}

/* center sideshow */
.M10182 {
    margin-bottom: 10px;
    margin-top: 10px;
}

/**/


/* Dyn_footer */
#Dyn_footer {
    width: 960px;
    margin: 0 auto;
    border: 3px #fff solid;
}

.footer {
    height: 80px;
    background: #aa482b;
    text-align: center;
}

/* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
    body {
        background: none;
    }

    #Dyn_head,
    .container,
    .top_nav,
    .hdmenu,
    .main,
    #Dyn_footer {
        width: 100%;
    }

    #nav-01 {
        display: none;
    }

    .logobanner {
        width: 100%;
        height: 94px;
        background: #fff url(/var/file/0/1000/img/70/330_94-logo-banner.jpg) no-repeat;
    }

    .headnavcust {
        width: 100%;
        background: none;
        height: auto;
        border-bottom: none;
    }

    .navbar-toggle {
        width: 40px;
        height: 35px;
        position: absolute;
        margin-top: 50px;
        border-radius: 4px;
        border: 1px solid #aa482b;
        z-index: 8888;
        background:
            #aa482b url(/var/file/0/1000/img/70/961297226.jpg) no-repeat center;
    }

    .navbar-toggle span::after,
    .navbar-toggle span::before {
        background: none;
    }

    button.navbar-toggle.collapsed {
        background:
            #aa482b url(/var/file/0/1000/img/70/961297226.jpg) no-repeat center;
    }

    button.navbar-toggle.open {
        background:
            #aa482b url(/var/file/0/1000/img/70/800858494.jpg) no-repeat center;
    }

    .nav-toggle {
        position: absolute;
        left: 0.5em;
        right: 0.5em;
        background: rgba(170, 72, 43, 0.8);
        z-index: 999;
        overflow: hidden;
    }

    .hdmenu {
        float: none;
    }

    .hdmenu ul {
        background: none;
    }

    .hdmenu ul li {
        float: none;
        height: auto;
    }

    /*.hdmenu ul li:focus ul li a {
        color: #fff;
    }*/

    .hdmenu ul li ul li {
        height: auto;
    }

    li.dropdown.open a {
        color: #aa482b;
    }

    li.dropdown.open ul li a {
        color: #fff;
    }

    #Dyn_footer {
        background: #aa482b;
        text-align: center;
        font-size: 13px;
        padding: 10px 0;
    }

    .M10182 {
        display: none;
    }

    .M10053,
    .M10050 {
        display: 100%;
    }
}

/* iPhone 6, 6S, 7, 8, and X */
@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
    body {
        background: none;
    }

    #Dyn_head,
    .container,
    .top_nav,
    .hdmenu,
    .main,
    #Dyn_footer {
        width: 100%;
    }

    #nav-01 {
        display: none;
    }

    .logobanner {
        width: 100%;
        height: 94px;
        background: #fff url(/var/file/0/1000/img/70/330_94-logo-banner.jpg) no-repeat;
    }

    .headnavcust {
        width: 100%;
        background: none;
        height: auto;
        border-bottom: none;
    }

    .navbar-toggle {
        width: 40px;
        height: 35px;
        position: absolute;
        margin-top: 50px;
        border-radius: 4px;
        border: 1px solid #aa482b;
        z-index: 8888;
        background:
            #aa482b url(/var/file/0/1000/img/70/961297226.jpg) no-repeat center;
    }

    .navbar-toggle span::after,
    .navbar-toggle span::before {
        background: none;
    }

    button.navbar-toggle.collapsed {
        background:
            #aa482b url(/var/file/0/1000/img/70/961297226.jpg) no-repeat center;
    }

    button.navbar-toggle.open {
        background:
            #aa482b url(/var/file/0/1000/img/70/800858494.jpg) no-repeat center;
    }

    .nav-toggle {
        position: absolute;
        left: 0.5em;
        right: 0.5em;
        background: rgba(170, 72, 43, 0.8);
        z-index: 999;
        overflow: hidden;
    }

    .hdmenu {
        float: none;
    }

    .hdmenu ul {
        background: none;
    }

    .hdmenu ul li {
        float: none;
        height: auto;
    }

    /*.hdmenu ul li:focus ul li a {
        color: #fff;
    }*/

    .hdmenu ul li ul li {
        height: auto;
    }

    li.dropdown.open a {
        color: #aa482b;
    }

    li.dropdown.open ul li a {
        color: #fff;
    }

    #Dyn_footer {
        background: #aa482b;
        text-align: center;
        font-size: 14px;
        padding: 10px 0;
    }

    .M10182 {
        display: none;
    }

    .M10053,
    .M10050 {
        display: 100%;
    }
}

/* iPhone 6+, 7+, and 8+ */
@media only screen and (min-device-width: 414px) {}

/* 480 */
@media only screen and (min-device-width: 414px) and (max-device-width: 480px) {
    body {
        background: none;
    }

    #Dyn_head,
    .container,
    .top_nav,
    .hdmenu,
    .main,
    #Dyn_footer {
        width: 100%;
    }

    #nav-01 {
        display: none;
    }

    .logobanner {
        width: 100%;
        height: 94px;
        background: #fff url(/var/file/0/1000/img/70/330_94-logo-banner.jpg) no-repeat;
    }

    .headnavcust {
        width: 100%;
        background: none;
        height: auto;
        border-bottom: none;
    }

    .navbar-toggle {
        width: 40px;
        height: 35px;
        position: absolute;
        margin-top: 50px;
        border-radius: 4px;
        border: 1px solid #aa482b;
        z-index: 8888;
        background:
            #aa482b url(/var/file/0/1000/img/70/961297226.jpg) no-repeat center;
    }

    .navbar-toggle span::after,
    .navbar-toggle span::before {
        background: none;
    }

    button.navbar-toggle.collapsed {
        background:
            #aa482b url(/var/file/0/1000/img/70/961297226.jpg) no-repeat center;
    }

    button.navbar-toggle.open {
        background:
            #aa482b url(/var/file/0/1000/img/70/800858494.jpg) no-repeat center;
    }

    .nav-toggle {
        position: absolute;
        left: 0.5em;
        right: 0.5em;
        background: rgba(170, 72, 43, 0.8);
        z-index: 999;
        overflow: hidden;
    }

    .hdmenu {
        float: none;
    }

    .hdmenu ul {
        background: none;
    }

    .hdmenu ul li {
        float: none;
        height: auto;
    }

    /* .hdmenu ul li:focus ul li a {
        color: #fff;
    }*/

    .hdmenu ul li ul li {
        height: auto;
    }

    li.dropdown.open a {
        color: #aa482b;
    }

    li.dropdown.open ul li a {
        color: #fff;
    }

    #Dyn_footer {
        background: #aa482b;
        text-align: center;
        font-size: 14px;
        padding: 10px 0;
    }

    .M10182 {
        display: none;
    }

    .M10053,
    .M10050 {
        display: 100%;
    }
}

@media screen and (max-width: 500px) {}