body {margin:0; padding:0;}

/* Presentation */


#presentation_gallery {position:relative; width:960px; height:500px; margin:0 auto; border-bottom:1px solid #dfdfdf;border-top:3px solid #285193;}
#presentation_gallery span {position:absolute; display:block; right:227px; bottom:17px;height:460px; width:1px;background: #dfdfdf;}
.present {width:960px !important; height:500px !important;}
.present__header {
  position: relative;
  display: block;
  padding: 5px 5px 5px 10px;
  font-size: 14px;
  line-height: 24px;
  background: #e2e2e2;
  border-radius: 3px 3px 0 0;
  display:none;
}

.present__mwrap { position: relative;width:960px!important; height:500px!important; }

.present__slides {
  /*
	position: relative;
	display: inline-block;
	*/
	
  position: absolute;
  display: block;
  /*visibility: hidden;*/
  top: 44px;
  right:35px;
  /*background: rgba(0,0,0, 0.3);*/
  /*overflow-y: scroll;*/
  overflow:hidden;
  z-index: 100;
  height:404px!important;
  width:159px!important;
}

.present__slides:hover { /*background: rgba(0,0,0, 0.8);*/ }

.present__slide__handler {
  position: relative;
  display: block;
  padding: 0;
  margin: 5px;
  /*background: blue;*/
	height:99px !important;

  overflow: hidden;
}
/*½æ³×ÀÏ ÀÌ¹ÌÁöÅ©±â ¼öÁ¤*/
.present__slide__handler img {
  position: absolute;
  display: block;
  width:149px;
  height: 99px;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.present__slide__handler.selected { /*background: orange;*/
}

.present__slide__handler:hover img { opacity: 0.8; }

.present__slide__handler.selected img,
present__slide__handler.selected:hover img { opacity: 1; }

.present__slide__handler+.present__slide__handler { margin-top: 0; }

.present__view {
  display: inline-block;/*background: red;*/
}

.present__button {
  position: absolute;
  width: 87px;
  height: 16px;
}

.present__button.pb__prev {
  top: 16px;
  right:65px;
  z-index:999;
  background:url(/images/sub/gallery_btn_on.png) -33px -5px no-repeat;
}

.present__button.pb__play {
  padding: 20px;
  font-size: 24px;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  margin-left: -30px;
  display:none!important;
}

.present__button.pb__next {
  bottom:25px;
  right:65px;
  z-index:999;
  background:url(/images/sub/gallery_btn_on.png) -33px -29px no-repeat;
}

.present__mwrap:hover .present__slides { visibility: visible; }

.present__view:hover .present__button { display: block; }

.present__button:hover {  }

/*Å«ÀÌ¹ÌÁöÅ©±â¼öÁ¤*/
.present__slide {
  position: absolute;
  display: block;
  /*width: 100%;
  height: 100%;*/
  width:655px !important; height:436px !important;
  bottom: 20px;
  left: 30px;
  border:1px solid #dfdfdf;
  overflow: hidden;
}

.present__slide img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
}

.tb_13 {font-family:±¼¸²,Gulim; font-size: 12px; color: #2A83B2; padding: 5 0 5 10; font-weight: bold;}
table.ebiz td {font-family:±¼¸²,Gulim; font-size: 12px;  padding: 0 0  0 10; }
