.menu-second {
    opacity: 1;
}

.menu-second-list {
    width: 977px;
    height: 621px;
    margin-top: 59px;
    margin-left: 90px;
    background: rgba(238 ,234 ,232 , 0.5);
}
.menu-second-list ul {
    width: 100%;
    height: 471px;
    text-align: center;
    padding-top: 150px;
}
.menu-second-list li {
    list-style: none;
    font-size: 28px;
    line-height: 54px;
    cursor: pointer;
}

.menu-second-list li > span:first-child {
    color: #a64554;
}

.menu-second-list li:hover span:last-child {
    color: #b6b1ad;
}

.main-box {
    height: auto;
    padding-bottom: 60px;
}

.menu-second-list {
    min-height: 621px;
	height:auto;
}

.menu-second-list ul {
    min-height: 471px;
	height:auto;
}