@charset "utf-8";
/* 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/bg_all.png") top center repeat-y, url("../images/bg.jpg") top center repeat;
	scroll-behavior: smooth;
}
.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}

@font-face {
  font-family: GenWanMin-SB;
  src: url("../font/GenWanMin-SB.ttc");
}

/* 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;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;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---------------------- */

.font{font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}

/*bg*/
.bg_1{ background: url("../images/bg_1.png") top center no-repeat; padding-top: 120px; padding-bottom: 0px;}
.bg_2{ background: url("../images/bg_2.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_3{ background: url("../images/bg_3.png") top center no-repeat; padding-top: 90px; padding-bottom: 0px;}
.bg_4{ background: url("../images/bg_4.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_5{ background: url("../images/bg_5.png") top center no-repeat; padding-top: 80px; padding-bottom: 0px;}
.bg_6{ background: url("../images/bg_6.png") top center no-repeat; padding-top: 60px; padding-bottom: 0px;}
.bg_7{ background: url("../images/bg_7.png") top center no-repeat; padding-top: 100px; padding-bottom: 0px;}
.bg_8{ background: url("../images/bg_89.png") top center no-repeat; padding-top: 50px; padding-bottom: 0px;}
.bg_9{ background: url("../images/bg_89.png") top center no-repeat; padding-top: 50px; padding-bottom: 0px;}


@media screen and ( max-width: 991px ){
	.bg_1{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_2{ background: url("../images/bg_blue-dot.jpg"); padding: 3vw 0; }
	.bg_3{ background: none; padding-top: 3vw; padding-bottom: 3vw; }
	.bg_4{ background: url("../images/bg_blue-dot.jpg"); padding: 3vw 0; }
	.bg_5{ background: none; padding-top: 3vw; padding-bottom: 0px; }
	.bg_6{ background: none; padding-top: 3vw; padding-bottom: 0px; }
	.bg_7{ background: url("../images/bg_blue-dot.jpg"); padding: 3vw 0; }
	.bg_8{ background: none; padding-top: 3vw; padding-bottom: 0px; }
	.bg_9{ background: none; padding-top: 0px; padding-bottom: 0px; }
}


/*--主視覺動畫--*/
.Title{ position: absolute; top: 0px; left: 0px;}
.si_01{ position: absolute; top: 508px; left: 0px;
		-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2s both;
	        animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 2s both;}
.si_02{ position: absolute; top: 508px; left: 242px;
		-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;
	        animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 3s both;}
.si_03{ position: absolute; top: 508px; left: 472px;
		-webkit-animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 4s both;
	        animation: text-focus-in 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 4s both;}

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}


/*--COMMON--*/
.titleC h2, .hightlight h3{font-family: GenWanMin-SB; color: #4e351f;}
.titleC h2 p{font-size: 26px; line-height: 1.6; color: #2f2f2f;}


@media screen and ( max-width: 991px ){
	.titleC h2 p{font-size: 1.4rem;}
	.bg_4 .titleC h2, .bg_5 .titleC h2{ font-size: 2rem;}
	
	.bg_1 .titleC, .bg_4 .titleC{ background: url("../images/sub_m1.png") center center no-repeat; background-size: cover; padding: 5vw 0; margin: 0 auto;}
	.bg_2 .titleC, .bg_5 .titleC{ background: url("../images/sub_m2.png") center center no-repeat; background-size: cover; padding: 5vw 0; margin: 0 auto;}
	.bg_3 .titleC{ background: url("../images/sub_m3.png") center center no-repeat; background-size: cover; padding: 5vw 0; margin: 0 auto;}
	.bg_6 .titleC{ background: url("../images/sub_m4.png") center center no-repeat; background-size: cover; padding: 5vw 0; margin: 0 auto;}
	.bg_7 .titleC-m{ background: url("../images/sub_m5.png") center center no-repeat; background-size: cover; padding: 5vw 0; margin: 2vw auto;}
	.bg_8 .titleC, .bg_9 .titleC{ background: url("../images/sub_m6.png") center center no-repeat; background-size: cover; padding: 5vw 0; margin: 0 auto;}
	
}


/*--歡迎你來到這個世界--*/
.bg_1{}

/* first-child */
.bg_1 .alternate ul:nth-child(odd) li:first-child {  background: url("../images/bg_blue.jpg");}
.bg_1 .alternate ul:nth-child(odd) li:first-child .font h4 {  color: #4e351f; font-weight: 600;}
.bg_1 .alternate ul:nth-child(odd) li:first-child .font .price {  color: #4e351f; }

/* last-child */
.bg_1  .alternate ul:nth-child(even) li:last-child { background: url("../images/bg_pink.jpg");  }
.bg_1 .alternate ul:nth-child(even) li:last-child .font h4 {  color: #4e351f; font-weight: 600;}
.bg_1 .alternate ul:nth-child(even) li:last-child .font .price {  color: #4e351f; }


@media screen and ( max-width: 991px ){}


/*--看的玩的，應有盡有--*/
.bg_2{}

/* first-child */
.bg_2 .alternate ul:nth-child(odd) li:first-child {  background: url("../images/bg_blue.jpg");}
.bg_2 .alternate ul:nth-child(odd) li:first-child .font h4 {  color: #4e351f; font-weight: 600;}
.bg_2 .alternate ul:nth-child(odd) li:first-child .font .price {  color: #4e351f; }

/* last-child */
.bg_2  .alternate ul:nth-child(even) li:last-child { background: url("../images/bg_pink.jpg");  }
.bg_2 .alternate ul:nth-child(even) li:last-child .font h4 {  color: #4e351f; font-weight: 600;}
.bg_2 .alternate ul:nth-child(even) li:last-child .font .price {  color: #4e351f; }

.bg_2 .various{ background: url("../images/bg_yellow.jpg"); border-radius: 20px; padding: 20px 0;}

@media screen and ( max-width: 991px ){
	.bg_2 .various{ width: 98vw; margin: 0 auto; border-radius: 10px; padding: 3vw 0;}
}


/*--居家育兒，美感兼備--*/
.bg_3{}
.bg_3 .hightlight{ margin-bottom: 0;}
.bg_3 .hightlight ul{ border-radius: 20px;}
.bg_3 .hightlight ul:nth-child(1){background: url("../images/bg_blue.jpg");}
.bg_3 .hightlight ul:nth-child(2){background: url("../images/bg_pink.jpg");}
.bg_3 .hightlight ul h4{ background:#4e351f; }

.bg_3 .various{ background: url("../images/bg_yellow.jpg"); border-radius: 20px; padding: 20px 0;}

@media screen and ( max-width: 991px ){
	.bg_3 .hightlight{ width: 98vw; margin: 0 auto;}
	.bg_3 .hightlight ul{ border-radius: 10px;}
	
	.bg_3 .various{ width: 98vw; margin: 0 auto; border-radius: 10px; padding: 3vw 0;}
}


/*--寶寶學吃飯，吃飽飽長高高--*/
.bg_4{}
.bg_4 .recommend_2p{ margin-bottom: 0;}
.bg_4 .recommend_2p li{ background: url("../images/bg_yellow.jpg"); border-radius: 20px;}

.bg_4 .various{ background: url("../images/bg_yellow.jpg"); border-radius: 20px; padding: 20px 0;}

@media screen and ( max-width: 991px ){
	.bg_4 .recommend_2p{ margin: 2vw auto;}
	.bg_4 .recommend_2p li{ border-radius: 10px;}
	.bg_4 .various{ width: 98vw; margin: 0 auto; border-radius: 10px; padding: 3vw 0;}
}


/*--事半功倍，親子共遊好好玩--*/
.bg_5{}

.bg_5 .hightlight ul{ border-radius: 20px;}
.bg_5 .hightlight ul:nth-child(1){background: url("../images/bg_blue.jpg");}
.bg_5 .hightlight ul:nth-child(2){background: url("../images/bg_pink.jpg");}
.bg_5 .hightlight ul h4{ background:#4e351f; }

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

@media screen and ( max-width: 991px ){
	.bg_5 .hightlight{ width: 98vw; margin: 0 auto;}
	.bg_5 .hightlight ul{ border-radius: 10px;}
}


/*--童書大明星--*/
.bg_6{}

.bg_6 .baseline{ background: url("../images/bg_yellow.jpg"); border-radius: 20px; padding: 20px 0;}

@media screen and ( max-width: 991px ){
	.bg_6 .baseline{ width: 98vw; margin: 3vw auto 0; border-radius: 10px; padding: 3vw 0;}
}


/*--書本為親子搭起一座愛的橋樑--*/
.bg_7{}

.bg_7 .various{ background: url("../images/bg_yellow.jpg"); border-radius: 20px; padding: 20px 0;}

@media screen and ( max-width: 991px ){
	.bg_7 .various{ width: 98vw; margin: 0 auto; border-radius: 10px; padding: 3vw 0;}
}


/*--出版社推薦專區--*/
.bg_8{}

@media screen and ( max-width: 991px ){}


/*--品牌推薦專區--*/
.bg_9{}
.bg_9 .banner{ margin: 40px auto 0; padding: 0;}

@media screen and ( max-width: 991px ){
	.bg_9 .banner{ margin: 2vw auto 0;}
}












/*--輪播AD--*/
      .swiper {
        width: 1300px;
        padding-top: 20px;
        padding-bottom: 50px;margin: 0 auto;
      }
.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width: 300px;border-radius: 20px;}

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;margin-bottom: 100px;
      }

      .swiper-slide img {
        display: block;
        width: 300px;
        height: 300px;border-radius: 20px;
      }

.swiper-slide p{width: 100%;text-align: center;padding: 5px 5px;font-size: 22px;color: #000;font-weight:500;margin-top: 10px;line-height: 26px;}

@media screen and ( max-width: 991px ){
	 .swiper {
        width: 100%;
        padding-top: 2vw;
        padding-bottom:2vw;margin: 0 auto;
      }
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vw;
        height:auto;
		margin-bottom: 90px;
      }	
	      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 50vw;
        height: 50vw;
      }
	      .swiper-slide img {
        display: block;
        width:  50vw;
        height:  50vw;border-radius: 20px;
      }
	.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width:50vw;border-radius: 20px;}
	.swiper-slide p{width: 100%;height: auto; text-align: center;padding: 5px 5px;font-size: 1rem;color: #000;font-weight:500;line-height: 1.2rem;margin-top: 6px;}
}



/*navigation bar for pc*/
/* Style the navbar */
#navbar {
	/*overflow: hidden;*/
	
	max-width:100%;
	height:60px;
	z-index:999;
	margin:0 auto;
	background: #4e351f;
  }
  	@media screen and ( max-width: 991px ) {
		#navbar{ display:none;} 
		.sticky + .content { padding-top:0px !important;}
	}

  .nav_content{ width:1200px; margin:0 auto;}
  /* Navbar links */
  #navbar 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-family: GenWanMin-SB;
	font-weight: 600;
  } 
  #navbar .row_06 a{border-right: none;}
  #navbar span{ color:#000000;}

  /*#navbar a:hover{ transform: scale(.95)}*/

  
  /* Page content */
  .content {
	padding: 0px;
  }
  
  /* The sticky class is added to the navbar with JS when it reaches its scroll position */
  .sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
	padding-top: 60px;
	
  }
  .nav_content img{ transition:all 0.3s;}
  .nav_content img:hover{ transform:translateY(-5px);}



/*for mobile*/
menu{display:none;}
@media screen and ( max-width: 991px ){
		menu{ display:block;}
	}
menu ul{position:fixed;bottom:0;left:0;margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: #4e351f;z-index:1000;border-top:none; font-weight: 600;}
menu ul li{border-right:1px solid #ffffff; border-bottom:1px solid #ffffff;padding:2vw 8px; width:33.333%;box-sizing:border-box;text-align:center;font-size:15px;}
menu ul li a{font-size:1rem; font-family: GenWanMin-SB;}
menu ul li:nth-last-child(1), menu ul li:nth-child(3){border-right:none;}
menu a{color:#ffffff !important;text-decoration: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;transition: background-color .3s, opacity .5s, visibility .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: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}