@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_B.png")bottom center no-repeat fixed,url("../images/bg_M.jpg") top center repeat;}
header{ background:url("../images/header_bg.jpg") top center no-repeat;}
@media screen and ( max-width: 991px ){
	header{ min-width:100%; background:url("../images/header_m.jpg") bottom center no-repeat; background-size:100%;}
}


/* 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; }

/* 元件調整 */
.crosswise_3p li,.broadwise li {border-radius: 10px;}
.half ul {border-radius: 10px; background: url("../images/bg_color3.jpg");}
.hightlight img,.toptitle img {object-fit: contain;}

/* 區塊調整 */
.block_8 section {margin-bottom:40px;}

/* 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; }

}

/* =================================================== 統一設定 =================================================== */
/* ------------------ Color ------------------ */
.hightlight .font h4,.triple .font h4,.toptitle .font h4 {background: url("../images/bg_color2.jpg");}
.keywordC .round_5p .font {background: #1c5b31;}
.keywordC .round_5p img {border: 5px solid #1c5b31;}

/* ------------------ Background ------------------ */
section {
    max-width: 1280px;
    margin: 230px auto 100px;
    background: url("../images/bg_color1.jpg");
    padding: 20px 0;
    outline: 2.5px solid #fff;
    border-radius: 40px;
} 

.crosswise_3p {
    background: url("../images/sp_bg.png") top 10px center no-repeat;
    padding: 90px 0 0px;
    margin: -20px auto 40px;
}

@media screen and (max-width: 991px) {
	section {width:100%; margin: 20vw auto 10vw;}
	.crosswise_3p {background: none; margin: 2vw auto; padding: 0 0;}
}

/* ------------------ 架構標 ------------------ */
@font-face{    font-family: SweiHalfMoonCJKtc-Black;    src: url("https://events.eslite.com/font/SweiHalfMoonCJKtc-Black.ttf")}
	.titleC.btt {
		background: url("../images/btt.png")top center no-repeat;
		padding: 205px 0 50px;
		margin: -260px auto 0;
	}

	.titleC.stt {
		background: url("../images/stt.png")top center no-repeat;
		padding: 25px 0 50px;
		margin: -10px 0 0;
	}

	.titleC h2 { font-family: SweiHalfMoonCJKtc-Black; font-size: 4rem; color: #7a5940;}
	.titleC h3 { font-family: SweiHalfMoonCJKtc-Black; font-size: 2.6rem; color: #7a5940;}
	.half ul h3 { font-family: SweiHalfMoonCJKtc-Black; font-size: 2.2rem; color: #7a5940; background: url("../images/stt.png") top center no-repeat; padding:20px 0; background-size: contain;}

@media screen and (max-width: 991px) {
	.titleC.btt { width: 100%; background-size: contain; padding: 19vw 0 3vw; margin: -28vw 0 0;}
	.titleC.stt  {width:100%; background-size: contain; padding: 2vw 0 6vw; margin: 2vw auto 0; }
	.titleC h2 {font-size: 2.2rem;}
	.titleC h3 {font-size: 1.8rem;}
	.half ul h3 {font-size: 1.6rem;}
	}


/* =================================================== 版頭設定 =================================================== */
/* ------------------ 版頭動畫 ------------------ */
.kv_title {	
	position: absolute;  
	top: 133px; 
	left: 590px;  	
	-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;}

.kv_sale {	position: absolute;  top: 604px; left: 565px;  animation: fadeInDown 1s ease-in; animation-fill-mode: forwards; /* 動畫完成時，動畫會留在最後一帧 */ animation-delay: .6s;}

/*
 * ----------------------------------------
 * 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;
	}
  }




/* ------------------ promotion-版頭行銷資訊 ------------------ */
.block_00 {background: url("../images/bg_T.jpg")top center no-repeat; padding: 20px 0 60px;}
.block_00 ul {
    width: 1200px;
	padding: 0 0 0 0;
    margin: 40px auto;
    display: flex;
    justify-content: space-evenly;
}

.a1 {animation: bounceInUp; animation-delay: 0s;}
.a2 {animation: bounceInUp; animation-delay:.5s;}
.a3 {animation: bounceInUp; animation-delay: 1s;}
.a4 {animation: bounceInUp; animation-delay: 1.5s;}


@media screen and ( max-width: 991px ){
	.block_00 {padding:5vw 0;}
	.block_00 ul { width: 100%; flex-wrap: wrap; margin: 5vw auto;}
	.block_00 ul li { margin:2vw 0;}
	.block_00 .kv_m a {margin: 0 10px; padding: 5px 0;}	
    .block_00 img {display: block; width:48vw;}
	.block_00 .titleC h2 { margin: 0 auto;}

	}






/* =================================================== 版身設定 =================================================== */
/*--警語收合展開--*/
.inquire {
    width: 1160px;
    padding:10px 30px;
    border-radius: 200px;
    border: 0px solid #fff;
    background: url("../images/bg_color2.jpg");
    margin: 10px auto 0px;
    display: block;
    cursor: pointer; 
}
.inquire_close {
    width: 1160px;
    padding:10px 30px;
    border-radius:200px;
    border: 0px solid #fff;
    background:url("../images/bg_color2.jpg");
    margin: 10px auto 0px;
    display: block;
    cursor: pointer; 
}
.inquire p::after {
    background-image: url("../images/btn_on.svg");
    background-size: contain;
    display: inline-block;
    width: 20px; 
    height: 20px;
    position: relative;
    top:2px;
    left: 280px;
    content:""; 
}
.inquire_close p::after {
    background-image: url("../images/btn_off.svg");
    background-size: contain;
    display: inline-block;
    width: 20px; 
    height: 20px;
    position: relative;
    top:2px;
    left: 280px;
    content:""; 
}
.inquire p {
    font-size: 1.3rem;
    font-family: SC-SemiBold;
    text-align: left;
    font-weight: 400;
    color: #fff;
}
.list p {
    max-width: 1100px;
    text-align: justify;
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 15px 25px 25px;
    color: #222;
    margin:0px auto 20px;
    font-size: .9rem;
    line-height: 1.4rem;
}

@media screen and ( max-width: 991px ){
	.inquire {width:100%;}
}



/* ------------------ 左960AD右兩品 ------------------ */
.boxmix-forbn .box-mix{align-items: center;padding: 0;justify-content: center;}
.boxmix-forbn .box-mix ul{align-items: center;justify-content: center;}
.boxmix-forbn .box-mix ul.quotes{width: 690px;margin: 0;align-items: center;justify-content: center;}
.boxmix-forbn .box-mix ul.quotes li{background: transparent;padding:0px;width: 670px;}
.boxmix-forbn .box-mix ul.quotes img{width: 100%;max-width: 100%;height: auto;}
.boxmix-forbn .box-mix ul.hightlight{width: 420px;}
.boxmix-forbn .box-mix ul.hightlight li{width: 200px;}
.boxmix-forbn .box-mix ul.hightlight li img{width: 200px;height: 200px;object-fit: contain;}

@media screen and ( max-width: 991px ){
	.boxmix-forbn .box-mix ul.quotes{width:94vw;}
	.boxmix-forbn .box-mix ul.hightlight{width:46vw;}
	.boxmix-forbn .box-mix ul.hightlight li{width:46vw;}
	.boxmix-forbn .box-mix ul.hightlight li img{width:46vw;height:46vw;}
}

/* ------------------ 左960AD右一品 ------------------ */
.meeteslite{display: flex;width: 1090px;padding: 0;margin: 20px auto 40px;}
.meeteslite .photograph{width: 800px;padding: 0;margin: 0 auto;}
.meeteslite .photograph img{width: 800px; height: 390px;transition: 0.5s all;object-fit: cover;}
.meeteslite .photograph img:hover{transform: scale(0.98);}
.meeteslite .hightlight{width: 260px;margin: 0 auto;padding: 0;}
.meeteslite .hightlight li{margin: 0;}
.meeteslite .hightlight li img{object-fit: contain;}
@media screen and ( max-width: 991px ){
.meeteslite{width: 100%;flex-direction: column;margin: 2vw auto 2vw;}
.meeteslite .photograph img{width: 98vw;margin: 1vw auto;height: auto;}
.meeteslite .photograph{width: 100%;}
.meeteslite .hightlight{width:100%;margin: 0 auto;padding: 0;}
.meeteslite .hightlight li{width: 98vw;display: flex;padding: 2vw;}
.meeteslite .hightlight li a{width: 98vw;display: flex;align-items: center;}
.meeteslite .hightlight .font{width: 50vw;margin: 0;}
.meeteslite .hightlight .font h4{background: transparent;color: var(--PV-eslite);text-overflow:inherit;padding-right: 2vw;width: 100%;white-space:normal;line-height: 1.2;}
}

/* ------------------ 挖洞2-2-3 ------------------ */
ul.crosswise_3p_for2p{justify-content: space-between;padding: 0 7px;}
ul.crosswise-width46{flex-wrap: wrap;}
@media screen and ( max-width: 991px ){
ul.crosswise_3p_for2p{justify-content: center;padding: 0;}
ul.crosswise_3p_for2p li{width: 46vw;}
ul.crosswise_3p_for2p li a{flex-wrap: wrap;}
ul.crosswise-width46 li{width: 46vw;}
ul.crosswise-width46 li a{flex-wrap: wrap;}
}

/* illustrators */
.illustrators { width: 1200px; margin:20px auto;border-radius: 10px;padding: 0 ; background:url("../images/bg_color3.jpg");}
.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: #7a5940;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: #7a5940;}
.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 {width: 532px; height: auto; object-fit: contain; margin: 10px;}


.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: 5vw ; margin: 1vw;  width: 100%; }
        .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 {width: 100%; height: auto; 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:#ccc;} */
        .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;}
    }


/*三顆小ad*/
.brand {margin: 10px auto 20px;}
.brand li {width: 350px;height: auto;}
.brand img {width: 350px;height: auto; border-radius: 15px;}
@media screen and ( max-width: 991px ){
	.brand li {width: 100%;height: 100%;}
	.brand img {width: 100%;height: 100%;}	
}


/* ------------------ more按鈕  ------------------ */
.morebtn {
    width: 1080px;
    margin: 0 auto;
    position: relative;
	
}
.morebtn a {
    background:url("../images/bg_color2.jpg");
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px 5px 15px;
    position: absolute;
    top: -92px;
    right: 80px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-family: CHEIHK ULTRABOLD;
    transition: .5s;
}
.morebtn a:hover{transform:translateY(-0.35em); background: #e4405d;}

	@media screen and ( max-width: 991px ){	
	.morebtn {
		width: 100%;
		margin-bottom: 3vw;
	}
	.morebtn a {
		line-height: 5vw;
		top: -23vw;
        right: 2vw;
		font-size: 1.1rem;
		padding: 0.5vw 2vw .5vw 3vw;
	}

	.block_4 .morebtn a {top:-6vw;}

}



/*--  錨點微調 --*/
.target-fix {position: relative;top: 0px;display: block;height: 0;overflow: hidden;}
@media screen and ( max-width: 991px ) {
.target-fix {top:-50px;}
	}

/*--  館別連結 --*/
.btn{ width: 1200px; margin: 0 auto; background: url("../images/btn.png")top center no-repeat;}
.btn ul{ display: flex; justify-content:space-around; margin-bottom: 20px;}
.btn ul li { width: 560px; /*height: 100px;*/ margin-top: 20px; text-align: center; padding: 1vw 0; border-radius: 500px; }

.btn ul li{
padding:5px 0;
margin: 10px 10px;
}

.btn ul li a {text-align: center; color: #fff; line-height: 100px; font-size: 30px; font-family: SweiHalfMoonCJKtc-Black; display: flex; align-items: center; justify-content: center; }
.btn .arrow{ margin-left: 0.5rem; margin-top: 0.8rem;  width: 5rem; -webkit-animation: arrowMove 1s ease infinite; animation: arrowMove 1s ease infinite;}
@keyframes arrowMove{
0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
30% {
    -webkit-transform: translate3d(1.33333vw,0,0);
    transform: translate3d(1.33333vw,0,0);
}
60% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
}

@media screen and ( max-width: 991px ){
	.btn{ width: 100%; background-size: contain;}
	.btn ul { margin: 2vw auto; flex-wrap: wrap;}
	.btn ul li { width: 96vw; margin: 1vw auto; padding: 1vw 0; }
	.btn ul li a { padding: 2vw; font-size: 2.2rem; line-height: 1.8; }
	.btn .arrow{ margin-left: 0.3rem; margin-top: 0.3rem;  width: 4rem; }
}


/* -- 右側選單 -- */
/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 175px;
	top:10%;
	right:1%;
	padding:5px;
	border-radius:2px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 20px;
	background:url("../images/bg_color2.jpg");
	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{ border-bottom: 1px dotted #fff;}
.side-menu2 nav li:nth-last-child(1){ border-bottom: none;} */

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

.side-menu2 nav a{
	font-weight: bolder;
	display: block;
	padding: 10px 4px;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size:18px;	
	font-family: SweiHalfMoonCJKtc-Black;
	font-weight: 600;
	line-height: 1.4;
}
.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: #1c5b31;
    background:url("../images/bg_color1.jpg");
	/*height: 60px;
	line-height: 40px;*/
}

.side-menu2 .nav-pills>li>a {
    border-radius: 20px;
}
.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; display: block;}	
	#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:15px;}
	/*#TopMenu ul li:nth-child(odd){ background: #6E5688;}
	#TopMenu ul li:nth-child(even){ background: #9A75A0;}*/
	#TopMenu ul li a{ width:100%; margin:0 auto; font-size:15px; border-right: none; height:auto; line-height:1.4; letter-spacing: 0; font-family: 'Noto Serif TC', serif;}
	#TopMenu ul li:nth-child(4), #TopMenu ul li:nth-child(8){border-right:none;}
}


/*------------------------------ navbar ------------------------------ */
/* m版橫向滑動選單 */
/*for mobile scrollmenu*/
.scrollmenu{display:none;}
@media screen and ( max-width: 991px ){
.scrollmenu{ 
	display:flex; 
	justify-content: flex-start; 
	overflow-x: auto; 
	white-space: nowrap; 
	z-index: 999; 
	top: 0; 
	width: 100vw; 
	padding: 3vw 1vw; 
	margin: 0 auto;  
	background:url("../images/bg_color1.jpg"); /* webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; box-shadow:10px 0 10px -10px #898989 inset, -10px 0 10px -10px #898989 inset;*/
	}
.scrollmenu::-webkit-scrollbar { display: none;}
}
.scrollmenu a{ 
	display: inline-block; 
	font-size:1.2em; 
	line-height: 1;
	color: #fff !important;
	text-decoration:none; 
	font-weight: 700; 
	/*border-right:1px dotted #7563af;*/ 
	padding: 2vw 3vw ; 
	text-align:center;
	background:url("../images/bg_color2.jpg"); 
	border-radius: 100px; 
	margin: 0 1vw;
	font-family: SweiHalfMoonCJKtc-Black;
}
.scrollmenu a:hover{ 
	background:url("../images/bg_color2.jpg");
	color: #fff !important; 
}


/*--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: 80% 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: 50%;background-position: 80% 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;}          
}        