
#top {
	position:relative;
	width:100%;
	margin:0 auto;
	height:100%;
}
#top div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

#social {
	position:absolute;
	top: -80px;
	right: 20px;
}
#social li {
	display: inline-block;
	margin-left:15px;
	cursor:pointer;
}
#social li img {
	width: 60px;
	height: 60px;
}


#contents #sc_news {
	position:absolute;
	top:-120px;
	width:120px;
	height:120px;
	left:50%;
	margin-left:-60px;
}
#contents #sc_news img {
	width:100%;
	height:100%;
}


#contents {
	width:100%;
	background-color:#0BF;
	
	color:#000;
	position:relative;
}

#contents #main {
	position:relative;
	z-index:1;
	
	margin:0 auto;
	width:860px;
	height:100%;
	background-color:#FFF;
	text-align:center;
}

#contents #news {
	padding-bottom:60px;
}


#contents #news .title {
	font-family: 'Asap', sans-serif;
	font-size:2.5rem;
	font-weight:700;
	letter-spacing:2px;
	color:#069;
	line-height:100px;
}

#contents #news .evt:before {
	content:"";
	width:30px; height:30px;
	background:#C33;
	
	pointer-events:none;
	position:absolute;
    z-index: -1;
	
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-o-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	top:-15px;
}
#contents #news .evt {
	font-size:0.9rem;
	font-weight:bold;
	margin-bottom:16px;
	width:560px;
	margin:0 auto;
	padding:20px;
	background:#C33;
	color:#FFF;
	position:relative;
}
#contents #news .evt span { color:#FDF; }

#contents .evt img {
	border:solid #FFF 4px;
}

#contents .evt a, #contents .evt a:link {
	text-decoration:underline;
}
#contents .evt a:hover, #contents .evt a:active {
	color:#FF0;
	text-decoration:underline;
}
#contents .evt img:hover {
	border-color:#FF0;
}


#contents #news .list {
	letter-spacing: -.40em;
}

.news_no {
	position: relative;
	width: 240px;
	height: 240px;
	border: 5px solid #fff;
	display:inline-block;
	
	margin-left:5px;
	margin-right:5px;
}
.news_no .bg {
	position:absolute;
	opacity: 0.5;
}
.news_no .bg img { width:240px; height:240px; }

.news {
	position: relative;
	width: 240px;
	height: 240px;
	border: 5px solid #069;
	background:#069;
	font-weight: bold;
	letter-spacing: normal;
	display:inline-block;
	
	margin-left:5px;
	margin-right:5px;
}

.news .bg {
	position:absolute;
	opacity: 0.17;
}
.news .bg img {
	width:240px;
	height:240px;
}
.news .info {
	position: relative;
	z-index: 10;
	display:table;
	
	width:240px;
	height:240px;
}
.news .info .info_con {
	display:table-cell;
	vertical-align:middle;
	
	font-size: 0.8rem;
	font-weight:bold;
	letter-spacing:1.5px;
	padding:20px;
	word-break : break-all;
}

.news .info .info_con .text {
	color:#FFF;
	margin-bottom:20px;
}
.news .info .info_con .date {
	color:#FDF;
}

#bt_more {
	display:none;
	margin-top:25px;
	cursor:pointer;
	opacity: 0.7;
}

#bt_more:hover, #bt_more:active {
	opacity: 1;
}
#bt_more {
	-webkit-transition: all .2s;
	transition: all .2s;
}



#contents #tweet {
	padding-bottom:20px;
	padding-top:20px;
	background:#069;
	margin-bottom:20px;
	
	height:400px;
}
#contents #tweet iframe {
	margin:0 auto;
}

#contents #footer {
	color:#069;
	letter-spacing:1px;
	padding-bottom:20px;
}

/*
#sideBt {
	position:fixed;
	z-index:200;
	width:60px;
	height:240px;
	top:50%; left:0;
	margin-top:-120px;
}
*/
#side {
	/*position:fixed;*/
	position:absolute;
	z-index:90;
	width:240px;
	height:100%;
	top:120px; left:0;
}

#side #sideCon {
	width:240px;
	position:relative;
	overflow:hidden;
}
#sideCon .content {
	margin-top:20px;
	margin-bottom:20px;
}

#side p {
	margin-left:10px;
	margin-top:4px;
	transition: .2s linear;
}
#side p:hover { opacity:0.6;
}
#side img {
	width:200px;
	height:50px;
}

