.main_box {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #ffeced;
}

.carousel img {
    display: none;
    height: 400px;
    
}
.carousel img.active {
    display: block;
}

.page_title {
    padding-top: 100px;
    padding-bottom: 80px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.page_title .text {
    padding: 0 10px 10px 10px;
    background-color: #fff;
    border: 2px outset #f2400e;
}

.game_list_box {
    margin-bottom: 50px;
}

.game_list_box .game_list {
    width: 950px;
    height: 200px;
    padding: 30px;
    border-radius: 5px;
}

.game_list_box .game_list img {
    border-radius: 5px;
    width: 500px;
}

.game_list_box .game_list .game_list_r {
    margin-left: 20px;
}

.game_list_box .game_list .game_text {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
    color: #4f4b4b;
}

.game_list_box .game_list .game_list_r .game_name {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.game_list_box .game_list .game_list_r .game_des {
    color: #fff;
    font-size: 22px;
    background-color: #f2400e;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
    width: 200px;
}

.profile_box {
    /* background-color: #fff; */
}

.profile_box .profile_text {
    border: 5px groove #f2400e;
    padding: 30px;
    width: 950px;
    line-height: 2.2em;
    text-indent: 2em;
    margin-right: 50px;
    margin-bottom: 100px;
}