@charset "utf-8";
/****************************************/
/*	Name: Geniezip
/*	PART: LAYOUT STYLE
/*	Version: 1.0
/*	Design: seoyoung.heo
/*	Author: 
/****************************************/


.cautions ol li::before, .cautions div ol li::before{content: "-"; position: absolute; left: -1em;}

.coupon_wrap{width:100%; background: #f9f6e8;}
.coupon_wrap ul{display: table; margin:0 auto;}
.coupon_wrap ul li{position: relative; top: 0; left: 0; display:inline-flex; display:-webkit-inline-box;}
.coupon_wrap ul li span{display:inline-block;}
.coupon_check{position: absolute; top:0; left: 0;}
.event_foot_btn{background:#fff; padding:30px 0;}/*버튼부 배경*/
.event_foot_btn ul li a{ color:#fff;  padding:20px 0; width:90%; border-radius: 15px; -webkit-border-radius:15px; font-size: 25px; font-weight: bold; }
.event_foot_btn ul li:nth-child(1) a{background:#383b4c; margin: 0 10px 0 30px;}/*왼쪽*/
.event_foot_btn ul li:nth-child(2) a{background:#383b4c; margin: 0 30px 0 10px;}/*오른쪽*/
.event_foot_btn ul{display:table; table-layout: fixed; width: 100%;}
.event_foot_btn ul li{display:table-cell; text-align: center;}


/*** 이벤트 시작 ***/
#event_con{width:900px; height:auto; margin:0 auto; overflow:hidden; padding:50px 30px 100px;}
#event_con h3{width:100%; margin-bottom:25px;}
#event_con .sub_title{float: left; width:80%; margin-bottom:10px; color:#6c6c6c;}


/* 이벤트 컨텐츠 시작 */


/* tab */


#event_tab{width:900px; height:46px; }

#event_tab li{width:160px; height:46px; float:left; line-height:46px; text-align:center; margin-right:2px;  font-size:14px; font-weight:bold;}
#event_tab li a{display:block; width:100%; height:100%; background:#ffc000; color:#FFF;}
#event_tab li a:hover{width:100%; height:100%; background:#f2f2f2; color:#6c6c6c;}

/*이벤트 페이지 포토게시판 시작*/

#event_con table{width:900px; height:100%; border-top:2px solid #ffc000;}
#event_con table th{width:320px; text-align:left; border-bottom:1px solid #dddddd;}
#event_con table th img{width:300px; height:150px; margin:10px 0;  }

#event_con table td{border-bottom:1px solid #dddddd; text-align:left;}#event_con table td ul li{margin-bottom:10px;}


#event_con div .list_number{margin-top:50px;}


/* 이벤트 상세페이지 출력 */
#open_event_view{width:900px; height:100%; margin:0 auto; border:1px solid #ddd; margin-top:20px;}


/* 이벤트 시작*/
#event_wrap{position:relative; top:0; left:0; width:880px; margin:15px auto; background:#ffffff;}
#event_wrap img{vertical-align:top;}
#event_wrap a{display:block;}

/*버튼 스타일*/
#event_wrap li.evnet_btns{width:880px; margin:0; padding:54px 0; background:url(/images/event_magazine/event/2017_11_15/backfriday_cybermonday_event_bg.jpg) 0 0 no-repeat; clear:both; overflow:hidden; }
#event_wrap li.evnet_btns div{width:650px; height:58px; margin:0 auto;}
#event_wrap li.evnet_btns a{float:left; display:block; width:300px; height:58px;}
#event_wrap li.evnet_btns a:first-child{margin-right:50px;}



/* 목록보기 버튼 */
.btn_list{width:100px; height:30px; line-height:30px; float:right; margin-top:10px; font-weight:bold;}
.btn_list a{display:block; width:100%; height:100%; background: #f78d1d; color:#FFF; cursor: pointer; text-align: center; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top,  #faa51a,  #f47a20); filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	}
.btn_list a:hover{display:block; width:100%; height:100%; background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');}
	