/* 이벤트 진행중 */
#event-sec01{
	position:relative;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
}
.event_progress{
	max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
	font-size:0;
}
.event_progress > div{
	display:inline-block;
	width: 31.3%;
    margin-right: 3%;
	text-align: center;
	cursor: pointer;
}
.event_progress > div:last-child{
	margin-right:0;
}
.event_progress > div h4{
	font-size:18px;
	margin-top:10px;
}
.progress_box .thumb{
	border-radius: 25px;
    overflow: hidden;
	height:270px;
}
.progress_box .thumb img{
	width:100%;
}
.progress_box{
	position: relative;
}
.progress_box.new .thumb::before{
    content: '';
    position:absolute;
    width:39px;
    height:39px;
    background:url(/img/marketer/pc/new-i.png) no-repeat center center;
    left:15px;
    top:15px;
    z-index: 2;
}
#event-sec01::before{
    content: '';
    position: absolute;
    width: 458px;
    height: 458px;
    left: -200px;
    top: -80px;
    background: url(/img/marketer/pc/circle_img01.png) no-repeat center center;
    z-index: 2;
    opacity: 0.2;
    transform: rotate(-35deg);
}
#event-sec01::after{
	content: '';
    position: absolute;
    width: 342px;
    height: 866px;
    right: -80px;
    top: -130px;
    background: url(/img/marketer/pc/circle_img04.png) no-repeat center center;
}

#event-sec02{
	max-width:1200px;
	margin:0 auto;
	padding:60px 0 0;
}
#event-sec02 h3{
	font-size:26px;
	margin-bottom:20px;
}
.event-all table{
	border-top:1px solid rgba(0,0,0,0.4);
	border-bottom:1px solid rgba(0,0,0,0.4);
	margin-bottom:60px;
}
.event-all table tr td{
	font-sizE:16px;
	border-bottom:1px solid #e2e2e2;
	text-align:center;
	padding:20px 0;
}
.event-all table tr:last-child td{
	border-bottom:0;
}
.event-all table tr td:nth-child(2){
	text-align:left;
	padding-left:50px;
}
.event-all table tr td button{
	width:102px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#afafaf;
	border-radius: 30px;
	cursor: pointer;
}
.event-all table tr td button.progress{
	background: rgb(218,45,143); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(218,45,143,1) 33%, rgba(218,45,143,1) 33%, rgba(231,44,64,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(218,45,143,1) 33%,rgba(218,45,143,1) 33%,rgba(231,44,64,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da2d8f', endColorstr='#e72c40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* 당첨자 보기 */
#event_winner-sec01 .event-all{
	max-width: 1200px;
	margin:0 auto;
	padding:60px 0 0;
}
#event_winner-sec01 .event-all table tr td:nth-child(2){
	padding-left:0;
	cursor: pointer;
}
#event_winner-sec01 .event-all table tr td:last-child{
	color:#ababab;
}


/* 이벤트 상세 */
#event_detail-sec01 .event-all{
	max-width: 1200px;
	margin:0 auto;
	padding:60px 0 0;
}
.event_info{
	border-bottom: 1px solid #e2e2e2;
	padding: 55px 0 10px;
}
.event_info .inner{
	max-width:1200px;
	margin:0 auto;
	width:100%;
	display:table;
}
.event_info .inner > div{
	display: table-cell;
	vertical-align: middle;
}
.event_info .inner > div.lt, .event_info h3{
	font-size: 24px;
    color: #25292c;
}
.event_info .inner > div.rt{
	text-align:right;
}
.event_info .inner > div.rt ul li{
	font-size:16px;
	display:inline-block;
	position:relative;
	margin-left:20px;
}
.event_info .inner > div.rt ul li::before{
    content: '';
    position: absolute;
    left: -13px;
    top: 5px;
    width: 1px;
    height: 17px;
    background: #505050;
}
.event_info .inner > div.rt ul li:first-child:before{
	display:none;
}

.event-content{
	max-width: 1200px;
	margin:0 auto;
	padding:50px 0;
	font-size:18px;
}
.event-content img{
	display:block;
}
.event-comment{
	border-top:1px solid #e2e2e2;
}
.event-comment .inner{
	max-width: 1200px;
	margin:0 auto;
	padding:30px 0;
}
.event-comment .inner > ul > li{
	display: inline-block;
	padding-left:27px;
	margin-right:20px;
	position:relative;
	font-size:18x;
	color:#25292c;
}
.event-comment .inner > ul > li.e01::before{
	content:'';
	width:22px;
	height:23px;
	position:absolute;
	left:0;
	top: 3px;
	background:url(/img/marketer/pc/event-i01.png) no-repeat center center;
}
.event-comment ul li.e02{
	color:#aaaaaa;
}
.event-comment ul li.e02::before{
	content:'';
	width:19px;
	height:24px;
	position:absolute;
	left:0;
	top: 3px;
	background:url(/img/marketer/pc/event-i02.png) no-repeat center center;
}
.comment-content{
	display: table;
	width:100%;
	position: relative;
	margin-top:15px;
}
.comment-content textarea{
	width:87.5%;
	height:112px;
	padding:10px;
	font-size:18px;
	border:1px solid #e2e2e2;
}
.comment-content textarea::placeholder{
	font-size:18px;
	color:#b8b8b8;
}
.comment-content button{
	position:absolute;
	right:0;
	top:0;
	font-size:20px;
	color:#fff;
	width:130px;
	height:112px;
	text-align:center;
	line-height:112px;
	border-radius: 20px;
}
.comment-list{
	margin:40px 0 60px;
	border-top:1px solid rgba(0,0,0,0.4);
	border-bottom:1px solid rgba(0,0,0,0.4);
}
.comment-list > div{
	border-bottom:1px solid #ebebeb;
	padding:25px 30px;
	position: relative;
}
.comment-list > div:last-child{
	border-bottom:0;
}
.comment-list ul li{
	position:relative;
	color:#25292c;
	font-weight: bold;
	font-size:16px;
	margin-right: 30px;
	display: inline-block;
}
.comment-list ul li.date{
	color:#ababab;
	font-weight: normal;
}
.comment-list ul li:first-child::before{
    content: '';
    position: absolute;
    right: -18px;
    top: 8px;
    width: 1px;
    height: 18px;
    background: #afafaf;
}
.comment-list p{
	font-size: 16px;
    margin: 10px 0;
}
.comment-list > div .delete{
	font-size:18px;
	position: absolute;
	right:20px;
	top:24px;
	cursor: pointer;
}
.comment-list > div .delete::before{
    content: '';
    width: 13px;
    height: 13px;
    background: url(/img/marketer/pc/sm_close.png) no-repeat center center;
    position: absolute;
    left: -18px;
    top: 9px;
    opacity: 0.6;
}