/* 초기화 */
* {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

body {
    font-family: 'Malgun Gothic';
    font-size: 13px;
    min-width: 320px;
}

#header .header-top {
    height: 36px;
    background: #928067;
}

#header .header-top .wrapper {
    position: relative;
}

#header .header-top .top-links {
    display: inline-block;
}

#header .header-top .top-links > li {
    float: left;
    width: 84px;
    height: 36px;
}

#header .header-top .top-links > li a {
    display: block;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 34px;
    background: #8f012b;
    font-weight: bold;
}

#header .header-top .top-links > li.type2 a {
    background: #7a6c56;
    color: #e5dccf;
}

#header .header-top .right-links {
    position: relative;
    float: right;
}

#header .header-top .right-links > a {
    float: left;
    height: 36px;
    padding: 0 15px;
    border-right: 1px solid #7a6c56;
    font: bold 13px/34px 'Malgun Gothic';
    color: #fff;
}

#header .header-top .right-links > a:first-child {
    border-left: 1px solid #7a6c56;
}

#header .header-top .right-links > a > em {
    color: #ecdec8;
}

#header .header-top .right-links > a#userid {
    padding-right: 0;
}

#header .header-top .right-links > a#userid:after {
    float: right;
    content: '';
    width: 30px;
    height: 36px;
    margin-left: 17px;
    border-left: 1px solid #84745d;
    background: #8d7b63 url("/images/front/layout/btn/btn_arrow_down.png") no-repeat 50% 50%;
}

#header .header-top .right-links > a#userid.on:after {
    background: #8d7b63 url("/images/front/layout/btn/btn_arrow_up.png") no-repeat 50% 50%;
}

#header .header-top .user-info {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    width: 238px;
    padding: 20px 16px 16px 16px;
    background: #6b5f4b;
    z-index: 200;
}

#header .header-top .user-info .user-info-top > span {
    display: inline-block;
    padding-left: 6px;
    font-weight: bold;
    color: #fff;
}

#header .header-top .user-info .user-info-top > span:before {
    float: left;
    content: '';
    width: 1px;
    height: 12px;
    margin: 1px 10px 0 0;
    background: #ae9e89;
}

#header .header-top .user-info .user-info-top > span:first-child:before, #header .header-top .user-info .user-info-top > span:nth-child(2):before {
    display: none;
}

#header .header-top .user-info .user-info-top .status {
    width: 42px;
    height: 16px;
    padding: 0;
    font: bold 9px/16px 'Malgun Gothic';
    background: #d40836;
    border: 1px solid #5d5241;
    text-align: center;
}

#header .header-top .user-info .txt {
    display: block;
    margin-top: 14px;
    color: #f1e9dd;
    line-height: 20px;
}

#header .header-top .user-info .btn-box {
    margin-top: 17px;
}

#header .header-top .user-info .btn-box .btn-logout {
    float: left;
    width: 194px;
    height: 32px;
    background: #f48000;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4e4537;
    line-height: 32px;
    text-align: center;
}

#header .header-top .user-info .btn-box .userinfo-close {
    float: left;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    background: #928067 url("/images/front/layout/btn/btn_close.png") no-repeat 50% 50%;
    border: 1px solid #4e4537;
}

#header .header-bottom {
    position: relative;
    height: 88px;
    border-bottom: 2px solid #8f012b;
    background: #fff;
}

#header .header-bottom .wrapper {
    position: relative;
}

#header .header-bottom #btn-menu-list {
    display: none;
}

#header .header-bottom .logo {
    float: left;
    margin-top: 29px;
}

#header .header-bottom .logo > a {
    display: inline-block;
    width: 158px;
    height: 32px;
    background: url("/images/front/layout/logo.png") no-repeat 0 0;
}

#header .header-bottom #main-menu-container {
    float: left;
}

#header .header-bottom #main-menu-container .mmenu-top {
    display: none;
}

#header .header-bottom #main-menu {
    position: relative;
    float: left;
    margin: 28px 0 0 120px;
}

#header .header-bottom #main-menu > li {
    float: left;
}

#header .header-bottom #main-menu > li.mobile {
    display: none;
}

#header .header-bottom #main-menu > li > a {
    position: relative;
    display: block;
    height: 58px;
    padding: 3px 29px 0 29px;
    font: bold 17px 'Malgun Gothic';
    color: #000;
    z-index: 150;
}

#header .header-bottom #main-menu > li > a.on {
    color: #a20125;
}

#header .header-bottom #main-menu > li .submenu {
    display: none;
    position: absolute;
    top: 60px;
    left: 5px;
    width: 920px;
    min-height: 237px;
    z-index: 110;
}

#header .header-bottom #main-menu > li .submenu > li {
    float: left;
    width: 25%;
    padding-left: 20px;
    margin-top: 30px;
    box-sizing: border-box;
}

#header .header-bottom #main-menu > li .submenu > li > a {
    display: block;
    height: 38px;
    padding-left: 13px;
    font: bold 15px/36px 'Malgun Gothic';
    color: #535353;
    box-sizing: border-box;
    border: 1px solid #e7e7e3;
    background: #f1f1ef;
}

#header .header-bottom #main-menu > li .submenu > li:hover > a {
    background: #5c5141;
    color: #fff;
    border-color: #514739;
}

#header .header-bottom #main-menu > li .submenu > li .depth2 {
    padding-top: 12px;
}

#header .header-bottom #main-menu > li .submenu > li .depth2 > li > a {
    display: block;
    padding: 7px 0 7px 19px;
    color: #707070;
    background: url("/images/front/layout/bul/bul_msubmenu_off.png") no-repeat 0 13px;
}

#header .header-bottom #main-menu > li .submenu > li .depth2 > li > a:hover {
    color: #000000;
    background: url("/images/front/layout/bul/bul_msubmenu_on.png") no-repeat 0 13px;
}

#header .header-bottom #main-menu > li .submenu > li > span {
    width: 100%;
    box-sizing: border-box;
    color: #535353;
    display: block;
    padding-top: 10px;
}

#header .header-bottom .btns {
    float: right;
    margin-top: 25px;
}

#header .header-bottom .btns #btn-search {
    float: left;
    width: 35px;
    height: 36px;
    background: url("/images/front/layout/btn/btn_search.jpg") no-repeat 50% 50%;
    border: 1px solid #dbdbdb;
    border-right: 0;
}

#header .header-bottom .btns #btn-search.on {
    background: #ab0134 url("/images/front/layout/btn/btn_search_close.jpg") no-repeat 50% 50%;
    border-color: #8f012b;
}

#header .header-bottom .btns #btn-fullmenu {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("/images/front/layout/btn/btn_menu.jpg") no-repeat 50% 50%;
    border: 1px solid #dbdbdb;
}

#header .header-bottom .btns #btn-fullmenu.on {
    background: #ab0134 url("/images/front/layout/btn/btn_fullmenu_close.png") no-repeat 50% 50%;
    border-color: #8f012b;
}

#header .header-bottom .search-panel {
    display: none;
    position: absolute;
    top: 62px;
    right: 38px;
    width: 320px;
    height: 66px;
    padding: 15px;
    box-sizing: border-box;
    background: #8f012b;
    z-index: 1000;
}

#header .header-bottom .search-panel .search-box {
    display: table;
    width: 100%;
    height: 36px;
    background: #fff;
}

#header .header-bottom .search-panel .search-box .input {
    display: table-cell;
}

#header .header-bottom .search-panel .search-box input[type=text] {
    display: inline-block;
    width: 100%;
    height: 19px;
    padding: 0 0 0 10px;
    margin: 9px 0 0 0;
    box-sizing: border-box;
    border: 0;
    border-right: 1px solid #d0d0d0;
    font: normal 15px/17px 'Malgun Gothic';
    color: #000;
    vertical-align: top;
}

#header .header-bottom .search-panel .search-box .button {
    display: table-cell;
    width: 40px;
}

#header .header-bottom .search-panel .search-box button {
    width: 100%;
    height: 30px;
    margin-top: 3px;
    background: url("/images/front/layout/btn/btn_search_small.png") no-repeat 50% 50%;
    border: 0;
    vertical-align: top;
    cursor: pointer;
}

#header .header-bottom .submenu-content {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    background: #fff url("/images/front/layout/bg/bg_menu_shadow.png") repeat-x;
    border-bottom: 2px solid #8f012b;
    z-index: 100;
}

#header .header-bottom .submenu-content .wrapper {
    position: relative;
    height: 240px;
}

#header .header-bottom .submenu-content.tall .wrapper {
    position: relative;
    height: 240px;
}

#header .header-bottom .submenu-content.tall2 .wrapper {
    height: 279px;
}

#header .header-bottom .submenu-content.tall3 .wrapper {
    height: 267px;
}

#header .header-bottom .submenu-content .left-content {
    display: none;
    position: absolute;
    width: 717px;
    height: 240px;
    left: -460px;
    top: 0;
}

#header .header-bottom .submenu-content .left-content.show {
    display: block;
}

#header .header-bottom .submenu-content .left-content.menu1 {
    height: 267px;
    background: url("/images/front/layout/bg/bg_menu1.jpg") no-repeat 100% 0;
}

#header .header-bottom .submenu-content .left-content.menu2 {
    height: 279px;
    background: url("/images/front/layout/bg/bg_menu2.jpg") no-repeat 100% 0;
}

#header .header-bottom .submenu-content .left-content.menu3 {
    background: url("/images/front/layout/bg/bg_menu3.jpg") no-repeat 100% 0;
}

#header .header-bottom .submenu-content .left-content.menu4 {
    background: url("/images/front/layout/bg/bg_menu4.jpg") no-repeat 100% 0;
}

#header .header-bottom .submenu-content .left-content.menu5 {
    background: url("/images/front/layout/bg/bg_menu5.jpg") no-repeat 100% 0;
}

#header .header-bottom .submenu-content .left-content .detail-box {
    float: right;
    width: 269px;
}

#header .header-bottom .submenu-content .left-content .detail-box .txt1 {
    display: block;
    margin-top: 30px;
    padding-top: 16px;
    font: bold 25px/35px 'Malgun Gothic';
    color: #fff;
    background: url("/images/front/layout/bg/bg_line_03.png") no-repeat 0 0;
}

#header .header-bottom .submenu-content .left-content .detail-box .txt2 {
    display: block;
    margin-top: 12px;
    color: #e5e5e5;
    text-transform: uppercase;
    line-height: 20px;
}

#header .header-bottom .fullmenu {
    display: none;
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    background: #47494d;
    border-bottom: 1px solid #1b1b1b;
    z-index: 10000;
}

#header .header-bottom .fullmenu .fmenu-row {
    overflow: hidden;
    width: 100%;
    padding-top: 30px;
}

#header .header-bottom .fullmenu .fmenu-row > li {
    float: left;
    width: 25%;
    vertical-align: top;
    box-sizing: border-box;
}

#header .header-bottom .fullmenu .fmenu-row > li:first-child {
    padding-left: 0;
    padding-right: 24px;
}

#header .header-bottom .fullmenu .fmenu-row > li:nth-child(2) {
    padding-left: 8px;
    padding-right: 16px;
}

#header .header-bottom .fullmenu .fmenu-row > li:nth-child(3) {
    padding-left: 16px;
    padding-right: 8px;
}

#header .header-bottom .fullmenu .fmenu-row > li:nth-child(4) {
    padding-left: 24px;
    padding-right: 0px;
}

#header .header-bottom .fullmenu .fmenu-row > li > a {
    display: block;
    height: 52px;
    margin-bottom: 15px;
    text-align: center;
    font: bold 17px/48px 'Malgun Gothic';
    color: #fff;
    background: #2d2e32;
    border: 1px solid #202020;
    box-sizing: border-box;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 {
    border-bottom: 1px solid #5d5e62;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li {
    border-top: 1px solid #26272b;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li:last-child {
    border-bottom: 1px solid #26272b;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li:hover {
    background: #3f4145;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li:hover > a {
    color: #f6ead8;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li.on > .depth3 {
    display: block;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li > a {
    display: block;
    height: 47px;
    padding: 0 0 0 10px;
    font: bold 15px/45px 'Malgun Gothic';
    color: #c3c3c3;
    box-sizing: border-box;
    border-top: 1px solid #5d5e62;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li.withsub > a {
    position: relative;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li.withsub > a:after {
    position: absolute;
    content: '';
    top: 14px;
    right: 14px;
    width: 21px;
    height: 20px;
    background: url("/images/front/layout/btn/btn_fmenu_off.jpg") no-repeat 0 0;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li.withsub.on > a:after {
    background: url("/images/front/layout/btn/btn_fmenu_on.jpg") no-repeat 0 0;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li > .depth3 {
    display: none;
    margin-left: 10px;
    padding-bottom: 14px;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li > .depth3 > li > a {
    display: block;
    padding: 5px 0 5px 18px;
    background: url("/images/front/layout/bul/bul_submenu.png") no-repeat 0 50%;
    box-sizing: border-box;
    color: #b9b9b9;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li > .depth3 > li > a:hover {
    color: #ffffff;
    background: url("/images/front/layout/bul/bul_submenu_on.png") no-repeat 0 50%;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li > .depth3 > li:first-child > a {
    padding-top: 0;
}

#header .header-bottom #main-menu > li .submenu > li .depth2 > li .depth3 > li a {
    padding: 7px 0 7px 23px;
    color: #707070;
    display: block;
}
#header .header-bottom #main-menu > li .submenu > li .depth2 > li .depth3 > li + li {
    margin-bottom:10px;
}

#header .header-bottom #main-menu > li .submenu > li .depth2 > li .depth3 > li a:hover {
    color: #000;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li.on > .depth3 li ul li a {
    display: block;
    padding: 5px 0 5px 25px;
    box-sizing: border-box;
    color: #b9b9b9;
}

#header .header-bottom .fullmenu .fmenu-row > li > .depth2 > li.on > .depth3 li ul li a:hover {
    color: #fff;
}

#header .header-bottom .fullmenu .btn-box {
    padding: 30px 0 32px 0;
    text-align: center;
}

#header .header-bottom .fullmenu .btn-box #fullmenu-close {
    display: inline-block;
    height: 40px;
    padding: 0 16px;
    background: #3c3e42;
    border: 1px solid #818284;
    font: bold 15px/40px 'Malgun Gothic';
    color: #fff;
}

#header .header-bottom .fullmenu .btn-box #fullmenu-close:before {
    float: left;
    content: '';
    width: 20px;
    height: 20px;
    margin: 10px 7px 0 0;
    background: url("/images/front/layout/icon/icon_close.png") no-repeat 0 0;
}

#mask {
    display: none;
    position: absolute;
    top: 162px;
    left: 0;
    width: 100%;
    height: calc(100% - 162px);
    background: #000;
    opacity: 0.7;
    z-index: 1000;
}

/* desktop only */
@media screen and (min-width: 1024px) {
    #header .header-bottom #main-menu > li .submenu.show {
        display: block;
    }

    #header .header-bottom .submenu-content.show {
        display: block;
    }
}

/* 1024px */
@media screen and (max-width: 1279px) {
    .wrapper {
        width: 1000px;
    }

    #header .header-bottom #main-menu {
        margin-left: 110px;
        margin-top: 30px;
    }

    #header .header-bottom #main-menu > li > a {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 15px;
    }

    #header .header-bottom #main-menu > li .submenu {
        width: 712px;
    }

    #header .header-bottom #main-menu > li .submenu > li {
        width: 33.33%;
    }

    #header .header-bottom .submenu-content.tall .wrapper {
        height: 309px;
    }

    #header .header-bottom .submenu-content .left-content.menu5 {
        height: 309px;
    }
}

/* 960px */
@media screen and (max-width: 1023px) {
    .wrapper {
        width: 100%;
    }

    #header .header-bottom {
        display: inline-block;
        width: 100%;
        height: 60px;
    }

    #header .header-bottom.sticky-header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    #header .header-bottom #btn-menu-list {
        display: inline-block;
        position: absolute;
        width: 32px;
        height: 32px;
        top: 0;
        left: 14px;
        background: url("/images/front/layout/btn/btn_menulist.jpg") no-repeat 0 0;
    }

    #header .header-bottom .logo {
        display: block;
        float: none;
        margin: 14px 46px 0 47px;
        text-align: center;
    }

    #header .header-bottom .logo > a {
        width: 88px;
        height: 32px;
        background: url("/images/front/layout/logo_mobile.png") no-repeat 0 0;
    }

    #header .header-bottom .btns {
        position: absolute;
        top: 0;
        right: 15px;
        margin-top: 0;
    }

    #header .header-bottom .btns #btn-search {
        width: 30px;
        height: 30px;
        background: url("/images/front/layout/btn/btn_search_mobile.jpg") no-repeat 50% 50%;
        border-right: 1px solid #dbdbdb;
    }

    #header .header-bottom .btns #btn-search.on {
        background: #fff url("/images/front/layout/btn/btn_search_close_mobile.jpg") no-repeat 50% 50%;
        border-color: #dbdbdb;
    }

    #header .header-bottom .btns #btn-fullmenu {
        display: none;
    }

    #header .header-bottom .search-panel {
        top: 46px;
        right: 0;
        width: 100%;
    }

    #header .header-bottom .main-menu-mask {
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
        z-index: 1;
    }

    #header .header-bottom #main-menu-container {
        /*display:none;*/
        position: fixed;
        top: 0;
        left: -480px;
        bottom: 0;
        width: 480px;
        background: #47494d;
        z-index: 1000;
        border-right: 1px solid #202020;
    }

    #header .header-bottom #main-menu-container.show {
        display: block;
    }

    #header .header-bottom #main-menu-container .mmenu-top {
        display: block;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-top {
        height: 36px;
        background: #47494d;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-top > ul {
        float: left;
        width: 320px;
        height: 100%;
        padding-left: 7px;
        background: #434343;
        box-sizing: border-box;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-top > ul > li {
        float: left;
        margin: 9px 0 0 8px;
        text-transform: uppercase;
        font: bold 13px/14px 'Malgun Gothic';
        color: #fff;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-top > ul > li:first-child {
        color: #e9ddcb;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-top > ul > li + li:before {
        float: left;
        content: '';
        width: 1px;
        height: 12px;
        margin: 2px 8px 0 0;
        background: #858585;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-bottom {
        display: inline-block;
        width: 100%;
        height: 60px;
        background: #fff;
        border-bottom: 2px solid #65011e;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-bottom .title {
        display: inline-block;
        margin-left: 14px;
        font: bold 19px/60px 'Malgun Gothic';
        color: #000;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-bottom .btn-admin {
        float: right;
        height: 100%;
        width: 60px;
        border-left: 1px solid #eaeaea;
        background: url("/images/front/layout/icon/icon_admin.png") no-repeat 50% 50%;
    }

    #header .header-bottom #main-menu-container .mmenu-top .mm-bottom #mobile-menu-close {
        float: right;
        height: 100%;
        width: 60px;
        border-left: 1px solid #eaeaea;
        background: url("/images/front/layout/btn/btn_menu_close.png") no-repeat 50% 50%;
    }

    #header .header-bottom #main-menu {
        position: relative;
        top: 0;
        bottom: 0;
        margin: 0;
        width: 480px;
        height: 100%;
        background: #47494d url("/images/front/layout/bg/bg_mainmenu.jpg") repeat-y 0 0;
        border-right: 1px solid #202020;
    }

    #header .header-bottom #main-menu > li {
        display: table;
        float: none;
        width: 180px;
        box-sizing: border-box;
        overflow: hidden;
    }

    #header .header-bottom #main-menu > li.mobile {
        display: table;
    }

    #header .header-bottom #main-menu > li > a {
        display: table-cell;
        width: 100%;
        height: 73px;
        padding: 0 0 0 14px;
        color: #b5b5b5;
        font: bold 14px/20px 'Malgun Gothic';
        border-top: 1px solid #47494d;
        vertical-align: middle;
        overflow: visible;
    }

    #header .header-bottom #main-menu > li:first-child > a {
        border-top: 0;
    }

    #header .header-bottom #main-menu > li.show > a {
        background: #ab0134;
        color: #fff;
        border-color: #202020;
    }

    #header .header-bottom #main-menu > li.show + li > a {
        border-color: #202020;
    }

    #header .header-bottom #main-menu > li .submenu {
        top: 0;
        width: 299px;
        left: 181px;
    }

    #header .header-bottom #main-menu > li .submenu.show-mobile {
        display: block;
    }

    #header .header-bottom #main-menu > li .submenu > li {
        position: relative;
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
        border-bottom: 1px solid #5f6165;
    }

    #header .header-bottom #main-menu > li .submenu > li > a {
        position: relative;
        height: 36px;
        padding-left: 15px;
        font-size: 13px;
        background: none;
        border: none;
        color: #fff;
        z-index: 10;
    }

    #header .header-bottom #main-menu > li .submenu > li:hover > a {
        background: none;
    }

    #header .header-bottom #main-menu > li .submenu > li.show {
        background: #3f4044;
    }

    #header .header-bottom #main-menu > li .submenu > li.show > a {
        color: #f6ead8;
    }

    #header .header-bottom #main-menu > li .submenu > li.show .depth2 {
        display: block;
    }

    #header .header-bottom #main-menu > li .submenu > li.show.withsub:after {
        background: url("/images/front/layout/btn/btn_fmenu_on.jpg") no-repeat 0 0;
    }

    #header .header-bottom #main-menu > li .submenu > li.withsub:after {
        position: absolute;
        content: '';
        top: 8px;
        right: 9px;
        width: 21px;
        height: 20px;
        background: url("/images/front/layout/btn/btn_fmenu_off.jpg") no-repeat 0 0;
    }

    #header .header-bottom #main-menu > li .submenu > li .depth2 {
        display: none;
        margin: 0 8px 9px 8px;
        padding-top: 0;
        border-top: 1px solid #595b5e;
    }

    #header .header-bottom #main-menu > li .submenu > li .depth2 > li {
        border: 1px solid #595b5e;
        border-top: 0;
    }

    #header .header-bottom #main-menu > li .submenu > li .depth2 > li > a {
        padding: 9px 0 9px 6px;
        background: #38383c;
        color: #b9b9b9;
    }

    #header .header-bottom #main-menu > li .submenu > li .depth2 > li > a:hover {
        background: #38383c;
        color: #fff;
    }

    #mask {
        display: block;
    }
}

/* 480px */
@media screen and (max-width: 639px) {
    #header .header-top {
        position: relative;
        height: auto;
    }

    #header .header-top .right-links {
        position: static;
    }

    #header .header-top .right-links > a.btn-mypage {
        display: none;
    }

    #header .header-top .right-links > a#userid {
        border-left: 1px solid #6b5f4b;
    }

    #header .header-top .user-info {
        position: relative;
        width: 100%;
        top: 0;
        box-sizing: border-box;
    }

    #header .header-top .user-info .btn-box {
        overflow: hidden;
    }

    #header .header-top .user-info .btn-box .btn-logout {
        width: calc(100% - 44px);
    }
}

/* 320px */
@media screen and (max-width: 479px) {
    #header .header-top .right-links > a {
        padding: 0 14px;
    }

    #header .header-top .right-links > a:first-child {
        border-left: 0;
    }

    #header .header-top .right-links > a#userid {
        border-left: 0;
    }

    #header .header-bottom #main-menu-container {
        width: 320px;
    }

    #header .header-bottom #main-menu {
        width: 320px;
        background: #47494d url("/images/front/layout/bg/bg_mainmenu_02.jpg") repeat-y 0 0;
    }

    #header .header-bottom #main-menu > li {
        width: 109px;
    }

    #header .header-bottom #main-menu > li > a {
        padding-right: 10px;
        box-sizing: border-box;
    }

    #header .header-bottom #main-menu > li .submenu {
        left: 110px;
        width: 210px;
    }
}

/*# sourceMappingURL=header.css.map */



