@charset "UTF-8";
.halbu-popup-box .skip{
	display:none;
	font-size:0;
	text-indent:-9999999px;
}
.halbu-popup-box{
	position:fixed;
	display:none;
	width:817px;
	height:600px;
	overflow-y:auto;
	z-index:501;
	left:50%;
	top:10%;
	border: 3px solid #000;
    background-color: #fff;
	margin-left:-408px;
}
.halbu-popup-box .halbu-wrap{
	margin:0 auto;
	width:764px;
	font-family:'spoqa3','Malgun Gothi','맑은 고딕',dotum;
	font-weight:300;
}
.halbu-popup-box .popup-title{
	font-family:'spoqa4','Malgun Gothi','맑은 고딕',dotum;
	font-weight:600;
	width:440px;
	text-align:center;
	letter-spacing:-2px;
	font-size:31px;
	height:42px;
	line-height:36px;
	margin:40px auto;
}
.halbu-popup-box .halbu-org-box{
	padding:0 10px;
	line-height:inherit;
	color:#fff;
	background-color:#f65428;
	border-bottom:1px solid #f65428;
}
.halbu-popup-box .halbu-org-line{
	padding-left:10px;
	border-bottom:1px solid #f65428;
}
.halbu-popup-box .halbu-popup-close{
	/* background:url('/mobile/images/event/mu_pop/close-btn.png'); */
	/* width: 27px; */
    height: 32px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
	/* font-size:0; */
	/* overflow:hidden; */
	/* text-indent:-9999999px; */
	font-size:50px;
	font-family: 'noto2', 'sans-sarif';
	padding:3px;
}

.halbu-popup-box .halbu-menu{
	height:70px;
}

.halbu-popup-box .halbu-menu li{
	float:left;
	font-size:24px;
}

.halbu-popup-box .halbu-menu li a{
	display:block;
	/*width:382px;*/
	width:764px;
	height:70px;
	background:#efefef;
	color:#000;
	text-decoration:none;
	text-align:center;
	line-height:70px;
}
.halbu-popup-box .halbu-menu li a.selected,
.halbu-popup-box .halbu-menu li a:hover{
	background:#000ca7;
	color:#fff;
}

.halbu-table-wrap{margin-top:18px;}

.halbu-table-wrap {
	letter-spacing:-1px;
}
.halbu-table-wrap .halbu-tit{
	font-size:20px;
	border:4px solid #272727;
	background-color:#272727;
	line-height:43px;
	margin-top:20px;
	font-weight:normal;
}
.halbu-table-wrap .halbu-tit:first-child{
	margin-top:0;
}
.halbu-table-wrap .halbu-tit .halbu-num,
.halbu-table-wrap .halbu-tit .halbu-h3{
	display:inline-block;
	height:43px;
	line-height:43px;
	/*	vertical-align:middle;*/
}
.halbu-table-wrap .halbu-tit .halbu-num{
	background-color:#fff;
	width:43px;
	text-align:center;
	font-weight:bold;
}
.halbu-table-wrap .halbu-tit .halbu-h3{
	padding-left:15px;
	color:#fff;
}

.halbu-table-wrap .halbu-table-style{
	width:100%;
	font-size:14px;
	line-height:22px;
	border-top:1px solid #ccc;
}
.halbu-table-wrap .halbu-table-style th,
.halbu-table-wrap .halbu-table-style td{
	padding:10px 12px;
	font-weight:normal;
	text-align:center;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.halbu-table-wrap .halbu-table-style thead tr th{
	background-color:#f4ede1;
}

.halbu-table-wrap .halbu-ul-style{
	margin-top:16px;
	font-size:14px;
	padding-bottom:10px;
}
.halbu-table-wrap .halbu-ul-style li{
	padding-left:12px;
	margin:3px;
	position:relative;
}

.halbu-table-wrap .halbu-ul-style li:before{
	content:'·';
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:inherit;
	width:20px;
	font-weight:bolder;
}


.halbu-table-wrap .halbu-red{
	color:#c4252b;
}
.halbu-table-wrap .halbu-h3 .halbu-red{
	color:#fa5558;
}

.halbu-table-wrap .halbu-blue{
	color:#1544cb;
}
.halbu-table-wrap .halbu-s{
	font-size:12px;
	font-weight:normal;
}
.halbu-table-wrap .pl50{
	padding-left:50px !important;
}
.halbu-table-wrap .halbu-al{
	text-align:left !important;
}

.halbu-table-wrap table .halbu-red{
	display:block;
	/*border-bottom:1px solid #ccc*/
}

.halbu-table-wrap table .halbu-gray{
	display:block;
}
