
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 {font-family: Microsoft JhengHei,'宋體' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
*
{
    font-size: 18px;
}
img
{
    margin: 2px;
    max-width: 100%;
    width: 100%;
}

/*圖片角落弧度*/
.pic1
{
    border-radius: 20px;
}
.member_pic
{
    object-fit: cover;
    border-radius: 500px;
    padding: 10px;
    max-width: 350px;
    max-height: 350px;
}

/*首頁影片*/
.ratio iframe
{
    border-radius: 20px;
}
/*首頁內文 setting*/
.row  .index_title h3
{
    font-size: 28px;
    color: #0a53be;
    font-weight: bolder;
    margin-bottom: 10px;
}
.row .index_title h5
{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

/*教授介紹 setting*/
.row .professor_info h3
{
    font-size: 32px;
    font-weight: bolder;
}
.row .professor_info h4
{
    font-size: 28px;
    font-weight: bolder;
}
.row .professor_info h5
{
    font-size: 25px;
    font-weight: bolder;
}
.row .professor_info h6
{
    font-size: 20px;
    color: #842029;
}
.row .professor_info p
{
    font-size: 15px;
}

/*一般文字 setting*/
.row .item h1
{
    margin-top: 10px;
    font-size: 32px;
    font-weight: bolder;
}
.row .item h3
{
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 10px;

}
.row .row .item h3
{
    font-size: 22px;
    font-weight: bolder;
}
.row .item h4
{
    margin-top: 10px;
    font-size: 18px;
}
.row .item p
{
    font-size: 15px;
}

/*記錄頁 setting*/
.path
{
    background-color: #ccc;
}
.path .breadcrumb
{
    background-color: transparent;
    padding: 5px;
}
.item .img-fluid
{
    object-fit: cover;
    width: 100%;
}

/*copyright setting*/
.main-footer
{
    padding: 20px;
    background-color: #000000;
    color: #ffffff;
}

/*基礎網頁 setting*/
.container-xl
{
    max-width: 95%;
}
.container-fluid
{
    max-width: 100%;
}
.container
{
    max-width: 80%;
}

/*導覽列 setting*/
.navbar
{
    transition: all 0.5s;
    margin-top: 0px;
    margin-bottom: -8px;
    padding: -3px;
}
.navbar .nav-item:hover
{
    background-color: #a7acb1;
    border-radius: 0.5rem;
}
.navbar-brand
{
    padding-left: 10px;
}

/*著作 setting*/
.publication-content
{
    padding-left: 10px;
    color:#848484 ;
}

/*輪播 setting*/
.carousel .carousel-item
{
    height: 400px;
}
.carousel .carousel-item img {
    min-height: 300px;
    max-height: 400px;
    object-fit: cover;
}
.carousel-item img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    min-height: 100px;
}

/*網頁滑動順暢*/
html
{
    scroll-behavior: smooth;
}

/*回到最上面 setting*/
.back-to-top
{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #be1a3b;
    border-radius: 0.5rem;
    padding: 0.2rem;
    text-decoration: none;
    transition: 0.2s ease-out;
}
.back-to-top span
{
    color: #ffffff;
    font-size: 2rem;
    transition: 0.2s ease-out;
}
.back-to-top:hover
{
    background-color: #be1a3b;
}
.back-to-top:hover span
{
    transform: translateY(-4px);
}


.row .item span
{
    font-size: 3rem;
    max-width: 100%;
    padding: 5px;
}

/*award setting*/
.row .award h1
{
    margin-top: 15px;
    font-size: 32px;
    font-weight: bolder;
    color: #842029;
    margin-bottom: 15px;
}
.row .award h4
{
    font-size: 20px;
    margin-bottom: 5px;
}

/*map setting*/
.map-container-2
{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-2 iframe
{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*album setting*/
.portfolio-menu
{
    text-align:center;
}
.portfolio-menu ul li
{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}
.portfolio-item
{
    /*width:100%;*/
}
.portfolio-item .item
{
    /*width:303px;*/
    float:left;
    margin-bottom:10px;
}
.portfolio-item .item img
{
    border-radius: 20px;
}