@charset "utf-8";
/**
* OLYM Cascading Style Sheets
* File Name : /css/sub.css
* Description : 화제신문 기본 스타일시트
* Author : Hwaje Web business Team / Lee kyoung sun
* Email : designtj@olymcompnay.com
* Date : 2015.04.08
* Update : 2015.04.08
* Copyright(c) 2015 hwaje. All Rights Reserved.
*/


/*---------main_visual_area----------*/

.main_top{
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  align-content: center;
}

.main_top #main_visual_area{
  width:750px;
	height:400px;
	position:relative;
	overflow:hidden;
  float: left;
}
.main_top #main_visual_area ul li{
	width:100%;
	height:400px;
	position:absolute;
	float:left;

}
.main_top #main_visual_area ul li.m_bg01{ background:url(/img/vega/main01.jpg) no-repeat center top; }
.main_top #main_visual_area ul li.m_bg02{ background:url(/img/vega/main01.jpg) no-repeat center top; }
.main_top #main_visual_area ul li.m_bg03{ background:url(/img/vega/main01.jpg) no-repeat center top; }

.main_top #right{
  width: 250px;
  height: 400px;
  float: left;
}

.main_top #right #right01{
  width: 250px;
  height: 300px;
}

.main_top #right #rignt02{
  width: 250px;
  height: 100px;
}

.main_top #right img{
  width: 250px;
}

.main_top #right #right01 img{
  height: 300px;
}

.main_top #right #right02 img{
  height: 100px;
}
/*--------contents----------*/
#contents_wrap{
  width: 1000px;
  margin: 0 auto;
  align-content: center;
}

#contents{
	width:1000px;
  margin:0 auto;
  margin-top: 10px;
  height: 500px;
  align-content: center;
  display: inline-block;
}

#contents #cont_left{
  width: 674px;
  height: 500px;
  float: left;
}

#contents #cont_left #left_top{
  width: 674px;
  height: 100px;
  float: left;
}

#contents #cont_left #left_top #item{
  width: 337px;
  height: 100px;
  float: left;
}

#contents #cont_left #left_main{
  width: 674px;
  height: 400px;
  float: left;
}
#contents #cont_left #left_main #main_left{
  width: 337px;
  height: 400px;
  float: left;
  position: relative;
}
#contents #cont_left #left_main #main_left img{
  height: 400px;
}

#contents #cont_left #left_main #main_left #title{
  position: absolute;
  height: 40px;
  width: 100%;
  left:0px;
  bottom: 0px;
  font-size: 20px;
  line-height: 20px;
  padding-left: 30px;
  font-weight: bold;
  padding-top: 10px;
  color: white;
  /*background-color: rgb(0, 0, 0);*/
  opacity: 0;
}

#contents #cont_left #left_main #main_left .active #title{
  opacity: 1;
  z-index: 101;
}

#contents #cont_left #left_main #main_left #title_bar{
  position: absolute;
  height: 40px;
  width: 100%;
  left:0px;
  bottom: 0px;
  font-size: 20px;
  line-height: 20px;
  padding-left: 30px;
  font-weight: bold;
  padding-top: 10px;
  color: white;
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
  z-index: 100;
}

#contents #cont_left #left_main #main_right{
  width: 337px;
  height: 400px;
  float: left;
  background:url(/img/vega/left_main_bg.jpg) no-repeat center top;
}

#contents #cont_left #left_main #main_right #cont{
  height: 185px;
  padding-top: 20px;
}

#contents #cont_left #left_main #main_right #cont #title{
  color: #909090;
  font-weight: bold;
  font-size: 22px;
  padding-left:20px;
  padding-right:20px;
}

#contents #cont_left #left_main #main_right #cont #item{
  margin-top: 20px;
  padding-left:20px;
  padding-right:10px;
}

#contents #cont_left #left_main #main_right #cont #item ul{
}
#contents #cont_left #left_main #main_right #cont #item ul li{
  border: solid white 1px;
  width: 90px;
  height: 100px;
  margin-right: 10px;
  float: left;
}
#contents #cont_left #left_main #main_right #cont #item .img{
  width: 100%;
  height: 100%;
}
#contents #cont_right{
  width: 324px;
  height: 500px;
  float: left;
}

#contents #cont_right #right_top{
  height: 155px;
  width: 324px;
  float: left;
}
#contents #cont_right #right_middle{
  height: 219px;
  width: 324px;
  float: left;
}

#contents #cont_right #right_middle #item{
  height: 73px;
  width: 324px;
  float: left;
}
#contents #cont_right #right_notice{
  height: 126px;
  width: 324px;
  float: left;
  padding-left: 25px;
  padding-right: 10px;
  padding-top: 10px;
}
#contents #cont_right #right_notice #top{
  height: 22px;
  position: relative;
  display: block;
  margin-bottom: 12px;
}
#contents #cont_right #right_notice #top #title{
  float: left;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#contents #cont_right #right_notice #top #more{
  position: absolute;
  width: 60px;
  right: 00px;
  margin-top: 4px;
}

#contents #cont_right #right_notice #item{
  font-size: 13px;
}


.border_left{
  border-left: #e0e0e0 2px solid;
}

.border_bottom{
  border-bottom: #e0e0e0 2px solid;
}

.m_text{
	position:absolute;
	top:65px;
	left:15px;
	width:142px;
	height:25px;
	overflow:hidden;
	z-index:55;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}
/*------------------*/

.photoG_list{
	margin:30px auto;
	position:relative;
	width:100%;
}
.photoG_list ul li.photoG{
	width:24.2%;
	min-height:200px;
	float:left;
	position:relative;
	margin:0px 3px;
	overflow:hidden;
}
.photoG_list ul li a .img{
	width:100%;
	height:125px;
	position:relative;
	overflow:hidden;
}
.photoG_list ul:after{content:""; display:block; clear:both; height: 0; visibility: hidden;}
.photoG_list ul {*zoom:1;} /* IE5.5~7 브라우저 대응 Hack */
.photoG_list .photoG .text{
	width:100%;
	padding:5px 0px 5px 0px;
	font-size:14px;
	position:relative;
	margin:0 auto;
}
.photoG_list .photoG .text p{
	width:100%;
	height:20px;
}
.photoG_list .photoG .text p.day{
	color:#909090;
	font-size:11px;
}
/*공연, 전시안내 리스트*/
.photoG_list .photoG .cul_txt{
	text-align:center;
}
.photoG_list .photoG .cul_txt .day2{
	color:#909090;
}

/*포토갤러리2*/

.photoG_list ul li.photoG02{
	float:left;
	position:relative;
	padding:10px;
}
.photoG_list ul li.photoG02 a .title{
  padding-top:5px;
  overflow: hidden;
  font-size:20px;
  font-weight: 700;
  color:#e50606;
  line-height:24px;
  letter-spacing:-0.5px;
}
.photoG_list ul li.photoG02 a .title .category{
	color:#444;
}
.photoG_list ul li.photoG02 a .img{
	width:100%;
	height:180px;
	position:relative;
	overflow:hidden;
  border: 1px solid #d4d4d4;
}
.photoG_list ul li.photoG02 a .text{
	width:100%;
	height:145px;
	position:relative;
	overflow:hidden;
  font-weight: 600;
  padding-top: 5px;
}


.goods2{
	position:relative;
	background:#FFF;
	margin-bottom:30px;
}

.goods3{
	position:relative;
	background:#FFF;

}

h5 {border-bottom:2px solid; padding:15px 0 10px 15px;}


.m_prev0{
	position:absolute;
	top:170px;
	left:20px;
	z-index:10;
	cursor:pointer;
}

.m_next0{
	position:absolute;
	top:170px;
	right:20px;
	z-index:10;
	cursor:pointer;
}

.m_prev1{
	position:absolute;
	top:170px;
	left:20px;
	z-index:10;
	cursor:pointer;
}

.m_next1{
	position:absolute;
	top:170px;
	right:20px;
	z-index:10;
	cursor:pointer;
}


/*main--------page 버튼*/
.pager {
	width:100px;
	text-align: left;
  left:30px;
	bottom:1px;
	position:absolute;
	color:#fffff;
	z-index:1;
}

.pager a {
	background: none repeat scroll 0 0 #666666;
	border: 1px solid #D7D7D7;
	border-radius: 5px;
	display: inline-block;
	height: 14px;
	margin: 0 4px;
	overflow: hidden;
	text-indent: -9999px;
	width: 14px;
}
.pager a.selected {
	background: #ed2227;
	background: -webkit-gradient(linear,0 0,0 100%,from(#63cccb),to(#1c9bca));
	border: 1px solid #f5a621;
	width: 14px;
	height: 15px;
}

.pager2 {
	width:310px;
	text-align: left;
  right:8px;
  top: 20px;
	position:absolute;
	color:#fffff;
	z-index:1;
}

.pager2 a {
	background: none repeat scroll 0 0 #666666;
	border-radius: 5px;
	display: inline-block;
	height: 10px;
	margin: 0 3px;
	overflow: hidden;
	text-indent: -9999px;
	width: 10px;
}
.pager2 a.selected {
	background: #ed2227;
	background: -webkit-gradient(linear,0 0,0 100%,from(#63cccb),to(#1c9bca));
	width: 35px;
	height: 10px;
}
