
#wrapper{
    /* border:5px solid red; */
}
#wrapper>*{
    /* border:5px solid green; */
}
#wrapper>*>*{
   /* border:5px solid blue; */
}
body{
    background-color: white;
	background-image: url(/images/main/zeronate/magazine/bg.png);
	background-size: cover;
} 
#wrapper{
	/* border:20px solid red; */
	max-width:108rem;
	margin:5rem auto;
}

#header1{
    text-align: center;
    padding-top:2rem;
    padding-bottom:4rem;
}

#header1 .avatar{
    border-radius: 100%;
    display: inline-block;
    padding: 0.5rem;
    background-color: rgba(255,255,255,0.01);
    border:2px solid rgba(255,255,255,0.1);
    margin-bottom: 1.5rem;
}
#header1 .avatar img{
    border-radius: 100%;
    display: block ;
}

#header1 .avatar img:hover{
	background-color: rgba(255, 102, 0, 0.8);
	box-shadow: inset 0 0 0 1px rgba(255, 72, 0, 1), 0 0 0.5em 0 #ff2a00;
}

#header1 h2{
	font-size: calc(0.42vw + 14.00px);
    /* font-size:1.375rem; */
    color:rgba(255,255,255,0.5);
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif; 
    /* margin-bottom: 0.5rem; */
	line-height: 2.5rem;
	margin-right:2rem; margin-left:2rem;
}
#header1 h2 strong{
    color:rgba(255,255,255,0.8);
    font-weight:500;
}
#header1 h2 a{
    color:rgba(255,255,255,0.8);
    text-decoration: none;
    border-bottom:1px dotted rgba(255,255,255,0.5);
}
#header1 h2 a:hover{
color: rgb(255, 194, 153);
/* border-bottom-color: transparent; */
}


#header1 h3 {
    color:rgba(255,255,255,0.5);
	font-family: 'Noto Sans KR', sans-serif; 
	margin-right:1.8rem; margin-left:1.8rem;
}

#header1 ul.icons li{
    display: inline-block;
    border-radius: 100%;
    border:1px solid rgba(255,255,255,0.25);
    background-color: rgba(255,255,255,0.05);
    width:2rem;
    height:2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}

#header1 ul.icons li:hover{
    border:1px solid rgba(255,255,255,0.25);
    background-color: rgba(255,255,255,0.2);
}

#header1 ul.icons li a{
    color:rgba(255,255,255,0.5);
    text-decoration: none;
}

#header1 ul.icons li .label{
    display: none;
}

#main .thumbnails{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}

#main .thumbnails>div{
	flex-grow: 1;	
	margin-right:1rem;
	margin-left:1rem;
}

#main .thumbnails a{
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-bottom: none;
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
	text-align: center;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
	background-color: rgba(255, 255, 255, 0.075);
	cursor: pointer;
	outline: 0;
	overflow: hidden;
}

#main .thumbnails a img {
	display: block;
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#main .thumbnails img{
	width:100%;
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
	display: block;
}

#main .thumbnails h3{
	border-left:1px solid rgba(255,255,255,0.5);
	border-right:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(255,255,255,0.5);
	border-bottom-left-radius: 0.6rem;
	border-bottom-right-radius: 0.6rem;
	padding: 0.5rem;
	text-align: center;
	background-color: rgba(255,255,255,0.1);
	color:white;
	font-size: 0.8rem;
	font-weight: 200;
}

#main .thumbnails a:hover {
	background-color: rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #b8b8b8;
}

#footer1{
	text-align:center;
	color:rgba(255,255,255,0.5);
    font-weight: 200;
    font-family: 'Source Sans Pro', sans-serif; 
	padding-bottom: 3rem;
	font-size:1.2rem;
}

#footer1 a{
	color:rgba(255,255,255,0.5);
	text-decoration: none;
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}

#footer1:before{
	content:'';
	display:block;
	margin:2rem auto;
	width:10rem;
	border-top:1px solid rgba(255,255,255,0.2);
	margin-bottom:3rem;
}
@media(max-width:480px){
	#main .thumbnails {
		display: block;
	}
}

