#content {
	width: 900px;
        height: auto;
	margin: 30px auto 0;border: solid 0px #000;
}

section, #section {
        float:left;
	width: 584px;
        height: auto;
	border: solid 0px #ccc;
}

article {
        float:left;
	width: 266px;
        height: auto;
        margin-top: 30px;
        margin-left: 20px;
	border: solid 0px #ccc;
}

#article {
        float:left;
	width: 266px;
        height: auto;
        margin-top: 0px;
        margin-left: 0px;
	border: solid 0px #ccc;
}

#line {
	width: 296px;
        height: 0px;
	border-bottom: solid 1px #CCCCCD;
        margin-bottom: 10px;
}

/* POPUP */
#popup {
    display:none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
	z-index: 999;
	background: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

#popup img{
	max-width: 850px;
}

.btn {
	border: none;
	z-index: 999;
	position: absolute; 
	color: #b51f1f;
	background: transparent;
	right: 20px;
	top: 22px;
	font-size: 15px;
}

.btn2 {
	border: none;
	z-index: 999;
	position: absolute; 
	color: #b51f1f;
	background: transparent;
	right: 125px;
	top: 33px;
	font-size: 15px;
}

.btn img {
	width: 30px;
}

.cl {
	padding-left: 20px;
}

.visit {
	text-decoration: none;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background: #FFFFFF;
	font-size: 13px;
}