/*eventList*/



@charset "utf-8";

*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html, body{margin:0; padding:0;}
header, section, article, aside, nav, main, footer{display:block;}
header:after, section:after, article:after, aside:after, nav:after, main:after, footer:after{content:""; display:block; clear:both;}
h1, h2, h3, h4, h5, h6, p{margin:0;}
ul, ol{margin:0; padding:0; list-style:none;}
a{text-decoration: none;display: block;}
.clear{clear: both;}

.eventwrap{display: block;background: #fff;}
._container {
    width: 972px;
    margin: 0 auto;
}
._event_list {
    padding: 80px 0;
}
.clfix:before, .clfix:after {
    content: " ";
    display: table;
}
.clfix:after, .clb {
    clear: both;
}

/* ._event_item:nth-child(1) { */
/*     margin-right: 16px; */
/* } */

/* ._event_item:nth-child(2n+1) { */
/*     margin-right: 16px; */
/* } */

._event_item {
	border-radius: 10px;
    width: calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
    float: left;
    margin-top: 16px;
    margin-right: 16px;
}
._event_off {
    display: none;
}

._event_item_image {
    width: 100%;
    height: 219px;
    border-radius: 2px;
    background-color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*off*/
._event_item:nth-of-type(2n) {
    margin-right: 0;
}

._event_item.off {
    width: calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
    position: relative;
}
._event_item.off ._event_off {
    display: block;
    position: absolute;
    width: 100%;
    height: 220px;
    border-radius: 2px;
    background: rgba(34, 34, 34, 0.6);
}
._event_off {
    display: none;
}
._event_item.off ._event_off_text {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.6px;
    color: #fff;
}


/*이벤트 더보기버튼*/
._event_list ._btn_more_view_wrap {
    margin: 50px auto 60px;
}
._btn_more_view {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: center;
    background: #fff;
    font-family: 'NotoSansKR', sans-serif;
}
._btn_more_view span {
    font-size: 14px;
    color: #1d1d1d;
}


@media all and (max-width:800px){

._container {
    width: 100%;
    margin: 0 auto;
}
._mobile_wrapper {
width: calc(100% - 32px);
margin: 0 auto;
clear: both;
}
._event_list {
    padding-top: 20px;
}

/*ing*/
._event_item {
    width: 100%;
    float: none;
    margin-right: 0;
}
._event_item_image {
    width: 100%;
    height: 0;
    padding-bottom: 45.6%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
._event_off {
    display: none;
}
._event_item:nth-child(2) {
    margin-top: 16px;
}
._event_item:nth-child(3) {
    margin-right: 0;
}

/*off*/
._event_item.off {
    width: 100%;
    float: left;
    margin-right: 0px;
    position: relative;
}

._event_item.off ._event_off {
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 45.6%;
    height: 100%;
    background: rgba(34, 34, 34, 0.6);
}


._event_item.off ._event_off_text {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.33px;
    color: #fff;
}


/*이벤트버튼*/
._event_list ._btn_more_view_wrap {
    margin: 30px auto 40px;
}

._btn_more_view_wrap {
    margin: 20px auto 50px;
}

._btn_more_view {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    background: #fff;
}

._btn_more_view span {
    font-size: 14px;
    color: #1d1d1d;
}


}

@media all and (max-width:900px){

}

