@import url(https://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/hanna.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);


/* ¿µ¹® ÆùÆ® font-family: 'Roboto', sans-serif; font-weight: 400;*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);


/* Left menu start */

.left_menu{
	margin-top:40px;
	font-family: 'Jeju Gothic', serif;
	font-size:13px;
	width:200px;
	letter-spacing:-1px;
}

.left_menu ul {	
	list-style-type:none;
	position:relative;
	left:-30px;
}

.left_menu li {	
	margin:1px 0;
}

.left_menu ul li a {
	display:block;
	padding:4px 3px 1px 5px;
	border-radius:3px;
}

.left_menu ul li:hover > a {
	background-color:#696262;
	display:block;
	color:white;
}

.sub {
	padding-left:10px;
}


/* gallery */

#gallery, #gallery_install {
	width:700px;
}

#gallery .img_wrap, #gallery_install .img_wrap{
 	display: table;	
}
#gallery .img, #gallery_install .img {
	width:202px;
	height:206px;
    text-align:center;
	display:table-cell;
	vertical-align:middle;
	border: 2px solid #dddddd;
	line-height:206px;
}
#gallery .img img, #gallery_install .img img {
	padding:2px;
	opacity: 1;
}

#gallery .img a:hover img , #gallery_install .img a:hover img {
	opacity: 0.8;
}

#gallery .gallery_list, #gallery_install .gallery_list {
	float:left;
	margin:2px;
	padding:2px;

}

#gallery .desc, #gallery_install .desc {
	width:180px;
	vertical-align:middle;
	text-align:center;
	display:table-cell;
	padding:10px 8px;
	font-family: verdana, "µ¸¿ò", sans-serif;
	font-size:11px;
	color:#919191;

}
#gallery .desc {
	height:140px;
}


#gallery_install .desc {
	height:50px;
}

/* sub menu  */

#sub_leftmenu {font-family: 'Nanum Gothic', serif; font-size:11px; color:#9e9e9e; text-align:left;}


/* Artist LISTS main contents */

#contents {width:900px; margin:0 auto;}

#left_menu {float:left; width:200px; margin:0 auto; margin-top:50px; padding:0 5px; text-align:left;}
#main_contents {float:left; margin-top:20px; }

.contents_top p {font-family: 'Nanum Gothic', serif; font-size:21px; color:#696969; text-align:left; line-height:18px;}
.contents_top { width:680px; height:28px; margin-top:40px; border-bottom:1px solid #e55900; }

.contents_title p {font-family: 'Nanum Gothic', serif; font-size:21px; color:#9e9e9e; text-align:left; line-height:18px; margin-top:30px;}

.artist_list ul {list-style:none; margin-top:20px; margin-left:5px; }
.artist_list ul li {font-family: 'µ¸¿ò', serif; font-size:14px; color:#000; text-align:left; line-height:23px;}

.artist_list ul li:hover a { color:#ae0d0d; }

/* upcoming */

#upcoming_top p {font-family: 'Nanum Gothic', serif; font-size:20px; text-align:left; line-height:18px;}
#upcoming_top { width:800px; height:28px; margin-top:40px; border-bottom:1px solid #e55900; }

#upcoming_body {margin-top:20px;}

/* footer */

#footer {width:900px; margin:0 auto; margin-top:20px; margin-bottom:30px;}



/* English leftmenu */

#eng_leftmenu {width:200px;}

#eng_leftmenu li{list-style:none; text-align:left; line-height:17px;}

#eng_leftmenu ul { font-family: 'Roboto', sans-serif; font-weight: 400; font-size:10.5px; margin-left:20px; color:#2a2a2a;}




/* temp */
.past {text-align:left;}


/* IE7 Hack */
*table td {vertical-align:top;}
*.left_menu a {text-align:left;}