
/*會員申請*/
.member_step img:nth-child(2){display: none;}

@media (min-width: 1024px){
    .member_step img:nth-child(1){display: block;margin: auto;}
    .member_step img:nth-child(2){display: none;margin: auto;}
}
@media (max-width: 1025px){
    .member_step img:nth-child(1){display: none;margin: auto;}
    .member_step img:nth-child(2){display: block;margin: auto;}
}
@media (max-width: 376px){
    .member_step img:nth-child(2){margin-left: -10px;}
}

/*會員綁定*/
.member_bind img:nth-child(2){display: none;}

@media (min-width: 1024px){
    .member_bind img:nth-child(1){display: block;margin: auto;}
    .member_bind img:nth-child(2){display: none;margin: auto;}
}
@media (max-width: 1025px){
    .member_bind img:nth-child(1){display: none;margin: auto;}
    .member_bind img:nth-child(2){display: block;margin: auto;}
}
@media (max-width: 376px){
    .member_bind img:nth-child(2){margin-left: -10px;}
}

/*
@media screen and (min-width: 1024px){
.member_bind img {
    width: 910px;
}
}
@media screen and (max-width: 1025px){
.member_bind img{
    width: 100%;
}
}*/


/*.member_step {
	margin: auto; 
	width: 910px;
	height: 570px;
    background:  no-repeat center center; background-size:cover;
    background-image: url(https://img.dcity.com.tw/zh/images/member_step.jpg)
}


@media (max-width: 912px){
.member_step{
	width: 360px;
	height: 1500px;
	background-image: url(https://img.dcity.com.tw/zh/images/member_step_m.jpg)
}
}

@media (max-width: 376px){
.member_step{
	margin-left: -10px;
}
}*/




/*@media screen and (min-width: 910px){

.member_bind > img {
    width: 910px;
}
.member_step > img {
    width: 910px;
}
}


@media screen and (max-width: 912px){
.member_bind > img, .member_step > img{
    width: 100%;
}
}*/






/*頁碼*/
.center {
	display: inherit;
	text-align: center;
	float: none;
	clear: both;
	position: relative;
}
.pagination {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	font-family: "EB Garamond", serif;
}
.pagination a {
	color: black;
	float: left;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.pagination a.active {
	background-color: #D7003F;
	color: white;
	border: 1px solid #D7003F;
}
.pagination a:hover:not(.active) {
	background-color: #D7003F;
	color: hsla(0,0%,100%,1.00);
	border: 1px solid #D7003F;
}

.blank{
	width: 100%;
	height: 63px;
	position: relative;
}
.blank2{
	width: 100%;
	height: 63px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 555;
}
.blank2::after{
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 5px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, .05));
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 0;
}
.blank-small{
	width: 100%;
	height: 20px;
	/* background-color: #f00; */
}


.join-member{
	position: fixed;
	bottom: 0px;
	/* left: 0px; */
	z-index: 55555;
	padding: 8px 15px 8px 15px;
	background-color: #1BB91F;
	box-shadow: 0px 0px 3px #888;
	transition: .3s;
	display: flex;
	justify-content: center;
	/* width: 100%; */

}
@media screen and (min-width: 414px){
	.join-member{
		bottom: 130px;
		right: -5px;
		/* left: initial; */
		padding: 10px 15px 10px 10px;
/* 		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr; */
		/* width: auto; */
		width: 20px;
		flex-direction: column;
	}
	.join-member:hover{
		right: 0px;
	}
}

.join-member > img{
	width: 23px;
	display: inline-block;
	text-align: center;
	padding-right: 5px;
}
@media screen and (min-width: 414px){
	.join-member > img{
		width: 19px;
		padding-top: 5px;
		padding-right: 0px;
	}
}
.join-member > span{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.join-member > span > b{
	padding-top: 5px;
}
.proclamation{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 55555555555555;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;	
}
.proclamation.close{
	display: none;
}
.proclamation::before{
  content:'';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.proclamation-wrap{
	width: 98%;
	display: inline-block;
	vertical-align: middle;
	margin-top: 30px;
}

.proclamation-wrap > .proclamation-content,
.proclamation-wrap > .proclamation-content.short{
	width: 300px;
	min-height: 100px;
	margin: 0px auto;
	background-color: #000;
	box-sizing: border-box;
	position: relative;
	padding: 20px;
}

@media screen and (min-width: 1024px){

	.proclamation-wrap > .proclamation-content{
		width: 800px;
		/* height: 500px; */
	}

}

.proclamation-wrap > .proclamation-content > p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	overflow-y: auto;
}

.proclamation-wrap > .proclamation-content-image{
	width: 290px;
	height: 446px;
	padding: 0px;
}

@media screen and (min-width: 1024px){

	.proclamation-wrap > .proclamation-content-image{
		width: 800px;
		height: 500px;
	}

	
}

.proclamation-content-image-inner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* outline: 1px solid #F00; */
}
.proclamation-content-image-inner > img{
	width: 100%;
}



body.stop{
	overflow: hidden;
}


header.proclamationFilter,
#wrap.proclamationFilter,
.topic.proclamationFilter{
    -webkit-filter: blur(3px); 
    -moz-filter: blur(3px); 
    -o-filter: blur(3px); 
    filter: blur(3px);
}  
 

.circle-content-close,
.proclamation-close{
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: 0;
	padding-right: 10px;
	background-color: #000;
	z-index: 99999999999999;
	cursor: pointer;
}
.proclamation-close{
	width: 40px;
	height: 40px;
	padding-right: 0px;
	top: -40px;
}
.circle-content-close:before,
.proclamation-close:before{
	content: '';
	width: 28px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0;
	transform: rotate(45deg);
}
.proclamation-close:before{
	top: 20px;
	left: 5px;
}


.circle-content-close:after,
.proclamation-close:after{
	content: '';
	width: 28px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0;
	transform: rotate(-45deg);
}
.proclamation-close:after{
	top: 20px;
	left: 5px;
}







content{
	position: relative;
}



#wrap {
	position:relative;
	width:100%;
	height:0px;
	padding-bottom:100%;
	margin:0 auto;
	overflow:hidden;
}
#imagegallery {
	width:100%;
	height:0px;
	padding-bottom:100%;
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

@media screen and (min-width: 768px){
	#wrap {
		padding-bottom:36.9%;
	}
	#imagegallery {
		padding-bottom:36.9%;
	}
}

#imagegallery > img{
	width: 100%;
}
#imagegallery a {
	text-decoration:none;
	color:#333333;
}
#nav {
	width:98%;
	margin: 0 auto;
	position:absolute;
	top: calc( ( 100% - 66px ) / 2);
	left: 0;
	right: 0;
	/* z-index:100; */
}
#nav > a {
	display:block;
	width: 30px;
}
#nav > a  > img{
	width: 100%;
}
@media screen and (min-width: 768px){
	#nav > a {
		width: 40px;
		top: calc( ( 100% - 88px ) / 2 + 33px);
	}
}

#prev {
	position:absolute;
	z-index:100;
	left: 0;
	/* float:left; */
}
#next {
	position:absolute;
	z-index:101;
	right: 0;
	/* float:right; */
}



.mid-nav-wrap{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.mid-nav-wrap > .mid-nav-outter{
	width: calc( (100% - 6px * 1) / 2 );
	margin-right: 6px;
	position: relative;
	margin-top: 6px;
}
.mid-nav-outter:nth-of-type(2n+2){
	margin-right: 0px;

}

@media screen and (min-width: 768px){
	.mid-nav-wrap{
		width: 80%;
	}

}

@media screen and (min-width: 1024px){
	.mid-nav-wrap > .mid-nav-outter{
		width: calc( (100% - 6px * 2) / 3 );
		margin-right: 6px;
	}
	.mid-nav-outter:nth-of-type(n){
		margin-right: 6px;

	}
	.mid-nav-outter:nth-of-type(3n+3){
		margin-right: 0px;

	}

}




.mid-nav-A,
.mid-nav-B,
.mid-nav-C,
.mid-nav-D,
.mid-nav-E,
.mid-nav-F{
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
	width: 100%;
	/* z-index: 150000000; */
	background-color: #EFEFEF;
}
.mid-nav-A > img,
.mid-nav-B > img,
.mid-nav-C > img,
.mid-nav-D > img,
.mid-nav-E > img,
.mid-nav-F > img{
	position: absolute;
	bottom: -10px;
	left: 0;
	transition: .3s;
}
.mid-nav-A:hover > img,
.mid-nav-B:hover > img,
.mid-nav-C:hover > img,
.mid-nav-D:hover > img,
.mid-nav-E:hover > img,
.mid-nav-F:hover > img{
	bottom: 0px;
}

.mid-nav-A:hover::before,
.mid-nav-B:hover::before,
.mid-nav-C:hover::before,
.mid-nav-D:hover::before,
.mid-nav-E:hover::before,
.mid-nav-F:hover::before{
	font-weight: bold;
}

.mid-nav-A::before{
	content: '洗衣機系列DM';
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 10%;
	transition: .3s;
}

.mid-nav-B::before{
	content: '電視系列DM';
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 10%;
}

.mid-nav-C::before{
	content: '冷氣空調系列DM';
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 10%;
}
.mid-nav-D::before{
	content: '3C數位系列DM';
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 10%;
}
.mid-nav-E::before{
	content: '冰箱系列DM';
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 10%;
}

.mid-nav-F::before{
	content: '小家電系列DM';
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 10%;
}

@media screen and (min-width: 991px){
	.mid-nav-A::before,
	.mid-nav-B::before,
	.mid-nav-C::before,
	.mid-nav-D::before,
	.mid-nav-E::before,
	.mid-nav-F::before{
		font-size: 18px;
		top: 12%;
	}
}
@media screen and (min-width: 1280px){
	.mid-nav-A::before,
	.mid-nav-B::before,
	.mid-nav-C::before,
	.mid-nav-D::before,
	.mid-nav-E::before,
	.mid-nav-F::before{
		font-size: 18px;
		top: 18%;
	}
}

@media screen and (min-width: 1366px){
	.mid-nav-A::before,
	.mid-nav-B::before,
	.mid-nav-C::before,
	.mid-nav-D::before,
	.mid-nav-E::before,
	.mid-nav-F::before{
		font-size: 20px;
	}
}

.mid-nav > img{
	width: 100%;
}

ul.navigatio-mid-nav-B{
	width: 100%;
	height: 100%;
	transition: .5s;
	border-left: 0px;
}
.mid-nav-outter-B:hover .navigatio-mid-nav-B{
	/* margin-top: 56.25%; */
	transform: scaleY(1);
	opacity: 1;

}
@media screen and (min-width: 1366px){
	ul.navigatio-mid-nav-B{
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		/* transform: scaleY(0); */
		margin-top: 56.25%;

		transform-origin: top center;
		transition: .5s;
		border-left: 0px;
	}
	.mid-nav-outter-B:hover .navigatio-mid-nav-B{
		margin-top: 56.25%;
		transform: scaleY(1);
		opacity: 1;

	}
}

/* .navigatio-mid-nav-fix{
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99999999;
}

 */





.topic{
	display: flex;
	flex-direction: column;
	margin-top: 6px;
}

@media screen and (min-width: 768px){
	.topic{
		display: flex;
		flex-direction: row;
	}
}
.topic > .topic-catch{
	width: 100%;
	height: auto;
	background-color: #EFEFEF;
	/* background-color: #aaa; */
	box-sizing: border-box;
	padding: 60px 40px 230px 40px ;
}

@media screen and (min-width: 360px){
	.topic > .topic-catch{
		padding: 60px 40px 180px 40px ;
	}
}
@media screen and (min-width: 411px){
	.topic > .topic-catch{
		padding: 60px 40px 100px 40px;
	}
}
@media screen and (min-width: 540px){
	.topic > .topic-catch{
		padding: 60px 40px 0px 40px;
	}
}
@media screen and (min-width: 768px){
	.topic > .topic-catch{
		width: calc( 50% - 3px );
		padding: 30px 25px 30px 25px;
		margin-right: 6px;
	}
}
@media screen and (min-width: 991px){
	.topic > .topic-catch{
		padding: 50px 39px 50px 39px;
	}
}
@media screen and (min-width: 1024px){
	.topic > .topic-catch{
		padding: 80px 76px 130px 76px;
	}
}
@media screen and (min-width: 1280px){
	.topic > .topic-catch{
		width: 33.5%;
	}
}
.topic > .topic-catch > .topic-catch-inner {
	width: 100%;
	height: 0;
	padding-bottom: 80.75%;
	position: relative;
}
@media screen and (min-width: 768px){
	.topic > .topic-catch > .topic-catch-inner {
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		position: relative;
	}

}

.topic > .topic-catch > .topic-catch-inner > p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}

@media screen and (min-width: 1680px){
	.topic > .topic-catch > .topic-catch-inner > p{
		font-size: 20px;
		line-height: 40px;
	}
}
.topic > .topic-catch > .topic-catch-inner > p:first-child{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
@media screen and (min-width: 1680px){
	.topic > .topic-catch > .topic-catch-inner > p:first-child{
		font-size: 36px;
	}
}
.topic > .topic-catch > .topic-catch-inner > img{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	width: 230px;
}

@media screen and (min-width: 768px){
	.topic > .topic-catch > .topic-catch-inner > img{
		margin-top: 10px;
	}
}
@media screen and (min-width: 991px){
	.topic > .topic-catch > .topic-catch-inner > img{
		margin-top: 30px;
	}
}
@media screen and (min-width: 1366px){
	.topic > .topic-catch > .topic-catch-inner > img{
		margin-top: 40px;
	}
}
/* .topic-catch-inner > p > img{
	width: 100%;
} */
.topic > .topic-img{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
@media screen and (min-width: 768px){
	.topic > .topic-img{
		width: calc( 50% - 3px );
	}
}
@media screen and (min-width: 1280px){
	.topic > .topic-img{
		width: 66.5%;
	}
}

.topic-img-more{
	position: absolute;
	bottom: 60px;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
	transition: .5s;
}

@media screen and (min-width: 768px){
	.topic-img-more{
		bottom: 20px;
	}
}
@media screen and (min-width: 991px){
	.topic-img-more{
		bottom: 50px;
	}
}
@media screen and (min-width: 1366px){
	.topic-img-more{
		bottom: 110px;
	}
}
.topic-img-more > a{
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 12px 20px;
}

@media screen and (min-width: 991px){
	.topic-img-more > a{
		font-size: 16px;
	}

}
@media screen and (min-width: 1366px){
	.topic-img-more > a{
		font-size: 20px;
	}

}
/* .topic-img-more-content > .topic-ad{
	width: 80%;
	display: block;
}
.topic-img-more-content > .topic-ad > img{
	width: 100%;
}

 */
/* 
#topic-img-menu{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: -30px;
	z-index: 555;
	display: block;
	background: rgba(0, 0, 0, .8);
}


#topic-img-menu > span.bar{
	background-color: #fff;
	width: 24px;
	height: 1px;
	position: absolute;
	left: 4px;
	border-radius: 50px;
	transition: .5s;
}


#topic-img-menu > span.bar1{
	transform: rotate(45deg);
	top: 15.5px;
}

#topic-img-menu > span.bar3{
	transform: rotate(-45deg);
	top: 15.5px;
}


#topic-img-menu > span.bar.show{
	background-color: #fff;
	width: 12px;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 10px;
	border-radius: 50px;
	transition: .5s;
}

#topic-img-menu > span.bar1.show{
	transform: rotate(-45deg);
	transform-origin: left center;
}
#topic-img-menu > span.bar3.show{
	transform: rotate(45deg);
	transform-origin: left center;
}

@media screen and (min-width: 768px){

	#topic-img-menu{
		width: 46px;
		height: 46px;
		position: absolute;
		top: 40px;
		left: -45px;
		z-index: 555;
		display: block;
		background: rgba(0, 0, 0, .8);
	}


	#topic-img-menu > span.bar{
		background-color: #fff;
		width: 38px;
		height: 2px;
		position: absolute;
		top: 15px;
		left: 3px;
		border-radius: 50px;
		transition: .5s;
	}



	#topic-img-menu > span.bar1{
		transform: rotate(45deg);
		top: 24px;
	}

	#topic-img-menu > span.bar3{
		transform: rotate(-45deg);
		top: 24px;
	}


	#topic-img-menu > span.bar.show{
		background-color: #fff;
		width: 20px;
		height: 2px;
		position: absolute;
		top: 24px;
		left: 16px;
		border-radius: 50px;
		transition: .5s;
	}

	#topic-img-menu > span.bar1.show{
		transform: rotate(-45deg);
		transform-origin: left center;
	}
	#topic-img-menu > span.bar3.show{
		transform: rotate(45deg);
		transform-origin: left center;
	}

}

 */
.topic-img-inner{
	width: 100%;
	height: 0;
	padding-bottom: 55%;
	position: relative;
	background-color: #000;
}
@media screen and (min-width: 768px){
	.topic-img-inner{
		padding-bottom: 80%;
	}
}
@media screen and (min-width: 1280px){
	.topic-img-inner{
		padding-bottom: 50.3%;
	}
}

.topic-img-inner > iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 0%;
}
@media screen and (min-width: 768px){
	.topic-img-inner > iframe{
		padding-top: 10%;
	}
}


@media screen and (min-width: 1280px){
	.topic-img-inner > iframe{
		padding-top: 3%;

	}

}
.bottom-option-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}
.bottom-option-outter{
	width: calc( ( 100% - 6px ) / 2);
	height: auto;
	margin-top: 6px;
	margin-right: 6px;
}
.bottom-option-outter:first-child{
	width: 100%;
	margin-right: 0px;
}

.bottom-option-outter:last-child{
	margin-right: 0px;
}
@media screen and (min-width: 768px){
	.bottom-option-outter:nth-of-type(n){
		width: calc( ( 100% - 6px * 2 ) / 3 );
		margin-right: 6px;
	}
.bottom-option-outter:last-child{
	margin-right: 0px;
}
}

.bottom-option{
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 53.1%;
	background-color: #EFEFEF;

}
.bottom-option-outter > .bottom-option-A > iframe{
	width: 100%;
	height: 100%;
	position: absolute;
}

.bottom-option-outter > .bottom-option-B{
  	margin: auto;
 	position: relative;

}
.bottom-option-B,
.bottom-option-C{
	overflow: hidden;
}

.bottom-option-img{
	width: 120%;
	max-width: 425px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 414px){
	.bottom-option-img{
		width: 100%;
	}


}

.bottom-nav-wrap{
	padding: 40px 20px 40px 20px;
	background-color: #EFEFEF;
	margin-top: 6px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;

}

@media screen and (min-width: 991px){
	.bottom-nav-wrap{
		padding: 40px 50px 40px 50px;
	}

}
@media screen and (min-width: 1024px){
	.bottom-nav-wrap{
		padding: 40px 50px 80px 50px;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

}
.bottom-nav-wrap > .bottom-option-outter{
	display: flex;
}
.bottom-nav-wrap > .bottom-option-outter-A{
	width: 100%;
}
@media screen and (min-width: 1024px){
	.bottom-nav-wrap > .bottom-option-outter-A{
		width: 350px;
	}

}

.bottom-nav-wrap > .bottom-option-outter > .bottom-nav-A{
	width: 130px;
}
.bottom-nav-wrap > .bottom-option-outter > .bottom-nav-B{
	width: 180px;
}
.bottom-nav-wrap > .bottom-option-outter > .bottom-nav > p{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.bottom-nav-wrap > .bottom-option-outter > .bottom-nav > a{
	display: block;
	font-size: 16px;
	line-height: 25px;
}


.bottom-nav-wrap > .bottom-option-outter-B{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	flex-direction: row;
	align-items: flex-end;
	margin-top: 35px;

	margin: 35px auto 0px auto;
	width: 70%;
	/* outline: 1px solid #F00; */

}
@media screen and (min-width: 768px){
	.bottom-nav-wrap > .bottom-option-outter-B{
		margin-top: 0px;
		flex-direction: row;
		justify-content: flex-end;

		width: 100%;

	}
}
@media screen and (min-width: 1024px){
	.bottom-nav-wrap > .bottom-option-outter-B{
		margin-top: 0px;
		flex-direction: row;
		justify-content: flex-end;

	}
}

.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame {
	display: flex;
	align-items: center;
	/* outline: 10px solid #F00; */

}
.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > p.newsletter{
	font-size: 14px;
	padding-right: 10px;
}
@media screen and (min-width: 768px){
	.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > p.newsletter{
		padding-right: 20px;
	}
}

.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > input{
	border-radius: 10px;
	border: 1px solid #ccc;
	width: 110px;
	height: 40px;
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
	margin-right: 10px;
}
@media screen and (min-width: 768px){
	.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > input{
		width: 220px;
	}
}

.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > .newsletter-btn {
	font-size: 14px;
}
.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > .newsletter-btn > a {
	padding: 0px 5px;
}
.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > .newsletter-btn > a:last-child{
	padding: 0px 0px 0px 5px;
}

@media screen and (min-width: 768px){
	.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > .newsletter-btn > a {
		padding: 0px 10px;
	}
	.bottom-nav-wrap > .bottom-option-outter > .newsletter-frame > .newsletter-btn > a:last-child{
		padding: 0px 0px 0px 10px;
	}

}
.bottom-nav-wrap > .bottom-option-outter-B > img{
	width: 40px;
	margin-bottom: 10px;
	margin-left: 0px;
}
@media screen and (min-width: 768px){
	.bottom-nav-wrap > .bottom-option-outter-B > img{
		margin-bottom: 0px;
		margin-left: 10px;
	}
}



footer {
	display: flex;
}



.footer-word{
	padding: 33px 15px;
	color: #333;
	position: relative;
	line-height: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	/* outline: 1px solid #F00; */

}
.footer-deco{
	width: 0%;
	box-sizing: border-box;
	position: relative;
	/* outline: 1px solid #F00; */
}



@media screen and (min-width: 1280px){
	.footer-word{
		width: 850px;

	}
	.footer-deco{
		width: calc( 100% - 850px );
	}
}

.footer-deco::after{
	content: '';
	display: inline-block;
	background-color: #D7003F;
	width: 220px;
	height: 3px;
	position: absolute;
	bottom: 46px;
	right: 0;
}
.footer-deco::before{
	content: '';
	display: inline-block;
	background-color: #D7003F;
	width: 220px;
	height: 3px;
	position: absolute;
	bottom: 40px;
	right: 0;
}

@media screen and (min-width: 500px){
	.footer-deco::after{
		width: 350px;
	}
	.footer-deco::before{
		width: 350px;
	}

}
@media screen and (min-width: 991px){
	.footer-deco::after{
		width: 820px;
	}
	.footer-deco::before{
		width: 820px;
	}

}
@media screen and (min-width: 1024px){
	.footer-deco::after{
		bottom: 46px;
		right: 0;
		width: 870px;
	}
	.footer-deco::before{
		bottom: 40px;
		right: 0;
		width: 870px;
	}

}
@media screen and (min-width: 1280px){
	.footer-deco::after{
		top: 46px;
		bottom: initial;
		width: 100%;
	}
	.footer-deco::before{
		top: 40px;
		bottom: initial;
		width: 100%;
	}

}


.footer-word > .footer-frame{
	margin-top: 5px;
	width: 100%;
}
.gobackCatalog{
	margin-top: 20px;
}
.footer-word > .footer-frame > a,
.gobackCatalog > a{
	margin: 0px 10px;
	background-color: #d7003f;
	color: #fff;
	padding: 2px 8px;
	font-size: 14px;
}
.gobackCatalog > a{
	margin: 0px;
	padding: 5px 8px;
	font-size: 14px;
	background-color: #333
}
.gobackCatalog > a > img{
	padding-right: 5px;
	display: inline;
	vertical-align: top;
}

.footer-word > span{
	margin: 0px 10px;
	font-size: 14px;
	line-height: 22px;
}

.footer-word > span > b{
	font-weight: bold;
}
.footer-word > span.all-line{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.footer-word > a:first-child{
	margin: 0px 10px 0px 0px;
}

.content-wrap,
.crumbs-wrap{
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 768px){
	.content-wrap,
	.crumbs-wrap{
		width: 80%;
		margin: 0 auto;
	}
}

h3.crumbs{
	font-size: 16px;
	font-weight: bold;
	padding-top: 44px;
	padding-bottom: 37px;
}
h3.crumbs.maintenance{
	padding-bottom: 20px;
}

h3.crumbs.inner{
	padding-bottom: 0px;
}

.global {
	display: inline-block;
}

h3.crumbs a.global_button {
	color: #D7003F;
	margin-left:20px;
	text-decoration:underline;
}

h3.crumbs a.global_button img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}
@media screen and (max-width: 360px) {
	h3.crumbs a.global_button {
		margin-left:0px;
	}
	.global {
		margin-top:5px;
		display: block;
	}
}

.content-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 100px;
}
.content-wrap.store-mb{
	margin-bottom: 0;
}
.lucky-wrap,
.event-wrap{
		width: 100%;
		position: relative;
}
.event-wrap{
	margin-top: 50px;
}
@media screen and (min-width: 414px){
	.lucky-wrap,
	.event-wrap{
		width: 46%;
		margin: 0px 1%;
	}
	.event-wrap{
		margin-top: 50px;
	}
}
@media screen and (min-width: 1024px){
	.lucky-wrap,
	.event-wrap{
		width: 32%;
		margin: 0px 0.66%;
	}
	.event-wrap{
		margin-top: 50px;
	}
}

@media screen and (min-width: 1366px){
	.lucky-wrap,
	.event-wrap{
		width: 24.6%;
		margin: 0px 0.2%;
	}
	.event-wrap{
		margin-top: 50px;
	}
}

@media screen and (min-width: 1920px){
	.lucky-wrap,
	.event-wrap{
		width: 19.6%;
		margin: 0px 0.2%;
	}
	.event-wrap{
		margin-top: 50px;
	}
}


/* .lucky-wrap-img{
	overflow: hidden;
	position: relative;
	transition: .5s;
}
.lucky-wrap-img:hover::after{
	opacity: 1;
	transition: .5s;
}
.lucky-wrap-img::after{
	content: '';
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 555555;
	transition: .5s;
	opacity: 0;
}
 */


.lucky-wrap-img,
.event-wrap-img{
	overflow: hidden;
}
.lucky-wrap:hover > .lucky-wrap-img > img,
.event-wrap:hover > .event-wrap-img > img{
	transform: scale(1.1, 1.1);
}
.lucky-wrap-img > img,
.event-wrap-img > img{
	width: 100%;
	transition: .5s;
}
.lucky-wrap::after{
	content: '進行中的抽獎';
	background-color: #D7003F;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 11px;
	position: absolute;
	top: -28px;
	left: 0;
}
.lucky-win::after{
	content: '中獎名單公佈';
	background-color: #05407D;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 11px;
	position: absolute;
	top: -28px;
	left: 0;
}

.lucky-end::after{
	content: '活動已截止';
	background-color: #FABB2E;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 11px;
	position: absolute;
	top: -28px;
	left: 0;
}

.lucky-finish::after{
	content: '活動結束';
	background-color: #707070;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 11px;
	position: absolute;
	top: -28px;
	left: 0;
}





.lucky-wrap > .lucky-content,
.event-wrap > .event-content,
.catalog-wrap > .catalog-content{
	padding: 15px 0px;
	box-sizing: border-box;
	/* margin-bottom: 84px; */
}
.lucky-wrap h4,
.event-wrap h4,
.catalog-wrap h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lucky-wrap .date,
.event-wrap .date,
.catalog-wrap .date {
	margin-top: 22px;
}
.lucky-wrap .date > img,
.event-wrap .date > img{
	width: 20px;
}
.catalog-wrap .date > img{
	width: 13px;
}

@media screen and (min-width: 400px){
	.catalog-wrap .date > img{
		width: 20px;
	}

}
.lucky-wrap .date > span,
.event-wrap .date > span,
.catalog-wrap .date > span{
	font-size: 12px;
}

.lucky-wrap > img,
.event-wrap > img,
.catalog-wrap > img{
	width: 100%;
}


.lucky-wrap{
	margin-top: 80px;
}

.lucky-wrap > .lucky-content,
.event-wrap > .event-content{
	margin-bottom: 0px;
}

@media screen and (min-width: 414px){
/* 	.lucky-wrap{
		margin-top: 40px;
	} */

	.lucky-wrap > .lucky-content,
	.event-wrap > .event-content{
		margin-bottom: 0px;
	}

}
/* ---- */
.btn-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	justify-content: center;
}
.event-wrap > .event-content > .event-content-classify{
	padding: 5px 10px;
	color: #fff;
	background-color: #D7003F;
	font-size: 12px;
	display: inline;
	margin-bottom: 10px;
}



.banner-wrap2{
	width: 100%;
	margin-bottom: 48px;
}
.banner-wrap2:first-child{
	margin-bottom: 6px;
	margin-top: 0px;
}
@media screen and (min-width: 768px){
	.banner-wrap2{
	}
}

.banner-wrap2 > img{
	width: 100%;

}


.banner-wrap{
	width: 100%;
	height: auto;	
	margin-bottom: 40px;
	margin-top: 10px;
}

.banner-wrap > img{
	width: 100%;
}


.banner-wrap-event2-1{
	background: url('../images/event/event2/event2-1.jpg') no-repeat center center;
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;
	margin-top: 10px;	

}
.banner-wrap-event4{
	background: url('../images/event/event4/event4-1.jpg') no-repeat center center;
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;
	margin-top: 10px;	

}


.banner-wrap-luckydraw2{
	background: url('../images/luckydraw/luckydraw2/luckydraw2-3.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}

.banner-wrap-luckydraw3{
	background: url('../images/luckydraw/luckydraw3/luckydraw3-4.jpg') no-repeat center center;
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}

.banner-wrap-luckydraw4{
	background: url('../images/luckydraw/luckydraw4/luckydraw4.jpg') no-repeat center center;
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}

.lucky_201001_citi{
	background: url('../luckydraw/lucky_201001_citi/images/lucky_201001_citi-L.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}
.lucky_201001_dbs{
	background: url('../luckydraw/lucky_201001_dbs/images/lucky_201001_dbs-L.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}

.lucky_201008_open{
	background: url('../luckydraw/lucky_201008_open/images/lucky_201008_open-L.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}
.lucky_201006_anniversary{
	background: url('../luckydraw/lucky_201006_anniversary/images/lucky_201006_anniversary-L.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}
.lucky_201001_LG{
	background: url('../luckydraw/lucky_201001_LG/images/lucky_201001_LG-L.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}
.lucky_200801_home{
	background: url('../luckydraw/lucky_200801_home/images/lucky_200801_home-L.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}
.lucky_201201_hotsale{
	background: url('../luckydraw/lucky_201201_hotsale/images/lucky_201201_hotsale-L.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}
.lucky_201111_open{
	background: url('../luckydraw/lucky_201111_open/images/lucky_201111_open-L.jpg') no-repeat center center;	
	display: block;	
	background-size: cover;
	height: 0;
	padding-bottom: 60%;	
	margin-top: 10px;
}
@media screen and (min-width: 768px){
	.banner-wrap-event2-1,
	.banner-wrap-event4,
	.banner-wrap-luckydraw2,
	.banner-wrap-luckydraw3,
	.banner-wrap-luckydraw4,
	.lucky-banner{	
		margin-top: 40px;
	}
}

@media screen and (min-width: 991px){
	.banner-wrap-img{
		padding-bottom: 33.78%;	
	}

}

.detail-wrap > .detail-catch{
	flex-direction: column;
	display: flex;
	margin-top: 50px;

}

@media screen and (min-width: 768px){
	.detail-wrap > .detail-catch{
		flex-direction: row;
	}
}


.detail-wrap > img{
	width: 100%;
}
.detail-wrap > .detail-catch > h4,
.register > h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.register{
	text-align: center;
}
.detail-wrap > .result-not-yet{
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin: 100px 20px;
	line-height: 30px;
}











.register > h4{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.register{
	text-align: center;
	margin-top: 30px;
}
.detail-wrap > .result-not-yet{
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin: 100px 20px;
	line-height: 30px;
	
}
.detail-wrap > .detail-catch > div {
	/* width: 110px; */
	height: 35px;
	margin-top: 8px;

}
.detail-wrap > .detail-catch > div > span{
	padding: 8px 11px;
	background-color: #05407D;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
.detail-wrap > .detail-catch.finish > div > span{
	background-color: #333;
}
.detail-wrap > .detail-catch.end > div > span{
	background-color: #FABB2E;
	color: #333;
}

/* .detail-wrap .date {
	margin-top: 17px;
	display: flex;
	align-items: center;
}
.detail-wrap .date > img{
	width: 25px;
} */

/* .detail-wrap .date > span{
	font-size: 14px;
	margin-left: 7px;
}
 */
.detail-wrap p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 42px;
}

.detail-wrap .register-form > p{
	margin-top: 0px;
}

.prize-wrap,
.store-wrap{
	margin-top: 76px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.prize-wrap.result{
	margin-top: 50px;
}

.prize-wrap > h5{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.prize-wrap > .prize{
	width: 100%;
	display: flex;
	margin-bottom: 37px;	
}
.prize.result,
.prize.end,
.prize.finish{
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;

}
@media screen and (min-width: 768px){
	.prize-wrap > .prize:nth-of-type(n){
		width: 48%;	
		margin-right: 2%;
	}

	.prize-wrap > .prize:nth-of-type(2n+2){
		margin-right: 0%;
	}
}
/* @media screen and (min-width: 1280px){
	.prize-wrap > .prize:nth-of-type(n){
		width: 32%;	
		margin-right: 2%;
	}


	.prize-wrap > .prize:nth-of-type(3n+3){
		margin-right: 0%;
	}
	.prize-wrap > .prize.result:nth-of-type(-n+3){
		padding-top: 0px;
		border-top: 0px solid #ccc;

	}
} */

.prize-wrap > .prize > .prize-place{
	width: 55px;
	/* outline: 1px solid #F00; */

}
.prize-wrap > .prize > .prize-place > span{
	font-size: 12px;
	color: #fff;
	background-color: #D7003D;
	padding: 6px 10px;
	margin-right: 8px;
}
.prize-wrap > .prize > .prize-place.result > span{
	background-color: #05407D;
}
.prize-wrap > .prize > .prize-place.finish > span{
	background-color: #333;
}

.prize-wrap > .prize > .prize-place.end > span{
	background-color: #FABB2E;
	color: #333;
}



.prize-wrap > .prize > .prize-content{
	width: calc(100% - 55px);
}

.prize-wrap > .prize > .prize-content > h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 10px;
}
.prize-wrap > .prize > .prize-content > span{
	font-size: 12px;
	line-height: 18px;

}
.prize-content > p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}
.prize-content > p > b{
	font-weight: bold;
}
.detail-wrap > .prize-attention{
	font-size: 14px;
	line-height: 30px;
	border-top: 1px solid #ccc;
	padding-top: 70px;
	margin-top: 70px;
	
}
.prize-attention{
	margin-bottom: 49px;
}

.register-attetion{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 50px;
	margin-top: 30px;
}
.register-form-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}
.register-form-wrap.search{
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
}
.register-form,
.register-form.wide{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-right: 0px;
	margin-top: 37px;
}
.register-form.supplier:first-child{
	margin-top: 0px;
}
@media screen and (min-width: 991px){
	.register-form.supplier:nth-of-type(2){
		margin-top: 0;
	}
}
.register-form.wide > textarea{
	width: 100%;
	height: 100px;
	border-radius: 7px;
	border: 1px solid #aaa;
    font-size: 16px;
    padding: 7px 10px;
    font-family: 微軟正黑體, sans-serif;
    color: #333;
    font-weight: normal;
}
@media screen and (min-width: 991px){
	.register-form{
		width: calc( 50% - 19px );
		margin-right: 38px;
	}
}
.register-form:nth-of-type(2n+2){
	margin-right: 0px;
}
.register-form-wrap.search > .register-form{
	margin-right: 8px;
}
.register-form > p,
.service-select > p{
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
}

.register-form.coupon > p{
	font-size: 16px;
	width: 250px;
	margin: 0 auto;
}
.register-form.coupon.wide > p{
	font-size: 16px;
	width: 100%;
	margin: 0 auto;
}

.register-form.coupon.maintain > p{
	font-size: 16px;
	width: 250px;
	margin: 0 auto;
}
.register-form.coupon.maintain > p.center{
	text-align: center;
}
.register-form.coupon > p{
	font-size: 16px;
	width: 250px;
	margin: 0 auto;
}
.coupon.maintain.col-2{
	width: 95%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

@media screen and (min-width: 540px){
	.coupon.maintain.col-2{
		width: 500px;
		flex-direction: row;
	}

}
.coupon.maintain.col-2 > p{
	margin: 0px;
	width: 250px;
}

.coupon.maintain.col-2 > p.maintain-col-1{
	width: 100%;
}
.register-form.coupon.code{
	width: 280px;
}
.register-form.coupon.code.m20{
	margin-top: 20px;
}
.register-form.coupon.code > div{
    width: 280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.m0{
	margin: 0;
}
.register-form.coupon > div > input{
	width: calc( 100% - 100px);
	box-sizing: border-box;
}

.register-form.coupon.code > div > p{
	width: 100px;
	margin: initial;
}
.register-form.code-attention > p{
	width: 580px;
    margin: 0 auto;
}
.register-form .list-deco{
	width: 100%;
	margin-top: 20px;
}
.register-form-invoice{
	box-sizing: border-box;
}
.register-form input{
	font-size: 16px;
	line-height: 25px;
	padding: 7px 10px;
	margin-bottom: 15px;
	border-radius: 7px;
	width: 100%;
	border: 1px solid #aaa;
}
.register-form-invoice input:nth-of-type(1){
	width: 25%;
	margin-right: 2%;
	box-sizing: border-box;

}
.register-form-invoice input:nth-of-type(2){
	width: 73%;
	box-sizing: border-box;
}
.register-form-gender input{
	width: 20px;
}
.register-form-gender label{
	width: 30px;
}
.register-form-business > span{
	line-height: 30px;
}
.register-form-business > span > input{
	width: 13px;
}
.register-form-business > span > label{
	margin-right: 20px;
}
.service-select{
	width: calc( 50% - 5px );
	margin-right: 10px;
}
.register-form-add > .service-select:last-child{
	margin-right: 0px;
}
.register-form-add > select,
.service-select > select,
.register-form.register-form-add > textarea{
	font-size: 16px;
	color: #333;
	width: 24%;
	margin-right: 10px;
	padding: 7px 10px;
	box-sizing: border-box;
	border-radius: 7px;
	border: 1px solid #aaa;
	margin-bottom: 15px;
}

.service-select > select{
	width: 100%;
}

.register-form-add > input{
	width: calc( 52% - 20px );
	box-sizing: border-box;
}
.register-form.register-form-add > textarea{
	width: 100%;

}

.register-form-add.tel-col3 > input:nth-of-type(1),
.register-form-add.tel-col3 > input:nth-of-type(3){
	width: calc( 20% - 10px );
}
.register-form-add.tel-col3 > input:nth-of-type(2){
	width: calc( 60% - 55px );
	margin-right: 10px;
}
.register-form-add.tel-col3 > span.tel-col3-dash,
.register-form-add.tel-col2 > span.tel-col2-dash{
	width: 10px;
	padding: 0px 5px;
	align-self: center;
	display: inline-block;
}
.register-form-add.tel-col3 > span.tel-col3-vat{
	width: 35px;
	padding: 0px 5px;
	align-self: center;
	display: inline-block;
	/* outline: 1px solid #F00; */
}
.register-form-add.tel-col2 > input:nth-of-type(1){
	width: 25%;
}
.register-form-add.tel-col2 > input:nth-of-type(2){
	width: calc( 75% - 20px );
}
.register-form-add.mail-col2 > input{
	width: calc( 100% - 175px );
	margin-right: 10px;
}
.register-form-add.mail-col2 > label{
	width: 155px;
	display: flex;
}
.register-form-add.mail-col2 > label > input{
	width: 20px;
	align-self: center;
}
.register-form-add.mail-col2 > label > span{
	width: 135px;
	align-self: center;
}


.register-form-wrap.news{
	width: 100%;	
}
.register-form.news{
	margin-top: 0;

}
.register-form.news{
	width: 100%;
	display: flex;
	margin-right: 0;
}

/* .register-form.news > input, */
.register-form.news > .input-group:nth-of-type(1){
	width: calc( 100% - 20px );
	margin-right: 0px;
	box-sizing: border-box;
}
.register-form.news > .input-group{
	margin-bottom: 15px;
}

.register-form.news > div{
	line-height: 40px;
	width: 20px;	
	margin: 0 auto;
	text-align: center;
}

.register-form.news > input:nth-of-type(2){
	/* margin-right: 30px; */
}
.register-form.news > input:nth-of-type(3),
.register-form.news > .input-group:nth-of-type(3){
	width: 100%;
	/* padding: 10px; */
}

.register-form.news > button{
	width: 100%;
	padding: 10px;
	margin: 0px;
	box-sizing: border-box;
}

.register-form.news > .input-group > input{
	padding: 21px 10px;
	font-size: 16px;
}
.register-form.date > .input-group > input{
	padding: 19px 10px;
	font-size: 16px;
}
@media screen and (min-width: 768px){
	.register-form.news > input:nth-of-type(n),
	.register-form.news > .input-group:nth-of-type(n){
		width: calc( ( 100% - 10%  - 20px - 10px - 30px) / 3);
		margin-right: 0px;
		box-sizing: border-box;
		margin-bottom: 0px;

	}

	.register-form.news > .to{
		line-height: 40px;
		width: 20px;	
		margin: 0 auto;
		text-align: center;
	}


	.register-form.news > input:nth-of-type(2),
	.register-form.news > .input-group:nth-of-type(3){
		margin-right: 30px;
	}


	.register-form.news > button{
		width: 10%;
		padding: 10px;
		margin: 0px;
		margin-left: 10px;
		box-sizing: border-box;
	}
}

.code-form{
	display: flex;
	align-items: center;

}
.code-form img{
	margin-right: 10px;
	/* width: 100%; */
	
}
.member{
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 991px){
	.member{
		width: 700px;
	}
}



.register-form-wrap.member{
	width: 320px;
	margin-top: 30px;
	flex-direction: column;
	justify-content: center;
	justify-content: space-between;
	border-bottom: 1px solid #aaa;
	padding-bottom: 30px;
	/* outline: 1px solid #F00; */
}
.register-form-wrap.member > img{
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 991px){
	.register-form-wrap.member{
		width: 540px;
		flex-direction: row;
	}
	.register-form-wrap.member > img{
		display: block;
		margin: initial;
	}

}

.register-form-wrap.member.content{
	padding-bottom: 30px;
	margin-top: 0px;
	padding-top: 20px;
}

.register-form-wrap.member.content > .line-member{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.register-form-wrap.member.no-line{
	/* border-bottom: 0px; */
	border: 0px;
	padding-bottom: 0px;
}
.register-form-wrap.member.content.no-line > p{
	width: 100%;
}
.register-form-wrap.member.no-line.line{
	width: 206px;
}
.register-form-wrap.member.no-line.line > p{
	text-align: center;
}

/*1110103*/
#QA{
	color: #fff;
    background-color: #D7003F;
	border-radius: 50%;
	height:18px;
	width: 18px;
	text-align: center;
	display: inline;
	position: relative;
	top: -23px;
    left: 70px;
	z-index: 999;
}
#QAimg{
	position: relative;
	top: -50px;
	left: 70px;
	margin-bottom: -40px;
}
@media screen and (max-width: 500px){
#QAimg img {
	width: calc( 80% );
	margin: 0 auto;
}
}
@media screen and (max-width: 405px){
	#QAimg{
		position: static;
		margin-bottom: 10px;
		margin-top: -10px;
	}
	#QAimg img {
		width: calc( 100% );
		margin: 0 auto;
	}
}

.warranty-paper p {
	text-indent: -2rem;
	margin-top: 0;
	line-height: 25px;
}

.detail-wrap #notebtn1, .detail-wrap #notebtn2 {
	color: #fff;
    background-color: #D7003F;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    text-align: center;
	padding: 0;
}
.detail-wrap #notebtn1:hover, .detail-wrap #notebtn2:hover {
	color: #D7003F;
    background-color: #ffffff;
	border:1px solid #D7003F;
}

.detail-wrap #note1, .detail-wrap #note2 {
	display: none; 
	position: fixed; 
	z-index: 999; 
	padding-top: 100px; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}

.note-content{
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 0;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	max-width: 500px;
	width: 80%;
}
.detail-wrap #note1 img , .detail-wrap #note2 img{
	width: 100%;
}

.detail-wrap .close {
	color: #fff;
    background-color: #D7003F;
    border-radius: 50%;
    height: 18px;
    width: 18px;
	text-align: center;
	float: right;
	font-weight: bold;
}

.detail-wrap .close:hover,
.detail-wrap .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.warranty-paper p>p {
	text-indent: -4rem;
}

.warranty-search-img {
	width: 100%;
    max-width: 300px;
}

.warranty-search-money {

}

.warranty-online select{
	color: #333;
    border: 1px solid #aaa;
}

.register-step{
	background-color: #EFEFEF;
	padding: 3px 5px;
	/*width: 100%;*/
	margin: 0 auto;
}

@media screen and (min-width: 991px){
	.register-step{
		width: calc( 50% - 19px );
	}
}
.register-form-invoice-type input {
	width: 20px;
}

.register-form-invoiceinfo input:nth-of-type(odd) {
    width: 49%;
	margin-right: 2%;
    box-sizing: border-box;
}

.register-form-invoiceinfo input:nth-of-type(even) {
    width: 49%;
    box-sizing: border-box;
}

.register-form-invoiceinfo > #datepicker3 {
	width:49%;
	margin-bottom: 0;
}

.register-form-invoiceinfo > #datepicker3 input {
	width:100%;
}

@media screen and (max-width: 470px){
	.register-form-invoiceinfo input:nth-of-type(odd), .register-form-invoiceinfo input:nth-of-type(even){
		width: 100%;
		margin-right: 0;
	}
}

.register-form input.passbook1 {
	margin-right: 2%;
	width: 30%;
	box-sizing: border-box;

}
.register-form input.passbook2 {
	float: right;
	width: calc( 70% - 2% );
	margin-right: 0;
	box-sizing: border-box;

}
@media screen and (max-width: 1367px){
	.register-form input.passbook1 {
		width: 100%;
		margin-right: 0;
	}
	.register-form input.passbook2 {
		width: 100%;
	}
}

.detail-wrap #checNotificationkbtn{
	color: #D7003F;
    text-align: center;
	padding: 0;
	border: none;
	width: auto;
	text-decoration: underline;
	border-radius: 0;
	display: inline-block;
}
.detail-wrap #checNotificationkbtn:hover, .detail-wrap #checNotificationkbtn:hover {
	color: #ffffff;
    background-color: #D7003F;
	
}

.detail-wrap #checkNotification {
	display: none; 
	position: fixed; 
	z-index: 999; 
	padding-top: 100px; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}

.Notification-content{
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	margin: 0 auto;
	padding: 0;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	max-width: 500px;
	width: 80%;
}
.Notification-content-p {
	background-color: #ffffff;
	padding: 10px 20px;
	margin: 0 auto;
	height: 400px;
	overflow-y: auto;
}
@media screen and (max-width: 350px){
	.Notification-content-p{
		height: 300px;
	}
}

.Notification-content-p .title{
	font-size: 20px;
	text-align: center;
	margin-top: 10px;
}

.Notification-content-p p{
	font-size: 14px;
	margin-top: 10px;
}
.checkboxNotification {
	width:auto;
	display:inline;
}
input.checkboxNotification {
	margin-right: 5px;
}

@media screen and (max-width: 415px){
	input.checkboxNotification {
	width:20px;
	height:20px;
	}
}


/*1110103*/

.member.content{
	position: relative;
}


.member-card-show{
	position: absolute;
	top: 55px;
	left: 0px;
	/* outline: 1px solid #F00; */
}

.member-card-show > img{
	margin-bottom: 8px;
}

.member-card-show > p{
	line-height: 20px;
	color: #fff;
	width: 150px;
	margin: 0px;
	margin-left: 32px;
	margin-bottom: 2px;
}

input[type="date"]::-webkit-calendar-picker-indicator{
	-webkit-appearance: none; 
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
	height: 22px;
}


select{
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #D7003F;
	border-radius: 7px;
	border: 1px solid #D7003F;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px){
	select{
		margin-bottom: 30px;
	}
}

.btn-wrap.draw-btn,
.btn-wrap.draw-btn.investors,
.otherDM-number{
	display: none;
}
.btn-wrap.draw-select,
.btn-wrap.draw-select.investors,
.otherDM-number-select{
	display: block;
}

@media screen and (min-width: 768px){
	.btn-wrap.draw-btn{
		display: flex;
	}
	.btn-wrap.draw-select{
		display: none;
	}
}

@media screen and (min-width: 991px){
	.btn-wrap.draw-btn.investors,
	.otherDM-number{
		display: flex;
	}
	.btn-wrap.draw-select.investors,
	.otherDM-number-select{
		display: none;
	}
}
.btn-wrap.draw-btn > button{
	/* margin-bottom: 20px;	 */
	/* flex-wrap: nowrap; */
}
.btn-wrap.draw-select.result > select{
	color: #05407D;
	border: 1px solid #05407D;
}

.btn-wrap.draw-select.end > select{
	color: #333;
	border: 1px solid #FABB2E;
}

.btn-wrap.draw-select.finish > select{
	color: #333;
	border: 1px solid #333;
}
.btn-store{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.btn-store select {
	padding: 10px;
	font-size: 16px;
	width: calc(50% - 5px);
	margin: 0;
	margin-right: 10px;
	box-sizing: border-box;
	border-radius: 7px;
	color: #333;
	margin-bottom: 10px;
}
.btn-store select:nth-of-type(2n+2) {
	margin-right: 0px;
}
.btn-store input {
	padding: 10px;
	font-size: 16px;
	width: calc(50% - 5px);
	box-sizing: border-box;
	border-radius: 7px;
	border: 1px solid #D7003F;
	margin-bottom: 10px;
}

.btn-store button {
	padding: 10px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 7px;
	margin: 0px;
}


@media screen and (min-width: 1024px){
	.btn-store select {
		width: calc(15% - 10px);
		margin-right: 10px;
		color: #333;
		margin-bottom: 0px;
	}
	.btn-store select:nth-of-type(2n+2) {
		margin-right: 10px;
	}

	.btn-store select:nth-of-type(3) {
		width: calc(30% - 10px);
		margin-right: 10px;
		color: #333;

	}
	.btn-store input {
		width: calc(30% - 10px);
		margin-right: 10px;
		margin-bottom: 0px;

	}

	.btn-store button {
		width: 10%;
		margin: 0px;
	}

}
/* 
.btn-store select {
	padding: 10px;
	font-size: 16px;
	width: calc(70% - 10px);
	margin: 0;
	margin-right: 10px;
	box-sizing: border-box;
	border-radius: 7px;
	color: #333;

}

.btn-store button {
	padding: 10px;
	font-size: 16px;
	width: 30%;
	box-sizing: border-box;
	border-radius: 7px;
	margin: 0px;
	margin-top: 0px;
}


@media screen and (min-width: 768px){
	.btn-store select {
		width: calc(80% - 10px);

	}


	.btn-store button {
		width: 20%;
	}

}

 */



.content-wrap-store{
	margin-bottom: 0px;
}

.store-wrap{
	width: 100%;
	/* outline: 5px solid #F00; */

}
.store-wrap > .store{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 48px;
	padding-bottom: 48px;
	border-bottom: 1px solid #ccc;
	/* outline: 1px solid #F00; */
}


@media screen and (min-width: 991px){
	.store-wrap > .store{
		width: calc( (100% - 40px) / 2);
		margin-right: 40px;
	}
	.store-wrap > .store:nth-of-type(n){
		margin-right: 40px;
	}
	.store-wrap > .store:nth-of-type(2n+2){
		margin-right: 0px;
	}


}

@media screen and (min-width: 1680px){
	.store-wrap > .store{
		width: calc( (100% - 80px) / 3);
	}
	.store-wrap > .store:nth-of-type(n){
		margin-right: 40px;
	}
	.store-wrap > .store:nth-of-type(3n+3){
		margin-right: 0px;
	}


}


.store-wrap > .store > h4{
	color: #D7003F;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
}

.store-wrap > .store > span{
	font-size: 16px;
	line-height: 30px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
	/* outline: 1px solid #F00; */
}

.store-wrap > .store > span > img{
	margin-right: 5px;
	padding-top: 6px;
	display: block;
}
span.store-copy{
	display: inline-block;
	margin-left: 7px;
}

span.store-copy > span{
	color: #D7003F;
	font-size: 14px;
}
span.store-copy > img{
	width: 13px;
}

.store-wrap > .store > button{
	margin-left: 20px;
	background-color: #D7003F;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	padding: 6px 10px;
	width: 90px;
	box-sizing: border-box;
}

.store-wrap > .store > button > img{
	width: 13px;
	margin-right: 4px;
}

.content-wrap.page.no-mb{
	margin-bottom: 0px;
}

.page-number{
	text-align: center;
	display: flex;
	justify-content: center;
	width: 90%;
	/* float: none; */
	margin: 0 auto 50px auto;

}
@media screen and (min-width: 1280px) {
	.page-number{
		float: right;
		margin-bottom: 50px;
		width: 100%
	}
}

.page-number::before{
	content: '';
	display: block;
	clear: both;
	position: absolute;
}

.page-now{
	font-size: 0.9375rem;
	color: #666;

}
.page-now input{
	border-radius: 3px;
	border: 1px solid #888;
	color: #000;
	font-size: 0.9375rem;
	width: 16px;
	padding: 4px 8px;
	color: #666;
}
.page-btn{
	display: flex;

}
.page-btn-last{
	width: 28px;
	height: 25px;
	border-radius: 3px 0px 0px 3px;
	border: 1px solid #aaa;
	position: relative;

}
.page-btn-next{
	width: 28px;
	height: 25px;
	border-radius: 0px 3px 3px 0px;
	border: 1px solid #aaa;
	position: relative;
}
.page-btn-last:before{
	content: '';
	display: block;
	clear: both;
	width: 9px;
	height: 1.5px;
	background-color: #aaa;
	position: absolute;
	top: 11.5px;
	left: 10px;
	transform: rotate(-45deg);
	transform-origin: left center;
}
.page-btn-last:after{
	content: '';
	display: block;
	clear: both;
	width: 9px;
	height: 1.5px;
	background-color: #aaa;
	position: absolute;
	top: 11.5px;
	left: 10px;
	transform: rotate(45deg);
	transform-origin: left center;
}
.page-btn-next:before{
	content: '';
	display: block;
	clear: both;
	width: 9px;
	height: 1.5px;
	background-color: #aaa;
	position: absolute;
	top: 11.5px;
	left: 10px;
	transform: rotate(-45deg);
	transform-origin: right center;
}
.page-btn-next:after{
	content: '';
	display: block;
	clear: both;
	width: 9px;
	height: 1.5px;
	background-color: #aaa;
	position: absolute;
	top: 11.5px;
	left: 10px;
	transform: rotate(45deg);
	transform-origin: right center;
}


.catalog-wrap{
	width: calc( (100% - 10px ) / 2 );
	margin-right: 10px;
}
.catalog-wrap:nth-of-type(2n+2){
	margin-right: 0px;
}


@media screen and (min-width: 768px){
	.catalog-wrap{
		width: calc( (100% - 40px ) / 3 );
		margin-right: 20px;
	}
	.catalog-wrap:nth-of-type(n){
		margin-right: 20px;
	}
	.catalog-wrap:nth-of-type(3n+3){
		margin-right: 0px;
	}
}


@media screen and (min-width: 1024px){
	.catalog-wrap{
		width: calc( (100% - 60px ) / 4 );
		margin-right: 20px;
	}
	.catalog-wrap:nth-of-type(n){
		margin-right: 20px;
	}
	.catalog-wrap:nth-of-type(4n+4){
		margin-right: 0px;
	}
}



@media screen and (min-width: 1366px){
	.catalog-wrap{
		width: calc( (100% - 80px ) / 5 );
		margin-right: 20px;
	}
	.catalog-wrap:nth-of-type(n){
		margin-right: 20px;
	}
	.catalog-wrap:nth-of-type(5n+5){
		margin-right: 0px;
	}
}


.catalog-wrap-img{
	overflow: hidden;
	position: relative;
	transition: .5s;

}

.catalog-wrap-img:hover::after{
	opacity: 1;
	transition: .5s;
}
.catalog-wrap-img::after{
	content: '';
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	transition: .5s;
	opacity: 0;
}

.catalog-wrap-img > img{
	width: 100%;
}


h3.crumbs.catalog{
	font-size: 18px;
}
.crumbs-inner{
	position: relative;

}
.crumbs-inner:after{
	border-bottom: 2px solid #ccc;
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	z-index: -5;
}



.crumbs-inner.maintenance{
	width: 95%;
	margin: 0 auto;
}

@media screen and (min-width: 540px){
	.crumbs-inner.maintenance{
		width: 500px;
		margin: 0 auto;
	}
}

h3.crumbs > .crumbs-inner > .crumbs-catalog{
	padding-right: 10px;
	background-color: #fff;
	position: relative;
}
.catalog.date {
	margin-top: 8px;
}
.supplier-wrap,
.investor-wrap{
	display: flex;
	flex-wrap: wrap;
}
.supplier-contact{
	margin-top: 37px;
	width: 100%;
	margin-right: 0px;

}

.investor{
	margin-top: 37px;
	width: calc( (100% - 20px) / 2);
	margin-right: 20px;

}
.investor:nth-of-type(2n+2){
	margin-right: 0px;
}

@media screen and (min-width: 768px){
	.supplier-contact{
		width: calc( (100% - 20px) / 2);

	}
	.supplier-contact:nth-of-type(n){
		margin-right: 20px;
	}
	.supplier-contact:nth-of-type(2n+2){
		margin-right: 0px;
	}

}
@media screen and (min-width: 1280px){
	.supplier-contact,
	.investor{
		width: calc( (100% - 60px) / 4);

	}
	.supplier-contact:nth-of-type(n),
	.investor:nth-of-type(n){
		margin-right: 20px;
	}
	.supplier-contact:nth-of-type(4n+4),
	.investor:nth-of-type(4n+4){
		margin-right: 0px;
	}

}
.supplier-contact > div{
	line-height: 24px;
}
.supplier-contact > .type{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.supplier-contact .name{
	font-size: 18px;
	/* font-weight: bold; */
}


.supplier-contact .name > span{
	font-weight: normal;
	font-size: 16px;
}


.supplier-contact .content{
	font-size: 16px;
}


.detail-wrap > p > b.management{
	font-weight: bold;
	line-height: 30px;
}

.investor > .catch{
	font-size: 14px;
}

.investor > .content{
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	line-height: 24px;
}

.investor > .content > div{
	font-weight: normal;
	margin-top: 0px;
}
.investor.wide{
	width: 100%;
	margin-right: 0;
}
.investors-organize{
	margin: 0 auto;
	max-width: 544px;
}

.investors-organize > img{
	width: 100%;
}

.investors-manage{
	margin: 0 auto;
	max-width: 717px;
}

.investors-manage > img{
	width: 100%;
}




.file-wrap{
	display: flex;
	flex-wrap: wrap;
}

.file{
	 width: calc( (100% - 60px) / 3);
	 margin-right: 30px;
	 margin-bottom: 30px;
	 display: flex;
}

.file:nth-of-type(3n+3){
	 margin-right: 0px;
}



@media screen and (min-width: 768px){

	.file{
		 width: calc( (100% - 150px) / 6);
	}

	.file:nth-of-type(n){
		 margin-right: 30px;
	}

	.file:nth-of-type(6n+6){
		 margin-right: 0px;
	}

}

@media screen and (min-width: 1280px){
	.file{
		 width: calc( (100% - 210px) / 8);

	}

	.file:nth-of-type(n){
		 margin-right: 30px;
	}

	.file:nth-of-type(8n+8){
		 margin-right: 0px;
	}

}





.file-content{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	display: flex;

}

.file-icon{
	background: url('../images/file.svg') no-repeat center;
	width: 40px;
	height: 41px;
}
.file-content:hover > .file-icon{
	background: url('../images/file-hover.svg') no-repeat center;
}

.file-content:hover > .file-word{
	color: #D7003F;
}
.file-word{
	width: calc(100% - 40px);
}

.detail-wrap{
	width: 100%;

}




.file.manage{
	 width: calc( (100% - 30px) / 2);
	 margin-right: 30px;
	 margin-bottom: 30px;
	 display: flex;
	 /* outline: 1px solid #F00; */
}


.file.manage:nth-of-type(n){
	 margin-right: 30px;
}


.file.manage:nth-of-type(2n+2){
	 margin-right: 0px;
}


@media screen and (min-width: 768px){
	.file.manage{
		 width: calc( (100% - 60px) / 3);
		 margin-right: 30px;
		 margin-bottom: 30px;
		 display: flex;
	}


	.file.manage:nth-of-type(n){
		 margin-right: 30px;
	}


	.file.manage:nth-of-type(3n+3){
		 margin-right: 0px;
	}
}

@media screen and (min-width: 1024px){
	.file.manage{
		 width: calc( (100% - 90px) / 4);
		 margin-right: 30px;
		 margin-bottom: 30px;
		 display: flex;
	}


	.file.manage:nth-of-type(n){
		 margin-right: 30px;
	}


	.file.manage:nth-of-type(4n+4){
		 margin-right: 0px;
	}
}




.file.manage > .file-content{
	align-items: center;
}






.shareholder-service{
	max-width: 613px;
	margin: 0px auto;
	padding: 40px 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-bottom: 3px solid #ccc;
}


@media screen and (min-width: 768px){
	.shareholder-service{
		padding: 40px 40px;
	}
}
.shareholder-service.service{
	border-bottom: 0px solid #ccc;

}
.shareholder-service:hover{
	background-color: #eee;
}
.manage-btn-wrap:hover{
	background-color: #eee;
}
.shareholder-service > img{
	margin-right: 10px;
}

.shareholder-service-btn > h4{
	font-size: 16px;
	font-weight: bold;
}

.shareholder-service-btn > div{
	font-size: 14px;
	margin-top: 7px;
	line-height: 20px;
}
.shareholder-service-btn > div > span{
   word-break:break-all;
}


.shareholder-manage{
	width: 100%;
	border-bottom: 3px solid #ccc;
}
.shareholder-manage.search{
	border-bottom: 0px solid #ccc;
}


.shareholder-service.service{
	display: flex;
	margin: 0 auto;
	flex-direction: column;

}

@media screen and (min-width: 500px){

	.shareholder-service.service{
		flex-direction: row;

	}

}

.detail-wrap > .shareholder-service.service > .service{
	margin-right: 35px;
	align-self: flex-start;
	line-height: 23px;
	font-size: 14px;
}
.shareholder-service.service:hover{
	background-color: initial;
}

.detail-wrap > .shareholder-service.service > .service:last-child{
	margin-right: 0px;
	margin-top: 30px;
}
@media screen and (min-width: 500px){
	.detail-wrap > .shareholder-service.service > .service:last-child{
		margin-top: 0px;
	}
}
.detail-wrap > .shareholder-service.service > .service > b{
	font-weight: bold;
}





.manage-btn-wrap{
	display: flex;
	padding: 30px 0px;

}

.manage-btn-wrap.news{
	display: block;
	padding: 30px 25px;

}

.manage-btn-wrap > .news-date{
	font-size: 14px;

}
.manage-btn-wrap > .news-catch{
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	line-height: 23px;
}

.news-catch {
	padding-bottom: 25px;

}
.news-catch.search {
	padding-bottom: 10px;

}
.news-catch > span{
	font-size: 14px;
}

.news-catch > h4{
	font-size: 20px;
	font-weight: bold;
	margin-top: 7px;
	line-height: 26px;
}

.news-catch.search > .word-red.search.content{
	font-size: 16px;
	font-weight: bold;


}


.manage-btn-wrap > .news-content-search{
	font-size: 14px;
	line-height: 23px;
}





.manage-btn{
	width: 14px;
	height: 14px;
	position: relative;
	margin: 0px 20px;
	margin-top: 3px;
}
.manage-btn:before{
	content: '';
	width: 14px;
	height: 2px;
	background-color: #333;
	position: absolute;
	top: 6px;
	left: 0px;
}
.manage-btn:after{
	content: '';
	width: 2px;
	height: 14px;
	background-color: #333;
	position: absolute;
	top: 0px;
	left: 6px;
}

.manage-btn.special:after{
	content: '';
	width: 0px;
	height: 0px;
}


.investor-wrap{
	width: 100%;
}



.investor-wrap.manage{
	width: 90%;
	margin: 0px auto;
	margin-top: 20px;
}

@media screen and (min-width: 768px){
	.investor-wrap.manage{
		width: calc(100% - 54px);
		margin-right: 0;
		margin-left: auto;
	}

}

.investor-wrap.manage > p {
	font-size: 14px;
	line-height: 23px;
	margin-top: 40px;
}
.manage-catch{
	font-size: 20px;
	font-weight: bold;
	line-height: 27px;
}
.manage-catch > div{
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
}

.manage-content{
	padding: 0px 0px 70px 0px;

}
.investor-wrap.manage b{
	display: block;
	font-weight: bold;
}

.manage-content > .investor-wrap.manage > img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 544px;
	height: 100%;
	padding-top: 20px;
}
.manage-content > .investor-wrap.manage > p {
	width: 100%;
}
.manage-content > .investor-wrap.manage > p > img{
	display: block;
	margin: 0 auto;text-align: center;
	width: 100%;
}
@media screen and (min-width: 768px){
	.manage-content > .investor-wrap.manage > p > img{
		width: auto;
	}
}
.word-red{
	color: #D7003F;
}
.word-red.search{
	font-weight: normal;
	text-decoration: underline;
	margin-right: 5px;
}

.word-red.search.content{
	margin-right: 0px;
}
.investor-wrap.manage p.word-small-12{
	font-size: 12px;
}
.investor-wrap.manage p.word-small-12.res{
	color: #D7003F;
}
.manage-table{
	width: 100%;
	margin-top: 10px;
}
.manage-table > .col-wrap{
	display: flex;
	padding: 10px 0px;
	border-bottom: 1px solid #ccc;
}


.manage-table > .col-wrap > .col{
	font-size: 14px;
	line-height: 23px;
	margin: 5px;
}

.manage-table > .col-wrap > .col-1{
	width: 30%;
}

.manage-table > .col-wrap > .col-2{
	width: 35%;
}
.manage-table > .col-wrap > .col-3{
	width: 35%;
}

@media screen and (min-width: 414px){
	.manage-table > .col-wrap > .col-1{
		width: 20%;
	}

	.manage-table > .col-wrap > .col-2{
		width: 40%;
	}
	.manage-table > .col-wrap > .col-3{
		width: 40%;
	}

}

.manage-table.train{
	width: 100%;
	max-width: 550px;
}
.manage-table > .col-wrap > .col.train{
	width: 27%;
}
.manage-table > .col-wrap > .col-2.train{
	width: 19%;
}

.manage-table.communication{
	width: 100%;
}


.manage-table > .col-wrap > .communication{
	width: 20%;
}

.manage-table > .col-wrap > .col-3.communication{
	width: 60%;
}

.manage-table > .col-wrap > .communication2{
	width: 35%;
}

.manage-table > .col-wrap > .col-2.communication2{
	width: 65%;
}

.manage-table.communication{
	display: none;
}
.manage-table.communication2{
	display: block;
}

@media screen and (min-width: 768px){
	.manage-table.communication{
		display: block;
	}
	.manage-table.communication2{
		display: none;
	}


}
.detail-wrap.history{
	margin-top: 50px;
}
.history-wrap{
	position: relative;

}
.detail-wrap > img{
	width: 100%;
}

.history-wrap:nth-of-type(odd):nth-of-type(1){
	height: 108px;
	border-top: 3px solid #D7003F;
	border-right: 3px solid #D7003F;
	border-bottom: 3px solid #D7003F;
}

.history-wrap:nth-of-type(odd):nth-of-type(n-1){
	height: 108px;
	border-right: 3px solid #D7003F;
	border-bottom: 3px solid #D7003F;
}

.history-wrap:nth-of-type(even){
	height: 108px;
	border-left: 3px solid #D7003F;
	border-bottom: 3px solid #D7003F;
}
.history-wrap:nth-of-type(odd):last-child{
	border-right: 0px solid #D7003F;
	border-bottom: 0px solid #D7003F;

}


.circle{
	width: 26px;
	height: 26px;
	border: 5px solid #ccc;
	background-color: #fff;
	border-radius: 50px;
	position: absolute;
	top: -20px;
	left: calc( 45% - 13px );
	cursor: pointer;
}

.circle:before{
	content: '';
	width: 16px;
	height: 16px;
	background-color: #D7003F;
	border-radius: 50px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.circle-big.circle:before{
	display: none;
}


.circle-A{
	left: calc( 10% - 15px );
}

.circle-B{
	left: calc( 45% - 15px );
}


.circle-C{
	left: calc( 85% - 15px );
}

.circle-D{
	left: calc( 65% - 15px );
}


.circle-E{
	left: calc( 25% - 15px );
}




.circle > .circle-year{
	position: absolute;
	top: 43px;
	left: calc( 50% - 35px);
	width: 70px;
	height: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #D7003F;
}



.circle-big{
	width: 60px;
	height: 60px;
	background-color: #D7003F;
	border-radius: 50px;
	position: absolute;
	top: -30px;
	left: 0px;
	border: 0px;
}
.history-wrap > .circle.start{
	position: absolute;
	top: -30px;
	right: 0px;
	left: calc(100% - 60px);


}

.circle-big > .circle-year{
	position: absolute;
	top: 22.5px;
	left: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	width: 40px;
	height: 15px;
	text-align: center;
}


.circle-big > .circle-year.start{
	position: absolute;
	top: 70px;
	left: 0px;
	left: calc( ( 100% - 70px ) / 2);
	font-size: 20px;
	color: #D7003F;
	font-weight: bold;
	width: 70px;
	height: 20px;
	text-align: center;
}





.circle-content{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5555;
	background-color: rgba(0, 0, 0, 1);
	width: 100%;
	height: 100%;
	transition: .5s;
	display: none;
}


.circle-content-inner{
	width: 95%;
	height: 75%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 100px;
	padding: 20px;
	position: relative;
	/* outline: 10px solid #F00; */
}

@media screen and (min-width: 1280px){
	.circle-content-inner{
		width: 60%;
		height: 55%;
		margin: 0 auto;
		margin-top: 200px;
		padding: 20px;
	}
}
.circle-content-wrap-out{
	overflow-y: auto;
	margin-top: 40px;
	width: 100%;
	height: 100%;
	/* max-height: 100%; */
	/* outline: 1px solid #F00; */

}

/* ::scrollbar,
::-webkit-scrollbar,
::-moz-scrollbar,
::-o-scrollbar{
      width: 8px;
      border-radius: 5px;
      background-color: #888;
      margin-left: 10px;
} 
::scrollbar-track,
::-webkit-scrollbar-track,
::-moz-scrollbar-track,
::-o-scrollbar-track {
      border-radius: 5px;
} 
::scrollbar-thumb,
::-webkit-scrollbar-thumb,
::-moz-scrollbar-thumb,
::-o-scrollbar-thumb {
      border-radius: 55px;
      background-color: #666;
      width: 15px;
}
 */
::-webkit-scrollbar{
      width: 8px;
      border-radius: 5px;
      background-color: #888;
      margin-left: 10px;
} 

::-webkit-scrollbar-track {
      border-radius: 5px;
} 

::-webkit-scrollbar-thumb{
      border-radius: 55px;
      background-color: #666;
      width: 15px;
}



.list-deco{
	color: #d7003f;
}



.circle-content-wrap{
	padding-bottom: 20px;
	padding: 0px 5px 20px 5px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-bottom: 1px solid #888;
}

.circle-content-wrap:last-child{
	border-bottom: 0px solid #888;

}
.circle-content-wrap > .circle-catch,
.circle-content-wrap > p{
	color: #fff;
	padding: 0px 0px;
	font-size: 14px;
	line-height: 27px;
	/* margin-right: 20px; */
}
.circle-catch-big{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.circle-content-wrap > .circle-catch{
	font-size: 14px;
	line-height: 27px;
	/* margin-top: 30px; */
}


.circle-content-close{
	width: 28px;
	height: 28px;
	position: absolute;
	top: 0px;
	right: 0;
	padding-right: 10px;
	background-color: #000;
	z-index: 99999999999999;
	cursor: pointer;
}
.circle-content-close:before{
	content: '';
	width: 28px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0;
	transform: rotate(45deg);
}


.circle-content-close:after{
	content: '';
	width: 28px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0;
	transform: rotate(-45deg);
}






.wrap-outter{
	margin: 0 auto;
	width: 80%;
	margin-top: 100px;
}





.wrap{
	width: 100%;
	height: 200px;
}


.wrapA{
	border-top: 10px solid #fcc;
	border-right: 10px solid #fcc;
	border-bottom: 10px solid #fcc;
	position: relative;
	/* outline: 1px solid #F00; */

}

.wrapB{
	border-left: 10px solid #fcc;
	border-bottom: 10px solid #fcc;
	/* position: relative; */
}




.wrapC{
	border-right: 10px solid #fcc;
	border-bottom: 10px solid #fcc;
}
.circle-l{
	width: 100px;
	height: 100px;
	background-color: #f00;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 5;
}
.circle-s{
	width: 50px;
	height: 50px;
	background-color: #f00;
	border-radius: 50%;
	position: absolute;
	top: -25px;
	left: 50%;
	z-index: 5;
	/* outline: 1px solid #F00; */
}
.circle-s > span{
	position: absolute;
	top: 50px;
	left: -10px;

}


.detail-wrap.member-apply ol{
	line-height: 30px;
}

.detail-wrap.member-apply ol > li > ol > li{
	text-indent: 1em;
}



label {
    padding: 0;
    margin-right: 3px;
    cursor: pointer;
}
form.member-coupon .member-coupon-btn{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
}
@media screen and (min-width: 768px){
	form.member-coupon .member-coupon-btn{
		width: 700px;
	}

}
.submit-inner > label{
	/* width: 100%; */
	display: block;
}
form.member-coupon label{
	width: calc( 50% - 20px );
	margin: 0px 10px;
}
form.member-coupon input[type=radio] {
    display: none;
}
form.member-coupon input[type=radio]+span {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0;
	display: inline-block;
	background-color: #fff;
	color: #D7003F;
	padding: 10px;
	user-select: none; /* 防止文字被滑鼠選取反白 */
	border-radius: 7px;
	border: 1px solid #D7003F;
	transition: .5s;
}

form.member-coupon input[type=radio]:checked+span {
	background-color: #D7003F;
	color: #fff;
}
.detail-wrap.member-right > p{
    clear: both;
}
.detail-wrap.member-right ul{
	width: calc(100% - 1em);
    line-height: 30px;
    float: right;
    clear: both;
}


.red-font{
	color: #D7003F;
	margin-top: 60px;
}


h1.news{
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
#datepicker3{
	width: 100%;
    font-size: 16px;
    line-height: 25px;
    /* padding: 7px 10px; */
    margin-bottom: 15px;
    border-radius: 7px;
    width: 100%;
    /* border: 1px solid #aaa; */
}

.announce-date{
	font-size: 14px;
}
