@charset "UTF-8";
@font-face {
  font-family: GenJyuuGothic-Heavy;
  src: url("https://events.eslite.com/font/GenJyuuGothic-Heavy.ttf");
}
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  background: url("../images/layout.png") center 720px repeat-y, url("../images/bg.jpg") top center repeat;
  scroll-behavior: smooth;
}

header {
  background: url("../images/bg.jpg") top center repeat;
}

@font-face {}
/* PC */
.WRAPPER {
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .WRAPPER {
    min-width: 100%;
  }
}
.container {
  overflow: hidden;
}

.topbox {
  position: relative;
  width: 1200px;
  margin: auto; /*height:  ; parallax*/
}

.kv_pc {
  width: 100%;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1920px;
  margin: auto;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.kv_pc img {
  display: block;
  text-align: center;
}

.kv_m {
  display: none;
}

.kv_m img {
  display: block;
}

.kv_m a {
  font-size: 0;
  display: block;
}

.for_pc {
  display: block;
}

.for_m {
  display: none;
}

/* m */
@media screen and (max-width: 991px) {
  .kv_m {
    display: block;
    width: 100%;
  }
  .kv_m img {
    width: 100%;
  }
  .kv_pc {
    display: none;
  }
  .container {
    width: 100%;
    min-width: auto;
  }
  .for_pc {
    display: none;
  }
  .for_m {
    display: block;
  }
  .for_m img {
    width: 100%;
  }
}
/* ----------------------CUSTOMERIZATION---------------------- */
.title-item {
  position: absolute;
  z-index: 90;
}

.title01 {
  top: 6px;
  left: 561px;
}

.title02 {
  top: 325px;
  left: 693px;
}

.title03 {
  top: 353px;
  left: 919px;
}

.title04 {
  top: 417px;
  left: 755px;
}

.title05 {
  top: 478px;
  left: 828px;
}

/*--COMMON--*/
.titleC h2 {
  font-size: 4rem;
  color: #002ea3;
  font-weight: bold;
  font-family: "GenJyuuGothic-Heavy";
}

.titleC h2 span {
  font-size: 6rem;
  color: #c83371;
  font-weight: bold;
}

.hightlight h3 {
  color: #fff;
  font-weight: bold;
  background: #002ea3;
  width: auto !important;
  padding: 10px 30px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 30px;
}

.hightlight h3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50px;
  height: 0;
  width: 0;
  border-left: 23px solid #002ea3;
  border-bottom: 25px solid transparent;
}

.banner {
  margin: 0 auto;
  padding: 0;
}

.published img {
  -o-object-fit: contain;
     object-fit: contain;
}

.items3 img {
  width: 350px;
  height: 390px;
}

.hightlight img {
  height: 355px;
  -o-object-fit: contain;
     object-fit: contain;
}

.collect_5x6 .s-row img {
  margin-top: 50px;
}

.scene img {
  height: 640px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.subtitle h3 {
  font-weight: bold;
  background: #002ea3;
  width: auto !important;
  padding: 10px 30px !important;
  border-radius: 50px;
  position: relative;
  color: #fff;
  border-left: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  border-left: 0;
}

.subtitle h3:after {
  content: "";
  position: relative;
  left: 50px;
  top: 8px;
  height: 0;
  width: 0;
  border-bottom: 23px solid #002ea3;
  border-right: 25px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}

.subtitle .more a {
  color: #002ea3;
  font-weight: bold;
  background: #fff;
  padding: 10px 15px;
  border-radius: 50px;
}

.subtitle .more {
  top: 15px;
}

@media screen and (max-width: 991px) {
  .titleC h2 {
    font-size: 2.4rem;
  }
  .titleC h2 span {
    font-size: 3rem;
  }
  .hightlight h3:after, .subtitle h3::after {
    display: none;
  }
  .subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .subtitle h3 {
    max-width: 65vw !important;
    padding: 2vw 3vw !important;
    line-height: 1.2;
    text-align: center;
    font-size: 1.8rem;
  }
  .subtitle .more {
    width: 35vw !important;
    position: relative;
    top: 0;
  }
  .subtitle .more a {
    font-size: 1rem;
  }
}
/*--video/banner--*/
/* ------------------影片款式2------------------ */
.rectangle.yt ul li:first-child {
  width: 600px;
  background: #fff;
}

.rectangle.yt ul li iframe:first-child {
  width: 100%;
  height: 380px;
  margin: 0 auto;
}

.rectangle.yt ul li {
  border: 5px solid #0034aa;
}

@media screen and (max-width: 991px) {
  .rectangle.yt {
    margin: 2vw auto;
  }
  .rectangle.yt ul li:first-child {
    width: 96%;
  }
  .rectangle.yt ul li iframe:first-child {
    width: 100%;
    height: 300px;
    margin: 0 auto;
  }
  .rectangle.yt ul li {
    border: 3px solid #0034aa;
  }
}
/*--photograph-一品--*/
.bg_1 .photograph {
  overflow: hidden;
  padding: 25px 40px;
  margin: 20px auto;
  width: 1125px;
  position: relative;
  background: url("../images/bg_color4.jpg");
  border: 5px solid #0034aa;
  border-radius: 0px;
}

.bg_1 .photograph a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bg_1 .photograph a p {
  width: 470px;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  padding: 20px 20px 0;
  text-align: center;
}

.bg_1 .photograph a p span {
  display: block;
  color: #fff;
  margin: 30px 0 0;
}

.bg_1 .photograph a p span big {
  font-size: 35px;
  color: #ecd549;
}

.bg_1 .photograph a img {
  width: 700px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg_1 .photograph .label {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 60px;
  margin: 0;
  padding: 20px 0 10px;
  z-index: 2;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  background: #002ea3;
  border-radius: 2px 0 0 0;
}

.bg_1 .photograph .label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #002ea3;
}

.quotes ul li {
  border: 5px solid #0034aa;
  margin: 5px;
}

.quotes li:nth-child(even) {
  background: url("../images/bg_color2.jpg");
}

.quotes li:nth-child(odd) {
  background: url("../images/bg_color1.jpg");
}

.published .font {
  background: url("../images/bg_color3.jpg");
}

.published li {
  border-radius: 0;
  border: 5px solid #0034aa;
}

.half ul {
  background: url("../images/bg_color5.jpg");
  border: 5px solid #0034aa;
}

.hightlight .font h4 {
  background: url("../images/bg_color2.jpg");
}

.collect_5x6 .s-row h4 {
  background: url("../images/bg_color4.jpg");
}

.content01 {
  border-radius: 0;
  border: 5px solid #0034aa;
  padding: 20px 0;
}

.magazine ul {
  border-radius: 0;
  border: 5px solid #0034aa;
}

.hightlight .font p, .collect_5x6 .font p {
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .bg_1 .photograph {
    padding: 0 0 8vw;
    margin: 2vw auto;
    width: 98vw;
    border-radius: 0px;
    border: 3px solid #0034aa;
  }
  .bg_1 .photograph a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: none;
  }
  .bg_1 .photograph a p {
    width: 90vw;
    font-size: 18px;
    line-height: 2rem;
    padding: 0 2vw;
    margin: auto;
  }
  .bg_1 .photograph a p span {
    margin: 3vw 0 0;
  }
  .bg_1 .photograph a p span big {
    font-size: 2rem;
  }
  .bg_1 .photograph a img {
    width: 90vw;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 2vw auto;
  }
  .bg_1 .photograph .label {
    top: 0;
    left: 5vw;
    padding: 2vw 0 1vw;
    width: 20vw;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .bg_1 .photograph .label:after {
    border-left: 10vw solid transparent;
    border-right: 10vw solid transparent;
    border-top: 3vw solid #000;
  }
  .quotes ul li {
    border: 3px solid #0034aa;
    margin: 1px;
  }
  .half ul, .published li, .content01, .magazine ul {
    border: 3px solid #0034aa;
  }
}
/*--左右兩品--*/
.quotes .font h4:after {
  content: "";
  height: 32px;
  background: url("../images/quote-left.svg") center center no-repeat;
  background-size: 100%;
  display: block;
  margin: 1rem 0;
}

.quotes .font:after {
  content: "";
  height: 32px;
  background: url("../images/quote-right.svg") center center no-repeat;
  background-size: 100%;
  display: block;
  margin: 1rem 0;
}

/*--
.alternate ul:nth-child(odd) li:first-child{ background: url("../images/bg_red.jpg");}
.alternate ul:nth-child(even) li:last-child{ background: url("../images/bg_green.jpg");}
--*/
@media screen and (max-width: 991px) {
  .rectangle img {
    width: 46vw;
    height: 46vw;
  }
  .hightlight img {
    width: 46vw;
    height: 60vw;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .scene img {
    width: 100%;
    height: auto !important;
  }
  .collect_5x6 .s-row img {
    width: 100%;
    height: 60vw;
    -o-object-fit: fill;
       object-fit: fill;
    padding: 0;
    margin: 40px 0 0;
  }
  .collect_5x6 .s-row h4 {
    width: 100% !important;
  }
}
/*--三品一排--*/
@media screen and (max-width: 991px) {
  .items3 img {
    width: 100%;
    height: auto;
  }
}
/*--上下四品加小字--*/
/*--左大一品右四品--*/
/*--collect06 上面兩品下面四品--*/
/*--4品副標+more--*/
/*--bargain 超值專區--*/
.bg_8 .subtitle {
  border-bottom: 1px solid #000;
  background: transparent !important;
}

.bg_8 .subtitle h3 {
  border-left: none;
  font-size: 30px;
  padding: 0 0 15px 0;
  background: transparent !important;
  color: #002ea3;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bg_8 .subtitle h3::after {
  display: none;
}

.bg_8 .subtitle h3:before {
  background-image: url("../images/deco_2.png");
  background-size: 100%;
  display: inline-block;
  width: 80px;
  height: 50px;
  margin: 0 10px -10px 0;
  content: "";
}

.bg_8 .subtitle h3 big {
  font-size: 36px;
}

.bargain {
  margin: 0 auto 20px;
  max-width: 1160px;
}

.bargain ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bargain ul li {
  width: 50vw;
  text-align: center;
  margin: 1vw;
  padding: 1vw;
  font-size: 26px;
  -webkit-box-shadow: 4px 5px #1e2c5b;
          box-shadow: 4px 5px #1e2c5b;
  border: 2px solid #1e2c5b;
  border-radius: 10px;
  background: url("../images/bg_color4.jpg");
}

.bargain ul li:nth-child(even) {
  background: url("../images/bg_color1.jpg");
}

.bargain ul li a {
  color: #fff;
}

.bargain ul li big {
  font-size: 36px;
  color: #fff;
}

.adbox .banner {
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .bg_8 .subtitle {
    width: 100%;
  }
  .bg_8 .subtitle h3 {
    font-size: 1.6rem;
    padding: 0 0 1vw 0;
    max-width: 100% !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  .bg_8 .subtitle h3:before {
    background: url("../images/deco_2.png") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 15vw;
    height: 9.5vw;
    margin: 0 2vw -2.5vw 0;
    content: "";
  }
  .bg_8 .subtitle h3 big {
    font-size: 2rem;
  }
  .bargain {
    width: 98vw;
    margin: 0 auto;
    margin-bottom: 2vw;
  }
  .bargain ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bargain ul li {
    width: 46vw;
    margin: 1vw;
    padding: 1vw;
    font-size: 1.2rem;
    -webkit-box-shadow: 1px 2px #000;
            box-shadow: 1px 2px #000;
  }
  .bargain ul li:nth-child(3) {
    background: url("../images/bg_color1.jpg");
  }
  .bargain ul li:nth-child(4) {
    background: url("../images/bg_color4.jpg");
  }
  .bargain ul li big {
    font-size: 1.6rem;
  }
  .bargain ul .full {
    width: 96vw;
  }
}
/*--sortbox 文學分類--*/
.literature {
  margin-bottom: 40px;
  width: 1200px;
  margin: 10px auto 30px;
}

.literature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.literature ul li {
  width: 50vw;
  text-align: center;
  margin: 1vw;
  padding: 1vw;
  font-size: 26px;
  background: url("../images/bg_color4.jpg");
  -webkit-box-shadow: 4px 5px #1e2c5b;
          box-shadow: 4px 5px #1e2c5b;
  border: 2px solid #1e2c5b;
  border-radius: 10px;
}

.literature ul li a {
  color: #fff;
  font-family: "Noto Sans TC";
  font-weight: 700;
}

.literature ul li:hover {
  background: url("../images/bg_color1.jpg");
}

.literature ul li:hover a {
  color: #fff;
}

.literature ul li big {
  font-size: 36px;
}

@media screen and (max-width: 991px) {
  .literature {
    margin-bottom: 5vw;
    width: 100%;
  }
  .literature ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .literature ul li {
    width: 46vw;
    margin: 1vw;
    padding: 1vw;
    font-size: 1.2rem;
    -webkit-box-shadow: 1px 2px #000;
            box-shadow: 1px 2px #000;
  }
  .literature ul li big {
    font-size: 1.6rem;
  }
  .literature ul .full {
    width: 96vw;
  }
}
/*--精選出版社--*/
.publish {
  background: #1e2c5b;
  border-radius: 10px;
  width: 1160px;
  margin: 20px auto;
  padding-bottom: 10px;
}

.item_m {
  display: none;
}

.publish ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.publish ul li {
  margin: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.publish ul li:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.publish ul li img {
  width: 165px;
  height: 217px;
}

.publish ul li h6 {
  background: url("../images/bg_color1.jpg");
  width: 165px;
  height: 30px;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  line-height: 30px;
  font-weight: 500;
  border-radius: 50px;
  font-family: "Noto Sans TC", sans-serif;
}

.publish {
  background: url("../images/bg_color6.jpg");
  border-radius: 0;
  border: 5px solid #0034aa;
}

.keyword-bn .ten-word li {
  background: url("../images/bg_color2.jpg");
}

.keyword-bn .ten-word li:nth-child(2n) {
  background: url("../images/bg_color1.jpg");
}

.keyword-bn .four-link li {
  border: 5px solid #0034aa;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.keyword-bn .four-link li a {
  color: #0034aa;
  font-weight: bold;
}

.keywordB .keywordA li {
  background: url("../images/bg_color1.jpg");
}

.keywordB .keywordA li:hover {
  background: url("../images/bg_color2.jpg");
}

.keywordC .round_5p .font {
  background: url("../images/bg_color3.jpg");
}

.keywordC .round_5p img {
  border: 5px solid #0034aa;
}

.bargain ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .publish {
    width: 94vw;
    margin: 2vw auto;
    padding-bottom: 2vw;
    border: 3px solid #0034aa;
  }
  .publish ul li {
    width: 40vw;
    margin: 3vw 2vw;
  }
  .publish ul li img {
    width: 40vw;
    height: 58vw;
  }
  .publish ul li h6 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 2vw;
    width: 40vw;
  }
  .keyword-bn .four-link li {
    border: 3px solid #0034aa;
    padding: 1vw;
  }
}
/*--keybox 關鍵字--*/
@media screen and (max-width: 991px) {
  .keyword-bn .ten-word li:nth-child(4n-3) {
    background: url("../images/bg_color1.jpg");
  }
  .keyword-bn .ten-word li:nth-child(2n) {
    background: url("../images/bg_color2.jpg");
  }
  .keyword-bn .ten-word li:nth-child(4n) {
    background: url("../images/bg_color1.jpg");
  }
}
/*--圈圈五品--*/
/*--recommend 熱門推薦--*/
/*--film-genre01 圈圈版--*/
.film-genre01 li {
  width: 278px;
  height: 278px;
  border-radius: 50%;
}

.film-genre01 img {
  height: auto;
  width: 278px;
  -o-object-position: 0;
     object-position: 0;
}

.film-genre01 .font {
  width: 278px;
  height: 278px;
}

.film-genre01 .font h4 {
  line-height: 278px;
}

/*-----------------nomask無遮罩-----------------*/
.nomask.film-genre01 .font, .nomask.film-genre .font {
  display: none;
}

.nomask.film-genre li {
  border-radius: 0;
}

@media screen and (max-width: 991px) {
  .film-genre01 li {
    width: 45vw;
    height: 45vw;
  }
  .film-genre01 .font {
    width: 45vw;
    height: 45vw;
  }
  .film-genre01 img {
    height: auto;
    width: 45vw;
    -o-object-position: 0;
       object-position: 0;
  }
  .film-genre01 .font h4 {
    line-height: 45vw;
  }
  .nomask.film-genre img {
    width: 100%;
    height: auto;
  }
}
/*--film-genre 方形版---*/
.film-genre img {
  width: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 0px;
     object-position: 0px 0px;
}

/*--classic--*/
/* -- 右側選單 -- */
/* -- sidemanu for pc -- */
.side-menu2 {
  position: fixed;
  width: 130px;
  top: 10%;
  right: 1%;
  padding: 5px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*box-shadow: 0 10px rgba(255, 255, 255, 0.8);*/
  background: none;
  opacity: 0.95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  z-index: 99;
  font-size: 15px;
  overflow: hidden;
}

.side-menu2 label {
  position: fixed;
  width: 130px;
  height: 150px;
  background: #ffea00;
  opacity: 0.95;
  color: #285976;
  right: -40px;
  top: 0%;
  line-height: 28px;
  text-align: center;
  font-size: 24px;
  border-radius: 0 2px 2px 0;
  padding: 18px 8px 10px 8px;
  font-weight: 500;
}

#side-menu-switch2 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#side-menu-switch2:checked + .side-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side-menu2 nav li {
  height: 40px;
  background: url("../images/bg_color1.jpg");
  border-bottom: 1px dotted #fff;
}

.side-menu2 nav li a:hover {
  background: url("../images/bg_color2.jpg");
}

.side-menu2 nav li:nth-child(1) {
  border-radius: 20px 20px 0 0;
}

.side-menu2 nav li:nth-last-child(1) {
  border-radius: 0 0 20px 20px;
}

.side-menu2 nav a {
  font-weight: bolder;
  display: block;
  padding: 10px 4px;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.side-menu2 nav p.name_menu {
  padding: 10px 0;
  font-size: 1.5em;
  line-height: 1em;
  border-bottom: 3px solid;
  border-color: #04414b;
  color: #df6616;
  font-weight: bold;
}

.side-menu2 nav ul.area1 {
  margin-bottom: 150px;
}

.side-menu2 nav ul.area1 li {
  width: 50%;
  float: left;
}

.side-menu2 nav ul.area1 li:nth-last-child(1) {
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  .side-menu2 {
    display: none;
  }
}
/*Plugin*/
.side-menu2 .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.side-menu2 .nav-pills > li.active > a, .side-menu2 .nav-pills > li.active > a:focus, .side-menu2 .nav-pills > li.active > a:hover, .nav-pills > li > a:hover {
  font-weight: 600;
  color: #fff;
  background: #000;
  height: 40px;
  line-height: 20px;
}

.nav-pills > li:nth-child(1) > a:hover {
  border-radius: 20px 20px 0 0;
}

.nav-pills > li:nth-last-child(1) > a:hover {
  border-radius: 0 0 20px 20px;
}

.side-menu2 .nav-pills > li > a {
  border-radius: 0px;
}

.side-menu2 .nav > li > a {
  position: relative;
  display: block;
}

/* -- 版頭TopMenu -- */
/*navigation bar for pc*/
/* Style the TopMenu */
#TopMenu {
  /*overflow: hidden;*/
  display: none;
  max-width: 100%;
  height: 60px;
  z-index: 999;
  margin: 0 auto;
  background: #4e351f;
}

.nav_content {
  width: 1200px;
  margin: 0 auto;
}

/* Navbar links */
#TopMenu a {
  float: left;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 16.2%;
  margin: 0 2.5px;
  font-size: 24px;
  color: #fff;
  border-right: 1px solid #ffffff;
  height: 60px;
  line-height: 60px;
  letter-spacing: 1px;
  font-weight: 600;
}

#TopMenu .row_06 a {
  border-right: none;
}

#TopMenu span {
  color: #000000;
}

/*#TopMenu a:hover{ transform: scale(.95)}*/
/*for mobile*/
@media screen and (max-width: 991px) {
  #TopMenu {
    width: 100%;
    height: auto;
  }
  #TopMenu ul.nav_content {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    background: #DA782C;
    z-index: 1000;
    border-top: none;
  }
  #TopMenu ul li {
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 1vw;
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-size: 14px;
  }
  #TopMenu ul li a {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    border-right: none;
    height: auto;
    line-height: 1.2;
    letter-spacing: 0;
  }
  #TopMenu ul li:nth-child(4), #TopMenu ul li:nth-child(8) {
    border-right: none;
  }
}
/*--goto top--*/
#gotop {
  display: inline-block;
  background-color: #000;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  margin: 30px;
}

#gotop::after {
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url(../images/top.png) center no-repeat;
  background-size: 50%;
  background-position: 50% 20%;
}

#gotop:hover {
  cursor: pointer;
  background-color: #666;
}

#gotop:active {
  background-color: #ccc;
}

#gotop.show {
  opacity: 0.4;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  #gotop {
    bottom: 70px;
    right: 0;
    margin: 2vw;
  }
} /* share url */
#share {
  display: inline-block;
  background-color: #000;
  opacity: 0.4;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 0px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  margin: 30px;
}

#share::after {
  font-family: FontAwesome;
  content: "　";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  opacity: 0.5;
  background: url(../images/share.png) center no-repeat;
  background-size: 20px;
  background-position: 50% 30%;
}

#share:hover {
  cursor: pointer;
  background-color: #666;
}

#share:active {
  background-color: #666;
}

@media screen and (max-width: 991px) {
  #share {
    bottom: 115px;
    right: 0;
    margin: 2vw;
  }
}
@media screen and (max-width: 991px) {
  html {
    padding-bottom: 80px;
  }
}
#gotop::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 85% 35%;
}

#gotop:hover {
  cursor: pointer;
  background-color: #666;
}

#share::after {
  position: absolute;
  display: block;
  background-size: 50%;
  background-position: 80% 35%;
}

@media screen and (max-width: 991px) {
  #gotop::after,
  #share::after {
    background-position: 100% 35%;
  }
}
body {
  background-image: url("../images/fixedbgA.jpg");
}

.topbox img {
  position: absolute;
}

img.kv1 {
  left: 83px;
  top: 54px;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
}

img.kv2 {
  top: 41px;
  left: 249px;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

img.kv3 {
  top: 66px;
  left: 407px;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

img.kv4 {
  top: 118px;
  right: 570px;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

img.kv5 {
  top: 45px;
  right: 402px;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

img.kv6 {
  top: 29px;
  right: 241px;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

img.kv7 {
  top: 81px;
  right: 81px;
  -webkit-animation: bounce 1s;
          animation: bounce 1s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

img.kv8 {
  left: 229px;
  top: 322px;
  -webkit-animation: flipInX 1s;
          animation: flipInX 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.outlink {
  margin: 3% auto;
}
.outlink ul {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.outlink li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.outlink a {
  display: block;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .outlink a {
    padding: 4px;
  }
}
.outlink img {
  max-width: 250px;
  margin: 0 auto;
}

.keyword-bn .ten-word li:nth-child(odd) {
  background-image: url(../images/bgr.jpg);
}

.keyword-bn .ten-word li:nth-child(even) {
  background: url(../images/bgp2-1.jpg);
}

@media screen and (max-width: 991px) {
  .keyword-bn .ten-word li:nth-child(4n) {
    background-image: url(../images/bgr.jpg);
  }
  .keyword-bn .ten-word li:nth-child(3),
  .keyword-bn .ten-word li:nth-child(7) {
    background: url(../images/bgp2-1.jpg);
  }
}
.bg_8 .subtitle h3,
.titleC h2,
.keyword-bn .four-link li a {
  color: #846fb8;
}

.bg_8 .subtitle h3 big,
.titleC h2 span {
  color: #dd6769;
}

.subtitle h3,
.hightlight h3 {
  background-color: #846fb8;
}

.hightlight h3:after {
  border-left: 23px solid #846fb8;
}

.subtitle h3:after {
  border-bottom: 23px solid #846fb8;
}

.subtitle .more a {
  color: #fff;
  background: #905ba4;
}

.keywordC .round_5p img {
  border: 5px solid #846fb8;
}

.bg_1 .photograph .label {
  background-color: #c73e69;
}

.bg_1 .photograph .label:after {
  border-top: 20px solid #c73e69;
}

.keyword-bn .four-link li,
.publish,
.magazine ul,
.content01,
.half ul,
.published li,
.rectangle.yt ul li,
.quotes ul li,
.bg_1 .photograph {
  border: solid 5px #846fb8;
  border-radius: 30px;
  background: url(../images/bgp.jpg) top center repeat;
}
@media screen and (max-width: 991px) {
  .keyword-bn .four-link li,
  .publish,
  .magazine ul,
  .content01,
  .half ul,
  .published li,
  .rectangle.yt ul li,
  .quotes ul li,
  .bg_1 .photograph {
    border-radius: 3vw;
    border: solid 1vw #846fb8;
  }
}

.photograph .font,
.rectangle.yt ul li:first-child,
.rectangle.yt ul li,
.quotes ul li {
  background: url(../images/bgp.jpg) top center repeat;
}

.bg_1 .photograph {
  background-image: url(../images/bgp1.jpg);
}

.quotes li:nth-child(even),
.quotes li:nth-child(odd) {
  background-image: url(../images/bgp2.jpg);
}

.keywordB .keywordA li,
.side-menu2 nav li,
.keywordC .round_5p .font,
.collect_5x6 .s-row h4,
.hightlight .font h4,
.published .font {
  background: url(../images/bgp2-1.jpg) top center repeat;
}

.literature ul li,
.bargain ul li {
  background-image: url(../images/bgr.jpg);
}

.half ul h3 {
  width: 100% !important;
}