/*!
 * miphak v0.0.1
 *
 */


/*==============================================================================
  BBS ¸ñ·Ï
===============================================================================*/

/*------------------------------------------------------------------------------
  ºí¸´ Æø
*/
.bbsBullet1, .bbsBullet2, .bbsBullet3, .bbsBullet4, .bbsBullet5 {
	width:10px;
	height:20px;
}	

/*------------------------------------------------------------------------------
  ºí¸´ »ö
*/
.bbsBullet1 {
	background-color:rgb(156,48,141);
}	

.bbsBullet2{
	background-color:rgb(215,0,15);
}	

.bbsBullet3 {
	background-color:rgb(232,84,80);
}	

.bbsBullet4 {
	background-color:rgb(190,139,85);
}	

.bbsBullet5 {
	background-color:rgb(243,156,18);
}	

/*------------------------------------------------------------------------------
  ¸ñ·Ï ¿©¹é
*/
.bbsList {
	margin-left:3px; 
	margin-right:3px;
}

.bbsSubject {
	margin-left:10px;
	//margin-bottom:-10px;
}

/*------------------------------------------------------------------------------
  ÀÐ±â ¹öÆ°
*/
.bbsReadButton {
	/*width:15%;*/
	width:30px;
	background-color:rgb(236,240,241);
}

/*------------------------------------------------------------------------------
  Skip ¸µÅ©
*/
.topFixed {
    position: fixed;
    top: 50px;
    right: 0px;
}

.container[role="main"] {
    padding-bottom: 60px;
}
        
.bottombar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
}