@charset "UTF-8";
/*
Author： kenny
Date： 2021/03/31
*/

body {
    font-family: Microsoft JhengHei !important;
    background: linear-gradient(#90E0F7, #E2FDFF);
    background: -moz-linear-gradient(#90E0F7, #E2FDFF);
    background: -webkit-linear-gradient(#90E0F7, #E2FDFF);
    background-attachment: fixed;
    padding: 0 10px;
}

@media( min-width:576px) {
    :focus {
        outline: 3px dotted red;
        transition: 0.2s;
    }
}

/* area-header */

.area-header {
    margin-top: 10px;
    background: url(images/area/top_banner.jpg);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    height: 330px;
    width: 100%;
    border-style: solid;
    border-width: 5px;
    border-color: #ffffff;
    border-radius: 7px;
    position: relative;
}

/* .area-header.container {
    max-width: 950px;
} */

@media(max-width: 576px) {
    .area-header {
        margin-top: 100px;
    }
}

/* /area-header */

/* at-area-logo */

.at-area-logo {
    text-indent: -9999px;
    background: url(images/logo.png) no-repeat center/contain;
    width: 296px;
    height: 72px;
    position: absolute;
    top: 15px;
}

@media (max-width: 992px) {
    .at-area-logo {
        height: 58px;
        width: 327px;
        top: 5px;
        left: 0;
        right: 0;
        margin: 12px auto 0 auto;
    }
}

@media (max-width: 576px) {
    .at-area-logo {
        width: 260px;
        top: -100px;
    }
}

@media (max-width: 320px) {
    .at-area-logo {
        width: 190px;
    }
}

@media (max-width: 220px) {
    .at-area-logo {
        width: 120px;
    }
}

@media (max-width: 150px) {
    .at-area-logo {
        width: 60px;
    }
}

/* /at-area-logo */

/* at-area-back-home */

.at-area-back-home {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #3FB8D5;
    padding: 5px 10px;
    color: #ffffff;
    transition: all 0.3s;
}

.at-area-back-home:hover {
    color: #ffffff;
    text-decoration: none;
    background: #C7177A;
    transition: all 0.3s;
}

/* /at-area-back-home */

/* at-area-top-name */

.at-area-top-name {
    background: linear-gradient(-45deg, transparent 35px, #3FB8D5 0);
    position: absolute;
    bottom: 12px;
    left: 10px;
    padding: 8px 60px 8px 20px;
}

.at-area-top-name-title {
    color: #ffffff;
    font-size: 1.225em;
    font-weight: bold;
    letter-spacing: 1px;
}

@media(max-width: 300px) {
    .at-area-top-name {
        padding: 8px 10px 8px 20px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #3FB8D5;
    }
    .at-area-top-name-title {
        font-size: 1em;
        text-align: center;
        display: block;
    }
}

/* /at-area-top-name */

/* at-area-breadcrumb */

.container.at-area-breadcrumb {
    max-width: 950px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.at-area-breadcrumb {
    padding: 0;
}

.at-area-breadcrumb li {
    display: inline-block;
}

.at-area-breadcrumb li:not(:first-child):not(:nth-child(2)):before {
    content: ">";
}

.at-area-breadcrumb li a, .at-area-breadcrumb li span {
    color: #000000;
    font-size: 1.125em;
    font-weight: bold;
}

.at-area-breadcrumb li a:hover {
    text-decoration: none;
}

/* /at-area-breadcrumb */

/* at-area-main */

.at-area-main {
    background: #ffffff;
}

.at-area-main.container {
    max-width: 950px;
}

/* /at-area-main */

/* at-area-sidebar */

.at-area-sidebar {
    padding: 10px 0;
    margin: 0;
}

.at-area-sidebar li {
    list-style: none;
    background: #DDFCFF;
    margin-bottom: 4px;
    position: relative;
}

.at-area-sidebar li:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #006A95;
    position: absolute;
    left: 13px;
    top: 11px;
}

.at-area-sidebar li:hover:before {
    animation: sidebarArraw 0.3s linear infinite;
    animation-direction: alternate;
}

@keyframes sidebarArraw {
    from {
        left: 13px;
    }
    to {
        left: 10px;
    }
}

.at-area-sidebar li a, .at-area-sidebar li span {
    font-size: 1.125em;
    color: #006A95;
    font-weight: bold;
}

.at-area-sidebar li span, .at-area-sidebar li a {
    display: block;
    padding: 10px 12px 10px 30px;
}

.at-area-sidebar li a {}

.at-area-sidebar li a:hover {
    color: #407400;
    text-decoration: none;
}

.at-area-sidebar .level-2 {
    padding-left: 10px;
}

.at-area-sidebar .level-2:before {
    left: 25px;
}

.at-area-sidebar .level-2:hover:before {
    animation: sidebarlevel2Arraw 0.3s linear infinite;
    animation-direction: alternate;
}

@keyframes sidebarlevel2Arraw {
    from {
        left: 25px;
    }
    to {
        left: 22px;
    }
}

/* /at-area-sidebar */

/* at-area-main-content-area */

.at-area-main-content-area {
    padding: 15px 0;
}

.at-area-content-main-title {
    font-weight: bold;
}

.at-area-content-title {
    font-size: 1.125em;
    font-weight: bold;
    color: #FF671F;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 7px;
    padding-left: 25px;
    position: relative;
    margin-top: 32px;
}

.at-area-content-title:before {
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 6px;
}

.at-area-content-title:hover:before {
    animation: titleArraw 0.3s linear infinite;
    animation-direction: alternate;
}

@keyframes titleArraw {
    from {
        left: 6px;
    }
    to {
        left: 8px;
    }
}

.at-area-main-content {
    font-size: 1.225em;
}

.at-area-main-content ul {
    padding-left: 20px;
}

.at-area-main-content ul li {
    margin-bottom: 8px;
    ;
}

.at-area-main-content-area img.aligncenter{
    display: block;
    margin: auto;
}

.at-area-main-content img{
    max-width: 100%;
    height: auto;
}

/* /at-area-main-content-area */

/* at-area-main-pic-item */

.at-area-main-pic-item {
    margin-bottom: 20px;
}

.at-area-main-pic-item img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 3px 3px 12px gray;
}

.at-area-main-pic-item span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

@media(max-width: 576px) {
    .at-area-main-pic-item span {
        font-size: 0.8em;
    }
}

/* /at-area-main-pic-item */

/* at-area-main-team */

.at-area-main-team {
    width: 100%;
}

.at-area-main-team tr {}

.at-area-main-team td {
    border: 1px solid #d0d0d0;
}

.at-area-doc-name {
    padding: 10px;
    text-align: center;
}

.at-area-doc-school {
    padding: 20px;
}

.at-area-doc-img-area {
    width: 35%;
}

.at-area-doc-img-area img {
    width: 100%;
    height: auto;
}

/* .at-area-doc-school-item {
    margin-bottom: 15px;
}

.at-area-doc-school-item p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
}

.at-area-doc-school-item p:before {
    content: "●";
    font-size: 0.5em;
    position: absolute;
    left: 0;
    top: 5px; 
}

.at-area-doc-school-item span {
    display: block;
    position: relative;
    padding-left: 30px;
}

.at-area-doc-school-item span:before {
    content: "-";
    position: absolute;
    left: 15px;
} */

@media(max-width: 576px) {
    .at-area-doc-img-area, .at-area-doc-school, .at-area-doc-name {
        display: block;
        width: 100%;
    }
    .at-area-doc-school {
        margin-bottom: 15px;
    }
    .at-area-doc-img-area img {
        width: 50%;
        height: auto;
        margin: auto;
        display: block;
        padding: 5px 0;
    }
    .at-area-doc-img-area {
        border-bottom: none !important;
        border-top: none !important;
    }
}

.at-area-main-table {
    width: 100%;
    margin: 20px 0;
}

.at-area-main-table th {
    text-align: center;
    background: #006A95;
    color: #ffffff;
}

.at-area-main-table td, .at-area-main-table th {
    border: 1px solid #d0d0d0;
    padding: 10px;
    text-align: center;
}

/* /at-area-main-team */

/* at-area-main-updated-date */

.at-area-main-updated-date {
    text-align: right;
    border-top: 1px solid #EEEDEC;
    padding-top: 10px;
}

/* /at-area-main-updated-date */

/* GoTop 按鈕 */

.gotop {
    position: fixed;
    z-index: 90;
    right: 30px;
    bottom: 31px;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #FF671F;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.gotop:hover {
    color: #fff;
}

/* /GoTop 按鈕 */

/* footer */

footer.container {
    max-width: 950px;
    background: #EEEDEC;
    padding: 32px 80px 0 80px;
    text-align: center;
}

footer p {
    margin-bottom: 5px;
}

.at-area-reserved {
    margin-top: 30px;
}

/* /footer */