/*eventDetail*/



@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;}

.list_control_btn_wrap:before, .list_control_btn_wrap:after {content: " ";display: table;}
.list_control_btn_wrap:after {clear: both;}
.list_control_btn_wrap:before, .list_control_btn_wrap:after {content: " ";display: table;}

.eventwrap{display: block;background: #fff;}

._container {
    width: 972px;
    margin: 0 auto;
}

.board_top {
    border-bottom: 1px solid #ddd;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.board_top strong {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 28px;
    font-weight: bold;
    color: #1d1d1d;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.event_duration {
    color: #9b9b9b;
    font-size: 13px;
    line-height: 20px;
    margin-top: 4px;
    display: inline-block;
}

.board_top .event_duration {
    font-size: 18px;
    color: #1d1d1d;
    letter-spacing: -0.3px;
    line-height: 24px;
}
.zipdoc_text {
    color: #ff6600;
}

.event_content_wrapper {
    margin-bottom: 60px;
}

.event_content_wrapper img {
    width: 600px !important;
}

/*버튼*/
.list_control_btn_wrap .list_none{display: inline-block;}
.list_control_btn_wrap {
    margin-top: 60px;
    margin-bottom: 80px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.list_control_btn_wrap:before, .list_control_btn_wrap:after {
    content: " ";
    display: table;
}
._btn {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #1d1d1d;
}
.btn_go_before {
    padding-right: 20px;
    padding-left: 10px;
}
.btn_go_before span {
    display: inline-block;
    padding-left: 23px;
    background: url(../img/ic_back@2x.png) left 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

.btn_go_list {
    width: 110px;
}
.btn_go_list span {
    display: inline-block;
    background: url(../img/ic_list@2x.png) left 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}

.btn_go_next {
    padding-left: 20px;
    padding-right: 10px;
}
.btn_go_next span {
    display: inline-block;
    padding-right: 23px;
    background: url(../img/ic_next@2x.png) right 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}





@media all and (max-width:1000px){
	.eventwrap {
    width: 100%;
	}
	._container {
    width: 95%;
    }
}
@media all and (max-width:800px){
._container {
width: 100%;
margin: 0 auto;
}
.board_top {
    width: 92%;
    border-bottom: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    margin-left: auto;
    margin-right: auto;
}
.board_top strong {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    color: #1d1d1d;
    letter-spacing: -0.5px;
    margin-bottom: 7px;
}
.board_top .event_duration {
    font-size: 15px;
    color: #1d1d1d;
    letter-spacing: -0.3px;
    line-height: 15px;
}
.event_content_wrapper {
    margin-bottom: 30px;
}


/*버튼*/
.list_control_btn_wrap {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-top: 0px;
    border-top: none;
    width: 92%;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
._btn {
    display: inline-block;
    float: left;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #1d1d1d;
    margin-right: 2%;
}
.btn_go_before {
    box-sizing: border-box;
    width: 30%;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    left: 0;
}
.btn_go_before span {
    display: inline-block;
    padding-left: 23px;
    background: url(../img/ic_back@2x.png) left 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.btn_go_list {
    width: 36%;
    position: absolute;
    left: 32%;
}
.btn_go_list span {
    display: inline-block;
    background: url(../img/ic_list@2x.png) left 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}
.btn_go_next {
    box-sizing: border-box;
    width: 30%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
}
.btn_go_next span {
    display: inline-block;
    padding-right: 23px;
    background: url(../img/ic_next@2x.png) right 50% no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
}



}
@media all and (max-width:600px){
	.event_content_wrapper img {
	    width: 92% !important;
	}
}
@media all and (max-width:316px){
	.list_control_btn_wrap .list_none{display: none;}
}