#inhonor{margin:0px auto;width:100%; height:auto;padding:35px 0 15px 0; overflow:hidden;}
#inhonor #main{margin:0px auto;width:1200px; height:auto;overflow:hidden;}
#inhonor #main ul{float: left;width:1250px; height:auto;overflow:hidden;}
#inhonor #main li {float:left;width:272px; height:420px; margin:0 35px 20px 0; padding:0; overflow:hidden;}
#inhonor #main li .pimg1{float:left;width:260px; height:370px; margin:0; padding:5px;background: #fff;border: 1px solid #e0e0e0; overflow:hidden;}
#inhonor #main li .pimg2{float:left;width:260px; height:370px; margin:0; padding:5px;background: #f9f9f9;border: 1px solid #cacaca; overflow:hidden;}
#inhonor #main li .pt{float:left;width:100%; height:40px; margin:0; padding:0;line-height: 40px;text-align: center;line-height: 40px;font-size: 16px; overflow:hidden;}

#inabout{margin:45px auto;width:1200px; height:auto;overflow:hidden;}
#inabout #rinfo{float:right;width:630px; height:auto; margin:0; font-size:16px; line-height:35px; color:#323232;overflow:hidden;}
#inabout #rinfo #rtl{float:left;width:100%; height:auto; margin:10px 0 25px ;padding: 0;font-weight: bold; font-size:26px; line-height:30px; color:#2c2c2c;overflow:hidden;}
#inabout #lp{float:left;width:550px; height:auto; margin:0;padding:0px;overflow:hidden;}
#inabout .ayear{float: left;width:230px; height:auto;margin:40px 0 0 0;padding: 0;overflow:hidden;}
#inabout .ayear .apt01{font-size: 30px;color: #2c2c2c;font-weight: 600; line-height: 40px;overflow:hidden;}
#inabout .ayear .apt02{font-size:20px;color: #2c2c2c;}
#inabout .ayear .apt03{font-size:18px;color: #999;line-height:40px;}
#inabout #finfo{float:left;width:100%; height:auto; margin:0; font-size:16px; line-height:35px; color:#323232;overflow:hidden;}
#inabout .ayear02{float: left;width:33%; height:auto;margin:40px 0 0 0;padding: 0;text-align: center; overflow:hidden;}
#inabout .ayear02 .apt01{font-size: 30px;color: #2c2c2c;font-weight: 600; line-height: 40px;overflow:hidden;}
#inabout .ayear02 .apt02{font-size:20px;color: #2c2c2c;}
#inabout .ayear02 .apt03{font-size:18px;color: #999;line-height:40px;}

#galpop-wrapper {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .8);
}
#galpop-container {
  border-radius:5px;
  padding:10px;
  background-color:rgb(255, 255, 255);
  background-color:rgba(255, 255, 255, .8);
}
#galpop-wrapper.loaded-ajax #galpop-container,
#galpop-wrapper.loaded-iframe #galpop-container {
  width:70vw;
  height:70vh;
  padding:0;
  border-radius:0;
}
#galpop-wrapper.loaded-iframe iframe {
  width:100%;
  height:70vh;
  border:0;
}
#galpop-wrapper.loaded-ajax #galpop-content {
  padding:10px 20px;
}
#galpop-ajax {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  opacity:1;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition:opacity 0.5s;
  background-image:url("images/ajax-loader.gif");
  background-repeat:no-repeat;
  background-position:center;
}
#galpop-wrapper.complete #galpop-ajax {
  opacity:0;
}
#galpop-info {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .8);
  color:#fff;
  font-size:.8em;
  padding:10px;
  left:0;
  bottom:0;
}
#galpop-close {
  top:-30px;
  right:-30px;
  width:36px;
  height:36px;
  background-image:url("../images/btn-close.png");
  background-repeat:no-repeat;
}

/* Important to the slider! Be careful when changing these values! */

.lock-scroll {
  overflow: hidden !important;
}
#galpop-wrapper {
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:100;
}
#galpop-container {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height:100px;
  width:100px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -o-transition: width 0.5s, height 0.5s;
  -ms-transition: width 0.5s, height 0.5s;
  -moz-transition: width 0.5s, height 0.5s;
  -webkit-transition: width 0.5s, height 0.5s;
  transition:width 0.5s, height 0.5s;
  overflow: visible !important;
}
#galpop-prev,
#galpop-next {
  position:absolute;
  top:0;
  bottom:0;
  z-index:5;
  background-repeat:no-repeat;
  outline:none;
}
#galpop-prev {
  left:0;
  right:50%;
}
#galpop-next {
  left:50%;
  right:0;
}
#galpop-prev:hover {
  background-image:url("../images/btn-prev.png");
  background-position:left center;
}
#galpop-next:hover {
  background-image:url("../images/btn-next.png");
  background-position:right center;
}
#galpop-modal {
  position:relative;
}
#galpop-content {
  display:none;
}
#galpop-content img { width: 100%;
  vertical-align:top;
}
#galpop-info {
  position:absolute;
  display:none;
  z-index:15;
}
#galpop-info p {
  margin:0;
}
#galpop-info a {
  color:#fff;
}
#galpop-close {
  position:absolute;
  display:block;
  z-index:10;
}
