html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    position: relative;
}

#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.msg_sound_only,
.sound_only {
    display: inline-block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
    border: 0 !important;
    overflow: hidden !important;
}

.dim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

/** layout **/
#wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
}

#wrap #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 100;
}

body.light #wrap #header {
    background-color: #fff;
}

body.dark #wrap #header {
    background-color: #202020;
}

@media only screen and (max-width: 1024px) {
    #wrap #header {
        height: 80px;
        padding: 0 1.25rem;
    }
}

#wrap #aside {
    position: fixed;
    top: 80px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 80px);
    z-index: 90;
}

#wrap #aside.close+#container,
#wrap #aside.close+div+#container {
    margin-left: 72px;
}

@media only screen and (max-width: 1024px) {
    #wrap #aside {
        position: static;
        top: 0;
        left: 0;
        height: 0;
        z-index: 102;
    }

    #wrap #aside.close {
        pointer-events: none;
    }

    #wrap #aside.close+#container,
    #wrap #aside.close+div+#container {
        margin-left: 0;
    }
}

#wrap #container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 240px;
    padding-top: 80px;
}

#wrap #container .page-title {
    font-size: 1.3125rem;
    font-weight: 500;
    letter-spacing: -.84px;
    margin-bottom: 30px;
}

body.light #wrap #container .page-title {
    color: #000;
}

body.dark #wrap #container .page-title {
    color: #aaa;
}

body.light #wrap #container {
    background-color: #f9f9f9;
}

body.dark #wrap #container {
    background-color: #181818;
}

@media only screen and (max-width: 1024px) {
    #wrap #container {
        margin-left: 0;
    }

    #wrap #container .page-title {
        display: none;
    }
}

#header .back-link {
    display: none;
}

#header .cate-name {
    display: none;
}

#header .drawer-menu {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    cursor: pointer;
}

#header #logo {
    margin-left: 14px;
    margin-right: auto;
}

#header #logo a {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -.96px;
}

body.light #header #logo a {
    color: #000;
}

body.dark #header #logo a {
    color: #fff;
}

#header .top-register {
    margin-right: 30px;
}

#header .top-register i.icon.register {
    display: block;
    width: 20px;
    height: 18px;
    background: url(../img/register-icon.png) no-repeat center;
    background-size: contain;
}

#header .top-login,
#header .top-join,
#header .top-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 98px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #f81948;
    font-size: 0.9375rem;
    color: #f81948;
    line-height: 1;
    letter-spacing: -.6px;
}

#header .top-login i,
#header .top-join i,
#header .top-member i {
    margin-right: 9px;
}

#header .top-login {
    margin-left: auto;
}

#header .top-login i.icon {
    width: 24px;
    height: 24px;
    background: url("../img/login-icon.png") no-repeat center;
    background-size: contain;
}

#header .top-join {
    margin-left: 10px;
}

#header .top-join i.icon {
    width: 12px;
    height: 12px;
    background: url("../img/join-icon.png") no-repeat center;
    background-size: contain;
}

#header .member-menu {
    display: none;
    position: absolute;
    top: calc(100% - 7px);
    right: 30px;
    width: 230px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

body.light #header .member-menu {
    background-color: #fff;
}

body.dark #header .member-menu {
    background-color: #212121;
}

#header .member-menu ul {
    padding-top: 18px;
    padding-bottom: 18px;
}

#header .member-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    position: relative;
    font-size: 0.875rem;
    letter-spacing: -.56px;
}

body.light #header .member-menu ul li a {
    color: #777;
}

body.dark #header .member-menu ul li a {
    color: #777;
}

#header .member-menu ul li a i {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 20px;
}

body.light #header .member-menu ul li a.on,
body.light #header .member-menu ul li a:hover {
    color: #000;
    background-color: #f4f4f4;
}

body.dark #header .member-menu ul li a.on,
body.dark #header .member-menu ul li a:hover {
    color: #fff;
    background-color: #383838;
}

#header .member-menu ul li a.on:after,
#header .member-menu ul li a:hover:after {
    display: block;
    content: '\f054';
    font-size: 0.375rem;
    margin-left: auto;
    margin-right: 30px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.light #header .member-menu ul li a.on:after,
body.light #header .member-menu ul li a:hover:after {
    color: #f81948;
}

body.dark #header .member-menu ul li a.on:after,
body.dark #header .member-menu ul li a:hover:after {
    color: #8f8f8f;
}

#header .member-menu .logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    font-size: 0.875rem;
    letter-spacing: -.56px;
}

body.light #header .member-menu .logout {
    color: #777;
    border-top: 1px solid #ddd;
}

body.dark #header .member-menu .logout {
    color: #fff;
    border-top: 1px solid #383838;
}

#header .hd_sch_wr {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#header .hd_sch_wr .mobile-sch-back {
    display: none;
}

#header .hd_sch_wr input[type="text"] {
    width: 550px;
    height: 40px;
    padding-left: 21px;
    padding-right: 59px;
    -webkit-box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

body.light #header .hd_sch_wr input[type="text"] {
    color: #888;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    caret-color: #888;
}

body.dark #header .hd_sch_wr input[type="text"] {
    color: #777;
    border: 1px solid #444;
    background-color: #121212;
    caret-color: #777;
}

body.light #header .hd_sch_wr input[type="text"]::-webkit-input-placeholder {
    color: #888;
}

body.light #header .hd_sch_wr input[type="text"]:-ms-input-placeholder {
    color: #888;
}

body.light #header .hd_sch_wr input[type="text"]::-ms-input-placeholder {
    color: #888;
}

body.light #header .hd_sch_wr input[type="text"]::placeholder {
    color: #888;
}

body.dark #header .hd_sch_wr input[type="text"]::-webkit-input-placeholder {
    color: #777;
}

body.dark #header .hd_sch_wr input[type="text"]:-ms-input-placeholder {
    color: #777;
}

body.dark #header .hd_sch_wr input[type="text"]::-ms-input-placeholder {
    color: #777;
}

body.dark #header .hd_sch_wr input[type="text"]::placeholder {
    color: #777;
}

#header .hd_sch_wr input[type="text"]:-webkit-autofill,
#header .hd_sch_wr input[type="text"]:-webkit-autofill:hover,
#header .hd_sch_wr input[type="text"]:-webkit-autofill:focus,
#header .hd_sch_wr input[type="text"]:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
}

body.light #header .hd_sch_wr input[type="text"]:-webkit-autofill,
body.light #header .hd_sch_wr input[type="text"]:-webkit-autofill:hover,
body.light #header .hd_sch_wr input[type="text"]:-webkit-autofill:focus,
body.light #header .hd_sch_wr input[type="text"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #888 !important;
    caret-color: #888;
}

body.dark #header .hd_sch_wr input[type="text"]:-webkit-autofill,
body.dark #header .hd_sch_wr input[type="text"]:-webkit-autofill:hover,
body.dark #header .hd_sch_wr input[type="text"]:-webkit-autofill:focus,
body.dark #header .hd_sch_wr input[type="text"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #202020 inset;
    -webkit-text-fill-color: #777 !important;
    caret-color: #777;
}

@media only screen and (max-width: 1279px) {
    #header .hd_sch_wr input[type="text"] {
        width: 500px;
    }
}

#header .hd_sch_wr button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    background: transparent;
}

#header .hd_sch_wr button i {
    font-size: 1.14375rem;
}

body.light #header .hd_sch_wr button i {
    color: #4f4f4f;
}

body.dark #header .hd_sch_wr button i {
    color: #a1a1a1;
}

#header .hd_sch_wr button.mobile-sch-button,
#header .hd_sch_wr button.mobile-del-button {
    display: none;
}

#header .sch-list-box {
    display: none;
    width: 550px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 1px;
    border-style: solid;
}

body.light #header .sch-list-box {
    background-color: #fff;
    border-color: #e0e0e0;
}

body.dark #header .sch-list-box {
    background-color: #121212;
    border-color: #444;
}

@media only screen and (max-width: 1279px) {
    #header .sch-list-box {
        width: 500px;
    }
}

#header .sch-list-box ul {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

#header .sch-list-box ul li>a {
    display: block;
    font-size: 0.875rem;
    line-height: 1.79;
    letter-spacing: -.56px;
}

body.light #header .sch-list-box ul li>a {
    color: #888;
}

body.dark #header .sch-list-box ul li>a {
    color: #777;
}

body.light #header .sch-list-box ul li>a:hover {
    color: #000;
}

body.dark #header .sch-list-box ul li>a:hover {
    color: #fff;
}

#header .sch-list-box ul li>a i.quick-icon {
    display: none;
}

#header .sch-list-box ul:first-child {
    border-bottom-width: 1px;
    border-style: solid;
}

body.light #header .sch-list-box ul:first-child {
    border-color: #e0e0e0;
}

body.dark #header .sch-list-box ul:first-child {
    border-color: #444;
}

@media only screen and (max-width: 1024px) {
    #header .back-link {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 1.25rem 0 0.625rem;
    }

    #header .back-link:after {
        content: '';
        width: 1.875rem;
        height: 1.25rem;
        background: url(../img/sch-arrow-icon.png);
        background-size: contain;
    }

    #header .cate-name {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        font-size: 1.625rem;
        font-weight: 500;
        letter-spacing: -1.04px;
        margin-right: auto;
    }

    body.light #header .cate-name {
        color: #000;
    }

    body.dark #header .cate-name {
        color: #fff;
    }

    #header .drawer-menu {
        width: 1.875rem;
        height: 3.125rem;
        background-size: contain;
        margin: 0 0.625rem;
    }

    #header #logo {
        margin-left: 1.25rem;
    }

    #header #logo a {
        font-size: 1.875rem;
        letter-spacing: -1.2px;
    }

    #header .top-register {
        margin-right: 1.875rem;
    }

    #header .top-register i.icon.register {
        display: block;
        width: 1.875rem;
        height: 3.125rem;
    }

    #header .top-login,
    #header .top-join,
    #header .top-member {
        width: auto;
        height: 2.5rem;
        padding: 0 1.3125rem 0 0.6875rem;
        font-size: 1.25rem;
    }

    #header .top-login {
        margin: 0;
    }

    #header .top-login i.icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    #header .top-join i.icon {
        width: 0.75rem;
        height: 0.75rem;
    }

    #header .top-member {
        padding: 0 1.3125rem;
    }

    #header .hd_sch_wr {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
    }

    body.light #header .hd_sch_wr {
        background-color: #fff;
    }

    body.dark #header .hd_sch_wr {
        background-color: #202020;
    }

    #header .hd_sch_wr input[type="text"] {
        width: 0;
        height: 2.5rem;
        padding-left: 0;
        padding-right: 0;
    }

    body.light #header .hd_sch_wr input[type="text"] {
        border: none;
    }

    body.dark #header .hd_sch_wr input[type="text"] {
        border: none;
    }

    #header .hd_sch_wr button:not(.mobile-sch-button):not(.mobile-del-button) {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: opacity .2s .15s;
        transition: opacity .2s .15s;
    }

    #header .hd_sch_wr button.mobile-sch-button {
        display: block;
        padding: 0 1.25rem 0 0;
    }

    #header .hd_sch_wr button.mobile-del-button {
        position: absolute;
        top: 15px;
        right: 6.25rem;
        bottom: 15px;
    }

    #header .hd_sch_wr button.mobile-del-button i.del-icon {
        display: block;
        width: 1.5625rem;
        height: 1.5625rem;
        background: url(../img/search-del-icon.png) no-repeat center;
        background-size: contain;
    }

    #header .hd_sch_wr button i {
        font-size: 2.01875rem;
    }

    #header .hd_sch_wr.open {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding: 15px 1.875rem 15px 1.875rem;
        height: 80px;
        z-index: 100;
    }

    #header .hd_sch_wr.open form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header .hd_sch_wr.open .mobile-sch-back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0.9375rem;
        height: 50px;
    }

    body.light #header .hd_sch_wr.open .mobile-sch-back {
        background-color: #fff;
    }

    body.dark #header .hd_sch_wr.open .mobile-sch-back {
        background-color: #202020;
    }

    #header .hd_sch_wr.open .mobile-sch-back:after {
        content: '';
        width: 1.875rem;
        height: 1.25rem;
        background-size: contain;
    }

    #header .hd_sch_wr.open input[type="text"] {
        width: 100%;
        height: 50px;
        padding: 0 7.5rem 0 1.875rem;
        font-size: 1.375rem;
        -webkit-transition: width .2s,
            padding .2s;
        transition: width .2s,
            padding .2s;
    }

    body.light #header .hd_sch_wr.open input[type="text"] {
        border: 1px solid #e0e0e0;
    }

    body.dark #header .hd_sch_wr.open input[type="text"] {
        border: 1px solid #444;
    }

    #header .hd_sch_wr.open button:not(.mobile-sch-button):not(.mobile-del-button) {
        opacity: 1;
        pointer-events: initial;
        padding: 0 1.25rem;
        right: 2.5rem;
    }

    #header .hd_sch_wr.open button.mobile-sch-button {
        display: none;
    }

    #header .hd_sch_wr.open button.mobile-del-button {
        padding: 0 0.625rem;
    }

    #header .sch-list-box {
        width: 100%;
        position: fixed;
        right: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        padding: 0 1.875rem 0 4.6875rem;
    }

    #header .sch-list-box ul {
        padding: 1.25rem 0;
    }

    #header .sch-list-box ul li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.375rem;
        line-height: 2.27;
        letter-spacing: -0.88px;
    }

    #header .sch-list-box ul li>a i.quick-icon {
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        background: url(../img/sch-quick-icon.png) no-repeat center;
        background-size: contain;
    }

    #header.titleHeader .drawer-menu,
    #header.titleHeader #logo {
        display: none;
    }

    #header.titleHeader .back-link,
    #header.titleHeader .cate-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

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

    #header .top-login,
    #header .top-join,
    #header .top-member {
        height: 3.125rem;
    }
}

@media only screen and (max-width: 640px) {
    #header .top-join {
        display: none;
    }
}

.recent-box {
    display: none;
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2.1875rem 0;
    overflow-y: auto;
    z-index: 99;
}

body.light .recent-box {
    background-color: #fff;
}

body.dark .recent-box {
    background-color: #202020;
}

.recent-box ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 1.875rem;
}

.recent-box ul>li a:not(.del) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.375rem;
    letter-spacing: -.88px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0.9375rem 0;
}

body.light .recent-box ul>li a:not(.del) {
    color: #555;
}

body.dark .recent-box ul>li a:not(.del) {
    color: #aaa;
}

.recent-box ul>li a .recent-icon {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 1.25rem;
    background: url(../img/recent-icon.png) no-repeat center;
    background-size: contain;
}

.recent-box ul>li a.del {
    margin-left: auto;
    width: 2.5rem;
    height: 3.125rem;
    background: url(../img/close-icon.png) no-repeat center;
    background-size: 50%;
}

body.light #header .drawer-menu {
    background-image: url(../img/menu-icon.png);
}

body.light #header .member-menu ul li a i.mb-menu1 {
    background-image: url(../img/menu-icon1.png);
}

body.light #header .member-menu ul li a i.mb-menu2 {
    background-image: url(../img/menu-icon2.png);
}

body.light #header .member-menu ul li a i.mb-menu3 {
    background-image: url(../img/menu-icon3.png);
}

body.light #header .member-menu ul li a i.mb-menu4 {
    background-image: url(../img/menu-icon4.png);
}

body.light #header .member-menu ul li a i.mb-menu5 {
    background-image: url(../img/menu-icon5.png);
}

body.light #header .member-menu ul li a i.mb-menu6 {
    background-image: url(../img/menu-icon6.png);
}

body.light #header .member-menu ul li a i.mb-menu7 {
    background-image: url(../img/menu-icon7.png);
}

body.light #header .member-menu ul li a.on i.mb-menu1,
body.light #header .member-menu ul li a:hover i.mb-menu1 {
    background-image: url(../img/menu-icon1-on.png);
}

body.light #header .member-menu ul li a.on i.mb-menu2,
body.light #header .member-menu ul li a:hover i.mb-menu2 {
    background-image: url(../img/menu-icon2-on.png);
}

body.light #header .member-menu ul li a.on i.mb-menu3,
body.light #header .member-menu ul li a:hover i.mb-menu3 {
    background-image: url(../img/menu-icon3-on.png);
}

body.light #header .member-menu ul li a.on i.mb-menu4,
body.light #header .member-menu ul li a:hover i.mb-menu4 {
    background-image: url(../img/menu-icon4-on.png);
}

body.light #header .member-menu ul li a.on i.mb-menu5,
body.light #header .member-menu ul li a:hover i.mb-menu5 {
    background-image: url(../img/menu-icon5-on.png);
}

body.light #header .member-menu ul li a.on i.mb-menu6,
body.light #header .member-menu ul li a:hover i.mb-menu6 {
    background-image: url(../img/menu-icon6-on.png);
}

body.light #header .member-menu ul li a.on i.mb-menu7,
body.light #header .member-menu ul li a:hover i.mb-menu7 {
    background-image: url(../img/menu-icon7-on.png);
}

body.light #header .hd_sch_wr.open .mobile-sch-back:after,
body.light #header .back-link:after {
    background-image: url(../img/sch-arrow-icon.png);
}

body.light .recent-box ul>li a .recent-icon {
    background-image: url(../img/recent-icon.png);
}

body.dark #header .drawer-menu {
    background-image: url(../img/dark/menu-icon.png);
}

body.dark #header .member-menu ul li a i.mb-menu1 {
    background-image: url(../img/dark/menu-icon1.png);
}

body.dark #header .member-menu ul li a i.mb-menu2 {
    background-image: url(../img/dark/menu-icon2.png);
}

body.dark #header .member-menu ul li a i.mb-menu3 {
    background-image: url(../img/dark/menu-icon3.png);
}

body.dark #header .member-menu ul li a i.mb-menu4 {
    background-image: url(../img/dark/menu-icon4.png);
}

body.dark #header .member-menu ul li a i.mb-menu5 {
    background-image: url(../img/dark/menu-icon5.png);
}

body.dark #header .member-menu ul li a i.mb-menu6 {
    background-image: url(../img/dark/menu-icon6.png);
}

body.dark #header .member-menu ul li a i.mb-menu7 {
    background-image: url(../img/dark/menu-icon7.png);
}

body.dark #header .member-menu ul li a.on i.mb-menu1,
body.dark #header .member-menu ul li a:hover i.mb-menu1 {
    background-image: url(../img/dark/menu-icon1-on.png);
}

body.dark #header .member-menu ul li a.on i.mb-menu2,
body.dark #header .member-menu ul li a:hover i.mb-menu2 {
    background-image: url(../img/dark/menu-icon2-on.png);
}

body.dark #header .member-menu ul li a.on i.mb-menu3,
body.dark #header .member-menu ul li a:hover i.mb-menu3 {
    background-image: url(../img/dark/menu-icon3-on.png);
}

body.dark #header .member-menu ul li a.on i.mb-menu4,
body.dark #header .member-menu ul li a:hover i.mb-menu4 {
    background-image: url(../img/dark/menu-icon4-on.png);
}

body.dark #header .member-menu ul li a.on i.mb-menu5,
body.dark #header .member-menu ul li a:hover i.mb-menu5 {
    background-image: url(../img/dark/menu-icon5-on.png);
}

body.dark #header .member-menu ul li a.on i.mb-menu6,
body.dark #header .member-menu ul li a:hover i.mb-menu6 {
    background-image: url(../img/dark/menu-icon6-on.png);
}

body.dark #header .member-menu ul li a.on i.mb-menu7,
body.dark #header .member-menu ul li a:hover i.mb-menu7 {
    background-image: url(../img/dark/menu-icon7-on.png);
}

body.dark #header .hd_sch_wr.open .mobile-sch-back:after,
body.dark #header .back-link:after {
    background-image: url(../img/dark/sch-arrow-icon.png);
}

body.dark .recent-box ul>li a .recent-icon {
    background-image: url(../img/dark/recent-icon.png);
}

/* aside */
#aside .nav-top {
    display: none;
    padding: 1.125rem 1rem 1.0625rem;
    -webkit-box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

body.light #aside .nav-top {
    background-color: #fff;
}

body.dark #aside .nav-top {
    background-color: #202020;
}

#aside .nav-top .drawer-menu {
    width: 1.875rem;
    height: 3.125rem;
    background: url(../img/menu-icon.png) no-repeat center;
    background-size: 100%;
    margin: 0 0.625rem;
    cursor: pointer;
}

#aside .nav-top .logo {
    margin-left: 1.25rem;
}

#aside .nav-top .logo a {
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: -1.2px;
}

body.light #aside .nav-top .logo a {
    color: #000;
}

body.dark #aside .nav-top .logo a {
    color: #fff;
}

#aside .nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 240px;
    height: 100%;
}

body.light #aside .nav-wrap {
    background-color: #fff;
}

body.dark #aside .nav-wrap {
    background-color: #212121;
}

#aside .nav-wrap nav>ul {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-style: solid;
}

body.light #aside .nav-wrap nav>ul {
    border-color: #e5e5e5;
}

body.dark #aside .nav-wrap nav>ul {
    border-color: #383838;
}

#aside .nav-wrap nav>ul>li {
    margin-bottom: 1px;
}

#aside .nav-wrap nav>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 0.875rem;
    padding-left: 26px;
    letter-spacing: -.56px;
}

body.light #aside .nav-wrap nav>ul>li>a {
    color: #444;
}

body.dark #aside .nav-wrap nav>ul>li>a {
    color: #fff;
}

#aside .nav-wrap nav>ul>li>a i.icon {
    width: 20px;
    height: 20px;
    margin-right: 19px;
    /*background-size: 100%;*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body.light #aside .nav-wrap nav>ul>li:hover>a,
body.light #aside .nav-wrap nav>ul>li>a.active,
body.light #aside .nav-wrap nav>ul>li>a.on {
    color: #000;
    background-color: #e5e5e5;
}

body.dark #aside .nav-wrap nav>ul>li:hover>a,
body.dark #aside .nav-wrap nav>ul>li>a.active,
body.dark #aside .nav-wrap nav>ul>li>a.on {
    color: #fff;
    background-color: #383838;
}

#aside .nav-wrap nav>ul>li:last-child {
    margin-bottom: 0;
}

#aside .nav-wrap nav>ul>li .depth2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

#aside .nav-wrap nav>ul>li .depth2.sub-menu {
    display: none;
}

#aside .nav-wrap nav>ul>li .depth2>li a {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.56px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 72px;
}

body.light #aside .nav-wrap nav>ul>li .depth2>li a {
    color: #777;
}

body.dark #aside .nav-wrap nav>ul>li .depth2>li a {
    color: #777;
}

body.light #aside .nav-wrap nav>ul>li .depth2>li a:hover,
body.light #aside .nav-wrap nav>ul>li .depth2>li a.on {
    color: #000;
}

body.dark #aside .nav-wrap nav>ul>li .depth2>li a:hover,
body.dark #aside .nav-wrap nav>ul>li .depth2>li a.on {
    color: #fff;
}

#aside.close .nav-wrap {
    width: 72px;
}

#aside.close .nav-wrap nav>ul>li>a {
    display: table-cell;
    vertical-align: middle;
    width: 72px;
    height: 72px;
    font-size: 0.625rem;
    padding: 0;
    text-align: center;
    word-break: keep-all;
}

#aside.close .nav-wrap nav>ul>li>a i.icon {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#aside.close .nav-wrap nav>ul>li.hide-menu {
    display: none;
}

#aside.close .nav-wrap nav>ul:not(:first-child) {
    border: none;
}

#aside.close .nav-wrap .depth2 {
    display: none;
}

#aside.close .nav-wrap .footer {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #aside+div+#container {
        margin-left: 0 !important;
    }

    #aside .nav-top {
        position: fixed;
        top: 0;
        left: -41%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 41%;
        height: 80px;
        z-index: 201;
    }

    #aside .nav-wrap {
        position: fixed;
        top: 80px;
        left: -41%;
        width: 41%;
        height: calc(100% - 80px);
        z-index: 200;
    }

    #aside .nav-wrap nav {
        padding: 1.875rem 0 7.5rem;
    }

    #aside .nav-wrap nav>ul {
        padding: 0;
        border: none;
    }

    #aside .nav-wrap nav>ul>li {
        margin-bottom: 0.75rem;
    }

    #aside .nav-wrap nav>ul>li:last-child {
        margin-bottom: 0.75rem;
    }

    #aside .nav-wrap nav>ul>li>a {
        width: 100%;
        height: 4.0625rem;
        font-size: 1.625rem;
        padding-left: 7.1%;
    }

    #aside .nav-wrap nav>ul>li>a i.icon {
        width: 7.2%;
        height: 0;
        padding-bottom: 8%;
        margin-right: 7.1%;
    }

    #aside .nav-wrap nav>ul>li .depth2>li a {
        font-size: 1.375rem;
        letter-spacing: -.88px;
        padding: 0.9375rem 0;
        padding-left: 21.2%;
    }

    body.light #aside .nav-wrap nav>ul>li:hover>a,
    body.light #aside .nav-wrap nav>ul>li>a.active,
    body.light #aside .nav-wrap nav>ul>li>a.on {
        background-color: #fff;
    }

    body.dark #aside .nav-wrap nav>ul>li:hover>a,
    body.dark #aside .nav-wrap nav>ul>li>a.active,
    body.dark #aside .nav-wrap nav>ul>li>a.on {
        background-color: #202020;
    }

    #aside .nav-wrap nav>ul>li.m-hide {
        display: none;
    }

    #aside .nav-wrap nav>ul:last-child>li:last-child {
        margin-bottom: 0;
    }

    #aside .nav-wrap .footer {
        display: none;
    }

    #aside.close .nav-top {
        width: 41%;
    }

    #aside.close .nav-wrap {
        width: 41%;
    }

    #aside.close .nav-wrap nav>ul>li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 4.0625rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 1.625rem;
    }

    #aside.close .nav-wrap nav>ul>li>a i.icon {
        margin-left: 0;
        margin-right: 7.1%;
    }
}

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

    #aside .nav-top,
    #aside .nav-wrap {
        position: fixed;
        left: -70%;
        width: 70%;
    }

    #aside.close .nav-top,
    #aside.close .nav-wrap {
        width: 70%;
    }
}

/* NAV ICON */
body.light nav>ul>li>a i.home {
    background-image: url(../img/home-icon.png);
}

body.light nav>ul>li>a i.lecture {
    background-image: url(../img/lecture-icon.png);
}

body.light nav>ul>li>a i.special {
    background-image: url(../img/special-icon.png);
}

body.light nav>ul>li>a i.subscribe {
    background-image: url(../img/subscribe-icon.png);
}

body.light nav>ul>li>a i.storage {
    background-image: url(../img/storage-icon.png);
}

body.light nav>ul>li>a i.record {
    background-image: url(../img/record-icon.png);
}

body.light nav>ul>li>a i.good {
    background-image: url(../img/good-icon.png);
}

body.light nav>ul>li>a i.news {
    background-image: url(../img/news-icon.png);
}

body.light nav>ul>li>a i.customer {
    background-image: url(../img/customer-icon.png);
}

body.light nav>ul>li>a i.buy {
    background-image: url(../img/buy-icon.png);
}

body.light nav>ul>li>a i.mall {
    background-image: url(../img/mall-icon.png);
}

body.light nav>ul>li>a i.review {
    background-image: url(../img/review-icon.png);
}

body.light nav>ul>li>a i.job {
    background-image: url(../img/job-icon.png);
}

body.light nav>ul>li>a i.offline {
    background-image: url(../img/offline-icon.png);
}

body.light nav>ul>li>a i.point {
    background-image: url(../img/point-icon.png);
}

body.light nav>ul>li>a:hover i.home,
body.light nav>ul>li>a.active i.home,
body.light nav>ul>li>a.on i.home {
    background-image: url(../img/home-icon-on.png);
}

body.light nav>ul>li>a:hover i.lecture,
body.light nav>ul>li>a.active i.lecture,
body.light nav>ul>li>a.on i.lecture {
    background-image: url(../img/lecture-icon-on.png);
}

body.light nav>ul>li>a:hover i.special,
body.light nav>ul>li>a.active i.special,
body.light nav>ul>li>a.on i.special {
    background-image: url(../img/special-icon-on.png);
}

body.light nav>ul>li>a:hover i.subscribe,
body.light nav>ul>li>a.active i.subscribe,
body.light nav>ul>li>a.on i.subscribe {
    background-image: url(../img/subscribe-icon-on.png);
}

body.light nav>ul>li>a:hover i.storage,
body.light nav>ul>li>a.active i.storage,
body.light nav>ul>li>a.on i.storage {
    background-image: url(../img/storage-icon-on.png);
}

body.light nav>ul>li>a:hover i.record,
body.light nav>ul>li>a.active i.record,
body.light nav>ul>li>a.on i.record {
    background-image: url(../img/record-icon-on.png);
}

body.light nav>ul>li>a:hover i.good,
body.light nav>ul>li>a.active i.good,
body.light nav>ul>li>a.on i.good {
    background-image: url(../img/good-icon-on.png);
}

body.light nav>ul>li>a:hover i.news,
body.light nav>ul>li>a.active i.news,
body.light nav>ul>li>a.on i.news {
    background-image: url(../img/news-icon-on.png);
}

body.light nav>ul>li>a:hover i.customer,
body.light nav>ul>li>a.active i.customer,
body.light nav>ul>li>a.on i.customer {
    background-image: url(../img/customer-icon-on.png);
}

body.light nav>ul>li>a:hover i.buy,
body.light nav>ul>li>a.active i.buy,
body.light nav>ul>li>a.on i.buy {
    background-image: url(../img/buy-icon-on.png);
}

body.light nav>ul>li>a:hover i.mall,
body.light nav>ul>li>a.active i.mall,
body.light nav>ul>li>a.on i.mall {
    background-image: url(../img/mall-icon-on.png);
}

body.light nav>ul>li>a:hover i.job,
body.light nav>ul>li>a.active i.job,
body.light nav>ul>li>a.on i.job {
    background-image: url(../img/job-icon-on.png);
}

body.light nav>ul>li>a:hover i.review,
body.light nav>ul>li>a.active i.review,
body.light nav>ul>li>a.on i.review {
    background-image: url(../img/review-icon-on.png);
}

body.light nav>ul>li>a:hover i.offline,
body.light nav>ul>li>a.active i.offline,
body.light nav>ul>li>a.on i.offline {
    background-image: url(../img/offline-icon-on.png);
}

body.dark nav>ul>li>a i.home {
    background-image: url(../img/dark/home-icon.png);
}

body.dark nav>ul>li>a i.lecture {
    background-image: url(../img/dark/lecture-icon.png);
}

body.dark nav>ul>li>a i.special {
    background-image: url(../img/dark/special-icon.png);
}

body.dark nav>ul>li>a i.subscribe {
    background-image: url(../img/dark/subscribe-icon.png);
}

body.dark nav>ul>li>a i.storage {
    background-image: url(../img/dark/storage-icon.png);
}

body.dark nav>ul>li>a i.record {
    background-image: url(../img/dark/record-icon.png);
}

body.dark nav>ul>li>a i.good {
    background-image: url(../img/dark/good-icon.png);
}

body.dark nav>ul>li>a i.news {
    background-image: url(../img/dark/news-icon.png);
}

body.dark nav>ul>li>a i.customer {
    background-image: url(../img/dark/customer-icon.png);
}

body.dark nav>ul>li>a i.buy {
    background-image: url(../img/dark/buy-icon.png);
}

body.dark nav>ul>li>a i.mall {
    background-image: url(../img/dark/mall-icon.png);
}

body.dark nav>ul>li>a i.offline {
    background-image: url(../img/offline-icon.png);
}

body.dark nav>ul>li>a i.point {
    background-image: url(../img/dark/point-icon.png);
}

body.dark nav>ul>li>a i.review {
    background-image: url(../img/review-icon.png);
}

body.dark nav>ul>li>a i.job {
    background-image: url(../img/job-icon.png);
}

body.dark nav>ul>li>a:hover i.home,
body.dark nav>ul>li>a.active i.home,
body.dark nav>ul>li>a.on i.home {
    background-image: url(../img/dark/home-icon-on.png);
}

body.dark nav>ul>li>a:hover i.lecture,
body.dark nav>ul>li>a.active i.lecture,
body.dark nav>ul>li>a.on i.lecture {
    background-image: url(../img/dark/lecture-icon-on.png);
}

body.dark nav>ul>li>a:hover i.special,
body.dark nav>ul>li>a.active i.special,
body.dark nav>ul>li>a.on i.special {
    background-image: url(../img/dark/special-icon-on.png);
}

body.dark nav>ul>li>a:hover i.subscribe,
body.dark nav>ul>li>a.active i.subscribe,
body.dark nav>ul>li>a.on i.subscribe {
    background-image: url(../img/dark/subscribe-icon-on.png);
}

body.dark nav>ul>li>a:hover i.storage,
body.dark nav>ul>li>a.active i.storage,
body.dark nav>ul>li>a.on i.storage {
    background-image: url(../img/dark/storage-icon-on.png);
}

body.dark nav>ul>li>a:hover i.record,
body.dark nav>ul>li>a.active i.record,
body.dark nav>ul>li>a.on i.record {
    background-image: url(../img/dark/record-icon-on.png);
}

body.dark nav>ul>li>a:hover i.good,
body.dark nav>ul>li>a.active i.good,
body.dark nav>ul>li>a.on i.good {
    background-image: url(../img/dark/good-icon-on.png);
}

body.dark nav>ul>li>a:hover i.news,
body.dark nav>ul>li>a.active i.news,
body.dark nav>ul>li>a.on i.news {
    background-image: url(../img/dark/news-icon-on.png);
}

body.dark nav>ul>li>a:hover i.customer,
body.dark nav>ul>li>a.active i.customer,
body.dark nav>ul>li>a.on i.customer {
    background-image: url(../img/dark/customer-icon-on.png);
}

body.dark nav>ul>li>a:hover i.buy,
body.dark nav>ul>li>a.active i.buy,
body.dark nav>ul>li>a.on i.buy {
    background-image: url(../img/dark/buy-icon-on.png);
}

body.dark nav>ul>li>a:hover i.mall,
body.dark nav>ul>li>a.active i.mall,
body.dark nav>ul>li>a.on i.mall {
    background-image: url(../img/dark/mall-icon-on.png);
}

body.dark nav>ul>li>a:hover i.job,
body.dark nav>ul>li>a.active i.job,
body.dark nav>ul>li>a.on i.job {
    background-image: url(../img/dark/job-icon-on.png);
}

/* footer */
.mb-foot {
    display: none;
}

body.light .mb-foot {
    background-color: #f9f9f9;
}

body.dark .mb-foot {
    background-color: #181818;
}

@media only screen and (max-width: 1024px) {
    .mb-foot {
        display: block;
        padding-bottom: 10rem;
    }

    .mb-foot .footer {
        margin-top: 0;
        padding: 0;
    }

    .mb-foot .footer .ft-menu {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .mb-foot .footer .ft-menu li {
        margin: 0 2%;
    }

    .mb-foot .footer .ft-menu li>a {
        font-size: 1.25rem;
        line-height: 1.25;
        letter-spacing: -.8px;
    }

    .mb-foot .footer .family {
        display: block;
        width: 21.875rem;
        height: 3.75rem;
        padding: 0 1.875rem;
        margin: 1.5625rem auto 0;
        font-size: 1.25rem;
        letter-spacing: -.8px;
        background-size: 1.1875rem;
    }

    .mb-foot .footer address {
        font-size: 1.125rem;
        line-height: 1.67;
        letter-spacing: -0.72px;
        text-align: center;
    }

    .mb-foot .footer address strong {
        display: block;
        font-size: 1.25rem;
    }

    .mb-foot .footer address p {
        display: inline-block;
    }

    .mb-foot .footer address p:nth-child(2) {
        display: block;
    }

    .mb-foot .footer address p:nth-child(n+4) {
        margin-left: 3.5%;
    }

    .mb-foot .footer address .copy {
        font-size: 1.125rem;
        line-height: 1.11;
        letter-spacing: -0.72px;
    }
}

.footer {
    margin-top: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.footer .ft-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.footer .ft-menu li {
    margin-right: 24px;
}

.footer .ft-menu li a {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.92;
    letter-spacing: -.52px;
}

body.light .footer .ft-menu li a {
    color: #777;
}

body.dark .footer .ft-menu li a {
    color: #777;
}

.footer select.family {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 13px;
    font-size: 0.75rem;
    letter-spacing: -.48px;
    -webkit-box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-style: solid;
    background-image: url(../img/arrow-down-icon.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 12px;
    cursor: pointer;
}

body.light .footer select.family {
    color: #999;
    border-color: #e0e0e0;
    background-color: #fff;
}

body.dark .footer select.family {
    color: #aaa;
    border-color: #444;
    background-color: #121212;
}

.footer select.family::-ms-expand {
    display: none;
}

.footer address {
    font-size: 0.8125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: -.52px;
    margin-top: 13px;
}

body.light .footer address {
    color: #999;
}

body.dark .footer address {
    color: #aaa;
}

.footer address strong {
    font-weight: 400;
}

.footer address p {
    word-break: keep-all;
}

.footer address .copy {
    font-size: 0.75rem;
    line-height: 1.67;
    letter-spacing: -.63px;
    margin-top: 13px;
}

#mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 102;
    height: 5.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 10px 0 rgba(0, 0, 0, 0.1);
}

body.light #mobile-nav {
    background-color: #fff;
}

body.dark #mobile-nav {
    background-color: #202020;
}

#mobile-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(60% / 5);
    height: 100%;
    position: relative;
    /*font-size: 0;*/
	font-size: 12px;
    flex-direction: column;
    color: #000;
    font-weight: bold;
}

#mobile-nav a i.icon {
    width: 32.56%;
    height: 0;
    padding-bottom: 32.56%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#mobile-nav a.on:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #f81948;
}

@media only screen and (max-width: 1024px) {
    #mobile-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 640px) {
    #mobile-nav a {
        width: calc(100% / 5);
    }

    #mobile-nav a i.icon {
        width: 31.26%;
		margin-bottom: 5px;
    }
}

#m-member-menu {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 5.625rem;
    z-index: 101;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: none;
}

body.light #m-member-menu {
    background-color: #fff;
}

body.dark #m-member-menu {
    background-color: #202020;
}

#m-member-menu ul {
    padding: 2.5rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#m-member-menu ul li {
    width: 50%;
}

#m-member-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 4.375rem;
    padding: 1.25rem 2.5rem;
    position: relative;
    font-size: 1.5rem;
    letter-spacing: -.56px;
}

body.light #m-member-menu ul li a {
    color: #777;
}

body.dark #m-member-menu ul li a {
    color: #777;
}

#m-member-menu ul li a:after {
    display: block;
    content: '\f054';
    font-size: 1.4375rem;
    color: #f81948;
    margin-left: auto;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#m-member-menu ul li a i {
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 1.25rem;
}

body.light #m-member-menu ul li a.on {
    color: #000;
    background-color: #f4f4f4;
}

body.dark #m-member-menu ul li a.on {
    color: #fff;
    background-color: #383838;
}

#m-member-menu.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (max-width: 1024px) {
    #m-member-menu {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    #m-member-menu ul {
        padding: 1.5625rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #m-member-menu ul li {
        width: 100%;
    }

    #m-member-menu ul li a {
        padding: 1.25rem 3.75rem;
    }
}

/* NAV ICON */
body.light #mobile-nav>a i.home {
    background-image: url(../img/home-icon.png);
}

body.light #mobile-nav>a i.lecture {
    background-image: url(../img/lecture-icon.png);
}

body.light #mobile-nav>a i.record {
    background-image: url(../img/record-icon.png);
}

body.light #mobile-nav>a i.subscribe {
    background-image: url(../img/subscribe-icon.png);
}

body.light #mobile-nav>a i.storage {
    background-image: url(../img/storage-icon.png);
}

body.light #mobile-nav>a.active i.home,
body.light #mobile-nav>a.on i.home {
    background-image: url(../img/home-icon-on.png);
}

body.light #mobile-nav>a.active i.lecture,
body.light #mobile-nav>a.on i.lecture {
    background-image: url(../img/lecture-icon-on.png);
}

body.light #mobile-nav>a.active i.record,
body.light #mobile-nav>a.on i.record {
    background-image: url(../img/record-icon-on.png);
}

body.light #mobile-nav>a.active i.subscribe,
body.light #mobile-nav>a.on i.subscribe {
    background-image: url(../img/subscribe-icon-on.png);
}

body.light #mobile-nav>a.active i.storage,
body.light #mobile-nav>a.on i.storage {
    background-image: url(../img/storage-icon-on.png);
}

body.light #m-member-menu ul li a i.mb-menu1 {
    background-image: url(../img/menu-icon1.png);
}

body.light #m-member-menu ul li a i.mb-menu2 {
    background-image: url(../img/menu-icon2.png);
}

body.light #m-member-menu ul li a i.mb-menu3 {
    background-image: url(../img/menu-icon3.png);
}

body.light #m-member-menu ul li a i.mb-menu4 {
    background-image: url(../img/menu-icon4.png);
}

body.light #m-member-menu ul li a i.mb-menu5 {
    background-image: url(../img/menu-icon5.png);
}

body.light #m-member-menu ul li a i.mb-menu6 {
    background-image: url(../img/menu-icon6.png);
}

body.light #m-member-menu ul li a i.mb-menu7 {
    background-image: url(../img/menu-icon7.png);
}

body.light #m-member-menu ul li a.on i.mb-menu1,
body.light #m-member-menu ul li a:hover i.mb-menu1 {
    background-image: url(../img/menu-icon1-on.png);
}

body.light #m-member-menu ul li a.on i.mb-menu2,
body.light #m-member-menu ul li a:hover i.mb-menu2 {
    background-image: url(../img/menu-icon2-on.png);
}

body.light #m-member-menu ul li a.on i.mb-menu3,
body.light #m-member-menu ul li a:hover i.mb-menu3 {
    background-image: url(../img/menu-icon3-on.png);
}

body.light #m-member-menu ul li a.on i.mb-menu4,
body.light #m-member-menu ul li a:hover i.mb-menu4 {
    background-image: url(../img/menu-icon4-on.png);
}

body.light #m-member-menu ul li a.on i.mb-menu5,
body.light #m-member-menu ul li a:hover i.mb-menu5 {
    background-image: url(../img/menu-icon5-on.png);
}

body.light #m-member-menu ul li a.on i.mb-menu6,
body.light #m-member-menu ul li a:hover i.mb-menu6 {
    background-image: url(../img/menu-icon6-on.png);
}

body.light #m-member-menu ul li a.on i.mb-menu7,
body.light #m-member-menu ul li a:hover i.mb-menu7 {
    background-image: url(../img/menu-icon7-on.png);
}

body.dark #mobile-nav>a i.home {
    background-image: url(../img/dark/home-icon.png);
}

body.dark #mobile-nav>a i.lecture {
    background-image: url(../img/dark/lecture-icon.png);
}

body.dark #mobile-nav>a i.record {
    background-image: url(../img/dark/record-icon.png);
}

body.dark #mobile-nav>a i.subscribe {
    background-image: url(../img/dark/subscribe-icon.png);
}

body.dark #mobile-nav>a i.storage {
    background-image: url(../img/dark/storage-icon.png);
}

body.dark #mobile-nav>a.active i.home,
body.dark #mobile-nav>a.on i.home {
    background-image: url(../img/dark/home-icon-on.png);
}

body.dark #mobile-nav>a.active i.lecture,
body.dark #mobile-nav>a.on i.lecture {
    background-image: url(../img/dark/lecture-icon-on.png);
}

body.dark #mobile-nav>a.active i.record,
body.dark #mobile-nav>a.on i.record {
    background-image: url(../img/dark/record-icon-on.png);
}

body.dark #mobile-nav>a.active i.subscribe,
body.dark #mobile-nav>a.on i.subscribe {
    background-image: url(../img/dark/subscribe-icon-on.png);
}

body.dark #mobile-nav>a.active i.storage,
body.dark #mobile-nav>a.on i.storage {
    background-image: url(../img/dark/storage-icon-on.png);
}

body.dark #m-member-menu ul li a i.mb-menu1 {
    background-image: url(../img/dark/menu-icon1.png);
}

body.dark #m-member-menu ul li a i.mb-menu2 {
    background-image: url(../img/dark/menu-icon2.png);
}

body.dark #m-member-menu ul li a i.mb-menu3 {
    background-image: url(../img/dark/menu-icon3.png);
}

body.dark #m-member-menu ul li a i.mb-menu4 {
    background-image: url(../img/dark/menu-icon4.png);
}

body.dark #m-member-menu ul li a i.mb-menu5 {
    background-image: url(../img/dark/menu-icon5.png);
}

body.dark #m-member-menu ul li a i.mb-menu6 {
    background-image: url(../img/dark/menu-icon6.png);
}

body.dark #m-member-menu ul li a i.mb-menu7 {
    background-image: url(../img/dark/menu-icon7.png);
}

body.dark #m-member-menu ul li a.on i.mb-menu1,
body.dark #m-member-menu ul li a:hover i.mb-menu1 {
    background-image: url(../img/dark/menu-icon1-on.png);
}

body.dark #m-member-menu ul li a.on i.mb-menu2,
body.dark #m-member-menu ul li a:hover i.mb-menu2 {
    background-image: url(../img/dark/menu-icon2-on.png);
}

body.dark #m-member-menu ul li a.on i.mb-menu3,
body.dark #m-member-menu ul li a:hover i.mb-menu3 {
    background-image: url(../img/dark/menu-icon3-on.png);
}

body.dark #m-member-menu ul li a.on i.mb-menu4,
body.dark #m-member-menu ul li a:hover i.mb-menu4 {
    background-image: url(../img/dark/menu-icon4-on.png);
}

body.dark #m-member-menu ul li a.on i.mb-menu5,
body.dark #m-member-menu ul li a:hover i.mb-menu5 {
    background-image: url(../img/dark/menu-icon5-on.png);
}

body.dark #m-member-menu ul li a.on i.mb-menu6,
body.dark #m-member-menu ul li a:hover i.mb-menu6 {
    background-image: url(../img/dark/menu-icon6-on.png);
}

body.dark #m-member-menu ul li a.on i.mb-menu7,
body.dark #m-member-menu ul li a:hover i.mb-menu7 {
    background-image: url(../img/dark/menu-icon7-on.png);
}