.childmenu-wrap {
    position: absolute;
    top: 60px;
    right: -1200px;
    width: 100%;
    transition: right 0.5s ease-in-out;
    z-index: 100;
}
.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: #444;
}
.childmenu-wrap .childmenu-title p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
}
.childmenu-wrap .childmenu-title .sub-menu-link a {
    font-size: 14px;
    color: #434343;
}
.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: #434343;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.navbar-nav>li .label {
    border-radius: 50px;
    margin-left: 5px;
    font-size: 12px;
    padding: .2em .6em;
    transform: scale(.9);
    display: inline-block;
    margin-bottom: 0;
}
.navbar-nav>li .label.label-new {
	background-color: #3ca6ff;
}
.navbar-nav>li .label.label-hot {
	background-color: #cf4f2e;
}

@media only screen and (min-width: 1024px) {
	.childmenu-wrap {
	    top: 60px;
	    right: 0;
	    display: none;
/* 	    background: linear-gradient(to right, #4b4d57 calc(18.5%), #535661 calc(50% - 390px), #535661) !important; */
		background-color: #f8f8f8;
	    font-size: 14px;
	    text-align: left;
	    letter-spacing: -1px;
	}
	.childmenu-wrap .childmenu {
	    display: table;
	    width: 100%;
	    max-width: 1200px;
	    min-height: 0;
	    margin: 0 auto;
	    background: none;
	    color: #fff;
	}
	.childmenu-wrap .childmenu-title {
	    display: table-cell;
	    width: 210px;
	    height: 100%;
	    padding: 40px 15px;
	    vertical-align: top;
	}
	.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: #878787;
	}
	.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;
	    color: #878787;
	}
}

@media only screen and (min-width: 1200px) {
	.childmenu-wrap {
		background-color: #f8f8f8;
	}
}