.btn_close_100 
{
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 9999;
    color: #fff;/*6641c3*/
    /*background: #6641c3;*/
    /*width: 30px;
    height: 30px;*/
    text-align: center;
    font-size: 26px;
}

.main_notice_pop
{
	position:fixed; 
	left:50%; 
	top:5%; 
	display:none; 
	z-index:99999; 
	transform: translate(-50%, 20%); 
	text-align: center; 
	background: #000; 
	color: #fff; 
	padding: 0 0 10px 0;
}

input[type=checkbox]
{
	zoom:1.5;	/* Ã¼Å©¹Ú½º 1.5¹è È®´ë */
}

.main_notice_pop img
{
	width:476px;
}

.main_notice_pop span{
    font-size: 15px;
	line-height:1.4;
}

@media all and (max-width:560px)	/* °¡·Î ÇÈ¼¿ÀÌ 560 ¹Ì¸¸ÀÎ ¸ð¹ÙÀÏ¸¸ ÇØ´çÇÔ */
{
	.main_notice_pop {width:90%;top:0%;} /* ÆË¾÷ ÀÌ¹ÌÁö ÁÂ5% ¿ì5% ¿©¹éµÎ±â »ó´Ü 8% ¿©¹éµÎ±â */
	.main_notice_pop img{width:100%;}
    .btn_close_100 {font-size: 20px;}
}