.childmenu-wrap {
    position: fixed;
    top: 70px;
    right: -1200px;
    width: 100%;
    z-index: 100;
    transition: right .8s ease-in-out;
    background: linear-gradient(to right, #4b4d57 calc(50% - 390px), #535661 calc(50% - 390px), #535661) !important;
}
.childmenu-wrap.dedicated {
    background: linear-gradient(to right, #292a2f calc(50% - 390px), #464851 calc(50% - 390px), #43454e) !important;
}
.childmenu-wrap.supports {
    min-width: 120px;
    right: 0;
    left: 0;
    top: 100%;
    position: absolute;
    padding: 1rem 1.5rem;
    border-radius: 4px;
    background-color: #283145 !important;
    background-image: none !important;
    transition: all .3s ease-in-out;
}
.childmenu-wrap.supports:before {
    content: "";
    top: -5px;
    left: 35px;
    width: 10px;
    height: 10px;
    display: block;
    transform: rotate(45deg);
    transform-origin: center;
    background-color: #283145;
    transition: all .3s ease-in-out;
    position: absolute;
}
.childmenu-wrap.supports > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.childmenu-wrap.supports > ul > li {
}
.childmenu-wrap.supports > ul > li > a {
	color: #FFF;
	letter-spacing: 1px;
	line-height: 28px;
	text-decoration: none;
}
.childmenu-wrap .childmenu {
    min-height: 584px;
    background: #535661;
}
.childmenu-wrap .childmenu-title {
    display: flex;
    padding: 25px 20px;
}
.childmenu-wrap .childmenu-title h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.childmenu-wrap .childmenu-title p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #b7b7b7;
}
.childmenu-wrap .childmenu-title .sub-menu-link a {
    font-size: 14px;
    color: #fff;
}
.brick-gnb__depth2 {
    padding: 0 10px 0 50px;
}
.brick-gnb__depth2 > li {
    display: inline-block;
    float: left;
    width: 50%;
    padding-top: 30px;
    width: 50%;
}
.brick-gnb__depth2 .sub-menu-title {
    margin-bottom: 10px;
    font-size: 14px;
    color: #abaeb4;
}
.brick-gnb__depth3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.brick-gnb__depth3 li {
    margin-right: 20px;
    margin-bottom: 15px;
}
.brick-gnb__depth3 li:nth-child(1) {
    padding: 0;
}
.brick-gnb__depth3 li > a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.navbar-nav > li .label {
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 5px;
    padding: 0 .6em .1em;
}
.navbar-nav > li .label-hot {
    background-color: #fb5a05;
}
.navbar-nav > li .label-new {
    background-color: #207abd;
}
@media only screen and (min-width: 1024px) {
    .childmenu-wrap {
        top: 70px;
        right: 0;
        display: none;
        font-size: 14px;
        text-align: left;
        letter-spacing: -1px;
    }
    .childmenu-wrap .childmenu {
        display: table;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        background: none;
        color: #fff;
        min-height: 210px;
    }
    .childmenu-wrap .childmenu-title {
        display: table-cell;
        width: 210px;
        height: 100%;
        padding: 40px 15px;
    }
    .childmenu-wrap .childmenu-title h2 {
        position: relative;
        top: -4px;
        font-size: 20px;
        line-height: 1.3;
        margin-top: 0;
    }
    .childmenu-wrap .childmenu-title p {
        margin-bottom: 0;
        padding-top: 10px;
        font-size: 14px;
        color: #b7b7b7;
    }
    .childmenu-wrap .childmenu-title .sub-menu-link {
        padding-top: 20px;
        line-height: 1;
    }
    .brick-gnb__depth2 > li {
        display: inherit;
        float: left;
        width: 15.33%;
        padding-top: 0;
    }
    .brick-gnb__depth2 > li:not(:first-child) {
        margin-left: 1.6%;
    }
    .brick-gnb__depth2 {
        display: table-cell;
        width: calc(100% - 260px);
        padding: 40px 10px 40px 20px;
        vertical-align: top;
    }
    .brick-gnb__depth2 .sub-menu-title {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 400;
        margin-top: 0;
    }
    .brick-gnb__depth3 li > a {
        display: inline-block;
        color: #FFF !important;
    }
}
@media only screen and (min-width: 1200px) {
    .childmenu-wrap {
    }
}