<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.md-grid {
    max-width: none; /* Remove the max-width */
}

.md-header__button.md-logo
 {
    padding: 0;
    margin-left: 20px;
}

.md-header__button.md-logo &gt; img
{
    height: 35px;
}



/* ì™¼ìª½ ë©”ë‰´ í°íŠ¸ ìˆ˜ì&nbsp;• */
.md-nav__item {
    font-family: "Arial", sans-serif; /* í°íŠ¸ íŒ¨ë°€ë¦¬ ë³€ê²½ */
    font-size: 1em; /* ê¸€ìž í¬ê¸° */
    font-weight: bold; /* ê¸€ìž ë‘ê»˜ */
    text-transform: uppercase; /* ëŒ€ë¬¸ìžë¡œ ë³€í™˜ */

    /* wide line height for easier reading */
    line-height: 3.5; /* ì¤„ ê°„ê²© */

    /* bar between menu items */
    border-bottom: 1px solid #ddd; /* ë©”ë‰´ ì•„ì´í…œ ì‚¬ì´ì— ì„&nbsp; ì¶”ê°€ */
    width: 100%;
  }
  
.md-sidebar{
    margin: 0;
    padding: 0em 0em;
}

/* Left menu background */
.md-sidebar__scrollwrap {
    background-color: #f5f6f7; /* Set your desired background color */
    margin: 0;
    padding: 2em 2em;
  }

/* .md-sidebar__inner {
    height: 100%;
    display: flex;
    flex-direction: column; 
} */
.md-sidebar__inner {
    height: 100%;
}

.md-nav {
    height: 100%;
    display: flex;
    flex-direction: column; 
}

.md-main__inner {
    margin: 0;
}

.md-content__inner {
    margin: 0;
    padding: 2em 2em;
}

.md-banner {
}

.md-banner__inner {
    font-family: "Arial", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.5;
    
}

.contact
{
    margin-top: auto;
    
    padding: 2em 1em;

    font-family: "Arial", sans-serif;
    font-size: 1.0em;
    line-height: 1.5;
}

.contact-title
{
    font-weight: bold;
}

.contact-list{
    list-style-type: none;
    padding: 0;
}

.contact-item {
   font-size: 0.9em; 
   margin-bottom: 1em;
   margin-left: 0em;
    padding-left: 1.5em;
    text-indent: -1.5em;
    svg {
        width: 1.1em;
    }
}

/* footer */
.md-footer {
    font-family: "Arial", sans-serif;
    font-size: 0.9em;
    line-height: 1.5;
    background-color: #f5f6f7;

}

.main_box {
    /* margin: auto; */
    display: block;
    width: 95%;
    max-width: 1000px !important;
}

.img_deco{
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.main_box.text {
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.6;
    /* display:inline; */
    margin: 2rem 0;
    font-style: italic;
}

@media (max-width: 1220px){
    .main_box {
        width:90%;
        margin: auto;
    }

    .main_box.text {
        width: 90%;
        margin: 1rem auto;
    }
}

@media (max-width: 600px){
    .main_box {
        width:100%;
        margin: auto;
    }

    .main_box.fitcover {
        height: 20em !important;
        object-fit: cover;
    }

    .main_box.text {
        font-size: 0.9em;
        width: 100%;
        margin: 1rem auto;
    }
}
</pre></body></html>