/*--Side Menu--*/
.sideMenu {
  float: left;
  border: 1px dotted #ccc;
  padding: 20px;
  width: 150px;
}
.sideMenu h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.list li ul {
  margin-left: 15px;
}
.list li > ul {
  margin-bottom: 20px;
}

/*-- Editor --*/
.bbsArticle {
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.bbsArticle h1 {
  font-size: 26px;
  padding: 20px 0;
}
.bbsArticle h2 {
  font-size: 23.1088px;
  padding: 10px 0;
}
.bbsArticle h3 {
  font-size: 21.6px;
  padding: 10px 0;
}
.bbsArticle h4 {
  font-size: 19.2px;
  padding: 5px 0;
}
.bbsArticle h5 {
  font-size: 17.6px;
  padding: 5px 0;
}
.bbsArticle h6 {
  font-size: 16px;
  padding: 5px 0;
}
.bbsArticle p {
  margin-bottom: 15px;
}
.bbsArticle p a {
  color: #333;
}
.bbsArticle p a:visited {
  color: #333;
}
.bbsArticle p a:hover {
  color: #941e23;
}
.bbsArticle iframe {
  max-width: 100%;
}
.bbsArticle ul {
  margin: 20px;
}
.bbsArticle ul li {
  margin-bottom: 10px;
  padding-left: 0px;
  color: #333;
  list-style-position: outside;
  list-style-type: disc;
  border: 0px;
}
.bbsArticle ol li {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #333;
  list-style-position: outside;
  list-style-type: decimal;
}

/*----------------------------------------Article----------------------------------------*/
.leftBox .bookDetail .infoArea .infoContent{
  width: auto;
}
.leftBox .bookDetail figure img{
  width: 270px;
}
.leftBox .bookDetail figure figcaption{
  margin: 0 0 40px 300px
}
.leftBox .bookDetail figure figcaption p{
  margin-bottom: 5px
}
.articleInside {
  position: relative;
  z-index: 25;
  margin: 0px auto;
  min-height: 500px;
  max-width: 1000px;
  background-color: #fff;
}
form .articleInside span {
  min-width: 10px;
}
.articleInside .contentArea {
  position: relative;
  z-index: 30;
}
.contentArea.fullContent{
  margin-bottom: 60px;
}
.contentArea.fullContent .leftBox{
  margin-right: 0;
  min-height: 100px;
  border-bottom: 0px solid #ccc;
}
.contentArea.fullContent .rightBox{
  display: none;
}
.contentArea.fullContent .leftBox figure{
  text-align: center;
}
.contentArea .videoDetail .shareArea ul.shareaholic-share-buttons li.shareaholic-share-button{
  -moz-transform: scale(.6);
  -webkit-transform: scale(.6);
  -o-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
  padding: 0 !important;
}
.articleInside ul.wordExtend {
  height: 90px;
  padding: 40px 0 0 4px;
  vertical-align: middle;
  margin-top: 40px;
  margin-bottom: 40px;
}
.articleInside ul.wordExtend li {
  position: relative;
  width: 50%;
  height: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  display: table;
  text-align: center;
  float: left;
  line-height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.articleInside ul.wordExtend li:hover {
  background-color: #e9e9e9;
}
.articleInside ul.wordExtend li span {
  position: absolute;
  background-color: #e9e9e9;
  padding: 0px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  top: -31px;
  font-size: 12.6px;
}
.articleInside ul.wordExtend li span.prev {
  left: 0;
}
.articleInside ul.wordExtend li span.next {
  right: 0;
}
.articleInside ul.wordExtend li:hover a:hover {
  color: #941e23;
}
.articleInside ul.wordExtend li:first-child {
  margin-left: -4px;
  border-right: 1px solid #ccc;
}
.articleInside ul.wordExtend li a {
  color: #333;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 10px;
}
.articleInside ul.wordExtend li a:visited {
  color: #333;
}
@media screen and (max-width: 1050px) {
  .articleInside {
    width: 100%;
    max-width: 100%;
    min-height: 260px;
  }
}
@media screen and (max-width: 700px) {
  .articleInside {
    top: 85px;
    padding-bottom: 10px;
    margin-bottom: 85px;
  }
}

/*------- crumb -------*/
.crumb {
  position: relative;
  z-index: 20;
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
  color: #999;
}
.crumb span {
  font-size: 14px;
  line-height: 18px;
}
.crumb span span:last-child {
  margin-left: 5px;
  margin-right: -5px;
}
.crumb span span:last-child a {
  color: #999;
  cursor: pointer;
}
.crumb span span:last-child a span#lblTitle {
  color: #999;
}
.crumb span span:last-child a:visited {
  color: #999;
}
.crumb span span:last-child a:visited span#lblTitle {
  color: #999;
}
.crumb span span:last-child a:hover {
  color: #941e23;
}
.crumb span span:last-child#lblTitle {
  color: #999;
}
.crumb span span:last-child#lblTitle:visited {
  color: #941e23;
}
.crumb span span:last-child#lblTitle:hover {
  color: #941e23;
}
.crumb span::after {
  content: '>';
  margin-left: 5px;
}
.crumb span:last-child {
  color: #941e23;
}
.crumb span:last-child a {
  color: #941e23;
  cursor: default;
}
.crumb span:last-child a:visited {
  color: #941e23;
}
.crumb span:last-child a:hover {
  color: #941e23;
}
.crumb span:last-child::after {
  content: '';
}
.crumb a {
  color: #999;
}
.crumb a:visited {
  color: #999;
}
.crumb a:hover {
  color: #941e23;
}
@media screen and (max-width: 1050px) {
  .crumb {
    width: 94%;
    padding: 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .crumb {
    width: 90%;
  }
}
@media screen and (max-width: 700px) {
  .crumb {
    position: relative;
    top: 85px;
  }
  .articleInside .crumb {
    top: 0;
  }
}

/*------- List Page -------*/
.contentArea {
  position: relative;
  z-index: 1;
  vertical-align: top;
  margin-right: -6px;
}
.contentArea .rightBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  margin-right: 4px;
  vertical-align: top;
}
.contentArea .rightBox h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  background: url(../images/line_270.png) center center no-repeat;
}
.contentArea .rightBox h2 span {
  padding: 0 20px;
  background-color: #fff;
  font-weight: normal;
  color: #941e23;
}
.contentArea .rightBox .contentType ul {
  margin-bottom: 30px;
}
form .contentArea .rightBox .contentType ul {
  margin-left: 0%;
}
.contentArea .rightBox .contentType ul li {
  padding: 0 0 0px 30px;
}
form .contentArea .rightBox .contentType ul li {
  margin-bottom: 0;
}
.contentArea .rightBox .contentType ul li.press a {
  color: #941e23;
  font-weight: bold;
}
.contentArea .rightBox .contentType ul li.press a:visited {
  color: #941e23;
}
.contentArea .rightBox .contentType ul li.press a:hover {
  color: #941e23;
}
.contentArea .rightBox .contentType ul li a {
  color: #333;
}
.contentArea .rightBox .contentType ul li a:visited {
  color: #333;
}
.contentArea .rightBox .contentType ul li a:hover {
  color: #941e23;
}
.contentArea .rightBox ul.recommend {
  padding-bottom: 20px;
}
.contentArea .rightBox ul.recommend li {
  position: relative;
  width: 100%;
  height: 170px;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
}
.contentArea .rightBox ul.recommend li h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
  line-height: 20.8px;
}
.contentArea .rightBox ul.recommend li h3 a {
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.contentArea .rightBox ul.recommend li h3 a span {
  font-size: 12px;
  padding: 2px 10px;
  border: 2px solid #fff;
  margin-top: 10px;
  display: inline-block;
}
.contentArea .rightBox ul.recommend li h3 a:visited {
  color: #FFF;
}
.contentArea .rightBox ul.recommend li h3 a:hover {
  opacity: 1;
  color: #FFF;
}
.contentArea .rightBox ul.recommend li figure {
  width: 100%;
}
.contentArea .rightBox ul.recommend li figure img {
  max-width: 100%;
}
.contentArea .rightBox ul.extend {
  display: table;
  margin-bottom: 20px;
}
.contentArea .rightBox ul.extend li {
  position: relative;
  width: 100%;
  height: 76px;
  clear: left;
  line-height: 20px;
  display: table-row;
  margin-bottom: 15px;
}
.contentArea .rightBox ul.extend li figure {
  float: left;
  display: block;
  margin: 7px 10px 7px 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  overflow: hidden;
  border: 3px solid #fff;
}
.contentArea .rightBox ul.extend li figure:hover {
  border: 3px solid #941e23;
}
.contentArea .rightBox ul.extend li figure a img {
  height: 100%;
  margin-left: -25%;
}
.contentArea .rightBox ul.extend li h3 {
  font-weight: normal;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.contentArea .rightBox ul.extend li h3 a {
  color: #333;
  height: 100%;
  vertical-align: middle;
  font-size: 14.4px;
}
.contentArea .rightBox ul.extend li h3 a:visited {
  color: #333;
}
.contentArea .rightBox ul.extend li h3 a:hover {
  color: #941e23;
}
.contentArea .rightBox ul.extend li h3 a span {
  display: none;
}
.contentArea .bannerBlock {
  margin-top: 455px;
}
.contentArea .videoBox {
  margin-right: -7px;
}
.contentArea .videoBox div {
  margin-top: 20px;
}
.contentArea .videoBox div figure {
  position: relative;
  z-index: 2;
  background-color: #000;
  width: 48%;
  height: 270px;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
}
.contentArea .videoBox div figure:nth-child(even) {
  margin-left: 3%;
  margin-bottom: 30px;
}
.contentArea .videoBox div figure img {
  max-width: 100%;
}
.contentArea .videoBox div figure:hover a img {
  opacity: 0.5;
}
.contentArea .videoBox div figure:hover a figcaption:after {
  font-family: "font093" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "g";
  width: 36px;
  height: 40px;
  line-height: 40px;
  padding-left: 4px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 0px #ccc;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.contentArea .videoBox div figure a {
  color: #FFF;
  text-shadow: 0 2px 2px #333;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.contentArea .videoBox div figure a figcaption {
  position: relative;
  display: table-cell;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 22.4px;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}
.contentArea .videoBox div figure a figcaption iframe {
  display: none;
}
.contentArea .videoBox div figure a figcaption mark {
  font-size: 14px;
  color: #FFF;
  text-shadow: 0 0px 0px #333;
  background: #941e23;
  padding: 2px 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.contentArea .videoBox div figure a figcaption time {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-weight: normal;
  font-size: 13px;
  padding: 2px 13px;
}
.contentArea .videoBox div figure img {
  position: absolute;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contentArea .leftBox {
  position: relative;
  margin-right: 290px;
  min-height: 1400px;
  border-bottom: 1px solid #ccc;
}
.contentArea .leftBox.bookArea {
  min-height: 200px;
}
.contentArea .leftBox img {
  max-width: 100%;
}
.contentArea .leftBox figure {
  margin-bottom: 40px;
}
.contentArea .leftBox h4 span {
  margin-right: 15px;
}
.contentArea .leftBox h1 {
  padding-top: 50px;
  line-height: 27px;
}
.contentArea .leftBox h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  background: url(../images/line_730.png) center center no-repeat;
}
.contentArea .leftBox h2 span {
  padding: 0 20px;
  background-color: #fff;
  font-weight: normal;
  color: #941e23;
}
.contentArea .leftBox ul.mainList li {
  width: 100%;
  clear: left;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
.contentArea .leftBox ul.mainList li:first-child {
  border-top: 0px solid #fff;
  padding-top: 0;
}
.contentArea .leftBox ul.mainList li figure {
  position: relative;
  z-index: 15;
  float: left;
  width: 250px;
  height: 170px;
  line-height: 0;
  display: block;
  overflow: hidden;
  margin: 0 15px 25px 0;
}
.contentArea .leftBox ul.mainList li figure a {
  position: relative;
  z-index: 6;
}
.contentArea .leftBox ul.mainList li figure a img {
  max-width: 100%;
}
.contentArea .leftBox ul.mainList li figure span {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -50px;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background: #fff url(../images/fold.png) left top;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.contentArea .leftBox ul.mainList li .infoBox {
  position: relative;
  z-index: 3;
}
.contentArea .leftBox ul.mainList li .infoBox h1 {
  font-size: 18px;
  line-height: 23.4px;
  margin-right: 130px;
  padding: 0;
}
.contentArea .leftBox ul.mainList li .infoBox h1 a {
  color: #000;
}
.contentArea .leftBox ul.mainList li .infoBox h1 a:visited {
  color: #000;
}
.contentArea .leftBox ul.mainList li .infoBox h1 a:hover {
  color: #941e23;
}
.contentArea .leftBox ul.mainList li .infoBox time {
  color: #999;
  font-size: 14px;
}
.contentArea .leftBox ul.mainList li .infoBox p {
  font-size: 15.4px;
  line-height: 19.6px;
  height: 75px;
  overflow: hidden;
}
.contentArea .leftBox ul.mainList li .infoBox p a {
  color: #333;
}
.contentArea .leftBox ul.mainList li .infoBox p a:visited {
  color: #333;
}
.contentArea .leftBox ul.mainList li .infoBox p a:hover {
  color: #999;
}
.contentArea .leftBox ul.mainList li .infoBox span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 15px;
  padding: 5px 10px;
  color: #FFF;
  background-color: #941e23;
}
.contentArea .leftBox ul.mainList li .infoBox span a {
  display: inline-block;
  color: #FFF;
  opacity: 0.8;
}
.contentArea .leftBox ul.mainList li .infoBox span a:visited {
  color: #FFF;
}
.contentArea .leftBox ul.mainList li .infoBox span a:hover {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  .contentArea {
    /*-- .contentArea --*/
    margin: 0 auto;
    width: 94%;
  }
  .contentArea .rightBox h2 {
    background: url(../images/line_730.png) center center no-repeat;
  }
  .contentArea .leftBox h1 {
    line-height: 36px;
  }
  .contentArea .leftBox .shareArea {
    top: 0px;
    right: 0;
  }
  .contentArea .videoBox {
    margin: 0;
    text-align: center;
  }
  .contentArea .videoBox div figure {
    width: 45%;
    height: 245px;
  }
  .contentArea .videoBox div figure img {
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  .leftBox .bookDetail figure img{
      width: auto;
  }
  .leftBox .bookDetail figure figcaption{
    margin: 0;
  }
  .leftBox .bookDetail h1{
    padding-top: 20px;
  }
  .contentArea {
    position: relative;
  }
  .contentArea .rightBox {
    position: static;
    width: auto;
    left: 0;
    right: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .contentArea .rightBox .contentType {
    position: absolute;
    z-index: 30;
    top: -60px;
    width: 100%;
  }
  .contentArea .rightBox .contentType ul {
    background-color: #f3efdf;
    display: none;
  }
  .contentArea .rightBox .contentType ul li {
    display: block;
    padding-left: 20px;
    background-color: #f3efdf;
    line-height: 32px;
  }
  .contentArea .rightBox .contentType ul li:hover {
    background-color: #e7d8ba;
  }
  .contentArea .rightBox .contentType ul li a {
    display: block;
  }
  .contentArea .rightBox .contentType h2 {
    width: 100%;
    background-image: none;
    background-color: #650004;
    line-height: 30px;
    margin: 0;
  }
  .contentArea .rightBox .contentType h2:hover {
    cursor: pointer;
  }
  .contentArea .rightBox .contentType h2.press span:after {
    font-family: "font093";
    position: relative;
    content: "u";
  }
  .contentArea .rightBox .contentType h2 span {
    background-color: #650004;
    color: #FFF;
  }
  .contentArea .rightBox .contentType h2 span:after {
    font-family: "font093";
    position: relative;
    top: 2px;
    content: "v";
  }
  .contentArea .rightBox ul.recommend {
    margin-right: 0%;
  }
  .contentArea .rightBox ul.recommend li {
    width: 32%;
    height: auto;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
  }
  .contentArea .rightBox ul.recommend li:nth-child(even) {
    margin-right: 2%;
  }
  .contentArea .rightBox ul.recommend li:last-child {
    margin-right: 0;
  }
  .contentArea .rightBox ul.recommend li h3 {
    position: relative;
    color: #333;
  }
  .contentArea .rightBox ul.recommend li h3 a {
    color: #333;
    opacity: 1;
    background-color: #FFF;
  }
  .contentArea .rightBox ul.recommend li h3 a:visited {
    color: #666;
  }
  .contentArea .rightBox ul.recommend li h3 a:hover {
    color: #666;
  }
  .contentArea .rightBox ul.recommend li h3 a span {
    border-color: #666;
  }
  .contentArea .rightBox ul.extend li {
    display: inline-block;
    width: 33%;
  }
  .contentArea .rightBox ul.extend li h3 {
    position: relative;
    top: 10px;
    padding-right: 10px;
  }
  .contentArea .leftBox {
    margin: auto;
    padding: 0px 0px 20px 0px;
  }
  .contentArea .leftBox .shareArea {
    right: 0px;
    top: 20px;
  }
  .contentArea .hadTypeMenu {
    margin-top: 60px;
  }
  .contentArea .videoBox {
    margin: 0;
    text-align: center;
  }
  .contentArea .videoBox div figure {
    width: 45%;
    height: 180px;
  }
}
@media screen and (max-width: 768px) {
  .contentArea {
    width: 90%;
  }
}
@media screen and (max-width: 630px) {
  .contentArea .rightBox ul.extend li {
    display: block;
    width: auto;
  }
  .contentArea .rightBox ul.extend li h3 {
    top: 23px;
  }
  .contentArea .leftBox .shareArea {
    top: 10px;
  }
  .contentArea .leftBox ul.mainList li figure {
    width: 30%;
    height: auto;
  }
  .contentArea .videoBox {
    margin: 0;
    text-align: center;
  }
  .contentArea .videoBox div figure {
    display: block;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 90%;
    height: 300px;
  }
  .contentArea .videoBox div figure:nth-child(even) {
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 480px) {
  .contentArea .rightBox {
    margin-top: 40px;
  }
  .contentArea .rightBox ul.extend {
    padding-bottom: 40px;
  }
  .contentArea .rightBox ul.extend li {
    height: auto;
  }
  .contentArea .rightBox ul.extend li::before {
    position: relative;
    top: 1px;
    font-family: "font093";
    content: "d";
    float: left;
    display: inline-block;
    color: #999;
  }
  .contentArea .rightBox ul.extend li h3 {
    position: relative;
    top: 0;
    left: 5px;
  }
  .contentArea .rightBox ul.extend li figure {
    display: none;
  }
  .contentArea .rightBox ul.recommend {
    margin: 0;
  }
  .contentArea .rightBox ul.recommend li {
    display: block;
    width: auto;
  }
  .contentArea .leftBox ul.mainList li {
    border: 0;
    margin-bottom: 30px;
  }
  .contentArea .leftBox ul.mainList li figure {
    width: 100%;
    height: auto;
  }
  .contentArea .leftBox ul.mainList li .infoBox {
    z-index: 10;
  }
  .contentArea .leftBox ul.mainList li .infoBox h1 {
    margin: 0;
  }
  .contentArea .videoBox div figure {
    height: 200px;
  }
}

/*------- Content Page -------*/
.content, .bookDetail {
  position: relative;
  top: 0;
}
.content .contentLeft, .bookDetail .contentLeft {
  float: left;
  width: 40%;
  height: 350px;
  border-right: 1px solid #eaeaea;
}
.content .contentLeft a, .bookDetail .contentLeft a {
  color: #941e23;
}
.content .contentLeft a:visited, .bookDetail .contentLeft a:visited {
  color: #941e23;
}
.content .contentLeft a:hover, .bookDetail .contentLeft a:hover {
  color: #941e23;
  text-decoration: underline;
}
.content .contentLeft h3, .bookDetail .contentLeft h3 {
  font-size: 21.008px;
  line-height: 21.008px;
  color: #941e23;
  border-left: 5px solid #941e23;
  padding-left: 12px;
  margin-bottom: 20px;
}
.content .edmArea, .bookDetail .edmArea {
  height: 400px;
  max-height: 400px;
  overflow: hidden;
}
.content .contentRight, .bookDetail .contentRight {
  margin-left: 43%;
}
.content .contentRight h3, .bookDetail .contentRight h3 {
  font-size: 21.008px;
  line-height: 21.008px;
  color: #941e23;
  border-left: 5px solid #941e23;
  padding-left: 12px;
}
.content .memberLeft, .bookDetail .memberLeft, .content .edmLeft, .bookDetail .edmLeft {
  float: left;
  height: 350px;
  width: 50%;
  margin: 20px 50% 20px 0;
  padding-right: 30px;
  border-right: 1px solid #eaeaea;
}
.content .memberLeft h3, .bookDetail .memberLeft h3, .content .edmLeft h3, .bookDetail .edmLeft h3 {
  font-size: 21.008px;
  line-height: 21.008px;
  color: #941e23;
  border-left: 5px solid #941e23;
  padding-left: 12px;
  margin-bottom: 20px;
}
.content .memberLeft span.note, .bookDetail .memberLeft span.note, .content .edmLeft span.note, .bookDetail .edmLeft span.note {
  font-size: 14px;
  color: #941e23;
}
.content .memberLeft .btnArea input[type="reset"], .bookDetail .memberLeft .btnArea input[type="reset"], .content .edmLeft .btnArea input[type="reset"], .bookDetail .edmLeft .btnArea input[type="reset"] {
  margin-right: 50px;
}
.content .memberLeft input[type="submit"], .bookDetail .memberLeft input[type="submit"], .content .edmLeft input[type="submit"], .bookDetail .edmLeft input[type="submit"], .content .memberLeft input[type="button"], .bookDetail .memberLeft input[type="button"], .content .edmLeft input[type="button"], .bookDetail .edmLeft input[type="button"] {
  padding: 10px 100px;
}
.content .memberRight, .bookDetail .memberRight {
  margin-left: 43%;
  float: right;
  display: block;
  width: 43%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  right: 0;
}
.content .memberRight .pic, .bookDetail .memberRight .pic {
  display: block;
  width: 100%;
  height: 100%;
}
.content .memberRight .pic img, .bookDetail .memberRight .pic img {
  max-width: 100%;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.content .memberRight h3, .bookDetail .memberRight h3 {
  font-size: 21.008px;
  line-height: 21.008px;
  color: #941e23;
  border-left: 5px solid #941e23;
  padding-left: 12px;
  margin-bottom: 20px;
}
.content .memberRight .fbGoogle, .bookDetail .memberRight .fbGoogle {
  text-align: center;
  margin: 40px auto 0 auto;
}
.content .memberRight .fbGoogle a, .bookDetail .memberRight .fbGoogle a {
  display: block;
  opacity: 0.8;
}
.content .memberRight .fbGoogle a:visited, .bookDetail .memberRight .fbGoogle a:visited {
  opacity: 0.8;
}
.content .memberRight .fbGoogle a:hover, .bookDetail .memberRight .fbGoogle a:hover {
  opacity: 1;
}
.content .edmLeft, .bookDetail .edmLeft {
  position: relative;
  top: -20px;
  width: 73%;
}
.content .edmLeft form, .bookDetail .edmLeft form {
  position: absolute;
  top: 0;
}
form .content .edmLeft span.mark, form .bookDetail .edmLeft span.mark {
  position: relative;
  left: 0;
  color: #941e23;
}
.content .edmLeft ul li img, .bookDetail .edmLeft ul li img {
  position: relative;
  top: 7px;
  margin-left: 10px;
}
.content .edmRight, .bookDetail .edmRight {
  float: right;
  width: 15%;
}
.content .edmRight a, .bookDetail .edmRight a {
  position: relative;
  top: 20px;
  padding: 15px 30px;
  background-color: #941e23;
  color: #FFF;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  opacity: 0.8;
}
.content .edmRight a:visited, .bookDetail .edmRight a:visited {
  opacity: 0.8;
}
.content .edmRight a:hover, .bookDetail .edmRight a:hover {
  opacity: 1;
}
.content ul.recommend, .bookDetail ul.recommend {
  width: 102%;
  position: relative;
  padding: 20px 0;
  margin-right: -3%;
  left: 2px;
}
.content ul.recommend li, .bookDetail ul.recommend li {
  position: relative;
  width: 31%;
  margin: 0 2% 20px -3px;
  height: 198px;
  line-height: 0;
  border: 1px solid #eaeaea;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.content ul.recommend li:hover a, .bookDetail ul.recommend li:hover a {
  opacity: 1;
}
.content ul.recommend li h3, .bookDetail ul.recommend li h3 {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: table;
  line-height: 20.8px;
}
.content ul.recommend li h3 a, .bookDetail ul.recommend li h3 a {
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
}
.content ul.recommend li h3 a span, .bookDetail ul.recommend li h3 a span {
  font-size: 12px;
  padding: 2px 10px;
  border: 2px solid #fff;
  margin-top: 10px;
  display: inline-block;
}
.content ul.recommend li h3 a:visited, .bookDetail ul.recommend li h3 a:visited {
  color: #FFF;
}
.content ul.recommend li h3 a:hover, .bookDetail ul.recommend li h3 a:hover {
  color: #FFF;
}
.content ul.recommend li figure, .bookDetail ul.recommend li figure {
  position: absolute;
  z-index: 8;
  width: 100%;
}
.content ul.recommend li figure a, .bookDetail ul.recommend li figure a {
  width: 100%;
}
.content ul.recommend li figure a img, .bookDetail ul.recommend li figure a img {
  width: 100%;
}
.content .bbsArticle h1, .bookDetail .bbsArticle h1 {
  font-size: 26px;
  color: #941e23;
  padding: 20px 0;
  font-weight: normal;
}
.content .bbsArticle h2, .bookDetail .bbsArticle h2 {
  text-align: left;
  background: none;
  font-size: 23.1088px;
  padding: 10px 0;
  margin-bottom: 0;
}
.content .bbsArticle h3, .bookDetail .bbsArticle h3 {
  font-size: 21.6px;
  padding: 10px 0;
}
.content .bbsArticle h4, .bookDetail .bbsArticle h4 {
  font-size: 19.2px;
  padding: 5px 0;
  color: #000;
  font-weight: bold;
}
.content .bbsArticle h5, .bookDetail .bbsArticle h5 {
  font-size: 17.6px;
  padding: 5px 0;
}
.content .bbsArticle h6, .bookDetail .bbsArticle h6 {
  font-size: 16px;
  padding: 5px 0;
}
.content .shareArea, .bookDetail .shareArea {
  position: absolute;
  top: 12px;
  right: 10px;
  /*add This*/
}
.content .shareArea .addthis_sharing_toolbox .at-share-btn, .bookDetail .shareArea .addthis_sharing_toolbox .at-share-btn {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.content .shareArea .addthis_sharing_toolbox .at-share-btn .at4-icon, .bookDetail .shareArea .addthis_sharing_toolbox .at-share-btn .at4-icon {
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.content .shareArea .addthis_sharing_toolbox a, .bookDetail .shareArea .addthis_sharing_toolbox a {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
}
.content .shareArea .addthis_sharing_toolbox span, .bookDetail .shareArea .addthis_sharing_toolbox span {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-position: center center;
}
.content h1, .bookDetail h1 {
  font-size: 26px;
  color: #941e23;
  padding: 20px 0;
  font-weight: normal;
}
.content h4, .bookDetail h4 {
  font-size: 14.4px;
  color: #666;
  font-weight: normal;
}
.content time, .bookDetail time {
  font-size: 14px;
  color: #999;
  display: block;
  margin-bottom: 10px;
}
.content p, .bookDetail p {
  color: #333;
}
@media screen and (max-width: 1060px) {
  .content, .bookDetail {
    /*-- .content --*/
  }
  .content ul.recommend li, .bookDetail ul.recommend li {
    border: 0;
    height: auto;
    overflow: visible;
  }
  .content ul.recommend li img, .bookDetail ul.recommend li img {
    border: 1px solid #eaeaea;
  }
  .content ul.recommend li h3, .bookDetail ul.recommend li h3 {
    position: relative;
    margin-top: 70%;
    margin-bottom: 20px;
  }
  .content ul.recommend li h3 a, .bookDetail ul.recommend li h3 a {
    color: #999;
    background: #FFF;
    opacity: 1;
  }
  .content ul.recommend li h3 a span, .bookDetail ul.recommend li h3 a span {
    border-color: #999;
  }
  .content ul.recommend li h3 a:visited, .bookDetail ul.recommend li h3 a:visited {
    color: #999;
  }
  .content ul.recommend li h3 a:hover, .bookDetail ul.recommend li h3 a:hover {
    color: #000;
  }
}
@media screen and (max-width: 1050px) {
  .content, .bookDetail {
    /*-- .content --*/
  }
  .content .edmArea .edmRight, .bookDetail .edmArea .edmRight {
    position: absolute;
    z-index: 25;
    right: -5px;
  }
  .content .edmArea .edmRight a, .bookDetail .edmArea .edmRight a {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 850px) {
  .contentArea .content, .contentArea .bookDetail {
    width: 100%;
  }
  .content .contentLeft, .bookDetail .contentLeft {
    float: none;
    width: auto;
    height: auto;
    border: none;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
  .content .contentRight, .bookDetail .contentRight {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .content, .bookDetail {
    width: 90%;
  }
  .content .edmArea .edmLeft, .bookDetail .edmArea .edmLeft {
    width: 100%;
  }
  .content .edmArea .edmLeft form, .bookDetail .edmArea .edmLeft form {
    position: relative;
    margin: 0;
  }
  .content .edmArea .edmLeft form ul, .bookDetail .edmArea .edmLeft form ul {
    margin-left: 10px;
  }
  .content .edmArea .edmLeft .btnArea input[type="reset"], .bookDetail .edmArea .edmLeft .btnArea input[type="reset"] {
    margin: 0 10px;
  }
  .content .edmArea .edmLeft input[type="submit"], .bookDetail .edmArea .edmLeft input[type="submit"], .content .edmArea .edmLeft input[type="button"], .bookDetail .edmArea .edmLeft input[type="button"] {
    padding: 10px 50px;
  }
  .content ul.recommend li, .bookDetail ul.recommend li {
    width: 47%;
    margin: 0 4% 20px -3px;
  }
  .content ul.recommend li:nth-child(even), .bookDetail ul.recommend li:nth-child(even) {
    margin-right: 0;
  }
}

/*------- Ebook Page -------*/
.leftBox ul.bookList li{
  width: 150px;
  margin: 0 15px 30px 15px;
}
.leftBox ul.bookList li figure{
  width: 100%;
  height: auto;
}
.leftBox ul.bookList li figure{
  margin-bottom: 10px;
}
ul.bookList {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -50px;
}
ul.bookList h1 {
  color: #333;
}
ul.bookList li {
  width: 180px;
  display: inline-table;
  vertical-align: top;
  margin: 0 11.6px 30px 10px;
}
ul.bookList li figure {
  position: relative;
  width: 180px;
  height: 250px;
  overflow: hidden;
  box-shadow: 1px 2px 4px #ccc;
  margin-bottom: 10px;
  line-height: 0;
}
ul.bookList li figure span {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -25px;
  bottom: -25px;
  width: 25px;
  height: 25px;
  background: #fff url(../images/fold.png) left top;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
ul.bookList li figure a img {
  width: 100%;
}
ul.bookList li .infoBox h1 {
  font-size: 16px;
  line-height: 22.4px;
  padding: 5px 0;
}
ul.bookList li .infoBox h1 a {
  color: #000;
}
ul.bookList li .infoBox h1 a:visited {
  color: #000;
}
ul.bookList li .infoBox h1 a:hover {
  color: #941e23;
}
ul.bookList li .infoBox span {
  font-size: 14px;
  line-height: 15px;
  padding: 5px 10px;
  color: #FFF;
  background-color: #941e23;
  display: inline-block;
}
ul.bookList li .infoBox span a {
  display: inline-block;
  color: #FFF;
  opacity: 0.8;
}
ul.bookList li .infoBox span a:visited {
  color: #FFF;
}
ul.bookList li .infoBox span a:hover {
  opacity: 1;
}
@media screen and (max-width: 1050px) {
  ul.bookList {
    /*-- ul.bookList --*/
    margin-left: 0;
    margin-right: 0;
  }
  ul.bookList li {
    width: 17.6%;
    margin: 0 1% 30px 1%;
  }
}
@media screen and (max-width: 1024px) {
  ul.bookList li , .leftBox ul.bookList li{
    width: 20.6%;
    margin: 0 2% 30px 2%;
  }
  ul.bookList li figure {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 800px) {
  ul.bookList li , .leftBox ul.bookList li{
    width: 20.5%;
    margin: 0 2% 30px 2%;
  }
}
@media screen and (max-width: 650px) {
  ul.bookList li , .leftBox ul.bookList li{
    width: 28.8%;
  }
}
@media screen and (max-width: 550px) {
  ul.bookList li , .leftBox ul.bookList li{
    width: 45%;
  }
}

.bookDetail h2 {
  width: 1000px;
}
.bookDetail .shareArea {
  top: -15px;
}
.bookDetail .infotab {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.bookDetail .infotab li {
  display: inline-block;
  background-color: #E9E9E9;
  padding: 3px 15px;
}
.bookDetail .infotab li:hover, .bookDetail .infotab li.select {
  cursor: pointer;
  background-color: #941e23;
  color: #FFF;
}
.bookDetail .infoArea {
  position: relative;
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
}
.bookDetail .infoArea .infoContent {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.bookDetail .infoArea .infoContent p {
  margin-bottom: 15px;
}
.bookDetail .infoArea .infoContent table {
  width: 80%;
  margin: 0 auto;
}
.bookDetail .infoArea .infoContent table tr:nth-child(odd) {
  background-color: #eaeaea;
}
.bookDetail .infoArea .infoContent table tr td {
  padding: 5px 5px 5px 10px;
  text-align: center;
}
.bookDetail .infoArea .infoContent table tr td:first-child {
  text-align: left;
}
.bookDetail .infoArea .infoContent table tr td:nth-child(2) {
  width: 20%;
}
.bookDetail .infoArea .infoContent table tr td.iconType {
  width: 30%;
}
.bookDetail .infoArea .infoContent table tr td.icon-cellphone91 {
  text-align: center;
  position: relative;
  top: 3px;
}
.bookDetail .infoArea .infoContent table tr td.icon-pc::before {
  font-size: 24px;
  position: relative;
  top: 5px;
}
.bookDetail .infoArea .infoContent section:nth-child(2) {
  position: absolute;
  width: 100%;
  top: 0;
  display: none;
}
.bookDetail figure {
  border-bottom: 1px solid #ccc;
}
.bookDetail figure img {
  float: left;
}
.bookDetail figure figcaption {
  min-height: 420px;
  margin: 0 0 40px 320px;
}
.bookDetail figure figcaption a.useinfo {
  background-color: #aaa;
  color: #FFF;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  margin-left: 10px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
.bookDetail figure figcaption a.useinfo:visited {
  color: #FFF;
}
.bookDetail figure figcaption a.useinfo:hover {
  background-color: #941e23;
}
.bookDetail figure figcaption a.useinfo:hover span {
  color: #941e23;
}
.bookDetail figure figcaption a.useinfo span {
  position: relative;
  top: 3px;
  display: inline-block;
  background-color: #FFF;
  color: #aaa;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.bookDetail figure figcaption a.donate, .bookDetail figure figcaption a.qa {
  padding: 10px 15px 10px 15px;
  background-color: #aaa;
  color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bookDetail figure figcaption a.donate:visited, .bookDetail figure figcaption a.qa:visited {
  color: #FFF;
}
.bookDetail figure figcaption a.donate:hover, .bookDetail figure figcaption a.qa:hover {
  background-color: #941e23;
  color: #FFF;
}
.bookDetail figure figcaption .icon-book:before {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.bookDetail figure figcaption .icon-question:before {
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.bookDetail figure figcaption p {
  margin-bottom: 15px;
}
.bookDetail figure figcaption p.view {
  margin-top: -25px;
}
.bookDetail figure figcaption p span {
  display: inline-block;
  margin-bottom: 10px;
}
.bookDetail figure figcaption p span.note {
  font-size: 14px;
}
.bookDetail figure figcaption p .icon-pc {
  position: relative;
  top: 11px;
  width: 40px;
  height: 40px;
  font-size: 40px;
}
.bookDetail figure figcaption p .icon-ipad36 {
  position: relative;
  top: 2px;
  width: 20px;
  height: 40px;
  font-size: 22px;
}
.bookDetail figure figcaption p .icon-cellphone91 {
  position: relative;
  top: 2px;
  font-size: 20px;
  margin-left: 5px;
  width: 20px;
  height: 40px;
}
.bookDetail figure figcaption p.download a {
  background-color: #aaa;
  color: #FFF;
  padding: 10px;
  display: inline-block;
  font-size: 28px;
  margin: 0 5px 10px 5px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.bookDetail figure figcaption p.download a:visited {
  color: #FFF;
}
.bookDetail figure figcaption p.download a:hover {
  background-color: #941e23;
  color: #FFF;
}
@media screen and (max-width: 1050px) {
  .bookDetail {
    /*-- .bookDetail --*/
    width: 101%;
    margin-left: -1%;
  }
  .leftBox .bookDetail{
    width: 100%;
    margin-left: 0;
  }
  .bookDetail .infoArea .infoContent {
    width: 100%;
  }
  .bookDetail .shareArea {
    top: -40px;
  }
  .bookDetail h2 {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .bookDetail .infoArea .infoContent table {
    width: 100%;
  }
  .bookDetail .shareArea {
    position: relative;
    top: -10px;
    right: 0;
  }
  .bookDetail figure img {
    float: none;
    max-width: 100%;
  }
  .bookDetail figure figcaption {
    margin: 0 0 0px 0;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bookDetail figure figcaption a.qa {
    display: inline-block;
    margin-bottom: 20px;
  }
  .bookDetail figure figcaption a.donate, .bookDetail figure figcaption a.qa {
    display: inline-block;
    margin-bottom: 20px;
  }
  .bookDetail figure figcaption p.download span.icons {
    display: block;
  }
}

table tr td .icon-pc:before {
  position: relative;
  top: 5px;
  font-size: 22px;
}
table tr td .icon-cellphone91:before {
  position: relative;
  top: 2px;
  font-size: 16px;
}

span.icon-book {
  font-weight: bold;
  font-size: 14px;
  padding: 5px 8px 5px 10px;
  margin-right: 5px;
  background-color: #941e23;
  color: #FFF;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

span.icon-book:before {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

/*--------Sitemap--------*/
.sitemapDetail a {
  color: #941e23;
}
.sitemapDetail a:visited {
  color: #941e23;
}
.sitemapDetail a:hover {
  color: #000;
  font-weight: bold;
}
.sitemapDetail .sitemapGroup a {
  text-decoration: none;
}
.sitemapDetail .sitemapGroup ul {
  width: 19.6%;
  margin: 0 0 40px 0;
  margin-left: -4px;
  display: inline-block;
  vertical-align: top;
}
.sitemapDetail .sitemapGroup ul h3 {
  border-bottom: 3px solid #941e23;
  margin: 10px 10px;
  padding: 5px 0 5px 3px;
}
.sitemapDetail .sitemapGroup ul h3 a {
  font-size: 19.8px;
  font-weight: normal;
}
.sitemapDetail .sitemapGroup ul li {
  margin-left: 13px;
  list-style: none;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sitemapDetail .sitemapGroup {
    margin: 0;
  }
  .sitemapDetail .sitemapGroup ul {
    width: 100%;
    height: auto;
    display: block;
    background: none;
    margin-bottom: 40px;
  }
  .sitemapDetail .sitemapGroup ul h3 {
    background-repeat: repeat-x;
  }
}

#atstbx .at-share-btn .at4-icon {
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

/*----------------- fancybox -----------------*/
.fancybox-nav {
  width: 40px;
}

.fancybox-close {
  background-image: none;
  font-family: "font093";
}
.fancybox-close:before {
  width: 30px;
  height: 30px;
  font-size: 24px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  content: "x";
  color: #000;
  background: #FFF;
  border: 2px solid #fff;
}

.fancybox-lock body {
  overflow: visible !important;
}

.fancybox-prev {
  margin-left: -80px;
}

.fancybox-next {
  right: -80px;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  margin-top: -50px;
  background: url(../images/banner_arrow_l.png) left top no-repeat;
  cursor: pointer;
}

.fancybox-next span {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 100px;
  margin-top: -50px;
  background: url(../images/banner_arrow_r.png) left top no-repeat;
  cursor: pointer;
}

.fancybox-wrap {
  margin-bottom: 20px;
}

.fancybox-inner {
  height: 364px;
  min-height: 364px;
  max-height: 364px;
}
.fancybox-inner iframe {
  height: 364px;
}

.fancybox-outer h1 {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  color: #333;
  font-size: 18px;
  line-height: 25.2px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  text-align: left;
}
.fancybox-outer time span {
  font-weight: bold;
}
.fancybox-outer table {
  margin-left: -2px;
  width: 100%;
}
.fancybox-outer table tr .infoVideo {
  max-height: 100px;
  overflow-y: auto;
  line-height: 18px;
  margin-top: 5px;
}
.fancybox-outer table tr td:first-child {
  width: 85px;
  vertical-align: top;
}
.fancybox-outer mark {
  position: absolute;
  z-index: 9999;
  top: 20px;
  right: -100px;
  font-size: 14px;
  color: #FFF;
  text-shadow: 0 0px 0px #333;
  background: #941e23;
  padding: 2px 5px;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .fancybox-outer mark {
    position: relative;
    top: 5px;
    margin: 10px 0;
    right: auto;
    left: 0;
  }

  .fancybox-skin {
    max-width: 80%;
    margin-left: 7.5%;
  }
  .fancybox-skin .fancybox-inner {
    max-width: 100%;
  }
  .fancybox-skin .fancybox-inner iframe {
    max-width: 100%;
  }

  .fancybox-nav span {
    visibility: visible;
  }

  .fancybox-prev {
    display: block;
  }

  .fancybox-next {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .fancybox-skin {
    max-width: 100%;
    margin: 0;
  }

  .fancybox-inner {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
  }
  .fancybox-inner iframe {
    height: 220px;
  }

  .fancybox-prev {
    left: 35px;
  }

  .fancybox-next {
    right: -45px;
  }
}
/*----------------------------------------Video Banner----------------------------------------*/
.videoBanner {
  position: relative;
  cursor: pointer;
  left: 0px;
  right: 0;
  width: 100%;
  margin: 10px auto 30px auto;
  padding-bottom: 50px;
  height: 270px;
  text-align: center;
  overflow: hidden;
}
.videoBanner .lefttMask {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 12%;
  background: url("../images/mask-left.png") left top no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.videoBanner .rightMask {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 12%;
  background: url("../images/mask-right.png") right top no-repeat;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.videoBanner div figure {
  position: relative;
  z-index: 2;
  background-color: #000;
  height: 100%;
}
.videoBanner div figure img {
  max-width: 100%;
}
.videoBanner div figure:hover a img {
  opacity: 0.5;
}
.videoBanner div figure:hover a figcaption {
  top: 0%;
}
.videoBanner div figure:hover a figcaption:after {
  font-family: "font093" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "g";
  width: 36px;
  height: 40px;
  line-height: 40px;
  padding-left: 4px;
  margin-bottom: 10px;
  text-shadow: 0px 0px 0px #ccc;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -ms-border-radius: 20px 20px 20px 20px;
  -o-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.videoBanner div figure time {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-weight: normal;
  font-size: 13px;
  padding: 2px 13px;
}
.videoBanner div figure a {
  color: #FFF;
  text-shadow: 0 2px 2px #333;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.videoBanner div figure a figcaption {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 22.4px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  opacity: 1;
}
.videoBanner div figure a figcaption iframe {
  display: none;
}
.videoBanner div figure a figcaption mark {
  font-size: 14px;
  color: #FFF;
  text-shadow: 0 0px 0px #333;
  background: #941e23;
  padding: 2px 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.videoBanner div figure img {
  position: absolute;
  width: 108%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 650px) {
  .videoBanner {
    max-height: 200px;
  }
  .videoBanner div figure img {
    width: auto;
    max-width: 200%;
    height: 100%;
    left: -10%;
  }
}

.videoBanner .videoSlides {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.videoBanner div img:hover {
  opacity: 0.6;
}

.hiddenArea {
  display: none;
}

.jssora12l, .jssora12r, .jssora12ldn, .jssora12rdn {
  position: absolute;
  z-index: 15;
  cursor: pointer;
  display: block;
  overflow: hidden;
  opacity: 0.8;
  width: 40px;
  height: 100px;
  margin-top: -20px;
}

.jssora12l {
  background: url(../images/banner_arrow_l.png) no-repeat;
  left: 0px;
}

.jssora12r {
  background: url(../images/banner_arrow_r.png) no-repeat;
  right: 0px;
}

.jssora12l:hover, .jssora12r:hover {
  opacity: 1;
}

.jssora12ldn, .jssora12rdn {
  opacity: 1;
}

.jssort07 {
  position: absolute;
  top: 600px;
  width: 1000px;
  height: 216px;
  left: 50%;
  margin-left: 0px;
  margin-left: -250px;
}

.jssort07 .p {
  position: absolute;
  width: 216px;
  min-height: 200px;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jssort07 .p .picGroup {
  display: block;
  border: #ccc 8px solid;
}

.jssort07 .p:hover .picGroup {
  border: 8px solid #931e26;
}

* html .jssort07 .i {
  WIDTH: 200px;
  HEIGHT: 95px;
}

.jssort07 .picGroup .i {
  max-width: 100%;
}

.jssort07 .c,
.jssort07 {
  position: relative;
  padding: 5px;
  line-height: 18px;
  color: #666;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  min-height: 40px;
}

.jssort07 .pav .c, .jssort07 .phv .c, .jssort07 .p:hover .c {
  color: #000;
}

.jssort07 .pav .picGroup {
  border: 8px solid #931e26;
}

.jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
  position: absolute;
  cursor: pointer;
  display: block;
  overflow: hidden;
  opacity: 0.8;
}

.jssora11l {
  background: url(../images/s_arrow_l.png) no-repeat;
}

.jssora11r {
  background: url(../images/s_arrow_r.png) no-repeat;
}

.jssora11l:hover, .jssora11r:hover {
  opacity: 1;
}

.jssora11ldn, .jssora11rdn {
  opacity: 1;
}

.jssorb13 {
  position: absolute;
  bottom: 20px;
}

.jssorb13 div, .jssorb13 div:hover, .jssorb13 .av {
  position: absolute;
  /* size of bullet elment */
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eaeaea;
  overflow: hidden;
  cursor: pointer;
}

.jssorb13 div:hover, .jssorb13 .av:hover {
  background-color: #941e23;
}

.jssorb13 .av {
  background-color: #941e23;
}

.jssorb13 .dn, .jssorb13 .dn:hover {
  background-color: #941e23;
}

.bigBanner {
  width: 1000px;
  height: 400px;
  margin: 0 auto;
}
.bigBanner .pc {
  display: block;
}
.bigBanner .phone {
  display: none;
}
.bigBanner ul {
  display: block;
  text-align: center;
}
form .bigBanner ul {
  margin-left: 0%;
}
.bigBanner ul li {
  width: 170px;
  height: 400px;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  margin-left: -4px;
}
.bigBanner ul li:first-child {
  width: 320px;
}
.bigBanner ul li figure {
  position: relative;
  width: 100%;
  text-align: center;
}
.bigBanner ul li figure a {
  top: 0;
  right: 0;
}
.bigBanner ul li figure a:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 1050px) {
  .bigBanner {
    width: 94%;
    height: auto;
    margin: 0 auto 20px auto;
  }
  .bigBanner ul li {
    height: auto;
    width: 25%;
    display: inline-block;
  }
  .bigBanner ul li:first-child {
    display: block;
    margin: 0 auto 0px auto;
  }
  .bigBanner img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bigBanner {
    width: 90%;
    text-align: center;
  }
  .bigBanner .pc {
    display: none;
  }
  .bigBanner .phone {
    display: block;
  }
  .bigBanner ul li {
    width: 50%;
  }
  .bigBanner ul li:first-child {
    width: auto;
  }
  .bigBanner ul li figure img {
    max-width: 100%;
  }
}
/*---------------2019.09.04 Add-----------------*/
/*---------------------------------------------------
|-> Video iFrame
---------------------------------------------------*/
.iframeArea{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}
.iframeArea iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------
|-> Video Content
---------------------------------------------------*/
.videoBox .pagebar{
  text-align: left;
}
.contentArea .videoDetail {
  width: 70%;
  position: relative;
  margin: 0 auto;
}
.contentArea .videoDetail .shareArea{
  top: -20px;
  right: 0;
}
.contentArea .videoDetail h4 span:nth-child(1){
  margin-right: 20px;
}
.contentArea .videoDetail time span{
  font-weight: bold;
}
.content .edmArea{
  min-height: 400px;
  max-height: none;
  height: auto;
}
.content .edmLeft{
  top: 0;
  float: none;
  min-height: 350px;
  height: auto;
}
.content .edmRight a+a{
  top: 60px;
}
.content ul.edmList{
  margin: 0;
  padding: 0;
}
.content ul.edmList li {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  margin-right: 3%;
  margin-bottom: 40px;
}
.content ul.edmList li figure {
  position: relative;
  z-index: 15;
  line-height: 0;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.content ul.edmList li figure span {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: -50px;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background: #fff url(../images/fold.png) left top;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content ul.edmList li figure:hover span{
  right: 0;
  bottom: 0;
}
.content ul.edmList li h4{
  font-size: 18px;
    line-height: 1.4em;
    padding: 0;
}
.content ul.edmList li figure a {
  position: relative;
  z-index: 6;
}
.content ul.edmList li figure a img {
  max-width: 100%;
  margin-left: 0;
}

/*---------------------------------------------------
|-> RWD
---------------------------------------------------*/
@media screen and (max-width: 1100px){
  .header .menu{
    width: auto;
  }
}
@media all and (max-width: 950px){
  .boxAll .crumb+h2{
    margin: 90px 20px 20px 20px;
  }
}
@media all and (max-width: 860px){
  .contentArea .videoDetail {
    width: auto;
  }
  .content .edmRight{
    width: 120px;
  }
  .content .edmArea .edmRight a{
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    padding: 4px 10px;
  }
  .content .edmRight a+a{
    top: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 900px){
  .header .menu ul.subMenu li{
    margin: 0;
  }
  .header .menu ul.subMenu li > a{
    padding: 0 5px;
  }
}
@media all and (max-width: 768px){
  .header .menu ul.subMenu li{
    margin: 0;
  }
  .content ul.edmList li{
    width: 47%;
    margin-right: 0;
    margin-left: 2%;
  }
  .content .edmArea .edmRight{
    width: auto;
    top: -20px;
  }
  .content .edmRight a{
    float: none;
  }
  .content .edmRight a+a{
    margin-top: 0;
  }
}
@media all and (max-width: 650px){
  .header .menu ul.subMenu li > a{
    padding: 10px 0;
  }
  .content ul.edmList li{
    display: block;
    width: auto;
    margin: 0 0 20px;
  }
  .videoBanner + .articleInside{
    margin-top: -60px;
  }
  .videoBanner div figure img{
    left: 0;
  }
  .contentArea .videoDetail h4 span{
    display: block;
  }
}