@charset "utf-8";
#mainBody {
	background-color: #f5f5f5;
}

#mainVisualWrap{
	clear:both;
	position: relative;
	/*z-index: -1;*/
	overflow: hidden;

}
/**사이드메뉴 시작**************************************/
#scrap01_on {
	position: absolute;
	top: 188px;
	right: 0;
	background:url(../images/main/btn_scrap01_on.png) no-repeat;
	width: 35px;
	height: 130px;
}
#scrap01_off {
	position: absolute;
	top: 188px;
	right: 0;
	background:url(../images/main/btn_scrap01_off.png) no-repeat;
	width: 35px;
	height: 130px;
	display:none;
}
#scrapOpen01 {
	position: absolute;
	top: 188px;
	/*right: 31px;*/
	padding: 20px 0 0 18px;
	right: -220px;
	background: url(../images/main/bg_scrapOpen.png) no-repeat; 
	width: 191px; 
	height: 110px;
	
}
#scrapOpen01 ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	color: #fff;
	background: url(../images/common/bullet_graySquare.gif) left center no-repeat;
}
#scrapOpen01 .forPrev {
	position: absolute;
	right: 35px;
	bottom: 12px;
}
#scrapOpen01 .forNext {
	position: absolute;
	right: 15px;
	bottom: 12px;
}

#scrap02_on {
	position: absolute;
	top: 320px;
	right: 0;
	background:url(../images/main/btn_scrap02_on.png) no-repeat;
	width: 35px;
	height: 130px;
}
#scrap02_off {
	position: absolute;
	top: 320px;
	right: 0;
	background:url(../images/main/btn_scrap02_off.png) no-repeat;
	width: 35px;
	height: 130px;
	display:none;
}

#scrapOpen02 {
	position: absolute;
	top: 320px;
	/*right: 31px;*/
	padding: 20px 0 0 18px;
	right: -220px;
	background: url(../images/main/bg_scrapOpen.png) no-repeat; 
	width: 191px; 
	height: 110px;
	
}
#scrapOpen02 ul li {
	padding-left: 15px;
	margin-bottom: 5px;
	color: #fff;
	background: url(../images/common/bullet_graySquare.gif) left center no-repeat;
}
#scrapOpen02 .forPrev {
	position: absolute;
	right: 35px;
	bottom: 12px;
}
#scrapOpen02 .forNext {
	position: absolute;
	right: 15px;
	bottom: 12px;
}

/**메인 visualContent 시작*******************************************************/
#mainVisual {
	height:630px; 
	margin:0 auto; 
	width:100%; 
}
#visualContent {
	position: relative;
	width:960px; 
	margin:0 auto;
}
/**facebook 구역시작**/
.facebookArea {
	position: absolute;
	top: 185px;
	left: 17px;
	width: 260px;
	height: 23px;
}
.facebookArea .good {
	display: block;
	width: 66px;
	height: 23px;
	background: url(../images/main/img_facebook_good.png) no-repeat;
}
.facebookArea .iconFB {
	position: absolute;
	top: 5px;
	left: 72px;
	width: 12px;
	height: 12px;
	background: url(../images/main/icon_mainFacebook.png) no-repeat;
}
.facebookArea .textFB {
	position: absolute;
	top: 5px;
	left: 92px;
	color: #000000;
}
/**보고서검색 시작*****************/
#visualContent .searchReport {
	position: absolute;
	top: 276px;
	left: 23px; 
}
.inputArea {
	width:195px; 
	height:24px; 
	margin-top:5px;
	background:url(../images/main/bg_inputArea.png) no-repeat; 
}
input#searchReport {
	padding-left:5px; 
	width:190px; 
	height:24px; 
	line-height:24px;
	border:0 none; 
	background:none; 
}
.searchReport .btn_search {
	position: absolute;
	left: 195px;
	top: 22px;
}
.searchReport a.detailMain {
	position: absolute;
	left: 248px;
	top: 22px;
}


/**최신연구보고서 시작******************************/
#recentReport {
	position: absolute;
	top: 365px;
	height: 300px;
	/*z-index: 3;*/
}
#recentReport h3{
	margin-left: 23px;
}
#recentReport a.more {
	position: absolute;
	top: 0;
	left: 155px;
}
/**연구보고서 roller부분**/
#thumbScroller {
	position:absolute;
	top: 30px;
}
.thumbWrapper {
	position: relative;
	top: 0;
	left: 30px;
	width: 520px;
	height: 205px;
	overflow: hidden;
}
.thumbWrapper ul li {
	position: absolute;
	float: left;
	/*margin-right: 20px;*/
}
.arrowPrev {
	position: absolute;
	top: 105px;
	left: 0;
	width: 26px;
	height: 39px;
	background: url(../images/main/icon_prev.png) no-repeat;
}
.arrowNext {
	position: absolute;
	left: 505px;
	top: 105px;
	width: 26px;
	height: 39px;
	background: url(../images/main/icon_next.png) no-repeat;
	cursor: pointer;
}
/**/
.thumbWrapper ul li .bgImage {
	position: relative;
	width: 144px;
	height: 207px;
	background: url(../images/main/img_bgImage.png) no-repeat;
}
.thumbWrapper ul li .coverImage1 {
	position: absolute;
	top: 19px;
	left: 9px;
	width: 122px;
	height: 158px;
	background: url(../images/main/img_cover01.gif) no-repeat;
}
.thumbWrapper ul li .coverImage2 {
	position: absolute;
	top: 19px;
	left: 9px;
	width: 122px;
	height: 158px;
	background: url(../images/main/img_cover02.gif) no-repeat;
}
.thumbWrapper ul li .coverImage3 {
	position: absolute;
	top: 19px;
	left: 9px;
	width: 122px;
	height: 158px;
	background: url(../images/main/img_cover03.gif) no-repeat;
}
.thumbWrapper ul li .iconBelong1 {
	position: absolute;
	top: 8px;
	left: 1px;
	width: 50px;
	height: 51px;
	background: url(../images/main/img_band1.png) no-repeat;	
}
.thumbWrapper ul li .iconBelong2 {
	position: absolute;
	top: 8px;
	left: 1px;
	width: 50px;
	height: 51px;
	background: url(../images/main/img_band2.png) no-repeat;	
}
.thumbWrapper ul li .iconBelong3 {
	position: absolute;
	top: 8px;
	left: 1px;
	width: 50px;
	height: 51px;
	background: url(../images/main/img_band3.png) no-repeat;	
}
.thumbWrapper ul li .iconBelong4 {
	position: absolute;
	top: 8px;
	left: 1px;
	width: 50px;
	height: 51px;
	background: url(../images/main/img_band4.png) no-repeat;	
}
.thumbWrapper ul li .snsSection {
	display: none;
	position: absolute;
	top: 148px;
	left: 9px;
	width: 122px;
	height: 28px;
	background: url(../images/main/bg_hoverList.png) no-repeat;
}
.thumbWrapper ul li .snsSection .btnFB,
.thumbWrapper ul li .snsSection .btnTW,
.thumbWrapper ul li .snsSection .btnMail,
.thumbWrapper ul li .snsSection .btnPDF {
	position: absolute;
}
.thumbWrapper ul li .snsSection .btnFB {
	top: 6px;
	left: 10px;
}
.thumbWrapper ul li .snsSection .btnTW {
	top: 6px;
	left: 38px;
}
.thumbWrapper ul li .snsSection .btnMail {
	top: 8px;
	left: 67px;
}
.thumbWrapper ul li .snsSection .btnPDF {
	top: 6px;
	left: 98px;
}

/**비디오플레이어 영역시작**/
#playerArea {
	position: absolute;
	top: 427px;
	left: 537px; 
	width: 296px;
	height: 179px;
	background: url(../images/main/bg_todayPlayer2.png) no-repeat;
}
#playerArea .playerHead {
	position: absolute;
	top: 140px;
	left: 58px;
}
.todayVideo1 {
	position: absolute;
	top: 16px;
	left: 51px;
	width: 192px;
	height: 108px;
	background: url(../images/main/img_video1.gif) no-repeat;
}
.todayVideo2 {
	display: none;
	position: absolute;
	top: 16px;
	left: 51px;
	width: 192px;
	height: 108px;
	background: url(../images/main/img_video2.gif) no-repeat;
}
.btnPlay {
	position: absolute;
	top: 45px;
	left: 124px;
}
.btnPlay a {
	display: block;
	width: 41px;
	height: 41px;
	background: url(../images/main/icon_playBtn.png) no-repeat;
	font-size:0px; 
	text-indent:-9000px;
}
.playerTitle {
	position: absolute;
	top: 97px;
	left: 51px; 
	width: 162px;
	height: 27px;
	background: url(../images/main/bg_videoTitle.png) no-repeat;
}
.playerTitle .titleSec {
	width: 89px;
	margin: 0 auto;
	margin-top: 8px;
}
.playerTitle .titleSec2 {
	display: none;
	width: 89px;
	margin: 0 auto;
	margin-top: 8px;
}
.selectBtn {
	position: absolute;
	top: 142px;
	left: 204px;
}
.selectBtn .selectBtn1 {
	width: 8px;
	height: 7px;
	background: url(../images/main/icon_play01.gif) no-repeat;
}
.selectBtn .selectBtn2 {
	position: absolute;
	top: 0; 
	left: 13px;
	width: 8px;
	height: 7px;
	background: url(../images/main/icon_play02.gif) no-repeat;
}
.selectBtn div {
	cursor: pointer;
}


/**메인콘텐츠부분**/
#mainContentWrap {
	background-color: #ffffff;
}
#mainContents {
	width: 960px; 
	margin: 0 auto; 
	/*margin-top: 17px; */
	padding-top: 17px;
	position: relative; 
	/*margin-bottom: 23px;
	.margin-bottom: 29px;*/
	padding-bottom: 60px;
	.padding-bottom: 29px;
}
#mainContents .mainNotice {
	width: 230px; 
	padding-top: 2px;
}
#mainContents .mainNotice h3 {
	/*margin: 20px 0 12px 0;*/
	margin: 30px 0 12px 0; 
}
#mainContents .mainNotice ul li {
	position: relative;
}
#mainContents .mainNotice ul li.noticeList1 {
	margin-bottom: 8px;
}
.mainNotice ul li a {
	font: 12px '굴림' Gulim;
	color: #716a62;
}
#mainContents .mainNotice ul li em {
	font-weight:bold; 
	color:#88b400;
}
#mainContents .mainNotice ul li span {
	position: absolute; 
	right: 18px; 
	top: 1px;
}
#mainContents .mainIcon {
	width:646px; 
	position:absolute; 
	left:230px; 
	top: 17px; 
	padding-top:13px;
}
#mainContents .mainIcon ul li {
	float:left; 
	margin-right:18px;
	margin-bottom:18px;
}
.mainIcon li a {
	display: block;
	height: 71px;
	width: 71px;
	font-size:0px; 
	text-indent:-9000px;
}
.mainIcon li.iconList1 a{
	background: url(../images/main/btn_icon01_off.gif) no-repeat;
}
.mainIcon li.iconList1 a:hover {
	background: url(../images/main/btn_icon01_on.gif) no-repeat;
}
.mainIcon li.iconList2 a{
	background: url(../images/main/btn_icon02_off.gif) no-repeat;
}
.mainIcon li.iconList2 a:hover {
	background: url(../images/main/btn_icon02_on.gif) no-repeat;
}
.mainIcon li.iconList3 a{
	background: url(../images/main/btn_icon03_off.gif) no-repeat;
}
.mainIcon li.iconList3 a:hover {
	background: url(../images/main/btn_icon03_on.gif) no-repeat;
}
.mainIcon li.iconList4 a{
	background: url(../images/main/btn_icon04_off.gif) no-repeat;
}
.mainIcon li.iconList4 a:hover {
	background: url(../images/main/btn_icon04_on.gif) no-repeat;
}
.mainIcon li.iconList5 a{
	background: url(../images/main/btn_icon05_off.gif) no-repeat;
}
.mainIcon li.iconList5 a:hover {
	background: url(../images/main/btn_icon05_on.gif) no-repeat;
}
.mainIcon li.iconList6 a{
	background: url(../images/main/btn_icon06_off.gif) no-repeat;
}
.mainIcon li.iconList6 a:hover {
	background: url(../images/main/btn_icon06_on.gif) no-repeat;
}
.mainIcon li.iconList7 a{
	background: url(../images/main/btn_icon07_off.gif) no-repeat;
}
.mainIcon li.iconList7 a:hover {
	background: url(../images/main/btn_icon07_on.gif) no-repeat;
}
.mainIcon li.iconList8 a{
	background: url(../images/main/btn_icon08_off.gif) no-repeat;
}
.mainIcon li.iconList8 a:hover {
	background: url(../images/main/btn_icon08_on.gif) no-repeat;
}
.mainIcon li.iconList9 a{
	background: url(../images/main/btn_icon09_off.gif) no-repeat;
}
.mainIcon li.iconList9 a:hover {
	background: url(../images/main/btn_icon09_on.gif) no-repeat;
}
.mainIcon li.iconList10 a{
	background: url(../images/main/btn_icon10_off.gif) no-repeat;
}
.mainIcon li.iconList10 a:hover {
	background: url(../images/main/btn_icon10_on.gif) no-repeat;
}
.mainIcon li.iconList11 a{
	background: url(../images/main/btn_icon11_off.gif) no-repeat;
}
.mainIcon li.iconList11 a:hover {
	background: url(../images/main/btn_icon11_on.gif) no-repeat;
}
.mainIcon li.iconList12 a{
	background: url(../images/main/btn_icon12_off.gif) no-repeat;
}
.mainIcon li.iconList12 a:hover {
	background: url(../images/main/btn_icon12_on.gif) no-repeat;
}
.mainIcon li.iconList13 a{
	background: url(../images/main/btn_icon13_off.gif) no-repeat;
}
.mainIcon li.iconList13 a:hover {
	background: url(../images/main/btn_icon13_on.gif) no-repeat;
}
.mainIcon li.iconList14 a{
	background: url(../images/main/btn_icon14_off.gif) no-repeat;
}
.mainIcon li.iconList14 a:hover {
	background: url(../images/main/btn_icon14_on.gif) no-repeat;
}




#mainContents .mainQrcode {
	width:80px; 
	height:84px; 
	position:absolute; 
	right:0; 
	top: 17px;
	background:url(../images/main/img_QRcode2.gif) no-repeat; 
}
#mainContents .mainQrcode h3 {
	position: absolute;
	top: 87px;
}
#mainContents .mainQrcode p {
	width:68px; 
	height:68px; 
	background:url(../images/main/img_QRcode.gif) no-repeat; 
	margin:3px 0 0 8px;
}
/**동영상레이어팝업**/
#videoBG {
	/*display: block;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1237px;
	background: url(../images/main/bg_videoPop.png);
	z-index: 151;
}


/*
#mainPlayerWrap {
	display: block;
	position: absolute;
	top: 120px;
	left: 50%;
	 
}*/
/*
#mainPlayerWrap .movieWrap {
	position: absolute;
	left: -335px;
	/*z-index: 20;*/
	/*
}
*/


