@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") repeat;
	scroll-behavior: smooth;
}
	@media screen and ( max-width: 640px) {
		html{ 
			/*padding-bottom: 10vw;*/
			background:url("../images/bg.jpg") repeat center center/15%;
		}
	}

/* Public Version 公版顏色設定 */
:root {
	--PV-eslite: #333333; /* 誠品線上標準色 */
}

/* pc */
.WRAPPER{ position:relative; max-width:1920px; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 640px ){
		.WRAPPER{ width:100%; min-width:100%; max-width:100%; }
	}
.container { overflow: hidden; margin:0 auto; }
.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; }

.kv-sp{ position:absolute; top: 527px; left: 492px;}
.kv-title{ position:absolute; top:125px; left:364px;}
.kv-deco1{ position:absolute; top:493px; left:376px; animation:move 4s ease-out infinite; }
.kv-deco2{ position:absolute; top:51px; left:485px; animation:move 5s ease-out infinite reverse; }
.kv-deco3{ position:absolute; top:192px; right:129px; animation:move 4.5s ease-out infinite alternate-reverse; }
	@keyframes move {
		0%, 100% { transform: translate(0, 0); }
		33% { transform: translate(-10px, -10px); }
		66% { transform: translate(-20px, 10px); }
	}


/* m */
@media screen and ( max-width: 640px ){
	.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; }
}


 /* ----------------------CUSTOMERIZATION---------------------- */
h2 { color:#2d2d2d; margin:10px auto 5px auto; /*font-family: Verdana,'Noto Serif TC','Microsoft JhengHei',sans-serif;*/  }
h2 p{ color:#e9d481; background:#003362; border-radius:35px 0; display:table; margin:5px auto 0 auto; padding:5px 20px; font-size:1.2rem; line-height:2rem; letter-spacing:2px;}
.half h2 { width:100%; margin: 0 auto; }
.titleB { margin:0 auto; padding-top:20px; }
.titleB h2{ width:1160px; background:url("../images/bg_theme.png") no-repeat center 80%/100%; letter-spacing:5px; font-weight:bold; top: 15px; z-index: 2;}
.titleB h2:before, .titleB h2:after{ background-color:unset;}
h4{ font-size:1.125rem;}

.subtitle{ font-family: Verdana,'Noto Serif TC','Microsoft JhengHei',sans-serif;}
.subtitle h3 { border-left: solid 16px #bb2a4c; color:#072ba1;}
.subtitle .more a{ font-size: 1rem;}


/*alternate*/
.alternate { position:relative; padding:15px 0; margin:20px auto;}
.alternate .font p, .alternate .font .price{ display:none;}
.alternate img{ margin-top: 10px;}
	.a1 ul:nth-child(odd) li { border:4px solid #081937;}
	.a1 ul:nth-child(even) li { border:4px solid #494bba;}
	.us{ background:#081937 !important; border: none !important;} .us h4{ color:#fff !important;}
	.uk{ background:#494bba !important; border: none !important;} .uk h4{ color:#fff !important;}

	.a2 ul:nth-child(odd) li { border:4px solid #02429c;}
	.a2 ul:nth-child(even) li { border:4px solid #b4141c;}
	.kr-s{ background:#02429c !important; border: none !important;} .kr-s h4{ color:#fff !important;}
	.kr-n{ background:#b4141c !important; border: none !important;} .kr-n h4{ color:#fff !important;}

	.a3 ul:nth-child(odd) li { border:4px solid #d19f02;}
	.a3 ul:nth-child(even) li { border:4px solid #a11b0f;}
	.mm{ background:#d19f02 !important; border: none !important;} .mm h4{ color:#333 !important;}
	.cn{ background:#a11b0f !important; border: none !important;} .cn h4{ color:#fff !important;}

	.a4 ul:nth-child(odd) li { border:4px solid #006811;}
	.a4 ul:nth-child(even) li { border:4px solid #ac0005;}
	.in{ background:#006811 !important; border: none !important;} .in h4{ color:#fff !important;}
	.tr{ background:#ac0005 !important; border: none !important;} .tr h4{ color:#fff !important;}

	.a5 ul:nth-child(odd) li { border:4px solid #fff;}
	.a5 ul:nth-child(even) li { border:4px solid #3f26ca;}
	.jp{ background:#fff !important; border: none !important;} .jp h4{ color:#333 !important;}
	.ru{ background:#3f26ca !important; border: none !important;} .ru h4{ color:#fff !important;}


.alternate ul:nth-child(odd) li:first-child { width:528px; display:flex; border-radius: 60px 60px 0 0; }
.alternate ul:nth-child(odd) li:first-child .font { margin: auto 0 auto 10px; }
.alternate ul:nth-child(odd) li:first-child .font h4 { margin:5px 0; font-size:1.125rem; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10;}
.alternate ul:nth-child(odd) li:first-child img{ margin-top:0; border-radius:50%; object-fit:cover; width:250px;}

.alternate ul:nth-child(even){ margin:initial;}
.alternate ul:nth-child(even) li:last-child { width:528px; display: flex; border-radius: 0 0 60px 60px; }
.alternate ul:nth-child(even) li:last-child .font { margin: auto 0 auto 10px; }
.alternate ul:nth-child(even) li:last-child .font h4 { margin:5px 0; font-size:1.2rem; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10;}
.alternate ul:nth-child(even) li:last-child img{ margin-top:0; border-radius:50%; object-fit:cover; width:250px;}

.half{ justify-content: center ;}
.half ul{ background: none; padding: 0;}


.magazine ul{ border:none; background:url("../images/bg_magazine.png") no-repeat center top/100%; padding:10px 0 32px 0; position:relative; }
.magazine li{ padding: 20px 5px;}
.magazine .font h4{ color:#333333; padding:5px 0; font-weight:bold; font-size: 1.125rem; }
.magazine .font p, .magazine .font .price{ display:none;}
.magazine img { height: 290px;}

/*keyword*/
.keyword-bn { margin: 20px auto; position:relative;}

.keyword-bn .ten-word{ flex:2;}
.keyword-bn .ten-word li{ width:100%; background:#fcf5e2; height:51.5px; padding:0; display:grid; align-items: center;}
.keyword-bn .ten-word li:nth-child(even) { background: #e9cfa1;}
.keyword-bn .ten-word a{ color:#333333; }

.two-bn{ flex:1.4; padding: 0 10px; }

.keyword-bn .four-link ul{ display:inline-grid;  }
.keyword-bn .four-link li{ border-radius:20px; height:119px; padding:0; display:grid; background:#082557; border:none; align-items: center;}
.keyword-bn .four-link a{ color:#fffeee; line-height:1.8rem; }
.keyword-bn .four-link a big{ color:#fabe00;}


	@media screen and (max-width: 640px){
		h2 { font-size:2rem; padding:2vw 0; position:initial; margin:6vw 0 2vw 0; background:none;}
		h2 p{ font-size:1rem; line-height:1.2rem; letter-spacing:1px; }
		.half h2 { margin:2vw;}
		.titleB { margin:0 auto; padding-top:3vw; }
		.titleB h2 { width:100%; background:none; margin:4vw 0 0 0; padding:0; letter-spacing:2px; top:1.5vw; }
		h3{ font-size:1.714285rem;}
		h4{ font-size:1.14286rem}

		.subtitle h3 { padding: 0 0 0 3vw; border-left:10px solid #bb2a4c;}

		/*alternate*/
		.alternate { background:none; padding:0; margin:2vw auto;}
		.alternate img{ margin-top:0px;}
		.alternate .font h4{ white-space:normal;}
		
		.alternate ul:nth-child(odd) li:first-child { width:94vw; margin: 1vw; }
		.alternate ul:nth-child(odd) li:first-child a{ flex-wrap:wrap;}
		.alternate ul:nth-child(odd) li:first-child .font{ margin:auto 1vw auto 2.5vw; }
		.alternate ul:nth-child(odd) li:first-child .font h4{ width:85vw; line-height: 1.45rem;}
		.alternate ul:nth-child(odd) li:first-child img{ border-radius:60px 60px 0 0; width:100%;}

		.alternate ul:nth-child(even){ margin:2vw auto; align-items: initial;}
		.alternate ul:nth-child(even) li:last-child { width:94vw; order:-1; border-radius:60px 60px 0 0; }
		.alternate ul:nth-child(even) li:nth-of-type(2){ margin: 1vw;}
		.alternate ul:nth-child(even) li:last-child a{ flex-wrap:wrap;}
		.alternate ul:nth-child(even) li:last-child .font{ margin:auto 1vw auto 2.5vw; }
		.alternate ul:nth-child(even) li:last-child .font h4{ width:85vw; line-height: 1.45rem;}
		.alternate ul:nth-child(even) li:last-child img{ border-radius:60px 60px 0 0; width:100%;}

		.magazine ul{ border:1px solid; background:url("../images/mbg_ul.png") repeat center center/10%; padding:unset; box-shadow: 2px 2px 0 #fff; }
		.magazine li{ padding:2vw 1vw;}
		.magazine img { height: 55vw;}

		/*keyword*/
		.keyword-bn { margin:2vw auto;}
		.keyword-bn .ten-word li { width: 48vw; height: auto; padding:3vw 2vw; font-size: 1.14286rem;}
		.keyword-bn .ten-word li { background: #e9cfa1; }
		.keyword-bn .ten-word li:nth-child(4n) { background:#fcf5e2;}
		.keyword-bn .ten-word li:nth-child(4n-3) { background:#fcf5e2;}
		
		.keyword-bn .two-bn li { margin:1.5vw 1vw;}

		.keyword-bn .four-link ul{ display:flex;  }
		.keyword-bn .four-link li { width: 22.5vw; height:auto; padding:3vw 1vw;}
		.keyword-bn .four-link a{ font-size: 1.14286rem; line-height:1.5rem; }
	}




 /* ----------------------BACKGROUND---------------------- */
 .container1200 { max-width:1160px; margin:0px auto; padding:0; position:relative; }
 .container1920 { max-width:1920px; margin:0px auto; padding:5px 0; position:relative; }
	  @media screen and ( max-width: 640px ){
		 .container1200, .container1920{ max-width:100vw; min-width:320px; padding:0; text-align:center; }
	 }

.content{ padding:0; background: url("../images/bg_01.jpg") no-repeat center top, url("../images/bg_02.jpg") repeat-y center top;}
.bg_img{ width:1920px; height:10850px; max-width:100%; position:absolute; background:url("../images/bg_deco.png") repeat-y center top; background-size:1920px;}

.bg1{ background:url("../images/bg_keyword.png") no-repeat center center/cover; padding:20px 00; margin-bottom:40px;}

.bg_bnr{ margin:0 auto; padding:0px 0px 40px 0;}
	.banner { padding:0px 0; position:relative; margin:-20px auto 0 auto; }
	.banner li { margin:6px 8px; }



	@media screen and (max-width: 640px){
		header div{ margin:2.5vw 10px 0px 0px !important;}

		.content{ border-radius:0px; padding:0; margin:0 auto;  background:none;}
		.bg_img{ display: none;}
		
		.bg1{ padding:4vw 0; margin:4vw auto; background: url("../images/mbg_01.png") repeat;}

		.bg_bnr{ margin:0 auto; padding:2vw 0;}
		.banner li { margin:1vw 2vw }
			.bg_bnr .banner { margin: 0 auto; padding:2vw 1vw; }

		
	}
	@media screen and (max-width: 320px){
		header img{ width:62%;}
	}




 /* ---------------------- OTHERS ---------------------- */


.arrows{ font-size: 0.5rem; position:relative; top:-2px; padding-left:5px; }
	@media screen and (max-width: 640px){
		.arrows{ font-size:1rem; top:0vw; }
	}

 

/* hover effect */
li:hover { transform: scale(1);}
.container li, .more {
	-webkit-transition-duration:.3s;
	        transition-duration:.3s;
	-webkit-transition-property:transform;
	        transition-property:transform;}
.container li:active, .container li:focus, .container li:hover,
.more:active, .more:focus, .more:hover{
	-webkit-transition-timing-function:ease-out;
			transition-timing-function:ease-out;
	-webkit-transform:translateY(-6px);
			transform:translateY(-6px);}
.nav li:active, .nav li:focus, .nav li:hover, 
menu li:active, menu li:focus, menu li:hover{
		    transform:none !important;}
	@media screen and ( max-width: 640px ){
		.container li:active, .container li:focus, .container li:hover,
		.more:active, .more:focus, .more:hover{
			-webkit-transform:translateY(0px);
					transform:translateY(0px);}
	}
	
	


/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center; border-radius:2px;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: 640px ){
		#gotop { bottom:15vw;right: 0;margin: 2vw;	}
	}



/*for mobile*/
/*menu{display:none;}*/
menu ul{
	position:fixed;
	z-index: 999;
	top:15%;
	left:1%;
	width:50px;
	display:block;
	writing-mode:vertical-lr;
	list-style: none;
	background:rgba(51, 51, 51, 0.98);
	padding:2% 0 1% 0;;
	display:flex;
	flex-wrap:nowrap;
	border-radius: 25px;
	border-right:3px solid #fff;
	border-bottom:3px solid #fff;
}
menu ul li{
	letter-spacing:3px;
	text-align: center;
	color:#f0d958;
	margin:0 auto;
}
menu ul li a{
	font-size:1.4rem;
	line-height:12px;
}
menu a{
	color:#f0d958 !important;
	text-decoration:none;

}
	@media screen and ( max-width: 640px ){
		menu{ display:block;}
		.deco_arrows{ width:1vw; }

		menu ul{
			top:unset;
			bottom:0;
			left:0;
			width:100%;
			writing-mode:unset;
			padding:3vw 0;
			border-radius:0;
			border-right:unset;
			border-bottom:unset;
		}
		menu ul li a{
			font-size:1.2rem;
			line-height:12px;
		}
	}
