<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;600;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;400;500;600;700;900&amp;display=swap');
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2022/12/18, 銝见�� 06:49:24
    Author     : James
*/
body{
    font-family: "Noto Sans TC",sans-serif;
    letter-spacing: .9px;
    color:#4d4d4d;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
img {
    height: auto;
    width: 100%;
}
.con-980
{
    max-width: 980px!important;
}

.con-1080
{
    max-width: 1080px!important;
}

.navbar
{
    background-color: #fff;
    height:100px;
}

main
{
    padding-top: 100px;
}

.lgmenu .nav-item
{
    padding: 0px 25px;
}

.md-menu
{

    font-family: 'ABeeZee',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    position:relative;
}

.md-menu li &gt; a
{
    margin-left: 20px;
    margin-right: 20px;
}



.md-menu-visible
{
    opacity: 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}

.md-menu-hidden
{
    opacity: 0;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}



.md-menu .dropdown-item:active
{
    background-color: transparent;
    padding-right: 20px;

}


.md-menu .dropdown-toggle::after
{
    margin-left:0px;
}

.md-menu .dropdown-menu
{
    background-color: #FFFFFF!important;
    border:none;
    border-radius: unset;
    border-top: 5px solid #C1DC8D;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -webkit-transform: translateZ(0);

}

main
{
    margin-bottom:50px;
}

.dropdown-menu img
{
    max-width: 20px;
    margin-right: 5px;
}

.leftmenu img
{
    /*max-width: 20px;*/
    /*margin-right: 5px;*/
}

.openmenu
{
/*    font-size: 35px;
    color: #10a59c;*/
}

a, a:link, a:visited, a:hover
{
    color:#000;
    text-decoration: none;
}

.btn-contactus,.btn-contactus:link,.btn-contactus:visited
{
    background-color: #C1DC8D;
    color:#000;
    border-radius: 50px;
    padding:5px 20px;
    font-weight: bold;
}


.btn-contactus:hover
{
    background-color: #C1DC8D;

}


.dropdown-toggle::after {
    display: none !important;
}


.textover1
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;

}
.textover2
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;


}

.textover3
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;

}

.textover4
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;

}

.textover5
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;

}


.textover6
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    text-overflow: ellipsis;

}

.sections
{
    margin-top:30px;
}


/*撠舘汗���*/
.page_breadcrumb {
    margin-top: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
}

.breadcrumb
{
    background-color: transparent;
    padding: 0.75rem 0rem;
}


@media (max-width:  992px)
{
    .md-menu li &gt; a
    {
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar
    {

        height:60px;
    }

    main
    {
        padding-top: 60px;
    }
}

/* ��厰��*/
.btn-cate
{
    border: 1px solid #D9D9D9;
    background-color: #D9D9D9;
    border-radius: 25px;
    padding:5px 20px;
    margin-right:10px;
    margin-bottom: 10px;
}

.btn-cate.active
{
    color:#fff;
    background-color: #D5A440;
    border-color: #D5A440;
}

.btn-cate:hover, .btn-cate:focus {
    background-color: #C1DC8D;
}

.dirs
{
    line-height: 2em;
    padding: 10px 15px 10px 10px;
    border-radius: 0px;
    align-items: center;
    border: 1px solid #c4c4c4;
    margin-bottom: -1px;
}

.dirs a {
    display: flex;
    align-items: center;
    justify-content: center;

}
.dirs a span
{
    width: calc(100% - 15px);
}

</pre></body></html>