nav {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.5);
}

@media screen and (max-width: 1023.98px) {
    nav {
        position: fixed;
        top: 0;
        left: 0
    }

    nav+* {
        margin-top: 65px
    }
}

nav~* {
    position: relative;
    z-index: 0
}

nav .ghost-btn {
    pointer-events: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(13, 31, 45, 0.77);
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    transition: all ease-out .3s
}

@media screen and (max-width: 1023.98px) {
    nav h1 {
        width: 100%;
        background-color: #efefef;
        position: relative;
        z-index: 1
    }

    nav h1 .logo {
        width: 200px;
        height: 45px;
        background-image: url("../images/logo-text.svg");
        background-size: 100% 60px
    }
}

nav label.sprite[for="m-ctrl"] {
    font-size: 20px;
    transition: all ease-out .3s;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 25px
}

nav .menu {
    position: relative;
    width: calc(100% - 240px)
}

nav .menu .ui {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 15px;
    z-index: 1
}

nav .menu .ui .lang-wrap {
    display: inline-block;
    position: relative;
    height: 42px;
    font-weight: 500;
    margin: 0 15px
}

nav .menu .ui .lang-wrap a {
    display: block;
    padding: 10px 8px 10px 30px;
    line-height: 1;
    color: #777;
    font-size: 14px;
    white-space: nowrap
}

nav .menu .ui .lang-wrap a::before {
    width: 20px;
    height: 15px;
    margin-left: -20px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin-right: 2px;
    background-image: url("../images/flag.svg");
    background-size: 110% 300%;
    background-repeat: no-repeat;
    margin-top: -2px
}

nav .menu .ui .lang-wrap a:hover {
    color: #9A879D
}

nav .menu .ui .lang-wrap a[class*="en"]::before {
    background-position: 0 0
}

nav .menu .ui .lang-wrap a[class*="TW"]::before {
    background-position: 0 99.999%
}

nav .menu .ui .lang-wrap>div {
    display: block;
    padding-right: 6px
}

nav .menu .ui .lang-wrap>div:first-of-type {
    line-height: 36px;
    color: #777;
    cursor: painted;
    letter-spacing: 1px;
    margin-top: 2px
}

nav .menu .ui .lang-wrap>div:first-of-type::before {
    display: inline-block;
    vertical-align: middle;
    font-family: 'icomoon';
    content: "\e9ca";
    margin-right: 12px;
    font-size: 95%;
    line-height: inherit;
    margin-top: -2px
}

nav .menu .ui .lang-wrap .lang-item {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    padding-left: 0px;
    transition: all ease-out .3s;
    visibility: collapse;
    opacity: 0;
    transform: translateY(10px)
}

nav .menu .ui .lang-wrap:hover .lang-item {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1
}

@media screen and (max-width: 1023.98px) {
    nav .menu .ui .lang-wrap {
        position: relative;
        z-index: 1;
        margin: 0 15px
    }

    nav .menu .ui .lang-wrap div:first-of-type {
        line-height: 36px;
        margin-top: 0;
        cursor: painted
    }

    nav .menu .ui .lang-wrap div:first-of-type::before {
        display: inline-block;
        vertical-align: middle;
        font-family: 'icomoon';
        content: "\e9ca";
        margin-right: 12px;
        font-size: 95%;
        line-height: inherit;
        margin-top: -2px
    }
}

nav .menu .ui .lang-wrap:hover>div:first-of-type {
    color: #9A879D
}

nav .menu .ui .inquiry-wrap,
nav .menu .ui .member-wrap {
    margin: 0 15px
}

nav .menu .ui .inquiry-wrap a,
nav .menu .ui .member-wrap a {
    display: inline-block;
    font-weight: 400
}

nav .menu .ui .inquiry-wrap a::before,
nav .menu .ui .member-wrap a::before {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
    font-size: 18px
}

nav .menu .ui .inquiry-wrap a+a,
nav .menu .ui .member-wrap a+a {
    margin-left: 15px
}

nav .menu .ui .inquiry-wrap .login-switch,
nav .menu .ui .member-wrap .login-switch {
    display: none
}

@media screen and (max-width: 1023.98px) {

    nav .menu .ui .inquiry-wrap,
    nav .menu .ui .member-wrap {
        width: calc(100% - 30px);
        text-align: center;
        margin-bottom: 14px
    }

    nav .menu .ui .inquiry-wrap a,
    nav .menu .ui .member-wrap a {
        width: 40%;
        text-align: center;
        vertical-align: middle
    }
}

nav .menu .ui [for="search-control"] {
    font-size: 18px;
    vertical-align: middle;
    margin: 0 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -2px;
    cursor: pointer
}

@media screen and (max-width: 1023.98px) {
    nav .menu .ui [for="search-control"] {
        display: none
    }
}

nav .menu .search-wrap {
    position: absolute;
    top: 0%;
    right: 0;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    visibility: collapse;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition: all ease-in-out .25s;
    background-color: #efefef;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center
}

nav .menu .search-wrap [for="search-control"] {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 15px
}

nav .menu .search-wrap form {
    display: inline-block;
    width: 480px;
    background-color: #efefef
}

nav .menu .search-wrap input {
    height: 50px;
    border-radius: 4px !important;
    z-index: 0
}

nav .menu .search-wrap input:focus {
    z-index: 0
}

nav .menu .search-wrap input+button {
    background-color: #47920a;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    color: #fff;
    z-index: 1;
    padding: 0;
    font-size: 16px
}

@media screen and (max-width: 1023.98px) {
    nav .menu .search-wrap {
        position: relative;
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0 auto;
        width: 280px;
        transform: scaleX(1);
        padding: 3px;
        display: block;
        float: left;
        margin-bottom: 20px
    }

    nav .menu .search-wrap form {
        width: 100%;
        display: block;
        float: left
    }

    nav .menu .search-wrap [for="search-control"] {
        display: none
    }
}

nav .menu ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: flex-end
}

nav .menu li {
    display: inline-block;
    position: relative
}

nav .menu li::after {
    width: 1px;
    height: 20px;
    content: " ";
    border-right: 1px dotted #aaa;
    display: inline-block;
    position: absolute;
    right: -.5px;
    top: 50%;
    margin-top: -10px
}

nav .menu li:first-of-type {
    margin-left: 0px
}

nav .menu li:last-of-type {
    margin-right: -12px
}

nav .menu li:last-of-type::after {
    display: none
}

nav .menu li:hover>a {
    color: #b28247;
}

nav .menu li.active>a {
    color: #b28247;
}

nav .menu li>a {
    font-size: 17px;
    padding: 20px 15px;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    /* color: #4b634e */
    color:#1a274e;
}

@media screen and (min-width: 1150px) {
    nav .menu li>a {
        padding: 20px 30px
    }
}

nav .menu li>a.active {
    color: #b28247;
}

@media screen and (max-width: 1023.98px) {
    nav .menu {
        position: fixed;
        width: 320px;
        height: 100vh;
        overflow-y: auto;
        background-color: #fff;
        top: 0;
        right: -350px;
        z-index: 0;
        box-shadow: -1px 0 0 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        transition: all ease-out .3s;
        transition-delay: 0;
        padding-top: 100px;
    }

    nav .menu .ui {
        margin-top: 100px;
        margin-bottom: 30px;
        padding: 18px 15px 0 15px
    }

    nav .menu ul {
        justify-content: flex-start;
        padding-bottom: 15px
    }

    nav .menu li {
        width: 100%;
        padding: 0 15px
    }

    nav .menu li::after {
        display: none !important
    }

    nav .menu li:last-of-type {
        margin-right: 0
    }

    nav .menu li:last-of-type a {
        border-bottom: 0
    }

    nav .menu li>a {
        padding: 12px 15px;
        border-bottom: 1px dotted #ddd;
        font-size: 20px;
        letter-spacing: 2px
    }
}

nav #search-control:checked~.search-wrap {
    visibility: visible;
    transform: scaleX(1);
    opacity: 1
}

#m-ctrl:checked~nav label.icon-menu::before {
    content: "\e93b"
}

#m-ctrl:checked~nav .ghost-btn {
    opacity: 1;
    pointer-events: painted
}

#m-ctrl:checked~nav .menu {
    right: 0;
    opacity: 1;
    transition-delay: .15s
}

/*# sourceMappingURL=menu.min.css.map */