@charset "UTF-8";
body {
    background-image: url(../images/background.png);
    <!--background-repeat: repeat;-->
    background-color: #DEB887;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif, "Microsoft JhengHei";
}

hr{
	margin: 0.5rem 0;
}
.header-banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer-area {
    font-weight: normal;
    color: #E3E3E3;
    text-align: center;
    font-size: 0.8em;
    background-color: #554822;
}
.footer-area a {
    text-decoration: none;
}
.book-info-cover {
  width: 100%;
}
.book-info-intro {
  text-align: justify;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  /*background-color: #f3ece2;*/
  background-image: url(../images/background.png);
  border: 1px solid #daaa8e;
  padding-bottom: 10px;
  line-height: 1.2em;
  font-size: 0.9em;
}
.subtitle {
    margin: 0 0 2em 0;
    font-weight: bold;
    font-size: 1.2em;
}
.fancy {
  line-height: 0.5;
  text-align: center;
  margin: 25px;
}
.fancy span {
  display: inline-block;
  position: relative;
}
.fancy span:before, .fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  top: 0;
  width: 80%;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
.page-link {
  color: #454545;
}
.page-link:hover {
  z-index: 2;
  color: #454545;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #454545;
  border-color: #454545;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.nav-link.bar:hover{
	text-decoration:underline; 
}
.text-center {
    font-weight: bold;
}
.container h3{font-size: 1.3em;font-weight: 600;line-height: 1.8em; text-align: center;padding: 0 10%;}

#A1,#A2,#A3,#A4,#A5,#A6 {
    position: relative;
    top: -60px; 
    display: block;
    height: 0;
    overflow: hidden;
}

@media screen and (min-width:1200px) {
  /*outbox為三個一橫排*/
  #outbox {
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
    max-width: 1200px;
	/*max-width: 1400px;*/
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
  }
  #outbox .content_box {
    width: 330px;
	height: 600px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  /*outbox1 為三個一橫排寬版格式*/
  #outbox1 {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;	
  }
  #outbox1 .content_box {
    width: 1030px;
    border: 1px dotted #4F4F4F;
    padding: 0px 10px 0px 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	flex-direction:row; 
	align-items: center;
  }
  #outbox1 .content_box .wide-image {
	width: 150%;
  }
  
  /*outbox2為四個一橫排*/
  #outbox2 {
    -moz-column-count: 4;
    -moz-column-gap: 10px;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    column-count: 4;
    column-gap: 10px;
    /*max-width: 1200px;*/
	max-width: 1400px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
  }
  #outbox2 .content_box {
    width: 410px;
	height: 650px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
    /*outbox3 為四個一橫排寬版格式*/
  #outbox3 {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;	
  }
  #outbox3 .content_box {
    width: 1390px;
    border: 1px dotted #4F4F4F;
    padding: 0px 10px 0px 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	flex-direction:row; 
	align-items: center;
  }
  #outbox3 .content_box .wide-image {
	width: 150%;
  }
}
@media screen and (min-width:1024px) and (max-width:1199px) {
  #outbox {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	text-align: center;
  }
  #outbox .content_box {
    width: 310px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	height: 600px;
  }
   /*outbox1 為三個一橫排寬版格式*/
  #outbox1 {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;	
  }
  #outbox1 .content_box {
    width: 930px;
    border: 1px dotted #4F4F4F;
    padding: 0px 10px 0px 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	flex-direction:row; 
	align-items: center;

  }
  
   #outbox1 .content_box .wide-image {
	width: 140%;
  }
  
  
  #outbox2 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
	text-align: center;
  }
  #outbox2 .content_box {
    width: 310px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	height: 600px;
  } 
   /*outbox3 為4個一橫排寬版格式*/
  #outbox3 {
    -moz-column-count: 1;
    -moz-column-gap: 10px;
    -webkit-column-count: 1;
    -webkit-column-gap: 10px;
    column-count: 1;
    column-gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;	
  }
  #outbox3 .content_box {
    width: 930px;
    border: 1px dotted #4F4F4F;
    padding: 0px 10px 0px 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	flex-direction:row; 
	align-items: center;
  }
  #outbox3 .content_box .wide-image {
	width: 150%;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  #outbox {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: center;
  }
  #outbox .content_box {
    width: 340px;
    display: inline-block;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	height: 600px;
  }
   /*outbox1 為三個一橫排寬版格式*/
  #outbox1 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: center;
	justify-content: center;
  }
  #outbox1 .content_box {
    width: 780px;
    /*display: inline-block;*/
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	flex-direction:row; 
	align-items: center;

  }
  #outbox1 .content_box .wide-image {
	width: 140%;
  }
  
  #outbox2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: center;
  }
  #outbox2 .content_box {
    width: 340px;
    display: inline-block;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	height: 600px;
  }
  /*outbox3 為三個一橫排寬版格式*/
  #outbox3 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    text-align: center;
	justify-content: center;
  }
  #outbox3 .content_box {
    width: 780px;
    /*display: inline-block;*/
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	flex-direction:row; 
	align-items: center;
  }
  #outbox3 .content_box .wide-image {
	width: 150%;
  }
  .book-info-intro img{
		max-width: 700px;
	}
}
@media (max-width:767px) {
	.container{
		width: 96%;
	}
  #outbox {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  #outbox .content_box {
    max-width: 340px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox1 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  #outbox1 .content_box {
    max-width: 340px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox2 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  #outbox2 .content_box {
    max-width: 340px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #outbox3 {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
    text-align: center;
  }
  #outbox3 .content_box {
    max-width: 340px;
    display: inline-block;
    border: 1px dotted #4F4F4F;
    padding: 10px;
    margin: 5px 5px 5px 0;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .book-info-intro img{
		max-width: 400px;
	}
}
@media (max-width: 400px){
	.book-info-intro img{
		max-width: 300px;
	}
}
