@charset "UTF-8";
/*
Author： 凱寧
Date： 2020/03/17
*/
body{
    font-family: Microsoft JhengHei !important;
}

/*@media( min-width:576px ){
    :focus{
        outline: 3px dotted red;
        transition:0.2s;
    }
}*/

.at-main-bg-color{
    background: #285A4F;
}

/* at-top-sun-menu 區塊 */
.at-top-sun-menu{
    background: #285A4F;
}

.at-top-sun-menu ul li{
    display: inline; 
}

.at-top-sun-menu ul li:not(:first-child):before{
    content: "|";
    color: #FFF;
    margin: 0 10px;
}

.at-top-sun-menu ul li a{
    font-size: 0.813em;
    color: #FFF;
    text-decoration: none;
    font-size: 1.2em;
}
/* /at-top-sun-menu 區塊 */

/* at-top-logo 區塊 */
@media (min-width: 992px){
    .col-lg-4.at-top-image-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 20.333333%;
        padding-right: 0;
    }
}

.at-top-image-item{
    text-align: center;
}

.at-top-image-item img{
    width: 80px;
    height: 80px;
}

.at-top-image p{
    width: auto;
    font-size: 1em;
}

.row.at-top-image{
    padding: 0;
}

@media(min-width: 991px){
    .at-top-logo{
        margin-top: 15px;
    }
}

.at-top-logo .container{
    max-width: 1040px;
}

header .container{
    max-width: 980px;
}

header > button{
    position: absolute;
    top: 15px;
    left: 15px;
    border: none;
    background: #285A4F;
    padding: 9px 13px;
    color: #FFF;
    font-size: 1.1em;
}

.logo{
    text-indent: -9999px;
    background: url(images/logo.png) no-repeat center/contain;
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: -8px;
}

@media (max-width: 992px){
    .logo {
        height: 68px;
        width: 80%;
        top: -5px;
        left: 0;
        right: 0;
        margin: 12px auto 0 auto;
    }
}

@media (max-width: 576px){
    .logo {
        background: url(images/mologo.png) no-repeat center/contain;
        max-width: 280px;
        height: 80px;
        top: -15px;
        left: 30px;
    }
}

@media (max-width: 320px){
    .logo {
        width: 60%;
    }
}
/* /at-top-logo */

/* at-top-menu */
    /* at-mobile-top-menu */
.at-mobile-top-menu p{
    margin: auto;
    color: #FFF;
    font-size: 1.3em;
    border-bottom: 1px #FFF solid;
    width: fit-content;
    font-style: italic;
}

.at-mobile-top-menu{
    margin-top: 32px;
}

.at-mobile-top-menu ul{
    padding: 0;
}

.at-mobile-top-menu ul li{
    list-style: none;
    border-bottom: 1px #000000 solid;
    padding: 10px 10px 10px 15px;
}

.at-mobile-top-menu ul li a{
    color: #FFF;
    font-size: 1.2em;
}

.at-mobile-social-list{
    text-align: center;
    font-size: 2em;
    margin: 32px 0;
}
    /* /at-mobile-top-menu */

@media(max-width: 991px){
    nav.navbar .dropdown [data-toggle="dropdown"]:after{
        padding-left: 0;
        float: right;
    }
    
    .at-top-menu .at-mobile-menu span{
        display: block;
        width: 220px;
        border-bottom: 1px #000000 solid;
        padding-bottom: 6px;
    }

    .at-top-menu .dropdown .col-md-1-5,.at-top-menu .dropdown .col-md-2{
        margin-top: 15px;
    }

    .at-top-menu .col-md-1-5 a,.at-top-menu .col-md-2 a{
       margin: 10px 0 0 30px;
    }
}

.at-top-menu nav span{
    margin-left: 15px;
}

.at-top-menu nav span:after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: bold; 
    content: "\f078";
    font-size: 0.8em;
    padding-left: 5px;
}

#at-mobile-menu-close{
    border: none;
    background: #C7177A;
    color: #FFF;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.at-top-menu nav ul li{
    list-style: none;
}

.at-top-menu nav ul li a{
    color: #FFF;
    text-decoration: none;  
    font-size: 1.189em;
}

.at-top-menu nav.navbar{
    justify-content: center;
    padding: 0;
}

.at-top-menu span{
    color: #FFF;
    font-weight: bold;
    font-size: 1.2em;
}

@media(min-width: 992px){
    .at-top-menu nav{
        text-align: center;
    }

    .at-top-menu nav ul{
        display: flex;
        margin: 0;
    }

    .at-top-menu nav ul li a{
        display: block;
        padding: 10px 15px;
        font-weight: bold;
    }

    .at-top-menu nav ul li a:hover{
        background: #C7177A;
        color: #FFF;
    }

    .at-top-menu nav ul li a:focus{
        background: #C7177A !important;
        color: #FFF !important;
    }

    .at-top-menu .at-mega-menu-item{
       position: static;
    }

    .at-top-menu .at-mega-menu-content{
        left: 25%;
        margin-top: 0px;
        padding: 10px;
    }

    .at-mega-menu-width{
        min-width: 1000px;
        background: #3E8ED8;
    }

    .at-top-menu .at-mega-menu-content a{
        white-space: pre-wrap;
    }

    .at-top-menu .dropdown-menu{
        background: #285A4F; 
    }
}

@media(max-width: 991px){
    .at-main-bg-color{
        background: #999999;
    }

    .at-top-menu .navbar{
        display: block;
    }

    .at-top-menu .navbar ul{
        margin-top: 20px;
        padding: 0;

    }

    .at-top-menu .navbar li{
        border-bottom: 1px #000000 solid;
        padding: 10px 10px 10px 15px;
    }

    .at-top-menu .navbar li a{
        font-size: 1.2em;
        color: #FFF;
        display: block;
    }

    .at-top-menu .navbar .dropdown-menu a{
        margin-bottom: 10px;
        padding-left: 5px;
        padding-bottom: 5px;
        border-bottom: 1px #000000 solid;
    }
    
    .at-top-menu{
       position: fixed;
       top: 0;
       bottom: 0;
       background: #285A4F;
       width: 0;
       transition: 0.4s;
       overflow: scroll;
       z-index: 9999;
    }

    .in{
        transition: 0.4s;
        width: 270px;
    }

    .at-top-menu .at-mobile-search{
        text-align: center;
    }

    .at-top-menu input[type="text"] {
        border: 1px #a3a3a3 solid;
        width: 150px;
        height: 36px;
        background: rgba(247, 248, 248, 0.85);
        color: #000;
        font-size: 90%;
        padding-left: 10px;
    }
    
    .at-top-menu input[type="submit"] {
        border: none;
        width: 40px;
        height: 36px;
        background-color: #C7177A;
        margin-left: -6px;
        margin-top: -2.2px;
        color: #FFF;
    }

    .at-top-menu .at-mobile-menu{
        position: static;
        background: #285A4F;
        float: none;
        border: none;
        border-radius: 0;
        margin-top: 0;
        margin-left: 2%;
        overflow:  hidden;
        max-width: 100%;
    }

    .at-top-menu .dropdown-menu .container{
        padding-left: 0;
    }
}
/* /at-top-menu */

main{
    margin-top: 20px;
}

/* at-login */


.at-login{
 
    
}

.at-login form{
    border: 3px #C7177A solid;
    max-width: 500px;
    margin: auto;
    padding: 25px 0;
    text-align: center;
}

.at-login form .at-input-item{
    margin-bottom: 15px;

}

.at-login form .at-input-item label{
    font-weight: bold;
    font-size: 1.4em;
}

@media(max-width: 576px){
    .at-login form .at-input-item label{
        width: 100%;
    }
}

input[type="submit"]{
    display: block;
    margin: auto;
    border: none;
    padding: 5px 20px;
    background: #C7177A;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4em;
}

.at-main-title{
    text-align: center;
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 15px;
}

/* /at-login */

/* at-notice */
.at-notice{
    border: 1px #000000 solid;
    padding: 15px;
    max-height: 300px;
    overflow: scroll;
}

/* /at-notice */

/* page-1 */
.page-1{
    text-align: center;
}

@media(max-width: 768px){
    .at-title-doctor .col-lg-3 p{
        margin-top: -15px;
    }    
}

p{
    font-size: 1.5em;
    width: fit-content;
    margin: auto;
}

.page-1 .at-border{
    border: 2px #C7177A solid;
    padding: 10px;
    margin-top: 20px;
}

.at-table, th, td{
  border: 2px solid #1A5F4D;
  border-collapse: collapse;
  padding: 3px 5px;
}

.at-table td:first-child,.at-table td:nth-child(even){
    border-bottom: none;
}

.at-table{
    font-size: 1.6em;
    width: 100%;
}

.at-table th{
    background: #1a5f4d2f;
    height: 60px;
}

.at-table th:nth-child(odd){
    width: 25%;
}

.at-table tr:nth-child(even){
  background: rgba(#6cffd1,.2);
}
  
@media(max-width: 768px){
    .at-table{
        border: none;
    }

    .at-table thead{
        display: none;
    }

    .at-table tr{
        margin-bottom: 25px;
        display: block;
        border: 1px solid #ccc;
    }
    
    .at-table td{
        display: block;
        padding: .3rem .5rem;
    }

    .at-table td:nth-child(2):before{
        content: attr(data-title);
        display: inline-block;
        width: auto;
        min-width: 20%;
        font-weight: 900;
    }

}

.at-num{
    color: #C7177A;
    font-size: 5em;
    font-weight: bold;
}

.at-resv{
    padding: 20px 0;
}

.at-resv a{
    color: #FFF;
    background: #C7177A;
    padding: 10px;
    display: block;
    margin: auto;
    width: fit-content;
}

.at-resv a:hover{
    color: #FFF;
    text-decoration: none;
}

/* /page-1 */

/* at-print-button */
.at-print-button{
    border: none;
    margin: auto;
    display: block;
    padding: 10px 60px;
    background: #285A4F;
    color: #FFF;
    font-size: 1.3em;
    margin-top: 64px;
    font-weight: bold;
}

.at-print-button:hover{
    background: #C7177A;
}

/* /at-print-button */

/* at-check-form */
.at-check-form{
    border: 2px solid #1A5F4D;
    padding: 32px 64px 12px 64px;
    margin-top: 15px;
}

.at-check-form label{
    font-size: 1.5em;
}

.at-check-form .col-lg-4{
    margin-bottom: 25px;
}

input[type=checkbox], input[type=radio]{
    width: 20px;
    height: 20px;
}

.at-check-send{
    border: none;
    background: #C94364;
    color: #FFF;
    padding: 5px 32px;
    font-weight: bold;
    font-size: 1.4em;
}

.at-check-concel{
    border: none;
    background: #999999;
    color: #FFF;
    padding: 5px 32px;
    font-weight: bold;
    font-size: 1.4em;
}

/* /at-check-form */

/* print */
.at-print-img{
    display: none !important;
}

@media print {
    .at-print-img {
        display: block !important;
        margin: auto;
    }
}

@media(max-width: 551px){
    .at-break{
        text-align: center;
    }

    .at-break span{
        display: block;
    }
}



/* /print */

/* footer*/
footer{
    margin-top: 50px;
}

footer p{
    font-size: 1em;
}

.at-home-footer-area{
    background: #285A4F;
    color: #FFF;
    font-size: 1.3em;
    padding-top: 25px;
}

.at-home-footer-area p{
    font-weight: bold;
}

.at-fat-footer-title{
    display: block;  
}

#at-fat-footer li{
    list-style: none;
    line-height: 40px;
}

#at-fat-footer span{
    font-size: 1.2em;
    font-weight: bold;
    color: #C94364;
}

.at-home-footer-area a{
    color: #FFF;
    padding: 5px;
}

.at-home-footer-area a:hover{
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
}

.at-fat-footer{
    background: #285A4F;
}

.at-footer-info p{
    line-height: 25px;
    font-weight: bold;
}
/* /footer */