div.army-header-container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 70px;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .3);
    z-index: 999999;
    display: flex;
    align-items: center;
    div.mark-container {
        margin-right: auto;
        img {
            width: 56px;
            max-width: 100%;
            border: 0;
            vertical-align: top;
            outline: none;
            font-size: 1.4rem;
        }
        &.back {
            button {
                width: 30px;
                height: 30px;
                background: url(../../../img/army/common/ico-back.png) 50% 50% no-repeat;
                background-size: 0.8rem;
                border: none;
            }
        }
    }
    h1.logo {
        font-weight: 400;
        font-size: 1.4rem;
        a {
            color: #4d4d4d;
            text-decoration: none;
            img {
                width: 132px;
                max-width: 100%;
                border: 0;
                vertical-align: top;
                outline: none;
            }
        }
    }
    div.menu {
        margin-left: auto;
        display: flex;
        align-items: center;
        button {
            -webkit-appearance: button;
            border-radius: 0;
            border: 0 none;
            cursor: pointer;
            vertical-align: middle;
            outline: 0;
            &.ico-intro {
                width: 30px;
                height: 30px;
                background: url(../../../img/army/common/ico-intro.png) 50% 50% no-repeat;
                background-size: 20px;
                margin-right: 10px;
            }
            &.ico-menu {
                width: 30px;
                height: 30px;
                background: url(../../../img/army/common/menu@3x.png) 50% 0.6rem no-repeat;
                background-size: 23px;
            }
        }
    }
}

div.total-menu-container {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: #fff;
    z-index: 9999999;
    div.header {
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 20px;
        width: 100%;
        background: #fff;
        z-index: 9;
        display: flex;
        align-items: center;
        height: 70px;
        border-bottom: 1px solid #D9D9D9;
        div {
            display: flex;
            align-items: center;
            button {
                -webkit-appearance: button;
                border-radius: 0;
                border: 0 none;
                cursor: pointer;
                vertical-align: middle;
                outline: 0;
                width: 3rem;
                height: 3rem;
                background: url(../../../img/army/common/ico-close.png) 50% 0.6rem no-repeat;
            }
        }
    }
    div.bodyWrap {
        padding: 110px 5px;
        h2 {
            font-size: 16px;
            font-weight: 700;
            color: #737373;
            font-family: 'NanumBarunGothic', sans-serif;
        }
        ul {
            display: flex;
            flex-wrap: wrap;
            margin: 20px 0 0;
            padding: 0 0 20px;
            background: url(../../../img/army/common/ico-line.png) 50% 100% repeat-x;
            li {
                width: 50%;
                margin: 0 0 10px;
                font-size: 18px;
                font-weight: bold;
                color: #333;
                font-family: 'NanumBarunGothic', sans-serif;
                cursor: pointer;
            }
        }
    }
}