
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}
.sans{
  font-family: "Poppins",'Noto Sans TC', sans-serif;
}
a {
  text-decoration: none;
  color: #df706c;　/*#63dada*/
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #5f421a;/*#eacfb0*/
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", 'Noto Serif TC', sans-serif;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

.noshow{
  display: none;
}


/*--------------------------------------------------------------
# font setting
--------------------------------------------------------------*/
html {font-size: 100%;} /*16px*/

body {
  background: white;
  font-family: 'Noto Serif TC', serif;
  font-weight: 400;
  line-height: 1.75;
  color: #4d82c3;/*948262*/
}

p {margin-bottom: 1rem;}

h1, h2, h3, h4, h5 {
  margin: 2rem 0 1.38rem;
  font-family: 'Noto Serif TC', serif;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {font-size: 2.441rem;}

h3 {font-size: 1.953rem;}

h4 {font-size: 1.563rem;}

h5 {font-size: 1.25rem;}

em {
  font-style: normal;
}
.text-m {font-size: 1.563rem;}
.text-m2 {font-size: 1.3rem;}
.text-r {font-size: 1rem;}
.text-xs {font-size: 0.5rem;}
small, .text-s {font-size: 0.8rem;}


.highlight{
  color: #ff9277;
}

.highlight-price{
  color: #f29f4e;/*c6c126#a793808*/
  font-size:  2.441rem;
  font-weight: 600;
}

.highlight-tag{
  padding: 0.1em 0.4em;
  border: 1px solid #e54c5e;
  border-radius: 0.2em;
  background: #e54c5e;
  color: #fff;
}

.tag{
  padding: 0.1em 0.4em;
  border: 1px solid #b9cc7e;
  background: #b9cc7e;
  color: #fff;
  /*border-radius: 3px;*/
}

.readtag{
  padding: 0.1em 0.4em;
  border: 1px solid #f49e38;
  background: #f49e38;
  color: #fff;
  border-radius: 3px;
}


.tag-text{
  padding: 0.1em 0.4em;
  border: 1px solid #b9cc7e;
}

.nowrap{
  white-space: nowrap;
}

.btn a{
  color: #68523d;
  display: inline-block;
  padding: 1rem;
  margin: 1rem auto;
  border: 2px solid #b9cc7e;
  width: 200px;
  border-radius: 5px;
  background: #f4e7d4;
}

.btn a:hover{
  color: #fff;
  display: block;
  background: #b9cc7e;
}


tbody tr:nth-child(2n) {
    background-color: #f4e7d4;
  }
thead tr {
  border-bottom-width: 1px;
  border-color: #d5b17d;
  background-color: #d5b17d;
  color: #fff;
  text-align: center;
}
tbody td:nth-child(3),
tbody td:nth-child(4) {
    text-align: center;
  }
.table .tag{
  border-radius: 5px;
  background: #f48282;
  border: 0px;
}

.table{
  font-size: 0.8rem;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.row-eq-height > [class *='col-'] {
  display: flex;
  flex-direction: column;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b9cc7e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #eacfb0;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#welcome {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/welcome-bg.jpg) top center;
  background-size: cover;
}

@media (min-width: 1024px) {
  #welcome {
    background-attachment: fixed;
  }
}

#welcome .welcome-logo {
  margin-right: 25%;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
  left: -3%;
}

#welcome .welcome-logo img {
  max-width: 100%;
  mix-blend-mode: multiply;
}

#welcome .welcome-container {
  background: rgba(211, 211, 211, 0.1);
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#welcome h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}


@media (min-width: 768px) and (max-width: 1024px)  {
#welcome {
  background: url(../img/welcome-bg-m.jpg) top center;
  background-size: cover;
}


#welcome .welcome-logo {
    width: 95%;
    margin:40rem auto 20px auto;
    padding: 10px;
  }

#welcome .welcome-container {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}

}


@media (max-width: 768px) {
#welcome {
  background: url(../img/welcome-bg-m.jpg) top center;
  background-size: cover;
}


  #welcome h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #welcome .welcome-logo {
    width: 90%;
    margin: 20rem auto 20px auto;
    padding: 10px;
  }

#welcome .welcome-container {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
}

#welcome h2 {
  color: #ccc;
  margin-bottom: 50px;
}

#welcome h2 span {
  color: #fff;
  transition: 0.3s;
  border-bottom: 2px solid #b9cc7e;
}


#welcome .rotating>.animated {
  display: inline-block;
}

#welcome .actions a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 20px auto auto auto;
}

#welcome .btn-get-started {
  background: #d74b38;
  border: 2px solid #d74b38;
  color: #fff;
}

#welcome .btn-get-started:hover {
  background: #d46b5c;
  border: 2px solid #fff;
  color: #fff;
}

#welcome .btn-newbooks {
  border: 2px solid #fff;
  color: #fff;
}

#welcome .btn-newbooks:hover {
  background: #d74b38;
  border: 2px solid #d74b38;
}



@media (max-width: 768px) {
  #welcome h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  #welcome h2 .rotating {
    display: block;
  }
  #welcome .actions a {

  margin: 0px auto 50px auto;
}

}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #8e7c5b;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}

#header.fixed-top {
  background: rgba(142, 124, 91, 0.85);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  height: 50px;
}

.scrolled-offset {
  margin-top: 70px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 60px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fef1da;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 0 0 10px 10px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #333333;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #b9cc7e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 0.8);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  width: 45%;
  top: 55px;
  right: 15px;
  bottom: 15px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 10px 0 0 10px;
  border-left: 5px solid #a79380;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  display: inline-block;
  color: #a79380;
  padding-bottom: 2px;
  border-bottom: 2px dotted #a79380;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #b9cc7e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Common
--------------------------------*/
section {
  overflow: hidden;
}

.section-title {
  font-size: 2em;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  white-space:nowrap;
}

.section-title-w {
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  white-space:nowrap;
}

.section-description {
  text-align: center;
  margin: 2rem auto;
  padding: 2rem;
  background: #fafcff;
  z-index: -1;
  color: #8e7c5b;
  border-radius:5px 70px 5px 70px;
  border: 1px double #4a68a5;
}

.section-description .btn{
  margin: 0rem auto -5rem auto;
}

.section-title-divider {
  position:absolute;
  width: 2px;
  height: 50px;
  background: #ff9277;
  margin: 5em auto;
  z-index: 2;
  top: 0%;
  left: 50%;
}

.section-title-divider-discount {
  position:absolute;
  width: 2px;
  height: 50px;
  background: #ff9277;
  margin: 5em auto;
  z-index: 2;
  top: 8%;
  left: 50%;
}

.notice{
    border-radius: 1rem;
    background: #fff;
}

.notice li{
    color: #4d82c3;
    background: transparent;
}

.notice i{
     color: #6eb780;
}

.welcome-atv-info i{
     color: #6eb780;
}
/*--------------------------------------------------------------
# table
--------------------------------------------------------------*/
tbody tr {
    background-color: #f8f3e5;
  }

tbody tr:nth-child(2n) {
    background-color: #f4e7d4;
  }
thead tr {
  border-bottom-width: 1px;
  background-color: #d5b17d;
  color: #000;
  text-align: center;
}
tbody td:nth-child(3),
tbody td:nth-child(4) {
    text-align: center;
  }

/* Get Started Section (About)
--------------------------------*/
#about {
    background-color: #4a68a5;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.about-point{
  background-color: #fff;
  border: 1px solid #c2e9ff;
  border-radius: 20px;
  padding: 35px;
  margin-top: 50px;
}

.about-container {
    width: 1100px;
    margin-top:3em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 0em; 
}
.item1 {
    position: relative;
    background-color: #fafcff;
    border-radius: 20px;
    padding: 50px 50px 40px 50px;
    margin-right: 1em;
    margin-bottom: 1em;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.item2 {
    background-color: #fafcff;
    border-radius: 20px 20px 0 0;
    padding: 50px 50px 40px 50px;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}
.item3 {
    background-color: #fafcff;
    border-radius: 20px 0 0 20px;
    padding: 50px ;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
}
.item4 {
    background-color: #fafcff;
    border-radius: 0 0 20px 0;
    padding: 50px ;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
}

.item5 {
    background-color: #fafcff;
    border-radius: 20px;
    padding: 50px ;
    margin-top: 1em;
    grid-column-start: 1;
    grid-column-end: 5;
}



/*.item4 {
    background-color: #fafcff;
    border-radius: 0 0 20px 0;
    padding: 50px ;
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
}*/

/*圓角*/
.item-round{
    border-radius: 0 0 20px 0;
    background: #4a68a5;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    z-index: calc(var(--z-base) + 1);
}
.item-round-bg{
    background: #fafcff;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    z-index: calc(var(--z-base) + 1);
}
@media (max-width: 768px) {
  .about-container {
    width: 760px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 0em; 
  }
  .about-container h3 
  {font-size: 1.563rem;
  }

 .about-container h4  
  {font-size: 1.25rem;}

  .about-point{
    background-color: #fff;
    border: 1px solid #c2e9ff;
    border-radius: 20px;
    padding: 15px;
    margin: 0px;
  }
  .item1 {
      position: relative;
      background-color: #fafcff;
      border-radius: 20px;
      padding: 20px;
      margin-right: 1em;
      margin-bottom: 1em;
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 1;
      grid-row-end: 3;
  }
  .item2 {
      background-color: #fafcff;
      border-radius: 20px 20px 0 0;
      padding: 20px;
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 3;
  }
  .item3 {
      background-color: #fafcff;
      border-radius: 20px 0 0 20px;
      padding: 20px ;
      grid-column-start: 1;
      grid-column-end: 3;
      grid-row-start: 3;
      grid-row-end: 5;
  }
  .item4 {
      background-color: #fafcff;
      border-radius: 0 0 20px 0;
      padding: 20px ;
      grid-column-start: 3;
      grid-column-end: 5;
      grid-row-start: 3;
      grid-row-end: 5;
  }
  .item5 {
      background-color: #fafcff;
      border-radius: 20px;
      padding: 20px ;
      margin-top: 1em;
      grid-column-start: 1;
      grid-column-end: 5;
  }

  /*圓角*/
  .item-round{
      border-radius: 0 0 20px 0;
      background: #4a68a5;
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3;
      z-index: calc(var(--z-base) + 1);
  }
  .item-round-bg{
      background: #fafcff;
      grid-column-start: 2;
      grid-column-end: 3;
      grid-row-start: 2;
      grid-row-end: 3;
      z-index: calc(var(--z-base) + 1);

  }
}
@media (max-width: 576px) {
  .about-container {
    width: 500px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(300px, auto);
    grid-gap: 0em; 
  }
  .about-container h3 
  {font-size: 1.563rem;
  }

 .about-container h4  
  {font-size: 1.25rem;}

  .about-point{
  background-color: #fff;
  border: 1px solid #c2e9ff;
  border-radius: 20px;
  padding: 15px;
  margin: 0px;
  }

  .item1 {
    position: relative;
    background-color: #fafcff;
    border-radius: 20px ;
    padding: 15px ;
    margin-right: 0px;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;

  }

/*888*/
  .item2 {
    background-color: #fafcff;
    border-radius: 20px 20px 0 0 ;
    padding: 15px ;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
/*1800*/
  .item3 {
    background-color: #fafcff;
    border-radius: 0;
    padding: 15px ;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
  }
/*3600*/
  .item4 {
    background-color: #fafcff;
    border-radius: 0 0 20px 20px;
    padding: 15px ;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .item5 {
      background-color: #fafcff;
      border-radius: 20px;
      padding: 15px ;
      margin-top: 1em;
      grid-column-start: 1;
      grid-column-end: 5;
  }

  .only-pc{
  display: none;
  }
}

.about_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about_atv_title {
    color: #e0706d;/*#2e9648*/
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .08em
}

.about_atv_title.popOut {
    animation: popOut .4s forwards ease-in
}

.about_atv_title_number {
    color: #fff;
    font-size: 40px;
    letter-spacing: .04em;
    width: 86px;
    height: 86px;
    background-color: #e0706d;
    border-radius: 50%;
    line-height: 91px;
    margin: 5px auto 0
}


#about .about-title {
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
}

#about .about-text {
  margin-top: 0.5em;
}

#about .about-text:last-child {
  margin-bottom: 0;
}

.gift > img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gift-title{
  background: #6eb780;
  color: #fff;
  padding: 0.1em 0.5em;
  margin:  0.2em;
  font-size: 0.8em;
}

@media (max-width: 768px) {

    #about {
        padding: 20px 0;
    }

    .gift > img {
      width: 100%;
      object-fit: cover;
      object-position: center;
    }    
}



.item-atv {
    background-color: #fafcff;
    border-radius: 20px;
    margin-top: 2rem;
    grid-column-start: 1;
    grid-column-end: 5;
}

.item-atv h4{
  display: block;
  top: 0;
  color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 1.4rem;
  background-color: #e54c5e;
  background-image:
    radial-gradient(#e0706d 20%, transparent 20%),
    radial-gradient(#e0706d 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 16px 16px;
  margin-top: -0.5em;
}

.item-atv .list-group {

}


.item-atv li.list-group-item {
display: list-item;
list-style-type: decimal;

}

.atv-coin{
  position: absolute;
  text-align: right;
  padding: 0.5rem 1rem 0rem 0.5rem;
  bottom: 0;
  right: 0;
}

@media (max-width: 768px) {

.atv-coin{
  position: relative;
  text-align: right;
  padding: 0.5rem 1rem 0rem 0.5rem;
  bottom: 0;
  right: 0;
}   
}
.welcome-atv{
font-family: "Open Sans", sans-serif;
font-weight: 600;
}

.welcome-atv-info{
  text-align: left;
  line-height: 2.5rem;
  padding: 1.5rem;
}

.welcome-atv-info h5{
  border-bottom: 1px solid #948262;
}

.welcome-atv-info ul{
  margin: 3rem auto;
}

.welcome-atv-info li{
  background-color: none;
  color: #948262;
}

.welcome-atv-info li i{
  color: #a79380;
}

.welcome-atv-info h5{
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  background: #a79380;
  padding: 10px 5px;
  margin: 0px;
}


/* Goods Section
--------------------------------*/
#goods {
  background: url(../img/bg_green.jpg) repeat;
  padding: 80px 0;
}

@media (max-width: 768px) {
    #goods {
        padding: 20px 0;
    }  
}


#goods div > img {
  width: 100%;
  max-width: 650px;
  height: auto;
}
#goods .goods-img {
  overflow: hidden;
}

#goods .goods-img img {
  max-width: 100%;
}

#goods .goods-content {
  background: #fff;
  margin-top: -2.5em;
  margin-bottom: 2em;
  padding: 4em;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #goods .goods-img {
    height: auto;
    max-width: 100%;
  }

  #goods .goods-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
  #goods .goods-content {
  background: #fff;
  margin-top: -3em;
  margin-bottom: 2em;
  padding:4em 1em;
  border-radius: 0px;
 }
}

#goods .goods-title {
  color: #333;
  font-weight: 700;
}

.goods-text {
  line-height: 1.5rem;
  text-align: center;
  margin: 0.5rem auto;
}

#goods .goods-text:last-child {
  margin-bottom: 0;
}

/*區塊*/
.roboto {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    color: #000;
}
.goods-info-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #000;
    margin-top: 5rem;
    padding: 2.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 10px;
}

.goods-info-area .goods-num {
    position: absolute;
    top: -3.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    line-height: 2.5rem;
}
.goods-info-area .goods-num>em {
    font-weight: 700;
    font-size: 4rem;
    text-shadow: -1px -1px 0px #fff, 1px 1px 0px #999, 3px 3px 0px #fff;
  }

.goods-info-area .goods-title {
    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;
    text-align: center;
    margin-bottom: 2rem;
}

.goods-spec {
    text-align: center;
    line-height: calc(20 / 12);
}

.goods-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0.5rem auto;
  display: flex;
}

.goods-title h3 {
  display: inline;
  position: relative;
  margin: 0.5rem auto;
  font-weight: 600;
  color: #6eb780; 
}

.goods-title h2 {
  display: inline;
  position: relative;
  margin: 0.5rem auto;
  font-weight: 600;
}

.goods-title h2:before {
  content: "";
  position: absolute;
  height: 115%;
  width: 4px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  top: -4px;
  left: -8px;
    }

.goods-title h2:after {
  content: "";
  position: absolute;
  height: 115%;
  width: 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  top: -4px;
  right: -8px;
}

.goods-quote {
  text-align: center;
  font-size: 1.5rem;
  text-transform: initial;
  margin: 2rem auto;
}
.goods-quote i{
  color: #e0706d;
  padding: 0.1rem;
}

.goods-items-name{
  border-radius: 0 0 10px 10px;
  border-top: 2px dotted #b9cc7e;
  text-align: center;
  margin-top: 0.5em;
  padding: 2px;
  font-size: 1rem;
}

.pre-limit{
  color: #e0706d;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-style: double;
  text-decoration-color: #b9cc7e;
}


.goods-onsale-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #000;
    margin-top: 5rem;
    padding: 0.5rem;
    text-align: center;
    border-radius: 10px;
}

/* newbooks Section
--------------------------------*/
#newbooks {
  background: #f4eed4;
  /*background: url("../img/bg-pattern02.png") repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/newbooks-bg.jpg") fixed center center;
  background-size: cover;*/
  padding: 80px 0;
}

@media (max-width: 768px) {
    #newbooks {
        padding: 20px 0;
    }  
}

.newbooks-container{
    border: 3px dotted #fff;
    background: #FFF;
    border-radius:10px;
    margin: 10px 0;
    padding:0;
}

.newbooks-contant{
}

.newbooks-title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    border: 1px dotted #a79380;
    border-radius: 20px;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 20px;
}
.newbooks-title-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 20px;
    margin: 10px auto;
    background: #ccc;

}
.newbooks-item{


}

.fa-chevron-down{
  --fa-counter-line-height: 1em;
}
.icon-color,.big-point{
  color:  #e0706d;

}
.newbooks-icon{
  color:#a79380;
}
.author{
  color: #5fae7e;
}

.release-day h3 {
  text-transform:uppercase; 
  letter-spacing:1px;
  font-weight:400;
}
.release-day h3 span {
    margin-top: 5px;
    font-size:1rem; 
    color:#444; 
    word-spacing:1px; 
    font-weight:normal; 
    letter-spacing:2px;
    text-transform: uppercase;  
    font-weight:500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
  grid-gap: 10px;
    align-items: center;
}

.release-day h3 span:after,.release-day h3 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #a79380;
    border-top: 1px solid #a79380;
    height: 5px;

}

@media (max-width: 768px) {
  .newbooks-container{
    border-radius:0px;
    margin: 5px 0;
    padding:0;
  }
}



/* special Section
--------------------------------*/
#special {
  /*background: #f4eed4;*/
  background: url(../img/bg_blue.jpg) repeat;
  padding: 80px 0;
}

@media (max-width: 768px) {
    #special {
        padding: 20px 0;
    }  
}

#special div > img {
  width: 100%;
  max-width: 750px;
  border-radius: 10px;
  height: auto;
}
#special .special-img {
  overflow: hidden;
}

#special .special-img img {
  max-width: 100%;
}

#special .special-content {
  background: #fff;
  margin-top: -2.5em;
  margin-bottom: 2em;
  padding: 4em;
  border-radius: 10px;
}

@media (max-width: 768px) {
  #special .special-img {
    height: auto;
    max-width: 100%;
  }

  #special .special-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
  #special .special-content {
  background: #fff;
  margin-top: -3em;
  margin-bottom: 2em;
  padding:4em 1em;
  border-radius: 0px;
 }
}

#special .special-title {
  color: #333;
  font-weight: 700;
}

.special-text {
  line-height: 1.5rem;
  text-align: center;
  margin: 0.5rem auto;
}

#special .special-text:last-child {
  margin-bottom: 0;
}

/*區塊*/
.roboto {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.1em;
    color: #000;
}
.special-info-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #000;
    margin-top: 5rem;
    padding: 2.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 10px;
}

.special-info-area .special-num {
    position: absolute;
    top: -3.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    line-height: 2.5rem;
}
.special-info-area .special-num>em {
    font-weight: 700;
    font-size: 4rem;
    text-shadow: -1px -1px 0px #fff, 1px 1px 0px #999, 3px 3px 0px #fff;
  }

.special-info-area .special-title {
    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;
    text-align: center;
    margin-bottom: 2rem;
}

.special-spec {
    text-align: center;
    line-height: calc(20 / 12);
}

.special-title {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0.5rem auto;
  display: flex;
}

.special-title h3 {
  display: inline;
  position: relative;
  margin: 0.5rem auto;
  font-weight: 600;
  color: #6eb780; 
}

.special-title h2 {
  display: inline;
  position: relative;
  margin: 0.5rem auto;
  font-weight: 600;
}

.special-title h2:before {
  content: "";
  position: absolute;
  height: 115%;
  width: 4px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  top: -4px;
  left: -8px;
    }

.special-title h2:after {
  content: "";
  position: absolute;
  height: 115%;
  width: 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  top: -4px;
  right: -8px;
}

.special-quote {
  text-align: center;
  font-size: 1.5rem;
  text-transform: initial;
  margin: 2rem auto;
}
.special-quote i{
  color: #e0706d;
  padding: 0.1rem;
}

.special-items-name{
  border-radius: 0 0 10px 10px;
  border-top: 2px dotted #b9cc7e;
  text-align: center;
  margin-top: 0.5em;
  padding: 2px;
  font-size: 1rem;
}

.pre-limit{
  color: #e0706d;
  font-family: 'Noto Sans TC', sans-serif;
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-style: double;
  text-decoration-color: #b9cc7e;
}


.special-onsale-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #000;
    margin-top: 5rem;
    padding: 0.5rem;
    text-align: center;
    border-radius: 10px;
}


.notice_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 1.5rem;
}

.notice_area .notice_tag {
    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;
    width: 3.5rem;
    background-color: #b9cc7e;
    border: 1px solid #000;
    border-right: 0px solid #000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0.5rem;
}

.notice_area .notice_content {
    text-align: left;
    background-color: #fff;
    border: 1px solid #000;
    color: #b9cc7e;
}

/* signature Section
--------------------------------*/
#signature {
  background: #fff;
  padding: 80px 0;
}

#signature #signature-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
}

#signature #signature-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-in-out;
}

#signature #signature-flters li:hover,
#signature #signature-flters li.filter-active {
  color: #b9cc7e;
}

#signature #signature-flters li:last-child {
  margin-right: 0;
}

#signature .signature-item {
  margin-bottom: 30px;
}

#signature .signature-item .signature-place {
  opacity: 1;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: 12px;
  top: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  font-family: "Poppins", 'Noto Sans TC', sans-serif;
  padding: 5px 10px;
  color: #fff;
}


.gaea-salon{
  background: rgba(204, 51, 51, 0.85);
}

.red-salon{
  background: rgba(255, 50, 85, 0.85);
}

.mini-salon{
  background: rgba(255, 138, 86, 0.85);
  color: #666;
}

.yellow-salon{
 background: rgba(255, 210, 0, 0.85);
 color: #666;
}

.blue-salon{
  background: rgba(102, 153, 255, 0.85);
}


#signature .signature-item .signature-info {
  opacity: 1;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px;
}

#signature .signature-item .signature-info h4 {
  display: inline-block;
  border-bottom: 3px solid #4a68a5;
  margin: 0.5rem 0 0 0.2rem ;
  font-family: "Poppins", 'Noto Sans TC', sans-serif;
  font-weight: 400;
  color: #333333;
}

#signature .signature-item .signature-info h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0.5rem 0 0 0.2rem ;
  font-weight: 600;
  color: #03738b;
  padding: 5px 0px;

}

#signature .signature-item .signature-title .text-m {
  padding: 10px;
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
}

#signature .signature-item .signature-info .day-tag {
  background: #4a68a5;
  color: #fff;
  padding: 5px 5px 0 5px;
  margin-right: 5px;
}

#signature .signature-item .signature-info p{
  margin: 5px 12px;
}

#signature .signature-item .signature-info .signature-ppl{
  color: #666666;
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin: 0 5px;
}

#signature .signature-item .signature-info .signature-ppl p{
  display: block;
  margin: 5px 0px;
}

#signature .signature-item .signature-info .signature-time{
    white-space: nowrap;
}

#signature .signature-item .signature-info .card-need,
#signature .signature-item .signature-info .details-link {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 2px 8px;
  border-radius: 5px;
  background: #4a68a5;
  font-size: 0.8rem;
  color: #fff;
  white-space: nowrap;
}

#signature .signature-item .signature-info .card-need{
  background: #ed4665;
  word-wrap: nowrap;
}


/*#signature .signature-item .signature-info .preview-link,
#signature .signature-item .signature-info .details-link {
  position: absolute;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 28px;
  background: #4a68a5;
  right: 60px;
  font-size: 21px;
  top: 15px;
  color: #fff;
}*/

#signature .signature-item .signature-info .preview-link:hover,
#signature .signature-item .signature-info .details-link:hover {
  color: #fff;
  background: #99e226;
}

#signature .signature-item .signature-info .details-link {
  right: 15px;
}

#signature .signature-item:hover .signature-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# signature-page-area
--------------------------------------------------------------*/


.signature-page-area{
  background: #fff;
  margin: 0px auto;

}

.signature-page-content{
  border-left: 1px solid #b5aa9a;
  border-right: 1px solid #b5aa9a;
  padding: 0px;
}

.signature-page-info {
  margin: 3rem auto;
}

.signature-page-info p{
  padding-left: 1rem;
}


.signature-page-deco{
    border-left: 2px dotted #a79380;
}


.signature-page-info h4{
  color: #111;
  padding-bottom: 5px;
  border-bottom: 3px dotted #a79380;
  margin: 10px auto;
}

.signature-page-info ul{
  margin: 3rem auto;
}

.signature-page-info li{
  color: #948262;
}

.signature-page-info li i{
  color: #48a079;
}

.signature-page-time{
    margin-bottom: 1.5rem;
}

.signature-page-step h5{
  color: #a79380;
  font-size: 1rem;
}
.signature-page-step p i{
  color: #b9cc7e;
}

@media (min-width: 1024px) {
  .only-mobile{
  display: none;
  }
  .signature-numbercard img{
  display: block;
  position: absolute;
  top:calc((100% - 140px) / 2);
  right:50px;
  width: 115px;
   -moz-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -o-transform:rotate(5deg);
  -ms-transform:rotate(5deg);
  transform:rotate(5deg); 
}
}

@media (min-width: 768px) {
  .only-mobile{
  display: none;
  }
  .signature-page-info{
    margin: 2rem auto;
  }
  .signature-page-info h4{
    padding-bottom: 5px;
    border-bottom: 3px dotted #b5aa9a;
    margin: 10px auto;
  }

  .signature-page-info ul{
    margin: 2rem auto;
  } 
}


@media (max-width: 576px) {
  .signature-page-content{
    border-left: 0px solid #b5aa9a;
    border-right: 0px solid #b5aa9a;
    padding: 0px;
  }

  .only-pc{
  display: none;
  }
  .signature-page-info{
    margin: 1rem auto;
  }
  .signature-page-info h4{
    padding-bottom: 5px;
    border-bottom: 3px dotted #b5aa9a;
    margin: 5px auto;
  }

  .signature-page-info ul{
    margin: 1rem auto;
  }
}

/* value Section
--------------------------------*/
#value {
  background: #f4eed4;
  padding: 80px 0 60px 0;
}

@media (max-width: 768px) {
    #value {
        padding: 20px 0 60px 0;
    }  
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

#value .value-item{
  height: 100%;
  position: relative;
  background: #fff;
  border-radius:10px;
  text-align: center;
  padding: 1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#value div > img {
  width: 100%;
  max-width: 650px;
}

.value-new{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    top: -1em;
    left: -0.8em;
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1rem;
    width: 55px;
    height:55px;
    background-color: #e0706d;
    border-radius: 50%;
    line-height: 16px;
    margin: 5px auto 0;
    text-align: center;
    vertical-align: middle;
    z-index: 3;
}

.value-66{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: justify;
    top: -1em;
    left: -0.8em;
    color: #fff;
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1rem;
    width: 55px;
    height:55px;
    background-color: #859e48;
    border-radius: 50%;
    line-height: 16px;
    margin: 5px auto 0;
    text-align: center;
    vertical-align: middle;
    z-index: 3;
}

/* maboroshi Section
--------------------------------*/
#maboroshi {
  padding: 80px 0 60px 0;
}

@media (max-width: 768px) {
    #maboroshi {
        padding: 20px 0 60px 0;
    }  
}

.book-item{
  position: relative;
  z-index: 1;
}
.book-item{
  position: relative;
  z-index: 1;

}
.font-st{
    position: absolute;
    top: 20%;
    right: 0;
    z-index:3;
    vertical-align: baseline;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    transform:rotate(3deg);
    background: #ff9;
}
.font-st:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transform: scaleY(0);
    transform-origin: top center;
  }


/* lastchance Section
--------------------------------*/
#lastchance {
  background: #f4eed4;
  padding: 80px 0 120px 0;
}

#lastchance .info {
  color: #333333;
}

.lastchance-content{

}

.lastchance-content .list-group .list-group-item{
  border: 0px;
}

.list-group-item img{
max-height: 350px;
}

.lastchance-content h4{
  display: block;
  top: 0;
  background:#859e48;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px;
  color: #fff;
}

.lastchance-item{
  background: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
}

#lastchance .info i {
  font-size: 32px;
  color: #b9cc7e;
  float: left;
  line-height: 0;
}

#lastchance .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}


/* map Section
--------------------------------*/
#map {
  background: #fff;
  padding: 80px 0 60px 0;
}

#map .member {
  text-align: center;
  margin-bottom: 20px;
}

#map .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#map .member .pic img {
  max-width: 100%;
}

#map .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#map .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#map .member .social {
  margin-top: 15px;
}

#map .member .social a {
  color: #b3b3b3;
}

#map .member .social a:hover {
  color: #b9cc7e;
}

#map .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* readzone Section
--------------------------------*/
#readzone {
  background: #f4eed4;
  padding: 80px 0 120px 0;
}

#readzone .info {
  color: #333333;
}

.readzone-content{

}

.readzone-content .list-group .list-group-item{
  border: 0px;
}

.list-group-item img{
max-height: 350px;
}

.readzone-content h4{
  display: block;
  top: 0;
  background:#859e48;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px;
  color: #fff;
}

.readzone-item{
  background: #fff;
  border-radius: 10px;
  padding-bottom: 10px;
}

#readzone .info i {
  font-size: 32px;
  color: #b9cc7e;
  float: left;
  line-height: 0;
}

#readzone .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
}

/*--------------------------------------------------------------
# readzone-page-area
--------------------------------------------------------------*/


.readzone-page-area{
  font-family: "Poppins",'Noto Sans TC', sans-serif;
  background: #fff;
  margin: 0px auto;
  line-height: 2.5rem;

}

.readzone-page-content{
  border-left: 1px solid #b5aa9a;
  border-right: 1px solid #b5aa9a;
  padding: 0px;
}

.readzone-page-info {
  margin: 3rem auto;
}

.readzone-page-info p{
   margin: 2rem auto;
}


.readzone-page-deco{
    border-left: 2px dotted #a79380;
}


.readzone-page-info h4{
  text-align: center;
  color: #111;
  padding-bottom: 3rem;
  border-bottom: 3px dotted #a79380;
  margin: 3rem auto;
}

.readzone-page-info ul{
  margin: 3rem auto;
}

.readzone-page-info li{
  color: #948262;
}

.readzone-page-info li i{
  color: #48a079;
}

.readzone-page-time{
    margin-bottom: 1.5rem;
}

.readzone-page-step h5{
  color: #a79380;
  font-size: 1rem;
}
.readzone-page-step p i{
  color: #b9cc7e;
}

@media (min-width: 1024px) {
  .only-mobile{
  display: none;
  }
  .readzone-numbercard img{
  display: block;
  position: absolute;
  top:calc((100% - 140px) / 2);
  right:50px;
  width: 115px;
   -moz-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -o-transform:rotate(5deg);
  -ms-transform:rotate(5deg);
  transform:rotate(5deg); 
}
}

@media (min-width: 768px) {
  .only-mobile{
  display: none;
  }
  .readzone-page-info{
    margin: 2rem auto;
  }
  .readzone-page-info h4{
    padding-bottom: 5px;
    border-bottom: 3px dotted #b5aa9a;
    margin: 10px auto;
  }

  .readzone-page-info ul{
    margin: 2rem auto;
  } 
}


@media (max-width: 576px) {
  .readzone-page-content{
    border-left: 0px solid #b5aa9a;
    border-right: 0px solid #b5aa9a;
    padding: 0px;
  }

  .only-pc{
  display: none;
  }
  .readzone-page-info{
    margin: 1rem auto;
  }
  .readzone-page-info h4{
    padding-bottom: 5px;
    border-bottom: 3px dotted #b5aa9a;
    margin: 5px auto;
  }

  .readzone-page-info ul{
    margin: 1rem auto;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 10;
    color: #111;
    padding: 50px 0 20px 0;
    font-size: 0.5rem;
    text-align: center;
    border-top: 1px solid #b5aa9a;
}


#footer p img {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 2px;
    clear: both;
}

/* #footer end*/