html, body, div, ul, li, p, span, h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

h1 {
  font-family: 'Nanum Gothic';
}

a {
  color: #444;
}

#event_agree_layer{
	display:none;
	width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0;
    z-index: 999;
}

.event-agree-bg{
	width:100%;
	height:100%;
	position:fixed;
	background:#000;
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index:998;
}

.popup-section{
	max-width:400px;
	height:auto;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-229px;
	margin-left:-273px;
	z-index:999;
}

.popup-section a.close-popup{
	position:absolute;
	right:0;
	top:7px;
	font-size:20px;
	color:#fff;
    width:25px;
}
.popup-section a.close-popup:hover{
	text-decoration: none;
}
.event-agree-section.bg a.close-popup{
	width:40px;
	height:40px;
	top:0;
	right:0;
	position:absolute;
	display:block;
	text-indent:-9999px;
}
.event-agree-section{
	position:relative;
	margin:0 auto;
	background:#fff;
  box-sizing:border-box;
}
.event-agree-section.bg{
	background:url(/img/event/event_agree.png) no-repeat;
	width:546px;
	height:434px;
}
.event-agree-section .select-radio{
	position:absolute;
	top:326px;
	width:100%;
	height:20px;
}
.event-agree-section .title{
	background:#000;
	color:#fff;
	padding: 10px 25px 10px 15px;
	font-size:17px;
	word-break: keep-all;
	line-height:120%;
}
.event-agree-section .pop_cont{
	padding:20px 15px 20px 15px;
	box-sizing: border-box;
	font-size:13px;
}
.event-agree-section .pop_cont p{
	word-break:keep-all;
	margin:0 0 20px;
}
.event-agree-section .pop_cont ul {
	overflow:hidden;
}
.event-agree-section .pop_cont ul li {
	width: 100%;
}
.event-agree-section .pop_cont .dot_list{
	overflow: hidden;
	padding:10px 0 0 0;
}
.event-agree-section .pop_cont .dot_list li{
	width:100%;
}
.event-agree-section .pop_cont .dot_list li:before{
	content: "ㆍ"
}

.event-agree-section .select-check{
	padding:10px;
	background: #c9c9c9;
	margin:10px 0;
	color:#000;
	font-weight:600;
	font-size:14px;
	}
.event-agree-section .select-check input[type="checkbox"]{
	display:inline-block;
	-webkit-appearance:checkbox;
	box-sizing:border-box;
	vertical-align:middle;
	appearance:checkbox;
}

.event-agree-section .select-check label span{
	vertical-align:middle;
	margin:0 0 0 5px;
	cursor:pointer;
}


.event-agree-section .select-radio .radio1{
	left:95px;
	position:absolute;
}

.event-agree-section .select-radio .radio2{
	left:330px;
	position:absolute;
}

.event-agree-section .select-radio span{
	position:absolute;
	width:100px;
	cursor:pointer;
	text-indent:-9999px;
}

.event-agree-section .select-radio .radio1 span{
	width:190px;
}
.event-agree-section .btn_wrap{
	text-align:center;
	width:100%;
	font-size:0;
}
.event-agree-section a.submit,
.event-agree-section a.cancel{
    display:inline-block;
    width:50%;
    text-align:center;
    background:#000;
    color:#fff;
    line-height:30px;
    font-size:13px;
}
.event-agree-section a:hover{
	text-decoration:none;
}
.event-agree-section a.cancel{
	background:#d5d5d5;
}
.event-agree-section.bg a.submit,
.event-agree-section.bg a.cancel{
	position:absolute;
	width:120px;
	height:39px;
	display:block;
	text-indent:-9999px;
	bottom:22px;
}
.event-agree-section.bg a.submit{
	left:147px;
}

.event-agree-section.bg a.cancel{
	left:278px;
}


@media (min-width:320px) and (max-width:960px){
	.popup-section{
		max-width:80%;
		margin-left:-40%;
	}
}

.event_agree_layer{display:none;}
*{color:#000;}
.event-end-wrap {width:700px;}
.event-wrap {width:300px;margin:30px 10px 0 0;}
.event-table {border:2px solid #333333; border-collapse: collapse;text-align:center; font-size:12px; margin-right:3px;}
.event-table tr th {border:1px #222 solid;padding:4px 8px; box-sizing:border-box; background:#e5e5e5;font-weight:600;line-height:16px;}
.event-table tr td {border:1px solid #222222;padding:4px 8px; box-sizing:border-box;}
.event-table tr td a{background:#000;padding:4px 40px;display:inline-block;color:#fff;font-weight: 600;text-decoration:none}
.event-table h3 {color:#000;font-size: 18px; font-family: 'spoqa4';}
