/*
Theme Name: WOG Theme
Author: Web Team
Version: 1.0
*/

/* Header */
body {
    margin-bottom: 0 !important;
    margin: 0 auto;
}

.main-header {
    max-width: 520px;
    margin: 0 auto !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 101;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar img {
    width: 80%;
}

.menuicon {
    margin-top: 10px;
    width: 40px;
    height: 50px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 101;
    margin: 0 10%;
}

.menuicon span {
    width: 100%;
    height: 2px;
    margin-bottom: 8px;
    background-color: #000;
    transition: all 0.3s ease;
    display: block;
}

.mtext {
    background-color: transparent;
    font-size: 13px;
    text-align: center;
    line-height: 12px;
}

.menu {
    flex-shrink: 0;
}

.logo {
    text-align: right;
    flex-shrink: 0;
}

#menuicontst {
    width: 65%;
}

.menu-toggle {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
}

.menu-toggle:focus-visible {
    outline: 2px solid #0071B7;
    outline-offset: 4px;
}

.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 102;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.drawer-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.site-drawer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 78%;
    max-width: 300px;
    background: #fff;
    z-index: 103;
    transform: translateX(-100%);
    transition: transform 0.35s ease;
    box-shadow: 6px 0 28px rgba(0, 0, 0, 0.12);
    padding: 100px 28px 28px;
    box-sizing: border-box;
}

.site-drawer.is-open {
    transform: translateX(0);
}

.site-drawer-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.site-drawer-link {
    font-family: "din-webfont", "Microsoft JhengHei", STHeiti, sans-serif;
    font-size: 18px;
    color: #58595B;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: color 0.2s ease;
}

.site-drawer-link:hover,
.site-drawer-link:focus {
    color: #0071B7;
}

.site-drawer-link:focus-visible {
    outline: 2px solid #0071B7;
    outline-offset: 4px;
}

/* Header */

/* Content */

main, footer, .clinic-section {
    max-width: 520px;
    margin: 0 auto;
    margin-top: 90px;
}

main img {
    width: 100%;
}

/* Content */

/* Footer */

.main-footer {
    padding: 60px 0;
    position: relative;
    background-position: center;
    background-size: cover;
}

.main-footer .container-fluid {
    /* padding-right: 50px;
    padding-left: 50px; */
}

.container-fluid {
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

/* Footer */