@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.jpg") top center repeat;*/
}



/* -- 右側選單 -- */
/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 130px;
	top:10%;
	right:0;
	padding:5px;
	border-radius:2px;
/*	border: 1px solid #fff;*/
	box-sizing: border-box;
	/*box-shadow: 0 10px rgba(255, 255, 255, 0.8);*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b08748+0,7e684d+100 */
    /* background: linear-gradient(to bottom, #b08748 0%,#7e684d 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: url("../images/bg.jpg") repeat;
	opacity:0.95; 
	display: flex;
	flex-direction: column;
	transform: translateX(0);
	transition: .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{
	transform: translateX(0);
}

.side-menu2 nav li{ height: 40px;  border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-last-child(1){ border-bottom: none;}

/*--
.side-menu2 nav li:nth-child(odd){ height: 60px; background:  #6E5688; border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-child(even){ height: 60px; background: #9A75A0; border-bottom: 1px dotted #fff;}
--*/

.side-menu2 nav a{
	font-weight: bolder;
	display: block;
	padding: 10px 4px;
	color: #000;
	text-decoration: none;
	position: relative;
	font-size:18px;	
	font-family: 'Noto Serif TC', serif;font-weight: bold;
	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: #000;
    background: #fff15d;
	height: 40px;
	line-height: 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;
	font-family: 'Noto Serif TC', serif !important;
  }
  	
  .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:#000;
	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 { display: block; width: 100%; height: auto;background: url(../images/bg.jpg) repeat;}	
	#TopMenu ul.nav_content{margin:0;width:100%;display:flex; flex-wrap: wrap; list-style: none;background: url("../images/bg_blue.jpg");z-index:1000;border-top:none; }
	#TopMenu ul li{border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;padding: 1vw; width:25%;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.6; letter-spacing: 0; font-family: 'Noto Serif TC', serif !important;}
	/*#TopMenu ul li:nth-child(5), #TopMenu ul li:nth-child(10){border-right:none;}*/
}

/* PC */

.font{font-family: 'Noto Serif TC', serif;font-weight: bold;}
.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;*/
	margin-top: -40vh;
    position: relative;
    display: block;
	background: url("../images/bg_re.png") repeat-y top center;
}
.section_con{
	background: url("../images/section_bg.jpg") repeat-y top center;
	margin-top: -80px;
	padding: 80px 0 40px 0;
	margin-bottom: 80px;
}

.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; }
.titleC{
	position: relative;
	flex-direction: column;
	align-items: center;
	background: url("../images/title.png") no-repeat center center;
	padding: 50px 0;
}
/* 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;margin-top: -6vh;}
	.for_pc{ display: none; }
	.for_m { display: block; }
	.titleC{background-size: 100%;margin-top: 30px;}
	.titleC:nth-child(1){
		margin-top: 70px;
	}
	.section_con{
		margin-bottom: 20px;
	}
}


/*--SECTION-4 日文閱之森--*/
.meet{display: flex;width: 1160px;padding: 0;margin: 20px auto 40px;justify-content: space-evenly;}
.meet .photograph{width: 850px;padding: 0;margin: 0 ;}
.meet .photograph img{width: 850px; height: 374px;transition: 0.5s all;object-fit: cover;}
.meet .photograph img:hover{transform: scale(0.98);}
.meet .hightlight{width: 260px;margin: 0 ;padding: 0;}
.meet .hightlight li{padding-bottom: 8px;margin: 0;}
.meet .hightlight li img{padding: 10px;}
@media screen and ( max-width: 991px ){
.meet{width: 100%;flex-direction: column;margin: 2vw auto 2vw;}
.meet .photograph img{width: 94vw;margin: 1vw auto;height: auto;}
.meet .photograph{width: 100%;}
.meet .hightlight{width:100%;margin: 0 auto;padding: 0;}
.meet .hightlight li{width: 94vw;display: flex;padding: 1vw;}
.meet .hightlight li a{width: 90vw;display: flex;align-items: center;}
.meet .hightlight .font{width: 60vw;}
.meet .hightlight .font h4{background: transparent;color: var(--PV-eslite);}
.meet .hightlight li img{width: 40vw;height: 40vw;padding: 5px;}
}

/*crosswise_3p挖空*/
.crosswise_3p ul{
	justify-content: space-between;
}
.blk_spa .crosswise_3p{background:url("../images/bw.png") top -60px center no-repeat;}
.blk_spa .crosswise_3p {
    margin: 20px auto 0;
}
.blk_spa ul.crosswise_3p_sp li:nth-child(2){ margin-left: 386px;}

@media screen and ( max-width: 991px ){
    .blk_spa .crosswise_3p{background: none;}
    .blk_spa ul.crosswise_3p_sp li:nth-child(2){ margin-left: 0px;}
}

/* illustrators */
.illustrators { width: 1200px; margin:20px auto;border-radius: 10px;padding: 0 ;}
.illustrators ul { padding: 0 ; overflow: hidden; display: flex; justify-content: center; flex-wrap: wrap; }
.illustrators ul li {padding: 20px 25px;  margin: 8px; }
.illustrators a { color: #000;  display: flex; }
.illustrators a .font { margin: auto 10px auto 0; }
.illustrators h5 { font-size: 30px; font-weight: 500; line-height: 30px; color: #2c334e;font-family: SweiHalfMoonCJKtc-Black;text-align:center;}
.illustrators h5 small { font-size: 20px; }
.illustrators h3 { padding: 5px 0 ;  line-height: 22px; font-size: 18px; font-weight: 500;color: #2c334e;}
.illustrators p { font-weight: 500; font-size:18px; line-height: 26px;  margin: 6px 0 0;text-align:justify;}
.illustrators ul li .books { display: flex; justify-content: center;  }
.illustrators ul li .books img { max-height: 240px; margin: 6px;object-fit: contain; width: 220px;}


.illustrators ul .ill-top01,.illustrators ul .ill-top02 {padding: 20px 60px;width: 1152px; height: 296px;}
.illustrators .broadwise li { width: 360px; height: 254px;}
.illustrators .broadwise li a img { width: 170px; height: 210px; object-fit: cover;}


/* bg set-up */
.illustrators .broadwise li {background:url("../images/ill-bg.png")top center no-repeat;}
.illustrators li:nth-child(4n-3) {background:url("../images/ill-bg02.png")top center no-repeat;}
/*.illustrators li:nth-child(4n-5) {background:url("../images/ill-bg03.png")top center no-repeat;}*/
.illustrators ul .ill-top01 {background:url("../images/bg.jpg")top center repeat;border-radius: 30px;}
.illustrators ul .ill-top02 {background:url("../images/bg7.jpg")top center repeat;border-radius: 30px;}


    @media screen and ( max-width: 768px ){
        .illustrators { width: 100%;  padding: 0 0 2vw; margin: 1vw auto 5vw;}  
        .illustrators ul { padding: 1vw; flex-wrap: wrap;  }
        .illustrators ul li { padding: 0px ; margin: 1vw;  width: 44vw; }
        .illustrators a { flex-wrap: wrap; }
        .illustrators a .font { margin: auto ; }
        .illustrators ul li img { width: 44vw;height: 44vw; margin: 0 auto;  }
        .illustrators h5 { font-size: 1.5rem; line-height: 1.5rem; }
        .illustrators h5 small { font-size: 1rem; }     
        .illustrators h3 { padding:0 ;  line-height: 1.2rem; font-size: 1rem; margin: 1.5vw 0;}
        .illustrators p {  font-size: 0.8rem; line-height: 1.2rem; margin:0;}
        .illustrators ul li .books {   }
        .illustrators ul li .books img { max-height: 36vw; margin: 1vw; width: 28vw; object-fit: contain; }
        
        .illustrators ul .ill-top01,.illustrators ul .ill-top02 {padding: 3vw;width: 98vw; height: auto;}
        .illustrators .broadwise li { width: 47vw; height: auto; padding: 3vw;}
        .illustrators .broadwise .font {  }
        .illustrators .broadwise h5 { font-size: 1.2rem; }
        .illustrators .broadwise li a img { width: 40vw; height: 40vw;  object-fit: contain;}
        
        .illustrators .broadwise li:nth-of-type(1) { width: 98vw; height: auto; padding: 3vw;}
        .illustrators .broadwise li:nth-of-type(1) .font { width: 36vw; }
        
        /* bg set-up */
        .illustrators .broadwise li {background:url("../images/texture.png") top center repeat #31b6b2;}
        .illustrators li:nth-child(4n-3) {background:url("../images/texture.png") top center repeat #4095ca;}
        .illustrators li:nth-child(4n-5) {background:url("../images/texture.png") top center repeat #64c27b;}
        .illustrators ul .ill-top01 {background:url("../images/texture.png") top center repeat #8f9bf3;}
        .illustrators ul .ill-top02 {background:url("../images/texture.png") top center repeat #e36c94;}
    }

/* banner */
.banner{
	margin: 0 auto;
}
.two-ad img {
    width: 540px;
}
@media screen and ( max-width: 991px ){
	.two-ad img{
		width: 100%;
	}
}
.quotes {
    width: 1090px;
}
.quotes li{
	width: 50%;
}










 /*--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 {
	 position: absolute;
	 display: block;
	 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:79% 35%;}         #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;transition: background-color .3s, opacity .5s, visibility .5s;z-index: 1000;margin: 30px;}
 #share::after{
	 position: absolute;
	 display: block;
	 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:79% 35%;}
 #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;}          
 } 