@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-cloud.png") top center repeat-y fixed,#f4e7d1;
	scroll-behavior: smooth;
}




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




.published { background: url("../images/bg_skin.jpg"); border-radius: 20px; padding: 20px 0;}
.published .font{background-color: #00b0ec;}

.collect_5x6{ margin-top: 0;}
.content01 { background: url("../images/bg_skin.jpg"); border-radius: 20px; padding: 20px 0;}
.collect_5x6 .s-row h4{ background-color: #00b0ec; }

.subtitle .more a{ font-family: 'Noto Serif TC'; font-weight: 800;}

.bargain ul.bargain_2 li, .bargain ul.bargain_2 li:nth-child(even) { background:  #fff; }

.keybox .keyword-bn .ten-word li a{ color: #000; font-family: 'Noto Serif TC'; font-weight: 600; }

@media screen and ( max-width: 991px ){
	.published { width: 98vw; margin: 0 auto; border-radius: 10px; padding:2vw 0;}
	
	.content01 { border-radius: 10px; padding: 2vw 0;}
	
	.bargain ul li.full { background:  #fff; }
}


/* -----------------COMMON----------------- */



/* ---------BACKGROUND-------- */


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

/* -----------BLOCK----------- */

.hightlight img{
    object-fit: contain;
}

@media screen and ( max-width: 991px ){
	.items3 img{
		width: 90vw;
		height: 90vw;
	}
}

/* ------------FONT----------- */

h2, h3, .bargain ul li a{
	font-family: 'Noto Serif TC' ,serif;
    font-weight: 900;
}

.titleR h2{
	background: #006c9b;
	max-width: 600px;
	margin: 0 auto;
	padding: 15px 0 ;
	border-radius: 50px;
	color: #fff;
	border: solid 2px #fff;
}

.hightlight08 .titleR h2, .hightlight05 .titleR h2{
	background: #006c9b;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-radius: 50px;
	color: #fff;
	border: solid 2px #fff;
}

.titleR h2 big{
	color: #f7ff63;
}

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


/* -----------------COMMON----------------- */

/* ------------------bg01------------------ */

.bg01, .bg01box, .bg_bottom0{
	margin: 0 auto;
}

.bg_bottom0 {
}

/* photograph */
.photograph {
    overflow: hidden;
    padding: 25px 40px;
    margin: auto;
    width: 1125px;
    position: relative;
	background: #00a7c5;
	border-radius: 20px;
}
.photograph a {
    display: flex;
    justify-content: space-between;
}
.photograph a p {
    width: 470px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    padding: 20px 20px 0;
    text-align: center;
}
.photograph a p span {
    display: block;
    color: #fff;
    margin: 30px 0 0;
}
.photograph a p span big {
    font-size: 35px;
    color: #f7ff63;
}
.photograph a img {
    width: 700px;
    height: 350px;
    object-fit: cover;
}
.photograph .label {
    display: inline-block;
    position: absolute;
    top: -6px;
    left: 60px;
    margin: 0;
    padding: 20px 0 10px;
    z-index: 2;
    width: 100px;
    text-align: center;
    color: #f7ff63;
    font-size: 36px;
    line-height: 40px;
    background: #000;
    border-radius: 2px 0 0 0;
}
.photograph .label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 20px solid #000;
}
@media screen and (max-width: 991px) {
    .photograph {
        padding: 0 0 8vw;
        margin: auto;
        width: 98vw;
		border-radius: 15px;
    }
    .photograph a {
        flex-wrap: wrap;
        background: none;
    }
    .photograph a p {
        width: 90vw;
        font-size: 1rem;
        line-height: 2rem;
        color: #fff;
        padding: 0 2vw;
        margin: auto;
    }
    .photograph a p span {
        margin: 3vw 0 0;
    }
    .photograph a p span big {
        font-size: 2rem;
    }
    .photograph a img {
        width: 90vw;
        height: 50vw;
        object-fit: cover;
        margin: 2vw auto;
    }
    .photograph .label {
        top: 0;
        left: 5vw;
        padding: 2vw 0 1vw;
        width: 20vw;
        font-size: 1.6rem;
        line-height: 1.8rem;
    }
    .photograph .label:after {
        border-left: 10vw solid transparent;
        border-right: 10vw solid transparent;
    }
}


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


/* ------------------products02------------------ */

.quotes{ margin: 20px auto 0 ;}

@media screen and ( max-width: 991px ){
	.quotes{ width: 98vw; margin: 3vw auto 2vw;}
}


/* ------------------products04------------------ */



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


/* ------------------keybox------------------ */



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


/* ------------------pressbox------------------ */

section{
	max-width:1920px;
	margin:-2px auto;
	padding:0;
}

article{
	display:block;
	max-width:1200px;
	margin:0 auto;
	padding: 20px;
}
.pressbox, .bg_bottom2{
	margin: 0 auto;
}

.publish{
	background: none;
	width: 1160px;
	margin: 25px auto 80px;
	box-shadow: 0 0 0 10px #fff;
	border: 10px double;
}

.item_m {
	display: none;
}

.publish ul { 
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #fff;
}

.publish ul li{ 
	margin: 20px;
	transition: .3s;
}

.publish ul li:hover{ 
	transform: translateY(-8px);
}
.publish ul li img{
	width:165px;
	height:217px;
}

.publish ul li h6{ 
	background-color:#00b0ec;
	width:165px;
	height:30px; 
	margin-top:15px; 
	text-align:center; 
	color:#000;
	font-size:1.1rem;
	line-height:30px;
	font-weight:500;
	border-radius:50px;
	font-family: 'Noto Serif TC';
}

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

	section{ 
		max-width:100%;
	}
	article{ 
		max-width:100%; 
		min-width:320px; 
		padding:2% 0%; 
	}

	.bg_bottom2{ 
		
	}
	.publish{ 
		width:94vw; 
		margin: 2vw auto 5vw;
		box-shadow: 0 0 0 2vw #f3eae3;
	}		
	.publish ul {}	
	.publish ul li{ 
		width:40vw;
		margin:3vw 2vw;
	}
	.publish ul li img{
		width:40vw; 
		height:58vw;
	}

	.publish ul li h6{  
		font-size:0.8rem;
		margin-top:2vw; 
		width: 40vw;
	}
}

/* ------------------hightlight08  hightlight05------------------ */

.hightlight08, .hightlight05{
	padding-top: 25px;
}
.hightlight05{
	padding-bottom: 30px;
}
.hightlight08 .hightlight ul, .hightlight05 .hightlight ul{
	border-radius: 20px;
	background: #006c9b;
}
.hightlight08 .hightlight ul h3{
	color: #fff;
}
.hightlight08 .hightlight ul h4, .hightlight05 .hightlight ul h4{
	background: #f7ff63;
	color: #006c9b;
}

.scene .font p{
	color: #fff;
}

.hightlight08 img, .hightlight05 img{
	object-fit: contain;
}


@media screen and ( max-width: 991px ){
	.hightlight08, .hightlight05{ background: none; padding-top: 2vw; }
	.hightlight05{ padding-bottom: 2vw; }
	.hightlight08 .hightlight, .hightlight05 .hightlight{ width: 98vw; margin: 0 auto;}
}


/* ------------------collect06------------------ */

.collect06{
	background: url("../images/bg_2.png") top center no-repeat;
	padding-top: 0px;
	padding-bottom: 20px;
}
.collect_5x6{
	padding-top: 20px;
}
.collect_5x6 img{
	object-fit: contain;
}

@media screen and ( max-width: 991px ){
	.collect06{ background: none; padding: 0;}
	.collect_5x6{ width: 98vw; margin: 2vw auto ;  border-radius: 15px;  padding: 2vw 0; }
}


/* ------------------products04------------------ */

.products04{}
.products04 .magazine{
	background: url("../images/bg_skin.jpg");
	border-radius: 0 20px 20px;
	margin-bottom: 20px;
	margin-top: 0;
}
.products04 .magazine ul{
	background: #00a8c53f;
	border: solid 5px #fff;
	border-radius: 40px;
	margin: 20px auto;
}
.products04 .subtitle{
	margin-bottom: 0;
}
.products04 .subtitle h3{
	color: #000;
	border-left: solid 16px #006c9b;
}
.products04 .subtitle .more{
	padding-top: 30px;
	background: #000;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 700;
}

.subtitle .more a{
	color: #f7ff63;
}

@media screen and ( max-width: 991px ){
	.products04 .magazine{ width: 98vw; margin: 0 auto; border-radius: 0 15px 15px; margin-bottom: 2vw;}
	.products04 .subtitle{ margin: 1vw 0 0; padding-bottom: 0; padding-left: 1vw;}
	.products04 .subtitle h3{ padding: 3vw 4vw 1vw;}
	.products04 .subtitle .more{ padding: 3vw ; right: 2vw;}
	.products04 .magazine ul{ margin-top: 0;}
}

/* ------------------sortbox------------------ */

.literature{
	margin-bottom: 40px; 
	width: 1200px; 
	margin: 10px auto 30px; 
}

.literature h2{
	font-size: 30px;
	font-weight: 700; 
	margin: 40px 0 0; 
	color: #424242;
}

.literature h2 big{
	font-size: 36px;
}

.literature h2 p{ 
	display: inline;
	font-size: 22px; 
	letter-spacing:2px;
	padding: 0 0 0 10px;
}

.literature ul {
	display: flex;  
	justify-content: center; 
}

.literature ul li{ 
	width: 50vw;
	text-align: center;
	margin: 1vw;
	padding: 1vw;
	font-size: 26px;
	border: 7px double #000000; 
	background: #00b0ec;
	font-family: 'Noto Serif TC'; 
	font-weight: 600;
}

.literature ul li a{  
	color:#000;
	
	font-weight: 600;
}

.literature ul li:hover{ 
	background: #ebe1db;
}

.literature ul li:hover a{  
	color:#000;
}

.literature ul li big{
	font-size: 36px;
}

@media screen and ( max-width: 991px ){	
		
	.literature{
		margin-bottom: 5vw;
		width: 100%;
	}
		
	.literature h2{
		font-size: 1.6rem;
		margin:10vw 0 0; 
	}
		
	.literature h2 big{
		font-size: 2rem;
	}
	.literature h2 p{
		font-size: 1.3rem; 
		letter-spacing:0;
		padding: 0 0 0 10px;
	}

	.literature ul {
		flex-wrap: wrap; 
	}
	.literature ul li{
		width: 46vw;
		margin: 1vw;
		padding: 1vw;
		font-size:1.2rem;
	}

	.literature ul li big{
		font-size: 1.6rem;
	}
	.literature ul .full{
		width: 96vw;
	}
	
}

/* ----------------bargain---------------- */

/* 超值專區 */
.bargain {
    margin: 0 auto 20px;
	max-width: 1160px;
}
.bargain h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 40px 0 0;
    color: #000;
	text-align: left;
}
.bargain h2:before {
    content: "▍";
    color: #006c9b;
}
.bargain h2 big {
    font-size: 36px;
}
.bargain h2 p {
    display: inline;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 0 0 0 10px;
	font-weight: 600;
}
.bargain ul {
    display: flex;
    justify-content: center;
}
.bargain ul li {
    width: 50vw;
    text-align: center;
    margin: 1vw;
    padding: 1vw;
    font-size: 26px;
    border: solid 1px #000;
    box-shadow: 2px 2px 0px #000000;
	background:  #00b0ec;
}
.bargain ul li:nth-child(even) {
	background:  #f3e8e0;
}
.bargain ul li a {
    color: #000;
}
.bargain ul li big {
    font-size: 36px;
	color: #000;
}
.adbox .banner{
	margin: 0 auto;
	padding: 0
}
@media screen and (max-width: 991px) {
    .bargain {
		width: 98vw;
		margin: 0 auto;
        margin-bottom: 2vw;
    }
    .bargain h2 {
        font-size: 1.6rem;
        margin: 5vw 0 0;
    }
    .bargain h2 big {
        font-size: 2rem;
    }
    .bargain h2 p {
        font-size: 1.3rem;
        letter-spacing: 0;
        padding: 0 0 0 10px;
    }
    .bargain ul {
        flex-wrap: wrap;
    }
    .bargain ul li {
        width: 46vw;
        margin: 1vw;
        padding: 1vw;
        font-size: 1.2rem;
    }
	.bargain ul li:nth-child(3) {
		background:  #f3e8e0;
	}
	.bargain ul li:nth-child(4) {
		background:  #00b0ec;
	}
    .bargain ul li big {
        font-size: 1.6rem;
    }
    .bargain ul .full {
        width: 96vw;
    }
}

/* ----------------keybox---------------- */

/* 關鍵字 */
.keybox .keyword-bn .ten-word li { width: 360px;height: 51.5px; padding: 15px 0 0;background: #00b0ec;font-size: 1.4rem; }
.keybox .keyword-bn .ten-word li:nth-child(even) { background: #f7ff63;}

	@media screen and ( max-width: 991px ){	
		.keybox .keyword-bn{ width: 96vw; margin: 2vw;flex-wrap: wrap; }
		/* 關鍵字 */
		.keybox .keyword-bn .ten-word { margin: 1vw;  }
		.keybox .keyword-bn .ten-word ul { width: 96vw; display: flex; flex-flow: wrap;  }
		.keybox .keyword-bn .ten-word li { width: 48vw;height: auto; padding: 2vw;background: #f7ff63; }
		.keybox .keyword-bn .ten-word li:nth-child(4n) { background: #00b0ec;}
		.keybox .keyword-bn .ten-word li:nth-child(4n-3) { background: #00b0ec;}
		.keybox .keyword-bn .ten-word a { color: #fff;}
	}


/* --products05-- */
.products05{}

.products05 .round_5p img{ object-fit: contain;}

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


/* --recommend-- */
.recommend-box{ width: 100%; margin: 0 auto;}
/* keywordA 變形*/
.recommend-box .keywordA { width: 1160px; margin: 30px auto;  }
.recommend-box .keywordA ul {display: flex; flex-wrap: wrap; justify-content: center;  }
.recommend-box .keywordA li { width: 130px; height: 130px;  text-align: center; overflow: hidden;margin: 5px; padding-top: 35px;   border: solid 1px #fff; border-radius: 200px; background: #00b0ec;}
.recommend-box .keywordA li:hover { background: #f7ff63;}
.recommend-box .keywordA a { color: #000; font-size: 24px; line-height:1.2; font-family: 'Noto Serif TC'; font-weight: 600;}
.recommend-box .keywordA a span { color: #f3f68c;}

.recommend-box .banner{ margin: 0 auto 40px; padding: 30px 0;}

.recommend-box .round_5p li{width: 160px; margin-bottom: 30px;}
.recommend-box .round_5p img {
    width: 160px;
    height: 160px;
    border: 3px solid #e6dcd4;
}
.recommend-box .round_5p .font {
    position: absolute;
    top: 80%;
    left: 2%;
    /*background: #a23431;*/
    border-radius: 30px;
    width: 96%;
    color: #fff;
    background: #000;
}

.round_5p .font p {
    font-size: 20px;
    letter-spacing: 1px;
	font-family: 'Noto Serif TC'; 
	font-weight: 600;
}

@media screen and ( max-width: 991px ){
        .recommend-box .keywordA { margin:1vw auto; padding: 0; width: 100%;min-width: 100%; }
        .recommend-box .keywordA ul { overflow: hidden; margin: 2vw auto; }
        .recommend-box .keywordA li { width: 22vw; height: 22vw; margin: 2vw 1vw; padding: 6vw 3vw 0; line-height: 1.2rem; }
        .recommend-box .keywordA a { font-size: 1.4rem; line-height: 1.4rem;  padding-left: 0px;}
    
        .recommend-box .banner{ margin: 0 auto 4vw;}
	
		.recommend-box .round_5p { margin: 3vw auto;}
		.recommend-box .round_5p li{ width: 46vw;  margin: 10px 0;}
    	.recommend-box .round_5p img {width: 40vw; height: 40vw;}
    	.recommend-box .round_5p ul {flex-wrap: wrap;}
    	.recommend-box .round_5p .font p { text-align: center; font-size: 1.2rem;}
    	.recommend-box .round_5p .font{padding: 2vw;}
}


/* --classic-- */
.classic{ width: 100%; margin: 0 auto;}
.classic .brand h4{ padding-top: 15px;}

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




/* -- sidemanu for pc -- */
.side-menu2{
	position: fixed;
	width: 130px;
	top:10%;
	right:1%;
	padding:10px;
	border-radius:20px;
	border: 1px solid #ffffff; /*邊框色*/
	box-sizing: border-box;
	/*box-shadow: 0 10px rgba(255, 255, 255, 0.8);*/
	background: #00b0ec; /*背景色*/
	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:#3752a3;
	opacity:0.95; 
	color: #ffffff;
	right: -40px;
	top: 0%;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	border-radius: 0 10px 10px 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 a{
	
	font-weight: 600;
	display: block;
	padding: 10px 4px;
	color: #fff; /*選項字色*/
	text-decoration: none;
	position: relative;
	font-size:15px;
	line-height: 1.2;
}
.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; border-bottom:1px dotted #ffffff;}
.side-menu2 nav ul.area1 li:nth-child(even){ border-right:1px dotted #ffffff;}
.side-menu2 nav ul.area2 li{ border-bottom:1px dotted #ffffff;} /*選項字隔線色*/
.side-menu2 nav ul.area1 li:nth-last-child(1), nav ul.area1 li:nth-last-child(2), nav ul.area2 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: #f8d72a; /*熱搜品牌底色 / hover色*/
    background: none;
}

.side-menu2 .nav-pills>li>a {
    border-radius: 0px;
}
.side-menu2 .nav>li>a {
    position: relative;
    display: block;
}


/*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: #00b0ec;
	z-index:999;
	padding:2px 0;
	border-top:none;
}
menu ul li{
	border-right:1px solid #ffffff;
	padding:5px 0;
	width:25%;
	box-sizing:border-box;
	text-align:center;
	letter-spacing:1px;
	color:#fff;
	font-weight:400;
}
menu ul li a{
	font-size:14px;
	line-height:1.2rem;
	font-weight: 600;
	
}
menu ul li:nth-last-child(1){
	border-right:none;
}
menu a{
	color:#fff; !important;
	text-decoration:none;

}















/*--goto top--*/
#gotop {display: inline-block;background-color: #000;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;	}
	}