/*nn_event_tab*/
.nn_event_tab {
    background: #fff;
    padding-top:18px;
    text-align: center;
    font-size: 0;
}

.nn_event_tab a {
    display: inline-block;
    width: 360px;
    height: 52px;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
    background-color: #fff;
    margin:0 3px;
    padding-top:13px;
    line-height:20px;
    text-align: left;
}

.nn_event_tab a .nn_label {
    font-size:22px;
    letter-spacing:-0.075em;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 278px
}

.nn_event_tab a .nn_txt {
	font-size:14px;
	letter-spacing:-0.05em;
}

.nn_event_tab a i {
    width:48px;
    height:48px;
    background: 0 0;
    vertical-align: top;
    display: inline-block;
    margin: -4px 0 0 24px; 
}

.nn_event_tab a.nn_btn_1 i {
    background-image:url('../img/event_201801/icon_1.png');
}
.nn_event_tab a.nn_btn_1 .nn_label {
    color: #eca63e;
}
.nn_event_tab a.nn_btn_2 i {
    background-image:url('../img/event_201801/icon_2.png');
}

.nn_event_tab a.nn_btn_2 .nn_label {
    color: #d03755;
}

.nn_event_tab a.nn_btn_1 .nn_label span,
.nn_event_tab a.nn_btn_2 .nn_label span,
.nn_event_tab a.nn_btn_3 .nn_label span {
    color: #444;
}

.nn_event_tab a.nn_btn_3 i {
    background-image:url('../img/event_201801/icon_3.png');
}

.nn_event_tab a.nn_btn_3 .nn_label {
    color: #1c73a2;
}

.nn_event_tab a.nn_btn_1:hover,
.nn_event_tab a.nn_btn_1.active {
    background: #eca63e;
    border-color: #eca63e;
}

.nn_event_tab a.nn_btn_1:hover i,
.nn_event_tab a.nn_btn_1.active i {
    background-position: 0 -48px;
}

.nn_event_tab a.nn_btn_1:hover .nn_label,
.nn_event_tab a.nn_btn_1.active .nn_label {
    color: #fff;
}

.nn_event_tab a.nn_btn_2:hover,
.nn_event_tab a.nn_btn_2.active {
    background: #ea8395;
    border-color: #ea8395;
}

.nn_event_tab a.nn_btn_2:hover .nn_label,
.nn_event_tab a.nn_btn_2.active .nn_label {
    color: #fff;
}

.nn_event_tab a.nn_btn_1:hover .nn_label span,
.nn_event_tab a.nn_btn_1.active .nn_label span,
.nn_event_tab a.nn_btn_2:hover .nn_label span,
.nn_event_tab a.nn_btn_2.active .nn_label span,
.nn_event_tab a.nn_btn_3:hover .nn_label span,
.nn_event_tab a.nn_btn_3.active .nn_label span {
    color: #fff;
}

.nn_event_tab a.nn_btn_3:hover,
.nn_event_tab a.nn_btn_3.active {
    background: #6cc7f8;
    border-color: #6cc7f8;
}

.nn_event_tab a.nn_btn_3:hover .nn_label,
.nn_event_tab a.nn_btn_3.active .nn_label {
    color: #fff;
}

/*출석체크 이벤트*/
.event_attend {
	font-size: 0;
}

.event_attend.conts01 {
	background:#ffd1d3 url('../img/event_201801/event_attend_conts01.png') 50% 60px no-repeat;
	height: 649px;
	position: relative;
	margin-left: -64px;
}

.event_attend_statusArea {
	background:url('../img/event_201801/event_attend_conts02.png') 0 0 no-repeat;
	width: 590px;
	height: 154px;
	position: absolute;
	top: 253px;
	left: 50%;
	margin-left: -272px;
}
.event_attend_statusArea > p {
	font-size: 20px;
	color: #fff;
	width: 400px;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
}

.event_attend_statusArea p > * {
	float: left;
}

.event_attend_statusArea .event_attend_nickname {
	max-width: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.event_attend_statusArea ul  {
	width: 480px;
    margin: 0 auto;
}

.event_attend_statusArea ul li {
	width: 50%;
	height: 104px;
    float: left;
    position: relative;
}

.event_attend_statusArea ul li.event_attend_sta_txt01 {
	background:url('../img/event_201801/event_attend_txt01.png') 54px 40px no-repeat;
}

.event_attend_statusArea ul li.event_attend_sta_txt02 {
	background:url('../img/event_201801/event_attend_txt02.png') 34px 40px no-repeat;
}

.event_attend_statusArea ul li strong.day {
	color: #d03755;
	font-size: 45px;
	font-family: 'arial';
	position: absolute;
    top: 27px;
    left: 146px;
}
.event_attend_statusArea ul li strong.day i {
	background: url('../img/event_201801/event_attend_txt03.png') 0 0 no-repeat;
	width: 19px;
    height: 24px;
    display: inline-block;
}

.event_attend.conts02 {
	background:#ffd1d3 url('../img/event_201801/pattern_01.png') repeat-x;
	height: 785px;
	position: relative;
}

#event_attend_calenderArea {
	width: 1063px ;
	margin: 0 auto;
	background: #eb7e91;
    height: 725px;
}

#event_attend_calenderArea .calender_table {
	background: url('../img/event_201801/event_attend_conts03.png') 0 0 no-repeat;
	position: absolute;
	width: 980px;
	height: 765px;
	margin-left: -490px;
	left: 50%;
	top: 20px;
}
#event_attend_calenderArea .calender_table .calender_thead {
	width: 602px;
    height: 65px;
    padding: 0 189px;

}
#event_attend_calenderArea .calender_table .calender_thead .calender_month {
	background: url('../img/event_201801/event_attend_txt04.png') 0 23px no-repeat;
	width: 114px;
    height: 65px;
   	float: left;
}

#event_attend_calenderArea .calender_table .calender_thead .calender_today {
	color: #fff493;
	font-size: 30px;
	font-family: 'arial';
	float: left;
	margin: 18px;
}

#event_attend_calenderArea .calender_table .calender_thead .calender_click {
	background: url('../img/event_201801/event_attend_txt05.png') 0 23px no-repeat;
	width: 299px;
    height: 65px;
   	float: left;
}

#event_attend_calenderArea ul {
    width: 980px;
    overflow: hidden;
}

#event_attend_calenderArea ul li {
	float: left;
	position: relative;
}

#event_attend_calenderArea ul li.attend_calender {
	background: url('../img/event_201801/event_attend_stamp_default.png') 50% 50% no-repeat;
	width: 140px;
	height: 140px;
}

#event_attend_calenderArea ul li.attend_calender span {
	font-size: 14px;
	color: #fff;
	position: absolute;
    top: 47px;
    left: 50%;
    margin-left: -20px;
    font-weight: 700;
    width: 41px;
    text-align: center;
}

#event_attend_calenderArea ul li.attend_calender.Echeck span,
#event_attend_calenderArea ul li.attend_calender.Ecomplete span {
	font-size: 0;
}

#event_attend_calenderArea ul li.attend_calender.Enone {
	visibility: hidden;
}

#event_attend_calenderArea ul li.attend_calender.Echeck {
	background: url('../img/event_201801/event_attend_stamp_check.png') 50% 50% no-repeat;
	cursor: pointer;
}

#event_attend_calenderArea ul li.attend_calender.Ecomplete {
	background: url('../img/event_201801/event_attend_stamp_complete.png') 50% 50% no-repeat;
}

.event_attend.conts03 {
	background:#4773bd url('../img/event_201801/event_attend_conts04.png') 56% 58px no-repeat;
	height: 650px;
	position: relative;
}

.event_attendImg.dog01 {
	position: absolute;
	background: url('../img/event_201801/event_attend_img01.png') 0 0 no-repeat;
	width: 214px;
	height: 204px;
	bottom: 793px;
	left: 50%;
	margin-left: 405px;
}

.event_attendImg.dog02 {
	position: absolute;
	background: url('../img/event_201801/event_attend_img02.png') 0 0 no-repeat;
	width: 145px;
	height: 132px;
	bottom:147px;
	left: 50%;
	margin-left: -660px;
}
.event_attend_notice {
	background:#353639 url('../img/event_201801/event_attend_notice.png') 39% 29px no-repeat;
	height: 180px;
	font-size: 0;
	text-indent: -9999em;
}
.event_attend_notice .btn_info {
	background: url(../img/event_201801/btn_info.png) 0 0 no-repeat;
	width: 81px;
	height: 15px;
	top: 110px;
	left: 50%;
	margin-left: 284px;
	position: absolute;
}

.event_attend_modal {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #000;
    background: rgba(0,0,0,.5);
    display: none;
    overflow: auto;
}

.event_attend_modalBox {
	background: url('../img/event_201801/event_attend_popupBg.png') 0 0 no-repeat;
	width: 661px;
	height: 413px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

.event_attend_modalBox button.EM_btn_close {
	font-size: 0;
    top: 0;
    right: 5px;
    position: absolute;
    width: 48px;
    height: 48px;
}

.event_attend_modalBox button.EM_btn_ok {
	font-size: 0;
	background: url('../img/event_201801/event_attend_popupBtn_ok.png') 50% 50% no-repeat;
    width: 131px;
    height: 55px;
}

.event_attendModal {
	height: 308px;
    width: 660px;
    text-align: center;
}

.event_attendModal > img {
	margin-top: 25px;
}

.event_attendModal > p {
	font-size: 18px;
	margin: 20px 0;
}

.event_attendModal h2 {
	height: 104px;
	display: block;
	font-size: 0;
	text-indent: -9999em;
}

.event_attendModal.M3day h2 {
	background: url('../img/event_201801/event_attend_popupTxt_3day.png') 45% 46px no-repeat;
}
.event_attendModal.M7day h2 {
	background: url('../img/event_201801/event_attend_popupTxt_7day.png') 45% 46px no-repeat;
}
.event_attendModal.M25day h2 {
	background: url('../img/event_201801/event_attend_popupTxt_25day.png') 45% 46px no-repeat;
}

/*무술년 첫 결제! 특별한 혜택*/
#event_1801_pay .event_conts_tit {
	background: url('../img/event_201801/event_conts1_bg.png') 50% 0 repeat-x;
	height: 919px;
	text-indent: -9999em;
	font-size: 0;
}
#event_1801_pay .event_conts_tit .event_contsTit_txt {
	width: 1128px;
	height: 872px;
	margin: 0 auto;
	background: url('../img/event_201801/event_conts1_tit.png') 0 28px no-repeat;	
}
#event_1801_pay .event_conts01 {
	background: url('../img/event_201801/event_conts1_pattern.png') 0 0 repeat;
	text-indent: -9999em;
	font-size:0;
	height: 656px;
}
#event_1801_pay .event_conts01 .event_conts01_txt {
	width: 1102px;
	height: 592px;
	margin: 0 auto;
	background: url('../img/event_201801/event_conts1_txt1.png') 50% 43px no-repeat;
	position: relative;
}
#event_1801_pay .btnTy01 {
	position: absolute;
	right: 36px;
	top: 185px
}
#event_1801_pay .btnTy02 {
	position: absolute;
	right: 36px;
	bottom: 33px
}
#event_1801_pay .event_conts02 {
	background-color:#def38e;
	text-indent: -9999em;
	font-size:0;
	height: 1820px;
	border-top:9px solid #d5d34a;
}
#event_1801_pay .event_conts02 h3 {
	background: url('../img/event_201801/event_conts1_txt2.png') 50% 50px no-repeat;
	height: 190px;
}
#event_1801_pay .event_conts02 .event_conts02_box1 {
	width: 1047px;
	margin: 0 auto;
	margin-bottom: 50px;
}
#event_1801_pay .event_conts02 .event_conts02_box1 ul {
	overflow: hidden;
}
#event_1801_pay .event_conts02 .event_conts02_box1 ul li {
	float:left;
}
#event_1801_pay .event_conts02 .event_conts02_box1 ul li.benefit_li01 {
	background: url('../img/event_201801/event_conts1_box01.png') 0 0 no-repeat;
	height:437px;
	width:329px;
	position: relative;
	margin-right: 30px;
}
#event_1801_pay .event_conts02 .event_conts02_box1 ul li.benefit_li02 {
	background: url('../img/event_201801/event_conts1_box02.png') 0 0 no-repeat;
	height:437px;
	width:329px;
	position: relative;
	margin-right: 30px;
}
#event_1801_pay .event_conts02 .event_conts02_box1 ul li.benefit_li03 {
	background: url('../img/event_201801/event_conts1_box03.png') 0 0 no-repeat;
	height:437px;
	width:329px;
	position: relative;
}
#event_1801_pay .event_conts02 .event_conts02_box1 .imgList {
	display: block;
	position: absolute;
	bottom: 120px;
    left: 29px;
}
#event_1801_pay .event_conts02 .event_conts02_box1 .btnTy03 {
	display: block;
	position: absolute;
	bottom: 58px;
	left: 112px;
}
#event_1801_pay .conts02_dot {
	background-color:#cade7b;
	height: 5px;
	width: 1180px;
	margin: 0 auto;
}
#event_1801_pay .event_conts02 .event_conts02_box2 {
	background: url('../img/event_201801/event_conts1_txt3.png') 50% 50px no-repeat;
	height: 367px;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#event_1801_pay .event_conts02 .event_conts02_box3 {
	background: url('../img/event_201801/event_conts1_txt4.png') 50% 50px no-repeat;
	height: 714px;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#event_1801_pay .event_conts02 .btnTy04 {
	position: absolute;
	bottom: 0;
	left: 330px;
}

#event_1801_pay .event_conts.dsec {
	background: #eef0f1;
	text-indent: -9999em;
	font-size: 0;
}
#event_1801_pay .event_conts .event_conts_notice {
	background: url('../img/event_201801/event_conts1_notice.png') 50% 23px no-repeat;
	height: 130px;
	margin-left: -115px;
}
#event_1801_pay .event_conts .btnAb.view {
	background: url(../img/event_201801/btn_edit.png) 0 0 no-repeat;
	width: 81px;
	height: 15px;
	top: 67px;
	left: 50%;
	margin-left: 496px;
	position: absolute;
}

