.main  {
    margin-top: 300px;
}
.main_wrap {
    background: url(../img/event/event_back_img.png) no-repeat top 80px right -100px / contain, linear-gradient(to top, rgb(55, 54, 60) 85%, #1d328b);
    background-size: 500px ;
}
/* 게임사 소개란 */
.profile_box {
    height: 120px;

    padding: 10px;
    box-sizing: border-box;

    background: rgba(0 , 0 , 0 , 0.8);
    margin-bottom: 30px;

    color: #fff;

    position: relative;
}
.profile_box > .pic {
    width: 100px;
    height: 100px;
    background: url(../img/event/ea_logo.jpg) center / cover;
    margin-right: 10px;
    float: left;
}
.profile_box > .title {
    font-size: 18px;
    font-weight: 600;
}
.profile_box > .body {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sns_button {
    position: absolute;
    left: 120px;
    bottom: 10px;
    width: 150px;
    height: 25px;
    line-height: 25px;
}
.sns_button > .inner{
    float: left;
    width: calc((100% - 10px) / 2);
    height: 100%;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 10px;
}
.sns_logo {
    width: 15px;
    height: 15px;
    display: inline-block;
    transform: translateY(23%);
}
.sns_logo > img {
    width: 90%;
}
.sns_text {
    display: inline-block;
}
.sns_button > .twitter {
    margin-right: 10px;
}
.sns_button > .inner:hover {
    background:linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.1));
}
/* 배너 */
.populer_banner {
    padding: 0 10px;
    box-sizing: border-box;
}
.populer_banner > .big_banner {
    width: 100%;
    min-width: 380px;
    height: 200px;

    background: url(../img/event/ea_game_1.jpg) no-repeat top / cover;
}
.populer_banner > .slim_banner {
    width: 100%;
    min-width: 380px;
    height: 65px;

    margin: 15px 0;

    background: url(../img/event/ea_game_1-2.jpg) no-repeat top / cover;
}

/* 반복구간 */

.hit_color_box {
    background: #ff6749;
}
.hit_color_box, .not_color_box{
    overflow: hidden;

    margin-bottom: 30px;

    padding: 5px 18px;
    box-sizing: border-box;

    color: #ff6749;
}
.not_color_box {
    background-color: none;
}
.hit_inner {
    overflow: hidden;
}
.hit_inner > .game_pic_box {
    width: 100%;
    height: 215px;
    display: block;

    background: #fff;


    margin-right: 10px;
    margin-bottom: 10px;
}
.hit_inner > .game_pic_box:nth-child(2n), .scroll_pic_box > .pic_box:last-child{
    margin-right: 0;
}
.hit_inner > .game_pic_box > .pic , .scroll_pic_box > .pic_box > .pic {
    width: 100%;
    height: calc(80% - 3px);
    overflow: hidden;
    cursor: pointer;
    /* background: burlywood; */
}
.hit_inner > .game_pic_box > .line, .scroll_pic_box > .pic_box > .line {
    height: 3px;
    width: 100%;

    background: #ff6749;
}
.hit_inner > .game_pic_box > .price, .pirce_tag, .scroll_pic_box > .pic_box > .series_price {
    width: 100%;
    height: 20%;

    background: #1b1b1b;

    position: relative;
}
.price > span, .series_price > span {
    display: inline-block;

    position: absolute;
    top: 50%;
    right: 5px;

    transform: translateY(-50%);

    width: 80px;
    height: 30px;
    line-height: 30px;

    text-align: center;

    background: #313131;
}

/* 반복구간 이미지 */
.pic > img {
    width: 100%;
    /* height: 100%; */
}

/* 할인게임 */
.dis_inner > .game_pic_box {
    height: 80px;
    margin-bottom: 10px;
    display:block;
}
.hit_pic {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.hit_pic > img {
    width: 100%;
}
.hit_line {
    float: left;
    width: 3px;
    height: 100%;
    background: #ff6749;
}
.hit_title {
    width: calc(100% - 10px);
    color: #fff;
    margin: 5px;
    font-size: 20px;
    text-align: right;
    font-weight: 600;
}
.pirce_tag {
    float: left;
    width: calc(50% - 3px);
    height: 100%;
}
.pirce_tag > .price {
    position: absolute;
    bottom: 5px;

    width: 80px;
    height: 35px;
    line-height: 35px;

    text-align: center;

    background: #313131;
}
.per_unit {
    right: 80px;
    text-decoration: line-through;
    color: #fff;
}
.discount {
    right: 5px;
}


/* 할인게임 박스 */

.discount_box > .link {

    width: 100%;
    height: 20px;

    margin-top: 10px;
    
    color: #fff;
    text-align: right;
}

/* 할인게임 스크롤 */
.series_scroll_box {
    width: 100%;
    height: 195px;
    
    overflow-x: scroll;

    clear: both;
}
.scroll_pic_box {
    width: 350%;
    height: 100%;
    padding: 5px 0;
    box-sizing: border-box;
}
.scroll_pic_box > .pic_box {
    width: calc((100% - (10px * 3)) / 4);
    height: 100%;

    margin-right: 10px;
    float: left;

    background: #fff;
}

/* 프로모션 */
.promotion {
    min-width: 400px;
    max-width: 450px;
    height: 130px;

    margin: 0 auto 50px;
}
.promotion > .game_logo {
    width: 30%;
    height: 100%;

    float: left;

    background: url(../img/event/ea_logo_2.png) no-repeat center / contain, #fff;
}
.promotion > .pub_text {
    width: 70%;
    height: 100%;
    float: left;

    background: linear-gradient(to left bottom, #95222f 20%, #2a2939);

    text-align: center;
    color: #fff;
}
.pub_text > .big_txt {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 10px;
}
.pub_text > .small_txt {
    font-size: 15px;
}
