.main  {
    margin-top: 600px;
}
.main_wrap {
    background: url(../img/event/event_back_img.png) no-repeat top 80px right / contain, linear-gradient(to top, rgb(55, 54, 60) 75%, #1d328b);
    background-size: 1200px ;
}
/* 게임사 소개란 */
.profile_box {
    height: 200px;

    padding: 25px 35px;
    box-sizing: border-box;

    background: rgba(0 , 0 , 0 , 0.8);
    margin-bottom: 30px;

    color: #fff;

    position: relative;
}
.profile_box > .pic {
    width: 150px;
    height: 150px;
    background: url(../img/event/ea_logo.jpg) center / cover;
    margin-right: 30px;
    float: left;
}
.profile_box > .title {
    font-size: 24px;
    font-weight: 600;
}
.profile_box > .body {
    font-size: 14px;
}

.sns_button {
    position: absolute;
    left: 215px;
    bottom: 25px;
    width: 250px;
    height: 45px;
    line-height: 45px;
}
.sns_button > .inner{
    float: left;
    width: calc((100% - 10px) / 2);
    height: 100%;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.sns_logo {
    width: 33px;
    height: 30px;
    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 50px;
    box-sizing: border-box;
}
.populer_banner > .big_banner {
    width: 100%;
    height: 600px;

    background: url(../img/event/ea_game_1.jpg) no-repeat top / cover;
}
.populer_banner > .slim_banner {
    width: 100%;
    height: 150px;

    margin: 25px 0;

    background: url(../img/event/ea_game_1-2.jpg) no-repeat top / contain;
}

/* 반복구간 */

.hit_color_box {
    background: #ff6749;
}
.hit_color_box, .not_color_box{
    overflow: hidden;

    margin-bottom: 50px;

    padding: 50px 180px;
    box-sizing: border-box;

    color: #ff6749;
}
.not_color_box {
    background-color: none;
}
.hit_inner {
    overflow: hidden;
}
.hit_inner > .game_pic_box {
    float: left;
    width: calc((100% - 10px) / 2);

    height: 250px;

    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);
    cursor: pointer;
}
.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: 35px;
    line-height: 35px;

    text-align: center;

    background: #313131;
}

/* 반복구간 이미지 */
.game_pic_box > .pic {
    overflow: hidden;
}
.pic > img {
    width: 100%;
    /* height: 100%; */
}

/* 할인게임 */

.pirce_tag > .price {
    position: absolute;
    top: 50%;

    transform: translateY(-50%);

    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: 50px;

    margin-top: 10px;
    
    color: #fff;
    text-align: right;
}

/* 할인게임 스크롤 */
.series_scroll_box {
    width: 100%;
    height: 230px;
    
    overflow-x: scroll;

    clear: both;
}
.scroll_pic_box {
    width: 150%;
    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;
}
.pic_box > .pic {
    overflow: hidden;
}
.pic_box > .line {
    height: 3px;
    width: 100%;

    background: #ff6749;
}
/* 프로모션 */
.promotion {
    width: 990px;
    height: 250px;

    margin: 0 auto 100px;
}
.promotion > .game_logo {
    width: 350px;
    height: 100%;

    float: left;

    background: url(../img/event/ea_logo_2.png) no-repeat center / contain, #fff;
}
.promotion > .pub_text {
    width: calc(100% - 350px);
    height: 100%;
    float: left;

    background: linear-gradient(to left bottom, #95222f 20%, #2a2939);

    text-align: center;
    color: #fff;
}
.pub_text > .big_txt {
    font-size: 40px;
    font-weight: 600;
    margin: 45px 0 20px;
}
.pub_text > .small_txt {
    font-size: 20px;
}
