/*----------------------Landing page-----------------------*/
#landingpage_event {clear:both; width:100%; min-width: 1080px;}
#landingpage_event .content{width:100%; margin: 0 auto; position: relative; text-align: center;}

/*-----Backgroudn Color-----*/
#landingpage_event .content .box_bgcolor{z-index: -10;}
#landingpage_event .content .background_top{width:100%; height: 773px; position: absolute; top:   0px; background-color: #ffd1d4;}
#landingpage_event .content .background_middle{width:100%; height:1817px; position: absolute; top: 773px; background-color: #ff96a7;}
#landingpage_event .content .background_bottom{width:100%; height: 414px; position: absolute; bottom:0px; background-color: #240849;}

/*-----Content-----*/
#landingpage_event .content .inner_content{width:1500px; margin: 0 auto;}

/*---upper---*/
#landingpage_event .content .upper .inner_content{width:1165px; height: 1028px; background:url("https://www.ebei.co.kr/resource/event_files/first_meet_event/content_upper.png") no-repeat center/cover; position: relative;}
/*speechbubble*/
#landingpage_event .content .upper .inner_content .speechbubble{width:246px; height:81px; position: absolute; top: 488px; left: -18px; background:url("https://www.ebei.co.kr/resource/event_files/first_meet_event/speechbubble.png") no-repeat center/cover; animation: moving_bubble 1.2s 0.6s infinite linear alternate;}
@keyframes moving_bubble{
    0%{position: absolute; top: 488px;}
    100%{position: absolute; top: 498px;}
}
/*original position: 493px*/

/*coupon*/
#landingpage_event .content .upper .inner_content .coupon_download{width: 602px; height: 303px; position: absolute; top: 552px; left: 282px; cursor: pointer;}
#landingpage_event .content .upper .inner_content .coupon_download .icon_download{width: 90px; height: 90px; position: absolute; top: 98px; right: 57px; background:url("https://www.ebei.co.kr/resource/event_files/first_meet_event/download_icon.gif") no-repeat center/100%;}

/*checkbox_agree do receive*/
#landingpage_event .content .upper .inner_content .agree_to_receive_box{width:350px; height:52px; position: absolute; top:905px; left:408px; transition: all 0.1s;}
#landingpage_event .content .upper .inner_content .agree_to_receive_box label{width:219px; height:52px; position:absolute; top:0; left:0px; cursor: pointer;}
#landingpage_event .content .upper .inner_content .agree_to_receive_box label div{display:none;}
#landingpage_event .content .upper .inner_content .agree_to_receive_box label input[type='checkbox']{-webkit-appearance:none; content:''; border:none; outline:none;}
#landingpage_event .content .upper .inner_content .agree_to_receive_box label input[type='checkbox']:before {content:''; width:26px; height:26px; position:absolute; top:13px; left:45px; border: none; background:url("https://www.ebei.co.kr/resource/event_files/first_meet_event/checkbox_unchecked.png") no-repeat center/100%; cursor:pointer; transition: all 0.1s;}
#landingpage_event .content .upper .inner_content .agree_to_receive_box label input[type='checkbox']:checked:before{background:url("https://www.ebei.co.kr/resource/event_files/first_meet_event/checkbox_checked.png") no-repeat center/100%;}

/*view detail*/
#landingpage_event .content .upper .inner_content .agree_to_receive_box .detail{width:131px; height:52px; position:absolute; top:0px; right:0px; cursor:pointer;}

/*---lower---*/
#landingpage_event .content .lower .inner_content{width: 100%; min-width: 1165px; max-width: 1500px; height: 1976px; background:url("https://www.ebei.co.kr/resource/event_files/first_meet_event/content_lower.png") no-repeat center/cover;}

@media screen and (max-width: 1500px) {

    #landingpage_event .content .lower .inner_content{width: 100%; min-width: 1165px; background:url("https://www.ebei.co.kr/resource/event_files/first_meet_event/content_lower.png") no-repeat center/cover;}
}




