@charset "utf-8";
/* CSS Document */
.sidr {
	overflow-x: none;
	overflow-y: auto;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	background: url(../img/bodyBG.png);
	background-size: 48px 24px;
}
.sidr header {
	padding: 0px;
	background: url(../img/raceBg05.png) repeat-x left 15px,rgba(255,255,255,0.5);
	background-size: auto 11px, auto;
	height: 125px;
	margin: 0px;
}
.sidr header h1 {
	background: #222;
	color: #fce3f9;
	text-align: right;
	font-size: 0.6em;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	text-shadow: none;
	border-radius: 0 !important;
}
.sidr header .panelEvent {
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	padding: 0px;
	margin-top: 15px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 5px;
	text-align: center;
	height: 80px;
	line-height: 56px;
	background: #fff;
	background-size: 24px auto;
	border-radius: 0.5em;
}
.sidr header .panelEvent > h2 {
	background:url(../img/h1Ico.png) no-repeat left center, url(../img/h1Ico.png) no-repeat right center, #fce3f9;
	background-size: 24px auto;
	color: #222;
	font-family: "mplusLight";
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius:0.5em 0.5em 0 0;
	font-size: 1em;
}
.sidr header > ul {
	margin: 0px;
	padding: 0px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidr header > ul > li {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
	text-indent: -9999px;
}
.sidr header > ul > li a {
	background: none;
	margin: 2px;
	padding: 0px;
	height: 48px;
	width: 48px;
}
.sidr header > ul > li a#line {
	background: url(../img/lineNavIco.png) no-repeat center center;
	background-size: 24px 24px;
	background-color: #5ae628;
	border: 1px solid #2eaa02;
}
.sidr header > ul > li a#twttr {
	background: url(../img/twttrIco.png) no-repeat center center;
	background-size: 24px 24px;
	display: block;
	background-color: #68aade;
	border: 1px solid #035fa7;
}
.sidr header > ul > li a#mixi {
	background: url(../img/mixiIco.png) no-repeat center center;
	background-size: 24px 24px;
	display: block;
	border: 1px solid #f1780c;
}
.sidr header > ul > li a#gmail {
	background: url(../img/gmailIco.png) no-repeat center center;
	background-size: 24px 24px;
	display: block;
	border: 1px solid #e92e30;
}
.sidr header time {
	margin: 0px;
	padding: 0px;
}
.sidr ul {
	display: block;
	margin: 0;
	padding: 0;
}
.sidr ul li {
	display: block;
	margin: 0;	
}

.sidr h2 {
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 26px;
	background: #222;
	color: #fce3f9;
	line-height: 24px;
	;
	text-shadow: none;
	font-family: 'Old Standard TT';
	margin: 0px;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
    /*line-height: 2em;*/
	line-height: 24px;
}
.sidr ul li a {
	display: block;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 32px;
	color: #222;
	background: url(../img/navIco.png) no-repeat center left, rgba(255,255,255,0.5);
	background-size: 32px 32px;
	line-height: 40px;
	text-shadow: none;
	text-shadow: 1px 1px 0px #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222;
	font-family: 'Old Standard TT';
}
.sidr ul li a:first-letter {
	color: #e9617c;
	font-size:1.2em;
}
.sidr ul li:nth-child(2n) a {
	background: url(../img/navIco.png) no-repeat center left, #fce3f9;
	background-size: 32px 32px;
}
.sidr ul li a:hover {
	background:url(../img/navIco.png) no-repeat center left, #e9617c;
	background-size: 32px 32px;
	color: #fff !important;
	text-shadow: none;
}
.sidr ul li a:hover:first-letter {
	color: #fff;
}
.sidr ul li:last-child a {
	border:none;
}
.sidr ul li a span {
	/*display:none;*/
	font-size:0.6em;
	float: right;
	font-family: "mplusLight";
}
.sidr ul li a .caption {
	float: right;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.sidr ul li ul {
	margin: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c7c6c3;
	border-right-color: #f1f2ed;
	border-bottom-color: #f1f2ed;
	border-left-color: #c7c6c3;
	padding: 0px;
}
.sidr ul li ul li {
	line-height: 30px;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background-color: #FFF;
}
.sidr ul li ul li:nth-child(2n) {
	background-color: #FAF9EC;
}

.sidr ul li ul li:last-child { border-bottom: none }


.sidr ul li ul li a {
	color: rgba(51,51,51,0.8);
	background-image: url(../img/newsNav_ico.png);
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e8e5dc;
	border-right-color: #fbf7ea;
	border-bottom-color: #fbf7ea;
	border-left-color: #e8e5dc;
	background-repeat: no-repeat;
	background-position: right center;
	background-size:24px 24px;
	line-height: 2em;
}
.sidr ul li ul li a:hover {
	color: #ff9a9a;
	text-shadow:none;
	background-image: url(../img/newsNav_ico.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:24px 24px;
}
.sidr ul li ul li a .newsTime {
	display: block;
	text-align: right;
}
.sidr ul li ul li img {
	max-width: 48px;
	margin: 0.2em;
	padding: 0px;
	float: left;
}
.sidr p {
	margin: 0px;
	padding: 0px;
}
.sidr form { margin: 0 15px }
.sidr label { font-size: 13px }
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0,0,0,0.1);
    color: rgba(51,51,51,0.6);
    display: block;
    clear: both;
}
.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
    color: #f8f8f8;
    background: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover { background: rgba(51,51,51,0.9) }

.newContent li {
	font-family: 'huiji' !important;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.newContent li a {
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.sidr .lineNavLink {
	display: block;
	background: #fff;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	font-size: 0.8em;
	margin: 0.2em;
	text-shadow: none;
	padding: 0.5em;
	color: #1ec30a;
}
.sidr .lineNavLink span {
	display: block;
	text-align: center;
	margin: 0.2em;
	padding: 0.2em;
	background: url(../img/lineIco.png) no-repeat left center, #1ec30a;
	background-size: 32px 32px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	color: #fff;
	border: 1px solid #FFF;
	line-height: 32px;
}
.sidr .kakaoNavLink {
	display: block;
	background: #fff;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
	font-size: 0.8em;
	margin: 0.2em;
	text-shadow: none;
	padding: 0.5em;
	color: #614b4c;
}
.sidr .kakaoNavLink span {
	display: block;
	text-align: center;
	margin: 0.2em;
	padding: 0.2em;
	background: url(../img/kakaoIco.png) no-repeat left center, #eeeb0f;
	background-size: 32px 32px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	color: #614b4c;
	border: 1px solid #FFF;
	line-height: 32px;
}
.navBana {
	margin: 1em;
	display: block;
	clear: both;
}
.navBana a {
	display: block;
}
.navBana img {
	border-radius: 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}